@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;900&display=swap');
/*------------------------------------------------------------
  デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
}
html {
  font-size: 62.5%;
}
body, table, input, textarea, select, option {
  font-family: "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
a,
a:link {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
}
a:hover {
  color: #000;
}
a:active {
  color: #000;
}
/*------------------------------------------------------------
  レイアウト
------------------------------------------------------------*/
body {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #FFF;
}
#container {
  text-align: left;
}
#main {
}
a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
@media all and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  body {
    min-width: inherit;
    font-size: 1.2rem;
  }
  a:hover,
  a:hover img {
    opacity: 1 !important;
  }
  .pc {
    display: none !important;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}
/*------------------------------------------------------------
  ヘッダー
------------------------------------------------------------*/
#gHeader {
  padding: 24px 0 0;
  overflow: hidden;
}
#gHeader .hBox {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1032px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
#gHeader .hBox h1 {
  margin-top: 2px;
  width: 224px;
}
#gHeader .hBox .hLinkBox {
  width: 67%;
}
#gHeader .hBox .hTopBox {
  margin-bottom: 30px;
  padding-right: 3px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
#gHeader .hBox .hTopBox::after {
  width: 9999px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 31px;
  margin-left: -20px;
  background-color: #EBDBCC;
  content: '';
}
#gHeader .hBox .hTopBox p {
  margin-right: 15px;
  font-size: 1.4rem;
}
#gHeader .hBox .hTopBox .rBox {
  width: 260px;
  display: flex;
  justify-content: flex-end;
  box-sizing: border-box;
}
#gHeader .hBox .hTopBox .menu {
  width: 24px;
  cursor: pointer;
}
#gHeader .hBox .hTopBox .buy {
  margin: 0 26px 0 16px;
}
#gHeader .hBox .hTopBox .buy a {
  display: block;
}
#gHeader .hBox .hTopBox .buy .num {
  margin-left: 0.5vw;
  color: #C3AFCC;
  font-size: 1.4rem;
  font-weight: bold;
  display: inline-block;
  vertical-align: 15px;
}
#gHeader .hBox .hTopBox .search a {
  display: block;
}
#gHeader .hBox .hTopBox .hLink {
  margin-right: 15px;
  font-size: 1.4rem;
  font-weight: bold;
}
#gHeader .hBox .hTopBox .hLink a {
  padding-right: 36px;
  display: block;
  border-right: 1px solid #ddd;
  background: url("https://file003.shop-pro.jp/PA01463/885/img/common_icon01.png") no-repeat right 15px center / 12px auto;
}
#gNavi li {
  margin-right: 36px;
  display: inline-block;
}
#gNavi li:last-of-type {
  margin-right: 0;
}
#gNavi li a {
  padding-bottom: 12px;
  display: block;
  color: #9c5324;
  font-weight: bold;
  text-align: center;
  position: relative;
}
#gNavi li a::after,
#gNavi li.on a::after {
  width: 87px;
  height: 6px;
  position: absolute;
  left: 50%;
  bottom: 1px;
  transform: translateX(-50%);
  background: url("https://file003.shop-pro.jp/PA01463/885/img/line01.jpg") no-repeat center center / cover;
  content: '';
}
#gNavi li a::after {
  opacity: 0;
}
#gNavi li.on a::after {
  opacity: 1;
}
#gNavi li span {
  display: block;
  color: #908e8c;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
.menuBox {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  overflow-y: auto;
  z-index: 999;
  visibility: hidden;
}
.menuBox.on {
  visibility: visible;
}
.menuBox .bg {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.menuBox .bg:before {
  position: fixed;
  top: -250vw;
  right: -250vw;
  z-index: -1;
  width: 500vw;
  height: 500vw;
  content: "";
  background: #F3EACB;
  border-radius: 50%;
  box-shadow: 0 0 6rem 8rem #F3EACB;
  transition: all cubic-bezier(.19, 1, .22, 1) 2s;
  transform: scale(0);
}
.menuBox.on .bg:before {
  transform: scale(1);
}
.menuBox .bg:after {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 76px;
  content: '';
  background: url("https://file003.shop-pro.jp/PA01463/885/img/menu_bg01.jpg") repeat-x left top / auto 76px;
  opacity: 0;
}
.menuBox.on .bg:after {
  opacity: 1;
  transition: opacity cubic-bezier(0, 0, .25, 1) .55s;
}
.menuBox .inner {
  margin: 0 auto;
  padding: 65px 15px 30px;
  max-width: 1183px;
  position: relative;
  opacity: 0;
  transition: opacity cubic-bezier(0, 0, .25, 1) .15s;
}
.menuBox .close {
  width: 30px;
  position: absolute;
  right: 25px;
  top: 97px;
  cursor: pointer;
  opacity: 0;
  transition: opacity cubic-bezier(0, 0, .25, 1) .15s;
}
.menuBox .logo {
  margin-bottom: 70px;
  opacity: 0;
  transition: opacity cubic-bezier(0, 0, .25, 1) .45s;
}
.menuBox.on .inner,
.menuBox.on .close,
.menuBox.on .logo {
  opacity: 1;
}
.menuBox .borderBox {
  margin-bottom: 58px;
  padding: 0 80px 54px 105px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #7A4E1D;
}
.menuBox .borderBox:last-of-type {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.menuBox .linkList {
  width: 46%;
}
.menuBox .linkList li {
  opacity: 0;
  transform: translateY(.5rem);
  transition: all .2s cubic-bezier(.47, 0, .745, .715);
}
.menuBox.on .linkList li {
  opacity: 1;
  transform: none;
}
.delay1 {
  transition-delay: 0.1s !important;
}
.delay2 {
  transition-delay: 0.2s !important;
}
.delay3 {
  transition-delay: 0.3s !important;
}
.delay4 {
  transition-delay: 0.4s !important;
}
.delay5 {
  transition-delay: 0.5s !important;
}
.delay6 {
  transition-delay: 0.6s !important;
}
.delay7 {
  transition-delay: 0.7s !important;
}
.delay8 {
  transition-delay: 0.8s !important;
}
.delay9 {
  transition-delay: 0.9s !important;
}
.delay10 {
  transition-delay: 1.0s !important;
}
.delay11 {
  transition-delay: 1.1s !important;
}
.delay12 {
  transition-delay: 1.2s !important;
}
.delay13 {
  transition-delay: 1.3s !important;
}
.delay14 {
  transition-delay: 1.4s !important;
}
.delay15 {
  transition-delay: 1.5s !important;
}
.delay16 {
  transition-delay: 1.6s !important;
}
.delay17 {
  transition-delay: 1.7s !important;
}
.delay18 {
  transition-delay: 1.8s !important;
}
.delay19 {
  transition-delay: 1.9s !important;
}
.delay21 {
  transition-delay: 2.1s !important;
}
.delay22 {
  transition-delay: 2.2s !important;
}
.delay23 {
  transition-delay: 2.3s !important;
}
.delay24 {
  transition-delay: 2.4s !important;
}
.delay25 {
  transition-delay: 2.5s !important;
}
.delay26 {
  transition-delay: 2.6s !important;
}
.menuBox .linkList li:not(:last-of-type) {
  margin-bottom: 40px;
}
.menuBox .linkList a {
  padding-left: 44px;
  display: inline-block;
  font-size: 2rem;
  vertical-align: top;
  background: url("https://file003.shop-pro.jp/PA01463/885/img/common_arrow.png") no-repeat left center / 15px auto;
}
#gHeader .typeBox {
  padding: 22px 0 44px;
  width: 100%;
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 53px;
  transition: .2s;
  visibility: hidden;
  background-color: #E8E4E0;
}
#gHeader .typeBox.on {
  padding-top: 44px;
  height: auto;
  opacity: 1;
  visibility: visible;
  z-index: 111;
}
#gHeader .typeInner {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1180px;
}
#gHeader .typeInner .ttl {
  margin: 0 0 22px;
  font-size: 20px;
  font-weight: bold;
}
#gHeader .typeBox .naviList {
  margin-top: -19px;
}
#gHeader .typeBox .naviList li {
  margin-top: 19px;
  width: 25%;
}
#gHeader .typeBox .subList li {
  margin-bottom: 19px;
  width: auto;
}
#gHeader .typeBox .subList li:last-of-type {
  margin-bottom: 0;
}
#gHeader .typeBox .naviList li a {
  padding-left: 15px;
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  text-decoration: none;
}
#gHeader .typeBox .naviList li a::before {
  width: 8px;
  height: 3px;
  position: absolute;
  left: 0;
  top: 8px;
  background-color: #000;
  content: "";
}
@media all and (min-width: 768px) {
  #gNavi li a:hover::after {
    opacity: 1;
  }
  .menuBox .close:hover {
    opacity: 0.8;
  }
  .menuBox .borderBox .linkList a:hover {
    opacity: 0.8;
  }
  #gHeader .typeBox .naviList li a:hover {
    opacity: 0.8;
  }
  .menuBox .close:hover,
  #gHeader .hBox .hTopBox .menu:hover,
  #gHeader .hBox .hTopBox .search a:hover,
  #gHeader .hBox .hTopBox .buy a:hover,
  #gHeader .hBox .hTopBox .hLink a:hover {
    opacity: 0.8;
  }
}
@media (min-width: 768px) and (max-width: 1056px)  {
  #gHeader .hBox .hTopBox p {
    font-size: 1.1rem;
  }
  #gNavi li {
    margin-right: 15px;
  }
  #gNavi li a {
    font-size: 1.3rem;
  }
  #gNavi li span {
    font-size: 1.1rem;
  }
}
@media all and (max-width: 767px) {
  #gHeader {
    padding: 10px 0;
  }
  #gHeader .hBox {
    padding: 0 15px;
    max-width: inherit;
  }
  #gHeader .hBox h1 {
    margin-top: 2px;
    width: 83px;
  }
  #gHeader .hBox .hLinkBox {
    width: calc(100% - 100px);
  }
  #gHeader .hBox .hTopBox {
    margin: 7px 0 0;
    padding-right: 3px;
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  #gHeader .hBox .hTopBox::after {
    display: none;
  }
  #gHeader .hBox .hTopBox p {
    margin-right: 0;
    width: calc(100% - 110px);
    font-size: 0.8rem;
  }
  #gHeader .hBox .hTopBox .rBox {
    width: 101px;
    display: flex;
    justify-content: flex-end;
    box-sizing: border-box;
  }
  #gHeader .hBox .hTopBox .buy {
    margin: 0 10px 0 10px;
  }
  #gHeader .hBox .hTopBox .buy .num {
    margin-left: 0.5vw;
  }
  #gHeader .hBox .hTopBox .hLink {
    display: none;
  }
  #gNavi {
    display: none;
  }
  .menuBox {
    background-image: none;
    background-color: #E8D7A2;
  }
  .menuBox::after {
    width: 100%;
    height: 85px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #F3EACB;
    content: '';
    z-index: -1;
  }
  .menuBox .inner {
    margin: 0 auto;
    padding: 12px 15px 30px;
    max-width: inherit;
  }
  .menuBox .close {
    width: 15px;
    right: 17px;
    top: 20px;
  }
  .menuBox .logo {
    margin-bottom: 18px;
    width: 83px;
  }
  .menuBox .bg:before {
    background: #E8D7A2;
    box-shadow: 0 0 6rem 8rem #e8d7a2;
  }
  .menuBox .bg:after {
   height: 85px;
    background-image: none;
    background-color: #F3EACB;
  }
  .menuBox .borderBox {
    margin-bottom: 22px;
    padding: 22px 25px;
    display: block;
    border-top: 1px solid #7A4E1D;
  }
  .menuBox .borderBox:last-of-type {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .menuBox .linkList {
    margin-bottom: 22px;
    width: auto;
  }
  .menuBox .linkList:last-of-type {
    margin-bottom: 22px;
  }
  .menuBox .linkList li:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .menuBox .linkList a {
    padding-left: 20px;
    display: block;
    color: #7a4e1d;
    font-size: 1.6rem;
    background-size: 8px auto;
  }
  .menuBox .btmBox {
    padding-top: 22px;
    border-top: 1px solid #9C5223;
  }
  .menuBox .btmBox .bgBox {
    margin: 0 -15px 23px;
    padding: 0 15px 23px;
    background-color: #F3EACB;
  }
  .menuBox .btmBox .bgBox .linkList:last-of-type {
    margin-bottom: 0;
  }
  .menuBox .btmBox .linkList {
    margin: 0 0 20px 25px;
  }
  .menuBox .btmBox .linkList  li a {
    background-position: left top 5px;
  }
  .menuBox .btmBox .groupList {
    padding: 0;
    display: block;
  }
  .menuBox .btmBox .groupList li {
    margin-left: 0;
    display: block;
  }
  .menuBox .btmBox .groupList li a {
    margin: 0;
    display: block;
    text-align: left;
  }
  .menuBox .btmBox .title {
    margin-bottom: 23px;
    padding: 10px 40px 6px;
    color: #fff;
    font-size: 1.6rem;
    background-color: #9C5223;
    opacity: 0;
    transform: translateY(.5rem);
    transition: all .2s cubic-bezier(.47, 0, .745, .715);
  }
  .menuBox.on .btmBox .title {
    opacity: 1;
    transform: none;
  }
}
@media all and (max-width: 374px) {
  #gHeader .hBox .hTopBox p {
    font-size: 0.7rem;
  }
}
/*------------------------------------------------------------
  フッター
------------------------------------------------------------*/
#gFooter {
  padding-top: 50px;
  color: #fff;
  background-color: #3E3526;
}
#gFooter .pageTop {
  width: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999;
}
#gFooter .pageTop a {
  display: block;
}
#gFooter .fBox {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1000px;
}
#gFooter .fNavi {
  margin-bottom: 11px;
}
#gFooter .fNavi:nth-of-type(2) {
  margin-bottom: 7px;
}
#gFooter .fNavi li {
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
}
#gFooter .fNavi li:last-of-type {
  margin-right: 0;
}
#gFooter .fNavi li a {
  display: block;
  color: #fff;
}
#gFooter .fNavi:last-of-type {
  margin-bottom: 62px;
  padding-bottom: 50px;
  border-bottom: 1px solid #888;
}
#gFooter .textBox {
  margin-bottom: 88px;
  display: flex;
  justify-content: space-between;
}
#gFooter .textBox .area {
  padding: 0 15px;
  width: 33.33%;
  box-sizing: border-box;
}
#gFooter .textBox .area .title {
  margin-bottom: 39px;
  padding-bottom: 8px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #888;
}
#gFooter .textBox .area dt {
  margin-bottom: 3px;
  padding-left: 15px;
  font-weight: bold;
  font-size: 1.4rem;
  background: url("https://file003.shop-pro.jp/PA01463/885/img/common_icon09.jpg") no-repeat left center / 10px auto;
}
#gFooter .textBox .area dd {
  margin-bottom: 35px;
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0.1em;
}
#gFooter .textBox .area dd:last-of-type {
  margin-bottom: 0;
}

#gFooter .textBox .area .pho {
  margin-bottom: 9px;
}
#gFooter .btmBox {
  padding: 10px 0 9px;
  position: relative;
  background-color: #333;
}
#gFooter .btmBox .fBox {
  padding-right: 400px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
#gFooter .btmBox .fBox .logo {
  margin-right: 13px;
}
#gFooter .btmBox .fBox .logo a {
  display: block;
}
#gFooter .btmBox .fBox .copyright {
  margin-top: 3px;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
#gFooter .btmBox .textImg {
  position: absolute;
  right: 87px;
  bottom: 8px;
}
@media all and (min-width: 768px) {
  #gFooter .fNavi li a:hover {
    opacity: 0.8;
  }
  #gFooter .pageTop a:hover {
    opacity: 0.8;
  }
  #gFooter .btmBox .fBox .logo a:hover {
    opacity: 0.8;
  }
}
@media all and (max-width: 767px) {
  #gFooter {
    padding-top: 30px;
    background-color: #3E3526;
  }
  #gFooter .pageTop {
    bottom: 52px;
  }
  #gFooter .fBox {
    padding: 0 20px;
    max-width: inherit;
  }
  #gFooter .fNavi {
    margin-bottom: 15px;
  }
  #gFooter .fNavi:nth-of-type(2) {
    margin-bottom: 15px;
  }
  #gFooter .fNavi li {
    margin: 0 0 15px;
    display: block;
  }
  #gFooter .fNavi li:last-of-type {
    margin-bottom: 0;
  }
  #gFooter .fNavi li a {
    padding-left: 28px;
    display: block;
    color: #fff;
    font-size: 1.4rem;
    background: url("https://file003.shop-pro.jp/PA01463/885/img/common_icon04.png") no-repeat left 4px center / 9px auto;
  }
  #gFooter .fNavi:last-of-type {
    margin-bottom: 12px;
    padding-bottom: 0;
    border-bottom: none;
  }
  #gFooter .textBox {
    display: none;
  }
  #gFooter .btmBox {
    padding: 10px 5px 13px;
    position: relative;
    background-color: #3E3526;
  }
  #gFooter .btmBox .fBox {
    padding-right: 0;
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }
  #gFooter .btmBox .fBox .logo {
    width: 35px;
    margin-right: 9px;
  }
  #gFooter .btmBox .fBox .logo img {
    width: 100%;
  }
  #gFooter .btmBox .fBox .copyright {
    line-height: 1.75;
  }
  #gFooter .btmBox .textImg {
    display: none;
  }
}
/*------------------------------------------------------------
  汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {content: "";display: block;clear: both;}
/* flex */
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
  common
------------------------------------------------------------*/
.content {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
}
@media all and (max-width: 767px) {
  .content {
    max-width: inherit;
    padding: 0 15px;
  }
}
/*------------------------------------------------------------
  content01
------------------------------------------------------------*/
.content01 {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 15px;
}
@media all and (max-width: 767px) {
  .content01 {
    max-width: inherit;
    padding: 0 15px;
  }
}
/*------------------------------------------------------------
  pageTitle
------------------------------------------------------------*/
.pageTitle {
  margin-bottom: 35px;
}
.pageTitle img {
  width: 100%;
}
@media all and (max-width: 767px) {
  .pageTitle {
    margin-bottom: 26px;
  }
}
/*------------------------------------------------------------
  pagePath
------------------------------------------------------------*/
.pagePath {
  margin: 0 auto 23px;
  padding: 0 15px;
  max-width: 1200px;
  text-align: right;
}
.pagePath li {
  margin-right: 5px;
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.25em;
  vertical-align: top;
}
.pagePath li:last-of-type {
  margin-right: 0;
}
.pagePath li a {
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
}
@media all and (min-width: 768px) {
  .pagePath li a:hover {
    text-decoration: underline;
  }
}
@media all and (max-width: 767px) {
  .pagePath {
    display: none;
  }
}
/*------------------------------------------------------------
  groupList
------------------------------------------------------------*/
.groupList {
  margin: -23px auto 54px;
  padding: 0 15px;
  max-width: 1200px;
  text-align: right;
}
.groupList li {
  margin-left: 5px;
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.25em;
  vertical-align: top;
}
.groupList li:first-of-type {
  margin-left: 0;
}
.groupList li a {
  margin-left: 5px;
  display: inline-block;
  vertical-align: top;
}
@media all and (min-width: 768px) {
  .groupList li a:hover {
    opacity: 0.8;
  }
}
@media all and (max-width: 767px) {
  .groupList {
    display: none;
  }
}
/*------------------------------------------------------------
  comItemBox
------------------------------------------------------------*/
.comItemBox {
  padding: 78px 0 120px;
  background: #F6F2E7 url("https://file003.shop-pro.jp/PA01463/885/img/list_item_bg01.jpg") no-repeat center bottom / 100% auto;
}
@media all and (max-width: 767px) {
  .comItemBox {
    padding: 40px 0 60px;
  }
}
/*------------------------------------------------------------
  comCategotyList
------------------------------------------------------------*/
.comCategoryList {
  margin: -73px auto 170px;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.comCategoryList::after {
  width: calc((100% - 76px) / 3);
  content: '';
}
.comCategoryList li {
  margin-top: 73px;
  width: calc((100% - 76px) / 3);
}
.comCategoryList li .pho {
  margin-bottom: 26px;
  padding-bottom: 100%;
  height: 0;
  max-height: 308px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.comCategoryList li .txtBox {
  margin-bottom: 22px;
  padding: 0 20px;
}
.comCategoryList li .txtBox .ttl {
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.5;
}
.comCategoryList li .txtBox p {
  line-height: 1.75;
}
.comCategoryList li .btn {
  text-align: center;
}
.comCategoryList li .btn a {
  padding: 10px 60px 8px 50px;
  display: block;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 5px;
  background: rgb(205, 151, 65) url("https://file003.shop-pro.jp/PA01463/885/img/common_icon04.png") no-repeat right 65px center / 9px auto;
}
@media all and (min-width: 768px) {
  .comCategoryList li .btn a:hover {
    opacity: 0.8;
  }
}
@media all and (max-width: 767px) {
  .comCategoryList {
    margin: -40px 10px 113px;
    max-width: inherit;
  }
  .comCategoryList::after {
    display: none;
  }
  .comCategoryList li {
    margin-top: 40px;
    width: calc((100% - 15px) / 2);
  }
  .comCategoryList li .pho {
    margin-bottom: 12px;
    height: 0;
    max-height: inherit;
  }
  .comCategoryList li .txtBox {
    margin-bottom: 10px;
    padding: 0;
  }
  .comCategoryList li .txtBox .ttl {
    margin: 0 -5px 4px;
    font-size: 1.4rem;
  }
  .comCategoryList li .txtBox p {
    line-height: 1.75;
    font-size: 1.1rem;
  }
  .comCategoryList li .txtBox p span {
    margin-bottom: 2px;
    display: block;
    text-align: center;
    font-size: 1.2rem;
  }
  .comCategoryList li .btn {
    text-align: center;
  }
  .comCategoryList li .btn a {
    padding: 6px 30px 5px;
    font-size: 1rem;
    border-radius: 3px;
    background-position: right 20px center;
    background-size: 5px auto;
  }
}
/*------------------------------------------------------------
  comItemList
------------------------------------------------------------*/
.comItemList {
  margin: -60px auto 0;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
}
.comItemList li {
  margin: 60px 36px 0 0;
  width: calc((100% - 108px) / 4);
}
.comItemList li a {
  display: block;
}
.comItemList li .pho {
  margin-bottom: 19px;
  height: 15.93vw;
  max-height: 223px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.comItemList li:nth-of-type(4n) {
  margin-right: 0;
}
.comItemList li p {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: center;
}
@media all and (min-width: 768px) {
  .comItemList li a:hover {
    opacity: 0.8;
  }
}
@media all and (max-width: 767px) {
  .comItemList {
    margin: -30px 10px 0;
    max-width: inherit;
    justify-content: space-between;
  }
  .comItemList::after {
    width: calc((100% - 20px) / 3);
    content: '';
  }
  .comItemList li {
    margin: 30px 0 0 0;
    width: calc((100% - 20px) / 3);
  }
  .comItemList li .pho {
    margin-bottom: 8px;
    height: 26.94vw;
    max-height: inherit;
  }
  .comItemList li p {
    margin: 0 5px;
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0;
  }
}
/*------------------------------------------------------------
  comSecretList
------------------------------------------------------------*/
.comSecretList {
  margin: -60px auto 69px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.comSecretList::after {
  width: calc((100% - 76px) / 3);
  content: '';
}
.comSecretList li {
  margin-top: 60px;
  padding: 38px 20px 20px;
  width: calc((100% - 76px) / 3);
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #fff;
}
.comSecretList li .pho {
  border-radius: 5px;
}
.comSecretList li .txtBox {
  margin-bottom: 27px;
}
.comSecretList li .txtBox .ttl {
  margin-bottom: 11px;
  color: #713a1d;
  font-size: 2.4rem;
}
.comSecretList li p {
  color: #111;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
}
@media all and (max-width: 767px) {
  .comSecretList {
    margin: -9px 10px 30px;
    display: block;
  }
  .comSecretList::after {
    display: none;
  }
  .comSecretList li {
    margin-top: 9px;
    padding: 0;
    width: auto;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .comSecretList li .pho {
    width: 115px;
    border-radius: 5px;
    line-height: 0;
    font-size: 0;
  }
  .comSecretList li .pho img {
    border-radius: 5px 0 0 5px;
  }
  .comSecretList li .txtBox {
    margin-bottom: 0;
    width: calc(100% - 135px);
  }
  .comSecretList li .txtBox .ttl {
    margin-bottom: 0;
    font-size: 1.4rem;
  }
  .comSecretList li p {
    font-size: 1.2rem;
    text-align: left;
  }
}
/*------------------------------------------------------------
  comRiceList
------------------------------------------------------------*/
.comRiceList {
  margin: -40px auto 0;
  max-width: 1154px;
  display: flex;
  flex-wrap: wrap;
}
.comRiceList li {
  margin: 40px 30px 0 0;
  padding-bottom: 25px;
  width: calc((100% - 90px) / 4);
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.comRiceList li .pho {
  margin-bottom: 25px;
}
.comRiceList li:nth-of-type(4n) {
  margin-right: 0;
}
.comRiceList li .txtBox {
  margin-bottom: 13px;
  padding: 0 20px;
}
.comRiceList li .ttl {
  margin-bottom: 15px;
  color: #713a1d;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.comRiceList li .txt {
  line-height: 1.75;
}
.comRiceList li .btn {
  margin: 0 20px;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}
.comRiceList li .btn a {
  padding: 10px 35px 8px;
  display: block;
  color: #fff;
  border-radius: 5px;
  background: #EC6416 url(https://file003.shop-pro.jp/PA01463/885/img/common_icon04.png) no-repeat right 20px center / 9px auto;
}
@media all and (min-width: 768px) {
  .comRiceList li .btn a:hover {
    opacity: 0.8;
  }
}
@media all and (max-width: 767px) {
  .comRiceList {
    margin: -10px auto 0;
    max-width: inherit;
    justify-content: space-between;
  }
  .comRiceList li {
    margin: 10px 0 0;
    padding-bottom: 10px;
    width: calc((100% - 15px) / 2);
  }
  .comRiceList li .pho {
    margin-bottom: 15px;
  }
  .comRiceList li .pho img {
    width: 100%;
  }
  .comRiceList li .txtBox {
    margin-bottom: 13px;
    padding: 0 15px;
  }
  .comRiceList li .ttl {
    margin-bottom: 3px;
    font-size: 1.6rem;
  }
  .comRiceList li .txt {
    line-height: 1.75;
  }
  .comRiceList li .btn {
    margin: 0 10px;
    font-size: 1rem;
  }
  .comRiceList li .btn a {
    padding: 7px 25px 6px;
    border-radius: 3px;
    background-size: 5px auto;
    background-position: right 15px center;
  }
}
/*------------------------------------------------------------
  pageNavi
------------------------------------------------------------*/
.pageNavi {
  font-size: 0;
  clear: both;
  text-align: center;
}
.pageNavi a,
.pageNavi span {
  padding: 12px 10px 5px;
  width: 42px;
  height: 42px;
  font-size: 1.3rem;
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid #EAEAEA;
  margin: 0 8px;
  vertical-align: top;
}
.pageNavi .previouspostslink {
  background: url("https://file003.shop-pro.jp/PA01463/885/img/common_icon06.png") no-repeat center center / 7px auto;
}
.pageNavi .nextpostslink {
  background: url("https://file003.shop-pro.jp/PA01463/885/img/common_icon05.png") no-repeat center center / 7px auto;
}
.pageNavi a:hover {
  border-color: #EAEAEA;
  color: #B3B3B3;
  background-color: #F8F8F8;
}
.pageNavi span.current {
  border-color: #fff;
}
.pageNavi .first,
.pageNavi .last,
.pageNavi .pages {
  display: none;
}
.pageNavi .extend {
  display: none;
}
@media all and (min-width: 768px) {
  .pageNavi .previouspostslink:hover {
    background-image: url(https://file003.shop-pro.jp/PA01463/885/img/common_icon13.png);
  }
  .pageNavi .nextpostslink:hover {
    background-image: url(https://file003.shop-pro.jp/PA01463/885/img/common_icon12.png);
  }
}
@media all and (max-width: 767px) {
  .pageNavi a {
    display: none;
  }
  .pageNavi .previouspostslink,
  .pageNavi .nextpostslink {
    display: inline-block;
  }
  .pageNavi a:hover {
    border-color: #F8F8F8;
    color: #E4E4E4;
  }
}
/*------------------------------------------------------------
  headLine01
------------------------------------------------------------*/
.headLine01 {
  margin-bottom: 49px;
  color: #ad7e30;
  font-weight: 500;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-family: 'Montserrat', sans-serif;
}
.headLine01 span {
  margin-bottom: 14px;
  display: block;
}
@media all and (max-width: 767px) {
  .headLine01 {
    margin-bottom: 20px;
    font-size: 1.1rem;
  }
  .headLine01 span {
    margin-bottom: 5px;
  }
  .headLine01 span img {
    width: 183px;
  }
}
/*------------------------------------------------------------
  comTable
------------------------------------------------------------*/
.comTable {
  margin: 0 auto 87px;
  width: calc(100% - 50px);
}
.comTable:last-of-type {
  margin-bottom: 0;
}
.comTable th,
.comTable td {
  padding: 10px;
  width: 32%;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: left;
  word-break: break-all;
  box-sizing: border-box;
  vertical-align: top;
}
.comTable td {
  padding: 10px 10px 10px 3px;
  width: 68%;
}
.comTable tr:last-of-type th,
.comTable tr:last-of-type td {
  padding-bottom: 0;
}
@media all and (max-width: 767px) {
  .comTable {
    margin-bottom: 40px;
    width: 100%;
  }
}
/*------------------------------------------------------------
  guide
------------------------------------------------------------*/
#guide .topBox {
  margin-bottom: 80px;
}
#guide .topBox h2 {
  margin-bottom: 35px;
  color: #713a1d;
  font-size: 4.5rem;
  font-weight: normal;
  text-align: center;
}
#guide .topBox .borderBox {
  padding: 62px 58px 66px;
  border: 6px solid rgb(243, 234, 203);
  border-radius: 10px;
}
#guide .topBox .borderBox h3 {
  margin-bottom: 43px;
  position: relative;
  color: #713a1d;
  font-size: 2.7rem;
  font-weight: normal;
  letter-spacing: 0.2em;
  text-align: center;
}
#guide .topBox .borderBox h3::before {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #D2C69E;
  content: '';
}
#guide .topBox .borderBox h3 span {
  padding: 0 40px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
}
@media all and (max-width: 767px) {
  #guide .topBox {
    margin-bottom: 80px;
  }
  #guide .topBox h2 {
    margin-bottom: 13px;
    font-size: 2.3rem;
  }
  #guide .topBox .borderBox {
    margin: 0 10px;
    padding: 30px 20px 20px;
    border-width: 3px;
  }
  #guide .topBox .borderBox h3 {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
  #guide .topBox .borderBox h3 span {
    padding: 0 20px;
  }
  #guide .topBox .borderBox .paymentTable th,
  #guide .topBox .borderBox .paymentTable td {
    padding: 10px 0;
    width: 100%;
    display: block;
  }
}
@media all and (max-width: 767px) {
  #guide .comTable th,
  #guide .comTable td {
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
    font-size: 1.4rem;
    display: block;
  }
  #guide .topBox .borderBox .paymentTable th,
  #guide .topBox .borderBox .paymentTable td {
    padding: 0;
  }
   #guide .comTable td {
     margin: 0 0 20px 10px;
  }
}
/*------------------------------------------------------------
  privacy
------------------------------------------------------------*/
#privacy .topBox {
  margin-bottom: 120px;
}
#privacy .topBox .borderBox {
  padding: 60px 60px 55px;
  border: 6px solid #F3EACB;
  border-radius: 10px;
}
#privacy .topBox h2 {
  margin-bottom: 31px;
  color: #713a1d;
  font-size: 4.5rem;
  font-weight: normal;
  text-align: center;
}
#privacy .topBox .borderBox .comTable th {
  padding: 18px 10px 10px;
}
#privacy .topBox .borderBox .comTable td {
  padding: 16px 10px 16px 3px;
}
@media all and (max-width: 767px) {
  #privacy .topBox {
    margin: 0 10px;
    margin-bottom: 45px;
  }
  #privacy .topBox .borderBox {
    padding: 30px 20px;
    border-width: 3px;
  }
  #privacy .topBox h2 {
    margin-bottom: 14px;
    font-size: 2.3rem;
  }
  #privacy .topBox .borderBox .comTable th,
  #privacy .topBox .borderBox .comTable td {
    margin-bottom: 5px;
    padding: 0;
    width: 100%;
    display: block;
  }
  #privacy .topBox .borderBox .comTable td {
    margin: 0 0 20px 10px;
  }
}
/*------------------------------------------------------------
  searchBox
------------------------------------------------------------*/
.searchBox {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  visibility: hidden;
  overflow: hidden;
  transition: visibility 0s 0.2s;
}
.searchBox.on {
  visibility: visible;
  transition: none;
}
.searchBox .overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.7);
  opacity: 0;
  transition: opacity 0.2s;
}
.searchBox.on .overlay {
  opacity: 1;
  transition: none;
}
.searchBox .searchInner {
  margin: 0 auto;
  width: 80%;
  position: relative;
}
.searchBox .closeBtn {
  width: 20px;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 30px;
}
.searchBox .closeBtn .c-overlay__icon {
  width: 20px;
  height: 20px;
  fill: #FFF;
}
.searchBox .p-search-form__body {
  width: 90%;
  margin: 30px auto 0;
  position: relative;
  display: table;
  padding-left: .5em;
  border-bottom: 2px solid #fff;
}
.searchBox .p-search-form {
  position: fixed;
  z-index: -1;
  top: 50px;
  left: 0;
  width: 100%;
  transition: .2s;
  transform: translateY(-200px);
  opacity: 0;
}
.searchBox .p-search-form__keyword-cell {
  display: table-cell;
  width: auto;
}
.searchBox.on .p-search-form,
.searchBox .state-search-form:checked ~ .p-body .p-search-form {
  z-index: 10000;
  transform: none;
  opacity: 1;
}
.p-search-form__keyword:placeholder-shown {
  color: #fff;
}
.p-search-form__keyword::-webkit-input-placeholder {
  color: #fff;
}
.p-search-form__keyword::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.p-search-form__keyword:-ms-input-placeholder {
  color: #fff;
}
.p-search-form__keyword:focus {
  outline: none;
}
.p-search-form__keyword:focus:placeholder-shown {
  color: #666;
}
.p-search-form__keyword:focus::-webkit-input-placeholder {
  color: #666;
}
.p-search-form__keyword:focus::-moz-placeholder {
  opacity: 1;
  color: #666;
}
.p-search-form__keyword:focus:-ms-input-placeholder {
  color: #666;
}
.searchBox .p-search-form__keyword {
  font-size: 16px;
  line-height: 40px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  color: #fff;
  border: 0;
  border-radius: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.searchBox .p-search-form__button-cell {
  display: table-cell;
  width: 40px;
}
.searchBox .p-search-form__button {
  position: absolute;
  right: 0;
  bottom: 2px;
  width: 40px;
  height: 40px;
  padding: 0;
  color: #fff;
  border: 0;
  cursor: pointer;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.searchBox .p-search-form__button:hover {
  opacity: 0.66;
}
.searchBox .p-search-form__icon {
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 auto;
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}
@media all and (min-width: 768px) {
  .searchBox .p-search-form__body {
    max-width: 600px;
    }
}
@media all and (max-width: 767px) {
}
/*------------------------------------------------------------
  ancient
------------------------------------------------------------*/
#ancient .topBox {
  margin-bottom: 82px;
}
#ancient .topBox h2 {
  margin-bottom: 27px;
  color: #713a1d;
  font-size: 4.5rem;
  font-weight: normal;
  text-align: center;
}
#ancient .topBox h2 small {
  font-size: 3rem;
  display: inline-block;
  vertical-align: middle;
}
#ancient .topBox .text {
  margin-bottom: 47px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.79;
  letter-spacing: 0.025em;
  text-align: center;
}
#ancient .topBox .borderBox {
  margin-bottom: 80px;
  padding-bottom: 110px;
  border: 6px solid #F3EACB;
  border-radius: 10px;
}
#ancient .topBox .photo {
  position: relative;
}
#ancient .topBox .photo a {
  width: 45.12%;
  position: absolute;
  right: 50px;
  bottom: -47px;
  display: block;
}
#ancient .topBox .textBox {
  margin-top: -72px;
  padding: 108px 0 50px;
  position: relative;
  background: url(https://file003.shop-pro.jp/PA01463/885/img/ancient_photo02.png) no-repeat left top / 87.12% auto;
}
#ancient .topBox .subBox {
  padding: 27px 65px 87px 45px;
  width: 53.54%;
  margin-left: auto;
  box-sizing: border-box;
  background-color: rgba(255,255,255,0.8);
}
#ancient .topBox .subBox h3 {
  margin-bottom: 15px;
  color: #502d0f;
  font-size: 3.6rem;
}
#ancient .topBox .subBox p {
  color: #502d0f;
  font-size: 2.2rem;
  line-height: 1.75;
}
#ancient .topBox .typeBox {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1050px;
  position: relative;
}
#ancient .topBox .typeBox {
  margin-top: -49px;
}
#ancient .topBox .typeBox h3 {
  margin-bottom: 19px;
  color: #502d0f;
  font-size: 3.6rem;
}
#ancient .topBox .typeBox .text01 {
  margin-bottom: 24px;
  color: #502d0f;
  font-size: 2.2rem;
}
#ancient .topBox .typeBox .textList {
  margin: -30px 0 66px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#ancient .topBox .typeBox .textList li {
  margin: 30px 10px 0 0;
  width: calc((100% - 40px) / 3);
}
#ancient .topBox .typeBox .textList .pho {
  margin-bottom: 12px;
  position: relative;
  border: 5px solid #F3EACB;
  border-radius: 5px;
}
#ancient .topBox .typeBox .textList .pho p {
  padding: 33px 5px 5px;
  width: 161px;
  height: 161px;
  position: absolute;
  right: -20px;
  top: -37px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #502d0f;
  font-size: 4.2rem;
  font-weight: bold;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #fff;
}
#ancient .topBox .typeBox .textList .pho img {
  border-radius: 3px;
}
#ancient .topBox .typeBox .textList li:nth-of-type(3) .pho p {
  font-size: 3rem;
  letter-spacing: -0.1em;
}
#ancient .topBox .typeBox .textList .txtBox {
  padding-right: 35px;
}
#ancient .topBox .typeBox .textList .txtBox .ttl {
  margin-bottom: 6px;
  font-size: 2.2rem;
}
#ancient .topBox .typeBox .textList .txtBox p {
  color: #502d0f;
  font-size: 1.8rem;
  line-height: 1.75;
}
#ancient .topBox .imgBox {
  margin: 0 auto 65px;
  padding: 0 15px;
  max-width: 1050px;
  display: flex;
  justify-content: space-between;
}
#ancient .topBox .imgBox:nth-of-type(2n + 1) {
  margin-bottom: 63px;
  flex-direction: row-reverse;
}
#ancient .topBox .imgBox .photoBox {
  width: 45.52%;
}
#ancient .topBox .imgBox .photoBox img {
  width: 100%;
  border-radius: 5px;
}
#ancient .topBox .imgBox .txtBox {
  margin-top: -3px;
  width: 50%;
}
#ancient .topBox .imgBox .txtBox h3 {
  margin-bottom: 16px;
  color: #502d0f;
  font-size: 3.6rem;
}
#ancient .topBox .imgBox .txtBox p {
  color: #502d0f;
  font-size: 2.2rem;
  line-height: 1.75;
}
#ancient .topBox .textBox01 {
  margin: 0 auto;
  padding: 30px 30px 20px;
  max-width: 1050px;
  text-align: center;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #F3EACB;
}
#ancient .topBox .textBox01 p {
  color: #502d0f;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.75;
}
#ancient .topBox .btnList {
  display: flex;
  justify-content: space-between;
}
#ancient .topBox .btnList li {
  width: calc((100% - 25px) / 2);
}
#ancient .topBox .btnList a {
  display: block;
}
@media all and (min-width: 768px) {
  #ancient .topBox a:hover {
    opacity: 0.8;
  }
  #ancient .topBox .btnList a :hover {
    opacity: 0.8;
  }
}
@media all and (max-width: 767px) {
  #ancient .topBox {
    margin-bottom: 27px;
    padding: 0 25px;
  }
  #ancient .topBox h2 {
    margin-bottom: 31px;
    font-size: 2.3rem;
  }
  #ancient .topBox h2 small {
    font-size: 1.5rem;
    display: block;
  }
  #ancient .topBox .text {
    margin-bottom: 23px;
    font-size: 1.4rem;
    line-height: 1.75;
    text-align: left;
  }
  #ancient .topBox .borderBox {
    margin-bottom: 18px;
    padding-bottom: 26px;
    border-width: 3px;
  }
  #ancient .topBox .photo {
    position: relative;
  }
  #ancient .topBox .photo a {
    width: 139px;
    position: absolute;
    right: 13px;
    bottom: -15px;
  }
  #ancient .topBox .photo img {
    border-radius: 5px 5px 0 0;
  }
  #ancient .topBox .textBox {
    margin-top: -17px;
    padding: 32px 10px 50px;
  }
  #ancient .topBox .subBox {
    padding: 24px 20px 35px 25px;
    width: auto;
  }
  #ancient .topBox .subBox h3 {
    margin-bottom: 8px;
    font-size: 1.8rem;
  }
  #ancient .topBox .subBox p {
    font-size: 1.4rem;
    line-height: 1.75;
  }
  #ancient .topBox .typeBox {
    margin: 0 auto;
    padding: 0 25px;
    max-width: inherit;
  }
  #ancient .topBox .typeBox {
    margin-top: -49px;
  }
  #ancient .topBox .typeBox h3 {
    margin-bottom: 7px;
    font-size: 1.8rem;
  }
  #ancient .topBox .typeBox .text01 {
    margin-bottom: 24px;
    font-size: 1.4rem;
    line-height: 1.75;
  }
  #ancient .topBox .typeBox .textList {
    margin: 0 5px 40px;
    display: block;
  }
  #ancient .topBox .typeBox .textList li {
    margin: 0 10px 30px 0;
    width: auto;
  }
  #ancient .topBox .typeBox .textList li:last-of-type {
    margin-bottom: 0;
  }
  #ancient .topBox .typeBox .textList .pho {
    margin: 0 auto 12px;
    width: 165px;
    border-width: 2px;
  }
  #ancient .topBox .typeBox .textList .pho p {
    padding: 25px 5px 5px;
    width: 80px;
    height: 80px;
    right: -10px;
    top: -17px;
    font-size: 2.1rem;
  }
  #ancient .topBox .typeBox .textList li:nth-of-type(3) .pho p {
    font-size: 1.5rem;
    letter-spacing: -0.1em;
  }
  #ancient .topBox .typeBox .textList .txtBox {
    padding-right: 0;
  }
  #ancient .topBox .typeBox .textList .txtBox .ttl {
    margin-bottom: 4px;
    font-size: 1.4rem;
  }
  #ancient .topBox .typeBox .textList .txtBox p {
    font-size: 1.2rem;
    line-height: 1.75;
  }
  #ancient .topBox .imgBox {
    margin: 0 auto 29px;
    padding: 0 20px;
    max-width: inherit;
    display: block;
  }
  #ancient .topBox .imgBox:nth-of-type(2n + 1) {
    margin-bottom: 18px;
    flex-direction: row-reverse;
  }
  #ancient .topBox .imgBox .photoBox {
    margin-bottom: 19px;
    width: auto;
  }
  #ancient .topBox .imgBox .photoBox img {
    width: 100%;
    border-radius: 5px;
  }
  #ancient .topBox .imgBox .txtBox {
    margin-top: -3px;
    width: auto;
  }
  #ancient .topBox .imgBox .txtBox h3 {
    margin-bottom: 6px;
    font-size: 1.8rem;
    line-height: 1.75;
  }
  #ancient .topBox .imgBox .txtBox p {
    font-size: 1.4rem;
  }
  #ancient .topBox .textBox01 {
    margin: 0 20px;
    padding: 22px 25px;
    max-width: inherit;
    text-align: left;
    border-radius: 5px;
  }
  #ancient .topBox .textBox01 p {
    font-size: 1.5rem;
  }
  #ancient .topBox .btnList {
    display: block;
  }
  #ancient .topBox .btnList li {
    margin-bottom: 12px;
    width: auto;
    text-align: center;
  }
  #ancient .topBox .btnList li:last-of-type {
    margin-bottom: 0;
  }
  #ancient .topBox .btnList a {
    display: block;
  }
}
@media all and (max-width: 359px) {
  #ancient .topBox h2 {
    font-size: 2.2rem;
  }
  #ancient .topBox .textBox01 p {
    font-size: 1.3rem;
  }
}
/*------------------------------------------------------------
  company
------------------------------------------------------------*/
#company .topBox {
  margin-bottom: 102px;
}
#company h2 {
  margin-bottom: 35px;
  color: #713a1d;
  font-size: 4.5rem;
  font-weight: 400;
  text-align: center;
}
#company .borderBox {
  margin-bottom: 70px;
  padding: 65px 60px 106px;
  border: 6px solid rgb(243, 234, 203);
  border-radius: 10px;
}
#company .borderBox h3 {
  margin-bottom: 52px;
  position: relative;
  text-align: center;
}
#company .borderBox h3::before {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: calc(50% - 4px);
  background-color: #D2C69E;
  content: '';
  z-index: -1;
}
#company .borderBox h3 span {
  padding: 0 40px;
  display: inline-block;
  color: #713a1d;
  font-size: 2.7rem;
  font-weight: 400;
  letter-spacing: 0.25em;
  vertical-align: top;
  background-color: #fff;
}
#company .borderBox .title {
  font-size: 2.4rem;
  line-height: 1.75;
}
#company .borderBox .textList {
  margin-bottom: 32px;
}
#company .borderBox .textList li {
  font-size: 2.4rem;
  line-height: 1.75;
}
#company .borderBox table {
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
}
#company .borderBox table th,
#company .borderBox table td {
  padding: 32px 30px 28px 32px;
  width: 20%;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: left;
  letter-spacing: 0.25em;
  border: 1px solid #000;
  box-sizing: border-box;
  vertical-align: top;
}
#company .borderBox table tr:first-of-type th,
#company .borderBox table tr:first-of-type td,
#company .borderBox table tr:nth-of-type(2) th,
#company .borderBox table tr:nth-of-type(2) td {
  padding: 28px 30px 24px 32px;
}
#company .borderBox table .thStyle01 {
  padding: 39px 32px 35px;
}
#company .borderBox table td {
  padding-left: 60px !important;
  width: 80%;
  vertical-align: middle;
}
#company .borderBox table td ul li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.75;
}
#company .ayumi {
  margin-bottom: 53px;
  padding: 80px 60px 60px;
}
#company .ayumi h3 span {
  padding: 0 70px;
}
#company .borderBox .textDl {
  margin: 0 auto;
  padding-bottom: 140px;
  max-width: 1000px;
  position: relative;
}
#company .borderBox .textDl::before {
  width: 10px;
  height: calc(100% - 30px);
  position: absolute;
  left: 69px;
  top: 30px;
  background-color: #713A1D;
  content: '';
}
#company .borderBox .textDl > dt {
  width: 159px;
  height: 159px;
  position: relative;
  float: left;
}
#company .borderBox .textDl > dt span {
  width: 159px;
  height: 159px;
  position: absolute;
  left: -7px;
  top: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #713A1D;
}
#company .borderBox .textDl > dt span::before {
  position: absolute;
  left: 7px;
  top: 7px;
  right: 7px;
  bottom: 7px;
  border-radius: 50%;
  border: 1px solid #8B5C3F;
  content: '';
}
#company .borderBox .textDl > dd {
  padding: 70px 0 0 13em;
}
#company .borderBox .textDl > dd dt {
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: bold;
}
#company .borderBox .textDl > dd dd {
  margin-bottom: 55px;
  font-size: 1.8rem;
  line-height: 1.75;
}
#company .borderBox .textDl > dd dd:last-of-type {
  margin-bottom: 0;
}
#company .borderBox .textDl > dd dd a {
  display: inline-block;
  color: #0000ff;
  text-decoration: underline;
  vertical-align: top;
}
#company .borderBox .textDl > dd dd strong {
  display: block;
  color: #713a1d;
  font-weight: normal;
  font-size: 2.2rem;
}
#company .borderBox .textDl > dd dd .imgBox {
  margin-top: 20px;
  display: flex;
}
#company .borderBox .textDl > dd dd .imgBox .phoBox {
  margin-right: 31px;
  width: 35.35%;
}
#company .borderBox .textDl > dd dd .imgBox .txtBox {
  width: 55.56%;
}
#company .event {
  margin-bottom: 0;
  padding-bottom: 97px;
  background: url(https://file003.shop-pro.jp/PA01463/885/img/company_bg01.png) no-repeat right 25px top 112px / 396px auto;
}
#company .event h3 {
  margin-bottom: 40px;
}
#company .event .textDl {
  padding-bottom: 50px;
}
#company .event .textDl::before {
  height: calc(100% + 10px);
  top: -10px;
}
#company .event .textDl dd {
  padding-top: 47px;
}
#company .event .textDl dd p {
  margin-bottom: 36px;
  font-size: 2.4rem;
  font-weight: bold;
}
#company .event .textDl dd p:last-of-type {
  margin-bottom: 0;
}
@media all and (min-width: 768px) {
  #company .ayumi .textDl > dd dd  a:hover {
    text-decoration: none;
  }
}
@media all and (max-width: 767px) {
	#company .topBox {
		margin-bottom: 35px;
		padding: 0 25px;
	}
	#company h2 {
		margin-bottom: 14px;
		font-size: 2.3rem;
	}
	#company .borderBox {
		margin-bottom: 18px;
		padding: 30px 20px 50px;
		border-width: 3px;
		border-radius: 5px;
	}
	#company .borderBox h3 {
		margin-bottom: 5px;
	}
	#company .borderBox h3::before {
		top: 50%;
	}
	#company .borderBox h3 span {
		padding: 0 30px;
		font-size: 1.5rem;
	}
	#company .borderBox .content01 {
		padding: 0;
	}
	#company .borderBox .title {
		font-size: 1.2rem;
		line-height: 1.75;
	}
	#company .borderBox .textList {
		margin-bottom: 26px;
	}
	#company .borderBox .textList li {
		padding-left: 1.3em;
		font-size: 1.2rem;
		text-indent: -1.3em;
	}
	#company .borderBox table {
		width: 100%;
	}
	#company .borderBox table th,
	#company .borderBox table td {
		padding: 15px 0 0;
		width: 100%;
		display: block;
		font-size: 1.2rem;
		border: none;
	}
	#company .borderBox table tr:first-of-type th,
	#company .borderBox table tr:nth-of-type(2) th {
		padding: 18px 0 0;
	}
	#company .borderBox table tr:first-of-type td,
	#company .borderBox table tr:nth-of-type(2) td {
		padding: 3px 0 15px;
	}
	#company .borderBox table .thStyle01 {
		padding: 20px 0 0;
	}
	#company .borderBox table tr:first-of-type th {
		border-top: 1px solid #000;
	}
	#company .borderBox table td {
		padding: 3px 0 15px !important;
		width: 100%;
		border-bottom: 1px solid #000;
	}
	#company .borderBox table td ul li {
		padding-left: 1em;
		text-indent: -1em;
		line-height: 1.75;
	}
	#company .ayumi {
		margin-bottom: 30px;
		padding: 35px 20px 50px;
	}
	#company .ayumi h3 {
		margin-bottom: 27px;
	}
	#company .ayumi h3 span {
		padding: 0 30px;
	}
	#company .ayumi h3 span img {
		width: 47px;
	}
	#company .borderBox .textDl {
		margin: 0 auto;
		padding: 0 0 90px;
		max-width: inherit;
	}
	#company .borderBox .textDl::before {
		width: 5px;
		left: 38px;
	}
	#company .borderBox .textDl > dt {
		width: 80px;
		height: 80px;
	}
	#company .borderBox .textDl > dt span {
		width: 80px;
		height: 80px;
		left: 0;
		top: 0;
		font-size: 1.2rem;
	}
	#company .borderBox .textDl > dt span::before {
		left: 4px;
		top: 4px;
		right: 4px;
		bottom: 4px;
	}
	#company .borderBox .textDl > dd {
		padding: 28px 0 0 8em;
	}
	#company .borderBox .textDl > dd dt {
		margin-bottom: 8px;
		font-size: 1.4rem;
	}
	#company .borderBox .textDl > dd dd {
		margin-bottom: 25px;
		font-size: 1.2rem;
	}
	#company .borderBox .textDl > dd dd:last-of-type {
		margin-bottom: 0;
	}
	#company .borderBox .textDl > dd dd strong {
		font-size: 1.3rem;
	}
	#company .borderBox .textDl > dd dd .imgBox {
		margin-top: 15px;
		display: block;
	}
	#company .borderBox .textDl > dd dd .imgBox .phoBox {
		margin: 0 0 20px;
		width: 140px;
	}
	#company .borderBox .textDl > dd dd .imgBox .txtBox {
		width: auto;
	}
	#company .event {
		margin-bottom: 0;
		padding-bottom: 31px;
		background-image: url(https://file003.shop-pro.jp/PA01463/885/img/sp_company_bg01.png);
		background-size: 198px auto;
		background-position: right -8px top 119px;
	}
	#company .event h3 {
		margin-bottom: 20px;
	}
	#company .event .textDl {
		padding-bottom: 40px;
	}
	#company .event .textDl dd {
		padding-top: 28px;
	}
	#company .event .textDl dd p {
		margin-bottom: 20px;
		font-size: 1.2rem;
		line-height: 1.4;
	}
}
@media all and (max-width: 374px) {
	#company .event .textDl dd p {
		font-size: 1.1rem;
	}
}