/* ##############################################################################

    KEYFRAMES

############################################################################## */

.waypoints {
  opacity: 0;
  filter: blur(10px);
  transition-property: opacity, filter, box-shadow;
  transition-duration: 1s, 1s, 1s;
  transition-timing-function: ease-out, linear, ease-out;
}
.waypoints.active {
  opacity: 1;
  filter: blur(0);
}
.waypoints_list > .waypoints.active:nth-child(3n-1) {
  transition-delay: 0.2s, 0.2s, 0s;
}
.waypoints_list > .waypoints.active:nth-child(3n) {
  transition-delay: 0.4s, 0.4s, 0s;
}
@media screen and (max-width: 767px) {
  .waypoints {
    transition-duration: 0.5s, 0.5s, 0.5s;
  }
  .waypoints_list > .waypoints.active:nth-child(3n-1),
  .waypoints_list > .waypoints.active:nth-child(3n) {
    transition-delay: 0s, 0s, 0s;
  }
}

/* ##############################################################################

    COMMON

############################################################################## */

html {
  height: 100%;
  overflow-y: scroll;
}
body {
  height: 100%;
}

@media screen and (max-width: 1140px) {
  body {
    padding-top: 72px;
  }
}

/* layout
**************************************** */

/* --- inner --- */
.inner {
  width: 88%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.inner-sm {
  max-width: 800px;
}
.inner-lg {
  max-width: 1504px;
}
.inner-xl {
  max-width: calc(100% - 176px);
}

/* --- section_pdg --- */
.section_pdg {
  padding-top: 80px;
  padding-bottom: 144px;
}
.section_pdg-top {
  padding-top: 80px;
}
.section_pdg-btm {
  padding-bottom: 144px;
}
@media screen and (max-width: 1680px) and (min-width: 768px) {
  .inner-xl {
    max-width: 1504px;
  }
  .inner {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    width: 86%;
  }
  .inner .inner {
    width: 100%;
  }
  .inner-xl {
    max-width: 100%;
  }

  /* --- section_pdg --- */
  .section_pdg {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .section_pdg-top {
    padding-top: 40px;
  }
  .section_pdg-btm {
    padding-bottom: 80px;
  }
}

/* flex
**************************************** */
/* --- ざっくりflexレイアウト --- */
.flex-col1 {
  display: block;
}
.flex-col2,
.flex-col3,
.flex-col4 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-col2 > * {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 3%;
}
.flex-col2:not(.flex-reverse) > *:nth-child(even),
.flex-col2.flex-reverse > *:nth-child(odd) {
  margin-right: 0;
}
.flex-col3 > * {
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 3%;
}
.lps_sec .flex-col3 > * {
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 3%;
}
.lps_sec .flex-col3 p {
  font-size: 89%;
  line-height: 1.7;
  letter-spacing: 0.075em;
}
.flex-col3 > *:nth-child(3n) {
  margin-right: 0;
}
.flex-col4 > * {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.flex-col4 > *:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .lps_sec .flex-col2 > *,
  .lps_sec .flex-col3 > *,
  .flex-sp-block.flex-col2 > *,
  .flex-sp-block.flex-col3 > * {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6%;
  }
  .lps_sec .flex-col2 > *:last-child,
  .lps_sec .flex-col3 > *:last-child,
  .flex-sp-block.flex-col2 > *:last-child,
  .flex-sp-block.flex-col3 > *:last-child {
    margin-bottom: 0;
  }

  /* --- ざっくりflexレイアウト - sp --- */
  .flex-sp-col2 > *,
  .flex-sp-col2.flex-col3 > *:nth-child(3n) {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .flex-sp-col2 > *:nth-child(even) {
    margin-right: 0;
  }
  .flex-sp-col3 > *,
  .flex-sp-col3.flex-col4 > *:nth-child(4n) {
    width: 31.33%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .flex-sp-col3 > *:nth-child(3n) {
    margin-right: 0;
  }
}

/* bg
**************************************** */
.bg-white,
.lps_sec:nth-child(odd) {
  position: relative;
  background-color: #fff;
}
.lps_sec-deco {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  overflow: hidden;
}
.bg-gray {
  position: relative;
  background-color: #eee;
}
.bg-ivory,
.lps_sec:nth-child(even) {
  background: url(../images/common/bg-ivory.png) center repeat;
}
.bg-gold {
  background: #bbb6a1 url(../images/common/bg-gold.png) center repeat;
}
.bg-gold2 {
  background: #bbb6a1 url(../images/common/bg-gold2.png) center repeat;
}
.bg-pt01 {
  background: url(../images/common/bg-pt01.png) center repeat;
  color: #fff;
}
.bg-pt02 {
  background: url(../images/common/bg-pt02.png) center repeat;
  color: #fff;
}
.bg-line {
  position: relative;
}
.bg-line::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/common/section_line-gray.png) center repeat;
  width: 100%;
  height: 64px;
  top: -63px;
  left: 0;
  right: 0;
  margin: auto;
}
.bg-ivory.bg-line::before,
.lps_sec::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/common/section_line-ivory.png);
  background-position: center;
  background-repeat: repeat-x;
  width: 100%;
  height: 64px;
  top: -63px;
  left: 0;
  right: 0;
  margin: auto;
}
.bg-white.bg-line::before,
.lps_sec:nth-child(odd)::before {
  background-image: url(../images/common/section_line-white.png);
  width: 1080px;
  height: 40px;
  top: -40px;
}
.lps_sec:first-child::before {
  display: none;
}
.bg-pt02.bg-line::before {
  background-image: url(../images/common/section_line-pt02.png);
  width: 1080px;
  height: 40px;
  top: -40px;
}
.bg-gold.bg-line::before {
  background-image: url(../images/common/section_line-gold-big.png);
}
.bg-gold2.bg-line::before {
  height: 95px;
  background-image: url(../images/common/section_line-gold2.png);
}

@media screen and (max-width: 767px) {
  .bg-line::before,
  .lps_sec::before {
    width: 100% !important;
    top: -31px !important;
    height: 32px !important;
    background-position: center top;
    background-size: auto 100%;
  }
}

/* kazari
**************************************** */
.kazari {
  position: absolute;
  z-index: 0;
  background-size: cover;
  pointer-events: none;
}
.kazari-u-left {
  top: -10px;
  left: 0;
  width: 563px;
  height: 303px;
  background-image: url(../images/common/kazari-u-left.png);
}
.kazari-u-left-ivory,
.lps_sec:nth-child(odd) .kazari-u-left {
  background-image: url(../images/common/kazari-u-left-ivory.png);
}
.kazari-u-right {
  bottom: -10px;
  right: 0;
  width: 610px;
  height: 296px;
  background-image: url(../images/common/kazari-u-right.png);
}
.kazari-u-right-ivory,
.lps_sec:nth-child(odd) .kazari-u-right {
  background-image: url(../images/common/kazari-u-right-ivory.png);
}
.kazari-mari {
  width: 590px;
  height: 590px;
  background-image: url(../images/common/kazari-mari.png);
}
.lps_sec:nth-child(odd) .kazari-mari {
  background-image: url(../images/common/kazari-mari-ivory.png);
}
.kazari-mari-left {
  top: 10%;
  left: 74px;
}
.kazari-mari-right {
  bottom: 10%;
  right: 74px;
}
.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (max-width: 1140px) {
  .kazari-u-left {
    top: -30px;
    left: -50px;
    width: 423px;
    height: 228px;
  }
  .kazari-u-right {
    bottom: 0;
    right: -60px;
    width: 526px;
    height: 256px;
  }
  .kazari-mari-left {
    top: 5%;
    left: -30%;
  }
  .kazari-mari-right {
    bottom: 5%;
    right: -30%;
  }
}
@media screen and (max-width: 767px) {
  .kazari-u-left {
    top: -40px;
    width: 240px;
    height: 129px;
  }
  .lps_sec .kazari-u-left {
    display: none;
  }
  .kazari-u-right {
    width: 270px;
    height: 131px;
  }
  .kazari-mari {
    width: 295px;
    height: 295px;
  }
}

/* txt
**************************************** */
.txt-lg {
  font-size: 112.5%;
}
.txt-high {
  line-height: 2.2;
  letter-spacing: 0.15em;
}
.txt-sm {
  font-size: 88%;
  letter-spacing: 0.08em;
}
.txt-xs {
  font-size: 75%;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.txtarea p:not(:last-child) {
  margin-bottom: 1.75em;
}
.txt-gold {
  color: #937108;
}
.bg-gray .txt-gold {
  color: #886708;
}
.txt-gray {
  color: #cccccc;
}
.txt-wh,
.txt-white {
  color: #fff;
}
.font-en,
.hero--txtarea::after,
.slide-hero .slick-dots li::before,
.lps_parts--flow .ttl-03::after,
.lps_parts--faq .ttl-03::after,
.lps_parts--faq .mce-content-body::after {
  font-family: "Montserrat", "Shuei KakuGo Gin B", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-weight: 600;
}
.font-en-bold {
  font-weight: 800;
  letter-spacing: 0.28em;
}
.txt-vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  font-feature-settings: normal;
}

/* dl
**************************************** */
/* --- dlリスト --- */
.list-dl {
  position: relative;
  border-top: 1px solid #9b7a09;
}
.list-dl dt {
  position: absolute;
  padding-top: 16px;
  color: #9b7a09;
  font-weight: 700;
}
.list-dl dd {
  padding-left: 140px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #9b7a09;
}
@media screen and (max-width: 767px) {
  .list-dl dt {
    position: relative;
  }
  .list-dl dd {
    padding-top: 8px;
    padding-left: 0;
  }
}

/* ttl
**************************************** */

/* --- page_ttl --- */
.page_ttl {
  position: relative;
  z-index: 10;
  overflow: hidden;
  background: #eee;
  border: none;
  border-radius: 40px;
  height: 200px;
  padding: 24px;
  line-height: 1;
}
.page_ttl-jp {
  display: block;
  font-size: 300%;
  letter-spacing: 0.15em;
  margin-bottom: 16px;
  color: #886708;
}
.page_ttl-en {
  font-size: 75%;
  display: inline-block;
  text-transform: uppercase;
}

/* --- section_ttl --- */
.section_ttl,
.ttl-01 {
  text-align: center;
  margin-bottom: 48px;
  font-size: 350%;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.section_ttl small {
  display: block;
  font-size: 32%;
  text-transform: uppercase;
}
.section_ttl-line {
  position: relative;
}
.section_ttl-line::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 10px;
  right: 0;
  width: 100%;
  height: 6px;
  margin: auto;
  background-color: #28134e;
}
.section_ttl--kazari,
.ttl-01 span {
  display: inline-block;
  position: relative;
  padding: 0 1.5em;
  background: #fff;
}
.bg-gray .section_ttl--kazari {
  background: #eee;
}
.bg-ivory .section_ttl--kazari,
.lps_sec:nth-child(even) .ttl-01 span {
  background: #dcd5bb url(../images/common/bg-ivory.png);
}
.bg-gold .section_ttl--kazari {
  background: #bbb6a1 url(../images/common/bg-gold.png);
}
.bg-gold2 .section_ttl--kazari {
  background: #bbb6a1 url(../images/common/bg-gold2.png);
}
.section_ttl--kazari::before,
.section_ttl--kazari::after,
.ttl-01 span::before,
.ttl-01 span::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.5em;
  top: 0;
  bottom: 0;
  border-top: 6px solid;
  border-bottom: 6px solid;
}
.section_ttl--kazari::before,
.ttl-01 span::before {
  left: 0;
  border-left: 6px solid;
}
.section_ttl--kazari::after,
.ttl-01 span::after {
  right: 0;
  border-right: 6px solid;
}

/* section_ttl-mini */
.section_ttl-mini {
  font-size: 200%;
  letter-spacing: 0.15em;
}
.section_ttl-mini.section_ttl-line::before {
  height: 3px;
}
.section_ttl-mini .section_ttl--kazari::before,
.section_ttl-mini .section_ttl--kazari::after {
  border-width: 3px;
}
.section_ttl-mini small {
  font-size: 37.5%;
}
.section_catch {
  text-align: center;
  font-size: 120%;
  font-weight: 700;
}

/* --- heading --- */
.heading-1 {
  font-size: 250%;
  letter-spacing: 0.15em;
}
.heading-2 {
  font-size: 200%;
  letter-spacing: 0.15em;
}
.heading-3 {
  font-size: 150%;
  letter-spacing: 0.15em;
}
.heading-4 {
  font-size: 112.5%;
  letter-spacing: 0.1em;
}

/* --- ttl --- */
.ttl-01,
.ttl-02,
.ttl-03 {
  position: relative;
  z-index: 1;
}
.ttl-02,
.ttl-03 {
  font-size: 250%;
  letter-spacing: 0.15em;
}
.ttl-03 + p {
  margin-top: 16px;
}
.lps_sec .ttl-01 {
  margin-bottom: 48px;
}
.lps_sec .ttl-02 {
  margin-bottom: 40px;
}
.lps_sec .ttl-03 {
  margin-bottom: 24px;
}
.lps_sec .column-2 .ttl-03,
.lps_sec .column-3 .ttl-03 {
  font-size: 125%;
}

@media screen and (max-width: 767px) {
  /* --- page_ttl --- */
  .page_ttl {
    height: 140px;
    border-radius: 20px;
  }
  .page_ttl-jp {
    font-size: 186%;
  }
  .page_ttl-en {
    font-size: 86%;
  }

  /* --- section_ttl --- */
  .section_ttl {
    font-size: 172%;
  }
  .section_catch {
    font-size: 86%;
  }

  /* --- heading --- */
  .heading-1 {
    font-size: 158%;
  }
  .heading-2 {
    font-size: 143%;
  }
  .heading-3 {
    font-size: 115%;
  }

  /* --- ttl --- */
  .ttl-01 {
    font-size: 180%;
  }
  .ttl-01::before {
    top: 0;
    margin: 25px auto 0;
  }
  .ttl-02 {
    font-size: 150%;
  }
  .ttl-03 {
    font-size: 130%;
  }
  .lps_sec .ttl-01 {
    margin-bottom: 32px;
  }
  .lps_sec .ttl-02 {
    margin-bottom: 24px;
  }
  .lps_sec .ttl-03 {
    margin-bottom: 16px;
  }

  /* section_ttl-line */
  .section_ttl-line::before {
    height: 4px;
  }
  .section_ttl--kazari::before,
  .section_ttl--kazari::after,
  .ttl-01 span::before,
  .ttl-01 span::after {
    border-top: 4px solid;
    border-bottom: 4px solid;
  }
  .section_ttl--kazari::before,
  .ttl-01 span::before {
    border-left: 4px solid;
  }
  .section_ttl--kazari::after,
  .ttl-01 span::after {
    border-right: 4px solid;
  }
}

/* btn
**************************************** */
.btn {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 440px;
  max-width: 100%;
  min-height: 68px;
  padding: 8px 32px;
  margin: auto;
  border-radius: 34px;
  color: #fff;
  background-color: #28134e;
  border: 3px solid transparent;
  text-align: center;
  letter-spacing: 0.1em;
  overflow: hidden;
}
.btn * {
  margin: 0 10px;
}
.btn *:last-child {
  margin-right: 0;
}
.btn .more {
  color: #a78508;
  margin-left: 0;
  font-size: 150%;
  letter-spacing: 0.05em;
}
.btn .hyphen {
  display: block;
  width: 12px;
  height: 3px;
  background: #a78508;
  border-radius: 3px;
}
.btn .arrow {
  display: block;
  width: 19px;
  height: 13px;
  margin-right: -29px;
  background: url(../images/common/icon-arrow.png) center no-repeat;
}
.btn:hover {
  background-color: #ffffff;
  color: #28144e;
  border: 3px solid;
}
.btn-wh {
  border-color: #fff;
  color: #fff;
}
.btn-wh:hover {
  color: #fff;
}
.flex .btn + .btn {
  margin-left: 16px;
}

@media screen and (max-width: 767px) {
  .btn {
    flex-wrap: wrap;
    min-width: auto;
    padding: 12px 24px;
    min-height: 0;
  }
  .flex .btn,
  .flex .btn + .btn {
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
  }
  .btn .more {
    font-size: 130%;
  }
}

/* cta
**************************************** */
.cta {
  padding: 40px 0;
  background-color: #eee;
}
.cta--txt {
  font-size: 120%;
  margin-bottom: 24px;
}
.cta--btn {
  font-size: 160%;
}
.cta--btn.btn {
  min-width: 400px;
}
.cta--tel .tel_txt {
  font-size: 160%;
}
.cta--form {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .cta--btn.btn {
    min-width: 0;
  }
}

/* breadcrumbs
**************************************** */
.breadcrumbs {
  position: relative;
  z-index: 1;
  padding: 16px 0 0;
  margin-bottom: -28px;
  font-size: 75%;
  letter-spacing: 0.075em;
  line-height: 1.4;
}
.breadcrumbs a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    margin-bottom: 0;
  }
}

/* box
**************************************** */
.box {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 40px;
  background-color: #eee;
}
@media screen and (max-width: 767px) {
  .box {
    padding: 24px;
  }
}

/* ##############################################################################

    HEADER

############################################################################## */

.wrap {
  position: relative;
  overflow: hidden;
}

/* header
**************************************** */
.header {
  padding: 40px 0;
  z-index: 9990;
  transition: all 0.4s ease-out;
}
.header--logo {
  width: 50%;
  max-width: 736px;
}
.header--rgt {
  flex: 1;
  margin-left: 40px;
}

/* search_box */
.search_box {
  position: relative;
  z-index: 1;
}
.search_box input {
  margin-right: 8px;
  padding: 4px 16px;
  margin-left: auto;
  font-size: 16px;
  border: 2px solid #28134e;
  background-color: #fff;
  border-radius: 10px;
}
.search_box button {
  color: #fff;
  padding: 10px;
  line-height: 1;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  border-radius: 10px;
  background-color: #28134e;
}

@media screen and (max-width: 1600px) {
  .header {
    padding: 32px 0;
  }
}
@media screen and (max-width: 1140px) {
  .header {
    height: 72px;
    padding: 16px 0;
  }
  .header--logo {
    max-width: 320px;
  }
}
@media screen and (max-width: 1140px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    width: 100%;
    background-color: #fff;
  }
  .header > .inner {
    display: block;
  }

  /* search_box */
  .search_box input {
    flex: 1;
    margin-left: 0;
  }
  .search_box form {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .header--logo {
    position: relative;
    z-index: 310;
    width: auto;
    padding-right: 26%;
  }
}

/* gnav
**************************************** */
.gnav {
  position: relative;
  transform: translateX(20px);
}
.gnav li {
  position: relative;
}
.gnav a {
  display: block;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 4px 12px;
  line-height: 1.8;
  text-align: center;
  color: #947008;
}
.gnav a::before {
  content: "";
  display: block;
  width: 3px;
  height: 18px;
  background: #947008;
  position: absolute;
  top: 8px;
  left: 0;
  margin: auto;
}
.gnav a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.gnav a:hover,
.gnav .current a {
  background-color: #927109;
  color: #fff;
}
.gnav a ruby rt {
  transition: all 0.4s ease-out;
}
.gnav a:hover ruby rt,
.gnav .current ruby rt {
  color: #fff;
}
.gnav--language_list {
  margin-right: 24px;
}
.gnav--language_list a {
  padding: 8px 24px;
  border: 1px solid #e4cd94;
  line-height: 1;
}
.gnav_btn,
.gnav--sp {
  display: none;
}

/* ---CTA --- */
.gnav--contact {
  margin-left: auto;
  margin-top: -8px;
  font-size: 107%;
}
.gnav--contact a {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0;
  color: #fff;
  text-align: center;
  background: #9b7a09;
  border-radius: 20px;
}
.gnav--contact a::before {
  display: none;
}
.gnav--contact img {
  vertical-align: middle;
}

@media screen and (max-width: 1140px) {
  .header--rgt-top {
    display: none;
  }
  .gnav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 300;
    opacity: 0;
    padding: 80px 5% 25%;
    overflow: auto;
    pointer-events: none;
    transition: 0.4s ease-out;
    transform: translateY(-100%);
    background-color: #eee;
  }
  .header.active .gnav {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
  }
  .gnav a {
    margin: 0;
    padding: 24px;
    text-align: left;
  }
  .gnav a::before {
    top: 0;
    bottom: 0;
    height: 70%;
  }
  .gnav a::before {
    opacity: 0;
  }
  .gnav a:hover,
  .gnav .current a {
    background-color: transparent;
    color: #9b7a09;
  }
  .gnav .current a::before {
    opacity: 1;
  }
  .gnav--sp {
    display: block;
  }
  .gnav--language_list {
    margin-top: 24px;
    margin-right: 0;
    text-align: center;
  }
  .gnav--language_list a {
    display: inline-block;
    padding: 8px 16px;
  }
  .gnav--list {
    display: block;
    position: relative;
    z-index: 1;
  }

  /* ---gnav_btn --- */
  .gnav_btn {
    position: fixed;
    top: 7px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background-color: #9b7a09;
    z-index: 9999;
    border-radius: 50%;
  }
  .gnav_btn--lines {
    position: relative;
    width: 28px;
    height: 20px;
  }
  .gnav_btn--lines span {
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .gnav_btn--lines span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 10px;
  }
  .gnav_btn--lines span:nth-of-type(1) {
    top: 0;
  }
  .gnav_btn--lines span:nth-of-type(2) {
    top: calc(50% - 2px / 2);
  }
  .gnav_btn--lines span:nth-of-type(3) {
    bottom: 0;
  }
  .header.active .gnav_btn--lines span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  .header.active .gnav_btn--lines span:nth-of-type(2) {
    opacity: 0;
  }
  .header.active .gnav_btn--lines span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }

  /* ---CTA --- */
  .gnav--contact {
    margin-left: 0;
    margin-bottom: 16px;
  }
  .gnav--contact .pc-none {
    display: block;
  }
  .gnav--contact a {
    position: relative;
    bottom: auto;
    right: auto;
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 10px;
    padding: 16px;
    text-align: left;
    border-radius: 10px;
  }
  .gnav--contact a img {
    margin-right: 8px;
  }
  .gnav .kazari-u-right {
    bottom: 22%;
    width: 300px;
    height: 160px;
  }
}

/* ##############################################################################

    FOOTER

############################################################################## */

/* footer_blog
*************************************************** */
.footer_blog {
  padding: 80px 0 104px;
}
.posts-footer::after {
  content: "";
}
.post-footer {
  width: calc((100% - 64px) / 3);
}
.post-footer .post--img {
  flex-shrink: 0;
  width: 160px;
  height: 160px;
  border-radius: 80px !important;
  background: #28134e center no-repeat;
  background-size: cover;
  margin-right: 32px;
}
.post-footer .post--txtarea {
  flex: 1;
}
@media screen and (max-width: 1140px) {
  .posts-footer {
    display: block;
  }
  .post-footer {
    width: 100%;
  }
  .post-footer:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .post-footer .post--img {
    width: 100px;
    height: 100px;
  }
}

/* footer
*************************************************** */
.footer {
  padding: 80px 0 48px;
}
.footer--logo {
  margin-bottom: 48px;
}
.footer--nav a {
  display: block;
  color: #fff;
  padding: 16px 0;
}
.footer--nav a:hover {
  opacity: 0.5;
}
.footer--nav span {
  display: block;
  padding: 0 16px;
}
.footer--nav-main {
  border-top: 2px solid;
  border-bottom: 2px solid;
}
.footer--nav-main li:not(:last-child) span {
  border-right: 2px solid #5f5e5c;
}
.footer--copyright {
  text-align: center;
  text-transform: uppercase;
}

@media screen and (max-width: 1140px) {
  .footer--nav-main {
    justify-content: space-between;
  }
  .footer--nav-main li {
    width: calc(50% - 8px);
  }
  .footer--nav-main li:not(:last-child) {
    border-bottom: 2px solid #5f5e5c;
  }
  .footer--nav-main li:not(:last-child) span {
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .footer--nav {
    margin-bottom: 40px;
  }
  .footer--nav > .flex {
    align-items: flex-start;
  }
  .footer--nav li {
    width: 100%;
  }
  .footer--nav-main li:not(:last-child) {
    border-bottom: 2px solid #5f5e5c;
  }
  .footer--nav a {
    padding: 8px 0;
  }
  .footer--nav span {
    padding: 0;
  }
  .footer--nav-sub {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .footer--nav-sub a {
    padding: 4px 0;
  }
}

/* ##############################################################################

    INDEX

############################################################################## */

/* home-ayu
*************************************************** */
.home-ayu-right01 {
  top: 30px;
  right: 0;
  width: 496px;
  height: 363px;
  background-image: url(../images/home-ayu-right01.png);
}
.home-ayu-left01 {
  top: -20px;
  left: calc(50% - 850px);
  width: 533px;
  height: 263px;
  background-image: url(../images/home-ayu-left01.png);
}
.home-ayu-left02 {
  bottom: 20px;
  left: 0;
  width: 294px;
  height: 316px;
  background-image: url(../images/home-ayu-left02.png);
}
.home-ayu-left03 {
  top: 20px;
  left: 0;
  width: 310px;
  height: 242px;
  background-image: url(../images/home-ayu-left03.png);
}
@media screen and (max-width: 767px) {
  .home-ayu-right01 {
    top: -60px;
    width: 256px;
    height: 187px;
  }
  .home-ayu-left02 {
    bottom: -20px;
    width: 191px;
    height: 204px;
  }
  .home-ayu-left03 {
    width: 150px;
    height: 117px;
  }
}

/* hero
*************************************************** */
.hero {
  position: relative;
  z-index: 2;
}
.hero--img {
  position: relative;
  overflow: hidden;
  width: 76%;
  max-width: 1080px;
  margin-left: auto;
  margin-bottom: 54px;
  background-color: #9b7a09;
  border-radius: 80px;
  background-size: cover;
  background-position: center;
}
.hero--img::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 59.351%;
  min-height: 530px;
  transition: 0.4s ease-out;
}
.hero--copy {
  position: absolute;
  top: 80px;
  right: -1em;
  display: flex;
  align-items: start;
  flex-direction: row-reverse;
}
.hero--copy span {
  display: inline-block;
  padding: 4px 8px;
  font-size: 150%;
  line-height: 1;
  letter-spacing: 0.02em;
  vertical-align: top;
  background-color: #28134e;
}
.hero--copy span:not(:last-child) {
  margin-left: 16px;
}
.hero--txtarea {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 57%;
  max-width: 720px;
  padding: 54px 75px;
  border: 3px solid #28134e;
  border-radius: 80px;
  background-color: #fff;
}
.hero--txtarea::before {
  content: "";
  position: absolute;
  top: -32px;
  left: 200px;
  z-index: 0;
  display: block;
  width: 152px;
  height: 29px;
  border-top: 3px solid #28134e;
  border-left: 3px solid #28134e;
}
.hero--txtarea::after {
  content: "PICK UP";
  position: absolute;
  top: -60px;
  left: 200px;
  display: block;
  font-size: 75%;
  font-weight: bold;
}
.hero--num {
  position: absolute;
  top: -1.1em;
  left: 68px;
  font-size: 500%;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
}
.hero--ttl {
  font-size: 200%;
  line-height: 1.425;
  letter-spacing: 0.22em;
}

/* slide-hero */
.slide_wrap {
  position: relative;
  overflow: hidden;
}
.slide-hero {
  width: 90%;
  max-width: 1433px;
  margin-left: auto;
  margin-right: auto;
}
.slide-hero--item {
  position: relative;
  margin-left: 85px;
}
.slide-hero .slick-list {
  height: 100%;
  overflow: visible !important;
  margin-left: -85px;
  margin-bottom: 24px;
}
.slide-hero .slick-dots {
  counter-reset: number;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide-hero .slick-dots li {
  cursor: pointer;
}
.slide-hero .slick-dots li:not(:last-child) {
  margin-right: 32px;
}
.slide-hero .slick-dots li::before {
  counter-increment: number;
  content: "0" counter(number);
  display: block;
  padding-bottom: 5px;
  color: #ccc;
  font-size: 125%;
  line-height: 1;
  transition: 0.4s ease-out;
}
.slide-hero .slick-dots li::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #9b7a09;
  transition: 0.4s ease-out;
  transform: scaleX(0);
  transform-origin: top left;
}
.slide-hero .slick-dots li:hover::before,
.slide-hero .slick-dots li.slick-active::before {
  color: #9b7a09;
}
.slide-hero .slick-dots li:hover::after,
.slide-hero .slick-dots li.slick-active::after {
  transform: scaleX(1);
  transform-origin: top right;
}
@media screen and (min-width: 768px) {
  /* hover */
  .slide-hero--item:hover .hero--img::after {
    background-color: rgba(155, 122, 9, 0.5);
  }
}
@media screen and (max-width: 1600px) {
  .hero--txtarea {
    padding: 40px 64px;
    border-radius: 70px;
  }
  .hero--ttl {
    font-size: 180%;
  }

  /* slide-hero */
  .slide-hero--item {
    margin-left: 40px;
  }
  .slide-hero .slick-list {
    margin-left: -40px;
  }
}
@media screen and (max-width: 767px) {
  .hero--img {
    width: 90%;
    margin-bottom: 30%;
    border-radius: 20px;
  }
  .hero--img::after {
    padding-top: 100%;
    min-height: auto;
  }
  .hero--txtarea {
    width: 80%;
    padding: 20px 26px;
    border-radius: 20px;
    min-height: 150px;
  }
  .hero--num {
    top: -1.1em;
    left: 0;
    font-size: 300%;
  }
  .hero--ttl {
    font-size: 120%;
  }
  .hero--txt,
  .hero--txtarea::before {
    display: none;
  }
  .hero--txtarea::after {
    top: -62px;
    left: 0;
  }
  .hero--copy {
    top: 20px;
    right: -0.5em;
  }
  .hero--copy span {
    padding: 4px 5px;
    font-size: 110%;
  }
  .hero--copy span:not(:last-child) {
    margin-left: 8px;
  }

  /* slide-hero */
  .slide-hero .slick-dots li:not(:last-child) {
    margin-right: 16px;
  }
}

/* home_news
*************************************************** */
.home_news {
  position: relative;
  z-index: 1;
  padding-top: 64px;
}
.home_news > .inner {
  padding: 0 16px;
  background-color: #28134e;
  border-radius: 28px;
}
.home_news--ttl {
  position: absolute;
  top: 50%;
  left: 64px;
  margin-right: 16px;
  padding-right: 16px;
  border-right: 1px solid #9b7a09;
  transform: translateY(-50%);
}
.home_news .btn {
  position: absolute;
  top: calc(50% - 40px / 2);
  right: 10px;
  width: 40px;
  height: 40px;
  max-width: none;
  min-height: auto;
  padding: 0;
  border: none;
  background-color: #fff;
}
.home_news .btn .arrow {
  margin-right: 10px;
  transition: 0.4s ease-out;
}
.home_news .btn:hover .arrow {
  transform: translateX(6px);
}

/* slide-news */
.slide-news {
  padding-left: 140px;
  padding-right: 40px;
}
.slide-news .post {
  transition: 0.4s ease-out;
}
.slide-news .post--date,
.slide-news .post--ttl a {
  color: #a68208;
}
.slide-news .post:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .home_news > .inner {
    border-radius: 20px;
    padding: 16px 16px 0;
  }
  .home_news--ttl {
    position: relative;
    top: auto;
    left: auto;
    margin-right: 0;
    padding-bottom: 8px;
    padding-right: 0;
    line-height: 1;
    transform: none;
    border-right: none;
    border-bottom: 1px solid #9b7a09;
  }
  .home_news .btn {
    position: relative;
    top: auto;
    right: auto;
    justify-content: flex-end;
    width: auto;
    height: auto;
    padding: 8px 0 16px;
    line-height: 1;
    background: none;
  }
  .home_news .btn .arrow {
    margin: 0;
    width: 12px;
    background-size: cover;
    height: 8px;
  }

  /* slide-news */
  .slide-news {
    padding-left: 0;
    padding-right: 0;
  }
}


/* home_spot
*************************************************** */
.home_spot .post {
  padding: 0 20px;
}
.home_spot .slick-list {
  margin-bottom: 40px;
}
.home_spot .slick-dots {
  display: flex;
  width: calc(100% - 48px);
  max-width: 1356px;
  height: 8px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ccc;
  border-radius: 8px;
  overflow: hidden;
}
.home_spot  .slick-dots li {
  flex: 1;
  margin: 0;
  padding: 0;
}
.home_spot  .slick-dots button {
  display: block;
  width: 100%;
  height: 8px;
  padding: 0;
  margin: 0;
  font-size: 0;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}
.home_spot  .slick-dots .slick-active button {
  background-color: #28134e;
}

.home_spot .posts-spot  {
  display: block;
}

.home_spot .posts-spot--ttl {
  width: 100%;
  font-size: 160%;
}
.home_spot .posts-spot--info  {
  width: 100%;
  font-size: 120%;
}
.home_spot .posts-spot .cat_list {
  margin-right: auto;
  margin-left: 0;
}

.home_spot .posts-spot--info.iconwrap
{
  margin-left: 0;
  width: fit-content;
  font-size: 120%;
  margin-right: auto;

}



/* freespace
*************************************************** */
.freespace .inner {
  color: #c62f2f;
  text-align: center;
  border: 1px solid;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .freespace .inner {
    padding: 24px;
    text-align: left;
  }
}

/* home_intro
*************************************************** */
.home_intro {
  max-height: 940px;
  min-height: 540px;
  padding-top: 7vw;
  padding-bottom: 28vw;
  position: relative;
  z-index: 1;
}
.home_intro--ttl {
  font-size: 175%;
  letter-spacing: 0.12em;
}
.home_intro--txtarea {
  position: relative;
  z-index: 0;
  display: inline-block;
  max-width: 600px;
  margin-left: auto;
  margin-right: -80px;
  text-align: left;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
}
.home_intro--bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 100%;
  min-width: 1080px;
  background-image: url(../images/intro-bg.jpg);
  background-position: bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}
@media screen and (max-width: 1366px) {
  .home_intro--txtarea {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .home_intro {
    min-height: auto;
    padding-bottom: 0;
  }
  .home_intro--txtarea {
    line-height: 1.8;
  }
  .home_intro--ttl {
    font-size: 150%;
  }
  .home_intro .bg-img {
    position: relative;
    padding-top: 8vw;
  }
  .home_intro--bg {
    position: relative;
    min-width: 100%;
    padding-top: 42.812%;
    background-size: 120%;
    margin-bottom: 3%;
  }
}

/* home_event
*************************************************** */
.home_event {
  position: relative;
  z-index: 1;
}
.home_event .kazari-mari-left {
  top: auto;
  bottom: 10%;
  left: -7%;
}
.home_event .kazari-mari-right {
  top: 6%;
  bottom: auto;
  right: -8%;
}
@media screen and (max-width: 767px) {
  .home_event .kazari-mari-left {
    bottom: 7%;
    left: -28%;
  }
  .home_event .kazari-mari-right {
    top: 19%;
    right: -28%;
  }
}

/* home_arvhive
*************************************************** */
.home_arvhive > .inner {
  position: relative;
  z-index: 0;
}
.home_arvhive .post-archive--txtarea {
  padding-top: 156px;
}
.home_arvhive .post-archive--slug {
  position: absolute;
  top: 56px;
  right: 0;
  display: block;
  font-size: 500%;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.home_arvhive .post-archive:nth-child(even) .post-archive--slug {
  left: 0;
  right: auto;
}

/* tab */
.tab_panel {
  display: none;
}
.tab_panel.active {
  display: block;
}
.tab_btn_wrap {
  margin-left: 36px;
  margin-right: 36px;
}
.tab_btn {
  width: calc(20% - 7px);
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 12px 16px;
  line-height: 1;
  background-color: #eee;
  transition: 0.4s ease-out;
  cursor: pointer;
  border-radius: 8px;
}
.tab_btn:nth-child(5n) {
  margin-right: 0;
}
.tab_btn .font-en {
  color: #8d6508;
}
.tab_btn:hover,
.tab_btn.active {
  color: #fff;
  background-color: #28134e !important;
}
.tab_btn:hover .font-en,
.tab_btn.active .font-en {
  color: #a38509;
}
.tab_btn .font-en {
  position: relative;
  display: block;
  margin-bottom: 4px;
  padding-left: 1.5em;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
.tab_btn .font-en::before {
  content: "";
  position: absolute;
  top: calc(50% - 8px / 2);
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #9b7a09;
}
.tab_btn .txt-xs {
  padding-left: 2em;
}
.tab_btn a {
  display: block;
}
.tab_btn.active .txt-xs,
.tab_btn:hover .txt-xs {
  color: #fff !important;
}
@media screen and (max-width: 1600px) {
  .tab_btn_wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1400px) {
  .tab_btn,
  .tab_btn:nth-child(5n) {
    width: calc(33.33% - 7px);
    margin-right: 8px;
  }
  .tab_btn_wrap::before,
  .tab_btn_wrap::after {
    content: "";
    display: block;
    order: 1;
    width: calc(33.33% - 7px);
  }
  .tab_btn:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .home_arvhive .post-archive--slug,
  .home_arvhive .post-archive:nth-child(even) .post-archive--slug {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-top: -40px;
    font-size: 300%;
  }
  .home_arvhive .post-archive--txtarea {
    padding-top: 0;
  }

  /* tab */
  .tab_btn,
  .tab_btn:nth-child(3n),
  .tab_btn:nth-child(5n) {
    width: auto;
    margin-right: 0;
    margin-bottom: 0;
    padding: 8px 12px;
  }
  .tab_btn_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 4px;
    column-gap: 4px;
  }
  .tab_btn[data-label="all"] {
    grid-column: span 2;
  }
  .tab_btn .font-en {
    padding-left: 1em;
    letter-spacing: 0.05em;
    font-size: 80%;
  }
  .tab_btn .font-en::before {
    top: calc(50% - 6px / 2);
    width: 6px;
    height: 6px;
  }
  .tab_btn .txt-xs {
    padding-left: 0;
  }
}

/* ##############################################################################

    PAGE

############################################################################## */

/* page-gallery
*************************************************** */
#gallery-loading {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: #fff;
}
.gallery_item {
  width: calc(100% / 3);
  border-radius: 18px;
  overflow: hidden;
  padding: 8px;
}
.gallery_item img {
  width: 100%;
  height: auto;
  border-radius: 24px;
}
@media screen and (max-width: 767px) {
  .gallery_item {
    width: calc(100% / 2);
    padding: 4px;
  }
}

/* page-contact
*************************************************** */
.contact--txt {
  margin-bottom: 24px;
}
.contact--tel {
  margin-bottom: 24px;
}
.contact--tel .tel_txt {
  font-size: 200%;
}
.contact--form {
  background: #fff;
  border: 3px solid #9b7a09;
  padding: 64px;
  border-radius: 24px;
}
.page-contact .footer {
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .contact--txt.txt-ctr {
    text-align: left;
  }
  .contact--form {
    padding: 24px;
  }
}

/* page-thanks
*************************************************** */
@media screen and (max-width: 767px) {
  .page-thanks .inner.txt-ctr {
    text-align: left;
  }
}

/* 404
*************************************************** */
.page-404 .content-404 p {
  margin-bottom: 40px;
  font-size: 115%;
}
@media screen and (max-width: 767px) {
  .page-404 .content-404 p {
    margin-bottom: 24px;
    font-size: 100%;
  }
}

/* sitemap
*************************************************** */
.sitemap--list {
  width: 49%;
}
.sitemap--list-page.sitemap--list > li {
  margin-bottom: 10px;
}
.sitemap--list-posts.sitemap--list .sitemap--item-ttl:not(:first-child) {
  margin-top: 10px;
}
.sitemap--list-posts.sitemap--list > .sitemap--item-child {
  margin-bottom: 16px;
}
.sitemap--list li a {
  display: block;
  text-decoration: none;
}
.sitemap--item-ttl {
  font-weight: bold;
}
.sitemap--item-category {
  margin-top: 8px;
  padding: 10px 16px;
}
.sitemap--item-category ul {
  margin-top: 0 !important;
}
.sitemap--item-category li {
  margin-bottom: 8px !important;
}

/* --- category --- */
.sitemap--list li.sitemap--item-child a {
  padding-left: 8px;
}
.sitemap--list li.sitemap--item-child.sitemap--item-page {
  padding: 6px 0 6px 24px;
}
.sitemap--list li.sitemap--item-taxonomy ul {
  letter-spacing: -0.4em;
}
.sitemap--list li.sitemap--item-taxonomy ul li {
  display: inline-block;
  padding: 0;
  margin-right: 8px;
  letter-spacing: normal;
}

@media screen and (max-width: 767px) {
  .sitemap--list {
    width: 100%;
  }
  .sitemap--list-posts.sitemap--list > .sitemap--item-child {
    margin-bottom: 8px;
  }
}

/* ##############################################################################

    ARCHIVE

############################################################################## */

/* main_column
**************************************** */
.main_column {
  flex: 1;
  margin-right: 80px;
}

/* --- post --- */
.post {
  position: relative;
}
.link_area,
.post--link::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.post--link::before {
  content: "";
}
.cat_list {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-left: auto;
}
.cat_list a,
.post--label {
  display: inline-block;
  vertical-align: middle;
  font-size: 79%;
  background-color: #936c0b;
  color: #f6f6f6;
  line-height: 1;
  padding: 6px 16px;
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
  white-space: nowrap;
  border-radius: 16px;
}
.post--label {
  pointer-events: none;
}
.cat-check a,
.post--label.cat-check {
  background-color: #28134e;
}
.no-image,
.event_fv.no-image {
  background: #cab778;
}

/* spot
**************************************** */
.posts-spot .cat_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.posts-spot .cat_list li {
  list-style: none;
}

.posts-spot {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  column-gap: 20px;
  row-gap: 40px;
}

.posts-spot--ttl {
  font-size: 120%;
  line-height: 1.6;
}

.posts-spot .post:hover  {
  opacity: 0.8;
}

.posts-spot .post--img {
  width: 100%;
  margin-right: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  border: 2px solid;
}
.posts-spot .post--txtarea {
  width: 100%;
}
.posts-spot--info {
  font-size: 80%;
}
.posts-spot--info.iconwrap {
  font-size: 70%;
  display: grid;
  grid-template-columns: auto 1fr;
 column-gap: 10px;
  place-items: center normal;
}
.posts-spot--info .icon {
  width: 1lh;
  height: 1lh;
  max-width: 12px;
  max-height: 12px;
  background: #eee;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.posts-spot--info .icon img {
  width: 60%;
  overflow: visible;
  border: none;
}



@media screen and (max-width: 1100px) {
  .main_column {
    width: 100%;
    margin-right: 0;
  }
  .main_column + .side_column {
    margin-top: 80px;
  }
}

@media screen and (max-width: 740px) {
  .posts-spot {
    grid-template-columns: repeat(2,1fr);
  }
}

/* side_column
**************************************** */
.side_column {
  width: 264px;
}
.side_column--event {
  width: 100%;
}
.side_section:not(:last-child) {
  margin-bottom: 64px;
}
.side--ttl {
  font-size: 120%;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 16px;
}
.side--ttl small {
  font-size: 62%;
  opacity: 0.5;
  letter-spacing: 0.15em;
  display: block;
  line-height: 1;
  margin-top: 8px;
}

/* --- archive --- */
.side_column .archive_list--ttl {
  margin-bottom: 4px;
  cursor: pointer;
}
.side_column .archive_list--ttl::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: translateY(-2px) rotate(135deg);
  transition: 0.4s ease-out;
}
.side_column .archive_list--ttl.active::after {
  transform: translateY(2px) rotate(-45deg);
}
.side_column .archive_month {
  display: none;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 8px 16px;
  background-color: #eee;
}

@media screen and (max-width: 1100px) {
  .side_column {
    width: 100%;
  }
}

/* --- archive-pulldown --- */
.archive-pulldown {
  position: relative;
  margin-left: auto;
  z-index: 1;
}
.archive-pulldown .archive_list {
  position: relative;
  font-size: 92%;
}
.archive-pulldown .archive_list:not(:last-child) {
  margin-right: 24px;
}
.archive-pulldown .archive_list a {
  display: block;
  padding: 2px 16px;
  text-align: left;
}
.archive-pulldown .archive_list a:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.archive-pulldown .archive_list--label {
  margin-right: 8px;
}
.archive-pulldown .archive_list--btn {
  cursor: pointer;
  border: none;
  outline: none;
  appearance: none;
  padding: 8px 54px 8px 32px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.archive-pulldown .archive_list--btn::after {
  content: "";
  position: absolute;
  top: 9px;
  right: 10px;
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  transition: 0.2s ease-out;
  transform-origin: 50% 50%;
}
.archive-pulldown .active .archive_list--btn::after {
  top: 14px;
  transform: rotate(225deg);
}
.archive-pulldown .archive_list--menu {
  position: absolute;
  z-index: 1;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s ease-out;
}
.archive-pulldown .active .archive_list--menu {
  visibility: visible;
  opacity: 1;
}

/* archive-blog
**************************************** */
.posts-blog .post {
  padding-bottom: 48px;
  padding-top: 48px;
  border-bottom: 1px solid #e5e5e5;
}
.posts-blog .post:first-child {
  border-top: 1px solid #e5e5e5;
}
.posts-blog .post--txtarea {
  flex: 1;
}
.posts-blog .post--date {
  margin-right: 16px;
  font-weight: bold;
  margin-bottom: 4px;
}
.bg-gold .posts-blog .post--date,
.bg-gold .posts-footer .post--date {
  color: #554208;
}
.posts-blog .post--img {
  width: 280px;
  margin-right: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 40px;
  border: 2px solid;
}


.posts-spot .post--img::before,
.posts-blog .post--img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}
.posts-spot .post--img.no-image,
.posts-blog .post--img.no-image {
  background-color: #eee;
}
  .home_spot .posts-spot .post--img {
    width: 100%;
  }
@media screen and (max-width: 1100px) {
  .posts-blog {
    margin-bottom: 56px;
  }
  .archive-blog .container > .inner.flex,
  .single-blog .container > .inner.flex {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .posts-blog .post {
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .home_spot .posts-spot .post--img,
  .posts-spot .post--img,
  .posts-blog .post--img {
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
    border-radius: 20px;
  }
  .posts-blog .post--img img {
    width: auto;
    max-width: 100%;
  }
}

/* archive-spot
**************************************** */
.posts-spot .post {
    place-items: center;
    column-gap: 40px;

}
.posts-spot .post--img {
  margin-right: 0;
}

/* archive-news
**************************************** */

/* --- news_list --- */
.posts-news .post {
  display: flex !important;
  padding-top: 16px;
  padding-bottom: 16px;
}
.posts-news .post--date {
  flex-shrink: 0;
  margin-right: 32px;
}
.posts-news a[href="javascript:void(0);"]::before {
  color: inherit;
  cursor: inherit;
  opacity: 1;
  text-decoration: none;
}
.posts-news a {
  display: inline-flex;
  align-items: center;
}
.posts-news a[target="_blank"]::after {
  content: "";
  width: 18px;
  height: 18px;
  margin-left: 8px;
  background-image: url(/wp/wp-content/themes/original_theme/images/common/icon-new_tab.png);
}
.archive .posts-news .post {
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #dedede;
}

@media screen and (max-width: 767px) {
  .posts-news .post {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .archive .posts-news .post {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

/* archive-event
**************************************** */
.archive-event .page_ttl {
  display: none;
}
.event_next {
  margin-top: 120px;
}

/* posts-event
**************************************** */
.post-event,
.posts-interview::after {
  width: calc((100% - 64px) / 3);
}
.post-event {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 0 0px 2px #eeeeee;
}
.posts-event::after {
  content: "";
  width: calc((100% - 64px) / 3);
}
.post-event:hover {
  box-shadow: 0 0 0px 2px #9b7a0d;
}
.post-event--img {
  position: relative;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.post-event--img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 55%;
  transition: 0.4s ease-out;
}
.post-event:hover .post-event--img::before {
  background-color: rgba(155, 122, 9, 0.5);
}
.post-event--txtarea {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
  padding: 32px;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .post-event--txtarea {
    height: auto;
  }
}
.post-event--ttl {
  width: 100%;
  font-size: 125%;
}
.post-event--info {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .post-event {
    width: 100%;
  }
  .post-event--txtarea {
    padding: 24px;
  }
}

/* posts-interview
**************************************** */
.posts-interview::after {
  content: "";
}
.posts-interview .number {
  position: absolute;
  top: -68px;
  font-size: 250%;
  letter-spacing: 0.05em;
}
.posts-interview .post-event {
  display: flex;
  flex-direction: column;
}
.posts-interview .post-event--txtarea {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.posts-interview .post-event--txtarea > * {
  width: 100%;
}
.posts-interview .post-event--txtarea .profile {
  margin-top: auto;
}

/* post-video_clips
**************************************** */
.post-video_clips,
.posts-video_clips::after {
  width: calc((100% - 64px) / 3);
}
.posts-video_clips::after {
  content: "";
}
.post-video_clips {
  margin-bottom: 40px;
}
.movie_wrap {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  overflow: hidden;
  background-color: #9b7a09;
  border-radius: 18px;
  background-position: center;
  background-size: cover;
}
.movie_wrap::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: 0.4s ease-out;
}
.movie_wrap::before {
  content: "";
  position: absolute;
  top: calc(50% - 52px / 2);
  left: calc(50% - 52px / 2);
  z-index: 1;
  display: block;
  width: 52px;
  height: 52px;
  background-image: url(../images/common/icon-play.svg);
  pointer-events: none;
}
.movie_wrap--img {
  background-position: center;
  background-size: cover;
  border-radius: 18px;
  overflow: hidden;
}
.post-video_clips:hover .movie_wrap::after {
  background-color: rgba(155, 122, 9, 0.5);
}
@media screen and (max-width: 767px) {
  .post-video_clips,
  .posts-video_clips::after {
    width: 100%;
  }
}

/* post-archive
**************************************** */
.post-archive {
  position: relative;
  width: 100%;
}
.post-archive--slug {
  display: none;
}
.post-archive:nth-child(even) {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.post-archive--img {
  position: relative;
  flex-shrink: 0;
  width: 70%;
  max-width: 1060px;
  height: 530px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  overflow: hidden;
}
.post-archive--img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s ease-out;
}
.post-archive:hover .post-archive--img::before {
  background-color: rgba(155, 122, 9, 0.5);
}
.post-archive--txtarea {
  flex: 1;
  padding-left: 64px;
}
.post-archive:nth-child(even) .post-archive--txtarea {
  padding-left: 0;
  padding-right: 64px;
}
@media screen and (max-width: 1600px) {
  .post-archive--img {
    width: 60%;
  }
}
@media screen and (max-width: 1200px) {
  .post-archive--img {
    width: 50%;
  }
  .post-archive--txtarea {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .post-archive {
    display: block;
  }
  .post-archive--img {
    width: 100%;
    height: 200px;
    margin-bottom: 16px;
  }
  .post-archive--txtarea {
    padding-left: 0;
  }
  .post-archive:nth-child(even) .post-archive--txtarea {
    padding-right: 0;
  }
}

/* ##############################################################################

    SINGLE

############################################################################## */

.single .eyecatch img {
  border-radius: 40px;
  border: 2px solid;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (max-width: 1140px) {
  .column_wrap {
    display: block;
  }
}

.single .blog--info a:has(img) {
  pointer-events: none;
}

.spot_slide li {
  padding: 0 10px;
}
.spot_slide .slick-dots {
  padding: 20px 0 0;
  display: flex;
  justify-content: center;
  column-gap: 10px;
}
.spot_slide .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #ccc;
  padding: 0;
  cursor: pointer;
}
.spot_slide .slick-dots li.slick-active {
   background: #9b7a09;
}
.spot_table th {
  width: 28%;
}

.spot_txtbox {
  border: 2px solid #28134e;
  padding: 40px;
}

.spot_txtbox .posts-spot--info.iconwrap {
  margin-left: auto;
  width: fit-content;
}

  .spot_slide .img_wrap {
   aspect-ratio: 3 / 2;
  }
  .spot_slide .img_wrap img {
   aspect-ratio: 3 / 2;
       max-height: 100%;
       pointer-events: none;
  }
@media screen and (max-width: 767px) {
    /* .spot_slide .img_wrap {
    height: 212px;
  }
  .spot_slide .img_wrap img {
    height: 212px;
  } */
}

.spot_slide .img_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.spot_slide .img_wrap a {
    display: block;

}

.spot_slide .img_wrap img {
  object-fit: contain;  
}
.single-spot .cat_list li:first-of-type {
  margin-bottom: 0;
  padding-left: 0;
}
.single-spot .cat_list li::before {
  display: none!important;
}
.single-spot .cat_list  a {
  text-decoration: none!important;
  margin-bottom: 0;
}
.spot_slide_warp {
  position: relative;
}
.spot_slide_warp .arrows {
  position: absolute;
  width: calc(40% + 40px);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.spot_slide_warp .slick-arrow {
  pointer-events: all;
}

.spot_singlemain.section_pdg {
  padding-bottom: 0!important;
}

@media screen and (min-width: 768px) {
   .spot_side_sectionwrap .side--list{
    display: grid;
    row-gap: 5px;
 }
 .spot_side_sectionwrap  {
  width: fit-content;
  margin-inline: auto;
  display: grid;
   grid-template-columns: auto 1fr;
    column-gap: 80px;
 }


   .spot_side_sectionwrap .side--list li,
  .spot_side_sectionwrap .side--list li:not(:last-child) {
    margin-bottom: 0;
  }
  


  .single-spot .theme_list {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 20px;
  }

}


@media screen and (max-width: 767px) {
   .spot_side_sectionwrap .side--list li:not(:last-child) {
    margin-bottom: 0;
   }
  .spot_slide_warp .arrows {
      width: calc(80% + 40px);
  }
  
  .single-spot .cat_list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 8px;
  }
  .single-spot .cat_list  li {
    padding-left: 0;
  }


}
.spot_slide_warp .arrows a {
  transition: .8s;
}
.spot_slide_warp .arrows a:hover {
  opacity: 0.8;
}
.spot_slide_warp .slick-prev,
.spot_slide_warp .slick-next {
  width: 42px;
  height: 42px;
  background: #936c0b;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spot_slide_warp .slick-prev {
  rotate: 180deg;
}
.spot_slide_warp .slick-prev img,
.spot_slide_warp .slick-next img  {
  width: 60%;
  max-width: 14px;
}
.cat_td {
  vertical-align: middle!important;
}

/* wp-pagenavi
**************************************** */
.wp-pagenavi {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 40px;
}
.wp-pagenavi .pages {
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 1em;
}
.wp-pagenavi span:not(.pages),
.wp-pagenavi a {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 16px;
  letter-spacing: 0;
  background-color: #28134e;
  border-radius: 40px;
}
.wp-pagenavi .current {
  background-color: #bbb6a1 !important;
}
.wp-pagenavi a:hover {
  opacity: 0.7;
}
.wp-pagenavi a {
  color: #fff;
}
.wp-pagenavi > *:not(.pages) {
  max-width: calc(100% / 2.6);
}
.archive .wp-pagenavi > *:not(.pages),
.wp-pagenavi-single a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  text-overflow: ellipsis;
}
.archive .wp-pagenavi > *:not(.pages),
.wp-pagenavi-single a[rel="prev"],
.wp-pagenavi-single a[rel="next"] {
  width: 40px;
}
.wp-pagenavi > *:not(.pages) {
  margin-bottom: 4px;
}
.wp-pagenavi > *:not(.pages):not(:last-child) {
  margin-right: 8px;
}
.wp-pagenavi .extend {
  width: 24px !important;
  background: none !important;
}
.wp-pagenavi a[rel="prev"]::before,
.wp-pagenavi a[rel="next"]::before,
.wp-pagenavi .first::before,
.wp-pagenavi .last::before,
.wp-pagenavi .first::after,
.wp-pagenavi .last::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 2px solid;
  border-right: 2px solid;
}
.wp-pagenavi a[rel="prev"]::before,
.wp-pagenavi a[rel="next"]::before,
.wp-pagenavi .first::before,
.wp-pagenavi .last::before,
.wp-pagenavi .first::after,
.wp-pagenavi .last::after {
  width: 8px;
  height: 8px;
}
.wp-pagenavi a[rel="prev"]::before,
.wp-pagenavi .first::before,
.wp-pagenavi .first::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.wp-pagenavi a[rel="next"]::before,
.wp-pagenavi .last::before,
.wp-pagenavi .last::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wp-pagenavi-single a[rel="prev"]::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wp-pagenavi-single a[rel="next"]::before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.wp-pagenavi .first::before,
.wp-pagenavi .last::before {
  left: -6px;
}
.wp-pagenavi .first::after,
.wp-pagenavi .last::after {
  right: -6px;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 24px;
  }
  .archive .wp-pagenavi > *:not(.pages) {
    width: 32px;
    height: 32px;
  }
  .wp-pagenavi .first::before,
  .wp-pagenavi .last::before {
    left: -5px;
  }
  .wp-pagenavi .first::after,
  .wp-pagenavi .last::after {
    right: -5px;
  }
}

/* pass
**************************************** */
.single .pass {
  width: 100%;
}
.single .pass p:first-child {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .single .pass p:first-child {
    text-align: left;
  }
}

/* single-event
**************************************** */
.single-event .page_ttl {
  display: none;
}
.event_fv {
  position: relative;
  padding-top: 50%;
  background: center no-repeat;
  background-size: cover;
  margin-bottom: 120px;
  border-radius: 40px;
  border: 2px solid;
}
.event_fv .txtarea {
  position: absolute;
  background: #fff;
  padding: 40px 64px;
  bottom: -40px;
  right: -40px;
  min-width: 500px;
  max-width: 640px;
  border-radius: 40px;
  border: 2px solid;
}
.event_fv--ttl {
  font-size: 200%;
  line-height: 1.6;
}
.event_details {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.event_info .imgarea {
  width: 400px;
  margin-left: 48px;
}
.event_info .imgarea .img:not(:last-child) {
  margin-bottom: 40px;
}
.event_info .slide--event + .btn {
  margin-top: 40px;
}
.event_info .txtarea {
  order: -1;
  flex: 1;
}
.event_info--contents {
  background: #f5f5f5;
  padding: 32px;
  border-radius: 8px;
}
.event_info--content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #fff;
}
.event_info--content dt {
  padding: 10px 0;
  width: 120px;
}
.event_info--content dd {
  width: calc(100% - 120px);
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .event_fv {
    border-radius: 20px;
  }
  .event_fv .txtarea {
    position: relative;
    bottom: -90px;
    right: -16px;
    min-width: auto;
    padding: 16px 32px;
    border-radius: 20px;
  }
  .event_fv--ttl {
    font-size: 140%;
  }
  .event_info--contents {
    padding: 24px;
  }
  .event_info .imgarea {
    width: 100%;
    margin-top: 24px;
    margin-left: 0;
  }
  .event_info .imgarea .img:not(:last-child) {
    margin-bottom: 0;
  }
  .slide--event .slick-list {
    margin-left: -40px;
  }
  .slide--event .slick-list .img {
    margin-left: 40px;
  }
}

/* single-interview
**************************************** */
.interview--info .number {
  font-size: 600%;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0;
  padding-bottom: 32px;
  margin-bottom: 24px;
  position: relative;
}
.interview--info .number::after {
  content: "";
  width: 48px;
  height: 1px;
  border-top: 3px dashed #ccc;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.interview--profile {
  position: relative;
  padding: 40px;
  border-radius: 24px;
  background: #f8f8f8;
  margin-bottom: 48px;
}
.interview--profile .imgarea {
  width: 64%;
  max-width: 640px;
  margin-right: 40px;
  border-radius: 8px;
  overflow: hidden;
}
.interview--profile .txtarea {
  flex: 1;
}
@media screen and (max-width: 1140px) {
  .interview--profile .imgarea {
    width: 40%;
    max-width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .interview--info .number {
    padding-bottom: 24px;
    font-size: 300%;
  }
  .interview--profile {
    padding: 24px;
  }
  .interview--profile .imgarea {
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }
}
/* blog--share
**************************************** */
.blog--share h4 {
  margin-top: 56px;
}
.blog--share_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 0.375rem;
  gap: 0.375rem;
}
.blog--share_list a,
.blog--share_list button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  height: 40px;
  padding: 0.5em;
  line-height: 1;
  font-size: 0.875rem;
  font-weight: 700;
  background-color: #fff;
  background-color: var(--bg-wht);
  border-radius: 50px;
  cursor: pointer;
  border: 1px solid;
  width: 100%;
}
.blog--share_list button {
  position: relative;
  font-family: "Shuei KakuGo Gin B", "Noto Sans", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-feature-settings: "palt";
  line-height: 1.8;
  letter-spacing: 0.12em;
  transition: all 0.4s ease-out;
}
.blog--share_list li.twitter a {
  color: #2ba1f2;
}
.blog--share_list li.facebook a {
  color: #2477f2;
}
.blog--share_list li.line a {
  color: #27c754;
}
.blog--share_list li.note a {
  color: #000000;
}
.blog--share_list a:hover,
.blog--share_list button:hover {
  opacity: 0.5;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .blog--share_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* ##############################################################################

    SEARCH

############################################################################## */
.posts-search .post {
  padding-top: 16px;
  padding-bottom: 16px;
}
.posts-search .post:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.posts-search .post--label {
  position: absolute;
  left: 0;
}
.posts-search .post--ttl {
  padding-left: 8em;
}

/* ##############################################################################

    FORMY

############################################################################## */
#formy_form {
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo",
    sans-serif;
  font-weight: bold;
}
#formy_form table {
  width: 100%;
}
#formy_form th,
#formy_form td {
  padding: 16px;
  vertical-align: middle;
  border-bottom: solid 1px #eee;
}
#formy_form th {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  width: 34%;
}
#formy_form table input[type="text"],
#formy_form table input[type="email"],
#formy_form table input[type="tel"],
#formy_form table input[type="date"],
#formy_form table input[type="password"],
#formy_form table textarea {
  width: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  vertical-align: bottom;
}
#formy_form table input[type="text"],
#formy_form table input[type="email"],
#formy_form table input[type="tel"],
#formy_form table input[type="date"],
#formy_form table input[type="password"],
#formy_form select,
#formy_form textarea {
  margin: 0;
  padding: 5px 15px;
  border: 1px solid #ccc;
  font: inherit;
  font-size: 100%;
}
#formy_form textarea {
  height: 100px;
}
#formy_form select {
  height: 40px;
}
#formy_form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#formy_form input:hover {
  opacity: 0.7;
}
#formy_form textarea:hover {
  opacity: 0.7;
}
#formy_form input:focus {
  outline: none;
}
#formy_form .parsley-validated {
  background-color: #eee;
}
#formy_form .parsley-error {
  background-color: #fee;
}
#formy_form .parsley-success {
  background-color: #fff;
}
.help_text {
  font-size: 87%;
  color: #767676;
}
.hidden_help {
  display: none;
}
.formy_privacy div {
  overflow-y: scroll;
  height: 140px;
  border: solid 1px #ccc;
  font-size: 87%;
  padding: 8px 16px;
}
.requiredIcon {
  background-color: #9b7a09;
  color: #fff;
  margin: 0 0 0 1em;
  font-size: 70%;
  padding: 2px 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: right;
}
#formy_btn {
  padding-top: 32px;
  text-align: center;
}
#formy_btn input {
  min-width: 220px;
  padding: 16px 32px;
  margin-right: 4px;
  margin-left: 4px;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
#formy_form ul li input[type="radio"],
#formy_form ul li input[type="checkbox"] {
  display: none !important;
}
#formy_form ul li label {
  position: relative;
  display: inline-block;
  padding: 0.5em 8px 0.5em 40px;
  line-height: 1.6;
  vertical-align: top;
  cursor: pointer;
}
#formy_form ul li label:hover {
  opacity: 0.7;
}
#formy_form ul li label::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #788b93;
  left: 16px;
  top: 12px;
}
#formy_form ul li input[type="radio"] + label::before {
  border-radius: 10px;
}
#formy_form ul li input[type="radio"]:checked + label,
#formy_form ul li input[type="checkbox"]:checked + label {
  color: #e75f5f;
  font-weight: bold;
}
#formy_form ul li input[type="radio"]:checked + label::before,
#formy_form ul li input[type="checkbox"]:checked + label::before {
  border-color: #e75f5f;
}
#formy_form ul li input[type="radio"]:checked + label::after,
#formy_form ul li input[type="checkbox"]:checked + label::after {
  content: "";
  width: 10px;
  height: 18px;
  top: 4px;
  left: 20px;
  border-right: 2px solid #e75f5f;
  border-bottom: 2px solid #e75f5f;
  display: block;
  position: absolute;
  z-index: 10;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.formy_confirm {
  background-color: #28134e;
}
.formy_submit_disabled {
  background-color: #ccc;
}
#formy_btn .formy_submit_disabled:hover {
  opacity: 1;
  cursor: default;
}
.autoConfirmBack {
  background-color: #aaa;
}
.formy_send {
  background-color: #ff6600;
}
#total_required {
  padding: 16px;
  color: #9b7a09;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #formy_form th,
  #formy_form td {
    display: block;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  #formy_form th {
    border-bottom: none;
    padding-bottom: 0;
    white-space: normal;
    font-weight: bold;
  }
  #formy_form td {
    padding-top: 0;
  }
  #formy_btn {
    padding-top: 8px;
  }
  #formy_btn input {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    background-size: contain;
    background-position: center;
  }
  .autoConfirmBack {
    margin-bottom: 8px;
  }
  #formy_form table input[type="text"],
  #formy_form table input[type="email"],
  #formy_form table input[type="tel"],
  #formy_form table input[type="date"],
  #formy_form table input[type="password"],
  #formy_form select,
  #formy_form textarea {
    font-size: 16px; /* iOSでズーム防止 */
  }
}
