/*
Theme Name: TOU - new rattan furniture
Theme URI: 
Author: OAR DESIGN
Author URI: http://wordpress.org/
Description: 
Version: 0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* CSS RESET */
html, body, div, .padder, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, 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, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

fieldset, img {
  border: 0;
}

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

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

nav ul, nav li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  width: auto;
}

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

abbr, acronym {
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

a, .no-touch a:hover, .no-touch a:visited:hover, a:active, .no-touch a:active:hover {
  outline: none;
}

/* a,.no-touch a:hover,.no-touch a:visited:hover,a:visited{text-decoration: none} */
a {
  outline: none;
}

a:focus, *:focus {
  outline: none;
}

input, button {
  outline: 0;
}

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

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

img {
  color: transparent;
  font-size: 0;
  border: none;
  outline: none;
  max-width: 100%;
  height: auto;
}

/* __Basic
---------------------------------------------------------------------- */
* {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-appearance: none;
}

html {
  font-size: 62.5%;
  /* Base 10px */
}

@-ms-viewport {
  width: device-width;
}

body {
  font-family: 'trade-gothic-next-condensed', 'trade-gothic-next', YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6em;
  line-height: 1.6;
  letter-spacing: 0;
  background-color: #fff;
  color: #000;
  text-align: center;
}

body.page-collections {
  background-color: #edd6b0;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.text {
  text-align: left;
}

/*  __H
---------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/*  __H1
------------------------------- */
h1 {
  font-size: 1.2vw;
  line-height: 1.4;
}

@media only screen and (min-width: 1026px) {
  h1 {
    font-size: 1.2vw;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  h1 {
    font-size: 1.4vw;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  h1 {
    font-size: 1.8vw;
  }
}

@media only screen and (max-width: 481px) {
  h1 {
    font-size: 3.6vw;
  }
}

.collections-section_item h1,
.about-section_item h1,
.link-section_item h1,
.post-section_item h1 {
  font-size: 3vw;
  line-height: 1.4;
}

@media only screen and (min-width: 1026px) {
  .collections-section_item h1,
  .about-section_item h1,
  .link-section_item h1,
  .post-section_item h1 {
    font-size: 3vw;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .collections-section_item h1,
  .about-section_item h1,
  .link-section_item h1,
  .post-section_item h1 {
    font-size: 3.3vw;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .collections-section_item h1,
  .about-section_item h1,
  .link-section_item h1,
  .post-section_item h1 {
    font-size: 4.5vw;
  }
}

@media only screen and (max-width: 481px) {
  .collections-section_item h1,
  .about-section_item h1,
  .link-section_item h1,
  .post-section_item h1 {
    font-size: 6.9vw;
    /* 9.0vw */
  }
}

.post-section_item h1 span {
  font-size: 50%;
}

/*  __H2
------------------------------- */
h2 {
  font-size: 1.2vw;
  line-height: 1.4;
}

@media only screen and (min-width: 1026px) {
  h2 {
    font-size: 1.2vw;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  h2 {
    font-size: 1.4vw;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  h2 {
    font-size: 1.8vw;
  }
}

@media only screen and (max-width: 481px) {
  h2 {
    font-size: 3.6vw;
  }
}

.about-section_item a svg {
  height: 1.2vw;
  width: auto;
}

@media only screen and (min-width: 1026px) {
  .about-section_item a svg {
    height: 1.2vw;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .about-section_item a svg {
    height: 1.4vw;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .about-section_item a svg {
    height: 1.8vw;
  }
}

@media only screen and (max-width: 481px) {
  .about-section_item a svg {
    height: 3.6vw;
  }
}

.collections-section_item h2 {
  font-size: 1.4vw;
  line-height: 1.6;
  font-style: italic;
  opacity: 0.5;
}

@media only screen and (min-width: 1026px) {
  .collections-section_item h2 {
    font-size: 1.4vw;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .collections-section_item h2 {
    font-size: 1.54vw;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .collections-section_item h2 {
    font-size: 2.1vw;
  }
}

@media only screen and (max-width: 481px) {
  .collections-section_item h2 {
    font-size: 4.2vw;
  }
}

.post-section_item h2 {
  margin-top: 0.5em;
  opacity: 0.5;
}

.header_nav li a {
  font-size: 1.6vw;
  line-height: 1.4;
}

@media only screen and (min-width: 1026px) {
  .header_nav li a {
    font-size: 1.6vw;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .header_nav li a {
    font-size: 1.76vw;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .header_nav li a {
    font-size: 2.4vw;
  }
}

@media only screen and (max-width: 481px) {
  .header_nav li a {
    font-size: 4.8vw;
  }
}

/*  __H3
------------------------------- */
/*  __H4 H5 H6
------------------------------- */
/*  __P Text Span
------------------------------- */
p,
li,
th,
td,
i,
a {
  font-size: 1.2vw;
  line-height: 1.8;
  font-weight: normal;
  word-wrap: break-word;
}

@media only screen and (min-width: 1026px) {
  p,
  li,
  th,
  td,
  i,
  a {
    font-size: 1.2vw;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  p,
  li,
  th,
  td,
  i,
  a {
    font-size: 1.4vw;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  p,
  li,
  th,
  td,
  i,
  a {
    font-size: 1.8vw;
  }
}

@media only screen and (max-width: 481px) {
  p,
  li,
  th,
  td,
  i,
  a {
    font-size: 3.6vw;
  }
}

.jp p,
.jp li,
.jp th,
.jp td,
.jp i,
.jp a {
  line-height: 1.85;
}

.category_nav li,
.language_nav li,
.collections_nav li {
  font-size: 1.2vw;
  cursor: pointer;
}

@media only screen and (min-width: 1026px) {
  .category_nav li,
  .language_nav li,
  .collections_nav li {
    font-size: 1.2vw;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .category_nav li,
  .language_nav li,
  .collections_nav li {
    font-size: 1.4vw;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .category_nav li,
  .language_nav li,
  .collections_nav li {
    font-size: 1.8vw;
  }
}

@media only screen and (max-width: 481px) {
  .category_nav li,
  .language_nav li,
  .collections_nav li {
    font-size: 3.6vw;
  }
}

/* __A
------------------------------- */
a {
  color: #000;
  text-decoration: underline;
  border-bottom: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

a:hover {
  text-decoration: none;
}

.nav a,
.category_nav li,
.collections_nav li,
.home-section .link-section_item a h2,
.link-section_item a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0.5;
}

.nav a:hover,
.category_nav li:hover,
.collections_nav li:hover,
.home-section .link-section_item a:hover h2,
li.current-menu-item a,
.category_nav li.active,
.single-post li#menu-item-234 a {
  opacity: 1.0;
}

.link-section_item a,
.products-section_slider a,
.collections-section_slider a,
.about-section_item a {
  display: block;
}

.link-section_item a,
.products-section_slider a,
.collections-section_slider a,
.about-section_slider a img,
.about-section_item a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 1.0;
}

.link-section_item a:hover,
.products-section_slider a:hover,
.collections-section_slider a:hover,
.about-section_slider a:hover img,
.about-section_item a:hover {
  opacity: 0.7;
}

.header_nav a,
.footer_nav a,
.home-section a {
  text-decoration: none;
}

/*  __List
------------------------------- */
ul {
  list-style: none outside;
}

ol {
  list-style: decimal;
}

ul.square {
  list-style: square outside;
}

ul.circle {
  list-style: circle outside;
}

ul.disc {
  list-style: disc outside;
}

/* ---------------------------------------------------------------------
__Header__Footer
---------------------------------------------------------------------- */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  padding: 3vw;
  z-index: 20;
  text-align: center;
}

@media only screen and (min-width: 1026px) {
  .header {
    padding: 3vw;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .header {
    padding: 4vw;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .header {
    padding: 5vw;
  }
}

@media only screen and (max-width: 481px) {
  .header {
    padding: 6vw;
  }
}

.header .header_row {
  width: 100%;
  position: relative;
}

.logo {
  width: 140px;
  margin: auto;
  opacity: 1;
}

@media only screen and (min-width: 1026px) {
  .logo {
    width: 140px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .logo {
    width: 130px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .logo {
    width: 120px;
  }
}

@media only screen and (max-width: 481px) {
  .logo {
    width: 110px;
  }
}

.logo a {
  display: block;
  line-height: 1;
}

.logo a svg {
  width: auto;
  height: 100%;
  overflow: visible;
}

#pc_nav {
  display: block;
}

@media only screen and (max-width: 481px) {
  #pc_nav {
    display: none;
  }
}

.menu_active .header .logo,
.menu_active .header .header_tag {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.header_nav li {
  display: inline-block;
  margin-right: 1.5em;
}

@media only screen and (max-width: 481px) {
  .header_nav li {
    display: block;
    margin-right: 1em;
    margin-bottom: 1em;
  }
}

.footer_nav li {
  display: inline-block;
  margin-right: 1.5em;
}

@media only screen and (max-width: 481px) {
  .footer_nav li {
    margin-right: 1em;
  }
}

.header .header_tag {
  margin-top: 1.0em;
  opacity: 1;
}

.footer_nav {
  margin-top: 2em;
  opacity: 1;
}

@media only screen and (min-width: 1026px) {
  .footer_nav {
    margin-top: 2em;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .footer_nav {
    margin-top: 2em;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .footer_nav {
    margin-top: 1em;
  }
}

@media only screen and (max-width: 481px) {
  .footer_nav {
    margin-top: 1em;
  }
}

.header_nav_content .footer_nav {
  margin-top: 2em;
  opacity: 1;
}

@media only screen and (min-width: 1026px) {
  .header_nav_content .footer_nav {
    margin-top: 2em;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .header_nav_content .footer_nav {
    margin-top: 2em;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .header_nav_content .footer_nav {
    margin-top: 1em;
  }
}

@media only screen and (max-width: 481px) {
  .header_nav_content .footer_nav {
    margin-top: 3em;
  }
}

.menu .footer_nav a {
  opacity: 0.5;
}

li.m_instagram a {
  border-right: 1px solid #949494;
  padding-right: 1.5em;
}

/* __footer
------------------------------ */
.footer {
  position: relative;
  width: 100%;
  padding: 3vw;
  z-index: 20;
  text-align: center;
}

@media only screen and (min-width: 1026px) {
  .footer {
    padding: 3vw;
    padding-top: 1.5vw;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .footer {
    padding: 4vw;
    padding-top: 2vw;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .footer {
    padding: 5vw;
    padding-top: 2.5vw;
  }
}

@media only screen and (max-width: 481px) {
  .footer {
    padding: 6vw;
    padding-top: 3vw;
  }
}

.footer .footer_row {
  width: 100%;
}

.footer_copyright {
  margin-top: 4em;
}

@media only screen and (min-width: 1026px) {
  .footer_copyright {
    margin-top: 4em;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .footer_copyright {
    margin-top: 4em;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .footer_copyright {
    margin-top: 3em;
  }
}

@media only screen and (max-width: 481px) {
  .footer_copyright {
    margin-top: 3em;
  }
}

.footer_arrow {
  width: 30px;
  position: absolute;
  bottom: 3.5vw;
  left: 5vw;
  height: auto;
}

@media only screen and (max-width: 481px) {
  .footer_arrow {
    width: 25px;
    bottom: 6vw;
    left: 6vw;
  }
}

/* __nav_toggle
------------------------------ */
#mobile_nav_btn {
  position: fixed;
  top: 4vw;
  left: 5vw;
  margin: auto;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 10000;
}

@media only screen and (min-width: 1026px) {
  #mobile_nav_btn {
    top: 4vw;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  #mobile_nav_btn {
    top: 3.5vw;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  #mobile_nav_btn {
    top: 4.5vw;
  }
}

@media only screen and (max-width: 481px) {
  #mobile_nav_btn {
    top: 6vw;
    left: 6vw;
    width: 25px;
    height: 25px;
  }
}

span.icon-bar {
  position: absolute;
  right: 0;
  display: block;
  width: 30px;
  height: 2px;
  background-color: #000;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

@media only screen and (max-width: 481px) {
  span.icon-bar {
    width: 25px;
  }
}

.icon-bar {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.icon-bar:nth-child(1) {
  top: 9px;
}

.icon-bar:nth-child(2) {
  top: 19px;
}

.active .icon-bar:nth-child(1) {
  left: 4px;
  top: 2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 481px) {
  .active .icon-bar:nth-child(1) {
    left: 2px;
    top: 4px;
  }
}

.active .icon-bar:nth-child(2) {
  left: 4px;
  top: 24px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 481px) {
  .active .icon-bar:nth-child(2) {
    left: 2px;
    top: 22px;
  }
}

/* __language_nav
------------------------------ */
.language_nav {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}

@media only screen and (max-width: 481px) {
  .language_nav {
    display: block;
  }
}

.language_nav li {
  display: inline-block;
  cursor: pointer;
}

.language_nav li.current {
  display: none;
}

/* __Category_nav
------------------------------ */
.category_nav,
.collections_nav {
  text-align: center;
  margin-bottom: 1em;
}

@media only screen and (max-width: 481px) {
  .category_nav,
  .collections_nav {
    width: 80%;
    margin: auto;
    margin-bottom: 0;
  }
}

.category_nav li {
  display: inline-block;
  margin: 0 0.5em;
}

.is-animated {
  animation: .6s zoom-in;
}

@keyframes zoom-in {
  0% {
    transform: scale(0.1);
  }
  100% {
    transform: none;
  }
}

.collections_nav li {
  display: inline-block;
  margin: 0 1.5em;
}

@media only screen and (max-width: 481px) {
  .collections_nav li {
    margin: 0 1em;
  }
}

.collections_nav li a {
  text-decoration: none;
}

.collections_nav li a {
  font-style: italic;
}

.collections_nav li a span {
  font-style: normal;
  font-size: 160%;
}

/* ---------------------------------------------------------------------
__menu
---------------------------------------------------------------------- */
.menu {
  width: 100%;
  position: fixed;
  padding: 3vw 0;
  -webkit-backdrop-filter: blur(40px) !important;
  backdrop-filter: blur(40px) !important;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 1026px) {
  .menu {
    padding: 3vw 0;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .menu {
    padding: 4vw 0;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .menu {
    padding: 5vw 0;
  }
}

@media only screen and (max-width: 481px) {
  .menu {
    padding: 6vw 0;
  }
}

.menu_horizontal {
  width: 100%;
  z-index: 1000;
  overflow: hidden;
}

.menu_top {
  top: 0px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}

.menu_top.menu_open {
  top: 0px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  visibility: visible;
}

/* Site Overlay */
.site-overlay {
  display: none;
}

/* __header_nav
------------------------------ */
.header_nav_content {
  margin: 0 11.5vw;
  margin-top: 3em;
  /* 9vw + 2.5vw */
  /* 8vw + 2.5vw */
  /* 7vw + 2.5vw */
  /* 4vw + 2.5vw */
}

@media only screen and (min-width: 1026px) {
  .header_nav_content {
    margin: 0 11.5vw;
    margin-top: 3em;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .header_nav_content {
    margin: 0 10.5vw;
    margin-top: 3em;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .header_nav_content {
    margin: 0 9.5vw;
    margin-top: 2em;
  }
}

@media only screen and (max-width: 481px) {
  .header_nav_content {
    margin: 0 6.5vw;
    margin-top: 3em;
  }
}

/* ---------------------------------------------------------------------
__wrap__main
---------------------------------------------------------------------- */
.wrap {
  width: 100%;
  margin: auto;
}

.main {
  z-index: 10;
  padding-top: 18vw;
}

@media only screen and (min-width: 1026px) {
  .main {
    padding-top: 18vw;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .main {
    padding-top: 20vw;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .main {
    padding-top: 24vw;
  }
}

@media only screen and (max-width: 481px) {
  .main {
    padding-top: 38vw;
  }
}

.home .main {
  padding-top: 0;
}

.section {
  margin-bottom: 10em;
}

@media only screen and (min-width: 1026px) {
  .section {
    margin-bottom: 10em;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .section {
    margin-bottom: 10em;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .section {
    margin-bottom: 8em;
  }
}

@media only screen and (max-width: 481px) {
  .section {
    margin-bottom: 6em;
  }
}

.collections-section_top {
  margin-bottom: 5em;
}

@media only screen and (min-width: 1026px) {
  .collections-section_top {
    margin-bottom: 5em;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .collections-section_top {
    margin-bottom: 5em;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .collections-section_top {
    margin-bottom: 4em;
  }
}

@media only screen and (max-width: 481px) {
  .collections-section_top {
    margin-bottom: 3em;
  }
}

.home-section_item {
  margin: 0 9vw;
}

@media only screen and (min-width: 1026px) {
  .home-section_item {
    margin: 0 9vw;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .home-section_item {
    margin: 0 8vw;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .home-section_item {
    margin: 0 7vw;
  }
}

@media only screen and (max-width: 481px) {
  .home-section_item {
    margin: 0 4vw;
  }
}

.collections-section_item,
.collections-section_link,
.about-section_item,
.post-section_item,
.about-section_slider {
  margin: 0 11.5vw;
  /* 9vw + 2.5vw */
  /* 8vw + 2.5vw */
  /* 7vw + 2.5vw */
  /* 4vw + 2.5vw */
}

@media only screen and (min-width: 1026px) {
  .collections-section_item,
  .collections-section_link,
  .about-section_item,
  .post-section_item,
  .about-section_slider {
    margin: 0 11.5vw;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .collections-section_item,
  .collections-section_link,
  .about-section_item,
  .post-section_item,
  .about-section_slider {
    margin: 0 10.5vw;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .collections-section_item,
  .collections-section_link,
  .about-section_item,
  .post-section_item,
  .about-section_slider {
    margin: 0 9.5vw;
  }
}

@media only screen and (max-width: 481px) {
  .collections-section_item,
  .collections-section_link,
  .about-section_item,
  .post-section_item,
  .about-section_slider {
    margin: 0 6.5vw;
  }
}

.post-section_link {
  margin: 0 9vw;
}

@media only screen and (min-width: 1026px) {
  .post-section_link {
    margin: 0 9vw;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .post-section_link {
    margin: 0 8vw;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .post-section_link {
    margin: 0 7vw;
  }
}

@media only screen and (max-width: 481px) {
  .post-section_link {
    margin: 0 4vw;
  }
}

.home-section .link-section_item,
.post-section .link-section_item {
  text-align: center;
}

.link-section_item .title {
  margin: 10em 0 2em 0;
}

@media only screen and (min-width: 1026px) {
  .link-section_item .title {
    margin: 10em 0 2em 0;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .link-section_item .title {
    margin: 10em 0 2em 0;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .link-section_item .title {
    margin: 8em 0 1.5em 0;
  }
}

@media only screen and (max-width: 481px) {
  .link-section_item .title {
    margin: 6em 0 1em 0;
  }
}

.link-section_item .title h2 {
  margin-top: 0.7em;
}

@media only screen and (max-width: 481px) {
  .link-section_item .title h2 {
    margin-top: 0.35em;
  }
}

/* ---------------------------------------------------------------------
__Grid
---------------------------------------------------------------------- */
.grid {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
}

.grid_item {
  flex: 1 1 33.33333333%;
  max-width: 33.33333333%;
  flex: 1 1 33.3%;
  max-width: 33.3%;
}

@media only screen and (max-width: 481px) {
  .grid_item {
    flex: 1 1 50%;
    max-width: 50%;
  }
}

.grid_item.landscape {
  flex: 1 1 66.666666666%;
  max-width: 66.666666666%;
  flex: 1 1 66.6%;
  max-width: 66.6%;
}

@media only screen and (max-width: 481px) {
  .grid_item.landscape {
    flex: 1 1 50%;
    max-width: 50%;
  }
}

.grid_item a,
.grid_item .nonelink {
  margin: 2.5vw;
  margin: 2.0vw;
  margin: 1.5vw;
  margin: 1.0vw;
  margin: 2.5vw;
  margin: 2.0vw;
  display: block;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 481px) {
  .grid_item a,
  .grid_item .nonelink {
    margin: 3.0vw;
  }
}

.grid_item a,
.grid_item .nonelink {
  display: block;
  text-decoration: none;
}

.grid_item figure,
.grid_item.landscape figure.mobile {
  position: relative;
  padding-bottom: 150%;
  /* 2:3 */
}

.grid_item.landscape figure.pc {
  padding-bottom: 67.45%;
  /* 2.5vw */
  padding-bottom: 69%;
  /* 2.0vw */
  padding-bottom: 70.5%;
  /* 1.5vw */
  padding-bottom: 72%;
  /* 1.0vw */
  padding-bottom: 67.45%;
  /* 2.5vw */
  padding-bottom: 69%;
  /* 2.0vw */
}

.grid_item span.image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform: scale(1);
  -webkit-transition: all 0.8s 0s ease;
  -moz-transition: all 0.8s 0s ease;
  transition: all 0.8s 0s ease;
}

.grid_item .title {
  margin-top: 0.5em;
  text-align: center;
}

@media only screen and (max-width: 481px) {
  .grid_item .title {
    margin-top: 0.1em;
  }
}

.image {
  border-radius: 20px;
  border-radius: 10px;
  border-radius: 7px;
}

.fade {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}

.grid_item.landscape .mobile {
  display: none;
}

@media only screen and (max-width: 481px) {
  .grid_item.landscape .mobile {
    display: block;
  }
}

.grid_item.landscape .pc {
  display: block;
}

@media only screen and (max-width: 481px) {
  .grid_item.landscape .pc {
    display: none;
  }
}

/* ---------------------------------------------------------------------
__Hero
---------------------------------------------------------------------- */
.home-section_top {
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.home-section_slider {
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: 0;
  margin: 0;
  padding: 0;
}

/*  __swiper-wrapper
-------------------------- */
.swiper-wrapper {
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.swiper-wrapper .swiper-slide_item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  margin: 0;
  text-decoration: none;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.swiper-slide-active .swiper-slide_item,
.swiper-slide-duplicate-active .swiper-slide_item,
.swiper-slide-prev .swiper-slide_item {
  animation: zoomUp 10s linear 0s 1 normal both;
}

.products-section_slider .content,
.collections-section_slider .content {
  height: 500px;
  overflow: hidden;
}

@media only screen and (min-width: 1026px) {
  .products-section_slider .content,
  .collections-section_slider .content {
    height: 500px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .products-section_slider .content,
  .collections-section_slider .content {
    height: 450px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .products-section_slider .content,
  .collections-section_slider .content {
    height: 400px;
  }
}

@media only screen and (max-width: 481px) {
  .products-section_slider .content,
  .collections-section_slider .content {
    height: 55vw;
  }
}

.products-section_slider img,
.collections-section_slider img {
  height: 100%;
}

.about-section_slider {
  height: 58vw;
  /* margin: auto; */
  overflow: hidden;
}

@media only screen and (min-width: 1026px) {
  .about-section_slider {
    height: 58vw;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .about-section_slider {
    height: 59vw;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .about-section_slider {
    height: 61vw;
  }
}

@media only screen and (max-width: 481px) {
  .about-section_slider {
    height: 66vw;
  }
}

.about-section_slider .swiper-slide {
  height: auto;
}

.about-section_slider .swiper-slide .image {
  height: 100%;
  margin: auto;
}

.findout-more {
  margin-top: 3em;
}

.swiper-button-prev {
  display: none !important;
}

.swiper-button-next {
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: none !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: '' !important;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 30px !important;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  display: inline-block;
  border-radius: 50%;
  background: #000 !important;
  opacity: 0.2 !important;
}

.swiper-pagination-bullet-active {
  opacity: 1.0 !important;
  background: #000 !important;
}

/* ---------------------------------------------------------------------
__collections & __about
---------------------------------------------------------------------- */
.collections-section_item-header,
.about-section_item-header,
.link-section_item-header,
.post-section_item .text_header {
  margin-bottom: 2em;
}

@media only screen and (min-width: 1026px) {
  .collections-section_item-header,
  .about-section_item-header,
  .link-section_item-header,
  .post-section_item .text_header {
    margin-bottom: 2em;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .collections-section_item-header,
  .about-section_item-header,
  .link-section_item-header,
  .post-section_item .text_header {
    margin-bottom: 2em;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .collections-section_item-header,
  .about-section_item-header,
  .link-section_item-header,
  .post-section_item .text_header {
    margin-bottom: 1.5em;
  }
}

@media only screen and (max-width: 481px) {
  .collections-section_item-header,
  .about-section_item-header,
  .link-section_item-header,
  .post-section_item .text_header {
    margin-bottom: 1em;
  }
}

.collections-section_item-footer,
.about-section_item-footer,
.post-section_item .text_footer {
  margin-top: 3em;
}

@media only screen and (min-width: 1026px) {
  .collections-section_item-footer,
  .about-section_item-footer,
  .post-section_item .text_footer {
    margin-top: 3em;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .collections-section_item-footer,
  .about-section_item-footer,
  .post-section_item .text_footer {
    margin-top: 3em;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .collections-section_item-footer,
  .about-section_item-footer,
  .post-section_item .text_footer {
    margin-top: 2em;
  }
}

@media only screen and (max-width: 481px) {
  .collections-section_item-footer,
  .about-section_item-footer,
  .post-section_item .text_footer {
    margin-top: 1.5em;
  }
}

.collections-section_item .text,
.about-section_item .text {
  display: flex;
  width: 100%;
}

.collections-section_item .text div.jp,
.collections-section_item .text div.en,
.about-section_item .text div.jp, .about-section_item .text div.en {
  width: 50%;
  margin-left: 2em;
}

@media only screen and (max-width: 481px) {
  .collections-section_item .text div.jp,
  .collections-section_item .text div.en,
  .about-section_item .text div.jp, .about-section_item .text div.en {
    width: 100%;
    margin-left: 0;
  }
}

.collections-section_item .text div.jp,
.about-section_item .text div.jp {
  margin-left: 0;
}

@media only screen and (max-width: 481px) {
  .collections-section_item .text div.jp,
  .about-section_item .text div.jp {
    margin-left: 0;
  }
}

.collections-section_link {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #949494;
  margin-top: 2em;
  padding-top: 2em;
}

@media only screen and (max-width: 481px) {
  .collections-section_link {
    margin-top: 1em;
    padding-top: 1em;
  }
}

.collections-section .content {
  width: 12.5%;
  padding: 0.75%;
}

@media only screen and (max-width: 481px) {
  .collections-section .content {
    width: 25%;
    padding: 1.5%;
  }
}

.about-section_item-05 .text {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 1026px) {
  .about-section_item-05 .text {
    width: 70%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .about-section_item-05 .text {
    width: 80%;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .about-section_item-05 .text {
    width: 100%;
  }
}

@media only screen and (max-width: 481px) {
  .about-section_item-05 .text {
    width: 100%;
  }
}

/* __slick
------------------------------ */
.featured-slider,
.featured-slider-01,
.featured-slider-02,
.slick-slider {
  width: 100%;
  height: 100%;
}

.slick-list {
  width: 100%;
  height: 100%;
}

.slick-track {
  height: 100%;
}

.featured-slider,
.featured-slider-01,
.featured-slider-02 {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  transition: all 1.2s ease;
}

featured-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.slick-slide {
  position: relative;
}

.slick-slide > div {
  position: relative;
  height: 100%;
}

.slick-slide.slick-active {
  z-index: 1;
}

.slick-content {
  padding: 0 1.5vw;
  position: relative;
  height: 100%;
  width: auto;
}

/* ---------------------------------------------------------------------
__Single
---------------------------------------------------------------------- */
.post-section_item {
  margin-top: 3em;
}

@media only screen and (max-width: 481px) {
  .post-section_item {
    margin-top: 3em;
  }
}

.post-section_collections {
  padding: 3em 0 4em 0;
}

@media only screen and (max-width: 481px) {
  .post-section_collections {
    padding: 2em 0 2.5em 0;
  }
}

.post-section_item:first-of-type {
  margin-top: 0;
}

.post-section_item .text {
  width: 100%;
  margin-top: 1em;
  display: flex;
}

@media only screen and (max-width: 481px) {
  .post-section_item .text {
    display: block;
  }
}

.post-section_item .text .right {
  margin-left: auto;
}

@media only screen and (max-width: 481px) {
  .post-section_item .text .right {
    margin-left: 0;
    margin-top: 3em;
  }
}

.post-section_item .linebox {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #949494;
  border-top: 1px solid #949494;
}

@media only screen and (max-width: 481px) {
  .post-section_item .linebox {
    display: block;
  }
}

.post-section_item .linebox .left {
  width: 50%;
  padding: 1.5em;
}

@media only screen and (max-width: 481px) {
  .post-section_item .linebox .left {
    width: 100%;
  }
}

.post-section_item .linebox .right {
  width: 50%;
  padding: 1.5em;
  border-left: 1px solid #949494;
}

@media only screen and (max-width: 481px) {
  .post-section_item .linebox .right {
    width: 100%;
    border-left: none;
    border-top: 1px solid #949494;
  }
}

.post-section_item .linebox .right .image {
  margin: 20px 0;
}

@media only screen and (max-width: 481px) {
  .post-section_item .linebox .right .image {
    margin: 25px 0;
  }
}

.post-section_item .linebox p.en {
  margin-bottom: 1.5em;
}

.post-section_item .imagebox {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  margin-top: 4vw;
  /* 2.0vw x 2 */
}

@media only screen and (max-width: 481px) {
  .post-section_item .imagebox {
    margin-top: 6.0vw;
  }
}

.post-section_item .imagebox .full {
  width: 100%;
}

.post-section_item .imagebox .left {
  width: 50%;
  padding-right: 2.0vw;
  /* 2.0vw x 1 */
}

@media only screen and (max-width: 481px) {
  .post-section_item .imagebox .left {
    padding-right: 3.0vw;
  }
}

.post-section_item .imagebox .right {
  width: 50%;
  padding-left: 2.0vw;
}

@media only screen and (max-width: 481px) {
  .post-section_item .imagebox .right {
    padding-left: 3.0vw;
  }
}

.post-section_collections {
  width: 100%;
  background: #edd6b0;
}

/* __Loading indicator
---------------------------------------------------------------- */
.loading-wrap {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
}

.loading-img {
  border: 1px solid black;
  border-top: 1px solid white;
  border-radius: 100%;
  height: 34px;
  width: 34px;
  -webkit-animation: loading-rotate 0.8s infinite linear;
  animation: loading-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -17px;
  margin-left: -17px;
  z-index: 99999;
}

@-webkit-keyframes loading-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes loading-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* __Clearing
--------------------------------------------------------------------- */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  *zoom: 1;
}
