/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 01 2021 | 07:49:33 */
@charset "UTF-8";

/* ============================================
  font
============================================ */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: bottom;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}




/*------------------------
  default css reset
------------------------*/


.site-footer {
  display: none;
}

body, h1, .entry-title a, .entry-content h1, h2, .entry-content h2, h3, .entry-content h3, h4, .entry-content h4, h5, .entry-content h5, h6, .entry-content h6 {
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
}

html, body {
  overflow-x: hidden;
  width: 100%;
}
body {
  min-width: 0 !important;
}
.es-container.page-header {
	display: none;
}
.es-separate-container #primary,
.es-separate-container #secondary {
	padding-bottom: 0;
}
.es-container {
	max-width: 100%;
	padding: 0;
}
.entry-content p {
  margin: 0;
}
.entry-content h2::after {
  content: none;
}
.es_new_block.vertical-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.es_new_block figure img.ofi {
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.es_grid_advlist .es_new_block_name_wrap {
  font-size: 150%;
  padding: 5px 0;
}
.es_grid_advlist p.has-icon {
  font-size: 130%;
  margin-top: 7px;
}
.es_grid_advlist .salespoint p {
  font-size: 130%;
  line-height: 1.5;
}
.es_grid_advlist span[class^="icon-"] {
  padding-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .es_grid_advlist .es_new_block_name_wrap {
    font-size: 120%;
    padding: 5px 0;
  }
  .es_grid_advlist p.has-icon {
    font-size: 110%;
    margin-top: 7px;
  }
  .es_grid_advlist .salespoint p {
    font-size: 110%;
    line-height: 1.5;
  }
}
@media (min-width: 481px) {
  #content .has-4-columns > * {
    width: calc(25% - 10px);
  }

  .site-content a:hover img {
    -moz-transform: inherit;
    -o-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
  }
}

.entry-content h2::after, .editor-styles-wrapper .block-editor-block-list__layout h2::after {
  margin: inherit;
}

@media (max-width: 768px) {
  .es-separate-container #content .es-container {
      padding-left: 0;
      padding-right: 0;
  }

  footer .rights > p {
    margin: 0;
  }
  .site-footer {
    display: none;
  }

  .row>[class^=col-] {
    margin: auto;
  }

  p.aside::before, ul.aside > li::before {
    content: none;
  }
}


@media screen and (max-width: 767px) {
  .entry-content > * {
    padding-left: 0;
    padding-right: 0;
  }
  .entry-content .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .es_new_block.vertical-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .has-4-columns > * {
    width: calc(50% - 5px);
  }
}

/* ============================================
  共通
============================================ */

html {
  overflow-x: hidden;
  font-size: 62.5% !important;
}

html body {
  font-family: "Arial", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000000;
  font-size: 1.5rem;
  line-height: 2;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  min-width: 1280px;
  height: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

a,
a:visited,
a:hover {
  color: inherit;
  outline: none;
  border: none;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
}
img[src$=".svg"] {
  width: 100%;
}

/* img object fit
--------------------------------- */
img.ofi {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.ofi img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}


/* slick
--------------------------------- */
.slick-slide {
  outline: none;
}

/* pc sp
--------------------------------- */
.pc {
  display: block;
}
.sp {
  display: none;
}
.sp-min {
  display: none;
}
br.pc {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .pc, br.pc {
    display: none;
  }
  .sp {
    display: block;
  }
  br.sp {
    display: inline-block;
  }
}
@media only screen and (max-width: 480px) {
  .sp-min {
    display: block;
  }
  br.sp-min {
    display: inline-block;
  }
}

/* flex
--------------------------------- */
#page .flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content:         space-between;
}
#page .flex-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap:         wrap;
}
#page .flex-center {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content:         center;
  -webkit-align-items: center;
  align-items:         center;
}
#page .flex-around {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content:         space-around;
}



/* container
--------------------------------- */
#page .container {
  max-width: 1380px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
#page .container-md {
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}


/* margin padding
--------------------------------- */
#page .mt10 { margin-top: 1rem; }
#page .mt20 { margin-top: 2rem; }
#page .mt30 { margin-top: 3rem; }
#page .mt40 { margin-top: 4rem; }
#page .mt50 { margin-top: 5rem; }
#page .mt60 { margin-top: 6rem; }
#page .mt70 { margin-top: 7rem; }
#page .mt80 { margin-top: 8rem; }
#page .mt90 { margin-top: 9rem; }
#page .mt100 { margin-top: 10rem; }

#page .mb10 { margin-bottom: 1rem; }
#page .mb20 { margin-bottom: 2rem; }
#page .mb30 { margin-bottom: 3rem; }
#page .mb40 { margin-bottom: 4rem; }
#page .mb50 { margin-bottom: 5rem; }
#page .mb60 { margin-bottom: 6rem; }
#page .mb70 { margin-bottom: 7rem; }
#page .mb80 { margin-bottom: 8rem; }
#page .mb90 { margin-bottom: 9rem; }
#page .mb100 { margin-bottom: 10rem; }

#page .pt10 { padding-top: 1rem; }
#page .pt20 { padding-top: 2rem; }
#page .pt30 { padding-top: 3rem; }
#page .pt40 { padding-top: 4rem; }
#page .pt50 { padding-top: 5rem; }
#page .pt60 { padding-top: 6rem; }
#page .pt70 { padding-top: 7rem; }
#page .pt80 { padding-top: 8rem; }
#page .pt90 { padding-top: 9rem; }
#page .pt100 { padding-top: 10rem; }

#page .pb10 { padding-bottom: 1rem; }
#page .pb20 { padding-bottom: 2rem; }
#page .pb30 { padding-bottom: 3rem; }
#page .pb40 { padding-bottom: 4rem; }
#page .pb50 { padding-bottom: 5rem; }
#page .pb60 { padding-bottom: 6rem; }
#page .pb70 { padding-bottom: 7rem; }
#page .pb80 { padding-bottom: 8rem; }
#page .pb90 { padding-bottom: 9rem; }
#page .pb100 { padding-bottom: 10rem; }


/* scrollバー
--------------------------------- */
/*
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 0;
}
::-webkit-scrollbar-thumb {
  box-shadow: none;
  background: #006342;
}
*/


/* font
--------------------------------- */
#page .color-base {
  color: #cec8c4;
}
#page .color-main {
  color: #998e87;
}
#page .font-bold {
  font-weight: bold;
}
#page .font-bold-500 {
  font-weight: 500;
}
#page .text-center {
  text-align: center;
}
#page .text-underline {
  text-decoration: underline;
}

#page .marker {
  background: linear-gradient(transparent 60%, #ffee19 60%);
}



/* background
--------------------------------- */
#page .bg-gray {
  background: #efefef;
}
#page .bg-base {
  background: #cec8c4;
}
#page .bg-main {
  background: #998e87;
}

/* icon
--------------------------------- */


/* inview
--------------------------------- */
#page .js-inview {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#page .js-inview_fadeIn {
  opacity: 0;
  -webkit-transition: opacity 1.2s;
          transition: opacity 1.2s;
          transition-delay: 0.2s;
}
#page .js-inview_top {
  opacity: 0;
  position: relative;
  top: 30px;
  -webkit-transition: opacity 1.2s, top 1.2s;
          transition: opacity 1.2s, top 1.2s;
          transition-delay: 0.2s;
}
#page .js-inview_fadeIn.js-inview_view {
  opacity: 1;
}
#page .js-inview_top.js-inview_view {
  opacity: 1;
  top: 0;
}

#page .js-inview_list .inview_fadeIn_item {
  opacity: 0;
  -webkit-transition: opacity 1.2s;
          transition: opacity 1.2s;
          transition-delay: 0.2s;
}
#page .js-inview_list .inview_top_item {
  opacity: 0;
  position: relative;
  top: 30px;
  -webkit-transition: opacity 1.2s, top 1.2s;
          transition: opacity 1.2s, top 1.2s;
          transition-delay: 0.2s;
}
#page .js-inview_list .inview_fadeIn_item.js-inview_view {
  opacity: 1;
}
#page .js-inview_list .inview_top_item.js-inview_view {
  opacity: 1;
  top: 0;
}




/* svg
--------------------------------- */

#page .svg-include {
  display: inline-block;
}
#page .svg-include svg {
  width: 100%;
  height: auto;
}


/* order
--------------------------------- */
@media only screen and (min-width: 768px) {
  #page .order-pc-1 {
    order: 1;
  }
  #page .order-pc-2 {
    order: 2;
  }
}


/* loader
--------------------------------- */
#page .load-container {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 111;
}

#page .breeding-rhombus-spinner {
  height: 65px;
  width: 65px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

#page .breeding-rhombus-spinner, .breeding-rhombus-spinner * {
  box-sizing: border-box;
}

#page .breeding-rhombus-spinner .rhombus {
  height: calc(65px / 7.5);
  width: calc(65px / 7.5);
  animation-duration: 2000ms;
  top: calc(65px / 2.3077);
  left: calc(65px / 2.3077);
  background-color: #cec8c4;
  position: absolute;
  animation-iteration-count: infinite;
}

#page .breeding-rhombus-spinner .rhombus:nth-child(2n+0) {
   margin-right: 0;
 }

#page .breeding-rhombus-spinner .rhombus.child-1 {
  animation-name: breeding-rhombus-spinner-animation-child-1;
  animation-delay: calc(100ms * 1);
}

#page .breeding-rhombus-spinner .rhombus.child-2 {
  animation-name: breeding-rhombus-spinner-animation-child-2;
  animation-delay: calc(100ms * 2);
}

#page .breeding-rhombus-spinner .rhombus.child-3 {
  animation-name: breeding-rhombus-spinner-animation-child-3;
  animation-delay: calc(100ms * 3);
}

#page .breeding-rhombus-spinner .rhombus.child-4 {
  animation-name: breeding-rhombus-spinner-animation-child-4;
  animation-delay: calc(100ms * 4);
}

#page .breeding-rhombus-spinner .rhombus.child-5 {
  animation-name: breeding-rhombus-spinner-animation-child-5;
  animation-delay: calc(100ms * 5);
}

#page .breeding-rhombus-spinner .rhombus.child-6 {
  animation-name: breeding-rhombus-spinner-animation-child-6;
  animation-delay: calc(100ms * 6);
}

#page .breeding-rhombus-spinner .rhombus.child-7 {
  animation-name: breeding-rhombus-spinner-animation-child-7;
  animation-delay: calc(100ms * 7);
}

#page .breeding-rhombus-spinner .rhombus.child-8 {
  animation-name: breeding-rhombus-spinner-animation-child-8;
  animation-delay: calc(100ms * 8);
}

#page .breeding-rhombus-spinner .rhombus.big {
  height: calc(65px / 3);
  width: calc(65px / 3);
  animation-duration: 2000ms;
  top: calc(65px / 3);
  left: calc(65px / 3);
  background-color: #998e87;
  animation: breeding-rhombus-spinner-animation-child-big 2s infinite;
  animation-delay: 0.5s;
}


@keyframes breeding-rhombus-spinner-animation-child-1 {
  50% {
    transform: translate(-325%, -325%);
  }
}

@keyframes breeding-rhombus-spinner-animation-child-2 {
  50% {
    transform: translate(0, -325%);
  }
}

@keyframes breeding-rhombus-spinner-animation-child-3 {
  50% {
    transform: translate(325%, -325%);
  }
}

@keyframes breeding-rhombus-spinner-animation-child-4 {
  50% {
    transform: translate(325%, 0);
  }
}

@keyframes breeding-rhombus-spinner-animation-child-5 {
  50% {
    transform: translate(325%, 325%);
  }
}

@keyframes breeding-rhombus-spinner-animation-child-6 {
  50% {
    transform: translate(0, 325%);
  }
}

@keyframes breeding-rhombus-spinner-animation-child-7 {
  50% {
    transform: translate(-325%, 325%);
  }
}

@keyframes breeding-rhombus-spinner-animation-child-8 {
  50% {
    transform: translate(-325%, 0);
  }
}

@keyframes breeding-rhombus-spinner-animation-child-big {
  50% {
    transform: scale(0.5);
  }
}

/*
#page .loader,
#page .loader:before,
#page .loader:after {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
#page .loader {
  color: #998e87;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#page .loader:before,
#page .loader:after {
  content: '';
  position: absolute;
  top: 0;
}
#page .loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
#page .loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

*/

@media only screen and (max-width: 767px) {

  html body {
    min-width: 100% !important;
  }


  /* margin padding
  --------------------------------- */
  #page .mt10 { margin-top: 1rem; }
  #page .mt20 { margin-top: 2rem; }
  #page .mt30 { margin-top: calc(3rem / 1.2); }
  #page .mt40 { margin-top: calc(4rem / 1.5); }
  #page .mt50 { margin-top: calc(5rem / 1.5); }
  #page .mt60 { margin-top: calc(6rem / 1.5); }
  #page .mt70 { margin-top: calc(7rem / 1.8); }
  #page .mt80 { margin-top: calc(8rem / 1.8); }
  #page .mt90 { margin-top: calc(9rem / 2); }
  #page .mt100 { margin-top: calc(10rem / 2); }

  #page .mb10 { margin-bottom: 1rem; }
  #page .mb20 { margin-bottom: 2rem; }
  #page .mb30 { margin-bottom: calc(3rem / 1.2); }
  #page .mb40 { margin-bottom: calc(4rem / 1.5); }
  #page .mb50 { margin-bottom: calc(5rem / 1.5); }
  #page .mb60 { margin-bottom: calc(6rem / 1.5); }
  #page .mb70 { margin-bottom: calc(7rem / 1.8); }
  #page .mb80 { margin-bottom: calc(8rem / 1.8); }
  #page .mb80 { margin-bottom: calc(9rem / 2); }
  #page .mb80 { margin-bottom: calc(10rem / 2); }

  #page .pt10 { padding-top: 1rem; }
  #page .pt20 { padding-top: 2rem; }
  #page .pt30 { padding-top: calc(3rem / 1.2); }
  #page .pt40 { padding-top: calc(4rem / 1.5); }
  #page .pt50 { padding-top: calc(5rem / 1.5); }
  #page .pt60 { padding-top: calc(6rem / 1.5); }
  #page .pt70 { padding-top: calc(7rem / 1.8); }
  #page .pt80 { padding-top: calc(8rem / 1.8); }
  #page .pt90 { padding-top: calc(9rem / 2); }
  #page .pt100 { padding-top: calc(10rem / 2); }

  #page .pb10 { padding-bottom: 1rem; }
  #page .pb20 { padding-bottom: 2rem; }
  #page .pb30 { padding-bottom: calc(3rem / 1.2); }
  #page .pb40 { padding-bottom: calc(4rem / 1.5); }
  #page .pb50 { padding-bottom: calc(5rem / 1.5); }
  #page .pb60 { padding-bottom: calc(6rem / 1.5); }
  #page .pb70 { padding-bottom: calc(7rem / 1.8); }
  #page .pb80 { padding-bottom: calc(8rem / 1.8); }
  #page .pb90 { padding-bottom: calc(9rem / 2); }
  #page .pb100 { padding-bottom: calc(10rem / 2); }


}




/* ============================================
  org-menu
============================================ */
#page .org-menu {
  display: none;
  width: 100%;
  max-height: 100vh;
  overflow-y: auto;
  background: rgba(255, 255, 255, .8);
  padding: 5%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 102;
}
#page .org-menu__close {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 4%;
  top: 70px;
  cursor: pointer;

  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#page .org-menu__close img {
  width: 40px;
}
#page .org-menu__close svg {
  width: 40px;
  fill: #998e87;
}
#page .org-menu__logo {
  margin: auto;
}
#page .org-menu__nav {
  width: 300px;
  margin: auto;
}
#page .org-menu__nav-item {
  font-size: 2rem;
  text-align: center;
  border-bottom: 1px solid #bababa;
  margin-top: 30px;
}
#page .org-menu__nav-item a {
  padding: 10px;
  display: block;
}
#page .org-menu__nav-sns-list {
  width: 100%;
  margin-top: 50px;
}
#page .org-menu__nav-sns-item {
  width: 32px;
  height: 32px;
  text-align: center;
  margin: 0 15px;
}
#page .org-menu__nav-sns-item a {
  width: 100%;
  height: 100%;
  transition: opacity .2s;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#page .org-menu__nav-sns-item a:hover {
  opacity: 0.7;
}
#page .org-menu__nav-sns-item svg {
  vertical-align: middle;
  fill: #998e87;
}


/* @media max-767
------------------------------------------- */
@media only screen and (max-width: 767px) {

  #page .org-menu {
    padding: 8% 20px;
  }
  #page .org-menu__close {
    right: 4%;
    top: 20px;
  }
  #page .org-menu__close img,
  #page .org-menu__close svg {
    width: 30px;
  }
  #page .org-menu__logo {
    margin: 0 auto 20px;
    width: 200px;
  }
  #page .org-menu__nav-item {
    font-size: 1.6rem;
    margin-top: 10px;
  }
  #page .org-menu__nav-sns-list {
    margin-top: 30px;
  }
  #page .org-menu__nav-sns-item {
    width: 26px;
    height: 26px;
    text-align: center;
    margin: 0 10px;
  }

}


#page .icon_menu .cls-1{font-size:14px;fill:#fff;font-family:Arial-BoldMT, Arial;font-weight:700;letter-spacing:0.1em;}
#page .icon_menu .cls-2{fill:none;stroke:#fff;stroke-miterlimit:10;stroke-width:2px;}



/* ============================================
  header
============================================ */


/* @media max-767
------------------------------------------- */
@media only screen and (max-width: 767px) {


}

/* ============================================
  fixed-side
============================================ */
#page .fixed-side {
  display: none;
  width: 210px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 101;
}
#page .fixed-side__menu,
#page .fixed-side__contact,
#page .fixed-side__pagetop {
  height: 210px;
  text-align: center;
}
#page .fixed-side__menu {
  background: #998e87;
  cursor: pointer;
  text-align: center;
}
#page .fixed-side__menu .icon_menu {
  width: 50px;
  height: 50px;
}
#page .fixed-side__contact {
  background: #efefef;
}
#page .fixed-side__contact .icon_mail {
  width: 40px;
  height: 28px;
  margin: auto;
}
#page .fixed-side__contact .text {
  font-weight: bold;
}

#page .fixed-side__pagetop {
  background: #231815;
}
#page .fixed-side__contact a,
#page .fixed-side__pagetop a {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#page .fixed-side__pagetop .text {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 10px 0 0 0;
}
#page .fixed-side__pagetop .text::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin: auto;
  border: 1px solid #fff;
  border-style: solid solid none none;
  transform: rotate(-45deg);
}

/* @media
------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1750px) {

  #page .fixed-side {
    width: 150px;
  }
  #page .fixed-side__menu,
  #page .fixed-side__contact,
  #page .fixed-side__pagetop {
    height: 150px;
  }


}

/* @media
------------------------------------------- */
@media only screen and (max-width: 768px) {

  .footer_bt_bar {
    display: none !important;
  }
  #page .fixed-side {
    width: 60px;
    bottom: 0;
  }
  #page .fixed-side__menu,
  #page .fixed-side__contact,
  #page .fixed-side__pagetop {
    height: 60px;
    text-align: center;
  }
  #page .fixed-side__menu .icon_menu {
    width: 36px;
    height: 36px;
  }
  #page .fixed-side__contact .icon_mail {
    width: 26px;
    height: auto;
    margin: auto;
  }
  #page .fixed-side__contact .text {
    font-size: 0.9rem;
    line-height: 1;
  }
  #page .fixed-side__contact .fixed-side__in {
    height: 34px;
  }
  #page .fixed-side__pagetop .text {
    font-size: 0.8rem;
  }

  #page .fixed-side__menu {
    display: none;
  }

}


/* ============================================
  fixed-header
============================================ */

#page .fixed-header {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 101;
}
#page .fixed-header__menu {
  width: 60px;
  background: #998e87;
  cursor: pointer;
  text-align: center;
}
#page .fixed-header__menu {
  height: 60px;
  text-align: center;
}
#page .fixed-header__menu .icon_menu {
  width: 36px;
  height: 36px;
}


/* ============================================
  footer
============================================ */

#page .footer {
  padding: 120px 0 60px;
}
#page .footer__inner {
  max-width: calc(1460px + 8%);
  padding-left: 4%;
  padding-right: 4%;
}
#page .footer__logo {
  width: 290px;
}
#page .footer__logo a {
  display: block;
  transition: opacity .2s;
}
#page .footer__logo a:hover {
  opacity: 0.7;
}
#page .footer__logo img {
  vertical-align: middle;
}
#page .footer__row {
  padding: 80px 0;
}
#page .footer__info {
  color: #fff;
  border-right: 1px solid #fff;
  padding-right: 3%;
  margin-right: 2%;
  width: 535px;
}
#page .footer__nav {
  flex: 1;
  position: relative;
}
#page .footer__nav-item,
#page .footer__nav-site-item {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 10px;
}
#page .footer__nav-item a,
#page .footer__nav-site-item a {
  display: inline-block;
  padding: 0 10px;
}
#page .footer__nav-item a::after,
#page .footer__nav-site-item a::after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background: #fff;
  margin: 5px auto 0;
  transition: width .4s;
}
#page .footer__nav-item a:hover::after,
#page .footer__nav-site-item a:hover::after {
  width: 100%;
}
#page .footer__nav-site-list {
  position: absolute;
  left: 0;
  bottom: 0;
}
#page .footer__nav-sns {
  position: absolute;
  right: 0;
  bottom: 0;
}
#page .footer__nav-sns-item {
  margin: 0 20px;
}
#page .footer__nav-sns-item a {
  transition: opacity .2s;
}
#page .footer__nav-sns-item a:hover {
  opacity: 0.7;
}
#page .footer__nav-sns-item svg {
  fill: #fff;
  width: 28px;
  height: 28px;
}
#page .footer__nav-sns-follow {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin: 10px;
}

#page .footer__copyright {
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}

/* @media max-767
------------------------------------------- */
@media only screen and (max-width: 767px) {

  #page .footer {
    padding: 50px 0 20px;
  }
  #page .footer__row {
    padding: 40px 0 20px;
  }
  #page .footer__logo {
    width: 180px;
  }
  #page .footer__info {
    font-size: 1.4rem;
    color: #fff;
    border: none;
    padding: 0;
    margin: auto;
    width: 100%;
  }
  #page .footer__nav {
    flex: auto;
    padding: 30px 0 0;
  }
  #page .footer__nav-item,
  #page .footer__nav-site-item {
    margin: 10px 0;
    width: 50%;
  }
  #page .footer__nav-site-list {
    position: static;
  }
  #page .footer__nav-sns {
    position: static;
    margin-top: 40px;
  }
  #page .footer__nav-sns-follow {
    font-size: 1.2rem;
    margin: 4px;
  }
  #page .footer__nav-sns-item {
    margin: 0 15px;
  }
  #page .footer__nav-sns-item svg {
    width: 24px;
    height: 24px;
  }
  #page .footer__copyright {
    font-size: 1.1rem;
  }

}
