@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6, p {
  box-sizing: border-box;
  line-height: 1.5;
}

div, a {
  box-sizing: border-box;
}

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

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

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

input, textarea {
  margin: 0;
  padding: 0;
}

p, a, li {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

th, td {
  box-sizing: border-box;
}

:focus {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

.both {
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

img {
  max-width: 100%;
}

table {
  width: 100%;
}

a, a:hover, a:active {
  text-decoration: none;
  transition: 0.7s;
}

a:focus {
  text-decoration: none;
}

a img:hover {
  /*	filter: alpha(opacity=75);
          -moz-opacity:0.75;
          opacity:0.75;*/
}

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

html {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
}

body {
  display: none;
  opacity: 0;
  transition: all 2s;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #fff;
  /*    animation: fadeIn 5s ease 0s 1 normal;
      -webkit-animation: fadeIn 5s ease 0s 1 normal;*/
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 100% !important;
  }
}

/*font-family: a-otf-futo-go-b101-pr6n, sans-serif;
font-weight: 500;
font-style: normal;*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 3%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 3%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
p {
  color: #131313;
}

.open-sans {
  font-family: "Open Sans", sans-serif;
}

.josefin {
  font-family: josefin-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5 {
  transition: all 1s;
}

.text-center {
  text-align: center !important;
}

.ovr-hdn {
  overflow: hidden;
}

.posi-rel {
  position: relative;
}

.sp {
  /*    display: none !important;
      @media screen and (max-width: mixins.$small) {
          display:block !important;
      }*/
}

/*.pc{
    @media screen and (max-width: mixins.$small) {
        display:none !important;
    }
}*/
a,
button {
  transition: all 1s;
  text-decoration: none;
}
a img,
button img {
  /*@include trans10;*/
}

button:focus {
  outline: 0;
}

li {
  list-style: none;
}

b {
  font-weight: 700;
}

img {
  height: auto;
}

img[src$=".svg"] {
  height: auto;
}

::-moz-selection {
  background: #bedcea;
}

::selection {
  background: #bedcea;
}

/* for Firefox */
::-moz-selection {
  background: #bedcea;
}

.fadeIn {
  opacity: 0;
  transition: all 2s;
}
.fadeIn.active {
  opacity: 1;
}

.fadein-small {
  transform: scale(0.5, 0.5);
}
.fadein-small.active {
  opacity: 1;
  transform: scale(1, 1);
}

.fadein-down {
  position: relative;
  opacity: 0;
  top: -120px !important;
  transition: all 1s;
}
@media screen and (max-width: 640px) {
  .fadein-down {
    /*top: auto !important;*/
    /*bottom: -120px !important;*/
  }
}
.fadein-down.active {
  opacity: 1;
  top: 0px !important;
}
@media screen and (max-width: 640px) {
  .fadein-down.active {
    /*top: auto !important;*/
    /*bottom: 0px !important;*/
  }
}

.fadein-up {
  position: relative;
  opacity: 0;
  bottom: -120px !important;
  transition: all 1s;
  /*    @media screen and ( max-width: mixins.$small ){
          opacity: 1;
          bottom: 0px !important;
      }*/
}
.fadein-up.active {
  opacity: 1;
  bottom: 0px !important;
}

.element-fadein-up {
  position: relative;
  opacity: 0;
  bottom: -120px !important;
  transition: all 2s;
  /*    @media screen and ( max-width: mixins.$small ){
          opacity: 1;
          bottom: 0px !important;
      }*/
}
.element-fadein-up.active {
  opacity: 1;
  bottom: 0px !important;
}

.fadein-right {
  position: relative;
  opacity: 0;
  right: -120px !important;
  transition: all 2s;
  /*    @media screen and ( max-width: mixins.$small ){
          opacity: 1;
          right: 0px !important;
      }*/
}
.fadein-right.active {
  opacity: 1;
  right: 0px !important;
}

.fadein-left {
  position: relative;
  opacity: 0;
  left: -120px !important;
  transition: all 2s;
  /*    @media screen and ( max-width: mixins.$small ){
          opacity: 1;
          left: 0px !important;
      }*/
}
.fadein-left.active {
  opacity: 1;
  left: 0px !important;
}

.st10 {
  fill: #632c18;
  stroke: #632c18;
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  stroke-width: 0.5;
  -webkit-animation: load 5s ease-in -1s;
  animation: load 5s ease-in -1s;
}

.st11 {
  fill: #6a9b68;
  stroke: #6a9b68;
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  stroke-width: 0.5;
  -webkit-animation: load2 5s ease-in -1s;
  animation: load2 5s ease-in -1s;
}

@keyframes load {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #632c18;
  }
}
@-webkit-keyframes load {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #632c18;
  }
}
@keyframes load2 {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #6a9b68;
  }
}
@-webkit-keyframes load2 {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #6a9b68;
  }
}
@-webkit-keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes hello {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #231815;
  }
}
@-webkit-keyframes hello {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #231815;
  }
}
.nav-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  margin: auto;
  transform: translateY(-100%);
  z-index: 95;
  transition: all 1s;
}
.nav-layer.active {
  transform: translateY(0%);
}
.nav-layer .logo {
  position: absolute;
  top: 12px;
  left: 12px;
  display: block;
}
@media screen and (max-width: 640px) {
  .nav-layer .logo {
    top: 14px;
    left: 10px;
    width: 125px;
  }
}
.nav-layer .info {
  position: absolute;
  top: 20px;
  right: 125px;
}
@media screen and (max-width: 640px) {
  .nav-layer .info {
    top: 15px;
    right: 75px;
  }
}
@media screen and (max-width: 480px) {
  .nav-layer .info {
    right: 70px;
  }
}
.nav-layer .info a {
  display: inline-block;
  vertical-align: top;
  width: 76px;
  height: 76px;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  background-color: #6fa8c7;
  border-radius: 50%;
  padding: 10px 8px;
}
@media screen and (max-width: 640px) {
  .nav-layer .info a {
    width: 68px;
    height: 68px;
    padding: 8px 8px;
  }
}
@media screen and (max-width: 480px) {
  .nav-layer .info a {
    width: 64px;
    height: 64px;
    padding: 6px 5px;
  }
}
.nav-layer .info a.net {
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .nav-layer .info a.net {
    margin-right: 5px;
  }
}
.nav-layer .info a.net img {
  width: 38px;
}
@media screen and (max-width: 640px) {
  .nav-layer .info a.net img {
    width: 34px;
  }
}
@media screen and (max-width: 480px) {
  .nav-layer .info a.net img {
    width: 33px;
  }
}
.nav-layer .info a.line {
  background-color: #59ad50;
  padding: 10px 8px;
}
@media screen and (max-width: 640px) {
  .nav-layer .info a.line {
    padding: 8px 8px;
  }
}
@media screen and (max-width: 480px) {
  .nav-layer .info a.line {
    padding: 6px 5px;
  }
}
.nav-layer .info a.line img {
  width: 28px;
}
@media screen and (max-width: 640px) {
  .nav-layer .info a.line img {
    width: 26px;
  }
}
.nav-layer .info a img {
  display: block;
  margin: 0 auto 7px;
}
@media screen and (max-width: 640px) {
  .nav-layer .info a img {
    margin: 0 auto 5px;
  }
}

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

h1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}
h1 a {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
}
@media screen and (max-width: 640px) {
  h1 a {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  h1 a {
    font-size: 11px;
  }
}

@-webkit-keyframes withAll {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}

@keyframes withAll {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
@-webkit-keyframes fuwattoBlock {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fuwattoBlock {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.drawer-btn span {
  height: 3px;
  background-color: #fff;
  transition: all 1s;
}

.drawer-btn {
  position: fixed;
  top: 25px;
  right: 30px;
  width: 50px;
  height: 30px;
  z-index: 100;
  transition: all 2s;
}
@media screen and (max-width: 960px) {
  .drawer-btn {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .drawer-btn {
    top: 18px;
  }
}
.drawer-btn.scroll p {
  color: #131313;
}
.drawer-btn.scroll span {
  background-color: #131313;
}
.drawer-btn.current p {
  color: #131313;
  margin-top: 31px;
  transition: all 1s;
}
.drawer-btn p {
  font-size: 13px;
  font-family: josefin-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
}

.drawer-btn_inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 22px;
  text-align: center;
  margin: auto;
}

.btn_border {
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #474f4f;
  width: 100%;
  height: 2px;
  transform: translateX(0);
  transition: top 0.1s ease-in-out, margin 0.1s cubic-bezier(0.36, 0, 0.59, 0.99) 0.2s, transform 0.15s ease 0s;
}

.border01 {
  margin-top: 10px;
}

.border02 {
  display: none;
  margin-top: 10px;
}

.current.drawer-btn {
  display: block;
}

.current.drawer-btn span {
  background-color: #131313;
}

.current.drawer-btn .border01 {
  top: 50%;
  width: 80%;
  margin-left: 5px;
  margin-top: 0 !important;
  transform: rotateZ(45deg);
  transition: margin 0.1s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.15s ease 0.26s;
}

.current.drawer-btn .border02 {
  display: block;
  width: 80%;
  top: 50%;
  left: 5px;
  margin-top: 0 !important;
  transform: rotateZ(-45deg);
  transition: margin 0.1s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.15s ease 0.26s;
}

.current.drawer-btn .border03 {
  width: 50%;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0 !important;
}

.owl-theme .owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  margin: auto;
}

.owl-carousel .owl-prev {
  position: absolute;
  bottom: -20px;
  left: 4%;
  width: 24px;
  height: 24px;
  border-top: 3px solid #938e89 !important;
  border-left: 3px solid #938e89 !important;
  margin: auto;
  transform: rotateZ(-45deg);
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
  opacity: 0.8;
}

.owl-carousel .owl-next {
  position: absolute;
  bottom: -20px;
  right: 4%;
  width: 24px;
  height: 24px;
  border-top: 3px solid #938e89 !important;
  border-right: 3px solid #938e89 !important;
  margin: auto;
  transform: rotateZ(45deg);
}

/*.owl-carousel .owl-next:before{
    display: block;
    content: "";
    position: absolute;
    top: -21.5px;
    bottom: 0;
    right: -2px;
    width: 32px;
    height: 4px;
    background-color: $main-color;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: auto;
}
.owl-carousel .owl-next:after{
    display: block;
    content: "";
    position: absolute;
    top: 21.5px;
    bottom: 0;
    right: -2px;
    width: 32px;
    height: 4px;
    background-color: $main-color;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin: auto;
}*/
.owl-theme .owl-dots .owl-dot span {
  width: 14px !important;
  height: 14px !important;
  border-radius: 0 !important;
  margin: 20px 7px 5px !important;
  background-color: #fff !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #938e89 !important;
}

/* スクロールの幅の設定 */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

/* スクロールの背景の設定 */
::-webkit-scrollbar-track {
  border-radius: 0px;
}

/* スクロールのつまみ部分の設定 */
::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #938e89;
}

.gnav::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

@-webkit-keyframes fuwattoNone {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

@keyframes fuwattoNone {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes hyoko {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes hyoko {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.gnav {
  display: block;
  position: fixed;
  top: 28px;
  right: 140px;
  transition: all 1s;
  z-index: 100;
}
@media screen and (max-width: 960px) {
  .gnav {
    display: none;
  }
}
.gnav.scroll .gnav-inner li a {
  color: #131313;
}
.gnav.scroll .gnav-inner li a .st-ins {
  fill: #131313;
}
.gnav.on {
  display: block !important;
  top: 0px;
  bottom: 0;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  margin: 0 auto 0;
}
.gnav.on .gnav-inner {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10%;
  width: 80%;
  max-width: 660px;
  height: 660px;
  max-height: 70%;
  overflow-y: scroll;
  margin: auto;
}
@media screen and (max-height: 800px) {
  .gnav.on .gnav-inner {
    height: 500px;
    top: 80px;
    max-height: 75%;
  }
}
@media screen and (max-width: 640px) {
  .gnav.on .gnav-inner {
    top: 70px;
    height: auto;
    max-height: 74%;
  }
}
.gnav.on .gnav-inner.on {
  display: block;
}
.gnav.on .gnav-inner li {
  overflow: hidden;
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-height: 800px) {
  .gnav.on .gnav-inner li {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .gnav.on .gnav-inner li {
    margin-bottom: 26px;
  }
}
.gnav.on .gnav-inner li.insta.pc {
  display: none;
}
.gnav.on .gnav-inner li.insta.sp {
  display: block;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}
.gnav.on .gnav-inner li.insta.sp a {
  display: inline-block;
  padding: 0 1em;
}
.gnav.on .gnav-inner li.contact {
  display: block;
}
.gnav.on .gnav-inner li a {
  display: block;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: 0.2em;
  color: #131313;
  padding: 5px 0.5em;
  transform: translateY(100%);
  -webkit-animation: hyoko 0.5s ease-in 0s forwards;
          animation: hyoko 0.5s ease-in 0s forwards;
}
@media screen and (max-height: 800px) {
  .gnav.on .gnav-inner li a {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .gnav.on .gnav-inner li a {
    font-size: 22px;
  }
}
.gnav.on .gnav-inner li a:before {
  content: "";
  background-color: #131313;
}
.gnav.on .gnav-inner li a:hover {
  color: #fff;
}
.gnav.on .gnav-inner li a span {
  display: block;
}
@media screen and (max-width: 640px) {
  .gnav.on .gnav-inner li a span {
    font-size: 13px;
  }
}
.gnav .gnav-inner {
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .gnav .gnav-inner {
    text-align: left;
  }
}
.gnav .gnav-inner li {
  display: inline-block;
  vertical-align: middle;
}
.gnav .gnav-inner li.contact {
  display: none;
}
.gnav .gnav-inner li.insta {
  line-height: 0;
}
.gnav .gnav-inner li.insta a {
  display: block;
  line-height: 0;
  padding: 0 1.5em;
}
.gnav .gnav-inner li.insta a svg {
  width: 26px;
}
.gnav .gnav-inner li.insta a svg .st-ins {
  transition: all 1s;
}
.gnav .gnav-inner li.insta.sp {
  display: none;
}
.gnav .gnav-inner li a {
  position: relative;
  font-size: 15px;
  font-family: josefin-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 20px 1.5em;
  z-index: 1;
  transition: all 1s;
}
@media screen and (max-width: 1280px) {
  .gnav .gnav-inner li a {
    font-size: 15px;
  }
}
@media screen and (max-height: 750px) {
  .gnav .gnav-inner li a {
    font-size: 14px;
    padding: 15px 1.5em;
  }
}
@media screen and (max-width: 960px) {
  .gnav .gnav-inner li a {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 480px) {
  .gnav .gnav-inner li a {
    letter-spacing: 0;
    line-height: 1.3;
  }
}
.gnav .gnav-inner li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
  height: 0%;
  background-color: #fff;
  margin: auto;
  z-index: -1;
  transition: all 1s;
}
.gnav .gnav-inner li a:hover {
  color: #131313;
}
.gnav .gnav-inner li a:hover:before {
  height: 100%;
}
.gnav .gnav-inner li a:hover .st-ins {
  fill: #131313;
}
.gnav .gnav-inner li a.drawer {
  display: none;
}
.gnav .gnav-inner li a span {
  display: none;
  font-size: 15px;
  font-weight: 700;
  color: #938e89;
}
@media screen and (max-width: 480px) {
  .gnav .gnav-inner li a .pc {
    display: none;
  }
}

.img-area,
.concept-img {
  overflow: hidden;
  position: relative;
}
.img-area:before,
.concept-img:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  background-color: #000;
  transform: translateX(0%);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.img-area.active:before,
.concept-img.active:before {
  transform: translateX(120%);
}

.btn-area {
  overflow: hidden;
  max-width: 700px;
  margin: 0 auto 60px;
}
.btn-area .btn {
  float: left;
  width: 47%;
  margin: 0px auto;
  margin-right: 6%;
}
@media screen and (max-width: 640px) {
  .btn-area .btn {
    float: none;
    width: 100%;
    margin: 0px auto 20px;
  }
}
.btn-area .btn:nth-child(2) {
  margin: 0px auto;
}

.btn {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  max-width: 300px;
  font-size: 18px;
  font-weight: 700;
  font-family: source-han-sans-cjk-ja, sans-serif;
  line-height: 1.5;
  letter-spacing: 0.3em;
  color: #131313;
  border-radius: 0px;
  text-align: center;
  border: none;
  background: none;
  border-bottom: 3px solid #131313;
  padding: 14px 0.5em 8px;
  margin: 50px auto 60px;
  z-index: 1;
}
.btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #131313;
  transform: translateY(100%);
  transition: all 1s;
  z-index: -1;
}
.btn:hover {
  color: #fff;
}
.btn:hover:before {
  transform: translateY(0%);
}

.d-btn {
  position: relative;
  display: block;
  width: 190px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #938e89;
  padding-right: 45px;
  margin: 0 0 0 auto;
}
.d-btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 3px;
  right: 0;
  width: 41px;
  height: 13px;
  background: url("../img/arrow.svg") no-repeat center center;
  margin: auto;
  transition: all 1s;
}
.d-btn:hover::before {
  right: -8px;
}

table {
  /*table-layout: fixed;*/
  word-break: break-all;
  word-wrap: break-word;
}

@-webkit-keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #fff;
  transition: all 2s;
  z-index: 101;
}
.loader .loader-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 180px;
  height: 500px;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .loader .loader-inner {
    max-width: 170px;
    height: 480px;
  }
}
@media screen and (max-width: 640px) {
  .loader .loader-inner {
    height: 420px;
  }
}
.loader .eachTextAnime {
  writing-mode: vertical-rl;
  line-height: 6;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .loader .eachTextAnime {
    line-height: 5.5;
  }
}
.loader .eachTextAnime span {
  font-size: 38px;
  line-height: 1;
  letter-spacing: 0.8em;
  color: #fff;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .loader .eachTextAnime span {
    font-size: 36px;
  }
}
@media screen and (max-width: 640px) {
  .loader .eachTextAnime span {
    font-size: 32px;
    letter-spacing: 0.7em;
  }
}
.loader .eachTextAnime.active span {
  -webkit-animation: text_anime_on 1.5s ease-out forwards;
          animation: text_anime_on 1.5s ease-out forwards;
}

@keyframes move {
  0% {
    transform: translateY(0%);
  }
  20% {
    transform: translateY(10%);
  }
  50% {
    transform: translateY(20%);
  }
  100% {
    transform: translateY(-1000%);
  }
}
@-webkit-keyframes move {
  0% {
    transform: translateY(0%);
  }
  20% {
    transform: translateY(10%);
  }
  50% {
    transform: translateY(20%);
  }
  100% {
    transform: translateY(-1000%);
  }
}
.pagination {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
}
.pagination .nav-links {
  text-align: center;
}

.screen-reader-text {
  display: none !important;
}

.navigation span.current {
  color: #fff;
  background-color: #131313;
  border-radius: 0px;
  padding: 7px 8px 3px;
}

.navigation a,
.navigation span {
  box-sizing: border-box;
  display: inline-block;
  width: 30px;
  vertical-align: middle;
  font-size: 24px;
  line-height: 1;
  font-family: josefin-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #131313;
  background: none;
  border-radius: 0px;
  padding: 7px 8px 3px;
}
.navigation a:hover:before,
.navigation span:hover:before {
  opacity: 0.6;
}

.navigation a.next,
.navigation a.prev {
  position: relative;
  background: none;
  border-radius: 0px;
}

.navigation a.next {
  margin-left: 20px;
}
@media screen and (max-width: 640px) {
  .navigation a.next {
    margin-left: 15px;
  }
}
.navigation a.next:hover:before {
  opacity: 0.6;
}
.navigation a.next:before {
  position: absolute;
  top: 0;
  right: 5px;
  width: 10px;
  height: 10px;
  content: "";
  z-index: 0;
  border-top: 3px solid #131313;
  border-right: 3px solid #131313;
  display: inline-block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.navigation a.prev {
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  .navigation a.prev {
    margin-left: 15px;
  }
}
.navigation a.prev:hover {
  background-color: #fff;
}
.navigation a.prev:hover:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.navigation a.prev:before {
  position: absolute;
  top: 0;
  right: 5px;
  width: 10px;
  height: 10px;
  content: "";
  z-index: 0;
  border-top: 3px solid #131313;
  border-right: 3px solid #131313;
  display: inline-block;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.clear {
  clear: both;
}

#post-area {
  padding: 0px 0 60px;
}
#post-area .col {
  float: left;
  width: 50%;
  height: 430px;
  padding: 40px 3.5em;
}
@media screen and (max-width: 960px) {
  #post-area .col {
    padding: 40px 2.5em;
  }
}
@media screen and (max-width: 768px) {
  #post-area .col {
    float: none;
    height: auto;
    width: 100%;
  }
}
#post-area .col#news {
  background-color: #493b36;
}
@media screen and (max-width: 768px) {
  #post-area .col#news {
    margin-top: 40px;
  }
}
#post-area .col#news h4 {
  color: #fff;
}
#post-area .col#news .item {
  color: #fff;
  border-bottom: 1px dashed #fff;
}
#post-area .col#news .d-btn {
  color: #fff;
}
#post-area .col#news .d-btn::before {
  background: url("../img/arrow_wht.svg") no-repeat center center;
}
#post-area .col h4 {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.8em;
  color: #131313;
  margin-bottom: 35px;
}
@media screen and (max-width: 640px) {
  #post-area .col h4 {
    font-size: 20px;
  }
}
#post-area .col .item-area {
  min-height: 210px;
}
@media screen and (max-width: 640px) {
  #post-area .col .item-area {
    min-height: auto;
  }
}
#post-area .col .item {
  display: block;
  max-width: 660px;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #131313;
  border-bottom: 1px solid #cccccc;
  padding: 0 0.5em 4px;
  margin: 0px auto 20px;
}
#post-area .col .d-btn {
  position: absolute;
  bottom: 5px;
  right: 50px;
  width: 114px;
  font-weight: 500;
  margin: 35px 0 0 auto;
}
#post-area .clear {
  clear: both;
}

.info-box {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .info-box {
    display: block;
  }
}
.info-box .col {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .info-box .col {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
  }
}
.info-box .col .img-area {
  width: 100%;
}
.info-box .col .blue-area {
  position: relative;
  width: 100%;
  background-color: #938e89;
  padding: 30px 1.5em;
  margin-top: -50px;
}
.info-box .col .blue-area .address {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .info-box .col .blue-area .address {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .info-box .col .blue-area .address {
    font-size: 14px;
  }
}
.info-box .col .blue-area .detail-area {
  text-align: center;
  margin-bottom: 30px;
}
.info-box .col .blue-area .detail-area .tel {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #fff;
  margin-right: 18px;
  margin-left: -0.5em;
}
@media screen and (max-width: 960px) {
  .info-box .col .blue-area .detail-area .tel {
    display: block;
    font-size: 28px;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 640px) {
  .info-box .col .blue-area .detail-area .tel {
    font-size: 24px;
  }
}
.info-box .col .blue-area .detail-area .tel span {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #fff;
}
.info-box .col .blue-area .detail-area .net {
  display: inline-block;
  vertical-align: middle;
  width: 74px;
  height: 74px;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0em;
  color: #fff;
  background-color: #493b36;
  border-radius: 50%;
  padding: 10px 8px;
  margin-right: 10px;
}
.info-box .col .blue-area .detail-area .net img {
  display: block;
  width: 38px;
  margin: 0 auto 6px;
}
.info-box .col .blue-area .detail-area .line {
  display: inline-block;
  vertical-align: middle;
  width: 74px;
  height: 74px;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  background-color: #59ad50;
  border-radius: 50%;
  color: #fff;
  padding: 8px 6px;
}
.info-box .col .blue-area .detail-area .line img {
  display: block;
  width: 32px;
  margin: 0 auto 5px;
}
.info-box .col .blue-area table {
  display: block;
  max-width: 500px;
  text-align: center;
  margin: 0 auto 8px;
}
.info-box .col .blue-area table th {
  width: 23.5%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0em;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 8px 5px 6px;
}
.info-box .col .blue-area table td {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0em;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 8px 5px 6px;
}
.info-box .col .blue-area table td.maru {
  font-size: 16px;
}
.info-box .col .blue-area .small {
  max-width: 500px;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 0 auto;
}
.info-box .col iframe {
  width: 100%;
  filter: grayscale(1);
}
@media screen and (max-width: 960px) {
  .info-box .col iframe {
    height: 400px;
  }
}
@media screen and (max-width: 640px) {
  .info-box .col iframe {
    height: 350px;
  }
}

footer {
  position: relative;
  padding: 0px 0 0;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  footer {
    padding: 0px 0 0px;
  }
}
footer .logo-area {
  margin-top: 100px;
}
footer .logo {
  text-align: center;
}
footer .logo img {
  display: block;
  margin: 0 auto 20px;
}
@media screen and (max-width: 480px) {
  footer .logo img {
    width: 140px;
  }
}
footer .logo h4 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #131313;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  footer .logo h4 {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  footer .logo h4 {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  footer .logo h4 {
    font-size: 26px;
  }
}
footer .center-stc {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.9;
  letter-spacing: 0.3em;
  text-align: center;
  color: #131313;
  padding-left: 1em;
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  footer .center-stc {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  footer .center-stc {
    font-size: 26px;
    line-height: 2;
  }
}
@media screen and (max-width: 480px) {
  footer .center-stc {
    font-size: 24px;
  }
}
footer .center-stc span {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.2em;
  color: #131313;
}
@media screen and (max-width: 1280px) {
  footer .center-stc span {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  footer .center-stc span {
    font-size: 19px;
  }
}
@media screen and (max-width: 640px) {
  footer .center-stc span {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  footer .center-stc span {
    font-size: 17px;
  }
}
footer .main-color-area {
  text-align: center;
  background-color: #938e89;
  padding: 70px 1.5em;
}
footer .main-color-area .inner {
  max-width: 1280px;
  margin: 0 auto;
}
footer .main-color-area .col-area {
  margin-bottom: 100px;
}
footer .main-color-area .col-area .col {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  text-align: left;
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  footer .main-color-area .col-area .col {
    display: block;
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
footer .main-color-area .col-area .col:nth-child(2n) {
  width: 54%;
  text-align: center;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  footer .main-color-area .col-area .col:nth-child(2n) {
    width: 100%;
  }
}
footer .main-color-area .col-area .col .calendar {
  max-width: 420px;
}
@media screen and (max-width: 640px) {
  footer .main-color-area .col-area .col .calendar {
    height: 260px;
  }
}
footer .main-color-area .col-area .col h5 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #fff;
  margin-bottom: 5px;
}
@media screen and (max-width: 960px) {
  footer .main-color-area .col-area .col h5 {
    font-size: 19px;
  }
}
@media screen and (max-width: 640px) {
  footer .main-color-area .col-area .col h5 {
    font-size: 18px;
  }
}
footer .main-color-area .col-area .col .stc {
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  footer .main-color-area .col-area .col .stc {
    line-height: 1.8;
  }
}
footer .main-color-area .col-area .col .d-map {
  filter: grayscale(1);
  margin-bottom: 20px;
}
footer .main-color-area .col-area .col .tel {
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #fff;
}
footer .main-color-area .col-area .col .insta {
  display: inline-block;
  margin: -6px 0 15px;
}
footer .main-color-area .col-area .col .map {
  width: 100%;
  filter: grayscale(1);
  line-height: 0;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  footer .main-color-area .col-area .col .map {
    height: 350px;
  }
}
footer .footer-nav {
  position: relative;
  text-align: center;
  background-color: #938e89;
  padding: 40px 1.5em;
  z-index: 1;
}
footer .footer-nav .inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  footer .footer-nav .inner {
    padding-top: 60px;
  }
}
footer .footer-nav ul {
  text-align: center;
}
footer .footer-nav ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2%;
}
@media screen and (max-width: 640px) {
  footer .footer-nav ul li {
    display: block;
    margin-right: 0;
  }
}
footer .footer-nav ul li:last-child {
  margin-right: 0;
}
footer .footer-nav ul li a {
  position: relative;
  display: block;
  font-size: 15px;
  font-family: josefin-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 8px 0.5em 6px;
  margin-bottom: 15px;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  footer .footer-nav ul li a {
    display: inline-block;
    font-size: 14px;
  }
}
footer .footer-nav ul li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
  height: 0%;
  background-color: #fff;
  margin: auto;
  z-index: -1;
  transition: all 1s;
}
footer .footer-nav ul li a:hover {
  color: #131313;
}
footer .footer-nav ul li a:hover:before {
  height: 100%;
}
footer .footer-nav .page-top {
  position: absolute;
  top: 5px;
  right: 5px;
  margin: auto;
}
footer .footer-nav .page-top span {
  display: block;
  width: 18px;
  height: 18px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin: 0 auto 0;
}
footer .copyright {
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #938e89;
  padding: 6px 1em 40px;
}
footer .copyright a {
  display: inline-block;
  font-size: 14px;
  font-family: josefin-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
}

@keyframes fuwattoBlock {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.main-logo {
  display: none;
  position: fixed;
  top: 43%;
  left: 42%;
  width: 260px;
  height: 180px;
  margin: auto;
  z-index: 102;
  transition: all 1s;
}
@media screen and (max-width: 1280px) {
  .main-logo {
    width: 230px;
    height: 140px;
    top: 41%;
    left: 40%;
  }
}
@media screen and (max-width: 640px) {
  .main-logo {
    width: 210px;
    height: 120px;
    top: 39%;
    left: 23%;
  }
}
.main-logo.on {
  display: block;
  -webkit-animation: fuwattoBlock 1s ease-out -1s forwards;
          animation: fuwattoBlock 1s ease-out -1s forwards;
}
.main-logo.move {
  top: 12px;
  left: 10px;
  width: 160px;
  height: 85px;
}
@media screen and (max-width: 1280px) {
  .main-logo.move {
    width: 140px;
  }
}
@media screen and (max-width: 640px) {
  .main-logo.move {
    width: 112px;
  }
}
.main-logo.scroll {
  top: 10px;
  width: 110px;
  height: 70px;
  margin: 0 auto;
}
.main-logo .st0 {
  stroke-width: 3px;
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  -webkit-animation: hello 4s ease-in -1s;
  animation: hello 4s ease-in -1s;
}

header {
  position: relative;
  width: 100%;
  transform: translateX(100%);
}
header.active {
  -webkit-animation: withAll 0.5s forwards ease-in-out;
          animation: withAll 0.5s forwards ease-in-out;
}
header.contact {
  transform: translateX(0%);
}
header.contact.active {
  -webkit-animation: none;
          animation: none;
}
header.contact:before {
  display: none;
}
header:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 92%;
  background-color: #938e89;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  header:before {
    width: 75%;
  }
}
@media screen and (max-width: 640px) {
  header:before {
    width: 64%;
  }
}
header .main-visual {
  position: absolute;
  top: 18%;
  left: 0;
  right: 0;
  width: 88%;
  max-width: 1380px;
  height: 76%;
  margin: 0 auto;
}
@media screen and (max-height: 900px) {
  header .main-visual {
    top: 20%;
  }
}
@media screen and (max-height: 800px) {
  header .main-visual {
    top: 21%;
  }
}
@media screen and (max-height: 800px) and (max-width: 1280px) {
  header .main-visual {
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  header .main-visual {
    top: 18%;
  }
}
header .main-visual:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 24, 21, 0.2);
  z-index: 0;
}
header .main-visual h2 {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  font-size: 46px;
  font-family: josefin-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  header .main-visual h2 {
    font-size: 44px;
  }
}
@media screen and (max-height: 800px) {
  header .main-visual h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1024px) {
  header .main-visual h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 640px) {
  header .main-visual h2 {
    top: 20px;
    right: -12px;
    writing-mode: vertical-rl;
    height: 290px;
    font-size: 38px;
  }
}

.fix-boxed {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 0 1.5em;
  z-index: 100;
}
.fix-boxed:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.fix-boxed .boxed-inner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}
.fix-boxed .movie-box {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.fix-boxed .movie-box .close-btn {
  position: absolute;
  top: 0px;
  right: 0;
  font-size: 140%;
  color: #fff;
}
.fix-boxed .movie-box iframe {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.fix-boxed .movie-box iframe:hover {
  box-shadow: none;
  transform: scale(1, 1);
}
.fix-boxed .img-box {
  width: 100%;
  height: 0%;
  overflow: hidden;
  padding-top: 66.25%;
}
.fix-boxed .img-box .close-btn {
  position: absolute;
  top: 0px;
  right: 0;
  font-size: 35px;
  color: #fff;
}
.fix-boxed .img-box img {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  margin: auto;
}

.container {
  position: relative;
  background-color: #e9eaec;
  padding: 80px 0 0;
}
.container.news-s {
  background-color: #fff;
}

section {
  padding: 0px 0 100px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  section {
    padding: 0px 0 50px;
  }
}
section .section-inner {
  max-width: 1280px;
  padding: 0 1.5em;
  margin: 0 auto;
}
.breadcrumbs {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  max-width: 1280px;
  line-height: 1.4;
  padding: 15px 0em 5px 0px;
  margin: 10px auto 0;
}
.breadcrumbs a {
  color: #131313;
}
.breadcrumbs a span {
  color: #131313;
}
.breadcrumbs span {
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #131313;
}
@media screen and (max-width: 640px) {
  .breadcrumbs span {
    font-size: 14px;
  }
}
.breadcrumbs img {
  margin: 0 10px;
}

@-webkit-keyframes transMove {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(100%);
  }
}

@keyframes transMove {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(100%);
  }
}
#concept-page h2 {
  font-size: 24px;
  font-family: josefin-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #727171;
  margin-bottom: 45px;
}
@media screen and (max-width: 1280px) {
  #concept-page h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 640px) {
  #concept-page h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  #concept-page h2 {
    font-size: 18px;
  }
}
#concept-page #concept {
  text-align: center;
}
#concept-page #concept .stc {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.2em;
  color: #131313;
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  #concept-page #concept .stc {
    font-size: 26px;
  }
}
@media screen and (max-width: 1024px) {
  #concept-page #concept .stc {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  #concept-page #concept .stc {
    font-size: 23px;
  }
}
@media screen and (max-width: 480px) {
  #concept-page #concept .stc {
    font-size: 20px;
  }
}
#concept-page #concept h3 {
  position: relative;
  display: inline-block;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #131313;
  padding: 20px 2em;
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  #concept-page #concept h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1024px) {
  #concept-page #concept h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  #concept-page #concept h3 {
    font-size: 29px;
  }
}
@media screen and (max-width: 480px) {
  #concept-page #concept h3 {
    font-size: 25px;
    padding: 20px 1.5em;
  }
}
#concept-page #concept h3 span.lb {
  position: absolute;
  top: 0;
  left: 0;
}
#concept-page #concept h3 span.lb:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #727171;
}
#concept-page #concept h3 span.lb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  width: 1px;
  height: 30px;
  background-color: #727171;
}
#concept-page #concept h3 span.rb {
  position: absolute;
  bottom: 0;
  right: 0;
}
#concept-page #concept h3 span.rb:before {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 30px;
  height: 1px;
  background-color: #727171;
}
#concept-page #concept h3 span.rb:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 5px;
  width: 1px;
  height: 30px;
  background-color: #727171;
}
#concept-page #about .section-inner {
  max-width: 1220px;
}
#concept-page #about .col-area {
  overflow: hidden;
  margin-bottom: 130px;
}
#concept-page #about .col-area .col {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  width: 57%;
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  #concept-page #about .col-area .col {
    display: block;
    width: 95%;
    margin: 0 auto -20px 0;
  }
}
#concept-page #about .col-area .col:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e9eaec;
  transform: translateX(100%);
}
#concept-page #about .col-area .col.active:before {
  -webkit-animation: transMove 0.5s ease-in-out;
          animation: transMove 0.5s ease-in-out;
}
#concept-page #about .col-area .col:nth-child(1) {
  height: 440px;
  transition: all 1s;
}
@media screen and (max-width: 768px) {
  #concept-page #about .col-area .col:nth-child(1) {
    height: 350px;
  }
}
@media screen and (max-width: 480px) {
  #concept-page #about .col-area .col:nth-child(1) {
    height: 300px;
  }
}
#concept-page #about .col-area .col:nth-child(2) {
  width: 38%;
  max-width: 460px;
  background-color: #fff;
  padding: 25px 1.5em;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #concept-page #about .col-area .col:nth-child(2) {
    display: block;
    width: 88%;
    margin: 0 0 0 auto;
  }
}
#concept-page #about .col-area .col:nth-child(2) .stc:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 1px;
  background-color: #727171;
}
#concept-page #about .col-area .col:nth-child(2) .stc:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 1px;
  background-color: #727171;
}
#concept-page #about .col-area .col .stc {
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  color: #131313;
}
@media screen and (max-width: 640px) {
  #concept-page #about .col-area .col .stc {
    font-size: 15px;
  }
}
#concept-page #about .col-area .col .stc b {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  #concept-page #about .col-area .col .stc b {
    font-size: 17px;
  }
}
#concept-page #about .img-col {
  overflow: hidden;
  text-align: center;
  margin: 0 auto 80px;
}
#concept-page #about .img-col .col {
  float: left;
  display: block;
  width: 30.6%;
  max-width: 400px;
  height: 220px;
  margin-right: 4%;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  #concept-page #about .img-col .col {
    width: 48%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  #concept-page #about .img-col .col {
    height: 120px;
  }
}
#concept-page #about .img-col .col:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e9eaec;
  transform: translateX(100%);
}
#concept-page #about .img-col .col.active:before {
  -webkit-animation: transMove 0.5s ease-in-out;
          animation: transMove 0.5s ease-in-out;
}
#concept-page #about .img-col .col:nth-child(2) {
  margin-top: 25px;
}
@media screen and (max-width: 640px) {
  #concept-page #about .img-col .col:nth-child(2) {
    margin-right: 0;
  }
}
#concept-page #about .img-col .col:nth-child(3) {
  margin-top: 50px;
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  #concept-page #about .img-col .col:nth-child(3) {
    margin-top: 0px;
    margin-right: 4%;
  }
}
@media screen and (max-width: 640px) {
  #concept-page #about .img-col .col:nth-child(4) {
    margin-top: 25px;
    margin-right: 0;
  }
}
#concept-page #about .img-col .col:nth-child(5) {
  margin-top: 25px;
}
@media screen and (max-width: 640px) {
  #concept-page #about .img-col .col:nth-child(5) {
    margin-top: 0px;
    margin-right: 4%;
  }
}
#concept-page #about .img-col .col:nth-child(6) {
  margin-top: 50px;
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  #concept-page #about .img-col .col:nth-child(6) {
    margin-top: 25px;
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  #concept-page #about .img-col .col:nth-child(7) {
    margin-top: 0px;
    margin-right: 4%;
  }
}
#concept-page #about .img-col .col:nth-child(8) {
  margin-top: 25px;
}
@media screen and (max-width: 640px) {
  #concept-page #about .img-col .col:nth-child(8) {
    margin-top: 25px;
    margin-right: 0;
  }
}
#concept-page #about .img-col .col:nth-child(9) {
  margin-top: 50px;
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  #concept-page #about .img-col .col:nth-child(9) {
    margin-top: 0px;
    margin-right: 4%;
  }
}
#concept-page #services {
  margin-bottom: 50px;
}
#concept-page #services h2 {
  margin-bottom: 40px;
}
#concept-page #services .center-stc {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.2em;
  color: #131313;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1280px) {
  #concept-page #services .center-stc {
    font-size: 26px;
  }
}
@media screen and (max-width: 960px) {
  #concept-page #services .center-stc {
    font-size: 25px;
  }
}
@media screen and (max-width: 640px) {
  #concept-page #services .center-stc {
    font-size: 24px;
    line-height: 1.8;
    letter-spacing: 0.3em;
  }
}
#concept-page #services .center-stc .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #concept-page #services .center-stc .sp {
    display: block;
  }
}
#concept-page #services .row {
  max-width: 1000px;
  margin: 0 auto 30px;
}
#concept-page #services .row .col {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  margin-right: 4%;
}
#concept-page #services .row .col:nth-child(2) {
  width: 54.8%;
  margin-right: 0;
}
#concept-page #services .row .col h3 {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #131313;
  padding-left: 30px;
}
@media screen and (max-width: 1280px) {
  #concept-page #services .row .col h3 {
    font-size: 19px;
  }
}
@media screen and (max-width: 640px) {
  #concept-page #services .row .col h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  #concept-page #services .row .col h3 {
    font-size: 17px;
    padding-left: 28px;
  }
}
#concept-page #services .row .col h3 span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 24px;
  font-size: 30px;
  font-family: josefin-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  color: #131313;
  margin: auto;
}
#concept-page #services .row .col .stc {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #131313;
}
@media screen and (max-width: 1280px) {
  #concept-page #services .row .col .stc {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  #concept-page #services .row .col .stc {
    font-size: 14px;
  }
}
#concept-page #stores h3 {
  font-size: 24px;
  font-family: josefin-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #727171;
  margin-bottom: 55px;
}
@media screen and (max-width: 1280px) {
  #concept-page #stores h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 640px) {
  #concept-page #stores h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  #concept-page #stores h3 {
    font-size: 18px;
  }
}
#concept-page #stores .row {
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto 65px;
}
#concept-page #stores .row.row02 .col {
  height: 360px;
}
@media screen and (max-width: 768px) {
  #concept-page #stores .row.row02 .col {
    float: none;
    width: 100%;
    max-width: 500px;
    height: 340px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  #concept-page #stores .row.row02 .col {
    height: 300px;
  }
}
#concept-page #stores .row.row02 .col:nth-child(2) {
  padding: 23px 2em;
}
@media screen and (max-width: 768px) {
  #concept-page #stores .row.row02 .col:nth-child(2) {
    height: auto;
    padding: 40px 2em 40px;
  }
}
@media screen and (max-width: 480px) {
  #concept-page #stores .row.row02 .col:nth-child(2) {
    padding: 25px 1.5em;
  }
}
#concept-page #stores .row.row02 .col.img-box {
  background-position-x: right !important;
}
#concept-page #stores .row .col {
  float: left;
  height: 400px;
  width: 53%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #concept-page #stores .row .col {
    float: none;
    width: 100%;
    max-width: 500px;
    height: 340px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  #concept-page #stores .row .col {
    height: 300px;
  }
}
#concept-page #stores .row .col:nth-child(2) {
  width: 47%;
  background-color: #fff;
  padding: 25px 2em;
}
@media screen and (max-width: 768px) {
  #concept-page #stores .row .col:nth-child(2) {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  #concept-page #stores .row .col:nth-child(2) {
    padding: 25px 1.5em;
  }
}
#concept-page #stores .row .col h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #131313;
  margin-bottom: 10px;
}
@media screen and (max-width: 1280px) {
  #concept-page #stores .row .col h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 640px) {
  #concept-page #stores .row .col h4 {
    font-size: 21px;
  }
}
@media screen and (max-width: 480px) {
  #concept-page #stores .row .col h4 {
    font-size: 20px;
  }
}
#concept-page #stores .row .col .stc {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  color: #545454;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  #concept-page #stores .row .col .stc {
    font-size: 15px;
  }
}
#concept-page #stores .row .col .stc b {
  font-weight: bold;
  color: #131313;
}
#concept-page #stores .row .col .stc a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0em;
  text-decoration: underline;
  color: #131313;
}
#concept-page #stores .row .col .insta {
  display: inline-block;
}

.single-thumb {
  opacity: 0;
  overflow: hidden;
  position: relative;
  max-width: 1000px;
  height: 600px;
  transition: all 2s;
}
@media screen and (max-width: 1280px) {
  .single-thumb {
    height: 550px;
  }
}
@media screen and (max-width: 960px) {
  .single-thumb {
    height: 480px;
  }
}
@media screen and (max-width: 640px) {
  .single-thumb {
    height: 340px;
  }
}
@media screen and (max-width: 480px) {
  .single-thumb {
    height: 280px;
  }
}
.single-thumb:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  background-color: #000;
  transform: translateX(0%);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.single-thumb.on {
  opacity: 1;
}
.single-thumb.on:before {
  transform: translateX(120%);
}
.single-thumb.vertical {
  max-width: 600px;
  height: 680px;
  transition: all 1s;
}
@media screen and (max-width: 640px) {
  .single-thumb.vertical {
    height: 640px;
  }
}
@media screen and (max-width: 480px) {
  .single-thumb.vertical {
    height: 540px;
  }
}

.single-inner {
  overflow: hidden;
  position: relative;
  max-width: 1080px;
  padding-bottom: 40px;
  margin: 0 auto;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

#brand-tax {
  max-width: 1420px;
  padding: 100px 0 120px;
  margin: 0px auto;
}
@media screen and (max-width: 960px) {
  #brand-tax {
    padding: 80px 0 120px;
  }
}
#brand-tax .item-area {
  position: relative;
  padding-bottom: 60px;
}
#brand-tax .item-area:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 80%;
  max-width: 800px;
  height: 2px;
  background-color: #fff;
  margin: 0 auto;
}
#brand-tax .item-area .item {
  display: inline-block;
  vertical-align: top;
  width: 30.2%;
  margin-right: 4.1%;
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  #brand-tax .item-area .item {
    margin-right: 4%;
  }
}
@media screen and (max-width: 640px) {
  #brand-tax .item-area .item {
    width: 47.5%;
    margin-right: 3.8%;
  }
}
@media screen and (max-width: 480px) {
  #brand-tax .item-area .item {
    width: 100%;
    margin-right: 0;
  }
}
#brand-tax .item-area .item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  #brand-tax .item-area .item:nth-child(3n) {
    margin-right: 3.8%;
  }
}
@media screen and (max-width: 480px) {
  #brand-tax .item-area .item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  #brand-tax .item-area .item:nth-child(2n) {
    margin-right: 0;
  }
}
#brand-tax .item-area .item:hover .img-area {
  transform: scale(1.3);
}
#brand-tax .item-area .item .img-area-outer {
  overflow: hidden;
  height: 218px;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  #brand-tax .item-area .item .img-area-outer {
    height: 180px;
  }
}
@media screen and (max-width: 480px) {
  #brand-tax .item-area .item .img-area-outer {
    height: 200px;
    margin-bottom: 10px;
  }
}
#brand-tax .item-area .item .img-area {
  width: 100%;
  height: 218px;
  transition: all 1s;
}
@media screen and (max-width: 640px) {
  #brand-tax .item-area .item .img-area {
    height: 180px;
  }
}
@media screen and (max-width: 480px) {
  #brand-tax .item-area .item .img-area {
    height: 200px;
  }
}
#brand-tax .item-area .item h3 {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0em;
  text-align: left;
  color: #131313;
  padding: 0 0.2em;
  word-break: break-all;
}
@media screen and (max-width: 480px) {
  #brand-tax .item-area .item h3 {
    font-size: 14px;
  }
}
#brand-tax .item-area .no-item {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  #brand-tax .item-area .no-item {
    font-size: 17px;
  }
}
#brand-tax .logo-area {
  overflow: hidden;
  text-align: center;
  padding-top: 80px;
  margin-bottom: 60px;
}
#brand-tax .logo-area a {
  float: left;
  width: 19%;
  max-width: 384px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  border: 2px solid #fff;
  padding: 15px 10px;
  margin-right: 1%;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #brand-tax .logo-area a {
    width: 24%;
  }
}
@media screen and (max-width: 640px) {
  #brand-tax .logo-area a {
    width: 32.33%;
    margin-right: 1%;
  }
}
@media screen and (max-width: 480px) {
  #brand-tax .logo-area a {
    height: 160px;
  }
}
@media screen and (max-width: 400px) {
  #brand-tax .logo-area a {
    height: 140px;
  }
}
#brand-tax .logo-area a:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  #brand-tax .logo-area a:nth-child(5n) {
    margin-right: 1%;
  }
}
@media screen and (max-width: 960px) {
  #brand-tax .logo-area a:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  #brand-tax .logo-area a:nth-child(4n) {
    margin-right: 1%;
  }
}
@media screen and (max-width: 640px) {
  #brand-tax .logo-area a:nth-child(3n) {
    margin-right: 0;
  }
}
#brand-tax .logo-area a:hover {
  opacity: 0.7;
}
#brand-tax .logo-area a .link-inner {
  display: block;
}
#brand-tax .logo-area a .link-inner p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0em;
  text-align: center;
  color: #131313;
}
@media screen and (max-width: 480px) {
  #brand-tax .logo-area a .link-inner p {
    font-size: 12px;
  }
}
#brand-tax .cate-title {
  text-align: center;
  margin-bottom: 100px;
}
#brand-tax .cate-title h2 {
  display: inline-block;
  max-width: 220px;
  font-size: 44px;
  font-family: josefin-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #131313;
}
@media screen and (max-width: 1280px) {
  #brand-tax .cate-title h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 1024px) {
  #brand-tax .cate-title h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 640px) {
  #brand-tax .cate-title h2 {
    max-width: 180px;
    font-size: 38px;
  }
}
#brand-tax .cate-title h2 p {
  font-size: 13px;
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0em;
  text-align: center;
  color: #131313;
  margin-top: -10px;
}
@media screen and (max-width: 480px) {
  #brand-tax .cate-title h2 p {
    font-size: 12px;
  }
}
#brand-tax .cate-title .stc {
  max-width: 700px;
  margin: 40px auto 0;
}
#brand-tax .cate-title .stc p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.1em;
  color: #131313;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}
@media screen and (max-width: 480px) {
  #brand-tax .cate-title .stc p {
    font-size: 14px;
    line-height: 1.8;
  }
}

#brand-single {
  opacity: 0;
  max-width: 1420px;
  padding: 60px 0 120px;
  margin: 0px auto;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #brand-single {
    padding: 40px 0 120px;
  }
}
#brand-single.on {
  opacity: 1;
}
#brand-single .section-inner {
  max-width: 1420px;
}
#brand-single .cate-title {
  overflow: hidden;
  margin-bottom: 50px;
}
#brand-single .cate-title h2 {
  float: left;
  max-width: 140px;
  font-size: 44px;
  font-family: josefin-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #131313;
  margin-bottom: 25px;
}
@media screen and (max-width: 1280px) {
  #brand-single .cate-title h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 1024px) {
  #brand-single .cate-title h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 640px) {
  #brand-single .cate-title h2 {
    max-width: 150px;
    font-size: 38px;
  }
}
#brand-single .cate-title h2 a {
  display: block;
}
#brand-single .cate-title h2 a p {
  font-size: 13px;
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0em;
  text-align: center;
  color: #131313;
}
@media screen and (max-width: 480px) {
  #brand-single .cate-title h2 a p {
    font-size: 12px;
  }
}
#brand-single .cate-title h2.mozi {
  max-width: none;
}
#brand-single .cate-title .back-btn {
  float: right;
  max-width: 48px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #131313;
}
#brand-single .cate-title .back-btn img {
  display: block;
  margin: 0 auto 5px;
}
#brand-single .main {
  display: inline-block;
  vertical-align: top;
  width: 66%;
  margin-right: 11.3%;
}
@media screen and (max-width: 960px) {
  #brand-single .main {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 120px;
  }
}
#brand-single .main .next-area {
  position: relative;
  overflow: hidden;
  max-width: 440px;
  margin: 0 auto;
}
#brand-single .main .next-area .prev-btn {
  float: left;
  display: block;
  max-width: 140px;
  font-size: 15px;
  font-family: josefin-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #131313;
  margin: 40px auto 30px;
}
#brand-single .main .next-area .prev-btn img {
  display: block;
  transform: scale(-1, 1);
  margin-bottom: 7px !important;
}
#brand-single .main .next-area .next-btn {
  float: right;
  display: block;
  max-width: 140px;
  font-size: 15px;
  font-family: josefin-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #131313;
  margin: 40px auto 30px;
}
#brand-single .main .next-area .next-btn img {
  display: block;
  margin-bottom: 7px !important;
}
#brand-single .side {
  display: inline-block;
  vertical-align: top;
  width: 22%;
  margin-top: 50px;
}
@media screen and (max-width: 960px) {
  #brand-single .side {
    display: block;
    width: 100%;
    margin-top: 0px;
  }
}
#brand-single .side h3 {
  font-size: 20px;
  font-family: josefin-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  color: #938e89;
  margin-bottom: 20px;
}
#brand-single .side h3 span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  font-family: source-han-sans-cjk-ja, sans-serif;
}
#brand-single .side .item-area {
  position: relative;
}
#brand-single .side .item-area .item {
  display: block;
  margin-bottom: 40px;
}
#brand-single .side .item-area .item:hover .img-area {
  transform: scale(1.3);
}
#brand-single .side .item-area .item .img-area-outer {
  overflow: hidden;
  height: 180px;
  margin-bottom: 5px;
}
@media screen and (max-width: 960px) {
  #brand-single .side .item-area .item .img-area-outer {
    height: 200px;
  }
}
@media screen and (max-width: 640px) {
  #brand-single .side .item-area .item .img-area-outer {
    height: 180px;
  }
}
#brand-single .side .item-area .item .img-area {
  width: 100%;
  height: 180px;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #brand-single .side .item-area .item .img-area {
    height: 200px;
  }
}
@media screen and (max-width: 640px) {
  #brand-single .side .item-area .item .img-area {
    height: 180px;
  }
}
#brand-single .side .item-area .item h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0em;
  text-align: left;
  color: #131313;
  padding: 0 0.2em;
  word-break: break-all;
}
#brand-single .logo-area {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-top: 100px;
  padding-top: 80px;
}
#brand-single .logo-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 80%;
  max-width: 800px;
  height: 2px;
  background-color: #fff;
  margin: 0 auto;
}
#brand-single .logo-area a {
  float: left;
  width: 19%;
  max-width: 384px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  border: 2px solid #fff;
  padding: 15px 10px;
  margin-right: 1%;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #brand-single .logo-area a {
    width: 24%;
  }
}
@media screen and (max-width: 640px) {
  #brand-single .logo-area a {
    width: 32.33%;
    margin-right: 1%;
  }
}
@media screen and (max-width: 480px) {
  #brand-single .logo-area a {
    height: 160px;
  }
}
@media screen and (max-width: 400px) {
  #brand-single .logo-area a {
    height: 140px;
  }
}
#brand-single .logo-area a:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  #brand-single .logo-area a:nth-child(5n) {
    margin-right: 1%;
  }
}
@media screen and (max-width: 960px) {
  #brand-single .logo-area a:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  #brand-single .logo-area a:nth-child(4n) {
    margin-right: 1%;
  }
}
@media screen and (max-width: 640px) {
  #brand-single .logo-area a:nth-child(3n) {
    margin-right: 0;
  }
}
#brand-single .logo-area a:hover {
  opacity: 0.7;
}
#brand-single .logo-area a .link-inner {
  display: block;
}
#brand-single .logo-area a .link-inner p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0em;
  text-align: center;
  color: #131313;
}
@media screen and (max-width: 480px) {
  #brand-single .logo-area a .link-inner p {
    font-size: 12px;
  }
}
#brand-single .single-title-area {
  margin-bottom: 45px;
}
@media screen and (max-width: 640px) {
  #brand-single .single-title-area {
    margin-bottom: 25px;
  }
}
#brand-single h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #131313;
  text-align: left;
  margin: 0px 0 5px;
}
@media screen and (max-width: 960px) {
  #brand-single h2 {
    font-size: 30px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 640px) {
  #brand-single h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  #brand-single h2 {
    font-size: 25px;
    line-height: 1.4;
  }
}
#brand-single .date {
  font-size: 15px;
  font-family: josefin-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #131313;
}
@media screen and (max-width: 480px) {
  #brand-single .date {
    font-size: 14px;
  }
}
#brand-single .main .row {
  margin-bottom: 100px;
}
#brand-single .main .single-thumb {
  margin: 0 auto 40px;
}
#brand-single .main img {
  display: block;
  margin: 0 auto;
}
#brand-single .main h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #131313;
  text-align: center;
  margin: 0px auto 20px;
}
@media screen and (max-width: 960px) {
  #brand-single .main h3 {
    font-size: 24px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 640px) {
  #brand-single .main h3 {
    font-size: 23px;
  }
}
@media screen and (max-width: 480px) {
  #brand-single .main h3 {
    font-size: 20px;
  }
}
#brand-single .main h4 {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #131313;
  text-align: left;
  margin: 0px auto 15px;
}
@media screen and (max-width: 960px) {
  #brand-single .main h4 {
    font-size: 22px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 640px) {
  #brand-single .main h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  #brand-single .main h4 {
    font-size: 19px;
  }
}
#brand-single .main h5 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #131313;
  text-align: left;
  margin: 0px auto 20px;
}
@media screen and (max-width: 960px) {
  #brand-single .main h5 {
    font-size: 24px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 640px) {
  #brand-single .main h5 {
    font-size: 23px;
  }
}
@media screen and (max-width: 480px) {
  #brand-single .main h5 {
    font-size: 20px;
  }
}
#brand-single .main iframe {
  max-width: 100%;
}
#brand-single .main .stc {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.1em;
  color: #131313;
  text-align: left;
  padding: 0 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  #brand-single .main .stc {
    font-size: 15px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 640px) {
  #brand-single .main .stc .pc {
    display: none;
  }
}
#brand-single .main .stc .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #brand-single .main .stc .sp {
    display: block;
  }
}
#brand-single .main .stc b {
  font-weight: 600;
}
#brand-single .main .stc .red {
  font-weight: 600;
  color: #d92519;
}
#brand-single .main .stc label {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #fff;
  background-color: #938e89;
  padding: 5px 1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  #brand-single .main .stc label {
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 640px) {
  #brand-single .main .stc label {
    font-size: 17px;
  }
}
@media screen and (max-width: 480px) {
  #brand-single .main .stc label {
    font-size: 16px;
  }
}
#brand-single .main .sns-area {
  text-align: center;
  margin: 100px 0 40px;
}
#brand-single .main .sns-area h5 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 13px;
  font-size: 18px;
  font-family: josefin-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0em;
  color: #131313;
  margin: 0px 50px 0px 0;
}
#brand-single .main .sns-area h5:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -28px;
  width: 20px;
  height: 2px;
  background-color: #131313;
  margin: auto;
}
#brand-single .main .sns-area a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
#brand-single .main .sns-area a:last-child {
  margin-right: 0;
}
#brand-single .main .item-area {
  width: 97%;
  max-width: 800px;
  margin: 60px auto;
}
#brand-single .main .share {
  overflow: hidden;
}
#brand-single .main .share li {
  float: left;
  width: 15%;
  margin-right: 1.999%;
}
#brand-single .main .share li a {
  display: block;
  height: 40px;
  background-color: #938e89;
  border-right: 2px solid #fff;
  text-align: center;
  padding: 10px 0;
  line-height: 0;
}
#brand-single .main .share li:last-child {
  margin-right: 0;
}
#brand-single .main .share li:last-child a {
  border-right: 0;
}
#brand-single .tag-area {
  text-align: center;
}
#brand-single .tag-area div {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 10px;
}
#brand-single .tag-area div a {
  overflow: hidden;
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.15em;
  color: #938e89;
  border: 1px solid #938e89;
  border-radius: 8px;
  padding: 5px 1.5em;
}
@media screen and (max-width: 640px) {
  #brand-single .tag-area div a {
    font-size: 16px;
  }
}
#brand-single .tag-area div a:hover {
  color: #fff;
}
#brand-single .tag-area div a:hover:before {
  left: -20%;
}
#brand-single .tag-area div a:before {
  content: "";
  position: absolute;
  top: -50%;
  left: -170%;
  width: 160%;
  height: 200%;
  background-color: #938e89;
  transform: rotateZ(10deg);
  transition: all 1s;
  z-index: -1;
}
#brand-single .col-area {
  text-align: center;
  margin: 0px auto 90px;
}
#brand-single .col-area .col {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 48%;
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  #brand-single .col-area .col {
    display: block;
    width: 100%;
    margin: 0px auto 30px;
  }
}
#brand-single .col-area .col:nth-child(2) {
  width: 46%;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #brand-single .col-area .col:nth-child(2) {
    width: 100%;
  }
}
#brand-single .col-area .col h3 {
  text-align: left;
}
#brand-single .col-area .col .stc {
  max-width: none;
  margin-bottom: 30px;
}
#brand-single .col-area .col img {
  margin: 0 auto;
}

#news-tax {
  max-width: 1420px;
  padding: 100px 0 120px;
  margin: 0px auto;
}
@media screen and (max-width: 960px) {
  #news-tax {
    padding: 80px 0 120px;
  }
}
#news-tax .item-area {
  position: relative;
  padding-bottom: 60px;
}
#news-tax .item-area .item {
  display: inline-block;
  vertical-align: top;
  width: 30.2%;
  margin-right: 4.1%;
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  #news-tax .item-area .item {
    margin-right: 4%;
  }
}
@media screen and (max-width: 640px) {
  #news-tax .item-area .item {
    width: 47.5%;
    margin-right: 3.8%;
  }
}
#news-tax .item-area .item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  #news-tax .item-area .item:nth-child(3n) {
    margin-right: 3.8%;
  }
}
@media screen and (max-width: 640px) {
  #news-tax .item-area .item:nth-child(2n) {
    margin-right: 0;
  }
}
#news-tax .item-area .item .date {
  overflow: hidden;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #fff;
  width: 48px;
  height: 40px;
  padding: 9px;
}
#news-tax .item-area .item .date:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1px;
  height: 85%;
  background-color: #131313;
  transform: rotateZ(38deg);
  margin: auto;
}
#news-tax .item-area .item .date span {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0em;
  box-sizing: border-box;
}
#news-tax .item-area .item .date span:nth-child(1) {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 17px;
  text-align: center;
}
#news-tax .item-area .item .date span:nth-child(2) {
  position: absolute;
  bottom: 6px;
  right: 5px;
  width: 17px;
  text-align: center;
}
#news-tax .item-area .item:hover .img-area {
  transform: scale(1.3);
}
#news-tax .item-area .item .img-area-outer {
  overflow: hidden;
  position: relative;
  height: 197px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #news-tax .item-area .item .img-area-outer {
    height: 170px;
  }
}
@media screen and (max-width: 640px) {
  #news-tax .item-area .item .img-area-outer {
    height: 160px;
  }
}
#news-tax .item-area .item .img-area {
  width: 100%;
  height: 197px;
  transition: all 1s;
}
@media screen and (max-width: 768px) {
  #news-tax .item-area .item .img-area {
    height: 170px;
  }
}
@media screen and (max-width: 640px) {
  #news-tax .item-area .item .img-area {
    height: 160px;
  }
}
#news-tax .item-area .item h3 {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: left;
  color: #131313;
  padding: 0 0.2em;
}
#news-tax .logo-area {
  overflow: hidden;
  text-align: center;
}
#news-tax .logo-area a {
  float: left;
  width: 19%;
  max-width: 384px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  border: 2px solid #fff;
  padding: 15px 10px;
  margin-right: 1%;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #news-tax .logo-area a {
    width: 24%;
  }
}
@media screen and (max-width: 640px) {
  #news-tax .logo-area a {
    width: 32.33%;
    margin-right: 1%;
  }
}
@media screen and (max-width: 480px) {
  #news-tax .logo-area a {
    height: 160px;
  }
}
@media screen and (max-width: 400px) {
  #news-tax .logo-area a {
    height: 140px;
  }
}
#news-tax .logo-area a:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  #news-tax .logo-area a:nth-child(5n) {
    margin-right: 1%;
  }
}
@media screen and (max-width: 960px) {
  #news-tax .logo-area a:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  #news-tax .logo-area a:nth-child(4n) {
    margin-right: 1%;
  }
}
@media screen and (max-width: 640px) {
  #news-tax .logo-area a:nth-child(3n) {
    margin-right: 0;
  }
}
#news-tax .logo-area a:hover {
  opacity: 0.7;
}
#news-tax .logo-area a .link-inner {
  display: block;
}
#news-tax .logo-area a .link-inner p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0em;
  text-align: center;
  color: #131313;
}
@media screen and (max-width: 480px) {
  #news-tax .logo-area a .link-inner p {
    font-size: 12px;
  }
}
#news-tax .cate-title {
  text-align: center;
  margin-bottom: 100px;
}
#news-tax .cate-title h2 {
  display: inline-block;
  max-width: 220px;
  font-size: 44px;
  font-family: josefin-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #131313;
}
@media screen and (max-width: 1280px) {
  #news-tax .cate-title h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 1024px) {
  #news-tax .cate-title h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 640px) {
  #news-tax .cate-title h2 {
    max-width: 180px;
    font-size: 38px;
  }
}
#news-tax .cate-title h2 a {
  display: block;
}
#news-tax .cate-title h2 a p {
  font-size: 13px;
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0em;
  text-align: center;
  color: #131313;
}
@media screen and (max-width: 480px) {
  #news-tax .cate-title h2 a p {
    font-size: 12px;
  }
}

#news-single {
  opacity: 0;
  max-width: 1120px;
  padding: 60px 0 120px;
  margin: 0px auto;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #news-single {
    padding: 40px 0 120px;
  }
}
#news-single.on {
  opacity: 1;
}
#news-single .section-inner {
  max-width: 1420px;
}
#news-single .cate-title {
  overflow: hidden;
  margin-bottom: 20px;
}
#news-single .cate-title h2 {
  float: left;
  font-size: 44px;
  font-family: josefin-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #131313;
  margin-bottom: 55px;
}
@media screen and (max-width: 1280px) {
  #news-single .cate-title h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 1024px) {
  #news-single .cate-title h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 640px) {
  #news-single .cate-title h2 {
    font-size: 38px;
  }
}
#news-single .cate-title .back-btn {
  float: right;
  max-width: 48px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #131313;
}
#news-single .cate-title .back-btn img {
  display: block;
  margin: 0 auto 5px;
}
#news-single .main {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-bottom: 120px;
}
#news-single .main .next-area {
  position: relative;
  overflow: hidden;
  max-width: 440px;
  margin: 0 auto;
}
#news-single .main .next-area .prev-btn {
  float: left;
  display: block;
  max-width: 140px;
  font-size: 15px;
  font-family: josefin-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #131313;
  margin: 40px auto 30px;
}
#news-single .main .next-area .prev-btn img {
  display: block;
  transform: scale(-1, 1);
  margin-bottom: 7px !important;
}
#news-single .main .next-area .next-btn {
  float: right;
  display: block;
  max-width: 140px;
  font-size: 15px;
  font-family: josefin-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #131313;
  margin: 40px auto 30px;
}
#news-single .main .next-area .next-btn img {
  display: block;
  margin-bottom: 7px !important;
}
#news-single .side {
  display: block;
  width: 100%;
  margin-top: 0px;
}
#news-single .side h3 {
  font-size: 20px;
  font-family: josefin-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  color: #938e89;
  margin-bottom: 40px;
}
#news-single .side h3 span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  font-family: source-han-sans-cjk-ja, sans-serif;
}
#news-single .side .item-area {
  position: relative;
}
#news-single .side .item-area .item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 47%;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #664f42;
  margin-right: 4.8%;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  #news-single .side .item-area .item {
    font-size: 14px;
  }
}
#news-single .side .item-area .item:nth-child(2n) {
  margin-right: 0%;
}
#news-single .side .item-area .item .date {
  overflow: hidden;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #fff;
  width: 48px;
  height: 40px;
  padding: 9px;
}
#news-single .side .item-area .item .date:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1px;
  height: 85%;
  background-color: #131313;
  transform: rotateZ(38deg);
  margin: auto;
}
#news-single .side .item-area .item .date span {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0em;
  color: #131313;
  box-sizing: border-box;
}
#news-single .side .item-area .item .date span:nth-child(1) {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 17px;
  text-align: center;
}
#news-single .side .item-area .item .date span:nth-child(2) {
  position: absolute;
  bottom: 6px;
  right: 5px;
  width: 17px;
  text-align: center;
}
#news-single .side .item-area .item:hover .img-area {
  transform: scale(1.3);
}
#news-single .side .item-area .item .img-area-outer {
  overflow: hidden;
  height: 197px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #news-single .side .item-area .item .img-area-outer {
    height: 170px;
  }
}
@media screen and (max-width: 640px) {
  #news-single .side .item-area .item .img-area-outer {
    height: 160px;
  }
}
@media screen and (max-width: 480px) {
  #news-single .side .item-area .item .img-area-outer {
    height: 120px;
  }
}
#news-single .side .item-area .item .img-area {
  width: 100%;
  height: 197px;
  transition: all 1s;
}
@media screen and (max-width: 768px) {
  #news-single .side .item-area .item .img-area {
    height: 170px;
  }
}
@media screen and (max-width: 640px) {
  #news-single .side .item-area .item .img-area {
    height: 160px;
  }
}
@media screen and (max-width: 480px) {
  #news-single .side .item-area .item .img-area {
    height: 120px;
  }
}
#news-single .side .item-area .item h4 {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: left;
  color: #131313;
  padding: 0 0.2em;
}
#news-single .single-title-area {
  margin-bottom: 45px;
}
@media screen and (max-width: 640px) {
  #news-single .single-title-area {
    margin-bottom: 25px;
  }
}
#news-single h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #131313;
  text-align: left;
  margin: 0px 0 5px;
}
@media screen and (max-width: 960px) {
  #news-single h2 {
    font-size: 30px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 640px) {
  #news-single h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  #news-single h2 {
    font-size: 25px;
    line-height: 1.4;
  }
}
#news-single .date {
  font-size: 16px;
  font-family: josefin-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #131313;
}
@media screen and (max-width: 480px) {
  #news-single .date {
    font-size: 15px;
  }
}
#news-single .main .row {
  margin-bottom: 100px;
}
#news-single .main .single-thumb {
  margin: 0 auto 40px;
}
#news-single .main img {
  display: block;
  margin: 0 auto;
}
#news-single .main h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #131313;
  text-align: center;
  margin: 0px auto 20px;
}
@media screen and (max-width: 960px) {
  #news-single .main h3 {
    font-size: 24px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 640px) {
  #news-single .main h3 {
    font-size: 23px;
  }
}
@media screen and (max-width: 480px) {
  #news-single .main h3 {
    font-size: 20px;
  }
}
#news-single .main h4 {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #131313;
  text-align: left;
  margin: 0px auto 15px;
}
@media screen and (max-width: 960px) {
  #news-single .main h4 {
    font-size: 22px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 640px) {
  #news-single .main h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  #news-single .main h4 {
    font-size: 19px;
  }
}
#news-single .main h5 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #131313;
  text-align: left;
  margin: 0px auto 20px;
}
@media screen and (max-width: 960px) {
  #news-single .main h5 {
    font-size: 24px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 640px) {
  #news-single .main h5 {
    font-size: 23px;
  }
}
@media screen and (max-width: 480px) {
  #news-single .main h5 {
    font-size: 20px;
  }
}
#news-single .main iframe {
  max-width: 100%;
}
#news-single .main .stc {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.1em;
  color: #131313;
  text-align: left;
  padding: 0 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  #news-single .main .stc {
    font-size: 15px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 640px) {
  #news-single .main .stc .pc {
    display: none;
  }
}
#news-single .main .stc .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #news-single .main .stc .sp {
    display: block;
  }
}
#news-single .main .stc b {
  font-weight: 600;
}
#news-single .main .stc .red {
  font-weight: 600;
  color: #d92519;
}
#news-single .main .stc label {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #fff;
  background-color: #938e89;
  padding: 5px 1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  #news-single .main .stc label {
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 640px) {
  #news-single .main .stc label {
    font-size: 17px;
  }
}
@media screen and (max-width: 480px) {
  #news-single .main .stc label {
    font-size: 16px;
  }
}
#news-single .main .sns-area {
  text-align: right;
  margin: 100px 0 40px;
}
#news-single .main .sns-area h5 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 12px;
  font-size: 18px;
  font-family: josefin-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0em;
  color: #131313;
  margin: 0px 50px 0px 0;
}
#news-single .main .sns-area h5:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -28px;
  width: 20px;
  height: 2px;
  background-color: #131313;
  margin: auto;
}
#news-single .main .sns-area a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
#news-single .main .sns-area a:last-child {
  margin-right: 0;
}
#news-single .main .item-area {
  width: 97%;
  max-width: 800px;
  margin: 60px auto;
}
#news-single .main .share {
  overflow: hidden;
}
#news-single .main .share li {
  float: left;
  width: 15%;
  margin-right: 1.999%;
}
#news-single .main .share li a {
  display: block;
  height: 40px;
  background-color: #938e89;
  border-right: 2px solid #fff;
  text-align: center;
  padding: 10px 0;
  line-height: 0;
}
#news-single .main .share li:last-child {
  margin-right: 0;
}
#news-single .main .share li:last-child a {
  border-right: 0;
}
#news-single .tag-area {
  text-align: center;
}
#news-single .tag-area div {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 10px;
}
#news-single .tag-area div a {
  overflow: hidden;
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.15em;
  color: #938e89;
  border: 1px solid #938e89;
  border-radius: 8px;
  padding: 5px 1.5em;
}
@media screen and (max-width: 640px) {
  #news-single .tag-area div a {
    font-size: 16px;
  }
}
#news-single .tag-area div a:hover {
  color: #fff;
}
#news-single .tag-area div a:hover:before {
  left: -20%;
}
#news-single .tag-area div a:before {
  content: "";
  position: absolute;
  top: -50%;
  left: -170%;
  width: 160%;
  height: 200%;
  background-color: #938e89;
  transform: rotateZ(10deg);
  transition: all 1s;
  z-index: -1;
}
#news-single .col-area {
  text-align: center;
  margin: 0px auto 90px;
}
#news-single .col-area .col {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 48%;
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  #news-single .col-area .col {
    display: block;
    width: 100%;
    margin: 0px auto 30px;
  }
}
#news-single .col-area .col:nth-child(2) {
  width: 46%;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #news-single .col-area .col:nth-child(2) {
    width: 100%;
  }
}
#news-single .col-area .col .stc {
  max-width: none;
  margin-bottom: 30px;
}
#news-single .col-area .col img {
  margin: 0 auto;
}

#contact {
  padding: 50px 0px 10px 0;
}
#contact .title-p {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #898989;
  text-align: center;
  margin-bottom: 50px;
}
#contact h2 {
  font-size: 32px;
  font-family: josefin-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #131313;
  text-align: center;
  margin: 0px 0 25px;
}
@media screen and (max-width: 960px) {
  #contact h2 {
    font-size: 30px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 640px) {
  #contact h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  #contact h2 {
    font-size: 26px;
  }
}
#contact .stc {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #131313;
  text-align: center;
  margin: 0 auto 60px;
}
@media screen and (max-width: 640px) {
  #contact .stc {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}
#contact .btn-area {
  margin: 50px auto 60px;
}
.input-form {
  position: relative;
  text-align: left;
  max-width: 800px;
  margin: 50px auto 0px;
  /*    .wpcf7-list-item-label:after {
          -webkit-transition: border-color 0.2s linear;
          transition: border-color 0.2s linear;
          position: absolute;
          top: 50%;
          left: 0px;
          display: block;
          margin-top: -12px;
          width: 40px;
          height: 40px;
          background-color: #dcdcdc;
          border-radius: 0px;
          content: '';
          z-index: 0;
      }
      .wpcf7-list-item-label:before {
          -webkit-transition: opacity 0.2s linear;
          transition: opacity 0.2s linear;
          position: absolute;
          top: 50%;
          left: 14px;
          display: block;
          margin-top: -6px;
          width: 13px;
          height: 23px;
          border-right: 3px solid #323232;
          border-bottom: 3px solid #323232;
          content: '';
          opacity: 0;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          z-index: 1;
      }*/
  /*    input[type=checkbox]:checked + .wpcf7-list-item-label:before {
          opacity: 1;
      }*/
}
.input-form .secure-box {
  text-align: center;
}
.input-form p {
  position: relative;
}
.input-form .stc {
  margin-bottom: 35px !important;
}
.input-form .require {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #aa0000;
  text-align: right;
}
.input-form .gray-text {
  width: 150px;
  font-size: 110%;
  text-align: center;
  background-color: #dcdcdc;
  padding: 5px 10px 7px;
  margin: 0px 0 10px auto;
}
.input-form .gray-text span {
  position: absolute;
  top: 3px;
  left: 15px;
  font-size: 120%;
  color: #c30d23;
  margin-right: 5px;
}
.input-form .small {
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-top: 10px;
  margin-bottom: 50px;
}
.input-form .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.2em;
  margin: 20px 0 0;
}
.input-form .title span {
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #aa0000;
}
.input-form input[type=text],
.input-form input[type=email],
.input-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-size: 16px;
  border-radius: 0;
  border: none;
  background-color: #fff;
  padding: 10px;
  box-sizing: border-box;
}
.input-form input[type=text].short,
.input-form input[type=email].short,
.input-form textarea.short {
  max-width: 200px;
}
.input-form button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: block;
  cursor: pointer;
  /*        width: 92%;
          max-width: 250px;
          color: #FFF;
          font-size: 18px;
          letter-spacing: 0.2em;
          background-color: #000;
          border: 2px solid #000;
          border-radius: 0;
          padding: 12px 0;
          margin: 50px auto 60px;*/
  transition: all 1s;
  /*        &:hover{
              color: $main-color;
              background-color: #FFF;
          }*/
}
.input-form button.off {
  opacity: 0.7;
}
.input-form button .fa {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  height: 22px;
  font-size: 140%;
  font-weight: bold;
  margin: auto 0;
}
.input-form .btn.prev .arrow {
  position: absolute;
  left: 1.5em;
  right: auto;
  padding: 23px 0 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
@media screen and (max-width: 960px) {
  .input-form .btn.prev .arrow {
    left: 5%;
  }
}
@media screen and (max-width: 640px) {
  .input-form .btn.prev .arrow {
    left: 1.5em;
  }
}
.input-form .wpcf7c-btn-back .fa {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 12px;
  right: auto;
  height: 22px;
  font-size: 140%;
  font-weight: bold;
  margin: auto 0;
}
.input-form .btn-area {
  text-align: center;
}
.input-form .btn-area button {
  display: inline-block !important;
  width: 48% !important;
  margin-right: 2% !important;
}
@media screen and (max-width: 640px) {
  .input-form .btn-area button {
    display: block !important;
    width: 100% !important;
    margin: 20px auto 30px !important;
  }
}
.input-form .btn-area button:last-of-type {
  margin-right: 0% !important;
}
@media screen and (max-width: 640px) {
  .input-form .btn-area button:last-of-type {
    margin: 20px auto 0px !important;
  }
}
.input-form .att {
  margin: 50px auto 25px;
  text-align: center;
}
.input-form .policy-area {
  position: relative;
  text-align: center;
}
.input-form .policy-area .wpcf7-not-valid-tip {
  right: 0;
}
.input-form .policy-area .wpcf7-list-item label {
  margin-right: 0px;
}
.input-form .border-p {
  position: relative;
  border-bottom: 1px solid #c8c8c8;
  padding: 8px 0;
}
.input-form .age {
  position: relative;
  max-width: 180px;
  padding-right: 30px;
}
.input-form .age p {
  position: absolute;
  top: 12px;
  right: 0;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.input-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background: none;
  border: none;
  border: 1px solid #dedede;
  border-radius: 0;
  padding: 8px 25px 8px 10px;
}
.input-form select::-ms-expand {
  display: none;
}
.input-form .select-group {
  position: relative;
  max-width: 400px;
}
.input-form .select-group:after {
  position: absolute;
  top: 15px;
  right: 8px;
  width: 10px;
  height: 10px;
  content: "";
  z-index: 2;
  border-top: 1px solid #938e89;
  border-right: 1px solid #938e89;
  display: inline-block;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.input-form .select-group .wpcf7-not-valid-tip {
  display: none !important;
}
.input-form input[type=radio],
.input-form input[type=checkbox] {
  margin-right: 5px;
}
.input-form input[type=radio],
.input-form input[type=checkbox] {
  display: none;
}
.input-form input[type=radio] + span,
.input-form input[type=checkbox] + span,
.input-form .wpcf7c-conf-hidden + span {
  position: relative;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  letter-spacing: 0.1em;
  padding: 2px 0px 0px 34px;
  margin-bottom: 10px;
  margin-right: 20px;
}
.input-form input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 1px solid #b5b5b6;
  border-radius: 50%;
}
.input-form input[type=radio]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 4px;
  width: 14px;
  height: 14px;
  background: #323232;
  border-radius: 50%;
}
.input-form input[type=checkbox] + span::before,
.input-form .wpcf7c-conf-hidden + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 1px solid #b5b5b6;
}
.input-form .wpcf7c-conf-hidden + span::before {
  background: none;
  border: none;
}
.input-form input[type=checkbox]:checked + span::after,
.input-form .wpcf7c-conf-hidden + span::after {
  display: block;
  content: "";
  width: 12px;
  height: 6px;
  position: absolute;
  top: 9px;
  left: 5px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin: auto;
}
.input-form .wpcf7-list-item-label {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  font-weight: normal;
  /*padding: 5px 0px 0px 10px;*/
}
.input-form .wpcf7-list-item label {
  margin-right: 30px;
  margin-bottom: 10px;
}
.input-form .your-tel1 {
  display: inline-block;
  width: 100px;
}
.input-form .your-tel1 input[type=text] {
  background-color: #dcdcdc;
  border: none;
}
.input-form .your-tel2 {
  display: inline-block;
  width: 100px;
}
.input-form .your-tel2 input[type=text] {
  background-color: #dcdcdc;
  border: none;
}
.input-form .your-tel3 {
  display: inline-block;
  width: 100px;
}
.input-form .your-tel3 input[type=text] {
  background-color: #dcdcdc;
  border: none;
}
.input-form .tel-about {
  display: block;
  margin-top: 20px;
  margin-left: 0;
}
.input-form .zip1,
.input-form .zip2 {
  display: inline-block;
  width: 80px;
}
.input-form .zip1 input[type=text],
.input-form .zip2 input[type=text] {
  background-color: #dcdcdc;
  border: none;
}
.input-form .zip2 {
  width: 100px;
}
.input-form .pref {
  margin-left: 15px;
}
.input-form .address {
  display: block;
  margin-top: 15px;
}
.input-form .address input[type=text] {
  border: none;
}
.input-form #select-group .select-group {
  display: inline-block;
  width: 120px;
}
.input-form #final #school {
  display: inline-block;
  width: 100px;
}
.input-form #final .schoolname {
  display: inline-block;
  margin-left: 10px;
}
.input-form #final .schoolname p {
  display: inline-block;
}
.input-form #final .schoolname p input[type=text] {
  background-color: #dcdcdc;
  width: 180px;
}
.input-form #final .depart {
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 720px) {
  .input-form #final .depart {
    margin-top: 15px;
  }
}
.input-form #final .depart p {
  display: inline-block;
}
.input-form #final .depart p input[type=text] {
  background-color: #dcdcdc;
  width: 180px;
}
.input-form .border-box {
  border: 1px solid #c8c8c8;
  padding: 20px 1.5em;
  margin: 10px 0 18px;
}
.input-form .border-box h4 {
  margin-bottom: 5px;
}
.input-form .border-box p span {
  font-family: "Open Sans", sans-serif;
}
.input-form .gladuate-box {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.input-form #birthday {
  position: relative;
}
.input-form #birthday1 {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
}
.input-form #birthday2 {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
}
.input-form #birthday3 {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
}
/*# sourceMappingURL=page.css.map */