@charset "UTF-8";
/*
Author: Spreaf
Version: ver202012
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap");
/* ==============================
base
============================== */
* {
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1;
  text-rendering: optimizeLegibility;
}

body,
html {
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: justify;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

input, select {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  table-layout: auto;
}

a {
  display: inline-block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

address {
  font-style: normal;
}

img, video, object {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
}

img {
  display: block;
}

input[type=radio] {
  border: 0px !important;
}

input[type=radio], input[type=submit], label {
  cursor: pointer;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input:focus, textarea:focus {
  border-color: #ccc;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

input[type=submit] {
  position: relative;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  width: 100%;
}

:-moz-placeholder-shown {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

:placeholder-shown {
  color: #ccc;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
}

.radio_input,
.checkbox_input {
  display: none;
}

.radio_input + label,
.checkbox_input + label {
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding: 0px 0px 0px 30px;
  margin-right: 4em;
}

.radio_input + label::before,
.checkbox_input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  background-color: white;
}

.radio_input + label::before {
  border-radius: 50%;
}

.radio_input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  top: 8px;
  left: 4px;
  width: 10px;
  height: 10px;
  background: #3498db;
}

.checkbox_input:checked + label::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 3px;
  width: 11px;
  height: 5px;
  border-left: 2px solid #3498db;
  border-bottom: 2px solid #3498db;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* general 
============================== */
.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.underline {
  text-decoration: underline;
}

.center {
  text-align: center;
}

.ta_right {
  text-align: right;
}

.ta_left {
  text-align: left;
}

section {
  clear: both;
}

.wrapper,
section {
  position: relative;
}

.wrapper,
.inner {
  margin-left: auto;
  margin-right: auto;
}

#wrapper {
  position: relative;
  overflow: hidden;
  max-height: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

#footer {
  margin-top: auto;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
  .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .over a,
  .over a img {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .over a:hover {
    opacity: 0.6;
  }
}
ul.ul-default {
  padding-left: 1.6em;
}
ul.ul-default li {
  list-style-type: disc;
}

ol.ol-default {
  padding-left: 1.6em;
}
ol.ol-default li {
  list-style-type: decimal;
}

ul.ul-normal li {
  position: relative;
  padding-left: 1em;
  list-style: none;
}
ul.ul-normal li::before {
  content: "・";
  position: absolute;
  left: 0.2em;
}
ul.ul-normal li ul {
  padding-left: 1em;
}

ul.list-note li,
.txt_note {
  position: relative;
  padding-left: 1.1em;
}
ul.list-note li::before,
.txt_note::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.breadcrumb,
.breadcrumbs {
  clear: both;
  color: #333;
  text-align: left;
  font-size: 1.2rem;
}
.breadcrumb a,
.breadcrumbs a {
  color: #333;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li:after {
  content: " | ";
}

.breadcrumb li:last-child:after {
  content: none;
}

.layout-black .breadcrumb,
.layout-black .breadcrumbs {
  color: #333;
}
.layout-black .breadcrumb a,
.layout-black .breadcrumbs a {
  color: #333;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
}

/*
// fadein
.fadein {
  transition: transform 1s,opacity 1s;
  opacity: 0
}
.fadein.show {
  opacity: 1
}
.fadein_up {transform: translateY(30px)}
.fadein_down{transform: translateY(-30px)}
.fadein_up.show,
.fadein_down.show{transform: translateY(0)}

// body {@extend: pageFadeIn 2s ease 0s 1 normal;}
@keyframes pageFadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
*/
.show-txt-order {
  opacity: 0;
}
.show-txt-order span {
  opacity: 0;
}

._fiu {
  visibility: hidden;
}

.fadeInUp {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  visibility: visible !important;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
ul.show-list-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul.show-list-order li {
  color: white;
  background-color: tomato;
  padding: 20px;
  margin-right: 10px;
  opacity: 0;
}
ul.show-list-order.show li:nth-child(1) {
  -webkit-animation: showlistorder 2s ease 0.3s 1 forwards;
  animation: showlistorder 2s ease 0.3s 1 forwards;
}
ul.show-list-order.show li:nth-child(2) {
  -webkit-animation: showlistorder 2s ease 0.6s 1 forwards;
  animation: showlistorder 2s ease 0.3s 1 forwards;
}
ul.show-list-order.show li:nth-child(3) {
  -webkit-animation: showlistorder 2s ease 0.9s 1 forwards;
  animation: showlistorder 2s ease 0.3s 1 forwards;
}
ul.show-list-order.show li:nth-child(4) {
  -webkit-animation: showlistorder 2s ease 1.2s 1 forwards;
  animation: showlistorder 2s ease 0.3s 1 forwards;
}
ul.show-list-order.show li:nth-child(5) {
  -webkit-animation: showlistorder 2s ease 1.5s 1 forwards;
  animation: showlistorder 2s ease 0.3s 1 forwards;
}
ul.show-list-order.show li:nth-child(6) {
  -webkit-animation: showlistorder 2s ease 1.8s 1 forwards;
  animation: showlistorder 2s ease 0.3s 1 forwards;
}
ul.show-list-order.show li:nth-child(7) {
  -webkit-animation: showlistorder 2s ease 2.1s 1 forwards;
  animation: showlistorder 2s ease 0.3s 1 forwards;
}
ul.show-list-order.show li:nth-child(8) {
  -webkit-animation: showlistorder 2s ease 2.4s 1 forwards;
  animation: showlistorder 2s ease 0.3s 1 forwards;
}
ul.show-list-order.show li:nth-child(9) {
  -webkit-animation: showlistorder 2s ease 2.7s 1 forwards;
  animation: showlistorder 2s ease 0.3s 1 forwards;
}
ul.show-list-order.show li:nth-child(10) {
  -webkit-animation: showlistorder 2s ease 3s 1 forwards;
  animation: showlistorder 2s ease 0.3s 1 forwards;
}
@-webkit-keyframes showlistorder {
  100% {
    opacity: 1;
  }
}
@keyframes showlistorder {
  100% {
    opacity: 1;
  }
}

.show-nav-order li {
  opacity: 0;
  -webkit-transform: translate(30px);
          transform: translate(30px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
}
.show-nav-order li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.show-nav-order li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.show-nav-order li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.show-nav-order li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.show-nav-order li:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.show-nav-order li:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.show-nav-order li:nth-child(7) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.show-nav-order li:nth-child(8) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.show-nav-order li:nth-child(9) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.show-nav-order li:nth-child(10) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.active .show-nav-order li {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.toggle_list .toggle_body {
  display: none;
}
.toggle_list .toggle_body.open {
  display: block;
}

.readmore {
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: white;
  background-color: #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.readmore:hover {
  opacity: 0.6;
}

.table-type1 table {
  width: 100%;
}
.table-type1 table th, .table-type1 table td {
  vertical-align: top;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .table-type1 table tr, .table-type1 table th, .table-type1 table td {
    display: block;
  }
  .table-type1 table th {
    font-weight: bold;
  }
  .table-type1 table td {
    padding-bottom: 1em;
    border-bottom: solid 1px #ccc;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 768px) {
  .table-type1 table th, .table-type1 table td {
    border-bottom: solid 1px #ccc;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .table-type1 table th {
    padding-right: 1em;
  }
}
.table-type2 table {
  width: 100%;
}
.table-type2 table th, .table-type2 table td {
  vertical-align: top;
  text-align: left;
  border-bottom: solid 1px #ccc;
  padding-top: 1em;
  padding-bottom: 1em;
}
.table-type2 table th {
  font-weight: bold;
  padding-right: 1em;
}

@media screen and (max-width: 767px) {
  .table-type2 table th {
    width: 30%;
  }
  .table-type2 table td {
    width: 70%;
  }
}
/* =================================
form
================================= */
.form_table input[type=text],
.form_table input[type=email],
.form_table input[type=tel],
.form_table input[type=search],
.form_table select,
.form_table textarea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  border: none;
  background-color: #fff;
  border: solid 1px #000;
  width: 100%;
  padding: 10px;
  font-size: 16px;
}
.form_table select {
  background-image: url(../img/common/form_select.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.form_table input[type=submit] {
  color: white;
  background-color: #000;
  width: 100%;
  letter-spacing: 0.1rem;
  width: 250px;
  height: 64px;
  border-radius: 32px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.form_table input[type=submit]:hover {
  opacity: 0.6;
}
.form_table input[type=submit].form_back {
  background-color: #aaa;
}
.form_table dl {
  width: 100%;
  margin: auto;
}
.form_table .required {
  position: relative;
}
.form_table .required::after {
  content: "必須";
  white-space: nowrap;
  line-height: 1;
  font-size: 1rem;
  color: white;
  background-color: #000;
  padding: 1px 6px;
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  .form_table input[type=text],
  .form_table input[type=email],
  .form_table input[type=tel],
  .form_table input[type=search],
  .form_table textarea {
    padding: 6px 10px;
  }
  .form_table textarea {
    height: 150px;
  }
  .form_table input[type=submit] {
    margin-top: 10px;
  }
  .form_table .form_check_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .form_table .form_check_button li {
    width: 48%;
  }
  .form_table .form_check_button input[type=submit] {
    width: 100%;
  }
  .form_table {
    font-size: 14px;
  }
  .form_table dl {
    padding: 7px 0;
  }
  .form_table dl dt {
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 768px) {
  .form_table {
    width: 720px;
    margin: auto;
  }
  .form_table input[type=text],
  .form_table input[type=email],
  .form_table input[type=tel],
  .form_table input[type=search],
  .form_table textarea {
    padding: 7px 12px;
  }
  .form_table textarea {
    height: 200px;
  }
  .form_table input[type=submit] {
    font-size: 14px;
    margin-top: 30px;
  }
  .form_table .form_check_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form_table .form_check_button li {
    margin: 0 20px;
  }
  .form_table dl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 12px 0;
  }
  .form_table dl dt {
    width: 180px;
    padding-top: 4px;
  }
  .form_table dl dd {
    width: 535px;
  }
}
.contact_sec .txt-lead {
  text-align: center;
  margin-bottom: 20px;
}

.contact-thanks_sec {
  text-align: center;
  font-size: 1.4rem;
}
.contact-thanks_sec .btn {
  margin-left: auto;
  margin-right: auto;
  width: 250px;
}
.contact-thanks_sec .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  background-color: #000;
  width: 100%;
  letter-spacing: 0.1rem;
  height: 64px;
  border-radius: 32px;
  font-size: 1.4rem;
}

body {
  color: #000;
  background-color: white;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.05rem;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=search],
select,
textarea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.yu-gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.yu-min {
  font-family: "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体";
}

.en,
.show-nav-order li,
.pagetitle,
.areatitle,
.category-slug,
.archive-product .post,
.archive-features .post .post-btn,
.product-archive-sec .category-meta-name,
.product-single-sec .post-title,
.product-single-sec .post-colorname,
.product-single-sec .block-ttl,
.home-bottom-sec {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.025em;
  font-weight: 400;
}

#header,
#footer {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05rem;
}

a {
  color: #333;
  text-decoration: none;
  display: inline-block;
}

main section:last-of-type {
  margin-bottom: 0;
}

.icon._search {
  width: 1.2em;
  height: 1.2em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
}
.icon._search::before {
  content: "";
  width: 0.99em;
  height: 0.99em;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.1em solid #000;
  position: absolute;
  top: 0;
  left: 0;
}
.icon._search::after {
  content: "";
  width: 0;
  height: 0.5em;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-left: 0.1em solid #000;
}
.icon._search._white::before, .icon._search._white::after {
  border-color: #FFF;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.2rem;
    line-height: 2;
  }
  .wrapper,
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  html,
  body,
  #wrapper,
  #header,
  #main {
    min-width: 1060px;
  }
  body {
    font-size: 1.6rem;
    line-height: 2;
  }
  a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .wrapper {
    min-width: 1060px;
    max-width: 1340px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .inner {
    width: 800px;
  }
}
@media screen and (max-width: 767px) {
  #container {
    background-color: white;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
  }
  #container #primary {
    width: 100%;
    margin-bottom: 50px;
  }
  #container #secondary {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #container {
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    width: 100%;
    min-width: 1080px;
    max-width: calc(100% - 100px);
    padding: 40px 50px;
  }
  #container .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 980px;
  }
  #container #primary {
    width: 720px;
  }
  #container #secondary {
    width: 150px;
  }
}
.sns-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sns-block ul li a {
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 20px;
  height: 20px;
}
.sns-block ul li.fb {
  display: none;
}
.sns-block ul li.fb a {
  background-image: url(../img/common/sns-icon-fb.svg);
  background-size: 8.2px 17.6px;
}
.sns-block ul li.in a {
  background-image: url(../img/common/sns-icon-in.svg);
  background-size: 19.6px auto;
}

.progress {
  overflow: hidden;
  height: 1px;
  position: relative;
}
.progress._auto::before {
  content: "";
  position: absolute;
  background: #000;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(20%, black), color-stop(80%, black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, black 20%, black 80%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate 3.2s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
  animation: indeterminate 3.2s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.progress._auto::after {
  content: "";
  position: absolute;
  background: #000;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(20%, black), color-stop(80%, black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, black 20%, black 80%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate-short 3.2s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation: indeterminate-short 3.2s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
/* =========================
layout 
========================== */
#header_sp,
#header {
  position: fixed;
  top: 0;
  left: 0;
  line-height: 1;
  width: 100%;
  z-index: 900;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header_sp img,
#header img {
  width: 100%;
}

@-webkit-keyframes nav-open {
  0% {
    opacity: 0;
    -webkit-transform: translate(30px);
            transform: translate(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes nav-open {
  0% {
    opacity: 0;
    -webkit-transform: translate(30px);
            transform: translate(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
/*header sp*/
@media screen and (max-width: 767px) {
  #header_sp {
    background-color: white;
    z-index: 100;
  }
  #header_sp::before {
    content: "";
    background-image: url(./../img/common/header-shadow_sp.png);
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 55px;
    width: 100%;
    min-height: 27px;
    z-index: -1;
  }
  #header_sp .header_wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 55px;
  }
  #header_sp .header_wrap .header_left {
    width: calc(100% - 70px);
  }
  #header_sp .header_wrap .header_left .header_logo {
    position: absolute;
    top: 0;
    left: 20px;
    width: 121px;
  }
  #header_sp .header_wrap .header_left .header_logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 55px;
  }
  .drawer-button_sp {
    cursor: pointer;
    display: block;
    background: none;
    outline: none;
    border: none;
    padding: 0;
    width: 70px;
    height: 55px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1200;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .drawer-button_sp .hamburger {
    position: relative;
    width: 33px;
    height: 6px;
    margin: 0 auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .drawer-button_sp .hamburger span {
    height: 1px;
    width: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    -webkit-transform-origin: center;
            transform-origin: center;
    background-color: black;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .drawer-button_sp .hamburger span:nth-child(1) {
    top: 0;
    top: 1px;
    bottom: auto;
  }
  .drawer-button_sp .hamburger span:nth-child(2) {
    top: auto;
    bottom: 0;
    bottom: 1px;
  }
  .drawer-button_sp.active .hamburger span {
    top: 50%;
    bottom: 50%;
  }
  .drawer-button_sp.active .hamburger span:nth-child(1) {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  .drawer-button_sp.active .hamburger span:nth-child(2) {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  /* #nav_sp */
  body.active {
    position: fixed;
  }
  #nav_sp {
    position: relative;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    color: white;
  }
  #nav_sp .nav_logo {
    position: absolute;
    top: 46px;
    left: 40px;
    width: 183px;
    z-index: 1;
  }
  #nav_sp .nav_logo a {
    display: block;
  }
  #nav_sp .drawer_nav_sp {
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 90%;
    width: 100%;
    height: 100%;
    max-width: 375px;
    background-color: white;
    padding: 70px 0 0;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_inner {
    position: fixed;
    top: 166px;
    width: 100%;
    height: calc(100% - 166px);
    padding: 0 0 30px;
    overflow-y: auto;
  }
  #nav_sp .drawer_nav_sp .search_dialog {
    font-size: 1rem;
    margin: 0 4em;
    margin-top: 4em;
    background-color: #E5E5E5;
    height: 5em;
    position: relative;
  }
  #nav_sp .drawer_nav_sp .search_dialog .input_wrapper {
    position: relative;
    display: block;
    font-size: 20px;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
    width: 175%;
    top: 50%;
    left: 50%;
  }
  #nav_sp .drawer_nav_sp .search_dialog .input_wrapper input {
    font-size: 1em;
    padding: 0.5em 1em;
    padding-right: 2.8125em;
    background-color: #FFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  #nav_sp .drawer_nav_sp .search_dialog .input_wrapper button {
    font-size: 1.1075em;
    padding: 1em;
    position: absolute;
    top: 50%;
    right: 1.75em;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    z-index: 5;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #nav_sp .drawer_nav_sp .search_dialog .input_wrapper button:active, #nav_sp .drawer_nav_sp .search_dialog .input_wrapper button:hover {
    opacity: 0.6;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul.main {
    padding-top: 20px;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul.main > li {
    display: block;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul.main > li > a {
    display: block;
    position: relative;
    width: 100%;
    font-size: 2rem;
    line-height: 1.2;
    padding: 1.25em 2em;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul.main > li.hasChild ul.sub {
    font-size: 1rem;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul.main > li.hasChild ul.sub > li > a {
    display: block;
    position: relative;
    color: #000;
    font-size: 1.6em;
    line-height: 1;
    letter-spacing: 0.025em;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    padding: 1em;
    padding-left: 4.075em;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul.main > li.hasChild ul.sub > li > a::before {
    content: "";
    display: inline-block;
    width: 0.825em;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 2.9125em;
    opacity: 0;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
    -webkit-transition: opacity 0.3s ease, width 0.3s ease, height 0.3s ease, border-radius 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, width 0.3s ease, height 0.3s ease, border-radius 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, width 0.3s ease, height 0.3s ease, border-radius 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, width 0.3s ease, height 0.3s ease, border-radius 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul.main > li.hasChild ul.sub > li > a span {
    display: inline-block;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
    opacity: 0;
    -webkit-transform: translateY(1em);
            transform: translateY(1em);
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul.main > li.hasChild ul.sub > li > a span:nth-child(1) {
    -webkit-transition-delay: 20ms;
            transition-delay: 20ms;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul.main > li.hasChild ul.sub > li > a span:nth-child(2) {
    -webkit-transition-delay: 40ms;
            transition-delay: 40ms;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul.main > li.hasChild ul.sub > li > a span:nth-child(3) {
    -webkit-transition-delay: 60ms;
            transition-delay: 60ms;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul.main > li.hasChild ul.sub > li > a span:nth-child(4) {
    -webkit-transition-delay: 80ms;
            transition-delay: 80ms;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul.main > li.hasChild ul.sub > li > a span:nth-child(5) {
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul.main > li.hasChild ul.sub > li > a span:nth-child(6) {
    -webkit-transition-delay: 120ms;
            transition-delay: 120ms;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul.main > li.hasChild ul.sub > li > a span:nth-child(7) {
    -webkit-transition-delay: 140ms;
            transition-delay: 140ms;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul.main > li.hasChild ul.sub > li > a span:nth-child(8) {
    -webkit-transition-delay: 160ms;
            transition-delay: 160ms;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul.main > li.hasChild ul.sub > li > a span:nth-child(9) {
    -webkit-transition-delay: 180ms;
            transition-delay: 180ms;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul.main > li.hasChild ul.sub > li > a span:nth-child(10) {
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul.main > li.hasChild ul.sub > li > a span:nth-child(11) {
    -webkit-transition-delay: 220ms;
            transition-delay: 220ms;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul.main > li.hasChild ul.sub > li > a span:nth-child(12) {
    -webkit-transition-delay: 240ms;
            transition-delay: 240ms;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul.main > li.hasChild ul.sub > li > a span:nth-child(13) {
    -webkit-transition-delay: 260ms;
            transition-delay: 260ms;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul.main > li.hasChild ul.sub > li > a span:nth-child(14) {
    -webkit-transition-delay: 280ms;
            transition-delay: 280ms;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul.main > li.hasChild ul.sub > li > a span:nth-child(15) {
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul.main > li.hasChild ul.sub > li > a span:nth-child(16) {
    -webkit-transition-delay: 320ms;
            transition-delay: 320ms;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul.main > li.hasChild ul.sub > li > a span:nth-child(17) {
    -webkit-transition-delay: 340ms;
            transition-delay: 340ms;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul.main > li.hasChild ul.sub > li > a span:nth-child(18) {
    -webkit-transition-delay: 360ms;
            transition-delay: 360ms;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul.main > li.hasChild ul.sub > li > a span:nth-child(19) {
    -webkit-transition-delay: 380ms;
            transition-delay: 380ms;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul.main > li.hasChild ul.sub > li > a span:nth-child(20) {
    -webkit-transition-delay: 400ms;
            transition-delay: 400ms;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul.main > li.hasChild ul.sub > li > a span:nth-child(21) {
    -webkit-transition-delay: 420ms;
            transition-delay: 420ms;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul.main > li.hasChild ul.sub > li > a span:nth-child(22) {
    -webkit-transition-delay: 440ms;
            transition-delay: 440ms;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul.main > li.hasChild ul.sub > li > a span:nth-child(23) {
    -webkit-transition-delay: 460ms;
            transition-delay: 460ms;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul.main > li.hasChild ul.sub > li > a span:nth-child(24) {
    -webkit-transition-delay: 480ms;
            transition-delay: 480ms;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul.main > li.hasChild ul.sub > li > a span:nth-child(25) {
    -webkit-transition-delay: 500ms;
            transition-delay: 500ms;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul.main > li.hasChild ul.sub > li > a span:nth-child(26) {
    -webkit-transition-delay: 520ms;
            transition-delay: 520ms;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul.main > li.hasChild ul.sub > li > a span:nth-child(27) {
    -webkit-transition-delay: 540ms;
            transition-delay: 540ms;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul.main > li.hasChild ul.sub > li > a span:nth-child(28) {
    -webkit-transition-delay: 560ms;
            transition-delay: 560ms;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul.main > li.hasChild ul.sub > li > a span:nth-child(29) {
    -webkit-transition-delay: 580ms;
            transition-delay: 580ms;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul.main > li.hasChild ul.sub > li > a span:nth-child(30) {
    -webkit-transition-delay: 600ms;
            transition-delay: 600ms;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul.main > li.hasChild ul.sub > li > a:active::before, #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul.main > li.hasChild ul.sub > li > a:hover::before {
    width: 3px;
    height: 3px;
    border-radius: 50%;
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul.main > li.hasChild ul.sub.open > li > a::before {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul.main > li.hasChild ul.sub.open > li > a span {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  #nav_sp .drawer_nav_sp .sns-block {
    margin: 80px 40px 0;
  }
  #nav_sp .drawer_nav_sp .sns-block ul li {
    margin-right: 20px;
  }
  #nav_sp .drawer_nav_sp .sns-block ul li.fb a {
    background-image: url(../img/common/sns-icon-fb_black.svg);
    background-size: 8.2px 17.6px;
  }
  #nav_sp .drawer_nav_sp .sns-block ul li.in a {
    background-image: url(../img/common/sns-icon-in_black.svg);
    background-size: 19.6px auto;
  }
  #nav_sp .nav_logo,
  #nav_sp .search_dialog,
  #nav_sp .drawer_nav_menu_sp,
  #nav_sp .sns-block {
    opacity: 0;
  }
  body.active #nav_sp .drawer_nav_sp {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  body.active #nav_sp .nav_logo {
    -webkit-animation: nav-open 1s ease 0.2s forwards;
            animation: nav-open 1s ease 0.2s forwards;
  }
  body.active #nav_sp .search_dialog {
    -webkit-animation: nav-open 1s ease 0.4s forwards;
            animation: nav-open 1s ease 0.4s forwards;
  }
  body.active #nav_sp .drawer_nav_menu_sp {
    -webkit-animation: nav-open 1s ease 0.6s forwards;
            animation: nav-open 1s ease 0.6s forwards;
  }
  body.active #nav_sp .sns-block {
    -webkit-animation: nav-open 1s ease 1s forwards;
            animation: nav-open 1s ease 1s forwards;
  }
}
@media screen and (max-width: 767px) {
  .is-visible #header_sp {
    background-color: transparent;
  }
  .is-visible #header_sp::before {
    content: none;
  }
  .is-visible #header_sp .header_left .header_logo a {
    background-image: url(./../img/common/logo-white.svg);
    width: 121px;
    background-repeat: no-repeat;
    background-position: left center;
  }
  .is-visible #header_sp .header_left .header_logo img {
    opacity: 0;
  }
  .is-visible .drawer-button_sp .hamburger span {
    background-color: white;
  }
  .is-visible .drawer-button_sp.active .hamburger span {
    background-color: black;
  }
}
@media screen and (min-width: 768px) {
  #header {
    background-color: white;
    /*
          &::after {
              content: "";
              width: 100px;
              height: 100px;
              position: fixed;
              top: 0;
              right: 0;
              background-color: white;
              z-index: 1;
          }
    */
  }
  #header::before {
    content: url(./../img/common/header-shadow.png);
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    width: 1500px;
    z-index: -1;
  }
  #header .header_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 36px;
  }
  #header .header_wrap .header_left {
    width: 174px;
  }
  #header .header_wrap .header_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 100px;
    font-size: 1.6rem;
  }
  #header .header_wrap .header_right .header_menu {
    position: relative;
  }
  #header .header_wrap .header_right .header_menu ul.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    white-space: nowrap;
  }
  #header .header_wrap .header_right .header_menu ul.main > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  #header .header_wrap .header_right .header_menu ul.main > li > a {
    color: #000;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    height: 100px;
    line-height: 1;
    letter-spacing: 0.025em;
    padding: 0 13px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #header .header_wrap .header_right .header_menu ul.main > li > a span {
    display: block;
  }
  #header .header_wrap .header_right .header_menu ul.main > li:not(.hasChild) > a::after {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 16px;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: black;
    -webkit-transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
  }
  #header .header_wrap .header_right .header_menu ul.main > li:not(.hasChild) > a:hover::after {
    opacity: 1;
    bottom: 26px;
  }
  #header .header_wrap .header_right .header_menu ul.main > li.hasChild ul.sub {
    display: none;
    font-size: 1rem;
    position: absolute;
    z-index: 10;
    left: 1.3em;
    bottom: 3em;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1.6em 2.4em;
  }
  #header .header_wrap .header_right .header_menu ul.main > li.hasChild ul.sub > li > a {
    position: relative;
    color: #000;
    font-size: 1.6em;
    line-height: 1;
    letter-spacing: 0.025em;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    padding: 0.5em;
    padding-left: 2.075em;
  }
  #header .header_wrap .header_right .header_menu ul.main > li.hasChild ul.sub > li > a::before {
    content: "";
    display: inline-block;
    width: 0.825em;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 0.9125em;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: width 0.3s ease, height 0.3s ease, border-radius 0.3s ease;
    transition: width 0.3s ease, height 0.3s ease, border-radius 0.3s ease;
  }
  #header .header_wrap .header_right .header_menu ul.main > li.hasChild ul.sub > li > a:active::before, #header .header_wrap .header_right .header_menu ul.main > li.hasChild ul.sub > li > a:hover::before {
    width: 3px;
    height: 3px;
    border-radius: 50%;
  }
  #header .header_wrap .header_right .header_menu ul.main > li .search_toggle {
    font-size: 1rem;
    padding: 1em;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #header .header_wrap .header_right .header_menu ul.main > li .search_toggle:active, #header .header_wrap .header_right .header_menu ul.main > li .search_toggle:hover {
    opacity: 0.6;
  }
  #header .header_wrap .header_right .header_menu ul.main > li.current-menu-item a::after {
    opacity: 1;
    bottom: 26px;
  }
  #header .header_wrap .header_right .header_menu .search_dialog {
    font-size: 1rem;
    position: absolute;
    bottom: 3.2em;
    width: 100%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    background-color: rgba(255, 255, 255, 0.75);
    padding: 3.2em 4.8em;
    padding-right: 2.4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: opacity 0.5s, visibility 0.5s, bottom 0.5s;
    transition: opacity 0.5s, visibility 0.5s, bottom 0.5s;
  }
  #header .header_wrap .header_right .header_menu .search_dialog:not(.show) {
    opacity: 0;
    visibility: hidden;
    bottom: 3em;
  }
  #header .header_wrap .header_right .header_menu .search_dialog .input_wrapper {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 0;
  }
  #header .header_wrap .header_right .header_menu .search_dialog .input_wrapper input {
    font-size: 1.6em;
    padding: 0.5em 1em;
    padding-right: 2.8125em;
    background-color: #FFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  #header .header_wrap .header_right .header_menu .search_dialog .input_wrapper button {
    font-size: 1.1075em;
    padding: 1em;
    position: absolute;
    top: 50%;
    right: 2.6rem;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    z-index: 5;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #header .header_wrap .header_right .header_menu .search_dialog .input_wrapper button:active, #header .header_wrap .header_right .header_menu .search_dialog .input_wrapper button:hover {
    opacity: 0.6;
  }
  #header .header_wrap .header_right .header_menu .search_dialog .closebtn {
    width: 4.6em;
    height: 4.2em;
    position: relative;
    margin-left: 3.2em;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #header .header_wrap .header_right .header_menu .search_dialog .closebtn:active, #header .header_wrap .header_right .header_menu .search_dialog .closebtn:hover {
    opacity: 0.6;
  }
  #header .header_wrap .header_right .header_menu .search_dialog .closebtn::before, #header .header_wrap .header_right .header_menu .search_dialog .closebtn::after {
    content: "";
    display: block;
    width: 5em;
    height: 0;
    border-bottom: 1px solid #000;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  #header .header_wrap .header_right .header_menu .search_dialog .closebtn::before {
    -webkit-transform: translate(-50%, -50%) rotate(26.666deg);
            transform: translate(-50%, -50%) rotate(26.666deg);
  }
  #header .header_wrap .header_right .header_menu .search_dialog .closebtn::after {
    -webkit-transform: translate(-50%, -50%) rotate(-26.666deg);
            transform: translate(-50%, -50%) rotate(-26.666deg);
  }
  .nav-trigger-wrapper {
    position: fixed;
    z-index: 1200;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1060px;
  }
  .drawer-btn_pc {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    background-size: 100% auto;
    background-image: url(../../assets/img/common/gnav_btn_menu.png);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .drawer-btn_pc.active {
    background-image: url(../img/common/gnav_btn_close.png);
  }
  .drawer-button_pc {
    cursor: pointer;
    display: block;
    background: none;
    outline: none;
    border: none;
    padding: 0;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1200;
  }
  .drawer-button_pc .hamburger {
    position: relative;
    width: 20px;
    height: 14px;
    width: 47px;
    height: 8px;
    margin: 0 auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .drawer-button_pc .hamburger span {
    height: 1px;
    width: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    -webkit-transform-origin: center;
            transform-origin: center;
    background-color: black;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .drawer-button_pc .hamburger span:nth-child(1) {
    top: 0;
    top: 1px;
    bottom: auto;
  }
  .drawer-button_pc .hamburger span:nth-child(2) {
    top: auto;
    bottom: 0;
    bottom: 1px;
  }
  .drawer-button_pc:hover .hamburger span {
    top: 50%;
    bottom: 50%;
    -webkit-transform: rotate(0) !important;
            transform: rotate(0) !important;
  }
  .drawer-button_pc.active .hamburger span {
    background-color: white;
    top: 50%;
    bottom: 50%;
  }
  .drawer-button_pc.active .hamburger span:nth-child(1) {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  .drawer-button_pc.active .hamburger span:nth-child(2) {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  /* #nav */
  #nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
  }
  #nav a {
    display: block;
  }
  #nav .drawer_bg {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-backdrop-filter: blur(1px);
            backdrop-filter: blur(1px);
    background-color: rgba(0, 0, 0, 0.15);
  }
  #nav .drawer_nav_pc {
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    right: 0;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.99);
    color: white;
    background-color: black;
    padding: 100px 60px 20px;
    width: 280px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }
  #nav .drawer_nav_pc a {
    color: white;
  }
  #nav .drawer_nav_pc .nav_logo {
    position: absolute;
    top: 30px;
    left: 20px;
    width: 174px;
    display: none;
  }
  #nav .drawer_nav_pc .drawer_nav_inner {
    overflow-y: auto;
    overflow-x: hidden;
  }
  #nav .drawer_nav_pc .drawer_nav_menu_pc ul li a {
    display: block;
    position: relative;
    width: 100%;
    font-size: 2.1rem;
    line-height: 1.2;
    padding: 17px 0;
  }
  #nav .drawer_nav_pc .drawer_nav_menu_pc ul li a.icon::after {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    position: absolute;
    left: 320px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  #nav .drawer_nav_pc .drawer_nav_menu_pc ul li a.open.icon::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #nav .drawer_nav_pc .drawer_nav_menu_pc ul li ul li a {
    position: relative;
    padding: 10px 0 10px 1em;
  }
  #nav .drawer_nav_pc .sns-block {
    margin-top: 100px;
  }
  #nav .drawer_nav_pc .sns-block ul li {
    margin-right: 20px;
  }
  body.active {
    position: fixed;
  }
  body.active #header .header_wrap .header_right {
    padding-right: 100px;
  }
  body.active #nav .drawer_nav_pc {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  #nav .drawer_nav_menu_pc,
  #nav .sns-block {
    opacity: 0;
  }
  body.active #nav .drawer_nav_menu_pc {
    -webkit-animation: nav-open 1s ease 0.4s forwards;
            animation: nav-open 1s ease 0.4s forwards;
  }
  body.active #nav .sns-block {
    -webkit-animation: nav-open 1s ease 1s forwards;
            animation: nav-open 1s ease 1s forwards;
  }
}
@media screen and (min-width: 768px) {
  .is-visible {
    /*
          .drawer-button_pc {
              .hamburger {
                  span {
                      background-color: white;
                  }
              }
          }
    */
  }
  .is-visible #header {
    background-color: transparent;
  }
  .is-visible #header::before {
    content: none;
  }
  .is-visible #header::after {
    background-color: transparent;
  }
  .is-visible #header .header_wrap {
    /*
                .header_right {
                    .header_menu {

                        ul.main {
                            & > li {								
                                & > a {
                                    color: white;
    					filter: drop-shadow(0px 0px 3px rgba(#000,0.6));

                                    &::after {
                                        background-color: white;
                                    }
                                }

    				.search_toggle {
    					filter: drop-shadow(0px 0px 3px rgba(#000,0.6));

    					.icon {
    						&::before,
    						&::after {
    							transition: border-color .3s;
    							border-color: #FFF;
    						}
    					}
    				}
                            }
                        }
                    }
                }
    */
  }
  .is-visible #header .header_wrap .header_left .header_logo a {
    width: 174px;
  }
  .is-visible #header .header_wrap .header_left .header_logo img {
    opacity: 0;
  }
}
#footer {
  color: white;
  background-color: #1a1a1a;
}
#footer a {
  color: white;
  display: block;
}
#footer .footer_logo a,
#footer .menu_list a {
  display: block;
}
#footer .copyright {
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  #footer {
    padding: 40px 0px 30px;
    font-size: 1rem;
  }
  #footer .footer_logo {
    width: 121px;
    line-height: 1;
    margin: 0 auto 25px;
  }
  #footer .menu_list {
    margin-bottom: 20px;
  }
  #footer .menu_list ul {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
  #footer .menu_list ul li {
    margin: 0 10px 6px;
  }
  #footer .sns-block {
    margin: 20px 0 30px;
  }
  #footer .sns-block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .sns-block ul li {
    margin: 0 10px;
  }
  #footer .copyright {
    text-align: center;
    font-size: 1rem;
    padding: 10px 0;
  }
}
@media screen and (min-width: 768px) {
  #footer {
    padding: 110px 20px 94px;
  }
  #footer .wrapper {
    position: relative;
    width: 1040px;
  }
  #footer .footer_block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 62px;
  }
  #footer .footer_block .footer_logo {
    width: 174px;
    margin-right: 94px;
  }
  #footer .footer_block .menu_list {
    font-size: 1.8rem;
  }
  #footer .footer_block .menu_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #footer .footer_block .menu_list ul li {
    margin-right: 26px;
  }
  #footer .footer_block .sns-block {
    position: absolute;
    right: 0;
    bottom: -8px;
  }
  #footer .footer_block .sns-block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #footer .footer_block .sns-block ul li {
    margin-left: 20px;
  }
  #footer .copyright {
    font-size: 1.3rem;
  }
}
.pagetop {
  cursor: pointer;
  position: absolute;
  z-index: 100;
  background-image: url(./../img/common/pagetop.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .pagetop {
    width: 20px;
    height: 20px;
    right: 30px;
    bottom: 70px;
  }
}
@media screen and (min-width: 768px) {
  .pagetop {
    right: -10px;
    bottom: 65px;
    width: 38px;
    height: 38px;
  }
  .pagetop::after {
    top: calc(50% - 5px);
    width: 13px;
    height: 13px;
  }
  .pagetop:hover {
    opacity: 0.6;
  }
}
.concept-page-original .pagetop {
  display: block;
}
.concept-page-original .pagetop.swiper-pagination .swiper-pagination-bullet {
  background: none;
  border-radius: 0;
  width: 38px;
  height: 38px;
}
.concept-page-original .pagetop.swiper-pagination .swiper-pagination-bullet:not(:first-of-type) {
  display: none;
}

/* ===============================
common
=============================== */
#main {
  position: relative;
}

#home #main {
  padding-top: 0;
  margin-bottom: 0;
}

.page_content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  #main {
    padding-top: 55px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  #main {
    padding-top: 100px;
    margin-bottom: 120px;
  }
}
/*pagetitle*/
.pagetitle {
  position: relative;
  text-align: center;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.025em;
  padding-top: 40px;
  margin-bottom: 40px;
}
.pagetitle::after {
  content: "";
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 1px;
  width: 22px;
  background-color: #000;
}

.pagedescript {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.025em;
  margin-bottom: 60px;
}
.pagetitle + .pagedescript {
  margin-top: -50px;
}

.heading {
  position: relative;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.025rem;
}
.heading::after {
  content: "";
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 1px;
  width: 22px;
  background-color: #000;
}

.areatitle {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 2em;
}

.breadcrumbs {
  color: black;
  letter-spacing: 0.1rem;
}
.breadcrumbs a {
  color: black;
}

@media screen and (max-width: 767px) {
  .pagetitle {
    padding-top: 40px;
    margin-bottom: 40px;
    font-size: 2rem;
  }
  .pagetitle::after {
    bottom: -10px;
    width: 22px;
  }
  .pagedescript {
    font-size: 1rem;
    margin-bottom: 30px;
  }
  .pagetitle + .pagedescript {
    margin-top: -15px;
  }
  .heading {
    margin-bottom: 40px;
    font-size: 1.4rem;
  }
  .heading::after {
    bottom: -10px;
    width: 22px;
  }
  .areatitle {
    font-size: 1.4rem;
  }
  .breadcrumbs {
    font-size: 1rem;
    padding-top: 10px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .pagetitle {
    padding-top: 130px;
    margin-bottom: 120px;
    font-size: 2.8rem;
  }
  .pagetitle::after {
    bottom: -32px;
    width: 30px;
  }
  .heading {
    margin-bottom: 120px;
    font-size: 2.8rem;
  }
  .heading::after {
    bottom: -32px;
    width: 30px;
  }
  .breadcrumbs {
    font-size: 1.2rem;
    padding-top: 30px;
    margin-bottom: 80px;
  }
}
.page-header {
  position: relative;
  letter-spacing: 0.1rem;
}
.page-header.image {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}
.page-header.image::before {
  content: "";
  display: block;
  background-color: #FFF;
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: width 0.8s ease;
  transition: width 0.8s ease;
}
.page-header.image .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-header.image .wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  z-index: 5;
}
.page-header.image .breadcrumbs {
  position: absolute;
  top: 0;
  left: 20px;
  color: white;
  margin: 0;
}
.page-header.image .breadcrumbs a {
  color: white;
}
.page-header.image .page-heading {
  -webkit-transition: 1s 0.8s opacity ease, 1s 0.8s transform ease;
  transition: 1s 0.8s opacity ease, 1s 0.8s transform ease;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.page-header.image._do_anim::before {
  width: 0%;
}
.page-header.image._do_anim .page-heading {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .page-header.image .wrapper {
    height: 150px;
  }
  .page-header .page-heading {
    font-size: 1.68rem;
  }
  .page-header.history {
    background-image: url(./../img/concept/concept-history_bg_sp.jpg);
  }
  .page-header.design {
    background-image: url(./../img/concept/concept-design_bg_sp.jpg);
  }
}
@media screen and (min-width: 768px) {
  .page-header.image {
    min-height: auto;
  }
  .page-header.image .wrapper {
    height: 350px;
  }
  .page-header .page-heading {
    font-size: 2.4rem;
  }
  .page-header.history {
    background-image: url(./../img/concept/concept_bg3.jpg);
  }
  .page-header.design {
    background-image: url(./../img/concept/concept-design_bg.jpg);
  }
}

.slider._type1 {
  line-height: 0;
  position: relative;
}
.slider._type1 .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5rem;
  height: 9rem;
  color: transparent;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.slider._type1 .slick-arrow:active, .slider._type1 .slick-arrow:hover {
  opacity: 0.6;
}
.slider._type1 .slick-arrow::before {
  content: "";
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  position: absolute;
  top: 50%;
}
.slider._type1 .slick-arrow.slick-prev {
  left: 0;
}
.slider._type1 .slick-arrow.slick-prev::before {
  left: 50%;
  -webkit-transform: translate(-20%, -50%) rotate(45deg);
          transform: translate(-20%, -50%) rotate(45deg);
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
.slider._type1 .slick-arrow.slick-next {
  right: 0;
}
.slider._type1 .slick-arrow.slick-next::before {
  right: 50%;
  -webkit-transform: translate(20%, -50%) rotate(45deg);
          transform: translate(20%, -50%) rotate(45deg);
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}

.table table {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-top: solid 1px #4d4d4d;
}
.table th,
.table td {
  text-align: left;
  vertical-align: top;
  font-size: 1.36rem;
  line-height: 1.91;
  padding: 16px 0;
  border-bottom: solid 1px #4d4d4d;
}
.table th {
  padding-right: 10px;
}

@media screen and (min-width: 768px) {
  .table th,
  .table td {
    font-size: 1.6rem;
    line-height: 2.125;
    padding: 16px 6px;
  }
  .table th {
    padding-right: 10px;
  }
}
.contact-type1_block .block-ttl {
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  margin-bottom: 10px;
}
.contact-type1_block ul li a {
  display: block;
  background-repeat: no-repeat;
  border: solid 1px #000;
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  padding: 13px 30px 13px 50px;
  border-radius: 28px;
}
.contact-type1_block ul li.tel a {
  background-image: url(./../img/common/icon-tel_orange.svg);
  background-size: 16.3px auto;
  background-position: 23% center;
}
.contact-type1_block ul li.mail a {
  background-image: url(./../img/common/icon-mail_orange.svg);
  background-size: 22.1px auto;
  background-position: 22% center;
}

@media screen and (max-width: 767px) {
  .contact-type1_block ul {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-type1_block ul li {
    margin-bottom: 16px;
  }
  .contact-type1_block ul li:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .contact-type1_block .block-ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .contact-type1_block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact-type1_block ul li {
    width: 357px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .contact-type1_block ul li a {
    font-size: 1.6rem;
    padding: 20px 30px 20px 50px;
    border-radius: 36px;
  }
  .contact-type1_block ul li.tel a {
    background-position: 28% center;
  }
  .contact-type1_block ul li.mail a {
    background-position: 28% center;
  }
}
/* ===============================
// POST
=============================== */
.wp-pagenavi {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block;
  color: #b3b3b3;
  margin: 0px 2px;
  padding: 3px 6px;
  font-size: 12px;
  border: none;
  border-radius: 0;
}
.wp-pagenavi span.current,
.wp-pagenavi span:hover,
.wp-pagenavi a.current,
.wp-pagenavi a:hover {
  color: black;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .pager {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .pager {
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
  }
  .wp-pagenavi span,
  .wp-pagenavi a {
    font-size: 21px;
    padding: 3px 10px;
  }
}
.post-single-navigation {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}
.post-single-navigation ul {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.4rem;
}
.post-single-navigation ul li {
  position: relative;
  white-space: nowrap;
}
.post-single-navigation ul li a {
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px auto;
  color: #000;
  margin: 0;
  padding: 4px;
  font-size: 14px;
  border: solid 1px #000;
  min-width: 40px;
  min-height: 40px;
  border-radius: 20px;
}
.post-single-navigation ul li.nav-previous, .post-single-navigation ul li.nav-next {
  text-indent: -9999px;
  position: relative;
}
.post-single-navigation ul li.nav-previous a {
  background-image: url(./../img/common/wp-pagenavi-previouspostslink.png);
}
.post-single-navigation ul li.nav-archive a {
  position: relative;
  padding: 5px 34px 5px 16px;
}
.post-single-navigation ul li.nav-archive a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-width: 1px;
  border-style: solid;
  border-color: #000 #000 transparent transparent;
  right: 1.4em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post-single-navigation ul li.nav-next a {
  background-image: url(./../img/common/wp-pagenavi-nextpostslink.png);
}

@media screen and (min-width: 768px) {
  .post-single-navigation {
    margin-top: 60px;
  }
  .post-single-navigation ul {
    font-size: 1.6rem;
  }
  .post-single-navigation ul li {
    width: 40px;
  }
  .post-single-navigation ul li a:hover {
    color: white;
    background-color: #000;
  }
  .post-single-navigation ul li.nav-previous a:hover {
    background-image: url(./../img/common/wp-pagenavi-previouspostslink_hover.png);
  }
  .post-single-navigation ul li.nav-archive {
    width: auto;
  }
  .post-single-navigation ul li.nav-archive a:hover::after {
    border-color: white white transparent transparent;
  }
  .post-single-navigation ul li.nav-next a:hover {
    background-image: url(./../img/common/wp-pagenavi-nextpostslink_hover.png);
  }
}
/* single-post */
.single-post .post .post-header {
  text-align: center;
  margin-bottom: 1em;
}
.single-post .post .post-header .post-title {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.4;
}
.single-post .post .post-header .post-meta .post-time {
  font-size: 1.2rem;
  display: inline-block;
  margin-right: 1em;
  min-width: auto;
}
.single-post .post .post-header .post-meta .post-category {
  display: inline-block;
}
.single-post .post .post-content {
  font-size: 1.4rem;
  line-height: 2;
}
.single-post .post .post-content figure,
.single-post .post .post-content p {
  margin-bottom: 2em;
}
.single-post .btn-back {
  text-align: center;
}
.single-post .btn-back a {
  border-bottom: solid 1px #000;
}

@media screen and (min-width: 768px) {
  .single-post .post .post-header {
    margin-bottom: 30px;
  }
  .single-post .post .post-header .post-title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .single-post .post .post-header .post-meta {
    margin-bottom: 10px;
  }
  .single-post .post .post-header .post-meta .post-time {
    font-size: 1.1rem;
    margin-right: 22px;
  }
  .single-post .post .post-header .post-meta .post-category {
    display: inline-block;
  }
  .single-post .post .post-content {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.archive-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.archive-product .post {
  text-align: center;
}
.archive-product .post .post-btn span {
  position: relative;
}
.archive-product .post .post-btn span::after {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: black;
}
.archive-product .nopost {
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 1400px) {
  .archive-product {
    width: 1300px;
  }
  .archive-product .post,
  .archive-product .dummy {
    width: 400px;
  }
  .archive-product .post:not(:nth-child(3n)),
  .archive-product .dummy:not(:nth-child(3n)) {
    margin-right: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .archive-product {
    width: 850px;
  }
  .archive-product .post,
  .archive-product .dummy {
    width: 400px;
  }
  .archive-product .post:not(:nth-child(2n)),
  .archive-product .dummy:not(:nth-child(2n)) {
    margin-right: 50px;
  }
}
@media screen and (min-width: 768px) {
  .archive-product .post {
    margin-bottom: 70px;
    font-size: 1.4rem;
  }
  .archive-product .post .post-thumbnail {
    margin-bottom: 30px;
  }
  .archive-product .post .post-category {
    font-size: 1.2rem;
  }
  .archive-product .post .post-title {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .archive-product .post .post-color {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .archive-product .post .post-btn {
    font-size: 1.4rem;
  }
  .archive-product .post .post-btn span::after {
    bottom: -4px;
  }
  .category-meta {
    margin-bottom: 120px;
  }
  .ipad .archive-product {
    width: 1060px;
  }
  .ipad .archive-product .post {
    width: 30%;
    margin-right: 3%;
  }
}
@media screen and (max-width: 767px) {
  .archive-product {
    margin: 0 -1rem;
  }
  .archive-product .post,
  .archive-product .dummy {
    width: 48.5507246377%;
  }
  .archive-product .post:not(:nth-child(2n)),
  .archive-product .dummy:not(:nth-child(2n)) {
    margin-right: 2.8985507246%;
  }
  .archive-product .post {
    margin-bottom: 40px;
    font-size: 1rem;
  }
  .archive-product .post .post-thumbnail {
    margin-bottom: 20px;
  }
  .archive-product .post .post-category {
    margin-bottom: 0px;
  }
  .archive-product .post .post-title {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 2px;
  }
  .archive-product .post .post-color {
    margin-bottom: 6px;
  }
  .category-meta {
    margin-bottom: 50px;
  }
}
.archive-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.archive-features .post {
  font-size: 1rem;
  letter-spacing: 0.1rem;
}
.archive-features .post a {
  display: block;
}
.archive-features .post .post-thumbnail img {
  width: 100%;
  line-height: 0;
}
.archive-features .post .post-title {
  text-align: center;
}
.archive-features .post .post-title span {
  padding-bottom: 0.3em;
  border-bottom: 1px solid #000;
}
.archive-features .post .post-btn {
  text-align: center;
}
.archive-features .post .post-btn span {
  position: relative;
}
.archive-features .post .post-btn span::after {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: black;
}
@media screen and (min-width: 768px) {
  .archive-features {
    min-width: 1300px;
  }
  .archive-features .post,
  .archive-features .dummy {
    width: 520px;
  }
  .archive-features .post:not(:nth-child(2n)),
  .archive-features .dummy:not(:nth-child(2n)) {
    margin-right: 30px;
  }
  .archive-features .post {
    width: 520px;
    margin-bottom: 90px;
    font-size: 1.4rem;
  }
  .archive-features .post .post-title {
    font-size: 2.1rem;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .archive-features .post .post-btn {
    font-size: 1.3rem;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .archive-features .post,
  .archive-features .dummy {
    width: 83.5820895522%;
  }
  .archive-features .post {
    margin-bottom: 60px;
  }
  .archive-features .post .post-title {
    font-size: 1.4rem;
    margin: 1em 0;
  }
  .archive-features .post .post-btn {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .ipad .archive-features {
    min-width: 1060px;
  }
  .ipad .archive-features .post,
  .ipad .archive-features .dummy {
    width: 30%;
  }
  .ipad .archive-features .post {
    margin-bottom: 90px;
    margin-right: 3%;
  }
  .ipad .archive-features .post .post-title {
    margin-top: 46px;
    margin-bottom: 22px;
    font-size: 1.9rem;
  }
}

.product-single-sec .post-btn-back,
.features-single-sec .post-btn-back,
.shop-single-sec .post-btn-back,
body.page-template-template_page_type1 .post-btn-back,
.concept-child-sec .post-btn-back {
  text-align: center;
}
.product-single-sec .post-btn-back a,
.features-single-sec .post-btn-back a,
.shop-single-sec .post-btn-back a,
body.page-template-template_page_type1 .post-btn-back a,
.concept-child-sec .post-btn-back a {
  position: relative;
}
.product-single-sec .post-btn-back a::after,
.features-single-sec .post-btn-back a::after,
.shop-single-sec .post-btn-back a::after,
body.page-template-template_page_type1 .post-btn-back a::after,
.concept-child-sec .post-btn-back a::after {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: black;
}
@media screen and (max-width: 767px) {
  .product-single-sec .post-btn-back,
  .features-single-sec .post-btn-back,
  .shop-single-sec .post-btn-back,
  body.page-template-template_page_type1 .post-btn-back,
  .concept-child-sec .post-btn-back {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .product-single-sec .post-btn-back,
  .features-single-sec .post-btn-back,
  .shop-single-sec .post-btn-back,
  body.page-template-template_page_type1 .post-btn-back,
  .concept-child-sec .post-btn-back {
    font-size: 1.6rem;
    margin-top: 170px;
  }
}

.post-navi-btn {
  margin-top: 150px;
  width: 1140px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.post-navi-btn a {
  position: relative;
}
.post-navi-btn a::after {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: black;
}
.post-navi-btn .back {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .post-navi-btn {
    margin: 50px 0;
  }
}

.footer-categories {
  text-align: center;
  font-size: 1.12rem;
}
.footer-categories .fc-title {
  margin-bottom: 3.125em;
}
.footer-categories .fc-title span {
  border-bottom: 1px solid #000;
  padding-bottom: 1em;
}
.footer-categories .fc-items li {
  display: inline-block;
  margin: 1em;
}

.single-features .post {
  font-size: 1.05rem;
}
.single-features .post .post-title {
  text-align: center;
  line-height: 1.75;
}
.single-features .post .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
}
.single-features .post .post-meta .post-time {
  position: relative;
  line-height: 1.2;
  margin-right: 30px;
}
.single-features .post .post-meta .post-time::after {
  content: "";
  position: absolute;
  margin: auto;
  right: -15px;
  width: 1px;
  height: 100%;
  background-color: black;
}
@media screen and (max-width: 767px) {
  .single-features .post {
    width: 100%;
  }
  .single-features .post .post-header {
    margin-bottom: 30px;
  }
  .single-features .post .post-title {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }
  .single-features .post .post-meta {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .single-features .post {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    font-size: 1.5rem;
  }
  .single-features .post .post-header {
    margin-bottom: 110px;
  }
  .single-features .post .post-title {
    font-size: 2.1rem;
    margin-bottom: 12px;
  }
  .single-features .post .post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.2rem;
  }
  .single-features .post .post-meta .post-time {
    margin-right: 40px;
  }
  .single-features .post .post-meta .post-time::after {
    right: -20px;
  }
}

/* SERVICE MENU
============================== */
.service-list_sec {
  text-align: center;
}
.service-list_sec .list .en {
  color: #000;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
.service-list_sec .list .jp {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .service-list_sec .wrapper {
    padding-bottom: 50px;
  }
  .service-list_sec .pagetitle {
    margin-bottom: 22px;
  }
  .service-list_sec .txt-lead {
    font-size: 1.4rem;
    line-height: 1.857;
    margin-bottom: 36px;
  }
  .service-list_sec ul.list {
    border-top: solid 1px #e2e2e2;
    border-left: solid 1px #e2e2e2;
  }
  .service-list_sec ul.list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .service-list_sec ul.list li a figure,
  .service-list_sec ul.list li a .box-txt {
    border-right: solid 1px #e2e2e2;
    border-bottom: solid 1px #e2e2e2;
  }
  .service-list_sec ul.list li a figure {
    width: 50%;
  }
  .service-list_sec ul.list li a .jp {
    font-size: 1.6rem;
    line-height: 1.625;
    margin-top: 4px;
  }
  .service-list_sec ul.list li a .box-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
  }
  .service-list_sec ul.list li:nth-child(even) a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .service-list_sec ul.list li .txt-description {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .service-list_sec .pagetitle {
    margin-bottom: 30px;
  }
  .service-list_sec .txt-lead {
    margin-bottom: 60px;
  }
  .service-list_sec ul.list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .service-list_sec ul.list li {
    width: 300px;
    margin-right: 40px;
    margin-bottom: 30px;
    font-size: 1.2rem;
    line-height: 1.667;
  }
  .service-list_sec ul.list li:nth-child(3n+3) {
    margin-right: 0;
  }
  .service-list_sec ul.list li .en {
    margin-top: 8px;
    font-size: 1.2rem;
  }
  .service-list_sec ul.list li .txt-description {
    margin-top: 4px;
    padding: 0 10px;
  }
}
/* =================================
form
================================= */
.radio_input_icon {
  cursor: pointer;
  display: inline-block;
}

.radio_input_icon + span {
  cursor: pointer;
  display: inline-block;
  padding: 0px 0px 0px 30px;
  margin-right: 4em;
}

.radio_input_icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  background-color: white;
  border-radius: 50%;
}

.form_table input[type=text],
.form_table input[type=email],
.form_table input[type=tel],
.form_table input[type=search],
.form_table select,
.form_table textarea {
  font-family: "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体";
  border: solid 1px #ccc;
  border-radius: 3px;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 6px 10px;
}
.form_table textarea {
  resize: vertical;
}
.form_table input[type=submit] {
  font-family: "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体";
  color: white;
  background-color: black;
  width: 100%;
  width: 48%;
  height: 30px;
  border-radius: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.form_table input[type=submit].form_back {
  background-color: #999;
}
.form_table .radio_input + label::before,
.form_table .checkbox_input + label::before {
  border: 1px solid #000;
  background-color: white;
}
.form_table .radio_input_icon::before {
  border: 1px solid #000;
  background-color: white;
}

.radio_input + label,
.checkbox_input + label {
  display: inline-block;
  padding: 0px 0px 0px 24px;
  margin-right: 2em;
}

.radio_input_icon + span {
  padding: 0px 0px 0px 20px;
  margin-right: 2em;
}

.radio_input + label::before,
.radio_input_icon::before {
  border-radius: 50%;
}

.radio_input:checked + label::before,
.radio_input_icon:checked::before {
  background-color: #000;
}

.radio_input:checked + label::after,
.radio_input_icon:checked + label::after {
  content: none;
}

.checkbox_input:checked + label::after {
  top: 8px;
  left: 8px;
  width: 10px;
  height: 10px;
  border-left: 1px solid #000;
  border-bottom: none;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .form_table {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.2rem;
  }
  .form_table input[type=text],
  .form_table input[type=email],
  .form_table input[type=tel],
  .form_table input[type=search],
  .form_table textarea {
    padding: 5px 10px;
  }
  .form_table textarea {
    height: 170px;
  }
  .form_table .radio_input + label::before,
  .form_table .checkbox_input + label::before {
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
  }
  .form_table .radio_input_icon::before {
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
  }
  .form_table .dl_radio .mwform-radio-field {
    position: relative;
    display: block;
  }
  .form_table .dl_radio .radio_input_icon + span {
    padding: 2px 0px 2px 1em;
    margin-right: 0;
  }
  .form_table input[type=submit] {
    margin-top: 10px;
  }
  .form_table .form_check_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .form_table .form_check_button li {
    width: 48%;
  }
  .form_table .form_check_button input[type=submit] {
    width: 100%;
  }
  .form_table .form-check-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form_table .form-check-button input[type=submit] {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .form_table dl {
    padding: 7px 0;
  }
  .form_table dl dt {
    margin-bottom: 6px;
  }
  .form_table .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
  }
  .form_table .mwform-radio-field input {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .radio_input + label,
  .checkbox_input + label {
    padding: 0px 0px 0px 30px;
  }
  .radio_input + label::before,
  .checkbox_input + label::before {
    top: 10px;
    left: 6px;
    width: 8px;
    height: 8px;
  }
  .radio_input_icon::before {
    top: -6px;
    left: 6px;
    width: 8px;
    height: 8px;
  }
  .checkbox_input:checked + label::after,
  .radio_input_icon:checked::after {
    top: 10px;
    left: 10px;
    width: 10px;
    height: 10px;
    border-left: 1px solid #000;
  }
  .form_table {
    padding-top: 3em;
    width: 700px;
    margin: auto;
    font-size: 1.5rem;
  }
  .form_table input[type=text],
  .form_table input[type=email],
  .form_table input[type=tel],
  .form_table input[type=search],
  .form_table textarea {
    padding: 7px 12px;
    font-size: 1.6rem;
  }
  .form_table textarea {
    height: 200px;
  }
  .form_table input[type=submit] {
    width: 258px;
    height: 40px;
    font-size: 1.7rem;
    margin-top: 14px;
  }
  .form_table .form_check_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form_table .form_check_button li {
    margin: 0 10px;
  }
  .form_table dl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 16px 0;
  }
  .form_table dl dt {
    width: 150px;
    padding-top: 4px;
  }
  .form_table dl dd {
    width: 550px;
  }
  .form_table .mwform-radio-field input {
    position: relative;
  }
}
/* CONTACT
=============================== */
.faqlist {
  font-size: 1rem;
  width: 80em;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10em;
}
.faqlist .fl_group:not(:first-child) {
  margin-top: 7em;
}
.faqlist .fl_group .flg_ttl {
  font-size: 2em;
  text-align: center;
  margin-bottom: 1em;
}
.faqlist .fl_group .flg_list .flgl_item {
  margin-bottom: 0.3em;
}
.faqlist .fl_group .flg_list .flgl_item a {
  color: inherit;
  text-decoration: underline;
}
.faqlist .fl_group .flg_list .flgl_item .question {
  padding: 1.4em 3.2em;
  background-color: #F2F2F2;
  -webkit-transition: 0.5s background-color ease, 0.5s color ease;
  transition: 0.5s background-color ease, 0.5s color ease;
}
.faqlist .fl_group .flg_list .flgl_item .question p {
  font-size: 1.6em;
  line-height: 1.7142857143em;
}
.faqlist .fl_group .flg_list .flgl_item .answer {
  display: none;
  padding: 1.8em 3.2em;
}
.faqlist .fl_group .flg_list .flgl_item .answer p {
  font-size: 1.4em;
  line-height: 1.7142857143em;
}
.faqlist .fl_group .flg_list .flgl_item.has_question .question {
  position: relative;
  padding-right: 6.5em;
  cursor: pointer;
}
.faqlist .fl_group .flg_list .flgl_item.has_question .question::before, .faqlist .fl_group .flg_list .flgl_item.has_question .question::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 4.2em;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background-color: #000;
  -webkit-transition: 0.5s background-color ease, 0.5s -webkit-transform ease;
  transition: 0.5s background-color ease, 0.5s -webkit-transform ease;
  transition: 0.5s background-color ease, 0.5s transform ease;
  transition: 0.5s background-color ease, 0.5s transform ease, 0.5s -webkit-transform ease;
}
.faqlist .fl_group .flg_list .flgl_item.has_question .question::before {
  width: 1.6em;
  height: 1px;
}
.faqlist .fl_group .flg_list .flgl_item.has_question .question::after {
  width: 1px;
  height: 1.6em;
}
.faqlist .fl_group .flg_list .flgl_item.open .question {
  background-color: #808080;
  color: #FFF;
}
.faqlist .fl_group .flg_list .flgl_item.open.has_question .question::before, .faqlist .fl_group .flg_list .flgl_item.open.has_question .question::after {
  background-color: #FFF;
}
.faqlist .fl_group .flg_list .flgl_item.open.has_question .question::after {
  -webkit-transform: translate(50%, -50%) rotate(90deg);
          transform: translate(50%, -50%) rotate(90deg);
}
@media screen and (max-width: 767px) {
  .faqlist {
    font-size: 0.725rem;
  }
}

.contact-sec {
  margin-top: -2.5em;
}
.contact-sec .txt-privacy {
  text-align: center;
}
.contact-sec .txt-check {
  display: none;
}
.contact-sec dl.mini {
  font-size: 0.8em;
}
.contact-sec dl.require dt {
  position: relative;
}
.contact-sec dl.require dt::before {
  content: "＊";
  font-size: 0.6666666667em;
  position: absolute;
  left: -0.5em;
  top: 0.9em;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.contact-sec .mw_wp_form_input dl dd .memo {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .contact-sec {
    margin-top: 0;
  }
  .contact-sec dl.require dt::before {
    top: 0.25em;
  }
}

.contact-check_sec .txt-privacy {
  display: none;
}

.contact-thanks_sec .btn-back a,
.notfound-sec .btn-back a {
  position: relative;
}
.contact-thanks_sec .btn-back a::after,
.notfound-sec .btn-back a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 1px;
  width: 100%;
  background-color: #000;
}

.notfound-sec {
  text-align: center;
}

#contact .txt01 {
  text-align: center;
  margin-bottom: 5em;
}

@media screen and (max-width: 767px) {
  .contact-sec .txt-privacy {
    margin-top: 46px;
    font-size: 1.05rem;
    line-height: 1.81;
  }
  .contact-check_sec .form_table dl {
    border-bottom: solid 1px #ccc;
  }
  .contact-check_sec .txt-check {
    text-align: center;
    margin-top: 22px;
    margin-bottom: 16px;
  }
  .contact-thanks_sec {
    text-align: center;
  }
  .contact-thanks_sec .txt1 {
    font-size: 1.4rem;
    margin-top: 80px;
    margin-bottom: 30px;
  }
  .contact-thanks_sec .txt2 {
    font-size: 1.05rem;
    line-height: 1.82;
    margin-bottom: 60px;
  }
  .contact-thanks_sec .btn-back {
    font-size: 1.1rem;
  }
  .contact-thanks_sec .btn-back a::after {
    bottom: -6px;
  }
  .notfound-sec .btn-back {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .contact-sec .txt-privacy {
    margin-top: 82px;
    font-size: 1.5rem;
  }
  .contact-check_sec .form_table dl {
    border-bottom: solid 1px #ccc;
  }
  .contact-check_sec .txt-check {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 24px;
  }
  .contact-thanks_sec .txt1 {
    font-size: 2rem;
    margin-top: 150px;
    margin-bottom: 40px;
  }
  .contact-thanks_sec .txt2 {
    font-size: 1.5rem;
    line-height: 1.82;
    margin-bottom: 110px;
  }
  .notfound-sec .btn-back {
    margin-top: 40px;
  }
}
/* concept
============================== */
#concept #main {
  margin: 0;
}

.concept-page-original .swiper-slide .bg,
.concept-page-original .swiper-slide .ttl,
.concept-page-original .swiper-slide .ttl-sub,
.concept-page-original .swiper-slide .txt,
.concept-page-original .swiper-slide .link {
  -webkit-transition: 1s opacity ease, 1s -webkit-transform ease;
  transition: 1s opacity ease, 1s -webkit-transform ease;
  transition: 1s opacity ease, 1s transform ease;
  transition: 1s opacity ease, 1s transform ease, 1s -webkit-transform ease;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

body.loaded .concept-page-original .swiper-slide.type_default.swiper-slide-active .bg,
body.loaded .concept-page-original .swiper-slide.type_default.swiper-slide-active .ttl,
body.loaded .concept-page-original .swiper-slide.type_default.swiper-slide-active .ttl-sub,
body.loaded .concept-page-original .swiper-slide.type_default.swiper-slide-active .txt,
body.loaded .concept-page-original .swiper-slide.type_default.swiper-slide-active .link, body.loaded .concept-page-original .swiper-slide.type_horizontal_slider.swiper-slide-active .inner-slider .is_item._anim .bg,
body.loaded .concept-page-original .swiper-slide.type_horizontal_slider.swiper-slide-active .inner-slider .is_item._anim .ttl,
body.loaded .concept-page-original .swiper-slide.type_horizontal_slider.swiper-slide-active .inner-slider .is_item._anim .ttl-sub,
body.loaded .concept-page-original .swiper-slide.type_horizontal_slider.swiper-slide-active .inner-slider .is_item._anim .txt,
body.loaded .concept-page-original .swiper-slide.type_horizontal_slider.swiper-slide-active .inner-slider .is_item._anim .link {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.concept-page-original {
  width: 100%;
  height: 100%;
  padding-top: 100px;
}
.concept-page-original .swiper-container {
  position: relative;
}
.concept-page-original .swiper-slide {
  position: relative;
  background-color: #000;
  color: #FFF;
  font-size: 1rem;
  line-height: 2;
  /*
        &._color_black {
  	background-color: #FFF;
            color: black;

  	.link {
  		a {
  			border-color: #000;
  		}
  	}
        }
  */
}
.concept-page-original .swiper-slide .pc,
.concept-page-original .swiper-slide .sp {
  width: 100%;
  height: 100%;
}
.concept-page-original .swiper-slide .bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.concept-page-original .swiper-slide .overlay {
  position: absolute;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}
.concept-page-original .swiper-slide .inner-slider {
  width: 100%;
  height: 100%;
}
.concept-page-original .swiper-slide .inner-slider .slick-list,
.concept-page-original .swiper-slide .inner-slider .slick-track,
.concept-page-original .swiper-slide .inner-slider .is_item {
  width: 100%;
  height: 100%;
}
.concept-page-original .swiper-slide .inner-slider .is_item {
  position: relative;
}
.concept-page-original .swiper-slide .is_navi {
  position: absolute;
  left: 50%;
  bottom: 8em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  z-index: 10;
}
.concept-page-original .swiper-slide .is_navi .is_navi_prev,
.concept-page-original .swiper-slide .is_navi .is_navi_next {
  width: 9em;
  height: 9em;
  position: relative;
  cursor: pointer;
}
.concept-page-original .swiper-slide .is_navi .is_navi_prev::before,
.concept-page-original .swiper-slide .is_navi .is_navi_next::before {
  content: "";
  display: block;
  width: 2.6em;
  height: 2.6em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.concept-page-original .swiper-slide .is_navi .is_navi_prev::before {
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
.concept-page-original .swiper-slide .is_navi .is_navi_next::before {
  border-right: 1px solid #FFF;
  border-top: 1px solid #FFF;
}
.concept-page-original .swiper-slide .ttl {
  font-family: "Roboto", sans-serif;
  font-size: 4.2em;
  letter-spacing: 0.025em;
  font-weight: bold;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.concept-page-original .swiper-slide .ttl-sub {
  font-size: 2.4em;
  letter-spacing: 0.025em;
  margin-top: 2em;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.concept-page-original .swiper-slide .txt {
  font-size: 1.6em;
  letter-spacing: 0;
  margin-top: 2em;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.concept-page-original .swiper-slide .txt p {
  min-height: 2em;
}
.concept-page-original .swiper-slide .link {
  font-size: 1.8em;
  margin-top: 4.4444444444em;
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.concept-page-original .swiper-slide .link a {
  display: inline-block;
  border-bottom: 1px solid #FFF;
  padding-bottom: 0.25em;
  color: inherit;
}
.concept-page-original .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./../img/concept/swiper-pagination.png);
  background-image: url(./../img/concept/swiper-pagination.svg);
  background-size: 5px 5px;
  width: 9px;
  height: 9px;
  opacity: 1;
}
.concept-page-original .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-image: url(./../img/concept/swiper-pagination-bullet.png);
  background-image: url(./../img/concept/swiper-pagination-bullet.svg);
  background-size: 9px 9px;
}
.concept-page-original .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: -32px;
  width: 1px;
  height: 26px;
  background-color: #b3b3b3;
}
.concept-page-original .swiper-pagination .swiper-pagination-bullet:first-of-type::before {
  content: none;
}
.concept-page-original .swiper-container-vertical > .swiper-pagination-bullets {
  right: 80px;
}
.concept-page-original .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 38px 0;
  display: block;
}

@media screen and (max-width: 767px) {
  .concept-page-original {
    padding-top: 55px;
  }
  .concept-page-original .swiper-slide .is_navi {
    bottom: 1em;
  }
  .concept-page-original .swiper-slide .ttl {
    font-size: 1.26em;
    letter-spacing: 0.1em;
  }
  .concept-page-original .swiper-slide .ttl-sub {
    font-size: 1.68em;
    letter-spacing: 0.1em;
  }
  .concept-page-original .swiper-slide .txt {
    font-size: 1.12em;
  }
  .concept-page-original .swiper-slide .link {
    font-size: 1.12em;
    margin-top: 2.2222222222em;
  }
  .concept-page-original .slidefooter {
    height: 275px;
  }
  .concept-page-original .slidefooter #footer {
    width: 100%;
  }
  .concept-page-original .swiper-pagination .swiper-pagination-bullet {
    background-image: url(./../img/concept/swiper-pagination.svg);
    background-size: 6px 6px;
    width: 10px;
    height: 10px;
  }
  .concept-page-original .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-image: url(./../img/concept/swiper-pagination-bullet.svg);
    background-size: 10px 10px;
  }
  .concept-page-original .swiper-pagination .swiper-pagination-bullet::before {
    top: -38px;
    height: 31px;
  }
  .concept-page-original .swiper-container-vertical > .swiper-pagination-bullets {
    right: 16px;
  }
  .concept-page-original .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 46px 0;
  }
}
@media screen and (min-width: 768px) {
  .concept-page-original {
    /*
            .swiper-slide {
                background-size: cover;
                .concept-slide_inner {
                    width: 1080px;
                    //width: 1060px;
                    //background-color: rgba(200,0,0,.5);
                }
                .ttl {
                    font-size: 3.2rem;
    				letter-spacing: .1em;
    				margin-bottom: 34px;

                    &::after {
                        bottom: -5px;
                        width: 12px;
                    }
                }
                .ttl-sub {
                    font-size: 2.4rem;
                    margin-bottom: 30px;
                }
                .txt {
                    font-size: 1.6rem;
                }
                .btn-list {
                    margin-top: 30px;
                    font-size: 1.6rem;
                    a {
                        padding-right: 54px;
                        &::after {
                            width: 30px;
                        }
                    }
                }
                .btn-list {
                    margin-top: 30px;
                }

    			.btn,
    			.design-btn {
    				font-size: 1.6rem;
    				letter-spacing: .1em;
    				margin-top: 16px
    			}
            }
            */
  }
  .concept-page-original .slidefooter {
    height: 325px;
  }
  .concept-page-original .slidefooter #footer {
    width: 100%;
  }
  .concept-page-original .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    cursor: pointer;
  }
  /*
      //ipad
      .ipad #concept {
          background-color: #1a1a1a;
          #header {
  //            width: 1060px!important;
          }
          #header::before {
              content: none;
          }
          #footer {
              min-width: 1080px;
          }
      }
      .ipad .concept-page-original {
          min-width: 1080px;
          padding-top: 100px;
          .swiper-slide {
              .concept-slide_inner {
                  width: 960px;
              }
              .ttl {
                  margin-bottom: 60px;
              }
              .ttl-sub {
                  margin-bottom: 34px;
              }
              .btn,
              .btn-list {
                  margin-top: 30px;
                  a {
                      padding-right: 54px;
                      &::after {
                          width: 30px;
                      }
                  }
              }
              .btn-list {
                  margin-top: 30px;
              }
          }
          .slide01 {
              .concept-slide_inner {
                  display: flex;
                  align-items: flex-end;
                  height: 100%;
                  padding-top: 100px;
                  .inner2 {
                      padding-bottom: 6%;
                  }
              }
          }
          .slide02 {
              .concept-slide_inner {
                  margin-top: -50px;
                  .inner2 {
                      padding-top: 9%;
                  }
              }
          }
          .slide03 {
              .concept-slide_inner {
                  //margin-top: -5%;
                  margin-top: -70px;
                  .inner2 {
                      padding-top: 9%;
                  }
              }
          }
          .slide04 {
              .concept-slide_inner {
                  //margin-top: 0%;
                  margin-top: 30px;
                  .inner2 {
                      padding-top: 9%;
                  }
                  .txt {
                      padding-right: 560px;
                  }
                  .btn-list {
                      max-width: 550px;
                      margin-top: 50px;
                      li {
                          width: 170px;
                          margin-bottom: 26px;
                          margin-right: 10px;
                      }
                  }
              }
          }
      }
  	*/
}
.concept-child-sec .box-left p {
  margin-bottom: 2em;
}

/* concept-child
============================== */
@media screen and (max-width: 767px) {
  .concept-child-sec {
    padding-top: 30px;
  }
  .concept-child-sec .block:last-of-type .box {
    margin-bottom: 50px;
  }
  .concept-child-sec .block:last-of-type .box::after {
    content: none;
  }
  .concept-child-sec .concept-child-head {
    font-size: 1.8rem;
    line-height: 1.75;
    margin-bottom: 20px;
  }
  .concept-child-sec .box {
    position: relative;
    float: left;
    margin-bottom: 100px;
  }
  .concept-child-sec .box::after {
    content: "";
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    height: 0.5px;
    width: 54px;
    background-color: black;
  }
  .concept-child-sec .box .box-left {
    margin-bottom: 22px;
  }
  .concept-child-sec .box .box-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .concept-child-sec figure {
    width: 46%;
    margin-bottom: 20px;
  }
  .concept-child-sec figure:last-of-type {
    margin-bottom: 0;
  }
  .concept-child-sec figcaption {
    margin-top: 5px;
    font-size: 1rem;
    line-height: 1.75;
  }
}
@media screen and (min-width: 768px) {
  .concept-child-sec {
    padding-top: 120px;
  }
  .concept-child-sec .concept-child-head {
    font-size: 2.4rem;
    line-height: 1.333;
    margin-bottom: 50px;
  }
  .concept-child-sec .block {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    margin-bottom: 140px;
  }
  .concept-child-sec .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .concept-child-sec .box .box-left {
    width: 70%;
  }
  .concept-child-sec .box .box-right {
    width: 20%;
  }
  .concept-child-sec .box figcaption {
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 1.75;
  }
  .concept-child-sec .concept-history-block .img3 {
    margin-top: 40px;
    margin-bottom: 32px;
  }
  .concept-child-sec .concept-history-block .img4 {
    margin-bottom: 200px;
  }
  .concept-child-sec .concept-history-block_1 .box-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .concept-child-sec .concept-history-block_1 .box-right .img2 {
    margin-top: auto;
  }
  .concept-child-sec .concept-design-block .img1 {
    padding-top: 290px;
  }
  .concept-child-sec .concept-design-block .img2 {
    margin-bottom: 100px;
  }
  .concept-child-sec .concept-design-block .img3,
  .concept-child-sec .concept-design-block .img4,
  .concept-child-sec .concept-design-block .img5,
  .concept-child-sec .concept-design-block .img6 {
    margin-bottom: 10px;
  }
  .concept-child-sec .concept-design-block .img7 {
    margin-bottom: 50px;
  }
}
/* Product
============================== */
.category-container .category-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.category-container .category-list li a, .category-container .category-list li span {
  cursor: pointer;
  position: relative;
  color: #000;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  padding-left: 28px;
  margin-right: 38px;
}
.category-container .category-list li a::before, .category-container .category-list li span::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 13px;
  height: 13px;
  background-image: url(./../img/common/checkbox.svg);
  background-size: contain;
}
.category-container .category-list li.select a::before, .category-container .category-list li.select span::before {
  background-image: url(./../img/common/checkbox-select.svg);
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .category-container .category-list_header {
    margin-bottom: 20px;
  }
  .category-container .category-list_header .category-list_title {
    margin-bottom: 10px;
  }
  .category-container .category-list_header .category-list li a, .category-container .category-list_header .category-list li span {
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    padding-left: 20px;
    margin-right: 24px;
  }
  .category-container .category-list_header .category-list li a::before, .category-container .category-list_header .category-list li span::before {
    width: 9px;
    height: 9px;
  }
  .category-container ._ajax_loading_nav {
    margin-bottom: 20px;
  }
  .category-container .category-slug {
    text-align: center;
    font-size: 2rem;
    letter-spacing: 0.025em;
    margin-bottom: 2em;
  }
  .category-container .category-slug span {
    display: inline-block;
  }
  .category-container .category-slug span:not(:last-child)::after {
    content: "/";
    display: inline-block;
    margin: 0 0.5em;
    font-weight: 300;
  }
}
@media screen and (min-width: 768px) {
  .category-container .category-list_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 90px;
  }
  .category-container .category-list_header .category-list_title {
    width: 200px;
    padding-left: 26px;
  }
  .category-container .category-list_header .category-list {
    width: calc(100% - 200px);
  }
  .category-container .category-list_header .category-list li a, .category-container .category-list_header .category-list li span {
    cursor: pointer;
    position: relative;
    color: #000;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    padding-left: 24px;
    margin-right: 30px;
  }
  .category-container .category-list_header .category-list li a::before, .category-container .category-list_header .category-list li span::before {
    width: 13px;
    height: 13px;
  }
  .category-container ._ajax_loading_nav {
    margin-bottom: 90px;
  }
  .category-container .category-slug {
    text-align: center;
    font-size: 2.8rem;
    letter-spacing: 0.025em;
    margin-bottom: 2.7777777778em;
  }
  .category-container .category-slug span {
    display: inline-block;
  }
  .category-container .category-slug span:not(:last-child)::after {
    content: "/";
    display: inline-block;
    margin: 0 1.5em;
    font-weight: 300;
  }
}

.product-archive-sec .category-meta-name {
  text-align: center;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .product-archive-sec .category-meta-name {
    font-size: 3.6rem;
  }
}

.product-single-sec {
  text-align: left;
}
.product-single-sec .swiper-container {
  padding-bottom: 50px;
}
.product-single-sec .swiper-container .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./../img/common/swiper-pagination_black.svg);
  background-size: 5px 5px;
  width: 10px;
  height: 10px;
  margin: 0 12px;
  opacity: 1;
}
.product-single-sec .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-image: url(./../img/common/swiper-pagination-bullet_black.svg);
  background-size: 10px 10px;
}
.product-single-sec .tab_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
}
.product-single-sec .tab_btn li {
  cursor: pointer;
  position: relative;
  width: 140px;
  height: 54px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.product-single-sec .tab_btn li img {
  width: 100%;
}
.product-single-sec .tab_btn li.select::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.product-single-sec .swiper-container .swiper-button-next::after,
.product-single-sec .swiper-container .swiper-button-prev::after {
  content: "";
  font-family: inherit;
  display: block;
  font-size: 1rem;
  width: 2.6em;
  height: 2.6em;
}
.product-single-sec .swiper-container .swiper-button-next::after {
  -webkit-transform: translateX(-9px) rotate(45deg);
          transform: translateX(-9px) rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.product-single-sec .swiper-container .swiper-button-prev::after {
  -webkit-transform: translateX(9px) rotate(45deg);
          transform: translateX(9px) rotate(45deg);
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
.product-single-sec .post-header {
  margin-bottom: 50px;
}
.product-single-sec .post-title {
  font-size: 4.2rem;
}
.product-single-sec .post-colorname {
  font-size: 1.8rem;
}
.product-single-sec .block-ttl {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1em;
}
.product-single-sec .block-color {
  margin-bottom: 50px;
}
.product-single-sec .block-spec {
  margin-bottom: 50px;
}
.product-single-sec .block-spec .block-ttl {
  margin-bottom: 0.6em;
}
.product-single-sec .block-spec th,
.product-single-sec .block-spec td {
  vertical-align: top;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  line-height: 1.5625em;
}
.product-single-sec .block-spec th {
  min-width: 150px;
  padding-right: 10px;
}
.product-single-sec .block-feature .customfield {
  line-height: 1.5em;
  letter-spacing: 0.025em;
  text-align: justify;
}
.product-single-sec .swiper-container .swiper-slide {
  padding: 50px;
}
.product-single-sec .swiper-container .swiper-pagination-bullet {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .product-single-sec .product-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin: auto;
    width: 1140px;
    max-width: 100%;
  }
  .product-single-sec .product-layout .layout-left {
    width: 380px;
    margin-right: 4.3859649123%;
  }
  .product-single-sec .product-layout .layout-right {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 0;
    padding-top: 150px;
  }
  .product-single-sec .product-layout .layout-right .tab_area .tab_content .cloudimage-360:not(:first-child) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .product-single-sec .product-layout {
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
  .product-single-sec .swiper-container .swiper-button-next,
  .product-single-sec .swiper-container .swiper-button-prev {
    display: none;
  }
  .product-single-sec .post-header {
    margin-bottom: 20px;
  }
  .product-single-sec .post-title {
    font-size: 2.1rem;
  }
  .product-single-sec .post-colorname {
    font-size: 1.26rem;
  }
  .product-single-sec .block-ttl {
    font-size: 1.26rem;
  }
  .product-single-sec .block-color {
    margin-bottom: 3rem;
  }
  .product-single-sec .block-spec {
    margin-bottom: 3rem;
  }
  .product-single-sec .block-spec th {
    min-width: 9em;
  }
  .product-single-sec .block-feature .customfield {
    line-height: 1.5em;
    letter-spacing: 0.025em;
  }
}

@media screen and (min-width: 768px) {
  .ipad .product-layout {
    width: 1000px;
  }
  .ipad .product-layout .layout-right {
    width: 66%;
  }
}

/* Features
============================== */
.features-archive-sec {
  text-align: justify;
}
.features-archive-sec .category-list_header {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
}

.features-single-sec {
  text-align: justify;
}
.features-single-sec .swiper-container {
  padding-bottom: 50px;
}
.features-single-sec .swiper-container .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./../img/common/swiper-pagination_black.svg);
  background-size: 5px 5px;
  width: 10px;
  height: 10px;
  margin: 0 12px;
  opacity: 1;
}
.features-single-sec .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-image: url(./../img/common/swiper-pagination-bullet_black.svg);
  background-size: 10px 10px;
}
.features-single-sec .tab_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
}
.features-single-sec .tab_btn li {
  cursor: pointer;
  position: relative;
  width: 140px;
  height: 54px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.features-single-sec .tab_btn li img {
  width: 100%;
}
.features-single-sec .tab_btn li.select::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(./../img/product/tab-select.png);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

/* SHOP
============================== */
.shop-flagshipshop-sec .shopslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 6rem;
}
.shop-flagshipshop-sec .shopslist .shop {
  margin-bottom: 8rem;
}
.shop-flagshipshop-sec .shopslist .shop .shop-name {
  font-size: 2.8rem;
  line-height: 1.2;
}
.shop-flagshipshop-sec .shopslist .shop .shop-photos {
  line-height: 0;
  margin: 2.5rem 0;
}
.shop-flagshipshop-sec .shopslist .shop .shop-photos img {
  max-width: 100%;
  height: auto;
}
.shop-flagshipshop-sec .shopslist .shop .shop-info {
  font-size: 1.6rem;
  line-height: 1.8125em;
  letter-spacing: 0;
}
.shop-flagshipshop-sec .shopslist .shop .shop-info .address {
  text-align: left;
}
.shop-flagshipshop-sec .shopslist .shop .shop-info .address a {
  font-size: 0.875em;
}
.shop-flagshipshop-sec .shopslist .shop .shop-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shop-flagshipshop-sec .shopslist .shop .shop-info dl dt::after {
  content: "：";
}
.shop-flagshipshop-sec .shopslist .shop .shop-info dl dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 0;
}
@media screen and (min-width: 768px) {
  .shop-flagshipshop-sec .areatitle {
    margin-bottom: 8rem;
  }
  .shop-flagshipshop-sec .shopslist .shop,
  .shop-flagshipshop-sec .shopslist .dummy {
    width: 48.4615384615%;
  }
  .shop-flagshipshop-sec .shopslist .shop:nth-child(2n),
  .shop-flagshipshop-sec .shopslist .dummy:nth-child(2n) {
    margin-left: 3.0769230769%;
  }
}
@media screen and (max-width: 767px) {
  .shop-flagshipshop-sec .areatitle {
    margin-bottom: 5rem;
  }
  .shop-flagshipshop-sec .shopslist {
    margin-bottom: 0;
  }
  .shop-flagshipshop-sec .shopslist .shop,
  .shop-flagshipshop-sec .shopslist .dummy {
    width: 100%;
  }
  .shop-flagshipshop-sec .shopslist .shop {
    margin-bottom: 5rem;
  }
  .shop-flagshipshop-sec .shopslist .shop .shop-name {
    font-size: 1.4rem;
  }
  .shop-flagshipshop-sec .shopslist .shop .shop-photos {
    line-height: 0;
    margin: 1.25rem 0;
  }
  .shop-flagshipshop-sec .shopslist .shop .shop-photos img {
    max-width: 100%;
    height: auto;
  }
  .shop-flagshipshop-sec .shopslist .shop .shop-info {
    font-size: 0.84rem;
  }
  .shop-flagshipshop-sec .shopslist .shop .shop-info .address a {
    font-size: 0.7rem;
  }
}

.shop-search-block {
  width: 100%;
}
.shop-search-block .se_txt01 {
  text-align: center;
  margin-bottom: 4em;
}
.shop-search-block ul li {
  border-bottom: solid 1px #000;
}
.shop-search-block ul li .select-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shop-search-block ul li .select-wrap .select-ttl {
  font-family: "Roboto", sans-serif;
  margin-right: 1.5em;
}
.shop-search-block ul li .select-wrap select {
  color: inherit;
  width: 100%;
  background-image: url(../img/common/form_select.svg);
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: 0.8em auto;
  padding: 0.5em 2em 0.5em 0.5em;
}
.shop-search-block ._hide {
  display: none !important;
  visibility: hidden !important;
}
@media screen and (max-width: 767px) {
  .shop-search-block {
    margin-bottom: 30px;
  }
  .shop-search-block .se_txt01 {
    font-size: 0.8em;
    margin-bottom: 3em;
  }
  .shop-search-block ul li {
    width: 100%;
    margin-bottom: 1px;
  }
  .shop-search-block ul li .select-wrap .select-ttl {
    font-size: 1rem;
    width: 8em;
    margin-right: 0;
  }
  .shop-search-block ul li .select-wrap select {
    background-size: 8px auto;
    font-size: 1.12rem;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
@media screen and (min-width: 768px) {
  .shop-search-block {
    margin-bottom: 50px;
  }
  .shop-search-block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .shop-search-block ul li {
    min-width: 230px;
  }
  .shop-search-block ul li:not(:last-child) {
    margin-right: 33px;
  }
  .shop-search-block ul li .select-wrap .select-ttl {
    font-size: 1.2rem;
  }
  .shop-search-block ul li .select-wrap select {
    background-size: 12px auto;
    padding: 10px 30px 10px 10px;
    font-size: 1.6rem;
  }
}

.shop-search-list {
  width: 100%;
}
.shop-search-list ul {
  border-top: solid 1px #000;
}
.shop-search-list ul li {
  border-bottom: solid 1px #000;
}
.shop-search-list .post a {
  position: relative;
  display: block;
}
.shop-search-list .post a .post-title-wrap {
  font-size: 1.5rem;
  line-height: 1.546;
}
.shop-search-list .post a .shop-meta {
  color: #999;
  font-size: 1.2rem;
}
.shop-search-list .post a .shop-meta span {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .shop-search-list .post a {
    padding: 10px 0;
  }
  .shop-search-list .post a .post-title-wrap {
    font-size: 1.5rem;
    line-height: 1.546;
  }
  .shop-search-list .post a .shop-meta {
    font-size: 1.2rem;
  }
  .shop-search-list .post a .shop-meta span {
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .shop-search-list .post a {
    padding: 38px 0px 38px 75px;
  }
  .shop-search-list .post a::before {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 1px;
    background: #000;
  }
  .shop-search-list .post a .post-title-wrap {
    display: inline-block;
    font-size: 2.1rem;
    line-height: 1.75;
    margin-right: 46px;
  }
  .shop-search-list .post a .shop-meta {
    display: inline-block;
    font-size: 1.6rem;
  }
  .shop-search-list .post a .shop-meta span {
    margin-right: 30px;
  }
}

.shop-single-sec .shop-header .shop-meta {
  color: #999;
}
@media screen and (max-width: 767px) {
  .shop-single-sec .post {
    padding-left: 20px;
    padding-right: 20px;
  }
  .shop-single-sec .post .gmap {
    padding-bottom: 90%;
  }
  .shop-single-sec .post .box-info {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .shop-single-sec .post .shop-header {
    text-align: center;
    margin-bottom: 36px;
  }
  .shop-single-sec .post .shop-header .post-title {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .shop-single-sec .post .shop-header .shop-meta {
    font-size: 1.2rem;
  }
  .shop-single-sec .post .shop-header .shop-meta span {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .shop-single-sec .post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }
  .shop-single-sec .post .box-info {
    width: 600px;
    font-size: 1.2rem;
  }
  .shop-single-sec .post .box-info .shop-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px;
  }
  .shop-single-sec .post .box-info .shop-header .post-title-wrap {
    margin-right: 46px;
  }
  .shop-single-sec .post .box-info .shop-header .post-title {
    font-size: 2.1rem;
  }
  .shop-single-sec .post .box-info .shop-header .shop-meta {
    font-size: 1.6rem;
  }
  .shop-single-sec .post .box-info .shop-header .shop-meta span {
    margin-right: 32px;
  }
  .shop-single-sec .post .box-map {
    width: 600px;
  }
}

@media screen and (min-width: 768px) {
  .ipad .shop-single-sec .post {
    width: 90%;
  }
  .ipad .shop-single-sec .post .box-info {
    width: 48%;
  }
  .ipad .shop-single-sec .post .box-map {
    width: 48%;
  }
  .ipad .shop-single-sec .post .box-map .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 84%;
    position: relative;
  }
  .ipad .shop-single-sec .post .box-map .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .information-archive-sec {
    margin-top: -60px;
  }
  .information-archive-sec .pager {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
.information-archive-sec .post-navi-btn.pc {
  width: auto;
  margin-top: 100px;
}
.information-archive-sec .archive-information .area_widget .widget {
  padding-top: 60px;
}
.information-archive-sec .archive-information .area_widget .widget .w_ttl {
  font-size: 16px;
  letter-spacing: 0.06em;
  margin-bottom: 1em;
}
.information-archive-sec .archive-information .area_widget .widget ul {
  font-size: 12px;
  line-height: 1.5833333333em;
}
.information-archive-sec .archive-information .area_widget .widget ul li {
  position: relative;
  padding-left: 1em;
}
.information-archive-sec .archive-information .area_widget .widget ul li:not(:last-child) {
  margin-bottom: 1em;
}
.information-archive-sec .archive-information .area_widget .widget ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
}
.information-archive-sec .archive-information .post {
  position: relative;
  font-size: 1.05rem;
}
.information-archive-sec .archive-information .post::after {
  content: "";
  display: block;
  background-color: black;
  height: 1px;
  width: 57px;
  margin-top: 70px;
}
.information-archive-sec .archive-information .post .post-title {
  line-height: 1.75;
}
.information-archive-sec .archive-information .post .post-share {
  margin-top: 40px;
}
.information-archive-sec .archive-information .post .post-share a {
  margin-right: 16px;
}
.information-archive-sec .archive-information .post .post-share a img {
  width: 24px;
}
@media screen and (max-width: 767px) {
  .information-archive-sec .archive-information .post {
    width: 100%;
    margin-bottom: 90px;
  }
  .information-archive-sec .archive-information .post .post-header {
    margin-bottom: 30px;
  }
  .information-archive-sec .archive-information .post .post-title {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }
  .information-archive-sec .archive-information .post .post-meta {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .information-archive-sec .archive-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .information-archive-sec .archive-information .area_post_content {
    width: 61.5384615385%;
  }
  .information-archive-sec .archive-information .area_widget {
    width: 30.7692307692%;
  }
  .information-archive-sec .archive-information .post {
    font-size: 1.5rem;
    padding-top: 60px;
    margin-bottom: 50px;
  }
  .information-archive-sec .archive-information .post::after {
    width: 80px;
  }
  .information-archive-sec .archive-information .post .post-header {
    margin-bottom: 56px;
  }
  .information-archive-sec .archive-information .post .post-title {
    font-size: 2.1rem;
    margin-bottom: 12px;
  }
  .information-archive-sec .archive-information .post .post-meta {
    font-size: 1.2rem;
  }
}

.home-feature-sec .heading,
.home-feature-sec .button,
.home-product-sec .heading,
.home-product-sec .button,
.home-instagram-sec .heading,
.home-instagram-sec .button,
.home-information-sec .heading,
.home-information-sec .button {
  font-family: "Roboto", sans-serif;
}
.home-feature-sec .button,
.home-product-sec .button,
.home-instagram-sec .button,
.home-information-sec .button {
  text-align: center;
  line-height: 1.2;
}
.home-feature-sec .button a,
.home-product-sec .button a,
.home-instagram-sec .button a,
.home-information-sec .button a {
  position: relative;
}
.home-feature-sec .button a::after,
.home-product-sec .button a::after,
.home-instagram-sec .button a::after,
.home-information-sec .button a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 1px;
  width: 100%;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .home-feature-sec .heading::after,
  .home-product-sec .heading::after,
  .home-instagram-sec .heading::after,
  .home-information-sec .heading::after {
    bottom: -24px;
  }
  .home-feature-sec .button,
  .home-product-sec .button,
  .home-instagram-sec .button,
  .home-information-sec .button {
    margin-top: 20px;
  }
  .home-feature-sec .button a::after,
  .home-product-sec .button a::after,
  .home-instagram-sec .button a::after,
  .home-information-sec .button a::after {
    bottom: -4px;
  }
}
@media screen and (min-width: 768px) {
  .home-feature-sec .button,
  .home-product-sec .button,
  .home-instagram-sec .button,
  .home-information-sec .button {
    position: absolute;
    top: 10px;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .ipad .home-feature-sec .button,
  .ipad .home-product-sec .button,
  .ipad .home-instagram-sec .button,
  .ipad .home-information-sec .button {
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .home-feature-sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .home-feature-sec .heading {
    margin-bottom: 80px;
  }
  .home-feature-sec .button {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .home-feature-sec {
    padding-top: 180px;
  }
}

@media screen and (max-width: 767px) {
  .home-product-sec {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .home-product-sec .heading {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .home-product-sec {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.home-instagram-sec {
  color: white;
  background-color: black;
}
.home-instagram-sec a {
  color: white;
}
.home-instagram-sec .heading::after,
.home-instagram-sec .button a::after {
  background-color: white;
}
.home-instagram-sec .instagram-wrap {
  position: relative;
}
.home-instagram-sec .instagram-wrap::after {
  content: none;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  z-index: 100000;
}
.home-instagram-sec .instagram-wrap #sb_instagram .sbi_item {
  visibility: hidden;
}
.home-instagram-sec .instagram-wrap #sb_instagram .sbi_item._do_anim {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  visibility: visible !important;
}
@media screen and (max-width: 767px) {
  .home-instagram-sec {
    padding-top: 80px;
    padding-bottom: 44px;
  }
  .home-instagram-sec .heading {
    padding-top: 0;
    margin-bottom: 65px;
  }
  .home-instagram-sec .instagram-wrap {
    margin-left: -20px;
    margin-right: -20px;
  }
  .home-instagram-sec .instagram-wrap::after {
    width: 100%;
    height: 50px;
  }
}
@media screen and (min-width: 768px) {
  .home-instagram-sec {
    padding-top: 190px;
    padding-bottom: 200px;
  }
  .home-instagram-sec .instagram-wrap {
    margin-left: auto;
    margin-right: auto;
    width: 1070px;
  }
  .home-instagram-sec .instagram-wrap::after {
    background-color: black;
    width: 300px;
    height: 50px;
  }
}

@media screen and (min-width: 768px) {
  .ipad .home-instagram-sec .instagram-wrap {
    width: 1000px;
  }
}

.home-information-sec .information_list {
  margin-left: auto;
  margin-right: auto;
}
.home-information-sec .post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .home-information-sec {
    padding-top: 60px;
    padding-bottom: 68px;
  }
  .home-information-sec .heading {
    padding-top: 0;
    margin-bottom: 66px;
  }
  .home-information-sec .information_list {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-information-sec .information_list .post {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .home-information-sec .information_list .post .post-meta {
    width: 70px;
    font-size: 1rem;
  }
  .home-information-sec .information_list .post .post-title {
    width: calc(100% - 70px);
    font-size: 1.12rem;
    line-height: 1.75;
  }
}
@media screen and (min-width: 768px) {
  .home-information-sec {
    padding-top: 170px;
    padding-bottom: 240px;
  }
  .home-information-sec .heading {
    padding-top: 0;
  }
  .home-information-sec .information_list {
    width: 800px;
  }
  .home-information-sec .information_list .post {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .home-information-sec .information_list .post .post-meta {
    width: 130px;
    font-size: 1.2rem;
    padding-top: 5px;
  }
  .home-information-sec .information_list .post .post-title {
    width: 670px;
    font-size: 1.6rem;
  }
}

.home-bottom-sec {
  text-align: center;
  overflow: hidden;
}
.home-bottom-sec > div {
  position: relative;
}
.home-bottom-sec > div::before {
  content: "";
  display: block;
  padding-top: 66.67%;
}
.home-bottom-sec > div a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease, width 0.8s ease, color 0.8s 0.9s ease;
  transition: opacity 0.3s ease, width 0.8s ease, color 0.8s 0.9s ease;
  color: transparent;
}
.home-bottom-sec > div a .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-bottom-sec > div a .txt {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.home-bottom-sec > div a._do_anim {
  width: 100%;
}
.home-bottom-sec .shop-area a._do_anim {
  color: white;
}
.home-bottom-sec .contact-area a._do_anim {
  color: black;
}
@media screen and (min-width: 768px) {
  .home-bottom-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home-bottom-sec > div {
    width: 50%;
  }
  .home-bottom-sec a .txt {
    font-size: 2.8rem;
    line-height: 1.2;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.025em;
    font-weight: 400;
  }
  .home-bottom-sec a .txt::before {
    content: "";
    display: block;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 1px solid #FFF;
    margin-bottom: 0.5714285714em;
    -webkit-transition: height 0.8s 0.5s ease;
    transition: height 0.8s 0.5s ease;
  }
  .home-bottom-sec a._do_anim .txt::before {
    height: 14.4%;
  }
  .home-bottom-sec .shop-area a {
    background-image: url(./../img/home/shop-img.jpg);
  }
  .home-bottom-sec .contact-area a {
    background-image: url(./../img/home/contact-img.jpg);
  }
  .home-bottom-sec .contact-area a .txt::before {
    border-color: #000;
  }
}
@media screen and (max-width: 767px) {
  .home-bottom-sec > div a::before {
    padding-top: 53.3333333333%;
  }
  .home-bottom-sec > div a .txt {
    font-size: 1.4rem;
    top: 11.25%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .home-bottom-sec > div a .txt::before {
    display: none;
  }
}

@-webkit-keyframes scrolling {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
  51% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
}

@keyframes scrolling {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
  51% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
}
.home-fv-sec {
  height: 100vh;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}
.home-fv-sec .slider {
  position: absolute;
}
.home-fv-sec .slider::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-fv-sec .slider .slick-list,
.home-fv-sec .slider .slick-track,
.home-fv-sec .slider .s_item {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 1 !important;
}
.home-fv-sec .slider .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.home-fv-sec .slider .bg .youtube,
.home-fv-sec .slider .bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-fv-sec .slider .bg .photo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-fv-sec .slider .bg video {
  -o-object-fit: cover;
     object-fit: cover;
}
.home-fv-sec .slider .bg .youtube iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 200%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.home-fv-sec .slider .s_item._deactive .bg {
  -webkit-transition: -webkit-transform 1.5s ease;
  transition: -webkit-transform 1.5s ease;
  transition: transform 1.5s ease;
  transition: transform 1.5s ease, -webkit-transform 1.5s ease;
  -webkit-transition: transform 1.5s ease;
  -moz-transition: transform 1.5s ease;
  -ms-transition: transform 1.5s ease;
  -o-transition: transform 1.5s ease;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.home-fv-sec .slider .s_item.slick-active {
  z-index: 5;
}
.home-fv-sec .slider .s_item.slick-active .bg {
  -webkit-transition: -webkit-transform 1.5s ease;
  transition: -webkit-transform 1.5s ease;
  transition: transform 1.5s ease;
  transition: transform 1.5s ease, -webkit-transform 1.5s ease;
  -webkit-transition: transform 1.5s ease;
  -moz-transition: transform 1.5s ease;
  -ms-transition: transform 1.5s ease;
  -o-transition: transform 1.5s ease;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.home-fv-sec .slider .slick-dots {
  right: 3rem;
  bottom: -6.8rem;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.home-fv-sec .slider .slick-dots {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1rem;
}
.home-fv-sec .slider .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0.6em;
}
.home-fv-sec .slider .slick-dots li button {
  font-size: 1rem;
  width: 2.2em;
  height: 2.2em;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  color: transparent;
  cursor: pointer;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
}
.home-fv-sec .slider .slick-dots li button::before, .home-fv-sec .slider .slick-dots li button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.home-fv-sec .slider .slick-dots li button::before {
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #000;
}
.home-fv-sec .slider .slick-dots li button::after {
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid #000;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.home-fv-sec .slider .slick-dots li:not(.slick-active) button::after {
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}
.home-fv-sec .fv_scroll {
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  z-index: 10;
}
.home-fv-sec .fv_scroll a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home-fv-sec .fv_scroll a span {
  font-family: "Roboto", sans-serif;
  color: #000;
}
.home-fv-sec .fv_scroll a::after {
  content: "";
  display: block;
  width: 1px;
  height: 6.8em;
  background-color: #000;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
@media screen and (min-width: 768px) {
  .home-fv-sec .fv_logo {
    position: absolute;
    left: 72px;
    bottom: 78px;
    width: 240px;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    line-height: 0;
  }
  .home-fv-sec .fv_logo img {
    width: 100%;
    height: auto;
  }
  .home-fv-sec .fv_sl_left,
  .home-fv-sec .fv_sl_right {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
  }
  .home-fv-sec .fv_sl_left {
    left: 0;
  }
  .home-fv-sec .fv_sl_left .slider {
    top: 144px;
    left: 72px;
    right: 72px;
    bottom: 156px;
  }
  .home-fv-sec .fv_sl_right {
    right: 0;
  }
  .home-fv-sec .fv_sl_right .slider {
    top: 100px;
    left: 0;
    right: 72px;
    bottom: 100px;
  }
  .home-fv-sec .fv_scroll {
    right: 30px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .home-fv-sec .fv_scroll a span {
    font-size: 1.8em;
    line-height: 0.5em;
    letter-spacing: 0;
    margin-bottom: 1em;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
  }
  .home-fv-sec .fv_scroll a::after {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .home-fv-sec .fv_logo {
    display: none;
  }
  .home-fv-sec .fv_scroll {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .home-fv-sec .fv_scroll a span {
    font-size: 0.98em;
    line-height: 1em;
    letter-spacing: 0.025em;
    margin-bottom: 1em;
  }
  .home-fv-sec .fv_scroll a::after {
    margin-left: auto;
    margin-right: auto;
    height: 4.75rem;
  }
  .home-fv-sec .slider._sp {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .home-fv-sec .slider._sp .bg .youtube iframe {
    width: 177vh;
  }
  .home-fv-sec .slider._sp .bg .photo {
    background-size: cover;
  }
  .home-fv-sec .slider._sp .slick-dots {
    right: 1rem;
    bottom: 1rem;
  }
}

.template-content-sec._type1 article {
  width: 700px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 2;
  margin-top: 11.4em;
  margin-bottom: 16em;
}
.template-content-sec._type1 article h3 {
  text-align: center;
  font-size: 2.4em;
  font-weight: bold;
  margin-bottom: 2em;
}
.template-content-sec._type1 article h3:not(:first-child) {
  margin-top: 4.75em;
}
.template-content-sec._type1 article p {
  font-size: 1.6em;
}
.template-content-sec._type1 article p:not(:first-child) {
  margin-top: 2em;
}
.template-content-sec._type1 article p:not(:last-child) {
  margin-bottom: 2em;
}
.template-content-sec._type1 article .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.template-content-sec._type1 article .gallery .gallery-item img {
  border: none;
  width: 100%;
}
.template-content-sec._type1 article .gallery.gallery-columns-2 .gallery-item {
  width: 48.5714285714%;
}
.template-content-sec._type1 article .gallery.gallery-columns-2 .gallery-item:nth-child(3n+1) {
  margin-right: 2.8571428571%;
}
.template-content-sec._type1 article .gallery.gallery-columns-2 .gallery-item:nth-child(n+4) {
  margin-top: 2em;
}
.template-content-sec._type1 article .wp-caption-text {
  font-size: 1.2em;
  line-height: 1.5em;
  text-align: left;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .template-content-sec._type1 article {
    font-size: 0.5rem;
    width: 63em;
    margin-top: 6em;
    margin-bottom: 6em;
  }
  .template-content-sec._type1 article h3 {
    text-align: left;
    font-size: 3.36em;
    margin-bottom: 1.7857142857em;
  }
  .template-content-sec._type1 article h3:not(:first-child) {
    margin-top: 1.7857142857em;
  }
  .template-content-sec._type1 article p {
    font-size: 2.24em;
  }
  .template-content-sec._type1 article .gallery.gallery-columns-2 .gallery-item {
    width: 47.619047619%;
  }
  .template-content-sec._type1 article .gallery.gallery-columns-2 .gallery-item:not(:nth-child(2n)) {
    margin-right: 4.7619047619%;
  }
  .template-content-sec._type1 article .gallery.gallery-columns-2 .gallery-item:nth-child(n+3) {
    margin-top: 6em;
  }
  .template-content-sec._type1 article .wp-caption-text {
    font-size: 1.68em;
    line-height: 1.75em;
    margin-top: 1em;
  }
}

._ajax_base ._ajax_loading_nav {
  opacity: 0;
  transition: opacity 0.8s;
  -webkit-transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -ms-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  overflow: hidden;
  height: 1px;
  position: relative;
}
._ajax_base ._ajax_loading_nav::before {
  content: "";
  position: absolute;
  background: #000;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(20%, black), color-stop(80%, black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, black 20%, black 80%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
}
._ajax_base ._ajax_loading_nav::after {
  content: "";
  position: absolute;
  background: #000;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(20%, black), color-stop(80%, black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, black 20%, black 80%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
}
._ajax_base._ajax_loading ._ajax_loading_nav {
  opacity: 1;
}
._ajax_base._ajax_loading ._ajax_loading_nav::before {
  -webkit-animation: indeterminate 3.2s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
  animation: indeterminate 3.2s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
._ajax_base._ajax_loading ._ajax_loading_nav::after {
  -webkit-animation: indeterminate-short 3.2s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation: indeterminate-short 3.2s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#loading .inner {
  line-height: 0;
  width: 12em;
}
#loading .inner img {
  width: 100%;
  display: none;
}/*# sourceMappingURL=style.css.map */