/** Shopify CDN: Minification failed

Line 3362:2 Unexpected "#2021-1st-collection"
Line 3374:2 Unexpected "#2021-1st-collection"

**/
@charset "UTF-8";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top;
  background: transparent;
}

body {
  line-height: 1;
  word-break: normal !important;
  overflow-wrap: break-word;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

/*------clearfix-------------------------------------*/
.clearfix {
  display: inline-table;
  min-height: 1%;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"] {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea,
select {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-family: europa, "fot-cezanne-pron", sans-serif;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #333;
  background-color: #F4F3EE;
  line-break: strict;
  overflow-wrap: break-word;
  word-break: normal !important;
}

a {
  text-decoration: none;
  color: #333;
}

svg {
  width: 100%;
}

img {
  width: 100%;
}

image {
  width: 100%;
}

.Drawer {
  z-index: 9000;
  width: calc(100vw);
  background-color: #F4F3EE;
}

.topbadge {
  display: none !important;
}

/*pc*/
@media (min-width: 1008px) {
  .PageOverlay.is-active {
    visibility: visible;
  }

  .Drawer {
    z-index: 9000;
    width: 400px;
  }

  .Drawer__Content {
    height: calc(100% - 60px);
    max-height: calc(100% - 60px);
  }

  .Drawer__Footer {
    font-size: 12px;
  }

  .Cart__OffscreenNoteContainer {
    background: #f4f3ee;
    font-size: 12px;
  }

  .sp-only {
    display: none;
  }

  .lazy-fadein img {
    opacity: 0;
    -webkit-transition: opacity 1.3s;
    -o-transition: opacity 1.3s;
    transition: opacity 1.3s;
  }

  .lazy-fadein img.Image--lazyLoaded {
    opacity: 1;
  }

  .lazy-fadein-bg {
    opacity: 0;
    -webkit-transition: opacity 1.3s;
    -o-transition: opacity 1.3s;
    transition: opacity 1.3s;
  }

  .lazy-fadein-bg.Image--lazyLoaded {
    opacity: 1;
  }

  .animation-fade {
    opacity: 0;
    -webkit-transition: opacity 1.3s;
    -o-transition: opacity 1.3s;
    transition: opacity 1.3s;
  }

  .animation-fade.animation-active,
  .animation-active .animation-fade {
    opacity: 1;
  }

  .animation-fade-up {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px);
    -webkit-transition: opacity 1.3s, -webkit-transform 1.3s cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 1.3s, -webkit-transform 1.3s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: opacity 1.3s, transform 1.3s cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 1.3s, transform 1.3s cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 1.3s, transform 1.3s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 1.3s cubic-bezier(0, 0, 0.2, 1);
  }

  .animation-fade-up.animation-active,
  .animation-active .animation-fade-up {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .hover-line {
    position: relative;
    padding: 0 0 1px;
    overflow: hidden;
    display: inline-block;
  }

  .hover-line:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid;
    -webkit-transform: translate(-101%, 0);
    -ms-transform: translate(-101%, 0);
    transform: translate(-101%, 0);
    -webkit-animation: borderBtnMouseOutAnim .5s forwards;
    animation: borderBtnMouseOutAnim .5s forwards;
  }

  .hover-line:hover:after {
    -webkit-animation: borderBtnMouseOverAnim .5s forwards;
    animation: borderBtnMouseOverAnim .5s forwards;
  }

  .current-line:before {
    content: "";
    width: 100%;
    height: 1px;
    display: inline;
    left: 0;
    bottom: 0;
    position: absolute;
    background-color: #333;
    opacity: 1;
  }

  .current-line:hover:before {
    opacity: 0;
  }

  /*
  .current-line:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid
  }
  .current-line:hover>::before {
    animation: borderBtnHoverAnim 1s
  }
  */
  @-webkit-keyframes borderBtnMouseOutAnim {
    0% {
      -webkit-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }

    100% {
      -webkit-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: translate(101%, 0);
      transform: translate(101%, 0);
    }
  }

  @keyframes borderBtnMouseOutAnim {
    0% {
      -webkit-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }

    100% {
      -webkit-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: translate(101%, 0);
      transform: translate(101%, 0);
    }
  }

  @-webkit-keyframes borderBtnMouseOverAnim {
    0% {
      -webkit-transform-origin: right center;
      transform-origin: right center;
      -webkit-transform: translate(-101%, 0);
      transform: translate(-101%, 0);
    }

    100% {
      -webkit-transform-origin: right center;
      transform-origin: right center;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }

  @keyframes borderBtnMouseOverAnim {
    0% {
      -webkit-transform-origin: right center;
      transform-origin: right center;
      -webkit-transform: translate(-101%, 0);
      transform: translate(-101%, 0);
    }

    100% {
      -webkit-transform-origin: right center;
      transform-origin: right center;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }

  @-webkit-keyframes borderBtnHoverAnim {
    0% {
      -webkit-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }

    48% {
      -webkit-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: translate(101%, 0);
      transform: translate(101%, 0);
    }

    49% {
      -webkit-transform-origin: right center;
      transform-origin: right center;
      -webkit-transform: translate(101%, 0);
      transform: translate(101%, 0);
    }

    50% {
      -webkit-transform-origin: right center;
      transform-origin: right center;
      -webkit-transform: translate(-101%, 0);
      transform: translate(-101%, 0);
    }

    51% {
      -webkit-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: translate(-101%, 0);
      transform: translate(-101%, 0);
    }

    95% {
      -webkit-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }

    100% {
      -webkit-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }

  @keyframes borderBtnHoverAnim {
    0% {
      -webkit-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }

    48% {
      -webkit-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: translate(101%, 0);
      transform: translate(101%, 0);
    }

    49% {
      -webkit-transform-origin: right center;
      transform-origin: right center;
      -webkit-transform: translate(101%, 0);
      transform: translate(101%, 0);
    }

    50% {
      -webkit-transform-origin: right center;
      transform-origin: right center;
      -webkit-transform: translate(-101%, 0);
      transform: translate(-101%, 0);
    }

    51% {
      -webkit-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: translate(-101%, 0);
      transform: translate(-101%, 0);
    }

    95% {
      -webkit-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }

    100% {
      -webkit-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }

  body {
    opacity: 0;
    -webkit-transition: opacity 1.3s;
    -o-transition: opacity 1.3s;
    transition: opacity 1.3s;
  }

  body.is-active {
    opacity: 1;
  }

  /*PC HEADER*/
  #shopify-section-header header {
    width: 100%;
    top: 0;
    z-index: 5000;
  }

  #shopify-section-header header .box-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 52px 0 39px;
  }

  #shopify-section-header header .box-logo {
    width: 193px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  #shopify-section-header header .box-logo .index-logo {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
  }

  #shopify-section-header header .box-logo-mini {
    display: none;
    width: 149px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  #shopify-section-header header .box-main-menu {
    margin: 0 0 0 20px;
    position: fixed;
    top: 20px;
    left: 0;
    z-index: 100;
  }

  #shopify-section-header header .box-main-menu ul li {
    font-size: 11px;
    letter-spacing: 0.05em;
    position: relative;
  }

  #shopify-section-header header .box-main-menu ul li+li {
    margin: 9px 0 0;
  }

  #shopify-section-header header .box-main-menu ul li>a[href="#"]+ul {
    position: relative;
    margin: 10px 0 0 0;
    display: none;
  }

  #shopify-section-header header .box-main-menu ul li>a[href="#"]+ul a.hover-line {
    margin: 0 0 0 13px;
    position: unset;
  }

  #shopify-section-header header .box-main-menu ul li>a[href="#"]+ul a.hover-line::after {
    content: none;
  }

  #shopify-section-header header .box-main-menu ul li>a[href="#"]+ul a.hover-line::before {
    content: "";
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 4px;
    bottom: 6px;
    left: 0;
    position: absolute;
    background-color: transparent;
  }

  #shopify-section-header header .box-main-menu ul li>a[href="#"]+ul a.hover-line:hover::before,
  #shopify-section-header header .box-main-menu ul li>a[href="#"]+ul a.hover-line.current-line::before {
    background-color: #333;
  }

  #shopify-section-header header .box-main-menu ul li a[href="#"]+ul li+li {
    margin: 5px 0 0;
  }

  #shopify-section-header header .box-main-menu ul li .menu-title {
    font-family: europa, "fot-cezanne-pron", sans-serif;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.05em;
    color: #333;
  }

  #shopify-section-header header .box-main-menu ul li .menu-title.title-category {
    padding: 17px 0 0 0;
  }

  #shopify-section-header header .box-main-menu ul li .menu-title.title-collections {
    padding: 20px 0 0 0;
  }

  #shopify-section-header header .box-main-menu ul li.list-store,
  #shopify-section-header header .box-main-menu ul li.list-material,
  #shopify-section-header header .box-main-menu ul li.list-sort {
    display: block;
  }

  #shopify-section-header header .box-main-menu ul li.list-store #menu-store.is-active:after {
    -webkit-animation: borderBtnMouseOverAnim .5s forwards;
    animation: borderBtnMouseOverAnim .5s forwards;
  }

  #shopify-section-header header .box-main-menu ul li.list-store #box-store {
    display: none;
    position: relative;
    /*transition: height 0.5s cubic-bezier(0, 0, 0.2, 1);
          overflow: hidden;*/
  }

  #shopify-section-header header .box-main-menu ul li.list-store ul li+li {
    margin: 0 0 0;
    padding: 6px 0 0;
  }

  #shopify-section-header header .box-main-menu ul li.list-store ul li {
    position: relative;
  }

  #shopify-section-header header .box-main-menu ul li.list-store ul li.is-active:before {
    content: "";
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 4px;
    bottom: 4px;
    left: 0;
    position: absolute;
    background-color: #333;
  }

  #shopify-section-header header .box-main-menu ul li.list-store ul li:hover:before {
    content: "";
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 4px;
    bottom: 4px;
    left: 0;
    position: absolute;
    background-color: #333;
  }

  #shopify-section-header header .box-main-menu ul li.list-store ul li a {
    margin: 0 0 0 13px;
  }

  #shopify-section-header header .box-main-menu ul li.list-store ul:first-child {
    padding: 11px 0 0;
  }

  #shopify-section-header header .box-main-menu ul li.list-store ul.menu-category {
    padding: 9px 0 0;
  }

  #shopify-section-header header .box-main-menu ul li.list-store ul.menu-collections {
    padding: 9px 0 12px;
  }

  #shopify-section-header header .box-main-menu ul li.list-store ul:nth-child(3) {
    padding: 19px 0 15px;
  }

  #shopify-section-header header .box-main-menu ul li.list-reset {
    padding: 19px 0 15px;
  }

  #shopify-section-header header .box-main-menu ul li.list-material ul,
  #shopify-section-header header .box-main-menu ul li.list-sort ul {
    margin: 8px 0 0;
  }

  #shopify-section-header header .box-main-menu ul li.list-material ul li+li,
  #shopify-section-header header .box-main-menu ul li.list-sort ul li+li {
    margin: 5px 0 0;
  }

  #shopify-section-header header .box-main-menu .menu-sort {
    display: none;
  }

  #shopify-section-header header .box-main-menu .ul-switch svg {
    margin: -2px 0 0 7px;
  }

  #shopify-section-header header .box-main-menu .ul-switch.is-active svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  #shopify-section-header header .box-main-menu.is-announs {
    position: absolute;
  }

  #shopify-section-header header .box-main-menu .box-bottom {
    display: none;
    margin: 151px 0 0;
  }

  #shopify-section-header header .box-sub-menu {
    margin: 0 20px 0 0;
    position: fixed;
    right: 0;
    top: 16px;
    z-index: 100;
    text-align: right;
  }

  #shopify-section-header header .box-sub-menu ul li a {
    font-size: 11px;
    letter-spacing: 0.05em;
    color: #333;
  }

  #shopify-section-header header .box-sub-menu ul li+li {
    margin: 7px 0 0;
  }

  #shopify-section-header header .box-sub-menu .box-launch {
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 21px;
    text-align: right;
  }

  #shopify-section-header header .box-sub-menu .box-sns {
    margin: 6px 0 0;
  }

  #shopify-section-header header .box-sub-menu .box-sns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  #shopify-section-header header .box-sub-menu .box-sns ul a {
    position: relative;
  }

  #shopify-section-header header .box-sub-menu .box-sns ul a img {
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  }

  #shopify-section-header header .box-sub-menu .box-sns ul a:hover img {
    -webkit-filter: invert(60%);
    filter: invert(60%);
  }

  #shopify-section-header header .box-sub-menu .box-sns ul a:hover img.index-logo {
    -webkit-filter: invert(40%);
    filter: invert(40%);
  }

  #shopify-section-header header .box-sub-menu .box-sns ul .instagram {
    width: 11px;
  }

  #shopify-section-header header .box-sub-menu .box-sns ul .index-logo {
    position: absolute;
    left: 0;
    opacity: 0;
  }

  body.announce-is-active #shopify-section-header header .box-main-menu {
    position: absolute;
  }

  body.announce-is-active #shopify-section-header header .box-sub-menu {
    position: absolute;
  }

  body.announce-is-active.announce-is-scroll #shopify-section-header header .box-main-menu {
    position: fixed;
  }

  body.announce-is-active.announce-is-scroll #shopify-section-header header .box-sub-menu {
    position: fixed;
  }

  /*PC MAIN*/
  main {
    margin: 0 0 0;
  }

  /*PC FOOTER*/
  #shopify-section-footer {
    padding: 67px 0 0;
  }

  #shopify-section-footer .box-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  #shopify-section-footer .box-top .box-logo {
    width: 125px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
  }

  #shopify-section-footer .box-top .box-menu {
    position: relative;
    left: 14px;
  }

  #shopify-section-footer .box-top .box-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  #shopify-section-footer .box-top .box-menu ul li {
    width: 34%;
    margin: 0 0 5px;
  }

  #shopify-section-footer .box-top .box-menu ul li a {
    font-size: 11px;
    letter-spacing: 0.05em;
  }

  #shopify-section-footer .box-bottom {
    text-align: center;
    font-size: 10px;
    letter-spacing: 0.05em;
    margin: 32px 0 20px;
    position: relative;
  }

  #shopify-section-footer .box-bottom .txt-right {
    position: absolute;
    font-family: europa, "Hiragino Kaku Gothic ProN", sans-serif;
    top: 0;
    right: 24px;
    font-size: 9px;
    letter-spacing: 0.03em;
    color: #333;
  }
}

/*sp*/
@media (max-width: 1007px) {
  .Drawer--fromRight {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }

  .Drawer--fromRight .Drawer__Container {
    padding-left: 24px;
    padding-right: 18px;
    height: 58px;
  }

  .Drawer__Content {
    height: calc(100% - 46px);
    max-height: calc(100% - 46px);
  }

  .Drawer__Footer {
    font-size: 12px;
  }

  .Cart__OffscreenNoteContainer {
    background: #f4f3ee;
    font-size: 12px;
  }

  #preview-bar-iframe {
    display: none;
  }

  .pc-only {
    display: none;
  }

  .lazy-fadein img {
    opacity: 0;
    -webkit-transition: opacity 1.3s;
    -o-transition: opacity 1.3s;
    transition: opacity 1.3s;
  }

  .lazy-fadein img.Image--lazyLoaded {
    opacity: 1;
  }

  .lazy-fadein-bg {
    opacity: 0;
    -webkit-transition: opacity 1.3s;
    -o-transition: opacity 1.3s;
    transition: opacity 1.3s;
  }

  .lazy-fadein-bg.Image--lazyLoaded {
    opacity: 1;
  }

  .animation-fade {
    opacity: 0;
    -webkit-transition: opacity 1.3s;
    -o-transition: opacity 1.3s;
    transition: opacity 1.3s;
  }

  .animation-fade.animation-active,
  .animation-active .animation-fade {
    opacity: 1;
  }

  .animation-fade-up {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px);
    -webkit-transition: opacity 1.3s, -webkit-transform 1.3s cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 1.3s, -webkit-transform 1.3s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: opacity 1.3s, transform 1.3s cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 1.3s, transform 1.3s cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 1.3s, transform 1.3s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 1.3s cubic-bezier(0, 0, 0.2, 1);
  }

  .animation-fade-up.animation-active,
  .animation-active .animation-fade-up {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  body {
    opacity: 0;
    -webkit-transition: opacity 1.3s;
    -o-transition: opacity 1.3s;
    transition: opacity 1.3s;
    background-color: #F4F3EE;
    /*background-color: #d4b20e;*/
  }

  body.is-active {
    opacity: 1;
  }

  /*SP HEADER*/
  #shopify-section-header header {
    background-color: #F4F3EE;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 5000;
  }

  #shopify-section-header header .box-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    padding: 16px 0 16px;
  }

  #shopify-section-header header .box-menu-switch,
  #shopify-section-header header .box-menu-switch span {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #shopify-section-header header .box-menu-switch span {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
  }

  #shopify-section-header header .box-menu-switch {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 1;
  }

  #shopify-section-header header .box-menu-switch a {
    position: relative;
    display: block;
    height: 100%;
    width: 73px;
    height: 48px;
    padding: 18px 22px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #shopify-section-header header .box-menu-switch a .inner {
    position: relative;
    height: 100%;
  }

  #shopify-section-header header .box-menu-switch span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
  }

  #shopify-section-header header .box-menu-switch span:nth-of-type(1) {
    top: 0;
  }

  #shopify-section-header header .box-menu-switch span:nth-of-type(2) {
    bottom: 0;
  }

  #shopify-section-header header .box-logo {
    width: 114px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  #shopify-section-header header .box-logo-mini {
    display: none;
  }

  #shopify-section-header header .box-main-menu-sp {
    margin: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    pointer-events: none;
    background-color: #F4F3EE;
    overflow: scroll;
  }

  #shopify-section-header header .box-main-menu-sp>.box-inner {
    height: 100vh;
    overflow: auto;
    position: relative;
  }

  #shopify-section-header header .box-main-menu-sp .box-menu-logo {
    margin: 16px auto;
    z-index: 1;
    width: 114px;
  }

  #shopify-section-header header .box-main-menu-sp .box-top {
    padding: 75px 0 0 53px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: calc(100vh - 227px);
    margin: 0 0 82px;
  }

  #shopify-section-header header .box-main-menu-sp .box-top ul li a {
    font-size: 18px;
    letter-spacing: 0.1em;
  }

  #shopify-section-header header .box-main-menu-sp .box-top ul li+li {
    margin: 27px 0 0;
  }

  #shopify-section-header header .box-main-menu-sp .box-top ul li a[href="#"]+ul {
    margin: 26px 0 34px;
    display: none;
  }

  #shopify-section-header header .box-main-menu-sp .box-top ul li a[href="#"]+ul li a {
    font-size: 15px;
    letter-spacing: .1em;
    color: #333;
  }

  #shopify-section-header header .box-main-menu-sp .box-top ul li a[href="#"]+ul li a.current-line {
    text-decoration: underline;
  }

  #shopify-section-header header .box-main-menu-sp .box-top ul li a[href="#"]+ul li+li {
    margin: 15px 0 0;
  }

  #shopify-section-header header .box-main-menu-sp .box-store .menu-title {
    font-family: europa, "fot-cezanne-pron", sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.1em;
    color: #333;
    text-decoration: underline;
  }

  #shopify-section-header header .box-main-menu-sp .box-store .title-category {
    margin: 33px 0 0;
    font-weight: 700;
  }

  #shopify-section-header header .box-main-menu-sp .box-store {
    display: none;
  }

  #shopify-section-header header .box-main-menu-sp .box-store .title-collections {
    margin: 0 0 16px;
    font-weight: 700;
  }

  #shopify-section-header header .box-main-menu-sp ul li.list-store .menu-category {
    margin: 16px 0 30px;
  }

  #shopify-section-header header .box-main-menu-sp ul li.list-store .menu-collections {
    padding: 0 0 44px;
  }

  #shopify-section-header header .box-main-menu-sp ul li.list-store ul li+li {
    margin: 20px 0 0;
  }

  #shopify-section-header header .box-main-menu-sp ul li.list-store ul li a {
    font-size: 15px;
    letter-spacing: 0.1em;
    color: #333;
  }

  #shopify-section-header header .box-main-menu-sp .box-bottom {
    padding: 0 0 0 9px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 53px 0 0;
  }

  #shopify-section-header header .box-main-menu-sp .box-bottom nav {
    margin: 36px 0 0;
  }

  #shopify-section-header header .box-main-menu-sp .box-bottom nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  #shopify-section-header header .box-main-menu-sp .box-bottom nav ul li {
    padding: 0 10px;
    margin: 0 0 10px;
    width: 45%;
  }

  #shopify-section-header header .box-main-menu-sp .box-bottom nav a {
    font-size: 12px;
    letter-spacing: 0.05em;
  }

  #shopify-section-header header .box-main-menu-sp .box-sns {
    width: 21px;
    position: fixed;
    right: 29px;
    bottom: 31px;
  }

  #shopify-section-header header .box-sub-menu-sp ul {
    position: relative;
    right: 23px;
    top: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #shopify-section-header header .box-sub-menu-sp ul li:last-child {
    margin: 0 0 0 18px;
  }

  #shopify-section-header header .box-sub-menu-sp .Icon--cart {
    width: 16px;
    height: 19px;
  }

  body.menu-is-active main {
    visibility: hidden;
  }

  body.menu-is-active #search {
    display: none !important;
  }

  body.menu-is-active #shopify-section-header .box-main-menu-sp {
    opacity: 1;
    pointer-events: all;
  }

  body.menu-is-active #shopify-section-header .box-menu-switch span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    -ms-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
    background-color: #333 !important;
  }

  body.menu-is-active #shopify-section-header .box-menu-switch span:nth-of-type(2) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    -ms-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
    background-color: #333 !important;
  }

  body.announce-is-active.menu-is-active .box-menu-switch.sp-only {
    position: fixed !important;
  }

  body.announce-is-active.menu-is-active .box-sub-menu-sp.sp-only {
    position: fixed;
    top: 16px;
  }

  body.template-index.announce-is-active #shopify-section-header header {
    position: aboslute !important;
    top: 0 !important;
  }

  body.announce-is-active #shopify-section-header header {
    top: 34px;
    position: absolute;
  }

  body.announce-is-active.announce-is-scroll #shopify-section-header header {
    top: 0;
    position: fixed;
  }

  body.template-page.announce-is-active #shopify-section-header header {
    top: 0;
    position: absolute;
  }

  body.template-page.announce-is-active #faq .box-left {
    position: absolute;
    top: 85px;
  }

  body.template-page.announce-is-active.announce-is-scroll #shopify-section-header header {
    top: 0;
    position: fixed;
  }

  body.template-page.announce-is-active.announce-is-scroll #faq .box-left {
    position: fixed;
    top: 52px;
  }

  body#PHILOSOPHY.template-page.announce-is-active #shopify-section-header header,
  body.lookbook.template-page.announce-is-active #shopify-section-header header {
    top: 34px;
    position: absolute;
  }

  body#PHILOSOPHY.template-page.announce-is-active.announce-is-scroll #shopify-section-header header,
  body.lookbook.template-page.announce-is-active.announce-is-scroll #shopify-section-header header {
    top: 0;
    position: fixed;
  }

  /*SP COLLECTION FILLTER*/
  .box-fillter-sp {
    display: none;
  }

  /*SP FOOTER*/
  #shopify-section-footer {
    overflow-x: hidden;
  }

  #shopify-section-footer .box-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    padding: 36px 0 0;
  }

  #shopify-section-footer .box-top .box-logo {
    width: 125px;
    margin: 69px auto 0;
  }

  #shopify-section-footer .box-top .box-menu {
    width: 72%;
    margin: auto;
  }

  #shopify-section-footer .box-top .box-menu ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 62% 50%;
    grid-template-columns: 62% 50%;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  #shopify-section-footer .box-top .box-menu ul li {
    margin: 0 0 10px;
  }

  #shopify-section-footer .box-top .box-menu a {
    font-size: 12px;
    letter-spacing: 0.05em;
  }

  #shopify-section-footer .box-bottom {
    text-align: center;
    margin: 74px 0 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  #shopify-section-footer .box-bottom .txt-right {
    font-size: 9px;
    letter-spacing: 0.05em;
    line-height: 16px;
    color: #333;
  }

  #shopify-section-footer .box-bottom small {
    font-size: 10px;
    letter-spacing: 0.05em;
    color: #333;
    margin: 4px 0 0;
  }
}

#admin-bar-iframe {
  display: none;
}

/*pc*/
@media (min-width: 1008px) {
  .template-index .box-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .template-index #shopify-section-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
  }

  .template-index #shopify-section-header header .box-header-inner {
    padding: 0;
  }

  .template-index #shopify-section-header header .box-logo {
    display: none;
  }

  .template-index .box-logo {
    z-index: 1;
  }

  .template-index .main-content {
    margin: 0 0 0;
  }

  .template-index #shopify-section-header header .box-main-menu ul li a,
  .template-index #shopify-section-header header .box-main-menu ul li span {
    color: #fff;
    -webkit-transition: color 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: color 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: color 0.5s cubic-bezier(0, 0, 0.2, 1);
  }

  .template-index #shopify-section-header header .box-sub-menu .box-launch {
    color: #fff;
    -webkit-transition: color 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: color 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: color 0.5s cubic-bezier(0, 0, 0.2, 1);
  }

  .template-index #shopify-section-header header .box-main-menu ul li a:after,
  .template-index #shopify-section-header header .box-main-menu ul li span:after {
    background-color: #fff;
    -webkit-transition: background-color 0.5s cubic-bezier(0, 0, 0.2, 1), width 0.3s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: background-color 0.5s cubic-bezier(0, 0, 0.2, 1), width 0.3s cubic-bezier(0, 0, 0.2, 1);
    transition: background-color 0.5s cubic-bezier(0, 0, 0.2, 1), width 0.3s cubic-bezier(0, 0, 0.2, 1);
  }

  .template-index #shopify-section-header header .box-main-menu ul li>a[href="#"]+ul a.hover-line:hover:before {
    background-color: #fff;
  }

  .template-index #shopify-section-header header .box-main-menu ul li#list-store ul li:before {
    background-color: #fff;
    -webkit-transition: background-color 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: background-color 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: background-color 0.5s cubic-bezier(0, 0, 0.2, 1);
  }

  .template-index #shopify-section-header header .box-logo img:first-child {
    opacity: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1);
  }

  .template-index #shopify-section-header header .box-logo .index-logo {
    opacity: 1;
    -webkit-transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1);
  }

  .template-index #shopify-section-header header .box-sub-menu .box-sns ul li a img:first-child {
    opacity: 0;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  }

  .template-index #shopify-section-header header .box-sub-menu .box-sns ul li a .index-logo {
    opacity: 1;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  }

  .template-index #shopify-section-header header .box-sub-menu ul li a {
    color: #fff;
    -webkit-transition: color 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: color 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: color 0.5s cubic-bezier(0, 0, 0.2, 1);
  }

  .template-index #shopify-section-header.index-scroll header .box-main-menu ul li a,
  .template-index #shopify-section-header.index-scroll header .box-main-menu ul li span {
    color: #333;
  }

  .template-index #shopify-section-header.index-scroll header .box-sub-menu .box-launch {
    color: #333;
  }

  .template-index #shopify-section-header.index-scroll header .box-main-menu ul li a:after,
  .template-index #shopify-section-header.index-scroll header .box-main-menu ul li span:after {
    background-color: #333;
  }

  .template-index #shopify-section-header.index-scroll header .box-main-menu ul li#list-store ul li:before {
    background-color: #333;
  }

  .template-index #shopify-section-header.index-scroll header .box-logo img:first-child {
    opacity: 1;
  }

  .template-index #shopify-section-header.index-scroll header .box-logo .index-logo {
    opacity: 0;
  }

  .template-index #shopify-section-header.index-scroll header .box-sub-menu .box-sns ul li a img:first-child {
    opacity: 1;
  }

  .template-index #shopify-section-header.index-scroll header .box-sub-menu .box-sns ul li a .index-logo {
    opacity: 0;
  }

  .template-index #shopify-section-header.index-scroll header .box-sub-menu ul li a {
    color: #333;
  }

  .template-index #shopify-section-header header .box-sub-menu {
    position: absolute;
  }

  .template-index #shopify-section-header header .box-main-menu {
    position: absolute;
  }

  /*PC MV*/
  .index-mv .box-mv-inner {
    position: relative;
  }

  .index-mv .box-logo {
    width: 193px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 51px;
  }

  .index-mv .box-img {
    width: 100%;
    height: 100vh;
  }

  .index-mv .box-slider {
    width: 100%;
  }

  .index-mv .box-slider .carousel-cell {
    width: 100%;
    height: 100vh;
  }

  .index-mv .box-slider .carousel-inner {
    width: 100%;
    background-position: center;
    background-size: cover;
    height: 100vh;
  }

  .index-mv .box-slider .carousel-inner a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .index-mv .box-slider .carousel-inner h1 {
    font-size: 31px;
    letter-spacing: 0.08em;
    line-height: 40px;
    text-align: left;
    color: #fff;
    position: absolute;
    bottom: 78px;
    right: 62px;
  }

  .index-mv .box-slider .carousel-inner p {
    font-size: 31px;
    letter-spacing: 0.08em;
    line-height: 40px;
    text-align: left;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .index-mv .box-slider .carousel-cell.cell01 .carousel-inner {
    background-image: url(/cdn/shop/files/pc_top01.jpg?v=1619883872);
  }

  .index-mv .box-slider .carousel-cell.cell02 .carousel-inner {
    background-image: url(/cdn/shop/files/pc_top02.jpg?v=1619783773);
  }

  .index-mv .box-slider .carousel-cell.cell03 .carousel-inner {
    background-image: url(/cdn/shop/files/pc_top03.jpg?v=1619783773);
  }

  .index-mv .box-slider .flickity-page-dots {
    padding: 0;
    margin: 0 0 0 0;
    bottom: 18px;
    left: 0;
    position: absolute;
    /* z-index: 100; */
    width: auto;
    right: 15px;
    left: 0;
    text-align: right;
  }

  .index-mv .box-slider .flickity-page-dots .dot {
    width: 5px;
    height: 5px;
    margin: 0 7px;
    border-width: 1px;
    border: 1px solid #fff;
  }

  .index-mv .box-slider .flickity-page-dots .dot.is-selected {
    background: #ffffff;
    border-color: #ffffff;
  }

  body.announce-is-active .index-mv .box-slider .carousel-cell {
    height: calc(100vh - 32px);
  }

  /*PC LOGO*/
  .box-index-logo {
    max-width: 287px;
    margin: 10.7% auto 12.9%;
  }

  /*PC PHILOSOPHY*/
  .box-philosophy {
    margin: 0 0 16%;
  }

  .box-philosophy .box-inner {
    width: 93.203125%;
  }

  .box-philosophy .box-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .box-philosophy .box-top .box-image {
    padding: calc((100% - 336px)* 0.815) 0 0;
    width: calc(100% - 336px);
  }

  .box-philosophy .box-top .box-image a {
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  }

  .box-philosophy .box-top .box-image a:hover {
    opacity: 0.5;
  }

  .box-philosophy .box-top .box-text {
    width: 336px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 93px 42px;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  .box-philosophy .box-top .box-text h2 {
    width: 167px;
  }

  .box-philosophy .box-top .box-text h2 img {
    width: 167px;
  }

  .box-philosophy .box-top .box-text .txt-main {
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 24px;
    text-align: justify;
    word-break: normal !important;
    margin: 22px 0 0;
  }

  .box-philosophy .box-top .box-text .btn-more a {
    font-size: 13px;
    letter-spacing: 0.05em;
    color: #333;
    margin: 29px 0 0;
  }

  .box-philosophy .box-bottom {
    width: 671px;
    margin: -3.8% 0 0 auto;
    position: relative;
    z-index: 1;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  .box-philosophy ul {
    border: 1px solid #333333;
    background-color: #F4F3EE;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 17px 54px 17px 68px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .box-philosophy ul li {
    width: 259px;
    opacity: 0;
    -webkit-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px);
    -webkit-transition: opacity 1.3s, -webkit-transform 1.3s cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 1.3s, -webkit-transform 1.3s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: opacity 1.3s, transform 1.3s cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 1.3s, transform 1.3s cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 1.3s, transform 1.3s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 1.3s cubic-bezier(0, 0, 0.2, 1);
  }

  .box-philosophy ul li:first-child {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
    border-bottom: 1px solid #333;
  }

  .box-philosophy ul li:nth-child(2) {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
    border-bottom: 1px solid #333;
  }

  .box-philosophy ul li:nth-child(3) {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }

  .box-philosophy ul li:last-child {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }

  .box-philosophy ul li p:first-child {
    font-size: 15px;
    letter-spacing: 0.03em;
    margin: 36px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .box-philosophy ul li p:first-child:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #333;
    margin: 0 13px 0 0;
  }

  .box-philosophy ul li p:last-child {
    font-size: 10px;
    letter-spacing: 0.05em;
    color: #333;
    margin: 7px 0 34px;
    padding: 0 0 0 20px;
  }

  .box-philosophy .box-bottom.animation-active ul li {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  /*PC COLLECTION*/
  .box-collections {
    margin: 0 0 13.8%;
  }

  .box-collections .box-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 6.3%;
  }

  .box-collections .box-title .box-left h2 {
    border: 1px solid #707070;
    width: 281px;
    /* padding: 21px; */
    padding: 31px 59px 31px 59px;
  }

  .box-collections .box-title .box-right {
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 24px;
    color: #333;
    margin: 5px 0 0 0;
    padding: 0 0 0 55px;
  }

  .box-collections .box-content {
    width: 77.03125%;
    margin: 0 auto;
  }

  .box-collections .box-content a {
    position: relative;
    display: block;
  }

  .box-collections .box-content .box-txt {
    position: absolute;
    width: 50%;
    z-index: 1;
    display: block;
    top: 50%;
    text-align: center;
    -webkit-transform: translate(0, -119%);
    -ms-transform: translate(0, -119%);
    transform: translate(0, -119%);
  }

  .box-collections .box-content .box-txt h3 {
    font-size: 24px;
    letter-spacing: 0.08em;
    text-align: center;
    color: #fff;
  }

  .box-collections .box-content li:nth-child(even) .box-txt {
    margin: 0 0 0 50%;
  }

  .box-collections .box-content li+li {
    margin: 80px 0 0;
  }

  /*PC TRIAL*/
  .box-trial {
    margin: 0 0 13.8%;
  }

  .box-trial .box-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .box-trial .box-image {
    padding: calc((100% - 515px)* 0.778) 0 0;
    width: calc(100% - 515px);
  }

  .box-trial .box-image video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .box-trial .box-text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 93px 42px;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  .box-trial .box-text .box-text-inner {
    position: absolute;
    top: 23.6%;
    left: -104%;
  }

  .box-trial .box-text h2 {
    width: 410px;
    border: 1px solid #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 45px 0 49px 0;
    background-color: #F4F3EE;
    text-align: center;
    padding: 55px 0 55px 0;
  }

  .box-trial .box-text h2 img {
    width: 209px;
  }

  .box-trial .box-text h2 p {
    font-size: 13px;
    letter-spacing: 0.03em;
    color: #333;
    margin: 20px 0 0;
    line-height: 24px;
  }

  .box-trial .box-text .txt-main {
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 24px;
    text-align: left;
    color: #333;
    padding: 0 30px 0 89px;
    margin: 40px 0 0;
  }

  .box-trial .box-text .btn-more {
    padding: 0 0 0 89px;
    margin: 21px 0 0;
  }

  /*PC PRODUCTS*/
  .box-products {
    margin: 0 0 7.8%;
  }

  .box-products .box-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .box-products .box-text {
    width: 328px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    z-index: 1;
  }

  .box-products .box-text .box-text-inner {
    position: absolute;
    margin: 0 0 88px 130px;
    z-index: 1;
  }

  .box-products .box-text h2 {
    width: 279px;
    border: 1px solid #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 45px 70px 49px 74px;
    background-color: #F4F3EE;
  }

  .box-products .box-text h2 img {
    opacity: 1;
  }

  .box-products .box-text p {
    font-size: 10px;
    letter-spacing: 0.08em;
    margin: 14px 0 0;
    padding: 0 0 0 4px;
  }

  .box-products .box-image {
    padding: calc((100% - 328px)* 0.758) 0 0;
    width: calc(100% - 328px);
  }

  /*PC CATEGORY*/
  .box-category {
    width: 80.546875%;
    margin: 0 auto 20.5%;
    position: relative;
    left: 1.5%;
  }

  .box-category .box-inner {
    position: relative;
  }

  .box-category .box-row .box-text img {
    opacity: 1;
  }

  .box-category .box-row01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 8.57%;
  }

  .box-category .box-row01 .box-left {
    position: relative;
    width: calc(100% - 537px);
    padding: calc((100% - 537px)* 1.499) 0 0;
  }

  .box-category .box-row01 .box-left .box-text img {
    width: 98px;
    background-color: #F4F3EE;
    padding: 3% 0 3.2%;
  }

  .box-category .box-row01 .box-right {
    width: 537px;
    padding: 374px 0 0 68px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .box-category .box-row01 .box-right .txt-title {
    font-size: 27px;
    letter-spacing: 0.05em;
    margin: 0 0 30px;
  }

  .box-category .box-row01 .box-right .txt-title img {
    opacity: 1;
    width: 155px;
  }

  .box-category .box-row01 .box-right .txt-main {
    font-size: 13px;
    letter-spacing: 0.03em;
    margin: 0 0 40px;
  }

  .box-category .box-row01 .box-right .txt-more a {
    font-size: 13px;
    letter-spacing: 0.05em;
    border: 1px solid #333;
    padding: 29px 57px 31px 56px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  }

  .box-category .box-row01 .box-right .txt-more a:hover {
    background-color: #fff;
  }

  .box-category .box-row02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 8.9%;
  }

  .box-category .box-row02 .box-image {
    padding: 128% 0 0;
    background-color: #F4F3EE;
  }

  .box-category .box-row02 .box-image img {
    margin: 3% 0 0;
  }

  .box-category .box-row02 .box-left {
    position: relative;
    width: 30.596%;
    margin: 0 11.8% 0 0;
  }

  .box-category .box-row02 .box-left .box-text img {
    width: 65px;
    background-color: #F4F3EE;
    padding: 5% 0 3.2%;
  }

  .box-category .box-row02 .box-right {
    position: relative;
    width: 30.596%;
  }

  .box-category .box-row02 .box-right .box-text img {
    width: 202px;
    background-color: #F4F3EE;
    padding: 5% 0 3.2%;
  }

  .box-category .box-row03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 0 11.5%;
  }

  .box-category .box-row03 .box-image {
    padding: 125% 0 0;
    background-color: #F4F3EE;
  }

  .box-category .box-row03 .box-left {
    position: relative;
    width: 30.596%;
    margin: 0 11.8% 0 0;
  }

  .box-category .box-row03 .box-left .box-text img {
    width: 121px;
    background-color: #F4F3EE;
    padding: 5% 0 3.2%;
  }

  .box-category .box-row03 .box-right {
    position: relative;
    width: 30.596%;
    margin: 23% 0 0;
  }

  .box-category .box-row03 .box-right .box-text img {
    width: 123px;
    background-color: #F4F3EE;
    padding: 5% 0 3.2%;
  }

  .box-category .box-row04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    left: -2.5%;
  }

  .box-category .box-row04 .box-image {
    padding: 125% 0 0;
    background-color: #F4F3EE;
  }

  .box-category .box-row04 .box-left {
    position: relative;
    width: 30.596%;
    margin: 0 11.8% 0 0;
  }

  .box-category .box-row04 .box-left .box-text img {
    width: 94px;
    background-color: #F4F3EE;
    padding: 5% 0 3.2%;
  }

  .box-category .box-row04 .box-right {
    position: relative;
    width: 30.596%;
    margin: -22.9% 0 0 -11%;
  }

  .box-category .box-row04 .box-right .box-text img {
    width: 133px;
    background-color: #F4F3EE;
    padding: 5% 0 3.2%;
  }

  .box-category .box-line {
    width: 95.2%;
    height: 87.5%;
    border: 1px solid #333;
    top: 0;
    position: absolute;
    margin: 10.5% 0 0 2.3%;
    z-index: -1;
  }

  /*PC ACATION*/
  .box-action {
    margin: 0 0 13.8%;
  }

  .box-action .box-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .box-action .box-image {
    padding: calc((100% - 567px)* 0.83) 0 0;
    width: calc(100% - 567px);
  }

  .box-action .box-image img {
    width: 82.889%;
  }

  .box-action .box-text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    width: 567px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 1;
  }

  .box-action .box-text .box-text-inner {
    position: absolute;
    left: 30.5%;
    bottom: 3.5%;
    z-index: 1;
  }

  .box-action .box-text h2 {
    width: 443px;
    border: 1px solid #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 45px 0 49px 0;
    background-color: #F4F3EE;
    text-align: center;
    padding: 34px 0 28px 0;
  }

  .box-action .box-text h2 img {
    width: 325px;
  }

  .box-action .box-text h2 p {
    font-size: 13px;
    letter-spacing: 0.03em;
    color: #333;
    margin: 20px 0 0;
  }

  .box-action .box-text .txt-main {
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 24px;
    text-align: left;
    color: #333;
    padding: 0 0 0 17px;
    margin: 40px 0 0;
    width: 314px;
  }

  .box-action .box-text .btn-more {
    padding: 0 0 0 16px;
    margin: 21px 0 0;
  }

  /*PC INSTAGRAM*/
  #shopify-section-maestrooo-instagram {
    width: 62.187%;
    margin: 0 auto 31%;
  }

  #shopify-section-maestrooo-instagram h2 {
    font-size: 20px;
    letter-spacing: 0.05em;
    color: #555;
    text-align: center;
    margin: 0 0 4.3%;
  }

  #shopify-section-maestrooo-instagram .ooo-instagram-feed__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #shopify-section-maestrooo-instagram .ooo-instagram-feed__list:after {
    content: "";
    width: 32.333%;
  }

  #shopify-section-maestrooo-instagram .ooo-instagram-feed__list a {
    width: 32.333%;
    margin: 0 0 1.4%;
    position: relative;
    padding: 32.333% 0 0;
    overflow: hidden;
  }

  #shopify-section-maestrooo-instagram .ooo-instagram-feed__list a:nth-child(n+7) {
    display: none;
  }

  #shopify-section-maestrooo-instagram .ooo-instagram-feed__list a>img {
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: -1;
  }

  #shopify-section-maestrooo-instagram .ooo-instagram-feed__list a .box-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.5);
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
  }

  #shopify-section-maestrooo-instagram .ooo-instagram-feed__list a .box-icon img {
    width: 18px;
    position: relative;
    z-index: 1;
  }

  #shopify-section-maestrooo-instagram .ooo-instagram-feed__list a:hover .box-icon {
    opacity: 1;
  }

  .NewsletterPopup__Close svg {
    width: 10px;
    height: 10px;
  }

  .NewsletterPopup {
    background-color: #fff;
    left: 20px;
    bottom: 20px;
    color: #333;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    text-align: left;
    max-width: 269px;
    padding-top: 29px;
    border: 1px solid #333;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1000;
  }

  .NewsletterPopup .Heading {
    font-size: 11px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #333;
    margin: 0 0 26px;
    margin: 0 0 2px;
  }

  .NewsletterPopup__Content {
    font-size: 11px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #333;
    line-height: 22px;
  }
}

/*sp*/
@media (max-width: 1007px) {
  .main-content {
    margin: 0 0 0;
  }

  .template-index .box-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .template-index #shopify-section-header {
    position: -webkit-sticky;
    position: sticky;
    z-index: 100;
  }

  .template-index #shopify-section-header header {
    position: absolute;
    background-color: inherit;
  }

  .template-index #shopify-section-header header .box-menu-switch span {
    background-color: #fff;
  }

  .template-index #shopify-section-header header .box-logo {
    display: none;
  }

  .template-index #shopify-section-header header .box-sub-menu-sp {
    display: none;
  }

  #search {
    opacity: 0;
    pointer-events: none;
  }

  /*ヘッダスクロール時処理*/
  .template-index #shopify-section-header.header-scroll header {
    position: fixed;
    background-color: inherit;
    top: 0;
    background-color: #F4F3EE;
  }

  .template-index #shopify-section-header.header-scroll header #search {
    opacity: 1;
    pointer-events: all;
  }

  .template-index #shopify-section-header.header-scroll header .box-logo.sp-only {
    display: block;
  }

  .template-index #shopify-section-header.header-scroll header .box-sub-menu-sp {
    display: block;
  }

  .template-index #shopify-section-header.header-scroll header .box-menu-switch span {
    background-color: #333;
  }

  /*SP MV*/
  .index-mv .box-mv-inner {
    position: relative;
  }

  .index-mv .box-mv-logo {
    position: absolute;
    width: 38.666%;
    left: 0;
    right: 0;
    margin: 5% auto 0;
    z-index: 1;
  }

  .index-mv .box-img {
    width: 100%;
    height: 100vh;
  }

  .index-mv .box-slider {
    width: 100%;
  }

  .index-mv .box-slider .main-carousel {
    height: 100%;
  }

  .index-mv .box-slider .flickity-viewport {
    height: 100% !important;
  }

  .index-mv .box-slider .carousel-cell {
    width: 100%;
    height: 100%;
  }

  .index-mv .box-slider .carousel-inner {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
  }

  .index-mv .box-slider .carousel-inner a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .index-mv .box-slider .carousel-inner h1 {
    font-size: 25px;
    letter-spacing: 0.08em;
    line-height: 33px;
    text-align: left;
    color: #fff;
    position: absolute;
    bottom: 78px;
    right: 62px;
  }

  .index-mv .box-slider .carousel-inner p {
    font-size: 31px;
    letter-spacing: 0.08em;
    line-height: 40px;
    text-align: left;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .index-mv .box-slider .carousel-cell.cell01 .carousel-inner {
    background-image: url(/cdn/shop/files/sp_top01.jpg?v=1619783772);
  }

  .index-mv .box-slider .carousel-cell.cell02 .carousel-inner {
    background-image: url(/cdn/shop/files/sp_top02.jpg?v=1619783772);
  }

  .index-mv .box-slider .carousel-cell.cell03 .carousel-inner {
    background-image: url(/cdn/shop/files/sp_top03.jpg?v=1619783772);
  }

  .index-mv .box-slider .flickity-page-dots {
    padding: 0;
    margin: 0 0 0 0;
    bottom: 18px;
    left: 0;
    position: absolute;
    /* z-index: 100; */
    width: auto;
    right: 15px;
    left: 0;
    text-align: right;
  }

  .index-mv .box-slider .flickity-page-dots .dot {
    width: 5px;
    height: 5px;
    margin: 0 7px;
    border-width: 1px;
    border: 1px solid #fff;
  }

  .index-mv .box-slider .flickity-page-dots .dot.is-selected {
    background: #ffffff;
    border-color: #ffffff;
  }

  body.announce-is-active .index-mv .box-slider {
    height: calc(100vh - 32px) !important;
  }

  /*SP BOX-LOOG*/
  .box-index-logo {
    max-width: 234px;
    margin: 21.7% auto 22.9%;
  }

  /*SP PHILOSOPHY*/
  .box-philosophy {
    margin: 0 0 34.5%;
  }

  .box-philosophy .box-top {
    margin: 0 0 6.8%;
  }

  .box-philosophy .box-top .box-image {
    margin: 0 0 10.5%;
    padding: 81.5% 0 0;
  }

  .box-philosophy .box-top .box-text {
    margin: 0 auto;
    width: 86.666%;
  }

  .box-philosophy .box-top .box-text h2 img {
    width: 124px;
    margin: 0 0 6%;
  }

  .box-philosophy .box-top .box-text .txt-main {
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 24px;
  }

  .box-philosophy .box-top .box-text .btn-more {
    margin: 6% 0 0;
  }

  .box-philosophy .box-top .box-text .btn-more a {
    display: block;
    font-size: 13px;
    letter-spacing: 0.05em;
    text-decoration: underline;
  }

  .box-philosophy .box-bottom {
    display: none;
  }

  /*SP COLLECTIONS*/
  .box-collections {
    margin: 0 0 36.9%;
  }

  .box-collections .box-title .box-left h2 {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    text-align: center;
    padding: 18px 0;
  }

  .box-collections .box-title .box-left h2 img {
    width: 120px;
  }

  .box-collections .box-title .box-right {
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 24px;
    color: #333;
    width: 86.666%;
    margin: 6% auto 0;
  }

  .box-collections .box-content {
    width: 86.666%;
    margin: 5% auto 0;
  }

  .box-collections .box-content li+li {
    margin: 8% 0 0;
  }

  /*SP TRIAL*/
  .box-trial {
    margin: 0 0 28%;
  }

  .box-trial .box-image {
    padding: 38.8%;
  }

  .box-trial .box-image video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .box-trial .box-text {
    width: 86.666%;
    margin: 0 auto;
  }

  .box-trial .box-text h2 {
    border: 1px solid #333;
    padding: 45px 0 49px 0;
    background-color: #F4F3EE;
    text-align: center;
    margin: -11% 0 0;
    padding: 37px 0 34px 0;
  }

  .box-trial .box-text h2 img {
    width: 152px;
  }

  .box-trial .box-text h2 p {
    font-size: 13px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #333;
    margin: 17px 0 0;
  }

  .box-trial .box-text .txt-main {
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 24px;
    color: #333;
    margin: 8% 0 0;
  }

  .box-trial .box-text .btn-more {
    margin: 4% 0 0;
  }

  .box-trial .box-text .btn-more a {
    text-decoration: underline;
    font-size: 13px;
    letter-spacing: 0.05em;
    color: #333;
  }

  /*SP PRODUCTS*/
  .box-products {
    margin: 0 0 28%;
  }

  .box-products .box-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .box-products .box-image {
    width: 100%;
    padding: 100% 0 0;
  }

  .box-products .box-text {
    width: 86.666%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  .box-products .box-text .box-text-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .box-products .box-text h2 {
    width: 144px;
    border: 1px solid #333;
    padding: 17px 19px 18px;
    position: relative;
    top: -12px;
    background-color: #F4F3EE;
  }

  .box-products .box-text p {
    font-size: 10px;
    letter-spacing: 0.08em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 2px 0 0;
  }

  /*SP category*/
  .box-category {
    margin: 0 0 32%;
  }

  .box-category .box-row01 {
    width: 86.666%;
    margin: 0 auto 16%;
  }

  .box-category .box-row01 .box-left {
    margin: 0 0 19%;
  }

  .box-category .box-row01 .box-left .box-image {
    padding: 140% 0 0;
    margin: 0 0 4.5%;
  }

  .box-category .box-row01 .box-left .box-text img {
    width: 73px;
    opacity: 1;
  }

  .box-category .box-row01 .box-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .box-category .box-row01 .box-right .txt-main {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 12px;
    letter-spacing: 0.03em;
    width: 100%;
    text-align: center;
    margin: 0 0 5%;
  }

  .box-category .box-row01 .box-right .txt-title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 25px;
    letter-spacing: 0.05em;
    text-align: center;
    width: 100%;
    margin: 0 0 4%;
  }

  .box-category .box-row01 .box-right .txt-title img {
    opacity: 1;
    width: 155px;
  }

  .box-category .box-row01 .box-right .txt-more {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
  }

  .box-category .box-row01 .box-right .txt-more a {
    display: block;
    text-align: center;
    border: 1px solid #333;
    padding: 9% 0 9%;
    font-size: 14px;
    letter-spacing: 0.05em;
  }

  .box-category .box-row02,
  .box-category .box-row03,
  .box-category .box-row04 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .box-category .box-row02 .box-left,
  .box-category .box-row03 .box-left,
  .box-category .box-row04 .box-left {
    width: 48.2426%;
  }

  .box-category .box-row02 .box-left .box-image,
  .box-category .box-row03 .box-left .box-image,
  .box-category .box-row04 .box-left .box-image {
    position: relative;
    padding: 125% 0 0;
  }

  .box-category .box-row02 .box-right,
  .box-category .box-row03 .box-right,
  .box-category .box-row04 .box-right {
    width: 48.2426%;
  }

  .box-category .box-row02 .box-right .box-image,
  .box-category .box-row03 .box-right .box-image,
  .box-category .box-row04 .box-right .box-image {
    position: relative;
    padding: 125% 0 0;
  }

  .box-category .box-row02 .box-text,
  .box-category .box-row03 .box-text,
  .box-category .box-row04 .box-text {
    padding: 13px 0 55px 11px;
  }

  .box-category .box-row02 .box-text img,
  .box-category .box-row03 .box-text img,
  .box-category .box-row04 .box-text img {
    opacity: 1;
  }

  .box-category .box-row02 .box-left .box-text img {
    width: 53px;
  }

  .box-category .box-row02 .box-right .box-text img {
    width: 163.27px;
  }

  .box-category .box-row03 .box-left .box-text img {
    width: 98px;
  }

  .box-category .box-row03 .box-right .box-text img {
    width: 92px;
  }

  .box-category .box-row04 .box-left .box-text img {
    width: 76px;
  }

  .box-category .box-row04 .box-right .box-text img {
    width: 107px;
  }

  .box-category .box-line {
    display: none;
  }

  /*SP action*/
  .box-action {
    margin: 0 0 35%;
  }

  .box-action .box-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .box-action .box-image {
    padding: 100% 0 0;
  }

  .box-action .box-text {
    width: 86.666%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  .box-action .box-text h2 {
    border: 1px solid #333;
    padding: 45px 0 49px 0;
    background-color: #F4F3EE;
    text-align: center;
    margin: -11% 0 0;
    padding: 37px 0 34px 0;
  }

  .box-action .box-text h2 img {
    width: 237px;
  }

  .box-action .box-text h2 p {
    font-size: 13px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #333;
    margin: 22px 0 0;
  }

  .box-action .box-text .txt-main {
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 24px;
    color: #333;
    margin: 25px 0 0;
  }

  .box-action .box-text .btn-more {
    text-decoration: underline;
    font-size: 13px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #333;
    margin: 4% 0 0;
  }

  /*SP instagram*/
  #shopify-section-maestrooo-instagram {
    width: 86.666%;
    margin: 0 auto 30%;
  }

  #shopify-section-maestrooo-instagram h2 {
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #555;
    text-align: center;
    margin: 0 0 7%;
  }

  #shopify-section-maestrooo-instagram .ooo-instagram-feed__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #shopify-section-maestrooo-instagram .ooo-instagram-feed__list a {
    width: 48.923%;
    margin: 0 0 2%;
    padding: 48.923% 0 0;
    position: relative;
    overflow: hidden;
  }

  #shopify-section-maestrooo-instagram .ooo-instagram-feed__list a>img {
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: -1;
  }

  #shopify-section-maestrooo-instagram .ooo-instagram-feed__list a .box-icon {
    display: none;
  }

  #shopify-section-maestrooo-instagram .ooo-instagram-feed__list a:nth-child(n+7) {
    display: none;
  }

  .NewsletterPopup__Close svg {
    width: 10px;
    height: 10px;
  }

  .NewsletterPopup {
    background-color: #fff;
    left: 0;
    right: 0;
    bottom: 26px;
    color: #333;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    text-align: left;
    max-width: none;
    width: 86.666%;
    margin: 0 auto;
    padding-top: 29px;
    border: 1px solid #333;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .NewsletterPopup .Heading {
    font-size: 11px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #333;
    margin: 0 0 26px;
    margin: 0 0 2px;
  }

  .NewsletterPopup__Content {
    font-size: 11px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #333;
    line-height: 22px;
  }
}

/*pc*/
@media (min-width: 1008px) {
  #pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 77.5193%;
    /*margin: 11% auto 12%;*/
    margin: 140px auto 12%;
  }

  #pages .box-left {
    width: 50%;
  }

  #pages .box-left h1 {
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 18px;
    color: #333;
    position: -webkit-sticky;
    position: sticky;
    top: 231px;
  }

  #pages .box-right {
    width: 50%;
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 19px;
    color: #333;
  }

  #pages .box-right a {
    text-decoration: underline;
  }

  #pages .box-right .line {
    text-decoration: underline;
  }

  #NEWS #pages h2 {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 19px;
    color: #333;
  }

  #NEWS #pages .date {
    font-family: "fot-cezanne-pron" !important;
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 19px;
    color: #999;
    margin: 0 0 29px;
  }
}

/*sp*/
@media (max-width: 1007px) {
  #pages {
    width: 86.666%;
    margin: 141px auto 88px;
  }

  #pages .box-left h1 {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 18px;
    color: #333;
  }

  #pages .box-right {
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 24px;
    color: #333;
    /*margin: 63px 0 0;*/
    margin: 63px 0 356px;
  }

  #pages .box-right a {
    text-decoration: underline;
  }

  #pages .box-right .line {
    text-decoration: underline;
  }

  #NEWS #pages h2 {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 24px;
    color: #333;
  }

  #NEWS #pages .date {
    font-family: "fot-cezanne-pron" !important;
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 24px;
    color: #999;
    margin: 0 0 39px;
  }
}

/*pc*/
@media (min-width: 1008px) {

  /*ID聞かないのでテンプレに直接かく*/
  #2021-1st-collection #shopify-section-header header .box-main-menu>ul>li:nth-child(1)>a:before {
    content: "";
    width: 100%;
    height: 1px;
    display: inline;
    left: 0;
    bottom: 0;
    position: absolute;
    background-color: #333;
    opacity: 1;
  }

  #2021-1st-collection #shopify-section-header header .box-main-menu>ul>li:nth-child(1)>a:hover:before {
    opacity: 0;
  }

  .box-column .box-image {
    position: relative;
    height: 0;
  }

  .box-column .box-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  #collection-2021-1st {
    margin: 58px 0 0;
  }

  #collection-2021-1st a {
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
  }

  #collection-2021-1st a:hover {
    color: #999999;
  }

  #collection-2021-1st .box-lookbook-main .box-inner {
    height: inherit !important;
  }

  #collection-2021-1st .box-lookbook-main .box-name {
    margin: 3.4% auto 0;
    width: 34.375%;
  }

  #collection-2021-1st .box-lookbook-main .box-name h1 {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 19px;
    text-align: center;
  }

  #collection-2021-1st .box-lookbook-main .box-img {
    width: 34.375%;
    margin: 0 auto;
  }

  #collection-2021-1st .box-lookbook-main .box-item {
    margin: -2.4% 0 0 1.4%;
  }

  #collection-2021-1st .box-lookbook-main .box-item ul {
    margin: 0.9vw 0 0;
  }

  #collection-2021-1st .box-lookbook-main .box-item ul li {
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 18px;
  }

  #collection-2021-1st .box-lookbook-main .box-item ul li.min {
    font-size: 8px;
    letter-spacing: 0.05em;
    line-height: 18px;
  }

  #collection-2021-1st .box-lookbook-main .box-item ul+ul {
    margin: 0.9vw 0 0 6.6vw;
  }

  #collection-2021-1st .box-list {
    margin: 10% auto 0;
    margin: 7.8% auto 0;
  }

  #collection-2021-1st .box-list h2 {
    font-size: 30px;
    letter-spacing: 0.15em;
    line-height: 50px;
    margin: -7% 0 0 0;
  }

  #collection-2021-1st .box-list .box-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #collection-2021-1st .box-list .box-item ul {
    margin: 0.9vw 0 0;
  }

  #collection-2021-1st .box-list .box-item ul li {
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 18px;
  }

  #collection-2021-1st .box-list .box-item ul li.min {
    font-size: 8px;
    letter-spacing: 0.05em;
    line-height: 18px;
  }

  #collection-2021-1st .box-list .box-item ul+ul {
    margin: 0.9vw 0 0 1.8vw;
  }

  #collection-2021-1st .box-list .box-column {
    position: relative;
  }

  #collection-2021-1st .box-list .box-column-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #collection-2021-1st .box-list .box-column.column01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 74.6875%;
    margin: 0 auto;
  }

  #collection-2021-1st .box-list .box-column.column01 .box-image {
    padding: 125.1% 0 0;
  }

  #collection-2021-1st .box-list .box-column.column01 .box-left {
    width: 50%;
  }

  #collection-2021-1st .box-list .box-column.column01 .box-right {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  #collection-2021-1st .box-list .box-column.column01 .box-right h2 {
    margin: -13% 14% 0 0;
  }

  #collection-2021-1st .box-list .box-column.column02 {
    width: 38.671875%;
    margin: 7.3% 0 0 auto;
    right: 12.6%;
  }

  #collection-2021-1st .box-list .box-column.column02 .box-image {
    padding: 125.1% 0 0;
  }

  #collection-2021-1st .box-list .box-column-wrap.column-wrap01 {
    width: 74.6875%;
    margin: 7.9% auto 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #collection-2021-1st .box-list .box-column.column03 {
    width: 44.777%;
  }

  #collection-2021-1st .box-list .box-column.column03 .box-image {
    padding: 125.1% 0 0;
  }

  #collection-2021-1st .box-list .box-column.column04 {
    width: 41.933%;
    padding: 10% 10% 0 0;
  }

  #collection-2021-1st .box-list .box-column.column04 .box-image {
    padding: 112.1% 0 0;
  }

  #collection-2021-1st .box-list .box-column.column05 {
    width: 35.859375%;
    margin: 9.9% auto 0;
  }

  #collection-2021-1st .box-list .box-column.column05 .box-image {
    padding: 125.1% 0 0;
  }

  #collection-2021-1st .box-list .box-column.column06 {
    width: 51.953125%;
    margin: 9.7% auto 0;
    left: -1.8%;
  }

  #collection-2021-1st .box-list .box-column.column06 .box-image {
    padding: 73% 0 0;
  }

  #collection-2021-1st .box-list .box-column.column07 {
    width: 29.4203125%;
    margin: 9.3% 0 0 auto;
    right: 23.3%;
  }

  #collection-2021-1st .box-list .box-column.column07 .box-image {
    padding: 125.1% 0 0;
  }

  #collection-2021-1st .box-list .box-column.column08 {
    width: 71.5625%;
    margin: 9.7% 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  #collection-2021-1st .box-list .box-column.column08 .box-image {
    padding: 125.1% 0 0;
  }

  #collection-2021-1st .box-list .box-column.column08 .box-left {
    width: 60.328%;
  }

  #collection-2021-1st .box-list .box-column.column08 .box-right {
    width: 39.672%;
  }

  #collection-2021-1st .box-list .box-column.column08 .box-right .box-item {
    display: inherit;
  }

  #collection-2021-1st .box-list .box-column.column08 .box-right .box-item ul:first-child {
    margin: 0 0 0 2.6vw;
  }

  #collection-2021-1st .box-list .box-column.column08 .box-right .box-item ul+ul {
    margin: 5% 0 0 2.6vw;
  }

  #collection-2021-1st .box-list .box-column.column09 {
    width: 33.671875%;
    margin: 12.4% 0 0 0;
    left: 12.5%;
  }

  #collection-2021-1st .box-list .box-column.column09 .box-image {
    padding: 125.1% 0 0;
  }

  #collection-2021-1st .box-list .box-column.column10 {
    width: 33.671875%;
    margin: 6.9% 0 0 auto;
    right: 15.8%;
  }

  #collection-2021-1st .box-list .box-column.column10 .box-image {
    padding: 125.1% 0 0;
  }

  #collection-2021-1st .box-list .box-column-wrap.column-wrap02 {
    width: 68.046%;
    margin: 11.6% auto 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #collection-2021-1st .box-list .box-column.column11 {
    width: 39.616%;
  }

  #collection-2021-1st .box-list .box-column.column11 .box-image {
    padding: 125.1% 0 0;
  }

  #collection-2021-1st .box-list .box-column.column12 {
    width: 49.483%;
  }

  #collection-2021-1st .box-list .box-column.column12 .box-image {
    padding: 120.1% 0 0;
  }

  #collection-2021-1st .box-list .box-column.column13 {
    width: 33.671875%;
    margin: 11.5% 0 0 0;
    left: 15.8%;
  }

  #collection-2021-1st .box-list .box-column.column13 .box-image {
    padding: 125.1% 0 0;
  }

  #collection-2021-1st .box-list .box-column.column14 {
    width: 34.765625%;
    margin: 7.8% 0 0 auto;
    right: 15.8%;
  }

  #collection-2021-1st .box-list .box-column.column14 .box-image {
    padding: 125.1% 0 0;
  }

  #collection-2021-1st .box-list .box-column.column15 {
    width: 33.671875%;
    margin: 7.6% 0 0 0;
    left: 15.8%;
  }

  #collection-2021-1st .box-list .box-column.column15 .box-image {
    padding: 125.1% 0 0;
  }

  #collection-2021-1st .box-list .box-column.column16 {
    width: 41.796875%;
    margin: 16.8% auto 16.7%;
  }

  #collection-2021-1st .box-list .box-column.column16 .box-image {
    padding: 73% 0 0;
  }

  #collection-2021-1st .box-tax-text {
    font-size: 10px;
    letter-spacing: 0.05em;
    line-height: 18px;
    color: #333;
    width: 97%;
    margin: 0 auto 1%;
  }
}

/*sp*/
@media (max-width: 1007px) {
  .box-column .box-image {
    position: relative;
    height: 0;
  }

  .box-column .box-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  #collection-2021-1st {
    margin: 0 0 0;
  }

  #collection-2021-1st .box-lookbook-main {
    width: 86.4%;
    margin: 126px auto 0;
  }

  #collection-2021-1st .box-lookbook-main .box-inner {
    min-height: calc(100vh - 122px);
  }

  #collection-2021-1st .box-lookbook-main .box-name {
    margin: 13% 0 0;
  }

  #collection-2021-1st .box-lookbook-main .box-name h1 {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 19px;
    text-align: center;
  }

  #collection-2021-1st .box-lookbook-main .box-item ul {
    margin: 0.9vw 0 0;
  }

  #collection-2021-1st .box-lookbook-main .box-item ul li {
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 18px;
  }

  #collection-2021-1st .box-lookbook-main .box-item ul li.min {
    font-size: 8px;
    letter-spacing: 0.05em;
    line-height: 18px;
  }

  #collection-2021-1st .box-lookbook-main .box-item ul+ul {
    margin: 0.9vw 0 0 6.6vw;
  }

  #collection-2021-1st .box-list {
    /*
      margin: 3.8% auto 0;
      padding: 34% 0 0;*/
    margin: 141px auto 0;
  }

  #collection-2021-1st .box-list h2 {
    font-size: 30px;
    letter-spacing: 0.15em;
    text-align: center;
  }

  #collection-2021-1st .box-list .box-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #collection-2021-1st .box-list .box-item ul {
    margin: 2.9vw 0 0;
  }

  #collection-2021-1st .box-list .box-item ul li {
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 18px;
  }

  #collection-2021-1st .box-list .box-item ul li.min {
    font-size: 8px;
    letter-spacing: 0.05em;
    line-height: 18px;
  }

  #collection-2021-1st .box-list .box-item ul+ul {
    margin: 2.9vw 0 0 5.9vw;
  }

  #collection-2021-1st .box-list .box-column {
    position: relative;
  }

  #collection-2021-1st .box-list .box-column.column01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 86.4%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }

  #collection-2021-1st .box-list .box-column.column01 .box-image {
    padding: 125.1% 0 0;
  }

  #collection-2021-1st .box-list .box-column.column01 .box-left {
    width: 100%;
    margin: 10% 0 0;
  }

  #collection-2021-1st .box-list .box-column.column02 {
    width: 86.4%;
    margin: 15.5% auto 0;
  }

  #collection-2021-1st .box-list .box-column.column02 .box-image {
    padding: 125.1% 0 0;
  }

  #collection-2021-1st .box-list .box-column-wrap.column-wrap01 {
    width: 100%;
    margin: 14.9% auto 0;
  }

  #collection-2021-1st .box-list .box-column.column03 {
    width: 100%;
  }

  #collection-2021-1st .box-list .box-column.column03 .box-image {
    padding: 125.1% 0 0;
  }

  #collection-2021-1st .box-list .box-column.column03 .box-item {
    width: 86.4%;
    margin: 0 auto;
  }

  #collection-2021-1st .box-list .box-column.column04 {
    width: 86.4%;
    margin: 21% auto 0;
  }

  #collection-2021-1st .box-list .box-column.column04 .box-image {
    padding: 112.1% 0 0;
  }

  #collection-2021-1st .box-list .box-column.column05 {
    width: 86.4%;
    margin: 22.0% auto 0;
  }

  #collection-2021-1st .box-list .box-column.column05 .box-image {
    padding: 125.1% 0 0;
  }

  #collection-2021-1st .box-list .box-column.column06 {
    width: 100%;
    margin: 21.7% auto 0;
  }

  #collection-2021-1st .box-list .box-column.column06 .box-image {
    padding: 73% 0 0;
  }

  #collection-2021-1st .box-list .box-column.column06 .box-item {
    width: 86.4%;
    margin: 0 auto;
  }

  #collection-2021-1st .box-list .box-column.column07 {
    width: 86.4%;
    margin: 17.3% auto 0;
  }

  #collection-2021-1st .box-list .box-column.column07 .box-image {
    padding: 125.1% 0 0;
  }

  #collection-2021-1st .box-list .box-column.column08 {
    width: 100%;
    margin: 9.7% 0 0 auto;
  }

  #collection-2021-1st .box-list .box-column.column08 .box-image {
    padding: 125.1% 0 0;
  }

  #collection-2021-1st .box-list .box-column.column08 .box-left {
    width: 100%;
  }

  #collection-2021-1st .box-list .box-column.column08 .box-right {
    width: 86.4%;
    margin: 0 auto 0;
  }

  #collection-2021-1st .box-list .box-column.column08 .box-right .box-item {
    display: inherit;
    position: relative;
  }

  #collection-2021-1st .box-list .box-column.column08 .box-right .box-item ul+ul {
    margin: 2.9vw 0 0 0;
  }

  #collection-2021-1st .box-list .box-column.column08 .box-right .box-item ul:last-child {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 0 0 0;
  }

  #collection-2021-1st .box-list .box-column.column09 {
    width: 86.4%;
    margin: 25.3% auto 0;
  }

  #collection-2021-1st .box-list .box-column.column09 .box-image {
    padding: 125.1% 0 0;
  }

  #collection-2021-1st .box-list .box-column.column10 {
    width: 86.4%;
    margin: 28.3% auto 0;
  }

  #collection-2021-1st .box-list .box-column.column10 .box-image {
    padding: 125.1% 0 0;
  }

  #collection-2021-1st .box-list .box-column-wrap.column-wrap02 {
    width: 100%;
    margin: 16% auto 0;
  }

  #collection-2021-1st .box-list .box-column.column11 {
    width: 86.4%;
    margin: 0 auto 0;
  }

  #collection-2021-1st .box-list .box-column.column11 .box-image {
    padding: 125.1% 0 0;
  }

  #collection-2021-1st .box-list .box-column.column12 {
    width: 100%;
    margin: 16.7% auto 0;
  }

  #collection-2021-1st .box-list .box-column.column12 .box-item {
    width: 86.4%;
    margin: 0 auto;
  }

  #collection-2021-1st .box-list .box-column.column12 .box-image {
    padding: 120% 0 0;
  }

  #collection-2021-1st .box-list .box-column.column13 {
    width: 86.4%;
    margin: 30.3% auto 0;
  }

  #collection-2021-1st .box-list .box-column.column13 .box-image {
    padding: 125.1% 0 0;
  }

  #collection-2021-1st .box-list .box-column.column13 .box-item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #collection-2021-1st .box-list .box-column.column13 .box-item ul+ul {
    margin: 2.9vw 0 0 0;
  }

  #collection-2021-1st .box-list .box-column.column13 .box-item ul li {
    font-size: 10px;
  }

  #collection-2021-1st .box-list .box-column.column14 {
    width: 86.4%;
    margin: 27% auto 0;
  }

  #collection-2021-1st .box-list .box-column.column14 .box-image {
    padding: 125.1% 0 0;
  }

  #collection-2021-1st .box-list .box-column.column15 {
    width: 100%;
    margin: 30.7% auto 0;
  }

  #collection-2021-1st .box-list .box-column.column15 .box-image {
    padding: 125.1% 0 0;
  }

  #collection-2021-1st .box-list .box-column.column15 .box-item {
    width: 86.4%;
    margin: 0 auto;
  }

  #collection-2021-1st .box-list .box-column.column16 {
    width: 100%;
    margin: 30.7% auto 30%;
  }

  #collection-2021-1st .box-list .box-column.column16 .box-image {
    padding: 73% 0 0;
  }

  #collection-2021-1st .box-list .box-column.column16 .box-item {
    width: 86.4%;
    margin: 0 auto;
  }

  #collection-2021-1st .box-tax-text {
    font-size: 10px;
    letter-spacing: 0.05em;
    line-height: 18px;
    color: #333;
    width: 86.4%;
    margin: 0 auto 19%;
  }
}

/*pc*/
@media (min-width: 1008px) {
  #article-seacret {
    display: none;
  }

  #shopify-section-article-template {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 77.5193%;
    /*margin: 11% auto 12%;*/
    margin: -153px auto 12%;
  }

  #shopify-section-article-template .box-left {
    width: 50%;
  }

  #shopify-section-article-template .box-left h1 {
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 18px;
    color: #333;
    position: -webkit-sticky;
    position: sticky;
    top: 231px;
  }

  #shopify-section-article-template .box-right {
    width: 50%;
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 19px;
    color: #333;
    margin: 231px 0 0;
  }

  #shopify-section-article-template .box-right h2 {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 19px;
    color: #333;
  }

  #shopify-section-article-template .box-right .date {
    font-family: "fot-cezanne-pron" !important;
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 19px;
    color: #999;
    margin: 0 0 29px;
  }

  #shopify-section-article-template .box-right a {
    text-decoration: underline;
  }

  #shopify-section-article-template .box-right .line {
    text-decoration: underline;
  }
}

/*sp*/
@media (max-width: 1007px) {
  #shopify-section-article-template {
    width: 86.666%;
    margin: 141px auto 88px;
  }

  #shopify-section-article-template .box-left h1 {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 18px;
    color: #333;
  }

  #shopify-section-article-template .box-right {
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 24px;
    color: #333;
    /*margin: 63px 0 0;*/
    margin: 63px 0 356px;
  }

  #shopify-section-article-template .box-right a {
    text-decoration: underline;
  }

  #shopify-section-article-template .box-right .line {
    text-decoration: underline;
  }
}

/*pc*/
@media (min-width: 1008px) {
  #philosophy {
    margin: 58px 0 0;
  }

  #philosophy .box-image {
    position: relative;
    height: 0;
  }

  #philosophy .box-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  #philosophy .box-mv {
    width: 76.6796875%;
    margin: 0 auto;
    position: relative;
  }

  #philosophy .box-mv .box-image {
    padding: 28.1%;
    z-index: -1;
  }

  #philosophy .box-mv .box-icon {
    width: 66px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.7s;
    -o-transition: opacity 0.7s;
    transition: opacity 0.7s;
  }

  #philosophy .box-mv .box-icon img {
    -webkit-transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1);
  }

  #philosophy .box-mv .box-icon img:last-child {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
  }

  #philosophy .box-mv .box-icon:hover {
    cursor: pointer;
  }

  #philosophy .box-mv .box-icon:hover img:first-child {
    opacity: 0;
  }

  #philosophy .box-mv .box-icon:hover img:last-child {
    opacity: 1;
  }

  #philosophy .box-movie {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: opacity 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: opacity 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
    z-index: 9999;
  }

  #philosophy .box-movie .box-close {
    position: absolute;
    width: 13px;
    top: 25px;
    right: 23px;
    z-index: 1;
  }

  #philosophy .box-movie .box-video-wrapper {
    position: relative;
    width: 90.625%;
    margin: 0 auto;
    padding-top: 51%;
    z-index: 1;
  }

  #philosophy .box-movie .box-video-wrapper #videoInner {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
  }

  #philosophy .box-movie .box-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #F4F3EE;
  }

  #philosophy .box-intro {
    /*width: 76.6796875%;*/
    width: 800px;
    margin: 0 auto;
  }

  #philosophy .box-intro .box-top {
    /*margin: 4.6% auto 0;*/
    margin: 45px auto 0;
    width: 91px;
  }

  #philosophy .box-intro .box-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin: 25.8% 0 26.1%;*/
    margin: 252px 0 181px;
  }

  #philosophy .box-intro .box-left {
    width: 49.5%;
    /*padding: 0 0 0 8.9%;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 26px;
    letter-spacing: 0.08em;
    line-height: 40px;
  }

  #philosophy .box-intro .box-right {
    width: 50.5%;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 29px;
  }

  #philosophy .box-intro .box-right .txt-title {
    /*width: 74.7%;
        margin: 2.2% 0 0;*/
    width: 370px;
    margin: 10px 0 0;
  }

  #philosophy .box-intro .box-right .txt-main {
    margin: 10px 0 0;
  }

  #philosophy .box-story .box-story-top {
    width: 76.6796875%;
    margin: 0 auto 10.4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  #philosophy .box-story .box-story-top .box-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 3.5% 0 0;
  }

  #philosophy .box-story .box-story-top .box-text h2 {
    font-size: 20px;
    letter-spacing: 0.05em;
    padding: 0.4% 0 0;
  }

  #philosophy .box-story .box-story-top .box-text p {
    width: 350px;
    margin: 0 0 0 4%;
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 24px;
    text-align: justify;
  }

  #philosophy .box-story .box-story-top .box-image {
    padding: 64.7% 0 0;
    width: 100%;
  }

  #philosophy .box-story .box-story-wrapper {
    width: 62.5%;
    margin: 0 auto;
  }

  #philosophy .box-story .box-story-wrapper .box-text .txt-number {
    font-size: 32px;
    letter-spacing: 0.05em;
  }

  #philosophy .box-story .box-story-wrapper .box-text .txt-en {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 28px;
    margin: 20px 0 0;
  }

  #philosophy .box-story .box-story-wrapper .box-text .txt-jp {
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 24px;
    margin: 6px 0 0;
  }

  #philosophy .box-story .box-story-wrapper .box-text .txt-main {
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 24px;
    margin: 23px 0 0;
    text-align: justify;
    word-break: normal !important;
  }

  #philosophy .box-story .box-story-wrapper .box-img img {
    border: 1px solid #000;
  }

  #philosophy .box-story .box-story-wrapper.story01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 15.4%;
    min-width: 700px;
  }

  #philosophy .box-story .box-story-wrapper.story01 .box-text {
    width: 217px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 8% 0 0;
  }

  #philosophy .box-story .box-story-wrapper.story01 .box-image {
    width: calc(91.6% - 223px);
    padding: calc((91.6% - 223px)* 0.998) 0 0;
  }

  #philosophy .box-story .box-story-wrapper.story02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto 11.7%;
    min-width: 700px;
  }

  #philosophy .box-story .box-story-wrapper.story02 .box-text {
    width: 281px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: -16.7% 0 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  #philosophy .box-story .box-story-wrapper.story02 .box-image {
    width: 100%;
    padding: 111% 0 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    z-index: -1;
  }

  #philosophy .box-story .box-story-wrapper.story02 .txt-more {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  #philosophy .box-story .box-story-wrapper.story02 .txt-view-more {
    margin: 26px 0 0;
    font-size: 13px;
    letter-spacing: 0.05em;
  }

  #philosophy .box-story .box-story-wrapper.story02 .txt-view-more img {
    width: 8px;
    margin: 0 16px 0 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  #philosophy .box-story .box-story-wrapper.story02 .txt-view-more.is-active img {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  #philosophy .box-story .box-story-wrapper.story02 .txt-more {
    display: none;
    width: 509px;
  }

  #philosophy .box-story .box-story-wrapper.story02 .txt-more .txt-more-title {
    font-size: 15px;
    letter-spacing: 0.03em;
    margin: 85px 0 0;
  }

  #philosophy .box-story .box-story-wrapper.story02 .txt-more .txt-more-main {
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 24px;
    margin: 16px 0 0;
    text-align: justify;
  }

  #philosophy .box-story .box-story-wrapper.story02 .txt-more .txt-more-sub {
    font-size: 11px;
    letter-spacing: 0.03em;
    line-height: 20px;
    margin: 28px 0 0;
    text-align: justify;
  }

  #philosophy .box-story .box-story-wrapper.story02 .txt-more.is-visible {
    opacity: 1;
  }

  #philosophy .box-story .box-story-wrapper.story03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 13.7%;
    min-width: 700px;
  }

  #philosophy .box-story .box-story-wrapper.story03 .box-text {
    width: 234px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 13% 0 0;
  }

  #philosophy .box-story .box-story-wrapper.story03 .box-image {
    width: calc(92% - 234px);
    padding: calc((92% - 234px)* 0.998) 0 0;
  }

  #philosophy .box-story .box-story-wrapper.story04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin: 0 auto 16.7%;
    min-width: 700px;
  }

  #philosophy .box-story .box-story-wrapper.story04 .box-text {
    width: 234px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 13% 0 0;
  }

  #philosophy .box-story .box-story-wrapper.story04 .box-image {
    width: calc(91.8% - 234px);
    padding: calc((91.8% - 233px)* 0.998) 0 0;
  }

  #philosophy .box-story .box-story-wrapper.story05 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 13.7%;
    min-width: 700px;
  }

  #philosophy .box-story .box-story-wrapper.story05 .box-text {
    width: 254px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 13% 0 0;
    margin: 4% 0 0;
  }

  #philosophy .box-story .box-story-wrapper.story05 .box-image {
    width: calc(94% - 254px);
    padding: calc((94% - 254px)* 0.988) 0 0;
  }

  #philosophy .box-story .box-story-wrapper.story05 .txt-more {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  #philosophy .box-story .box-story-wrapper.story05 .txt-view-more {
    margin: 26px 0 0;
    font-size: 13px;
    letter-spacing: 0.05em;
  }

  #philosophy .box-story .box-story-wrapper.story05 .txt-view-more img {
    width: 8px;
    margin: 0 16px 0 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  #philosophy .box-story .box-story-wrapper.story05 .txt-view-more.is-active img {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  #philosophy .box-story .box-story-wrapper.story05 .txt-more {
    display: none;
    width: 509px;
  }

  #philosophy .box-story .box-story-wrapper.story05 .txt-more .txt-more-title {
    font-size: 15px;
    letter-spacing: 0.03em;
    margin: 85px 0 0;
    line-height: 24px;
  }

  #philosophy .box-story .box-story-wrapper.story05 .txt-more .txt-more-main {
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 24px;
    margin: 16px 0 0;
    text-align: justify;
  }

  #philosophy .box-story .box-story-wrapper.story05 .txt-more .txt-more-sub {
    font-size: 11px;
    letter-spacing: 0.03em;
    line-height: 20px;
    margin: 28px 0 0;
    text-align: justify;
  }

  #philosophy .box-story .box-story-wrapper.story05 .txt-more.is-visible {
    opacity: 1;
  }

  #philosophy .box-story .box-story-wrapper.story06 {
    width: 578px;
    margin: 0 auto 13.6%;
    position: relative;
  }

  #philosophy .box-story .box-story-wrapper.story06 .box-text {
    width: 320px;
    margin: 0 auto 0;
    padding: 128px 0 147px;
  }

  #philosophy .box-story .box-story-wrapper.story06 .box-image {
    position: absolute;
    top: 0;
    z-index: -1;
    -webkit-animation: 30s linear infinite rotation;
    animation: 30s linear infinite rotation;
    padding: 49.6%;
  }

  @-webkit-keyframes rotation {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  @keyframes rotation {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  #philosophy .box-symbiotic {
    width: 76.5625%;
    margin: 0 auto 21.1%;
  }

  #philosophy .box-symbiotic .box-image {
    position: relative;
    padding: 61.1% 0 0;
  }

  #philosophy .box-symbiotic .box-image h2 {
    position: absolute;
    color: #fff;
    font-size: 30px;
    letter-spacing: 0.05em;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 100%;
    text-align: center;
  }

  #philosophy .box-symbiotic .box-text {
    width: 360px;
    margin: 4% 0 0 auto;
  }

  #philosophy .box-symbiotic .box-text h3 {
    font-size: 14px;
  }

  #philosophy .box-symbiotic .box-text p {
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 24px;
    margin: 4% 0 0;
  }

  #philosophy .box-designer {
    width: 46.875%;
    margin: 0px auto 14%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 9.5% 22px 9.2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 600px;
  }

  #philosophy .box-designer .box-image {
    width: calc(100% - 330px);
    padding: calc((100% - 330px)* 1.42) 0 0;
  }

  #philosophy .box-designer .box-text {
    width: 257px;
  }

  #philosophy .box-designer .box-text h2 {
    font-size: 11px;
    letter-spacing: 0.05em;
  }

  #philosophy .box-designer .box-text .txt-name {
    font-size: 21px;
    letter-spacing: 0.05em;
    line-height: 18px;
    margin: 15px 0 0;
  }

  #philosophy .box-designer .box-text .txt-main {
    font-size: 11px;
    letter-spacing: 0.03em;
    line-height: 22px;
    margin: 35px 0 0;
    text-align: justify;
    word-break: normal !important;
  }

  #philosophy.is-video-play .box-movie {
    opacity: 1;
    pointer-events: all;
  }
}

/*sp*/
@media (max-width: 1007px) {
  #philosophy {
    overflow-x: hidden;
  }

  #philosophy .box-image {
    position: relative;
    height: 0;
  }

  #philosophy .box-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  #philosophy .box-mv {
    width: 86.666%;
    margin: 20% auto 9%;
    position: relative;
  }

  #philosophy .box-mv .box-image {
    padding: 50%;
    z-index: -1;
  }

  #philosophy .box-mv .box-icon {
    width: 72px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.7s;
    -o-transition: opacity 0.7s;
    transition: opacity 0.7s;
  }

  #philosophy .box-mv .box-icon:hover {
    opacity: 0.5;
    cursor: pointer;
  }

  #philosophy .box-movie {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: opacity 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: opacity 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
    z-index: 9999;
  }

  #philosophy .box-movie .box-close {
    position: absolute;
    width: 13px;
    top: 25px;
    right: 23px;
    z-index: 1;
  }

  #philosophy .box-movie .box-video-wrapper {
    position: relative;
    width: 90.625%;
    margin: 0 auto;
    padding-top: 51%;
    z-index: 1;
  }

  #philosophy .box-movie .box-video-wrapper #videoInner {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
  }

  #philosophy .box-movie .box-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #F4F3EE;
  }

  #philosophy .box-intro {
    width: 86.666%;
    margin: 0 auto;
  }

  #philosophy .box-intro .box-top {
    margin: 0 auto 20%;
    width: 82px;
  }

  #philosophy .box-intro .box-bottom {
    margin: 0 0 22.6%;
  }

  #philosophy .box-intro .box-left {
    font-size: 25px;
    letter-spacing: 0.08em;
    line-height: 38px;
  }

  #philosophy .box-intro .box-right {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 30px;
  }

  #philosophy .box-intro .box-right .txt-title {
    width: 89.7%;
    margin: 6.2% 0 13.5%;
  }

  #philosophy .box-story .box-story-top {
    margin: 0 auto 10.4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  #philosophy .box-story .box-story-top .box-text {
    width: 86.666%;
    margin: 8.5% auto 0;
  }

  #philosophy .box-story .box-story-top .box-text h2 {
    font-size: 20px;
    letter-spacing: 0.05em;
    padding: 0.4% 0 0;
  }

  #philosophy .box-story .box-story-top .box-text p {
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 24px;
    text-align: justify;
    margin: 5% 0 0;
  }

  #philosophy .box-story .box-story-top .box-image {
    padding: 64.7% 0 0;
    width: 100%;
  }

  #philosophy .box-story .box-story-wrapper {
    margin: 0 auto;
  }

  #philosophy .box-story .box-story-wrapper .box-text .txt-number {
    font-size: 32px;
    letter-spacing: 0.05em;
  }

  #philosophy .box-story .box-story-wrapper .box-text .txt-en {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 28px;
  }

  #philosophy .box-story .box-story-wrapper .box-text .txt-jp {
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 22px;
    margin: 6px 0 0;
  }

  #philosophy .box-story .box-story-wrapper .box-text .txt-main {
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 24px;
    margin: 32px 0 0;
    text-align: justify;
    word-break: normal !important;
  }

  #philosophy .box-story .box-story-wrapper .box-text h3 {
    width: calc(100% - 41px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 0 0 27px;
  }

  #philosophy .box-story .box-story-wrapper.story01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 0 auto 17.4%;
    width: 86.666%;
  }

  #philosophy .box-story .box-story-wrapper.story01 .box-text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 8% 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #philosophy .box-story .box-story-wrapper.story01 .box-image {
    padding: 100% 0 0;
  }

  #philosophy .box-story .box-story-wrapper.story02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto 21%;
  }

  #philosophy .box-story .box-story-wrapper.story02 .box-text {
    width: 86.666%;
    margin: 0 auto 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #philosophy .box-story .box-story-wrapper.story02 .box-image {
    width: 100%;
    padding: 111% 0 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 0 9%;
  }

  #philosophy .box-story .box-story-wrapper.story02 .txt-more {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  #philosophy .box-story .box-story-wrapper.story02 .txt-view-more {
    margin: 26px 0 0;
    text-decoration: underline;
    font-size: 13px;
    letter-spacing: 0.05em;
  }

  #philosophy .box-story .box-story-wrapper.story02 .txt-view-more img {
    width: 8px;
    margin: 0 16px 0 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  #philosophy .box-story .box-story-wrapper.story02 .txt-view-more.is-active img {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  #philosophy .box-story .box-story-wrapper.story02 .txt-more {
    display: none;
    width: 86.666%;
    margin: 0 auto;
  }

  #philosophy .box-story .box-story-wrapper.story02 .txt-more .txt-more-title {
    font-size: 15px;
    letter-spacing: 0.03em;
    margin: 20% 0 0;
  }

  #philosophy .box-story .box-story-wrapper.story02 .txt-more .txt-more-main {
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 24px;
    margin: 6% 0 0;
    text-align: justify;
  }

  #philosophy .box-story .box-story-wrapper.story02 .txt-more .txt-more-sub {
    font-size: 11px;
    letter-spacing: 0.03em;
    line-height: 20px;
    margin: 11% 0 0;
    text-align: justify;
  }

  #philosophy .box-story .box-story-wrapper.story02 .txt-more.is-visible {
    opacity: 1;
  }

  #philosophy .box-story .box-story-wrapper.story03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 0 auto 24.56%;
    width: 86.666%;
  }

  #philosophy .box-story .box-story-wrapper.story03 .box-text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 8% 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #philosophy .box-story .box-story-wrapper.story03 .box-text .txt-en {
    margin: 0;
  }

  #philosophy .box-story .box-story-wrapper.story03 .box-text .txt-main {
    margin: 24px 0 0;
  }

  #philosophy .box-story .box-story-wrapper.story03 .box-image {
    padding: 100% 0 0;
  }

  #philosophy .box-story .box-story-wrapper.story04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 0 auto 23.4%;
    width: 86.666%;
  }

  #philosophy .box-story .box-story-wrapper.story04 .box-text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 8% 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #philosophy .box-story .box-story-wrapper.story04 .box-image {
    padding: 100% 0 0;
  }

  #philosophy .box-story .box-story-wrapper.story05 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto 50.4%;
    width: 86.666%;
  }

  #philosophy .box-story .box-story-wrapper.story05 .box-text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 8% 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  #philosophy .box-story .box-story-wrapper.story05 .box-image {
    padding: 96% 0 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  #philosophy .box-story .box-story-wrapper.story05 .txt-more {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  #philosophy .box-story .box-story-wrapper.story05 .txt-view-more {
    margin: 26px 0 0;
    text-decoration: underline;
    font-size: 13px;
    letter-spacing: 0.05em;
  }

  #philosophy .box-story .box-story-wrapper.story05 .txt-view-more img {
    width: 8px;
    margin: 0 16px 0 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  #philosophy .box-story .box-story-wrapper.story05 .txt-view-more.is-active img {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  #philosophy .box-story .box-story-wrapper.story05 .txt-more {
    display: none;
    width: 86.666%;
    margin: 0 auto;
  }

  #philosophy .box-story .box-story-wrapper.story05 .txt-more .txt-more-title {
    font-size: 15px;
    letter-spacing: 0.03em;
    margin: 20% 0 0;
    line-height: 24px;
  }

  #philosophy .box-story .box-story-wrapper.story05 .txt-more .txt-more-main {
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 24px;
    margin: 6% 0 0;
    text-align: justify;
  }

  #philosophy .box-story .box-story-wrapper.story05 .txt-more .txt-more-sub {
    font-size: 11px;
    letter-spacing: 0.03em;
    line-height: 20px;
    margin: 11% 0 0;
    text-align: justify;
  }

  #philosophy .box-story .box-story-wrapper.story05 .txt-more.is-visible {
    opacity: 1;
  }

  #philosophy .box-story .box-story-wrapper.story06 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 0 auto 61.4%;
    width: 86.666%;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #philosophy .box-story .box-story-wrapper.story06 .box-text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #philosophy .box-story .box-story-wrapper.story06 .box-text h3 {
    width: 100%;
    padding: 0;
  }

  #philosophy .box-story .box-story-wrapper.story06 .box-text .txt-en {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 18px;
    padding: 6% 0 0;
  }

  #philosophy .box-story .box-story-wrapper.story06 .box-image {
    padding: 100% 0 0;
    -webkit-animation: 30s linear infinite rotation;
    animation: 30s linear infinite rotation;
    padding: 77%;
    position: absolute;
  }

  @-webkit-keyframes rotation {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  @keyframes rotation {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  #philosophy .box-symbiotic {
    width: 100%;
    margin: 0 0 27.1%;
  }

  #philosophy .box-symbiotic .box-image {
    position: relative;
    padding: 100% 0 0;
  }

  #philosophy .box-symbiotic .box-image h2 {
    position: absolute;
    color: #fff;
    font-size: 26px;
    letter-spacing: 0.05em;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 100%;
    text-align: center;
  }

  #philosophy .box-symbiotic .box-text {
    width: 86.666%;
    margin: 8% auto 0;
  }

  #philosophy .box-symbiotic .box-text h3 {
    font-size: 14px;
  }

  #philosophy .box-symbiotic .box-text p {
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 24px;
    margin: 4% 0 0;
  }

  #philosophy .box-designer {
    width: 86.666%;
    margin: 0px auto 49%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 32.5% 0 16.2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #philosophy .box-designer .box-image {
    width: 46.153%;
    padding: 65.5% 0 0;
    margin: 0 auto;
  }

  #philosophy .box-designer .box-text {
    width: 69.23%;
    margin: 14% auto 0;
  }

  #philosophy .box-designer .box-text h2 {
    font-size: 11px;
    letter-spacing: 0.05em;
  }

  #philosophy .box-designer .box-text .txt-name {
    font-size: 21px;
    letter-spacing: 0.05em;
    line-height: 18px;
    margin: 15px 0 0;
  }

  #philosophy .box-designer .box-text .txt-main {
    font-size: 11px;
    letter-spacing: 0.03em;
    line-height: 22px;
    margin: 35px 0 0;
    text-align: justify;
    word-break: normal !important;
  }

  #philosophy.is-video-play .box-movie {
    opacity: 1;
    pointer-events: all;
  }
}

/*pc*/
@media (min-width: 1008px) {
  #craftmanship {
    margin: 58px 0 0;
  }

  #craftmanship .box-image {
    position: relative;
    height: 0;
  }

  #craftmanship .box-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  #craftmanship .box-mv {
    width: 76.6796875%;
    margin: 0 auto;
    position: relative;
  }

  #craftmanship .box-mv .box-image {
    padding: 28.1%;
    z-index: -1;
  }

  #craftmanship .box-mv .box-icon {
    width: 66px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.7s;
    -o-transition: opacity 0.7s;
    transition: opacity 0.7s;
  }

  #craftmanship .box-mv .box-icon img {
    -webkit-transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1);
  }

  #craftmanship .box-mv .box-icon img:last-child {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
  }

  #craftmanship .box-mv .box-icon:hover {
    cursor: pointer;
  }

  #craftmanship .box-mv .box-icon:hover img:first-child {
    opacity: 0;
  }

  #craftmanship .box-mv .box-icon:hover img:last-child {
    opacity: 1;
  }

  #craftmanship .box-movie {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: opacity 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: opacity 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
    z-index: 9999;
  }

  #craftmanship .box-movie .box-close {
    position: absolute;
    width: 13px;
    top: 25px;
    right: 23px;
    z-index: 1;
  }

  #craftmanship .box-movie .box-video-wrapper {
    position: relative;
    width: 90.625%;
    margin: 0 auto;
    padding-top: 51%;
    z-index: 1;
  }

  #craftmanship .box-movie .box-video-wrapper #videoInner {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
  }

  #craftmanship .box-movie .box-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #F4F3EE;
  }

  #craftmanship .box-intro {
    /*width: 76.6796875%;*/
    width: 800px;
    margin: 0 auto;
  }

  #craftmanship .box-intro .box-top {
    /*margin: 4.6% auto 0;*/
    margin: 45px auto 0;
    width: 169px;
  }

  #craftmanship .box-intro .box-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin: 25.8% 0 26.1%;*/
    margin: 252px 0 110px;
  }

  #craftmanship .box-intro .box-left {
    width: 49.5%;
    /*padding: 0 0 0 8.9%;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 26px;
    letter-spacing: 0.08em;
    line-height: 40px;
  }

  #craftmanship .box-intro .box-right {
    width: 50.5%;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 29px;
  }

  #craftmanship .box-intro .box-right .txt-title {
    /*width: 74.7%;
        margin: 2.2% 0 0;*/
    width: 333px;
    margin: 10px 0 0;
  }

  #craftmanship .box-intro .box-right .txt-main {
    margin: 10px 0 0;
  }

  #craftmanship .box-story .box-story-top {
    width: 76.6796875%;
    margin: 0 auto 10.4%;
  }

  #craftmanship .box-story .box-story-top .box-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 1% 0 0;
  }

  #craftmanship .box-story .box-story-top .box-text p {
    margin: 0 0 0 4%;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 29px;
    text-align: justify;
  }

  #craftmanship .box-story .box-story-top .box-image {
    padding: 56.3% 0 0;
    width: 100%;
  }

  #craftmanship .box-story .box-story-slider {
    width: 76.6796875%;
    margin: 0 auto 4.5%;
  }

  #craftmanship .box-story .box-story-slider .swiper {
    overflow: visible;
  }

  #craftmanship .box-story .box-story-slider .carousel-cell {
    width: 100%;
  }

  #craftmanship .box-story .box-story-slider .swiper .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 19px;
  }

  #craftmanship .box-story .box-story-slider .swiper .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    margin: 0 9px !important;
    background: 0 0;
    opacity: 1;
    outline: 0;
  }

  #craftmanship .box-story .box-story-slider .swiper .swiper-pagination .swiper-pagination-bullet:not(:last-child)::before {
    content: "";
    display: block;
    position: absolute;
    left: 8px;
    top: 2px;
    width: 18px;
    height: 1px;
    background-color: #333333;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-animation: sliderPaginationLineResetAnim .25s ease-out forwards;
    animation: sliderPaginationLineResetAnim .25s ease-out forwards;
    z-index: 1;
  }

  #craftmanship .box-story .box-story-slider .swiper .swiper-pagination .swiper-pagination-bullet::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #FFFFFF;
    -webkit-transition: background-color .3s, -webkit-transform .3s;
    transition: background-color .3s, -webkit-transform .3s;
    -o-transition: transform .3s, background-color .3s;
    transition: transform .3s, background-color .3s;
    transition: transform .3s, background-color .3s, -webkit-transform .3s;
    z-index: 2;
  }

  #craftmanship .box-story .box-story-slider .swiper .swiper-pagination .swiper-pagination-bullet-active::after {
    background-color: #333333;
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
  }

  #craftmanship .box-story .box-story-slider .swiper .swiper-pagination .swiper-pagination-bullet-active:not(:last-child)::before {
    -webkit-animation: sliderPaginationLineAnim 15s linear forwards;
    animation: sliderPaginationLineAnim 15s linear forwards;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }

  @-webkit-keyframes sliderPaginationLineAnim {
    0% {
      -webkit-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: scale(0, 1);
      transform: scale(0, 1);
    }

    100% {
      -webkit-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
    }
  }

  @keyframes sliderPaginationLineAnim {
    0% {
      -webkit-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: scale(0, 1);
      transform: scale(0, 1);
    }

    100% {
      -webkit-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
    }
  }

  @-webkit-keyframes sliderPaginationLineResetAnim {
    0% {
      -webkit-transform-origin: right center;
      transform-origin: right center;
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
    }

    100% {
      -webkit-transform-origin: right center;
      transform-origin: right center;
      -webkit-transform: scale(0, 1);
      transform: scale(0, 1);
    }
  }

  @keyframes sliderPaginationLineResetAnim {
    0% {
      -webkit-transform-origin: right center;
      transform-origin: right center;
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
    }

    100% {
      -webkit-transform-origin: right center;
      transform-origin: right center;
      -webkit-transform: scale(0, 1);
      transform: scale(0, 1);
    }
  }

  #craftmanship .box-story .box-story-slider .swiper .swiper-button-prev,
  #craftmanship .box-story .box-story-slider .swiper .swiper-button-next {
    position: absolute;
    background-repeat: no-repeat;
  }

  #craftmanship .box-story .box-story-slider .swiper .swiper-button-next {
    right: -68px;
  }

  #craftmanship .box-story .box-story-slider .swiper .swiper-button-prev {
    left: -68px;
  }

  #craftmanship .box-story .box-story-slider .swiper .swiper-button-next:after,
  #craftmanship .box-story .box-story-slider .swiper .swiper-button-prev:after {
    font-size: 0;
  }

  #craftmanship .box-story .box-story-slider .swiper .swiper-button-prev {
    background-image: url(/cdn/shop/files/icon-craft-arrow01.svg?v=1638781981);
  }

  #craftmanship .box-story .box-story-slider .swiper .swiper-button-next {
    background-image: url(/cdn/shop/files/icon-craft-arrow02.svg?v=1638781981);
  }

  #craftmanship .box-story .box-story-text {
    width: 76.6796875%;
    margin: 0 auto 12.2%;
  }

  #craftmanship .box-story .box-story-text li {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  #craftmanship .box-story .box-story-text li .box-left {
    width: 62px;
  }

  #craftmanship .box-story .box-story-text li .box-left .txt-number {
    font-size: 26px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #333;
  }

  #craftmanship .box-story .box-story-text li .box-right {
    width: 445px;
  }

  #craftmanship .box-story .box-story-text li .box-right .txt-title {
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 28px;
    text-align: left;
    color: #333;
  }

  #craftmanship .box-story .box-story-text li .box-right .txt-text-jp {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 24px;
    color: #333;
    margin: 4px 0 0;
  }

  #craftmanship .box-story .box-story-text li .box-right .txt-content {
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 24px;
    color: #333;
    margin: 15px 0 0;
  }

  #craftmanship .box-story .box-story-text li.is-active {
    position: relative;
    opacity: 1;
    pointer-events: all;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  #craftmanship.is-video-play .box-movie {
    opacity: 1;
    pointer-events: all;
  }
}

/*sp*/
@media (max-width: 1007px) {
  #craftmanship {
    overflow-x: hidden;
  }

  #craftmanship .box-image {
    position: relative;
    height: 0;
  }

  #craftmanship .box-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  #craftmanship .box-mv {
    width: 100%;
    margin: 13.7% auto 5.5%;
    position: relative;
  }

  #craftmanship .box-mv .box-image {
    padding: 50%;
    z-index: -1;
  }

  #craftmanship .box-mv .box-icon {
    width: 72px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.7s;
    -o-transition: opacity 0.7s;
    transition: opacity 0.7s;
  }

  #craftmanship .box-mv .box-icon:hover {
    opacity: 0.5;
    cursor: pointer;
  }

  #craftmanship .box-movie {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: opacity 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: opacity 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
    z-index: 9999;
  }

  #craftmanship .box-movie .box-close {
    position: absolute;
    width: 13px;
    top: 25px;
    right: 23px;
    z-index: 1;
  }

  #craftmanship .box-movie .box-video-wrapper {
    position: relative;
    width: 90.625%;
    margin: 0 auto;
    padding-top: 51%;
    z-index: 1;
  }

  #craftmanship .box-movie .box-video-wrapper #videoInner {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
  }

  #craftmanship .box-movie .box-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #F4F3EE;
  }

  #craftmanship .box-intro {
    width: 86.666%;
    margin: 0 auto;
  }

  #craftmanship .box-intro .box-top {
    margin: 0 auto 16%;
    width: 169px;
  }

  #craftmanship .box-intro .box-bottom {
    margin: 0 0 22.6%;
  }

  #craftmanship .box-intro .box-left {
    font-size: 25px;
    letter-spacing: 0.08em;
    line-height: 38px;
  }

  #craftmanship .box-intro .box-right {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 30px;
  }

  #craftmanship .box-intro .box-right .txt-title {
    width: 80.9%;
    margin: 6.2% 0 13.5%;
  }

  #craftmanship .box-story .box-story-top .box-image {
    padding: 65.7% 0 0;
  }

  #craftmanship .box-story .box-story-top .box-text p {
    font-size: 10px;
    letter-spacing: 0.05em;
    line-height: 29px;
    color: #333;
    text-align: right;
    padding: 0 25px 0 0;
  }

  #craftmanship .box-story .box-story-slider {
    width: 86.67%;
    margin: 23% auto 4.5%;
  }

  #craftmanship .box-story .box-story-slider .swiper {
    overflow: visible;
  }

  #craftmanship .box-story .box-story-slider .carousel-cell {
    width: 100%;
  }

  #craftmanship .box-story .box-story-slider .swiper .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 14px;
  }

  #craftmanship .box-story .box-story-slider .swiper .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    margin: 0 9px !important;
    background: 0 0;
    opacity: 1;
    outline: 0;
  }

  #craftmanship .box-story .box-story-slider .swiper .swiper-pagination .swiper-pagination-bullet:not(:last-child)::before {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 2px;
    width: 21px;
    height: 1px;
    background-color: #333333;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-animation: sliderPaginationLineResetAnim .25s ease-out forwards;
    animation: sliderPaginationLineResetAnim .25s ease-out forwards;
    z-index: 1;
  }

  #craftmanship .box-story .box-story-slider .swiper .swiper-pagination .swiper-pagination-bullet::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #FFFFFF;
    -webkit-transition: background-color .3s, -webkit-transform .3s;
    transition: background-color .3s, -webkit-transform .3s;
    -o-transition: transform .3s, background-color .3s;
    transition: transform .3s, background-color .3s;
    transition: transform .3s, background-color .3s, -webkit-transform .3s;
    z-index: 2;
  }

  #craftmanship .box-story .box-story-slider .swiper .swiper-pagination .swiper-pagination-bullet-active::after {
    background-color: #333333;
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
  }

  #craftmanship .box-story .box-story-slider .swiper .swiper-pagination .swiper-pagination-bullet-active:not(:last-child)::before {
    -webkit-animation: sliderPaginationLineAnim 15s linear forwards;
    animation: sliderPaginationLineAnim 15s linear forwards;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }

  @-webkit-keyframes sliderPaginationLineAnim {
    0% {
      -webkit-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: scale(0, 1);
      transform: scale(0, 1);
    }

    100% {
      -webkit-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
    }
  }

  @keyframes sliderPaginationLineAnim {
    0% {
      -webkit-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: scale(0, 1);
      transform: scale(0, 1);
    }

    100% {
      -webkit-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
    }
  }

  @-webkit-keyframes sliderPaginationLineResetAnim {
    0% {
      -webkit-transform-origin: right center;
      transform-origin: right center;
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
    }

    100% {
      -webkit-transform-origin: right center;
      transform-origin: right center;
      -webkit-transform: scale(0, 1);
      transform: scale(0, 1);
    }
  }

  @keyframes sliderPaginationLineResetAnim {
    0% {
      -webkit-transform-origin: right center;
      transform-origin: right center;
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
    }

    100% {
      -webkit-transform-origin: right center;
      transform-origin: right center;
      -webkit-transform: scale(0, 1);
      transform: scale(0, 1);
    }
  }

  #craftmanship .box-story .box-story-slider .swiper .swiper-button-prev,
  #craftmanship .box-story .box-story-slider .swiper .swiper-button-next {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }

  #craftmanship .box-story .box-story-slider .swiper .swiper-button-next:after,
  #craftmanship .box-story .box-story-slider .swiper .swiper-button-prev:after {
    font-size: 0;
  }

  #craftmanship .box-story .box-story-slider .swiper .swiper-button-prev {
    background-image: url(/cdn/shop/files/icon-craft-arrow01-bold.svg?v=1638929101);
    left: -14px;
    width: 8px;
  }

  #craftmanship .box-story .box-story-slider .swiper .swiper-button-next {
    background-image: url(/cdn/shop/files/icon-craft-arrow02-bold.svg?v=1638929101);
    right: -14px;
    width: 8px;
  }

  #craftmanship .box-story .box-story-text {
    width: 86.67%;
    margin: 11.3% auto 81.2%;
  }

  #craftmanship .box-story .box-story-text li {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #craftmanship .box-story .box-story-text li .box-left {
    width: 55px;
  }

  #craftmanship .box-story .box-story-text li .box-left .txt-number {
    font-size: 32px;
    letter-spacing: 0.05em;
    line-height: 18px;
    text-align: left;
    color: #333;
  }

  #craftmanship .box-story .box-story-text li .box-right .txt-title {
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 18px;
    text-align: left;
    color: #333;
    position: relative;
    top: -4px;
  }

  #craftmanship .box-story .box-story-text li .box-right .txt-text-jp {
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 22px;
    color: #333;
    margin: 4px 0 0;
  }

  #craftmanship .box-story .box-story-text li .txt-content {
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 24px;
    color: #333;
    margin: 15px 0 0;
    width: 100%;
  }

  #craftmanship .box-story .box-story-text li.is-active {
    position: relative;
    opacity: 1;
    pointer-events: all;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  #craftmanship.is-video-play .box-movie {
    opacity: 1;
    pointer-events: all;
  }
}

/* ELIPSE COLLECTION */

/*pc*/
@media (min-width: 1008px) {
  #ellipse-collection-sway {
    margin: 0;
  }

  #ellipse-collection-sway a {
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }

  #ellipse-collection-sway a:hover {
    color: #999;
  }

  #ellipse-collection-sway .box-lookbook-main .box-inner {
    height: inherit !important;
  }

  #ellipse-collection-sway .box-lookbook-main .box-top {
    margin: 0 0 0 31.64%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  #ellipse-collection-sway .box-lookbook-main .box-left {
    width: 54.4%;
  }

  #ellipse-collection-sway .box-lookbook-main .box-left .box-img {
    width: 100%;
    position: relative;
  }

  #ellipse-collection-sway .box-lookbook-main .box-item {
    margin: 0 0 18px 13.4%;
  }

  #ellipse-collection-sway .box-lookbook-main .box-item ul {
    right: -149px;
  }

  #ellipse-collection-sway .box-lookbook-main .box-item ul li {
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 18px;
    white-space: nowrap;
  }

  #ellipse-collection-sway .box-lookbook-main .box-item ul li.min {
    font-size: 8px;
    letter-spacing: 0.05em;
    line-height: 18px;
  }

  #ellipse-collection-sway .box-lookbook-main .box-item ul+ul {
    margin: 0.9vw 0 0 6.6vw;
  }

  #ellipse-collection-sway .box-list {
    margin: 10% auto 0;
    margin: 7.8% auto 0;
  }

  #ellipse-collection-sway .box-list h2 {
    font-size: 30px;
    letter-spacing: 0.15em;
    line-height: 50px;
    margin: -7% 0 0 0;
  }

  #ellipse-collection-sway .box-list .box-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 18px 0;
  }

  #ellipse-collection-sway .box-list .box-item ul {
    margin: 0.9vw 0 0;
  }

  #ellipse-collection-sway .box-list .box-item ul li {
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 18px;
  }

  #ellipse-collection-sway .box-list .box-item ul li.min {
    font-size: 8px;
    letter-spacing: 0.05em;
    line-height: 18px;
  }

  #ellipse-collection-sway .box-list .box-item ul+ul {
    margin: 0.9vw 0 0 1.8vw;
  }

  #ellipse-collection-sway .box-list .box-column {
    position: relative;
  }

  #ellipse-collection-sway .box-list .box-column-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #ellipse-collection-sway .box-list .box-column.column01 {
    width: 80.16%;
    margin: 14.3% 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  #ellipse-collection-sway .box-list .box-column.column01 .box-image {
    padding: 125.1% 0 0;
  }

  #ellipse-collection-sway .box-list .box-column.column01 .box-left {
    width: 38.69%;
  }

  #ellipse-collection-sway .box-list .box-column.column01 .box-right {
    width: 39.672%;
  }

  #ellipse-collection-sway .box-list .box-column.column01 .box-right .box-item {
    display: inherit;
    margin: 0 0 18px 7.4%;
  }

  #ellipse-collection-sway .box-list .box-column.column02 {
    width: 100%;
    margin: 13% 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  #ellipse-collection-sway .box-list .box-column.column02 .box-image {
    padding: 125.1% 0 0;
  }

  #ellipse-collection-sway .box-list .box-column.column02 .box-right {
    width: 48%;
    margin: 0 12% 0 0;
  }

  #ellipse-collection-sway .box-list .box-column.column02 .box-left {
    margin: 0 2.5% 0 0;
  }

  #ellipse-collection-sway .box-list .box-column.column02 .box-left .box-item {
    display: inherit;
    margin: 0 0 18px 0;
  }

  #ellipse-collection-sway .box-list .box-column.column02 .box-left .box-item ul+ul {
    margin: 0.9vw 0 0 0;
  }

  #ellipse-collection-sway .box-list .box-column-wrap.column-wrap01 {
    width: 74.6875%;
    margin: 13% auto 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #ellipse-collection-sway .box-list .box-column.column03 {
    width: 44.777%;
    padding: 0 1.9% 0 8.5%;
  }

  #ellipse-collection-sway .box-list .box-column.column03 .box-image {
    padding: 125.1% 0 0;
    margin: 22% 0 0;
  }

  #ellipse-collection-sway .box-list .box-column.column04 {
    width: 46.2%;
  }

  #ellipse-collection-sway .box-list .box-column.column04 .box-image {
    padding: 125.1% 0 0;
  }

  #ellipse-collection-sway .box-list .box-column.column04 .box-item {
    margin: 0 0 18px 0;
  }

  #ellipse-collection-sway .box-list .box-column.column05 {
    width: 47.42%;
    margin: 10.8% auto 0;
  }

  #ellipse-collection-sway .box-list .box-column.column05 .box-image {
    padding: 125.1% 0 0;
  }
  
  #ellipse-collection-sway .box-list .box-column-wrap.column-wrap06 {
    width: 81.64%;
    margin: 13% 0 13% auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #ellipse-collection-sway .box-list .box-column-wrap.column-wrap06 .column03 {
    width: 38.27%;
    padding:0;
  }
  #ellipse-collection-sway .box-list .box-column-wrap.column-wrap06 .column04 {
    width: 52.63%;
  }
    
  #ellipse-collection-sway .box-list .box-column.column07 {
    width: 46.8%;
    margin: 10.8% auto 0;
  }

  #ellipse-collection-sway .box-list .box-column.column07 .box-image {
    padding: 125.1% 0 0;
  }
  
  #ellipse-collection-sway .box-list .box-column.column08 {
    width: 81.64%;
    margin: 14.3% 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  #ellipse-collection-sway .box-list .box-column.column08 .box-image {
    padding: 125.1% 0 0;
  }

  #ellipse-collection-sway .box-list .box-column.column08 .box-left {
    width: 47.84%;
  }

  #ellipse-collection-sway .box-list .box-column.column08 .box-right {
    width: auto;
  }

  #ellipse-collection-sway .box-list .box-column.column08 .box-right .box-item {
    display: inherit;
    margin: 0 0 18px 7.4%;
  }
  
  #ellipse-collection-sway .box-list .box-column.column09 {
    width: 58%;
    margin: 13% 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  #ellipse-collection-sway .box-list .box-column.column09 .box-image {
    padding: 125.1% 0 0;
  }

  #ellipse-collection-sway .box-list .box-column.column09 .box-right {
    width: 100%;
    margin: 0 20% 0 0;
  }

  #ellipse-collection-sway .box-list .box-column.column09 .box-left {
    margin: 0;
  }

  #ellipse-collection-sway .box-list .box-column.column09 .box-left .box-item {
    display: inherit;
    margin: 0 0 18px 0;
  }

  #ellipse-collection-sway .box-list .box-column.column09 .box-left .box-item ul+ul {
    margin: 0.9vw 0 0 0;
  }
  
  
  
  
  #ellipse-collection-sway .box-list .box-column.column11 {
    width: 27.3%;
    margin: 10.8% auto 0;
  }

  #ellipse-collection-sway .box-list .box-column.column11 .box-image {
    padding: 125.1% 0 0;
  }
  
  #ellipse-collection-sway #left-title {
	position: sticky;
    top: 400px;
    margin-left: 20px;
    font-size: 11px;
  }
  #ellipse-collection-sway #left-title img {
    width: 95px;
    margin-top: 15px;
  }
    
  #ellipse-collection-sway .box-tax-text {
    font-size: 10px;
    letter-spacing: 0.05em;
    line-height: 18px;
    color: #333;
    width: 97%;
    margin: 0 auto 1%;
  }

  #ellipse-collection-sway .footer-sway {
    text-align: center;
    margin: 436px 0 246px;
  }

  #ellipse-collection-sway .footer-sway a {
    font-weight: normal;
    text-decoration: underline;
    font-size: 15px;
    letter-spacing: 0.12em;
    line-height: 19px;
    text-align: center;
  }
  
  #ellipse-collection-sway .footer-sway2022 {
    text-align: center;
    margin: 27px 0 246px;
  }
  
  #ellipse-collection-sway .footer-sway2022 a {
    font-weight: normal;
    text-decoration: underline;
    font-size: 15px;
    letter-spacing: 0.12em;
    line-height: 19px;
    text-align: center;
  }
  
}

/*sp*/
@media (max-width: 1007px) {
  #ellipse-collection-sway {
    font-weight: normal;
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 18px;
    text-align: left;
  }

  #ellipse-collection-sway .box-lookbook-main {
    margin: 51px 0 0;
  }

  #ellipse-collection-sway .box-lookbook-main .box-item {
    width: 86.67%;
    margin: 0 auto;
  }

  #ellipse-collection-sway .box-lookbook-main .box-title {
    width: 86.67%;
    margin: 19px auto 12px;
    font-weight: normal;
    font-size: 11px;
    letter-spacing: 0.12em;
    line-height: 24px;
    text-align: left;
    color: #333;
  }
  #ellipse-collection-sway .box-lookbook-main .box-title img {
    width: 70px;
    margin: 5px 0 10px 0;
  }

  #ellipse-collection-sway .box-list .box-column.column01 {
    width: 86.67%;
    margin: 71px auto 0;
  }

  #ellipse-collection-sway .box-list .box-column.column01 .box-left .box-image {
    padding: 125% 0 0;
  }

  #ellipse-collection-sway .box-list .box-column.column01 .box-right .box-item {
    margin: 10px 0 0;
  }

  #ellipse-collection-sway .box-list .box-column.column02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    margin: 74px 0 0;
  }

  #ellipse-collection-sway .box-list .box-column.column02 .box-right .box-image {
    padding: 125.5% 0 0;
  }

  #ellipse-collection-sway .box-list .box-column.column02 .box-left .box-item {
    width: 86.67%;
    margin: 10px auto 0;
  }

  #ellipse-collection-sway .box-list .box-column.column02 .box-left .box-item .min {
    font-weight: normal;
    font-size: 8px;
    letter-spacing: 0.05em;
    line-height: 18px;
    text-align: left;
    color: #333;
  }

  #ellipse-collection-sway .box-list .box-column.column02 .box-left .box-item ul+ul {
    margin: 20px 0 0;
  }

  #ellipse-collection-sway .box-list .column-wrap01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }

  #ellipse-collection-sway .box-list .box-column.column03 {
    width: 86.67%;
    margin: 27px auto 0;
  }

  #ellipse-collection-sway .box-list .box-column.column03 .box-image {
    padding: 125% 0 0;
  }

  #ellipse-collection-sway .box-list .box-column.column04 {
    width: 86.67%;
    margin: 61px auto 0;
  }

  #ellipse-collection-sway .box-list .box-column.column04 .box-image {
    padding: 125% 0 0;
  }

  #ellipse-collection-sway .box-list .box-column.column04 .box-item {
    margin: 10px 0 0;
  }

  #ellipse-collection-sway .box-list .box-column.column05 {
    margin: 80px 0 0;
  }

  #ellipse-collection-sway .box-list .box-column.column05 .box-image {
    padding: 125.5% 0 0;
  }

  #ellipse-collection-sway .box-list .box-column.column05 .box-item {
    width: 86.67%;
    margin: 10px auto 0;
  }
  
  #ellipse-collection-sway .box-list .box-column-wrap.column-wrap06 {
  }
  
  #ellipse-collection-sway .box-list .box-column-wrap.column-wrap06 .column03 {
    width: 86.67%;
    margin: 54px 0 80px auto;
  }
  
  #ellipse-collection-sway .box-list .box-column-wrap.column-wrap06 .column03 .box-item {
    margin: 10px 0 0;
  }
  
  #ellipse-collection-sway .box-list .box-column-wrap.column-wrap06 .column04 {
    width: 100%;
    margin: 27px auto;
  }
  
  #ellipse-collection-sway .box-list .box-column-wrap.column-wrap06 .column04 .box-item {
    margin: 10px 0 0 20px;
  }
  
  #ellipse-collection-sway .box-list .box-column.column07 {
	margin: 80px auto 70px auto;
    width: 86.67%;
  }
  
  #ellipse-collection-sway .box-list .box-column.column07 .box-item {
	margin: 10px 0 0;
  }
  
  #ellipse-collection-sway .box-list .box-column.column07 .box-image {
    padding: 125.5% 0 0;
  }
  
  #ellipse-collection-sway .box-list .box-column.column08 {
    width: 86.67%;
    margin: 71px auto 71px 0;
  }

  #ellipse-collection-sway .box-list .box-column.column08 .box-left .box-image {
    padding: 125% 0 0;
  }

  #ellipse-collection-sway .box-list .box-column.column08 .box-left .box-item {
    margin: 10px 0 0 20px;
  }  
  
  #ellipse-collection-sway .box-list .box-column.column08 .box-right .box-item {
    margin: 10px 0 0;
  }
  
  #ellipse-collection-sway .box-list .box-column.column09 {
    width: 86.67%;
    margin: 71px auto;
  }

  #ellipse-collection-sway .box-list .box-column.column09 .box-right .box-image {
    padding: 125.5% 0 0;
  }

  #ellipse-collection-sway .box-list .box-column.column09 .box-right .box-item {
    margin: 10px 0 0;
  }
  
  
  #ellipse-collection-sway .box-list .box-column.column11 {
	width: 66%;
    margin: 0 auto;
    margin-top: 180px;
  }

  #ellipse-collection-sway .box-list .box-column.column11 .box-image {
    padding: 125.5% 0 0;
  }

  #ellipse-collection-sway .box-list .box-column.column11 .box-item {
    width: 86.67%;
    margin: 10px auto 0;
  } 

  #ellipse-collection-sway .footer-sway {
    font-weight: normal;
    text-decoration: underline;
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 19px;
    text-align: center;
    color: #333;
    margin: 194px 0 192px;
  }
  
  #ellipse-collection-sway .footer-sway2022 {
    font-weight: normal;
    text-decoration: underline;
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 19px;
    text-align: center;
    color: #333;
    margin: 10px 0 192px;
  }
  
}

/* GLEAM COLLECTION */

/*pc*/
@media (min-width: 1008px) {
  #gleam-collection-arc {
    margin: 0;
  }

  #gleam-collection-arc a {
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }

  #gleam-collection-arc a:hover {
    color: #999;
  }

  #gleam-collection-arc .box-lookbook-main .box-inner {
    height: inherit !important;
  }

  #gleam-collection-arc .box-lookbook-main .box-top {
    margin: 0 0 0 31.64%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  #gleam-collection-arc .box-lookbook-main .box-left {
    width: 54.4%;
  }

  #gleam-collection-arc .box-lookbook-main .box-left .box-img {
    width: 100%;
    position: relative;
  }

  #gleam-collection-arc .box-lookbook-main .box-item {
    margin: 0 0 18px 13.4%;
  }

  #gleam-collection-arc .box-lookbook-main .box-item ul {
    right: -149px;
  }

  #gleam-collection-arc .box-lookbook-main .box-item ul li {
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 18px;
    white-space: nowrap;
  }

  #gleam-collection-arc .box-lookbook-main .box-item ul li.min {
    font-size: 8px;
    letter-spacing: 0.05em;
    line-height: 18px;
  }

  #gleam-collection-arc .box-lookbook-main .box-item ul+ul {
    margin: 0.9vw 0 0 6.6vw;
  }

  #gleam-collection-arc .box-list {
    margin: 10% auto 0;
    margin: 7.8% auto 0;
  }

  #gleam-collection-arc .box-list h2 {
    font-size: 30px;
    letter-spacing: 0.15em;
    line-height: 50px;
    margin: -7% 0 0 0;
  }

  #gleam-collection-arc .box-list .box-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 18px 0;
  }

  #gleam-collection-arc .box-list .box-item ul {
    margin: 0.9vw 0 0;
  }

  #gleam-collection-arc .box-list .box-item ul li {
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 18px;
  }

  #gleam-collection-arc .box-list .box-item ul li.min {
    font-size: 8px;
    letter-spacing: 0.05em;
    line-height: 18px;
  }

  #gleam-collection-arc .box-list .box-item ul+ul {
    margin: 0.9vw 0 0 1.8vw;
  }

  #gleam-collection-arc .box-list .box-column {
    position: relative;
  }

  #gleam-collection-arc .box-list .box-column-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #gleam-collection-arc .box-list .box-column.column01 {
    width: 46.87%;
    margin: 13% 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  #gleam-collection-arc .box-list .box-column.column01 .box-right {
    width: 100%;
    margin: 0 20% 0 0;
  }
  
  #gleam-collection-arc .box-list .box-column.column01 .box-image {
    padding: 125.1% 0 0;
  }

  #gleam-collection-arc .box-list .box-column.column02 {
    width: 57.5%;
    padding-left: 236px;
    padding-right: 0;
  }
  
  #gleam-collection-arc .box-list .box-column.column02 .box-left {
    width: 100%;
    margin: 0 20% 0 0;
  }
  
  #gleam-collection-arc .box-list .box-column.column02 .box-image {
    padding: 125.1% 0 0;
    margin: 22% 0 0;
  }
  
  #gleam-collection-arc .box-list .box-column.column03 {
	width: 58.59%;
    margin: 13% 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;    
  }

  #gleam-collection-arc .box-list .box-column.column03 .box-right {
	width: 100%;
    margin: 0 20% 0 0;
  }
  
  #gleam-collection-arc .box-list .box-column.column03 .box-image {
    padding: 125.1% 0 0;
  }
  
  #gleam-collection-arc .box-list .box-column.column04 {
    width: 52.73%;
    padding-left: 236px;
    padding-right: 0;
  }
  
  #gleam-collection-arc .box-list .box-column.column04 .box-left {
    width: 100%;
    margin: 0 20% 0 0;
    padding-top: 40px;
  }
  
  #gleam-collection-arc .box-list .box-column.column04 .box-image {
    padding: 125.1% 0 0;
    margin: 22% 0 0;
  }

  #gleam-collection-arc .box-list .box-column-wrap.column-wrap06 {
    width: 86.5%;
    margin: 13% 0 13% auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #gleam-collection-arc .box-list .box-column-wrap.column-wrap06 .column05 {
    width: 50%;
    padding: 0;
  }
  #gleam-collection-arc .box-list .box-column-wrap.column-wrap06 .column06 {
    width: 50%;
    padding: 0;
  }
  #gleam-collection-arc .box-list .box-column-wrap.column-wrap06 .column05 .box-image {
    padding: 125.1% 0 0;
  }
  #gleam-collection-arc .box-list .box-column-wrap.column-wrap06 .column06 .box-image {
    padding: 125.1% 0 0;
  }
  
  #gleam-collection-arc .box-list .box-column.column07 {
    width: 62.42%;
    margin: 130px 0 0 auto;
  }
  #gleam-collection-arc .box-list .box-column.column07 .box-right {
      width: calc(100% - 295px);
  }
  
  #gleam-collection-arc .box-list .box-column.column07 .box-image {
    padding: 125.1% 0 0 0;
  }
  
  #gleam-collection-arc .box-list .box-column-wrap.column-wrap08 {
    width: 86.5%;
    margin: 13% 0 13% auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #gleam-collection-arc .box-list .box-column-wrap.column-wrap08 .column08 {
    width: 50%;
    padding: 0;
  }
  #gleam-collection-arc .box-list .box-column-wrap.column-wrap08 .column09 {
    width: 50%;
    padding: 0;
  }
  #gleam-collection-arc .box-list .box-column-wrap.column-wrap08 .column08 .box-image {
    padding: 125.1% 0 0;
  }
  #gleam-collection-arc .box-list .box-column-wrap.column-wrap08 .column09 .box-image {
    padding: 125.1% 0 0;
  }
  
  
  
  #gleam-collection-arc .box-list .box-column.column11 {
    width: 27.3%;
    margin: 10.8% auto 0;
  }

  #gleam-collection-arc .box-list .box-column.column11 .box-image {
    padding: 125.1% 0 0;
  }
  
  #gleam-collection-arc #left-title {
	position: sticky;
    top: 400px;
    margin-left: 20px;
    font-size: 11px;
  }
  #gleam-collection-arc #left-title img {
    width: 95px;
    margin-top: 15px;
  }
    
  #gleam-collection-arc .box-tax-text {
    font-size: 10px;
    letter-spacing: 0.05em;
    line-height: 18px;
    color: #333;
    width: 97%;
    margin: 0 auto 1%;
  }

  #gleam-collection-arc .footer-sway {
    text-align: center;
    margin: 436px 0 246px;
  }

  #gleam-collection-arc .footer-sway a {
    font-weight: normal;
    text-decoration: underline;
    font-size: 15px;
    letter-spacing: 0.12em;
    line-height: 19px;
    text-align: center;
  }
  
  #gleam-collection-arc .footer-sway2022 {
    text-align: center;
    margin: 27px 0 246px;
  }
  
  #gleam-collection-arc .footer-sway2022 a {
    font-weight: normal;
    text-decoration: underline;
    font-size: 15px;
    letter-spacing: 0.12em;
    line-height: 19px;
    text-align: center;
  }
  
}

/*sp*/
@media (max-width: 1007px) {
  #gleam-collection-arc .box-column .box-image {
    position: relative;
    height: 0;
    padding: 125% 0 0;
}  
  
  #gleam-collection-arc {
    font-weight: normal;
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 18px;
    text-align: left;
  }

  #gleam-collection-arc .box-lookbook-main {
    margin: 51px 0 0;
  }

  #gleam-collection-arc .box-lookbook-main .box-item {
    width: 86.67%;
    margin: 0 auto;
  }

  #gleam-collection-arc .box-lookbook-main .box-title {
    width: 86.67%;
    margin: 19px auto 12px;
    font-weight: normal;
    font-size: 11px;
    letter-spacing: 0.12em;
    line-height: 24px;
    text-align: left;
    color: #333;
  }
  #gleam-collection-arc .box-lookbook-main .box-title img {
    width: 55px;
    margin: 5px 0 10px 0;
  }

  #gleam-collection-arc .box-list .box-column.column01 {
    width: 86.67%;
    margin: 71px auto 0;
  }

  #gleam-collection-arc .box-list .box-column.column01 .box-left .box-image {
    padding: 125% 0 0;
  }

  #gleam-collection-arc .box-list .box-column.column01 .box-right .box-item {
    margin: 10px 0 0;
  }

  #gleam-collection-arc .box-list .box-column.column02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    margin: 74px 0 0;
  }

  #gleam-collection-arc .box-list .box-column.column02 .box-right .box-image {
    padding: 125.5% 0 0;
  }

  #gleam-collection-arc .box-list .box-column.column02 .box-left .box-item {
    width: 86.67%;
    margin: 10px auto 0;
  }

  #gleam-collection-arc .box-list .box-column.column02 .box-left .box-item .min {
    font-weight: normal;
    font-size: 8px;
    letter-spacing: 0.05em;
    line-height: 18px;
    text-align: left;
    color: #333;
  }

  #gleam-collection-arc .box-list .box-column.column02 .box-left .box-item ul+ul {
    margin: 20px 0 0;
  }

  #gleam-collection-arc .box-list .column-wrap01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }

  #gleam-collection-arc .box-list .box-column.column03 {
    width: 100%;
    margin: 27px auto 0;
  }

  #gleam-collection-arc .box-list .box-column.column03 .box-image {
    padding: 125% 0 0;
  }

  #gleam-collection-arc .box-list .box-column.column03 .box-item {
    margin: 10px 0 0 20px;
  }
  
  #gleam-collection-arc .box-list .box-column.column04 {
    width: 86.67%;
    margin: 61px auto 0;
  }

  #gleam-collection-arc .box-list .box-column.column04 .box-image {
    padding: 125% 0 0;
  }

  #gleam-collection-arc .box-list .box-column.column04 .box-item {
    margin: 10px 0 0;
  }

  #gleam-collection-arc .box-list .box-column.column05 {
    margin: 80px 0 0;
  }

  #gleam-collection-arc .box-list .box-column.column05 .box-image {
    padding: 125.5% 0 0;
  }

  #gleam-collection-arc .box-list .box-column.column05 .box-item {
    width: 86.67%;
    margin: 10px auto 0;
  }
  
  #gleam-collection-arc .box-list .box-column-wrap.column-wrap06 {
	display: flex;
    flex-direction: column-reverse;
  }
  
  #gleam-collection-arc .box-list .box-column-wrap.column-wrap06 .column03 {
    width: 86.67%;
    margin: 54px 0 80px auto;
  }
  
  #gleam-collection-arc .box-list .box-column-wrap.column-wrap06 .column03 .box-item {
    margin: 10px 0 0;
  }
  
  #gleam-collection-arc .box-list .box-column-wrap.column-wrap06 .column04 {
    width: 100%;
    margin: 27px auto;
  }
  
  #gleam-collection-arc .box-list .box-column-wrap.column-wrap06 .column04 .box-item {
    margin: 10px 0 0 20px;
  }
  
  #gleam-collection-arc .box-list .box-column-wrap.column-wrap06 .column05 {
    width: 86.67%;
    margin: 0 auto 80px 0;
  }
  
  #gleam-collection-arc .box-list .box-column-wrap.column-wrap06 .column05 .box-item {
    margin: 10px 0 0 20px;
  }
  
  #gleam-collection-arc .box-list .box-column-wrap.column-wrap06 .column06 {
    width: 100%;
    margin: 80px auto;
  }
  
  #gleam-collection-arc .box-list .box-column-wrap.column-wrap06 .column06 .box-item {
    margin: 10px 0 0 20px;
  }
  
  #gleam-collection-arc .box-list .box-column.column07 {
	margin: 0 auto 0 auto;
    width: 86.67%;
  }
  
  #gleam-collection-arc .box-list .box-column.column07 .box-item {
	margin: 10px 0 0;
  }
  
  #gleam-collection-arc .box-list .box-column.column07 .box-image {
    padding: 125.5% 0 0;
  }
  
  #gleam-collection-arc .box-list .box-column-wrap.column-wrap08 {
  }
  
  #gleam-collection-arc .box-list .box-column-wrap.column-wrap08 .column08 {
    width: 86.67%;
    margin: 54px 0 80px auto;
  }
  
  #gleam-collection-arc .box-list .box-column-wrap.column-wrap08 .column08 .box-item {
    margin: 10px 0 0;
  }
  
  #gleam-collection-arc .box-list .box-column-wrap.column-wrap08 .column09 {
    width: 100%;
    margin: 27px auto;
  }
  
  #gleam-collection-arc .box-list .box-column-wrap.column-wrap08 .column09 .box-item {
    margin: 10px 0 0 20px;
  }
  
  
  #gleam-collection-arc .box-list .box-column.column11 {
	width: 66%;
    margin: 0 auto;
    margin-top: 180px;
  }

  #gleam-collection-arc .box-list .box-column.column11 .box-image {
    padding: 125.5% 0 0;
  }

  #gleam-collection-arc .box-list .box-column.column11 .box-item {
    width: 86.67%;
    margin: 10px auto 0;
  } 

  #gleam-collection-arc .footer-sway {
    font-weight: normal;
    text-decoration: underline;
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 19px;
    text-align: center;
    color: #333;
    margin: 194px 0 192px;
  }
  
  #gleam-collection-arc .footer-sway2022 {
    font-weight: normal;
    text-decoration: underline;
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 19px;
    text-align: center;
    color: #333;
    margin: 10px 0 192px;
  }
  
}




/* HAPPY HOLIDAY */

/*pc*/
@media (min-width: 1008px) {
  #happy-holidays {
    margin: 58px 0 0;
  }

  #happy-holidays a {
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }

  #happy-holidays a:hover {
    color: #999;
  }

  #happy-holidays .box-lookbook-main {
    width: 62.5%;
    margin: 0 auto;
  }

  #happy-holidays .box-lookbook-main .box-inner {
    height: inherit !important;
  }

  #happy-holidays .box-lookbook-main .box-img {
    position: relative;
  }

  #happy-holidays .box-lookbook-main .box-img h1 {
    position: absolute;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 0.15em;
    line-height: 19px;
    color: #cb973e;
    top: 40.9%;
    left: 7.5%;
  }

  #happy-holidays .box-lookbook-main .box-img .box-item {
    display: none !important;
  }

  #happy-holidays .box-lookbook-main .box-txt .box-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin: 8px 9px 0 0;
  }

  #happy-holidays .box-lookbook-main .box-txt .box-item ul+ul {
    margin: 0 0 0 40px;
  }

  #happy-holidays .box-lookbook-main .box-txt .box-item ul li.min {
    font-weight: normal;
    font-size: 8px;
    letter-spacing: 0.05em;
    line-height: 18px;
    text-align: left;
    color: #333;
  }

  #happy-holidays .box-lookbook-main .box-txt .box-item ul li a {
    font-weight: normal;
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 18px;
    text-align: left;
  }

  #happy-holidays .box-list {
    margin: 0 auto 0;
  }

  #happy-holidays .box-list h2 {
    font-size: 30px;
    letter-spacing: 0.15em;
    line-height: 50px;
    margin: -7% 0 0 0;
  }

  #happy-holidays .box-list .box-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 18px 0;
  }

  #happy-holidays .box-list .box-item ul {
    margin: 0.9vw 0 0;
  }

  #happy-holidays .box-list .box-item ul li {
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 18px;
  }

  #happy-holidays .box-list .box-item ul li.min {
    font-size: 8px;
    letter-spacing: 0.05em;
    line-height: 18px;
  }

  #happy-holidays .box-list .box-item ul+ul {
    margin: 0.9vw 0 0 1.8vw;
  }

  #happy-holidays .box-list .box-column {
    position: relative;
  }

  #happy-holidays .box-list .box-column-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #happy-holidays .box-list .box-column.column01 {
    width: 83.36%;
    margin: 10.1% 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  #happy-holidays .box-list .box-column.column01 .box-image {
    padding: 125.1% 0 0;
  }

  #happy-holidays .box-list .box-column.column01 .box-left {
    width: 46.9%;
  }

  #happy-holidays .box-list .box-column.column01 .box-right {
    width: 52.9%;
  }

  #happy-holidays .box-list .box-column.column01 .box-right .box-text {
    margin: 0 0 166px 11.4%;
  }

  #happy-holidays .box-list .box-column.column01 .box-right .box-text .txt-title {
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 0.12em;
    line-height: 19px;
    text-align: left;
    margin: 0 0 26px;
  }

  #happy-holidays .box-list .box-column.column01 .box-right .box-text .txt-text {
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 24px;
    text-align: left;
    margin: 0 0 15px;
  }

  #happy-holidays .box-list .box-column.column01 .box-right .box-text .txt-red {
    font-weight: normal;
    font-size: 11px;
    letter-spacing: 0.03em;
    line-height: 20px;
    text-align: left;
    color: #7f110d;
  }

  #happy-holidays .box-list .box-column.column01 .box-right .box-item {
    display: inherit;
    margin: 0 0 18px 11.4%;
  }

  #happy-holidays .box-list .box-column.column02 {
    width: 100%;
    margin: 11% 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  #happy-holidays .box-list .box-column.column02 .box-image {
    padding: 125.1% 0 0;
  }

  #happy-holidays .box-list .box-column.column02 .box-right {
    width: 48.84%;
    margin: 0 11% 0 0;
  }

  #happy-holidays .box-list .box-column.column02 .box-left {
    margin: 0 2% 0 0;
  }

  #happy-holidays .box-list .box-column.column02 .box-left .box-item {
    display: inherit;
    margin: 0 0 18px 0;
  }

  #happy-holidays .box-list .box-column.column02 .box-left .box-item ul+ul {
    margin: 0.9vw 0 0 0;
  }

  #happy-holidays .box-list .box-column.column03 {
    width: 39.06%;
    margin: 16.2% auto 0;
  }

  #happy-holidays .box-list .box-column.column03 .box-image {
    padding: 125.1% 0 0;
  }

  #happy-holidays .box-list .box-column.column04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10% 0 0;
  }

  #happy-holidays .box-list .box-column.column04 .box-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 35.2% 0 0 0;
  }

  #happy-holidays .box-list .box-column.column04 .box-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 35.2% -40px 0 0;
  }

  #happy-holidays .box-list .box-column.column04 .box-center {
    width: 50.78%;
    margin: 0 40px 0;
  }

  #happy-holidays .box-list .box-column.column04 .box-center .box-image {
    padding: 124.8% 0 0;
  }

  #happy-holidays .box-tax-text {
    font-size: 10px;
    letter-spacing: 0.05em;
    line-height: 18px;
    color: #333;
    width: 97%;
    margin: 0 auto 1%;
  }

  #happy-holidays .footer-holiday {
    text-align: center;
    margin: 327px 0 224px;
  }

  #happy-holidays .footer-holiday .box-image {
    width: 26.56%;
    margin: 0 auto;
  }

  #happy-holidays .footer-holiday .box-txt {
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.12em;
    line-height: 19px;
    text-align: center;
    margin: 30px 0 0;
  }

  #happy-holidays .footer-holiday .box-txt a {
    text-decoration: underline;
  }
}

/*sp*/
@media (max-width: 1007px) {
  #happy-holidays {
    font-weight: normal;
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 18px;
    text-align: left;
  }

  #happy-holidays .box-lookbook-main {
    margin: 51px 0 0;
  }

  #happy-holidays .box-lookbook-main .box-img {
    position: relative;
  }

  #happy-holidays .box-lookbook-main .box-img img {
    position: relative;
  }

  #happy-holidays .box-lookbook-main .box-img .box-txt {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  #happy-holidays .box-lookbook-main .box-img h1 {
    font-weight: normal;
    font-size: 11px;
    letter-spacing: 0.15em;
    line-height: 10px;
    color: #cb973e;
    /*margin: 68% 0 0 7%;*/
    margin: 68% 0 0 26px;
  }

  #happy-holidays .box-lookbook-main .box-img .icon-button {
    width: 70px;
    height: 70px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -8px 0 0 0;
  }

  #happy-holidays .box-lookbook-main .box-img .icon-button img {
    position: absolute;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
  }

  #happy-holidays .box-lookbook-main .box-img .icon-button img:first-child {
    width: 21px;
    height: 21px;
  }

  #happy-holidays .box-lookbook-main .box-img .icon-button img:last-child {
    opacity: 0;
    width: 18px;
    height: 18px;
  }

  #happy-holidays .box-lookbook-main .box-img .box-item {
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
  }

  #happy-holidays .box-lookbook-main .box-img .box-item ul li a {
    color: #CB973E;
  }

  #happy-holidays .box-lookbook-main .box-img .box-item ul:first-child {
    /*margin: 17.5% 0 0 7%;*/
    margin: 75px 0 0 26px;
  }

  #happy-holidays .box-lookbook-main .box-img .box-item ul:last-child {
    position: absolute;
    bottom: 0;
    /*margin: 0 0 6% 7%;*/
    margin: 0 0 6% 26px;
  }

  #happy-holidays .box-lookbook-main .box-img::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0;
    z-index: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 0;
  }

  #happy-holidays .box-lookbook-main .box-img.is-active .icon-button {
    width: 70px;
    height: 70px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -2% 0 0 0;
  }

  #happy-holidays .box-lookbook-main .box-img.is-active .icon-button img:first-child {
    opacity: 0;
  }

  #happy-holidays .box-lookbook-main .box-img.is-active .icon-button img:last-child {
    opacity: 1;
  }

  #happy-holidays .box-lookbook-main .box-img.is-active .box-item {
    opacity: 1;
  }

  #happy-holidays .box-lookbook-main .box-img.is-active::after {
    opacity: 1;
  }

  #happy-holidays .box-list .box-column.column01 {
    width: 86.67%;
    margin: 61px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }

  #happy-holidays .box-list .box-column.column01 .box-left {
    margin: 67px 0 0;
  }

  #happy-holidays .box-list .box-column.column01 .box-left .box-image {
    padding: 125% 0 0;
  }

  #happy-holidays .box-list .box-column.column01 .box-left .box-item {
    margin: 11px 0 0;
  }

  #happy-holidays .box-list .box-column.column01 .box-right .txt-title {
    font-size: 20px;
    letter-spacing: 0.12em;
    line-height: 19px;
    text-align: left;
  }

  #happy-holidays .box-list .box-column.column01 .box-right .txt-text {
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 24px;
    text-align: left;
    margin: 26px 0 25px;
  }

  #happy-holidays .box-list .box-column.column01 .box-right .txt-red {
    font-size: 11px;
    letter-spacing: 0.03em;
    line-height: 20px;
    text-align: left;
    color: #7f110d;
  }

  #happy-holidays .box-list .box-column.column01 .box-right .box-item {
    margin: 10px 0 0;
  }

  #happy-holidays .box-list .box-column.column02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    margin: 74px 0 0;
  }

  #happy-holidays .box-list .box-column.column02 .box-right .box-image {
    padding: 125.5% 0 0;
  }

  #happy-holidays .box-list .box-column.column02 .box-left .box-item {
    width: 86.67%;
    margin: 10px auto 0;
  }

  #happy-holidays .box-list .box-column.column02 .box-left .box-item .min {
    font-weight: normal;
    font-size: 8px;
    letter-spacing: 0.05em;
    line-height: 18px;
    text-align: left;
    color: #333;
  }

  #happy-holidays .box-list .box-column.column02 .box-left .box-item ul+ul {
    margin: 20px 0 0;
  }

  #happy-holidays .box-list .column-wrap01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }

  #happy-holidays .box-list .box-column.column03 {
    width: 86.67%;
    margin: 67px auto 0;
  }

  #happy-holidays .box-list .box-column.column03 .box-image {
    padding: 125% 0 0;
    margin: 0 0 10px;
  }

  #happy-holidays .box-list .box-column.column04 {
    width: 100%;
    margin: 80px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  #happy-holidays .box-list .box-column.column04 .box-left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 86.67%;
    margin: 0 auto;
  }

  #happy-holidays .box-list .box-column.column04 .box-center {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }

  #happy-holidays .box-list .box-column.column04 .box-right {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 86.67%;
    margin: 0 auto;
  }

  #happy-holidays .box-list .box-column.column04 .box-image {
    padding: 125% 0 0;
  }

  #happy-holidays .box-list .box-column.column04 .box-item {
    margin: 10px 0 0;
  }

  #happy-holidays .box-list .box-column.column04 .box-item .min {
    font-weight: normal;
    font-size: 8px;
    letter-spacing: 0.05em;
    line-height: 18px;
    text-align: left;
    color: #333;
  }

  #happy-holidays .box-list .box-column.column05 {
    margin: 80px 0 0;
  }

  #happy-holidays .box-list .box-column.column05 .box-image {
    padding: 125.5% 0 0;
  }

  #happy-holidays .box-list .box-column.column05 .box-item {
    width: 86.67%;
    margin: 10px auto 0;
  }

  #happy-holidays .footer-holiday {
    margin: 175px 0 180px;
  }

  #happy-holidays .footer-holiday .box-image {
    width: 74.67%;
    margin: 0 auto;
  }

  #happy-holidays .footer-holiday .box-txt {
    text-decoration: underline;
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 19px;
    text-align: center;
    margin: 24px 0 0;
  }

  #happy-holidays .footer-holiday .box-txt a {
    text-decoration: underline;
  }
}

/*pc*/
@media (min-width: 1008px) {
  .ProductItem__ImageWrapper--withAlternateImage:hover .ProductItem__Image {
    opacity: 1 !important;
  }

  .ProductItem__Image--alternate {
    z-index: 9;
  }

  .template-collection #shopify-section-header header .box-main-menu ul li.list-store #box-store {
    display: block;
  }

  .template-collection #shopify-section-header header .box-main-menu .box-bottom {
    display: block;
  }

  .template-collection #shopify-section-header header .box-header-inner {
    padding: 20px 0 66px;
  }

  .template-collection #shopify-section-header header .box-logo {
    display: none;
  }

  .template-collection #shopify-section-header header .box-logo-mini {
    display: block;
  }

  .template-collection .box-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px 0 200px;
    width: 100%;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .template-collection .box-title .box-left {
    width: 23.584%;
  }

  .template-collection .box-title .box-left .box-img {
    border: 1px solid #000;
    padding: 7px;
  }

  .template-collection .box-title .box-right {
    width: 23.584%;
    margin: 0 0 0 1.886%;
  }

  .template-collection .box-title .box-right h1 {
    font-family: europa, "fot-cezanne-pron", sans-serif;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 16px;
    color: #333;
    margin: 18px 0 6px;
  }

  .template-collection .box-title .box-right .box-text {
    font-family: europa, "fot-cezanne-pron", sans-serif;
    font-size: 11px;
    letter-spacing: 0.04em;
    line-height: 19px;
    color: #333;
    margin: 6px 0 0;
  }

  .template-collection .ProductList--grid {
    margin-left: 0;
    padding: 0 20px 0 200px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .template-collection .item-wrapper {
    width: 23.584%;
    margin-right: 1.886%;
    margin-bottom: 50px;
  }

  .template-collection .item-wrapper:nth-of-type(4n) {
    margin-right: 0;
  }

  .template-collection .box-image {
    position: absolute;
    top: 0;
    width: 100%;
  }

  .template-collection .Pagination {
    font-family: europa, "fot-cezanne-pron", sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #333;
    /*padding: 0 20px 0 200px;*/
    padding: 0 0 0 0;
    width: 100%;
    margin: 213px auto 93px;
  }

  .template-collection .ProductItem__Info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
  }

  .template-collection .ProductItem__Info .box-left {
    text-align: left;
  }

  .template-collection .ProductItem__Info .box-left .ProductItem__Vendor,
  .template-collection .ProductItem__Info .box-left .ProductItem__Title,
  .template-collection .ProductItem__Info .box-left .text-tag {
    font-weight: normal;
    font-size: 11px;
    letter-spacing: 0.05em;
    color: #333;
  }

  .template-collection .ProductItem__Info .box-left .ProductItem__Title {
    line-height: 1.5;
  }

  .template-collection .ProductItem__Info .box-right .Price {
    font-weight: normal;
    font-size: 11px;
    letter-spacing: 0.05em;
    color: #333;
  }

  .template-collection .Pagination__Nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .template-collection .Pagination__NavItem {
    border-bottom: none;
    padding-left: 3px;
    padding-right: 3px;
    margin: 0 21px 0;
    padding: 16px 3px 8px;
  }

  .template-collection .Pagination__NavItem:first-child {
    margin: 0 21px 0 0;
  }

  .template-collection .Pagination__NavItem:last-child {
    margin: 0 0 0 21px;
  }

  .template-collection .Pagination__NavItem.pagination-prev {
    margin: 0 21px 0 0;
  }

  .template-collection .Pagination__NavItem.pagination-next {
    margin: 0 0 0 21px;
  }

  .template-collection .Pagination__NavItem.pagination-prev.is-hidden,
  .template-collection .Pagination__NavItem.pagination-next.is-hidden {
    pointer-events: none;
    opacity: 0;
  }

  .template-collection .Pagination__NavItem.is-active {
    -webkit-box-shadow: 0 -1px #000 inset;
    box-shadow: 0 -1px #000 inset;
  }

  .template-collection .Pagination__NavItem svg {
    width: 9px;
    height: 15px;
  }
}

/*sp*/
@media (max-width: 1007px) {
  .ProductItem__Image--alternate {
    z-index: 1000;
    display: block;
  }

  .ProductItem__ImageWrapper--withAlternateImage:active .ProductItem__Image--alternate,
  .ProductItem__ImageWrapper--withAlternateImage:hover .ProductItem__Image--alternate {
    opacity: 1 !important;
  }

  .template-collection {
    /*SP フィルタ 罫線系*/
    /*SPフィルターメニュー*/
  }

  .template-collection .menu-category li.is-active a {
    text-decoration: underline;
  }

  .template-collection .menu-collections li.is-active a {
    text-decoration: underline;
  }

  .template-collection .menu-material li a.current-line {
    text-decoration: underline;
  }

  .template-collection .menu-sort li a.current-line {
    text-decoration: underline;
  }

  .template-collection .box-fillter-sp {
    display: block;
    position: fixed;
    z-index: 10;
    top: 50px;
    width: 100%;
    -webkit-transition: top 0.5s;
    -o-transition: top 0.5s;
    transition: top 0.5s;
  }

  .template-collection .box-fillter-sp.is-hidden {
    top: 0;
  }

  .template-collection .box-fillter-sp .box-close {
    position: absolute;
    top: 11px;
    left: 32px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }

  .template-collection .box-fillter-sp .box-close.is-active {
    opacity: 1;
    pointer-events: all;
  }

  .template-collection .box-fillter-sp .box-close .Icon {
    height: 16px;
    width: 16px;
  }

  .template-collection .box-fillter-sp .fillter-menu-ul {
    padding: 11px 25px;
    background-color: #F4F3EE;
  }

  .template-collection .box-fillter-sp .fillter-menu-ul ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .template-collection .box-fillter-sp .fillter-menu-ul ul li+li {
    margin: 0 0 0 15px;
  }

  .template-collection .box-fillter-sp .fillter-menu-ul ul a {
    font-size: 11px;
    letter-spacing: 0.05em;
    color: #333;
  }

  .template-collection .box-fillter-sp .fillter-menu-ul ul a .Icon {
    margin: -1px 0 0 6px;
  }

  .template-collection .box-fillter-sp .fillter-menu-ul ul a.is-active .Icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .template-collection .box-fillter-sp .fillter-menu {
    height: 0;
    overflow: auto;
    opacity: 0;
    pointer-events: none;
    background-color: #F4F3EE;
    -webkit-transition: opacity 0.5s, height 0s 0.5s;
    -o-transition: opacity 0.5s, height 0s 0.5s;
    transition: opacity 0.5s, height 0s 0.5s;
  }

  .template-collection .box-fillter-sp .fillter-menu.is-active {
    opacity: 1;
    pointer-events: all;
    height: calc(100vh - 86px);
    padding-bottom: 86px;
    -webkit-transition: opacity 0.5s, height 0s;
    -o-transition: opacity 0.5s, height 0s;
    transition: opacity 0.5s, height 0s;
  }

  .template-collection .box-fillter-sp .fillter-wrapper {
    display: none;
    padding: 0 0 30px;
  }

  .template-collection .box-fillter-sp .fillter-wrapper.is-active {
    display: block;
  }

  .template-collection .box-fillter-sp .fillter-menu ul {
    margin: 70px 0 0 55px;
  }

  .template-collection .box-fillter-sp .fillter-menu ul li+li {
    margin: 20px 0 0;
  }

  .template-collection .box-fillter-sp .fillter-menu ul li {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.1em;
    color: #333;
  }

  .template-collection .box-fillter-sp .fillter-menu ul li.fillter-title {
    text-decoration: underline;
  }

  .template-collection .box-fillter-sp .fillter-menu ul li a {
    font-size: 15px;
    letter-spacing: 0.1em;
    color: #333;
    font-weight: 400;
  }

  .template-collection .box-title {
    width: 86.666%;
    margin: 102px auto 84px;
  }

  .template-collection .box-title .box-left .box-img {
    border: 1px solid #333;
  }

  .template-collection .box-title .box-right .box-text {
    font-size: 11px;
    letter-spacing: 0.04em;
    line-height: 19px;
    color: #333;
  }

  .template-collection .box-title .box-right .box-text h1 {
    font-family: europa, "fot-cezanne-pron", sans-serif;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 16px;
    color: #333;
    margin: 20px 0 8px;
  }

  .template-collection .ProductListWrapper {
    overflow: hidden;
  }

  .template-collection .ProductListWrapper .ProductList--grid {
    padding: 0 0;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0 !important;
  }

  .template-collection .ProductListWrapper .ProductList--grid .item-wrapper {
    width: 49.0666%;
    margin: 0 0 40px;
  }

  .template-collection .ProductListWrapper .ProductList--grid .item-wrapper .ProductItem__Info {
    width: 86.695%;
    text-align: left;
  }

  .template-collection .ProductListWrapper .ProductList--grid .item-wrapper:nth-child(odd) .ProductItem__Info {
    margin: 12px 0 0 auto;
  }

  .template-collection .ProductListWrapper .ProductList--grid .item-wrapper:nth-child(even) .ProductItem__Info {
    margin: 12px 0 0 0;
  }

  .template-collection .ProductListWrapper .ProductList--grid .item-wrapper .ProductItem__Info .box-left {
    margin: 7px 0 0;
  }

  .template-collection .ProductListWrapper .ProductList--grid .item-wrapper .ProductItem__Info .box-left .ProductItem__Vendor,
  .template-collection .ProductListWrapper .ProductList--grid .item-wrapper .ProductItem__Info .box-left .ProductItem__Title,
  .template-collection .ProductListWrapper .ProductList--grid .item-wrapper .ProductItem__Info .box-left .text-tag {
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 16px;
    color: #333;
    margin-bottom: 0;
  }

  .template-collection .ProductListWrapper .ProductList--grid .item-wrapper .box-right {
    margin: 2px 0 0;
  }

  .template-collection .ProductListWrapper .ProductList--grid .item-wrapper .box-right .Price {
    font-size: 11px;
    letter-spacing: 0.05em;
    color: #333;
    line-height: 16px;
  }

  .template-collection .Pagination {
    font-family: europa, "fot-cezanne-pron", sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #333;
  }

  .template-collection .Pagination__Nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .template-collection .Pagination__NavItem {
    border-bottom: none;
    padding-left: 3px;
    padding-right: 3px;
    margin: 0 21px 0;
    padding: 16px 3px 8px;
  }

  .template-collection .Pagination__NavItem:first-child {
    margin: 0 21px 0 0;
  }

  .template-collection .Pagination__NavItem:last-child {
    margin: 0 0 0 21px;
  }

  .template-collection .Pagination__NavItem.pagination-prev {
    margin: 0 21px 0 0;
  }

  .template-collection .Pagination__NavItem.pagination-next {
    margin: 0 0 0 21px;
  }

  .template-collection .Pagination__NavItem.pagination-prev.is-hidden,
  .template-collection .Pagination__NavItem.pagination-next.is-hidden {
    pointer-events: none;
    opacity: 0;
  }

  .template-collection .Pagination__NavItem.is-active {
    -webkit-box-shadow: 0 -1px #000 inset;
    box-shadow: 0 -1px #000 inset;
  }

  .template-collection .Pagination__NavItem svg {
    width: 9px;
    height: 15px;
  }

  body.announce-is-active.template-collection .box-fillter-sp {
    top: 70px;
    position: absolute;
  }

  body.announce-is-active.template-collection.announce-is-scroll .box-fillter-sp {
    top: 50px;
    position: fixed;
  }

  body.announce-is-active.template-collection.announce-is-scroll .box-fillter-sp.is-hidden {
    top: 0;
  }
}

/*pc*/
@media (min-width: 1008px) {
  .template-product {
    /*左側*/
    /*右側*/
  }

  .template-product .spr-form-message-error {
    background: inherit;
    color: #C0363A;
    padding: 0;
    font-size: 11px;
  }

  .template-product #shopify-section-header header .box-main-menu ul li.list-store #box-store {
    display: block;
  }

  .template-product #shopify-section-header header .box-header-inner {
    padding: 20px 0 18px;
  }

  .template-product #shopify-section-header header .box-logo {
    display: none;
  }

  .template-product #shopify-section-header header .box-logo-mini {
    display: block;
  }

  .template-product .Product__Wrapper {
    max-width: calc(100% - 556px);
  }

  .template-product .Product {
    max-width: none;
    margin-bottom: 138px;
  }

  .template-product .Product__Gallery {
    margin-left: 200px;
    margin-bottom: 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .template-product .Product__Gallery--stack .Product__Slideshow {
    max-width: none;
    padding-left: 86px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .template-product .Product__Gallery--stack .Product__Slideshow .plyr {
    min-width: inherit;
  }

  .template-product .Product__Gallery--stack.Product__Gallery--withThumbnails .Product__Slideshow {
    padding-left: 21px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .template-product .Product__SlideshowNavImage:not(:last-child) {
    margin-bottom: 5px;
  }

  .template-product .Product__Gallery--withThumbnails .Product__SlideshowNav--thumbnails {
    display: block;
  }

  .template-product .Product__Gallery--stack.Product__Gallery--withThumbnails .Product__SlideshowNav {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 88px;
  }

  .template-product .Product__SlideshowMobileNav {
    display: none;
  }

  .template-product .Product__Gallery--stack .Product__SlideshowNav--thumbnails {
    width: 64px;
  }

  .template-product .Product__SlideshowNavImage.is-selected {
    border: none;
  }

  .template-product .Product__Aside {
    max-width: 820px;
    padding-left: 285px;
  }

  .template-product .Product__Tabs {
    margin: 0 0;
  }

  .template-product .Product__InfoWrapper {
    max-height: none !important;
  }

  .template-product .Product__Info {
    width: 340px;
    margin: 0 135px -40px 50px;
    top: 30px;
  }

  .template-product .ProductMeta {
    position: relative;
  }

  .template-product .ProductMeta__Vendor {
    font-family: europa, "fot-cezanne-pron", sans-serif;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.05em;
    color: #000;
    margin-bottom: 6px;
  }

  .template-product .ProductMeta__Title {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 23px;
    color: #333;
  }

  .template-product .ProductMeta__PriceList {
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #000;
    margin-top: 10px;
  }

  .features--heading-small .u-h4, .features--heading-small .Rte h4 {
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #000;
  }
  .template-product .box-color-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 8px 0 0;
  }

  .template-product #box-color ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 0 0;
  }

  .template-product #box-color ul li a {
    display: block;
    width: 13px;
    height: 13px;
  }

  .template-product #box-color ul li a div {
    border-radius: 13px;
    width: 100%;
    height: 100%;
    -webkit-transition: border 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: border 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: border 0.5s cubic-bezier(0, 0, 0.2, 1);
    border: 1px solid rgba(170, 170, 170, 0);
  }

  .template-product #box-color ul li.is-active div {
    border: 1px solid #777777;
  }

  .template-product #box-color ul li a:hover div {
    border: 1px solid #777777;
  }

  .template-product #box-color ul li+li {
    margin: 8px 0 0 0;
  }

  .template-product #box-color-name {
    width: auto;
    padding: 9px 0 0 15px;
  }

  .template-product #box-color-name ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    position: static;
  }

  .template-product #box-color-name li {
    position: static;
    opacity: 1;
    line-height: 13px;
  }

  .template-product #box-color-name li.is-active a,
  .template-product #box-color-name a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .template-product #box-color-name a {
    font-weight: normal;
    font-size: 11px;
    letter-spacing: 0.05em;
    color: #000;
  }

  .template-product .formwrapper {
    position: relative;
  }

  .template-product .ProductForm {
    margin-top: 9px;
  }

  .template-product #box-sizeguide {
    font-size: 11px;
    letter-spacing: 0.05em;
    color: #000;
    font-style: italic;
    position: absolute;
    right: 0;
    bottom: -3px;
  }

  .template-product #smartwishlist {
    position: absolute;
    right: 0;
    top: -45px;
    margin: 0;
  }

  .template-product #smartwishlist i {
    font-size: 11px !important;
  }

  .template-product #sw_wishlist_label {
    font-size: 11px !important;
    margin-left: 5px;
    letter-spacing: 0.05em;
    color: #000;
  }

  .template-product .ProductOffScreen {
    position: relative;
  }

  .template-product .ProductForm__Item {
    text-align: center;
    font-weight: normal;
    font-size: 11px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #000;
    border: 1px solid #777;
    padding: 14px 0 14px 0;
  }

  .template-product .ProductForm__Item .Icon--select-arrow {
    color: #777;
    border-color: #777;
  }

  .template-product .ProductForm__Item[aria-expanded=true] .Icon--select-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .template-product .ProductForm__Variants {
    margin-bottom: 14px;
    position: relative;
  }

  .template-product .ProductForm__AddToCart {
    background-color: #414042;
    font-size: 11px;
    letter-spacing: 0.05em;
    padding: 12px 0 12px;
  }

  .template-product .Popover {
    /*position: absolute;*/
    /*top: -24px !important;*/
    right: inherit !important;
  }

  .template-product .Popover::before {
    content: none;
  }

  .template-product .Popover--withMinWidth {
    min-width: 340px;
    width: 340px;
    margin: -11px 0 0;
    top: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
  }

  .template-product .Popover__ValueList {
    list-style: none;
    max-height: 340px;
    padding: 0 0;
    border: 1px solid #707070;
  }

  .template-product .Popover--withMinWidth .Popover__Value,
  .template-product .Popover__ValueList--center .Popover__Value {
    font-size: 11px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #333;
    display: block;
    align-items: center;
  }

  .template-product .Popover--withMinWidth .Popover__Value:hover,
  .template-product .Popover__ValueList--center .Popover__Value:hover,
  .template-product .Popover--withMinWidth .Popover__Value.is-selected,
  .template-product .Popover__ValueList--center .Popover__Value.is-selected {
    background-color: #DDDCD4;
    color: #333;
  }

  .template-product .ProductForm__AddToCart a {
    display: block;
    color: #fff;
    -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }

  .template-product .ProductForm__AddToCart:hover a {
    display: block;
    color: #000;
    -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }

  .template-product .Popover__Value {
    padding: 7px 0 7px;
  }

  .template-product .Popover__Value+.Popover__Value {
    padding: 6px 0 8px;
  }

  .template-product .ProductMeta__Description {
    margin: 11px 0 11px;
    border-top: none;
  }

  .template-product .ProductMeta__Description .txt-trial a {
    font-size: 11px;
    letter-spacing: 0.03em;
    line-height: 18px;
    color: #000;
  }
  .template-product .box-holiday {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0.03em;
    color: #000;
    margin: 12px 0 0;
    text-align: center;
  }
  .template-product .box-craft {
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 0.05em;
    color: #4e4e4e;
    margin: 12px 0 0;
    text-align: center;
  }

  .template-product .Rte {
    font-size: 11px;
    letter-spacing: 0.03em;
    line-height: 18px;
    color: #000;
  }

  .template-product .spr-form-label {
    font-size: 11px;
    letter-spacing: 0.03em;
  }

  .template-product .box-storeguide {
    margin: 10px 0 0;
  }

  .template-product .box-storeguide a {
    font-style: italic;
    font-size: 11px;
    letter-spacing: 0.05em;
    color: #000;
  }

  .template-product .box-caution {
    text-align: right;
    margin: 30px 0 0;
  }

  .template-product .box-caution a {
    font-weight: normal;
    text-decoration: underline;
    font-size: 10px;
    letter-spacing: 0.05em;
    color: #000;
  }

  .template-product .Collapsible {
    border-top: 1px solid #777777;
    border-bottom: 1px solid #777777;
    overflow: hidden;
  }

  .template-product .Collapsible+.Collapsible {
    border-top: none;
  }

  .template-product .Collapsible--large .Collapsible__Button {
    padding: 14px 0;
    font-size: 11px;
    letter-spacing: 0.05em;
    color: #000;
  }

  .template-product .Collapsible--large .Collapsible__Content {
    padding-bottom: 17px;
    font-size: 11px;
    letter-spacing: 0.03em;
    line-height: 18px;
    color: #000;
  }

  /*スライダー*/
  .SectionHeader:not(:only-child) {
    margin-bottom: 31px;
  }

  .title-recently {
    width: 156px;
  }

  .title-recomend {
    width: 182px;
  }

  .shopify-section--bordered+.shopify-section--bordered {
    border-top: none;
  }

  .shopify-section--bordered>.Section--spacingNormal {
    padding: 80px 0;
    margin: 0px 11px 0 189px;
  }

  .ProductList--carousel {
    margin: 0 0;
  }

  .ProductList--carousel .Carousel__Cell {
    width: 25%;
    padding: 0 10px;
    background: transparent;
  }

  .SectionHeader .Container {
    padding: 0 11px;
  }

  .ProductList--carousel .flickity-prev-next-button.previous {
    left: -13px;
  }

  .ProductList--carousel .flickity-prev-next-button.next {
    right: -10px;
  }

  .flickity-prev-next-button {
    border-radius: 0;
  }

  .flickity-prev-next-button {
    border-radius: 0;
  }

  .ProductList--carousel .flickity-prev-next-button {
    top: calc(50% - 58px);
    width: 40px;
    height: 40px;
    stroke-width: 1px;
  }

  .ProductList--carousel .flickity-prev-next-button {
    top: calc(50% - 58px);
    width: 40px;
    height: 40px;
    stroke-width: 1px;
  }

  #shopify-section-product-recommendations .Section--spacingNormal {
    padding: 161px 0 80px;
  }

  .ProductItem__Info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
  }

  .ProductItem__Info .box-left {
    text-align: left;
  }

  .ProductItem__Info .box-left .ProductItem__Vendor,
  .ProductItem__Info .box-left .ProductItem__Title,
  .ProductItem__Info .box-left .text-tag {
    font-weight: normal;
    font-size: 11px;
    letter-spacing: 0.05em;
    color: #333;
  }

  .ProductItem__Info .box-right .Price {
    font-weight: normal;
    font-size: 11px;
    letter-spacing: 0.05em;
    color: #333;
  }
}

/*sp*/
@media (max-width: 1007px) {
  .template-product {
    /*左側*/
    /*右側*/
  }

  .template-product .spr-form-message-error {
    background: inherit;
    color: #C0363A;
    padding: 0;
    font-size: 11px;
  }

  .template-product .Product__Wrapper {
    margin: 51px 0 0;
  }

  .template-product .Product__ActionList {
    bottom: 41px;
    right: 18px;
    top: auto;
  }

  .template-product .Product__ActionList .RoundButton {
    background-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333;
  }

  .template-product .Product__ActionList .RoundButton svg {
    width: 20px;
    height: 20px;
  }

  .template-product .Product__SlideshowNavArrow {
    display: none;
  }

  .template-product .Product__SlideshowMobileNav {
    margin: 9px 24px 0 24px;
  }

  .template-product .flickity-page-dots .dot {
    width: 4px;
    height: 4px;
    background: #ccc;
    border: 1px solid #ccc;
    margin: 0px 5px;
  }

  .template-product .flickity-page-dots .dot.is-selected {
    background: #000;
    border-color: #000;
  }

  .template-product .Product__Gallery {
    position: relative;
    margin-bottom: 37px;
  }

  .template-product .Product__Info {
    width: 100%;
    max-width: none;
  }

  .template-product .Container {
    margin: 0 auto;
    padding: 0 18px;
  }

  .template-product .ProductMeta {
    position: relative;
  }

  .template-product .ProductMeta__Vendor {
    font-family: europa, "fot-cezanne-pron", sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #000;
    margin-bottom: 6px;
    text-align: left;
  }

  .template-product .ProductMeta__Title {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 23px;
    color: #333;
    text-align: left;
  }

  .template-product .jdgm-widget.jdgm-widget {
    text-align: left;
    display: block;
  }

  .template-product .ProductMeta__PriceList {
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #000;
    margin-top: 10px;
    text-align: left;
  }

  .template-product .box-color-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 8px 0 0;
  }

  .template-product #box-color ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 0 0;
  }

  .template-product #box-color ul li a {
    display: block;
    width: 13px;
    height: 13px;
  }

  .template-product #box-color ul li a div {
    border-radius: 13px;
    width: 100%;
    height: 100%;
    -webkit-transition: border 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: border 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: border 0.5s cubic-bezier(0, 0, 0.2, 1);
    border: 1px solid rgba(170, 170, 170, 0);
  }

  .template-product #box-color ul li.is-active div {
    border: 1px solid #777777;
  }

  .template-product #box-color ul li a:hover div {
    border: 1px solid #777777;
  }

  .template-product #box-color ul li+li {
    margin: 8px 0 0 0;
  }

  .template-product #box-color-name {
    width: auto;
    padding: 9px 0 0 15px;
  }

  .template-product #box-color-name ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    position: static;
  }

  .template-product #box-color-name li {
    position: static;
    opacity: 1;
    line-height: 13px;
  }

  .template-product #box-color-name li.is-active a,
  .template-product #box-color-name a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .template-product #box-color-name a {
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #000;
  }

  .template-product .formwrapper {
    position: relative;
  }

  .template-product .ProductForm {
    margin-top: 17px;
  }

  .template-product #box-sizeguide {
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #000;
    font-style: italic;
    position: absolute;
    right: 0;
    bottom: 2px;
  }

  .template-product #smartwishlist {
    position: absolute;
    right: 0;
    top: -49px;
    margin: 0;
  }

  .template-product #smartwishlist i {
    font-size: 12px !important;
  }

  .template-product #sw_wishlist_label {
    font-size: 12px !important;
    margin-left: 5px;
    letter-spacing: 0.05em;
    color: #000;
  }

  .template-product .ProductOffScreen {
    position: relative;
  }

  .template-product .ProductForm__Item {
    text-align: center;
    font-weight: normal;
    font-size: 11px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #000;
    border: 1px solid #777;
    padding: 14px 28px 14px 14px;
  }

  .template-product .ProductForm__Item .Icon--select-arrow {
    color: #777;
    border-color: #777;
  }

  .template-product .ProductForm__Item[aria-expanded=true] .Icon--select-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .template-product .ProductForm__Variants {
    margin-bottom: 14px;
    position: relative;
  }

  .template-product .ProductForm__AddToCart {
    background-color: #414042;
    font-size: 11px;
    letter-spacing: 0.05em;
    padding: 12px 0 12px;
  }

  .template-product .Popover {
    position: absolute;
    /*top: -24px !important;*/
    right: inherit !important;
  }

  .template-product .Popover::before {
    content: none;
  }

  .template-product .PageOverlay.is-visible{
    visibility: hidden;
    opacity: 0;
  }

  .template-product .ProductForm__Option {
    margin-bottom: 0
  }

  .template-product .Popover--withMinWidth {
    top: 0 !important;
    margin: -1px 0 0 0 !important;
    transform: none;
    transition: none;
  }

  .template-product .Popover__ValueList {
    list-style: none;
    max-height: 340px;
    padding: 0 0;
    border: 1px solid #707070;
  }

  .template-product .Popover__Header {
    background-color: #fff;
    display: none;
  }

  .template-product .Popover__Content {
    background-color: #fff;
  }

  .template-product .Popover--withMinWidth .Popover__Value,
  .template-product .Popover__ValueList--center .Popover__Value {
    font-size: 11px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #333;
    display: block;
    align-items: center;
  }

  .template-product .Popover--withMinWidth .Popover__Value.is-selected,
  .template-product .Popover__ValueList--center .Popover__Value.is-selected {
    background-color: #DDDCD4;
    color: #333;
  }

  .template-product .ProductForm__AddToCart a {
    display: block;
    color: #fff;
    -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }

  .template-product .ProductForm__AddToCart:hover a {
    display: block;
    color: #000;
    -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }

  .template-product .Popover__Value {
    padding: 7px 0 7px;
  }

  .template-product .Popover__Value+.Popover__Value {
    padding: 6px 0 8px;
  }

  .template-product .ProductMeta__Description {
    margin: 11px 0 11px;
    border-top: none;
  }

  .template-product .ProductMeta__Description .txt-trial a {
    font-size: 11px;
    letter-spacing: 0.03em;
    line-height: 18px;
    color: #000;
  }
  .template-product .box-holiday {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 24px;
    color: #000;
    text-align: center;
    margin: 12px 0 0;
  }
  .template-product .box-craft {
    font-size: 9px;
    letter-spacing: 0.05em;
    color: #4e4e4e;
    margin: 12px 0 0;
    text-align: center;
  }

  .template-product .Rte {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 24px;
    color: #000;
  }

  .template-product .box-storeguide {
    margin: 10px 0 0;
  }

  .template-product .box-storeguide a {
    font-style: italic;
    font-size: 13px;
    letter-spacing: 0.05em;
    color: #000;
  }

  .template-product .box-caution {
    text-align: right;
    margin: 30px 0 0;
  }

  .template-product .box-caution a {
    font-weight: normal;
    text-decoration: underline;
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #000;
  }

  .template-product .Collapsible {
    border-top: 1px solid #777777;
    border-bottom: 1px solid #777777;
    overflow: hidden;
  }

  .template-product .Collapsible+.Collapsible {
    border-top: none;
  }

  .template-product .Collapsible--large .Collapsible__Button {
    padding: 14px 0;
    font-size: 13px;
    letter-spacing: 0.05em;
    color: #000;
  }

  .template-product .Collapsible--large .Collapsible__Content {
    padding-bottom: 17px;
    font-size: 11px;
    letter-spacing: 0.03em;
    line-height: 18px;
    color: #000;
  }

  /*スライダー*/
  #shopify-section-product-recommendations {
    margin: 144px 0 0;
  }

  #shopify-section-recently-viewed-products {
    margin: 16px 0 152px;
  }

  .shopify-section--bordered+.shopify-section--bordered {
    border-top: none;
  }

  .SectionHeader:not(:only-child) {
    margin-bottom: 17px;
  }

  .title-recently {
    width: 156px;
  }

  .title-recomend {
    width: 182px;
  }

  .ProductList--carousel .Carousel__Cell:first-child {
    margin-left: 16px;
  }

  .ProductList--carousel .Carousel__Cell {
    width: 51%;
    padding: 0 3px;
    vertical-align: top;
  }

  .ProductItem__Info {
    margin-top: 10px;
  }

  .ProductItem__Info .box-left {
    text-align: left;
  }

  .ProductItem__Info .box-left .ProductItem__Vendor,
  .ProductItem__Info .box-left .ProductItem__Title,
  .ProductItem__Info .box-left .text-tag {
    font-weight: normal;
    font-size: 11px;
    letter-spacing: 0.05em;
    color: #333;
  }

  .ProductItem__Info .box-right {
    text-align: left;
    margin: 10px 0 0;
  }

  .ProductItem__Info .box-right .Price {
    font-weight: normal;
    font-size: 11px;
    letter-spacing: 0.05em;
    color: #333;
  }
}

/*pc*/
@media (min-width: 1008px) {
  #sizeguide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 77.5193%;
    /*margin: 11% auto 12%;*/
    margin: 140px auto 12%;
  }

  #sizeguide .box-left {
    width: 50%;
  }

  #sizeguide .box-left .box-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 231px;
  }

  #sizeguide .box-left h1 {
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 18px;
    color: #333;
  }

  #sizeguide .box-left nav {
    margin: 44px 0 0;
  }

  #sizeguide .box-left nav ul li a {
    font-size: 11px;
    letter-spacing: 0.05em;
    color: #333;
  }

  #sizeguide .box-left nav ul li+li {
    margin: 12px 0 0;
  }

  #sizeguide .box-left nav svg {
    display: none;
  }

  #sizeguide .box-right {
    width: 50%;
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 19px;
    color: #333;
  }

  #sizeguide .box-right h2 {
    font-size: 11px;
    letter-spacing: 0.05em;
    color: #333;
  }

  #sizeguide .box-right a {
    text-decoration: underline;
  }

  #sizeguide .box-right .line {
    text-decoration: underline;
  }

  #sizeguide .box-right ul li+li {
    margin: 86px 0 0;
  }
}

/*sp*/
@media (max-width: 1007px) {
  #sizeguide {
    margin: 51px auto 88px;
  }

  #sizeguide .box-left {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    left: 0;
    right: 0;
    background-color: #F4F3EE;
    padding: 13px 0 13px;
  }

  #sizeguide .box-left .box-sticky {
    width: 86.666%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  #sizeguide .box-left #box-current-name {
    font-size: 14px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #333;
    position: relative;
    top: 3px;
    opacity: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1);
  }

  #sizeguide .box-left #box-current-name span {
    display: block;
    width: 100%;
  }

  #sizeguide .box-left #box-current-name.is-active {
    opacity: 1;
  }

  #sizeguide .box-left h1 {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 18px;
    color: #333;
    position: absolute;
    z-index: 1;
  }

  #sizeguide .box-left nav {
    text-align: center;
  }

  #sizeguide .box-left nav ul {
    display: none;
    top: -11px;
    position: relative;
    background-color: #F4F3EE;
  }

  #sizeguide .box-left nav ul li+li {
    margin: 10px 0 0;
  }

  #sizeguide .box-left nav svg {
    position: absolute;
    right: 25px;
    top: 17px;
    width: 12px;
    height: 12px;
  }

  #sizeguide .box-left nav svg.is-active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  #sizeguide .box-right {
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 24px;
    color: #333;
  }

  #sizeguide .box-right a {
    text-decoration: underline;
  }

  #sizeguide .box-right .line {
    text-decoration: underline;
  }

  #sizeguide .box-right h2 {
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #333;
    width: 86.666%;
    margin: 0 auto;
  }

  #sizeguide .box-right ul {
    margin: 0 0 493px;
  }

  #sizeguide .box-right li:first-child {
    padding: 119px 0 0;
  }

  #sizeguide .box-right li {
    padding: 64px 0 0;
  }

  body.announce-is-active #sizeguide .box-left {
    position: absolute;
    top: 85px;
  }

  body.announce-is-active.announce-is-scroll #sizeguide .box-left {
    position: fixed;
    top: 51px;
  }
}

/*pc*/
@media (min-width: 1008px) {
  #trialkit {
    margin: 58px 0 0;
    position: relative;
  }

  #trialkit .box-image {
    position: relative;
    height: 0;
  }

  #trialkit .box-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  #trialkit .box-mv {
    width: 76.6796875%;
    margin: 0 auto 17.5%;
    position: relative;
    height: inherit !important;
  }

  #trialkit .box-mv .box-inner {
    position: relative;
    width: 100%;
    margin: 0 auto 0;
  }

  #trialkit .box-mv .box-image {
    padding: 28.1%;
    z-index: -1;
  }

  #trialkit .box-mv .box-text {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-39px, -66%);
    -ms-transform: translate(-39px, -66%);
    transform: translate(-39px, -66%);
    margin: 0;
  }

  #trialkit .box-mv .box-text .txt-title {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 23px;
    text-align: left;
  }

  #trialkit .box-mv .box-text h1 {
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 38px;
    text-align: left;
    margin: 5px 0 5px;
  }

  #trialkit .box-mv .box-text .txt-main {
    font-size: 12px;
    letter-spacing: 0.04em;
    line-height: 23px;
    text-align: left;
  }

  #trialkit .box-intro {
    /*width: 76.6796875%;*/
    width: 1093px;
    width: 67.58%;
    margin: 0 auto;
  }

  #trialkit .box-intro .box-top {
    width: 100%;
  }

  #trialkit .box-intro .box-top .box-image {
    padding: 57.8% 0 0;
  }

  #trialkit .box-intro .box-bottom {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 69px 0 0;
  }

  #trialkit .box-intro .box-bottom .box-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #trialkit .box-intro .box-bottom .box-text .box-left {
    width: 355px;
  }

  #trialkit .box-intro .box-bottom .box-text .box-left h2 {
    font-size: 17px;
    letter-spacing: 0.07em;
    line-height: 31px;
    margin: 0 0 8.16%;
  }

  #trialkit .box-intro .box-bottom .box-text .box-left .txt-main {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 26px;
  }

  #trialkit .box-intro .box-bottom .box-text .box-left .txt-main+.txt-main {
    margin: 6.84% ​0 0;
  }

  #trialkit .box-intro .box-bottom .box-text .box-right {
    width: calc(100% - 355px);
  }

  #trialkit .box-intro .box-bottom .box-text .box-right .txt-main {
    font-size: 13px;
    line-height: 24px;
  }

  #trialkit .box-intro .box-bottom .box-text .box-right .txt-sub {
    font-size: 11px;
    letter-spacing: 0.03em;
    line-height: 18px;
    color: #333;
    margin: 29px 0 0;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper {
    margin: 0 16.17% 0 16.25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper .box-text {
    width: 42.2%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper .box-text .txt-number {
    font-size: 32px;
    letter-spacing: 0.05em;
    line-height: 18px;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper .box-text h3 {
    font-size: 18px;
    letter-spacing: 0.07em;
    line-height: 30px;
    text-align: left;
    color: #333;
    margin: 28px 0 0;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper .box-text .txt-main {
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 24px;
    margin: 19px 0 0;
    padding: 0;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper .box-text .txt-min {
    font-size: 11px;
    line-height: 21px;
    margin: 16px 0 0;
    color: #333;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper .box-text .txt-link a {
    font-size: 14px;
    line-height: 18px;
    color: #333;
    margin: 30px 0 0;
    display: inline-block;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper .box-text .box-linkbox {
    border-top: 1px solid #c7c7c7;
    margin: 33px 0 0;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper .box-text .box-linkbox .txt-link-title {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 15px;
    text-align: center;
    margin: 21px 0 0;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper .box-text .box-linkbox .txt-link {
    text-align: center;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper .box-text .box-linkbox .txt-link a {
    font-size: 13px;
    letter-spacing: 0.05em;
    margin: 19px 0 0;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper .box-text .box-linkbox .txt-caption {
    font-size: 10px;
    letter-spacing: 0.05em;
    margin: 19px 0 0;
    text-align: center;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper .box-image {
    width: 57.8%;
    padding: 57.8% 0 0;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper.trial01 {
    margin-top: 203px;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper.trial01 .box-text {
    padding: 0 5.6% 0 0;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper.trial01 .box-text .box-inner {
    margin: 0 0 53px;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper.trial02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 150px;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper.trial02 .box-text {
    padding: 0 0 68px 48px;
    position: relative;
    left: 15px;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper.trial03 {
    margin-top: 149px;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper.trial03 .box-text {
    padding: 0 5.6% 0 0;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper.trial03 .box-text .box-inner {
    margin: 0 0 37px;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper.trial04 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 150px;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper.trial04 .box-text {
    padding: 0 0 0 48px;
    position: relative;
    left: 15px;
  }

  #trialkit .box-sensitive-trial-slider {
    margin: 197px 0 0;
    padding: 115px 0 82px;
    background-color: #F8F7F4;
  }

  #trialkit .box-sensitive-trial-slider .box-slider-title {
    width: 83.52%;
    margin: 0 0 41px auto;
  }

  #trialkit .box-sensitive-trial-slider .box-slider-title h2 {
    font-size: 26px;
    letter-spacing: 0.1em;
    line-height: 18px;
    color: #333;
  }

  #trialkit .box-sensitive-trial-slider .main-carousel {
    width: 83.52%;
    margin: 0 0 0 auto;
    position: relative;
  }

  #trialkit .box-sensitive-trial-slider .carousel-cell {
    width: 25.54%;
    margin: 0 1.87% 0 0;
  }

  #trialkit .box-sensitive-trial-slider .flickity-page-dots {
    display: none;
  }

  #trialkit .box-sensitive-trial-slider .flickity-prev-next-button.next {
    right: 0;
  }

  #trialkit .box-sensitive-trial-slider .flickity-prev-next-button.previous {
    left: 0;
  }

  #trialkit .box-sensitive-trial-slider .flickity-prev-next-button {
    stroke-width: 1px;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
  }

  #trialkit .box-sensitive-trial-slider .flickity-prev-next-button svg {
    stroke-width: 1px;
  }

  #trialkit .box-sensitive-trial-slider .button {
    border-radius: 9px;
    background: #fff;
    border: 1px solid #707070;
    width: 251px;
    margin: 45px auto 50px;
    overflow: hidden;
  }

  #trialkit .box-sensitive-trial-slider .button a {
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 18px;
    color: #333;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 21px 0;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  }

  #trialkit .box-sensitive-trial-slider .button a svg path {
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  }

  #trialkit .box-sensitive-trial-slider .button span {
    position: relative;
    top: 3px;
    width: 14px;
    margin: -1px 0 0 15px;
  }

  #trialkit .box-sensitive-trial-slider .button a:hover {
    background-color: #333;
    color: #fff;
  }

  #trialkit .box-sensitive-trial-slider .button a:hover svg path {
    fill: #fff;
  }

  #trialkit .box-point {
    padding: 103px 0 100px;
  }

  #trialkit .box-point>.box-inner {
    width: 67.27%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #trialkit .box-point>.box-inner .box-left {
    width: 58.07%;
    margin: 0;
  }

  #trialkit .box-point>.box-inner .box-right {
    width: 42.16%;
    padding: 0 0 0 7%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #trialkit .box-point>.box-inner .box-right .txt-en {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 15px;
    margin: 0 0 11px;
  }

  #trialkit .box-point>.box-inner .box-right h2 {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 18px;
    margin: 0 0 26px;
  }

  #trialkit .box-point>.box-inner .box-right .txt-main {
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 24px;
  }

  #trialkit .box-point>.box-inner .box-right a {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 18px;
    margin: 40px 0 0;
    display: inline-block;
  }

  #trialkit .box-store {
    padding: 138px 0 181px;
    background-color: #F8F7F4;
  }

  #trialkit .box-store .box-inner {
    width: 486px;
    margin: 0 auto;
  }

  #trialkit .box-store .box-inner .box-image {
    padding: 100% 0 0;
  }

  #trialkit .box-store .box-inner .box-text h2 {
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 18px;
    text-align: center;
    margin: 31px 0 0;
  }

  #trialkit .box-store .box-inner .box-text .txt-main {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 28px;
    text-align: left;
    width: 394px;
    margin: 30px auto 0;
  }

  #trialkit .box-store .box-inner .box-text .box-button {
    text-align: center;
    margin: 17px 0 0;
  }

  #trialkit .box-store .box-inner .box-text .box-button a {
    background: #fff;
    border: 1px solid #707070;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 18px;
    text-align: center;
    width: 395px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  }

  #trialkit .box-store .box-inner .box-text .box-button a:hover {
    background-color: #333333;
    border: 1px solid #333333;
    color: #fff;
  }

  #trialkit .box-floating {
    width: 230px;
    height: 77px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #333;
    position: fixed;
    bottom: 30px;
    right: 30px;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  }

  #trialkit .box-floating a {
    display: block;
    padding: 12px 0 0;
    height: 100%;
  }

  #trialkit .box-floating span {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 29px;
    text-align: center;
    display: block;
  }

  #trialkit .box-floating span+span {
    font-size: 10px;
    letter-spacing: 0.05em;
    line-height: 30px;
    margin: -6px 0 0;
  }

  #trialkit .box-floating.is-hidden {
    opacity: 0;
    pointer-events: none;
  }

  #trialkit .box-floating:hover {
    background: #333;
  }

  #trialkit .box-floating:hover a {
    color: #fff;
  }
}

/*sp*/
@media (max-width: 1007px) {
  #trialkit {
    overflow-x: hidden;
  }

  #trialkit .box-image {
    position: relative;
    height: 0;
  }

  #trialkit .box-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  #trialkit .box-mv {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 52px 0 0;
    height: 100% !important;
    margin-bottom: 20px;
  }

  #trialkit .box-mv .box-image {
    padding: 101% 0 0;
  }

  #trialkit .box-mv .box-text {
    position: relative;
    width: 86.67%;
    margin: 0 auto 0;
  }

  #trialkit .box-mv .box-text .sp-text01 {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 29px;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    margin: 0 auto;
    width: 171px;
  }

  #trialkit .box-mv .box-text .sp-text02 {
    font-size: 11px;
    letter-spacing: 0.08em;
    line-height: 30px;
    text-align: center;
  }

  #trialkit .box-mv .box-text .txt-title {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 23px;
    margin: 44px 0 0;
  }

  #trialkit .box-mv .box-text h1 {
    font-size: 25px;
    letter-spacing: 0.09em;
    line-height: 38px;
    margin: 8px 0 0;
  }

  #trialkit .box-mv .box-text .txt-main {
    font-size: 12px;
    letter-spacing: 0.04em;
    line-height: 23px;
    margin: 3px 0 0;
  }

  #trialkit .box-intro {
    width: 86.67%;
    margin: 0 auto 0;
  }

  #trialkit .box-intro .box-top .box-image {
    padding: 125.1% 0 0;
  }

  #trialkit .box-intro .box-bottom .box-text h2 {
    font-size: 18px;
    letter-spacing: 0.07em;
    line-height: 31px;
    margin: 25px 0 0;
  }

  #trialkit .box-intro .box-bottom .box-text .txt-main {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 24px;
    margin: 23px 0 0;
  }

  #trialkit .box-intro .box-bottom .box-text .txt-sub {
    font-size: 11px;
    letter-spacing: 0.03em;
    line-height: 18px;
    color: #333;
    margin: 17px 0 0;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper {
    width: 86.67%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper .box-text {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper .box-text .box-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 27px 0 0;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper .box-text .txt-number {
    font-size: 32px;
    letter-spacing: 0.05em;
    line-height: 18px;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper .box-text h3 {
    font-size: 18px;
    letter-spacing: 0.07em;
    line-height: 30px;
    text-align: left;
    color: #333;
    margin: 0 0 0 22px;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper .box-text .txt-main {
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 24px;
    margin: 24px 0 0;
    padding: 0;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper .box-text .txt-min {
    font-size: 11px;
    line-height: 21px;
    margin: 6px 0 0;
    letter-spacing: 0.05em;
    color: #333;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper .box-image {
    width: 100%;
    padding: 100% 0 0;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper .txt-link a {
    text-decoration: underline;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper.trial01 {
    margin-top: 100px;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper.trial02 {
    margin: 94px auto 0;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper.trial02 .box-text .box-title {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin: 25px 0 0;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper.trial02 .box-text .txt-number {
    margin: 10px 0 0;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper.trial02 .box-text .txt-main {
    margin: 21px 0 0;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper.trial03 {
    margin: 95px auto 0;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper.trial03 .box-text .box-title {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin: 25px 0 0;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper.trial03 .box-text .txt-number {
    margin: 8px 0 0;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper.trial03 .box-text .txt-main {
    margin: 21px 0 0;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper.trial03 .box-text .txt-link {
    margin: 27px 0 0;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper.trial04 {
    margin: 100px auto 0;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper .box-text .box-linkbox {
    border-top: 1px solid #c7c7c7;
    margin: 33px 0 0;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper .box-text .box-linkbox .txt-link-title {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 15px;
    text-align: center;
    margin: 21px 0 0;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper .box-text .box-linkbox .txt-link {
    text-align: center;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper .box-text .box-linkbox .txt-link a {
    font-size: 13px;
    letter-spacing: 0.05em;
    margin: 19px 0 0;
    display: block;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper .box-text .box-linkbox .txt-caption {
    font-size: 10px;
    letter-spacing: 0.05em;
    margin: 19px 0 0;
    text-align: center;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper.trial04 .box-text .box-title {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin: 25px 0 0;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper.trial04 .box-text .txt-number {
    margin: 8px 0 0;
  }

  #trialkit .box-sensitive-trial .box-trial-wrapper.trial04 .box-text .txt-main {
    margin: 21px 0 0;
  }

  #trialkit .box-sensitive-trial-slider {
    margin: 102px 0 0;
    padding: 115px 0 82px;
    background-color: #F8F7F4;
  }

  #trialkit .box-sensitive-trial-slider .box-slider-title {
    margin: 0 0 41px 0;
    text-align: center;
  }

  #trialkit .box-sensitive-trial-slider .box-slider-title h2 {
    font-size: 26px;
    letter-spacing: 0.1em;
    line-height: 18px;
    color: #333;
  }

  #trialkit .box-sensitive-trial-slider .main-carousel {
    width: 92.52%;
    margin: 0 0 0 auto;
    position: relative;
  }

  #trialkit .box-sensitive-trial-slider .carousel-cell {
    width: 78.8%;
    margin: 0 5.5% 0 0;
  }

  #trialkit .box-sensitive-trial-slider .flickity-page-dots {
    display: none;
  }

  #trialkit .box-sensitive-trial-slider .flickity-prev-next-button.next {
    right: 0;
  }

  #trialkit .box-sensitive-trial-slider .flickity-prev-next-button.previous {
    left: 0;
  }

  #trialkit .box-sensitive-trial-slider .flickity-prev-next-button {
    stroke-width: 1px;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    border-radius: 0;
  }

  #trialkit .box-sensitive-trial-slider .flickity-prev-next-button svg {
    stroke-width: 1px;
  }

  #trialkit .box-sensitive-trial-slider .box-button.sp-only {
    border-radius: 9px;
    background: #fff;
    border: 1px solid #707070;
    width: 325px;
    margin: 45px auto 20px;
    height: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
  }

  /*
      #trialkit .box-sensitive-trial-slider .button a {
        font-size: 13px;
        letter-spacing: 0.1em;
        line-height: 18px;
        color: #333;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      #trialkit .box-sensitive-trial-slider .button span {
        position: relative;
        top: 3px;
        width: 14px;
        margin: -1px 0 0 15px; }
  */
  #trialkit .box-sensitive-trial-slider .button {
    border-radius: 9px;
    background: #fff;
    border: 1px solid #707070;
    width: 251px;
    margin: 45px auto 50px;
    overflow: hidden;
  }

  #trialkit .box-sensitive-trial-slider .button a {
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 18px;
    color: #333;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 21px 0;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  }

  #trialkit .box-sensitive-trial-slider .button a svg path {
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  }

  #trialkit .box-sensitive-trial-slider .button span {
    position: relative;
    top: 3px;
    width: 14px;
    margin: -1px 0 0 15px;
  }

  #trialkit .box-sensitive-trial-slider .button a:hover {
    background-color: #333;
    color: #fff;
  }

  #trialkit .box-sensitive-trial-slider .button a:hover svg path {
    fill: #fff;
  }

  #trialkit .box-point {
    padding: 96px 0 69px;
  }

  #trialkit .box-point>.box-inner {
    width: 86.67%;
    margin: 0 auto;
  }

  #trialkit .box-point>.box-inner .box-left {
    width: 100%;
    margin: 0;
  }

  #trialkit .box-point>.box-inner .box-right {
    width: 100%;
    padding: 0 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #trialkit .box-point>.box-inner .box-right .txt-en {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 15px;
    margin: 24px 0 11px;
  }

  #trialkit .box-point>.box-inner .box-right h2 {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 18px;
    margin: 0 0 26px;
  }

  #trialkit .box-point>.box-inner .box-right .txt-main {
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 24px;
  }

  #trialkit .box-point>.box-inner .box-right a {
    text-decoration: underline;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 18px;
    margin: 30px 0 0;
    display: inline-block;
  }

  #trialkit .box-store {
    padding: 76px 0 79px;
    background-color: #F8F7F4;
  }

  #trialkit .box-store .box-inner {
    width: 86.67%;
    margin: 0 auto;
  }

  #trialkit .box-store .box-inner .box-image {
    padding: 100% 0 0;
  }

  #trialkit .box-store .box-inner .box-text h2 {
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 18px;
    text-align: center;
    margin: 36px 0 0;
  }

  #trialkit .box-store .box-inner .box-text .txt-main {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 30px;
    text-align: left;
    margin: 20px auto 0;
  }

  #trialkit .box-store .box-inner .box-text .box-button {
    text-align: center;
    margin: 17px 0 0;
  }

  #trialkit .box-store .box-inner .box-text .box-button a {
    background: #fff;
    border: 1px solid #707070;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 18px;
    text-align: center;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #trialkit .box-floating {
    width: 100%;
    height: 60px;
    position: fixed;
    bottom: 0;
    left: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1);
    opacity: 0;
    pointer-events: none;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 29px;
    text-align: center;
    background-color: #333333;
    z-index: 1;
  }

  #trialkit .box-floating a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
  }

  #trialkit .box-floating.is-active {
    opacity: 1;
    pointer-events: all;
  }
}

/*pc*/
@media (min-width: 1008px) {
  .template-blog #blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 77.5193%;
    /*margin: 11% auto 12%;*/
    margin: 140px auto 12%;
  }

  .template-blog #blog .box-left {
    width: 50%;
  }

  .template-blog #blog .box-left h1 {
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 18px;
    color: #333;
    position: -webkit-sticky;
    position: sticky;
    top: 231px;
  }

  .template-blog #blog .box-right {
    width: 50%;
    font-size: 11px;
    letter-spacing: 0.05em;
    color: #333;
  }

  .template-blog #blog .box-right li {
    padding: 0 0 72px;
    border-bottom: 1px solid #777777;
  }

  .template-blog #blog .box-right li+li {
    margin: 79px 0 0;
  }

  .template-blog #blog .box-right .box-title {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 19px;
  }

  .template-blog #blog .box-right .box-date {
    font-size: 11px;
    letter-spacing: 0.05em;
    margin: 9px 0 0;
  }

  .template-blog #blog .box-right .box-contents {
    margin: 31px 0 0;
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 19px;
    text-align: left;
  }

  .template-blog #blog .box-right a {
    text-decoration: underline;
  }

  .template-blog #blog .box-right .line {
    text-decoration: underline;
  }
}

/*sp*/
@media (max-width: 1007px) {
  .template-blog #blog {
    width: 86.666%;
    margin: 141px auto 88px;
  }

  .template-blog #blog .box-left {
    border-bottom: 1px solid #777777;
    padding: 0 0 27px;
  }

  .template-blog #blog .box-left h1 {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 18px;
    color: #333;
  }

  .template-blog #blog .box-right {
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 24px;
    color: #333;
    /*margin: 63px 0 0;*/
    margin: 0 0 182px;
  }

  .template-blog #blog .box-right .box-title {
    font-size: 14px;
    letter-spacing: 0.03em;
    padding: 34px 0 0;
    text-decoration: none;
  }

  .template-blog #blog .box-right .box-date {
    font-size: 13px;
    letter-spacing: 0.03em;
    color: #999;
    text-decoration: none;
  }

  .template-blog #blog .box-right .box-contents {
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 24px;
    margin: 42px 0 0;
    display: none;
  }

  .template-blog #blog .box-right .box-contents a {
    text-decoration: underline;
  }

  .template-blog #blog .box-right li {
    border-bottom: 1px solid #777777;
    padding-bottom: 34px;
    position: relative;
  }

  .template-blog #blog .box-right a {
    text-decoration: underline;
  }

  .template-blog #blog .box-right .line {
    text-decoration: underline;
  }

  .template-blog #blog .box-right .content-open {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
  }

  .template-blog #blog .box-right .content-open a {
    text-decoration: none;
  }
}

/*pc*/
@media (min-width: 1008px) {
  #faq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 77.5193%;
    /*margin: 11% auto 12%;*/
    margin: 140px auto 12%;
  }

  #faq .box-left {
    width: 50%;
  }

  #faq .box-left .box-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 231px;
  }

  #faq .box-left h1 {
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 18px;
    color: #333;
  }

  #faq .box-left nav {
    margin: 44px 0 0;
  }

  #faq .box-left nav ul li a,
  #faq .box-left nav ul li p {
    font-size: 11px;
    letter-spacing: 0.05em;
    color: #333;
    cursor: pointer;
  }

  #faq .box-left nav ul li+li {
    margin: 12px 0 0;
  }

  #faq .box-left nav ul li ul {
    padding: 21px 0 14px;
    display: none;
  }

  #faq .box-left nav ul li:first-child ul {
    display: block;
  }

  #faq .box-left nav ul li ul li {
    margin: 0 0 0 10px;
  }

  #faq .box-left nav ul li ul li+li {
    margin: 13px 0 0 10px;
  }

  #faq .box-left nav svg {
    display: none;
  }

  #faq .box-right {
    width: 50%;
    color: #333;
  }

  #faq .box-right h2 {
    font-size: 13px;
    letter-spacing: 0.05em;
    margin: 0 0 45px;
  }

  #faq .box-right .txt-title {
    text-decoration: underline;
    font-size: 11px;
    letter-spacing: 0.05em;
    text-align: left;
    margin: 0 0 4px;
  }

  #faq .box-right .txt-title svg {
    display: none;
  }

  #faq .box-right .txt-answer {
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 19px;
    margin: 0 0 43px;
  }

  #faq .box-right .content+.content {
    margin: 97px 0 0;
  }

  #faq .box-right>ul>li+li {
    display: none;
  }

  #faq .box-right .comment {
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 19px;
    text-align: left;
    color: #333;
    margin: 78px 0 0;
  }

  #faq .box-right .comment a {
    text-decoration: underline;
  }
}

/*sp*/
@media (max-width: 1007px) {
  #faq {
    margin: 51px auto 88px;
  }

  #faq .box-left {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    left: 0;
    right: 0;
    background-color: #F4F3EE;
    padding: 13px 0 13px;
    z-index: 1;
  }

  #faq .box-left .box-sticky {
    width: 86.666%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  #faq .box-left nav ul li ul {
    display: none;
  }

  #faq .box-left #box-current-name {
    font-size: 14px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #333;
    position: relative;
    top: 3px;
    opacity: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1);
  }

  #faq .box-left #box-current-name span {
    display: block;
    width: 100%;
  }

  #faq .box-left #box-current-name.is-active {
    opacity: 1;
  }

  #faq .box-left h1 {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 18px;
    color: #333;
    position: absolute;
    z-index: 1;
  }

  #faq .box-left nav {
    text-align: center;
  }

  #faq .box-left nav ul {
    display: none;
    top: -11px;
    position: relative;
    background-color: #F4F3EE;
  }

  #faq .box-left nav ul li+li {
    margin: 10px 0 0;
  }

  #faq .box-left nav ul li p {
    display: inline-block;
  }

  #faq .box-left nav svg {
    position: absolute;
    right: 25px;
    top: 17px;
    width: 12px;
    height: 12px;
  }

  #faq .box-left nav svg.is-active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  #faq .box-right {
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 24px;
    color: #333;
    width: 86.8%;
    margin: 0 auto;
  }

  #faq .box-right h2 {
    font-size: 14px;
    letter-spacing: 0.03em;
    margin: 0 0 15px;
  }

  #faq .box-right .box-wrap {
    border-top: 1px solid #777777;
    padding: 8px 0;
  }

  #faq .box-right .txt-title {
    font-size: 13px;
    letter-spacing: 0.05em;
    position: relative;
    padding: 0 13px 0 0;
  }

  #faq .box-right .txt-title svg {
    position: absolute;
    right: 0;
    top: 4px;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }

  #faq .box-right .box-wrap.is-active .txt-title svg {
    opacity: 0;
  }

  #faq .box-right .box-wrap.is-active .txt-title svg+svg {
    opacity: 1;
  }

  #faq .box-right .txt-answer {
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 24px;
    display: none;
    margin: 26px 0 31px;
  }

  #faq .box-right ul {
    padding: 86px 0 276px;
  }

  #faq .box-right>ul>li+li {
    display: none;
  }

  #faq .box-right .comment {
    margin: 79px 0 0;
  }

  #faq .box-right a {
    text-decoration: underline;
  }

  #faq .box-right .line {
    text-decoration: underline;
  }

  #faq .box-right .content {
    border-bottom: 1px solid #777777;
  }

  #faq .box-right .content+.content {
    margin: 50px 0 0;
  }
}

/* REVIEW APP */
.jdgm-all-reviews-widget,
.jdgm-rev-widg {
  padding: 10px !important;
  border: none !important;
}

.jdgm-form__reviewer-name-format-container {
  display: none;
}

.jdgm-form input::placeholder,
.jdgm-form textarea::placeholder {
  color: #999;
}

.jdgm-submit-rev {
  background-color: #41403D !important;
  color: #FFF !important;
  font-size: 11px !important;
  letter-spacing: 0.05em !important;
  padding: 12px 24px 12px !important;
}

.jdgm-rev-widg__title,
.jdgm-rev-widg__summary,
.jdgm_review,
.jdgm-form__name-fieldset label,
.jdgm-form__email-fieldset label,
.jdgm-form__rating-fieldset label,
.jdgm-form__title-fieldset label,
.jdgm-form__body-fieldset label,
.jdgm-rev__header,
.jdgm-rev__title,
.jdgm-rev__body {
  font-size: 11px !important;
  letter-spacing: 0.03em;
  line-height: 18px;
  color: #000;
}

.jdgm-write-rev-link {
  background-color: #41403D !important;
  color: #FFF !important;
  font-size: 11px !important;
  letter-spacing: 0.05em !important;
  padding: 12px 24px 12px !important;
}

.jdgm-widget input:not([type='submit']){
  font-size: 13px;
  padding: 0 5px;
}
.jdgm-widget textarea{
  font-size: 13px;
  padding: 0 5px;
}

.jdgm-rev-widg__summary {
  margin-bottom: 15px !important;
}

.jdgm-rev__icon {
  display: none;
}

.jdgm-rev-widg__sort-wrapper {
  display: none;
}

@media (max-width: 1007px) {
  .jdgm-all-reviews-widget,
  .jdgm-rev-widg {
    padding: 10px 18px !important;
    border: none !important;
  }
}
.template-index .index-mv {
  margin-bottom: 100px !important;
}

.template-index .box-philosophy,
.template-index .box-collections,
.template-index .box-trial,
.template-index [data-section-type="featured-collections"] .Section--spacingNormal {
  margin-bottom: 100px !important;
}

.template-index .box-title-simple,
.template-index .box-collections .box-title,
.template-index [data-section-type="featured-collections"] .HomeSectionTitle {
  width: 86.666% !important;
  margin: 0 auto 24px !important;
  text-align: center !important;
}

.template-index .box-title-simple h2,
.template-index .box-collections .box-title .box-left h2,
.template-index [data-section-type="featured-collections"] .HomeSectionTitle__title {
  display: inline-block !important;
  border: 1px solid #333 !important;
  background: transparent !important;
  padding: 18px 24px !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

.template-index .box-title-simple--philosophy h2 img {
  width: 87px !important;
  max-width: none !important;
  margin: 0 auto !important;
  display: block !important;
}

.template-index .box-title-simple--trial h2 img {
  width: 152px !important;
  max-width: none !important;
  margin: 0 auto !important;
  display: block !important;
}

.template-index .box-collections .box-title {
  display: block !important;
}

.template-index .box-collections .box-title .box-left {
  width: 100% !important;
}

.template-index .box-collections .box-title .box-left h2 img {
  width: 120px !important;
  max-width: none !important;
  margin: 0 auto !important;
  display: block !important;
}

.template-index .box-collections .box-title .box-right {
  width: 86.666% !important;
  margin: 16px auto 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

.template-index .box-philosophy .box-inner,
.template-index .box-trial .box-inner {
  width: 100% !important;
}

.template-index .box-philosophy .box-image,
.template-index .box-trial .box-image {
  width: 100% !important;
  margin: 0 0 24px !important;
  padding: 81.5% 0 0 !important;
  position: relative !important;
}

.template-index .box-philosophy .box-image img,
.template-index .box-trial .box-image img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.template-index .box-philosophy .box-text,
.template-index .box-trial .box-text {
  width: 86.666% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  position: static !important;
}

.template-index .box-philosophy .box-text h2,
.template-index .box-trial .box-text h2,
.template-index .box-philosophy .box-bottom {
  display: none !important;
}

.template-index .box-philosophy .txt-main,
.template-index .box-trial .txt-main {
  margin: 0 !important;
  font-size: 13px !important;
  letter-spacing: 0.03em !important;
  line-height: 24px !important;
  text-align: left !important;
  color: #333 !important;
  padding: 0 !important;
}

.template-index .box-philosophy .btn-more,
.template-index .box-trial .btn-more {
  margin: 24px 0 0 !important;
  padding: 0 !important;
}

.template-index .HomeReadMoreBadge {
  display: inline-block !important;
  width: auto !important;
  min-width: 0 !important;
  padding: 6px 12px !important;
  background: #333 !important;
  color: #fff !important;
  border: 1px solid #333 !important;
  font-size: 10px !important;
  line-height: 1 !important;
  letter-spacing: 0.05em !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.template-index .box-collections .box-content ul {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  gap: 16px 0 !important;
}

.template-index .box-collections .box-content li,
.template-index .box-collections .box-content li + li {
  width: 48% !important;
  margin: 0 !important;
}

.template-index .index-collection .box-img {
  position: relative !important;
  width: 100% !important;
  padding: 125% 0 0 !important;
  overflow: hidden !important;
  background: #F4F3EE !important;
}

.template-index .index-collection .box-img img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.template-index [data-section-type="featured-collections"] .SectionHeader {
  display: none !important;
}

.template-index [data-section-type="featured-collections"].shopify-section--bordered {
  border-top: none !important;
}

.template-index [data-section-type="featured-collections"] .HomeSectionTitle__label {
  font-size: 11px !important;
  letter-spacing: 0.08em !important;
  line-height: 1 !important;
  margin: 0 0 12px !important;
  text-transform: uppercase !important;
}

.template-index [data-section-type="featured-collections"] .HomeSectionTitle__title {
  font-size: 20px !important;
  letter-spacing: 0.05em !important;
  line-height: 1.2 !important;
  font-family: europa, "fot-cezanne-pron", sans-serif !important;
  font-weight: 400 !important;
}

.template-index [data-section-type="featured-collections"] .SectionFooter {
  margin-top: 24px !important;
}

.template-index #shopify-section-maestrooo-instagram {
  display: none !important;
}

@media (min-width: 1008px) {
  .template-index .index-mv {
    margin-bottom: 120px !important;
  }

  .template-index .box-philosophy,
  .template-index .box-collections,
  .template-index .box-trial,
  .template-index [data-section-type="featured-collections"] .Section--spacingNormal {
    margin-bottom: 120px !important;
  }

  .template-index .box-title-simple,
  .template-index .box-collections .box-title,
  .template-index [data-section-type="featured-collections"] .HomeSectionTitle {
    width: 77.03125% !important;
    margin: 0 auto 32px !important;
  }

  .template-index .box-title-simple h2,
  .template-index .box-collections .box-title .box-left h2,
  .template-index [data-section-type="featured-collections"] .HomeSectionTitle__title {
    padding: 22px 34px !important;
  }

  .template-index .box-title-simple--philosophy h2 img {
    width: 118px !important;
  }

  .template-index .box-title-simple--trial h2 img {
    width: 209px !important;
  }

  .template-index .box-collections .box-title .box-left h2 img {
    width: 160px !important;
  }

  .template-index .box-collections .box-title .box-right,
  .template-index .box-philosophy .box-text,
  .template-index .box-trial .box-text {
    width: 77.03125% !important;
  }

  .template-index .box-philosophy .box-image,
  .template-index .box-trial .box-image {
    margin: 0 auto 32px !important;
    width: 77.03125% !important;
    padding: 56% 0 0 !important;
  }

  .template-index .HomeReadMoreBadge {
    font-size: 11px !important;
    padding: 7px 14px !important;
  }

  .template-index .box-philosophy .btn-more,
  .template-index .box-trial .btn-more {
    margin: 29px 0 0 !important;
  }

  .template-index [data-section-type="featured-collections"] .HomeSectionTitle__label {
    font-size: 12px !important;
    margin: 0 0 14px !important;
  }

  .template-index [data-section-type="featured-collections"] .HomeSectionTitle__title {
    font-size: 24px !important;
  }
}
.template-index .box-title-simple,
.template-index .box-collections .box-title,
.template-index [data-section-type="featured-collections"] .HomeSectionTitle {
  width: 86.666% !important;
  margin: 0 auto 24px !important;
  text-align: center !important;
}

.template-index .box-title-simple h2,
.template-index .box-collections .box-title .box-left h2,
.template-index [data-section-type="featured-collections"] .HomeSectionTitle__title {
  display: inline-block !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  background: transparent !important;
  font-family: europa, "fot-cezanne-pron", sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0.05em !important;
  color: #333 !important;
}

.template-index .box-title-simple--philosophy h2 img,
.template-index .box-title-simple--trial h2 img,
.template-index .box-collections .box-title .box-left h2 img {
  display: block !important;
  margin: 0 auto !important;
}

.template-index .box-philosophy .box-text,
.template-index .box-trial .box-text,
.template-index .box-collections .box-title .box-right,
.template-index .box-philosophy .txt-main,
.template-index .box-trial .txt-main,
.template-index .box-philosophy .btn-more,
.template-index .box-trial .btn-more,
.template-index [data-section-type="featured-collections"] .SectionFooter {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.template-index .box-philosophy .txt-main,
.template-index .box-trial .txt-main,
.template-index .box-collections .box-title .box-right {
  font-size: 13px !important;
  letter-spacing: 0.03em !important;
  line-height: 24px !important;
  color: #333 !important;
}

.template-index .box-philosophy .btn-more a,
.template-index .box-trial .btn-more a,
.template-index .HomeReadMoreBadge {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.template-index .box-trial .box-text h2 p,
.template-index .box-philosophy .box-text h2 p {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

@media (min-width: 1008px) {
  .template-index .box-title-simple,
  .template-index .box-collections .box-title,
  .template-index [data-section-type="featured-collections"] .HomeSectionTitle {
    width: 77.03125% !important;
    margin: 0 auto 32px !important;
  }

  .template-index .box-title-simple h2,
  .template-index .box-collections .box-title .box-left h2,
  .template-index [data-section-type="featured-collections"] .HomeSectionTitle__title {
    border: 1px solid #707070 !important;
    padding: 31px 59px !important;
  }

  .template-index .box-title-simple--philosophy h2 img {
    width: 118px !important;
    max-width: none !important;
  }

  .template-index .box-title-simple--trial h2 img {
    width: 146px !important;
    max-width: none !important;
  }

  .template-index .box-collections .box-title .box-left h2 img {
    width: 160px !important;
    max-width: none !important;
  }

  .template-index [data-section-type="featured-collections"] .HomeSectionTitle__title {
    font-size: 11px !important;
    line-height: 18px !important;
    text-transform: uppercase !important;
  }

  .template-index .box-collections .box-title {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .template-index .box-collections .box-title .box-left {
    width: auto !important;
  }

  .template-index .box-collections .box-title .box-right {
    width: auto !important;
    margin: 5px 0 0 0 !important;
    padding: 0 0 0 55px !important;
    text-align: left !important;
  }

  .template-index .box-philosophy .box-text,
  .template-index .box-trial .box-text {
    width: 77.03125% !important;
    margin: 0 auto !important;
  }
}

@media (max-width: 1007px) {
  .template-index .box-title-simple h2,
  .template-index .box-collections .box-title .box-left h2,
  .template-index [data-section-type="featured-collections"] .HomeSectionTitle__title {
    border-top: 1px solid #333 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #333 !important;
    border-left: 0 !important;
    padding: 18px 0 !important;
    width: 100% !important;
  }

  .template-index .box-title-simple--philosophy h2 img {
    width: 87px !important;
    max-width: none !important;
  }

  .template-index .box-title-simple--trial h2 img {
    width: 106px !important;
    max-width: none !important;
  }

  .template-index .box-collections .box-title .box-left h2 img {
    width: 120px !important;
    max-width: none !important;
  }

  .template-index [data-section-type="featured-collections"] .HomeSectionTitle__title {
    font-size: 13px !important;
    line-height: 18px !important;
    text-transform: uppercase !important;
  }

  .template-index .box-collections .box-title {
    display: block !important;
  }

  .template-index .box-collections .box-title .box-left,
  .template-index .box-collections .box-title .box-right,
  .template-index .box-philosophy .box-text,
  .template-index .box-trial .box-text {
    width: 86.666% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .template-index .box-collections .box-title .box-right {
    margin-top: 16px !important;
    padding: 0 !important;
    text-align: left !important;
  }
}
.template-index .HomeHeading{
  font-family: europa,"fot-cezanne-pron",sans-serif;
  font-weight:400;
  letter-spacing:0.08em;
  color:#333;
  text-transform:uppercase;
  margin:0;
}

@media(min-width:1008px){
  .template-index .HomeHeading{
    font-size:12px;
    border:1px solid #707070;
    padding:31px 59px;
  }
}

@media(max-width:1007px){
  .template-index .HomeHeading{
    font-size:13px;
    border-top:1px solid #333;
    border-bottom:1px solid #333;
    padding:18px 0;
    width:100%;
    display:block;
    text-align:center;
  }
}
@media (min-width: 1008px){
  .template-index .HomeHeading{
    padding: 14px 22px !important;
    width: auto !important;
    display: inline-block !important;
  }
}
@media (min-width: 1008px){
  .template-index .box-title-simple h2.HomeHeading,
  .template-index .SectionHeader__Heading.HomeHeading{
    padding: 14px 20px !important;
    width: auto !important;
    display: inline-block !important;
    box-sizing: border-box !important;
  }
}
@media (min-width: 1008px){
  .template-index .box-collections .box-title .box-left h2,
  .template-index [data-section-type="featured-collections"] h2.HomeHeading,
  .template-index [data-section-type="featured-collections"] .HomeSectionTitle__title,
  .template-index .SectionHeader__Heading.HomeHeading{
    padding: 14px 20px !important;
    width: auto !important;
    display: inline-block !important;
    box-sizing: border-box !important;
  }
}
@media (min-width: 1008px){
  .template-index .box-trial .box-text-inner{
    position: static !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100% !important;
  }

  .template-index .box-trial .box-text{
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}
@media (max-width: 1007px){
  .sp-only .instagram-icon,
  .sp-only .sns-icon,
  .sp-only a[href*="instagram"]{
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .pc-only .instagram-icon,
  .pc-only .sns-icon,
  .pc-only a[href*="instagram"]{
    display: block !important;
  }
}
@media (min-width: 1008px){
  #shopify-section-header header .box-main-menu ul.modern-menu > li{
    position: relative;
    padding-right: 0;
  }

  #shopify-section-header header .box-main-menu ul.modern-menu > li + li{
    margin-top: 12px;
  }

  #shopify-section-header header .box-main-menu ul.modern-menu > li > a,
  #shopify-section-header header .box-main-menu ul.modern-menu > li > .menu-parent{
    font-family: europa, "fot-cezanne-pron", sans-serif;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 0.05em;
    color: inherit;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }

  #shopify-section-header header .box-main-menu ul.modern-menu > li > .menu-parent svg{
    width: 10px;
    transition: transform 0.25s ease;
  }

  #shopify-section-header header .box-main-menu ul.modern-menu > li.is-open > .menu-parent svg{
    transform: rotate(180deg);
  }

  #shopify-section-header header .box-main-menu ul.modern-menu > li > .menu-child{
    display: none;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
  }

  #shopify-section-header header .box-main-menu ul.modern-menu > li.is-open > .menu-child{
    display: block;
  }

  #shopify-section-header header .box-main-menu ul.modern-menu > li > .menu-child > li{
    margin: 0 0 8px;
  }

  #shopify-section-header header .box-main-menu ul.modern-menu > li > .menu-child > li:last-child{
    margin-bottom: 0;
  }

  #shopify-section-header header .box-main-menu ul.modern-menu > li > .menu-child > li > a{
    margin-left: 13px;
    font-size: 11px;
    letter-spacing: 0.05em;
  }
}

@media (max-width: 1007px){
  #shopify-section-header header .box-main-menu-sp .box-top ul.modern-menu-sp > li + li{
    margin-top: 27px;
  }

  #shopify-section-header header .box-main-menu-sp .box-top ul.modern-menu-sp > li > a,
  #shopify-section-header header .box-main-menu-sp .box-top ul.modern-menu-sp > li > .menu-parent-sp{
    font-family: europa, "fot-cezanne-pron", sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #333;
    background: transparent;
    border: 0;
    padding: 0;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }

  #shopify-section-header header .box-main-menu-sp .box-top ul.modern-menu-sp > li > .menu-parent-sp svg{
    width: 12px;
    transition: transform 0.25s ease;
  }

  #shopify-section-header header .box-main-menu-sp .box-top ul.modern-menu-sp > li.is-open > .menu-parent-sp svg{
    transform: rotate(180deg);
  }

  #shopify-section-header header .box-main-menu-sp .box-top ul.modern-menu-sp > li > .menu-child-sp{
    display: none;
    margin: 20px 0 0;
  }

  #shopify-section-header header .box-main-menu-sp .box-top ul.modern-menu-sp > li > .menu-child-sp > li + li{
    margin-top: 15px;
  }

  #shopify-section-header header .box-main-menu-sp .box-top ul.modern-menu-sp > li > .menu-child-sp > li > a{
    font-size: 15px;
    letter-spacing: 0.1em;
    color: #333;
  }
}
.ProductItem__Label--quickDelivery {
  background: transparent !important;
  border: 1px solid #333 !important;
  color: #333 !important;
}
@media (max-width: 1007px){
  .ProductItem__Label--quickDelivery{
    font-size: 7px !important;
    line-height: 1 !important;
    padding: 2px 4px !important;
  }
}
.HomeRecommendationHeading {
  font-family: europa, "fot-cezanne-pron", sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

@media (min-width: 1008px) {
  .HomeRecommendationHeading {
    font-size: 12px !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 1007px) {
  .HomeRecommendationHeading {
    font-size: 13px !important;
    line-height: 1.2 !important;
  }
}
.blog-editorial .blog-list{
  list-style:none;
  padding:0;
  margin:0;
}

.blog-editorial .blog-item{
  border-bottom:1px solid #eee;
  padding:20px 0;
}

.blog-editorial .blog-link{
  display:block;
  text-decoration:none;
  color:#000;
}

.blog-editorial .blog-meta{
  margin-bottom:6px;
}

.blog-editorial .blog-date{
  font-size:11px;
  letter-spacing:0.05em;
  color:#888;
}

.blog-editorial .blog-title{
  font-size:16px;
  font-weight:400;
  margin-bottom:8px;
  line-height:1.4;
}

.blog-editorial .blog-excerpt{
  font-size:13px;
  color:#666;
  line-height:1.6;
  margin-bottom:10px;
}

.blog-editorial .blog-more{
  font-size:11px;
  letter-spacing:0.1em;
  color:#000;
}

.template-blog #blog .box-right .box-contents {
  display: none;
}
@media (max-width: 1007px){
  #shopify-section-header header .box-main-menu-sp .box-top ul.modern-menu-sp > li > .menu-parent-sp{
    justify-content: flex-start !important;
    gap: 14px !important;
    width: auto !important;
    display: inline-flex !important;
  }

  #shopify-section-header header .box-main-menu-sp .box-top ul.modern-menu-sp > li > .menu-parent-sp svg{
    width: 12px !important;
    height: 12px !important;
    margin-left: 8px !important;
    flex: 0 0 12px !important;
  }
}
.box-main-menu .has-children{
  position: relative;
}

.box-main-menu .has-children .child-menu{
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition:
    opacity .28s ease,
    transform .28s ease,
    visibility .28s ease;

  pointer-events: none;
}

.box-main-menu .has-children.is-open .child-menu{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}