@charset "UTF-8";
/*フォント*/
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
/*色*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
  display: block;
}

span {
  display: block;
}

h1 {
  font-size: 0;
}

ul,
ol,
li {
  list-style: none;
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
}

a {
  text-decoration: none;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  display: block;
}

img,
picture {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

input,
button,
textarea,
select {
  font: inherit;
}

input, textarea, button {
  color: #2B251F;
  background-color: #fff;
  margin: 0em;
  padding: 0;
  border-width: 0;
  border-style: none;
  border-color: transparent;
}

input, textarea {
  cursor: text;
}

button {
  cursor: pointer;
}

input:focus {
  background-color: #fff;
  margin: 0em;
  padding: 0;
  border-width: 0;
  border-style: none;
  border-color: transparent;
}

:focus-visible {
  outline: none;
}

#wpadminbar {
  display: none;
}

html {
  margin-top: 0px !important;
  height: 100%;
}

body {
  background: url("../images/bgWashi-smooth.jpg") repeat top center/428px auto;
  color: #2B251F;
  margin: 0 auto;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 2.75;
  line-height: 2.25;
  letter-spacing: 0.05em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  height: 100%;
}

.button {
  cursor: pointer;
}

a:hover,
a:active,
a:focus {
  opacity: 0.7;
  transition-duration: 0.3s;
  transform: scale(102%);
}

a:-webkit-any-link {
  color: #2B251F;
}

p {
  text-align: justify;
}

@media screen and (min-width: 743px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 743px) {
  body {
    font-size: 17px;
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../image/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.l-container--all {
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.l-container--medium {
  padding: 60px 10%;
  margin: 0 auto;
}

.l-container--small {
  padding: 60px 14%;
  margin: 0 auto;
}

.l-container--right {
  position: relative;
  padding: 60px 144px 60px 300px;
  margin: 0 auto;
}

@media screen and (max-width: 1110px) {
  .l-container--medium {
    padding: 48px 10%;
    margin: 0 auto;
  }
  .l-container--small {
    padding: 48px 14%;
    margin: 0 auto;
  }
  .l-container--right {
    padding: 48px 88px 48px 280px;
  }
}
@media screen and (max-width: 743px) {
  .l-container--medium {
    padding: 32px 32px 32px 32px;
    margin: 0 auto;
  }
  .l-container--all {
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .l-container--right {
    padding: 32px 32px;
  }
  .l-container--small {
    padding: 32px 32px;
    margin: 0 auto;
  }
}
.c-childPageContents {
  padding: 0 8px;
}

.c-header02 {
  font-weight: 500;
  font-size: 33px;
  position: relative;
  font-family: "Shippori Mincho", serif;
  color: #2B251F;
  letter-spacing: 0.15em;
  line-height: 2.25;
}

.c-header02--child {
  writing-mode: vertical-rl;
  font-size: 33px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 500;
  margin-bottom: 0;
  height: 420px;
  text-align: center;
}

.c-header02--vtcl {
  writing-mode: vertical-rl;
  position: absolute;
  top: 96px;
  left: 144px;
}

.c-header02__exp {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  line-height: 1;
}

.c-header03 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.19em;
  margin-bottom: 56px;
}

.c-header03--line {
  border-bottom: 1px solid #2B251F;
  padding-left: 8px;
  margin-bottom: 40px;
  margin-top: -32px;
  padding-bottom: 16px;
}

.c-header03--vtcl {
  writing-mode: vertical-rl;
  position: absolute;
  top: 144px;
  left: 197px;
}

.c-header04 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
  line-height: 2;
}

@media screen and (max-width: 1110px) {
  .c-header02--vtcl {
    left: 104px;
  }
  .c-header03--line {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 743px) {
  .c-header02 {
    font-weight: 500;
    font-size: 24px;
  }
  .c-header02--child {
    margin-top: 32px;
  }
  .c-header02--eng {
    line-height: 31px;
  }
  .c-header03 {
    font-size: 22px;
  }
  .c-header04 {
    font-size: 22px;
  }
  .c-header02--vtcl {
    writing-mode: horizontal-tb;
    position: static;
    top: auto;
    left: auto;
  }
}
.c-grid01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 96px;
       column-gap: 96px;
  row-gap: 64px;
}

.c-grid01Item__img {
  margin-bottom: 14px;
}

.c-grid01Item__txt {
  text-align: center;
}

.c-grid01Item__exp {
  margin-bottom: 16px;
}

.c-grid02 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  -moz-column-gap: 48px;
       column-gap: 48px;
  row-gap: 48px;
}

.c-card01 {
  display: flex;
  row-gap: 48px;
  margin-bottom: 112px;
  -moz-column-gap: 96px;
       column-gap: 96px;
  padding-right: 100px;
}

.c-card01:last-of-type {
  margin-bottom: 0px;
}

.c-card01--reverse {
  flex-direction: row-reverse;
  padding-left: 110px;
  padding-right: 0px;
}

.c-card01__img {
  width: 50%;
  flex: 1;
}

.c-card01__txt {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  width: 532px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.c-card01__img--reverse {
  order: 2;
}

.c-card01__txt--reverse {
  order: 1;
}

.c-card01__title {
  margin-bottom: 16px;
}

.c-card01__img--wide,
.c-card01__txt--wide {
  width: 100%;
}

.c-card01__exp:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1110px) {
  .c-card01__img {
    max-width: 50vw;
  }
}
@media screen and (max-width: 1110px) {
  .c-grid01 {
    -moz-column-gap: 72px;
         column-gap: 72px;
  }
}
@media screen and (max-width: 960px) {
  .c-card01__exp {
    margin-bottom: 32px;
  }
  .c-card01__exp:last-child {
    margin-bottom: 0;
  }
  .c-card01 {
    flex-direction: column;
    row-gap: 44px;
    margin-bottom: 80px;
    padding-right: 0;
    padding-left: 0;
  }
  .c-card01__txt {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .c-card01__img {
    width: 100%;
  }
  .c-card01__title {
    margin-bottom: 8px;
  }
  .c-card01__img {
    flex: auto;
  }
}
@media screen and (max-width: 743px) {
  .c-card01__exp {
    margin-bottom: 32px;
  }
  .c-grid01 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-card02 {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 28px;
}

.c-card02__fruid {
  flex: 1;
  width: 100%;
}

.c-card02__line {
  margin-bottom: 16px;
}

.c-card02__lineItem {
  width: 24px;
  margin-right: 16px;
  height: 2px;
  background-color: rgba(43, 37, 31, 0.8);
  line-height: 28px;
  margin-top: 14px;
}

.c-card02__lineTxt {
  font-size: 16px;
  font-weight: 500;
}

.c-card02:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1110px) {
  .c-card02 {
    flex-direction: column;
  }
}
.c-pagelink {
  border-bottom: 2px solid #2B251F;
  font-size: 16px;
  width: 240px;
  text-align: center;
  padding-bottom: 40px;
  position: relative;
  font-weight: 500;
}

.c-pagelink:-webkit-any-link {
  color: #2B251F;
}

.c-pagelink::after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/angle-down-solid.svg") no-repeat center center/contain;
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
}

.c-sliderArrows__item {
  margin-left: 16px;
}

.c-buttonWrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 8px;
}

.c-button {
  margin-right: 0;
}

.c-button:last-child {
  margin-right: 0;
}

.c-buttonLink {
  padding-left: 36px;
  padding-right: 4px;
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.12em;
  border-bottom: 1px solid rgba(43, 37, 31, 0.8);
}

.c-buttonLink:-webkit-any-link {
  color: #2B251F;
}

.c-buttonLink::before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/arrow.svg) no-repeat center center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.c-buttonLargeWrap {
  display: flex;
  justify-content: center;
}

.c-buttonLarge {
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
}

.c-action__button {
  margin: 0 8px;
}

.c-buttonLargeLink {
  color: #fff;
  background-color: #fff;
  border: 1px solid #2B251F;
  padding: 16px 32px;
  border-radius: 9999px;
  font-weight: 500;
  display: inline-block;
  min-width: 180px;
  text-align: center;
  font-size: 16px;
}

.c-buttonLargeLink:-webkit-any-link {
  color: #2B251F;
}

.c-outro {
  padding: 176px 64px 0;
}

.c-outroCotact {
  padding: 220px 64px 0;
}

.c-action__buttonIcon {
  margin-right: 8px;
  display: inline-block;
}

@media screen and (max-width: 1110px) {
  .c-outroCotact {
    padding: 240px 64px 0;
  }
}
@media screen and (max-width: 743px) {
  .c-outro {
    padding: 96px 16px 0px 0;
  }
  .c-outroCotact {
    padding: 96px 16px 0px 0;
  }
}
@media screen and (max-width: 743px) {
  .c-buttonLargeLink {
    padding: 12px 32px;
    font-size: 14px;
    min-width: 267px;
  }
}
.c-message--copy {
  font-weight: 500;
  font-size: 33px;
  color: #2B251F;
  margin-bottom: 8px;
  letter-spacing: 0.12em;
  color: #2B251F;
  line-height: 1.75;
}

.c-message--subCopy {
  font-size: 28px;
  color: #2B251F;
  margin-bottom: 40px;
  letter-spacing: 0.12em;
  font-weight: 400;
  color: #2B251F;
  line-height: 1.75;
}

@media screen and (max-width: 743px) {
  .c-message--copy {
    font-size: 24px;
  }
  .c-message--subCopy {
    font-size: 20px;
    margin-bottom: 28px;
  }
  .c-header03--line {
    margin-bottom: 32px;
  }
  .c-card01 {
    margin-bottom: 48px;
  }
}
.c-message--exp {
  line-height: 2.5;
  width: 100%;
}

.c-access__mapBox {
  width: 100%;
  position: relative;
  padding-top: 100%;
}

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

.c-access__exp {
  line-height: 1.75;
  margin-bottom: 16px;
  text-align: start;
}

.c-accessLink {
  justify-content: flex-start;
  padding-top: 16px;
}

.c-accessBox {
  align-items: center;
}

header {
  z-index: 9999;
  position: relative;
  color: #2B251F;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  overflow: scroll;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}

/*Google Chrome、Safariへの対応*/
header::-webkit-scrollbar {
  display: none;
}

.p-header {
  padding: 32px 28px;
}

.p-headerLogo__img {
  height: auto;
  width: 242px;
  margin: 0 auto 0 0;
}

.p-headerLogo__svg {
  fill: #fff;
}

@media screen and (max-width: 743px) {
  header {
    height: 218px;
  }
  .p-header {
    padding: 20px 16px;
  }
  .p-headerLogo__img {
    height: auto;
    width: 35%;
    min-width: 180px;
    margin: 0 auto 0 0;
  }
}
.p-nav__menu {
  margin-bottom: 16px;
  padding-left: 24px;
  position: relative;
}

.p-nav__snsIcon {
  font-size: 20px;
}

.g-nav-wrapper {
  margin-bottom: 48px;
}

.p-nav__sns {
  margin-right: 12px;
}

.p-nav__snsLink:-webkit-any-link {
  color: #2B251F;
}

#g-nav {
  margin: 0 auto;
  width: 143px;
}

#g-nav-list {
  width: 100%;
  margin-left: auto;
}

nav ul {
  list-style: none;
  margin: 0 auto;
}

nav ul ul {
  display: block;
}

nav ul .list-parent {
  position: relative;
  padding: 0 0;
}

nav ul li a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  color: #2B251F;
}

nav ul li a:-webkit-any-link {
  color: #2B251F;
}

nav li.has-child ul {
  position: absolute;
  left: 120%;
  transform: translateX(-50%);
  top: 0px;
  z-index: 4;
  background-color: #fff;
  width: 160px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid #2B251F;
  border-radius: 8px;
  padding: 10px 0;
}

nav li.has-child:hover > ul,
nav li.has-child ul li:hover > ul,
nav li.has-child:active > ul,
nav li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}

nav li.has-child ul li a {
  color: #2B251F;
}

nav li.has-child ul li:last-child a {
  border-bottom: none;
}

nav li.has-child ul li a:hover,
nav li.has-child ul li a:active {
  background: #2B251F;
}

nav li.has-child ul,
nav li.has-child ul ul {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  visibility: visible; /*JSで制御するため一旦表示*/
  opacity: 1; /*JSで制御するため一旦表示*/
  display: none; /*JSのslidetoggleで表示させるため非表示に*/
  transition: none; /*JSで制御するためCSSのアニメーションを切る*/
}

nav ul li.has-child::before {
  content: "";
  position: absolute;
  right: -20px;
  top: 20px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: rotate(135deg);
}

nav ul ul li.has-child::before {
  transform: rotate(135deg);
  left: 20px;
}

nav li.has-child ul {
  background: transparent;
  border-color: transparent;
  border-radius: 0;
  left: 0;
  transform: none;
  margin-left: 16px;
}

nav li.has-child ul li a:hover,
nav li.has-child ul li a:active {
  background: transparent;
}

#g-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -500px;
  width: 500px;
  height: 100%;
  background-color: #fff;
  transition: all 0.5s ease-out;
  background: url("../images/bgWashi-smooth.jpg") repeat top center/428px auto;
  padding-left: 40px;
}

#g-nav.panelactive {
  right: 0;
  top: 0;
  transition: all 0.5s ease-out;
}

#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 500px;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav-list {
  display: block;
}

#g-nav {
  list-style: none;
}

.g-nav-wrapper {
  margin-bottom: 48px;
  margin-top: calc(40vh - 200px);
}

#g-nav li a {
  color: #2B251F;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-align: start;
  border-bottom: none;
  font-size: 18px;
  line-height: 32px;
}

.p-nav__snsList {
  padding-left: 16px;
  margin-bottom: 64px;
}

.p-nav__snsLink {
  padding: 0 0 0 8px !important;
  border-bottom: none !important;
}

.openbtn1 {
  position: fixed;
  z-index: 9999;
  top: 64px;
  right: 32px;
  cursor: pointer;
  width: 64px;
  height: 32px;
  box-sizing: content-box;
}

@media screen and (max-width: 743px) {
  .openbtn1 {
    top: calc(33px + 2vw);
    right: 20px;
  }
}
.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  height: 1px;
  background-color: #fff;
  width: 64px;
}

.openbtn1 span:nth-of-type(1) {
  top: 0px;
}

.openbtn1 span:nth-of-type(2) {
  top: 16px;
}

.openbtn1 span:nth-of-type(3) {
  top: 32px;
}

.openbtn1.active span:nth-of-type(1) {
  transform: translateY(16px) rotate(45deg);
  width: 64px;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
  transform: translateY(-16px) rotate(-45deg);
  width: 64px;
}

.openbtn1.active {
  background-color: transparent;
}

.openbtn1.active span {
  background-color: #2B251F;
}

.p-kv {
  width: 100%;
  margin-top: -218px;
  height: 100vh;
  min-height: 600px;
  -o-object-position: center;
     object-position: center;
  position: relative;
  margin-bottom: 80px;
  position: relative;
}

.p-kv__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-kv::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 743px) {
  .p-kv {
    height: 88vh;
    min-height: 400px;
    margin-bottom: 24px;
  }
}
.p-footer {
  padding: 172px 60px 40px;
}

.p-footerWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-footerLogo {
  width: 256px;
}

.p-footerLogo__svg {
  fill: #2B251F;
}

.p-footerAddress {
  margin-bottom: -20px;
}

.p-footerAddress__txt {
  font-size: 16px;
  margin: 0 auto 12px;
  text-align: start;
  color: #2B251F;
  line-height: 1.5;
}

.p-footerPhone {
  display: inline-block;
}

.p-footerSNS {
  display: inline-block;
  font-size: 16px;
  margin-left: 16px;
}

.p-footerPhone__txt {
  font-size: 16px;
  margin: 0 auto 12px;
  text-align: start;
  color: #2B251F;
  line-height: 1.5;
}

.p-footerCr {
  text-align: center;
  margin-top: -40px;
}

.p-footerCr__txt {
  font-size: 10px;
  margin: 0 auto;
  text-align: center;
  color: #2B251F;
}

@media screen and (max-width: 1110px) {
  .p-footer {
    padding: 144px 0 16px;
    margin: 0 auto;
    text-align: center;
  }
  .p-footerWrap {
    display: block;
    justify-content: space-between;
    align-items: center;
  }
  .p-footerLogo {
    width: 256px;
    margin: 0 auto;
    text-align: center;
  }
  .p-footerLogo__svg {
    fill: #2B251F;
  }
  .p-footerPhone {
    display: block;
  }
  .p-footerSNS {
    display: block;
    font-size: 24px;
    margin-left: 0;
  }
  .p-footerAddress {
    margin-bottom: -12px;
  }
  .p-footerAddress__txt {
    font-size: 16px;
    margin: 0 auto 12px;
    text-align: center;
    color: #2B251F;
    line-height: 1.5;
  }
  .p-footerPhone__txt {
    font-size: 16px;
    margin: 0 auto 12px;
    text-align: center;
    color: #2B251F;
    line-height: 1.5;
  }
  .p-footerCr {
    margin-top: 24px;
  }
  .p-footerCr__txt {
    font-size: 10px;
    margin: 0 auto;
    text-align: center;
    color: #2B251F;
  }
}
@media screen and (max-width: 743px) {
  #g-nav {
    right: -100%;
    width: 100%;
    padding-left: 22px;
  }
}
.p-topKv {
  position: relative;
  margin-top: -218px;
}

.p-topSlider {
  overflow: hidden;
}

.p-topIntro {
  padding-top: 104px;
}

.p-topSliderBox {
  width: 100vw;
}

.p-topSliderImg {
  height: 100vh;
  min-height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-topCopy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}

.p-topCopy__txt {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.p-topCopy__txtMain {
  font-size: 47px;
  letter-spacing: 0.3em;
  display: block;
  margin-top: 56px;
  line-height: 1.5;
  opacity: 0.9;
  height: 555px;
}

.p-topCopy__txtSub {
  font-size: 23px;
  letter-spacing: 0.3em;
  display: block;
  opacity: 0.9;
  height: 419px;
}

.p-topNewsLine {
  padding: 24px 72px;
  border-bottom: 1px solid rgba(43, 37, 31, 0.2);
  margin-bottom: 80px;
}

.p-topNewsLine__link {
  display: flex;
  justify-content: flex-start;
  position: relative;
  width: 100%;
}

.p-topNewsLine__link::after {
  display: block;
  content: "";
  width: 64px;
  height: 4px;
  background: url("../images/arrowLong.svg") no-repeat center center/cover;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.p-topNewsLine__content {
  position: relative;
  display: flex;
  justify-content: flex-start;
  padding-right: 24px;
  width: 100%;
}

.p-topNewsLine__txt {
  font-size: 16px;
}

.p-topNewsLine__txt--date {
  margin-left: 24px;
  width: 234px;
}

.p-topNewsLine__txt--ttl {
  margin-left: 32px;
  margin-right: 40px;
  width: 100%;
}

.p-topAbout {
  padding-bottom: 80px;
}

.p-topButsuji {
  padding-top: 120px;
  padding-bottom: 120px;
}

.p-topButsujiLink {
  justify-content: center;
}

.p-topCemetery {
  margin-bottom: 120px;
}

.p-topTorikumi {
  padding-top: 96px;
}

.p-topTorikumi__card {
  padding-right: 0px;
}

.p-topTorikumi__img {
  width: 308px;
}

.p-topTorikumi__txt {
  width: calc(100% - 388px);
}

.p-topTorikumi__ttl {
  margin-bottom: 48px;
}

.p-topNews__item {
  margin-bottom: 0;
  padding: 24px 8px;
}

.p-topEitai__cap {
  font-size: 14px;
}

.p-topHoji__name {
  margin-bottom: 0;
}

.p-topSogi__name {
  margin-bottom: 0;
}

.p-topTorikumi__exp {
  margin-bottom: 24px;
}

@media screen and (max-width: 1110px) {
  .p-topButsujiWrap {
    -moz-column-gap: 72px;
         column-gap: 72px;
  }
  .p-topNewsLine__content {
    flex-direction: column;
  }
  .p-topNewsLine__txt--ttl {
    margin-left: 24px;
    width: calc(100% - 84px);
  }
  .p-topIntro__txt {
    width: 42%;
  }
  .p-topAbout__txt {
    width: 42%;
  }
  .p-topAbout {
    padding-bottom: 40px;
  }
  .p-topButsuji {
    padding-top: 80px;
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 960px) {
  .p-topTorikumi {
    padding: 48px 10%;
    margin: 0 auto;
  }
  .p-topTorikumi__content .c-card01 {
    display: flex;
    row-gap: 48px;
    margin-bottom: 112px;
    -moz-column-gap: 54px;
         column-gap: 54px;
    padding-right: 0;
    flex-direction: row;
  }
  .p-topTorikumi__img {
    width: auto;
    flex: 1;
  }
  .p-topTorikumi__txt {
    width: calc(100% - 320px);
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .p-topHoji__name {
    font-size: 28px;
  }
  .p-topSogi__name {
    font-size: 28px;
  }
  .p-topButsujiWrap {
    -moz-column-gap: 72px;
    column-gap: 9%;
  }
  .p-topIntro__img {
    width: calc(100% - 88px);
    margin: 0 0 0 auto;
    height: calc(64vw - 42px);
  }
  .p-topAbout__img {
    width: calc(100% - 88px);
    margin: 0 auto 0 0;
    height: calc(60vw - 40px);
  }
  .p-topIntro__txt {
    padding: 0 88px;
  }
  .p-topAbout__txt {
    padding: 0 88px;
  }
  .p-topIntro__txt {
    width: 100%;
  }
  .p-topAbout__txt {
    width: 100%;
  }
}
@media screen and (max-width: 743px) {
  .p-topTorikumi__content .c-card01 {
    padding-right: 0;
    padding-left: 0;
    flex-direction: column;
    row-gap: 24px;
    margin-bottom: 80px;
  }
  .p-topTorikumi__img {
    width: 100%;
  }
  .p-topTorikumi__txt {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    margin: 0 auto;
  }
  .p-topCopy__txt {
    margin-top: 88px;
  }
  .p-topCopy__txtMain {
    font-size: 39px;
  }
  .p-topCopy__txtSub {
    font-size: 20px;
  }
  .p-topIntro__img {
    width: calc(100% - 32px);
    margin: 0 0 0 auto;
    height: auto;
  }
  .p-topAbout__img {
    width: calc(100% - 32px);
    margin: 0 auto 0 0;
    height: auto;
  }
  .p-topAbout {
    padding-bottom: 32px;
  }
  .p-topButsuji {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .p-topTorikumi {
    padding-top: 48px;
  }
  .p-topCemetery {
    margin-bottom: 64px;
  }
  .p-topIntro__txt {
    padding-right: 32px;
    padding-left: 32px;
  }
  .p-topAbout__txt {
    padding-right: 32px;
    padding-left: 32px;
  }
  .p-topNewsLine {
    padding: 24px 32px;
    margin-bottom: 64px;
  }
  .p-topNewsLine__link {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 0;
  }
  .p-topNewsLine__content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
  .p-topNewsLine__txt--date {
    margin-left: 0;
    margin-right: 8px;
  }
  .p-topNewsLine__txt--ttl {
    margin-left: 0;
    margin-right: 9px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .p-topButsujiWrap {
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  }
  .p-topNews__slider {
    margin-left: 32px;
  }
  .p-topNews__head {
    padding: 0 32px 0 32px;
  }
  .p-topNews__link {
    position: static;
    margin-left: 8px;
    margin-top: 32px;
  }
  .p-topNews__item {
    margin-bottom: 0;
    padding: 24px 8px;
  }
}
.p-topEitaiLink {
  position: fixed;
  right: 64px;
  bottom: 120px;
  z-index: 8888;
  padding: 40px 8px;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.p-topEitaiLink__txt {
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 21px;
  letter-spacing: 0.2em;
}

.p-topScrollImg {
  width: 40px;
  height: 120px;
  opacity: 0.8;
}

.p-topScroll {
  position: absolute;
  bottom: 72px;
  left: 74px;
}

@media screen and (max-width: 743px) {
  .p-topTorikumi__ttl {
    margin-bottom: 40px;
  }
  .p-topScroll {
    bottom: 24px;
    left: 24px;
  }
  .p-topEitaiLink {
    right: 24px;
    bottom: 24px;
    padding: 24px 8px;
    width: 56px;
  }
  .p-topEitaiLink__txt {
    font-size: 16px;
  }
  .p-topSogi__name {
    font-size: 24px;
  }
  .p-topHoji__name {
    font-size: 24px;
  }
}
.p-greetingMainCopy {
  text-align: start;
  margin-bottom: 16px;
}

.p-greetingSubCopy {
  text-align: start;
}

.p-greetingProf__img {
  margin-bottom: 16px;
}

.p-greetingProf {
  margin-left: 72px;
  min-width: 250px;
  max-width: 350px;
  width: 30%;
}

.p-greetingProf__name {
  text-align: center;
}

.p-greetingsFeatures__name {
  margin-bottom: 0;
}

.p-nenpyou__ttl {
  font-size: 18px;
  letter-spacing: 0.12em;
  font-weight: 500;
  /* margin-top: -8px; */
  margin-right: 32px;
  width: 280px;
}

.p-annual {
  position: relative;
  margin-top: 8px;
  margin-left: 12px;
}

.p-annualContent {
  position: relative;
  margin-top: 8px;
  margin-left: 12px;
}

.p-annualListWrap {
  border-left: 1px solid #2B251F;
  box-sizing: content-box;
  padding: 0;
}

.p-annualList {
  margin-left: -16px;
}

.p-annualList__month {
  font-size: 18px;
  letter-spacing: 0.12em;
  font-weight: 500;
  /* margin-top: -8px; */
  margin-right: 32px;
  display: inline-block;
  min-width: 200px;
  line-height: 1;
  position: relative;
  padding-left: 56px;
  margin-top: 11px;
  width: 230px;
}

.p-annualList__month::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 8px;
  position: absolute;
  top: 4px;
  left: 8px;
  background-color: #fff;
  border: 1px solid #2B251F;
}

.p-annualList__monthEng {
  font-size: 12px;
  letter-spacing: 0.06em;
  display: inline-block;
  /* line-height: 68px; */
  /* margin-top: 22px; */
  margin-left: 8px;
  /* margin-bottom: 14px; */
  vertical-align: middle;
  /* line-height: 40px; */
}

.p-annualList__ttl {
  font-weight: 400;
}

.p-keidaiWrap {
  margin-bottom: 72px;
}

.p-keidaiWrap:last-child {
  margin-bottom: 0px;
}

.p-header02--junbi {
  height: 350px;
}

.p-washi {
  padding: 60px 110px;
  max-width: 1720px;
}

@media screen and (max-width: 743px) {
  .p-header02--junbi {
    height: 230px;
  }
}
.p-washiExp {
  margin-bottom: 32px;
}

.p-greetingProf__img {
  height: auto;
}

.p-nenpyou {
  margin-bottom: 24px;
}

.p-greeting .c-header03--line {
  margin-top: 0;
}

@media screen and (max-width: 1110px) {
  .p-greeingContent {
    flex-direction: column;
  }
  .p-greetingProf {
    margin: 64px 0 0;
    width: 100%;
    display: flex;
    align-items: center;
    min-width: none;
    max-width: none;
  }
  .p-greetingProf__img {
    width: 45%;
    margin-right: 32px;
    margin-bottom: 0px;
  }
  .p-greetingProf__name {
    text-align: start;
  }
  .p-annualList__content {
    margin-left: 54px;
    width: calc(100% - 54px);
  }
  .p-keidai__txt {
    width: 360px;
  }
}
@media screen and (max-width: 960px) {
  .p-keidai__txt {
    width: 100%;
    padding: 0 8px;
  }
  .p-keidaiWrap .c-card01 {
    row-gap: 24px;
  }
  .p-keidai {
    padding: 60px 96px;
    margin: 0 auto;
  }
  .p-greetingProf {
    margin: 64px auto 0;
    display: block;
    width: 100%;
  }
  .p-greetingProf__img {
    max-width: 320px;
    width: 60%;
    margin: 0 auto;
  }
  .p-greetingProf__name {
    text-align: center;
  }
}
.p-washiSliderCard__img {
  width: 30vw;
  height: 20vw;
  margin-right: 32px;
}

.p-washiSlider__control {
  display: flex;
}

.p-buttonArrow--washi {
  background-color: transparent;
  margin: 0;
}

@media screen and (max-width: 743px) {
  .p-annualList__month {
    margin-bottom: 16px;
  }
  .p-greetingProf {
    margin: 32px auto 0;
    display: block;
    width: 100%;
  }
  .p-greetingProf__img {
    width: 100%;
    margin-bottom: 16px;
  }
  .p-annualListWrap {
    margin: 96px 32px 64px 8px;
  }
  .p-annualList__content {
    margin-left: 54px;
  }
  .p-annualList {
    flex-direction: column;
    row-gap: 8px;
  }
  .p-annualContent {
    position: relative;
    margin-top: 8px;
    margin-left: 0;
  }
  .p-keidai {
    padding: 64px 32px;
    margin: 0 auto;
  }
  .p-washiSliderCard__img {
    width: 300px;
    height: 200px;
    margin-right: 16px;
  }
  .p-washi {
    padding: 60px 32px;
  }
}
.p-sogiProcessItem__ttl {
  font-size: 18px;
  letter-spacing: 0.12em;
  font-weight: 500;
  /* margin-top: -8px; */
  margin-right: 32px;
  width: 280px;
}

.p-hojiProcessItem__ttl {
  font-size: 18px;
  letter-spacing: 0.12em;
  font-weight: 500;
  /* margin-top: -8px; */
  margin-right: 32px;
  width: 280px;
}

.p-hojiProcess__name {
  margin-bottom: 8px;
}

.p-butsujiLink {
  margin-top: 32px;
}

.p-butsuji {
  display: flex;
  -moz-column-gap: 96px;
       column-gap: 96px;
  align-items: center;
  margin-bottom: 104px;
}

.p-butsuji__txt {
  flex: 1;
}

.p-butsuji__img {
  margin-bottom: 0;
  flex: 1;
  width: 50%;
  min-width: 353px;
}

.p-butsuji__name {
  text-align: start;
}

.p-cemeteryMessage__copy {
  text-align: center;
}

.p-cemeteryMessage__exp {
  text-align: center;
}

.p-kaimyouMessage__exp {
  margin-bottom: 12px;
}

.p-kaimyouMessage__list {
  text-indent: -1em;
  margin-left: 1em;
}

.p-kaimyouLink {
  margin-top: -100px;
  flex-direction: column-reverse;
  align-items: start;
  row-gap: 24px;
}

@media screen and (max-width: 1110px) {
  .p-butsuji {
    -moz-column-gap: 72px;
         column-gap: 72px;
    margin-bottom: 60px;
  }
  .p-kaimyouLink {
    margin-top: -60px;
  }
}
@media screen and (max-width: 960px) {
  .p-cemetery__name {
    font-size: 28px;
  }
  .p-butsuji {
    flex-direction: column;
  }
  .p-butsuji__img {
    width: 100%;
  }
  .p-cemeteryContentWrap {
    -moz-column-gap: 52px;
         column-gap: 52px;
  }
}
@media screen and (max-width: 743px) {
  .p-butsuji__img {
    min-width: auto;
    min-width: auto;
    margin-bottom: 14px;
  }
  .p-cemetery__name {
    font-size: 24px;
  }
  .p-butsuji__name {
    text-align: center;
  }
}
.p-cemeteryContentLink {
  justify-content: center;
}

.p-cemeteryTarget__line {
  line-height: 28px;
  margin-top: 14px;
}

.p-cemeteryAttention__content {
  margin-top: 16px;
  width: 100%;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #2B251F;
}

.p-cemeteryAttention__txt {
  line-height: 1;
  margin-bottom: 0;
}

.p-priest__img {
  width: 240px;
  margin-right: 40px;
}

@media screen and (max-width: 1110px) {
  .p-priest__img {
    width: 100%;
    min-width: 240px;
    margin: 0 auto 8px;
    margin-bottom: 8px;
  }
  .p-priest__ttl {
    text-align: center;
  }
}
.atmark {
  writing-mode: horizontal-tb;
  margin-left: 11px;
}

.activities__content {
  width: 82%;
  margin-left: auto;
  margin-right: 64px;
  margin-bottom: 120px;
}

.activities .buttons--cta {
  margin-bottom: 200px;
}

.activities .card01 {
  margin-bottom: 64px;
}

.activities .card01__img {
  min-width: 400px;
}

.activities .button {
  width: 18%;
}

.activities .button a {
  min-width: auto;
  width: 100%;
}

@media screen and (max-width: 969px) {
  .activities .card01__img {
    min-width: auto;
  }
  .activities__content {
    width: 100%;
    margin: 0 auto 72px;
  }
  .activities .tategaki {
    font-size: 20px;
    position: static;
    top: 0;
    letter-spacing: 0.5em;
    margin-left: 16px;
    margin-bottom: 56px;
  }
  .activities .tategaki span {
    font-size: 20px;
    display: inline;
    position: static;
  }
  .atmark {
    margin-left: 3px;
  }
  .activities .button {
    min-width: 150px;
    width: 43%;
  }
  .activities .buttons--cta {
    gap: 16px;
    margin-bottom: 112px;
  }
}
.p-newsCategory {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 96px;
  margin-bottom: -96px;
}

.p-newsCategory__item {
  margin-right: 16px;
  font-size: 14px;
  font-weight: bold;
}

.p-newsCategory__item a p {
  color: rgba(43, 37, 31, 0.8);
}

.p-newsCategory__current a p {
  color: #2B251F;
}

.p-newsList {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  padding-bottom: 64px;
}

.p-newsList__item {
  box-shadow: 1px 1px 2px #E5E5E5;
  margin: 0;
}

.p-newsList__img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
  overflow: hidden;
}

.p-newsList__title {
  font-size: 18px;
  text-align: start;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.09em;
  font-weight: bold;
  line-height: 1.5;
  color: #2B251F;
  margin-bottom: 8px;
}

.p-newsList__txt {
  padding: 20px;
}

.p-newsList__exp {
  font-size: 14px;
  margin-bottom: 16px;
}

.p-newsList__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

.p-newsList__category,
.p-newsArticle__category {
  color: #2B251F;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
}

.p-newsList__day,
.p-newsArticle__day {
  color: gray;
  font-style: normal;
  font-size: 12px;
}

.p-newsArticle__day {
  font-size: 14px;
  font-weight: normal;
}

.p-newsList__exp {
  font-size: 13px;
  line-height: 1.75;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 8px;
}

.p-newsPagenation {
  width: 100%;
  margin: 0 auto;
}

.p-newsArticle__pagenation {
  justify-content: center;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
}

.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  display: block;
  border: 1px solid #2B251F;
  width: 32px;
  height: 32px;
  margin: 0 8px;
  text-align: center;
  line-height: 22px;
  color: #2B251F;
  border-radius: 9999px;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0;
}

.wp-pagenavi .current {
  color: #fff;
  background-color: #2B251F;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  border: none;
  font-size: 20px;
}

.wp-pagenavi .extend {
  position: relative;
  width: 32px;
}

.wp-pagenavi .extend::before {
  display: block;
  content: "...";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -68%);
  left: 50%;
}

.p-newsArticle {
  position: relative;
  max-width: 1200px;
}

.p-newsArticle__header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
}

.p-newsArticle__category {
  font-size: 13px;
  font-weight: bold;
  color: rgba(43, 37, 31, 0.8);
  margin-right: 16px;
}

.p-newsArticle__day {
  font-size: 13px;
  font-weight: normal;
  color: rgba(43, 37, 31, 0.8);
  margin-right: 16px;
}

.p-newsArticle__perticle p {
  margin-bottom: 24px;
}

.p-newsArticle__perticle figure {
  margin-bottom: 24px;
}

.p-newsArticle__pagenationPrev {
  padding-right: 0;
  padding-left: 32px;
}

.p-newsArticle__pagenationNext {
  padding-right: 32px;
  padding-left: 0;
}

.p-newsArticle__pagenationPrev::before {
  background: url(../images/arrowReverse.svg) no-repeat center center/contain;
  left: 0;
  right: auto;
}

.p-newsArticle__pagenationNext::before {
  background: url(../images/arrow.svg) no-repeat center center/contain;
  right: 0;
  left: auto;
}

@media screen and (max-width: 743px) {
  .p-newsCategory {
    padding: 0px 32px 0px 32px;
    margin-bottom: 0;
  }
}
.p-accessHonin__ttl {
  margin-bottom: 32px;
}

.contactForm {
  width: 80%;
  margin: 0 auto;
  max-width: 650px;
}

.p-contact__tel {
  font-size: 30px;
  margin: 0 auto;
  border: 1px solid #2B251F;
  border-radius: 8px;
  display: block;
  text-align: center;
  width: 312px;
  padding: 0 24px 0 56px;
  position: relative;
  max-width: 85vw;
}

.p-contact__tel::before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/tel.svg) no-repeat center center/contain;
  position: absolute;
  left: 44px;
  top: 32px;
  margin-top: -8px;
}

.p-contact__cap {
  margin-top: 32px;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 969px) {
  .contactForm {
    width: 80%;
  }
}
@media screen and (max-width: 428px) {
  .contactForm {
    width: 92%;
  }
}
.formTitle {
  margin-bottom: 16px;
}

.form-control {
  display: block;
  width: 100%;
}

.control-group {
  margin-bottom: 24px;
}

input, textarea {
  border-bottom: 1px solid #2B251F;
  width: 100%;
}

input:focus, textarea:focus {
  background-color: rgba(43, 37, 31, 0.2);
  border-bottom: 1px solid #2B251F;
}

input[type=text] {
  padding: 1px 2px;
}

select {
  width: 100% !important;
  height: 44px !important;
  border-width: 0px !important;
  border-bottom: 1px solid !important;
  border-radius: 0px !important;
  background-color: #fff !important;
}

.formButton {
  display: block;
  text-align: center;
  padding: 8px;
  border-radius: 9999px;
  width: 200px;
  background-color: #2B251F;
  color: #fff;
  border: 2px solid #2B251F;
  margin: 8px;
}

.contact .required {
  color: red;
  display: inline;
}

.contact .mw_wp_form_confirm .required {
  display: none;
}

.contact .mw_wp_form_confirm .formTitle {
  font-weight: bold;
}

.contact .contactForm .error {
  display: inline;
  color: red;
  margin-left: 8px;
  font-weight: bold;
}

.contactButtonWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 56px;
  flex-wrap: wrap;
}

.formButton-back {
  background: transparent;
  color: #2B251F;
}

a:-webkit-any-link.formButton-back {
  color: #2B251F;
}

.p-contact__item {
  margin-bottom: 24px;
}

.p-contact {
  max-width: 1300px;
}

.p-contact__exp {
  margin-bottom: 32px;
}

.p-contact__input {
  width: 100%;
  border-radius: none;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #dc3232;
}

input[type=email], input[type=button], input[type=text], input[type=submit], input[type=image], textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

.p-contact__button {
  background-color: #062E69;
  color: #fff;
  padding: 0 16px;
  border-radius: 8px !important;
}

.p-accessHonin {
  padding-right: 0;
  max-width: 1150px;
  margin: 0 auto;
}

.p-accessHonin__txt {
  width: 424px;
}

@media screen and (max-width: 960px) {
  .c-access__mapBox {
    width: 100%;
    position: relative;
    padding-top: 50%;
  }
  .p-accessHonin__txt {
    width: 100%;
  }
}
@media screen and (max-width: 743px) {
  .p-accessHonin__ttl {
    margin-bottom: 16px;
  }
}
.txt-eng {
  font-family: "Shippori Mincho", serif;
}

.txt-mc {
  color: #2B251F;
}

.txt-mcp {
  color: #2B251F;
}

.txt-sc {
  color: #2B251F;
}

.txt-white {
  color: #fff;
}

.txt-mc:-webkit-any-link {
  color: #2B251F;
}

.txt-mcp:-webkit-any-link {
  color: #2B251F;
}

.txt-sc:-webkit-any-link {
  color: #2B251F;
}

.txt-vtcl {
  writing-mode: vertical-rl;
}

.txt-bold {
  font-weight: 500;
  display: inline;
  border-bottom: 1px solid rgba(43, 37, 31, 0.2);
}

.txt-inline {
  display: inline;
}

.txt-inlineblk {
  display: inline-block;
}

.txt-center {
  text-align: center;
}

.img-circle {
  border-radius: 9999px;
}

.img-round {
  border-radius: 8px;
}

.img-round16 {
  border-radius: 16px;
}

.mgb-08 {
  margin-bottom: 8px;
}

.mg-32 {
  margin-bottom: 32px;
}

.bg-white {
  background-color: #fff;
}

.bg-sc {
  background-color: #fff;
}

.txt-link {
  border-bottom: 1px solid #2B251F;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.txt-adjust {
  /* padding-left: 12px; */
  transform: translateX(4px);
  display: inline-block;
}

.flex_wrapper {
  display: flex;
}

@media screen and (max-width: 969px) {
  .flex_wrapper--pc {
    display: block;
  }
}
@media screen and (min-width: 969px) {
  .flex_wrapper--sp {
    display: block;
  }
}
.flen {
  justify-content: flex-end;
}

.txt-center {
  text-align: center;
}

.txt-bold {
  font-family: "Shippori Mincho", serif;
}

.blk-center {
  margin: 0 auto;
}

.txt-black {
  color: #2B251F;
}

.txt-black--light {
  color: rgba(43, 37, 31, 0.8);
}

.bg-mc {
  background-color: #2B251F;
}

.bg-mc--light {
  background-color: #2B251F;
}

.bg-black {
  background-color: #2B251F;
}

.alignment::after {
  display: block;
  content: "";
  width: 48%;
}

.bg-maxvw {
  width: 100vw;
  margin-left: -7.5vw;
  background-color: #2B251F;
}

@media screen and (min-width: 1280px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 970px) {
  .pc {
    display: none;
  }
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  animation-duration: 1.3s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-04s {
  animation-delay: 0.4s;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
.tada {
  animation-name: tada;
}

@keyframes wobble {
  0% {
    transform: translateZ(0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: translateZ(0);
  }
}
.wobble {
  animation-name: wobble;
}

@keyframes jello {
  0%, 11.1%, to {
    transform: translateZ(0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  0% {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-duration: 0.75s;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  animation-duration: 0.75s;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translateZ(0);
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 2s;
  animation-name: hinge;
}

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.rollIn {
  animation-name: rollIn;
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

.js_fadein, .js_fadeinup {
  opacity: 0;
}

.vegas-overlay,
.vegas-content-scrollable,
.vegas-timer,
.vegas-slide,
.vegas-slide-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0;
}

.vegas-content-scrollable {
  position: relative;
  height: 100%;
  overflow: auto;
}

.vegas-overlay {
  opacity: 0.5;
  background: transparent url("./overlays/02.png") center center repeat;
}

.vegas-timer {
  top: auto;
  bottom: 0;
  height: 2px;
}

.vegas-timer-progress {
  width: 0%;
  height: 100%;
  background: white;
  transition: width ease-out;
}

.vegas-timer-running .vegas-timer-progress {
  width: 100%;
}

.vegas-slide,
.vegas-slide-inner {
  margin: 0;
  padding: 0;
  background: transparent center center no-repeat;
  transform: translateZ(0);
  will-change: transform, opacity;
}

body .vegas-container {
  overflow: hidden !important;
  position: relative;
}

.vegas-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

body.vegas-container {
  overflow: auto;
  position: static;
  z-index: -2;
}

body.vegas-container > .vegas-timer,
body.vegas-container > .vegas-overlay,
body.vegas-container > .vegas-slide {
  position: fixed;
  z-index: -1;
}

/* Target Safari IOS7+ in order to add 76px */
/*******************************************/
/* blur transition */
/*******************************************/
.vegas-transition-blur,
.vegas-transition-blur2 {
  opacity: 0;
  filter: blur(32px) brightness(1.01);
}

.vegas-transition-blur-in,
.vegas-transition-blur2-in {
  opacity: 1;
  filter: blur(0px) brightness(1.01);
}

.vegas-transition-blur2-out {
  opacity: 0;
}

/*******************************************/
/* burn transition */
/*******************************************/
.vegas-transition-burn,
.vegas-transition-burn2 {
  opacity: 0;
  filter: contrast(1000%) saturate(1000%);
}

.vegas-transition-burn-in,
.vegas-transition-burn2-in {
  opacity: 1;
  filter: contrast(100%) saturate(100%);
}

.vegas-transition-burn2-out {
  opacity: 0;
  filter: contrast(1000%) saturate(1000%);
}

/*******************************************/
/* fade transition */
/*******************************************/
.vegas-transition-fade,
.vegas-transition-fade2 {
  opacity: 0;
}

.vegas-transition-fade-in,
.vegas-transition-fade2-in {
  opacity: 1;
}

.vegas-transition-fade2-out {
  opacity: 0;
}

/*******************************************/
/* flash transition */
/*******************************************/
.vegas-transition-flash,
.vegas-transition-flash2 {
  opacity: 0;
  filter: brightness(25);
}

.vegas-transition-flash-in,
.vegas-transition-flash2-in {
  opacity: 1;
  filter: brightness(1);
}

.vegas-transition-flash2-out {
  opacity: 0;
  filter: brightness(25);
}

/*******************************************/
/* negative transition */
/*******************************************/
.vegas-transition-negative,
.vegas-transition-negative2 {
  opacity: 0;
  filter: invert(100%);
}

.vegas-transition-negative-in,
.vegas-transition-negative2-in {
  opacity: 1;
  filter: invert(0);
}

.vegas-transition-negative2-out {
  opacity: 0;
  filter: invert(100%);
}

/*******************************************/
/* slideDown transition */
/*******************************************/
.vegas-transition-slideDown,
.vegas-transition-slideDown2 {
  transform: translateY(-100%);
}

.vegas-transition-slideDown-in,
.vegas-transition-slideDown2-in {
  transform: translateY(0%);
}

.vegas-transition-slideDown2-out {
  transform: translateY(100%);
}

/*******************************************/
/* slideLeft transition */
/*******************************************/
.vegas-transition-slideLeft,
.vegas-transition-slideLeft2 {
  transform: translateX(100%);
}

.vegas-transition-slideLeft-in,
.vegas-transition-slideLeft2-in {
  transform: translateX(0%);
}

.vegas-transition-slideLeft2-out {
  transform: translateX(-100%);
}

/*******************************************/
/* slideRight transition */
/*******************************************/
.vegas-transition-slideRight,
.vegas-transition-slideRight2 {
  transform: translateX(-100%);
}

.vegas-transition-slideRight-in,
.vegas-transition-slideRight2-in {
  transform: translateX(0%);
}

.vegas-transition-slideRight2-out {
  transform: translateX(100%);
}

/*******************************************/
/* slideUp transition */
/*******************************************/
.vegas-transition-slideUp,
.vegas-transition-slideUp2 {
  transform: translateY(100%);
}

.vegas-transition-slideUp-in,
.vegas-transition-slideUp2-in {
  transform: translateY(0%);
}

.vegas-transition-slideUp2-out {
  transform: translateY(-100%);
}

/*******************************************/
/* swirlLeft transition */
/*******************************************/
.vegas-transition-swirlLeft,
.vegas-transition-swirlLeft2 {
  transform: scale(2) rotate(35deg);
  opacity: 0;
}

.vegas-transition-swirlLeft-in,
.vegas-transition-swirlLeft2-in {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

.vegas-transition-swirlLeft2-out {
  transform: scale(2) rotate(-35deg);
  opacity: 0;
}

/*******************************************/
/* swirlRight transition */
/*******************************************/
.vegas-transition-swirlRight,
.vegas-transition-swirlRight2 {
  transform: scale(2) rotate(-35deg);
  opacity: 0;
}

.vegas-transition-swirlRight-in,
.vegas-transition-swirlRight2-in {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

.vegas-transition-swirlRight2-out {
  transform: scale(2) rotate(35deg);
  opacity: 0;
}

/*******************************************/
/* zoomIn transition */
/*******************************************/
.vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
  transform: scale(0);
  opacity: 0;
}

.vegas-transition-zoomIn-in,
.vegas-transition-zoomIn2-in {
  transform: scale(1);
  opacity: 1;
}

.vegas-transition-zoomIn2-out {
  transform: scale(2);
  opacity: 0;
}

/*******************************************/
/* zoomOut transition */
/*******************************************/
.vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
  transform: scale(2);
  opacity: 0;
}

.vegas-transition-zoomOut-in,
.vegas-transition-zoomOut2-in {
  transform: scale(1);
  opacity: 1;
}

.vegas-transition-zoomOut2-out {
  transform: scale(0);
  opacity: 0;
}

/*******************************************/
/* kenburns animation */
/*******************************************/
.vegas-animation-kenburns {
  animation: kenburns ease-out;
}
@keyframes kenburns {
  0% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
/*******************************************/
/* kenburnsDownLeft animation */
/*******************************************/
.vegas-animation-kenburnsDownLeft {
  animation: kenburnsDownLeft ease-out;
}
@keyframes kenburnsDownLeft {
  0% {
    transform: scale(1.5) translate(10%, -10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsDownRight animation */
/*******************************************/
.vegas-animation-kenburnsDownRight {
  animation: kenburnsDownRight ease-out;
}
@keyframes kenburnsDownRight {
  0% {
    transform: scale(1.5) translate(-10%, -10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsDown animation */
/*******************************************/
.vegas-animation-kenburnsDown {
  animation: kenburnsDown ease-out;
}
@keyframes kenburnsDown {
  0% {
    transform: scale(1.5) translate(0, -10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsLeft animation */
/*******************************************/
.vegas-animation-kenburnsLeft {
  animation: kenburnsLeft ease-out;
}
@keyframes kenburnsLeft {
  0% {
    transform: scale(1.5) translate(10%, 0);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsRight animation */
/*******************************************/
.vegas-animation-kenburnsRight {
  animation: kenburnsRight ease-out;
}
@keyframes kenburnsRight {
  0% {
    transform: scale(1.5) translate(-10%, 0);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUpLeft animation */
/*******************************************/
.vegas-animation-kenburnsUpLeft {
  animation: kenburnsUpLeft ease-out;
}
@keyframes kenburnsUpLeft {
  0% {
    transform: scale(1.5) translate(10%, 10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUpRight animation */
/*******************************************/
.vegas-animation-kenburnsUpRight {
  animation: kenburnsUpRight ease-out;
}
@keyframes kenburnsUpRight {
  0% {
    transform: scale(1.5) translate(-10%, 10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUp animation */
/*******************************************/
.vegas-animation-kenburnsUp {
  animation: kenburnsUp ease-out;
}
@keyframes kenburnsUp {
  0% {
    transform: scale(1.5) translate(0, 10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  * {
    transform: none;
    animation: none;
    animation-name: none !important;
  }
}
@media (min-width: 600px) {
  @media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
    @supports not (translate: none) {
      .p-bubble--item {
        margin-right: 16px;
        margin-left: 16px;
      }
      .p-header03--02,
      .p-action__img {
        margin-right: 21px;
        margin-left: 21px;
      }
      .p-actionItemWrapper {
        margin-right: 21px;
        margin-left: 21px;
      }
    }
  }
}/*# sourceMappingURL=style.css.map */