@charset "UTF-8";
/*
Theme Name: moo non non
Theme URI:
Description:
Version: 1.0
Author: moo non non
Author URI:
*/
@-ms-viewport {
  width: device-width;
}

*,
*:hover,
*:after,
*:before {
  box-sizing: border-box;
}

body {
  color: #656766;
  margin: 4px;
}

#contents {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #656766;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

a {
  outline: none;
  display: block;
  text-decoration: none;
}

a:link, a:visited {
  color: #656766;
}

a:hover {
  text-decoration: none;
}

a img {
  opacity: 1;
  transition: opacity 0.2s ease;
}

li {
  list-style-type: none;
}


form:focus, input:focus, textarea:focus, label:focus, button:focus, select:focus {
  border: none;
}

form:active, input:active, textarea:active, label:active, button:active, select:active {
  border-color: gray;
}

header, nav, main, footer {
  display: block;
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.animated {
  animation-duration: .5s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
  animation-duration: .75s;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.slideInUp {
  animation: slideInUp 2s forwards;
}

.box {
  opacity: 0;
}

.delay-01 {
  animation-delay: .2s;
}

.delay-02 {
  animation-delay: .4s;
}

.delay-03 {
  animation-delay: .6s;
}

.delay-04 {
  animation-delay: .8s;
}

.delay-05 {
  animation-delay: 1s;
}

.delay-06 {
  animation-delay: 1.2s;
}

.delay-07 {
  animation-delay: 1.4s;
}

.delay-08 {
  animation-delay: 1.6s;
}

.delay-09 {
  animation-delay: 1.8s;
}

.delay-10 {
  animation-delay: 2s;
}

.txt-c {
  text-align: center!important;
}

.txt-l {
  text-align: left;
}

.txt-r {
  text-align: right;
}

.bold-on {
  font-weight: 600 !important;
}

.bold-off {
  font-weight: normal !important;
}

.pc-disp {
  display: block !important;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .pc-disp {
    display: none !important;
  }
}

.sp-disp {
  display: none !important;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .sp-disp {
    display: block !important;
  }
}

.pad-l_0 {
  padding-left: 0 !important;
}

.pad-t_0 {
  padding-top: 0 !important;
}

.pad-b_0 {
  padding-bottom: 0 !important;
}

.pad-r_0 {
  padding-right: 0 !important;
}

.border-none {
  border: none !important;
}

.color-b {
  color: #656766 !important;
}

.color-r {
  color: #aa5959 !important;
}

.indent_01 {
  text-indent: -1em;
  margin-left: 1em;
}

.indent_02 {
  margin-left: 1.1em;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .indent_02 {
    margin-left: 0;
  }
}

.mark {
  border-style: solid;
  border-width: 16px 16px 0 0;
  border-color: #aa5959 transparent transparent transparent;
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  transform: rotateZ(180deg);
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .mark {
    border-width: 24px 24px 0 0;
  }
}

.wbBreakAll {
  -ms-word-break: break-all;
  word-break: break-all;
}

.wbBreakWord {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.bg-size {
  width: 100%;
  height: 320px;
  box-shadow: 0 2px 8px 0px #eee;
}

@media screen and (min-width: 560px) and (max-width: 559px) {
  .bg-size {
    height: 200px;
  }
}

@media screen and (max-width: 559px) {
  .bg-size {
    height: 140px;
  }
}

.bg-size_02 {
  width: 70%;
  margin: auto;
  height: 340px;
}

.underline {
  text-decoration: underline;
}

.underline:hover {
  text-decoration: underline;
}

.circle {
  border: solid 1px #656766;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 8px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.border-none {
  border: none !important;
}

.social {
  display: flex;
  padding-top: 16px;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .social {
    justify-content: center;
  }
}

.social-list {
  margin-right: 22px;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .social-list:last-child {
    margin: 0;
  }
}

.social-list .img-size01 {
  width: 22px;
  height: 22px;
}

.social-list .img-size02 {
  width: 24px;
  height: 24px;
}

.social-list .img-size03 {
  width: 26px;
  height: 26px;
}

.btn-mg {
  margin-top: 100px;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .btn-mg {
    margin-top: 64px;
  }
}

.btn-mg2 {
  margin: auto 20px;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .btn-mg2 {
    margin: 8px 0;
  }
}

.btn {
  width: 250px;
  padding: 16px 0;
  display: block;
  background: #656766;
  border: solid 2px transparent;
  color: #fff;
  transition: opacity .25s ease;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  cursor: pointer;
  text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .btn {
    width: 100%;
  }
}

.btn2 {
  width: 250px;
  padding: 16px 0;
  display: block;
  background: #fff;
  border: solid 1px #656766;
  color: #656766;
  transition: opacity .25s ease;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  cursor: pointer;
  text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .btn2 {
    width: 100%;
  }
}

.flex-box {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .flex-box {
    flex-direction: column;
  }
}

.accordion-container {
  position: relative;
  width: 100%;
  border: 1px solid #0079c1;
  border-top: none;
  outline: 0;
  cursor: pointer;
}

.accordion-container .active-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 0.625em 0.625em 0.625em 2em;
  font-size: 1.25em;
  font-weight: normal;
  color: #fff;
  background: #000;
  cursor: pointer;
}

.accordion-container .active-title:hover, .accordion-container .active-title:active {
  background-color: #00aaa7;
  color: white;
}

.accordion-container .content-entry.open .active-title {
  background-color: #00aaa7;
  color: white;
}

.accordion-container .active-title:hover i:before, .accordion-container .active-title:hover i:active {
  color: white;
}

.accordion-container .content-entry.open i {
  color: white;
}

.active-title {
  position: relative;
}

.active-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease;
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 2px #656766;
  border-right: solid 2px #656766;
  transform: rotate(135deg);
}

.active-title.open:after {
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-contents {
  display: none;
}

.accordion-container {
  width: 300px;
  margin: 1.875em auto;
}

.arrow-type {
  right: 0;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #656766;
  border-right: 1px solid #656766;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.arrow-pos-r01 {
  right: 4px;
}

.arrow-pos-r02 {
  right: 30px;
}

.pad-tb {
  padding: 72px 0;
}

.menu-trigger {
  display: none;
}

#hamburger {
  display: none;
}

.hamburger-inner {
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .hamburger-inner {
    display: block;
  }
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .menu-trigger {
    display: inline-block;
    transition: all .4s;
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 56px;
    z-index: 5000;
    cursor: pointer;
  }
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    z-index: 101;
    width: 32px;
    height: 1px;
    background: #656766;
    right: 20px;
  }
  .menu-trigger span:nth-of-type(1) {
    width: 24px;
    top: 18px;
  }
  .menu-trigger span:nth-of-type(2) {
    width: 24px;
    top: 26px;
  }
  .menu-trigger span:nth-of-type(3) {
    width: 24px;
    top: 34px;
  }
  .menu-trigger.active span {
    background: #656766;
  }
  .menu-trigger.active span:nth-of-type(1) {
    width: 24px;
    transform: translateY(8px) rotate(-45deg);
    right: 18px;
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    width: 24px;
    transform: translateY(-8px) rotate(45deg);
    right: 18px;
  }
  #hamburger {
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 102;
    background: #fff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #hamburger .hamburger-navi {
    display: block;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 4%;
    margin: 40px auto 0;
  }
  #hamburger .hamburger-navi li {
    padding-left: 0px;
    list-style-type: none;
    display: block;
    padding: 20px 4px;
    transform: translateY(100px);
    transition: all .6s .2s ease;
  }
  #hamburger .hamburger-navi li a {
    color: #656766;
    text-decoration: none;
    margin: 0;
    z-index: 9999;
  }
  .hamburger-postage {
    display: none;
  }
}

@media screen and (min-width: 0px) and (max-width: 559px) and (min-width: 0px) and (max-width: 559px) {
  .hamburger-postage {
    border: solid 1px #e17e96;
    color: #e17e96;
    padding: 8px 0;
    font-size: 16px;
    display: block;
  }
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .hamburger-menu {
    padding: 0;
    margin: 0;
    display: block;
  }
  .hamburger-category {
    display: none;
  }
  .hamburger-list:after {
    content: "";
    border-bottom: 1px solid #8d8e8d;
    width: 96%;
    display: block;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
  }
  .hamburger-link {
    display: inline-block;
    width: 100%;
    position: relative;
  }
  .hamburger-active {
    cursor: pointer;
    text-align: left;
    padding: 16px 24px;
    margin: 0;
    position: relative;
  }
  .hamburger-active.open .hamburger-changemark {
    transform: scaleX(-1);
  }
  .hamburger-active.open .hamburger-changemark:after {
    opacity: 0;
    transform: scaleY(0);
  }
  .active-en {
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
  }
  .active-ja {
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
    font-weight: normal;
  }
  .hamburger-menu-list {
    background: #f8f8f8;
    margin-top: 24px;
  }
  .hamburger-changemark {
    display: inline-block;
    margin-top: 13px;
    position: absolute;
    right: 24px;
    transition: transform .2s ease, opacity .2s ease;
    width: 13px;
    height: 1px;
    background: #8d8e8d;
    transform: scaleX(1);
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .hamburger-changemark:after {
    content: "";
    background: #8d8e8d;
    position: absolute;
    top: -6px;
    left: 6px;
    height: 13px;
    width: 1px;
    transition: transform .2s ease, opacity .2s ease;
    transform: scaleY(1);
  }
  .hamburger-category-list {
    margin: 0;
    text-align: left;
    padding: 16px 24px;
    background: #fdf8fa;
    font-size: 16px;
    font-weight: normal;
  }
  .hamburger-subcategory {
    background: #fcf2f5;
    text-align: left;
    padding: 0;
  }
  .hamburger-subcategory-list {
    font-size: 16px;
  }
  .hamburger-subcategory-list a {
    padding: 16px 0 16px 40px;
  }
  .hamburger-submenu {
    background: #f1f1f1;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  .hamburger-submenu-list {
    font-size: 16px;
    position: relative;
  }
  .hamburger-submenu-list a {
    padding: 14px 0;
    padding-left: 40px;
  }
  .bnr-area{
    padding: 0 2%;
  }
  .bnr-pad{
    margin-top: 24px;
  }
}

#header a {
  text-decoration: none;
}

header, footer {
  -webkit-text-size-adjust: 100%;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.fs-l-header {
  max-width: 1040px;
  margin: auto;
  padding: 8px 20px 0 20px;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .fs-l-header {
    padding: 0;
  }
}

.fs-pt-menu__heading {
  display: inline;
}

.header-menu.menu-fixed {
  left: 0;
  right: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
}

.header-inner {
  max-width: 1000px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.languageicon {
  height: 16px;
    width: auto;
}

@media screen and (min-width: 960px) {
  .header-Menyubarblank {
    position: fixed;
    top: 0
    height: 1px;
  }
  .header-Menyubarblank {
    position: fixed;
    top: 0
    height: 1px;
  }
  .header-languageicons {
    max-width: 1000px;
    display: flex;
    align-items: center;
    background: #fff;
    font-size: 14px;
    z-index: 104;
  }
  .languageicon {
    height: 20px;
    width: auto;
  }
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .header-inner {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 102;
  }
  .header-Menyubarblank {
    max-width: 1000px;
    display: flex;
    align-items: center;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 38px;
    z-index: 102;
  }
  .header-languageicons {
    max-width: 1000px;
    display: flex;
    align-items: center;
    background: #fff;
    font-size: 9px;
    padding : 0;
    position: fixed;
    top: 92px;
    left: 0;
    right: 0;
    z-index: 102;
  }
  .languageicon {
    height: 12px;
    width: auto;
  }
  .header-topblank {
    max-width: 1000px;
    display: flex;
    align-items: center;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    height: 42px;
    z-index: 102;
  }
}

.search-form {
  position: absolute;
  width: 100%;
  background: #e6e4e1;
  border: none;
  z-index: 2000;
  top: 11vh;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .search-form {
    display: none;
  }
}

.search-input {
  padding: 0 29px;
  height: 80px;
  border: none;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .search-input {
    height: 70px;
    padding: 0 0 0 64px;
  }
}

.search-icon {
  width: 20px;
  height: 20px;
  background: url(https://moononnon.itembox.design/item/fs/imgs/icon_01.svg) no-repeat center center/contain;
  cursor: pointer;
  border: none;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .search-icon {
    width: 20px;
    height: 20px;
    background: none;
  }
}

.search-detail-btn {
  border: solid 1px #656766;
  padding: 4px;
  margin-left: 16px;
}

.cart-icon {
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .cart-icon {
    width: 20px;
    height: 20px;
  }
}

#js-search {
  display: none;
  transition: all .4s;
}

#js-search-open {
  cursor: pointer;
}

#js-search-close {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 24px;
  height: 44px;
  cursor: pointer;
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  #js-search-close {
    display: block;
  }
}

#js-search-close span {
  width: 24px;
  height: 3px;
  z-index: 99;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  border-radius: 4px;
  background: #b0ada7;
}

#js-search-close span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
  top: 10px;
  left: 0;
}

#js-search-close span:nth-of-type(2) {
  transform: translateY(-10px) rotate(45deg);
  top: 30px;
  left: 0;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .fs-p-headerNavigation__search {
    display: none;
  }
}

.fs-p-headerNavigation__search .search-inner {
  display: flex;
}

.fs-p-headerNavigation__search .search-inner input:focus {
  border: none;
  box-shadow: none;
}

@media screen and (min-width: 768px) {
  .fs-p-headerNavigation__search {
    min-width:330px;
  }
}

.search-width {
  border: none;
  background: transparent;
  width: 180px;
  border-bottom: 1px solid #656766;
}

.logo-area {
  margin: auto;
  text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .logo-area {
    padding: 10px 0;
    height: 54px;
  }
}

.logo-pc {
  width: 240px;
  margin: auto;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .logo-pc {
    display: none;
  }
}

.logo-sp {
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .logo-sp {
    display: block;
    width: 120px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.sp-icon-btn {
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .sp-icon-btn {
    padding-left: 8px;
    display: flex;
  }
}

.sp-search-icon {
  margin: 4px 4px 0;
}

.sp-cart-icon {
  margin: 2px 4px 0;
  position: relative;
}

.fs-p-headerUtilityMenu {
  display: block;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .fs-p-headerUtilityMenu {
    display: none;
  }
}

.header-icon {
  display: flex;
  justify-content: flex-end;
  padding: 0;
}
/*
.header-postage {
  border: solid 1px #e17e96;
  padding: 4px 8px;
  color: #e17e96;
  margin-top: 24px;
}*/
.header-postage {
  display: flex;
  justify-content: flex-end;
}
.header-postage p{
   border: solid 1px #e17e96;
  padding: 4px 8px;
  color: #e17e96;
  margin-top: 24px;
  text-align:center;
}

.header-icon-item {
  margin-left: 8px;
  text-align: center;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  position: relative;
}

@media screen and (min-width: 560px) and (max-width: 559px) {
  .header-icon-item {
    width: 64px;
    margin-left: 8px;
  }
  .header-icon-item:nth-child(2), .header-icon-item:nth-child(3) {
    display: none;
  }
}

@media screen and (max-width: 559px) {
  .header-icon-item {
    width: 48px;
    margin-left: 8px;
  }
  .header-icon-item:nth-child(2), .header-icon-item:nth-child(3) {
    display: none;
  }
}

.header-icon-item a {
  width: 56px;
  display: block;
}

.header-icon-item span {
  font-size: 11px;
  color: #656766;
}

.header-icon-svg {
  display: block;
  width: 24px;
  height: 20px;
  margin: 0 auto 2px;
  display: block;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .header-icon-svg {
    width: 30px;
    height: 30px;
  }
}

.header-nav {
  max-width: 1000px;
  display: flex;
  align-items: center;
  margin: auto;
  position: relative;
  padding: 8px 0 0;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .header-nav {
    display: none;
  }
}

.header-nav-menu {
  width: 14%;
}

.header-nav-menu:before {
  content: "";
  width: 1px;
  height: 26px;
  background: #e3e3e3;
  position: absolute;
  z-index: -1;
  bottom: 18px;
  margin-left: -1px;
}

.header-nav-menu:last-child {
  margin-left: auto;
  width: 30%;
}

.header-nav-menu:hover .megamenu-list {
  opacity: 1;
}

.header-nav-item {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  width: 100%;
  text-align: center;
}

.header-nav-item a {
  padding: 16px 0;
}

.header-sub-nav {
  display: flex;
  justify-content: center;
  padding: 3px 0;
}

.header-sub-nav li {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 13px;
  margin-right: 24px;
}

.header-sub-nav li:last-child {
  margin-right: 0;
}

.megamenu:hover {
  background: #fbe9ed;
}

.megamenu:hover:before {
  display: none;
}

.megamenu-inner {
  position: absolute;
  max-width: 1000px;
  top: 67px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  background: #fbe9ed;
  letter-spacing: -.4em;
  display: none;
  padding-top: 20px;
}

.megamenu-area {
  display: flex;
  z-index: 9999;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  margin: auto;
  padding-left: 48px;
  letter-spacing: normal;
  padding: 20px 0 40px 48px;
}

.megamenu-l > .megamenu-area, .megamenu-r > .megamenu-area {
  padding-top: 0;
}

.megamenu-l, .megamenu-r {
  display: inline-block;
  letter-spacing: normal;
  padding-top: 20px;
}

.megamenu-item {
  padding: 4px 0 24px;
}

.megamenu-item li {
  margin-right: 24px;
}

.megamenu-item li a {
  font-size: 13px;
  text-decoration: underline;
}

.megamenu-list {
  margin-right: 40px;
  transition: opacity .5s;
  opacity: 0;
}

.megamenu-list:last-child {
  margin-right: 0;
}

.megamenu-category {
  font-size: 14px;
  margin: 0;
  font-weight: bold;
}

.megamenu-sublist {
  font-size: 13px;
  padding: 0;
}

.megamenu-sublist li {
  margin-top: 16px;
}

input::-webkit-input-placeholder {
  line-height: 1.4;
}

.woman {
  font-size: 14px;
  color: #db6a85;
  padding-left: 48px;
  margin: 0 0 16px;
  font-weight: bold;
}

.man {
  font-size: 14px;
  color: #49a0b4;
  padding-left: 48px;
  margin: 0 0 16px;
  font-weight: bold;
}

.header-inner .fs-p-cartItemNumber {
  background: #db6a85;
  border-radius: 50%;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  padding: 2px;
  position: absolute;
  top: -6px;
  right: 8px;
  width: 14px;
  height: 14px;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .header-inner .fs-p-cartItemNumber {
    padding: 2px;
    top: -4px;
    right: -6px;
    width: 13px;
    height: 13px;
    text-align: center;
  }
}

.mv {
  width: 100%;
  margin: auto;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .mv {
    padding-top: 54px;
  }
}

.mv img {
  max-width: 1000px;
  margin: auto;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .mv img {
    width: 100%;
  }
}

.mv-bg {
  width: 100%;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .mv-bg {
    width: 100%;
    height: 92vh;
    order: 1;
  }
}

.mv-slider {
  text-align: center;
  margin: auto;
  width: 100%;
}

#js-slider_01 .slick-slide {
  margin: 0 20px;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  #js-slider_01 .slick-slide {
    margin: 0;
  }
}

.title-area {
  width: 100%;
  position: relative;
}

.title-main {
  font-size: 56px;
  font-size: 5.6rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .title-main {
    font-size: 40px;
    font-size: 4rem;
  }
}

.title-sub {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: bold;
  text-align: center;
  position: absolute;
  margin: auto;
  bottom: -4px;
  left: 0;
  right: 0;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .title-sub {
    font-size: 14px;
    font-size: 1.4rem;
    bottom: -12px;
  }
}

.fs-l-main {
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  display: block;
}
.fs-l-pageMain {
  max-width: 1000px;
}

.main-inner {
  max-width: 100%;
}

.bnr-fix {
  position: relative;
  z-index: 999;
  display: none;
}

.bnr-fix a {
  position: fixed;
  right: 0;
  bottom: 20vh;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .bnr-fix {
    display: none!important;
  }
}

.sale {
  max-width: 1040px;
  margin: auto;
  margin-top: 128px;
  padding: 0 20px;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .sale {
    padding: 0 4%;
    margin-top: 84px;
  }
}

.sale-item {
  width: 48%;
}

.sale-item:last-child {
  margin-left: 4%;
}

.sale-item img {
  opacity: 1;
  width: 100%;
  transition: opacity 0.3s;
}

.sale-item img:hover {
  opacity: .6;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .sale-item {
    width: 100%;
    margin: 12px 0;
  }
  .sale-item:last-child {
    margin-left: 0;
  }
}

.section-title {
  margin: 0 auto;
  text-align: center;
  color: #656766;
  font-size: 32px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .section-title {
    font-size: 25px;
  }
}

.section-title:after {
  content: "";
  width: 20px;
  border-bottom: #eea3b5 1px solid;
  display: block;
  margin: auto;
  padding-top: 24px;
}


.arrival {
  margin: auto;
  width: 100%;
  margin-top: 104px;
  background: #fcf8f9;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .arrival {
    margin-top: 48px;
  }
}

.inner {
  max-width: 1000px;
  margin: auto;
}

.section-nav {
  display: flex;
  justify-content: center;
  max-width: 600px;
  margin: auto;
  text-align: center;
  padding: 60px 0 0;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .section-nav {
    padding: 40px 0 0;
    max-width: 240px;
  }
}

.section-nav-menu {
  width: 100%;
  margin: auto;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 20px;
}

.section-nav-menu:nth-child(2) {
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .section-nav-menu:nth-child(2) {
    border-left: none;
    border-right: none;
  }
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .section-nav-menu a {
    border: solid 1px #707271;
    margin: 0 6px;
    padding: 6px 12px;
    font-weight: normal;
    font-size: 16px;
  }
}

.ranking {
  margin: auto;
  width: 100%;
}

.ranking-number {
  border: 1px solid #e5afbc;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 150px;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  color: #e5afbc;
  font-family: "YuMincho", "游明朝";
  font-size: 17px;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .ranking-number {
    font-size: 21px;
    width: 36px;
    height: 36px;
    top: 16px;
    left: calc( 13% + 16px);
  }
}

.color-no1 {
  border: 1px solid #c9ad80;
  color: #c9ad80;
}

.color-no2 {
  border: 1px solid #a7a7a7;
  color: #a7a7a7;
}

.color-no3 {
  border: 1px solid #c39888;
  color: #c39888;
}

.feature {
  margin: auto;
  width: 100%;
/*  background: #fffdf6;*/
}

.item-area {
  margin-top: 10px;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .item-area {
    margin: 10px auto 0;
  }
}

.item-price, .item-txt {
  margin: 0;
}

.arrival-list .item, .ranking-list .item, .feature-list .item {
  width: 184px;
  margin: 0 20px 0 0;
  position: relative;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .arrival-list .item, .ranking-list .item, .feature-list .item {
    margin: 0;
    width: 100vw;
  }
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .arrival-list .item a, .ranking-list .item a, .feature-list .item a {
    width: 74%;
    margin: auto;
  }
}

.arrival-list .item img, .ranking-list .item img, .feature-list .item img {
  width: 184px;
  margin: auto;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .arrival-list .item img, .ranking-list .item img, .feature-list .item img {
    width: 100%;
  }
}

.arrival-list .item_02, .ranking-list .item_02, .feature-list .item_02 {
  width: 235px;
  margin: 0 20px 0 0;
  position: relative;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .arrival-list .item_02, .ranking-list .item_02, .feature-list .item_02 {
    margin: 0;
    width: 100vw;
  }
}

.arrival-list .item_02 img, .ranking-list .item_02 img, .feature-list .item_02 img {
  width: 235px;
  margin: auto;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .arrival-list .item_02 img, .ranking-list .item_02 img, .feature-list .item_02 img {
    width: 100%;
  }
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .arrival-list .item_02 a, .ranking-list .item_02 a, .feature-list .item_02 a {
    width: 74%;
    margin: auto;
  }
}

.arrival-list, .ranking-list {
  padding: 40px 0 0;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .arrival-list, .ranking-list {
    padding: 28px 0 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .arrival-list .slick-slide, .ranking-list .slick-slide {
    margin: auto;
  }
}

.arrival-list .slick-prev, .ranking-list .slick-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -8px;
  margin: auto;
  width: 27px;
  height: 27px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: rgba(255, 255, 255, 0.75);
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .arrival-list .slick-prev, .ranking-list .slick-prev {
    top: 0;
    bottom: 0;
    left: 14px;
    background: #707271;
  }
}

.arrival-list .slick-prev:after, .ranking-list .slick-prev:after {
  content: "";
  width: 8px;
  height: 8px;
  left: 0;
  right: 0;
  margin: 0 11px;
  border-top: 1px solid #656766;
  border-right: 1px solid #656766;
  transform: rotate(-135deg);
  display: block;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .arrival-list .slick-prev:after, .ranking-list .slick-prev:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

.arrival-list .slick-prev:hover, .arrival-list .slick-prev:focus, .ranking-list .slick-prev:hover, .ranking-list .slick-prev:focus {
  outline: none;
}

.arrival-list .slick-next, .ranking-list .slick-next {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -8px;
  margin: auto;
  width: 27px;
  height: 27px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: rgba(255, 255, 255, 0.75);
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .arrival-list .slick-next, .ranking-list .slick-next {
    top: 0;
    bottom: 0;
    right: 14px;
    background: #707271;
  }
}

.arrival-list .slick-next:after, .ranking-list .slick-next:after {
  content: "";
  width: 8px;
  height: 8px;
  left: 0;
  right: 0;
  margin: 0 8px;
  border-top: 1px solid #656766;
  border-left: 1px solid #656766;
  transform: rotate(135deg);
  display: block;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .arrival-list .slick-next:after, .ranking-list .slick-next:after {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
  }
}

.arrival-list .slick-next:hover, .arrival-list .slick-next:focus, .ranking-list .slick-next:hover, .ranking-list .slick-next:focus {
  outline: none;
}

.arrival-list .slick-pos, .ranking-list .slick-pos {
  top: 32px;
}

a.tab-active {
  color: #e88ea4;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  a.tab-active {
    color: #fff;
    background: #707271;
  }
}
/*
.feature-list {
  margin: 80px 0 0;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .feature-list {
    margin: 40px 0 0;
  }
}*/

@media screen and (min-width: 0px) and (max-width: 559px) {
  .feature-list .slick-slide {
    margin: 0 50px;
  }
}

.feature-list .slick-prev {
  position: absolute;
  left: -8px;
  margin: auto;
  width: 27px;
  height: 27px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: rgba(255, 255, 255, 0.75);
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .feature-list .slick-prev {
    top: 20px;
    bottom: 0;
    left: 14px;
    background: #707271;
  }
}

.feature-list .slick-prev:after {
  content: "";
  width: 8px;
  height: 8px;
  left: 0;
  right: 0;
  margin: 0 11px;
  border-top: 1px solid #656766;
  border-right: 1px solid #656766;
  transform: rotate(-135deg);
  display: block;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .feature-list .slick-prev:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

.feature-list .slick-prev:hover, .feature-list .slick-prev:focus {
  outline: none;
}

.feature-list .slick-next {
  position: absolute;
  right: -8px;
  margin: auto;
  width: 27px;
  height: 27px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: rgba(255, 255, 255, 0.75);
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .feature-list .slick-next {
    top: 20px;
    bottom: 0;
    right: 14px;
    background: #707271;
  }
}

.feature-list .slick-next:after {
  content: "";
  width: 8px;
  height: 8px;
  left: 0;
  right: 0;
  margin: 0 8px;
  border-top: 1px solid #656766;
  border-left: 1px solid #656766;
  transform: rotate(135deg);
  display: block;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .feature-list .slick-next:after {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
  }
}

.feature-list .slick-next:hover, .feature-list .slick-next:focus {
  outline: none;
}

.feature-list .slick-pos {
  top: 32px;
}

.feature-area {
  padding: 72px 0 0;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .feature-area {
    padding: 40px 0 0;
  }
}

.feature-item {
  width: 234px;
}

.feature-item img {
  width: 100%;
  height: 100%;
}

.category {
  margin: auto;
  width: 100%;
  padding: 100px 20px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .category {
    padding: 64px 4%;
  }
}

.category-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .category-list {
    flex-direction: column;
  }
}

.category-item_01 {
  display: flex;
  width: 48.5%;
}
.category-item_01:nth-child {
  margin-left: 3%;
}
@media screen and (min-width: 0px) and (max-width: 559px) {
  .category-item_01 {
    width: 100%;
  }
  .category-item_01:nth-child(2) {
    margin-top: 5%;
  }
}

.category-list-banner {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  text-align: center;
}

.category-item_02 {
  width: 100%;
  margin-top: 3%;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .category-item_02 {
    margin-top: 5%;
  }
}

.brand {
  padding: 0 20px;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .brand {
    padding: 0 4%;
  }
}

.brand-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 72px 0 0;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .brand-list {
    flex-direction: column;
    padding: 40px 0 0;
  }
}

.brand-item {
  width: 31.33%;
  margin-right: 2%;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .brand-item {
    width: 72%;
    margin: 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .brand-item:nth-child(2) {
    margin: 5% 0;
  }
}

.brand-item a {
  padding: 56px;
  border: 1px solid #d4d4d4;
  display: block;
  height: 148px;
  display: flex;
  align-items: center;
  margin: auto;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .brand-item a {
    height: 132px;
  }
}

.brand-item:last-child {
  margin-right: 0;
}

.brand-item img {
  width: 100%;
}

.sns {
  width: 100%;
  margin-top: 108px;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .sns {
    margin-top: 60px;
  }
}

.sns-inner {
  max-width: 630px;
  padding: 48px;
  margin: auto;
  background: #fcf8f9;
  text-align: center;
  border: solid 1px #e17e96;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .sns-inner {
    padding: 32px 0px;
  }
}

.sns-inner p {
  margin-top: 0;
}

.sns-list {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .sns-list {
    margin-top: 8px;
  }
}

.sns-list a {
  margin: 0 16px;
}

.sns-list a img {
  width: 30px;
  height: 30px;
}

.blog {
  width: 100%;
  margin-top: 120px;
  padding: 0 20px;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .blog {
    margin-top: 60px;
    padding: 0 4%;
  }
}

.blog-list {
  margin: 48px 0 0;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .blog-list {
    margin: 24px 0 0;
  }
}

.blog-list a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .blog-list a {
    flex-direction: column;
    padding: 12px 0;
    align-items: flex-start;
  }
}

.blog-list time {
  font-size: 14px;
  margin-right: 6%;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .blog-list time {
    margin: 0;
  }
}

.blog-list-txt {
  margin: 20px 0;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .blog-list-txt {
    margin: 0;
  }
}

.blog-inner {
  text-align: left;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .blog-inner {
    padding: 20px;
    margin-top: 72px;
  }
}

.info {
  margin: 120px 0;
  padding: 0 20px;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .info {
    margin-top: 56px;
    padding: 0 4%;
  }
}

.info-shop {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .info-shop {
    flex-direction: column;
  }
}

.info-shop-btn {
  width: 48%;
  position: relative;
  font-family: "YuMincho", "游明朝";
  font-weight: 600;
}

.info-shop-btn:first-child {
  margin-right: 4%;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .info-shop-btn {
    width: 100%;
  }
  .info-shop-btn:first-child {
    margin-bottom: 12px;
    margin-right: 0;
  }
}

.info-shop-btn a {
  font-size: 20px;
  background: #98c9d4;
  color: #fff;
  padding: 24px 0;
  text-align: center;
  border-radius: 4px;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .info-shop-btn a {
    font-size: 16px;
    padding: 16px 0;
    background: #f4f8f9;
    color: #98c9d4;
    border: solid 1px #98c9d4;
  }
}

.info-list {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .info-list {
    flex-wrap: wrap;
  }
}

.info-list-item {
  border: solid 1px #98c9d4;
  text-align: center;
  width: 22%;
  margin-top: 4%;
  border-radius: 4px;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .info-list-item {
    width: 48%;
    padding: 0;
    height: 310px;
  }
}

.info-list-item a {
  padding: 20px;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .info-list-item a {
    padding: 8px;
  }
}

.info-list-item a p {
  text-align: left;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .info-list-item a p {
    padding: 4px 3px;
  }
}

.info-img {
  border-radius: 50%;
  max-width: 124px;
}

.info-title-en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: #98c9d4;
  line-height: 1;
  margin-top: 0;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .info-title-en {
    font-size: 19px;
    margin-top: 16px;
  }
}

.info-title-ja {
  font-family: "YuMincho", "游明朝";
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #98c9d4;
  padding-top: 2px;
  line-height: 1.4;
  margin-top: 0;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .info-title-ja {
    font-size: 16px;
    margin-top: 16px;
  }
}

.arrow {
  transform: translateX(0px);
}

.arrow:hover:before {
  transform: translateX(12px) rotateZ(45deg);
}

.arrow:hover:after {
  transform: translateX(12px);
}

.arrow:before, .arrow-noanim:before {
  content: "";
  width: 6px;
  height: 1px;
  position: absolute;
  right: 31px;
  display: block;
  top: 0px;
  bottom: 4px;
  margin: auto;
  transform: rotateZ(45deg);
  transition: transform .2s;
}

.arrow:after, .arrow-noanim:after {
  content: "";
  width: 20px;
  height: 1px;
  position: absolute;
  right: 32px;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: transform .2s;
}

.arrow-noanim {
  transform: translateX(0);
}

.arrow-btn:before, .arrow-btn:after {
  background: #fff;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .arrow-btn:before, .arrow-btn:after {
    background: #98c9d4;
  }
}

.arrow-list01:before, .arrow-list01:after {
  background: #656766;
}

.arrow-list01:before {
  right: -4px;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .arrow-list01:before {
    right: 8px;
    top: 82px;
  }
}

.arrow-list01:after {
  right: -3px;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .arrow-list01:after {
    right: 9px;
    top: 82px;
  }
}

.arrow-list02:before, .arrow-list02:after {
  background: #656766;
}

.arrow-list02:before {
  right: -10px;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .arrow-list02:before {
    right: 8px;
    top: 82px;
  }
}

.arrow-list02:after {
  right: -9px;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .arrow-list02:after {
    right: 9px;
    top: 82px;
  }
}

/*
.sec-pd {
  padding: 96px 20px;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .sec-pd {
    padding: 48px 0 56px;
  }
}*/

#modal {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  backface-visibility: hidden;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  #modal td {
    padding: 0 4%;
  }
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  #modal {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

#modal label > input {
  display: none;
}

#modal input {
  border-radius: 0;
  border: 1px solid #adaead;
}

#modal input:focus {
  border: 1px solid #adaead;
  box-shadow: none;
}

#modal .checked-btn {
  margin: 0;
  min-width: 16%;
}

#modal .check-font01 {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  font-weight: 600;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  #modal .check-font01 {
    font-size: 16px;
  }
}

#modal .check-font02 {
  font-family: "YuMincho", "游明朝";
  font-size: 17px;
  font-weight: 600;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  #modal .check-font02 {
    font-size: 15px;
  }
}

#modal .check-font03 {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 16px;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  #modal .check-font03 {
    font-size: 14px;
  }
}

#modal .check-size01 {
  width: 100px;
  display: inline-block;
  padding-bottom: 16px;
  padding-top: 2px;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  #modal .check-size01 {
    padding-bottom: 8px;
  }
}

#modal .check-size02 {
  width: 160px;
  display: inline-block;
  padding-bottom: 16px;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  #modal .check-size02 {
    padding-bottom: 8px;
  }
}

#modal .check-size03 {
  width: 200px;
  display: inline-block;
  padding-bottom: 16px;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  #modal .check-size03 {
    padding-bottom: 8px;
  }
}

#modal .check-size04 {
  width: 160px;
  display: inline-block;
  padding-bottom: 16px;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  #modal .check-size04 {
    width: 114px;
    padding-bottom: 8px;
  }
}

#modal .keyword-size {
  width: 400px;
  margin-bottom: 16px;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  #modal .keyword-size {
    width: 100.5%;
    margin: 6px 0 30px;
    padding: 12px;
  }
}

#modal .modal-pd {
  padding-top: 4px;
  width: 82%;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  #modal .modal-pd {
    padding-bottom: 24px;
  }
}

#modal .radio-btn span.checked {
  cursor: pointer;
  padding-left: 24px;
  position: relative;
}

#modal .radio-btn span.checked:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  #modal .radio-btn span.checked:before {
    width: 18px;
    height: 18px;
    top: -1px;
  }
}

#modal .check-btn span.checked {
  cursor: pointer;
  padding-left: 24px;
  position: relative;
}

#modal .check-btn span.checked:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  #modal .check-btn span.checked:before {
    width: 18px;
    height: 18px;
  }
}

#modal input[type=radio]:checked + span.checked:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 3px;
  width: 9px;
  height: 9px;
  background: #e17e96;
  border-radius: 50%;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  #modal input[type=radio]:checked + span.checked:after {
    width: 10px;
    height: 10px;
    top: 3px;
    left: 4px;
  }
}

#modal input[type=checkbox]:checked + span.checked:after {
  content: "";
  border-left: 1px solid #e17e96;
  border-bottom: 2px solid #e17e96;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(0, 0, 0, 0);
  transform: rotate(-45deg) scaleY(0.5);
  display: block;
  position: absolute;
  color: #e17e96;
  width: 12px;
  height: 12px;
  top: 0;
  left: 2px;
  bottom: 5px;
  margin: auto;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  #modal input[type=checkbox]:checked + span.checked:after {
    width: 14px;
    height: 14px;
    top: -1px;
  }
}

#modal .modal-inner {
  width: 940px;
  padding: 48px 64px;
  background: #fcf8f9;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  #modal .modal-inner {
    width: 100%;
    padding: 56px 0;
  }
}

#modal .modal-title {
  font-family: "YuMincho", "游明朝";
  font-size: 22px;
  width: 140px;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  font-weight: bold;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  #modal .modal-title {
    display: none;
  }
}

#modal .modal-title-sp {
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  #modal .modal-title-sp {
    display: block;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 6px;
    font-family: "YuMincho", "游明朝";
  }
}

#modal .price-size {
  width: 120px;
  margin-bottom: 16px;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  #modal .price-size {
    margin: 0;
    padding: 10px;
  }
}

#modal .price-mg {
  margin: 0 12px;
}

#modal .modal-search-btn {
  background: #db6a85;
  width: 400px;
  padding: 12px 0;
  color: #fff;
  cursor: pointer;
  border: none;
}

#modal .modal-search-btn:focus {
  border: none;
  box-shadow: none;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  #modal .modal-search-btn {
    width: 100%;
    padding: 16px 0;
  }
}

#modal .modal-search {
  width: 100%;
  margin: auto;
  text-align: center;
  padding-top: 32px;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  #modal .modal-search {
    padding-top: 24px;
  }
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  #modal .modal-close-btn {
    border: 1px solid #db6a85;
    width: 100%;
    padding: 16px 0;
    background: #fff;
    cursor: pointer;
    color: #db6a85;
  }
}

#modal .modal-close {
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  #modal .modal-close {
    display: table-cell;
    padding-top: 8px;
  }
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .lity-close {
    top: 0;
  }
}

.lity-close:before, .lity-close:after {
  display: block;
  content: "";
  position: absolute;
  top: 14px;
  right: 20px;
  width: 1px;
  height: 22px;
  border-radius: 4px;
  background: #656766;
  transition: background 0.2s ease-in-out;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .lity-close:before, .lity-close:after {
    top: 16px;
    right: 22px;
  }
}

.lity-close:before {
  transform: rotate(-45deg);
}

.lity-close:after {
  transform: rotate(45deg);
}

.lity-hide {
  display: none;
}

.lity-wrap:before {
  margin-right: 0;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .lity {
    background: #fcf8f9;
    height: 100% !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .lity-container {
    width: 100%;
    height: 100%;
  }
}

.fs-l-pageMain {
  margin: auto;
}

.fs-c-breadcrumb {
  max-width: 1000px;
  margin: 20px auto;
}
@media screen and (min-width: 0px) and (max-width: 559px) {
  .fs-c-breadcrumb {
    margin: 0 auto;
    padding: 60px 0 0 16px;
  }
}
.fs-c-breadcrumb__list {
  padding: 0;
}

.fs-c-breadcrumb__listItem a {




  display: inline;
}

.fs-c-sortItems__label {
  border: none;
}

.fs-c-sortItems__list__item__label {
  color: #8bc6cb;
}

.fs-c-sortItems__list__item.is-active {
  background: none;
}

.fs-c-sortItems__list__item:hover {
  color: #8bc6cb;
}

.fs-c-heading--page {
  border: none;
  text-align: center;
  color: #656766;
  font-size: 32px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
}
@media screen and (min-width: 0px) and (max-width: 559px) {
  .fs-c-heading--page{
    padding: 0 0 0;
    font-size: 20px;
  }
}

.fs-c-productName__name {
/*  color: #ea7d97;*/
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: normal;
  position: relative;
}

.fs-c-productName__name:hover:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ea7d97;
  display: block;
  position: absolute;
  bottom: -2px;
}

.fs-c-button--plain {
  color: #8ac0cc;
}

.fs-c-price__value {
  color: #656766;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.fs-c-button--primary .fs-c-button__label {
  color: #fff;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

button .fs-c-button__label {
  color: #;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.fs-c-button--plain.fs-c-button--addToCart--list::before {
  display: none;
}

.fs-c-productList__list__item {
  position: relative;
}

.fs-l-productLayout__item--1 {
  margin-right: 32px;
}

.fs-p-snsArea {
  width: 100%;
  margin: auto;
  justify-content: center;
  margin-top: 20px;
}

.sns-btn {
  width: 40px;
  height: 40px;
}

.line-it-button {
  margin-right: 0 !important;
}

.fs-p-snsArea > * {
  margin-right: 24px;
}

.fs-p-snsArea > *:last-child {
  margin-right: 0;
}

.fs-c-returnedSpecialContract .fs-c-returnedSpecialContract__link a {
  color: #1e5d9b;
}

.fs-c-button--inquiryAboutProduct .fs-c-button__label {
  color: #1e5d9b;
}

.fs-c-productNotice--outOfStock {
  display: none;
}

.fs-c-variationAndActions {
  margin-bottom: 16px;
}

.fs-c-button--primary {
  background: #79d5a0;
  background: #5ac787;
  /* background: #54bba7; */
  border: none;
  box-shadow: none;
    padding: 0;
    background: #d66a6a;
    width: 100%;
    height: 70px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fs-c-productPrice__main__price {
  color: #656766 !important;
}

.fs-c-price__currencyMark {
  color: #656766 !important;
}

#footer {
  border: none;
}

#copyright {
  color: #656766;
  background: #fcf8f9;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  text-align: center;
}

.footer-inner {
  background: #fcf8f9;
  padding: 80px 20px;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .footer-inner {
    margin-top: 0;
    padding: 80px 0 40px;
    background: transparent;
  }
}

.footer-contents {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  max-width: 1000px;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .footer-contents {
    flex-direction: column;
    text-align: center;
  }
}

.footer-contents h4 {
  font-size: 25px;
  font-family: "Cormorant Garamond", serif;
  margin-top: 0;
}

.footer-nav {
  width: 33.33%;
  color: #656766;
}
.footer-nav:last-of-type{
  padding-top: 40px;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .footer-nav {
    width: 100%;
    margin: auto;
    text-align: center;
  }
  .footer-nav:last-of-type{
    padding-top: 0;
  }
}

.footer-border {
  background: #656766;
  width: 12px;
  height: 1px;
  display: inline-block;
  position: relative;
  bottom: 6px;
  margin-right: 4px;
}

.footer-nav-list {
  padding: 0;
  margin: 0;
}

.footer-logo {
  width: 200px;
  margin-top: 8px;
  display: block;
}

@media screen and (min-width: 0px) and (max-width: 559px) {
  .footer-logo {
    margin: auto;
  }
}

.footer-nav-item {
  padding-bottom: 20px;
}

.footer-nav-item:last-child {
  padding-bottom: 0;
}

.footer-nav-item a {
  display: inline-block;
}

.footer-postage {
  background: #e17e96;
  width: 192px;
  padding: 6px 12px;
}

.footer-postage img {
  width: 37px;
  height: 25px;
  display: inline-block;
  vertical-align: -6px;
  margin-right: 4px;
}

.footer-postage-txt {
  font-size: 15px;
  color: #fff;
}

.postage-txt-01 {
  font-size: 22px;
}

.postage-txt-02 {
  font-size: 17px;
}

#scrollUp {
  right: 3%;
  bottom: 40px;
  animation: scrollup 1s ease infinite;
  background: rgba(240, 240, 240, 0.75);
  width: 64px;
  height: 64px;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  color: #197e3c;
  font-size: 10px;
  text-align: center;
  line-height: 1.2;
  padding-top: 32px;
}

#scrollUp:after {
  content: "";
  width: 16px;
  height: 16px;
  border-top: 3px solid #197e3c;
  border-right: 3px solid #197e3c;
  transform: rotate(-45deg);
  display: block;
  left: 24px;
  position: relative;
  bottom: 38px;
}

@keyframes scrollup {
  0% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-8px);
  }
}
.fs-clientInfo{
  padding-left: 0;
}
.contact-txt-size{
  width: 66px!important;
}
.acd-check{
    display: none;
}
.acd-label{
    background: #fbe9ed;
    color: #0;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    position: relative;
}
.acd-label:after{
    background: #fbb7b6;
    box-sizing: border-box;
    content: '＋';
    display: block;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}
.acd-content{
    border: 1px solid #fbe9ed;

    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.35s;
    -o-transition: max-height 0.35s;
    transition: max-height 0.5s;
}
.acd-check:checked + .acd-label:after{
    content: '－';
}
.acd-check:checked + .acd-label + .acd-content{
    visibility: visible;
    opacity: 1;
    max-height: 2000em;
}



/*タブ切り替え3系列*/

/*タブ切り替え0ここから*/

/*タブ切り替え全体のスタイル*/
.tabs0 {
  margin-top: 50px;
  padding-bottom: 2px;
  background-color: #fdf9ef;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
  width: 100%;
  margin: 0 auto;}

/*タブのスタイル*/
.tab0_item {
  width: calc(100%/3);

  border-bottom: 3px solid #fbb7b6;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 12px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab0_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab0_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab0_content {
  display: none;
  padding: 0px 0px 0;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content,
#tab03:checked ~ #tab03_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs0 input:checked + .tab0_item {
  background-color: #fbb7b6;
  color: #000;
}

/*タブ切り替え0ここまで*/

/*タブ切り替え1ここから*/

/*タブ切り替え全体のスタイル*/
.tabs1 {
  margin-top: 50px;
  padding-bottom: 2px;
  background-color: #fff;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
  background-color: #fdf9ef;
  width: 100%;
  margin: 0 auto;}

/*タブのスタイル*/
.tab1_item {
  width: calc(100%/4);

  border-bottom: 3px solid #fbb7b6;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 12px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab1_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab1_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab1_content {
  display: none;
  padding: 0px 0px 0;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#tab10:checked ~ #tab10_content,
#tab11:checked ~ #tab11_content,
#tab12:checked ~ #tab12_content,
#tab13:checked ~ #tab13_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs1 input:checked + .tab1_item {
  background-color: #fbb7b6;
  color: #000;
}

/*タブ切り替え1ここまで*/

/*タブ切り替え2ここから*/

/*タブ切り替え全体のスタイル*/
.tabs2 {
  margin-top: 50px;
  padding-bottom: 2px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0 auto;}

/*タブのスタイル*/
.tab2_item {
  width: calc(100%/4);

  border-bottom: 3px solid #fbb7b6;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 12px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab2_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab2_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab2_content {
  display: none;
  padding: 0px 0px 0;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#tab20:checked ~ #tab20_content,
#tab21:checked ~ #tab21_content,
#tab22:checked ~ #tab22_content,
#tab23:checked ~ #tab23_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs2 input:checked + .tab2_item {
  background-color: #fbb7b6;
  color: #000;
}

/*タブ切り替え2ここまで*/

/*タブ切り替え3ここから*/

/*タブ切り替え全体のスタイル*/
.tabs3 {
  margin-top: 50px;
  padding-bottom: 2px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0 auto;}

/*タブのスタイル*/
.tab3_item {
  width: calc(100%/3);

  border-bottom: 3px solid #fbb7b6;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 12px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab3_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab3_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab3_content {
  display: none;
  padding: 0px 0px 0;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#tab31:checked ~ #tab31_content,
#tab32:checked ~ #tab32_content,
#tab33:checked ~ #tab33_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs3 input:checked + .tab3_item {
  background-color: #fbb7b6;
  color: #000;
}

/*タブ切り替え3ここまで*/

.other-size-link a {
  line-height: 20px;
  padding: 12px;
  border-radius: 2px;
  border: 1px solid #888888;
  background: #F0F0F0;
  text-align: center;
  vertical-align: middle;
}

.link-text-box {
 box-sizing: border-box;
 width: 100%;
 font-size: 32px;
 font-weight: bold;
 text-align: center;
 margin: 70px auto auto auto;
 position: relative;
/* overflow: hidden;*/
 font-family: 'Lato', sans-serif;
 font-weight: 700;
}

.other-size-table {
 width: 100%;
 height: 70px;
 padding: 0px 0px 0px 0px;
 border: 1px solid #888888;
 background: #F5F5F5;
 color: #000;
 text-align: center;
 margin: auto;
 overflow: hidden;
    border-radius: 3px;
}
.other-size-table img {
 width: 50px;
}

.and-more-text-box {
 box-sizing: border-box;
 width: 250px;
 height: 50px;
 border: 1px solid ;
 background-color: #FFF;
 font-size: 18px;
 text-align: center;
 align-content: center;
 margin: auto;
 position: relative;
}

.tab-wrap {
    display: flex;
    flex-wrap: wrap;
  margin:0px;
}
.tab-label {
    color: White;
    background: LightGray;
    margin: 3px;
    padding: 3px 12px;
    order: -1;
}
.tab-content {
  width: 100%;
  display: none;
  padding: 0px 0px 0;
  clear: both;
  overflow: hidden;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  background-color: #fbb7b6;

}
.tab-switch:checked+.tab-label+.tab-content {
     display: block;
}
/* ラジオボタン非表示 */
.tab-switch {
    display: none;
}

.tab_item_2retu {
  width: calc(100%/2);
  border-bottom: 3px solid #fbb7b6;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 12px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item_2retu:hover {
  opacity: 0.75;
}

.tab_item_3retu {
  width: calc(100%/3);
  border-bottom: 3px solid #fbb7b6;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 12px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item_3retu:hover {
  opacity: 0.75;
}

.tab_item_4retu {
  width: calc(100%/4);
  border-bottom: 3px solid #fbb7b6;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 12px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item_4retu:hover {
  opacity: 0.75;
}

.tab_item_5retu {
  width: calc(100%/5);
  border-bottom: 3px solid #fbb7b6;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 12px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item_5retu:hover {
  opacity: 0.75;
}

.spdisplayblock {
  display: none;
}
.pcdisplayblock {
  display: block;
  text-align: center;
}

.headerbanner1 {
  display: none;
}

.headerbanner2 {
  display: none;
}
.headerspace {
  display: none;
}
.headerspacesp {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 559px) {
  .headerspacesp {
    display: inline-block;
    height: 72px;
  }
}


.tagdispround {
  border-color: 000;
  border-style: solid;
  border-radius: 20px;
  font-size: 0.5em
}

.all-disp {
  display: block !important;
}
.markround {
  display:inline;
  padding: 1px 2px;
  border-radius: 20px;
  font-size: 10px;
  margin: 0px 1px 0px 0px;

    display: inline-block;
    border: 1px solid #656766;
    padding: 1px 6px;
    margin: 7px 2px 0 0;
    border-radius: px;
}

.markround1 {
  display:inline;
  padding: 1px 1px 1px 2px;
  border-style: solid;
  border-radius: 20px 0 0 20px;
  border-width: 1px 0 1px 1px;
  border-color: #656766;
  font-size:10px;
  margin: 0px 0px 0px 0px;
    display: inline-block;
    padding: 1px 4px 1px 6px;
    margin: 7px 0px 0 0;
}

.markround2 {
  display:inline;
  padding: 1px 2px 1px 1px;
  border-style: solid;
  border-radius: 0 20px 20px 0;
  border-width: 1px 1px 1px 0;
  border-color: #656766;
  font-size: 10px;
  margin: 0px 1px 0px 0px;
    display: inline-block;
    padding: 1px 6px 1px 4px;
    margin: 7px 2px 0 0;
}

.fs-c-productListItem__prices {
display: none;
}
.gridcx {
    display: grid;
    grid-template-columns: calc(25% - 0px) calc(25% - 0px) calc(25% - 0px) calc(25% - 0px);
    grid-gap: 0px;
}
.griditem {
    padding: 2px 8px 2px 8px;
}

/*サイズ詳細表示切り替え*/
.sizedisptabs {
  font-size: 16px;
  font-weight: bold;
}
.tab_sizedisp {
  display:inline;
  padding: 0px 20px;
  border-style: solid;
  border-radius: 20px;
  border-width: 1px;
  border-color: #666;
  font-size: 12px;
  margin: 0px 1px 0px 0px;
}
.tab_sizedisp:hover {
  opacity: 0.75;
}
input[name="sizedisptab"] {
  display: none;
}
.sizedisp_content {
  display: none;
}
#disp_cm:checked ~ #cm_content,
#disp_inches:checked ~ #inches_content{
  display: block;
}
.sizedisptabs input:checked + .tab_sizedisp {
  background-color: #5ab4bd;
  color: #fff;
}
.size_content_description {
  font-size: 14px;
  font-weight: normal;
}

/*村上テスト*/
.fs-c-productNumber{
   font-size:16px!important;
   background:;
}

.fs-c-productNumber__label:after{
   content:":";
}
/*商品についてのお問い合わせ-----------------------------*/
.fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct {
    border: 1px solid #000;
    padding: 10px 0;}
.fs-c-button--inquiryAboutProduct.fs-c-button--plain {
    margin: auto;
    text-decoration: none;}
.fs-c-button--inquiryAboutProduct .fs-c-button__label {
    color: #656766 !important;}
/*商品についてのお問い合わせ-----------------------------*/

.fs-c-cartDiscountInfo--postage .fs-c-price__currencyMark,
.fs-c-cartDiscountInfo--postage .fs-c-price__value{
   color: #ff5050!important;
}
/* ”この”商品のお問い合わせ表示 */
.fs-c-button--inquiryAboutProduct.fs-c-button--plain .fs-c-button__label::before {
    content: "この";
}

/*画僧比率保つために*/
img {
   max-width:100%;
   height:auto;
    vertical-align: middle;
}


/* レビューボタン */
.fs-c-button--addReview--guest.fs-c-button--secondary {
  color: #fff;
}

/* === レビューボタン === */
/* 全体 */
.fs-c-productReview {
  background: #f5f4ef;
  padding: 20px;
}
/* この商品の平均評価 */
.fs-c-aggregateRating__rating::before {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 5px;
}
/* レビュー件数 */
.fs-c-aggregateRating__count::after {
  content: "件)";
}
.fs-c-aggregateRating__count::before {
  content: "(";
}
/* レビューブロック */
.fs-c-reviewList__item {
  background: #fff;
  padding: 15px;
}
/* レビュー名 */
.fs-c-reviewer__name {
  font-size: 12px;
  margin-right: 5px;
}
/* 購入者の場合 */
.fs-c-reviewerStatus {
  display: block;
  margin: 0 5px 0 0;
  background: #e17e7e;
}
/* 購入者詳細 */
.fs-c-reviewer__profile {
  font-size: 1rem;
}
/* レビュー内容 */
.fs-c-reviewList__item__body.fs-c-reviewBody {
  border: none;
}
/* すべてのレビューを見る、レビューを書く */
.fs-c-button--addReview--detail.fs-c-button--plain {
  padding: 5px 20px;
  background: #e17e7e;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
}
/* 隙間 */
.fs-c-productReview__allReviews.fs-c-buttonContainer.fs-c-buttonContainer--viewAllReviews {
  padding: 0;
}



/* === レビューを全て見る画面 === */
/* レビュー背景色 */
.review-background {
  background: #f5f4ef;
  padding: 20px;
}
/* レビュー詳細横並び */
#review-flex {
  display: flex;
  justify-content: space-between;
}
/* レビュー詳細枠 */
#review-flex .fs-p-announcement {
  border: 1px solid #656766;
  border-radius: 10px;
  padding: 30px;
  width: calc(50% - 20px);
}
/* レビュー詳細文字 */
#review-flex .fs-p-announcement__title {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  color: #656766;
  padding-bottom: 20px;
}

/* フッターバナー固定 */
.footer-fixed{
  display:none;
}

/* 商品紹介表 */
.space-15{
  padding: 0 15px;
}
.product-table {
  word-break: break-all;
  word-wrap: anywhere;
  margin: 20px 0;
  padding: 20px;
  display: block;
  background: #f4f4f3;
  background: #f5f4ef;
  color: #3c3c3c;
}
.product-table th {
  white-space: nowrap;
  text-align: left;
  font-weight: normal;
}
.product-table th,
.product-table td {
  vertical-align: baseline;
}
.tag-disp-none {
  display: none !important;
}

/* 商品紹介表(tableタグなしver) */
.acd-content .table {
  margin: 20px 0;
  padding: 20px;
  display: block;
  background: #f5f4ef;
  color: #3c3c3c;
}
.acd-content .table-row {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: start;
  padding: 1px;
}
.acd-content .table span {
  display: inline-block;
}
.acd-content .table span:first-child {
  width: 80px;
}
.acd-content .table span:nth-child(2) {
  width: 30px;
  text-align: center;
}


/* リンク画像透明度 */
a:hover img {
  opacity: 0.8;
}

/* 絞込検索SPのみ表示 */
.footer-fixed-3{
/*  display: none;*/
    left: unset !important;
    right: 0 !important;
    bottom: 10px !important;
}
.search_btn {
    border-radius: 0 !important;
    height: 64px !important;
    width: 64px !important;
}

/* 商品一覧、虫眼鏡マーク削除(24.07.03)村上 */
button.fs-c-button--viewMoreImage.fs-c-button--plain {
    display: none;
}
/* 商品一覧、カートに入れる 削除(24.07.03)村上 */
button.fs-c-button--addToCart--list.fs-c-button--plain {
    display: none;
}
/* 非表示
商品詳細、サイズ選択(24.08.16)村上
select.fs-c-dropdown__menu {
    font-size: 16px;
    font-weight: 600;
    background: #79d5a0;
    color: #fff;
    padding: 10px;
} 非表示*/

/* 商品詳細、在庫表示(24.08.19)村上 */
span.fs-c-variationRadioList__name__stock {
    color: #ef000b;
}

/* 商品詳細、購入ラジオボタン(24.08.19)村上 */
span.fs-c-variationRadioList__radioMark.fs-c-radio__radioMark {
    /* width: 20px; */
    /* height: 20px; */
    margin: 0 10px 0 0;
}
/* TOPへ戻るボタン(24.09.06)村上 */
#page-top-nonnon a{
    width: 64px;
    height: 64px;
    bottom: 10px;
}
 /* ホットワード(24.12.06)村上 */
.scroll_content {
  display: flex;
  max-width: 1000px;
  margin: 30px auto;
  text-align: center;
  justify-content: center;
  padding: 0;
}
.scroll_content li {
  width: auto;
  padding: 8px;
  margin: 3px;
  flex-shrink: 0;
  list-style: none;
}
.scroll_content img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #ddd;
}
ul.scroll_content p {
    font-size: ;
    font-weight: bold;
}

/* カートに入れるアイコン(24.12.23)村上 */
button.fs-c-button--addToCart--detail.fs-c-button--primary::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(https://moononnon.itembox.design/item/icon_cart.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}
.fs-c-button--primary.fs-c-button--addToCart--variation{
    height: 40px;
}
.fs-c-button--purchaseHere.fs-c-button--primary {
    height: 70px;
}
/* コーディネートアイテムをみる(24.12.23)村上 */
.coordinate-item {
    text-align: center;
    background: #d66a6a1a;
    border: 1px solid #d66a6a;
    color: #d66a6a!important;
    width: 100%;
    height: 70px;
    align-content: center;
    border-radius: 3px;
    font-weight: 500;
    font-size: 18px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
.fs-p-announcement__title {
    font-weight: bold;
    color: #656766;
    padding-bottom: 20px;
}
.fs-p-announcement {
    padding: 30px 20px;
    background: #f4f4f4;
    margin: 20px 0;
}
/* ご注文手続きへ進む(25.02.10)村上 */
a.fs-c-button--unregisteredUserPurchase.fs-c-button--secondary {
    text-align: center;
    background: #e0e0e0;
    border: none;
    color: #777 !important;
    width: 100%;
    height: 70px;
    align-content: center;
    border-radius: 3px;
    font-weight: 400;
    font-size: 18px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    box-shadow: none;
}
.fs-c-purchaseHere__message {
    font-size: 18px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    font-weight: 400;
    text-align: center;
}
/* */
time.fs-c-time:first-child {
    display: none;
}

.fs-c-productQuantity__quantity.fs-c-quantity{
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    max-width: fit-content;
}
.fs-c-productQuantity__quantity.fs-c-quantity::before {
    content: "数量：";
}

/* awoo検索窓PCのみ */
.awoo-search {
    width: fit-content;
}