.mainCol {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}

@media print, screen and (min-width: 768px) {
  .header.is-wpTop {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media print, screen and (min-width: 1200px) {
  .header.is-wpTop {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media print, screen and (min-width: 1500px) {
  .header.is-wpTop {
    padding-left: 50px;
    padding-right: 42px;
  }
}
@media print, screen and (min-width: 1200px) {
  .header.is-wpTop .header-rightBlock {
    width: calc(100% - 200px);
  }
}
@media print, screen and (min-width: 1500px) {
  .header.is-wpTop .header-rightBlock {
    width: calc(100% - 270px);
  }
}
.header-gNavArea.is-wpTop {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.header-gNavArea.is-wpTop .gnavList {
  width: calc(100% - 64px);
  padding-right: 10px;
}
@media print, screen and (min-width: 1500px) {
  .header-gNavArea.is-wpTop .gnavList {
    width: calc(100% - 84px);
    padding-right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .header-gNavArea.is-wpTop .gnavList-item {
    margin-right: 10px;
  }
}
@media print, screen and (min-width: 1500px) {
  .header-gNavArea.is-wpTop .gnavList-item {
    margin-right: 20px;
  }
}
.header-gNavArea-shopLink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 1500px) {
  .header-gNavArea-shopLink {
    width: 84px;
  }
}
.header-gNavArea-shopLink .is-btn {
  display: block;
  width: 100%;
  height: 0;
  padding: 79.76% 0 0;
  margin: 0;
  background: url(../img/common/header_nav_shoplink.png) no-repeat center center/contain;
  text-align: left;
  text-indent: -1000px;
  font-size: 11px;
  overflow: hidden;
}

.postList {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}

.postBlock {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}

.sideNavi {
  background: #fff;
  border: 1px solid #CC964A;
}
.sideNavi-title {
  background: #fff;
  border-color: #CC964A;
}
.sideNavi-title .is-text {
  background-color: #CC964A;
}

.sideContents-title {
  color: #CC964A;
}
.sideContents-title .is-text,
.sideContents-title a {
  color: #CC964A;
}

.breadcrumb {
  padding: 7px 0 27px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .breadcrumb {
    padding: 42px 0 28px;
  }
}

.historyCommon-introArea {
  display: block;
  width: 100%;
  min-height: 234px;
  padding: 40px 47px 30px;
  margin: 0 0 30px;
  background: #F3E3CA url(../img/history/historyCommon_introBG.png) no-repeat center left 10.13%/46.13% auto;
  font-family: "Shippori Mincho", serif;
}
@media print, screen and (min-width: 768px) {
  .historyCommon-introArea {
    padding: 63px 45px 30px;
    margin-bottom: 94px;
    background-position: center left 4.25%;
    background-size: 22.14% auto;
  }
}
.historyCommon-introArea-title {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 1.4rem;
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .historyCommon-introArea-title {
    font-size: 2.4rem;
    line-height: 1.58;
  }
}
.historyCommon-introArea-text {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.57;
}
@media print, screen and (min-width: 768px) {
  .historyCommon-introArea-text {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.historyCommon-linkArea {
  display: block;
  width: 100%;
  padding: 0;
  margin: 51px 0 0;
}
@media print, screen and (min-width: 768px) {
  .historyCommon-linkArea {
    margin-top: 80px;
  }
}
.historyCommon-linkArea-link {
  display: block;
  width: 100%;
  max-width: 228px;
  padding: 0;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .historyCommon-linkArea-link {
    max-width: 288px;
  }
}
.historyCommon-linkArea-link + .historyCommon-linkArea-link {
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .historyCommon-linkArea-link + .historyCommon-linkArea-link {
    margin-top: 20px;
  }
}
.historyCommon-linkArea-link .is-btn {
  display: block;
  width: 100%;
  padding: 13px 10px;
  margin: 0;
  background: #fff;
  border: 2px solid #EA5504;
  border-radius: 5px;
  text-align: center;
  color: #EA5504;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.57;
}
@media print, screen and (min-width: 768px) {
  .historyCommon-linkArea-link .is-btn {
    font-size: 16px;
    line-height: 2;
  }
}
.historyCommon-linkArea-link .is-btn.btn-black {
  background-color: #3C3C3C;
  border-color: #3C3C3C;
  color: #fff;
}

.companyLinkArea {
  display: block;
  width: 100%;
  padding: 0;
  margin: 74px 0 0;
}
@media print, screen and (min-width: 768px) {
  .companyLinkArea {
    margin-top: 147px;
  }
}
.companyLinkArea-list {
  display: block;
  width: calc(100% - 17px - 17px);
  max-width: 600px;
  padding: 0;
  margin: 0 auto -20px;
}
@media print, screen and (min-width: 768px) {
  .companyLinkArea-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 834px;
  }
}
.companyLinkArea-list-item {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 20px;
}
@media print, screen and (min-width: 768px) {
  .companyLinkArea-list-item {
    width: calc(50% - 25px);
  }
}
.companyLinkArea-list-item .is-bnr {
  display: block;
  width: 100%;
  height: 0;
  padding: 49.48% 0 0;
  margin: 0;
  background: no-repeat center center/contain;
  text-align: left;
  text-indent: -1000px;
  overflow: hidden;
}
.companyLinkArea-list-item .is-bnr.bnr-history {
  background-image: url(../img/company/companyLinkArea_history.png);
}
.companyLinkArea-list-item .is-bnr.bnr-message {
  background-image: url(../img/company/companyLinkArea_message.png);
}
.companyLinkArea-list-item .is-bnr.bnr-about {
  background-image: url(../img/company/companyLinkArea_about.png);
}

.wpPaginationArea {
  display: block;
  width: 100%;
  padding: 0;
  margin: 50px 0 0;
}
@media print, screen and (min-width: 768px) {
  .wpPaginationArea {
    margin-top: 132px;
  }
}

.wpPaginationList {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0;
}
.wpPaginationList-topArea {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 19px;
  text-align: center;
  color: #3C3C3C;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.57;
}
@media print, screen and (min-width: 768px) {
  .wpPaginationList-topArea {
    display: none;
  }
}
.wpPaginationList-item {
  display: flex;
  height: 36px;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .wpPaginationList-item {
    height: 50px;
  }
}
.wpPaginationList-item.pagination-first, .wpPaginationList-item.pagination-last {
  width: calc(100% - 110px - 110px);
  max-width: 57px;
}
@media print, screen and (min-width: 768px) {
  .wpPaginationList-item.pagination-first, .wpPaginationList-item.pagination-last {
    width: calc(100% - 200px - 200px - 86px);
    max-width: 78px;
  }
}
.wpPaginationList-item.pagination-first .is-link, .wpPaginationList-item.pagination-last .is-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  color: #3C3C3C;
  font-weight: 500;
  font-size: 12px;
}
@media print, screen and (min-width: 768px) {
  .wpPaginationList-item.pagination-first .is-link, .wpPaginationList-item.pagination-last .is-link {
    font-size: 16px;
  }
}
.wpPaginationList-item.pagination-first .is-link.is-disabled, .wpPaginationList-item.pagination-last .is-link.is-disabled {
  color: #E2E2E2;
}
.wpPaginationList-item.pagination-first.pagination-first .is-link, .wpPaginationList-item.pagination-last.pagination-first .is-link {
  justify-content: flex-start;
}
.wpPaginationList-item.pagination-first.pagination-last .is-link, .wpPaginationList-item.pagination-last.pagination-last .is-link {
  justify-content: flex-end;
}
.wpPaginationList-item.pagination-prev, .wpPaginationList-item.pagination-next {
  width: 110px;
}
@media print, screen and (min-width: 768px) {
  .wpPaginationList-item.pagination-prev, .wpPaginationList-item.pagination-next {
    width: 200px;
  }
}
.wpPaginationList-item.pagination-prev .is-btn, .wpPaginationList-item.pagination-next .is-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 5px;
  margin: 0;
  background: #8C621C;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
}
@media print, screen and (min-width: 768px) {
  .wpPaginationList-item.pagination-prev .is-btn, .wpPaginationList-item.pagination-next .is-btn {
    font-size: 16px;
  }
}
.wpPaginationList-item.pagination-prev .is-btn.is-disabled, .wpPaginationList-item.pagination-next .is-btn.is-disabled {
  background: #F9F9F9;
  color: #707070;
}
@media only screen and (max-width: 767px) {
  .wpPaginationList-item.pagination-prev .is-btn.is-disabled, .wpPaginationList-item.pagination-next .is-btn.is-disabled {
    border: 1px solid #E2E2E2;
  }
}
.wpPaginationList-item.pagination-prev .is-btn {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media print, screen and (min-width: 768px) {
  .wpPaginationList-item.pagination-prev .is-btn {
    border-radius: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .wpPaginationList-item.pagination-prev .is-btn.is-disabled {
    border-right: none;
  }
}
.wpPaginationList-item.pagination-next .is-btn {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media print, screen and (min-width: 768px) {
  .wpPaginationList-item.pagination-next .is-btn {
    border-radius: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .wpPaginationList-item.pagination-next .is-btn.is-disabled {
    border-left: none;
  }
}
.wpPaginationList-item.pagination-num {
  width: 86px;
  padding: 0 5px;
}
@media only screen and (max-width: 767px) {
  .wpPaginationList-item.pagination-num {
    display: none;
  }
}
.wpPaginationList-item.pagination-num .is-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #3C3C3C;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.44;
}

.frontPage .breadcrumb {
  display: none;
}
.frontPage .ec-layoutRole .ec-layoutRole__contents {
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.frontPage-mvArea {
  display: block;
  width: 100%;
  height: 160.8vh;
  max-height: calc(100vh - 65px);
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .frontPage-mvArea {
    height: 900px;
    max-height: calc(100vh - 110px);
  }
}
.frontPage-mvArea-photoBlock {
  display: block;
  width: 100%;
  height: 160.8vh;
  max-height: calc(100vh - 65px);
  padding: 0;
  margin: 0;
  position: fixed;
  top: 65px;
  left: 0;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .frontPage-mvArea-photoBlock {
    height: 900px;
    max-height: calc(100vh - 110px);
    top: 110px;
  }
}
.frontPage-mvArea-photoBlock .is-mainImg {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.frontPage-mvArea-photoBlock .is-mainImg picture {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
.frontPage-mvArea-photoBlock .is-mainImg picture img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.frontPage-mvArea-photoBlock .is-scroll {
  display: block;
  width: 100%;
  height: 19.86vw;
  padding: 0;
  margin: 0;
  background: url(../img/top/mv_scroll.png) no-repeat center center/contain;
  text-align: left;
  text-indent: -1000px;
  font-size: 11px;
  position: absolute;
  bottom: 4vw;
  left: 0;
  z-index: 2;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .frontPage-mvArea-photoBlock .is-scroll {
    height: 70px;
    bottom: 15px;
  }
}
.frontPage-mvArea-photoBlock .is-shopBtn {
  display: block;
  width: 55px;
  height: 222px;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 90px;
  right: 0;
  z-index: 3;
}
@media print, screen and (min-width: 768px) {
  .frontPage-mvArea-photoBlock .is-shopBtn {
    width: 54px;
    height: 282px;
    bottom: 10px;
  }
}
.frontPage-mvArea-photoBlock .is-shopBtn-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: url(../img/top/btn_mvShop_sp.svg) no-repeat center center/contain;
  text-align: left;
  text-indent: -1000px;
  font-size: 11px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .frontPage-mvArea-photoBlock .is-shopBtn-link {
    background-image: url(../img/top/btn_mvShop.svg);
  }
}
.frontPage-mvOtherArea {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  background: #fff;
  position: relative;
  z-index: auto;
}
.frontPage-greetingArea {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.frontPage-greetingArea-inner {
  display: block;
  width: calc(100% - 40px);
  padding: 24.4vw 0 0;
  margin: 0 auto;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .frontPage-greetingArea-inner {
    max-width: 1404px;
    padding-top: 170px;
  }
}
.frontPage-greetingArea-inner::before {
  content: "";
  display: block;
  width: calc(100% + 40px);
  height: 24vw;
  padding: 0;
  margin: 0;
  background: url(../img/top/greetingArea_cloud_top_sp.svg) no-repeat center right/contain;
  position: absolute;
  top: 4vw;
  right: -20px;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .frontPage-greetingArea-inner::before {
    width: 322px;
    height: 148px;
    background: url(../img/top/greetingArea_cloud_top_pc.svg) no-repeat center center/contain;
    top: 44px;
    right: -115px;
  }
}
@media print, screen and (min-width: 768px) {
  .frontPage-greetingArea-inner::after {
    content: "";
    display: block;
    width: 322px;
    height: 166px;
    padding: 0;
    margin: 0;
    background: url(../img/top/greetingArea_cloud_bottom_pc.svg) no-repeat center right/contain;
    position: absolute;
    bottom: 52px;
    left: -53px;
    z-index: 1;
  }
}
.frontPage-greetingArea-2col {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 1200px) {
  .frontPage-greetingArea-2col {
    display: flex;
    justify-content: flex-end;
    padding-right: 54px;
  }
}
.frontPage-greetingArea-2col-left {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 1200px) {
  .frontPage-greetingArea-2col-left {
    width: calc(100% - 760px);
    padding-right: 54px;
  }
}
.frontPage-greetingArea-2col-right {
  display: block;
  width: 100%;
  padding: 0 0 72px;
  margin: 0;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .frontPage-greetingArea-2col-right {
    padding-bottom: 237px;
  }
  .frontPage-greetingArea-2col-right::before {
    content: "";
    display: block;
    width: 210px;
    height: 304px;
    padding: 0;
    margin: 0;
    background: url(../img/top/greetingArea_illust.svg) no-repeat center center/contain;
    position: absolute;
    bottom: 33px;
    right: 0;
    z-index: 1;
    pointer-events: none;
  }
}
@media print, screen and (min-width: 1200px) {
  .frontPage-greetingArea-2col-right {
    width: 760px;
    padding-right: 178px;
  }
}
.frontPage-greetingArea-imgBlock {
  display: block;
  width: 100%;
  max-width: 217px;
  padding: 0;
  margin: 0 auto 30px;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .frontPage-greetingArea-imgBlock {
    max-width: 369px;
  }
}
@media print, screen and (min-width: 1200px) {
  .frontPage-greetingArea-imgBlock {
    margin: 0 0 0 auto;
  }
}
.frontPage-greetingArea-imgBlock .is-img {
  display: block;
  width: 100%;
  height: 0;
  padding: 96.11% 0 0;
  margin: 0;
  background: url(../img/top/greetingArea_logo.svg) no-repeat center center/contain;
  text-align: left;
  text-indent: -1000px;
  font-size: 11px;
  overflow: hidden;
}
.frontPage-greetingArea-textBlock {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "Shippori Mincho", serif;
  position: relative;
  z-index: 2;
}
.frontPage-greetingArea-textBlock-title {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 40px;
  text-align: center;
  font-size: 30px;
  line-height: 1.7;
}
@media print, screen and (min-width: 768px) {
  .frontPage-greetingArea-textBlock-title {
    margin-bottom: 16px;
    font-size: 58.13px;
  }
}
@media print, screen and (min-width: 1200px) {
  .frontPage-greetingArea-textBlock-title {
    text-align: left;
  }
}
.frontPage-greetingArea-textBlock-text {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 14px;
  letter-spacing: -0.1em;
  line-height: 2.32;
}
@media print, screen and (min-width: 768px) {
  .frontPage-greetingArea-textBlock-text {
    font-size: 16px;
    letter-spacing: 0;
  }
}
.frontPage-amidaikeBrandArea {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.frontPage-amidaikeBrandArea-bgBlock {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .frontPage-amidaikeBrandArea-bgBlock {
    width: calc(100% - 40px);
    max-width: 1372px;
    margin: 0 auto;
  }
}
.frontPage-amidaikeBrandArea-inner {
  display: block;
  width: calc(100% - 40px);
  padding: 0 0 127.5px;
  margin: 0 auto;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .frontPage-amidaikeBrandArea-inner {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 136px - 136px);
    max-width: 1100px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .frontPage-amidaikeBrandArea-inner::before {
    content: "";
    display: block;
    width: calc(100% + 40px);
    height: 127.5px;
    padding: 0;
    margin: 0;
    background: url(../img/top/brandArea_sp.png) no-repeat center center/contain;
    position: absolute;
    bottom: 0;
    left: -20px;
    z-index: 1;
  }
}
.frontPage-amidaikeBrandArea-headBlock {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 20px;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .frontPage-amidaikeBrandArea-headBlock {
    width: 86px;
  }
}
.frontPage-amidaikeBrandArea-mainBlock {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .frontPage-amidaikeBrandArea-mainBlock {
    width: calc(100% - 86px - 39px);
    max-width: 975px;
    padding: 11px 0 184px;
    position: relative;
  }
  .frontPage-amidaikeBrandArea-mainBlock::before {
    content: "";
    display: block;
    width: 278px;
    height: 308px;
    padding: 0;
    margin: 0;
    background: url(../img/top/brandArea_pc_left.png) no-repeat center center/contain;
    position: absolute;
    bottom: 0;
    left: -263px;
    z-index: 1;
  }
  .frontPage-amidaikeBrandArea-mainBlock::after {
    content: "";
    display: block;
    position: absolute;
    width: 434px;
    height: 172px;
    padding: 0;
    margin: 0;
    background: url(../img/top/brandArea_pc_right.png) no-repeat center center/contain;
    position: absolute;
    bottom: 0;
    right: -230px;
    z-index: 1;
  }
}
.frontPage-amidaikeBrandArea-title {
  display: block;
  width: 100%;
  max-width: 253px;
  padding: 0;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .frontPage-amidaikeBrandArea-title {
    max-width: 86px;
    margin: 0 0 0 auto;
  }
}
.frontPage-amidaikeBrandArea-title picture {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  height: auto;
}
.frontPage-amidaikeBrandArea-title picture img {
  display: block;
  width: 100%;
  height: auto;
}
.frontPage-amidaikeBrandArea-brandList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .frontPage-amidaikeBrandArea-brandList {
    justify-content: flex-start;
  }
}
.frontPage-amidaikeBrandArea-brandList-item {
  display: block;
  width: calc(50% - 5px);
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .frontPage-amidaikeBrandArea-brandList-item {
    width: 33.3333333333%;
    padding-left: 15px;
  }
}
.frontPage-amidaikeBrandArea-brandBlock {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.frontPage-amidaikeBrandArea-brandBlock picture {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
.frontPage-amidaikeBrandArea-brandBlock picture img {
  display: block;
  width: 100%;
  height: auto;
}
.frontPage-newsArea {
  display: block;
  width: 100%;
  padding: 11.46vw 0;
  margin: -54px 0 0;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .frontPage-newsArea {
    padding: 10.2vw 0 155px;
    margin-top: -10vw;
  }
}
.frontPage-newsArea::after, .frontPage-newsArea::before {
  content: "";
  display: block;
  width: 100%;
  height: 11.46vw;
  padding: 0;
  margin: 0;
  background: no-repeat center center/100% 100%;
  position: absolute;
  left: 0;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .frontPage-newsArea::after, .frontPage-newsArea::before {
    height: 10.2vw;
    background-size: 1920px auto;
  }
}
@media print, screen and (min-width: 1920px) {
  .frontPage-newsArea::after, .frontPage-newsArea::before {
    background-size: 100% 100%;
  }
}
.frontPage-newsArea::before {
  background-image: url(../img/top/newsArea_bg_top_sp.svg);
  background-position: bottom center;
  top: 0;
}
@media print, screen and (min-width: 768px) {
  .frontPage-newsArea::before {
    background-image: url(../img/top/newsArea_bg_top_pc.svg);
  }
}
.frontPage-newsArea::after {
  background-image: url(../img/top/newsArea_bg_bottom_sp.svg);
  background-position: top center;
  bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .frontPage-newsArea::after {
    content: none;
  }
}
.frontPage-newsArea-bgBlock {
  display: block;
  width: 100%;
  padding: 26px 0 0;
  margin: 0;
  background: #FAF0E3;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .frontPage-newsArea-bgBlock {
    padding-top: 61px;
  }
  .frontPage-newsArea-bgBlock::after {
    content: "";
    display: block;
    width: 100vw;
    height: 196px;
    padding: 0;
    margin: 0;
    background: url(../img/top/newsArea_bg_bottom_pc.svg) no-repeat top center/1920px auto;
    position: absolute;
    bottom: calc(-196px + 2.39vw);
    left: 0;
    z-index: 0;
  }
}
@media print, screen and (min-width: 1920px) {
  .frontPage-newsArea-bgBlock::after {
    background-size: 100% 100%;
  }
}
.frontPage-newsArea-inner {
  display: block;
  width: calc(100% - 40px);
  max-width: 1100px;
  padding: 0;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .frontPage-newsArea-inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    min-height: 300px;
  }
}
.frontPage-newsArea-headBlock {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .frontPage-newsArea-headBlock {
    width: 188px;
    position: relative;
  }
  .frontPage-newsArea-headBlock::before {
    content: "";
    display: block;
    width: 130px;
    height: 15.1vw;
    min-height: 200px;
    padding: 0;
    margin: 0;
    background: url(../img/top/newsArea_illust_pc_right.png) no-repeat top right/contain;
    position: absolute;
    top: 194px;
    right: 88px;
    z-index: 1;
    pointer-events: none;
  }
}
.frontPage-newsArea-mainBlock {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .frontPage-newsArea-mainBlock {
    width: calc(100% - 188px - 89px);
    max-width: 828px;
    position: relative;
    z-index: 1;
  }
  .frontPage-newsArea-mainBlock::before {
    content: "";
    width: 178px;
    height: 4.58vw;
    padding: 0;
    margin: 0;
    background: url(../img/top/newsArea_illust_pc_left.png) no-repeat top right/contain;
    position: absolute;
    bottom: -6.25vw;
    left: -116px;
    z-index: 1;
    pointer-events: none;
  }
}
.frontPage-newsArea-mainBlock .is-noPost {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .frontPage-newsArea-mainBlock .is-noPost {
    font-size: 1.6rem;
  }
}
.frontPage-newsArea-mainBlock .postList {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.frontPage-newsArea-mainBlock .postList::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  padding: 0;
  margin: 0;
  background: #F15A22;
  border-radius: 1px;
}
@media print, screen and (min-width: 768px) {
  .frontPage-newsArea-mainBlock .postList::before {
    height: 2px;
  }
}
.frontPage-newsArea-mainBlock .postList-item {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.frontPage-newsArea-mainBlock .postList-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  padding: 0;
  margin: 0;
  background: #F15A22;
  border-radius: 1px;
}
@media print, screen and (min-width: 768px) {
  .frontPage-newsArea-mainBlock .postList-item::after {
    height: 2px;
  }
}
.frontPage-newsArea-mainBlock .postBlock {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 13px 0 14px;
  margin: 0;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .frontPage-newsArea-mainBlock .postBlock {
    padding: 32px 0;
  }
}
.frontPage-newsArea-mainBlock .postBlock-date {
  display: flex;
  align-items: center;
  width: 85px;
  padding: 0 10px 0 0;
  margin: 0;
  font-weight: bold;
  font-family: "Cormorant Garamond", serif;
  font-size: 15px;
}
@media print, screen and (min-width: 768px) {
  .frontPage-newsArea-mainBlock .postBlock-date {
    justify-content: center;
    width: 135px;
    font-size: 18px;
  }
}
.frontPage-newsArea-mainBlock .postBlock-cate {
  display: flex;
  align-items: center;
  width: calc(100% - 85px);
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .frontPage-newsArea-mainBlock .postBlock-cate {
    order: 3;
    width: 137px;
  }
}
.frontPage-newsArea-mainBlock .postBlock-cate .is-cate {
  display: inline-block;
  width: auto;
  max-width: 100%;
  min-width: 52px;
  padding: 2px 5px;
  margin: 0;
  background: #F15A22;
  text-align: center;
  color: #fff;
  font-family: "Cormorant Garamond", "Shippori Mincho", serif;
  font-weight: bold;
  font-size: 11px;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .frontPage-newsArea-mainBlock .postBlock-cate .is-cate {
    min-width: 97px;
    padding: 3px 5px;
    font-size: 19px;
  }
}
.frontPage-newsArea-mainBlock .postBlock-title {
  display: block;
  width: 100%;
  padding: 0;
  margin: 12px 0 0;
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .frontPage-newsArea-mainBlock .postBlock-title {
    display: flex;
    align-items: center;
    width: calc(100% - 135px - 137px);
    padding-right: 30px;
    margin: 0;
    font-size: 1.6rem;
  }
}
.frontPage-newsArea-title {
  display: block;
  width: 100%;
  max-width: 253px;
  padding: 0;
  margin: 0 auto 20px;
}
@media print, screen and (min-width: 768px) {
  .frontPage-newsArea-title {
    max-width: 100%;
    margin: 0;
  }
}
.frontPage-newsArea-title picture {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
.frontPage-newsArea-title picture img {
  display: block;
  width: 100%;
  height: auto;
}
.frontPage-newsArea-allLink {
  display: block;
  width: 100%;
  padding: 0;
  margin: 1.4rem 0 0;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .frontPage-newsArea-allLink {
    margin-top: 2rem;
    text-align: right;
  }
}
.frontPage-newsArea-allLink .is-btn {
  display: inline-block;
  width: auto;
  max-width: 100%;
  padding: 0 23px 0 0;
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1.5rem;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .frontPage-newsArea-allLink .is-btn {
    padding-right: 37px;
    font-weight: 600;
    font-size: 1.2rem;
  }
}
.frontPage-newsArea-allLink .is-btn::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  padding: 0;
  margin: 0;
  background: url(../img/top/newsArea_icon_arrow.svg) no-repeat center center/contain;
  position: absolute;
  top: calc(50% - 7px);
  right: 0;
}
.frontPage-recommendArea {
  display: block;
  width: 100%;
  padding: 6.26vw 0 21.86vw;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .frontPage-recommendArea {
    position: relative;
  }
  .frontPage-recommendArea::before {
    content: "";
    display: block;
    width: 100%;
    height: 29.6vw;
    padding: 0;
    margin: 0;
    background: url(../img/top/recommendArea_illust_sp.png) no-repeat center center/contain;
    position: absolute;
    bottom: -14vw;
    left: 0;
    z-index: 1;
    pointer-events: none;
  }
}
@media print, screen and (min-width: 768px) {
  .frontPage-recommendArea {
    padding: 44px 0 72px;
  }
}
.frontPage-recommendArea-inner {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .frontPage-recommendArea-inner {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 40px);
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
  }
  .frontPage-recommendArea-inner::before, .frontPage-recommendArea-inner::after {
    content: "";
    display: block;
    padding: 0;
    margin: 0;
    background: no-repeat center center/contain;
    position: absolute;
    z-index: 1;
    pointer-events: none;
  }
  .frontPage-recommendArea-inner::before {
    width: 222px;
    height: 232px;
    background-image: url(../img/top/recommendArea_illust_pc_left.png);
    bottom: -234px;
    left: -20px;
  }
  .frontPage-recommendArea-inner::after {
    width: 156px;
    height: 292px;
    background-image: url(../img/top/recommendArea_illust_pc_right.png);
    right: -98px;
    bottom: -165px;
  }
}
.frontPage-recommendArea-headBlock {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 36.5px;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .frontPage-recommendArea-headBlock {
    width: 86px;
  }
}
.frontPage-recommendArea-mainBlock {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .frontPage-recommendArea-mainBlock {
    width: calc(100% - 86px - 20px);
    max-width: 922px;
  }
}
.frontPage-recommendArea-title {
  display: block;
  width: 100%;
  max-width: 253px;
  padding: 0;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .frontPage-recommendArea-title {
    max-width: 86px;
    margin: 0 0 0 auto;
  }
}
.frontPage-recommendArea-title picture {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  height: auto;
}
.frontPage-recommendArea-title picture img {
  display: block;
  width: 100%;
  height: auto;
}
.frontPage-recommendArea-slideBlock {
  display: block;
  width: calc(100% - 4.13vw);
  padding: 0;
  margin: 0 0 0 auto;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .frontPage-recommendArea-slideBlock {
    width: 100%;
    max-width: 883px;
    padding: 0 38px 0 39px;
    margin: 0;
  }
}
.frontPage-recommendArea-slideBlock-nav {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .frontPage-recommendArea-slideBlock-nav {
    display: none;
  }
}
.frontPage-recommendArea-slideBlock-nav .slick-arrow {
  display: block;
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
  background: no-repeat center center/contain;
  border-radius: 0;
  top: 97.625px;
  cursor: pointer;
}
.frontPage-recommendArea-slideBlock-nav .slick-arrow::before {
  content: none;
}
.frontPage-recommendArea-slideBlock-nav .slick-arrow.slick-disabled {
  opacity: 0.8;
  cursor: not-allowed;
}
@media print, screen and (min-width: 768px) {
  .frontPage-recommendArea-slideBlock-nav .slick-arrow:hover {
    opacity: 0.8;
  }
}
.frontPage-recommendArea-slideBlock-nav .slick-prev {
  background-image: url(../img/top/recommendArea_prev.svg);
  left: 0;
}
.frontPage-recommendArea-slideBlock-nav .slick-next {
  background-image: url(../img/top/recommendArea_next.svg);
  right: 0;
}
.frontPage-recommendArea-slideBlock-slide {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: visible;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .frontPage-recommendArea-slideBlock-slide {
    overflow-x: scroll;
  }
}
.frontPage-recommendArea-slideBlock-slide.slick-initialized, .frontPage-recommendArea-slideBlock-slide.is-noSlide {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .frontPage-recommendArea-slideBlock-slide.is-noSlide {
    display: flex;
  }
}
.frontPage-recommendArea-slideBlock-slide .slick-list {
  display: block;
  width: 100%;
  min-width: 100%;
  padding: 0;
  margin: 0;
}
.frontPage-recommendArea-slideBlock-slide .slick-track {
  display: flex;
  min-width: 100%;
  padding: 0;
  margin: 0;
}
.frontPage-recommendArea-slideBlock-slide .slick-track::before, .frontPage-recommendArea-slideBlock-slide .slick-track::after {
  content: none;
}
.frontPage-recommendArea-slideBlock-slide .slick-slide {
  display: none;
  float: none;
}
.frontPage-recommendArea-slideBlock-slide .slick-slide > div {
  display: block;
  width: 100%;
}
.frontPage-recommendArea-slideBlock-slide.slick-initialized .slick-slide {
  display: block;
}
.frontPage-recommendArea-slideBlock-slide-item {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .frontPage-recommendArea-slideBlock-slide-item {
    width: 43.6vw;
    min-width: 43.6vw;
  }
}
.frontPage-recommendArea-productBlock {
  display: block;
  width: 100%;
  padding: 0 6.5px 24px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .frontPage-recommendArea-productBlock {
    padding: 0 1.26vw 15px;
  }
}
.frontPage-recommendArea-productBlock-imgArea {
  display: block;
  width: 100%;
  padding: 24px 18px 20px;
  margin: 0 0 1.9rem;
  background: url(../img/top/recommendArea_frame.svg) no-repeat center center/contain;
}
@media only screen and (max-width: 767px) {
  .frontPage-recommendArea-productBlock-imgArea {
    padding: 3.86vw 2.8vw 3.2vw;
    margin-bottom: 3.33vw;
  }
}
.frontPage-recommendArea-productBlock-imgArea-img {
  display: block;
  width: 100%;
  height: 0;
  padding: 68.75% 0 0;
  margin: 0;
  position: relative;
}
.frontPage-recommendArea-productBlock-imgArea-img img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.frontPage-recommendArea-productBlock-textArea {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.frontPage-recommendArea-productBlock-name {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.44;
}
@media only screen and (max-width: 767px) {
  .frontPage-recommendArea-productBlock-name {
    font-size: 3.86vw;
  }
}
.frontPage-recommendArea-productBlock-name::first-letter {
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .frontPage-recommendArea-productBlock-name::first-letter {
    font-size: 4.64vw;
  }
}
.frontPage-recommendArea-productBlock-price {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.44;
}
@media only screen and (max-width: 767px) {
  .frontPage-recommendArea-productBlock-price {
    font-size: 3.86vw;
  }
}
@media print, screen and (min-width: 768px) {
  .frontPage-recommendArea-productBlock-price .is-tax {
    font-size: 1.4rem;
  }
}
.frontPage-amidaikeHistoryArea {
  display: block;
  width: 100%;
  padding: 21.73vw 0 19.33vw;
  margin: 0;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .frontPage-amidaikeHistoryArea {
    padding: 193px 0 152px;
  }
}
.frontPage-amidaikeHistoryArea::before, .frontPage-amidaikeHistoryArea::after {
  content: "";
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  z-index: 0;
}
.frontPage-amidaikeHistoryArea::before {
  height: 21.73vw;
  background: url(../img/top/historyArea_bg_top_sp.svg) no-repeat bottom center/100% 100%;
  top: 0;
}
@media print, screen and (min-width: 768px) {
  .frontPage-amidaikeHistoryArea::before {
    height: 322px;
    background-image: url(../img/top/historyArea_bg_top_pc.svg);
    background-size: 1920px auto;
  }
}
@media print, screen and (min-width: 1920px) {
  .frontPage-amidaikeHistoryArea::before {
    background-size: 100% 100%;
  }
}
.frontPage-amidaikeHistoryArea::after {
  height: 19.33vw;
  background: url(../img/top/historyArea_bg_bottom_sp.svg) no-repeat top center/100% 100%;
  bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .frontPage-amidaikeHistoryArea::after {
    height: 288px;
    background-image: url(../img/top/historyArea_bg_bottom_pc.svg);
    background-size: 1920px auto;
  }
}
@media print, screen and (min-width: 1921px) {
  .frontPage-amidaikeHistoryArea::after {
    background-size: 100% 100%;
  }
}
.frontPage-amidaikeHistoryArea-bgBlock {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  background: #FAF0E3;
}
@media only screen and (max-width: 767px) {
  .frontPage-amidaikeHistoryArea-bgBlock {
    position: relative;
  }
  .frontPage-amidaikeHistoryArea-bgBlock::after {
    content: "";
    display: block;
    width: 100%;
    height: 26.66vw;
    padding: 0;
    margin: 0;
    background: url(../img/top/historyArea_illust_sp.png) no-repeat center center/contain;
    position: absolute;
    bottom: -30.53vw;
    left: 0;
    z-index: 1;
    pointer-events: none;
  }
}
.frontPage-amidaikeHistoryArea-inner {
  display: block;
  width: calc(100% - 40px);
  max-width: 1100px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .frontPage-amidaikeHistoryArea-inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    position: relative;
  }
  .frontPage-amidaikeHistoryArea-inner::before, .frontPage-amidaikeHistoryArea-inner::after {
    content: "";
    display: block;
    padding: 0;
    margin: 0;
    background: no-repeat center center/contain;
    position: absolute;
    z-index: 1;
    pointer-events: none;
  }
  .frontPage-amidaikeHistoryArea-inner::before {
    width: 98px;
    height: 256px;
    background-image: url(../img/top/historyArea_illust_pc_left.png);
    bottom: -95px;
    left: -131px;
  }
  .frontPage-amidaikeHistoryArea-inner::after {
    width: 284px;
    height: 194px;
    background-image: url(../img/top/historyArea_illust_pc_right.png);
    right: -93px;
    bottom: -179px;
  }
}
.frontPage-amidaikeHistoryArea-headBlock {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .frontPage-amidaikeHistoryArea-headBlock {
    width: 155px;
  }
}
.frontPage-amidaikeHistoryArea-mainBlock {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .frontPage-amidaikeHistoryArea-mainBlock {
    width: calc(100% - 155px - 20px);
    max-width: 838px;
  }
}
.frontPage-amidaikeHistoryArea-img {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.frontPage-amidaikeHistoryArea-img picture {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .frontPage-amidaikeHistoryArea-img picture {
    border-radius: 15px;
    overflow: hidden;
  }
}
.frontPage-amidaikeHistoryArea-img picture img {
  display: block;
  width: 100%;
  height: auto;
}
.frontPage-amidaikeHistoryArea-title {
  display: block;
  width: 100%;
  max-width: 253px;
  padding: 0;
  margin: 0 auto 20px;
}
@media print, screen and (min-width: 768px) {
  .frontPage-amidaikeHistoryArea-title {
    max-width: 100%;
    margin: 0;
  }
}
.frontPage-amidaikeHistoryArea-title picture {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
.frontPage-amidaikeHistoryArea-title picture img {
  display: block;
  width: 100%;
  height: auto;
}
.frontPage-amidaikeHistoryArea-allLink {
  display: block;
  width: 100%;
  padding: 0;
  margin: 1.3rem 0 0;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .frontPage-amidaikeHistoryArea-allLink {
    margin-top: 1.6rem;
    text-align: right;
  }
}
.frontPage-amidaikeHistoryArea-allLink .is-btn {
  display: inline-block;
  width: auto;
  max-width: 100%;
  padding: 0 23px 0 0;
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1.5rem;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .frontPage-amidaikeHistoryArea-allLink .is-btn {
    padding-right: 37px;
    font-weight: 600;
    font-size: 1.2rem;
  }
}
.frontPage-amidaikeHistoryArea-allLink .is-btn::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  padding: 0;
  margin: 0;
  background: url(../img/top/newsArea_icon_arrow.svg) no-repeat center center/contain;
  position: absolute;
  top: calc(50% - 7px);
  right: 0;
}
.frontPage-companyArea {
  display: block;
  width: 100%;
  padding: 17.73vw 0 43.86vw;
  margin: 0;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .frontPage-companyArea {
    padding: 64px 0 308px;
  }
}
.frontPage-companyArea::after {
  content: "";
  display: block;
  width: 100%;
  height: 54.66vw;
  padding: 0;
  margin: 0;
  background: url(../img/top/companyArea_illust_sp.png) no-repeat bottom center/contain;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
@media print, screen and (min-width: 768px) {
  .frontPage-companyArea::after {
    height: 488px;
    background-image: url(../img/top/companyArea_illust_pc.png);
  }
}
.frontPage-companyArea-inner {
  display: block;
  width: calc(100% - 40px);
  max-width: 1100px;
  padding: 0;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .frontPage-companyArea-inner {
    display: flex;
    justify-content: space-between;
  }
}
.frontPage-companyArea-headBlock {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 20px;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .frontPage-companyArea-headBlock {
    width: 86px;
  }
}
.frontPage-companyArea-mainBlock {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .frontPage-companyArea-mainBlock {
    width: calc(100% - 86px - 20px);
    max-width: 885px;
  }
}
.frontPage-companyArea-title {
  display: block;
  width: 100%;
  max-width: 253px;
  padding: 0;
  margin: 0 auto 20px;
}
@media print, screen and (min-width: 768px) {
  .frontPage-companyArea-title {
    max-width: 100%;
    margin: 0;
  }
}
.frontPage-companyArea-title picture {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
.frontPage-companyArea-title picture img {
  display: block;
  width: 100%;
  height: auto;
}
.frontPage-companyArea-list {
  display: block;
  width: 100%;
  max-width: 670px;
  padding: 0;
  margin: 0 auto -11px;
}
@media print, screen and (min-width: 768px) {
  .frontPage-companyArea-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 100%;
    margin-bottom: -14px;
  }
}
.frontPage-companyArea-list-item {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 11px;
}
@media print, screen and (min-width: 768px) {
  .frontPage-companyArea-list-item {
    width: 44.29%;
    margin-bottom: 14px;
  }
  .frontPage-companyArea-list-item:nth-child(2n) {
    margin-left: 14px;
  }
  .frontPage-companyArea-list-item:nth-child(3n) {
    margin-left: calc(100% - 14px - 44.29% - 44.29%);
  }
}
.frontPage-companyArea-list-item .is-link {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .frontPage-companyArea-list-item .is-link {
    border-radius: 10px;
    overflow: hidden;
  }
}
.frontPage-companyArea-list-item picture {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.frontPage-companyArea-list-item picture img {
  display: block;
  width: 100%;
  height: auto;
}
.frontPage .ec-layoutRole__footer {
  margin-top: 9.6vw;
}
@media print, screen and (min-width: 768px) {
  .frontPage .ec-layoutRole__footer {
    margin-top: 0;
  }
}
.frontPage .ec-layoutRole__footer::before {
  height: 30.13vw;
  background-image: url(../img/top/footer_bg_sp.svg);
  top: -30.13vw;
}
@media print, screen and (min-width: 768px) {
  .frontPage .ec-layoutRole__footer::before {
    height: 17.81vw;
    background-image: url(../img/top/footer_bg_pc.svg);
    top: -17.81vw;
  }
}
.frontPage .ec-layoutRole__footer::after {
  content: none;
}
@media print, screen and (min-width: 768px) {
  .frontPage .footer-inner {
    padding-top: 1.14vw;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .frontPage .ec-blockTopBtn.is-absolute {
    top: unset;
    bottom: 46px;
    right: 20px;
  }
}

.underPage .ec-layoutRole__contents {
  padding-bottom: 80px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .underPage .ec-layoutRole__contents {
    padding-bottom: 100px;
  }
}
.underPage .ec-layoutRole__contents::before {
  content: "";
  display: block;
  width: 100vw;
  height: 469.33vw;
  background: url(../img/addCommon/bg_underPage_sp.svg) repeat-y top center/100% auto;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  z-index: 0;
  pointer-events: none;
}
@media print, screen and (min-width: 768px) {
  .underPage .ec-layoutRole__contents::before {
    height: 155.2vw;
    background-image: url(../img/addCommon/bg_underPage_pc.png);
    top: -4.94vw;
  }
}
.underPage .mainCol {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .underPage .mainCol {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.underPage-mainArea {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .underPage-mainArea {
    max-width: 900px;
  }
}
.underPage-sideArea {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .underPage-sideArea {
    display: block;
    width: 260px;
    padding: 0;
    margin: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .underPage-sideArea + .underPage-mainArea {
    width: calc(100% - 260px - 40px);
    max-width: 980px;
    margin-left: 40px;
  }
}
.underPage-title {
  display: block;
  width: 100%;
  padding: 1.4rem 0 0;
  margin: 0 0 4.9rem;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-size: 2.4rem;
  line-height: 1.58;
}
@media print, screen and (min-width: 768px) {
  .underPage-title {
    padding-top: 0;
    margin-bottom: 11rem;
    font-size: 3.2rem;
    line-height: 1.625;
  }
}

.singlePage-mainArea {
  display: block;
  width: 100%;
  max-width: 1098px;
  padding: 0;
  margin: 0 auto;
}
.singlePage-title {
  display: block;
  width: 100%;
  padding: 0 0 1.6rem;
  margin: 0 0 1.6rem;
  border-bottom: 1px solid #E2E2E2;
  text-align: left;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.33;
}
@media print, screen and (min-width: 768px) {
  .singlePage-title {
    padding-bottom: 2rem;
    margin-bottom: 2.5rem;
    font-weight: 800;
    font-size: 3.2rem;
    line-height: 1.625;
  }
}
.singlePage-date {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: right;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.58;
}
@media print, screen and (min-width: 768px) {
  .singlePage-date {
    font-size: 16px;
    line-height: 1.43;
  }
}
.singlePage-body {
  display: block;
  width: 100%;
  padding: 0 4px;
  margin: 0 0 19px;
  text-align: left;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.57;
}
@media print, screen and (min-width: 768px) {
  .singlePage-body {
    max-width: 1037px;
    padding: 0;
    margin: 0 auto 16px;
    font-size: 1.8rem;
    line-height: 1.44;
  }
}
.singlePage-body h2 {
  display: block;
  width: 100%;
  padding: 0 0 0 14px;
  margin: 2.4rem 0 1.1rem;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.43;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .singlePage-body h2 {
    margin: 7rem 0 1.7rem;
    font-size: 2.4rem;
    line-height: 1.33;
  }
}
.singlePage-body h2:first-child {
  margin-top: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .singlePage-body h2:first-child {
    margin-top: 5.4rem;
  }
}
.singlePage-body h2::before {
  content: "";
  width: 4px;
  height: 20px;
  padding: 0;
  margin: 0;
  background: #8C621C;
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .singlePage-body h2::before {
    height: 28px;
    top: calc(50% - 14px);
  }
}
.singlePage-body p + p {
  margin-top: 1.1rem;
}
@media print, screen and (min-width: 768px) {
  .singlePage-body p + p {
    margin-top: 1.7rem;
  }
}
.singlePage-body p a {
  text-decoration: underline;
  text-underline-offset: 1px;
  color: #00ACBA;
}
.singlePage-body .wp-block-quote {
  display: block;
  width: calc(100% - 8px);
  min-height: 85px;
  padding: 14px 16px 14px 31px;
  background: #FAF0E3;
  margin: 24px auto;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .singlePage-body .wp-block-quote {
    width: 100%;
    min-height: 104px;
    padding: 27px 30px 27px 85px;
    margin: 70px auto 60px;
  }
}
.singlePage-body .wp-block-quote::before {
  content: "";
  display: block;
  width: 15px;
  height: 12px;
  padding: 0;
  margin: 0;
  background: url(../img/addCommon/icon_quote.png) no-repeat center center/contain;
  position: absolute;
  top: 10px;
  left: 10px;
}
@media print, screen and (min-width: 768px) {
  .singlePage-body .wp-block-quote::before {
    width: 29px;
    height: 22px;
    top: 36px;
    left: 27px;
  }
}
.singlePage-body .wp-block-image {
  margin: 34px 0;
  text-align: center;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.58;
}
@media print, screen and (min-width: 768px) {
  .singlePage-body .wp-block-image {
    margin: 60px 0 81px;
    font-size: 1.6rem;
    line-height: 1.43;
  }
}
.singlePage-body .wp-block-image img {
  display: inline-block;
  width: auto;
  max-width: 100%;
}
.singlePage-body .wp-block-group {
  display: block;
  width: 100%;
  max-width: 865px;
  padding: 0;
  margin: 0 auto;
}
.singlePage-body .wp-block-list {
  list-style-type: none;
  display: block;
  width: 100%;
  max-width: 865px;
  padding: 0 0 0 2.4rem;
  margin: 22px auto;
  text-align: left;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.57;
}
@media print, screen and (min-width: 768px) {
  .singlePage-body .wp-block-list {
    padding-left: 3.2rem;
    margin: 42px auto;
    font-size: 1.6rem;
    line-height: 1.43;
  }
}
.singlePage-body .wp-block-list > li {
  position: relative;
}
.singlePage-body .wp-block-list > li::before {
  content: "";
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  left: -2.3rem;
}
@media print, screen and (min-width: 768px) {
  .singlePage-body .wp-block-list > li::before {
    left: -3.2rem;
  }
}
.singlePage-body .wp-block-list > li + li {
  margin-top: 0.6rem;
}
@media print, screen and (min-width: 768px) {
  .singlePage-body .wp-block-list > li + li {
    margin-top: 0.8rem;
  }
}
.singlePage-body ol.wp-block-list {
  counter-reset: count -1;
}
.singlePage-body ol.wp-block-list > li {
  counter-increment: count 2;
}
.singlePage-body ol.wp-block-list > li::before {
  content: counter(count, decimal) ".";
  width: 2.3rem;
  top: 0;
}
@media print, screen and (min-width: 768px) {
  .singlePage-body ol.wp-block-list > li::before {
    width: 3.2rem;
  }
}
.singlePage-body ul.wp-block-list > li::before {
  width: 11px;
  height: 11px;
  background: #00ACBA;
  border-radius: 100%;
  top: 0.5rem;
  left: -2.3rem;
}
@media print, screen and (min-width: 768px) {
  .singlePage-body ul.wp-block-list > li::before {
    left: -3.2rem;
  }
}
.singlePage-snsArea {
  display: block;
  width: 100%;
  max-width: 865px;
  padding: 0;
  margin: 0 auto;
}
.singlePage-snsArea-btnList {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0;
}
.singlePage-snsArea-btnList-item {
  display: block;
  width: auto;
  max-width: 100%;
  padding: 0;
  margin: 0 5px 0 0;
}
.singlePage-snsArea-btnList-item.sns-facebook {
  max-width: 157px;
  overflow: hidden;
}
.singlePage-btnArea {
  display: block;
  width: 100%;
  padding: 0;
  margin: 51px 0 0;
}
@media print, screen and (min-width: 768px) {
  .singlePage-btnArea {
    margin-top: 78px;
  }
}
.singlePage-btnArea .is-backBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 189px;
  min-height: 45px;
  padding: 0;
  margin: 0 auto;
  background: #F9F9F9;
  border: 1px solid #707070;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.57;
}
@media print, screen and (min-width: 768px) {
  .singlePage-btnArea .is-backBtn {
    max-width: 243px;
    min-height: 58px;
    font-size: 18px;
    line-height: 1.44;
  }
}

@media only screen and (max-width: 767px) {
  .historyPage .breadcrumb {
    padding-bottom: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .historyPage .ec-layoutRole__contents {
    margin-top: 166.93vw;
    position: relative;
  }
}
.historyPage .ec-layoutRole__contents::before {
  height: 346.66vw;
}
@media print, screen and (min-width: 768px) {
  .historyPage .ec-layoutRole__contents::before {
    height: 108.17vw;
  }
}
.historyPage-mainView {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .historyPage-mainView {
    width: 100vw;
    height: 158.93vw;
    position: absolute;
    top: -166.93vw;
    left: -20px;
    z-index: 1;
  }
}
.historyPage-mainView-img {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .historyPage-mainView-img {
    height: 100%;
    overflow: hidden;
  }
}
.historyPage-mainView-img picture {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .historyPage-mainView-img picture {
    height: 100%;
    position: relative;
  }
}
.historyPage-mainView-img picture img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .historyPage-mainView-img picture img {
    display: block;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.historyPage-maincontents {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .historyPage-maincontents {
    padding: 0 28px 0 58px;
  }
}
.historyPage-introArea {
  display: block;
  width: 100%;
  padding: 26px 0 0;
  margin: 0 0 45px;
}
@media print, screen and (min-width: 768px) {
  .historyPage-introArea {
    padding-top: 60px;
    margin-bottom: 74px;
  }
}
.historyPage-introArea-bigText {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 2.6rem;
  text-align: left;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.625;
}
@media print, screen and (min-width: 768px) {
  .historyPage-introArea-bigText {
    margin-bottom: 2.7rem;
    font-size: 4rem;
    line-height: 1.6;
  }
}
.historyPage-introArea-text {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: left;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .historyPage-introArea-text {
    font-size: 1.8rem;
  }
}
.historyPage-pageList {
  display: block;
  width: 100%;
  padding: 0 10px;
  margin: 0 0 -58px;
}
@media print, screen and (min-width: 768px) {
  .historyPage-pageList {
    padding: 0;
    margin-bottom: -97px;
  }
}
.historyPage-pageList-item {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 58px;
}
@media print, screen and (min-width: 768px) {
  .historyPage-pageList-item {
    margin-bottom: 97px;
  }
  .historyPage-pageList-item:first-child {
    margin-bottom: 82px;
  }
}
@media print, screen and (min-width: 768px) {
  .historyPage-pageList-item:nth-child(2n) .historyPage-pageContents {
    flex-direction: row;
  }
}
.historyPage-pageContents {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .historyPage-pageContents {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.historyPage-pageContents-imgBlock {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .historyPage-pageContents-imgBlock {
    max-width: 630px;
    margin: 0 auto 0.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .historyPage-pageContents-imgBlock {
    width: calc(100% - 421px - 52px);
    max-width: 421px;
    margin-bottom: 0;
  }
}
.historyPage-pageContents-imgBlock .is-img {
  display: block;
  width: 100%;
  height: 0;
  padding: 60.33% 0 0;
  margin: 0;
  background: no-repeat center center/contain;
  border-radius: 10px;
  text-align: left;
  text-indent: -1000px;
  font-size: 12px;
  overflow: hidden;
}
.historyPage-pageContents-imgBlock .is-img.img-amida {
  background-image: url(../img/history/pageList_amida.png);
  border: 1px solid #DBDBDB;
}
.historyPage-pageContents-imgBlock .is-img.img-okoshi {
  background-image: url(../img/history/pageList_okoshi.jpg);
}
.historyPage-pageContents-imgBlock .is-img.img-kodawari {
  background-image: url(../img/history/pageList_kodawari.jpg);
}
.historyPage-pageContents-textBlock {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: left;
  font-family: "Shippori Mincho", serif;
}
@media print, screen and (min-width: 768px) {
  .historyPage-pageContents-textBlock {
    width: 421px;
  }
}
.historyPage-pageContents-textBlock-title {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 0.6rem;
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .historyPage-pageContents-textBlock-title {
    margin-bottom: 1.8rem;
    font-size: 2.4rem;
    line-height: 1.58;
  }
}
.historyPage-pageContents-textBlock-text {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.57;
}
@media print, screen and (min-width: 768px) {
  .historyPage-pageContents-textBlock-text {
    max-width: 340px;
    font-size: 1.6rem;
    line-height: 1.43;
  }
}
.historyPage-pageContents-textBlock-btn {
  display: block;
  width: 100%;
  padding: 0;
  margin: 1.6rem 0 0;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .historyPage-pageContents-textBlock-btn {
    margin-top: 3.3rem;
    text-align: left;
  }
}
.historyPage-pageContents-textBlock-btn .is-btn {
  display: inline-block;
  width: auto;
  max-width: 100%;
  padding: 12px 28px;
  margin: 0;
  background: #fff;
  border: 2px solid #EA5504;
  border-radius: 5px;
  color: #EA5504;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.57;
}
@media print, screen and (min-width: 768px) {
  .historyPage-pageContents-textBlock-btn .is-btn {
    padding: 12px 46px;
    font-size: 16px;
    line-height: 2;
  }
}

.historyOkoshiPage-historyList {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .historyOkoshiPage-historyList {
    max-width: 864px;
    padding-bottom: 109px;
    margin: 0 auto;
    position: relative;
  }
  .historyOkoshiPage-historyList::after {
    content: "";
    display: block;
    width: calc(100% - 176px);
    height: 109px;
    padding: 0;
    margin: 0;
    background: url(../img/history/okoshi/history_dots_end.svg) no-repeat center center/contain;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
  }
}
.historyOkoshiPage-historyList-item {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .historyOkoshiPage-historyList-item {
    padding-bottom: 53px;
  }
  .historyOkoshiPage-historyList-item::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #CC964A;
    position: absolute;
    top: 0;
    left: 69px;
    z-index: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .historyOkoshiPage-historyList-item:nth-child(2n) .historyOkoshiPage-contents {
    flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 768px) {
  .historyOkoshiPage-historyList-item:nth-child(2n) .historyOkoshiPage-contents-title {
    margin: 0 40px 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .historyOkoshiPage-historyList-item:nth-child(2n) .historyOkoshiPage-contents-main {
    margin: 0 32px 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .historyOkoshiPage-historyList-item::before, .historyOkoshiPage-historyList-item::after {
    content: "";
    display: block;
    padding: 0;
    margin: 0;
    background: no-repeat center center/100% 100%;
    position: absolute;
    z-index: 0;
  }
  .historyOkoshiPage-historyList-item:nth-child(1)::before {
    width: calc(100% - 176px);
    height: 88px;
    background-image: url(../img/history/okoshi/history_dots_sec01_top.svg);
    top: 0;
    left: 0;
  }
  .historyOkoshiPage-historyList-item:nth-child(1)::after {
    width: 176px;
    height: calc(100% - 88px);
    background-image: url(../img/history/okoshi/history_dots_sec01_right.svg);
    right: 0;
    bottom: 0;
  }
  .historyOkoshiPage-historyList-item:nth-child(1) .historyOkoshiPage-contents-title {
    padding-top: 56.43px;
  }
  .historyOkoshiPage-historyList-item:nth-child(1) .historyOkoshiPage-contents-main {
    max-width: 397px;
    padding: 143px 0 40px;
  }
  .historyOkoshiPage-historyList-item:nth-child(2)::before {
    width: calc(100% - 242px - 176px);
    height: 4px;
    background-image: url(../img/history/okoshi/history_dots_sec02_top.svg);
    top: 0;
    left: 242px;
  }
  .historyOkoshiPage-historyList-item:nth-child(2)::after {
    width: 242px;
    height: calc(100% - 4px);
    background-image: url(../img/history/okoshi/history_dots_sec02_left.svg);
    left: 0;
    bottom: 2px;
  }
  .historyOkoshiPage-historyList-item:nth-child(2) .historyOkoshiPage-contents-title {
    margin-top: -26.5px;
  }
  .historyOkoshiPage-historyList-item:nth-child(2) .historyOkoshiPage-contents-main {
    max-width: 440px;
    padding: 56px 0;
  }
  .historyOkoshiPage-historyList-item:nth-child(3)::before {
    width: calc(100% - 176px - 242px);
    height: 4px;
    background-image: url(../img/history/okoshi/history_dots_sec03_top.svg);
    top: 0;
    left: 242px;
  }
  .historyOkoshiPage-historyList-item:nth-child(3)::after {
    width: 176px;
    height: 100%;
    background-image: url(../img/history/okoshi/history_dots_sec03_right.svg);
    right: 0;
    bottom: 0;
  }
  .historyOkoshiPage-historyList-item:nth-child(3) .historyOkoshiPage-contents-title {
    margin-top: -33.1px;
  }
  .historyOkoshiPage-historyList-item:nth-child(3) .historyOkoshiPage-contents-main {
    max-width: 397px;
    padding: 70px 0 33px;
  }
}
.historyOkoshiPage-contents {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "Shippori Mincho", serif;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .historyOkoshiPage-contents {
    display: flex;
    justify-content: flex-start;
  }
}
.historyOkoshiPage-contents-title {
  display: block;
  width: 100%;
  padding: 0;
  margin: -13px 0 18px;
}
@media print, screen and (min-width: 768px) {
  .historyOkoshiPage-contents-title {
    width: 190px;
    margin: 0 0 0 114px;
  }
}
.historyOkoshiPage-contents-title .is-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  padding: 0;
  margin: 0;
  background: #F3E3CA;
  border-radius: 100%;
  text-align: center;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.57;
}
@media print, screen and (min-width: 768px) {
  .historyOkoshiPage-contents-title .is-title {
    width: 190px;
    height: 190px;
    font-size: 18px;
    line-height: 2;
  }
}
.historyOkoshiPage-contents-main {
  display: block;
  width: 100%;
  padding: 0 0 0 99px;
  margin: 0;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.57;
}
@media print, screen and (min-width: 768px) {
  .historyOkoshiPage-contents-main {
    width: calc(100% - 190px - 32px);
    margin-left: 32px;
    padding: 0;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2;
  }
}

.historyAmidaPage-historyList {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.historyAmidaPage-historyList-item {
  display: block;
  width: 100%;
  padding: 0 0 58px 56px;
  margin: 0;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .historyAmidaPage-historyList-item {
    padding: 0 0 110px 0;
  }
}
.historyAmidaPage-historyList-item:last-child {
  padding-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  .historyAmidaPage-historyList-item:last-child {
    padding-bottom: 37px;
  }
}
.historyAmidaPage-historyList-item::before, .historyAmidaPage-historyList-item::after {
  content: "";
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
}
.historyAmidaPage-historyList-item::before {
  width: 1px;
  height: 100%;
  background: #CC964A;
  top: 25px;
  left: 30.5px;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .historyAmidaPage-historyList-item::before {
    top: 12px;
    left: calc(33.55% + 34.5px);
  }
}
.historyAmidaPage-historyList-item::after {
  width: 20px;
  height: 20px;
  background: #8C621C;
  border-radius: 100%;
  top: 15px;
  left: 21px;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .historyAmidaPage-historyList-item::after {
    top: 2px;
    left: calc(33.55% + 25px);
  }
}
.historyAmidaPage-contents {
  display: block;
  width: 100%;
  padding: 0 19px 0 0;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .historyAmidaPage-contents {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    min-height: 260px;
    padding-right: 0;
  }
}
.historyAmidaPage-contents-textBlock {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 29px;
}
@media print, screen and (min-width: 768px) {
  .historyAmidaPage-contents-textBlock {
    width: calc(66.45% - 70px);
    margin-bottom: 0;
  }
}
.historyAmidaPage-contents-textBlock-title, .historyAmidaPage-contents-textBlock-main {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .historyAmidaPage-contents-textBlock-title, .historyAmidaPage-contents-textBlock-main {
    max-width: 480px;
  }
}
.historyAmidaPage-contents-textBlock-title {
  padding-top: 12px;
  margin-bottom: 1rem;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.45;
}
@media print, screen and (min-width: 768px) {
  .historyAmidaPage-contents-textBlock-title {
    padding-top: 0;
    margin-bottom: 1.9rem;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1;
  }
}
.historyAmidaPage-contents-textBlock-main {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.57;
}
@media print, screen and (min-width: 768px) {
  .historyAmidaPage-contents-textBlock-main {
    font-size: 1.6rem;
    line-height: 1.43;
  }
}
.historyAmidaPage-contents-textBlock-main + .historyAmidaPage-contents-textBlock-title {
  margin-top: 34px;
}
@media print, screen and (min-width: 768px) {
  .historyAmidaPage-contents-textBlock-main + .historyAmidaPage-contents-textBlock-title {
    margin-top: 51px;
  }
}
.historyAmidaPage-contents-imgBlock {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .historyAmidaPage-contents-imgBlock {
    width: 33.55%;
  }
}
.historyAmidaPage-contents-imgBlock picture {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.historyAmidaPage-contents-imgBlock img {
  display: block;
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .historyAmidaPage-contents-imgBlock img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    text-align: right;
  }
}
.historyAmidaPage-bottomArea {
  display: block;
  width: 100%;
  padding: 0;
  margin: 59px 0 0;
}
.historyAmidaPage-contentsArea {
  display: block;
  width: 100%;
  padding: 39px 0 0;
  margin: 0;
  border-top: 1px solid #E2E2E2;
}
@media print, screen and (min-width: 768px) {
  .historyAmidaPage-contentsArea {
    padding: 50px 21px 0;
  }
}
.historyAmidaPage-contentsArea + .historyAmidaPage-contentsArea {
  margin-top: 54px;
}
@media only screen and (max-width: 767px) {
  .historyAmidaPage-contentsArea + .historyAmidaPage-contentsArea {
    padding-top: 0;
    margin-top: 52px;
    border-top: none;
  }
}
.historyAmidaPage-contentsArea-title {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 1.2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.45;
}
@media print, screen and (min-width: 768px) {
  .historyAmidaPage-contentsArea-title {
    margin-bottom: 3.6rem;
    font-weight: 500;
    font-size: 2.4rem;
  }
}
.historyAmidaPage-contentsArea-body {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .historyAmidaPage-contentsArea-body {
    display: flex;
    justify-content: space-between;
  }
}
.historyAmidaPage-contentsArea-text {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .historyAmidaPage-contentsArea-text {
    width: 480px;
  }
}
.historyAmidaPage-contentsArea-img {
  display: block;
  width: 100%;
  padding: 0;
  margin: 30px 0 0;
}
@media print, screen and (min-width: 768px) {
  .historyAmidaPage-contentsArea-img {
    width: calc(100% - 480px - 20px);
    max-width: 315px;
    margin-top: 0;
  }
}
.historyAmidaPage-contentsArea-img img {
  display: block;
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .historyAmidaPage-contentsArea-img img {
    width: auto;
    max-width: 100%;
  }
}
.historyAmidaPage .historyCommon-linkArea {
  margin-top: 56px;
}
@media print, screen and (min-width: 768px) {
  .historyAmidaPage .historyCommon-linkArea {
    margin-top: 161px;
  }
}

.historyKodawariPage .ec-layoutRole__contents::before {
  height: 214.66vw;
}
@media print, screen and (min-width: 768px) {
  .historyKodawariPage .ec-layoutRole__contents::before {
    height: 48.64vw;
  }
}
@media print, screen and (min-width: 768px) {
  .historyKodawariPage .historyCommon-introArea {
    margin-bottom: 135px;
  }
}
.historyKodawariPage-materialArea {
  display: block;
  width: 100%;
  max-width: calc(100% - 10px);
  padding: 0;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .historyKodawariPage-materialArea {
    max-width: 785px;
  }
}
.historyKodawariPage-materialArea-title {
  display: block;
  width: 100%;
  padding: 1.3rem 0 1.1rem;
  margin: 0 0 1.6rem;
  border-bottom: 1px solid #FAF0E3;
  text-align: center;
  color: #8C621C;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .historyKodawariPage-materialArea-title {
    padding: 0 0 1.7rem;
    margin-bottom: 2.4rem;
    font-size: 2.4rem;
    line-height: 1.58;
  }
}
.historyKodawariPage-materialArea-text {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.57;
}
@media print, screen and (min-width: 768px) {
  .historyKodawariPage-materialArea-text {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.historyKodawariPage-materialArea-list {
  display: block;
  width: 100%;
  max-width: 740px;
  padding: 0;
  margin: 35px auto -35px;
}
@media print, screen and (min-width: 768px) {
  .historyKodawariPage-materialArea-list {
    display: flex;
    justify-content: space-between;
    margin-top: 67px;
  }
}
.historyKodawariPage-materialArea-list-item {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 35px;
}
@media print, screen and (min-width: 768px) {
  .historyKodawariPage-materialArea-list-item {
    display: flex;
    flex-direction: column;
    width: calc(33.33% - 26.66px);
  }
}
.historyKodawariPage-materialArea-list-item .is-img {
  display: block;
  width: 100%;
  max-width: 220px;
  padding: 0;
  margin: 0 auto 15px;
}
@media print, screen and (min-width: 768px) {
  .historyKodawariPage-materialArea-list-item .is-img {
    margin-bottom: 17px;
  }
}
.historyKodawariPage-materialArea-list-item .is-img img {
  display: block;
  width: 100%;
  height: auto;
}
.historyKodawariPage-materialArea-list-item .is-name {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.57;
}
@media print, screen and (min-width: 768px) {
  .historyKodawariPage-materialArea-list-item .is-name {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    line-height: 1.43;
  }
}
.historyKodawariPage-flowArea {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  max-width: calc(100% - 10px);
  padding: 0;
  margin: 58px auto 0;
  border-top: 1px solid #E2E2E2;
}
@media print, screen and (min-width: 768px) {
  .historyKodawariPage-flowArea {
    max-width: 785px;
    margin-top: 85px;
  }
}
.historyKodawariPage-flowArea-title {
  display: block;
  width: 60px;
  padding: 33px 15px 0 0;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .historyKodawariPage-flowArea-title {
    width: 76px;
    padding: 64px 14px 0 0;
  }
}
.historyKodawariPage-flowArea-title img {
  display: block;
  width: 24px;
  height: auto;
  margin: 0 0 0 auto;
}
.historyKodawariPage-flowArea-main {
  display: block;
  width: calc(100% - 60px);
  padding: 77px 0 0;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .historyKodawariPage-flowArea-main {
    width: calc(100% - 76px);
    padding-top: 90px;
  }
}
.historyKodawariPage-flowArea-list {
  display: block;
  width: 100%;
  max-width: 230px;
  padding: 0;
  margin: 0 0 0 auto;
}
@media print, screen and (min-width: 768px) {
  .historyKodawariPage-flowArea-list {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    max-width: 630px;
  }
}
.historyKodawariPage-flowArea-list-item {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .historyKodawariPage-flowArea-list-item {
    position: relative;
    z-index: 1;
  }
  .historyKodawariPage-flowArea-list-item:nth-child(1) {
    z-index: 6;
  }
  .historyKodawariPage-flowArea-list-item:nth-child(2) {
    z-index: 5;
  }
  .historyKodawariPage-flowArea-list-item:nth-child(3) {
    z-index: 4;
  }
  .historyKodawariPage-flowArea-list-item:nth-child(4) {
    z-index: 3;
  }
  .historyKodawariPage-flowArea-list-item:nth-child(5) {
    z-index: 2;
  }
}
@media print, screen and (min-width: 768px) {
  .historyKodawariPage-flowArea-list-item {
    width: 12.85%;
  }
}
@media only screen and (max-width: 767px) {
  .historyKodawariPage-flowArea-list-item + .historyKodawariPage-flowArea-list-item {
    margin-top: -18px;
  }
}
.historyKodawariPage-flowArea-list-item picture {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.historyKodawariPage-flowArea-list-item img {
  display: block;
  width: 100%;
  height: auto;
}
.historyKodawariPage .historyCommon-linkArea {
  margin-top: 35px;
}
@media print, screen and (min-width: 768px) {
  .historyKodawariPage .historyCommon-linkArea {
    margin-top: 165px;
  }
}

.companyPage .ec-layoutRole__contents {
  width: 100%;
  max-width: 100%;
}
.companyPage .underPage-mainArea {
  max-width: 100%;
}
@media print, screen and (min-width: 768px) {
  .companyPage .underPage-title {
    margin-bottom: 8.2rem;
  }
}
.companyPage-main {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.companyPage-main .frontPage-greetingArea-inner {
  width: calc(100% - 40px);
  max-width: 1100px;
  padding: 0;
}
.companyPage-main .frontPage-greetingArea-inner::before {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .companyPage-main .frontPage-greetingArea-inner::after {
    width: 222px;
    height: 232px;
    background-image: url(../img/top/recommendArea_illust_pc_left.png);
    bottom: -32px;
    left: -5px;
  }
}
@media print, screen and (min-width: 1200px) {
  .companyPage-main .frontPage-greetingArea-2col {
    justify-content: space-between;
    max-width: 939px;
    padding: 0;
    margin: 0 63px 0 auto;
  }
}
@media print, screen and (min-width: 1200px) {
  .companyPage-main .frontPage-greetingArea-2col-left {
    width: calc(100% - 512px - 70px);
    padding-top: 38px;
    padding-right: 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .companyPage-main .frontPage-greetingArea-2col-right {
    width: 512px;
    padding-right: 0;
    padding-bottom: 217px;
  }
}
@media print, screen and (min-width: 1200px) {
  .companyPage-main .frontPage-greetingArea-2col-right::before {
    width: 164px;
    height: 238px;
    right: -67px;
    bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .companyPage-main .frontPage-greetingArea-textBlock-title {
    text-align: center;
    font-weight: normal;
    font-size: 40px;
    line-height: 1.7;
  }
}
.companyPage-main .frontPage-amidaikeHistoryArea {
  padding: 0 0 40vw;
}
@media print, screen and (min-width: 768px) {
  .companyPage-main .frontPage-amidaikeHistoryArea {
    padding: 73px 0 254px;
  }
}
.companyPage-main .frontPage-amidaikeHistoryArea::before, .companyPage-main .frontPage-amidaikeHistoryArea::after {
  content: none;
}
.companyPage-main .frontPage-amidaikeHistoryArea-bgBlock {
  background: transparent;
}
@media print, screen and (min-width: 768px) {
  .companyPage-main .frontPage-amidaikeHistoryArea-inner::before {
    bottom: -170px;
  }
}
@media print, screen and (min-width: 768px) {
  .companyPage-main .frontPage-amidaikeHistoryArea-inner::after {
    right: -10px;
    bottom: -205px;
  }
}
@media print, screen and (min-width: 1200px) {
  .companyPage-main .frontPage-amidaikeHistoryArea-inner::after {
    right: -93px;
    bottom: -179px;
  }
}
.companyPage-main .frontPage-companyArea {
  padding: 0;
}
.companyPage-main .frontPage-companyArea::after {
  content: none;
}

@media print, screen and (min-width: 768px) {
  .companyAboutPage .ec-layoutRole__contents::before {
    height: 108.177vw;
  }
}
.companyAboutPage-contents {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.companyAboutPage-contents + .companyAboutPage-contents {
  margin-top: 69px;
}
@media print, screen and (min-width: 768px) {
  .companyAboutPage-contents + .companyAboutPage-contents {
    margin-top: 139px;
  }
}
.companyAboutPage-contents-title {
  display: block;
  width: 100%;
  padding: 0 0 1.5rem;
  margin: 0;
  border-bottom: 1px solid #FAF0E3;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .companyAboutPage-contents-title {
    padding-bottom: 1.4rem;
  }
}
.companyAboutPage-contents-text {
  display: block;
  width: 100%;
  padding: 1.6rem 0 0 5px;
  margin: 0;
  text-align: left;
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.66;
}
@media print, screen and (min-width: 768px) {
  .companyAboutPage-contents-text {
    padding-left: 1px;
    font-size: 1.6rem;
    line-height: 1.43;
  }
}
.companyAboutPage-dl {
  display: flex;
  width: 100%;
  padding: 2rem 0;
  margin: 0;
  border-top: 1px solid #FAF0E3;
}
@media print, screen and (min-width: 768px) {
  .companyAboutPage-dl {
    padding: 1.4rem 0;
  }
}
.companyAboutPage-dl.is-noBorder {
  padding: 1rem 0;
  border-top: none;
}
@media print, screen and (min-width: 768px) {
  .companyAboutPage-dl.is-noBorder {
    padding: 1.5rem 0;
  }
}
.companyAboutPage-dl-dt {
  display: block;
  width: 10.1rem;
  padding: 0 20px 0 9px;
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-size: 1.2rem;
  line-height: 1.58;
}
@media print, screen and (min-width: 768px) {
  .companyAboutPage-dl-dt {
    width: 13.7rem;
    padding-left: 0;
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media only screen and (max-width: 767px) {
  .companyAboutPage-dl-dt.is-spCenter {
    display: flex;
    align-items: center;
  }
}
.companyAboutPage-dl-dd {
  display: block;
  width: calc(100% - 10.1rem);
  padding: 0;
  margin: 0;
  text-align: left;
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.66;
}
@media print, screen and (min-width: 768px) {
  .companyAboutPage-dl-dd {
    width: calc(100% - 13.7rem);
    font-size: 1.6rem;
    line-height: 1.43;
  }
}

.companyHistoryPage-contents {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.companyHistoryPage-contents + .companyHistoryPage-contents {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .companyHistoryPage-contents + .companyHistoryPage-contents {
    margin-top: 73px;
  }
}
.companyHistoryPage-contents-title {
  display: block;
  width: 100%;
  padding: 0 0 0.9rem 10px;
  margin: 0;
  border-bottom: 1px solid #FAF0E3;
  color: #8C621C;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .companyHistoryPage-contents-title {
    padding-bottom: 1.2rem;
    padding-left: 1px;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.45;
  }
}
.companyHistoryPage-dl {
  display: flex;
  width: 100%;
  padding: 19px 0;
  margin: 0;
  border-bottom: 1px solid #FAF0E3;
}
.companyHistoryPage-dl-dt, .companyHistoryPage-dl-dd {
  display: block;
  padding: 0;
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.66;
}
@media print, screen and (min-width: 768px) {
  .companyHistoryPage-dl-dt, .companyHistoryPage-dl-dd {
    font-size: 1.6rem;
    line-height: 1.43;
  }
}
.companyHistoryPage-dl-dt {
  width: 10.2rem;
  padding: 0 20px 0 10px;
}
@media print, screen and (min-width: 768px) {
  .companyHistoryPage-dl-dt {
    width: 217px;
    padding-left: 0;
  }
}
.companyHistoryPage-dl-dd {
  width: calc(100% - 10.2rem);
}
@media print, screen and (min-width: 768px) {
  .companyHistoryPage-dl-dd {
    width: calc(100% - 217px);
  }
}
.companyHistoryPage-dl-dd p {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.66;
}
@media print, screen and (min-width: 768px) {
  .companyHistoryPage-dl-dd p {
    font-size: 1.6rem;
    line-height: 1.43;
  }
}
.companyHistoryPage-dl-dd p + p {
  margin-top: 0.9rem;
}
@media print, screen and (min-width: 768px) {
  .companyHistoryPage-dl-dd p + p {
    margin-top: 1.7rem;
  }
}

.companyMessagePage .ec-layoutRole__contents::before {
  height: 214.66vw;
}
@media print, screen and (min-width: 768px) {
  .companyMessagePage .ec-layoutRole__contents::before {
    height: 47.5vw;
  }
}
.companyMessagePage .underPage-title {
  margin-bottom: 2.9rem;
}
@media print, screen and (min-width: 768px) {
  .companyMessagePage .underPage-title {
    margin-bottom: 3.6rem;
  }
}
.companyMessagePage-messageArea {
  display: block;
  width: 100%;
  padding: 36px 0 46px;
  margin: 0;
  border-top: 1px solid #CC964A;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .companyMessagePage-messageArea {
    padding: 98px 0 84px;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.companyMessagePage-textArea {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: left;
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.66;
}
@media print, screen and (min-width: 768px) {
  .companyMessagePage-textArea {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
.companyMessagePage-nameArea {
  display: block;
  width: 100%;
  padding: 0;
  margin: 55px 0 0;
  text-align: right;
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.66;
}
@media print, screen and (min-width: 768px) {
  .companyMessagePage-nameArea {
    margin-top: 229px;
    font-size: 1.8rem;
    line-height: 1.33;
  }
}
.companyMessagePage-nameArea .is-name {
  padding-left: 0.8rem;
  font-weight: 800;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .companyMessagePage-nameArea .is-name {
    font-weight: 500;
    font-size: 2.4rem;
  }
}

.topicArchivePage .breadcrumb {
  margin-bottom: 23px;
}
@media print, screen and (min-width: 768px) {
  .topicArchivePage .breadcrumb {
    margin-bottom: 69px;
  }
}
.topicArchivePage-mainArea {
  display: block;
  width: 100%;
  max-width: 1058px;
  padding: 0;
  margin: 0 auto;
}
.topicArchivePage .ec-pageHeader {
  margin-bottom: 29px;
}
@media print, screen and (min-width: 768px) {
  .topicArchivePage .ec-pageHeader {
    margin-bottom: 62px;
    position: relative;
  }
}
.topicArchivePage-navArea {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.topicArchivePage-navArea::-webkit-scrollbar {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .topicArchivePage-navArea {
    width: calc(100% - 200px);
    max-width: 556px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.topicArchivePage-navArea-list {
  display: flex;
  width: auto;
  min-width: 100%;
  padding: 0;
  margin: 0;
}
.topicArchivePage-navArea-list-item {
  display: inline-block;
  width: auto;
  max-width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
.topicArchivePage-navArea-list-item::before {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  padding: 0;
  margin: 0;
  background: #3C3C3C;
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
}
.topicArchivePage-navArea-list-item:nth-child(1)::before {
  content: none;
}
.topicArchivePage-navArea-list-item .is-btn {
  display: inline-block;
  width: auto;
  max-width: 100%;
  padding: 8px 10px;
  margin: 0;
  color: #E2E2E2;
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  font-size: 1.2rem;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .topicArchivePage-navArea-list-item .is-btn {
    padding: 17px 22px;
    color: #3C3C3C;
    font-size: 1.6rem;
    position: relative;
  }
  .topicArchivePage-navArea-list-item .is-btn::after {
    content: "";
    display: block;
    width: calc(100% - 10px);
    height: 1px;
    padding: 0;
    margin: 0;
    background: #3C3C3C;
    position: absolute;
    bottom: 0;
    left: 5px;
    z-index: 1;
    opacity: 0;
  }
}
.topicArchivePage-navArea-list-item .is-btn.is-active {
  color: #3C3C3C;
}
@media print, screen and (min-width: 768px) {
  .topicArchivePage-navArea-list-item .is-btn.is-active::after {
    opacity: 1;
  }
}
.topicArchivePage-subTitle {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 3.5rem;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .topicArchivePage-subTitle {
    margin-bottom: 5.2rem;
    font-size: 3.2rem;
    line-height: 1.625;
  }
}
.topicArchivePage-postArea {
  display: block;
  width: 100%;
  max-width: 900px;
  padding: 0;
  margin: 0 auto;
}
.topicArchivePage-postArea .postList {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 -20px;
}
@media print, screen and (min-width: 768px) {
  .topicArchivePage-postArea .postList {
    margin-bottom: -61px;
  }
}
.topicArchivePage-postArea .postList-item {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 20px;
}
@media print, screen and (min-width: 768px) {
  .topicArchivePage-postArea .postList-item {
    margin-bottom: 61px;
  }
}
.topicArchivePage-postArea .postBlock {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  margin: 0;
}
.topicArchivePage-postArea .postBlock-thumbArea {
  display: block;
  width: 38.5%;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .topicArchivePage-postArea .postBlock-thumbArea {
    width: 26.66%;
    max-width: 240px;
  }
}
.topicArchivePage-postArea .postBlock-thumbArea .is-img,
.topicArchivePage-postArea .postBlock-thumbArea .is-noImg {
  display: block;
  width: 100%;
  height: 0;
  padding: 65.89% 0 0;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .topicArchivePage-postArea .postBlock-thumbArea .is-img,
  .topicArchivePage-postArea .postBlock-thumbArea .is-noImg {
    padding-top: 58.33%;
  }
}
.topicArchivePage-postArea .postBlock-thumbArea .is-img {
  position: relative;
}
.topicArchivePage-postArea .postBlock-thumbArea .is-img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 2px solid #8C621C;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.topicArchivePage-postArea .postBlock-thumbArea .is-img img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.topicArchivePage-postArea .postBlock-thumbArea .is-noImg {
  background: url(../img/addCommon/noimage.png) no-repeat center center/cover;
  text-align: left;
  text-indent: -1000px;
  overflow: hidden;
}
.topicArchivePage-postArea .postBlock-cateArea {
  display: block;
  width: 100%;
  padding: 0 5px 2px;
  margin: 0;
  background: #CC964A;
  text-align: center;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .topicArchivePage-postArea .postBlock-cateArea {
    padding: 7px 5px;
  }
}
.topicArchivePage-postArea .postBlock-cateArea .is-cate {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.58;
}
@media print, screen and (min-width: 768px) {
  .topicArchivePage-postArea .postBlock-cateArea .is-cate {
    font-size: 16px;
    line-height: 1.43;
  }
}
.topicArchivePage-postArea .postBlock-titleArea {
  display: block;
  width: calc(61.5% - 13px);
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .topicArchivePage-postArea .postBlock-titleArea {
    width: calc(73.34% - 30px);
    max-width: 610px;
  }
}
.topicArchivePage-postArea .postBlock-titleArea .is-date {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 0.5rem;
  text-align: left;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.58;
}
@media print, screen and (min-width: 768px) {
  .topicArchivePage-postArea .postBlock-titleArea .is-date {
    margin-bottom: 0.6rem;
    font-size: 16px;
    line-height: 1.43;
  }
}
.topicArchivePage-postArea .postBlock-titleArea .is-title {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: left;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.375;
}
@media print, screen and (min-width: 768px) {
  .topicArchivePage-postArea .postBlock-titleArea .is-title {
    font-weight: 800;
    font-size: 2.4rem;
    line-height: 1.58;
  }
}
.topicArchivePage-postArea .postBlock-titleArea .is-text {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .topicArchivePage-postArea .postBlock-titleArea .is-text {
    display: block;
    width: 100%;
    padding: 0;
    margin: 1.8rem 0 0;
    text-align: left;
    font-weight: 500;
    font-size: 1.8rem;
  }
}

.storePage .breadcrumb {
  margin-bottom: 29px;
}
@media print, screen and (min-width: 768px) {
  .storePage .breadcrumb {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .storePage .ec-layoutRole__contents::before {
    height: 108.177vw;
  }
}
@media print, screen and (min-width: 768px) {
  .storePage .underPage-mainArea {
    max-width: 1214px;
  }
}
.storePage-tyokueiContents {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.storePage-tyokueiContents + .storePage-hokaContents {
  margin-top: 80px;
}
@media print, screen and (min-width: 768px) {
  .storePage-tyokueiContents + .storePage-hokaContents {
    margin-top: 127px;
  }
}
.storePage-tyokueiContents .underPage-title {
  margin-bottom: 29px;
}
@media print, screen and (min-width: 768px) {
  .storePage-tyokueiContents .underPage-title {
    margin-bottom: 21px;
  }
}
.storePage-hokaContents {
  display: block;
  width: 100%;
  max-width: 1000px;
  padding: 0;
  margin: 0 auto;
}
.storePage-hokaContents .underPage-title {
  margin-bottom: 23px;
}
@media print, screen and (min-width: 768px) {
  .storePage-hokaContents .underPage-title {
    margin-bottom: 36px;
  }
}
.storePage-storeList {
  display: block;
  width: 100%;
  padding: 31px 0 0;
  margin: 0 0 -35px;
  border-top: 1px solid #CC964A;
}
@media print, screen and (min-width: 768px) {
  .storePage-storeList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 38px;
    margin-bottom: -51px;
  }
}
@media print, screen and (min-width: 1200px) {
  .storePage-storeList {
    justify-content: flex-start;
  }
}
.storePage-storeList-item {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 35px;
}
@media print, screen and (min-width: 768px) {
  .storePage-storeList-item {
    width: calc(50% - 20px);
    margin-bottom: 51px;
  }
}
@media print, screen and (min-width: 1200px) {
  .storePage-storeList-item {
    width: 33.3333333333%;
    padding-right: 6px;
  }
}
.storePage-storeBlock {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  margin: 0;
}
.storePage-storeBlock-photoArea {
  display: block;
  width: 162px;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .storePage-storeBlock-photoArea {
    width: 183px;
  }
}
.storePage-storeBlock-photoArea .is-img,
.storePage-storeBlock-photoArea .is-noImg {
  display: block;
  width: 100%;
  height: 0;
  padding: 68.51% 0 0;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .storePage-storeBlock-photoArea .is-img,
  .storePage-storeBlock-photoArea .is-noImg {
    padding-top: 68.91%;
  }
}
.storePage-storeBlock-photoArea .is-img {
  position: relative;
}
.storePage-storeBlock-photoArea .is-img img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.storePage-storeBlock-photoArea .is-noImg {
  background: url(../img/addCommon/noimage.png) no-repeat center center/cover;
  text-align: left;
  text-indent: -1000px;
  overflow: hidden;
}
.storePage-storeBlock-textArea {
  display: block;
  width: calc(100% - 162px - 20px);
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .storePage-storeBlock-textArea {
    width: calc(100% - 183px - 10px);
  }
}
.storePage-storeBlock-textArea .is-title {
  display: block;
  width: 100%;
  min-height: 83px;
  padding: 14px 0 10px;
  margin: 0;
  text-align: left;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.375;
}
@media print, screen and (min-width: 768px) {
  .storePage-storeBlock-textArea .is-title {
    min-height: 95px;
    font-size: 2rem;
    line-height: 1;
  }
}
.storePage-storeBlock-textArea .is-text {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.storePage-storeBlock-textArea .is-text .is-more {
  display: inline-block;
  width: auto;
  max-width: 100%;
  padding: 0 21px 0 0;
  margin: 0;
  text-align: left;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.58;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .storePage-storeBlock-textArea .is-text .is-more {
    padding-right: 26px;
    font-size: 16px;
    line-height: 1.43;
  }
}
.storePage-storeBlock-textArea .is-text .is-more::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 0;
  background: url(../img/addCommon/icon_arrowCircle.png) no-repeat center center/contain;
  position: absolute;
  top: calc(50% - 9px);
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .storePage-storeBlock-textArea .is-text .is-more::before {
    width: 22px;
    height: 22px;
    top: calc(50% - 11px);
  }
}
.storePage-hokaCateContents {
  display: block;
  width: 100%;
  padding: 0 0 110px;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .storePage-hokaCateContents {
    padding-bottom: 47px;
  }
}
.storePage-hokaCateContents-title {
  display: block;
  width: 100%;
  padding: 0 0 20px 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #CC964A;
  color: #CC964A;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .storePage-hokaCateContents-title {
    padding: 0 0 10px 26px;
    margin-bottom: 17px;
    font-size: 32px;
    line-height: 1.625;
  }
}
.storePage-hokaCateContents-main {
  display: block;
  width: 100%;
  padding: 0 20px;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .storePage-hokaCateContents-main {
    padding: 0 29px;
  }
}
.storePage-otherList {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 -18px;
}
@media print, screen and (min-width: 768px) {
  .storePage-otherList {
    margin-bottom: -21px;
  }
}
.storePage-otherList-item {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 18px;
}
@media print, screen and (min-width: 768px) {
  .storePage-otherList-item {
    margin-bottom: 21px;
  }
}
.storePage-otherBlock {
  display: inline-block;
  width: auto;
  max-width: 100%;
  padding: 0 0 0 28px;
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.57;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .storePage-otherBlock {
    padding-left: 29px;
    font-size: 1.6rem;
    line-height: 1.43;
  }
}
.storePage-otherBlock::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  background: url(../img/addCommon/icon_arrowCircle.png) no-repeat center center/contain;
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .storePage-otherBlock::before {
    width: 22px;
    height: 22px;
    top: calc(50% - 11px);
  }
}

.storeListSinglePage .breadcrumb {
  padding-bottom: 43px;
}
@media print, screen and (min-width: 768px) {
  .storeListSinglePage .breadcrumb {
    padding-bottom: 28px;
    margin-bottom: 37px;
  }
}
.storeListSinglePage .ec-layoutRole__contents::before {
  height: 214.66vw;
}
@media print, screen and (min-width: 768px) {
  .storeListSinglePage .ec-layoutRole__contents::before {
    height: 47.5vw;
  }
}
.storeListSinglePage .mainCol {
  display: block;
  width: 100%;
  max-width: 913px;
  padding: 0;
  margin: 0 auto;
}
.storeListSinglePage-navArea {
  display: block;
  width: 100%;
  max-width: 793px;
  padding: 0;
  margin: 0 auto 62px;
}
@media print, screen and (min-width: 768px) {
  .storeListSinglePage-navArea {
    margin-bottom: 104px;
  }
}
.storeListSinglePage-navArea .underPage-title {
  margin-bottom: 29px;
}
.storeListSinglePage-navArea-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 20px 0 0;
  margin: 0 0 -16px;
  border-top: 1px solid #CC964A;
}
@media print, screen and (min-width: 768px) {
  .storeListSinglePage-navArea-list {
    justify-content: flex-start;
    padding-top: 0;
    margin-bottom: -51px;
    border-top: none;
  }
}
.storeListSinglePage-navArea-list-item {
  display: block;
  width: calc(50% - 10px);
  padding: 0;
  margin: 0 0 16px;
}
@media print, screen and (min-width: 768px) {
  .storeListSinglePage-navArea-list-item {
    width: calc(25% - 6.75px);
    margin-right: 9px;
    margin-bottom: 51px;
  }
  .storeListSinglePage-navArea-list-item:nth-child(4n) {
    margin-right: 0;
  }
}
.storeListSinglePage-navArea-list-item .is-link {
  display: inline-block;
  width: auto;
  max-width: 100%;
  padding: 0 0 0 25px;
  margin: 0;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.58;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .storeListSinglePage-navArea-list-item .is-link {
    padding-left: 27px;
    font-size: 16px;
    line-height: 1.43;
  }
}
.storeListSinglePage-navArea-list-item .is-link::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  background: url(../img/addCommon/icon_arrowCircle.png) no-repeat center center/contain;
  position: absolute;
  top: 2px;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .storeListSinglePage-navArea-list-item .is-link::before {
    width: 22px;
    height: 22px;
    top: 1px;
  }
}
.storeListSinglePage-body {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.storeListSinglePage-title {
  display: block;
  width: 100%;
  padding: 0 0 20px;
  margin: 0 0 24px;
  border-bottom: 1px solid #CC964A;
  color: #8C621C;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-size: 2.4rem;
  line-height: 1.58;
}
@media print, screen and (min-width: 768px) {
  .storeListSinglePage-title {
    padding-bottom: 23px;
    padding-left: 13px;
    margin-bottom: 32px;
    font-size: 3.2rem;
    line-height: 1.625;
  }
}
.storeListSinglePage-2col {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .storeListSinglePage-2col {
    display: flex;
    justify-content: space-between;
  }
}
.storeListSinglePage-2col-left {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 24px;
}
@media print, screen and (min-width: 768px) {
  .storeListSinglePage-2col-left {
    width: calc(50% - 5px);
    max-width: 406px;
    padding-top: 8px;
    margin-bottom: 0;
  }
}
.storeListSinglePage-2col-right {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .storeListSinglePage-2col-right {
    width: calc(50% - 5px);
    max-width: 422px;
  }
}
.storeListSinglePage-infoArea {
  display: block;
  width: calc(100% - 24px);
  padding: 0;
  margin: 0 auto 39px;
}
@media print, screen and (min-width: 768px) {
  .storeListSinglePage-infoArea {
    width: 100%;
    max-width: 360px;
    margin-bottom: 57px;
  }
}
.storeListSinglePage-featuresArea {
  display: block;
  width: 100%;
  min-height: 200px;
  padding: 15px 25px 25px;
  margin: 0;
  background: #F3E3CA;
  border-radius: 5px;
}
@media print, screen and (min-width: 768px) {
  .storeListSinglePage-featuresArea {
    min-height: 252px;
    padding: 21px 25px 25px;
  }
}
.storeListSinglePage-featuresArea-title, .storeListSinglePage-featuresArea-main {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .storeListSinglePage-featuresArea-title, .storeListSinglePage-featuresArea-main {
    max-width: 306px;
    margin: 0 auto;
  }
}
.storeListSinglePage-featuresArea-title {
  padding-bottom: 11px;
  margin-bottom: 20px;
  border-bottom: 1px solid #CC964A;
  text-align: center;
  color: #8C621C;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .storeListSinglePage-featuresArea-title {
    padding-bottom: 6px;
    margin-bottom: 23px;
    font-size: 1.8rem;
  }
}
.storeListSinglePage-featuresArea-main {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.58;
}
@media print, screen and (min-width: 768px) {
  .storeListSinglePage-featuresArea-main {
    font-size: 1.4rem;
    line-height: 1.57;
  }
}
.storeListSinglePage-photoArea {
  display: block;
  width: 100%;
  height: 0;
  padding: 54.32% 0 0;
  margin: 0 0 20px;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .storeListSinglePage-photoArea {
    padding-top: 74.1%;
    margin-bottom: 22px;
  }
}
.storeListSinglePage-photoArea img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.storeListSinglePage-mapArea {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.storeListSinglePage-mapArea .is-map {
  display: block;
  width: 100%;
  height: 0;
  padding: 53.43% 0 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .storeListSinglePage-mapArea .is-map {
    padding-top: 59.71%;
  }
}
.storeListSinglePage-mapArea iframe {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.storeListSinglePage-accessArea {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.storeListSinglePage .otherListSinglePage-btnArea {
  margin-top: 50px;
}
@media print, screen and (min-width: 768px) {
  .storeListSinglePage .otherListSinglePage-btnArea {
    margin-top: 82px;
  }
}

.otherListSinglePage .breadcrumb {
  padding-bottom: 43px;
}
@media print, screen and (min-width: 768px) {
  .otherListSinglePage .breadcrumb {
    padding-bottom: 28px;
    margin-bottom: 37px;
  }
}
@media print, screen and (min-width: 768px) {
  .otherListSinglePage .ec-layoutRole__contents::before {
    height: 47.5vw;
  }
}
.otherListSinglePage .mainCol {
  display: block;
  width: 100%;
  max-width: 1147px;
  padding: 0;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .otherListSinglePage .mainCol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.otherListSinglePage-mainArea {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .otherListSinglePage-mainArea {
    width: calc(100% - 291px - 40px);
    max-width: 730px;
  }
}
.otherListSinglePage-sideArea {
  display: block;
  width: 100%;
  padding: 76px 0 0;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .otherListSinglePage-sideArea {
    width: 291px;
    padding-top: 43px;
  }
}
@media print, screen and (min-width: 768px) {
  .otherListSinglePage-sideArea .underPage-title {
    display: none;
  }
}
.otherListSinglePage-sideArea .storePage-hokaCateContents:last-child {
  padding-bottom: 0;
}
.otherListSinglePage-mainContents {
  display: block;
  width: 100%;
  padding: 25px 20px 60px;
  margin: 0;
  background: #fff;
  border: 1px solid #8C621C;
}
@media print, screen and (min-width: 768px) {
  .otherListSinglePage-mainContents {
    min-height: 935px;
    padding: 51px 68px;
  }
}
.otherListSinglePage-mainContents-title {
  display: block;
  width: 100%;
  padding: 0 0 1rem;
  margin: 0 0 2.6rem;
  border-bottom: 1px solid #8C621C;
  text-align: left;
  color: #8C621C;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .otherListSinglePage-mainContents-title {
    padding-bottom: 1.6rem;
    padding-left: 1rem;
    margin-bottom: 4rem;
    font-size: 2.4rem;
    line-height: 1.58;
  }
}
.otherListSinglePage-cField {
  display: block;
  width: 100%;
  max-width: 526px;
  padding: 0 0 0 36px;
  margin: 0 auto 16px;
  text-align: left;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.57;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .otherListSinglePage-cField {
    font-size: 1.6rem;
    line-height: 1.43;
  }
}
.otherListSinglePage-cField::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  background: no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 1px;
}
@media print, screen and (min-width: 768px) {
  .otherListSinglePage-cField::before {
    width: 25px;
    height: 25px;
  }
}
.otherListSinglePage-cField.field-tel {
  margin-bottom: 22px;
}
.otherListSinglePage-cField.field-tel::before {
  background-image: url(../img/store/icon_tel.png);
  top: 4px;
}
@media print, screen and (min-width: 768px) {
  .otherListSinglePage-cField.field-tel::before {
    top: 2px;
  }
}
.otherListSinglePage-cField.field-time {
  margin-bottom: 10px;
}
.otherListSinglePage-cField.field-time::before {
  background-image: url(../img/store/icon_time.png);
}
.otherListSinglePage-cField.field-close {
  margin-bottom: 16px;
}
.otherListSinglePage-cField.field-close::before {
  width: 21px;
  height: 21px;
  background-image: url(../img/store/icon_close.png);
  top: -2px;
}
@media print, screen and (min-width: 768px) {
  .otherListSinglePage-cField.field-close::before {
    width: 26px;
    height: 26px;
    top: -3px;
  }
}
.otherListSinglePage-cField.field-address {
  margin-bottom: 15px;
}
.otherListSinglePage-cField.field-address::before {
  background-image: url(../img/store/icon_map.png);
}
.otherListSinglePage-cField.field-url::before {
  width: 19px;
  height: 19px;
  background-image: url(../img/store/icon_url.png);
}
@media print, screen and (min-width: 768px) {
  .otherListSinglePage-cField.field-url::before {
    width: 24px;
    height: 24px;
  }
}
.otherListSinglePage-cField.field-access {
  margin: 15px 0 0;
}
.otherListSinglePage-cField.field-access::before {
  background-image: url(../img/store/icon_access.png);
}
.otherListSinglePage-cField .is-telLink {
  font-size: 1.8rem;
}
@media print, screen and (min-width: 768px) {
  .otherListSinglePage-cField .is-telLink {
    font-size: 2rem;
  }
}
.otherListSinglePage-cField .is-small {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .otherListSinglePage-cField .is-small {
    font-size: 1.4rem;
  }
}
.otherListSinglePage-cField .is-link {
  color: #337AB7;
}
.otherListSinglePage-map {
  display: block;
  width: 100%;
  max-width: 526px;
  padding: 0;
  margin: 52px auto 0;
}
.otherListSinglePage-map .is-map {
  display: block;
  width: 100%;
  height: 0;
  padding: 53.24% 0 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .otherListSinglePage-map .is-map {
    padding-top: 49.42%;
  }
}
.otherListSinglePage-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.otherListSinglePage-btnArea {
  display: block;
  width: 100%;
  padding: 0;
  margin: 60px 0 0;
}
@media print, screen and (min-width: 768px) {
  .otherListSinglePage-btnArea {
    margin-top: 69px;
  }
}
.otherListSinglePage-btnArea .is-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 228px;
  min-height: 50px;
  padding: 5px 10px;
  margin: 0 auto;
  border: 2px solid #EA5504;
  border-radius: 5px;
  color: #EA5504;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .otherListSinglePage-btnArea .is-btn {
    max-width: 288px;
    min-height: 60px;
    font-size: 16px;
  }
}

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