/* BASE =====================================================*/
html {
  font-size: 62.5%;
}

body {
  /* line-height: 1.75; */
}

a img:hover,
a img:active,
a:hover,
a:active {
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: 0.8;
  opacity: 0.8;
}

:root {
  --main-color1: #B50081;
  --main-color2: #F86ACF;
  --main-color3: #F9F0F3;
  --sub-color: #D13F93;
  --mono-tone1: #F0F0F0;
  --mono-tone2: #676767;
  --mono-tone3: #707070;
  --sub-color2: #FFF8CA;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

h1 {
  margin: 0;
}

h2 {
  margin: 0;
}

/* header =====================================================*/

#header {
  padding-top: 121px;
  margin-bottom: 37px;
}

#header.end {
  padding-top: 0;
}

#header-inner {
  margin: 0 auto;
}

#header .head img {
  margin: 0 auto;
}

/*  =====================================================*/

main {
  width: 1024px;
  margin: 0 auto;
}

.overview h2 {
  margin: 0 auto 20px;
  text-align: center;
  font-size: 3.0rem;
  color: #b50081;
  line-height: normal;
}

.box {
  margin: 3.0em auto 0;
}

.box h2 {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
  padding: 0.5%;
  background: #044c7f;
  border-radius: 4px;
}

.download-btn {
  margin: 4rem auto;
}

.download-btn h2 {
  color: #B60081;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 1rem;
}

.download-btn ul {
  width: fit-content;
  margin: 0 auto;
}

.download {
  width: fit-content;
  margin: 0 auto 2rem;
  display: flex;
  column-gap: 40px;
}

.download-banner {
  margin: 50px auto 0;
}

.overview h2 {
  margin: 0 auto 20px;
  text-align: center;
  font-size: 2.4rem;
  color: #b50081;
}

.overview p {
  font-size: 2.0rem;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  line-height: 1.75;
}

.box h2 {
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
  padding: 0.5%;
  background: #044c7f;
  border-radius: 4px;
}

.box p {
  font-size: 2.0rem;
}

.box .fwb {
  font-weight: bold;
}

.box .date01 {
  width: fit-content;
  font-size: 2.4rem;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
}

.date01 span {
  font-size: 3.6rem;
}

/* ─────────── box // ─────────── */

.mb20 {
  margin-bottom: 20px;
}

.mt50 {
  margin-top: 50px;
}

/* ─────────── // box ─────────── */
/* ボックスの中の見出し（h3） // */

h3 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 10px;
}

/* //  ボックスの中の見出し（h3） */

.box li {
  font-size: 2.0rem;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.75;
}

.list01 li {
  text-indent: -1em;
  padding-left: 2em;
}

.app .list {
  width: fit-content;
  margin: 10px auto 0;
}

.list li {
  font-size: 1.4rem;
  text-indent: -1em;
  line-height: 1.5;
}

/* .detail =====================================================*/
.detail {
  width: 80%;
  margin: 0 auto 10%;
}

.detail p {
  text-align: center;
}

.detail p a {
  display: block;
}

/* parts =====================================================*/

/* ────── 電話をかけるときPCではオフ、SP・タブレットではオン */
a[href^="tel:"] {
  pointer-events: none;
}

.footblank {
  margin-left: .5rem;
  width: 1.6rem;
  vertical-align: middle;
}

.btn-circle {
  position: fixed;
  text-decoration: none;
  background-color: #B60081;
  color: #FFF;
  width: 90px;
  height: 90px;
  bottom: 40px;
  right: 40px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  transition: .4s;
  box-shadow: 0 0 10px #F0F0F0;
  font-size: 12px;
  line-height: 1.5em;
  align-items: center; /* 上下中央寄せ */
  display: flex; /* Flexboxを適用 */
  justify-content: center; /* 左右中央寄せ */
  font-weight: 900;
}


.btn-circle:hover {
  background-color: #b61989;
  bottom: 50px;
  box-shadow: 0 0 10px #F0F0F0;
}

.btn-circle:visited {
  color: #fff;
}

span.link-t-a {
  position: relative;
  top: -300px;/*左の数値を変えると、上下に調整します*/
  display: block;
  }

@media screen and (min-width: 641px){

  .tel {
    color: #000 !important;
  }
}


@media screen and (max-width: 640px) {

  /* 640pxまではここを参照 =======================================*/
  /* header =====================================================*/
  #header {
    padding-top: 17.467vw;
    margin-bottom: 4.534%;
  }

  #header-inner {
    margin: 0 auto;
  }

  #header img {
    width: auto;
    width: 100%;
  }

  main {
    width: 90%;
  }

  .download-btn {
    margin: 2rem auto;
  }

  .download-btn h2 {
    color: #B60081;
    font-size: 2.0rem;
    text-align: center;
  }

  .download-btn ul {
    width: 80%;
  }

  .download {
    width: 90%;
    display: flex;
    margin: 0 auto 15px;
    column-gap: 20px;
  }

  .download-banner {
    margin: 25px auto 0;
  }

  .overview h2 {
    margin: 0 auto 10px;
    font-size: 2.2rem;
  }

  .overview p {
    font-size: 1.6rem;
    text-align: left;
  }

  .box h2 {
    color: #ffffff;
    font-size: 1.8rem;
  }

  .box p {
    font-size: 1.6rem;
  }

  .box .date01 {
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .date01 span {
    font-size: 2.4rem;
  }

  .mb20 {
    margin-bottom: 10px;
  }

  .mt50 {
    margin-top: 25px;
  }

  h3 {
    font-size: 1.8rem;
    line-height: 1.5;
  }

  li {
    font-size: 1.6rem;
    line-height: 1.75;
  }

  .list li {
    font-size: 1.2em;
  }

  .btn-circle {
    position: fixed;
    text-decoration: none;
    background-color: #B60081;
    color: #FFF;
    width: 90px;
    height: 90px;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    transition: .4s;
    box-shadow: 0 0 10px #F0F0F0;
    font-size: 12px;
    line-height: 1.5em;
    align-items: center; /* 上下中央寄せ */
    display: flex; /* Flexboxを適用 */
    justify-content: center; /* 左右中央寄せ */
    font-weight: 900;
  }
  
  
  .btn-circle:hover {
    background-color: #b61989;
    bottom: 50px;
    box-shadow: 0 0 10px #F0F0F0;
  }
  
  .btn-circle:visited {
    color: #fff;
  }
  
  span.link-t-a {
    position: relative;
    top: -300px;/*左の数値を変えると、上下に調整します*/
    display: block;
  }
  .tel {
    color: #B60081 !important;
  }
  .oneContentBox a {
    color: #B60081
  }
}
.end_text p {
  font-size: 16px !important;
}

.head{
  text-align: center;
}
.sanka_image{
  margin: 30px auto;
  text-align: center;
}
.highlight-date {
  font-size: 3.2rem;
  font-weight: bold;
  color: #b60081;
}

.box p:has(.highlight-date) {
  text-align: center;
}

.highlight-date .small-text {
  font-size: 2.0rem;
}

@media screen and (max-width: 640px) {
  .highlight-date {
    font-size: 2.4rem;
  }
  .highlight-date .small-text {
    font-size: 1.6rem;
  }
  .box li {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}