@charset "UTF-8";
/* reset start */
audio:not([controls]) {
  display: none;
}

button {
  overflow: visible;
  -webkit-appearance: button;
}

details {
  display: block;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

html, body {
  width: 100%;
}

input {
  -webkit-border-radius: 0;
}

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

input[type="number"] {
  width: auto;
}

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

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

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

main {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: var(--small-font-size, 75%);
}

summary {
  display: block;
}

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

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

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

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  background-repeat: var(--background-repeat, no-repeat);
  margin: 0;
  padding: 0;
}

:root {
  background-color: var(--html-background-color, #ffffff);
  box-sizing: var(--html-box-sizing, border-box);
  color: var(--html-color, #000000);
  cursor: var(--html-cursor, default);
  font: var(--html-font-size, 100%)/var(--html-line-height, 1.5) var(--font-family, sans-serif);
  text-rendering: var(--html-text-rendering, optimizeLegibility);
}

a {
  text-decoration: var(--anchor-text-decoration, none);
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: var(--media-element-vertical-align, middle);
}

button,
input,
select,
textarea {
  background-color: var(--form-element-background-color, transparent);
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: var(--form-element-min-height, 1.5em);
}

code,
kbd,
pre,
samp {
  font-family: var(--monospace-font-family, monospace), monospace;
}

nav ol,
nav ul {
  list-style: var(--nav-list-style, none);
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

table {
  border-collapse: var(--table-border-collapse, collapse);
  border-spacing: var(--table-border-spacing, 0);
}

textarea {
  resize: var(--textarea-resize, vertical);
}

::selection {
  background-color: var(--selection-background-color, #b3d4fc);
  color: var(--selection-background-color, #4c2b03);
  text-shadow: var(--selection-text-shadow, none);
}

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

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

/* reset end */
/* base start */
body {
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-feature-settings: "pwid" 1;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  word-wrap: break-word;
  color: #475b67;
  background: #fafaf5;
  background: #eff3f5;
}

* {
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

li {
  list-style: none;
}

a {
  display: block;
  color: #475b67;
  transition: .3s;
  text-decoration: none;
}

a:hover {
  opacity: .6;
}

/* base end */
/* layout start */
header {
  position: fixed;
  z-index: 100;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 94%;
  max-width: 1080px;
  transition: .6s linear;
}

main {
  position: relative;
  width: 100%;
}

footer {
  position: relative;
  width: 100%;
}

/* layout end */
/* module start */
h1, h2, h3, h4, .mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
}

.gothic {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 400;
}

.drw {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 24px;
  width: 32px;
  height: 28px;
  display: none;
}

.drw span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  transition: all .4s;
}

.drw span:nth-of-type(1) {
  top: 0;
}

.drw span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.drw span:nth-of-type(3) {
  bottom: 0;
}

.drw.active span:nth-of-type(1) {
  transform: translateY(13px) rotate(-45deg);
}

.drw.active span:nth-of-type(2) {
  opacity: 0;
}

.drw.active span:nth-of-type(3) {
  transform: translateY(-13px) rotate(45deg);
}

.outbound-link1, .outbound-link2 {
  position: relative;
  z-index: 1;
  width: 94%;
  max-width: 1080px;
  margin: 6% auto;
}

.outbound-link1:nth-of-type(1), .outbound-link2:nth-of-type(1) {
  margin-bottom: -12%;
}

.outbound-link1 a, .outbound-link2 a {
  position: relative;
  transition: 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  border-radius: 27px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 40px 68px -21px #d8e1e6;
  font-size: 0;
  letter-spacing: -.4em;
}

.outbound-link1 a:after, .outbound-link2 a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 23px;
  transition: .8s;
}

.outbound-link1 a .img, .outbound-link1 a .txt, .outbound-link2 a .img, .outbound-link2 a .txt {
  font-size: 19px;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}

.outbound-link1 a .img:last-child, .outbound-link1 a .txt:last-child, .outbound-link2 a .img:last-child, .outbound-link2 a .txt:last-child {
  margin-right: 0;
}

.outbound-link1 a .img, .outbound-link2 a .img {
  width: 45%;
  margin: 0 4% -1px 0;
  border-radius: 27px 0 0 27px;
  overflow: hidden;
}

.outbound-link1 a .img img, .outbound-link2 a .img img {
  width: 100%;
  border-radius: 27px 0 0 27px;
}

.outbound-link1 a .txt, .outbound-link2 a .txt {
  position: relative;
  z-index: 1;
  width: 47%;
  padding: 4% 0 2%;
}

.outbound-link1 a .txt p, .outbound-link2 a .txt p {
  transition: .4s;
}

.outbound-link1 a .txt p:nth-of-type(1), .outbound-link2 a .txt p:nth-of-type(1) {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 3%;
  line-height: 1.35;
  white-space: nowrap;
}

.outbound-link1 a .txt p:nth-of-type(2), .outbound-link2 a .txt p:nth-of-type(2) {
  line-height: 1.75;
}

.outbound-link1 a .txt .btn, .outbound-link2 a .txt .btn {
  margin: 7% 0 0 -.25%;
  background: #4f328a;
  background: linear-gradient(to bottom right, #7f54d1 0%, #4f328a 100%);
  line-height: 1;
  padding: 21px 0 23px;
  font-size: 26px;
  font-weight: 600;
  width: 100.5%;
  display: block;
  border-radius: 13px;
  text-shadow: 1px 3px 6px rgba(0, 0, 0, 0.5), 2px 6px 12px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 3px rgba(255, 255, 255, 0.7) inset, -2px -2px 8px rgba(0, 0, 0, 0.5) inset;
  color: #fff;
  text-align: center;
  transition: .4s;
}

.outbound-link1 a:hover, .outbound-link2 a:hover {
  opacity: 1;
  transform: translateY(2px) scale(0.99);
}

.outbound-link1 a:hover:after, .outbound-link2 a:hover:after {
  background: rgba(255, 255, 255, 0.3);
}

.outbound-link1 a:hover .btn, .outbound-link1 a:hover p, .outbound-link2 a:hover .btn, .outbound-link2 a:hover p {
  opacity: .6;
}

.outbound-link1 {
  margin-top: 170px;
}

.child-title {
  position: relative;
  width: 100%;
  height: 532px;
  color: #fff;
  text-align: center;
}

.child-title a {
  color: #fff;
}

.child-title h1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 55%;
  width: 94%;
  font-size: 50px;
  line-height: 1.25;
  margin: 0 auto;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2), 0 4px 12px rgba(0, 0, 0, 0.4), 0 6px 18px rgba(0, 0, 0, 0.2);
}

.child-title .child-h1 {
  font-size: 44px;
}

.child-title .child-h1 span {
  display: block;
  font-size: 24px;
  margin: -1.25% auto 2px;
}

.child-title .pankuzu {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-backdrop-filter: blur(20px) saturate(120.1%);
  backdrop-filter: blur(20px) saturate(120.1%);
  background: rgba(3, 17, 26, 0.1);
  box-shadow: 0 3px 4px -4px rgba(255, 255, 255, 0.6) inset;
}

.child-title .pankuzu ul {
  width: 96%;
  max-width: 1040px;
  margin: 0 auto;
  text-align: left;
  font-size: 0;
  letter-spacing: -.4em;
}

.child-title .pankuzu ul li {
  font-size: 0;
  letter-spacing: -.4em;
  display: inline-block;
  padding: 16px 10px 16px 0;
  line-height: 1;
}

.child-title .pankuzu ul li > a {
  font-size: 14px;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  letter-spacing: .5px;
  display: inline-block;
  vertical-align: top;
}

.child-title .pankuzu ul li > a:last-child {
  margin-right: 0;
}

.child-title .pankuzu ul li p {
  font-size: 15px;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  letter-spacing: .5px;
}

.child-title .pankuzu ul li p:last-child {
  margin-right: 0;
}

.child-title .pankuzu ul li:not(:last-child) > span {
  font-size: 0;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  position: relative;
  vertical-align: top;
  margin-left: 9px;
  width: 15px;
  height: 15px;
  display: inline-block;
}

.child-title .pankuzu ul li:not(:last-child) > span:last-child {
  margin-right: 0;
}

.child-title .pankuzu ul li:not(:last-child) > span:before, .child-title .pankuzu ul li:not(:last-child) > span:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 55%;
  height: 2px;
  background: #fff;
  display: block;
}

.child-title .pankuzu ul li:not(:last-child) > span:before {
  top: 28%;
  transform: translateX(-50%) rotate(45deg);
}

.child-title .pankuzu ul li:not(:last-child) > span:after {
  bottom: 32%;
  transform: translateX(-50%) rotate(-45deg);
}

.child-colmun article {
  width: 100%;
  max-width: 1080px;
  margin: 8% auto 10%;
}

.child-colmun article .katch {
  font-size: 32px;
  width: 94%;
  max-width: 1080px;
  text-align: center;
  font-weight: 600;
  margin: 6% auto 6%;
  line-height: 1.25;
}

.child-colmun article > p {
  font-size: 17px;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  line-height: 1.65;
  letter-spacing: .8px;
  text-align: justify;
}

.star-card {
  width: 100%;
  padding: 8% 0 159px;
  margin: 10% auto 0;
  background: #6f8bac;
  color: #fff;
}

.star-card .katch {
  margin-top: 9.5%;
}

.star-card .list {
  width: 94%;
  max-width: 768px;
  margin: 0 auto 8%;
}

.star-card .list ul {
  font-size: 0;
  letter-spacing: -.4em;
}

.star-card .list ul li {
  font-size: 18px;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  margin: 0 4% 3.75% 0;
  width: calc(92% / 3);
}

.star-card .list ul li:last-child {
  margin-right: 0;
}

.star-card .list ul li:nth-of-type(3n) {
  margin-right: 0;
}

.star-card .list ul li:nth-last-of-type(-n+3) {
  margin-bottom: 0;
}

.star-card .list ul li a {
  position: relative;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 12px 40px -12px rgba(0, 0, 0, 0.4);
  padding: 14px 12px;
  overflow: hidden;
  transition: .4s;
  will-change: transform, box-shadow;
}

.star-card .list ul li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.4);
  opacity: 0;
  transition: .4s;
}

.star-card .list ul li a:hover {
  z-index: 2;
  opacity: 1;
  transform: translateY(2px) scale(0.985);
  box-shadow: 0 -8px 70px 0px rgba(255, 255, 255, 0.4);
}

.star-card .list ul li a:hover:after {
  box-shadow: 0 0 40px 30px rgba(255, 255, 255, 0.7) inset;
  opacity: 1;
}

.star-card .list ul li a > img {
  width: 100%;
}

.star-card .list ul li a .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 49%;
  display: block;
  width: 68%;
}

.star-card .list ul li a .inner img {
  width: 92%;
  margin: 0 auto;
  display: block;
}

.star-card .list ul li a .inner p {
  margin: 11% auto 5%;
  line-height: 1.2;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.star-card .list ul li a .inner > span {
  line-height: 1;
  text-align: center;
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: rgba(92, 115, 129, 0.4);
}

.colspan-card {
  width: 100%;
  padding: 8% 0 159px;
  margin: 10% auto 0;
  background: #758d75;
  color: #fff;
}

.colspan-list {
  width: 94%;
  max-width: 768px;
  margin: 0 auto 12%;
}

.colspan-list ul {
  font-size: 0;
  letter-spacing: -.4em;
}

.colspan-list ul li {
  font-size: 18px;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  margin: 0 4% 3.75% 0;
  width: calc(92% / 3);
}

.colspan-list ul li:last-child {
  margin-right: 0;
}

.colspan-list ul li:nth-of-type(3n) {
  margin-right: 0;
}

.colspan-list ul li:nth-last-of-type(-n+3) {
  margin-bottom: 0;
}

.colspan-list ul li a {
  position: relative;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 12px 40px -12px rgba(0, 0, 0, 0.4);
  padding: 14px 12px;
  overflow: hidden;
  transition: .4s;
  will-change: transform, box-shadow;
}

.colspan-list ul li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.4);
  opacity: 0;
  transition: .4s;
}

.colspan-list ul li a:hover {
  z-index: 2;
  opacity: 1;
  transform: translateY(2px) scale(0.985);
  box-shadow: 0 -8px 70px 0px rgba(255, 255, 255, 0.4);
}

.colspan-list ul li a:hover:after {
  box-shadow: 0 0 40px 30px rgba(255, 255, 255, 0.7) inset;
  opacity: 1;
}

.colspan-list ul li a > img {
  width: 100%;
}

.colspan-list ul li a .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 54%;
  display: block;
  width: 68%;
}

.colspan-list ul li a .inner img {
  width: 100%;
}

.colspan-list ul li a .inner p {
  margin-top: 17%;
  line-height: 1.2;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.love-card {
  width: 100%;
  padding: 8% 0 159px;
  margin: 10% auto 0;
  background: #816a8b;
  color: #fff;
}

.love-card .katch {
  margin-top: 9.5%;
}

.love-card .list {
  width: 94%;
  max-width: 768px;
  margin: 0 auto 8%;
}

.love-card .list ul {
  font-size: 0;
  letter-spacing: -.4em;
}

.love-card .list ul li {
  font-size: 18px;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  margin: 0 4% 3.75% 0;
  width: calc(92% / 3);
}

.love-card .list ul li:last-child {
  margin-right: 0;
}

.love-card .list ul li:nth-of-type(3n) {
  margin-right: 0;
}

.love-card .list ul li:nth-last-of-type(-n+3) {
  margin-bottom: 0;
}

.love-card .list ul li:nth-child(odd) a:hover .inner .img img:nth-of-type(2) {
  transform: translate(-50%, -57%) scale(1.12) rotate(-2deg);
}

.love-card .list ul li:nth-child(even) a:hover .inner .img img:nth-of-type(2) {
  transform: translate(-50%, -57%) scale(1.12) rotate(2deg);
}

.love-card .list ul li a {
  position: relative;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 12px 40px -12px rgba(0, 0, 0, 0.4);
  padding: 14px 12px;
  transition: .4s;
  will-change: transform, box-shadow;
}

.love-card .list ul li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  display: block;
  background: rgba(255, 255, 255, 0.4);
  opacity: 0;
  transition: .4s;
}

.love-card .list ul li a:hover {
  z-index: 2;
  opacity: 1;
  transform: translateY(2px) scale(0.985);
  box-shadow: 0 -8px 70px 0px rgba(255, 255, 255, 0.4);
}

.love-card .list ul li a:hover:after {
  box-shadow: 0 0 40px 30px rgba(255, 255, 255, 0.7) inset;
  opacity: 1;
}

.love-card .list ul li a:hover .inner .img img:nth-of-type(1) {
  opacity: .4;
}

.love-card .list ul li a:hover .inner p {
  opacity: .4;
}

.love-card .list ul li a > img {
  width: 100%;
}

.love-card .list ul li a .inner {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 49%;
  display: block;
  width: 83%;
}

.love-card .list ul li a .inner .img {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.love-card .list ul li a .inner .img img {
  width: 100%;
  transition: .4s;
}

.love-card .list ul li a .inner .img img:nth-of-type(1) {
  will-change: opacity;
}

.love-card .list ul li a .inner .img img:nth-of-type(2) {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120%;
  transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  will-change: transform;
  display: block;
  opacity: 1;
}

.love-card .list ul li a .inner p {
  margin: 8% auto 0;
  line-height: 1.2;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  transition: .4s;
  will-change: opacity;
}

.love-card .list ul li a .inner p span {
  text-align: center;
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 2px;
}

.compatibility {
  width: 100%;
  max-width: 768px;
  margin: 4% auto 0;
  font-size: 0;
  letter-spacing: -.4em;
}

.compatibility .good, .compatibility .bad {
  padding: 3% 4% 4%;
  font-size: 18px;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.compatibility .good:last-child, .compatibility .bad:last-child {
  margin-right: 0;
}

.compatibility .good img, .compatibility .bad img {
  width: 38%;
  display: block;
  margin: 0 auto;
}

.compatibility .good .katch, .compatibility .bad .katch {
  font-size: 24px;
  margin: 5% auto 8%;
}

.compatibility .good p, .compatibility .bad p {
  font-size: 17px;
  text-align: center;
}

.compatibility .good {
  border-right: 2px solid #d8e1e6;
}

.compatibility .good .katch span {
  color: #ff6d83;
}

.compatibility .bad .katch span {
  color: #807eef;
}

.sex {
  position: relative;
  width: 94%;
  max-width: 768px;
  margin: 0 auto;
  padding: 5% 0 8%;
}

.sex__tab {
  position: sticky;
  z-index: 2;
  top: 20px;
  width: 270px;
  margin: 0 auto;
  height: 48px;
  border-radius: 100px;
  -webkit-backdrop-filter: blur(18px) saturate(120.1%);
  backdrop-filter: blur(18px) saturate(120.1%);
  background: rgba(3, 17, 26, 0.9);
  overflow: hidden;
  font-size: 0;
  letter-spacing: -.4em;
  transition: .4s;
  cursor: pointer;
}

.sex__tab > span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 82%;
  width: 48%;
  will-change: left;
  display: block;
  border-radius: 100px;
  background: #fff;
  transition: .3s ease-out;
  box-shadow: 0 4px 9px -3px rgba(0, 0, 0, 0.2);
}

.sex__tab .left {
  left: 2%;
}

.sex__tab .right {
  left: 50%;
}

.sex__tab h3 {
  position: relative;
  width: 48%;
  height: 100%;
  font-size: 15px;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  color: rgba(255, 255, 255, 0.32);
  font-weight: 800;
  text-align: center;
  line-height: 1;
  padding-top: 6.2%;
  letter-spacing: .25px;
  transition: .2s;
}

.sex__tab h3:last-child {
  margin-right: 0;
}

.sex__tab h3:nth-of-type(1) {
  margin-left: 2%;
}

.sex__tab h3:nth-of-type(2) {
  margin-right: 2%;
}

.sex__tab .active {
  color: #38d0eb;
}

.sex .male {
  display: none;
}

.sex__overall {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 768px;
  margin: 6% auto;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  color: #fff;
}

.sex__overall > img {
  width: 100%;
}

.sex__overall .female, .sex__overall .male {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 92%;
  text-align: center;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.sex__overall .female > img, .sex__overall .male > img {
  width: 50px;
  margin: 0 auto;
  display: block;
}

.sex__overall .female > p, .sex__overall .male > p {
  width: 100%;
  font-size: 30px;
  margin: 5% auto 10%;
  letter-spacing: -.4px;
}

.sex__overall .female .percent, .sex__overall .male .percent {
  border-radius: 9px;
  border: 2px solid #fff;
  box-shadow: 0 4px 23px -4px rgba(0, 0, 0, 0.5);
  padding: 12px 32px 15px;
  font-size: 32px;
  width: 270px;
  margin: 0 auto;
  font-size: 23px;
  line-height: 1;
}

.sex__overall .female .percent span, .sex__overall .male .percent span {
  font-size: 39px;
  display: inline-block;
  margin: 0 4px -4px 6px;
  vertical-align: bottom;
}

.sex__txt > p {
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.65;
  text-align: justify;
  font-size: 16px;
}

.sex__txt > h4 {
  font-size: 27px;
  font-weight: 600;
  padding: 0 0 13px 2%;
  line-height: 1;
  border-bottom: 2px solid;
  text-align: left;
  margin: 6% auto 0;
}

.sex__valuation {
  width: 30%;
  max-width: 105px;
  margin: 3% 0 2% 22px;
}

.sex__lucky-month {
  border: 2px solid;
  border-radius: 12px;
  padding: 19px 0;
  max-width: 724px;
  margin: 3% auto 0;
  width: 100%;
  display: block;
  font-size: 0;
  letter-spacing: -.4em;
}

.sex__lucky-month p {
  font-size: 19px;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 11px 0;
  line-height: 1;
  text-align: center;
}

.sex__lucky-month p:last-child {
  margin-right: 0;
}

.sex__lucky-month p:nth-of-type(1) {
  border-right: 2px solid;
}

.to-top {
  position: fixed;
  z-index: 2;
  bottom: -100px;
  right: 3%;
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  -webkit-backdrop-filter: blur(18px) saturate(120.1%);
  backdrop-filter: blur(18px) saturate(120.1%);
  background: rgba(3, 17, 26, 0.2);
  transition: .6s;
  cursor: pointer;
  box-shadow: 0 -30px 49px -9px rgba(8, 28, 41, 0.1) inset, 3px 3px 4px -4px rgba(255, 255, 255, 0.5) inset, 0 17px 18px -12px rgba(50, 71, 80, 0.4);
}

.to-top:hover {
  opacity: .6;
  transform: translateY(-2px);
}

.to-top span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 43%;
  height: 43%;
  display: block;
}

.to-top span:before, .to-top span:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 58%;
  height: 3px;
  background: #fff;
  box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.4);
}

.to-top span:before {
  left: 3%;
  transform: translateY(-50%) rotate(-45deg);
}

.to-top span:after {
  right: 3%;
  transform: translateY(-50%) rotate(45deg);
}

.up {
  bottom: 3%;
}

/* module end */
/* theme start */
header {
  border-radius: 18px;
  padding: 23px 31px 31px;
  -webkit-backdrop-filter: blur(18px) saturate(120.1%);
  backdrop-filter: blur(18px) saturate(120.1%);
  background: rgba(3, 17, 26, 0.23);
  transition: .4s ease-out;
  box-shadow: 0 -30px 49px -9px rgba(8, 28, 41, 0.1) inset, 0 32px 44px -23px rgba(50, 71, 80, 0.4), 3px 3px 4px -4px rgba(255, 255, 255, 0.5) inset;
  color: #fff;
}

header a {
  color: #fff;
}

header > a {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 115px;
}

header .menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}

header .menu > ul {
  font-size: 0;
  letter-spacing: -.4em;
}

header .menu > ul > li {
  margin: 1.3% 2% 0 0;
  font-size: 16px;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}

header .menu > ul > li:last-child {
  margin-right: 0;
}

header .menu > ul > li > a {
  line-height: 1;
  padding: 22px 12px 43px;
}

header .menu > ul > li > a span {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 16px;
  margin: 0 0 0 11px;
  vertical-align: top;
}

header .menu > ul > li > a span:before, header .menu > ul > li > a span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 63%;
  height: 2px;
  background: #fff;
  display: block;
}

header .menu > ul > li > a span:before {
  left: 0;
  transform: translateY(-50%) rotate(45deg);
}

header .menu > ul > li > a span:after {
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
}

header .menu > ul > li .inner-menu {
  display: none;
}

header .menu > ul > li .inner-menu > ul {
  position: absolute;
  z-index: 1;
  top: 82px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 768px;
  height: auto;
  padding: 3%;
  -webkit-backdrop-filter: blur(20px) saturate(120.1%);
  backdrop-filter: blur(20px) saturate(120.1%);
  border-radius: 20px;
  vertical-align: top;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 13px 34px -15px rgba(71, 91, 103, 0.4);
  font-size: 0;
  letter-spacing: -.4em;
  overflow: scroll;
}

header .menu > ul > li .inner-menu > ul > li {
  position: relative;
  font-size: 15px;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  margin: 0 1.5% 12px 0;
  width: calc(96% / 3);
}

header .menu > ul > li .inner-menu > ul > li:last-child {
  margin-right: 0;
}

header .menu > ul > li .inner-menu > ul > li:nth-of-type(3n) {
  margin-right: 0;
}

header .menu > ul > li .inner-menu > ul > li:nth-last-child(-n+3) {
  margin-bottom: 0;
}

header .menu > ul > li .inner-menu > ul > li a {
  vertical-align: top;
  display: block;
  color: #475b67;
  padding: 14px 30px 14px 14px;
  border-radius: 7px;
  background: rgba(216, 225, 230, 0.5);
}

header .menu > ul > li .inner-menu > ul > li a:hover {
  opacity: .4;
  transform: scale(0.9825);
}

header .menu > ul > li .inner-menu > ul > li a p span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 6%;
  display: inline-block;
  width: 18px;
  height: 15px;
}

header .menu > ul > li .inner-menu > ul > li a p span:before, header .menu > ul > li .inner-menu > ul > li a p span:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 50%;
  height: 2px;
  display: block;
  background: #475b67;
}

header .menu > ul > li .inner-menu > ul > li a p span:before {
  top: 25%;
  transform: translateX(-50%) rotate(45deg);
}

header .menu > ul > li .inner-menu > ul > li a p span:after {
  bottom: 25%;
  transform: translateX(-50%) rotate(-45deg);
}

header .menu > ul > li .inner-menu > ul > li a img {
  margin: 0 auto;
  max-width: 170px;
  display: none;
}

header .menu > ul > li:hover .inner-menu {
  display: block;
}

header .btn {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 26px;
  transition: .3s;
}

header .btn a {
  font-size: 18px;
  border-radius: 8px;
  width: 200px;
  padding: 13px 0 14px 8px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1;
  text-align: center;
  color: #475b67;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 2px 2px 3px white inset, -2px -2px 3px rgba(0, 0, 0, 0.15) inset, 0 10px 24px -8px rgba(0, 0, 0, 0.5);
}

.sp-menu {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(20, 32, 37, 0.8);
  display: none;
  transition: .4s;
  opacity: 0;
}

.sp-menu > ul {
  position: absolute;
  top: -800px;
  right: 3%;
  width: 50%;
  height: 80%;
  max-height: 600px;
  padding: 10px 0 30px;
  border-radius: 20px;
  display: block;
  transition: .4s;
  background: #eff3f5;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  box-shadow: -2px -2px 6px -2px rgba(8, 28, 41, 0.7) inset, 2px 2px 4px rgba(255, 255, 255, 0.8) inset, 0 12px 40px -12px rgba(10, 18, 22, 0.8);
}

.sp-menu > ul li a {
  position: relative;
  padding: 10px 24px;
  line-height: 1;
  font-size: 15px;
}

.sp-menu > ul li a span {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 13px;
  height: 16px;
  margin: 0 0 0 11px;
  vertical-align: top;
  transform: translateY(-50%) rotate(-90deg);
}

.sp-menu > ul li a span:before, .sp-menu > ul li a span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 63%;
  height: 2px;
  background: #475b67;
  display: block;
}

.sp-menu > ul li a span:before {
  left: 0;
  transform: translateY(-50%) rotate(45deg);
}

.sp-menu > ul li a span:after {
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
}

.sp-menu > ul li a .square {
  background: #475b67;
  width: 11px;
  height: 11px;
  display: inline-block;
  margin: 2px 8px 0 0;
  vertical-align: top;
  border-radius: 3px;
}

.sp-menu > ul > li {
  border-bottom: 1px solid #d9e2e7;
  padding: 2% 0;
}

.sp-menu > ul > li:nth-of-type(1) .square {
  background-color: #5ba0ac;
}

.sp-menu > ul > li:nth-of-type(2) .square {
  background-color: #6685aa;
}

.sp-menu > ul > li:nth-of-type(3) .square {
  background-color: #6d9d6d;
}

.sp-menu > ul > li:nth-of-type(4) .square {
  background-color: #9978a7;
}

.sp-menu > ul > li:nth-of-type(5) .square {
  background-color: #8d96b0;
}

.sp-menu > ul > li > ul {
  padding: 0 32px;
}

.sp-menu > ul > li > ul > li {
  position: relative;
}

.sp-menu > ul > li > ul > li:after {
  content: "";
  position: absolute;
  top: 0;
  left: -3px;
  width: 11px;
  height: 100%;
  display: block;
  border-left: 1px solid #cdd8de;
}

.sp-menu > ul > li > ul > li:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -3px;
  width: 11px;
  height: 1px;
  display: block;
  border-bottom: 1px solid #cdd8de;
}

.sp-menu > ul > li > ul > li:last-child:after {
  height: 55%;
  display: block;
  border-bottom: 1px solid #cdd8de;
  border-radius: 0 0 0 8px;
}

.sp-menu > ul > li > ul > li a {
  padding: 13px 14px;
}

.sp-menu.show {
  opacity: 1;
}

.sp-menu.show > ul {
  top: 134px;
}

.home:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100vh;
  display: block;
  background: #02050a;
  transition: .6s;
}

.home .top {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100vh;
  background: url(../img/top-bg1.png), url(../img/top-bg2.png), url(../img/top-bg.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top, center center;
  background-size: 100px auto, 100px auto, cover;
  transition: .6s;
  animation: 3s topImg forwards;
  opacity: 0;
}

.home .top .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 44%;
  width: 60%;
  max-width: 342px;
  text-align: center;
  color: #fff;
  font-size: 32px;
}

.home .top .logo img {
  filter: drop-shadow(0px 5px 6px rgba(0, 0, 0, 0.6));
  transition: .6s;
}

.home .top .logo p {
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.3;
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.6), 0px 3px 3px rgba(0, 0, 0, 0.2);
  transition: .6s;
}

.home .top .logo p:nth-of-type(1) {
  font-size: 32px;
  margin: 4.8% auto 6%;
}

.home .top .logo p:nth-of-type(1) span {
  display: inline-block;
  width: 21px;
  height: 2px;
  background: #fff;
  vertical-align: top;
  margin-top: 20px;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.6), 0px 3px 3px rgba(0, 0, 0, 0.2);
}

.home .top .logo p:nth-of-type(1) span:nth-of-type(1) {
  margin-right: 14px;
}

.home .top .logo p:nth-of-type(1) span:nth-of-type(2) {
  margin-left: 12px;
}

.home .top .logo p:nth-of-type(2) {
  margin-left: 13px;
}

@keyframes topImg {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.home .internal-link {
  position: relative;
  z-index: 3;
  width: 94%;
  max-width: 830px;
  margin: 0 auto;
  transform: translateY(-50%);
}

.home .internal-link .pc {
  display: block;
}

.home .internal-link .pc li {
  position: relative;
  margin-right: 3%;
  width: calc(91% / 4);
  font-size: 16px;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}

.home .internal-link .pc li:last-child {
  margin-right: 0;
}

.home .internal-link .pc li a {
  position: relative;
  transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  border-radius: 16px;
  background: #39216a;
}

.home .internal-link .pc li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 27px;
  transition: .4s;
}

.home .internal-link .pc li a:hover {
  opacity: 1;
  transform: translateY(2px) scale(0.99);
  box-shadow: 0 -16px 80px -22px rgba(20, 255, 178, 0.3);
}

.home .internal-link .pc li a:hover:after {
  background: rgba(179, 148, 255, 0.2);
}

.home .internal-link .pc li a .inner p {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 46%;
  width: 100%;
  color: #fff;
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.6), 0px 3px 3px rgba(0, 0, 0, 0.6);
  font-size: 30px;
  text-align: center;
  line-height: 1.35;
}

.home .internal-link .pc li a .inner p span {
  display: block;
  text-decoration: underline;
  margin-bottom: 3px;
  font-weight: 500;
  font-size: 17px;
}

.home .internal-link .pc li a .inner img {
  position: absolute;
  bottom: 3.5%;
  right: 6%;
  width: 21%;
}

.home .internal-link .sp {
  display: none;
}

.home .internal-link ul {
  font-size: 0;
  letter-spacing: -.4em;
}

.home .internal-link ul li a {
  position: relative;
  border-radius: 16px;
}

.home .internal-link ul li a .inner p {
  font-size: 30px;
  text-align: center;
  line-height: 1.35;
}

.home .internal-link ul li a .inner p span {
  display: block;
  text-decoration: underline;
  margin-bottom: 3px;
  font-weight: 500;
  font-size: 17px;
}

.home .colmun {
  width: 100%;
}

.home .colmun section {
  width: 100%;
}

.home .colmun section:nth-of-type(1) {
  margin: -7% auto 0;
}

.home .colmun section article {
  width: 94%;
  max-width: 1028px;
  margin: 0 auto;
  font-size: 0;
  letter-spacing: -.4em;
}

.home .colmun section article .img, .home .colmun section article .txt {
  font-size: 17px;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}

.home .colmun section article .img:last-child, .home .colmun section article .txt:last-child {
  margin-right: 0;
}

.home .colmun section article .img {
  width: 45%;
  overflow: hidden;
}

.home .colmun section article .txt {
  position: relative;
  margin-top: 40px;
  width: 50%;
  line-height: 1.75;
}

.home .colmun section article .txt .katch {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 6%;
  width: 1000px;
}

.home .colmun section article .txt .katch span {
  background: linear-gradient(transparent 0%, #eff3f5 0%);
}

.home .colmun section:nth-of-type(2) {
  padding: 340px 0 268px;
  background: #6f9096;
  color: #fff;
}

.home .colmun section:nth-of-type(2) article .txt .katch span {
  background: linear-gradient(transparent 0%, #6f9096 0%);
}

.home .colmun .home__colmun__article0, .home .colmun .home__colmun__article2 {
  margin-bottom: 8%;
}

.home .colmun .home__colmun__article0 .img, .home .colmun .home__colmun__article2 .img {
  margin-right: 5%;
}

.home .colmun .home__colmun__article0 .txt .katch, .home .colmun .home__colmun__article2 .txt .katch {
  text-align: right;
}

.home .colmun .home__colmun__article1, .home .colmun .home__colmun__article3 {
  position: relative;
}

.home .colmun .home__colmun__article1 .img, .home .colmun .home__colmun__article3 .img {
  position: absolute;
  top: 0;
  right: 0;
}

.home .outbound-link1 a {
  box-shadow: 0 40px 68px -21px #4f6f75;
}

.free-top {
  background: #fff;
}

.free-top .top {
  background: url(../img/child-head-bg_3.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.free-top .colmun .free-top__colmun__article1 {
  max-width: none;
  margin-bottom: 0;
}

.free-top .colmun .free-top__colmun__article1__fortune-telling {
  width: 100%;
  padding: 1px 0 159px;
  margin: 10% auto 0;
  background: #818694;
  color: #fff;
}

.free-top .colmun .free-top__colmun__article1__fortune-telling .katch {
  margin-top: 9.5%;
}

.free-top .colmun .free-top__colmun__article1__fortune-telling form {
  width: 100%;
  max-width: 768px;
  margin: 0 auto 8%;
}

.free-top .colmun .free-top__colmun__article1__fortune-telling form ul {
  font-size: 0;
  letter-spacing: -.4em;
}

.free-top .colmun .free-top__colmun__article1__fortune-telling form ul li {
  font-size: 18px;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 50%;
  padding: 5px 4% 12px;
}

.free-top .colmun .free-top__colmun__article1__fortune-telling form ul li:last-child {
  margin-right: 0;
}

.free-top .colmun .free-top__colmun__article1__fortune-telling form ul li:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.free-top .colmun .free-top__colmun__article1__fortune-telling form ul li > p {
  margin-bottom: 18px;
}

.free-top .colmun .free-top__colmun__article1__fortune-telling form ul li .select {
  font-size: 0;
  letter-spacing: -.4em;
}

.free-top .colmun .free-top__colmun__article1__fortune-telling form ul li .select label {
  position: relative;
  font-size: 15px;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  margin-right: 2%;
  background: rgba(0, 0, 0, 0.03);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2) inset, -1px -1px 2px rgba(255, 255, 255, 0.2) inset;
  border-radius: 8px;
  width: 30%;
  height: 48px;
  padding: 12px;
}

.free-top .colmun .free-top__colmun__article1__fortune-telling form ul li .select label:last-child {
  margin-right: 0;
}

.free-top .colmun .free-top__colmun__article1__fortune-telling form ul li .select label:first-child {
  width: 36%;
}

.free-top .colmun .free-top__colmun__article1__fortune-telling form ul li .select label select {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 12px 13px;
  line-height: 1;
  width: 100%;
  height: 100%;
  font-size: 18px;
  letter-spacing: normal;
  cursor: pointer;
}

.free-top .colmun .free-top__colmun__article1__fortune-telling form ul li .select label p {
  position: absolute;
  bottom: 12px;
  right: 31px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
  color: rgba(0, 0, 0, 0.3);
}

.free-top .colmun .free-top__colmun__article1__fortune-telling form ul li .select label span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 51%;
  right: 14px;
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #fff;
}

.free-top .colmun .free-top__colmun__article1__fortune-telling form input[type="submit"] {
  width: 94%;
  max-width: 320px;
  margin: 8% auto 0;
  padding: 16px 0;
  border-radius: 8px;
  background: #fff;
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  box-shadow: 0 22px 27px -12px rgba(15, 36, 61, 0.25);
  color: #475b67;
  transition: .4s;
  cursor: pointer;
}

.free-top .colmun .free-top__colmun__article1__fortune-telling form input[type="submit"]:hover {
  opacity: .4;
  transform: scale(0.99);
}

.free-child {
  background: #fff;
}

.free-child .top {
  background: url(../img/child-head-bg_3.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.free-child .colmun .txt {
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
}

.free-child .colmun .txt .katch {
  width: 100%;
  border-bottom: 2px solid;
  font-size: 27px;
  margin-bottom: 6%;
  padding: 0 0 12px 12px;
  text-align: left;
}

.free-child .colmun .txt .katch:before {
  content: "";
  width: 27px;
  height: 27px;
  display: inline-block;
  margin: 5px 7px 0 0;
  vertical-align: top;
}

.free-child .colmun .txt .katch .percent {
  display: inline-block;
}

.free-child .colmun .txt .katch .percent span {
  display: inline-block;
}

.free-child .colmun .txt p {
  padding: 0 12px;
  margin-bottom: 6%;
  font-size: 17px;
  width: 100%;
  line-height: 1.65;
  letter-spacing: .8px;
  text-align: justify;
}

.free-child .colmun .free-child__colmun__article0 .txt .katch:nth-of-type(1) {
  border-color: #4dacf6;
}

.free-child .colmun .free-child__colmun__article0 .txt .katch:nth-of-type(1):before {
  content: "";
  background: url(../img/icon_08.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}

.free-child .colmun .free-child__colmun__article0 .txt .katch:nth-of-type(1) .percent {
  color: #4dacf6;
}

.free-child .colmun .free-child__colmun__article0 .txt .katch:nth-of-type(2) {
  border-color: #ff6d83;
}

.free-child .colmun .free-child__colmun__article0 .txt .katch:nth-of-type(2):before {
  content: "";
  background: url(../img/icon_07.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}

.free-child .colmun .free-child__colmun__article0 .txt .katch:nth-of-type(2) .percent {
  color: #ff6d83;
}

.free-child .colmun .free-child__colmun__article1 .txt .katch:nth-of-type(1) {
  border-color: #e55675;
}

.free-child .colmun .free-child__colmun__article1 .txt .katch:nth-of-type(1):before {
  content: "";
  background: url(../img/icon_09.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}

.free-child .colmun .free-child__colmun__article1 .txt .katch:nth-of-type(1) .percent {
  color: #e55675;
}

.free-child .colmun .free-child__colmun__article1 .txt .katch:nth-of-type(2) {
  border-color: #4e6eff;
}

.free-child .colmun .free-child__colmun__article1 .txt .katch:nth-of-type(2):before {
  content: "";
  background: url(../img/icon_10.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}

.free-child .colmun .free-child__colmun__article1 .txt .katch:nth-of-type(2) .percent {
  color: #4e6eff;
}

.free-child .colmun .free-child__colmun__article2 {
  width: 100%;
  max-width: none;
  padding: 1px 0 156px;
  margin: 10% auto 0;
  background: #818694;
}

.free-child .colmun .free-child__colmun__article2 .back-btn {
  position: relative;
  font-size: 18px;
  margin: 6% auto;
  width: 80%;
  max-width: 320px;
  border: 2px solid #fff;
  box-shadow: 0 11px 29px -11px rgba(45, 55, 69, 0.4);
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-radius: 8px;
  padding: 16px 0 16px 6px;
  line-height: 1;
}

.free-child .colmun .free-child__colmun__article2 .back-btn span {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  display: block;
}

.free-child .colmun .free-child__colmun__article2 .back-btn span:before, .free-child .colmun .free-child__colmun__article2 .back-btn span:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 55%;
  height: 2px;
  display: block;
  background: #fff;
}

.free-child .colmun .free-child__colmun__article2 .back-btn span:before {
  top: 28%;
  transform: translateX(-50%) rotate(-45deg);
}

.free-child .colmun .free-child__colmun__article2 .back-btn span:after {
  bottom: 28%;
  transform: translateX(-50%) rotate(45deg);
}

.colspan-top {
  background: #fff;
}

.colspan-top .top {
  background: url(../img/child-head-bg_1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.colspan-top .colmun .colspan-top__colmun__article1 {
  max-width: none;
  margin-bottom: 0;
}

.colspan-top .colmun .colspan-top__colmun__article1__fortune-telling {
  width: 100%;
  padding: 1px 0 159px;
  margin: 10% auto 0;
  background: #758d75;
  color: #fff;
}

.colspan-top .colmun .colspan-top__colmun__article1__fortune-telling .katch {
  margin-top: 9.5%;
}

.colspan-top .colmun .colspan-top__colmun__article1__fortune-telling .form {
  width: 100%;
  max-width: 768px;
  margin: 0 auto 8%;
  text-align: center;
}

.colspan-top .colmun .colspan-top__colmun__article1__fortune-telling .form > p {
  margin-bottom: 18px;
}

.colspan-top .colmun .colspan-top__colmun__article1__fortune-telling .form .select label {
  position: relative;
  display: block;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.03);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2) inset, -1px -1px 2px rgba(255, 255, 255, 0.2) inset;
  border-radius: 8px;
  width: 94%;
  max-width: 320px;
  height: 48px;
  padding: 12px;
}

.colspan-top .colmun .colspan-top__colmun__article1__fortune-telling .form .select label select {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 12px 47px;
  line-height: 1;
  width: 100%;
  height: 100%;
  font-size: 18px;
  letter-spacing: normal;
  cursor: pointer;
}

.colspan-top .colmun .colspan-top__colmun__article1__fortune-telling .form .select label p {
  position: absolute;
  bottom: 13px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  color: #fff .colspan-top .colmun .colspan-top__colmun__article1__fortune-telling .form .select label p;
}

.colspan-top .colmun .colspan-top__colmun__article1__fortune-telling .form .select label p :nth-of-type(1) {
  left: 12px;
}

.colspan-top .colmun .colspan-top__colmun__article1__fortune-telling .form .select label p:nth-of-type(2) {
  right: 12px;
}

.colspan-top .colmun .colspan-top__colmun__article1__fortune-telling .form .select label span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 51%;
  right: 36px;
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #fff;
}

.colspan-top .colmun .colspan-top__colmun__article1__fortune-telling .form .btn {
  width: 94%;
  max-width: 320px;
  margin: 6% auto 0;
  padding: 16px 0;
  border-radius: 8px;
  background: #fff;
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  box-shadow: 0 22px 27px -12px rgba(15, 36, 61, 0.25);
  color: #475b67;
  transition: .4s;
  cursor: pointer;
}

.colspan-top .colmun .colspan-top__colmun__article1__fortune-telling .form .btn:hover {
  opacity: .4;
  transform: scale(0.99);
}

.colspan-child .top {
  background: url(../img/child-head-bg_1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.colspan-child .top2 {
  background: url(../img/child-head-bg_5.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.colspan-child .colmun .txt {
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
}

.colspan-child .colmun .txt .katch {
  width: 100%;
  border-bottom: 2px solid;
  font-size: 27px;
  margin-bottom: 6%;
  padding: 0 0 12px 12px;
  text-align: left;
}

.colspan-child .colmun .txt .katch:before {
  content: "";
  width: 27px;
  height: 27px;
  display: inline-block;
  margin: 5px 7px 0 0;
  vertical-align: top;
}

.colspan-child .colmun .txt .katch .percent {
  display: inline-block;
}

.colspan-child .colmun .txt .katch .percent span {
  display: inline-block;
}

.colspan-child .colmun .txt p {
  padding: 0 12px;
  margin-bottom: 6%;
  font-size: 17px;
  width: 100%;
  line-height: 1.65;
  letter-spacing: .8px;
  text-align: justify;
}

.colspan-child .colmun .colspan-child__colmun__article0 {
  margin-bottom: 7%;
}

.colspan-child .colmun .colspan-child__colmun__article1 {
  margin: 0 auto;
  max-width: none;
  background: #fff;
}

.colspan-child .colmun .colspan-child__colmun__article1 .sex__txt h4:before {
  content: "";
  display: inline-block;
  margin-right: 1.25%;
  vertical-align: top;
  width: 28px;
  height: 27px;
}

.colspan-child .colmun .colspan-child__colmun__article1 .sex__txt h4:nth-of-type(1) {
  border-color: #ff6d83;
}

.colspan-child .colmun .colspan-child__colmun__article1 .sex__txt h4:nth-of-type(1):before {
  background: url(../img/icon_00.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.colspan-child .colmun .colspan-child__colmun__article1 .sex__txt h4:nth-of-type(2) {
  border-color: #15991b;
}

.colspan-child .colmun .colspan-child__colmun__article1 .sex__txt h4:nth-of-type(2):before {
  background: url(../img/icon_11.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.colspan-child .colmun .colspan-child__colmun__article1 .sex__txt h4:nth-of-type(3) {
  border-color: #ffae00;
}

.colspan-child .colmun .colspan-child__colmun__article1 .sex__txt h4:nth-of-type(3):before {
  background: url(../img/icon_02.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.colspan-child .colmun .colspan-child__colmun__article1 .sex__txt .sex__lucky-month:nth-of-type(1) {
  border-color: rgba(255, 108, 130, 0.4);
}

.colspan-child .colmun .colspan-child__colmun__article1 .sex__txt .sex__lucky-month:nth-of-type(1) p:nth-of-type(1) {
  border-color: rgba(255, 108, 130, 0.4);
}

.colspan-child .colmun .colspan-child__colmun__article1 .sex__txt .sex__lucky-month:nth-of-type(2) {
  border-color: rgba(21, 153, 27, 0.4);
}

.colspan-child .colmun .colspan-child__colmun__article1 .sex__txt .sex__lucky-month:nth-of-type(2) p:nth-of-type(1) {
  border-color: rgba(21, 153, 27, 0.4);
}

.colspan-child .colmun .colspan-child__colmun__article1 .sex__txt .sex__lucky-month:nth-of-type(3) {
  border-color: rgba(255, 174, 0, 0.4);
}

.colspan-child .colmun .colspan-child__colmun__article1 .sex__txt .sex__lucky-month:nth-of-type(3) p:nth-of-type(1) {
  border-color: rgba(255, 174, 0, 0.4);
}

.colspan-child .colmun .colspan-card {
  margin-top: 0;
}

.colspan-top2 {
  background: #fff;
}

.colspan-top2 .top {
  background: url(../img/child-head-bg_5.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.colspan-top2 .colmun .colspan-top2__colmun__article1 {
  max-width: none;
  margin-bottom: 0;
}

.colspan-top2 .colmun .colspan-top2__colmun__article1__fortune-telling {
  width: 100%;
  padding: 10% 0 159px;
  margin: 10% auto 0;
  background: #758d75;
  color: #fff;
}

.colspan-top2 .colmun .colspan-top2__colmun__article1__fortune-telling .katch {
  margin-top: 9.5%;
}

.star-top {
  background: #fff;
}

.star-top .top {
  background: url(../img/child-head-bg_0.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.star-top .colmun .star-top__colmun__article2 {
  max-width: none;
  margin-bottom: 0;
}

.star-child .top {
  background: url(../img/child-head-bg_0.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.star-child .top2 {
  background: url(../img/child-head-bg_4.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.star-child .colmun .txt {
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
}

.star-child .colmun .txt .katch {
  width: 100%;
  border-bottom: 2px solid;
  font-size: 27px;
  margin-bottom: 6%;
  padding: 0 0 12px 12px;
  text-align: left;
}

.star-child .colmun .txt .katch:before {
  content: "";
  width: 27px;
  height: 27px;
  display: inline-block;
  margin: 5px 7px 0 0;
  vertical-align: top;
}

.star-child .colmun .txt .katch .percent {
  display: inline-block;
}

.star-child .colmun .txt .katch .percent span {
  display: inline-block;
}

.star-child .colmun .txt p {
  padding: 0 12px;
  margin-bottom: 6%;
  font-size: 17px;
  width: 100%;
  line-height: 1.65;
  letter-spacing: .8px;
  text-align: justify;
}

.star-child .colmun .star-child__colmun__article0 {
  margin-bottom: 7%;
}

.star-child .colmun .star-child__colmun__article1 {
  margin: 0 auto;
  max-width: none;
  background: #fff;
}

.star-child .colmun .star-child__colmun__article1 .sex__txt h4:before {
  content: "";
  display: inline-block;
  margin-right: 1.25%;
  vertical-align: top;
  width: 28px;
  height: 27px;
}

.star-child .colmun .star-child__colmun__article1 .sex__txt h4:nth-of-type(1) {
  border-color: #ff6d83;
}

.star-child .colmun .star-child__colmun__article1 .sex__txt h4:nth-of-type(1):before {
  background: url(../img/icon_00.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.star-child .colmun .star-child__colmun__article1 .sex__txt h4:nth-of-type(2) {
  border-color: #4e6eff;
}

.star-child .colmun .star-child__colmun__article1 .sex__txt h4:nth-of-type(2):before {
  background: url(../img/icon_01.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.star-child .colmun .star-child__colmun__article1 .sex__txt h4:nth-of-type(3) {
  border-color: #ffae00;
}

.star-child .colmun .star-child__colmun__article1 .sex__txt h4:nth-of-type(3):before {
  background: url(../img/icon_02.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.star-child .colmun .star-child__colmun__article1 .sex__txt .sex__lucky-month:nth-of-type(1) {
  border-color: rgba(255, 108, 130, 0.4);
}

.star-child .colmun .star-child__colmun__article1 .sex__txt .sex__lucky-month:nth-of-type(1) p:nth-of-type(1) {
  border-color: rgba(255, 108, 130, 0.4);
}

.star-child .colmun .star-child__colmun__article1 .sex__txt .sex__lucky-month:nth-of-type(2) {
  border-color: rgba(78, 110, 255, 0.4);
}

.star-child .colmun .star-child__colmun__article1 .sex__txt .sex__lucky-month:nth-of-type(2) p:nth-of-type(1) {
  border-color: rgba(78, 110, 255, 0.4);
}

.star-child .colmun .star-child__colmun__article1 .sex__txt .sex__lucky-month:nth-of-type(3) {
  border-color: rgba(255, 174, 0, 0.4);
}

.star-child .colmun .star-child__colmun__article1 .sex__txt .sex__lucky-month:nth-of-type(3) p:nth-of-type(1) {
  border-color: rgba(255, 174, 0, 0.4);
}

.star-child .colmun .star-card {
  margin-top: 0;
}

.star-top2 {
  background: #fff;
}

.star-top2 .top {
  background: url(../img/child-head-bg_4.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.star-top2 .colmun .star-top2__colmun__article1 {
  max-width: none;
  margin-bottom: 0;
}

.love-top {
  background: #fff;
}

.love-top .top {
  background: url(../img/child-head-bg_2.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.love-top .top h1 {
  text-shadow: 0 2px 3px rgba(60, 38, 92, 0.2), 0 4px 12px rgba(60, 38, 92, 0.4), 0 6px 18px rgba(60, 38, 92, 0.2);
}

.love-top .colmun .love-top__colmun__article2 {
  max-width: none;
  margin-bottom: 0;
}

.love-child {
  background: #fff;
}

.love-child .top {
  background: url(../img/child-head-bg_2.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.love-child .top h1 {
  text-shadow: 0 2px 3px rgba(60, 38, 92, 0.2), 0 4px 12px rgba(60, 38, 92, 0.4), 0 6px 18px rgba(60, 38, 92, 0.2);
}

.love-child .colmun .txt {
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
}

.love-child .colmun .txt .katch {
  width: 100%;
  border-bottom: 2px solid;
  font-size: 27px;
  margin-bottom: 6%;
  padding: 0 0 12px 12px;
  text-align: left;
}

.love-child .colmun .txt .katch:before {
  content: "";
  width: 27px;
  height: 27px;
  display: inline-block;
  margin: 5px 7px 0 0;
  vertical-align: top;
}

.love-child .colmun .txt .katch .percent {
  display: inline-block;
}

.love-child .colmun .txt .katch .percent span {
  display: inline-block;
}

.love-child .colmun .txt p {
  padding: 0 12px;
  margin-bottom: 6%;
  font-size: 17px;
  width: 100%;
  line-height: 1.65;
  letter-spacing: .8px;
  text-align: justify;
}

.love-child .colmun .love-child__colmun__article0 .txt .katch:nth-of-type(1) {
  border-color: #ff6d83;
}

.love-child .colmun .love-child__colmun__article0 .txt .katch:nth-of-type(1):before {
  content: "";
  background: url(../img/icon_03.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}

.love-child .colmun .love-child__colmun__article0 .txt .katch:nth-of-type(1) .percent {
  color: #ff6d83;
}

.love-child .colmun .love-child__colmun__article0 .txt .katch:nth-of-type(2) {
  border-color: #15991b;
}

.love-child .colmun .love-child__colmun__article0 .txt .katch:nth-of-type(2):before {
  content: "";
  background: url(../img/icon_04.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}

.love-child .colmun .love-child__colmun__article0 .txt .katch:nth-of-type(2) .percent {
  color: #15991b;
}

.love-child .colmun .love-child__colmun__article1 .txt .katch:nth-of-type(1) {
  border-color: #ffae00;
}

.love-child .colmun .love-child__colmun__article1 .txt .katch:nth-of-type(1):before {
  content: "";
  background: url(../img/icon_05.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}

.love-child .colmun .love-child__colmun__article1 .txt .katch:nth-of-type(1) .percent {
  color: #ffae00;
}

.love-child .colmun .love-child__colmun__article1 .txt .katch:nth-of-type(2) {
  border-color: #a23ecc;
}

.love-child .colmun .love-child__colmun__article1 .txt .katch:nth-of-type(2):before {
  content: "";
  background: url(../img/icon_06.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}

.love-child .colmun .love-child__colmun__article1 .txt .katch:nth-of-type(2) .percent {
  color: #a23ecc;
}

.love-child .colmun .love-child__colmun__article2 {
  width: 100%;
  max-width: none;
  padding: 1px 0 156px;
  margin: 10% auto 0;
  background: #818694;
}

.love-child .colmun .love-child__colmun__article2 .back-btn {
  position: relative;
  font-size: 18px;
  margin: 6% auto;
  width: 80%;
  max-width: 320px;
  border: 2px solid #fff;
  box-shadow: 0 11px 29px -11px rgba(45, 55, 69, 0.4);
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-radius: 8px;
  padding: 16px 0 16px 6px;
  line-height: 1;
}

.love-child .colmun .love-child__colmun__article2 .back-btn span {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  display: block;
}

.love-child .colmun .love-child__colmun__article2 .back-btn span:before, .love-child .colmun .love-child__colmun__article2 .back-btn span:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 55%;
  height: 2px;
  display: block;
  background: #fff;
}

.love-child .colmun .love-child__colmun__article2 .back-btn span:before {
  top: 28%;
  transform: translateX(-50%) rotate(-45deg);
}

.love-child .colmun .love-child__colmun__article2 .back-btn span:after {
  bottom: 28%;
  transform: translateX(-50%) rotate(45deg);
}

.love-child .colmun .love-card {
  margin-top: 0;
}

.love-child2 .top {
  background: url(../img/child-head-bg_2.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.love-child2 .top h1 {
  text-shadow: 0 2px 3px rgba(60, 38, 92, 0.2), 0 4px 12px rgba(60, 38, 92, 0.4), 0 6px 18px rgba(60, 38, 92, 0.2);
}

.love-child2 .colmun .love-child2__colmun__article0 .katch {
  margin-bottom: 6%;
}

.love-child2 .colmun .love-child2__colmun__article1 .katch {
  margin-bottom: 6%;
}

.love-child2 .colmun .wallpaper {
  width: 94%;
  max-width: 768px;
  margin: 0 auto;
  font-size: 0;
  letter-spacing: -.4em;
  margin-bottom: 4%;
}

.love-child2 .colmun .wallpaper .img, .love-child2 .colmun .wallpaper .txt {
  font-size: 17px;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}

.love-child2 .colmun .wallpaper .img:last-child, .love-child2 .colmun .wallpaper .txt:last-child {
  margin-right: 0;
}

.love-child2 .colmun .wallpaper .img {
  position: relative;
  z-index: 1;
  width: 36%;
  margin-right: 5%;
  border-radius: 22px;
  overflow: hidden;
}

.love-child2 .colmun .wallpaper .txt {
  position: relative;
  width: 59%;
  height: 452px;
}

.love-child2 .colmun .wallpaper .txt p {
  margin: 8% 0 0;
  font-size: 17px;
  width: 100%;
  line-height: 1.65;
  letter-spacing: .8px;
  text-align: justify;
}

.love-child2 .colmun .wallpaper .txt .download {
  position: absolute;
  bottom: 8%;
  left: 0;
  width: 100%;
}

.love-child2 .colmun .wallpaper .txt .download a {
  border-radius: 8px;
  border: 2px solid #2fcae6;
  line-height: 1;
  padding: 13px 0;
  font-size: 17px;
  color: #2fcae6;
  text-align: center;
  width: 100%;
  max-width: 230px;
}

.love-child2 .colmun .love-card {
  margin-top: 0;
}

.err-top .top {
  background: url(../img/child-head-bg_6.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.err-top .colmun .err-top__colmun__article0 {
  max-width: none;
  padding-bottom: 14%;
}

.err-top .colmun .err-top__colmun__article0 p {
  text-align: center;
}

.err-top .colmun .err-top__colmun__article0 .btn {
  margin: 8% auto 0;
}

.err-top .colmun .err-top__colmun__article0 .btn a {
  margin: 0 auto;
  display: block;
  border-radius: 8px;
  border: 2px solid #2fcae6;
  line-height: 1;
  padding: 13px 0;
  font-size: 17px;
  color: #2fcae6;
  text-align: center;
  width: 100%;
  max-width: 230px;
}

footer {
  padding: 0 0 40px;
  width: 94%;
  max-width: 1080px;
  margin: 0 auto;
}

footer .footer-top {
  width: 100%;
  max-width: 1028px;
  margin: 0 auto;
}

footer .footer-top > ul {
  font-size: 0;
  letter-spacing: -.4em;
}

footer .footer-top > ul > li {
  font-size: 14px;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  margin-right: 3%;
  width: calc(85% / 6);
}

footer .footer-top > ul > li:last-child {
  margin-right: 0;
}

footer .footer-top > ul > li h3 {
  font-weight: 600;
  font-size: 17px;
  padding: 0 0 6px 1px;
  border-bottom: 1px solid #c5d1d7;
  margin-bottom: 8px;
  line-height: 1.15;
}

footer .footer-top > ul > li ul {
  font-weight: 400;
}

footer .footer-top > ul > li ul li a {
  padding: 5px 0;
  line-height: 1;
}

footer .footer-bottom {
  position: relative;
  margin: 10% auto 0;
}

footer .footer-bottom a {
  width: 190px;
}

footer .footer-bottom > p {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
  font-weight: 400;
}

/* theme end */
/* state start */
.block {
  top: 20px !important;
  opacity: 1 !important;
}

.UpMove {
  top: -140px;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    top: 20px;
  }
  to {
    opacity: 0;
    top: -140px;
  }
}

@keyframes UpAnime {
  from {
    opacity: 1;
    top: 20px;
  }
  to {
    opacity: 0;
    top: -140px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE11でsvg崩れ防止 */
  img[src$=".svg"] {
    width: 100%;
  }
}

@supports not ((-webkit-backdrop-filter: blur(30px)) or (backdrop-filter: blur(30px))) {
  /* [backdrop-filter]が効かないブラウザへの対応 */
  header {
    background: rgba(16, 34, 46, 0.8);
  }
}

@media all and (-ms-high-contrast: none) {
  /* 上の[@supports]はie11には効かないので、ie11は個別に対応 */
  header {
    background: rgba(16, 34, 46, 0.8);
  }
}

@media (max-width: 1920px) {
  .home:before {
    height: 630px;
  }
  .home .top {
    background-size: 27% auto, 24% auto, cover;
    height: 630px;
  }
}

@media (max-width: 1100px) {
  .drw {
    display: block;
  }
  header .btn {
    right: 78px;
  }
  header .menu {
    display: none;
  }
  .home .colmun .home__colmun__article0 .txt, .home .colmun .home__colmun__article1 .txt {
    background: #eff3f5;
  }
  .home .colmun .home__colmun__article2 .txt, .home .colmun .home__colmun__article3 .txt {
    background: #6f9096;
  }
  .home .colmun section article {
    position: relative;
    width: 100%;
  }
  .home .colmun section article .img {
    position: relative !important;
    width: 100% !important;
    height: 320px !important;
    display: block !important;
  }
  .home .colmun section article .img img {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
  }
  .home .colmun section article .txt {
    margin: -10% auto 0 !important;
    padding: 1px 4% 5%;
    width: 94%;
    display: block;
    border-radius: 24px;
  }
  .home .colmun section article .txt .katch {
    font-size: 30px;
    width: 100%;
    margin: 6% auto 6% !important;
    text-align: center !important;
  }
  .home .colmun section article .txt .katch span {
    width: 100%;
    margin: 0 auto;
  }
  .home .colmun section article .txt .katch br {
    display: none;
  }
  .home .colmun section article .txt p {
    width: 100%;
    margin: 0 auto;
    text-align: justify;
    border-radius: 25px;
  }
  .home .colmun section:nth-of-type(2) {
    padding: 230px 0 188px;
  }
  .outbound-link1 a, .outbound-link2 a {
    position: relative;
  }
  .outbound-link1 a .img, .outbound-link2 a .img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: block;
    overflow: hidden;
  }
  .outbound-link1 a .img img, .outbound-link2 a .img img {
    width: 110%;
  }
  .outbound-link1 a .txt, .outbound-link2 a .txt {
    margin-left: 49%;
  }
  .outbound-link1 a .txt p:nth-of-type(1), .outbound-link2 a .txt p:nth-of-type(1) {
    font-size: 27px;
  }
  .outbound-link1 a .txt p:nth-of-type(2), .outbound-link2 a .txt p:nth-of-type(2) {
    font-size: 16px;
    line-height: 1.5;
  }
  .outbound-link1 a .txt .btn, .outbound-link2 a .txt .btn {
    font-size: 22px;
  }
  .outbound-link1 {
    margin-top: 40px;
  }
  .outbound-link2 {
    margin-bottom: 60px;
  }
  footer {
    padding: 0 0 24px;
  }
}

@media (max-width: 812px) {
  a {
    transition: .3s !important;
  }
  a:hover {
    opacity: 1 !important;
  }
  header {
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    top: 0;
    padding: 13px 12px;
  }
  header > a {
    width: 90px;
  }
  header .btn {
    right: 55px;
  }
  header .btn a {
    font-size: 15px;
    width: 140px;
    padding: 9px 0 10px 4px;
    border-radius: 5px;
  }
  .sp-menu > ul {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90%;
    max-width: 420px;
    right: 5%;
    border-radius: 15px;
    max-height: none;
  }
  .sp-menu.show > ul {
    top: 77px;
  }
  .to-top {
    right: 12px;
    width: 46px;
    height: 46px;
    border-radius: 12px;
  }
  .to-top span {
    width: 50%;
    height: 50%;
  }
  .to-top span:before, .to-top span:after {
    height: 2px;
  }
  .up {
    bottom: 12px;
  }
  .drw {
    right: 13px;
    width: 27px;
    height: 22px;
  }
  .drw.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  .drw.active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }
  .block {
    top: 0 !important;
  }
  .star-card .list {
    width: 88%;
    max-width: 435px;
  }
  .star-card .list ul li {
    width: calc(94% / 2);
    margin: 0 6% 6.55% 0;
  }
  .star-card .list ul li:nth-of-type(3n) {
    margin-right: 6%;
  }
  .star-card .list ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .star-card .list ul li a {
    border-radius: 10px;
    padding: 10px 7px;
  }
  .star-card .list ul li a .inner p {
    font-size: 18px;
    margin: 9% auto 3%;
  }
  .star-card .list ul li a .inner > span {
    font-size: 10px;
  }
  .colspan-list {
    width: 88%;
    max-width: 435px;
  }
  .colspan-list ul li {
    width: calc(94% / 2);
    margin: 0 6% 6.55% 0;
  }
  .colspan-list ul li:nth-of-type(3n) {
    margin-right: 6%;
  }
  .colspan-list ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .colspan-list ul li:nth-last-of-type(-n+3) {
    margin-bottom: 6.125%;
  }
  .colspan-list ul li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .colspan-list ul li a {
    border-radius: 6px;
    padding: 7px 6px;
  }
  .colspan-list ul li a .inner {
    top: 56%;
  }
  .colspan-list ul li a .inner p {
    font-size: 18px;
    margin: 16% auto 0;
  }
  .colspan-list ul li a .inner > span {
    font-size: 10px;
  }
  .love-card {
    padding-bottom: 129px;
  }
  .love-card .list {
    width: 88%;
    max-width: 435px;
  }
  .love-card .list ul li {
    width: calc(94% / 2);
    margin: 0 6% 6.55% 0;
  }
  .love-card .list ul li:nth-of-type(3n) {
    margin-right: 6%;
  }
  .love-card .list ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .love-card .list ul li a {
    border-radius: 10px;
    padding: 10px 7px;
  }
  .love-card .list ul li a .inner .img img {
    width: 94%;
    margin: 0 auto;
    display: block;
  }
  .love-card .list ul li a .inner .img img:nth-of-type(2) {
    top: 42%;
    width: 100%;
  }
  .love-card .list ul li a .inner p {
    font-size: 23px;
    margin: 9% auto 3%;
  }
  .love-card .list ul li a .inner p span {
    margin-bottom: 4px;
  }
  .love-card .list ul li a .inner > span {
    font-size: 10px;
  }
  .home:before {
    height: 400px;
  }
  .home .top {
    height: 400px;
  }
  .home .top .logo {
    width: 68%;
    max-width: 260px;
    top: 40%;
  }
  .home .top .logo p:nth-of-type(1) {
    font-size: 25px;
    margin-bottom: 5%;
  }
  .home .top .logo p:nth-of-type(1) span {
    width: 15px;
    margin-top: 14px;
  }
  .home .top .logo p:nth-of-type(2) {
    margin: 0;
    font-size: 25px;
    letter-spacing: normal;
  }
  .home .internal-link {
    width: 100%;
  }
  .home .internal-link .pc {
    display: none;
  }
  .home .internal-link .sp {
    display: block;
  }
  .home .internal-link ul {
    width: 94%;
    max-width: 420px;
    margin: 0 auto 50px;
    padding: 17px 4%;
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(18px) saturate(120.1%);
    backdrop-filter: blur(18px) saturate(120.1%);
    border-radius: 20px;
    box-shadow: 0 -30px 49px -9px rgba(8, 28, 41, 0.1) inset, 3px 3px 4px -4px rgba(255, 255, 255, 0.5) inset;
    font-size: 0;
    letter-spacing: -.4em;
  }
  .home .internal-link ul li {
    font-size: 24px;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    width: 47%;
    margin: 0 6% 16px 0;
  }
  .home .internal-link ul li:last-child {
    margin-right: 0;
  }
  .home .internal-link ul li:nth-of-type(2) {
    margin-right: 0;
  }
  .home .internal-link ul li:nth-of-type(3), .home .internal-link ul li:nth-of-type(4) {
    margin-bottom: 0;
  }
  .home .internal-link ul li a {
    padding: 16px 0;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 2px 2px 3px #fff inset, -3px -3px 5px rgba(0, 0, 0, 0.15) inset, 0 10px 24px -8px rgba(0, 0, 0, 0.2);
  }
  .home .internal-link ul li a:hover {
    opacity: .6;
  }
  .home .internal-link ul li a .inner p {
    font-size: 20px;
    color: #475b67;
    font-weight: 600;
  }
  .home .internal-link ul li a .inner p span {
    font-size: 15px;
    margin-bottom: 1px;
    text-decoration: none;
  }
  .home .colmun {
    margin-top: -125px;
  }
  .home .colmun section:nth-of-type(1) {
    margin: 0 atuo;
  }
  .home .colmun section:nth-of-type(2) {
    padding: 170px 0 160px;
  }
  .home .colmun section article .img {
    height: 300px !important;
  }
  .home .colmun section article .img img {
    top: 0;
    transform: translateY(0);
  }
  .home .colmun section article .txt {
    width: 88%;
    padding: 0;
    margin-top: 0px !important;
    border-radius: 0;
  }
  .home .colmun section article .txt .katch {
    font-size: 24px;
    margin: 7% auto 6% !important;
  }
  .home .colmun section article .txt p {
    font-size: 16px;
    line-height: 1.6;
  }
  .outbound-link1, .outbound-link2 {
    width: 88%;
  }
  .outbound-link1 a, .outbound-link2 a {
    border-radius: 15px;
    padding: 30px 25px;
  }
  .outbound-link1 a .img, .outbound-link2 a .img {
    display: none;
  }
  .outbound-link1 a .txt, .outbound-link2 a .txt {
    width: 100%;
    padding: 0;
    margin: 0 auto !important;
    display: block;
    text-align: center;
  }
  .outbound-link1 a .txt p:nth-of-type(1), .outbound-link2 a .txt p:nth-of-type(1) {
    font-size: 24px;
    white-space: normal;
  }
  .outbound-link1 a .txt p:nth-of-type(2), .outbound-link2 a .txt p:nth-of-type(2) {
    font-size: 15px;
  }
  .outbound-link1 a .txt .btn, .outbound-link2 a .txt .btn {
    width: 100%;
    max-width: 380px;
    padding: 19px 0 21px;
    margin: 7% auto 0;
    border-radius: 11px;
  }
  .outbound-link2 {
    margin-bottom: 30px;
  }
  .child-title {
    height: 320px;
  }
  .child-title h1 {
    top: 53%;
    left: 3%;
    font-size: 31px;
  }
  .child-title .child-h1 {
    font-size: 31px;
  }
  .child-title .child-h1 span {
    font-size: 21px;
    margin-bottom: 0;
  }
  .child-title .pankuzu ul {
    white-space: nowrap;
    overflow: scroll;
  }
  .child-title .pankuzu ul li {
    padding: 10px 2px 9px 0;
  }
  .child-title .pankuzu ul li:not(:last-child) > span {
    margin-left: 2px;
  }
  .child-colmun article {
    margin: 7% auto 8%;
  }
  .child-colmun article .katch {
    width: 88%;
    text-align: left;
    font-size: 24px;
    margin: 4% auto;
    text-align: center;
  }
  .child-colmun article > p {
    font-size: 15px;
    width: 88%;
  }
  .child-colmun article .sex .katch {
    margin-bottom: 7%;
  }
  .compatibility .good, .compatibility .bad {
    width: 90%;
    max-width: 420px;
    margin: 0 auto !important;
    display: block;
  }
  .compatibility .good img, .compatibility .bad img {
    width: 30%;
    max-width: 87px;
  }
  .compatibility .good .katch, .compatibility .bad .katch {
    font-size: 21px;
    margin: 4% auto 5%;
  }
  .compatibility .good p, .compatibility .bad p {
    font-size: 24px;
    font-weight: 600;
  }
  .compatibility .good {
    border-right: 0;
    border-bottom: 2px solid #d8e1e6;
    padding: 3% 6% 9%;
  }
  .compatibility .bad {
    padding: 9% 6% 3%;
  }
  .sex {
    width: 88%;
  }
  .sex__tab {
    width: 230px;
    height: 40px;
  }
  .sex__tab .left {
    left: 1.5%;
  }
  .sex__tab .right {
    left: 50.5%;
  }
  .sex__tab h3 {
    width: 47%;
    font-size: 14px;
    padding-top: 5.8%;
  }
  .sex__tab h3:nth-of-type(2) {
    margin-right: 0;
    margin-left: 2.5%;
  }
  .sex__overall {
    width: 100%;
    border-radius: 15px;
    margin: 8% auto;
  }
  .sex__overall > img {
    position: absolute;
    width: 300%;
    max-width: 768px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .sex__overall .female, .sex__overall .male {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 76%;
    margin: 0 auto;
    padding: 38px 0;
  }
  .sex__overall .female > img, .sex__overall .male > img {
    width: 35px;
  }
  .sex__overall .female > p, .sex__overall .male > p {
    font-size: 23px;
    margin: 4% auto 6%;
  }
  .sex__overall .female .percent, .sex__overall .male .percent {
    font-size: 18px;
    border: 1px solid #fff;
    padding: 9px 5px 13px;
    width: 100%;
    max-width: 225px;
  }
  .sex__overall .female .percent span, .sex__overall .male .percent span {
    font-size: 33px;
    margin: 0 3px -3px 4px;
  }
  .sex__txt > p {
    font-size: 15px;
  }
  .sex__txt > h4 {
    font-size: 20px;
    padding: 0 0 6px 1%;
    margin-top: 8%;
  }
  .sex__txt > h4:before {
    width: 21px !important;
    height: 20px !important;
  }
  .sex__valuation {
    max-width: 90px;
    margin-left: 4px;
  }
  .sex__lucky-month {
    margin: 7% auto 14%;
  }
  .sex__lucky-month p {
    font-size: 16px;
  }
  .colspan-top .colmun .colspan-top__colmun__article1__fortune-telling .form {
    padding-bottom: 10%;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    margin: 0 auto 11%;
  }
  .colspan-top .colmun .colspan-top__colmun__article1__fortune-telling .form > p {
    font-size: 15px;
  }
  .colspan-top .colmun .colspan-top__colmun__article1__fortune-telling .form .select label {
    max-width: 240px;
    height: 45px;
  }
  .colspan-top .colmun .colspan-top__colmun__article1__fortune-telling .form .btn {
    width: 88%;
    max-width: 310px;
    font-size: 18px;
    padding: 14px 0;
    border-radius: 6px;
  }
  .love-child .colmun .txt .katch {
    font-size: 20px;
    padding: 0 0 6px 1%;
  }
  .love-child .colmun .txt .katch:before {
    width: 21px;
    height: 20px;
    margin-top: 3px;
  }
  .love-child .colmun .txt p {
    font-size: 15px;
  }
  .love-child2 .colmun .wallpaper {
    width: 88%;
  }
  .love-child2 .colmun .wallpaper .img {
    display: block;
    margin: 0 auto;
    width: 90%;
    max-width: 200px;
    border-radius: 12px;
  }
  .love-child2 .colmun .wallpaper .img img {
    border-radius: 12px;
  }
  .love-child2 .colmun .wallpaper .img:after {
    border-radius: 12px;
  }
  .love-child2 .colmun .wallpaper .txt {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto !important;
    display: block;
    height: auto !important;
  }
  .love-child2 .colmun .wallpaper .txt p {
    margin: 26px auto 50px;
    text-align: justify;
    font-size: 15px;
  }
  .love-child2 .colmun .wallpaper .txt .download {
    position: relative;
    z-index: 100;
    bottom: auto;
    left: auto;
    margin: 20px auto 50px;
    display: none;
  }
  .love-child2 .colmun .wallpaper .txt .download a {
    margin: 0 auto;
    max-width: 280px;
  }
  .free-top .colmun .free-top__colmun__article1__fortune-telling form ul {
    text-align: center;
  }
  .free-top .colmun .free-top__colmun__article1__fortune-telling form ul li {
    width: 88%;
    max-width: 400px;
    padding: 3% 4% 6%;
    margin: 0 auto !important;
  }
  .free-top .colmun .free-top__colmun__article1__fortune-telling form ul li:first-child {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .free-top .colmun .free-top__colmun__article1__fortune-telling form ul li:last-child {
    padding: 6% 4% 0%;
  }
  .free-top .colmun .free-top__colmun__article1__fortune-telling form input[type="submit"] {
    margin-top: 12%;
  }
  .free-child .child-title .child-h1 {
    font-size: 25px;
  }
  .free-child .colmun .free-child__colmun__article0 .txt .katch, .free-child .colmun .free-child__colmun__article1 .txt .katch {
    font-size: 18px;
    padding: 0 0 6px 1%;
  }
  .free-child .colmun .free-child__colmun__article0 .txt .katch:before, .free-child .colmun .free-child__colmun__article1 .txt .katch:before {
    width: 19px !important;
    height: 18px !important;
    margin: 3px 2px 0 0;
  }
  .free-child .colmun .free-child__colmun__article0 .txt p, .free-child .colmun .free-child__colmun__article1 .txt p {
    font-size: 15px;
    line-height: 1.6;
  }
  .free-child .colmun .free-child__colmun__article2 .back-btn {
    font-size: 16px;
    margin: 12% auto 5%;
    width: 88%;
    max-width: 280px;
    border-radius: 6px;
    padding: 14px 0;
    font-weight: 500;
  }
  .err-top .colmun .err-top__colmun__article0 {
    padding-bottom: 150px;
  }
  footer {
    width: 88%;
  }
  footer .footer-top {
    max-width: 506px;
  }
  footer .footer-top > ul > li {
    width: 100%;
    display: block;
    margin: 0 0 28px;
  }
  footer .footer-top > ul > li ul {
    font-size: 0;
    letter-spacing: -.4em;
  }
  footer .footer-top > ul > li ul li {
    font-size: 15px;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 0 0 2px;
  }
  footer .footer-top > ul > li ul li:last-child {
    margin-right: 0;
  }
  footer .footer-bottom {
    text-align: center;
    margin-top: 17%;
  }
  footer .footer-bottom a {
    margin: 0 auto 20px;
    width: 80%;
    max-width: 232px;
    display: block;
  }
  footer .footer-bottom > p {
    position: relative;
    bottom: auto;
    right: auto;
    display: block;
  }
  @-webkit-keyframes UpAnime {
    from {
      opacity: 1;
      top: 0px;
    }
    to {
      opacity: 0;
      top: -80px;
    }
  }
  @keyframes UpAnime {
    from {
      opacity: 1;
      top: 0px;
    }
    to {
      opacity: 0;
      top: -80px;
    }
  }
  @-webkit-keyframes DownAnime {
    from {
      opacity: 0;
      top: -80px;
    }
    to {
      opacity: 1;
      top: 0px;
    }
  }
  @keyframes DownAnime {
    from {
      opacity: 0;
      top: -80px;
    }
    to {
      opacity: 1;
      top: 0px;
    }
  }
}

@media (max-width: 390px) {
  .sp-menu.show > ul {
    top: 64px;
  }
  .drw {
    right: 11px;
    width: 25px;
    height: 19px;
  }
  .drw.active span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
  }
  .drw.active span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
  }
  .outbound-link1 a, .outbound-link2 a {
    padding: 24px 22px;
  }
  .outbound-link1 a .txt p:nth-of-type(1), .outbound-link2 a .txt p:nth-of-type(1) {
    font-size: 23px;
  }
  .outbound-link1 a .txt .btn, .outbound-link2 a .txt .btn {
    font-size: 19px;
    padding: 16px 0 17px;
    border-radius: 9px;
  }
  .child-title {
    height: 280px;
  }
  .child-title h1 {
    top: 52%;
    font-size: 29px;
  }
  .child-title .pankuzu ul li p {
    font-size: 14px;
  }
  .star-card .list ul li a .inner p {
    font-size: 17px;
  }
  .colspan-list ul li a .inner p {
    font-size: 16px;
  }
  .love-card .list ul li a .inner p {
    font-size: 16px;
    margin: 7% auto 0;
  }
  .love-card .list ul li a .inner p span {
    margin-bottom: 1px;
  }
  .home .top .logo {
    width: 59%;
    top: 42%;
  }
  .home .top .logo p:nth-of-type(1) {
    font-size: 24px;
    margin-bottom: 3%;
  }
  .home .top .logo p:nth-of-type(2) {
    font-size: 23px;
  }
  .home .colmun section article .img {
    height: 120px !important;
  }
  .home .colmun section article .img img {
    top: -63%;
  }
  .home .colmun section article .txt .katch {
    font-size: 23px;
  }
  .home .colmun section article .txt p {
    font-size: 15px;
  }
  .sex__lucky-month {
    padding: 0 0;
  }
  .sex__lucky-month p {
    display: block;
    width: 80%;
    max-width: 192px;
    margin: 0 auto !important;
    font-size: 16px;
  }
  .sex__lucky-month p:nth-of-type(1) {
    font-size: 16px;
    padding: 17px 0 11px;
    border-right: 0;
    border-bottom: 2px solid #d8e1e6;
  }
  .sex__lucky-month p:nth-of-type(2) {
    font-size: 30px;
    font-weight: 700;
    padding: 15px 0 19px;
  }
  .sex__lucky-month:nth-of-type(1) p:nth-of-type(2) {
    color: #ff6d83;
  }
  .sex__lucky-month:nth-of-type(2) p:nth-of-type(2) {
    color: #4e6eff;
  }
  .sex__lucky-month:nth-of-type(3) p:nth-of-type(2) {
    color: #ffae00;
  }
  .colspan-child .colmun .colspan-child__colmun__article1 .sex__lucky-month:nth-of-type(2) p:nth-of-type(2) {
    color: #15991b;
  }
  .free-top .colmun .free-top__colmun__article1__fortune-telling form ul {
    text-align: center;
  }
  .free-top .colmun .free-top__colmun__article1__fortune-telling form ul li {
    padding: 3% 0 6%;
  }
  .free-top .colmun .free-top__colmun__article1__fortune-telling form ul li:last-child {
    padding: 6% 0 0;
  }
  .free-top .colmun .free-top__colmun__article1__fortune-telling form ul li > p {
    font-size: 17px;
  }
  .free-top .colmun .free-top__colmun__article1__fortune-telling form ul li .select label select {
    padding: 12px 10px;
  }
  .free-top .colmun .free-top__colmun__article1__fortune-telling form ul li .select label p {
    font-size: 13px;
    right: 22px;
  }
  .free-top .colmun .free-top__colmun__article1__fortune-telling form ul li .select label span {
    right: 10px;
  }
  .free-top .colmun .free-top__colmun__article1__fortune-telling form input[type="submit"] {
    width: 88%;
    font-size: 17px;
    padding: 14px 0;
    border-radius: 6px;
  }
  footer .footer-top > ul > li ul li {
    font-size: 14px;
  }
  footer .footer-top > ul > li:nth-of-type(3) ul li {
    width: 100%;
    display: block;
  }
}

/* state end */
