@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;
}

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

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

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

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;
}

@nest &::-ms-expand {
  select {
    display: none;
  }
}

@nest &::-ms-value {
  select {
    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;
}

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

/* reset end */
.yoko {
  position: fixed;
  z-index: 2000;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.yoko span {
  font-size: 16px;
}

/* base start */
body {
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  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: #323232;
  letter-spacing: .6px;
}

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

img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

li {
  list-style: none;
}

a, .hover {
  display: block;
  color: #323232;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}

a:hover, .hover:hover {
  opacity: .4;
}

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

/* base end */
/* layout start */
.l-header {
  background: #fff;
  display: block;
  width: 100%;
}

.l-main {
  margin-top: 213px;
  transition: 0.01s;
  -webkit-animation: 1s fade linear;
  animation: 1s fade linear;
}

.inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1092px;
}

/* layout end */
/* module start */
.img {
  border: 1px solid #adadad;
}

.cancel {
  position: absolute;
  top: 2%;
  right: 1%;
  width: 32px;
  height: 32px;
  display: block;
}

.cancel:before, .cancel:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 2px;
  border-radius: 4px;
  display: block;
  background: #323232;
}

.cancel:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.cancel:after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.fade {
  transform: translate(-50%, -45%) scale(0.9) !important;
  opacity: 0 !important;
}

.pankuzu {
  background: #ebebeb;
}

.pankuzu ul {
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
  width: 100%;
  max-width: 1092px;
  margin: 0 auto;
  padding: 8px 12px 6px;
}

.pankuzu ul li {
  font-size: 12px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  margin-right: 6px;
  font-weight: 700;
}

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

.pankuzu ul li a {
  display: inline-block;
  vertical-align: top;
  line-height: 1.35;
}

.pankuzu ul li span {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 2px 0 0 5px;
  vertical-align: top;
}

.pankuzu ul li span:before, .pankuzu ul li span:after {
  content: "";
  position: absolute;
  width: 48%;
  height: 1px;
  display: block;
  background: #323232;
}

.pankuzu ul li span:before {
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.pankuzu ul li span:after {
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.pankuzu ul li p {
  display: inline-block;
  vertical-align: top;
  line-height: 1.35;
}

.ehonList {
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
}

.ehonList > li {
  font-size: 0;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  width: calc(88% / 5);
  margin-right: 3%;
  margin-bottom: 28px;
}

.ehonList > li:last-child {
  margin-right: 0;
}

.ehonList > li:nth-of-type(5n) {
  margin-right: 0;
}

.ehonList > li a {
  font-size: 15px;
  font-weight: 700;
}

.ehonList > li a > span:nth-of-type(1) {
  color: #40b8ef;
  font-size: 12px;
  margin: 6px 0 2px;
  display: block;
}

.ehonList > li a > span:nth-of-type(2) {
  font-size: 13px;
  line-height: 1;
}

.ehonList > li a > h2, .ehonList > li a > h3 {
  font-size: 15px;
}

.ehonList > li a > p {
  font-size: 12px;
  margin: 12px 0 0px;
  line-height: 1.35;
}

.ehonList > li a .category ul {
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
  margin: 5px 0 10px;
}

.ehonList > li a .category ul li {
  font-size: 0;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  letter-spacing: -.4em;
  width: calc(85% / 6);
  margin-right: 3%;
  text-align: center;
}

.ehonList > li a .category ul li:last-child {
  margin-right: 0;
}

.ehonList > li a .category ul li img {
  width: 80%;
  margin: 0 auto;
}

.ehonList > li a .category ul li p {
  font-size: 9px;
  margin-top: 4px;
  line-height: 1;
  letter-spacing: -.3px;
  white-space: nowrap;
}

.ehonList > li a .like {
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
}

.ehonList > li a .like img {
  font-size: 0;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  width: 17px;
}

.ehonList > li a .like img:last-child {
  margin-right: 0;
}

.ehonList > li a .like p {
  font-size: 14px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  line-height: 1;
  margin: 1px 0 0 6px;
  color: #ff0014;
}

.ehonList > li a .like p:last-child {
  margin-right: 0;
}

.ehonListTop > li {
  width: calc(88% / 3);
  margin-right: 6%;
  margin-bottom: 5%;
}

.ehonListTop > li:nth-of-type(5n) {
  margin-right: 6%;
}

.ehonListTop > li:nth-of-type(3n) {
  margin-right: 0;
}

.banner {
  width: 94%;
  max-width: 1092px;
  margin: 6% auto 6%;
}

.banner ul li {
  width: 100%;
  margin: 0 auto 4%;
}

.banner ul li:last-child {
  margin-bottom: 0;
}

.banner ul .CTBanner {
  width: 80%;
  max-width: 923px;
}

footer {
  padding: 4% 0;
}

footer .inner .top {
  padding: 0 0 36px;
  border-bottom: 1px solid #323232;
}

footer .inner .top > ul {
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
}

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

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

footer .inner .top > ul > li h3 {
  font-weight: 700;
  color: #fff;
  background: #f46560;
  padding: 8px 0;
  display: block;
  line-height: 1;
  border-radius: 30px;
  text-align: center;
  margin-bottom: 21px;
}

footer .inner .top > ul > li .app {
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
  width: 94%;
  margin: 0 auto 10%;
}

footer .inner .top > ul > li .app img {
  font-size: 0;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  width: 30%;
  margin-right: 6%;
}

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

footer .inner .top > ul > li .app p {
  font-size: 14px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  width: 64%;
  line-height: 1.4;
  font-weight: 600;
  text-align: justify;
}

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

footer .inner .top > ul > li .appLink {
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
  width: 94%;
  margin: 0 auto;
}

footer .inner .top > ul > li .appLink a {
  font-size: 0;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  width: 43%;
  margin-right: 4%;
}

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

footer .inner .top > ul > li .appLink a:nth-of-type(2) {
  width: 53%;
}

footer .inner .top > ul > li ul {
  width: 94%;
  margin: 0 auto;
}

footer .inner .top > ul > li ul li {
  position: relative;
  margin-bottom: 4px;
}

footer .inner .top > ul > li ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

footer .inner .top > ul > li ul li a {
  font-size: 15px;
  margin-left: 10px;
  display: inline-block;
  line-height: 1;
  font-weight: 600;
}

footer .inner .bottom {
  position: relative;
  padding: 12px 0 30px;
}

footer .inner .bottom .important {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  margin-top: 5px;
}

footer .inner .bottom .important ul {
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
}

footer .inner .bottom .important ul li {
  font-size: 14px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  margin-right: 14px;
  font-weight: 600;
}

footer .inner .bottom .important ul li:last-child {
  margin-right: 0;
}

footer .inner .bottom .socialLink {
  position: absolute;
  top: 12px;
  right: 10px;
}

footer .inner .bottom .socialLink ul {
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
}

footer .inner .bottom .socialLink ul li {
  font-size: 14px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  width: 30px;
  margin-right: 12px;
}

footer .inner .bottom .socialLink ul li:last-child {
  margin-right: 0;
}

footer .inner .bottom > p {
  margin-top: 12%;
  font-size: 14px;
  text-align: center;
}

.child h1 {
  color: #fff;
  line-height: 1;
  padding: 10px 0;
  width: 100%;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  border-radius: 50px;
  margin: 4% auto 3%;
}

.child h1 img {
  height: 20px;
  width: auto;
  margin: 0 auto;
}

.red {
  background: #ff3939;
}

.blue {
  background: #23b1f0;
}

.green {
  background: #32b16c;
}

.red2 {
  background: #ff7070;
}

.pager {
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
  text-align: center;
  margin: 0 auto;
  padding: 4% 0;
}

.pager ul {
  font-size: 0;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
}

.pager ul:last-child {
  margin-right: 0;
}

.pager ul li {
  position: relative;
  width: 40px;
  height: 40px;
  font-size: 16px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  margin-right: 8px;
  border-radius: 50%;
}

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

.pager ul li a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  color: #e86c5d;
  font-weight: 700;
  width: 100%;
  line-height: 1;
  text-align: center;
  padding: 12px 0;
  border-radius: 50%;
}

.pager ul .active {
  pointer-events: none;
  background: #e86c5d;
}

.pager ul .active a {
  color: #fff;
}

.pager .prev, .pager .next {
  position: relative;
  width: 40px;
  height: 40px;
  font-size: 0;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  cursor: pointer;
  margin-right: 8px;
}

.pager .prev:last-child, .pager .next:last-child {
  margin-right: 0;
}

.pager .prev:before, .pager .prev:after, .pager .next:before, .pager .next:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 30%;
  height: 3px;
  display: block;
  background: #e86c5d;
}

.pager .prev:before, .pager .next:before {
  bottom: 38%;
  transform: translateX(-50%) rotate(45deg);
}

.pager .prev:after, .pager .next:after {
  top: 38%;
  transform: translateX(-50%) rotate(-45deg);
}

.pager .next {
  transform: rotate(180deg);
  margin-left: 8px;
}

.batu span:nth-of-type(1) {
  top: 50% !important;
  transform: translateY(-50%) rotate(-45deg);
}

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

.batu span:nth-of-type(3) {
  top: 50% !important;
  transform: translateY(-50%) rotate(45deg);
}

.fadeHead {
  transform: translateY(-110%);
}

.fadeHead ul {
  opacity: 0 !important;
}

/* module end */
/* theme start */
header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 -8px 4px 8px rgba(0, 0, 0, 0.2);
}

header .inner .top {
  padding: 12px 0 26px;
}

header .inner .top > ul {
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
}

header .inner .top > ul > li {
  width: 20%;
  font-size: 0;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  text-align: center;
}

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

header .inner .top > ul > li:last-child {
  width: 40%;
}

header .inner .top > ul > li:last-child ul {
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
}

header .inner .top > ul > li:last-child ul li {
  font-size: 16px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  width: calc(100% / 3);
}

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

header .inner .top > ul > li:last-child ul li .greeen {
  color: #48cad2;
}

header .inner .top > ul > li:last-child ul li .menubtn {
  background: #f0655b;
  border-radius: 6px;
  display: block;
  text-align: center;
  color: #fff;
  line-height: 1;
  padding: 10px 0;
  font-weight: 700;
  font-size: 14px;
  margin: -4px auto 0;
  width: 87%;
}

header .inner .top > ul > li:last-child ul li .menubtn a {
  color: #fff;
  padding: 10px 0;
}

header .inner .top > ul > li:last-child ul li .menubtn.menulogin {
  padding: 0;
}

header .inner .top > ul > li:last-child ul li .menubtn.menulogout {
  transition: .4s;
  cursor: pointer;
}

header .inner .top > ul > li:last-child ul li .menubtn.menulogout:hover {
  opacity: .4;
}

header .inner .top > ul > li img, header .inner .top > ul > li p {
  font-size: 14px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  letter-spacing: 0;
}

header .inner .top > ul > li img:last-child, header .inner .top > ul > li p:last-child {
  margin-right: 0;
}

header .inner .top > ul > li:not(.logo) {
  padding: 4.25% 0 0;
}

header .inner .top > ul > li:not(.logo) img {
  width: 28px;
}

header .inner .top > ul > li:not(.logo) p {
  margin: 4px 0 0 6px;
}

header .inner .bottom {
  padding: 0 0 12px;
}

header .inner .bottom ul {
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
  padding-right: 3%;
}

header .inner .bottom ul li {
  width: calc(100% / 5);
  font-size: 15px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  font-weight: 700;
  text-align: center;
}

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

header .inner .bottom ul li:not(.not) {
  padding: 11px 0 0;
}

header .inner .bottom ul li .search-btn {
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
  background: #00a0e9;
  border-radius: 6px;
  padding: 10px 0;
}

header .inner .bottom ul li .search-btn img {
  font-size: 0;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  width: 22px;
}

header .inner .bottom ul li .search-btn img:last-child {
  margin-right: 0;
}

header .inner .bottom ul li .search-btn p {
  font-size: 15px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  margin: 4px 0 0 10px;
  color: #fff;
  line-height: 1;
}

header .inner .bottom ul li .search-btn p:last-child {
  margin-right: 0;
}

header .sp {
  display: none;
}

.search {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  transform: translate3d(0, 0, 0);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
}

.search .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  padding: 3% 4%;
  display: block;
  background: #fff;
  border-radius: 12px;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.search .inner form .freeWord {
  display: block;
  width: 88%;
  max-width: 816px;
  margin: 0 auto 30px;
  border-radius: 8px;
  border: 1px solid #a1a1a1;
  padding: 11px 19px;
  font-size: 17px;
  line-height: 1;
}

.search .inner form > ul {
  border-top: 1px solid #323232;
}

.search .inner form > ul > li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #323232;
  padding: 3.5% 2%;
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
}

.search .inner form > ul > li > p {
  font-size: 16px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  font-weight: 700;
  width: 26%;
  margin-right: 4%;
}

.search .inner form > ul > li > p:last-child {
  margin-right: 0;
}

.search .inner form > ul > li .category, .search .inner form > ul > li .age, .search .inner form > ul > li .page {
  font-size: 0;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  width: 70%;
}

.search .inner form > ul > li .category:last-child, .search .inner form > ul > li .age:last-child, .search .inner form > ul > li .page:last-child {
  margin-right: 0;
}

.search .inner form > ul > li .category ul, .search .inner form > ul > li .age ul, .search .inner form > ul > li .page ul {
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
}

.search .inner form > ul > li .category ul li, .search .inner form > ul > li .age ul li, .search .inner form > ul > li .page ul li {
  font-size: 10px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  text-align: center;
}

.search .inner form > ul > li .category ul li:last-child, .search .inner form > ul > li .age ul li:last-child, .search .inner form > ul > li .page ul li:last-child {
  margin-right: 0;
}

.search .inner form > ul > li .category ul {
  margin-bottom: -15px;
}

.search .inner form > ul > li .category ul li {
  position: relative;
  width: calc(92% /9);
  margin: 0 1% 15px 0;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.3s;
}

.search .inner form > ul > li .category ul li:nth-of-type(9) {
  margin-right: 0;
}

.search .inner form > ul > li .category ul li img {
  margin: 0 auto;
  width: 72%;
  height: auto;
  transition: 0.4s;
}

.search .inner form > ul > li .category ul li img:nth-of-type(1) {
  position: relative;
  z-index: 1;
  opacity: 0;
}

.search .inner form > ul > li .category ul li img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.search .inner form > ul > li .category ul li p {
  letter-spacing: -.3px;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 5px;
  white-space: nowrap;
}

.search .inner form > ul > li .category ul .active {
  transform: scale(1.1);
}

.search .inner form > ul > li .category ul .active img:nth-of-type(1) {
  opacity: 1;
}

.search .inner form > ul > li .category ul .active img:nth-of-type(2) {
  opacity: 0;
}

.search .inner form > ul > li .age ul, .search .inner form > ul > li .page ul {
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
}

.search .inner form > ul > li .age ul li, .search .inner form > ul > li .page ul li {
  font-size: 17px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  border: 1px solid #c1c1c1;
  padding: 12px 0;
  line-height: 1;
  transition: 0.3s;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.search .inner form > ul > li .age ul li:last-child, .search .inner form > ul > li .page ul li:last-child {
  margin-right: 0;
}

.search .inner form > ul > li .age ul .active, .search .inner form > ul > li .page ul .active {
  background: #00a0e9;
  border: 1px solid #00a0e9;
  color: #fff;
}

.search .inner form > ul > li .age ul {
  margin-bottom: -20px;
}

.search .inner form > ul > li .age ul li {
  margin: 0 2% 20px 0;
  width: calc(94% / 4);
}

.search .inner form > ul > li .age ul li:nth-of-type(4) {
  margin-right: 0;
}

.search .inner form > ul > li .page ul li {
  margin-right: 2%;
  width: calc(92% / 5);
}

.search .inner form .btn {
  width: 240px;
  margin: 30px auto 0;
  padding: 10px 0 10px 6px;
  text-align: center;
  display: block;
  border-radius: 7px;
  background: #ff7070;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 6px;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.report {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  transform: translate3d(0, 0, 0);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
}

.report .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  padding: 3% 4%;
  display: block;
  background: #fff;
  border-radius: 12px;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.report .inner form h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 3%;
}

.report .inner form .error {
  color: #f71414;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.report .inner form .selective > p {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  margin: 3% auto 3%;
}

.report .inner form .selective ul {
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
}

.report .inner form .selective ul li {
  font-size: 0;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  width: calc(100% / 3);
  margin-bottom: 2.4%;
}

.report .inner form .selective ul li:last-child {
  margin-right: 0;
}

.report .inner form .selective ul li span {
  font-size: 0;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #323232;
  margin: 0 5px 0 0;
  transition: .4s;
}

.report .inner form .selective ul li span:last-child {
  margin-right: 0;
}

.report .inner form .selective ul li span:after {
  transition: .4s;
}

.report .inner form .selective ul li p {
  font-size: 16px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  line-height: 1.15;
  font-weight: 600;
}

.report .inner form .selective ul li p:last-child {
  margin-right: 0;
}

.report .inner form .selective ul .active span {
  background: #3dacff;
  border: 2px solid #3dacff;
}

.report .inner form .selective ul .active span:after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  font-size: 24px;
  line-height: 1;
  color: #fff;
}

.report .inner form .grievance p {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}

.report .inner form .grievance textarea {
  border: 2px solid #323232;
  border-radius: 8px;
  padding: 12px;
  display: block;
  width: 100%;
}

.report .inner form .btn {
  width: 240px;
  margin: 30px auto 0;
  padding: 10px 0 10px 6px;
  text-align: center;
  display: block;
  border-radius: 7px;
  background: #f71414;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 6px;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.report .inner .report__finish {
  display: none;
}

.report .inner .report__finish h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 3%;
}

.report .inner .report__finish > p {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  margin: 3% auto 3%;
}

.report .inner .report__finish .btn {
  width: 240px;
  margin: 10% auto 0;
  padding: 10px 0 10px 6px;
  text-align: center;
  display: block;
  border-radius: 7px;
  background: #ff7070;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 6px;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.popup {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  transform: translate3d(0, 0, 0);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
}

.popup .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  padding: 3% 4%;
  display: block;
  background: #fff;
  border-radius: 12px;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.popup .inner .cancel {
  top: 5.3%;
  right: 1.2%;
}

.popup .inner .title {
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
  margin: 0 auto;
  width: 80%;
  max-width: 300px;
}

.popup .inner .title img {
  font-size: 0;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
}

.popup .inner .title img:last-child {
  margin-right: 0;
}

.popup .inner .title img:nth-of-type(1) {
  width: 14%;
  margin-right: 8%;
}

.popup .inner .title img:nth-of-type(2) {
  width: 78%;
  margin-top: 2.5%;
}

.popup .inner p {
  font-size: 17px;
  text-align: center;
  margin-top: 6%;
}

.popup .inner p a {
  text-decoration: underline;
  color: #3dacff;
  display: inline-block;
}

.home .sub {
  width: 100%;
  margin: 0 auto 25px;
  border-radius: 40px;
  font-size: 32px;
  font-weight: 800;
  padding: 9px 0;
}

.home .sub img {
  display: block;
  width: auto;
  height: 20px;
  margin: 0 auto;
}

.home .topImg img {
  width: 100%;
}

.home h1 {
  width: 94%;
  max-width: 1000px;
  margin: 3% auto 2.75%;
  text-align: center;
  font-size: 22px;
  line-height: 1.55;
}

.home__recommend h2 {
  background: #ff3939;
}

.home__recommend > a {
  color: #e86c5d;
  border-radius: 8px;
  border: 2px solid #e86c5d;
  text-align: center;
  display: block;
  margin: 4% auto 8%;
  width: 180px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  padding: 11px 0;
}

.home__new h2 {
  background: #23b1f0;
}

.home__new > a {
  color: #e86c5d;
  border-radius: 8px;
  border: 2px solid #e86c5d;
  text-align: center;
  display: block;
  margin: 4% auto 8%;
  width: 180px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  padding: 11px 0;
}

.home__news {
  width: 100%;
  background: #fff4d2;
  padding: 3% 0 6%;
}

.home__news .inner {
  position: relative;
  width: 94%;
  max-width: 1000px;
}

.home__news .inner h2 {
  background: rgba(0, 0, 0, 0);
  margin-bottom: 30px;
}

.home__news .inner h2 img {
  height: 25px;
}

.home__news .inner > a {
  position: absolute;
  top: 13px;
  right: 0;
  display: block;
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
}

.home__news .inner > a img {
  font-size: 0;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  width: 18px;
  margin-right: 6px;
}

.home__news .inner > a img:last-child {
  margin-right: 0;
}

.home__news .inner > a p {
  font-size: 12px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  font-weight: 600;
}

.home__news .inner > a p:last-child {
  margin-right: 0;
}

.home__news .inner ul {
  padding: 6px 24px 24px;
  border-radius: 12px;
  background: #fff;
}

.home__news .inner ul li {
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
  padding: 20px 12px;
  border-bottom: 1px dashed #b2b2b2;
}

.home__news .inner ul li:nth-child(n+4) {
  display: none;
}

.home__news .inner ul li > span {
  font-size: 13px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  font-weight: 600;
  margin: 1px 4% 0 0;
  color: #3dacff;
  line-height: 1.35;
}

.home__news .inner ul li > span:last-child {
  margin-right: 0;
}

.home__news .inner ul li a, .home__news .inner ul li p {
  font-size: 14px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  line-height: 1.35;
}

.home__news .inner ul li a:last-child, .home__news .inner ul li p:last-child {
  margin-right: 0;
}

.howto {
  background: url(../img/howto_bg.png);
  background-position: center 30px;
  background-size: 1915px auto;
}

.howto .inner h1 {
  margin-bottom: 1.5%;
}

.howto .inner h1 img {
  height: auto;
  width: 100%;
  max-width: 417px;
}

.howto .inner > p {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.65;
}

.howto .inner .youtube {
  position: relative;
  width: 100%;
  margin: 6% auto 0;
  display: block;
}

.howto .inner .youtube .swiper-container {
  padding-bottom: 3%;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.howto .inner .youtube .swiper-slide {
  position: relative;
  width: 100%;
  aspect-ratio: 601 / 372;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 28px 41px -29px rgba(255, 69, 69, 0.5);
  transition: .8s;
  opacity: .2;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.howto .inner .youtube .swiper-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.howto .inner .youtube .swiper-slide iframe {
  width: 100%;
  height: 100%;
}

.howto .inner .youtube .swiper-slide-active {
  opacity: 1;
}

.howto .inner .youtube .swiper-slide-active:after {
  display: none;
}

.howto .inner .youtube .swiper-pagination {
  bottom: 0;
}

.howto .inner .youtube .swiper-button-prev, .howto .inner .youtube .swiper-button-next {
  top: 44%;
}

.howto .inner .youtube .swiper-button-prev:after, .howto .inner .youtube .swiper-button-next:after {
  font-size: 30px;
}

.howto .inner .ininer {
  padding: 8% 0 8%;
}

.howto .inner .ininer .sub {
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.howto .inner .ininer .sub > img {
  font-size: 0;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  width: 12%;
  margin-right: 3%;
}

.howto .inner .ininer .sub > img:last-child {
  margin-right: 0;
}

.howto .inner .ininer .sub h2 {
  font-size: 0;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  width: 85%;
  margin-top: 2.4%;
}

.howto .inner .ininer .sub h2:last-child {
  margin-right: 0;
}

.howto .inner .ininer > img {
  margin: 4% auto 7%;
  width: 90%;
  max-width: 550px;
}

.howto .inner .ininer ul {
  width: 100%;
}

.howto .inner .ininer ul li {
  width: 100%;
  position: relative;
  margin-bottom: 2%;
}

.howto .inner .ininer ul li:last-child {
  margin-bottom: 0;
}

.howto .inner .ininer ul li > img {
  width: 35%;
  border-radius: 50%;
  box-shadow: 0 28px 41px -29px rgba(255, 69, 69, 0.5);
}

.howto .inner .ininer ul li .txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 58%;
}

.howto .inner .ininer ul li .txt h3 {
  margin: 0 0 18px 3%;
}

.howto .inner .ininer ul li .txt h3 img {
  height: 28px;
  width: auto;
  max-width: none;
}

.howto .inner .ininer ul li .txt p {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.65;
  text-align: justify;
}

.howto .inner .ininer ul li:nth-of-type(2) > img {
  margin-left: 65%;
}

.howto .inner .ininer ul li:nth-of-type(2) .txt {
  right: auto;
  left: 0;
}

.news {
  background: #fff4d2;
}

.news .inner h1 img {
  height: 28px;
}

.news .inner > ul {
  padding: 10px 24px 29px;
  border-radius: 12px;
  background: #fff;
}

.news .inner > ul > li {
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
  padding: 20px 12px;
  border-bottom: 1px dashed #b2b2b2;
}

.news .inner > ul > li > span {
  font-size: 13px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  font-weight: 600;
  margin: 1px 4% 0 0;
  color: #3dacff;
  line-height: 1.35;
}

.news .inner > ul > li > span:last-child {
  margin-right: 0;
}

.news .inner > ul > li a, .news .inner > ul > li p {
  font-size: 14px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  line-height: 1.35;
}

.news .inner > ul > li a:last-child, .news .inner > ul > li p:last-child {
  margin-right: 0;
}

.news_detail .inner {
  max-width: 923px;
}

.news_detail .inner h1 {
  color: #323232;
  text-align: left;
  margin-bottom: 1%;
  font-size: 27px;
}

.news_detail .inner > span {
  font-size: 14px;
  color: #3dacff;
  margin: 0 0 1%;
  display: block;
}

.news_detail .inner > img {
  width: 100%;
  border-radius: 20px;
}

.news_detail .inner .txt {
  line-height: 1.65;
  font-size: 16px;
}

.news_detail .inner .btn {
  color: #e86c5d;
  border-radius: 8px;
  border: 2px solid #e86c5d;
  text-align: center;
  display: block;
  margin: 4% auto 8%;
  width: 180px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  padding: 11px 0;
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
}

.news_detail .inner .btn img {
  font-size: 0;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  width: 18px;
  margin-right: 8px;
}

.news_detail .inner .btn img:last-child {
  margin-right: 0;
}

.news_detail .inner .btn span {
  font-size: 11px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  margin-top: 3px;
}

.news_detail .inner .btn span:last-child {
  margin-right: 0;
}

.ehon_detail .inner .btns {
  text-align: right;
  margin-top: 20px;
}

.ehon_detail .inner .btns ul {
  text-align: right;
  display: block;
}

.ehon_detail .inner .btns ul li {
  position: relative;
  font-size: 12px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  text-align: center;
  margin-left: 16px;
}

.ehon_detail .inner .btns ul li:last-child {
  margin-right: 0;
}

.ehon_detail .inner .btns ul li:first-child {
  margin-left: 0;
}

.ehon_detail .inner .btns ul li img {
  margin: 0 auto;
  width: 26px;
  margin-bottom: 3px;
  transition: .4s;
}

.ehon_detail .inner .btns ul li img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}

.ehon_detail .inner .btns ul li p {
  letter-spacing: -.4px;
  font-weight: 700;
  line-height: 1.35;
}

.ehon_detail .inner .btns ul li p:last-child {
  letter-spacing: .5px;
}

.ehon_detail .inner .btns ul li.favo img:nth-of-type(1) {
  opacity: 0;
}

.ehon_detail .inner .btns ul li.favo img:nth-of-type(2) {
  opacity: 1;
}

.ehon_detail .inner > span {
  color: #eb75a9;
  display: block;
  margin-top: 0;
}

.ehon_detail .inner h1 {
  color: #323232;
  margin: 0 0 18px;
  text-align: left;
}

.ehon_detail .inner .ehonWrapper {
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
}

.ehon_detail .inner .ehonWrapper .ehonImg {
  font-size: 0;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  width: 30%;
  margin-right: 3%;
}

.ehon_detail .inner .ehonWrapper .ehonImg:last-child {
  margin-right: 0;
}

.ehon_detail .inner .ehonWrapper .ehonImg .like {
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
  margin-top: 12px;
}

.ehon_detail .inner .ehonWrapper .ehonImg .like img {
  font-size: 0;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  width: 17px;
}

.ehon_detail .inner .ehonWrapper .ehonImg .like img:last-child {
  margin-right: 0;
}

.ehon_detail .inner .ehonWrapper .ehonImg .like p {
  font-size: 14px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  line-height: 1;
  margin: 1px 0 0 6px;
  color: #ff0014;
}

.ehon_detail .inner .ehonWrapper .ehonImg .like p:last-child {
  margin-right: 0;
}

.ehon_detail .inner .ehonWrapper .txt {
  position: relative;
  font-size: 18px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  width: 67%;
}

.ehon_detail .inner .ehonWrapper .txt:last-child {
  margin-right: 0;
}

.ehon_detail .inner .ehonWrapper .txt .btn {
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.ehon_detail .inner .ehonWrapper .txt .btn a {
  background: #0e97ff;
}

.ehon_detail .inner .ehonWrapper .txt .btn img {
  padding: 14px 0;
  width: 276px;
  margin: 0 auto;
}

.ehon_detail .inner .ehonWrapper .txt .btn2 {
  display: block;
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
}

.ehon_detail .inner .ehonWrapper .txt .btn2 a {
  font-size: 0;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  width: 47%;
  margin-right: 6%;
  overflow: hidden;
  border-radius: 12px;
}

.ehon_detail .inner .ehonWrapper .txt .btn2 a:last-child {
  margin-right: 0;
}

.ehon_detail .inner .ehonWrapper .txt .btn2 a:nth-of-type(1) {
  background: #ec6941;
}

.ehon_detail .inner .ehonWrapper .txt .btn2 a:nth-of-type(2) {
  background: #0e97ff;
}

.ehon_detail .inner .ehonWrapper .txt .btn2 img {
  padding: 14px 0;
  width: 117px;
  margin: 0 auto;
}

.ehon_detail .inner .ehonWrapper .txt .author {
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
  padding: 20px 12px 16px;
  border-bottom: 2px solid #323232;
}

.ehon_detail .inner .ehonWrapper .txt .author a {
  display: inline-block;
}

.ehon_detail .inner .ehonWrapper .txt .author img {
  font-size: 0;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 16px;
}

.ehon_detail .inner .ehonWrapper .txt .author img:last-child {
  margin-right: 0;
}

.ehon_detail .inner .ehonWrapper .txt .author p {
  font-size: 17px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  margin-top: 5px;
}

.ehon_detail .inner .ehonWrapper .txt .author p:last-child {
  margin-right: 0;
}

.ehon_detail .inner .ehonWrapper .txt .author p span {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
}

.ehon_detail .inner .ehonWrapper .txt > p {
  padding: 16px 12px;
  font-size: 17px;
  font-weight: 700;
  min-height: 137px;
}

.ehon_detail .inner .ehonWrapper .txt > p span {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 400;
}

.ehon_detail .inner .ehonWrapper .txt .sonota {
  border-top: 2px solid #323232;
  border-bottom: 2px solid #323232;
  font-weight: 700;
}

.ehon_detail .inner .ehonWrapper .txt .sonota ul {
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
  padding: 10px 12px;
}

.ehon_detail .inner .ehonWrapper .txt .sonota ul li {
  font-size: 18px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  width: 50%;
}

.ehon_detail .inner .ehonWrapper .txt .sonota ul li:last-child {
  margin-right: 0;
}

.ehon_detail .inner .ehonWrapper .txt .genre {
  padding: 10px 12px 20px;
  font-weight: 700;
}

.ehon_detail .inner .ehonWrapper .txt .genre > p {
  font-size: 15px;
}

.ehon_detail .inner .ehonWrapper .txt .genre ul {
  padding: 8px 0 20px;
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
}

.ehon_detail .inner .ehonWrapper .txt .genre ul li {
  font-size: 9px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  width: 50px;
  margin-right: 8px;
}

.ehon_detail .inner .ehonWrapper .txt .genre ul li:last-child {
  margin-right: 0;
}

.ehon_detail .inner .ehonWrapper .txt .genre ul li img {
  width: 70%;
  margin: 0 auto 5px;
}

.ehon_detail .inner .ehonWrapper .txt .genre ul li p {
  text-align: center;
  white-space: nowrap;
}

.ehon_detail .inner .ehonWrapper .txt .reportBtn {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  text-decoration: underline;
  font-size: 15px;
  font-weight: 700;
}

.ranking h1 {
  padding: 0;
  margin: 0;
  width: 100%;
  background: url(../img/ranking_bg.png);
  background-position: center center;
  background-size: auto 100%;
  background-repeat: repeat-x;
  border-radius: 0;
  padding: 0;
}

.ranking h1 img {
  height: auto;
  width: 98%;
  max-width: 1413px;
  margin: 0 auto;
}

.ranking .inner .rankTop {
  margin: 6% auto 2%;
}

.ranking .inner .rankTop ul li {
  margin-bottom: 3%;
}

.ranking .inner .rankTop ul li:nth-of-type(1) a {
  background: #ff862d;
}

.ranking .inner .rankTop ul li:nth-of-type(2) a {
  background: #d7d7d7;
}

.ranking .inner .rankTop ul li:nth-of-type(3) a {
  background: #dbb489;
}

.ranking .inner .rankTop ul li a {
  position: relative;
  padding: 6px;
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
}

.ranking .inner .rankTop ul li a:hover {
  opacity: .7;
}

.ranking .inner .rankTop ul li .rankTopInner {
  position: relative;
  padding: 16px;
}

.ranking .inner .rankTop ul li .rankTopInner:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: block;
  border: 4px solid #fff;
}

.ranking .inner .rankTop ul li .rankTopInner > .img {
  position: relative;
  z-index: 1;
  font-size: 0;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  width: 25%;
  margin-right: 2%;
}

.ranking .inner .rankTop ul li .rankTopInner > .img:last-child {
  margin-right: 0;
}

.ranking .inner .rankTop ul li .rankTopInner .txt {
  position: relative;
  z-index: 1;
  font-size: 0;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  width: 73%;
}

.ranking .inner .rankTop ul li .rankTopInner .txt:last-child {
  margin-right: 0;
}

.ranking .inner .rankTop ul li .rankTopInner .txt > img {
  width: 170px;
  margin: 0 auto 12px;
}

.ranking .inner .rankTop ul li .rankTopInner .txt .img {
  display: none;
}

.ranking .inner .rankTop ul li .rankTopInner .txt .txtInner {
  padding: 10px 14px;
  background: #fff;
}

.ranking .inner .rankTop ul li .rankTopInner .txt .txtInner h2 {
  font-size: 17px;
  margin-bottom: 20px;
}

.ranking .inner .rankTop ul li .rankTopInner .txt .txtInner > p {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.65;
  min-height: 109px;
}

.ranking .inner .rankTop ul li .rankTopInner .txt .txtInner .author {
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
  padding: 8px 0 12px;
}

.ranking .inner .rankTop ul li .rankTopInner .txt .txtInner .author img {
  font-size: 0;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 50%;
}

.ranking .inner .rankTop ul li .rankTopInner .txt .txtInner .author img:last-child {
  margin-right: 0;
}

.ranking .inner .rankTop ul li .rankTopInner .txt .txtInner .author p {
  font-size: 20px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  font-weight: 700;
  margin-top: 6px;
  line-height: 1;
}

.ranking .inner .rankTop ul li .rankTopInner .txt .txtInner .author p:last-child {
  margin-right: 0;
}

.ranking .inner .rankTop ul li .rankTopInner .txt .txtInner .like {
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
}

.ranking .inner .rankTop ul li .rankTopInner .txt .txtInner .like img {
  font-size: 0;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  width: 25px;
}

.ranking .inner .rankTop ul li .rankTopInner .txt .txtInner .like img:last-child {
  margin-right: 0;
}

.ranking .inner .rankTop ul li .rankTopInner .txt .txtInner .like p {
  font-size: 16px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  line-height: 1;
  margin: 4px 0 0 6px;
  color: #ff0014;
}

.ranking .inner .rankTop ul li .rankTopInner .txt .txtInner .like p:last-child {
  margin-right: 0;
}

.ranking .inner .rankMiddle {
  margin: 0 0 4%;
}

.ranking .inner .rankMiddle ul {
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
}

.ranking .inner .rankMiddle ul li {
  font-size: 18px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  width: calc(82% / 3);
  margin-right: 9%;
}

.ranking .inner .rankMiddle ul li:last-child {
  margin-right: 0;
}

.ranking .inner .rankMiddle ul li .imgWrapper {
  position: relative;
}

.ranking .inner .rankMiddle ul li .imgWrapper span {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 56px;
  background: rgba(0, 0, 0, 0.35);
}

.ranking .inner .rankMiddle ul li .imgWrapper span img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}

.ranking .inner .rankMiddle ul li .txt > p {
  font-size: 14px;
  font-weight: 700;
  text-align: justify;
  margin: 12px 0 0;
}

.ranking .inner .rankMiddle ul li .txt .author {
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
  margin: 12px 0;
}

.ranking .inner .rankMiddle ul li .txt .author img {
  font-size: 0;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.ranking .inner .rankMiddle ul li .txt .author img:last-child {
  margin-right: 0;
}

.ranking .inner .rankMiddle ul li .txt .author p {
  font-size: 14px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  font-weight: 700;
  margin: 5px 0 0 8px;
}

.ranking .inner .rankMiddle ul li .txt .author p:last-child {
  margin-right: 0;
}

.ranking .inner .rankMiddle ul li .txt .like {
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
}

.ranking .inner .rankMiddle ul li .txt .like img {
  font-size: 0;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  width: 25px;
}

.ranking .inner .rankMiddle ul li .txt .like img:last-child {
  margin-right: 0;
}

.ranking .inner .rankMiddle ul li .txt .like p {
  font-size: 16px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  line-height: 1;
  margin: 4px 0 0 6px;
  color: #ff0014;
}

.ranking .inner .rankMiddle ul li .txt .like p:last-child {
  margin-right: 0;
}

.ranking .inner .rankBottom ul {
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
}

.ranking .inner .rankBottom ul li {
  font-size: 18px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  width: calc(91% / 4);
  margin-right: 3%;
}

.ranking .inner .rankBottom ul li:last-child {
  margin-right: 0;
}

.ranking .inner .rankBottom ul li .imgWrapper {
  position: relative;
}

.ranking .inner .rankBottom ul li .imgWrapper span {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 56px;
  background: rgba(0, 0, 0, 0.35);
}

.ranking .inner .rankBottom ul li .imgWrapper span img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}

.ranking .inner .rankBottom ul li .txt > p {
  font-size: 14px;
  font-weight: 700;
  text-align: justify;
  margin: 12px 0 0;
}

.ranking .inner .rankBottom ul li .txt .author {
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
  margin: 12px 0;
}

.ranking .inner .rankBottom ul li .txt .author img {
  font-size: 0;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.ranking .inner .rankBottom ul li .txt .author img:last-child {
  margin-right: 0;
}

.ranking .inner .rankBottom ul li .txt .author p {
  font-size: 14px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  font-weight: 700;
  margin: 5px 0 0 8px;
}

.ranking .inner .rankBottom ul li .txt .author p:last-child {
  margin-right: 0;
}

.ranking .inner .rankBottom ul li .txt .like {
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
}

.ranking .inner .rankBottom ul li .txt .like img {
  font-size: 0;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  width: 25px;
}

.ranking .inner .rankBottom ul li .txt .like img:last-child {
  margin-right: 0;
}

.ranking .inner .rankBottom ul li .txt .like p {
  font-size: 16px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  line-height: 1;
  margin: 4px 0 0 6px;
  color: #ff0014;
}

.ranking .inner .rankBottom ul li .txt .like p:last-child {
  margin-right: 0;
}

.contact {
  background: url(../img/howto_bg.png);
  background-position: center 30px;
  background-size: 1915px auto;
  padding-bottom: 6%;
}

.contact .inner {
  max-width: 768px;
}

.contact .inner h1 {
  color: #323232;
  font-size: 32px;
}

.contact .inner form .errorMsg {
  color: #e86c5d;
  margin: 34px auto 40px;
  font-weight: 700;
  text-align: center;
  display: block;
  font-size: 17px;
}

.contact .inner form ul li {
  margin-bottom: 2%;
}

.contact .inner form ul li > p {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 4px 2px;
}

.contact .inner form ul li select, .contact .inner form ul li input, .contact .inner form ul li textarea {
  width: 100%;
  border-radius: 9px;
  border: 1px solid #c1c1c1;
  padding: 12px 18px;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.85);
}

.contact .inner form ul li .select {
  position: relative;
  max-width: 480px;
  display: block;
  cursor: pointer;
}

.contact .inner form ul li .select span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border-top: 10px solid #545353;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  pointer-events: none;
}

.contact .inner form ul li .select select {
  cursor: pointer;
}

.contact .inner form ul li .private > p:nth-of-type(1) {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 4px 2px;
}

.contact .inner form ul li .private > p:nth-of-type(2) {
  width: 100%;
  height: 400px;
  border-radius: 8px;
  border: 1px solid #c1c1c1;
  padding: 12px 18px;
  font-size: 15px;
  line-height: 1.65;
  overflow: scroll;
  background: rgba(255, 255, 255, 0.85);
}

.contact .inner form ul li .private label {
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
  display: inline-block;
  margin: 12px 0 0 3px;
  cursor: pointer;
}

.contact .inner form ul li .private label input {
  font-size: 0;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  margin-right: 8px;
  width: 15px;
  height: 15px;
}

.contact .inner form ul li .private label input:last-child {
  margin-right: 0;
}

.contact .inner form ul li .private label p {
  font-size: 15px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  line-height: 1.35;
  text-align: left;
  margin-top: -2px;
}

.contact .inner form ul li .private label p:last-child {
  margin-right: 0;
}

.contact .inner form ul .name div {
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
}

.contact .inner form ul .name div input {
  font-size: 16px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  width: 48%;
  margin-right: 4%;
}

.contact .inner form ul .name div input:last-child {
  margin-right: 0;
}

.contact .inner form ul .tel div {
  position: relative;
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
}

.contact .inner form ul .tel div:before {
  content: "−";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  top: 48%;
  left: 31.75%;
  line-height: 1;
  font-size: 20px;
  font-weight: 100;
}

.contact .inner form ul .tel div:after {
  content: "−";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  top: 48%;
  left: 66.5%;
  line-height: 1;
  font-size: 20px;
  font-weight: 100;
}

.contact .inner form ul .tel div input {
  position: relative;
  font-size: 16px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  width: calc(92% / 3);
  margin-right: 4%;
}

.contact .inner form ul .tel div input:last-child {
  margin-right: 0;
}

.contact .inner form .submit {
  color: #e86c5d;
  border-radius: 8px;
  border: 2px solid #e86c5d;
  text-align: center;
  display: block;
  margin: 5% auto 0;
  width: 210px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 16px 0;
  background: rgba(255, 255, 255, 0.85);
}

.signup {
  padding-bottom: 6%;
}

.signup .inner {
  max-width: 768px;
}

.signup .inner h1 {
  color: #323232;
  font-size: 32px;
}

.signup .inner form .errorMsg {
  color: #e86c5d;
  margin: 34px auto 40px;
  font-weight: 700;
  text-align: center;
  display: block;
  font-size: 17px;
}

.signup .inner form ul li {
  margin-bottom: 2%;
}

.signup .inner form ul li > p {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 4px 2px;
}

.signup .inner form ul li select, .signup .inner form ul li input, .signup .inner form ul li textarea {
  width: 100%;
  border-radius: 9px;
  border: 1px solid #c1c1c1;
  padding: 12px 18px;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.85);
}

.signup .inner form ul li .date {
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
}

.signup .inner form ul li .date > p {
  font-size: 18px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  text-align: center;
  width: 4%;
  padding-top: 11px;
}

.signup .inner form ul li .date > p:last-child {
  margin-right: 0;
}

.signup .inner form ul li .date .yy, .signup .inner form ul li .date .mm, .signup .inner form ul li .date .dd {
  font-size: 16px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  position: relative;
  width: calc(92% / 3);
  cursor: pointer;
}

.signup .inner form ul li .date .yy:last-child, .signup .inner form ul li .date .mm:last-child, .signup .inner form ul li .date .dd:last-child {
  margin-right: 0;
}

.signup .inner form ul li .date .yy span, .signup .inner form ul li .date .mm span, .signup .inner form ul li .date .dd span {
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
  right: 14px;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border-top: 6px solid #545353;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  pointer-events: none;
}

.signup .inner form ul li .date .yy select, .signup .inner form ul li .date .mm select, .signup .inner form ul li .date .dd select {
  cursor: pointer;
  padding: 12px 9%;
}

.signup .inner form ul li .sexxx {
  display: inline-block;
  width: auto;
  margin: 12px 6% 12px 0;
  font-weight: 700;
  font-size: 17px;
  cursor: pointer;
  transition: .4s;
}

.signup .inner form ul li .sexxx:hover {
  opacity: .4;
}

.signup .inner form ul li .sexxx:last-child {
  margin-right: 0;
}

.signup .inner form ul li .sexxx input {
  width: auto;
  display: inline-block;
}

.signup .inner form ul li .sexxx p {
  width: auto;
  display: inline-block;
}

.signup .inner form ul li .private > p:nth-of-type(1) {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 4px 2px;
}

.signup .inner form ul li .private > p:nth-of-type(2) {
  width: 100%;
  height: 220px;
  border-radius: 8px;
  border: 1px solid #c1c1c1;
  padding: 12px 18px;
  font-size: 14px;
  line-height: 1.4;
  overflow: scroll;
  background: rgba(255, 255, 255, 0.85);
}

.signup .inner form ul li .private label {
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
  display: inline-block;
  margin: 12px 0 0 3px;
  cursor: pointer;
}

.signup .inner form ul li .private label input {
  font-size: 0;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  margin-right: 8px;
  width: 15px;
  height: 15px;
}

.signup .inner form ul li .private label input:last-child {
  margin-right: 0;
}

.signup .inner form ul li .private label p {
  font-size: 15px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  line-height: 1.35;
  text-align: left;
  margin-top: -2px;
}

.signup .inner form ul li .private label p:last-child {
  margin-right: 0;
}

.signup .inner form ul li.password {
  margin-bottom: 8px;
}

.signup .inner form ul li.note {
  margin: 4% auto 27px;
}

.signup .inner form ul li.note span {
  font-size: 15px;
  font-weight: 700;
}

.signup .inner form ul li.note span a {
  display: inline-block;
  color: #ff0000;
  text-decoration: underline;
}

.signup .inner form ul .name div {
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
}

.signup .inner form ul .name div input {
  font-size: 16px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  width: 48%;
  margin-right: 4%;
}

.signup .inner form ul .name div input:last-child {
  margin-right: 0;
}

.signup .inner form .submit {
  color: #fff;
  border-radius: 8px;
  text-align: center;
  display: block;
  margin: 5% auto 0;
  width: 210px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 16px 0;
  background: #00a0e9;
}

.mypage {
  padding-bottom: 6%;
}

.mypage .inner {
  position: relative;
  max-width: 1092px;
}

.mypage .inner h1 {
  color: #323232;
  font-size: 32px;
  margin-bottom: 0;
}

.mypage .inner .submit {
  position: absolute;
  top: 50px;
  right: 0;
  display: block;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  display: block;
  margin: 0;
  width: 164px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  padding: 6px 0;
  background: #44c0a4;
}

.mypage .inner .wrapper {
  margin-top: 6%;
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
}

.mypage .inner .wrapper .imgg {
  position: relative;
  font-size: 18px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  width: 17%;
  margin-right: 3%;
  overflow: hidden;
  border-radius: 50%;
}

.mypage .inner .wrapper .imgg:last-child {
  margin-right: 0;
}

.mypage .inner .wrapper .imgg .selected {
  width: 100%;
}

.mypage .inner .wrapper .imgg .selected img {
  width: 100%;
}

.mypage .inner .wrapper .txt {
  font-size: 16px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  width: 80%;
}

.mypage .inner .wrapper .txt:last-child {
  margin-right: 0;
}

.mypage .inner .wrapper .txt > P {
  width: 100%;
  padding: 0 0 20px;
  font-size: 18px;
  font-weight: 700;
}

.mypage .inner .wrapper .txt > P.txtarea {
  min-height: 100px;
}

.mypage .inner .wrapper .txt > P a {
  color: #ff0000;
  text-decoration: underline;
}

.mypage .inner .h2title {
  color: #fff;
  line-height: 1;
  padding: 10px 0;
  width: 100%;
  font-size: 22px;
  font-weight: 900;
  text-align: center;
  border-radius: 50px;
  margin: 4% auto 3%;
}

.mypage .inner .no-ehon {
  text-align: center;
  margin: 6% auto;
  display: none;
}

.mypage .inner .no-ehon > p span {
  color: #ff0000;
  font-size: 24px;
  display: block;
  margin-bottom: 12px;
}

.mypage .inner .no-ehon > a {
  width: 240px;
  margin: 6% auto 0;
  padding: 10px 0 10px 6px;
  text-align: center;
  display: block;
  border-radius: 7px;
  background: #e84819;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 6px;
}

.mypage-edit {
  padding-bottom: 6%;
}

.mypage-edit .inner {
  max-width: 1092px;
}

.mypage-edit .inner h1 {
  color: #323232;
  font-size: 32px;
  margin-bottom: 0;
}

.mypage-edit .inner form {
  position: relative;
  padding: 2% 0 0;
}

.mypage-edit .inner form .submit {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  display: block;
  margin: 0;
  width: 75px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  padding: 6px 0;
  background: #00a0e9;
}

.mypage-edit .inner form .errorMsg {
  color: #e86c5d;
  margin: 34px auto 40px;
  font-weight: 700;
  text-align: center;
  display: block;
  font-size: 17px;
}

.mypage-edit .inner form .wrapper {
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
}

.mypage-edit .inner form .wrapper .imgg {
  position: relative;
  font-size: 18px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  width: 17%;
  margin-right: 3%;
  overflow: hidden;
  border-radius: 50%;
}

.mypage-edit .inner form .wrapper .imgg:last-child {
  margin-right: 0;
}

.mypage-edit .inner form .wrapper .imgg .selected {
  width: 100%;
}

.mypage-edit .inner form .wrapper .imgg .selected img {
  width: 100%;
}

.mypage-edit .inner form .wrapper .imgg .btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.mypage-edit .inner form .wrapper .imgg .btn img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45%;
  display: block;
  transition: .4s;
  cursor: pointer;
}

.mypage-edit .inner form .wrapper .imgg .btn img:hover {
  opacity: .4;
}

.mypage-edit .inner form .wrapper .imgg .btn img:first-child {
  left: 5%;
  padding: 6%;
}

.mypage-edit .inner form .wrapper .imgg .btn img:last-child {
  right: 2.5%;
  padding: 15%;
}

.mypage-edit .inner form .wrapper .txt {
  font-size: 16px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  width: 80%;
}

.mypage-edit .inner form .wrapper .txt:last-child {
  margin-right: 0;
}

.mypage-edit .inner form .wrapper .txt ul li .noselect {
  width: 100%;
  border-radius: 9px;
  border: 1px solid #c1c1c1;
  padding: 12px 18px;
  font-size: 16px;
  background: #f0efef;
  color: #acacac;
}

.mypage-edit .inner form ul li {
  margin-bottom: 2%;
}

.mypage-edit .inner form ul li > p {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 4px 2px;
}

.mypage-edit .inner form ul li select, .mypage-edit .inner form ul li input, .mypage-edit .inner form ul li textarea {
  width: 100%;
  border-radius: 9px;
  border: 1px solid #c1c1c1;
  padding: 12px 18px;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.85);
}

.mypage-edit .inner form ul li .date {
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
}

.mypage-edit .inner form ul li .date > p {
  font-size: 18px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  text-align: center;
  width: 4%;
  padding-top: 11px;
}

.mypage-edit .inner form ul li .date > p:last-child {
  margin-right: 0;
}

.mypage-edit .inner form ul li .date .yy, .mypage-edit .inner form ul li .date .mm, .mypage-edit .inner form ul li .date .dd {
  font-size: 16px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  position: relative;
  width: calc(92% / 3);
  cursor: pointer;
}

.mypage-edit .inner form ul li .date .yy:last-child, .mypage-edit .inner form ul li .date .mm:last-child, .mypage-edit .inner form ul li .date .dd:last-child {
  margin-right: 0;
}

.mypage-edit .inner form ul li .date .yy span, .mypage-edit .inner form ul li .date .mm span, .mypage-edit .inner form ul li .date .dd span {
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
  right: 14px;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border-top: 6px solid #545353;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  pointer-events: none;
}

.mypage-edit .inner form ul li .date .yy select, .mypage-edit .inner form ul li .date .mm select, .mypage-edit .inner form ul li .date .dd select {
  cursor: pointer;
  padding: 12px 9%;
}

.mypage-edit .inner .h2title {
  color: #fff;
  line-height: 1;
  padding: 10px 0;
  width: 100%;
  font-size: 22px;
  font-weight: 900;
  text-align: center;
  border-radius: 50px;
  margin: 4% auto 3%;
}

.mypage-edit .inner .no-ehon {
  text-align: center;
  margin: 6% auto;
  display: none;
}

.mypage-edit .inner .no-ehon > p span {
  color: #ff0000;
  font-size: 24px;
  display: block;
  margin-bottom: 12px;
}

.mypage-edit .inner .no-ehon > a {
  width: 240px;
  margin: 6% auto 0;
  padding: 10px 0 10px 6px;
  text-align: center;
  display: block;
  border-radius: 7px;
  background: #e84819;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 6px;
}

.login {
  padding-bottom: 6%;
}

.login .inner {
  max-width: 768px;
}

.login .inner h1 {
  color: #323232;
  font-size: 32px;
}

.login .inner form .errorMsg {
  color: #e86c5d;
  margin: 34px auto 40px;
  font-weight: 700;
  text-align: center;
  display: block;
  font-size: 17px;
}

.login .inner form ul li {
  margin-bottom: 2%;
}

.login .inner form ul li > p {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 4px 2px;
}

.login .inner form ul li select, .login .inner form ul li input, .login .inner form ul li textarea {
  width: 100%;
  border-radius: 9px;
  border: 1px solid #c1c1c1;
  padding: 12px 18px;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.85);
}

.login .inner form ul li .date {
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
}

.login .inner form ul li .date > p {
  font-size: 18px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  text-align: center;
  width: 4%;
  padding-top: 11px;
}

.login .inner form ul li .date > p:last-child {
  margin-right: 0;
}

.login .inner form ul li .date .yy, .login .inner form ul li .date .mm, .login .inner form ul li .date .dd {
  font-size: 16px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  position: relative;
  width: calc(92% / 3);
  cursor: pointer;
}

.login .inner form ul li .date .yy:last-child, .login .inner form ul li .date .mm:last-child, .login .inner form ul li .date .dd:last-child {
  margin-right: 0;
}

.login .inner form ul li .date .yy span, .login .inner form ul li .date .mm span, .login .inner form ul li .date .dd span {
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
  right: 14px;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border-top: 6px solid #545353;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  pointer-events: none;
}

.login .inner form ul li .date .yy select, .login .inner form ul li .date .mm select, .login .inner form ul li .date .dd select {
  cursor: pointer;
  padding: 12px 9%;
}

.login .inner form ul li .sexxx {
  display: inline-block;
  width: auto;
  margin: 12px 6% 12px 0;
  font-weight: 700;
  font-size: 17px;
  cursor: pointer;
  transition: .4s;
}

.login .inner form ul li .sexxx:hover {
  opacity: .4;
}

.login .inner form ul li .sexxx:last-child {
  margin-right: 0;
}

.login .inner form ul li .sexxx input {
  width: auto;
  display: inline-block;
}

.login .inner form ul li .sexxx p {
  width: auto;
  display: inline-block;
}

.login .inner form ul li .private > p:nth-of-type(1) {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 4px 2px;
}

.login .inner form ul li .private > p:nth-of-type(2) {
  width: 100%;
  height: 220px;
  border-radius: 8px;
  border: 1px solid #c1c1c1;
  padding: 12px 18px;
  font-size: 14px;
  line-height: 1.4;
  overflow: scroll;
  background: rgba(255, 255, 255, 0.85);
}

.login .inner form ul li .private label {
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
  display: inline-block;
  margin: 12px 0 0 3px;
  cursor: pointer;
}

.login .inner form ul li .private label input {
  font-size: 0;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  margin-right: 8px;
  width: 15px;
  height: 15px;
}

.login .inner form ul li .private label input:last-child {
  margin-right: 0;
}

.login .inner form ul li .private label p {
  font-size: 15px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  line-height: 1.35;
  text-align: left;
  margin-top: -2px;
}

.login .inner form ul li .private label p:last-child {
  margin-right: 0;
}

.login .inner form ul li.password {
  margin-bottom: 8px;
}

.login .inner form ul li.note {
  margin: 4% auto 27px;
}

.login .inner form ul li.note span {
  font-size: 15px;
  font-weight: 700;
}

.login .inner form ul li.note span a {
  display: inline-block;
  color: #ff0000;
  text-decoration: underline;
}

.login .inner form ul .name div {
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
}

.login .inner form ul .name div input {
  font-size: 16px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  width: 48%;
  margin-right: 4%;
}

.login .inner form ul .name div input:last-child {
  margin-right: 0;
}

.login .inner form .submit {
  color: #fff;
  border-radius: 8px;
  text-align: center;
  display: block;
  margin: 12% auto 0;
  width: 210px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 16px 0;
  background: #f0655b;
}

.login .inner form .link {
  text-align: center;
}

.login .inner form .link a {
  display: inline-block;
  margin: 26px auto 0;
  color: #00a0e9;
  font-weight: 700;
  font-size: 15px;
}

.resetting {
  padding-bottom: 6%;
}

.resetting .inner {
  max-width: 768px;
}

.resetting .inner h1 {
  color: #323232;
  font-size: 32px;
}

.resetting .inner form .errorMsg {
  color: #e86c5d;
  margin: 34px auto 40px;
  font-weight: 700;
  text-align: center;
  display: block;
  font-size: 17px;
}

.resetting .inner form ul li {
  margin-bottom: 2%;
}

.resetting .inner form ul li > p {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 4px 2px;
}

.resetting .inner form ul li > p.pext {
  margin-bottom: 6%;
}

.resetting .inner form ul li select, .resetting .inner form ul li input, .resetting .inner form ul li textarea {
  width: 100%;
  border-radius: 9px;
  border: 1px solid #c1c1c1;
  padding: 12px 18px;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.85);
}

.resetting .inner form .submit {
  color: #fff;
  border-radius: 8px;
  text-align: center;
  display: block;
  margin: 8% auto 0;
  width: 210px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 16px 0;
  background: #00a0e9;
}

.resetting-setting {
  padding-bottom: 6%;
}

.resetting-setting .inner {
  max-width: 768px;
}

.resetting-setting .inner h1 {
  color: #323232;
  font-size: 32px;
}

.resetting-setting .inner form .errorMsg {
  color: #e86c5d;
  margin: 34px auto 40px;
  font-weight: 700;
  text-align: center;
  display: block;
  font-size: 17px;
}

.resetting-setting .inner form ul li {
  margin-bottom: 2%;
}

.resetting-setting .inner form ul li > p {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 4px 2px;
}

.resetting-setting .inner form ul li > p.pext {
  margin-bottom: 6%;
}

.resetting-setting .inner form ul li select, .resetting-setting .inner form ul li input, .resetting-setting .inner form ul li textarea {
  width: 100%;
  border-radius: 9px;
  border: 1px solid #c1c1c1;
  padding: 12px 18px;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.85);
}

.resetting-setting .inner form .submit {
  color: #fff;
  border-radius: 8px;
  text-align: center;
  display: block;
  margin: 8% auto 0;
  width: 210px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 16px 0;
  background: #00a0e9;
}

.orange {
  color: #ff7200;
}

.post {
  padding-bottom: 6%;
}

.post img {
  width: 30px;
}

.post .inner {
  max-width: 1092px;
}

.post .inner h1 {
  color: #323232;
  font-size: 32px;
}

.post .inner form .errorMsg {
  color: #e86c5d;
  margin: 34px auto 40px;
  font-weight: 700;
  text-align: center;
  display: block;
  font-size: 17px;
}

.post .inner form > ul > li {
  margin-bottom: 2%;
}

.post .inner form > ul > li h2 {
  color: #fff;
  line-height: 1;
  padding: 10px 0;
  width: 100%;
  font-size: 22px;
  font-weight: 900;
  text-align: center;
  border-radius: 50px;
  margin: 4% auto 3%;
  background: #23b1f0;
}

.post .inner form > ul > li input[type=text], .post .inner form > ul > li textarea {
  width: 100%;
  border-radius: 9px;
  border: 1px solid #c1c1c1;
  padding: 12px 18px;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.85);
}

.post .inner form > ul > li .img-upload, .post .inner form > ul > li .img-save, .post .inner form > ul > li .cover-select, .post .inner form > ul > li > input, .post .inner form > ul > li > textarea, .post .inner form > ul > li > p, .post .inner form > ul > li > ul, .post .inner form > ul > li .radio {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: block;
}

.post .inner form > ul > li .img-upload {
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
}

.post .inner form > ul > li .img-upload .select {
  font-size: 16px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  width: 22%;
  margin-right: 6%;
}

.post .inner form > ul > li .img-upload .select:last-child {
  margin-right: 0;
}

.post .inner form > ul > li .img-upload .drop {
  font-size: 16px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  width: 72%;
}

.post .inner form > ul > li .img-upload .drop:last-child {
  margin-right: 0;
}

.post .inner form > ul > li .img-upload .select {
  text-align: center;
}

.post .inner form > ul > li .img-upload .select > p {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 12px;
}

.post .inner form > ul > li .img-upload .select label input {
  display: none;
}

.post .inner form > ul > li .img-upload .select label span {
  border: 2px solid #23b1f0;
  border-radius: 8px;
  line-height: 1;
  padding: 14px 0;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}

.post .inner form > ul > li .img-upload .select .list {
  font-size: 14px;
  text-align: left;
  font-weight: 700;
  margin-top: 14px;
  line-height: 1.65;
}

.post .inner form > ul > li .img-upload .drop label {
  background: #dfdfdf;
  border-radius: 12px;
  width: 100%;
  display: block;
  padding: 40px 20px;
  text-align: center;
}

.post .inner form > ul > li .img-upload .drop label input {
  display: none;
}

.post .inner form > ul > li .img-upload .drop label span {
  color: #9a9999;
}

.post .inner form > ul > li .img-save {
  overflow-x: scroll;
}

.post .inner form > ul > li .img-save ul {
  width: 3000px;
  margin-top: 24px;
  padding-bottom: 30px;
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
}

.post .inner form > ul > li .img-save ul li {
  font-size: 20px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  margin-right: 20px;
}

.post .inner form > ul > li .img-save ul li:last-child {
  margin-right: 0;
}

.post .inner form > ul > li .img-save ul li .img-area {
  position: relative;
  border: 2px solid #9a9999;
  width: 200px;
}

.post .inner form > ul > li .img-save ul li .img-area .cancel {
  background: #000000;
  position: absolute;
  top: -2px;
  right: -2px;
  width: 30px;
  height: 30px;
  display: inline-block;
}

.post .inner form > ul > li .img-save ul li .img-area .cancel:before, .post .inner form > ul > li .img-save ul li .img-area .cancel:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 3px;
  display: block;
  background: #fff;
}

.post .inner form > ul > li .img-save ul li .img-area .cancel:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.post .inner form > ul > li .img-save ul li .img-area .cancel:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.post .inner form > ul > li .img-save ul li .img-area img {
  width: 100%;
}

.post .inner form > ul > li .img-save ul li > p {
  margin-top: 18px;
  line-height: 1;
}

.post .inner form > ul > li .cover-select {
  overflow-x: scroll;
}

.post .inner form > ul > li .cover-select ul {
  width: 3000px;
  margin-top: 24px;
  padding-bottom: 30px;
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
}

.post .inner form > ul > li .cover-select ul li {
  font-size: 20px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  margin-right: 20px;
}

.post .inner form > ul > li .cover-select ul li:last-child {
  margin-right: 0;
}

.post .inner form > ul > li .cover-select ul li label {
  width: 200px;
  display: block;
  transition: .4s;
  cursor: pointer;
}

.post .inner form > ul > li .cover-select ul li label:hover {
  opacity: .4;
}

.post .inner form > ul > li .cover-select ul li label span {
  display: block;
  border: 2px solid #9a9999;
}

.post .inner form > ul > li .cover-select ul li label span img {
  width: 100%;
}

.post .inner form > ul > li .cover-select ul li label input {
  width: 22px;
  height: 22px;
  display: block;
  margin: 13px auto 0;
}

.post .inner form > ul > li .cover-select ul li > p {
  margin-top: 18px;
  line-height: 1;
}

.post .inner form > ul > li input[name=title], .post .inner form > ul > li textarea[name=synopsis] {
  font-weight: 700;
}

.post .inner form > ul > li.synopsis > p {
  text-align: right;
  margin: 8px auto 0;
  font-size: 14px;
}

.post .inner form > ul > li.synopsis > p .txtlength {
  display: inline-block;
}

.post .inner form > ul > li.target-age ul {
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
}

.post .inner form > ul > li.target-age ul li {
  font-size: 17px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  margin-right: 3%;
  width: calc(91% / 4);
  border: 1px solid #c1c1c1;
  padding: 12px 0;
  line-height: 1;
  transition: 0.3s;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
}

.post .inner form > ul > li.target-age ul li:last-child {
  margin-right: 0;
}

.post .inner form > ul > li.target-age ul li:hover {
  opacity: .6;
}

.post .inner form > ul > li.target-age ul li:nth-of-type(4n) {
  margin-right: 0;
}

.post .inner form > ul > li.target-age ul li:nth-of-type(-n+4) {
  margin-bottom: 2.1%;
}

.post .inner form > ul > li.target-age ul li.blue {
  border: 1px solid #23b1f0;
  background: #23b1f0;
  color: #fff;
}

.post .inner form > ul > li.genre {
  position: relative;
}

.post .inner form > ul > li.genre .six-over-non {
  position: absolute;
  top: 37px;
  left: 50%;
  transform: translateX(-50%);
  will-change: top, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 100px;
  padding: 8px 32px;
  text-align: center;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 13px 23px -14px rgba(35, 177, 240, 0.8);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.4);
  opacity: 0;
  color: #383838;
}

.post .inner form > ul > li.genre .hiden {
  z-index: 1;
  animation: 1s hiden ease-in-out;
}

.post .inner form > ul > li.genre ul {
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
}

.post .inner form > ul > li.genre ul li {
  font-size: 10px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  position: relative;
  width: calc(92% /9);
  margin: 0 1% 15px 0;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.3s;
  text-align: center;
}

.post .inner form > ul > li.genre ul li:last-child {
  margin-right: 0;
}

.post .inner form > ul > li.genre ul li:nth-of-type(9n) {
  margin-right: 0;
}

.post .inner form > ul > li.genre ul li img {
  margin: 0 auto 6px;
  width: 72%;
  max-width: 30px;
  transition: 0.4s;
}

.post .inner form > ul > li.genre ul li img:nth-of-type(1) {
  position: relative;
  z-index: 1;
  opacity: 0;
}

.post .inner form > ul > li.genre ul li img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.post .inner form > ul > li.genre ul li.active img:nth-of-type(1) {
  opacity: 1;
}

.post .inner form > ul > li.genre ul li p {
  font-weight: 700;
}

.post .inner form > ul > li .radio {
  text-align: center;
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
}

.post .inner form > ul > li .radio label {
  font-size: 17px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  font-weight: 700;
  display: inline-block;
  width: 100px;
  cursor: pointer;
  transition: .4s;
}

.post .inner form > ul > li .radio label:last-child {
  margin-right: 0;
}

.post .inner form > ul > li .radio label:hover {
  opacity: .4;
}

.post .inner form > ul > li .radio label:first-child {
  margin-right: 10%;
}

.post .inner form > ul > li .radio label input {
  display: inline-block;
  margin: 4px 5px 0 0;
  vertical-align: top;
  width: 18px;
  height: 18px;
}

.post .inner form .note {
  margin: 8% auto 10%;
  width: 100%;
  max-width: 500px;
}

.post .inner form .note h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
}

.post .inner form .note p {
  font-size: 15px;
  font-weight: 700;
  text-align: justify;
}

.post .inner form .btnz {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: block;
}

.post .inner form .btnz ul {
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
}

.post .inner form .btnz ul li {
  font-size: 16px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  margin-right: 6%;
  width: calc(88% / 3);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 16px 0;
  cursor: pointer;
  transition: .4s;
}

.post .inner form .btnz ul li:last-child {
  margin-right: 0;
}

.post .inner form .btnz ul li:hover {
  opacity: .4;
}

.post .inner form .btnz ul li:nth-of-type(1) {
  border: 2px solid #cacaca;
  color: #323232;
}

.post .inner form .btnz ul li:nth-of-type(2) {
  border: 2px solid #3bc1b3;
  background: #3bc1b3;
}

.post .inner form .btnz ul li:nth-of-type(3) {
  border: 2px solid #ff0000;
  background: #ff0000;
}

.post .popups {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.post .popups .popup-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 94%;
  max-width: 500px;
  margin: 0 auto;
  display: block;
}

.post .popups .popup-area > span {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 27px;
  height: 27px;
  cursor: pointer;
  transition: .4s;
}

.post .popups .popup-area > span:hover {
  opacity: .4;
}

.post .popups .popup-area > span:after, .post .popups .popup-area > span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 3px;
  background: #fff;
  display: block;
}

.post .popups .popup-area > span:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.post .popups .popup-area > span:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.post .popups .popup-area .sitagaki, .post .popups .popup-area .hozon, .post .popups .popup-area .sakuzyo, .post .popups .popup-area .sakuzyo2 {
  position: relative;
  margin-top: 60px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 8% 6%;
  display: none;
}

.post .popups .popup-area .sitagaki p, .post .popups .popup-area .hozon p, .post .popups .popup-area .sakuzyo p, .post .popups .popup-area .sakuzyo2 p {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5%;
  line-height: 1.65;
}

.post .popups .popup-area .sitagaki .btn, .post .popups .popup-area .hozon .btn, .post .popups .popup-area .sakuzyo .btn, .post .popups .popup-area .sakuzyo2 .btn {
  width: 90%;
  max-width: 280px;
  line-height: 1;
  border-radius: 6px;
  padding: 12px 0;
  margin: 0 auto;
  background: #23b1f0;
  color: #fff;
  font-weight: 700;
}

.post .popups .popup-area .sakuzyo .btn {
  background: #ff0000;
}

@keyframes hiden {
  0% {
    top: 30px;
    opacity: 0;
  }
  40% {
    top: 18.5px;
    opacity: 1;
  }
  70% {
    top: 18.5px;
    opacity: 1;
  }
  100% {
    top: 28px;
    opacity: 0;
  }
}

.contact-confirm {
  background: url(../img/howto_bg.png);
  background-position: center 30px;
  background-size: 1915px auto;
  padding-bottom: 6%;
}

.contact-confirm .inner {
  max-width: 768px;
}

.contact-confirm .inner h1 {
  color: #323232;
  font-size: 32px;
}

.contact-confirm .inner ul {
  padding: 12px 3% 30px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 21px 20px -12px rgba(255, 69, 69, 0.1);
}

.contact-confirm .inner ul li {
  padding: 10px 12px 12px;
  border-bottom: 1px solid #c1c1c1;
}

.contact-confirm .inner ul li span {
  opacity: .5;
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 1;
}

.contact-confirm .inner ul li p {
  font-size: 17px;
}

.contact-confirm .inner .submit {
  color: #e86c5d;
  border-radius: 8px;
  border: 2px solid #e86c5d;
  text-align: center;
  display: block;
  margin: 7% auto 0;
  width: 210px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 16px 0;
  background: rgba(255, 255, 255, 0.85);
}

.signup-confirm {
  padding-bottom: 6%;
}

.signup-confirm .inner {
  max-width: 768px;
}

.signup-confirm .inner h1 {
  color: #323232;
  font-size: 32px;
}

.signup-confirm .inner ul {
  padding: 12px 3% 30px;
  background: white;
}

.signup-confirm .inner ul li {
  padding: 10px 12px 12px;
  border-bottom: 1px solid #c1c1c1;
}

.signup-confirm .inner ul li span {
  opacity: .5;
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 1;
}

.signup-confirm .inner ul li p {
  font-size: 17px;
}

.signup-confirm .inner .submit {
  color: #fff;
  border-radius: 8px;
  text-align: center;
  display: block;
  margin: 7% auto 0;
  width: 210px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 16px 0;
  background: #00a0e9;
}

.contact-finish {
  background: url(../img/howto_bg.png);
  background-position: center 30px;
  background-size: 1915px auto;
  padding-bottom: 6%;
}

.contact-finish .inner {
  max-width: 768px;
}

.contact-finish .inner h1 {
  color: #323232;
  font-size: 32px;
  margin-bottom: 7%;
}

.contact-finish .inner > p {
  text-align: center;
  line-height: 1.65;
  font-size: 18px;
}

.contact-finish .inner .btn a {
  color: #e86c5d;
  border-radius: 8px;
  border: 2px solid #e86c5d;
  text-align: center;
  display: block;
  margin: 5% auto 0;
  width: 210px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 16px 0;
  background: rgba(255, 255, 255, 0.85);
}

.signup-finish {
  padding-bottom: 6%;
}

.signup-finish .inner {
  max-width: 768px;
}

.signup-finish .inner h1 {
  color: #323232;
  font-size: 32px;
  margin-bottom: 7%;
}

.signup-finish .inner > p {
  text-align: center;
  line-height: 1.65;
  font-size: 18px;
}

.signup-finish .inner > p img {
  display: inline-block;
  width: 20px;
  margin: 5px 3px 0 2px;
}

.signup-finish .inner .btn a {
  color: #fff;
  border-radius: 8px;
  text-align: center;
  display: block;
  margin: 5% auto 0;
  width: 210px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 16px 0;
  background: #f0655b;
}

.tos {
  background: url(../img/howto_bg.png);
  background-position: center 30px;
  background-size: 1915px auto;
}

.tos .inner {
  max-width: 1092px;
  background: rgba(255, 255, 255, 0.9);
  padding: 2% 3% 0%;
}

.tos .inner h1 {
  color: #323232;
  font-size: 32px;
  margin: 2% auto 5%;
}

.tos .inner .article {
  text-align: justify;
}

.tos .inner .article h2 {
  font-size: 18px;
  margin: 22px 0 14px;
}

.tos .inner .article p {
  line-height: 1.65;
  font-size: 15px;
}

.tos .inner .article .right {
  text-align: right;
  font-size: 14px;
  line-height: 1.6;
}

.tos .inner .article .num1 {
  margin: 3% 0;
}

.tos .inner .article .num1 > li {
  list-style-type: decimal;
  margin-left: 12px;
}

.tos .inner .article .num1 > li > p {
  margin-top: 12px;
}

.tos .inner .article .num2 {
  margin: 1.4% 0;
}

.tos .inner .article .num2 > li {
  list-style-type: none;
  counter-increment: cnt;
}

.tos .inner .article .num2 > li::before {
  content: "(" counter(cnt) ") ";
}

.tos .inner .article .num2 > li h4 {
  display: inline-block;
}

.tos .inner .article .num3 {
  margin: .7% 0 .7% 12px;
}

.tos .inner .article .num3 > li {
  list-style-type: lower-alpha;
  margin-left: 24px;
}

.tos .inner .article .num3 > li > p {
  margin: 24px 0 24px -36px;
}

.company {
  background: url(../img/howto_bg.png);
  background-position: center 30px;
  background-size: 1915px auto;
}

.company .inner {
  max-width: 1092px;
  background: rgba(255, 255, 255, 0.9);
  padding: 2% 3% 0%;
}

.company .inner h1 {
  color: #323232;
  font-size: 32px;
  margin: 2% auto 5%;
}

.company .inner ul {
  border: 1px solid #c1c1c1;
}

.company .inner ul li {
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
  border-bottom: 1px solid #c1c1c1;
}

.company .inner ul li:last-child {
  border: 0;
}

.company .inner ul li p {
  font-size: 16px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  padding: 18px 22px;
}

.company .inner ul li p:last-child {
  margin-right: 0;
}

.company .inner ul li p:nth-of-type(1) {
  width: 30%;
  background: rgba(230, 243, 255, 0.2);
}

.company .inner ul li p:nth-of-type(2) {
  width: 70%;
  border-left: 1px solid #c1c1c1;
}

.user .inner .user__profile {
  width: 100%;
  max-width: 1000px;
  margin: 6% auto 4%;
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
}

.user .inner .user__profile > img {
  font-size: 0;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  width: 15%;
  margin-right: 4%;
  border-radius: 50%;
  overflow: hidden;
}

.user .inner .user__profile > img:last-child {
  margin-right: 0;
}

.user .inner .user__profile .txt {
  font-size: 18px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  width: 81%;
}

.user .inner .user__profile .txt:last-child {
  margin-right: 0;
}

.user .inner .user__profile .txt h2 {
  font-size: 23px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  line-height: 1;
}

.user .inner .user__profile .txt h2:last-child {
  margin-right: 0;
}

.user .inner .user__profile .txt h2 span {
  font-size: 18px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  vertical-align: bottom;
  line-height: 1;
  margin-left: 4px;
}

.user .inner .user__profile .txt h2 span:last-child {
  margin-right: 0;
}

.user .inner .user__profile .txt > p {
  font-size: 16px;
  line-height: 1.65;
  margin-top: 10px;
  text-align: justify;
}

.user .inner .user__profile .txt .link {
  margin-top: 23px;
}

.user .inner .user__profile .txt .link ul li {
  margin-bottom: 10px;
}

.user .inner .user__profile .txt .link ul li:last-child {
  margin-bottom: 0;
}

.user .inner .user__profile .txt .link ul li a {
  font-size: 0;
  letter-spacing: -2px;
  vertical-align: top;
}

.user .inner .user__profile .txt .link ul li a .linkImg {
  font-size: 14px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  font-weight: 700;
}

.user .inner .user__profile .txt .link ul li a .linkImg:last-child {
  margin-right: 0;
}

.user .inner .user__profile .txt .link ul li a .linkImg p {
  display: inline-block;
  line-height: 1;
  vertical-align: top;
  margin-top: 4px;
  letter-spacing: 2px;
}

.user .inner .user__profile .txt .link ul li a > p {
  font-size: 17px;
  letter-spacing: .6px;
  vertical-align: top;
  display: inline-block;
  color: #3dacff;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 1px;
  width: 91%;
}

.user .inner .user__profile .txt .link ul li a > p:last-child {
  margin-right: 0;
}

/* theme end */
/* state start */
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 1000px) {
  header .inner {
    display: none;
  }
  header .sp {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  header .sp .header {
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 0 3%;
  }
  header .sp .header > a {
    width: 157px;
    margin: 0;
    padding: 15px 0 16px;
  }
  header .sp .header .right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3%;
    font-size: 0;
    letter-spacing: -2px;
    vertical-align: top;
  }
  header .sp .header .right .search-btn {
    font-size: 0;
    letter-spacing: .6px;
    vertical-align: top;
    display: inline-block;
    font-size: 0;
    letter-spacing: -.4em;
    vertical-align: top;
    background: #00a0e9;
    border-radius: 6px;
    padding: 9px 0;
    width: 143px;
    text-align: center;
  }
  header .sp .header .right .search-btn:last-child {
    margin-right: 0;
  }
  header .sp .header .right .search-btn img {
    font-size: 0;
    letter-spacing: .6px;
    vertical-align: top;
    display: inline-block;
    width: 17px;
  }
  header .sp .header .right .search-btn p {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    vertical-align: top;
    display: inline-block;
    margin: 3px 0 0 7px;
    color: #fff;
    line-height: 1;
  }
  header .sp .header .right .drw {
    font-size: 0;
    letter-spacing: .6px;
    vertical-align: top;
    display: inline-block;
    position: relative;
    width: 28px;
    height: 24px;
    margin: 5px 0 0 14px;
    cursor: pointer;
  }
  header .sp .header .right .drw:last-child {
    margin-right: 0;
  }
  header .sp .header .right .drw span {
    position: absolute;
    width: 100%;
    height: 3px;
    display: block;
    background: #e86c5d;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  header .sp .header .right .drw span:nth-of-type(1) {
    top: 0;
    transition: 0.2s ease-out;
  }
  header .sp .header .right .drw span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
    transition: 0.2s linear;
  }
  header .sp .header .right .drw span:nth-of-type(3) {
    bottom: 0;
    transition: 0.2s ease-out;
  }
  header .sp .headSpMenu {
    position: fixed;
    top: 0;
    right: 0;
    padding: 52.19px 0 16px;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    box-shadow: 0 12px 15px -8px rgba(0, 0, 0, 0.2);
    transition: 0.4s;
    background: #fff;
  }
  header .sp .headSpMenu ul {
    transition: 0.2s;
  }
  header .sp .headSpMenu .menuTop {
    padding: 4% 0 5%;
    width: 94%;
    max-width: 560px;
    margin: 0 auto;
  }
  header .sp .headSpMenu .menuTop li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  header .sp .headSpMenu .menuTop li a, header .sp .headSpMenu .menuTop li .toukou {
    padding: 2.8% 3% 2.6%;
    font-size: 0;
    letter-spacing: -2px;
    vertical-align: top;
  }
  header .sp .headSpMenu .menuTop li a img, header .sp .headSpMenu .menuTop li .toukou img {
    font-size: 0;
    letter-spacing: .6px;
    vertical-align: top;
    display: inline-block;
    width: 35px;
    margin-right: 15px;
  }
  header .sp .headSpMenu .menuTop li a img:last-child, header .sp .headSpMenu .menuTop li .toukou img:last-child {
    margin-right: 0;
  }
  header .sp .headSpMenu .menuTop li a p, header .sp .headSpMenu .menuTop li .toukou p {
    font-size: 17px;
    letter-spacing: .6px;
    vertical-align: top;
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    margin-top: 8px;
  }
  header .sp .headSpMenu .menuTop li a p:last-child, header .sp .headSpMenu .menuTop li .toukou p:last-child {
    margin-right: 0;
  }
  header .sp .headSpMenu .menu-bottom {
    width: 94%;
    max-width: 560px;
    margin: 0 auto;
    padding-bottom: 4%;
    font-size: 0;
    letter-spacing: -2px;
    vertical-align: top;
  }
  header .sp .headSpMenu .menu-bottom li {
    font-size: 17px;
    letter-spacing: .6px;
    vertical-align: top;
    display: inline-block;
    font-weight: 700;
    width: 50%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    text-align: center;
    line-height: 1;
  }
  header .sp .headSpMenu .menu-bottom li:last-child {
    margin-right: 0;
  }
  header .sp .headSpMenu .menu-bottom li:nth-of-type(2) {
    border-left: 0;
  }
  header .sp .headSpMenu .menu-bottom li:nth-of-type(3) {
    border-top: 0;
  }
  header .sp .headSpMenu .menu-bottom li:nth-of-type(4) {
    border-top: 0;
    border-left: 0;
  }
  header .sp .headSpMenu .menu-bottom li:nth-of-type(5) {
    border: 0;
    padding: 6% 0 0;
    width: 100%;
    display: block;
  }
  header .sp .headSpMenu .menu-bottom li:nth-of-type(5) .search-btn {
    vertical-align: top;
    display: block;
    font-size: 0;
    letter-spacing: -.4em;
    vertical-align: top;
    background: #00a0e9;
    border-radius: 6px;
    padding: 12px 0;
    width: 94;
    text-align: center;
  }
  header .sp .headSpMenu .menu-bottom li:nth-of-type(5) .search-btn img {
    font-size: 0;
    letter-spacing: .6px;
    vertical-align: top;
    display: inline-block;
    width: 24px;
  }
  header .sp .headSpMenu .menu-bottom li:nth-of-type(5) .search-btn p {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    vertical-align: top;
    display: inline-block;
    margin: 2px 0 0 11px;
    color: #fff;
    line-height: 1;
  }
  header .sp .headSpMenu .menu-bottom li a {
    padding: 17px 0;
  }
  header .sp .headSpMenu .signin-out {
    text-align: center;
    width: 94%;
    max-width: 560px;
    margin: 0 auto;
    padding-bottom: 6%;
  }
  header .sp .headSpMenu .signin-out .out {
    padding: 12px 0;
    display: inline-block;
    margin: 0 auto;
    text-decoration: underline;
  }
  header .sp .headSpMenu .signin-out .in {
    vertical-align: top;
    display: block;
    width: 94;
    text-align: center;
  }
  header .sp .headSpMenu .signin-out .in a {
    background: #ff7070;
    border-radius: 6px;
    color: #fff;
    padding: 12px 0;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.3;
  }
  .search .inner {
    width: 94%;
    padding: 7% 4%;
  }
  .search .inner form .freeWord {
    padding: 8px 11px 7px;
    font-size: 15px;
    margin: 0 auto 4.5%;
    width: 81%;
    border-radius: 5px;
  }
  .search .inner form > ul > li {
    padding: 4.5% 2%;
  }
  .search .inner form > ul > li > p {
    width: 100%;
    display: block;
    margin-bottom: 9px;
    font-size: 15px;
    line-height: 1;
  }
  .search .inner form > ul > li .category {
    width: 100%;
    display: block;
  }
  .search .inner form > ul > li .category ul {
    margin-bottom: -10px;
  }
  .search .inner form > ul > li .category ul li {
    width: calc(100% / 9);
    min-width: 48px;
    max-width: 64px;
    margin: 0 0 10px 0;
  }
  .search .inner form > ul > li .category ul li p {
    font-size: 9px;
  }
  .search .inner form > ul > li .age, .search .inner form > ul > li .page {
    width: 100%;
  }
  .search .inner form > ul > li .age ul, .search .inner form > ul > li .page ul {
    display: block;
  }
  .search .inner form > ul > li .age ul li, .search .inner form > ul > li .page ul li {
    font-size: 14px;
    padding: 9px 0 8px;
    border: 1px solid #8c8c8c;
    font-weight: 800;
  }
  .search .inner form .btn {
    margin: 24px auto 0;
    padding: 10px 0 9px 6px;
    font-size: 16px;
  }
  .report .inner {
    width: 94%;
    padding: 7% 4%;
  }
  .report .inner form .freeWord {
    padding: 8px 11px 7px;
    font-size: 15px;
    margin: 0 auto 4.5%;
    width: 81%;
    border-radius: 5px;
  }
  .report .inner form > ul > li {
    padding: 4.5% 2%;
  }
  .report .inner form > ul > li > p {
    width: 100%;
    display: block;
    margin-bottom: 9px;
    font-size: 15px;
    line-height: 1;
  }
  .report .inner form > ul > li .category {
    width: 100%;
    display: block;
  }
  .report .inner form > ul > li .category ul {
    margin-bottom: -10px;
  }
  .report .inner form > ul > li .category ul li {
    width: calc(100% / 9);
    min-width: 48px;
    max-width: 64px;
    margin: 0 0 10px 0;
  }
  .report .inner form > ul > li .category ul li p {
    font-size: 9px;
  }
  .report .inner form > ul > li .age, .report .inner form > ul > li .page {
    width: 100%;
  }
  .report .inner form > ul > li .age ul, .report .inner form > ul > li .page ul {
    display: block;
  }
  .report .inner form > ul > li .age ul li, .report .inner form > ul > li .page ul li {
    font-size: 14px;
    padding: 9px 0 8px;
    border: 1px solid #8c8c8c;
    font-weight: 800;
  }
  .report .inner form .btn {
    margin: 24px auto 0;
    padding: 10px 0 9px 6px;
    font-size: 16px;
  }
  .popup .inner {
    width: 94%;
    padding: 7% 4%;
  }
  .popup .inner .title img:nth-of-type(1) {
    margin-right: 4%;
  }
  .l-main {
    margin-top: 52.19px;
  }
  .home .topImg {
    width: 100%;
    overflow: hidden;
  }
  .home .topImg img {
    width: 140%;
    margin-left: -20%;
  }
  .cancel {
    right: 1.5%;
  }
  .pankuzu ul {
    padding: 6px 3% 4px;
  }
  .pankuzu ul li {
    font-size: 11px;
    font-weight: 400;
    margin-right: 4px;
  }
  .pankuzu ul li span {
    width: 11px;
    height: 11px;
    margin: 0 0 0 1px;
  }
  .pankuzu ul li span:before, .pankuzu ul li span:after {
    width: 50%;
  }
  .pankuzu ul li span:before {
    top: 32%;
  }
  .pankuzu ul li span:after {
    top: 68%;
  }
  .ehonList > li a .category ul {
    margin: 5px 0;
  }
  .ehonList > li a .category ul li {
    margin: 0 5px 6px 0;
    padding: 0;
    width: 35px;
  }
  .banner {
    margin: 5% auto 10%;
  }
  .pager .prev, .pager .next {
    width: 30px;
    height: 30px;
  }
  .pager .prev:before, .pager .prev:after, .pager .next:before, .pager .next:after {
    height: 2px;
  }
  .pager ul li {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
  footer .inner .top > ul > li {
    margin-right: 5%;
    width: calc(90% / 3);
  }
  .ehonListTop {
    width: 98%;
    margin: 0 auto;
  }
  .ehonListTop > li {
    width: calc(92% / 3);
    margin: 0 4% 4% 0;
  }
  .ehonListTop > li:nth-of-type(5n) {
    margin-right: 4%;
  }
  footer {
    padding: 7% 0 0;
  }
  .home h1 {
    margin: 4% auto 4%;
  }
  .home h2 img {
    height: 18px;
  }
  .home__news {
    padding: 5% 0 8%;
  }
  .home__news .inner h2 img {
    height: 20px;
  }
  .home__news .inner > a {
    top: 10px;
  }
  .home__news .inner ul li > span {
    font-size: 12px;
  }
  .home__news .inner ul li a, .home__news .inner ul li p {
    font-size: 13px;
  }
  .howto {
    background-size: 1500px auto;
  }
  .howto .inner > p {
    font-size: 15px;
    max-width: 560px;
    margin-top: 4%;
  }
  .howto .inner .ininer ul li .txt {
    width: 62%;
  }
  .howto .inner .ininer ul li .txt h3 {
    margin-left: 0;
  }
  .howto .inner .ininer ul li .txt h3 img {
    height: 23px;
  }
  .howto .inner .ininer ul li .txt p {
    font-size: 14px;
  }
  .news .inner h1 img {
    height: 24px;
  }
  .news .inner > ul > li {
    padding: 14px 8px 13px;
  }
  .news .inner > ul > li > span {
    letter-spacing: -.3px;
    font-size: 12px;
  }
  .news .inner > ul > li a, .news .inner > ul > li p {
    font-size: 13px;
  }
  .news_detail .inner h1 {
    font-size: 24px;
    line-height: 1.35;
    margin: 2% auto 0;
  }
  .news_detail .inner > span {
    font-size: 13px;
  }
  .news_detail .inner .txt {
    font-size: 15px;
  }
  .news_detail .inner .btn {
    width: 200px;
    margin: 7% auto 8%;
  }
  .news_detail .inner .btn img {
    margin-right: 10px;
  }
  .news_detail .inner .btn span:last-child {
    font-size: 13px;
  }
  .ehon_detail .inner > span {
    font-weight: 700;
    font-size: 13px;
  }
  .ehon_detail .inner h1 {
    padding: 4px 0 0;
    line-height: 1.35;
  }
  .ehon_detail .inner .ehonWrapper .ehonImg {
    width: 23%;
    margin-right: 4%;
  }
  .ehon_detail .inner .ehonWrapper .txt {
    width: 73%;
  }
  .ehon_detail .inner .ehonWrapper .txt .btn {
    border-radius: 8px;
  }
  .ehon_detail .inner .ehonWrapper .txt .btn img {
    padding: 12px 0;
    width: 40%;
  }
  .ehon_detail .inner .ehonWrapper .txt .author {
    padding: 15px 9px 14px;
  }
  .ehon_detail .inner .ehonWrapper .txt .author img {
    width: 35px;
    height: 35px;
  }
  .ehon_detail .inner .ehonWrapper .txt .author p {
    font-size: 15px;
    margin-top: 5px;
  }
  .ehon_detail .inner .ehonWrapper .txt .author p span {
    font-size: 20px;
  }
  .ehon_detail .inner .ehonWrapper .txt > p {
    font-size: 15px;
    padding: 12px;
    min-height: 0;
  }
  .ehon_detail .inner .ehonWrapper .txt > p span {
    font-size: 13px;
  }
  .ehon_detail .inner .ehonWrapper .txt .sonota ul li {
    font-size: 15px;
  }
  .ehon_detail .inner .ehonWrapper .txt .genre > p {
    font-size: 13px;
  }
  .ehon_detail .inner .ehonWrapper .txt .genre ul {
    padding: 8px 0;
  }
  .ehon_detail .inner .ehonWrapper .txt .genre ul li {
    width: 45px;
    margin-right: 5px;
  }
  .ehon_detail .inner .ehonWrapper .txt .reportBtn {
    font-size: 13px;
  }
  .ranking h1 {
    margin-top: 0;
  }
  .ranking .inner .rankTop ul li .rankTopInner > .img {
    display: none;
  }
  .ranking .inner .rankTop ul li .rankTopInner .txt {
    display: block;
    width: 100%;
  }
  .ranking .inner .rankTop ul li .rankTopInner .txt > img {
    margin: 1% auto 2%;
  }
  .ranking .inner .rankTop ul li .rankTopInner .txt .img {
    display: block;
    margin: 0 auto 2%;
    width: 100%;
    max-width: 280px;
  }
  .ranking .inner .rankTop ul li .rankTopInner .txt .txtInner {
    font-size: 0;
    letter-spacing: -2px;
    vertical-align: top;
    padding: 3% 3% 1%;
    margin-bottom: 2%;
  }
  .ranking .inner .rankTop ul li .rankTopInner .txt .txtInner > p {
    min-height: 0;
    font-weight: 400;
  }
  .ranking .inner .rankTop ul li .rankTopInner .txt .txtInner .author {
    font-size: 16px;
    letter-spacing: .6px;
    vertical-align: top;
    display: inline-block;
    width: 70%;
  }
  .ranking .inner .rankTop ul li .rankTopInner .txt .txtInner .author:last-child {
    margin-right: 0;
  }
  .ranking .inner .rankTop ul li .rankTopInner .txt .txtInner .author img {
    width: 28px;
    height: 28px;
  }
  .ranking .inner .rankTop ul li .rankTopInner .txt .txtInner .author p {
    font-size: 16px;
    margin-top: 7px;
  }
  .ranking .inner .rankTop ul li .rankTopInner .txt .txtInner .like {
    font-size: 16px;
    letter-spacing: .6px;
    vertical-align: top;
    display: inline-block;
    width: 30%;
    padding-top: 12px;
    text-align: right;
  }
  .ranking .inner .rankTop ul li .rankTopInner .txt .txtInner .like:last-child {
    margin-right: 0;
  }
  .ranking .inner .rankTop ul li .rankTopInner .txt .txtInner .like img {
    width: 20px;
  }
  .ranking .inner .rankTop ul li .rankTopInner .txt .txtInner .like p {
    font-size: 15px;
    margin: 3px 0 0 7px;
  }
  .ranking .inner .rankMiddle ul li {
    width: calc(90% / 3);
    margin-right: 5%;
  }
  .ranking .inner .rankMiddle ul li .imgWrapper span {
    width: 42px;
    height: 40px;
  }
  .ranking .inner .rankMiddle ul li .txt > p {
    font-weight: 400;
  }
  .ranking .inner .rankMiddle ul li .txt .author {
    width: 100%;
    margin: 7px 0 12px;
  }
  .ranking .inner .rankMiddle ul li .txt .author img {
    width: 28px;
    height: 28px;
  }
  .ranking .inner .rankMiddle ul li .txt .author p {
    font-size: 14px;
    margin-top: 4px;
  }
  .ranking .inner .rankMiddle ul li .txt .like {
    width: 100%;
  }
  .ranking .inner .rankMiddle ul li .txt .like img {
    width: 20px;
  }
  .ranking .inner .rankMiddle ul li .txt .like p {
    font-size: 15px;
    margin: 3px 0 0 7px;
  }
  .ranking .inner .rankBottom ul li .imgWrapper span {
    width: 42px;
    height: 40px;
  }
  .ranking .inner .rankBottom ul li .txt > p {
    font-weight: 400;
  }
  .ranking .inner .rankBottom ul li .txt .author {
    width: 100%;
    margin: 7px 0 10px;
  }
  .ranking .inner .rankBottom ul li .txt .author img {
    width: 28px;
    height: 28px;
  }
  .ranking .inner .rankBottom ul li .txt .author p {
    font-size: 13px;
    margin-top: 5px;
  }
  .ranking .inner .rankBottom ul li .txt .like {
    width: 100%;
  }
  .ranking .inner .rankBottom ul li .txt .like img {
    width: 20px;
  }
  .ranking .inner .rankBottom ul li .txt .like p {
    font-size: 13px;
    margin: 6px 0 0 7px;
  }
}

@media (max-width: 768px) {
  a {
    padding: 0;
  }
  header .sp .header .right .search-btn p {
    margin-top: 1px;
  }
  footer .inner .top > ul {
    max-width: 514px;
    margin: 0 auto;
  }
  footer .inner .top > ul > li {
    width: 100%;
    margin: 0 auto 6%;
    display: block;
  }
  footer .inner .top > ul > li:last-child {
    margin-right: auto;
  }
  footer .inner .top > ul > li h3 {
    margin-bottom: 5%;
    font-size: 17px;
    padding: 8px 0;
  }
  footer .inner .top > ul > li .app {
    margin-bottom: 6%;
  }
  footer .inner .top > ul > li .app img {
    width: 34%;
    margin: 0 auto;
    display: block;
    max-width: 100px;
  }
  footer .inner .top > ul > li .app p:last-child {
    font-size: 15px;
    text-align: center;
    margin: 5% auto 0;
    width: 76%;
    display: block;
  }
  footer .inner .top > ul > li .appLink {
    max-width: 320px;
  }
  footer .inner .top > ul > li ul {
    font-size: 0;
    letter-spacing: -2px;
    vertical-align: top;
    text-align: center;
  }
  footer .inner .top > ul > li ul li {
    font-size: 15px;
    letter-spacing: .6px;
    vertical-align: top;
    display: inline-block;
    margin: 0 10px 6px 0;
  }
  footer .inner .top > ul > li ul li:last-child {
    margin-right: 0;
  }
  footer .inner .top > ul > li ul li:before {
    display: none;
  }
  footer .inner .top > ul > li ul li a {
    font-size: 17px;
    margin: 0;
  }
  footer .inner .bottom .important {
    padding: 0;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  footer .inner .bottom .socialLink {
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
    margin-top: 6%;
  }
  .banner {
    width: 90%;
    margin: 8% auto 3%;
  }
  .banner ul .CTBanner {
    width: 100%;
  }
  .ehonList {
    width: 98%;
    max-width: 575px;
    margin: 0 auto;
  }
  .ehonList > li {
    width: 48%;
    margin-right: 4%;
  }
  .ehonList > li:nth-of-type(5n) {
    margin-right: 4%;
  }
  .ehonList > li:nth-of-type(3n) {
    margin-right: 4%;
  }
  .ehonList > li:nth-child(even) {
    margin-right: 0;
  }
  .ehonList > li a > span:nth-of-type(1) {
    font-size: 9px;
    margin: 4px 0 -2px;
  }
  .ehonList > li a > span:nth-of-type(2) {
    font-size: 11px;
    line-height: 1;
    margin-top: 1px;
    display: block;
  }
  .ehonList > li a > p {
    font-size: 11px;
    margin-top: 4px;
    font-weight: 400;
    letter-spacing: -.3px;
  }
  .ehonList > li a .category ul {
    margin: 7px 0 6px;
    padding: 7px 0 3px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .ehonList > li a .category ul li img {
    width: 60%;
  }
  .ehonListTop > li {
    width: 48%;
    margin-right: 4%;
  }
  .ehonListTop > li:nth-of-type(3n) {
    margin-right: 4%;
  }
  .ehonListTop > li:nth-child(even) {
    margin-right: 0;
  }
  .child h1 {
    margin: 8% auto 7%;
    font-size: 18px !important;
    line-height: 1.45;
    padding: 9px 0 7px;
  }
  .home h1 {
    margin: 5% auto 6%;
    font-size: 14px;
  }
  .home .topImg img {
    width: 150%;
    margin-left: -25%;
  }
  .home__news .inner h2 {
    margin-bottom: 14px;
  }
  .home__news .inner h2 img {
    height: 18px;
  }
  .home__news .inner ul li {
    padding: 9px 5px;
  }
  .home__news .inner ul li > span {
    margin: 0 0 3px;
  }
  .howto .inner > p {
    line-height: 1.4;
  }
  .howto .inner .ininer {
    padding: 8% 0 1%;
  }
  .howto .inner .ininer .sub > img {
    display: block;
    margin: 0 auto 5%;
    width: 86px;
    border-radius: 20px;
    box-shadow: 0 12px 30px -12px rgba(232, 108, 93, 0.7);
  }
  .howto .inner .ininer .sub h2:last-child {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: block;
  }
  .howto .inner .ininer > img {
    max-width: 450px;
    margin: 6% auto 9%;
  }
  .howto .inner .ininer ul li {
    margin: 0 auto;
  }
  .howto .inner .ininer ul li:nth-of-type(2) > img {
    margin: 0 auto;
  }
  .howto .inner .ininer ul li > img {
    display: block;
    width: 67%;
    max-width: 300px;
    margin: 0 auto;
  }
  .howto .inner .ininer ul li .txt {
    position: relative;
    margin: 8% auto 12%;
    display: block;
    width: 100%;
    max-width: 500px;
    top: auto;
    left: auto;
    right: auto;
    transform: translateY(0);
  }
  .howto .inner .ininer ul li .txt h3 {
    margin: 0 auto 5%;
  }
  .howto .inner .ininer ul li .txt h3 img {
    height: 20px;
    margin: 0 auto;
  }
  .howto .inner .ininer ul li .txt p {
    line-height: 1.5;
    text-align: center;
  }
  .news .inner {
    width: 94%;
  }
  .news .inner h1 img {
    height: 20px;
  }
  .news .inner > ul {
    padding: 3% 15px 6%;
  }
  .news .inner > ul > li {
    padding: 11px 5px 11px;
  }
  .news .inner > ul > li span {
    margin: 0 0 4px;
    display: block;
  }
  .news .inner > ul > li a {
    display: block;
  }
  .news_detail .inner h1 {
    margin-top: 7%;
  }
  .news_detail .inner > span {
    font-weight: 800;
    font-size: 12px;
  }
  .news_detail .inner .txt {
    letter-spacing: -.2px;
  }
  .ehon_detail .inner .ehonWrapper .ehonImg {
    width: 100%;
    max-width: 442px;
    margin: 1% auto 5%;
    display: block;
  }
  .ehon_detail .inner .ehonWrapper .txt {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .ehon_detail .inner .ehonWrapper .txt .btn img {
    width: 200px;
    padding: 16px 0;
  }
  .ehon_detail .inner .ehonWrapper .txt .btn2 img {
    width: 89px;
    padding: 16px 0;
  }
  .ehon_detail .inner .ehonWrapper .txt .author {
    padding: 11px 7px 10px;
  }
  .ehon_detail .inner .ehonWrapper .txt > p {
    padding: 12px 7px 8px;
    text-align: justify;
  }
  .ehon_detail .inner .ehonWrapper .txt > p span {
    font-size: 12px;
    margin-bottom: 2px;
  }
  .ehon_detail .inner .ehonWrapper .txt .sonota ul {
    padding: 9px 7px 8px;
  }
  .ehon_detail .inner .ehonWrapper .txt .genre {
    padding: 8px 7px 3px;
  }
  .ranking h1 {
    padding: 0;
    margin: 0 auto 5%;
    overflow: hidden;
  }
  .ranking h1 img {
    width: 117%;
    margin-left: -8%;
  }
  .ranking .inner {
    width: 100%;
  }
  .ranking .inner .rankTop ul li {
    margin-bottom: 5%;
  }
  .ranking .inner .rankTop ul li a {
    padding: 0;
  }
  .ranking .inner .rankTop ul li .rankTopInner:after {
    height: 99%;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    border-left: 0;
    border-right: 0;
  }
  .ranking .inner .rankTop ul li .rankTopInner .txt > img {
    width: 50%;
    max-width: 140px;
    margin: 2% auto 6%;
  }
  .ranking .inner .rankTop ul li .rankTopInner .txt .img {
    width: 82%;
    margin-bottom: 6%;
  }
  .ranking .inner .rankTop ul li .rankTopInner .txt .txtInner {
    padding: 6% 5% 1%;
  }
  .ranking .inner .rankTop ul li .rankTopInner .txt .txtInner > p {
    font-size: 14px;
    line-height: 1.4;
  }
  .ranking .inner .rankTop ul li .rankTopInner .txt .txtInner .author img {
    margin-right: 0;
    width: 22px;
    height: 22px;
  }
  .ranking .inner .rankTop ul li .rankTopInner .txt .txtInner .author p {
    font-size: 14px;
    margin-top: 5px;
    letter-spacing: -.4px;
  }
  .ranking .inner .rankTop ul li .rankTopInner .txt .txtInner .like {
    padding-top: 8px;
  }
  .ranking .inner .rankTop ul li .rankTopInner .txt .txtInner .like img {
    width: 17px;
  }
  .ranking .inner .rankTop ul li .rankTopInner .txt .txtInner .like p {
    font-size: 14px;
    margin: 4px 0 0 0px;
  }
  .ranking .inner .rankMiddle, .ranking .inner .rankBottom {
    width: 94%;
    margin: 0 auto;
  }
  .ranking .inner .rankMiddle ul li, .ranking .inner .rankBottom ul li {
    width: 100%;
    margin: 0 0 6%;
    padding: 0 4% 6%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  .ranking .inner .rankMiddle ul li .imgWrapper, .ranking .inner .rankBottom ul li .imgWrapper {
    max-width: 280px;
    width: 82%;
    margin: 0 auto 3%;
  }
  .ranking .inner .rankBottom ul li:last-child {
    margin-bottom: 0;
  }
  .contact .inner h1 {
    font-size: 25px;
    margin: 5% auto -1%;
  }
  .contact .inner form ul li select, .contact .inner form ul li input, .contact .inner form ul li textarea {
    font-size: 15px !important;
    padding: 8px 12px;
    border-radius: 5px;
  }
  .contact .inner form ul li .select span {
    top: 54%;
    right: 18px;
    border-top: 7px solid #545353;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
  }
  .contact .inner form ul li .private > p:nth-of-type(2) {
    height: 194px;
    line-height: 1.35;
    font-size: 14px;
    padding: 10px 11px;
  }
  .contact .inner form ul li .private label p:last-child {
    width: 90%;
    font-size: 14px;
    line-height: 1.35;
  }
  .contact .inner form ul li .private label p:last-child br {
    display: none;
  }
  .contact .inner form ul .tel div input {
    margin-right: 4.5%;
    width: calc(91% / 3);
  }
  .contact .inner form ul .tel div:before, .contact .inner form ul .tel div:after {
    font-size: 16px;
  }
  .contact .inner form ul .tel div:before {
    left: 31%;
  }
  .contact .inner form ul .tel div:after {
    left: 65.75%;
  }
  .contact .inner form .submit {
    color: #e86c5d;
    border-radius: 8px;
    border: 2px solid #e86c5d;
    text-align: center;
    display: block;
    margin: 8% auto 0%;
    width: 180px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    padding: 13px 0 12px;
  }
  .contact-confirm .inner h1 {
    font-size: 25px;
    margin: 5% auto 3%;
  }
  .contact-confirm .inner .submit {
    color: #e86c5d;
    border-radius: 8px;
    border: 2px solid #e86c5d;
    text-align: center;
    display: block;
    margin: 8% auto 0%;
    width: 220px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    padding: 13px 0 12px;
  }
  .contact-finish .inner h1 {
    font-size: 25px;
    margin: 5% auto 3%;
  }
  .contact-finish .inner > p {
    line-height: 1.45;
    font-size: 15px;
  }
  .contact-finish .inner .btn a {
    color: #e86c5d;
    border-radius: 8px;
    border: 2px solid #e86c5d;
    text-align: center;
    display: block;
    margin: 8% auto 0%;
    width: 180px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    padding: 13px 0 12px;
  }
  .tos .inner {
    width: 100%;
  }
  .tos .inner h1 {
    font-size: 25px;
    margin: 5% auto 3%;
  }
  .tos .inner .article p {
    line-height: 1.5;
    font-size: 14px;
  }
  .tos .inner .article h2 {
    font-size: 16px;
    margin: 15px 0 9px;
  }
  .tos .inner .article .right {
    line-height: 1.5;
  }
  .company .inner {
    width: 100%;
  }
  .company .inner h1 {
    font-size: 25px;
    margin: 5% auto 3%;
  }
  .company .inner ul {
    border: 0;
  }
  .company .inner ul li:last-child {
    border-bottom: 1px solid #c1c1c1;
  }
  .company .inner ul li p:nth-of-type(1) {
    padding: 6px 0 0;
    font-size: 13px;
    opacity: .7;
    display: block;
    height: auto !important;
  }
  .company .inner ul li p:nth-of-type(2) {
    padding: 0 0 6px;
    border-left: 0;
    width: 100%;
    font-size: 15px;
    line-height: 1.35;
    text-align: justify;
  }
  .report .inner form .selective ul {
    margin-bottom: 6%;
  }
  .report .inner form .selective ul li {
    width: 100%;
    max-width: 268px;
    display: block;
    margin: 0 auto 2.75%;
  }
  .report .inner form .selective ul li:last-child {
    margin-right: auto;
  }
  .report .inner form .selective ul li span {
    margin: 0 8px 0 0;
  }
  .report .inner form .selective ul li p {
    font-size: 17px;
    line-height: 1.2;
  }
  .user .inner .user__profile > img {
    display: block;
    width: 19%;
    max-width: 100px;
    margin: 0 0 20px;
  }
  .user .inner .user__profile .txt {
    width: 100%;
    display: block;
  }
  .user .inner .user__profile .txt h2 {
    font-size: 18px;
  }
  .user .inner .user__profile .txt h2 span {
    margin-left: 3px;
    font-size: 15px;
  }
  .user .inner .user__profile .txt > p {
    font-size: 15px;
    margin-top: 6px;
  }
  .user .inner .user__profile .txt .link ul li {
    margin-bottom: 20px;
  }
  .user .inner .user__profile .txt .link ul li a > p {
    width: 100%;
    display: block;
  }
  footer .inner .top {
    padding: 0 0 43px;
  }
  footer .inner .top > ul > li {
    margin-bottom: 9%;
  }
  footer .inner .top > ul > li:last-child {
    margin-bottom: 0;
  }
  footer .inner .top > ul > li h3 {
    font-size: 16px;
    padding: 9px 0 8px;
    margin-bottom: 20px;
  }
  footer .inner .top > ul > li .app p:last-child {
    width: 100%;
    font-size: 15px;
  }
  footer .inner .top > ul > li ul li {
    width: 100%;
    display: block;
    padding: 0 0 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  footer .inner .top > ul > li ul li:last-child {
    margin-bottom: 0;
  }
  footer .inner .top > ul > li ul li a {
    font-size: 15px;
  }
  .mypage .inner .wrapper .imgg {
    display: block;
    width: 130px;
    margin: 60px auto 24px;
  }
  .mypage .inner .wrapper .txt {
    width: 100%;
  }
  .mypage .inner .wrapper .txt > p {
    font-size: 16px;
  }
  .mypage .inner .h2title {
    font-size: 17px;
  }
  .mypage-edit .inner form {
    padding-top: 0;
  }
  .mypage-edit .inner form .submit {
    top: -68px;
    right: -4px;
  }
  .mypage-edit .inner form .wrapper .imgg {
    display: block;
    width: 130px;
    margin: 0 auto 24px;
  }
  .mypage-edit .inner form .wrapper .txt {
    width: 100%;
  }
  .mypage-edit .inner .h2title {
    font-size: 17px;
  }
  .post .inner form > ul > li input[type="text"], .post .inner form > ul > li textarea {
    font-size: 15px;
  }
  .post .inner form > ul > li h2 {
    font-size: 17px;
    padding: 8px 0;
    margin: 11% auto 6%;
  }
  .post .inner form > ul > li .img-upload .select {
    width: 100%;
    margin: 0 0 6%;
  }
  .post .inner form > ul > li .img-upload .drop:last-child {
    width: 100%;
    font-size: 14px;
    margin-bottom: 4%;
  }
  .post .inner form > ul > li .img-upload .drop:last-child label {
    padding: 30px 30px;
    border-radius: 7px;
  }
  .post .inner form > ul > li .img-save {
    width: 110%;
    margin-left: -5%;
    padding: 0 5%;
  }
  .post .inner form > ul > li .img-save ul {
    padding-bottom: 0px;
    margin-top: 18px;
  }
  .post .inner form > ul > li .img-save ul li {
    margin-right: 10px;
  }
  .post .inner form > ul > li .img-save ul li .img-area {
    width: 84px;
  }
  .post .inner form > ul > li .img-save ul li .img-area .cancel {
    width: 21px;
    height: 21px;
    background: rgba(0, 0, 0, 0.6);
  }
  .post .inner form > ul > li .img-save ul li > p {
    font-size: 15px;
    margin-top: 8px;
  }
  .post .inner form > ul > li .cover-select {
    width: 110%;
    margin-left: -5%;
    padding: 0 5%;
  }
  .post .inner form > ul > li .cover-select ul {
    padding-bottom: 0px;
    margin-top: 17px;
  }
  .post .inner form > ul > li .cover-select ul li {
    margin-right: 10px;
  }
  .post .inner form > ul > li .cover-select ul li label {
    width: 84px;
  }
  .post .inner form > ul > li .cover-select ul li label input {
    width: 18px;
    height: 18px;
    margin-top: 10px;
  }
  .post .inner form > ul > li.target-age ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 12px;
  }
  .post .inner form > ul > li.target-age ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .post .inner form > ul > li.target-age ul li:nth-of-type(-n+4) {
    margin-bottom: 12px;
  }
  .post .inner form > ul > li.target-age ul li:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
  .post .inner form > ul > li.genre ul li {
    margin-right: 2%;
    width: calc(94% / 4);
  }
  .post .inner form > ul > li.genre ul li:nth-of-type(4n) {
    margin-right: 0;
  }
  .post .inner form > ul > li.genre ul li:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
  .post .inner form .note {
    margin: 10% auto 16%;
  }
  .post .inner form .note h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .post .inner form .note p {
    font-weight: 400;
  }
  .post .inner form .btnz ul {
    text-align: center;
  }
  .post .inner form .btnz ul li {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 14px;
  }
  .post .inner form .btnz ul li:last-child {
    margin-right: auto;
  }
  *:hover:not(.batu span:nth-of-type(2), .search .inner form > ul > li .category ul li img, .ehon_detail .inner .btns ul li img, .search, .search .inner, .post .inner form > ul > li.genre ul li) {
    opacity: 1 !important;
  }
  .howto .inner .youtube {
    width: 111%;
    margin-left: -5.5%;
  }
  .howto .inner .youtube .swiper-slide {
    border-radius: 10px;
  }
  .howto .inner .youtube .swiper-button-prev:after, .howto .inner .youtube .swiper-button-next:after {
    font-size: 21px;
  }
  .howto .inner .youtube .swiper-button-prev {
    left: 0px;
  }
  .howto .inner .youtube .swiper-button-next {
    right: -1px;
  }
}

@media (max-width: 384px) {
  header .sp .header .right .search-btn {
    width: 38px;
    padding: 7px 0 8px;
  }
  header .sp .header .right .search-btn p {
    display: none;
  }
  header .sp .header .right .drw {
    margin-left: 10px;
  }
  .search .inner form .freeWord {
    padding: 5px 8px 4px;
    font-size: 14px;
    width: 80%;
    margin-left: 9%;
  }
  .search .inner form > ul > li .age ul {
    margin-bottom: -6px;
  }
  .search .inner form > ul > li .age ul li {
    margin-bottom: 6px;
  }
  .search .inner form > ul > li .page ul li {
    width: calc(96% / 3);
  }
  .search .inner form > ul > li .page ul li:nth-of-type(1), .search .inner form > ul > li .page ul li:nth-of-type(2), .search .inner form > ul > li .page ul li:nth-of-type(3) {
    margin-bottom: 8px;
  }
  .search .inner form > ul > li .page ul li:nth-of-type(3) {
    margin-right: 0;
  }
  .report .inner form .freeWord {
    padding: 5px 8px 4px;
    font-size: 14px;
    width: 80%;
    margin-left: 9%;
  }
  .report .inner form > ul > li .age ul {
    margin-bottom: -6px;
  }
  .report .inner form > ul > li .age ul li {
    margin-bottom: 6px;
  }
  .report .inner form > ul > li .page ul li {
    width: calc(96% / 3);
  }
  .report .inner form > ul > li .page ul li:nth-of-type(1), .report .inner form > ul > li .page ul li:nth-of-type(2), .report .inner form > ul > li .page ul li:nth-of-type(3) {
    margin-bottom: 8px;
  }
  .report .inner form > ul > li .page ul li:nth-of-type(3) {
    margin-right: 0;
  }
  .cancel {
    right: 2%;
    top: 1.1125%;
    width: 26px;
    height: 26px;
  }
  .popup .inner {
    width: 94%;
    padding: 7% 4%;
  }
  .popup .inner .title {
    margin-left: 9%;
  }
  .popup .inner .title img:nth-of-type(1) {
    margin-right: 4%;
  }
  .popup .inner p {
    font-size: 15px;
  }
  .popup .inner .cancel {
    top: 3%;
    right: 2%;
  }
  footer .inner .top {
    padding: 0 0 43px;
  }
  footer .inner .top > ul > li {
    margin-bottom: 9%;
  }
  footer .inner .top > ul > li:last-child {
    margin-bottom: 0;
  }
  footer .inner .top > ul > li h3 {
    font-size: 16px;
    padding: 9px 0 8px;
    margin-bottom: 7%;
  }
  footer .inner .top > ul > li .app p:last-child {
    width: 100%;
    font-size: 15px;
  }
  footer .inner .top > ul > li ul li {
    width: 100%;
    display: block;
    padding: 0 0 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  footer .inner .top > ul > li ul li:last-child {
    margin-bottom: 0;
  }
  footer .inner .top > ul > li ul li a {
    font-size: 15px;
  }
  footer .inner .bottom .important ul li {
    margin-right: 16px;
    letter-spacing: -.4px;
  }
}

/* state end */
