.container {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}

.white-marker span {
  background: linear-gradient(transparent 60%, #fff 0%);
  display: inline;
}

body {
  font-family: "Zen Kaku Gothic New", serif;
  line-height: 1.6;
  color: #222;
  font-weight: 500;
  letter-spacing: 0.04rem;
}

header {
  position: fixed;
  top: -60px;
  left: 20px;
  background-color: #fff;
  width: calc(100% - 40px);
  border-radius: 0 0 20px 20px;
  padding: 10px;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.6s ease;
}
@media (max-width: 870px) {
  header {
    width: calc(100% - 20px);
    left: 10px;
  }
}
header.is-show {
  top: 0;
}
header > h1 a {
  font-family: "Caveat", serif;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 870px) {
  header > h1 a {
    font-size: 1.2rem;
  }
}
header > nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header > nav ul li {
  margin-left: 10px;
}
header > nav ul li a {
  background-color: #D81E8D;
  color: #fff !important;
  border-radius: 4rem;
  padding: 4px 1rem;
}
@media (max-width: 870px) {
  header > nav ul li a {
    font-size: 0.9rem;
  }
}
@media (max-width: 870px) {
  header > nav ul li:nth-of-type(2), header > nav ul li:nth-of-type(3) {
    display: none;
  }
}

footer {
  text-align: center;
}
@media (max-width: 870px) {
  footer {
    padding-bottom: 3rem;
  }
}
footer > div img {
  max-width: 200px;
  margin: 0 auto 10px auto;
}
@media (max-width: 600px) {
  footer > div p {
    font-size: 0.8rem;
  }
}
footer small {
  padding: 10px;
}
footer small > span {
  font-size: 10px;
  letter-spacing: 0.3rem;
  color: #666;
}

.sp-nav {
  display: none;
}
@media (max-width: 870px) {
  .sp-nav {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 200;
  }
  .sp-nav ul {
    display: flex;
    justify-content: flex-start;
  }
  .sp-nav ul li {
    margin-left: 10px;
  }
  .sp-nav ul li a {
    display: block;
    background-color: #D81E8D;
    padding: 8px 10px;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
  }
}

#page-top {
  position: fixed;
  bottom: 10px;
  right: -60px;
  width: 60px;
  height: 60px;
  transition: 0.6s ease;
}
#page-top.is-show {
  right: 10px;
}

.tsunagi {
  background-color: #000;
  position: relative;
  width: 100%;
  height: 160px;
  overflow: hidden;
}
.tsunagi::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 160px solid #FFF;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  margin: auto;
  transform: translatex(-50%);
}
.tsunagi__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.tsunagi.bl-ye {
  background-color: #FFFCD5;
}
.tsunagi.bl-ye::before {
  width: 0;
  height: 0;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 160px solid #EBF5FB;
}
.tsunagi.bl-ye p {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  padding-bottom: 20px;
  text-align: center;
}
@media (max-width: 600px) {
  .tsunagi.bl-ye p {
    font-size: 1.4rem;
  }
}
.tsunagi.ye-gr {
  background-color: #F0FBEB;
}
.tsunagi.ye-gr::before {
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 160px solid #FFFCD5;
}
.tsunagi.ye-gr p {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 600px) {
  .tsunagi.ye-gr p {
    font-size: 1.4rem;
  }
}
.tsunagi.ye-gr p > span {
  display: inline !important;
  background: linear-gradient(transparent 0%, #fff 0%);
}
.tsunagi.gr-wh {
  background-color: #fff;
}
.tsunagi.gr-wh::before {
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 160px solid #F0FBEB;
}
.tsunagi.gr-wh p {
  font-weight: 600;
  font-size: 1.8rem;
}
@media (max-width: 600px) {
  .tsunagi.gr-wh p {
    font-size: 1.3rem;
  }
}
.tsunagi.wh-bl {
  background-color: #EBF5FB;
}
@media (max-width: 870px) {
  .tsunagi.wh-bl {
    height: 80px;
  }
}
.tsunagi.wh-bl::before {
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 160px solid #fff;
}
@media (max-width: 870px) {
  .tsunagi.wh-bl::before {
    border-top: 80px solid #fff;
  }
}

.main-Visual {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #FBEBF8;
}
@media (max-width: 1000px) {
  .main-Visual {
    height: 70vh;
  }
}
.main-Visual > figure {
  position: absolute;
  top: 60px;
  right: 0;
  border-radius: 40px 0 0 40px;
  overflow: hidden;
  width: 80%;
  height: calc(100vh - 60px - 60px);
  z-index: 1;
  background-image: url(../images/mv-image.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1000px) {
  .main-Visual > figure {
    height: calc(70vh - 60px - 60px);
  }
}
@media (max-width: 600px) {
  .main-Visual > figure {
    height: calc(100% - 140px);
    border-radius: 20px 0 0 20px;
    width: calc(100% - 20px);
    top: 20px;
  }
}
.main-Visual__text {
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4rem;
  margin: auto;
  width: 40%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-flow: column;
}
@media (max-width: 600px) {
  .main-Visual__text {
    top: auto;
    left: 10px;
    bottom: -20px;
    margin: 0;
    height: auto;
    width: 300px;
  }
}
.main-Visual__deco {
  z-index: 3;
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 340px;
  height: 144px;
}
@media (max-width: 600px) {
  .main-Visual__deco {
    width: 238px;
    height: 90px;
    top: -90px;
    bottom: auto;
    left: 0;
    transform: rotate(90deg);
    transform-origin: left bottom;
  }
}

.intro {
  background-color: #EBF5FB;
}
@media (max-width: 600px) {
  .intro {
    overflow: hidden;
  }
}
.intro__head {
  margin-bottom: 4rem;
}
.intro__head h2 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 600px) {
  .intro__head h2 {
    font-size: 1.4rem;
  }
}
.intro__content {
  text-align: center;
}
.intro__content > figure {
  width: 80%;
  max-width: 800px;
  margin: 0 auto 20px auto;
  position: relative;
}
.intro__content > figure::before {
  content: "";
  display: inline-block;
  width: 220px;
  height: 40px;
  background-color: #83C7F0;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-30deg) translateX(-25%) translateY(-40%);
}
@media (max-width: 600px) {
  .intro__content > figure::before {
    width: 200px;
    transform: rotate(-30deg) translateX(-35%) translateY(-80%);
    height: 30px;
  }
}
.intro__content > figure::after {
  content: "";
  display: inline-block;
  width: 220px;
  height: 40px;
  background-color: #83C7F0;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(-30deg) translateX(25%) translateY(40%);
}
@media (max-width: 600px) {
  .intro__content > figure::after {
    width: 200px;
    height: 30px;
    transform: rotate(-30deg) translateX(35%) translateY(80%);
  }
}

.deco {
  font-family: "Caveat", serif;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 5rem;
  transform: translateY(-2rem) rotate(-10deg);
}
@media (max-width: 600px) {
  .deco {
    font-size: 3rem;
    transform: rotate(-10deg);
  }
}

.where {
  background-color: #FFFCD5;
  position: relative;
  padding: 2rem 0;
}
@media (max-width: 870px) {
  .where {
    padding: 0;
  }
}
.where__head {
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 870px) {
  .where__head {
    margin-bottom: 4rem;
  }
}
.where__head h2 {
  font-weight: 700;
  display: inline-block;
  background-color: #fff;
  padding: 10px;
  font-size: 2rem;
}
@media (max-width: 600px) {
  .where__head h2 {
    font-size: 1.7rem;
  }
}
.where .deco {
  color: #EEDA58;
}
.where__content {
  padding: 0 4rem;
}
@media (max-width: 1000px) {
  .where__content {
    padding: 0 1rem 0 2rem;
  }
}
.where__content .box {
  background-color: #fff;
  padding: 2rem;
  border-radius: 40px;
  position: relative;
  margin-bottom: 2rem;
}
@media (max-width: 870px) {
  .where__content .box {
    border-radius: 20px;
    padding: 0;
    max-width: 600px;
    margin: 0 auto 4rem auto;
  }
}
.where__content .box > p {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  background-color: #EEDA58;
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 870px) {
  .where__content .box > p {
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    transform: translateY(-50%);
  }
}
.where__content .box > p span {
  position: absolute;
}
.where__content .box > p span:nth-of-type(1) {
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.where__content .box > p span:nth-of-type(2) {
  width: 100px;
  font-family: "Caveat", serif;
  font-weight: 700;
  color: #fff;
  font-size: 3rem;
  left: 0;
  bottom: 0;
  text-align: center;
  padding-right: 10px;
}
.where__content .box .box-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 870px) {
  .where__content .box .box-inner {
    flex-flow: column;
    border-radius: 20px;
    overflow: hidden;
  }
}
.where__content .box .box-inner > figure {
  border-radius: 40px;
  width: 400px;
  overflow: hidden;
}
@media (max-width: 870px) {
  .where__content .box .box-inner > figure {
    width: 100%;
    border-radius: 0;
  }
}
.where__content .box .box-inner > div {
  width: calc(100% - 400px - 2rem);
}
@media (max-width: 870px) {
  .where__content .box .box-inner > div {
    width: 100%;
    padding: 1.6rem 1rem;
    position: relative;
  }
}
.where__content .box .box-inner > div h2 {
  display: inline-block;
  padding: 4px 8px;
  background-color: #EEDA58;
  font-weight: 600;
  font-size: 2rem;
  color: #fff;
  margin-bottom: 1rem;
}
@media (max-width: 870px) {
  .where__content .box .box-inner > div h2 {
    font-size: 1.6rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
@media (max-width: 600px) {
  .where__content .box .box-inner > div h2 {
    font-size: 1.4rem;
    white-space: nowrap;
  }
}
@media (max-width: 870px) {
  .where__content .box .box-inner > div ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 1rem;
  }
}
.where__content .box .box-inner > div ul li {
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1.5rem;
}
@media (max-width: 870px) {
  .where__content .box .box-inner > div ul li {
    margin-bottom: 0;
  }
}
.where__content .box .box-inner > div ul li span {
  font-size: 0.8em;
}
.where__content .box .box-inner > div ul li:last-of-type {
  margin-bottom: 0;
}
.where__content .box .box-inner > div ul li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #EEDA58;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0;
}
@media (max-width: 870px) {
  .where__content .box:nth-of-type(1) .box-inner > div > ul {
    grid-template-columns: 1fr 1fr;
  }
}
.where__content .box:last-of-type {
  margin-bottom: 0;
}

.why {
  background-color: #F0FBEB;
  position: relative;
}
.why .deco {
  color: #B9DC91;
}
.why__content .text {
  background-color: #fff;
  padding: 3rem 2rem;
  border-radius: 40px;
  margin-bottom: 2rem;
}
.why__content .text p span {
  font-weight: 700;
  color: #B9DC91;
}
.why__content .carousel-box {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}
@media (max-width: 1000px) {
  .why__content .carousel-box {
    justify-content: flex-start;
    flex-flow: nowrap;
    overflow-x: scroll;
  }
  .why__content .carousel-box::-webkit-scrollbar {
    height: 14px;
  }
  .why__content .carousel-box::-webkit-scrollbar-thumb {
    background: #93ce50;
    border-radius: 7px;
  }
  .why__content .carousel-box::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 7px;
  }
}
@media (max-width: 600px) {
  .why__content .carousel-box::-webkit-scrollbar {
    display: none;
  }
}
.why__content .carousel-box > div {
  width: 31%;
  margin: 0 1% 1rem 1%;
  background-color: #B9DC91;
  color: #fff;
  padding: 2rem 1rem;
  border-radius: 40px;
  position: relative;
  text-align: center;
}
@media (max-width: 1000px) {
  .why__content .carousel-box > div {
    width: 70%;
    flex-shrink: 0;
  }
}
.why__content .carousel-box > div span {
  position: absolute;
  top: -20px;
  left: -8px;
  line-height: 1;
  font-weight: 800;
  font-size: 10rem;
  color: rgba(255, 255, 255, 0.2);
  font-family: "Caveat", serif;
}
.why__content .carousel-box > div dl {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.why__content .carousel-box > div dl dt {
  font-weight: 800;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.why__content .carousel-box > div dl dd {
  text-align: left;
  font-weight: 500;
}

.best .container {
  padding-bottom: 0;
}
.best__head {
  text-align: center;
  margin-bottom: 4rem;
}
.best__head h2 {
  display: inline-block;
  padding: 1rem;
  background-color: #e09393;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media (max-width: 870px) {
  .best__head h2 {
    font-size: 1.4rem;
  }
}
.best__head h2 > span > span.en {
  font-family: "Roboto", serif;
  font-size: 1.2em;
  padding-left: 10px;
}
.best__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 870px) {
  .best__content {
    grid-template-columns: 1fr;
  }
}
.best__content > div {
  margin-bottom: 2rem;
  padding: 3rem 1rem 1rem 1rem;
  position: relative;
  border-radius: 40px;
}
@media (max-width: 870px) {
  .best__content > div {
    border-radius: 20px;
    padding: 2.4rem 1.6rem 1.6rem 1.6rem;
  }
}
.best__content > div > span {
  font-family: "Caveat", serif;
  font-weight: 400;
  font-size: 4rem;
  position: absolute;
  top: -1.6rem;
  left: -1rem;
  line-height: 1;
}
.best__content > div h3 {
  text-align: center;
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
@media (max-width: 600px) {
  .best__content > div h3 {
    font-size: 1.8rem;
    white-space: no-wrap;
  }
}
.best__content > div h3 a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.6s ease;
}
.best__content > div h3 a span {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.best__content > div h3 a:hover {
  opacity: 0.6;
  transition: 0.2s ease;
}
.best__content > div > ul {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}
.best__content > div > ul li {
  background-color: #000;
  color: #fff;
  padding: 4px 6px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.best__content > div.hs::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #CE3727;
  opacity: 0.1;
  z-index: -1;
  border-radius: 40px;
}
.best__content > div.hs > span {
  color: #CE3727;
}
.best__content > div.hs h3 a {
  color: #CE3727;
}
.best__content > div.hs ul li {
  background-color: #CE3727;
}
.best__content > div.hi::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #CF5086;
  opacity: 0.1;
  z-index: -1;
  border-radius: 40px;
}
.best__content > div.hi > span {
  color: #CF5086;
}
.best__content > div.hi h3 a {
  color: #CF5086;
}
.best__content > div.hi ul li {
  background-color: #CF5086;
}
.best__content > div.sw::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #44A436;
  opacity: 0.1;
  z-index: -1;
  border-radius: 40px;
}
.best__content > div.sw > span {
  color: #44A436;
}
.best__content > div.sw h3 a {
  color: #44A436;
}
.best__content > div.sw ul li {
  background-color: #44A436;
}
.best .ps {
  position: relative;
  padding: 2rem;
  text-align: center;
}
.best .ps::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #009C6E;
  opacity: 0.1;
  z-index: -1;
  border-radius: 40px;
}
.best .ps > span {
  font-family: "Caveat", serif;
  font-weight: 400;
  font-size: 3rem;
  color: #009C6E;
  position: absolute;
  top: -1rem;
  left: -1rem;
  line-height: 1;
}
@media (max-width: 870px) {
  .best .ps > p {
    display: inline-block;
    text-align: left;
  }
}

.voice {
  background-color: #EBF5FB;
  position: relative;
}
.voice .deco {
  color: #83C7F0;
}
.voice__head {
  text-align: center;
  margin-bottom: 2rem;
}
.voice__head h2 {
  display: inline-block;
  padding: 10px;
  background-color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
}
.voice__content .carousel-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 1000px) {
  .voice__content .carousel-box {
    gap: 0;
    display: flex;
    justify-content: flex-start;
    flex-flow: nowrap;
    overflow-x: scroll;
  }
  .voice__content .carousel-box::-webkit-scrollbar {
    height: 14px;
  }
  .voice__content .carousel-box::-webkit-scrollbar-thumb {
    background: #83C7F0;
    border-radius: 7px;
  }
  .voice__content .carousel-box::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 7px;
  }
}
@media (max-width: 600px) {
  .voice__content .carousel-box::-webkit-scrollbar {
    display: none;
  }
}
.voice__content .carousel-box .box-inner {
  border-radius: 40px;
  overflow: hidden;
  background-color: #fff;
}
@media (max-width: 1000px) {
  .voice__content .carousel-box .box-inner {
    width: 90%;
    flex-shrink: 0;
    margin-right: 10px;
    margin-bottom: 20px;
  }
}
.voice__content .carousel-box .box-inner > dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #83C7F0;
}
.voice__content .carousel-box .box-inner > dl dt {
  display: block;
  width: 200px;
  height: 160px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 600px) {
  .voice__content .carousel-box .box-inner > dl dt {
    width: 25%;
  }
}
.voice__content .carousel-box .box-inner > dl dt::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 100%;
  background-color: #83C7F0;
  position: absolute;
  top: 0;
  right: -9px;
  bottom: 0;
  margin: auto;
  transform: skewX(-6deg);
}
.voice__content .carousel-box .box-inner > dl dd {
  width: calc(100% - 200px - 1rem);
  padding: 10px;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 600px) {
  .voice__content .carousel-box .box-inner > dl dd {
    width: 75%;
  }
}
.voice__content .carousel-box .box-inner:nth-of-type(1) > dl > dt {
  background-image: url(../images/voice_img-1.jpg);
}
.voice__content .carousel-box .box-inner:nth-of-type(2) > dl > dt {
  background-image: url(../images/voice_img-2.jpg);
}
.voice__content .carousel-box .box-inner > div {
  padding: 1.6rem;
}

.other {
  text-align: center;
}
.other__head {
  margin-bottom: 2rem;
}
.other__head h2 {
  font-weight: 700;
  font-size: 1.6rem;
}
.other__content ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.6rem;
}
@media (max-width: 1000px) {
  .other__content ul {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}
@media (max-width: 600px) {
  .other__content ul {
    grid-template-columns: 1fr;
  }
}
.other__content ul li a {
  display: block;
  padding: 10px;
  background-color: #D81E8D;
  color: #fff;
  font-weight: 600;
  border-radius: 4rem;
  position: relative;
  transition: 0.6s ease;
}
.other__content ul li a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 6px solid #fff;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}
.other__content ul li a:hover {
  opacity: 0.6;
  transition: 0.2s ease;
}
.other__content ul li.hs a {
  background-color: #CE3727;
}
.other__content ul li.hi a {
  background-color: #CF5086;
}
.other__content ul li.sw a {
  background-color: #44A436;
}
.other__content ul li.ps a {
  background-color: #009C6E;
}

.info {
  background-color: #EFE7F6;
  text-align: center;
}
.info__head {
  margin-bottom: 1.6rem;
}
.info__head h2 span {
  font-weight: 700;
  display: block;
}
.info__head h2 span:nth-of-type(1) {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #CF5086;
}
.info__head h2 span:nth-of-type(2) {
  padding: 0 4px 4px 4px;
  font-size: 2rem;
  display: inline-block;
  background: linear-gradient(transparent 60%, #D4B3E6 0%);
}
.info__content dl {
  margin-bottom: 1.6rem;
  font-weight: 600;
}
.info__content dl dt {
  color: #CF5086;
  font-size: 1.6rem;
}
@media (max-width: 600px) {
  .info__content dl dt {
    font-size: 1.2rem;
  }
}
.info__content dl dt > span {
  font-size: 0.8em;
}
.info__content dl dd {
  font-weight: 600;
  font-size: 1.2rem;
}
@media (max-width: 870px) {
  .info__content dl dd {
    font-size: 1rem;
  }
}
.info__content .btn {
  text-align: center;
}
.info__content .btn a {
  position: relative;
  background-color: #D4B3E6;
  padding: 6px 10px;
  display: inline-block;
  width: 80%;
  max-width: 240px;
  font-weight: 700;
  font-size: 1.2rem;
  color: #fff;
  border-radius: 4rem;
  transition: 0.6s ease;
}
.info__content .btn a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 6px solid #fff;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}
.info__content .btn a:hover {
  opacity: 0.6;
  transition: 0.2s ease;
}

.sp-only {
  display: none;
}
@media (max-width: 870px) {
  .sp-only {
    display: block;
  }
}