@charset "UTF-8";
/*標準ボタン
---------------------------------------------------------------*/
/*鍵フックボタン
---------------------------------------------------------------*/
/*カーテンボタン
---------------------------------------------------------------*/
/*ラインダッシュボタン
---------------------------------------------------------------*/
/*IE対応のグラデーション
========================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");

/*変数指定
=======================================================*/
/*メインカラー
--------------------------------------------*/
/*フォント
--------------------------------------------*/
/*body以下
=======================================================*/
body {
  margin: auto;
  padding: 0;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif, "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 500;
  color: #32211f;
  min-width: initial;
}

body a {
  color: #32211f;
}

.pc-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background: url(../img/common/pc-top-bg-deco-rt.png) no-repeat right top/50%, url(../img/common/pc-top-bg-deco-lb.png) no-repeat left bottom/65%, url(../img/common/pc-btm-bg.png) no-repeat left bottom/100%;
}

.left {
  float: left;
}

.right {
  float: right;
}

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

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

img {
  max-width: 100%;
  vertical-align: middle;
}

.com-tel {
  font-weight: 700;
  font-size: 6vw;
  line-height: 1.2;
}

.com-tel a {
  color: #fff;
}

.com-tel small {
  font-size: 4vw;
}

/*更新画像
=================================================*/
/*更新イメージの調整
----------------------------------------------- */
.com-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: url(../img/common/no-img.jpg) no-repeat center/cover;
}

.com-img img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom";
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/*共通テキスト
----------------------------------------------- */
.com-txt p {
  margin-bottom: 25px;
}

.com-txt p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .com-txt p br {
    display: none;
  }
}

/*display flexキッド 
=================================================*/
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  width: 100%;
}

/*折り返し
-----------------------*/
.flx-wrp {
  flex-wrap: wrap;
}

/*逆順
-----------------------*/
.flx-rr {
  flex-direction: row-reverse;
}

/*水平方向の揃え
=================================================*/
/*初期値
-----------------------*/
.flx-strt {
  -webkit-justify-content: start;
  justify-content: start;
}

/*並列で均等配置（左右隙間なし=space-between）
-----------------------*/
.flx-btw {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/*並列で均等配置（左右隙間あり=space-around）
-----------------------*/
.flx-ard {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

/*水平揃え　末揃え
-----------------------*/
.flx-end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/*水平揃え　中央揃え
-----------------------*/
.flx-center {
  -webkit-justify-content: center;
  justify-content: center;
}

/*垂直方向の揃え
=================================================*/
/*水平揃え　上揃え
-----------------------*/
.flx-alitem-strt {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

/*水平揃え　高さ揃え
-----------------------*/
.flx-alitem-strch {
  -webkit-align-items: stretch;
  align-items: stretch;
}

/*水平揃え　縦・横の中央揃え
-----------------------*/
.flx-alitem-c {
  -webkit-align-items: center;
  align-items: center;
}

/*水平揃え　下揃え
-----------------------*/
.flx-alitem-end {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

/*水平揃え　ベースライン揃え
-----------------------*/
.flx-alitem-base {
  -webkit-align-items: baseline;
  align-items: baseline;
}

/*複数行にした揃え方
=================================================*/
/*初期値
-----------------------*/
.flx-alcont-strt {
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

/*親要素の開始位置から配置。上揃え
-----------------------*/
.flx-alcont-strch {
  -webkit-align-content: stretch;
  align-content: stretch;
}

/*親要素の終点から配置。下揃え
-----------------------*/
.flx-alcont-end {
  -webkit-align-content: flex-end;
  align-content: flex-end;
}

/*中央揃え
-----------------------*/
.flx-alcont-c {
  -webkit-align-content: center;
  align-content: center;
}

/*最初と最後の子要素を上下の端に配置し、残りの要素は均等に間隔をあけて配置
-----------------------*/
.flx-alcont-s-btw {
  -webkit-align-content: space-between;
  align-content: space-between;
}

/*上下端にある子要素も含め、均等に間隔をあけて配置
-----------------------*/
.flx-alcont-s-ard {
  -webkit-align-content: space-around;
  align-content: space-around;
}

/*=========================================================
	PC背景
=========================================================*/
.pc-max-bx {
  max-width: 1500px;
  min-width: initial;
  margin: 0 auto;
  position: relative;
}

.pc-max-bx h1 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 30px;
}

.sub-contents-fixed {
  width: 100%;
  max-width: 1500px;
  height: 100%;
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}

.sub-contents {
  position: absolute;
  width: 260px;
  box-sizing: border-box;
}

.sub-contents-lt {
  left: 60px;
  top: 30px;
}

.main-contents-container {
  width: 375px;
  position: absolute;
  top: 0;
  box-sizing: border-box;
  min-height: 100vh;
  margin: 0 0 0 auto;
  box-shadow: 10px 0px 10px -10px rgba(50, 33, 31, 0.1), -10px 0px 10px -10px rgba(50, 33, 31, 0.1);
  background: url(../img/common/main-bx-bg.jpg);
}

.main-contents-container .sub-contents {
  width: 196px;
}

.main-contents-bx {
  height: 100%;
  position: relative;
}

.contents-r {
  left: auto;
  right: 60px;
  margin: 0 0 0 auto;
  background: #fff;
}

/*=========================================================
	header
=========================================================*/
#header .hd-logo {
  margin-bottom: 15px;
}

#header #nav {
  text-align: left;
}

#header #nav li {
  border-bottom: 0.2rem dashed #d4b276;
}

#header #nav li:last-of-type {
  border-bottom: none;
}

#header #nav .current a {
  font-weight: 700;
  color: #ec9b4b;
}

#header #nav a {
  font-size: 17px;
  display: block;
  padding: 20px 30px 20px 0;
  box-sizing: border-box;
  position: relative;
  color: #32211f;
  font-weight: 700;
}

#header #nav a:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  width: 20px;
  height: 20px;
  background: url("../img/common/arw-icon-grn.png") no-repeat center/contain;
  margin-top: -10px;
}

#header #nav a:hover {
  font-weight: 700;
  color: #ec9b4b;
}

#header .sidebar-btn {
  text-align: center;
}

#header .sidebar-btn .txt {
  margin-bottom: 10px;
}

#header .sidebar-btn .official-btn {
  width: 260px;
  margin: 0 auto;
}

.leaf-bx {
  position: relative;
}

.leaf-bx:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: -20px;
  left: -20px;
  width: 66px;
  height: 79px;
  background: url("../img/common/com-leaf-deco-l.png") no-repeat center/contain;
}

.leaf-bx:after {
  content: "";
  position: absolute;
  display: block;
  top: -20px;
  right: -20px;
  bottom: auto;
  left: auto;
  width: 65px;
  height: 78px;
  background: url("../img/common/com-leaf-deco-r.png") no-repeat center/contain;
}

/*=========================================================
	メインボックス
=========================================================*/
/*Mainvisual
=========================================================*/
#mv .mv-img {
  margin: 0 auto;
  height: 450px;
  background: url(../img/mv/mv-bg.jpg) no-repeat center/cover;
}

#mv .catch {
  width: 90%;
  margin: 0 auto;
  padding: 25px 0;
}

/*=========================================================
	トップページ
=========================================================*/
/*共通ボタン
=========================================================*/
.more-btn01 {
  position: relative;
  text-align: center;
  display: block;
  letter-spacing: 1.2px;
  transition: all 0.3s;
  margin: 0 auto;
  font-size: 14px;
  border: solid #000 1px;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  overflow: hidden;
}

.more-btn01:before,
.more-btn01:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.more-btn01 span {
  position: relative;
  transition: all 0.3s;
  transform: scale(1, 1);
  z-index: 10;
}

.more-btn01 span {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .more-btn01 {
    font-size: 3.5vw;
  }
}

.more-btn01:hover {
  background: #fff;
  border: solid #000 1px;
}

.more-btn01:hover span {
  color: #000;
}

.more-btn02 {
  position: relative;
  text-align: center;
  display: block;
  letter-spacing: 1.2px;
  transition: all 0.3s;
  margin: 0 auto;
  font-size: 14px;
  border: solid #000 1px;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  overflow: hidden;
}

.more-btn02:before,
.more-btn02:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.more-btn02 span {
  position: relative;
  transition: all 0.3s;
  transform: scale(1, 1);
  z-index: 10;
}

.more-btn02 span {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .more-btn02 {
    font-size: 3.5vw;
  }
}

.more-btn02:before {
  opacity: 0;
  background: rgba(255, 255, 255, 0.4);
  transform: scale(1, 0.1);
}

.more-btn02:after {
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.more-btn02:hover:before {
  opacity: 1;
  transform: scale(1, 1);
}

.more-btn02:hover:after {
  opacity: 0;
  transform: scale(1, 0.1);
}

.more-btn03 {
  position: relative;
  text-align: center;
  display: block;
  letter-spacing: 1.2px;
  transition: all 0.3s;
  margin: 0 auto;
  font-size: 14px;
  border: solid #000 1px;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  overflow: hidden;
}

.more-btn03:before,
.more-btn03:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.more-btn03 span {
  position: relative;
  transition: all 0.3s;
  transform: scale(1, 1);
  z-index: 10;
}

.more-btn03 span {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .more-btn03 {
    font-size: 3.5vw;
  }
}

.more-btn03:before {
  opacity: 0;
  background: rgba(255, 255, 255, 0.5);
  transform: scale(0.1, 0.1);
}

.more-btn03:hover:before {
  opacity: 1;
  transform: scale(1, 1);
}

.more-btn03:hover:after {
  transform: scale(0, 0);
  opacity: 0;
}

.more-btn04 {
  position: relative;
  text-align: center;
  display: block;
  letter-spacing: 1.2px;
  transition: all 0.3s;
  margin: 0 auto;
  font-size: 14px;
  border: solid #000 1px;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  overflow: hidden;
}

.more-btn04:before,
.more-btn04:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.more-btn04 span {
  position: relative;
  transition: all 0.3s;
  transform: scale(1, 1);
  z-index: 10;
}

.more-btn04 span {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .more-btn04 {
    font-size: 3.5vw;
  }
}

.more-btn05 {
  position: relative;
  text-align: center;
  display: block;
  letter-spacing: 1.2px;
  transition: all 0.3s;
  margin: 0 auto;
  font-size: 14px;
  border: solid #000 1px;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  overflow: hidden;
}

.more-btn05:before,
.more-btn05:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.more-btn05 span {
  position: relative;
  transition: all 0.3s;
  transform: scale(1, 1);
  z-index: 10;
}

.more-btn05 span {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .more-btn05 {
    font-size: 3.5vw;
  }
}

.more-btn {
  display: block;
  width: 90%;
  margin: 0 auto;
  background: #fff;
  text-align: center;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 18px 0;
  border: solid 2px #a9bc70;
  line-height: 1;
  border-radius: 30px;
}

.more-btn span {
  color: #32211f;
  position: relative;
  padding-right: 30px;
}

.more-btn span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  width: 20px;
  height: 20px;
  background: url("../img/common/arw-icon-grn.png") no-repeat center/contain;
  margin-top: -10px;
}

.more-btn:hover {
  background: #a9bc70;
}

.more-btn:hover span {
  color: #fff;
}

.more-btn.red-btn {
  display: block;
  border: solid 2px #b51800;
  position: relative;
  padding: 15px 25px;
  box-sizing: border-box;
}

.more-btn.red-btn:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 15px;
  bottom: auto;
  left: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #b51800;
  border-right: 2px solid #b51800;
  transform: rotate(45deg);
  margin-top: -5px;
  box-sizing: border-box;
}

.more-btn.red-btn:hover {
  background: rgba(181, 24, 0, 0.1);
}

.more-btn.red-btn:hover:before {
  border-top: 2px solid #b51800;
  border-right: 2px solid #b51800;
}

.more-btn.red-btn:hover span {
  color: #32211f;
}

.official-btn {
  display: block;
  background: #b51800;
  padding: 20px 0;
  border-radius: 40px;
  line-height: 1.2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  transition: 0.1s all ease-in;
}

.official-btn span {
  font-size: 18px;
  position: relative;
  color: #fff;
  font-weight: 700;
  padding-left: 40px;
}

.official-btn span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 30px;
  height: 30px;
  background: url("../img/common/official-logo.png") no-repeat center/contain;
  margin-top: -15px;
}

.official-btn:hover {
  background: #ec9b4b;
}

.online-btn {
  text-align: center;
  display: block;
  background: #fff;
  padding: 20px 0;
  border-radius: 40px;
  line-height: 1.2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border: solid 2px #b51800;
  transition: 0.1s all ease-in;
}

.online-btn span {
  font-size: 18px;
  position: relative;
  color: #b51800;
  font-weight: 700;
  padding-left: 40px;
}

.online-btn span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 30px;
  height: 30px;
  background: url("../img/common/logo-blk.png") no-repeat center/contain;
  margin-top: -15px;
}

.online-btn:hover {
  background: rgba(181, 24, 0, 0.1);
}

.instagram-icon span {
  padding: 0 0 0 30px;
  font-size: 17px;
}

.instagram-icon span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 22px;
  height: 22px;
  background: url("../img/common/instagram-logo.png") no-repeat center/contain;
  margin-top: -11px;
}

.line-icon span {
  padding: 0 0 0 30px;
  font-size: 17px;
}

.line-icon span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 22px;
  height: 22px;
  background: url("../img/common/line-logo.png") no-repeat center/contain;
  margin-top: -11px;
}

.mail-btn {
  display: block;
  background: transparent;
  border: solid 1px #fff;
  text-align: center;
  width: 180px;
  padding: 10px 0;
  transition: 0.3s all ease;
}

.mail-btn span {
  position: relative;
  padding-left: 35px;
  color: #fff;
}

.mail-btn span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 20px;
  height: 14px;
  background: url("../img/common/mail-icon.png") no-repeat center/contain;
  margin-top: -7px;
}

.mail-btn:hover {
  background: #ec9b4b;
}

.mail-btn:hover span {
  color: #fff;
}

.com-point-list li {
  border-bottom: 0.1rem dashed #d4b276;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.5;
}

.com-point-list li:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.point-num {
  width: 90px;
  background: #d4b276;
  color: #fff;
  font-family: "Lexend Deca", sans-serif;
  font-size: 13px;
  text-align: center;
  line-height: 1;
  padding: 3px 0;
  border-radius: 4px;
  margin-bottom: 5px;
}

.point-num span {
  font-size: 18px;
}

.view-more {
  box-sizing: border-box;
  padding-right: 30px;
  transition: 0.1s all ease-in;
}

.view-more:hover {
  transform: scale(1.02);
}

.view-more span {
  color: #a9bc70;
  position: relative;
  border-bottom: 1px solid #a9bc70;
  padding-bottom: 5px;
}

.view-more span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: -30px;
  bottom: auto;
  left: auto;
  width: 20px;
  height: 20px;
  background: url("../img/common/arw-icon-grn.png") no-repeat center/contain;
  margin-top: -10px;
}

/*LOGO
=========================================================*/
.logo-container {
  text-align: center;
  height: 60px;
  background: #fff;
  padding-top: 10px;
  box-sizing: border-box;
  position: relative;
}

.logo-container:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: -31px;
  left: 50%;
  width: 128px;
  height: 31px;
  background: url("../img/common/logo-circle-bg.png") no-repeat center/contain;
  margin-left: -64px;
}

.logo-container .hd-logo {
  width: 139px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}

.border-txt {
  position: relative;
}

.border-txt:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background: #f5d0a6;
  border-radius: 20px;
}

.border-txt em {
  position: relative;
  color: #32211f;
  font-weight: 700;
}

/*top-about
=========================================================*/
#top-about {
  background: #fbf4e2;
  padding: 40px 0;
}

#top-about .top-about-ttl {
  text-align: center;
  font-weight: 500;
  margin-bottom: 40px;
  font-size: 22px;
  color: #d4b276;
  line-height: 1.6;
}

#top-about .top-about-txt {
  padding: 20px 30px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 20;
}

#top-about .top-about-txt p {
  margin-bottom: 20px;
}

#top-about .top-about-txt p:last-of-type {
  margin-bottom: 0;
}

/*top-choose
=========================================================*/
#top-choose .top-choose-img {
  height: 200px;
  background: url(../img/top/top-choose-img.jpg) no-repeat center/cover;
}

#top-choose .top-choose-container {
  padding: 35px 0 50px;
  background: url(../img/common/com-leaf-lt-bg.png) no-repeat left top/50%, url(../img/common/com-leaf-rb-bg.png) no-repeat right bottom/60%;
}

#top-choose .top-choose-ttl {
  text-align: center;
  color: #d4b276;
}

#top-choose .com-point-list {
  margin-bottom: 35px;
}

/*top-recommend
=========================================================*/
#top-recommend .com-top-recommend {
  padding: 40px 0 20px;
}

#top-recommend .com-top-recommend .top-recommend-img {
  width: 90%;
  margin: 0 auto 20px;
}

#top-recommend .com-top-recommend .view-more {
  text-align: right;
  margin-top: 20px;
}

#top-recommend .top-recommend-txtbx {
  background: #fbf4e2;
  padding: 30px 15px;
  box-sizing: border-box;
  position: relative;
}

#top-recommend .top-recommend-txtbx .feature-icon {
  position: absolute;
  left: 8px;
  top: -40px;
  width: 80px;
}

/*top-recommend
=========================================================*/
#top-column {
  padding: 40px 0 50px;
  background: url(../img/top/top-column-bg-r.png) no-repeat right top/90%;
}

#top-column .top-column-ttl {
  color: #d4b276;
  line-height: 1.5;
  font-size: 24px;
  padding: 0 40px;
  box-sizing: border-box;
  margin-bottom: 15px;
}

#top-column .top-column-ttl .sub {
  font-weight: 100;
  font-size: 50px;
  font-family: "Lexend Deca", sans-serif;
}

#top-column .top-column-ttl span {
  display: block;
}

#top-column .top-column-img {
  margin-bottom: 15px;
}

#top-column .top-column-post {
  width: 90%;
  margin: 0 auto 20px;
}

#top-column .top-column-post .com-top-column-post {
  border-bottom: 0.1rem dashed #d4b276;
}

#top-column .top-column-post .com-top-column-post:last-of-type {
  border-bottom: none;
}

#top-column .top-column-post .com-top-column-post a {
  display: block;
  padding: 15px 5px;
  box-sizing: border-box;
}

#top-column .top-column-post .com-top-column-post a:hover {
  background: rgba(212, 178, 118, 0.1);
}

#top-column .top-column-post .top-column-post-ttl {
  font-size: 16px;
  color: #32211f;
  line-height: 1.5;
  margin-bottom: 10px;
}

#top-column .top-column-post .tag-list {
  margin-bottom: 10px;
  line-height: 1;
}

#top-column .top-column-post .tag-list li {
  display: inline-block;
  vertical-align: middle;
  color: #d4b276;
  font-size: 13px;
  margin: 2px 5px 0 0;
  padding-right: 5px;
  border-right: 1px solid #d4b276;
}

#top-column .top-column-post .tag-list li:last-of-type {
  margin-right: 0;
  border-right: none;
}

#top-column .top-column-post time {
  display: block;
  text-align: right;
  color: #c3bebe;
}

#top-column .more-btn span {
  font-size: 17px;
}

/*=========================================================
	footer
=========================================================*/
#footer {
  text-align: center;
}

#footer .ft-wrp {
  padding: 20px 0 25px;
  background: #fbf4e2;
}

#footer .ft-wrp .ft-logo {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
}

#footer .ft-wrp .txt {
  margin-bottom: 10px;
  font-size: 13px;
}

#footer .ft-wrp .official-btn span {
  font-size: 17px;
}

#footer .ft-btn-list li {
  margin-bottom: 25px;
}

#footer .ft-btn-list li:last-of-type {
  margin-bottom: 0;
}

#footer .ft-sitemap-list {
  padding: 15px 0;
  line-height: 1;
}

#footer .ft-sitemap-list li {
  display: inline-block;
  vertical-align: middle;
  border-right: 1px #32211f solid;
  padding-right: 10px;
  margin-right: 10px;
  font-size: 13px;
}

#footer .ft-sitemap-list li:last-of-type {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

#footer .ft-sitemap-list li:hover a {
  color: #ec9b4b;
}

#footer #copyright {
  text-align: center;
  padding: 5px 0;
}

#footer #copyright small {
  color: #ec9b4b;
  font-size: 10px;
}

#footer #copyright small a {
  color: #ec9b4b;
}

/*=========================================================
	下層ページ
=========================================================*/
#contents-u {
  padding: 40px 0 50px;
}

/*下層サブビジュアル
=========================================================*/
.sv-img {
  height: 275px;
}

.sv-ttl {
  font-size: 28px;
  padding: 20px;
  box-sizing: border-box;
  font-weight: 600;
  line-height: 1.4;
}

.sv-ttl span {
  position: relative;
  padding-right: 40px;
  display: inline-block;
  vertical-align: middle;
}

.sv-ttl span:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: 0;
  bottom: 7px;
  left: auto;
  width: 29px;
  height: 18px;
  background: url("../img/common/sv-ttl-deco.png") no-repeat center/contain;
}

.sv-column-bg {
  background: url(../img/column/sv-column-bg.jpg) no-repeat center/cover;
}

.sv-contact-bg {
  background: url(../img/contact/sv-contact-bg.jpg) no-repeat center/cover;
}

.sv-complete-bg {
  background: url(../img/complete/sv-complete-bg.jpg) no-repeat center/cover;
}

.sv-privacy-bg {
  background: url(../img/privacy/sv-privacy-bg.jpg) no-repeat center/cover;
}

.sv-site-bg {
  background: url(../img/site/sv-site-bg.jpg) no-repeat center/cover;
}

.sv-notfound-bg {
  background: url(../img/notfound/sv-notfound-bg.jpg) no-repeat center/cover;
}

/*下層共通タイトル
=========================================================*/
.ttl01 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  line-height: 1.5;
  margin-bottom: 20px;
  position: relative;
  color: #32211f;
}

.ttl01:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 2px;
  background: #d4b276;
}

.ttl02 {
  font-size: 20px;
  line-height: 1.5;
  padding-left: 15px;
  box-sizing: border-box;
  border-left: 2px solid #d4b276;
  margin-bottom: 15px;
  font-weight: 600;
}

.com-ttl {
  padding-bottom: 30px;
  margin-bottom: 10px;
  position: relative;
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  color: #d4b276;
}

.com-ttl:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 25px;
  background: #d4b276;
}

.com-wide-ttl {
  background: #d4b276;
  color: #fff;
  padding: 10px 40px;
  box-sizing: border-box;
  font-size: 24px;
}

.com-wide-ttl span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 30px;
}

.com-wide-ttl span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  width: 20px;
  height: 1px;
  background: #fff;
}

/*下層共通パーツ
=========================================================*/
.com-about-contents .com-about-topic {
  margin-bottom: 30px;
  border-bottom: 0.1rem dashed #e9d8ba;
  padding-bottom: 30px;
}

.com-about-contents .com-about-topic:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.com-about-contents .com-about-txt {
  padding: 0 18px;
  box-sizing: border-box;
}

.com-about-contents .com-about-txt em,
.com-about-contents .com-about-txt strong {
  font-weight: 600;
  color: #ec9b4b;
}

.com-about-contents .com-about-dl {
  margin-top: 30px;
}

.com-check-list {
  margin-bottom: 20px;
}

.beef-bg {
  background: #fff url(../img/comparison/comparison-beef-bg.png) no-repeat right bottom/70%;
}

.deer-bg {
  background: #fff url(../img/comparison/comparison-deer-bg.png) no-repeat right bottom/55%;
}

.coution-bg {
  background: #fff url(../img/recommend/coution-bg.png) no-repeat right center/55%;
}

.com-about-dl {
  border: 1px solid #d4b276;
  border-radius: 20px;
  padding: 15px 18px;
  box-sizing: border-box;
}

.com-about-dl dt {
  border-bottom: 1px solid #ec9b4b;
  margin-bottom: 12px;
  padding: 0 0 10px 15px;
  line-height: 1.5;
  position: relative;
  font-size: 16px;
}

.com-about-dl dt:before {
  content: "";
  position: absolute;
  display: block;
  top: 10px;
  right: auto;
  bottom: auto;
  left: 0;
  width: 8px;
  height: 8px;
  background: #d4b276;
  transform: rotate(45deg);
}

.com-about-dl dd .eng {
  font-size: 14px;
  color: #ec9b4b;
}

.com-img-topic li {
  margin-bottom: 20px;
}

.com-img-topic li:last-child {
  margin-bottom: 0;
}

.com-img-topic li .about-comparison-img {
  margin-bottom: 8px;
  overflow-x: scroll;
}

.com-img-topic li .about-comparison-img img {
  width: 600px;
  max-width: initial;
}

.com-img-topic li .txt {
  font-size: 13px;
}

/*まとめ
---------------------------------------------------------*/
.com-summary .com-summary-bx {
  padding: 35px 0;
  background: #fbf4e2;
}

.com-summary .inbox {
  width: 350px;
}

.com-summary .cat-leaf-frame {
  background: #fff;
  border-radius: 20px;
  padding: 20px 30px 25px;
  box-sizing: border-box;
  position: relative;
}

.com-summary .cat-leaf-frame:before {
  content: "";
  position: absolute;
  display: block;
  top: -20px;
  right: -10px;
  bottom: auto;
  left: auto;
  width: 92px;
  height: 78px;
  background: url("../img/common/com-summary-deco-rt.png") no-repeat center/contain;
}

.com-summary .cat-leaf-frame:after {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: -25px;
  left: -10px;
  width: 92px;
  height: 78px;
  background: url("../img/common/com-summary-deco-lb.png") no-repeat center/contain;
}

.com-summary .cat-leaf-frame p {
  margin-bottom: 25px;
}

.com-summary .cat-leaf-frame p:last-of-type {
  margin-bottom: 0;
}

/*パンくず
=========================================================*/
#bread-clumb {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 20px;
}

#bread-clumb li {
  position: relative;
  color: #32211f;
  font-size: 10px;
  float: left;
  margin-right: 20px;
}

#bread-clumb li:after {
  content: ">";
  position: absolute;
  display: block;
  right: -15px;
  top: 0;
}

#bread-clumb li:last-child {
  margin-right: 0;
}

#bread-clumb li:last-child:after {
  display: none;
}

#bread-clumb li a {
  color: #32211f;
}

#bread-clumb li a:hover {
  color: #ec9b4b;
}

.com-dl>.in-dl {
  display: block;
}

.com-dl>.in-dl dt,
.com-dl>.in-dl dd {
  display: block;
  padding: 15px 20px;
}

.com-dl>.in-dl>dt {
  background: #d4b276;
  color: #fff;
}

.com-dl>.in-dl>dd {
  vertical-align: top;
}

.com-dl>.in-dl>dd a {
  color: #32211f;
}

.com-ttl-rp {
  background: #fbf4e2;
  position: relative;
  padding: 20px 0;
  color: #d4b276;
  margin-bottom: 25px;
}

.com-ttl-rp:before {
  bottom: -12px;
}

.com-check-list {
  border: solid 1px #d4b276;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 18px 15px;
  box-sizing: border-box;
}

.com-check-list li {
  margin-bottom: 8px;
  padding: 0 0 8px 20px;
  border-bottom: 0.1rem dashed #d4b276;
  color: #ec9b4b;
  position: relative;
}

.com-check-list li:before {
  content: "";
  position: absolute;
  display: block;
  top: 5px;
  right: auto;
  bottom: auto;
  left: 0;
  width: 8px;
  height: 8px;
  background: url("../img/common/com-check.png") no-repeat center/contain;
}

.com-check-list li:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.com-check-list li span {
  color: #32211f;
}

/*ペットフードの選び方
=========================================================*/
.sv-choose-bg {
  background: url(../img/choose/sv-choose-bg.jpg) no-repeat center/cover;
}

#about-choose {
  padding: 0 0 50px;
}

#about-choose .top-choose-ttl {
  text-align: center;
}

#about-choose .point-num {
  margin-bottom: 8px;
}

#about-choose .about-choose-img {
  margin-bottom: 15px;
}

/*比較
=========================================================*/
.sv-comparison-bg {
  background: url(../img/comparison/sv-comparison-bg.jpg) no-repeat center/cover;
}

#comparison-meat {
  padding: 0 0 50px;
}

/*鹿肉のおすすめポイント
=========================================================*/
.sv-recommend-bg {
  background: url(../img/recommend/sv-recommend-bg.jpg) no-repeat center/cover;
}

#about-recommend {
  background: #fbf4e2;
  padding: 20px 0;
}

#about-recommend .about-recommend-txt {
  padding: 0 18px;
  box-sizing: border-box;
}

#recommend-scene {
  padding-bottom: 50px;
}

#recommend-scene .recommend-scene-img {
  height: 200px;
  margin-bottom: 30px;
}

#recommend-scene .com-about-topic {
  padding-bottom: 20px;
  margin: 0 auto 20px;
}

#recommend-scene .com-about-topic:last-child {
  margin-bottom: 0;
}

.com-coution {
  padding: 30px 0;
  background: url(../img/common/com-leaf-rb-bg.png) no-repeat right bottom/60%, #fbf4e2 url(../img/common/com-leaf-lt-bg.png) no-repeat left top/50%;
}

#recommend-special {
  padding-bottom: 50px;
}

#recommend-special .com-img {
  height: 200px;
  margin-bottom: 20px;
}

#recommend-special .com-coution-ttl {
  color: #ec9b4b;
  font-size: 22px;
  letter-spacing: 0;
}

/*商品紹介・特徴
=========================================================*/
.sv-products-bg {
  background: url(../img/products/sv-products-bg.jpg) no-repeat center/cover;
}

#about-products {
  background: #fbf4e2;
  padding: 20px 0;
}

#produts-info {
  padding-bottom: 50px;
}

#produts-info .com-img {
  height: 200px;
  margin-bottom: 20px;
}

#produts-info .com-about-img {
  margin-bottom: 15px;
}

#products-feature {
  padding: 35px 0;
  background: url(../img/common/com-leaf-rb-bg.png) no-repeat right bottom/60%, #fbf4e2 url(../img/common/com-leaf-lt-bg.png) no-repeat left top/50%;
}

#product-link {
  padding: 30px 0 40px;
  text-align: center;
}

#product-link .product-link-list li {
  margin-bottom: 15px;
}

#product-link .product-link-list li .txt {
  margin-bottom: 5px;
}

#product-link .product-link-list li:last-child {
  margin-bottom: 0;
}

#product-link a {
  display: block;
  padding: 20px 40px;
  width: 100%;
  box-sizing: border-box;
}

/*お知らせ一覧
=========================================================*/
/*タグ一覧
----------------------------------------------------*/
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}

.tag-select-box:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #32211f;
  pointer-events: none;
}

.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #333;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #333;
  font-weight: 700;
  -webkit-appearance: none;
  appearance: none;
}

.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

.post-wrp .tag-change li a {
  border: solid 1px #ec9b4b;
  color: #ec9b4b;
  background: #fff;
}

.post-wrp .tag-change .current a {
  background: #ec9b4b;
}

.post-wrp .tag-change .current a span {
  color: #fff;
}

.post-wrp .all-post-list article {
  border-bottom: 1px solid #ec9b4b;
}

.post-wrp .all-post-list article a {
  color: #32211f;
}

.post-wrp .all-post-list article a .tag-name {
  margin: 3px 5px 0 0;
  border: solid 1px #ec9b4b;
}

.post-wrp .all-post-list article a .tag-name span {
  color: #ec9b4b;
}

.post-wrp .all-post-list article a time span {
  color: #ec9b4b;
}

/*お知らせ個別
=========================================================*/
#contents-u.s-post .sb_style h1 {
  border-bottom: 1px solid #ec9b4b;
}

#contents-u.s-post .sb_style h2 {
  border-left: 5px solid #ec9b4b;
}

#contents-u.s-post .sb_style h3 {
  background: #ec9b4b;
  color: #fff;
}

#contents-u.s-post .sb_style h4:before {
  background: #ec9b4b;
}

#contents-u.s-post .sb_style h5 {
  background: #f2f2f2;
}

#contents-u.s-post .sb_style h6 {
  color: #ec9b4b;
}

#contents-u.s-post .sb_style ul li:before {
  background: #ec9b4b;
}

#contents-u.s-post .sb_style ol li:before {
  color: #fff;
  background: #ec9b4b;
}

#contents-u.s-post .sb_style a {
  color: #ec9b4b;
}

#contents-u.s-post .s-time-tag {
  text-align: right;
  margin-top: 100px;
  padding-top: 10px;
  border-top: 1px solid #ec9b4b;
}

#contents-u.s-post .s-time-tag time {
  color: #ec9b4b;
  font-weight: bold;
}

#contents-u.s-post .tag-name {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 20px;
  box-sizing: border-box;
  border: solid 1px #ec9b4b;
  line-height: 1;
  color: #ec9b4b;
}

#contents-u.s-post .tag-name span {
  color: #ec9b4b;
}

/*お問い合わせ
=========================================================*/
.cont-dl .in-dl dt {
  color: #fff;
}

.cont-dl .in-dl dt .hissu {
  background: #b51800;
  color: #fff;
}

.cont-dl .in-dl dd a {
  color: #b51800;
}

.cont-dl .in-dl dd a:hover {
  color: #b51800;
  border-bottom: 1px solid #b51800;
}

.cont-dl .in-dl dd {
  width: 100%;
}

.cont-dl .in-dl dd .select-wrap {
  position: relative;
  width: 300px;
}

.cont-dl .in-dl dd .select-wrap:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}

.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  appearance: none;
  background: #fff;
}

.cont-dl .in-dl dd input[type=text],
.cont-dl .in-dl dd textarea {
  width: 100%;
}

.cont-dl .in-dl dd input[type=text],
.cont-dl .in-dl dd input[type=num] {
  border: solid #ccc 1px;
  background: #fff;
}

.cont-dl .in-dl dd textarea {
  border: solid #ccc 1px;
  background: #fff;
}

.contact-btn ul li {
  margin: 0 0 20px 0;
}

.contact-btn ul li:last-of-type {
  margin-bottom: 0;
}

.contact-btn ul li #form-btn {
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: 280px;
  border: solid 1px #b51800;
  background-color: #b51800;
  font-size: 14px;
}

.contact-btn ul li:hover #form-btn {
  color: #b51800;
  background: #fff;
}

/*pagenation
--------------------------------------------*/
ul.pagenation li a {
  color: #38322d;
}

ul.pagenation li.current {
  color: #fff;
  background: #ec9b4b;
}

/*page-btn
--------------------------------------------*/
.page-btn .left a:before {
  border-right: solid #ec9b4b 5px;
}

.page-btn .right a:before {
  border-left: solid #ec9b4b 5px;
}

/*サイトマップ
=========================================================*/
#site-map ul li {
  border-bottom: 1px solid #ec9b4b;
}

#site-map ul li a {
  color: #32211f;
}

#site-map ul li a:before {
  border-left: 8px solid #ec9b4b;
}

#site-map ul li a:hover {
  color: #ec9b4b;
}

#site-map ul li a:hover:before {
  left: 10px;
}

/*404
=========================================================*/
.not-found-txt p a {
  color: #ec9b4b;
}

/*リキャプチャ---------------*/
.recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}

.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

/*ドロワーメニュー
------------------------------------------------------*/