#wovn-stallion-iframe,
.wovn-click-catcher,
.wovn-lang-selector,
.wovn-lang-selector-links,
#translated-by-machine {
  display: none;
}

.header {
  display: none;
}

.fs-l-main {
  margin: 0 !important;
  padding: 0 !important;
}

body {
  font-family: "Noto Serif JP", serif;
  color: #666666 !important;
}

a {
  color: #666666 !important;
}

a.textt {
  display: block;
  padding-top: -5px;
  margin-top: 5px;
}

#container {
  width: 100vw;
  margin: 0 auto !important;
  text-align: center;
}

.accordion_area .accordion_one .ac_header {
  padding: 0.5rem 2rem 2rem 1.5rem;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: 0.2s;
}

.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.accordion_area .accordion_one .ac_header .i_box:before,
.accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}

.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #4e4e4e;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #4e4e4e;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: 0.3s;
}

.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}

.accordion_area .accordion_one .ac_inner {
  display: none;
  box-sizing: border-box;
}

.fade-up {
  opacity: 0;
}

.fade-up.is-active {
  animation: zoomIn 1s cubic-bezier(0.4, 0.5, 0.7, 1);
  opacity: 1;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.lookSt {
  position: absolute;
  top: auto;
  visibility: hidden;
  opacity: 0;
  transition: 0ms;
}

.lookSt.is-show {
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}


/* スマホ用 */
@media screen and (max-width: 768px) {
  nav {
    display: block;
    position: fixed;
    top: 0;
    left: -220px;
    bottom: 0;
    width: 220px;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.5s;
    z-index: 4;
    opacity: 0;
  }

  .open nav {
    left: 0;
    opacity: 1;
  }

  nav .inner ul {
    list-style: none;
    margin: 20% 0;
    padding: 0;
  }

  nav .inner ul li {
    position: relative;
    padding: 15px;
    font-size: 22px;
  }

  nav .inner ul li a {
    display: block;
    color: #666;
    font-size: 14px;
    text-decoration: none;
    transition-duration: 0.2s;
  }

  .toggle {
    display: block;
    position: fixed;
    top: 30px;
    right: 30px;
    width: 35px;
    height: 35px;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 3;
  }

  .toggle span {
    display: block;
    position: absolute;
    left: 0;
    width: 35px;
    height: 3px;
    background-color: #666666;
    border-radius: 4px;
    transition: all 0.5s;
  }

  .toggle span:nth-child(1) {
    top: 5px;
  }

  .toggle span:nth-child(2) {
    top: 16px;
  }

  .toggle span:nth-child(3) {
    bottom: 5px;
  }

  .open .toggle span {
    background-color: #666666;
  }

  .open .toggle span:nth-child(1) {
    -webkit-transform: translateY(11px) rotate(-315deg);
    transform: translateY(11px) rotate(-315deg);
  }

  .open .toggle span:nth-child(2) {
    opacity: 0;
  }

  .open .toggle span:nth-child(3) {
    -webkit-transform: translateY(-11px) rotate(315deg);
    transform: translateY(-11px) rotate(315deg);
  }

  #bg {
    display: none;
    transition: all 0.5s;
  }

  .open #bg {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    z-index: 2;
    cursor: pointer;
  }

  .arrowsl a {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 1em 2em;
    width: 300px;
    color: #4e4e4e;
    font-size: 18px;
    background-color: rgba(0);
    transition: 0.3s;
  }

  .arrowsl a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5.5em;
    transform: translateY(-50%) rotate(45deg);
    width: 5px;
    height: 5px;
    border-top: 2px solid #4e4e4e;
    border-right: 2px solid #4e4e4e;
    transition: 0.3s;
  }

  .collectionmenu {
    width: 85%;
    margin: 0 auto;
  }

  .collectionmenu img {
    width: 100%;
  }

  .collectionmenu p {
    font-size: 16px;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    margin: 3% auto 7%;
    text-align: center;
  }

  .textt {
    font-size: 22px;
    line-height: 1.8em;
    margin: 15% 0 5%;
    letter-spacing: 0.2em;
  }

  .texta {
    font-size: 14px;
    line-height: 1.8em;
    margin: 5% 0 5%;
    letter-spacing: 0.1em;
  }

  .col_ig {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    max-width: 95%;
    margin: 0 auto;
  }

  .col_ig>div {
    width: 33%;
    height: auto;
    padding: 0 2px;
  }

  .col_ig img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  .column2 {
    max-width: 48%;
    padding: 0 2px;
  }

  .column2 img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

  .caption {
    display: none;
  }

  .conceptt {
    font-size: 14px;
    line-height: 1.8em;
    margin: 0 15px 20px;
  }

  .conceptimg {
    max-width: 85vw;
    margin-bottom: 3vw;
  }

  .conceptm {
    font-size: 12px;
    line-height: 2em;
    margin: 10px 30px;
    letter-spacing: 0.05em;
    text-align: justify;
  }

  .conceptmark {
    max-width: 50vw;
    margin-bottom: 10px;
  }

  .conceptlogo {
    max-width: 55vw;
  }

  .conceptspm {
    font-size: 12px;
    line-height: 2em;
    margin: 10px 30px;
    letter-spacing: 0.05em;
    text-align: justify;
  }

  .topbg {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url("https://fint.itembox.design/item/assets/img/pages/clc_sptop23aw.jpg") 50% 50% no-repeat;
    background-size: cover;
  }

  #image-1 {
    position: absolute;
    width: 17vw;
    bottom: 3%;
    left: 3%;
  }

  #image-2 {
    position: absolute;
    width: 70%;
    bottom: 5%;
    left: 23%;
  }

  .shopname {
    font-size: 14px;
    line-height: 1.2em;
    text-align: left;
    margin: 0 5% 3%;
  }

  .shoplist {
    font-size: 12px;
    line-height: 1.2em;
    text-align: left;
    margin: 0 5% 3%;
  }

  .shoplist2 {
    font-size: 12px;
    line-height: 1.2em;
    text-align: left;
    margin: 0 5%;
  }

  .shoplistm {
    background-color: #4e4e4e;
    color: #fff;
    padding: 2px 8px;
    margin-right: 8px;
    width: 100px;
    line-height: 2.5em;
  }

  .shoplist_wrap {
    max-width: 100%;
  }

  .shoplist_wrap>div {
    border: 1px solid #808080;
    border-width: 0 0 1px;
    margin: 0 auto -1px;
    padding: 15px 0;
    width: 95%;
  }

  .col_shoplist {
    max-width: 100%;
    display: flex;
    display: -ms-flexbox;
    /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }

  .col_shoplist>div {
    width: 50%;
    height: auto;
    padding: 2%;
  }

  .col_shoplist img>div {
    width: 100%;
  }

  .col_shoplist iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
  }

  .col_media {
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    display: -ms-flexbox;
    /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }

  .col_media>div {
    width: 50%;
    height: auto;
    padding: 2%;
  }
}

/* PC用 */
@media screen and (min-width: 768px) {
  #headertop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 998;
  }

  .head-animation {
    transform: translateY(-100%);
  }

  ul.navi-top {
    color: #666666;
    background-color: rgba(255, 255, 255, 1);
    border-bottom: solid 2px #666666;
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    height: 50px;
    z-index: 50;
  }

  ul.navi-top li {
    width: 12%;
    display: inline-block;
    list-style-type: none;
    position: relative;
    font-size: 14px;
  }

  ul.navi-top li.icon {
    width: 3%;
  }

  ul.navi-top a {
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    display: block;
  }

  #under-menu,
  #under-menu2 {
    position: fixed;
    width: 50vw;
    left: 30vw;
    bottom: 3vw;
    font-size: 0;
    z-index: 3;
    opacity: 0.9;
  }

  #under-menu li,
  #under-menu2 li {
    display: inline-block;
    width: 20%;
    font-size: 16px;
  }

  #under-menu li a,
  #under-menu2 li a {
    color: #fff !important;
    width: 45px;
    height: 45px;
    display: table-cell;
    vertical-align: middle;
  }

  .arrowsl a {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 1em 2em;
    width: 300px;
    color: #4e4e4e;
    font-size: 32px;
    background-color: rgba(0);
    transition: 0.3s;
  }

  .arrowsl a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%) rotate(45deg);
    width: 7px;
    height: 7px;
    border-top: 3px solid #4e4e4e;
    border-right: 3px solid #4e4e4e;
    transition: 0.3s;
  }

  .arrowsl a:hover {
    text-decoration: none;
    background-color: rgba(0);
  }

  .arrowsl a:hover::before {
    right: 0.7em;
  }

  .arrowsl a:hover::after {
    right: calc(0.7em + 5px);
  }

  .textt {
    font-size: 30px;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    margin: 10% 10% 3%;
    text-align: center;
  }

  .texta {
    font-size: 24px;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    margin: 3% 10%;
    text-align: center;
  }

  .textc {
    font-size: 30px;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    margin: 3% 10%;
    text-align: center;
  }

  .textcollectiont {
    font-size: 16px;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    margin: 5px auto;
    text-align: center;
  }

  .col_ig {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    max-width: 80%;
    margin: 0 auto;
  }

  .col_ig>div {
    width: 33%;
    height: auto;
    padding: 0 5px;
  }

  .col_ig img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  .col_shoplist {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    max-width: 100%;
  }

  .conceptt {
    font-size: 18px;
    line-height: 2em;
    letter-spacing: 0.05em;
    margin: 20px 25px 10px;
  }

  .conceptm {
    font-size: 14px;
    line-height: 2em;
    margin: 30px 80px;
    letter-spacing: 0.05em;
  }

  .topbg {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url("https://fint.itembox.design/item/assets/img/pages/clc_top23aw.jpg") 50% 50% no-repeat;
    background-size: cover;
  }

  #image-1 {
    position: absolute;
    width: 10vw;
    top: 10%;
    left: 3%;
  }

  #image-2 {
    position: absolute;
    width: 40vw;
    top: 55%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .contentl {
    width: 40%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .contentr {
    width: 60%;
  }

  .contentr img {
    max-width: 40%;
    margin: 15px;
  }

  .contentl img {
    max-width: 100%;
  }

  .box {
    display: -webkit-flex;
    display: flex;
    max-width: 100%;
    align-items: center;
  }


  .shoplist_wrap {
    max-width: 100%;
    display: flex;
    display: -ms-flexbox;
    /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }

  .shoplist_wrap>div {
    width: 50%;
    height: auto;
    padding: 2%;
    border: 1px solid #808080;
    border-width: 0 0 1px;
    margin: 0 auto -1px;
  }

  .shopname {
    font-size: 18px;
    line-height: 1.2em;
    text-align: left;
    margin: 0 5% 3%;
  }

  .shoplist {
    font-size: 14px;
    line-height: 1.2em;
    text-align: left;
    margin: 0 5% 3%;
  }

  .shoplist2 {
    font-size: 14px;
    line-height: 1.2em;
    text-align: left;
    margin: 0 5%;
  }

  .shoplistm {
    background-color: #4e4e4e;
    color: #fff;
    padding: 3px 10px;
    margin-right: 10px;
    width: 100px;
    line-height: 2.5em;
  }

  .col_shoplist {
    max-width: 100%;
    display: flex;
    display: -ms-flexbox;
    /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }

  .col_shoplist>div {
    width: 50%;
    height: auto;
    padding: 2%;
  }

  .col_shoplist img>div {
    width: 100%;
  }

  .col_shoplist iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
  }

  .col_media {
    max-width: 100%;
    display: flex;
    display: -ms-flexbox;
    /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }

  .col_media>div {
    width: 25%;
    height: auto;
    padding: 2%;
  }

  .shophr {
    max-width: 90%;
    margin: 10px auto 30px;
  }

  .collectionmenu {
    width: 95%;
    height: auto;
    display: flex;
    display: -ms-flexbox;
    /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /* IE10 */
    margin: 0 auto;
  }

  .collectionmenu>div {
    width: 25%;
    height: auto;
    padding: 5px;
  }

  .collectionmenu img {
    width: 100%;
  }

  .hovertext {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }

  .hovertext .caption {
    font-size: 12px;
    line-height: 2.5em;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }

  .hovertext .mask {
    width: 100%;
    height: 98%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .hovertext:hover .mask {
    opacity: 1;
  }

  .sp_br {
    display: none;
  }
}