@charset "UTF-8";
/*-------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDMincho:wght@400;700&family=Zen+Antique+Soft&family=Zen+Kaku+Gothic+Antique:wght@400;900&display=swap");
/* パソコンでは消す */
@media print, screen and (min-width: 781px) {
  .sp {
    display: none !important;
  }
}
/* モバイルでは消す */
@media screen and (max-width: 780px) {
  .pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 781px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* 遅延読み込み */
[data-lf],
[data-lf-area="0"] {
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: opacity 1s;
}

[data-lf-area="1"],
[data-lf-area="1"] * {
  opacity: 1;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  -o-object-fit: contain;
     object-fit: contain;
}

input,
select,
button,
optgroup,
textarea {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
}

@media print, screen and (min-width: 781px) {
  a {
    transition: 0.3s ease;
  }
  a:hover {
    opacity: 0.4;
    color: #0fc1ff;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff;
  }
}

.underL {
  text-decoration: underline;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.fade,
.fadeUp,
.fadeL,
.fadeR {
  opacity: 0;
}

.fadeIn {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
.fadeUp {
  transform: translateY(0.2rem);
  transition: all 0.4s ease-out;
}

.fadeR {
  transform: translateX(0.5rem);
}
.fadeL {
  transform: translateX(-0.5rem);
}
.parallax {
  background-attachment: fixed;
  background-size: cover;
}

.fuwa {
  -webkit-animation-name: fuwafuwa;
          animation-name: fuwafuwa;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.zoom {
  overflow: hidden;
  display: block;
}
.zoom:hover .zoomImg {
  transform: scale(1.05);
  transition-duration: 0.5s;
}

.zoomImg {
  transition-duration: 0.7s;
  max-height: 3.2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 780px) {
  .zoomImg {
    max-height: 2.1rem;
  }
}

.ellip {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellip2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ellip3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.mainC {
  color: #0fc1ff !important;
}

#pagetopBtn {
  position: fixed;
  bottom: 1rem;
  right: -0.2rem;
  transform: rotate(90deg);
  z-index: 111;
  letter-spacing: 0.03rem;
}
@media screen and (max-width: 780px) {
  #pagetopBtn {
    bottom: 1rem;
    right: -0.25rem;
  }
}
#pagetopBtn:before {
  content: "";
  background: no-repeat right center/contain url(../../assets/img/common/arrow.png);
  width: 0.1rem;
  height: 0.2rem;
  display: block;
  transform: rotate(180deg);
  position: absolute;
  left: -0.25rem;
}
@media screen and (max-width: 780px) {
  #pagetopBtn:before {
    bottom: 0.02rem;
  }
}
#pagetopBtn:hover {
  opacity: 1;
  transition: 0.4s;
}
#pagetopBtn:hover:before {
  transition: all 0.3s ease;
  background: no-repeat right center/contain url(../../assets/img/common/arrowM.png);
}
.no-touchevents #pagetopBtn:hover {
  opacity: 0.4;
}

.go-to-top-button {
  background-color: #0fc1ff;
  border-radius: 50%;
  color: #FFF;
}

body {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  background: inherit;
  font-size: 0.16rem;
  font-family: "BIZ UDMincho", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
  color: #333333;
  text-align: justify;
}
@media print, screen and (min-width: 781px) {
  body {
    min-width: 780px;
  }
}
@media screen and (max-width: 780px) {
  body {
    width: 100%;
    font-size: 0.16rem;
    line-height: 2;
  }
}
@media screen and (max-width: 780px) {
  body main#main {
    padding: 0.7rem 0 0 0;
  }
}
body:not(.home) main#main {
  max-width: 75svw;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 780px) {
  body:not(.home) main#main {
    max-width: 90svw;
  }
}
body .page .date-tags,
body .page .author-info {
  display: none;
}

/* -----------------------------------------------------------------------------

text-common

----------------------------------------------------------------------------- */
.got {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.en {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.midashiMin {
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
}

h1,
.head1 {
  font-size: 0.48rem;
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.01rem;
}
@media screen and (max-width: 780px) {
  h1,
.head1 {
    font-size: 0.4rem;
  }
}
h1.en,
.head1.en {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.01rem;
  font-weight: bold;
}
h1 span,
.head1 span {
  font-size: 0.18rem;
}

h2,
.head2 {
  font-size: 0.36rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.01rem;
}
@media screen and (max-width: 780px) {
  h2,
.head2 {
    font-size: 0.27rem;
  }
}
h2.en,
.head2.en {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.01rem;
  font-weight: bold;
}
h2 span,
.head2 span {
  font-size: 0.18rem;
}

h3,
.head3 {
  font-size: 0.32rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 780px) {
  h3,
.head3 {
    font-size: 0.24rem;
  }
}

h4,
.head4 {
  font-size: 0.24rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 780px) {
  h4,
.head4 {
    font-size: 0.2rem;
  }
}

h5,
.head5 {
  font-size: 0.18rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 780px) {
  h5,
.head5 {
    line-height: 1.75;
  }
}
h5 span,
.head5 span {
  font-size: 0.32rem;
}

.big {
  font-size: 0.18rem;
  line-height: 1.25;
  letter-spacing: 0.01rem;
}

.mini {
  font-size: 0.14rem;
  line-height: 1;
  letter-spacing: 0.01rem;
}
@media screen and (max-width: 780px) {
  .mini {
    line-height: 1;
  }
}

/* h5,
.head5 {
	@include cfg.fz(16);
	line-height: 1.9;
	letter-spacing: 0.02rem;

	@include cfg.sc(sp) {
		@include cfg.fz(13);
		line-height: 1.8;
		letter-spacing: 0.01rem;
	}
}
*/
h6,
.head6 {
  font-size: 0.16rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.5;
  word-break: break-word;
  overflow-wrap: break-word;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 780px) {
  h6,
.head6 {
    font-size: 0.13rem;
    line-height: 1.2;
    letter-spacing: 0.01rem;
  }
}

p,
textarea,
dd,
li,
.text {
  font-size: 0.16rem;
  line-height: 1.5;
}

.catch {
  font-size: 0.18rem;
  line-height: 3;
  word-break: break-word;
  overflow-wrap: break-word;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 780px) {
  .catch {
    font-size: 0.16rem;
    line-height: 2;
  }
}

.frame {
  border: 1px solid #0fc1ff;
  font-size: 0.18rem;
}

.nomalB {
  font-size: 0.24rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
  position: relative;
  overflow: hidden;
  border: 1px solid #0fc1ff;
  width: 100%;
  max-width: 3rem;
  text-align: center;
  background-image: linear-gradient(225deg, transparent 20px, #FFF 20px);
  transition: border 0.3s ease;
}
@media screen and (max-width: 780px) {
  .nomalB {
    font-size: 0.16rem;
    width: 60%;
  }
}
.nomalB::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(225deg, #FFF 20px, #0fc1ff 20px);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}
.nomalB:hover {
  border-color: #FFF;
}
.nomalB:hover::after {
  opacity: 1;
}
.nomalB a {
  position: relative;
  display: block;
  color: #0fc1ff;
  font-weight: normal;
  padding: 0.1rem;
  transition: color 0.3s ease;
  z-index: 1;
}
.nomalB a:hover {
  color: #FFF;
  opacity: 1;
}

.arrow {
  position: relative;
}
.arrow::after {
  content: "▲";
  display: inline-block;
  transform: rotate(90deg);
  margin-left: 0.5em;
  font-size: 0.18rem;
  color: #a9e9ff;
}

/* -----------------------------------------------------------------------------

header

----------------------------------------------------------------------------- */
header#site-header {
  position: fixed;
  top: 0.25rem;
  left: 0;
  z-index: 1000;
  width: 100%;
  font-size: 0.24rem;
  /* ▼ モバイル開閉時の動き */
}
@media screen and (max-width: 780px) {
  header#site-header {
    font-size: 0.14rem;
  }
}
header#site-header .headerBox {
  background-color: #fff;
  margin: 0 auto;
  color: #0fc1ff;
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  justify-content: space-between;
  max-width: 13rem;
  padding: 0.05rem 0.2rem;
}
@media screen and (max-width: 780px) {
  header#site-header .headerBox {
    max-width: 95%;
    background-color: inherit;
    background-color: rgba(255, 255, 255, 0.7);
  }
}
header#site-header .headerBox .left {
  display: flex;
  align-items: center;
  font-weight: bold;
}
header#site-header .headerBox .left img {
  width: 0.6rem;
}
header#site-header .headerBox .left .titleBox {
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
header#site-header .headerBox .right {
  display: flex;
  align-items: center;
  gap: 0.05rem;
}
header#site-header .headerBox .right img {
  width: 0.4rem;
}
@media screen and (max-width: 780px) {
  header#site-header .headerBox .right img {
    margin-right: 0.5rem;
    position: relative;
    z-index: 1111;
  }
}
header#site-header .headerBox .right span {
  margin-left: 0.1rem;
}
@media screen and (max-width: 780px) {
  header#site-header .headerBox .right span {
    display: none;
  }
}
header#site-header .headerBox .right .mailBox {
  margin-left: 0.1rem;
}
@media screen and (max-width: 780px) {
  header#site-header .headerBox .right .mailBox {
    display: none;
  }
}
header#site-header .main-nav {
  background-color: #0fc1ff;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
  width: 100%;
  max-width: 13rem;
  margin: 0.1rem auto;
}
@media screen and (max-width: 780px) {
  header#site-header .main-nav {
    background-color: rgba(255, 255, 255, 0.7);
    position: fixed;
    top: 1rem;
    right: 0;
    width: 50%;
    padding-bottom: 0.25rem;
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
    z-index: 1000;
  }
}
header#site-header .main-nav ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 780px) {
  header#site-header .main-nav ul {
    flex-direction: column;
    padding: 0;
    list-style: none;
    margin-top: 0.25rem;
  }
}
header#site-header .main-nav ul li {
  flex: 1;
  text-align: center;
  font-size: 0.16rem;
  font-weight: bold;
  border-left: 1px solid #fff;
  margin: 0.1rem 0;
}
@media screen and (max-width: 780px) {
  header#site-header .main-nav ul li {
    border: none;
  }
}
header#site-header .main-nav ul li:first-child {
  border: none;
}
header#site-header .main-nav ul li a {
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 780px) {
  header#site-header .main-nav ul li a {
    color: #0fc1ff;
    display: block;
  }
}
header#site-header .main-nav ul li a:hover {
  opacity: 1;
  color: inherit;
}
@media screen and (max-width: 780px) {
  header#site-header.menu-open .main-nav {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }
}

/* ▼ ハンバーガーメニュー */
#nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 0.3rem;
  height: 0.25rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
#nav-toggle span {
  display: block;
  height: 5px;
  width: 100%;
  background: #0fc1ff;
  transition: all 0.3s ease;
  transform-origin: center;
}
#nav-toggle.open span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
#nav-toggle.open span:nth-child(2) {
  opacity: 0;
}
#nav-toggle.open span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}
@media screen and (max-width: 780px) {
  #nav-toggle {
    display: flex;
    position: absolute;
    top: 0.2rem;
    right: 0.3rem;
    z-index: 1111;
  }
}

/* -----------------------------------------------------------------------------

footer

----------------------------------------------------------------------------- */
footer#site-footer {
  background-image: url(../img/footerImg.jpg);
  background-size: cover;
  background-position: center 80%;
  background-repeat: no-repeat;
}
footer#site-footer .footerBox {
  width: 100%;
  background-color: rgba(15, 193, 255, 0.7);
  display: flex;
  justify-content: center;
  color: #FFF;
  padding: 1rem 0;
}
@media screen and (max-width: 780px) {
  footer#site-footer .footerBox {
    flex-direction: column;
    padding: 1rem 0 0.25rem;
  }
}
footer#site-footer .footerBox .right {
  width: 50%;
  max-width: 6.5rem;
}
@media screen and (max-width: 780px) {
  footer#site-footer .footerBox .right {
    width: 90%;
    margin: 0 auto;
  }
}
footer#site-footer .footerBox .right img {
  filter: brightness(0) invert(1);
  width: 0.5rem;
  margin-right: 0.1rem;
}
@media screen and (max-width: 780px) {
  footer#site-footer .footerBox .right img {
    width: 0.75rem;
    margin: inherit;
  }
}
footer#site-footer .footerBox .right .titleBox {
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  margin-bottom: 0.25rem;
  font-size: 0.24rem;
}
@media screen and (max-width: 780px) {
  footer#site-footer .footerBox .right .titleBox {
    justify-content: center;
  }
}
footer#site-footer .footerBox .right p {
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 780px) {
  footer#site-footer .footerBox .right p {
    line-height: 2;
    font-size: 0.24rem;
    text-align: center;
  }
}
footer#site-footer .footerBox .right .telBox a {
  font-size: 0.48rem;
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
@media screen and (max-width: 780px) {
  footer#site-footer .footerBox .right .telBox a {
    justify-content: center;
  }
}
footer#site-footer .footerBox .right .telBox a img {
  margin-right: 0.1rem;
}
@media screen and (max-width: 780px) {
  footer#site-footer .footerBox .right .telBox a img {
    width: 0.5rem;
  }
}
footer#site-footer .footerBox .right .nomalB {
  margin-bottom: inherit;
  margin-top: 0.5rem;
}
@media screen and (max-width: 780px) {
  footer#site-footer .footerBox .right .nomalB {
    text-align: center;
    margin: 0.5rem auto 1rem;
    width: 80%;
    padding: 0.1rem;
    max-width: inherit;
  }
}
footer#site-footer .footerBox .footer-nav {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
  width: 50%;
  max-width: 6.5rem;
}
@media screen and (max-width: 780px) {
  footer#site-footer .footerBox .footer-nav {
    width: 70%;
    max-width: inherit;
    margin: 0 auto;
  }
}
footer#site-footer .footerBox .footer-nav ul li {
  margin: 0.2rem 0;
}
footer#site-footer .footerBox .footer-nav ul li::before {
  content: "ー";
  margin-right: 0.5em;
}
footer#site-footer .footerBox .footer-nav ul li a {
  letter-spacing: 0.02rem;
}
footer#site-footer .footerBox .footer-nav ul li a:hover {
  opacity: 1;
  color: inherit;
}
footer#site-footer .footer-copy {
  background-color: #0fc1ff;
  color: #FFF;
  font-size: 0.1rem;
  padding: 0.05rem;
}
footer#site-footer .footer-copy p {
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 780px) {
  footer#site-footer .footer-copy p {
    letter-spacing: 0;
  }
}

/* -----------------------------------------------------------------------------

all

----------------------------------------------------------------------------- */
.titleBox h2 {
  font-size: 2.4rem;
  color: #bcbcbc;
  position: absolute;
}
@media screen and (max-width: 780px) {
  .titleBox h2 {
    font-size: 0.8rem;
  }
}
/*# sourceMappingURL=common.css.map */