@charset "UTF-8";
body {
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

.sp {
  display: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anime1 {
  animation: anime1 2.5s infinite;
  opacity: 1;
}

@keyframes anime1 {
  0%, 40% {
    transform: skew(0deg, 0deg);
  }
  5% {
    transform: skew(5deg, 5deg);
  }
  10% {
    transform: skew(-4deg, -4deg);
  }
  15% {
    transform: skew(3deg, 3deg);
  }
  20% {
    transform: skew(-2deg, -2deg);
  }
  25% {
    transform: skew(1deg, 1deg);
  }
  30% {
    transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    transform: skew(0.3deg, 0.3deg);
  }
}
/*
#toggle {
  position: fixed;
padding-top: 20px;
font-family: kiro, sans-serif;font-style: normal;letter-spacing: 2px;color: #b4a0c8;
text-align: center;
  width: 90px;
  height: 90px;
  top: 10px;
  right: 0px;
  background: url("../img/bg_menu.png")no-repeat center top;background-size: 100%;
}

#toggle-box {
  position: relative;
  width: 28px;
  height: 24px;
  cursor: pointer;
margin-left: 30px;
}

#toggle-box > span {
width: 100%;
height: 2px;
left: 0;
display: block;
background: #b4a0c8;
position: absolute;
transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
}

#toggle-box > span:nth-child(1) {
  top: 25%;
  transform: translatey(-30%);
}

#toggle-box > span:nth-child(2) {
  top: 25%;
  transform: translatey(-50%);
}

#toggle-box > span:nth-child(3) {
bottom: 25%;
}

#toggle {
  z-index: 1000;
}

#nav-content {
  z-index: 900;
  overflow: auto;
  height: 100%;
  background: #b4a0c8;
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  transition:  transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  a {
  color: #fff;
  text-decoration: none;
  transition: opacity .6s ease;
  }
  a:hover {
  opacity: 0.7;
  }
}

.is-open {
  overflow: hidden;
}

.is-open #toggle-box > span {
}

.is-open #toggle-box > span:nth-child(1) {
top: 50%;
transform: rotate(45deg) translatey(-50%);
}

.is-open #toggle-box > span:nth-child(2) {
width: 0;
}

.is-open #toggle-box > span:nth-child(3) {
top: 50%;
transform: rotate(-45deg) translatey(-50%);
}

.is-open #nav-content {
z-index: 999;
transform: translateX(0);
}

#menu {
  position: fixed;
  z-index: 990;
}
.overlay {
position: fixed;width: 100%;height: 100vh;z-index: 2000; background: rgba(255,255,255,0.7);animation: fadeIn 0.5s ease 0s 1 normal;
}
*/
html, body {
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-text-size-adjust: 100%;
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.8;
  color: #6e6464;
}

a {
  color: #6e6464;
  text-decoration: none;
  transition-duration: 0.3s;
}

a:hover {
  opacity: 0.7;
  transition-duration: 0.3s;
}

.txtcl-pp {
  color: #b4a0c8;
}

.txtcl-bw {
  color: #a57864;
}

.txtcl-pk {
  color: #e1b4be;
}

.txtcl-yw {
  color: #f0d78c;
}

.ttle {
  font-family: kiro, sans-serif;
  font-style: normal;
}

.ttlj {
  font-family: ab-clip-medium, sans-serif;
  font-weight: 400;
  font-style: normal;
}

img {
  vertical-align: middle;
}

main {
  overflow: hidden;
  margin-bottom: 16%;
}

#nav-content {
  width: 90%;
  padding: 15% 0;
}
#nav-content h2 a {
  display: block;
  width: 65%;
  margin-left: 10%;
}
#nav-content h2 span {
  font-size: 13px;
}
#nav-content ol {
  margin: 0 10% 0% 10%;
}
#nav-content ol li {
  font-size: 4.2vw;
  font-weight: 600;
  margin-bottom: 5%;
}
#nav-content ol li a {
  display: block;
  padding: 1% 0;
}
#nav-content ol li dl dt {
  margin-bottom: 1%;
  font-size: 4.6vw;
}
#nav-content ol li dl dd {
  font-size: 3.2vw;
  margin-left: 5%;
  margin-bottom: 1%;
}
#nav-content ul {
  margin: 0 10% 3% 10%;
  padding-bottom: 3%;
}
#nav-content ul li {
  display: table;
  width: 100%;
  margin-bottom: 5%;
}
#nav-content ul li .pht {
  display: table-cell;
  width: 40%;
}
#nav-content ul li .pht div {
  width: 110px;
  height: 80px;
  border-radius: 6px;
  overflow: hidden;
}
#nav-content ul li p {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 600;
  padding: 0 0 0 5%;
}
#nav-content .otherLink {
  font-size: 3.1vw;
  line-height: 2;
  margin: 0 10% 5% 10%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 3% 0;
}
#nav-content .snsLink {
  text-align: center;
  height: 250px;
}
#nav-content .snsLink dt {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
#nav-content .snsLink dd i {
  font-size: 34px;
}

#contactBtn {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 900;
}
#contactBtn ul {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #b4a0c8;
}
#contactBtn ul li {
  width: 33.3333333333%;
  text-align: center;
  font-size: 4vw;
  font-weight: 500;
  position: relative;
  display: inline-block;
  background: #b4a0c8;
}
#contactBtn ul li a {
  display: block;
  padding: 18% 0;
  color: #fff;
}
#contactBtn ul li a:hover {
  opacity: 1;
}
#contactBtn ul li:nth-child(1)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 50%;
  background-color: #d0c4dc;
  position: absolute;
  top: 25%;
  right: 0px;
}
#contactBtn ul li:nth-child(2)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 30px;
  background-color: #d0c4dc;
  position: absolute;
  top: 25%;
  right: 0px;
}

header {
  position: absolute;
  left: 8%;
  top: 2%;
  z-index: 4;
}
header p {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
header p a {
  color: #fff;
}

.profile {
  position: relative;
  padding: 60px 0 40px 0;
  margin: 0 auto;
}
.profile .tls1 {
  position: absolute;
  left: 20%;
  top: 120px;
  width: 140px;
  animation: fuwafuwa2 6s infinite ease-in-out 0.8s alternate;
}
.profile .tls2 {
  position: absolute;
  left: 24%;
  top: 20px;
  width: 260px;
  z-index: 2;
}
.profile .tls3 {
  position: absolute;
  right: 34%;
  top: 50px;
  width: 200px;
  animation: fuwafuwa2 6s infinite ease-in-out 0.8s alternate;
  z-index: 1;
}
.profile .tls4 {
  position: absolute;
  right: 25%;
  top: 8%;
  width: 100px;
  animation: fuwafuwa2 6s infinite ease-in-out 0.8s alternate;
}

footer {
  background: #6e6464;
  color: #fff;
  padding: 20px 0 20px 0;
}
footer #name {
  /*
    dl{text-align: center;margin-bottom: 10px;
    dt{font-size: 24px;font-weight: 700;}
    dd{font-size: 14px;font-weight: 400;}
  }*/
}
footer #name .footerlogo {
  text-align: center;
}
footer #name .footerlogo img {
  width: 200px;
}
footer #name p {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 3%;
}
footer .copy {
  padding: 10% 0;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  display: none;
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}
@keyframes fuwafuwa2 {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}
.linkBtn {
  width: 100%;
}
.linkBtn a {
  display: block;
  padding: 3% 0%;
  border-radius: 50px;
  border: 1px solid #a47864;
  color: #a47864;
  font-size: 4.6vw;
  text-align: center;
  margin: 0 8%;
  font-weight: 600;
}
.linkBtn a i {
  font-size: 12px;
}

.linkBtnb {
  width: 100%;
}
.linkBtnb a {
  display: block;
  padding: 5% 0%;
  border-radius: 50px;
  border: 1px solid #a47864;
  color: #fff;
  font-size: 4.6vw;
  text-align: center;
  font-weight: 600;
  background: #a47864;
}
.linkBtnb a i {
  font-size: 12px;
}

.ttlArea {
  padding: 5% 0 10% 0;
}
.ttlArea dt {
  margin-bottom: 5%;
}
.ttlArea dd {
  text-align: center;
  color: #a47864;
  font-size: 6vw;
  font-family: ab-clip-medium, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}
.ttlArea dd span {
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-weight: 400;
  transform: scale(0.7, 1);
}

.txt {
  text-align: center;
  margin-bottom: 5%;
}

/* モーダル全体(背景＋本体) */
.modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 1100;
}

/* モーダル背景 */
.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}

/* モーダル本体 */
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto; /* これが無いと「overflow:scroll」が利かない */
  width: 70%; /* これが無いと「overflow:scroll」が利かない */
  background: white;
  padding: 8% 5%;
  border-radius: 10px;
}

/* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.modal-content .js-modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  right: -20px;
  width: 45px;
  height: 40px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  background: #e1b4be;
  border-radius: 50px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 3px;
  text-decoration: none;
}

.modal-content h3.re {
  font-size: 5.6vw;
  color: #e1b4be;
  text-align: center;
  margin-bottom: 10px;
}
.modal-content h3 {
  font-size: 4vw;
  color: #e1b4be;
  line-height: 1.5;
  margin-bottom: 3%;
}
.modal-content p a {
  color: #e1b4be;
  text-decoration: underline;
}
.modal-content ul {
  width: 100%;
}
.modal-content li {
  list-style: none;
  width: 100%;
  margin-bottom: 3%;
}
.modal-content li span {
  font-size: 3.6vw;
}
.modal-content li a {
  display: block;
  background: #e1b4be;
  color: #fff;
  text-align: center;
  padding: 10% 0;
  font-size: 4.8vw;
  font-weight: 500;
  border-radius: 6px;
}
.modal-content li a:hover {
  opacity: 0.7;
}
.modal-content li p {
  display: block;
  background: #999;
  color: #fff;
  text-align: center;
  padding: 5% 0;
  border-radius: 6px;
}
.modal-content li p span {
  font-size: 3.6vw;
}

.wrapper {
  width: 820px;
  margin: 0 auto;
  text-align: justify;
}

.warp {
  width: 650px;
  margin: 0 auto;
}

.warp2 {
  width: 950px;
  margin: 0 auto;
  text-align: center;
  line-height: 2;
  padding-top: 80px;
}
.warp2 p {
  margin-bottom: 25px;
}
.warp2 .read-space {
  margin-top: 60px;
}

.subtxt {
  display: inline-block;
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  border-bottom: solid 1px #6e6464;
  margin-top: 5%;
  margin-bottom: 5%;
  letter-spacing: 4px;
  transform: scale(0.7, 1);
}

.kakutxt {
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 10px;
  border-radius: 50px;
  color: #fff;
  transform: scale(0.7, 1);
}

.linkBtn {
  padding-top: 120px;
  color: #a57864;
  margin: 0 auto;
  width: 600px;
}
.linkBtn h4 {
  font-size: 20px;
  text-align: center;
}
.linkBtn a {
  display: block;
  font-size: 18px;
  background: #a57864;
  color: #fff;
  line-height: 1.8;
  border-radius: 10px;
  padding: 20px 0;
  font-weight: 500;
  margin: 30px 0;
}
.linkBtn a span {
  display: block;
  font-size: 12px;
}

.linkBtnapp {
  padding-top: 50px;
  color: #a57864;
  text-align: center;
  margin: 0 auto;
  width: 600px;
}
.linkBtnapp h5 {
  font-size: 16px;
  font-weight: 500;
}
.linkBtnapp a {
  display: block;
  font-size: 16px;
  background: #a57864;
  color: #fff;
  border-radius: 50px;
  padding: 10px 0;
  font-weight: 500;
  margin: 20px 0;
  width: 48%;
}
.linkBtnapp .appAera {
  display: flex;
  justify-content: space-between;
  align-items: center;
}/*# sourceMappingURL=common_pc.css.map */