/***************************************************************************
	normalize
***************************************************************************/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, body, div, h1, h2, h3, h4, h5, h6, p, span, a, ul, ol, li, table, tr, th, td, hr, input, textarea, select, option {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2rem;
  margin: 0.67rem 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

.is-super {
  vertical-align: super;
  font-size: 10px;
  font-size: 1rem;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  vertical-align: top;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

ul, li {
  list-style: none;
}

/***************************************************************************
	BASE
***************************************************************************/
html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  overscroll-behavior: none;
}

body {
  position: relative;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0.00em;
  word-wrap: break-word;
  outline: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0em;
  color: #000;
}

* {
  box-sizing: border-box;
}

body::-webkit-scrollbar {
  display: none;
}

.pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

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

.top-header {
  width: 100%;
  height: 150px;
  border-top: 25px solid #EE6600;
  padding-top: 37px;
  padding-left: 46px;
}
@media screen and (max-width: 768px) {
  .top-header {
    height: 84px;
    padding-top: 14px;
    padding-left: 23px;
  }
}
.top-header__logo {
  line-height: 9999px;
  text-indent: -1000%;
  white-space: nowrap;
  overflow: hidden;
  width: 325px;
  height: 43px;
  margin: 0;
  padding: 0;
  background: url(../img/logo.png) no-repeat 0 0;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .top-header__logo {
    width: 187px;
    height: 25px;
  }
}

.contents {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 102px;
  padding-bottom: 96px;
  background-color: #FFF9F0;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .contents {
    padding-top: 66px;
    padding-bottom: 40px;
    margin-bottom: 89px;
  }
}
.contents__title {
  font-size: 50px;
  font-size: 5rem;
  line-height: 50px;
  line-height: 5rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 66px;
}
@media screen and (max-width: 768px) {
  .contents__title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 32px;
    line-height: 3.2rem;
    letter-spacing: 0em;
    margin-bottom: 38px;
  }
}
.contents__lead {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 29px;
  line-height: 2.9rem;
  letter-spacing: 0em;
  margin-bottom: 68px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contents__lead {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 32px;
    line-height: 3.2rem;
    letter-spacing: 0em;
    margin-bottom: 105px;
  }
}
.contents__list {
  width: 529px;
}
@media screen and (max-width: 768px) {
  .contents__list {
    width: 297px;
  }
}
.contents__listItem {
  width: 100%;
  height: 74px;
  margin-bottom: 21px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
  transition-duration: 0.3s;
}
@media screen and (max-width: 768px) {
  .contents__listItem {
    height: 72px;
    margin-bottom: 17px;
  }
}
@media screen and (min-width: 769px) {
  .contents__listItem:hover {
    opacity: 0.8;
    transition-duration: 0.1s;
  }
}
.contents__listItem > a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #FFF;
  text-decoration: none;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  letter-spacing: 0em;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: 474px center;
  background-size: 13px auto;
}
@media screen and (max-width: 768px) {
  .contents__listItem > a {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 18px;
    line-height: 1.8rem;
    letter-spacing: 0em;
    background-image: url(../img/arrow_sp.png);
    background-position: 272px center;
    background-size: 10.5px auto;
  }
}
.contents__listItem:nth-child(1) {
  background-color: #DF1F1C;
}
.contents__listItem:nth-child(2) {
  background-color: #EA6000;
}
.contents__listItem:nth-child(3) {
  background-color: #FFAF00;
}
.contents__listItem:nth-child(4) {
  background-color: #399D26;
}
.contents__listItem:nth-child(5) {
  background-color: #009DE8;
}
.contents__listItem:nth-child(6) {
  background-color: #005DAB;
}
.contents__listItem:nth-child(7) {
  background-color: #780072;
}
.contents__listItem:nth-child(8) {
  background-color: #D90060;
}
.contents.option {
  padding-top: 95px;
  padding-bottom: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .contents.option {
    padding-top: 72px;
    padding-bottom: 47px;
  }
}
.contents.option .contents__title {
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .contents.option .contents__title {
    margin-bottom: 38px;
  }
}
.contents.option .contents__lead {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 42px;
  line-height: 4.2rem;
  letter-spacing: 0em;
  margin-bottom: 84px;
}
@media screen and (max-width: 768px) {
  .contents.option .contents__lead {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 32px;
    line-height: 3.2rem;
    letter-spacing: 0em;
    margin-bottom: 45px;
  }
}
.contents.option .contents__listItem {
  height: 97px;
  margin-bottom: 36px;
  -moz-border-radius: 49px;
  -webkit-border-radius: 49px;
  border-radius: 49px;
  background-color: #FC5757;
}
@media screen and (max-width: 768px) {
  .contents.option .contents__listItem {
    height: 75px;
    margin-bottom: 19px;
    -moz-border-radius: 38px;
    -webkit-border-radius: 38px;
    border-radius: 38px;
  }
  .contents.option .contents__listItem > a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
    letter-spacing: 0em;
  }
}

.plan:before, .plan:after {
  display: block;
  position: absolute;
  left: 50%;
  content: "";
}
.plan:before {
  width: 117.5px;
  height: 164px;
  background-image: url(../img/chara01.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: -441px;
  top: 387px;
}
@media screen and (max-width: 768px) {
  .plan:before {
    display: none;
  }
}
.plan:after {
  width: 169.5px;
  height: 806.5px;
  background-image: url(../img/up.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 300px;
  top: 284px;
}
@media screen and (max-width: 768px) {
  .plan:after {
    width: 104px;
    height: 718px;
    background-image: url(../img/up_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: -178px;
    top: 230px;
  }
}

.option:before {
  display: block;
  position: absolute;
  left: 50%;
  content: "";
  width: 117px;
  height: 170px;
  background-image: url(../img/chara02.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 327px;
  top: 521px;
}
@media screen and (max-width: 768px) {
  .option:before {
    display: none;
  }
}

.banner {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.banner > a {
  box-sizing: border-box;
  display: block;
  width: 300px;
  border: 1px solid #999;
  margin: 0 10px;
}
.banner > a > img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .banner {
    flex-direction: column;
    align-items: center;
  }
  .banner > a {
    margin: 10px 0;
  }
}

footer {
  width: 100%;
  height: 99px;
  background-color: #EE6600;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer {
    height: 68px;
  }
}
footer > p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  letter-spacing: 0em;
  color: #FFF;
}

.option-top-pc {
  background-image: url(../../09_option_top/pc/img/page.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1803px auto;
  width: 100%;
  height: 7144px;
}

.option-top-sp {
  background-image: url(../../09_option_top/sp/img/page.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 375px auto;
  width: 100%;
  height: 6635px;
}

.option-searchlist-pc {
  background-image: url(../../10_option_serchlist/pc/img/page.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1200px auto;
  width: 100%;
  height: 1470px;
}

.option-searchlist-sp {
  background-image: url(../../10_option_serchlist/sp/img/page.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 375px auto;
  width: 100%;
  height: 1720px;
}

.detail-btn {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 88px;
  height: 55px;
  background-image: url(../../assets/img/point.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 10;
  pointer-events: auto;
}
.detail-btn.opt {
  width: 93px;
  background-image: url(../../assets/img/option.png);
}

.detail-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(71, 70, 69, 0.9);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  display: none;
}
.detail-modal__panel {
  position: relative;
  width: 638px;
  max-height: 90vh;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  box-sizing: border-box;
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
  .detail-modal__panel {
    width: 315px;
    max-height: 80vh;
  }
}
.detail-modal__scroll-wrapper {
  width: 100%;
  max-height: 90vh;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .detail-modal__scroll-wrapper {
    max-height: 80vh;
  }
}
.detail-modal__scroll-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .detail-modal__scroll-container {
    padding: 51px 0 32px;
  }
}
.detail-modal__title {
  box-sizing: border-box;
  font-size: 30px;
  line-height: 1.5;
  color: #DC000C;
  margin-bottom: 44px;
  text-align: left;
  padding: 0 114px;
}
.detail-modal__title > span {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .detail-modal__title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
    padding: 0 26px;
  }
  .detail-modal__title > span {
    font-size: 11px;
  }
}
.detail-modal__body {
  box-sizing: border-box;
  width: 100%;
  font-size: 20px;
  line-height: 34px;
  text-align: left;
  padding: 0 114px;
}
@media screen and (max-width: 768px) {
  .detail-modal__body {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 40px;
    padding: 0 26px;
  }
}
.detail-modal__img {
  box-sizing: border-box;
  width: 100%;
  padding: 30px 35px 0;
}
.detail-modal__img > img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .detail-modal__img {
    padding: 0px 26px 40px;
  }
}
.detail-modal__table {
  box-sizing: border-box;
  width: 100%;
  padding: 0 114px;
}
@media screen and (max-width: 768px) {
  .detail-modal__table {
    padding: 0 26px;
  }
}
.detail-modal__table--before {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .detail-modal__table--before {
    margin-bottom: 20px;
  }
}
.detail-modal__table--after {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .detail-modal__table--after {
    margin-top: -20px;
    margin-bottom: 40px;
  }
}
.detail-modal__table > table {
  width: 100%;
  border-collapse: collapse;
}
.detail-modal__table > table td {
  font-size: 20px;
  line-height: 34px;
  border: solid 1px black;
  padding: 0 18px;
}
@media screen and (max-width: 768px) {
  .detail-modal__table > table td {
    font-size: 14px;
    line-height: 28px;
    padding: 0 10px;
  }
}
.detail-modal__table > table td.plan {
  text-align: left;
  width: 329px;
}
@media screen and (max-width: 768px) {
  .detail-modal__table > table td.plan {
    width: 180px;
  }
}
.detail-modal__close-btn-sp {
  box-sizing: border-box;
  width: 263px;
  height: 52px;
  margin: 0 auto;
  border: 1px solid #707070;
  -moz-border-radius: 26px;
  -webkit-border-radius: 26px;
  border-radius: 26px;
  font-size: 20px;
  line-height: 52px;
  color: #000;
  text-align: center;
  text-decoration: none;
}
.detail-modal__close-btn-sp:visited {
  color: #000;
  text-decoration: none;
}
.detail-modal__close-btn-sp:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .detail-modal__close-btn-sp {
    display: none;
  }
}
.detail-modal__close-btn-pc {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 9999px;
  text-indent: -1000%;
  white-space: nowrap;
  overflow: hidden;
  width: 78px;
  height: 78px;
  background-image: url(../../assets/img/closeBtn.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 27px 27px;
}
@media screen and (max-width: 768px) {
  .detail-modal__close-btn-pc {
    display: none;
  }
}

.point-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 100;
}
