*,
*::after,
*::before {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", Helvetica Neue, Arial, Hiragino Sans, Hiragino Kaku Gothic ProN, BIZ UDPGothic, Meiryo, sans-serif;
  text-rendering: optimizeSpeed;
  font-weight: 400;
  line-height: 2;
  color: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a {
  text-decoration: none;
  color: #000000;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

main,
p {
  font-family: "Noto Serif JP", serif;
}

table {
  border-collapse: collapse;
}

textarea {
  font-family: "Noto Sans JP", Helvetica Neue, Arial, Hiragino Sans, Hiragino Kaku Gothic ProN, BIZ UDPGothic, Meiryo, sans-serif;
  font-size: 1rem;
}

input[type=button] {
  display: block;
  border: none;
}

input[type=button]:hover {
  cursor: pointer;
}

button {
  cursor: pointer;
  padding: 0;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

html,
body {
  height: 100%;
}

@media (max-width: 767px) {
  body {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

main {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

body {
  background: url(../img/bg_02.png);
  background-size: 100%;
  background-repeat: repeat;
}

.container {
  margin: 0 30px;
}

.container-inner {
  max-width: 1100px;
  margin: auto;
}

.br-PC-none {
  display: none;
}
@media (max-width: 767px) {
  .br-PC-none {
    display: block;
  }
}

.br-SP-none {
  display: block;
}
@media (max-width: 767px) {
  .br-SP-none {
    display: none;
  }
}

.header {
  position: relative;
  width: 100%;
  height: 195px;
  background: #f5e7d6;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1;
}
.header::before {
  display: block;
  content: "";
  width: 100%;
  height: 15px;
  background: #97444b;
}
.header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 4px;
  background: #eb7939;
}
.header__inner {
  max-width: 1100px;
  max-width: 1140px;
  padding: 0 15px;
  margin: auto;
}
@media (max-width: 767px) {
  .header__inner {
    padding: 0 8px;
  }
}
.header-contetntTop {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
.header-contetntTop__leftLink-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  max-width: 243px;
  margin-top: 20px;
}
.header-contetntTop__leftLink-wrap li {
  margin-bottom: 14px;
}
.header-contetntTop__leftLink {
  font-size: clamp(12px, 1.3vw, 18px);
}
.header-contetntTop__leftLink:last-of-type li:first-of-type {
  display: none;
}
.header-contetntTop__center {
  display: -webkit-box;
  display: flex;
  margin: 0 15px;
  position: relative;
  left: -20px;
}
@media (max-width: 767px) {
  .header-contetntTop__center {
    position: unset;
  }
}
.header-contetntTop__right {
  max-width: 254px;
  margin-top: 20px;
  font-size: 0.6875rem;
}
.header-contetntTop__right > div {
  width: 111px;
  margin: 0 0 0 auto;
}
.header-contetntTop__rightLink {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  width: 100%;
  text-align: right;
}
.header-contetntTop__rightLink li {
  width: 100%;
}
.header-contetntTop__rightLink a {
  font-size: clamp(12px, 1.3vw, 18px);
}
.header__icon {
  width: 86px;
  margin-right: 14px;
}
.header__title {
  max-width: 405px;
  width: 90%;
}
.header-contetntBottom {
  max-width: 780px;
  width: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .header {
    height: unset;
    padding-bottom: 8px;
  }
  .header::before {
    height: 8px;
  }
  .header::after {
    height: 2px;
  }
  .header-contetntTop__leftLink-wrap {
    display: none;
  }
  .header-contetntTop__rightLink {
    display: none;
  }
  .header__illust-text {
    display: block;
    width: 55px;
  }
  .header-contetntTop__center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
    margin: unset;
    margin-left: 2px;
  }
  .header__title {
    max-width: 150px;
    max-width: 175px;
    margin-right: 8px;
  }
  .header__icon {
    width: 50px;
  }
  .header-contetntTop__right {
    padding-right: 3px;
  }
}
@media (hover: hover) {
  .header a:hover {
    color: #97444b;
  }
}

.PDF .header-contetntTop__leftLink-wrap,
.PDF .header-contetntTop__rightLink,
.PDF .p-hamburger {
  display: none;
}

.PDF .header-contetntTop {
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .PDF .header-contetntTop {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

.PDF .header-contetntTop__center {
  position: unset;
  left: unset;
  -webkit-transform: translateX(calc(50% - 135px));
          transform: translateX(calc(50% - 135px));
}
@media (max-width: 767px) {
  .PDF .header-contetntTop__center {
    margin-right: 10px;
    -webkit-transform: unset;
            transform: unset;
  }
}

.PDF .header__illust-text {
  position: relative;
  left: -8px;
  bottom: -26px;
}
@media (max-width: 767px) {
  .PDF .header__illust-text {
    position: unset;
  }
}

.footer {
  background: #97444b;
  padding: 20px 15px 12px;
  color: #ffffff;
  font-size: 0.8125rem;
  letter-spacing: 0.03rem;
}
.footer a {
  color: #ffffff;
}
.footer__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  max-width: 1100px;
  margin: auto;
}
.footer__left-bottom br {
  display: none;
}
.footer__left-above {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.footer__left-above li:not(:last-of-type)::after {
  content: "";
  width: 1px;
  height: 10px;
  display: inline-block;
  margin: 0 16px;
  background: #ffffff;
  font-size: 0.6875rem;
}
.footer__right small {
  font-family: "Noto Sans JP", Helvetica Neue, Arial, Hiragino Sans, Hiragino Kaku Gothic ProN, BIZ UDPGothic, Meiryo, sans-serif;
  font-size: 0.6875rem;
}
.footer__imgwrap {
  max-width: 200px;
  width: 100%;
  margin: 0 0 0 auto;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .footer {
    letter-spacing: unset;
    padding: 16px;
  }
  .footer__inner {
    display: block;
  }
  .footer__left-bottom br {
    display: block;
  }
  .footer__left {
    font-size: 10px;
  }
  .footer__left li {
    margin-bottom: 1.5rem;
  }
  .footer__right {
    text-align: center;
    margin-top: 10px;
  }
  .footer__right span {
    display: block;
    white-space: nowrap;
  }
  .footer__left-above {
    display: block;
  }
  .footer__left-above li {
    display: inline-block;
  }
  .footer__imgwrap {
    margin: 0 auto;
    max-width: 150px;
  }
}
@media (hover: hover) {
  .footer a:hover {
    color: #000000;
  }
}

.c-button {
  position: relative;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: none;
}
@media (max-width: 767px) {
  .c-button {
    display: block;
  }
}

.p-hamburger {
  position: absolute;
  top: 4px;
  right: 20px;
  width: 40px;
  height: 40px;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.p-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 28px;
  height: 3px;
  background-color: #97444b;
  -webkit-transition: inherit;
  transition: inherit;
}

.p-hamburger__line::before,
.p-hamburger__line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: "";
  -webkit-transition: inherit;
  transition: inherit;
}

.p-hamburger__line::before {
  top: -8px;
}

.p-hamburger__line::after {
  top: 8px;
}

.p-hamburger[aria-expanded=true] .p-hamburger__line {
  background-color: transparent;
}

.p-hamburger[aria-expanded=true] .p-hamburger__line::before,
.p-hamburger[aria-expanded=true] .p-hamburger__line::after {
  top: 0;
  background-color: #97444b;
}

.p-hamburger[aria-expanded=true] .p-hamburger__line::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-hamburger[aria-expanded=true] .p-hamburger__line::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}

.sp-nav {
  position: relative;
}
.sp-nav__lists {
  display: none;
  position: absolute;
  top: 8px;
  width: 100%;
  z-index: 10;
}
.sp-nav__lists li {
  background: #97444b;
  display: block;
}
.sp-nav__lists li:not(:last-of-type) a {
  border-bottom: solid 1px #fff;
}
.sp-nav__lists li a {
  display: block;
  padding: 1rem 1.2rem;
  color: #ffffff;
}

.documents-head-level2-container {
  margin: 30px 0;
}

.documents {
  margin-bottom: 50px;
}
.documents-head-level2 {
  font-size: 1.5rem;
  font-weight: 700;
}
.documents-head-level3 {
  font-size: 1.125rem;
  font-weight: 700;
}
.documents__lists li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.8rem;
}
.documents__lists li::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #000000;
  border-radius: 50%;
}
.documents__underlayer li::before {
  content: "";
  width: 5px;
  height: 5px;
  top: 14px;
}

.specifiedCommercialTransaction .documents {
  border-bottom: 1px solid #b4b4b4;
}

.termsOfService .documents ul {
  counter-reset: lists;
  margin-left: 1rem;
}

.termsOfService .documents__lists li::before {
  top: 0;
  background: unset;
  content: counter(lists) ".";
  counter-increment: lists;
}

.completionNotice {
  margin: 30px auto 20px;
}
@media (max-width: 767px) {
  .completionNotice {
    margin: 15px auto 20px;
  }
}
.completionNotice__head {
  max-width: 280px;
  width: 100%;
  margin: 20px auto;
}
@media (max-width: 767px) {
  .completionNotice__head {
    margin: 15px auto;
  }
}
.completionNotice__text {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
.completionNotice__text:last-of-type {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .completionNotice__text {
    font-size: 1rem;
    text-align: left;
  }
  .completionNotice__text .diplayBlock {
    display: block;
  }
  .completionNotice__text br {
    display: none;
  }
  .completionNotice__head {
    width: 47%;
  }
}

.kujiResult {
  width: 310px;
  margin: 15px auto;
}
@media (max-width: 767px) {
  .kujiResult {
    width: 50%;
    margin: 15px auto 0;
  }
}

.down_arrow_large {
  width: 90px;
  margin: 15px auto 20px;
}
@media (max-width: 767px) {
  .down_arrow_large {
    width: 42px;
    margin: 5px auto 30px;
  }
}

.oracle {
  margin-bottom: 60px;
}
.oracle__headlevel2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.oracle__img-01 {
  height: 50px;
  width: auto;
  margin-right: 50px;
}
.oracle__img-02 {
  height: 115px;
  width: auto;
}
.oracle__headlevel3 {
  font-family: "Yuji Syuku", serif;
  font-size: clamp(2.2rem, 5vw, 2.8rem);
}
.oracle__text {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
}
.oracle__num {
  margin-right: 10px;
  font-family: "Yuji Syuku", serif;
  font-size: clamp(1.2rem, 5vw, 2.5rem);
}
.oracle__result-text {
  font-family: "Yuji Syuku", serif;
  font-size: clamp(4rem, 10vw, 8.75rem);
}
@media (max-width: 767px) {
  .oracle {
    margin-bottom: 30px;
  }
  .oracle img {
    height: auto;
  }
  .oracle__img-01 {
    width: 30%;
    margin-right: 16px;
  }
  .oracle__img-02 {
    width: 60%;
  }
  .oracle__text {
    font-size: 1.25rem;
  }
  .oracle__headlevel2 {
    display: block;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .oracle__num {
    margin-right: unset;
    font-size: 2.5rem;
  }
  .oracle__result-text {
    font-size: 6rem;
    font-size: clamp(4.5rem, 10vw, 6rem);
  }
}

.contentResult {
  text-align: center;
}

.barometer.good {
  color: #97444b;
}

.oneMore {
  margin: 80px auto 0;
}
.oneMore__img-wrap {
  position: relative;
  max-width: 52%;
  width: 100%;
  margin: 0 auto 15px;
}
.oneMore__img-wrap::before, .oneMore__img-wrap::after {
  position: absolute;
  top: calc(50% - 1px);
  content: "";
  width: 20px;
  height: 2px;
  background: #000000;
}
.oneMore__img-wrap::before {
  left: -34px;
}
.oneMore__img-wrap::after {
  right: -34px;
}
@media (max-width: 767px) {
  .oneMore__img-wrap {
    max-width: 80%;
  }
  .oneMore__img-wrap::before, .oneMore__img-wrap::after {
    width: 15px;
  }
  .oneMore__img-wrap::before {
    left: -30px;
  }
  .oneMore__img-wrap::after {
    right: -30px;
  }
}

.button-PDF {
  border: none;
}

.fortune {
  margin-bottom: 40px;
  line-height: 2.2;
}
.fortune__head {
  font-size: clamp(2.2rem, 5vw, 2.8rem);
  font-family: "Yuji Syuku", serif;
}
.fortune__text {
  font-size: 1.125rem;
}
.fortune-list__head {
  font-family: "Yuji Syuku", serif;
  font-size: 2rem;
  font-size: clamp(1.5rem, 5vw, 2rem);
}
.fortune-list__head img {
  height: 35px;
  width: auto;
}
@media (max-width: 767px) {
  .fortune-list__head img {
    width: 30%;
  }
}
.fortune-list__barometer {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.fortune-list__barometer dt {
  margin-right: 8px;
}
.fortune-list__item {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .fortune__text {
    text-align: left;
    font-size: 1rem;
    line-height: 1.8;
  }
  .fortune-list__item {
    margin-bottom: 30px;
  }
}

.fortune-oneHundredYen-list__item {
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	.fortune-oneHundredYen-list__item {
		margin-bottom: 30px;
	}
}


.PDF .fortune-list__item {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.PDF .fortune-list__head {
  width: 80px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .PDF .fortune-list__head {
    width: 70px;
  }
}
.PDF .fortune-list__text {
  width: 100%;
}

.PDF .fortune-list__head img {
  height: unset;
  width: 100%;
}
@media (max-width: 767px) {
  .PDF .fortune-list__head img {
    vertical-align: baseline;
  }
}

@media (max-width: 767px) {
  .PDF .fortune-list__text {
    font-size: 0.875rem;
  }
}

.card {
  margin: 50px auto 100px;
}
.card__head {
  text-align: center;
}
.card__lists {
  max-width: 610px;
  width: 100%;
  margin: 10px auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
}
.card__lists li {
  height: 50px;
}
.card__lists li img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.lottery-container {
  margin: 60px 0 80px;
}
@media (max-width: 767px) {
  .lottery-container {
    display: none;
  }
}

.lottery-sp {
  display: none;
}

.lottery {
  position: relative;
  height: 100px;
  margin-bottom: 70px;
  background: #f5e7d6;
}
.lottery::before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: #97444b;
}
.lottery::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 25px;
  background: #97444b;
}
.lottery-content-wrap {
  position: absolute;
  top: 4px;
  left: 275px;
  z-index: 1;
  max-width: 545px;
}
@media (max-width: 1010px) {
  .lottery-content-wrap {
    left: 5%;
  }
}
.lottery-train {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 1;
  max-width: 55px;
}
.lottery-content-wrap.donation {
  max-width: 693px;
  left: 200px;
  top: 11px;
}
@media (max-width: 1024px) {
  .lottery-content-wrap.donation {
    left: 5%;
    width: 85%;
    top: 0.8vh;
  }
}
@media (max-width: 1010px) {
  .lottery-content-wrap.donation {
    left: 5%;
    width: 90%;
    top: 1.6vh;
  }
}
.lottery-content-wrap.saisen {
  max-width: 583px;
}
.lottery:last-of-type {
  display: none;
}

@media (max-width: 767px) {
  .lottery-sp {
    display: block;
    margin-top: 25px;
    position: relative;
  }
  .lottery-sp__imgWrap {
    margin-bottom: 40px;
  }
  .lottery-sp__imgWrap.saisen {
    margin-left: -6.7%;
  }
  .lottery-sp__imgWrap.hundredYen {
    margin-left: -7%;
  }
  .lottery-sp__imgWrap.donation {
    display: none;
  }
}

.history-container {
  margin: 50px auto 80px;
}
@media (max-width: 767px) {
  .history-container {
    margin: 35px auto 35px;
    position: relative;
    z-index: -1;
  }
}

.history {
  padding: 20px 15px;
  background: rgba(151, 68, 75, 0.3);
}
@media (max-width: 767px) {
  .history {
    padding: 8px;
  }
}
.history__head {
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .history__head {
    position: relative;
    z-index: -1;
  }
}
.history__head img {
  max-width: 350px;
}
@media (max-width: 767px) {
  .history__head {
    margin: 0 15px 5px;
  }
}
.history__inner {
  display: -webkit-box;
  display: flex;
}
@media (max-width: 767px) {
  .history__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
            align-items: center;
  }
}
.history__image {
  max-width: 340px;
  width: 100%;
  margin-right: 40px;
}
.history__image figcaption {
  text-align: center;
}
@media (max-width: 767px) {
  .history__image {
    margin: 20px 40px 15px;
    width: unset;
  }
  .history__image figcaption {
    font-size: 0.8rem;
  }
}
.history__list {
  font-size: 1.125rem;
  line-height: 1.8;
}
.history__list p {
  text-indent: 1.125rem;
}
@media (max-width: 767px) {
  .history__list p {
    font-size: 0.8rem;
    text-indent: 0.8rem;
  }
}
@media (max-width: 767px) {
  .history h3 {
    font-size: 0.8rem;
  }
}

.contactAddress {
  margin: 75px auto 65px;
}
.contactAddress__head {
  max-width: 456px;
  width: 100%;
  margin: auto;
}
.contactAddress p {
  text-align: center;
}
.contactAddress__baner {
  max-width: 392px;
  width: 100%;
  margin: auto;
}
.contactAddress__text {
  margin-bottom: 16px;
  font-family: "Noto Sans JP", Helvetica Neue, Arial, Hiragino Sans, Hiragino Kaku Gothic ProN, BIZ UDPGothic, Meiryo, sans-serif;
  font-size: 0.9rem;
}
.contactAddress__MAP {
  font-family: "Noto Sans JP", Helvetica Neue, Arial, Hiragino Sans, Hiragino Kaku Gothic ProN, BIZ UDPGothic, Meiryo, sans-serif;
  font-weight: 700;
}
@media (hover: hover) {
  .contactAddress__MAP:hover {
    color: #97444b;
  }
}
.contactAddress__text-bold {
  font-weight: 700;
  line-height: 1;
}
.contactAddress__link {
  margin-bottom: 16px;
  line-height: 1.4;
}
.contactAddress__link a {
  color: #0000ff;
  text-decoration: underline;
}
@media (hover: hover) {
  .contactAddress__link a:hover {
    color: #97444b;
  }
}
@media (max-width: 767px) {
  .contactAddress {
    margin: 35px 0 20px;
  }
}

.PDF .contactAddress__baner {
  margin-top: 30px;
}

.net-wrapper {
  margin: 0 30px;
}
@media (max-width: 767px) {
  .net-wrapper {
    margin: 0 15px;
  }
}

.net {
  margin-top: 10px;
  background: url(../img/bg_01.png);
  background-color: rgba(255, 255, 255, 0.98);
  background-blend-mode: lighten;
}
.net-container {
  max-width: 705px;
  margin: auto;
}
.net-header-wrapper {
  max-width: 520px;
  margin: 32px auto;
}
.net-inquiry-box {
  max-width: 380px;
  margin: auto;
  padding-bottom: 70px;
}
.net-inquiry-box__announce {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}
.net-inquiry-box__announce::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 23px;
  background: url(../svg/down_arrow.svg);
  left: calc(50% - 9px);
  bottom: -25px;
}
.net-inquiry-box__link {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .net-inquiry-box__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .net-inquiry-box__link a:first-of-type {
    margin-bottom: 20px;
  }
}
.net-inquiry-box__link a {
  color: #3030fb;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.net-footer {
  padding: 5px 15px;
  background: #97444b;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
}
.net-footer__inner {
  max-width: 1050px;
  margin: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.net-footer__imgwrap {
  width: 100px;
}
.net-footer__imgwrap img {
  opacity: 0.7;
}
.net-footer p {
  font-family: "Noto Sans JP";
  font-size: 0.6875rem;
}
.net-footer p a {
  color: #ffffff;
}

.top-border {
  position: relative;
  top: -10px;
  width: 100%;
  height: 10px;
  margin-bottom: 32px;
  background: #97444b;
}

.summary {
  margin-bottom: 82px;
}
.summary__image-container {
  max-width: 227px;
  height: 267px;
  margin: 32px auto 26px;
}
.summary__image-container img {
  -o-object-fit: cover;
     object-fit: cover;
}
.summary__infomation {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .summary__infomation {
    font-size: 1rem;
  }
}
.summary__infomation span {
  color: #97444b;
}

.example {
  display: none;
  margin-bottom: 70px;
  text-align: center;
  font-weight: 700;
}
.example-head {
  margin-bottom: 28px;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .example-head {
    font-size: 1rem;
  }
}
.example__name {
  margin-bottom: 14px;
  font-size: 1.5rem;
  line-height: 1;
}
.example__name span {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .example__name span {
    display: block;
    margin-top: 16px;
  }
}

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.kinds {
  text-align: center;
}
.kinds-head__wrap {
  margin-bottom: 30px;
}
.kinds-head {
  display: inline-block;
  padding: 0 0.8rem;
  font-weight: 700;
  color: #ffffff;
  background: #000;
}
.kinds__item {
  margin: 40px 0;
}
.kinds__item-head {
  font-weight: 700;
}
.kinds__item-content {
  font-size: 0.875rem;
}

.contentKuji {
  margin: 30px 0;
}
@media (max-width: 767px) {
  .contentKuji {
    margin: 10px 0;
  }
}
.contentKuji p {
  text-align: center;
}
.contentKuji__headLevel2 {
  font-weight: 700;
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.6;
  text-shadow: 1px 1px 5px #3d3d3d;
}
@media (max-width: 767px) {
  .contentKuji__headLevel2 {
    text-shadow: 1px 1px 3px #616161;
  }
}
.contentKuji__headLevel2 img {
  max-width: 400px;
}
.contentKuji__img-container {
  margin: 50px auto 30px;
  max-width: 444px;
  width: 100%;
}
@media (max-width: 767px) {
  .contentKuji__img-container {
    margin: 10px auto;
  }
}
.contentKuji__text-01 {
  font-size: 1.25rem;
  font-weight: 700;
}
.contentKuji__text-02 {
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .contentKuji__text-02 {
    font-size: 0.8rem;
  }
}
@media (max-width: 767px) {
  .contentKuji {
    line-height: 1.8;
  }
  .contentKuji__headLevel2 {
    font-size: 1.4rem;
  }
  .contentKuji__headLevel2 img {
    width: 220px;
  }
  .contentKuji__img-container {
    width: 180px;
  }
  .contentKuji__text-01 {
    font-size: 0.875rem;
  }
}

.contentKuji-form {
  max-width: 520px;
  width: 100%;
  margin: auto;
}
.contentKuji-form-inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  gap: 5px;
}
@media (max-width: 767px) {
  .contentKuji-form-inner {
    -webkit-box-pack: center;
            justify-content: center;
  }
}
.contentKuji-form__inputField {
  position: relative;
  display: block;
  width: 100%;
  max-width: 427px;
  height: 98px;
  background: url(../img/input_field.png), no-repeat;
}
@media (max-width: 767px) {
  .contentKuji-form__inputField {
    max-width: 258px;
    width: 100%;
    height: 75px;
    background: url(../img/input_field_SP.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.contentKuji-form__inputField input {
  position: absolute;
  top: 20px;
  right: 50px;
  padding: 0.6rem;
  width: 45%;
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
  border: solid 1px #ffffff;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .contentKuji-form__inputField input {
    top: 10px;
    top: 22%;
    right: 28px;
    padding: 4px;
  }
}
@media (max-width: 767px) {
  .contentKuji-form__button {
    width: 55px;
  }
  .contentKuji-form__button input {
    width: 100%;
  }
}

.contetAmount {
  padding: 25px;
  background: rgba(151, 68, 75, 0.3);
  font-family: "Noto Sans JP", Helvetica Neue, Arial, Hiragino Sans, Hiragino Kaku Gothic ProN, BIZ UDPGothic, Meiryo, sans-serif;
}
.contetAmount__headLevel2 {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.contetAmount__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.contetAmount__num {
  padding-right: 1.2rem;
}
.contetAmount__body {
  width: 50%;
  max-width: 400px;
}
@media (max-width: 767px) {
  .contetAmount {
    padding: 5px;
    font-size: 0.875rem;
  }
  .contetAmount__headLevel2 {
    font-size: 0.875rem;
    text-align: left;
  }
  .contetAmount__inner {
    display: block;
  }
  .contetAmount__body {
    width: 100%;
  }
  .contetAmount__num.threeDigits {
    padding-right: 1.6rem;
  }
}

.contentBanner {
  margin-top: 70px;
}
.contentBanner__headLevel2 {
  max-width: 860px;
  width: 100%;
  margin: auto;
}
.contentBanner .lottery-container {
  margin-top: 30px;
  opacity: 0.7;
}

.saisenMikuji .lottery-sp__imgWrap {
  opacity: 0.7;
}

.saisenMikuji .lottery-sp {
  z-index: unset;
}

.result {
  padding: 60px 0;
}
.result__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  max-width: 820px;
  width: 100%;
  margin: auto;
}
.result__body {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
}
.result__d_num {
  width: 220px;
}

.saisenMikujiResult .contentKuji {
  margin: 60px auto 30px;
}
@media (max-width: 767px) {
  .saisenMikujiResult .contentKuji {
    margin: 10px auto 20px;
  }
}

.saisenMikujiResult .contentKuji__img-container {
  max-width: 230px;
  margin: 20px auto 30px;
}
@media (max-width: 767px) {
  .saisenMikujiResult .contentKuji__img-container {
    width: 40%;
    margin: 5px auto 20px;
  }
}

.saisenMikujiResult .contentKuji__headLevel2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 1.5rem;
}
.saisenMikujiResult .contentKuji__headLevel2 span,
.saisenMikujiResult .contentKuji__headLevel2 img {
  max-width: 230px;
  width: 100%;
}
@media (max-width: 767px) {
  .saisenMikujiResult .contentKuji__headLevel2 span,
.saisenMikujiResult .contentKuji__headLevel2 img {
    width: 40%;
  }
}
.saisenMikujiResult .contentKuji__headLevel2 span {
  margin-right: 6px;
}
@media (max-width: 767px) {
  .saisenMikujiResult .contentKuji__headLevel2 span {
    font-size: 1rem;
    width: auto;
  }
}

.saisenMikujiResult .lottery-sp__imgWrap {
  opacity: 0.7;
}

.oneHundredYenMikuji .lottery-sp {
  opacity: 0.7;
}

.oneHundredYenMikuji .contentKuji-form__inputField {
  background: url(../img/drawLots.png);
}
@media (max-width: 767px) {
  .oneHundredYenMikuji .contentKuji-form__inputField {
    background: url(../img/drawLots_sp.png);
  }
}

.oneHundredYenMikujiResult .contentKuji-form__inputField {
  background: url(../img/drawLots.png);
}
@media (max-width: 767px) {
  .oneHundredYenMikujiResult .contentKuji-form__inputField {
    background-size: contain;
    background-repeat-y: no-repeat;
    height: 60px;
  }
}

.oneHundredYenMikujiResult .contentKuji__headLevel2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 1.5rem;
}
.oneHundredYenMikujiResult .contentKuji__headLevel2 span {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .oneHundredYenMikujiResult .contentKuji__headLevel2 span {
    font-size: 1rem;
    width: auto;
  }
}
.oneHundredYenMikujiResult .contentKuji__headLevel2 img {
  width: 40%;
}

.oneHundredYenMikujiResult .contentKuji__img-container {
  max-width: 230px;
  margin: 20px auto 30px;
}

.oneHundredYenMikujiResult .oracle {
  margin-bottom: 20px;
}

.fortune-oneHundredYen-list {
  margin-bottom: 30px;
  line-height: 1.6;
}
.fortune-oneHundredYen-list__barometer {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 1.5rem;
}
.fortune-oneHundredYen-list__barometer dt {
  font-weight: 700;
  margin-right: 20px;
}
.fortune-oneHundredYen-list__barometer dd {
  min-width: 150px;
  text-align: left;
}

.result-PDF-head {
  margin: 30px auto 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.result-PDF-head__content {
  margin-right: 16px;
}
.result-PDF-head__img {
  max-width: 300px;
  width: 100%;
  margin: auto;
}
.result-PDF-head__content01 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.result-PDF-head__content01-text {
  margin-right: 6px;
  font-size: 1.125rem;
  font-weight: 700;
  text-shadow: 2px 2px 3px #b8b8b8;
}
.result-PDF-head__content01-img {
  max-width: 185px;
  width: 100%;
}
@media (max-width: 767px) {
  .result-PDF-head {
    display: block;
    margin: 10px auto 0;
    overflow: hidden;
    clear: both;
  }
  .result-PDF-head__content01-img {
    width: 140px;
  }
  .result-PDF-head__content {
    margin-right: unset;
  }
  .result-PDF-head__content01 {
    -webkit-box-pack: center;
            justify-content: center;
  }
  .result-PDF-head__content01-text {
    font-size: 1rem;
  }
  .result-PDF-head__img {
    float: right;
    width: 53%;
    margin: 20px auto 10px;
  }
}

.oracle-PDF {
  margin: 30px auto;
}
.oracle-PDF__img-01 {
  display: block;
  width: 50%;
  margin: 0 auto 30px;
}
.oracle-PDF__img-02 {
  display: block;
  width: 73%;
  margin: auto;
}
@media (max-width: 767px) {
  .oracle-PDF {
    float: left;
    width: 40%;
    margin: 40px 0 30px;
  }
  .oracle-PDF__img-01 {
    width: 90%;
    margin: 0 auto 10px;
  }
  .oracle-PDF__img-02 {
    width: 100%;
  }
}

.Result-PDF-content {
  clear: both;
  overflow: hidden;
}

.Result-PDF-content01 {
  width: 45.5%;
  display: inline-block;
}
@media (max-width: 767px) {
  .Result-PDF-content01 {
    width: 100%;
  }
}

.Result-PDF-content02 {
  width: 45.5%;
  float: right;
  margin-left: 9%;
}
@media (max-width: 767px) {
  .Result-PDF-content02 {
    float: unset;
    width: 100%;
    margin-left: unset;
  }
}

.Result-PDF-content03 {
  float: left;
  width: 45.5%;
}
@media (max-width: 767px) {
  .Result-PDF-content03 {
    float: unset;
    width: 100%;
  }
}

.koto {
  margin-bottom: 50px;
}
.koto__head {
  width: 60px;
  margin-bottom: 8px;
}
.koto__text {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .koto {
    margin-bottom: 30px;
  }
  .koto__head {
    width: 40px;
  }
  .koto__text {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.fortune-PDF {
  margin-bottom: 50px;
}
.fortune-PDF__head {
  width: 130px;
  margin-bottom: 8px;
}
.fortune-PDF__text {
  font-size: 1.125rem;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .fortune-PDF {
    margin-bottom: 30px;
  }
  .fortune-PDF__head {
    width: 90px;
  }
  .fortune-PDF__text {
    line-height: 2;
    font-size: 1rem;
  }
}

.monologue {
  padding: 16px;
  background: rgba(151, 68, 75, 0.3);
}
.monologue__head {
  width: 160px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .monologue__head {
    width: 115px;
  }
}
.monologue__text {
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .monologue__text {
    font-size: 0.875rem;
  }
}

.inquiry-lists {
  margin-bottom: 50px;
  border-bottom: dotted 1px #ccc;
}
.inquiry-lists dt {
  position: relative;
  font-weight: 700;
}
.inquiry-lists dt::before {
  background: url(../img/question.png);
}
.inquiry-lists dd {
  position: relative;
}
.inquiry-lists dd::before {
  background: url(../img/answer.png);
}
.inquiry dt, .inquiry dd {
  padding-left: 36px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .inquiry dt, .inquiry dd {
    padding-left: 30px;
  }
}
.inquiry dt::before, .inquiry dd:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  width: 28px;
  height: 28px;
  background-size: cover;
}
@media (max-width: 767px) {
  .inquiry dt::before, .inquiry dd:before {
    width: 22px;
    height: 22px;
    top: 5px;
  }
}
.inquiry-update {
  margin-bottom: 50px;
}
.inquiry-update p:last-of-type {
  padding-left: 3rem;
}
.inquiry-update span {
  padding-left: 2rem;
}
.monologue__head-todo {
	font-family: "Yuji Syuku", serif;
  font-size: clamp(1.5rem, 5vw, 2rem);

}
/*# sourceMappingURL=style.css.map */
