@charset "UTF-8";
/*変数設定用*/
@media screen and (min-width: 1024px) {
  .vpc {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .vpc {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .vsp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .vsp {
    display: block;
  }
}

.inner {
  max-width: 1024px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    margin-right: 20px;
    margin-left: 20px;
    width: auto;
  }
}

.commonMv {
  background: url(/assets/img/common/img-bg.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 292px;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .commonMv {
    background: url(/assets/img/common/img-bgsp.png) no-repeat center center;
    background-size: cover;
    margin-bottom: 30px;
  }
}
.commonMv_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 37px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .commonMv_ttl {
    font-size: 24px;
    text-align: center;
    line-height: 1.6;
    width: 100%;
  }
}
.commonMv_ttl-small-txt {
  display: block;
  font-size: 25px;
  margin: 15px 0 0;
}
.commonMv .inner2 {
  max-width: 1024px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.commonMv_breadnav {
  display: flex;
  position: absolute;
  bottom: 10px;
  left: 0;
  flex-wrap: wrap;
  row-gap: 10px;
}
@media screen and (max-width: 768px) {
  .commonMv_breadnav {
    left: 20px;
  }
}
.commonMv_breadnav li {
  display: flex;
  flex-shrink: 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .commonMv_breadnav li {
    font-size: 12px;
  }
}
.commonMv_breadnav li span {
  display: inline-block;
  padding: 0 10px;
}

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

li {
  list-style: none;
}

body {
  line-height: 1;
}

:focus {
  outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  scroll-padding-top: 40px;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img,
input,
select {
  vertical-align: bottom;
}

body {
  font-size: 14px;
  font-size: 14rem;
  font-family: "Noto Serif JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #222;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 640px) {
  body {
    font-size: 1.4vw;
  }
}
@media screen and (min-width: 1000px) {
  body {
    font-size: 14px;
  }
}
@media print {
  body {
    font-size: 14px;
  }
}
@media all and (-ms-high-contrast: none) {
  body {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  body {
    font-size: 3.5vw;
  }
}
::-moz-selection {
  background: #7d0022;
  color: #fff;
}

::selection {
  background: #7d0022;
  color: #fff;
}

main {
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
}

a {
  display: block;
  color: #222;
  text-decoration: none;
}

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

@media (min-width: 641px) {
  .pc-df {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.ovhidden {
  overflow: hidden;
}

.fwBold {
  font-weight: 700;
}

.taCenter {
  text-align: center;
}

.tIndent {
  padding-left: 1em;
  text-indent: -1em;
}

@media (min-width: 641px) {
  .rl-pc {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
.rl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.scrollable::-webkit-scrollbar {
  background: #999;
  width: 3px;
}

.scrollable::-webkit-scrollbar-thumb {
  background: #cd3a2d;
}

.scroll-prevent {
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
}

@media (max-width: 640px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 641px) {
  .sp {
    display: none !important;
  }
}
.text {
  color: #222;
  font-size: 14px;
  font-size: 14rem;
  line-height: 2;
  font-weight: 600;
}

@media screen and (max-width: 640px) {
  .text {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 640px) {
  .text {
    font-size: 1.4vw;
  }
}
@media screen and (min-width: 1000px) {
  .text {
    font-size: 14px;
  }
}
@media print {
  .text {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .text {
    line-height: 1.5;
  }
}
.text.white {
  color: #fff !important;
}

.text16 {
  color: #222;
  font-size: 16px;
  font-size: 16rem;
  line-height: 2;
  font-weight: 600;
}

@media screen and (max-width: 640px) {
  .text16 {
    font-size: 4vw;
  }
}
@media screen and (min-width: 640px) {
  .text16 {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1000px) {
  .text16 {
    font-size: 16px;
  }
}
@media print {
  .text16 {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .text16 {
    line-height: 1.8;
    font-size: 3.7vw;
  }
}
.text16.white {
  color: #fff !important;
}

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

.whiteLine {
  display: block;
  height: 2px;
  border: 0;
  border-top: #fff;
  margin: 0;
  padding: 0;
}

.tab-content-section + .tab-content-section {
  margin-top: 14%;
}

@media (max-width: 640px) {
  .tab-content-section + .tab-content-section {
    margin-top: 22vw;
  }
}
.content-section + .content-section {
  margin-top: 14%;
}

@media (max-width: 640px) {
  .content-section + .content-section {
    margin-top: 22vw;
  }
}
.bracketBtnWrap {
  width: 17em;
}

@media (max-width: 640px) {
  .bracketBtnWrap {
    width: 20em;
  }
}
.bracketBtn {
  color: #fff;
  font-size: 14px;
  font-size: 14rem;
  padding: 1.2em 0;
  text-align: center;
  background-image: url(/assets/img/common/bg_btn_top.svg), url(/assets/img/common/bg_btn_btm.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: top, bottom;
  background-size: contain;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.435, 0.99);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.435, 0.99);
  background-color: rgba(255, 255, 255, 0);
}

@media screen and (max-width: 640px) {
  .bracketBtn {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 640px) {
  .bracketBtn {
    font-size: 1.4vw;
  }
}
@media screen and (min-width: 1000px) {
  .bracketBtn {
    font-size: 14px;
  }
}
@media print {
  .bracketBtn {
    font-size: 14px;
  }
}
.bracketBtn:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.3em;
}

@media (max-width: 640px) {
  .bracketBtn {
    background-image: none;
    padding: 1.5em 0;
    font-size: 4vw;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.4);
    letter-spacing: 0.3em;
  }
}
.bracketBtnWrap {
  position: relative;
}

.line {
  position: absolute;
  opacity: 0;
}

.line-bottom,
.line-top {
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.435, 0.99);
  transition: all 1s cubic-bezier(0.19, 1, 0.435, 0.99);
}

.line-left,
.line-right {
  height: 100%;
  width: 1px;
  background-color: #fff;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 1.2s cubic-bezier(0.19, 1, 0.435, 0.99);
  transition: all 1.2s cubic-bezier(0.19, 1, 0.435, 0.99);
}

.line-top {
  top: 0;
  left: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

.line-right {
  top: 0;
  right: 0;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}

.line-bottom {
  bottom: 0;
  left: 0;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
}

.line-left {
  top: 0;
  left: 0;
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}

.bracketBtnWrap:hover .line-left,
.bracketBtnWrap:hover .line-right {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}

.bracketBtnWrap:hover .line-bottom,
.bracketBtnWrap:hover .line-top {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}

@media (max-width: 640px) {
  .line-left,
  .line-right {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
  }
  .line-bottom,
  .line-top {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
  }
}
.bracketBtnWrap.black .bracketBtn {
  color: #222;
  background-image: url(/assets/img/common/bg_btn_top_black.svg), url(/assets/img/common/bg_btn_btm_black.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: top, bottom;
  background-size: contain;
  background-color: rgba(0, 0, 0, 0);
}

.bracketBtnWrap.black .bracketBtn:hover {
  opacity: 1;
  background-color: rgba(34, 34, 34, 0.1);
}

@media (max-width: 640px) {
  .bracketBtnWrap.black .bracketBtn {
    background-image: none;
  }
}
.bracketBtnWrap.black .line-bottom,
.bracketBtnWrap.black .line-top {
  background-color: #222;
}

.bracketBtnWrap.black .line-left,
.bracketBtnWrap.black .line-right {
  background-color: #222;
}

.button-simpleBorder {
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
  margin-top: 6%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 160px;
  width: 240px;
  display: block;
  border: 1px solid #222;
  padding: 0.4em 0;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.435, 0.99);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.435, 0.99);
  color: #222;
  font-size: 16px;
  font-size: 16rem;
  line-height: 2;
  font-weight: 600;
}

@media screen and (max-width: 640px) {
  .button-simpleBorder {
    font-size: 4vw;
  }
}
@media screen and (min-width: 640px) {
  .button-simpleBorder {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1000px) {
  .button-simpleBorder {
    font-size: 16px;
  }
}
@media print {
  .button-simpleBorder {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .button-simpleBorder {
    width: 18em;
    margin-bottom: 7%;
    padding: 1em;
    margin-top: 10%;
    line-height: 1.8;
    font-size: 3.7vw;
  }
}
.button-simpleBorder:hover {
  background-color: rgba(34, 34, 34, 0.1);
  letter-spacing: 0.2em;
}

.section-ttl {
  text-align: center;
  font-size: 37px;
  font-size: 37rem;
  font-weight: 400;
  position: relative;
  margin-bottom: 2.3em;
  letter-spacing: 0.18em;
  z-index: 1;
  line-height: 1.3;
}

@media screen and (max-width: 640px) {
  .section-ttl {
    font-size: 9.25vw;
  }
}
@media screen and (min-width: 640px) {
  .section-ttl {
    font-size: 3.7vw;
  }
}
@media screen and (min-width: 1000px) {
  .section-ttl {
    font-size: 37px;
  }
}
@media print {
  .section-ttl {
    font-size: 37px;
  }
}
@media (max-width: 640px) {
  .section-ttl {
    font-size: 8vw;
    line-height: 1.2;
  }
}
.section-ttl:before {
  content: "";
  max-width: 25px;
  width: 2em;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: -1em;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 1.2s cubic-bezier(0.19, 1, 0.435, 0.99);
  transition: all 1.2s cubic-bezier(0.19, 1, 0.435, 0.99);
}

.section-ttl.white {
  color: #fff;
}

.section-ttl.white:before {
  background-color: #fff;
}

.section-ttl.js-fadeIn div {
  display: inline-block;
  opacity: 0;
}

.section-ttl.js-fadeIn:before {
  opacity: 0;
  width: 3.2em;
}

.section-ttl.scrollin {
  -webkit-perspective: 500px;
  perspective: 500px;
}

.section-ttl.scrollin:before {
  width: 0.7em;
  opacity: 1;
}

.section-ttl.scrollin div {
  -webkit-animation: sectionTtlFadeIn 3s cubic-bezier(0.19, 1, 0.435, 0.99) forwards;
  animation: sectionTtlFadeIn 3s cubic-bezier(0.19, 1, 0.435, 0.99) forwards;
}

.section-ttl.scrollin div:nth-child(1) {
  -webkit-animation-delay: 70ms;
  animation-delay: 70ms;
}

.section-ttl.scrollin div:nth-child(2) {
  -webkit-animation-delay: 0.14s;
  animation-delay: 0.14s;
}

.section-ttl.scrollin div:nth-child(3) {
  -webkit-animation-delay: 0.21s;
  animation-delay: 0.21s;
}

.section-ttl.scrollin div:nth-child(4) {
  -webkit-animation-delay: 0.28s;
  animation-delay: 0.28s;
}

.section-ttl.scrollin div:nth-child(5) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.section-ttl.scrollin div:nth-child(6) {
  -webkit-animation-delay: 0.42s;
  animation-delay: 0.42s;
}

.section-ttl.scrollin div:nth-child(7) {
  -webkit-animation-delay: 0.49s;
  animation-delay: 0.49s;
}

.section-ttl.scrollin div:nth-child(8) {
  -webkit-animation-delay: 0.56s;
  animation-delay: 0.56s;
}

.section-ttl.scrollin div:nth-child(9) {
  -webkit-animation-delay: 0.63s;
  animation-delay: 0.63s;
}

.section-ttl.scrollin div:nth-child(10) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.section-ttl.scrollin div:nth-child(11) {
  -webkit-animation-delay: 0.77s;
  animation-delay: 0.77s;
}

.section-ttl.scrollin div:nth-child(12) {
  -webkit-animation-delay: 0.84s;
  animation-delay: 0.84s;
}

.section-ttl.scrollin div:nth-child(13) {
  -webkit-animation-delay: 0.91s;
  animation-delay: 0.91s;
}

.section-ttl.scrollin div:nth-child(14) {
  -webkit-animation-delay: 0.98s;
  animation-delay: 0.98s;
}

.section-ttl.scrollin div:nth-child(15) {
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s;
}

.section-ttl.scrollin div:nth-child(16) {
  -webkit-animation-delay: 1.12s;
  animation-delay: 1.12s;
}

.section-ttl.scrollin div:nth-child(17) {
  -webkit-animation-delay: 1.19s;
  animation-delay: 1.19s;
}

.section-ttl.scrollin div:nth-child(18) {
  -webkit-animation-delay: 1.26s;
  animation-delay: 1.26s;
}

.section-ttl.scrollin div:nth-child(19) {
  -webkit-animation-delay: 1.33s;
  animation-delay: 1.33s;
}

.section-ttl.scrollin div:nth-child(20) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

@-webkit-keyframes sectionTtlFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.3, 1.3, 1) rotate3d(1, -4, -1, -0.1turn) translate3d(-45px, 98px, 0);
    transform: scale3d(1.3, 1.3, 1) rotate3d(1, -4, -1, -0.1turn) translate3d(-45px, 98px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
  }
}
@keyframes sectionTtlFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.3, 1.3, 1) rotate3d(1, -4, -1, -0.1turn) translate3d(-45px, 98px, 0);
    transform: scale3d(1.3, 1.3, 1) rotate3d(1, -4, -1, -0.1turn) translate3d(-45px, 98px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
  }
}
.section-ttl.shadow div {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8), 0 0 4px rgba(0, 0, 0, 0.8);
}

#loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #222;
  opacity: 0.9;
  opacity: 1;
  z-index: 200;
}

#loading .loadingimg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  background: url(/assets/img/common/loading.gif) center center no-repeat;
  background-size: 130px;
}

#loading .loadingtext {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-size: 16rem;
}

@media screen and (max-width: 640px) {
  #loading .loadingtext {
    font-size: 4vw;
  }
}
@media screen and (min-width: 640px) {
  #loading .loadingtext {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1000px) {
  #loading .loadingtext {
    font-size: 16px;
  }
}
@media print {
  #loading .loadingtext {
    font-size: 16px;
  }
}
.mv-kasou {
  padding: 235px 0 214px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  min-height: 600px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 641px) and (max-width: 1366px) {
  .mv-kasou {
    padding: 17.6vw 0 15.3vw;
    min-height: 43.9vw;
  }
}
@media (max-width: 640px) {
  .mv-kasou {
    padding: 49vw 0 49vw;
    min-height: 131.6vw;
  }
}
.mv-kasou-subttl {
  position: relative;
  z-index: 1;
}

@media (max-width: 640px) {
  .mv-kasou-subttl {
    font-size: 3.8vw;
  }
}
.mv-kasou-bg-blur {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.js-mv-kasou-bg-blur {
  -webkit-transition: all 5s cubic-bezier(0.19, 1, 0.435, 0.99);
  transition: all 5s cubic-bezier(0.19, 1, 0.435, 0.99);
}

.js-mv-kasou-bg-blur.is-remove {
  opacity: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#HISTORY .mv-kasou {
  background-image: url(/assets/img/history/mv.png);
}

#HISTORY .mv-kasou-bg-blur {
  background-image: url(/asset/img/history/mv_blur.png);
}

#WORSHIP .mv-kasou {
  background-image: url(/asset/img/worship/mv.png);
}

#WORSHIP .mv-kasou-bg-blur {
  background-image: url(/asset/img/worship/mv_blur.png);
}

#NEWS .mv-kasou {
  background-image: url(/assets/img/news/mv.jpg);
}
@media screen and (max-width: 768px) {
  #NEWS .mv-kasou {
    background-image: url(/assets/img/news/mv_sp.jpg);
  }
}

#NEWS .mv-kasou-bg-blur {
  background-image: url(/assets/img/news/mv_blur.jpg);
}

#MV-PRAY-INDEX .mv-kasou {
  background-image: url(/asset/img/pray/index/mv.png);
}

@media (max-width: 640px) {
  #MV-PRAY-INDEX .mv-kasou {
    background-position: -102.9vw center;
  }
}
#MV-PRAY-INDEX .mv-kasou-bg-blur {
  background-image: url(/asset/img/pray/index/mv_blur.png);
}

#MV-PRAY-OSSUARY .mv-kasou {
  background-image: url(/asset/img/pray/ossuary/mv.png);
}

#MV-PRAY-OSSUARY .mv-kasou-bg-blur {
  background-image: url(/asset/img/pray/ossuary/mv_blur.png);
}

#MV-PRAY-DONATION .mv-kasou {
  background-image: url(/asset/img/pray/donation/mv.png);
}

#MV-PRAY-DONATION .mv-kasou-bg-blur {
  background-image: url(/asset/img/pray/donation/mv_blur.png);
}

#MV-PRAY-AMULET .mv-kasou {
  background-image: url(/asset/img/pray/amulet/mv.png);
}

#MV-PRAY-AMULET .mv-kasou-bg-blur {
  background-image: url(/asset/img/pray/amulet/mv_blur.png);
}

#PRAY .mv-kasou {
  background-image: url(/asset/img/pray/mv.png);
}

#PRAY .mv-kasou-bg-blur {
  background-image: url(/asset/img/pray/mv_blur.png);
}

#CEMETERY .mv-kasou {
  background-image: url(/asset/img/cemetery/mv.jpg);
}

#CEMETERY .mv-kasou-bg-blur {
  background-image: url(/asset/img/cemetery/mv_blur.jpg);
}

#CAFE .mv-kasou {
  background-image: url(/asset/img/cafe/mv.jpg);
}

#CAFE .mv-kasou-bg-blur {
  background-image: url(/asset/img/cafe/mv_blur.jpg);
}

#PRIVACY .mv-kasou {
  background-image: url(/asset/img/privacy/mv.jpg);
}

#PRIVACY .mv-kasou-bg-blur {
  background-image: url(/asset/img/privacy/mv_blur.jpg);
}

#SITEMAP .mv-kasou {
  background-image: url(/asset/img/sitemap/mv.jpg);
}

#SITEMAP .mv-kasou-bg-blur {
  background-image: url(/asset/img/sitemap/mv_blur.jpg);
}

#GUIDE .mv-kasou {
  background-image: url(/asset/img/sitemap/mv.jpg);
}

#GUIDE .mv-kasou-bg-blur {
  background-image: url(/asset/img/sitemap/mv_blur.jpg);
}

#GUIDEMEDIA .mv-kasou {
  background-image: url(/asset/img/sitemap/mv.jpg);
}

#GUIDEMEDIA .mv-kasou-bg-blur {
  background-image: url(/asset/img/sitemap/mv_blur.jpg);
}

#EVENT .mv-kasou {
  background-image: url(/asset/img/event/mv.png);
}

#EVENT .mv-kasou-bg-blur {
  background-image: url(/asset/img/event/mv_blur.png);
}

#EVENT-JANUARY .mv-kasou {
  background-image: url(/asset/img/event/january/mv.png);
}

#EVENT-JANUARY .mv-kasou-bg-blur {
  background-image: url(/asset/img/event/january/mv_blur.png);
}

#EVENT-FEBRUARY .mv-kasou {
  background-image: url(/asset/img/event/february/mv.jpg);
}

#EVENT-FEBRUARY .mv-kasou-bg-blur {
  background-image: url(/asset/img/event/february/mv_blur.jpg);
}

#EVENT-MARCH .mv-kasou {
  background-image: url(/asset/img/event/march/mv.jpg);
}

#EVENT-MARCH .mv-kasou-bg-blur {
  background-image: url(/asset/img/event/march/mv_blur.jpg);
}

#EVENT-APRIL .mv-kasou {
  background-image: url(/asset/img/event/april/mv.jpg);
}

#EVENT-APRIL .mv-kasou-bg-blur {
  background-image: url(/asset/img/event/april/mv_blur.jpg);
}

#EVENT-MAY .mv-kasou {
  background-image: url(/asset/img/event/may/mv.jpg);
}

#EVENT-MAY .mv-kasou-bg-blur {
  background-image: url(/asset/img/event/may/mv_blur.jpg);
}

#EVENT-MAY2 .mv-kasou {
  background-image: url(/asset/img/event/may/mv2.jpg);
}

#EVENT-MAY2 .mv-kasou-bg-blur {
  background-image: url(/asset/img/event/may/mv_blur2.jpg);
}

#EVENT-JUNE .mv-kasou {
  background-image: url(/asset/img/event/june/mv.jpg);
}

#EVENT-JUNE .mv-kasou-bg-blur {
  background-image: url(/asset/img/event/june/mv_blur.jpg);
}

#EVENT-JULY .mv-kasou {
  background-image: url(/asset/img/event/july/mv.png);
}

#EVENT-JULY .mv-kasou-bg-blur {
  background-image: url(/asset/img/event/july/mv_blur.jpg);
}

#EVENT-AUGUST .mv-kasou {
  background-image: url(/asset/img/event/august/mv.jpg);
}

#EVENT-AUGUST .mv-kasou-bg-blur {
  background-image: url(/asset/img/event/august/mv_blur.jpg);
}

#EVENT-SEPTEMBER .mv-kasou {
  background-image: url(/asset/img/event/september/mv.jpg);
}

#EVENT-SEPTEMBER .mv-kasou-bg-blur {
  background-image: url(/asset/img/event/september/mv_blur.jpg);
}

#EVENT-OCTOBER .mv-kasou {
  background-image: url(/asset/img/event/october/mv.jpg);
}

#EVENT-OCTOBER .mv-kasou-bg-blur {
  background-image: url(/asset/img/event/october/mv_blur.jpg);
}

#EVENT-NOVEMBER .mv-kasou {
  background-image: url(/asset/img/event/november/mv.png);
}

#EVENT-NOVEMBER .mv-kasou-bg-blur {
  background-image: url(/asset/img/event/november/mv_blur.jpg);
}

#EVENT-NOVEMBER2 .mv-kasou {
  background-image: url(/asset/img/event/november/mv2.jpg);
}

#EVENT-NOVEMBER2 .mv-kasou-bg-blur {
  background-image: url(/asset/img/event/november/mv_blur2.jpg);
}

#EVENT-DECEMBER .mv-kasou {
  background-image: url(/asset/img/event/december/mv.jpg);
}

#EVENT-DECEMBER .mv-kasou-bg-blur {
  background-image: url(/asset/img/event/december/mv_blur.jpg);
}

#FACILITY-LODGING .mv-kasou {
  background-image: url(/asset/img/facility/lodging/mv.jpg);
}

#FACILITY-LODGING .mv-kasou-bg-blur {
  background-image: url(/asset/img/facility/lodging/mv_blur.jpg);
}

#FACILITY-MAP .mv-kasou {
  background-image: url(/asset/img/facility/mv.jpg);
}

#FACILITY-MAP .mv-kasou-bg-blur {
  background-image: url(/asset/img/facility/mv_blur.jpg);
}

#FACILITY-LODGING .mv-kasou {
  background-image: url(/asset/img/facility/lodging/mv.jpg);
}

#FACILITY-LODGING .mv-kasou-bg-blur {
  background-image: url(/asset/img/facility/lodging/mv_blur.jpg);
}

#ACCESS .mv-kasou {
  background-image: url(/asset/img/access/mv.jpg);
}

#ACCESS .mv-kasou-bg-blur {
  background-image: url(/asset/img/access/mv_blur.jpg);
}

.col3-Lists {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col3-Lists .col3-List {
  width: 31.3%;
}

@media (max-width: 640px) {
  .col3-Lists .col3-List {
    width: 100%;
  }
}
.col3-Lists .col3-List + .col3-List {
  margin-left: 3%;
}

@media (max-width: 640px) {
  .col3-Lists .col3-List + .col3-List {
    margin-left: 0;
    margin-top: 5vw;
  }
}
@media (min-width: 641px) {
  .col3-Lists .col3-List:nth-of-type(n+4) {
    margin-top: 4.5%;
  }
}
.col3-Lists .col3-List:nth-of-type(3n+1) {
  margin-left: 0;
}

.col3-col2-Lists {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 641px) {
  .col3-col2-Lists .col3-col2-List {
    width: 31.3%;
  }
  .col3-col2-Lists .col3-col2-List + .col3-col2-List {
    margin-left: 3%;
  }
  .col3-col2-Lists .col3-col2-List:nth-of-type(n+4) {
    margin-top: 4.5%;
  }
  .col3-col2-Lists .col3-col2-List:nth-of-type(3n+1) {
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .col3-col2-Lists .col3-col2-List {
    width: 49%;
  }
  .col3-col2-Lists .col3-col2-List + .col3-col2-List {
    margin-left: 2%;
  }
  .col3-col2-Lists .col3-col2-List:nth-child(n+3) {
    margin-top: 8%;
  }
  .col3-col2-Lists .col3-col2-List:nth-child(2n+1) {
    margin-left: 0;
  }
}
.article-contWrap {
  position: relative;
  background-color: #222;
  color: #fff;
  min-height: 11.3em;
}

@media (max-width: 640px) {
  .article-contWrap {
    min-height: 10.3em;
  }
}
.article-contWrap::before {
  content: "";
  width: 93%;
  height: 86%;
  background-image: url(/asset/img/common/bg_btn_top.svg), url(/asset/img/common/bg_btn_btm.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: top, bottom;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 640px) {
  .article-contWrap::before {
    background-image: none;
  }
}
.article-linkWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.article-imageWrap {
  height: 180px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

@media (min-width: 641px) and (max-width: 1000px) {
  .article-imageWrap {
    height: 18vw;
  }
}
@media (max-width: 640px) {
  .article-imageWrap {
    max-height: 60vw;
  }
}
.article-ttl {
  font-size: 20px;
  font-size: 20rem;
  font-weight: 700;
  line-height: 1.6;
  font-weight: 400;
  height: 1.5em;
  letter-spacing: 0.05em;
  margin-bottom: 0.2em;
  padding-top: 1em;
  padding-right: 1em;
  padding-left: 1em;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (max-width: 640px) {
  .article-ttl {
    font-size: 5vw;
  }
}
@media screen and (min-width: 640px) {
  .article-ttl {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1000px) {
  .article-ttl {
    font-size: 20px;
  }
}
@media print {
  .article-ttl {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .article-ttl {
    font-weight: 600;
    margin-bottom: 0.6em;
    font-size: 4.8vw;
  }
}
.article-text {
  font-size: 14px;
  font-size: 14rem;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.07em;
  padding-bottom: 1em;
}

@media screen and (max-width: 640px) {
  .article-text {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 640px) {
  .article-text {
    font-size: 1.4vw;
  }
}
@media screen and (min-width: 1000px) {
  .article-text {
    font-size: 14px;
  }
}
@media print {
  .article-text {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .article-text {
    margin-bottom: 1.2em;
    line-height: 1.2;
  }
}
.article-more {
  font-size: 12px;
  font-size: 12rem;
  text-align: center;
  margin-bottom: 3em;
  letter-spacing: 0.07em;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.435, 0.99);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.435, 0.99);
}

@media screen and (max-width: 640px) {
  .article-more {
    font-size: 3vw;
  }
}
@media screen and (min-width: 640px) {
  .article-more {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 1000px) {
  .article-more {
    font-size: 12px;
  }
}
@media print {
  .article-more {
    font-size: 12px;
  }
}
@media (min-width: 641px) and (max-width: 1300px) {
  .article-more {
    margin-bottom: 1.1em;
  }
}
@media (max-width: 640px) {
  .article-more {
    margin-bottom: 1.8em;
    font-weight: 900;
    font-size: 3.6vw;
  }
}
.breadnav-wrap {
  width: 100vw;
  margin-top: 15px;
}

@media (min-width: 641px) and (max-width: 1366px) {
  .breadnav-wrap {
    top: 41vw;
  }
}
@media (max-width: 640px) {
  .breadnav-wrap {
    top: 119vw;
  }
}
.breadnav-lists {
  line-height: 1;
}

@media (max-width: 640px) {
  .breadnav-lists {
    line-height: 1.3;
  }
}
.breadnav-list {
  display: inline-block;
  color: black;
  font-size: 16px;
  font-size: 16rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  vertical-align: middle;
  margin: 0;
}

@media screen and (max-width: 640px) {
  .breadnav-list {
    font-size: 4vw;
  }
}
@media screen and (min-width: 640px) {
  .breadnav-list {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1000px) {
  .breadnav-list {
    font-size: 16px;
  }
}
@media print {
  .breadnav-list {
    font-size: 16px;
  }
}
.breadnav-list a {
  color: black;
  display: inline-block;
}

@media (max-width: 640px) {
  .breadnav-list a {
    line-height: 1;
  }
}
.breadnav strong {
  font-weight: 400;
}

.breadnav-list + .breadnav-list {
  position: relative;
  margin-left: 1.9em;
}

.breadnav-list + .breadnav-list:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: -1.3em;
  width: 8px;
  height: 8px;
  border-top: 1px solid black;
  border-right: 1px solid black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 640px) {
  .breadnav-list + .breadnav-list:before {
    border-top: 1px solid black;
    border-right: 1px solid black;
  }
}
.tab-wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 8%;
}

@media (max-width: 640px) {
  .tab-wrap {
    margin-top: 18vw;
  }
}
.tab {
  width: 100%;
  text-align: center;
  cursor: pointer;
  border: 1px solid;
  letter-spacing: 0.1em;
  font-size: 25px;
  font-size: 25rem;
}

.tab + .tab {
  margin-left: 2%;
}

@media (max-width: 640px) {
  .tab + .tab {
    margin-left: 0.3em;
  }
}
@media screen and (max-width: 640px) {
  .tab {
    font-size: 6.25vw;
  }
}
@media screen and (min-width: 640px) {
  .tab {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1000px) {
  .tab {
    font-size: 25px;
  }
}
@media print {
  .tab {
    font-size: 25px;
  }
}
@media (max-width: 640px) {
  .tab {
    font-size: 5vw;
    padding: 0.7em 0;
    font-weight: 600;
  }
}
.tab a {
  padding: 1em 0;
}

@media (max-width: 640px) {
  .tab a {
    padding: 0.7em 0;
  }
}
.tab.is-active {
  border-bottom-color: #fff;
}

@media (max-width: 640px) {
  .tab_sp-scrollwrap {
    width: 100vw;
    /*overflow-y:scroll;*/
    margin-left: -5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .tab_sp-scrollwrap .tab_sp-scroll {
    /*width:800px;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tab_sp-scrollwrap .tab-wrap {
    margin-right: 2%;
    margin-left: 2%;
    width: 100%;
  }
  .tab_sp-scrollwrap::-webkit-scrollbar {
    display: none;
  }
}
.tab-content-wrap {
  border-top: solid 1px;
  margin-top: -1px;
  padding-top: 120px;
  margin-bottom: 160px;
}

@media (min-width: 641px) and (max-width: 1000px) {
  .tab-content-wrap {
    margin-bottom: 16vw;
  }
}
@media (max-width: 640px) {
  .tab-content-wrap {
    margin-bottom: 25vw;
  }
}
@media (min-width: 641px) and (max-width: 1000px) {
  .tab-content-wrap {
    padding-top: 12vw;
  }
}
@media (max-width: 640px) {
  .tab-content-wrap {
    padding-top: 21vw;
  }
}
.kasouContent-wrap {
  padding-top: 165px;
  margin-bottom: 160px;
}

@media (min-width: 641px) and (max-width: 1000px) {
  .kasouContent-wrap {
    margin-bottom: 16vw;
  }
}
@media (max-width: 640px) {
  .kasouContent-wrap {
    margin-bottom: 25vw;
  }
}
@media (min-width: 641px) and (max-width: 1000px) {
  .kasouContent-wrap {
    padding-top: 16.6vw;
  }
}
@media (max-width: 640px) {
  .kasouContent-wrap {
    padding-top: 21vw;
  }
}
.bx-viewport {
  padding: 0 !important;
  width: 100% !important;
  overflow: hidden !important;
  position: relative !important;
  height: calc(100vh - 114px) !important;
  margin-top: 114px;
}

.slide_item {
  height: 100%;
  background: #eee;
  float: none;
  list-style: none;
  position: absolute;
  width: 1556px;
  z-index: 50;
  display: block;
}

.top_view .slide_item img {
  max-width: none;
  min-height: 100%;
  height: 100%;
  margin: auto;
  width: auto;
}

.l-contwrap {
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  padding-right: 2.4% !important;
  padding-left: 2.4% !important;
}

@media (min-width: 641px) and (max-width: 1000px) {
  .l-contwrap {
    max-width: 100%;
    padding-right: 3% !important;
    padding-left: 3% !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
}
@media (max-width: 640px) {
  .l-contwrap {
    max-width: 100%;
    padding-right: 5% !important;
    padding-left: 5% !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
}
@media (max-width: 640px) {
  .l-spinner {
    width: 85%;
    margin: 0 auto;
  }
}
.l-contwrap-1024 {
  position: relative;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  padding-right: 2.4% !important;
  padding-left: 2.4% !important;
}

@media (min-width: 641px) and (max-width: 1000px) {
  .l-contwrap-1024 {
    max-width: 100%;
    padding-right: 3% !important;
    padding-left: 3% !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
}
@media (max-width: 640px) {
  .l-contwrap-1024 {
    max-width: 100%;
    padding-right: 5% !important;
    padding-left: 5% !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
}
#language {
  position: fixed;
  z-index: 98;
  top: 0;
  right: 56px;
  width: 56px;
  height: 56px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0;
  border: none;
  cursor: pointer;
  outline: 0;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.globalIcon {
  width: 26px;
}

.languageLists {
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.435, 0.99);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.435, 0.99);
  -webkit-transform: translateY(-80%);
  -ms-transform: translateY(-80%);
  transform: translateY(-80%);
  z-index: 10;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 56px;
  left: calc(100vw - 112px);
  width: 112px;
  opacity: 0;
  font-weight: 600;
}

.languageLists.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  background-color: rgba(0, 0, 0, 0.5);
}

.languageLists .languageListLink {
  font-size: 14px;
  font-size: 14rem;
  letter-spacing: 0.08em;
  color: #fff;
  padding: 0.7em 1.2em 1em;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.435, 0.99);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.435, 0.99);
}

@media screen and (max-width: 640px) {
  .languageLists .languageListLink {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 640px) {
  .languageLists .languageListLink {
    font-size: 1.4vw;
  }
}
@media screen and (min-width: 1000px) {
  .languageLists .languageListLink {
    font-size: 14px;
  }
}
@media print {
  .languageLists .languageListLink {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .languageLists .languageListLink {
    font-size: 4.5vw;
  }
}
.languageLists .languageListLink:hover {
  letter-spacing: 0.2em;
}

.hmbgwrap {
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.logo {
  position: fixed;
  z-index: 2000;
  top: 25px;
  left: 25px;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .logo {
    width: 120px;
    top: 20px;
    left: 20px;
  }
}

.menu {
  position: absolute;
  height: 21px;
  width: 26px;
}

@media all and (-ms-high-contrast: none) {
  .menu {
    right: 16px;
    top: 19px;
  }
}
.menu_line {
  background: #fff;
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  width: 26px;
}

.menu_line-center {
  top: 9px;
}

.menu_line-bottom {
  bottom: 0;
}

.menu_line-top.active {
  top: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu_line-center.active {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.menu_line-bottom.active {
  bottom: 11px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 100%;
}

.hmbgContent {
  z-index: 99;
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

.hmbgmenuListsWrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
}

@media (max-width: 640px) {
  .hmbgmenuListsWrap {
    height: 72vh;
    overflow-y: scroll;
    margin-top: 15vw;
  }
}
.hmbgmenuListsWrap {
  position: relative;
}

.hmbgmenuListsWrap:before {
  content: "";
  width: 70vw;
  height: 50vh;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-image: url(/assets/img/common/bracket/top_left.png), url(/assets/img/common/bracket/top_right.png), url(/assets/img/common/bracket/btm_left.png), url(/assets/img/common/bracket/btm_right.png);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 30px, 30px, 30px, 30px;
  background-position: top left, top right, bottom left, bottom right;
}

@media (min-width: 641px) and (max-width: 1000px) {
  .hmbgmenuListsWrap:before {
    width: 90vw;
  }
}
@media (max-width: 640px) {
  .hmbgmenuListsWrap:before {
    content: none;
  }
}
.hmbgmenuLists {
  -webkit-perspective: 500px;
  perspective: 500px;
  font-size: 20px;
  font-size: 20rem;
  font-weight: 600;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 640px) {
  .hmbgmenuLists {
    font-size: 5vw;
  }
}
@media screen and (min-width: 640px) {
  .hmbgmenuLists {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1000px) {
  .hmbgmenuLists {
    font-size: 20px;
  }
}
@media print {
  .hmbgmenuLists {
    font-size: 20px;
  }
}
@media all and (-ms-high-contrast: none) {
  .hmbgmenuLists {
    height: 7em;
  }
}
@supports (-ms-ime-align: auto) {
  .hmbgmenuLists {
    height: 7em;
  }
}
@media (min-width: 641px) and (max-width: 1000px) {
  .hmbgmenuLists {
    font-size: 3vw;
  }
}
@media (max-width: 640px) {
  .hmbgmenuLists {
    text-align: center;
    font-size: 4.5vw;
    width: 100%;
    height: 100%;
  }
}
.hmbgmenuLists .hmbgmenuList a {
  padding: 0 1em;
  color: #fff;
}
@media (min-width: 641px) and (max-width: 1000px) {
  .hmbgmenuLists .hmbgmenuList a {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .hmbgmenuLists .hmbgmenuList a {
    padding: 4vw 0;
  }
}
@media (min-width: 641px) {
  .hmbgLink::after {
    content: "";
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.435, 0.99);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.435, 0.99);
    width: 2px;
    border-right: 2px solid #fff;
    height: 0;
    display: block;
    position: absolute;
    top: 0;
    right: 0.6em;
  }
}
.hmbgLink:hover::after {
  height: 100%;
}

.hmbgmenuList a {
  opacity: 0;
}

@media all and (-ms-high-contrast: none) {
  .hmbgmenuList a {
    display: inline;
  }
}
.hmbgmenuList.start a {
  -webkit-animation: hmbgTextFadeIn 2s cubic-bezier(0.19, 1, 0.435, 0.99) forwards;
  animation: hmbgTextFadeIn 2s cubic-bezier(0.19, 1, 0.435, 0.99) forwards;
}

.hmbgmenuList:nth-child(1) a {
  -webkit-animation-delay: 70ms;
  animation-delay: 70ms;
}

.hmbgmenuList:nth-child(2) a {
  -webkit-animation-delay: 0.14s;
  animation-delay: 0.14s;
}

.hmbgmenuList:nth-child(3) a {
  -webkit-animation-delay: 0.21s;
  animation-delay: 0.21s;
}

.hmbgmenuList:nth-child(4) a {
  -webkit-animation-delay: 0.28s;
  animation-delay: 0.28s;
}

.hmbgmenuList:nth-child(5) a {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.hmbgmenuList:nth-child(6) a {
  -webkit-animation-delay: 0.42s;
  animation-delay: 0.42s;
}

.hmbgmenuList:nth-child(7) a {
  -webkit-animation-delay: 0.49s;
  animation-delay: 0.49s;
}

.hmbgmenuList:nth-child(8) a {
  -webkit-animation-delay: 0.56s;
  animation-delay: 0.56s;
}

.hmbgmenuList:nth-child(9) a {
  -webkit-animation-delay: 0.63s;
  animation-delay: 0.63s;
}

.hmbgmenuList:nth-child(10) a {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.hmbgmenuList:nth-child(11) a {
  -webkit-animation-delay: 0.84s;
  animation-delay: 0.84s;
}

.hmbgmenuList:nth-child(12) a {
  -webkit-animation-delay: 0.91s;
  animation-delay: 0.91s;
}

@-webkit-keyframes hmbgTextFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.3, 1.3, 1) rotate3d(1, -4, -1, -0.1turn) translate3d(-45px, 98px, 0);
    transform: scale3d(1.3, 1.3, 1) rotate3d(1, -4, -1, -0.1turn) translate3d(-45px, 98px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
  }
}
@keyframes hmbgTextFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.3, 1.3, 1) rotate3d(1, -4, -1, -0.1turn) translate3d(-45px, 98px, 0);
    transform: scale3d(1.3, 1.3, 1) rotate3d(1, -4, -1, -0.1turn) translate3d(-45px, 98px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
  }
}
.footer_bgBlack {
  background-color: #222;
}

.pagetop {
  width: 4em;
  position: absolute;
  top: -2em;
  right: 2.4%;
  margin: auto;
}

@media (max-width: 640px) {
  .pagetop {
    right: 0;
    left: 0;
    width: 20vw;
    top: -9.8vw;
  }
}
.footer-contentWrap {
  color: #fff;
  padding: 4.2em 0 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 640px) {
  .footer-contentWrap {
    padding: 24.2vw 0 14vw;
  }
}
.copyright {
  color: white;
  font-size: 14px;
  text-align: right;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  .copyright {
    text-align: center;
  }
}

.footerLogo {
  width: 18em;
  margin-bottom: 1.4em;
}

@media (max-width: 640px) {
  .footerLogo {
    width: 37vw;
    margin: 0 auto 5vw;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
}
.address_text {
  line-height: 1.9;
  letter-spacing: 0.08em;
  font-size: 16px;
  font-size: 16rem;
}

@media screen and (max-width: 640px) {
  .address_text {
    font-size: 4vw;
  }
}
@media screen and (min-width: 640px) {
  .address_text {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1000px) {
  .address_text {
    font-size: 16px;
  }
}
@media print {
  .address_text {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .address_text {
    font-size: 3.8vw;
    font-weight: 400;
    text-align: center;
    line-height: 2.2;
  }
}
.address_text .telLink {
  display: inline;
  color: #fff;
}

.footer-content_right {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 44%;
  font-weight: 600;
  line-height: 1.5;
}

.footer-content_right li {
  width: 50%;
}

.footer-content_right li:nth-child(n+2) {
  margin-top: 2.4em;
}

.footer-content_right li:nth-child(1) {
  width: 100%;
}

.footer-content_right a {
  color: #fff;
}

.sitemapContentWrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: none;
}
@media (max-width: 640px) {
  .sitemapContentWrap {
    display: block;
  }
}

.sitemapContent_link {
  line-height: 2.7;
}

.sitemapContent_left_link + .sitemapContent_left_link {
  margin-left: 2.7em;
}

@media (max-width: 640px) {
  .sitemapContent_left {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.sitemapContent_right {
  font-size: 14px;
  font-size: 14rem;
}

@media screen and (max-width: 640px) {
  .sitemapContent_right {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 640px) {
  .sitemapContent_right {
    font-size: 1.4vw;
  }
}
@media screen and (min-width: 1000px) {
  .sitemapContent_right {
    font-size: 14px;
  }
}
@media print {
  .sitemapContent_right {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .sitemapContent_right {
    text-align: center;
  }
}
.js-contentIn {
  -webkit-transform: translateY(80px) scale(1.08, 1.08);
  -ms-transform: translateY(80px) scale(1.08, 1.08);
  transform: translateY(80px) scale(1.08, 1.08);
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.435, 0.99), -webkit-transform 2.2s cubic-bezier(0.19, 1, 0.435, 0.99);
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.435, 0.99), -webkit-transform 2.2s cubic-bezier(0.19, 1, 0.435, 0.99);
  transition: transform 2.2s cubic-bezier(0.19, 1, 0.435, 0.99), opacity 0.8s cubic-bezier(0.19, 1, 0.435, 0.99);
  transition: transform 2.2s cubic-bezier(0.19, 1, 0.435, 0.99), opacity 0.8s cubic-bezier(0.19, 1, 0.435, 0.99), -webkit-transform 2.2s cubic-bezier(0.19, 1, 0.435, 0.99);
}

@media all and (-ms-high-contrast: none) {
  .js-contentIn {
    -webkit-transform: translateY(80px) scale(1, 1);
    -ms-transform: translateY(80px) scale(1, 1);
    transform: translateY(80px) scale(1, 1);
  }
}
.js-contentIn.active {
  -webkit-transform: translateY(0) scale(1, 1);
  -ms-transform: translateY(0) scale(1, 1);
  transform: translateY(0) scale(1, 1);
  opacity: 1;
}

.js-mv-kasou-bg-blur {
  display: none !important;
  transition: none !important;
}

.section-ttl.scrollin div {
  animation: none !important;
  opacity: 1 !important;
}

/****20221101フッター時間****/
.footer_bgBlack dl.time {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 15px;
}

.footer_bgBlack dl.time dt {
  width: 25%;
  margin-bottom: 5px;
}

.footer_bgBlack dl.time dd {
  width: 75%;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .footer_bgBlack dl.time {
    font-size: 13px;
  }
  .footer_bgBlack dl.time dt {
    width: 25%;
  }
  .footer_bgBlack dl.time dd {
    width: 75%;
    text-align: center;
  }
}
.footer-content_left {
  width: 56%;
}
@media screen and (max-width: 768px) {
  .footer-content_left {
    width: 100%;
  }
}

.footer-content_right {
  align-self: flex-start;
}

.pl-0 {
  padding-left: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pl-0 {
  padding-right: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.p-0 {
  padding: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml--0 {
  margin-left: 0px !important;
}

.mt--0 {
  margin-top: 0px !important;
}

.mr--0 {
  margin-right: 0px !important;
}

.mb--0 {
  margin-bottom: 0px !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.m-0 {
  margin: 0px !important;
}

.pl-1 {
  padding-left: 10px !important;
}

.pt-1 {
  padding-top: 10px !important;
}

.pl-1 {
  padding-right: 10px !important;
}

.pb-1 {
  padding-bottom: 10px !important;
}

.px-1 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.py-1 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.p-1 {
  padding: 10px !important;
}

.ml-1 {
  margin-left: 10px !important;
}

.mt-1 {
  margin-top: 10px !important;
}

.mr-1 {
  margin-right: 10px !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.ml--1 {
  margin-left: -10px !important;
}

.mt--1 {
  margin-top: -10px !important;
}

.mr--1 {
  margin-right: -10px !important;
}

.mb--1 {
  margin-bottom: -10px !important;
}

.mx-1 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.my-1 {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}

.m-1 {
  margin: -10px !important;
}

.pl-2 {
  padding-left: 20px !important;
}

.pt-2 {
  padding-top: 20px !important;
}

.pl-2 {
  padding-right: 20px !important;
}

.pb-2 {
  padding-bottom: 20px !important;
}

.px-2 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.py-2 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.p-2 {
  padding: 20px !important;
}

.ml-2 {
  margin-left: 20px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mr-2 {
  margin-right: 20px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.ml--2 {
  margin-left: -20px !important;
}

.mt--2 {
  margin-top: -20px !important;
}

.mr--2 {
  margin-right: -20px !important;
}

.mb--2 {
  margin-bottom: -20px !important;
}

.mx-2 {
  margin-left: -20px !important;
  margin-right: -20px !important;
}

.my-2 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}

.m-2 {
  margin: -20px !important;
}

.pl-3 {
  padding-left: 30px !important;
}

.pt-3 {
  padding-top: 30px !important;
}

.pl-3 {
  padding-right: 30px !important;
}

.pb-3 {
  padding-bottom: 30px !important;
}

.px-3 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.py-3 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.p-3 {
  padding: 30px !important;
}

.ml-3 {
  margin-left: 30px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mr-3 {
  margin-right: 30px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.ml--3 {
  margin-left: -30px !important;
}

.mt--3 {
  margin-top: -30px !important;
}

.mr--3 {
  margin-right: -30px !important;
}

.mb--3 {
  margin-bottom: -30px !important;
}

.mx-3 {
  margin-left: -30px !important;
  margin-right: -30px !important;
}

.my-3 {
  margin-top: -30px !important;
  margin-bottom: -30px !important;
}

.m-3 {
  margin: -30px !important;
}

.pl-4 {
  padding-left: 40px !important;
}

.pt-4 {
  padding-top: 40px !important;
}

.pl-4 {
  padding-right: 40px !important;
}

.pb-4 {
  padding-bottom: 40px !important;
}

.px-4 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.py-4 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.p-4 {
  padding: 40px !important;
}

.ml-4 {
  margin-left: 40px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mr-4 {
  margin-right: 40px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.ml--4 {
  margin-left: -40px !important;
}

.mt--4 {
  margin-top: -40px !important;
}

.mr--4 {
  margin-right: -40px !important;
}

.mb--4 {
  margin-bottom: -40px !important;
}

.mx-4 {
  margin-left: -40px !important;
  margin-right: -40px !important;
}

.my-4 {
  margin-top: -40px !important;
  margin-bottom: -40px !important;
}

.m-4 {
  margin: -40px !important;
}

.pl-5 {
  padding-left: 50px !important;
}

.pt-5 {
  padding-top: 50px !important;
}

.pl-5 {
  padding-right: 50px !important;
}

.pb-5 {
  padding-bottom: 50px !important;
}

.px-5 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.py-5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.p-5 {
  padding: 50px !important;
}

.ml-5 {
  margin-left: 50px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

.mr-5 {
  margin-right: 50px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.ml--5 {
  margin-left: -50px !important;
}

.mt--5 {
  margin-top: -50px !important;
}

.mr--5 {
  margin-right: -50px !important;
}

.mb--5 {
  margin-bottom: -50px !important;
}

.mx-5 {
  margin-left: -50px !important;
  margin-right: -50px !important;
}

.my-5 {
  margin-top: -50px !important;
  margin-bottom: -50px !important;
}

.m-5 {
  margin: -50px !important;
}

@media screen and (max-width: 640px) {
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
}/*# sourceMappingURL=common.css.map */