/*EN Regular*/
.alice-regular {
  font-family: "Alice", serif;
  font-weight: 400;
  font-style: normal;
}
.adlery {
  font-family: "adlery-pro-swash", sans-serif;
  font-weight: 700;
}
.birra {
  font-family: "birra-2", serif;
  font-weight: 700;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
html {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 62.5%; /* 16px x 0.625 = 10px(=1rem) */
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}
body {
  font-size: 1.3rem; /* 13px */
  line-height: 1.6;
  letter-spacing: 1px;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  position: relative;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
body::before {
  background: url('/img/common/bg.webp') no-repeat center; /* 擬似要素に背景画像 */
  background-size: cover; /* cover指定 */
  content: ""; /* 画像を表示させる為に必要*/
  display: block; /*ブロックボックスで表示*/
  position: fixed; /* 擬似要素全体を固定 */
  width: 100%; /* 横幅を画面全体 */
  height: 100vh; /* 縦幅を画面全体 */
  top: 0; /* 上からの配置を0 */
  left: 0; /* 左からの配置を0 */
  z-index: -1; /*背景画像になるように重ね順を-1*/
}
div {
  position: relative;
}
fieldset, img {
  border: 0
}
ol, ul {
  list-style: none;
}
/*link*/
a {
  color: #333;
  text-decoration: none;
}
a:link {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #7E7E7E;
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  padding-top: 0px;
  transition: .3s;
}
img {
  border-style: none;
  z-index: 0;
  vertical-align: bottom;
  line-height: 1.0em;
  width: 100%;
  height: auto;
}
.base_bg {
  padding: 3em 0;
}
.heading {
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 2px;
}
.heading span {
  display: block;
  font-family: "birra-2", serif;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1.2;
  color: #F48E7B;
  text-transform: uppercase;
}
.heading .alt-font {
  display: inline-block !important;
}
.heading.adlery span {
  font-family: "adlery-pro-swash", sans-serif;
  font-weight: 700;
  text-transform: none;
}
.heading.adlery .alt-font {
  display: inline-block !important;
  font-family: "adlery-pro", sans-serif;
}
/* btn */
.btn {
  position: relative;
  display: block;
  padding: 0 0 0 30px;
  line-height: 50px;
  border-radius: 50px;
  color: #fff !important;
  background: #F48E7B;
  text-align: left;
  font-weight: 700;
  text-decoration: none;
  outline: none;
}
.btn span {
  position: relative;
  z-index: 3;
}
.btn img {
  width: 15px;
  margin: 0 10px 17px 0;
}
.btn:hover img {
  filter: brightness(0) saturate(100%) invert(73%) sepia(17%) saturate(7492%) hue-rotate(322deg) brightness(96%) contrast(94%);
}
.btn::before {
  content: '';
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  background: #FDE94B;
  border-radius: 30px;
  transition: .3s ease-out;
}
.btn:hover {
  color: #F48E7B !important;
}
.btn:hover::before {
  width: 100%
}
.btn::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0%, -50%);
  content: '\f0da';
  font-family: FontAwesome;
  font-weight: 400;
  color: #F48E7B;
  font-size: 1.4rem;
}
.btn.reverse {
  background: #59B7BF;
}
.btn.reverse:hover img {
  filter: brightness(0) saturate(100%) invert(75%) sepia(19%) saturate(937%) hue-rotate(137deg) brightness(92%) contrast(87%);
}
.btn.reverse:hover {
  color: #59B7BF !important;
}
.btn.reverse::after {
  color: #59B7BF;
}
.pagetitle {
  background: url("/img/common/bg_blue.webp") center / cover;
  color: #fff;
  padding: 10em 0 1.5em;
  border-radius: 0 0 30px 30px;
  position: relative;
}
.pagetitle h2 {
  position: relative;
  z-index: 1;
}
.pagetitle h2 span {
  color: #FDE94B;
}
/* pp */
.pp {
  padding: 3em 0 5em;
  width: 80%;
  margin: auto;
  text-align: left;
}
.pp > p {
  line-height: 1.8;
}
.pp ul {
  margin: 3em auto 0;
}
.pp ul li {
  padding: 20px 0;
  border-top: 1px solid #2DA7E0;
}
.pp ul li dt {
  font-weight: 500;
  margin: 0 auto 0.3em;
  font-size: 1.4rem;
}
.pp ul li dd {}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  html {
    scroll-padding-top: 80px;
  }
  body {
    font-size: 1.5rem; /* 15px */
    line-height: 1.6;
  }
  .base_bg {
    padding: 5em 0;
  }
  .heading {
    font-size: 2rem;
  }
  .heading span {
    font-size: 7rem;
    letter-spacing: 3px;
  }
  /* btn */
  .btn {
    line-height: 65px;
    border-radius: 65px;
  }
  .btn::before {
    border-radius: 100px;
    width: 65px;
    height: 65px;
  }
  .btn::after {
    right: 26px;
    font-size: 1.8rem;
  }
  .pagetitle {
    border-radius: 0 0 60px 60px;
    padding: 8em 0 2em;
  }
  /* pp */
  .pp {
    padding: 5em 0 3em;
    width: 90%;
  }
  .pp > p {
    margin: auto;
    max-width: 900px;
    line-height: 2;
  }
  .pp ul {
    margin: 3em auto 0;
    max-width: 1100px;
  }
  .pp ul li {
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
  }
  .pp ul li dt {
    margin: 0;
    font-size: 1.7rem;
    width: 300px;
  }
  .pp ul li dd {
    width: calc(100% - 300px);
    line-height: 2;
  }
}