@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

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

img {
  max-width: 100%;
  height: auto;
  display: block;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 100%;
  color: #363636;
  line-height: 1.75;
  background: #ccc;
}

.mincho {
  font-family: "Noto Serif JP", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

a {
  text-decoration: none;
  transition: 0.25s;
}
a.textlink {
  color: #4EBA45;
  transition: 0.15s;
  text-decoration: underline;
}
a.textlink:hover {
  color: rgb(62.4, 148.8, 55.2);
}
a.outlink::after {
  content: "\e89e";
  font-family: "Material Symbols Rounded";
  font-size: 1.25em;
  vertical-align: -4px;
}

.wrap {
  background: #fff;
  max-width: 600px;
  margin: auto;
}

.container {
  padding: 0 2rem;
}

@media (max-width: 575px) {
  .container {
    padding: 0 1rem;
  }
}
.heading-a {
  text-align: center;
  font-size: 1.375rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  border: solid 2px #666;
  border-radius: 2px;
}

.btn {
  margin-top: 2rem;
}
.btn a {
  display: block;
  max-width: 320px;
  background: #f8b62d;
  color: #fff;
  text-align: center;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  margin: auto;
  font-weight: 700;
}
.btn a::after {
  content: "\e5cc";
  font-family: "Material Symbols Rounded";
  font-size: 1.25em;
  vertical-align: -4px;
}

input[type=text] {
  width: 100%;
  padding: 0.5rem;
  border: solid 1px #ccc;
  border-radius: 0.25rem;
  font-size: 1rem;
  box-sizing: border-box;
}
input[type=text]:focus {
  outline: none;
  border-color: #f8b62d;
}

button {
  background: #f8b62d;
  color: #fff;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  max-width: 320px;
  width: 100%;
  margin: auto;
  display: block;
}
button:hover {
  background: rgb(234.1935483871, 160.5898617512, 7.8064516129);
}

header {
  background: #f8b62d;
  text-align: center;
  padding: 0.75rem 1rem;
}
header h1 {
  width: 180px;
  margin: 0 auto;
}

footer .copyright {
  background: #f8b62d;
  color: #fff;
  padding: 0.5rem 0;
  text-align: center;
  font-size: 0.875rem;
}

.top-visual {
  background-color: #fff8e9;
  background-image: url("../images/main-bg.png");
  background-size: cover;
  padding: 3rem 0;
  position: relative;
}
.top-visual::after {
  background-image: url(../images/wave-line.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 600px;
  width: 100%;
  height: 30px;
  content: "";
  background-size: contain;
}
.top-visual .chara-list {
  display: flex;
  justify-content: center;
}
.top-visual .chara-list div {
  width: 33%;
}
.top-visual .title-box {
  text-align: center;
  font-family: "Noto Serif JP", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.5;
  margin: 4rem 0;
}
.top-visual .title-box .ttl-top {
  font-size: 1.25rem;
  font-weight: 600;
}
.top-visual .title-box h2 {
  font-size: 2.25rem;
  color: #f39800;
  text-shadow: 3px 3px 0px #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, -3px -3px 0 #fff;
}
.top-visual .title-box .ttl-btm {
  font-size: 1.625rem;
  font-weight: 600;
}

.nameinput-area {
  background: #ffe8c0;
  padding: 3rem 0;
}
.nameinput-area h2 {
  text-align: center;
  margin: 0 auto 1rem;
  background: #fff;
  max-width: 400px;
  border: solid 3px #f8b62d;
  padding: 0.75rem;
  border-radius: 4px;
  font-size: 1.25rem;
}
.nameinput-area .alert {
  max-width: 400px;
  margin: 0 auto 1rem;
  padding: 1rem;
  font-weight: 700;
  background: #eee;
  border-radius: 4px;
  color: #f00;
}
.nameinput-area .alert ul {
  padding-left: 1.25rem;
  font-size: 0.875rem;
}
.nameinput-area .form-wrap {
  max-width: 400px;
  margin: 4rem auto 0;
  background: #fff;
  padding: 1.5rem 1rem 1rem;
  border-radius: 4px;
  position: relative;
}
.nameinput-area .form-wrap .bubble {
  position: absolute;
  top: -3rem;
  right: 5rem;
  width: 180px;
}
.nameinput-area .form-wrap .character-image {
  position: absolute;
  width: 110px;
  top: -2.75rem;
  right: -1rem;
}
.nameinput-area .form-wrap h3 {
  font-size: 1.55rem;
  font-family: 600;
  margin-bottom: 0.375rem;
}
.nameinput-area .form-wrap h3 span {
  color: #f8b62d;
  font-size: 1.125em;
}
.nameinput-area .form-wrap .input-box {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
.nameinput-area .form-wrap .input-box .input-name input {
  background: #fff;
  font-size: 1.5rem;
}
.nameinput-area .form-wrap .submit-button button {
  font-size: 1.25rem;
  max-width: 100%;
}

.page-result .first-area {
  position: relative;
  background-color: #fff8e9;
  background-image: url("../images/main-bg.png");
  background-size: cover;
  padding: 3rem 0;
}
.page-result .first-area::after {
  content: "\ead0";
  font-family: "Material Symbols Rounded";
  font-size: 5em;
  line-height: 1;
  text-align: center;
  display: block;
  color: #f8b62d;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.page-result .first-area .intro {
  text-align: center;
  font-family: "Noto Serif JP", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.125rem;
  font-weight: 500;
}
.page-result .first-area h2 {
  text-align: center;
  margin: 1rem 0 2rem;
  font-size: 35px;
  line-height: 1.5;
  color: #f8b62d;
  font-family: "Noto Serif JP", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-shadow: 3px 3px 0px #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, -3px -3px 0 #fff;
}
.page-result .first-area figure {
  max-width: 280px;
  margin: 0 auto 2rem;
}
.page-result .first-area .your-type {
  background: #fff;
  padding: 1rem;
  border-radius: 8px;
  text-align: center;
  max-width: 400px;
  margin: auto;
  border: solid 1px #666;
}
.page-result .first-area .your-type dt {
  background: #f8b62d;
  color: #fff;
  display: block;
  margin-bottom: 1rem;
}
.page-result .first-area .your-type dd {
  display: flex;
  justify-content: center;
  line-height: 1;
  gap: 0.75rem;
}
.page-result .first-area .your-type dd .typebox-left .symbol {
  font-size: 1.875rem;
  font-weight: 600;
  text-align: right;
  margin-bottom: 0.25rem;
}
.page-result .first-area .your-type dd .typebox-left .adjective {
  background: #8FC31F;
  font-size: 1.375rem;
  padding: 0.25rem 1rem 0.5rem;
  border-radius: 2px;
  color: #fff;
}
.page-result .first-area .your-type dd .typebox-right .type-name-en {
  font-size: 0.75rem;
  letter-spacing: 6px;
  line-height: 1.5;
}
.page-result .first-area .your-type dd .typebox-right .type-name {
  font-size: 3rem;
  font-weight: 700;
}
.page-result .first-area.chara-ama h2 {
  color: #e877ab;
}
.page-result .first-area.chara-shina h2 {
  color: #63ad52;
}
.page-result .first-area.chara-musubi h2 {
  color: #c33d3b;
}
.page-result .first-area.chara-seo h2 {
  color: #3388ae;
}
.page-result .first-area.chara-oo h2 {
  color: #996441;
}
.page-result .first-area.landling-F .adjective {
  background: #e877ab !important;
}
.page-result .first-area.landling-I .adjective {
  background: #63ad52 !important;
}
.page-result .first-area.landling-E .adjective {
  background: #c33d3b !important;
}
.page-result .first-area.landling-H .adjective {
  background: #3388ae !important;
}
.page-result .first-area.landling-O .adjective {
  background: #996441 !important;
}
.page-result .sub-area {
  background-image: url("../images/sub-bg.png");
  background-position: center top;
  background-size: contain;
}
.page-result .result-share {
  padding-top: 3rem;
}
.page-result .result-share h2 {
  text-align: center;
  font-size: 1.375rem;
  border-bottom: solid 2px #f8b62d;
  margin-bottom: 1.5rem;
}
.page-result .result-share .sns-list {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}
.page-result .result-share .sns-list li {
  width: 30%;
}
.page-result .result-share .sns-list li a {
  display: block;
  background: #ddd;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 0.75rem;
  border-radius: 4px;
}
.page-result .result-share .sns-list li a svg {
  height: 24px;
  margin: auto;
}
.page-result .result-share .sns-list li.x-btn a {
  background: #000;
}
.page-result .result-share .sns-list li.fb-btn a {
  background: #1877f2;
}
.page-result .result-share .sns-list li.line-btn a {
  background: #00B900;
}

.result-explain {
  padding: 3rem 0;
}
.result-explain .explain-box:nth-of-type(n+2) {
  margin-top: 3rem;
}
.result-explain .explain-box .chara-name {
  text-align: center;
}
.result-explain .explain-box .chara-name div {
  display: inline-block;
  background: #f8b62d;
  color: #fff;
  font-size: 1.25rem;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  margin-bottom: 1rem;
}
.result-explain .explain-box .type-character,
.result-explain .explain-box .icons {
  max-width: 180px;
  margin: 0 auto 1.5rem;
}
.result-explain .explain-box .five-balance-list {
  list-style: none;
}
.result-explain .explain-box .five-balance-list li + li {
  margin-top: 1rem;
}

.compatibility-area h2 {
  text-align: center;
  font-size: 1.375rem;
  border-bottom: solid 2px #f8b62d;
  margin-bottom: 1.5rem;
}
.compatibility-area .intro {
  text-align: center;
  margin-bottom: 1.5rem;
}
.compatibility-area .tab-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  list-style-type: none;
}
.compatibility-area .tab-area li {
  cursor: pointer;
  text-align: center;
  border: solid 2px #ccc;
  padding: 0.5rem;
  border-radius: 4px;
  font-weight: 700;
}
.compatibility-area .tab-area li.active {
  background: rgba(248, 182, 45, 0.4);
}
.compatibility-area .panel-area {
  margin-top: 2rem;
}
.compatibility-area .panel-area .panel {
  display: none;
  position: relative;
  max-width: 100%;
  background: #FFF;
  border: solid 3px #999;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 1.5rem 1rem;
}
.compatibility-area .panel-area .panel::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}
.compatibility-area .panel-area .panel::after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #999;
  z-index: 1;
}
.compatibility-area .panel-area .panel h3 {
  text-align: center;
  font-size: 1.125rem;
  border-bottom: solid 2px #f8b62d;
  margin-bottom: 1.5rem;
}
.compatibility-area .panel-area .panel .title {
  text-align: center;
  margin-top: 1.25rem;
  font-weight: 700;
}
.compatibility-area .panel-area .panel .content {
  margin-top: 1rem;
}
.compatibility-area .panel-area .panel.active {
  display: block;
}

.again-area {
  padding: 3rem 0;
}
.again-area h2 {
  text-align: center;
  font-size: 1.375rem;
  border-bottom: solid 2px #f8b62d;
  margin-bottom: 1.5rem;
}
.again-area h2 span {
  display: block;
  font-size: 1rem;
}

.last-area {
  padding: 3rem 0;
}
.last-area h2 {
  text-align: center;
  font-size: 1.15rem;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  margin-bottom: 1.5rem;
  padding: 0.75rem 0;
}
.last-area h2:nth-of-type(n+2) {
  margin-top: 2.5rem;
}
.last-area .text p:nth-of-type(n+2) {
  margin-top: 1rem;
}
.last-area .text ul {
  margin-top: 1rem;
  padding-left: 1.5rem;
}

.balance-text {
  display: flex;
}
.balance-text span:nth-child(n+2)::before {
  content: "・";
}

.notsession-area {
  padding: 3rem 0;
}
.notsession-area .text {
  background: #eee;
  text-align: center;
  padding: 1.5rem 0.5rem;
  border-radius: 4px;
}
.notsession-area .text h2 {
  font-size: 1.5rem;
}
.notsession-area .text p {
  margin-top: 1rem;
}

@media (max-width: 575px) {
  .page-result .result-explain .explain-box .text {
    font-size: 0.9375rem;
  }
  .compatibility-area .panel-area .panel .content {
    font-size: 0.9375rem;
  }
}