@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: "Amiri-Regular";
  src: url("../fonts/Amiri-Regular.eot");
  src: url("../fonts/Amiri-Regular.eot?") format("embedded-opentype"), url("../fonts/Amiri-Regular.woff") format("woff"), url("../fonts/Amiri-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Amiri-Bold";
  src: url("../fonts/Amiri-Bold.eot");
  src: url("../fonts/Amiri-Bold.eot?") format("embedded-opentype"), url("../fonts/Amiri-Bold.woff") format("woff"), url("../fonts/Amiri-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "ButterflyKids-Regular_0";
  src: url("../fonts/ButterflyKids-Regular_0.eot");
  src: url("../fonts/ButterflyKids-Regular_0.eot?") format("embedded-opentype"), url("../fonts/ButterflyKids-Regular_0.woff") format("woff"), url("../fonts/ButterflyKids-Regular_0.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "FontAwesome";
  src: url("../webfonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../webfonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../webfonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../webfonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../webfonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../webfonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body,
html,
main {
  /* important */
  height: 100%;
  letter-spacing: 0.1em;
  line-height: 1.4em;
}

.header,
.main,
.footer {
  width: 100%;
}

li {
  list-style: none;
}

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

a img {
  transition: 0.3s;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition: all 0.5s;
}

p a:hover,
a:hover span {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "alpha(opacity=40)";
  transition: all 0.5s;
  text-decoration: none;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }

  .tb {
    display: block !important;
  }
}

@media only screen and (max-width: 480px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

.all {
  max-width: 900px;
  margin: auto;
}

.cd-container {
  padding: 100px 0 130px;
  margin: 0 auto;
  zoom: 1;
}

@media only screen and (max-width: 480px) {
  .cd-container {
    padding: 50px 0 60px;
    margin: 0 auto;
    zoom: 1;
  }
}

#mainVisual {
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  padding: 0;
  position: relative;
  display: inline-block;
}

#mainTxt div.inner-text {
  z-index: 3;
  width: 100%;
  color: #fff;
  font-size: 110%;
  position: absolute;
  font-size: 170%;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

#mainImg {
  width: 100%;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/main.jpg) no-repeat center center;
  background-size: auto;
  background-size: cover;
}

#mainTxt div.inner-text h3 {
  font-size: 90%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.15em;
  margin: 10px 0;
}

#mainTxt div.inner-text h2 {
  font-family: "ButterflyKids-Regular_0";
  font-size: 300%;
  margin-bottom: 5px;
  line-height: 1;
  letter-spacing: 3.8px;
}

#mainTxt div .shopname {
  font-family: "Amiri-Regular";
  margin: 0;
  font-size: 55%;
  letter-spacing: 0.8px;
}

.sns-icon-top,
.sns-icon-top img {
  margin-right: 10px;
}

/*web予約ボタン*/
p.reservation-link a {
  position: relative;
  display: inline-block;
  padding: 0.8em 1.6em;
  font-size: 80%;
  text-decoration: none;
  transition: 0.4s;
}

p.black-box a {
  border: solid 1px #fff;
  outline: solid 4px #222;
  background-color: #222;
  color: #fff;
}

p.black-box {
  margin-bottom: 0;
}

p.white-box a {
  border: solid 1px #222;
  outline: solid 4px #fff;
  background-color: #fff;
  color: #222;
}

@media only screen and (max-width: 480px) {
  p.reservation-link a {
    padding: 0.8em 2.2em;
  }
}

@media screen and (max-width: 1024px) {
  #mainTxt div.inner-text {
    font-size: 120%;
  }

  #mainTxt div.inner-text {
    left: 0px;
  }
}

@media only screen and (max-width: 480px) {
  #mainTxt div.inner-text p.reservation-link a {
    padding: 0.8em 1.3em;
  }
}

.cd-fixed-bg {
  height: 450px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

.cd-fixed-bg.cd-bg-2 {
  background-image: url("../img/bk_1.jpg");
}

.cd-fixed-bg.cd-bg-3 {
  background-image: url("../img/bk_2.jpg");
}

.cd-fixed-bg.cd-bg-4 {
  background-image: url("../img/bk_3.jpg");
}

.cd-fixed-bg.cd-bg-5 {
  background-image: url("../img/bk_4.jpg");
}

.cd-fixed-bg.cd-bg-6 {
  background-image: url("../img/bk_5.jpg");
}

.cd-fixed-bg.cd-bg-7 {
  background-image: url("../img/bk_6.jpg");
  height: 500px;
}

.cd-scrolling-bg {
  min-height: 100%;
}

#main .h2-group {
  margin-bottom: 50px;
  width: 100%;
}

#main .h2-group h2 {
  font-family: "Amiri-Bold";
  letter-spacing: 0.2em;
  font-size: 270%;
  margin-bottom: 0;
}

#main .h2-group h4 {
  font-size: 80%;
  letter-spacing: 0.2em;
}

#main h2::before {
  content: "";
  padding: 0 40px;
  background-image: url(../img/h2-left.png);
  background-repeat: no-repeat;
  background-position: bottom;
}

#main h2::after {
  content: "";
  padding: 0 40px;
  background-image: url(../img/h2-right.png);
  background-repeat: no-repeat;
  background-position: bottom;
}

.fade_in {
  transition: all 300ms 0s ease;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  visibility: hidden;
  opacity: 0;
}

.fade_in.js_active {
  visibility: visible;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  opacity: 1;
}

@media screen and (min-width: 1367px) {
  .cd-fixed-bg {
    background-attachment: fixed;
    height: 800px;
  }

  .cd-fixed-bg.cd-bg-7 {
    height: 500px;
  }
}

@media only screen and (max-width: 480px) {
  #main .h2-group h2 {
    letter-spacing: 0.1em;
    font-size: 180%;
  }

  #main .h2-group h4 {
    font-size: 60%;
  }

  #main h2::before {
    background-image: url(../img/h2-left-sp.png);
  }

  #main h2::after {
    background-image: url(../img/h2-right-sp.png);
  }

  .cd-fixed-bg {
    height: 300px;
  }
}

/*concept*/
#main #sec1 .c-box {
  position: relative;
  min-height: 500px;
  width: 100%;
}

#main #sec1 .c-box span.c-image img {
  width: 30%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}

#main #sec1 .c-inner-text h3 {
  font-family: "Amiri-Bold";
  font-size: 240%;
  letter-spacing: 5.5px;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

#main #sec1 .c-inner-text h4 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 30px;
}

#main #sec1 .c-inner-text {
  width: 78%;
  background-color: #f4f4eb;
  padding: 90px 80px 90px 150px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}

#main #sec1 .c-inner-text p {
  z-index: 2;
  font-size: 80%;
  line-height: 230%;
}

#main #sec1 .c-inner-text h3:after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
  margin-left: 1rem;
}

#main #sec1 .c-inner-text span.lia-l-bk img {
  max-width: 241px;
  height: auto;
  position: absolute;
  padding: 30px;
  bottom: 0;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 993px) {
  #main #sec1 .c-box {
    min-height: 380px;
    width: 100%;
  }

  #main #sec1 .c-inner-text {
    padding: 40px 60px 40px 80px;
  }

  #main #sec1 .c-inner-text h3 {
    font-size: 160%;
  }

  #main #sec1 .c-inner-text h4 {
    font-size: 100%;
  }

  #main #sec1 .c-inner-text p {
    font-size: 70%;
  }

  #main #sec1 .c-inner-text span.lia-l-bk img {
    max-width: 180px;
    height: auto;
  }
}

@media only screen and (max-width: 480px) {
  #main #sec1 .c-box {
    min-height: 300px;
    width: 100%;
  }

  #main #sec1 .c-inner-text {
    padding: 30px 30px 30px 40px;
    max-height: 300px;
  }

  #main #sec1 .c-inner-text h3 {
    font-size: 160%;
    margin-bottom: 20px;
  }

  #main #sec1 .c-inner-text h4 {
    font-size: 80%;
    letter-spacing: normal;
    margin-bottom: 20px;
  }

  #main #sec1 .c-inner-text p {
    font-size: 68%;
    letter-spacing: normal;
  }

  #main #sec1 .c-inner-text span.lia-l-bk img {
    max-width: 150px;
    height: auto;
  }
}

/*style*/
#main #sec2 .s-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#main #sec2 .styles-item {
  width: 25%;
  padding: 5px;
}

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

@media screen and (max-width: 768px) {
  #main #sec2 .styles-item {
    width: 50%;
    padding: 3px;
  }
}

@media only screen and (max-width: 480px) {
  #main #sec2 .styles-item {
    width: 50%;
    padding: 3px;
  }
}

/*menu*/
#main #sec3 .menu-box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  margin-bottom: 20px;
}

#main #sec3 .menu-box ul.menu-list {
  text-align: left;
  border: 1px solid #999;
  width: 32.5%;
  padding: 15px;
  margin-left: 3px;
  margin-right: 3px;
}

#main #sec3 .menu-box ul.menu-list h5 {
  font-family: "Amiri-Regular";
  font-size: 180%;
  border-bottom: 1px solid #000;
  margin-bottom: 18px;
}

#main #sec3 .menu-box ul.menu-list li {
  font-size: 85%;
  margin-bottom: 12px;
  list-style-type: square;
  margin-left: 15px;
}

#main #sec3 .menu-box ul.menu-list li span {
  font-size: 79%;
  margin-left: 10px;
  color: #666;
}

#main #sec3 .hb-link-box {
  position: relative;
  display: inline-block;
  width: 50%;
  padding: 20px 0;
  border: 1px solid #000;
  color: #222;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
}

#main #sec3 .hb-link-box::before,
#main #sec3 .hb-link-box::after {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 2;
  content: "";
  transition: all 0.3s;
}

#main #sec3 .hb-link-box::before {
  border-top: 1px solid #c0aa04;
  border-bottom: 1px solid #c0aa04;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}

#main #sec3 .hb-link-box::after {
  border-right: 1px solid #c0aa04;
  border-left: 1px solid #c0aa04;
  transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
}

#main #sec3 .hb-link-box:hover {
  color: #c0aa04;
}

#main #sec3 .hb-link-box:hover::after,
#main #sec3 .hb-link-box:hover::before {
  transform: scale(1);
  -webkit-transform: scale(1);
}

#main #sec3 .hb-link-box p {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  #main #sec3 .menu-box {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }

  #main #sec3 .menu-box ul.menu-list {
    width: 48.5%;
  }

  #main #sec3 .menu-box ul.menu-list {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  #main #sec3 .menu-box ul.menu-list {
    width: 100%;
  }

  #main #sec3 .hb-link-box {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  #main #sec3 p {
    font-size: 90%;
  }
}

/*staff*/
#main #sec4 .s2-box {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

#main #sec4 .img-box {
  position: relative;
  width: 23%;
  height: auto;
  margin: 1%;
}

#main #sec4 .img-box img {
  max-width: 100%;
  height: auto;
}

.img-box a:hover > div.blackback {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  border: 4px double #fff;
}

.img-box a:hover > div.inner_center_box,
.img-box a.disabled:hover > div.inner_center_box {
  opacity: 1;
}

.overlaid_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img-box div.blackback {
  z-index: 5;
  background-color: #000;
  opacity: 0;
  transition: 1s;
}

.img-box .inner_center_box {
  opacity: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.img-box p {
  color: #fff;
  font-size: 16px;
  margin: 0;
  letter-spacing: 1.5px;
  width: 100%;
}

.name-is {
  margin-top: 20px;
}

.name-is img {
  margin-top: 20px;
}

.name-is .is {
  font-size: 10px;
}

#main #sec4 .sb-btn {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0.9em 0;
  border: 1px solid #222;
  color: #222;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
}

#main #sec4 .btn-link-box {
  display: inline-block;
  margin: 50px auto 0;
}

#main #sec4 .btn-link-box .btn-link {
  width: 300px;
  margin-top: 15px;
}

#main #sec4 .btn-link-box .btn-link:first-child {
  margin-top: 0;
}

#main #sec4 .sb-btn::before,
#main #sec4 .sb-btn::after {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 2;
  content: "";
  transition: all 0.3s;
}

#main #sec4 .sb-btn::before {
  border-top: 1px solid #c0aa04;
  border-bottom: 1px solid #c0aa04;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}

#main #sec4 .sb-btn::after {
  border-right: 1px solid #c0aa04;
  border-left: 1px solid #c0aa04;
  transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
}

#main #sec4 .sb-btn:hover {
  color: #c0aa04;
}

#main #sec4 .sb-btn:hover::after,
#main #sec4 .sb-btn:hover::before {
  transform: scale(1);
  -webkit-transform: scale(1);
}

#main #sec4 a.btn-link {
  display: block;
}
#main #sec4 .recruit-banner {
  margin-top: 80px;
}

@media screen and (max-width: 1024px) {
  #main #sec4 .staff-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 3px;
    pointer-events: none;
  }

  .overlaid_box {
    position: static;
  }

  .img-box div.blackback {
    z-index: initial;
    background-color: initial;
    opacity: initial;
    transition: initial;
  }

  .img-box a:hover > div.blackback {
    opacity: initial;
    border: initial;
  }

  .img-box a:hover > div.inner_center_box {
    opacity: initial;
  }

  .img-box .inner_center_box {
    opacity: initial;
    z-index: initial;
    display: initial;
    justify-content: initial;
    align-items: initial;
  }

  .img-box p {
    color: #000;
    font-size: 12px;
  }

  .name-is {
    margin-top: 10px;
  }

  .name-is img {
    margin-top: 10px;
  }

  object a.sp-link {
    font-size: 10px;
    pointer-events: auto;
  }

  object a:hover {
    text-decoration: none;
    transition: 0s;
  }
}

@media screen and (max-width: 768px) {
  #main #sec4 .s2-box {
    justify-content: flex-start;
  }

  #main #sec4 .staff-item {
    margin-bottom: 15px;
  }

  #main #sec4 .btn-link-box,
  #main #sec4 .btn-link-box .btn-link {
    width: 100%;
  }

  #main #sec4 .img-box {
    width: 50%;
    height: auto;
    margin: 0 0 15px;
  }

  #main #sec4 .img-box img {
    height: auto;
  }
  #main #sec4 .recruit-banner {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 480px) {
  #main #sec4 .staff-item {
    width: 50%;
    padding: 3px;
    pointer-events: none;
  }

  .overlaid_box {
    position: static;
  }

  .img-box div.blackback {
    z-index: initial;
    background-color: initial;
    opacity: initial;
    transition: initial;
  }

  .img-box a:hover > div.blackback {
    opacity: initial;
    border: initial;
  }

  .img-box a:hover > div.inner_center_box {
    opacity: initial;
  }

  .img-box .inner_center_box {
    opacity: initial;
    z-index: initial;
    display: initial;
    justify-content: initial;
    align-items: initial;
  }

  .img-box p {
    color: #000;
    font-size: 12px;
  }

  .name-is {
    margin-top: 10px;
  }

  .name-is img {
    margin-top: 10px;
  }

  object a.sp-link {
    font-size: 10px;
    pointer-events: auto;
  }

  object a:hover {
    text-decoration: none;
    transition: 0s;
  }

  #main #sec4 .sb-btn {
    width: 100%;
  }
}

/*access*/
#main #sec5 .a-box {
  position: relative;
  min-height: 550px;
  width: 100%;
}

#main #sec5 .a-box span.a-frame {
  width: 55%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

#main #sec5 .a-inner-text {
  width: 48%;
  background-color: #222;
  color: #fff;
  padding: 50px 60px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  text-align: left;
  margin-bottom: 30px;
}

#main #sec5 .a-inner-text dl {
  width: 100%;
  display: table;
}

#main #sec5 .a-inner-text dt,
dd {
  display: table-cell;
}

#main #sec5 .a-inner-text dt {
  width: 28%;
  font-family: "Amiri-Bold";
  font-weight: 100;
}

#main #sec5 .a-inner-text dd {
  font-size: 13px;
}

#main #sec5 .a-inner-text dd a {
  color: #fff;
}

#main #sec5 .a-inner-text p.map-link {
  margin-top: 10px;
  text-decoration: underline;
}

#main #sec5 .a-inner-text p.map-link:before {
  content: url("../img/map-icon.png");
  margin-right: 5px;
  position: relative;
  top: 3px;
}

#main #sec5 p.white-box {
  text-align: center;
  margin-top: 40px;
}

#main #sec5 iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 650px;
  height: 500px;
}

/*TEL pcでは無効*/
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media screen and (max-width: 993px) {
  #main #sec5 .a-inner-text {
    padding: 30px 30px;
  }

  #main #sec5 .a-inner-text dt {
    width: 28%;
    font-size: 80%;
  }

  #main #sec5 .a-inner-text dd {
    font-size: 70%;
  }
}

@media screen and (max-width: 768px) {
  iframe {
    width: 100%;
    height: auto;
  }

  #main #sec5 .a-box span.a-frame {
    width: 100%;
    position: static;
    padding-top: 56.25%;
  }

  #main #sec5 .a-inner-text {
    width: 100%;
    padding: 50px 60px;
    position: static;
  }

  #main #sec5 iframe {
    width: 100% !important;
  }
}

@media only screen and (max-width: 480px) {
  #main #sec5 .a-inner-text {
    margin: 0 0 15px 0;
    position: relative;
    width: 100%;
    padding: 25px 20px;
  }

  #main #sec5 p.white-box {
    margin-top: 20px;
  }

  #main #sec5 .a-box span.a-frame {
    width: 100%;
    height: auto;
  }

  #main #sec5 iframe {
    width: 100% !important;
    height: 300px;
  }
}

/*reserve*/
#main #sec6 p {
  margin-bottom: 10px;
}

#main #sec6 span.mail-link:before {
  content: url("../img/mail-icon.png");
  margin-right: 5px;
  position: relative;
  top: 3px;
}

#main #sec6 span.mail-link {
  border-bottom: 1px solid #000;
}

#main #sec6 .r-item {
  border: 1px solid #000;
  width: 50%;
  margin: 30px auto;
  padding: 20px 0;
}

#main #sec6 .r-item p,
#main #sec6 .r-item2 p {
  margin-bottom: 0;
}

#main #sec6 a {
  color: #000;
  text-decoration: none;
}

#main #sec6 .tel-box:before {
  content: url("../img/tel-icon.png");
  margin-right: 5px;
  position: relative;
  top: 3px;
}

#main #sec6 .web-box:before {
  content: "\f26c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
}

#main #sec6 .r-item2 {
  position: relative;
  display: inline-block;
  width: 50%;
  padding: 20px 0;
  border: 1px solid #000;
  color: #222;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
}

#main #sec6 .r-item2::before,
#main #sec6 .r-item2::after {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 2;
  content: "";
  transition: all 0.3s;
}

#main #sec6 .r-item2::before {
  border-top: 1px solid #c0aa04;
  border-bottom: 1px solid #c0aa04;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}

#main #sec6 .r-item2::after {
  border-right: 1px solid #c0aa04;
  border-left: 1px solid #c0aa04;
  transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
}

#main #sec6 .r-item2:hover {
  color: #c0aa04;
}

#main #sec6 .r-item2:hover::after,
#main #sec6 .r-item2:hover::before {
  transform: scale(1);
  -webkit-transform: scale(1);
}

@media screen and (max-width: 768px) {
  #main #sec6 .r-item {
    width: 100%;
  }

  #main #sec6 .r-item2 {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  #main #sec6 p {
    font-size: 90%;
  }
}

footer {
  height: 84px;
  font-size: 90%;
  width: 100%;
}

footer a {
  color: #fff;
}

.footer-wrap {
  width: 100%;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
}

.footer-wrap p {
  color: #fff;
  margin-bottom: 0;
  font-size: 90%;
}

.footer-wrap p.f-shopname {
  font-family: "Amiri-Bold";
  font-size: 150%;
  margin-top: 15px;
}

.footer-wrap p.f-address {
  margin-bottom: 20px;
}

p.copy {
  margin-top: 4rem;
  font-size: 0.8rem;
}

.sns-icon {
  margin-top: 20px;
  letter-spacing: 2.5px;
}

.snslink-i {
  margin-right: 20px;
}

.sns-icon a {
  color: #fff;
}

.snslink-i:before {
  content: url("../img/instagram-icon.png");
  margin-right: 5px;
  position: relative;
  top: 5px;
}

.snslink-b:before {
  content: url("../img/blog-icon.png");
  margin-right: 5px;
  position: relative;
  top: 5px;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 5;
}

@media only screen and (max-width: 1024px) {
  .cd-fixed-bg.cd-bg-7 {
    height: 450px;
  }

  .footer-wrap {
    height: auto;
    padding-top: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .cd-fixed-bg.cd-bg-7 {
    height: 450px;
  }
}

@media only screen and (max-width: 480px) {
  .cd-fixed-bg.cd-bg-7 {
    height: 130px;
  }

  .footer-wrap {
    width: 100%;
    padding-top: 0.5rem;
  }

  .sns-icon span {
    font-size: 90%;
  }

  p.copy {
    margin-top: 1.5rem;
  }

  #pageTop img {
    zoom: 0.6;
  }
}
