/** Shopify CDN: Minification failed

Line 2075:6 Expected ":"

**/
/*---------------- フォント ----------------*/
.fr-zen-old { /*Headings*/
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}
.fr-shuei-gothic { /*Body text*/
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
}

/*---------------- 見出しサイズ ----------------*/
.fr-heading-font-size {
  text-align: center;
  font-size: 26px !important;
}
@media screen and (max-width: 740px) {
  .fr-heading-font-size {
    font-size: 22px !important;
  }
}

/*---------------- 横マージン ----------------*/
.fr-container { /*SPは要素ごとに指定*/
  padding-inline: 120px !important;
}
.fr-heading--small + .fr-heading--large {
	margin-block-start: -20px !important;
}

/*---------------- フェードイン ----------------*/
@keyframes fr-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fr-fade-in {
  animation: fr-fadeIn 0.7s ease-out forwards;
}
@keyframes fr-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fr-fade-in-up {
  animation: fr-fadeInUp 0.5s ease-out forwards;
}

/*---------------- 税ラベル ----------------*/
.fr-collection-tax-label {
  font-size: 11px;
}

/*---------------- ボタン ----------------*/
.fr-button-line-white {
  display: inline-block;
  padding: 10px 100px;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #002C57;
  border-radius: 30px;
  transition: opacity .3s ease-in-out;
}
.fr-button-line-skeleton {
  display: inline-block;
  padding: 10px 100px;
  font-size: 16px;
  color: white;
  border: 1px solid white;
  border-radius: 30px;
  transition: opacity .3s ease-in-out;
}
@media screen and (max-width: 740px) {
  .fr-button-line-white,
  .fr-button-line-skeleton {
    padding: 10px 60px;
  }
}
.fr-button-line-white:hover,
.fr-button-line-skeleton:hover {
  opacity: 0.6;
}
.fr-button-line-white.fr-delete-me-button {
  padding: 6px 32px;
  font-size: 14px;
  margin-bottom: 30px;
}

/*---------------- PCヘッダー ----------------*/
.fr-pc-header-icon {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 4px 0;
}
.fr-pc-header-icon span {
  font-size: 10px;
}
.fr-pc-header-icon .header__cart-count--floating {
  right: 8px !important;
}
.fr-pc-header-megamenu1 .fr-container,
.fr-pc-header-megamenu2 .fr-container {
  padding-inline: 200px !important;
}
@media screen and (max-width: 1399px) {
  .fr-pc-header-megamenu1 .fr-container,
  .fr-pc-header-megamenu2 .fr-container {
    padding-inline: 120px !important;
  }
}
@media screen and (max-width: 1199px) {
  .fr-pc-header-megamenu1 .fr-container,
  .fr-pc-header-megamenu2 .fr-container {
    padding-inline: 80px !important;
  }
}
@media screen and (max-width: 999px) {
  .fr-pc-header-megamenu1 .fr-container,
  .fr-pc-header-megamenu2 .fr-container {
    padding-inline: 20px !important;
  }
}
.fr-pc-header-menu-area > li {
  font-size: 16px;
}
.fr-pc-header-menu-area .animated-plus {
  margin-left: 10px !important;
}
.fr-pc-header-megamenu1-box,
.fr-pc-header-megamenu2-box {
  padding-block-end: 48px;
  display: flex;
  flex-wrap: wrap;
}
.fr-pc-header-megamenu1-box {
  padding-block-start: 48px;
}
.fr-pc-header-megamenu2-box {
  padding-block-start: 24px;
}
.fr-pc-header-megamenu1-block {
  width: calc(100% / 2);
}
.fr-pc-header-megamenu1-block:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.fr-pc-header-megamenu1-collection {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}
.fr-pc-header-megamenu1-collection-url {
  width: calc(100% / 4);
  justify-content: center;
  display: flex;
  transition: opacity .3s ease-in-out;
}
.fr-pc-header-megamenu1-collection-url:hover {
  opacity: 0.6;
}
.fr-pc-header-megamenu1-collection-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px 0;
}
.fr-pc-header-megamenu1-collection-image img {
  border-radius: 50%;
}
.fr-pc-header-megamenu1-collection-title {
  font-size: 14px;
}
.fr-pc-header-megamenu1-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px 0;
}
.fr-pc-header-megamenu1-image-url {
  width: calc(100% / 2 - 20px);
  transition: opacity .3s ease-in-out;
} 
.fr-pc-header-megamenu1-image-url:hover {
  opacity: 0.6;
}  
.fr-pc-header-megamenu1-image-title {
  font-size: 14px;
}
.fr-pc-header-megamenu2-box {
  gap:40px 0;
}
.fr-pc-header-megamenu2-collection-block {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
.fr-pc-header-megamenu2-collection-block:nth-child(1),
.fr-pc-header-megamenu2-collection-block:nth-child(2),
.fr-pc-header-megamenu2-collection-block:nth-child(3),
.fr-pc-header-megamenu2-collection-block:nth-child(4) {
  width: calc(100% / 2 - 20px);
}
.fr-pc-header-megamenu2-collection-block:nth-child(1),
.fr-pc-header-megamenu2-collection-block:nth-child(3) {
  margin-right: 40px;
}
.fr-pc-header-megamenu2-collection-block:nth-child(2),
.fr-pc-header-megamenu2-collection-block:nth-child(4) {
  margin-right: 0;
} 
.fr-pc-header-megamenu2-collection-block > div:nth-child(1) {
  font-size: 18px;
}
.fr-pc-header-megamenu2-collection-block > div:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
}
.fr-pc-header-megamenu2-collection-block:nth-child(1) > div:nth-child(2),
.fr-pc-header-megamenu2-collection-block:nth-child(2) > div:nth-child(2) {
  width: 90%;
  gap: 20px 0;
}
.fr-pc-header-megamenu2-collection-block:nth-child(3) > div:nth-child(2){
  width: 100%;
}
.fr-pc-header-megamenu2-collection-block:nth-child(4) > div:nth-child(2) {
  width: 100%;
  gap: 10px 20px;
}
.fr-pc-header-megamenu2-collection-block a {
  display: flex;
}
.fr-pc-header-megamenu2-collection-block:nth-child(1) a,
.fr-pc-header-megamenu2-collection-block:nth-child(2) a {
  width: calc(100% / 5);
  justify-content: center;
  transition: opacity .3s ease-in-out;
}
.fr-pc-header-megamenu2-collection-block:nth-child(1) a:hover,
.fr-pc-header-megamenu2-collection-block:nth-child(2) a:hover {
  opacity: 0.6;
}
.fr-pc-header-megamenu2-collection-block:nth-child(3) a {
  width: calc(100% / 4);
  padding: 0 4px;
  justify-content: center;
  transition: opacity .3s ease-in-out;
}
.fr-pc-header-megamenu2-collection-block:nth-child(3) a:hover {
  opacity: 0.6;
}
.fr-pc-header-megamenu2-collection-block:nth-child(4) a {
  width: auto;
  padding: 0px 16px;
  background-color: #f4eee8;
  border-radius: 20px;
  transition: opacity .3s ease-in-out;
}
.fr-pc-header-megamenu2-collection-block:nth-child(4) a:hover {
  opacity: 0.6;
}
.fr-pc-header-megamenu2-collection-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px 0;
}
.fr-pc-header-megamenu2-collection-block:nth-child(3) .fr-pc-header-megamenu2-collection-image {
  justify-content: center;
}
.fr-pc-header-megamenu2-collection-block:nth-child(1) .fr-pc-header-megamenu2-collection-image img,
.fr-pc-header-megamenu2-collection-block:nth-child(2) .fr-pc-header-megamenu2-collection-image img,
.fr-pc-header-megamenu2-collection-block:nth-child(3) .fr-pc-header-megamenu2-collection-image img {
  border-radius: 50%;
}
.fr-pc-header-megamenu2-collection-title {
  font-size: 14px;
}
.fr-pc-header-megamenu2-collection-block:nth-child(3) .fr-pc-header-megamenu2-collection-title {
  position: absolute;
  z-index: 10;
  font-size: 16px;
  color: white;
  font-weight: 700;
}

/*---------------- SPヘッダー ----------------*/
.fr-sp-header-area {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: 64px;
  border-bottom: 1px solid rgb(var(--border-color));
}
.fr-sp-header-logo-area {
  height: 100%;
}
.fr-sp-header-logo-area img {
  height: 64px;
  overflow: hidden;
}
.fr-sp-header-menu-area {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  font-size: 8px;
}
.fr-sp-header-menu-block {
  padding-top: 2px;
  width: calc(100% / 4);
  border-right: 1px solid rgb(var(--border-color));
}
.fr-sp-header-menu-block:nth-child(4) {
  border-right: none;
}
.fr-sp-header-menu-block a,
.fr-sp-header-menu-block button {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px 0;
}
.fr-sp-header-humenu-top {
  margin: 20px 0;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  color: #002C57;
}
.fr-sp-header-humenu-en {
  display: flex;
  justify-content: flex-start;
  gap: 0 4px;
  width: 50%;
}
.fr-sp-header-humenu-en > div:nth-child(1) {
  display: flex;
  align-items: center;
}
.fr-sp-header-humenu-en span {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.fr-sp-header-humenu-en a {
  color: lightgray;
}
.fr-sp-header-humenu-login {
  display: flex;
  justify-content: flex-end;
  width: 50%;
}
.fr-sp-header-humenu-sns {
  display: flex;
  gap: 0 8px;
}
.fr-sp-header-humenu-buttom {
  margin: 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px;
  width: 100%;
  color: #002C57;
}
.fr-sp-header-humenu-link-block {
 width: calc(100% / 2 - 8px);
}
.fr-sp-header-humenu-link-block img {
 margin-bottom: 10px;
 width:  100%;
}

/*---------------- フッター共通 ----------------*/
.fr-footer-newsletter-title {
  font-size: 20px;
}
.fr-footer-newsletter-block {
  border-radius: 25px;
  background-color: whitesmoke;
}
.fr-footer-newsletter-input {
  border: none !important;
}
.fr-footer-newsletter-input:focus {
  box-shadow: none !important;
}
.fr-footer-newsletter-label {
  background-color: whitesmoke !important;
}
:focus-within~.fr-footer-newsletter-label, .is-filled ~ .fr-footer-newsletter-label {
  -webkit-transform: scale(.733)translateY(calc(-12px - .5em))translateX(3.665px) !important;
  transform: scale(.733)translateY(calc(-12px - .5em))translateX(3.665px) !important;
}
.fr-footer-newsletter-button {
  width: 20%;
  height: 100%;
  border-radius: 0 25px 25px 0 !important;
  background-color: #002C57 !important;
  color: white;
  padding-right: 4px !important;
  text-align: center;
  font-size: 16px;
  right: 0 !important;
}

/*---------------- PCフッター ----------------*/
@media screen and (max-width: 1199px) {
  .fr-footer .fr-container {
     padding-inline: 80px !important;
  }
}
@media screen and (max-width: 999px) {
  .fr-footer .fr-container {
     padding-inline: 20px !important;
  }
}
.fr-pc-footer-area {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 30px 0;
}
.fr-pc-footer-top {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  width: 100%;
  color: #002C57;
}
.fr-pc-footer-icon-en {
  display: flex;
  justify-content: flex-end;
  gap: 0 8px;
  font-size: 16px;
}
.fr-pc-footer-icon-en div:nth-child(1) {
  display: flex;
  align-items: center;
}
.fr-pc-footer-icon-en span {
  text-decoration: underline;
  text-decoration-color: #002C57;
  text-underline-offset: 2px;
}
.fr-pc-footer-icon-en a {
  color: lightgray;
}
.fr-pc-footer-icon-sns {
  display: flex;
  justify-content: flex-end;
  gap: 0 4px;
  align-items: center;
}
.fr-pc-footer-buttom {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.fr-pc-footer-buttom-block {
  display: flex;
  justify-content: flex-start;
}
.fr-pc-footer-buttom-block:nth-child(1) {
  width: 24%;
}
@media screen and (max-width: 999px) {
  .fr-pc-footer-buttom-block:nth-child(1) {
    width: auto;
  }
}
.fr-pc-footer-buttom-block:nth-child(2) {
  width: 42%;
  align-items: baseline;
}
.fr-pc-footer-buttom-block:nth-child(3) {
  width: 34%;
  flex-direction: column;
}
.fr-pc-footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px 0;
  width: 100%;
  color: #002C57;
}
.fr-pc-footer-menu div:nth-child(odd) {
  width: 40%;
}
.fr-pc-footer-menu div:nth-child(even) {
  width: 60%;
}
@media screen and (max-width: 1199px) {
  .fr-pc-footer-area {
      padding-inline: 2%;
  }
  .fr-pc-footer-buttom {
    gap: 0 20px;
  }
}

/*---------------- SPフッター ----------------*/
.fr-sp-footer-area {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 40px 0;
}
.fr-sp-footer-block {
}
.fr-sp-footer-icon-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.fr-sp-footer-icon-logo {
  width: 40%;
}
.fr-sp-footer-icon {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  width: 60%;
  color: #002C57;
}
.fr-sp-footer-icon-en {
  display: flex;
  justify-content: flex-end;
  gap: 0 8px;
  font-size: 16px;
}
.fr-sp-footer-icon-en div:nth-child(1) {
  display: flex;
  align-items: center;
}
.fr-sp-footer-icon-en span {
  text-decoration: underline;
  text-decoration-color: #002C57;
  text-underline-offset: 2px;
}
.fr-sp-footer-icon-en a {
  color: lightgray;
}
.fr-sp-footer-icon-sns {
  display: flex;
  justify-content: flex-end;
  gap: 0 4px;
  align-items: center;
}
.fr-sp-footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px 0;
  width: 100%;
  color: #002C57;
}
.fr-sp-footer-menu div {
  width: calc(100% / 2);
}

/*---------------- TOP SP検索バー ----------------*/
.fr-sp-search-bar {
  margin: 16px 0;
  padding: 0 16px;
}
.fr-sp-search-bar form {
  position: relative;
}
.fr-sp-search-bar button {
  position: absolute;
  width: 15%;
  height: 100%;
  background-color: #002C57;
  color: white;
  right: 0px !important;
  top: 0;
}
.fr-sp-search-bar svg {
  margin: auto;
}
.fr-sp-search-bar input {
  font-size: 16px;
  font-weight: 500;
}
.fr-sp-search-bar input.input__field:focus {
  box-shadow: none !important;
}

/*---------------- TOP商品から探す ----------------*/
.fr-product-collection-search {
}
.fr-product-collection-search-area {
  display: flex;
  flex-direction: column;
}
.fr-product-collection-search-collection-group-area {
  display: flex;
}
.fr-product-collection-search-collection-group-title {
  width: calc(100% / 3);
  border-top: 2px solid #f5f4f7;
  border-bottom: 2px solid #f5f4f7;
  cursor: pointer;
}
.fr-product-collection-search-collection-group-title-inner {
  width: 100%;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0 2px;
  font-weight: 700;
  border-left: 1px solid #dbd9e1;
  color: #686868;
  background-color: #f5f4f7;
}
.fr-product-collection-search-collection-group-title:nth-child(1) > .fr-product-collection-search-collection-group-title-inner {
  border-left: none;
}
.fr-product-collection-search-collection-group-title-select {
  border-top: 2px solid #002c57;
  border-bottom: 2px solid #002c57;
  cursor: auto;
}
.fr-product-collection-search-collection-group-title .fr-product-collection-search-collection-group-title-inner {
  border-bottom: 2px solid #f5f4f7;
}
.fr-product-collection-search-collection-group-title-select .fr-product-collection-search-collection-group-title-inner {
  color: white;
  background-color: #002c57;
  border-bottom: 2px solid #f5f4f7;
  border-left: none;
}
.fr-product-collection-search-collection-group-title-inner > span:nth-child(1) {
  font-size: 18px;
}
.fr-product-collection-search-collection-group-title-inner > span:nth-child(2) {
  font-size: 14px;
}
.fr-product-collection-search-collection-block-area {
  padding-top: 40px;
  min-height: 160px;
}
.fr-product-collection-search-collection-group-block {
  display: flex;
  justify-content: space-around;
}
.fr-product-collection-search-collection-group-block > a {
  transition: opacity .3s ease-in-out;
}
.fr-product-collection-search-collection-group-block > a:hover {
  opacity: 0.6;
}
.fr-product-collection-search-collection-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px 0;
}
.fr-product-collection-search-collection-block > img {
  border-radius: 50%;
  padding: 4px;
}
@media screen and (min-width: 741px) {
  .fr-product-collection-search-collection-block {
    max-width: 70px;
  }
  .fr-product-collection-search-collection-block > img {
    height: 70px;
    width: 70px;
  }
}
@media screen and (min-width: 1000px) {
  .fr-product-collection-search-collection-block {
    max-width: 76px;
  }
  .fr-product-collection-search-collection-block > img {
    height: 76px;
    width: 76px;
  }
}
@media screen and (max-width: 999px) {
  .fr-product-collection-search .fr-container {
    padding-inline: 20px !important;
  }
}
@media screen and (max-width: 740px) {
  .fr-product-collection-search .fr-container {
    padding-inline: 0 !important;
  }
  .fr-product-collection-search-collection-group-area {
    border-bottom: 1px solid #dbd9e1;
  }
  .fr-product-collection-search-collection-group-title-inner {
    flex-direction: column;
    align-items: center;
    border-left: none;
  }
  .fr-product-collection-search-collection-block-area {
    padding-top: 30px;
    min-height: 330px;
  }
  .fr-product-collection-search-collection-group-block {
    flex-wrap: wrap;
    gap: 30px 0;
  }
  .fr-product-collection-search-collection-group-block > a {
    width: calc(100% / 4);
    padding: 0 10px;
  }
  .fr-product-collection-search-collection-group-block:before {
    content: "";
    width: calc(100% / 4);
    height: 0;
    order: 1;
  }
  .fr-product-collection-search-collection-group-block:after {
    content: "";
    width: calc(100% / 4);
    height: 0;
  }
}

/*---------------- TOP用途から探す・今の気分から探す ----------------*/
.fr-use-and-mood-search-inner {
  padding: 40px 80px 60px;
  background-color: #e9ddd180;
  border-radius: 10px;
}
.fr-use-and-mood-search-use-title {
  margin: 0 !important;
  display: flex;
  align-items: center;
  width: 100%;
}
.fr-use-and-mood-search-use-title:before,
.fr-use-and-mood-search-use-title:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #002c57;
}
.fr-use-and-mood-search-use-title:before {
  margin-right: 1rem;
}
.fr-use-and-mood-search-use-title:after {
  margin-left: 1rem;
}
.fr-use-and-mood-search-use-area > div {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
}
.fr-use-and-mood-search-use-area > div > a {
  width: calc(100% / 4);
  padding: 0 10px;
  transition: opacity .3s ease-in-out;
}
.fr-use-and-mood-search-use-area > div > a:hover {
  opacity: 0.6;
}
.fr-use-and-mood-search-use-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fr-use-and-mood-search-use-block img {
  border-radius: 50%;
}
.fr-use-and-mood-search-use-block-title {
  position: absolute;
  z-index: 3;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}
.fr-use-and-mood-search-mood-area {
  margin-top: 60px;
  padding: 40px 80px;
  background-color: white;
  border-radius: 10px;
}
.fr-use-and-mood-search-mood-title {
  margin: 0 !important;
  width: 100%;
}
.fr-use-and-mood-search-mood-area > div {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.fr-use-and-mood-search-mood-area > div > a {
  transition: opacity .3s ease-in-out;
}
.fr-use-and-mood-search-mood-area > div > a:hover {
  opacity: 0.6;
}
.fr-use-and-mood-search-use-mood-title {
  width: auto;
  padding: 0 16px;
  background-color: #f4eee8;
  border-radius: 20px;
}
@media screen and (max-width: 999px) {
  .fr-use-and-mood-search .fr-container {
    padding-inline: 20px !important;
  }
  .fr-use-and-mood-search-mood-area {
    padding: 30px;
  }
}
@media screen and (max-width: 740px) {
  .fr-use-and-mood-search .fr-container {
    padding-inline: 0 !important;
  }
  .fr-use-and-mood-search-inner {
    padding: 30px 0 50px;
    border-radius: 0;
  }
  .fr-use-and-mood-search-use-area > div > a {
    width: calc(100% / 2);
    padding: 0 20px;
  }
  .fr-use-and-mood-search-mood-area {
    margin: 60px 20px 0 20px;
  }
}

/*---------------- TOPデザインアーカイブ ----------------*/
.fr-pc-image-with-text02 {
  display: flex;
  min-height: 340px;
  transition: opacity .3s ease-in-out;
}
.fr-pc-image-with-text02:hover {
  opacity: 0.8;
}
.fr-pc-image-with-text02-text {
  padding: 70px;
  width: 50%;
  background-color: #002C57;
  color: white;
}
.fr-pc-image-with-text02-text > div:nth-child(1) {
  font-size: 25px;
}
.fr-pc-image-with-text02-text > div:nth-child(2) {
  margin-top: 20px;
  font-size: 15px;
}
.fr-pc-image-with-text02-image {
  width: 50%;
  background-image: var(--fr-pc-image-with-text02-image);
  background-size: cover;
}
.fr-sp-image-with-text02 {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: opacity .3s ease-in-out;
}
.fr-sp-image-with-text02:hover {
  opacity: 0.8;
}
.fr-sp-image-with-text02-image {
  width: 100%;
}
.fr-sp-image-with-text02-text {
  padding: 36px 24px;
  width: 100%;
  background-color: #002C57;
  color: white;
}
.fr-sp-image-with-text02-text > div:nth-child(1) {
  text-align: center;
  font-size: 22px;
}
.fr-sp-image-with-text02-text > div:nth-child(2) {
  margin-top: 10px;
  font-size: 14px;
  text-align: justify;
}

/*---------------- TOPよくある質問 ----------------*/
.fr-image-with-text04 {
  padding-top: 50px;
  padding-bottom: 80px;
  background-color: #f7f5f5;
}
.fr-image-with-text04-title {
  margin-bottom: 40px;
}
.fr-image-with-text04-inner {
  display: flex;
}
.fr-image-with-text04-block {
  width: calc(100% / 2);
}
.fr-image-with-text04-inner > .fr-image-with-text04-block:first-child {
  padding-right: 15px;
}
.fr-image-with-text04-inner > .fr-image-with-text04-block:last-child {
  padding-left: 15px;
}
.fr-image-with-text04-block > a {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  transition: opacity .3s ease-in-out;
}
.fr-image-with-text04-block > a:hover {
  opacity: 0.8;
}
.fr-image-with-text04-block > a > div {
  position: absolute;
  z-index: 3;
  font-size: 18px;
  color: white;
  background-color: #002C57;
  padding: 10px 40px;
  bottom: 0;
  left: 0;
}
.fr-image-with-text04-block > a > img {
  width: 100%;
}
@media screen and (max-width: 999px) {
  .fr-image-with-text04 .fr-container {
    padding-inline: 20px !important;
  }
}
@media screen and (max-width: 740px) {
  .fr-image-with-text04 {
    padding: 40px 0;
  }
  .fr-image-with-text04-block {
      width: 100%;
  }
  .fr-image-with-text04-inner > .fr-image-with-text04-block:first-child {
    padding-right: 0;
  }
  .fr-image-with-text04-inner > .fr-image-with-text04-block:last-child {
    padding-left: 0;
  }
  .fr-image-with-text04-title {
    margin-bottom: 20px;
  }
  .fr-image-with-text04-inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px 0;
  }
  .fr-image-with-text04-block > a > div {
    padding: 6px 12px;
  }
}

/*---------------- TOPカスタムオーダーてぬぐい ----------------*/
.fr-image-with-text05 {
}
.fr-image-with-text05-inner {
  display: flex;
  justify-content: flex-start;
}
.fr-image-with-text05-title {
  margin-bottom: 30px;
}
.fr-image-with-text05-block {
  width: calc(100% / 3);
  min-width: 258px;
  margin-right: 20px;
}
.fr-image-with-text05-block:last-child {
  margin-right: 0;
}
.fr-image-with-text05-block > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: opacity .3s ease-in-out;
}
.fr-image-with-text05-block > a > img {
  width: 100%;
}
.fr-image-with-text05-block > a:hover {
  opacity: 0.8;
}
.fr-image-with-text05-text-block {
  width: 90%;
  min-height: 200px;
  margin-top: -40px;
  padding: 20px;
  background-color: #f8f1ea;
  z-index: 3;
}
.fr-image-with-text05-text-block > div:nth-child(1) {
  text-align: center;
  font-size: 20px;
}
.fr-image-with-text05-text-block > div:nth-child(2) {
  margin-top: 10px;
}
@media screen and (max-width: 1199px) {
  .fr-image-with-text05 .fr-container {
    padding-inline: 20px !important;
  }
  .fr-image-with-text05-inner {
    overflow-x: scroll;
    scrollbar-width: none;
  }
  .fr-image-with-text05-inner::-webkit-scrollbar{
    display:none;
  }
  .fr-image-with-text05-text-block {
    min-height: 240px;
  }
}
@media screen and (max-width: 740px) {
  .fr-image-with-text05 {
  }
  .fr-image-with-text05-inner {
    flex-direction: column;
    align-items: center;
    gap: 40px 0;
    overflow-x: unset;
  }
  .fr-image-with-text05-title {
    margin-bottom: 20px;
  }
  .fr-image-with-text05-block {
    width: 100%;
    margin-right: 0;
  }
  .fr-image-with-text05-block > a {
        min-width: unset;
  }
  .fr-image-with-text05-text-block {
    min-height: 160px;
  }
  .fr-image-with-text05-text-block > div:nth-child(1) {
    font-size: 18px;
  }
}

/*---------------- TOP人気商品 ----------------*/
.fr-image-with-text06-title {
}
.fr-image-with-text06-box {
  display: flex;
  justify-content: center;
  gap: 0 20px;
}
.fr-image-with-text06-box > a {
  transition: opacity .3s ease-in-out;
}
.fr-image-with-text06-box > a:hover {
  opacity: 0.6;
}
.fr-image-with-text06-block {
  position: relative;
}
.fr-image-with-text06-text {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
}
@media screen and (min-width: 741px) and (max-width: 999px) {
  .fr-image-with-text06 .fr-container {
    padding-inline: 20px !important;
  }
}

/*---------------- TOPお知らせ・かまわぬ手帖 ----------------*/
.fr-blog-posts {
}
.fr-blog-posts-title {
}
.fr-blog-posts-tags-area {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
}
.fr-blog-posts-tag {
  font-weight: 700;
}
.fr-blog-posts-tag-select {
  text-decoration: underline;
  text-decoration-color: #333333;
  text-underline-offset: 4px;
  cursor: default;
}
.fr-blog-posts-tag:not(.fr-blog-posts-tag-select):hover {
  opacity: 0.6;
  cursor: pointer;
}
.fr-blog-posts-article-area {
  min-height: 300px;
}
.fr-blog-posts-article-box {
  display: flex;
}
.fr-blog-posts-article-box > a {
  width: calc(100% / 3);
  margin-right: 20px;
  transition: opacity .3s ease-in-out;
}
.fr-blog-posts-article-box > a:last-child {
  margin-right: 0;
}
.fr-blog-posts-article-box > a:hover {
  opacity: 0.6;
}
.fr-blog-posts-article-block-image {
  margin-bottom: 16px;
}
.fr-blog-posts-article-block-image > img {
  width: 100%;
}
.fr-blog-posts-article-block-tags {
  margin-bottom: 8px;
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.fr-blog-posts-article-block-tags > span {
  padding: 0 8px;
  background-color: #f5f4f7;
}
.fr-blog-posts-article-block-info {
}
.fr-blog-posts-article-block-date {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
}
.fr-blog-posts-article-block-title {
  font-size: 16px;
}
.fr-blog-posts-link {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .fr-blog-posts .fr-container {
    padding-inline: 20px !important;
  }
}
@media screen and (max-width: 999px) {
  .fr-blog-posts-article-area {
    overflow-x: scroll;
    scrollbar-width: none;
  }
  .fr-blog-posts-article-area::-webkit-scrollbar{
    display:none;
  }
  .fr-blog-posts-tags-area {
    margin-bottom: 20px;
    justify-content: flex-start;
  }
  .fr-blog-posts-article-box {
    justify-content: flex-start;
  }
  .fr-blog-posts-article-box > a {  
    min-width: 258px;
  }
}
@media screen and (max-width: 740px) {
  .fr-blog-posts-link {
    margin-top: 20px;
  }
}

/*---------------- TOPかまわぬのものづくり ----------------*/
.fr-image-with-text07 {
}
.fr-image-with-text07 > a {
  position: relative;
  display: block;
}
.fr-image-with-text07-title {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.3em;
  white-space: nowrap;
}
@keyframes fr-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
    to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes fr-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
    to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.fr-image-with-text07-image-box {
  overflow: hidden;
}
.fr-image-with-text07-image-block,
.fr-image-with-text07-image-block-inner {
  display: flex;
}
.fr-image-with-text07-image-block-list {
  width: 1800px;
  height: 236px;
}
.fr-image-with-text07-image-block-image {
  width: 100%;
  height: 100%;
}
.fr-image-with-text07-image-block-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 741px) and (max-width: 999px) {
  .fr-image-with-text07 .fr-heading-font-size {
    font-size: 28px !important;
  }
}

/*---------------- TOPブログ記事一覧 ----------------*/
.fr-blog-category-tags-parent-tags-area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  white-space: nowrap;
  justify-content: center;
  gap: 20px;
  font-size: 16px;
}
.fr-blog-category-tags-parent-tags-block a:hover {
  cursor: pointer;
  opacity: 0.6;
}
.fr-blog-category-tags-parent-tags-block-select {
  border-bottom: 1px solid #000;
}
.fr-blog-category-tags-child-tags-area {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
}
.fr-blog-category-tags-child-tags-group-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.fr-blog-category-tags-child-tags-block {
  padding: 0 10px;
}
.fr-blog-category-tags-child-tags-block a:hover {
  cursor: pointer;
  opacity: 0.6;
}
.fr-blog-category-tags-child-tags-block-select {
  background-color: #d3d3d3;
  border-radius: 10px;
}
@media screen and (max-width: 740px) {
  .fr-blog-category-tags-parent-tags-area {
    gap: 10px 20px;
  }
}

/*---------------- 商品詳細 ----------------*/
.fr-pd-online-only {
  color: #d53a3a;
}
.fr-pd-tax-label {
  font-size: 13px;
  opacity: .8;
}
.fr-pd-point-get {
  opacity: .8;
}
.fr-pd-product-number {
  margin: 10px 0;
  display: flex;
  gap: 0 10px;
  align-items: center;
  opacity: .8;
}
.fr-pd-product-number > div:nth-child(2) {
  width: 1px;
  height: 14px;
  background-color: #333333;
  opacity: .3;
}
.fr-pd-cart-add-button {
  width: 88%;
}
.fr-pd-cart-button {
  font-size: 15px;
}
#fr-pd-bis {
  width: 88%;
}
.fr-pd-contact-area {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 13px;
}
.fr-pd-contact-area > span {
  transition: opacity .2s ease-in-out;
}
.fr-pd-contact-area > span > a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.fr-pd-contact-area > span:hover {
  opacity: .6;
}
.fr-pd-contact-area > span > svg {
  display: inline-block;
  margin-left: 4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  vertical-align: baseline;
}
.fr-wrapping-select {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  border-top: 1px solid rgb(var(--border-color));
  border-bottom: 1px solid rgb(var(--border-color));
}
.fr-wrapping-select-input {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}
.fr-wrapping-select-input > div {
  color: #d53a3a;
  width: 100%;
}
.fr-wrapping-select-note > input {
  width: 80%;
  height: 100px;
}
.fr-wrapping-select-note > textarea::placeholder {
  opacity: .8;
}
.fr-wrapping-select-note >textarea {
  width: 80%;
  height: 100px;
}
.fr-product-limited-quantity {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
.fr-product-limited-quantity > div:nth-child(1) {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.fr-product-limited-quantity > div:nth-child(2) {
}
.fr-product-limited-quantity > div:nth-child(3) {
  display: flex;
  justify-content: center;
}
.fr-product-limited-quantity-head {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.fr-product-limited-quantity-description {
}
.fr-product-limited-quantity-button {
}
.fr-pd-gift-wrapping {
  padding-inline: 240px !important;
}
@media screen and (max-width: 1399px) {
  .fr-pd-gift-wrapping {
    padding-inline: 200px !important;
  }
}
@media screen and (max-width: 1199px) {
  .fr-pd-gift-wrapping {
    padding-inline: 40px !important;
  }
}
@media screen and (max-width: 999px) {
  .fr-pd-gift-wrapping {
    padding-inline: 20px !important;
  }
}
.fr-pd-gift-wrapping-title {
  font-size: 22px;
}
.fr-pd-gift-wrapping-link {
  margin-top: 8px;
} 
.fr-pd-gift-wrapping-link > span {
  transition: opacity .2s ease-in-out;
}
.fr-pd-gift-wrapping-link > span:hover {
  opacity: .6;
}
.fr-pd-gift-wrapping-link > span > a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.fr-pd-gift-wrapping-link > span > svg {
    display: inline-block;
    margin-left: 4px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    vertical-align: baseline;
}
.fr-pd-gift-wrapping-product-area {
  width: 100%;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
.fr-pd-gift-wrapping-product-box {
  width: 100%;
}
.fr-pd-gift-wrapping-product-block {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.fr-pd-gift-wrapping-product-title {
  font-size: 18px;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(51, 51, 51, 0.3);
}
.fr-pd-gift-wrapping-product-product-block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
.fr-pd-gift-wrapping-product-product-block > a {
  width: calc(100% / 4 - 15px);
  transition: opacity .3s ease-in-out;
}
.fr-pd-gift-wrapping-product-product-block > a:hover {
  opacity: 0.6;
}
.fr-pd-gift-wrapping-product-product-detail {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.fr-pd-gift-wrapping-product-product-detail > img {
  width: 100%;
}
.fr-pd-gift-wrapping-product-product-detail-title {
  font-size: 16px;
}
.fr-pd-gift-wrapping-product-product-detail-price > span {
  font-size: 12px;
}
@media screen and (max-width: 999px) {
  .fr-pd-gift-wrapping-title {
    font-size: 18px;
  }
  .fr-pd-gift-wrapping-product-area {
    margin-top: 40px;
  }
  .fr-pd-gift-wrapping-product-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 740px) {
  .fr-pd-gift-wrapping-product-product-block > a {
    width: calc(100% / 2 - 10px);
  }
}
.fr-pd-description-tabs-link {
  margin-top: 20px;
}
.fr-pd-description-tabs-link > span {
  transition: opacity .2s ease-in-out;
}
.fr-pd-description-tabs-link > span:hover {
  opacity: .6;
}
.fr-pd-description-tabs-link > span > a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.fr-pd-description-tabs-link > span > svg {
  display: inline-block;
  margin-left: 4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  vertical-align: baseline;
}
.fr-pd-gift-wrapping,
.fr-pd-spec,
.fr-pd-tags,
.fr-pd-recommend-use,
.fr-pd-related_articles {
    margin: 80px 0;
}
.fr-pd-recommend-use {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px 0;
}
.fr-pd-recommend-use-head {
  margin: 0;
}
.fr-pd-recommend-use-body {
  margin: 0;
  width: 70%;
  line-height: 1.9;
}
.fr-pd-recommend-use-video-area {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  width: 100%;
}
.fr-pd-recommend-use-video-block {
  width: auto;
}
.fr-pd-recommend-use-video-thumbnail {
  aspect-ratio: 9 / 16;
  height: 704px;
  display: flex;
  background-color: #808080;
  background-position: center center;
  background-repeat: no-repeat;
}
.fr-pd-recommend-use-video-icon-play {
  margin: auto;
}
@media screen and (max-width: 1399px) {
  .fr-pd-recommend-use-video-thumbnail {
    height: 600px;
  }
}
@media screen and (max-width: 1199px) {
  .fr-pd-recommend-use-body {
    width: 80%;
  }
  .fr-pd-recommend-use-video-thumbnail {
    height: 500px;
  }
}
@media screen and (max-width: 999px) {
  .fr-pd-recommend-use {
    gap: 20px 0;
  }
  .fr-pd-recommend-use-head {
    font-size: 20px;
  }
  .fr-pd-recommend-use-body {
    width: 90%;
  }
  .fr-pd-recommend-use-video-thumbnail {
    height: 360px;
  }
}
@media screen and (max-width: 740px) {
  .fr-pd-recommend-use-video-area {
    gap: 20px;
  }
  .fr-pd-recommend-use-video-thumbnail {
    height: 300px;
  }
}
@media screen and (max-width: 375px) {
  .fr-pd-recommend-use-video-thumbnail {
    height: 260px;
  }
}
.fr-pd-tags-head {
  text-align: center;
  border-top: 1px solid #d4d4d4;
  padding-top: 30px;
}
.fr-pd-tags-collection-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.fr-pd-tags-collection-area > a {
  background-color: #f4eee8;
  padding: 10px;
  border-radius: 10px;
  transition: opacity .3s ease-in-out;
}
.fr-pd-tags-collection-area > a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 999px) {
  .fr-container.fr-pd-tags {
    padding-inline: 20px !important;
  }
}
@media screen and (max-width: 740px) {
  .fr-pd-tags-collection-area {
     gap: 10px;
  }
}
.fr-pd-spec {
  display: flex;
  justify-content: center;
}
.fr-pd-spec table {
  border: 1px solid #cccccc;
  width: 40%;
}
.fr-pd-spec tr {
  border: 1px solid #cccccc;
  width: 100%;
}
.fr-pd-spec td {
  border: 1px solid #cccccc;
  padding: 16px;
}
.fr-pd-spec tr > td:nth-child(1) {
  background-color: whitesmoke;
  width: 30%;
}
.fr-pd-spec tr > td:nth-child(2) {
  width: 70%;
}
@media screen and (max-width: 999px) {
  .fr-pd-spec table {
    width: 70%;
  }
}
@media screen and (max-width: 740px) {
  .fr-pd-spec table {
    width: 100%;
  }
}





/*---------------- 使い方動画 ----------------*/
.fr-video-youtube-tags-area {
  padding-inline: 120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: safe center;
  gap: 19px;
  white-space: nowrap;
  font-size: 15px;
  color: #6c6c6c;
}
.fr-video-youtube-tags {
  padding-bottom: 6px;
}
.fr-video-youtube-tags:hover {
  opacity: 0.6;
}
.fr-video-youtube-tags:has(.fr-video-youtube-tag-select) {
  pointer-events: none;
  color: #333333;
  border-bottom: 1px solid #333333;
}
@media screen and (max-width: 740px) {
  .fr-video-youtube-tags-area {
    padding-inline: 20px;
    flex-wrap: nowrap;
    align-items: flex-start;
    overflow-x: scroll;
    scrollbar-width: none;
  }
  .fr-video-youtube-tags-area::-webkit-scrollbar{
    display:none;
  }
}
.fr-video-youtube-video-area {
  margin-top: 40px;
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: safe center;
  gap: 80px 40px;
  min-height: 800px;
  opacity: 0;
}
.fr-video-youtube-block {
  width: 396px;
}
.fr-video-youtube-tag > a {
  padding-right: 10px;
}
.fr-video-youtube-thumbnail {
  width: 396px;
  height: 704px;
  display: flex;
  background-color: #808080;
  background-position: center center;
  background-repeat: no-repeat;
}
.fr-video-youtube-icon-play {
  margin: auto;
}
.fr-video-youtube-tag {
  margin-top: 10px;
}
@media screen and (max-width: 999px) {
  .fr-video-youtube-block {
    width: 340px;
  }
  .fr-video-youtube-thumbnail {
    width: 340px;
    height: 600px;
  }
}
@media screen and (max-width: 740px) {
  .fr-video-youtube-video-area {
    margin-top: 20px;
    margin-bottom: 40px;
    gap: 40px 10px;
    min-height: 400px;
  }
  .fr-video-youtube-block {
    width: 170px;
  }
  .fr-video-youtube-thumbnail {
    width: 170px;
    height: 300px;
  }
}
@media screen and (max-width: 375px) {
  .fr-video-youtube-block {
    width: 148px;
  }
  .fr-video-youtube-thumbnail {
    width: 148px;
    height: 260px;
  }
}

/*---------------- 杉本ここから ----------------*/
/*----------------  「FAQ_FR追加」セクション（fr-faq.liqud）----------------*/
/* category 下マージン */
.fr-faq-margin-bottom-60 {
  margin-bottom: 60px !important;
}

/* question（「リッチテキストのみ」セクション）表示調整 */
.fr-faq-question-container {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
  text-align: justify;
}

/* question-2（「リッチテキスト＋HTML」セクション）表示調整 */
.fr-faq-question-2-container {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

/* 「お支払方法について」内テーブル用 */
table.fr-table-cod {
    width: 100%;
    position: relative;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    border: 1px solid #aaa;
    table-layout: fixed;
}
table.fr-table-cod tr {
    border: 1px solid #aaa;
}
table.fr-table-cod td {
    border: 1px solid #aaa;
    padding: 10px 20px;
    text-align: center;
}
table.fr-table-cod tr.title {
    background-color: #002247;
    color: white;
}

/* 「ポイントについて」内テーブル用 */
table.fr-table-point {
    width: 100%;
    position: relative;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    border: 1px solid #aaa;
    table-layout: fixed;
}
table.fr-table-point tr {
    border: 1px solid #aaa;
}
table.fr-table-point th.title {
    background-color: #002247;
    color: white;
    font-size: 16px;
    padding: 10px 30px;
    text-align: left;
    font-weight: normal;
}
table.fr-table-point td.contents {
    font-size: 14px;
    padding: 10px 30px;
}
@media screen and (max-width: 740px) {
  .last td:last-child {
    width: 100%;
  }
  .fr-table-point {
    width: 80%;
  }
  .fr-table-point th,
  .fr-table-point td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
  table.fr-table-point th.title {
    text-align: center;
    font-weight: normal;
  }
}

/* 「配送方法・送料について」内テーブル＆アコーディオン用 */
/* PCテーブル用*/
table.fr-table-postage-pc {
    border: 1px solid #aaa;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #002C57;
}
table.fr-table-postage-pc tr {
    border: 1px solid #aaa;
}
table.fr-table-postage-pc td {
    border: 1px solid #aaa;
}
table.fr-table-postage-pc td.title-1 {
    font-size: 16px;
    font-weight: normal;
}
table.fr-table-postage-pc td.title-2 {
    font-size: 10px;
    padding: 10px;
    line-height: 15px;
}
table.fr-table-postage-pc td.area {
    font-size: 14px;
    line-height: 30px;
    background-color: #002C57;
    color: #FFF;
    text-align: center;
    padding: 5px 10px;
}
table.fr-table-postage-pc td.prefectures {
    vertical-align: baseline;
}

/* PC/SPでのテーブル出し分け */
@media screen and (min-width: 741px) { /* 741px以上（＝PCレイアウト）の場合、SP用アコーディオンを非表示。（PC用テーブルのみ表示） */
    .sp_only.postage_sp {
      display: none;
    }
}
@media screen and (max-width: 740px) { /* 740px未満（＝SPレイアウト）の場合、PC用テーブルを非表示。（SP用アコーディオンのみ表示） */
    table.fr-table-postage-pc {
        display: none;
    }
    .sp_only.postage_sp {
        display: block;
    }
  /* SPアコーディオン用 */
    .ac_second_column {
        margin-bottom: 10px;
    }
    h2.ac_second_title {
        margin-bottom: 0;
    }
    .ac_second_title {
    padding: 20px 40px 20px 20px;
    font-size: 16px;
    line-height: 30px;
    position: relative;
    background-color: #002C57;
    color: #FFF;
    }
    h2.ac_second_title::before { /* ＋のヨコ棒 */
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -1px;
        right: 18px;
        width: 14px;
        height: 2px;
        background: #FFF;
        /* -webkit-transition: all 0.5s 0s ease; */
        /* -moz-transition: all 0.5s 0s ease; */
        transition: all 0.5s 0s ease;
    }
    .ac_second_title.active::before {
        transform: rotate(45deg); /* ＋のヨコ棒 > クリック時のスタイル */
    }
    h2.ac_second_title::after { /* ＋のタテ棒 */
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -7px;
        right: 24px;
        width: 2px;
        height: 14px;
        background: #FFF;
        /* -webkit-transition: all 0.5s 0s ease; */
        /* -moz-transition: all 0.5s 0s ease; */
        transition: all 0.5s 0s ease;
    }
    .ac_second_title.active::after {
    transform: rotate(45deg); /* ＋のタテ棒 > クリック時のスタイル */
    }
    .ac_second_contents {
        display: flex;
        justify-content: center  !important;
    }

  /* SP用アコーディオン内のテーブル */
    table.fr-table-postage-sp {
        width: 100% !important;
    }
    .fr-table-postage-sp tr {
        border: 1px solid #aaa;
    }
    .fr-table-postage-sp td {
        border: 1px solid #aaa;
    }
    table.fr-table-postage-sp td.area {
        width: 20%;
        text-align: center;
        font-size: 16px;
        color: #002C57;
        background: #EEEEEE;
        padding: 10px 10px;
    }
    table.fr-table-postage-sp td.prefectures {
        width: 50%;
        font-size: 14px;
        justify-content: left;
        text-align: left;
        padding: 10px 10px;
    }
    table.fr-table-postage-sp td.price {
        width: 20%;
        font-size: 16px;
        text-align: center;
        padding: 10px 10px;
    }    
}   
/* 「配送方法・送料について」内テーブル＆アコーディオン用 ここまで */

/* question-3（「リッチテキスト＋画像（100%）」セクション）表示調整 */
.fr-faq-question-3-container {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.fr-faq-answer-100 {
  width: 100%;
  font-size: 14px;
  margin-bottom: 40px;  /* 245 */
}
.fr-faq-img-100 {
  width: 100%;
}
/* question-4（「リッチテキスト＋画像」セクション）表示調整 */
.fr-faq-question-4-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 40px; /* 質問〜答え 間のマージン */
    margin-bottom: 40px !important;
}
.fr-faq-answer {
  font-size: 14px;
    width: 45%;
    margin-bottom: 15px;  /* 245 */
}
.fr-faq-text {
    width: 45%;
}
.fr-faq-img {
    width: 45%;
}
@media screen and (max-width: 740px) {
  /* question-4（「リッチテキスト＋画像」セクション）表示調整 */
  .fr-faq-question-4-container {
      flex-direction: column-reverse;
  }
  .fr-faq-answer {
      width: 100%;
　　    font-size: 14px;
      margin-bottom: 15px;  /* 245 */
    
  }
  .fr-faq-img {
      width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  /* モーダル幅調整 */
  .fr-faq__wrapper {
      width: auto !important;
/*      max-width: 919px !important;  245 */
      max-width: 975px !important;
  }
}

.fr-faq-qustion-font-settings{ /* 245 */
font-size: 15px;
}

.fr-faq-answer-font-settings{ /* 245 */
font-size: 14px;
}

@media screen and (min-width: 741px) {
 .sp_only postage_sp {
    display: none;
  }
  .ac_second_contents {
      display: none;
  }
}
  
@media screen and (max-width: 740px) {
.fr-table {
  display:none;
}
.sp_only postage_sp {
  display: block;
}
}

/*---------------- お問い合わせページ > 「リンクボタン」セクション（fr-link-button） ----------------*/

.fr-link-button-container {
  display: flex;
  justify-content: center;    
}
.fr-link-button-item {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 0 30px;
}
.fr-link-button-width-344 {
  width: 344px;
}
  
.fr-link-button-line-white {
  display: inline-block;
  padding: 10px;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #002C57;
  border-radius: 30px;
  transition: opacity .3s ease-in-out;
}

.fr-link-button-line-white:hover {
  opacity: 0.6;
}

h3.heading.fr-link-button-heading {
  font-family: var(--text-font-family);
  font-weight: var(--text-font-weight);
  font-style: var(--text-font-style);
  font-size: 16px;
  color: rgb(var(--text-color));
  background: rgb(var(--background));
  line-height: 1.71429;
}

/*---------------- フォント ----------------*/
.fr-link-button-zen-old { /*Headings*/
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}

@media screen and (max-width: 740px) {
  .fr-link-button-item {
    flex-direction: column;
    gap: 20px 0;
  }
  h3.heading.fr-link-button-heading {
    font-size: 15px;
  }
}

/* カートページ > 注釈（テーマエディター設定）用 */
  .fr-shipping-notice {
    display: none;
  }
  .fr-delivery-caution__container {
    display: flex;
  }
  .fr-delivery-caution-svg {
    margin: 5px;
    width: 50px;
  }
  .fr-delivery-caution__statement {
    /* font-size: 12px !important; */
    margin: 4px 0;
  }
.fr-delivery-caution__statement p {
  font-size: 12px  !important;
}

/*---------------- 杉本ここまで ----------------*/

/*--------------------------------  西脇ここから --------------------------------*/
/* てぬぐいの取り扱いページ用 */
.faqcontainer {
  margin-top: 150px;

  @media screen and (max-width: 740px) {
    margin-top: 100px;
  }
}

.fr-pagesection-title {
  font-size: 30px;

  @media screen and (max-width: 740px) {
    font-size: 22px;
    text-align: left;
  }
}

.fr-faqsection-container {
  margin-top: 30px;
}

.fr-faqsection-content {
  text-align: left;
}

.fr-faq-list {
  margin: 20px 0;

  @media screen and (max-width: 740px) {
    margin: 20px 0;
  }
}

.fr-faq-list-item {
  margin: 42px 0;

}

.fr-faq-question {
  width: 100%;
  display: grid;
  grid-template-columns: auto 50px;
  align-items: center;
}

.fr-toggle-icon {
  display: inline-block;
  width: 20px;
  height: 10px;
  position: relative;
  margin-left: 30px;
  -webkit-transition: transform 0.6s ease;
  transition: transform 0.6s ease;

  @media screen and (max-width: 740px) {
    margin-left: 14px;
    width: 20px;
    height: 10px;
  }
}

.fr-toggle-icon:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border: solid #000;
  border-width: 0 1px 1px 0;
  -webkit-transform: translate(-50%, -75%) rotate(45deg);
  transform: translate(-50%, -75%) rotate(45deg);
}

.fr-faq-answer-container {
  background-color: white;
  display: none;
  overflow: hidden;
}

.fr-faq-answer-imgbox {
  margin: 22px 0;
}

.fr-faq-answer-img {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: contain;
}



/* コレクション一覧　テンプレート用（fr-collection-menu01.liquid） */
.fr-collection-menu01-container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 975px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 10px;

  @media screen and (max-width: 740px) and (min-width: 376px) {
    padding: 0 16px;
  }

  @media screen and (max-width: 375px) {
    padding: 0 10px;
  }
}


.fr-collection-menu01-item {
  width: 162px;
  height: 60px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  border: 1px solid #002c57;
  margin-bottom: 10px;

  @media screen and (max-width: 375px) {
    width: 140px;
    font-size: 12px;
  }
}

.fr-collection-menu01-item:hover{
  opacity: 0.8;
}

/* コレクション一覧　テンプレート用（fr-collection-menu02.liquid） */

.fr-collection-menu02-inner {
  margin: 0 auto;
}

  @media screen and (min-width: 741px) {
    .fr-collection-menu02-inner {
    max-width: 975px;
    width: calc(100% - 32px);
  }
  }

  @media screen and (max-width: 740px) {
.fr-collection-menu02-inner {
    padding: 0 16px;
  }
}

.fr-collection-menu02-title {
  padding-left: 40px;
  width: 100%;
  height: 54px;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-weight: 700;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  display: flex;
  align-items: center;
  /* アイコン用 */
  justify-content: space-between;
}

.fr-collection-menu02-title[aria-expanded="false"] {
  /* 閉じている場合は下線を引く */
  border-bottom: none;
}

.fr-collection-menu02-title[aria-expanded="false"]:last-of-type {
  border-bottom: 1px solid #E0E0E0;
}

.fr-collection-menu02-item-wrapper {
  padding-top: 60px;
  padding-bottom: 75px;
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  gap: 51px 70px;
}

  @media screen and (max-width: 740px) {
    .fr-collection-menu02-item-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 40px;
    padding-bottom: 60px;
  }
}


.fr-collection-menu02-item {
  list-style: none;
}


.fr-collection-menu02-item-container {
  display: grid;
  grid-template-columns: 96px auto;
  align-items: center;
}


.fr-collection-menu02-item-img-container {
  width: 96px;
  height: 96px;
}

.fr-collection-menu02-item-img-container>img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 !important; 
}

.fr-collection-menu02-content-container {
  margin-left: 24px;
}

.fr-collection-menu02-content-title {
  padding: 2px 0;
  margin-bottom: 0;
  width: 100%;
  display: inline-block;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  position: relative;
}

.fr-collection-menu02-content-title::before,
.fr-collection-menu02-content-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #E0E0E0;
}

.fr-collection-menu02-content-title::before {
  top: -5px;
}

.fr-collection-menu02-content-title::after {
  bottom: -5px;
}

.fr-collection-menu02-content-subtitle {
  margin-top: 18px;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
  color: #AB4949;
}
    @media screen and (max-width: 740px) {
      .fr-collection-menu02-content-subtitle {
      margin-top: 10px;
      margin-bottom: 14px;
    }
}


.fr-collection-menu02-content-text {
  margin-top: 15px;
  font-weight: 700;
  width: 100%;
}





/*------------- コレクションページ用　 -------------*/
/* コレクションバナー用（description位置調整） */
.fr-image-overlay__text-container {
  max-width: 650px;
  width: 100%;
  margin: 80px auto;
  @media screen and (max-width: 740px) {
    margin: 40px auto;
    padding: 0 16px;
  }
}


/* お気に入りボタン用 */
.fr-price-favorite-container {
  display: block;
}

.fr-favorite {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 100%;
  text-align: right;
}

/*------------- 採用ページ用　 -------------*/
.fr-recruit-table{
  width: 100%;
}
.fr-recruit-table-title,
.fr-recruit-table-data {
  padding: 10px 30px;
  text-align: left;
}
.fr-recruit-table-title {
  width: 192px;
  background: #eeeeee;
  border-bottom: 1px #fff solid;
}
.fr-recruit-table-data {
  margin-bottom: 20px;
  width: calc(100% - 192px);
  border-bottom: 1px #aaaaaa dotted;
}
@media screen and (max-width: 740px) {
  .fr-recruit-table-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .fr-recruit-table-title,
  .fr-recruit-table-data {
    width: 100%;
    padding: 10px;
  }
}

/*--------------------------------  西脇ここまで --------------------------------*/

/* ——— 手ぬぐいの取扱ページのカスタムCSSバックアップ（西脇） ——*/

/*—————　ここから
■マルチカラム
.multi-column__text-container.text--left.text-container {
  margin-bottom: 40px;
}
.multi-column__image-wrapper {
  text-align: center;
}
div.multi-column__image-wrapper {
  width: 100% !important;
  padding-top: 100%;
  position: relative;
}
div.multi-column__image-wrapper > img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}


■リッチテキスト（注染から生まれる「遊び」）
.multi-column__text-container.text--left.text-container {
  margin-bottom: 40px;
}
.multi-column__image-wrapper {
  text-align: center;
}
div.multi-column__image-wrapper {
  width: 100% !important;
  padding-top: 100%;
  position: relative;
}
div.multi-column__image-wrapper > img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}


■マルチカラム
@media screen and (max-width: 740px) {
  .multi-column--pocket-medium .multi-column__inner--scroller {
    grid-auto-columns: 40vw;
  }
}
.section__header {
  margin-bottom: 30px;
}
h3.heading.h2 {
  font-size: 22px;
}


■カスタムHTML
<div class="multi-column__image-wrapper" style="">
<p class="heading h5">デザインの再現性の違い </p>
<span>デザインの再現性の違い 
テキストテキストテキストテキストテキストテキスト</span>
</div>
■カスタムCSS
p.heading.h5 {
  text-align: center;
}
p {
  margin-top: 20px;
}
.multi-column__image-wrapper {
  max-width: 100%;
  width: 600px;
  margin: -60px auto 60px auto;
}

■FAQ
section {
  margin-top: 150px;
  @media screen and (max-width: 740px) {
    margin-top: 100px;
  }
}
h1 {
  font-size: 30px;
  @media screen and (max-width: 740px) {
    margin-top: 22px;
  }
}
header > p {
  text-align: left; 
} 
.faq__category {
}
.fr-faq-img-100 {
  margin: 40px auto 20px auto;
}
@media screen and (max-width: 740x) {
  .faq__item .collapsible__content {
    padding-inline-end: 0;
  }
}

■resently-viewed-products（最近チェックした商品）、おすすめ商品（オリジナルセクション）
@media screen and (max-width: 740px) {
  .h3 {
    font-size: 22px !important;
  }
}
　　　　ここまで　—————*/