body {
  height: 100%;
  margin: 0;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Noto Sans JP", sans-serif !important;
  color: #1a1311;
}

a {
  color: #000;
  text-decoration: none;
}
.item-s-sp {
  line-height: 0;
}
.item-s {
  line-height: 0;
}

/* js_ani */
.img-opa {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.img-opa img {
  display: block;
  width: 100%;
  height: auto;
}

/* txt-ani */
.anime-txt {
  opacity: 0;
  margin: 0;
}
.anime-txt.animating {
  opacity: 1;
}
.char {
  display: inline-block;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.6s ease;
}
.char.show {
  opacity: 1;
  transform: translateX(0);
}

/* 
font-family: "itc-avant-garde-gothic-pro", sans-serif;
font-weight: 700;
font-style: normal;
 */

/* font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; */

/* 

font-family: "baskerville-urw", serif;
font-weight: 400;
font-style: normal;

font-family: garamond-premier-pro, serif;
font-weight: 400;

font-family: "garamond-premier-pro-display", serif;
font-weight: 300;
font-style: normal;

font-family: "garamond-premier-pro-display", serif;
font-weight: 300;
font-style: italic;

Didot LT Pro Headline
font-family: "linotype-didot-headline", serif;
font-weight: 400;
font-style: normal;

font-family: "tangier", sans-serif;
font-weight: 500;
font-style: normal;

Leander Script Pro Regular
font-family: "leander-script-pro", sans-serif;
font-weight: 400;
font-style: normal;


*/

/*imac*/
@media screen and (min-width: 2560px) and (max-width: 5120px) {
  .sp-on {
    display: none !important;
  }

  .l-icon::before {
    content: url("../images/l-size.svg");
    width: 13px;
    height: 13px;
    display: inline-block;
    background-size: 13px 13px;
    position: relative;
    top: 0px;
    margin: 0 10px 0 0;
    line-height: 0;
    border: 1px solid #000;
    border-radius: 3px;
  }
  .s-icon::before {
    content: url("../images/s-size.svg");
    width: 13px;
    height: 13px;
    display: inline-block;
    background-size: 13px 13px;
    position: relative;
    top: 0px;
    margin: 0 10px 0 0;
    line-height: 0;
    border: 1px solid #000;
    border-radius: 3px;
  }

  body {
    font-size: 16px;
  }

  /* header */
  .header {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
  }
  .mv-img {
    width: 100%;
    overflow: hidden;
  }
  .mv-title-box {
    width: 38%;
    position: absolute;
    top: 32%;
    -webkit-transform: translateY(-32%); /* Safari逕ｨ */
    transform: translateY(-32%);
    right: 14%;
    box-sizing: border-box;
  }
  .mv-title01 {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 0 7% 0;
  }
  .mv-title01 .mv-line {
    width: 20%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%); /* Safari逕ｨ */
    transform: translateY(-50%);
    left: 0;
  }
  .mv-title02 {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto 0% auto;
  }
  .mv-title03 {
    width: 22%;
    position: relative;
    overflow: hidden;
    line-height: 0;
    margin: 0 auto 5% auto;
  }
  .mv-title04 {
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  /* read */
  .read {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 5% 0 5% 0;
  }
  .read .txt {
    width: 100%;
    font-size: 1.2em;
    line-height: 3em;
    letter-spacing: 0.3em;
    text-align: center;
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
  }
  .read .read-bg {
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    overflow: visible;
  }
  .read .read-bg::before {
    content: "";
    position: absolute;
    top: -200px;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 1)
    );
    pointer-events: none;
  }

  /* common */
  .all-wrap {
    width: 100%;
    position: relative;
  }
  .all-wrap-end {
    padding: 0 0 0% 0 !important;
  }
  .one {
    width: 100%;
    height: auto !important;
  }
  .bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 1s ease 0s;
    z-index: -2;
  }
  .show .bg {
    opacity: 1;
  }
  .bg._01 {
    background: #ffffff;
  }
  .bg._02 {
    background: #edeae5;
  }
  .bg._03 {
    background: #ffffff;
  }

  /* top-nav */
  .top-nav {
    width: 60%;
    margin: 0 auto;
  }
  .top-nav01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 7% auto;
  }
  .top-nav01 li {
    width: 33.33%;
    border-left: 1px solid #eee;
    padding: 1% 0;
  }
  .top-nav01 li:last-child {
    width: 33.33%;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
  }
  .top-nav01 li a {
    display: block;
  }
  .top-nav01 li a .txt {
    font-family: "garamond-premier-pro-display", serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    color: #b28761;
    font-size: 2em;
    letter-spacing: 0.1em;
  }
  .top-nav01 li a .txt span {
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    display: block;
    margin: 0 auto;
    color: #000;
    font-size: 0.5em;
    letter-spacing: 0.3em;
    transition: 0.3s;
  }
  .top-nav01 li a:hover .txt span {
    color: #b28761;
    transition: 0.3s;
  }

  /* top-nav02 */
  .top-nav02 {
    width: 70%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .top-nav02 li {
    width: 46%;
    padding: 1% 0;
  }
  .top-nav02 li a {
    display: block;
  }
  .top-nav02 li a .txt {
    font-family: "garamond-premier-pro-display", serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    color: #b28761;
    font-size: 1.5em;
    letter-spacing: 0.1em;
  }
  .top-nav02 li a .line {
    width: 100%;
    height: 1px;
    background: #b28761;
    margin: 3% 0 5% 0;
  }
  .top-nav02 li a .sub {
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    display: block;
    margin: 0 auto;
    color: #000;
    font-size: 1em;
    letter-spacing: 0.2em;
    text-align: center;
    transition: 0.3s;
  }
  .top-nav02 li a:hover .sub {
    color: #b28761;
    transition: 0.3s;
  }

  /* door */
  .door {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 0 5% 0;
    padding: 3% 5% 3% 0;
    position: relative;
    box-sizing: border-box;
    min-height: 24.6vw;
  }
  .door::before {
    content: "";
    position: absolute;
    top: 0;
    left: 27%;
    right: 0;
    bottom: 0;
    background: #fff7fa;
    z-index: -1;
  }
  #knit-wrap .door::before {
    background: #eff1f5;
  }
  .door .data01 {
    width: auto;
    flex-shrink: 0;
    position: relative;
    padding-left: 21px;
  }
  .door .data01::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 75px;
    background: #625549;
  }
  .door .data01 .sub-title {
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    letter-spacing: 0.85px;
    line-height: 22px;
    color: #1a1311;
    margin: 0 0 2% 0;
  }
  .door .data01 .main-title {
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    font-weight: 400;
    font-style: normal;
    color: #1a1311;
    font-size: 3.3em;
    letter-spacing: 0.2em;
    line-height: 1em;
    margin: 0 0 2% 0;
    white-space: nowrap;
  }
  .door .data01 .up-title {
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    font-weight: 400;
    font-style: normal;
    color: #1a1311;
    font-size: 50px;
    letter-spacing: 2.5px;
    line-height: 1em;
    margin: 0;
    white-space: nowrap;
  }
  .door .data01 .txt {
    display: none;
  }
  .door .data01 .txt span {
    width: 150px;
    height: 1px;
    background: #aeafb0;
    margin: 0 0 0 10px;
  }
  .door .data02 {
    width: auto;
    max-width: 40%;
    position: relative;
    padding-left: 3%;
    margin-left: 5%;
    box-sizing: border-box;
  }
  .door .data02 .txt {
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 40px;
    white-space: nowrap;
  }
  .door .data02 .icon {
    width: 100px;
    position: absolute;
    right: 0;
    bottom: 0;
  }

  /* item */
  .door + .item {
    margin-top: -20.8%;
    position: relative;
  }
  .door + .item .data {
    padding-top: 20.8vw;
  }
  .item {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas:
      "img-left data"
      "link-box img-right";
    column-gap: 8.5%;
    margin: 0 auto 7% auto;
  }
  .item.rever {
    grid-template-areas:
      "data img-left"
      "img-right link-box";
  }
  .item.single-col {
    grid-template-areas:
      "img-left data"
      "img-left link-box";
    column-gap: 0;
  }
  .item.single-col .img-left {
    padding-left: 0;
  }
  .item.single-col .data,
  .item.single-col .link-box {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .item.single-col .cart-btm {
    gap: 8px;
  }
  .item.single-col .cart-title {
    position: static;
    flex-shrink: 0;
  }
  .item.single-col .cart-yen {
    width: auto;
    flex: 1;
  }
  .item.single-col-right {
    grid-template-areas:
      "data img-right"
      "link-box img-right";
    column-gap: 0;
  }
  .item.single-col-right .data,
  .item.single-col-right .link-box {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .item.single-col-right .cart-btm {
    gap: 8px;
  }
  .item.single-col-right .cart-title {
    position: static;
    flex-shrink: 0;
  }
  .item.single-col-right .cart-yen {
    width: auto;
    flex: 1;
  }
  .item.single-col-right .img-right {
    margin-top: 0;
  }
  .item .img {
    overflow: hidden;
  }
  .item .img-left {
    grid-area: img-left;
    align-self: start;
    padding-left: 3.7%;
  }
  .item .img-right {
    grid-area: img-right;
    align-self: start;
    margin-top: -9%;
  }
  .item.rever .img-left {
    padding-left: 0;
    padding-right: 3.7%;
  }
  .item.rever .img-right {
    padding-right: 0;
  }
  .item .img img {
    display: block;
    width: 100%;
    height: auto;
  }
  .item .data {
    grid-area: data;
    box-sizing: border-box;
    padding: 5% 7% 3% 7%;
    align-self: start;
  }
  .item .link-box {
    grid-area: link-box;
    box-sizing: border-box;
    padding: 0 7%;
    align-self: center;
  }

  .item .data .num {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 3% 0;
    color: #ffdbe9;
  }
  #knit-wrap .item .data .num {
    color: #adb2cc;
  }
  .item .data .num li:nth-child(1) {
    display: none;
    font-size: 1.5em;
    letter-spacing: 0.1em;
    margin: 0 20px 0 0;
  }
  .item .data .num li:nth-child(2) {
    font-family: "Times New Roman", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
  }
  .item .data .item-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .item-bg {
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    overflow: visible;
    z-index: 10;
  }
  .item-bg::before {
    content: "";
    position: absolute;
    top: -200px;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 1)
    );
    pointer-events: none;
  }
  .item-bg02 {
    width: 100%;
    height: 100%;
    background: #edeae5;
    position: absolute;
    top: 0;
    left: 0;
    overflow: visible;
    z-index: 10;
  }
  .item-bg02::before {
    content: "";
    position: absolute;
    top: -200px;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(
      to bottom,
      rgba(237, 234, 229, 0),
      rgba(237, 234, 229, 1)
    );
    pointer-events: none;
  }
  .item .data .item-wrap .txt {
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    font-size: 1em;
    letter-spacing: 0.075em;
    line-height: 2.5em;
    margin: 0 0 15% 0;
  }

  /* style-name */
  .item .data .style-name {
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    font-size: 2.5em;
    letter-spacing: 0.05em;
    margin: 0 0 3% 0;
    color: #1a1311;
    text-align: center;
  }
  .read .txt .txt-en {
    font-family: "Times New Roman", serif;
  }

  /* full-img */
  .full-img {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 0 3.3% 0;
  }
  .full-img-inner {
    width: 100%;
    position: relative;
    line-height: 0;
  }
  .full-img-inner img {
    width: 100%;
    display: block;
  }
  .full-img-overlay {
    position: absolute;
    bottom: 8.14%;
    left: 0;
    right: 0;
  }
  .full-img-num {
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    font-size: 50px;
    letter-spacing: 0;
    color: #ffdbe9;
    line-height: 57px;
    margin: 0;
    padding-left: 17.02%;
  }
  .full-img-name {
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    font-size: 40px;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 1.5;
    margin: 16px 0 0 0;
    padding-left: 9.67%;
  }
  #knit-wrap .full-img-overlay {
    bottom: 6.34%;
  }
  #knit-wrap .full-img-num {
    color: #adb2cc;
    text-align: right;
    padding-left: 0;
    padding-right: 11.35%;
  }
  #knit-wrap .full-img-name {
    text-align: right;
    padding-left: 0;
    padding-right: 4.62%;
  }

  /* full-img + item override */
  .full-img + .item .num,
  .full-img + .item .style-name {
    display: none;
  }
  .full-img + .item {
    grid-template-columns: 40.26% 47.59%;
    column-gap: 12.15%;
  }
  .full-img + .item .data {
    padding-top: 10.76vw;
    margin-left: auto;
    margin-right: 0;
    max-width: 400px;
    padding-left: 0;
    padding-right: 0;
  }
  .full-img + .item .link-box {
    margin-left: auto;
    margin-right: 0;
    width: 400px;
    padding-left: 0;
    padding-right: 0;
  }
  .full-img + .item .img-right {
    padding-right: 3.66%;
  }
  /* spe-item */
  .spe-item {
    width: 75%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 7% auto;
  }
  .spe-item .img {
    width: 50%;
  }
  .spe-item .data {
    width: 50%;
    box-sizing: border-box;
    padding: 0 7% 0 7%;
  }
  .spe-item .data .title {
    font-family: "garamond-premier-pro-display", serif;
    font-weight: 300;
    font-style: italic;
    font-size: 3em;
    letter-spacing: 0.1em;
    color: #b28761;
    margin: 0 0 20% 0;
  }
  .spe-item .data .title span {
    display: inline-block;
    width: 70px;
    height: 1px;
    background: #b28761;
    transform: rotate(-55deg);
    position: relative;
    top: -15px;
  }

  .f-icon {
    width: 150px;
    line-height: 0;
    margin: 0 auto 7% auto;
  }

  /* f-wrap */
  .f-wrap {
    width: 100%;
    background: #f8d0bb;
    padding: 7% 0 0 0;
  }
  .staff {
    font-size: 0.7em;
    line-height: 2.2em;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0 0 7% auto;
  }
  .f-logo {
    width: 15%;
    margin: 0 auto 7% auto;
  }

  /*cart-btm*/
  .cart-btm {
    width: 100%;
    text-decoration: none;
    color: #000;
    transition: 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 1% 0;
    font-family: "yu-mincho-pr6n", sans-serif;
    position: relative;
  }
  .cart-btm02 {
    width: 100%;
    text-decoration: none;
    color: #000;
    transition: 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 1% 0;
    font-family: "yu-mincho-pr6n", sans-serif;
    position: relative;
  }
  .cert-btm-color {
    color: #fff !important;
  }
  .cart-title {
    width: max-content;
    font-size: 14px;
    letter-spacing: 0px;
    position: absolute;
    line-height: 1.5em;
    white-space: nowrap;
  }
  .cart-title span {
    font-size: 14px;
    margin: 0 10px 0 0px;
    position: relative;
    color: #b28761;
  }
  .cart-title02 {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 1.5em;
    white-space: nowrap;
  }
  .cart-yen {
    font-size: 16px;
    letter-spacing: 0px;
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    white-space: nowrap;
    font-family: "yu-mincho-pr6n", sans-serif;
    box-sizing: border-box;
    padding: 0 10px 0 0;
  }
  .cart-yen .yen-icon {
    margin: 0 2px 0 0;
  }
  .cart-yen .tax {
    font-size: 11px;
    letter-spacing: 0;
    margin: 0 0 0 5px;
    position: relative;
    top: 1px;
  }
  .cart-yen02 {
    font-size: 16px;
    letter-spacing: 0px;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
    font-family: "yu-mincho-pr6n", sans-serif;
    box-sizing: border-box;
  }
  .cart-yen02 .yen-icon {
    margin: 0 2px 0 0;
  }
  .cart-yen02 .tax {
    font-size: 10px;
    letter-spacing: 0;
    margin: 0 0 0 5px;
    position: relative;
    top: 1px;
  }

  .link-line {
    width: 100%;
    height: 1px;
    background: #d0d0d0;
    margin: 10px 0 10px 0;
    opacity: 0.5;
  }
  .link-line02 {
    width: 100%;
    height: 1px;
    background: #fff;
    margin: 20px 0;
    opacity: 0.5;
  }

  .cart-btm .btn00 {
    font-size: 11px;
    line-height: 1.5em;
    width: 90px;
    padding: 5px 0 5px 0;
    background: #fff;
    border: 0.5px solid #625549;
    display: inline-block;
    text-align: center;
    color: #1a1311;
  }
  .cart-btm:hover .btn00 {
    background: #000;
    border-color: #000;
    color: #fff;
  }

  .cart-btm .btn01 {
    font-size: 11px;
    line-height: 1.5em;
    width: 90px;
    padding: 5px 0 5px 0;
    background: #000;
    border: 0.5px solid #000;
    display: inline-block;
    text-align: center;
    color: #fff;
  }
  .cart-btm:hover .btn01 {
    background: #fff;
    border-color: #000;
    color: #000;
  }

  .btn-border {
    background-color: transparent;
    color: #1d1d1d;
  }
  .btn-arrow {
    position: relative;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
  }
  .btn-arrow span {
    display: inline-block;
    position: relative;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: transform;
  }
  .cart-btm:hover .btn-arrow span {
    -webkit-transform: translate3d(-0.5rem, 0, 0);
    transform: translate3d(-0.5rem, 0, 0);
  }
  .cart-btm02:hover .btn-arrow span {
    -webkit-transform: translate3d(-0.5rem, 0, 0);
    transform: translate3d(-0.5rem, 0, 0);
  }
  .btn-arrow img {
    position: absolute;
    width: 1.1em;
    right: 0px;
    right: 0rem;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: right, opacity;
  }
  .btn-arrow img * {
    stroke-width: 5;
    stroke-color: transparent;
  }
  .cart-btm:hover .btn-arrow img {
    opacity: 1;
    right: -1rem;
  }
  .cart-btm02:hover .btn-arrow img {
    opacity: 1;
    right: -1rem;
  }

  /*f-banner*/
  .f-banner {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 5% auto;
  }
  .f-banner-list {
    width: 100%;
    margin: 0 auto;
  }
  .f-banner-list li {
    width: 100%;
    background: #fff;
    margin: 0 0 3% 0;
  }
  .f-banner-list li a {
    width: 100%;
    display: block;
    border: 1px solid #000;
    transition: 0.3s;
  }
  .f-banner-list li a:hover {
    border: 1px solid #000;
    transition: 0.3s;
  }
  .f-banner-list li .txt {
    width: 100%;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 2em;
    text-align: center;
    margin: 2% 0 0 0;
  }

  /*f-banner02*/
  .f-banner02 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 5% auto;
    padding: 0 0 0 0;
  }
  .f-banner02-list {
    width: 100%;
    max-width: 600px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .f-banner02-list li {
    width: 47%;
    background: #fff;
  }
  .f-banner02-list li a {
    width: 100%;
    display: block;
    border: 1px solid #000;
    transition: 0.3s;
  }
  .f-banner02-list li a:hover {
    border: 1px solid #000;
    transition: 0.3s;
  }

  /*footer*/
  .footer {
    color: #000;
    letter-spacing: 0.3em;
    padding: 0 0 2% 0;
    position: relative;
    text-align: center;
  }
  .footer .insta {
    display: block;
    width: 450px;
    border: 1px solid #eee;
    margin: 0 auto 3% auto;
    transition: 0.3s;
  }
  .footer .insta:hover {
    border: 1px solid #000;
    transition: 0.3s;
  }
  .footer_sns {
    margin: 26px 0 0;
  }
  .footer_snsNode {
    display: inline-block;
    margin: 0 10px;
    width: 30px;
  }
  .f-ow {
    width: 120px;
    margin: 25px auto 0 auto;
  }
  .footer_copyright {
    font-family: "Helvetica", serif;
    font-size: 10px;
    letter-spacing: 0.02em;
    margin: 34px 0 0;
  }
  #pagetop {
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 50px;
    height: 50px;
    display: block;
    z-index: 99;
  }
  #pagetop .btn-loading {
    display: inline-flex;
    text-decoration: none;
    font-weight: 700;
    color: #111;
    width: 100%;
    height: 100%;
    position: relative;
    opacity: 1 !important;
    transition: all 0.3s;
    background-color: #ccc;
    border-radius: 100%;
    transition: color 0.2s;
    overflow: hidden;
  }
  #pagetop .btn-loading01:before,
  #pagetop .btn-loading01:after {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 0;
    background-color: #231815;
    pointer-events: none;
  }
  #pagetop .btn-loading:before {
    bottom: 0;
    left: 0;
  }
  #pagetop .btn-loading:after {
    top: 0;
    right: 0;
  }
  #pagetop:hover .btn-loading {
    color: #65a04d;
  }
  #pagetop:hover .btn-loading:before,
  #pagetop:hover .btn-loading:after {
    height: 100%;
  }
  #pagetop:hover .btn-loading:before {
    transition: height 0.1s 0.1s linear;
  }
  #pagetop:hover .btn-loading:after {
    transition: height 0.1s linear;
  }
  #pagetop .btn-loading span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
  }
  #pagetop .btn-loading span img {
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .in-btn {
    width: 40px;
    margin: 0 auto 1% auto;
    display: block;
    opacity: 1;
  }
}

/*pc*/
@media screen and (min-width: 1281px) and (max-width: 2559px) {
  .sp-on {
    display: none !important;
  }

  .l-icon::before {
    content: url("../images/l-size.svg");
    width: 13px;
    height: 13px;
    display: inline-block;
    background-size: 13px 13px;
    position: relative;
    top: -1px;
    margin: 0 10px 0 0;
    line-height: 0;
    border: 1px solid #000;
    border-radius: 3px;
  }
  .s-icon::before {
    content: url("../images/s-size.svg");
    width: 13px;
    height: 13px;
    display: inline-block;
    background-size: 13px 13px;
    position: relative;
    top: -1px;
    margin: 0 10px 0 0;
    line-height: 0;
    border: 1px solid #000;
    border-radius: 3px;
  }

  body {
    font-size: 16px;
  }

  /* header */
  .header {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
  }
  .mv-img {
    width: 100%;
    overflow: hidden;
  }
  .mv-title-box {
    width: 38%;
    position: absolute;
    top: 32%;
    -webkit-transform: translateY(-32%); /* Safari逕ｨ */
    transform: translateY(-32%);
    right: 14%;
    box-sizing: border-box;
  }
  .mv-title01 {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 0 7% 0;
  }
  .mv-title01 .mv-line {
    width: 20%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%); /* Safari逕ｨ */
    transform: translateY(-50%);
    left: 0;
  }
  .mv-title02 {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto 0% auto;
  }
  .mv-title03 {
    width: 22%;
    position: relative;
    overflow: hidden;
    line-height: 0;
    margin: 0 auto 5% auto;
  }
  .mv-title04 {
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  /* read */
  .read {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 5% 0 5% 0;
  }
  .read .txt {
    width: 100%;
    font-size: 1.2em;
    line-height: 3em;
    letter-spacing: 0.3em;
    text-align: center;
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
  }
  .read .read-bg {
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    overflow: visible;
  }
  .read .read-bg::before {
    content: "";
    position: absolute;
    top: -200px;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 1)
    );
    pointer-events: none;
  }

  /* common */
  .all-wrap {
    width: 100%;
    position: relative;
  }
  .all-wrap-end {
    padding: 0 0 0% 0 !important;
  }
  .one {
    width: 100%;
    height: auto !important;
  }
  .bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 1s ease 0s;
    z-index: -2;
  }
  .show .bg {
    opacity: 1;
  }
  .bg._01 {
    background: #ffffff;
  }
  .bg._02 {
    background: #edeae5;
  }
  .bg._03 {
    background: #ffffff;
  }

  /* top-nav */
  .top-nav {
    width: 60%;
    margin: 0 auto;
  }
  .top-nav01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 7% auto;
  }
  .top-nav01 li {
    width: 33.33%;
    border-left: 1px solid #eee;
    padding: 1% 0;
  }
  .top-nav01 li:last-child {
    width: 33.33%;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
  }
  .top-nav01 li a {
    display: block;
  }
  .top-nav01 li a .txt {
    font-family: "garamond-premier-pro-display", serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    color: #b28761;
    font-size: 2em;
    letter-spacing: 0.1em;
  }
  .top-nav01 li a .txt span {
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    display: block;
    margin: 0 auto;
    color: #000;
    font-size: 0.5em;
    letter-spacing: 0.3em;
    transition: 0.3s;
  }
  .top-nav01 li a:hover .txt span {
    color: #b28761;
    transition: 0.3s;
  }

  /* top-nav02 */
  .top-nav02 {
    width: 70%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .top-nav02 li {
    width: 46%;
    padding: 1% 0;
  }
  .top-nav02 li a {
    display: block;
  }
  .top-nav02 li a .txt {
    font-family: "garamond-premier-pro-display", serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    color: #b28761;
    font-size: 1.5em;
    letter-spacing: 0.1em;
  }
  .top-nav02 li a .line {
    width: 100%;
    height: 1px;
    background: #b28761;
    margin: 3% 0 5% 0;
  }
  .top-nav02 li a .sub {
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    display: block;
    margin: 0 auto;
    color: #000;
    font-size: 1em;
    letter-spacing: 0.2em;
    text-align: center;
    transition: 0.3s;
  }
  .top-nav02 li a:hover .sub {
    color: #b28761;
    transition: 0.3s;
  }

  /* door */
  .door {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 0 5% 0;
    padding: 3% 5% 3% 0;
    position: relative;
    box-sizing: border-box;
    min-height: 24.6vw;
  }
  .door::before {
    content: "";
    position: absolute;
    top: 0;
    left: 27%;
    right: 0;
    bottom: 0;
    background: #fff7fa;
    z-index: -1;
  }
  #knit-wrap .door::before {
    background: #eff1f5;
  }
  .door .data01 {
    width: auto;
    flex-shrink: 0;
    position: relative;
    padding-left: 21px;
  }
  .door .data01::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 75px;
    background: #625549;
  }
  .door .data01 .sub-title {
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    letter-spacing: 0.85px;
    line-height: 22px;
    color: #1a1311;
    margin: 0 0 2% 0;
  }
  .door .data01 .main-title {
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    font-weight: 400;
    font-style: normal;
    color: #1a1311;
    font-size: 3.3em;
    letter-spacing: 0.2em;
    line-height: 1em;
    margin: 0 0 2% 0;
    white-space: nowrap;
  }
  .door .data01 .up-title {
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    font-weight: 400;
    font-style: normal;
    color: #1a1311;
    font-size: 50px;
    letter-spacing: 2.5px;
    line-height: 1em;
    margin: 0;
    white-space: nowrap;
  }
  .door .data01 .txt {
    display: none;
  }
  .door .data01 .txt span {
    width: 150px;
    height: 1px;
    background: #aeafb0;
    margin: 0 0 0 10px;
  }
  .door .data02 {
    width: auto;
    max-width: 40%;
    position: relative;
    padding-left: 3%;
    margin-left: 5%;
    box-sizing: border-box;
  }
  .door .data02 .txt {
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 40px;
    white-space: nowrap;
  }
  .door .data02 .icon {
    width: 100px;
    position: absolute;
    right: 0;
    bottom: 0;
  }

  /* item */
  .door + .item {
    margin-top: -20.8%;
    position: relative;
  }
  .door + .item .data {
    padding-top: 20.8vw;
  }
  .item {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas:
      "img-left data"
      "link-box img-right";
    column-gap: 8.5%;
    margin: 0 auto 7% auto;
  }
  .item.rever {
    grid-template-areas:
      "data img-left"
      "img-right link-box";
  }
  .item.single-col {
    grid-template-areas:
      "img-left data"
      "img-left link-box";
    column-gap: 0;
  }
  .item.single-col .img-left {
    padding-left: 0;
  }
  .item.single-col .data,
  .item.single-col .link-box {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .item.single-col .cart-btm {
    gap: 8px;
  }
  .item.single-col .cart-title {
    position: static;
    flex-shrink: 0;
  }
  .item.single-col .cart-yen {
    width: auto;
    flex: 1;
  }
  .item.single-col-right {
    grid-template-areas:
      "data img-right"
      "link-box img-right";
    column-gap: 0;
  }
  .item.single-col-right .data,
  .item.single-col-right .link-box {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .item.single-col-right .cart-btm {
    gap: 8px;
  }
  .item.single-col-right .cart-title {
    position: static;
    flex-shrink: 0;
  }
  .item.single-col-right .cart-yen {
    width: auto;
    flex: 1;
  }
  .item.single-col-right .img-right {
    margin-top: 0;
  }
  .item .img {
    overflow: hidden;
  }
  .item .img-left {
    grid-area: img-left;
    align-self: start;
    padding-left: 3.7%;
  }
  .item .img-right {
    grid-area: img-right;
    align-self: start;
    margin-top: -9%;
  }
  .item.rever .img-left {
    padding-left: 0;
    padding-right: 3.7%;
  }
  .item.rever .img-right {
    padding-right: 0;
  }
  .item .img img {
    display: block;
    width: 100%;
    height: auto;
  }
  .item .data {
    grid-area: data;
    box-sizing: border-box;
    padding: 5% 7% 3% 7%;
    align-self: start;
  }
  .item .link-box {
    grid-area: link-box;
    box-sizing: border-box;
    padding: 0 7%;
    align-self: center;
  }

  .item .data .num {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 3% 0;
    color: #ffdbe9;
  }
  #knit-wrap .item .data .num {
    color: #adb2cc;
  }
  .item .data .num li:nth-child(1) {
    display: none;
    font-size: 1.5em;
    letter-spacing: 0.1em;
    margin: 0 20px 0 0;
  }
  .item .data .num li:nth-child(2) {
    font-family: "Times New Roman", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
  }
  .item .data .item-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .item-bg {
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    overflow: visible;
    z-index: 10;
  }
  .item-bg::before {
    content: "";
    position: absolute;
    top: -200px;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 1)
    );
    pointer-events: none;
  }
  .item-bg02 {
    width: 100%;
    height: 100%;
    background: #edeae5;
    position: absolute;
    top: 0;
    left: 0;
    overflow: visible;
    z-index: 10;
  }
  .item-bg02::before {
    content: "";
    position: absolute;
    top: -200px;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(
      to bottom,
      rgba(237, 234, 229, 0),
      rgba(237, 234, 229, 1)
    );
    pointer-events: none;
  }
  .item .data .item-wrap .txt {
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    font-size: 1em;
    letter-spacing: 0.075em;
    line-height: 2.5em;
    margin: 0 0 15% 0;
  }

  /* style-name */
  .item .data .style-name {
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    font-size: 2.5em;
    letter-spacing: 0.05em;
    margin: 0 0 3% 0;
    color: #1a1311;
    text-align: center;
  }
  .read .txt .txt-en {
    font-family: "Times New Roman", serif;
  }

  /* full-img */
  .full-img {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 0 3.3% 0;
  }
  .full-img-inner {
    width: 100%;
    position: relative;
    line-height: 0;
  }
  .full-img-inner img {
    width: 100%;
    display: block;
  }
  .full-img-overlay {
    position: absolute;
    bottom: 8.14%;
    left: 0;
    right: 0;
  }
  .full-img-num {
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    font-size: 50px;
    letter-spacing: 0;
    color: #ffdbe9;
    line-height: normal;
    margin: 0;
    padding-left: 17.02%;
  }
  .full-img-name {
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    font-size: 40px;
    letter-spacing: 2px;
    color: #fff;
    line-height: normal;
    margin: 16px 0 0 0;
    padding-left: 9.67%;
  }
  #knit-wrap .full-img-overlay {
    bottom: 6.34%;
  }
  #knit-wrap .full-img-num {
    color: #adb2cc;
    text-align: right;
    padding-left: 0;
    padding-right: 11.35%;
  }
  #knit-wrap .full-img-name {
    text-align: right;
    padding-left: 0;
    padding-right: 4.62%;
  }

  /* full-img + item override */
  .full-img + .item .num,
  .full-img + .item .style-name {
    display: none;
  }
  .full-img + .item {
    grid-template-columns: 40.26% 47.59%;
    column-gap: 12.15%;
  }
  .full-img + .item .data {
    padding-top: 10.76vw;
    margin-left: auto;
    margin-right: 0;
    max-width: 400px;
    padding-left: 0;
    padding-right: 0;
  }
  .full-img + .item .link-box {
    margin-left: auto;
    margin-right: 0;
    width: 400px;
    padding-left: 0;
    padding-right: 0;
  }
  .full-img + .item .img-right {
    padding-right: 3.66%;
  }
  /* spe-item */
  .spe-item {
    width: 75%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 7% auto;
  }
  .spe-item .img {
    width: 50%;
  }
  .spe-item .data {
    width: 50%;
    box-sizing: border-box;
    padding: 0 7% 0 7%;
  }
  .spe-item .data .title {
    font-family: "garamond-premier-pro-display", serif;
    font-weight: 300;
    font-style: italic;
    font-size: 3em;
    letter-spacing: 0.1em;
    color: #b28761;
    margin: 0 0 20% 0;
  }
  .spe-item .data .title span {
    display: inline-block;
    width: 70px;
    height: 1px;
    background: #b28761;
    transform: rotate(-55deg);
    position: relative;
    top: -15px;
  }

  .f-icon {
    width: 150px;
    line-height: 0;
    margin: 0 auto 7% auto;
  }

  /* f-wrap */
  .f-wrap {
    width: 100%;
    background: #f8d0bb;
    padding: 7% 0 0 0;
  }
  .staff {
    font-size: 0.7em;
    line-height: 2.2em;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0 0 7% auto;
  }
  .f-logo {
    width: 15%;
    margin: 0 auto 7% auto;
  }

  /*cart-btm*/
  .cart-btm {
    width: 100%;
    text-decoration: none;
    color: #000;
    transition: 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 1% 0;
    font-family: "yu-mincho-pr6n", sans-serif;
    position: relative;
  }
  .cart-btm02 {
    width: 100%;
    text-decoration: none;
    color: #000;
    transition: 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 1% 0;
    font-family: "yu-mincho-pr6n", sans-serif;
    position: relative;
  }
  .cert-btm-color {
    color: #fff !important;
  }
  .cart-title {
    width: max-content;
    font-size: 14px;
    letter-spacing: 0px;
    position: absolute;
    line-height: 1.5em;
    white-space: nowrap;
  }
  .cart-title span {
    font-size: 14px;
    margin: 0 10px 0 0px;
    position: relative;
    color: #b28761;
  }
  .cart-title02 {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 1.5em;
    white-space: nowrap;
  }
  .cart-yen {
    font-size: 16px;
    letter-spacing: 0px;
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    white-space: nowrap;
    font-family: "yu-mincho-pr6n", sans-serif;
    box-sizing: border-box;
    padding: 0 10px 0 0;
  }
  .cart-yen .yen-icon {
    margin: 0 2px 0 0;
  }
  .cart-yen .tax {
    font-size: 11px;
    letter-spacing: 0;
    margin: 0 0 0 5px;
    position: relative;
    top: 1px;
  }
  .cart-yen02 {
    font-size: 16px;
    letter-spacing: 0px;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
    font-family: "yu-mincho-pr6n", sans-serif;
    box-sizing: border-box;
  }
  .cart-yen02 .yen-icon {
    margin: 0 2px 0 0;
  }
  .cart-yen02 .tax {
    font-size: 10px;
    letter-spacing: 0;
    margin: 0 0 0 5px;
    position: relative;
    top: 1px;
  }

  .link-line {
    width: 100%;
    height: 1px;
    background: #d0d0d0;
    margin: 10px 0 10px 0;
    opacity: 0.5;
  }
  .link-line02 {
    width: 100%;
    height: 1px;
    background: #fff;
    margin: 20px 0;
    opacity: 0.5;
  }

  .cart-btm .btn00 {
    font-size: 11px;
    line-height: 1.5em;
    width: 90px;
    padding: 5px 0 5px 0;
    background: #fff;
    border: 0.5px solid #625549;
    display: inline-block;
    text-align: center;
    color: #1a1311;
  }
  .cart-btm:hover .btn00 {
    background: #000;
    border-color: #000;
    color: #fff;
  }

  .cart-btm .btn01 {
    font-size: 11px;
    line-height: 1.5em;
    width: 90px;
    padding: 5px 0 5px 0;
    background: #000;
    border: 0.5px solid #000;
    display: inline-block;
    text-align: center;
    color: #fff;
  }
  .cart-btm:hover .btn01 {
    background: #fff;
    border-color: #000;
    color: #000;
  }

  .btn-border {
    background-color: transparent;
    color: #1d1d1d;
  }
  .btn-arrow {
    position: relative;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
  }
  .btn-arrow span {
    display: inline-block;
    position: relative;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: transform;
  }
  .cart-btm:hover .btn-arrow span {
    -webkit-transform: translate3d(-0.5rem, 0, 0);
    transform: translate3d(-0.5rem, 0, 0);
  }
  .cart-btm02:hover .btn-arrow span {
    -webkit-transform: translate3d(-0.5rem, 0, 0);
    transform: translate3d(-0.5rem, 0, 0);
  }
  .btn-arrow img {
    position: absolute;
    width: 1.1em;
    right: 0px;
    right: 0rem;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: right, opacity;
  }
  .btn-arrow img * {
    stroke-width: 5;
    stroke-color: transparent;
  }
  .cart-btm:hover .btn-arrow img {
    opacity: 1;
    right: -1rem;
  }
  .cart-btm02:hover .btn-arrow img {
    opacity: 1;
    right: -1rem;
  }

  /*f-banner*/
  .f-banner {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 5% auto;
  }
  .f-banner-list {
    width: 100%;
    margin: 0 auto;
  }
  .f-banner-list li {
    width: 100%;
    background: #fff;
    margin: 0 0 3% 0;
  }
  .f-banner-list li a {
    width: 100%;
    display: block;
    border: 1px solid #000;
    transition: 0.3s;
  }
  .f-banner-list li a:hover {
    border: 1px solid #000;
    transition: 0.3s;
  }
  .f-banner-list li .txt {
    width: 100%;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 2em;
    text-align: center;
    margin: 2% 0 0 0;
  }

  /*f-banner02*/
  .f-banner02 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 5% auto;
    padding: 0 0 0 0;
  }
  .f-banner02-list {
    width: 100%;
    max-width: 600px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .f-banner02-list li {
    width: 47%;
    background: #fff;
  }
  .f-banner02-list li a {
    width: 100%;
    display: block;
    border: 1px solid #000;
    transition: 0.3s;
  }
  .f-banner02-list li a:hover {
    border: 1px solid #000;
    transition: 0.3s;
  }

  /*footer*/
  .footer {
    color: #000;
    letter-spacing: 0.3em;
    padding: 0 0 2% 0;
    position: relative;
    text-align: center;
  }
  .footer .insta {
    display: block;
    width: 450px;
    border: 1px solid #eee;
    margin: 0 auto 3% auto;
    transition: 0.3s;
  }
  .footer .insta:hover {
    border: 1px solid #000;
    transition: 0.3s;
  }
  .footer_sns {
    margin: 26px 0 0;
  }
  .footer_snsNode {
    display: inline-block;
    margin: 0 10px;
    width: 30px;
  }
  .f-ow {
    width: 120px;
    margin: 25px auto 0 auto;
  }
  .footer_copyright {
    font-family: "Helvetica", serif;
    font-size: 10px;
    letter-spacing: 0.02em;
    margin: 34px 0 0;
  }
  #pagetop {
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 50px;
    height: 50px;
    display: block;
    z-index: 99;
  }
  #pagetop .btn-loading {
    display: inline-flex;
    text-decoration: none;
    font-weight: 700;
    color: #111;
    width: 100%;
    height: 100%;
    position: relative;
    opacity: 1 !important;
    transition: all 0.3s;
    background-color: #ccc;
    border-radius: 100%;
    transition: color 0.2s;
    overflow: hidden;
  }
  #pagetop .btn-loading01:before,
  #pagetop .btn-loading01:after {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 0;
    background-color: #231815;
    pointer-events: none;
  }
  #pagetop .btn-loading:before {
    bottom: 0;
    left: 0;
  }
  #pagetop .btn-loading:after {
    top: 0;
    right: 0;
  }
  #pagetop:hover .btn-loading {
    color: #65a04d;
  }
  #pagetop:hover .btn-loading:before,
  #pagetop:hover .btn-loading:after {
    height: 100%;
  }
  #pagetop:hover .btn-loading:before {
    transition: height 0.1s 0.1s linear;
  }
  #pagetop:hover .btn-loading:after {
    transition: height 0.1s linear;
  }
  #pagetop .btn-loading span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
  }
  #pagetop .btn-loading span img {
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .in-btn {
    width: 40px;
    margin: 0 auto 1% auto;
    display: block;
    opacity: 1;
  }
}

/*note pc*/
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .sp-on {
    display: none !important;
  }

  .l-icon::before {
    content: url("../images/l-size.svg");
    width: 13px;
    height: 13px;
    display: inline-block;
    background-size: 13px 13px;
    position: relative;
    top: -1px;
    margin: 0 10px 0 0;
    line-height: 0;
    border: 1px solid #000;
    border-radius: 3px;
  }
  .s-icon::before {
    content: url("../images/s-size.svg");
    width: 13px;
    height: 13px;
    display: inline-block;
    background-size: 13px 13px;
    position: relative;
    top: -1px;
    margin: 0 10px 0 0;
    line-height: 0;
    border: 1px solid #000;
    border-radius: 3px;
  }

  body {
    font-size: 16px;
  }

  /* header */
  .header {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
  }
  .mv-img {
    width: 100%;
    overflow: hidden;
  }
  .mv-title-box {
    width: 38%;
    position: absolute;
    top: 35%;
    -webkit-transform: translateY(-35%); /* Safari逕ｨ */
    transform: translateY(-35%);
    right: 14%;
    box-sizing: border-box;
  }
  .mv-title01 {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 0 7% 0;
  }
  .mv-title01 .mv-line {
    width: 20%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%); /* Safari逕ｨ */
    transform: translateY(-50%);
    left: 0;
  }
  .mv-title02 {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto 0% auto;
  }
  .mv-title03 {
    width: 22%;
    position: relative;
    overflow: hidden;
    line-height: 0;
    margin: 0 auto 5% auto;
  }
  .mv-title04 {
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  /* read */
  .read {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 5% 0 5% 0;
  }
  .read .txt {
    width: 100%;
    font-size: 1.2em;
    line-height: 3em;
    letter-spacing: 0.3em;
    text-align: center;
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
  }
  .read .read-bg {
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    overflow: visible;
  }
  .read .read-bg::before {
    content: "";
    position: absolute;
    top: -200px;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 1)
    );
    pointer-events: none;
  }

  /* common */
  .all-wrap {
    width: 100%;
    position: relative;
  }
  .all-wrap-end {
    padding: 0 0 0% 0 !important;
  }
  .one {
    width: 100%;
    height: auto !important;
  }
  .bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 1s ease 0s;
    z-index: -2;
  }
  .show .bg {
    opacity: 1;
  }
  .bg._01 {
    background: #ffffff;
  }
  .bg._02 {
    background: #edeae5;
  }
  .bg._03 {
    background: #ffffff;
  }

  /* top-nav */
  .top-nav {
    width: 75%;
    margin: 0 auto;
  }
  .top-nav01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 7% auto;
  }
  .top-nav01 li {
    width: 33.33%;
    border-left: 1px solid #eee;
    padding: 1% 0;
  }
  .top-nav01 li:last-child {
    width: 33.33%;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
  }
  .top-nav01 li a {
    display: block;
  }
  .top-nav01 li a .txt {
    font-family: "garamond-premier-pro-display", serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    color: #b28761;
    font-size: 1.7em;
    letter-spacing: 0.1em;
  }
  .top-nav01 li a .txt span {
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    display: block;
    margin: 0 auto;
    color: #000;
    font-size: 0.5em;
    letter-spacing: 0.3em;
    transition: 0.3s;
  }
  .top-nav01 li a:hover .txt span {
    color: #b28761;
    transition: 0.3s;
  }

  /* top-nav02 */
  .top-nav02 {
    width: 70%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .top-nav02 li {
    width: 46%;
    padding: 1% 0;
  }
  .top-nav02 li a {
    display: block;
  }
  .top-nav02 li a .txt {
    font-family: "garamond-premier-pro-display", serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    color: #b28761;
    font-size: 1.5em;
    letter-spacing: 0.1em;
  }
  .top-nav02 li a .line {
    width: 100%;
    height: 1px;
    background: #b28761;
    margin: 3% 0 5% 0;
  }
  .top-nav02 li a .sub {
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    display: block;
    margin: 0 auto;
    color: #000;
    font-size: 1em;
    letter-spacing: 0.2em;
    text-align: center;
    transition: 0.3s;
  }
  .top-nav02 li a:hover .sub {
    color: #b28761;
    transition: 0.3s;
  }

  /* door */
  .door {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 0 5% 0;
    padding: 3% 5% 3% 0;
    position: relative;
    box-sizing: border-box;
    min-height: 24.6vw;
  }
  .door::before {
    content: "";
    position: absolute;
    top: 0;
    left: 27%;
    right: 0;
    bottom: 0;
    background: #fff7fa;
    z-index: -1;
  }
  #knit-wrap .door::before {
    background: #eff1f5;
  }
  .door .data01 {
    width: auto;
    flex-shrink: 0;
    position: relative;
    padding-left: 21px;
  }
  .door .data01::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 75px;
    background: #625549;
  }
  .door .data01 .sub-title {
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    letter-spacing: 0.85px;
    line-height: 22px;
    color: #1a1311;
    margin: 0 0 2% 0;
  }
  .door .data01 .main-title {
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    font-weight: 400;
    font-style: normal;
    color: #1a1311;
    font-size: 3em;
    letter-spacing: 0.2em;
    line-height: 1em;
    margin: 0 0 2% 0;
    white-space: nowrap;
  }
  .door .data01 .up-title {
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    font-weight: 400;
    font-style: normal;
    color: #1a1311;
    font-size: 50px;
    letter-spacing: 2.5px;
    line-height: 1em;
    margin: 0;
    white-space: nowrap;
  }
  .door .data01 .txt {
    display: none;
  }
  .door .data01 .txt span {
    width: 150px;
    height: 1px;
    background: #aeafb0;
    margin: 0 0 0 10px;
  }
  .door .data02 {
    width: auto;
    max-width: 40%;
    position: relative;
    padding-left: 3%;
    margin-left: 5%;
    box-sizing: border-box;
  }
  .door .data02 .txt {
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 40px;
    white-space: nowrap;
  }
  .door .data02 .icon {
    width: 70px;
    line-height: 0;
    position: absolute;
    right: 0;
    bottom: 0;
  }

  /* item */
  .door + .item {
    margin-top: -20.8%;
    position: relative;
  }
  .door + .item .data {
    padding-top: 20.8vw;
  }
  .item {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas:
      "img-left data"
      "link-box img-right";
    column-gap: 8.5%;
    margin: 0 auto 7% auto;
  }
  .item.rever {
    grid-template-areas:
      "data img-left"
      "img-right link-box";
  }
  .item.single-col {
    grid-template-areas:
      "img-left data"
      "img-left link-box";
    column-gap: 0;
  }
  .item.single-col .img-left {
    padding-left: 0;
  }
  .item.single-col .data,
  .item.single-col .link-box {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .item.single-col .cart-btm {
    gap: 8px;
  }
  .item.single-col .cart-title {
    position: static;
    flex-shrink: 0;
  }
  .item.single-col .cart-yen {
    width: auto;
    flex: 1;
  }
  .item.single-col-right {
    grid-template-areas:
      "data img-right"
      "link-box img-right";
    column-gap: 0;
  }
  .item.single-col-right .data,
  .item.single-col-right .link-box {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .item.single-col-right .cart-btm {
    gap: 8px;
  }
  .item.single-col-right .cart-title {
    position: static;
    flex-shrink: 0;
  }
  .item.single-col-right .cart-yen {
    width: auto;
    flex: 1;
  }
  .item.single-col-right .img-right {
    margin-top: 0;
  }
  .item .img {
    overflow: hidden;
  }
  .item .img-left {
    grid-area: img-left;
    align-self: start;
    padding-left: 3.7%;
  }
  .item .img-right {
    grid-area: img-right;
    align-self: start;
    margin-top: -9%;
  }
  .item.rever .img-left {
    padding-left: 0;
    padding-right: 3.7%;
  }
  .item.rever .img-right {
    padding-right: 0;
  }
  .item .img img {
    display: block;
    width: 100%;
    height: auto;
  }
  .item .data {
    grid-area: data;
    box-sizing: border-box;
    padding: 5% 7% 3% 7%;
    align-self: start;
  }
  .item .link-box {
    grid-area: link-box;
    box-sizing: border-box;
    padding: 0 7%;
    align-self: center;
  }

  .item .data .num {
    width: max-content;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    margin: 0 0 10% 0;
    color: #ffdbe9;
  }
  #knit-wrap .item .data .num {
    color: #adb2cc;
  }
  .item .data .num li:nth-child(1) {
    display: none;
    font-size: 2em;
    letter-spacing: 0.1em;
    margin: 0 10px 0 0;
  }
  .item .data .num li:nth-child(2) {
    font-family: "Times New Roman", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4em;
  }
  .item .data .item-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .item-bg {
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    overflow: visible;
    z-index: 10;
  }
  .item-bg::before {
    content: "";
    position: absolute;
    top: -200px;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 1)
    );
    pointer-events: none;
  }
  .item-bg02 {
    width: 100%;
    height: 100%;
    background: #edeae5;
    position: absolute;
    top: 0;
    left: 0;
    overflow: visible;
    z-index: 10;
  }
  .item-bg02::before {
    content: "";
    position: absolute;
    top: -200px;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(
      to bottom,
      rgba(237, 234, 229, 0),
      rgba(237, 234, 229, 1)
    );
    pointer-events: none;
  }
  .item .data .item-wrap .txt {
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    font-size: 1em;
    letter-spacing: 0.075em;
    line-height: 2.5em;
    margin: 0 0 15% 0;
  }

  /* style-name */
  .item .data .style-name {
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    font-size: 2em;
    letter-spacing: 0.05em;
    margin: 0 0 3% 0;
    color: #1a1311;
    text-align: center;
  }
  .read .txt .txt-en {
    font-family: "Times New Roman", serif;
  }

  /* full-img */
  .full-img {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 0 3.3% 0;
  }
  .full-img-inner {
    width: 100%;
    position: relative;
    line-height: 0;
  }
  .full-img-inner img {
    width: 100%;
    display: block;
  }
  .full-img-overlay {
    position: absolute;
    bottom: 8.14%;
    left: 0;
    right: 0;
  }
  .full-img-num {
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    font-size: 50px;
    letter-spacing: 0;
    color: #ffdbe9;
    line-height: normal;
    margin: 0;
    padding-left: 17.02%;
  }
  .full-img-name {
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    font-size: 40px;
    letter-spacing: 2px;
    color: #fff;
    line-height: normal;
    margin: 16px 0 0 0;
    padding-left: 9.67%;
  }
  #knit-wrap .full-img-overlay {
    bottom: 6.34%;
  }
  #knit-wrap .full-img-num {
    color: #adb2cc;
    text-align: right;
    padding-left: 0;
    padding-right: 11.35%;
  }
  #knit-wrap .full-img-name {
    text-align: right;
    padding-left: 0;
    padding-right: 4.62%;
  }

  /* full-img + item override */
  .full-img + .item .num,
  .full-img + .item .style-name {
    display: none;
  }
  .full-img + .item .data {
    padding-top: 10.76vw;
  }
  /* spe-item */
  .spe-item {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 7% auto;
  }
  .spe-item .img {
    width: 50%;
  }
  .spe-item .data {
    width: 40%;
  }
  .spe-item .data .title {
    font-family: "garamond-premier-pro-display", serif;
    font-weight: 300;
    font-style: italic;
    font-size: 2.5em;
    letter-spacing: 0.1em;
    color: #b28761;
    margin: 0 0 10% 0;
  }
  .spe-item .data .title span {
    display: inline-block;
    width: 50px;
    height: 1px;
    background: #b28761;
    transform: rotate(-55deg);
    position: relative;
    top: -10px;
  }

  .f-icon {
    width: 150px;
    line-height: 0;
    margin: 0 auto 7% auto;
  }

  /* f-wrap */
  .f-wrap {
    width: 100%;
    background: #f8d0bb;
    padding: 7% 0 0 0;
  }
  .staff {
    font-size: 0.7em;
    line-height: 2.2em;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0 0 7% auto;
  }
  .f-logo {
    width: 15%;
    margin: 0 auto 7% auto;
  }

  /*cart-btm*/
  .cart-btm {
    width: 100%;
    text-decoration: none;
    color: #000;
    transition: 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 1% 0;
    font-family: "yu-mincho-pr6n", sans-serif;
    position: relative;
  }
  .cart-btm02 {
    width: 100%;
    text-decoration: none;
    color: #000;
    transition: 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 1% 0;
    font-family: "yu-mincho-pr6n", sans-serif;
    position: relative;
  }
  .cert-btm-color {
    color: #fff !important;
  }
  .cart-title {
    width: max-content;
    font-size: 14px;
    letter-spacing: 0px;
    position: absolute;
    line-height: 1.5em;
    white-space: nowrap;
  }
  .cart-title span {
    font-size: 14px;
    margin: 0 10px 0 0px;
    position: relative;
    color: #b28761;
  }
  .cart-title02 {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 1.5em;
    white-space: nowrap;
  }
  .cart-yen {
    font-size: 16px;
    letter-spacing: 0px;
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    white-space: nowrap;
    font-family: "yu-mincho-pr6n", sans-serif;
    box-sizing: border-box;
    padding: 0 10px 0 0;
  }
  .cart-yen .yen-icon {
    margin: 0 2px 0 0;
  }
  .cart-yen .tax {
    font-size: 11px;
    letter-spacing: 0;
    margin: 0 0 0 5px;
    position: relative;
    top: 1px;
  }
  .cart-yen02 {
    font-size: 16px;
    letter-spacing: 0px;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
    font-family: "yu-mincho-pr6n", sans-serif;
    box-sizing: border-box;
  }
  .cart-yen02 .yen-icon {
    margin: 0 2px 0 0;
  }
  .cart-yen02 .tax {
    font-size: 10px;
    letter-spacing: 0;
    margin: 0 0 0 5px;
    position: relative;
    top: 1px;
  }

  .link-line {
    width: 100%;
    height: 1px;
    background: #d0d0d0;
    margin: 10px 0 10px 0;
    opacity: 0.5;
  }
  .link-line02 {
    width: 100%;
    height: 1px;
    background: #fff;
    margin: 20px 0;
    opacity: 0.5;
  }

  .cart-btm .btn00 {
    font-size: 11px;
    line-height: 1.5em;
    width: 90px;
    padding: 5px 0 5px 0;
    background: #fff;
    border: 0.5px solid #625549;
    display: inline-block;
    text-align: center;
    color: #1a1311;
  }
  .cart-btm:hover .btn00 {
    background: #000;
    border-color: #000;
    color: #fff;
  }

  .cart-btm .btn01 {
    font-size: 11px;
    line-height: 1.5em;
    width: 90px;
    padding: 5px 0 5px 0;
    background: #000;
    border: 0.5px solid #000;
    display: inline-block;
    text-align: center;
    color: #fff;
  }
  .cart-btm:hover .btn01 {
    background: #fff;
    border-color: #000;
    color: #000;
  }

  .btn-border {
    background-color: transparent;
    color: #1d1d1d;
  }
  .btn-arrow {
    position: relative;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
  }
  .btn-arrow span {
    display: inline-block;
    position: relative;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: transform;
  }
  .cart-btm:hover .btn-arrow span {
    -webkit-transform: translate3d(-0.5rem, 0, 0);
    transform: translate3d(-0.5rem, 0, 0);
  }
  .cart-btm02:hover .btn-arrow span {
    -webkit-transform: translate3d(-0.5rem, 0, 0);
    transform: translate3d(-0.5rem, 0, 0);
  }
  .btn-arrow img {
    position: absolute;
    width: 1.1em;
    right: 0px;
    right: 0rem;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: right, opacity;
  }
  .btn-arrow img * {
    stroke-width: 5;
    stroke-color: transparent;
  }
  .cart-btm:hover .btn-arrow img {
    opacity: 1;
    right: -1rem;
  }
  .cart-btm02:hover .btn-arrow img {
    opacity: 1;
    right: -1rem;
  }

  /*f-banner*/
  .f-banner {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 5% auto;
  }
  .f-banner-list {
    width: 100%;
    margin: 0 auto;
  }
  .f-banner-list li {
    width: 100%;
    background: #fff;
    margin: 0 0 3% 0;
  }
  .f-banner-list li a {
    width: 100%;
    display: block;
    border: 1px solid #000;
    transition: 0.3s;
  }
  .f-banner-list li a:hover {
    border: 1px solid #000;
    transition: 0.3s;
  }
  .f-banner-list li .txt {
    width: 100%;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 2em;
    text-align: center;
    margin: 2% 0 0 0;
  }

  /*f-banner02*/
  .f-banner02 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 5% auto;
    padding: 0 0 0 0;
  }
  .f-banner02-list {
    width: 100%;
    max-width: 600px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .f-banner02-list li {
    width: 47%;
    background: #fff;
  }
  .f-banner02-list li a {
    width: 100%;
    display: block;
    border: 1px solid #000;
    transition: 0.3s;
  }
  .f-banner02-list li a:hover {
    border: 1px solid #000;
    transition: 0.3s;
  }

  /*footer*/
  .footer {
    color: #000;
    letter-spacing: 0.3em;
    padding: 0 0 2% 0;
    position: relative;
    text-align: center;
  }
  .footer .insta {
    display: block;
    width: 450px;
    border: 1px solid #eee;
    margin: 0 auto 3% auto;
    transition: 0.3s;
  }
  .footer .insta:hover {
    border: 1px solid #000;
    transition: 0.3s;
  }
  .footer_sns {
    margin: 26px 0 0;
  }
  .footer_snsNode {
    display: inline-block;
    margin: 0 10px;
    width: 30px;
  }
  .f-ow {
    width: 120px;
    margin: 25px auto 0 auto;
  }
  .footer_copyright {
    font-family: "Helvetica", serif;
    font-size: 10px;
    letter-spacing: 0.02em;
    margin: 34px 0 0;
  }
  #pagetop {
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 50px;
    height: 50px;
    display: block;
    z-index: 99;
  }
  #pagetop .btn-loading {
    display: inline-flex;
    text-decoration: none;
    font-weight: 700;
    color: #111;
    width: 100%;
    height: 100%;
    position: relative;
    opacity: 1 !important;
    transition: all 0.3s;
    background-color: #ccc;
    border-radius: 100%;
    transition: color 0.2s;
    overflow: hidden;
  }
  #pagetop .btn-loading01:before,
  #pagetop .btn-loading01:after {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 0;
    background-color: #231815;
    pointer-events: none;
  }
  #pagetop .btn-loading:before {
    bottom: 0;
    left: 0;
  }
  #pagetop .btn-loading:after {
    top: 0;
    right: 0;
  }
  #pagetop:hover .btn-loading {
    color: #65a04d;
  }
  #pagetop:hover .btn-loading:before,
  #pagetop:hover .btn-loading:after {
    height: 100%;
  }
  #pagetop:hover .btn-loading:before {
    transition: height 0.1s 0.1s linear;
  }
  #pagetop:hover .btn-loading:after {
    transition: height 0.1s linear;
  }
  #pagetop .btn-loading span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
  }
  #pagetop .btn-loading span img {
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .in-btn {
    width: 40px;
    margin: 0 auto 1% auto;
    display: block;
    opacity: 1;
  }
}

/*pad*/
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .sp-on {
    display: none !important;
  }

  .l-icon::before {
    content: url("../images/l-size.svg");
    width: 13px;
    height: 13px;
    display: inline-block;
    background-size: 13px 13px;
    position: relative;
    top: -1px;
    margin: 0 10px 0 0;
    line-height: 0;
    border: 1px solid #000;
    border-radius: 3px;
  }
  .s-icon::before {
    content: url("../images/s-size.svg");
    width: 13px;
    height: 13px;
    display: inline-block;
    background-size: 13px 13px;
    position: relative;
    top: -1px;
    margin: 0 10px 0 0;
    line-height: 0;
    border: 1px solid #000;
    border-radius: 3px;
  }

  body {
    font-size: 16px;
  }

  /* header */
  .header {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
  }
  .mv-img {
    width: 100%;
    overflow: hidden;
  }
  .mv-title-box {
    width: 38%;
    position: absolute;
    top: 35%;
    -webkit-transform: translateY(-35%); /* Safari逕ｨ */
    transform: translateY(-35%);
    right: 14%;
    box-sizing: border-box;
  }
  .mv-title01 {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 0 7% 0;
  }
  .mv-title01 .mv-line {
    width: 20%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%); /* Safari逕ｨ */
    transform: translateY(-50%);
    left: 0;
  }
  .mv-title02 {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto 0% auto;
  }
  .mv-title03 {
    width: 22%;
    position: relative;
    overflow: hidden;
    line-height: 0;
    margin: 0 auto 5% auto;
  }
  .mv-title04 {
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  /* read */
  .read {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 10% 0 10% 0;
  }
  .read .txt {
    width: 100%;
    font-size: 1.2em;
    line-height: 3em;
    letter-spacing: 0.3em;
    text-align: center;
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
  }
  .read .read-bg {
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    overflow: visible;
  }
  .read .read-bg::before {
    content: "";
    position: absolute;
    top: -200px;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 1)
    );
    pointer-events: none;
  }

  /* common */
  .all-wrap {
    width: 100%;
    position: relative;
  }
  .all-wrap-end {
    padding: 0 0 0% 0 !important;
  }
  .one {
    width: 100%;
    height: auto !important;
  }
  .bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 1s ease 0s;
    z-index: -2;
  }
  .show .bg {
    opacity: 1;
  }
  .bg._01 {
    background: #ffffff;
  }
  .bg._02 {
    background: #edeae5;
  }
  .bg._03 {
    background: #ffffff;
  }

  /* top-nav */
  .top-nav {
    width: 85%;
    margin: 0 auto;
  }
  .top-nav01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 7% auto;
  }
  .top-nav01 li {
    width: 33.33%;
    border-left: 1px solid #eee;
    padding: 1% 0;
  }
  .top-nav01 li:last-child {
    width: 33.33%;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
  }
  .top-nav01 li a {
    display: block;
  }
  .top-nav01 li a .txt {
    font-family: "garamond-premier-pro-display", serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    color: #b28761;
    font-size: 1.7em;
    letter-spacing: 0.1em;
  }
  .top-nav01 li a .txt span {
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    display: block;
    margin: 0 auto;
    color: #000;
    font-size: 0.5em;
    letter-spacing: 0.3em;
    transition: 0.3s;
  }
  .top-nav01 li a:hover .txt span {
    color: #b28761;
    transition: 0.3s;
  }

  /* top-nav02 */
  .top-nav02 {
    width: 70%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .top-nav02 li {
    width: 46%;
    padding: 1% 0;
  }
  .top-nav02 li a {
    display: block;
  }
  .top-nav02 li a .txt {
    font-family: "garamond-premier-pro-display", serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    color: #b28761;
    font-size: 1.5em;
    letter-spacing: 0.1em;
  }
  .top-nav02 li a .line {
    width: 100%;
    height: 1px;
    background: #b28761;
    margin: 3% 0 5% 0;
  }
  .top-nav02 li a .sub {
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    display: block;
    margin: 0 auto;
    color: #000;
    font-size: 1em;
    letter-spacing: 0.2em;
    text-align: center;
    transition: 0.3s;
  }
  .top-nav02 li a:hover .sub {
    color: #b28761;
    transition: 0.3s;
  }

  /* door */
  .door {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 0 5% 0;
    padding: 3% 5% 3% 0;
    position: relative;
    box-sizing: border-box;
    min-height: 24.6vw;
  }
  .door::before {
    content: "";
    position: absolute;
    top: 0;
    left: 20%;
    right: 0;
    bottom: 0;
    background: #fff7fa;
    z-index: -1;
  }
  #knit-wrap .door::before {
    background: #eff1f5;
  }
  .door .data01 {
    width: auto;
    flex-shrink: 0;
    position: relative;
    padding-left: 21px;
  }
  .door .data01::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 75px;
    background: #625549;
  }
  .door .data01 .sub-title {
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    letter-spacing: 0.85px;
    line-height: 22px;
    color: #1a1311;
    margin: 0 0 2% 0;
  }
  .door .data01 .main-title {
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    font-weight: 400;
    font-style: normal;
    color: #1a1311;
    font-size: 2.8em;
    letter-spacing: 0.2em;
    line-height: 1em;
    margin: 0 0 2% 0;
    white-space: nowrap;
  }
  .door .data01 .up-title {
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    font-weight: 400;
    font-style: normal;
    color: #1a1311;
    font-size: 50px;
    letter-spacing: 2.5px;
    line-height: 1em;
    margin: 0;
    white-space: nowrap;
  }
  .door .data01 .txt {
    display: none;
  }
  .door .data01 .txt span {
    width: 150px;
    height: 1px;
    background: #aeafb0;
    margin: 0 0 0 10px;
  }
  .door .data02 {
    width: auto;
    max-width: 40%;
    position: relative;
    padding-left: 3%;
    margin-left: 5%;
    box-sizing: border-box;
  }
  .door .data02 .txt {
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 40px;
    white-space: nowrap;
  }
  .door .data02 .icon {
    width: 70px;
    line-height: 0;
    position: absolute;
    right: 0;
    bottom: 0;
  }

  /* item */
  .door + .item {
    margin-top: -20.8%;
    position: relative;
  }
  .door + .item .data {
    padding-top: 20.8vw;
  }
  .item {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas:
      "img-left data"
      "link-box img-right";
    column-gap: 8.5%;
    margin: 0 auto 7% auto;
  }
  .item.rever {
    grid-template-areas:
      "data img-left"
      "img-right link-box";
  }
  .item.single-col {
    grid-template-areas:
      "img-left data"
      "img-left link-box";
    column-gap: 0;
  }
  .item.single-col .img-left {
    padding-left: 0;
  }
  .item.single-col .data,
  .item.single-col .link-box {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .item.single-col .cart-btm {
    gap: 8px;
  }
  .item.single-col .cart-title {
    position: static;
    flex-shrink: 0;
  }
  .item.single-col .cart-yen {
    width: auto;
    flex: 1;
  }
  .item.single-col-right {
    grid-template-areas:
      "data img-right"
      "link-box img-right";
    column-gap: 0;
  }
  .item.single-col-right .data,
  .item.single-col-right .link-box {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .item.single-col-right .cart-btm {
    gap: 8px;
  }
  .item.single-col-right .cart-title {
    position: static;
    flex-shrink: 0;
  }
  .item.single-col-right .cart-yen {
    width: auto;
    flex: 1;
  }
  .item.single-col-right .img-right {
    margin-top: 0;
  }
  .item .img {
    overflow: hidden;
  }
  .item .img-left {
    grid-area: img-left;
    align-self: start;
    padding-left: 3.7%;
  }
  .item .img-right {
    grid-area: img-right;
    align-self: start;
    margin-top: -9%;
  }
  .item.rever .img-left {
    padding-left: 0;
    padding-right: 3.7%;
  }
  .item.rever .img-right {
    padding-right: 0;
  }
  .item .img img {
    display: block;
    width: 100%;
    height: auto;
  }
  .item .data {
    grid-area: data;
    box-sizing: border-box;
    padding: 3% 7%;
    align-self: start;
  }
  .item .link-box {
    grid-area: link-box;
    box-sizing: border-box;
    padding: 0 7%;
    align-self: center;
  }

  .item .data .num {
    width: max-content;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    margin: 0 0 5% 0;
    color: #ffdbe9;
  }
  #knit-wrap .item .data .num {
    color: #adb2cc;
  }
  .item .data .num li:nth-child(1) {
    display: none;
    font-size: 1.7em;
    letter-spacing: 0.1em;
    margin: 0 10px 0 0;
  }
  .item .data .num li:nth-child(2) {
    font-family: "Times New Roman", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
  }
  .item .data .item-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .item-bg {
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    overflow: visible;
    z-index: 10;
  }
  .item-bg::before {
    content: "";
    position: absolute;
    top: -200px;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 1)
    );
    pointer-events: none;
  }
  .item-bg02 {
    width: 100%;
    height: 100%;
    background: #edeae5;
    position: absolute;
    top: 0;
    left: 0;
    overflow: visible;
    z-index: 10;
  }
  .item-bg02::before {
    content: "";
    position: absolute;
    top: -200px;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(
      to bottom,
      rgba(237, 234, 229, 0),
      rgba(237, 234, 229, 1)
    );
    pointer-events: none;
  }
  .item .data .item-wrap .txt {
    width: 100%;
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    font-size: 1em;
    letter-spacing: 0.075em;
    line-height: 2.5em;
    text-align: justify;
    margin: 0 0 10% 0;
  }
  .item .data .item-wrap .txt br {
    display: none;
  }

  /* style-name */
  .item .data .style-name {
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    font-size: 1.8em;
    letter-spacing: 0.05em;
    margin: 0 0 3% 0;
    color: #1a1311;
    text-align: center;
  }
  .read .txt .txt-en {
    font-family: "Times New Roman", serif;
  }

  /* full-img */
  .full-img {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 0 3.3% 0;
  }
  .full-img-inner {
    width: 100%;
    position: relative;
    line-height: 0;
  }
  .full-img-inner img {
    width: 100%;
    display: block;
  }
  .full-img-overlay {
    position: absolute;
    bottom: 8.14%;
    left: 0;
    right: 0;
  }
  .full-img-num {
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    font-size: 50px;
    letter-spacing: 0;
    color: #ffdbe9;
    line-height: normal;
    margin: 0;
    padding-left: 17.02%;
  }
  .full-img-name {
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    font-size: 40px;
    letter-spacing: 2px;
    color: #fff;
    line-height: normal;
    margin: 16px 0 0 0;
    padding-left: 9.67%;
  }
  #knit-wrap .full-img-overlay {
    bottom: 6.34%;
  }
  #knit-wrap .full-img-num {
    color: #adb2cc;
    text-align: right;
    padding-left: 0;
    padding-right: 11.35%;
  }
  #knit-wrap .full-img-name {
    text-align: right;
    padding-left: 0;
    padding-right: 4.62%;
  }

  /* full-img + item override */
  .full-img + .item .num,
  .full-img + .item .style-name {
    display: none;
  }
  .full-img + .item .data {
    padding-top: 10.76vw;
  }
  /* spe-item */
  .spe-item {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 7% auto;
  }
  .spe-item .img {
    width: 50%;
  }
  .spe-item .data {
    width: 40%;
  }
  .spe-item .data .title {
    font-family: "garamond-premier-pro-display", serif;
    font-weight: 300;
    font-style: italic;
    font-size: 2.5em;
    letter-spacing: 0.1em;
    color: #b28761;
    margin: 0 0 10% 0;
  }
  .spe-item .data .title span {
    display: inline-block;
    width: 50px;
    height: 1px;
    background: #b28761;
    transform: rotate(-55deg);
    position: relative;
    top: -10px;
  }

  .f-icon {
    width: 150px;
    line-height: 0;
    margin: 0 auto 7% auto;
  }

  /* f-wrap */
  .f-wrap {
    width: 100%;
    background: #f8d0bb;
    padding: 7% 0 0 0;
  }
  .staff {
    font-size: 0.7em;
    line-height: 2.2em;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0 0 7% auto;
  }
  .f-logo {
    width: 15%;
    margin: 0 auto 7% auto;
  }

  /*cart-btm*/
  .cart-btm {
    width: 100%;
    text-decoration: none;
    color: #000;
    transition: 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 1% 0;
    font-family: "yu-mincho-pr6n", sans-serif;
    position: relative;
  }
  .cart-btm02 {
    width: 100%;
    text-decoration: none;
    color: #000;
    transition: 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 1% 0;
    font-family: "yu-mincho-pr6n", sans-serif;
    position: relative;
  }
  .cert-btm-color {
    color: #fff !important;
  }
  .cart-title {
    width: max-content;
    font-size: 14px;
    letter-spacing: 0px;
    position: absolute;
    line-height: 1.5em;
    white-space: nowrap;
  }
  .cart-title span {
    font-size: 14px;
    margin: 0 10px 0 0px;
    position: relative;
    color: #b28761;
  }
  .cart-title02 {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 1.5em;
    white-space: nowrap;
  }
  .cart-yen {
    font-size: 16px;
    letter-spacing: 0px;
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    white-space: nowrap;
    font-family: "yu-mincho-pr6n", sans-serif;
    box-sizing: border-box;
    padding: 0 10px 0 0;
  }
  .cart-yen .yen-icon {
    margin: 0 2px 0 0;
  }
  .cart-yen .tax {
    font-size: 11px;
    letter-spacing: 0;
    margin: 0 0 0 5px;
    position: relative;
    top: 1px;
  }
  .cart-yen02 {
    font-size: 16px;
    letter-spacing: 0px;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
    font-family: "yu-mincho-pr6n", sans-serif;
    box-sizing: border-box;
  }
  .cart-yen02 .yen-icon {
    margin: 0 2px 0 0;
  }
  .cart-yen02 .tax {
    font-size: 10px;
    letter-spacing: 0;
    margin: 0 0 0 5px;
    position: relative;
    top: 1px;
  }

  .link-line {
    width: 100%;
    height: 1px;
    background: #d0d0d0;
    margin: 10px 0 10px 0;
    opacity: 0.5;
  }
  .link-line02 {
    width: 100%;
    height: 1px;
    background: #fff;
    margin: 20px 0;
    opacity: 0.5;
  }

  .cart-btm .btn00 {
    font-size: 11px;
    line-height: 1.5em;
    width: 90px;
    padding: 5px 0 5px 0;
    background: #fff;
    border: 0.5px solid #625549;
    display: inline-block;
    text-align: center;
    color: #1a1311;
  }
  .cart-btm:hover .btn00 {
    background: #000;
    border-color: #000;
    color: #fff;
  }

  .cart-btm .btn01 {
    font-size: 11px;
    line-height: 1.5em;
    width: 90px;
    padding: 5px 0 5px 0;
    background: #000;
    border: 0.5px solid #000;
    display: inline-block;
    text-align: center;
    color: #fff;
  }
  .cart-btm:hover .btn01 {
    background: #fff;
    border-color: #000;
    color: #000;
  }

  .btn-border {
    background-color: transparent;
    color: #1d1d1d;
  }
  .btn-arrow {
    position: relative;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
  }
  .btn-arrow span {
    display: inline-block;
    position: relative;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: transform;
  }
  .cart-btm:hover .btn-arrow span {
    -webkit-transform: translate3d(-0.5rem, 0, 0);
    transform: translate3d(-0.5rem, 0, 0);
  }
  .cart-btm02:hover .btn-arrow span {
    -webkit-transform: translate3d(-0.5rem, 0, 0);
    transform: translate3d(-0.5rem, 0, 0);
  }
  .btn-arrow img {
    position: absolute;
    width: 1.1em;
    right: 0px;
    right: 0rem;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: right, opacity;
  }
  .btn-arrow img * {
    stroke-width: 5;
    stroke-color: transparent;
  }
  .cart-btm:hover .btn-arrow img {
    opacity: 1;
    right: -1rem;
  }
  .cart-btm02:hover .btn-arrow img {
    opacity: 1;
    right: -1rem;
  }

  /*f-banner*/
  .f-banner {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 5% auto;
  }
  .f-banner-list {
    width: 100%;
    margin: 0 auto;
  }
  .f-banner-list li {
    width: 100%;
    background: #fff;
    margin: 0 0 3% 0;
  }
  .f-banner-list li a {
    width: 100%;
    display: block;
    border: 1px solid #000;
    transition: 0.3s;
  }
  .f-banner-list li a:hover {
    border: 1px solid #000;
    transition: 0.3s;
  }
  .f-banner-list li .txt {
    width: 100%;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 2em;
    text-align: center;
    margin: 2% 0 0 0;
  }

  /*f-banner02*/
  .f-banner02 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 5% auto;
    padding: 0 0 0 0;
  }
  .f-banner02-list {
    width: 100%;
    max-width: 600px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .f-banner02-list li {
    width: 47%;
    background: #fff;
  }
  .f-banner02-list li a {
    width: 100%;
    display: block;
    border: 1px solid #000;
    transition: 0.3s;
  }
  .f-banner02-list li a:hover {
    border: 1px solid #000;
    transition: 0.3s;
  }

  /*footer*/
  .footer {
    color: #000;
    letter-spacing: 0.3em;
    padding: 0 0 2% 0;
    position: relative;
    text-align: center;
  }
  .footer .insta {
    display: block;
    width: 450px;
    border: 1px solid #eee;
    margin: 0 auto 3% auto;
    transition: 0.3s;
  }
  .footer .insta:hover {
    border: 1px solid #000;
    transition: 0.3s;
  }
  .footer_sns {
    margin: 26px 0 0;
  }
  .footer_snsNode {
    display: inline-block;
    margin: 0 10px;
    width: 30px;
  }
  .f-ow {
    width: 120px;
    margin: 25px auto 0 auto;
  }
  .footer_copyright {
    font-family: "Helvetica", serif;
    font-size: 10px;
    letter-spacing: 0.02em;
    margin: 34px 0 0;
  }
  #pagetop {
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 50px;
    height: 50px;
    display: block;
    z-index: 99;
  }
  #pagetop .btn-loading {
    display: inline-flex;
    text-decoration: none;
    font-weight: 700;
    color: #111;
    width: 100%;
    height: 100%;
    position: relative;
    opacity: 1 !important;
    transition: all 0.3s;
    background-color: #ccc;
    border-radius: 100%;
    transition: color 0.2s;
    overflow: hidden;
  }
  #pagetop .btn-loading01:before,
  #pagetop .btn-loading01:after {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 0;
    background-color: #231815;
    pointer-events: none;
  }
  #pagetop .btn-loading:before {
    bottom: 0;
    left: 0;
  }
  #pagetop .btn-loading:after {
    top: 0;
    right: 0;
  }
  #pagetop:hover .btn-loading {
    color: #65a04d;
  }
  #pagetop:hover .btn-loading:before,
  #pagetop:hover .btn-loading:after {
    height: 100%;
  }
  #pagetop:hover .btn-loading:before {
    transition: height 0.1s 0.1s linear;
  }
  #pagetop:hover .btn-loading:after {
    transition: height 0.1s linear;
  }
  #pagetop .btn-loading span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
  }
  #pagetop .btn-loading span img {
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .in-btn {
    width: 40px;
    margin: 0 auto 1% auto;
    display: block;
    opacity: 1;
  }
}

/*//////////////////////////////// for iphone ////////////////////////////*/
@media (min-width: 0px) and (max-width: 766px) {
  .pc-on {
    display: none !important;
  }

  .l-icon::before {
    content: url("../images/l-size.svg");
    width: 13px;
    height: 13px;
    display: inline-block;
    background-size: 13px 13px;
    position: relative;
    top: 0px;
    margin: 0 5px 0 0;
    line-height: 0;
    border: 1px solid #000;
    border-radius: 3px;
  }
  .s-icon::before {
    content: url("../images/s-size.svg");
    width: 13px;
    height: 13px;
    display: inline-block;
    background-size: 13px 13px;
    position: relative;
    top: 0px;
    margin: 0 5px 0 0;
    line-height: 0;
    border: 1px solid #000;
    border-radius: 3px;
  }

  body {
    font-size: 16px;
  }

  /* header */
  .header {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
  }
  .mv-img {
    width: 100%;
    overflow: hidden;
  }
  .mv-title-box {
    width: 90%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
    box-sizing: border-box;
  }
  .mv-title01 {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 0 4% 0;
  }
  .mv-title01 .mv-line {
    width: 20%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%); /* Safari逕ｨ */
    transform: translateY(-50%);
    left: 0;
  }
  .mv-title02 {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto 0% auto;
  }
  .mv-title03 {
    width: 22%;
    position: relative;
    overflow: hidden;
    line-height: 0;
    margin: 0 auto 3% auto;
  }
  .mv-title04 {
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  /* read */
  .read {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 10% 0 10% 0;
  }
  .read .txt {
    width: 100%;
    font-size: 1em;
    line-height: 2.3em;
    letter-spacing: 0.2em;
    text-align: center;
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
  }
  .read .read-bg {
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    overflow: visible;
  }
  .read .read-bg::before {
    content: "";
    position: absolute;
    top: -200px;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 1)
    );
    pointer-events: none;
  }

  /* common */
  .all-wrap {
    width: 100%;
    position: relative;
  }
  .all-wrap-end {
    padding: 0 0 0% 0 !important;
  }
  .one {
    width: 100%;
    height: auto !important;
  }
  .bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 1s ease 0s;
    z-index: -2;
  }
  .show .bg {
    opacity: 1;
  }
  .bg._01 {
    background: #ffffff;
  }
  .bg._02 {
    background: #edeae5;
  }
  .bg._03 {
    background: #ffffff;
  }

  /* top-nav */
  .top-nav {
    width: 85%;
    margin: 0 auto 10% auto;
  }
  .top-nav01 {
    width: 100%;
    margin: 0 auto 10% auto;
  }
  .top-nav01 li {
    width: 100%;
    border-bottom: 1px solid #eee;
  }
  .top-nav01 li:last-child {
    width: 100%;
  }
  .top-nav01 li a {
    display: block;
    padding: 6% 0 5% 0;
  }
  .top-nav01 li a .txt {
    width: 100%;
    font-family: "garamond-premier-pro-display", serif;
    font-weight: 300;
    font-style: normal;
    text-align: left;
    color: #b28761;
    font-size: 1.3em;
    letter-spacing: 0.05em;
    position: relative;
  }
  .top-nav01 li a .txt span {
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    display: block;
    margin: 0 auto;
    color: #000;
    font-size: 0.7em;
    letter-spacing: 0.1em;
    transition: 0.3s;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%); /* Safari逕ｨ */
    transform: translateY(-50%);
    right: 0;
  }
  .top-nav01 li a:hover .txt span {
    color: #b28761;
    transition: 0.3s;
  }

  /* top-nav02 */
  .top-nav02 {
    width: 100%;
    margin: 0 auto;
  }
  .top-nav02 li {
    width: 100%;
    margin: 0 0 7% 0;
  }
  .top-nav02 li:last-child {
    width: 100%;
    margin: 0 0 0% 0 !important;
  }
  .top-nav02 li a {
    display: block;
    position: relative;
  }
  .top-nav02 li a .txt {
    font-family: "garamond-premier-pro-display", serif;
    font-weight: 300;
    font-style: normal;
    color: #b28761;
    font-size: 1.2em;
    letter-spacing: 0.05em;
    padding: 0 0 0 4%;
  }
  .top-nav02 li a .line {
    width: 1.5px;
    height: 100%;
    background: #b28761;
    position: absolute;
    top: 0;
    left: 0;
  }
  .top-nav02 li a .sub {
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    display: block;
    margin: 0 auto;
    color: #000;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    transition: 0.3s;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%); /* Safari逕ｨ */
    transform: translateY(-50%);
    right: 0;
  }
  .top-nav02 li a:hover .sub {
    color: #b28761;
    transition: 0.3s;
  }

  /* door */
  .door {
    width: 100%;
    overflow: hidden;
    margin: 0 0 7% 0;
    padding: 40px 20px 0 0;
    box-sizing: border-box;
    background: #fff7fa;
  }
  #knit-wrap .door {
    background: #eff1f5;
  }
  .door .data01 {
    width: 100%;
    margin: 0 0 5% 0;
    padding-left: 51px;
    position: relative;
  }
  .door .data01::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 2px;
    width: 1px;
    height: 75px;
    background: #625549;
  }
  .door .data01 .sub-title {
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    letter-spacing: 0.85px;
    line-height: 22px;
    color: #1a1311;
    margin: 0 0 2% 0;
  }
  .door .data01 .main-title {
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    font-weight: 400;
    font-style: normal;
    color: #1a1311;
    font-size: 2em;
    letter-spacing: 0.1em;
    line-height: 1em;
    margin: 0 0 2% 0;
    white-space: nowrap;
  }
  .door .data01 .up-title {
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    font-weight: 400;
    font-style: normal;
    color: #1a1311;
    font-size: 50px;
    letter-spacing: 2.5px;
    line-height: 1em;
    margin: 0;
    white-space: nowrap;
  }
  .door .data01 .txt {
    display: none;
  }
  .door .data01 .txt span {
    width: 150px;
    height: 1px;
    background: #aeafb0;
    margin: 0 0 0 10px;
  }
  .door .data02 {
    width: 100%;
    position: relative;
    padding-top: 3%;
    padding-left: 51px;
    box-sizing: border-box;
  }
  .door .data02 .txt {
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 32px;
    white-space: nowrap;
  }
  .door .data02 .icon {
    width: 70px;
    line-height: 0;
    position: absolute;
    right: 0;
    bottom: 0;
  }

  /* item */
  .item {
    width: 100%;
    margin: 0 auto 15% auto;
  }
  .item .img {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 5% auto;
  }
  .item .img-right {
    margin-top: 5%;
  }
  .item .data {
    width: 85%;
    margin: 0 auto;
  }
  .item .link-box {
    width: 85%;
    margin: 5% auto 0 auto;
  }

  .item .data .num {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 3% 0;
    color: #ffdbe9;
  }
  #knit-wrap .item .data .num {
    color: #adb2cc;
  }
  .item .data .num li:nth-child(1) {
    display: none;
    font-size: 1.2em;
    letter-spacing: 0.1em;
    margin: 0 10px 0 0;
  }
  .item .data .num li:nth-child(2) {
    font-family: "Times New Roman", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
  }
  .item .data .item-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .item-bg {
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    overflow: visible;
    z-index: 10;
  }
  .item-bg::before {
    content: "";
    position: absolute;
    top: -200px;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 1)
    );
    pointer-events: none;
  }
  .item-bg02 {
    width: 100%;
    height: 100%;
    background: #edeae5;
    position: absolute;
    top: 0;
    left: 0;
    overflow: visible;
    z-index: 10;
  }
  .item-bg02::before {
    content: "";
    position: absolute;
    top: -200px;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(
      to bottom,
      rgba(237, 234, 229, 0),
      rgba(237, 234, 229, 1)
    );
    pointer-events: none;
  }
  .item .data .item-wrap .txt {
    width: 100%;
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    font-size: 14px;
    letter-spacing: 0.075em;
    line-height: 32px;
    text-align: justify;
    margin: 0 0 7% 0;
  }
  .item .data .item-wrap .txt br {
    display: none;
  }

  /* style-name */
  .item .data .style-name {
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    font-size: 40px;
    letter-spacing: 2px;
    margin: 0 0 3% 0;
    color: #1a1311;
    text-align: center;
  }
  .read .txt .txt-en {
    font-family: "Times New Roman", serif;
  }

  /* full-img */
  .full-img {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 0 7% 0;
  }
  .full-img-inner {
    width: 100%;
    position: relative;
    line-height: 0;
  }
  .full-img-inner img {
    width: 100%;
    display: block;
  }
  .full-img-overlay {
    position: absolute;
    bottom: 7.7%;
    left: 0;
    right: 0;
    text-align: center;
  }
  .full-img-num {
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    font-size: 50px;
    letter-spacing: 0;
    color: #ffdbe9;
    line-height: normal;
    margin: 0;
    padding-left: 0;
  }
  .full-img-name {
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    font-size: 40px;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 1.5;
    margin: 16px 0 0 0;
    padding-left: 0;
  }
  #knit-wrap .full-img-overlay {
    bottom: 27px;
  }
  #knit-wrap .full-img-num {
    color: #adb2cc;
  }

  /* full-img + item override */
  .full-img + .item .num,
  .full-img + .item .style-name {
    display: none;
  }
  .full-img + .item .data {
    width: 89.3%;
  }
  .full-img + .item .link-box {
    width: 89.3%;
  }
  /* spe-item */
  .spe-item {
    width: 100%;
    margin: 0 auto 15% auto;
  }
  .spe-item .img {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 7% auto;
  }
  .spe-item .data {
    width: 85%;
    margin: 0 auto;
  }
  .spe-item .data .title {
    font-family: "garamond-premier-pro-display", serif;
    font-weight: 300;
    font-style: italic;
    font-size: 2em;
    letter-spacing: 0.1em;
    color: #b28761;
    margin: 0 0 7% 0;
  }
  .spe-item .data .title span {
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #b28761;
    transform: rotate(-55deg);
    position: relative;
    top: -10px;
  }

  .f-icon {
    width: 110px;
    line-height: 0;
    margin: 0 auto 7% auto;
  }

  /* f-wrap */
  .f-wrap {
    width: 100%;
    background: #f8d0bb;
    padding: 7% 0 0 0;
  }
  .staff {
    font-size: 0.7em;
    line-height: 2.2em;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0 0 7% auto;
  }
  .f-logo {
    width: 15%;
    margin: 0 auto 7% auto;
  }

  /*cart-btm*/
  .cart-btm {
    width: 100%;
    text-decoration: none;
    color: #000;
    transition: 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 1% 0;
    font-family: "yu-mincho-pr6n", sans-serif;
    position: relative;
  }
  .cart-btm02 {
    width: 100%;
    text-decoration: none;
    color: #000;
    transition: 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 1% 0;
    font-family: "yu-mincho-pr6n", sans-serif;
    position: relative;
  }
  .cert-btm-color {
    color: #fff !important;
  }
  .cart-title {
    width: max-content;
    font-size: 14px;
    letter-spacing: 0px;
    position: absolute;
    line-height: 1.5em;
    white-space: nowrap;
  }
  .cart-title span {
    font-size: 14px;
    margin: 0 10px 0 0px;
    position: relative;
    color: #b28761;
  }
  .cart-title02 {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 1.5em;
    white-space: nowrap;
  }
  .cart-yen {
    font-size: 16px;
    letter-spacing: 0px;
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    white-space: nowrap;
    font-family: "yu-mincho-pr6n", sans-serif;
    box-sizing: border-box;
    padding: 0 10px 0 0;
  }
  .cart-yen .yen-icon {
    margin: 0 2px 0 0;
  }
  .cart-yen .tax {
    font-size: 11px;
    letter-spacing: 0;
    margin: 0 0 0 5px;
    position: relative;
    top: 1px;
  }
  .cart-yen02 {
    font-size: 16px;
    letter-spacing: 0px;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
    font-family: "yu-mincho-pr6n", sans-serif;
    box-sizing: border-box;
  }
  .cart-yen02 .yen-icon {
    margin: 0 2px 0 0;
  }
  .cart-yen02 .tax {
    font-size: 10px;
    letter-spacing: 0;
    margin: 0 0 0 5px;
    position: relative;
    top: 1px;
  }

  .link-line {
    width: 100%;
    height: 1px;
    background: #d0d0d0;
    margin: 10px 0 10px 0;
    opacity: 0.5;
  }
  .link-line02 {
    width: 100%;
    height: 1px;
    background: #fff;
    margin: 20px 0;
    opacity: 0.5;
  }

  .cart-btm .btn00 {
    font-size: 11px;
    line-height: 1.5em;
    width: 90px;
    padding: 5px 0 5px 0;
    background: #fff;
    border: 0.5px solid #625549;
    display: inline-block;
    text-align: center;
    color: #1a1311;
  }
  .cart-btm:hover .btn00 {
    background: #000;
    border-color: #000;
    color: #fff;
  }

  .cart-btm .btn01 {
    font-size: 11px;
    line-height: 1.5em;
    width: 90px;
    padding: 5px 0 5px 0;
    background: #000;
    border: 0.5px solid #000;
    display: inline-block;
    text-align: center;
    color: #fff;
  }
  .cart-btm:hover .btn01 {
    background: #fff;
    border-color: #000;
    color: #000;
  }

  .btn-border {
    background-color: transparent;
    color: #1d1d1d;
  }
  .btn-arrow {
    position: relative;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
  }
  .btn-arrow span {
    display: inline-block;
    position: relative;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: transform;
  }
  .cart-btm:hover .btn-arrow span {
    -webkit-transform: translate3d(-0.5rem, 0, 0);
    transform: translate3d(-0.5rem, 0, 0);
  }
  .cart-btm02:hover .btn-arrow span {
    -webkit-transform: translate3d(-0.5rem, 0, 0);
    transform: translate3d(-0.5rem, 0, 0);
  }
  .btn-arrow img {
    position: absolute;
    width: 1.1em;
    right: 0px;
    right: 0rem;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: right, opacity;
  }
  .btn-arrow img * {
    stroke-width: 5;
    stroke-color: transparent;
  }
  .cart-btm:hover .btn-arrow img {
    opacity: 1;
    right: -1rem;
  }
  .cart-btm02:hover .btn-arrow img {
    opacity: 1;
    right: -1rem;
  }

  /*f-banner*/
  .f-banner {
    width: 80%;
    margin: 15% auto 10% auto;
  }
  .f-banner-m {
    width: 80%;
    margin: 0 auto 15% auto !important;
  }
  .f-banner-list {
    width: 100%;
    margin: 0 auto;
  }
  .f-banner-list li {
    width: 100%;
    margin: 0 0 3% 0;
    background: #fff;
  }
  .f-banner-list li a {
    width: 100%;
    display: block;
    border: 1px solid #000000;
    transition: 0.3s;
  }
  .f-banner-list li a:hover {
    border: 1px solid #000000;
    transition: 0.3s;
  }

  /*f-banner02*/
  .f-banner02 {
    width: 100%;
    margin: 0 auto 5% auto;
  }
  .f-banner02-list {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .f-banner02-list li {
    width: 47%;
    background: #fff;
    margin: 0 0 5% 0 !important;
  }
  .f-banner02-list li a {
    width: 100%;
    display: block;
    border: 1px solid #000000;
    transition: 0.3s;
  }
  .f-banner02-list li a:hover {
    border: 1px solid #000000;
    transition: 0.3s;
  }

  /*footer*/
  .footer {
    color: #000;
    letter-spacing: 0.3em;
    padding: 0 0 20% 0;
    position: relative;
    text-align: center;
  }
  .footer .insta {
    display: block;
    width: 450px;
    border: 1px solid #eee;
    margin: 0 auto 3% auto;
    transition: 0.3s;
  }
  .footer .insta:hover {
    border: 1px solid #000;
    transition: 0.3s;
  }
  .footer_sns {
    margin: 0 0 0 0;
  }
  .footer_snsNode {
    display: inline-block;
    margin: 0 10px;
    width: 30px;
  }
  .f-ow {
    width: 120px;
    margin: 25px auto 0 auto;
  }
  .footer_copyright {
    font-family: "Helvetica", serif;
    font-size: 8px;
    letter-spacing: 0.02em;
    margin: 34px 0 0;
    color: #000000;
  }
  #pagetop {
    position: fixed;
    right: 10px;
    bottom: 50px;
    width: 35px;
    height: 35px;
    display: block;
    z-index: 30;
  }
  #pagetop .btn-loading {
    display: inline-flex;
    text-decoration: none;
    font-weight: 700;
    color: #111;
    width: 100%;
    height: 100%;
    position: relative;
    opacity: 1 !important;
    transition: all 0.3s;
    background-color: #ccc;
    border-radius: 100%;
    transition: color 0.2s;
    overflow: hidden;
  }
  #pagetop .btn-loading01:before,
  #pagetop .btn-loading01:after {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 0;
    background-color: #231815;
    pointer-events: none;
  }
  #pagetop .btn-loading:before {
    bottom: 0;
    left: 0;
  }
  #pagetop .btn-loading:after {
    top: 0;
    right: 0;
  }
  #pagetop:hover .btn-loading {
    color: #65a04d;
  }
  #pagetop:hover .btn-loading:before,
  #pagetop:hover .btn-loading:after {
    height: 100%;
  }
  #pagetop:hover .btn-loading:before {
    transition: height 0.1s 0.1s linear;
  }
  #pagetop:hover .btn-loading:after {
    transition: height 0.1s linear;
  }
  #pagetop .btn-loading span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
  }
  #pagetop .btn-loading span img {
    width: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .in-btn {
    width: 35px;
    margin: 0 auto 1% auto;
    display: block;
    opacity: 1;
  }

  .link-box-list {
    list-style: none;
  }
  .link-box-list li {
    margin-bottom: 0;
    overflow: hidden;
    max-height: 500px;
    transition: max-height 0.4s ease-in-out;
  }
  .link-box-list li:nth-child(n + 4) {
    max-height: 0;
    opacity: 0;
    transition:
      max-height 0.4s ease-in-out,
      opacity 0.4s ease-in-out;
  }
  .link-box-list.is-open li:nth-child(n + 4) {
    max-height: 500px;
    opacity: 1;
  }
  .link-box-list li:last-child {
    border-bottom: none;
  }
  .accordion-btn-wrapper {
    margin-top: 10px;
  }
  .accordion-toggle-btn {
    padding: 10px 5px;
    font-size: 0.9em;
    letter-spacing: 0.2em;
    color: #b48a63;
    background: #edeae5;
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  /*nav*/
  .menu {
    width: 100%;
    height: 40px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    cursor: pointer;
    background: #c29b76;
  }
  .menu.active {
    width: 100%;
    height: 40px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    cursor: pointer;
    background: #000;
  }

  .menu__line--icon {
    width: max-content;
    height: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%); /* Safari逕ｨ */
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    line-height: 0;
    display: block;
  }
  .menu__line--icon img {
    height: 12px;
  }
  .menu__line--top {
    display: none;
  }
  .menu__line--icon.active {
    display: none;
  }
  .menu__line--top.active {
    width: max-content;
    height: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%); /* Safari逕ｨ */
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    line-height: 0;
    display: block;
  }
  .menu__line--top.active img {
    height: 12px;
  }

  /*gnav*/
  .gnav {
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 8888 !important;
    bottom: 0;
    left: 0;
  }
  .menu_bg {
    background: #c29b76;
    height: 100%;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
  .gnav__wrap {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    justify-content: center;
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-40%); /* Safari逕ｨ */
    transform: translateY(-40%);
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .gnav__menu {
    width: 100%;
    overflow-y: scroll;
  }
  .gnav__menu::-webkit-scrollbar {
    display: none;
  }
  .gnav__menu::-ms-scrollbar {
    display: none;
  }
  .gnav__menu::-moz-scrollbar {
    display: none;
  }
  .big-menu-title {
    text-align: center;
    font-size: 28px;
    letter-spacing: 5px;
    line-height: 2.8em;
    font-family:
      "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
      "MS PMincho", serif;
  }
  .gnav__menu li {
    width: 100%;
    margin: 0 0 5% 0;
  }
  .gnav__menu li:nth-child(3) {
    width: 100%;
    margin: 0 0 15% 0;
  }
  .gnav__menu li:nth-child(4) {
    width: 100%;
    margin: 0 0 10% 0;
  }
  .gnav__menu li:last-child {
    width: 100%;
    margin: 0 0 0% 0 !important;
  }
  .gnav__menu li a {
    width: 100%;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
  }
  .gnav__menu li a .img {
    width: 100%;
    position: relative;
  }
  .gnav__menu li a:hover .img {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .gnav__menu li a .img img {
    opacity: 1;
    transition: 0.3s;
  }
  .gnav__menu li a:hover .img img {
    opacity: 0.9;
    transition: 0.3s;
  }
  .gnav__menu li a .txt {
    width: 100%;
    line-height: 0;
    display: block;
  }

  .grad-btn {
    background: #000;
    color: #fff;
    text-align: center;
    display: block;
    margin: 5% auto 0 auto;
    font-size: 12px;
    padding: 1% 0;
  }
  .grad-btn::before {
    content: "READ MORE";
  }
  .grad-item {
    position: relative;
    overflow: hidden;
    height: 35px; /*髫�縺励◆迥ｶ諷九�鬮倥＆*/
  }
  .grad-item::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    background: -webkit-linear-gradient(
      top,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.9) 50%,
      rgba(255, 255, 255, 0.9) 50%,
      #fff 100%
    );
    background: linear-gradient(
      top,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.9) 50%,
      rgba(255, 255, 255, 0.9) 50%,
      #fff 100%
    );
    content: "";
  }
  .grad-trigger {
    display: none;
  }
  .grad-trigger:checked ~ .grad-btn::before {
    content: "CLOSE";
  }
  .grad-trigger:checked ~ .grad-item {
    height: auto;
  }
  .grad-trigger:checked ~ .grad-item::before {
    display: none;
  }

  /* SP Splide Slider */
  .sp-slider {
    width: 100%;
    margin: 0 0 5% 0;
  }
  .sp-slider .splide__slide img {
    width: 100%;
    height: auto;
    display: block;
  }
  .sp-slider .splide__pagination {
    bottom: -25px;
  }
  .sp-slider .splide__pagination__page {
    width: 8px;
    height: 8px;
    background: #d0d0d0;
    opacity: 1;
    margin: 0 4px;
  }
  .sp-slider .splide__pagination__page.is-active {
    background: #625549;
    transform: scale(1);
  }
}

/* Border Knit (Figma node: 7:14 / 16:36) */
@media screen and (min-width: 1025px) {
  .item.item-knit03 .img-left {
    padding-left: 3.7%;
  }

  .item.item-border-knit {
    grid-template-areas:
      "data img-right"
      "img-left link-box";
  }
  .item.item-border-knit .img-left {
    padding-left: 3.7%;
    padding-right: 0;
  }
  .item.item-border-knit .img-right {
    margin-top: 0;
  }
  .item.item-border-knit .data {
    padding-left: 0;
    padding-right: 0;
    max-width: 400px;
    margin: 0 auto;
    align-self: start;
  }
  .item.item-border-knit .link-box {
    padding-left: 0;
    padding-right: 0;
    align-self: center;
    max-width: 400px;
    margin: 0 auto;
  }
  .item.item-border-knit .data .num {
    margin-bottom: 18px;
  }
  .item.item-border-knit .data .item-wrap .txt {
    letter-spacing: 0;
    line-height: 40px;
    margin-bottom: 0;
  }
  .item.item-border-knit .data .item-wrap .txt br {
    display: none;
  }
  .item.item-border-knit .link-line {
    margin: 13px 0 11px;
  }
  .item.item-border-knit .cart-btm {
    margin-bottom: 0;
  }
  .item.item-border-knit .cart-btm .btn00,
  .item.item-border-knit .cart-btm .btn01 {
    width: 86px;
    height: 28px;
    padding: 0;
    line-height: 28px;
    box-sizing: border-box;
  }
}

/* border-knit: no breakpoint-specific overrides for image sizing.
   Inherits standard .item grid (1fr 1fr, column-gap: 8.5%, padding, stagger)
   Only data/link-box centering is adjusted. */

@media (min-width: 0px) and (max-width: 766px) {
  .item.item-border-knit {
    display: flex;
    flex-direction: column;
    margin-bottom: 13.34%;
  }
  .item.item-border-knit .data,
  .item.item-border-knit .link-box {
    width: calc(100% - 40px);
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
  }
  .item.item-border-knit .data {
    order: 1;
    margin-top: 0;
    min-height: 279px;
  }
  .item.item-border-knit .img-left,
  .item.item-border-knit .img-right {
    display: none;
  }
  .item.item-border-knit .sp-slider {
    order: 2;
    width: 100%;
    margin: 34px 0 0;
  }
  .item.item-border-knit .link-box {
    order: 3;
    margin-top: 39px;
  }
  .item.item-border-knit .data .num {
    margin-bottom: 12px;
  }
  .item.item-border-knit .data .style-name {
    margin-bottom: 16px;
  }
  .item.item-border-knit .data .item-wrap .txt {
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 0;
  }
  .item.item-border-knit .data .item-wrap .txt br {
    display: none;
  }
  .item.item-border-knit .link-line {
    margin: 12px 0 11px;
  }
  .item.item-border-knit .cart-btm {
    margin-bottom: 0;
  }
  .item.item-border-knit .cart-btm .btn00,
  .item.item-border-knit .cart-btm .btn01 {
    width: 86px;
    height: 28px;
    padding: 0;
    line-height: 28px;
    box-sizing: border-box;
  }
}
