<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==========================================================================
  Reset
  ========================================================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
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,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

img {
  font-size: 0;
  line-height: 0;
}

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

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

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

del {
  text-decoration: line-through;
}

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

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

fieldset,
img {
  line-height: 0;
  vertical-align: top;
}

hr {
  display: none;
}

input,
select {
  vertical-align: middle;
}

html {
  /* overflow-y: scroll; */
  *zoom: 1;
  /* firefox */
}

* {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
}

html,
body {
  width: 100%;
  height: 100%;
}

ul,
li {
  list-style: none;
}

b {
  font-weight: bold;
}

iframe {
  border: none;
  outline: none;
}

/* ==========================================================================
  Base
  ========================================================================== */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  background: #fff;
}

body {
  color: #000;
  font-size: 1.6em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .02em;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (min-width: 769px) {
  body {
    min-width: 1024px;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4em;
  }
}

img {
  width: 100%;
  height: auto;
}

::selection {
  background: #20c3cb;
  color: #fff;
}

.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a:hover img {
  opacity: 0.8;
}

@media screen and (min-width: 769px) {

  a:hover,
  a img {
    transition: .2s linear;
  }
}

a.btn {
  position: relative;
  display: block;
  max-width: 300px;
  height: 56px;
  margin: 0;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  line-height: 56px;
  padding: 0 30px;
  background: #000;
  transition: opacity 0.25s ease-out;
}

a.btn span {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  letter-spacing: .15em;
}

@media screen and (min-width: 769px) {
  a:hover.btn {
    opacity: .75;
  }
}

@media screen and (max-width: 768px) {
  a.btn {
    max-width: 180px;
    padding: 0 20px;
    text-align: left;
    margin: 0 auto;
    height: 46px;
    line-height: 46px;
  }
}

a.btn-more::before,
a.btn-more::after {
  content: "";
  position: absolute;
  display: block;
  background: #fff;
}

a.btn-more::before {
  width: 1px;
  height: 10px;
  top: 0;
  bottom: -4px;
  right: 23px;
  left: 0;
  margin: auto 0 auto auto;
  transform: rotate(-45deg);
}

a.btn-more::after {
  width: 40px;
  height: 1px;
  top: 0;
  bottom: -10px;
  right: 20px;
  left: 0;
  margin: auto 0 auto auto;
}

@media screen and (max-width: 768px) {
  a.btn-more::before {
    height: 10px;
    right: 15px;
  }

  a.btn-more::after {
    width: 30px;
    right: 12px;
  }
}

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

.serif {
  font-family: 'Noto Serif JP', sans-serif;
  letter-spacing: .05em;
}

/* ==========================================================================
  Layout
  ========================================================================== */
.l-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .l-main {
    padding-top: 60px;
  }
}

.l-section {
  position: relative;
}

.l-inner {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-inner {
    width: 100%;
  }
}

.l-flex {
  display: flex;
  flex-wrap: wrap;
}

.l-flex-aligncenter {
  align-items: center;
}

.l-flex-justcenter {
  justify-content: center;
}

.l-flex-justbetween {
  justify-content: space-between;
}

/* ==========================================================================
  Header / Footer
  ========================================================================== */
.l-header {
  width: 100%;
  background: #fff;
  padding: 25px 0 0;
  position: relative;
}

.l-header .logo {
  width: 240px;
  height: 34px;
}

.l-header .logo a {
  display: block;
}

@media screen and (max-width: 768px) {
  .l-header {
    width: 100%;
    background: #fff;
    padding: 15px 0 15px 5%;
    height: 60px;
    position: fixed;
    z-index: 11;
  }

  .l-header .l-inner {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
  }

  .l-header .logo {
    position: absolute;
    width: 205.71429px;
    height: 29.14286px;
    margin: 0;
    padding: 0;
    left: 5%;
    top: 0;
    bottom: 0;
    right: auto;
    margin: auto auto auto 0;
    z-index: 1;
  }

  .l-header .logo a {
    display: block;
  }

  .l-header .nav-trigger {
    position: absolute;
    background: transparent;
    width: 50px;
    height: 50px;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 9;
  }

  .l-header .nav-trigger .lines {
    position: relative;
  }

  .l-header .nav-trigger .lines span {
    position: absolute;
    z-index: 2;
    background: #000;
    left: 10px;
    transition: all 0.25s ease-out;
  }

  .l-header .nav-trigger .lines span:nth-child(1) {
    width: 30px;
    height: 1px;
    top: 20px;
  }

  .l-header .nav-trigger .lines span:nth-child(2) {
    width: 20px;
    height: 1px;
    top: 30px;
  }

  .l-header .nav-trigger.is-active .lines span:nth-child(1) {
    width: 30px;
    top: 25px;
    transform: rotate(-45deg);
  }

  .l-header .nav-trigger.is-active .lines span:nth-child(2) {
    width: 30px;
    top: 25px;
    transform: rotate(45deg);
  }
}

.l-header .gnav {
  position: absolute;
  right: 0;
  bottom: -25px;
  height: 80px;
}

.l-header .gnav ul {
  position: relative;
  width: 600px;
  height: 80px;
  display: flex;
  justify-content: space-between;
}

.l-header .gnav ul li {
  height: 80px;
  overflow: visible;
}

.l-header .gnav ul li a {
  position: relative;
  display: block;
  height: 80px;
  padding: 45px 0 0;
  border-bottom: 5px solid transparent;
  text-decoration: none;
  text-align: center;
}

.l-header .gnav ul li a span {
  display: inline-block;
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  font-family: 'Noto Serif JP', sans-serif;
  line-height: 1.2;
  letter-spacing: .05em;
  white-space: nowrap;
}

.l-header .gnav ul li a::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 50%;
  width: 100%;
  height: 26px;
  transform: translateX(-50%);
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.l-header .gnav ul li a.gnav-link-fashion {
  min-width: 70px;
}

.l-header .gnav ul li a.gnav-link-fashion::after {
  background-image: url(../../assets/svg/common/txt-fashion.svg);
}

.l-header .gnav ul li a.gnav-link-signage {
  min-width: 70px;
}

.l-header .gnav ul li a.gnav-link-signage::after {
  background-image: url(../../assets/svg/common/txt-signage.svg);
}

.l-header .gnav ul li a.gnav-link-history {
  min-width: 70px;
}

.l-header .gnav ul li a.gnav-link-history::after {
  background-image: url(../../assets/svg/common/txt-history.svg);
}

.l-header .gnav ul li a.gnav-link-shibuya109 {
  min-width: 100px;
}

.l-header .gnav ul li a.gnav-link-shibuya109::after {
  background-image: url(../../assets/svg/common/txt-shibuya109.svg);
}

.l-header .gnav ul li a.gnav-link-about {
  min-width: 68px;
}

.l-header .gnav ul li a.gnav-link-about::after {
  background-image: url(../../assets/svg/common/txt-about.svg);
}

.l-header .gnav ul li a.gnav-link-contact {
  min-width: 74px;
}

.l-header .gnav ul li a.gnav-link-contact::after {
  background-image: url(../../assets/svg/common/txt-contact.svg);
}

.l-header .gnav ul li a.is-active.gnav-link-fashion {
  border-bottom: 5px solid #f33b96;
}

.l-header .gnav ul li a.is-active.gnav-link-signage {
  border-bottom: 5px solid #3ba9f3;
}

.l-header .gnav ul li a.is-active.gnav-link-history {
  border-bottom: 5px solid #d1e15e;
}

.l-header .gnav ul li a.is-active.gnav-link-shibuya109 {
  border-bottom: 5px solid #3bf37f;
}

.l-header .gnav ul li a.is-active.gnav-link-about {
  border-bottom: 5px solid #ec6c00;
}

.l-header .gnav ul li a.is-active.gnav-link-contact {
  border-bottom: 5px solid #ffea00;
}

@media screen and (min-width: 769px) {
  .l-header .gnav ul li a.gnav-link-fashion:hover {
    border-bottom: 5px solid #f33b96;
  }

  .l-header .gnav ul li a.gnav-link-signage:hover {
    border-bottom: 5px solid #3ba9f3;
  }

  .l-header .gnav ul li a.gnav-link-history:hover {
    border-bottom: 5px solid #d1e15e;
  }

  .l-header .gnav ul li a.gnav-link-shibuya109:hover {
    border-bottom: 5px solid #3bf37f;
  }

  .l-header .gnav ul li a.gnav-link-about:hover {
    border-bottom: 5px solid #ec6c00;
  }

  .l-header .gnav ul li a.gnav-link-contact:hover {
    border-bottom: 5px solid #ffea00;
  }
}

@media screen and (max-width: 768px) {
  .l-header {
    padding: 0;
  }

  .l-header .gnav {
    display: none;
    overflow: hidden;
    opacity: 0;
    top: 50px;
    bottom: 0;
    left: 0;
    right: -100vw;
    position: absolute;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 8;
    padding: 0 5% 0;
    transition: all 0.25s ease-out;
  }

  .l-header .gnav ul {
    position: relative;
    width: 100%;
    margin: 50px 0 0;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: 1px solid #000;
  }

  .l-header .gnav ul li {
    height: 80px;
    overflow: visible;
    border-bottom: 1px solid #000;
    text-align: left;
  }

  .l-header .gnav ul li a {
    padding: 0;
    text-align: left;
  }

  .l-header .gnav ul li a span {
    padding: 30px 0 0 130px;
    font-size: 1.4rem;
    line-height: 1.2;
    letter-spacing: .05em;
  }

  .l-header .gnav ul li a::after {
    top: 24px;
    left: 0;
    width: 100%;
    height: 28px;
    transform: none;
  }

  .l-header .gnav ul li a.gnav-link-fashion {
    width: 100%;
  }

  .l-header .gnav ul li a.gnav-link-fashion::after {
    width: 80px;
  }

  .l-header .gnav ul li a.gnav-link-signage {
    width: 100%;
  }

  .l-header .gnav ul li a.gnav-link-signage::after {
    width: 79px;
  }

  .l-header .gnav ul li a.gnav-link-history {
    width: 100%;
  }

  .l-header .gnav ul li a.gnav-link-history::after {
    width: 76px;
  }

  .l-header .gnav ul li a.gnav-link-shibuya109 {
    width: 100%;
  }

  .l-header .gnav ul li a.gnav-link-shibuya109::after {
    width: 114px;
  }

  .l-header .gnav ul li a.gnav-link-about {
    width: 100%;
  }

  .l-header .gnav ul li a.gnav-link-about::after {
    width: 76px;
  }

  .l-header .gnav ul li a.gnav-link-contact {
    width: 100%;
  }

  .l-header .gnav ul li a.gnav-link-contact::after {
    width: 84px;
  }

  .l-header .gnav ul li a.is-active.gnav-link-fashion {
    border-bottom: 2px solid #f33b96;
  }

  .l-header .gnav ul li a.gnav-link-signage:hover {
    /* border-bottom: 2px solid #fff; */
  }

  .l-header .gnav ul li a.is-active.gnav-link-history {
    border-bottom: 2px solid #d1e15e;
  }

  .l-header .gnav ul li a.gnav-link-shibuya109:hover {
    /* border-bottom: 2px solid #fff; */
  }

  .l-header .gnav ul li a.is-active.gnav-link-about {
    border-bottom: 2px solid #ec6c00;
  }

  .l-header .gnav ul li a.is-active.gnav-link-contact {
    border-bottom: 2px solid #ffea00;
  }

  .l-header .gnav.is-active {
    display: block;
    left: 0;
    right: 0;
    opacity: 1;
  }
}

.l-footer {
  position: relative;
  text-align: center;
  background: #fff;
}

.l-footer .foot-nav {
  background: #000;
  padding: 30px;
}

.l-footer .foot-nav ul {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.l-footer .foot-nav ul li a {
  text-decoration: none;
}

.l-footer .foot-nav ul li a span:hover {
  text-decoration: underline;
}

.l-footer .foot-nav ul li span {
  position: relative;
  display: block;
  line-height: 24px;
  font-size: 1.8rem;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  text-decoration: none;
  padding-left: 34px;
}

.l-footer .foot-nav ul li span::before {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto auto auto 0;
  background: url(../../assets/images/common/icon-square.png) no-repeat;
  background-size: 100% auto;
}

.l-footer .l-inner {
  padding: 30px;
}

.l-footer .l-inner p {
  color: #000;
  line-height: 1.6;
  font-size: 1.4rem;
  font-family: 'Raleway', sans-serif;
}

.l-footer .l-inner .copyright {
  position: relative;
  font-size: 1.2rem;
  margin-top: 15px;
  padding-top: 15px;
}

.l-footer .l-inner .copyright::after {
  content: "";
  position: absolute;
  display: block;
  width: 100px;
  height: 1px;
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto auto auto auto;
  background: #000;
  background-size: auto auto;
}

@media screen and (max-width: 768px) {
  .l-footer .foot-nav {
    padding: 30px 5% 15px;
  }

  .l-footer .foot-nav ul {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .l-footer .foot-nav ul li {
    width: 50%;
    margin-bottom: 15px;
  }

  .l-footer .foot-nav ul li span {
    line-height: 20px;
    font-size: 1.6rem;
    padding-left: 24px;
    text-align: left;
  }

  .l-footer .foot-nav ul li span::before {
    width: 14px;
    height: 14px;
  }

  .l-footer .l-inner {
    padding: 30px;
  }

  .l-footer .l-inner p {
    font-size: 1.2rem;
  }

  .l-footer .l-inner .copyright {
    position: relative;
    font-size: 1.0rem;
    margin-top: 15px;
    padding-top: 15px;
  }

  .l-footer .l-inner .copyright::after {
    width: 70px;
  }
}

/* ==========================================================================
  Parts
  ========================================================================== */
.l-breadcrumb .l-inner {
  padding: 15px 0;
}

.l-breadcrumb .l-inner ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.l-breadcrumb .l-inner ul li {
  margin-right: 5px;
  color: #333;
  line-height: 1.8rem;
}

.l-breadcrumb .l-inner ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  line-height: 2.0rem;
  padding-right: 20px;
  color: #333;
}

.l-breadcrumb .l-inner ul li a::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  top: -1px;
  bottom: 0;
  right: 5px;
  left: auto;
  margin: auto 0 auto auto;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .l-breadcrumb .l-inner ul li a:hover {
    opacity: .75;
  }
}

.l-breadcrumb .l-inner ul li.home a {
  font-family: 'Raleway', sans-serif;
  line-height: 2.2rem;
}

@media screen and (max-width: 768px) {
  .l-breadcrumb .l-inner {
    padding: 15px 5%;
  }

  .l-breadcrumb .l-inner ul {
    flex-wrap: wrap;
  }
}

.pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  border-radius: 4px 0 0 0;
  overflow: hidden;
  transition: .2s ease-out;
  transform: translateY(40px);
}

.pagetop.is-show {
  transform: none;
}

.pagetop a {
  display: block;
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  background: #20c3cb;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .pagetop a {
    font-size: 1.2rem;
  }
}

/* ==========================================================================
  Common
  ========================================================================== */
.l-section {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .l-section {
    margin-bottom: 50px;
  }
}

.ttl {
  overflow: visible;
  position: relative;
  margin-left: -10px;
}

.ttl::after {
  content: "";
  position: absolute;
  display: block;
}

.ttl h2 {
  margin-bottom: 30px;
  padding-top: 90px;
  padding-left: 10px;
}

.ttl h2 span {
  font-family: 'Noto Serif JP', sans-serif;
  letter-spacing: .05em;
  font-size: 2.0rem;
  font-weight: 600;
  position: relative;
}

.ttl h2 span::after {
  content: "";
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto auto auto auto;
  background-size: 100% auto;
}

@media screen and (max-width: 768px) {
  .ttl h2 {
    margin-bottom: 30px;
    padding-top: 45px;
    padding-left: 0;
    text-align: center;
  }

  .ttl h2 span {
    font-size: 1.6rem;
  }
}

.ttl-message {
  background: url(../../assets/images/common/message-txt-gothic.png) left bottom no-repeat;
  background-size: auto 60px;
}

.ttl-message::after {
  width: 186px;
  height: 54px;
  top: auto;
  bottom: 40px;
  right: auto;
  left: 10px;
  margin: auto auto auto auto;
  background: url(../../assets/images/common/message-txt-script.png) no-repeat;
  background-size: 100% auto;
}

.ttl-message h2 {
  height: 120px;
}

.ttl-message h2 span::after {
  width: 57px;
  height: 46px;
  top: 0;
  bottom: 15px;
  right: -76px;
  left: auto;
  margin: auto auto auto auto;
  background: url(../../assets/images/common/message-icon.png) no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 768px) {
  .ttl-message {
    background: url(../../assets/images/common/message-txt-gothic.png) center bottom no-repeat;
    background-size: auto 35px;
    text-align: center;
    margin: 0 auto;
  }

  .ttl-message::after {
    width: 124px;
    height: 36px;
    top: auto;
    bottom: 30px;
    right: 0;
    left: 0;
    margin: auto auto 0 auto;
    background: url(../../assets/images/common/message-txt-script.png) center bottom no-repeat;
    background-size: 100% auto;
  }

  .ttl-message h2 {
    height: 70px;
  }

  .ttl-message h2 span::after {
    width: 38px;
    height: 30.66667px;
    bottom: 15px;
    right: -38px;
  }
}

.ttl-fashion {
  background: url(../../assets/images/top/fashion-txt-gothic.png) left bottom no-repeat;
  background-size: auto 113px;
}

.ttl-fashion::after {
  width: 154px;
  height: 52.5px;
  top: auto;
  bottom: 40px;
  right: auto;
  left: 10px;
  margin: auto auto auto auto;
  background: url(../../assets/images/top/fashion-txt-script.png) no-repeat;
  background-size: 100% auto;
}

.ttl-fashion h2 {
  height: 120px;
}

.ttl-fashion h2 span::after {
  width: 51.5px;
  height: 51.5px;
  top: 0;
  bottom: 15px;
  right: -76px;
  left: auto;
  margin: auto auto auto auto;
  background: url(../../assets/images/common/fashion-icon.png) no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 768px) {
  .ttl-fashion {
    background: url(../../assets/images/top/fashion-txt-gothic.png) center bottom no-repeat;
    background-size: auto 70px;
  }

  .ttl-fashion::after {
    width: 102.66667px;
    height: 35px;
    top: auto;
    bottom: 30px;
    right: auto;
    left: 0;
    right: 0;
    margin: auto auto 0 auto;
    background: url(../../assets/images/top/fashion-txt-script.png) center bottom no-repeat;
    background-size: 100% auto;
  }

  .ttl-fashion h2 {
    height: 70px;
  }

  .ttl-fashion h2 span::after {
    width: 34.33333px;
    height: 34.33333px;
    bottom: 15px;
    right: -38px;
  }
}

.ttl-history {
  background: url(../../assets/images/common/history-txt-gothic.png) left bottom no-repeat;
  background-size: auto 114px;
}

.ttl-history::after {
  width: 151px;
  height: 57.5px;
  top: auto;
  bottom: 40px;
  right: auto;
  left: 10px;
  margin: auto auto auto auto;
  background: url(../../assets/images/common/history-txt-script.png) no-repeat;
  background-size: 100% auto;
}

.ttl-history h2 {
  height: 120px;
}

.ttl-history h2 span::after {
  width: 53px;
  height: 37px;
  top: 0;
  bottom: 15px;
  right: -76px;
  left: auto;
  margin: auto auto auto auto;
  background: url(../../assets/images/common/history-icon.png) no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 768px) {
  .ttl-history {
    background: url(../../assets/images/common/history-txt-gothic.png) center bottom no-repeat;
    background-size: auto 70px;
  }

  .ttl-history::after {
    width: 100.66667px;
    height: 38.33333px;
    top: auto;
    bottom: 30px;
    right: 0;
    left: 0;
    margin: auto auto 0 auto;
    background: url(../../assets/images/common/history-txt-script.png) center bottom no-repeat;
    background-size: 100% auto;
  }

  .ttl-history h2 {
    height: 70px;
  }

  .ttl-history h2 span::after {
    width: 35.33333px;
    height: 24.66667px;
    bottom: 10px;
    right: -41.33333px;
  }
}

.ttl-about {
  background: url(../../assets/images/common/about-txt-gothic.png) left bottom no-repeat;
  background-size: auto 114px;
}

.ttl-about::after {
  width: 141.5px;
  height: 55px;
  top: auto;
  bottom: 40px;
  right: auto;
  left: 10px;
  margin: auto auto auto auto;
  background: url(../../assets/images/common/about-txt-script.png) no-repeat;
  background-size: 100% auto;
}

.ttl-about h2 {
  height: 120px;
}

.ttl-about h2 span::after {
  width: 49px;
  height: 49px;
  top: 0;
  bottom: 20px;
  right: -96px;
  left: auto;
  margin: auto auto auto auto;
  background: url(../../assets/images/common/about-icon.png) no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 768px) {
  .ttl-about {
    background: url(../../assets/images/common/about-txt-gothic.png) center bottom no-repeat;
    background-size: auto 70px;
  }

  .ttl-about::after {
    width: 94.33333px;
    height: 36.66667px;
    top: auto;
    bottom: 30px;
    right: 0;
    left: 0;
    margin: auto auto 0 auto;
    background: url(../../assets/images/common/about-txt-script.png) center bottom no-repeat;
    background-size: 100% auto;
  }

  .ttl-about h2 {
    height: 70px;
  }

  .ttl-about h2 span::after {
    width: 32.66667px;
    height: 32.66667px;
    bottom: 15px;
    right: -48px;
  }
}

.ttl-contact {
  background: url(../../assets/images/common/contact-txt-gothic.png) center bottom no-repeat;
  background-size: auto 60px;
}

.ttl-contact::after {
  width: 186px;
  height: 56px;
  top: auto;
  bottom: 40px;
  right: 0;
  left: 0;
  margin: auto auto auto auto;
  background: url(../../assets/images/common/contact-txt-script.png) no-repeat;
  background-size: 100% auto;
}

.ttl-contact h2 {
  height: 120px;
}

.ttl-contact h2 span::after {
  width: 52px;
  height: 42px;
  top: 0;
  bottom: 15px;
  right: -76px;
  left: auto;
  margin: auto auto auto auto;
  background: url(../../assets/images/common/contact-icon.png) no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 768px) {
  .ttl-contact {
    background: url(../../assets/images/common/contact-txt-gothic.png) center bottom no-repeat;
    background-size: auto 35px;
  }

  .ttl-contact::after {
    width: 124px;
    height: 37.33333px;
    top: auto;
    bottom: 30px;
    right: 0;
    left: 0;
    margin: auto auto auto auto;
    background: url(../../assets/images/common/contact-txt-script.png) center bottom no-repeat;
    background-size: 100% auto;
  }

  .ttl-contact h2 {
    height: 70px;
  }

  .ttl-contact h2 span::after {
    width: 34.66667px;
    height: 28px;
    top: 0;
    bottom: 15px;
    right: -38px;
  }
}

.page-ttl {
  position: relative;
  width: 100%;
  min-height: 320px;
}

.page-ttl::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  margin: auto auto auto auto;
  border-style: solid;
  border-width: 320px 100vw 0 0;
  border-color: rgba(255, 255, 255, 0.25) transparent transparent transparent;
  z-index: 1;
}

.page-ttl .l-inner {
  position: relative;
  min-height: 320px;
  padding-bottom: 50px;
}

.page-ttl .l-inner .ttl {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 120px;
  top: -60px;
  bottom: 0;
  margin: auto auto auto 0;
}

.page-ttl .l-inner .ttl h2 span {
  font-size: 2.6rem;
}

.page-ttl .l-inner .lead {
  display: inline-block;
  max-width: 680px;
  margin-top: 30px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .page-ttl {
    min-height: 200px;
    width: 100%;
    overflow: hidden;
  }

  .page-ttl::before {
    border-width: 200px 180vw 0 0;
    border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
  }

  .page-ttl .l-inner {
    min-height: 200px;
    padding-bottom: 25px;
  }

  .page-ttl .l-inner .ttl {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 70px;
    top: -20px;
    bottom: 0;
    margin: auto auto auto auto;
  }

  .page-ttl .l-inner .ttl h2 span {
    font-size: 2.2rem;
  }

  .page-ttl .l-inner .lead {
    display: block;
    max-width: 100%;
    margin: 30px auto 0;
    padding: 15px;
    line-height: 1.8;
    font-size: 1.2rem;
  }
}

.l-section-contact {
  background: url(../../assets/images/common/contact-bg.jpg) center center no-repeat;
  background-size: cover;
  margin-bottom: 0;
}

.l-section-contact .l-inner {
  padding: 60px 0;
  text-align: center;
}

.l-section-contact .l-inner .txt {
  width: 100%;
}

.l-section-contact .l-inner .txt a.btn {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-section-contact .l-inner {
    padding: 40px 0 !important;
  }
}

/* ==========================================================================
  Animation
  ========================================================================== */
.anim-fadeout {
  animation: fadeIn 0.2s 0.2s both ease-out;
}

@keyframes fadeIn {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }

  100% {
    opacity: 0;
    transform: translate(0, 0);
  }
}

.anim-fadein {
  opacity: 0;
}

.anim-fadein.is-show {
  animation: fadeIn 0.8s 0.2s both ease-out;
}

@keyframes fadeIn {
  0% {
    transform: translate(0, 30px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.anim-slidein-l {
  opacity: 0;
}

.anim-slidein-l.is-show {
  animation: slideInL 0.8s 0.2s both ease-out;
}

@keyframes slideInL {
  0% {
    transform: translate(-10vw, 0);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.anim-slidein-r {
  opacity: 0;
}

.anim-slidein-r.is-show {
  animation: slideInR 0.8s 0.2s both ease-out;
}

@keyframes slideInR {
  0% {
    transform: translate(10vw, 0);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

/* ==========================================================================
  Top Page
  ========================================================================== */
/* body#top .l-header {
  padding: 50px 0;
  text-align: center;
}

body#top .l-header .logo {
  margin: 0 auto;
  width: 360px;
  height: 51px;
}

body#top .l-header .logo a {
  display: block;
}

body#top .l-header .gnav {
  display: none;
}

@media screen and (max-width: 768px) {
  body#top .l-header {
    padding: 50px 0;
    text-align: center;
  }

  body#top .l-header .logo {
    left: 0;
    right: 0;
    margin: auto auto auto;
    width: 205.71429px;
    height: 29.14286px;
  }

  body#top .l-header .gnav.is-active {
    display: block;
  }
} */

@media screen and (max-width: 768px) {
  body#top .l-main {
    padding-top: 81px;
  }
}

body#top .l-section .l-inner {
  display: flex;
}

body#top .l-section .l-inner .txt {
  width: 43%;
}

body#top .l-section .l-inner .txt .lead {
  margin-bottom: 30px;
  font-size: 2.8rem;
  font-weight: 400;
}

body#top .l-section .l-inner .txt p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 1em;
  text-align: justify;
}

body#top .l-section .l-inner .txt p:last-child {
  margin-bottom: 0;
}

body#top .l-section .l-inner .txt a {
  margin-top: 75px;
}

body#top .l-section .l-img {
  position: absolute;
  width: 50%;
}

body#top .l-section .l-img figure {
  position: relative;
  overflow: hidden;
  height: 440px;
}

body#top .l-section .l-img figure img {
  display: block;
  position: absolute;
}

@media screen and (max-width: 768px) {
  body#top .l-section .l-inner {
    display: block;
    padding: 0 5%;
  }

  body#top .l-section .l-inner .txt {
    width: 100%;
  }

  body#top .l-section .l-inner .txt .lead {
    margin-bottom: 30px;
    font-size: 2.0rem;
    text-align: center;
  }

  body#top .l-section .l-inner .txt p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 1em;
    text-align: justify;
  }

  body#top .l-section .l-inner .txt p:last-child {
    margin-bottom: 0;
  }

  body#top .l-section .l-inner .txt a {
    margin-top: 40px;
  }

  body#top .l-section .l-img {
    position: relative;
    width: 100%;
  }

  body#top .l-section .l-img figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 220px;
  }

  body#top .l-section .l-img figure img {
    display: block;
    position: absolute;
    object-fit: cover;
  }
}

body#top .l-section-message {
  background: url(../../assets/images/top/message-bg.png) right bottom no-repeat;
  background-size: 570px 831px;
}

body#top .l-section-message .mv {
  padding-top: 678px;
}

body#top .l-section-message .mv .mv-catch {
  position: absolute;
  right: 0;
  top: 135px;
  text-align: right;
  z-index: 2;
}

body#top .l-section-message .mv .mv-catch p {
  margin-bottom: 15px;
  font-family: 'Noto Serif JP', sans-serif;
  letter-spacing: .05em;
}

body#top .l-section-message .mv .mv-catch p span {
  display: inline-block;
  padding: 0 0 0.15em 0.75em;
  color: #fff;
  background: #000;
  line-height: 1.4;
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: .25em;
}

body#top .l-section-message .mv .mv-slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 70%;
  height: 70%;
  max-width: 960px;
  max-height: 678px;
  z-index: 1;
}

body#top .l-section-message .mv .mv-slider li {
  width: 100%;
  height: 100%;
}

body#top .l-section-message .mv .mv-scroll {
  position: absolute;
  right: 0;
  top: 500px;
  transform: rotate(-90deg);
}

body#top .l-section-message .mv .mv-scroll span {
  position: relative;
  display: block;
  height: 20px;
  line-height: 20px;
  width: 100px;
}

body#top .l-section-message .mv .mv-scroll span::before,
body#top .l-section-message .mv .mv-scroll span::after {
  content: "";
  position: absolute;
  display: block;
  background: #000;
}

body#top .l-section-message .mv .mv-scroll span::before {
  width: 100px;
  height: 1px;
  top: 0;
  bottom: -5px;
  right: 0;
  left: -110px;
  margin: auto auto auto 0;
  opacity: .5;
}

body#top .l-section-message .mv .mv-scroll span::after {
  width: 10px;
  height: 3px;
  top: 0;
  bottom: -4px;
  right: 0;
  left: -110px;
  margin: auto auto auto 0;
  animation: circleMove 3s ease-out 0.75s infinite;
}

body#top .l-section-message .l-inner {
  padding-top: 120px;
  padding-bottom: 60px;
}

@keyframes circleMove {
  0% {
    left: -15px;
    opacity: 1;
  }

  100% {
    left: -115px;
    opacity: 0;
  }
}

@media screen and (max-width: 768px) {
  body#top .l-section-message {
    background: url(../../assets/images/top/message-bg.png) 180% bottom no-repeat;
    background-size: 285px 415.5px;
  }

  body#top .l-section-message .mv {
    width: 100%;
    overflow: hidden;
    padding-top: 50%;
  }

  body#top .l-section-message .mv .mv-catch {
    position: absolute;
    width: 100%;
    overflow: hidden;
    right: 0;
    top: 8%;
    text-align: right;
    z-index: 2;
  }

  body#top .l-section-message .mv .mv-catch p {
    margin-bottom: 10px;
    margin-right: -5px;
  }

  body#top .l-section-message .mv .mv-catch p span {
    line-height: 1.6;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: .25em;
  }

  body#top .l-section-message .mv .mv-slider {
    width: 80%;
    height: 100%;
    max-width: 295px;
    max-height: 307px;
  }

  body#top .l-section-message .mv .mv-scroll {
    position: absolute;
    right: auto;
    left: -4%;
    top: 21%;
    z-index: 3;
    color: #fff;
  }

  body#top .l-section-message .mv .mv-scroll span {
    width: 50px;
  }

  body#top .l-section-message .mv .mv-scroll span::before,
  body#top .l-section-message .mv .mv-scroll span::after {
    background: #fff;
  }

  body#top .l-section-message .mv .mv-scroll span::before {
    width: 50px;
    left: -60px;
  }

  body#top .l-section-message .mv .mv-scroll span::after {
    width: 7px;
    left: -60px;
  }

  body#top .l-section-message .l-inner {
    padding-top: 40%;
  }

  body#top .l-section-message .l-inner .txt p.lead {
    width: 100%;
  }

  body#top .l-section-message .l-inner .txt p {
    width: 68%;
  }

  body#top .l-section-message .l-inner .txt a.btn {
    text-align: left;
    margin: 60px auto 0 0;
  }

  @keyframes circleMove {
    0% {
      left: -15px;
      opacity: 1;
    }

    100% {
      left: -60px;
      opacity: 0;
    }
  }
}

body#top .l-section-fashion .l-inner {
  padding-top: 0;
}

body#top .l-section-fashion .l-inner {
  justify-content: flex-end;
}

body#top .l-section-fashion .l-img {
  top: 0;
  left: 0;
}

body#top .l-section-fashion .l-img figure {
  height: 575px;
}

body#top .l-section-fashion .l-img figure img {
  object-fit: cover;
}

body#top .l-section-fashion .l-img figure .img1 {
  width: 80%;
  height: 440px;
  top: 0;
  left: 0;
}

body#top .l-section-fashion .l-img figure .img2 {
  width: 40%;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  body#top .l-section-fashion .l-inner {
    padding-top: 0;
  }

  body#top .l-section-fashion .l-inner {
    justify-content: flex-end;
  }

  body#top .l-section-fashion .l-img {
    top: 0;
    left: 0;
  }

  body#top .l-section-fashion .l-img figure {
    height: 287.5px;
    overflow: visible;
  }

  body#top .l-section-fashion .l-img figure img {
    object-fit: cover;
  }

  body#top .l-section-fashion .l-img figure .img1 {
    width: 80%;
    height: auto;
    top: 0;
    left: 0;
  }

  body#top .l-section-fashion .l-img figure .img2 {
    width: 40%;
    bottom: 10%;
    right: 0;
  }
}

body#top .l-section-history .l-inner {
  padding-top: 45px;
}

body#top .l-section-history .l-inner {
  justify-content: flex-start;
}

body#top .l-section-history .l-img {
  top: 0;
  right: 0;
}

body#top .l-section-history .l-img figure img {
  width: 100%;
  height: 440px;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  body#top .l-section-history .l-inner {
    padding-top: 40px;
  }

  body#top .l-section-history .l-inner {
    justify-content: flex-start;
  }

  body#top .l-section-history .l-img figure img {
    width: 100%;
    height: auto;
  }
}

body#top .l-section-about .l-inner {
  padding-top: 77px;
}

body#top .l-section-about .l-inner {
  justify-content: flex-end;
}

body#top .l-section-about .l-img {
  top: 0;
  left: 0;
}

body#top .l-section-about .l-img figure img {
  width: 100%;
  height: 440px;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  body#top .l-section-about .l-inner {
    padding-top: 40px;
  }

  body#top .l-section-about .l-inner {
    justify-content: flex-end;
  }

  body#top .l-section-about .l-img figure img {
    width: 100%;
    height: auto;
  }
}

body#top .l-section-banner .l-inner {
  justify-content: center;
}

body#top .l-section-banner .l-inner .bnr-vision {
  width: 900px;
  height: 200px;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 768px) {
  body#top .l-section-banner .l-inner {
    justify-content: center;
  }

  body#top .l-section-banner .l-inner .bnr-vision {
    width: 90%;
    height: auto;
  }
}

body#top .l-section-contact .l-inner .txt {
  width: 100%;
}

/* ==========================================================================
  Under Page Common
  ========================================================================== */
.l-section-cnt .cnt-ttl {
  position: relative;
  height: 74px;
  margin-bottom: 80px;
  padding: 30px 0;
  text-align: center;
  font-size: 3.2rem;
}

.l-section-cnt .cnt-ttl::before,
.l-section-cnt .cnt-ttl::after {
  content: "";
  position: absolute;
  display: block;
}

.l-section-cnt .cnt-ttl::before {
  height: 54px;
  top: 18px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto auto;
}

.l-section-cnt .cnt-ttl::after {
  width: 70px;
  height: 3px;
  top: auto;
  bottom: -30px;
  right: 0;
  left: 0;
  margin: auto auto 0 auto;
  background: #000;
  background-size: auto auto;
}

@media screen and (max-width: 768px) {
  .l-section-cnt .cnt-ttl {
    height: 60px;
    margin-bottom: 60px;
    padding: 20px 0;
    text-align: center;
    font-size: 2.6rem;
  }

  .l-section-cnt .cnt-ttl::before,
  .l-section-cnt .cnt-ttl::after {
    content: "";
    position: absolute;
    display: block;
  }

  .l-section-cnt .cnt-ttl::before {
    height: 36px;
    top: 4px;
  }

  .l-section-cnt .cnt-ttl::after {
    width: 50px;
    height: 3px;
    bottom: -20px;
  }
}

/* ==========================================================================
  Message Page
  ========================================================================== */
.page-ttl-message {
  background: url(../../assets/images/message/ttl-bg.jpg) center center no-repeat;
  background-size: cover;
}

.l-section-cnt-message {
  background: url(../images/top/message-bg.png) right center no-repeat;
  background-size: contain;
}

.l-section-cnt-message .txt-message {
  padding-right: 400px;
  padding: 60px 0;
}

.l-section-cnt-message .txt-message p {
  font-size: 1.6rem;
  line-height: 2.0;
  margin-bottom: 1.5em;
}

.l-section-cnt-message .txt-message p:last-child {
  margin-bottom: 0;
}

.l-section-cnt-message .txt-message p.lead {
  font-size: 3.2rem;
}

.l-section-cnt-message .txt-message p.name {
  padding-top: 30px;
  font-size: 1.4rem;
}

.l-section-cnt-message .txt-message p.name span {
  display: block;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .page-ttl-message {
    background: url(../../assets/images/message/ttl-bg.jpg) center center no-repeat;
    background-size: cover;
  }

  .l-section-cnt-message {
    background: url(../images/top/message-bg.png) 150% bottom no-repeat;
    background-size: 70% auto;
  }

  .l-section-cnt-message .txt-message {
    padding-right: 0;
    padding: 30px 5%;
  }

  .l-section-cnt-message .txt-message p {
    font-size: 1.6rem;
    line-height: 2.0;
    margin-bottom: 1.5em;
  }

  .l-section-cnt-message .txt-message p.lead {
    font-size: 2.6rem;
  }

  .l-section-cnt-message .txt-message p.name {
    padding-top: 30px;
    font-size: 1.2rem;
  }

  .l-section-cnt-message .txt-message p.name span {
    font-size: 2.0rem;
  }
}

/* ==========================================================================
  Fashion Page
  ========================================================================== */
.page-ttl-fashion {
  background: url(../../assets/images/fashion/ttl-bg.jpg) center center no-repeat;
  background-size: cover;
  min-height: 460px;
}

.page-ttl-fashion .ttl-fashion {
  background: url(../../assets/images/fashion/fashion-txt-gothic-pnk.png) left bottom no-repeat;
  background-size: auto 113px;
}

@media screen and (max-width: 768px) {
  .page-ttl-fashion {
    min-height: 360px;
  }

  .page-ttl-fashion .ttl-fashion {
    background: url(../../assets/images/fashion/fashion-txt-gothic-pnk.png) center bottom no-repeat;
    background-size: auto 70px;
  }
}

.l-section-cnt-fashion {
  margin-bottom: 0;
}

.l-section-cnt-fashion .l-inner {
  display: flex;
}

@media screen and (max-width: 768px) {
  .l-section-cnt-fashion {
    margin-bottom: 0;
  }

  .l-section-cnt-fashion .l-inner {
    display: flex;
    flex-direction: column;
  }
}

.fashion-floor {
  width: 980px;
  margin: 0 auto;
  padding: 60px 0;
}

.fashion-floor dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fashion-floor dl.floor-1f {
  margin-bottom: 20px;
}

.fashion-floor dl dt {
  width: 240px;
}

.fashion-floor dl dd {
  width: 700px;
}

@media screen and (max-width: 768px) {
  .fashion-floor {
    width: 100%;
    margin: 0 auto;
    padding: 30px 5%;
  }

  .fashion-floor dl.floor-1f {
    margin-bottom: 15px;
  }

  .fashion-floor dl dt {
    width: 10%;
  }

  .fashion-floor dl dt span {
    font-weight: bold;
    padding: 5px 3px;
    border: 1px solid #000;
    text-align: center;
  }

  .fashion-floor dl dd {
    width: 88%;
  }
}

.fashion-brand ul li {
  padding: 60px 0;
  /*
      &amp;.brand-ingni {
        h3 {
          width: (504px /2);
        }
      }
*/
}

.fashion-brand ul li .l-inner {
  display: flex;
  align-items: center;
}

.fashion-brand ul li .l-inner .txt-brand {
  width: 63%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* align-items: center; */
}

.fashion-brand ul li .l-inner .txt-brand h3 {
  width: 30%;
}

.fashion-brand ul li .l-inner .txt-brand p {
  text-align: justify;
  text-justify: inter-ideograph;
}

.fashion-brand ul li .l-inner .txt-brand .lead {
  margin-top: -0.5em;
  width: 65%;
  line-height: 2;
  font-size: 1.6rem;
}

.fashion-brand ul li .l-inner .txt-brand .voice {
  width: 100%;
  margin-top: 30px;
  padding: 15px 15px 15px 60px;
  line-height: 1.7;
  font-size: 1.4rem;
}

.fashion-brand ul li .l-inner .img-brand {
  width: 47%;
  max-width: 470px;
  overflow: visible;
  position: relative;
}

.fashion-brand ul li .l-inner .img-brand::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 272px;
  top: 0;
}

.fashion-brand ul li .l-inner .img-brand-1f::after {
  background: url(../../assets/images/fashion/parts-floor-1f.png) no-repeat;
  background-size: 100% auto;
}

.fashion-brand ul li .l-inner .img-brand-b1::after {
  background: url(../../assets/images/fashion/parts-floor-b1.png) no-repeat;
  background-size: 100% auto;
}

.fashion-brand ul li .l-inner .img-brand figure {
  border: 8px solid #e4007f;
}

.fashion-brand ul li .l-inner .img-brand figure img {
  border: 2px solid #fff;
}

.fashion-brand ul li .l-inner .img-sub {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
.fashion-brand ul li .l-inner .img-sub &gt; div {
  width: 32%;
  border: 4px solid #e4007f; 
}
.fashion-brand ul li .l-inner .img-sub &gt; div img {
  border: 2px solid #fff;
}


.fashion-brand ul li:nth-child(2n-1) {
  background: #fef1f6;
}

.fashion-brand ul li:nth-child(2n-1) .txt-brand {
  padding-left: 35px;
  order: 2;
}

.fashion-brand ul li:nth-child(2n-1) .txt-brand .voice {
  background: url(../../assets/images/fashion/voice-pnk.png) -3px center no-repeat #fff;
  background-size: 48px auto;
}

.fashion-brand ul li:nth-child(2n-1) .img-brand {
  order: 1;
}

.fashion-brand ul li:nth-child(2n-1) .img-brand::after {
  left: -25px;
}

.fashion-brand ul li:nth-child(2n) .txt-brand {
  padding-right: 35px;
  order: 1;
}

.fashion-brand ul li:nth-child(2n) .txt-brand .voice {
  background: url(../../assets/images/fashion/voice-wht.png) left center no-repeat #f5f5f5;
  background-size: 48px auto;
}

.fashion-brand ul li:nth-child(2n) .img-brand {
  order: 2;
}

.fashion-brand ul li:nth-child(2n) .img-brand::after {
  right: -25px;
}

.fashion-brand ul li.brand-soon .l-inner {
  align-items: center;
  align-content: center;
}

.fashion-brand ul li.brand-soon .l-inner p {
  width: 100%;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 4.0rem;
  color: #ccc;
  text-align: center;
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  .fashion-brand ul li {
    padding: 40px 0px;
    /*
      &amp;.brand-ingni {
        h3 {
          width: (504px /2);
        }
      }
*/
  }

  .fashion-brand ul li .l-inner {
    flex-direction: column;
  }

  .fashion-brand ul li .l-inner .txt-brand {
    width: 100%;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .fashion-brand ul li .l-inner .txt-brand h3 {
    width: 50%;
    margin: 0 auto 15px;
  }

  .fashion-brand ul li .l-inner .txt-brand .lead {
    margin-top: 0;
    width: 100%;
    font-size: 1.6rem;
    padding: 0 5%;
  }

  .fashion-brand ul li .l-inner .txt-brand .voice {
    width: 100%;
    margin-top: 30px;
    padding: 15px 15px 15px 60px;
    line-height: 1.7;
    font-size: 1.4rem;
  }

  .fashion-brand ul li .l-inner .img-brand {
    width: 80%;
    max-width: 412px;
    margin: 0 10% 30px;
  }

  .fashion-brand ul li .l-inner .img-brand::after {
    width: 10px;
    height: 181.33333px;
  }

  .fashion-brand ul li:nth-child(2n-1) {
    background: #fef1f6;
  }

  .fashion-brand ul li:nth-child(2n-1) .txt-brand {
    padding-left: 0;
    order: 2;
  }

  .fashion-brand ul li:nth-child(2n-1) .txt-brand .voice {
    background: url(../../assets/images/fashion/voice-pnk.png) -3px center no-repeat #fff;
    background-size: 48px auto;
  }

  .fashion-brand ul li:nth-child(2n-1) .img-brand {
    order: 1;
  }

  .fashion-brand ul li:nth-child(2n-1) .img-brand::after {
    left: -20px;
  }

  .fashion-brand ul li:nth-child(2n) .txt-brand {
    padding-right: 0;
    order: 2;
  }

  .fashion-brand ul li:nth-child(2n) .txt-brand .voice {
    background: url(../../assets/images/fashion/voice-wht.png) left center no-repeat #f5f5f5;
    background-size: 48px auto;
  }

  .fashion-brand ul li:nth-child(2n) .img-brand {
    order: 1;
  }

  .fashion-brand ul li:nth-child(2n) .img-brand::after {
    right: -20px;
  }

  .fashion-brand ul li.brand-soon .l-inner p {
    font-size: 3.0rem;
    padding: 40px 0;
  }
}

/* ==========================================================================
  History Page
  ========================================================================== */
.page-ttl-history {
  background: url(../../assets/images/history/ttl-bg.jpg) center center no-repeat;
  background-size: cover;
  min-height: 460px;
}

@media screen and (max-width: 768px) {
  .page-ttl-history {
    background: url(../../assets/images/history/ttl-bg.jpg) center center no-repeat;
    background-size: cover;
    min-height: 360px;
  }
}

.l-section-cnt-history .l-inner {
  display: flex;
  padding: 30px 0 0;
}

.l-section-cnt-history .l-inner .txt-history {
  display: flex;
  width: 78%;
}

.l-section-cnt-history .l-inner .img-history {
  width: 22%;
}

@media screen and (max-width: 768px) {
  .l-section-cnt-history .l-inner {
    display: flex;
    flex-flow: wrap;
    padding: 30px 0 0;
  }

  .l-section-cnt-history .l-inner .txt-history {
    display: flex;
    flex-direction: row;
    width: 100%;
  }

  .l-section-cnt-history .l-inner .img-history {
    width: 100%;
  }
}

.txt-history {
  position: relative;
}

.txt-history .chrono-bar {
  position: relative;
  overflow: hidden;
  width: 108px;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1797c7+0,17c1c7+30,68d998+100 */
  background: #1797c7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #1797c7 0%, #17c1c7 30%, #68d998 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1797c7 0%, #17c1c7 30%, #68d998 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1797c7 0%, #17c1c7 30%, #68d998 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1797c7', endColorstr='#68d998', GradientType=0);
  /* IE6-9 */
}

.txt-history .chrono-bar::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/history/pat-grid.png) left top repeat;
  background-size: 12px 12px;
  mix-blend-mode: overlay;
}

.txt-history .chrono-bar span {
  position: absolute;
  display: block;
  transform: rotate(-95deg);
  color: #fff;
}

.txt-history .chrono-bar span img {
  width: auto;
  height: 73px;
}

.txt-history .chrono-bar span.year1900 {
  top: 2.50%;
  right: -70px;
}

.txt-history .chrono-bar span.year1940 {
  top: 23%;
  left: -75px;
}

.txt-history .chrono-bar span.year1980 {
  top: 43%;
  right: -70px;
}

.txt-history .chrono-bar span.year2000 {
  top: 61%;
  left: -75px;
}

.txt-history .chrono-bar span.year2010 {
  top: 80%;
  right: -70px;
}

.txt-history .chrono-bar span.year2020 {
  top: 94.5%;
  left: -75px;
}

.txt-history .chrono-list {
  width: calc(100%-108px);
  padding: 0 50px;
}

.txt-history .chrono-list li {
  margin-bottom: 25px;
}

.txt-history .chrono-list li:last-child {
  margin-bottom: 0;
}

.txt-history .chrono-list li.mitsumaru dl dt {
  height: 44px;
}

.txt-history .chrono-list li.mitsumaru dl dt img {
  width: auto;
  height: 100%;
}

.txt-history .chrono-list li.mitsumaru dl dd {
  padding-top: 20px;
}

.txt-history .chrono-list li dl {
  display: flex;
}

.txt-history .chrono-list li dl dt,
.txt-history .chrono-list li dl dd {
  line-height: 2.6rem;
}

.txt-history .chrono-list li dl dt {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 2.0rem;
}

.txt-history .chrono-list li dl dd {
  padding-left: 15px;
}

@media screen and (max-width: 768px) {
  .txt-history {
    position: relative;
    margin-bottom: 40px;
  }

  .txt-history .chrono-bar {
    width: 15%;
  }

  .txt-history .chrono-bar span.year2020 {
    top: auto;
    bottom: 63px;
    left: -75px;
  }

  .txt-history .chrono-list {
    width: 85%;
    padding: 0 5%;
  }

  .txt-history .chrono-list li {
    margin-bottom: 25px;
  }

  .txt-history .chrono-list li:last-child {
    margin-bottom: 0;
  }

  .txt-history .chrono-list li.mitsumaru dl dt {
    height: 22px;
  }

  .txt-history .chrono-list li.mitsumaru dl dd {
    padding-top: 5px;
  }
}

.img-history ul {
  height: 100%;
  margin-bottom: 15px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.img-history p {
  text-align: right;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .img-history {
    width: 100%;
    padding: 0 5%;
  }

  .img-history ul {
    height: auto;
    margin-bottom: 0;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
  }

  .img-history ul li {
    width: 47.5%;
    margin-bottom: 15px;
  }

  .img-history p {
    text-align: right;
    font-size: 1.2rem;
  }
}

/* ==========================================================================
  About Page
  ========================================================================== */
.page-ttl-about {
  background: url(../../assets/images/about/ttl-bg.jpg) center center no-repeat;
  background-size: cover;
}

.page-ttl-about .ttl-about {
  background: url(../../assets/images/about/about-txt-gothic2.png) left bottom no-repeat;
  background-size: auto 114px;
}

@media screen and (max-width: 768px) {
  .page-ttl-about .ttl-about {
    background: url(../../assets/images/about/about-txt-gothic2.png) center bottom no-repeat;
    background-size: auto 57px;
  }
}

.l-section-cnt-about-info .cnt-ttl::before {
  background: url(../../assets/images/about/info-gothic.png) center center no-repeat;
  background-size: auto 100%;
}

.l-section-cnt-about-access .cnt-ttl::before {
  background: url(../../assets/images/about/access-gothic.png) center center no-repeat;
  background-size: auto 100%;
}

.l-section-cnt-about-info .cnt-info ul {
  border-top: 1px solid #000;
}

.l-section-cnt-about-info .cnt-info ul li {
  border-bottom: 1px solid #000;
  padding: 40px 0;
}

.l-section-cnt-about-info .cnt-info ul li dl {
  display: flex;
}

.l-section-cnt-about-info .cnt-info ul li dl dt,
.l-section-cnt-about-info .cnt-info ul li dl dd {
  padding: 0 15px;
  line-height: 1.6;
}

.l-section-cnt-about-info .cnt-info ul li dl dt {
  width: 25%;
  font-weight: bold;
}

.l-section-cnt-about-info .cnt-info ul li dl dd {
  width: 75%;
}

@media screen and (max-width: 768px) {
  .l-section-cnt-about-info .cnt-info ul li {
    padding: 30px 0;
  }

  .l-section-cnt-about-info .cnt-info ul li dl dt,
  .l-section-cnt-about-info .cnt-info ul li dl dd {
    padding: 0 10px;
  }

  .l-section-cnt-about-info .cnt-info ul li dl dt {
    width: 26%;
    font-weight: bold;
  }

  .l-section-cnt-about-info .cnt-info ul li dl dd {
    width: 74%;
  }
}

.l-section-cnt-about-access .cnt-access ul {
  display: flex;
  justify-content: space-between;
}

.l-section-cnt-about-access .cnt-access ul li {
  width: 47.5%;
}

.l-section-cnt-about-access .cnt-access ul li dl {
  display: flex;
  margin-bottom: 30px;
}

.l-section-cnt-about-access .cnt-access ul li dl dt {
  padding-right: 15px;
  font-weight: bold;
}

.l-section-cnt-about-access .cnt-access ul li .gmap iframe {
  width: 100%;
  height: 450px;
}

@media screen and (max-width: 768px) {
  .l-section-cnt-about-access .cnt-access {
    padding: 0 5%;
  }

  .l-section-cnt-about-access .cnt-access ul {
    display: block;
    justify-content: space-between;
  }

  .l-section-cnt-about-access .cnt-access ul li {
    width: 100%;
    margin-bottom: 30px;
  }

  .l-section-cnt-about-access .cnt-access ul li dl {
    display: flex;
    margin-bottom: 15px;
  }

  .l-section-cnt-about-access .cnt-access ul li dl dt {
    padding-right: 15px;
    font-weight: bold;
  }

  .l-section-cnt-about-access .cnt-access ul li .gmap {
    margin-bottom: 15px;
  }

  .l-section-cnt-about-access .cnt-access ul li .gmap iframe {
    width: 100%;
    height: 400px;
  }
}

.l-section-cnt-about-vision {
  padding: 60px 0;
  margin-bottom: 0;
  background: url(../../assets/images/about/vision-bg.jpg) center center no-repeat;
  background-size: cover;
}

.l-section-cnt-about-vision .cnt-vision {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .l-section-cnt-about-vision {
    padding: 40px 0;
  }

  .l-section-cnt-about-vision .cnt-vision {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.l-section-cnt-about-vision .cnt-vision .txt {
  width: 43%;
}

.l-section-cnt-about-vision .cnt-vision .txt h3 {
  margin-bottom: 30px;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: .05em;
}

.l-section-cnt-about-vision .cnt-vision .txt h3 span {
  font-weight: bold;
  color: #ec6c00;
}

.l-section-cnt-about-vision .cnt-vision .txt p {
  color: #fff;
  line-height: 1.8;
  margin-bottom: 1.5em;
}

.l-section-cnt-about-vision .cnt-vision .txt a.btn-orange {
  margin-top: 3em;
  background: #ec6c00;
}

.l-section-cnt-about-vision .cnt-vision .txt ul {
  margin-bottom: 30px;
}

.l-section-cnt-about-vision .cnt-vision .txt ul li {
  position: relative;
  margin-bottom: 25px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  padding-left: 30px;
}

.l-section-cnt-about-vision .cnt-vision .txt ul li::before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto auto auto auto;
  border-radius: 50%;
  border: 5px solid #ec6c00;
}

.l-section-cnt-about-vision .cnt-vision .txt table {
  background: #fff;
  width: 100%;
  font-size: 1.4rem;
}

.l-section-cnt-about-vision .cnt-vision .txt table th {
  background: #eee;
}

.l-section-cnt-about-vision .cnt-vision .txt table th,
.l-section-cnt-about-vision .cnt-vision .txt table td {
  padding: 10px;
  border: 1px solid #000;
}

@media screen and (max-width: 768px) {
  .l-section-cnt-about-vision .cnt-vision .txt {
    width: 100%;
    padding: 0 5% 60px;
  }

  .l-section-cnt-about-vision .cnt-vision .txt h3 {
    margin-bottom: 30px;
    font-size: 2.4rem;
    line-height: 1.4;
    text-align: center;
  }

  .l-section-cnt-about-vision .cnt-vision .txt a.btn-orange {
    margin-top: 40px;
    text-align: center;
  }

  .l-section-cnt-about-vision .cnt-vision .txt ul {
    margin-bottom: 30px;
  }

  .l-section-cnt-about-vision .cnt-vision .txt ul li {
    margin-bottom: 15px;
    font-size: 1.6rem;
    padding-left: 30px;
    line-height: 1.4;
  }

  .l-section-cnt-about-vision .cnt-vision .txt ul li::before {
    width: 12px;
    height: 12px;
  }
}

.l-section-cnt-about-vision .cnt-vision .img {
  position: relative;
  width: 50%;
  max-width: 550px;
}

.l-section-cnt-about-vision .cnt-vision .img h3 {
  font-size: 2.0rem;
  color: #fff;
  padding-top: 20px;
  text-align: center;
  margin-bottom: 15px;
  font-family: 'Raleway', sans-serif;
  line-height: 1.8;
  letter-spacing: .15em;
}

.l-section-cnt-about-vision .cnt-vision .img .gallery {
  position: relative;
  margin-bottom: 60px;
}

.l-section-cnt-about-vision .cnt-vision .img .gallery::before {
  content: "";
  position: absolute;
  display: block;
  width: 550px;
  height: 324px;
  top: -10px;
  bottom: auto;
  right: 0;
  left: 0;
  margin: 0 auto auto auto;
  background: #fff;
  background-size: auto auto;
  transform: rotate(2deg);
  z-index: 0;
}

.l-section-cnt-about-vision .cnt-vision .img .gallery-cnts::before {
  background: #ec6c00;
}

.l-section-cnt-about-vision .cnt-vision .img .gallery:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .l-section-cnt-about-vision .cnt-vision .img {
    width: 100%;
    max-width: 100%;
  }

  .l-section-cnt-about-vision .cnt-vision .img h3 {
    font-size: 1.6rem;
    padding-top: 0;
    margin-top: 20px;
    margin-bottom: 15px;
    line-height: 1.4;
  }

  .l-section-cnt-about-vision .cnt-vision .img .gallery {
    margin-bottom: 40px;
  }

  .l-section-cnt-about-vision .cnt-vision .img .gallery:last-child {
    margin-bottom: 0;
  }

  .l-section-cnt-about-vision .cnt-vision .img .gallery::before {
    content: "";
    position: absolute;
    display: block;
    width: 90%;
    height: auto;
    padding-top: 56.7%;
    top: -10px;
    bottom: auto;
    right: 0;
    left: 0;
    margin: 0 auto auto auto;
    background: #fff;
    background-size: auto auto;
    transform: rotate(2deg);
    z-index: 0;
  }

  .l-section-cnt-about-vision .cnt-vision .img .gallery-cnts::before {
    background: #ec6c00;
  }
}

.gallery-main .slide-wrapper {
  position: relative;
  width: 550px;
  height: 312px;
}

.gallery-main .slide-wrapper:last-child {
  margin-bottom: 0;
}

.gallery-main .slide-wrapper ul {
  position: absolute;
  z-index: 1;
  width: 550px;
  height: 312px;
}

.gallery-main .slide-wrapper ul li {
  width: 550px;
  height: 312px;
}

.gallery-main .pagenation-thumbs {
  position: relative;
  margin-top: 20px;
  width: 550px;
  height: 100px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.gallery-main .pagenation-thumbs .pagination-thumb {
  width: 30%;
  height: 80px;
  margin-top: 20px;
  text-align: center;
  border: 2px solid #fff;
  position: relative;
  text-decoration: none;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 0;
}

.gallery-main .pagenation-thumbs .pagination-thumb::after {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 60px;
  top: -10px;
  left: 7px;
  margin: auto auto auto auto;
  background: #ec6c00;
  background-size: auto auto;
}

@media screen and (min-width: 769px) {
  .gallery-main .pagenation-thumbs .pagination-thumb:hover {
    background: rgba(255, 255, 255, 0.35);
  }
}

.gallery-main .pagenation-thumbs .pagination-thumb.pagination-thumb-active {
  background: #fff;
}

.gallery-main .pagenation-thumbs .pagination-thumb.pagination-thumb-active span {
  color: #ec6c00;
}

.gallery-main .pagenation-thumbs .pagination-thumb span {
  display: block;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
}

.gallery-main .pagenation-thumbs .pagination-thumb span small {
  font-size: 0.8em;
}

@media screen and (max-width: 768px) {
  .gallery-main {
    width: 90%;
  }

  .gallery-main .slide-wrapper {
    position: relative;
    height: auto;
    margin: auto auto 20px;
  }

  .gallery-main .slide-wrapper:last-child {
    margin: auto auto 0;
  }

  .gallery-main .slide-wrapper ul {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
  }

  .gallery-main .pagenation-thumbs {
    position: relative;
    margin-top: 30px;
    width: 100%;
    height: 60px;
  }

  .gallery-main .pagenation-thumbs .pagination-thumb {
    width: 32%;
    height: 60px;
  }

  .gallery-main .pagenation-thumbs .pagination-thumb::after {
    width: 4px;
    height: 54px;
    top: -10px;
    left: 5px;
  }

  .gallery-main .pagenation-thumbs .pagination-thumb span {
    font-size: 1.4rem;
  }
}

.ttl-vision {
  background: url(../../assets/images/about/vision-txt-gothic.png) center bottom no-repeat;
  background-size: auto 114px;
}

.ttl-vision::after {
  width: 373px;
  height: 51px;
  top: auto;
  bottom: 40px;
  right: 0;
  left: 0;
  margin: auto auto auto auto;
  background: url(../../assets/images/about/vision-txt-script.png) center center no-repeat;
  background-size: 100% auto;
}

.ttl-vision h2 {
  height: 114px;
  margin-bottom: 60px;
  padding-top: 80px;
  text-align: center;
}

.ttl-vision h2 span {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .ttl-vision {
    background: url(../../assets/images/about/vision-txt-gothic.png) center top no-repeat;
    background-size: auto 57px;
  }

  .ttl-vision::after {
    width: 248.66667px;
    height: 34px;
    top: 10px;
    bottom: auto;
    right: 0;
    left: 0;
    margin: 0 auto auto auto;
    background: url(../../assets/images/about/vision-txt-script.png) center top no-repeat;
    background-size: 100% auto;
  }

  .ttl-vision h2 {
    height: 70px;
    margin-bottom: 60px;
    padding-top: 70px;
  }
}

/* ==========================================================================
  Contact Page
  ========================================================================== */
.page-ttl-contact {
  background: url(../../assets/images/common/contact-bg.jpg) center center no-repeat;
  background-size: cover;
}

.page-ttl-contact .l-inner .ttl {
  position: absolute;
  z-index: 2;
  top: -60px;
  bottom: 0;
  width: 100%;
  height: 120px;
  margin: auto auto auto 0;
}

.page-ttl-contact .ttl-contact {
  background: url(../../assets/images/common/contact-txt-gothic.png) left bottom no-repeat;
  background-size: auto 60px;
}

.page-ttl-contact .ttl-contact::after {
  top: auto;
  right: auto;
  bottom: 40px;
  left: 10px;
  width: 186px;
  height: 56px;
  margin: auto auto auto 0;
  background: url(../../assets/images/common/contact-txt-script.png) no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 768px) {
  .page-ttl-contact {
    background: url(../../assets/images/common/contact-bg.jpg) center center no-repeat;
    background-size: cover;
  }

  .page-ttl-contact .l-inner .ttl {
    z-index: 2;
    top: -20px;
    bottom: 0;
    width: 100%;
    height: 70px;
    margin: auto auto auto auto;
  }

  .page-ttl-contact .ttl-contact {
    background: url(../../assets/images/common/contact-txt-gothic.png) center center no-repeat;
    background-size: auto 30px;
  }

  .page-ttl-contact .ttl-contact::after {
    top: auto;
    right: auto;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 93px;
    height: 28px;
    margin: auto auto 0 auto;
    background: url(../../assets/images/common/contact-txt-script.png) center bottom no-repeat;
    background-size: 100% auto;
  }
}

.l-section-cnt-contact {
  padding-top: 30px;
}

.l-section-cnt-contact iframe {
  width: 100%;
}

/* ==========================================================================
  Others
  ========================================================================== */
/* ---------------
	SNS
------------------ */
/* SNS(small) */
.l-header .sns {
  width: 120px;
  overflow: hidden;
  position: absolute;
  right: 8px;
  top: 0;
}

.l-header .sns ul {
  display: table;
  margin: 0 auto 0;
  text-align: center;
}

.l-header .sns ul li {
  display: table-cell;
  padding: 0 4px;
}

.l-header .sns ul li a {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}

.l-header .sns ul li a .icon-fill {
  transition: all 0.25s ease-out;
  fill: #000;
}

.l-header .sns ul li a .icon-frame {
  transition: all 0.5s ease-out;
  fill: #fff;
  transform: scale(0);
  transform-origin: 50% 50% 0;
}

@media screen and (min-width: 769px) {
  .l-header .sns ul li a:hover .icon-fill {
    fill: #fff;
  }

  .l-header .sns ul li a:hover .icon-frame {
    fill: #000;
    transform: scale(1);
  }
}

@media screen and (max-width: 768px) {
  .l-header .sns {
    width: 90px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
  }

  .l-header .sns ul {
    display: table;
    margin: 0 auto 0;
    text-align: center;
  }

  .l-header .sns ul li {
    display: table-cell;
    padding: 0 4px;
  }

  .l-header .sns ul li a {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
  }

  .l-header .sns ul li a .icon-fill {
    transition: all 0.25s ease-out;
    fill: #000;
  }

  .l-header .sns ul li a .icon-frame {
    transition: all 0.5s ease-out;
    fill: #fff;
    transform: scale(0);
    transform-origin: 50% 50% 0;
  }
}

/* ==========================================================================
Partners Page
========================================================================== */
.page-ttl-partners {
  background: url(../../assets/images/partners/ttl-bg.jpg) top center no-repeat;
  background-size: cover;
}

.ttl-partners {
  /* background: url(../../assets/images/common/message-txt-gothic.png) left bottom no-repeat;
  background-size: auto 60px; */
}

.ttl-partners::after {
  width: 186px;
  height: 54px;
  top: auto;
  bottom: 40px;
  right: auto;
  left: 10px;
  margin: auto auto auto auto;
  background: url(../../assets/svg/common/txt-partners.svg) no-repeat;
  background-size: 100% auto;
}

.ttl-partners h2 {
  height: 120px;
}

/* .ttl-partners h2 span::after {
  width: 57px;
  height: 46px;
  top: 0;
  bottom: 15px;
  right: -76px;
  left: auto;
  margin: auto auto auto auto;
  background: url(../../assets/images/common/message-icon.png) no-repeat;
  background-size: 100% auto;
} */

@media screen and (max-width: 768px) {
  .ttl-partners {
    /* background: url(../../assets/images/common/message-txt-gothic.png) center bottom no-repeat;
    background-size: auto 35px; */
    text-align: center;
    margin: 0 auto;
  }

  /* .ttl-partners::after {
    width: 124px;
    height: 36px;
    top: auto;
    bottom: 30px;
    right: 0;
    left: 0;
    margin: auto auto 0 auto;
    background: url(../../assets/svg/common/txt-partners.svg) center bottom no-repeat;
    background-size: 100% auto;
  } */

  .ttl-partners h2 {
    height: 70px;
  }

  /* .ttl-partners h2 span::after {
    width: 38px;
    height: 30.66667px;
    bottom: 15px;
    right: -38px;
  } */
}


/* ==========================================================================
Signage Page
========================================================================== */
.page-ttl-signage {
  background: url(../../assets/images/signage/ttl-bg.jpg) top center no-repeat;
  background-size: cover;
}

.ttl-signage {
  /* background: url(../../assets/images/common/message-txt-gothic.png) left bottom no-repeat;
  background-size: auto 60px; */
}

.ttl-signage::after {
  width: 138px;
  height: 54px;
  top: auto;
  bottom: 40px;
  right: auto;
  left: 10px;
  margin: auto auto auto auto;
  background: url(../../assets/svg/common/txt-signage.svg) no-repeat;
  background-size: 100% auto;
}

.ttl-signage h2 {
  height: 120px;
}

@media screen and (max-width: 768px) {
  .ttl-signage {
    /* background: url(../../assets/images/common/message-txt-gothic.png) center bottom no-repeat;
    background-size: auto 35px; */
    text-align: center;
    margin: 0 auto;
  }

  .ttl-signage h2 {
    height: 70px;
  }
}

/* ==========================================================================
Shibuya109 Page
========================================================================== */
.page-ttl-shibuya109 {
  background: url(../../assets/images/shibuya109/ttl-bg.jpg) top center no-repeat;
  background-size: cover;
}

.ttl-shibuya109 {
  /* background: url(../../assets/images/common/message-txt-gothic.png) left bottom no-repeat;
  background-size: auto 60px; */
}

.ttl-shibuya109::after {
  width: 202px;
  height: 54px;
  top: auto;
  bottom: 40px;
  right: auto;
  left: 10px;
  margin: auto auto auto auto;
  background: url(../../assets/svg/common/txt-shibuya109.svg) no-repeat;
  background-size: 100% auto;
}

.ttl-shibuya109 h2 {
  height: 120px;
}

@media screen and (max-width: 768px) {
  .ttl-shibuya109 {
    /* background: url(../../assets/images/common/message-txt-gothic.png) center bottom no-repeat;
    background-size: auto 35px; */
    text-align: center;
    margin: 0 auto;
  }

  .ttl-shibuya109 h2 {
    height: 70px;
  }
}

/* ==========================================================================
  Preparation Page æº–å‚™ä¸­
  ========================================================================== */

.l-section-preparation {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-section-preparation p {
  font-size: 2rem;
  text-align: center;
}

/* ==========================================================================
  banner-headã€€ãƒ˜ãƒƒãƒ€ãƒ¼ã®ãƒãƒŠãƒ¼
  ========================================================================== */
.banner-head {
  position: relative;
  width: 100%;
  margin-top: 25px;
}
.banner-head a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(228, 0, 127, 1);
  text-align: center;
  text-decoration: none;
}
.banner-head span {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 27px;
}
.banner-head a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 0;
  background: #000;
  transition: height 0.1s;
}

@media screen and (min-width: 769px) {
  .banner-head a:hover::after {
    height: 100%;
    transition: height 0.2s;
  }
}

@media screen and (max-width: 768px) {
  .banner-head {
    margin-top: 0;
  }
  .banner-head span {
    font-size: 1.2rem;
    line-height: 21px;
  }
}



</pre></body></html>