@charset "UTF-8";
body {
  font-family: "Shippori Mincho", serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  position: relative;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li,
blockquote, pre, table, caption, th, td, address,
form, fieldset, legend, object {
  margin: 0;
  padding: 0;
}

header, section, navi, footer {
  display: block;
}

a, ins {
  text-decoration: none;
}

address, em, cite, dfn, var {
  font-style: normal;
}

input, textarea, select {
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
}

img {
  vertical-align: baseline;
  max-width: 100%;
  height: auto;
}

a img {
  border: none;
}

h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li,
blockquote, pre, table, caption, th, td, address {
  line-height: 2;
  letter-spacing: 0.04em;
  color: #000;
}

h1, h2, h3, h4 {
  font-weight: normal;
  letter-spacing: 0;
}

a {
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
li {
  list-style: none;
}

a[href^="tel:"] {
  cursor: default;
  opacity: 1 !important;
}

br.pcn {
  display: none;
}
@media screen and (max-width: 640px) {
  br.pcn {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  br.spn {
    display: none;
  }
}

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

.onlySP {
  display: none;
}
@media screen and (max-width: 640px) {
  .onlySP {
    display: initial;
  }
}

.anime_img {
  overflow: hidden;
  font-size: 0;
}
.anime_img.ov {
  overflow: visible;
}
.anime_img.ov img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.anime_img img {
  -webkit-transform: scale(1.35);
          transform: scale(1.35);
  -webkit-transition: all 1.6s cubic-bezier(0.3, 0.1, 0.1, 1);
  transition: all 1.6s cubic-bezier(0.3, 0.1, 0.1, 1);
}

span.anime_img {
  display: inline-block;
}

.move_img.ov img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.move_img img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.anime-b {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 1s;
  transition: 1s;
}

.move-b {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/*// LAYOUT /////////////////////////////////////////*/
.hnavi_btn {
  position: fixed;
  top: 50%;
  right: 48px;
  z-index: 100000;
  width: 24px;
  height: 100px;
  cursor: pointer;
}
.hnavi_btn b {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #FFF;
  font-family: "EB Garamond", serif;
  display: block;
  line-height: 24px;
  letter-spacing: 0.06em;
}

.menu-button {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100000;
}
.menu-button i {
  display: block;
  width: 24px;
  height: 3px;
  background: #FFF;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  position: absolute;
  right: 0;
  top: 85px;
}
.menu-button i:before, .menu-button i:after {
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  background: #FFF;
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.menu-button i:before {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.menu-button i:after {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.hnavi_btn.active .menu-button i {
  background: none;
}
.hnavi_btn.active .menu-button i:after {
  -webkit-transform: translateY(0px) rotate(-45deg);
          transform: translateY(0px) rotate(-45deg);
}
.hnavi_btn.active .menu-button i:before {
  -webkit-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg);
}

.fix_bg {
  width: calc(100% - 120px);
  position: fixed;
  top: 0;
  left: 0;
  background: #ad8822;
  z-index: 3000;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  pointer-events: none;
}
.fix_bg.active {
  opacity: 1;
  left: -100%;
}

.fixnavi {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 840px) {
  .fixnavi {
    display: none !important;
  }
}
.fixnavi::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  right: 119px;
  top: 0;
  position: fixed;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fixnavi.show {
  opacity: 1;
  pointer-events: all;
}
.fixnavi.active {
  opacity: 1 !important;
  pointer-events: all !important;
}
.fixnavi.active::before {
  opacity: 1;
}
.fixnavi .fix_contact_btn {
  background: #ad8822;
  width: 120px;
  position: absolute;
  top: 0;
  right: 0;
}
.fixnavi .fix_contact_btn li {
  width: 100%;
  position: relative;
}
.fixnavi .fix_contact_btn li:last-of-type {
  border-top: 0px solid rgba(255, 255, 255, 0.34);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.fixnavi .fix_contact_btn li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  line-height:60px;
  color: #FFF;
  font-size: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.fixnavi .fix_contact_btn li a svg {
  margin-bottom: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fixnavi .fix_contact_btn li a svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fixnavi .fix_contact_btn li a:hover {
  color: #ad8822;
  background: #FFF;
}
.fixnavi .fix_contact_btn li a:hover svg path {
  fill: #ad8822;
}
.fixnavi .fixgnavi {
  display: none;
  width: calc(100% - 120px);
  height: 100%;
  position: fixed;
  top: 140px;
  left: 0;
  z-index: 1500;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fixnavi .fixgnavi .logo a:hover {
  opacity: 0.6;
}
.fixnavi .fixgnavi .navi_list {
  margin: 40px 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1080px) {
  .fixnavi .fixgnavi .navi_list {
    margin: 40px 60px;
  }
}
.fixnavi .fixgnavi .navi_list li a {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #FFF;
  padding-top: 33px;
  position: relative;
  width: 62px;
  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-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  padding-bottom: 5px;
}
.fixnavi .fixgnavi .navi_list li a:hover {
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
.fixnavi .fixgnavi .navi_list li a:hover::before {
  width: 15px;
  height: 15px;
  top: -2px;
}
.fixnavi .fixgnavi .navi_list li a::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 4px solid #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fixnavi .fixgnavi .fixaccess {
  margin-top: 40px;
}
.fixnavi .fixgnavi .fixaccess a {
  color: #FFF;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.fixnavi .fixgnavi .fixaccess a:hover {
  opacity: 0.6;
}
.fixnavi .fixgnavi .fixaccess a svg {
  margin-bottom: 8px;
}

.wrap_page {
  overflow-x: hidden;
  padding-top: 172px;
}
@media screen and (max-width: 840px) {
  .wrap_page {
    padding-top: 0;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.header .scroll {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 14px;
  font-family: "EB Garamond", serif;
  color: #FFF;
  position: absolute;
  right: 50px;
  top: 758px;
  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: 840px) {
  .header .scroll {
    display: none;
  }
}
.header .scroll span {
  height: 96px;
  width: 1px;
  background: rgba(255, 255, 255, 0.4);
  margin-top: 10px;
}
.header .hcnt {
  padding-top: 72px;
  padding-left: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1080px) {
  .header .hcnt {
    padding-left: 20px;
    padding-top: 16px;
  }
}
.header .hcnt .cnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 840px) {
  .header .hcnt .cnt {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.header .hcnt .cnt .hcopy {
  font-size: 14px;
  color: #FFF;
  margin-bottom: 48px;
}
@media screen and (max-width: 840px) {
  .header .hcnt .cnt .hcopy {
    font-size: 12px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 840px) {
  .header .hcnt .cnt .hlogo {
    width: 50px;
  }
}
.header .hcnt .cnt .hlogo a:hover {
  opacity: 0.6;
}
.header .hcnt .gnavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 116px;
  margin-left: 30px;
}
@media screen and (max-width: 840px) {
  .header .hcnt .gnavi {
    display: none;
  }
}
.header .hcnt .gnavi li a {
  color: #FFF;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding-top: 25px;
  position: relative;
  width: 62px;
  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-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  padding-bottom: 5px;
  letter-spacing: 0.21em;
}
@media screen and (max-width: 980px) {
  .header .hcnt .gnavi li a {
    width: 48px;
  }
}
.header .hcnt .gnavi li a:hover {
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
.header .hcnt .gnavi li a:hover::before {
  width: 15px;
  height: 15px;
  top: -2px;
}
.header .hcnt .gnavi li a::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 4px solid #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .hcontact_btn {
  background: #ad8822;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  margin-bottom: 230px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 840px) {
  .header .hcontact_btn {
    display: none;
  }
}
.header .hcontact_btn li {
  width: 35%;
  position: relative;
}
.header .hcontact_btn li:last-of-type::before {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.34);
  width: 1px;
  height: 0px;
  position: absolute;
  left: 0;
  top: 22px;
}
.header .hcontact_btn li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  line-height:60px;
  color: #FFF;
  font-size: 14px;
 
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .hcontact_btn li a svg {
  margin-bottom: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .hcontact_btn li a svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .hcontact_btn li a:hover {
  color: #ad8822;
  background: #FFF;
}
.header .hcontact_btn li a:hover svg path {
  fill: #ad8822;
}
.header .haccess {
  position: absolute;
  top: 180px;
  right: 73px;
}
@media screen and (max-width: 840px) {
  .header .haccess {
    display: none;
  }
}
.header .haccess a {
  color: #FFF;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.header .haccess a:hover {
  opacity: 0.6;
}
.header .haccess a svg {
  margin-bottom: 8px;
}

html,
body {
  height: 100%;
}

.spnavi {
  width: 100%;
  overflow: hidden;
  z-index: 200000;
  display: none;
}
@media screen and (max-width: 840px) {
  .spnavi {
    display: block;
  }
}
.spnavi .spnavi_btn {
  position: fixed;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #ad8822;
  z-index: 100000;
}
.spnavi .spnavi_btn i {
  display: block;
  width: 18px;
  height: 2px;
  background: #FFF;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  position: absolute;
  right: 16px;
  top: 24px;
}
.spnavi .spnavi_btn i:before, .spnavi .spnavi_btn i:after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: #FFF;
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.spnavi .spnavi_btn i:before {
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}
.spnavi .spnavi_btn i:after {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}
.spnavi .spnavi_btn.active i {
  background: none;
}
.spnavi .spnavi_btn.active i:after {
  -webkit-transform: translateY(0px) rotate(-45deg);
          transform: translateY(0px) rotate(-45deg);
}
.spnavi .spnavi_btn.active i:before {
  -webkit-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg);
}
.spnavi .spnavi_cnt {
  width: 100%;
  height: 100%;
  padding-bottom: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../img/common/spnavi_bg.jpg") no-repeat top center;
  background-size: cover;
  position: fixed;
  top: 0;
  right: -100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 80000;
  opacity: 0;
}
.spnavi .spnavi_cnt.active {
  opacity: 1;
  right: 0;
}
.spnavi .spnavi_cnt.active .logo,
.spnavi .spnavi_cnt.active .spnavi_list,
.spnavi .spnavi_cnt.active .spcontact_btn {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.spnavi .spnavi_cnt .logo {
  margin-bottom: 64px;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.spnavi .spnavi_cnt .spnavi_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.spnavi .spnavi_cnt .spnavi_list li {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.spnavi .spnavi_cnt .spnavi_list li:last-of-type {
  margin-right: 0;
}
.spnavi .spnavi_cnt .spnavi_list li:last-of-type a {
  width: auto;
  padding-top: 0;
}
.spnavi .spnavi_cnt .spnavi_list li:last-of-type a::before {
  display: none;
}
.spnavi .spnavi_cnt .spnavi_list li:last-of-type a svg {
  margin-bottom: 18px;
}
.spnavi .spnavi_cnt .spnavi_list li a {
  color: #FFF;
  padding-top: 33px;
  padding: 33px 12px 0;
  position: relative;
  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-sizing: border-box;
          box-sizing: border-box;
}
.spnavi .spnavi_cnt .spnavi_list li a::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 4px solid #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.spnavi .spcontact_btn {
  background: #ad8822;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.spnavi .spcontact_btn li {
  width: 25%;
  position: relative;
}
.spnavi .spcontact_btn li:last-of-type::before {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.34);
  width: 1px;
  height: 0px;
  position: absolute;
  left: 0;
  top: 10px;
}
.spnavi .spcontact_btn li a {
  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: 100%;
  height: 60px;
  color: #FFF;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.spnavi .spcontact_btn li a svg {
  margin-right: 10px;
}

.finfo {
  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;
  position: relative;
  z-index: 20000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.finfo.active {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .finfo {
    display: block;
  }
}
.finfo > div {
  position: relative;
}
.finfo > div:before {
  content: "";
  display: block;
  background: url("../img/common/finfo_icon.svg") no-repeat center;
  background-size: 318px;
  width: 318px;
  height: 127px;
  position: absolute;
  left: calc(50% - 159px);
  top: -60px;
}
@media screen and (max-width: 767px) {
  .finfo > div:before {
    background-size: 200px;
    width: 200px;
    height: 87px;
    top: -40px;
    left: calc(50% - 100px);
  }
}
.finfo .fcalendar {
  width: 50%;
  background: url("../img/common/fcal_bg.jpg") no-repeat center;
  background-size: cover;
  height: 840px;
  padding: 0 20px;
  padding-top: 138px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .finfo .fcalendar {
    width: 100%;
    padding: 80px 30px 40px;
    height: auto;
  }
}
.finfo .fcalendar .ttl {
  text-align: center;
  color: #FFF;
  margin-bottom: 20px;
  font-size: 20px;
}
.finfo .fcalendar .calendar {
  background: #DEDBD3;
  max-width: 432px;
  height: 449px;
  margin: 0 auto 24px;
  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;
  padding-top: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .finfo .fcalendar .calendar {
    padding: 20px;
    height: 350px;
  }
}
.finfo .fcalendar .calendar #biz_calendar {
  max-width: 336px;
}
.finfo .fcalendar .calendar #biz_calendar table {
  width: 100%;
  background: none;
  border: none;
  border-collapse: collapse;
}
.finfo .fcalendar .calendar #biz_calendar table tr:first-of-type td {
  border-bottom: 1px solid rgba(64, 48, 39, 0.23);
  padding-bottom: 8px;
}
.finfo .fcalendar .calendar #biz_calendar table tr:nth-of-type(2) th {
  padding-top: 16px;
}
.finfo .fcalendar .calendar #biz_calendar table tr .calmonth {
  font-size: 22px;
  text-align: center;
  padding: 0 8px;
}
@media screen and (max-width: 767px) {
  .finfo .fcalendar .calendar #biz_calendar table tr .calmonth {
    font-size: 18px;
  }
}
.finfo .fcalendar .calendar #biz_calendar table tr .calbtn:hover span {
  background: #FFF;
}
.finfo .fcalendar .calendar #biz_calendar table tr .calbtn span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.finfo .fcalendar .calendar #biz_calendar table tr .up-img span {
  margin-left: auto;
}
.finfo .fcalendar .calendar #biz_calendar table tr th, .finfo .fcalendar .calendar #biz_calendar table tr td {
  background: none;
  border: none;
  color: #000 !important;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  padding: 2px;
}
.finfo .fcalendar .calendar #biz_calendar table tr td span {
  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: 44px;
  height: 44px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .finfo .fcalendar .calendar #biz_calendar table tr td span {
    width: 32px;
    height: 32px;
  }
}
.finfo .fcalendar .calendar #biz_calendar table tr .today {
  text-decoration: none;
}
.finfo .fcalendar .calendar #biz_calendar table tr .holiday span {
  background: #FFF;
}
.finfo .fcalendar .txt {
  color: #FFF;
  max-width: 432px;
  margin: 0 auto;
}
.finfo .fcalendar .txt p {
  color: #FFF;
}
.finfo .fcalendar .txt .memo {
  font-size: 14px;
  padding-left: 1.5em;
  position: relative;
  position: relative;
}
@media screen and (max-width: 767px) {
  .finfo .fcalendar .txt .memo {
    font-size: 13px;
  }
}
.finfo .fcalendar .txt .memo:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.finfo .fcontact {
  width: 100%;
  height: 840px;
  background: #403027;
  padding-top: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .finfo .fcontact {
    width: 100%;
    height: auto;
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
.finfo .fcontact .wrap {
  max-width: 620px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.finfo .fcontact .wrap > .ttl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #FFF;
  position: absolute;
  right: 50px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .finfo .fcontact .wrap > .ttl {
    right: 30px;
  }
}
.finfo .fcontact .wrap > .ttl::after {
  content: "";
  display: inline-block;
  height: 24px;
  width: 1px;
  background: #FFF;
  margin-top: 10px;
}
.finfo .fcontact .wrap > .txt {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #FFF;
  line-height: 2.5;
  letter-spacing: 0.16em;
  margin-bottom: 50px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .finfo .fcontact .wrap > .txt {
    padding-right: 10px;
    margin-bottom: 32px;
  }
}
.finfo .fcontact .wrap .contact_btn {
  background: #ad8822;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 43px;
}
.finfo .fcontact .wrap .contact_btn li {
  width: 100%;
  position: relative;
}
.finfo .fcontact .wrap .contact_btn li:last-of-type::before {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.34);
  width: 1px;
  height: 0px;
  position: absolute;
  left: 0;
  top: 24px;
}
@media screen and (max-width: 767px) {
  .finfo .fcontact .wrap .contact_btn li:last-of-type::before {
    height: 60px;
    top: 15px;
  }
}
.finfo .fcontact .wrap .contact_btn li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 120px;
  color: #FFF;
  padding-bottom: 27px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .finfo .fcontact .wrap .contact_btn li a {
    height: 90px;
    padding-bottom: 12px;
  }
}
.finfo .fcontact .wrap .contact_btn li a svg {
  margin-bottom: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.finfo .fcontact .wrap .contact_btn li a svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.finfo .fcontact .wrap .contact_btn li a:hover {
  color: #ad8822;
  background: #FFF;
}
.finfo .fcontact .wrap .contact_btn li a:hover svg path {
  fill: #ad8822;
}
.finfo .fcontact .wrap .tel {
  text-align: center;
}
.finfo .fcontact .wrap .tel p {
  color: #FFF;
  font-weight: 600;
}
.finfo .fcontact .wrap .tel a {
  color: #FFF;
}
.finfo .fcontact .wrap .tel .ttl {
  font-size: 18px;
}
.finfo .fcontact .wrap .tel .tel {
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .finfo .fcontact .wrap .tel .tel {
    font-size: 30px;
  }
}
.finfo .fcontact .wrap .tel .tel img {
  margin-right: 10px;
}
.finfo .fcontact .wrap .tel .txt {
  letter-spacing: 0;
}

.wrap_footer {
 /* background: url("../img/common/fbg.jpg") no-repeat center;*/
background:#403027;
  background-size: cover;
  padding: 10px 50px 4px;
  position: relative;
  z-index: 30000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wrap_footer.active {
  opacity: 0;
}
@media screen and (max-width: 1080px) {
  .wrap_footer {
    padding: 16px 20px 16px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_footer {
    padding-top: 72px;
    padding-bottom: 30px;
  }
}
.wrap_footer .footer {
  max-width: 1324px;
  margin: 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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 24px;
  }
}
.wrap_footer .footer a {
  color: #FFF;
}
.wrap_footer .footer .fcnt {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .fcnt {
    display: block;
  }
}
.wrap_footer .footer .fcnt .flogo {
  margin-right: 72px;
}
@media screen and (max-width: 1080px) {
  .wrap_footer .footer .fcnt .flogo {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .fcnt .flogo {
    margin-right: 0;
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .fcnt .cnt {
    display: none;
  }
}
.wrap_footer .footer .fcnt .cnt p {
  color: #FFF;
  font-size: 14px;
  line-height: 2.3;
  text-align: left;
}
.wrap_footer .footer .fcnt .cnt p.adrs {
  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: 840px) {
  .wrap_footer .footer .fcnt .cnt p.adrs {
    display: block;
  }
}
.wrap_footer .footer .fcnt .cnt p.adrs a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  color: #FFF;
}
@media screen and (max-width: 840px) {
  .wrap_footer .footer .fcnt .cnt p.adrs a {
    margin-left: 0;
  }
}
.wrap_footer .footer .fcnt .cnt p.adrs a:hover .arrow {
  width: 32px;
}
.wrap_footer .footer .fcnt .cnt p.adrs a svg {
  margin-right: 8px;
}
.wrap_footer .footer .fcnt .cnt p.adrs a .arrow {
  display: block;
  width: 22px;
  height: 1px;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  margin-left: 8px;
}
.wrap_footer .footer .fcnt .cnt p.adrs a .arrow::before {
  content: "";
  display: block;
  width: 4px;
  height: 1px;
  background: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wrap_footer .footer .fcnt .cnt p.adrs a .arrow::after {
  content: "";
  display: block;
  width: 4px;
  height: 1px;
  background: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(-45deg) translateY(2px);
          transform: rotate(-45deg) translateY(2px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wrap_footer .footer .fcnt .spflink {
  display: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .fcnt .spflink {
    display: block;
  }
}
.wrap_footer .footer .fcnt .spflink li a {
  color: #FFF;
}
.wrap_footer .footer .fnavi {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .fnavi {
    display: none;
  }
}
.wrap_footer .footer .fnavi ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.wrap_footer .footer .fnavi ul li {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-left: 18px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
}
.wrap_footer .footer .fnavi ul li a {
  color: #FFF;
}
.wrap_footer .footer .fnavi ul li a:before {
  content: "";
  display: inline-block;
  background: url("../img/common/fnavi_icon.svg") no-repeat center;
  background-size: 12px;
  width: 12px;
  height: 12px;
  margin-bottom: 9px;
}
.wrap_footer .fbottom {
  max-width: 1324px;
  margin: 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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .wrap_footer .fbottom {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .wrap_footer .fbottom .ffb {
    margin-bottom: 16px;
  }
}
.wrap_footer .fbottom .copyright {
  color: #FFF;
  font-size: 12px;
}

.pagetop {
  position: fixed;
  right: 44px;
  bottom: 20px;
  z-index: 50000;
  width: 32px;
  height: 32px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .pagetop {
    right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .pagetop:hover {
    width: 40px;
    height: 40px;
    right: 40px;
    bottom: 16px;
  }
  .pagetop:hover a {
    background: #FFF;
  }
  .pagetop:hover a svg path {
    fill: #ad8822;
    stroke: #ad8822;
  }
}
.pagetop a {
  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;
  background: #ad8822;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
}
.pagetop a svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.pagetop a svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*// TOP /////////////////////////////////////////*/
.top {
  background: url("../img/common/bg.jpg") repeat top;
}
@media screen and (min-width: 841px) {
  .top.movie_on {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 101%;
  }
}
.top .wrap_page {
  padding-top: 0;
}
.top .header {
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
@media screen and (max-width: 840px) {
  .top .header {
    opacity: 1;
  }
}
.top .header.active {
  opacity: 1;
}
@media screen and (max-width: 840px) {
  .top .header .hcnt .cnt {
    display: none;
  }
}
.top .header .hcnt .gnavi.start li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.top .header .hcnt .gnavi.start li:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.top .header .hcnt .gnavi.start li:nth-of-type(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.top .header .hcnt .gnavi.start li:nth-of-type(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.top .header .hcnt .gnavi li {
  opacity: 0;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition: all 1.6s ease;
  transition: all 1.6s ease;
}

.opening {
  width: 100%;
  height: 100%;
  background: #403027;
  position: fixed;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  overflow: hidden;
}
@media screen and (max-width: 840px) {
  .opening {
    display: none;
  }
}
.opening .bg {
  width: 100%;
  height: 100%;
  min-height: 1280px;
  background: url("../img/top/mv_movie_bg.jpg") no-repeat top center;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
}
@media screen and (min-width: 1601px) {
  .opening .bg {
    background-size: 100%;
  }
}
.opening.start .bg {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.opening.close {
  opacity: 0;
}

.top_mv_top {
  background: url("../img/top/top_mv_bg.jpg") no-repeat top center;
  height: 1280px;
}
@media screen and (min-width: 1601px) {
  .top_mv_top {
    background-size: 100%;
  }
}
@media screen and (max-width: 840px) {
  .top_mv_top {
    display: none;
  }
}

.top_mv {
  background: #20150D url("../img/top/top_mv_bg2.jpg") no-repeat bottom center;
  height: 680px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1601px) {
  .top_mv {
    background-size: 100%;
  }
}
@media screen and (max-width: 840px) {
  .top_mv {
    display: none;
  }
}
.top_mv .top_mv_cnt {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  top: -100px;
}
.top_mv .top_mv_cnt .sphcopy {
  display: none;
  color: #FFF;
  font-size: 12px;
  margin-bottom: 53px;
}
@media screen and (max-width: 840px) {
  .top_mv .top_mv_cnt .sphcopy {
    display: block;
    text-align: center;
  }
}
.top_mv .top_mv_cnt .splogo {
  display: none;
}
@media screen and (max-width: 840px) {
  .top_mv .top_mv_cnt .splogo {
    display: block;
    text-align: center;
    margin-bottom: 78px;
  }
}
.top_mv .top_mv_cnt .copy {
  color: #FFF;
  font-size: 46px;
  text-align: center;
  letter-spacing: 0.14em;
  margin-bottom: 92px;
  line-height: 1.4;
}
@media screen and (max-width: 840px) {
  .top_mv .top_mv_cnt .copy {
    font-size: 36px;
    margin-bottom: 54px;
  }
}
.top_mv .top_mv_cnt .lead {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #FFF;
  line-height: 3.2;
  font-size: 20px;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 840px) {
  .top_mv .top_mv_cnt .lead {
    font-size: 14px;
    line-height: 1.2;
  }
}
.top_mv .top_mv_cnt .spimg {
  display: none;
}
@media screen and (max-width: 840px) {
  .top_mv .top_mv_cnt .spimg {
    display: block;
    margin-bottom: 48px;
    font-size: 0;
  }
}
.top_mv .top_mv_cnt .img_l,
.top_mv .top_mv_cnt .img_r {
  position: absolute;
  top: 37px;
}
@media screen and (max-width: 840px) {
  .top_mv .top_mv_cnt .img_l,
.top_mv .top_mv_cnt .img_r {
    display: none;
  }
}
.top_mv .top_mv_cnt .img_l img,
.top_mv .top_mv_cnt .img_r img {
  max-width: none;
}
.top_mv .top_mv_cnt .img_l {
  right: calc(50% + 270px);
}
.top_mv .top_mv_cnt .img_r {
  left: calc(50% + 270px);
}

.sp_top_mv {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../img/top/sp_mv_bg.jpg") no-repeat top center;
  background-size: cover;
  padding-top: 75px;
  height: auto;
  padding-bottom: 187px;
  display: none;
}
@media screen and (max-width: 840px) {
  .sp_top_mv {
    display: block;
  }
}
.sp_top_mv .top_mv_cnt {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sp_top_mv .top_mv_cnt .sphcopy {
  text-align: center;
  color: #FFF;
  font-size: 12px;
  margin-bottom: 53px;
  display: block;
  text-align: center;
}
.sp_top_mv .top_mv_cnt .splogo {
  text-align: center;
  margin-bottom: 78px;
}
.sp_top_mv .top_mv_cnt .copy {
  color: #FFF;
  text-align: center;
  letter-spacing: 0.14em;
  line-height: 1.4;
  font-size: 36px;
  margin-bottom: 54px;
}
.sp_top_mv .top_mv_cnt .lead {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #FFF;
  letter-spacing: 0.25em;
  font-size: 14px;
  line-height: 2;
}
.sp_top_mv .top_mv_cnt .spimg {
  margin-bottom: 48px;
  font-size: 0;
}

.top_mv_bottom {
  background: url("../img/top/top_mb_bottom.jpg") no-repeat bottom center fixed;
  background-size: cover;
  height: 680px;
  margin-bottom: 232px;
}
@media screen and (max-width: 1366px) {
  .top_mv_bottom {
    background: url("../img/top/top_mb_bottom.jpg") no-repeat center;
    background-size: cover;
  }
}
@media screen and (max-width: 840px) {
  .top_mv_bottom {
    background: url("../img/top/top_mb_bottom.jpg") no-repeat center;
    background-size: cover;
    height: 300px;
    margin-bottom: 80px;
  }
}
.top_mv_bottom .about_link {
  width: 480px;
  height: 480px;
  border: 26px solid #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 840px) {
  .top_mv_bottom .about_link {
    width: 300px;
    height: 300px;
  }
}
.top_mv_bottom .about_link:hover {
  background: #FFF;
}
.top_mv_bottom .about_link:hover a {
  color: #ad8822;
}
.top_mv_bottom .about_link:hover .cover .circle {
  width: 16px;
  height: 16px;
}
.top_mv_bottom .about_link:hover .cover .circle::after {
  width: 6px;
  height: 6px;
}
.top_mv_bottom .about_link:hover .cover .arrow {
  width: 62px;
  background: #ad8822;
}
.top_mv_bottom .about_link:hover .cover .arrow::before, .top_mv_bottom .about_link:hover .cover .arrow::after {
  background: #ad8822;
}
.top_mv_bottom .about_link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: 24px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top_mv_bottom .about_link a .cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 218px;
  background: #FFF;
  position: relative;
}
@media screen and (max-width: 840px) {
  .top_mv_bottom .about_link a .cover {
    height: 133px;
  }
}
.top_mv_bottom .about_link a .cover .circle {
  width: 12px;
  height: 12px;
  background: #ad8822;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  margin-bottom: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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: absolute;
  top: calc(50% - 36px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top_mv_bottom .about_link a .cover .circle::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #FFF;
  border-radius: 50%;
}
.top_mv_bottom .about_link a .cover .arrow {
  display: block;
  width: 42px;
  height: 1px;
  background: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: calc(50% + 40px);
}
.top_mv_bottom .about_link a .cover .arrow::before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(45deg) translateY(-4px);
          transform: rotate(45deg) translateY(-4px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top_mv_bottom .about_link a .cover .arrow::after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(-45deg) translateY(4px);
          transform: rotate(-45deg) translateY(4px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.top_sec .top_sec_ttl {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 25px;
}
@media screen and (max-width: 840px) {
  .top_sec .top_sec_ttl {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 640px) {
  .top_sec .top_sec_ttl {
    font-size: 22px;
  }
}
.top_sec .top_sec_ttl span {
  font-family: "EB Garamond", serif;
  font-size: 16px;
  font-weight: 500;
  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: 640px) {
  .top_sec .top_sec_ttl span {
    font-size: 14px;
  }
}
.top_sec .top_sec_ttl span::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background: #000;
  margin-left: 10px;
}
.top_sec .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.top_sec .inner .wrap {
  margin-bottom: 180px;
  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-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-right: 52px;
}
@media screen and (max-width: 1180px) {
  .top_sec .inner .wrap {
    padding-right: 0;
    -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;
  }
}
@media screen and (max-width: 840px) {
  .top_sec .inner .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 120px;
    position: relative;
    margin-bottom: 80px;
  }
}
.top_sec .inner .wrap .cnt1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1180px) {
  .top_sec .inner .wrap .cnt1 {
    margin-left: 40px;
  }
}
@media screen and (max-width: 840px) {
  .top_sec .inner .wrap .cnt1 {
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 840px) {
  .top_sec .inner .wrap .cnt1 {
    margin-bottom: 10px;
  }
}
.top_sec .inner .wrap .cnt1 .copy {
  text-align: center;
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 60px;
}
@media screen and (max-width: 1180px) {
  .top_sec .inner .wrap .cnt1 .copy {
    font-size: 48px;
  }
}
@media screen and (max-width: 840px) {
  .top_sec .inner .wrap .cnt1 .copy {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 840px) {
  .top_sec .inner .wrap .cnt1 .btn {
    position: absolute;
    bottom: 0;
    left: 70%;
	text-align:center;
    -webkit-transform: translateX(-70%);
            transform: translateX(-70%);
  }
}
.top_sec .inner .wrap .cnt2 {
  padding-left: 28px;
  padding-top: 30px;
}
@media screen and (max-width: 1180px) {
  .top_sec .inner .wrap .cnt2 {
    width: 380px;
  }
}
@media screen and (max-width: 840px) {
  .top_sec .inner .wrap .cnt2 {
    padding: 0;
    width: auto;
    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;
  }
}
.top_sec .inner .wrap .cnt2 .txt {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 3.6;
}
@media screen and (max-width: 1180px) {
  .top_sec .inner .wrap .cnt2 .txt {
    padding-top: 0;
    line-height: 2.2;
  }
}
.top_sec .img1 {
  background: url("../img/top/top_img1.jpg") no-repeat bottom center fixed;
  background-size: cover;
  height: 680px;
}
@media screen and (max-width: 1366px) {
  .top_sec .img1 {
    background: url("../img/top/top_img1.jpg") no-repeat bottom center;
    background-size: cover;
  }
}
@media screen and (max-width: 1080px) {
  .top_sec .img1 {
    height: 420px;
  }
}
@media screen and (max-width: 840px) {
  .top_sec .img1 {
    background: url("../img/top/top_img1.jpg") no-repeat bottom center;
    background-size: cover;
    height: 280px;
  }
}
.top_sec .wrap2 {
  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;
  margin-bottom: 240px;
}
@media screen and (max-width: 840px) {
  .top_sec .wrap2 {
    position: relative;
    margin-bottom: 80px;
  }
}
.top_sec .wrap2 .cnt3 {
  padding-top: 236px;
}
@media screen and (max-width: 1480px) {
  .top_sec .wrap2 .cnt3 {
    padding-top: 180px;
  }
}
@media screen and (max-width: 840px) {
  .top_sec .wrap2 .cnt3 {
    padding-top: 160px;
  }
}
.top_sec .wrap2 .cnt3 .copy {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin-bottom: 60px;
}
@media screen and (max-width: 1080px) {
  .top_sec .wrap2 .cnt3 .copy {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
.top_sec .wrap2 .cnt3 .txt {
  margin-bottom: 56px;
  letter-spacing: 0.04em;
}
.top_sec .wrap2 .img2 {
  margin-top: -140px;
  margin-right: -80px;
}
@media screen and (max-width: 1480px) {
  .top_sec .wrap2 .img2 {
    margin-right: 0;
    width: 30%;
  }
}
@media screen and (max-width: 640px) {
  .top_sec .wrap2 .img2 {
    position: absolute;
    top: -100px;
    right: 0;
    width: 140px;
    margin: 0;
  }
}
.top_sec .wrap3 {
  margin-bottom: 245px;
  position: relative;
}
@media screen and (max-width: 840px) {
  .top_sec .wrap3 {
    margin-bottom: 80px;
  }
}
.top_sec .wrap3 .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-left: 96px;
  padding-right: 110px;
}
@media screen and (max-width: 1600px) {
  .top_sec .wrap3 .wrap {
    padding-right: 130px;
    padding-left: 105px;
  }
}
@media screen and (max-width: 1240px) {
  .top_sec .wrap3 .wrap {
    padding: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 840px) {
  .top_sec .wrap3 .wrap {
    display: block;
    padding: 0;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 640px) {
  .top_sec .wrap3 .wrap {
    margin-bottom: 10px;
  }
}
.top_sec .wrap3 .ttl {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .top_sec .wrap3 .ttl {
    font-size: 14px;
  }
}
.top_sec .wrap3 .ttl::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 24px;
  background: #000;
  margin-top: 10px;
}
.top_sec .wrap3 .cnt3 {
  padding-top: 76px;
}
@media screen and (max-width: 1240px) {
  .top_sec .wrap3 .cnt3 {
    margin-left: 50px;
  }
}
@media screen and (max-width: 840px) {
  .top_sec .wrap3 .cnt3 {
    margin: 0 0 60px;
    padding-top: 40px;
  }
}
.top_sec .wrap3 .cnt3 .copy {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin-bottom: 50px;
}
@media screen and (max-width: 840px) {
  .top_sec .wrap3 .cnt3 .copy {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
.top_sec .wrap3 .cnt3 .txt {
  margin-bottom: 64px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 540px) {
  .top_sec .wrap3 .cnt3 .txt .spn {
    display: none;
  }
}
.top_sec .wrap3 .cnt3 .btn {
  margin-bottom: 40px;
}
.top_sec .wrap3 .img3 {
  font-size: 0;
}
@media screen and (max-width: 840px) {
  .top_sec .wrap3 .img3 {
    text-align: center;
  }
}
.top_sec .wrap3 .img3 span {
  display: inline-block;
}
@media screen and (max-width: 1240px) {
  .top_sec .wrap3 .imgs {
    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;
  }
}
@media screen and (max-width: 640px) {
  .top_sec .wrap3 .imgs {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.top_sec .wrap3 .img4,
.top_sec .wrap3 .img5 {
  position: absolute;
  top: 235px;
}
@media screen and (max-width: 1240px) {
  .top_sec .wrap3 .img4,
.top_sec .wrap3 .img5 {
    position: static;
  }
}
.top_sec .wrap3 .img4 {
  left: -200px;
}
@media screen and (max-width: 1600px) {
  .top_sec .wrap3 .img4 {
    left: -170px;
  }
}
@media screen and (max-width: 1240px) {
  .top_sec .wrap3 .img4 {
    margin-right: 40px;
  }
}
@media screen and (max-width: 640px) {
  .top_sec .wrap3 .img4 {
    width: 49%;
    margin-right: 0;
  }
}
.top_sec .wrap3 .img5 {
  right: -200px;
}
@media screen and (max-width: 1600px) {
  .top_sec .wrap3 .img5 {
    right: -140px;
  }
}
@media screen and (max-width: 640px) {
  .top_sec .wrap3 .img5 {
    width: 49%;
  }
}

.wrap_top_topics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 230px;
}
@media screen and (max-width: 1280px) {
  .wrap_top_topics {
    padding-left: 20px;
    margin-bottom: 80px;
  }
}
.wrap_top_topics .top_topics {
  width: calc(50% + 600px);
  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;
  margin-bottom: 48px;
}
@media screen and (max-width: 840px) {
  .wrap_top_topics .top_topics {
    display: block;
    width: 100%;
  }
}
.wrap_top_topics .top_topics .top_sec_ttl {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.26em;
  margin-bottom: 100px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 840px) {
  .wrap_top_topics .top_topics .top_sec_ttl {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 640px) {
  .wrap_top_topics .top_topics .top_sec_ttl {
    font-size: 22px;
  }
}
.wrap_top_topics .top_topics .top_sec_ttl span {
  font-family: "EB Garamond", serif;
  font-size: 16px;
  font-weight: 500;
  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;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 640px) {
  .wrap_top_topics .top_topics .top_sec_ttl span {
    font-size: 14px;
  }
}
.wrap_top_topics .top_topics .top_sec_ttl span::after {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background: #000;
  margin-top: 10px;
}
.wrap_top_topics .top_topics .top_topics_list {
  width: calc(100% - 240px);
}
@media screen and (max-width: 1080px) {
  .wrap_top_topics .top_topics .top_topics_list {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 840px) {
  .wrap_top_topics .top_topics .top_topics_list {
    width: 100%;
  }
}
.wrap_top_topics .top_topics .top_topics_list li {
  margin-bottom: 8px;
}
.wrap_top_topics .top_topics .top_topics_list li a {
  background: rgba(64, 48, 39, 0.34);
  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;
  height: 200px;
  padding: 40px;
  padding-right: calc(50% - 600px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
  .wrap_top_topics .top_topics .top_topics_list li a {
    padding-right: 80px;
    position: relative;
  }
}
@media screen and (max-width: 1080px) {
  .wrap_top_topics .top_topics .top_topics_list li a {
    padding: 30px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 840px) {
  .wrap_top_topics .top_topics .top_topics_list li a {
    padding: 20px 50px 20px 20px;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .wrap_top_topics .top_topics .top_topics_list li a {
    display: block;
    padding-right: 70px;
  }
}
.wrap_top_topics .top_topics .top_topics_list li a:hover .arrow {
  background: #FFF;
  width: 40px;
  height: 40px;
  margin-left: -4px;
}
@media screen and (max-width: 1400px) {
  .wrap_top_topics .top_topics .top_topics_list li a:hover .arrow {
    right: 32px;
    margin: 0;
  }
}
@media screen and (max-width: 840px) {
  .wrap_top_topics .top_topics .top_topics_list li a:hover .arrow {
    right: 12px;
  }
}
@media screen and (max-width: 480px) {
  .wrap_top_topics .top_topics .top_topics_list li a:hover .arrow {
    right: 0;
  }
}
.wrap_top_topics .top_topics .top_topics_list li a .img {
  margin-right: 72px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  max-width: 180px;
}
@media screen and (max-width: 1400px) {
  .wrap_top_topics .top_topics .top_topics_list li a .img {
    margin-right: 40px;
  }
}
@media screen and (max-width: 840px) {
  .wrap_top_topics .top_topics .top_topics_list li a .img {
    max-width: 120px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .wrap_top_topics .top_topics .top_topics_list li a .img {
    max-width: 100%;
    margin: 0 0 8px;
  }
}
.wrap_top_topics .top_topics .top_topics_list li a p {
  color: #FFF;
}
.wrap_top_topics .top_topics .top_topics_list li a .cnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 70px;
}
@media screen and (max-width: 1400px) {
  .wrap_top_topics .top_topics .top_topics_list li a .cnt {
    display: block;
  }
}
@media screen and (max-width: 840px) {
  .wrap_top_topics .top_topics .top_topics_list li a .cnt {
    margin-right: 30px;
  }
}
@media screen and (max-width: 480px) {
  .wrap_top_topics .top_topics .top_topics_list li a .cnt {
    margin-right: 0;
  }
}
.wrap_top_topics .top_topics .top_topics_list li a .data {
  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;
}
.wrap_top_topics .top_topics .top_topics_list li a .date {
  font-family: "EB Garamond", serif;
  width: 5em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 20px;
}
@media screen and (max-width: 840px) {
  .wrap_top_topics .top_topics .top_topics_list li a .date {
    width: auto;
  }
}
.wrap_top_topics .top_topics .top_topics_list li a .cat {
  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-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 190px;
  margin-right: 45px;
}
@media screen and (max-width: 840px) {
  .wrap_top_topics .top_topics .top_topics_list li a .cat {
    width: auto;
    margin-right: 0;
    font-size: 13px;
  }
}
.wrap_top_topics .top_topics .top_topics_list li a .cat::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background: #D1CEC4;
  margin-left: auto;
  font-size: 13px;
}
@media screen and (max-width: 1400px) {
  .wrap_top_topics .top_topics .top_topics_list li a .cat::after {
    margin-left: 10px;
  }
}
.wrap_top_topics .top_topics .top_topics_list li a .ttl {
  width: 320px;
}
@media screen and (max-width: 1400px) {
  .wrap_top_topics .top_topics .top_topics_list li a .ttl {
    max-width: none;
    width: 100%;
  }
}
@media screen and (max-width: 840px) {
  .wrap_top_topics .top_topics .top_topics_list li a .ttl {
    font-size: 15px;
    line-height: 1.6;
  }
}
.wrap_top_topics .top_topics .top_topics_list li a .arrow {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #DEDBD3;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1400px) {
  .wrap_top_topics .top_topics .top_topics_list li a .arrow {
    margin-left: auto;
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}
@media screen and (max-width: 840px) {
  .wrap_top_topics .top_topics .top_topics_list li a .arrow {
    right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .wrap_top_topics .top_topics .top_topics_list li a .arrow {
    right: 0;
  }
}
.wrap_top_topics .more_btn {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1240px) {
  .wrap_top_topics .more_btn {
    padding-right: 20px;
  }
}
.wrap_top_topics .more_btn a {
  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;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wrap_top_topics .more_btn a:hover {
  color: #ad8822;
  margin-right: -20px;
}
.wrap_top_topics .more_btn a:hover .cover .circle {
  width: 16px;
  height: 16px;
}
.wrap_top_topics .more_btn a:hover .cover .circle::after {
  width: 6px;
  height: 6px;
}
.wrap_top_topics .more_btn a:hover .cover .arrow {
  width: 62px;
  background: #ad8822;
}
.wrap_top_topics .more_btn a:hover .cover .arrow::before, .wrap_top_topics .more_btn a:hover .cover .arrow::after {
  background: #ad8822;
}
.wrap_top_topics .more_btn a .cover {
  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;
  position: relative;
}
.wrap_top_topics .more_btn a .cover .circle {
  width: 12px;
  height: 12px;
  background: #ad8822;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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-right: 10px;
  margin-top: 3px;
}
.wrap_top_topics .more_btn a .cover .circle::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #FFF;
  border-radius: 50%;
}
.wrap_top_topics .more_btn a .cover .arrow {
  display: block;
  width: 42px;
  height: 1px;
  background: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  margin-left: 12px;
}
.wrap_top_topics .more_btn a .cover .arrow::before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(45deg) translateY(-4px);
          transform: rotate(45deg) translateY(-4px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wrap_top_topics .more_btn a .cover .arrow::after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(-45deg) translateY(4px);
          transform: rotate(-45deg) translateY(4px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.faccess {
  margin-bottom: 300px;
  position: relative;
  padding-top: 310px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1280px) {
  .faccess {
    padding-top: 210px;
    padding-left: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 840px) {
  .faccess {
    padding-top: 90px;
    padding-left: 30px;
    display: block;
    margin-bottom: 120px;
  }
}
.faccess::before {
  content: "";
  display: block;
  width: calc(50% + 635px);
  background: url("../img/common/faccess_bg.png") no-repeat top right;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 772px;
  z-index: 5;
}
@media screen and (max-width: 1600px) {
  .faccess::before {
    background-size: 1435px;
    height: 722px;
  }
}
@media screen and (max-width: 1280px) {
  .faccess::before {
    height: 540px;
  }
}
@media screen and (max-width: 920px) {
  .faccess::before {
    width: calc(100% - 20px);
  }
}
.faccess .cnt {
  position: relative;
  z-index: 10;
}
.faccess .cnt p {
  color: #FFF;
}
.faccess .cnt .ttl {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin-bottom: 56px;
}
@media screen and (max-width: 840px) {
  .faccess .cnt .ttl {
    margin-bottom: 40px;
  }
}
.faccess .cnt .ttl 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;
  font-family: "EB Garamond", serif;
  font-size: 16px;
  margin-top: 18px;
}
.faccess .cnt .ttl span::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background: #FFF;
  margin-left: 10px;
}
.faccess .map {
  width: calc(50% + 300px);
  height: 500px;
  margin-top: 38px;
  position: relative;
  z-index: 10;
  margin-left: 80px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .faccess .map {
    width: calc(100% - 278px);
    margin-left: 0;
  }
}
@media screen and (max-width: 840px) {
  .faccess .map {
    width: 100%;
    height: 360px;
  }
}
.faccess .map iframe {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

/*// COMMON /////////////////////////////////////////*/
.btn a {
  width: 340px;
  height: 80px;
  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;
  padding-left: 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ad8822;
  color: #FFF;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  font-size: 18px;
}
@media screen and (max-width: 1080px) {
  .btn a {
    width: 280px;
    height: 72px;
    padding-left: 24px;
    font-size: 15px;
  }
}
.btn a:hover {
  background: #FFF;
  color: #ad8822;
}
.btn a:hover span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  right: 56px;
  background: #ad8822;
}
@media screen and (max-width: 1080px) {
  .btn a:hover span {
    right: 26px;
  }
}
.btn a:hover span::after {
  width: 6px;
  height: 6px;
  background: #FFF;
}
.btn a:hover::after {
  width: 61px;
}
@media screen and (max-width: 1080px) {
  .btn a:hover::after {
    width: 31px;
  }
}
.btn a::after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  left: calc(100% - 61px);
  background: #ad8822;
  width: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1080px) {
  .btn a::after {
    left: calc(100% - 31px);
  }
}
.btn a span {
  width: 12px;
  height: 12px;
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1080px) {
  .btn a span {
    right: 30px;
  }
}
.btn a span::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ad8822;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.top_nav_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: url("../img/top/top_navi_bg.jpg") no-repeat center;
  background-size: cover;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top_nav_bg.active {
  display: block;
  opacity: 1;
}

.page_mv {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media screen and (max-width: 840px) {
  .page_mv {
    height: 100vh;
  }
}
.page_mv.active {
  z-index: 1000;
}
.page_mv.access {
  background-image: url("../img/access/access_mv.jpg");
}
.page_mv.wine {
  background-image: url("../img/wine/wine_mv.jpg");
}


.page_mv.wine2 {
  background-image: url("../img/wine/wine2_mv.jpg");
}

.page_mv.wine3 {
  background-image: url("../img/wine/wine3_mv.jpg");
}

.page_mv.wine4 {
  background-image: url("../img/wine/wine4_mv.jpg");
}

.page_mv.about {
  background-image: url("../img/about/about_mv.jpg");
}
.page_mv.topics {
  background-image: url("../img/topics/topics_mv.jpg");
}
.page_mv.winery {
  background-image: url("../img/winery/winery_mv.jpg");
}

.page_mv.contact {
  background-image: url("../img/contact/contact_mv.jpg");
}
.page_mv.contact2 {
  background-image: url("../img/contact/contact2_mv.jpg");
}
.page_mv.guide {
  background-image: url("../img/guide/guide_mv.jpg");
}
.page_mv.policy {
  background-image: url("../img/policy/policy_mv.jpg");
}

@media screen and (max-width: 840px) {
  .wrap_page_ttl {
    height: 80vh;
    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;
  }
}

.page_ttl {
  height: 346px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-right: 144px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 52px;
  font-weight: bold;
  position: relative;
  z-index: 1000;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #FFF;
  line-height: 1.6;
  letter-spacing: 0.1em;
  pointer-events: none;
}
@media screen and (max-width: 980px) {
  .page_ttl {
    font-size: 40px;
  }
}
@media screen and (max-width: 840px) {
  .page_ttl {
    font-size: 32px;
    padding: 0;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
  }
}
@media screen and (max-width: 840px) {
  .page_ttl br {
    display: none;
  }
}
.page_ttl span {
  font-size: 16px;
  font-family: "EB Garamond", serif;
  display: block;
  letter-spacing: 0.06em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 48px;
  padding-top: 8px;
}
@media screen and (max-width: 980px) {
  .page_ttl span {
    margin-right: 16px;
  }
}
.page_ttl span::after {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background: #FFF;
  margin-top: 10px;
}

.pan {
  max-width: 1200px;
  margin: 0 auto 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  z-index: 100;
  padding: 0 20px;
}
@media screen and (max-width: 840px) {
  .pan {
    margin-bottom: 24px;
  }
}
.pan li {
  color: #FFF;
  font-size: 14px;
  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;
}
.pan li::after {
  content: "";
  display: block;
  background: url("../img/common/pan_arrow.svg") no-repeat;
  background-size: 4px;
  width: 4px;
  height: 7px;
  margin-right: 15px;
  margin-left: 15px;
}
.pan li:last-of-type::after {
  display: none;
}
.pan li a {
  color: #FFF;
}
.pan li a:hover {
  opacity: 0.6;
}

.page {
  width: calc(50% + 680px);
  width: calc(100% - 120px);
  padding-top: 140px;
  padding-bottom: 1px;
  background: url("../img/common/bg.jpg") repeat left top;
  position: relative;
  z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  left: 0;
  opacity: 1;
  z-index: 2000;
}
@media screen and (max-width: 1080px) {
  .page {
    padding-top: 20px;
  }
}
@media screen and (max-width: 840px) {
  .page {
    width: 100%;
    padding-top: 80px;
  }
}
.page.move {
  left: -100%;
  opacity: 0;
}
.page::before {
  content: "";
  display: block;
  background: url("../img/common/bg_top.png") no-repeat right top;
  width: 1500px;
  height: 403px;
  position: absolute;
  top: -90px;
  right: -20px;
}
@media screen and (max-width: 840px) {
  .page::before {
    display: none;
  }
}
.page::after {
  content: "";
  display: block;
  background: url("../img/common/bg_top2.png") repeat-x right top;
  width: calc(100% - 1480px);
  height: 403px;
  position: absolute;
  top: -90px;
  right: 1480px;
}
@media screen and (max-width: 840px) {
  .page::after {
    display: none;
  }
}

.sec_ttl_h {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .sec_ttl_h {
    font-size: 22px;
  }
}
.sec_ttl_h span {
  font-family: "EB Garamond", serif;
  font-size: 16px;
  font-weight: 500;
  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: 640px) {
  .sec_ttl_h span {
    font-size: 14px;
  }
}
.sec_ttl_h span::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background: #000;
  margin-left: 10px;
}

.sec_ttl_v {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.26em;
  margin-bottom: 100px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 640px) {
  .sec_ttl_v {
    font-size: 22px;
  }
}
.sec_ttl_v span {
  font-family: "EB Garamond", serif;
  font-size: 16px;
  font-weight: 500;
  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;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 640px) {
  .sec_ttl_v span {
    font-size: 14px;
  }
}
.sec_ttl_v span::after {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background: #000;
  margin-top: 10px;
}

.ttl_c {
  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;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.04em;
  white-space: nowrap;
  margin-bottom: 24px;
}
.ttl_c::before {
  content: "●";
  color: #DEDBD3;
  margin-right: 0.5em;
}
.ttl_c::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #D1CEC4;
  margin-left: 23px;
}

/*// WINE /////////////////////////////////////////*/
.page_wine {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
}
.page_wine .wine_head {
  background: url("../img/wine/wine_head_bg.png") no-repeat left top -60px;
  background-size: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  padding: 0 40px;
  padding-bottom: 241px;
  z-index: 100;
}
@media screen and (max-width: 1080px) {
  .page_wine .wine_head {
    padding-bottom: 90px;
    background-position: center bottom;
  }
}
.page_wine .wine_head .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .page_wine .wine_head .wrap {
    -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;
  }
}
@media screen and (max-width: 1080px) {
  .page_wine .wine_head .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 120px;
    position: relative;
  }
}
.page_wine .wine_head .wrap .cnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1280px) {
  .page_wine .wine_head .wrap .cnt {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1080px) {
  .page_wine .wine_head .wrap .cnt {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 640px) {
  .page_wine .wine_head .wrap .cnt {
    margin-bottom: 10px;
  }
}
.page_wine .wine_head .wrap .cnt .copy {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1280px) {
  .page_wine .wine_head .wrap .cnt .copy {
    font-size: 48px;
  }
}
@media screen and (max-width: 1080px) {
  .page_wine .wine_head .wrap .cnt .copy {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1080px) {
  .page_wine .wine_head .wrap .cnt .btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.page_wine .wine_head .wrap .txt {
  padding-top: 93px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 3.92;
  letter-spacing: 0.06em;
  font-size: 22px;
margin:0px auto;
}
@media screen and (max-width: 1280px) {
  .page_wine .wine_head .wrap .txt {
    padding-top: 0;
    line-height: 2.4;
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .page_wine .wine_head .wrap .txt {
    -ms-writing-mode: tb-lr;
    -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb;
  }
}
.page_wine .wine_img1 {
  background: url("../img/wine/images-I-20230216-2.jpg") no-repeat center;
  height: 680px;
  background-size: cover;
  position: relative;
  margin-bottom: 300px;
}

.page_wine .wine_img3 {
  background: url("../img/wine/images-I-20230216-3.jpg") no-repeat center;
  height: 680px;
  background-size: cover;
  position: relative;
  margin-bottom: 300px;
}

.page_wine .wine_img4 {
  background: url("../img/wine/images-I-20230216-4.jpg") no-repeat center;
  height: 680px;
  background-size: cover;
  position: relative;
  margin-bottom: 300px;
}

.page_wine .wine_img5 {
  background: url("../img/wine/images-I-20230216-5.jpg") no-repeat center;
  height: 680px;
  background-size: cover;
  position: relative;
  margin-bottom: 300px;
}
@media screen and (max-width: 1080px) {
  .page_wine .wine_img1 {
    height: 420px;
    margin-bottom: 180px;
  }
}
@media screen and (max-width: 840px) {
  .page_wine .wine_img1 {
    height: 280px;
    margin-bottom: 120px;
  }
}
.page_wine .wine_img1 .img {
  font-size: 0;
  position: absolute;
  bottom: -280px;
  right: 200px;
}
@media screen and (max-width: 1080px) {
  .page_wine .wine_img1 .img {
    right: 40px;
    bottom: -120px;
    width: 160px;
  }
}
@media screen and (max-width: 840px) {
  .page_wine .wine_img1 .img {
    right: 20px;
    bottom: -80px;
    width: 120px;
  }
}
.page_wine .server {
  max-width: 1080px;
  margin: 0 auto 247px;
  padding-left: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1080px) {
  .page_wine .server {
    padding: 0 40px 0 80px;
  }
}
@media screen and (max-width: 840px) {
  .page_wine .server {
    padding: 0 20px;
    margin-bottom: 120px;
  }
}
.page_wine .server .server_ttl {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
  position: relative;
}
@media screen and (max-width: 840px) {
  .page_wine .server .server_ttl {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.page_wine .server .server_ttl::before {
  content: "";
  display: block;
  background: url("../img/wine/fee_icon.svg") no-repeat;
  background-size: 88px;
  width: 88px;
  height: 99px;
  position: absolute;
  left: -60px;
  top: -54px;
}
@media screen and (max-width: 840px) {
  .page_wine .server .server_ttl::before {
    background-size: 60px;
    width: 60px;
    left: -10px;
    top: -60px;
  }
}
.page_wine .server .copy {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 48px;
}
@media screen and (max-width: 840px) {
  .page_wine .server .copy {
    font-size: 20px;
    margin-bottom: 32px;
  }
}
.page_wine .server .txt {
  max-width: 800px;
  margin-bottom: 64px;
}
.page_wine .server .txt p {
  margin-bottom: 20px;
  font-weight: 100;
  font-size:20px;
}
.page_wine .server .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 840px) {
  .page_wine .server .wrap {
    display: block;
  }
}
.page_wine .server .wrap .img {
  font-size: 0;
  margin-left: 40px;
}
@media screen and (max-width: 840px) {
  .page_wine .server .wrap .img {
    margin: 0;
    text-align: center;
  }
}
.page_wine .server .wrap .img span {
  display: inline-block;
}
.page_wine .server .wrap .cnt .btn {
  margin-bottom: 8px;
}
.page_wine .server .wrap .cnt .memo {
  margin-top: 64px;
  font-size: 14px;
  letter-spacing: 0.04em;
  margin-bottom: 46px;
}
.page_wine .wrap_recommend {
  overflow-x: hidden;
}
.page_wine .recommend {
  max-width: 1080px;
  margin: 0 auto 237px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 840px) {
  .page_wine .recommend {
    margin-bottom: 80px;
  }
}
.page_wine .recommend .wrap1 {
  padding-top: 105px;
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 840px) {
  .page_wine .recommend .wrap1 {
    padding: 105px 20px 0;
  }
}
@media screen and (max-width: 1200px) {
  .page_wine .recommend .wrap1 .imgs {
    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;
    margin-bottom: 60px;
  }
}
.page_wine .recommend .wrap1 .img1 {
  position: absolute;
  top: 100px;
  right: -320px;
}
@media screen and (max-width: 1600px) {
  .page_wine .recommend .wrap1 .img1 {
    right: -10vw;
    width: 36%;
  }
}
@media screen and (max-width: 1200px) {
  .page_wine .recommend .wrap1 .img1 {
    position: static;
    margin-right: 10%;
    width: auto;
    margin-left: -60px;
  }
}
.page_wine .recommend .wrap1 .img2 {
  position: absolute;
  top: 360px;
  left: -190px;
}
@media screen and (max-width: 1600px) {
  .page_wine .recommend .wrap1 .img2 {
    left: -6vw;
  }
}
@media screen and (max-width: 1200px) {
  .page_wine .recommend .wrap1 .img2 {
    position: static;
  }
}
.page_wine .recommend .wrap1 .sec_ttl_v {
  position: absolute;
  left: 60px;
  top: 0;
}
@media screen and (max-width: 840px) {
  .page_wine .recommend .wrap1 .sec_ttl_v {
    left: 20px;
  }
}
.page_wine .recommend .wrap1 .copy {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 36px;
  line-height: 2.4;
  letter-spacing: 0.08em;
  margin-left: 232px;
  margin-bottom: 70px;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .page_wine .recommend .wrap1 .copy {
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 840px) {
  .page_wine .recommend .wrap1 .copy {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.page_wine .recommend .wrap1 .comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 54px;
  margin-bottom: 64px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1200px) {
  .page_wine .recommend .wrap1 .comment {
    margin-left: -60px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 840px) {
  .page_wine .recommend .wrap1 .comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
    padding-right: 0;
    margin: 0 0 40px;
    text-align: center;
  }
}
.page_wine .recommend .wrap1 .comment li {
  font-size: 0;
  margin-right: 2px;
}
@media screen and (max-width: 840px) {
  .page_wine .recommend .wrap1 .comment li {
    padding-right: 0;
  }
}
.page_wine .recommend .wrap1 .txt {
  margin-left: 126px;
  width: 560px;
  letter-spacing: 0.04em;
  margin-bottom: 188px;
}
@media screen and (max-width: 1200px) {
  .page_wine .recommend .wrap1 .txt {
    margin-left: 0;
    width: auto;
    padding-right: 40px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 840px) {
  .page_wine .recommend .wrap1 .txt {
    margin: 0 0 60px;
    padding: 0;
  }
}
.page_wine .recommend .wrap2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1240px) {
  .page_wine .recommend .wrap2 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 840px) {
  .page_wine .recommend .wrap2 {
    display: block;
  }
}
@media screen and (max-width: 840px) {
  .page_wine .recommend .wrap2 .img {
    text-align: center;
    margin-bottom: 40px;
  }
}
.page_wine .recommend .wrap2 .img span {
  display: inline-block;
}
.page_wine .recommend .wrap2 .cnt {
  width: 656px;
  margin-bottom: 142px;
}
@media screen and (max-width: 1240px) {
  .page_wine .recommend .wrap2 .cnt {
    width: calc(100% - 350px);
  }
}
@media screen and (max-width: 840px) {
  .page_wine .recommend .wrap2 .cnt {
    width: 100%;
    margin-bottom: 48px;
  }
}
.page_wine .recommend .wrap2 .cnt .txt {
  margin-bottom: 60px;
}
@media screen and (max-width: 840px) {
  .page_wine .recommend .wrap2 .cnt .txt {
    margin-bottom: 40px;
  }
}
.page_wine .recommend .wrap2 .cnt .txt p {
  margin-bottom: 24px;
}
.page_wine .recommend .wrap2 .cnt .torihiki .ttl_c {
  margin-bottom: 14px;
}
.page_wine .recommend .wrap2 .cnt .torihiki .txt {
  font-size: 14px;
  letter-spacing: 0.04em;
  margin-bottom: 0;
}
.page_wine .recommend .wrap2 .btn_list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1240px) {
  .page_wine .recommend .wrap2 .btn_list {
    display: block;
  }
}
.page_wine .recommend .wrap2 .btn_list li {
  max-width: 536px;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .page_wine .recommend .wrap2 .btn_list li {
    margin: 0 auto 16px;
  }
}
.page_wine .recommend .wrap2 .btn_list li a {
  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;
  height: 120px;
  background: #ad8822;
  padding-left: 86px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 540px) {
  .page_wine .recommend .wrap2 .btn_list li a {
    padding-left: 46px;
    padding-right: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.page_wine .recommend .wrap2 .btn_list li a:hover {
  background: #FFF;
}
.page_wine .recommend .wrap2 .btn_list li a:hover p {
  color: #ad8822;
}
.page_wine .recommend .wrap2 .btn_list li a:hover p svg path {
  fill: #ad8822;
}
.page_wine .recommend .wrap2 .btn_list li a:hover .txt1:before {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 4px solid #ad8822;
}
.page_wine .recommend .wrap2 .btn_list li a:hover .txt1::after {
  background: #ad8822;
}
.page_wine .recommend .wrap2 .btn_list li a p {
  color: #FFF;
}
.page_wine .recommend .wrap2 .btn_list li a .txt1 {
  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;
  position: relative;
  margin-right: 40px;
}
@media screen and (max-width: 540px) {
  .page_wine .recommend .wrap2 .btn_list li a .txt1 {
    white-space: nowrap;
    margin-right: 16px;
  }
}
.page_wine .recommend .wrap2 .btn_list li a .txt1:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 4px solid #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page_wine .recommend .wrap2 .btn_list li a .txt1::after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background: #FFF;
  opacity: 0.34;
  margin-left: 12px;
}
@media screen and (max-width: 540px) {
  .page_wine .recommend .wrap2 .btn_list li a .txt1::after {
    width: 60px;
  }
}
@media screen and (max-width: 360px) {
  .page_wine .recommend .wrap2 .btn_list li a .txt1::after {
    width: 10px;
  }
}
.page_wine .recommend .wrap2 .btn_list li a .txt1 br {
  display: none;
}
@media screen and (max-width: 480px) {
  .page_wine .recommend .wrap2 .btn_list li a .txt1 br {
    display: block;
  }
}
.page_wine .recommend .wrap2 .btn_list li a .txt2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-bottom: 27px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 540px) {
  .page_wine .recommend .wrap2 .btn_list li a .txt2 {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 94px;
  }
}
.page_wine .recommend .wrap2 .btn_list li a .txt2 svg {
  margin-bottom: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page_wine .recommend .wrap2 .btn_list li a .txt2 svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page_wine .wrap_mariage {
  overflow-x: hidden;
}
.page_wine .mariage {
  max-width: 1080px;
  margin: 0 auto 137px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 840px) {
  .page_wine .mariage {
    margin-bottom: 80px;
  }
}
.page_wine .mariage .wrap {
  position: relative;
  margin-bottom: 458px;
}
@media screen and (max-width: 1240px) {
  .page_wine .mariage .wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 840px) {
  .page_wine .mariage .wrap {
    display: block;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 840px) {
  .page_wine .mariage .wrap .cnt {
    margin-bottom: 40px;
  }
}
.page_wine .mariage .wrap .cnt .sec_ttl_h {
  margin-bottom: 102px;
}
@media screen and (max-width: 840px) {
  .page_wine .mariage .wrap .cnt .sec_ttl_h {
    margin-bottom: 40px;
  }
}
.page_wine .mariage .wrap .cnt .txt {
  width: 620px;
}
@media screen and (max-width: 1600px) {
  .page_wine .mariage .wrap .cnt .txt {
    width: 55%;
  }
}
@media screen and (max-width: 840px) {
  .page_wine .mariage .wrap .cnt .txt {
    width: 100%;
  }
}
.page_wine .mariage .wrap .img {
  position: absolute;
  top: 0;
  right: -200px;
}
@media screen and (max-width: 1600px) {
  .page_wine .mariage .wrap .img {
    right: 0;
    width: 40%;
  }
}
@media screen and (max-width: 840px) {
  .page_wine .mariage .wrap .img {
    position: static;
    width: 100%;
    text-align: center;
  }
}
.page_wine .mariage .mariage1,
.page_wine .mariage .mariage2 {
  position: relative;
}
.page_wine .mariage .mariage1 .cnt,
.page_wine .mariage .mariage2 .cnt {
  max-width: 620px;
}
.page_wine .mariage .mariage1 .cnt .ttl,
.page_wine .mariage .mariage2 .cnt .ttl {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.9;
  margin-bottom: 44px;
}
@media screen and (max-width: 840px) {
  .page_wine .mariage .mariage1 .cnt .ttl,
.page_wine .mariage .mariage2 .cnt .ttl {
    font-size: 24px;
    margin-bottom: 32px;
  }
}
.page_wine .mariage .mariage1 .cnt .txt,
.page_wine .mariage .mariage2 .cnt .txt {
  letter-spacing: 0.04em;
  margin-bottom: 60px;
}
@media screen and (max-width: 840px) {
  .page_wine .mariage .mariage1 .cnt .txt,
.page_wine .mariage .mariage2 .cnt .txt {
    margin-bottom: 40px;
  }
}
.page_wine .mariage .mariage1 .cnt .example .ttl_c,
.page_wine .mariage .mariage2 .cnt .example .ttl_c {
  margin-bottom: 14px;
  font-size:25px;
}
.page_wine .mariage .mariage1 .cnt .example .txt,
.page_wine .mariage .mariage2 .cnt .example .txt {
  font-size: 14px;
  letter-spacing: 0 0.4em;
  margin-bottom: 0;
}
.page_wine .mariage .mariage1 {
  width: 100%;
  margin-bottom: 230px;
  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-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1080px) {
  .page_wine .mariage .mariage1 {
    margin-bottom: 36vw;
  }
}
@media screen and (max-width: 840px) {
  .page_wine .mariage .mariage1 {
    display: block;
    padding: 0 20px;
    margin-bottom: 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.page_wine .mariage .mariage1 .cnt {
  margin-bottom: 110px;
}
@media screen and (max-width: 1200px) {
  .page_wine .mariage .mariage1 .cnt {
    width: 60%;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 1080px) {
  .page_wine .mariage .mariage1 .cnt {
    width: 50%;
  }
}
@media screen and (max-width: 840px) {
  .page_wine .mariage .mariage1 .cnt {
    width: 100%;
    padding: 0;
    margin-bottom: 32px;
  }
}
.page_wine .mariage .mariage1 .img2 {
  margin-left: -80px;
}
@media screen and (max-width: 1200px) {
  .page_wine .mariage .mariage1 .img2 {
    margin-left: 0;
    width: 45%;
  }
}
@media screen and (max-width: 840px) {
  .page_wine .mariage .mariage1 .img2 {
    width: 100%;
  }
}
.page_wine .mariage .mariage1 .img1 {
  position: absolute;
  left: -310px;
  top: -295px;
}
@media screen and (max-width: 1200px) {
  .page_wine .mariage .mariage1 .img1 {
    width: 80%;
    left: -30%;
  }
}
@media screen and (max-width: 840px) {
  .page_wine .mariage .mariage1 .img1 {
    position: static;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    padding-right: 7%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.page_wine .mariage .mariage1 .icon1,
.page_wine .mariage .mariage1 .icon2,
.page_wine .mariage .mariage1 .icon3 {
  position: absolute;
}
.page_wine .mariage .mariage1 .icon1 {
  left: -100px;
  top: -410px;
}
@media screen and (max-width: 840px) {
  .page_wine .mariage .mariage1 .icon1 {
    top: -5vw;
    left: 10%;
    width: 60px;
  }
}
.page_wine .mariage .mariage1 .icon2 {
  bottom: -140px;
  left: 310px;
}
@media screen and (max-width: 840px) {
  .page_wine .mariage .mariage1 .icon2 {
    left: 0;
  }
}
.page_wine .mariage .mariage1 .icon3 {
  top: 320px;
  right: -245px;
}
@media screen and (max-width: 840px) {
  .page_wine .mariage .mariage1 .icon3 {
    right: 0;
    top: 99vw;
    width: 60px;
  }
}
.page_wine .mariage .mariage2 {
  width: 100%;
  margin-bottom: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1080px) {
  .page_wine .mariage .mariage2 {
    display: block;
    margin-bottom: 60px;
  }
}
.page_wine .mariage .mariage2 .cnt {
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .page_wine .mariage .mariage2 .cnt {
    padding-left: 20px;
  }
}
.page_wine .mariage .mariage2 .img2 {
  margin-right: -80px;
  font-size: 0;
}
@media screen and (max-width: 1080px) {
  .page_wine .mariage .mariage2 .img2 {
    margin-right: 0;
    padding: 0 20px;
  }
}
.page_wine .mariage .mariage2 .img1 {
  position: absolute;
  right: -200px;
  right: calc(-50vw + 600px);
  top: -200px;
}
@media screen and (max-width: 1200px) {
  .page_wine .mariage .mariage2 .img1 {
    right: 0;
    width: 48%;
  }
}
@media screen and (max-width: 840px) {
  .page_wine .mariage .mariage2 .img1 {
    position: static;
    margin-bottom: 20px;
    width: 100%;
    padding-left: 20%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: right;
  }
}
.page_wine .mariage .mariage2 .icon1 {
  position: absolute;
  left: -105px;
  bottom: -44px;
}
@media screen and (max-width: 840px) {
  .page_wine .mariage .mariage2 .icon1 {
    display: none;
  }
}
.page_wine .contact_box {
  max-width: 1080px;
  margin: 0 auto 317px;
  background: rgba(95, 22, 58, 0.34);
  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: 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1240px) {
  .page_wine .contact_box {
    margin: 0 20px 180px;
  }
}
@media screen and (max-width: 840px) {
  .page_wine .contact_box {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .page_wine .contact_box {
    padding: 32px 24px;
    margin-bottom: 100px;
  }
}
.page_wine .contact_box .cnt {
  max-width: 620px;
  width: calc(100% - 300px);
}
@media screen and (max-width: 840px) {
  .page_wine .contact_box .cnt {
    max-width: none;
    width: 100%;
  }
}
.page_wine .contact_box .cnt .txt {
  color: #FFF;
  letter-spacing: 0.04em;
  margin-bottom: 56px;
}
@media screen and (max-width: 840px) {
  .page_wine .contact_box .cnt .txt {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 840px) {
  .page_wine .contact_box .cnt .btn {
    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;
  }
}
.page_wine .contact_box .img {
  font-size: 0;
}
@media screen and (max-width: 840px) {
  .page_wine .contact_box .img {
    text-align: center;
    margin-bottom: 40px;
  }
}

/*// ABOUT /////////////////////////////////////////*/
.page_about {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
}
.page_about .about_head {
  background: url("../img/about/about_head_bg.png") no-repeat center top 80px;
  padding-bottom: 221px;
  position: relative;
  z-index: 100;
  overflow-x: hidden;
}
@media screen and (max-width: 1080px) {
  .page_about .about_head {
    padding-bottom: 0;
    margin-bottom: 140px;
  }
}
.page_about .about_head .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto 300px;
}
@media screen and (max-width: 1280px) {
  .page_about .about_head .wrap {
    -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;
  }
}
@media screen and (max-width: 1080px) {
  .page_about .about_head .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    margin-bottom: 120px;
  }
}
.page_about .about_head .wrap .cnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 30px;
}
@media screen and (max-width: 1280px) {
  .page_about .about_head .wrap .cnt {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1080px) {
  .page_about .about_head .wrap .cnt {
    margin: 0 0 50px;
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .page_about .about_head .wrap .cnt {
    margin-bottom: 32px;
  }
}
.page_about .about_head .wrap .cnt .copy {
  font-size: 50px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1280px) {
  .page_about .about_head .wrap .cnt .copy {
    font-size: 48px;
  }
}
@media screen and (max-width: 1080px) {
  .page_about .about_head .wrap .cnt .copy {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
.page_about .about_head .wrap .cnt .lead {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1080px) {
  .page_about .about_head .wrap .cnt .lead {
    font-size: 18px;
  }
}
.page_about .about_head .wrap .txt {
  padding-top: 93px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 2.82;
  letter-spacing: 0.06em;
  font-size: 17px;
}
@media screen and (max-width: 1280px) {
  .page_about .about_head .wrap .txt {
    padding-top: 0;
    line-height: 2.4;
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .page_about .about_head .wrap .txt {
    -ms-writing-mode: tb-lr;
    -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb;
  }
}
.page_about .about_head .overview {
  max-width: 1080px;
  margin: 0 auto 30px;
  padding-left: 180px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .page_about .about_head .overview {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1080px) {
  .page_about .about_head .overview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}
@media screen and (max-width: 1080px) {
  .page_about .about_head .overview .wrap2 {
    padding: 0 20px;
  }
}
.page_about .about_head .overview .name {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 42px;
}
@media screen and (max-width: 840px) {
  .page_about .about_head .overview .name {
    font-size: 28px;
  }
}
.page_about .about_head .overview .name span {
  font-size: 24px;
  display: block;
}
@media screen and (max-width: 840px) {
  .page_about .about_head .overview .name span {
    font-size: 20px;
  }
}
.page_about .about_head .overview ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page_about .about_head .overview ul li p {
  line-height: 2.5;
}
.page_about .about_head .overview ul li .ttl {
  width: 137px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
		  font-size:26px;
}
.page_about .about_head .overview ul li .cnt {font-size:26px; margin-left:40px;}
@media screen and (max-width: 640px) {
  .page_about .about_head .overview ul li .ttl {
    font-size: 14px;
    width: 100px;
  }
}
@media screen and (max-width: 640px) {
  .page_about .about_head .overview ul li .cnt {
    font-size: 14px;
  }
}
@media screen and (max-width: 1080px) {
  .page_about .about_head .overview .imgs {
    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: 100%;
    margin-bottom: 60px;
  }
}
.page_about .about_head .overview .imgs .img1 {
  position: absolute;
  right: -200px;
  top: -90px;
}
@media screen and (max-width: 1600px) {
  .page_about .about_head .overview .imgs .img1 {
    right: -10vw;
    width: 40%;
  }
}
@media screen and (max-width: 1080px) {
  .page_about .about_head .overview .imgs .img1 {
    position: static;
    margin-right: 5%;
    width: auto;
  }
}
.page_about .about_head .overview .imgs .img2 {
  position: absolute;
  left: -200px;
  top: 8px;
}
@media screen and (max-width: 1600px) {
  .page_about .about_head .overview .imgs .img2 {
    left: -10vw;
  }
}
@media screen and (max-width: 1080px) {
  .page_about .about_head .overview .imgs .img2 {
    position: static;
    text-align: center;
  }
}
.page_about .products {
  overflow-x: hidden;
}
.page_about .products .wrap1 {
  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-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto 180px;
}
@media screen and (max-width: 1240px) {
  .page_about .products .wrap1 {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  .page_about .products .wrap1 {
    margin-bottom: 60px;
  }
}
.page_about .products .wrap1 .products_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .page_about .products .wrap1 .products_list {
    display: block;
  }
}
.page_about .products .wrap1 .products_list li {
  margin-right: 56px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .page_about .products .wrap1 .products_list li {
    margin-bottom: 50px;
    margin-right: 32px;
  }
}
.page_about .products .wrap1 .products_list li:nth-of-type(2) {
  margin-top: 160px;
}
@media screen and (max-width: 840px) {
  .page_about .products .wrap1 .products_list li:nth-of-type(2) {
    margin-top: 0;
  }
}
.page_about .products .wrap1 .products_list li .img {
  font-size: 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 840px) {
  .page_about .products .wrap1 .products_list li .img {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 640px) {
  .page_about .products .wrap1 .products_list li .img {
    margin-bottom: 24px;
  }
}
.page_about .products .wrap1 .products_list li .ttl {
  font-size: 36px;
  font-weight: 600;
}
@media screen and (max-width: 840px) {
  .page_about .products .wrap1 .products_list li .ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .page_about .products .wrap1 .products_list li .ttl {
    font-size: 24px;
  }
}
.page_about .products .product_img1 {
  background: url("../img/about/about_img3.jpg") no-repeat center;
  background-size: cover;
  height: 600px;
  margin-bottom: 240px;
}
@media screen and (max-width: 1080px) {
  .page_about .products .product_img1 {
    height: 420px;
  }
}
@media screen and (max-width: 640px) {
  .page_about .products .product_img1 {
    height: 280px;
    margin-bottom: 60px;
  }
}
.page_about .products .inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto 180px;
}
@media screen and (max-width: 440px) {
  .page_about .products .inner {
    margin-bottom: 80px;
  }
}
.page_about .products .wrap2 {
  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;
  margin-bottom: 124px;
}
@media screen and (max-width: 1240px) {
  .page_about .products .wrap2 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .page_about .products .wrap2 {
    display: block;
    margin-bottom: 60px;
  }
}
.page_about .products .wrap2 .cnt {
  width: 560px;
  
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .page_about .products .wrap2 .cnt {
    margin-bottom: 40px;
    width: 100%;
  }
}
.page_about .products .wrap2 .cnt .ttl {
  width: 282px;
  padding-top: 28px;
  padding-bottom: 15px;
  background: url("../img/about/about_kome.png") no-repeat left bottom;
  background-size: 91px;
  font-size: 62px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-bottom: 30px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 640px) {
  .page_about .products .wrap2 .cnt .ttl {
    font-size: 40px;
    width: 220px;
    margin-bottom: 10px;
  }
}
.page_about .products .wrap2 .cnt .ttl span {
  font-size: 36px;
  display: block;
  letter-spacing: 0.18em;
  padding-top: 8px;
}
@media screen and (max-width: 640px) {
  .page_about .products .wrap2 .cnt .ttl span {
    font-size: 24px;
  }
}
.page_about .products .wrap2 .cnt .memo {
  text-align: center;
  margin-bottom: 46px;
}
@media screen and (max-width: 640px) {
  .page_about .products .wrap2 .cnt .memo {
    margin-bottom: 24px;
  }
}
.page_about .products .wrap2 .cnt .txt {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 840px) {
  .page_about .products .wrap2 .cnt .txt {
    font-size: 18px;
  }
}
.page_about .products .wrap2 .img {
  margin-left: 40px;
}
@media screen and (max-width: 640px) {
  .page_about .products .wrap2 .img {
    margin: 0;
    text-align: center;
  }
}
.page_about .products .wrap3 {
  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;
  margin-bottom: 240px;
}
@media screen and (max-width: 1240px) {
  .page_about .products .wrap3 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .page_about .products .wrap3 {
    display: block;
    margin-bottom: 80px;
  }
}
.page_about .products .wrap3 .img {
  font-size: 0;
  margin-right: 40px;
}
@media screen and (max-width: 640px) {
  .page_about .products .wrap3 .img {
    margin: 0 0 24px;
    text-align: center;
  }
}
.page_about .products .wrap3 .cnt {
  max-width: 764px;
  width: 100%;
}
.page_about .products .wrap3 .cnt .lead {
  font-size: 18px;
  margin-bottom: 24px;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .page_about .products .wrap3 .cnt .lead {
    font-size: 17px;
  }
}
.page_about .products .wrap4 {
  padding-left: 300px;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 180px;
}
@media screen and (max-width: 1080px) {
  .page_about .products .wrap4 {
    padding: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 640px) {
  .page_about .products .wrap4 {
    margin-bottom: 60px;
  }
}
.page_about .products .wrap4 .head {
  max-width: 482px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 64px;
  padding-top: 16px;
}
@media screen and (max-width: 640px) {
  .page_about .products .wrap4 .head {
    margin-bottom: 40px;
  }
}
.page_about .products .wrap4 .head .ttl {
  font-size: 62px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-bottom: 50px;
  letter-spacing: 0.26em;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .page_about .products .wrap4 .head .ttl {
    font-size: 42px;
    margin-bottom: 10px;
  }
}
.page_about .products .wrap4 .head .lead {
  font-weight: 500;
}
@media screen and (max-width: 1080px) {
  .page_about .products .wrap4 ul {
    margin-bottom: 60px;
  }
}
.page_about .products .wrap4 ul li {
  padding-left: 1.5em;
  position: relative;
  font-size: 14px;
}
.page_about .products .wrap4 ul li::before {
  content: "●";
  color: #DEDBD3;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1080px) {
  .page_about .products .wrap4 .imgs {
    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: 640px) {
  .page_about .products .wrap4 .imgs {
    display: block;
  }
}
.page_about .products .wrap4 .imgs .img1 {
  position: absolute;
  top: 0;
  right: -200px;
}
@media screen and (max-width: 1080px) {
  .page_about .products .wrap4 .imgs .img1 {
    position: static;
    width: 49%;
  }
}
@media screen and (max-width: 640px) {
  .page_about .products .wrap4 .imgs .img1 {
    margin-bottom: 8px;
    width: 100%;
  }
}
.page_about .products .wrap4 .imgs .img2 {
  position: absolute;
  left: -200px;
  bottom: 0;
}
@media screen and (max-width: 1400px) {
  .page_about .products .wrap4 .imgs .img2 {
    left: -120px;
  }
}
@media screen and (max-width: 1080px) {
  .page_about .products .wrap4 .imgs .img2 {
    position: static;
    width: 49%;
  }
}
@media screen and (max-width: 640px) {
  .page_about .products .wrap4 .imgs .img2 {
    width: 100%;
  }
}
.page_about .products .wrap4 .icon1 {
  position: absolute;
  left: -100px;
  top: 180px;
}
@media screen and (max-width: 1400px) {
  .page_about .products .wrap4 .icon1 {
    left: -120px;
  }
}
@media screen and (max-width: 1080px) {
  .page_about .products .wrap4 .icon1 {
    position: static;
  }
}
.page_about .products .other_sake {
  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;
  margin-bottom: 140px;
}
@media screen and (max-width: 1240px) {
  .page_about .products .other_sake {
    padding: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .page_about .products .other_sake {
    display: block;
    margin-bottom: 60px;
  }
}
.page_about .products .other_sake li {
  padding-top: 150px;
  text-align: center;
  max-width: 31%;
}
@media screen and (max-width: 840px) {
  .page_about .products .other_sake li {
    width: 32%;
  }
}
@media screen and (max-width: 640px) {
  .page_about .products .other_sake li {
    width: 100%;
    max-width: none;
    padding-top: 0;
    margin-bottom: 40px;
  }
}
.page_about .products .other_sake li:nth-of-type(2) {
  padding-top: 0;
}
.page_about .products .other_sake li .img {
  font-size: 0;
  margin-bottom: 56px;
}
@media screen and (max-width: 840px) {
  .page_about .products .other_sake li .img {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 640px) {
  .page_about .products .other_sake li .img {
    margin-bottom: 24px;
  }
}
.page_about .products .other_sake li .img span {
  display: inline-block;
}
.page_about .products .other_sake li .ttl {
  font-size: 36px;
  margin-bottom: 8px;
}
@media screen and (max-width: 640px) {
  .page_about .products .other_sake li .ttl {
    font-size: 24px;
  }
}
.page_about .contact_box {
  max-width: 1080px;
  width: 100%;
  background: rgba(95, 22, 58, 0.34);
  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: 64px 94px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 240px;
}
@media screen and (max-width: 1240px) {
  .page_about .contact_box {
    margin: 0 20px 240px;
    width: calc(100% - 40px);
    padding: 48px;
  }
}
@media screen and (max-width: 640px) {
  .page_about .contact_box {
    padding: 32px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1080px) {
  .page_about .contact_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page_about .contact_box .txt {
  font-size: 20px;
  color: #FFF;
}
@media screen and (max-width: 1080px) {
  .page_about .contact_box .txt {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 640px) {
  .page_about .contact_box .txt {
    font-size: 17px;
  }
}
@media screen and (max-width: 1080px) {
  .page_about .contact_box .txt br {
    display: none;
  }
}
.page_about .contact_box .img {
  font-size: 0;
}
.page_about .roots .roots_mv {
  background: url("../img/about/roots_bg.jpg") no-repeat bottom center;
  height: 680px;
  background-size: cover;
  margin-bottom: 240px;
  padding: 147px 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .page_about .roots .roots_mv {
    padding-top: 60px;
    margin-bottom: 100px;
  }
}
.page_about .roots .roots_mv .inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 640px) {
  .page_about .roots .roots_mv .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page_about .roots .roots_mv .inner .sec_ttl_v {
  color: #FFF;
  margin-left: 146px;
}
@media screen and (max-width: 1240px) {
  .page_about .roots .roots_mv .inner .sec_ttl_v {
    margin-left: 140px;
  }
}
@media screen and (max-width: 640px) {
  .page_about .roots .roots_mv .inner .sec_ttl_v {
    margin-left: 40px;
    margin-bottom: 24px;
    margin-left: auto;
  }
}
.page_about .roots .roots_mv .inner .sec_ttl_v span::after {
  background: #FFF;
}
.page_about .roots .roots_mv .inner .txt {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #FFF;
  padding-top: 58px;
  line-height: 3.6;
  letter-spacing: 0.24em;
  margin-bottom: 72px;
}
@media screen and (max-width: 940px) {
  .page_about .roots .roots_mv .inner .txt {
    line-height: 2.2;
    padding-top: 0;
    margin-bottom: 40px;
  }
}
.page_about .roots .roots_mv .inner .memo {
  width: 100%;
  color: #FFF;
  font-size: 14px;
}
@media screen and (max-width: 1240px) {
  .page_about .roots .roots_mv .inner .memo {
    font-size: 12px;
  }
}
.page_about .roots .history {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .page_about .roots .history {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.page_about .roots .history ul {
  max-width: 780px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .page_about .roots .history ul {
    margin-bottom: 24px;
  }
}
.page_about .roots .history ul::before {
  content: "";
  display: block;
  background: #D1CEC4;
  width: 1px;
  height: 322px;
  position: absolute;
  left: 64px;
  top: -300px;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .page_about .roots .history ul::before {
    left: 40px;
    height: 170px;
    top: -146px;
  }
}
.page_about .roots .history ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
.page_about .roots .history ul li:last-of-type .ttl::after {
  display: none;
}
.page_about .roots .history ul li .ttl {
  width: 128px;
  background: rgba(64, 48, 39, 0.38);
  text-align: center;
  padding-top: 43px;
  font-size: 19px;
  font-weight: 600;
  color: #FFF;
  position: relative;
}
@media screen and (max-width: 640px) {
  .page_about .roots .history ul li .ttl {
    font-size: 17px;
    width: 80px;
  }
}
.page_about .roots .history ul li .ttl::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border: 3px solid #D1CEC4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  top: 24px;
  left: calc(50% - 4px);
}
.page_about .roots .history ul li .ttl::after {
  content: "";
  display: block;
  background: #D1CEC4;
  width: 1px;
  height: calc(100% - 65px);
  position: absolute;
  top: 100px;
  left: 50%;
  z-index: 10;
}
.page_about .roots .history ul li .cnt {
  width: calc(100% - 127px);
  background: rgba(64, 48, 39, 0.34);
  padding: 42px 48px 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .page_about .roots .history ul li .cnt {
    width: calc(100% - 80px);
    padding: 48px 24px;
  }
}
.page_about .roots .history ul li .cnt p {
  color: #FFF;
}
.page_about .roots .history ul li .cnt .name {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .page_about .roots .history ul li .cnt .name {
    font-size: 16px;
  }
}
.page_about .roots .history .history1 {
  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;
  margin-bottom: 68px;
}
@media screen and (max-width: 640px) {
  .page_about .roots .history .history1 {
    display: block;
  }
}
.page_about .roots .history .history1 .imgs {
  margin-left: 30px;
}
@media screen and (max-width: 640px) {
  .page_about .roots .history .history1 .imgs {
    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;
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  .page_about .roots .history .history1 .imgs p {
    width: 49%;
  }
}
.page_about .roots .history .history1 .imgs p span {
  display: block;
  font-size: 14px;
}
.page_about .roots .history .history1 .imgs .img1 {
  margin-bottom: 467px;
}
@media screen and (max-width: 640px) {
  .page_about .roots .history .history1 .imgs .img1 {
    margin-bottom: 0;
  }
}
.page_about .roots .history .history2 {
  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;
  margin-bottom: 180px;
}
@media screen and (max-width: 640px) {
  .page_about .roots .history .history2 {
    display: block;
    margin-bottom: 80px;
  }
}
.page_about .roots .history .history2 ul {
  max-width: 604px;
}
.page_about .roots .history .history2 ul::before {
  height: 92px;
  top: -65px;
}
.page_about .roots .history .history2 ul li:last-of-type .ttl span {
  content: "";
  display: block;
  background: #D1CEC4;
  width: 1px;
  position: absolute;
  top: 100px;
  left: 50%;
  z-index: 10;
  height: 604px;
}
@media screen and (max-width: 1140px) {
  .page_about .roots .history .history2 ul li:last-of-type .ttl span {
    height: 540px;
  }
}
@media screen and (max-width: 940px) {
  .page_about .roots .history .history2 ul li:last-of-type .ttl span {
    height: 450px;
  }
}
@media screen and (max-width: 640px) {
  .page_about .roots .history .history2 ul li:last-of-type .ttl span {
    height: 250px;
  }
}
.page_about .roots .history .history2 ul li:last-of-type .ttl span:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border: 4px solid #ad8822;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  bottom: -13px;
  left: -6px;
}
.page_about .roots .history .history2 .imgs {
  padding-top: 96px;
  margin-right: 24px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 640px) {
  .page_about .roots .history .history2 .imgs {
    margin: 0 0 30px;
    padding-top: 0;
  }
}
.page_about .roots .history .history2 .imgs .ttl {
  padding-left: 50px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 36px;
  font-weight: 600;
  opacity: 0.3;
  margin-bottom: 46px;
}
.page_about .profile {
  background: rgba(255, 255, 255, 0.3);
  padding: 198px 20px 180px;
}
@media screen and (max-width: 640px) {
  .page_about .profile {
    padding: 80px 20px;
  }
}
.page_about .profile .inner {
  max-width: 1080px;
  width: 100%;
  margin: 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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 640px) {
  .page_about .profile .inner {
    display: block;
  }
}
.page_about .profile .inner .cnt {
  max-width: 664px;
  padding-top: 64px;
}
@media screen and (max-width: 640px) {
  .page_about .profile .inner .cnt {
    padding-top: 0;
  }
}
.page_about .profile .inner .cnt .sec_ttl_h {
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .page_about .profile .inner .cnt .sec_ttl_h {
    margin-bottom: 32px;
  }
}
.page_about .profile .inner .img {
  margin-left: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .page_about .profile .inner .img {
    margin: 0 0 32px;
  }
}
.page_about .profile .inner .img .name {
  font-size: 62px;
  font-weight: 600;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  line-height: 1.8;
  margin-bottom: 64px;
}
@media screen and (max-width: 640px) {
  .page_about .profile .inner .img .name {
    font-size: 42px;
    line-height: 1.6;
    margin-bottom: 24px;
  }
}
.page_about .profile .inner .img .name span {
  font-size: 24px;
  display: block;
  margin-left: 12px;
}
@media screen and (max-width: 640px) {
  .page_about .profile .inner .img .name span {
    font-size: 18px;
  }
}
.page_about .profile .inner .img .img {
  font-size: 0;
}
.page_about .about_img2 {
  margin-bottom: 236px;
  font-size: 0;
  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;
  background: #483f38;
}
@media screen and (max-width: 840px) {
  .page_about .about_img2 {
    display: block;
    margin-bottom: 80px;
  }
}
.page_about .about_img2 .imgl {
  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;
}
@media screen and (max-width: 840px) {
  .page_about .about_img2 .imgl {
    width: 100%;
  }
}
.page_about .about_img2 .imgl ul {
  width: 66.7%;
}
.page_about .about_img2 .imgl ul:first-of-type {
  width: 33.3%;
}
.page_about .about_img2 .imgl ul:last-of-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.page_about .about_img2 .imgl ul:last-of-type li {
  width: 50%;
}
.page_about .about_img2 .imgl ul:last-of-type li:first-of-type {
  width: 100%;
}
.page_about .about_img2 .imgl ul:last-of-type li:first-of-type span {
  height: calc(100% + 2px);
}
.page_about .about_img2 .imgl ul:last-of-type li:first-of-type span img {
  height: 100%;
}
.page_about .about_img2 .imgr {
  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;
}
@media screen and (max-width: 840px) {
  .page_about .about_img2 .imgr {
    width: 100%;
  }
}
.page_about .about_img2 .imgr ul {
  width: 66.67%;
}
.page_about .about_img2 .imgr ul:last-of-type {
  width: 33.33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page_about .about_img2 .imgr ul:last-of-type li {
  width: 50%;
}
.page_about .about_img2 .imgr ul:last-of-type li:first-of-type {
  width: 100%;
}
.page_about .about_img2 .imgr ul:first-of-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.page_about .about_img2 .imgr ul:first-of-type li {
  width: 50%;
}
.page_about .about_img2 .imgr ul:first-of-type li:last-of-type {
  width: 100%;
}
.page_about .about_img2 .imgr ul:first-of-type li:last-of-type span {
  margin-top: -2px;
  height: calc(100% + 2px);
}
.page_about .about_img2 .imgr ul:first-of-type li:last-of-type span img {
  height: 100%;
}
.page_about .about_img2 li {
  display: block;
}
.page_about .about_img2 li span {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}
.page_about .about_img2 li span:hover::before, .page_about .about_img2 li span:hover::after {
  opacity: 0;
}
.page_about .about_img2 li span::before {
  content: "";
  display: block;
  background: #625850;
  opacity: 0.74;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100;
}
.page_about .about_img2 li span::after {
  content: "";
  display: block;
  background: #625850;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100;
  mix-blend-mode: color;
}
.page_about .about_img2 img {
  width: 100%;
  height: auto;
}
.page_about .outline {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto 157px;
}
@media screen and (max-width: 1240px) {
  .page_about .outline {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  .page_about .outline {
    margin-bottom: 80px;
  }
}
.page_about .outline ul {
  max-width: 870px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .page_about .outline ul {
    padding-bottom: 10px;
  }
}
.page_about .outline ul:before {
  content: "";
  display: block;
  background: #D1CEC4;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 253px;
  top: 12px;
}
@media screen and (max-width: 640px) {
  .page_about .outline ul:before {
    left: 110px;
    top: 22px;
  }
}
.page_about .outline ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
}
.page_about .outline ul li .date {
  width: 190px;
  margin-right: 124px;
  font-size: 20px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 640px) {
  .page_about .outline ul li .date {
    font-size: 14px;
    width: 90px;
    margin-right: 42px;
  }
}
.page_about .outline ul li .txt {
  position: relative;
}
.page_about .outline ul li .txt::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 4px solid #403027;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 12px;
  left: -67px;
}
@media screen and (max-width: 640px) {
  .page_about .outline ul li .txt::before {
    left: -28px;
  }
}
.page_about .books {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto 248px;
}
@media screen and (max-width: 1240px) {
  .page_about .books {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  .page_about .books {
    margin-bottom: 100px;
  }
}
.page_about .books .sec_ttl_v {
  margin-left: 790px;
  margin-bottom: -36px;
}
@media screen and (max-width: 1080px) {
  .page_about .books .sec_ttl_v {
    margin-left: auto;
    margin-bottom: 0;
  }
}
.page_about .books ul {
  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: 840px) {
  .page_about .books ul {
    display: block;
  }
}
.page_about .books ul li {
  width: 508px;
  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: 840px) {
  .page_about .books ul li {
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.page_about .books ul li:last-of-type {
  padding-top: 165px;
}
@media screen and (max-width: 840px) {
  .page_about .books ul li:last-of-type {
    padding-top: 0;
  }
}
.page_about .books ul li .img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 16px;
  margin-left: -22px;
}
@media screen and (max-width: 640px) {
  .page_about .books ul li .img {
    width: 48%;
    margin-left: -16px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
.page_about .books ul li .cnt {
  width: 320px;
}
@media screen and (max-width: 840px) {
  .page_about .books ul li .cnt {
    width: auto;
  }
}
.page_about .books ul li .cnt .ttl {
  font-size: 36px;
  line-height: 1.9;
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (max-width: 1080px) {
  .page_about .books ul li .cnt .ttl {
    font-size: 24px;
    margin-right: 24px;
  }
}
@media screen and (max-width: 640px) {
  .page_about .books ul li .cnt .ttl {
    font-size: 20px;
  }
}
.page_about .books ul li .cnt .date {
  font-family: "EB Garamond", serif;
  margin-bottom: 16px;
}

/*// ACCESS /////////////////////////////////////////*/
.page_access .access_head {
  padding-bottom: 197px;
  padding-right: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1400px) {
  .page_access .access_head {
    padding-right: 10%;
  }
}
@media screen and (max-width: 840px) {
  .page_access .access_head {
    padding-right: 20px;
    padding-bottom: 0;
    margin-bottom: 80px;
  }
}
.page_access .access_head .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 840px) {
  .page_access .access_head .wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 640px) {
  .page_access .access_head .wrap {
    display: block;
  }
}
.page_access .access_head .wrap .cnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .page_access .access_head .wrap .cnt {
    margin-bottom: 40px;
  }
}
.page_access .access_head .wrap .cnt .zip {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 36px;
}
@media screen and (max-width: 840px) {
  .page_access .access_head .wrap .cnt .zip {
    font-size: 15px;
    margin-bottom: 16px;
  }
}
.page_access .access_head .wrap .cnt .adrs {
  font-size: 24px;
  font-weight: 600;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.32em;
  margin-bottom: 40px;
}
@media screen and (max-width: 840px) {
  .page_access .access_head .wrap .cnt .adrs {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.page_access .access_head .wrap .cnt .tel {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 840px) {
  .page_access .access_head .wrap .cnt .tel {
    font-size: 24px;
  }
}
@media screen and (max-width: 840px) {
  .page_access .access_head .wrap .cnt .time {
    font-size: 13px;
  }
}
.page_access .access_head .wrap .map {
  width: calc(100% - 340px);
  height: 420px;
  position: relative;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .page_access .access_head .wrap .map {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 840px) {
  .page_access .access_head .wrap .map {
    width: calc(100% - 240px);
  }
}
@media screen and (max-width: 640px) {
  .page_access .access_head .wrap .map {
    width: 100%;
    height: 360px;
  }
}
.page_access .access_head .wrap .map iframe {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.page_access .access_car {
  max-width: 1080px;
  width: 100%;
  margin: 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;
}
@media screen and (max-width: 1280px) {
  .page_access .access_car {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 840px) {
  .page_access .access_car {
    display: block;
  }
}
.page_access .access_car .ttl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 62px;
  font-weight: 600;
  letter-spacing: 0.26em;
}
@media screen and (max-width: 1280px) {
  .page_access .access_car .ttl {
    font-size: 42px;
  }
}
@media screen and (max-width: 840px) {
  .page_access .access_car .ttl {
    margin-bottom: 40px;
  }
}
.page_access .access_car .ttl span {
  font-size: 24px;
  display: block;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1280px) {
  .page_access .access_car .ttl span {
    font-size: 20px;
  }
}
.page_access .access_car .cnt {
  padding-top: 88px;
  width: 746px;
}
@media screen and (max-width: 1280px) {
  .page_access .access_car .cnt {
    max-width: 746px;
    width: calc(100% - 140px);
  }
}
@media screen and (max-width: 840px) {
  .page_access .access_car .cnt {
    width: 100%;
    max-width: none;
    padding-top: 0;
  }
}
.page_access .access_car .cnt .copy {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 68px;
}
@media screen and (max-width: 840px) {
  .page_access .access_car .cnt .copy {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.page_access .access_car .cnt .way {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 150px;
}
@media screen and (max-width: 840px) {
  .page_access .access_car .cnt .way {
    margin-bottom: 120px;
  }
}
.page_access .access_car .cnt .way li {
  width: 222px;
  margin-bottom: 64px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .page_access .access_car .cnt .way li {
    width: 32%;
  }
}
@media screen and (max-width: 640px) {
  .page_access .access_car .cnt .way li {
    width: 49%;
    margin-bottom: 48px;
  }
}
.page_access .access_car .cnt .way li .num {
  position: absolute;
  left: 16px;
  top: -16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ad8822;
  color: #FFF;
  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;
  font-family: "EB Garamond", serif;
}
@media screen and (max-width: 840px) {
  .page_access .access_car .cnt .way li .num {
    width: 24px;
    height: 24px;
    top: -12px;
    left: 12px;
    font-size: 14px;
  }
}
.page_access .access_car .cnt .way li .img {
  font-size: 0;
  margin-bottom: 24px;
}
@media screen and (max-width: 840px) {
  .page_access .access_car .cnt .way li .txt {
    font-size: 14px;
  }
}
.page_access .access_car .cnt .parking {
  position: relative;
  margin-bottom: 130px;
}
@media screen and (max-width: 840px) {
  .page_access .access_car .cnt .parking {
    margin-bottom: 60px;
  }
}
.page_access .access_car .cnt .parking .parking_txt {
  position: absolute;
  top: -242px;
  left: -400px;
  width: 440px;
  height: 440px;
  font-size: 18px;
  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;
  text-align: center;
  background: url("../img/access/parking_bg.svg") no-repeat;
}
@media screen and (max-width: 1180px) {
  .page_access .access_car .cnt .parking .parking_txt {
    width: 330px;
    height: 330px;
    background-size: 330px;
    left: -200px;
  }
}
@media screen and (max-width: 840px) {
  .page_access .access_car .cnt .parking .parking_txt {
    width: 220px;
    height: 220px;
    background-size: 220px;
    font-size: 14px;
    top: -180px;
    left: -48px;
  }
}
.page_access .access_car .cnt .parking ul {
  width: 746px;
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .page_access .access_car .cnt .parking ul {
    max-width: 746px;
    width: 100%;
  }
}
@media screen and (max-width: 840px) {
  .page_access .access_car .cnt .parking ul {
    width: 100%;
    max-width: none;
    padding-top: 0;
  }
}
@media screen and (max-width: 840px) {
  .page_access .access_car .cnt .parking ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page_access .access_car .cnt .parking ul li {
  width: 222px;
  margin-bottom: 64px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .page_access .access_car .cnt .parking ul li {
    width: 32%;
  }
}
@media screen and (max-width: 640px) {
  .page_access .access_car .cnt .parking ul li {
    width: 222px;
    margin-bottom: 48px;
  }
}
.page_access .access_car .cnt .parking ul .img {
  font-size: 0;
  margin-bottom: 24px;
}
.page_access .access_car .cnt .parking ul .txt {
  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;
}
.page_access .access_car .cnt .parking ul .txt:before {
  content: "P";
  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;
  font-size: 14px;
  font-family: "EB Garamond", serif;
  color: #FFF;
  background: rgba(64, 48, 39, 0.38);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-right: 12px;
}
.page_access .access_train {
  max-width: 1080px;
  width: 100%;
  height: 221px;
  margin: 0 auto 300px;
  background: rgba(64, 48, 39, 0.34);
  margin-left: auto;
  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: 1240px) {
  .page_access .access_train {
    margin: 0 20px 300px;
    width: calc(100% - 40px);
    padding: 30px;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 840px) {
  .page_access .access_train {
    display: block;
    margin-bottom: 120px;
  }
}
.page_access .access_train .ttl {
  color: #FFF;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-align: center;
  line-height: 1.7;
  width: 400px;
}
@media screen and (max-width: 1240px) {
  .page_access .access_train .ttl {
    width: 200px;
    font-size: 24px;
  }
}
@media screen and (max-width: 840px) {
  .page_access .access_train .ttl {
    text-align: left;
    margin-bottom: 16px;
    font-size: 20px;
  }
}
.page_access .access_train .ttl span {
  font-size: 23px;
  display: block;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1240px) {
  .page_access .access_train .ttl span {
    font-size: 18px;
  }
}
@media screen and (max-width: 840px) {
  .page_access .access_train .ttl span {
    font-size: 16px;
  }
}
.page_access .access_train ul {
  border-left: 1px solid #D1CEC4;
  padding-left: 64px;
}
@media screen and (max-width: 1240px) {
  .page_access .access_train ul {
    padding-left: 36px;
  }
}
@media screen and (max-width: 840px) {
  .page_access .access_train ul {
    padding-left: 0;
    border-left: none;
  }
}
.page_access .access_train ul li {
  color: #FFF;
  position: relative;
  padding-left: 1em;
}
.page_access .access_train ul li::before {
  content: "●";
  color: #D1CEC4;
  position: absolute;
  left: 0;
  top: 0;
}

/*// TOPICS /////////////////////////////////////////*/
.page_topics .wrap_topics {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 300px;
}
@media screen and (max-width: 1360px) {
  .page_topics .wrap_topics {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 300px;
  }
}
@media screen and (max-width: 840px) {
  .page_topics .wrap_topics {
    margin-bottom: 120px;
  }
}
.page_topics .wrap_topics .topics_head {
  margin-bottom: 136px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 840px) {
  .page_topics .wrap_topics .topics_head {
    margin-bottom: 80px;
  }
}
.page_topics .wrap_topics .topics_head .search {
  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;
  margin-bottom: 40px;
}
.page_topics .wrap_topics .topics_head .search .search_form {
  width: 580px;
  border-radius: 32px;
  padding: 0 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFF;
}
@media screen and (max-width: 840px) {
  .page_topics .wrap_topics .topics_head .search .search_form {
    max-width: 580px;
    width: 100%;
    padding: 0 24px;
  }
}
.page_topics .wrap_topics .topics_head .search .search_form form {
  width: 100%;
  height: 64px;
  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;
}
@media screen and (max-width: 1240px) {
  .page_topics .wrap_topics .topics_head .search .search_form form {
    height: 48px;
  }
}
.page_topics .wrap_topics .topics_head .search .search_form input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  font-size: 16px;
  width: calc(100% - 40px);
}
.page_topics .wrap_topics .topics_head .search .search_form button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}
.page_topics .wrap_topics .topics_head .tag_list {
  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;
  margin-bottom: 90px;
}
@media screen and (max-width: 840px) {
  .page_topics .wrap_topics .topics_head .tag_list {
    margin-bottom: 40px;
  }
}
.page_topics .wrap_topics .topics_head .tag_list li {
  font-weight: 500;
  margin: 0 10px;
}
.page_topics .wrap_topics .topics_head .tag_list li a {
  color: #ad8822;
  text-decoration: underline;
}
.page_topics .wrap_topics .topics_head .cat_list {
  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;
}
@media screen and (max-width: 1080px) {
  .page_topics .wrap_topics .topics_head .cat_list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 840px) {
  .page_topics .wrap_topics .topics_head .cat_list {
    display: block;
  }
}
.page_topics .wrap_topics .topics_head .cat_list li {
  width: 204px;
  margin-right: 15px;
}
@media screen and (max-width: 1080px) {
  .page_topics .wrap_topics .topics_head .cat_list li {
    width: 19.5%;
    margin-right: 0;
  }
}
@media screen and (max-width: 840px) {
  .page_topics .wrap_topics .topics_head .cat_list li {
    width: 100%;
    margin: 0 0 2px;
  }
}
.page_topics .wrap_topics .topics_head .cat_list li:last-of-type {
  margin-right: 0;
}
.page_topics .wrap_topics .topics_head .cat_list li a {
  width: 100%;
  height: 96px;
  padding-top: 24px;
  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-sizing: border-box;
          box-sizing: border-box;
  background: #ad8822;
  color: #FFF;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1080px) {
  .page_topics .wrap_topics .topics_head .cat_list li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 840px) {
  .page_topics .wrap_topics .topics_head .cat_list li a {
    padding: 0 30px 0 20px;
    height: 44px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.page_topics .wrap_topics .topics_head .cat_list li a::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 3px solid #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 840px) {
  .page_topics .wrap_topics .topics_head .cat_list li a::after {
    right: 24px;
    top: 50%;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%) translateX(50%);
            transform: translateY(-50%) translateX(50%);
  }
}
.page_topics .wrap_topics .topics_head .cat_list li a::before {
  content: "";
  display: block;
  opacity: 0;
  background: #ad8822;
  width: 1px;
  height: 25px;
  position: absolute;
  left: 50%;
  bottom: 0;
}
@media screen and (max-width: 840px) {
  .page_topics .wrap_topics .topics_head .cat_list li a::before {
    display: none;
  }
}
.page_topics .wrap_topics .topics_head .cat_list li a:hover {
  background: #FFF;
  color: #ad8822;
}
.page_topics .wrap_topics .topics_head .cat_list li a:hover::after {
  width: 11px;
  height: 11px;
  border: 4px solid #ad8822;
}
.page_topics .wrap_topics .topics_head .cat_list li a:hover::before {
  opacity: 0.5;
}
.page_topics .wrap_topics .entry_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .page_topics .wrap_topics .entry_list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
  }
}
.page_topics .wrap_topics .entry_list > li {
  width: 572px;
  margin-bottom: 56px;
}
@media screen and (max-width: 1340px) {
  .page_topics .wrap_topics .entry_list > li {
    width: 49%;
    max-width: 572px;
  }
}
@media screen and (max-width: 767px) {
  .page_topics .wrap_topics .entry_list > li {
    width: 100%;
  }
}
.page_topics .wrap_topics .entry_list > li a {
  padding: 72px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  background: rgba(64, 48, 39, 0.34);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  position: relative;
}
@media screen and (max-width: 1340px) {
  .page_topics .wrap_topics .entry_list > li a {
    padding: 32px;
  }
}
@media screen and (max-width: 840px) {
  .page_topics .wrap_topics .entry_list > li a {
    padding: 24px;
  }
}
.page_topics .wrap_topics .entry_list > li a:hover {
  background: rgba(64, 48, 39, 0.6);
}
.page_topics .wrap_topics .entry_list > li a p {
  color: #FFF;
}
.page_topics .wrap_topics .entry_list > li a .img {
  position: absolute;
  top: -16px;
  right: 64px;
  max-width: 205px;
}
@media screen and (max-width: 1340px) {
  .page_topics .wrap_topics .entry_list > li a .img {
    width: calc(100% - 240px);
    right: 32px;
    top: -32px;
  }
}
@media screen and (max-width: 840px) {
  .page_topics .wrap_topics .entry_list > li a .img {
    width: calc(100% - 200px);
    max-width: 180px;
    right: 20px;
  }
}
.page_topics .wrap_topics .entry_list > li a .date {
  font-family: "EB Garamond", serif;
  font-weight: 500;
}
.page_topics .wrap_topics .entry_list > li a .cat {
  font-size: 14px;
  width: 500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 840px) {
  .page_topics .wrap_topics .entry_list > li a .cat {
    font-size: 13px;
    margin-bottom: 16px;
  }
}
.page_topics .wrap_topics .entry_list > li a .cat::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background: #D1CEC4;
  margin-left: 8px;
}
@media screen and (max-width: 840px) {
  .page_topics .wrap_topics .entry_list > li a .cat::after {
    width: 12px;
  }
}
.page_topics .wrap_topics .entry_list > li a .ttl {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media screen and (max-width: 840px) {
  .page_topics .wrap_topics .entry_list > li a .ttl {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.page_topics .wrap_topics .entry_list > li a .txt {
  line-height: 1.75;
  margin-bottom: 20px;
}
@media screen and (max-width: 840px) {
  .page_topics .wrap_topics .entry_list > li a .txt {
    font-size: 14px;
  }
}
.page_topics .wrap_topics .entry_list > li a .tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page_topics .wrap_topics .entry_list > li a .tag li {
  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;
  line-height: 1;
  padding: 6px 8px;
  background: rgba(64, 48, 39, 0.19);
  margin-right: 4px;
  color: #FFF;
  font-size: 12px;
}
.page_topics .wrap_topics .entry {
  max-width: 1000px;
  margin: 0 auto 80px;
}
.page_topics .wrap_topics .entry .cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
.page_topics .wrap_topics .entry .cat span {
  min-width: 147px;
  height: 24px;
  padding: 0 16px;
  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;
  background: rgba(64, 48, 39, 0.34);
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 840px) {
  .page_topics .wrap_topics .entry .cat span {
    min-width: 110px;
  }
}
.page_topics .wrap_topics .entry .entry_ttl {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media screen and (max-width: 840px) {
  .page_topics .wrap_topics .entry .entry_ttl {
    font-size: 22px;
  }
}
.page_topics .wrap_topics .entry .date {
  font-family: "EB Garamond", serif;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 840px) {
  .page_topics .wrap_topics .entry .date {
    margin-bottom: 32px;
  }
}
.page_topics .wrap_topics .entry .entry_body {
  margin-bottom: 170px;
}
@media screen and (max-width: 840px) {
  .page_topics .wrap_topics .entry .entry_body {
    margin-bottom: 80px;
  }
}
.page_topics .wrap_topics .entry .entry_body h2 {
  line-height: 1.7;
  font-size: 26px;
  font-weight: 600;
  border-left: 6px solid #ad8822;
  padding-left: 22px;
  margin-bottom: 32px;
}
@media screen and (max-width: 840px) {
  .page_topics .wrap_topics .entry .entry_body h2 {
    font-size: 20px;
    margin-bottom: 24px;
    border-left: 3px solid #ad8822;
    padding-left: 18px;
  }
}
.page_topics .wrap_topics .entry .entry_body h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.7;
  border-bottom: 1px solid #D1CEC4;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 840px) {
  .page_topics .wrap_topics .entry .entry_body h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.page_topics .wrap_topics .entry .entry_body h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px;
  position: relative;
  padding-left: 1.5em;
}
@media screen and (max-width: 840px) {
  .page_topics .wrap_topics .entry .entry_body h4 {
    font-size: 17px;
    margin-bottom: 16px;
  }
}
.page_topics .wrap_topics .entry .entry_body h4::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: #D1CEC4;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.56em;
}
.page_topics .wrap_topics .entry .entry_body h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 24px;
}
@media screen and (max-width: 840px) {
  .page_topics .wrap_topics .entry .entry_body h5 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.page_topics .wrap_topics .entry .entry_body p {
  margin-bottom: 72px;
}
@media screen and (max-width: 840px) {
  .page_topics .wrap_topics .entry .entry_body p {
    margin-bottom: 48px;
  }
}
.page_topics .wrap_topics .entry .entry_body ul {
  padding-left: 2.5em;
  margin-bottom: 40px;
}
.page_topics .wrap_topics .entry .entry_body ul li {
  padding-left: 1.5em;
  position: relative;
}
.page_topics .wrap_topics .entry .entry_body ul li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #ad8822;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.7em;
}
.page_topics .wrap_topics .entry .entry_body ol {
  padding-left: 2.5em;
  margin-bottom: 40px;
  counter-reset: li;
}
.page_topics .wrap_topics .entry .entry_body ol li {
  padding-left: 2em;
  position: relative;
}
.page_topics .wrap_topics .entry .entry_body ol li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  counter-increment: li;
  content: counter(li) "）";
}
.page_topics .wrap_topics .entry .entry_body table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}
.page_topics .wrap_topics .entry .entry_body table tr:nth-of-type(odd) td {
  background: #F5F5F5;
}
.page_topics .wrap_topics .entry .entry_body table tr th, .page_topics .wrap_topics .entry .entry_body table tr td {
  text-align: center;
}
@media screen and (max-width: 840px) {
  .page_topics .wrap_topics .entry .entry_body table tr th, .page_topics .wrap_topics .entry .entry_body table tr td {
    font-size: 14px;
  }
}
.page_topics .wrap_topics .entry .entry_body table tr th:last-of-type, .page_topics .wrap_topics .entry .entry_body table tr td:last-of-type {
  border-right: none;
}
.page_topics .wrap_topics .entry .entry_body table tr th {
  background: #D1CEC4;
  padding: 16px;
  border-right: 2px solid #EDEBE7;
}
@media screen and (max-width: 840px) {
  .page_topics .wrap_topics .entry .entry_body table tr th {
    padding: 8px;
  }
}
.page_topics .wrap_topics .entry .entry_body table tr td {
  background: #FFF;
  border-right: 2px solid #EDEBE7;
  padding: 16px;
}
@media screen and (max-width: 840px) {
  .page_topics .wrap_topics .entry .entry_body table tr td {
    padding: 8px;
  }
}
.page_topics .wrap_topics .entry .entry_body .link_btn a {
  max-width: 340px;
  width: 100%;
  height: 80px;
  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;
  padding-left: 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ad8822;
  color: #FFF;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (max-width: 840px) {
  .page_topics .wrap_topics .entry .entry_body .link_btn a {
    height: 72px;
  }
}
.page_topics .wrap_topics .entry .entry_body .link_btn a:hover {
  background: #FFF;
  color: #ad8822;
}
.page_topics .wrap_topics .entry .entry_body .link_btn a:hover span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  right: 56px;
  background: #ad8822;
}
.page_topics .wrap_topics .entry .entry_body .link_btn a:hover span::after {
  width: 6px;
  height: 6px;
  background: #FFF;
}
.page_topics .wrap_topics .entry .entry_body .link_btn a:hover::after {
  width: 61px;
}
.page_topics .wrap_topics .entry .entry_body .link_btn a:hover::before {
  border: 4px solid #ad8822;
}
.page_topics .wrap_topics .entry .entry_body .link_btn a::after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  left: calc(100% - 61px);
  background: #ad8822;
  width: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page_topics .wrap_topics .entry .entry_body .link_btn a::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 4px solid #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page_topics .wrap_topics .entry .entry_sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 32px;
}
.page_topics .wrap_topics .entry .entry_sns li {
  margin-left: 24px;
}
.page_topics .wrap_topics .entry .entry_sns li a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  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;
  background: #FFF;
}
.page_topics .wrap_topics .entry .entry_tag {
  text-align: right;
  margin-bottom: 80px;
}
.page_topics .wrap_topics .entry .entry_tag a {
  text-decoration: underline;
  margin-left: 20px;
  color: #ad8822;
}
.page_topics .wrap_topics .pagination {
  margin-bottom: 300px;
}
@media screen and (max-width: 840px) {
  .page_topics .wrap_topics .pagination {
    margin-bottom: 120px;
  }
}
.page_topics .wrap_topics .pagination ul {
  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;
}
.page_topics .wrap_topics .pagination ul li a {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  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;
  border-radius: 50%;
}
@media screen and (max-width: 840px) {
  .page_topics .wrap_topics .pagination ul li a {
    width: 38px;
    height: 38px;
  }
}
@media screen and (max-width: 360px) {
  .page_topics .wrap_topics .pagination ul li a {
    height: 32px;
    width: 32px;
  }
}
.page_topics .wrap_topics .pagination ul li a:hover {
  background: rgba(255, 255, 255, 0.34);
}
.page_topics .wrap_topics .pagination ul li.active span {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  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;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.34);
}
@media screen and (max-width: 840px) {
  .page_topics .wrap_topics .pagination ul li.active span {
    width: 38px;
    height: 38px;
  }
}
@media screen and (max-width: 360px) {
  .page_topics .wrap_topics .pagination ul li.active span {
    height: 32px;
    width: 32px;
  }
}
.page_topics .wrap_topics .pagination ul li.prev, .page_topics .wrap_topics .pagination ul li.next {
  width: 82px;
}
@media screen and (max-width: 840px) {
  .page_topics .wrap_topics .pagination ul li.prev, .page_topics .wrap_topics .pagination ul li.next {
    width: 48px;
  }
}
.page_topics .wrap_topics .pagination ul li.prev a, .page_topics .wrap_topics .pagination ul li.next a {
  position: relative;
  width: 82px;
  height: 82px;
  display: block;
}
@media screen and (max-width: 840px) {
  .page_topics .wrap_topics .pagination ul li.prev a, .page_topics .wrap_topics .pagination ul li.next a {
    width: 48px;
    height: 48px;
  }
}
.page_topics .wrap_topics .pagination ul li.prev a:hover, .page_topics .wrap_topics .pagination ul li.next a:hover {
  background: none;
}
.page_topics .wrap_topics .pagination ul li.prev a:hover span, .page_topics .wrap_topics .pagination ul li.next a:hover span {
  width: 62px;
  background: #ad8822;
}
@media screen and (max-width: 840px) {
  .page_topics .wrap_topics .pagination ul li.prev a:hover span, .page_topics .wrap_topics .pagination ul li.next a:hover span {
    width: 48px;
  }
}
.page_topics .wrap_topics .pagination ul li.prev a:hover span::before, .page_topics .wrap_topics .pagination ul li.prev a:hover span::after, .page_topics .wrap_topics .pagination ul li.next a:hover span::before, .page_topics .wrap_topics .pagination ul li.next a:hover span::after {
  background: #ad8822;
}
.page_topics .wrap_topics .pagination ul li.prev a span, .page_topics .wrap_topics .pagination ul li.next a span {
  display: block;
  width: 42px;
  height: 1px;
  background: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 840px) {
  .page_topics .wrap_topics .pagination ul li.prev a span, .page_topics .wrap_topics .pagination ul li.next a span {
    width: 32px;
  }
}
.page_topics .wrap_topics .pagination ul li.prev a span {
  right: 20px;
}
@media screen and (max-width: 840px) {
  .page_topics .wrap_topics .pagination ul li.prev a span {
    right: 6px;
  }
}
.page_topics .wrap_topics .pagination ul li.prev a span::before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-45deg) translateY(-4px);
          transform: rotate(-45deg) translateY(-4px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page_topics .wrap_topics .pagination ul li.prev a span::after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(45deg) translateY(4px);
          transform: rotate(45deg) translateY(4px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page_topics .wrap_topics .pagination ul li.next a span {
  left: 20px;
}
@media screen and (max-width: 840px) {
  .page_topics .wrap_topics .pagination ul li.next a span {
    left: 6px;
  }
}
.page_topics .wrap_topics .pagination ul li.next a span::before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(45deg) translateY(-4px);
          transform: rotate(45deg) translateY(-4px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page_topics .wrap_topics .pagination ul li.next a span::after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(-45deg) translateY(4px);
          transform: rotate(-45deg) translateY(4px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page_topics .wrap_topics .pagenationSingle {
  background: rgba(64, 48, 39, 0.34);
  margin-bottom: 300px;
  padding: 0 210px;
}
@media screen and (max-width: 1080px) {
  .page_topics .wrap_topics .pagenationSingle {
    padding: 0 100px;
  }
}
@media screen and (max-width: 840px) {
  .page_topics .wrap_topics .pagenationSingle {
    margin-bottom: 120px;
    padding: 0 20px;
  }
}
.page_topics .wrap_topics .pagenationSingle ul {
  height: 72px;
  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: 840px) {
  .page_topics .wrap_topics .pagenationSingle ul {
    height: 64px;
  }
}
.page_topics .wrap_topics .pagenationSingle ul .back {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 840px) {
  .page_topics .wrap_topics .pagenationSingle ul .back {
    font-size: 16px;
  }
}
.page_topics .wrap_topics .pagenationSingle ul .back a {
  color: #FFF;
}
.page_topics .wrap_topics .pagenationSingle ul .prev a,
.page_topics .wrap_topics .pagenationSingle ul .next a {
  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;
  color: #ad8822;
  font-weight: 500;
}
.page_topics .wrap_topics .pagenationSingle ul .prev a:hover span,
.page_topics .wrap_topics .pagenationSingle ul .next a:hover span {
  width: 40px;
  height: 40px;
  background: #FFF;
}
@media screen and (max-width: 840px) {
  .page_topics .wrap_topics .pagenationSingle ul .prev a:hover span,
.page_topics .wrap_topics .pagenationSingle ul .next a:hover span {
    width: 32px;
    height: 32px;
  }
}
.page_topics .wrap_topics .pagenationSingle ul .prev a span,
.page_topics .wrap_topics .pagenationSingle ul .next a span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #DEDBD3;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 840px) {
  .page_topics .wrap_topics .pagenationSingle ul .prev a span,
.page_topics .wrap_topics .pagenationSingle ul .next a span {
    width: 24px;
    height: 24px;
  }
}
.page_topics .wrap_topics .pagenationSingle ul .prev a:hover span {
  margin-left: 22px;
}
@media screen and (max-width: 840px) {
  .page_topics .wrap_topics .pagenationSingle ul .prev a:hover span {
    margin-left: 16px;
  }
}
.page_topics .wrap_topics .pagenationSingle ul .prev a span {
  margin-left: 30px;
}
@media screen and (max-width: 840px) {
  .page_topics .wrap_topics .pagenationSingle ul .prev a span {
    margin-left: 24px;
  }
}
.page_topics .wrap_topics .pagenationSingle ul .next a:hover span {
  margin-right: 22px;
}
@media screen and (max-width: 840px) {
  .page_topics .wrap_topics .pagenationSingle ul .next a:hover span {
    margin-right: 16px;
  }
}
.page_topics .wrap_topics .pagenationSingle ul .next a span {
  margin-right: 30px;
}
@media screen and (max-width: 840px) {
  .page_topics .wrap_topics .pagenationSingle ul .next a span {
    margin-right: 24px;
  }
}

/*// WINERY /////////////////////////////////////////*/
.page_winery .winery_head {
  background: url("../img/winery/winery_head_bg.png") no-repeat center top -80px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
  min-height: 730px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 840px) {
  .page_winery .winery_head {
    background-size: 160%;
    min-height: 0;
    padding-bottom: 80px;
  }
}
.page_winery .winery_head .wrap {
  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;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto 140px;
}
@media screen and (max-width: 1240px) {
  .page_winery .winery_head .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px;
  }
}
.page_winery .winery_head .wrap .cnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
}
.page_winery .winery_head .wrap .copy {
  font-size: 0;
  margin-left: 96px;
}
@media screen and (max-width: 640px) {
  .page_winery .winery_head .wrap .copy {
    margin-left: 40px;
    min-width: 105px;
  }
}
@media screen and (max-width: 360px) {
  .page_winery .winery_head .wrap .copy {
    min-width: none;
    margin-left: 20px;
  }
}
.page_winery .winery_head .wrap .imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-top: 50px;
}
.page_winery .winery_head .wrap .imgs li {
  margin-left: 32px;
  font-size: 0;
}
@media screen and (max-width: 640px) {
  .page_winery .winery_head .wrap .imgs li {
    margin-left: 16px;
  }
}
.page_winery .winery_head .wrap .imgs li:last-of-type {
  padding-top: 83px;
  margin-left: 20px;
}
@media screen and (max-width: 640px) {
  .page_winery .winery_head .wrap .imgs li:last-of-type {
    margin-left: 0;
  }
}
.page_winery .winery_head .wrap .copy2 {
  font-size: 36px;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .page_winery .winery_head .wrap .copy2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 360px) {
  .page_winery .winery_head .wrap .copy2 {
    font-size: 22px;
  }
}
.page_winery .winery_head .area_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .page_winery .winery_head .area_list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.page_winery .winery_head .area_list li {
  width: 258px;
  margin-right: 15px;
}
@media screen and (max-width: 1240px) {
  .page_winery .winery_head .area_list li {
    width: 24%;
    margin-right: 1.333%;
  }
}
@media screen and (max-width: 640px) {
  .page_winery .winery_head .area_list li {
    width: 49%;
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.page_winery .winery_head .area_list li:last-of-type {
  margin-right: 0;
}
.page_winery .winery_head .area_list li a {
  width: 100%;
  height: 96px;
  padding-top: 24px;
  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-sizing: border-box;
          box-sizing: border-box;
  background: #ad8822;
  color: #FFF;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 640px) {
  .page_winery .winery_head .area_list li a {
    height: 72px;
    padding-top: 12px;
  }
}
.page_winery .winery_head .area_list li a::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 3px solid #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 640px) {
  .page_winery .winery_head .area_list li a::after {
    bottom: 14px;
  }
}
.page_winery .winery_head .area_list li a::before {
  content: "";
  display: block;
  opacity: 0;
  background: #ad8822;
  width: 1px;
  height: 25px;
  position: absolute;
  left: 50%;
  bottom: 0;
}
@media screen and (max-width: 640px) {
  .page_winery .winery_head .area_list li a::before {
    height: 14px;
  }
}
.page_winery .winery_head .area_list li a:hover {
  background: #FFF;
  color: #ad8822;
}
.page_winery .winery_head .area_list li a:hover::after {
  width: 11px;
  height: 11px;
  border: 4px solid #ad8822;
}
.page_winery .winery_head .area_list li a:hover::before {
  opacity: 0.5;
}
.page_winery .wrap_area {
  max-width: 1080px;
  margin: 0 auto;
  margin-top: -30px;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .page_winery .wrap_area {
    margin-top: 0;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.page_winery .wrap_area .area {
  margin-bottom: 167px;
}
.page_winery .wrap_area .area .area_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 64px;
  letter-spacing: 0.25em;
  line-height: 1.7;
  font-weight: 600;
  width: 100%;
  margin-bottom: 84px;
}
@media screen and (max-width: 640px) {
  .page_winery .wrap_area .area .area_ttl {
    font-size: 42px;
    margin-bottom: 40px;
  }
}
.page_winery .wrap_area .area .area_ttl span {
  display: block;
  font-size: 24px;
  margin-left: 15px;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 640px) {
  .page_winery .wrap_area .area .area_ttl span {
    font-size: 18px;
  }
}
.page_winery .wrap_area .area .area_list2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 70px;
  padding: 0 100px;
}
@media screen and (max-width: 840px) {
  .page_winery .wrap_area .area .area_list2 {
    padding: 0;
    margin-bottom: 16px;
  }
}
.page_winery .wrap_area .area .area_list2 li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
  margin-bottom: 24px;
}
@media screen and (max-width: 840px) {
  .page_winery .wrap_area .area .area_list2 li {
    margin-right: 16px;
    margin-bottom: 16px;
  }
}
.page_winery .wrap_area .area .area_list2 li::after {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background: #D1CEC4;
  margin-left: 30px;
}
@media screen and (max-width: 840px) {
  .page_winery .wrap_area .area .area_list2 li::after {
    margin-left: 16px;
  }
}
.page_winery .wrap_area .area .area_list2 li:last-of-type {
  margin-right: 0;
}
.page_winery .wrap_area .area .area_list2 li:last-of-type::after {
  display: none;
}
.page_winery .wrap_area .area .area_list2 li a {
  color: #ad8822;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 840px) {
  .page_winery .wrap_area .area .area_list2 li a {
    font-size: 15px;
  }
}
.page_winery .wrap_area .area .area_ttl2 {
  background: rgba(64, 48, 39, 0.34);
  height: 72px;
  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;
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 90px;
}
@media screen and (max-width: 640px) {
  .page_winery .wrap_area .area .area_ttl2 {
    font-size: 18px;
    height: 56px;
    margin-bottom: 48px;
  }
}
.page_winery .wrap_area .area .winery_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 10px;
}
@media screen and (max-width: 1240px) {
  .page_winery .wrap_area .area .winery_list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 880px) {
  .page_winery .wrap_area .area .winery_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
}
.page_winery .wrap_area .area .winery_list li {
  max-width: 330px;
  margin-right: 45px;
  margin-bottom: 90px;
  padding-left: 20px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 60px;
}
@media screen and (max-width: 880px) {
  .page_winery .wrap_area .area .winery_list li {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 640px) {
  .page_winery .wrap_area .area .winery_list li {
    padding-bottom: 48px;
  }
}
.page_winery .wrap_area .area .winery_list li::before {
  content: "";
  display: block;
  background: url("../img/winery/comment.svg") no-repeat;
  background-size: 105px;
  width: 105px;
  height: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.page_winery .wrap_area .area .winery_list li::after {
  content: "";
  display: block;
  width: calc(100% - 110px);
  height: 1px;
  background: #D1CEC4;
  position: absolute;
  left: 0;
  bottom: 5px;
}
.page_winery .wrap_area .area .winery_list li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1240px) {
  .page_winery .wrap_area .area .winery_list li:nth-of-type(3n) {
    margin-right: 45px;
  }
}
@media screen and (max-width: 880px) {
  .page_winery .wrap_area .area .winery_list li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1240px) {
  .page_winery .wrap_area .area .winery_list li:nth-of-type(even) {
    margin-right: 0;
  }
}
.page_winery .wrap_area .area .winery_list li .ttl {
  font-size: 20px;
  color: #ad8822;
  line-height: 1.9;
  margin-bottom: 8px;
  position: relative;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .page_winery .wrap_area .area .winery_list li .ttl {
    font-size: 17px;
  }
}
.page_winery .wrap_area .area .winery_list li .ttl::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 4px solid #ad8822;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: -20px;
  top: 0.7em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page_winery .wrap_area .area .winery_list li .ttl a {
  color: #ad8822;
}
.page_winery .wrap_area .area .winery_list li .ttl a::after {
  content: "";
  display: inline-block;
  background: url("../img/common/external_icon.svg") no-repeat;
  background-size: 15px;
  width: 15px;
  height: 15px;
  margin-left: 8px;
}

/*// CONTACT /////////////////////////////////////////*/
.page_contact .contact_head {
  background: url("../img/contact/contact_head_bg.png") no-repeat left bottom;
  background-size: 100%;
  padding-bottom: 160px;
  position: relative;
  z-index: 100;
  margin-bottom: 180px;
}
@media screen and (max-width: 840px) {
  .page_contact .contact_head {
    padding-bottom: 80px;
    background-size: 100%;
    margin-bottom: 64px;
  }
}
.page_contact .contact_head.thanks {
  text-align: center;
  background: none;
}
.page_contact .contact_head.thanks .thanks_cnt {
  padding: 0 16px;
}
.page_contact .contact_head.thanks .thanks_cnt .copy {
  font-size: 24px;
  margin-bottom: 32px;
  font-weight: 600;
}
@media screen and (max-width: 840px) {
  .page_contact .contact_head.thanks .thanks_cnt .copy {
    font-size: 20px;
  }
}
.page_contact .contact_head.thanks .thanks_cnt .txt {
  margin-bottom: 64px;
}
.page_contact .contact_head.thanks .thanks_cnt .btn {
  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;
}
.page_contact .contact_head.reservation .wrap .cntl {
  background: rgba(64, 48, 39, 0.34);
  height: 250px;
}
@media screen and (max-width: 840px) {
  .page_contact .contact_head.reservation .wrap .cntl {
    height: auto;
    padding: 36px 16px;
  }
}
.page_contact .contact_head.reservation .wrap .cntl .txt {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .page_contact .contact_head.reservation .wrap .cntl .txt br {
    display: block;
  }
}
.page_contact .contact_head.works_contact .wrap {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
}
.page_contact .contact_head.works_contact .wrap .copy {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1080px) {
  .page_contact .contact_head.works_contact .wrap .copy {
    font-size: 24px;
  }
}
@media screen and (max-width: 840px) {
  .page_contact .contact_head.works_contact .wrap .copy {
    font-size: 20px;
    text-align: left;
  }
}
@media screen and (max-width: 840px) {
  .page_contact .contact_head.works_contact .wrap .copy br {
    display: none;
  }
}
.page_contact .contact_head.works_contact .wrap .lead {
  margin-bottom: 72px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .page_contact .contact_head.works_contact .wrap .lead {
    margin-bottom: 40px;
    text-align: left;
  }
}
.page_contact .contact_head.works_contact .wrap ul {
  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: 840px) {
  .page_contact .contact_head.works_contact .wrap ul {
    display: block;
  }
}
.page_contact .contact_head.works_contact .wrap ul li {
  width: 320px;
  height: 160px;
  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;
  text-align: center;
  background: rgba(64, 48, 39, 0.34);
  color: #FFF;
}
@media screen and (max-width: 1280px) {
  .page_contact .contact_head.works_contact .wrap ul li {
    width: 32%;
  }
}
@media screen and (max-width: 840px) {
  .page_contact .contact_head.works_contact .wrap ul li {
    width: 100%;
    margin: 0 0 8px;
    height: auto;
    padding: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 840px) {
  .page_contact .contact_head.works_contact .wrap ul li br {
    display: none;
  }
}
.page_contact .contact_head .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1580px) {
  .page_contact .contact_head .wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .page_contact .contact_head .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page_contact .contact_head .wrap .cntr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1580px) {
  .page_contact .contact_head .wrap .cntr {
    width: 50%;
    padding-left: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  .page_contact .contact_head .wrap .cntr {
    margin: 0 0 32px;
    padding: 0;
    width: 100%;
  }
}
.page_contact .contact_head .wrap .cntr .ttl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 24px;
  font-weight: 600;
  padding: 0 32px;
  line-height: 1;
  letter-spacing: 0.24em;
  margin-bottom: 63px;
}
@media screen and (max-width: 840px) {
  .page_contact .contact_head .wrap .cntr .ttl {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.page_contact .contact_head .wrap .cntr .ttl span {
  display: block;
  border-left: 1px solid #D1CEC4;
  padding: 0 32px;
}
@media screen and (max-width: 840px) {
  .page_contact .contact_head .wrap .cntr .ttl span {
    padding: 0 24px;
  }
}
.page_contact .contact_head .wrap .cntr .ttl span:first-of-type {
  border-right: 1px solid #D1CEC4;
}
.page_contact .contact_head .wrap .cntr .tel {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 840px) {
  .page_contact .contact_head .wrap .cntr .tel {
    font-size: 24px;
  }
}
@media screen and (max-width: 840px) {
  .page_contact .contact_head .wrap .cntr .time {
    font-size: 13px;
  }
}
.page_contact .contact_head .wrap .cntl {
  background: rgba(95, 22, 58, 0.34);
  width: 560px;
  height: 352px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1280px) {
  .page_contact .contact_head .wrap .cntl {
    width: auto;
    height: auto;
    padding: 32px;
  }
}
@media screen and (max-width: 640px) {
  .page_contact .contact_head .wrap .cntl {
    padding: 24px 16px;
  }
}
.page_contact .contact_head .wrap .cntl .txt {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 840px) {
  .page_contact .contact_head .wrap .cntl .txt {
    font-size: 16px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 640px) {
  .page_contact .contact_head .wrap .cntl .txt {
    font-size: 15px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 640px) {
  .page_contact .contact_head .wrap .cntl .txt br {
    display: none;
  }
}
.page_contact .wrap_form {
  margin: 0 auto 300px;
  max-width: 1080px;
  position: relative;
  padding: 0 20px;
}
@media screen and (max-width: 840px) {
  .page_contact .wrap_form {
    margin-bottom: 120px;
  }
}
.page_contact .wrap_form .form_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_contact .wrap_form .form_head .form_ttl {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 56px;
}
@media screen and (max-width: 840px) {
  .page_contact .wrap_form .form_head .form_ttl {
    font-size: 24px;
    margin-bottom: 32px;
  }
}
.page_contact .wrap_form .form_head .memo {
  margin-bottom: 90px;
}
@media screen and (max-width: 840px) {
  .page_contact .wrap_form .form_head .memo {
    margin-bottom: 48px;
  }
}
.page_contact .wrap_form .form_head .memo li {
  padding-left: 1.5em;
  position: relative;
}
.page_contact .wrap_form .form_head .memo li::before {
  content: "●";
  color: #D1CEC4;
  position: absolute;
  left: 0;
  top: 0;
}
.page_contact .wrap_form .form_head .memo li a {
  color: #ad8822;
  text-decoration: underline;
}
.page_contact .wrap_form .form_head .memo li a:hover {
  opacity: 0.6;
}
.page_contact .wrap_form .form_cnt {
  max-width: 1000px;
  margin: 0 auto;
}
.page_contact .wrap_form .form_cnt.error .form_list li .cnt.nin {
  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;
}
.page_contact .wrap_form .form_cnt.error .form_list li .cnt.nin > span {
  margin-right: 20px;
}
.page_contact .wrap_form .form_cnt .mw_wp_form_confirm .form_list li {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_contact .wrap_form .form_cnt .mw_wp_form_confirm .form_list li .cnt.mokuteki p {
  margin-right: 16px;
}
.page_contact .wrap_form .form_cnt .mw_wp_form_confirm .form_list li .cnt.nin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page_contact .wrap_form .form_cnt .mw_wp_form_confirm .form_list li .cnt.kibo ul li {
  font-weight: normal;
}
.page_contact .wrap_form .form_cnt .mw_wp_form_confirm .form_list li .cnt .select:before {
  display: none;
}
.page_contact .wrap_form .form_cnt .mw_wp_form_confirm .text {
  display: none;
}
.page_contact .wrap_form .form_cnt .mw_wp_form_confirm .pp {
  display: none;
}
.page_contact .wrap_form .form_cnt .form_list {
  border-top: 1px solid #D1CEC4;
  margin-bottom: 100px;
}
@media screen and (max-width: 840px) {
  .page_contact .wrap_form .form_cnt .form_list {
    margin-bottom: 48px;
  }
}
.page_contact .wrap_form .form_cnt .form_list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #D1CEC4;
}
@media screen and (max-width: 840px) {
  .page_contact .wrap_form .form_cnt .form_list > li {
    display: block;
  }
}
.page_contact .wrap_form .form_cnt .form_list > li .ttl {
  font-size: 18px;
  padding: 41px 40px 36px 100px;
  width: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 24px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 840px) {
  .page_contact .wrap_form .form_cnt .form_list > li .ttl {
    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;
    padding: 16px 0 16px 0;
    font-size: 16px;
  }
}
.page_contact .wrap_form .form_cnt .form_list > li .ttl .his {
  background: rgba(95, 22, 58, 0.5);
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  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: 36px;
  height: 24px;
  line-height: 1;
  position: absolute;
  top: 40px;
  left: 40px;
}
@media screen and (max-width: 840px) {
  .page_contact .wrap_form .form_cnt .form_list > li .ttl .his {
    position: static;
    margin-right: 16px;
  }
}
.page_contact .wrap_form .form_cnt .form_list > li .cnt {
  padding: 16px 0;
  width: calc(100% - 300px);
}
@media screen and (max-width: 840px) {
  .page_contact .wrap_form .form_cnt .form_list > li .cnt {
    width: 100%;
    padding-top: 0;
  }
}
.page_contact .wrap_form .form_cnt .form_list > li .cnt input[type=text],
.page_contact .wrap_form .form_cnt .form_list > li .cnt input[type=email] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  background: #FFF;
  color: #000;
  border-radius: 0;
  height: 72px;
  width: 100%;
  font-size: 16px;
  padding-left: 48px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 840px) {
  .page_contact .wrap_form .form_cnt .form_list > li .cnt input[type=text],
.page_contact .wrap_form .form_cnt .form_list > li .cnt input[type=email] {
    height: 48px;
    padding: 0 16px;
  }
}
.page_contact .wrap_form .form_cnt .form_list > li .cnt input[type=text]::-webkit-input-placeholder, .page_contact .wrap_form .form_cnt .form_list > li .cnt input[type=email]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.page_contact .wrap_form .form_cnt .form_list > li .cnt input[type=text]::-moz-placeholder, .page_contact .wrap_form .form_cnt .form_list > li .cnt input[type=email]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.page_contact .wrap_form .form_cnt .form_list > li .cnt input[type=text]:-ms-input-placeholder, .page_contact .wrap_form .form_cnt .form_list > li .cnt input[type=email]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.page_contact .wrap_form .form_cnt .form_list > li .cnt input[type=text]::-ms-input-placeholder, .page_contact .wrap_form .form_cnt .form_list > li .cnt input[type=email]::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.page_contact .wrap_form .form_cnt .form_list > li .cnt input[type=text]::placeholder,
.page_contact .wrap_form .form_cnt .form_list > li .cnt input[type=email]::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.page_contact .wrap_form .form_cnt .form_list > li .cnt .select {
  position: relative;
}
.page_contact .wrap_form .form_cnt .form_list > li .cnt .select::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 4.5px 0 4.5px;
  border-color: #ad8822 transparent transparent transparent;
  position: absolute;
  top: calc(50% - 5px);
  right: 30px;
  pointer-events: none;
}
.page_contact .wrap_form .form_cnt .form_list > li .cnt .select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  background: #FFF;
  color: #000;
  border-radius: 0;
  height: 72px;
  width: 100%;
  font-size: 16px;
  padding-left: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 840px) {
  .page_contact .wrap_form .form_cnt .form_list > li .cnt .select select {
    height: 48px;
    padding-left: 16px;
  }
}
.page_contact .wrap_form .form_cnt .form_list > li .cnt textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  width: 100%;
  height: 300px;
  padding: 48px;
  font-size: 16px;
  line-height: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 840px) {
  .page_contact .wrap_form .form_cnt .form_list > li .cnt textarea {
    padding: 16px;
  }
}
.page_contact .wrap_form .form_cnt .form_list > li .cnt textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.page_contact .wrap_form .form_cnt .form_list > li .cnt textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.page_contact .wrap_form .form_cnt .form_list > li .cnt textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.page_contact .wrap_form .form_cnt .form_list > li .cnt textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.page_contact .wrap_form .form_cnt .form_list > li .cnt textarea::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.page_contact .wrap_form .form_cnt .form_list > li .cnt.zip input {
  width: 345px;
}
@media screen and (max-width: 840px) {
  .page_contact .wrap_form .form_cnt .form_list > li .cnt.zip input {
    width: 200px;
  }
}
.page_contact .wrap_form .form_cnt .form_list > li .cnt.col2 {
  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: 980px) {
  .page_contact .wrap_form .form_cnt .form_list > li .cnt.col2 {
    display: block;
  }
}
.page_contact .wrap_form .form_cnt .form_list > li .cnt.col2 p {
  width: 49%;
}
@media screen and (max-width: 980px) {
  .page_contact .wrap_form .form_cnt .form_list > li .cnt.col2 p {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .page_contact .wrap_form .form_cnt .form_list > li .cnt.col2 p:first-of-type {
    margin-bottom: 8px;
  }
}
.page_contact .wrap_form .form_cnt .form_list > li .cnt.w50 p {
  width: 49%;
}
@media screen and (max-width: 980px) {
  .page_contact .wrap_form .form_cnt .form_list > li .cnt.w50 p {
    width: 100%;
  }
}
.page_contact .wrap_form .form_cnt .form_list > li .cnt.nin input {
  width: 345px;
  margin-right: 10px;
}
@media screen and (max-width: 840px) {
  .page_contact .wrap_form .form_cnt .form_list > li .cnt.nin input {
    width: calc(100% - 80px);
  }
}
.page_contact .wrap_form .form_cnt .form_list > li .cnt.kibo ul li {
  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;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 1240px) {
  .page_contact .wrap_form .form_cnt .form_list > li .cnt.kibo ul li {
    display: block;
  }
}
@media screen and (max-width: 840px) {
  .page_contact .wrap_form .form_cnt .form_list > li .cnt.kibo ul li {
    font-size: 15px;
  }
}
.page_contact .wrap_form .form_cnt .form_list > li .cnt.kibo ul li:last-of-type {
  margin-bottom: 0;
}
.page_contact .wrap_form .form_cnt .form_list > li .cnt.kibo ul li input {
  width: 320px;
}
@media screen and (max-width: 1240px) {
  .page_contact .wrap_form .form_cnt .form_list > li .cnt.kibo ul li input {
    width: 100%;
    margin-bottom: 8px;
  }
}
.page_contact .wrap_form .form_cnt .form_list > li .cnt.kibo ul li select {
  width: 240px;
}
@media screen and (max-width: 1240px) {
  .page_contact .wrap_form .form_cnt .form_list > li .cnt.kibo ul li select {
    width: 100%;
  }
}
.page_contact .wrap_form .form_cnt .form_list > li .cnt.radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
@media screen and (max-width: 840px) {
  .page_contact .wrap_form .form_cnt .form_list > li .cnt.radio {
    font-size: 15px;
    display: block;
  }
}
.page_contact .wrap_form .form_cnt .form_list > li .cnt.radio.mokuteki .other {
  width: 280px;
  height: 48px;
  padding-left: 32px;
  padding-right: 12px;
}
@media screen and (max-width: 840px) {
  .page_contact .wrap_form .form_cnt .form_list > li .cnt.radio.mokuteki .other {
    margin-top: 0;
    width: 100%;
  }
}
.page_contact .wrap_form .form_cnt .form_list > li .cnt.radio.mokuteki .mwform-radio-field {
  margin: 0 23px 0 0;
}
@media screen and (max-width: 840px) {
  .page_contact .wrap_form .form_cnt .form_list > li .cnt.radio.mokuteki .mwform-radio-field {
    display: block;
    margin: 0 0 8px;
  }
}
.page_contact .wrap_form .form_cnt .form_list > li .cnt.radio .mwform-radio-field {
  margin: 0 48px 0 0;
}
@media screen and (max-width: 840px) {
  .page_contact .wrap_form .form_cnt .form_list > li .cnt.radio .mwform-radio-field {
    display: block;
    margin: 0 0 8px;
  }
}
.page_contact .wrap_form .form_cnt .form_list > li .cnt.radio .mwform-radio-field input {
  display: none;
}
.page_contact .wrap_form .form_cnt .form_list > li .cnt.radio .mwform-radio-field .mwform-radio-field-text {
  position: relative;
  cursor: pointer;
  padding-left: 36px;
}
.page_contact .wrap_form .form_cnt .form_list > li .cnt.radio .mwform-radio-field .mwform-radio-field-text::before, .page_contact .wrap_form .form_cnt .form_list > li .cnt.radio .mwform-radio-field .mwform-radio-field-text::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page_contact .wrap_form .form_cnt .form_list > li .cnt.radio .mwform-radio-field .mwform-radio-field-text::before {
  border: 1px solid #000;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  left: 0;
}
.page_contact .wrap_form .form_cnt .form_list > li .cnt.radio .mwform-radio-field .mwform-radio-field-text::after {
  background-color: #000;
  border-radius: 50%;
  opacity: 0;
  width: 8px;
  height: 8px;
  left: 8px;
}
.page_contact .wrap_form .form_cnt .form_list > li .cnt.radio .mwform-radio-field input:checked + .mwform-radio-field-text::after {
  opacity: 1;
}
.page_contact .wrap_form .form_cnt .form_list > li .cnt.chk {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 16px;
}
@media screen and (max-width: 840px) {
  .page_contact .wrap_form .form_cnt .form_list > li .cnt.chk {
    display: block;
    font-size: 15px;
  }
}
@media screen and (max-width: 980px) {
  .page_contact .wrap_form .form_cnt .form_list > li .cnt.chk.type {
    display: block;
  }
}
.page_contact .wrap_form .form_cnt .form_list > li .cnt.chk.type .mwform-checkbox-field {
  margin-bottom: 16px;
}
@media screen and (max-width: 980px) {
  .page_contact .wrap_form .form_cnt .form_list > li .cnt.chk.type .mwform-checkbox-field {
    display: block;
    margin-bottom: 8px;
  }
}
.page_contact .wrap_form .form_cnt .form_list > li .cnt.chk.type .mwform-checkbox-field:nth-of-type(3) {
  margin-right: 100px;
}
@media screen and (max-width: 1080px) {
  .page_contact .wrap_form .form_cnt .form_list > li .cnt.chk.type .mwform-checkbox-field:nth-of-type(3) {
    margin-right: 0;
  }
}
.page_contact .wrap_form .form_cnt .form_list > li .cnt.chk.type .other {
  margin-top: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 980px) {
  .page_contact .wrap_form .form_cnt .form_list > li .cnt.chk.type .other {
    margin-top: 8px;
    margin-bottom: 0;
    width: 100%;
  }
}
.page_contact .wrap_form .form_cnt .form_list > li .cnt.chk .other {
  width: 300px;
  height: 48px;
  margin-top: 32px;
  padding-left: 32px;
  padding-right: 12px;
}
@media screen and (max-width: 840px) {
  .page_contact .wrap_form .form_cnt .form_list > li .cnt.chk .other {
    margin-top: 0;
    width: 100%;
  }
}
.page_contact .wrap_form .form_cnt .form_list > li .cnt.chk .mwform-checkbox-field {
  margin: 0 48px 0 0;
}
@media screen and (max-width: 840px) {
  .page_contact .wrap_form .form_cnt .form_list > li .cnt.chk .mwform-checkbox-field {
    display: block;
    margin: 0 0 8px;
  }
}
.page_contact .wrap_form .form_cnt .form_list > li .cnt.chk .mwform-checkbox-field input {
  display: none;
}
.page_contact .wrap_form .form_cnt .form_list > li .cnt.chk .mwform-checkbox-field .mwform-checkbox-field-text {
  position: relative;
  cursor: pointer;
  padding-left: 36px;
}
.page_contact .wrap_form .form_cnt .form_list > li .cnt.chk .mwform-checkbox-field .mwform-checkbox-field-text::before, .page_contact .wrap_form .form_cnt .form_list > li .cnt.chk .mwform-checkbox-field .mwform-checkbox-field-text::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page_contact .wrap_form .form_cnt .form_list > li .cnt.chk .mwform-checkbox-field .mwform-checkbox-field-text::before {
  border: 1px solid #000;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 0;
}
.page_contact .wrap_form .form_cnt .form_list > li .cnt.chk .mwform-checkbox-field .mwform-checkbox-field-text::after {
  opacity: 0;
  width: 6px;
  height: 8px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  top: 3px;
  left: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page_contact .wrap_form .form_cnt .form_list > li .cnt.chk .mwform-checkbox-field input:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}
.page_contact .wrap_form .form_cnt .text {
  text-align: center;
  margin-bottom: 40px;
}
.page_contact .wrap_form .form_cnt .pp {
  text-align: center;
  margin-bottom: 32px;
}
.page_contact .wrap_form .form_cnt .pp a {
  text-decoration: underline;
  color: #ad8822;
  font-size: 14px;
}
.page_contact .wrap_form .form_cnt .submit {
  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;
}
.page_contact .wrap_form .form_cnt .submit input {
  width: 340px;
  height: 80px;
  background: #ad8822;
  color: #FFF;
  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;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  font-size: 18px;
  cursor: pointer;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 840px) {
  .page_contact .wrap_form .form_cnt .submit input {
    height: 64px;
  }
}
.page_contact .wrap_form .form_cnt .submit input:hover {
  background: #FFF;
  color: #ad8822;
}
.page_contact .wrap_form .form_cnt .submit input.back {
  margin-right: 16px;
}

/*// GUIDE /////////////////////////////////////////*/
.page_guide .guide_head {
  position: relative;
  z-index: 100;
  margin-bottom: 96px;
  padding: 0 20px;
}
@media screen and (max-width: 840px) {
  .page_guide .guide_head {
    margin-bottom: 48px;
  }
}
.page_guide .guide_head .wrap {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
.page_guide .guide_head .wrap .guide_navi {
  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;
  margin-bottom: 60px;
}
@media screen and (max-width: 840px) {
  .page_guide .guide_head .wrap .guide_navi {
    display: block;
    margin-bottom: 40px;
  }
}
.page_guide .guide_head .wrap .guide_navi li {
  width: 320px;
}
@media screen and (max-width: 1140px) {
  .page_guide .guide_head .wrap .guide_navi li {
    width: 32%;
  }
}
@media screen and (max-width: 840px) {
  .page_guide .guide_head .wrap .guide_navi li {
    width: 100%;
    margin: 0 0 2px;
  }
}
.page_guide .guide_head .wrap .guide_navi li a {
  width: 100%;
  height: 96px;
  padding-top: 24px;
  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-sizing: border-box;
          box-sizing: border-box;
  background: #ad8822;
  color: #FFF;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 840px) {
  .page_guide .guide_head .wrap .guide_navi li a {
    padding: 0 30px 0 20px;
    height: 44px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.page_guide .guide_head .wrap .guide_navi li a::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 3px solid #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 840px) {
  .page_guide .guide_head .wrap .guide_navi li a::after {
    right: 24px;
    top: 50%;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%) translateX(50%);
            transform: translateY(-50%) translateX(50%);
  }
}
.page_guide .guide_head .wrap .guide_navi li a::before {
  content: "";
  display: block;
  opacity: 0;
  background: #ad8822;
  width: 1px;
  height: 25px;
  position: absolute;
  left: 50%;
  bottom: 0;
}
@media screen and (max-width: 840px) {
  .page_guide .guide_head .wrap .guide_navi li a::before {
    display: none;
  }
}
.page_guide .guide_head .wrap .guide_navi li a:hover {
  background: #FFF;
  color: #ad8822;
}
.page_guide .guide_head .wrap .guide_navi li a:hover::after {
  width: 11px;
  height: 11px;
  border: 4px solid #ad8822;
}
.page_guide .guide_head .wrap .guide_navi li a:hover::before {
  opacity: 0.5;
}
.page_guide .guide_head .wrap .guide_navi2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 70px;
  padding: 0 100px;
}
@media screen and (max-width: 840px) {
  .page_guide .guide_head .wrap .guide_navi2 {
    padding: 0;
    margin-bottom: 0;
  }
}
.page_guide .guide_head .wrap .guide_navi2 li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
  margin-bottom: 24px;
}
@media screen and (max-width: 840px) {
  .page_guide .guide_head .wrap .guide_navi2 li {
    margin-right: 16px;
    margin-bottom: 16px;
  }
}
.page_guide .guide_head .wrap .guide_navi2 li::after {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background: #D1CEC4;
  margin-left: 30px;
}
@media screen and (max-width: 840px) {
  .page_guide .guide_head .wrap .guide_navi2 li::after {
    margin-left: 16px;
    height: 20px;
  }
}
.page_guide .guide_head .wrap .guide_navi2 li:last-of-type {
  margin-right: 0;
}
.page_guide .guide_head .wrap .guide_navi2 li:last-of-type::after {
  display: none;
}
.page_guide .guide_head .wrap .guide_navi2 li a {
  color: #ad8822;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 840px) {
  .page_guide .guide_head .wrap .guide_navi2 li a {
    font-size: 14px;
  }
}
.page_guide .wrap_guide_sec {
  max-width: 1080px;
  padding: 0 20px;
  margin: 0 auto 300px;
}
@media screen and (max-width: 840px) {
  .page_guide .wrap_guide_sec {
    margin-bottom: 120px;
  }
}
.page_guide .wrap_guide_sec .guide_sec {
  max-width: 1000px;
  margin: 0 auto 180px;
}
@media screen and (max-width: 840px) {
  .page_guide .wrap_guide_sec .guide_sec {
    margin-bottom: 80px;
  }
}
.page_guide .wrap_guide_sec .guide_sec .guide_sec_ttl {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 840px) {
  .page_guide .wrap_guide_sec .guide_sec .guide_sec_ttl {
    font-size: 24px;
  }
}
.page_guide .wrap_guide_sec .guide_sec .guide_sec_copy {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 840px) {
  .page_guide .wrap_guide_sec .guide_sec .guide_sec_copy {
    font-size: 18px;
    text-align: left;
  }
}
.page_guide .wrap_guide_sec .guide_sec .guide_sec_lead {
  font-weight: 500;
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 840px) {
  .page_guide .wrap_guide_sec .guide_sec .guide_sec_lead {
    text-align: left;
  }
}
.page_guide .wrap_guide_sec .guide_sec .guide_table {
  margin-top: 64px;
  border-top: 1px solid #D1CEC4;
}
@media screen and (max-width: 840px) {
  .page_guide .wrap_guide_sec .guide_sec .guide_table {
    margin-top: 24px;
  }
}
.page_guide .wrap_guide_sec .guide_sec .guide_table li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #D1CEC4;
}
@media screen and (max-width: 840px) {
  .page_guide .wrap_guide_sec .guide_sec .guide_table li {
    display: block;
    padding: 0 8px;
  }
}
.page_guide .wrap_guide_sec .guide_sec .guide_table li .ttl {
  width: 340px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 0;
  padding-left: 56px;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 840px) {
  .page_guide .wrap_guide_sec .guide_sec .guide_table li .ttl {
    width: 100%;
    padding: 16px 0 10px;
  }
}
.page_guide .wrap_guide_sec .guide_sec .guide_table li .txt {
  padding: 30px 20px 30px 0;
}
@media screen and (max-width: 840px) {
  .page_guide .wrap_guide_sec .guide_sec .guide_table li .txt {
    padding: 0 0 16px;
  }
}
.page_guide .wrap_guide_sec .guide_sec .guide_table li .txt a {
  text-decoration: underline;
}
.page_guide .wrap_guide_sec .guide_sec .guide_ttl {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}
@media screen and (max-width: 840px) {
  .page_guide .wrap_guide_sec .guide_sec .guide_ttl {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
.page_guide .wrap_guide_sec .guide_sec .guide_box {
  margin-bottom: 60px;
}
.page_guide .wrap_guide_sec .guide_sec .guide_box .copy {
  font-size: 20px;
  margin-bottom: 16px;
}
@media screen and (max-width: 840px) {
  .page_guide .wrap_guide_sec .guide_sec .guide_box .copy {
    font-size: 17px;
  }
}
.page_guide .wrap_guide_sec .guide_sec .guide_box a {
  color: #ad8822;
  text-decoration: underline;
}
.page_guide .wrap_guide_sec .guide_sec .guide_box a:hover {
  opacity: 0.6;
}
.page_guide .wrap_guide_sec .guide_sec .guide_box p {
  margin-bottom: 32px;
}
@media screen and (max-width: 840px) {
  .page_guide .wrap_guide_sec .guide_sec .guide_box p {
    margin-bottom: 24px;
  }
}
.page_guide .wrap_guide_sec .guide_sec .guide_box h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  position: relative;
  padding-left: 1.5em;
}
@media screen and (max-width: 840px) {
  .page_guide .wrap_guide_sec .guide_sec .guide_box h4 {
    font-size: 17px;
  }
}
.page_guide .wrap_guide_sec .guide_sec .guide_box h4::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: #D1CEC4;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.56em;
}
@media screen and (max-width: 840px) {
  .page_guide .wrap_guide_sec .guide_sec .guide_box h4::before {
    width: 15px;
    height: 15px;
  }
}
.page_guide .wrap_guide_sec .guide_sec .guide_box ul {
  padding-left: 2.5em;
  margin-bottom: 40px;
}
@media screen and (max-width: 840px) {
  .page_guide .wrap_guide_sec .guide_sec .guide_box ul {
    padding-left: 1em;
  }
}
.page_guide .wrap_guide_sec .guide_sec .guide_box ul li {
  padding-left: 1.5em;
  position: relative;
}
.page_guide .wrap_guide_sec .guide_sec .guide_box ul li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #ad8822;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.7em;
}
.page_guide .wrap_guide_sec .guide_sec .guide_box ol {
  padding-left: 2.5em;
  margin-bottom: 40px;
  counter-reset: li;
}
.page_guide .wrap_guide_sec .guide_sec .guide_box ol li {
  padding-left: 2em;
  position: relative;
}
.page_guide .wrap_guide_sec .guide_sec .guide_box ol li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  counter-increment: li;
  content: counter(li) "）";
}

/*// PRIVACY POLICY /////////////////////////////////////////*/
.page_policy .privacy_policy {
  margin: 0 auto 300px;
  padding: 0 20px;
  max-width: 1000px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 840px) {
  .page_policy .privacy_policy {
    margin-bottom: 120px;
  }
}
.page_policy .privacy_policy .ttl {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 840px) {
  .page_policy .privacy_policy .ttl {
    font-size: 20px;
  }
}
.page_policy .privacy_policy .policy_box {
  margin-bottom: 64px;
}
@media screen and (max-width: 840px) {
  .page_policy .privacy_policy .policy_box {
    margin-bottom: 40px;
  }
}
.page_policy .privacy_policy .policy_box p {
  margin-bottom: 32px;
}
@media screen and (max-width: 840px) {
  .page_policy .privacy_policy .policy_box p {
    margin-bottom: 24px;
  }
}
.page_policy .privacy_policy .policy_box ul {
  padding-left: 2.5em;
  margin-bottom: 40px;
}
@media screen and (max-width: 840px) {
  .page_policy .privacy_policy .policy_box ul {
    padding-left: 1em;
  }
}
.page_policy .privacy_policy .policy_box ul li {
  padding-left: 1.5em;
  position: relative;
}
.page_policy .privacy_policy .policy_box ul li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #ad8822;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.7em;
}/*# sourceMappingURL=style.css.map */