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

body {
  line-height: 1;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #111ccc;
  margin: 1em 0;
  padding: 0;
}

input, select, textarea, option {
  vertical-align: middle;
  -webkit-appearance: none;
}

img, svg {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}

input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
}

/*
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}*/
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

button, input[type="button"], input[type="submit"] {
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: none;
  background: none;
}

textarea {
  resize: none;
}

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

header,
footer,
main,
nav,
div,
section,
article,
aside,
input,
submit,
button,
option,
select,
h1,
h2,
h3,
h4,
h5,
ul,
ol,
li,
p,
a,
span,
time,
table,
tr,
th,
td,
dl,
dt,
dd,
i,
figure,
small,
:after,
:before {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

header,
footer,
main,
nav,
div,
section,
article,
aside,
input,
submit,
button,
option,
select,
h1,
h2,
h3,
h4,
h5,
ul,
ol,
li,
p,
a,
span,
time,
img,
table,
tr,
th,
td,
dl,
dt,
dd,
i,
figure,
small,
:after,
:before,
svg {
  position: relative;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
  color: #aaa;
}

a:hover {
  outline: none;
}

* {
  outline: none !important;
}

/* :a
---------------------------------------------------- */
a {
  color: #010101;
  text-decoration: none;
  outline: none;
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}

.pc ::-moz-selection {
  background: #EACE4E;
  color: #fff;
}

.pc ::selection, .pc ::-moz-selection {
  background: #EACE4E;
  color: #fff;
}

.loading-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  z-index: 9900;
}

.loader {
  width: 220px;
  height: 220px;
}

.overlay-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EACE4E;
  z-index: 8991;
}

/* :base
---------------------------------------------------- */
body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "vdl-v7mincho";
  text-align: center;
  font-size: 0.95238vw;
  font-weight: 500;
  color: #010101;
  letter-spacing: 0.1em;
  background: #fff;
}

body.no-scroll {
  overflow: hidden;
}

#container {
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-x: hidden;
}

#drawer-menu-btn {
  position: fixed;
  right: 2.38095vw;
  top: 50%;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 9010;
  transition: box-shadow 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  mix-blend-mode: exclusion;
}

#drawer-menu-btn .line {
  position: absolute;
  width: 30px;
  height: 2px;
  left: 25px;
  background: #fff;
  transition: all .3s;
  z-index: 9002;
}

#drawer-menu-btn .line:nth-child(1) {
  top: 30px;
}

#drawer-menu-btn .line:nth-child(2), #drawer-menu-btn .line:nth-child(3) {
  top: 39px;
}

#drawer-menu-btn .line:nth-child(4) {
  top: 48px;
}

#drawer-menu-btn.open .line:nth-child(1) {
  opacity: 0;
}

#drawer-menu-btn.open .line:nth-child(2) {
  transform: rotate(-45deg);
}

#drawer-menu-btn.open .line:nth-child(3) {
  transform: rotate(45deg);
}

#drawer-menu-btn.open .line:nth-child(4) {
  opacity: 0;
}

.pc #drawer-menu-btn.open:hover .line:nth-child(1) {
  opacity: 0;
}

.pc #drawer-menu-btn.open:hover .line:nth-child(4) {
  opacity: 0;
}

#drawer-menu-block {
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  display: none;
  z-index: 9000;
  transition: all 0.3s ease-in-out 0s;
}

#drawer-menu-block > .row {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}

.drawer-menu-inner-block {
  padding: 80px;
  width: 100%;
}

.drawer-menu-inner-block > .row {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.drawer-contact-block {
  width: 100%;
  margin-top: 40px;
}

.drawer-call-block {
  width: 33.33333%;
  text-align: left;
}

.drawer-call-block .heading {
  line-height: 1.8;
  font-size: 14px;
}

.drawer-call-block a {
  font-size: 36px;
  font-family: "p22-mackinac-pro";
  color: #EACE4E;
}

#g-nav {
  width: 100%;
  z-index: 2;
}

#g-nav ul {
  display: flex;
  flex-wrap: wrap;
}

#g-nav li {
  width: 33.33333%;
}

#g-nav li a,
#g-nav li .no-link {
  display: flex;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  width: 100%;
  height: 40px;
}

#g-nav li a.uc,
#g-nav li .no-link.uc {
  opacity: 0.3;
  cursor: default;
}

#g-nav li a .text,
#g-nav li .no-link .text {
  color: #010101;
  text-align: right;
  z-index: 2;
  transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}

#g-nav li a .text:after,
#g-nav li .no-link .text:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #010101;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}

.pc #g-nav li a:hover .text:after {
  transform: scaleX(1);
}

.drawer-contact-btn {
  position: absolute;
  bottom: -30px;
  right: -30px;
  z-index: 10;
}

.drawer-contact-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  padding: 20px;
  background: #EACE4E;
}

.drawer-contact-btn a img {
  width: 30px;
}

.fixed-online-shop-btn {
  position: fixed;
  right: 0;
  bottom: 0;
  width: calc(80px + 4.7619vw);
  height: calc(80px + 4.7619vw);
  z-index: 1020;
}

.fixed-online-shop-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #53B22C;
  color: #fff;
  font-family: "p22-mackinac-pro";
  font-size: 1.19048vw;
}

.fixed-online-shop-btn a .icon {
  display: block;
  margin-bottom: 0.59524vw;
}

.fixed-online-shop-btn a .text {
  line-height: 1.5;
}

#site-header {
  position: fixed;
  top: 40px;
  right: 2.38095vw;
  width: 80px;
  height: 102px;
  z-index: 1010;
  mix-blend-mode: exclusion;
}

#content {
  margin-top: 100vh;
  text-align: left;
  z-index: 1000;
}

#site-footer {
  padding: 7.14286vw 16.66667vw 2.38095vw 9.52381vw;
  text-align: left;
  color: #fff;
  z-index: 20;
}

#site-footer:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #010101;
  opacity: 0.75;
}

#site-footer .copyright {
  display: block;
  font-size: 0.83333vw;
  font-family: "p22-mackinac-pro";
}

.footer-logo {
  margin-bottom: 4.7619vw;
}

.footer-info-block {
  margin-bottom: 7.14286vw;
}

.footer-info-block dl.row {
  width: 100%;
  line-height: 1.6;
  font-size: 0.83333vw;
  margin: -0.59524vw 0;
}

.footer-info-block dt {
  font-family: "p22-mackinac-pro";
  width: 7.14286vw;
  padding: 0.59524vw 0;
}

.footer-info-block dd {
  width: calc(100% - 7.14286vw);
  padding: 0.59524vw 0;
}

.footer-info-block dd a {
  color: #fff;
}

.footer-info-block dd.footer-tel a {
  position: absolute;
  left: 0;
  top: 0.2381vw;
  font-size: 1.42857vw;
}

.footer-sns-btn-block ul.row {
  align-items: center;
  margin: 0 -0.71429vw 0;
  line-height: 0;
}

.footer-sns-btn-block li {
  padding: 0 0.71429vw;
  margin: 0;
  line-height: 0;
}

.footer-sns-btn-block li img {
  height: 1.42857vw;
  width: auto;
}

.modal-block {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  visibility: hidden;
  padding: 80px;
  z-index: 9100;
}

.modal-inner-block {
  max-width: 1120px;
  width: 100%;
  margin: auto;
  opacity: 0;
  visibility: hidden;
}

.modal-close-btn {
  position: fixed;
  right: 40px;
  top: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  z-index: 9101;
}

.modal-close-btn .line {
  position: absolute;
  width: 30px;
  height: 4px;
  left: 25px;
  background: #EACE4E;
  border-radius: 2px;
  transition: all .3s;
  z-index: 9102;
}

.modal-close-btn .line:nth-child(1) {
  top: 38px;
  transform: rotate(-45deg);
}

.modal-close-btn .line:nth-child(2) {
  top: 38px;
  transform: rotate(45deg);
}

.modal-item {
  display: none;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  /* :base
---------------------------------------------------- */
  body {
    font-size: 1.5625vw;
  }
  #drawer-menu-btn {
    right: 1.95313vw;
    margin-top: -30px;
    width: 60px;
    height: 60px;
  }
  #drawer-menu-btn .line {
    width: 24px;
    left: 18px;
  }
  #drawer-menu-btn .line:nth-child(1) {
    top: 22px;
  }
  #drawer-menu-btn .line:nth-child(2), #drawer-menu-btn .line:nth-child(3) {
    top: 29px;
  }
  #drawer-menu-btn .line:nth-child(4) {
    top: 36px;
  }
  .drawer-menu-inner-block {
    padding: 80px;
  }
  .drawer-contact-block {
    width: 100%;
    margin-top: 40px;
  }
  .fixed-online-shop-btn {
    width: calc(60px + 3.90625vw);
    height: calc(60px + 3.90625vw);
  }
  .fixed-online-shop-btn a {
    font-size: 1.36719vw;
  }
  .fixed-online-shop-btn a .icon {
    margin-bottom: 0.97656vw;
  }
  .fixed-online-shop-btn a .icon img {
    width: 2.73438vw;
  }
  #site-header {
    top: 40px;
    right: 1.95313vw;
    width: 60px;
    height: 102px;
  }
  #site-footer {
    padding: 7.8125vw 19.53125vw 2.92969vw 7.8125vw;
  }
  #site-footer .copyright {
    font-size: 1.36719vw;
  }
  .footer-logo {
    margin-bottom: 5.85938vw;
  }
  .footer-info-block {
    margin-bottom: 7.8125vw;
  }
  .footer-info-block dl.row {
    font-size: 1.36719vw;
    margin: -0.97656vw 0;
  }
  .footer-info-block dt {
    width: 11.71875vw;
    padding: 0.97656vw 0;
  }
  .footer-info-block dd {
    width: calc(100% - 11.71875vw);
    padding: 0.97656vw 0;
  }
  .footer-info-block dd.footer-tel a {
    top: 0.39063vw;
    font-size: 2.34375vw;
  }
  .footer-sns-btn-block ul.row {
    margin: 0 -1.17188vw 0;
  }
  .footer-sns-btn-block li {
    padding: 0 1.17188vw;
  }
  .footer-sns-btn-block li img {
    height: 2.34375vw;
  }
  .modal-block {
    padding: 80px;
    z-index: 9100;
  }
  .modal-inner-block {
    max-width: 1120px;
    width: 100%;
    margin: auto;
    opacity: 0;
    visibility: hidden;
  }
  .modal-close-btn {
    position: fixed;
    right: 40px;
    top: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    background: #fff;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    z-index: 9101;
  }
  .modal-close-btn .line {
    position: absolute;
    width: 30px;
    height: 4px;
    left: 25px;
    background: #EACE4E;
    border-radius: 2px;
    transition: all .3s;
    z-index: 9102;
  }
  .modal-close-btn .line:nth-child(1) {
    top: 38px;
    transform: rotate(-45deg);
  }
  .modal-close-btn .line:nth-child(2) {
    top: 38px;
    transform: rotate(45deg);
  }
}

@media screen and (max-width: 767px) {
  /* :base
---------------------------------------------------- */
  body {
    font-size: 3.12907vw;
  }
  #drawer-menu-btn {
    right: 2.60756vw;
    margin-top: -30px;
    width: 60px;
    height: 60px;
  }
  #drawer-menu-btn .line {
    width: 24px;
    left: 18px;
  }
  #drawer-menu-btn .line:nth-child(1) {
    top: 22px;
  }
  #drawer-menu-btn .line:nth-child(2), #drawer-menu-btn .line:nth-child(3) {
    top: 29px;
  }
  #drawer-menu-btn .line:nth-child(4) {
    top: 36px;
  }
  .drawer-menu-inner-block {
    padding: 80px;
  }
  .drawer-contact-block {
    width: 100%;
    margin-top: 40px;
  }
  .fixed-online-shop-btn {
    width: calc(60px + 5.21512vw);
    height: calc(60px + 5.21512vw);
  }
  .fixed-online-shop-btn a {
    font-size: 2.08605vw;
  }
  .fixed-online-shop-btn a .icon {
    margin-bottom: 1.30378vw;
  }
  .fixed-online-shop-btn a .icon img {
    width: 4.1721vw;
  }
  #site-header {
    top: 20px;
    right: 5.21512vw;
    width: 48px;
    height: 102px;
  }
  #site-footer {
    padding: 10.43025vw 15.64537vw 3.91134vw 5.21512vw;
  }
  #site-footer .copyright {
    font-size: 3.12907vw;
  }
  .footer-logo {
    margin-bottom: 7.82269vw;
  }
  .footer-logo img {
    height: 15.64537vw;
    width: auto;
  }
  .footer-info-block {
    margin-bottom: 10.43025vw;
  }
  .footer-info-block dl.row {
    font-size: 3.12907vw;
    margin: -1.30378vw 0;
  }
  .footer-info-block dt {
    width: 23.46806vw;
    padding: 1.30378vw 0;
  }
  .footer-info-block dd {
    width: calc(100% - 23.46806vw);
    padding: 1.30378vw 0;
  }
  .footer-info-block dd.footer-tel a {
    top: -0.52151vw;
    font-size: 5.21512vw;
  }
  .footer-sns-btn-block ul.row {
    margin: 0 -3.12907vw 0;
  }
  .footer-sns-btn-block li {
    padding: 0 3.12907vw;
  }
  .footer-sns-btn-block li img {
    height: 6.25815vw;
  }
  .modal-block {
    padding: 80px;
    z-index: 9100;
  }
  .modal-inner-block {
    max-width: 1120px;
    width: 100%;
    margin: auto;
    opacity: 0;
    visibility: hidden;
  }
  .modal-close-btn {
    position: fixed;
    right: 40px;
    top: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    background: #fff;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    z-index: 9101;
  }
  .modal-close-btn .line {
    position: absolute;
    width: 30px;
    height: 4px;
    left: 25px;
    background: #EACE4E;
    border-radius: 2px;
    transition: all .3s;
    z-index: 9102;
  }
  .modal-close-btn .line:nth-child(1) {
    top: 38px;
    transform: rotate(-45deg);
  }
  .modal-close-btn .line:nth-child(2) {
    top: 38px;
    transform: rotate(45deg);
  }
}

/*: elements
---------------------------------------------------- */
.first-visual-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.first-visual-inner-block {
  position: relative;
  width: 100%;
  height: 100%;
}

.first-visual-img-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
}

.first-visual-img-block > .row {
  width: 100%;
  height: 100%;
  align-items: center;
}

.page-title-text-block {
  width: 480px;
  height: 240px;
}

.page-title-text-block h2 {
  font-size: 48px;
  font-weight: 700;
  color: #010101;
  height: 1em;
}

.main-section {
  padding: 14.28571vw 0;
  background: #fff;
}

.m-section + .m-section {
  margin-top: 4.7619vw;
}

.s-section + .s-section {
  margin-top: 2.38095vw;
}

.gray-section {
  background: #FCFCE8;
}

.full-container {
  max-width: 100%;
  margin: auto;
  z-index: 2;
}

.container {
  max-width: 66.66667vw;
  margin: 0 auto;
  z-index: 2;
}

.row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  height: 100%;
}

.text {
  display: inline-block;
}

.main-heading {
  margin-bottom: 4.7619vw;
}

.main-heading .en-title {
  font-size: 0.83333vw;
  font-family: "p22-mackinac-pro";
  color: #53B22C;
  margin-bottom: 0.59524vw;
}

.main-heading h2, .main-heading h3 {
  font-size: 2.14286vw;
  line-height: 1.4;
  font-weight: 500;
  font-family: "vdl-v7mincho";
}

.sub-heading {
  margin-bottom: 40px;
  text-align: center;
}

.sub-heading h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  color: #010101;
}

.kerning-l {
  letter-spacing: 0.2em;
}

.kerning {
  letter-spacing: 0.1em;
}

.kerning-s {
  letter-spacing: 0.05em;
}

.center-kerning {
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}

.right-kerning {
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}

.center-kerning-l {
  text-indent: 0.2em;
  letter-spacing: 0.2em;
}

.right-kerning-l {
  text-indent: 0.2em;
  letter-spacing: 0.2em;
  margin-right: -0.2em;
}

.center-kerning-s {
  text-indent: 0.05em;
  letter-spacing: 0.05em;
}

.icon {
  line-height: 0;
}

p, ul, li {
  line-height: 2.5;
  margin: -0.75em auto;
}

p + p {
  margin-top: 1.6em;
}

.mb1em {
  margin-bottom: 1.6em;
}

a.call {
  cursor: default;
}

a.call:hover {
  opacity: 1;
}

b {
  font-size: 900;
}

.default-btn a, .default-btn .submit {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 280px;
  height: 50px;
  background: #fff;
  font-size: 14px;
  font-family: "p22-mackinac-pro";
  padding: 0 40px;
}

.default-btn a .text, .default-btn .submit .text {
  color: #010101;
  z-index: 3;
}

.default-btn a:before, .default-btn .submit:before {
  content: '';
  display: block;
  position: absolute;
  top: 24px;
  left: -10px;
  width: 20px;
  height: 2px;
  background: #EACE4E;
  transform-origin: 0 50%;
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  z-index: 1;
}

.default-btn a:after, .default-btn .submit:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #010101;
  z-index: 1;
}

.default-btn .submit {
  font-family: "vdl-v7mincho";
}

.cp-color {
  color: #EACE4E;
}

.accent-color {
  color: #53B22C;
}

.red-color {
  color: #b00;
}

.t-link {
  text-decoration: underline;
}

a.link {
  display: inline-flex;
  align-items: center;
}

a.link .icon {
  margin-right: 6px;
}

ul.default {
  line-height: 1.8;
}

ul.default li {
  padding-left: 1em;
}

ul.default li:before {
  content: '';
  position: absolute;
  top: 0.9em;
  left: 0.3em;
  width: 4px;
  height: 4px;
  margin: -2px 0 0 0;
  background: #010101;
  border-radius: 50%;
}

ul.attent li {
  padding-left: 1em;
  line-height: 1.8;
}

ul.attent li:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  line-height: 1.8;
  text-align: left;
  display: inline-block;
}

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

img.max {
  width: 100%;
  height: auto;
}

img.size-2 {
  width: 50%;
  height: auto;
}

svg {
  max-width: 100%;
  height: auto;
}

.svg-wrapper {
  width: 100%;
  display: block;
}

.svg-wrapper svg,
.svg-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pc-img,
.pc-block {
  display: block;
}

.pc-in-block {
  display: inline-block;
}

.pc-none,
.sp-img {
  display: none;
}

img.img-border {
  border: 1px solid #010101;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.video-wrapper {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #000;
}

.video-wrapper video,
.video-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.iframe-wrapper {
  height: 0;
  width: 100%;
  overflow: hidden;
  display: inline-block;
}

.iframe-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.mb10 {
  margin-bottom: 10px;
}

.lh-1 {
  line-height: 1;
}

.lh-225 {
  line-height: 2.25;
}

@media screen and (max-width: 1024px) {
  /*: elements
---------------------------------------------------- */
  .main-section {
    padding: 11.71875vw 0;
    background: #fff;
  }
  .m-section + .m-section {
    margin-top: 7.8125vw;
  }
  .s-section + .s-section {
    margin-top: 3.90625vw;
  }
  .container {
    max-width: none;
    padding: 0 7.8125vw;
  }
  .main-heading {
    margin-bottom: 5.85938vw;
  }
  .main-heading .en-title {
    font-size: 1.36719vw;
    font-family: "p22-mackinac-pro";
    color: #53B22C;
    margin-bottom: 0.97656vw;
  }
  .main-heading h2, .main-heading h3 {
    font-size: 2.92969vw;
    line-height: 1.4;
    font-weight: 500;
    font-family: "vdl-v7mincho";
  }
  .sub-heading {
    margin-bottom: 40px;
    text-align: center;
  }
  .sub-heading h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    color: #010101;
  }
  .kerning-l {
    letter-spacing: 0.2em;
  }
  .kerning {
    letter-spacing: 0.1em;
  }
  .kerning-s {
    letter-spacing: 0.05em;
  }
  .center-kerning {
    text-indent: 0.1em;
    letter-spacing: 0.1em;
  }
  .right-kerning {
    text-indent: 0.1em;
    letter-spacing: 0.1em;
    margin-right: -0.1em;
  }
  .center-kerning-l {
    text-indent: 0.2em;
    letter-spacing: 0.2em;
  }
  .right-kerning-l {
    text-indent: 0.2em;
    letter-spacing: 0.2em;
    margin-right: -0.2em;
  }
  .center-kerning-s {
    text-indent: 0.05em;
    letter-spacing: 0.05em;
  }
  .icon {
    line-height: 0;
  }
  p, ul, li {
    line-height: 2.5;
    margin: -0.75em auto;
  }
  p + p {
    margin-top: 1.6em;
  }
  .mb1em {
    margin-bottom: 1.6em;
  }
  a.call {
    cursor: default;
  }
  a.call:hover {
    opacity: 1;
  }
  b {
    font-size: 900;
  }
  .default-btn a, .default-btn .submit {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 280px;
    height: 50px;
    background: #fff;
    font-size: 14px;
    font-family: "p22-mackinac-pro";
    padding: 0 40px;
  }
  .default-btn a .text, .default-btn .submit .text {
    color: #010101;
    z-index: 3;
  }
  .default-btn a:before, .default-btn .submit:before {
    content: '';
    display: block;
    position: absolute;
    top: 24px;
    left: -10px;
    width: 20px;
    height: 2px;
    background: #EACE4E;
    transform-origin: 0 50%;
    transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    z-index: 1;
  }
  .default-btn a:after, .default-btn .submit:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #010101;
    z-index: 1;
  }
  .default-btn .submit {
    font-family: "vdl-v7mincho";
  }
  .tb-img,
  .tb-block {
    display: block;
  }
  .l-text {
    font-size: 16px;
  }
  .s-text {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  /*: elements
---------------------------------------------------- */
  .main-section {
    padding: 20.8605vw 0;
    background: #fff;
  }
  .m-section + .m-section {
    margin-top: 10.43025vw;
  }
  .s-section + .s-section {
    margin-top: 5.21512vw;
  }
  .container {
    max-width: none;
    padding: 0 5.21512vw;
  }
  .main-heading {
    margin-bottom: 7.82269vw;
  }
  .main-heading .en-title {
    font-size: 3.12907vw;
    margin-bottom: 0.65189vw;
  }
  .main-heading h2, .main-heading h3 {
    font-size: 6.25815vw;
  }
  .sub-heading {
    margin-bottom: 40px;
    text-align: center;
  }
  .sub-heading h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    color: #010101;
  }
  .sp-right-kerning {
    text-indent: 0.1em;
    letter-spacing: 0.1em;
    margin-right: -0.1em;
  }
  .sp-left {
    text-align: left;
  }
  .sp-center {
    text-align: center;
  }
  .sp-right {
    text-align: right;
  }
  .sp-in-block {
    display: inline-block;
  }
  .sp-img,
  .sp-block {
    display: block;
  }
  .sp-none {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .ssp-img,
  .ssp-block {
    display: block;
  }
  .ssp-in-block {
    display: inline-block;
  }
  .ssp-none {
    display: none;
  }
  .ssp-left {
    text-align: left;
  }
  .ssp-center {
    text-align: center;
  }
  .ssp-right {
    text-align: right;
  }
}

.home-first-visual-block .first-visual-img-block {
  background-image: url("../img/home/first-visual-img-1.jpg");
}

.first-visual-text-block {
  position: absolute;
  top: 160px;
  left: 160px;
  font-size: 2.85714vw;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  z-index: 10;
}

.first-visual-text-block .sub {
  font-size: 2.14286vw;
}

.sns-link-btn {
  display: flex;
  align-items: center;
}

.sns-link-btn .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.42857vw;
  height: 1.42857vw;
  background: #010101;
  border-radius: 50%;
  margin-right: 0.59524vw;
}

.sns-link-btn .icon img {
  width: auto;
  height: 0.71429vw;
}

.sns-link-btn .text {
  font-size: 0.83333vw;
}

.sns-link-btn .text:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.2381vw;
  width: 100%;
  height: 2px;
  background: #010101;
}

.home-news-section .container > .row {
  align-items: center;
}

.home-news-section .main-heading-block {
  width: 19.04762vw;
  margin: 0 0 0 auto;
  order: 2;
}

.home-news-section .main-heading h2 .text {
  margin-left: -0.1em;
}

.home-news-section .news-article-list-block {
  width: calc( 100% - 19.04762vw);
  order: 1;
}

.news-article-list-block article + article {
  margin-top: 2.38095vw;
}

.news-article-list-block article > a {
  align-items: center;
}

.news-article-list-block article > a figure {
  width: 7.14286vw;
}

.news-article-list-block article > a figure svg {
  width: 100%;
  height: auto;
}

.news-article-list-block article > a .text-block {
  width: calc(100% - 7.14286vw);
  padding-left: 2.38095vw;
}

.news-article-list-block article > a .text-block time {
  font-size: 0.71429vw;
  font-family: "p22-mackinac-pro";
  display: block;
  margin-bottom: 1.19048vw;
}

.news-article-list-block article > a .text-block p {
  line-height: 1.8;
  margin-top: -0.9em;
}

.pc .default-btn a:hover .text, .pc .default-btn .submit:hover .text {
  color: #fff;
}

.home-about-section .section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F9F8F1 url("../img/home/about-bg.jpg") no-repeat 50% 100%;
  background-size: cover;
  z-index: 1;
}

.home-about-img-block {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  z-index: 2;
}

.home-about-img-block > .row {
  margin: -0.59524vw -0.29762vw 0;
}

.home-about-img-block .img {
  padding: 0.59524vw 0.29762vw 0;
  width: 50%;
}

.home-about-img-block .img.img-1 {
  top: 4.7619vw;
}

.home-about-img-block .img.img-2 {
  top: -4.7619vw;
}

.home-about-text-block {
  width: 50%;
  margin: 0 auto 0 0;
  padding-right: 4.7619vw;
  z-index: 3;
  order: 1;
}

a.default-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16.66667vw;
  height: 3.57143vw;
  font-family: "p22-mackinac-pro";
  font-size: 0.83333vw;
  font-weight: 500;
}

a.default-btn .text {
  color: #010101;
  z-index: 3;
  transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}

a.default-btn:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #EACE4E;
  z-index: 2;
}

a.default-btn:before {
  content: '';
  display: block;
  position: absolute;
  top: 0.29762vw;
  left: 0.29762vw;
  width: 100%;
  height: 100%;
  border: 1px solid #EACE4E;
  z-index: 1;
}

.default-btn-block.center a.default-btn {
  margin: auto;
}

.home-product-content-section {
  min-height: calc(100vh - 10.71429vw);
}

.home-product-content-section .section-inner-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-product-content-section .section-inner-block > .row {
  align-items: center;
  justify-content: center;
}

.home-product-content-section .section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F9F8F1 url("../img/home/product-content-bg.jpg") no-repeat 50% 100%;
  background-size: cover;
  z-index: 1;
}

.product-catch-block {
  color: #fff;
  z-index: 3;
}

.product-catch-block > .row {
  align-items: center;
  justify-content: center;
}

.product-catch-block .main-text {
  font-size: 3.57143vw;
}

.product-catch-block .main-text:after {
  content: '';
  position: absolute;
  bottom: -0.95238vw;
  left: 0;
  width: 100%;
  height: 0.2381vw;
  background: #fff;
}

.product-catch-block .sub-text {
  font-size: 2.38095vw;
  padding: 0 1.19048vw;
}

.home-product-list-block {
  margin-top: -7.14286vw;
  z-index: 2;
}

.home-product-list-block > .row {
  align-items: center;
  justify-content: center;
  margin: -2.38095vw -1.19048vw 0;
}

.home-product-detail-block {
  padding: 2.38095vw 1.19048vw 0;
}

.home-product-detail-block .img-block {
  width: 9.52381vw;
}

.home-product-detail-block .name-block {
  margin-top: 1.19048vw;
  font-size: 1.42857vw;
}

.home-online-shop-section .main-heading h2 .text {
  margin-left: -0.1em;
}

.home-online-shop-section .section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F3F2EA;
  z-index: 1;
}

.home-online-shop-img-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: url("../img/home/online-shop-img.jpg") no-repeat 50% 100%;
  background-size: cover;
  z-index: 2;
}

.home-online-shop-text-block {
  width: 50%;
  margin: 0 0 0 auto;
  padding-left: 4.7619vw;
  order: 3;
}

.home-insta-gallery-section .container > .row {
  align-items: center;
}

.home-insta-gallery-section .main-heading-block {
  width: 19.04762vw;
  margin: 0 auto 0 0;
  order: 1;
}

.home-insta-gallery-section .main-heading h2 .text {
  margin-left: -0.1em;
}

.home-insta-gallery-section .home-insta-gallery-block {
  width: calc( 100% - 19.04762vw);
  order: 2;
}

.home-insta-gallery-block > .row {
  margin: -1.19048vw -0.59524vw 0;
  line-height: 0;
}

.home-insta-gallery-block li {
  padding: 1.19048vw 0.59524vw 0;
  width: calc(100% / 4);
  line-height: 0;
  margin: 0;
}

.home-insta-gallery-block li svg {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .first-visual-text-block {
    top: 23.4375vw;
    left: 7.8125vw;
    font-size: 4.6875vw;
  }
  .first-visual-text-block .sub {
    font-size: 3.51563vw;
  }
  .sns-link-btn .icon {
    width: 2.34375vw;
    height: 2.34375vw;
    margin-right: 0.97656vw;
  }
  .sns-link-btn .icon img {
    height: 1.36719vw;
  }
  .sns-link-btn .text {
    font-size: 1.36719vw;
  }
  .sns-link-btn .text:before {
    bottom: -0.58594vw;
  }
  .home-news-section .main-heading-block {
    width: 15.625vw;
  }
  .home-news-section .news-article-list-block {
    width: calc( 100% - 15.625vw);
  }
  .news-article-list-block article + article {
    margin-top: 2.92969vw;
  }
  .news-article-list-block article > a figure {
    width: 11.71875vw;
  }
  .news-article-list-block article > a .text-block {
    width: calc(100% - 11.71875vw);
    padding-left: 2.92969vw;
  }
  .news-article-list-block article > a .text-block time {
    font-size: 1.17188vw;
    margin-bottom: 1.95313vw;
  }
  .home-about-img-block {
    z-index: 2;
  }
  .home-about-img-block > .row {
    margin: -0.97656vw -0.48828vw 0;
  }
  .home-about-img-block .img {
    padding: 0.97656vw 0.48828vw 0;
    width: 50%;
  }
  .home-about-img-block .img.img-1 {
    top: 7.8125vw;
  }
  .home-about-img-block .img.img-2 {
    top: -7.8125vw;
  }
  .home-about-text-block {
    width: 50%;
    margin: 0 auto 0 0;
    padding-right: 7.8125vw;
    z-index: 3;
    order: 1;
  }
  a.default-btn {
    width: 27.34375vw;
    height: 5.85938vw;
    font-size: 1.36719vw;
  }
  a.default-btn:before {
    top: 0.48828vw;
    left: 0.48828vw;
  }
  .home-product-content-section {
    min-height: calc(80vh - 11.71875vw);
  }
  .product-catch-block .main-text {
    font-size: 3.90625vw;
  }
  .product-catch-block .main-text:after {
    content: '';
    position: absolute;
    bottom: -1.5625vw;
    left: 0;
    width: 100%;
    height: 0.39063vw;
    background: #fff;
  }
  .product-catch-block .sub-text {
    font-size: 2.92969vw;
    padding: 0 1.46484vw;
  }
  .home-product-list-block {
    margin-top: -11.71875vw;
    z-index: 2;
  }
  .home-product-list-block > .row {
    align-items: center;
    justify-content: center;
    margin: -3.90625vw -1.95313vw 0;
  }
  .home-product-detail-block {
    padding: 3.90625vw 1.95313vw 0;
  }
  .home-product-detail-block .img-block {
    width: 15.625vw;
  }
  .home-product-detail-block .name-block {
    margin-top: 1.95313vw;
    font-size: 2.34375vw;
  }
  .home-online-shop-img-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: url("../img/home/online-shop-img.jpg") no-repeat 50% 100%;
    background-size: cover;
    z-index: 2;
  }
  .home-online-shop-text-block {
    padding-left: 3.90625vw;
    order: 3;
  }
  .home-insta-gallery-section .main-heading-block {
    width: 23.4375vw;
  }
  .home-insta-gallery-section .home-insta-gallery-block {
    width: calc( 100% - 23.4375vw);
  }
  .home-insta-gallery-block > .row {
    margin: -1.5625vw -0.78125vw 0;
  }
  .home-insta-gallery-block li {
    padding: 1.5625vw 0.78125vw 0;
  }
}

@media screen and (max-width: 767px) {
  .first-visual-text-block {
    top: 41.72099vw;
    left: 5.21512vw;
    font-size: 7.82269vw;
  }
  .first-visual-text-block .sub {
    font-size: 6.25815vw;
  }
  .sns-link-btn .icon {
    width: 4.69361vw;
    height: 4.69361vw;
    margin-right: 1.30378vw;
  }
  .sns-link-btn .icon img {
    height: 3.12907vw;
  }
  .sns-link-btn .text {
    font-size: 3.12907vw;
  }
  .sns-link-btn .text:before {
    bottom: -0.78125vw;
  }
  .home-news-section .container > .row {
    align-items: center;
  }
  .home-news-section .main-heading-block {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    order: 1;
  }
  .home-news-section .sns-link-btn-block {
    margin: -5.21512vw 0 0 auto;
  }
  .home-news-section .news-article-list-block {
    width: 100%;
    order: 2;
  }
  .news-article-list-block article + article {
    margin-top: 5.21512vw;
  }
  .news-article-list-block article > a {
    align-items: center;
  }
  .news-article-list-block article > a figure {
    width: 20.8605vw;
  }
  .news-article-list-block article > a .text-block {
    width: calc(100% - 20.8605vw);
    padding-left: 3.91134vw;
  }
  .news-article-list-block article > a .text-block time {
    font-size: 3.12907vw;
    margin-bottom: 3.91134vw;
  }
  .home-about-section {
    padding-bottom: 73.01173vw;
  }
  .home-about-section .section-bg {
    background: #F9F8F1 url("../img/home/about-bg.jpg") no-repeat 50% 100%;
    background-size: cover;
  }
  .home-about-img-block {
    top: auto;
    bottom: 5.21512vw;
    right: 0;
    width: 70%;
    z-index: 2;
  }
  .home-about-img-block > .row {
    margin: -1.30378vw -0.65189vw 0;
  }
  .home-about-img-block .img {
    padding: 1.30378vw 0.65189vw 0;
    width: 50%;
  }
  .home-about-img-block .img.img-1 {
    top: 10.43025vw;
  }
  .home-about-img-block .img.img-2 {
    top: -10.43025vw;
  }
  .home-about-text-block {
    width: 100%;
    margin: 0 auto 0 0;
    padding-right: 10.43025vw;
    z-index: 3;
    order: 1;
  }
  a.default-btn {
    width: 52.15124vw;
    height: 13.03781vw;
    font-size: 3.65059vw;
  }
  a.default-btn:before {
    top: 1.30378vw;
    left: 1.30378vw;
  }
  .default-btn-block.center a.default-btn {
    margin: auto;
  }
  .home-product-content-section {
    min-height: 100vw;
  }
  .home-product-content-section .section-bg {
    background: #F9F8F1 url("../img/home/product-content-bg.jpg") no-repeat 50% 100%;
    background-size: cover;
  }
  .product-catch-block .main-text {
    font-size: 7.82269vw;
  }
  .product-catch-block .main-text:after {
    bottom: -2.08605vw;
    height: 0.52151vw;
  }
  .product-catch-block .sub-text {
    font-size: 5.21512vw;
    padding: 0 2.60756vw;
  }
  .home-product-list-block {
    margin-top: -26.07562vw;
    padding: 0 5.21512vw;
  }
  .home-product-list-block > .row {
    align-items: center;
    justify-content: center;
    margin: -10.43025vw -5.21512vw 0;
  }
  .home-product-detail-block {
    width: 41.72099vw;
    padding: 10.43025vw 5.21512vw 0;
  }
  .home-product-detail-block .img-block {
    width: 31.29074vw;
  }
  .home-product-detail-block .name-block {
    margin-top: 5.21512vw;
    font-size: 4.69361vw;
  }
  .home-online-shop-img-block {
    position: relative;
    top: -20.8605vw;
    left: auto;
    width: 100%;
    min-height: 100vw;
    background: url("../img/home/online-shop-img.jpg") no-repeat 50% 100%;
    background-size: cover;
    z-index: 3;
  }
  .home-online-shop-text-block {
    width: 100%;
    margin: 0;
    padding-left: 0;
    order: 2;
  }
  .home-insta-gallery-section .main-heading-block {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    order: 1;
  }
  .home-insta-gallery-section .sns-link-btn-block {
    margin: -5.21512vw 0 0 auto;
  }
  .home-insta-gallery-section .home-insta-gallery-block {
    width: 100%;
    order: 2;
  }
  .home-insta-gallery-block li {
    width: calc(100% / 3);
  }
}

.is-hidden {
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  opacity: 0;
}

.color-ef a {
  opacity: 1;
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.bg-ef a,
.bg-ef li {
  opacity: 1;
  transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.box-ef a {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.pc .box-ef a:hover {
  opacity: .6;
}

.pc .box-ef a.call:hover {
  opacity: 1;
}

.pc .box-ef a:hover img {
  opacity: 1;
}

.border-ef a {
  opacity: 1;
  transition: border 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.pc .border-ef a:hover img {
  opacity: 1;
}

.all-ef {
  opacity: 1;
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.scroll-slide-up {
  opacity: 0;
  transform: translate(0, 40px);
}

.scroll-fade {
  opacity: 0;
}

.scroll-blur {
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  transition: -webkit-filter 1.2s linear 0s;
  transition: filter 1.2s linear 0s;
  transition: filter 1.2s linear 0s, -webkit-filter 1.2s linear 0s;
}

.scroll-blur.is-blur {
  -webkit-filter: blur(0);
          filter: blur(0);
}

.transition-delay-1 {
  transition-delay: 0s;
}

.transition-delay-2 {
  transition-delay: .2s;
}

.transition-delay-3 {
  transition-delay: .4s;
}

.transition-delay-4 {
  transition-delay: .6s;
}

.transition-delay-5 {
  transition-delay: .8s;
}

.transition-delay-6 {
  transition-delay: 1s;
}

@media screen and (max-width: 1024px) {
  a img:hover {
    opacity: 1;
  }
  .box-ef a:hover {
    opacity: 1;
  }
  .tb-transition-delay-1 {
    transition-delay: 0s;
  }
  .tb-transition-delay-2 {
    transition-delay: .2s;
  }
  .tb-transition-delay-3 {
    transition-delay: .4s;
  }
  .tb-transition-delay-4 {
    transition-delay: .6s;
  }
}

@media screen and (max-width: 768px) {
  a img:hover {
    opacity: 1;
  }
  .box-ef a:hover {
    opacity: 1;
  }
  .sp-transition-delay-1 {
    transition-delay: 0s;
  }
  .sp-transition-delay-2 {
    transition-delay: .2s;
  }
  .sp-transition-delay-3 {
    transition-delay: .4s;
  }
  .sp-transition-delay-4 {
    transition-delay: .6s;
  }
}

@media screen and (max-width: 480px) {
  .ssp-transition-delay-1 {
    transition-delay: 0s;
  }
  .ssp-transition-delay-2 {
    transition-delay: .2s;
  }
}
