@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap");
@import url("https://use.typekit.net/ewa8uhv.css");
body {
  font-family: '游ゴシック', sans-serif;
  margin: 0;
  line-height: 1.5;
  word-wrap: break-word;
  font-size: 16px;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
}
p {
  line-height: 1.5;
  margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h2 {
  font-size: 42px;
  font-family: 'BIZ UDPGothic', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.07em;
}
h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}
h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}

@media (max-width: 1199px) {

}
@media (max-width: 991px) {
  body {
    font-size: 15px;
  }
  h2 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
}
a {
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
a:link {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:focus {
  outline: none;
}
i,img {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 1199px) {
  a {
    font-size: 14px;
  }
}
.mt-xs {
  margin-top: 10px;
}
.mt-sm {
  margin-top: 20px;
}
.mt-md {
  margin-top: 40px;
}
.mt-lg {
  margin-top: 60px;
}
.mb-xs {
  margin-bottom: 10px !important;
}
.mb-sm {
  margin-bottom: 20px;
}
.mb-sm-s {
  margin-bottom: 30px;
}
.mb-md {
  margin-bottom: 40px;
}
.mb-lg {
  margin-bottom: 60px;
}
.mb-no {
  margin-bottom: 0 !important;
}
@media (min-width: 992px) {
  .show-tab { display: none; }
}
@media (max-width: 991px) {
  .show-tab { display: block; }
}
@media (min-width: 768px) {
  .show-pc { display: block; }
  .show-mb { display: none; }
}
@media (max-width: 767px) {
  .show-pc { display: none; }
  .show-mb { display: block !important; }
}
img.fit {
  width: 100%;
}

/* --------------------------------------------------------------------------

Elements

-------------------------------------------------------------------------- */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
}
@media (min-width: 768px) {
  .container {
    width: 650px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 870px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1100px;
  }
}
.link-button {
  width: 230px;
}
.link-button a {
  background-color: #9ac28b;
  border: solid 1px #9ac28b;
  border-radius: 10px;
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  position: relative;
}
.link-button a:after {
  content: '';
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  width: 7px;
  height: 7px;
  display: block;
  position: absolute;
  top: 22px;
  right: 40px;
  transform: rotate(-45deg);
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.link-button a:hover {
  background-color: #fff;
  color: #9ac28b;
}
.link-button a:hover:after {
  border-right: solid 1px #9ac28b;
  border-bottom: solid 1px #9ac28b;
}
/* --------------------------------------------------------------------------

List

-------------------------------------------------------------------------- */
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ol {
  padding-left: 25px;
}
ol li {
  font-size: 14px;
  line-height: 1.3;
  padding: 2px 0;
}

/* --------------------------------------------------------------------------

Vegas

-------------------------------------------------------------------------- */
.vegas-wrapper,
.vegas-overlay,
.vegas-timer,
.vegas-slide,
.vegas-slide-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border: none;
    padding: 0;
    margin: 0;
}

.vegas-overlay {
    opacity: .5;
    background: transparent url("overlays/02.png") center center repeat;
}

.vegas-timer {
    top: auto;
    bottom: 0;
    height: 2px;
}

.vegas-timer-progress {
    width: 0%;
    height: 100%;
    background: white;
    transition: width ease-out;
}

.vegas-timer-running .vegas-timer-progress {
    width: 100%;
}

.vegas-slide,
.vegas-slide-inner {
    margin: 0;
    padding: 0;
    background: transparent center center no-repeat;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    will-change: transform, opacity;
}

body .vegas-container {
    overflow: hidden !important;
    position: relative;
}

.vegas-video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

body.vegas-container {
    overflow: auto;
    position: static;
    z-index: -2;
}

body.vegas-container > .vegas-timer,
body.vegas-container > .vegas-overlay,
body.vegas-container > .vegas-slide {
    position: fixed;
    z-index: -1;
}

/* Target Safari IOS7+ in order to add 76px */
/*******************************************/
/* blur transition */
/*******************************************/
.vegas-transition-blur,
.vegas-transition-blur2 {
    opacity: 0;
    -webkit-filter: blur(32px) brightness(1.01);
            filter: blur(32px) brightness(1.01);
}

.vegas-transition-blur-in,
.vegas-transition-blur2-in {
    opacity: 1;
    -webkit-filter: blur(0px) brightness(1.01);
            filter: blur(0px) brightness(1.01);
}

.vegas-transition-blur2-out {
    opacity: 0;
}

/*******************************************/
/* burn transition */
/*******************************************/
.vegas-transition-burn,
.vegas-transition-burn2 {
    opacity: 0;
    -webkit-filter: contrast(1000%) saturate(1000%);
            filter: contrast(1000%) saturate(1000%);
}

.vegas-transition-burn-in,
.vegas-transition-burn2-in {
    opacity: 1;
    -webkit-filter: contrast(100%) saturate(100%);
            filter: contrast(100%) saturate(100%);
}

.vegas-transition-burn2-out {
    opacity: 0;
    -webkit-filter: contrast(1000%) saturate(1000%);
            filter: contrast(1000%) saturate(1000%);
}

/*******************************************/
/* fade transition */
/*******************************************/
.vegas-transition-fade,
.vegas-transition-fade2 {
    opacity: 0;
}

.vegas-transition-fade-in,
.vegas-transition-fade2-in {
    opacity: 1;
}

.vegas-transition-fade2-out {
    opacity: 0;
}

/*******************************************/
/* flash transition */
/*******************************************/
.vegas-transition-flash,
.vegas-transition-flash2 {
    opacity: 0;
    -webkit-filter: brightness(25);
            filter: brightness(25);
}

.vegas-transition-flash-in,
.vegas-transition-flash2-in {
    opacity: 1;
    -webkit-filter: brightness(1);
            filter: brightness(1);
}

.vegas-transition-flash2-out {
    opacity: 0;
    -webkit-filter: brightness(25);
            filter: brightness(25);
}

/*******************************************/
/* negative transition */
/*******************************************/
.vegas-transition-negative,
.vegas-transition-negative2 {
    opacity: 0;
    -webkit-filter: invert(100%);
            filter: invert(100%);
}

.vegas-transition-negative-in,
.vegas-transition-negative2-in {
    opacity: 1;
    -webkit-filter: invert(0);
            filter: invert(0);
}

.vegas-transition-negative2-out {
    opacity: 0;
    -webkit-filter: invert(100%);
            filter: invert(100%);
}

/*******************************************/
/* slideDown transition */
/*******************************************/
.vegas-transition-slideDown,
.vegas-transition-slideDown2 {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}

.vegas-transition-slideDown-in,
.vegas-transition-slideDown2-in {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
}

.vegas-transition-slideDown2-out {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}

/*******************************************/
/* slideLeft transition */
/*******************************************/
.vegas-transition-slideLeft,
.vegas-transition-slideLeft2 {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}

.vegas-transition-slideLeft-in,
.vegas-transition-slideLeft2-in {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
}

.vegas-transition-slideLeft2-out {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}

/*******************************************/
/* slideRight transition */
/*******************************************/
.vegas-transition-slideRight,
.vegas-transition-slideRight2 {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}

.vegas-transition-slideRight-in,
.vegas-transition-slideRight2-in {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
}

.vegas-transition-slideRight2-out {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}

/*******************************************/
/* slideUp transition */
/*******************************************/
.vegas-transition-slideUp,
.vegas-transition-slideUp2 {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}

.vegas-transition-slideUp-in,
.vegas-transition-slideUp2-in {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
}

.vegas-transition-slideUp2-out {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}

/*******************************************/
/* swirlLeft transition */
/*******************************************/
.vegas-transition-swirlLeft,
.vegas-transition-swirlLeft2 {
    -webkit-transform: scale(2) rotate(35deg);
            transform: scale(2) rotate(35deg);
    opacity: 0;
}

.vegas-transition-swirlLeft-in,
.vegas-transition-swirlLeft2-in {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 1;
}

.vegas-transition-swirlLeft2-out {
    -webkit-transform: scale(2) rotate(-35deg);
            transform: scale(2) rotate(-35deg);
    opacity: 0;
}

/*******************************************/
/* swirlRight transition */
/*******************************************/
.vegas-transition-swirlRight,
.vegas-transition-swirlRight2 {
    -webkit-transform: scale(2) rotate(-35deg);
            transform: scale(2) rotate(-35deg);
    opacity: 0;
}

.vegas-transition-swirlRight-in,
.vegas-transition-swirlRight2-in {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 1;
}

.vegas-transition-swirlRight2-out {
    -webkit-transform: scale(2) rotate(35deg);
            transform: scale(2) rotate(35deg);
    opacity: 0;
}

/*******************************************/
/* zoomIn transition */
/*******************************************/
.vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
}

.vegas-transition-zoomIn-in,
.vegas-transition-zoomIn2-in {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}

.vegas-transition-zoomIn2-out {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
}

/*******************************************/
/* zoomOut transition */
/*******************************************/
.vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
}

.vegas-transition-zoomOut-in,
.vegas-transition-zoomOut2-in {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}

.vegas-transition-zoomOut2-out {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
}

/*******************************************/
/* kenburns animation */
/*******************************************/
.vegas-animation-kenburns {
    -webkit-animation: kenburns ease-out;
            animation: kenburns ease-out;
}

@-webkit-keyframes kenburns {
    0% {
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@keyframes kenburns {
    0% {
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

/*******************************************/
/* kenburnsDownLeft animation */
/*******************************************/
.vegas-animation-kenburnsDownLeft {
    -webkit-animation: kenburnsDownLeft ease-out;
            animation: kenburnsDownLeft ease-out;
}

@-webkit-keyframes kenburnsDownLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, -10%);
                transform: scale(1.5) translate(10%, -10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsDownLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, -10%);
                transform: scale(1.5) translate(10%, -10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

/*******************************************/
/* kenburnsDownRight animation */
/*******************************************/
.vegas-animation-kenburnsDownRight {
    -webkit-animation: kenburnsDownRight ease-out;
            animation: kenburnsDownRight ease-out;
}

@-webkit-keyframes kenburnsDownRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, -10%);
                transform: scale(1.5) translate(-10%, -10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsDownRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, -10%);
                transform: scale(1.5) translate(-10%, -10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

/*******************************************/
/* kenburnsDown animation */
/*******************************************/
.vegas-animation-kenburnsDown {
    -webkit-animation: kenburnsDown ease-out;
            animation: kenburnsDown ease-out;
}

@-webkit-keyframes kenburnsDown {
    0% {
        -webkit-transform: scale(1.5) translate(0, -10%);
                transform: scale(1.5) translate(0, -10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsDown {
    0% {
        -webkit-transform: scale(1.5) translate(0, -10%);
                transform: scale(1.5) translate(0, -10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

/*******************************************/
/* kenburnsLeft animation */
/*******************************************/
.vegas-animation-kenburnsLeft {
    -webkit-animation: kenburnsLeft ease-out;
            animation: kenburnsLeft ease-out;
}

@-webkit-keyframes kenburnsLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 0);
                transform: scale(1.5) translate(10%, 0);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 0);
                transform: scale(1.5) translate(10%, 0);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

/*******************************************/
/* kenburnsRight animation */
/*******************************************/
.vegas-animation-kenburnsRight {
    -webkit-animation: kenburnsRight ease-out;
            animation: kenburnsRight ease-out;
}

@-webkit-keyframes kenburnsRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 0);
                transform: scale(1.5) translate(-10%, 0);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 0);
                transform: scale(1.5) translate(-10%, 0);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

/*******************************************/
/* kenburnsUpLeft animation */
/*******************************************/
.vegas-animation-kenburnsUpLeft {
    -webkit-animation: kenburnsUpLeft ease-out;
            animation: kenburnsUpLeft ease-out;
}

@-webkit-keyframes kenburnsUpLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 10%);
                transform: scale(1.5) translate(10%, 10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsUpLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 10%);
                transform: scale(1.5) translate(10%, 10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

/*******************************************/
/* kenburnsUpRight animation */
/*******************************************/
.vegas-animation-kenburnsUpRight {
    -webkit-animation: kenburnsUpRight ease-out;
            animation: kenburnsUpRight ease-out;
}

@-webkit-keyframes kenburnsUpRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 10%);
                transform: scale(1.5) translate(-10%, 10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsUpRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 10%);
                transform: scale(1.5) translate(-10%, 10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

/*******************************************/
/* kenburnsUp animation */
/*******************************************/
.vegas-animation-kenburnsUp {
    -webkit-animation: kenburnsUp ease-out;
            animation: kenburnsUp ease-out;
}

@-webkit-keyframes kenburnsUp {
    0% {
        -webkit-transform: scale(1.5) translate(0, 10%);
                transform: scale(1.5) translate(0, 10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsUp {
    0% {
        -webkit-transform: scale(1.5) translate(0, 10%);
                transform: scale(1.5) translate(0, 10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}
/* --------------------------------------------------------------------------

Swiper

-------------------------------------------------------------------------- */
/**
 * Swiper 5.3.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 29, 2020
 */
 @keyframes zoomUp {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  animation: zoomUp 10s linear 0s 1 normal both;
}
.slide-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
}
/*.slide-img img{
  display: block;
  width: 100%;
}*/


@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  width: 100%;
  height: 100vh;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100vh;
  position: relative;
  transition-property: transform;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .swiper-container,
  .swiper-slide,
  .slide-img {
    height: 100vh;
  }
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  left: 0;
  transition: 1200ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  pointer-events: none;
}
@media(max-width: 575px) {
  .swiper-pagination {
    display: none;
  }
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 35px;
  left: 0;
  padding-left: 80px;
  width: 100%;
}
@media (max-width: 1199px) {
  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-container-horizontal > .swiper-pagination-bullets {
    padding-left: 60px;
  }
}
@media (max-width: 991px) {
  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-container-horizontal > .swiper-pagination-bullets {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 25px;
    padding-left: 23px;
  }
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 25px;
  height: 1px;
  display: inline-block;
  background: #fff;
  opacity: 0.3;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* --------------------------------------------------------------------------

Animation

-------------------------------------------------------------------------- */

/*Effect*/
.effect-up {
  -webkit-transform: translate3d(0,100px,0);
  transform: translate3d(0,100px,0);
  opacity: 0 !important;
  -webkit-transition: opacity 1.3s, -webkit-transform 1.3s;
  transition: opacity 1.3s, -webkit-transform 1.3s;
  -o-transition: transform 1.3s, opacity 1.3s;
  transition: transform 1.3s, opacity 1.3s;
  transition: transform 1.3s, opacity 1.3s, -webkit-transform 1.3s;
}
.effect-up-frame {
  -webkit-transform: translate3d(0,-40px,0);
  transform: translate3d(0,-40px,0);
  opacity: 0 !important;
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  -o-transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s, -webkit-transform .5s;
}
.effect-scale {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0 !important;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}
.effect-fade {
  opacity: 0 !important;
  -webkit-transition: opacity 5s, -webkit-transform 5s;
  transition: opacity 5s, -webkit-transform 5s;
  -o-transition: transform 5s, opacity 5s;
  transition: transform 5s, opacity 5s;
  transition: transform 5s, opacity 5s, -webkit-transform 5s;
}
.effect-blur {
  opacity: 0;
  filter: blur(20px);
}
.effect-blur.is-shown {
  opacity: 1;
  filter: blur(0px);
  transition-duration: 1.6s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-property: opacity, filter, transform, -webkit-filter, -webkit-transform;
}
.effect-up.is-shown,
.effect-up-frame.is-shown,
.effect-scale.is-shown {
  -webkit-transform: none;
  transform: none;
  opacity: 1 !important;
}
.effect-fade.is-shown {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .effect-up {
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
  }
}

/*Delay*/
.dl-2 {
  transition-delay: 0.2s;
}
.dl-3 {
  transition-delay: 0.3s;
}
.dl-4 {
  transition-delay: 0.4s;
}
.dl-5 {
  transition-delay: 0.5s;
}
.dl-6 {
  transition-delay: 0.6s;
}
.dl-8 {
  transition-delay: 0.8s;
}
.dl-10 {
  transition-delay: 1s;
}
.dl-20 {
  transition-delay: 2s;
}

/* --------------------------------------------------------------------------

Home

-------------------------------------------------------------------------- */

/*Main Visual*/
.main-visual-wrapper {
  position: relative;
  margin-bottom: 80px;
  overflow: hidden;
}
.main-visual-tagline {
  position: absolute;
  top: 50%;
  left: 80px;
  z-index: 2;
  font-family: 'Playfair Display', serif;
}
.main-visual-tagline-main {
  font-size: 24px;
  color: #c9a66d;
  margin-bottom: 5px;
}
.main-visual-tagline-sub {
  letter-spacing: 0.02em;
}
@media (max-width: 1199px) {
  .main-visual-tagline {
    left: 60px;
  }
  .main-visual-tagline-main {
    font-size: 20px;
  }
  .main-visual-tagline-sub {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .main-visual-wrapper {
    margin-bottom: 60px;
  }
  .main-visual-tagline {
    left: 40px;
  }
  .main-visual-tagline-main {
    font-size: 18px;
    margin-bottom: 2px;
  }
}
@media (max-width: 767px) {
  .main-visual-tagline {
    top: 47%;
    left: 0;
    padding: 0 25px;
  }
  .main-visual-tagline-main {
    margin-bottom: 5px;
  }
}



section.top-main {
  content: '';
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100%;
  position: relative;
}
.top-main-logo {
  position: absolute;
  top: 60px;
  left: 100px;
  z-index: 1;
}
.top-main-logo p {
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 60px;
}
.top-main-logo img {
  height: 200px;
}
.main-top-scroll {
    position: absolute;
    bottom: 80px;
    left: 50%;
    font-size: 13px;
    color: #fff;
    text-align: center;
    transform: translateX(-50%);
    z-index: 1;
}
@media only screen and (max-width: 767.98px) {
    .main-top-scroll {
        font-size:12px;
    }
}
.main-top-scroll:after {
  position: absolute;
  bottom: -80px;
  left: inherit;
  width: 1px;
  height: 60px;
  border-right: 1px solid #fff;
  content: "";
  -webkit-animation: scrollmove 2s cubic-bezier(0.04, 0.435, 0.315, 0.9) infinite;
  animation: scrollmove 2s cubic-bezier(0.04, 0.435, 0.315, 0.9) infinite;
}
@-webkit-keyframes scrollmove {
    0% {
        transform: scaleY(1);
        transform-origin: right bottom;
    }

    50% {
        transform: scaleY(0);
        transform-origin: right bottom;
    }

    51% {
        transform: scaleY(0);
        transform-origin: left top;
    }

    to {
        transform: scaleX(1);
        transform-origin: left top;
    }
}

@keyframes scrollmove {
    0% {
        transform: scaleY(1);
        transform-origin: right bottom;
    }

    50% {
        transform: scaleY(0);
        transform-origin: right bottom;
    }

    51% {
        transform: scaleY(0);
        transform-origin: left top;
    }

    to {
        transform: scaleX(1);
        transform-origin: left top;
    }
}

.top-content-head {
  width: 300px;
  margin-bottom: 100px;
}
.top-content-head h2 {
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
  display: block;
}
.top-content-head span {
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 0;
  border-top: solid 1px #333;
  display: block;
  font-size: 16px;
  font-weight: normal;
}
a.order-button {
  position: fixed;
  width: 130px;
  bottom: 30px;
  right: 30px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
} 
a.order-button img {
  width: 100%;
}
a.order-button.view-button {
  opacity: 1;
}
a.order-button:hover {
  width: 140px;
}
section.top-about {
  margin-bottom: 160px;
}
.top-about-img {
  padding-right: 200px;
}
.top-about-img-content {
  content: '';
  background-image: url(../images/home/main-about-img.jpg);
  background-position: center;
  background-size: cover;
  height: 600px;
  width: 100%;
  position: relative;
  margin-top: 200px;
  margin-bottom: 160px;
}
.top-about-img-content:after {
  content: '';
  display: block;
  background-image: url(../images/home/about-copy.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 300px;
  width: 250px;
  position: absolute;
  left: 70%;
  bottom: -280px;
}
.top-about .row {
  align-items: end;
}
.top-about-col.-col-l {
  flex-basis: 80%;
}
.top-about-col.-col-l p {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 30px;
  letter-spacing: 1px;
  line-height: 2;
}
.top-about-col.-col-r {
  flex-basis: 20%;
}
.top-about-col.-col-r .link-button {
  margin-bottom: 100px;
}
section.top-product {
  margin-bottom: 160px;
}
.top-product-col.-col-l {
  padding-left: 100px;
  flex-basis: 60%;
  display: flex;
}
.top-product-img {
  flex-basis: 50%;
  background-position: center;
  background-size: cover;
  text-align: center;
  height: 600px;
  margin-right: 20px;
}
.top-product-img.product-grape {
  background-image: url(../images/home/main-product-grape.jpg);
}
.top-product-img.product-tomato {
  background-image: url(../images/home/main-product-tomato.jpg);
}
.top-product .product-grape {
  margin-bottom: 0;
}
.top-product .product-tomato {
  margin-bottom: 0;
}
.top-product-img a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
}
.top-product-img a p {
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  border-bottom: solid 1px #fff;
  padding: 0 10px 5px;
  font-family: 'Sawarabi Mincho', serif;
  font-weight: 600;
}
.top-product-col.-col-r {
  flex-basis: 40%;
  margin-left: 60px;
  padding-right: 100px;
}
.top-product-col.-col-r p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 2;
  margin-bottom: 120px;
}
section.top-blog {
  margin-bottom: 160px;
}
.top-blog-col .row {
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.top-blog-col.-col-r {
  flex-basis: 50%;
}
.top-blog-col.-col-l {
  flex-basis: 50%;
}
.blog-box {
  flex-basis: 50%;
  margin-bottom: 40px;
}
.top-blog-col .blog-box a {
  display: block;
  margin-right: 10px;
  margin-left: 10px;
}
.top-blog-col .blog-box img {
  width: 100%;
}
.top-blog-col .blog-box h4 {
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
}
.top-blog-col .blog-box h4 span {
  margin-top: 5px;
  color: #999;
  font-size: 13px;
  font-weight: normal;
  display: block;
}
.top-blog-col.-col-l a.blog-box-content {
  padding-right: 60px;
  display: block;
}
.top-blog-col.-col-l a.blog-box-content img {
  margin-bottom: 30px;
  width: 100%;
}
.top-blog-col.-col-l a.blog-box-content h4 {
  font-size: 16px;
  font-weight: normal;
}
.top-blog-col.-col-l a.blog-box-content h4 span {
  font-size: 14px;
  margin-top: 5px;
  color: #999;
  display: block;
  font-weight: normal;
}
.top-blog-col.-col-l a.blog-box-content p {
  letter-spacing: 1px;
  line-height: 2;
  font-size: 14px;
  margin-top: 10px;
  margin-left: 80px;
  margin-bottom: 0;
}
 .archive-page .pagenation {
  text-align: center;
  margin-bottom: 120px;
 }
 .archive-page .pagenation .page-numbers {
  margin-right: 10px;
  margin-left: 10px;
 }
 .archive-page .pagenation .next {
  border: solid 1px #999;
  padding: 10px;
  margin-left: 10px;
 }
 .archive-page .pagenation .prev {
  border: solid 1px #999;
  padding: 10px;
  margin-right: 10px;
 }
 .archive-page .pagenation span.page-numbers.current {
  border-bottom: solid 1px #333;
  padding-bottom: 10px;
}
@media(max-width: 991px) {
  .top-main-logo {
    top: 30px;
    left: 40px;
  }
  .top-main-logo p {
    margin-bottom: 40px;
  }
  .top-about-img {
    padding-right: 100px;
  }
  .top-about-img-content {
    height: 500px;
  }
  .top-about-img-content:after {
    width: 200px;
  }
  .top-about-col.-col-l {
    padding-right: 20px;
  }
  .top-about-col.-col-l br {
    display: none;
  }
  .top-product-col.-col-r {
    margin-left: 20px;
    padding-right: 60px;
  }
  .top-product-col.-col-l {
    padding-left: 60px;
  }
  .top-blog .row {
    flex-wrap: wrap;
  }
  .top-blog-col.-col-r {
    flex-basis: 100%;
  }
  section.top-blog {
    margin-bottom: 120px;
  }
  .top-blog-col.-col-l {
    display: none;
  }
  .top-blog-col.-col-l a.blog-box-content {
    padding-left: 0;
  }
  .top-blog-col.-col-l a.blog-box-content p {
    margin-left: 30px;
  }
}
@media(max-width: 767px) {
  a.order-button {
    width: 100px;    
    bottom: 15px;
    right: 15px;
  }
  .top-main-logo {
    top: 30px;
    left: 30px;
  }
  .top-main-logo p {
    margin-bottom: 40px;
  }
  .top-content-head {
    margin-bottom: 60px;
  }
  .top-about-img {
    padding-right: 0;
  }
  .top-about-img-content {
    height: 300px;
  }
  .top-about-img-content:after {
    width: 180px;
    left: auto;
    right: 30px;
  }
  .top-about-img-content {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .top-about .row {
    display: block;
  }
  .top-about-col.-col-l {
    padding-right: 0;
    margin-bottom: 60px;
  }
  .top-about-col.-col-r .link-button {
    margin-bottom: 60px;
  }
  section.top-about {
    margin-bottom: 100px;
  }
  .top-product .row {
    flex-wrap: wrap-reverse;
  }
  .top-product-col.-col-l {
    flex-basis: 100%;
  }
  .top-product-col.-col-r {
    flex-basis: 100%;
    padding-right: 0;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .top-product-col.-col-r p {
    margin-bottom: 60px;
  }
  .top-product-col.-col-r {
    margin-bottom: 100px;
  }
  .top-product-img {
    margin-right: 10px;
    margin-left: 10px;
    height: 400px;
  }
  .top-product-col.-col-l {
    padding-left: 10px;
    padding-right: 10px;
  }
  section.top-product {
    margin-bottom: 100px;
  }
  section.top-blog {
    margin-bottom: 60px;
  }
}
@media(max-width: 575px) {
  .top-main-logo {
    top: 20px;
    left: 20px;
  }
  .top-main-logo p {
    font-size: 11px;
    margin-bottom: 30px;
  }
  .top-main-logo img {
    height: 150px;
  }
  .top-content-head {
    width: 100%;
  }
  .top-about-img-content {
    height: 300px;
  }
  .top-about-img-content:after {
    width: 110px;
  }
  .top-product-col.-col-r {
    margin-bottom: 80px;
  }
  .top-product-col.-col-l {
    display: block;
  }
  .top-product-img {
    height: 250px;
    margin-left: 0;
    margin-right: 0;
  }
  .top-product .product-grape {
    margin-bottom: 40px;
  }
}
@media(max-width: 399px) {
  .top-main-logo {
    width: 200px;
  }
}

/* --------------------------------------------------------------------------

Content

-------------------------------------------------------------------------- */
.sub-page-head {
  position: relative;
  display: block;
  text-align: center;
}
.sub-main-logo {
  position: absolute;
  top: 60px;
  left: 100px;
  text-align: left;
}
.sub-main-logo p {
  font-size: 12px;
  letter-spacing: 1px;
  color: #333;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 60px;
}
.sub-page-head h1 {
  font-family: 'Barlow', sans-serif;
  text-align: center;
  padding-top: 220px;
  padding-bottom: 200px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  display: inline-block;
}
.sub-page-head h1 span {
  font-family: '游ゴシック', sans-serif;
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  border-top: solid 1px #333;
  padding-top: 10px;
  margin-top: 10px;
}
.sub-main-logo img {
  height: 180px;
}
.sub-page-heading {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 80px;
}
.sub-page-heading h3 {
  font-size: 20px;
  font-family: 'Barlow', sans-serif;
  display: inline-block;
  border-bottom: solid 1px #333;
  padding-bottom: 10px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.sub-page-heading p {
  font-size: 14px;
  font-family: 'Sawarabi Mincho', serif;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
.product-fruit {
  margin-bottom: 160px;
}
.product-fruit-col {
  flex-basis: 50%;
}
.product-fruit-col a {
  font-family: 'Sawarabi Mincho', serif;
  font-size: 16px;
  display: flex; 
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;
  height: 300px;
  align-items: center;
  vertical-align: middle;
}
.product-fruit-col a.product-fruit-grape {
  background-image: url(../images/content/about-fruit-grape.jpg);
  margin-right: 5px;
}
.product-fruit-col a.product-fruit-tomato {
  background-image: url(../images/content/about-fruit-tomato.jpg);
  margin-left: 5px;
}
.product-fruit-col a h4 {
  text-align: center;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  border-bottom: solid 1px #fff;
  padding-bottom: 5px;
}
p.product-read-text {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 2;
  display: block;
  margin-right: 180px;
  margin-left: 180px;
  margin-top: 0;
  margin-bottom: 80px;
}
.product-list {
  position: relative;
  margin-bottom: 120px;
}
.product-list-img img {
  width: 60%;
  height: auto;
}
.product-list-text {
  position: absolute;
  bottom: -40px;
  right: 0;
  z-index: 1;
  margin-left: 40%;
  padding: 50px;
  border-radius: 15px;
}
.product-list-text-head {
  display: flex;
  margin-bottom: 30px;
}
.product-list-text-head h4 {
  font-family: 'Sawarabi Mincho', serif;
  font-weight: 100;
  flex-basis: 65%;
  font-size: 24px;
}
.product-list-text-head h4 span {
  font-size: 14px;
  border-top: solid 1px #333;
  display: block;
  margin-top: 10px;
  padding-top: 10px;
}
.product-list-text-head p {
  font-family: 'Sawarabi Mincho', serif;
  font-weight: 100;
  font-size: 12px !important;
  margin-top: 0;
  flex-basis: 35%;
  text-align: right;
}
.product-list-text p span {
  display: inline-block;
  margin-top: 10px;
  background-color: #fff56b;
  padding: 3px 5px;
}
.product-list-text p {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 1px;
  margin: 0;
}
.product-grape {
  margin-bottom: 160px;
}
.product-grape .product-list-text {
  background-color: #dde9d6;
}
.product-tomato {
  margin-bottom: 160px;
}
.product-tomato .product-list-text {
  background-color: #efe3db;
}
section.shop-info-banner {
  background-image: url(../images/content/shop-banner-img.jpg);
  background-position: center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 160px;
}
.shop-info-banner .shop-info-banner-text {
  margin-left: 60%;
  color: #fff;
}
.shop-info-banner .shop-info-banner-text h3 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 40px;
}
.shop-info-banner .shop-info-banner-text h3:after {
  content: '';
  background-image: url(../images/content/shop-info-icon.svg);
  background-repeat: no-repeat;
  width: 25px;
  height: 30px;
  position: absolute;
  top: -5px;
  left: 0;
}
.shop-info-banner .shop-info-banner-text p.shop-info-banner-read {
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 40px;
}
.shop-info-banner .shop-info-banner-text p.button-info {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 40px;
}
.shop-info-banner .shop-info-banner-text a {
  width: 70%;
  display: block;
  margin-bottom: 20px;
}
.shop-info-banner .shop-info-banner-text a img {
  width: 100%;
  height: auto;
}
.about-read {
  margin-bottom: 160px;
}
.about-read-col.about-read-col-img {
  flex-basis: 60%;
  content: '';
  background-image: url(../images/content/about-read-img-1.jpg);
  background-position: center;
  background-size: cover;
  height: auto;
}
.about-read-col.about-read-col-text {
  display: flex;
  flex-basis: 40%;
}
.about-read-col.about-read-col-text img {
  height: 400px;
}
.about-read-col.about-read-col-text p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: 400px;
  margin-top: 300px;
  margin-left: 100px;
  margin-right: 80px;
  line-height: 30px;
  font-size: 14px;
  letter-spacing: 2px;
}
.about-copy img {
  width: 70%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  display: block;
  margin-bottom: 100px;
}
.about-copy h3 {
  text-align: center;
  font-family: 'Sawarabi Mincho', serif;
  font-weight: 100;
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 60px;
}
.about-copy p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 2;
  display: block;
  margin-right: 180px;
  margin-left: 180px;
  margin-top: 0;
  margin-bottom: 160px;
}
.about-flow {
  margin-bottom: 160px;
}
.about-flow-img {
  flex-basis: 50%;
}
.about-flow-img img {
  width: 100%;
  height: auto;
}
.about-flow-text {
  flex-basis: 50%;
  padding-left: 100px;
}
.about-flow-text img {
  height: 100px;
  margin-bottom: 30px;
}
.about-flow-text p {
  padding-left: 40px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 2;
  margin-top: 0;
  margin-bottom: 0;
}
.about-flow .row {
  margin-bottom: 60px;
}
.about-profile img {
  width: 100%;
  height: auto;
}
.about-profile-text {
  padding-top: 150px;
  padding-bottom: 80px;
  margin-top: -80px;
  margin-right: 100px;
  margin-left: 100px;
  margin-bottom: 160px;
  background-color: #dde9d6;
  display: flex;
  border-radius: 20px;
}
.about-profile-col.-col-l {
  flex-basis: 30%;
  padding-top: 60px;
}
.about-profile-col.-col-l h4 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 30px;
}
.about-profile-col.-col-l p {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
}
.about-profile-col.-col-r {
  flex-basis: 70%;
}
.about-profile-col.-col-r p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 30px;
}
section.blog-archive {
  margin-bottom: 60px;
}
.blog-archive .row {
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.blog-col {
  flex-basis: 33.333%;
  margin-bottom: 60px;
}
.blog-col img {
  width: 100%;
}
.blog-col a {
  display: block;
  margin-right: 10px;
  margin-left: 10px;
}
.blog-col a:hover {　
  opacity: 0.7;
}
.blog-col a h4 {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 5px;
}
.blog-col a p {
  font-size: 10px;
  margin: 0;
}
.single-blog .row {
  padding-right: 150px;
  padding-left: 150px;
}
.single-blog-col.-col-l {
  flex-basis: 20%;
}
.single-blog-col.-col-r {
  flex-basis: 80%;
}
.single-blog-col.-col-l p {
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 0;
}
.single-blog-col.-col-r img {
  width: 100%;
  height: auto;
}
.single-blog-col.-col-r h2 {
  font-size: 16px;
  font-weight: 400;
  border-bottom: solid 1px #333;
  padding-bottom: 10px;
  margin-bottom: 80px
}
.single-blog-area {
  margin-top: 60px;
  margin-bottom: 160px;
}
.single-blog-area p {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 40px;
} 
.single-blog-area img {
  margin-bottom: 40px;
}
.contact-section {
  margin-bottom: 160px;
}
.contact-form-area {
  padding-right: 200px;
  padding-left: 200px;
}
.contact-form-area p {
  font-size: 14px;
  margin: 0;
}
.contact-form-area input {
  font-size: 16px;
}
.contact-form-area .flex-block {
  display: flex;
  border-bottom: solid 1px #333;
  margin-bottom: 50px;
}
.contact-form-area .flex-block p {
  margin: 0;
  flex-basis: 10%;
}
.contact-form-area .form-block span {
  width: 100%;
  flex-basis: 90%;
}
.contact-form-area .form-block input {
  background-color: #fff;
  width: 100%;
  border: none;
  outline: none;
  padding-bottom: 10px;
}
.contact-form-area .form-block .textarea-box {
  width: 100%;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 80px;
  border: solid 1px #333;
}
.contact-form-area .form-block textarea {
  width: 100%;
  outline: none;
  padding: 10px;
  border: none;
  box-sizing: border-box;
  margin: 0;
}
.send-button input {
  text-align: center;
  width: 400px;
  color: #fff;
  outline: none;
  border: solid 1px #9ac28b;
  background-color: #9ac28b;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.send-button input:hover {
  color: #9ac28b;
  background-color: #fff;
}
.screen-reader-response p {
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: bold;
}
.wpcf7-response-output {
  text-align: center;
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
}
@media(max-width: 1299px) {
  .about-read-col.about-read-col-img {
    flex-basis: 50%;
  }
  .about-read-col.about-read-col-text {
    flex-basis: 50%;
  }
  .about-profile-text {
    margin-right: 50px;
    margin-left: 50px;
  }
  .single-blog .row {
    padding-right: 40px;
    padding-left: 40px;
  }
  .contact-form-area {
    padding-right: 100px;
    padding-left: 100px;
  }
}
@media(max-width: 991px) {
  .sub-main-logo {
    top: 30px;
    left: 40px;;
  }
  .sub-main-logo p {
    margin-bottom: 40px;
  }
  .sub-page-head h1 {
    padding-top: 190px;
    padding-bottom: 130px;
  }
  .about-read-col.about-read-col-text p {
    margin-top: 250px;
    margin-left: 60px;
    margin-right: 40px;
  }
  .about-read-col.about-read-col-text img {
    height: 350px;
  }
  .about-copy img {
    width: 90%;
  }
  .about-copy p {
    margin-right: 100px;
    margin-left: 100px;
  }
  .about-flow-text {
    padding-left: 30px;
  }
  .about-flow-text p {
    padding-left: 0;
  }
  .shop-info-banner .shop-info-banner-text {
    margin-left: 50%;
  }
  .about-profile-text {
    margin-right: 50px;
    margin-left: 50px;
    padding: 120px 30px 40px;
  }
  p.product-read-text {
    margin-right: 0;
    margin-left: 0;
  }
  .product-list-img {
    padding-right: 40px;
  }
  .product-list-img img {
    width: 100%;
  }
  .product-list-text {
    position: relative;
    margin-left: 40px;
    margin-top: -80px;
    padding: 40px;
  }
  .single-blog .row  {
    flex-wrap: wrap;
    padding-right: 0;
    padding-left: 0;
  }
  .single-blog-col.-col-l {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  .single-blog-col.-col-r {
    flex-basis: 100%;
  }
  .single-blog-col.-col-r h2 {
    margin-bottom: 60px;
  }
  .single-blog-area {
    margin-bottom: 100px;
  }
  .contact-form-area {
    padding-left: 0;
    padding-right: 0;
  }
}
@media(max-width: 767px) {
  .sub-main-logo {
    top: 30px;
    left: 30px;;
  }
  .sub-main-logo img {
    height: 150px;
  }
  .sub-main-logo p {
    margin-bottom: 40px;
  }
  .sub-page-head h1 {
    padding-top: 160px;
    padding-bottom: 100px;
  }
  .sub-page-heading {
    margin-bottom: 60px;
  }
  .about-read {
    margin-bottom: 100px;
  }
  .about-read .row {
    display: block;
  }
  .about-read-col.about-read-col-text img {
    height: 300px;
  }
  .about-copy img {
    margin-bottom: 60px;
  }
  .about-copy h3 {
    margin-bottom: 40px;
  }
  .about-copy p {
    margin-bottom: 100px;
    margin-right: 0;
    margin-left: 0;
  }
  .about-read-col.about-read-col-img {
    height: 300px;
    margin-bottom: 60px;
  }
  .about-read-col.about-read-col-text {
    justify-content: center;
  }
  .about-read-col.about-read-col-text p {
    margin-top: 0;
    margin-left: 0;
    margin-right: 30px;
  }
  .about-flow {
    margin-bottom: 100px;
  }
  .about-flow .row {
    flex-wrap: wrap-reverse;
  }
  .about-flow-text {
    flex-basis: 100%;
    padding-left: 0;
  }
  .about-flow-text img {
    margin-bottom: 20px;
  }
  .about-flow-img {
    flex-basis: 100%;
  }
  .about-flow-text p {
    margin-bottom: 30px;
  }
  .shop-info-banner .shop-info-banner-text {
    margin-left: 0;
  }
  .shop-info-banner .shop-info-banner-text a img {
    width: 300px;
  }
  section.shop-info-banner {
    margin-bottom: 100px;
  }
  .about-profile-text {
    border-radius: 0;
    margin-right: 0;
    margin-left: 0; 
    padding-top: 50px;
    margin-bottom: 100px;
  }
  .about-profile-text .row {
    display: block;
  }
  .about-profile-col.-col-l {
    margin-bottom: 40px;
  }
  .product-fruit-col a {
    height: 250px;
  }
  .product-fruit {
    margin-bottom: 100px;
  }
  p.product-read-text {
    margin-bottom: 40px;
  }
  .product-list {
    margin-bottom: 100px;
  }
  .product-list-text {
    padding: 30px;
  }
  .product-grape {
    margin-bottom: 100px;
  }
  .product-tomato {
    margin-bottom: 100px;
  }
  .blog-box {
    flex-basis: 100%;
  }
  .blog-col {
    flex-basis: 50%;
  }
  .single-blog-area {
    margin-top: 40px;
  }
  .single-blog-col.-col-r h2 {
    margin-bottom: 40px;
  }
  .contact-section {
    margin-bottom: 100px;
  }
  .send-button input {
    width: 300px;
  }
  .contact-form-area .flex-block p {
    flex-basis: 15%;
  }
}
@media(max-width: 575px) {
  .sub-main-logo {
    top: 20px;
    left: 20px;;
  }
   .sub-main-logo p {
    font-size: 11px;
    margin-bottom: 30px;
  }
  .about-copy h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .shop-info-banner .shop-info-banner-text a img {
    width: 200px;
  }
  .blog-col {
    flex-basis: 100%;
    margin-bottom: 40px;
  }
  section.blog-archive {
    margin-bottom: 60px;
  }
  .single-blog-area {
    margin-top: 30px;
  }
  .contact-form-area .flex-block {
    margin-bottom: 30px;
  }
  .contact-form-area .flex-block p {
    flex-basis: 20%;
  }
  .contact-form-area .form-block .textarea-box {
    margin-bottom: 60px;
  }
  .send-button input {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media(max-width: 399px) {
  .sub-main-logo {
    width: 200px;
  }
  .about-profile-text {
    padding-right: 0;
    padding-left: 0;
  }
}

/* --------------------------------------------------------------------------

Header

-------------------------------------------------------------------------- */
#header #nav_hbg {
  position: fixed;
  top: 25px;
  right: 25px;
  cursor: pointer;
  z-index: 20;
}
#header-ham #nav_hbg div {
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  width: 40px;
  height: 40px;
  padding: 5px;
  box-sizing: border-box;
  z-index: 999;
}
#header-ham #nav_hbg div span {
  width: 100%;
  height: 1px;
  background-color: #333;
  transition: opacity 0.1s ease, transform 0.3s ease-in-out;
}
#header-ham .clicked span:nth-child(1) {
  transform: translateY(10px) rotate(135deg);
}
#header-ham .clicked span:nth-child(2) {
  opacity: 0;
}
#header-ham .clicked span:nth-child(3) {
  transform: translateY(-10px) rotate(-135deg);
}
#header-ham #nav_hbg {
  position: fixed;
  top: 50px;
  right: 65px;
  cursor: pointer;
  z-index: 20;
}
#header-ham #nav_menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 10;
  background-color: #fff;
}
#header-ham #nav_menu.opened {
  visibility: visible;
  opacity: 1;
}
#header-ham .header-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header ul.header-menu {
  text-align: center;
}
header ul.header-menu li {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: 'Sawarabi Mincho', serif;
}
header ul.header-menu li a {
  font-size: 14px;
  letter-spacing: 1px;
}
header ul.header-menu li a.link-icon {
  position: relative;
  padding-left: 18px;
}
header ul.header-menu li a.link-icon:before {
  content: '';
  background-image: url(../images/common/link-icon.png);
  background-size: contain;
  height: 14px;
  width: 14px;
  position: absolute;
  top: 3px;
  left: 0;
}
header ul.header-menu li a.reservation-button {
  border: solid #fff 1px;
  padding: 10px 15px;
  font-size: 12px;
  margin-top: 25px;
  display: block;
}
@media(max-width: 575px) {
  #header-ham #nav_hbg {
    right: 15px;
  }
}
#home-header #header-ham #nav_hbg div span {
  background-color: #fff;
}
#home-header #header-ham #nav_hbg div span.head-wh {
  background-color: #333;
}
#home-header #header-ham #nav_hbg div.clicked  span {
  background-color: #333; 
}
@media(max-width: 991px) {
  #header-ham #nav_hbg {
    top: 30px;
    right: 40px;
  }
}
@media(max-width: 767px) {
  #header-ham #nav_hbg {
    top: 30px;
    right: 30px;
  }
}
@media(max-width: 575px) {
  #header-ham #nav_hbg {
    top: 20px;
    right: 20px;
  }
}

/* --------------------------------------------------------------------------

Footer

-------------------------------------------------------------------------- */
.footer-contact {
  color: #fff;
  background-image: url(../images/content/contact-img.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  margin-right: 100px;
  margin-left: 100px;
  margin-bottom: 120px;
}
.footer-contact h2 {
  font-family: 'Barlow', sans-serif;
  font-size: 20px;
  display: inline-block;
  border-bottom: solid 1px #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
  width: 300px;
  text-align: center;
}
.footer-contact p {
  font-size: 14px;
  margin-bottom: 40px;
}
.footer-contact a {
  border: solid 1px #fff;
  border-radius: 10px;
  color: #fff;
  width: 230px;
  display: inline-block;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  position: relative;
}
.footer-contact a:hover {
  background-color: #fff;
  color: #666;
}
.footer-bottom {
  background-image: url(../images/content/footer-image.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 30px;
}
.footer-col.-col-l {
  flex-basis: 40%;
  display: flex;
}
.footer-col.-col-r {
  flex-basis: 60%;
  text-align: right;
}
.footer-col.-col-l img {
  height: 200px;
  margin-right: 60px;
}
.footer-address {
  margin-top: 20px;
}
.footer-address p {
  font-size: 14px;
  margin-top: 0; 
  margin-bottom: 5px;
}
.footer-address a {
  display: inline-block;
  color: #fff;
  margin-top: 30px;
  padding-bottom: 5px;
  border-bottom: solid 1px #fff;
}
.footer-address a:hover {
  border-bottom: solid 1px rgba(0,0,0,0);
}
.footer-col.-col-r ul {
  display: flex;
  align-items: center;
  justify-content: right;
  margin-bottom: 60px;
}
.footer-col.-col-r ul li {
  display: inline-block;
  margin-left: 30px;
  font-family: 'Barlow', sans-serif;
}
.footer-col.-col-r ul li a {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
}
.footer-col.-col-r ul li a img {
  width: 20px;
  height: auto;
  margin-top: 7px;
}
.footer-col.-col-r .footer-button {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border: solid 1px #fff;
  padding: 20px 60px;
}
.footer-col.-col-r .footer-button:hover {
  background-color: #fff;
  color: #666;
}
.footer-bottom small {
  color: #fff;
  text-align: center;
  font-size: 12px;
  margin: 60px auto 50px;
  display: block;
}
@media(max-width: 991px) {
  .footer-contact {
    margin-right: 60px;
    margin-left: 60px;
  }
  .footer-col.-col-r ul li {
    margin-left: 15px;
  }
  .footer-col.-col-l img {
    height: 150px;
    margin-right: 40px;
  }
  .footer-col.-col-r .footer-button {
    font-size: 12px;
    padding: 15px 50px;
  }
}
@media(max-width: 767px) {
  .footer-contact {
    margin-right: 20px;
    margin-left: 20px;
  }
  .footer-col.-col-l img {
    margin-right: 20px;
  }
  .footer-contact {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media(max-width: 575px) {
  .footer-contact {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .footer-contact h2 {
    width: 100%;
  }
  .footer-col.-col-l {
    flex-basis: 100%;
  }
  .footer-col.-col-r {
    flex-basis: 100%;
    text-align: left;
    margin-bottom: 60px;
  }
  .footer-bottom .row {
    flex-wrap: wrap-reverse;
  }
  .footer-col.-col-r ul {
    justify-content: left;
  }
  .footer-col.-col-r ul li {
    margin-left: 0;
    margin-right: 15px;
  }
}
@media(max-width: 399px) {
  .footer-col.-col-r ul {
    display: block;
    margin-bottom: 40px;
  }
  .footer-col.-col-r ul li {
    display: block;
    margin-bottom: 15px;
  }
}











