@charset "UTF-8";
@import url("./css2.css?family=Noto+Sans+JP:wght@100;300;400;500;600;700;900&display=swap");
@import url("./css22.css?family=Noto+Serif+JP:wght@100;300;400;500;600;700;900&display=swap");
/* media query */
/* parts */
br.spBR, .spIMG, .spImg, .spCls {
  display: block;
}
@media screen and (min-width:601px) {
  br.spBR, .spIMG, .spImg, .spCls {
    display: none;
  }
}

br.pcBR, .pcIMG, .pcImg, .pcCls {
  display: none;
}
@media screen and (min-width:601px) {
  br.pcBR, .pcIMG, .pcImg, .pcCls {
    display: block;
  }
}

ul.itemList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
ul.itemList li {
  width: 49%;
  margin-right: 2%;
}
ul.itemList li:nth-child(2n) {
  margin-right: 0;
}
ul.itemList li img {
  width: 100%;
}
ul.itemList.itemList3 li {
  width: 32%;
  margin-right: 2%;
}
ul.itemList.itemList3 li:nth-child(3n) {
  margin-right: 0;
}
ul.itemList.itemList4 li {
  width: 32%;
  margin-right: 2%;
}
ul.itemList.itemList4 li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (min-width:990px) {
  ul.itemList.itemList4 li {
    width: 23.5%;
  }
  ul.itemList.itemList4 li:nth-child(2n) {
    margin-right: 2%;
  }
  ul.itemList.itemList4 li:nth-child(4n) {
    margin-right: 0;
  }
}
ul.itemList.itemList5 li {
  width: 32%;
  margin-right: 2%;
}
ul.itemList.itemList5 li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (min-width:990px) {
  ul.itemList.itemList5 li {
    width: 18.4%;
  }
  ul.itemList.itemList5 li:nth-child(3n) {
    margin-right: 2%;
  }
  ul.itemList.itemList5 li:nth-child(5n) {
    margin-right: 0;
  }
}
ul.itemList.itemList6 li {
  width: 32%;
  margin-right: 2%;
}
ul.itemList.itemList6 li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (min-width:990px) {
  ul.itemList.itemList6 li {
    width: 15%;
  }
  ul.itemList.itemList6 li:nth-child(3n) {
    margin-right: 2%;
  }
  ul.itemList.itemList6 li:nth-child(6n) {
    margin-right: 0;
  }
}

.secInr {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

/* color */
/* font size */
a {
  text-decoration: none;
  color: #333333;
}

.button {
  border-radius: 8px;
}
.button::before, .button::after {
  border-radius: 8px;
}

h1 {
  font-size: 20px;
}
@media screen and (min-width:990px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  font-size: 16px;
}
@media screen and (min-width:990px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  font-size: 14px;
}
@media screen and (min-width:990px) {
  h3 {
    font-size: 16px;
  }
}

ul li {
  list-style: none;
}

.title, .collection-list-title, .secTitle h3, .blog__title {
  font-size: 24px;
  font-weight: 700;
}

h1.main-page-title {
  margin-top: 80px;
  font-size: 24px;
  text-align: center;
}

sticky-header {
  z-index: 9999;
}

summary::before {
  display: none !important;
}

.header {
  max-width: 1200px;
  -moz-column-gap: 0;
       column-gap: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8px !important;
  position: relative;
  padding-left: 20px !important;
  padding-right: 20px !important;
  z-index: 1000;
}
@media screen and (min-width:990px) {
  .header {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.header .header__heading, .header .header__heading-link {
  width: calc(100% - 44px);
  text-align: center;
  padding-right: 22px;
}
@media screen and (min-width:990px) {
  .header .header__heading, .header .header__heading-link {
    width: 120px;
  }
}
.header .header__inline-menu {
  margin-left: 16px;
}
.header .header__icons {
  padding-right: 0;
  margin-right: -8px;
}
@media screen and (min-width:990px) {
  .header .header__icons {
    margin: 0;
    width: 320px;
    justify-content: flex-end;
  }
}
.header .header__icons .header__search, .header .header__icons .header__icon--cart {
  display: none;
}
@media screen and (min-width:990px) {
  .header .header__icons .header__search, .header .header__icons .header__icon--cart {
    display: block;
  }
}
.header .header__icons .header__icon--account {
  display: none;
}
@media screen and (min-width:990px) {
  .header .header__icons .header__icon--account {
    display: none;
  }
}
.header .header__icons .headerIcons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
  position: absolute;
  top: 6px;
  right: 0;
}
@media screen and (min-width:990px) {
  .header .header__icons .headerIcons {
    position: static;
  }
}
.header .header__icons .headerIcons li {
  width: 56px;
  padding-top: 6px;
  padding-bottom: 10px;
}
.header .header__icons .headerIcons li a {
  position: relative;
}
.header .header__icons .headerIcons li a img {
  width: 20px;
}
.header .header__icons .headerIcons li a p {
  font-size: 10px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  white-space: nowrap;
}
.header .header__icons .headerIcons li.iconGuide {
  display: none;
}
@media screen and (min-width:990px) {
  .header .header__icons .headerIcons li.iconGuide {
    display: block;
  }
}
.header .cart-count-bubble {
  background-color: #ffffff;
  color: #0072ff;
}

header-drawer {
  z-index: 9999;
}
header-drawer .header__icon--menu {
  z-index: 9999;
}
header-drawer .menu-opening .header__icon--menu span svg path {
  fill: #010101;
}
header-drawer #menu-drawer {
  background-color: #ffffff;
  z-index: 9998;
  top: 0px;
  height: 100vh;
  width: 360px;
  background-color: #ffffff;
}

.gloMenu {
  width: 100%;
}
@media screen and (min-width:990px) {
  .gloMenu {
    width: calc(100% - 320px - 142px);
  }
}
.gloMenu .mainMenu {
  transform: translateY(6px);
}
.gloMenu .mainMenu > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  margin-top: 0;
}
.gloMenu .mainMenu > ul > li {
  width: 25%;
  text-align: center;
}
@media screen and (min-width:990px) {
  .gloMenu .mainMenu > ul > li {
    width: auto;
    margin-right: 32px;
    padding-top: 4px;
  }
}
.gloMenu .mainMenu > ul > li a, .gloMenu .mainMenu > ul > li p {
  color: #ffffff;
  font-size: 12px;
  position: relative;
  display: block;
  cursor: pointer;
}
@media screen and (min-width:990px) {
  .gloMenu .mainMenu > ul > li a, .gloMenu .mainMenu > ul > li p {
    font-size: 14px;
  }
}
.gloMenu .mainMenu > ul > li a span, .gloMenu .mainMenu > ul > li p span {
  display: none;
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  z-index: 10;
  transition: all 0.3s;
  background-image: url(./arrow_bottom.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width:990px) {
  .gloMenu .mainMenu > ul > li a span, .gloMenu .mainMenu > ul > li p span {
    display: block;
  }
}
.gloMenu .mainMenu > ul > li .cateChildWrap {
  position: absolute;
  top: 48px;
  left: -20px;
  width: calc(100% + 40px);
  background-color: #0072ff;
  display: none;
}
@media screen and (min-width:990px) {
  .gloMenu .mainMenu > ul > li .cateChildWrap {
    left: -144px;
    width: calc(100% + 142px + 320px);
  }
}
.gloMenu .mainMenu > ul > li .cateChildWrap::after {
  content: "";
  position: absolute;
  left: -100vw;
  width: 200vw;
  background-color: #0072ff;
  z-index: -1;
  top: 0;
  height: 100%;
}
.gloMenu .mainMenu > ul > li .cateChildWrap > ul {
  padding: 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 12px 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.gloMenu .mainMenu > ul > li .cateChildWrap > ul.menuOn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.gloMenu .mainMenu > ul > li .cateChildWrap > ul > li {
  width: 48%;
  margin-right: 4%;
  padding: 6px 12px 4px;
  background-color: #ffffff;
  border-radius: 4px;
  margin-bottom: 12px;
}
.gloMenu .mainMenu > ul > li .cateChildWrap > ul > li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (min-width:990px) {
  .gloMenu .mainMenu > ul > li .cateChildWrap > ul > li {
    width: 18.4%;
    margin-right: 2%;
  }
  .gloMenu .mainMenu > ul > li .cateChildWrap > ul > li:nth-child(2n) {
    margin-right: 2%;
  }
  .gloMenu .mainMenu > ul > li .cateChildWrap > ul > li:nth-child(5n) {
    margin-right: 0;
  }
}
.gloMenu .mainMenu > ul > li .cateChildWrap > ul > li a {
  color: #0072ff;
  font-size: 11px;
  letter-spacing: -0.5px;
  white-space: nowrap;
}
@media screen and (min-width:990px) {
  .gloMenu .mainMenu > ul > li .cateChildWrap > ul > li a {
    font-size: 13px;
  }
}
.gloMenu .mainMenu > ul > li .cateChildWrap .closeMenu {
  width: 100%;
  margin-top: 12px;
  border-top: 1px solid #aaaaaa;
  padding-top: 12px;
}
@media screen and (min-width:990px) {
  .gloMenu .mainMenu > ul > li .cateChildWrap .closeMenu {
    display: none;
  }
}
.gloMenu .mainMenu > ul > li .cateChildWrap.menuOn {
  display: block;
}
@media screen and (min-width:990px) {
  .gloMenu .mainMenu > ul > li:hover .cateChildWrap {
    display: block;
  }
}
@media screen and (min-width:990px) {
  .gloMenu .mainMenu > ul > li:hover a span {
    width: 15px;
    height: 15px;
  }
}
.gloMenu .mainMenu > ul > li.headerAllItems {
  display: none;
}
@media screen and (min-width:990px) {
  .gloMenu .mainMenu > ul > li.headerAllItems {
    display: block;
  }
}
.gloMenu .navSmpGuide, .gloMenu .navSmpFooter, .gloMenu .snsBtn {
  display: none;
}

.menuDrawer .mainMenu {
  margin-top: 64px;
}
.menuDrawer .mainMenu > ul {
  display: block;
  padding-left: 16px;
}
.menuDrawer .mainMenu > ul > li {
  width: 100%;
  text-align: left;
  line-height: 2.5;
  position: relative;
}
.menuDrawer .mainMenu > ul > li::before, .menuDrawer .mainMenu > ul > li::after {
  content: "";
  position: absolute;
  top: 8px;
  width: 8px;
  height: 2px;
  background-color: #333333;
}
.menuDrawer .mainMenu > ul > li::before {
  transform: rotate(45deg);
  right: 25px;
}
.menuDrawer .mainMenu > ul > li::after {
  transform: rotate(-45deg);
  right: 20px;
}
.menuDrawer .mainMenu > ul > li > p, .menuDrawer .mainMenu > ul > li > a {
  color: #0072ff;
  cursor: pointer;
  margin-bottom: 0;
  margin-top: 0;
}
.menuDrawer .mainMenu > ul > li > p span, .menuDrawer .mainMenu > ul > li > a span {
  stroke: #010101;
}
.menuDrawer .mainMenu > ul > li .cateChildWrap {
  display: none;
}
.menuDrawer .mainMenu > ul > li .cateChildWrap .closeMenu {
  display: none;
}
.menuDrawer .mainMenu > ul > li .cateChildWrap.menuOn {
  display: block;
}
.menuDrawer .navSmpGuide {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
  padding-left: 12px;
}
.menuDrawer .navSmpGuide a img {
  display: inline-block;
  width: 20px;
  margin-right: 0px;
  transform: translateY(4px);
}
.menuDrawer .navSmpFooter {
  margin-top: 20px;
  padding-left: 12px;
}
.menuDrawer .navSmpFooter ul {
  padding: 0;
}
.menuDrawer .navSmpFooter ul li {
  margin-bottom: 30px;
}
.menuDrawer .navSmpFooter ul li:last-child {
  margin-bottom: 20px;
}
.menuDrawer .snsBtn {
  margin-top: 12px;
  padding-left: 12px;
}
.menuDrawer .snsBtn a {
  margin-right: 8px;
}
.menuDrawer .snsBtn a:last-child img {
  transform: translateY(1px);
}
.menuDrawer .snsBtn a img {
  width: 24px;
}

.bottomMenu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background-color: #0072ff;
}
@media screen and (min-width:990px) {
  .bottomMenu {
    display: none;
  }
}
.bottomMenu ul {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 8px 0 0;
  margin: 0;
}
.bottomMenu ul li {
  width: 20%;
  height: 40px;
  text-align: center;
  line-height: 1;
}
.bottomMenu ul li a {
  text-align: center;
  position: relative;
}
.bottomMenu ul li a img {
  height: 20px;
}
.bottomMenu ul li a svg {
  height: 32px;
  transform: translateY(-4px);
}
.bottomMenu ul li a svg path {
  fill: #ffffff;
}
.bottomMenu ul li a .cart-count-bubble {
  position: absolute;
  top: -20px;
  right: 4px;
}
.bottomMenu ul li a p {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  white-space: nowrap;
  text-align: center;
}
.bottomMenu ul li a p.bottomCart {
  bottom: 0;
  top: 40%;
}
.bottomMenu ul li p {
  color: #ffffff;
  font-size: 10px;
  margin: 4px 0 0;
}
.bottomMenu ul li.bottomSearch .header__icon {
  height: auto;
}
.bottomMenu ul li.bottomSearch .header__icon span {
  height: auto;
}
.bottomMenu ul li.bottomSearch .header__search .search-modal {
  position: fixed;
  top: 64px;
  height: 88px;
  padding-top: 8px;
  min-height: auto;
}

.search-modal__content {
  margin-top: 10px;
}

#shopify-section-sections--16837865439369__custom_liquid_RbNaAQ {
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  max-width: 1200px;
}
@media screen and (min-width:990px) {
  #shopify-section-sections--16837865439369__custom_liquid_RbNaAQ {
    top: 82px;
  }
}
#shopify-section-sections--16837865439369__custom_liquid_RbNaAQ .telNum {
  position: absolute;
  top: 53px;
  right: 24px;
  color: #010101;
  font-family: "Noto Serif JP";
  line-height: 1;
}
@media screen and (min-width:750px) {
  #shopify-section-sections--16837865439369__custom_liquid_RbNaAQ .telNum {
    top: 23px;
    right: 0;
    transform: translateY(0);
  }
}
#shopify-section-sections--16837865439369__custom_liquid_RbNaAQ .telNum a {
  font-size: 20px !important;
  padding-left: 24px;
  color: #010101;
  background-image: url("./icon-tel.svg");
  background-position: 0px 3px;
  background-repeat: no-repeat;
  background-size: 20px;
}
@media screen and (min-width:750px) {
  #shopify-section-sections--16837865439369__custom_liquid_RbNaAQ .telNum a {
    font-size: 36px !important;
    padding-left: 40px;
    background-size: 30px;
    background-position: left 13px;
  }
}
#shopify-section-sections--16837865439369__custom_liquid_RbNaAQ .telNum p {
  font-size: 0.6em;
  text-align: right;
  margin: 4px 0 0;
}
@media screen and (min-width:750px) {
  #shopify-section-sections--16837865439369__custom_liquid_RbNaAQ .telNum p {
    font-size: 0.85em;
  }
}

.fixedBanner {
  position: fixed;
  top: 123px;
  right: 16px;
  width: calc(100% - 32px);
  z-index: 10;
}
@media screen and (min-width:750px) {
  .fixedBanner {
    top: 200px;
    width: auto;
    right: 0;
  }
}
.fixedBanner a {
  display: block;
  height: 32px;
  background-color: #ffcc00;
  padding: 5px 0 2px;
  border-radius: 32px;
  box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width:750px) {
  .fixedBanner a {
    height: auto;
    background-color: transparent;
    padding: auto;
  }
}
.fixedBanner a p {
  text-align: center;
  font-size: 13px;
  margin: 0;
  color: #010101;
}
@media screen and (min-width:750px) {
  .fixedBanner a p {
    display: none;
  }
}
.fixedBanner a img {
  display: none;
}
@media screen and (min-width:750px) {
  .fixedBanner a img {
    display: block;
    width: 100px;
  }
}

.bannerCoupon {
  position: fixed;
  bottom: 72px;
  left: 10px;
  z-index: 20;
}
@media screen and (min-width:601px) {
  .bannerCoupon {
    bottom: 20px;
  }
}
.bannerCoupon a {
  cursor: pointer;
}
.bannerCoupon a img {
  width: 130px;
}
@media screen and (min-width:601px) {
  .bannerCoupon a img {
    width: 190px;
  }
}
.bannerCoupon p.cpnClose {
  margin: 0;
  position: absolute;
  top: -8px;
  right: -4px;
  color: #ffffff;
  cursor: pointer;
  font-size: 24px;
  z-index: 100;
  width: 40px;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width:601px) {
  .bannerCoupon p.cpnClose {
    top: -10px;
    right: 8px;
  }
}

section {
  width: 100%;
}
section .secInr {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width:1366px) {
  section .secInr {
    width: 100%;
    max-width: 1124px;
    margin-left: auto;
    margin-right: auto;
  }
}

.secInr {
  padding: 0 5rem;
}

.topFv {
  background-color: #e2e2e2;
  font-family: "Noto Serif JP", serif;
  position: relative;
  z-index: 1;
}
.topFv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(0deg, rgb(226, 226, 226) 0%, rgba(226, 226, 226, 0) 50%);
}
@media screen and (min-width:990px) {
  .topFv::after {
    height: 155px;
  }
}
.topFv .secInr {
  position: relative;
  padding: 90px 0 0;
}
@media screen and (min-width:990px) {
  .topFv .secInr {
    height: 540px;
    overflow: hidden;
  }
}
@media screen and (min-width:990px) {
  .topFv .secInr .fvDetail {
    position: absolute;
    top: 64px;
    left: 0;
    z-index: 1;
  }
}
.topFv .secInr .fvDetail h2 {
  display: none;
}
@media screen and (min-width:990px) {
  .topFv .secInr .fvDetail h2 {
    display: block;
    font-size: 16px;
    letter-spacing: 2px;
    color: #9f7624;
  }
}
.topFv .secInr .fvDetail h3 {
  font-size: 24px;
  text-align: center;
  line-height: 1.67;
  color: #5f3c13;
  font-weight: 600;
  letter-spacing: 2px;
  font-family: "Noto Serif JP";
}
@media screen and (min-width:990px) {
  .topFv .secInr .fvDetail h3 {
    text-align: left;
    font-size: 36px;
  }
}
.topFv .secInr .fvDetail p {
  margin-top: 20px;
  text-align: center;
  font-size: 15px;
  line-height: 1.73;
  color: #5f3c13;
  letter-spacing: 0px;
}
@media screen and (min-width:990px) {
  .topFv .secInr .fvDetail p {
    display: block;
    text-align: left;
    line-height: 2;
  }
}
.topFv .secInr .fvDetail p span {
  display: none;
}
@media screen and (min-width:990px) {
  .topFv .secInr .fvDetail p span {
    display: block;
  }
}
.topFv .secInr .docLink {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
}
@media screen and (min-width:990px) {
  .topFv .secInr .docLink {
    position: static;
    margin-top: 40px;
    margin-bottom: 0;
    margin-bottom: 40px;
  }
}
.topFv .secInr .docLink > p {
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.topFv .secInr .docLink > p img {
  width: 18px;
  display: inline-block;
  margin-left: 8px;
  transform: translate(0, -7px);
}
.topFv .secInr .docLink > a {
  position: relative;
  display: block;
}
.topFv .secInr .docLink > a img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 360px;
  transition: 0.5s;
}
.topFv .secInr .docLink > a img:nth-child(2) {
  opacity: 0;
}
@media screen and (min-width:990px) {
  .topFv .secInr .docLink > a img {
    width: 320px;
  }
}
.topFv .secInr .docLink > a:hover {
  opacity: 1;
}
.topFv .secInr .docLink > a:hover img {
  opacity: 1;
}
.topFv .secInr .docLink > a:hover img:nth-child(2) {
  opacity: 1;
}
.topFv .secInr .docLink > a:hover img:nth-child(1) {
  opacity: 0;
}
.topFv .secInr .docLink ul {
  margin-top: 16px;
}
.topFv .secInr .docLink ul li {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  height: 60px;
  margin-bottom: 12px;
  position: relative;
  background-color: #b59768;
  border-radius: 8px;
  border: 2px solid #ffffff;
  box-shadow: 0 4px 0 0 #aaaaaa;
}
@media screen and (min-width:990px) {
  .topFv .secInr .docLink ul li {
    max-width: 100%;
  }
}
.topFv .secInr .docLink ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.topFv .secInr .docLink ul li a p {
  color: #ffffff;
  margin-top: 0;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (min-width:990px) {
  .topFv .secInr .docLink ul li a p {
    font-size: 14px;
  }
}
.topFv .secInr .docLink ul li a p:nth-child(1) {
  width: calc(88% - 4px);
  margin: 8px 0 0 4px;
}
@media screen and (min-width:990px) {
  .topFv .secInr .docLink ul li a p:nth-child(1) {
    width: calc(88% - 24px);
    margin: 6px 0 0 24px;
  }
}
.topFv .secInr .docLink ul li a p:nth-child(2) {
  width: 12%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0px;
}
.topFv .secInr .docLink ul li a p img {
  width: 24px;
  margin: 15px 0 0 2px;
}
@media screen and (min-width:990px) {
  .topFv .secInr .docLink ul li a p img {
    margin: 15px 0 0 15px;
  }
}
.topFv .secInr .fvSlider {
  margin-top: 100px;
  position: relative;
  max-width: 942px;
}
@media screen and (min-width:990px) {
  .topFv .secInr .fvSlider {
    margin-left: auto;
    transform: translateX(20px);
    position: absolute;
    bottom: 0px;
    right: -120px;
  }
}
.topFv .secInr .fvSlider .agsFv {
  position: relative;
}
.topFv .secInr .fvSlider .agsFv .deliFree {
  position: absolute;
  top: -105px;
  left: calc(50% - 200px);
  font-size: 18px;
  line-height: 1.5;
  font-size: 18px;
  background-color: white;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  text-align: center;
  font-family: "Noto Sans JP";
  color: #b59768;
  box-shadow: 0 0 16px -4px rgba(1, 1, 1, 0.25);
}
.topFv .secInr .fvSlider .agsFv .deliFree::after {
  content: "";
  width: 16px;
  height: 16px;
  transform: translateX(-50%) rotate(45deg);
  position: absolute;
  left: 50%;
  bottom: -5px;
  background-color: white;
  box-shadow: 0 0 16px -4px rgba(1, 1, 1, 0.25);
}
.topFv .secInr .fvSlider .agsFv .swiper-wrapper .swiper-slide {
  transition: all 1.5s;
  opacity: 0;
  position: relative;
}
.topFv .secInr .fvSlider .agsFv .swiper-wrapper .swiper-slide img, .topFv .secInr .fvSlider .agsFv .swiper-wrapper .swiper-slide p {
  width: 100%;
  transition: all 1.5s;
  opacity: 0;
  text-align: center;
}
.topFv .secInr .fvSlider .agsFv .swiper-wrapper .swiper-slide img.fvPc {
  display: none;
}
@media screen and (min-width:750px) {
  .topFv .secInr .fvSlider .agsFv .swiper-wrapper .swiper-slide img.fvPc {
    display: block;
  }
  .topFv .secInr .fvSlider .agsFv .swiper-wrapper .swiper-slide img.fvSmp {
    display: none;
  }
}
.topFv .secInr .fvSlider .agsFv .swiper-wrapper .swiper-slide p {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  white-space: pre;
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
  width: auto;
  font-size: 14px;
}
.topFv .secInr .fvSlider .agsFv .swiper-wrapper .swiper-slide p::before, .topFv .secInr .fvSlider .agsFv .swiper-wrapper .swiper-slide p::after {
  content: "";
  position: absolute;
  top: 12px;
  width: 20px;
  height: 2px;
  background-color: #010101;
}
.topFv .secInr .fvSlider .agsFv .swiper-wrapper .swiper-slide p::before {
  left: -40px;
  transform: rotate(60deg);
}
.topFv .secInr .fvSlider .agsFv .swiper-wrapper .swiper-slide p::after {
  right: -40px;
  transform: rotate(-60deg);
}
.topFv .secInr .fvSlider .agsFv .swiper-wrapper .swiper-slide.swiper-slideUrl p::before {
  left: -40px;
}
.topFv .secInr .fvSlider .agsFv .swiper-wrapper .swiper-slide.swiper-slideUrl p::after {
  right: -40px;
}
.topFv .secInr .fvSlider .agsFv .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.topFv .secInr .fvSlider .agsFv .swiper-wrapper .swiper-slide.swiper-slide-active img, .topFv .secInr .fvSlider .agsFv .swiper-wrapper .swiper-slide.swiper-slide-active p {
  opacity: 1;
}
.topFv .secInr .fvSlider .agsFv .swiper-pagination {
  width: auto;
  position: absolute;
  top: -5px;
  left: auto;
  right: 25px;
  padding-top: 2px;
}
@media screen and (min-width:990px) {
  .topFv .secInr .fvSlider .agsFv .swiper-pagination {
    top: -40px;
    right: 170px;
  }
}
.topFv .secInr .fvSlider .agsFv .swiper-pagination span.swiper-pagination-bullet {
  pointer-events: none;
  width: 60px;
  height: 60px;
  margin-bottom: 8px;
  color: #b59768;
  position: relative;
  border: 1px solid #b59768;
  border-radius: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  opacity: 1;
  background: rgba(0, 0, 0, 0) !important;
}
@media screen and (min-width:750px) {
  .topFv .secInr .fvSlider .agsFv .swiper-pagination span.swiper-pagination-bullet {
    margin-bottom: 13px;
    width: 70px;
    height: 70px;
    border-radius: 70px;
  }
}
.topFv .secInr .fvSlider .agsFv .swiper-pagination span.swiper-pagination-bullet b {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #b59768;
  font-weight: 400;
}
.topFv .secInr .fvSlider .agsFv .swiper-pagination span.swiper-pagination-bullet svg {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: visible;
  transform: rotate(-90deg);
}
@media screen and (min-width:750px) {
  .topFv .secInr .fvSlider .agsFv .swiper-pagination span.swiper-pagination-bullet svg {
    width: 70px;
    height: 70px;
  }
}
.topFv .secInr .fvSlider .agsFv .swiper-pagination span.swiper-pagination-bullet svg circle {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translate(1px, -1px);
  opacity: 0;
}
@-webkit-keyframes circle {
  0% {
    stroke-dasharray: 0 360;
  }
  100%, to {
    stroke-dasharray: 360 360;
  }
}
@keyframes circle {
  0% {
    stroke-dasharray: 0 360;
  }
  100%, to {
    stroke-dasharray: 360 360;
  }
}
.topFv .secInr .fvSlider .agsFv .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
}
.topFv .secInr .fvSlider .agsFv .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active b {
  font-weight: bold;
}
.topFv .secInr .fvSlider .agsFv .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active svg {
  -webkit-animation: circle 9s linear forwards 1;
          animation: circle 9s linear forwards 1;
  fill: transparent;
  stroke: #b59768;
  stroke-width: 2;
  opacity: 1;
}
@media screen and (min-width:750px) {
  .topFv .secInr .fvSlider .agsFv .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active svg {
    -webkit-animation: circle 8.5s linear forwards 1;
            animation: circle 8.5s linear forwards 1;
  }
}
.topFv .secInr .fvSlider .agsFv .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active svg circle {
  opacity: 1;
}

#shopify-section-template--16837864652937__featured_collection_4wi6FP {
  margin-top: 160px;
}
@media screen and (min-width:750px) {
  #shopify-section-template--16837864652937__featured_collection_4wi6FP {
    margin-top: 40px;
  }
}

.rankingList {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 50px;
}
.rankingList h3 {
  font-size: 24px;
  font-weight: 700;
}
.rankingList .rankTab {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #e2e2e2;
}
@media screen and (min-width:750px) {
  .rankingList .rankTab {
    width: 100%;
  }
}
@media screen and (min-width:1366px) {
  .rankingList .rankTab {
    padding: 0 90px;
  }
}
.rankingList .rankTab li {
  width: 33.3%;
  text-align: center;
  cursor: pointer;
  padding: 5px 0;
  margin-bottom: 20px;
}
@media screen and (min-width:750px) {
  .rankingList .rankTab li {
    width: 20%;
    padding-bottom: 16px;
    margin-bottom: 0;
  }
}
.rankingList .rankTab li.crntTab {
  background-color: #e2e2e2;
  border-radius: 4px;
}
@media screen and (min-width:750px) {
  .rankingList .rankTab li.crntTab {
    border-bottom: 2px solid #010101;
    background-color: transparent;
    border-radius: 0;
  }
}
.rankingList .rankCnts {
  margin-top: 40px;
}
.rankingList .rankCnts .cnts {
  display: none;
}
.rankingList .rankCnts .cnts.crntCnts {
  display: block;
}
.rankingList .rankCnts .cnts p.rankNum {
  color: #0a1612;
  text-align: center;
  margin-bottom: 16px;
}
.rankingList .rankCnts .cnts p.rankNum.rank1 {
  color: #9f7624;
}
.rankingList .rankCnts .cnts p.rankNum.rank2 {
  color: #9b9b9b;
}
.rankingList .rankCnts .cnts p.rankNum.rank3 {
  color: #5f3c13;
}
.rankingList .rankCnts .cnts {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}
.rankingList .rankCnts .cnts.crntCnts {
  display: flex;
}
.rankingList .rankCnts .cnts.item_box .item_detail {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 40px;
  padding-top: 40px;
}
.rankingList .rankCnts .cnts.item_box .item_detail:nth-child(3n) {
  margin-right: 0;
}
.rankingList .rankCnts .cnts.item_box .item_detail:nth-child(n+7) {
  display: none;
}
@media screen and (min-width:990px) {
  .rankingList .rankCnts .cnts.item_box .item_detail {
    width: 18.4%;
  }
  .rankingList .rankCnts .cnts.item_box .item_detail:nth-child(3n) {
    margin-right: 2%;
  }
  .rankingList .rankCnts .cnts.item_box .item_detail:nth-child(5n) {
    margin-right: 0;
  }
  .rankingList .rankCnts .cnts.item_box .item_detail:nth-child(n+7) {
    display: block;
  }
}
.rankingList .rankCnts .cnts.item_box .item_detail::after {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  color: #707070;
}
.rankingList .rankCnts .cnts.item_box .item_detail:nth-child(1)::after {
  content: "No.1";
  color: #9f7624;
}
.rankingList .rankCnts .cnts.item_box .item_detail:nth-child(2)::after {
  content: "No.2";
  color: #9b9b9b;
}
.rankingList .rankCnts .cnts.item_box .item_detail:nth-child(3)::after {
  content: "No.3";
  color: #5f3c13;
}
.rankingList .rankCnts .cnts.item_box .item_detail:nth-child(4)::after {
  content: "No.4";
}
.rankingList .rankCnts .cnts.item_box .item_detail:nth-child(5)::after {
  content: "No.5";
}
.rankingList .rankCnts .cnts.item_box .item_detail:nth-child(6)::after {
  content: "No.6";
}
.rankingList .rankCnts .cnts.item_box .item_detail:nth-child(7)::after {
  content: "No.7";
}
.rankingList .rankCnts .cnts.item_box .item_detail:nth-child(8)::after {
  content: "No.8";
}
.rankingList .rankCnts .cnts.item_box .item_detail:nth-child(9)::after {
  content: "No.9";
}
.rankingList .rankCnts .cnts.item_box .item_detail:nth-child(10)::after {
  content: "No.10";
}
.rankingList .rankCnts .cnts.item_box .item_detail:nth-child(11)::after {
  content: "No.11";
}
.rankingList .rankCnts .cnts.item_box .item_detail:nth-child(12)::after {
  content: "No.12";
}
.rankingList .rankCnts .cnts.item_box .item_detail:nth-child(13)::after {
  content: "No.13";
}
.rankingList .rankCnts .cnts.item_box .item_detail:nth-child(14)::after {
  content: "No.14";
}
.rankingList .rankCnts .cnts.item_box .item_detail:nth-child(15)::after {
  content: "No.15";
}
.rankingList .rankCnts .cnts.item_box .item_detail:nth-child(16)::after {
  content: "No.16";
}
.rankingList .rankCnts .cnts.item_box .item_detail:nth-child(17)::after {
  content: "No.17";
}
.rankingList .rankCnts .cnts.item_box .item_detail:nth-child(18)::after {
  content: "No.18";
}
.rankingList .rankCnts .cnts.item_box .item_detail:nth-child(19)::after {
  content: "No.19";
}
.rankingList .rankCnts .cnts.item_box .item_detail:nth-child(20)::after {
  content: "No.20";
}
.rankingList .rankCnts .cnts.item_box .item_detail:nth-child(21)::after {
  content: "No.21";
}
.rankingList .rankCnts .cnts.item_box .item_detail:nth-child(22)::after {
  content: "No.22";
}
.rankingList .rankCnts .cnts.item_box .item_detail:nth-child(23)::after {
  content: "No.23";
}
.rankingList .rankCnts .cnts.item_box .item_detail:nth-child(24)::after {
  content: "No.24";
}
.rankingList .rankCnts .cnts.item_box .item_detail:nth-child(25)::after {
  content: "No.25";
}
.rankingList .rankCnts .cnts.item_box .item_detail:nth-child(26)::after {
  content: "No.26";
}
.rankingList .rankCnts .cnts.item_box .item_detail:nth-child(27)::after {
  content: "No.27";
}
.rankingList .rankCnts .cnts.item_box .item_detail:nth-child(28)::after {
  content: "No.28";
}
.rankingList .rankCnts .cnts.item_box .item_detail:nth-child(29)::after {
  content: "No.29";
}
.rankingList .rankCnts .cnts.item_box .item_detail:nth-child(30)::after {
  content: "No.30";
}
.rankingList .rankCnts .cnts.item_box .item_detail a {
  position: relative;
  display: block;
}
.rankingList .rankCnts .cnts.item_box .item_detail a figure {
  width: 100%;
  margin: 0;
}
.rankingList .rankCnts .cnts.item_box .item_detail a figure img {
  display: block;
  width: 100%;
}
.rankingList .rankCnts .cnts.item_box .item_detail a .soldout {
  width: 100px;
  height: 40px;
  background-color: rgba(226, 226, 226, 0.75);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
}
.rankingList .rankCnts .cnts.item_box .item_detail p.itemName {
  margin-top: 8px;
  font-size: 12px;
  text-align: justify;
  height: 48px;
  overflow-y: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.rankingList .rankCnts .cnts.item_box .item_detail .pirceBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.rankingList .rankCnts .cnts.item_box .item_detail .pirceBox p {
  margin: 0;
  height: 20px;
}
.rankingList .rankCnts .cnts.item_box .item_detail .pirceBox p.sellPrice {
  font-weight: 700;
  font-size: 16px;
  margin-left: 8px;
  color: #010101;
  width: 100%;
}
.rankingList .rankCnts .cnts.item_box .item_detail .pirceBox p.sellPrice span {
  font-size: 14px;
  display: inline-block;
  font-weight: 500;
}
.rankingList .rankCnts .cnts.item_box .rankMoreBtn {
  display: none;
}

.topBnr {
  margin-top: 170px;
}
@media screen and (min-width:990px) {
  .topBnr {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.topBnr .secInr {
  margin-top: 15px;
  overflow: hidden;
}
@media screen and (min-width:990px) {
  .topBnr .secInr {
    margin-top: 40px;
  }
}
.topBnr .secInr .secBanner {
  margin-bottom: 24px;
  border-radius: 16px;
}
.topBnr .secInr .secBanner a {
  display: block;
  width: 100%;
  border-radius: 8px;
  margin-bottom: 16px;
}
.topBnr .secInr .secBanner a img {
  margin: 0 auto;
  width: 100%;
  border-radius: 8px;
  display: block;
}
@media screen and (min-width:990px) {
  .topBnr .secInr .secBanner a.pagsBtn img:nth-child(1) {
    display: none;
  }
}
.topBnr .secInr .secBanner a.pagsBtn img:nth-child(2) {
  display: none;
}
@media screen and (min-width:990px) {
  .topBnr .secInr .secBanner a.pagsBtn img:nth-child(2) {
    display: block;
  }
}
.topBnr .secInr .agsBnr {
  position: relative;
  overflow: hidden;
  position: relative;
}
.topBnr .secInr .agsBnr::before, .topBnr .secInr .agsBnr::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100px;
  z-index: 2;
}
.topBnr .secInr .agsBnr::before {
  left: 0;
  background-image: linear-gradient(90deg, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
.topBnr .secInr .agsBnr::after {
  right: 0;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.topBnr .secInr .agsBnr .swiper-wrapper {
  margin-left: -80px;
}
.topBnr .secInr .agsBnr .swiper-wrapper .swiper-slide img {
  width: 100%;
  border-radius: 15px;
}
.topBnr .secInr .agsBnr .swiper-button-prev {
  display: none;
}
@media screen and (min-width:750px) {
  .topBnr .secInr .agsBnr .swiper-button-prev {
    display: block;
    top: 80px;
    left: 0px;
    width: 50px;
    height: 50px;
    background-image: url(./arrow_prev.svg);
    background-size: 100%;
  }
}
.topBnr .secInr .agsBnr .swiper-button-prev::after {
  display: none;
}
.topBnr .secInr .agsBnr .swiper-button-next {
  display: none;
}
@media screen and (min-width:750px) {
  .topBnr .secInr .agsBnr .swiper-button-next {
    display: block;
    top: 80px;
    right: 0px;
    width: 50px;
    height: 50px;
    background-image: url(./arrow_next.svg);
    background-size: 100%;
  }
}
.topBnr .secInr .agsBnr .swiper-button-next::after {
  display: none;
}

#shopify-section-template--16837864652937__featured_collection_Cky4Tk .collection {
  max-width: 1200px;
  margin: 0 auto;
}

.topCatalog {
  margin-top: 40px;
}
.topCatalog .secInr .catalogWrap {
  position: relative;
}
.topCatalog .secInr .catalogWrap img {
  width: 100%;
}
.topCatalog .secInr .catalogWrap img.catalogPc {
  display: none;
}
@media screen and (min-width:990px) {
  .topCatalog .secInr .catalogWrap img.catalogPc {
    display: block;
  }
}
@media screen and (min-width:990px) {
  .topCatalog .secInr .catalogWrap img.catalogSmp {
    display: none;
  }
}
.topCatalog .secInr .catalogWrap a {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  border-radius: 52px;
  color: #ffffff;
  width: 235px;
  height: 52px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #b59768;
}
@media screen and (min-width:990px) {
  .topCatalog .secInr .catalogWrap a {
    bottom: 18%;
    left: 6%;
    transform: none;
  }
}
@media screen and (min-width:1366px) {
  .topCatalog .secInr .catalogWrap a {
    bottom: 60px;
    left: 60px;
  }
}

#shopify-section-template--16837864652937__collection_list_HtrnqG {
  margin-top: 24px;
}
#shopify-section-template--16837864652937__collection_list_HtrnqG ul {
  padding: 0;
  display: flex;
  -moz-column-gap: normal;
       column-gap: normal;
}
#shopify-section-template--16837864652937__collection_list_HtrnqG ul li {
  width: 33.3%;
  flex-grow: 2%;
}
#shopify-section-template--16837864652937__collection_list_HtrnqG ul li:nth-child(10) {
  display: none;
}
@media screen and (min-width:990px) {
  #shopify-section-template--16837864652937__collection_list_HtrnqG ul li {
    width: 18.4%;
  }
  #shopify-section-template--16837864652937__collection_list_HtrnqG ul li:nth-child(10) {
    display: block;
  }
}
#shopify-section-template--16837864652937__collection_list_HtrnqG ul li .card__inner {
  background-color: transparent;
  width: 90%;
  margin: 5%;
}
#shopify-section-template--16837864652937__collection_list_HtrnqG ul li .card__inner .card__media {
  border-radius: 1000px;
}
#shopify-section-template--16837864652937__collection_list_HtrnqG ul li .card__content .icon-wrap {
  display: none;
}
#shopify-section-template--16837864652937__collection_list_HtrnqG ul li .card__heading {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.topPrice .secInr {
  padding-left: 20px;
  padding-right: 0;
}
.topPrice .secInr .priceWrap {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.topPrice .secInr .priceWrap::-webkit-scrollbar {
  display: none;
}
.topPrice .secInr .priceWrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 1080px;
  margin-bottom: 20px;
}
.topPrice .secInr .priceWrap ul li {
  width: 200px;
  box-shadow: 0 0 16px -4px rgba(0, 0, 0, 0.25);
}
.topPrice .secInr .priceWrap ul li p {
  padding: 16px 20px;
  background-color: #ffffff;
  line-height: 1.67;
  font-size: 12px;
}

.topBrand .secInr {
  padding-left: 20px;
  padding-right: 0;
  overflow: hidden;
}
.topBrand .secInr .itemListWrap .swiper-container .swiper-wrapper {
  margin: 20px 0;
}
.topBrand .secInr .itemListWrap .swiper-container .swiper-wrapper .swiper-slide a img {
  max-width: 200px;
  box-shadow: 0 0 16px -4px rgba(0, 0, 0, 0.25);
  min-width: 100px;
  min-height: 100px;
}
.topBrand .secInr .itemListWrap .swiper-container .swiper-button-prev, .topBrand .secInr .itemListWrap .swiper-container .swiper-button-next {
  top: 76px;
}

.topMember {
  width: 100%;
  margin-top: 36px;
  position: relative;
  background-image: url(./top_bg_member.jpg);
  background-size: auto 280px;
  background-position: 45% top;
  background-repeat: no-repeat;
}
@media screen and (min-width:750px) {
  .topMember {
    height: 387px;
    background-size: cover;
    margin-bottom: 112px;
  }
  .topMember::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 2;
  }
}
.topMember .secInr {
  padding-top: 160px;
}
@media screen and (min-width:750px) {
  .topMember .secInr {
    padding-top: 0;
    position: relative;
  }
}
.topMember .secInr .memberTokuten {
  width: 95%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 36px 30px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 0 16px -4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width:750px) {
  .topMember .secInr .memberTokuten {
    width: 615px;
    position: absolute;
    top: 80px;
    left: 0;
    padding: 48px 50px 20px;
    z-index: 1;
  }
}
.topMember .secInr .memberTokuten h4 {
  font-size: 24px;
  font-weight: 700;
}
.topMember .secInr .memberTokuten p {
  margin-top: 24px;
  font-size: 15px;
  text-align: justify;
  line-height: 1.87;
  padding-bottom: 36px;
  border-bottom: 1px solid #e2e2e2;
}
@media screen and (min-width:750px) {
  .topMember .secInr .memberTokuten p {
    margin-top: 32px;
    padding-bottom: 30px;
    line-height: 2.1;
  }
}
.topMember .secInr .memberTokuten p span {
  color: #b59768;
  font-weight: 700;
}
.topMember .secInr .memberTokuten div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.topMember .secInr .memberTokuten div a {
  background-color: #b59768;
  height: 54px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  border-radius: 4px;
  color: #ffffff;
  margin: 20px auto 0;
  padding: 12px;
}
.topMember .secInr .memberTokuten div a:nth-child(1) {
  width: 385px;
}
.topMember .secInr .memberTokuten div a:nth-child(2) {
  background-color: #0072ff;
}

.collection h2.title {
  font-size: 24px;
  font-weight: 700;
}
.collection .price__regular span {
  font-size: 16px;
  font-weight: 700;
}
.collection .price__regular span span {
  font-weight: 500;
  font-size: 14px;
}

.collection-hero {
  margin-top: 80px;
}

#shopify-section-template--17612932513929__custom_liquid_ALRHX4 {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (min-width:990px) {
  #shopify-section-template--17612932513929__custom_liquid_ALRHX4 {
    margin-bottom: 0;
  }
}

.premiumBtn {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width:990px) {
  .premiumBtn {
    top: -64px;
  }
}
.premiumBtn a {
  display: inline-block;
  padding: 8px 24px;
  border-radius: 8px;
  font-size: 20px;
  background-color: #b59768;
  color: #ffffff;
  text-align: center;
  min-width: 320px;
}

.product {
  margin-top: 80px;
}

#price-template--16837864915081__main .price__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
#price-template--16837864915081__main .price__container .product__tax {
  padding-top: 10px;
  margin-left: 4px;
}
#price-template--16837864915081__main .price__container .price-item--regular {
  font-size: 14px;
}

.priceDisTax {
  width: 100%;
  display: none;
}
.priceDisTax p {
  font-size: 2.1rem;
  font-weight: 700;
  margin: 0;
}
.priceDisTax p span {
  font-size: 20px;
}

.product .priceDisTax {
  display: block;
}

.product__description a {
  color: #008db7;
  text-decoration: underline;
}

.product-form__input .select::after {
  border-radius: 6px;
}
.product-form__input .select select {
  font-size: 16px;
  height: 32px;
  color: #010101;
}
.price-per-item__container .quantity {
  min-height: 32px;
  height: 40px;
}
.price-per-item__container .quantity::after {
  border-radius: 6px;
}

.product-form__buttons button.product-form__submit {
  color: #ffffff;
  background-color: rgb(28, 166, 126);
}
.product-form__buttons button.product-form__submit::after {
  display: none;
}

.product-media-modal__content img {
  width: 100%;
  max-width: 778px;
}

.snsBtn {
  background-color: #f5f5f5;
  padding: 16px;
  margin: 0;
}
.snsBtn p {
  margin: 0;
  font-size: 12px;
}
.snsBtn ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 12px 0 0;
  padding: 0;
}
.snsBtn ul li {
  margin-right: 2px;
}
.snsBtn ul li a {
  display: inline-block;
  margin-right: 8px;
  cursor: pointer;
}
.snsBtn ul li a i {
  font-size: 28px;
}
.snsBtn ul li a p {
  display: none;
}

.article-card-wrapper {
  padding-bottom: 40px;
  border-bottom: 1px solid #e2e2e2;
}
.article-card-wrapper .card.article-card .card__information {
  padding: 0;
}
.article-card-wrapper .card.article-card .card__information .article-card__info {
  text-align: left;
}
.article-card-wrapper .card.article-card .card__information .card__heading {
  text-align: left;
  margin-top: 12px;
}
.article-card-wrapper .card.article-card .card__information .article-card__excerpt {
  text-align: left;
  margin: 12px 0 0;
  max-width: 100%;
}
.article-card-wrapper .card.article-card .card__information .article-card__excerpt a {
  display: inline-block;
  position: absolute;
  bottom: -24px;
  right: 0;
}

.article-template {
  margin-top: 120px;
}

#shopify-section-template--16837864751241__form .text-area.field__input {
  height: 240px;
}

#shopify-section-template--16837864751241__rich_text_mQmEja .rich-text__text p {
  margin: 0;
  text-align: left;
}
@media screen and (min-width:990px) {
  #shopify-section-template--16837864751241__rich_text_mQmEja .rich-text__text p {
    text-align: center;
  }
}

.customer {
  margin-top: 80px !important;
}
.customer .fieldFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 48px;
  position: relative;
  margin-bottom: 12px;
}
.customer .fieldFlex.fieldNonFlex {
  display: block;
}
.customer .fieldFlex.fieldNonFlex .field {
  width: 100%;
}
.customer .fieldFlex .field {
  width: 48%;
  margin-top: 0;
}
.customer .fieldFlex .errorMesse {
  display: none;
  width: 100%;
  color: #ffcccc;
  text-align: left;
  font-size: 12px;
}
.customer p.registRequired {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 6px;
  font-size: 12px;
  border-radius: 3px;
  background-color: #b59768;
  color: #ffffff;
}
.customer p.registRequired.registAny {
  background-color: transparent;
  border: 1px solid #b59768;
  color: #b59768;
  color: #b59768;
}
.customer p.registRequired span {
  position: absolute;
  right: -48px;
  color: #010101;
}
.customer p.valiNote {
  font-size: 12px;
  text-align: left;
  color: #aaaaaa;
  margin: 0;
}
.customer .terms .termsMesse {
  text-align: left;
  font-size: 12px;
  padding: 8px 12px;
  margin: 20px 0;
  border: 1px solid #aaaaaa;
  width: 100%;
  height: 280px;
  overflow: scroll;
}
.customer .terms .termsCheckBox input {
  transform: translateY(1px);
}
.customer .terms .termsCheckBox label {
  font-size: 14px;
}
.customer .customerInfo > p {
  margin-bottom: 0;
}
.customer .customerInfo a {
  margin-top: 16px;
}
.customer .customerInfo .addressNotice p {
  display: inline-block;
  font-size: 12px;
}

.addresses form .field:nth-of-type(1) {
  width: 100%;
  flex-basis: 100%;
  margin-right: 0;
}
.addresses form .field:nth-of-type(2) {
  flex-basis: calc(50% - 1rem);
  margin-right: 2rem;
  margin-top: 16px;
}
.addresses form .field:nth-of-type(3) {
  flex-basis: calc(50% - 1rem);
  margin-top: 0;
  margin-right: 0;
  margin-top: 16px;
}

.shopify-policy__container {
  margin-top: 80px;
  max-width: 960px;
  min-height: 240px;
}
.shopify-policy__container .shopify-policy__body .shopInfoPrivacy {
  margin-top: 40px;
}
.shopify-policy__container .shopify-policy__body .shopInfoPrivacy p {
  line-height: 1.75;
  margin-top: 12px;
}
.shopify-policy__container .shopify-policy__body .shopInfoPrivacy p:first-child {
  margin-top: 0;
}
.shopify-policy__container .shopify-policy__body .shopInfoPrivacy h3 {
  margin-top: 24px;
  font-weight: bold;
}
.shopify-policy__container .shopify-policy__body .shopInfo {
  max-width: 800px;
  margin: 0 auto;
}
.shopify-policy__container .shopify-policy__body .shopInfo dl {
  margin-top: 40px;
}
.shopify-policy__container .shopify-policy__body .shopInfo dl dt {
  font-weight: bold;
}
.shopify-policy__container .shopify-policy__body .shopInfo dl dd {
  line-height: 2;
  margin-top: 12px;
  margin-bottom: 24px;
  padding: 0 12px;
}
@media screen and (min-width:750px) {
  .shopify-policy__container .shopify-policy__body .shopInfo dl dd {
    margin-bottom: 40px;
  }
}
.shopify-policy__container .shopify-policy__body .shopInfo dl dd p {
  line-height: 2;
}
.shopify-policy__container .shopify-policy__body .shopInfo p.company {
  margin-top: 40px;
  text-align: center;
  line-height: 2;
}
@media screen and (min-width:750px) {
  .shopify-policy__container .shopify-policy__body .shopInfo p.company {
    font-size: 16px;
  }
}

.section-template--16837864849545__main-padding {
  max-width: 1200px;
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (min-width:1441px) {
  .section-template--16837864849545__main-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-template--16837864849545__main-padding ul {
  padding-left: 0;
}
.section-template--16837864849545__main-padding ul li {
  list-style: none;
}
.section-template--16837864849545__main-padding .main-page-title {
  display: none;
}
.section-template--16837864849545__main-padding a {
  color: #008db7;
}
.section-template--16837864849545__main-padding .faqLink {
  margin-top: -24px;
  padding-left: 16px;
  margin-bottom: 24px;
  padding-top: 24px;
}

.section-template--16837864849545__main-padding {
  max-width: 1200px;
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (min-width:1441px) {
  .section-template--16837864849545__main-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-template--16837864849545__main-padding li {
  list-style: none;
}
.section-template--16837864849545__main-padding .main-page-title {
  display: none;
}
.section-template--16837864849545__main-padding .rmtGuide {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto 0;
}
.section-template--16837864849545__main-padding .rmtGuide .rmtLogo {
  text-align: center;
  margin-bottom: 24px;
}
.section-template--16837864849545__main-padding .rmtGuide .rmtLogo img {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
.section-template--16837864849545__main-padding .rmtGuide .rmtLogo p {
  margin-top: 16px;
  padding: 0 12px;
  line-height: 1.75;
}
.section-template--16837864849545__main-padding .rmtGuide .rmtLogo h2 {
  font-size: 32px;
  display: flex;
  justify-content: center;
}
.section-template--16837864849545__main-padding .rmtGuide .rmtLogo h2 img {
  width: 40px;
  margin: 0 8px 0 0;
  display: block;
}
.section-template--16837864849545__main-padding .rmtGdBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (min-width:990px) {
  .section-template--16837864849545__main-padding .rmtGdBox {
    margin-bottom: 80px;
  }
}
.section-template--16837864849545__main-padding .rmtGdBox .rmtSubTitle {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width:990px) {
  .section-template--16837864849545__main-padding .rmtGdBox .rmtSubTitle {
    text-align: left;
  }
}
.section-template--16837864849545__main-padding .rmtGdBox .rmtSubTitle p:first-child {
  display: inline-block;
  border-bottom: 1px solid #000;
  padding: 0 2px 1px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
}
.section-template--16837864849545__main-padding .rmtGdBox .rmtSubTitle p:last-child {
  margin: 12px 0 32px;
  font-size: 18px;
  font-weight: bold;
}
.section-template--16837864849545__main-padding .rmtGdBox .rmtGdBoxL {
  width: 60%;
  min-width: 375px;
  margin: 0 auto;
  padding: 0 12px;
}
@media screen and (min-width:990px) {
  .section-template--16837864849545__main-padding .rmtGdBox .rmtGdBoxL {
    width: 40%;
    margin-right: 1%;
  }
}
.section-template--16837864849545__main-padding .rmtGdBox .rmtGdBoxL img {
  display: block;
  width: 100%;
}
.section-template--16837864849545__main-padding .rmtGdBox .rmtGdBoxR {
  width: 60%;
  min-width: 375px;
  margin: 16px auto 0;
  padding: 0 12px;
}
@media screen and (min-width:990px) {
  .section-template--16837864849545__main-padding .rmtGdBox .rmtGdBoxR {
    width: 58%;
    margin-left: 1%;
  }
}
.section-template--16837864849545__main-padding .rmtGdBox .rmtGdBoxR p {
  width: 100%;
  line-height: 175%;
  font-size: 14px;
  margin: 12px auto 0;
}
.section-template--16837864849545__main-padding .rmtGdBox .rmtGdBoxR p b {
  font-size: 1.2em;
}
.section-template--16837864849545__main-padding .rmtGdBox .rmtGdBoxR ul {
  margin: 12px 0 24px;
}
.section-template--16837864849545__main-padding .rmtGdBox .rmtGdBoxR ul li {
  list-style: disc;
  margin-left: 16px;
  line-height: 200%;
  font-size: 16px;
}
.section-template--16837864849545__main-padding .rmtGdBox .rmtGdBoxR ul p {
  list-style: disc;
  margin-left: 16px;
  line-height: 200%;
  font-size: 16px;
}
.section-template--16837864849545__main-padding .rmtGdBox .rmtGdBoxR ul p span {
  list-style: disc;
  margin-left: 16px;
  line-height: 200%;
  font-size: 14px;
}
.section-template--16837864849545__main-padding .rmtGdBox .rmtGdBoxRDesi {
  margin-top: 12px;
}
.section-template--16837864849545__main-padding .rmtGdBox .rmtGdBoxRDesi > p:first-child {
  position: relative;
  padding-top: 48px;
}
.section-template--16837864849545__main-padding .rmtGdBox .rmtGdBoxRDesi > p:first-child::before {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 0 0 12px -4px #24374B;
  background-color: #24374B;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
@media screen and (min-width:990px) {
  .section-template--16837864849545__main-padding .rmtGdBox .rmtGdBoxRDesi > p:first-child::before {
    left: 0;
    transform: translateX(0);
  }
}
.section-template--16837864849545__main-padding .rmtGdBox .rmtGdBoxRDesi > p:nth-child(2) {
  margin-top: 16px;
}
.section-template--16837864849545__main-padding .rmtGdBox .rmtGdBoxRDesi.rmtGdBoxRDesiA > p:first-child::before {
  content: "a";
}
.section-template--16837864849545__main-padding .rmtGdBox .rmtGdBoxRDesi.rmtGdBoxRDesiB > p:first-child::before {
  content: "b";
}
.section-template--16837864849545__main-padding .rmtGdBox .rmtGdBoxRDesi.rmtGdBoxRDesiC > p:first-child::before {
  content: "c";
}
.section-template--16837864849545__main-padding .rmtGdBox .rmtGdBoxRDesi.rmtGdBoxRDesiD > p:first-child::before {
  content: "d";
}
.section-template--16837864849545__main-padding .rmtGdBox .rmtGdBoxRDesi.rmtGdBoxRDesiE > p:first-child::before {
  content: "e";
}
.section-template--16837864849545__main-padding .rmtGdBox .rmtGdBoxRDesi ul li {
  list-style: disc;
  margin-left: 20px;
  line-height: 200%;
}
.section-template--16837864849545__main-padding .rmtGdBox .rmtGdBoxRDesi ul li a {
  display: inline-block;
  margin-right: 8px;
  font-weight: 700;
}

.pagsQa {
  padding: 8px 16px;
}
.pagsQa .pagsQaDetail dl {
  line-height: 1.75;
}
.pagsQa .pagsQaDetail dl dt {
  position: relative;
  display: block;
  width: auto;
  cursor: pointer;
  padding-right: 24px;
  margin-bottom: 40px;
}
.pagsQa .pagsQaDetail dl dt::before {
  content: "";
  display: block;
  padding-top: 40px;
  margin-right: -40px;
  cursor: initial;
}
@media screen and (min-width:990px) {
  .pagsQa .pagsQaDetail dl dt::before {
    padding-top: 88px;
    margin-top: -44px;
  }
}
.pagsQa .pagsQaDetail dl dt::after {
  content: "";
  height: 1px;
  background-color: #010101;
  display: block;
  width: 100%;
  margin-top: 40px;
}
.pagsQa .pagsQaDetail dl dt span {
  display: block;
  cursor: pointer;
  font-size: 1.5em;
  font-weight: 700;
}
.pagsQa .pagsQaDetail dl dt span::after {
  content: "";
  position: absolute;
  top: 52px;
  left: 56px;
  width: 8px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url("./arrow-right-bge.svg");
  background-size: 100%;
  transform: rotate(90deg);
  transition: 0.7s;
}
@media screen and (min-width:990px) {
  .pagsQa .pagsQaDetail dl dt span::after {
    top: 100px;
  }
}
.pagsQa .pagsQaDetail dl dt span.qaOpen::after {
  transform: rotate(-90deg);
  left: 64px;
}
.pagsQa .pagsQaDetail dl dd {
  display: none;
  padding: 16px 16px 24px;
  margin-bottom: 64px;
  background-color: #e2e2e2;
  border-radius: 8px;
  margin-left: 0;
  margin-top: -24px;
  position: relative;
}
.pagsQa .pagsQaDetail dl dd::before {
  content: "A.";
  display: inline;
  margin-right: 8px;
  font-size: 1.5em;
  font-weight: 500;
}

.section-template--16837864849545__main-padding {
  max-width: 100%;
  padding: 0 !important;
}

#agsp {
  background-color: #E8E0D8;
  padding-bottom: 120px;
}
#agsp img {
  border: none;
}
#agsp section {
  margin-top: 40px;
}
@media screen and (min-width:750px) {
  #agsp section {
    margin-top: 116px;
  }
}
#agsp section .agspSecTitle {
  font-family: "Noto Serif JP";
  text-align: center;
}
#agsp section .agspSecTitle h2 {
  font-size: 28px;
}
#agsp section .agspSecTitle p {
  margin-top: 16px;
  font-size: 12px;
  text-align: left;
}
@media screen and (min-width:750px) {
  #agsp section .agspSecTitle p {
    text-align: center;
  }
}
#agsp section.agspHead {
  margin-top: 0;
  position: relative;
  height: 160px;
  background-color: #211A1A;
  background-image: url(./gold_line.jpg);
  background-position: bottom;
  background-size: 100% 28px;
  background-repeat: no-repeat;
}
@media screen and (min-width:750px) {
  #agsp section.agspHead {
    height: 226px;
    background-size: 100% 46px;
  }
}
#agsp section.agspHead img {
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
}
@media screen and (min-width:750px) {
  #agsp section.agspHead img {
    top: 54px;
    width: 400px;
  }
}
#agsp section.agspHead img.imgPc {
  display: none;
}
@media screen and (min-width:750px) {
  #agsp section.agspHead img.imgPc {
    display: block;
  }
}
@media screen and (min-width:750px) {
  #agsp section.agspHead img.imgSmp {
    display: none;
  }
}
#agsp section.agspFv {
  margin-top: 0;
  position: relative;
  background-color: #251a18;
  padding-top: 140px;
}
@media screen and (min-width:750px) {
  #agsp section.agspFv {
    padding-top: 0;
  }
}
#agsp section.agspFv img.imgPc {
  display: none;
}
@media screen and (min-width:990px) {
  #agsp section.agspFv img.imgPc {
    display: block;
  }
}
@media screen and (min-width:990px) {
  #agsp section.agspFv img.imgSmp {
    display: none;
  }
}
#agsp section.agspFv .secInr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width:990px) {
  #agsp section.agspFv .secInr {
    left: 50%;
  }
}
#agsp section.agspFv .secInr p {
  margin-top: 32px;
  padding: 0px 16px;
  line-height: 2;
  text-align: justify;
  font-family: "Noto Serif JP";
  color: #ffffff;
  font-size: 12px;
}
@media screen and (min-width:750px) {
  #agsp section.agspFv .secInr p {
    margin-top: 80px;
  }
}
@media screen and (min-width:990px) {
  #agsp section.agspFv .secInr p {
    margin-top: 16px;
    width: 40%;
  }
}
@media screen and (min-width:1366px) {
  #agsp section.agspFv .secInr p {
    margin-top: 6vw;
  }
}
@media screen and (min-width:1441px) {
  #agsp section.agspFv .secInr p {
    font-size: 16px;
  }
}
#agsp section.agspFv .secInr p span {
  display: block;
  font-size: 1.5em;
  margin-bottom: 16px;
  line-height: 1.5;
}
#agsp section.agspFv .secInr img {
  display: block;
  width: 80%;
  margin: 16px auto;
}
@media screen and (min-width:990px) {
  #agsp section.agspFv .secInr img {
    width: 100%;
    margin-left: auto;
    margin-right: 0;
  }
}
#agsp section.agspLineup ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
}
#agsp section.agspLineup ul li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  line-height: 0;
  position: relative;
}
#agsp section.agspLineup ul li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (min-width:750px) {
  #agsp section.agspLineup ul li {
    width: 18.4%;
  }
  #agsp section.agspLineup ul li:nth-child(2n) {
    margin-right: 2%;
  }
  #agsp section.agspLineup ul li:nth-child(5n) {
    margin-right: 0%;
  }
}
#agsp section.agspLineup ul li a img {
  margin: 0;
  border-radius: 6px;
}
#agsp section.agspLineup ul li a p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.75;
  margin: 0;
  color: #E8E0D8;
  border-radius: 6px;
  background-color: rgba(33, 26, 26, 0.35);
  font-size: 20px;
  transition: 0.5s;
  text-shadow: 0 0 4px #211a1a;
}
#agsp section.agspLineup ul li:hover p {
  background-color: rgba(33, 26, 26, 0.1);
}
#agsp section.agspLineup .siteMock {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
#agsp section.agspLineup .siteMock p {
  text-align: center;
  padding: 0 8px;
  margin-bottom: 16px;
  line-height: 1.5;
  width: 100%;
}
@media screen and (min-width:990px) {
  #agsp section.agspLineup .siteMock p {
    margin-bottom: 40px;
  }
}
#agsp section.agspLineup .siteMock img {
  display: block;
}
#agsp section.agspLineup .siteMock img:nth-child(2) {
  display: none;
}
@media screen and (min-width:990px) {
  #agsp section.agspLineup .siteMock img:nth-child(2) {
    display: block;
    width: 640px;
  }
}
#agsp section.agspLineup .siteMock img:nth-child(3) {
  width: 200px;
  margin: 0 auto;
}
@media screen and (min-width:990px) {
  #agsp section.agspLineup .siteMock img:nth-child(3) {
    margin: 0;
  }
}
#agsp section.agspLineup .btn {
  width: 160px;
  height: 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: 0.5s;
  background-color: #0072ff;
  color: #ffffff;
  font-size: 12px;
  border-radius: 10px;
  margin: 32px auto;
}
#agsp section.agspItem {
  background-color: #211A1A;
  padding: 40px 0;
}
@media screen and (min-width:750px) {
  #agsp section.agspItem {
    padding: 80px 0;
  }
}
#agsp section.agspItem .agspSecTitle h2 {
  color: #E8E0D8;
}
#agsp section.agspItem .itemSlider {
  width: 100%;
  text-align: center;
  margin-top: 60px;
}
#agsp section.agspItem .itemSlider ul {
  width: 100%;
}
#agsp section.agspItem .itemSlider ul li {
  line-height: 0;
}
#agsp section.agspItem .itemSlider ul li img {
  width: 200px;
  margin: 0 !important;
}
#agsp section.agspItem .itemSlider > a {
  margin: 40px auto;
  width: 160px;
  height: 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: 0.5s;
  background-color: #0072ff;
  color: #ffffff;
  font-size: 12px;
  border-radius: 10px;
  background-color: #E8E0D8;
  color: #211A1A;
  border-radius: 100px;
  width: 320px;
  font-size: 16px;
}
#agsp section.agspScene ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
}
#agsp section.agspScene ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 0;
  line-height: 0;
}
#agsp section.agspScene ul li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (min-width:750px) {
  #agsp section.agspScene ul li {
    width: 18%;
    margin-bottom: 0px;
  }
  #agsp section.agspScene ul li:nth-child(3n) {
    margin-right: 2%;
  }
  #agsp section.agspScene ul li:nth-child(5) {
    margin-right: 0;
  }
}
#agsp section.agspScene ul li img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-bottom: 0;
}
#agsp section.agspScene ul li p {
  padding: 12px;
  background-color: #211A1A;
  color: #E8E0D8;
  text-align: center;
  line-height: 1.5;
  font-size: 12px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
@media screen and (min-width:750px) {
  #agsp section.agspScene ul li p {
    font-size: 16px;
    padding: 16px;
    margin-top: 0;
  }
}
#agsp section.agspUse .useListWrap {
  margin-top: 40px;
}
@media screen and (min-width:750px) {
  #agsp section.agspUse .useListWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (min-width:750px) {
  #agsp section.agspUse .useListWrap .useList {
    width: 49%;
    margin-right: 2%;
  }
  #agsp section.agspUse .useListWrap .useList:nth-child(2) {
    margin-right: 0;
  }
}
#agsp section.agspUse .useListWrap .useList > p {
  width: 320px;
  height: 32px;
  margin: 0 auto;
  padding-top: 8px;
  text-align: center;
  font-size: 20px;
  background-size: 100% 32px;
  background-repeat: no-repeat;
}
#agsp section.agspUse .useListWrap .useList ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
}
#agsp section.agspUse .useListWrap .useList ul li {
  width: 48%;
  margin-right: 4%;
  border: 1px solid #211A1A;
  padding: 16px;
  border-radius: 20px;
}
#agsp section.agspUse .useListWrap .useList ul li:nth-child(2) {
  margin-right: 0;
}
#agsp section.agspUse .useListWrap .useList ul li img {
  display: block;
  height: 64px;
  margin: 12px auto;
}
#agsp section.agspUse .useListWrap .useList ul li p {
  text-align: center;
  line-height: 1.75;
  font-size: 12px;
}
@media screen and (min-width:750px) {
  #agsp section.agspUse .useListWrap .useList ul li p {
    font-size: 14px;
  }
}
#agsp section.agspUse .useListWrap .useList.giver > p {
  background-image: url("./use_giver.svg");
}
#agsp section.agspUse .useListWrap .useList.receiver {
  margin-top: 24px;
}
@media screen and (min-width:750px) {
  #agsp section.agspUse .useListWrap .useList.receiver {
    margin-top: 0;
  }
}
#agsp section.agspUse .useListWrap .useList.receiver > p {
  background-image: url("./use_receiver.svg");
}
#agsp section.agspUse .useListWrap .useList.receiver p {
  color: #EA4800;
}
#agsp section.agspUse .useListWrap .useList.receiver ul li {
  border-color: #EA4800;
}
#agsp section.agspContant .agspContantDetail {
  margin-top: 40px;
  background-color: #333333;
  background-repeat: 12px;
  padding: 32px 16px;
  border-radius: 16px;
}
#agsp section.agspContant .agspContantDetail p {
  color: #E8E0D8;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (min-width:750px) {
  #agsp section.agspContant .agspContantDetail p {
    font-size: 20px;
  }
}
#agsp section.agspContant .agspContantDetail ul {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
}
#agsp section.agspContant .agspContantDetail ul li {
  background-color: #E8E0D8;
  border-radius: 50px;
  text-align: center;
  width: 375px;
  height: 40px;
  padding-top: 2px;
}
#agsp section.agspContant .agspContantDetail ul li:last-child {
  margin-top: 16px;
}
@media screen and (min-width:750px) {
  #agsp section.agspContant .agspContantDetail ul li:last-child {
    margin-top: 0;
  }
}
#agsp section.agspContant .agspContantDetail ul li a {
  font-size: 20px;
}

footer {
  font-size: 12px;
}
footer .footerInr {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 32px;
  padding-right: 32px;
}
footer .footerInr .footerInfo {
  width: 100%;
}
@media screen and (min-width:990px) {
  footer .footerInr .footerInfo {
    width: 360px;
    margin-right: 40px;
  }
}
@media screen and (min-width:1366px) {
  footer .footerInr .footerInfo {
    width: 429px;
    margin-right: 129px;
  }
}
footer .footerInr .footerInfo .fTop {
  border-bottom: 1px solid #10386b;
  padding-bottom: 30px;
}
footer .footerInr .footerInfo .fTop .fLogo a img {
  width: 130px;
}
@media screen and (min-width:990px) {
  footer .footerInr .footerInfo .fTop .fLogo a img {
    width: 160px;
  }
}
footer .footerInr .footerInfo .fTop p.fDetail {
  margin-top: 30px;
  font-size: 11px;
  line-height: 2;
}
footer .footerInr .footerInfo .fTop ul {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
}
footer .footerInr .footerInfo .fTop ul li {
  width: 152px;
  height: 40px;
  margin-right: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 4px;
  color: #0072ff;
  line-height: 1;
}
footer .footerInr .footerInfo .fTop ul li a {
  color: #0072ff;
}
footer .footerInr .footerInfo .fCompany {
  margin-top: 30px;
  border-bottom: 1px solid #10386b;
  padding-bottom: 20px;
}
footer .footerInr .footerInfo .fCompany dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .footerInr .footerInfo .fCompany dl dt {
  width: 40px;
  color: #ffffff;
}
footer .footerInr .footerInfo .fCompany dl dt:nth-child(1) {
  width: 100%;
}
footer .footerInr .footerInfo .fCompany dl dd {
  width: calc(100% - 40px);
  margin-bottom: 20px;
  margin-left: 0;
  color: #ffffff;
}
footer .footerInr .footerInfo .fCompany dl dd:nth-child(2) {
  width: 100%;
  margin-top: 20px;
}
footer .footerInr .footerInfo .fCompany dl dd.fCompSns a {
  margin-right: 8px;
}
footer .footerInr .footerInfo .fCompany dl dd.fCompSns a img {
  width: 20px;
  margin-top: -4px;
}
footer .footerInr .footer__content-top {
  padding: 64px 0 0;
}
@media screen and (min-width:990px) {
  footer .footerInr .footer__content-top {
    width: calc(100% - 400px);
    padding-top: 0;
  }
}
@media screen and (min-width:1366px) {
  footer .footerInr .footer__content-top {
    width: calc(100% - 429px - 129px);
  }
}
footer .footerInr .footer__content-top .footer__blocks-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 0;
       column-gap: 0;
}
footer .footerInr .footer__content-top .footer__blocks-wrapper .footer-block {
  width: 48%;
  margin-right: 2%;
}
footer .footerInr .footer__content-top .footer__blocks-wrapper .footer-block:nth-child(2n) {
  margin-right: 0;
}
@media screen and (min-width:990px) {
  footer .footerInr .footer__content-top .footer__blocks-wrapper .footer-block {
    width: 32%;
  }
  footer .footerInr .footer__content-top .footer__blocks-wrapper .footer-block:nth-child(2n) {
    margin-right: 2%;
  }
  footer .footerInr .footer__content-top .footer__blocks-wrapper .footer-block:nth-child(3n) {
    margin-right: 0;
  }
}
footer .footerInr .footer__content-top .footer__blocks-wrapper .footer-block h2.footer-block__heading {
  color: #ffffff;
  font-size: 12px;
}
footer .footerInr .footer__content-top .footer__blocks-wrapper .footer-block ul li a {
  color: #ffffff;
}
footer .footerInr .footerFaqLink {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width:990px) {
  footer .footerInr .footerFaqLink {
    margin-top: 12px;
  }
}
footer .footerInr .footerFaqLink a {
  width: 160px;
  height: 40px;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  display: inline-flex;
}
footer .footerInr .footer__content-bottom {
  width: 100%;
  margin-top: 10px;
}
footer .footerInr .footer__content-bottom ul {
  margin-bottom: 16px;
  display: block;
}
footer .footerInr .footer__content-bottom > .copyright__content {
  display: block;
  width: 100%;
  text-align: center;
}

/* 管理バー非表示 */
#admin-bar-iframe {
  display: none;
}