@charset "UTF-8";
/* 
Version: 2021
Build Time: November 11, 2020
*/
@import url("https://fonts.googleapis.com/css2?family=IM+Fell+French+Canon:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo+Narrow:wght@600&family=Marcellus&display=swap");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100% !important;
  -ms-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}

select,
button,
input,
textarea,
button {
  border: 1px solid #333;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table,
td,
th {
  border: 1px solid #333;
}

td,
th {
  line-height: 1.5;
  padding: 0.3em 0.4em;
}

th {
  font-weight: bold;
  font-size: 1.05em;
}

html {
  font-size: 100%;
  background-color: #ffffff;
  word-break: break-word;
}

body {
  min-height: 100vh;
  color: #333;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font: normal normal normal 14px/1.6 "Helvetica", "Arial", sans-serif;
  background-color: #ffffff;
}

hr {
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 1em 0;
  height: 0;
  border-top: 1px solid #ccc;
}

button:disabled {
  cursor: default;
}

a,
a:active,
a:link,
a:visited {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: underline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
dialog,
hr,
img {
  display: block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  display: inline-block;
  vertical-align: middle;
}

[hidden],
dialog:not([open]),
template {
  display: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

input,
select {
  vertical-align: middle;
}

button {
  vertical-align: inherit;
  line-height: inherit;
  cursor: pointer;
}

button,
select {
  text-transform: none;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: 1em;
}

mark {
  background-color: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 70%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

ul {
  list-style: none;
}

img {
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

body.error404 {
  background-color: #121212;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.text404 {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #ccc;
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  white-space: nowrap;
}

.text404 strong {
  font-size: 96px;
  line-height: 1.15;
  font-weight: bold;
}

@media (max-width: 600px) {
  .text404 strong {
    font-size: 75px;
  }
}

.text404 p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .text404 p {
    font-size: 16px;
  }
}

.text404 a,
.text404 a:link {
  margin-top: 50px;
  font-size: 12px;
  line-height: 1.15;
  white-space: normal;
  display: inline-block;
  height: 3em;
  line-height: 3em;
  width: 15em;
  background-color: #333;
  color: #ccc;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.text404 a:hover,
.text404 a:link:hover {
  color: #333 !important;
  background-color: #fff !important;
  text-decoration: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html {
  background-color: #fff;
}

body {
  overflow-x: hidden;
  font-family: "Yu Mincho", "游明朝", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  position: relative;
  padding-top: 83px;
}

@media (max-width: 1300px) {
  body {
    padding-top: 63px !important;
  }
}

@media (max-width: 500px) {
  body {
    padding-top: 62px !important;
  }
}

a,
a:link {
  color: #333333;
}

a:hover,
a:link:hover {
  text-decoration: underline;
}

.nowrap {
  white-space: nowrap;
  display: inline-block;
}

.hasbg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: relative;
}

.hasbg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

svg {
  width: 1em;
  min-width: 1em;
  height: 1em;
}

.inner {
  width: 100%;
  max-width: 1340px;
  padding: 0 20px;
  margin: auto;
}

/* site header style */
.site_header {
  padding: 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.site_header .logo {
  position: relative;
}

.site_header .logo svg {
  /* 217 * 23  */
  font-size: 23px;
  width: 9.5em;
}

.site_header .logo a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.site_header .menu {
  width: 22px;
  height: 19px;
  margin-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.site_header .menu span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #333;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.site_header .menu span:nth-child(2) {
  margin: 8px 0;
}

.site_header.fixed {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

@media (max-width: 1300px) {
  .site_header {
    padding: 20px;
  }
}

@media (max-width: 750px) {
  .site_header {
    background-color: #fff;
  }
}

@media (max-width: 500px) {
  .site_header .logo svg {
    font-size: 16px;
  }

  .site_header .menu {
    margin-left: 20px;
  }
}

@media (max-width: 350px) {
  .site_header .logo svg {
    font-size: 1em;
  }
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-right .lang {
  position: relative;
  font-family: 'Marcellus', serif;
  font-weight: 600;
  font-style: normal;
}

.header-right .lang em {
  font-style: normal;
}

.header-right .lang .no_show {
  opacity: 0.2;
}

.header-right .lang a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* site footer style */
.site_footer .copy {
  text-align: center;
  padding: 20px;
  font-family: 'Marcellus', serif;
  font-weight: 600;
  font-style: normal;
}

@media (max-width: 600px) {
  .site_footer .copy {
    font-size: 12px;
  }
}

/* site nav style */
.site_nav {
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 480px;
  height: 100%;
  z-index: 55555;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.site_nav nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 480px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  overflow-y: auto;
}

.site_nav ul {
  text-align: center;
  font-size: 24px;
  font-family: 'Archivo Narrow', serif;
  font-weight: 400;
  font-style: normal;
}

.site_nav ul li {
  padding: 20px;
}

.site_nav ul li a {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media (min-width: 1100px) {
  .site_nav ul li a:hover {
    opacity: 0.65;
  }
}

@media (max-width: 750px) {
  .site_nav nav {
    border-left: none;
    max-width: 100%;
  }

  .site_nav ul {
    font-size: 20px;
  }

  .site_nav ul li {
    padding: 10px 20px;
  }
}

/* home style */
.home {
  /* .site_header {
        color: #fff;

        .menu {
            span {
                background-color: #fff;
            }
        }
    }

    .header-right {
        .lang {
            .no_show {
                opacity: 0.6;
            }
        }
    } */
  padding: 0;
}

.home .site_footer {
  position: absolute;
  bottom: 0;
  z-index: 20;
  width: 100%;
}

/* show_menu */
.show_menu {
  /* .site_header {
        color: #333;

        .menu {
            span {
                background-color: #333;
            }
        }
    }

    .header-right {
        .lang {
            .no_show {
                opacity: 0.2;
            }
        }
    } */
}

.show_menu .site_header .menu span {
  -webkit-animation: 0s;
  animation: 0s;
}

.show_menu .site_header .menu span:nth-child(1) {
  -webkit-transform: translate(0%, 9px) rotate(-45deg);
  -ms-transform: translate(0%, 9px) rotate(-45deg);
  transform: translate(0%, 9px) rotate(-45deg);
}

.show_menu .site_header .menu span:nth-child(2) {
  opacity: 0 !important;
}

.show_menu .site_header .menu span:nth-child(3) {
  -webkit-transform: translate(0%, -9px) rotate(45deg);
  -ms-transform: translate(0%, -9px) rotate(45deg);
  transform: translate(0%, -9px) rotate(45deg);
}

.show_menu .site_nav {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.hr_href {
  position: absolute;
  top: -83px;
}

@media (max-width: 1300px) {
  .hr_href {
    top: -63px;
  }
}

@media (max-width: 500px) {
  .hr_href {
    top: -62px;
  }
}

/* ------------------------------------------------------- */
/* index style */
.animate_water {
  position: relative;
  z-index: 3;
}

.animate_water2 {
  position: relative;
  z-index: 3;
}

.animate_water2 canvas {
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}

canvas {
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}

/* loading */
.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  background-image: -o-linear-gradient(315deg, #fff 0%, #bed6d6 100%);
  background-image: linear-gradient(135deg, #fff 0%, #bed6d6 100%);
  z-index: 999999999999999;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.9s 1.1s;
  -o-transition: 0.9s 1.1s;
  transition: 0.9s 1.1s;
  overflow: hidden;
  opacity: 1;
}

.loading .animate_water {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}

.loading .loading_text {
  text-align: center;
  position: relative;
  z-index: 2;
  font-size: 30px;
  -webkit-transition: opacity .8s 0.3s;
  -o-transition: opacity .8s 0.3s;
  transition: opacity .8s 0.3s;
  padding: 0 20px;
  opacity: 1;
}

@media (max-width: 750px) {
  .loading .loading_text {
    font-size: 20px;
  }
}

.loading canvas {
  display: none;
}

.loading.no {
  opacity: 0;
}

.loading.no .loading_text {
  opacity: 0;
}

.about-loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  background-image: -o-linear-gradient(315deg, #fff 0%, #bed6d6 100%);
  background-image: linear-gradient(135deg, #fff 0%, #bed6d6 100%);
  z-index: 999999999999999;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.9s 1s;
  -o-transition: 0.9s 1s;
  transition: 0.9s 1s;
  overflow: hidden;
}

.about-loading .animate_water {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.about-loading .bg_img {
  display: none;
}

.about-loading .loading_text {
  text-align: center;
  position: relative;
  z-index: 2;
  font-size: 30px;
  -webkit-transition: .8s 1s;
  -o-transition: .8s 1s;
  transition: .8s 1s;
  padding: 0 20px;
}

@media (max-width: 750px) {
  .about-loading .loading_text {
    font-size: 20px;
  }
}

.about-loading.no {
  opacity: 0;
}

.about-loading.no .loading_text {
  opacity: 0;
}

/* ------------------------------------------------------- */
.slide-wrapper {
  /* display: none; */
}

/* hero */
.hero {
  width: 100%;
  height: 100vh;
  max-height: 1080px;
  position: relative;
  z-index: 3;
  overflow: hidden;
  background-color: #f1f1f1;
  background-image: -o-linear-gradient(315deg, #fff 0%, #bed6d6 100%);
  background-image: linear-gradient(135deg, #fff 0%, #bed6d6 100%);
}

.hero .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
}

.hero .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-position: top center;
}

.hero .hasbg img {
  -o-object-position: top center;
  object-position: top center;
}

.hero canvas {
  -o-object-position: top center;
  object-position: top center;
  -webkit-transform: translate(-50%, -50%) scale(1) !important;
  -ms-transform: translate(-50%, -50%) scale(1) !important;
  transform: translate(-50%, -50%) scale(1) !important;
}

.hero .slide-wrapper {
  width: 100%;
  height: 100%;
  /* position: absolute; */
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
}

.hero .slide-wrapper .slick-list {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.hero .slide-wrapper .slick-track {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.box_02 {
  padding: 80px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box_02 .box_02_col {
  width: calc(100% / 2 - 1px);
}

.box_02 img {
  width: 300px;
  height: auto;
  display: block;
  margin: auto;
}

.box_02 p {
  text-align: left;
  display: block;
  /* padding: 20px 20px 0 20px; */
  font-size: 18px;
}

.head_text {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0 auto;
  top: 0;
}

.head_text_in {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  color: #fff;
}

.head_text_inner {
  /* max-width: 820px; */
  /* background-color: #fff; */
  /* padding: 45px 60px; */
}

.head_text_in h1 {
  text-shadow: rgb(0 0 0) 0 1px 3px;
  font-size: 50px;
  line-height: 1.4;
  font-weight: normal;
  margin: 0 0 8px 0;
}

.head_text_in p {
  text-shadow: rgb(0 0 0) 0 1px 3px;
  font-size: 18px;
}

@media (max-width: 750px) {
  .head_text {
    padding: 0 20px;
  }

  .head_text_in h1 {
    font-size: 30px;
  }

  .head_text_in p {
    font-size: 16px;
  }

  .hero {
    height: calc(100vh - 63px);
  }

  .hero canvas {
    display: none;
  }

  .hero .slide-wrapper {
    display: block;
  }

  .hero .slide-wrapper .slide-item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .hero .slide-wrapper .slide-item img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  .box_02 {
    padding: 40px 0 0 0;
  }

  .box_02 img {
    width: 65%;
  }

  .head_text_inner {
    /* padding: 40px 20px; */
  }
}

@media (max-width: 500px) {
  .hero {
    height: calc(100vh - 62px);
  }
}

.hero_text {
  font-size: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  color: #fff;
}

.hero_text svg {
  width: 6.8em;
}

@media (max-width: 1400px) {
  .hero_text {
    font-size: 13.8vw;
  }
}

@media (max-width: 1100px) {
  .hero_text {
    font-size: 13vw;
  }
}

/* index recommended pickups */
.recommended {
  margin: 80px 0 60px 0;
  overflow-x: hidden;
}

.recommended .title {
  font-size: 40px;
  font-family: 'IM Fell French Canon', serif;
  font-weight: 400;
  font-style: normal;
}

.recommended .title i {
  display: inline-block;
  margin-left: 0.5em;
}

.recommended .img {
  /* 280 * 400 */
  position: relative;
}

.recommended .img::after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 142.85%;
}

.recommended .img .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: 2;
}

.recommended .img .hasbg_hover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: 1;
}

@media (min-width: 1100px) {
  .recommended .has_hover .hasbg {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }

  .recommended .has_hover:hover .hasbg {
    opacity: 1;
  }

  .recommended .has_hover:hover .hasbg_hover {
    opacity: 1;
  }
}

.recommended .list {
  margin: 0 -20px;
  margin-top: 40px;
}

.recommended .col {
  margin: 0;
  position: relative;
  padding: 10px 20px;
}

.recommended .col a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: 5;
}

@media (min-width: 1100px) {
  .recommended .col a:hover~.has_hover .hasbg {
    opacity: 1;
  }

  .recommended .col a:hover~.has_hover .hasbg_hover {
    opacity: 1;
  }

  .recommended .col a:hover~.info .btn {
    text-decoration: underline;
  }
}

.recommended .info {
  margin-top: 1em;
}

.recommended .info .tl {
  font-family: 'IM Fell French Canon', serif;
  font-weight: 400;
  font-style: normal;
}

.recommended .price {
  font-size: 12px;
  font-family: 'Archivo Narrow', serif;
  font-weight: 400;
  font-style: normal;
}

.recommended .btn {
  text-transform: uppercase;
}

.recommended .btn iframe {
  height: 17px !important;
  margin-top: -4px;
}

.recommended .btn span {
  font-family: 'Marcellus', serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
}

.recommended .slick-arrow {
  position: absolute;
  top: -2.5em;
  width: 2em;
  height: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  border-radius: 100%;
  border: 1px solid #E5E6E6;
  font-size: 30px;
  background-color: transparent;
}

.recommended .slick-arrow svg {
  font-size: 0.5em;
}

.recommended .slick-prev {
  right: calc(2.5em + 20px);
}

.recommended .slick-next {
  right: 20px;
}

@media (max-width: 1300px) {
  .recommended {
    margin: 60px 0;
  }

  .recommended .title {
    font-size: 30px;
  }

  .recommended .list {
    margin-top: 30px;
  }
}

@media (max-width: 1100px) {
  .recommended .title {
    font-size: 28px;
  }

  .recommended .list {
    margin: 0 -10px;
    margin-top: 20px;
  }

  .recommended .col {
    margin: 0;
    padding: 10px 7px;
  }
}

@media (max-width: 750px) {
  .recommended .title {
    font-size: 25px;
  }

  .recommended {
    margin: 40px 0;
  }

}

@media (max-width: 600px) {
  .recommended .title {
    font-size: 22px;
  }

  .recommended .list {
    margin-top: 60px;
  }

  .recommended .slick-arrow {
    font-size: 20px;
    top: -2.3em;
  }
}

@media (max-width: 350px) {
  .recommended .title {
    font-size: 18px;
  }
}

/* new arrivals */
.new-arrivals {
  margin: 80px 0 100px 0;
  overflow-x: hidden;
}

.new-arrivals .box1 {
  width: 100%;
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.new-arrivals .box1 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.new-arrivals .box1 .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.new-arrivals .box1::after {
  width: 100%;
  display: block;
  padding-top: 50%;
}

.new-arrivals .box1 .tt {
  font-size: 50px;
  color: #fff;
  padding: 6em 20px;
  display: inline-block;
  -webkit-transform: translateX(90%);
  -ms-transform: translateX(90%);
  transform: translateX(90%);
}

.new-arrivals .box1 .tl {
  font-family: 'IM Fell French Canon', serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  line-height: 1;
}

.new-arrivals .box1 .btn {
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
  font-family: 'Marcellus', serif;
  font-weight: 600;
  font-style: normal;
}

.new-arrivals .box1 .btn span {
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding-bottom: 0.4em;
}

.new-arrivals .box1 a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: 10;
}

@media (min-width: 1100px) {
  .new-arrivals .box1 a:hover~.bg {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.new-arrivals .box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.new-arrivals .box2 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.new-arrivals .box2 .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.new-arrivals .box2 .col {
  width: 32%;
  position: relative;
  z-index: 3;
  margin-top: 25px;
  overflow: hidden;
  font-family: 'Archivo Narrow', serif;
  font-weight: 400;
  font-style: normal;
}

.new-arrivals .box2 .col::after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 61%;
}

.new-arrivals .box2 .col a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: 5;
}

@media (min-width: 1100px) {
  .new-arrivals .box2 .col a:hover~.bg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.new-arrivals .box2 .tl {
  white-space: nowrap;
  font-size: 24px;
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.new-arrivals .box2 .tl small {
  font-size: 12px;
  font-family: 'Marcellus', serif;
  font-weight: 600;
  font-style: normal;
}

@media (max-width: 1300px) {
  .new-arrivals {
    margin: 40px 0;
  }

  .new-arrivals .inner {
    padding: 0;
  }

  .new-arrivals .box1 .tt {
    padding: 23vw 20px;
    -webkit-transform: translateX(15vw);
    -ms-transform: translateX(15vw);
    transform: translateX(15vw);
  }
}

@media (max-width: 750px) {
  .new-arrivals .box1 .tt {
    font-size: 30px;
    -webkit-transform: translateX(12vw);
    -ms-transform: translateX(12vw);
    transform: translateX(12vw);
  }

  .new-arrivals .box2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .new-arrivals .box2 .col {
    margin-top: 20px;
    width: calc(50% - 10px);
  }

  .new-arrivals .box2 .other {
    width: 100%;
  }

  .new-arrivals .box2 .other::after {
    padding-top: 40%;
  }

  .new-arrivals .box2 .tl {
    font-size: 20px;
  }
}

@media (max-width: 500px) {
  .new-arrivals .box1 .tt {
    font-size: 20px;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }

  .new-arrivals .box1 .tl {
    line-height: 1.3;
  }

  .new-arrivals .box1 .btn {
    margin-top: 10px;
  }

  .new-arrivals .box1 .btn span {
    padding-bottom: 0;
  }

  .new-arrivals .box2 .col {
    margin-top: 6px;
    width: calc(50% - 3px);
  }

  .new-arrivals .box2 .other {
    width: 100%;
  }

  .new-arrivals .box2 .other::after {
    padding-top: 35%;
  }

  .new-arrivals .box2 .tl {
    font-size: 18px;
  }
}

/* index concept */
.concept {
  /* 650 * 860 */
  width: 100%;
  max-width: 100%;
  padding: 70px 0 70px 0;
  background-color: #f1f1f1;
  background-image: -o-linear-gradient(315deg, #fff 0%, #bed6d6 100%);
  background-image: linear-gradient(135deg, #fff 0%, #bed6d6 100%);
  position: relative;
  z-index: 2;
}

.concept .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
}

.concept .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.concept .animate_water2 {
  position: absolute;
  width: 45%;
  max-height: calc(100% - 142px);
  top: 70px;
  left: 20px;
  overflow: hidden;
}

.concept .animate_water2::after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 132.3%;
}

.concept .animate_water2 .hasbg {
  background-position: top center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.concept .animate_water2 .hasbg img {
  -o-object-position: top center;
  object-position: top center;
}

.concept .animate_water2 canvas {
  -o-object-position: top center;
  object-position: top center;
}

.concept .animate_water2:hover .hasbg {
  opacity: 1;
}

.concept .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.concept .concept-inner {
  width: 50%;
  text-align: center;
  padding-top: 10px;
}

.concept .tl_en {
  font-size: 12px;
  font-family: 'Marcellus', serif;
  font-weight: 600;
  font-style: normal;
}

.concept .tt_en {
  font-size: 28px;
  margin: 30px auto 50px;
  font-family: 'IM Fell French Canon', serif;
  font-weight: 400;
  font-style: normal;
}

.concept .tl_ja {
  font-size: 30px;
  width: 360px;
  text-align: left;
  margin: 0 auto;
}

.concept .content {
  text-align: left;
  width: 100%;
  max-width: 569px;
  margin: 30px auto;
  line-height: 2.5;
}

.concept .content .big {
  font-weight: 500;
  font-size: 16px;
  margin: 0.8em auto;
}

.concept .more {
  text-align: right;
  margin-top: 60px;
  font-family: 'Marcellus', serif;
  font-weight: 600;
  font-style: normal;
}

.concept .more a {
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.concept .more a::after {
  content: "";
  width: 95px;
  height: 1px;
  background-color: #000;
  margin-left: 6px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media (min-width: 1100px) {
  .concept .more a:hover::after {
    -webkit-transform: translate(5px);
    -ms-transform: translate(5px);
    transform: translate(5px);
  }
}

@media (max-width: 1300px) {
  .concept {
    padding: 40px 0 100px;
  }

  .concept .concept-inner {
    width: 50%;
    padding-top: 40px;
  }

  .concept .animate_water2 {
    max-height: calc(100% - 140px);
    top: 40px;
  }
}

@media (max-width: 1100px) {
  .concept .tt_en {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  .concept .concept-inner {
    padding-top: 0;
  }

  .concept .content {
    margin-top: 0;
  }
}

@media (max-width: 750px) {
  .concept {
    margin-top: calc(37vw + 60px);
    padding-top: 41vw;
    padding-bottom: 20px;
  }

  .concept .inner {
    display: block;
  }

  .concept .animate_water2 {
    top: 0;
    width: 84%;
    margin: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -47%);
    -ms-transform: translate(-50%, -47%);
    transform: translate(-50%, -47%);
  }

  .concept .animate_water2::after {
    padding-top: 95.5%;
  }

  .concept .concept-inner {
    width: 100%;
    max-width: 420px;
    margin: auto;
    padding-top: 10px;
  }

  .concept .tt_en {
    margin: 1em auto 1.7em;
  }

  .concept .tl_ja {
    font-size: 28px;
  }

  .concept .content {
    margin-top: 15px;
  }
}

@media (max-width: 500px) {
  .concept .tt_en {
    font-size: 16px;
  }

  .concept .tl_ja {
    font-size: 18px;
  }

  .concept .content {
    line-height: 2;
    margin: 20px auto;
    font-size: 12px;
  }

  .concept .content .big {
    font-size: 14px;
  }

  .concept .more {
    margin-top: 40px;
  }
}

/* index img group */
.index_imgGroup {
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 10;
}

.index_imgGroup .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: -4vw;
}

.index_imgGroup .col {
  position: relative;
  opacity: 0;
  -webkit-transition: .9s;
  -o-transition: .9s;
  transition: .9s;
  margin: 4vw 3vw;
}

.index_imgGroup .col .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media (min-width: 1100px) {
  .index_imgGroup .col .hasbg:hover {
    opacity: 1;
  }
}

.index_imgGroup .col .animate_water2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.index_imgGroup .col::after {
  content: "";
  width: 100%;
  display: block;
}

.index_imgGroup .col1 {
  width: 40vw;
  /* 918 * 1152 */
}

.index_imgGroup .col1::after {
  padding-top: 66.66%;
}

.index_imgGroup .col2 {
  width: 40vw;
  z-index: 2;
  /* 903 * 1140 */
}

.index_imgGroup .col2::after {
  padding-top: 66.66%;
}

.index_imgGroup .col3 {
  width: 40vw;
  /* 1194 * 1152 */
}

.index_imgGroup .col3::after {
  padding-top: 131.05%;
}

.index_imgGroup .col4 {
  width: 40vw;
  /* 908 * 1190 */
}

.index_imgGroup .col4::after {
  padding-top: 131.05%;
}

.index_imgGroup .col5 {
  width: 21.28vw;
  z-index: 2;
  -webkit-transform: translate(-17%, 10%);
  -ms-transform: translate(-17%, 10%);
  transform: translate(-17%, 10%);
  /* 894 * 1272 */
}

.index_imgGroup .col5::after {
  padding-top: 129.26%;
}

.index_imgGroup .col6 {
  width: 42.71vw;
  -webkit-transform: translateX(8%);
  -ms-transform: translateX(8%);
  transform: translateX(8%);
  /* 1160 * 1830 */
}

.index_imgGroup .col6::after {
  padding-top: 157.75%;
}

.index_imgGroup .col7 {
  width: 44.28vw;
  -webkit-transform: translate(-3%, 3%);
  -ms-transform: translate(-3%, 3%);
  transform: translate(-3%, 3%);
  /* 1240 * 782 */
}

.index_imgGroup .col7::after {
  padding-top: 63.06%;
}

.index_imgGroup .col1 {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.index_imgGroup .col2 {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.index_imgGroup .col3 {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.index_imgGroup .col4 {
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.index_imgGroup .col5 {
  -webkit-transition-delay: 2.4s;
  -o-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.index_imgGroup .col6 {
  -webkit-transition-delay: 3s;
  -o-transition-delay: 3s;
  transition-delay: 3s;
}

.index_imgGroup .col7 {
  -webkit-transition-delay: 3.6s;
  -o-transition-delay: 3.6s;
  transition-delay: 3.6s;
}

.index_imgGroup.normalanimate .col {
  opacity: 1;
}

/* index news */
.news {
  margin: 100px auto;
}

.news .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news .title {
  white-space: nowrap;
  margin-right: 20px;
}

.news .title .tt {
  font-size: 24px;
  font-family: 'Archivo Narrow', serif;
  font-weight: 400;
  font-style: normal;
}

.news .title .btn {
  font-size: 12px;
  margin-top: 1em;
  font-family: 'Marcellus', serif;
  font-weight: 600;
  font-style: normal;
}

.news .title .btn a {
  border-bottom: 1px solid #333333;
  text-decoration: none;
}

.news .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -30px;
}

.news .col {
  width: calc(50% - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 30px;
  margin-left: 60px;
  position: relative;
}

.news .col a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: 3;
}

@media (min-width: 1100px) {
  .news .col a:hover~.picture .hasbg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .news .col a:hover~.text .excerpt {
    text-decoration: underline;
  }
}

.news .col .text .tl {
  font-weight: 500;
}

.news .picture {
  position: relative;
  width: 129px;
  min-width: 129px;
  margin-right: 25px;
  border: 1px solid #E6E6E6;
  overflow: hidden;
}

.news .picture::after {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
}

.news .picture .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.news .excerpt {
  font-size: 12px;
  margin-top: 1em;
}

@media (max-width: 1300px) {
  .news {
    margin: 60px auto;
  }

  .news .col {
    width: calc(50% - 30px);
    margin-left: 30px;
  }
}

@media (max-width: 1100px) {
  .news {
    position: relative;
    padding-bottom: 50px;
  }

  .news .inner {
    display: block;
  }

  .news .title {
    margin-right: 0;
  }

  .news .title .btn {
    position: absolute;
    bottom: 0;
    right: 20px;
  }

  .news .list {
    margin-left: -30px;
    margin-top: 0;
  }

  .news .col .text .tl {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }

  .news .excerpt {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}

@media (max-width: 900px) {
  .news .picture {
    width: 100px;
    min-width: 100px;
    margin-right: 20px;
  }
}

@media (max-width: 750px) {
  .news .title .tt {
    font-size: 22px;
  }

  .news .list {
    display: block;
    margin-left: 0;
  }

  .news .col {
    width: 100%;
    margin-left: 0;
  }

  .news .excerpt {
    -webkit-line-clamp: 3;
  }
}

@media (max-width: 450px) {
  .news .picture {
    width: 70px;
    min-width: 70px;
    margin-right: 15px;
  }

  .news .excerpt {
    -webkit-line-clamp: 2;
  }
}

/* index instagram */
.instagram {
  margin: 100px auto;
}

.instagram .title {
  font-family: 'Archivo Narrow', serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 22px;
}

.instagram .ins_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

.instagram .col {
  width: calc(100% / 6 - 20px);
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 20px;
}

.instagram .col::after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 100%;
}

.instagram .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.instagram #sb_instagram {
  margin-top: 15px;
}

.instagram #sb_instagram .sbi_photo_wrap {
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 1300px) {
  .instagram {
    margin: 60px auto;
  }
}

@media (max-width: 1100px) {
  .instagram .col {
    width: calc(100% / 6 - 10px);
    margin-top: 10px;
  }
}

@media (max-width: 750px) {
  .instagram .ins_group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
  }

  .instagram .col {
    width: calc(100% / 3 - 5px);
  }
}

/* index contact */
.contact {
  padding: 100px 0 162px;
  background-color: #f1f1f1;
  background-image: -o-linear-gradient(315deg, #fff 0%, #bed6d6 100%);
  background-image: linear-gradient(135deg, #fff 0%, #bed6d6 100%);
  position: relative;
  z-index: 2;
}

.contact .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
}

.contact .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.contact .title {
  text-align: center;
  margin-bottom: 60px;
}

.contact .need {
  font-size: 12px;
  font-family: 'Marcellus', serif;
  font-weight: 600;
  font-style: normal;
}

.contact .tl {
  font-size: 29px;
  margin-top: 0.5em;
  font-family: 'IM Fell French Canon', serif;
  font-weight: 400;
  font-style: normal;
}

.contact .form_list {
  width: 100%;
  max-width: 555px;
  margin: auto;
}

.contact dl {
  margin-top: 30px;
}

.contact dt {
  font-size: 12px;
  margin-bottom: 10px;
  font-family: 'Marcellus', serif;
  font-weight: 600;
  font-style: normal;
}

.contact dt .must {
  color: #D53131;
  display: inline-block;
  margin-left: 5px;
  font-size: 15px;
}

.contact dd input[type=text],
.contact dd input[type=email],
.contact dd input[type=tel] {
  width: 100%;
  height: 40px;
  background-color: #fff;
  border: 1px solid #000;
  padding: 2px 5px;
}

.contact dd textarea {
  width: 100%;
  resize: none;
  height: 180px;
  background-color: #fff;
  border: 1px solid #000;
  padding: 5px;
}

.contact .submit {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact .submit .btn {
  position: relative;
}

.contact .submit .btn input {
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  padding: 18px;
  width: 310px;
  max-width: 100%;
  text-align: center;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-weight: 500;
  cursor: pointer;
  display: block;
  border-radius: 0;
  font-family: 'Marcellus', serif;
  font-weight: 600;
  font-style: normal;
}

.contact .submit .btn .ajax-loader {
  position: absolute;
}

.contact .submit .btn br {
  display: none;
}

@media (min-width: 1100px) {
  .contact .submit .btn:hover input {
    background-color: transparent;
    color: #000;
  }
}

@media (max-width: 1300px) {
  .contact {
    padding: 60px 0 120px;
  }

  .contact .title {
    margin-bottom: 40px;
  }

  .contact dl {
    margin-top: 20px;
  }

  .contact dt {
    margin-bottom: 5px;
  }

  .contact .submit {
    margin-top: 30px;
  }
}

@media (max-width: 750px) {
  .contact .title {
    margin-bottom: 30px;
  }

  .contact .tl {
    font-size: 22px;
    margin-top: 0.3em;
  }
}

/* ------------------------------------------------------- */
/* animate style start */
/* normalmove */
.normalmove {
  -webkit-transition-duration: 0.9s;
  -o-transition-duration: 0.9s;
  transition-duration: 0.9s;
  opacity: 0;
}

.normalmove.normalanimate {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

/* ------------------------------------------------------- */
/* page style */
/* page about */
.page_about-wrapper .section1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Yu Mincho", Georgia, "游明朝", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
}

.page_about-wrapper .section1 .animate_water2 {
  width: 50%;
  min-width: 50%;
  overflow: hidden;
}

.page_about-wrapper .section1 .animate_water2:after {
  content: "";
  width: 100%;
  padding-top: 125%;
  display: block;
}

.page_about-wrapper .section1 .animate_water2 canvas {
  -webkit-transform: translate(-50%, -50%) scale(1.03) !important;
  -ms-transform: translate(-50%, -50%) scale(1.03) !important;
  transform: translate(-50%, -50%) scale(1.03) !important;
}

.page_about-wrapper .section1 .animate_water2 .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.page_about-wrapper .section1 .animate_water2:hover .hasbg {
  opacity: 1;
}

.page_about-wrapper .section1 .text {
  width: 100%;
  max-width: 550px;
  margin: auto;
  padding: 0 20px;
}

.page_about-wrapper .section1 .title {
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 8px;
  line-height: 1.8;
}

.page_about-wrapper .section1 .content {
  font-weight: 700;
  line-height: 2.2;
  margin-top: 40px;
}

.page_about-wrapper .section2 {
  margin: 100px auto 200px;
}

.page_about-wrapper .section2 .inner {
  max-width: 1100px;
}

.page_about-wrapper .section2 .title .en {
  font-size: 12px;
  font-family: 'Marcellus', serif;
  font-weight: 600;
  font-style: normal;
}

.page_about-wrapper .section2 .title .ja {
  font-size: 35px;
  letter-spacing: 10px;
}

.page_about-wrapper .section2 .info {
  margin-top: 55px;
}

.page_about-wrapper .section2 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed #D3DBDD;
  padding: 25px 0;
}

.page_about-wrapper .section2 dl:first-child {
  border-top: 1px dashed #D3DBDD;
}

.page_about-wrapper .section2 dt {
  min-width: 50px;
  margin-right: 100px;
}

.page_about-wrapper .section3 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page_about-wrapper .section3 .left {
  width: 35%;
  min-width: 35%;
}

.page_about-wrapper .section3 .title {
  white-space: nowrap;
  position: relative;
  z-index: 5;
}

.page_about-wrapper .section3 .title .en {
  font-size: 12px;
  font-family: 'Marcellus', serif;
  font-weight: 600;
  font-style: normal;
}

.page_about-wrapper .section3 .title .about {
  font-family: 'IM Fell French Canon', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  font-weight: 700;
  margin-top: 0.8em;
}

.page_about-wrapper .section3 .animate_water2 {
  margin-top: 15px;
  -webkit-transform: translate(70%, 0px);
  -ms-transform: translate(70%, 0px);
  transform: translate(70%, 0px);
  overflow: hidden;
}

.page_about-wrapper .section3 .animate_water2 .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.page_about-wrapper .section3 .animate_water2::after {
  /* 791,817 */
  content: "";
  width: 100%;
  display: block;
  padding-top: 103.28%;
}

.page_about-wrapper .section3 .animate_water2 .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.page_about-wrapper .section3 .animate_water2:hover .hasbg {
  opacity: 1;
}

.page_about-wrapper .section3 .designer_info {
  background-color: #f1f1f1;
  background-image: -o-linear-gradient(315deg, #fff 0%, #bed6d6 100%);
  background-image: linear-gradient(135deg, #fff 0%, #bed6d6 100%);
  position: relative;
  z-index: 2;
  padding: 155px 20px 80px;
  width: 100%;
}

.page_about-wrapper .section3 .designer_info .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
}

.page_about-wrapper .section3 .designer_info .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.page_about-wrapper .section3 .content {
  width: 100%;
  max-width: 560px;
  margin: auto;
  margin-top: 20%;
}

.page_about-wrapper .section3 .content .text {
  line-height: 2;
}

.page_about-wrapper .section3 .designer {
  text-align: right;
  margin: 30px 0 10px;
  font-family: 'Archivo Narrow', serif;
  font-weight: 400;
  font-style: normal;
}

.page_about-wrapper .section3 .name {
  text-align: right;
}

.page_about-wrapper .section3 .name svg {
  font-size: 89px;
  width: 2.1em;
}

.page_about-wrapper .section4 {
  margin: 100px auto;
}

.page_about-wrapper .section4 .img_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* 1274 */
}

.page_about-wrapper .section4 .img_group img {
  max-width: 100%;
}

.page_about-wrapper .section4 .img_group .left {
  /* 302 */
  width: 23.7%;
}

.page_about-wrapper .section4 .img_group .right {
  /* 268 */
  width: 21%;
}

.page_about-wrapper .section4 .img_group .center {
  /* 566 */
  width: 44.42%;
}

.page_about-wrapper .section4 .img_group .img2 {
  width: 71%;
  margin: auto;
  margin-right: 0;
  margin-top: 45px;
}

.page_about-wrapper .section4 .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
  font-family: 'Marcellus', serif;
  font-weight: 600;
  font-style: normal;
}

.page_about-wrapper .section4 .more .btn {
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  padding: 30px 20px;
  width: 360px;
  max-width: 100%;
  text-align: center;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-weight: 500;
}

.page_about-wrapper .section4 .more .btn a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (min-width: 1100px) {
  .page_about-wrapper .section4 .more .btn:hover {
    background-color: transparent;
    color: #000;
  }
}

@media (max-width: 1300px) {
  .page_about-wrapper .section3 .content {
    margin-top: 8vw;
  }
}

@media (max-width: 1100px) {
  .page_about-wrapper .section1 .title {
    font-size: 1.5em;
  }

  .page_about-wrapper .section2 {
    margin: 60px auto 120px;
  }

  .page_about-wrapper .section2 .title .ja {
    font-size: 28px;
  }

  .page_about-wrapper .section2 .info {
    margin-top: 20px;
  }

  .page_about-wrapper .section2 dl {
    padding: 15px 0;
  }

  .page_about-wrapper .section4 {
    margin: 60px auto;
  }
}

@media (max-width: 850px) {
  .page_about-wrapper .section1 .title {
    letter-spacing: 5px;
  }
}

@media (max-width: 750px) {
  .page_about-wrapper .section1 {
    display: block;
    margin-top: 30px;
  }

  .page_about-wrapper .section1 .animate_water2 {
    width: 84%;
    margin: auto;
  }

  .page_about-wrapper .section1 .text {
    margin-top: 40px;
  }

  .page_about-wrapper .section1 .content {
    margin-top: 30px;
  }

  .page_about-wrapper .section2 .title .ja {
    font-size: 25px;
  }

  .page_about-wrapper .section2 dt {
    margin-right: 50px;
  }

  .page_about-wrapper .section3 {
    padding-bottom: 0;
  }

  .page_about-wrapper .section3 .inner {
    display: block;
    padding: 0;
  }

  .page_about-wrapper .section3 .left {
    width: 100%;
    padding: 0 20px;
  }

  .page_about-wrapper .section3 .title .about {
    font-size: 20px;
    margin-top: 20px;
  }

  .page_about-wrapper .section3 .animate_water2 {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    width: 44.26vw;
    min-width: 166px;
    margin-top: 35px;
  }

  .page_about-wrapper .section3 .designer_info {
    padding: 193px 20px 50px;
    margin-top: -155px;
  }

  .page_about-wrapper .section4 .inner {
    padding: 0;
  }

  .page_about-wrapper .section4 .more {
    padding: 0 20px;
    margin-top: 40px;
  }

  .page_about-wrapper .section4 .more .btn {
    padding: 20px;
  }
}

@media (max-width: 500px) {
  .page_about-wrapper .section1 .content {
    margin-top: 20px;
  }

  .page_about-wrapper .section2 dt {
    margin-right: 35px;
  }

  .page_about-wrapper .section3 .animate_water2 {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .page_about-wrapper .section1 .title {
    font-size: 1.3em;
  }

  .page_about-wrapper .section2 .title .ja {
    font-size: 22px;
  }
}

@media (max-width: 360px) {
  .page_about-wrapper .section1 .title {
    font-size: 1.1em;
  }
}

/* category style */
.main-category {
  margin: 100px auto;
}

.main-category .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 70px;
  font-family: 'Marcellus', serif;
  font-weight: 600;
  font-style: normal;
}

.main-category .more .btn {
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  padding: 30px 20px;
  width: 360px;
  text-align: center;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-weight: 500;
}

.main-category .more .btn a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (min-width: 1100px) {
  .main-category .more .btn:hover {
    background-color: transparent;
    color: #000;
  }
}

@media (max-width: 750px) {
  .main-category .more .btn {
    padding: 20px;
  }
}

@media (max-width: 1300px) {
  .main-category {
    margin: 60px auto;
  }
}

@media (max-width: 750px) {
  .main-category .more {
    margin-top: 40px;
  }
}

.category-title {
  font-size: 40px;
  text-align: center;
  font-family: 'Archivo Narrow', serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 1300px) {
  .category-title {
    font-size: 35px;
  }
}

@media (max-width: 1100px) {
  .category-title {
    font-size: 28px;
  }
}

@media (max-width: 750px) {
  .category-title {
    font-size: 22px;
  }
}

.category_list .list {
  margin-top: 60px;
}

.category_list .col {
  padding: 40px 0;
  border-bottom: 1px solid #D3DBDD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.category_list .col .news_href {
  position: absolute;
  top: -83px;
}

@media (max-width: 1300px) {
  .category_list .col .news_href {
    top: -63px;
  }
}

@media (max-width: 500px) {
  .category_list .col .news_href {
    top: -62px;
  }
}

.category_list .figure {
  width: 175px;
  min-width: 175px;
  margin-right: 90px;
  position: relative;
  border: 1px solid #E6E6E6;
}

.category_list .figure::after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 100%;
}

.category_list .figure .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.category_list .article .time {
  font-family: 'Archivo Narrow', serif;
  font-weight: 400;
  font-style: normal;
}

.category_list .article .title {
  font-size: 20px;
  font-weight: 700;
  font-family: "Yu Mincho", Georgia, "游明朝", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
}

.category_list .article .content div {
  margin-top: 30px;
}

.category_list .article .content .ja {
  font-weight: 700;
}

.category_list .article .content .en {
  font-family: 'Marcellus', serif;
  font-weight: 600;
  font-style: normal;
}

.category_list .pagination {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 45px;
  font-family: 'Archivo Narrow', serif;
  font-weight: 400;
  font-style: normal;
}

.category_list .pagination .page-numbers {
  width: 2em;
  min-width: 2em;
  height: 2em;
  border: 1px solid #000;
  display: inline-block;
  text-align: center;
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.category_list .pagination .page-numbers.next, .category_list .pagination .page-numbers.prev {
  width: auto;
  white-space: nowrap;
  padding: 0 1em;
}

.category_list .pagination .page-numbers:hover {
  color: #fff;
  background-color: #000;
}

.category_list .pagination .page-numbers:hover.current {
  color: #000;
  background-color: transparent;
}

.category_list .pagination .extend {
  width: 2em;
  min-width: 2em;
  height: 2em;
  border: 1px solid #000;
  display: inline-block;
  text-align: center;
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  font-size: 13px;
  width: auto;
  white-space: nowrap;
  padding: 0 1em;
}

.category_list .pagination a.extend:hover {
  color: #fff;
  background-color: #000;
}

.category_list .pagination .next a, .category_list .pagination .next span,
.category_list .pagination .prev a,
.category_list .pagination .prev span {
  width: 2em;
  min-width: 2em;
  height: 2em;
  border: 1px solid #000;
  display: inline-block;
  text-align: center;
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  font-size: 13px;
  width: auto;
  white-space: nowrap;
  padding: 0 1em;
}

.category_list .pagination .next a:hover,
.category_list .pagination .prev a:hover {
  color: #fff;
  background-color: #000;
}

@media (max-width: 360px) {
  .category_list .pagination .page-numbers {
    margin: 3px;
  }

  .category_list .pagination .extend {
    margin: 3px;
  }

  .category_list .pagination .next a, .category_list .pagination .next span,
  .category_list .pagination .prev a,
  .category_list .pagination .prev span {
    margin: 3px;
  }
}

@media (max-width: 1300px) {
  .category_list .list {
    margin-top: 40px;
  }

  .category_list .figure {
    margin-right: 40px;
  }

  .category_list .article .content div {
    margin-top: 20px;
  }
}

@media (max-width: 1100px) {
  .category_list .col {
    padding: 30px 0;
  }

  .category_list .figure {
    width: 150px;
    min-width: 150px;
  }
}

@media (max-width: 750px) {
  .category_list .list {
    margin-top: 30px;
  }

  .category_list .col {
    padding: 20px 0;
  }

  .category_list .figure {
    width: 130px;
    min-width: 130px;
    margin-right: 20px;
  }

  .category_list .article .title {
    font-size: 16px;
  }

  .category_list .pagination {
    margin-top: 25px;
  }

  .instagram {
    margin: 40px auto;
  }

  .news {
    margin: 40px auto;
  }
}

@media (max-width: 500px) {
  .category_list .col {
    display: block;
  }

  .category_list .figure {
    width: 100px;
    min-width: 100px;
    margin-bottom: 20px;
  }
}


.activity .title {
  font-family: 'Archivo Narrow', serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 22px;
  margin: 0 0 35px 0;
}

.activity_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 85px;
  grid-row-gap: 85px;
}

.activity_box .activity_col {
  width: 100%;
}
.activity_col a:hover{
  opacity: 0.7;
  text-decoration: none;
}
.activity_box .activity_col img {
  width: 100%;
  height: auto;
  padding: 5px 50px;
  border: 1px solid #EAEAEA;
}

.activity_box .activity_col h3 {
  font-size: 18px;
  text-align: center;
  display: block;
  padding: 15px 0 10px 0;
}

.box_send_1 {
  margin: 80px auto 80px;

}

.box_send_3 {
  margin: 30px auto 60px;
}

.box_send_1 p {
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 32px;
}

.box_send_3 p {
  text-align: center;
  margin-bottom: 20px;
}

.in_ner {
  max-width: 480px;
  margin: 0 auto;
}

ul.send_list {
  list-style: disc;
  padding: 0 0 0 17px;
}

.send_list li {
  padding-bottom: 5px;
}

.box_send_2 .txt {
  text-align: center;
  margin-bottom: 60px;
}

.txt1 {
  margin-bottom: 20px;
}

.policy {
  border: 1px solid #BEBEBE;
  padding: 30px 50px;
}

.submit .btn_ship input {
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  padding: 12px 18px;
  width: 478px;
  max-width: 100%;
  text-align: center;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-weight: 500;
  cursor: pointer;
  display: block;
  border-radius: 0;
  font-family: 'Marcellus', serif;
  font-weight: normal;
  font-style: normal;
  margin: 0 auto;
}

.submit .btn_ship input:hover {
  background-color: #fff;
  color: #000;
}

.agree-wrap {
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  color: #000000;
  background-color: #EBEBEB;
  padding: 12px 18px;
  width: 478px;
  max-width: 100%;
  text-align: center;
  position: relative;
  display: block;
  border-radius: 0;
  font-family: 'Marcellus', serif;
  font-weight: normal;
  font-style: normal;
  margin: 25px auto 20px;
}

.form_input {
  /* width: 478px; */
  max-width: 100%;
  margin: 0 auto;
  padding-left: 392px;
}

.form_check dl,
.form_input dl {
  display: flex;
  align-items: self-start;
  justify-content: flex-start;
}

.form_check {
  padding-left: 392px;
  margin: 0 0 50px 0;
}

.form_check dl .wpcf7-list-item {
  display: inline-block;
  margin: 0 1em 0 .5em;
}

.form_check dl dt {
  width: 88px;
}
.form_check dl span{
  width: 85%;
}
.form_check dl input[type="checkbox"] {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.form_input dl dt {
  padding-right: 0px;
  width: 78px;
}

.form_input dl dd {
  margin-bottom: 20px;
  width: 400px;
}

.form_input dl dd input {
  width: 100%;
  height: 25px;
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #BEBEBE;
  padding: 2px 5px;
}

.privacy_tit {
  text-decoration: underline;
  margin: 0 0 16px 0;
}

.form_check dd .wpcf7-list-item-label {
  display: none;
}
.site_header .logo svg path{
  transform: translateX(-65px);
}
.btn_send{
  margin: 20px auto 0;
}
.btn_send a{
  text-decoration: underline;
}
.btn_send a:hover{
  text-decoration: none;
}
.activity {
    padding: 60px 0 0 0;
}
@media (max-width: 1024px) {
  .activity_box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .form_check,
  .form_input {
    padding-left: 14.7vw;
  }
}

@media (max-width: 767px) {
  .activity_box {
    display: block;
  }

  .activity_box .activity_col img {
    width: 320px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 5px 20px;
  }

  .activity .title {
    margin: 0 0 20px 0;
  }

  .activity_box .activity_col {
    margin: 0 auto 30px;
  }

  .activity_box .activity_col h3 {
    padding: 10px 0 10px 0;
  }

  .box_02 {
    display: block;
  }

  .box_02 .box_02_col {
    width: 100%;
    margin: 0 auto 15px;
  }

  .box_send_1 {
    margin: 40px auto 40px;
  }

  .box_send_2 .txt {
    margin-bottom: 30px;
  }

  .policy {
    padding: 20px;
  }

  .form_check, .form_input {
    padding-left: 0;
  }
  .form_check dl dt {
    width: 88px;
}
.box_send_1 p {
    font-size: 14px;
}
.box_send_3 {
    margin: 10px auto 30px;
}
.activity {
    padding: 40px 0 0 0;
}
.box_02 p {
    font-size: 16px;
}
.form_check dl span {
    width: 68%;
}
}

.allcompanies .inner {
    max-width: 1100px;
}
.allcompanies {
    margin: 80px auto 0;
}
.allcompanies img{
    display: block;
    text-align: center;
    margin: 0 auto 15px;
}
.allcompanies h3{
    font-size: 35px;
    letter-spacing: 10px;
	font-weight: normal;
    margin: 0 0 7px 0;
}
@media (max-width: 767px) {
  .allcompanies h3{
    font-size: 22px;
  }
}
/* --------------------------- */
[data-browser-type="ie"] .animate_water canvas {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}