@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400..900&display=swap");
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSansJP-Light.woff2") format("woff2"), url("../fonts/NotoSansJP-Light.woff") format("woff"), url("../fonts/NotoSansJP-Light.otf") format("otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/NotoSansJP-Regular.woff") format("woff"), url("../fonts/NotoSansJP-Regular.otf") format("otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/NotoSansJP-Medium.woff") format("woff"), url("../fonts/NotoSansJP-Medium.otf") format("otf");
  font-display: swap;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/NotoSansJP-Bold.woff") format("woff"), url("../fonts/NotoSansJP-Bold.otf") format("otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifCJKjp";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSerifCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSerifCJKjp-Regular.otf") format("otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifCJKjp";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSerifCJKjp-SemiBold.woff") format("woff"), url("../fonts/NotoSerifCJKjp-SemiBold.otf") format("otf");
  font-display: swap;
}
/*--------------------------
 ブレークポイント設定
----------------------------*/
.uk-link-toggle:focus .uk-link, .uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
  color: #000;
  text-decoration: none;
}

:focus {
  outline: none;
}

/* 変数 -----*/
/*--------------------------
 共通設定
----------------------------*/
body {
  font-family: "NotoSansCJKjp", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: "palt";
}
body img {
  width: 100%;
}
body .wrap {
  position: relative;
}
body .uk-container {
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  body .uk-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "NotoSansCJKjp", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  color: #000000;
}

/*--------------------------
    フォントサイズ
----------------------------*/
html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  font-size: 16px !important;
  text-align: left !important;
  position: relative;
  letter-spacing: 2px;
  font-weight: 300;
  position: relative;
}

/* リンク img ------*/
a img {
  transition: all 0.5s ease 0s;
}
@media (min-width: 960px) and (min-width: 960px) {
  a:hover {
    text-decoration: none;
    filter: brightness(110%);
  }
}
@media (min-width: 960px) {
  a:hover img {
    transition: all 0.5s ease 0s;
    opacity: 0.7;
  }
}

/* PC時tel無効 ------*/
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media (max-width: 1200px) {
  .uk-hidden-xlarge {
    display: none !important;
  }
}

.uk-visible-xlarge {
  display: none;
}
@media (max-width: 1200px) {
  .uk-visible-xlarge {
    display: block !important;
  }
}

/* --- スマホ縦　非表示　--- */
@media (max-width: 640px) {
  .uk-hidden-xs {
    display: none !important;
  }
}
/* --- スマホ縦のみ表示　--- */
@media (min-width: 480px) {
  .uk-visible-xs {
    display: none !important;
  }
}
@media (max-width: 640px) {
  .uk-visible-xs {
    display: block !important;
  }
}
/*--------------------------
    中央配置
----------------------------*/
/* 上下左右中央配置 */
/* 上下のみ中央配置 */
/* 左右のみ中央配置 */
/* 中央配置解除 */
/* margin auto */
/* タグ */
/* 下線の見出し */
/* 地区リスト （店鋪を探すページ、今週のチラシ（店舗から探す））*/
.svg-wrap {
  height: 0;
  position: relative;
}
.svg-wrap img {
  height: 100%;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

a {
  transition: all 0.5s ease 0s;
  color: #333333;
}
a:hover {
  transition: all 0.5s ease 0s;
}
a.link-color {
  color: #008A33;
  text-decoration: underline;
}

.wrap {
  overflow: clip;
}
@media (max-width: 767px) {
  .wrap {
    overflow: hidden;
  }
}
.wrap > p:first-of-type {
  margin: 0;
}

.att {
  position: relative;
  padding-left: 1.2em;
}
.att:not(:empty)::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

p {
  line-height: 1.9;
}
@media (max-width: 767px) {
  p {
    line-height: 1.5;
  }
}

.f120 {
  font-size: 120% !important;
}

.f110 {
  font-size: 110% !important;
}

.f90 {
  font-size: 90% !important;
}

.f85 {
  font-size: 85% !important;
}

.f80 {
  font-size: 80% !important;
}

.f70 {
  font-size: 70% !important;
}

/*--------------------------
カーソル
----------------------------*/
#stalker {
  position: fixed;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  z-index: 998;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 25px;
  background-clip: padding-box;
  opacity: 0 !important;
}
#stalker::before {
  content: "";
  width: calc(24px * .9);
  height: calc(12px * .9);
  background: url(../img/common/ico_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
#stalker.active {
  opacity: 1 !important;
}

/*--------------------------
 ヘッダー
----------------------------*/
header {
  width: 100%;
  position: relative;
  z-index: 9999;
  padding: 0 20px;
  box-sizing: border-box;
  height: 110px;
  /*--------------------------
   ヘッダーロゴ
  ----------------------------*/
  /*ロゴ -----*/
  /* ナビ -----*/
  /* お問い合わせ-----*/
}
@media (max-width: 959px) {
  header {
    height: 60px;
    position: fixed;
    background: #fff;
  }
}
header .uk-flex {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
@media (max-width: 959px) {
  header .uk-flex {
    display: block;
  }
}
header .hd-logo {
  left: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0;
}
header .hd-logo h1 {
  margin: 0;
}
header .hd-logo a {
  display: block;
  padding: 0;
}
header .hd-logo img {
  width: 320px;
  height: 33.75px;
}
@media (max-width: 1200px) {
  header .hd-logo {
    left: 30px;
  }
  header .hd-logo img {
    width: calc(320px * .9);
    height: calc(33.75px * .9);
  }
}
@media (max-width: 640px) {
  header .hd-logo {
    left: 15px;
  }
  header .hd-logo img {
    width: calc(320px * .7);
    height: calc(33.75px * .7);
  }
}
header .hd__gnavi {
  position: relative;
  margin-right: 180px;
  height: 100%;
}
@media (max-width: 1200px) {
  header .hd__gnavi {
    margin-right: 140px;
  }
}
@media (max-width: 959px) {
  header .hd__gnavi {
    display: none;
  }
}
header .hd__gnavi nav {
  height: 100%;
}
header .hd__gnavi ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  position: relative;
  height: 100%;
  box-sizing: border-box;
}
header .hd__gnavi ul li {
  margin-top: 0 !important;
  position: relative;
}
header .hd__gnavi ul li a {
  font-weight: 500;
  padding: 0px 20px;
  line-height: 1;
  position: relative;
  letter-spacing: 1.5px;
}
@media (min-width: 960px) {
  header .hd__gnavi ul li a:hover {
    color: #008A33;
  }
}
@media (min-width: 1600px) {
  header .hd__gnavi ul li a {
    padding: 0px 25px;
  }
}
@media (max-width: 1200px) {
  header .hd__gnavi ul li a {
    font-size: 15px;
    padding: 0px 10px;
  }
}
header .hd__contact {
  position: absolute;
  top: 0;
  right: 40px;
  /* お問い合わせボタン -----*/
}
@media (max-width: 1200px) {
  header .hd__contact {
    right: 30px;
  }
}
@media (max-width: 959px) {
  header .hd__contact {
    display: none;
  }
}
header .hd__contact__btn a {
  width: 140px;
  height: 130px;
  background: #008A33;
  display: block;
  position: relative;
}
header .hd__contact__btn a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 14px;
  width: 100%;
  font-weight: 500;
  padding-top: 55px;
  letter-spacing: 1.5px;
  line-height: 1.4;
}
header .hd__contact__btn a span::before {
  content: "";
  width: 45px;
  height: 45px;
  background: url(../img/common/ico_contact.svg) no-repeat center/contain;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0;
}
@media (max-width: 1200px) {
  header .hd__contact__btn a {
    width: 120px;
  }
  header .hd__contact__btn a span {
    font-size: 13px;
  }
}
@media (min-width: 960px) {
  header .hd__contact__btn a:hover {
    background: #8CB809;
  }
}
header.uk-sticky.uk-active {
  position: fixed !important;
  background: #fff;
  height: 65px;
  z-index: 9999;
}
header.uk-sticky.uk-active .hd__gnavi {
  margin-right: 155px;
}
@media (max-width: 1200px) {
  header.uk-sticky.uk-active .hd__gnavi {
    margin-right: 135px;
  }
}
header.uk-sticky.uk-active .hd__contact__btn a {
  height: 80px;
  width: 100px;
}
header.uk-sticky.uk-active .hd__contact__btn a span {
  font-size: 10px;
  padding-top: 35px;
  letter-spacing: 1px;
}
header.uk-sticky.uk-active .hd__contact__btn a span::before {
  width: 30px;
  height: 30px;
}

/*--------------------------
 スマホヘッダー
----------------------------*/
.menu__toggle {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  padding: 0;
  z-index: 9999;
  text-align: center;
  display: none;
  background: #008A33;
}
@media (max-width: 959px) {
  .menu__toggle {
    display: block;
  }
}
.menu__toggle__btn {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
  width: 30px;
  height: 20px;
  cursor: pointer;
  text-align: center;
}
.menu__toggle__btn span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  left: 0;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.menu__toggle__btn span:nth-child(1) {
  top: 0px;
  animation: menu-bar01 0.75s forwards;
}
.menu__toggle__btn span:nth-child(2) {
  top: 9px;
  transition: all 0.25s 0.25s;
  opacity: 1;
}
.menu__toggle__btn span:nth-child(3) {
  bottom: 0;
  animation: menu-bar02 0.75s forwards;
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(18px) rotate(45deg);
  }
  50% {
    transform: translateY(18px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-18px) rotate(-45deg);
  }
  50% {
    transform: translateY(-18px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

/* メニュー開 */
.menu__toggle__btn[aria-expanded=true] span:nth-child(1) {
  animation: active-menu-bar01 0.75s forwards;
}
.menu__toggle__btn[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}
.menu__toggle__btn[aria-expanded=true] span:nth-child(3) {
  animation: active-menu-bar03 0.75s forwards;
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(9px) rotate(45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(-9px) rotate(-45deg);
  }
}

.uk-modal.spn__navi {
  background: rgba(0, 0, 0, 0.7);
  padding: 0;
  top: 0px;
  /* お問い合わせボタン -----*/
}
@media (max-width: 767px) {
  .uk-modal.spn__navi {
    padding: 0;
  }
}
.uk-modal.spn__navi .uk-modal-dialog {
  background: #fff;
  width: 100%;
  position: relative;
  z-index: 9998;
  height: 100%;
  overflow-y: scroll;
  padding: 25px 25px;
}
.uk-modal.spn__navi .spn__navi__list {
  padding: 60px 0 0px;
}
.uk-modal.spn__navi .spn__navi__list ul li {
  border-bottom: 1px solid #cccccc;
  margin-top: 0;
}
.uk-modal.spn__navi .spn__navi__list ul li a {
  padding: 15px 10px;
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 1;
}
.uk-modal.spn__navi .sns {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 50px 0;
}
.uk-modal.spn__navi .sns li {
  padding: 0;
}
.uk-modal.spn__navi .sns li:nth-child(n+2) {
  margin-left: 20px;
  margin-top: 0;
}
.uk-modal.spn__navi .sns li::before {
  content: none;
}
.uk-modal.spn__navi .sns li a img {
  width: 25px;
  height: 25px;
}
.uk-modal.spn__navi .spn__contact a {
  background: #008A33;
  display: block;
  text-align: center;
  padding: 15px;
}
.uk-modal.spn__navi .spn__contact a span {
  color: #fff;
  font-size: 16px;
  width: 100%;
  font-weight: 500;
  padding-left: 35px;
  position: relative;
}
.uk-modal.spn__navi .spn__contact a span::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/common/ico_contact.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}

/*--------------------------
 共通事項
----------------------------*/
/* figure ----*/
a {
  transition: all 0.5s ease 0s;
}

.section {
  padding: 150px 0;
}
.section .uk-container {
  position: relative;
}
@media (max-width: 1200px) {
  .section {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 70px 0;
  }
}
@media (max-width: 640px) {
  .section {
    padding: 50px 0;
  }
}

/* contents */
.contents {
  position: relative;
  z-index: 1;
}
.contents::after {
  content: "";
  width: 367px;
  height: 190px;
  background: url(../img/common/img_leaf03.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  bottom: -30px;
}
@media (max-width: 640px) {
  .contents {
    padding-bottom: 150px;
  }
  .contents::after {
    bottom: 0px;
  }
}

/* 見出し */
.ttl01 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 4px;
  margin-bottom: 50px;
}
.ttl01 span {
  font-size: 36px;
  display: block;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 20px;
}
.ttl01 span::after {
  content: "";
  width: 42px;
  height: 4px;
  background: url(../img/common/img_ttl01.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ttl01 span.en {
  font-family: "Playfair Display", serif;
  letter-spacing: 8px;
}
.ttl01 span.jp {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "NotoSerifCJKjp", "Zen Old Mincho", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif !important;
  letter-spacing: 8px;
  font-size: 32px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .ttl01 {
    margin-bottom: 35px;
  }
  .ttl01 span.en {
    letter-spacing: 6px;
  }
  .ttl01 span.jp {
    font-size: 24px;
    letter-spacing: 5px;
  }
}
.ttl01.center {
  text-align: center;
}
.ttl01.center span::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/* ボタン */
.arrow-btn a {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.arrow-btn a span {
  font-weight: 700;
  line-height: 1;
  position: relative;
  font-size: 18px;
  letter-spacing: 4px;
  padding-right: 70px;
  transition: all 0.5s ease 0s;
}
.arrow-btn a span::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: url(../img/common/ico_arrow.svg) #000 no-repeat center/50% auto;
  transition: all 0.5s ease 0s;
}
@media (min-width: 960px) {
  .arrow-btn a:hover span {
    transition: all 0.5s ease 0s;
    color: #008A33;
  }
  .arrow-btn a:hover span::after {
    background-color: #008A33;
    transition: all 0.5s ease 0s;
    right: -5px;
  }
}
.arrow-btn.back a span {
  padding-right: 0;
  padding-left: 70px;
}
.arrow-btn.back a span::after {
  -webkit-transform: translate(0, -50%) scale(-1, 1);
  -ms-transform: translate(0, -50%) scale(-1, 1);
  transform: translate(0, -50%) scale(-1, 1);
  right: auto;
  left: 0;
}
@media (min-width: 960px) {
  .arrow-btn.back a:hover span::after {
    left: -5px;
    right: auto;
  }
}

.wrap {
  position: relative;
  overflow: hidden;
}

/*--------------------------
 トップページ
----------------------------*/
#top {
  /*--------------------------
   メインビジュアル
  ----------------------------*/
  /*--------------------------
   リード文章
  ----------------------------*/
  /*--------------------------
  ラインナップ
  ----------------------------*/
  /*--------------------------
   オーダーメイドのご案内
  ----------------------------*/
  /*--------------------------
   会社案内
  ----------------------------*/
  /*--------------------------
   お知らせ
  ----------------------------*/
}
#top #mv, #top .mv {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  height: calc(100vh - 110px);
  /* スライドショー */
  /* With Flower and Green */
  /* SCROLL */
}
@media (max-width: 959px) {
  #top #mv, #top .mv {
    height: calc(100vh - 60px);
    margin-top: 60px;
  }
}
#top #mv__img, #top .mv__img {
  margin-left: 120px;
  position: relative;
  /* ▼20250228修正 */
  /* ▲20250228修正 */
}
#top #mv__img::before, #top .mv__img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(27, 52, 2, 0.2);
  z-index: 1;
}
#top #mv__img .uk-slideshow-items, #top .mv__img .uk-slideshow-items {
  height: calc(100vh - 110px);
}
@media (max-width: 959px) {
  #top #mv__img, #top .mv__img {
    margin-left: 50px;
  }
  #top #mv__img .uk-slideshow-items, #top .mv__img .uk-slideshow-items {
    height: calc(100vh - 60px);
  }
}
@media (max-width: 767px) {
  #top #mv__img, #top .mv__img {
    margin-left: 35px;
  }
}
@media (max-width: 767px) {
  #top #mv__img img[uk-cover], #top .mv__img img[uk-cover] {
    left: 0px !important;
  }
}
#top #mv__text, #top .mv__text {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 160px;
  z-index: 2;
  width: 60%;
  max-width: 720px;
}
#top #mv__text .svg-wrap, #top .mv__text .svg-wrap {
  width: 100%;
  padding-top: 11.68%;
}
#top #mv__text img.portrait, #top .mv__text img.portrait {
  display: none;
}
@media (max-width: 959px) {
  #top #mv__text, #top .mv__text {
    left: 90px;
  }
}
@media (max-width: 767px) {
  #top #mv__text, #top .mv__text {
    left: 50px;
  }
}
@media (max-width: 959px) and (orientation: portrait) {
  #top #mv__text, #top .mv__text {
    width: 60%;
  }
  #top #mv__text .svg-wrap, #top .mv__text .svg-wrap {
    padding-top: 44.82%;
  }
  #top #mv__text img.portrait, #top .mv__text img.portrait {
    display: block;
  }
  #top #mv__text img.landsape, #top .mv__text img.landsape {
    display: none;
  }
}
@media (max-width: 959px) and (orientation: portrait) and (max-width: 640px) {
  #top #mv__text, #top .mv__text {
    width: calc(100% - 50px - 15px);
  }
}
#top #mv__scroll, #top .mv__scroll {
  position: absolute;
  left: 55px;
  bottom: 30px;
  text-align: center;
}
#top #mv__scroll__img, #top .mv__scroll__img {
  margin-bottom: 8px;
}
#top #mv__scroll__img img, #top .mv__scroll__img img {
  width: 8.5px;
  height: 57.37px;
}
#top #mv__scroll__arrow, #top .mv__scroll__arrow {
  animation: arrow 3s forwards infinite;
}
#top #mv__scroll__arrow img, #top .mv__scroll__arrow img {
  width: 15.75px;
  height: 50px;
}
@media (max-width: 959px) {
  #top #mv__scroll, #top .mv__scroll {
    left: 15px;
  }
}
@media (max-width: 767px) {
  #top #mv__scroll, #top .mv__scroll {
    left: 10px;
    bottom: 20px;
  }
}
@keyframes arrow {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(0px);
  }
  60% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}
#top .ldarea {
  position: relative;
  margin-top: 80px;
  padding-bottom: 250px;
}
@media (max-width: 959px) {
  #top .ldarea {
    margin-top: 0;
    padding-bottom: 100px;
  }
}
#top .ldarea .section__inner {
  max-width: 1600px;
  margin: 0 auto;
}
#top .ldarea__img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#top .ldarea__img > * img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#top .ldarea__img .img01 {
  width: 60%;
  position: relative;
}
#top .ldarea__img .img01 .leaf02 {
  position: absolute;
  right: -100px;
  /* ←20250228修正 */
  top: 230px;
  /* ←20250228修正 */
}
#top .ldarea__img .img01 .leaf02 img {
  width: 230px;
  height: 758px;
}
@media (max-width: 1200px) {
  #top .ldarea__img .img01 {
    width: 63%;
  }
  #top .ldarea__img .img01 .leaf02 {
    right: -60px;
    top: 180px;
  }
  #top .ldarea__img .img01 .leaf02 img {
    width: calc(230px * .8);
    height: calc(758px * .8);
  }
}
@media (max-width: 959px) {
  #top .ldarea__img .img01 {
    width: 70%;
  }
  #top .ldarea__img .img01 .leaf02 {
    left: 30%;
    right: auto;
    top: 50%;
  }
}
@media (max-width: 767px) {
  #top .ldarea__img .img01 .leaf02 {
    left: 20%;
    top: 90%;
    /* ←20250228修正 */
  }
}
@media (max-width: 640px) {
  #top .ldarea__img .img01 .leaf02 {
    left: 50px;
  }
  #top .ldarea__img .img01 .leaf02 img {
    width: calc(230px * .375);
    /* ←20250228修正 */
    height: calc(758px * .375);
    /* ←20250228修正 */
  }
}
#top .ldarea__img .img02 {
  width: calc(40% - 160px);
  margin-top: 130px;
}
@media (max-width: 1200px) {
  #top .ldarea__img .img02 {
    width: calc(37% - 80px);
  }
}
@media (max-width: 959px) {
  #top .ldarea__img .img02 {
    width: 40%;
    margin-left: 60%;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  #top .ldarea__img .img02 {
    width: 50%;
    margin-left: 50%;
  }
}
@media (max-width: 640px) {
  #top .ldarea__img .img02 {
    margin-top: 30px;
  }
}
#top .ldarea__text {
  margin-top: -100px;
}
#top .ldarea__text p {
  margin: 0;
  font-size: 16px;
  line-height: 3;
  letter-spacing: 5px;
}
@media (max-width: 959px) {
  #top .ldarea__text {
    margin-top: -80px;
  }
}
@media (max-width: 767px) {
  #top .ldarea__text {
    margin-top: 50px;
  }
}
@media (max-width: 640px) {
  #top .ldarea__text {
    margin-top: 30px;
  }
  #top .ldarea__text p {
    letter-spacing: 3px;
  }
}
#top .ldarea .leaf01 {
  position: absolute;
  right: 0;
  top: 0;
}
#top .ldarea .leaf01 img {
  width: 370px;
  height: 220px;
}
@media (max-width: 1200px) {
  #top .ldarea .leaf01 img {
    width: calc(370px * .8);
    height: calc(220px * .8);
  }
}
@media (max-width: 959px) {
  #top .ldarea .leaf01 {
    width: calc(40% - 15px);
    top: 0px;
    right: -10%;
  }
  #top .ldarea .leaf01 img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 640px) {
  #top .ldarea .leaf01 {
    width: calc(40% - 8px);
  }
}
#top .lineup__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
}
#top .lineup__title {
  width: 25%;
  text-align: center;
  position: relative;
}
#top .lineup__title__logo {
  width: 50%;
  margin: 0 auto;
}
#top .lineup__title__logo .svg-wrap {
  padding-top: 114.7%;
}
#top .lineup__title > div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
@media (max-width: 959px) {
  #top .lineup__title {
    width: 100%;
  }
  #top .lineup__title > div {
    position: absolute;
    left: auto;
    top: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    padding: 80px 0;
  }
  #top .lineup__title__logo {
    max-width: 200px;
  }
}
@media (max-width: 959px) {
  #top .lineup__title__logo {
    width: 40%;
  }
}
#top .lineup__list {
  width: 75%;
  border-left: 1px solid #DEDEDE;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 959px) {
  #top .lineup__list {
    width: 100%;
    border-left: none;
    border-top: 1px solid #DEDEDE;
  }
}
@media (max-width: 640px) {
  #top .lineup__list {
    border-top: none;
  }
}
#top .lineup__list .product {
  border-right: 1px solid #DEDEDE;
  box-sizing: border-box;
}
#top .lineup__list .product:nth-child(2n) {
  border-right: none;
}
@media (max-width: 640px) {
  #top .lineup__list .product {
    border-right: none;
    border-top: 1px solid #DEDEDE;
  }
}
#top .lineup__list .product a {
  transition: all 0.5s ease 0s;
  position: relative;
}
#top .lineup__list .product a .product__img {
  position: relative;
}
#top .lineup__list .product a .product__name {
  text-align: center;
  padding: 30px 0;
  position: relative;
  z-index: 2;
}
#top .lineup__list .product a .product__name h4 {
  font-family: "NotoSerifCJKjp", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Zen Old Mincho", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif !important;
  font-weight: 500;
  font-size: 20px;
  margin: 0;
}
@media (min-width: 960px) {
  #top .lineup__list .product a:hover {
    transition: all 0.5s ease 0s;
    filter: brightness(100%);
    background: #F7F7F5;
  }
  #top .lineup__list .product a:hover .product__img::before {
    background: rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease 0s;
  }
  #top .lineup__list .product a:hover .product__img img {
    transform: scale(1.05);
    opacity: 1;
  }
}
#top .lineup__list .product.normal {
  width: 33.33%;
}
#top .lineup__list .product.normal a {
  display: block;
  overflow: hidden;
}
#top .lineup__list .product.normal .product__img {
  padding-top: 90%;
  overflow: hidden;
  position: relative;
}
#top .lineup__list .product.normal .product__img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
  transition: all 0.5s ease 0s;
}
#top .lineup__list .product.normal .product__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 640px) {
  #top .lineup__list .product.normal {
    width: 100%;
  }
  #top .lineup__list .product.normal a {
    display: flex;
    flex-wrap: wrap;
  }
  #top .lineup__list .product.normal a .product__img {
    width: calc(100% - 95px);
  }
  #top .lineup__list .product.normal a .product__name {
    width: 95px;
  }
  #top .lineup__list .product.normal a .product__name h4 {
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
    text-align: center;
  }
}
#top .lineup__list .product.wide {
  width: 50%;
  border-top: 1px solid #DEDEDE;
}
#top .lineup__list .product.wide a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}
#top .lineup__list .product.wide a .product__img {
  width: 60%;
  padding: 30px 0;
  text-align: center;
}
#top .lineup__list .product.wide a .product__img img {
  position: relative;
  width: 70%;
  height: auto;
  object-fit: inherit;
}
#top .lineup__list .product.wide a .product__name {
  width: 40%;
}
#top .lineup__list .product.wide a .product__name h4 {
  text-align: left;
}
@media (min-width: 960px) {
  #top .lineup__list .product.wide a:hover {
    background: #F7F7F5;
  }
  #top .lineup__list .product.wide a:hover .product__img::before {
    background: rgba(0, 0, 0, 0);
  }
}
@media (max-width: 640px) {
  #top .lineup__list .product.wide {
    width: 100%;
  }
}
#top .ordermade {
  background: url(../img/top/ordermade_bg.svg) no-repeat center right/auto 75%;
}
@media (max-width: 959px) {
  #top .ordermade {
    background: url(../img/top/ordermade_bg.svg) no-repeat right 80%/auto 40%;
  }
}
@media (max-width: 640px) {
  #top .ordermade {
    background: none;
  }
}
#top .ordermade .uk-flex {
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 1200px) {
  #top .ordermade .uk-flex {
    align-items: stretch;
  }
}
#top .ordermade__img {
  width: 50%;
}
#top .ordermade__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 959px) {
  #top .ordermade__img {
    width: 100%;
  }
}
#top .ordermade__text {
  width: 50%;
  padding-left: 60px;
  box-sizing: border-box;
}
#top .ordermade__text .arrow-btn {
  margin-top: 80px;
}
@media (min-width: 1600px) {
  #top .ordermade__text {
    padding-left: 80px;
  }
}
@media (max-width: 1200px) {
  #top .ordermade__text {
    padding-left: 30px;
  }
  #top .ordermade__text .arrow-btn {
    margin-top: 50px;
  }
}
@media (max-width: 959px) {
  #top .ordermade__text {
    width: 100%;
    padding: 30px 0px;
  }
}
@media (max-width: 640px) {
  #top .ordermade__text p br {
    display: none;
  }
}
#top .about {
  position: relative;
  background: #e5e5df;
  background: linear-gradient(90deg, #f7f7f7 0%, #e5e5df 100%);
}
@media (max-width: 767px) {
  #top .about {
    background: #f7f7f7;
    background: linear-gradient(90deg, #f7f7f7 0%, #f7f7f7 100%);
  }
}
#top .about::before, #top .about::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
#top .about::after {
  background: url(../img/top/about_bg.png) no-repeat right top/auto 100%;
  z-index: 0;
}
@media (max-width: 959px) {
  #top .about::after {
    background-position: 70% top;
  }
}
@media (max-width: 767px) {
  #top .about::after {
    background-position: 65% top;
    opacity: 0.2;
  }
}
#top .about::before {
  background: url(../img/top/about_shadow.png) no-repeat left top/50% auto;
  opacity: 0.22;
}
#top .about__text {
  width: 50%;
  position: relative;
  z-index: 2;
  min-width: 600px;
}
#top .about__text p {
  letter-spacing: -0.01em;
  text-align: justify;
  text-align-last: justify;
}
#top .about__text .linkarea {
  margin-top: 60px;
}
#top .about__text .linkarea > * a {
  height: 90px;
  display: block;
  position: relative;
  transition: all 0.5s ease 0s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
#top .about__text .linkarea > * a span {
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 15px;
  transition: all 0.5s ease 0s;
}
#top .about__text .linkarea > * a::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: url(../img/common/ico_arrow.svg) #000 no-repeat center/50% auto;
  transition: all 0.5s ease 0s;
}
@media (min-width: 960px) {
  #top .about__text .linkarea > * a:hover {
    background: rgba(255, 255, 255, 0.4);
    transition: all 0.5s ease 0s;
  }
  #top .about__text .linkarea > * a:hover span {
    color: #008A33;
    transition: all 0.5s ease 0s;
  }
  #top .about__text .linkarea > * a:hover::after {
    background-color: #008A33;
    transition: all 0.5s ease 0s;
    right: 15px;
  }
}
@media (max-width: 959px) {
  #top .about__text {
    width: 70%;
    min-width: auto;
  }
  #top .about__text br {
    display: none;
  }
}
@media (max-width: 640px) {
  #top .about__text {
    margin-bottom: 25px;
    min-width: auto;
    width: 100%;
  }
  #top .about__text p {
    padding: 0px 10px;
  }
  #top .about__text p br {
    display: none;
  }
}
#top .news__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 959px) {
  #top .news__inner {
    padding-bottom: 150px;
  }
}
@media (max-width: 640px) {
  #top .news__inner {
    padding-bottom: 100px;
  }
}
#top .news__title {
  width: 315px;
}
#top .news__title .arrow-btn {
  margin-top: 100px;
}
@media (max-width: 959px) {
  #top .news__title {
    width: 100%;
  }
  #top .news__title .arrow-btn {
    margin: 30px 0;
    position: absolute;
    right: 30px;
    bottom: 0;
  }
}
#top .news__cont {
  width: 60%;
}
#top .news__cont ul {
  margin: 0;
  border-top: 1px solid #dedede;
}
#top .news__cont ul li {
  border-bottom: 1px solid #dedede;
  margin-top: 0;
}
#top .news__cont ul li a {
  display: block;
  padding: 35px 10px;
}
#top .news__cont ul li a span {
  display: inline-block;
}
#top .news__cont ul li a span.date {
  font-family: "Playfair Display", serif;
  font-size: 14px;
  color: #808080;
}
#top .news__cont ul li a span.cate {
  font-size: 12px;
  color: #008A33;
  border: 1px solid #008A33;
  padding: 5.5px;
  line-height: 1;
  width: 100px;
  box-sizing: border-box;
  text-align: center;
  margin: 0 15px;
  font-weight: 700;
}
#top .news__cont ul li a span.title {
  display: block;
  margin-top: 10px;
  font-weight: 500;
  line-height: 1.8;
  transition: all 0.5s ease 0s;
}
@media (min-width: 960px) {
  #top .news__cont ul li a:hover span.title {
    color: #008A33;
    transition: all 0.5s ease 0s;
  }
}
@media (max-width: 1200px) {
  #top .news__cont ul li a {
    padding: 25px 10px;
  }
}
@media (max-width: 1200px) and (max-width: 1200px) {
  #top .news__cont ul li a span.title {
    margin-top: 15px;
    width: 100%;
  }
}
@media (max-width: 959px) {
  #top .news__cont {
    width: 100%;
  }
}

/*--------------------------
 下層ページ共通
----------------------------*/
body.page .page__head {
  margin-left: 120px;
  background: #EAEAE6;
  width: calc(100% - 120px);
  padding: 100px 0 100px 65px;
  position: relative;
  box-sizing: border-box;
}
body.page .page__head h2 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  color: #666666;
}
body.page .page__head h2 span {
  font-size: 42px;
  color: #003074;
  display: block;
  font-family: "Playfair Display", serif;
  letter-spacing: 7px;
  line-height: 1;
  margin-bottom: 15px;
}
body.page .page__head::after {
  content: "";
  width: 372px;
  height: 220px;
  background: url(../img/common/img_leaf01.svg) no-repeat right/contain;
  position: absolute;
  right: 0;
  bottom: -70px;
}
@media (max-width: 1280px) {
  body.page .page__head {
    margin-left: 30px;
    width: calc(100% - 30px);
  }
}
@media (max-width: 959px) {
  body.page .page__head {
    padding: 70px 0 70px 40px;
  }
  body.page .page__head::after {
    width: calc(372px * .8);
    height: calc(220px* .8);
    bottom: -50px;
  }
}
@media (max-width: 640px) {
  body.page .page__head {
    margin-left: 15px;
    width: calc(100% - 15px);
    padding: 50px 0 50px 20px;
  }
  body.page .page__head h2 {
    font-size: 16px;
  }
  body.page .page__head h2 span {
    font-size: 32px;
    margin-bottom: 8px;
    letter-spacing: 4px;
  }
  body.page .page__head::after {
    width: 50%;
    height: 0px;
    padding-top: 30%;
    bottom: -25px;
  }
}
body.page .contents > *:last-child {
  padding-bottom: 200px;
}
@media (max-width: 640px) {
  body.page .contents > *:last-child {
    padding-bottom: 100px;
  }
}

/*--------------------------
 商品一覧
----------------------------*/
body#product-list {
  /* ラインナップ */
}
body#product-list .searcharea__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: 1px solid #C3D5BF;
  align-items: center;
}
body#product-list .searcharea__title {
  margin: 0;
  width: 20%;
  text-align: center;
}
body#product-list .searcharea__title h3 {
  font-size: 18px;
  color: #003074;
  font-weight: bold;
  position: relative;
  padding-left: 35px;
  display: inline-block;
  margin: 0;
}
body#product-list .searcharea__title h3::before {
  content: "";
  width: 26px;
  height: 26px;
  background: url(../img/common/ico_search.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}
@media (max-width: 959px) {
  body#product-list .searcharea__title {
    width: 100%;
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  body#product-list .searcharea__title h3 {
    font-size: 16px;
    padding-left: 25px;
  }
  body#product-list .searcharea__title h3::before {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 640px) {
  body#product-list .searcharea__title {
    padding: 10px 0;
  }
}
body#product-list .searcharea__conts {
  width: 60%;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
}
body#product-list .searcharea__conts::before, body#product-list .searcharea__conts::after {
  content: "";
  width: 1px;
  height: calc(100% - 70px );
  background: #C3D5BF;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
body#product-list .searcharea__conts::before {
  left: 0;
}
body#product-list .searcharea__conts::after {
  right: 0;
}
@media (max-width: 959px) {
  body#product-list .searcharea__conts {
    width: 100%;
  }
  body#product-list .searcharea__conts::before, body#product-list .searcharea__conts::after {
    width: calc(100% - 50px );
    height: 1px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: auto;
  }
  body#product-list .searcharea__conts::before {
    top: 0;
  }
  body#product-list .searcharea__conts::after {
    bottom: 0;
  }
}
@media (max-width: 640px) {
  body#product-list .searcharea__conts {
    padding: 20px;
  }
  body#product-list .searcharea__conts::before, body#product-list .searcharea__conts::after {
    width: calc(100% - 30px );
  }
}
body#product-list .searcharea__conts dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
body#product-list .searcharea__conts dl dt, body#product-list .searcharea__conts dl dd {
  box-sizing: border-box;
  padding: 15px 0;
}
body#product-list .searcharea__conts dl dt {
  width: 7em;
  padding: 20px 0;
}
body#product-list .searcharea__conts dl dd {
  width: calc(100% - 7em);
}
body#product-list .searcharea__conts dl dd input {
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
}
body#product-list .searcharea__conts dl dd .size {
  font-weight: 400;
  margin: 0;
}
body#product-list .searcharea__conts dl dd .size:nth-child(n+2) {
  margin-top: 8px;
}
body#product-list .searcharea__conts dl dd .size .select-wrap {
  display: inline-block;
  width: calc((100% - 8em - 40px) / 2);
  margin: 0 10px;
  position: relative;
  font-size: 16px;
}
body#product-list .searcharea__conts dl dd .size .select-wrap select {
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 16px;
  width: 100%;
  appearance: none;
}
body#product-list .searcharea__conts dl dd .size .select-wrap select::-ms-expand {
  display: none;
}
body#product-list .searcharea__conts dl dd .size .select-wrap::after {
  content: "";
  right: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7E7E7E transparent transparent transparent;
  pointer-events: none;
}
@media (max-width: 767px) {
  body#product-list .searcharea__conts dl dd .size .select-wrap::after {
    right: 5px;
    border-width: 6.4px 4px 0 4px;
  }
}
@media (max-width: 1200px) {
  body#product-list .searcharea__conts dl {
    display: block;
  }
  body#product-list .searcharea__conts dl dt {
    width: 100%;
    padding: 0;
  }
  body#product-list .searcharea__conts dl dt:nth-child(n+2) {
    margin-top: 20px;
  }
  body#product-list .searcharea__conts dl dd {
    width: 100%;
    padding-bottom: 0;
    padding-top: 10px;
  }
}
@media (max-width: 959px) {
  body#product-list .searcharea__conts dl {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  body#product-list .searcharea__conts dl dt, body#product-list .searcharea__conts dl dd {
    font-size: 14px;
  }
  body#product-list .searcharea__conts dl dd .size {
    font-size: 12px;
  }
  body#product-list .searcharea__conts dl dd .size label {
    font-size: 14px;
  }
  body#product-list .searcharea__conts dl dd .size .select-wrap {
    margin: 0 5px;
    width: calc((100% - 7.5em - 20px) / 2);
    font-size: 14px;
  }
  body#product-list .searcharea__conts dl dd .size .select-wrap select {
    font-size: 14px;
  }
}
body#product-list .searcharea__btn {
  width: 20%;
  text-align: center;
}
body#product-list .searcharea__btn button {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border: none;
  background: #8CB809;
  line-height: 1;
  padding: 17px 5px;
  box-sizing: border-box;
  width: 150px;
  transition: all 0.5s ease 0s;
  border-radius: 3px;
}
@media (min-width: 960px) {
  body#product-list .searcharea__btn button:hover {
    background: #008A33;
    transition: all 0.5s ease 0s;
  }
}
@media (max-width: 1200px) {
  body#product-list .searcharea__btn button {
    width: 120px;
  }
}
@media (max-width: 959px) {
  body#product-list .searcharea__btn {
    padding: 30px 0;
    width: 100%;
  }
  body#product-list .searcharea__btn button {
    width: 150px;
  }
}
@media (max-width: 640px) {
  body#product-list .searcharea__btn {
    padding: 15px 0 20px;
  }
}
body#product-list .lineup {
  padding: 0px 0 150px;
}
@media (max-width: 767px) {
  body#product-list .lineup {
    padding: 0px 0 100px;
  }
}
@media (max-width: 959px) {
  body#product-list .lineup {
    padding: 0px 0 30px;
  }
}
body#product-list .lineup__list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #DEDEDE;
  margin-bottom: 20px;
}
body#product-list .lineup__list .product {
  width: 20%;
  text-align: center;
  box-sizing: border-box;
  background: #fff;
  filter: drop-shadow(0 0 0px rgba(0, 0, 0, 0));
  display: block;
  padding: 0px;
  border-right: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
}
body#product-list .lineup__list .product:nth-child(5n) {
  border-right: none;
}
body#product-list .lineup__list .product__img {
  object-fit: contain;
  padding: 20px;
}
body#product-list .lineup__list .product__name h4 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0 0 45px;
}
@media (max-width: 1200px) {
  body#product-list .lineup__list .product__name h4 {
    margin: 0 0 20px;
  }
}
@media (min-width: 960px) {
  body#product-list .lineup__list .product:hover {
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
    opacity: 1;
    z-index: 1;
    background: #fff;
    background: linear-gradient(0deg, #eef2d9 0%, white 20%, white 100%);
    transition: all 0.5s ease 0s;
  }
  body#product-list .lineup__list .product a {
    transition: none;
  }
  body#product-list .lineup__list .product a:hover {
    filter: brightness(100%);
  }
  body#product-list .lineup__list .product a:hover img {
    opacity: 1;
  }
}
@media (max-width: 959px) {
  body#product-list .lineup__list .product {
    width: 25%;
  }
  body#product-list .lineup__list .product:nth-child(4n) {
    border-right: none !important;
  }
  body#product-list .lineup__list .product:nth-child(5n) {
    border-right: 1px solid #DEDEDE;
  }
}
@media (max-width: 767px) {
  body#product-list .lineup__list .product .product__name h4 {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  body#product-list .lineup__list .product {
    width: 50%;
  }
  body#product-list .lineup__list .product:nth-child(2n) {
    border-right: none !important;
  }
}
body#product-list .lineup .att__box {
  margin-bottom: 20px;
  margin-right: 100px;
  margin-left: 20px;
  text-align: right;
}
body#product-list .lineup .att__box .att {
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  body#product-list .lineup .att__box {
    margin-right: 20px;
  }
}
@media (max-width: 640px) {
  body#product-list .lineup .att__box {
    text-align: left;
  }
  body#product-list .lineup .att__box .att {
    font-size: 12px;
  }
}

/*--------------------------
 商品検索結果、商品詳細共通
----------------------------*/
body#product-search .listnote,
body#product-detail .listnote {
  display: inline-block;
  text-align: right;
  border-radius: 0.5em;
  background-color: #e08;
  color: #fff;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-right: 1em;
}
@media (max-width: 959px) {
  body#product-search .listnote,
body#product-detail .listnote {
    font-size: 14px;
    text-align: left;
  }
}
body#product-search .color-info,
body#product-detail .color-info {
  display: inline-block;
  text-align: left;
}
body#product-search .color-info span,
body#product-detail .color-info span {
  color: #e08;
}
@media (max-width: 959px) {
  body#product-search .color-info,
body#product-detail .color-info {
    font-size: 14px;
    text-align: left;
  }
}
body#product-search .product__img_label,
body#product-detail .product__img_label {
  text-align: center;
  margin-top: 60px;
}
body#product-search .product__img_label p,
body#product-detail .product__img_label p {
  text-align: left;
  margin-left: 2em;
  margin-bottom: 70px;
}
body#product-search .product__conts__name span,
body#product-detail .product__conts__name span {
  display: inline-block;
  font-size: 0.6em;
}
body#product-search .img_label,
body#product-detail .img_label {
  display: inline-block;
  max-width: 512px;
  margin-bottom: 20px;
  vertical-align: top;
  width: 80%;
  margin-left: 15px;
  margin-right: 15px;
}
body#product-search .tray-info:not(:empty),
body#product-detail .tray-info:not(:empty) {
  text-align: right;
}
body#product-search .tray-info:not(:empty) span,
body#product-detail .tray-info:not(:empty) span {
  display: inline-block;
  background-color: #f88;
  color: #fff;
  border-radius: 0.5em;
  padding: 0 0.5em;
}
@media (max-width: 959px) {
  body#product-search .tray-info:not(:empty),
body#product-detail .tray-info:not(:empty) {
    font-size: 14px;
    text-align: left;
  }
}
body#product-search table.product__table,
body#product-detail table.product__table {
  border-top: 1px solid #DEDEDE;
}
body#product-search table.product__table th, body#product-search table.product__table td,
body#product-detail table.product__table th,
body#product-detail table.product__table td {
  text-align: center;
  font-size: 16px;
  border-bottom: 1px solid #DEDEDE;
  vertical-align: middle;
  letter-spacing: 1px;
  padding: 15px 10px;
  text-transform: none;
}
@media (max-width: 1200px) {
  body#product-search table.product__table th, body#product-search table.product__table td,
body#product-detail table.product__table th,
body#product-detail table.product__table td {
    font-size: 14px;
  }
}
body#product-search table.product__table thead th,
body#product-detail table.product__table thead th {
  font-weight: 400;
  color: #000000;
  background: #F4F4F4;
  white-space: nowrap;
}
body#product-search table.product__table thead th br,
body#product-detail table.product__table thead th br {
  display: none;
}
@media (max-width: 640px) {
  body#product-search table.product__table thead th br,
body#product-detail table.product__table thead th br {
    display: inline-block;
  }
}
body#product-search table.product__table tbody td,
body#product-detail table.product__table tbody td {
  font-weight: 200;
}
body#product-search .arrow-btn,
body#product-detail .arrow-btn {
  padding: 80px 0 0;
  text-align: center;
  border-top: 1px solid #ccc;
  margin-top: 80px;
}
@media (max-width: 959px) {
  body#product-search .arrow-btn,
body#product-detail .arrow-btn {
    padding: 0;
    margin-top: 50px;
    padding: 50px 0 0;
  }
}

/*--------------------------
 商品検索結果
----------------------------*/
body#product-search .result__list h4 {
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  body#product-search .result__list h4 {
    margin-bottom: 40px;
  }
}
body#product-search .result__list h4 span {
  font-size: 20px;
  font-weight: bold;
  color: #008A33;
  display: inline-block;
  padding-right: 20px;
  background: #fff;
  position: relative;
  z-index: 1;
}
body#product-search .result__list h4::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #CCCCCC;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}
body#product-search .result__list .product {
  display: flex;
  flex-wrap: wrap;
}
body#product-search .result__list .product:nth-child(n+2) {
  margin-top: 80px;
}
body#product-search .result__list .product__img {
  width: 32%;
}
body#product-search .result__list .product__img .product__name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}
body#product-search .result__list .product__img .product__slide {
  padding: 30px 30px 55px;
  box-sizing: border-box;
}
body#product-search .result__list .product__img .product__slide .uk-slideshow-items {
  overflow: inherit;
}
body#product-search .result__list .product__img .product__slide .uk-slideshow-items > * {
  overflow: inherit;
}
body#product-search .result__list .product__img .product__slide .uk-slideshow-items > * .product__name__detail {
  margin: 15px 0 0;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
}
body#product-search .result__list .product__img .product__slide .uk-slideshow-items > * .product__name__detail.tray {
  display: none;
}
body#product-search .result__list .product__img .product__slide .uk-slideshow-items > * img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body#product-search .result__list .product__img .product__slide .uk-slideshow-items > * .prdname {
  text-align: center;
  font-weight: bold;
  padding: 1em;
}
body#product-search .result__list .product__img .product__slide .uk-slidenav {
  margin: 0;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  background: url(../img/common/ico_arrow_circle.svg) no-repeat center/contain;
}
body#product-search .result__list .product__img .product__slide .uk-slidenav svg {
  display: none;
}
body#product-search .result__list .product__img .product__slide .uk-slidenav-next {
  -webkit-transform: translate(0, -50%) scale(-1, 1);
  -ms-transform: translate(0, -50%) scale(-1, 1);
  transform: translate(0, -50%) scale(-1, 1);
}
@media (max-width: 959px) {
  body#product-search .result__list .product__img {
    width: 100%;
  }
  body#product-search .result__list .product__img .product__slide {
    max-width: 400px;
    width: calc(100% - 60px);
    margin: 0 auto;
    padding: 20px 40px;
  }
}
body#product-search .result__list .product__text {
  width: calc(68% - 60px);
  margin-left: 60px;
}
@media (max-width: 959px) {
  body#product-search .result__list .product__text {
    width: 100%;
    margin-left: 0;
    margin-top: 80px;
  }
}

/*--------------------------
 商品詳細
----------------------------*/
body#product-detail .product__conts {
  /* 商品画像 */
  /* 商品情報、関連商品共通 */
  /* 商品情報 */
  /* 関連商品 */
}
body#product-detail .product__conts h3 {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "NotoSerifCJKjp", "Zen Old Mincho", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif !important;
  font-weight: bold;
}
body#product-detail .product__conts h3 span {
  padding-left: 30px;
  position: relative;
  display: inline-block;
}
body#product-detail .product__conts h3 span::before {
  content: "";
  width: 20px;
  height: 38px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}
body#product-detail .product__conts h3 span.product__conts__number::before {
  background: url(../img/product/label_product_number.svg) no-repeat center/contain;
}
body#product-detail .product__conts h3 span.product__conts__name {
  margin-left: 10px;
}
body#product-detail .product__conts h3 span.product__conts__name::before {
  background: url(../img/product/label_product_name.svg) no-repeat center/contain;
}
@media (max-width: 767px) {
  body#product-detail .product__conts h3 {
    font-size: 25px;
  }
  body#product-detail .product__conts h3 span {
    padding-left: 25px;
  }
  body#product-detail .product__conts h3 span::before {
    width: 18px;
    height: 35px;
  }
}
body#product-detail .product__conts .product__img .img-pc {
  position: relative;
  text-align: center;
  width: 90%;
  margin: 80px auto;
}
@media (max-width: 767px) {
  body#product-detail .product__conts .product__img .img-pc {
    display: none;
  }
}
body#product-detail .product__conts .product__img .img-pc .swiper-slide {
  position: relative;
  width: auto;
  height: auto;
  display: inline-block;
}
body#product-detail .product__conts .product__img .img-pc img {
  display: inline-block;
  width: 250px;
  height: 250px;
  object-fit: contain;
  padding: 10px;
}
body#product-detail .product__conts .product__img .img-sp {
  display: none;
}
@media (max-width: 767px) {
  body#product-detail .product__conts .product__img .img-sp {
    display: block;
  }
  body#product-detail .product__conts .product__img .img-sp .swiperMain {
    max-width: 300px;
    margin: 0 auto;
  }
  body#product-detail .product__conts .product__img .img-sp .swiperMain .swiper-wrapper > * {
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
  }
  body#product-detail .product__conts .product__img .img-sp .swiperMain .swiper-wrapper > * img {
    max-height: 200px;
    width: auto;
  }
  body#product-detail .product__conts .product__img .img-sp .swiperMain .swiper-button-next,
body#product-detail .product__conts .product__img .img-sp .swiperMain .swiper-button-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 25px;
    height: 25px;
    background: url(../img/common/ico_arrow_circle.svg) no-repeat center/contain;
    z-index: 99 !important;
  }
  body#product-detail .product__conts .product__img .img-sp .swiperMain .swiper-button-prev {
    left: 0;
  }
  body#product-detail .product__conts .product__img .img-sp .swiperMain .swiper-button-next {
    right: 0;
    -webkit-transform: translate(0, -50%) scale(-1, 1);
    -ms-transform: translate(0, -50%) scale(-1, 1);
    transform: translate(0, -50%) scale(-1, 1);
  }
  body#product-detail .product__conts .product__img .img-sp .swiperThumbnail .swiper-wrapper {
    display: flex;
  }
  body#product-detail .product__conts .product__img .img-sp .swiperThumbnail .swiper-wrapper > * {
    width: calc(14% - 0px) !important;
    margin-right: 0px !important;
    padding: 5px;
    box-sizing: border-box;
  }
  body#product-detail .product__conts .product__img .img-sp .swiperThumbnail .swiper-wrapper > *.swiper-slide-thumb-active {
    border: 1px solid #ccc;
  }
}
body#product-detail .product__conts .product__info,
body#product-detail .product__conts .product__related {
  margin-top: 80px;
}
@media (max-width: 767px) {
  body#product-detail .product__conts .product__info,
body#product-detail .product__conts .product__related {
    margin-top: 50px;
  }
}
body#product-detail .product__conts .product__info h4.ttl01 span.jp,
body#product-detail .product__conts .product__related h4.ttl01 span.jp {
  font-size: 24px;
  letter-spacing: 4px;
}
@media (max-width: 767px) {
  body#product-detail .product__conts .product__info .att {
    font-size: 14px;
  }
}
body#product-detail .product__conts .product__info .att:not(:empty)::before {
  content: "※";
  position: relative;
  left: 0;
  top: 0;
}
body#product-detail .product__conts .product__related__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
}
@media (max-width: 959px) {
  body#product-detail .product__conts .product__related__list {
    margin-left: -20px;
  }
}
@media (max-width: 640px) {
  body#product-detail .product__conts .product__related__list {
    margin-left: 0;
  }
}
body#product-detail .product__conts .product__related__list > * {
  width: calc(25% - 30px);
  text-align: center;
  margin-left: 30px;
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
  margin-bottom: 30px;
}
body#product-detail .product__conts .product__related__list > * .product__related__cate {
  position: absolute;
  left: 0;
  top: 0;
  background: #8a8a8a;
  font-size: 14px;
  display: inline-block;
  padding: 5px 8px;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  z-index: 1;
}
body#product-detail .product__conts .product__related__list > * .product__related__img {
  padding-top: 75%;
  overflow: hidden;
  position: relative;
}
body#product-detail .product__conts .product__related__list > * .product__related__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body#product-detail .product__conts .product__related__list > * .product__related__name {
  border-top: 1px solid #DEDEDE;
  padding-top: 20px;
  font-weight: 400;
}
body#product-detail .product__conts .product__related__list > * a {
  display: block;
  padding: 20px 10px;
  position: relative;
}
@media (min-width: 960px) {
  body#product-detail .product__conts .product__related__list > * a:hover {
    filter: brightness(100%);
  }
  body#product-detail .product__conts .product__related__list > * a:hover img {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
  }
}
@media (max-width: 959px) {
  body#product-detail .product__conts .product__related__list > * {
    width: calc(25% - 20px);
    margin-left: 20px;
  }
  body#product-detail .product__conts .product__related__list > * .product__related__name {
    padding-top: 15px;
  }
  body#product-detail .product__conts .product__related__list > * a {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  body#product-detail .product__conts .product__related__list > * {
    width: calc(50% - 20px);
  }
  body#product-detail .product__conts .product__related__list > *:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media (max-width: 640px) {
  body#product-detail .product__conts .product__related__list > * {
    width: calc(100% - 50px);
    max-width: 275px;
    margin: 0 auto;
  }
  body#product-detail .product__conts .product__related__list > *:nth-child(n+2) {
    margin-top: 20px;
  }
}

/*--------------------------
 オーダーメイド
----------------------------*/
body#ordermade .ordermade__conts {
  letter-spacing: 1px;
}
body#ordermade .ld {
  position: relative;
  z-index: 10;
}
@media (max-width: 959px) {
  body#ordermade .ld {
    width: calc(100% - 30px);
  }
}
@media (max-width: 767px) {
  body#ordermade .ld {
    width: 100%;
  }
}
body#ordermade .step {
  margin: 100px 0 80px;
  position: relative;
  z-index: 10;
}
@media (max-width: 959px) {
  body#ordermade .step {
    margin: 70px 0 50px;
  }
}
body#ordermade .step__box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body#ordermade .step__box .number {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  border: 1px solid #CCB73F;
  box-sizing: border-box;
}
body#ordermade .step__box .number > * {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "NotoSerifCJKjp", "Zen Old Mincho", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif !important;
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
  color: #CCB73F;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
body#ordermade .step__box .number > * span {
  display: block;
  font-size: 12px;
}
body#ordermade .step__box .text {
  width: calc(100% - 120px);
  margin-left: 20px;
  font-size: 18px;
  font-weight: 400;
}
body#ordermade .step__box:nth-child(n+2) {
  margin-top: 50px;
}
body#ordermade .step__box:nth-child(n+2) .number::after {
  content: "";
  width: 1px;
  height: 50px;
  background: #CCB73F;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: -51px;
}
@media (max-width: 959px) {
  body#ordermade .step__box .number {
    width: 75px;
    height: 75px;
  }
  body#ordermade .step__box .number > * {
    font-size: 32px;
  }
  body#ordermade .step__box .number > * span {
    font-size: 10px;
  }
  body#ordermade .step__box .text {
    font-size: 16px;
    margin-left: 15px;
    width: calc(100% - 75px - 15px);
  }
}
body#ordermade .uk-container {
  position: relative;
}
body#ordermade .imgarea {
  position: absolute;
  width: 50%;
  top: -50px;
  bottom: 0;
  right: 0;
  /* 花びらと花 */
}
body#ordermade .imgarea::after,
body#ordermade .imgarea .flower {
  position: absolute;
  content: "";
  right: 90px;
  top: 0;
  bottom: 50px;
  width: 330px;
}
body#ordermade .imgarea::after {
  background: #EFF5F4;
}
body#ordermade .imgarea .img-flex {
  justify-content: space-between;
  z-index: 2;
  position: relative;
  margin-top: 320px;
}
body#ordermade .imgarea .img-flex .img01 img {
  width: 270px;
  height: auto;
}
body#ordermade .imgarea .img-flex .img02 {
  margin-top: 300px;
}
body#ordermade .imgarea .img-flex .img02 img {
  width: 270px;
  height: auto;
}
body#ordermade .imgarea .img-pot {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 45%;
  bottom: -50px;
  z-index: 2;
  width: 330px;
}
body#ordermade .imgarea .img-pot img {
  height: auto;
}
body#ordermade .imgarea .flower {
  z-index: 1;
}
body#ordermade .imgarea .flower > * {
  position: absolute;
}
body#ordermade .imgarea .flower01 {
  top: 150px;
  left: 50px;
  width: 30px;
  height: 84px;
}
body#ordermade .imgarea .flower02 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  top: 35%;
  width: 43px;
  height: 63.4px;
}
body#ordermade .imgarea .flower03 {
  position: absolute;
  bottom: 0;
  left: -20px;
  width: 318px;
  height: 400px;
}
@media (max-width: 1200px) {
  body#ordermade .imgarea {
    width: 35%;
    top: -20px;
    right: 30px;
    bottom: 150px;
  }
  body#ordermade .imgarea::after,
body#ordermade .imgarea .flower {
    right: 40px;
    bottom: 50px;
    width: 270px;
  }
  body#ordermade .imgarea .img-pot {
    width: 250px;
  }
  body#ordermade .imgarea .flower01 {
    top: 180px;
    left: 80px;
  }
  body#ordermade .imgarea .flower02 {
    left: 70%;
  }
}
@media (max-width: 959px) {
  body#ordermade .imgarea {
    width: 35%;
    top: -20px;
    right: 15px;
    bottom: 150px;
  }
  body#ordermade .imgarea::after,
body#ordermade .imgarea .flower {
    right: 15px;
    bottom: 50px;
    width: 270px;
  }
  body#ordermade .imgarea .img-flex {
    margin-top: 350px;
  }
  body#ordermade .imgarea .img-flex .img01 {
    margin-left: -40px;
  }
  body#ordermade .imgarea .img-flex .img02 {
    margin-top: 200px;
    margin-left: 15px;
  }
  body#ordermade .imgarea .img-pot {
    left: 30%;
  }
  body#ordermade .imgarea .flower01 {
    top: 50px;
    left: 80px;
  }
  body#ordermade .imgarea .flower02 {
    left: auto;
    right: 0px;
  }
}
@media (max-width: 767px) {
  body#ordermade .imgarea {
    width: 100%;
    max-width: 500px;
    margin: 50px auto 0;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
  }
  body#ordermade .imgarea::after,
body#ordermade .imgarea .flower {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: -50px;
    bottom: 50px;
    width: 90%;
    right: auto;
  }
  body#ordermade .imgarea::after {
    width: 80%;
  }
  body#ordermade .imgarea .img-flex {
    margin-top: 100px;
    display: block;
  }
  body#ordermade .imgarea .img-flex .img01 {
    margin-left: 0;
  }
  body#ordermade .imgarea .img-flex .img01 img {
    width: 60%;
  }
  body#ordermade .imgarea .img-flex .img02 {
    margin-top: 50px;
    text-align: right;
  }
  body#ordermade .imgarea .img-flex .img02 img {
    width: 60%;
  }
  body#ordermade .imgarea .img-pot {
    position: absolute;
    left: auto;
    top: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    left: auto;
    bottom: auto;
    margin: 100px auto 0;
  }
  body#ordermade .imgarea .flower01 {
    top: 80px;
    left: auto;
    right: 30px;
    width: calc(30px *.9);
    height: calc(84px*.9);
  }
  body#ordermade .imgarea .flower02 {
    left: auto;
    right: 50px;
    top: 40%;
    width: calc(43px * .9);
    height: calc(63.4px* .9);
  }
  body#ordermade .imgarea .flower03 {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
  }
}

/*--------------------------
 会社概要
----------------------------*/
body#company {
  /* ご挨拶 */
  /* 会社概要 */
}
body#company .message__inner {
  align-items: center;
  flex-wrap: wrap;
}
body#company .message__text {
  width: 70%;
}
body#company .message__text p.message__name {
  font-weight: 400;
  text-align: right;
  margin: 40px 0 0;
}
body#company .message__text2 {
  width: 50%;
  position: relative;
  min-width: 600px;
}
body#company .message__text2 p {
  letter-spacing: -0.01em;
  text-align: justify;
  text-align-last: justify;
}
@media (max-width: 959px) {
  body#company .message__text2 {
    width: 70%;
    min-width: auto;
  }
  body#company .message__text2 br {
    display: none;
  }
}
@media (max-width: 640px) {
  body#company .message__text2 {
    margin-bottom: 25px;
    min-width: auto;
    width: 100%;
  }
  body#company .message__text2 p {
    padding: 0px 0px;
  }
  body#company .message__text2 p br {
    display: none;
  }
}
body#company .message__logo {
  float: right;
  width: 30%;
  text-align: center;
}
body#company .message__logo img {
  max-width: 320px;
  width: 70%;
  height: auto;
}
@media (max-width: 959px) {
  body#company .message__text {
    width: 100%;
    order: 2;
  }
  body#company .message__logo {
    width: 100%;
    order: 1;
    margin-bottom: 30px;
  }
  body#company .message__logo img {
    width: 60%;
  }
}
@media (max-width: 640px) {
  body#company .message p br {
    display: none;
  }
}
body#company .overview {
  padding-top: 30px;
  padding-bottom: 50px;
}
body#company .overview__conts {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  body#company .overview__conts {
    margin-top: 30px;
    margin-bottom: 0px;
  }
}
body#company .overview__conts dt, body#company .overview__conts dd {
  padding: 20px 40px;
  box-sizing: border-box;
  border-top: 1px solid #E6E6E6;
}
body#company .overview__conts dt:last-of-type, body#company .overview__conts dd:last-of-type {
  border-bottom: 1px solid #E6E6E6;
}
body#company .overview__conts dt {
  width: 200px;
  font-weight: 400;
  text-align: justify;
  text-align-last: justify;
}
body#company .overview__conts dd {
  width: calc(100% - 200px - 10px);
  margin-left: 10px;
  letter-spacing: 1px;
  font-weight: 300;
}
body#company .overview__conts dd a {
  font-weight: 500;
  text-decoration: none;
}
@media (max-width: 959px) {
  body#company .overview__conts dt, body#company .overview__conts dd {
    padding: 20px 20px;
  }
}
@media (max-width: 640px) {
  body#company .overview__conts dt, body#company .overview__conts dd {
    padding: 15px 5px;
  }
  body#company .overview__conts dt {
    font-size: 14px;
    width: 90px;
    letter-spacing: 0;
  }
  body#company .overview__conts dd {
    width: calc(100% - 90px - 10px);
  }
}
body#company .overview2 {
  padding-top: 30px;
  padding-bottom: 50px;
}
body#company .overview2__conts {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  body#company .overview2__conts {
    margin-top: 30px;
    margin-bottom: 0px;
  }
}
body#company .overview2__conts dt, body#company .overview2__conts dd {
  padding: 20px 40px;
  box-sizing: border-box;
  border-top: 1px solid #E6E6E6;
}
body#company .overview2__conts dt:last-of-type, body#company .overview2__conts dd:last-of-type {
  border-bottom: 1px solid #E6E6E6;
}
body#company .overview2__conts dt {
  width: 200px;
  font-weight: 400;
  text-align: center;
}
body#company .overview2__conts dd {
  width: calc(100% - 200px - 10px);
  margin-left: 10px;
  letter-spacing: 1px;
  font-weight: 300;
}
body#company .overview2__conts dd a {
  font-weight: 500;
  text-decoration: none;
}
@media (max-width: 959px) {
  body#company .overview2__conts dt, body#company .overview2__conts dd {
    padding: 20px 20px;
  }
}
@media (max-width: 640px) {
  body#company .overview2__conts dt, body#company .overview2__conts dd {
    padding: 15px 5px;
  }
  body#company .overview2__conts dt {
    font-size: 14px;
    width: 90px;
    letter-spacing: 0;
  }
  body#company .overview2__conts dd {
    width: calc(100% - 90px - 10px);
  }
}
body#company .facility__list {
  margin-left: -40px;
  margin-bottom: 100px;
  /*
  @include medium{
      margin-left: -25px;
      &>*{
          width: calc(50% - 25px);
          margin-left: 25px;
          &:nth-child(n+4){
              margin-top: 0;
          }
          &:nth-child(n+3){
              margin-top: 80px;
          }

      }
  }
  @include small{
      &>*{
          h4{
              font-size: 16px;
          }
      }
  }
  @include x-small{
      &>*{
          width: calc(50% - 25px);
          &:nth-child(n+4){
              margin-top: 0;
          }
          &:nth-child(n+3){
              margin-top: 80px;
          }
          h4{
              margin: 10px 0 0;
          }
      }
  }
  */
}
body#company .facility__list > * {
  /*width: calc(33% - 40px);*/
  margin-left: 40px;
  margin-top: 40px;
  display: inline-block;
}
body#company .facility__list > *:nth-child(n+4) {
  margin-top: 80px;
}
body#company .facility__list > * .facility__img img {
  display: inline-block;
  height: 12em;
  width: auto;
}
body#company .facility__list > * h4 {
  font-size: 20px;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "NotoSerifCJKjp", "Zen Old Mincho", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif !important;
  font-weight: 600;
  margin: 15px 0 0;
}
body#company .facility__conts .ttl01 br {
  display: none;
}
@media (max-width: 767px) {
  body#company .facility__conts .ttl01 br {
    display: inline-block;
  }
}
@media (max-width: 640px) {
  body#company .facility__conts .ttl01 br {
    display: inline-block;
  }
}

/*--------------------------
 施設・設備
----------------------------*/
body#facility .facility__list {
  margin-left: -40px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
body#facility .facility__list > * {
  width: calc(33% - 40px);
  margin-left: 40px;
}
body#facility .facility__list > *:nth-child(n+4) {
  margin-top: 80px;
}
body#facility .facility__list > * .facility__img img {
  display: inline-block;
  object-fit: cover;
  aspect-ratio: 580/390;
}
body#facility .facility__list > * h4 {
  font-size: 20px;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "NotoSerifCJKjp", "Zen Old Mincho", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif !important;
  font-weight: 600;
  margin: 15px 0 0;
}
@media (max-width: 959px) {
  body#facility .facility__list {
    margin-left: -25px;
  }
  body#facility .facility__list > * {
    width: calc(50% - 25px);
    margin-left: 25px;
  }
  body#facility .facility__list > *:nth-child(n+4) {
    margin-top: 0;
  }
  body#facility .facility__list > *:nth-child(n+3) {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  body#facility .facility__list > * h4 {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  body#facility .facility__list > * {
    width: calc(50% - 25px);
  }
  body#facility .facility__list > *:nth-child(n+4) {
    margin-top: 0;
  }
  body#facility .facility__list > *:nth-child(n+3) {
    margin-top: 80px;
  }
  body#facility .facility__list > * h4 {
    margin: 10px 0 0;
  }
}

/*--------------------------
 アクセスマップ
----------------------------*/
body#access .access__map iframe {
  height: 500px;
}
body#access .access__list {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  body#access .access__list {
    margin-bottom: 50px;
  }
}
body#access .access__list > * {
  margin-top: 40px;
}
@media (max-width: 767px) {
  body#access .access__list > * {
    margin-top: 25px;
  }
}
body#access .access__list > * h4 {
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 15px;
  position: relative;
  padding-left: 30px;
}
@media (max-width: 767px) {
  body#access .access__list > * h4 {
    margin: 0 0 5px;
  }
}
body#access .access__list > * h4::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}
body#access .access__list > * p {
  margin: 0;
}
body#access .access__list > * ul {
  margin: 0;
}
body#access .access__list > * ul li {
  position: relative;
  padding-left: 1em;
}
body#access .access__list > * ul li::before {
  content: "・";
  position: absolute;
  top: 0px;
  left: 0;
}
body#access .access__list > *.address h4::before {
  background: url(../img/access/ico_address.svg) no-repeat center/contain;
}
body#access .access__list > *.car h4::before {
  background: url(../img/access/ico_car.svg) no-repeat center/contain;
}
body#access .access__list > *.train h4::before {
  background: url(../img/access/ico_train.svg) no-repeat center/contain;
}

/*--------------------------
 お問い合わせ　共通
----------------------------*/
@media (max-width: 640px) {
  body.contact-page .ldarea .ttl01 span.jp {
    letter-spacing: 3px;
  }
}
body.contact-page .ldarea p {
  text-align: center;
  font-weight: 400;
}
body.contact-page .ldarea .progress {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 80px auto 0;
  position: relative;
}
body.contact-page .ldarea .progress__step {
  text-align: center;
  position: relative;
  z-index: 1;
}
body.contact-page .ldarea .progress__step .ico {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  position: relative;
  background: #EAEAE6;
  display: block;
  margin-bottom: 10px;
}
body.contact-page .ldarea .progress__step .ico img {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
body.contact-page .ldarea .progress__step .text {
  font-weight: 700;
  font-size: 20px;
}
body.contact-page .ldarea .progress__step:nth-child(n+2) {
  margin-left: 150px;
}
body.contact-page .ldarea .progress__step:nth-child(n+2) .ico::before {
  content: "";
  width: 150px;
  height: 8px;
  background: #EAEAE6;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: -150px;
}
@media (max-width: 959px) {
  body.contact-page .ldarea .progress__step .ico {
    width: 70px;
    height: 70px;
    border-radius: 35px;
  }
  body.contact-page .ldarea .progress__step .ico img {
    width: 35px;
    height: 35px;
  }
  body.contact-page .ldarea .progress__step .text {
    font-size: 18px;
  }
  body.contact-page .ldarea .progress__step:nth-child(n+2) {
    margin-left: 100px;
  }
  body.contact-page .ldarea .progress__step:nth-child(n+2) .ico::before {
    width: 100px;
    left: -100px;
  }
}
@media (max-width: 640px) {
  body.contact-page .ldarea .progress {
    margin: 50px auto 0;
  }
  body.contact-page .ldarea .progress__step .ico {
    width: 60px;
    height: 60px;
    border-radius: 30px;
  }
  body.contact-page .ldarea .progress__step .ico img {
    width: 25px;
    height: 25px;
  }
  body.contact-page .ldarea .progress__step .text {
    font-size: 14px;
  }
  body.contact-page .ldarea .progress__step:nth-child(n+2) {
    margin-left: 25px;
  }
  body.contact-page .ldarea .progress__step:nth-child(n+2) .ico::before {
    width: 25px;
    left: -25px;
  }
}
body.contact-page .formarea {
  padding-top: 0;
}
@media (max-width: 959px) {
  body.contact-page .formarea {
    background: #F7F7F5;
    padding-bottom: 280px !important;
    padding-top: 50px;
  }
  body.contact-page .formarea::after {
    content: "";
    width: 100%;
    height: 200px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media (max-width: 640px) {
  body.contact-page .formarea {
    padding: 15px 0;
    padding-bottom: 100px !important;
  }
  body.contact-page .formarea::after {
    height: 220px;
  }
}
body.contact-page .formarea__wrap {
  background: #F7F7F5;
  padding: 80px;
}
@media (max-width: 1200px) {
  body.contact-page .formarea__wrap {
    padding: 40px;
  }
}
@media (max-width: 959px) {
  body.contact-page .formarea__wrap {
    padding: 0 15px;
  }
}
@media (max-width: 640px) {
  body.contact-page .formarea__wrap {
    padding: 0;
  }
}
body.contact-page .formarea__inner {
  background: #ffffff;
  padding: 20px 40px 0;
}
@media (max-width: 767px) {
  body.contact-page .formarea__inner {
    padding: 0 15px 15px;
  }
}
body.contact-page .formarea dl {
  display: flex;
  flex-wrap: wrap;
}
body.contact-page .formarea dl dt, body.contact-page .formarea dl dd {
  padding: 40px 5px;
  box-sizing: border-box;
  border-bottom: 1px solid #EAEAE6;
}
body.contact-page .formarea dl dt:last-of-type, body.contact-page .formarea dl dd:last-of-type {
  border-bottom: none;
}
body.contact-page .formarea dl dt {
  font-weight: 400;
  position: relative;
  width: 240px;
}
@media (max-width: 640px) {
  body.contact-page .formarea dl dt {
    padding-top: 25px;
  }
}
body.contact-page .formarea dl dt label {
  font-size: 18px;
}
body.contact-page .formarea dl dt label span {
  color: #808080;
  font-size: 13px;
  font-family: "Playfair Display", serif;
  display: block;
  line-height: 1;
  margin: 3px 0 10px;
}
body.contact-page .formarea dl dt label.req::after {
  content: "必須";
  color: #fff;
  background: #E85858;
  font-size: 13px;
  font-weight: bold;
  padding: 5px;
  line-height: 1;
  border-radius: 3px;
  width: 56px;
  box-sizing: border-box;
  text-align: center;
  display: block;
  white-space: nowrap;
}
@media (max-width: 959px) {
  body.contact-page .formarea dl dt {
    width: 100%;
    border-bottom: none;
    padding: 20px 5px 0;
  }
  body.contact-page .formarea dl dt label {
    font-size: 16px;
    display: inline-block;
  }
  body.contact-page .formarea dl dt label span {
    margin-bottom: 0;
  }
  body.contact-page .formarea dl dt label.req {
    position: relative;
  }
  body.contact-page .formarea dl dt label.req::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: -75px;
  }
}
@media (max-width: 640px) {
  body.contact-page .formarea dl dt label {
    font-size: 14px;
  }
}
body.contact-page .formarea dl dd {
  width: calc(100% - 240px);
}
@media (max-width: 959px) {
  body.contact-page .formarea dl dd {
    width: 100%;
    padding: 10px 5px 20px;
  }
}
body.contact-page .formarea .btnArea {
  text-align: center;
  margin: 80px 0 50px;
}
@media (max-width: 959px) {
  body.contact-page .formarea .btnArea {
    margin-bottom: 0px;
  }
}
@media (max-width: 640px) {
  body.contact-page .formarea .btnArea {
    margin: 30px 0 0px;
  }
}
body.contact-page .formarea .btnArea input[type=submit] {
  position: relative;
  box-sizing: border-box;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  border: none;
  border-radius: 3px;
  transition: all 0.5s ease 0s;
}
body.contact-page .formarea .btnArea input[type=submit][name=scms_問合_pagenext] {
  padding: 20px;
  background: #8CB809;
  width: 185px;
}
@media (min-width: 960px) {
  body.contact-page .formarea .btnArea input[type=submit][name=scms_問合_pagenext]:hover {
    background: #008A33;
    transition: all 0.5s ease 0s;
  }
}
body.contact-page .formarea .btnArea input[type=submit][name=scms_問合_pageprev] {
  padding: 20px;
  background: #ADADAD;
  width: 185px;
}
@media (min-width: 960px) {
  body.contact-page .formarea .btnArea input[type=submit][name=scms_問合_pageprev]:hover {
    background: #000;
    transition: all 0.5s ease 0s;
  }
}
body.contact-page .formarea .btnArea input[type=submit][name=scms_問合_savenext] {
  padding: 20px;
  background: #8CB809;
  width: 185px;
}
@media (min-width: 960px) {
  body.contact-page .formarea .btnArea input[type=submit][name=scms_問合_savenext]:hover {
    background: #008A33;
    transition: all 0.5s ease 0s;
  }
}

/*--------------------------
 お問い合わせ　入力
----------------------------*/
body#contact-index .ldarea p.att-text {
  font-size: 16px;
  font-weight: 400;
  color: #E85958;
}
body#contact-index .ldarea p.att-text::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/common/ico_attention.svg) no-repeat center/contain;
  margin-right: 5px;
  vertical-align: middle;
}
@media (max-width: 959px) {
  body#contact-index .ldarea p.att-text::before {
    display: block;
    margin: 0 auto 5px;
  }
}
body#contact-index .ldarea .progress__step.step01 .ico {
  background: #8CB809;
}
body#contact-index .ldarea.page02 .progress__step.step01 .ico {
  background: #8CB809;
}
body#contact-index .ldarea.page02 .progress__step.step02 .ico {
  background: #008A33;
}
body#contact-index .ldarea.page02 .progress__step.step02 .ico::before {
  background: #D7E6A9;
}
body#contact-index .ldarea.page03 .progress {
  margin: 0;
}
body#contact-index .ldarea.page03 .progress__step.step01 .ico {
  background: #8CB809;
}
body#contact-index .ldarea.page03 .progress__step.step02 .ico {
  background: #008A33;
}
body#contact-index .ldarea.page03 .progress__step.step02 .ico::before {
  background: #D7E6A9;
}
body#contact-index .ldarea.page03 .progress__step.step03 .ico {
  background: #003074;
}
body#contact-index .ldarea.page03 .progress__step.step03 .ico::before {
  background: #B0D6B7;
}
body#contact-index .ldarea.page03 .ldarea__message {
  text-align: center;
  margin: 100px 0;
}
body#contact-index .ldarea.page03 .ldarea__message h3 {
  font-size: 26px;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "NotoSerifCJKjp", "Zen Old Mincho", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif !important;
  font-weight: bold;
  letter-spacing: 5px;
  margin-bottom: 50px;
}
body#contact-index .ldarea.page03 .ldarea__message p {
  font-weight: 300;
}
@media (max-width: 767px) {
  body#contact-index .ldarea.page03 .ldarea__message {
    margin: 50px 0;
  }
  body#contact-index .ldarea.page03 .ldarea__message h3 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  body#contact-index .ldarea.page03 .ldarea__message p {
    text-align: left;
  }
}
@media (max-width: 640px) {
  body#contact-index .ldarea.page03 .ldarea__message h3 {
    letter-spacing: 3px;
  }
  body#contact-index .ldarea.page03 .ldarea__message p {
    text-align: left;
  }
}
body#contact-index .ldarea.page03 .ldarea__tel {
  text-align: center;
}
body#contact-index .ldarea.page03 .ldarea__tel div {
  font-weight: 700;
  font-size: 28px;
}
body#contact-index .ldarea.page03 .ldarea__tel div a {
  font-size: 135%;
  color: #000;
  position: relative;
  padding-left: 55px;
}
body#contact-index .ldarea.page03 .ldarea__tel div a::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/common/ico_tel.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}
body#contact-index .ldarea.page03 .ldarea__tel .tel-time {
  margin: 0 0 0 2em;
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 767px) {
  body#contact-index .ldarea.page03 .ldarea__tel div {
    font-size: 22px;
  }
  body#contact-index .ldarea.page03 .ldarea__tel div a {
    padding-left: 45px;
  }
  body#contact-index .ldarea.page03 .ldarea__tel div a::before {
    width: 33px;
    height: 33px;
  }
  body#contact-index .ldarea.page03 .ldarea__tel .tel-time {
    font-size: 14px;
  }
}
body#contact-index .ldarea.page03 .btn {
  text-align: center;
  margin-top: 150px;
}
body#contact-index .ldarea.page03 .btn a {
  box-sizing: border-box;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  border-radius: 3px;
  transition: all 0.5s ease 0s;
  padding: 20px;
  background: #8CB809;
  width: 270px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 960px) {
  body#contact-index .ldarea.page03 .btn a:hover {
    background: #008A33;
    transition: all 0.5s ease 0s;
  }
}
@media (max-width: 767px) {
  body#contact-index .ldarea.page03 .btn {
    margin-top: 50px;
  }
}
body#contact-index .formarea dl dd input[type=text], body#contact-index .formarea dl dd input[type=email], body#contact-index .formarea dl dd textarea {
  border: 1px solid #EAEAE6;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 16px;
  background: #fff;
}
@media (max-width: 640px) {
  body#contact-index .formarea dl dd input[type=text], body#contact-index .formarea dl dd input[type=email], body#contact-index .formarea dl dd textarea {
    font-size: 14px;
    padding: 15px;
  }
}
body#contact-index .formarea dl dd input[type=text]::placeholder, body#contact-index .formarea dl dd input[type=email]::placeholder, body#contact-index .formarea dl dd textarea::placeholder {
  color: #C6C6C6;
}
body#contact-index .formarea dl dd.inquiry {
  display: flex;
  align-items: center;
  font-weight: 400;
}
body#contact-index .formarea dl dd.inquiry > * {
  display: flex;
  align-items: center;
}
body#contact-index .formarea dl dd.inquiry > * input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid #CDD6DD;
  border-radius: 15px;
  margin-right: 8px;
}
body#contact-index .formarea dl dd.inquiry > * input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background: #008A33;
  content: "";
}
@media (max-width: 640px) {
  body#contact-index .formarea dl dd.inquiry > * input[type=radio] {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    margin-right: 5px;
  }
  body#contact-index .formarea dl dd.inquiry > * input[type=radio]:checked:before {
    width: 16px;
    height: 16px;
    border-radius: 8px;
  }
}
body#contact-index .formarea dl dd.inquiry > *:nth-child(n+2) {
  margin-left: 30px;
}
@media (max-width: 640px) {
  body#contact-index .formarea dl dd.inquiry > *:nth-child(n+2) {
    margin-left: 10px;
  }
}
body#contact-index .formarea dl dd.email p {
  margin: 30px 0 5px;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 959px) {
  body#contact-index .formarea dl dd {
    width: 100%;
    padding: 10px 5px 20px;
  }
}
body#contact-index .formarea .btnArea {
  position: relative;
}
body#contact-index .formarea .btnArea button.back__btn {
  background: #ADADAD;
  width: 95px;
  padding: 15px;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  left: calc(50% - 200px);
}
@media (min-width: 960px) {
  body#contact-index .formarea .btnArea button.back__btn:hover {
    background: #000;
  }
}
@media (max-width: 959px) {
  body#contact-index .formarea .btnArea button.back__btn {
    position: absolute;
    left: auto;
    top: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    display: block;
    margin: 20px auto 0;
  }
}

/*--------------------------
 お問い合わせ　確認
----------------------------*/
body#contact-confirm .ldarea .progress__step.step01 .ico {
  background: #8CB809;
}
body#contact-confirm .ldarea .progress__step.step02 .ico {
  background: #008A33;
}
body#contact-confirm .ldarea .progress__step.step02 .ico::before {
  background: #D7E6A9;
}
body#contact-confirm .formarea dl dd {
  position: relative;
}
body#contact-confirm .formarea dl dd p {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 5px;
  margin: 0;
  font-weight: 400;
}
body#contact-confirm .formarea dl dd.textarea p {
  position: absolute;
  left: auto;
  top: auto;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
}
@media (max-width: 959px) {
  body#contact-confirm .formarea dl dd p {
    position: absolute;
    left: auto;
    top: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
  }
}
body#contact-confirm .formarea .btnArea {
  position: relative;
}
body#contact-confirm .formarea .btnArea button.back__btn {
  background: #ADADAD;
  width: 95px;
  padding: 15px;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  left: calc(50% - 200px);
}
@media (min-width: 960px) {
  body#contact-confirm .formarea .btnArea button.back__btn:hover {
    background: #000;
  }
}
@media (max-width: 959px) {
  body#contact-confirm .formarea .btnArea button.back__btn {
    position: absolute;
    left: auto;
    top: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    display: block;
    margin: 20px auto 0;
  }
}

/*--------------------------
 お問い合わせ　送信完了
----------------------------*/
body#contact-complete .ldarea .progress {
  margin: 0;
}
body#contact-complete .ldarea .progress__step.step01 .ico {
  background: #8CB809;
}
body#contact-complete .ldarea .progress__step.step02 .ico {
  background: #008A33;
}
body#contact-complete .ldarea .progress__step.step02 .ico::before {
  background: #D7E6A9;
}
body#contact-complete .ldarea .progress__step.step03 .ico {
  background: #003074;
}
body#contact-complete .ldarea .progress__step.step03 .ico::before {
  background: #B0D6B7;
}
body#contact-complete .ldarea__message {
  text-align: center;
  margin: 100px 0;
}
body#contact-complete .ldarea__message h3 {
  font-size: 26px;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "NotoSerifCJKjp", "Zen Old Mincho", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif !important;
  font-weight: bold;
  letter-spacing: 5px;
  margin-bottom: 50px;
}
body#contact-complete .ldarea__message p {
  font-weight: 300;
}
@media (max-width: 767px) {
  body#contact-complete .ldarea__message {
    margin: 50px 0;
  }
  body#contact-complete .ldarea__message h3 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  body#contact-complete .ldarea__message p {
    text-align: left;
  }
}
@media (max-width: 640px) {
  body#contact-complete .ldarea__message h3 {
    letter-spacing: 3px;
  }
  body#contact-complete .ldarea__message p {
    text-align: left;
  }
}
body#contact-complete .ldarea__tel {
  text-align: center;
}
body#contact-complete .ldarea__tel div {
  font-weight: 700;
  font-size: 28px;
}
body#contact-complete .ldarea__tel div a {
  font-size: 135%;
  color: #000;
  position: relative;
  padding-left: 55px;
}
body#contact-complete .ldarea__tel div a::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/common/ico_tel.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}
body#contact-complete .ldarea__tel .tel-time {
  margin: 0 0 0 2em;
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 767px) {
  body#contact-complete .ldarea__tel div {
    font-size: 22px;
  }
  body#contact-complete .ldarea__tel div a {
    padding-left: 45px;
  }
  body#contact-complete .ldarea__tel div a::before {
    width: 33px;
    height: 33px;
  }
  body#contact-complete .ldarea__tel .tel-time {
    font-size: 14px;
  }
}
body#contact-complete .ldarea .btn {
  text-align: center;
  margin-top: 150px;
}
body#contact-complete .ldarea .btn a {
  box-sizing: border-box;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  border-radius: 3px;
  transition: all 0.5s ease 0s;
  padding: 20px;
  background: #8CB809;
  width: 270px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 960px) {
  body#contact-complete .ldarea .btn a:hover {
    background: #008A33;
    transition: all 0.5s ease 0s;
  }
}
@media (max-width: 767px) {
  body#contact-complete .ldarea .btn {
    margin-top: 50px;
  }
}

/*--------------------------
 プライバシーポリシー
----------------------------*/
body#privacy .privacy__conts {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  body#privacy .privacy__conts {
    margin-bottom: 0px;
  }
}
body#privacy .privacy__conts .privacy__block:nth-child(n+2) {
  margin-top: 60px;
}
body#privacy .privacy__conts .privacy__block h4 {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 20px;
}
body#privacy .privacy__conts .privacy__block ol {
  margin: 0;
  margin-left: 1em;
}
body#privacy .privacy__conts .privacy__block ol li:nth-child(n+2) {
  margin-top: 10px;
}
body#privacy .privacy__conts .privacy__block p {
  margin-bottom: 10px;
}
body#privacy .privacy__conts .privacy__block p.ml {
  margin-left: 2.5em;
  margin-top: 0;
}
@media (max-width: 767px) {
  body#privacy .privacy__conts .privacy__block:nth-child(n+2) {
    margin-top: 40px;
  }
  body#privacy .privacy__conts .privacy__block ol {
    margin-left: 0;
  }
  body#privacy .privacy__conts .privacy__block p.ml {
    margin-left: 0;
  }
}

/*--------------------------
 お知らせ共通
----------------------------*/
body.information .news__inner {
  display: flex;
  flex-wrap: wrap;
}
body.information .news__cate {
  width: 250px;
  position: relative;
  padding: 25px;
  box-sizing: border-box;
}
body.information .news__cate::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #DEDEDE;
  left: 0;
  top: 0;
  position: absolute;
}
body.information .news__cate label {
  pointer-events: none;
}
body.information .news__cate h3 {
  font-size: 16px;
  font-weight: 500;
  padding-left: 25px;
  position: relative;
  margin-bottom: 40px;
}
body.information .news__cate h3::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/common/ico_search_black.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}
body.information .news__cate ul.check-list li:nth-child(n+2) {
  margin-top: 20px;
}
body.information .news__cate ul.check-list li label {
  pointer-events: none;
}
body.information .news__cate ul.check-list li span.list-name {
  font-weight: 500;
  font-size: 16px;
  position: relative;
  left: 0;
  padding-left: 50px;
}
body.information .news__cate ul.check-list li span.list-name::before, body.information .news__cate ul.check-list li span.list-name::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  box-sizing: border-box;
}
body.information .news__cate ul.check-list li span.list-name::before {
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #CDD6DD;
  left: 0;
}
body.information .news__cate ul.check-list li span.list-name::after {
  background: url(../img/common/ico_check.svg) no-repeat center/contain;
  width: 16px;
  height: 11px;
  left: 6.5px;
  opacity: 0;
}
body.information .news__cate ul.check-list li input[type=checkbox] {
  display: none;
}
body.information .news__cate ul.check-list li input[type=checkbox]:checked + span.list-name:before {
  background: #fff;
}
body.information .news__cate ul.check-list li input[type=checkbox]:checked + span.list-name:after {
  opacity: 1;
}
@media (max-width: 959px) {
  body.information .news__cate {
    width: 100%;
    order: 1;
  }
  body.information .news__cate::before {
    width: 100%;
    height: 1px;
    left: 0;
    top: auto;
    bottom: 0;
  }
  body.information .news__cate ul {
    display: flex;
  }
  body.information .news__cate ul li:nth-child(n+2) {
    margin-top: 0 !important;
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  body.information .news__cate {
    padding: 15px;
  }
  body.information .news__cate h3 {
    margin-bottom: 20px;
  }
  body.information .news__cate ul {
    flex-wrap: wrap;
    margin-left: -30px;
  }
  body.information .news__cate ul li {
    width: calc(50% - 30px);
    margin-left: 30px !important;
  }
  body.information .news__cate ul li:nth-child(n+2) {
    margin-top: 20px !important;
  }
  body.information .news__cate ul li:first-child {
    width: calc(100% - 30px);
  }
}
body.information .news__cont {
  width: calc(100% - 250px - 50px);
  margin-right: 50px;
  padding-bottom: 50px;
}
@media (max-width: 959px) {
  body.information .news__cont {
    width: 100%;
    margin-right: 0;
    order: 2;
  }
}

/*--------------------------
 お知らせ
----------------------------*/
body#information-list .news__cont ul {
  margin: 0;
}
body#information-list .news__cont ul li {
  border-bottom: 1px solid #dedede;
  margin-top: 0;
}
body#information-list .news__cont ul li a {
  display: block;
  padding: 35px 10px;
}
body#information-list .news__cont ul li a span {
  display: inline-block;
}
body#information-list .news__cont ul li a span.date {
  font-family: "Playfair Display", serif;
  font-size: 14px;
  color: #808080;
}
body#information-list .news__cont ul li a span.cate {
  font-size: 12px;
  color: #008A33;
  border: 1px solid #008A33;
  padding: 5.5px;
  line-height: 1;
  width: 100px;
  box-sizing: border-box;
  text-align: center;
  margin: 0 15px;
  font-weight: 700;
}
body#information-list .news__cont ul li a span.cate.product {
  border: 1px solid #003074;
  color: #003074;
}
body#information-list .news__cont ul li a span.title {
  display: block;
  margin-top: 10px;
  font-weight: 500;
  line-height: 1.8;
  transition: all 0.5s ease 0s;
}
@media (min-width: 960px) {
  body#information-list .news__cont ul li a:hover span.title {
    color: #008A33;
    transition: all 0.5s ease 0s;
  }
}
@media (max-width: 1200px) {
  body#information-list .news__cont ul li a {
    padding: 25px 10px;
  }
}
@media (max-width: 1200px) and (max-width: 1200px) {
  body#information-list .news__cont ul li a span.title {
    margin-top: 15px;
    width: 100%;
  }
}
body#information-list .news__pagination {
  margin-top: 100px;
}
@media (max-width: 767px) {
  body#information-list .news__pagination {
    margin-top: 30px;
  }
}
body#information-list .news__pagination ul {
  justify-content: center;
  align-items: center;
  margin: 0;
}
body#information-list .news__pagination ul li a, body#information-list .news__pagination ul li span {
  padding: 0 12px;
}
body#information-list .news__pagination ul li a {
  color: #979797;
}
body#information-list .news__pagination ul li span {
  color: #518DA7;
}
body#information-list .news__pagination ul li span.uk-pagination-previous, body#information-list .news__pagination ul li span.uk-pagination-next {
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: url(../img/common/ico_arrow.svg) #000000 no-repeat center/60% auto;
  transition: all 0.5s ease 0s;
}
body#information-list .news__pagination ul li span.uk-pagination-previous svg, body#information-list .news__pagination ul li span.uk-pagination-next svg {
  display: none;
}
@media (min-width: 960px) {
  body#information-list .news__pagination ul li span.uk-pagination-previous:hover, body#information-list .news__pagination ul li span.uk-pagination-next:hover {
    transition: all 0.5s ease 0s;
    background-color: #008A33;
  }
}
body#information-list .news__pagination ul li span.uk-pagination-previous {
  transform: scale(-1, 1);
}
@media (min-width: 960px) {
  body#information-list .news__pagination ul li span.uk-pagination-previous:hover {
    transform: translateX(-5px) scale(-1, 1);
  }
}
@media (min-width: 960px) {
  body#information-list .news__pagination ul li span.uk-pagination-next:hover {
    transform: translateX(5px);
  }
}

/*--------------------------
 お知らせ詳細
----------------------------*/
body#information-detail .news {
  /* 戻るボタン */
}
@media (max-width: 959px) {
  body#information-detail .news__cont {
    padding-top: 40px;
  }
}
body#information-detail .news__cont .post__head .post__cate {
  display: inline-block;
  font-size: 12px;
  color: #008A33;
  border: 1px solid #008A33;
  padding: 5.5px;
  line-height: 1;
  width: 100px;
  box-sizing: border-box;
  text-align: center;
  font-weight: 700;
}
body#information-detail .news__cont .post__head .post__cate.product {
  border: 1px solid #003074;
  color: #003074;
}
body#information-detail .news__cont .post__head .post__title {
  font-size: 20px;
  font-weight: 400;
  margin: 20px 0 10px;
}
body#information-detail .news__cont .post__head .post__date {
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  color: #808080;
  letter-spacing: 1;
}
@media (max-width: 767px) {
  body#information-detail .news__cont .post__head .post__title {
    font-size: 16px;
  }
}
body#information-detail .news__cont .post__img {
  margin: 20px 0 40px;
}
body#information-detail .news__cont .post__cont__title {
  position: relative;
}
body#information-detail .news__cont .post__cont__title span {
  color: #008A33;
  font-weight: 700;
  font-size: 20px;
  display: inline-block;
  background: #fff;
  padding: 10px 30px 10px 0;
  position: relative;
  z-index: 1;
}
body#information-detail .news__cont .post__cont__title::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #cccccc;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}
@media (max-width: 767px) {
  body#information-detail .news__cont .post__cont span {
    font-size: 18px;
    padding-right: 20px;
  }
}
body#information-detail .news__cont .post__cont .linkbox {
  margin: 50px 0;
}
body#information-detail .news__cont .post__cont .linkbox > *:nth-child(n+2) {
  margin-top: 50px;
}
body#information-detail .news__cont .post__cont a.link-text {
  display: block;
  margin: 10px 0;
  margin-left: 1em;
}
body#information-detail .news__cont .post__cont a.link-text span {
  color: #008A33;
  font-weight: 500;
  transition: all 0.5s ease 0s;
}
body#information-detail .news__cont .post__cont a.link-text.link-pdf span {
  font-weight: 500;
  color: #008A33;
  position: relative;
  padding-right: 40px;
}
body#information-detail .news__cont .post__cont a.link-text.link-pdf span::after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../img/common/ico_pdf_green.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
}
@media (min-width: 960px) {
  body#information-detail .news__cont .post__cont a.link-text:hover span {
    color: #518DA7;
    text-underline-offset: 3px;
    text-decoration: underline;
    text-decoration-color: #518DA7;
    text-decoration-thickness: 2px;
    transition: all 0.5s ease 0s;
  }
  body#information-detail .news__cont .post__cont a.link-text:hover.link-pdf span::after {
    background: url(../img/common/ico_pdf_blue.svg) no-repeat center/contain;
  }
}
@media (max-width: 767px) {
  body#information-detail .news__cont .post__cont a.link-text {
    margin-left: 0;
  }
}
body#information-detail .news__cont .post__cont .post__img__sub {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
  margin-left: -30px;
}
body#information-detail .news__cont .post__cont .post__img__sub > * {
  width: calc(50% - 30px);
  margin-left: 30px;
  padding-top: 35%;
  position: relative;
}
body#information-detail .news__cont .post__cont .post__img__sub > * img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
body#information-detail .news__cont .post__cont .post__img__sub > *:nth-child(n+3) {
  margin-top: 30px;
}
@media (max-width: 640px) {
  body#information-detail .news__cont .post__cont .post__img__sub > * {
    width: calc(100% - 30px);
    padding-top: 70%;
  }
  body#information-detail .news__cont .post__cont .post__img__sub > *:nth-child(n+2) {
    margin-top: 20px;
  }
}
body#information-detail .news__cont .post__cont ul, body#information-detail .news__cont .post__cont ol {
  margin-left: 1em;
  margin-top: 50px;
}
body#information-detail .news__cont .post__cont ul li, body#information-detail .news__cont .post__cont ol li {
  font-weight: 300;
  position: relative;
}
body#information-detail .news__cont .post__cont ul li:nth-child(n+2), body#information-detail .news__cont .post__cont ol li:nth-child(n+2) {
  margin-top: 15px;
}
body#information-detail .news__cont .post__cont ul.list-circle li, body#information-detail .news__cont .post__cont ol.list-circle li {
  padding-left: 25px;
}
body#information-detail .news__cont .post__cont ul.list-circle li::before, body#information-detail .news__cont .post__cont ol.list-circle li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #518DA7;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 8px;
}
body#information-detail .news__cont .post__cont ul.list-number li, body#information-detail .news__cont .post__cont ol.list-number li {
  counter-increment: cnt;
  padding-left: 25px;
}
body#information-detail .news__cont .post__cont ul.list-number li::before, body#information-detail .news__cont .post__cont ol.list-number li::before {
  content: "" counter(cnt) ".";
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 0px;
}
@media (max-width: 767px) {
  body#information-detail .news__cont .post__cont ul, body#information-detail .news__cont .post__cont ol {
    margin-left: 0;
  }
}
body#information-detail .news .arrow-btn.back {
  text-align: center;
  margin: 80px 0;
  border-top: 1px solid #dedede;
  padding-top: 100px;
}
@media (max-width: 959px) {
  body#information-detail .news .arrow-btn.back {
    margin: 0px 0 0;
    padding-top: 70px;
  }
}

/*--------------------------
 footer
----------------------------*/
footer {
  position: relative;
  background: #F7F7F5;
  overflow: hidden;
}
footer .ft__inner {
  display: flex;
  justify-content: space-between;
  padding: 100px 0;
}
@media (max-width: 959px) {
  footer .ft__inner {
    display: block;
    max-width: 700px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  footer .ft__inner {
    padding: 50px 0;
  }
}
footer .ft__info {
  position: relative;
}
footer .ft__info .logo img {
  width: 307px;
  height: 40px;
}
footer .ft__info .logo p {
  margin: 50px 0 0px;
  font-size: 18px;
  font-weight: 700;
}
footer .ft__info .info {
  margin: 0px 0 30px;
}
footer .ft__info .info p {
  font-size: 14px;
  margin-bottom: 0;
}
@media (max-width: 959px) {
  footer .ft__info {
    margin-bottom: 30px;
  }
  footer .ft__info .logo p {
    margin-top: 20px;
  }
  footer .ft__info .info {
    margin-bottom: 10px;
  }
}
footer .ft__info .contactarea .tel {
  margin-bottom: 35px;
}
footer .ft__info .contactarea .tel a {
  display: block;
  font-size: 20px;
  font-weight: 700;
}
footer .ft__info .contactarea .tel a span {
  font-size: 30px;
  position: relative;
  padding-left: 40px;
}
footer .ft__info .contactarea .tel a span::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/common/ico_tel.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}
footer .ft__info .contactarea .tel p {
  font-size: 14px;
  margin: 0;
  margin-left: 40px;
}
footer .ft__info .contactarea .btn a {
  width: 325px;
  border: 1px solid #008A33;
  transition: all 0.5s ease 0s;
  text-align: center;
  position: relative;
  padding: 15px 0;
  box-sizing: border-box;
  display: block;
}
footer .ft__info .contactarea .btn a span {
  padding-left: 35px;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  color: #008A33;
}
footer .ft__info .contactarea .btn a span::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0px;
  background: url(../img/common/ico_contact_green.svg) no-repeat center/contain;
}
@media (min-width: 960px) {
  footer .ft__info .contactarea .btn a:hover {
    background: #008A33;
    transition: all 0.5s ease 0s;
  }
  footer .ft__info .contactarea .btn a:hover span {
    color: #fff;
  }
  footer .ft__info .contactarea .btn a:hover span::before {
    background: url(../img/common/ico_contact.svg) no-repeat center/contain;
  }
}
@media (max-width: 959px) {
  footer .ft__info .contactarea .tel {
    margin-bottom: 20px;
  }
}
footer .ft__navi {
  position: relative;
}
footer .ft__navi ul li {
  position: relative;
  padding-left: 15px;
}
footer .ft__navi ul li:nth-child(n+2) {
  margin-top: 20px;
}
footer .ft__navi ul li::before {
  content: "";
  width: 10px;
  height: 2px;
  background: #008A33;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}
footer .ft__navi ul li a {
  font-size: 16px;
  font-weight: 500;
  transition: all 0.5s ease 0s;
}
@media (min-width: 960px) {
  footer .ft__navi ul li a:hover {
    color: #008A33;
    transition: all 0.5s ease 0s;
  }
}
footer .ft__navi ul.sns {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  margin: 0;
}
footer .ft__navi ul.sns li {
  padding: 0;
}
footer .ft__navi ul.sns li:nth-child(n+2) {
  margin-left: 20px;
  margin-top: 0;
}
footer .ft__navi ul.sns li::before {
  content: none;
}
footer .ft__navi ul.sns li a img {
  width: 25px;
  height: 25px;
}
@media (max-width: 767px) {
  footer .ft__navi ul {
    width: 100%;
  }
  footer .ft__navi ul.sns {
    position: relative;
    right: auto;
    bottom: auto;
    justify-content: center;
    margin-top: 50px;
  }
  footer .ft__navi ul.sns li:nth-child(n+2) {
    margin-left: 35px;
  }
}
footer .copy {
  text-align: right;
  background: #000000;
  font-size: 11px;
  padding: 22px 0;
  color: #fff;
}
@media (max-width: 959px) {
  footer .copy {
    text-align: center;
  }
}
@media (max-width: 640px) {
  footer .copy {
    padding: 20px 0;
  }
}

/*# sourceMappingURL=style.scss.map */
