@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*destyle.cssに記述あり*/
/*
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
} */
html {
  font-size: 100%;
  scroll-behavior: smooth;
  font-family: "Lato", "kozuka-gothic-pr6n", sans-serif;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

body {
  line-height: 1.3;
}

@-webkit-keyframes rotateAni {
  0% {
    transform: rotate(0deg);
    transform-origin: 50% 10%;
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotateAni {
  0% {
    transform: rotate(0deg);
    transform-origin: 50% 10%;
  }
  100% {
    transform: rotate(360deg);
  }
}
.popup_bg {
  background-color: #000d5e;
  background-color: #000d5e;
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transform: scale(100);
}

.after_loading {
  width: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
}

.popup_text {
  opacity: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 16px;
}

#full_logo {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

.logo_R {
  fill: none;
}

.logo_text, .stars {
  stroke: #ffffff;
  fill: none;
  stroke-dasharray: 5px;
  stroke-width: 2px;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
}

.logo_inner {
  stroke: #ffffff;
  fill: none;
  stroke-dasharray: 5px;
  stroke-width: 3px;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
}

.wrapper, section, .fv {
  max-width: 1200px;
  margin: auto;
  padding: 0 3%;
}

.wrapper {
  display: grid;
  align-items: center;
  height: 120px;
}

section {
  margin: 50px auto;
  padding: 20px 30px 80px 30px;
  background-color: #f5f5dc;
  width: 90%;
  border-radius: 5px;
}

section:nth-of-type(odd) {
  background-image: url(img/R.png);
  background-repeat: no-repeat;
  background-size: 24%;
  background-position-x: right;
  background-position-y: top;
}

section:nth-of-type(even) {
  background-image: url(img/ring.png);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position-x: center;
  background-position-y: center;
}

header {
  position: relative;
  background-color: #fde101;
  background-repeat: no-repeat;
  background-position: 5% bottom;
  background-size: 60% 76%;
  z-index: 1;
}

header h1 {
  color: #101254;
  font-size: 4rem;
  font-weight: 600;
}

.header_img {
  position: absolute;
  width: 125px;
  top: 71px;
  right: 7%;
  z-index: 1;
}

.fv_wrapper {
  position: relative;
  z-index: 0;
  background-color: #101254;
}

.fv_img {
  height: 277px;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}

.fv {
  background-image: url(img/FV_img2.jpg);
  background-size: contain;
  padding-bottom: 80px;
  display: flex;
  align-items: self-end;
  gap: 1%;
  justify-content: space-between;
}

.fv h2 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #101254;
  margin-top: 80px;
  padding: 28px;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 30px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.831372549);
}

.h2_span {
  font-size: 4rem;
}

.fv h2:after {
  content: "";
  width: 472px;
  height: auto;
  background-color: #101254;
  mix-blend-mode: overlay;
  display: block;
  aspect-ratio: 1/1;
  position: absolute;
  /* top: 0; */
  border-radius: 50%;
  bottom: -50px;
  left: -100px;
}

.header_navi {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 3%;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  padding: 50px;
}

.header_navi li {
  padding: 20px;
  background-color: rgba(239, 240, 248, 0.5098039216);
  color: #101254;
  margin-bottom: 15px;
  border-radius: 5px;
  transition: 0.5s;
}

.header_navi li:hover, .header_navi li:active {
  background-color: #ffffff;
}

.fv_text {
  color: #ffffff;
  background-color: #101254;
  padding: 28px;
  width: 33%;
}
.fv_text li:first-of-type {
  margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .fv_img {
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .fv {
    flex-direction: column;
    background-position: center 10%;
    align-items: center;
  }
  .fv h2 {
    font-size: 2.2rem;
  }
  .header_navi {
    font-size: 1.6rem;
  }
  .fv_text {
    width: 78%;
  }
}
@media screen and (max-width: 640px) {
  header h1 {
    font-size: 3rem;
  }
  .fv h2 {
    font-size: 2rem;
  }
}
main {
  height: 100%;
  color: #101254;
}

main h2 {
  font-size: 3rem;
  background-repeat: no-repeat;
  background-image: url(img/star_h2.png);
  background-size: 88px;
  background-position: 10px 45px;
  border-bottom: #101254 5px solid;
  line-height: 2;
  padding-top: 80px;
  margin-bottom: 30px;
}

#price table {
  width: 100%;
}

#price table th {
  background-color: #ededab;
  padding: 15px;
  font-size: 1.8rem;
  vertical-align: middle;
}

#price table td {
  padding: 15px;
  font-size: 1.5rem;
  background-color: #ffffff;
}

#price table td li:first-of-type {
  margin-bottom: 15px;
}

#price table tr {
  border: 1px solid #8d8ec3;
}

@media screen and (max-width: 640px) {
  #price th, #price td {
    display: block;
  }
  main h2 {
    font-size: 2rem;
  }
}
#terms, #report {
  font-size: 1.5rem;
}

#terms h3, #terms h4 {
  font-weight: 600;
  line-height: 2;
}

#terms ol {
  list-style-type: decimal;
}

#terms ol, #termsul {
  list-style-position: inside;
}

#terms li {
  padding-bottom: 5px;
}

.terms_list_main {
  margin-top: 50px;
}

.terms_list_main > li {
  margin-bottom: 50px;
}

.style_disc {
  list-style-position: inside;
  list-style-type: disc;
}

.terms_content {
  border-radius: 5px;
  background-color: #caeeff;
  padding: 20px;
}

.terms_btn, .membership_btn, .report_btn {
  background-color: #101254;
  color: #ffffff;
  display: block;
  padding: 20px;
  max-width: 300px;
  text-align: center;
  margin: 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.5s;
}

.terms_btn:hover, .membership_btn:hover {
  transform: scale(1.1);
}

.terms_btn {
  font-size: 1.3rem;
}

.terms_btn:first-of-type {
  margin-bottom: 50px;
}

#membership {
  font-size: 1.5rem;
}

.qa_accordion {
  padding: 20px;
}

.qa_accordion dt {
  font-size: 2rem;
  padding: 15px;
  cursor: pointer;
}

.qa_accordion dd {
  font-size: 1.5rem;
  padding: 15px;
  background-color: #ffffff;
}

.qa_accordion a {
  border-bottom: #101254 solid 2px;
  transition: 0.5s;
}

.qa_accordion a:hover {
  opacity: 0.7;
}

.list_wrapper {
  margin: 80px 0;
}

li.list_item {
  background-color: rgba(255, 234, 0, 0.4117647059);
  opacity: 0.8;
  aspect-ratio: 1/1;
  border-radius: 5%;
  display: grid;
  padding: 1%;
  place-content: center;
}

li.list_item h3 {
  font-size: 1.3rem;
  padding: 0 5px;
  text-align: center;
}

.h3_span {
  font-size: 1rem;
}

li.list_item img.accordion-trigger {
  border-radius: 20px;
  padding: 10px;
  cursor: pointer;
  transition: 0.5s;
}

li.list_item img.accordion-trigger:hover {
  transform: scale(0.9);
}

li.list_item .list_item_content {
  transition: 0.5s;
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 60%;
  height: auto;
  z-index: 1;
  border: 5px rgba(16, 18, 84, 0.5411764706) solid;
}

li.list_item .list_item_content p {
  font-size: 2rem;
  background-color: #101254;
  color: #ffffff;
  padding: 10px;
}

span.cap_span {
  font-size: 1.7rem;
}

ul.list_items {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5%;
  padding: 5%;
}

.accordion-contents,
li.list_item .list_item_content {
  display: none;
}

@media screen and (max-width: 780px) {
  ul.list_items {
    grid-template-columns: 1fr;
  }
  li.list_item {
    border-radius: 6%;
  }
}
@media screen and (max-width: 640px) {
  .fv h2 {
    font-size: 2.5rem;
    margin-top: 40px;
  }
  li.list_item h3 {
    font-size: 1.2rem;
  }
  li.list_item h3 span.syousai {
    font-size: 1rem;
    padding: 5px 10px;
    margin: 10px;
  }
  .qa_accordion dt {
    font-size: 1.8rem;
  }
  li.list_item .list_item_content p {
    font-size: 1.5rem;
  }
  li.list_item .list_item_content {
    width: 90%;
  }
}
@media screen and (max-width: 420px) {
  li.list_item h3 {
    font-size: 1rem;
  }
  .h3_span {
    font-size: 0.9rem;
  }
  .fv h2 {
    font-size: 1.8rem;
  }
  span.cap_span {
    font-size: 1rem;
  }
  .fv {
    overflow: hidden;
  }
  section {
    padding: 20px 10px 50px 10px;
  }
  .fv_video video {
    max-width: 350px;
  }
}
.member_entrance {
  position: fixed;
  z-index: 1;
  bottom: 10%;
  border-radius: 150px;
  background-color: #a98632;
  background-blend-mode: hard-light;
  right: 5%;
  font-size: 2rem;
  font-weight: 600;
  color: #101254;
  background-image: url(img/loading_img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 200px;
  display: grid;
  place-content: center;
  text-align: center;
}

.member_entrance a {
  padding: 5px;
  display: block;
}

.member_entrance:hover, .member_entrance:active {
  -webkit-animation: rotateAni 3s linear infinite;
  animation: rotateAni 3s linear infinite;
}

@-webkit-keyframes rotateY-anim {
  0% {
    transform: rotate3d(1, 1, 0, 0deg);
  }
  25% {
    transform: rotate3d(1, 1, 0, 90deg);
  }
  50% {
    transform: rotate3d(1, 1, 0, 180deg);
  }
  75% {
    transform: rotate3d(1, 1, 0, 270deg);
  }
  100% {
    transform: rotate3d(1, 1, 0, 360deg);
  }
}
@keyframes rotateY-anim {
  0% {
    transform: rotate3d(1, 1, 0, 0deg);
  }
  25% {
    transform: rotate3d(1, 1, 0, 90deg);
  }
  50% {
    transform: rotate3d(1, 1, 0, 180deg);
  }
  75% {
    transform: rotate3d(1, 1, 0, 270deg);
  }
  100% {
    transform: rotate3d(1, 1, 0, 360deg);
  }
}
@media screen and (max-width: 420px) {
  .member_entrance {
    width: 150px;
    font-size: 1.5rem;
  }
  .header_img {
    top: 37px;
  }
}
footer {
  position: relative;
  height: 270px;
  display: flex;
  flex-direction: column;
  background-color: #101254;
  align-items: center;
  justify-content: space-around;
}

footer::after {
  pointer-events: none;
  content: "";
  position: absolute;
  right: 0;
  left: -15%;
  top: 0%;
  z-index: 0;
  display: block;
  height: 82px;
  background-size: 54px 100%;
  background-image: linear-gradient(135deg, #ffffff 25%, rgba(255, 255, 255, 0) 25%), linear-gradient(225deg, #ffffff 25%, rgba(255, 255, 255, 0) 25%);
  background-position: 0 0;
}

footer::before {
  pointer-events: none;
  content: "";
  position: absolute;
  right: 0;
  left: -14%;
  top: 0%;
  z-index: 0;
  display: block;
  height: 91px;
  background-size: 57px 101%;
  background-image: linear-gradient(135deg, #f5f5dc 25%, rgba(255, 255, 255, 0) 25%), linear-gradient(225deg, #f5f5dc 25%, rgba(255, 255, 255, 0) 25%);
  background-position: -17px 185px;
}

footer a:first-of-type {
  color: #ffffff;
  font-size: 1.2rem;
}

footer a {
  display: block;
  transition: 0.5s;
}

footer a:hover {
  transform: scale(1.1);
  opacity: 0.8;
}
#report ul.accordion-contents {
  display: none;
  flex-wrap: wrap;
}

#report h3 {
  font-size: 32px;
  position: relative;
  cursor: pointer;
}

#report h3:before {
  position: absolute;
  content: "";
  border: 2px solid #ffeb00;
  border-radius: 72px 103px;
  width: 104px;
  height: 98px;
  display: block;
  top: -19px;
  left: -21px;
  transition: 0.5s;
}

#report h3:hover:before {
  background-repeat: no-repeat;
  background-image: url(img/star_h2.png);
  background-size: 114px;
  background-position: -9px -14px;
  transform: scale(1.2);
  /* border-radius: 103px 103px; */
  opacity: 0.7;
}

.report_wrapper {
  padding: 23px 20px;
}

li.report_btn {
  width: 50%;
  transition: 0.5s;
  padding: 32px 19px;
}

@media screen and (max-width: 600px) {
  li.report_btn {
    width: 90%;
  }
}
li.report_btn:hover {
  opacity: 0.8;
  transform: scale(0.95);
}

.uten_hover {
  display: none;
}

li.report_btn.report_btn_uten {
  position: relative;
  cursor: inherit;
  transition: none;
}

li.report_btn.report_btn_uten:hover,
li.report_btn.report_btn_uten:active {
  background-color: #fff;
  color: #101254;
  padding: 76px;
  transform: none;
}

li.report_btn.report_btn_uten:hover .uten_normal,
li.report_btn.report_btn_uten:active .uten_normal {
  display: none;
}

li.report_btn.report_btn_uten:hover .uten_hover,
li.report_btn.report_btn_uten:active .uten_hover {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.member_entrance.report_entrance span.entrance_title {
  font-size: 1.3rem;
}
/*# sourceMappingURL=style.css.map */