@charset "UTF-8";
/*デザインスタイルファイル*/
/*
  Basic Setting
*/
/* base --------------------------------------------------------------------- */
/* コピペ禁止 --------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, img, ul, ol, dl {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* コピペ禁止ここまで --------------------------------------------------------------------- */
html {
  box-sizing: border-box;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}
body {
  color: #000;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}
body {}
@media all and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
*, *::before, *::after {
  box-sizing: inherit;
}
button, input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  border-radius: none;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
}
button {
  cursor: pointer;
}
button:active, button:focus, button:active > span, button:focus > span {
  position: relative;
}
img {
  max-width: 100%;
  vertical-align: top;
}
a {
  color: #000;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
p {
  margin: 0 0 40px;
}
ul, ol {
  margin: 0 0 40px;
}
hr {
  border: none;
  border-bottom: #ccc 1px solid;
  margin-bottom: 40px;
}
.icon-window::after {
  background: url(../images/common/icon_window.png) no-repeat center center;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 15px;
  line-height: 1;
  margin-left: 5px;
  vertical-align: -0.05em;
  width: 17px;
}
/* utilities --------------------------------------------------------------------- */
.mt-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pr-5 {
  padding-right: 5px !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pl-5 {
  padding-left: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.ml-25 {
  margin-left: 25px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pr-25 {
  padding-right: 25px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pl-25 {
  padding-left: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mr-35 {
  margin-right: 35px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.ml-35 {
  margin-left: 35px !important;
}
.pt-35 {
  padding-top: 35px !important;
}
.pr-35 {
  padding-right: 35px !important;
}
.pb-35 {
  padding-bottom: 35px !important;
}
.pl-35 {
  padding-left: 35px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mr-45 {
  margin-right: 45px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.ml-45 {
  margin-left: 45px !important;
}
.pt-45 {
  padding-top: 45px !important;
}
.pr-45 {
  padding-right: 45px !important;
}
.pb-45 {
  padding-bottom: 45px !important;
}
.pl-45 {
  padding-left: 45px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pr-50 {
  padding-right: 50px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pl-50 {
  padding-left: 50px !important;
}
.mt-55 {
  margin-top: 55px !important;
}
.mr-55 {
  margin-right: 55px !important;
}
.mb-55 {
  margin-bottom: 55px !important;
}
.ml-55 {
  margin-left: 55px !important;
}
.pt-55 {
  padding-top: 55px !important;
}
.pr-55 {
  padding-right: 55px !important;
}
.pb-55 {
  padding-bottom: 55px !important;
}
.pl-55 {
  padding-left: 55px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mr-60 {
  margin-right: 60px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.ml-60 {
  margin-left: 60px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pr-60 {
  padding-right: 60px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pl-60 {
  padding-left: 60px !important;
}
.mt-65 {
  margin-top: 65px !important;
}
.mr-65 {
  margin-right: 65px !important;
}
.mb-65 {
  margin-bottom: 65px !important;
}
.ml-65 {
  margin-left: 65px !important;
}
.pt-65 {
  padding-top: 65px !important;
}
.pr-65 {
  padding-right: 65px !important;
}
.pb-65 {
  padding-bottom: 65px !important;
}
.pl-65 {
  padding-left: 65px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mr-70 {
  margin-right: 70px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.ml-70 {
  margin-left: 70px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pr-70 {
  padding-right: 70px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pl-70 {
  padding-left: 70px !important;
}
.mt-75 {
  margin-top: 75px !important;
}
.mr-75 {
  margin-right: 75px !important;
}
.mb-75 {
  margin-bottom: 75px !important;
}
.ml-75 {
  margin-left: 75px !important;
}
.pt-75 {
  padding-top: 75px !important;
}
.pr-75 {
  padding-right: 75px !important;
}
.pb-75 {
  padding-bottom: 75px !important;
}
.pl-75 {
  padding-left: 75px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mr-80 {
  margin-right: 80px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.ml-80 {
  margin-left: 80px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pr-80 {
  padding-right: 80px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pl-80 {
  padding-left: 80px !important;
}
.mt-85 {
  margin-top: 85px !important;
}
.mr-85 {
  margin-right: 85px !important;
}
.mb-85 {
  margin-bottom: 85px !important;
}
.ml-85 {
  margin-left: 85px !important;
}
.pt-85 {
  padding-top: 85px !important;
}
.pr-85 {
  padding-right: 85px !important;
}
.pb-85 {
  padding-bottom: 85px !important;
}
.pl-85 {
  padding-left: 85px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mr-90 {
  margin-right: 90px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.ml-90 {
  margin-left: 90px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pr-90 {
  padding-right: 90px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pl-90 {
  padding-left: 90px !important;
}
.mt-95 {
  margin-top: 95px !important;
}
.mr-95 {
  margin-right: 95px !important;
}
.mb-95 {
  margin-bottom: 95px !important;
}
.ml-95 {
  margin-left: 95px !important;
}
.pt-95 {
  padding-top: 95px !important;
}
.pr-95 {
  padding-right: 95px !important;
}
.pb-95 {
  padding-bottom: 95px !important;
}
.pl-95 {
  padding-left: 95px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mr-100 {
  margin-right: 100px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.ml-100 {
  margin-left: 100px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pr-100 {
  padding-right: 100px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pl-100 {
  padding-left: 100px !important;
}
@media all and (min-width: 768px) {
  .pc-mt-0 {
    margin-top: 0 !important;
  }
  .pc-mr-0 {
    margin-right: 0 !important;
  }
  .pc-mb-0 {
    margin-bottom: 0 !important;
  }
  .pc-ml-0 {
    margin-left: 0 !important;
  }
  .pc-pt-0 {
    padding-top: 0 !important;
  }
  .pc-pr-0 {
    padding-right: 0 !important;
  }
  .pc-pb-0 {
    padding-bottom: 0 !important;
  }
  .pc-pl-0 {
    padding-left: 0 !important;
  }
  .pc-mt-5 {
    margin-top: 5px !important;
  }
  .pc-mr-5 {
    margin-right: 5px !important;
  }
  .pc-mb-5 {
    margin-bottom: 5px !important;
  }
  .pc-ml-5 {
    margin-left: 5px !important;
  }
  .pc-pt-5 {
    padding-top: 5px !important;
  }
  .pc-pr-5 {
    padding-right: 5px !important;
  }
  .pc-pb-5 {
    padding-bottom: 5px !important;
  }
  .pc-pl-5 {
    padding-left: 5px !important;
  }
  .pc-mt-10 {
    margin-top: 10px !important;
  }
  .pc-mr-10 {
    margin-right: 10px !important;
  }
  .pc-mb-10 {
    margin-bottom: 10px !important;
  }
  .pc-ml-10 {
    margin-left: 10px !important;
  }
  .pc-pt-10 {
    padding-top: 10px !important;
  }
  .pc-pr-10 {
    padding-right: 10px !important;
  }
  .pc-pb-10 {
    padding-bottom: 10px !important;
  }
  .pc-pl-10 {
    padding-left: 10px !important;
  }
  .pc-mt-15 {
    margin-top: 15px !important;
  }
  .pc-mr-15 {
    margin-right: 15px !important;
  }
  .pc-mb-15 {
    margin-bottom: 15px !important;
  }
  .pc-ml-15 {
    margin-left: 15px !important;
  }
  .pc-pt-15 {
    padding-top: 15px !important;
  }
  .pc-pr-15 {
    padding-right: 15px !important;
  }
  .pc-pb-15 {
    padding-bottom: 15px !important;
  }
  .pc-pl-15 {
    padding-left: 15px !important;
  }
  .pc-mt-20 {
    margin-top: 20px !important;
  }
  .pc-mr-20 {
    margin-right: 20px !important;
  }
  .pc-mb-20 {
    margin-bottom: 20px !important;
  }
  .pc-ml-20 {
    margin-left: 20px !important;
  }
  .pc-pt-20 {
    padding-top: 20px !important;
  }
  .pc-pr-20 {
    padding-right: 20px !important;
  }
  .pc-pb-20 {
    padding-bottom: 20px !important;
  }
  .pc-pl-20 {
    padding-left: 20px !important;
  }
  .pc-mt-25 {
    margin-top: 25px !important;
  }
  .pc-mr-25 {
    margin-right: 25px !important;
  }
  .pc-mb-25 {
    margin-bottom: 25px !important;
  }
  .pc-ml-25 {
    margin-left: 25px !important;
  }
  .pc-pt-25 {
    padding-top: 25px !important;
  }
  .pc-pr-25 {
    padding-right: 25px !important;
  }
  .pc-pb-25 {
    padding-bottom: 25px !important;
  }
  .pc-pl-25 {
    padding-left: 25px !important;
  }
  .pc-mt-30 {
    margin-top: 30px !important;
  }
  .pc-mr-30 {
    margin-right: 30px !important;
  }
  .pc-mb-30 {
    margin-bottom: 30px !important;
  }
  .pc-ml-30 {
    margin-left: 30px !important;
  }
  .pc-pt-30 {
    padding-top: 30px !important;
  }
  .pc-pr-30 {
    padding-right: 30px !important;
  }
  .pc-pb-30 {
    padding-bottom: 30px !important;
  }
  .pc-pl-30 {
    padding-left: 30px !important;
  }
  .pc-mt-35 {
    margin-top: 35px !important;
  }
  .pc-mr-35 {
    margin-right: 35px !important;
  }
  .pc-mb-35 {
    margin-bottom: 35px !important;
  }
  .pc-ml-35 {
    margin-left: 35px !important;
  }
  .pc-pt-35 {
    padding-top: 35px !important;
  }
  .pc-pr-35 {
    padding-right: 35px !important;
  }
  .pc-pb-35 {
    padding-bottom: 35px !important;
  }
  .pc-pl-35 {
    padding-left: 35px !important;
  }
  .pc-mt-40 {
    margin-top: 40px !important;
  }
  .pc-mr-40 {
    margin-right: 40px !important;
  }
  .pc-mb-40 {
    margin-bottom: 40px !important;
  }
  .pc-ml-40 {
    margin-left: 40px !important;
  }
  .pc-pt-40 {
    padding-top: 40px !important;
  }
  .pc-pr-40 {
    padding-right: 40px !important;
  }
  .pc-pb-40 {
    padding-bottom: 40px !important;
  }
  .pc-pl-40 {
    padding-left: 40px !important;
  }
  .pc-mt-45 {
    margin-top: 45px !important;
  }
  .pc-mr-45 {
    margin-right: 45px !important;
  }
  .pc-mb-45 {
    margin-bottom: 45px !important;
  }
  .pc-ml-45 {
    margin-left: 45px !important;
  }
  .pc-pt-45 {
    padding-top: 45px !important;
  }
  .pc-pr-45 {
    padding-right: 45px !important;
  }
  .pc-pb-45 {
    padding-bottom: 45px !important;
  }
  .pc-pl-45 {
    padding-left: 45px !important;
  }
  .pc-mt-50 {
    margin-top: 50px !important;
  }
  .pc-mr-50 {
    margin-right: 50px !important;
  }
  .pc-mb-50 {
    margin-bottom: 50px !important;
  }
  .pc-ml-50 {
    margin-left: 50px !important;
  }
  .pc-pt-50 {
    padding-top: 50px !important;
  }
  .pc-pr-50 {
    padding-right: 50px !important;
  }
  .pc-pb-50 {
    padding-bottom: 50px !important;
  }
  .pc-pl-50 {
    padding-left: 50px !important;
  }
  .pc-mt-55 {
    margin-top: 55px !important;
  }
  .pc-mr-55 {
    margin-right: 55px !important;
  }
  .pc-mb-55 {
    margin-bottom: 55px !important;
  }
  .pc-ml-55 {
    margin-left: 55px !important;
  }
  .pc-pt-55 {
    padding-top: 55px !important;
  }
  .pc-pr-55 {
    padding-right: 55px !important;
  }
  .pc-pb-55 {
    padding-bottom: 55px !important;
  }
  .pc-pl-55 {
    padding-left: 55px !important;
  }
  .pc-mt-60 {
    margin-top: 60px !important;
  }
  .pc-mr-60 {
    margin-right: 60px !important;
  }
  .pc-mb-60 {
    margin-bottom: 60px !important;
  }
  .pc-ml-60 {
    margin-left: 60px !important;
  }
  .pc-pt-60 {
    padding-top: 60px !important;
  }
  .pc-pr-60 {
    padding-right: 60px !important;
  }
  .pc-pb-60 {
    padding-bottom: 60px !important;
  }
  .pc-pl-60 {
    padding-left: 60px !important;
  }
  .pc-mt-65 {
    margin-top: 65px !important;
  }
  .pc-mr-65 {
    margin-right: 65px !important;
  }
  .pc-mb-65 {
    margin-bottom: 65px !important;
  }
  .pc-ml-65 {
    margin-left: 65px !important;
  }
  .pc-pt-65 {
    padding-top: 65px !important;
  }
  .pc-pr-65 {
    padding-right: 65px !important;
  }
  .pc-pb-65 {
    padding-bottom: 65px !important;
  }
  .pc-pl-65 {
    padding-left: 65px !important;
  }
  .pc-mt-70 {
    margin-top: 70px !important;
  }
  .pc-mr-70 {
    margin-right: 70px !important;
  }
  .pc-mb-70 {
    margin-bottom: 70px !important;
  }
  .pc-ml-70 {
    margin-left: 70px !important;
  }
  .pc-pt-70 {
    padding-top: 70px !important;
  }
  .pc-pr-70 {
    padding-right: 70px !important;
  }
  .pc-pb-70 {
    padding-bottom: 70px !important;
  }
  .pc-pl-70 {
    padding-left: 70px !important;
  }
  .pc-mt-75 {
    margin-top: 75px !important;
  }
  .pc-mr-75 {
    margin-right: 75px !important;
  }
  .pc-mb-75 {
    margin-bottom: 75px !important;
  }
  .pc-ml-75 {
    margin-left: 75px !important;
  }
  .pc-pt-75 {
    padding-top: 75px !important;
  }
  .pc-pr-75 {
    padding-right: 75px !important;
  }
  .pc-pb-75 {
    padding-bottom: 75px !important;
  }
  .pc-pl-75 {
    padding-left: 75px !important;
  }
  .pc-mt-80 {
    margin-top: 80px !important;
  }
  .pc-mr-80 {
    margin-right: 80px !important;
  }
  .pc-mb-80 {
    margin-bottom: 80px !important;
  }
  .pc-ml-80 {
    margin-left: 80px !important;
  }
  .pc-pt-80 {
    padding-top: 80px !important;
  }
  .pc-pr-80 {
    padding-right: 80px !important;
  }
  .pc-pb-80 {
    padding-bottom: 80px !important;
  }
  .pc-pl-80 {
    padding-left: 80px !important;
  }
  .pc-mt-85 {
    margin-top: 85px !important;
  }
  .pc-mr-85 {
    margin-right: 85px !important;
  }
  .pc-mb-85 {
    margin-bottom: 85px !important;
  }
  .pc-ml-85 {
    margin-left: 85px !important;
  }
  .pc-pt-85 {
    padding-top: 85px !important;
  }
  .pc-pr-85 {
    padding-right: 85px !important;
  }
  .pc-pb-85 {
    padding-bottom: 85px !important;
  }
  .pc-pl-85 {
    padding-left: 85px !important;
  }
  .pc-mt-90 {
    margin-top: 90px !important;
  }
  .pc-mr-90 {
    margin-right: 90px !important;
  }
  .pc-mb-90 {
    margin-bottom: 90px !important;
  }
  .pc-ml-90 {
    margin-left: 90px !important;
  }
  .pc-pt-90 {
    padding-top: 90px !important;
  }
  .pc-pr-90 {
    padding-right: 90px !important;
  }
  .pc-pb-90 {
    padding-bottom: 90px !important;
  }
  .pc-pl-90 {
    padding-left: 90px !important;
  }
  .pc-mt-95 {
    margin-top: 95px !important;
  }
  .pc-mr-95 {
    margin-right: 95px !important;
  }
  .pc-mb-95 {
    margin-bottom: 95px !important;
  }
  .pc-ml-95 {
    margin-left: 95px !important;
  }
  .pc-pt-95 {
    padding-top: 95px !important;
  }
  .pc-pr-95 {
    padding-right: 95px !important;
  }
  .pc-pb-95 {
    padding-bottom: 95px !important;
  }
  .pc-pl-95 {
    padding-left: 95px !important;
  }
  .pc-mt-100 {
    margin-top: 100px !important;
  }
  .pc-mr-100 {
    margin-right: 100px !important;
  }
  .pc-mb-100 {
    margin-bottom: 100px !important;
  }
  .pc-ml-100 {
    margin-left: 100px !important;
  }
  .pc-pt-100 {
    padding-top: 100px !important;
  }
  .pc-pr-100 {
    padding-right: 100px !important;
  }
  .pc-pb-100 {
    padding-bottom: 100px !important;
  }
  .pc-pl-100 {
    padding-left: 100px !important;
  }
}
@media all and (max-width: 767px) {
  .sp-mt-0 {
    margin-top: 0 !important;
  }
  .sp-mr-0 {
    margin-right: 0 !important;
  }
  .sp-mb-0 {
    margin-bottom: 0 !important;
  }
  .sp-ml-0 {
    margin-left: 0 !important;
  }
  .sp-pt-0 {
    padding-top: 0 !important;
  }
  .sp-pr-0 {
    padding-right: 0 !important;
  }
  .sp-pb-0 {
    padding-bottom: 0 !important;
  }
  .sp-pl-0 {
    padding-left: 0 !important;
  }
  .sp-mt-5 {
    margin-top: 5px !important;
  }
  .sp-mr-5 {
    margin-right: 5px !important;
  }
  .sp-mb-5 {
    margin-bottom: 5px !important;
  }
  .sp-ml-5 {
    margin-left: 5px !important;
  }
  .sp-pt-5 {
    padding-top: 5px !important;
  }
  .sp-pr-5 {
    padding-right: 5px !important;
  }
  .sp-pb-5 {
    padding-bottom: 5px !important;
  }
  .sp-pl-5 {
    padding-left: 5px !important;
  }
  .sp-mt-10 {
    margin-top: 10px !important;
  }
  .sp-mr-10 {
    margin-right: 10px !important;
  }
  .sp-mb-10 {
    margin-bottom: 10px !important;
  }
  .sp-ml-10 {
    margin-left: 10px !important;
  }
  .sp-pt-10 {
    padding-top: 10px !important;
  }
  .sp-pr-10 {
    padding-right: 10px !important;
  }
  .sp-pb-10 {
    padding-bottom: 10px !important;
  }
  .sp-pl-10 {
    padding-left: 10px !important;
  }
  .sp-mt-15 {
    margin-top: 15px !important;
  }
  .sp-mr-15 {
    margin-right: 15px !important;
  }
  .sp-mb-15 {
    margin-bottom: 15px !important;
  }
  .sp-ml-15 {
    margin-left: 15px !important;
  }
  .sp-pt-15 {
    padding-top: 15px !important;
  }
  .sp-pr-15 {
    padding-right: 15px !important;
  }
  .sp-pb-15 {
    padding-bottom: 15px !important;
  }
  .sp-pl-15 {
    padding-left: 15px !important;
  }
  .sp-mt-20 {
    margin-top: 20px !important;
  }
  .sp-mr-20 {
    margin-right: 20px !important;
  }
  .sp-mb-20 {
    margin-bottom: 20px !important;
  }
  .sp-ml-20 {
    margin-left: 20px !important;
  }
  .sp-pt-20 {
    padding-top: 20px !important;
  }
  .sp-pr-20 {
    padding-right: 20px !important;
  }
  .sp-pb-20 {
    padding-bottom: 20px !important;
  }
  .sp-pl-20 {
    padding-left: 20px !important;
  }
  .sp-mt-25 {
    margin-top: 25px !important;
  }
  .sp-mr-25 {
    margin-right: 25px !important;
  }
  .sp-mb-25 {
    margin-bottom: 25px !important;
  }
  .sp-ml-25 {
    margin-left: 25px !important;
  }
  .sp-pt-25 {
    padding-top: 25px !important;
  }
  .sp-pr-25 {
    padding-right: 25px !important;
  }
  .sp-pb-25 {
    padding-bottom: 25px !important;
  }
  .sp-pl-25 {
    padding-left: 25px !important;
  }
  .sp-mt-30 {
    margin-top: 30px !important;
  }
  .sp-mr-30 {
    margin-right: 30px !important;
  }
  .sp-mb-30 {
    margin-bottom: 30px !important;
  }
  .sp-ml-30 {
    margin-left: 30px !important;
  }
  .sp-pt-30 {
    padding-top: 30px !important;
  }
  .sp-pr-30 {
    padding-right: 30px !important;
  }
  .sp-pb-30 {
    padding-bottom: 30px !important;
  }
  .sp-pl-30 {
    padding-left: 30px !important;
  }
  .sp-mt-35 {
    margin-top: 35px !important;
  }
  .sp-mr-35 {
    margin-right: 35px !important;
  }
  .sp-mb-35 {
    margin-bottom: 35px !important;
  }
  .sp-ml-35 {
    margin-left: 35px !important;
  }
  .sp-pt-35 {
    padding-top: 35px !important;
  }
  .sp-pr-35 {
    padding-right: 35px !important;
  }
  .sp-pb-35 {
    padding-bottom: 35px !important;
  }
  .sp-pl-35 {
    padding-left: 35px !important;
  }
  .sp-mt-40 {
    margin-top: 40px !important;
  }
  .sp-mr-40 {
    margin-right: 40px !important;
  }
  .sp-mb-40 {
    margin-bottom: 40px !important;
  }
  .sp-ml-40 {
    margin-left: 40px !important;
  }
  .sp-pt-40 {
    padding-top: 40px !important;
  }
  .sp-pr-40 {
    padding-right: 40px !important;
  }
  .sp-pb-40 {
    padding-bottom: 40px !important;
  }
  .sp-pl-40 {
    padding-left: 40px !important;
  }
  .sp-mt-45 {
    margin-top: 45px !important;
  }
  .sp-mr-45 {
    margin-right: 45px !important;
  }
  .sp-mb-45 {
    margin-bottom: 45px !important;
  }
  .sp-ml-45 {
    margin-left: 45px !important;
  }
  .sp-pt-45 {
    padding-top: 45px !important;
  }
  .sp-pr-45 {
    padding-right: 45px !important;
  }
  .sp-pb-45 {
    padding-bottom: 45px !important;
  }
  .sp-pl-45 {
    padding-left: 45px !important;
  }
  .sp-mt-50 {
    margin-top: 50px !important;
  }
  .sp-mr-50 {
    margin-right: 50px !important;
  }
  .sp-mb-50 {
    margin-bottom: 50px !important;
  }
  .sp-ml-50 {
    margin-left: 50px !important;
  }
  .sp-pt-50 {
    padding-top: 50px !important;
  }
  .sp-pr-50 {
    padding-right: 50px !important;
  }
  .sp-pb-50 {
    padding-bottom: 50px !important;
  }
  .sp-pl-50 {
    padding-left: 50px !important;
  }
  .sp-mt-55 {
    margin-top: 55px !important;
  }
  .sp-mr-55 {
    margin-right: 55px !important;
  }
  .sp-mb-55 {
    margin-bottom: 55px !important;
  }
  .sp-ml-55 {
    margin-left: 55px !important;
  }
  .sp-pt-55 {
    padding-top: 55px !important;
  }
  .sp-pr-55 {
    padding-right: 55px !important;
  }
  .sp-pb-55 {
    padding-bottom: 55px !important;
  }
  .sp-pl-55 {
    padding-left: 55px !important;
  }
  .sp-mt-60 {
    margin-top: 60px !important;
  }
  .sp-mr-60 {
    margin-right: 60px !important;
  }
  .sp-mb-60 {
    margin-bottom: 60px !important;
  }
  .sp-ml-60 {
    margin-left: 60px !important;
  }
  .sp-pt-60 {
    padding-top: 60px !important;
  }
  .sp-pr-60 {
    padding-right: 60px !important;
  }
  .sp-pb-60 {
    padding-bottom: 60px !important;
  }
  .sp-pl-60 {
    padding-left: 60px !important;
  }
  .sp-mt-65 {
    margin-top: 65px !important;
  }
  .sp-mr-65 {
    margin-right: 65px !important;
  }
  .sp-mb-65 {
    margin-bottom: 65px !important;
  }
  .sp-ml-65 {
    margin-left: 65px !important;
  }
  .sp-pt-65 {
    padding-top: 65px !important;
  }
  .sp-pr-65 {
    padding-right: 65px !important;
  }
  .sp-pb-65 {
    padding-bottom: 65px !important;
  }
  .sp-pl-65 {
    padding-left: 65px !important;
  }
  .sp-mt-70 {
    margin-top: 70px !important;
  }
  .sp-mr-70 {
    margin-right: 70px !important;
  }
  .sp-mb-70 {
    margin-bottom: 70px !important;
  }
  .sp-ml-70 {
    margin-left: 70px !important;
  }
  .sp-pt-70 {
    padding-top: 70px !important;
  }
  .sp-pr-70 {
    padding-right: 70px !important;
  }
  .sp-pb-70 {
    padding-bottom: 70px !important;
  }
  .sp-pl-70 {
    padding-left: 70px !important;
  }
  .sp-mt-75 {
    margin-top: 75px !important;
  }
  .sp-mr-75 {
    margin-right: 75px !important;
  }
  .sp-mb-75 {
    margin-bottom: 75px !important;
  }
  .sp-ml-75 {
    margin-left: 75px !important;
  }
  .sp-pt-75 {
    padding-top: 75px !important;
  }
  .sp-pr-75 {
    padding-right: 75px !important;
  }
  .sp-pb-75 {
    padding-bottom: 75px !important;
  }
  .sp-pl-75 {
    padding-left: 75px !important;
  }
  .sp-mt-80 {
    margin-top: 80px !important;
  }
  .sp-mr-80 {
    margin-right: 80px !important;
  }
  .sp-mb-80 {
    margin-bottom: 80px !important;
  }
  .sp-ml-80 {
    margin-left: 80px !important;
  }
  .sp-pt-80 {
    padding-top: 80px !important;
  }
  .sp-pr-80 {
    padding-right: 80px !important;
  }
  .sp-pb-80 {
    padding-bottom: 80px !important;
  }
  .sp-pl-80 {
    padding-left: 80px !important;
  }
  .sp-mt-85 {
    margin-top: 85px !important;
  }
  .sp-mr-85 {
    margin-right: 85px !important;
  }
  .sp-mb-85 {
    margin-bottom: 85px !important;
  }
  .sp-ml-85 {
    margin-left: 85px !important;
  }
  .sp-pt-85 {
    padding-top: 85px !important;
  }
  .sp-pr-85 {
    padding-right: 85px !important;
  }
  .sp-pb-85 {
    padding-bottom: 85px !important;
  }
  .sp-pl-85 {
    padding-left: 85px !important;
  }
  .sp-mt-90 {
    margin-top: 90px !important;
  }
  .sp-mr-90 {
    margin-right: 90px !important;
  }
  .sp-mb-90 {
    margin-bottom: 90px !important;
  }
  .sp-ml-90 {
    margin-left: 90px !important;
  }
  .sp-pt-90 {
    padding-top: 90px !important;
  }
  .sp-pr-90 {
    padding-right: 90px !important;
  }
  .sp-pb-90 {
    padding-bottom: 90px !important;
  }
  .sp-pl-90 {
    padding-left: 90px !important;
  }
  .sp-mt-95 {
    margin-top: 95px !important;
  }
  .sp-mr-95 {
    margin-right: 95px !important;
  }
  .sp-mb-95 {
    margin-bottom: 95px !important;
  }
  .sp-ml-95 {
    margin-left: 95px !important;
  }
  .sp-pt-95 {
    padding-top: 95px !important;
  }
  .sp-pr-95 {
    padding-right: 95px !important;
  }
  .sp-pb-95 {
    padding-bottom: 95px !important;
  }
  .sp-pl-95 {
    padding-left: 95px !important;
  }
  .sp-mt-100 {
    margin-top: 100px !important;
  }
  .sp-mr-100 {
    margin-right: 100px !important;
  }
  .sp-mb-100 {
    margin-bottom: 100px !important;
  }
  .sp-ml-100 {
    margin-left: 100px !important;
  }
  .sp-pt-100 {
    padding-top: 100px !important;
  }
  .sp-pr-100 {
    padding-right: 100px !important;
  }
  .sp-pb-100 {
    padding-bottom: 100px !important;
  }
  .sp-pl-100 {
    padding-left: 100px !important;
  }
}
.w-0em {
  width: 0 !important;
}
.w-1em {
  width: 1em !important;
}
.w-2em {
  width: 2em !important;
}
.w-3em {
  width: 3em !important;
}
.w-4em {
  width: 4em !important;
}
.w-5em {
  width: 5em !important;
}
.w-6em {
  width: 6em !important;
}
.w-7em {
  width: 7em !important;
}
.w-8em {
  width: 8em !important;
}
.w-9em {
  width: 9em !important;
}
.w-10em {
  width: 10em !important;
}
.w-11em {
  width: 11em !important;
}
.w-12em {
  width: 12em !important;
}
.w-13em {
  width: 13em !important;
}
.w-14em {
  width: 14em !important;
}
.w-15em {
  width: 15em !important;
}
.w-16em {
  width: 16em !important;
}
.w-17em {
  width: 17em !important;
}
.w-18em {
  width: 18em !important;
}
.w-19em {
  width: 19em !important;
}
.w-20em {
  width: 20em !important;
}
.w-0p {
  width: 0 !important;
}
.w-5p {
  width: 5% !important;
}
.w-10p {
  width: 10% !important;
}
.w-15p {
  width: 15% !important;
}
.w-20p {
  width: 20% !important;
}
.w-25p {
  width: 25% !important;
}
.w-30p {
  width: 30% !important;
}
.w-35p {
  width: 35% !important;
}
.w-40p {
  width: 40% !important;
}
.w-45p {
  width: 45% !important;
}
.w-50p {
  width: 50% !important;
}
.w-55p {
  width: 55% !important;
}
.w-60p {
  width: 60% !important;
}
.w-65p {
  width: 65% !important;
}
.w-70p {
  width: 70% !important;
}
.w-75p {
  width: 75% !important;
}
.w-80p {
  width: 80% !important;
}
.w-85p {
  width: 85% !important;
}
.w-90p {
  width: 90% !important;
}
.w-95p {
  width: 95% !important;
}
.w-100p {
  width: 100% !important;
}
.align-left {
  text-align: left !important;
}
.align-center {
  text-align: center !important;
}
.align-right {
  text-align: right !important;
}
.va-top {
  vertical-align: top !important;
}
.va-middle {
  vertical-align: middle !important;
}
.va-bottom {
  vertical-align: bottom !important;
}
.fz-ss {
  font-size: 1.2rem;
}
.fz-s {
  font-size: 1.4rem;
}
@media all and (max-width: 767px) {
  .fz-s {
    font-size: 1.2rem;
  }
}
.fz-m {
  font-size: 1.4rem;
}
@media all and (max-width: 767px) {
  .fz-m {
    font-size: 1.4rem;
  }
}
.fz-l {
  font-size: 1.8rem;
}
@media all and (max-width: 767px) {
  .fz-l {
    font-size: 1.6rem;
  }
}
.fz-xl {
  font-size: 2rem;
}
@media all and (max-width: 767px) {
  .fz-xl {
    font-size: 1.8rem;
  }
}
.fz-xxl {
  font-size: 2.2rem;
}
@media all and (max-width: 767px) {
  .fz-xxl {
    font-size: 2rem;
  }
}
.lh-s {
  line-height: 1.3;
}
.lh-l {
  line-height: 2.3;
}
.lede {
  font-size: 2.0rem;
  line-height: 2.15;
}
@media all and (max-width: 767px) {
  .lede {
    font-size: 1.6rem;
  }
}
.noamal-font {
  font-size: 1.4rem;
  font-weight: normal !important;
}
@media all and (max-width: 767px) {
  .noamal-font {
    font-size: 1.4rem;
  }
}
.fw-n {
  font-weight: normal !important;
}
.fw-b {
  font-weight: bold !important;
}
.ime-d {
  ime-mode: disabled !important;
}
.text-label {
  background-color: #fff;
  border: #ccc 1px solid;
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 15px;
  padding: 3px 8px;
  vertical-align: 0.15em;
}
_:-ms-input-placeholder, :root .text-label {
  padding: 4px 8px 0;
}
.text-label2 {
  background-color: #a3e0e0;
  /*border: #ccc 1px solid;*/
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 15px;
  padding: 3px 8px;
  vertical-align: 0.15em;
}
_:-ms-input-placeholder, :root .text-label2 {
  padding: 4px 8px 0;
}
.text-label_white {
  background-color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 15px;
  padding: 3px 8px;
  vertical-align: 0.15em;
}
_:-ms-input-placeholder, :root .text-label_sonota {
  padding: 4px 8px 0;
}


.display-none {
  display: none;
}
@media all and (min-width: 768px) {
  .pc-hide {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .sp-hide {
    display: none;
  }
}
.anchor-point {
  display: block;
  outline: none;
  position: relative;
  z-index: -1;
}
/*
  Components
*/

h1 {
  color: #333;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
  position: relative;
  text-align: center;
}
@media all and (min-width: 768px) {
  h1 {
    font-size: 3.6rem;
  }
}
@media all and (max-width: 767px) {
  h1 {
    font-size: 4rem;
  }
}
h2 {
  color: #009C84/*#00896B*/;
  line-height: 1.4;
}
@media all and (min-width: 768px) {
  h2 {
    /*font-size: 4.0rem;*/
	 font-size: 30px;
	  margin-top: 150px;
  }
}
@media all and (max-width: 767px) {
  h2 {
    font-size: 3.0rem;
  }
}
h2.align-left {
  text-align: left !important;
}
h2.align-center {
  text-align: center !important;
}
h2.align-right {
  text-align: right !important;
}




/* galleries ---------------------------------------------------------------- */
.gallery-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  /*max-width: 880px;*/
  max-width: 1200px;
  padding: 0;
}
@media all and (min-width: 768px) {
  .gallery-list {
    margin: 50px auto;
  }
}
@media all and (max-width: 767px) {
  .gallery-list {
    margin: 25px -20px;
  }
}
@media all and (min-width: 768px) {
  .gallery-list li {
    width: 25%;
  }
}
@media all and (max-width: 767px) {
  .gallery-list li {
    width: 33.33%;
  }
}
.gallery-list a {
  display: block;
  overflow: hidden;
  position: relative;
}
.gallery-list a img {
  transition: -webkit-transform 1000ms cubic-bezier(0.39, 0, 0.27, 1);
  transition: transform 1000ms cubic-bezier(0.39, 0, 0.27, 1);
  transition: transform 1000ms cubic-bezier(0.39, 0, 0.27, 1), -webkit-transform 1000ms cubic-bezier(0.39, 0, 0.27, 1);
  width: 100%;
}
.gallery-list a::after {
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../images/common/icon_zoom_w.png);
  background-position: center center;
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 1000ms ease-in-out;
}
.gallery-list a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.gallery-list a:hover::after {
  opacity: 1;
}
.gallery-list.type-sns a::after {
  display: none;
}
.gallery-list.type-sns a p {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  font-size: 1.3rem;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 18px 20px;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 500ms ease-in-out;
}
@media all and (max-width: 767px) {
  .gallery-list.type-sns a p {
    display: none;
  }
}
.gallery-list.type-sns a span {
  overflow: hidden;
}
.gallery-list.type-sns a:hover p {
  opacity: 1;
}
.gallery-list.type-sns.overlay-color-pink a p {
  background-color: rgba(241, 137, 172, 0.85);
}


/* modals --------------------------------------------------------------------- */
@-webkit-keyframes modal-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modal-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes modal-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes modal-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#modalWrapper {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: auto;
  z-index: 800;
}
#modalWrapper.is-open {
  -webkit-animation: modal-open 200ms linear 0s normal forwards;
  animation: modal-open 200ms linear 0s normal forwards;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
#modalWrapper.is-close {
  -webkit-animation: modal-close 200ms linear 0s normal forwards;
  animation: modal-close 200ms linear 0s normal forwards;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
}
@media all and (min-width: 768px) {
  .modal {
    padding: 70px;
  }
}
@media all and (max-width: 767px) {
  .modal {
    padding: 15px;
  }
}
@media all and (min-width: 768px) {
  .modal.is-gallery {
    padding: 70px 90px;
  }
}
@media all and (max-width: 767px) {
  .modal.is-gallery {
    padding: 15px 30px;
  }
}
.modal .media-box > div {
  display: block;
  min-width: 1%;
  text-align: center;
}
.modal .media-box .caption {
  color: #fff;
  display: block;
}
.modal-contents {
  cursor: default;
  display: block;
  max-width: 100%;
}
@media all and (min-width: 768px) {
  .modal-contents {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0;
  }
}
@media all and (max-width: 767px) {
  .modal-contents {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0;
  }
}
.modal-contents img {
  max-height: calc(100vh - 120px - 140px);
  width: auto !important;
}
.modal-close-link {
  height: 42px;
  line-height: 1;
  position: absolute;
  text-align: right;
  width: 42px;
}
@media all and (min-width: 768px) {
  .modal-close-link {
    right: 20px;
    top: 20px;
  }
}
@media all and (max-width: 767px) {
  .modal-close-link {
    right: 12px;
    top: 10px;
  }
}
.modal-close-link a {
  display: block;
  height: 100%;
  line-height: 1;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.modal-close-link a::before, .modal-close-link a::after {
  background-color: #fff;
  content: "";
  height: 42px;
  left: 0;
  position: absolute;
  width: 1px;
}
@media all and (min-width: 768px) {
  .modal-close-link a::before, .modal-close-link a::after {
    top: 0.2em;
  }
}
@media all and (max-width: 767px) {
  .modal-close-link a::before, .modal-close-link a::after {
    top: 0.1em;
  }
}
.modal-close-link a::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-close-link a::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal-prev-link, .modal-next-link {
  position: absolute;
  top: 50%;
}
@media all and (min-width: 768px) {
  .modal-prev-link, .modal-next-link {
    height: 60px;
    margin-top: -30px;
    width: 60px;
  }
}
@media all and (max-width: 767px) {
  .modal-prev-link, .modal-next-link {
    height: 22px;
    margin-top: -11px;
    width: 22px;
  }
}
.modal-prev-link a, .modal-next-link a {
  display: block;
  height: 100%;
  line-height: 1;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.modal-prev-link a::before, .modal-prev-link a::after, .modal-next-link a::before, .modal-next-link a::after {
  background-color: #fff;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
@media all and (min-width: 768px) {
  .modal-prev-link {
    left: 30px;
  }
}
@media all and (max-width: 767px) {
  .modal-prev-link {
    left: 5px;
  }
}
.modal-prev-link a::before, .modal-prev-link a::after {
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.modal-prev-link a::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-prev-link a::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media all and (min-width: 768px) {
  .modal-next-link {
    right: 30px;
  }
}
@media all and (max-width: 767px) {
  .modal-next-link {
    right: 5px;
  }
}
.modal-next-link a::before, .modal-next-link a::after {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.modal-next-link a::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-next-link a::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* wrapper ------------------------------------------------------------------ */
#wrapper {
  overflow: hidden;
  padding-top: 100px;
}
@media all and (min-width: 768px) {
  #wrapper {
    min-width: 1200px;
  }
}
@media all and (max-width: 767px) {
  #wrapper {
    padding-top: 60px;
  }
}


/* contents ----------------------------------------------------------------- */

@media all and (min-width: 768px) {
  #contents {
    padding-bottom: 50px;
  }
}
@media all and (max-width: 767px) {
  #contents {
    padding-bottom: 50px;
  }
}
/* sections ----------------------------------------------------------------- */
.section {
  padding-left: 0;
  padding-right: 0;
}
@media all and (max-width: 767px) {
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section-inner {
  margin: 0 auto;
  max-width: 1200px;
}
#contents.has-leftNavi .section-inner {
  padding-left: 0;
  padding-right: 0;
}
.narrow > .section-inner {
  max-width: 580px;
}
.full > .section-inner {
  max-width: 100%;
}
.product-outline > .section-inner {
  max-width: 900px;
}
.search-page > .section-inner {
  max-width: 795px;
}
.search-page > .section-inner iframe {
  width: 100%;
}
.section.bg-gray, .section.bg-lightGray {
  background-color: #eee;
  margin-bottom: 100px;
  padding-bottom: 100px;
  padding-top: 70px;
}
@media all and (max-width: 767px) {
  .section.bg-gray, .section.bg-lightGray {
    margin-bottom: 50px;
    padding-bottom: 40px;
    padding-top: 30px;
  }
}
.section.bg-gray:last-child, .section.bg-lightGray:last-child {
  margin-bottom: 0;
}
.section.bg-gray .section-inner > *:last-child, .section.bg-lightGray .section-inner > *:last-child {
  margin-bottom: 0;
}
.section.bg-lightGray {
  background-color: #ebeff2;
}
@media all and (min-width: 768px) {
  .section + .section .section-inner h2 {
    margin-top: 150px;
  }
}
@media all and (max-width: 767px) {
  .section + .section .section-inner h2 {
    margin-top: 95px;
  }
}
.indent-depth2 {
  padding-left: 0;
}
@media all and (min-width: 768px) {
  .indent-depth3 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media all and (max-width: 767px) {
  .indent-depth3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (min-width: 768px) {
  .indent-depth4 {
    padding-left: 90px;
    padding-right: 50px;
  }
}
@media all and (max-width: 767px) {
  .indent-depth4 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (min-width: 768px) {
  .indent-depth5 {
    padding-left: 140px;
    padding-right: 100px;
  }
}
@media all and (max-width: 767px) {
  .indent-depth5 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*ブーストギャラリーTOP画像*/
.mosaic-wrapper img {
  width: 100%;
  filter: blur(20px);
  opacity: 0;
  transform: scale(1.05);
  animation: mosaicReveal 1.2s steps(20) forwards;
}

@keyframes mosaicReveal {
  0% {
    filter: blur(20px);
    opacity: 0;
    transform: scale(1.05);
  }
  100% {
    filter: blur(0);
    opacity: 1;
    transform: scale(1);
  }
}

/*ブースト　写真上の文字*/
.mosaic-wrapper {
  position: relative;
  overflow: hidden;
  /* width: 400px; ← 消す */
}

.mosaic-wrapper img {
  width: 100%;
　height: auto;
  display: block;
  filter: blur(20px);
  opacity: 0;
  animation: mosaicReveal 1.2s steps(20) forwards;
}

/* 写真上文字共通スタイル */
.text {
  position: absolute;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  color: #28969e;
  font-weight: bold;
  letter-spacing: 2px;
  opacity: 0;
  transform: translateY(20px);
  animation: textReveal 0.8s ease forwards;
  animation-delay: 1.2s;
  font-family: 'Parisienne', cursive;
  text-shadow: 0 4px 20px rgba(0,0,0,0.6), 0 0 10px rgba(255,255,255,0.2);
  z-index: 2;
}

/* PC用（幅768px以上） */
@media screen and (min-width: 768px) {
  .text {
    top: 140px;       /* 上余白 */
    right: 80px;      /* 右余白 */
    font-size: 90px;
  }
}

/* スマホ用（幅767px以下） */
@media screen and (max-width: 767px) {
  .text {
    top: 60px;        /* 上余白を小さく */
    right: 20px;      /* 右余白を小さく */
    font-size: 30px;  /* フォントサイズを小さく */
  }
}

@keyframes textReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 下の背景 */
.bg-gradient{
 margin-top: 180px;   /* ← 好きな余白量に調整 */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 160px;        /* ← %やめる */
  height: 25vh;             /* 画面高さ基準に */
  background-image: linear-gradient(
    to right top,
    #008793,
    #1198a7,
    #009c84,
    #f1985e
  );
  z-index: -1;
}

/* ロゴ */
.bg-logo{
  position: absolute;
  right: clamp(16px, 5vw, 40px);   /* 画面幅に応じて可変 */
  bottom: clamp(24px, 5vh, 50px);  /* 高さに応じて可変 */

  width: clamp(120px, 22vw, 180px);/* ← 超重要 */
  height: auto;

  z-index: 1;
}

/* TOPボタン */
.back-to-top{
  position: fixed;       /* 画面右下固定 */
  right: 20px;           /* 右端からちょこんと */
  bottom: 120px;         /* 背景帯（25vh）より少し上に配置 */
  
  width: 50px;           /* 丸サイズ */
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;    /* 丸にする */
  background: #ffffff;
  color: #008793;
  font-weight: bold;
  font-size: 24px;       /* ↑の文字サイズ */
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);

  opacity: 0;            /* 初期は透明 */
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 999;
}

.back-to-top.show{
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover{
  transform: translateY(-3px);
}

/*下の隙間*/
.galleryfooter{
  position: relative;
	padding-bottom: clamp(150px, 20vh, 240px);
}

/*ブーストTOP戻るボタン*/
.back-to-boost{
  position: absolute;
  left: clamp(16px, 5vw, 40px);   /* 左下に配置 */
  bottom: clamp(16px, 4vh, 40px);

  padding: 12px 20px;
  font-size: clamp(12px, 2.5vw, 14px);

  background: rgba(255,255,255,0.9);
  color: #008793;
  text-decoration: none;
  border-radius: 50px;

  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
  transition: 0.3s;

  z-index: 2; /* ロゴより上 */
}

.back-to-top:hover{
  background: #ffffff;
  transform: translateY(-3px);
}

/* ===== ハンバーガー ===== */
.hamburger{
  position:fixed; top:25px; right:25px;
  width:30px; height:24px;
  cursor:pointer; z-index:100;
}
.hamburger span{
  position:absolute; width:100%; height:2px;
  background:#575757; left:0;
  transition:0.4s ease; /* アニメーション */
}
.hamburger span:nth-child(1){ top:0; }
.hamburger span:nth-child(2){ top:10px; }
.hamburger span:nth-child(3){ top:20px; }
/* ハンバーガーを×に変形 */
.hamburger.active span:nth-child(1){ transform:rotate(45deg); top:10px; }
.hamburger.active span:nth-child(2){ opacity:0; }
.hamburger.active span:nth-child(3){ transform:rotate(-45deg); top:10px; }


/* ===== メニュー ===== */
.menu{
  position:fixed; top:0; right:-260px; /* 最初は右外 */
  width:260px; height:100%;
  /*background:#e5e7eb;*/ /* グレー背景 */
  background-image: linear-gradient(to right top, #008793,#1198a7, #009c84,  #f1985e);
  padding:100px 30px;
  transition:0.4s;
  z-index:18;
}
/*.menu a:hover{
  border-bottom: 1px solid #fff;
}
*/

.menu a{
  display:block;
  margin-bottom:25px;
  padding-bottom:10px; /* ←余白追加 */

  text-decoration:none;
  color:#FFFFFF;
  font-size: 1.5em;
  font-weight: 600;
  transform: skewX(-7deg);
  letter-spacing: 0.05em;
border-bottom: 1px solid rgba(255,255,255,0.2); /* 線 */
	transition:0.3s;
	position:relative;
}


.menu a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:0;
  height:1px;
  border-bottom:1px solid #fff;
  transition:0.4s;
}

.menu a:hover::after{
  width:100%;
}


.menu.active{ right:0; } /* メニュー表示 */
.blur-overlay{
  position:fixed; inset:0;
  backdrop-filter:blur(8px); /* 背景ぼかし */
  background:rgba(0,0,0,0.3);
  opacity:0;
  transition:0.4s;
  pointer-events:none;
  z-index:17;
}
.blur-overlay.active{ opacity:1; pointer-events:auto; }


.logo_lead{padding:0 150px;}
.logo_lead img{width: 100%;
height: 100%;
filter: drop-shadow(0 8px 20px rgba(0,0,0,0.25));}


/* ===== 左上固定ロゴ ===== */
.site-logo{
  position:fixed;
  top:25px;
  left:25px;
  z-index:1000;
  display:block;
}

.site-logo img{
  height:40px;   /* サイズ調整 50px→40px*/
  width:auto;
  display:block;
  transition:0.3s ease;
}

/*youtubeの大きさ変更*/
.youtube-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9比率 */
  margin-bottom: 40px !important; /* footerとの隙間を強制確保 */
}

.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

/* =========================
   フッター
========================= */

.site-footer{
  background:linear-gradient(
  to bottom,
 /* rgba(0,134,114,0.00),*/
rgba(0,134,114,0.50),
	  rgba(0,156,129,1)
  /*rgba(0,156,132,0.95)*/
);
  color:#fff;
  padding:80px 0 40px;
  margin-top:120px;
  position:relative;
  }

.footer-inner{
  width:90%;
  max-width:1200px;
  margin:0 auto;
  text-align:left;
}

.footer-logo img{
  height:40px;
  margin-bottom:30px;
  filter:brightness(0) invert(1); /* ロゴを白化 */
}

.footer-nav{
  margin-bottom:40px;
}

.footer-nav a{
  color:#fff;
  text-decoration:none;
  margin:0 15px;
  font-size:14px;
  letter-spacing:0.05em;
  transition:0.3s;
}

.footer-nav a:hover{
  opacity:0.7;
}

/* 外部リンクのアイコン */
.icon-window-img{
  width:17px;
  margin-left:5px;
  vertical-align:middle;
}


/* =========================
   フッター2階層ナビ
========================= */
.footer-grid{
  display:grid;
  grid-template-columns:repeat(5, 1fr);
  gap:40px;
  margin-bottom:60px;
}

.footer-column h3{
  opacity:0.7;
  font-size:28px;
  margin-bottom:20px;
  font-weight:600;
  letter-spacing:0.05em;
transform: skewX(-10deg);/* 文字ななめ*/
}

.footer-column ul{
  list-style:none;
  padding:0;
}
.footer-column li{
  margin-bottom:12px;
	line-height: 1.5;
}

.footer-column a{
font-size:14px;
  opacity:0.8;
  color:#fff;
  font-weight: 500;
  text-decoration:none;
  transition:0.3s;
  text-shadow:0 0.4px 12px rgba(0, 0, 0, 0.35);
}

/* ホバー */
.footer-column a:hover{
	color: #fff;
  opacity:1;
}
.footer-column a:hover::after{
  width:100%;
}

/* 城北信用金庫リンク */
p.link_text{text-align: center;}
p.link_text a{
	font-size:16px;
	opacity:0.8;
	transition:0.4s;}
p.link_text a:link{
	text-decoration: none;
	color:#FFFFFF;
}
p.link_text a:hover{
	color: #fff;
	opacity:1;}
.copyright{text-align: center;
  font-size:10px;
font-weight: 100;
	opacity: 0.6;
margin-top: 20px;
}

.footer-column a,
.link_text a{
  position:relative;
  display:inline-block;/* 幅をテキストに合わせる */
}

/* 線 */
.footer-column a::after,
.link_text a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-2px;
  width:0;
  height:1px;
  border-bottom:1px solid #fff;
  transition:0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.footer-column a:hover::after,
.link_text a:hover::after{
  width:100%;
}

/* =================================
   スマホレイアウト
================================= */

@media(max-width:768px){
/* ===== フッター ===== */
.site-footer{
  margin-top:0px;
	
background:linear-gradient(
  to bottom,
 /* rgba(0,134,114,0.00),*/
#00b89c,
	  rgba(0,156,129,1)
  /*rgba(0,156,132,0.95)*/
);
}
.footer-grid{
  grid-template-columns:1fr 1fr;
  gap:40px;
}

.footer-column h3{
  font-size:26px;
}

.footer-column a{
  font-size:13px;
}
}

@media all and (min-width: 768px) {
  .horizontal-wrapper {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 767px) {
  .horizontal-wrapper {
    margin-bottom: 30px;
  }
}
.horizontal-link-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
@media all and (min-width: 768px) {
  .horizontal-link-list {
    margin: -7px 0;
  }
}
@media all and (max-width: 767px) {
  .horizontal-link-list {
    margin: -5px 0;
  }
}
.horizontal-link-list li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
}
@media all and (min-width: 768px) {
  .horizontal-link-list li {
    margin: 7px 0;
    width: 50%;
  }
  .horizontal-link-list li.pc-one {
    width: 100%;
  }
  .horizontal-link-list li.pc-half {
    width: 50%;
  }
  .horizontal-link-list li.pc-quarter {
    width: 25%;
  }
  .horizontal-link-list li.pc-one-sixth {
    width: 20%;
  }
}
@media all and (max-width: 767px) {
  .horizontal-link-list li {
    margin: 5px 0;
    width: 50%;
  }
  .horizontal-link-list li.sp-one {
    width: 100%;
  }
  .horizontal-link-list li.sp-half {
    width: 50%;
  }
  .horizontal-link-list li.sp-quarter {
    width: 25%;
  }
}
.horizontal-link-list li::before, .horizontal-link-list li::after {
  background-color: #ccc;
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
}
.horizontal-link-list li::before {
  left: 0;
}
.horizontal-link-list li::after {
  right: -1px;
}
.horizontal-link-list a {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  transition: opacity 200ms ease-in-out;
}
@media all and (min-width: 768px) {
  .horizontal-link-list a {
    font-size: 1.6rem;
    min-height: 80px;
    padding: 10px 60px 10px 30px;
  }
}
@media all and (max-width: 767px) {
  .horizontal-link-list a {
    font-size: 1.4rem;
    min-height: 80px;
    padding: 10px 36px 10px 20px;
  }
}
.horizontal-link-list a:hover {
  opacity: 0.7;
}
.horizontal-link-list a::after {
  border-right: 2px solid #575757;
  border-top: 2px solid #575757;
  content: "";
  height: 12px;
  margin-top: -5px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 12px;
}
@media all and (min-width: 768px) {
  .horizontal-link-list a::after {
    margin-right: 20px;
  }
}
.horizontal-link-list a[href^="#"]::after {
  border-right: 1px solid #b3b3b3;
  border-top: 1px solid #b3b3b3;
  margin-top: -9px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.horizontal-link-list.color-strong li::before, .horizontal-link-list.color-strong li::after {
  background-color: #808080;
}
.horizontal-link-list.color-strong a[href^="#"]::after {
  border-right-color: #808080;
  border-top-color: #808080;
}


.large{
  font-size: 18px;   /* 大きめ */
}

/* 中央配置 */
.btn-wrap {
  text-align: center;
  margin: 40px 0;
}

/* ボタン */
.cute-btn {
  display: inline-block;
  background: rgba(255, 140, 80, 0.6); /* シアーなオレンジ */
  color: #fff;
  padding: 16px 36px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  box-shadow: 0 6px 0 rgba(200, 100, 50, 0.3);
  backdrop-filter: blur(2px); /* ほんのり透け感 */
}

/* ホバー */
.cute-btn:hover {
  background: rgba(255, 160, 110, 0.95);
  transform: translateY(3px);
  box-shadow: 0 3px 0 rgba(200, 100, 50, 0.6);
}

/* クリック時 */
.cute-btn:active {
  transform: translateY(6px);
  box-shadow: 0 0 0 rgba(200, 100, 50, 0.6);
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .cute-btn {
    font-size: 16px;
    padding: 14px 28px;
  }
}

/* さらに小さいスマホ */
@media screen and (max-width: 480px) {
  .cute-btn {
    font-size: 15px;
    padding: 12px 24px;
  }
}






