@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;600;700&display=swap");
* {
  line-height: 1em;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, div, dl, dt, dd, ul, ol, li, blockquote, th, td, pre, form, fieldset, input, textarea {
  margin: 0;
  padding: 0;
}

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

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

fieldset, img {
  border: 0;
}

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

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

abbr, acronym {
  border: 0;
}

body {
  text-align: justify;
  text-justify: inter-ideograph;
  height: 100.5%;
  word-wrap: break-word;
}

p, dd, li {
  word-break: normal;
}

img {
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: normal;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Bold");
  font-weight: bold;
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: normal;
  src: url("../webfonts/YakuHanJP-Regular.woff2") format("woff2"), url("../webfonts/YakuHanJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: bold;
  src: url("../webfonts/YakuHanJP-Bold.woff2") format("woff2"), url("../webfonts/YakuHanJP-Bold.woff") format("woff");
}
body {
  font-family: "Lora", "YakuHanJP", "Noto Sans JP", "-apple-system", "BlinkMacSystemFont", "Helvetica Neue", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "M+ 1p", Arial, serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

a {
  color: #333333;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
a:hover {
  color: #b3b3b3;
}
a img {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
a img:hover {
  opacity: 0.8;
}

h1, h2, h3, h4, h4, div {
  line-height: 1.4;
}

p, li, dt, dd, span {
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  p, li, dt, dd, span {
    line-height: 1.5;
  }
}

.fwb {
  font-weight: bold;
}

.tar {
  text-align: right;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px -3px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 5px -3px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px) {
  .l-header {
    padding: 4px 0;
  }
}
.l-header__front-page {
  background: rgba(255, 255, 255, 0);
}
.l-header .p-header__logo {
  padding: 0;
}
.l-header .p-header__logo img {
  width: 500px;
}
@media only screen and (max-width: 1199px) {
  .l-header .p-header__logo img {
    width: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .l-header .p-header__logo img {
    width: 280px;
  }
}
.l-header__pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .l-header__pc {
    display: none;
  }
}
.l-header__sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .l-header__sp {
    display: block;
  }
}

@media only screen and (max-width: 991px) {
  .l-header__front-page {
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px -3px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 5px -3px rgba(0, 0, 0, 0.5);
  }
  .l-header__front-page .p-header__logo img {
    width: 350px;
  }
}
@media only screen and (max-width: 991px) and (max-width: 767px) {
  .l-header__front-page .p-header__logo img {
    width: 280px;
  }
}

.l-content {
  padding: 80px 0 0;
  margin: 0 0 100px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .l-content {
    padding-top: 45px;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .l-content {
    margin-bottom: 0;
  }
}

.l-ctr {
  text-align: center;
  margin: 0 auto;
}

.l-fwb {
  font-weight: bold;
}

.l-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .l-column {
    max-width: 780px;
  }
}
@media only screen and (max-width: 767px) {
  .l-column {
    display: block;
  }
}
.l-column-left {
  width: 70%;
  max-width: 840px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .l-column-left {
    width: 100%;
  }
}
.l-column-right {
  width: 25%;
  max-width: 300px;
}
@media only screen and (max-width: 767px) {
  .l-column-right {
    width: 100%;
    max-width: 768px;
    margin-top: 40px;
  }
}

.u-left {
  text-align: left;
}

.u-center {
  text-align: center;
}

.u-right {
  text-align: right;
}

.u-none {
  display: none;
}

.u-fleft {
  float: left;
}

.u-fright {
  float: right;
}

.u-accessibility {
  display: none;
}

.u-bold {
  font-weight: bold;
}

.u-m0 {
  margin: 0;
}

.u-mr0 {
  margin-right: 0;
}

.u-mr10 {
  margin-right: 10px;
}

.u-ml0 {
  margin-left: 0;
}

.u-ml5 {
  margin-left: 5px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-ml15 {
  margin-left: 15px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-ml25 {
  margin-left: 25px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-ml35 {
  margin-left: 35px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-mb0 {
  margin-bottom: 0;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb25 {
  margin-bottom: 25px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb35 {
  margin-bottom: 35px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb45 {
  margin-bottom: 45px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb55 {
  margin-bottom: 55px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mt0 {
  margin-top: 0;
}

.u-pb0 {
  padding-bottom: 0;
}

.u-pb5 {
  padding-bottom: 5px;
}

.u-pb10 {
  padding-bottom: 10px;
}

.u-pb15 {
  padding-bottom: 15px;
}

.u-pb20 {
  padding-bottom: 20px;
}

.u-pb25 {
  padding-bottom: 25px;
}

.u-pb30 {
  padding-bottom: 30px;
}

.u-pb35 {
  padding-bottom: 35px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-p0 {
  padding: 0;
}

.u-w50 {
  width: 50px;
}

.c-title {
  color: #333333;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  margin: 0 0 25px;
}
@media only screen and (max-width: 767px) {
  .c-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 20px;
  }
}

.c-list__list {
  list-style: disc;
  list-style-position: inherit;
  margin: 0 0 0 22px;
}
.c-list__item {
  margin: 0 0 0.5em;
}
.c-list__item:last-child {
  margin: 0;
}
.c-list-box {
  margin: 0 0 100px;
}
.c-list-box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-list-box__catch {
  font-weight: bold;
  margin: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .c-list-box__catch {
    margin: 0 0 10px;
  }
}
.c-list-box__body {
  line-height: 1.8;
}

.c-grid__container {
  width: 1080px;
  margin: 0 auto;
  max-width: 100%;
}
@media only screen and (max-width: 1349px) {
  .c-grid__container {
    width: 1100px;
  }
}
@media only screen and (max-width: 1199px) {
  .c-grid__container {
    width: 100%;
    padding: 0 45px;
  }
}
@media only screen and (max-width: 991px) {
  .c-grid__container {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 480px) {
  .c-grid__container {
    width: 100%;
    padding: 0 15px;
  }
}
.c-grid__container-item {
  width: 980px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .c-grid__container-item {
    width: 100%;
    padding: 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid__container-item {
    padding: 0 20px;
  }
}
.c-grid__container-short {
  width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .c-grid__container-short {
    width: 100%;
    padding: 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid__container-short {
    padding: 0 20px;
  }
}
.c-grid__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-grid__col {
  width: 50%;
}
.c-grid__col-1 {
  width: 8%;
}
.c-grid__col-2 {
  width: 16%;
}
.c-grid__col-3 {
  width: 24%;
}
.c-grid__col-4 {
  width: 30.174%;
}
.c-grid__col-5 {
  width: 40%;
}
.c-grid__col-6 {
  width: 48%;
}
.c-grid__col-7 {
  width: 56%;
}
.c-grid__col-8 {
  width: 64%;
}
.c-grid__col-9 {
  width: 72%;
}
.c-grid__col-10 {
  width: 80%;
}
.c-grid__col-11 {
  width: 88%;
}
.c-grid__col-12 {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .c-grid__col-1 {
    width: 16%;
  }
  .c-grid__col-2 {
    width: 16%;
  }
  .c-grid__col-3 {
    width: 32%;
  }
  .c-grid__col-4 {
    width: 30.4%;
  }
  .c-grid__col-5 {
    width: 48%;
  }
  .c-grid__col-6 {
    width: 48%;
  }
  .c-grid__col-7 {
    width: 48%;
  }
  .c-grid__col-8 {
    width: 64%;
  }
  .c-grid__col-9 {
    width: 64%;
  }
  .c-grid__col-10 {
    width: 80%;
  }
  .c-grid__col-11 {
    width: 80%;
  }
  .c-grid__col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid__col {
    width: 100%;
  }
  .c-grid__col-1, .c-grid__col-2, .c-grid__col-5, .c-grid__col-6, .c-grid__col-7, .c-grid__col-8, .c-grid__col-9, .c-grid__col-10, .c-grid__col-11 {
    width: 100%;
  }
  .c-grid__col-3, .c-grid__col-4 {
    width: 48%;
  }
}
@media only screen and (max-width: 480px) {
  .c-grid__col-4 {
    width: 100%;
  }
}
.c-grid-fdc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-grid-ase {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.c-breadcrumbs {
  margin: 0 0 60px;
}
.c-breadcrumbs p {
  display: inline-block;
}

.p-header {
  /**/
  position: relative;
  max-width: 1560px;
  padding-left: 80px;
  margin: 45px auto;
}
@media only screen and (max-width: 1199px) {
  .p-header {
    padding-left: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .p-header {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .p-header {
    padding-left: 15px;
    margin: 25px auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-header__logo {
    top: 10px;
    padding: 0;
  }
}
.p-header__logo img {
  width: 240px;
}
@media only screen and (max-width: 767px) {
  .p-header__logo img {
    width: 180px;
  }
}

.p-footer {
  padding: 10px 0 30px;
}
.p-footer__copyright {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.l-footer {
  padding: 10px 0 30px;
}
.l-footer__copyright {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.p-home__lead {
  padding-top: 80px;
  padding-bottom: 50px;
  margin-bottom: 150px;
}
@media only screen and (max-width: 767px) {
  .p-home__lead {
    padding-top: 50px;
    margin-bottom: 90px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .p-home__lead {
    padding-top: 10px;
  }
}
.p-home__lead p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-home__lead p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.p-home__lead__jp {
  margin-bottom: 120px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-home__lead__jp {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 480px) {
  .p-home__lead__jp {
    margin-bottom: 60px;
  }
}
.p-home__lead__en {
  margin-bottom: 120px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-home__lead__en {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 480px) {
  .p-home__lead__en {
    margin-bottom: 60px;
  }
}
.p-home__lead__link {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-home__gallery {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 480px) {
  .p-home__gallery {
    margin-bottom: 0px;
  }
}
.p-home__gallery__cmnt {
  margin-bottom: 80px;
}
@media only screen and (max-width: 480px) {
  .p-home__gallery__cmnt {
    margin-bottom: 50px;
  }
}
.p-home__gallery__cmnt p {
  margin-bottom: 2rem;
  line-height: 1.8;
}
.p-home__gallery__ttl {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .p-home__gallery__ttl {
    margin-top: 15px;
  }
}
.p-home__gallery__ttl h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .p-home__gallery__ttl h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-home__gallery__ttl h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .p-home__gallery__ttl h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-home__gallery__ttl p {
  line-height: 1.8;
  margin-bottom: 5px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-home__gallery__ttl p:last-of-type br {
    display: none;
  }
}
.p-home__gallery__byobu {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .p-home__gallery__byobu {
    margin-bottom: 50px;
  }
}
.p-home__gallery__byobu .c-grid__col-11:first-of-type {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .p-home__gallery__byobu .c-grid__col-11:first-of-type {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .p-home__gallery__byobu .c-grid__col-11:first-of-type {
    margin-bottom: 10px;
  }
}
.p-home__gallery__byobu-img p img {
  width: 100%;
}
.p-home__gallery__gaku {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .p-home__gallery__gaku {
    margin-bottom: 50px;
  }
}
.p-home__gallery__gaku img {
  width: 100%;
  vertical-align: bottom;
}

@media only screen and (max-width: 1199px) {
  .p-home__gallery__byobu-img {
    overflow-x: auto;
  }
  .p-home__gallery__byobu-img p {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .p-home__gallery__byobu-img p img {
    width: auto;
    display: block;
    height: 550px;
  }
}
@media only screen and (max-width: 767px) {
  .p-home__gallery__gaku-img {
    overflow-x: auto;
  }
  .p-home__gallery__gaku-img p {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .p-home__gallery__gaku-img p img {
    display: block;
    width: auto;
    height: 550px;
  }
}
@media only screen and (max-width: 480px) {
  .p-home__gallery__gaku-img img {
    height: 480px;
  }
}
.p-page {
  margin: 15px 0 100px;
}
.p-page #mainimage .mainimage2,
.p-page #mainimage .mainimage3,
.p-page #mainimage .mainimage4,
.p-page #mainimage .mainimage5,
.p-page #mainimage .mainimage6,
.p-page #mainimage .mainimage7,
.p-page #mainimage .mainimage8 {
  display: none;
}
.p-page #btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 40px;
}
.p-page #btn a {
  margin: 2% 2% 0 0;
  width: 23.5%;
}
.p-page #btn a:nth-of-type(4) {
  margin-right: 0;
}
.p-page #btn a:nth-of-type(8) {
  margin-right: 0;
}
.p-page #btn a img {
  width: 100%;
  height: 100%;
}
.p-page #btn .active {
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px #6D0010;
          box-shadow: 0 0 0 2px #fff, 0 0 0 4px #6D0010;
}
.p-page__textBlock {
  margin: 0 0 40px;
}
.p-page__textBlock h2 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 5px;
}
.p-page__priceBlock {
  margin: 0 0 40px;
}
.p-page__priceBlock h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.p-page__customers {
  margin: 100px 0 200px;
}
.p-page__customers__textBlock {
  margin: 0 0 100px;
}
.p-page__customers__textBlock h2 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 25px;
}
.p-page__customers__textBlock p {
  line-height: 1.8;
}
.p-page__guide {
  margin: 30px 0 200px;
}
.p-page__guide__textBlock {
  margin: 0 0 70px;
}
.p-page__guide__textBlock h2 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 50px;
}
.p-page__guide__textBlock p {
  line-height: 1.8;
  margin: 0 0 30px;
}
.p-page__guide div {
  padding: 30px 0 0;
}
.p-page__guide div p {
  margin-bottom: 20px;
}
.p-page__guide ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-page__guide ul li {
  margin: 0 15px;
}
.p-page .balloon {
  width: 80%;
  position: relative;
  padding: 35px;
  margin: 0 0 0 50px;
  background: #F5F2E4;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .p-page .balloon {
    margin: 40px 0 0;
  }
}
.p-page .balloon p {
  padding-bottom: 35px;
  line-height: 1.8;
}
.p-page .balloon p:last-of-type {
  padding-bottom: 0;
}
.p-page .balloon::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -35px;
  top: 40px;
  border-right: 35px solid #F5F2E4;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
@media only screen and (max-width: 767px) {
  .p-page .balloon::before {
    left: 40px;
    top: -49px;
    border-right: 15px solid transparent;
    border-bottom: 35px solid #F5F2E4;
    border-left: 15px solid transparent;
  }
}
.p-page .item__comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 100px 0;
}
@media only screen and (max-width: 767px) {
  .p-page .item__comment {
    display: block;
  }
}
.p-page .item__comment .drk {
  text-align: center;
  font-weight: bold;
}
.p-page .item__comment__none {
  display: none;
}
.p-page .link__oeyama a button {
  display: block;
  width: 400px;
  margin: 0 auto 50px;
  padding: 20px 0;
  border-radius: 35px;
  border: none;
  color: #fff;
  background: #380A14;
  cursor: pointer;
  font-size: 24px;
  font-size: 2.4rem;
  -webkit-box-shadow: 0 1.4px 1.8px rgba(0, 0, 0, 0.03), 0 5.2px 4.4px rgba(0, 0, 0, 0.04), 0 13.1px 9px rgba(0, 0, 0, 0.15), 0 29.3px 18.6px rgba(0, 0, 0, 0.06), 0 100px 51px rgba(0, 0, 0, 0.07);
          box-shadow: 0 1.4px 1.8px rgba(0, 0, 0, 0.03), 0 5.2px 4.4px rgba(0, 0, 0, 0.04), 0 13.1px 9px rgba(0, 0, 0, 0.15), 0 29.3px 18.6px rgba(0, 0, 0, 0.06), 0 100px 51px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}