@charset "utf-8";


/* ---------------------------------------------------------
 * #top_search
** --------------------------------------------------------- */
#top_search {
  display: flex;
  width: 100%;
  padding: 10px 15px;
  background-image: var(--pri-gra);
}
#top_search input {
  width: calc(100% - 80px);
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 5px 0 0 5px;
  text-align: left;
}
#top_search button {
  width: 80px;
  border: 1px solid;
  background-color: var(--pri-color);
  border-radius: 0 5px 5px 0;
  color: #fff;
  text-align: center;
}




/* ---------------------------------------------------------
 * #top_fv
** --------------------------------------------------------- */
#top_fv {
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #fdf3eb;
}
#top_fv .fv_img {
  width: 100%;
}
#top_fv .contents {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
#top_fv a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 15px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid var(--pri-color);
  font-weight: bold;
}
#top_fv a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  display: block;
  width: 7px;
  height: 7px;
  margin-top: auto;
  margin-bottom: auto;
  border-top: 1px solid var(--pri-color);
  border-right: 1px solid var(--pri-color);
  transform: rotate(45deg);
}
#top_fv a::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-image: var(--pri-gra);
  border-radius: 5px;
}
#top_fv a img {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  display: block;
  margin-block: auto;
}
#top_fv a span {
  display: inline-block;
  margin-top: -2px;
  margin-right: 5px;
  font-size: 18px;
}




/* ---------------------------------------------------------
 * #top_tokutyo
** --------------------------------------------------------- */
#top_tokutyo {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: var(--pri-gra);
}
#top_tokutyo h2 {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
#top_tokutyo h2 span {
  font-size: 28px;
}
#top_tokutyo h2 .dot {
  background-image: radial-gradient(circle at center, #fefe00 3px, transparent 3px);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 6px;
  padding-top: 6px;
}
#top_tokutyo .contents {
}
#top_tokutyo section {
  margin-top: 40px;
  padding: 25px;
  background-color: #fff;
  border-radius: 10px;
}
#top_tokutyo .img {
  text-align: center;
}
#top_tokutyo .img img {
}
#top_tokutyo section:nth-child(1) .img img {
  width: 102px;
  margin-top: -50px;
  margin-left: 40px;
}
#top_tokutyo section:nth-child(2) .img img {
  width: 118px;
  margin-top: -60px;
}
#top_tokutyo section:nth-child(3) .img img {
  width: 84px;
  margin-top: -40px;
}
#top_tokutyo h3 {
  margin-top: 20px;
  color: var(--pri-color);
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#top_tokutyo p {
  margin-top: 10px;
  font-size: 14px;
}




/* ---------------------------------------------------------
 * #top_voice
** --------------------------------------------------------- */
#top_voice {
  padding-top: 20px;
  padding-bottom: 50px;
}
#top_voice h2 {
  text-align: center;
}
#top_voice h2 img {
  width: 300px;
}
#top_voice .voices {
}
#top_voice .voice {
  margin-top: 20px;
  margin-bottom: 40px;
}
#top_voice .img {
}
#top_voice .img img {
  width: 100%;
}
#top_voice .ttl {
  margin-top: 10px;
  font-size: 15px;
}
#top_voice .btn_area {
  position: relative;
  z-index: 1;
  text-align: center;
}
#top_voice .btn_area a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  padding: 10px 0;
  background-color: #fff;
  border: 1px solid;
  border-radius: 100px;
  color: var(--pri-color);
  font-weight: bold;
  letter-spacing: 2px;
}
#top_voice .btn_area a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 2px;
  left: 2px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--pri-color);
  border-radius: 100px;
}
#top_voice .btn_area a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  display: block;
  width: 7px;
  height: 7px;
  margin-top: auto;
  margin-bottom: auto;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
}




/* ---------------------------------------------------------
 * #top_category
** --------------------------------------------------------- */
#top_category {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #F2F2F2;
}
#top_category h2 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
#top_category ul {
  margin-top: 50px;
}
#top_category li {
  margin-top: 15px;
}
#top_category a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 7px;
  background-color: #fff;
  border-radius: 5px;
}
#top_category a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  display: block;
  width: 9px;
  height: 9px;
  margin-top: auto;
  margin-bottom: auto;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
}
#top_category .img {
  width: 60px;
  margin-right: 20px;
}
#top_category .img img {
  width: 100%;
}
#top_category .ttl {
  font-size: 14px;
  font-weight: bold;
}