@charset "UTF-8";
body, div, pre, p, a, img, form, fieldset, input, textarea, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, th, td, embed, object, figure {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

a {
  color: #000000;
  text-decoration: unset;
}

a:hover {
  text-decoration: unset;
  color: #222222;
}
a:hover p {
  color: #222222;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.fs-preview-header {
  display: none;
}

.fs-l-main {
  margin: unset;
  padding: unset;
  max-width: unset;
  display: block;
  flex-wrap: wrap;
  justify-content: space-between;
}
* {
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  font-weight: 500;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  outline: none !important;
}

p,
span,
time,
li,
dt,
dd {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #222222;
}

a {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #222222;
}
a:hover {
  color: #222222;
}

img {
  width: auto;
  vertical-align: top;
  max-width: 100%;
}

body,
html {
  background-color: #f3f3ef;
}
body.fixed,
html.fixed {
  overflow: hidden;
}

.fs-preview-header {
  display: none;
}

.logout.my-false {
  display: none;
}

.login.my-true {
  display: none;
}

.regist.my-true {
  display: none;
}

.pt10{padding-top: 15%!important;}


/* sp用ブレイクポイント再設定 */
@media screen and (max-width: 767px) {
  .sp-view {display: block;}
  .pc-view{display: none!important;}

  /* sp_header */
  .header-overlay {
    background-color: #222222;
    opacity: 0.3;
    position: fixed;
    z-index: 110;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
  }

  .header_banner {
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
  }
  .header_banner a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .header__min-menu {
    width: 100%;
    background-color: #f3f3ef;
    padding: 2.1333333333% 0;
  }
  .header__min-menu__wrap {
    width: 91.4666666667%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__min-menu--lefttext {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    color: #777777;
  }
  .header__min-menu__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .header__min-menu__list__item:not(:last-of-type) {
    margin-right: 16px;
  }
  .header__min-menu__list__item a {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .header__menu {
    width: 100%;
    background-color: #ffffff;
    border-bottom: solid 1px #e6e6e6;
  }
  .header__menu__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 2%;
    padding: 0 10px;
  }
  .header__menu--logo {
    width: 133px;
    margin: 0 auto;
  }
  .header__menu--menu {
    width: 14.9333333333%;
    /* padding: 4.8% 0;
    display: flex; */
    justify-content: center;
    align-items: center;
    padding: 5% 0 3%;
    display: block;
    text-align: center;
    margin-right: 5%;
  }
  .header__menu--menu p{
    font-size: 1rem; 
    margin-top: 4px;
  }
  .header__menu--cart {
    width: 10%;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 3% 0;
    display: block;
    text-align: center;
  }
  .header__menu--cart p{
    font-size: 1rem; 
    margin-top: 2px;
  }
  .header__menu--cart a{
    position: relative;
    display: block;
  }

  .cart-icon {
    position: relative;
    display: inline-block;
}
  .header__menu--cart img{
    width: 22px;
  }
  .header__menu--cart .fs-client-cart-count {
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e5412e;
    width: 15px;
    height: 15px;
    color: #fff;
    right: -9px;
    top: -2px;
    position: absolute;
    font-size: 10px;
  }
  .header__menu--cart .fs-client-cart-count.fs-client-cart-count--0 {
    display: none;
  }
  .header__menu--search {
    /* width: 14.9333333333%; */
    /* padding: 4.8% 0;
    display: flex; */
    justify-content: center;
    align-items: center;
    width: 10%;
    padding: 3% 0;
    display: block;
    text-align: center;
  }
  .header__menu--search p{
    font-size: 1rem;
    margin-top: 2px;
  }
  .header-menu-search__svg{
    vertical-align: bottom;
  }
  .header__menu__logo-content__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #e6e6e6;
    background-color: #ffffff;
  }
  .header__menu__logo-content__list__item {
    width: 50%;
  }
  .header__menu__logo-content__list__item:not(:last-of-type) {
    border-right: solid 1px #e6e6e6;
  }
  .header__menu__logo-content__list__item > a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10.6951871658% 0;
    position: relative;
  }
  .header__menu__logo-content__list__item > a svg {
    transform: rotate(270deg);
    position: absolute;
    right: 5%;
  }
  .header__menu__list-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .header__menu__list-content__user-content {
    margin-right: 24px;
  }
  .header__menu__list-content__user-content--user {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .header__menu__list-content__list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 24px;
  }
  .header__menu__list-content__list__item {
    position: relative;
  }
  .header__menu__list-content__list__item:not(:last-of-type) {
    margin-right: 17px;
  }
  .header__menu__list-content__list__item > a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .header__menu__list-content__list__item > a > img {
    margin-bottom: 4px;
  }
  .header__menu__list-content__list__item > a > p {
    font-weight: bold;
    font-size: 9px;
    font-size: 0.9rem;
    text-align: center;
    line-height: 11px;
  }
  .header__sidemenu {
    display: none;
    background-color: #f3f3ef;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 110;
    width: 90vw;
    height: 100vh;
    padding-bottom: 5%;
  }
  .header__sidemenu.sp-view {
    display: none;
  }
  .header__sidemenu__user-content {
    background-color: #ffffff;
    padding: 4.2666666667%;
  }
  .header__sidemenu__user-content--user {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .header__sidemenu__list-content__list {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    padding: 0 4.2666666667%;
    padding-bottom: 4.2666666667%;
  }
  .header__sidemenu__list-content__list__item {
    position: relative;
    width: 71px;
  }
  .header__sidemenu__list-content__list__item:not(:last-of-type) {
    border-right: solid 1px #f3f3ef;
  }
  .header__sidemenu__list-content__list__item > a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .header__sidemenu__list-content__list__item > a > img {
    margin-bottom: 4px;
  }
  .header__sidemenu__list-content__list__item.--cart > a > img {
    width: 23px;
  }
  .header__sidemenu__list-content__list__item > a > p {
    font-weight: bold;
    font-size: 9px;
    font-size: 0.9rem;
    text-align: center;
    line-height: 11px;
  }
  .header__sidemenu__menu {
    padding: 4.2666666667%;
  }
  /* パンくず */
  .fs-body-product nav.fs-c-breadcrumb {
    display: none;
}
.fs-body-product div.fs-c-breadcrumb {
    margin-top: 0;
    padding: 3.2% 0 3.2% 0;
}
.fs-c-breadcrumb {
  width: 91.4666666667%;
  margin: 0 auto;
  padding: 3.2% 0 3.2% 0;
}
.fs-c-breadcrumb__list {
  padding: 0;
}
.fs-c-breadcrumb__listItem {
  font-size: 12px;
  font-size: 1.2rem;
  color: #222222;
}
.fs-c-breadcrumb__listItem:first-of-type {
  font-size: 12px;
  font-size: 1.2rem;
}
.fs-c-breadcrumb__listItem a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #222222;
}
.fs-c-breadcrumb__listItem::before {
  margin-left: 8px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #222222;
}
.fs-c-breadcrumb__listItem span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #222222;
}

body.fixed,
html.fixed {
    overflow: hidden;
  }

  .aw-padding {
    /* padding-top: 200px; */
    padding-top: 160px;/* ヘッダーロゴしたブランドボタン非表示用 */
  }
  .aw-padding--pc {
    padding-top: 86px;
  }

  .fs-c-noResultMessage {
    background-color: #cccccc;
    border: solid 1px #777777;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 11px 0;
    margin: 0 auto;
    text-align: center;
  }
  .fs-c-noResultMessage__title {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #222222;
  }

  .fs-c-heading.fs-c-heading--page {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: unset;
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    color: #222222;
    width: 91.4666666667%;
    margin: 0 auto;
    margin-bottom: 16px;
    text-align: left;
  }

  .absolute-cart {
    position: fixed;
    right: 16px;
    bottom: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: rgba(34, 34, 34, 0.8);
    border-radius: 100%;
    z-index: 10;
  }
  .absolute-cart svg .icon-cart-a {
    stroke: #fff;
  }
  .absolute-cart .fs-client-cart-count.fs-client-cart-count--0 {
    display: none;
  }
  .absolute-cart .fs-client-cart-count {
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e5412e;
    width: 10px;
    height: 10px;
    color: #fff;
    right: 3px;
    top: 24px;
    position: absolute;
    font-size: 0;
  }

  .page-top {
    position: fixed;
    right: 16px;
    bottom: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: rgba(34, 34, 34, 0.8);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
  }

  .icon-arrow {
    fill: none;
    stroke: #aaa;
  }

  .icon-blank--a,
.icon-blank--c {
    fill: none;
  }

  .icon-blank--a {
    stroke: #aaa;
  }

  .icon-blank--b {
    stroke: none;
  }

  .icon-search--a,
.icon-search--c {
    fill: none;
  }

  .icon-search--a {
    stroke: #bbb0af;
    stroke-width: 2px;
  }

  .icon-search--b {
    stroke: none;
  }

  .icon-close-a {
    fill: none;
    stroke: #f3f3ef;
  }

  .icon-cart-a {
    fill: none;
    stroke: #777;
    stroke-miterlimit: 10;
    stroke-width: 1.5px;
  }
/* underline */
.fs-body-category .fs-c-breadcrumb__listItem a ,
.fs-body-product .fs-c-breadcrumb__listItem a {
  text-decoration: underline;
}
  /*タブ切り替え全体のスタイル*/
  .sp_drawer_tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #f3f3ef;
    width: 100%;
    margin: 0 auto;
  }

  /*タブのスタイル*/
  .sp_drawer_tabs .tab_item {
  width: calc(100%/2);
  height: 50px;
  /* border-bottom: 3px solid #ddd; */
  background-color: #ddd;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #888;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  }
  .sp_drawer_tabs .tab_item:hover {
  opacity: 0.75;
  }
  .sp_drawer_tabs .tab_item  img{
      padding: 1.3rem 0;
      margin: auto 0;
  }

  /*ラジオボタンを全て消す*/
  .sp_drawer_tabs input[name="tab_item"] {
  display: none;
  }

  /*タブ切り替えの中身のスタイル*/
  .sp_drawer_tabs .tab_content {
  display: none;
  padding: 10px 10px 0;
  clear: both;
  overflow: hidden;
  }

  /*選択されているタブのコンテンツのみを表示*/
  #ryugi:checked ~ #ryugi_content,
  #method:checked ~ #method_content{
  display: block;
  }

  /*選択されているタブのスタイルを変える*/
  .sp_drawer_tabs input:checked + .tab_item {
  background-color: #f3f3ef;
  color: #000;
  /* border-bottom: 3px solid #222; */
  }

  .header__sidemenu__menu__group {
    margin-bottom: 8.5333333333%;
  }
  .header__sidemenu__menu__log {
    width: 120px;
    margin-bottom: 6.1333333333%;
  }
  .header__sidemenu__menu__listgroup:not(:first-of-type) .header__sidemenu__menu__listgroup__headline {
    padding-top: 3.2%;
  }
  .header__sidemenu__menu__listgroup__headline {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 3.2%;
    border-bottom: solid 1px #dddddd;
    position: relative;
    width: 100%;
  }
  .header__sidemenu__menu__listgroup__headline.is-active svg {
    transform: rotate(0);
  }
  .header__sidemenu__menu__listgroup__headline svg {
    transform: rotate(270deg);
    width: 8px;
    right: 2%;
  }
  .header__sidemenu__menu__listgroup__headline svg .icon-arrow {
    stroke: #aaaaaa;
  }
  .header__sidemenu__menu__listgroup__list {
    display: none;
  }
  .header__sidemenu__menu__listgroup__list__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3.2% 0;
    padding-left: 3.2%;
    border-bottom: solid 1px #dddddd;
  }
  .header__sidemenu__menu__minlink {
    margin-bottom: 8.5333333333%;
  }
  .header__sidemenu__menu__minlink li:not(:last-of-type) {
    margin-bottom: 4.2666666667%;
  }
  .header__sidemenu__menu__minlink li a {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .header__sidemenu__menu__brandlist {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .header__sidemenu__menu__brandlist li {
    margin-bottom: 2.1333333333%;
    width: 48.4320557491%;
  }
  .header__sidemenu__menu__brandlist li:nth-child(odd) {
    margin-right: 2.1333333333%;
  }
}

/* pc用ブレイクポイント再設定 */
@media screen and (min-width: 768px) {
  .pc-view {display: block;}
  .sp-view{display: none!important;}

/* header_pc */
.header-overlay {
  background-color: #222222;
  opacity: 0.3;
  position: fixed;
  z-index: 90;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}

.header_banner {
  background-repeat: repeat-x;
  width: 100%;
  height: 64px;
}
.header_banner a {
  display: block;
  width: 100%;
  height: 100%;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.header__min-menu {
  width: 100%;
  background-color: #f3f3ef;
  padding: 8px 0;
}
.header__min-menu__wrap {
  max-width: 1024px;
  width:100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}
.header__min-menu--lefttext {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #777777;
}
.header__min-menu__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header__min-menu__list__item:not(:last-of-type) {
  margin-right: 16px;
}
.header__min-menu__list__item a {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
}
.header__menu {
  width: 100%;
  background-color: #ffffff;
  padding: 11px 0;
  border-bottom: solid 1px #e6e6e6;
}
.header__menu__wrap {
  max-width: 1024px;
  width:100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:0 15px;
}
.header__menu__logo-content--logo {
  margin-bottom: 10px;
  width: 133px;
}
.header__menu__logo-content__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__menu__logo-content__list__item {
  padding-bottom: 8px;
  border-bottom: 3px solid transparent;
}
.header__menu__logo-content__list__item:first-of-type.is-active {
  border-bottom: 3px solid #833f77;
}
.header__menu__logo-content__list__item:last-of-type.is-active {
  border-bottom: 3px solid #73d5ae;
}
.header__menu__logo-content__list__item:not(:last-of-type) {
  margin-right: 10px;
}
.header__menu__logo-content__list__item > a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__menu__logo-content__list__item > a svg {
  margin-left: 11px;
}
.header__menu__list-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header__menu__list-content__user-content {
  margin-right: 20px;
}
.header__menu__list-content__user-content--user {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
}
.header__menu__list-content__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 24px;
}
.header__menu__list-content__list__item {
  position: relative;
}
.header__menu__list-content__list__item:not(:last-of-type) {
  margin-right: 17px;
}
.header__menu__list-content__list__item > a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.header__menu__list-content__list__item > a .fs-client-cart-count.fs-client-cart-count--0 {
  display: none;
}
.header__menu__list-content__list__item > a .fs-client-cart-count {
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e5412e;
  width: 15px;
  height: 15px;
  color: #fff;
  right: -3px;
  top: -3px;
  position: absolute;
  font-size: 10px;
}
.header__menu__list-content__list__item > a > img {
  margin-bottom: 4px;
}
.header__menu__list-content__list__item.--cart > a > img {
  width: 23px;
}
.header__menu__list-content__list__item > a > p {
  font-weight: bold;
  font-size: 9px;
  font-size: 0.9rem;
  text-align: center;
  line-height: 11px;
}
.header__menu__list-content .search-button {
  width: 120px;
  height: 40px;
  border-radius: 3px;
  background-color: #968887;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__menu__list-content .search-button:hover {
  background-color: #756968;
}
.header__menu__list-content .search-button--icon-search {
  margin-right: 7px;
}
.header__menu__list-content .search-button--text {
  color: #ffffff;
  font-size: 13px;
  font-size: 1.3rem;
}
.header__menu__list-content .search-button--icon-arrow {
  margin-left: 6px;
}
.header__openmenu {
  width: 100%;
  background-color: #ffffff;
  padding: 16px 0;
  border-bottom: solid 1px #e6e6e6;
  display: none;
}
.header__openmenu__wrap {
  max-width: 1024px;
  width:94%;
  margin: 0 auto;
}
.header__openmenu .openmenu__top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
}
.header__openmenu .openmenu__top__logo {
  margin-right: 38px;
}
.header__openmenu .openmenu__top__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header__openmenu .openmenu__top__list__item:not(:last-of-type) {
  margin-right: 24px;
}
.header__openmenu .openmenu__top__list__item > a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header__openmenu .openmenu__top__list__item > a svg {
  transform: rotate(270deg);
  width: 8px;
  margin-right: 4px;
}
.header__openmenu .openmenu__top__list__item > a svg .icon-arrow {
  stroke: #222222;
}
.header__openmenu .openmenu__top__list__item > a p {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #222222;
}
.header__openmenu .openmenu__middle {
  margin-bottom: 24px;
  display: flex;
  justify-content: flex-start;
}
.header__openmenu .openmenu__middle__listgroup:not(:last-of-type) {
  margin-right: 20px;
}
.header__openmenu .openmenu__middle__listgroup:not(:first-of-type) {
  padding-left: 20px;
  border-left: 1px solid #f3f3ef;
}
.header__openmenu .openmenu__middle__listgroup__headline {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 4px;
}
.header__openmenu .openmenu__middle__listgroup__list:not(:last-of-type) {
  margin-bottom: 16px;
}
.header__openmenu .openmenu__middle__listgroup__list__item > a p {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
}
.header__openmenu .openmenu__bottom .brandlist__thumbnail img {
  border-radius: 8px;
}
.header__openmenu .openmenu__bottom .brandlist__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.header__openmenu .openmenu__bottom .brandlist__list li {
  width: 198px;
  height: 66px;
  margin-bottom: 7px;
}
.header__openmenu .openmenu__bottom .brandlist__list li:not(:nth-of-type(5n)) {
  margin-right: 7px;
}
.header__openmenu .openmenu__bottom .brandlist__list li a {
  width: 100%;
  height: 100%;
}
/* パンくず */
.fs-c-breadcrumb {
  max-width: 1024px;
  width:100%;
  margin: 5px auto 0;
  padding: 17px 15px;
}
.fs-c-breadcrumb__list {
  padding: 0;
}
.fs-c-breadcrumb__listItem {
  font-size: 12px;
  font-size: 1.2rem;
  color: #222222;
}
.fs-c-breadcrumb__listItem:first-of-type {
  font-size: 12px;
  font-size: 1.2rem;
}
.fs-c-breadcrumb__listItem a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #222222;
}
.fs-c-breadcrumb__listItem::before {
  margin-left: 8px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #222222;
}
.fs-c-breadcrumb__listItem span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #222222;
}

.aw-padding {
  padding-top: 175px;
}
.aw-padding--pc {
  padding-top: 86px;
}

.fs-c-noResultMessage {
  background-color: #cccccc;
  border: solid 1px #777777;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 11px 0;
  margin: 0 auto;
  text-align: center;
}
.fs-c-noResultMessage__title {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #222222;
}

.fs-c-heading.fs-c-heading--page {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: unset;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #222222;
  max-width: 1024px;
  width:100%;
  margin: 0 auto;
  margin-bottom: 16px;
  text-align: left;
}

#openmenu_ryugi .text-color-change {
  color: #833f77;
}

.page-top {
  position: fixed;
  right: 16px;
  bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: rgba(34, 34, 34, 0.8);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.icon-arrow {
  fill: none;
  stroke: #aaa;
}

.icon-blank--a,
.icon-blank--c {
  fill: none;
}

.icon-blank--a {
  stroke: #aaa;
}

.icon-blank--b {
  stroke: none;
}

.icon-search--a,
.icon-search--c {
  fill: none;
}

.icon-search--a {
  stroke: #bbb0af;
  stroke-width: 2px;
}

.icon-search--b {
  stroke: none;
}

.icon-close-a {
  fill: none;
  stroke: #f3f3ef;
}

.icon-cart-a {
  fill: none;
  stroke: #777;
  stroke-miterlimit: 10;
  stroke-width: 1.5px;
}
/* footer_pc */
  .footer__top {
    background-color: #e2e2dd;
    width: 100%;
    padding: 40px 0 56px 0;
  }
  .footer__top__wrap {
    max-width: 1024px;
    width: 91.4666666667%;
    margin: 0 auto;
  }
  .footer__top__single-link {
    margin-bottom: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .footer__top__single-link p {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    margin-right: 8px;
  }
  .footer__top__single-link > svg {
    transform: rotate(270deg);
  }
  .footer__banner_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
  }
  .footer__flexbox {
    display: flex;
    justify-content: space-between;
  }
  .footer__linkgroup {
    display: flex;
    justify-content: flex-start;
    width: 62%;
  }
  .footer__linkgroup:not(:last-of-type) {
    margin-right: 15px;
  }
  .footer__linkgroup__textlink {
    width: 24%;
    margin-right: 1%;
  }
  .footer__linkgroup__textlink:nth-of-type(1) {
    width: 18%;
  }
  .footer__linkgroup__textlink:nth-of-type(2) {
    width: 24%;
  }
  .footer__linkgroup__textlink:nth-of-type(3) {
    width: 27%;
  }
  .footer__linkgroup__textlink:nth-of-type(4) {
    width: 27%;
  }
  .footer__linkgroup__textlink__headline {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 1;
  }
  .footer__linkgroup__textlink__headline.textnone {
    opacity: 0;
    height: 1em;
  }
  .footer__linkgroup__textlink ul li{
    margin-bottom: 5px;
  }
  .footer__linkgroup__textlink ul li a {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    color: #222222;
  }
  .footer__rightgroup {
    /* max-width: 360px; */
    max-width: 370px;
    width: 38%;
  }
  .footer__linkblank {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }
  .footer__linkblank li:not(:last-of-type) {
    padding-right: 10px;
    border-right: solid 1px #cccccc;
    margin-right: 10px;
  }
  .footer__linkblank li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .footer__linkblank li a p {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-size: 1.1rem;
    margin-right: 4px;
  }
  .footer__linkqr {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 22px;
  }
  .footer__linkqr li {
    width: 166px;
  }
  .footer__linkqr li:not(:last-of-type) {
    padding-right: 10px;
    border-right: solid 1px #cccccc;
    margin-right: 10px;
  }
  .footer__linkqr li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .footer__linkqr li a img {
    width: 48px;
    height: 48px;
  }
  .footer__linkqr__textgroup {
    width: 63px;
    width: calc( 100% - 48px );
    margin-right: 8px;
  }
  .footer__linkqr__textgroup--headline {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
  }
  .footer__linkqr__textgroup--text {
    font-size: 10px;
    font-size: 1rem;
  }
  .footer__application {
    padding: 15px 24px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer__application__text {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    margin-right: 10px;
    width: 80px;
  }
  .footer__application__list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc( 100% - 80px );
  }
  .footer__application__list li:not(:last-of-type) {
    margin-right: 6px;
  }
  .footer__application__list li a {
    display: block;
  }
  .footer__application__list li a .icon-google {
    width: 122px;
  }
  .footer__application__list li a .icon-app {
    width: 98px;
  }
  .footer__bottom {
    background-color: #f3f3ef;
    width: 100%;
    padding: 32px 0;
  }
  .footer__bottom__wrap {
    max-width: 1024px;
    width: 91.4666666667%;
    margin: 0 auto;
  }
  .footer__bottom__logo {
    margin-bottom: 32px;
    text-align: center;
  }
  .footer__bottom__logo img {
    display: inline-block;
    width: 221px;
  }
  .footer__bottom__link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .footer__bottom__link li:not(:last-of-type) {
    padding-right: 10px;
    border-right: solid 1px #cccccc;
    margin-right: 10px;
  }
  .footer__bottom__link li a {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .footer__bottom__address {
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    color: #aaaaaa;
    font-style: normal;
    text-align: center;
  }
  .footer__snslink {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 57px;
  }
  .footer__snslink__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .footer__snslink__content:first-of-type {
    margin-right: 64px;
  }
  .footer__snslink__content--logo {
    margin-bottom: 20px;
  }
  .footer__snslink__content__list {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer__snslink__content__item:not(:last-of-type) {
    margin-right: 20px;
  }
}

@media screen and (min-width: 768px) {
  .checed-item {
    border-top: solid 1px #e6e6e6;
    padding-top: 80px;
  }
  .checed-item .aw-headline {
    margin-bottom: 24px;
  }
  .checed-item .aw-headline--jp {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
  }
  .checed-item__wrap {
    max-width: 1024px;
    width:100%;
    margin: 0 auto;
    margin-bottom: 72px;
    padding: 0 15px;
  }
  .checed-item__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .checed-item__list li {
    width: 107px;
    height: 142px;
  }
  .checed-item__list li:not(:last-of-type) {
    margin-right: 24px;
  }
  .checed-item__list li a {
    width: 100%;
    height: 100%;
  }
  .search-modal {
    position: fixed;
    width: 900px;
    height: 80vh;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 210;
    margin: auto;
    background-color: #fff;
    border-radius: 10px;
    display: none;
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
  }
  .search-modal::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }
  .search-modal .aw-button {
    width: 311px;
    padding: 16px 0;
    border: solid 1px #777777;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    margin-left: auto;
  }
  .search-modal .aw-button:hover {
    background-color: #222222;
  }
  .search-modal .aw-button:hover p {
    color: #ffffff;
  }
  .search-modal .aw-button:hover > svg .icon-arrow {
    stroke: #ffffff;
  }
  .search-modal .aw-button p {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    margin-right: 8px;
  }
  .search-modal .aw-button > svg {
    right: 16px;
    position: absolute;
    transform: rotate(270deg);
  }
  .search-modal .aw-button > svg .icon-arrow {
    stroke: #222222;
  }
  .search-modal__header {
    background-color: #222222;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .search-modal__header__headline {
    padding: 11px 16px;
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    color: #ffffff;
    font-weight: bold;
  }
  .search-modal--close {
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .search-modal__overlay {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
  }
  .search-modal__wrap {
    width: 500px;
    margin: 0 auto;
    padding: 34px 0;
  }
  .search-modal__headline {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    border-bottom: 1px solid #222222;
    padding-bottom: 8px;
    margin-bottom: 50px;
  }
  .search-modal__list {
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .search-modal__list__term {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .search-modal__list__description {
    width: 311px;
  }
  .search-modal__label {
    font-size: 13px;
    font-size: 1.3rem;
    display: inline-block;
  }
  .search-modal__inputbox {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: solid 2px #dddddd;
  }
  .search-modal__inputbox input {
    width: 100%;
    height: 40px;
    border: solid 1px #dddddd;
    background-color: #f3f3ef;
    color: #aaaaaa;
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    border-radius: 3px;
    padding: 12px 16px;
    line-height: 1;
    background-image: url(https://ryugi.itembox.design/item/images/common/icon-search.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: right 10px center;
  }
  .search-modal__select select {
    width: 100%;
    height: 40px;
    border: solid 1px #dddddd;
    background-color: #f3f3ef;
    color: #aaaaaa;
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    border-radius: 3px;
    padding: 12px 16px;
    line-height: 1;
    background-image: url(https://ryugi.itembox.design/item/images/common/icon-arrow.svg);
    background-repeat: no-repeat;
    background-size: 10px 5px;
    background-position: right 10px center;
  }
  .search-modal__select option {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .search-modal__colorlist {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .search-modal__colorlist__item {
    width: 45px;
    height: 45px;
    margin-bottom: 8px;
  }
  .search-modal__colorlist__item.is-active {
    border: 1px solid #aaaaaa;
  }
  .search-modal__colorlist__item:not(:nth-of-type(6n)) {
    margin-right: 8px;
  }
  .search-modal__colorlist__item:first-of-type .label {
    width: 43px;
    height: 43px;
  }
  .search-modal__colorlist__item .label {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 4px;
  }
  .search-modal__colorlist__item .label span {
    width: 100%;
    height: 100%;
    border: solid 5px #f3f3ef;
    border-radius: 4px;
    display: block;
  }
  .search-modal__colorlist__item input[type=checkbox] {
    display: none;
  }
}

/* footer_sp */
@media screen and (max-width: 767px) {
  .footer__top {
    background-color: #e2e2dd;
    width: 100%;
    padding: 12.8% 5%;
  }
  .footer__top__wrap {
    width: 91.4666666667%;
    margin: 0 auto;
  }
  .footer__top__single-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: solid 1px #cccccc;
    padding: 3.4666666667% 0;
  }
  .footer__top__single-link p {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    margin-right: 8px;
  }
  .footer__top__single-link > svg {
    transform: rotate(270deg);
  }
  .footer__banner_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 8.5333333333%;
  }
  .footer__banner_list__item {
    width: 49%;
    margin-bottom: 1.8666666667%;
  }
  .footer__banner_list__item:nth-child(odd) {
    margin-right: 1.8666666667%;
  }
  .footer__linkgroup__textlink {
    margin-bottom: 10.6666666667%;
  }
  .footer__linkgroup__textlink__headline {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    border-top: solid 1px #cccccc;
    padding: 3.4666666667% 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer__linkgroup__textlink__headline.textnone {
    opacity: 0;
  }
  .footer__linkgroup__textlink ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: solid 1px #cccccc;
    padding: 3.4666666667% 0;
    padding-left: 2.6666666667%;
    padding-right: 2.6666666667%;
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    color: #222222;
  }
  .footer__linkgroup__textlink ul li a > svg {
    transform: rotate(270deg);
  }
  .footer__linkblank {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-bottom: 8.5333333333%;
  }
  .footer__linkblank li {
    margin-bottom: 4.2666666667%;
  }
  .footer__linkblank li:first-of-type {
    padding-right: 10px;
    border-right: solid 1px #cccccc;
    margin-right: 10px;
  }
  .footer__linkblank li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .footer__linkblank li a p {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    margin-right: 4px;
    color: #222222;
  }
  .footer__linkqr {
    display: none;
  }
  .footer__application {
    padding: 4.8% 0;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .footer__application__text {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 2.6666666667%;
  }
  .footer__application__list {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer__application__list li:not(:last-of-type) {
    margin-right: 6px;
  }
  .footer__application__list li a {
    display: block;
  }
  .footer__application__list li a .icon-google {
    width: 36%;
  }
  .footer__application__list li a .icon-app {
    width: 26.6666666667%;
  }
  .footer__bottom {
    background-color: #f3f3ef;
    width: 100%;
    padding: 8.5333333333% 0 6.4% 0;
  }
  .footer__bottom__wrap {
    width: 91.4666666667%;
    margin: 0 auto;
  }
  .footer__bottom__logo {
    margin-bottom: 8.5333333333%;
    text-align: center;
  }
  .footer__bottom__logo img {
    width: 48%;
    display: inline-block;
  }
  .footer__bottom__link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 2.6666666667%;
  }
  .footer__bottom__link li:not(:last-of-type) {
    padding-right: 10px;
    border-right: solid 1px #cccccc;
    margin-right: 10px;
  }
  .footer__bottom__link li a {
    font-size: 11px;
    font-size: 1.1rem;
    color: #222222;
  }
  .footer__bottom__address {
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    color: #aaaaaa;
    font-style: normal;
    text-align: center;
  }
  .footer__snslink {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 12.8%;
  }
  .footer__snslink__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  .footer__snslink__content:first-of-type {
    margin-bottom: 8.5333333333%;
  }
  .footer__snslink__content--logo {
    margin-bottom: 5.3333333333%;
  }
  .footer__snslink__content__list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer__snslink__content__item:not(:last-of-type) {
    margin-right: 5.3333333333%;
  }
}

@media screen and (max-width: 768px) {
  .checed-item {
    border-top: solid 1px #e6e6e6;
    padding-top: 10.6666666667%;
  }
  .checed-item .aw-headline {
    margin-bottom: 6.6666666667%;
  }
  .checed-item .aw-headline--jp {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
  }
  .checed-item__wrap {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10.6666666667%;
  }
  .checed-item__list {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    display: flex;
  }
  .checed-item__list li {
    width: 100%;
    max-width: 90px;
    min-width: 90px;
    height: 120px;
  }
  .checed-item__list li:not(:last-of-type) {
    margin-right: 24px;
  }
  .checed-item__list li a {
    width: 100%;
    height: 100%;
    display: block;
  }
  .checed-item__list li a > img {
    width: auto;
    height: 120px;
  }
  .search-modal {
    position: fixed;
    width: 91.4666666667%;
    height: 80vh;
    top: 16px;
    left: 0;
    right: 0;
    z-index: 210;
    margin: auto;
    background-color: #fff;
    border-radius: 10px;
    display: none;
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
  }
  .search-modal::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }
  .search-modal .aw-button {
    width: 82.9333333333%;
    padding: 4.2666666667% 0;
    border: solid 1px #777777;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 3px;
    margin-left: auto;
  }
  .search-modal .aw-button:hover {
    background-color: #222222;
  }
  .search-modal .aw-button:hover p {
    color: #ffffff;
  }
  .search-modal .aw-button:hover > svg .icon-arrow {
    stroke: #ffffff;
  }
  .search-modal .aw-button p {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    margin-right: 8px;
  }
  .search-modal .aw-button > svg {
    right: 16px;
    position: absolute;
    transform: rotate(270deg);
  }
  .search-modal .aw-button > svg .icon-arrow {
    stroke: #222222;
  }
  .search-modal__header {
    background-color: #222222;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .search-modal__header__headline {
    padding: 11px 16px;
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    color: #ffffff;
    font-weight: bold;
  }
  .search-modal--close {
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .search-modal__overlay {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
  }
  .search-modal__wrap {
    width: 100%;
    margin: 0 auto;
    padding: 6.4% 0;
  }
  .search-modal__headline {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    border-bottom: 1px solid #222222;
    padding-bottom: 8px;
    margin-bottom: 50px;
  }
  .search-modal__list {
    width: 82.9333333333%;
    margin: 0 auto;
    margin-bottom: 4.2666666667%;
  }
  .search-modal__list__term {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2.1333333333%;
  }
  .search-modal__list__description {
    width: 100%;
  }
  .search-modal__label {
    font-size: 13px;
    font-size: 1.3rem;
    display: inline-block;
  }
  .search-modal__inputbox {
    margin-bottom: 6.4%;
    padding-bottom: 6.4%;
    border-bottom: solid 2px #dddddd;
  }
  .search-modal__inputbox input {
    width: 90.6705539359%;
    display: block;
    margin: 0 auto;
    height: 40px;
    border: solid 1px #dddddd;
    background-color: #f3f3ef;
    color: #aaaaaa;
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    border-radius: 3px;
    padding: 12px 16px;
    line-height: 1;
    background-image: url(https://ryugi.itembox.design/item/images/common/icon-search.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: right 10px center;
  }
  .search-modal__select select {
    width: 100%;
    margin: 0 auto;
    height: 40px;
    border: solid 1px #dddddd;
    background-color: #f3f3ef;
    color: #aaaaaa;
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    border-radius: 3px;
    padding: 12px 16px;
    line-height: 1;
    background-image: url(https://ryugi.itembox.design/item/images/common/icon-arrow.svg);
    background-repeat: no-repeat;
    background-size: 10px 5px;
    background-position: right 10px center;
  }
  .search-modal__select option {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .search-modal__colorlist {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .search-modal__colorlist__item {
    width: 42px;
    height: 42px;
    margin-bottom: 1.6%;
    margin-right: 1.6%;
  }
  .search-modal__colorlist__item.is-active {
    border: 1px solid #aaaaaa;
  }
  .search-modal__colorlist__item:first-of-type {
    border: unset;
  }
  .search-modal__colorlist__item:first-of-type .label {
    width: 42px;
    height: 42px;
    border: unset;
  }
  .search-modal__colorlist__item .label {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 4px;
  }
  .search-modal__colorlist__item .label span {
    width: 100%;
    height: 100%;
    border: solid 5px #f3f3ef;
    border-radius: 4px;
    display: block;
  }
  .search-modal__colorlist__item .label[for=target12] {
    background-color: #ffffff;
  }
  .search-modal__colorlist__item input[type=checkbox] {
    display: none;
  }
  .search-modal__colorlist__item input[type=checkbox]:checked + .label {
    border: 1px solid #aaaaaa;
  }
}

/* 220810 sp ハンバーガーメニュー スタイル */
.header__sidemenu {
  right: auto;
  left: 0;
}
.sp_drawer_tabs {
  padding-bottom: 0;
}
/* SPメニュー 閉じるボタン */
.header__sidemenu__user-content--user {
  padding-right: 30px;
}
.header__sidemenu__user-content {
  position: relative;
}
.header__sidemenu__close_btn {
  position: absolute;
  top: 5px;
  right: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items:center;
  cursor: pointer;
  z-index: 9;
}
.header__sidemenu__close_btn .header__sidemenu__close__mark {
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
}
.header__sidemenu__close_btn .header__sidemenu__close__mark::before ,
.header__sidemenu__close_btn .header__sidemenu__close__mark::after {
  content: "";
  position: absolute;
  background-color: #bdbdbb;
  width: 2px;
  height: 100%;
}
.header__sidemenu__close_btn .header__sidemenu__close__mark::before {
  top: 50%;
  left: 50%;
  transform: translateX( -50% ) translateY( -50% ) rotate(45deg);
}
.header__sidemenu__close_btn .header__sidemenu__close__mark::after {
  top: 50%;
  left: 50%;
  transform: translateX( -50% ) translateY( -50% ) rotate(-45deg);
}
.header__sidemenu__close_btn .header__sidemenu__close__text {
  display: block;
  text-align: center;
  font-size: 11px;
}

/* 上部 */
.header__sidemenu__menu__log {
  width: 100%;
}
.header__sidemenu__menu__log img {
  width: 100%;
}
.header__sidemenu__menu__listgroup {
  margin-top: 3px;
}
.header__sidemenu__menu__listgroup:not(:first-of-type) .header__sidemenu__menu__listgroup__headline ,
.header__sidemenu__menu__listgroup .header__sidemenu__menu__listgroup__headline {
  /* padding-top: 3.2%; */
  padding-top: 2%;
  padding-bottom: 2%;
}
.header__sidemenu__menu__listgroup.bg_gray {
  background-color: #e2e3dd;
}
.header__sidemenu__menu__listgroup_menu_icon {
  width: 8%;
  margin-left: 5%;
  margin-right: 3%;
  display: block;
}
.header__sidemenu__menu__listgroup__headline {
  justify-content: flex-start;
}
.header__sidemenu__menu__listgroup__headline svg {
  position: absolute;
  right: 4.8%;
  width: 12px;
}
.header__sidemenu__menu__listgroup__headline .header__sidemenu__menu__listgroup_menu_r_icon {
  position: absolute;
  width: 11px;
  height: 11px;
  top: 50%;
  right: 5%;
  transform: translateY( -50% );
}
.header__sidemenu__menu__listgroup__headline .header__sidemenu__menu__listgroup_menu_r_icon::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translateX( -50% ) translateY( -50% );
  background-color: #bdbdbb;
}
.header__sidemenu__menu__listgroup__headline .header__sidemenu__menu__listgroup_menu_r_icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translateX( -50% ) translateY( -50% );
  background-color: #bdbdbb;
}
.header__sidemenu__menu__listgroup__headline.is-active .header__sidemenu__menu__listgroup_menu_r_icon::before {
  display: none;
}
/* ブランドリスト */
.header__sidemenu__menu__brandlist {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f3f3ef;
}
.header__sidemenu__menu__brandlist .brandlist__name {
  text-align: center;
}
/* サブメニュー */
.header__sidemenu__menu__listgroup__list__item {
  padding-left: 0;
}
.header__sidemenu__menu__listgroup__list__item a {
  display: inline-block;
  width: 100%;
  padding-left: 16%;
}

/* トピックスリスト */
.header__sidemenu__menu {
  padding: 10px 10px 10px;
}
.header__sidemenu__menu__topics_list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 10px;
  padding-bottom: 40px;
}
.header__sidemenu__menu__topics_list .topics__item {
  width: calc((100% - 10px) / 2 );
}

/* ガイド他 */
.header__sidemenu__menu__minlink {
  
}
.header__sidemenu__menu__minlink li {
  margin-top: 1px;
}
.header__sidemenu__menu__minlink li:not(:last-of-type) {
  margin-bottom: 0;
}
.header__sidemenu__menu__minlink a {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #dddddd;
  position: relative;
  width: 100%;
  padding-top: 3.2%;
  padding-bottom: 3.2%;
  padding-left: 3%;
}
.header__sidemenu__menu__minlink li:first-of-type a {
  border-top: solid 1px #dddddd;
}
.header__sidemenu__menu__minlink a svg {
  content: "";
  /* width: 8px; */
  width: 12px;
  position: absolute;
  top: 50%;
  right: 4.8%;
  transform: translateY( -50% ) rotate(270deg);
}

/* sns */
.header__sidemenu__sns {
  width: 100%;
}
.header__sidemenu__sns > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.header__sidemenu__sns .header__sidemenu__btm--logo {
  margin-bottom: 5.3333333333%;
}
.header__sidemenu__sns .header__sidemenu__sns__list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__sidemenu__sns .header__sidemenu__content:not(:last-of-type) {
  margin-right: 7%;
}
.header__sidemenu__sns .header__sidemenu__content {
  max-width: 36px;
  width: 15%;
}
.header__sidemenu__sns .header__sidemenu__content img {
  width: 100%;
}


/* 221004 pc メガメニュー スタイル */
.header__openmenu * {
  box-sizing: border-box;
}
.header__openmenu {
  position: relative;
  padding: 0;
}
.header__openmenu__wrap .openmenu__toparea {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #833f77;
  width: 100%;
}
#openmenu_ryugi .header__openmenu__wrap .openmenu__toparea {
  background-color: #833f77;
}
#openmenu_method .header__openmenu__wrap .openmenu__toparea {
  background-color: #015836;
}
.header__openmenu__wrap .openmenu__toparea__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.header__openmenu__wrap .openmenu__toparea__list__item {
  
}
.header__openmenu__wrap .openmenu__toparea__list__link ,
.header__openmenu__wrap .openmenu__toparea__list__link_only {
  position: relative;
  display: block;
}
.header__openmenu__wrap .openmenu__toparea__list__item.is-open .openmenu__toparea__list__link::before ,
.header__openmenu__wrap .openmenu__toparea__list__item.is-open .openmenu__toparea__list__link_only::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0.9rem;
  left: 0.6rem;
  right: 0.6rem;
  height: 0.2rem;
  border-bottom: 0.2rem solid #fff;
  z-index: 87;
}
.header__openmenu__wrap .openmenu__toparea__list__item.is-open .openmenu__toparea__list__link::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  top: auto;
  right: auto;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  margin-top: 0;
  border-style: solid;
  border-width: 0.5rem 0.5rem 0 0.5rem;
  border-color: #fff transparent transparent transparent;
  z-index: 88;
}

.header__openmenu__wrap .openmenu__toparea__list__text {
  display: block;
  /* padding: 1em 0.5em; */
  padding: 1em 1em;
  color: #fff;
  font-size: 13px;
}
.header__openmenu__wrap .openmenu__toparea__list__item.is-open .openmenu__toparea__list__text {
  font-weight: bold;
}
.header__openmenu__wrap .opensubmenu_area {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  overflow-x: hidden;
  /* overflow-y: auto; */
  overflow-y: hidden;
  background-color: #fff;
  /* transition: height .4s .0s cubic-bezier(.7,0,.3,1); */
  transition: height .01s .0s cubic-bezier(.7,0,.3,1);
}
/* open時 */
.header__openmenu__wrap .openmenu__toparea__list__item.is-open .opensubmenu_area {
  /* transition: height .6s .0s cubic-bezier(.7,0,.3,1); */
  transition: height .9s .0s cubic-bezier(.7,0,.3,1);
}
/* opensubmenu */
.header__openmenu__wrap .opensubmenu_inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  /* align-items: center; */
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px;
}
/* brandlist */
.header__openmenu__wrap .brandlist__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.header__openmenu__wrap .brandlist__list li {
  width: calc( ( 100% - 28px ) / 5 );
  height: auto;
  margin-bottom: 7px;
  margin-right: 0;
}
.header__openmenu__wrap .brandlist__list li:not(:nth-of-type(4n)) {
  margin-right: inherit;
}
.header__openmenu__wrap .brandlist__list li:not(:nth-of-type(5n)) {
  margin-right: 7px;
}
.header__openmenu__wrap .brandlist__list li a {
  width: 100%;
  height: 100%;
}
.header__openmenu__wrap .brandlist__thumbnail img {
  border-radius: 8px;
}
.header__openmenu__wrap .brandlist__name {
  text-align: center;
}

.header__openmenu__wrap .opensubmenu_item {
  
}
/* brandlist method */
#openmenu_method .header__openmenu__wrap .brandlist__list > li {
  width: calc( ( 100% - 35px ) / 6 );
  height: auto;
  margin-bottom: 7px;
  margin-right: 0;
}
#openmenu_method .header__openmenu__wrap .brandlist__list > li:not(:nth-of-type(6n)) {
  margin-right: 7px;
}
#openmenu_method .header__openmenu__wrap .brandlist__list > li .brandlist__thumbnail img{
    margin: 6px 0;
}
/* osm_index_area */
.header__openmenu__wrap .osm_index_area {
  min-height: 320px;
}
.header__openmenu__wrap .index_list_col_1 .osm_index_area {
  width: 25%;
  padding-right: 20px;
}
.header__openmenu__wrap .index_list_col_2 .osm_index_area {
  width: 40%;
  padding-right: 20px;
}
.header__openmenu__wrap .osm_index_area .osm_index_title {
  font-size: 18px;
  padding: 1em 0.5em 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 3px solid #833f77;
  display: block;
  font-weight: bold;
}
#openmenu_ryugi .header__openmenu__wrap .osm_index_area .osm_index_title {
  border-bottom: 3px solid #833f77;
}
#openmenu_method .header__openmenu__wrap .osm_index_area .osm_index_title {
  border-bottom: 3px solid #015836;
}
.header__openmenu__wrap .osm_index_area .osm_index_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 5px 20px;
  padding: 20px 20px;
}
.header__openmenu__wrap .osm_index_area .osm_index_list .osm_index_list_col {
}
.header__openmenu__wrap .index_list_col_1 .osm_index_area .osm_index_list .osm_index_list_col {
  width: 100%;
}
.header__openmenu__wrap .index_list_col_2 .osm_index_area .osm_index_list .osm_index_list_col {
  width: calc( ( 100% - 20px ) / 2 );
}
.header__openmenu__wrap .osm_index_area .osm_index_list .osm_index_list_col a {
  display: block;
  padding: 5px 0;
  font-size: 16px;
}
.header__openmenu__wrap .osm_index_area .osm_index_list .osm_index_list_col a:hover {
  color: #833f77;
  font-weight: bold;
}
#openmenu_method .header__openmenu__wrap .osm_index_area .osm_index_list .osm_index_list_col a:hover {
  color: #015836;
}

/* osm_bnr_area */
.header__openmenu__wrap .osm_bnr_area {
  position: relative;
}
.header__openmenu__wrap .index_list_col_1 .osm_bnr_area {
  width: 75%
}
.header__openmenu__wrap .index_list_col_2 .osm_bnr_area {
  width: 60%
}
/* osm_bnr_area osm_bnr_list */
.header__openmenu__wrap .osm_bnr_list {
  display: flex;
  flex-wrap: nowrap;
  /* justify-content: space-between; */
  justify-content: center;
  align-items: stretch;
  margin-top: 50px;
}
.header__openmenu__wrap .index_list_col_1 .osm_bnr_list {
  gap: 0 20px;
}
.header__openmenu__wrap .index_list_col_2 .osm_bnr_list {
  gap: 0 20px;
}
.header__openmenu__wrap .index_list_col_1 .osm_bnr_list .osm_bnr_item ,
.header__openmenu__wrap .index_list_col_2 .osm_bnr_list .osm_bnr_item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.header__openmenu__wrap .index_list_col_1 .osm_bnr_list .osm_bnr_item {
  width: 50%;
}
.header__openmenu__wrap .index_list_col_2 .osm_bnr_list .osm_bnr_item {
  width: 60%;
}
.header__openmenu__wrap .osm_bnr_list .osm_bnr_item .img_frame {
  width: 45%;
}
.header__openmenu__wrap .osm_bnr_list .osm_bnr_item .img_frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header__openmenu__wrap .osm_bnr_list .osm_bnr_item .item_detail {
  width: 55%;
  padding-left: 10px;
}
.header__openmenu__wrap .osm_bnr_list .osm_bnr_item .item_detail .item_name {
  display: flex;
  align-items: center;
}
.header__openmenu__wrap .osm_bnr_list .osm_bnr_item .item_detail .item_name p {
  min-height: 6em;
  font-size: 16px;
}
.header__openmenu__wrap .osm_bnr_list .osm_bnr_item .item_detail .item_text {
  padding-top: 8px;
}
.header__openmenu__wrap .osm_bnr_list .osm_bnr_item .item_detail .item_text p {
  min-height: 4em;
  font-size: 14px;
}
.header__openmenu__wrap .osm_bnr_list .osm_bnr_item .item_detail .item_price {
}
.header__openmenu__wrap .osm_bnr_list .osm_bnr_item .item_detail .item_price p {
  margin: 5px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}
.header__openmenu__wrap .osm_bnr_list .osm_bnr_item .item_detail .item_price p span {
  font-size: 80%;
}
.header__openmenu__wrap .osm_bnr_list .osm_bnr_item .item_detail .item_link a {
  display: block;
  margin: 0 auto;
  background-color: #000;
  padding: 0.5em 0;
  width: 80%;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
/* osm_bnr_area osm_bnr_image */
.header__openmenu__wrap .osm_bnr_image {
  width: 40%;
}
.header__openmenu__wrap .osm_bnr_image a ,
.header__openmenu__wrap .osm_bnr_image a img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .header__openmenu__wrap .openmenu__toparea__list__text {
      font-size: 12px;
  }
}
@media screen and (max-width: 950px) {
  .header__openmenu__wrap .openmenu__toparea__list__text {
      font-size: 10px;
  }
}

/* 商品詳細 パンくずリスト追加時の対応 */
.fs-body-product div.fs-c-breadcrumb {
  padding: 0 15px 17px;
  margin-top: -17px;
}
.fs-body-product div.fs-c-breadcrumb > .fs-c-breadcrumb__list:nth-of-type(n+3) {
  display:none;
}
.fs-body-product .fs-c-breadcrumb__list li:last-child {
  display: none;
}
/* 文字の大きさ */
.fs-body-category .fs-c-breadcrumb__listItem ,
.fs-body-category .fs-c-breadcrumb__listItem::before ,
.fs-body-category .fs-c-breadcrumb__listItem a ,
.fs-body-product .fs-c-breadcrumb__listItem ,
.fs-body-product .fs-c-breadcrumb__listItem::before ,
.fs-body-product .fs-c-breadcrumb__listItem a {
  font-size: 1rem;
}


/* ヘッダー高さ メインコンテンツ上余白調整 */
@media screen and (max-width: 767px) {
  .aw-padding {
    /* 一番最後の数値（3.2%）がヘッダーの余白 */
    padding-top: calc( 64px + 1.1rem + 4.2666666666% + 34px + 7.84% + 6.5px + 3.2% );  
  }
  /* SP時はパンくずの上の余白を0にする */
  .aw-padding .fs-c-breadcrumb {
    margin-top: 0 !important;
    padding: 0 0 3.2% !important;
    padding-left: calc(2.8vw - 3px) !important;
    padding-right: calc(2.8vw - 3px) !important;
  }
}
@media screen and (max-width: 499px) {
  .aw-padding {
    padding-top: calc( 12.8vw + 1.1rem + 4.2666666666% + 34px + 7.84% + 6.5px + 3.2% );
  }
}

/* エラーメッセージ余白調整 */
@media screen and (min-width: 768px) {
  .fs-c-panel__contentList__content ,
  .fs-c-panel--error::before ,
  .fs-c-panel--info::before {
    font-size: 1.3rem;
  }
  .fs-c-panel--error::before ,
  .fs-c-panel--info::before {
    top: 10px;
  }
  .fs-c-panel--error ,
  .fs-c-panel--info {
    margin-top: 7px;
    margin-top: 20px;
  }
  /* 商品詳細・カート の横幅調整 */
  body.fs-body-cart .fs-c-panel--error ,
  body.fs-body-product .fs-c-panel--error {
    min-width: 1024px;
  }
}
@media screen and (max-width: 767px) {
  .fs-c-panel__contentList__content ,
  .fs-c-panel--error::before ,
  .fs-c-panel--info::before {
    font-size: 1.3rem;
  }
  .fs-c-panel--error::before ,
  .fs-c-panel--info::before {
    top: 10px;
  }
}