@charset "UTF-8";
/* CSS Document */
/* -------------------------------------------------

Reset.css

------------------------------------------------- */
@media print {
  html, body {
    zoom: 0.8;
  }
}
html, body, div, p, span, address, h1, h2, h3, h4, h5, h6, header, hgroup, footer, section, article, aside, nav, figure, figcaption {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  line-height: 150%;
}

ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  line-height: 150%;
  list-style: none;
}

body {
  font-size: 1rem;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-style: normal;
  -webkit-text-size-adjust: 100%;
}

a {
  outline: none;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

a:active {
  text-decoration: under-line;
}

a img {
  border-style: none;
  transition: 0.3s;
}

div, p, span, address, header, hgroup, footer, section, article, aside, nav, ul, ol, li, dl, dt, dd, figure, figcaption {
  box-sizing: border-box;
}

.tt,
.tt5 {
  display: none;
}

/* PC */
@media print, screen and (min-width: 961px) {
  .sp {
    display: none;
  }
}
/* Tablet */
@media screen and (max-width: 960px) {
  body {
    font-size: 1rem;
  }

  #wrapper img {
    width: 100%;
  }

  .pc {
    display: none;
  }
}
/* SP縦以外 */
@media screen and (min-width: 641px) {
  /*SP縦以外を表示*/
  .ta {
    display: block;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .tt {
    display: block;
  }

  /*SP縦以外を表示*/
  .ta {
    display: none;
  }
}
/* iphone5 */
@media screen and (max-width: 360px) and (orientation: portrait) {
  .tt5 {
    display: block;
  }
}
#wrapper {
  width: 100%;
}
#wrapper .bg {
  background: #EFE7EF;
}
#wrapper .inner {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  #wrapper .inner {
    width: 90%;
  }
}
#wrapper .pconly {
  display: block;
}
@media screen and (max-width: 668px) {
  #wrapper .pconly {
    display: none;
  }
}
#wrapper .sponly {
  display: none;
}
@media screen and (max-width: 668px) {
  #wrapper .sponly {
    display: block;
  }
}

@media screen {
  .fade00 {
    opacity: 0;
    transition: 1s;
  }

  .fade01 {
    opacity: 0;
    transition: 1s;
    transform: translate(0, 30px);
  }

  .fade00a {
    opacity: 1.0;
    transform: translate(0, 0);
  }
}
header ul {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: #8C568D;
}
header ul li.logo {
  width: 150px;
  line-height: 0;
}
header ul li.tadaima {
  width: 140px;
  line-height: 0;
}
header h1 {
  margin: 0 auto;
  padding: 0;
  line-height: 0;
}
header h1 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

#contents .outline {
  padding: 50px 0;
}
@media screen and (max-width: 668px) {
  #contents .outline {
    padding: 25px 0;
  }
}
#contents .outline .lottery {
  padding: 30px 40px;
  border-radius: 20px;
  background: #fff;
}
@media screen and (max-width: 668px) {
  #contents .outline .lottery {
    padding: 20px;
  }
}
#contents .outline .lottery ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#contents .outline .lottery ul li {
  margin: 0 10px;
}
#contents .outline .lottery ul li:first-child {
  width: 220px;
}
@media screen and (max-width: 960px) {
  #contents .outline .lottery ul li:first-child {
    width: 100%;
  }
}
#contents .outline .lottery ul li:first-child h2 {
  width: 200px;
  padding: 5px 10px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  background: #8B568C;
}
@media screen and (max-width: 960px) {
  #contents .outline .lottery ul li:first-child h2 {
    width: auto;
    margin: 0 0 20px;
  }
}
#contents .outline .lottery ul li:last-child p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.0em;
}
@media screen and (max-width: 960px) {
  #contents .outline .lottery ul li:last-child p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 668px) {
  #contents .outline .lottery ul li:last-child p {
    font-size: 1.2rem;
    text-align: left;
    line-height: 1.5em;
  }
}
#contents .outline .lottery ul li:last-child p span {
  font-size: 1.0rem;
  font-weight: normal;
}
#contents .outline .lottery ul.border {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 2px dotted #555;
}
#contents .outline .box {
  margin: 25px 0 0;
}
#contents .outline .box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 960px) {
  #contents .outline .box ul {
    display: block;
    align-items: center;
  }
}
#contents .outline .box ul li {
  width: calc(50% - 20px);
  padding: 20px;
  border-radius: 20px;
  background: #fff;
}
@media screen and (max-width: 960px) {
  #contents .outline .box ul li {
    width: 100%;
    margin: 0 0 20px;
  }
}
#contents .outline .box ul li h3 {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 2px dotted #555;
}
#contents .outline .box ul li h3 img {
  width: 100%;
  max-width: 120px;
  margin: 0 auto;
  display: block;
}
#contents .outline .box ul li h4 {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
}
#contents .outline .box ul li p.ttl {
  margin: 10px 0 0;
  padding: 5px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  background: #8C568D;
}
#contents .outline .box ul li p.img {
  margin: 10px 0 0;
}
#contents .outline .box ul li p.img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 960px) {
  #contents .outline .box ul li p.img img {
    max-width: 300px;
    margin: 0 auto;
    display: block;
  }
}
#contents .outline .box ul li p.txt {
  margin: 5px 0 0;
}
#contents .outline .box ul li p.txt small {
  line-height: 1.25em;
  letter-spacing: 1 !important;
  display: block;
}
#contents .outline .box ul li dl {
  padding: 5px 0 0;
  background: #eee6ee;
}
#contents .outline .box ul li dl dd {
  padding: 0 0 5px;
  text-align: center;
}
#contents .outline .method {
  margin: 25px 0 0;
  padding: 20px;
  border-radius: 20px;
  background: #fff;
}
#contents .outline .method h3 {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 2px dotted #555;
}
#contents .outline .method h3 img {
  width: 100%;
  max-width: 120px;
  margin: 0 auto;
  display: block;
}
#contents .outline .condition {
  margin: 25px 0 0;
}
#contents .outline .condition h3 {
  padding: 5px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  background: #8C568D;
}
#contents .outline .condition ul li {
  margin: 20px 0 0;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.0em;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #contents .outline .condition ul li {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 668px) {
  #contents .outline .condition ul li {
    font-size: 1.1rem;
    text-align: left;
    line-height: 1.5em;
  }
}
#contents .outline .condition ul li span {
  color: #8C568D;
}
#contents .outline .condition p {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 2px dotted #555;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.0em;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #contents .outline .condition p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 668px) {
  #contents .outline .condition p {
    font-size: 1.2rem;
    text-align: left;
    line-height: 1.5em;
  }
}
#contents .outline .condition p span {
  color: #8C568D;
}
#contents .plan {
  padding: 50px 0;
}
@media screen and (max-width: 668px) {
  #contents .plan {
    padding: 25px 0;
  }
}
#contents .plan .btn {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 668px) {
  #contents .plan .btn {
    width: 90%;
  }
}
#contents .plan .btn a {
  padding: 10px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  background: #8C568D;
  display: block;
  position: relative;
}
@media screen and (max-width: 668px) {
  #contents .plan .btn a {
    font-size: 1.2rem;
  }
}
#contents .plan .btn a i {
  position: absolute;
  top: auto;
  right: 20px;
  bottom: auto;
}
#contents .plan ul.slider li {
  padding: 0 0 10px;
}
#contents .plan ul.slider li .box {
  width: 100%;
  height: 100%;
  color: #fff;
  display: block;
}
#contents .plan ul.slider li .box:hover .text {
  text-decoration: underline;
  background-color: rgba(0, 0, 0, 0.5);
}
#contents .plan ul.slider li .box .image {
  margin-bottom: 10px;
}
#contents .plan ul.slider li .box .text {
  font-size: 2rem;
  text-align: center;
  line-height: 3rem;
}
@media screen and (max-width: 668px) {
  #contents .plan ul.slider li .box .text {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#contents .plan ul.slider li .box .text a {
  text-decoration: none;
}
#contents .plan ul.slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
#contents .plan ul.slider .slick-slide {
  margin: 0 10px !important;
}
#contents .plan ul.slider .slide-arrow {
  width: 50px;
  height: 50px;
  margin-top: -15px;
  cursor: pointer;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
  position: absolute;
  top: 35%;
  z-index: 20;
}
@media screen and (max-width: 668px) {
  #contents .plan ul.slider .slide-arrow {
    width: 40px;
    height: 40px;
  }
}
#contents .plan ul.slider .prev-arrow {
  left: 10px;
}
#contents .plan ul.slider .next-arrow {
  right: 10px;
}
#contents .faq {
  padding: 50px 0;
  /* アコーディオン全体 */
  /* アコーディオン */
  /* アコーディオンのタイトル */
  /* (+)アイコン */
  /* アコーディオンのコンテンツ */
  /* アコーディオン展開時の(-)アイコン */
  /* more */
}
@media screen and (max-width: 668px) {
  #contents .faq {
    padding: 25px 0;
  }
}
#contents .faq h2 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 668px) {
  #contents .faq h2 {
    font-size: 1.5rem;
  }
}
#contents .faq h2 img {
  width: 100%;
  max-width: 110px;
  height: auto;
}
#contents .faq .accordion {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#contents .faq .accordion__item {
  margin-top: 20px;
  border-radius: 50px;
  background: #fff;
  cursor: pointer;
}
#contents .faq .accordion__title {
  position: relative;
  padding: 15px 60px 15px 20px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 960px) {
  #contents .faq .accordion__title {
    font-size: 1.15rem;
  }
}
@media screen and (max-width: 668px) {
  #contents .faq .accordion__title {
    padding: 15px 60px 15px 50px;
    font-size: 1.05rem;
    text-align: left;
  }
}
#contents .faq .accordion__title span {
  color: #8C568D;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif" !important;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  top: auto;
  left: 22px;
  bottom: auto;
  display: block;
}
@media screen and (max-width: 668px) {
  #contents .faq .accordion__title span {
    top: 11px;
  }
}
#contents .faq .accordion__title::before,
#contents .faq .accordion__title::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #8C568D;
  width: 20px;
  height: 4px;
  transition: all 0.3s;
}
#contents .faq .accordion__title::after {
  transform: rotate(90deg);
}
#contents .faq .accordion__content {
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  border-top: 1px solid #ccc;
  display: none;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 960px) {
  #contents .faq .accordion__content {
    padding: 10px 20px 20px 40px;
    text-align: left;
  }
}
@media screen and (max-width: 668px) {
  #contents .faq .accordion__content {
    padding: 10px 20px 20px 30px;
  }
}
#contents .faq .accordion__content span {
  color: #C5295C;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif" !important;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  top: 6px;
  left: 3px;
  display: block;
}
#contents .faq .accordion__content.is-open {
  display: block;
}
#contents .faq .accordion__item.is-active .accordion__title::before {
  transform: rotate(180deg);
}
#contents .faq .accordion__item.is-active .accordion__title::after {
  transform: rotate(180deg);
  opacity: 0;
}
#contents .faq .txt-hide {
  display: none;
}
#contents .faq button.more {
  width: 100px;
  height: 100px;
  margin: 40px auto 0;
  border: none;
  background: none;
  outline: 0;
  display: block;
  transition: .5s;
  -erbkit-transition: .5s;
  cursor: pointer;
}
@media screen and (max-width: 668px) {
  #contents .faq button.more {
    margin: 20px auto 0;
  }
}
#contents .faq button.more::after {
  content: url("../images/icon_more.svg");
  width: 100px;
  height: 100px;
  vertical-align: middle;
  display: inline-block;
  transition: .2s;
  -erbkit-transition: .2s;
}
#contents .faq button.more.on-click::after {
  content: url("../images/icon_close.svg");
  width: 100px;
  height: 100px;
  vertical-align: middle;
  display: inline-block;
}
#contents .tadaimaproject {
  padding: 50px 0;
}
@media screen and (max-width: 668px) {
  #contents .tadaimaproject {
    padding: 25px 0;
  }
}
#contents .tadaimaproject h2 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  border-bottom: 2px dotted #555;
}
@media screen and (max-width: 668px) {
  #contents .tadaimaproject h2 {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
#contents .tadaimaproject h2 img {
  width: 100%;
  max-width: 280px;
  height: auto;
}
#contents .tadaimaproject p {
  text-align: center;
  line-height: 200%;
}
@media screen and (max-width: 960px) {
  #contents .tadaimaproject p {
    text-align: left;
    line-height: 150%;
  }
}

footer {
  padding: 20px;
  background: #8C568D;
}
footer p.logo {
  width: 150px;
  margin: 0 auto;
  line-height: 0;
}

.gotop {
  position: fixed;
  right: 20px;
  bottom: 0;
  padding-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .gotop {
    right: 15px;
    bottom: 0;
    padding-bottom: 20px;
  }
}
.gotop a {
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  border-radius: 50%;
  margin-top: 10px;
  background-color: #8C568D;
  width: 50px;
  line-height: 50px;
}
@media all and (-ms-high-contrast: none) {
  .gotop a {
    padding-top: 15px;
    line-height: 35px;
  }
}
@media screen and (max-width: 960px) {
  .gotop a {
    width: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .gotop a {
    width: 35px;
    line-height: 35px;
  }
}
.gotop a:hover {
  transform: translate(0, -5px);
}

@media print {
  .gotop {
    display: none;
  }
}
