@charset "UTF-8";
*,
body {
  font-family: 'Noto Serif JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,serif;
  color: #353535;
}

html,
body {
  background: #fdfcfb !important;
}

/* -----------------------------------------------------------------------------
  header footer
----------------------------------------------------------------------------- */
button,
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

footer,
header {
  width: 100%;
  z-index: 36;
}

header {
  position: fixed;
}

footer {
  background: #344a68 !important;
}

/*hov_u_line */
.hov_line a,
#news .news__item a,
.footer__nav ul li a,
.hov_u_line a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.hov_line a::after,
#news .news__item a::after,
.footer__nav ul li a::after,
.hov_u_line a span::after {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 0;
}

.footer__nav ul li a::after {
  background: #fff none repeat scroll 0 0;
}

.hov_line a:hover::after,
#news .news__item a:hover::after,
.footer__nav ul li a:hover::after,
.hov_u_line a span:hover::after {
  left: 0;
  width: 100%;
}

/*--------------------------
webgl-texture.
--------------------------*/
body,
html {
  min-height: 100%;
}

.mv {
  position: relative;
  overflow: hidden;
}

.mv img {
  max-width: inherit;
  object-fit: cover;
  width: 100%;
}

.mv .slides {
  margin: auto;
  overflow: hidden;
}

.mv .slide {
  position: fixed;
  width: 100%;
  z-index: -1;
}

section {
  position: relative;
}

.content-wrap {
  position: relative;
  overflow: hidden;
  z-index: 2;
  padding-top: 50px;
  padding-bottom: 100px;
}

/* -----------------------------------------------------------------------------
  layout
----------------------------------------------------------------------------- */
.inner {
  max-width: 100%;
  width: 100%;
  overflow: visible;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
  z-index: 2;
}

.inner.wide {
  padding: 0;
}

.wide_inner_in {
  padding: 0 40px;
}

/* -----------------------------------------------------------------------------
  FONT
----------------------------------------------------------------------------- */
h2 {
  font-size: 38px;
  letter-spacing: 5px;
  line-height: 120%;
  margin-bottom: 1rem;
  font-feature-settings: "pkna","kern";
}

h3 {
  font-size: calc(14.90949px + .2908vw);
  line-height: 1.8;
  word-spacing: normal;
  -webkit-text-size-adjust: 100%;
  font-kerning: normal;
  font-feature-settings: "pkna","kern";
  letter-spacing: 0.1em;
}

.h4,
h4 {
  font-size: 20px;
  text-indent: 1px;
  letter-spacing: 1px;
  margin-bottom: 2rem;
}

h4.subtitle {
  font-size: 24px;
}

.h3 {
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.h4 {
  font-weight: bold;
  font-size: 21px;
  letter-spacing: 2px;
  line-height: 1.5;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 780px) {
  h2 {
    font-size: 30px;
  }
}

.number {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1;
  display: inline-block;
  color: #000;
  padding: 10px;
}

ul.list.t-large li {
  padding: 0 0 0 26px;
}

ul.list.t-large li::before {
  width: 12px;
  height: 1px;
  background: #000;
  top: 1.25rem;
  border-radius: 0;
}

.dd-txt,
.hd-list {
  position: relative;
  padding: 0 0 0 28px;
}

.hd-list::before {
  content: '';
  position: absolute;
  border-radius: 50%;
  top: 1.25rem;
  left: 0;
  width: 18px;
  height: 2px;
  background: #005fce;
}

.wrap {
  padding: 0 20px;
  overflow: hidden;
}

.hd_bg {
  margin: 15px 60px 60px 0;
  line-height: 1;
  letter-spacing: 3px;
  text-align: left;
  background: #004391;
  color: #fff;
  display: inline-block;
  padding: 12px;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .gradient {
    background: none;
    background-clip: inherit;
  }
}

.c-red {
  color: #c13737;
}

.bg::after,
.bg::before {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
}

.bg {
  position: relative;
}

/* -----------------------------------------------------------------------------
  リスト スタイル
----------------------------------------------------------------------------- */
ul.list li {
  position: relative;
  padding: 0 0 0 1rem;
}

ul.list.tp-o li {
  position: relative;
  padding: 0 0 0 1.5rem;
}

ul.list li:before {
  content: '';
  position: absolute;
  border-radius: 50%;
  top: 0.7rem;
  left: 0;
}

ul.list li:before {
  width: 3px;
  height: 3px;
  background: #9b9b9b;
  border: 1px solid #9b9b9b;
}

ul.list li.icon {
  padding: 0 0 0 0.5rem;
}

ul.list li.icon::before {
  background: transparent;
  border: 0;
}

.sp-br {
  display: none;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

::selection {
  color: #fff;
  text-shadow: none;
  background: #0a0a0a;
}

.vrl {
  writing-mode: vertical-rl;
}

/*/
//////////////////
flow namiki///////////////////*/
.bg {
  background-color: #fbfbfb;
}

.inner_main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.mv-img {
  transition: all 2s ease-out;
}

.fadein {
  opacity: 0;
  animation: fadeIn 1s linear;
  animation-fill-mode: both;
}

.fadein2 {
  opacity: 0;
  animation: fadeIn 5s linear;
  animation-fill-mode: both;
}

/* --- Animation --- */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.linear {
  display: inline;
  background: linear-gradient(transparent 60%, #78ffff 60%);
}

.mgn_auto {
  margin: 0 auto;
  display: block;
  position: relative;
}

.wh {
  color: white;
}

a.link_box {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}

.h3 {
  margin-bottom: 60px;
  line-height: 1.63;
  letter-spacing: 0.075em;
}

p.txt {
  line-height: 2.38;
}

span.ib {
  display: inline-block;
}

/*------------------------
   footer link area
---------------------------*/
footer a {
  color: #fff;
}

/*------------------------
   SP MENU
---------------------------*/
.navik-header-overlay li.title span {
  font-size: 11px;
}

/* main_visual.cate_top */
.mask-wrap {
  background: rgba(0, 0, 0, 0.2);
  background: rgba(118, 108, 101, 0.2);
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  height: 100vh;
}

.cate_top .mask-wrap,
.main_visual.cate_top {
  height: 400px;
}

.mv-txt-inner {
  top: 15vh;
}

/*/
/////////// sp ////////////*/
.main_visual.ls-direction-fix {
  height: auto;
}

@media screen and (max-width: 834px) {
  .content-wrap {
    padding: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .cate_top .mask-wrap,
  .main_visual.cate_top {
    height: 200px;
  }
}

.txt_layer,
.txt_layer * {
  color: white;
}

.txt_layer {
  z-index: 5;
  font-family: 'Old Standard TT', serif;
  height: auto;
  width: auto;
  text-decoration: none;
  min-height: 0;
  min-width: 0;
  max-height: none;
  max-width: none;
  text-align: inherit;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 300;
  border-color: #7e7e7e;
  transform-origin: 50% 50% 0;
  opacity: 1;
  transform: translate(0px);
  visibility: visible;
  font-size: 72px;
}

@media screen and (max-width: 480px) {
  .txt_layer {
    font-size: 40px;
  }
}

/*--------------------------
text_area
--------------------------*/
.content-text {
  padding: 40px;
}

@media screen and (max-width: 480px) {
  .content-text {
    padding: 20px 0;
  }
}

.text_area {
  padding: 40px 0 0;
}

.text_area.center {
  padding: 0;
}

.text_area p {
  display: inline-block;
  line-height: 1.8;
  letter-spacing: 0.5px;
  width: 100%;
  text-align: justify;
  margin-bottom: 1rem;
}

.text_area.center {
  margin-left: auto;
  margin-right: auto;
}

.text_area p.center,
.text_area.center p {
  text-align: center;
}

@media screen and (max-width: 480px) {
  .text_area p.center.sp-txt-left,
  .text_area.center.sp-txt-left p {
    text-align: justify;
  }
  br.pc-br {
    display: none;
  }
}

/*--------------------------
about
--------------------------*/
.col_inner {
  position: relative;
  z-index: 2;
  margin: 50px auto;
  width: 80%;
}

/*--------------------------
news
--------------------------*/
@media screen and (min-width: 480px) {
  .news_block:nth-child(odd) {
    margin-top: 60px;
  }
}

.news_content_text {
  padding: 40px 0 0;
}

/* square_box */
.news_content_item {
  display: block;
  position: relative;
  max-width: 400px;
}

.news_content_item::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.news_content_item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
}

/* 記事　*/
.news_content_item_article img {
  max-height: 80vh;
}

@media screen and (min-width: 480px) {
  .news_content_text_article {
    padding: 40px 60px;
  }
  .news_content_text_article h2 {
    font-size: 30px;
  }
}

.news_content_text_article {
  padding: 40px 0;
  max-width: 90%;
  margin: auto;
}

.news_content_text_article h2 {
  margin-bottom: 0;
}

/*--------------------------
brand
--------------------------*/
.sec_brand {
  /* typ_wide */
}

.sec_brand .img_wapper {
  margin: 0 auto 30vh;
  overflow: visible;
  position: relative;
  max-width: 900px;
  width: 100%;
}

.sec_brand .bland_img .thumbnail {
  width: 50%;
  margin-left: 50%;
}

.sec_brand .bland_img:nth-child(2n+1) .thumbnail {
  margin-left: 50%;
}

.sec_brand .bland_img.typ_wide:nth-child(2n) .thumbnail {
  margin-right: 30%;
  margin-left: 0;
}

.sec_brand .bland_img.typ_wide .thumbnail {
  width: 60%;
  margin-left: 30%;
}

.sec_brand .bland_img.typ_wide .bcg-parallax {
  height: 48vh;
}

.sec_brand .bland_img .bcg-parallax {
  background-color: inherit;
}

.sec_brand .bcg_img_scale {
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
}

.sec_brand .bcg-parallax {
  padding: 0;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.sec_brand .bcg {
  background-size: cover;
  position: absolute;
  top: 0;
  z-index: 1;
  opacity: 1;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.sec_brand .content-text {
  background-color: #fff;
  position: absolute;
  overflow: hidden;
  z-index: 3;
}

.sec_brand .bland_img:nth-child(2n+1) .content-text {
  left: 0;
  right: auto;
}

.sec_brand .bland_img .content-text {
  width: 55%;
}

.sec_brand .bland_logo {
  overflow: hidden;
  display: block;
}

.sec_brand .bland_logo img {
  display: block;
  margin: 30px auto 0;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.sec_brand .bland_logo.logo_wide img {
  width: 280px;
}

.sec_brand .bland_logo.logo_wide2 img {
  width: 200px;
}

.sec_brand .bland_logo.logo180 img {
  width: 180px;
}

.sec_brand .bland_logo img {
  width: 120px;
}

.sec_brand .bland_logo.logo_middle img {
  width: 100px;
}

.sec_brand .bland_logo.logo_short img {
  width: 70px;
}

.sec_brand .content-text {
  width: 50%;
  top: 20vh;
}

.sec_brand .content-text span {
  display: inline-block;
  color: #000;
  font-size: 13px;
  line-height: 28px;
  padding: 30px 30px 0;
  opacity: 1;
  letter-spacing: 0.5px;
  visibility: inherit;
  width: 100%;
}

.sec_brand .bland_img:nth-child(2n) .thumbnail {
  margin-right: 50%;
  margin-left: 0;
}

.sec_brand .bland_img.typ_wide:nth-child(2n) .thumbnail {
  margin-right: 30%;
  margin-left: 0;
}

.sec_brand .bland_img:nth-child(2n) .content-text {
  left: auto;
  right: 0;
}

.sec_brand .bland_img.typ_wide:nth-child(2n) .content-text {
  left: auto;
  right: 0;
}

.sec_brand .bland_img.typ_wide .thumbnail {
  width: 60%;
  margin-left: 40%;
}

@media screen and (max-width: 480px) {
  .sec_brand .bland_img .thumbnail,
  .sec_brand .bland_img.typ_wide:nth-child(2n) .thumbnail,
  .sec_brand .bland_img:nth-child(2n+1) .thumbnail {
    width: 100%;
    margin: auto;
  }
  .sec_brand .bland_img .content-text {
    width: 90%;
    margin: -40px auto;
    top: auto;
  }
  .sec_brand .bland_img:nth-child(2n+1) .content-text {
    left: auto;
    right: auto;
  }
  .sec_brand .content-text {
    position: relative;
  }
}

.custom-text {
  padding: 11vh 0 8vh;
  text-align: center;
}

.ttt {
  text-transform: lowercase;
}

/* */
.img_wapper {
  margin: 0 auto 11vh;
  overflow: visible;
  position: relative;
}

.bcg-parallax .bcg {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  top: -20px;
  z-index: 1;
  background-position: 50% 90%;
  opacity: 1;
  height: calc(100% + 20px);
}

.bcg-parallax {
  padding: 25vh 0;
  color: #fff;
  background-color: #000;
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 50vh;
  background-color: inherit;
}

.collection-bg-scale {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
}

.col-center-inner {
  min-height: 400px;
  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;
  height: 100%;
  width: 90%;
  margin: 0 auto;
  padding: 60px;
  text-align: center;
  position: relative;
}

/* パララックス　*/
.cd-fixed-background {
  background-color: #000;
  background-position: center center;
  overflow-x: hidden;
  position: relative;
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 400px;
  background-attachment: fixed;
}

/*
@media screen and (max-width: 864px) {
    .cd-fixed-background {
        display: none;
    }
}
*/
/* ABOUT shop　*/
dl.shop_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  width: auto;
  margin: 0;
  letter-spacing: 0.025rem;
  justify-content: space-between;
}

dl.shop_dl {
  font-size: 13px;
}

dl.shop_dl dt {
  display: inline-block;
  width: 30%;
  padding: 0;
  letter-spacing: 1px;
}

dl.shop_dl dd {
  margin-bottom: 0;
  width: 70%;
}

/* hd */
#wort span {
  background: -webkit-linear-gradient(top, #020024 6%, #000 30%, #000 70%, #020024 97%);
  -webkit-background-clip: text;
  -webkit-animation: wort 14s infinite;
  -webkit-animation-timing-function: ease_out;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: wort 14s infinite;
  animation-timing-function: ease_out;
}

@keyframes wort {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 0 180px;
  }
  100% {
    background-position: 0 0;
  }
}

@-webkit-keyframes wort {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 0 180px;
  }
  100% {
    background-position: 0 0;
  }
}

.letter1 {
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 20%, #000 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.letter2 {
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 20%, #000 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.letter3 {
  background: -webkit-linear-gradient(right, #ffffff 0%, #ffffff 20%, #000 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.letter4 {
  background: -webkit-linear-gradient(bottom, #ffffff 0%, #ffffff 20%, #000 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* hover */
.draw {
  font-family: 'Josefin Sans', sans-serif;
  background: none;
  border: 0;
  box-sizing: border-box;
  margin: 1em;
  padding: 1em 2em;
  box-shadow: inset 0 0 0 2px #f45e61;
  font-size: inherit;
  font-weight: 400;
  position: relative;
  vertical-align: middle;
}

a.draw {
  color: #f45e61;
  margin: 0;
}

.draw::after,
.draw::before {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}

.draw {
  transition: color 0.25s;
}

.draw::after,
.draw::before {
  border: 2px solid transparent;
  width: 0;
  height: 0;
}

.draw::before {
  top: 0;
  left: 0;
}

.draw::after {
  bottom: 0;
  right: 0;
}

.draw:hover {
  color: #60daaa;
}

.draw:hover::after,
.draw:hover::before {
  width: 100%;
  height: 100%;
}

.draw:hover::before {
  border-top-color: #60daaa;
  border-right-color: #60daaa;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}

.draw:hover::after {
  border-bottom-color: #60daaa;
  border-left-color: #60daaa;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}

.meet:hover {
  color: #000;
}

.meet::after {
  top: 0;
  left: 0;
}

.meet:hover::before {
  border-top-color: #000;
  border-right-color: #000;
}

.meet:hover::after {
  border-bottom-color: #000;
  border-left-color: #000;
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}

.bg-ash {
  position: relative;
}

.bg-ash::after {
  content: "";
  position: absolute;
  width: 1000px;
  max-width: 90%;
  height: 100%;
  background-color: #f3f3f3;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.bg-ash-side2::after,
.bg-ash-side::after {
  content: "";
  position: absolute;
  width: 800px;
  height: 30%;
  background-color: #f3f3f3;
  top: 60px;
  z-index: -1;
}

.bg-ash-side,
.bg-ash-side2 {
  padding-bottom: 56px;
}

.bg-ash-side::after {
  left: 0;
}

.bg-ash-side2::after {
  right: 0;
}

/* imghvr  */
.imghvr_block {
  position: relative;
  text-align: center;
}

.imghvr_block figcaption p {
  color: #fff;
}

[class*=" imghvr-"],
[class^="imghvr-"] {
  display: block;
}

[class*=" imghvr-"] figcaption,
[class^="imghvr-"] figcaption {
  background-color: transparent;
}

[class*=" imghvr-"],
[class^="imghvr-"] {
  background-color: transparent;
}

[class*=" imghvr-shutter-in-"]::after,
[class*=" imghvr-shutter-in-"]::before,
[class^="imghvr-shutter-in-"]::after,
[class^="imghvr-shutter-in-"]::before {
  background: #fdfcfb;
}

.bg-wh [class*=" imghvr-shutter-in-"]::after,
.bg-wh [class*=" imghvr-shutter-in-"]::before,
.bg-wh [class^="imghvr-shutter-in-"]::after,
.bg-wh [class^="imghvr-shutter-in-"]::before {
  background: #fff;
}

.imghvr-shutter-in-out-vert::after,
.imghvr-shutter-in-out-vert::before {
  opacity: 1;
}

.imghvr-shutter-in-out-vert:hover::after,
.imghvr-shutter-in-out-vert:hover::before {
  height: 0;
  z-index: 2;
}

.imghvr-shutter-in-out-vert:hover img {
  filter: grayscale(100%);
  opacity: 0.6;
}

.imghvr-shutter-in-out-vert:hover .img_fit {
  background-color: #000;
}

[class*=" imghvr-"] a,
[class^="imghvr-"] a {
  z-index: 2;
}

/* IMG FIT */
.img_fit:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.img_fit {
  position: relative;
  overflow: hidden;
}

.img_fit img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 170%;
  max-height: initial;
}

.bg_h_tin > .inner {
  padding: 80px;
}

.bg_h_tin h3 {
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.51);
}

@media only screen and (min-width: 480px) {
  .img_fit_h {
    height: 500px;
  }
}

/* HOVER 上下　*/
.bg_h_tin [class*=" imghvr-shutter-in-"] figcaption,
.bg_h_tin [class^="imghvr-shutter-in-"] figcaption {
  opacity: 1;
}

.bg_h_tin span {
  color: #fff;
}

/* 見出し */
h2.title {
  font-size: 32px;
  margin-bottom: 0;
}

/* NEWS */
.news_article h2.title {
  margin-bottom: 1rem;
}

.shadow {
  box-shadow: 3px 4px 11.83px 1.17px rgba(0, 0, 0, 0.06);
}

/*  CURSOL JS  */
.cursor {
  z-index: 12000;
  position: relative;
  border: 0;
}

.cursor .cursor__inner {
  z-index: 12000;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}

.cursor .cursor__inner--dot {
  width: 10px;
  height: 10px;
  background-color: #344a68;
}

.cursor .cursor__inner--circle {
  width: 15px;
  height: 15px;
  border: 1px solid #344a68;
  text-align: center;
}

footer:hover .cursor__inner {
  mix-blend-mode: difference;
}

footer:hover .cursor .cursor__inner--circle {
  border: 1px solid #fff;
}

footer:hover .cursor .cursor__inner--dot {
  background: #fff;
}

.link {
  text-decoration: none;
}

/* margin */
.col4_wrap .col4 {
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
}

.col4_wrap {
  margin: 0 -10px;
}

.col4_wrap .col4 {
  margin-bottom: 60px;
  letter-spacing: 1px;
  position: relative;
  text-align: left;
}

.col4.hov_roloscroll.imghvr_block span {
  color: transparent;
}

.col4.hov_roloscroll.imghvr_block a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.col4.hov_roloscroll.imghvr_block:hover span {
  color: #333;
}

.col4.hov_roloscroll.imghvr_block:hover img {
  opacity: 0.6;
}

.col4.hov_roloscroll.imghvr_block .item_name_wrap span {
  color: #333;
}

.col4.hov_roloscroll.imghvr_block .imghvr-shutter-in-out-vert::after,
.col4.hov_roloscroll.imghvr_block .imghvr-shutter-in-out-vert::before {
  height: 0;
}

.col4.hov_roloscroll.imghvr_block .pos-center {
  top: 40%;
}

.sec_feature .imghvr_block .text-container {
  padding: 40px;
  text-align: center;
}

.sec_feature .imghvr_block span {
  color: transparent;
  font-size: 18px;
  letter-spacing: 5px;
  display: block;
  margin: auto;
}

.sec_feature .imghvr_block:hover span {
  color: #fff;
}

.sec_feature .imghvr_block figcaption > div span.text-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  text-align: center;
  margin: auto;
}

.sec_feature span {
  display: block;
}

/* 余白*/
.top_mw figure.imghvr-shutter-in-out-vert {
  width: 100%;
  height: 100%;
}

.imghvr-shutter-in-out-vert::after,
.imghvr-shutter-in-out-vert::before {
  height: 0;
}

.new_all_btn_warp {
  padding: 40px;
}

.item_name_wrap {
  text-align: right;
}

.item_name_wrap .item_price {
  display: block;
}

.item_name_wrap .tax {
  padding-left: 0.5rem;
}

.item_name_wrap .item_name2 {
  display: block;
}

/* TOP sec-story*/
h2.f-middle {
  font-size: 60px;
  letter-spacing: 2px;
  color: #fff;
}

.wh-btn {
  display: inline-block;
  margin: 20px auto 0;
  text-align: center;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;
  border: 1px solid #fff;
  line-height: 42px;
  padding: 0 60px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  color: #fff;
}

.hov:hover .wh-btn {
  background-color: #fff;
  color: #222;
}

.hov-b-overlay:hover {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

/* news */
.text_header {
  padding: 8vh 0 4vh;
  position: relative;
  text-align: center;
  margin-top: 72px;
}

.text_header h2 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  letter-spacing: 5px;
  font-size: 32px;
  margin-bottom: 0;
}

body .wt-image-wrapper .wt-image img {
  border-radius: 0;
}

.sec-news-top figcaption {
  padding: 10px;
}

.sec-news-top figcaption h2 {
  font-size: 14px;
  letter-spacing: 1px;
}

.thumbnail {
  border: 0;
}

@media only screen and (max-width: 980px) {
  #manufacture4 h4.subtitle {
    font-size: 16px;
  }
}

h4.sub-title,
p.en_title_s {
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
}

p.en_title_s {
  letter-spacing: 2px;
  padding-top: 90px;
}

/*------------------------------------
  Header
------------------------------------*/
.header a,
.header h2 {
  letter-spacing: 2px;
}

.header h2 {
  font-weight: bold;
  color: #999;
}

.main-nav-menu {
  height: auto;
  display: flex;
  flex-flow: row wrap;
}

.main-nav-menu li {
  padding: 0 28px 0 0;
  display: block;
}

.main-nav-menu li:last-child {
  padding: 0;
}

.main-nav.flex > div {
  flex: 0 0 33.3333%;
  max-width: 33.333%;
}

/* 高さ 変更*/
/* logo */
.header_logo {
  height: auto;
  width: 240px;
  max-width: 100%;
  margin: auto;
}

.logo img {
  width: 240px;
}

#fixedBox {
  height: 110px;
}

.logo a,
.main-nav-menu > li > a {
  position: relative;
  width: 100%;
  vertical-align: middle;
  display: table-cell;
  padding: 0;
  height: 90px;
}

/* li.hov_line a */
.main-nav-menu > li.hov_u_line a span::after {
  bottom: 33px;
}

.main-nav-menu > li.hov_u_line a span::after {
  background: #000;
}

#fixedBox .main-nav,
#fixedBox.fixed {
  height: 90px;
}

#fixedBox.fixed .logo a,
#fixedBox.fixed .main-nav,
#fixedBox.fixed .main-nav-menu > li > a {
  height: 80px;
}

@media only screen and (max-width: 980px) {
  #fixedBox .logo a,
  #fixedBox .main-nav,
  #fixedBox .main-nav-menu > li > a,
  #fixedBox.fixed .logo a,
  #fixedBox.fixed .main-nav,
  #fixedBox.fixed .main-nav-menu > li > a {
    height: 65px;
  }
  .main_wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #fixedBox {
    height: 80px;
  }
}

@media only screen and (max-width: 780px) {
  .header_logo {
    width: auto;
  }
}

@media screen and (max-width: 480px) {
  .logo img,
  body header .fixed .logo,
  body header .logo {
    padding: 0;
  }
  #fixedBox {
    height: 80px;
  }
}

.header_fill {
  display: flex;
  justify-content: space-between;
}

.header_fill:last-child {
  justify-content: flex-end;
}

/* main-nav */
.main-nav > ul > li > a {
  letter-spacing: 2px;
  color: #000;
}

.main-nav > ul > li > a.active,
.main-nav > ul > li > a:hover {
  color: #000;
}

.main-nav > ul li {
  height: 100%;
}

.main-nav ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  margin: 0;
}

.main-nav ul li:hover a::before {
  opacity: 1;
  visibility: visible;
  margin-top: 5px;
}

.main-nav ul {
  margin: 0;
  text-align: left;
}

.main-nav ul > li {
  display: block;
}

@media screen and (max-width: 980px) {
  .main-nav-menu {
    display: none;
  }
  .l-header-search #keywords {
    display: block;
  }
}

@media screen and (max-width: 780px) {
  .l-header-search #keywords {
    display: block;
  }
}

.hov_u_line.u_left a span::after {
  width: 10px;
}

.hov_u_line.u_left a span:hover::after {
  width: 100%;
}

.footer-copy p {
  line-height: 1.8;
  padding: 20px 0;
}

.footer-copy p a {
  color: #fff;
}

.navigation {
  background: #fff;
  width: 100%;
  height: 50px;
  top: 0;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 1px solid #ececec;
  border-top: 1px solid #ececec;
}

footer a,
footer p {
  margin: 15px auto 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-copy p,
footer a,
footer a span,
footer h3 {
  color: #fff;
}

.footer-copy {
  width: 100%;
  font-size: 13px;
}

.link-area img {
  max-height: 19px;
  max-width: auto;
}

.link-area img:hover {
  opacity: 0.5;
}

@media screen and (min-width: 980px) {
  .header_fill {
    padding: 0 50px;
  }
}

@media screen and (max-width: 980px) {
  .main-nav-menu {
    display: none;
  }
}

/*/
////////////////////////////////////////////////////////
#fixedBox style/////////////////////////////////////////////////////////*/
#fixedBox.fixed {
  background: rgba(255, 255, 255, 0);
}

#fixedBox,
#fixedBox:hover {
  background: white;
}

.nav-out,
.nav-out.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
  width: 100%;
  max-width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

ul.main-nav-menu > li > a span {
  color: #fff;
}

.has-mega-menu .sub-menu a span {
  color: #000;
  padding: 0;
  /*padding:10px;*/
}

.hov_u_line a span::after {
  background: #fff none repeat scroll 0 0;
}

.fixed .hov_u_line a span::after,
.wrap-mega-menu.hov_u_line a span::after {
  background: #333 none repeat scroll 0 0;
}

.nav-out a,
.nav-out.fixed a,
.nav-out.fixed a span {
  color: #333;
}

header .inner {
  overflow: hidden;
  width: 100%;
  padding: 0;
}

/* category_page TOP */
body.header_wh ul.main-nav-menu > li > a > span {
  color: #333;
}

body.header_wh .hov_u_line a span::after {
  background: #333;
}

p.copyright {
  line-height: 2;
}

@media only screen and (max-width: 980px) {
  .nav-menu-wrapper {
    background: rgba(0, 0, 0, 0.8);
    z-index: 10;
  }
  #fixedBox {
    z-index: 30000;
    position: relative;
  }
  .navik-header-overlay.mode_sp {
    z-index: 3000;
  }
}

/* メニュー リロード時の挙動修正 */
.navik-menu-overlay.submenu-no-separate {
  display: none;
}

.overlay-menu-open .navik-menu-overlay.submenu-no-separate {
  display: table;
}

.line-menu:nth-child(2) {
  margin: 7px 0;
}

ul.main-nav-menu > li > a span {
  color: #333;
}

/* header */
.main-nav.flex {
  justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  body .flow h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 980px) {
  #header {
    padding: 0;
    position: fixed;
    left: 0;
    width: 100%;
    margin: auto;
  }
  h1.logo {
    margin: auto;
  }
  .ec-cartNaviWrap,
  .fixed .ec-cartNaviWrap {
    top: 22px;
  }
}

/* swiper-button */
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  display: none;
}

.swiper-container3 .swiper-button-next,
.swiper-container3 .swiper-button-prev {
  background-image: none;
}

.swiper-container3:hover .swiper-button-next,
.swiper-container3:hover .swiper-button-prev {
  opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.swiper-button-next::before,
.swiper-button-prev::before {
  background: rgba(255, 255, 255, 0.8);
  bottom: 10px;
  content: "";
  height: 2px;
  width: 40px;
  position: absolute;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 5px;
}

.swiper-button-next::before {
  padding-right: 80px;
}

.swiper-button-prev::before {
  padding-left: 80px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  width: 20px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  background: rgba(255, 255, 255, 0.8);
  bottom: 2px;
  content: "";
  height: 20px;
  width: 2px;
  position: absolute;
  transition: all 0.3s ease 0s;
}

.swiper-button-next::after {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  right: 0;
}

.swiper-button-prev::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
}

.swiper-button-prev::before {
  left: 0;
}

.swiper-button-next::before {
  right: 0;
}

.swiper-button-prev {
  left: 10px;
}

.swiper-button-next {
  right: 10px;
}

.content-text h3,
.content-text h4 {
  display: block;
  margin: 0 auto 1rem;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 1.5;
  font-weight: normal;
  font-size: 24px;
}

.shop_block {
  margin-bottom: 40px;
  justify-content: space-between;
}

/* sp */
@media only screen and (max-width: 480px) {
  .bg_h_tin > .inner {
    padding: 0;
    width: 100%;
    border: 20px solid #fff;
  }
}

/*/
////////////////////////////////////////////////////////////////
new/////////////////////////////////////////////////////////////////*/
/* 文字　縦書き　*/
.red {
  border: red solid 1px;
}

.pos-center.w_vrl {
  display: inline-block;
  height: 100%;
}

.pos-center.w_vrl .w_vrl_txt {
  display: inline-block;
  line-height: 1;
}

.pos-center.w_vrl {
  width: 42px;
}

.pos-center.w_vrl .w_vrl_txt {
  font-size: 42px;
}

.w_vrl.ver1 {
  width: 6rem;
}

.w_vrl.ver1 .w_vrl_txt {
  font-size: 38px;
  letter-spacing: 0.1em;
}

.w_vrl.ver2 {
  width: 32px;
}

.w_vrl.ver2 .w_vrl_txt {
  font-size: 32px;
}

.w_vrl_txt_s {
  padding: 0.25rem;
}

.w_vrl.ver1 h3 {
  font-size: 38px;
}

.w_vrl.ver1 .w_vrl_txt {
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

/* mv */
.top_mv .img_fit {
  height: 600px;
}

.top_mv__container {
  padding: 0 80px 40px;
}

/*/
///////////////////////////
index-concept//////////////////////////// */
@media (min-width: 768px) {
  .index-concept {
    display: -ms-grid;
    display: grid;
    grid-template-areas: ". first" "second body";
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    margin-top: 110px;
    margin-bottom: 5rem;
    margin-bottom: 0;
  }
}

/*/
///////////////////////////
index-concept__first//////////////////////////// */
.index-concept__first {
  position: relative;
  margin-left: 9.3333333333vw;
}

@media (min-width: 980px) {
  .index-concept__first {
    width: 58.3vw;
  }
}

@media (min-width: 767px) {
  .index-concept__first {
    grid-area: first;
    margin-left: auto;
  }
}

.index-concept__first::before {
  display: block;
  padding-top: 66.6666666667%;
  content: "";
}

@media (min-width: 768px) {
  .index-concept__first::before {
    padding-top: 56.25%;
  }
}

.index-concept__hellomyself .pos-abs {
  z-index: 2;
  width: 358px;
  top: -32px;
}

/*/
///////////////////////////
index-concept__content//////////////////////////// */
html {
  font-size: calc(14.90949px + .2908vw);
  font-weight: 400;
  line-height: 1.8;
  color: #0a0a0a;
  word-spacing: normal;
  -webkit-text-size-adjust: 100%;
  font-kerning: normal;
  font-feature-settings: "pkna","kern";
  letter-spacing: 0.1em;
}

/*/
///////////////////////////
font//////////////////////////// */
.index-concept__content p {
  font-weight: 400;
  line-height: 1.8;
  font-kerning: normal;
  font-feature-settings: "pkna","kern";
  letter-spacing: 0.1em;
}

.index-concept__content {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  margin-left: 9.3333333333vw;
}

.about_inner h2,
.look_box h2 {
  line-height: 1.8;
}

.feature_new h3 {
  font-size: 24px;
  margin-bottom: 2rem;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.8;
}

.article .article_contents p {
  margin-bottom: 1rem;
}

/* ▽　font-size　*/
ol, p.txt, ul.list,
.article p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.15em;
}

.about_inner p.about-text {
  margin-bottom: 2rem;
}

p.about-text span {
  display: inline-block;
}

p.card__title,
#map .info dd,
#map .info dt,
.about_inner p,
.index-concept__content p {
  font-size: 18px;
  line-height: 2.4;
  letter-spacing: 0.15em;
}

#map .info dd,
#map .info dt {
  line-height: 1;
}

p.card__title {
  line-height: 1.8;
}

/* △　font-size */
@media only screen and (max-width: 980px) {
  .index-concept__hellomyself .pos-abs {
    padding-left: 0;
    width: 90%;
    top: auto;
    margin: auto;
    position: relative;
  }
  .index-concept__content {
    width: 90%;
    margin: 2rem auto;
  }
  .title_hellomyself_min.f-min {
    text-align: center;
    margin-bottom: 2rem;
  }
  .index-concept__content {
    text-align: center;
    margin-bottom: 2rem;
  }
  .index-concept__first {
    margin: auto;
    width: 36.3vw;
  }
  #hellomyself .inner_dft {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .index-concept__content p + p {
    margin-top: 0;
    margin-right: 1.25em;
  }
  .index-concept__content p {
    writing-mode: vertical-rl;
  }
  .index-concept__content {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .index-concept__content {
    grid-area: body;
    -ms-grid-column-align: start;
    justify-self: start;
    margin-top: 5rem;
    margin-bottom: 0;
    margin-left: -.5em;
    font-size: 1rem;
    font-feature-settings: "vpal";
    line-height: 2.4;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

/*/
///////////////////////////
index-contept__title//////////////////////////// */
.index-contept__title {
  margin-bottom: 2em;
  line-height: 1.8;
  letter-spacing: 0.125em;
}

@media (min-width: 980px) {
  .index-contept__title {
    margin-left: 3em;
  }
}

@media (min-width: 768px) {
  .index-contept__title {
    margin-bottom: 0;
    margin-left: 2em;
    font-size: 30px;
  }
}

/*/
///////////////////////////
image__content//////////////////////////// */
.image__content.pos-abs img {
  object-position: 50% 0;
  object-fit: cover;
}

/*/
///////////////////////////
index-concept__second//////////////////////////// */
.index-concept__second {
  position: relative;
  grid-area: second;
  align-items: start;
  width: 64vw;
  height: 80vw;
}

@media (min-width: 980px) {
  .index-concept__second {
    width: 21.9619326501vw;
    height: 32.9428989751vw;
    margin-top: -16.4714494876vw;
  }
}

@media (min-width: 768px) {
  .index-concept__second {
    width: 23.4260614934vw;
    height: 35.1390922401vw;
    margin-top: -2.5vw;
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}

.index-concept__second .image {
  width: 100%;
  height: 100%;
}

.image {
  position: relative;
  display: block;
}

.col_title {
  flex: 0 0 30%;
}

/*/
///////////////////////////
index-concept__second//////////////////////////// */
.card__title {
  margin-top: 0.75em;
  margin-bottom: 0.5em;
  font-size: 150%;
  line-height: 1.33;
}

.card__title__sub {
  display: block;
  margin-bottom: 0.5em;
  font-size: 62.5%;
}

.card__title__main {
  color: #000;
  letter-spacing: 0.125em;
}

.u-auto-break {
  display: inline-block;
}

.col_tin_wrap {
  margin-right: -20px;
  margin-left: -20px;
}

.col_plus_wrap {
  padding-right: 20px;
  padding-left: 20px;
}

.col__inner {
  padding: 0 20px 40px;
}

.col__inner {
  position: relative;
}

a.pos-abs {
  z-index: 2;
}

.index-hd {
  padding: 0 0 90px;
}

.title_txt {
  font-size: 38px;
}

/*/
///////////////////////////
#brands//////////////////////////// */
#brands .list_item {
  display: grid;
  gap: 20px 0;
  grid-template-columns: repeat(2, 1fr);
  width: 90%;
  max-width: 270px;
  margin: 70px auto 0;
}

#brands .list_item a {
  display: block;
  transition: opacity 400ms;
}

#brands .list_item a img {
  mix-blend-mode: multiply;
}

#brands .list_item a:hover {
  opacity: 0.6;
}

@media only screen and (min-width: 1025px) {
  #brands .list_item {
    gap: 25px 0;
    grid-template-columns: repeat(5, 1fr);
    max-width: 780px;
    margin: 0 auto;
  }
}

p.txt-j {
  font-size: 1rem;
  line-height: 2.4;
}

/*/
///////////////////////////
news//////////////////////////// */
#news .news__item:not(:first-of-type) {
  margin: 10px 0 0;
}

#news .news__item a {
  display: grid;
  align-items: start;
  width: 100%;
  line-height: 1.5;
  text-align: left;
  transition: opacity 400ms;
}

#news .news__item a {
  padding-bottom: 10px;
  gap: 10px;
  grid-template-columns: 90px 1fr 100px;
  grid-template-areas: "hdg hdg hdg" "date category more";
}

@media only screen and (min-width: 480px) {
  #news .news__item a {
    padding-bottom: 0;
    gap: 0;
    grid-template-columns: 120px 1fr 120px 150px;
    grid-template-areas: "date hdg category more";
  }
}

#news h2 {
  margin-bottom: 0;
}

#news .news__title {
  grid-area: hdg;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#news .news__category {
  grid-area: category;
  padding: 0 1em;
  font-size: 10px;
}

#news .news__more {
  grid-area: more;
  padding: 0 20px 0 0;
  position: relative;
  font-size: 10px;
}

#news .news_list {
  margin: 0 0 0 auto;
  padding: 10px;
}

#news .news_list.t2 {
  padding: 20px 0px;
}

#news .news__more::after {
  content: ">";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  transition: right 400ms;
}

#news .news_list {
  flex: 0 0 70%;
}

#news .news_hd {
  flex: 0 0 30%;
}

#news .news__item a {
  border-bottom: dotted 1px #ccc;
}

.col3 .news__date {
  display: inline-block;
  padding-top: 10px;
}

#news .news__item a:hover {
  opacity: 0.6;
}

#news .news__item a:hover span::after {
  right: -4px;
}

@media only screen and (min-width: 1025px) {
  #news .news__title {
    font-size: 16px;
  }
  #news .news__date {
    font-size: 12px;
  }
  #news .news__more,
  #news .news__category {
    font-size: 14px;
  }
  #news .news__title,
  #news .news__more,
  #news .news__date,
  #news .news__category {
    line-height: 36px;
  }
}

.news__category {
  font-size: 14px;
  line-height: 2;
}

.sec_news_index .news__date {
  font-size: 12px;
}

.sec_news_index .title {
  font-size: 18px;
}

#map .info {
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: 28% 72%;
  padding: 15px 0;
}

#map .info dd,
#map .info dt {
  padding: 15px 15px 0 0;
}

@media only screen and (min-width: 1025px) {
  #map .info dd,
  #map .info dt {
    text-align: left;
  }
}

/*/
///////////////////////////
news//////////////////////////// */
@media only screen and (min-width: 1025px) {
  .footer {
    padding: 160px 100px 64px;
  }
}

.footer {
  padding: 90px 90px 64px;
  flex: 1 auto;
}

.footer__nav ul li {
  margin: 0 0 0 28px;
}

.footer__nav ul li a {
  text-transform: capitalize;
  font-size: 14px;
  color: #fff;
}

.footer .logo img {
  margin-left: 0;
}

.index-contents {
  padding-top: 10rem;
  padding-bottom: 0;
}

.index-contents.main_movie {
  padding-top: 10rem;
  padding-bottom: 7rem;
}

#brands.index-contents {
  padding-bottom: 10rem;
}

.typ2-2,
header {
  background: #fdfcfb;
}

/*
tether
*/
video#bgvid {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-color: #000;
}

.hero__day {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 28%;
}

/* mv */
body#page_open {
  background: #344a68;
  color: #fff;
}

body#page_open a,
body#page_open p {
  color: #fff;
}

body#page_open .main_wrapper {
  padding: 0;
}

body#page_open .footer-copy {
  opacity: 0.8;
  text-align: center;
}

.top_mv_open .img_fit {
  height: 100vh;
}

.index_open {
  padding: 0 50px;
  width: 1280px;
  max-width: 100%;
  margin: auto;
}

.title_hellomyself {
  padding: 90px;
  width: 600px;
  max-width: 90%;
  margin: auto;
}

.text_hellomyself img,
.title_hellomyself img {
  width: 450px;
  max-width: 100%;
}

.video-box {
  margin: 0 auto 90px;
}

.mgn_btm {
  margin-bottom: 90px;
}

.text_hellomyself {
  padding-left: 50px;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  height: 100%;
}

.text_hellomyself img {
  display: inline-block;
}

.center_img,
.center_logo {
  margin: 0 auto 90px;
}

.center_address {
  width: 400px;
  max-width: 80%;
  margin: 0 auto 90px;
}

.open_date {
  font-weight: 500;
  font-size: 50px;
  letter-spacing: 0;
  line-height: 2;
}

@media screen and (max-width: 810px) {
  .index_inner {
    padding: 0;
  }
  .open_date {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
  .text_hellomyself {
    padding-left: 20px;
  }
  .center_address img,
  .center_logo img {
    width: 260px;
  }
  .center_logo {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 480px) {
  .index_open .col2 {
    flex-direction: column;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .index_open .flex {
    flex-direction: column;
  }
  .center_img,
  .center_logo {
    margin-bottom: 30px;
  }
  .title_hellomyself {
    padding: 90px 0;
  }
  .top_mv_open .img_fit {
    height: 50vh;
  }
  body#page_open .footer {
    padding: 20px 0 0;
  }
}

/* typ2 */
.title_hellomyself_txt {
  font-family: 'Noto Serif JP';
  font-size: 68px;
}

p.title_hellomyself_txt {
  margin-bottom: 30px;
}

.f-noto {
  font-family: 'Noto Sans JP', sans-serif;
}

.text_hellomyself_min,
.title_hellomyself_min {
  font-size: 28px;
  line-height: 1.8;
  letter-spacing: 0.125em;
}

.text_hellomyself_min.middle {
  font-size: 20px;
  margin-bottom: 1rem;
}

.col_left {
  flex: 0 0 540px;
}

.flex2 {
  display: flex;
}

.typ2 .title_hellomyself {
  padding: 90px 0;
  width: auto;
}

.typ2 .center_logo {
  margin: 60px auto 30px;
  width: 400px;
}

.typ2 .open_date {
  font-size: 70px;
  letter-spacing: 4px;
}

.center_address p {
  font-size: 27px;
  text-align: center;
  line-height: 1.8;
}

.map p {
  display: block;
  width: 100%;
}

@media screen and (max-width: 810px) {
  .flex2 {
    flex-direction: column;
    padding: 0 0 60px;
    margin: auto;
  }
  .col_img,
  .col_left,
  .typ2 .col40,
  .typ2 .col60 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .text_hellomyself {
    padding: 60px 0 0;
  }
  .text_hellomyself > div {
    margin: auto;
  }
  .text_hellomyself_min,
  .title_hellomyself_min {
    text-align: center;
  }
  .map img {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  .text_hellomyself img {
    width: 100%;
  }
  .index_open {
    max-width: 85%;
    padding: 0;
  }
  .title_hellomyself_txt {
    font-size: 42px;
  }
  .text_hellomyself_min.middle,
  .title_hellomyself_min {
    font-size: 18px;
  }
  .text_hellomyself_min {
    font-size: 22px;
  }
  .title_hellomyself {
    padding: 90px 0 30px;
  }
  .center_logo,
  .typ2 .center_logo {
    margin: 20px auto;
    width: 65%;
  }
  .typ2 .open_date {
    font-size: 28px;
    letter-spacing: 2px;
  }
  .typ2 .title_hellomyself {
    padding: 30px 0;
  }
  .center_img {
    margin-bottom: 20px;
  }
  .center_address p {
    font-size: 14px;
  }
  .center_address {
    margin: 0 auto 60px;
  }
  .text_hellomyself {
    padding: 30px 0 0;
  }
  .text_hellomyself img {
    width: 100%;
  }
  .map .text_hellomyself img {
    width: 80%;
  }
  .map img {
    margin-bottom: 20px;
  }
  .map p {
    letter-spacing: 0;
  }
  body#page_open .footer {
    padding: 0;
  }
}

/* ▲ TOP @media (max-width: 480px)*/
/* 下層　*/
.sub-contents {
  padding: 80px 80px 0;
  margin: auto;
}

.col_title {
  flex: 0 0 auto;
  margin-left: 80px;
}

.col_item {
  flex: 0 0 80%;
}

.col_item__inner {
  margin: 0 -20px;
}

.w_vrl_txt_main {
  font-size: 32px;
}

.w_vrl_block span {
  display: block;
}

.col_item .title {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.33;
}

.col_item .img_fit {
  margin-bottom: 20px;
}

.col_item .news__date {
  display: block;
}

.hov_scale_link a:hover + .img_fit img {
  transform: scale(1.05);
  transition: transform 2s linear;
  opacity: 0.8;
}

.hov_scale_link .img_fit {
  background: rgba(0, 0, 0, 0.2);
}

.article_img {
  padding-bottom: 20px;
}

.content-box {
  padding: 90px;
  margin: auto;
}

.flex-nav {
  position: relative;
}

.nav-prev {
  float: left;
}

.nav-next {
  float: right;
}

.nav-next,
.nav-prev {
  padding: 40px;
  width: 60px;
}

.nav-next::before,
.nav-prev::before {
  width: 40px;
  height: 8px;
  padding: 5px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  transform: skew(-45deg);
  display: block;
  content: "";
  position: absolute;
}

.nav-next::before {
  border-left: 0;
  border-right: 1px solid #000;
  transform: skew(45deg);
  right: 7px;
}

.nav-prev::before {
  left: 7px;
}

.news-article_btn {
  display: flex;
  justify-content: center;
  margin-right: 30px;
  margin-right: 0px;
}

.news-article_btn span {
  position: relative;
  background: #fff;
  z-index: 2;
  transition: all 1s ease 0s;
}

.news-article_btn span:nth-child(1) {
  display: block;
  width: 1px;
  height: 120px;
  content: "";
  background: #000;
  margin: 0 auto 10px;
}

.news_article_content p.w_vrl,
.news-article_btn {
  margin-top: 30px;
}

.news_article_content {
  padding: 90px 0 0 0;
}

.flex_hd {
  position: sticky;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 90px;
}

.flex_hd .w_vrl.ver1 {
  padding: 0;
}

.sec_news_index .flex_hd {
  padding-top: 30px;
}

.brands_index .flex_hd {
  height: auto;
}

.contener_item1.mgn {
  margin-top: 0;
  padding-top: 90px;
}

.contener_item1 {
  background-color: rgba(10, 31, 33, 0.03);
  padding: 180px 0 90px;
  overflow: hidden;
  margin-top: 90px;
}

.contener_item1 .img_fit::before {
  padding-top: 150%;
}

.look_img1 {
  width: 40%;
  float: left;
  position: relative;
  padding-left: 90px;
}

.look_img1-2 {
  width: 60%;
  height: 150px;
  position: absolute;
  right: 0;
  height: 0;
  will-change: transform;
  z-index: 2;
  right: -90px;
  bottom: 50px;
}

.look_box {
  width: 50%;
  float: left;
  margin: 90px 0 90px 10%;
  padding-right: 90px;
}

.look_img2 {
  width: 40%;
  float: right;
}

/* ▽common */
.box_hr {
  border-bottom: 1px solid #ebebeb;
}

.contener_item {
  padding: 90px 0;
  margin: 0 90px;
}

/* △common */
/* slider */
.l-inner {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 10rem;
}

[class*=swiper]:focus {
  outline: none;
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}

.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  display: grid;
  place-content: center;
  width: 6.4rem;
  height: 6.4rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.swiper-button-next::before,
.swiper-button-prev::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid var(--color-gray);
  border-width: 3px 3px 0 0;
}

.swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.card05 {
  overflow: hidden;
}

.card05 .swiper {
  overflow: visible;
}

.card05 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.card05 .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.card05 .slide {
  overflow: hidden;
  width: 15rem;
}

.card05 .slide-media {
  padding-top: 640px;
}

.card05 .slide-media img {
  height: calc(100% + 16px);
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
}

.card05 .slide-content {
  padding: 3.2rem;
}

@media only screen and (max-width: 599px) {
  .card05 .slide {
    width: 24rem;
  }
}

@media only screen and (min-width: 1025px) {
  .tab-sp {
    display: none !important;
  }
  .swiper-button-next::before,
  .swiper-button-prev::before {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .card05 .slide {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .card05 .slide img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
}

.swiper-slide {
  display: flex;
  flex-shrink: 0;
  width: 400px;
  padding-right: 15px;
}

.card05 .slide-media {
  background: #000;
}

.card05 .slide-media {
  padding-top: 100%;
  background: #fff;
}

.about h3 {
  margin-bottom: 1rem;
}

/* リンク */
.link_box {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
}

.link_box_item {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  flex: 0 0 48%;
  min-height: 7rem;
}

.link_box_item:hover {
  border-color: grey;
  color: #fff;
}

.link_box_item:hover span {
  color: #fff;
}

.link_box_item {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

/* TOP NEWS*/
.ver2.link_box_wrap {
  margin: 0 0 0 auto;
  padding-top: 30px;
}

.ver2 .link_box_item {
  min-height: 42px;
  line-height: 42px;
  font-size: 12px;
  width: 180px;
  margin: 0 0 0 auto;
}

/* 下層　*/
.u-min.title_txt {
  font-weight: 400;
  line-height: 1.8;
  color: #0a0a0a;
  word-spacing: normal;
  font-kerning: normal;
  letter-spacing: 0.1em;
}

.index-contents.cat_top {
  padding-top: 5rem;
}

.btn {
  color: #fff;
  background-color: #4c4c4c;
  position: relative;
  text-align: center;
  margin: 40px auto 0;
  font-size: 14px;
  text-decoration: none;
  text-indent: 0.25em;
  letter-spacing: 0.2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0;
  line-height: 56px;
  width: 300px;
  max-width: 90%;
  height: 56px;
  display: block;
  font-weight: bold;
}

.btn:hover {
  background: black;
  color: #fff;
  opacity: 1;
}

.btn input {
  color: #fff;
}

.btn input:hover {
  opacity: 1;
}

ol,
p.txt,
ul.list {
  font-size: 16px;
}

.policy p.txt,
ol li,
ul.list li {
  text-align: justify;
  margin-left: 0;
  margin-right: 0;
  letter-spacing: 1.5px;
  line-height: 1.8;
}

ul.list {
  margin-bottom: 1rem;
  text-align: justify;
  margin-left: 1rem;
}

ol {
  margin-left: 2.5rem;
  margin-bottom: 1rem;
  list-style: decimal;
}

ul.list li {
  display: block;
  padding-left: 1rem;
  position: relative;
  letter-spacing: 1px;
}

ol.parentheses1 {
  margin-left: 1em;
}

ol li {
  list-style-type: none;
  counter-increment: cnt;
}

ol li::before {
  content: "(" counter(cnt) ")";
  display: inline-block;
  margin-left: -2em;
  width: 2em;
}

.policy .inner {
  width: 980px;
  max-width: 90%;
  padding: 0;
}

.policy h2.h4 {
  margin: 4rem 0 2rem;
  font-size: 24px;
  letter-spacing: 0;
}

.policy h3 {
  margin: 2rem 0 1rem;
}

.align_center {
  align-items: center;
}

.img_fit.fit_h_long::before {
  padding-top: calc(100vh - 180px);
}

.img_fit.fit_h_l::before {
  padding-top: 160%;
}

.img_fit.img_fit_h img {
  width: 100%;
}

.pos_img2 .img_fit img {
  max-width: 180%;
}

.img_fit.fit_h_l img,
.img_fit.fit_h_short img {
  max-width: 110%;
}

.img_fit.fit_h_short::before {
  padding-top: 63%;
}

.img_fit.fit_h_s::before {
  padding-top: 62%;
}

.img_fit.fit_h_middle::before {
  padding-top: 120%;
}

.look_left .img_fit.fit_h_middle::before {
  padding-top: 220%;
}

.about_fst {
  align-items: flex-start;
}

.about_fst .img_fit.fit_h_long {
  width: 350px;
  margin: auto;
}

.about_2nd .swiper-slide {
  padding-right: 5px;
}

.about_2nd {
  position: relative;
  background-color: rgba(10, 31, 33, 0.03);
  padding: 90px 0;
}

.look_left {
  position: absolute;
  height: 20vh;
  width: 300px;
}

.look_right {
  position: relative;
  padding: 180px 0px 90px 90px;
  margin: auto;
}

.look_right h2.title {
  margin-bottom: 60px;
}

.look_blok {
  position: relative;
  background: #fff;
  margin-right: 90px;
  padding: 0;
}

.look_slide {
  width: 100%;
  margin: auto;
  position: relative;
}

.look_slide .card05 .slide {
  width: 20rem;
}

.look_slide .slide-media {
  padding-top: 70%;
}

.look_slide .slide-media img {
  width: 101%;
}

.about_fst {
  position: relative;
  margin: auto;
  width: 1480px;
  max-width: 100%;
  padding-bottom: 90px;
}

.about_fst > div {
  position: relative;
}

.about_fst .swiper-slide {
  padding-right: 0;
}

.about_fst .img_fit {
  transition: opacity 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.about_f_img {
  position: relative;
  height: 0;
}

.about_fst_in1 {
  left: 50%;
  z-index: 1;
}

.about img,
.about_fst_in1.img_fit img {
  width: 110%;
}

.about_2nd img {
  width: 100%;
}

.about_fst_in2 {
  margin-top: -7%;
  z-index: -1;
  left: 0;
  width: 80%;
}

.about_fst_in3 {
  margin-top: -10%;
  width: 80%;
  margin-left: auto;
}

.about_fst_in3 img {
  object-position: 70% 100%;
}

.about_fst_in4 {
  width: 30%;
  z-index: 2;
  margin: auto;
  left: 19%;
  bottom: 0;
}

.about_fst_in5 {
  width: 30%;
  z-index: 2;
  margin: auto;
  left: 0%;
  bottom: 117px;
  position: absolute;
}

.about_fst_in5 img {
  object-position: 0 0;
}

.about_fst .col2 {
  padding-top: 45%;
}

.about_fst.img_fit::before {
  padding-top: 46%;
}

.about_fst_in3.img_fit::before {
  padding-top: 175%;
}

.about_fst_in1.img_fit::before {
  padding-top: 57%;
}

.about_fst_in4.img_fit::before {
  padding-top: 57%;
}

.about_fst_in5.img_fit::before {
  padding-top: 49%;
}

.col25.fst_img_btm {
  flex: 0 0 22%;
  max-width: 22%;
}

.about_fst::after {
  content: ' ';
  display: block;
  clear: both;
}

.about_fst_text {
  position: absolute;
  top: 60%;
  width: 45%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.about_fst_text img {
  display: block;
  margin: auto;
  width: 60%;
}

.about_slide {
  /* スライド アクティブ時 */
}

.about_slide .img-cover::before {
  padding-top: 150%;
  content: "";
  display: block;
}

.about_slide .slide-media img {
  -webkit-transition: 7s 1s ease-out;
  transition: 7s 1s ease-out;
}

.about_slide .swiper-slide[class*=-active] .slide-media img {
  transition-delay: 0s;
  transform: scale(1.05);
}

.about_slide .swiper-slide[class*=-active] .slide-title {
  animation: mv01-fadeIn 2s 0.5s var(--easing) both;
}

@keyframes mv01-fadeIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
    filter: blur(300px);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
  }
}

.index-concept {
  overflow: visible;
}

.index-concept__hellomyself {
  position: relative;
}

.index-concept__hellomyself .pos-abs {
  z-index: 2;
  width: 570px;
  top: -32px;
}

.about_fst_text {
  display: block;
  width: 100%;
}

#header.header {
  z-index: 36;
}

#header.header {
  background: #fdfcfb;
}

.top_movie .video-box {
  overflow: hidden;
  margin: 0 auto;
}

.top_movie .bg-film {
  content: "";
  z-index: 1;
  position: relative;
  background-color: black;
  background-image: url(https://stylecloset.jp/wp/wp-content/themes/stylecloset/images/film.png);
  background-size: auto 100%;
  background-position: center center;
  max-width: 100%;
  padding: 70% 0 0 0;
  background-repeat: repeat-x;
}

.top_movie button.js-modal-btn {
  cursor: pointer;
}

.top_movie button.js-modal-btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  width: 100%;
  height: auto;
  max-width: 224%;
  max-height: initial;
}

.top_movie .video-box .js-modal-btn::before,
.top_movie .video-box a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(https://stylecloset.jp/wp/wp-content/themes/stylecloset/images/play.png);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px auto;
  z-index: 4;
  opacity: 0.6;
}

.top_movie .video-box img {
  opacity: 0.6;
}

.top_movie.index-contents {
  background-color: rgba(10, 31, 33, 0.03);
  padding: 10rem 0;
  margin-top: 10rem;
}

.top_movie.index-contents .col__inner {
  padding: 0 20px;
}

.top_movie.index-contents .card__title {
  margin-bottom: 2rem;
}

#map iframe {
  width: 100%;
  height: 50vh;
}

.col_item {
  flex: 0 0 70%;
}

.sec_instagram .card05 .slide {
  width: 19rem;
}

.sec_instagram .slide:hover img {
  filter: grayscale(100%);
  opacity: 1;
}

.sec_instagram .link_box_wrap {
  padding-bottom: 30px;
}

.link_box_wrap {
  width: 90%;
  max-width: 250px;
  margin: auto;
  padding: 60px 0 0;
}

.link_box_item {
  min-height: 4rem;
}

.sec_new_item .wh-btn {
  padding: 0 20px;
}

a.link_box_item:hover {
  background: #504e4e;
}

a.link_box_item:hover {
  color: #fff;
}

.hov:hover .wh-btn span {
  color: #504e4e;
  background-color: transparent;
}

.imghvr-shutter-in-out-vert:hover::after, .imghvr-shutter-in-out-vert:hover::before {
  height: 30px;
  z-index: 2;
}

.sec_news_index .imghvr-shutter-in-out-vert::before {
  bottom: 30px;
}

.sec_news_index .imghvr_block .imghv_text {
  position: relative;
  z-index: 3;
  background: transparent;
  text-align: left;
}

.news-article_btn span.bk-btn {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;
  border: 1px solid #000;
  line-height: 42px;
  padding: 40px 0px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  color: #000;
  background: transparent;
}

.news-article_btn:hover span.bk-btn {
  background: #000;
}

a:hover span.bk-btn {
  color: #fff;
  background: #000;
}

.swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

body#page_homepage .ls-wrapper > h1 {
  line-height: 1.5 !important;
}

.menu-slide.mode_sp {
  display: none;
}

p span.small {
  font-size: 10px;
  vertical-align: top;
}

li.small {
  font-size: 12px;
}

ul.list li.small::before {
  width: 0;
  height: 0;
  border: 0;
}

.index_inner {
  padding: 60px;
}

.index_ver2 {
  margin-top: 110px;
}

.index_ver2 img {
  margin: 0;
}

.index_ver2 .index_txt1 .index_inner {
  max-width: 660px;
}

.index_ver2 .index_txt2 {
  padding-right: 80px;
}

.index_ver2 .col80 {
  flex: 0 0 80%;
  max-width: 80%;
}

.index_ver2_2 {
  margin-top: -200px;
  padding-right: 80px;
}

.index_ver2_2 .index_txt2 {
  background: #fdfcfb;
  margin-left: auto;
  padding: 10px;
  margin-top: 310px;
}

.img_fit.fit_h::before {
  padding-top: 140%;
}

/* common */
.main_wrapper {
  padding: 90px 0 120px;
}

footer .footer,
footer .footer-inner,
footer .footer-copy,
header .main-nav {
  max-width: 1480px;
  width: 90%;
  margin: auto;
}

.index_ver2 .inner_dft {
  position: relative;
}

.inner_dft {
  max-width: 1480px;
  width: 90%;
  margin: auto;
}

.index-concept.inner_dft {
  padding-top: 180px;
}

#news .inner_dft {
  padding: 60px 60px 0 0;
}

.index_img2 {
  margin-top: 96px;
}

.pos_img2 {
  position: absolute;
  height: 20vh;
  width: 18vw;
  left: 64%;
  bottom: -140px;
}

.index_txt1_inner {
  padding: 0 60px 90px 0;
}

.pos-abs2 {
  bottom: 90px;
  position: relative;
  left: 40%;
}

.index-concept.inner_dft {
  max-width: 1480px;
}

.index-concept__second {
  max-width: 400px;
}

.index-txt-2nd_in {
  padding: 0px 90px 0 0;
}

.index_img4 {
  margin-top: 60px;
}

/* NEWS */
.feature_new .c-heading {
  padding: 0 190px;
}

.custom-text {
  width: auto;
  text-align: center;
  position: relative;
}

.feature_new .closet {
  background: #f5f5f5;
  margin-bottom: 90px;
  width: 80%;
}

.feature_new .closet > h3 {
  padding-top: 2rem;
}

.feature_new .block_item {
  max-width: 100%;
  margin: auto;
  padding: 60px;
}

.feature_new .closet .content-text {
  padding: 0 40px;
}

.feature_new .item_credit {
  padding: 0 40px 60px;
  position: relative;
}

.feature_new .item_credit_dl {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: flex;
  position: relative;
  margin: 0 auto;
  justify-content: flex-start;
  flex-flow: row wrap;
  align-items: center;
  padding: 20px;
  width: auto;
}

.feature_new .item_credit_dl dt {
  line-height: 2;
  font-size: 14px;
}

.feature_new .item_credit_dl dt {
  flex: 0 0 50%;
  width: 150px;
}

.feature_new .content-text {
  padding: 0 40px 90px;
}

.feature_new .block_c {
  position: relative;
  margin: 0 auto 120px;
}

.feature_new .block_item__img img {
  width: 400px;
  max-width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.feature_new .c-heading {
  padding: 60px 0;
  display: block;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 120px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.feature_new .c-heading span.news__date {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.item_credit .hov_line a {
  display: flex;
}

.news__flex span {
  display: inline-block;
}

.news__flex .news__category {
  padding-left: 1rem;
}

.sec_news_index .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.article .feature_new,
.news_article .content-box {
  padding: 0 0 60px;
  max-width: 1480px;
  width: 90%;
  margin: auto;
}

/* brand */
body .media-box-image div[data-width][data-height] img {
  padding: 0;
}

body .media-box .media-box-image img {
  width: 100%;
  max-width: 220px !important;
}

body .media-box-image .media-box-fill-height[data-width][data-height] img {
  min-width: 100% !important;
  width: 220px !important;
  max-width: 100% !important;
  height: auto;
  min-width: auto !important;
  padding: 0px;
}

.media-box-image {
  background: #fff;
}

.logo_wh .media-box-image {
  background: #333;
}

.logo_rayban {
  background: #000107;
}

.logo_new img {
  padding: 0 40px;
}

.signature {
  margin: 60px 0 0 auto;
  display: block;
  width: 100%;
}

.block_item p span.small {
  font-size: 14px;
  vertical-align: top;
}

/* CONTACT FORM */
.contact-form table {
  max-width: 600px;
}

table.table tbody, table.table input, table.table label, table.table select, table.table textarea, table.table tr {
  width: 100%;
}

div.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #de4040;
  max-width: 800px;
  margin: 40px auto 0;
  padding: 1rem;
}

.contact-form table .attention {
  color: #b50000;
  display: inline-block;
  padding-left: 0.25rem;
}

rt {
  transform: translateY(-0.5em);
}

/* -----------------------------------------------------------------------------
  FONT
----------------------------------------------------------------------------- */
h2, h3, dt, dd {
  font-weight: 500;
}

ruby, a, ol li, ul li,
h2, h3, p, dt, dd, span {
  font-family: 'Noto Serif JP',YuMincho,"Yu Mincho",yu-mincho-pr6,"Hiragino Mincho ProN",serif;
}

.index-contept__title,
.title_hellomyself_min,
h3.w_vrl_txt, h3.title_txt,
[class^="imghvr-"] figcaption h3.title_txt,
.u-min,
h2.f-min,
h3 * {
  font-family: 'Noto Serif JP', serif;
}

.index-contept__title,
.title_hellomyself_min,
.index-contept__title,
.title_hellomyself_min,
h3.w_vrl_txt, h3.title_txt,
[class^="imghvr-"] figcaption h3.title_txt,
h2.f-min,
h3 {
  font-weight: 500;
}

body .yesp .yesp-volume a.yesp-volume-icon {
  background: transparent url(../js/images/volume-on.png) center center no-repeat;
  background-size: 20px auto;
}

body .yesp .yesp-volume a.yesp-volume-icon.yesp-icon-volume-off {
  background: transparent url(../js/images/volume-off.png) center center no-repeat;
  background-size: 20px auto;
}

body #sb_instagram #sbi_images .sbi_item {
  border: 5px solid #fff;
  padding: 0 !important;
}

.sbi_item a::before {
  content: "";
  background-color: black;
  background-color: rgba(34, 34, 34, 0.5);
  color: #333333;
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  opacity: 1;
  top: 0px;
}

.sbi_item a::before {
  transition: all .3s ease;
}

body .sbi_item a:hover {
  opacity: 1 !important;
}

.sbi_item a:hover::before {
  height: 100%;
}

/* instagram */
header .fa-instagram {
  font-size: 20px;
  margin-top: 3px;
}

.insta_btn {
  display: inline-block;
  text-align: center;
  color: #2e6ca5;
  font-size: 18px;
  text-decoration: none;
  letter-spacing: 1px;
}

.insta_btn:hover {
  color: #668ad8;
  transition: .5s;
}

.insta_btn .insta {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
  border-radius: 13px;
  margin: auto;
}

.insta_btn .insta:before {
  content: '';
  position: absolute;
  top: 23px;
  left: -18px;
  width: 60px;
  height: 60px;
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  /*グラデーション②*/
}

.insta_btn .fa-instagram {
  color: #FFF;
  position: relative;
  z-index: 2;
  font-size: 35px;
  line-height: 50px;
}

.follow_me {
  margin-bottom: 5px;
  padding-top: 5px;
  display: block;
  color: #344a68;
}

.sec_instagram .link_box_wrap {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .index-concept__content p,
  .index-contept__title.f-min {
    height: 410px;
  }
}
