@charset "UTF-8";
/*　common.scss
--------------------------------------------------------------------------------------- */
/* _reset.scss
--------------------------------------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

object, embed {
  vertical-align: top;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

ul, ol {
  list-style-type: none;
}

/*　default link color
---------------------------------------------------------------------------------------*/
a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
}

/*　noto serif font
---------------------------------------------------------------------------------------*/
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Light.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Medium.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-SemiBold.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Black.otf") format("opentype");
}

/*　img のリンク　マウスオーバー
--------------------------------------------------------------------------------------- */
body {
  font-size: 16px;
  line-height: calc(28/16);
  letter-spacing: 0em;
  color: #333;
  font-family: YakuHanJP,'Roboto', sans-serif;
  position: relative;
  width: 100%;
  background-color: #f3eedb;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overscroll-behavior: none;
  line-break: strict;
  word-break: keep-all;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 0;
    font-size: 14px;
  }
}

a {
  color: unset;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrapper {
  word-wrap: break-word;
}

h1, h2, h3, h4, h5 {
  font-weight: 400;
}

.en {
  font-family: YakuHanJP,'Crimson Text', serif;
}

.min {
  font-family: YakuHanJP,'Crimson Text', serif;
}

.pc_none {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc_none {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .tbsp_none {
    display: none;
  }
}

br.tbsp_on {
  display: none;
}

@media screen and (max-width: 1024px) {
  br.tbsp_on {
    display: block;
  }
}

br.tbon {
  display: none;
}

@media screen and (max-width: 1199px) {
  br.tbon {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  br.tbon {
    display: none;
  }
}

.mainWidth {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 50px;
}

@media screen and (max-width: 1440px) {
  .mainWidth {
    padding: 0 40px;
  }
}

@media screen and (max-width: 1199px) {
  .mainWidth {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .mainWidth {
    width: 100%;
    padding: 0;
  }
}

.mainInner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width: 1199px) {
  .mainInner {
    padding: 0 25px;
  }
}

@media screen and (max-width: 767px) {
  .mainInner {
    padding: 0 25px;
  }
}

.subInner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width: 1199px) {
  .subInner {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .subInner {
    width: 92%;
    padding: 0;
  }
}

.secInner {
  max-width: 1340px;
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .secInner {
    width: 86%;
  }
}

.secInner-link {
  position: relative;
  z-index: 2;
}

.topTtl {
  display: block;
  text-align: center;
  font-weight: 500;
}

.topTtl .ja {
  font-size: 32px;
  line-height: calc(50/40);
}

@media screen and (max-width: 767px) {
  .topTtl .ja {
    font-size: 27px;
  }
}

.topTtl .en {
  color: #e52e35;
  font-size: 16px;
  line-height: calc(38/16);
  display: block;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .topTtl .en {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .topTtl img {
    width: 32px;
  }
}

.c-pageTtl {
  display: block;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
}

.c-pageTtl .en {
  color: #e52e35;
  font-size: 18px;
  line-height: calc(50/20);
  display: block;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
  .c-pageTtl .en {
    font-size: 12px;
  }
}

.c-pageTtl .ja {
  font-size: 40px;
  font-weight: 500;
  line-height: calc(50/46);
  letter-spacing: 0.05em;
  display: block;
}

@media screen and (max-width: 767px) {
  .c-pageTtl .ja {
    font-size: 24px;
  }
}

.c-btn {
  display: inline-block;
  text-align: left;
}

.c-btn-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-btnTxt {
  margin-right: 10px;
  display: inline-block;
  font-family: YakuHanJP,'Crimson Text', serif;
}

@media screen and (max-width: 767px) {
  .c-btnTxt {
    margin-right: 10px;
  }
}

.c-btnTxt-inline {
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
}

.c-btnIcon {
  position: relative;
  display: inline-block;
  border: 1px solid #c7a643;
  border-radius: 50%;
  width: 49px;
  height: 36px;
  overflow: hidden;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .c-btnIcon {
    width: 34px;
    height: 27px;
  }
}

.c-btnIcon img {
  display: inline-block;
  width: 15px;
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 7.5px);
}

@media screen and (max-width: 767px) {
  .c-btnIcon img {
    width: 10px;
  }
}

.c-btnIcon-under img {
  width: 8px;
}

.c-btnIcon-big {
  width: 73px;
  height: 53px;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .c-btnIcon-big {
    width: 52.5px;
    height: 38px;
    margin-left: 15px;
  }
}

.c-btnTxtInner {
  position: relative;
  font-family: YakuHanJP,'Crimson Text', serif;
  display: block;
}

.c-btnTxt-top {
  display: block;
  opacity: 1;
}

.c-btnTxt-btm {
  display: block;
  position: absolute !important;
  top: 30%;
  left: 0;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 0;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .c-btn:hover .c-btnIcon::after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .c-btn:hover .btnArrow {
    -webkit-animation: arrow_anime_reverse 0.1s cubic-bezier(0.4, 0, 0, 1) forwards;
            animation: arrow_anime_reverse 0.1s cubic-bezier(0.4, 0, 0, 1) forwards;
  }
  .c-btn:hover .btnArrow-wh {
    -webkit-animation: arrow_anime 0.1s 0.2s cubic-bezier(0.4, 0, 0, 1) forwards;
            animation: arrow_anime 0.1s 0.2s cubic-bezier(0.4, 0, 0, 1) forwards;
  }
  .c-btn:hover .c-btnTxt-top {
    -webkit-animation: text_anime02 0.5s cubic-bezier(0.4, 0, 0, 1) forwards;
            animation: text_anime02 0.5s cubic-bezier(0.4, 0, 0, 1) forwards;
  }
  .c-btn:hover .c-btnTxt-btm {
    -webkit-animation: text_anime 0.5s cubic-bezier(0.4, 0, 0, 1) forwards;
            animation: text_anime 0.5s cubic-bezier(0.4, 0, 0, 1) forwards;
  }
  .c-btn:hover .c-hover-text {
    background-position: left bottom;
    background-size: 100% 1px;
  }
}

@-webkit-keyframes arrow_anime {
  0% {
    left: 20%;
    opacity: 0;
  }
  100% {
    left: 50%;
    opacity: 1;
  }
}

@keyframes arrow_anime {
  0% {
    left: 20%;
    opacity: 0;
  }
  100% {
    left: 50%;
    opacity: 1;
  }
}

@-webkit-keyframes arrow_anime02 {
  0% {
    left: 80%;
    opacity: 0;
  }
  100% {
    left: 50%;
    opacity: 1;
  }
}

@keyframes arrow_anime02 {
  0% {
    left: 80%;
    opacity: 0;
  }
  100% {
    left: 50%;
    opacity: 1;
  }
}

@-webkit-keyframes arrow_anime_reverse {
  0% {
    left: 50%;
    opacity: 1;
  }
  100% {
    left: 80%;
    opacity: 0;
  }
}

@keyframes arrow_anime_reverse {
  0% {
    left: 50%;
    opacity: 1;
  }
  100% {
    left: 80%;
    opacity: 0;
  }
}

@-webkit-keyframes arrow_anime-pagenavi {
  0% {
    left: calc(50% - 8px);
    opacity: 1;
  }
  33% {
    left: calc(80% - 8px);
    opacity: 0;
  }
  66% {
    left: calc(20% - 8px);
    opacity: 0;
  }
  100% {
    left: calc(50% - 8px);
    opacity: 1;
  }
}

@keyframes arrow_anime-pagenavi {
  0% {
    left: calc(50% - 8px);
    opacity: 1;
  }
  33% {
    left: calc(80% - 8px);
    opacity: 0;
  }
  66% {
    left: calc(20% - 8px);
    opacity: 0;
  }
  100% {
    left: calc(50% - 8px);
    opacity: 1;
  }
}

.c-btnIcon::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #c7a643;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  z-index: -1;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.c-btnIcon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}

.c-btnIcon--other img {
  width: 9px;
  height: 7px;
}

.c-btnIcon .btnArrow {
  left: 50%;
  opacity: 1;
}

.c-btnIcon .btnArrow-wh {
  left: 20%;
  opacity: 0;
}

/*　ヘッダー
---------------------------------------------------------*/
.pageHeader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 114px;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 10;
  padding: 0 35px;
  background-color: rgba(243, 238, 219, 0);
  border-bottom: 1px solid rgba(51, 51, 51, 0);
  top: 0;
}

@media screen and (max-width: 767px) {
  .pageHeader {
    z-index: 10;
    height: 60px;
    padding: 10px 20px 0 20px;
  }
}

.pageHeader.onMenu, .pageHeader.scrollHeader, .subPage-nomalHead .pageHeader {
  background-color: #f3eedb;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.pageHeader.onMenu .head_list, .pageHeader.scrollHeader .head_list, .subPage-nomalHead .pageHeader .head_list {
  color: #333;
}

.pageHeader.onMenu .head_listItemLink, .pageHeader.scrollHeader .head_listItemLink, .subPage-nomalHead .pageHeader .head_listItemLink {
  color: #333;
}

.pageHeader.onMenu .head_logo .logo-bk, .pageHeader.scrollHeader .head_logo .logo-bk, .subPage-nomalHead .pageHeader .head_logo .logo-bk {
  display: inline-block;
}

.pageHeader.onMenu .head_logo .logo-wh, .pageHeader.scrollHeader .head_logo .logo-wh, .subPage-nomalHead .pageHeader .head_logo .logo-wh {
  display: none;
}

.pageHeader.onMenu .head_lang span, .pageHeader.scrollHeader .head_lang span, .subPage-nomalHead .pageHeader .head_lang span {
  color: rgba(51, 51, 51, 0.45);
  position: relative;
}

.pageHeader.onMenu .head_lang a, .pageHeader.scrollHeader .head_lang a, .subPage-nomalHead .pageHeader .head_lang a {
  display: inline-block;
  color: rgba(51, 51, 51, 0.45);
}

.pageHeader.onMenu .head_lang a.current, .pageHeader.scrollHeader .head_lang a.current, .subPage-nomalHead .pageHeader .head_lang a.current {
  color: #333333;
}

.pageHeader.onMenu .sp_header_menuBar span, .pageHeader.scrollHeader .sp_header_menuBar span, .subPage-nomalHead .pageHeader .sp_header_menuBar span {
  background-color: #333;
}

.pageHeader.scrollHeader {
  height: 76px;
}

.pageHeader.scrollHeader .hoverMenu {
  top: 32px;
}

@media screen and (max-width: 767px) {
  .pageHeader.scrollHeader {
    height: 60px;
    padding: 6px 20px 0 20px;
  }
  .pageHeader.scrollHeader .hoverMenu {
    top: unset;
  }
}

.pageHeader.scrollHeader .head_logo {
  width: 74px;
}

@media screen and (max-width: 767px) {
  .pageHeader.scrollHeader .head_logo {
    width: 56px;
  }
}

@media screen and (max-width: 1024px) {
  .pageHeader.onMenu .head_inner {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    overflow: scroll;
  }
  .pageHeader.onMenu .sp_header_menuBar span {
    background-color: #333;
  }
}

.head_logo {
  width: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.head_logo img {
  width: 100%;
}

.head_logo .logo-bk {
  display: none;
}

@media screen and (max-width: 767px) {
  .head_logo {
    width: 56px;
  }
}

_:lang(x)::-moz-placeholder, .head_logo img {
  width: 90px;
}

@media screen and (max-width: 767px) {
  _:lang(x)::-moz-placeholder, .head_logo img {
    width: 56px;
  }
}

_:lang(x)::-moz-placeholder .pageHeader.scrollHeader .head_logo, body .pageHeader.scrollHeader .head_logo {
  width: 74px;
}

@media screen and (max-width: 767px) {
  _:lang(x)::-moz-placeholder .pageHeader.scrollHeader .head_logo, body .pageHeader.scrollHeader .head_logo {
    width: 56px;
  }
}

.head_inner {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .head_inner {
    display: none;
  }
}

.head_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  color: #fff;
  line-height: 114px;
  z-index: 3;
  margin-right: 30px;
}

@media screen and (max-width: 1024px) {
  .head_list {
    display: block;
    color: #333;
    margin-right: 0px;
  }
}

.head_listItem {
  padding: 0 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1199px) {
  .head_listItem {
    margin: 0 20px;
  }
}

@media screen and (max-width: 1024px) {
  .head_listItem {
    margin: 0 0px;
    font-size: 15px;
    display: block;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    position: relative;
  }
  .head_listItem::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 25px;
    background-image: url(../img/common/arrow.svg);
    width: 15px;
    height: 9.5px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .head_listItem--in::before, .head_listItem--in::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 2px;
    background-color: #987200;
    position: absolute;
    top: 45px;
    right: 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-image: none;
  }
  .head_listItem--in::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .head_listItem--in.hoverMenuOn::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.head_listItemLink {
  display: block;
  height: 100%;
  color: #fff;
}

.head_listItemTtl {
  position: relative;
  z-index: 5;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .head_listItemTtl {
    padding: 35px 25px;
  }
}

.head_listItemTtl::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(155, 118, 7, 0);
}

.head_listItemTtlInner {
  position: relative;
}

@media (hover: hover) and (pointer: fine) {
  .head_listItemTtl:hover .head_listItemTtl-top {
    -webkit-animation: text_anime02 0.5s cubic-bezier(0.4, 0, 0, 1) forwards;
    animation: text_anime02 0.5s cubic-bezier(0.4, 0, 0, 1) forwards;
  }
  .head_listItemTtl:hover .head_listItemTtl-btm {
    -webkit-animation: text_anime 0.5s cubic-bezier(0.4, 0, 0, 1) forwards;
    animation: text_anime 0.5s cubic-bezier(0.4, 0, 0, 1) forwards;
  }
  .head_listItemTtl:hover .c-hover-text {
    background-position: left bottom;
    background-size: 100% 1px;
  }
}

@-webkit-keyframes text_anime {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
    opacity: 1;
  }
}

@keyframes text_anime {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
    opacity: 1;
  }
}

@-webkit-keyframes text_anime02 {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
    opacity: 0;
  }
}

@keyframes text_anime02 {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
    opacity: 0;
  }
}

.head_listItemTtl-top {
  display: block;
  line-height: 1.4;
  opacity: 1;
}

.head_listItemTtl-btm {
  display: block;
  position: absolute;
  line-height: 1.4;
  top: 30%;
  left: 0;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  .head_listItemTtl-btm {
    display: none;
  }
}

.head_langCover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}

@media screen and (max-width: 1024px) {
  .head_langCover {
    margin-right: 0px;
  }
}

.head_lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  width: 53px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .head_lang {
    font-size: 12px;
    width: 50px;
    margin-right: 10px;
  }
}

.head_lang span {
  color: rgba(255, 255, 255, 0.45);
}

.head_lang a {
  color: rgba(255, 255, 255, 0.45);
  display: inline-block;
  position: relative;
}

.head_lang a.current {
  color: white;
}

.hoverMenu {
  opacity: 0;
  pointer-events: none;
  z-index: 4;
  position: absolute;
  top: 70px;
  padding-top: 44px;
  left: 0;
  width: 100vw;
  pointer-events: none;
  line-height: 1.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 1024px) {
  .hoverMenu {
    position: relative;
    display: none;
    opacity: 1;
    top: unset;
    left: unset;
    padding-top: 0px;
  }
}

.hoverMenuInner {
  margin: 0 auto;
  background-color: #f3eedb;
  padding: 30px 5% 30px;
}

@media screen and (max-width: 1024px) {
  .hoverMenuInner {
    padding: 30px 40px;
    background-color: #e2dcc7;
  }
}

.hoverMenuInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .hoverMenuInner {
    display: block;
  }
}

.hoverMenuInnerTtlArea {
  width: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .hoverMenuInnerTtlArea {
    display: none;
  }
}

.hoverMenuInnerTtl {
  font-size: 32px;
  text-align: center;
  color: #333;
}

.hoverMenuInnerInfo {
  width: calc(100% - 400px);
  padding: 15px 50px;
}

@media screen and (max-width: 1024px) {
  .hoverMenuInnerInfo {
    width: 100%;
    padding: 0;
  }
}

.hoverMenuInnerCategoryList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .hoverMenuInnerCategoryList {
    display: block;
  }
}

.hoverMenuInnerCategoryList li {
  font-size: 16px;
  min-width: 310px;
  display: block;
  margin-bottom: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 1024px) {
  .hoverMenuInnerCategoryList li {
    font-size: 14px;
    min-width: none;
    margin-bottom: 10px;
  }
}

.hoverMenuInnerCategoryList a {
  display: inline-block;
  border-bottom: 1px solid rgba(155, 118, 7, 0);
  color: #333;
}

.hoverMenuInnerCategoryList a::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 12px;
  background-image: url(../../img/common/arrow_right.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 5px;
}

.head_listItem a {
  position: relative;
}

.head_listItem a::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 8px;
  background-image: url(../../img/common/arrow_under.svg);
  background-size: contain;
  vertical-align: top;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 2px);
  right: -20px;
}

@media (hover: hover) and (pointer: fine) {
  .head_listItem:hover .head_listItemTtl::after {
    background-color: rgba(155, 118, 7, 0.6);
  }
  .head_listItem:hover .hoverMenu {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .hoverMenuInnerCategoryList a:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #9b7607;
    border-bottom: 1px solid #9b7607;
  }
}

.sp_header_menu {
  display: none;
}

@media screen and (max-width: 1024px) {
  .sp_header_menu {
    display: block;
    width: 25px;
    height: 17px;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 20px;
  }
  .sp_header_menu .sp_header_menuBar {
    z-index: 100;
  }
  .sp_header_menu .sp_header_menuBar span {
    display: block;
    width: 25px;
    height: 1px;
    background-color: #fff;
    z-index: 99;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .sp_header_menu .sp_header_menuBar span:nth-child(2) {
    margin: 5px 0;
  }
  .sp_header_menu .sp_header_menuBar.sphead_on span:first-child {
    -webkit-transform: translateY(6px) rotate(45deg);
            transform: translateY(6px) rotate(45deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sp_header_menu .sp_header_menuBar.sphead_on span:nth-child(2) {
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sp_header_menu .sp_header_menuBar.sphead_on span:last-child {
    -webkit-transform: translateY(-6px) rotate(-45deg);
            transform: translateY(-6px) rotate(-45deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.sphead_on {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footBannerArea {
  padding: 50px 0;
  background-color: #e2dcc7;
}

@media screen and (max-width: 767px) {
  .footBannerArea {
    padding: 47.5px 0;
  }
}

.footBannerList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .footBannerList {
    display: block;
  }
}

.footBannerItem {
  width: calc((100% - 50px)/3);
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
}

.footBannerItem img {
  vertical-align: top;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footBannerItem:hover img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

@media screen and (max-width: 767px) {
  .footBannerItem {
    width: 100%;
  }
  .footBannerItem + .footBannerItem {
    margin-top: 15px;
  }
}

.footer {
  background-color: #34332d;
  color: #fff;
}

.footInner {
  padding-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .footInner {
    padding: 40px 40px 20px;
  }
}

@media screen and (max-width: 767px) {
  .footInner {
    padding: 50px 20px 20px;
  }
}

.footTopArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 90px 0 120px;
}

@media screen and (max-width: 1024px) {
  .footTopArea {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #f3eedb;
    width: 100vw;
    display: block;
    padding: 60px 0px 40px;
    height: 100vh;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.footTopArea.onMenu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  overflow: scroll;
  z-index: 9;
  color: #333;
}

.footTopArea.onMenu .footTopBlockTtl {
  color: #333;
}

.footTopBlockCover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .footTopBlockCover {
    display: block;
  }
}

.footTopBlockCover + .footTopBlockCover {
  margin-left: 90px;
}

@media screen and (max-width: 1390px) {
  .footTopBlockCover + .footTopBlockCover {
    margin-left: 45px;
  }
}

@media screen and (max-width: 1024px) {
  .footTopBlockCover + .footTopBlockCover {
    margin-left: 0px;
    margin-top: 0px;
  }
}

@media screen and (max-width: 1024px) {
  .footTopBlock {
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  }
}

.footTopBlock + .footTopBlock {
  margin-left: 90px;
}

@media screen and (max-width: 1390px) {
  .footTopBlock + .footTopBlock {
    margin-left: 45px;
  }
}

@media screen and (max-width: 1024px) {
  .footTopBlock + .footTopBlock {
    margin-left: 0px;
    margin-top: 0px;
  }
}

.footTopBlockTtl {
  font-family: YakuHanJP,'Crimson Text', serif;
  line-height: calc(40 /16);
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  display: block;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .footTopBlockTtl {
    padding: 25px 25px;
    margin: 0 0px;
    font-size: 15px;
    display: block;
    position: relative;
  }
  .footTopBlockTtl::before, .footTopBlockTtl::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 2px;
    background-color: #987200;
    position: absolute;
    top: 45px;
    right: 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-image: none;
  }
  .footTopBlockTtl::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .footTopBlockTtl.contentsOn::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@media screen and (max-width: 1024px) {
  a.footTopBlockTtl {
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  }
  a.footTopBlockTtl::after {
    display: none;
  }
  a.footTopBlockTtl::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 25px;
    background-image: url(../img/common/arrow-gd.svg);
    width: 15px;
    height: 9.5px;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
  }
}

a.footTopBlockTtl:hover {
  color: #c7a643;
}

@media screen and (max-width: 1024px) {
  .footTopBlockContents {
    display: none;
  }
}

.footTopBlockItem {
  font-size: 14px;
  opacity: 0.65;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}

.footTopBlockItem + .footTopBlockItem {
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  .footTopBlockItem + .footTopBlockItem {
    margin-top: 0px;
  }
}

.footTopBlockItem:hover {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .footTopBlockItem {
    padding: 18px 40px;
    background-color: #e2dcc7;
  }
  .footTopBlockItem:first-child {
    padding: 30px 40px 20px;
  }
  .footTopBlockItem:last-child {
    padding: 20px 40px 30px;
  }
}

.footContactArea {
  font-family: YakuHanJP,'Crimson Text', serif;
}

.footContactBox {
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  border: 1px solid #7a5e0c;
  width: 478px;
}

@media screen and (max-width: 767px) {
  .footContactBox {
    width: 100%;
    padding: 8px;
  }
}

.footContactBoxTtl {
  background-color: #7a5e0c;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 130px;
}

@media screen and (max-width: 767px) {
  .footContactBoxTtl {
    font-size: 12px;
    width: 88px;
  }
}

.footContactList {
  width: calc(100% - 130px - 20px);
}

@media screen and (max-width: 767px) {
  .footContactList {
    width: calc(100% - 88px - 13px);
  }
}

.footContactItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 10px;
  color: #fff;
}

.footContactItem .footContactItemImg {
  width: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .footContactItem {
    padding: 10px 0px;
  }
  .footContactItem > img {
    width: 22px;
  }
}

.footContactItem + .footContactItem {
  border-top: 1px solid #7a5e0c;
}

.footContactItem + .footContactItem > img {
  width: 15px;
}

.footContactItemTxt {
  text-align: left;
  width: calc(100% - 50px - 50px);
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .footContactItemTxt {
    width: calc(100% - 30px - 50px);
    padding-left: 4px;
  }
}

.footOtherLinkArea {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 60px;
  padding: 30px 0 30px;
}

@media screen and (max-width: 767px) {
  .footOtherLinkArea {
    margin-top: 35px;
    padding: 30px 0 50px;
  }
}

.footOtherLinkList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.footOtherLinkItem {
  color: #fff;
  position: relative;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 35px;
}

.footOtherLinkItem:hover {
  color: #c7a643;
}

@media screen and (max-width: 767px) {
  .footOtherLinkItem {
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
}

.footOtherLinkItem::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 7px;
  background-image: url(../img/common/icon_other.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 5px;
}

.footBottom {
  background-color: #141411;
}

.footSnsArea {
  padding: 60px 40px 70px;
}

@media screen and (max-width: 767px) {
  .footSnsArea {
    padding: 50px 25px 45px;
  }
}

.footSnsAreaTtl {
  color: #c7a643;
  font-size: 18px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .footSnsAreaTtl {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.footSnsShopList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .footSnsShopList {
    display: block;
  }
}

.footSnsShopItem {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footSnsShopItem:nth-child(n + 3) {
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .footSnsShopItem {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
  .footSnsShopItem:nth-child(n + 2) {
    margin-top: 6px;
  }
}

.footSnsShopTtl {
  font-family: YakuHanJP,'Crimson Text', serif;
  color: #fff;
  font-size: 14px;
  width: 200px;
}

@media screen and (max-width: 767px) {
  .footSnsShopTtl {
    font-size: 13px;
    width: 100%;
    margin-bottom: 8px;
  }
}

.footSnsShopSnsList {
  width: calc(100% - 155px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .footSnsShopSnsList {
    width: 100%;
  }
}

.footSnsShopSnsItem {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footSnsShopSnsItem:hover {
  opacity: 0.8;
}

.footSnsShopSnsItem + .footSnsShopSnsItem {
  margin-left: 22px;
}

@media screen and (max-width: 767px) {
  .footSnsShopSnsItem + .footSnsShopSnsItem {
    margin-left: 25px;
  }
}

.footSnsShopSnsItem img{
  display: block;
}

.footCopy {
  text-align: center;
  color: #fff;
  font-size: 11px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .footCopy {
    font-size: 10px;
  }
  .footCopy span {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

.c-pageMainv {
  width: 100%;
  position: relative;
  height: calc((800 / 1920) * 100vw);
}

@media screen and (max-width: 767px) {
  .c-pageMainv {
    height: calc((600 / 750) * 100vw);
    line-height: calc(88 / 68);
  }
}

.c-pageMainv--noImg {
  height: calc(114px + (330 / 1920) * 100vw);
}

@media screen and (max-width: 767px) {
  .c-pageMainv--noImg {
    height: calc((500 / 750) * 100vw);
  }
}

.c-pageMainv--noImg .c-pageMainvTtl {
  color: #333;
  font-family: YakuHanJP,'Crimson Text', serif;
  bottom: 8vh;
}

.c-pageMainv--noImg .siteMap {
  bottom: 2vh;
  max-width: calc(100% - 40px);
  right: 20px;
}

.c-pageMainv--noImg .siteMapItem {
  color: #333;
  font-family: YakuHanJP,'Crimson Text', serif;
}

.c-pageMainv--noTtl {
  height: 220px;
}

@media screen and (max-width: 767px) {
  .c-pageMainv--noTtl {
    height: 120px;
  }
}

.c-pageMainvBg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.c-pageMainvBg img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.c-pageMainvInner {
  position: relative;
  height: 100%;
}

.c-pageMainvTtl {
  color: #fff;
  position: absolute;
  left: 40px;
  bottom: 7vw;
  max-width: calc(100% - 80px);
}

.c-pageMainvTtl .subTtl {
  font-size: 16px;
  opacity: 0.6;
  display: block;
  font-family: YakuHanJP,'Crimson Text', serif;
}

.c-pageMainvTtl .enTtl {
  font-size: 16px;
  opacity: 0.6;
  display: block;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

@media screen and (max-width: 1024px) {
  .c-pageMainvTtl .enTtl {
    font-size: 14px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.c-pageMainvTtl .mainTtl {
  font-size: 50px;
  display: block;
}

@media screen and (max-width: 1024px) {
  .c-pageMainvTtl .mainTtl {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .c-pageMainvTtl {
    bottom: 20vw;
    left: 25px;
    max-width: calc(100% - 50px);
  }
  .c-pageMainvTtl .subTtl {
    font-size: 13px;
    margin-bottom: 10px;
    opacity: 1;
  }
  .c-pageMainvTtl .mainTtl {
    font-size: 34px;
    font-size: 28px;
  }
}

.siteMap {
  position: absolute;
  bottom: 1.8vw;
  right: 0;
  font-family: YakuHanJP,'Crimson Text', serif;
}

@media screen and (max-width: 767px) {
  .siteMap {
    bottom: 5.3vw;
  }
}

.siteMapList {
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .siteMapList {
    font-size: 11px;
  }
}

.siteMapList a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.siteMapList a:hover {
  color: #987200;
}

.siteMapItem {
  color: #fff;
  margin-right: 15px;
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .siteMapItem {
    margin-right: 5px;
  }
}

.siteMapItem + .siteMapItem::before {
  content: "/";
  display: inline-block;
  margin-right: 10px;
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .siteMapItem + .siteMapItem::before {
    margin-right: 3px;
  }
}

.siteMapItem:last-child {
  opacity: 1;
}

.c-flexBlockItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-flexBlockItem + .c-flexBlockItem {
  margin-top: 72px;
}

@media screen and (max-width: 1024px) {
  .c-flexBlockItem {
    display: block;
  }
  .c-flexBlockItem + .c-flexBlockItem {
    margin-top: 30px;
  }
}

.c-flexBlockTtl {
  width: calc(((260 / 1200) * 100%) - 18px);
  font-family: 'Zen Kaku Gothic New', sans-serif;
  color: #987200;
  border-top: #987200 1px solid;
  font-weight: bold;
  padding-top: 30px;
}

@media screen and (max-width: 1024px) {
  .c-flexBlockTtl {
    width: 100%;
    padding: 20px 0;
  }
}

.c-flexBlockInfo {
  width: calc(((1200 - 260) / 1200) * 100%);
  padding-top: 30px;
  border-top: 1px solid rgba(98, 97, 85, 0.2);
}

@media screen and (max-width: 1024px) {
  .c-flexBlockInfo {
    width: 100%;
    padding: 20px 0;
  }
}

.c-flexBlockInfoTtl {
  font-size: 40px;
  line-height: calc(56 / 40);
  margin-bottom: 30px;
  font-family: YakuHanJP,'Crimson Text', serif;
  letter-spacing: 0em;
}

.c-flexBlockInfoTtl span {
  font-size: 28px;
  display: block;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .c-flexBlockInfoTtl {
    font-size: 27px;
    font-size: 24px;
  }
  .c-flexBlockInfoTtl span {
    font-size: 18px;
    font-size: 16px;
  }
}

.c-flexBlockInfoSubTtl {
  font-size: 24px;
  margin: 55px 0;
  font-family: YakuHanJP,'Crimson Text', serif;
}

@media screen and (max-width: 767px) {
  .c-flexBlockInfoSubTtl {
    font-size: 18px;
    margin: 30px 0;
  }
}

.c-flexBlockInfoMidTtl {
  font-size: 30px;
  margin: 65px 0 25px;
  font-family: YakuHanJP,'Crimson Text', serif;
}

@media screen and (max-width: 767px) {
  .c-flexBlockInfoMidTtl {
    font-size: 20px;
    margin: 30px 0 10px;
  }
}

.c-flexBlockInfoMid2Ttl {
  font-size: 32px;
  margin-bottom: 25px;
  font-family: YakuHanJP,'Crimson Text', serif;
}

@media screen and (max-width: 767px) {
  .c-flexBlockInfoMid2Ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.c-flexBlockInfoSmallTtl {
  font-size: 22px;
  margin-bottom: 20px;
  font-family: YakuHanJP,'Crimson Text', serif;
}

@media screen and (max-width: 767px) {
  .c-flexBlockInfoSmallTtl {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.c-flexBlockInfoTxt {
  line-height: calc(28 / 16);
}

.c-flexBlockInfoTxt + .c-flexBlockInfoTxt {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .c-flexBlockInfoTxt {
    line-height: calc(48 / 28);
  }
  .c-flexBlockInfoTxt + .c-flexBlockInfoTxt {
    margin-top: 25px;
  }
}

.c-flexBlockInfoTxt-right {
  text-align: right;
}

.c-flexBlockInfoImg {
  margin: 60px 0;
  position: relative;
}

.c-flexBlockInfoImg--slide {
  margin-bottom: 140px;
}

.c-flexBlockInfoImg--mw600 {
  max-width: 600px;
}

.c-flexBlockInfoImg--top {
  margin: 0px 0 60px;
}

.c-flexBlockInfoImg figcaption {
  font-size: 14px;
  opacity: 0.8;
  line-height: calc(24 / 14);
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .c-flexBlockInfoImg figcaption {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .c-flexBlockInfoImg {
    margin: 30px auto;
  }
  .c-flexBlockInfoImg--slide {
    margin-bottom: 100px;
  }
}

.c-flexBlockInfoImg img {
  vertical-align: top;
}

.c-flexBlockInfoImgFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-flexBlockInfoImgFlex .c-flexBlockInfoImgFlexItem {
  width: calc((100% - 8px)/2);
}

.c-flexBlockInfoImgFlex .c-flexBlockInfoImgFlexItem img {
  vertical-align: top;
}

.c-flexBlockInfoLink {
  display: inline-block;
  color: #987200;
  text-decoration: underline;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .c-flexBlockInfoLink {
    margin-top: 15px;
  }
}

.c-flexBlockInfoLink:hover {
  text-decoration: none;
}

.c-numList {
  counter-reset: number 0;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .c-numList {
    margin-bottom: 10px;
  }
}

.c-numList .c-numListItem {
  font-family: YakuHanJP,'Crimson Text', serif;
  position: relative;
  font-size: 24px;
  line-height: calc(40 / 24);
  padding-left: 28px;
}

@media screen and (max-width: 767px) {
  .c-numList .c-numListItem {
    font-size: 19px;
    padding-left: 17px;
    line-height: calc(60 / 38);
  }
}

.c-numList .c-numListItem::before {
  counter-increment: number 1;
  content: counter(number) ".";
  display: inline-block;
  font-size: 28px;
  color: #987200;
  font-family: 'Italiana', serif;
  position: absolute;
  left: 0;
  top: 2px;
  line-height: 1.1;
}

@media screen and (max-width: 767px) {
  .c-numList .c-numListItem::before {
    font-size: 22px;
    top: 2px;
  }
}

.c-numListItem + .c-numListItem {
  margin-top: 3px;
}

.c-numSmallList {
  counter-reset: number 0;
}

.c-numSmallList .c-numListItem {
  position: relative;
  padding-left: 25px;
  line-height: calc(28 / 16);
}

@media screen and (max-width: 767px) {
  .c-numSmallList .c-numListItem {
    padding-left: 17px;
  }
}

.c-numSmallList .c-numListItem::before {
  counter-increment: number 1;
  content: counter(number) ".";
  display: inline-block;
  font-size: 20px;
  color: #987200;
  font-family: 'Italiana', serif;
  position: absolute;
  left: 0;
  top: 3px;
  line-height: 1.1;
}

@media screen and (max-width: 767px) {
  .c-numSmallList .c-numListItem::before {
    font-size: 16px;
    top: 1px;
  }
}

.c-numSmallList .c-numListItem + .c-numListItem {
  margin-top: 30px;
}

.listNum {
  position: absolute;
  top: 0;
  left: 0;
}

.c-numListItem > ul > li {
  position: relative;
  padding-left: 30px;
  margin-top: 15px;
}

.c-numListItem > ul > li > ul > li {
  padding-left: 1em;
  text-indent: -1em;
}

.c-numListItem > ul > li > ul > li.numLi {
  position: relative;
  padding-left: 40px;
  margin-top: 5px;
}

.c-list {
  margin: 40px 0;
}

@media screen and (max-width: 767px) {
  .c-list {
    margin: 30px 0;
  }
}

.c-list .c-listItem {
  position: relative;
  padding-left: 15px;
}

.c-list .c-listItem::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #c7a643;
}

@media screen and (max-width: 767px) {
  .c-list .c-listItem::before {
    top: 10px;
    width: 5px;
    height: 5px;
  }
}

.c-bigTtlBlock + .c-bigTtlBlock {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .c-bigTtlBlock + .c-bigTtlBlock {
    margin-top: 45px;
  }
}

.c-inyoTxt {
  font-size: 14px;
  margin-top: 30px;
  padding-left: 4em;
  text-indent: -4em;
}

@media screen and (max-width: 767px) {
  .c-inyoTxt {
    font-size: 12px;
    margin-top: 15px;
  }
}

.c-inyoTxt a {
  text-decoration: underline;
}

.c-inyoTxt a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .c-pageLinkBannerSec {
    padding: 0 12.5px;
  }
}

.c-pageLinkBannerArea {
  border-top: 1px solid rgba(98, 97, 85, 0.2);
  padding-bottom: 165px;
  padding-top: 15px;
}

@media screen and (max-width: 1024px) {
  .c-pageLinkBannerArea {
    padding-bottom: 75px;
    padding-top: 10px;
  }
}

.c-pageLinkBannerArea .c-pageLinkBannerAreaTtl {
  opacity: 0.6;
  font-family: YakuHanJP,'Crimson Text', serif;
}

.c-pageLinkBannerArea .c-pageLinkBannerList {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 1024px) {
  .c-pageLinkBannerArea .c-pageLinkBannerList {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.c-pageLinkBannerArea .c-pageLinkBannerItem {
  width: calc((100% - 24px) / 4);
  height: 348px;
  position: relative;
  margin-right: 6px;
}

@media screen and (max-width: 1024px) {
  .c-pageLinkBannerArea .c-pageLinkBannerItem {
    width: calc((100% - 10px) / 2);
    height: 195px;
    margin-right: 5px;
  }
  .c-pageLinkBannerArea .c-pageLinkBannerItem:nth-child(n + 3) {
    margin-top: 10px;
  }
}

.c-pageLinkBannerArea .c-pageLinkBannerItemTtl {
  font-family: YakuHanJP,'Crimson Text', serif;
  font-size: 18px;
  line-height: calc(30 / 18);
  position: absolute;
  bottom: 30px;
  left: 25px;
  color: #fff;
  padding-right: 80px;
}

@media screen and (max-width: 767px) {
  .c-pageLinkBannerArea .c-pageLinkBannerItemTtl {
    font-size: 14px;
    bottom: 15px;
    left: 15px;
  }
}

.c-pageLinkBannerArea .c-btnIcon {
  position: absolute;
  bottom: 27px;
  right: 25px;
}

@media screen and (max-width: 767px) {
  .c-pageLinkBannerArea .c-btnIcon {
    bottom: 15px;
    right: 15px;
  }
}

.c-pageLinkBannerArea .c-pageLinkBannerItemImg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.c-pageLinkBannerArea .c-pageLinkBannerItemImg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.c-pageLinkBannerArea .c-pageLinkBannerItemImg::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

.c-flexImgArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .c-flexImgArea {
    display: block;
  }
}

.c-flexImgArea .c-flexImg img {
  vertical-align: top;
}

.mapLink {
  display: inline-block;
  color: #987200;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 5px;
}

.mapLink::after {
  content: "";
  display: inline-block;
  background-image: url(../img/common/icon_map.svg);
  width: 12px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 3px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.mapLink:hover {
  text-decoration: underline;
}

.lang-modalBg {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
  /* これを追加 */
  overscroll-behavior: contain;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -ms-touch-action: none;
      touch-action: none;
}

/* これを追加 */
.lang-modalBg::before,
.lang-modalBg::after {
  content: "";
  width: 1px;
  height: calc(100vh + 1px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lang-modalBg::-webkit-scrollbar {
  display: none;
}

.lang-modal-box {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 5px;
  width: 800px;
  padding: 90px 60px 95px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .lang-modal-box {
    display: block;
    width: 90%;
    padding: 40px 20px 40px;
  }
}

.lang-modal-boxItem {
  border: 1px solid #626155;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - 20px)/2);
  height: 157px;
}

@media screen and (max-width: 767px) {
  .lang-modal-boxItem {
    width: 100%;
    height: 120px;
  }
  .lang-modal-boxItem + .lang-modal-boxItem {
    margin-top: 20px;
  }
}

.newsItem {
  border-bottom: 1px solid rgba(98, 97, 85, 0.2);
  position: relative;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.newsItem:first-child {
  border-top: 1px solid rgba(98, 97, 85, 0.2);
}

@media screen and (max-width: 767px) {
  .newsItem:first-child {
    border-top: 0px solid rgba(98, 97, 85, 0.2);
  }
  .newsItem:first-child > a, .newsItem:first-child > span {
    margin-top: 0px;
  }
}

.newsItem > a, .newsItem > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 27px 20px;
}

@media screen and (max-width: 767px) {
  .newsItem > a, .newsItem > span {
    padding: 15px 0;
    display: block;
    margin-top: 20px;
  }
}

.newsItem:hover a .newsTtl {
  color: #987200;
}

.newsInfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 225px;
}

@media screen and (max-width: 767px) {
  .newsInfo {
    width: 100%;
    margin-bottom: 5px;
  }
}

.newsInfo .time {
  display: inline-block;
  font-size: 14px;
  margin-right: 15px;
  letter-spacing: 0.05em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .newsInfo .time {
    margin-right: 9px;
    font-size: 16px;
  }
}

.newsInfo .category {
  display: inline-block;
  min-width: 83px;
  padding: 0 10px;
  font-size: 13px;
  position: relative;
  line-height: 25px;
  border-radius: 15px;
  color: #9b7607;
  border: 1px solid #9b7607;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .newsInfo .category {
    font-size: 12px;
    line-height: 17px;
  }
}

.newsTtl {
  width: calc(100% - 165px - 20px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: YakuHanJP,'Crimson Text', serif;
  line-height: calc(28 / 16);
}

@media screen and (max-width: 767px) {
  .newsTtl {
    width: 100%;
  }
}

[data-aos="fade-up"] {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

[data-aos="fade-up"].aos-animate {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.qaItem {
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-top: 1px solid rgba(51, 51, 51, 0.4);
}

.qaItem:last-child {
  border-bottom: 1px solid rgba(51, 51, 51, 0.4);
}

.qaItem.answer_open {
  background-color: rgba(249, 247, 237, 0.6);
}

.qaItem.answer_open .question::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.question {
  padding: 30px 40px 30px 50px;
  font-weight: bold;
  line-height: calc(24/16);
  position: relative;
}

@media screen and (max-width: 767px) {
  .question {
    padding: 20px 40px 20px 40px;
  }
}

.question .q {
  position: absolute;
  font-size: 18px;
  color: #987200;
  top: 30px;
  left: 20px;
}

@media screen and (max-width: 767px) {
  .question .q {
    font-size: 16px;
    top: 20px;
    left: 10px;
  }
}

.question::before, .question::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #987200;
  top: 50%;
  right: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .question::before, .question::after {
    width: 15px;
    right: 5px;
  }
}

.question::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.answer {
  padding: 0px 40px 30px 50px;
  display: none;
  position: relative;
}

@media screen and (max-width: 767px) {
  .answer {
    padding: 20px 40px 20px 40px;
  }
}

.answer .a {
  position: absolute;
  font-size: 18px;
  top: 0px;
  left: 20px;
}

@media screen and (max-width: 767px) {
  .answer .a {
    font-size: 16px;
    top: 20px;
    left: 10px;
  }
}

.faqBlock + .faqBlock {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .faqBlock + .faqBlock {
    margin-top: 40px;
  }
}

.works {
  position: relative;
  width: 100%;
  padding: 180px 0 180px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1024px) {
  .works {
    padding: 0px 0 180px;
  }
}

@media screen and (max-width: 767px) {
  .works {
    padding: 60px 0 65px;
  }
}

.worksInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: calc(( 118 / 1920 ) * 100vw);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .worksInner {
    margin-left: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.worksInfoImg01 {
  width: calc(( 706 / 1920 ) * 100vw);
}

@media screen and (max-width: 767px) {
  .worksInfoImg01 {
    width: calc(( 434 / 750 ) * 100vw);
  }
}

.worksInfoImg03 {
  width: calc(( 380 / 1920 ) * 100vw);
}

@media screen and (max-width: 767px) {
  .worksInfoImg03 {
    width: calc(( 202 / 750 ) * 100vw);
    margin-top: calc(( 284 / 750 ) * 100vw);
  }
}

.worksInfo {
  color: #fff;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}

@media screen and (max-width: 767px) {
  .worksInfo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -10%);
            transform: translate(-50%, -10%);
  }
}

.worksInfoTxt {
  text-align: center;
  margin: 0 auto 30px;
  font-size: 18px;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .worksInfoTxt {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .worksInfoTxt {
    font-size: 10px;
  }
}

.worksInfoTtl {
  width: calc(( 540 / 1920 ) * 100vw);
}

@media screen and (max-width: 1024px) {
  .worksInfoTtl {
    width: calc(( 540 / 1920 ) * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .worksInfoTtl {
    width: calc(( 540 / 750 ) * 100vw);
  }
}

.worksInner02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: calc(( 220 / 1920 ) * 100vw);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: -95px;
}

@media screen and (max-width: 767px) {
  .worksInner02 {
    margin-right: calc(( 52 / 750 ) * 100vw);
    margin-top: calc(-1 * ( 96 / 750 ) * 100vw);
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.worksInfoImg02 {
  width: calc(( 454 / 1920 ) * 100vw);
}

@media screen and (max-width: 767px) {
  .worksInfoImg02 {
    width: calc(( 289 / 750 ) * 100vw);
  }
}

.worksInfoImg04 {
  width: calc(( 625 / 1920 ) * 100vw);
}

@media screen and (max-width: 767px) {
  .worksInfoImg04 {
    width: calc(( 400 / 750 ) * 100vw);
    margin-top: calc(( 511 / 750 ) * 100vw);
  }
}

.c-btnCover-works {
  text-align: center;
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-btnCover-works .c-btn {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .c-btnCover-works {
    margin-top: 25px;
  }
}

.c-flexBlockInfoImg--slide .swiper-button-next, .c-flexBlockInfoImg--slide .swiper-button-prev {
  position: absolute;
  bottom: -80px;
  right: 0;
  left: auto;
  top: auto;
  width: auto;
  height: auto;
  margin-top: auto;
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #626155;
}

@media screen and (max-width: 767px) {
  .c-flexBlockInfoImg--slide .swiper-button-next, .c-flexBlockInfoImg--slide .swiper-button-prev {
    bottom: -60px;
  }
}

.c-flexBlockInfoImg--slide .swiper-button-prev {
  right: 58px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .c-flexBlockInfoImg--slide .swiper-button-prev {
    right: 48px;
  }
}

.c-flexBlockInfoImg--slide .swiper-button-next:after, .c-flexBlockInfoImg--slide .swiper-button-prev:after {
  font-size: 0;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  width: 7px;
  height: 7px;
  border-top: 1px solid #c7a643;
  border-right: 1px solid #c7a643;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: calc(50% - 5px);
}

@media screen and (max-width: 767px) {
  .c-flexBlockInfoImg--slide .swiper-button-next:after, .c-flexBlockInfoImg--slide .swiper-button-prev:after {
    width: 5px;
    height: 5px;
    left: calc(50% - 4px);
  }
}

.c-flexBlockInfoImg--slide .swiper-button-next:before, .c-flexBlockInfoImg--slide .swiper-button-prev:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #c7a643;
}

@media screen and (max-width: 767px) {
  .c-flexBlockInfoImg--slide .swiper-button-next:before, .c-flexBlockInfoImg--slide .swiper-button-prev:before {
    width: 40px;
    height: 40px;
  }
}

.c-flexBlockInfoImg--slide .swiper-horizontal > .swiper-pagination-progressbar, .c-flexBlockInfoImg--slide .swiper-pagination-progressbar.swiper-pagination-horizontal, .c-flexBlockInfoImg--slide .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .c-flexBlockInfoImg--slide .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  bottom: -60px;
  top: auto;
  left: 0;
  width: calc(100% - 150px);
  height: 1px;
}

@media screen and (max-width: 767px) {
  .c-flexBlockInfoImg--slide .swiper-horizontal > .swiper-pagination-progressbar, .c-flexBlockInfoImg--slide .swiper-pagination-progressbar.swiper-pagination-horizontal, .c-flexBlockInfoImg--slide .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .c-flexBlockInfoImg--slide .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    bottom: -40px;
    width: calc(100% - 120px);
  }
}

.c-flexBlockInfoImg--slide .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #c7a643;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.c-flexBlockInfoImg--slide .swiper-pagination-progressbar {
  background: rgba(98, 97, 85, 0.2);
}

.privacyTopTxt {
  margin-bottom: 60px;
}

.bikouCover {
  margin-top: 15px;
  font-size: 14px;
}

.bikouCover .bikou {
  display: block;
}

@media screen and (max-width: 767px) {
  /* コンテナー */
  .cover {
    margin-top: 60px;
  }
  /* スライダーのwrapper */
  .infinite-slider .swiper-wrapper {
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  /* スライド */
  .infinite-slider .swiper-slide {
    height: 320px !important;
    /* 高さを指定 */
    width: auto !important;
  }
  /* スライド内の画像 */
  .infinite-slider .swiper-slide img {
    width: auto;
    height: 100%;
  }
}
/*# sourceMappingURL=common-en.css.map */