@charset "UTF-8";
body {
  color: #000;
  font-size: 13px;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 11px;
    letter-spacing: 0.07em;
    line-height: 1.75;
  }
}

a {
  color: #000;
  opacity: 1;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.6;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px){
  a {
      transition: opacity 0.3s;
  }
  }

.pc_only{
  display: block !important;
}
.sp_only{
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .pc_only{
    display: none !important;
  }
  .sp_only{
    display: block !important;
  }
}

section {
  width: 100%;
}
@media screen and (max-width: 768px) {
  section {
    position: relative;
  }
}
section .inner {
  width: 100%;
  padding: 0 25px;
}

.section-title {
  width: 100%;
  font-size: 36px;
  text-align: center;
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 200;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .section-title {
    text-align: left;
    font-size: 24px;
    margin-bottom: 1rem;
  }
}

.mor-btn {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  text-align: center;
  display: block;
  position: relative;
  cursor: pointer;
}
.mor-btn p {
  font-size: 20px;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .mor-btn p {
    font-size: 12px;
    letter-spacing: 0px;
  }
}
.mor-btn.white {
  color: #fff !important;
}
.mor-btn.white p {
  text-decoration: solid underline #fff 1px !important;
}
@media screen and (max-width: 768px) {
  .mor-btn {
    position: absolute;
    top: 0px;
    right: 15px;
    display: table;
    width: fit-content;
    max-width: inherit;
  }
  .mor-btn p {
    line-height: 46px;
  }
}

.globalHead {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 980px) {
  .globalHead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 10px 15px;
  }
}
.globalHead .logo {
  box-sizing: border-box;
}
@media screen and (min-width: 981px) {
  .globalHead .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 117px;
    margin: 3rem 0 0 2.5rem;
  }
}
@media screen and (max-width: 980px) {
  .globalHead .logo {
    height: 34px;
    margin: 0;
  }
  .globalHead .logo a {
    height: 34px;
  }
  .globalHead .logo img {
    height: 100%;
    width: auto;
  }
}

  /*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  App
  ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.sidemenu {
  width: 230px;
  z-index: 1;
  padding: 4rem 2.5rem;
}
@media screen and (max-width: 980px) {
  .sidemenu {
    display: none;
  }
}
.sidemenu .logo {
  width: 100%;
  max-width: 117px;
  margin-bottom: 3rem;
}
.sidemenu .menu.side__menu {
  width: 100%;
  padding-top: 78px;
  margin-bottom: 2rem;
}
.sidemenu .menu.guide-wrap li {
  font-size: 14px;
}
.sidemenu .menu__item {
  width: 100%;
  display: list-item;
  margin-bottom: 5px;
  font-size: 16px;
  cursor: pointer;
  display: block;
  position: relative;
  letter-spacing: 0.08em;
}
.sidemenu .menu__item.note {
  margin-bottom: 2rem;
}
.sidemenu .menu__item.gill-sans {
  font-size: 14px;
}
.sidemenu .menu__item a {
  display: block;
  position: relative;
  letter-spacing: 0.08em;
}
.sidemenu .menu__item._ad > .menu__item__link {
  display: table;
}
.sidemenu .menu__item._ad > .accordionBtn {
  padding-left: 70px;
}
.sidemenu .menu__item._ad > .accordionBtn:before, .sidemenu .menu__item._ad > .accordionBtn:after {
  left: inherit !important;
}
.sidemenu .menu__item._ad > .accordionBtn:after {
  right: 5px !important;
}
.sidemenu .menu__item .children {
  position: relative;
}
.sidemenu .menu__item .children.iconplus {
  padding: 0 0 1rem 0;
  margin-bottom: 5px;
}
.sidemenu .menu__item .submenu {
  display: none;
  padding: 1rem 0 1rem 1rem;
}
.sidemenu .menu__item .submenu .submenu__item {
  margin-bottom: 10px;
  font-size: 12px;
  cursor: pointer;
  display: block;
  letter-spacing: 1.1px;
}
.sidemenu .menu__item .submenu .submenu__item.is-ready {
  margin-bottom: 0px;
}
.sidemenu .menu__item .submenu .submenu__item.is-ready a {
  margin-bottom: 10px;
}
.sidemenu .menu__item .submenu .submenu__item .icon {
  width: 1rem;
  margin-right: 10px;
}
.sidemenu .menu__item .submenu .submenu__item .icon img {
  width: 1rem;
  height: 1rem;
}
.sidemenu .menu__item .submenu .submenu__item.gill-sans {
  font-size: 13px;
}
.sidemenu .menu__item .menu__item__link + ul + .accordionBtn {
  /*開閉ボタン*/
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 7px;
  right: 0px;
}
.sidemenu .menu__item .menu__item__link + ul + .accordionBtn:before, .sidemenu .menu__item .menu__item__link + ul + .accordionBtn:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  background: #a3a3a3;
  display: block;
}
.sidemenu .menu__item .menu__item__link + ul + .accordionBtn:before {
  width: 11px;
  height: 1px;
}
.sidemenu .menu__item .menu__item__link + ul + .accordionBtn:after {
  width: 1px;
  height: 11px;
}
.menu__item__link.active + ul + .accordionBtn {
  /*開閉ボタン*/
}
.menu__item__link.active + ul + .accordionBtn:after {
  display: none !important;
}

.menu__item__link + ul + .accordionBtn.active:after {
  display: none !important;
}

.menu__item__link.active + ul + .accordionBtn.active:after {
  display: block !important;
}




.sidemenu .children form {
  position: relative;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #a3a3a3;
  background: #fff;
  transition: all 0.3s ease;
  margin-bottom: 2rem;
  margin-top: 2rem;
}



.sidemenu .children input[type="text"] {
  position: absolute;
  top: 12px;
  left: 30px;
  font-size: 14px;
  background: none;
  color: #000;
  width: 85px;
  height: 20px;
  border: none;
  -webkit-appearance: none;
          appearance: none;
  outline: none;
    border: none !important;
}
.sidemenu .children input[type="text"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
}
.sidemenu input::-webkit-input-placeholder {
  color: #c5c5c5;
  font-weight: normal;
  font-style: initial;
  font-size: 1.2rem;
  font-family: "gill-sans-nova", sans-serif;
}
.sidemenu input:-moz-placeholder {
  color: #c5c5c5;
  font-weight: normal;
  font-style: initial;
  font-size: 1.2rem;
  font-family: "gill-sans-nova", sans-serif;
}
.sidemenu input::-moz-placeholder {
  color: #c5c5c5;
  font-weight: normal;
  font-style: initial;
  font-size: 1.2rem;
  font-family: "gill-sans-nova", sans-serif;
}
.sidemenu input:-ms-input-placeholder {
  color: #c5c5c5;
  font-weight: normal;
  font-style: initial;
  font-size: 1.2rem;
  font-family: "gill-sans-nova", sans-serif;
}



.sidemenu .children button {
  position: absolute;
  top: 10px;
  left: 5px;
  height: 24px;
  width: 20px;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  outline: none !important;
  cursor: pointer;
}
.sidemenu .children button svg {
  width: 20px;
  height: 20px;
  fill: #5a6674;
}






.sidemenu .search-option {
  position: absolute;
  text-align: right;
  top: 10px;
  right: 15px;
}
.sidemenu .search-option div {
  position: relative;
  display: inline-block;
  margin: 0 1px;
  cursor: pointer;
}
.sidemenu .search-option div input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.01;
  cursor: pointer;
}
.sidemenu .search-option div span {
  position: absolute;
  display: block;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  background: #929AA3;
  color: #fff;
  font-size: 9px;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  padding: 4px 7px;
  border-radius: 12px;
  top: -18px;
  transition: all 0.2s ease-in-out;
}
.sidemenu .search-option div span::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 4px solid #929AA3;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  transition: all 0.2s ease-in-out;
}
.sidemenu .search-option div:hover span {
  opacity: 1;
  top: -21px;
}
.sidemenu .search-option div label {
  display: block;
  cursor: pointer;
}
.sidemenu .search-option div svg {
  height: 20px;
  width: 20px;
  fill: #5a6674;
  opacity: 0.6;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
}
.sidemenu .search-option div:hover svg {
  opacity: 1;
}
.sidemenu .search-option div input:checked + label svg {
  opacity: 0.9;
}
.sidemenu .sns-icons {
  width: 100%;
  margin-top: 2rem;
}
.sidemenu .sns-icons .icon {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.sidemenu .sns-icons .icon img {
  width: 100%;
  height: 100%;
}
.sidemenu .sns-icons .icon.lin {
  width: 28px;
  height: 21px;
}

.sidemenu .sns-icons .icon.icon-x {
    width: 18px;
    height: 17px;
    margin-top: -2px;
}


/* サイドメニュー用 　ログイン・ログアウト*/
.logout.my-false {
  display: none !important;
}
.login.my-false {
  display: none !important;
}
.regist.my-true {
  display: none !important;
}


.content-wrap {
  width: calc(100% - 230px);
  /* opacity: 0; */
}

@media only screen and (max-width: 980px) {
  .content-wrap {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .fixed-menu-wrap {
    z-index: 999999;
    position: fixed;
    top: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .fixed-menu-wrap {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .fixed-menu-wrap > .online {
    font-size: 18px;
    margin-right: 20px;
  }
}
.fixed-menu-wrap .menu-btn {
  width: 60px;
  height: 60px;
  transition: 0.35s ease;
  perspective: 150rem;
  -moz-perspective: 150rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
}
.fixed-menu-wrap .menu-btn a:hover::before {
  opacity: 1;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .fixed-menu-wrap .menu-btn {
    transition: 0.3s;
  }
  .fixed-menu-wrap .menu-btn:hover {
    background: #141516;
  }
  .fixed-menu-wrap .menu-btn:hover img {
    opacity: 0;
  }
}
.fixed-menu-wrap .menu-btn a {
  z-index: 1;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
}
/* @media screen and (min-width: 768px) { */
  .fixed-menu-wrap .menu-btn a:before {
    content: "";
    display: block;
    background: url(https://marblesud.itembox.design/item/icon/shop_white.svg) no-repeat center/contain;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  .fixed-menu-wrap .menu-btn a:hover::before {
    opacity: 1;
    z-index: 999999999;
  }
/* } */
.fixed-menu-wrap .menu-btn a .img-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.fixed-menu-wrap .menu-btn a .img-inner img {
  width: 20px;
  height: 20px;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fixed-menu-wrap .menu-btn.online {
  margin-right: 5px;
}
.fixed-menu-wrap .menu-btn.online  {
  position: relative;
}
.fixed-menu-wrap .menu-btn.online a .fs-p-cartItemNumber.fs-client-cart-count {
  position: absolute;
  top: 53%;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  background:none;
  color: #000000;
  font-size: 10px;
  line-height: 1;
  padding: 0;
}
.fixed-menu-wrap .menu-btn.online:hover a .fs-p-cartItemNumber.fs-client-cart-count {
  color: #FFF;
}
.fixed-menu-wrap .menu-btn.hmb {
  display: block;
  cursor: pointer;
  text-align: center;
}
.fixed-menu-wrap .menu-btn.hmb span {
  display: block;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 2px;
  background: #555;
  transition: 0.3s ease-in-out;
}
.fixed-menu-wrap .menu-btn.hmb span:nth-child(1) {
  top: -17px;
}
.fixed-menu-wrap .menu-btn.hmb span:nth-child(2) {
  top: 0px;
}
.fixed-menu-wrap .menu-btn.hmb span:nth-child(3) {
  top: 15px;
}
.fixed-menu-wrap .menu-btn.hmb.active {
  transition: all 0.3s ease-in-out;
  transition-delay: 0.6s;
  transform: rotate(45deg);
}
.fixed-menu-wrap .hamburger.active:nth-child(2) {
  width: 0px;
}
.fixed-menu-wrap .hamburger.active .hamburger.active span:nth-child(1),
.fixed-menu-wrap .hamburger.active .hamburger.active span:nth-child(3) {
  background: #fff;
  transition-delay: 0.3s;
}
.fixed-menu-wrap .hamburger.active span .hamburger.active span:nth-child(1) {
  transform: translateY(4px);
}
.fixed-menu-wrap .hamburger.active span:nth-child(3) {
  transform: translateY(-16px) rotate(90deg);
}

.site-menu {
  position: relative;
  line-height: initial;
}
@media screen and (min-width: 768px) {
  .site-menu {
    width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 8rem 2.5rem;
  }
}
.site-menu .menu-wrap {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .site-menu .menu-wrap {
    display: flex;
    flex-wrap: nowrap;
    max-height: 70vh;
    max-width: 900px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .site-menu .menu-wrap {
    flex-wrap: wrap;
    padding: 0 10px;
    margin-top: 30px;
  }
}
.site-menu .menu-wrap .box {
  display: flex;
  align-content: space-between;
}
@media screen and (min-width: 768px) {
  .site-menu .menu-wrap .box {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;    /* IE, Edge 対応 */
    scrollbar-width: none;       /* Firefox 対応 */
  }
  .site-menu .menu-wrap .box::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .site-menu .menu-wrap .box {
    width: calc(50% - 5px);
  }
  .site-menu .menu-wrap .box:nth-child(2n) {
    margin-left: 10px;
  }
}
.site-menu .menu-wrap .box ul {
  width: 100%;
  margin: 0 auto;
}
.site-menu .menu-wrap .box ul li {
  display: list-item;
  font-size: 20px !important;
  font-family:  'gill-sans-nova', '游ゴシック体', 'Yu Gothic', 'YuGothic', "ヒラギノ角ゴ Pro", Meiryo, メイリオ, sans-serif;
}
.site-menu .menu-wrap .box ul li a {
  color: #fff;
  letter-spacing: 0.05em;
}
.site-menu .menu-wrap .box.num01 ul li {
  font-size: 36px !important;
  line-height: initial;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .site-menu .menu-wrap .box.num01 ul li {
    font-size: 24px !important;
    line-height: 1.5;
  }
}
.site-menu .menu-wrap .box.num02 > ul > li:nth-child(1) {
  font-size: 36px !important;
}
@media screen and (max-width: 767px) {
  .site-menu .menu-wrap .box.num02 > ul > li:nth-child(1) {
    font-size: 24px !important;
  }
}
.site-menu .menu-wrap .box.num02 > ul ul li {
  padding-left: 1rem;
  line-height: 2.8;
}
@media screen and (max-width: 767px) {
  .site-menu .menu-wrap .box.num02 > ul ul li {
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .site-menu .menu-wrap .box.num03 > ul {
    -ms-overflow-style: none;    /* IE, Edge 対応 */
    scrollbar-width: none;       /* Firefox 対応 */
  }
  .site-menu .menu-wrap .box.num03 > ul::-webkit-scrollbar {  /* Chrome, Safari 対応 */
      display:none;
  }
}
@media screen and (max-width: 767px) {
  .site-menu .menu-wrap .box.num03 > ul {
    margin-top: 20px;
  }
}
.site-menu .menu-wrap .box.num03 > ul li {
  padding-left: 1rem;
  line-height: 2.9;
}
@media screen and (max-width: 767px) {
  .site-menu .menu-wrap .box.num03 > ul li {
    font-size: 18px !important;
    padding: 0;
  }
}
.site-menu .menu-wrap .box.num04 {
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .site-menu .menu-wrap .box.num04 {
    margin-top: 20px;
  }
}
.site-menu .menu-wrap .box.num04 ul li {
  line-height: 2.62;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", sans-serif;
  font-size: 1rem !important;
}
@media screen and (max-width: 767px) {
  .site-menu .menu-wrap .box.num04 ul li {
    font-size: 11px !important;
  }
}
.site-menu .menu-wrap .box ul li .submenu {
  font-size: 13px !important;
}
@media screen and (max-width: 767px) {
  .site-menu .menu-wrap .box ul li .submenu {
    font-size: 11px !important;
  }
}
.site-menu .menu-wrap .box ul li .submenu__item {
  font-size: 13px !important;
}
@media screen and (max-width: 767px) {
  .site-menu .menu-wrap .box ul li .submenu__item {
    font-size: 11px;
  }
}
.site-menu .menu-wrap .box ul li .submenu__item .icon {
  width: 1rem;
  margin-right: 10px;
}
.site-menu .menu-wrap .box ul li .iconplus li {
  padding-left: 0;
}
.site-menu .menu-wrap .box ul li ul li .menu__item__link {
  position: relative;
  display: inline-block;
  padding-right: 30px;
}
.site-menu .menu-wrap .box ul li ul li .menu__item__link:before, .site-menu .menu-wrap .box ul li ul li .menu__item__link:after {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 25px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .site-menu .menu-wrap .box ul li ul li .menu__item__link:before, .site-menu .menu-wrap .box ul li ul li .menu__item__link:after {
    bottom: 15px;
  }
}
.site-menu .menu-wrap .box ul li ul li .menu__item__link:after {
  transition: 0.3s;
  transform: rotate(90deg);
}
.site-menu .menu-wrap .box ul li ul li .menu__item__link.active:after {
  transform: rotate(0deg);
}
.site-menu .menu-wrap .box ul li ul li .menu__item__link.season {
  font-size: 18px !important;
}
@media screen and (max-width: 767px) {
  .site-menu .menu-wrap .box ul li ul li .menu__item__link.season {
    font-size: 12px !important;
  }
  .site-menu .menu-wrap .box ul li ul li .menu__item__link.season:before, .site-menu .menu-wrap .box ul li ul li .menu__item__link.season:after{
    bottom: 9px;
  }
}

.bottom-wrap {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .bottom-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
  }
}
.bottom-wrap .copylight {
  text-align: left;
  padding-left: 3%;
}
@media screen and (max-width: 767px) {
  .bottom-wrap .copylight {
    margin-top: 0px;
  }
}
.bottom-wrap .copylight p {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .bottom-wrap .sns-icons {
    margin-right: 140px;
  }
}
@media screen and (max-width: 767px) {
  .bottom-wrap .sns-icons {
    width: 50%;
    position: absolute;
    top: 40px;
    right: 0;
  }
}
.bottom-wrap .sns-icons .icon {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.bottom-wrap .sns-icons .icon img {
  width: 100%;
  height: 100%;
}
.bottom-wrap .sns-icons .icon.lin {
  width: 33px;
  height: 33px;
}

.bottom-wrap .sns-icons .icon.icon-x {
    width: 25px;
    height: 23px;
    margin-top: -2px;
}



.c-button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.p-hamburger {
  position: relative;
  outline: none;
  transition: all 0.3s ease-in-out;
  z-index: 20;
  opacity: 0.9;
}
@media screen and (min-width: 981px) {
  .p-hamburger {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
  }
    .p-hamburger:hover {
    background: rgba(20, 21, 22, 0.9);
  }
}
@media screen and (max-width: 980px) {
  .p-hamburger {
    width: 30px;
    height: 30px;
  }
}

.p-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 25px;
  height: 2px;
  background-color: #000;
  border-radius: 5px;
  transition: inherit;
}
.p-hamburger:hover .p-hamburger__line {
  background: #fff;
}
.p-hamburger__line::before,
.p-hamburger__line::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 5px;
  transition: inherit;
}

.p-hamburger__line::before {
  top: -8px;
}

.p-hamburger__line::after {
  top: 8px;
}

.p-hamburger[aria-expanded=true] .p-hamburger__line {
  background-color: transparent;
}

.p-hamburger[aria-expanded=true] .p-hamburger__line::before,
.p-hamburger[aria-expanded=true] .p-hamburger__line::after {
  top: 0;
}

.p-hamburger[aria-expanded=true] .p-hamburger__line::before {
  transform: rotate(45deg);
}

.p-hamburger[aria-expanded=true] .p-hamburger__line::after {
  transform: rotate(-45deg);
}

.p-hamburger:hover .p-hamburger__line::before,
.p-hamburger:hover .p-hamburger__line::after {
  background: #fff;
}
@media screen and (max-width: 980px) {
  .p-hamburger:hover .p-hamburger__line {
    background: #555;
  }
 .p-hamburger:hover .p-hamburger__line::before,
 .p-hamburger:hover .p-hamburger__line::after {
  background: #555;
}
  body.is-drawerActive .p-hamburger:hover .p-hamburger__line::before,
  body.is-drawerActive .p-hamburger:hover .p-hamburger__line::after {
  background: #FFF;
}
.p-hamburger[aria-expanded=true] .p-hamburger__line {
  background-color: transparent;
}
}
.u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

.is-drawerActive .globalNav {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.globalNav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #95a2ab;
  padding: 6rem 2.5rem;
  visibility: hidden;
  opacity: 0;
  z-index: 25;
  transition: 0.3s;
  /* position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100vh;
  background: #95a2ab;
  padding: 6rem 2.5rem;
  visibility: hidden;
  opacity: 0;
  z-index: 25;
  transition: 0.3s; */
}
@media screen and (max-width: 768px) {
  .globalNav {
    padding: 40px 5%;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 768px) {
  .fixed-menu-wrap {
    top: 13px;
    right: 13px;
  }
  .globalNav .fixed-menu-wrap {
    overflow-y: auto;
  }
}
@media screen and (max-width: 768px) {
  .globalNav .bottom-wrap {
    align-items: baseline;
  }
}
@media screen and (max-width: 768px) {
  .globalNav .site-menu .bottom-wrap .sns-icons {
    position: relative;
    top: inherit;
    right: inherit;
  }
}

.swiper-parent {
  position: relative;
}
.swiper-parent .swiper-container {
  width: calc(100% - 70px);
  margin: 0 auto;
  box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  .swiper-parent .swiper-container {
    width: 100%;
  }
}
.swiper-parent .swiper-button-prev, .swiper-parent .swiper-button-next {
  top: calc((100% - 50px) * 0.5);
  margin-top: -43px;
}
@media screen and (max-width: 768px) {
  .swiper-parent .swiper-button-prev, .swiper-parent .swiper-button-next {
    display: none;
  }
}
.pageTop {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(200, 208, 214, 0.8);
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  pointer-events: none;
}
.pageTop:after {
  content: "";
  background: url(https://marblesud.itembox.design/item/icon/arrow_top.svg) no-repeat center/contain;
  background-size: contain;
  display: block;
  width: 15px;
  height: 10px;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.pageTop.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}
.image-container {
  width: 100%;
}
.image-container .card-wrap {
  width: 100%;
}
.image-container .card-wrap a.card-link {
  margin: 0 10px 10px 0;
}
.image-container .card-wrap a.card-link .img-wrap {
  background-color: #fff;
  display: block;
  height: 0;
  padding-bottom: 150%;
  position: relative;
  margin-bottom: 1rem;
  counter-increment: rank;
}
.image-container .card-wrap a.card-link .img-wrap img {
  height: auto;
  position: relative;
  width: 100%;
}
.image-container .card-wrap a.card-link .img-wrap span {
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
}
.image-container .card-wrap a.card-link .text-wrap {
  width: 100%;
  text-align: center;
}

.fs-c-breadcrumb {
  width: 100%;
  text-align: center;
}
.fs-c-breadcrumb ol li::after {
  content: "/";
  color: lightgray;
  letter-spacing: -5px;
}

.fs-c-breadcrumb ol li {
  font-size: 1rem;
  margin: 0rem;
  display: inline-block;
  list-style: none;
}

.fs-c-breadcrumb__listItem::before {
  display: none;
}

.fs-c-breadcrumb__listItem:last-child {
  padding: 0 6px;
}
.fs-c-breadcrumb ol li a {
  color: lightgray!important;

  padding: 0 0 0 3px;
}

@media screen and (max-width: 768px) {
  .fs-c-breadcrumb ol li a {
    font-size: 10px;
  }
}
.fs-c-breadcrumb ol li:first-child a {
  padding: 0 0px 0 0;
}
.fs-c-breadcrumb ol li:last-child::after {
  content: none;
}

.tag {
  font-size: 11px;
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  padding: 0 5px;
}
.tag.new {
  background: #88d0ac;
}
.tag.reservation {
  background: #CECAF2;
}

@media screen and (max-width: 768px) {
  .bottom-navigation {
    position: fixed;
    left: 0;
    bottom: 0;
    background: #fff;
    width: 100%;
    padding: 10px;
    z-index: 9;
  }
  .bottom-navigation li {
    width: 18.5%;
    list-style: none;
    text-align: center;
  }
  .bottom-navigation li .fs-p-cartItemNumber {
  display: none;
  top: 28% !important;
  left: 51% !important;
}
  .bottom-navigation li a,
.bottom-navigation li button {
    display: block;
    font-size: 10px;
    font-family: 'gill-sans-nova', 游ゴシック, YuGothic, HiraKakuPro, "ヒラギノ角ゴ Pro", Meiryo, メイリオ, sans-serif !important;
  }
  .bottom-navigation li .js-bottom-btn {
      display: contents;
    color: #000 !important;
    }
  .bottom-navigation li a img,
.bottom-navigation li button img {
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
  }
  .bottom-navigation li .js-bottom-btn img {
    margin-bottom: 0px;
  }
  .bottom-navigation.is-higher {
    z-index: 11;
  }
}
.bottom-navigation_wrap {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - 45px);
  height: 100vh;
  background: #95a2ab;
  padding: 1.2rem 0;
  transform: translateX(120%);
  visibility: hidden;
  transition: 0.5s;
  z-index: 15;
}
.bottom-navigation_wrap.is-drawerActive {
  transform: translateX(0);
  visibility: visible;
}
.bottom-navigation_wrap form {
  position: relative;
  background-color: #828f9a;
  margin: 0 1.4rem;
}
.bottom-navigation_wrap form input {
  display: block;
  width: 100%;
  background: none;
  border: none;
  color: #bdc8d1;
  padding: 1rem;
}
.bottom-navigation_wrap form input::placeholder {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", sans-serif;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
  color: #bdc8d1;
}
.bottom-navigation_wrap form .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}

.bottom-navigation_inner {
  height: 100%;
  overflow: scroll;
  padding-bottom: 140px;
}
.bottom-navigation_inner > .item:last-child {
  margin-top: 3rem;
}

.bottom-navigation_parent {
  width: 100%;
}
.bottom-navigation_inner .bottom-navigation_parent {
  width: 100%;
}
.bottom-navigation_parent .title {
  font-size: 1.5rem;
  text-align: left;
  color: #fff;
  font-size: 1.4rem;
  padding: 0.9rem 1rem 0.7rem 1.7rem;
}

.bottom-navigation_child {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #b8c2cb;
  border-bottom: 1px solid #b8c2cb;
}
.bottom-navigation_child._wide {
  flex-direction: column;
}
.bottom-navigation_child._wide .item {
  position: relative;
  width: 100%;
}
.bottom-navigation_child._wide .item:not(:first-child) {
  border-top: 1px solid #b8c2cb;
}
.bottom-navigation_child._icon button {
  position: relative;
  font-family:  'gill-sans-nova', '游ゴシック体', 'Yu Gothic', 'YuGothic', "ヒラギノ角ゴ Pro", Meiryo, メイリオ, sans-serif;
}
.bottom-navigation_child._icon button:after {
  content: "";
  display: block;
  width: 10px;
  height: 8px;
  background: url(https://marblesud.itembox.design/item/icon/arrow_white.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
.bottom-navigation_child > .item {
  width: 50%;
}
.bottom-navigation_child > .item:nth-child(2n) {
  border-left: 1px solid #b8c2cb;
}
.bottom-navigation_child > .item:nth-child(n+3) {
  border-top: 1px solid #b8c2cb;
}
.bottom-navigation_child > .item > * {
  display: block;
  color: #fff;
  font-size: 1rem;
  text-align: left;
  padding: 0.9rem 0 0.9rem 2.5rem;
}
.bottom-navigation_child .child {
  padding: 0 2.5rem 0;
  margin-bottom: 1rem;
}
.bottom-navigation_child .child > .item a {
  font-size: 1rem;
  color: #fff;
  text-align: left;
  padding: 0.9rem 0 0.9rem 2.5rem;
}

.bottom-btn-close {
  position: absolute;
  bottom: 108px;
  left: -45px;
  background: #95a2ab;
  width: 45px;
  height: 60px;
}
.bottom-btn-close .bottom-btn-close__line {
  position: relative;
  display: block;
  margin: auto;
  width: 25px;
  height: 25px;
  background-color: transparent;
  transition: inherit;
}
.bottom-btn-close .bottom-btn-close__line::before,
.bottom-btn-close .bottom-btn-close__line::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: inherit;
  top: 0%;
}
.bottom-btn-close .bottom-btn-close__line::before {
  top: 10px;
  transform: rotate(45deg);
}
.bottom-btn-close .bottom-btn-close__line::after {
  top: 10px;
  transform: rotate(-45deg);
}
.bottom-btn-close .text {
  color: #fff;
}

img.ofi {
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  /*IE対策*/
}

@media screen and (max-width: 768px) {
  .swiper-container {
    padding-bottom: 35px;
  }
}
.swiper-button-prev,
.swiper-button-next {
  width: 30px;
  height: 30px;
  font-family: auto;
  font-size: auto;
  z-index: 9;
}
.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}

.swiper-button-next::after,
.swiper-container-rtl .swiper-button-prev::after,
.swiper-button-prev::after,
.swiper-container-rtl .swiper-button-next::after {
  content: "";
  width: 20px;
  height: 20px;
  right: 0;
  transform: rotate(0deg);
  background: url(https://marblesud.itembox.design/item/icon/arrow.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .swiper-button-next::after,
.swiper-container-rtl .swiper-button-prev::after,
.swiper-button-prev::after,
.swiper-container-rtl .swiper-button-next::after {
    width: 15px;
    height: 15px;
  }
}

.swiper-button-prev {
  left: 2px;
}
.swiper-button-prev::after {
  transform: rotate(-180deg);
}

.swiper-button-next {
  right: 2px;
  left: auto;
}

.swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: #eceeef;
  border-radius: 50%;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #000;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.flex.left {
  -webkit-justify-content: flex-start !important;
  justify-content: flex-start !important;
}

.flex.right {
  -webkit-justify-content: flex-end !important;
  justify-content: flex-end !important;
}

.flex.left-right {
  -webkit-justify-content: space-between !important;
  justify-content: space-between !important;
}

.flex.center {
  -webkit-align-items: center !important;
  align-items: center !important;
}

.flex.bottom {
  -webkit-align-items: flex-end !important;
  align-items: flex-end !important;
}

.flex.top {
  -webkit-align-items: flex-start !important;
  align-items: flex-start !important;
}

@media only screen and (max-width: 768px) {
  .flex.reve {
    -webkit-flex-wrap: wrap-reverse !important;
    -moz-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
}
.bgmove {
  animation-duration: 1s;
  animation-delay: 0s;
  animation-name: bgmove;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

@keyframes bgmove {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.root-wrap.nowloading {
  opacity: 0;
}

.root-wrap {
  opacity: 1;
}

body .loading-wrap {
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 9999;
  padding: 2rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
}

body.trans .loading-wrap {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.5s ease;
}

.loading-wrap .inner {
  width: 100%;
  height: 100%;
}

.loading-wrap .inner > div {
  transform: translateY(-8rem);
}

html.ios body .loading-wrap {
  background: none;
  padding: 0rem;
  pointer-events: none;
}

body .loading-ios-wrap {
  width: 100%;
  height: 100%;
  padding: 0rem;
  pointer-events: none;
}

html.ios body .loading-ios-wrap {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 2rem;
  pointer-events: none;
}

html.ios body .loading-ios-wrap {
  animation-duration: 0.5s;
  animation-delay: 0s;
  animation-name: loadinginios;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

html.ios body.trans .loading-ios-wrap {
  animation-duration: 4.5s;
  animation-delay: 0s;
  animation-name: loadingoutios;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes loadingoutios {
  0% {
    pointer-events: auto;
    opacity: 1;
  }
  80% {
    pointer-events: auto;
    opacity: 1;
  }
  81% {
    pointer-events: auto;
    opacity: 1;
  }
  99% {
    pointer-events: auto;
  }
  100% {
    pointer-events: none;
    opacity: 0;
  }
}
@keyframes loadininios {
  0% {
    pointer-events: auto;
    opacity: 0;
  }
  80% {
    pointer-events: auto;
    opacity: 0;
  }
  81% {
    pointer-events: auto;
    opacity: 0;
  }
  99% {
    pointer-events: auto;
  }
  100% {
    pointer-events: none;
    opacity: 1;
  }
}
.loading-wrap .pattern01 {
  width: 100%;
  max-width: 280px;
  margin-bottom: 0 auto;
}

.loading-wrap .pattern01 .circle {
  width: 35px;
  height: 35px;
  margin: 0 auto;
  position: relative;
}

.loading-wrap .pattern01 .circle::before,
.loading-wrap .pattern01 .circle::after {
  width: 35px;
  height: 35px;
  margin: 0 auto;
  content: "";
  border: 8px solid;
  border-radius: 100%;
  z-index: 9999;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.loading-wrap .pattern01 .circle::before {
  border-color: #e0e0e0;
}

.loading-wrap .pattern01 .circle::after {
  border-color: #00B0FF;
  border-right-color: #e0e0e0;
  animation-duration: 1.25s;
  animation-name: pattern01;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes pattern01 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
section.firstview {
  width: 100%;
  height: auto;
  background: #fff;
}
section.firstview .hero-wrap {
  width: 100%;
  position: relative;
}
section.firstview .hero-wrap .swiper-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
section.firstview .hero-wrap .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}
section.firstview .hero-wrap .swiper-container .swiper-wrapper .swiper-slide {
  width: 100% !important;
  height: auto;
}
section.firstview .hero-wrap .swiper-container .swiper-wrapper .swiper-slide a:hover {
  opacity: 1;
}
section.firstview .hero-wrap .swiper-container .swiper-wrapper .swiper-slide a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition: 0.3s;
}
@media screen and (min-width: 768px){
  section.firstview .hero-wrap .swiper-container .swiper-wrapper .swiper-slide a:hover:after {
      opacity: 0.2;
    }
}
section.firstview .hero-wrap .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

section.new-arrival {
  width: 100%;
  padding: 4rem 0 4rem 0;
}
section.new-arrival .image-container .card-wrap {
  width: 100%;
}
section.new-arrival .mor-btn p {
  line-height: 0.1;
  margin-top: 20px;
  font-size: 20px;
}


section.new-topics {
    width: 50%;
    padding: 4rem 0 0 0;
    margin: 0 auto;
}

section.new-topics dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

section.new-topics dt {
  width: 30%;
  padding-bottom: 11px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
  padding-left: 1.5rem;
}

section.new-topics dd {
  width: 70%;
  padding-bottom: 11px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}

section.new-topics dt:last-of-type {
  margin-bottom: 0;
}

section.new-topics dd:last-of-type {
  margin-bottom: 0;
}






section.recommend {
  padding: 4rem 0 4rem 0;
}
section.recommend .section-title {
  margin-bottom: 10px;
}
section.recommend .category-menu {
  text-align: center;
  margin-bottom: 1rem;
}
section.recommend .category-menu li {
  padding-right: 1rem;
}
section.recommend .category-menu li.rcmd-active a {
  text-decoration: underline;
}

section.recommend .category-menu li:last-child {
  padding-right: 0rem;
}
section.recommend .swiper-container .tab-menu {
  border-bottom: 1px solid #CCC;
  text-align: center;
}
section.recommend .swiper-container .swiper-slide {
  width: auto;
  padding: 10px 0;
}
section.recommend .swiper-slide-thumb-active {
  border-bottom: 1px solid #000;
}
section.recommend .rcmd-wrap {
  position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    transition: opacity 2s;
    opacity: 0;
  animation-name: fade-in;
  animation-duration: .5s;
}
section.recommend .rcmd-wrap.is-active {
  position: relative;
  clip: inherit;
  opacity: 1;
  transition: opacity 0.3s;
  animation-name: fade-in;
  animation-duration: .5s;
}
section.ranking {
  width: 100%;
  padding: 4rem 0 4rem 0;
}
section.ranking .section-title {
  margin-bottom: 15px;
}
section.ranking .img-wrap {
  counter-increment: rank;
  position: relative;
  overflow: hidden;
}
/* section.ranking .img-wrap::before {
  content: "";
  background-color: #cad0d4;
  display: block;
  width: 100%;
  height: 2.5rem;
  transform: rotate(-45deg);
  position: absolute;
  left: -50%;
  top: 0;
  z-index: 1;
}
section.ranking .img-wrap::after {
  content: counter(rank);
  color: white;
  font-size: 1rem;
  line-height: initial;
  text-align: center;
  width: 1.5em;
  position: absolute;
  left: 0.3em;
  top: 0.3em;
  z-index: 2;
} */

section.column {
  width: 100%;
  padding: 3rem 0;
}
section.column .inner{
  padding: 0 30px;
}
section.column .card-wrap {
  width: 100%;
  padding-bottom: 2rem;
}
section.column .card-wrap .card {
  width: calc(100% / 4 - 10px - -10px / 4 - 0.01px);
}
section.column .card-wrap .card .img-wrap {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 21px;
}
section.column .card-wrap .card .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
section.column .card-wrap .text-wrap {
  width: 100%;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", sans-serif;
}
section.column .card-wrap .text-wrap .title {
  font-size: 13px;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
  text-align: center;
}
section.column .card-wrap .text-wrap .title p {
  white-space: normal;
  text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0.5em;
}
section.column .card-wrap .text-wrap .text {
  display: none;
}
section.column .card-wrap .text-wrap .day-cat-wrap {
  display: none;
}

section.textile {
  width: 100%;
  padding: 3rem 0;
}
section.textile .section-title {
  margin-bottom: 1rem;
}
section.textile .swiper-parent {
  position: relative;
}
section.textile .swiper-parent .swiper-container.textile {
  width: calc(100% - 70px);
  box-sizing: content-box;
}
section.textile .swiper-parent .swiper-container.textile .swiper-slide .item-inner {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 21px;
}
section.textile .swiper-parent .swiper-container.textile .swiper-slide .item-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  border-radius: 50%;
  overflow: hidden;
}
section.textile .swiper-parent .swiper-container.textile .swiper-slide p {
  text-align: center;
}
section.textile .swiper-parent .swiper-button-prev, section.textile .swiper-parent .swiper-button-next {
  top: calc((100% - 50px) * 0.5);
  margin-top: -22px;
}

section.instagram {
  width: 100%;
  padding: 4rem 0;
}
section.instagram .inner {
  padding: 0;
}
section.instagram .swiper-parent {
  position: relative;
}
section.instagram .swiper-parent .swiper-container.insta {
  width: calc(100% - 70px);
  padding-bottom: 50px;
  box-sizing: content-box;
}
section.instagram .swiper-parent .swiper-container.insta .swiper-slide{
  opacity: 1;
  transition: opacity 0.3s;
}
section.instagram .swiper-parent .swiper-container.insta .swiper-slide:hover{
  opacity: 0.6;
  transition: opacity 0.3s;
}
section.instagram .swiper-parent .swiper-container.insta .swiper-slide .item-inner{
  content: "";
  display: block;
  padding-top: 100%;
}
section.instagram .swiper-parent .swiper-container.insta .swiper-slide .item-inner img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
section.instagram .swiper-parent .swiper-button-prev, section.instagram .swiper-parent .swiper-button-next {
  top: calc((100% - 50px) * 0.5);
  margin-top: -22px;
}

section.banner {
  width: 100%;
  padding: 4rem 0 10rem 0;
}
section.banner .inner {
  width: 100%;
  padding: 0rem;
}
section.banner .banner-wrap {
  width: calc(100% - 70px);
  margin: 0 auto;
}
section.banner .banner-wrap .item {
  width: calc(100% / 4 - 10px - -10px / 4 - 0.01px);
}

@media screen and (max-width: 768px) {
  body.index section {
    padding: 0rem 7px 3rem !important;
  }
  body.index section .inner {
    padding: 0rem;
  }
}
@media screen and (max-width: 768px) {
  body.index section.firstview {
    padding: 0 !important;
  }
  body.index section.firstview .hero-wrap {
    width: 100%;
    position: relative;
  }
  body.index section.firstview .hero-wrap .swiper-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  body.index section.firstview .hero-wrap .swiper-container .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  body.index section.firstview .hero-wrap .swiper-container .swiper-wrapper .swiper-slide {
    width: 100% !important;
    height: auto;
  }
  body.index section.firstview .hero-wrap .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 500px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 520px) {
  body.index section.firstview .hero-wrap .swiper-container .swiper-wrapper .swiper-slide img {
    height: 330px;
  }
}



@media screen and (max-width: 768px) {
body.index section.new-topics {
   font-size: 11px;
    padding: 1.3rem 10px 1.5rem !important;
    width: 100%;
    letter-spacing: 1.5px;
}

body.index section.new-topics dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

body.index section.new-topics dt {
  width: 25%;
  padding-bottom: 3px;
  margin-bottom: 3px;
  border-bottom: none;
  padding-left: 1rem;
}

body.index section.new-topics dd {
  width: 75%;
  padding-bottom: 3px;
  margin-bottom: 3px;
  border-bottom: none;
}

body.index section.new-topics dt:last-of-type {
  margin-bottom: 0;
}

body.index section.new-topics dd:last-of-type {
  margin-bottom: 0;
}
}



@media screen and (max-width: 768px) {
  section.new-arrival .card-wrap .card-link {
    width: calc(50% - 3px);
    margin: 0 5px 20px 0;
  }
  section.new-arrival .card-wrap .card-link:nth-child(2n) {
    margin-right: 0;
  }
  section.new-arrival .card-wrap .card-link:nth-child(5), section.new-arrival .card-wrap .card-link:nth-child(6) {
    margin-bottom: 0;
  }
  section.new-arrival .mor-btn {
    top: 25px;
  }
   section.new-arrival .mor-btn p {
    margin-top: 0px;
    font-size: 12px;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 768px) {
  section.recommend .swiper-container {
    padding-bottom: 0;
  }
  section.recommend .swiper-container .swiper-slide {
    width: auto;
    font-size: 12px;
    padding: 10px 0 0 0;
  }
  section.recommend .swiper-container .swiper-slide .tab-menu {
    border-bottom: 1px solid #CCC;
  }
  section.recommend .swiper-container .swiper-slide .tab-menu .swiper-slide {
    width: auto;
    padding: 10px 0;
  }
  section.recommend .category-menu li {
    font-size: 12px;
  }
  section.recommend .tab-contents {
    margin: 30px auto;
  }
  section.recommend .swiper-slide-thumb-active {
    border-bottom: 1px solid #000;
  }
  section.recommend .card-wrap .card-link {
    width: calc(33.33% - 3px);
    margin: 0 0px 20px 0;
  }
  section.recommend .card-wrap .card-link:nth-child(3n) {
    margin-right: 0;
  }
  section.recommend .card-wrap .card-link:nth-child(4), section.recommend .card-wrap .card-link:nth-child(5), section.recommend .card-wrap .card-link:nth-child(6) {
    margin-bottom: 0;
  }
  section.recommend .card-wrap .card-link .text-wrap p {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0.5em;
  }
}
@media screen and (max-width: 768px) {
  section.textile {
    width: 100%;
    padding: 3rem 0;
  }
  section.textile .swiper-parent .swiper-container.textile {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  section.instagram {
    width: 100%;
    padding: 3rem 0;
  }
  section.instagram .swiper-parent .swiper-container.insta {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  section.banner {
    width: 100%;
  }
  section.banner .banner-wrap {
    width: 100%;
  }
  section.banner .banner-wrap .item {
    width: calc(100% / 2 - 10px - -10px / 2 - 0.01px);
    margin-bottom: 10px;
  }
}
body.sub-page .subpage-topwrap {
  width: calc(100% - 200px);
  position: relative;
}
body.sub-page .subpage-topwrap img.ofi {
  object-fit: contain;
}
body.sub-page .subpage-topwrap p {
  position: absolute;
  color: #fff;
  top: 40%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  font-size: 45px;
  line-height: 60px;
}
@media screen and (max-width: 768px) {
  body.sub-page section .inner {
    padding: 0 10px;
  }
}
body.sub-page section .inner .section-title {
  font-size: 24px;
}

body.sub-page.category {
  width: 100%;
}
body.sub-page.category section.categoly {
  width: 100%;
  padding-bottom: 4rem;
}
body.sub-page.category section.categoly .products-filter {
  width: 100%;
  margin-bottom: 1rem;
}
body.sub-page.category section.categoly .products-filter .sort {
  position: relative;
  padding-right: 2rem;
}
body.sub-page.category section.categoly .products-filter .sort select {
  width: 150%;
  position: relative;
  cursor: pointer;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", sans-serif;
  color: #000;
}
body.sub-page.category section.categoly .products-filter .sort select:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
body.sub-page.category section.categoly .card-wrap .card-link {
  margin-bottom: 4rem;
}
@media screen and (min-width: 980px) and (max-width: 2559px) {
  body.sub-page.category section.categoly .card-wrap .card-link {
    width: calc(100% / 4 - 10px)!important;
  }
  body.sub-page.category section.categoly .card-wrap .card-link:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 989px) {
  body.sub-page.category section.categoly .card-wrap .card-link {
    width: calc(100% / 3 - 10px);
  }
  body.sub-page.category section.categoly .card-wrap .card-link:nth-child(3n) {
    margin-right: 0;
  }
  body.sub-page.category section.categoly .card-wrap .card-link:nth-child(4n) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  body.sub-page.category section.categoly .card-wrap .card-link {
    width: calc(100% / 2 - 6px);
  }
  body.sub-page.category section.categoly .card-wrap .card-link:nth-child(2n) {
    margin-right: 0 !important;
  }
  body.sub-page.category section.categoly .card-wrap .card-link:nth-child(4n) {
    margin-right: 0px;
  }
}
body.sub-page.category section.titiel-wraper {
  width: 100%;
  padding: 5rem 0;
  text-align: center;
}
body.sub-page.category section.titiel-wraper .title {
  width: 100%;
  font-size: 3rem;
  padding-bottom: 4rem;
  letter-spacing: 4px;
}
body.sub-page.category .nav-links {
  width: 100%;
  text-align: center;
}
body.sub-page.category .nav-links .page-numbers {
  padding: 0 5px;
}
body.sub-page.category .nav-links .page-numbers:hover {
  text-decoration: underline;
}
body.sub-page.category .nav-links .page-numbers.current {
  text-decoration: underline;
}
body.sub-page.category .nav-links .prev span, body.sub-page.category .nav-links .next span {
  position: relative;
}
body.sub-page.category .nav-links .prev span:after, body.sub-page.category .nav-links .next span:after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.sub-page.category .nav-links .prev {
  padding-right: 2rem;
}
body.sub-page.category .nav-links .prev span {
  padding-left: 1rem;
}
body.sub-page.category .nav-links .prev span:after {
  left: 0;
  right: auto;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
body.sub-page.category .nav-links .next {
  padding-left: 2rem;
}
body.sub-page.category .nav-links .next span {
  padding-right: 1rem;
}

@media screen and (max-width: 768px) {
  body.sub-page.category {
    width: 100%;
  }
  body.sub-page.category section.categoly {
    width: 100%;
    padding-bottom: 4rem;
  }
  body.sub-page.category section.categoly .card-wrap .card-link {
    margin-bottom: 2rem;
  }
  body.sub-page.category section.titiel-wraper {
    padding: 2rem 0;
  }
  body.sub-page.category section.titiel-wraper .inner {
    padding: 0 10px !important;
  }
  body.sub-page.category section.titiel-wraper .inner .title {
    font-size: 2rem;
    padding-bottom: 2rem;
  }
}
body.sub-page.detail {
  width: 100%;
  position: relative;
}
body.sub-page.detail .fs-c-breadcrumb {
  width: 100%;
  text-align: center;
  padding: 3rem 0;
  z-index: 1;
  pointer-events: none;
}
body.sub-page.detail .fs-c-breadcrumb ol li {
  pointer-events: auto;
}
body.sub-page.detail .content-wrap {
  min-height: 1200px;
}
body.sub-page.detail .content-wrap .maincontent-wrapper {
  width: 100%;
  height: auto;
  padding-bottom: 4rem;
  /* padding-top: 125px; */
}
body.sub-page.detail .content-wrap .maincontent-wrapper .main-col {
  width: calc(100% - 500px);
  margin: 0 auto;
  padding: 0 2rem;
}
@media only screen and (max-width: 1300px) {
  body.sub-page.detail .content-wrap .maincontent-wrapper .main-col {
    width: calc(100% - 480px);
    margin: 0;
  }
}
body.sub-page.detail .content-wrap .maincontent-wrapper .main-col .inner {
  max-width: 700px;
  margin: 0 auto;
}
body.sub-page.detail .content-wrap .maincontent-wrapper .main-col .inner .img-wrap {
  background-color: #fff;
  display: block;
  height: 0;
  padding-bottom: 150%;
  position: relative;
  margin-bottom: 1rem;
}
body.sub-page.detail .content-wrap .maincontent-wrapper .main-col .inner .img-wrap img {
  height: auto;
  position: relative;
  width: 100%;
}
body.sub-page.detail .content-wrap .maincontent-wrapper .main-col .inner .img-wrap span.magnifying {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  background: url(https://marblesud.itembox.design/item/sub/detail/magnifying.svg) no-repeat center/contain;
}
body.sub-page.detail .content-wrap .maincontent-wrapper .main-col .inner .title {
  margin: 1.5rem 0;
  text-align: center;
}
body.sub-page.detail .content-wrap .maincontent-wrapper .main-col .inner .thumbnail-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
body.sub-page.detail .content-wrap .maincontent-wrapper .main-col .inner .thumbnail-wrap li {
  width: calc(100% / 8 - 9px);
  margin-right: 10px;
  margin-bottom: 10px;
}
body.sub-page.detail .content-wrap .maincontent-wrapper .main-col .inner .thumbnail-wrap li a.thumbnail {
  display: block;
}
body.sub-page.detail .content-wrap .maincontent-wrapper .main-col .inner .thumbnail-wrap li a.thumbnail.on {
  border: 1px solid #000;
}
body.sub-page.detail .content-wrap .maincontent-wrapper .main-col .inner .thumbnail-wrap li:nth-child(8) {
  margin-right: 0px;
}
body.sub-page.detail .content-wrap .maincontent-wrapper .main-col .inner .add-content {
  width: 100%;
}
body.sub-page.detail .content-wrap .maincontent-wrapper .main-col .inner .add-content p {
  margin-bottom: 1rem;
}
body.sub-page.detail .content-wrap .maincontent-wrapper .main-col .inner .add-content img {
  margin-bottom: 1rem;
}
body.sub-page.detail .content-wrap .maincontent-wrapper .rightside-col {
  width: 460px;
  height: 100%;
  position: -webkit-sticky;
  /* Safari対応用 */
  position: sticky;
  top: 0;
  padding-top: 1rem;
  padding-right: 50px;
}
body.sub-page.detail .content-wrap .maincontent-wrapper .rightside-col .inner {
  width: 100%;
}
body.sub-page.detail .content-wrap .maincontent-wrapper .rightside-col .inner .title {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 1rem;
}
body.sub-page.detail .content-wrap .maincontent-wrapper .rightside-col .inner p {
  margin-bottom: 8px;
}
body.sub-page.detail .content-wrap .maincontent-wrapper .rightside-col .inner .item-num {
  font-size: 12px;
  margin-bottom: 0rem;
  display: flex;
}
body.sub-page.detail .content-wrap .maincontent-wrapper .rightside-col .inner .fs-c-productMark__mark {
    font-size: 11px;
    display: inline-block;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    padding: 2px 5px;
    margin-right: 1rem;
}
body.sub-page.detail .content-wrap .maincontent-wrapper .rightside-col .inner .item-num .fs-c-productNumber  {
  border: none;
  display: inline-block;
  padding: 0px;
}
body.sub-page.detail .content-wrap .maincontent-wrapper .rightside-col .inner .item-num .tag {
  font-size: 11px;
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  padding: 0 5px;
  margin-right: 1rem;
}
body.sub-page.detail .content-wrap .maincontent-wrapper .rightside-col .inner .item-num .tag.new {
  background: #88d0ac;
}
body.sub-page.detail .content-wrap .maincontent-wrapper .rightside-col .inner .price {
  width: 100%;
}
body.sub-page.detail .content-wrap .maincontent-wrapper .rightside-col .inner .price span {
  font-size: 24px;
  margin-left: 5px;
  font-family: "gill-sans-nova", sans-serif;
}
body.sub-page.detail .content-wrap .maincontent-wrapper .rightside-col .inner .shipping {
  text-decoration: underline;
}
body.sub-page.detail .content-wrap .maincontent-wrapper .rightside-col .inner .row-wrap {
  width: 100%;
  padding: 2rem 0;
}
body.sub-page.detail .content-wrap .maincontent-wrapper .rightside-col .inner .row-wrap .row {
  border-top: 1px solid #000;
  width: 100%;
  padding: 13px 10px;
}
body.sub-page.detail .content-wrap .maincontent-wrapper .rightside-col .inner .row-wrap .row .color {
  width: 40%;
}
body.sub-page.detail .content-wrap .maincontent-wrapper .rightside-col .inner .row-wrap .row .buy {
  width: 60%;
}
body.sub-page.detail .content-wrap .maincontent-wrapper .rightside-col .inner .row-wrap .row .buy .like-icon {
  width: 22px;
}
body.sub-page.detail .content-wrap .maincontent-wrapper .rightside-col .inner .row-wrap .row .buy .buy-button {
  border: 1px solid #000;
}
body.sub-page.detail .content-wrap .maincontent-wrapper .rightside-col .inner .row-wrap .row .buy .buy-button a {
  display: block;
  padding: 2px 15px;
}
body.sub-page.detail .content-wrap .maincontent-wrapper .rightside-col .inner .row-wrap .row .buy .buy-button:hover {
  background: #000;
}
body.sub-page.detail .content-wrap .maincontent-wrapper .rightside-col .inner .row-wrap .row .buy .buy-button:hover a {
  color: #fff;
  opacity: 1;
}
body.sub-page.detail .content-wrap .maincontent-wrapper .rightside-col .inner .row-wrap .row:last-child {
  border-bottom: 1px solid #000;
}
body.sub-page.detail .content-wrap .maincontent-wrapper .rightside-col .inner .text-wrap {
  width: 100%;
  padding-bottom: 4rem;
}
body.sub-page.detail .content-wrap .maincontent-wrapper .rightside-col .inner .link-wrap li {
  width: 100%;
  margin-bottom: 8px;
}
body.sub-page.detail .content-wrap .maincontent-wrapper .rightside-col .inner .link-wrap li a {
  text-decoration: underline;
}
body.sub-page.detail .content-wrap .similar-wrap, body.sub-page.detail .content-wrap .check-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
body.sub-page.detail .content-wrap .similar-wrap h4, body.sub-page.detail .content-wrap .check-wrap h4 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 2rem;
}
body.sub-page.detail .content-wrap .similar-wrap .image-container, body.sub-page.detail .content-wrap .check-wrap .image-container {
  padding-right: 50px;
}
body.sub-page.detail .content-wrap .similar-wrap .image-container .card-wrap .card-link, body.sub-page.detail .content-wrap .check-wrap .image-container .card-wrap .card-link {
  margin-bottom: 4rem;
}
@media screen and (min-width: 1280px) and (max-width: 2559px) {
  body.sub-page.detail .content-wrap .similar-wrap .image-container .card-wrap .card-link, body.sub-page.detail .content-wrap .check-wrap .image-container .card-wrap .card-link {
    width: calc(100% / 4 - 10px);
  }
  body.sub-page.detail .content-wrap .similar-wrap .image-container .card-wrap .card-link:nth-child(4), body.sub-page.detail .content-wrap .check-wrap .image-container .card-wrap .card-link:nth-child(4) {
    margin-right: 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 1279px) {
  body.sub-page.detail .content-wrap .similar-wrap .image-container .card-wrap .card-link, body.sub-page.detail .content-wrap .check-wrap .image-container .card-wrap .card-link {
    width: calc(100% / 3 - 10px);
  }
/*
  body.sub-page.detail .content-wrap .similar-wrap .image-container .card-wrap .card-link:nth-child(3), body.sub-page.detail .content-wrap .check-wrap .image-container .card-wrap .card-link:nth-child(3) {
    margin-right: 0;
  }
*/
}

@media screen and (max-width: 768px) {
  body.sub-page.detail {
    width: 100%;
    position: relative;
  }
  body.sub-page.detail .fs-c-breadcrumb {
    width: 100%;
    text-align: center;
    padding: 4rem 0;
    z-index: 99;
    position: absolute;
    top: 0;
  }
  body.sub-page.detail .content-wrap {
    min-height: 1200px;
  }
  body.sub-page.detail .content-wrap .maincontent-wrapper {
    padding-top: 4rem;
  }
  body.sub-page.detail .content-wrap .maincontent-wrapper .main-col {
    width: 100%;
    margin: 0 auto;
    padding: 0 13px;
  }
  body.sub-page.detail .content-wrap .maincontent-wrapper .rightside-col {
    width: 100%;
    height: 100%;
    top: 0;
    padding: 0 13px;
  }
  body.sub-page.detail .content-wrap .maincontent-wrapper .rightside-col .inner {
    width: 100%;
  }
  body.sub-page.detail .content-wrap .maincontent-wrapper .rightside-col .inner .title {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 1rem;
  }
  body.sub-page.detail .content-wrap .maincontent-wrapper .rightside-col .inner p {
    margin-bottom: 8px;
  }
  body.sub-page.detail .content-wrap .maincontent-wrapper .rightside-col .inner .item-num {
    font-size: 12px;
    margin-bottom: 1rem;
  }
  body.sub-page.detail .content-wrap .maincontent-wrapper .rightside-col .inner .item-num .tag {
    font-size: 11px;
    display: inline-block;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    padding: 0 5px;
    margin-right: 1rem;
  }
  body.sub-page.detail .content-wrap .maincontent-wrapper .rightside-col .inner .item-num .tag.new {
    background: #88d0ac;
  }
  body.sub-page.detail .content-wrap .maincontent-wrapper .rightside-col .inner .price {
    width: 100%;
  }
  body.sub-page.detail .content-wrap .maincontent-wrapper .rightside-col .inner .price span {
    font-size: 24px;
    margin-left: 5px;
    font-family: "gill-sans-nova", sans-serif;
  }
  body.sub-page.detail .content-wrap .maincontent-wrapper .rightside-col .inner .shipping {
    text-decoration: underline;
  }
  body.sub-page.detail .content-wrap .maincontent-wrapper .rightside-col .inner .row-wrap {
    width: 100%;
    padding: 2rem 0;
  }
  body.sub-page.detail .content-wrap .maincontent-wrapper .rightside-col .inner .row-wrap .row {
    border-top: 1px solid #000;
    width: 100%;
    padding: 13px 10px;
  }
  body.sub-page.detail .content-wrap .maincontent-wrapper .rightside-col .inner .row-wrap .row .color {
    width: 40%;
  }
  body.sub-page.detail .content-wrap .maincontent-wrapper .rightside-col .inner .row-wrap .row .buy {
    width: 60%;
  }
  body.sub-page.detail .content-wrap .maincontent-wrapper .rightside-col .inner .row-wrap .row .buy .like-icon {
    width: 22px;
  }
  body.sub-page.detail .content-wrap .maincontent-wrapper .rightside-col .inner .row-wrap .row .buy .buy-button {
    border: 1px solid #000;
  }
  body.sub-page.detail .content-wrap .maincontent-wrapper .rightside-col .inner .row-wrap .row .buy .buy-button a {
    display: block;
    padding: 2px 15px;
  }
  body.sub-page.detail .content-wrap .maincontent-wrapper .rightside-col .inner .row-wrap .row .buy .buy-button:hover {
    background: #000;
  }
  body.sub-page.detail .content-wrap .maincontent-wrapper .rightside-col .inner .row-wrap .row .buy .buy-button:hover a {
    color: #fff;
    opacity: 1;
  }
  body.sub-page.detail .content-wrap .maincontent-wrapper .rightside-col .inner .row-wrap .row:last-child {
    border-bottom: 1px solid #000;
  }
  body.sub-page.detail .content-wrap .maincontent-wrapper .rightside-col .inner .text-wrap {
    width: 100%;
    padding-bottom: 4rem;
  }
  body.sub-page.detail .content-wrap .maincontent-wrapper .rightside-col .inner .link-wrap li {
    width: 100%;
    margin-bottom: 8px;
  }
  body.sub-page.detail .content-wrap .maincontent-wrapper .rightside-col .inner .link-wrap li a {
    text-decoration: underline;
  }
  body.sub-page.detail .content-wrap .similar-wrap h4, body.sub-page.detail .content-wrap .check-wrap h4 {
    font-size: 18px;
  }
  body.sub-page.detail .content-wrap .similar-wrap .swiper-parent, body.sub-page.detail .content-wrap .check-wrap .swiper-parent {
    padding: 0 13px;
  }
}

/*# sourceMappingURL=main.css.map */



/* over ride ---------------------------------------------------------------- */

.fs-c-sortItems__label {
  border: none;
}

.fs-c-productList__list article {
  width: calc(100% / 4 - 10px);
}



/* FS DefaultRESET ---------------------------------------------------------------- */
/* ご利用ガイド */
.fs-c-heading--page {
  border-bottom: none;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

/* 特定商取引法に基づく表示 */
.fs-c-documentArticle__heading {
  background: #fff;
  color: #000000;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
}
.fs-c-explainList {
  display: block;
}
.fs-c-documentArticle {
  padding: 0;
}
.fs-c-documentArticle__content {
  padding: 0;
}
.fs-c-documentColumn__heading {
  color: #000000;
  border: none;
  font-weight: normal;
  font-size: 1rem;
  padding: 0;
  margin-bottom: 0;
}
/* 個人情報取り扱いについて */
.fs-c-orderedList > li::before {
  display: none;
}






/*20260206 instagram改修追加 */

/* --------------------------------------------------
   ページネーション（ドット）のデザイン修正
   画像の下に配置し、色を調整
-------------------------------------------------- */
.insta .swiper-pagination {
    position: relative !important;
    width: 100% !important;
    text-align: center !important;
    margin-top: 20px !important;
    bottom: auto !important;
    left: auto !important;
    line-height: 1 !important;
    z-index: 10 !important;
    pointer-events: auto !important;
}

.insta .swiper-pagination-bullet {
    display: inline-block !important;
    width: 5px !important;
    height: 5px !important;
    margin: 0 4px !important;
    border-radius: 50% !important;
    background: #dddddd !important; /* 非アクティブ：薄いグレー */
    opacity: 1 !important;
    cursor: pointer !important;
}

/* 現在地（アクティブ）のドット */
.insta .swiper-pagination-bullet-active {
    background: #000 !important;
}

/* --------------------------------------------------
   スマホ・タブレットの幅設定（45%）
-------------------------------------------------- */
@media screen and (max-width: 979px) {
  .insta .mobile-slide {
    width: 45% !important; 
    box-sizing: border-box !important;
  }
}

/* --------------------------------------------------
   画像の歪み補正（ofi対応）
-------------------------------------------------- */
.insta .ofi {
    width: 100% !important;
    height: 100% !important; 
    aspect-ratio: 1 / 1;    
    object-fit: cover !important; 
    font-family: 'object-fit: cover;'; /* IE対策のofi用 */
}

.swiper-link-fake {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    outline: none !important;
}

.insta .swiper-wrapper {
    display: flex !important;
}


/* --------------------------------------------------
   instagram動画アイコン
-------------------------------------------------- */
span.video {
    /* 表示の強制 */
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    
    /* ★変更: 配置を「右上」に戻す */
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    /* センター配置用の指定をリセット */
    left: auto !important;
    transform: none !important;
    
    /* サイズ（少し大きめの方が見やすいので32pxに設定） */
    width: 32px !important;
    height: 32px !important;
    
    /* 重なり順を最前面に */
    z-index: 9999 !important;
    
    /* ★変更: 背景画像を「白い角丸四角の中に三角抜き」のSVGに変更 */
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 6C2 3.79086 3.79086 2 6 2H18C20.2091 2 22 3.79086 22 6V18C22 20.2091 20.2091 22 18 22H6C3.79086 22 2 20.2091 2 18V6ZM9.5 7.5V16.5L16.5 12L9.5 7.5Z'/%3E%3C/svg%3E") no-repeat center center !important;
    background-size: contain !important;
    
    /* 影をつけて視認性アップ（白地に白アイコンなので影は必須） */
    filter: drop-shadow(0 0 4px rgba(0,0,0,0.2)) !important;
    
    /* クリックの邪魔をしない */
    pointer-events: none !important;
