/*------------------------------------*/
body {
  background: white;
}

img {
  -webkit-backface-visibility: hidden;
}

#wrap {
  width: 100%;
  max-width: 100%;
  padding-bottom: 0;
}
#wrap #bred-nav {
  width: 1180px;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 480px) {
  #wrap #bred-nav {
    width: 100%;
    margin-bottom: 0.5rem;
    padding: 0 4%;
  }
}
#wrap #main {
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  float: none;
}
#wrap #main * {
  box-sizing: border-box;
}
#wrap #main h2 {
  font-size: 2.6rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 2em;
  font-family: "Kokoro";
  color: white;
}
@media screen and (max-width: 480px) {
  #wrap #main h2 {
    margin: 0 auto 1.5em;
    font-size: 6vw;
  }
}
#wrap #main h2 span {
  display: inline-block;
  background: linear-gradient(transparent 70%, rgba(255, 0, 0, 0.54) 0);
  padding: 0 0.2em;
}
@media screen and (max-width: 480px) {
  #wrap #main h2 span {
    background: linear-gradient(transparent 70%, rgba(255, 0, 0, 0.54) 0);
  }
}
#wrap #main h3 {
  font-size: 1.6rem;
  color: #384359;
  font-weight: normal;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 480px) {
  #wrap #main h3 {
    font-size: 1.2rem;
  }
}
#wrap #main .lead-text {
  font-size: 1.4rem;
  color: #eaefd1;
  font-weight: normal;
  letter-spacing: 0.1em;
  width: 80%;
  margin: 0 auto 4rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #wrap #main .lead-text {
    width: 100%;
    font-size: 1.2rem;
  }
}
#wrap section {
  margin-bottom: 0;
}
#wrap section:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
#wrap section .inner {
  position: relative;
  width: 1180px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 480px) {
  #wrap section .inner {
    width: 100%;
    padding: 2rem 0;
  }
}
#wrap section .inner .btn-wrap {
  text-align: center;
}
#wrap section .inner .btn-wrap a {
  background: rgba(255, 191, 11, 0.82);
  display: inline-block;
  line-height: 1;
  padding: 1.5rem 4rem;
  font-size: 1.6rem;
  border-radius: 0.4rem;
  color: inherit;
  text-decoration: none;
  letter-spacing: 0.15em;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.15s;
}
#wrap section .inner .btn-wrap a:hover {
  background: rgba(241, 177, 0, 0.82);
  transform: scale(1.05);
}
#wrap section .inner .btn-outline {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 480px) {
  #wrap section .inner .btn-outline {
    margin: 2rem 1rem;
  }
}
#wrap section .inner .btn-outline a {
  background: white;
  display: inline-block;
  line-height: 1;
  padding: 1rem 1.5rem;
  font-size: 1.3rem;
  border-radius: 0.4rem;
  color: inherit;
  text-decoration: none;
  letter-spacing: 0.05em;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
  transition: all 0.15s;
}
#wrap section .inner .btn-outline a:hover {
  background: rgba(255, 191, 11, 0.82);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) inset;
  transform: scale(1.05);
}
@media screen and (max-width: 480px) {
  #wrap section .inner .btn-outline a {
    font-size: 5vw;
    text-align: left;
    line-height: 1.4;
  }
}
#wrap section ul, #wrap section ol {
  font-size: 100%;
}
#wrap .catch-sec {
  background: black url("/recommend/identityv/img/bg-title.png") repeat 0 center;
  background-size: cover;
  box-shadow: inset 0 0 15px 0px rgba(109, 52, 2, 0.2);
  color: white;
}
#wrap .catch-sec .inner {
  padding: 1rem 0;
}
@media screen and (max-width: 480px) {
  #wrap .catch-sec .inner {
    padding: 0;
  }
}
#wrap .catch-sec h1 {
  font-size: 3.5rem !important;
  margin: 1rem 0;
  text-align: left;
  padding-left: 5%;
  letter-spacing: 0.15em;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  #wrap .catch-sec h1 {
    font-size: 8vw !important;
    margin-bottom: 1.5rem !important;
    padding-right: 5%;
  }
}
#wrap .catch-sec h1 span {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  background: none !important;
  color: inherit;
}
@media screen and (max-width: 480px) {
  #wrap .catch-sec h1 span {
    display: block !important;
  }
}
#wrap .catch-sec h1 span small {
  font-size: 0.7em;
  font-weight: normal;
}
#wrap .catch-sec h1 img {
  max-width: 50%;
  filter: drop-shadow(4px 4px 4px #000);
}
@media screen and (max-width: 480px) {
  #wrap .catch-sec h1 img {
    max-width: 80%;
  }
}
#wrap .catch-sec h2 {
  font-size: 1.3rem !important;
  line-height: 1.6;
  text-align: left !important;
  padding-left: 5%;
  font-family: inherit !important;
  color: #eaefd1 !important;
}
#wrap .catch-sec h2 span {
  background: none !important;
}
@media screen and (max-width: 480px) {
  #wrap .catch-sec h2 {
    font-size: 1rem !important;
    padding-right: 30%;
  }
  #wrap .catch-sec h2 br {
    display: none;
  }
}
#wrap .catch-sec .main-image {
  position: absolute;
  top: 50%;
  right: 5%;
  max-width: 57%;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  #wrap .catch-sec .main-image {
    max-width: 30%;
    text-align: center;
    top: auto;
    bottom: -1rem;
    right: 0;
    transform: translateY(0);
  }
}
#wrap .catch-sec .main-image img {
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  #wrap .catch-sec .main-image img {
    max-width: 90%;
  }
}
#wrap .feature-sec {
  background: #F3F3F3;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='100%25' gradientTransform='rotate(240)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23ffffff'/%3E%3C/linearGradient%3E%3Cpattern patternUnits='userSpaceOnUse' id='b' width='540' height='450' x='0' y='0' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.04'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect x='0' y='0' fill='url(%23b)' width='100%25' height='100%25'/%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
}
#wrap .feature-sec h3 {
  text-align: center;
  font-size: 2rem !important;
  margin: 4rem 0 2rem;
}
@media screen and (max-width: 480px) {
  #wrap .feature-sec h3 {
    font-size: 1.6rem !important;
    margin: 2rem 0 1rem;
  }
}
#wrap .feature-sec h3:first-child {
  margin-top: 0;
}
#wrap .feature-sec ul {
  display: flex;
  flex-wrap: wrap;
}
#wrap .feature-sec ul li {
  width: 31.3333333333%;
  background: white;
  border-radius: 4px;
  box-shadow: 0 2px 7px 0px rgba(0, 0, 0, 0.15);
  margin: 1%;
  padding: 2%;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #wrap .feature-sec ul li {
    margin: 0 4% 5% !important;
    padding: 3%;
  }
}
#wrap .feature-sec ul li h4 {
  color: #4c5b78;
  font-size: 1.4rem !important;
  text-align: center;
  margin-bottom: 0.5rem;
  letter-spacing: 0.05em;
}
#wrap .feature-sec ul li img {
  max-width: 100%;
}
#wrap .feature-sec ul li p {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  #wrap .feature-sec ul li p {
    margin-bottom: 1em;
  }
}
#wrap .feature-sec p {
  line-height: 1.8;
}
#wrap .feature-sec p a {
  color: #0fa698;
}
@media screen and (max-width: 480px) {
  #wrap .feature-sec .description {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  #wrap .feature-sec .description .pc {
    display: none;
  }
}
#wrap .recommend-sec {
  background-color: #171613;
}
#wrap .recommend-sec:nth-child(2n) {
  background-color: #06090c;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 100 100'%3E%3Crect x='0' y='0' width='12' height='12' fill-opacity='0.56' fill='%231A2B30'/%3E%3C/svg%3E");
}
#wrap .recommend-sec .description {
  font-size: 1.2rem;
  margin-bottom: 3rem;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 480px) {
  #wrap .recommend-sec .description {
    margin: 0 4% 2rem;
    font-size: 1rem;
    letter-spacing: 0.03em;
    text-align: left;
    line-height: 1.6;
  }
  #wrap .recommend-sec .description br {
    display: none;
  }
}
#wrap .recommend-sec p a {
  color: #0fa698;
}
#wrap .recommend-sec ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  #wrap .recommend-sec ul {
    margin: 0 1%;
  }
}
#wrap .recommend-sec ul li {
  width: 18%;
  margin: 0 1% 2%;
  background: #292d28;
  transition: all 0.2s;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 7px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 480px) {
  #wrap .recommend-sec ul li {
    width: 46% !important;
    margin: 0 2% 4% !important;
  }
}
#wrap .recommend-sec ul li:hover {
  box-shadow: 0 4px 13px 2px rgba(0, 0, 0, 0.2);
  transform: scale(1.02);
}
#wrap .recommend-sec ul li a {
  text-decoration: none;
  color: inherit;
  display: block;
  opacity: 1 !important;
}
#wrap .recommend-sec ul li div.thumb img {
  max-width: 100%;
}
#wrap .recommend-sec ul li .item-info {
  margin: 5%;
}
#wrap .recommend-sec ul li .item-info p {
  margin-bottom: 5px;
}
#wrap .recommend-sec ul li .item-info p:last-child {
  margin-bottom: 0;
}
#wrap .recommend-sec ul li .item-info .name {
  font-size: 0.8rem;
  color: white;
}
#wrap .recommend-sec ul li .item-info .price {
  text-align: right;
  font-size: 1.6rem;
  line-height: 1;
  color: #f52525;
  font-weight: bold;
  font-family: helvetica, arial, "hiragino kaku gothic pro", meiryo, "ms pgothic", sans-serif;
}
#wrap .recommend-sec ul li .item-info .price span {
  font-size: 1.2rem;
}
#wrap .notice-sec {
  border: none !important;
}
@media screen and (max-width: 480px) {
  #wrap .notice-sec {
    padding: 0;
  }
}
#wrap .notice-sec .inner {
  padding: 40px 0 0;
}
@media screen and (max-width: 480px) {
  #wrap .notice-sec .inner {
    padding: 0;
  }
}
#wrap .notice-sec .notice {
  padding: 1em;
  background: #fff5d2;
  border-radius: 0.5rem;
}
@media screen and (max-width: 480px) {
  #wrap .notice-sec .notice {
    padding: 5%;
  }
}
#wrap .notice-sec .notice h4 {
  font-size: 18px;
  margin-bottom: 1em;
  text-align: center;
  color: #a00;
}
#wrap .notice-sec .notice p {
  font-size: 14px;
  text-align: center;
}
#wrap .notice-sec .notice p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  #wrap .notice-sec .notice p {
    text-align: left;
  }
  #wrap .notice-sec .notice p br {
    display: none;
  }
}
#wrap .register-sec .inner {
  padding: 40px 0;
}
@media screen and (max-width: 480px) {
  #wrap .register-sec .inner {
    padding: 0;
  }
}/*# sourceMappingURL=style.css.map */