.attention {
   font-size:13px;
  margin-bottom:30px;
}
.attention a,
.attention a:hover {
  color:#fff;
}
.fadein,
.fadein-3 {
	opacity: 0;
	transition: all 0.3s 0s ease-out
}
.fadein-3:nth-of-type(3n) {
  transition-delay: .2s;
}
.fadein-3:nth-of-type(3n-1) {
  transition-delay: .1s;
}
.fadein:nth-of-type(4n) {
  transition-delay: .3s;
}
.fadein:nth-of-type(4n-1) {
  transition-delay: .2s;
}
.fadein:nth-of-type(4n-2) {
  transition-delay: .1s;
}
.fadein.isshow,
.fadein-3.isshow {
	opacity: 1;
}
.fadein-up {
	transform: translateY(30px);
	opacity: 0
}
.fadein-up.isshow {
	transform: translateY(0);
	transition: opacity 850ms, transform 600ms cubic-bezier(.215, .61, .355, 1);
	opacity: 1
}
.p-header__nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    transition: ease .4s;
    z-index: 999;
    color: #2A2D77;
}
.p-header__nav a{
  color:#2A2D77;
}

.sp-instagram{
  display:none;
}
.active .p-header__nav {
    opacity: 1;
    pointer-events: all;
}
.p-header__nav {
     pointer-events: none;
    opacity: 0;
}
.p-header__nav-items {
  padding-top: 200px;
}

.p-header__nav-item {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.p-header__nav-item a {
  color: #FFFFFF;
  display: inline-block;
  text-align: center;
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}

.p-header__nav-item:last-child a {
  margin-bottom: 0;
}

.hamburger.active span:nth-child(1) {
    top: 5px;
    transform: rotate(45deg);
    background-color: #2A2D77;
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  top: -9px;
  transform: rotate(-45deg);
  background-color: #2A2D77;
}

.p-header__nav-box-mask.active {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 998;
  background: rgba(0,0,0,0.55);
  transition: ease .4s;
} 
.pc-header{
    display:block!important
  }
 .sp-header{
    display:none!important
  }
.footer-item1,.footer-item2,.footer-item3,.footer-item4 {
    position: relative;
}
.footer-item2 span.title,
.footer-item3 span.title {
  display: block;
  margin-bottom:0.8em;
}
.footer-item2 span.jp {
  font-size:0.85em
}
.footer-item4 {
    display: flex;
    text-align: right;
    justify-content: space-between;
    flex-direction: column;
    align-items: end;
}
.footer-item4 .footer-bottom{
font-size:12px;
}
img.footer-logo {
    width: 110px;
    display: block;
}
.underline {
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
}
.footer-grid {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 2fr 2fr 2fr;
  font-size: 15px;
  margin-bottom:30px;
  gap: 30px;
}
.footer-grid a{
  color:#fff;
}
.footer-grid a:hover{
  color:#fff;
}
footer {
    margin: 0 30px;
    margin-top: 100px;
    border-top: 1px solid #fff;
}
.slider-wrap {
    background: #fff;
}
a.arrow-btn {
    color: #fff;
    font-size: 20px;
    padding: .5em 2em;
    border: 1px solid #fff;
    margin: 0 auto;
    display: flex;
    width: fit-content;
    align-items: center;
  transition: all 0.4s ease-in-out;
}
a.arrow-btn:hover {
    background: #fff;
    color: #2A2D77;
    opacity:1;
}
a.arrow-btn span.arrow {
    /* width: 12px; */
    font-size: 22px;
    margin-left: 84px;
    display: inline-block;
    font-family: basisgrotesque;
}
select {
      font-family: basisgrotesque!important;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.c-item-list__price {
    color: #fff;
    font-size: 14px;
}
.c-item-list__ttl a {
    font-size: 17px;
    color: #fff;
    transition:all 0.4s ease;
}
.c-item-list__ttl a:hover {
  color:#fff!important;
}
.c-item-list__img img {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    height: auto;
    max-height: unset;
    width: 100% !important;
    text-align: center;
}
.c-item-list__img {
    position: relative;
    aspect-ratio: 455 / 600;
  margin-bottom: 10px;
}
.c-item-list__item {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    width: 100%;
    word-break: break-all;
}
ul.c-item-list {
    margin: 0;
    display: grid;
    grid-gap: 60px 25px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
    ul.c-item-list {
    margin: 0;
    display: grid;
    grid-gap: 30px 20px;
    grid-template-columns: 1fr 1fr;
}
}
@font-face {
    font-family: 'calibre';
    src: url('https://linkaku.co.jp/fonts/test-calibre-regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'basisgrotesque';
    src: url('https://linkaku.co.jp/fonts/BasisGrotesqueArabicPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* フォントを適用する例 */
body {
  min-width: 375px;
  font-size: 15px;
 font-family: 'calibre', "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
letter-spacing: 0.05em;
  line-height: 1.7;
  color: #2A2D77;
}
body.is-scroll-hidden {
  overflow: hidden;
}
img {
  max-width: 100%;
  vertical-align: top;
}
ul, ol, dl {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  color: #000000;
  outline:none;
  transition: all 0.4s ease;
  text-decoration:none!important;
}
a:hover {
  opacity:0.7;
}
:focus {
  outline: none;
}
.sp-only {
  display:none;
}
.pc-only {
  display:block;
}
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *:focus {
  outline: none;
}

/******************************/
/* Utility */
/******************************/
.u-container {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  width: calc(100% - 60px);
}
@media screen and (max-width: 768px) {
  .sp-only {
  display:block;
}
.pc-only {
  display:none;
}
  .u-container {
    width: calc(100% - 50px);
  }
}
.u-attention {
  font-weight: normal;
  font-style: normal;
  color: #b72424;
}
.u-bold {
  font-weight: bold;
  font-style: normal;
}
.u-text-right {
  text-align: right;
}
.u-marker {
  background: linear-gradient(transparent 70%, #fff284 70%);
}
.u-opa img {
  opacity: 1;
  transition: all 0.3s ease;
}
.u-opa img:hover {
  opacity: 0.8;
}
.u-img-scale {
  display: block;
  overflow: hidden;
  position: relative;
}
.u-img-scale img {
  display: inline-block;
  width: 100%;
  transform: scale(1, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  .u-img-scale img {
    transform: none;
    transition: none;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
  }
}
.u-img-scale:hover img {
  transform: scale(1.05, 1.05);
}
@media screen and (max-width: 768px) {
  .u-img-scale:hover img {
    transform: none;
  }
}
/* overflow slide */
@media screen and (max-width: 1030px) {
  .u-overflow-slide {
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 1030px) {
  .u-overflow-slide.is-product-thumb {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1030px) {
  .u-overflow-slide.is-option-tbl {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1030px) {
  .u-overflow-slide::-webkit-scrollbar {
    height: 1px;
  }
}
@media screen and (max-width: 1030px) {
  .u-overflow-slide::-webkit-scrollbar-track {
    background: #f0f0f0;
  }
}
@media screen and (max-width: 1030px) {
  .u-overflow-slide::-webkit-scrollbar-thumb {
    background: #999899;
  }
}
/******************************/
/* Layout */
/******************************/

.l-bottom {
  margin-top: 60px;
}
.l-contents-wrap {
  display: flex;
  justify-content: space-between;
}
.l-contents-main {
  width: 70%;
  margin : 50px 0 0 30%;
}
.l-contents-side {
  width: 20%;
  margin: 50px 5% 0;
  position:fixed;
}
@media screen and (max-width: 768px) {
  .l-bottom {
    margin-top: 30px;
  }
    .l-contents-main {
    width:90%;
      margin:80px 0 0 auto;
  }
    .l-contents-side {
    position: fixed;
    background-color: #fff;
    z-index: 2;
    width: calc(100% - 25px);
    margin: 60px 0 0 -25px;
    height: 100%;
    border-radius: 0 25px 0 0;
  transform: translateX(-100%);
      transition:0.4s;
      opacity: 0;
  }
     .l-contents-side.open {
       opacity:1;
  transform: translateX(0%);
}
}
@media screen and (max-width: 540px) {

}
/******************************/
/* Components */
/******************************/
/********** title **********/
.c-ttl-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 45px;
  line-height: 1.4;
  font-size: 30px;
  letter-spacing: 0.3em;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 768px) {
  .c-ttl-main {
    margin-bottom: 30px;
    font-size: 21px;
  }
}
.c-ttl-main__ja {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 14px;
  color: #909090;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .c-ttl-main__ja {
    margin-bottom: 2px;
    font-size: 12px;
    white-space: nowrap;
  }
}
.c-ttl-sub {
  margin-top: 0;
  margin-bottom: 45px;
  line-height: 1.4;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-align: center;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 768px) {
  .c-ttl-sub {
    margin-bottom: 30px;
    font-size: 14px;
  }
}
.c-ttl-sub__ja {
  display: block;
  margin-top: 15px;
  font-size: 12px;
  font-weight: normal;
  color: #909090;
  letter-spacing: 0;
}

/********** パーツ **********/
.c-item-list__item.is-hidden {
  display: none;
}
.c-item-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-item-list__img a:hover {
  opacity:1;
}
.c-item-list__img img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: 100% !important;
  text-align: center;
}
.c-item-list__ttl img {
  vertical-align: middle;
}
.c-item-list__price.is-strikethrough {
  margin-top: 0;
  text-decoration: line-through;
}
.c-btn:after {
  transform: rotate(90deg);
}
.c-btn:hover {
  text-decoration: none;
}
.c-btn:hover:before {
  transform: rotate(90deg);
}
.c-btn:hover:after {
  transform: rotate(180deg);
}
.c-btn-cart {
      box-sizing: border-box;
    display: inline-block;
    position: relative;
    border: solid 1px #fff;
    border-radius: 25px;
    width: 100%;
    font-size: 14px;
    background: #fff;
    color: #2A2D77;
    height: 3em;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-btn-cart:hover {
  background: rgba(0,0,0,0);
  color: #ffffff;
  text-decoration: none;
}
.c-btn-cart.is-disabled {
  background: #d8d8d8;
  cursor: default;
}
.c-btn-cart.is-disabled:hover {
  background: rgba(216, 216, 216, 0.8);
}
.c-btn-cart.is-soldout {
  background: #ac0000;
  border: solid 1px #ac0000;
    color: #fff;
}
.c-btn-cart.is-soldout:hover {
  background: #ac0000;
}
.c-btn-cart.is-membersonly {
  background: #53a6a5;
  cursor: default;
}
.c-btn-cart.is-membersonly:hover {
  background: #53a6a5;
}
.c-icon-cart {
  display: inline-block;
  margin-right: 20px;
  width: 19px;
  height: 18px;
  background: url(https://img.shop-pro.jp/tmpl_img/86/icon-template-cart.png) no-repeat;
  background-size: 19px 18px;
  vertical-align: -2px;
}
.c-more {
  text-align: center;
}
.c-not-found {
  margin-bottom: 60px;
}
/********** table **********/
.legal_list {
    margin: 100px auto 0;
  width:calc(100% - 60px);
}
.legal-contents {
  display:flex;
  flex-direction:column;
}
.c-ttl-second {
  width:95%;
  margin:50px 5% 0;
  font-size:1.2em;
}
.c-tbl-list {
  width:65%;
  margin:0 0 0 auto;
}
.c-tbl-list__tr {
  display: flex;
  padding: 10px 0;
}
.c-tbl-list__th {
  margin: 0;
  font-size:.9em;
  font-weight:normal;
  width: 270px;
}
.c-tbl-list__td {
  flex: 1;
  font-size:.9em;
}
@media screen and (max-width: 768px) {
  .legal_list {
    width: calc(100% - 50px);
}
  .c-ttl-second {
    width: 90%;
    margin: 50px 0 0 auto;
  }
  .c-tbl-list {
    width: 90%;
    margin: 20px 0 0 auto;
}
      .c-tbl-list__tr {
        display: block;
    }
      .c-tbl-list__th {
        width: auto;
    }
  .c-tbl-list__td {
    margin-left: 0;
  }
}
@media screen and (max-width: 540px) {
.c-ttl-second {
    margin: 20px 0 0 auto;
  }
}
/********** breadcrumbs **********/
.c-breadcrumbs {
  position:fixed;
  left:30px;
}
@media screen and (max-width: 768px) {
.c-breadcrumbs {
  left:25px;
  z-index:2;
  top:15%;
}
}
.c-breadcrumbs-list,
.side-button {
 -webkit-writing-mode: vertical-rl; 
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 12px;
}
.c-breadcrumbs-list a,
.side-button a {
  color:#fff;
}
@media screen and (max-width: 768px) {
   .c-breadcrumbs-list a:hover {
  color:#fff;
}
  .c-breadcrumbs-list,
  .side-button {
    font-size: 10px;
  }
}
  .side-button {
   position:fixed;
    top: 50%;
  }
.c-breadcrumbs-list__item {
  position: relative;
  display: inline-block;
  margin-right: 25px;
}
/********** pager **********/
.c-pager {
  margin-top: 75px;
  margin-bottom: 75px;
  text-align: center;
}
.c-pager__total {
  margin-bottom: 30px;
}
.c-pager-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.c-pager-list__item {
  box-sizing: border-box;
  overflow: hidden;
  margin-left: 3px;
  margin-right: 3px;
  min-width: 30px;
  line-height: 30px;
  background: #ffffff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-pager-list__item {
    display: none;
    min-width: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .c-pager-list__item.is-visible {
    display: block;
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
}
.c-pager-list__link {
  display: block;
  position: relative;
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #000000;
  min-width: 30px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 768px) {
  .c-pager-list__link {
    min-width: 45px;
  }
}
.c-pager-list__link:hover {
  border-color: #d8d8d8;
  background: #d8d8d8;
  color: #000000;
  text-decoration: none;
}
.c-pager-list__link.is-current {
  border-color: #535353;
}
@media screen and (max-width: 768px) {
  .c-pager-list__link.is-current {
    border-color: #ffffff;
  }
}
.c-pager-list__link.is-current:hover {
  border-color: #535353;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .c-pager-list__link.is-current:hover {
    border-color: #ffffff;
  }
}
.c-pager-list__link.is-prev, .c-pager-list__link.is-next {
  border-color: #d8d8d8;
  background: #d8d8d8;
  text-indent: -99999px;
}
.c-pager-list__link.is-prev:before, .c-pager-list__link.is-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
@media screen and (max-width: 768px) {
  .c-pager-list__link.is-prev:before, .c-pager-list__link.is-next:before {
    margin-left: -4px;
    margin-top: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
}
.c-pager-list__link.is-prev:hover, .c-pager-list__link.is-next:hover {
  background: rgba(216, 216, 216, 0.7);
}
.c-pager-list__link.is-prev.is-disabled:hover, .c-pager-list__link.is-next.is-disabled:hover {
  background: #d8d8d8;
}
.c-pager-list__link.is-prev:before {
  border-right: 4px solid #000000;
}
@media screen and (max-width: 768px) {
  .c-pager-list__link.is-prev:before {
    border-right: 8px solid #000000;
  }
}
.c-pager-list__link.is-prev.is-disabled:before {
  border-right-color: #aaaaaa;
}
.c-pager-list__link.is-next:before {
  border-left: 4px solid #000000;
}
@media screen and (max-width: 768px) {
  .c-pager-list__link.is-next:before {
    border-left: 8px solid #000000;
  }
}
.c-pager-list__link.is-next.is-disabled:before {
  border-left-color: #aaaaaa;
}

.c-pager-list__page {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-pager-list__page {
    display: inline-block;
  }
}
/******************************/
/* header */
/******************************/
.l-header {
  top: 0;
  z-index: 1000;
  width: 100%;
  background: #ffffff;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1030px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 60px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    min-width: 375px;
  }
}
.l-header.is-fixed, .l-header.is-open {
  position: fixed;
  top: 0;
  z-index: 10000;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.l-header.is-fixed .l-header-main__in, .l-header.is-open .l-header-main__in {
  display: flex;
  justify-content: space-between;
  padding-top: 0;
}
.l-header.is-fixed .l-header-logo, .l-header.is-open .l-header-logo {
  margin-bottom: 0;
}
.l-header.is-fixed .l-header-logo__img, .l-header.is-open .l-header-logo__img {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 40px;
  max-width: 750px;
}
.l-header.is-fixed .l-header-logo__img.is-txt, .l-header.is-open .l-header-logo__img.is-txt {
  margin-bottom: 0;
}
.l-header.is-fixed .l-header-logo__img img, .l-header.is-open .l-header-logo__img img {
  max-width: 450px;
  max-height: 40px;
}
@media screen and (max-width: 1030px) {
  .l-header.is-fixed .l-header-logo__img img, .l-header.is-open .l-header-logo__img img {
    max-width: 170px;
  }
}
.l-header.is-fixed .l-header-logo__type-txt, .l-header.is-open .l-header-logo__type-txt {
  font-size: 12px;
}
.l-header.is-fixed .l-header-logo__txt, .l-header.is-open .l-header-logo__txt {
  display: none;
}
.l-header.is-fixed .l-main-navi-list, .l-header.is-open .l-main-navi-list {
  display: none;
}
.l-header.is-fixed .l-help-navi-box, .l-header.is-open .l-help-navi-box {
  display: none;
  position: static;
}
.l-header.is-fixed .l-header-search, .l-header.is-open .l-header-search {
  right: 80px;
}
.l-header.is-fixed .l-header-search__box, .l-header.is-open .l-header-search__box {
  right: -65px;
}
@media screen and (max-width: 1030px) {
  .l-header.is-fixed .l-header-search__box, .l-header.is-open .l-header-search__box {
    right: 0px;
  }
}
.l-header.is-fixed .l-menu-btn, .l-header.is-open .l-menu-btn {
  display: block;
}
@media screen and (max-width: 1030px) {
  .l-header-main {
    padding-right: 0;
  }
}
.l-header-main__in {
  padding-top: 30px;
}
@media screen and (max-width: 1030px) {
  .l-header-main__in {
    padding-top: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
  }
}
.l-header-logo {
  margin-bottom: 15px;
}
@media screen and (max-width: 1030px) {
  .l-header-logo {
    margin-right: auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-header-logo {
    flex: 1;
    overflow: hidden;
  }
}
.l-header-logo__img {
  margin: 0;
  max-width: 450px;
  word-break: break-all;
}
@media screen and (max-width: 1030px) {
  .l-header-logo__img {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 40px;
    font-size: 12px;
  }
}
.l-header-logo__img.is-txt {
  margin-bottom: 35px;
}
@media screen and (max-width: 1030px) {
  .l-header-logo__img.is-txt {
    margin-bottom: 0;
  }
}
.l-header-logo__img img {
  max-width: 450px;
  max-height: 150px;
}
@media screen and (max-width: 1030px) {
  .l-header-logo__img img {
    max-width: 170px;
    max-height: 40px;
  }
}
.l-header-logo__txt {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 12px;
  color: #909090;
  max-width: 450px;
}
@media screen and (max-width: 1030px) {
  .l-header-logo__txt {
    display: none;
  }
}
.l-menu-btn {
  display: none;
  position: relative;
  z-index: 10000;
  width: 60px;
  height: 60px;
  border: 0;
  background: transparent;
}
@media screen and (max-width: 1030px) {
  .l-menu-btn {
    display: block;
  }
}
.l-menu-btn span {
  box-sizing: border-box;
  display: inline-block;
  transition: all 0.2s ease;
  position: absolute;
  left: 19px;
  width: 25px;
  height: 1px;
  background-color: #000000;
}
.l-menu-btn span:nth-of-type(1) {
  top: 25px;
}
.l-menu-btn span:nth-of-type(2) {
  top: 35px;
}
.l-menu-btn.is-on span:nth-of-type(1) {
  top: 10px;
  transform: translateY(20px) rotate(-45deg);
}
.l-menu-btn.is-on span:nth-of-type(2) {
  top: 50px;
  transform: translateY(-20px) rotate(45deg);
}
/********** メインナビ **********/
.l-main-navi {
  position: relative;
  z-index: 100;
  height: 50px;
}
.is-fixed .l-main-navi {
  height: auto;
}
@media screen and (max-width: 1030px) {
  .l-main-navi {
    display: none;
  }
  .l-main-navi.is-on {
    display: block;
  }
}
@media screen and (min-width: 1030px) {
  .l-main-navi {
    display: block !important;
  }
}
.l-main-navi.is-open {
  box-sizing: border-box;
  overflow-y: auto;
  position: fixed;
  top: 60px;
  left: 0;
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  height: calc(100% - 60px);
  background: #fafafa;
}
@media screen and (max-width: 1030px) {
  .l-main-navi.is-open {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-main-navi.is-open {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.l-main-navi.is-open .l-main-navi__in {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  width: 1000px;
}
@media screen and (max-width: 1030px) {
  .l-main-navi.is-open .l-main-navi__in {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}
.l-main-navi.is-open .l-main-navi-list {
  display: block;
}
.l-main-navi.is-open .l-main-navi-list__ttl {
  display: block;
}
@media screen and (max-width: 768px) {
  .l-main-navi.is-open .l-main-navi-list__ttl {
    display: none;
  }
}
.l-main-navi.is-open .l-main-navi-list__link {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-main-navi.is-open .l-main-navi-list__link {
    display: block;
  }
}
.l-main-navi.is-open .l-main-navi-list__item {
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .l-main-navi.is-open .l-main-navi-list__item {
    margin: 0;
  }
}
.l-main-navi.is-open .l-help-navi-box {
  display: block;
}
.l-main-navi.is-open .l-help-navi-list {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .l-main-navi.is-open .l-help-navi-list {
    margin-top: 0;
  }
}
.l-main-navi.is-open .l-sns-navi-list {
  margin-top: 60px;
  margin-left: 0;
}
.l-main-navi.is-open .l-mega-menu {
  position: static;
  padding: 0;
  width: auto;
}
@media screen and (min-width: 768px) {
  .l-main-navi.is-open .l-mega-menu {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .l-main-navi.is-open .l-mega-menu {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-main-navi.is-open .l-mega-menu-list {
    display: block;
  }
}
.l-main-navi-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-main-navi-list {
    display: block;
  }
}
.l-main-navi-list__ttl {
  display: none;
  font-weight: bold;
  margin-bottom: 10px;
}
.l-main-navi-list__item {
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .l-main-navi-list__item {
    border-top: 1px solid #eeeeee;
  }
}
.l-main-navi-list__link {
  display: block;
  position: relative;
  padding: 15px 40px 15px 30px;
  border: 0;
  font-size: 14px;
  font-weight: bold;
  background: transparent;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-main-navi-list__link {
    padding: 20px 20px;
    width: 100%;
    background: #ffffff;
    text-align: left;
  }
}
.l-main-navi-list__link:hover, .l-main-navi-list__link.is-on {
  background: #fafafa;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .l-main-navi-list__link:hover, .l-main-navi-list__link.is-on {
    background: #ffffff;
  }
}
.l-main-navi-list__link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -7px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 768px) {
  .l-main-navi-list__link:before {
    right: 20px;
    margin-top: -4px;
    border-color: #000000;
  }
}
.l-main-navi-list__link.is-on:before {
  transform: rotate(-135deg);
  margin-top: -4px;
}
.l-main-navi-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fafafa;
  opacity: 0;
}
.l-main-navi-overlay.is-on {
  animation: anime-overlay 0.2s ease forwards;
}
@keyframes anime-overlay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/********** メガメニュー **********/
.l-mega-menu {
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  padding: 60px 85px;
  width: 100%;
  background: #fafafa;
}
@media screen and (max-width: 768px) {
  .l-mega-menu {
    position: static;
    width: auto;
    height: auto;
    border-top: 0;
  }
}
.l-mega-menu-list {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .l-mega-menu-list {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    background: #fafafa;
  }
}
.l-mega-menu-list__item {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 20px;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .l-mega-menu-list__item {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}
.l-mega-menu-list__item:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 1px;
  background: #000000;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .l-mega-menu-list__item:before {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .l-mega-menu-list__link {
    display: block;
    padding: 20px 40px 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-mega-menu-list__link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    transform: rotate(-45deg);
  }
}
/********** 検索・カート **********/
.l-header-search {
  display: flex;
  position: absolute;
  bottom: 0px;
  right: 15px;
  z-index: 1000;
}
@media screen and (max-width: 1030px) {
  .l-header-search {
    position: static;
  }
}
.l-header-search__contents {
  display: none;
}
.l-header-search__box {
  box-sizing: border-box;
  display: flex;
  position: absolute;
  top: 100%;
  right: 0;
  padding: 15px 0 20px 25px;
  width: 1000px;
  background: #fafafa;
}
@media screen and (max-width: 1030px) {
  .l-header-search__box {
    padding: 20px 0 20px 20px;
    width: 100%;
    right: 0;
  }
}
.l-header-search__form {
  position: relative;
  flex: 1;
  margin: 0;
}
.l-header-search__btn {
  box-sizing: border-box;
  padding: 0;
  width: 60px;
  height: 60px;
  border: 0;
  background: none;
}
@media screen and (max-width: 768px) {
  .l-header-search__btn {
    width: 50px;
  }
}
.l-header-search__btn img {
  width: 18px;
}
.l-header-search__btn.is-on {
  background: #fafafa;
}
.l-header-search__input {
  flex: 1;
  border-bottom: 1px solid #7d7d7d;
}
.l-header-search__input input {
  box-sizing: border-box;
  padding-right: 60px;
  width: 100%;
  height: 40px;
  border: none;
  background: transparent;
}
.l-header-search__submit {
  position: absolute;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 0;
  width: 50px;
  height: 40px;
  border: 0;
  background: none;
}
.l-header-search__submit img {
  width: 18px;
}
.l-header-search__close {
  box-sizing: border-box;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  width: 45px;
  border: 0;
  background: transparent;
}
.l-header-search__close span {
  position: absolute;
  content: "";
  left: 13px;
  width: 20px;
  height: 1px;
  background: #858585;
}
.l-header-search__close span:nth-child(1) {
  top: 0px;
  transform: translateY(20px) rotate(-45deg);
}
.l-header-search__close span:nth-child(2) {
  top: 40px;
  transform: translateY(-20px) rotate(45deg);
}
.l-header-cart a {
  box-sizing: border-box;
  display: block;
  padding-top: 20px;
  width: 60px;
  height: 60px;
  text-align: center;
}
.l-header-cart a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .l-header-cart a {
    width: 50px;
  }
    .l-contents-wrap {
    display:block;
}
}
.l-header-cart a img {
  width: 19px;
}
.p-global-header__cart-count {
  margin-left: 4px;
  font-weight: bold;
}
/******************************/
/* ショッピングガイド */
/******************************/
.p-shopguide {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-shopguide {
    display: none;
  }
}
.p-shopguide-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -23px;
  margin-right: -23px;
}
@media screen and (max-width: 1030px) {
  .p-shopguide-wrap {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 768px) {
  .p-shopguide-wrap {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-shopguide-column {
  box-sizing: border-box;
  padding-left: 23px;
  padding-right: 23px;
  width: 33.3333%;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1030px) {
  .p-shopguide-column {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-shopguide-column {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}
.p-shopguide-box {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.p-shopguide-head {
  margin-bottom: 25px;
  padding-top: 40px;
  border-bottom: 1px solid #b2b2b2;
  text-align: center;
}
.p-shopguide-head .c-ttl-sub {
  margin-bottom: 30px;
}
.p-shopguide__icon {
  margin-bottom: 20px;
}
.p-shopguide__ttl {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: normal;
}
.p-shopguide__body {
  margin-bottom: 35px;
  margin-left: 0;
  color: #909090;
  overflow-wrap: break-word;
}
.p-shopguide__img {
  margin-bottom: 15px;
}
.p-shopguide__point-ttl {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bold;
}
.p-shopguide-cregit-list {
  display: flex;
  flex-wrap: wrap;
}
.p-shopguide-cregit-list__item {
  margin-right: 7px;
  margin-bottom: 10px;
}
.p-shopguide__attention {
  font-size: 12px;
}
/******************************/
/* footer */
/******************************/
.l-footer {
  padding: 70px 0 50px 0;
  background: #f7f7f7;
}

.l-footer-main {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1030px) {
  .l-footer-main {
    display: block;
  }
}
.l-footer-shopinfo {
  flex: 1;
  margin-right: auto;
  word-break: break-all;
}
@media screen and (max-width: 1030px) {
  .l-footer-shopinfo {
    margin-bottom: 60px;
    text-align: center;
  }
}
.l-footer-shopinfo__logo img {
  max-width: 170px;
}
.l-footer-shopinfo__txt {
  margin-top: 10px;
  font-size: 12px;
  color: #909090;
}
.l-footer-sns-list {
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 1030px) {
  .l-footer-sns-list {
    margin-top: 50px;
    justify-content: center;
  }
}
.l-footer-sns-list__item {
  margin-right: 20px;
}
.l-footer-qrcode {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .l-footer-qrcode {
    display: none;
  }
}
.l-footer-navi {
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-footer-navi {
    display: block;
    margin-top: 50px;
  }
}
.l-footer-navi-list {
  margin-left: 90px;
}
@media screen and (max-width: 1030px) {
  .l-footer-navi-list {
    margin-left: 0;
    width: 33.3333%;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-navi-list {
    width: auto;
  }
}
.l-footer-navi-list__item {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .l-footer-navi-list__item {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-navi-list__link {
    display: block;
    position: relative;
    padding: 14px 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-navi-list__link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    transform: rotate(-45deg);
  }
}
.l-footer-copyright {
  padding-top: 10px;
  padding-bottom: 60px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer-copyright {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.l-copyright {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-copyright {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.l-copyright__logo {
  margin-top: 15px;
}
.l-copyright__logo a {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.l-copyright__logo img {
  margin-left: 10px;
  width: 200px;
  height: 36px;
}
/***** CSS編集内style *****/
@charset "euc-jp";
body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/84/bg.gif);
  color: #464e54;
}
a {
  color: #464e54;
}
a:hover {
  color: #5e5e5e;
}
/** icons **/
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }
.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }
  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
/******************************/
/* free page */
/******************************/
.p-freepage__attention {
  margin-top: 15px;
  margin-bottom: 30px;
  color: #ff0000;
  font-weight: bold;
  text-align: center;
}
.p-freepage__img {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.p-freepage__img img {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.p-freepage-ol {
  padding-left: 25px;
  list-style-type: decimal;
}
.p-freepage-ol__item {
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}


	body{
		background-color:#2A2D77;
		background-image:unset;
		color:#fff;
      -webkit-font-smoothing: antialiased;
	}
header.header-main {
position: fixed;
    width: 100%;
    top: 0;
  z-index:10;
backdrop-filter: blur(10px);
}
ul.search-banner {
  position: absolute;
    top: 0;
    right: 70px;
    min-width: 200px;
  opacity:0;
  transition:0.3s;
}
li.search:hover a {
  opacity:1!important;
}
li.search:hover ul.search-banner {
  opacity:1;
}
ul.search-banner form{
  margin:0!important;
}
input.header-search__box {
  border: solid 1px #fff;
    border-radius: 0;
    font-family: 'calibre', "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif !important;
    color: #fff;
    width: calc(100% - 10px);
    padding: 5px;
  background-color:transparent;
}
	.header-item3 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
	img.logo-img {
    width: 110px;
}
	.header-item1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
	.header-item2 {
    display: flex;
    position:absolute;
    align-items: center;
    justify-content: center;
    top:0.5em;
    left: calc(50% - 60px);
}
ul.header-menu {
    font-size: 15px;
    display: flex;
    gap: 30px;
}
ul.header-menu li a{
  color:#fff;
}
.header-grid {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 60px);
    margin: 0 auto;
    padding: 1.3em 0px;
    border-bottom: 1px solid #fff;
}
.header-item1{
  display: flex;
}
.header-item2{
  display: flex;
}
.header-item3{
  display: flex;
}
.slider-wrap {
height: auto;
    width: 100vw;
  margin: 0 auto;
  overflow: hidden;
}
.slide-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.05);
  }
}
.slick-animation {
  animation: fadezoom 2s 0s forwards;
}
@media screen and (max-width: 820px) {
  ul.header-menu {
    font-size:14px;
    gap:20px;
}
@media screen and (max-width: 768px) {
  ul.search-banner {
    right:0;
    position: relative;
    opacity: 1;
    transition: 0.3s;
    width: 100%;
}
  .pc-header{
    display:none!important
  }
    .sp-header {
      z-index:9999 !important;
        display: block !important;
        position: fixed;
        height: 57px;
        top: 0;
      width:100%;
    }
  img.logo-sp-img {
    top: 15px;
    left: 25px;
    width: 70px;
    position: absolute;
}
  

.p-header {
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #222222;
}

.p-header__inner {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
}

.p-header__title {
  z-index: 997;
}

.p-header__title a {
  text-decoration: none;
  color: #FFFFFF;
}
    .p-header__hamburger {
        width: 25px;
        right: 25px;
        top: 22px;
        position: absolute;
      padding:0;
    }
.hamburger span {
  width: 25px;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  transition: ease .4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  margin: 6px 0;
}
.hamburger span:nth-child(3) {
  top: 0;
}
  

.p-header {
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #222222;
}

.p-header__inner {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
}

.p-header__title {
  z-index: 997;
}

.p-header__title a {
  text-decoration: none;
  color: #FFFFFF;
}
.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
  cursor: pointer;
}

.hamburger span {
  width: 24px;
  height: 1px;
  background-color: #FFFFFF;
  position: relative;
  transition: ease .4s;
  display: block;
}
  a.sp-cart {
    right: 80px;
    top: 18px;
    position: absolute;
    color: #fff;
    font-size: 13px;
}
.c-item-list__ttl a {
    font-size: 14px;
    color: #fff;
}
  .c-item-list__price {
    color: #fff;
    font-size: 13px;
}
  a.arrow-btn.online-btn {
    margin-top: 50px;
}

  a.arrow-btn {
color: #fff;
        font-size: 16px;
        padding: 6px 50px;
        border: 1px solid #fff;
        margin: 0 25px;
        display: flex;
        width: -webkit-fill-available;
        align-items: center;
        transition: all 0.4s ease-in-out;
        justify-content: center;
}
  a.arrow-btn span.arrow {
    /* width: 12px; */
    font-size: 22px;
    margin-left: 55px;
    display: inline-block;
    font-family: basisgrotesque;
}
  footer {
    margin: 0 25px;
    margin-top: 110px;
    border-top: 1px solid #fff;
    position: relative;
}
  .footer-grid {
    min-height: 362px;
    margin-top: 25px;
    display: grid;
    grid-template-columns: 1fr;
    font-size: 14px;
    margin-bottom: 30px;
    gap:0;
}
  .footer-item1 {
    margin-bottom: 25px;
}
  .footer-item2 a.footer-bottom.underline {
    display: none;
}
  .footer-item2 {
    margin-bottom: 30px;
}
  .footer-item3 a.footer-bottom {
    position: relative;
    margin-top: 2em;
}
  .footer-item4 {
        text-align: right;
        justify-content: flex-end;
        align-items: flex-end;
        flex-direction: column;
}
  .footer-item4 .footer-bottom {
    font-size: 10px;
    right: 0;
    left: unset;
    position: relative;
}
  img.footer-logo {
    display: block;
    margin-bottom:20px;
}
  .sp-instagram{
  display:block;
    font-size:14px;
    margin:26px 0 28px 0;
     text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
}
  img.sp-nav-logo {
    width: 70px;
    position: absolute;
    top: 15px;
    left: 25px;
}
  a.sp-nav-cart {
    position: absolute;
    font-size: 13px;
    right: 80px;
    top: 18px;
}
  .nav-inner {
    margin: 108px 25px 30px 25px;
}
  .nav-inner-search{
  width:100%;
    padding-right:10px;
    text-align:right;
    font-size:14px;
  }
  .nav-inner input[type="text"] {
    border: 1px solid #2A2D77;
    border-radius: 0;
    height: 40px;
    width: -webkit-fill-available;
    margin-top: 10px;
    padding: 0 20px;
    color:#2A2D77;
}
  .inner2 {
    font-size: 20px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 13px;
    margin-top: 31px;
}
  .nav-copy {
    font-size: 10px;
    position:absolute;
    bottom:30px;
    right: 25px;
    width: 100%;
    text-align: right;
}
  .inner3 {
    margin-top:20%;
    display: grid;
    grid-template-columns: 1fr;
    text-align: right;
    grid-gap: 12px;
    font-size: 15px;
}
}
