/* =========================================================
body
========================================================= */
body {
  background: #F6F6F6;
  color: #232323;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  word-break: break-word;
}

input,
button,
textarea,
select {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

*:before, *:after {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}
img.w100 {
  width: 100%;
}

a {
  text-decoration: none;
}

.en {
  font-family: "Oswald", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

@media (max-width: 768px) {
  .pc-br {
    display: none;
  }
}
@media (min-width: 769px) {
  .pc-br {
    display: inline;
  }
}

@media (max-width: 768px) {
  .sp-br {
    display: inline;
  }
}
@media (min-width: 769px) {
  .sp-br {
    display: none;
  }
}

@media (max-width: 768px) {
  .pc-disp {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .sp-disp {
    display: none !important;
  }
}

@media (hover: hover) {
  .opacity-link {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .opacity-link:hover {
    opacity: 0.6;
  }
}
@media (hover: hover) {
  .underline-link {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .underline-link:hover {
    text-decoration: underline;
  }
}
/* =========================================================
common parts
========================================================= */
.wrapper {
  position: relative;
  min-width: 320px;
}

section {
  width: 100%;
}

main {
  line-height: 1.5;
}

/* =========================================================
animation fade fadeup
========================================================= */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
}
.fade.is-active {
  opacity: 1;
}

.fadeup {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}
.fadeup.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fadein {
  opacity: 0;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}
.fadein.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*------------------------------------------
.img__bedding,
.img__peak
------------------------------------------*/
.img__bedding,
.img__peak {
  width: 100%;
  height: 100%;
}
.img__bedding > img,
.img__peak > img {
  width: 100%;
  height: 100%;
}

.img__bedding {
  -webkit-filter: brightness(1.2) blur(13px);
          filter: brightness(1.2) blur(13px);
}
.img__bedding > img {
  -o-object-fit: cover;
     object-fit: cover;
}

.img__peak {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.img__peak > img {
  -o-object-fit: contain;
     object-fit: contain;
}

/*------------------------------------------
wysiwyg
------------------------------------------*/
.wysiwyg {
  word-break: break-all;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.wysiwyg *,
.wysiwyg ::before,
.wysiwyg ::after {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.wysiwyg img {
  width: initial;
}

.wysiwyg h1 {
  font-size: 2em;
  font-weight: 600;
}

.wysiwyg h2 {
  font-size: 1.5em;
  font-weight: 600;
}

.wysiwyg h3 {
  font-size: 1.17em;
  font-weight: 600;
}

.wysiwyg h4 {
  font-weight: 600;
}

.wysiwyg h5 {
  font-size: 0.83em;
  font-weight: 600;
}

.wysiwyg h6 {
  font-size: 0.67em;
  font-weight: 600;
}

.wysiwyg hr {
  display: block;
}

.wysiwyg a {
  text-decoration: underline;
}

@media (hover: hover) {
  .wysiwyg a:hover {
    text-decoration: none;
  }
}
.wysiwyg strong,
.wysiwyg b {
  font-weight: 600;
}

.wysiwyg em {
  font-style: italic;
}

.wysiwyg ul,
.wysiwyg ol {
  padding-left: 1.5em;
}

.wysiwyg ul {
  list-style: disc;
}

.wysiwyg ol {
  list-style: decimal;
}

.wysiwyg p {
  font-weight: 400;
  color: #232323;
  line-height: 2;
}
@media (max-width: 768px) {
  .wysiwyg p {
    font-size: 13px;
  }
}
.wysiwyg p > a {
  color: #8D8D8D;
  font-size: 13px;
}
@media (min-width: 769px) {
  .wysiwyg p > a {
    font-size: 16px;
  }
}

/*------------------------------------------
header__container
------------------------------------------*/
.header__container {
  background: rgba(255, 255, 255, 0.6);
  color: #FFFFFF;
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  margin: auto;
}
@media (min-width: 1025px) {
  .header__container {
    height: 60px;
  }
}
.header__container .inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}
@media (min-width: 1025px) {
  .header__container .inner {
    padding: 0 20px;
  }
}
.header__container .inner .h__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (min-width: 1025px) {
  .header__container .inner .h__logo {
    gap: 20px;
  }
}
.header__container .inner .h__logo .img {
  width: 140px;
}
@media (min-width: 1025px) {
  .header__container .inner .h__logo .img {
    width: 212px;
  }
}
.header__container .inner .h__logo .img > a {
  display: block;
  width: 100%;
}
.header__container .inner .h__logo .txt {
  letter-spacing: 1px;
  color: #000000;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 400;
  font-size: 13px;
  border-left: 1px solid #000;
  padding-left: 15px;
}
@media (min-width: 1025px) {
  .header__container .inner .h__logo .txt {
    font-size: 17px;
    padding-left: 20px;
  }
}

/*------------------------------------------
footer
------------------------------------------*/
.footer__container {
  background: #898888;
  padding: 0 15px 20px 15px;
  text-align: center;
}
@media (min-width: 1025px) {
  .footer__container {
    padding: 0 130px 40px 130px;
  }
}
.footer__container .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.footer__container .link {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.footer__container .link a {
  display: inline-block;
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 30px 20px;
  position: relative;
  color: #FFFFFF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: 400;
}
@media (max-width: 768px) {
  .footer__container .link a {
    max-width: 160px;
    font-size: 12px;
    line-height: 20px;
    padding: 20px 0 20px 20px;
  }
}
.footer__container .link a::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.footer__container .ft-logo {
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 0 auto 20px auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 768px) {
  .footer__container .ft-logo {
    max-width: 185px;
    margin-bottom: 10px;
  }
}
.footer__container .copyright {
  letter-spacing: 0.08em;
  color: #fff;
  font-size: 10px;
}

/*------------------------------------------
pagetop
------------------------------------------*/
.pagetop {
  display: none;
  cursor: pointer;
  position: fixed;
  z-index: 11;
  width: 50px;
  height: 50px;
  right: 20px;
  bottom: 20px;
}
@media (min-width: 769px) {
  .pagetop {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .pagetop:hover {
    opacity: 0.6;
  }
}
@media (max-width: 768px) {
  .pagetop {
    right: 10px;
    bottom: 10px;
  }
}
.pagetop::after {
  content: "";
  background: url(../images/common/icon_pagetop.svg) no-repeat center/100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}