@charset "UTF-8";
/* CSS Document */
/*------------------共通------------------*/
html {
  font-size: 2.5556vmin;
}

@media screen and (min-width: 767px) {
  html {
    font-size: 62.5%;
  }
}

.site-body {
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Serif JP","游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 1.6rem;
  color: rgba(192, 163, 132, 0.9);
  background: url(../img/cmn_bg.png) repeat left top #2d1600;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media screen and (min-width: 767px) {
  .site-body {
    min-width: 1280px;
  }
}

.site-body *, .site-body *:before, .site-body *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.site-body img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .site-body img {
    width: auto;
    height: auto;
  }
}

.site-body a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

.site-body a:hover {
  opacity: 0.7;
}

.cmn-table table, .cmn-table thead, .cmn-table tbody, .cmn-table tfoot, .cmn-table tr, .cmn-table th, .cmn-table td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
}

.cmn-table table {
  border-collapse: collapse;
  border-collapse: separate;
  border-spacing: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: block;
}

.font-noto {
  font-family: "Noto Sans JP",MyYuGothicM,YuGothic,"メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}

.font-noto-min, .tel {
  font-family: "Noto Serif JP","游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}

@media screen and (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .pc_none {
    display: none !important;
  }
}

.inbox {
  width: 1080px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .inbox {
    width: auto;
    padding: 0 5%;
  }
}

.text-box {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .text-box p br {
    display: none;
  }
}

.text-box p + p {
  padding-top: 1.8em;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text_c {
  text-align: center;
}

/*img thumb*/
.thumb {
  display: block;
  width: 100%;
  /*トリミング後の横幅*/
  padding-top: 100%;
  /*トリミング後の縦幅*/
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.thumb a {
  display: block;
}

.thumb a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.thumb img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  /*IE対策*/
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.thumb.no-photo {
  background: #b9b9b9;
}

.thumb.no-photo img {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain;';
  /*IE対策*/
  width: auto;
  max-width: 90%;
  height: auto;
  max-height: 90%;
  opacity: 0.5;
}

/*footer 固定 css*/
html, body {
  height: 100%;
}

#wrap {
  width: 100%;
  position: relative;
  height: auto !important;
  /*IE6対策*/
  height: 100%;
  /*IE6対策*/
  min-height: 100%;
  overflow: hidden;
}

/*flex*/
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.fle-bet {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fle-aro {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.fle-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fle-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fle-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fle-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
}

/*header
---------------------------------------------*/
.h1-text {
  font-size: 10px;
  line-height: 20px;
}

.h1-text span {
  display: block;
  width: 1080px;
  margin: auto;
}

.header {
  position: absolute;
  z-index: 9999;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2rem;
}

.header a {
  color: #fff;
}

.fix-mail-btn {
  position: fixed;
  right: 2rem;
  top: 2rem;
}

.fix-mail-btn a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 56px;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  padding: 12px 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}

.fix-mail-btn a span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  line-height: 1;
  background: url(../img/icon_mail_wt.png) no-repeat center left;
}

/*nav
---------------------------------------------*/
.navi {
  background: url(../img/nav_bg.jpg) no-repeat center/cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
}

.navi ul {
  width: 1080px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2d1600;
  font-size: 16px;
  letter-spacing: 0;
}

/*---------main_visual------------*/
.mv {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: url(../img/mv_bg.jpg) no-repeat center/cover;
  height: calc(100vh - 80px);
}

.mv-ttl {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 100%;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mv-ttl * {
  letter-spacing: 0.06em;
  text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.8);
}

.mv-ttl__lead {
  font-size: 3.2rem;
}

.mv-ttl__main {
  font-size: 3.8rem;
}

.mv-ttl__main em {
  font-size: 4.8rem;
}

.mv-ttl__small {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  font-size: 3rem;
  margin-top: 0.5em;
  z-index: 1;
  padding: 0 0.5em;
}

.mv-ttl__small:before, .mv-ttl__small:after {
  content: "";
  background: url(../img/mv_bd.png) no-repeat center right/contain;
  width: 270px;
  max-width: 30vw;
  height: 4px;
  position: absolute;
  top: 50%;
}

.mv-ttl__small:before {
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.mv-ttl__small:after {
  right: 0;
  -webkit-transform: translateX(100%) scale(-1, 1);
  transform: translateX(100%) scale(-1, 1);
}

/* bxslider
---------------------------------------------------- */
.bx-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.bx-wrapper .bx-viewport {
  margin: auto;
  text-align: center;
}

.bx-wrapper .bx-pager {
  display: none;
}

/*setting
----------------------------------------------------*/
.text-blk {
  color: #2d1600;
  font-weight: 500;
}

.tax {
  font-weight: 400;
  font-size: 1.6rem;
}

.sns-btns {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.sns-btns .sns-btn {
  margin: 0 2rem;
}

.sns-cmn-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sns-cmn-btns .cmn-btn {
  margin: 1.5rem;
}

.cmn-btn {
  text-align: center;
  margin-top: 4rem;
}

.cmn-btn a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 240px;
  height: 56px;
  border: 1px solid #fff;
  color: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0.5em 2em;
  font-size: 15px;
  font-family: "Noto Serif JP","游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}

.cmn-btn a:before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.cmn-btn--blk a {
  border-color: #2d1600;
  color: #2d1600;
}

.cmn-btn--blk a:before {
  border-color: #2d1600;
}

.cmn-btn--fb a {
  border-color: #1877f2;
  color: #1877f2;
}

.cmn-btn--insta a {
  color: #f26939;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#4c64d3), color-stop(25%, #cf2e92), color-stop(50%, #f26939), color-stop(75%, #ffdd83), to(#cf2e92));
  -webkit-border-image: -webkit-linear-gradient(left, #4c64d3 0%, #cf2e92 25%, #f26939 50%, #ffdd83 75%, #cf2e92 100%);
  -o-border-image: linear-gradient(to right, #4c64d3 0%, #cf2e92 25%, #f26939 50%, #ffdd83 75%, #cf2e92 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#4c64d3), color-stop(25%, #cf2e92), color-stop(50%, #f26939), color-stop(75%, #ffdd83), to(#cf2e92));
  border-image: linear-gradient(to right, #4c64d3 0%, #cf2e92 25%, #f26939 50%, #ffdd83 75%, #cf2e92 100%);
  border-image-slice: 1;
}

.cmn-btn--tw a {
  border-color: #1d9bf0;
  color: #1d9bf0;
}

.cmn-btn--line a {
  border-color: #00b900;
  color: #00b900;
}

.bnr {
  width: 880px;
  border: 3px solid #ff7200;
  position: relative;
  margin: 80px auto;
  font-size: 16px;
  background: #cab298;
}

.bnr__lead {
  background: #855c30;
  color: #fff;
  text-align: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px;
  position: absolute;
  left: 50%;
  top: 8px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bnr__lead__deco {
  width: 20px;
  height: 100%;
  position: absolute;
  left: -19px;
  top: 0;
}

.bnr__lead__deco:before, .bnr__lead__deco:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 25px 0;
  border-color: transparent #855c30 transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
}

.bnr__lead__deco:after {
  -webkit-transform: translateY(100%) scale(1, -1);
  transform: translateY(100%) scale(1, -1);
}

.bnr__lead__deco:nth-child(2) {
  left: auto;
  right: -19px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.bnr__in {
  padding: 56px 80px 24px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}

.bnr__in:before {
  content: "";
  width: 75px;
  height: 211px;
  max-height: 100%;
  background: url(../img/bnr_bg_l.png) no-repeat center bottom/contain;
  position: absolute;
  left: -2px;
  bottom: -16px;
  z-index: -1;
}

.bnr__in:after {
  content: "";
  width: 177px;
  height: 226px;
  max-height: 100%;
  background: url(../img/bnr_bg_r.png) no-repeat center/contain;
  position: absolute;
  right: -68px;
  top: 24px;
  z-index: -1;
}

.bnr__ttl {
  text-align: center;
  padding-bottom: 22px;
  background: url(../img/bnr_bd.png) no-repeat center bottom;
  margin-bottom: 20px;
}

.bnr__ttl span {
  display: inline-block;
}

.bnr__ttl span:nth-child(2) {
  margin-left: 8px;
}

.bnr__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 16px;
}

.bnr__price__bf {
  font-size: 25px;
}

.bnr__price__bf .tax {
  font-weight: 400;
  font-size: 16px;
}

.bnr__price__af {
  font-size: 32px;
  color: #de5e00;
  margin-left: 120px;
  position: relative;
}

.bnr__price__af:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 0 24px 24px;
  border-color: transparent transparent transparent #855c30;
  position: absolute;
  left: -48px;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.bnr__price__af .tax {
  font-size: 18px;
}

.cmn-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 7.2rem;
}

.cmn-ttl__en {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 32px;
}

.cmn-ttl__jp {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 0 0.2em;
  border-bottom: 1px solid rgba(129, 86, 39, 0.8);
  text-align: right;
  color: #815627;
  font-size: 1.8rem;
}

.gra-bg {
  background-image: -webkit-linear-gradient(left, transparent, #855c30 20%, #855c30 80%, transparent);
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(20%, #855c30), color-stop(80%, #855c30), to(transparent));
  background-image: linear-gradient(to right, transparent, #855c30 20%, #855c30 80%, transparent);
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 1em 8%;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
  display: inline-block;
}

@media all and (-ms-high-contrast: none) {
  .gra-bg {
    background-image: -webkit-linear-gradient(left, transparent, #855c30 35%, #855c30 65%, transparent);
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(35%, #855c30), color-stop(65%, #855c30), to(transparent));
    background-image: linear-gradient(to right, transparent, #855c30 35%, #855c30 65%, transparent);
  }
}

.gra-bg + .gra-bg {
  margin-top: 3.2rem;
}

.check-item {
  padding-left: 2em;
  background: url(../img/icon_check.png) no-repeat left center;
}

.check-item + .check-item {
  margin-top: 1.5em;
}

.cmn-content {
  position: relative;
  z-index: 1;
  border-left: 1px solid rgba(192, 163, 132, 0.9);
  border-right: 1px solid rgba(192, 163, 132, 0.9);
  border-bottom: 1px solid rgba(192, 163, 132, 0.9);
  padding: 4rem 3.2rem 3.2rem;
  text-align: center;
  width: 880px;
  margin: 0 auto;
}

.cmn-content__ttl {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 2.5rem;
  color: #815627;
}

.cmn-content__ttl span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 1em;
}

.cmn-content__ttl span:before, .cmn-content__ttl span:after {
  content: "";
  width: calc((880px - 100%) / 2);
  height: 1px;
  background: rgba(192, 163, 132, 0.9);
  position: absolute;
  top: 50%;
}

.cmn-content__ttl span:before {
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.cmn-content__ttl span:after {
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.text-bg {
  background: #cab298;
}

.contact-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 24rem;
  margin: 2rem;
}

.contact-btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 6.4rem;
  background: #2d1600;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid #fff;
  padding: 0.4rem 0.8rem;
  position: relative;
}

.contact-btn a:before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.contact-btn--line a {
  border-color: #00b900;
}

.contact-btn--hot a {
  border-color: #9f1547;
}

.contact-btn--insta a {
  border-color: #f26939;
}

/*sec-about
-----------------------------------------------------*/
.sec-about {
  padding-top: 64px;
}

.sec-about__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sec-about__text {
  width: 640px;
  position: relative;
  z-index: 1;
  padding-top: 2rem;
  min-height: 20.8vw;
}

.sec-about__text__ttl {
  font-size: 3.5rem;
  font-weight: 500;
  color: #815627;
  line-height: 1.8;
  margin-bottom: 4.8rem;
}

.sec-about__text__ttl span {
  display: block;
}

.sec-about__text__ttl span:nth-child(2) {
  text-align: right;
}

.sec-about__img {
  position: absolute;
  left: -40px;
  top: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 830px;
  max-width: 45vw;
}

.sec-about__img img {
  height: auto;
}

.sec-about__list {
  margin-top: 6.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /*align-items: center;*/
}

.sec-about__list dt {
  text-align: center;
  display: inline-block;
  color: #815627;
  font-size: 3.3rem;
  font-weight: 500;
  margin-bottom: 4rem;
}

.sec-about__list dt span {
  font-size: 2.7rem;
}

.sec-about__insec {
  margin-top: 12rem;
  padding-bottom: 10.4rem;
}

.sec-about__insec__ttl {
  text-align: center;
  font-size: 4.5rem;
  font-weight: 500;
  color: #815627;
  margin-bottom: 6.4rem;
}

.sec-about__insec__ttl span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 0.5em;
}

.sec-about__insec__ttl span:before, .sec-about__insec__ttl span:after {
  content: "";
  width: calc((1080px - 100%) / 2);
  height: 3px;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(20%, #795024), color-stop(95%, #795024), to(transparent));
  background-image: -webkit-linear-gradient(left, transparent, #795024 20%, #795024 95%, transparent);
  background-image: linear-gradient(to right, transparent, #795024 20%, #795024 95%, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.sec-about__insec__ttl span:after {
  right: 0;
  left: auto;
  -webkit-transform: translate(100%, -50%) scale(-1, 1);
  transform: translate(100%, -50%) scale(-1, 1);
}

.sec-about__insec__lead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sec-about__insec__text {
  width: 500px;
  padding: 2.4rem 0 0 40px;
  min-height: 340px;
}

.sec-about__insec__text h5 {
  color: #815627;
  font-size: 3.5rem;
  font-weight: 500;
  margin-bottom: 1em;
}

.sec-about__insec__lead__img-wrap {
  width: 564px;
  position: relative;
  z-index: 1;
}

.sec-about__insec__lead__img {
  position: absolute;
  left: 0;
  top: 0;
}

.sec-about__insec__lead__img:nth-child(2) {
  left: auto;
  top: auto;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(80%);
  transform: translateY(80%);
}

.sec-about__insec__list {
  width: 650px;
  padding-left: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 4rem;
}

.sec-about__insec__list dt {
  font-size: 2.8rem;
  font-weight: 400;
  color: #815627;
  width: 100%;
}

.sec-about__insec__list dd {
  width: 25em;
  margin-top: 1.5em;
}

.sec-about__insec__list dd:nth-of-type(2n) {
  width: 10em;
}

.sec-about .cmn-content {
  margin-top: 12rem;
}

.sec-about__content-deco {
  position: absolute;
  left: 50%;
  top: -3rem;
  width: 3rem;
  height: 3rem;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

.sec-about__content-deco:before {
  content: "";
  width: 100%;
  height: 2px;
  background: rgba(192, 163, 132, 0.9);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sec-about__content-deco:after {
  content: "";
  width: 2px;
  height: 100%;
  background: rgba(192, 163, 132, 0.9);
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sec-about__voice {
  background: url(../img/voice_bg.jpg) no-repeat center/cover;
  padding: 9.6rem 0;
}

.sec-about__voice__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sec-about__voice__list {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec-about__voice__list li {
  width: 500px;
  position: relative;
  padding: 1.5em 1em;
  border-radius: 1rem;
  z-index: 1;
  text-align: center;
}

.sec-about__voice__list li:before {
  content: '';
  width: 44px;
  height: 46px;
  background: url(../img/fuki.png) no-repeat center/contain;
  position: absolute;
  left: 56px;
  bottom: 0;
  -webkit-transform: translateY(55%);
  transform: translateY(55%);
  z-index: -1;
}

.sec-about__voice__list li + li {
  margin-top: 6.4rem;
}

.sec-about__voice__list li:nth-child(1) {
  margin-right: 100px;
}

.sec-about__voice__list li:nth-child(2) {
  margin-right: 0;
}

.sec-about__voice__list li:nth-child(3) {
  margin-right: 32px;
  margin-top: 7.2rem;
}

.sec-about__voice__bfaf {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  position: relative;
  z-index: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.sec-about__voice__bfaf figure {
  margin: 0;
}

.sec-about__voice__bf {
  margin-left: 1rem;
}

.sec-about__voice__bf figcaption {
  font-size: 2.4rem;
  color: #d7b084;
  position: relative;
  margin-left: 0.5em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.sec-about__voice__af {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(60%, 75%);
  transform: translate(60%, 75%);
  z-index: 9;
}

.sec-about__voice__af figcaption {
  font-size: 4rem;
  color: #fff;
  position: relative;
  margin-left: 0.2em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.sec-about__voice__af:before {
  content: "";
  width: 86px;
  height: 80px;
  background: url(../img/voice_arr.png) no-repeat center/contain;
  position: absolute;
  left: -12px;
  top: 56px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.sec-about__voice__end-lead {
  text-align: center;
  margin-top: 8rem;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.8;
}

/*cv-lead
-----------------------------------------------------*/
.cv-lead {
  padding: 8rem 0;
}

.cv-lead__ttl {
  color: #815627;
  font-weight: 500;
  font-size: 5.6rem;
  text-align: center;
  margin-bottom: 1em;
  letter-spacing: 0.08em;
}

.cv-lead__ttl small {
  font-size: 0.9em;
}

.cv-lead__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cv-lead__item {
  width: 340px;
  padding: 2rem;
  margin: 0 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #2d1600;
  font-size: 2rem;
  position: relative;
  z-index: 1;
}

.cv-lead__item:before {
  content: "";
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  border: 1px solid #815627;
}

.cv-lead__item em {
  /* font-size: 2.8rem; */
  font-size: 2.5rem;
}

.cv-lead__text {
  text-align: center;
  margin-top: 2em;
  font-size: 2.4rem;
}

.cv-lead__text small {
  font-size: 0.6em;
  display: block;
  margin-top: 0.5em;
}

/*sec-menu
-----------------------------------------------------*/
.sec-menu {
  padding: 8rem 0;
  background: #2d1600;
}

.sec-menu__ttl {
  text-align: center;
  margin-bottom: 4rem;
}

.sec-menu__ttl__jp {
  display: block;
  font-size: 1.8rem;
  margin-top: 1em;
}

.sec-menu__insec {
  margin-top: 8rem;
  background: #F3E4D3;
}

.sec-menu__insec__lead {
  background: url(../img/menu_box_bg_1.jpg) no-repeat center/cover;
  padding: 48px 48px 88px;
  text-align: center;
}

.sec-menu__insec__ttl {
  font-size: 2.8rem;
  display: inline-block;
  position: relative;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
  font-weight: 500;
}

.sec-menu__insec__ttl:before {
  content: "";
  width: 1px;
  height: 3.2rem;
  background: #ff7200;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  position: absolute;
  left: calc(50% - 11px);
  bottom: -3.2rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sec-menu__insec__ttl span {
  display: block;
  width: 100%;
  padding-bottom: 0.5em;
  position: relative;
  z-index: 1;
}

.sec-menu__insec__ttl span:before, .sec-menu__insec__ttl span:after {
  content: "";
  width: calc(50% - 10px);
  height: 1px;
  background: #ff7200;
  position: absolute;
  bottom: 0;
}

.sec-menu__insec__ttl span:before {
  left: 0;
}

.sec-menu__insec__ttl span:after {
  right: 0;
}

.sec-menu__insec__ttl em {
  font-size: 3.6rem;
  position: relative;
}

.sec-menu__insec__ttl em small {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-50%, -70%);
  transform: translate(-50%, -70%);
}

.sec-menu__insec .check-list {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 630px;
}

.sec-menu__insec .check-list li {
  margin: 0.5em 2em;
  min-width: 12em;
  text-align: left;
  border-bottom: 3px dotted #ff7200;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  font-size: 1.8rem;
}

.sec-menu__insec__res {
  padding: 9.6rem 9.6rem 4rem;
  position: relative;
  z-index: 1;
  text-align: center;
}

.sec-menu__insec__res:before {
  content: "";
  width: 410px;
  height: 117px;
  background: url(../img/menu_box_arr.png) no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: -3.2rem;
  z-index: 9;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sec-menu__insec__res:after {
  content: "";
  width: 63px;
  height: 237px;
  background: url(../img/menu_box_1_en.png) no-repeat center/contain;
  position: absolute;
  left: 1rem;
  top: 2.8rem;
}

.sec-menu__insec__res__ttl {
  text-align: center;
}

.sec-menu__insec__res__ttl span {
  display: inline-block;
  padding: 0 1.4rem;
}

.sec-menu__insec__res p {
  text-align: center;
}

.sec-menu__insec__res .text-box {
  max-width: 750px;
  margin: 0 auto;
}

.sec-menu__insec--2 .sec-menu__insec__res:after {
  height: 271px;
  background-image: url(../img/menu_box_2_en.png);
}

.sec-menu__insec__price {
  font-size: 2.5rem;
  margin: 0.2em 0 0.5em;
}

.sec-menu__insec__price .tax {
  display: inline-block;
  padding-left: 0.5em;
}

.sec-menu__insec--2 .sec-menu__insec__lead {
  /*padding-top: 64px;*/
  background-image: url(../img/menu_box_bg_2.jpg);
}

.sec-menu__insec--2 .sec-menu__insec__res__ttl span {
  padding: 0 0.2rem;
}

.sec-menu__insec--2 .sec-menu__insec__res__ttl small {
  display: inline-block;
  padding-left: 1.4rem;
}

.sec-menu__insec--2 .check-list {
  width: 720px;
}

.sec-menu__insec--2 .check-list li {
  min-width: 16em;
}

.sec-menu__insec--2 .check-list li:nth-child(2n) {
  min-width: 12em;
}

.sec-menu .cmn-btn {
  margin-top: 8rem;
}

.menu-list {
  width: 816px;
  margin: 0 auto 6.4rem;
  border-bottom: 1px solid #ff7200;
}

.menu-list__item {
  border-top: 1px solid #ff7200;
  padding: 3.2rem 0 4.8rem;
}

.menu-list__item__dt {
  font-size: 2.5rem;
  color: #cab298;
  margin-bottom: 0.5em;
}

.menu-list__item__ttl {
  display: block;
  text-align: center;
}

.menu-list__item__price {
  display: block;
  text-align: right;
  font-size: 2.5rem;
}

.menu-list__item__price .tax {
  font-size: 1.6rem;
}

.menu-list__item dd {
  padding: 1em;
  text-align: center;
  border-radius: 1rem;
}

/*sec-flow
-----------------------------------------------------*/
.sec-flow {
  padding: 12rem 0;
  background: #855c30;
}

.sec-flow__box {
  width: 1280px;
  margin: auto;
  background: url(../img/box_bg.png) repeat left top;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 3.2rem rgba(45, 22, 0, 0.5);
  box-shadow: 0 0 3.2rem rgba(45, 22, 0, 0.5);
  position: relative;
  z-index: 1;
  padding: 128px 100px;
}

.sec-flow__box .cmn-ttl {
  position: absolute;
  width: 1080px;
  left: 100px;
  top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sec-flow__box .cmn-ttl__en {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin: 0 0 0 32px;
}

.sec-flow__box .cmn-ttl__jp {
  color: #2d1600;
  border-color: #2d1600;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  text-align: left;
}

.sec-flow__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec-flow__item {
  width: 450px;
  margin-top: 88px;
  position: relative;
  z-index: 1;
}

.sec-flow__item:nth-child(2n):before {
  content: "";
  width: 50px;
  height: 110px;
  background: url(../img/flow_arr.png) no-repeat center/contain;
  position: absolute;
  left: -100px;
  top: 110px;
}

.sec-flow__item dt {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 500;
  padding: 355px 0 2.4rem;
  position: relative;
  z-index: 1;
}

.sec-flow__item dt:before {
  content: "";
  width: 9rem;
  height: 6.8rem;
  background: url(../img/flow_num_1.png) no-repeat center/contain;
  position: absolute;
  left: 2.4rem;
  top: 2.4rem;
  z-index: 1;
}

.sec-flow__item dt:after {
  content: "";
  width: 326px;
  height: 326px;
  background: url(../img/flow_img_1.png) no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sec-flow__item:nth-child(2) dt:before {
  background-image: url(../img/flow_num_2.png);
}

.sec-flow__item:nth-child(2) dt:after {
  background-image: url(../img/flow_img_2.png);
}

.sec-flow__item:nth-child(3) dt:before {
  background-image: url(../img/flow_num_3.png);
}

.sec-flow__item:nth-child(3) dt:after {
  background-image: url(../img/flow_img_3.png);
}

.sec-flow__item:nth-child(4) dt:before {
  background-image: url(../img/flow_num_4.png);
}

.sec-flow__item:nth-child(4) dt:after {
  background-image: url(../img/flow_img_4.png);
}

.sec-flow__item:nth-child(5) dt:before {
  background-image: url(../img/flow_num_5.png);
}

.sec-flow__item:nth-child(5) dt:after {
  display: none;
}

.sec-flow__item--not-img {
  width: 100%;
  text-align: center;
}

.sec-flow__item--not-img dt {
  display: inline-block;
  min-width: 400px;
  padding-top: 10rem;
}

.sec-flow__cuopon {
  width: 990px;
  max-width: 100%;
  margin: 1.5rem auto 9rem;
  padding: 2rem 4rem;
  background: #795024;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 500;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 12px 16px 0 #ff7200;
  box-shadow: 12px 16px 0 #ff7200;
}

.sec-flow__cuopon em {
  color: #d7b084;
  font-size: 3.2rem;
}

.sec-flow__cuopon em b {
  font-size: 4rem;
  font-weight: 500;
}

.sec-flow__cuopon small {
  font-size: 2rem;
}

.sec-flow__note {
  width: 990px;
  max-width: 100%;
  margin: auto;
  border-radius: 2rem;
}

.sec-flow__note__ttl {
  font-size: 3.5rem;
  margin-bottom: 0.5em;
}

.sec-flow__note p {
  text-align: center;
}

.sec-flow__note ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  text-align: left;
  margin-top: 3rem;
}

.sec-flow__note ul .check-item + .check-item {
  margin-top: 0.5em;
}

.bd-das-box {
  border: 2px dashed #2d1600;
  padding: 4.8rem;
  text-align: center;
}

.flow-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flow-check li {
  margin: 1.5em 1em;
}

/*sec-info
-----------------------------------------------------*/
.sec-info {
  padding: 14rem 0 10rem;
}

.sec-info__ttl {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 8.8rem;
}

.sec-info__ttl:before {
  content: "";
  width: 10rem;
  height: 1px;
  background: #815627;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sec-info__ttl__jp {
  color: #815627;
  font-size: 1.8rem;
  font-weight: 400;
  display: block;
  padding: 1em 0;
}

.sec-info__text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec-info__text {
  width: 704px;
  max-width: 100%;
  padding-top: 1em;
}

.sec-info__text__ttl {
  font-size: 3.5rem;
  font-weight: 500;
  color: #815627;
  margin-bottom: 6.4rem;
}

.sec-info__text__ttl__in {
  display: block;
}

.sec-info__text__ttl__in + .sec-info__text__ttl__in {
  text-align: right;
}

.sec-info__insec {
  margin-top: 8rem;
}

.sec-info__license__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec-info__license__item {
  width: 580px;
  margin-top: 6.4rem;
}

.sec-info__license__item:nth-child(2n) {
  width: 400px;
}

.sec-info__license__item:nth-child(-n+2) {
  margin-top: 0;
}

.sec-info__license__item dt {
  font-weight: 500;
  color: #815627;
  font-size: 2.5rem;
  margin-bottom: 0.5em;
}

.info-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-btns .cmn-btn {
  margin: 2rem;
}

.info-btns .cmn-btn a {
  font-weight: 500;
}

/*sec-goods
-----------------------------------------------------*/
.sec-goods {
  background: url(../img/shop_bg.jpg) no-repeat right bottom #f8efe5;
  padding: 14rem 0 22rem;
}

.sec-goods p {
  color: #9E7C56;
}

.sec-goods__insta-follow {
  margin-top: 8rem;
  text-align: center;
}

.sec-goods__insta-follow h4 {
  margin-bottom: 1.5rem;
}

.sec-goods__insta-follow__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.sec-goods__insta-follow__list .cmn-btn {
  margin: 1.5rem;
}

.sec-goods__insta-follow__list .cmn-btn a {
  font-size: 1.6rem;
}

.sec-goods .swiper-container {
  margin-top: 4rem;
}

.sec-goods__gallery__item {
  width: 250px;
  position: relative;
  z-index: 1;
  text-align: right;
}

.sec-goods__gallery__item .thumb:before {
  content: "";
  width: 34px;
  height: 34px;
  background: url(../img/icon_zoom.png) no-repeat center/contain;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 9;
}

.sec-goods__gallery__item .sns-btns .sns-btn {
  width: 24px;
  margin: 0.5rem 0;
}

.sec-goods__gallery__item .sns-btns .sns-btn img {
  height: auto;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url(../img/prev_btn.png);
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url(../img/next_btn.png);
}

.slide-ttl {
  text-align: center;
  font-size: 1.8rem;
  padding-top: 0.5em;
}

/*sec-other
-----------------------------------------------------*/
.sec-other {
  padding: 6rem 0 9.6rem;
  position: relative;
}

.sec-other:after {
  content: "";
  width: 100vw;
  min-width: 1080px;
  border-top: 4px dotted rgba(192, 163, 132, 0.9);
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sec-other__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 14rem;
}

.sec-other__ttl__en {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.sec-other__ttl__jp {
  color: #cab298;
  text-align: left;
}

.sec-other__ttl__jp em {
  font-size: 2.8rem;
  display: block;
}

.sec-other__ttl__jp small {
  font-size: 1.6rem;
  display: block;
}

.sec-other__insec {
  text-align: center;
  position: relative;
  z-index: 1;
}

.sec-other__insec + .sec-other__insec {
  padding-top: 9.6rem;
  margin-top: 9.6rem;
}

.sec-other__insec + .sec-other__insec:before {
  content: "";
  width: 100vw;
  min-width: 1080px;
  border-top: 4px dotted rgba(192, 163, 132, 0.9);
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sec-other__insec .cmn-table {
  min-width: 670px;
  display: inline-block;
}

.sec-other__insec .cmn-table tr th {
  width: 170px;
}

.sec-other__insec__ttl {
  text-align: center;
  color: #815627;
  font-size: 2.5rem;
  margin-bottom: 0.5em;
}

.sec-other__gallery {
  margin-top: 5.6rem;
  padding-bottom: 4rem;
}

.sec-other .cmn-content {
  margin-top: 6.4rem;
}

.sec-other__menu {
  margin-top: 6.4rem;
  text-align: center;
}

.sec-other__menu__table {
  display: inline-block;
}

.sec-other__menu thead {
  background: #855c30;
}

.sec-other__menu tbody {
  color: #2d1600;
  background: #d7b084;
}

.sec-other__menu tbody th, .sec-other__menu tbody td {
  border: 1px solid #2d1600;
}

.sec-other__menu th, .sec-other__menu td {
  padding: 1em;
  min-width: 290px;
  text-align: center;
}

.sec-other__sns {
  margin-top: 6.4rem;
  text-align: center;
}

.gallery-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery-list li {
  width: 245px;
  margin: 25px 25px 0 0;
  position: relative;
  z-index: 1;
}

.gallery-list li:before {
  content: "";
  width: 34px;
  height: 34px;
  background: url(../img/icon_zoom.png) no-repeat center/contain;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 9;
}

.gallery-list li:nth-child(4n) {
  margin-right: 0;
}

.gallery-list li:nth-child(-n+4) {
  margin-top: 0;
}

/*sec-news
-----------------------------------------------------*/
.sec-news {
  padding: 8rem 0;
}

.sec-news__ttl {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 4.8rem;
}

.sec-news__ttl:before {
  content: "";
  width: 10rem;
  height: 1px;
  background: #815627;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sec-news__ttl__jp {
  color: #815627;
  font-size: 1.8rem;
  font-weight: 400;
  display: block;
  padding: 1em 0;
}

/*sec-contact
-----------------------------------------------------*/
.sec-contact {
  background: #855c30;
  padding: 12rem 0;
}

.sec-contact__ttl {
  margin-bottom: 4.8rem;
  position: relative;
}

.sec-contact__ttl__en {
  color: #2d1600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec-contact__ttl__en small {
  font-size: 5.2rem;
  padding: 0 0.25em;
}

.sec-contact__ttl:before {
  content: "";
  width: 10rem;
  height: 1px;
  background: #815627;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sec-contact__ttl__jp {
  color: #815627;
  font-size: 1.8rem;
  font-weight: 400;
  display: block;
  padding: 0 0 1em;
  text-align: center;
}

.sec-contact__box {
  text-align: center;
}

.sec-contact__lead {
  margin: 1em 0;
}

.sec-contact .contact-tels {
  margin-top: 3.2rem;
}

.sec-contact .contact-dl {
  margin-top: 3.2rem;
}

.sec-contact .contact-dl div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 500;
}

.sec-contact .contact-dl div + div {
  margin-top: 0.2em;
}

.sec-contact .contact-dl dt:after {
  content: ":";
  padding: 0 0.3em;
}

.sec-contact .contact-dl small {
  font-size: 0.8em;
}

.sec-contact .mail-box {
  margin-top: 4rem;
}

.mail-ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1em;
}

.mail-ttl span {
  display: inline-block;
  padding-left: 1.5em;
  background: url(../img/icon_mail.png) no-repeat left center;
}

.tel a {
  color: #2d1600;
  font-weight: 500;
  font-size: 3rem;
  letter-spacing: 0.05em;
  padding-left: 1.3em;
  position: relative;
  z-index: 1;
  line-height: 1;
}

.tel a:before {
  content: "";
  width: 1.1em;
  height: 1.4em;
  background: url(../img/icon_tel.png) no-repeat left center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tel + .tel {
  margin-top: 1em;
}

/*footer
-----------------------------------------------------*/
#pageTop {
  position: fixed;
  bottom: 3%;
  right: 3%;
  z-index: 9999;
}

.footer {
  color: rgba(215, 176, 132, 0.9);
}

.footer__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1em 0;
}

.footer__left {
  width: 540px;
}

.footer__left__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer__left__text {
  font-size: 14px;
  margin-top: 1em;
}

.footer__left__tels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.footer__left__tels .sns-btn {
  width: 3rem;
  margin: 1rem;
}

.footer__left__tels .sns-btn img {
  height: auto;
}

.footer__left__cmn-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 0.4rem;
}

.footer__left__cmn-btns .cmn-btn {
  margin: 0 0 0 2rem;
}

.footer__left__cmn-btns .cmn-btn a {
  min-width: 224px;
}

.footer__logo {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 30px;
}

.footer__tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1em;
}

.footer__tel a {
  color: rgba(215, 176, 132, 0.9);
  font-size: 2rem;
}

.footer__tel a:before {
  background-image: url(../img/icon_tel_sub.png);
}

.footer__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 470px;
  padding-top: 14px;
}

.footer__nav a {
  color: rgba(215, 176, 132, 0.9);
  display: inline-block;
  padding-left: 1.5em;
  position: relative;
  z-index: 1;
}

.footer__nav a:before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(215, 176, 132, 0.9);
  border-right: 2px solid rgba(215, 176, 132, 0.9);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.footer__nav li {
  font-size: 14px;
}

.footer__nav li + li {
  margin-top: 0.5em;
}

#copyright {
  font-size: 12px;
  text-align: center;
  line-height: 3em;
  color: #2d1600;
  background: #d7b084;
}

#copyright a {
  color: #2d1600;
}

/*下層
-------------------------------------------------*/
.sv {
  background: url(../img/sv_bg.jpg) no-repeat center;
  background-size: cover;
  height: 40rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sv__ttl {
  border: 1px solid rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28rem;
  width: 990px;
  max-width: 90%;
  font-size: 4rem;
  color: #fff;
  text-shadow: 0 0 4rem rgba(0, 0, 0, 0.5);
}

#bread {
  padding: 16px 0;
  width: 100%;
  max-width: 1080px;
}

#bread ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#bread li {
  font-size: 12px;
  margin-right: 2px;
  padding-right: 14px;
  position: relative;
}

#bread li:after {
  content: "|";
  position: absolute;
  right: 3px;
  top: 1px;
}

#bread li:last-child:after {
  display: none;
}

#bread li a {
  color: rgba(192, 163, 132, 0.9);
}

#bread li {
  opacity: 0.7;
}

#bread li:last-child {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #bread {
    padding: 8px 5%;
  }
  #bread ul {
    width: auto;
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    white-space: nowrap;
  }
  #bread li {
    display: inline;
    padding-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
}

.btt-content {
  padding: 10rem 0 12rem;
}

.title01 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
  position: relative;
  z-index: 1;
  padding-bottom: 0.5em;
  margin-bottom: 5.6rem;
  color: #815627;
}

.title01:before {
  content: "";
  width: 20rem;
  height: 1px;
  background: #ff7200;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.title01--wt {
  color: #fff;
}

.title02 {
  font-size: 24px;
  font-weight: 700;
  border-left: 5px solid #2d1600;
  position: relative;
  z-index: 1;
  padding-left: 15px;
}

.title02:before {
  content: "";
  width: calc(100% + 5px);
  height: 1px;
  background: #2d1600;
  position: absolute;
  left: -5px;
  bottom: -10px;
}

.title02 + * {
  margin-top: 30px;
}

/*.cmn-ol.ol-reset*/
.cmn-ol ol {
  list-style: none;
  /* olがはき出す数字を消す */
  counter-reset: li;
  position: relative;
}

.cmn-ol ol.cmn-ol-list li:before {
  counter-increment: li;
  /*リストの数字を1つ進める。IE7以下、未対応*/
  content: counter(li) ".";
  /*リストを連番にする*/
}

.e404-content a {
  text-decoration: underline;
  color: #ff7200;
}

.tel a {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .tel a {
    pointer-events: auto;
  }
}

.map-wrap {
  width: 100%;
}

.map {
  position: relative;
  width: 100%;
  padding-top: 400px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .map {
    /*
		padding-top: 50%;
		*/
  }
}

.map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .video {
    /*
		padding-top: 50%;
		*/
  }
}

.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.cmn-table table {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .cmn-table table tr {
    display: block;
    padding: 2rem 0;
  }
  .cmn-table table tr + tr {
    border-top: 1px solid rgba(192, 163, 132, 0.6);
  }
  .cmn-table table tr th, .cmn-table table tr td {
    display: block;
  }
  .cmn-table table tr th {
    font-weight: 700;
    padding-bottom: 5px;
  }
}

@media print, screen and (min-width: 768px) {
  .cmn-table table tr th {
    width: 240px;
  }
  .cmn-table table tr th, .cmn-table table tr td {
    padding: 1em;
  }
  .cmn-table table tr + tr th, .cmn-table table tr + tr td {
    border-top: 1px solid rgba(192, 163, 132, 0.6);
  }
}

.cmn-table table th, .cmn-table table td {
  vertical-align: top;
}

.cont-table, .complete-box {
  background: #fff;
  border-radius: 1rem;
  padding: 2.4rem;
  -webkit-box-shadow: 0 1rem 4rem rgba(45, 22, 0, 0.4);
  box-shadow: 0 1rem 4rem rgba(45, 22, 0, 0.4);
}

/*タブ切替*/
.tab-btns__item {
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.tab-btns__item.is-active {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.tab-content {
  display: none;
  margin-top: 72px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.tab-content.is-active {
  display: block;
  -webkit-animation: tabFade 0.3s ease;
  animation: tabFade 0.3s ease;
}

@-webkit-keyframes tabFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes tabFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*▲タブ切替*/
/*site_map
------------------------------------------*/
.site_map-li > li {
  border-bottom: 1px dotted rgba(192, 163, 132, 0.9);
}

.site_map-li > li span {
  display: block;
  color: rgba(192, 163, 132, 0.9);
  padding: 14px 0 11px;
  font-size: 18px;
}

.site_map-li > li a {
  display: block;
  color: rgba(192, 163, 132, 0.9);
  padding: 14px 40px 11px;
  font-size: 18px;
  position: relative;
}

.site_map-li > li a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #815627;
  position: absolute;
  left: 15px;
  top: 19px;
}

.site_map-li > li ul {
  margin: -10px 0 10px;
}

.site_map-li > li ul li a {
  font-size: 16px;
  margin-left: 40px;
  padding: 9px 40px 6px;
  border-bottom: 0;
}

.site_map-li > li ul li a:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2d1600;
  position: absolute;
  left: 15px;
  top: 15px;
  border-width: 0;
}

/*privacy
----------------------------------*/
.privacy_box {
  margin-bottom: 45px;
}

.privacy_text {
  font-size: 16px;
}

.privacy {
  padding: 20px 0 20px;
}

.pri-ttl {
  text-align: center;
  font-size: 24px;
  margin-bottom: 15px;
  color: #2d1600;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5em;
}

.privacy .pri_bg {
  background-color: #fff;
  width: 100%;
  height: 225px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  display: inline-block;
  -webkit-box-shadow: 0 1rem 4rem rgba(45, 22, 0, 0.4);
  box-shadow: 0 1rem 4rem rgba(45, 22, 0, 0.4);
}

.privacy iframe {
  width: 100%;
  height: 225px;
  display: block;
}

.inline-privacy {
  font-family: "Noto Serif JP","游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}

.inline-privacy .privacy_box {
  padding: 15px;
}

.inline-privacy h1 {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: bold;
  padding: 3px 10px 2px;
  background-color: #f2f2f2;
  font-family: "Noto Sans JP",MyYuGothicM,YuGothic,"メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}

.inline-privacy p {
  display: inline;
}

.privacy_text {
  font-size: 14px;
}

/*news
-----------------------------------*/
.news-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news-list li {
  width: 250px;
  position: relative;
  color: rgba(255, 255, 255, 0.9);
  margin: 25px 25px 0 0;
}

.news-list li:nth-chld(-n+4) {
  margin-top: 0;
}

.news-list li:nth-child(4n) {
  margin-right: 0;
}

.news-list li .news-list-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-top: 0.8em;
  font-size: 1.4rem;
}

.news-list li:hover .thumb img {
  -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
  transform: translate(-50%, -50%) scale(1.1, 1.1);
}

.news-list .thumb {
  z-index: 0;
  padding-top: 66.666%;
}

.news-list .news-ymd {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  margin: 0.25em 1em 0.25em 0;
  display: inline-block;
  line-height: 1;
  z-index: 2;
}

.news-list .tag {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0.25em 1em 0.25em 0;
  display: block;
  /*min-width: 100px;*/
  letter-spacing: 0.08em;
  position: relative;
  line-height: 1;
}

.news-list .tag a {
  position: relative;
  z-index: 9;
  display: block;
  text-align: center;
  /*background: $main_color;*/
  color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
}

.news-list .news-ttl {
  /*max-width: 784px;*/
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.5em;
}

.news-list .news-ttl a {
  color: rgba(255, 255, 255, 0.9);
}

.news-list .news-ttl a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.a-news-list .news-list li {
  margin-bottom: 15px;
}

.a-news-list .news-list li > a {
  background: #FFF;
  padding: 24px;
}

.a-news-list .news-list li .news-ttl {
  width: 100%;
  margin-top: 4px;
  font-size: 18px;
}

.a-news-list .news-list li .news-body {
  font-size: 14px;
  color: rgba(192, 163, 132, 0.7);
  margin-top: 16px;
}

/*news-sg
-----------------------------------*/
.category-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.category__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  white-space: nowrap;
  margin: 0 -12px 32px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.category__item {
  margin: 12px;
}

.category__item a {
  padding: 8px 24px 8px;
  color: #2d1600;
  border-radius: 8px;
  border: 1px solid #2d1600;
}

.category__item a:hover {
  opacity: 1;
  background: #2d1600;
  color: #fff;
}

.category__item.is-active a {
  background: #2d1600;
  color: #fff;
}

.sg_day {
  font-size: 16px;
  color: rgba(192, 163, 132, 0.9);
  text-align: right;
  padding: 24px 0 0;
  font-weight: 700;
}

.page_btn {
  padding-top: 24px;
  margin-top: 40px;
  border-top: 1px solid rgba(192, 163, 132, 0.9);
  position: relative;
  font-weight: 700;
}

.page_btn a {
  font-size: 16px;
  color: rgba(192, 163, 132, 0.9);
}

.page_btn a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page_btn .left {
  position: absolute;
  left: 0;
  top: 24px;
}

.page_btn .left a {
  padding: 0 0 2px 16px;
  position: relative;
}

.page_btn .left a:before {
  border-width: 4px 6px 4px 0;
  border-color: transparent rgba(192, 163, 132, 0.9) transparent transparent;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page_btn .right {
  position: absolute;
  right: 0;
  top: 24px;
}

.page_btn .right a {
  padding: 0 16px 2px 0;
  position: relative;
}

.page_btn .right a:before {
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent rgba(192, 163, 132, 0.9);
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page_btn .text_c a::before {
  display: none;
}

.pagenation {
  text-align: center;
  margin-top: 32px;
}

.pagenation li {
  display: inline-block;
  border: 1px solid rgba(192, 163, 132, 0.9);
  color: rgba(192, 163, 132, 0.9);
  margin: 0 8px;
}

.pagenation li a {
  display: block;
  padding: 8px 16px;
}

.pagenation li.current {
  background-color: #2d1600;
  color: #fff;
  padding: 8px 16px;
}

.sns-sharerbtn-list {
  margin-top: 40px;
}

.sns-sharerbtn-list li + li {
  margin-left: 20px;
}

.sb_style h1,
.sb_style h2 {
  border-color: #ff7200;
}

.sb_style h4:before {
  background-color: #ff7200;
}

.sb_style ul li:before {
  background-color: #ff7200;
}
