@charset "UTF-8";
@font-face {
  font-family: OpenSans m;
  font-weight: 400;
  font-style: normal;
  src: url(/ja/assets/font/OpenSans-Regular.woff) format("woff"), url(/ja/assets/font/OpenSans-Regular.ttf) format("truetype")
}

@font-face {
  font-family: OpenSans s-b;
  font-weight: 600;
  font-style: normal;
  src: url(/ja/assets/font/OpenSans-SemiBold.woff) format("woff"), url(/ja/assets/font/OpenSans-SemiBold.ttf) format("truetype")
}

@font-face {
  font-family: OpenSans b;
  font-weight: 700;
  font-style: normal;
  src: url(/ja/assets/font/OpenSans-Bold.woff) format("woff"), url(/ja/assets/font/OpenSans-Bold.ttf) format("truetype")
}

body,
html {
  height: 100%
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit
}

pre,
textarea {
  overflow: auto
}

[hidden],
audio:not([controls]),
template {
  display: none
}

details,
main,
summary {
  display: block
}

input[type=number] {
  width: auto
}

input[type=search] {
  -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

progress {
  display: inline-block
}

small,
sub,
sup {
  font-size: 75%
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  line-height: 0
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

textarea {
  resize: vertical
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle
}

img {
  border: 0;
  max-width: 100%;
  height: auto
}

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button
}

button[disabled],
html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0
}

input {
  line-height: normal
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace
}

ol,
ul {
  list-style: none
}

select {
  -moz-appearance: none;
  -webkit-appearance: none
}

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

fieldset {
  border: 0
}

html {
  font-size: 14px
}

body {
  background-color: #fff;
  word-wrap: break-word;
  color: #3a3a3a;
  font-family: Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  line-height: 1.6875;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%
}

a {
  text-decoration: underline;
  color: #00f
}

a:active,
a:hover {
  text-decoration: none
}

a:active {
  color: #ff8000
}

a[href^="tel:"]:hover {
  color: #00f
}

@media (min-width:768px) {
  a[href^="tel:"] {
    cursor: text;
    text-decoration: none
  }
}

::-moz-selection {
  background-color: #036eb8;
  color: #fff;
  text-shadow: none
}

::selection {
  background-color: #036eb8;
  color: #fff;
  text-shadow: none
}

[class$=icon-toyo]:before,
[class*="icon-toyo "]:before {
  margin: 0
}

button {
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

[aria-hidden=true] {
  display: none
}

.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.l-header,
.l-header a {
  -webkit-transition: color .8s ease;
  transition: color .8s ease;
  color: #000
}

.l-header a {
  text-decoration: none
}

.is-headerColorWhite .l-header.-global,
.is-headerColorWhite .l-header.-global a {
  color: #fff
}

.l-header.-mini {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  padding: 14px 0;
  width: 100%;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  background-color: #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (min-width:767px) {
  .l-header.-mini {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
  }
}

.l-header.-mini a {
  color: #fff
}

.l-header.-mini[aria-expanded=true],
.view-drawer .l-header.-mini {
  visibility: visible!important;
  opacity: 1!important;
  z-index: 1100;
  -webkit-transform: translateY(0)!important;
  -ms-transform: translateY(0)!important;
  transform: translateY(0)!important
}

.-global .l-header_logo {
  margin: 78px 0 0 40px
}

@media screen and (max-width:768px) {
  .-global .l-header_logo {
    margin: 5.6vw 0 0 4vw
  }
}

.-mini .l-header_logo {
  margin: 0 0 0 40px
}

@media screen and (max-width:768px) {
  .-mini .l-header_logo {
    margin: 0 0 0 15px
  }
}

.l-header_logo a {
  display: block
}

.l-header_logo svg {
  width: 316px;
  height: 24px;
  -webkit-transition: fill .8s ease;
  transition: fill .8s ease;
  fill: #000
}

.is-headerColorWhite .l-header_logo svg {
  fill: #fff
}

.-mini .l-header_logo svg {
  width: 210px;
  height: 17px;
  fill: #fff!important
}

@media screen and (max-width:768px) {
  .l-header_logo svg {
    width: 270px;
    height: 21px
  }
}

.l-header_menuButton {
  width: 24px;
  height: 24px;
  text-align: center
}

@media screen and (max-width:768px) {
  .l-header_menuButton {
    margin-top: 3px;
    height: 20px
  }
}

.l-header_menuButton button {
  display: block;
  width: 100%;
  height: 100%
}

.menuButton_iconWrap {
  display: block;
  position: relative;
  width: 100%;
  height: 9px
}

.menuButton_iconWrap i {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 2px;
  -webkit-transition: background-color .4s ease, -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
  transition: background-color .4s ease, -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
  transition: transform .3s cubic-bezier(.25, .46, .45, .94), background-color .4s ease;
  transition: transform .3s cubic-bezier(.25, .46, .45, .94), background-color .4s ease, -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
  background-color: #000
}

.is-headerColorWhite .menuButton_iconWrap i {
  background-color: #fff
}

.-mini .menuButton_iconWrap i {
  background-color: #fff!important
}

.menuButton_iconWrap i:first-child {
  top: 0
}

.l-header_menuToggle[aria-expanded=true] .menuButton_iconWrap i:first-child {
  top: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.menuButton_iconWrap i:last-child {
  bottom: 0
}

.l-header_menuToggle[aria-expanded=true] .menuButton_iconWrap i:last-child {
  bottom: 5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.menuButton_text {
  display: block;
  margin: 4px 0 0 -5px;
  -webkit-transform: scale(.7);
  -ms-transform: scale(.7);
  transform: scale(.7);
  white-space: nowrap;
  letter-spacing: .1rem;
  font-size: 10px;
  font-weight: 700
}

@media screen and (max-width:768px) {
  .menuButton_text {
    margin: 2px 0 0 -5px
  }
  .-mini .menuButton_text {
    color: #fff
  }
}

.l-header_container {
  padding: 23px 36px 0 0
}

@media screen and (min-width:767px) {
  .l-header_container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
}

.-mini .l-header_container {
  padding: 0 36px 0 0
}

@media screen and (max-width:768px) {
  .-mini .l-header_container.-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 0 21px 0 0
  }
}

.l-header_container.-sp {
  display: none
}

@media screen and (max-width:768px) {
  .l-header_container.-pc {
    display: none
  }
  .l-header_container.-sp {
    display: block;
    padding: 4vw 5.6vw 0 0
  }
}

.l-header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.l-header_nav.-sub {
  margin-bottom: 30px
}

.-mini .l-header_nav.-sub {
  display: none
}

.l-header_navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700
}

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

.-sp .l-header_navList {
  margin-top: 23px
}

.-mini .-sp .l-header_navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 0
}

.l-header_navItem {
  position: relative;
  letter-spacing: 1px
}

.l-header_navItem.is-active {
  color: #3a3a3a!important
}

.l-header_navItem a span {
  display: inline-block;
  position: relative
}

.l-header_navItem a span:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  background: #333
}

.-mini .l-header_navItem a span:after,
.is-headerColorWhite .l-header_navItem a span:after {
  background-color: #fff
}

.l-header_navItem a:hover span:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top
}

.l-header_navItem.is-active a span {
  position: relative;
  z-index: 10;
  color: #3a3a3a
}

.-sub .l-header_navItem {
  font-size: 12px
}

.-sub .l-header_navItem+.l-header_navItem {
  margin-left: 40px
}

.-main .l-header_navItem+.l-header_navItem {
  margin-left: 48px
}

.l-header_navItem .en {
  display: none
}

@media screen and (max-width:768px) {
  .l-header_navItem .en {
    display: block
  }
}

.-sp .l-header_navItem {
  text-align: center;
  letter-spacing: .5px;
  font-size: 12px;
  font-weight: 700
}

.-sp .l-header_navItem:first-child {
  margin-bottom: 21px
}

.-mini .-sp .l-header_navItem {
  margin-top: 3px;
  margin-right: 25px
}

.-mini .-sp .l-header_navItem:first-child {
  margin-bottom: 0
}

.l-header_navItem .search-1icon-toyo {
  position: relative;
  top: -2px
}

.l-header_search {
  font-size: 17px
}

@media screen and (max-width:768px) {
  .l-header_search i:before {
    font-size: 15px
  }
  .-mini .l-header_search i:before {
    color: #fff
  }
}

.l-header_lang_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.-sp .l-header_lang_list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.l-header_lang_item {
  font-size: 13px
}

.l-header_lang_item+.l-header_lang_item {
  margin-left: 17px
}

.l-header_lang_close {
  position: relative;
  margin-right: 20px;
  padding-right: 15px
}

.l-header_lang_close:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 16px;
  background-color: #d3d3d3
}

.l-header_lang_current {
  cursor: pointer;
  font-size: 13px
}

.is-active .l-header_lang_current {
  position: relative;
  z-index: 101;
  color: #3a3a3a!important
}

.-pc .is-active .l-header_lang_current {
  top: 2px
}

.-sp .is-active .l-header_lang_current {
  top: -1px;
  right: 10px;
  font-size: 13px
}

.l-header.-mini .-sp .is-active .l-header_lang_current {
  top: 3px
}

@media screen and (max-width:768px) {
  .l-header_lang_current {
    font-size: 14px
  }
  .-mini .l-header_lang_current {
    color: #fff
  }
}

.l-drawer {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

@media screen and (min-width:767px) {
  .l-drawer {
    display: none
  }
}

.l-drawer[aria-expanded=false] {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .4s cubic-bezier(.39, .575, .565, 1), visibility .4s;
  transition: opacity .4s cubic-bezier(.39, .575, .565, 1), visibility .4s;
  pointer-events: none
}

.l-drawer[aria-expanded=true] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .4s cubic-bezier(.39, .575, .565, 1), visibility 0s;
  transition: opacity .4s cubic-bezier(.39, .575, .565, 1), visibility 0s
}

.l-drawer_inner {
  position: absolute;
  top: 51px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/ja/assets/img/common/drawer_bg.jpg) 50% 0 no-repeat;
  background-size: cover
}

.l-drawer_nav {
  overflow-y: auto;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 11.2vw;
  width: 84.26667vw;
  height: 100%;
  background-color: #fff
}

.l-drawer_navList.-sub {
  padding: 25px 0
}

.l-drawer_navItem {
  width: 100%
}

.-main .l-drawer_navItem {
  border-bottom: 1px solid #e3e3df
}

.-sub .l-drawer_navItem {
  font-size: 12px
}

.l-drawer_navItem>a {
  text-decoration: none;
  color: #3a3a3a
}

.-main .l-drawer_navItem>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 62px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.-sub .l-drawer_navItem>a {
  display: block;
  margin-bottom: 20px
}

.l-drawer_navItem .jp {
  font-size: 18px
}

.l-drawer_navItem .en {
  display: block;
  padding-right: 23px;
  color: #908a6a;
  font-size: 10px
}

.l-drawer_navItem span .icon-toyo {
  margin-right: 8px
}

.l-drawer_navItem .closeicon-toyo {
  margin-right: 20px;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.23, 1, .32, 1);
  transition: -webkit-transform .4s cubic-bezier(.23, 1, .32, 1);
  transition: transform .4s cubic-bezier(.23, 1, .32, 1);
  transition: transform .4s cubic-bezier(.23, 1, .32, 1), -webkit-transform .4s cubic-bezier(.23, 1, .32, 1);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font-size: 10px
}

.l-drawer_navItem.is-active .closeicon-toyo {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0)
}

.l-drawer_slideToggle {
  display: none
}

body {
  min-width: 1000px
}

body.is-orientend {
  overflow: hidden;
  min-width: 100%
}

@media screen and (max-width:768px) {
  body {
    min-width: 100%
  }
}

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

.card_inner {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1140px
}

@media screen and (max-width:768px) {
  .card_inner {
    padding: 0 4vw
  }
}

[v-cloak] {
  display: none
}

.p-breadcrumb {
  padding: 20px 40px 16px
}

@media screen and (max-width:768px) {
  .p-breadcrumb {
    padding: 12px 19px 0
  }
}

.p-breadcrumb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.p-breadcrumb_item {
  position: relative;
  color: #bbb;
  font-size: 12px
}

@media screen and (max-width:768px) {
  .p-breadcrumb_item {
    font-size: 10px
  }
}

.p-breadcrumb_item a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #908a6a
}

.p-breadcrumb_item a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  background: #908a6a
}

.is-headerColorWhite .p-breadcrumb_item a:after {
  background-color: #fff
}

.p-breadcrumb_item a:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top
}

.p-breadcrumb_item+.p-breadcrumb_item {
  padding-left: 28px
}

@media screen and (max-width:768px) {
  .p-breadcrumb_item+.p-breadcrumb_item {
    padding-left: 24px
  }
}

.p-breadcrumb_item+.p-breadcrumb_item:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7px;
  margin: auto;
  width: 13px;
  height: 1px;
  background-color: #9f997b
}

@media screen and (max-width:768px) {
  .p-breadcrumb_item+.p-breadcrumb_item:after {
    width: 6px
  }
}

.p-footerBanner {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1140px
}

@media screen and (max-width:768px) {
  .p-footerBanner {
    padding: 0 15px
  }
}

.p-footerBanner_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (max-width:768px) {
  .p-footerBanner_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.p-footerBanner_item {
  position: relative;
  width: 100%
}

@media screen and (max-width:768px) {
  .p-footerBanner_item {
    max-width: 300px
  }
}

@media screen and (min-width:767px) {
  .p-footerBanner_item+.p-footerBanner_item {
    margin-left: 40px
  }
}

@media screen and (max-width:768px) {
  .p-footerBanner_item+.p-footerBanner_item {
    margin-top: 15px
  }
}

.p-footerBanner_item a {
  display: block
}

.p-footerBanner_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  z-index: 200;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.p-footerBanner_label .label_ja {
  font-size: 22px;
  font-weight: 700
}

@media screen and (max-width:768px) {
  .p-footerBanner_label .label_ja {
    font-size: 18px
  }
}

.p-footerBanner_label .label_en {
  font-size: 18px;
  font-weight: 700
}

@media screen and (max-width:768px) {
  .p-footerBanner_label .label_en {
    font-size: 12px;
    line-height: 1
  }
}

.c-imageBg {
  display: block;
  overflow: hidden;
  -webkit-transition: all .3s cubic-bezier(.25, .46, .45, .94);
  transition: all .3s cubic-bezier(.25, .46, .45, .94)
}

.c-imageBg img {
  display: block;
  -webkit-transition: -webkit-transform 1s cubic-bezier(.39, .575, .565, 1);
  transition: -webkit-transform 1s cubic-bezier(.39, .575, .565, 1);
  transition: transform 1s cubic-bezier(.39, .575, .565, 1);
  transition: transform 1s cubic-bezier(.39, .575, .565, 1), -webkit-transform 1s cubic-bezier(.39, .575, .565, 1)
}

a:hover .c-imageBg,
button:hover .c-imageBg {
  border-radius: 4px;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03)
}

a:hover .c-imageBg img,
button:hover .c-imageBg img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.font_en {
  font-family: OpenSans m
}

.font_enSbold {
  font-family: OpenSans s-b
}

.font_enBold {
  font-family: OpenSans b
}

@media screen and (max-width:768px) {
  .l-header.-global {
    display: none
  }
}

.c-news_list:not(:first-child) {
  margin-top: 10px
}

@media screen and (max-width:768px) {
  .c-news_list:not(:first-child) {
    margin-top: 4px
  }
}

.c-news_list .date {
  width: 19.64286%;
  letter-spacing: .9px
}

@media screen and (max-width:768px) {
  .c-news_list .date {
    margin-right: 2.13333vw;
    width: auto;
    font-size: 10px
  }
}

.c-news_list .text {
  width: 79.64286%
}

@media screen and (max-width:768px) {
  .c-news_list .text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px
  }
}

.c-news_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: color .24s ease;
  transition: color .24s ease;
  color: #3a3a3a;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.c-news_list a:hover {
  color: #a0a0a0
}

.c-news_list span {
  text-decoration: underline
}

.c-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.c-card a:hover .c-card_thumbnail img {
  border-radius: 4px;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03)
}

.c-card img {
  width: 100%
}

.-col3 .c-card {
  width: 27.81818%
}

.-col3 .c-card a {
  text-decoration: none;
  color: #3a3a3a
}

.c-card_thumbnail {
  margin-bottom: 15px
}

.c-card_thumbnail img {
  -webkit-transition: all .24s cubic-bezier(.25, .46, .45, .94);
  transition: all .24s cubic-bezier(.25, .46, .45, .94)
}

.c-card_body {
  margin-top: 22px
}

.c-card_body .text {
  margin-bottom: 17px
}

.c-card_category {
  letter-spacing: 1px;
  color: #908a6a
}

.c-card_title {
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 1.375
}

@media screen and (max-width:768px) {
  .c-card_title {
    font-size: 12px
  }
}

.c-card_jp {
  font-size: 12px
}

@media screen and (max-width:768px) {
  .c-card_jp {
    font-size: 10px
  }
}

.c-card_postmeta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 1px;
  font-size: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.c-card_postmeta .publisher {
  color: #ababab
}

.c-panels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (max-width:768px) {
  .c-panels {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 9.86667vw!important
  }
}

.c-panel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-decoration: none;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.c-panel a:before {
  content: "\6a";
  display: block;
  position: absolute;
  z-index: 22;
  top: 0;
  right: 21px;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 8px
}

.c-panel a:hover img {
  border-radius: 4px;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03)
}

.c-panel img {
  width: 100%;
  -webkit-transition: all .24s cubic-bezier(.25, .46, .45, .94);
  transition: all .24s cubic-bezier(.25, .46, .45, .94)
}

.-col3 .c-panel:not(:first-child) {
  margin-left: 25px
}

@media screen and (max-width:768px) {
  .-col3 .c-panel:not(:first-child) {
    margin-left: 0
  }
}

.c-panel_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.2;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.c-panel_title .jp {
  font-size: 22px
}

@media screen and (max-width:768px) {
  .c-panel_title .jp {
    font-size: 18px
  }
}

.c-panel_title .en {
  font-size: 18px
}

@media screen and (max-width:768px) {
  .c-panel_title .en {
    font-size: 12px
  }
}

.c-panel_title .dot_text {
  margin: 0 -3px
}

.c-button_block {
  text-align: center;
  letter-spacing: 1px
}

.c-button {
  display: inline-block;
  position: relative;
  padding: 14px 0 12px;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: background-color .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94), -webkit-box-shadow .4s cubic-bezier(.25, .46, .45, .94);
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94), -webkit-box-shadow .4s cubic-bezier(.25, .46, .45, .94);
  transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
  transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94), -webkit-box-shadow .4s cubic-bezier(.25, .46, .45, .94);
  background-color: #908a6a;
  text-decoration: none;
  color: #fff
}

.c-button:hover {
  background-color: #d8cf9f;
  color: #585441;
  -webkit-box-shadow: 0 15px 15px -8px rgba(0, 0, 0, .2);
  box-shadow: 0 15px 15px -8px rgba(0, 0, 0, .2)
}

.c-button .icon-toyo {
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  margin: auto;
  width: 1em;
  height: 1em;
  font-size: 1em;
  line-height: 1
}

@media screen and (max-width:768px) {
  .c-button .icon-toyo {
    right: 13px
  }
}

@media screen and (max-width:768px) {
  .c-button {
    font-size: 12px
  }
}

.c-floating_nav {
  position: fixed;
  z-index: 500;
  top: 280px;
  right: 0;
  padding: 10px 0 10px 10px
}

@media screen and (max-width:768px) {
  .c-floating_nav {
    top: auto;
    bottom: 0;
    padding: 0;
    width: 100%;
    height: 50px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
  }
}

@media screen and (min-width:767px) {
  .c-floating_nav:hover .c-floating_list a {
    padding-top: 12px;
    width: 100px
  }
}

@media screen and (max-width:768px) {
  .c-floating_menu {
    height: 100%
  }
}

.c-floating_lists {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background: #3a3a3a
}

@media screen and (max-width:768px) {
  .c-floating_lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0;
    height: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
}

.c-floating_lists .icon-toyo {
  color: #e2d9af;
  font-size: 20px
}

@media screen and (max-width:768px) {
  .c-floating_list {
    width: 33%
  }
}

.c-floating_list:not(:last-child) {
  border-bottom: 1px solid #333
}

@media screen and (max-width:768px) {
  .c-floating_list:not(:last-child) {
    border-right: 1px solid #333;
    border-bottom: none
  }
}

.c-floating_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 12px;
  width: 100px;
  height: 70px;
  -webkit-transition: width .4s cubic-bezier(.445, .05, .55, .95), padding-top .4s cubic-bezier(.445, .05, .55, .95), background .4s cubic-bezier(.445, .05, .55, .95);
  transition: width .4s cubic-bezier(.445, .05, .55, .95), padding-top .4s cubic-bezier(.445, .05, .55, .95), background .4s cubic-bezier(.445, .05, .55, .95);
  text-align: center;
  text-decoration: none
}

.c-floating_list a:hover {
  background: #202020
}

@media screen and (max-width:768px) {
  .c-floating_list a {
    padding: 0;
    width: 100%;
    height: 100%
  }
}

.is-small .c-floating_list a {
  padding-top: 18px;
  width: 50px
}

.c-floating_text {
  white-space: nowrap;
  color: #aaa9a5;
  font-size: 10px
}

@media screen and (max-width:768px) {
  .c-floating_text {
    margin-top: -4px
  }
}

.c-svgIcon {
  display: inline-block;
  overflow: hidden
}

.c-search_box {
  display: none;
  position: absolute;
  top: -4px;
  right: -21px;
  padding: 4px 20px 3px 18px;
  border-radius: 50px;
  width: 298px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, .2);
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, .2)
}

.c-search_box form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%
}

.c-search_close {
  margin-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px
}

.c-search_inputArea {
  margin-right: 10px;
  border: none;
  outline-style: unset;
  font-size: 14px
}

.c-search_button {
  margin-left: auto;
  font-size: 17px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0px;
  flex: 0 0 0
}

.c-header_tip {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  right: -21px;
  bottom: 0;
  margin: auto;
  border-radius: 50px;
  height: 40px;
  -webkit-transition: opacity .2s cubic-bezier(.39, .575, .565, 1), visibility .2s cubic-bezier(.39, .575, .565, 1);
  transition: opacity .2s cubic-bezier(.39, .575, .565, 1), visibility .2s cubic-bezier(.39, .575, .565, 1);
  background-color: #fff;
  pointer-events: none;
  -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, .2);
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, .2)
}

.-sp .c-header_tip {
  right: 0
}

.is-active .c-header_tip {
  visibility: visible;
  opacity: 1;
  z-index: 100;
  -webkit-transition: opacity .2s cubic-bezier(.39, .575, .565, 1), visibility 0s cubic-bezier(.39, .575, .565, 1);
  transition: opacity .2s cubic-bezier(.39, .575, .565, 1), visibility 0s cubic-bezier(.39, .575, .565, 1);
  pointer-events: auto;
  color: #3a3a3a!important
}

.is-active .c-header_tip a,
.is-active .c-header_tip i {
  color: #3a3a3a!important
}

.c-header_tip-sns {
  top: -5px;
  padding: 11px 78px 0 29px
}

.is-active .c-header_tip-sns {
  z-index: 1
}

.c-header_tip-sns .sns_lists a {
  font-size: 20px
}

.c-header_tip-sns .sns_list:not(:first-child) {
  margin-left: 23px
}

.c-header_tip-sns .sns_list.-youtube a {
  font-size: 16px
}

.c-header_tip-lang {
  padding: 9px 55px 0 29px
}

.-sp .c-header_tip-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 0 44px 0 29px
}

.c-header_tip-lang .sns_lists a {
  font-size: 20px
}

.c-header_tip-lang .sns_list:not(:first-child) {
  margin-left: 23px
}

.c-header_tip-lang .sns_list.-youtube a {
  font-size: 16px
}

.-sp .c-header_tip-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 8vw
}

.-sp .c-header_tip-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0
}

.-sp .c-header_tip-search .c-search_inputArea {
  margin-right: 0;
  padding-left: 10px;
  font-weight: 400
}

.c-header_tip .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%
}

.c-header_tip .form input {
  font-weight: 400
}

.-pc .c-header_tip .form input {
  width: 100%
}

.c-header_tip .form .search-1icon-toyo {
  top: 0;
  right: 2px
}

.c-header_tip_close {
  margin-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px
}

.c-header_tip_inputArea {
  margin-right: 10px;
  border: none;
  outline-style: unset;
  font-size: 14px
}

.c-header_tip_button {
  margin-left: auto;
  font-size: 17px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px
}

.c-pageback {
  margin: 0 auto;
  width: 260px
}

.p-footerBanner+.c-pageback {
  margin-top: 107px
}

@media screen and (max-width:768px) {
  .p-footerBanner+.c-pageback {
    margin-top: 37px;
    width: 250px
  }
}

.c-pageback a {
  display: block;
  padding: 13px;
  border: 1px solid #000;
  border-radius: 3px;
  -webkit-transition: all .2s cubic-bezier(.39, .575, .565, 1);
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
  text-align: center;
  text-decoration: none;
  letter-spacing: .2px;
  color: #000
}

@media screen and (max-width:768px) {
  .c-pageback a {
    padding: 7px;
    font-size: 15px
  }
}

.c-pageback a:hover {
  border: 1px solid #908a6a;
  background-color: #908a6a;
  color: #fff
}

.c-table-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 16px;
  line-height: 2.25;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.c-table-item:not(:first-child) {
  margin-top: 14px
}

@media screen and (max-width:768px) {
  .c-table-item:not(:first-child) {
    margin-top: 8px
  }
}

.c-table-item dd,
.c-table-item dt {
  padding-top: 16px
}

@media screen and (max-width:768px) {
  .c-table-item dd,
  .c-table-item dt {
    padding-top: 17px
  }
}

.c-table-item dt {
  border-top: 1px solid #908a6a;
  font-size: 14px;
  font-weight: 700
}

@media screen and (max-width:768px) {
  .c-table-item dt {
    font-size: 10px
  }
}

.c-table-item dd {
  border-top: 1px solid #e5e5e5
}

@media screen and (max-width:768px) {
  .c-table-item dd {
    font-size: 13px;
    line-height: 1.69231
  }
}

.c-table-item .font_bold {
  font-weight: 700
}

@media screen and (max-width:768px) {
  .c-table-item:first-child dd,
  .c-table-item:first-child dt {
    padding-top: 0;
    border-top: none
  }
}

.c-table-item .icon_tel {
  position: relative;
  text-decoration: none
}

.c-table-item .icon_tel:after {
  content: "／";
  display: inline-block;
  margin: 0 4px
}

@media screen and (max-width:768px) {
  .c-table-item .icon_tel:after {
    content: "";
    position: relative;
    top: 3px;
    margin-left: 10px;
    width: 18px;
    height: 18px;
    background: url(/ja/assets/img/common/icon_tel.png) no-repeat;
    background-size: contain
  }
}

@media screen and (min-width:767px) {
  .c-table-item .icon_tel {
    pointer-events: none;
    color: #3a3a3a
  }
}

@media screen and (max-width:768px) {
  .c-table-item .icon_tel {
    color: #908a6a;
    font-size: 15px;
    font-weight: 700
  }
}

.is-sp {
  display: none
}

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

.access_guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px
}

@media screen and (max-width:768px) {
  .access_guide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 23px
  }
}

.access_guide span:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.c-table_lists.-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media screen and (max-width:768px) {
  .c-table_lists.-horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media screen and (min-width:767px) {
  .c-table_lists.-icon li {
    margin-bottom: 13px
  }
  .c-table_lists.-icon li:not(:first-child) {
    margin-left: 38px
  }
}

@media screen and (max-width:768px) {
  .c-table_lists.-icon li {
    margin: 0 26px 11px 0;
    width: auto
  }
  .c-table_lists.-icon li:nth-child(3n) {
    margin-right: 0
  }
}

@media screen and (min-width:767px) {
  .c-table_lists.-logo li:not(:first-child) {
    margin-left: 58px
  }
}

@media screen and (max-width:768px) {
  .c-table_lists.-logo li {
    margin-bottom: 22px
  }
  .c-table_lists.-logo li:nth-child(2n) {
    margin-left: 6.93333vw
  }
}

@media screen and (max-width:768px) {
  .c-table_lists.-logo .icon img {
    width: 100%
  }
}

@media screen and (max-width:768px) {
  .c-table_lists.-logo .icon.-toyo {
    width: 45.33333vw
  }
}

@media screen and (max-width:768px) {
  .c-table_lists.-logo .icon.-kartell {
    width: 15.06667vw
  }
}

@media screen and (max-width:768px) {
  .c-table_lists.-logo .icon.-mooi {
    width: 17.86667vw
  }
}

@media screen and (max-width:768px) {
  .c-table_lists.-logo .icon.-sicis {
    width: 13.33333vw
  }
}

.c-table_lists.-logo .icon.-lakuchul {
  max-width: 119px
}

@media screen and (max-width:768px) {
  .c-table_lists.-logo .icon.-lakuchul {
    width: 13.33333vw
  }
}

.list_icon:before {
  content: "";
  display: inline-block;
  margin: -4px 10px 0 0;
  height: 24px;
  vertical-align: middle;
  color: #3a3a3a
}

@media screen and (max-width:768px) {
  .list_icon:before {
    margin: 0 6px 0 0
  }
}

.list_icon.-kitchen:before {
  width: 22px;
  background: url(/ja/assets/img/showroom/detail/icon_kichen.svg) no-repeat;
  background-size: contain
}

@media screen and (max-width:768px) {
  .list_icon.-kitchen:before {
    width: 17px;
    height: 20px
  }
}

.list_icon.-furniture:before {
  width: 18px;
  background: url(/ja/assets/img/showroom/detail/icon_fun.svg) no-repeat;
  background-size: contain
}

@media screen and (max-width:768px) {
  .list_icon.-furniture:before {
    width: 14px;
    height: 18px
  }
}

.list_icon.-illumination:before {
  width: 25px;
  background: url(/ja/assets/img/showroom/detail/icon_light.svg) no-repeat;
  background-size: contain
}

@media screen and (max-width:768px) {
  .list_icon.-illumination:before {
    width: 19px;
    height: 16px
  }
}

.list_icon.-tile:before {
  width: 18px;
  background: url(/ja/assets/img/showroom/detail/icon_tile.svg) no-repeat;
  background-size: contain
}

@media screen and (max-width:768px) {
  .list_icon.-tile:before {
    width: 15px;
    height: 20px
  }
}

.list_icon.-washroom:before {
  width: 20px;
  background: url(/ja/assets/img/showroom/detail/icon_senmen.svg) no-repeat;
  background-size: contain
}

@media screen and (max-width:768px) {
  .list_icon.-washroom:before {
    width: 15px;
    height: 16px
  }
}

.list_icon.-bus:before {
  width: 25px;
  background: url(/ja/assets/img/showroom/detail/icon_bath.svg) no-repeat;
  background-size: contain
}

@media screen and (max-width:768px) {
  .list_icon.-bus:before {
    width: 20px;
    height: 20px
  }
}

.list_icon.-ladies:before {
  width: 25px;
  background: url(/ja/assets/img/showroom/detail/icon_ladys.svg) no-repeat;
  background-size: contain
}

@media screen and (max-width:768px) {
  .list_icon.-ladies:before {
    width: 20px;
    height: 20px
  }
}

.list_icon.-carpet:before {
  width: 30px;
  background: url(/ja/assets/img/showroom/detail/icon_carpet.svg) no-repeat;
  background-size: contain
}

@media screen and (max-width:768px) {
  .list_icon.-carpet:before {
    width: 20px;
    height: 20px
  }
}

.list_icon.-table:before {
  width: 25px;
  background: url(/ja/assets/img/showroom/detail/icon_tablewear.svg) no-repeat;
  background-size: contain
}

@media screen and (max-width:768px) {
  .list_icon.-table:before {
    width: 20px;
    height: 20px
  }
}

.maintenance_text {
  display: inline-block;
  margin-top: 4px;
  font-size: 12px
}

@media screen and (max-width:768px) {
  .maintenance_text {
    margin-top: 14px
  }
}

.maintenance_img {
  display: inline-block;
  margin: 9px 0 14px;
  cursor: pointer;
  -webkit-transition: opacity .3s cubic-bezier(.55, .055, .675, .19);
  transition: opacity .3s cubic-bezier(.55, .055, .675, .19);
  text-decoration: none;
  color: #3a3a3a
}

.maintenance_img:hover {
  opacity: .7
}

.maintenance_img span {
  position: relative;
  padding: 14px 23px;
  border: 1px solid #e5e5e5
}

@media screen and (max-width:768px) {
  .maintenance_img span {
    padding: 11px 14px
  }
}

.maintenance_img .icon-toyo {
  display: inline-block;
  margin-left: 41px;
  width: 13px;
  height: 14px
}

@media screen and (max-width:768px) {
  .maintenance_img .icon-toyo {
    margin-left: 13px;
    width: 11px;
    height: auto
  }
}

.maintenance_svg {
  width: 248px;
  height: 30px
}

@media screen and (max-width:768px) {
  .maintenance_svg {
    width: 52.8vw;
    height: 3.86667vw
  }
}

.c-card_heading {
  position: relative;
  font-size: 22px
}

@media screen and (max-width:768px) {
  .c-card_heading {
    font-size: 17px
  }
}

.c-card_heading span {
  position: relative;
  z-index: 20;
  padding-right: 22px;
  background: #fff
}

@media screen and (max-width:768px) {
  .c-card_heading span {
    display: inline-block;
    padding-right: 10px;
    line-height: 1.65
  }
}

.c-card_heading:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background: #e5e5e5
}

.c-accordion_list {
  border-top: 1px solid #e3e3df
}

.c-accordion_heading {
  font-weight: 700
}

.c-accordion_heading.-number {
  width: 32px;
  height: 32px;
  background: #bfbb9d;
  text-align: center;
  color: #fff;
  line-height: 32px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}

@media screen and (max-width:768px) {
  .c-accordion_heading.-number {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5.33333vw;
    height: 5.33333vw;
    font-size: 10px;
    line-height: 5.33333vw
  }
}

.c-accordion_heading.-text {
  margin-left: 20px;
  border-right: 1px solid #e3e3df;
  width: 14.54545%;
  color: #908a6a;
  font-size: 26px
}

@media screen and (max-width:768px) {
  .c-accordion_heading.-text {
    margin-left: 29px;
    border: none;
    width: auto;
    font-size: 15px
  }
}

.c-accordion_heading.-text span {
  font-size: 20px
}

@media screen and (max-width:768px) {
  .c-accordion_heading.-text span {
    font-size: 15px
  }
}

.c-accordion_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 29px 40px 27px;
  cursor: pointer;
  background: #f4f4f1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width:768px) {
  .c-accordion_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 17px 10px 12px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

.c-accordion_head:after {
  content: "\46";
  display: block;
  position: absolute;
  top: 0;
  right: 59px;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 14px;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  font-family: toyo;
  font-size: 22px;
  line-height: .5
}

@media screen and (max-width:768px) {
  .c-accordion_head:after {
    right: 5.2vw;
    width: 9px;
    font-size: 15px
  }
}

.c-accordion_head[aria-expanded=true]:after {
  -webkit-animation: closeIcon .6s ease forwards;
  animation: closeIcon .6s ease forwards
}

.c-accordion_head[aria-expanded=false]:after {
  -webkit-animation: openIcon .6s ease forwards;
  animation: openIcon .6s ease forwards
}

@-webkit-keyframes closeIcon {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
  }
  60% {
    -webkit-transform: rotate(48deg);
    transform: rotate(48deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
  }
  70% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
  }
  90% {
    -webkit-transform: rotate(48deg);
    transform: rotate(48deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
  }
}

@keyframes closeIcon {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
  }
  60% {
    -webkit-transform: rotate(48deg);
    transform: rotate(48deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
  }
  70% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
  }
  90% {
    -webkit-transform: rotate(48deg);
    transform: rotate(48deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
  }
}

@-webkit-keyframes openIcon {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
  }
  60% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
  }
  70% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
  }
  90% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
  }
}

@keyframes openIcon {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
  }
  60% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
  }
  70% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
  }
  90% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
  }
}

.c-accordion_text {
  margin-left: 24px;
  font-weight: 700;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media screen and (max-width:768px) {
  .c-accordion_text {
    margin-left: 29px;
    font-size: 10px
  }
}

.c-accordion_body {
  overflow: hidden;
  width: 100%;
  background: #e9e9e6
}

.c-accordion_body span {
  display: block;
  padding: 33px 40px
}

.sns_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width:768px) {
  .sns_lists {
    padding: 0 3.46667vw;
    width: 54.66667vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.sns_lists a {
  -webkit-transition: opacity .15s cubic-bezier(.445, .05, .55, .95);
  transition: opacity .15s cubic-bezier(.445, .05, .55, .95);
  text-decoration: none;
  color: #3a3a3a;
  font-size: 22px;
  line-height: 1
}

@media screen and (max-width:768px) {
  .sns_lists a {
    font-size: 20px
  }
}

.sns_lists a:hover {
  opacity: .5
}

.sns_lists .-youtube a {
  font-size: 18px
}

.sns_list:not(:first-child) {
  margin-left: 16px
}

@media screen and (max-width:768px) {
  .sns_list:not(:first-child) {
    margin-left: 18px
  }
}

.c-page_title {
  letter-spacing: 1px;
  font-size: 30px;
  line-height: 1
}

.c-page_title .en {
  position: relative;
  padding-right: 174px
}

@media screen and (max-width:768px) {
  .c-page_title .en {
    padding-right: 49px;
    letter-spacing: 2px
  }
}

.c-page_title .en:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 8px;
  width: 150px;
  height: 1px;
  background: #908a6a
}

@media screen and (max-width:768px) {
  .c-page_title .en:after {
    width: 40px
  }
}

.c-page_title .jp {
  display: block;
  margin-top: 9px;
  color: #908a6a;
  font-size: 14px
}

@media screen and (max-width:768px) {
  .c-page_title .jp {
    margin-top: 4px;
    font-size: 12px
  }
}

.slide_dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 66px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media screen and (max-width:768px) {
  .slide_dot {
    margin-top: 30px
  }
}

.slide_dot [aria-hidden=true] {
  display: block
}

.slide_dot li {
  padding: 6px 0;
  width: 100px;
  cursor: pointer;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  font-size: 0
}

.slide_dot li button {
  width: 100%;
  height: 2px;
  cursor: pointer;
  -webkit-transition: background .4s ease, -webkit-transform .3s ease;
  transition: background .4s ease, -webkit-transform .3s ease;
  transition: background .4s ease, transform .3s ease;
  transition: background .4s ease, transform .3s ease, -webkit-transform .3s ease;
  background: #d6d6d6
}

.slide_dot li:hover button {
  -webkit-transform: scaleY(2);
  -ms-transform: scaleY(2);
  transform: scaleY(2)
}

@media screen and (max-width:768px) {
  .slide_dot li {
    width: 50px
  }
  .slide_dot li button {
    width: 100%;
    height: 5px
  }
}

.slide_dot li.slick-active button {
  background: #908a6a
}

.slide_dot li:not(:first-child) {
  margin-left: 10px
}

@media screen and (max-width:768px) {
  .slide_dot li:not(:first-child) {
    margin-left: 5px
  }
}

.slide_pagenations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 27px auto 50px;
  text-align: center;
  font-weight: 700;
  font-style: italic;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width:768px) {
  .slide_pagenations {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0
  }
}

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

.slide_pagenations .prev_button img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.pagenations_number {
  padding: 0 104px
}

@media screen and (max-width:768px) {
  .pagenations_number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 36px
  }
}

.pagenations_number span {
  display: block
}

.currentNumber {
  position: relative;
  left: -20px;
  font-size: 20px
}

@media screen and (max-width:768px) {
  .currentNumber {
    left: 0;
    font-size: 8px
  }
}

.currentNumber:after {
  content: "";
  display: block;
  position: absolute;
  top: 26px;
  left: 0;
  width: 62px;
  height: 1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #6e6e6e
}

@media screen and (max-width:768px) {
  .currentNumber:after {
    display: inline-block;
    position: relative;
    top: -2px;
    width: 10px
  }
}

.totalNumber {
  padding-left: 22px;
  font-size: 12px
}

@media screen and (max-width:768px) {
  .totalNumber {
    padding-left: 4px;
    font-size: 8px
  }
}

.c-smallDrawer {
  opacity: 0;
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  padding-top: 60px;
  width: 100%;
  -webkit-transition: opacity .2s cubic-bezier(.445, .05, .55, .95), visibility .2s;
  transition: opacity .2s cubic-bezier(.445, .05, .55, .95), visibility .2s;
  background-color: hsla(0, 0%, 100%, .8);
  pointer-events: none;
  color: #3a3a3a
}

@media screen and (max-width:768px) {
  .c-smallDrawer {
    background-color: transparent
  }
  .l-drawer .c-smallDrawer,
  .l-footer .c-smallDrawer {
    visibility: visible;
    opacity: 1;
    position: static;
    pointer-events: auto
  }
  .l-footer .c-smallDrawer {
    padding: 10px 0 20px
  }
  .l-drawer .c-smallDrawer {
    padding-top: 0
  }
}

.c-smallDrawer a {
  color: #3a3a3a!important
}

.c-smallDrawer.is-active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .2s cubic-bezier(.445, .05, .55, .95), visibility 0s;
  transition: opacity .2s cubic-bezier(.445, .05, .55, .95), visibility 0s;
  pointer-events: auto
}

.c-smallDrawer_container {
  background-color: #fff
}

@media screen and (max-width:768px) {
  .c-smallDrawer_container {
    background-color: transparent
  }
  .l-header .c-smallDrawer_container {
    display: none
  }
}

.c-smallDrawer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1140px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (max-width:768px) {
  .c-smallDrawer_inner {
    padding: 0 4vw
  }
  .l-drawer .c-smallDrawer_inner {
    padding: 0 0 20px
  }
  .l-drawer .c-smallDrawer_inner,
  .l-footer .c-smallDrawer_inner {
    display: block
  }
}

.c-smallDrawer_title {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 160px;
  flex: 0 1 160px
}

.c-smallDrawer_title .icon-toyo {
  margin-right: 14px
}

@media screen and (max-width:768px) {
  .l-drawer .c-smallDrawer_title,
  .l-footer .c-smallDrawer_title {
    display: none
  }
}

.c-smallDrawer_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.c-smallDrawer-blog .c-smallDrawer_lists {
  font-size: 16px
}

@media screen and (max-width:768px) {
  .l-drawer .c-smallDrawer-onlineshop .c-smallDrawer_lists,
  .l-footer .c-smallDrawer-onlineshop .c-smallDrawer_lists {
    max-width: 750px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .l-drawer .c-smallDrawer-onlineshop .c-smallDrawer_lists li,
  .l-footer .c-smallDrawer-onlineshop .c-smallDrawer_lists li {
    margin-bottom: 20px;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%
  }
  .l-drawer .c-smallDrawer-blog .c-smallDrawer_lists,
  .l-footer .c-smallDrawer-blog .c-smallDrawer_lists {
    display: block
  }
  .l-drawer .c-smallDrawer-blog .c-smallDrawer_lists li a,
  .l-footer .c-smallDrawer-blog .c-smallDrawer_lists li a {
    margin-bottom: 6px
  }
  .l-drawer .c-smallDrawer-onlineshop .c-smallDrawer_lists {
    padding-right: 15px
  }
  .l-drawer .c-smallDrawer-blog .c-smallDrawer_lists {
    padding-bottom: 30px;
    font-size: 19px
  }
}

.c-smallDrawer_lists li a {
  display: block;
  padding: 30px;
  -webkit-transition: all .15s cubic-bezier(.445, .05, .55, .95);
  transition: all .15s cubic-bezier(.445, .05, .55, .95)
}

.c-smallDrawer_lists li a:hover {
  background-color: #f7f7f7
}

@media screen and (min-width:767px) {
  .c-smallDrawer_lists li a[aria-label="ONLINE SHOP"] img {
    max-width: 115px
  }

  .c-smallDrawer_lists li a[aria-label=moooi] img {
    max-width: 92px
  }
  .c-smallDrawer_lists li a[aria-label=Kartell] img {
    max-width: 76px
  }
  .c-smallDrawer_lists li a[aria-label=CARO2] img {
    max-width: 72px
  }


  .c-smallDrawer_lists li a[aria-label="BAY EXCLUSIVE"] img {
    max-width: 150px
}

  .c-smallDrawer_lists li a[aria-label="La Couture"] img {
    max-width: 92px
  }
}

@media screen and (max-width:768px) {
  .l-drawer .c-smallDrawer_lists li a,
  .l-footer .c-smallDrawer_lists li a {
    padding: 0;
    text-decoration: none
  }
}

@media screen and (max-width:768px) and (max-width:768px) {
  .l-drawer .c-smallDrawer_lists li a,
  .l-footer .c-smallDrawer_lists li a {
    margin: 0 auto
  }
  .l-drawer .c-smallDrawer_lists li a[aria-label="ONLINE SHOP"],
  .l-footer .c-smallDrawer_lists li a[aria-label="ONLINE SHOP"] {
    max-width: 37.06667vw
  }
  .l-drawer .c-smallDrawer_lists li a[aria-label=moooi],
  .l-footer .c-smallDrawer_lists li a[aria-label=moooi] {
    max-width: 31.73333vw
  }
  .l-drawer .c-smallDrawer_lists li a[aria-label=Kartell],
  .l-footer .c-smallDrawer_lists li a[aria-label=Kartell] {
    max-width: 22.66667vw
  }
  .l-drawer .c-smallDrawer_lists li a[aria-label=CARO2],
  .l-footer .c-smallDrawer_lists li a[aria-label=CARO2] {
    max-width: 25.33333vw
  }
  .l-drawer .c-smallDrawer_lists li a[aria-label="La Couture"],
  .l-footer .c-smallDrawer_lists li a[aria-label="La Couture"] {
    max-width: 30.93333vw
  }
}

.c-smallDrawer_close {
  position: absolute;
  top: -49px;
  right: 42px;
  padding: 10px;
  -webkit-transition: opacity .15s cubic-bezier(.445, .05, .55, .95);
  transition: opacity .15s cubic-bezier(.445, .05, .55, .95);
  font-size: 16px;
  line-height: 1
}

.c-smallDrawer_close:hover {
  opacity: .6
}

@media screen and (max-width:768px) {
  .l-drawer .c-smallDrawer_close,
  .l-footer .c-smallDrawer_close {
    display: none
  }
}

.orientation {
  position: fixed;
  z-index: 100004;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff
}

.orientation_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.orientation_inner img {
  width: 50%
}

.u-hidden {
  display: none!important;
  visibility: hidden
}

@media (max-width:767.98px) {
  .u-hidden-sm {
    display: none!important;
    visibility: hidden
  }
}

@media (min-width:768px) and (max-width:1023.98px) {
  .u-hidden-md {
    display: none!important;
    visibility: hidden
  }
}

@media (min-width:1024px) {
  .u-hidden-lg {
    display: none!important;
    visibility: hidden
  }
}

.u-visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0);
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px
}

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  overflow: visible;
  clip: auto;
  position: static;
  margin: 0;
  width: auto;
  height: auto
}

.u-invisible {
  visibility: hidden
}

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

br.is-sp {
  display: none
}

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

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

.l-footer {
  position: relative;
  margin: 300px 0 0;
  background-color: #eee
}

@media screen and (max-width:768px) {
  .l-footer {
    margin: 33.33333vw 0 50px
  }
}

.pagetop {
  position: absolute;
  top: -84px;
  right: 0;
  left: 0;
  margin: auto;
  width: 42px;
  height: 22px
}

.pagetop a,
.pagetop a i {
  display: block;
  width: 100%;
  height: 100%
}

.pagetop a i {
  position: relative;
  -webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
  transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
  transition: transform .6s cubic-bezier(.165, .84, .44, 1);
  transition: transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1)
}

.pagetop a i:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  pointer-events: none
}

.pagetop a:hover i {
  -webkit-transform: translateY(-14px);
  -ms-transform: translateY(-14px);
  transform: translateY(-14px)
}

.l-footer_inner {
  padding: 30px 40px;
  width: 100%
}

.l-footer_inner.-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 36px 40px;
  background-color: #eee;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

@media screen and (max-width:768px) {
  .l-footer_inner.-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 87px 15px 66px
  }
}

@media screen and (max-width:768px) {
  .l-footer_logo {
    margin: 0 auto 15px;
    text-align: center
  }
}

.l-footer_logo a {
  display: inline-block
}

.l-footer_logo svg {
  display: block;
  width: 380px;
  height: 30px;
  fill: #000
}

@media screen and (max-width:768px) {
  .l-footer_logo svg {
    width: 265px;
    height: 20px
  }
}

@media screen and (min-width:767px) {
  .-top .l-footer_logo {
    display: none
  }
}

@media screen and (max-width:768px) {
  .-bottom .l-footer_logo {
    display: none
  }
}

.l-footer_search {
  display: block;
  overflow: hidden;
  border-radius: 20px;
  width: 220px;
  background-color: #fff
}

@media screen and (max-width:768px) {
  .l-footer_search {
    margin: 53px auto 0;
    width: 241px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}

.l-footer_searchArea {
  position: relative
}

.l-footer_searchArea input {
  display: block;
  padding: 10px 50px 10px 20px;
  border: none;
  width: 100%;
  font-size: 12px
}

.l-footer_searchArea input:focus {
  outline-width: 0
}

.l-footer_searchButton {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  height: 1em;
  font-size: 16px;
  line-height: 1
}

.l-footer_snsGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 34px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width:768px) {
  .l-footer_snsGroup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

.l-footer_snsText {
  margin-right: 23px
}

@media screen and (max-width:768px) {
  .l-footer_snsText {
    margin: 0 0 2.66667vw;
    letter-spacing: .1rem;
    font-size: 2.66667vw;
    font-weight: 700
  }
}

.l-footer_snsLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.l-footer_snsLists a {
  display: block;
  text-decoration: none;
  color: #3a3a3a
}

.l-footer_snsList {
  line-height: 1
}

.l-footer_snsList:not(:first-child) {
  margin-left: 13px
}

@media screen and (max-width:768px) {
  .l-footer_snsList:not(:first-child) {
    margin-left: 6.66667vw
  }
}

.l-footer_snsList a {
  opacity: 1;
  -webkit-transition: opacity .15s cubic-bezier(.445, .05, .55, .95);
  transition: opacity .15s cubic-bezier(.445, .05, .55, .95)
}

.l-footer_snsList a:hover {
  opacity: .5
}

.l-footer_snsList a i {
  font-size: 18px;
  line-height: 1
}

@media screen and (max-width:768px) {
  .l-footer_snsList a i:before {
    font-size: 6.66667vw
  }
}

.l-footer_snsList a i.youtubeicon-toyo {
  font-size: 16px
}

@media screen and (max-width:768px) {
  .l-footer_snsList a i.youtubeicon-toyo:before {
    font-size: 5.33333vw
  }
}

.l-footer_inner.-middle {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f8f8f8
}

@media screen and (max-width:768px) {
  .l-footer_inner.-middle {
    padding-top: 37px
  }
}

@media only screen and (max-width:768px) and (max-width:360px) {
  .l-footer_inner.-middle {
    padding: 37px 10px 15px
  }
}

.l-footer_blog,
.l-footer_onlineshop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 40px 0 60px;
  width: 100%;
  max-width: 1440px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (max-width:768px) {
  .l-footer_blog,
  .l-footer_onlineshop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 40px;
    border: none
  }
}

.l-footer_onlineshop {
  border-bottom: 1px solid #e9e9e6
}

.l-footer_blog {
  padding: 40px 0 0
}

.l-footer_blogTitle,
.l-footer_onlineshopTitle {
  width: 190px
}

@media screen and (max-width:768px) {
  .l-footer_blogTitle,
  .l-footer_onlineshopTitle {
    margin-bottom: 35px;
    width: 100%;
    text-align: center;
    font-size: 15px
  }
}

.l-footer_blogTitle span,
.l-footer_onlineshopTitle span {
  display: inline-block;
  margin-left: 10px
}

.l-footer_onlineshopList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width:768px) {
  .l-footer_onlineshopList {
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media only screen and (max-width:360px) {
  .l-footer_onlineshopList {
    max-width: 270px
  }
}

@media screen and (min-width:767px) {
  .l-footer_onlineshopList li+li {
    margin-left: 60px
  }
}

@media screen and (max-width:768px) {
  .l-footer_onlineshopList li {
    margin-bottom: 26px;
    width: 100%;
    max-width: 140px
  }
}

@media only screen and (max-width:360px) {
  .l-footer_onlineshopList li {
    max-width: 130px
  }
}

.l-footer_onlineshopList li a {
  display: block;
  -webkit-transition: opacity .15s cubic-bezier(.39, .575, .565, 1);
  transition: opacity .15s cubic-bezier(.39, .575, .565, 1)
}

.l-footer_onlineshopList li a:hover {
  opacity: .5
}

@media screen and (min-width:767px) {
  .l-footer_onlineshopList li a[aria-label="ONLINE SHOP"] {
    max-width: 147px
  }
  .l-footer_onlineshopList li a[aria-label=moooi] {
    max-width: 118px
  }
  .l-footer_onlineshopList li a[aria-label=Kartell] {
    max-width: 98px
  }
  .l-footer_onlineshopList li a[aria-label=CARO2] {
    max-width: 92px
  }

  .l-footer_onlineshopList li a[aria-label="BAY EXCLUSIVE"] {
    max-width: 102px
}

  .l-footer_onlineshopList li a[aria-label="La Couture"] {
    max-width: 119px
  }
}

@media screen and (max-width:768px) {
  .l-footer_onlineshopList li a {
    margin: 0 auto
  }
  .l-footer_onlineshopList li a[aria-label="ONLINE SHOP"] {
    max-width: 37.06667vw
  }
  .l-footer_onlineshopList li a[aria-label=moooi] {
    max-width: 31.73333vw
  }
  .l-footer_onlineshopList li a[aria-label=Kartell] {
    max-width: 22.66667vw
  }
  .l-footer_onlineshopList li a[aria-label=CARO2] {
    max-width: 25.33333vw
  }
  .l-footer_onlineshopList li a[aria-label="La Couture"] {
    max-width: 30.93333vw
  }
}

.l-footer_blogList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 906px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.l-footer_blogItem {
  margin-bottom: 25px;
  width: 48%;
  max-width: 408px
}

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

@media screen and (min-width:767px) {
  .l-footer_blogItem:not(:nth-child(2n)) {
    margin-right: 4%
  }
}

.l-footer_blogItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity .15s cubic-bezier(.39, .575, .565, 1);
  transition: opacity .15s cubic-bezier(.39, .575, .565, 1);
  text-decoration: none;
  color: #3a3a3a
}

.l-footer_blogItem a:hover {
  opacity: .5
}

.l-footer_blogThumb {
  width: 98px
}

.l-footer_blogContent {
  margin: 10px 0 0 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.l-footer_blogName {
  font-size: 16px;
  font-weight: 700
}

@media screen and (max-width:768px) {
  .l-footer_blogName {
    font-size: 15px
  }
}

.l-footer_blogSub {
  margin-bottom: 10px;
  font-size: 10px
}

.l-footer_blogDesc {
  font-size: 14px
}

@media screen and (max-width:768px) {
  .l-footer_blogDesc {
    font-size: 12px
  }
}

.l-footer_blogName+.l-footer_blogDesc {
  margin-top: 12px
}

@media screen and (max-width:768px) {
  .l-footer_blogName+.l-footer_blogDesc {
    margin-top: 7px
  }
}

.l-footer_nav {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media screen and (min-width:767px) {
  .l-footer_nav.-sub {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}

@media screen and (max-width:768px) {
  .l-footer_nav.-sub {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada
  }
}

.l-footer_navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media screen and (max-width:768px) {
  .l-footer_navList {
    padding: 25px 12px 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .-sub .l-footer_navList {
    padding-bottom: 4vw
  }
}

@media screen and (max-width:768px) {
  .l-footer_navList.-other {
    margin-top: 11.73333vw;
    padding: 4.8vw 2.66667vw;
    border-top: 1px solid #dadada
  }
}

.l-footer_navItem {
  letter-spacing: .5px;
  font-size: 12px
}

@media screen and (max-width:768px) {
  .l-footer_navItem {
    width: 50%;
    max-width: 180px;
    font-size: 12px
  }
  .l-footer_navItem:nth-child(2n) {
    padding-left: 8vw
  }
}

.l-footer_navItem a {
  text-decoration: none;
  color: #434343
}

.l-footer_navItem a span {
  display: inline-block;
  position: relative
}

.l-footer_navItem a span:after {
  content: "";
  opacity: 0;
  position: absolute;
  bottom: -4px;
  left: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  -webkit-transition: opacity .15s cubic-bezier(.445, .05, .55, .95) .1s, -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: opacity .15s cubic-bezier(.445, .05, .55, .95) .1s, -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: transform .3s cubic-bezier(.165, .84, .44, 1), opacity .15s cubic-bezier(.445, .05, .55, .95) .1s;
  transition: transform .3s cubic-bezier(.165, .84, .44, 1), opacity .15s cubic-bezier(.445, .05, .55, .95) .1s, -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  background-color: #000
}

.l-footer_navItem a:hover span:after {
  opacity: 1;
  -webkit-transition: opacity .1s cubic-bezier(.445, .05, .55, .95), -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: opacity .1s cubic-bezier(.445, .05, .55, .95), -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: transform .3s cubic-bezier(.165, .84, .44, 1), opacity .1s cubic-bezier(.445, .05, .55, .95);
  transition: transform .3s cubic-bezier(.165, .84, .44, 1), opacity .1s cubic-bezier(.445, .05, .55, .95), -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg)
}

.-main .l-footer_navItem {
  font-size: 14px
}

@media screen and (max-width:768px) {
  .-main .l-footer_navItem {
    font-size: 12px
  }
}

.-main .l-footer_navItem+.l-footer_navItem {
  margin-left: 40px
}

@media screen and (max-width:768px) {
  .-main .l-footer_navItem+.l-footer_navItem {
    margin-left: 0
  }
}

@media screen and (max-width:768px) {
  .-main .l-footer_navItem {
    margin-bottom: 12px
  }
}

@media screen and (max-width:768px) {
  .-sub .l-footer_navItem {
    margin-bottom: 3.2vw
  }
}

.-sub .l-footer_navItem a {
  color: #8b8b8b
}

.-sub .l-footer_navItem+.l-footer_navItem {
  margin-left: 32px
}

@media screen and (max-width:768px) {
  .-sub .l-footer_navItem+.l-footer_navItem {
    margin-left: 0
  }
}

.-other .l-footer_navItem {
  margin-top: 7px;
  letter-spacing: 1.2px
}

@media screen and (max-width:768px) {
  .-other .l-footer_navItem {
    font-size: 4vw
  }
}

.-other .l-footer_navItem+.l-footer_navItem {
  margin-left: 33px
}

@media screen and (max-width:768px) {
  .-other .l-footer_navItem+.l-footer_navItem {
    margin-left: 0
  }
}

.-other .l-footer_navItem i {
  margin-right: 10px
}

.-other .l-footer_navItem i:before {
  font-size: 14px
}

@media screen and (max-width:768px) {
  .-other .l-footer_navItem i:before {
    font-size: 4vw
  }
}

.l-footer_inner.-bottom {
  padding: 46px 40px 40px
}

@media screen and (max-width:768px) {
  .l-footer_inner.-bottom {
    padding: 10px 15px 40px
  }
}

.l-footer_box {
  width: 100%
}

.-bottom .l-footer_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (max-width:768px) {
  .-bottom .l-footer_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.-bottom .l-footer_box+.l-footer_box {
  margin-top: 10px
}

.l-footer_copyright {
  margin-left: 34px;
  letter-spacing: .5px
}

@media screen and (min-width:767px) {
  .l-footer_copyright {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

@media screen and (max-width:768px) {
  .l-footer_copyright {
    margin-top: 6.66667vw;
    margin-left: 0;
    text-align: center
  }
}

.l-footer_copyright small {
  color: #434343;
  font-size: 10px
}

@media screen and (max-width:768px) {
  .l-footer_copyright small {
    font-size: 2.66667vw
  }
}