/** Shopify CDN: Minification failed

Line 1545:3 Expected "}" to go with "{"

**/
@charset "UTF-8";
.gradient {
  background-color: transparent;
}

/*----------------------------------------------------------
      common
  ----------------------------------------------------------*/
* {
  word-break: break-all;
  box-sizing: border-box;
  min-height: 0;
  min-width: 0;
}

form {
  margin-bottom: 0;
}

html,
body {
  overflow-x: hidden;
  background: url(//taylor-kofuji.jp/cdn/shop/t/17/assets/bg_texture.png);
  background-size: contain;
  margin: 0;
}

html[lang=en-x-mtfrom-ja] #content iframe {
  display: none;
}

body,
input,
textarea,
select {
  font-family: YakuHanJP_Narrow, "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

.sp,
.sptab {
  display: none !important;
}

dl,
dt,
dd,
ol,
ul,
li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: url(//taylor-kofuji.jp/cdn/shop/t/17/assets/bg_texture.png);
  background-size: contain;
}

address {
  font-style: normal;
}

img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
  vertical-align: bottom;
}

figure {
  margin: 0;
}

a {
  text-decoration: none;
  transition: 0.3s;
}
a img {
  backface-visibility: hidden;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}
a:hover img {
  opacity: 0.5;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

p,
h1,
h2,
h3 {
  margin: 0;
}

ul {
  list-style: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.flex {
  display: flex;
}

.relative {
  position: relative;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

/*画像*/
.image {
  overflow: hidden;
}

.image.image-zoom img {
  transition: 0.3s;
}
.image.image-zoom:hover img {
  opacity: 1;
  transform: scale(1.1);
}

/*//////////////////////////////////////////
// 共通パーツ
//////////////////////////////////////////*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.pc {
  display: flex !important;
}

.pc-block {
  display: block !important;
}

.sp {
  display: none !important;
}

.sp-block {
  display: none !important;
}

.color__items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}
.color__items .item {
  width: 50%;
  height: 160px;
  margin-bottom: 16px;
  padding: 0 8px;
}
.color__items .item .p__inner {
  width: 100%;
  height: 100%;
  display: flex;
  background: url(//taylor-kofuji.jp/cdn/shop/t/17/assets/c_bg.png);
  background-size: 100%;
}
.color__items .item .p__inner .icon {
  width: 53.7974683544%;
  height: 100%;
}
.color__items .item .p__inner .content__text {
  width: 46.2025316456%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.color__items .item .p__inner .content__text .en__txt {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #000;
}
.color__items .item .p__inner .content__text .ja__txt {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #000;
}
.color__items .item a:hover {
  opacity: 1;
}
.color__items .item a:hover img {
  opacity: 1 !important;
}
.color__items .item:hover.red .p__inner {
  background: #F9C2C2;
}
.color__items .item:hover.green .p__inner {
  background: rgba(168, 200, 200, 0.5);
}
.color__items .item:hover.blue .p__inner {
  background: rgba(106, 157, 201, 0.5);
}
.color__items .item:hover.brown .p__inner {
  background: rgba(201, 185, 106, 0.5);
}
.color__items .item:hover.monotone .p__inner {
  background: rgba(158, 158, 158, 0.5);
}
.color__items .item:hover.yellow .p__inner {
  background: rgba(233, 233, 109, 0.5);
}
.color__items .item:hover.multi .p__inner {
  background: rgba(201, 164, 219, 0.5);
}
.color__items .item:hover.special .p__inner {
  background: rgba(242, 177, 120, 0.5);
}

.breadcrumb {
  margin: 147px auto 0;
  padding: 0 20px;
  max-width: 1320px;
  width: 100%;
}
.breadcrumb a,
.breadcrumb span {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  color: #000;
}

.subpage__title {
  margin: 80px 0 120px;
}
.subpage__title .en__txt {
  font-family: "Cormorant Garamond";
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
  text-align: center;
  color: #000;
}
.subpage__title .ja__txt {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 5px;
  text-align: center;
  color: #000;
}

.overlay {
  width: 100%;
  height: 100%;
  display: block !important;
  background: black;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  transition: 0.25s;
  cursor: pointer;
}
.overlay.open {
  opacity: 0.4;
  visibility: visible;
}

.section-product__items {
  padding: 160px 0;
  width: 100%;
  background: url(//taylor-kofuji.jp/cdn/shop/t/17/assets/new-item_bg.png);
  background-size: cover;
}
.section-product__items.c01 {
  background: transparent;
}
.section-product__items.c02 {
  padding-bottom: 0;
}
.section-product__items.c03 {
  padding-top: 140px;
}
.section-product__items .inner {
  width: 83.3333333333%;
  margin: 0 0 0 auto;
  min-height: 30vw;
}
.section-product__items .inner .news__slider {
  width: 100%;
  margin-top: 80px;
  display: flex;
}
.section-product__items .inner .news__slider .slick-track {
  margin-left: -5%;
}
.section-product__items .inner .news__slider .btn__arrow {
  width: 24px;
  height: 24px;
  background: url(//taylor-kofuji.jp/cdn/shop/t/17/assets/arrow_l.png);
  background-size: 100% 100%;
  position: absolute;
  top: -97px;
  right: 23%;
  cursor: pointer;
}
.section-product__items .inner .news__slider .btn__arrow.right {
  background: url(//taylor-kofuji.jp/cdn/shop/t/17/assets/arrow_r.png);
  background-size: 100% 100%;
  position: absolute;
  top: -97px;
  right: 20%;
}
.section-product__items .inner .news__slider .item {
  width: 416px;
  display: flex;
  margin: 0 8px;
}

@media (max-width: 1400px) {
  .section-product__items .inner {
    width: 95%;
  }
  .color__items .item {
    height: auto;
  }
}
@media (max-width: 1199px) {
  .color__items .item .p__inner .content__text .en__txt {
    font-size: 18px;
  }
  .color__items .item .p__inner .content__text .ja__txt {
    font-size: 12px;
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 0.13023vw;
  }
  .pc {
    display: none !important;
  }
  .pc-block {
    display: none !important;
  }
  .sp {
    display: flex !important;
  }
  .sp-block {
    display: block !important;
  }
  .color__items .item {
    width: 100%;
    height: 160rem;
    margin-bottom: 16rem;
    padding: 0;
  }
  .color__items {
    margin-top: 80rem;
  }
  .color__items .item .p__inner .icon {
    width: 340rem !important;
    height: 100%;
  }
  .color__items .item .p__inner .content__text {
    width: calc(100% - 340rem);
  }
  .color__items .item .p__inner .content__text .en__txt {
    font-size: 26rem;
    line-height: 1.4;
  }
  .color__items .item .p__inner .content__text .ja__txt {
    font-size: 22rem;
  }
  .section-product__items .inner .news__slider .item {
    margin: 0 8rem;
  }
  .breadcrumb {
    margin: 170rem auto 0;
    padding: 0 22px;
    line-height: 40rem;
  }
  .breadcrumb a,
  .breadcrumb span {
    font-size: 20rem;
    line-height: 40rem;
  }
  .subpage__title {
    margin: 90rem auto 140rem;
  }
  .subpage__title .en__txt {
    font-size: 48rem;
  }
  .subpage__title .ja__txt {
    font-size: 24rem;
    line-height: 1.5;
    margin-top: 9rem;
  }
}
/*//////////////////////////////////////////
//  カートポップアップ用
//////////////////////////////////////////*/
@media screen and (min-width: 990px) {
  .cart-notification-wrapper:is(.page-width) > .cart-notification {
    right: 0 !important;
    z-index: 9999999999999;
    background: #fff;
  }
}
/*//////////////////////////////////////////
//  LINEウィジェット
//////////////////////////////////////////*/
#csaas-widget-mb2w7V > .csaas-widget {
  visibility: hidden;
  opacity: 0;
  transition: linear all 0.3s;
}
@media (max-width: 767px) {
  #csaas-widget-mb2w7V > .csaas-widget {
    right: 0 !important;
    bottom: 20rem !important;
  }
}
#csaas-widget-mb2w7V > .csaas-widget.is-animation {
  visibility: visible;
  opacity: 1;
}
#csaas-widget-mb2w7V > .csaas-widget .csaas-channel svg {
  width: 54px !important;
  height: 54px !important;
}
@media (max-width: 767px) {
  #csaas-widget-mb2w7V > .csaas-widget .csaas-channel svg {
    width: 80rem !important;
    height: 80rem !important;
  }
}
#csaas-widget-mb2w7V > .csaas-widget .csaas-svg {
  width: 54px;
  height: 54px;
  background-color: initial !important;
  box-shadow: none !important;
}
@media (max-width: 767px) {
  #csaas-widget-mb2w7V > .csaas-widget .csaas-svg {
    width: 80rem !important;
    height: 80rem !important;
  }
}
#csaas-widget-mb2w7V > .csaas-widget .csaas-svg .color-element {
  fill: #4D4D4D !important;
}

#csaas-widget-mb2w7V .csaas-i-trigger .csaas-channel {
  right: 0 !important;
}

#csaas-widget-mb2w7V .csaas-i-trigger .csaas-channel a {
  width: 200px !important;
  height: 70px !important;
  background: #4D4D4D;
  color: #fff;
  border-radius: initial !important;
  display: flex;
  align-items: center;
  padding-left: 5px;
  gap: 0 5px;
}
@media (max-width: 767px) {
  #csaas-widget-mb2w7V .csaas-i-trigger .csaas-channel a {
    width: 300rem !important;
    height: 100rem !important;
  }
}

#csaas-widget-mb2w7V .csaas-i-trigger .csaas-channel a .csaas-svg {
  display: flex;
  align-items: center;
  color: #fff;
  border-radius: initial !important;
}

/*吹き出しテキスト*/
#csaas-widget-mb2w7V .on-hover-text {
  background-color: transparent !important;
  color: #fff;
  transform: initial;
  position: static;
  animation: initial !important;
  display: flex;
  align-items: center;
  text-align: left;
  gap: 0 10px;
}
@media (max-width: 767px) {
  #csaas-widget-mb2w7V .on-hover-text {
    gap: 0 10rem;
    font-size: 26rem;
  }
}
#csaas-widget-mb2w7V .on-hover-text:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
#csaas-widget-mb2w7V .on-hover-text:before {
  content: none !important;
}

.csaas-tooltip.pos-left .on-hover-text,
.csaas-tooltip.pos-left:after {
  top: initial;
  right: initial;
  transform: initial;
  position: static;
}

.csaas-tooltip .on-hover-text,
.csaas-tooltip:after {
  text-align: center;
  min-width: 1em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 !important;
  border-radius: 10px;
  background: #fff;
  color: #333;
  z-index: 1000;
  box-shadow: none !important;
  font-size: 17px;
  line-height: 21px;
}

/*//////////////////////////////////////////
//  スライダー ローディング
//////////////////////////////////////////*/
.news__slider,
.recently__slider {
  opacity: 0;
  visibility: hidden;
  transition: linear all 0.5s;
  position: relative;
}
.news__slider.active,
.recently__slider.active {
  opacity: 1;
  visibility: visible;
}

.section-product__items .inner {
  position: relative;
}

.loading {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
  transition: linear all 0.3s;
}
.loading.active {
  visibility: hidden;
  opacity: 0;
}

.loader {
  color: #ccc;
  font-size: 15px;
  margin: 0 auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  text-indent: -9999em;
  animation-name: load4;
  animation-duration: 1.3s;
  animation-timing-function: linear;
  animation-delay: 0.3s;
  animation-iteration-count: infinite;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
  transition: linear all 0.5s;
}
.loader.active {
  visibility: hidden;
  opacity: 0;
}

@keyframes load4 {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@media (max-width: 767px) {
  /*//////////////////////////////////////////
  //  ウィッシュリスト
  //////////////////////////////////////////*/
  body .h-wishlist-icon .wishlist-h-count {
    padding-left: 0;
    display: inline-block;
    position: absolute;
    width: 34rem;
    height: 34rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 16rem;
    color: #fff;
    background: #000;
    text-align: center;
    right: -10rem;
    top: initial;
    line-height: 30rem;
    bottom: -6rem;
  }
  /*//////////////////////////////////////////
  //  一覧画面
  //////////////////////////////////////////*/
  main#MainContent summary .icon-caret {
    position: absolute;
    height: 12rem;
    right: -24.5rem !important;
    top: calc(50% - 4rem);
  }
  main#MainContent #collectionMain .facets__display,
  main#MainContent .template-search .facets__display {
    width: 48vw !important;
  }
  main#MainContent .facets__header {
    padding: 30rem 22rem;
    flex-wrap: wrap;
    font-size: 28rem;
  }
  main#MainContent .facets__header .facets__selected {
    width: 100%;
  }
  main#MainContent .facets__header facet-remove {
    width: 100%;
  }
  main#MainContent .link,
  main#MainContent .customer a {
    text-underline-offset: 6rem;
    font-size: 28rem;
  }
  main#MainContent .underlined-link,
  main#MainContent .customer a,
  main#MainContent .inline-richtext a {
    text-underline-offset: 6rem;
    text-decoration-thickness: 2rem;
  }
  main#MainContent .facets__price .field-currency {
    align-self: center;
    margin-right: 12rem;
  }
  main#MainContent #FacetsWrapperDesktop .field {
    width: 83%;
  }
  main#MainContent .facets__price {
    flex-wrap: wrap;
    padding: 30rem 22rem;
    gap: 20rem 0;
  }
  main#MainContent .field__input,
  main#MainContent .select__select,
  main#MainContent .customer .field input,
  main#MainContent .customer select {
    font-size: 32rem;
    height: 90rem;
    min-width: calc(140rem + var(--inputs-border-width) * 2);
  }
  main#MainContent .field__input,
  main#MainContent .customer .field input {
    padding: 30rem;
  }
  main#MainContent .facet-filters__field .select {
    width: auto;
    margin-right: 22rem;
  }
  main#MainContent .select .icon-caret,
  main#MainContent .customer select + svg {
    height: 12rem;
    pointer-events: none;
    position: absolute;
    top: calc(50% - 4rem);
    right: -24.5rem;
  }
  /*//////////////////////////////////////////
  //  カートアイコン周り
  //////////////////////////////////////////*/
  .cart-count-bubble {
    height: 34rem;
    width: 34rem;
    font-size: 18rem;
    bottom: -6rem;
    left: 19rem;
  }
  .header__icon,
  .header__icon--cart svg {
    height: 40rem;
    width: 40rem;
  }
  /*//////////////////////////////////////////
  //  カートドロワー
  //////////////////////////////////////////*/
  body .cart-notification {
    padding: 50rem 70rem;
  }
  body .cart-notification-product {
    padding-bottom: 60rem;
    padding-top: 40rem;
  }
  body .cart-notification-product__image {
    margin-right: 30rem;
    margin-top: 10rem;
  }
  body .cart-notification-product__name {
    margin-bottom: 10rem;
  }
  body .cart-notification-product__name {
    font-size: calc(var(--font-heading-scale) * 30rem);
  }
  body .cart-notification__header {
    text-align: center;
    padding: 22rem;
  }
  body .cart-notification__heading .icon-checkmark {
    margin-right: 20rem !important;
    width: 26rem !important;
  }
  body .cart-notification-wrapper {
    z-index: 9999;
  }
  body .cart-notification.active {
    background: #fff;
  }
  body .cart-notification-product__image {
    margin-right: 30rem;
    margin-top: 10rem;
  }
  body .cart-notification-product {
    padding-bottom: 60rem;
    padding-top: 40rem;
  }
  body .cart-notification__links > * {
    margin-top: 20rem;
  }
  body .button,
  body .button-label,
  body .shopify-challenge__button,
  body .customer button {
    font-size: 30rem;
    letter-spacing: 2rem;
    line-height: calc(1 + 0.2 / var(--font-body-scale));
  }
  body .button,
  body .shopify-challenge__button,
  body .customer button {
    padding: 0 60rem;
    font-size: 30rem;
  }
  body .cart-notification__links > * {
    margin-top: 20rem;
  }
  body .button,
  body .shopify-challenge__button,
  body .customer button,
  body button.shopify-payment-button__button--unbranded {
    min-width: calc(240rem + var(--buttons-border-width) * 2);
    min-height: calc(90rem + var(--buttons-border-width) * 2);
  }
}
header {
  width: 100%;
  height: 86px;
  background: rgba(255, 255, 255, 0.918);
  padding: 0 30px 0 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 4;
}
header .main__menu {
  display: flex;
}
header .main__menu ul.main {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .main__menu ul.main li {
  padding: 27px 15px;
}
header .main__menu ul.main li.parent {
  padding-right: 16px;
  display: flex;
  align-items: center;
}
header .main__menu ul.main li.parent.active:after {
  transform: rotate(180deg);
}
header .main__menu ul.main li.parent.active .menu-design {
  opacity: 1;
  visibility: visible;
  display: block;
}
header .main__menu ul.main li.parent.active .menu-color {
  opacity: 1;
  visibility: visible;
}
header .main__menu ul.main li.parent:after {
  content: "";
  width: 8px;
  height: 4px;
  display: block;
  background: url(//taylor-kofuji.jp/cdn/shop/t/17/assets/chevron-down.png);
  background-size: 100%;
  margin-left: 8px;
  transition: 0.3s;
}
header .main__menu ul.main li.parent .menu-design {
  width: 100%;
  height: auto;
  padding: 64px 0;
  background: white;
  position: absolute;
  top: 87px;
  left: 0;
  transition: 0.25s;
  opacity: 0;
  visibility: hidden;
}
header .main__menu ul.main li.parent .menu-design .color__items {
  padding: 0;
  max-width: 1320px;
  width: 95%;
  margin: auto;
  gap: 24px 40px;
  justify-content: center;
}
header .main__menu ul.main li.parent .menu-design .color__items:after {
  content: "";
  display: block;
  width: 620px;
}
header .main__menu ul.main li.parent .menu-design .color__items .item {
  width: 290px;
  height: 80px;
  padding: 0;
  margin-bottom: 0;
}
header .main__menu ul.main li.parent .menu-design .color__items .item .icon {
  width: 120px;
}
header .main__menu ul.main li.parent .menu-design .color__items .item .content__text {
  width: calc(100% - 120px);
}
header .main__menu ul.main li.parent .menu-design .color__items .item .content__text .en__txt {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #000;
}
header .main__menu ul.main li.parent .menu-design .color__items .item .content__text .ja__txt {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  color: #000;
}
header .main__menu ul.main li.parent .menu-color {
  width: 100%;
  height: auto;
  padding: 64px 0;
  background: white;
  position: absolute;
  top: 87px;
  left: 0;
  transition: 0.25s;
  opacity: 0;
  visibility: hidden;
}
header .main__menu ul.main li.parent .menu-color .color__items {
  max-width: 1320px;
  width: 95%;
  margin: auto;
}
header .main__menu ul.main li.parent .menu-color .color__items .item {
  width: 33.3333333333%;
  height: 80px;
  padding: 0 20px;
  margin-bottom: 24px;
}
header .main__menu ul.main li.parent .menu-color .color__items .item .icon {
  width: 196px;
}
header .main__menu ul.main li.parent .menu-color .color__items .item .content__text {
  width: calc(100% - 196px);
}
header .main__menu ul.main li.parent .menu-color .color__items .item .content__text .en__txt {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #000;
}
header .main__menu ul.main li.parent .menu-color .color__items .item .content__text .ja__txt {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  color: #000;
}
header .main__menu ul.main li a,
header .main__menu ul.main li span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #000;
  cursor: pointer;
}
header .logo {
  width: 200px;
  height: 26px;
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
header .gap__menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .gap__menu ul li {
  padding: 0 10px;
}
header .gap__menu ul li .search-form {
  width: 100%;
  height: auto;
  padding: 64px;
  position: absolute;
  left: 0;
  top: 87px;
  background: white;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
}
header .gap__menu ul li .search-form.open {
  opacity: 1;
  visibility: visible;
}
header .gap__menu ul li .search-form .search__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .gap__menu ul li .search-form .search__inner form {
  width: 100%;
}
header .gap__menu ul li .search-form .search__inner .input__wrapper {
  max-width: 1236px;
  width: 95%;
  height: 52px;
  position: relative;
}
header .gap__menu ul li .search-form .search__inner .input__wrapper .search__icon {
  width: 20px;
  display: flex;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  border: 0;
  padding: 0;
  cursor: pointer;
  background:transparent;
}
header .gap__menu ul li .search-form .search__inner .input__wrapper input[type=search] {
  width: 100%;
  height: 100%;
  background: #f4f2f0;
  border: 0;
  padding: 17px 24px;
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  color: #000;
}
header .gap__menu ul li .search-form .search__inner .close__btn {
  width: 20px;
  display: flex;
  margin-left: 24px;
  cursor: pointer;
}
header .gap__menu ul li a,
header .gap__menu ul li span {
  width: auto;
  height: 27px;
  display: flex;
  cursor: pointer;
}
header .gap__menu ul li a img,
header .gap__menu ul li span img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1400px) {
  header {
    padding: 0 20px 0 25px;
  }
}
@media (max-width: 1199px) {
  header {
    padding: 0 10px 0 15px;
  }
  header .main__menu ul.main li a {
    font-size: 13px;
  }
  header .gap__menu ul li a,
  header .gap__menu ul li span {
    width: auto;
    height: 20px;
  }
  header .main__menu ul.main li {
    padding: 27px 6px;
  }
  header .logo {
    width: 137px;
    height: auto;
  }
  header .main__menu ul.main li.parent .menu-color .color__items .item {
    width: 50%;
  }
}
@media (max-width: 959px) {
  header .logo {
    left: 55%;
  }
}
@media (max-width: 767px) {
  header .main__menu {
    position: fixed;
    width: 100%;
    height: 0;
    padding: 49rem 44rem 97rem;
    background: white;
    top: 120rem;
    left: 0;
    visibility: hidden;
    z-index: 2;
    transition: linear all 0.3s;
    opacity: 0;
  }
  header .main__menu.open {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
  header .logo {
    width: 310rem;
    height: auto;
    display: flex;
    position: relative;
    left: auto;
    top: auto;
    transform: unset;
  }
  header {
    width: 100%;
    height: 120rem;
    background: white;
    padding: 0 44rem;
  }
  header .gap__menu ul li a:last-child,
  header .gap__menu ul li:last-child {
    padding-right: 0;
  }
  header .gap__menu ul li a,
  header .gap__menu ul li > span {
    width: auto;
    height: 40rem;
  }
  .sp-menu {
    width: 36rem;
    height: 33rem;
    position: relative;
  }
  .sp-menu.open span:nth-child(1) {
    top: 16rem;
    transform: rotate(45deg);
  }
  .sp-menu.open span:nth-child(2) {
    width: 0 !important;
  }
  .sp-menu.open span:nth-child(3) {
    top: 16rem;
    transform: rotate(-45deg);
  }
  .sp-menu span {
    width: 100% !important;
    height: 0 !important;
    border-bottom: 3rem solid #000;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
  .sp-menu span + span {
    top: 16rem;
  }
  .sp-menu span + span + span {
    top: 32rem;
  }
  header .main__menu ul.main {
    display: block;
    width: 100%;
  }
  header .main__menu ul.main li a {
    font-size: 26rem;
    line-height: 40rem;
  }
  header .main__menu ul.main li.parent:after {
    content: unset;
  }
  header .main__menu ul.main li {
    padding: 48rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.404);
  }
  header .main__menu ul.main li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  header .main__menu {
    max-height: calc(100vh - 120rem);
    overflow: auto;
  }
  header .main__menu ul.main li.parent .menu-design {
    width: 100%;
    height: auto;
    padding: 37rem 0;
    background: white;
    position: relative;
    top: auto;
    left: 0;
    display: none;
  }
  header .main__menu ul.main li.parent .menu-design .color__items {
    width: 680rem;
  }
  header .main__menu ul.main li.parent .menu-design .color__items .item {
    width: 100%;
    height: 160rem;
    padding: 0;
    margin-bottom: 14rem;
  }
  .color__items .item .icon {
    width: 274rem;
  }
  header .main__menu ul.main li.parent .menu-design .color__items .item .content__text {
    width: calc(100% - 274rem);
  }
  header .main__menu ul.main li.parent .menu-design .color__items .item .content__text .en__txt {
    font-size: 26rem;
    line-height: 28rem;
  }
  header .main__menu ul.main li.parent .menu-design .color__items .item .content__text .ja__txt {
    font-size: 22rem;
  }
  header .main__menu ul.main li.parent {
    padding-right: initial;
    display: block;
    align-items: center;
  }
  header .main__menu ul.main li.parent.open a:after {
    transform: translateY(-50%) rotate(180deg);
  }
  header .main__menu ul.main li.parent > a {
    position: relative;
  }
  header .main__menu ul.main li.parent > a:after {
    content: "";
    display: block;
    background: url(//taylor-kofuji.jp/cdn/shop/t/17/assets/chevron-down.png);
    background-size: 100%;
    width: 16rem;
    height: 8rem;
    position: absolute;
    right: -26rem;
    top: 50%;
    transform: translateY(-50%);
  }
  header .main__menu ul.main li.parent .menu-color {
    width: 100%;
    height: auto;
    padding: 40rem 0;
    position: relative;
    top: auto;
    left: auto;
    display: none;
  }
  header .main__menu ul.main li.parent .menu-color .color__items {
    width: 680rem;
  }
  header .main__menu ul.main li.parent .menu-color .color__items .item {
    width: 100%;
    height: 160rem;
    padding: 0;
    margin-bottom: 16rem;
  }
  header .main__menu ul.main li.parent .menu-color .color__items .item .content__text .en__txt {
    font-size: 26rem;
    line-height: 28rem;
  }
  header .main__menu ul.main li.parent .menu-color .color__items .item .content__text .ja__txt {
    font-size: 22rem;
  }
  header .main__menu ul.main li.parent .menu-color .color__items .item .content__text {
    width: calc(100% - 340rem);
  }
  header .gap__menu ul li .search-form {
    padding: 65rem 0;
    top: 120rem;
  }
  header .gap__menu ul li .search-form .search__inner {
    width: 680rem;
    margin: auto;
  }
  header .gap__menu ul li .search-form .search__inner .input__wrapper {
    width: 600rem;
    height: 88rem;
  }
  header .gap__menu ul li .search-form .search__inner .input__wrapper input[type=text] {
    padding: 20rem 24rem;
    font-size: 26rem;
    line-height: 1.2;
  }
  header .gap__menu ul li .search-form .search__inner .close__btn {
    width: 36rem;
    margin-left: 42rem;
  }
  header .gap__menu ul li .search-form .search__inner .input__wrapper .search__icon {
    width: 40rem;
    right: 24rem;
  }
  header .main__menu ul.main li.parent:hover .menu-design {
    opacity: 1;
    visibility: visible;
    display: none;
  }
  header .main__menu ul.main li.parent:hover .menu-color {
    opacity: 1;
    visibility: visible;
  }
  header .main__menu ul.main li.parent .menu-design {
    opacity: 1;
    visibility: visible;
  }
  header .main__menu ul.main li.parent .menu-color {
    opacity: 1;
    visibility: visible;
  }
  header .gap__menu ul li {
    padding: 0 18rem;
  }
}
@media (max-width: 767px) {
  header .main__menu ul.main li.other-link {
    padding: 0;
  }
  header .main__menu ul.main li.other-link a {
    padding: 48rem 0;
    display: block;
  }
}
footer {
  width: 100%;
  background: url(//taylor-kofuji.jp/cdn/shop/t/17/assets/footer_bg.png);
  background-size: cover;
  background-position: center;
}
footer .inner {
  width: 83.3333333333%;
  margin: 0 0 0 auto;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
footer .inner .info__wrapper {
  width: 344px;
  height: 404px;
  background: rgba(255, 255, 255, 0.87);
  display: flex;
  flex-direction: column;
  padding: 0 64px;
}
footer .inner .info__wrapper .f__logo {
  width: 100%;
  display: flex;
  margin: 66px 0 24px;
}
footer .inner .info__wrapper .sns__link {
  display: flex;
  align-items: center;
  justify-content: left;
}
footer .inner .info__wrapper .sns__link .face__icon {
  width: 10.71px;
  display: flex;
  margin: 0 8px;
}
footer .inner .info__wrapper .sns__link .face__icon.insta__icon {
  width: 20px;
}
footer .inner .info__wrapper .contact__btn {
  max-width: 200px;
  height: 50px;
  margin-top: 40px;
  background: transparent;
  border: 2px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .inner .info__wrapper .contact__btn .icon {
  width: 16px;
  display: flex;
  margin-right: 9px;
}
footer .inner .info__wrapper .contact__btn .lbl {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #000;
}
footer .inner .info__wrapper .copyright {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 12px;
  line-height: 28px;
  margin-top: 100px;
  text-align: left;
  color: #000;
}
footer .inner .footer__menu {
  width: calc(100% - 344px);
  padding-left: 7%;
}
footer .inner .footer__menu .f__menu {
  margin: 12px 0;
}
footer .inner .footer__menu .f__menu .lbl__txt {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  color: #fff;
  text-shadow: 0px 0px 4px #000;
}
footer .inner .footer__menu .f__menu ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}
footer .inner .footer__menu .f__menu ul li {
  padding: 0 15px;
  position: relative;
}
footer .inner .footer__menu .f__menu ul li:after {
  content: "";
  width: 0;
  height: 15px;
  border-left: 1px solid white;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%) rotate(26deg);
}
footer .inner .footer__menu .f__menu ul li:first-child {
  padding-left: 0;
}
footer .inner .footer__menu .f__menu ul li a {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-align: left;
  color: #fff;
  text-shadow: 0px 0px 4px #000;
}

@media (max-width: 1400px) {
  footer .inner {
    width: 95%;
  }
}
@media (max-width: 1199px) {
  footer .inner .info__wrapper {
    width: 228px;
    height: 404px;
  }
  footer .inner .footer__menu {
    width: calc(100% - 237px);
    padding-left: 5%;
  }
}
@media (max-width: 767px) {
  footer .inner {
    width: 100%;
    margin: auto;
    display: block;
  }
  footer .inner .footer__menu {
    width: 680rem;
    margin: auto;
    padding: 92rem 0 50rem;
    padding-left: initial;
  }
  footer .inner .footer__menu .f__menu .lbl__txt {
    font-size: 30rem;
    margin-bottom: 20rem;
    line-height: 1.6;
  }
  footer .inner .footer__menu .f__menu ul li a {
    font-size: 22rem;
  }
  footer .inner .footer__menu .f__menu ul li {
    padding: 0px 28rem;
    margin-bottom: 20rem;
  }
  footer .inner .footer__menu .f__menu:first-child ul li:nth-child(5), footer .inner .footer__menu .f__menu:first-child ul li:nth-child(9) {
    padding-left: 0;
  }
  footer .inner .footer__menu .f__menu:last-child ul li:nth-child(3) {
    padding-left: 0;
  }
  footer .inner .info__wrapper {
    width: 100%;
    height: auto;
    padding: 40rem 0 40rem 44rem;
  }
  footer .inner .info__wrapper .f__logo {
    width: 340rem;
    display: flex;
   