@charset "UTF-8";
/*------------------------------------------------------------------

BASE

--------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Kaisei+HarunoUmi&family=Lobster&family=Noto+Sans+JP:wght@400;700;900&family=Roboto:ital,wght@0,700;1,900&display=swap");
.noto {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400; }

.robot {
  font-family: "Roboto", sans-serif;
  font-weight: 700; }

.kaisei {
  font-family: "Kaisei HarunoUmi", serif;
  font-weight: 400; }

.lobster {
  font-family: "Lobster", cursive;
  font-weight: 400; }

/*Easing*/
/*Screen*/
html, body, div, article, section, span, p, ul, ol, li, table, tr, td, th, hr, h1, h2, h3, h4, h5, h6, a, em, strong, b, img, input, textarea, svg, button, fieldset, figure, header, footer, label, dl, dt, dd {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
  list-style-type: none;
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
  line-height: 1;
  border-collapse: collapse; }

html {
  width: 100%;
  font-size: 16px; }

body {
  width: 100%;
  position: relative;
  background: #FFF;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  word-break: normal;
  word-wrap: break-word;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

html, body {
  zoom: 1;
  min-height: 100%; }

strong, b,
h1, h2, h3, h4, h5, h6 {
  font-weight: 700; }

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

p {
  margin: 0;
  padding: 0 0 1em;
  line-height: 1.6;
  line-break: strict; }

em {
  font-style: normal; }

img {
  max-width: 100%;
  display: inline-block;
  outline: none;
  -moz-user-select: none;
  /* These user-select properties are inheritable, used to prevent text selection */
  -webkit-user-select: none;
  -ms-user-select: none;
  /* From IE10 only */
  user-select: none;
  /* Not valid CSS yet, as of July 2012 */
  -webkit-user-drag: none;
  /* Prevents dragging of images/divs etc */
  user-drag: none;
  transition: all 0.3s ease; }

input[type=text],
input[type=password],
input[type=url],
input[type=tel],
input[type=email],
input[type=radio],
input[type=checkbox],
input[type=submit],
select,
textarea {
  -webkit-appearance: none;
  outline: none; }

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

button {
  transition: all 0.3s ease; }

button:hover {
  cursor: pointer; }

::selection {
  color: #FFF;
  background-color: #CCCCCC; }

.clear {
  width: 100%;
  font-size: 0px;
  height: 1px;
  overflow: hidden;
  clear: both;
  float: none;
  margin: 0 0 -1px 0;
  display: block; }

.c {
  text-align: center;
  margin-inline: auto; }

.none {
  display: none; }

.hidden {
  visibility: hidden; }

.nopc {
  display: none;
  visibility: hidden; }
  @media screen and (max-width: 812px) {
    .nopc {
      display: inherit;
      visibility: visible; } }

@media screen and (max-width: 812px) {
  .nosp {
    display: none;
    visibility: hidden; } }

.sps {
  display: none;
  visibility: hidden; }
  @media screen and (max-width: 500px) {
    .sps {
      display: inherit;
      visibility: visible; } }

/*------------------------------------------------------------------

COMMON

--------------------------------------------------------------------*/
@media screen and (max-width: 812px) {
  main {
    margin-top: 20px; } }

/* background */
.bg_g {
  background-color: #F7F7F7; }

.bg_w {
  background-color: #FFF; }

.bg_b {
  background-color: #EDEBDF; }

.bg_attention {
  position: relative; }
  .bg_attention:before, .bg_attention:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #E31F79 4px, transparent 4px);
    background-size: 8px 1px;
    background-repeat: repeat-x;
    position: absolute; }
  .bg_attention:before {
    top: 0;
    background-position: left top; }
  .bg_attention:after {
    bottom: 0;
    background-position: left bottom; }

.adv {
  transition: all 0.3s ease; }
  .adv:hover {
    opacity: .7; }
  .adv.p_head {
    width: 100%;
    height: 100px;
    background: url("../images/bnr/page-bnr.jpg") repeat;
    background-size: auto 100px;
    position: relative; }
    @media screen and (max-width: 812px) {
      .adv.p_head {
        background: url("../images/bnr/page-bnr-sp.jpg") center repeat;
        background-size: auto 100px; } }
    @media screen and (max-width: 500px) {
      .adv.p_head {
        background: url("../images/bnr/page-bnr-sp.jpg") center;
        background-size: auto 100%; } }
    .adv.p_head a {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%; }
  .adv.s_column {
    width: 100%; }

/* text */
.site_tit {
  font-size: 1.875rem;
  font-weight: 900;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto; }
  .site_tit span {
    font-size: 0.625rem;
    font-weight: 700;
    display: block;
    padding-bottom: 11px; }
  .site_tit .logo {
    width: 104px;
    height: 30px; }

.section_titWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  position: relative; }
  .section_titWrap .date {
    font-size: 0.875rem;
    margin-left: 20px; }
  .section_titWrap .link {
    font-size: 0.875rem;
    position: absolute;
    right: 0;
    bottom: 0; }
    @media screen and (max-width: 500px) {
      .section_titWrap .link {
        display: block;
        position: relative;
        width: 100%;
        margin-top: 1.5em; } }

.section_tit {
  font-size: 1.875rem;
  font-weight: 700; }
  @media screen and (max-width: 812px) {
    .section_tit {
      font-size: 1.5rem; } }

.section_tit02 {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center; }
  @media screen and (max-width: 812px) {
    .section_tit02 {
      font-size: 1.25rem; } }

.title_wrap {
  padding: 42px 0 80px;
  text-align: center; }
  .title_wrap .tit {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.25; }
    .title_wrap .tit small {
      font-size: 80%; }
      @media screen and (max-width: 812px) {
        .title_wrap .tit small {
          display: block;
          margin-top: 8px; } }
  .title_wrap .sup {
    margin-top: 42px; }
    @media screen and (max-width: 812px) {
      .title_wrap .sup {
        text-align: left; } }
  .title_wrap .section_tit {
    font-size: 1.5rem;
    text-align: center; }
  .title_wrap:has(.sup) {
    padding-bottom: 64px; }

.attention {
  overflow: hidden;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: auto; }
  .attention .head, .attention .txt {
    border: 2px solid #E31F79;
    padding: 13px 10px; }
  .attention .head {
    border-radius: 4px 0 0 4px;
    background: #E31F79;
    color: #FFF;
    font-size: 0.875rem;
    font-weight: 700; }
  .attention .txt {
    border-radius: 0 4px 4px 0;
    background: #FFF;
    color: #E31F79;
    font-size: 0.875rem;
    font-weight: 700; }

.angle_down_line {
  position: relative;
  border-bottom: 2px solid;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  padding: 0 0 12px; }
  .angle_down_line:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -7px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #333333 transparent transparent transparent;
    border-width: 5px 5px 0 5px; }
  .angle_down_line .section_tit {
    padding-bottom: 14px; }
  .angle_down_line a.r {
    font-size: 0.875rem;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 10px; }
    @media screen and (max-width: 812px) {
      .angle_down_line a.r {
        top: 0; } }

.official_account a, .official_account label {
  font-weight: 700; }

.pink {
  color: #E31F79; }

.gold {
  color: #C1AB05; }

/* button */
button:disabled {
  background: #EEEEEE !important;
  pointer-events: none; }

.btnWrap ul {
  display: flex;
  margin: 0 -20px; }
  @media screen and (max-width: 812px) {
    .btnWrap ul {
      flex-wrap: wrap;
      margin: 0; } }
  .btnWrap ul li {
    width: calc(50% - 40px);
    margin: 0 20px; }
    @media screen and (max-width: 812px) {
      .btnWrap ul li {
        width: 100%;
        margin: 0; }
        .btnWrap ul li:last-child {
          margin-top: 10px; } }

.btnSection {
  padding: 0;
  margin-top: 40px; }
  @media screen and (max-width: 812px) {
    .btnSection {
      margin-top: 20px; } }
  .btnSection .flexWrap {
    margin: 0 -20px; }
  .btnSection .wrap_primary {
    width: min(calc(50% - 40px), 500px);
    margin: 0 20px; }
    @media screen and (max-width: 812px) {
      .btnSection .wrap_primary {
        width: 100%;
        max-width: none; }
        .btnSection .wrap_primary:not(:first-child) {
          margin-top: 20px; } }
    .btnSection .wrap_primary .tit span {
      padding-inline: 0.5em; }
    .btnSection .wrap_primary .tit:before, .btnSection .wrap_primary .tit:after {
      width: 20px; }
  .btnSection .txt.small {
    color: #E31F79;
    font-weight: 700;
    text-align: left; }

.btn {
  background: #333333;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1em;
  height: 60px;
  position: relative; }
  .btn span {
    position: relative;
    z-index: 1; }
  .btn:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #AAAAAA;
    transform-origin: 0% 50%;
    transform: scaleX(0);
    opacity: 0;
    transition: .3s; }
  .btn:hover:after {
    opacity: 1;
    transform-origin: 0% 50%;
    transform: scaleX(1); }
  .btn.btn_primary {
    background: #333333; }
    .btn.btn_primary:after {
      background: #AAAAAA; }
  .btn.btn_secondary {
    background: #FFF;
    color: #333333;
    border: 1px solid #333333; }
    .btn.btn_secondary:after {
      background: #AAAAAA; }
    .btn.btn_secondary:hover {
      border-color: #DDDDDD; }
  .btn.btn_tertiary {
    background: #38B4D9; }
    .btn.btn_tertiary:after {
      background: #89CBDE; }
  .btn.btn_quinary {
    background: #C1AB05; }
    .btn.btn_quinary:after {
      background: #E6DD9B; }

.disable {
  background: #EEEEEE !important;
  pointer-events: none; }

.button {
  width: 100%; }

.txt_link {
  color: #38B4D9;
  text-decoration: underline; }
  .txt_link:hover {
    color: #89CBDE; }

.back a {
  position: relative; }
  .back a span {
    font-size: 0.875rem;
    padding-left: 10px; }
  .back a:before {
    position: relative;
    top: 1.5px; }

.icon {
  position: relative; }
  .icon:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px; }
  .icon.area:before {
    background: url(../images/icon/area.svg) center/contain no-repeat; }
  .icon.fortune:before {
    background: url(../images/icon/fortune.svg) center/contain no-repeat; }
  .icon.type:before {
    background: url(../images/icon/type.svg) center/contain no-repeat; }
  .icon.keyword:before {
    background: url(../images/icon/keyword.svg) center/contain no-repeat; }
  .icon.angle-right:before {
    background: url(../images/icon/angle-right.svg) center/contain no-repeat;
    width: 14px;
    height: 14px; }
  .icon.angle-left:before {
    background: url(../images/icon/angle-left.svg) center/contain no-repeat;
    width: 14px;
    height: 14px; }
  .icon.google:before {
    background: url(../images/sns/google.svg) center/contain no-repeat; }
  .icon.facebook:before {
    background: url(../images/sns/facebook.svg) center/contain no-repeat; }

.exclamation_triangle {
  position: relative;
  padding-left: 25px; }
  .exclamation_triangle:before {
    content: "";
    background: url(../images/icon/exclamation_triangle.svg) center/contain no-repeat;
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 1px;
    left: 0; }

/* contents */
.u_item {
  position: relative; }
  .u_item:hover .img:after {
    opacity: .2; }
  .u_item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .u_item .img {
    position: relative; }
    .u_item .img img {
      width: 100%;
      aspect-ratio: 1 / 1;
      object-fit: cover;
      vertical-align: bottom; }
    .u_item .img:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0;
      transition: all 0.3s ease; }
  .u_item .meta {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-top: 18px; }
    .u_item .meta .name {
      max-width: 60%; }
    .u_item .meta .info {
      margin-top: 2px; }
  .u_item .name {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.25;
    position: relative; }
    .u_item .name .verified {
      position: relative; }
      .u_item .name .verified:after {
        content: "";
        background: url("../images/icon/verified.svg") no-repeat;
        background-size: contain;
        width: 16px;
        height: 16px;
        position: absolute;
        top: 7px;
        margin-left: 8px; }
  .u_item .info {
    display: flex;
    align-items: center;
    font-size: 0.875rem; }
    .u_item .info i {
      width: 24px;
      height: 24px;
      margin-right: 4px; }
  .u_item .fortune_telling i {
    content: url("../images/icon/fortune.svg"); }
  .u_item .area i {
    content: url("../images/icon/area.svg"); }
  .u_item .comment i {
    content: url("../images/icon/comment.svg");
    width: 20px;
    height: 20px; }
  .u_item .like i {
    content: url("../images/icon/heart-p.svg");
    width: 20px;
    height: 20px; }
  .u_item .profile {
    margin-top: 10px; }
    .u_item .profile p {
      font-size: 1rem;
      line-height: 1.5;
      padding: 0; }
      @media screen and (max-width: 812px) {
        .u_item .profile p {
          font-size: 0.875rem; } }
  .u_item.boom_item {
    color: #AC9D20; }
    .u_item.boom_item .img {
      border: 4px solid #AC9D20; }
    .u_item.boom_item .fortune_telling i {
      content: url(../images/icon/fortune-g.svg); }
    .u_item.boom_item .area i {
      content: url(../images/icon/area-g.svg); }

.list_display .u_item {
  background: #F7F7F7;
  padding: 30px;
  clear: both; }
  @media screen and (max-width: 812px) {
    .list_display .u_item {
      padding: 20px; } }
  .list_display .u_item .img {
    float: left;
    width: 38.8%;
    max-width: 240px; }
    @media screen and (max-width: 812px) {
      .list_display .u_item .img {
        width: 34%; } }
  .list_display .u_item .meta {
    float: right;
    width: 61.2%;
    padding-left: 30px;
    margin-top: 0; }
    @media screen and (max-width: 812px) {
      .list_display .u_item .meta {
        width: 66%;
        padding-left: 20px; } }
    .list_display .u_item .meta .name {
      width: calc(100% - 100px);
      max-width: none; }
      @media screen and (max-width: 812px) {
        .list_display .u_item .meta .name {
          font-size: 1.25rem;
          width: calc(100% - 40px); } }
    .list_display .u_item .meta .links {
      display: flex;
      position: relative; }
      .list_display .u_item .meta .links .favorite, .list_display .u_item .meta .links .share {
        width: 40px;
        height: 40px; }
        .list_display .u_item .meta .links .favorite button, .list_display .u_item .meta .links .favorite a, .list_display .u_item .meta .links .share button, .list_display .u_item .meta .links .share a {
          width: 40px;
          height: 40px;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 50%;
          position: relative;
          cursor: pointer;
          transition: all 0.3s ease;
          z-index: 1; }
          .list_display .u_item .meta .links .favorite button:hover, .list_display .u_item .meta .links .favorite a:hover, .list_display .u_item .meta .links .share button:hover, .list_display .u_item .meta .links .share a:hover {
            transform: scale(1.05, 1.05); }
      .list_display .u_item .meta .links .favorite button {
        background: #CCCCCC; }
        .list_display .u_item .meta .links .favorite button.like {
          background: #E31F79; }
      .list_display .u_item .meta .links .favorite img {
        width: 20px; }
      .list_display .u_item .meta .links .share {
        margin-left: 8px; }
        .list_display .u_item .meta .links .share button {
          background: #333333; }
        .list_display .u_item .meta .links .share img {
          width: 20px;
          pointer-events: none; }
    .list_display .u_item .meta.ranking_block {
      flex-direction: column;
      margin-top: 26px; }
      @media screen and (max-width: 812px) {
        .list_display .u_item .meta.ranking_block {
          margin-top: 20px; } }
    .list_display .u_item .meta.num_block, .list_display .u_item .meta.info_block {
      flex-direction: column;
      margin-top: 30px; }
      .list_display .u_item .meta.num_block i, .list_display .u_item .meta.info_block i {
        margin-right: 4px; }
    @media screen and (max-width: 812px) {
      .list_display .u_item .meta.info_block {
        width: 100%;
        background: #F2F2F2;
        flex-direction: row;
        justify-content: flex-start;
        padding: 10px;
        margin-top: 20px; } }
    @media screen and (max-width: 812px) {
      .list_display .u_item .meta.info_block .info {
        margin-top: 0;
        align-items: flex-start; }
        .list_display .u_item .meta.info_block .info.fortune_telling {
          white-space: nowrap; }
          .list_display .u_item .meta.info_block .info.fortune_telling i {
            position: relative;
            top: -2px; } }
    .list_display .u_item .meta.info_block .info:not(:first-child) {
      margin-top: 10px; }
      @media screen and (max-width: 812px) {
        .list_display .u_item .meta.info_block .info:not(:first-child) {
          margin-top: 0;
          margin-left: 10px; } }
    .list_display .u_item .meta .info {
      font-size: 1rem;
      line-height: 1.5; }
      @media screen and (max-width: 812px) {
        .list_display .u_item .meta .info {
          font-size: 0.875rem; } }
  .list_display .u_item .profile {
    clear: both;
    width: 100%;
    padding-left: 0;
    margin: 0;
    overflow: hidden; }
    .list_display .u_item .profile:has(p) {
      padding-top: 30px; }
      @media screen and (max-width: 812px) {
        .list_display .u_item .profile:has(p) {
          padding-top: 20px; } }
    .list_display .u_item .profile:has(ul) {
      padding-top: 30px; }
      @media screen and (max-width: 812px) {
        .list_display .u_item .profile:has(ul) {
          padding-top: 20px; } }
      .list_display .u_item .profile:has(ul) li {
        line-height: 1.5; }
        .list_display .u_item .profile:has(ul) li:not(:first-child) {
          margin-top: 10px; }
          @media screen and (max-width: 812px) {
            .list_display .u_item .profile:has(ul) li:not(:first-child) {
              margin-top: 9px; } }
  .list_display .u_item.boom_item {
    background: #EDEBDF; }
    .list_display .u_item.boom_item .meta .links .favorite button {
      background: #AC9D20; }
      .list_display .u_item.boom_item .meta .links .favorite button.like {
        background: #E31F79; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.shareWrap {
  padding: 10px;
  border-radius: 60px;
  position: absolute;
  top: -40px;
  right: 5px;
  background: #FFF;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 1;
  visibility: hidden;
  opacity: 0; }
  .shareWrap ul {
    display: flex; }
  .shareWrap li {
    opacity: 0;
    transition: all 0.3s ease;
    transform: scale(0.5, 0.5); }
    .shareWrap li:not(:last-child) {
      margin-right: 14px !important; }
    .shareWrap li img {
      transition: all 0.3s ease; }
    .shareWrap li a {
      position: relative; }
    .shareWrap li:hover img {
      transform: scale(1.15, 1.15); }
  .shareWrap.show {
    visibility: visible;
    animation: fadeIn 0.3s ease 0s forwards; }
    .shareWrap.show li {
      opacity: 1;
      transition-delay: 0.05s;
      transform: scale(1, 1); }
  @media screen and (max-width: 812px) {
    .shareWrap {
      top: -125px;
      right: -10px; } }

#copyButton {
  position: relative;
  background: transparent; }
  #copyButton:before {
    content: "";
    background: url(../images/icon/circle-checked.svg) center/contain no-repeat;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transform: scale(0, 0) rotate(180deg);
    transition: all 0.3s ease; }
  #copyButton.copy-success:before {
    visibility: visible;
    opacity: 1;
    transform: scale(1, 1) rotate(0deg);
    transition: all 0.3s ease; }

/* wrapper */
section {
  padding: 100px 0;
  /*仮*/ }

.section02 {
  padding: 60px 0; }

.baseWrap {
  width: min(calc(100% - 40px), 1040px);
  padding: 0;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 812px) {
    .baseWrap {
      width: calc(100% - 40px); } }

.wideWrap {
  width: min(calc(100% - 40px), 960px);
  padding: 0;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 812px) {
    .wideWrap {
      width: calc(100% - 40px); } }

.middleWrap {
  width: min(calc(100% - 40px), 730px);
  padding: 0;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 812px) {
    .middleWrap {
      width: calc(100% - 40px); } }

.narrowWrap {
  width: min(100%, 480px);
  padding: 0;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 812px) {
    .narrowWrap {
      width: 100%; } }

.flexWrap {
  display: flex;
  flex-wrap: wrap; }
  .flexWrap.col5 {
    margin-inline: -10px; }
    @media screen and (max-width: 812px) {
      .flexWrap.col5 {
        margin-inline: auto; } }
    .flexWrap.col5 .block {
      width: calc(20% - 20px);
      margin: 0 10px; }
      @media screen and (max-width: 812px) {
        .flexWrap.col5 .block {
          width: 100%;
          margin-inline: auto; }
          .flexWrap.col5 .block:not(:first-child) {
            margin-top: 40px; }
          .flexWrap.col5 .block.num_block {
            width: min(100%, 400px); } }

.oneColumn_wrapper {
  padding: 40px 0 80px; }
  @media screen and (max-width: 812px) {
    .oneColumn_wrapper {
      padding: 0; } }

.twoColumn_wrapper {
  padding: 40px 0 80px; }
  @media screen and (max-width: 812px) {
    .twoColumn_wrapper {
      padding: 0; } }

.a_wrapper .flexWrap {
  align-items: flex-start;
  justify-content: space-between; }
  @media screen and (max-width: 812px) {
    .a_wrapper .flexWrap {
      display: block; } }
  .a_wrapper .flexWrap .wrap {
    width: min(calc(50% - 20px), 460px); }
    @media screen and (max-width: 812px) {
      .a_wrapper .flexWrap .wrap {
        width: 100%; }
        .a_wrapper .flexWrap .wrap:not(:first-child) {
          margin-top: 20px; } }
.a_wrapper .notes {
  margin-top: 30px; }
  @media screen and (max-width: 812px) {
    .a_wrapper .notes {
      margin-top: 20px; } }
.a_wrapper .btnWrap {
  margin-top: 30px; }
.a_wrapper form .btnWrap {
  margin-top: 20px; }

.m_wrapper {
  margin-top: 40px; }
  @media screen and (max-width: 812px) {
    .m_wrapper {
      margin-top: 20px; } }
  .m_wrapper .flexWrap {
    justify-content: space-between; }

.m_column {
  width: min(calc(70% - 40px), 680px); }
  @media screen and (max-width: 812px) {
    .m_column {
      width: 100%; } }
  .m_column .list_u_item {
    margin-top: 20px; }
    @media screen and (max-width: 812px) {
      .m_column .list_u_item {
        margin-top: 30px; } }
    .m_column .list_u_item .u_item:not(:first-child) {
      margin-top: 40px; }
      @media screen and (max-width: 812px) {
        .m_column .list_u_item .u_item:not(:first-child) {
          margin-top: 30px; } }

.side_column {
  width: min(31%, 320px); }
  @media screen and (max-width: 812px) {
    .side_column {
      display: none;
      visibility: hidden; } }
  .side_column .s_column_tit {
    margin-top: 40px; }
  .side_column .list_display {
    margin-top: 30px; }
    .side_column .list_display .u_item {
      background: none;
      padding: 0;
      margin: 0; }
      .side_column .list_display .u_item:not(:first-child) {
        margin-top: 40px; }
      .side_column .list_display .u_item:nth-child(-n+3):before, .side_column .list_display .u_item:before {
        width: 30px;
        height: 30px;
        font-size: 1.5rem;
        line-height: 30px; }
      .side_column .list_display .u_item:nth-child(-n+3):after {
        display: none; }
      .side_column .list_display .u_item .img {
        float: left;
        width: 32%;
        max-width: 100px; }
      .side_column .list_display .u_item .meta {
        float: right;
        width: 68%;
        padding-left: 10px;
        margin-top: 0; }
        .side_column .list_display .u_item .meta .name {
          font-size: 1.125rem;
          width: 100%; }
        .side_column .list_display .u_item .meta.info_block {
          margin-top: 10px; }
          .side_column .list_display .u_item .meta.info_block i {
            margin-right: 4px; }
          .side_column .list_display .u_item .meta.info_block .info:not(:first-child) {
            margin-top: 10px; }
        .side_column .list_display .u_item .meta .info {
          font-size: 0.875rem;
          line-height: 1.5; }
      .side_column .list_display .u_item .profile {
        padding-top: 10px; }
        .side_column .list_display .u_item .profile p {
          font-size: 0.875rem; }
  .side_column .boom .section_titWrap .section_tit {
    font-size: 1.5rem;
    text-align: center; }
  .side_column .boom .section_titWrap p {
    font-size: 0.875rem;
    text-align: left; }
  .side_column .boom .u_item {
    margin-top: 6px; }

.s_column_tit {
  display: flex;
  align-items: baseline;
  padding-bottom: 14px;
  border-bottom: 4px solid; }
  .s_column_tit .tit {
    font-size: 1.5rem; }
  .s_column_tit span {
    font-size: 0.875rem; }

.wrap_primary {
  padding: 40px;
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 812px) {
    .wrap_primary {
      padding: 30px 20px 20px; } }
  .wrap_primary .tit {
    width: 100%;
    text-align: center;
    position: relative; }
    .wrap_primary .tit:before, .wrap_primary .tit:after {
      content: "";
      background: #333333;
      width: 40px;
      height: 4px;
      display: block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
      @media screen and (max-width: 812px) {
        .wrap_primary .tit:before, .wrap_primary .tit:after {
          display: none; } }
    .wrap_primary .tit:before {
      left: 0; }
    .wrap_primary .tit:after {
      right: 0; }
    .wrap_primary .tit span {
      width: -moz-fit-content;
      width: fit-content;
      font-size: 1.875rem;
      background: #F7F7F7;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 812px) {
        .wrap_primary .tit span {
          background: none;
          line-height: 1.45; } }
  .wrap_primary .txt {
    text-align: center;
    line-height: 1.5;
    padding: 0 0 2.5em;
    margin-top: 20px; }
    @media screen and (max-width: 812px) {
      .wrap_primary .txt {
        text-align: left;
        padding: 0 0 20px; } }
  .wrap_primary .btnWrap {
    margin-top: auto; }

.wrap_secondary {
  padding: 30px; }
  @media screen and (max-width: 812px) {
    .wrap_secondary {
      padding: 24px 20px 20px; } }

.wrap_border {
  border: 1px solid #CCCCCC; }

@media screen and (max-width: 812px) {
  .search_conditions_wrap {
    margin: 0 -20px; } }
.search_conditions_wrap .inner {
  padding: 30px; }
  @media screen and (max-width: 812px) {
    .search_conditions_wrap .inner {
      padding: 20px; } }
.search_conditions_wrap dl {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap; }
  .search_conditions_wrap dl:not(:first-child) {
    margin: 30px 0 0; }
  .search_conditions_wrap dl .keyword_search {
    width: calc(100% - 160px); }
    @media screen and (max-width: 812px) {
      .search_conditions_wrap dl .keyword_search {
        width: calc(100% - 140px); } }
    .search_conditions_wrap dl .keyword_search ::placeholder {
      color: #AAAAAA; }
    .search_conditions_wrap dl .keyword_search:before {
      width: 22px;
      height: 22px;
      background-size: 100%;
      top: 9px;
      right: 9px; }
    .search_conditions_wrap dl .keyword_search input {
      width: calc(100% - 40px);
      height: 40px;
      padding: .8em 1.25em .8em .8em; }
      @media screen and (max-width: 812px) {
        .search_conditions_wrap dl .keyword_search input {
          padding: 0.8em 0.5em 0.8em 0.5em; } }
    .search_conditions_wrap dl .keyword_search input[type=submit] {
      width: 40px; }
.search_conditions_wrap .tit {
  width: 160px;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  line-height: 1.5;
  padding-left: 30px; }
  @media screen and (max-width: 812px) {
    .search_conditions_wrap .tit {
      width: 140px;
      font-size: 0.875rem; } }
  .search_conditions_wrap .tit.icon:before {
    position: absolute;
    top: 0;
    left: 0; }
.search_conditions_wrap .conditions {
  width: calc(100% - 160px);
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 812px) {
    .search_conditions_wrap .conditions {
      width: calc(100% - 140px); } }
  .search_conditions_wrap .conditions .contents {
    font-size: 1rem;
    line-height: 1.5; }
    @media screen and (max-width: 812px) {
      .search_conditions_wrap .conditions .contents {
        font-size: 0.875rem; } }
  .search_conditions_wrap .conditions .change a {
    font-weight: 700;
    line-height: 1.5;
    min-width: 40px;
    text-align: right; }
    @media screen and (max-width: 812px) {
      .search_conditions_wrap .conditions .change a {
        font-size: 0.875rem; } }

.search_conditions_bottom {
  text-align: right;
  margin-top: -28px; }
  @media screen and (max-width: 812px) {
    .search_conditions_bottom {
      margin-top: 10px; } }
  .search_conditions_bottom .results_num small {
    font-size: 0.875rem; }
  .search_conditions_bottom .results_num span {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 1.875rem;
    font-weight: 700;
    font-style: italic;
    margin: 0 10px; }
    @media screen and (max-width: 812px) {
      .search_conditions_bottom .results_num span {
        font-size: 1.25rem;
        font-style: normal; } }
  .search_conditions_bottom .results_pages {
    margin-top: 14px; }
    @media screen and (max-width: 812px) {
      .search_conditions_bottom .results_pages {
        font-size: 0.875rem; } }

.pagenavi {
  display: flex;
  justify-content: end; }
  .pagenavi a, .pagenavi span {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    color: #FFF;
    width: 30px;
    height: 30px;
    background: #333333;
    display: flex;
    align-items: center;
    justify-content: center; }
    .pagenavi a:hover, .pagenavi span:hover {
      background: #AAAAAA; }
  .pagenavi .current {
    color: #333333;
    background: #FFF;
    pointer-events: none; }
  .pagenavi i:before {
    content: "";
    height: 12px !important; }
  .pagenavi .icon.angle-left-double:before {
    background: url("../images/icon/angle-left-double-w.svg") center/contain no-repeat; }
  .pagenavi .icon.angle-left:before {
    background: url("../images/icon/angle-left-w.svg") center/contain no-repeat; }
  .pagenavi .icon.angle-right-double:before {
    background: url("../images/icon/angle-right-double-w.svg") center/contain no-repeat; }
  .pagenavi .icon.angle-right:before {
    background: url("../images/icon/angle-right-w.svg") center/contain no-repeat; }

.pagenavi.m_column_top {
  margin-top: 40px; }
  @media screen and (max-width: 812px) {
    .pagenavi.m_column_top {
      display: none;
      visibility: hidden; } }

.pagenavi.m_column_bottom {
  margin-top: 20px; }
  @media screen and (max-width: 812px) {
    .pagenavi.m_column_bottom {
      display: none;
      visibility: hidden; } }

.pagenavi_secondary {
  text-align: center;
  margin: 20px auto; }
  .pagenavi_secondary .current {
    font-size: 0.875rem; }
  .pagenavi_secondary a {
    font-size: 0.875rem; }
  .pagenavi_secondary i {
    position: relative;
    top: 1px; }
  .pagenavi_secondary i.angle-left {
    margin-right: 10px; }
  .pagenavi_secondary i.angle-right {
    margin-left: 10px; }

/* list */
.hashtagWrap ul.list_hashtag {
  font-size: 0; }
  .hashtagWrap ul.list_hashtag li {
    display: inline-block;
    margin-top: 14px; }
    .hashtagWrap ul.list_hashtag li:not(:last-child) {
      margin-right: 20px; }
    .hashtagWrap ul.list_hashtag li a {
      position: relative;
      font-size: 0.875rem; }
    .hashtagWrap ul.list_hashtag li a, .hashtagWrap ul.list_hashtag li span {
      color: #333333;
      border-color: #333333; }
      .hashtagWrap ul.list_hashtag li a:before, .hashtagWrap ul.list_hashtag li span:before {
        content: "#"; }

ul.list_sns {
  font-size: 0; }
  ul.list_sns li {
    display: inline-block; }
    ul.list_sns li:not(:last-child) {
      margin-right: 20px; }
  ul.list_sns img {
    width: 40px; }

ul.list_wideColumn {
  font-size: 0; }
  ul.list_wideColumn li {
    width: 100%; }
    ul.list_wideColumn li:not(:first-child) {
      margin-top: 20px; }
  ul.list_wideColumn a {
    font-size: 0.875rem;
    display: block;
    width: 100%; }
  ul.list_wideColumn .angle-right:before {
    position: absolute;
    left: unset;
    right: 0; }

/* FORM */
form label {
  font-size: 1rem;
  font-weight: bold; }

input[type=text],
input[type=url],
input[type=tel],
input[type=email],
input[type=password],
select,
textarea {
  font-size: 1rem;
  background-color: #F7F7F7;
  width: 100%;
  height: 60px;
  padding: 1em 1.1em; }
  @media screen and (max-width: 812px) {
    input[type=text],
    input[type=url],
    input[type=tel],
    input[type=email],
    input[type=password],
    select,
    textarea {
      padding: 0.8em; } }

textarea {
  height: auto; }

.bg_g > form input[type=text],
.bg_g > form input[type=url],
.bg_g > form input[type=tel],
.bg_g > form input[type=email],
.bg_g > form input[type=password],
.bg_g > form select,
.bg_g > form textarea {
  background-color: #FFF; }

.bg_w > form input[type=text],
.bg_w > form input[type=url],
.bg_w > form input[type=tel],
.bg_w > form input[type=email],
.bg_w > form input[type=password],
.bg_w > form select,
.bg_w > form textarea {
  background-color: #F7F7F7; }

input[type=checkbox] {
  background-color: #EEEEEE; }

input:read-only {
  background: #DDDDDD; }

input:-moz-read-only {
  background: #DDDDDD; }

textarea {
  max-height: none;
  max-width: 100%;
  min-width: 100%; }

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0; }

::placeholder {
  color: #333333;
  font-size: 0.875rem;
  font-weight: 400; }

input:focus::-webkit-input-placeholder {
  color: transparent; }
input:focus::-moz-placeholder {
  color: transparent; }
input:focus::-ms-input-placeholder {
  color: transparent; }
input:focus::placeholder {
  color: transparent; }

button, select {
  text-transform: none; }

button, input, optgroup, select, textarea {
  font-size: 100%;
  line-height: 1.6;
  margin: 0; }

.control {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 2;
  display: inline-block;
  position: relative;
  padding-left: 40px;
  cursor: pointer; }
  .control.control--checkbox {
    margin-top: 21px; }
  .control.control--radio {
    margin-top: 21px; }

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.control input:checked ~ .control__indicator:after {
  transform: scale(1); }

.control__indicator {
  position: absolute;
  left: 0;
  background: #FFF;
  border: 1px solid #DDDDDD; }
  .control__indicator::after {
    content: '';
    position: absolute;
    transform: scale(0);
    transition: all 0.1s ease; }

.control--checkbox input:checked ~ .control__indicator {
  background: #FFF; }
.control--checkbox .control__indicator {
  top: 0px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center; }
.control--checkbox .control__indicator:after {
  content: "";
  background: url("../images/icon/checked.svg") center no-repeat;
  width: 16px;
  height: 16px; }

.control--radio .control__indicator {
  border-radius: 50%;
  top: -4px;
  height: 30px;
  width: 30px; }
.control--radio .control__indicator:after {
  top: 9px;
  left: 9px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #333333; }

.select {
  font-size: 0.875rem;
  position: relative;
  display: inline-block;
  width: 100%; }
  .select:before {
    content: "";
    background: url(../images/icon/angle-bottom.svg) center/contain no-repeat;
    width: 14px;
    height: 8px;
    display: block;
    position: absolute;
    right: 20px;
    top: 25px;
    pointer-events: none; }
    @media screen and (max-width: 812px) {
      .select:before {
        right: 20px; } }
  .select select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 1.2rem 1em;
    max-height: 60px;
    outline: 0;
    border: 0;
    color: #333333;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; }
    .select select:before {
      content: "";
      background: url(../images/icon/angle-bottom.svg) center/contain no-repeat;
      width: 14px;
      height: 8px;
      display: block;
      position: absolute;
      right: 20px;
      top: 25px;
      pointer-events: none; }
      @media screen and (max-width: 812px) {
        .select select:before {
          right: 20px; } }

.keyword_search {
  position: relative;
  overflow: hidden;
  clear: both;
  width: 100%; }
  .keyword_search::before {
    content: "";
    display: block;
    background: url(../images/icon/search-w.svg) no-repeat center;
    background-size: 100%;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 17px;
    right: 17px;
    pointer-events: none;
    z-index: 1; }
    @media screen and (max-width: 812px) {
      .keyword_search::before {
        width: 22px;
        height: 22px;
        background-size: 100%;
        top: 9px;
        right: 9px; } }
  .keyword_search input {
    border: 1px solid #FFF;
    height: 60px; }
    @media screen and (max-width: 812px) {
      .keyword_search input {
        height: 40px; } }
  .keyword_search input[type=text] {
    border-right: none;
    font-size: 1rem;
    width: calc(100% - 60px);
    line-height: 1;
    padding: 29px 1em 29px 1em;
    border: 1px solid #FFF;
    background-color: #FFF;
    float: left; }
    @media screen and (max-width: 812px) {
      .keyword_search input[type=text] {
        width: calc(100% - 40px);
        background-color: #FFF;
        padding: .8em 1.25em .8em .8em; } }
  .keyword_search input[type=submit] {
    border-left: none;
    color: #FFF;
    border: 1px solid #333333;
    background-color: #333333;
    width: 60px;
    font-weight: bold;
    clear: left;
    display: inline;
    text-indent: -9999px; }
    @media screen and (max-width: 812px) {
      .keyword_search input[type=submit] {
        width: 40px;
        height: 40px;
        position: relative; } }

.error-characterLimit {
  font-size: 0.875rem;
  font-weight: 700;
  color: #E34E23;
  margin-top: 20px; }

.form_block .tit {
  font-size: 1.25rem;
  line-height: 1.45;
  text-align: center; }
.form_block .sub_tit {
  font-size: 1rem; }
.form_block hr {
  width: 100%;
  height: 4px;
  background: #FFF;
  margin-top: 30px; }
.form_block .item:not(:first-child) {
  margin-top: 20px; }
.form_block .formWrap {
  margin-top: 20px; }

.form_back {
  margin-top: 30px; }
  .form_back a {
    text-decoration: underline; }

ul.list_wideColumn.check_a li {
  margin-top: 0; }
ul.list_wideColumn.check_a label {
  width: 100%; }
  ul.list_wideColumn.check_a label a {
    display: inline-block; }
    ul.list_wideColumn.check_a label a:hover {
      text-decoration: underline; }

input:disabled {
  background: #CCCCCC !important;
  cursor: not-allowed !important; }

/*------------------------------------------------------------------

HEADER 

--------------------------------------------------------------------*/
header {
  background: #FFF;
  width: 100%;
  height: 100px;
  padding: 24px 0 28px;
  position: sticky;
  top: 0;
  z-index: 2; }
  @media screen and (max-width: 812px) {
    header {
      padding: 24px 0 0; } }
  header > .baseWrap {
    position: relative; }
    @media screen and (max-width: 812px) {
      header > .baseWrap {
        border-bottom: 4px solid;
        padding: 0 0 23px; } }

#h_nav {
  position: absolute;
  top: 15px;
  right: 0; }
  #h_nav ul li {
    display: inline-block;
    margin-left: 20px; }
    #h_nav ul li a {
      font-size: 0.875rem;
      font-weight: 700; }
  @media screen and (max-width: 812px) {
    #h_nav {
      display: none; } }

#myaccount {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 1; }
  @media screen and (max-width: 812px) {
    #myaccount {
      display: none;
      visibility: hidden; } }

.account_meta .inner {
  width: 100%;
  background: #F7F7F7;
  padding: 20px;
  position: relative;
  z-index: 1; }
  .account_meta .inner ul {
    display: flex;
    align-items: center; }
    .account_meta .inner ul li:not(:last-child) {
      margin-right: 20px; }
.account_meta .h_notification {
  width: 30px;
  position: relative; }
  .account_meta .h_notification span {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 0.75rem;
    font-weight: 700;
    color: #FFF;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #E34E23;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: -7px; }
.account_meta .h_icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden; }
  .account_meta .h_icon img {
    width: 100%;
    object-fit: cover; }
.account_meta .h_info {
  display: flex;
  flex-direction: column; }
  .account_meta .h_info .h_name {
    font-size: 1.125rem;
    font-weight: 700;
    display: flex;
    align-items: center; }
    .account_meta .h_info .h_name span {
      width: 14px;
      height: 8px;
      position: relative;
      margin-left: 10px;
      transition: all 0.3s ease; }
      .account_meta .h_info .h_name span:before {
        content: "";
        background: url(../images/icon/angle-bottom.svg) center/contain no-repeat;
        width: 14px;
        height: 8px;
        display: block; }
  .account_meta .h_info .h_membership span {
    font-size: 0.625rem;
    border: 1px solid;
    border-radius: 2px;
    padding: 4px 5px 5px;
    margin-top: 12px;
    display: inline-block; }
    .account_meta .h_info .h_membership span.paid {
      background: #C1AB05;
      border-color: #C1AB05;
      color: #FFF; }

#myaccount.open #mymenu {
  visibility: visible;
  top: 100px; }
#myaccount.open .h_info .h_name span {
  transform: rotate(180deg); }

#mymenu {
  width: 100%;
  background: #F7F7F7;
  padding: 10px 44px 40px;
  position: absolute;
  top: -300px;
  right: 0;
  z-index: 0;
  border-radius: 0 0 0 10px;
  visibility: hidden;
  transition: all 0.3s ease; }
  #mymenu > ul {
    display: flex;
    flex-direction: column; }
    #mymenu > ul li {
      text-align: right;
      font-size: 0.875rem;
      font-weight: 700;
      margin-top: 33px; }

header.h_mypage {
  background: #EEEEEE; }
  header.h_mypage #myaccount .inner {
    background: #FFF; }
  header.h_mypage #mymenu {
    background: #FFF; }

#h_menu_open {
  display: none;
  visibility: hidden;
  position: absolute;
  right: 0;
  width: 40px;
  height: 26px;
  cursor: pointer;
  z-index: 100; }
  @media screen and (max-width: 812px) {
    #h_menu_open {
      display: block;
      visibility: visible;
      position: fixed;
      top: 20px;
      right: 20px; } }
  #h_menu_open span {
    display: inline-block;
    position: absolute;
    height: 2px;
    border-radius: 20px;
    background: #333333;
    width: 40px;
    transition: all 0.3s ease; }
  #h_menu_open span:nth-of-type(1) {
    top: 0; }
  #h_menu_open span:nth-of-type(2) {
    top: 13px; }
  #h_menu_open span:nth-of-type(3) {
    top: 26px; }
  #h_menu_open:hover span:nth-of-type(1) {
    top: 2px; }
  #h_menu_open:hover span:nth-of-type(3) {
    top: 24px; }
  #h_menu_open.active span:nth-of-type(1) {
    top: 7px;
    transform: translateY(8px) rotate(-45deg); }
  #h_menu_open.active span:nth-of-type(2) {
    opacity: 0;
    transform: scale(0); }
  #h_menu_open.active span:nth-of-type(3) {
    top: 23px;
    transform: translateY(-8px) rotate(45deg); }

#h_menu_wrap {
  visibility: hidden;
  position: fixed;
  top: 104px;
  right: -100vw;
  width: 100%;
  background: #FFF;
  height: 100vh;
  overflow-y: scroll;
  transition: all 0.5s ease; }
  #h_menu_wrap::-webkit-scrollbar {
    display: none; }
  #h_menu_wrap.open {
    visibility: visible;
    right: 0; }
  #h_menu_wrap .inner {
    padding-bottom: 250px; }
  #h_menu_wrap .h_menu_tit {
    font-size: 1.25rem;
    text-align: center; }
  #h_menu_wrap .h_menu_block {
    background: #F7F7F7;
    padding: 20px;
    margin-top: 20px; }
    #h_menu_wrap .h_menu_block ul li {
      position: relative;
      padding-top: 20px;
      margin-bottom: 20px; }
      #h_menu_wrap .h_menu_block ul li:not(:first-child) {
        border-top: 4px solid #FFF; }
      #h_menu_wrap .h_menu_block ul li:last-child {
        margin-bottom: 0; }
  #h_menu_wrap a {
    font-size: 0.875rem;
    font-weight: 700; }
    #h_menu_wrap a.icon {
      position: relative; }
      #h_menu_wrap a.icon.area, #h_menu_wrap a.icon.fortune {
        padding-left: 36px; }
      #h_menu_wrap a.icon.area:before, #h_menu_wrap a.icon.fortune:before {
        position: absolute;
        left: 0;
        top: -3px; }
      #h_menu_wrap a.icon.angle-right {
        padding-left: 21px; }
      #h_menu_wrap a.icon.angle-right:before {
        position: absolute;
        left: 0;
        top: 3px; }
  #h_menu_wrap p {
    font-size: 0.875rem;
    margin-top: 20px; }
  #h_menu_wrap .btnWrap {
    margin: 26px -20px 0; }
    #h_menu_wrap .btnWrap a {
      font-size: 1.125rem;
      font-weight: 700; }
  #h_menu_wrap .sitemenu ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7.5px; }
    #h_menu_wrap .sitemenu ul li {
      width: calc(50% - 15px);
      text-align: center;
      border-bottom: 4px solid;
      padding-bottom: 14px;
      margin: 30px 7.5px 0; }
  #h_menu_wrap .account_meta {
    padding-bottom: 20px;
    border-bottom: 4px solid #FFF; }
    #h_menu_wrap .account_meta ul.h_myaccount_ul {
      display: flex;
      align-items: center; }
      #h_menu_wrap .account_meta ul.h_myaccount_ul li {
        padding: 0;
        margin: 0;
        border: none; }
        #h_menu_wrap .account_meta ul.h_myaccount_ul li:not(:last-child) {
          margin-right: 20px; }

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed; }
  body.fixed header {
    position: fixed; }
  body.fixed main {
    margin-top: 100px; }
    @media screen and (max-width: 812px) {
      body.fixed main {
        margin-top: 115px; } }

.current_vote_count {
  background: #FAEB34;
  padding: 20px 20px 26px;
  border-radius: 0 0 10px 10px;
  display: none; /* flex; */
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 220px;
  position: fixed;
  top: 0; }
  @media screen and (max-width: 812px) {
    .current_vote_count {
      display: none; } }
  .current_vote_count .head {
    font-size: 1.25rem;
    font-weight: 700; }
  .current_vote_count .unm_vote {
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 10px; }
    .current_vote_count .unm_vote span {
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      font-weight: 900;
      font-style: italic;
      font-size: 2.3125rem;
      color: #E31F79;
      margin-right: 8px; }
  .current_vote_count .unm_registrations {
    color: #A3750D;
    font-size: 1rem;
    font-weight: 700;
    margin-top: 10px; }
  @media screen and (max-width: 812px) {
    .current_vote_count.nopc {
      display: none; /* block; */
      position: relative;
      width: calc(100% - 40px);
      text-align: center;
      padding: 7px 10px 16px;
      margin: auto; }
      .current_vote_count.nopc .head {
        display: none; /* inline; */ }
      .current_vote_count.nopc .unm_vote {
        display: none; /* inline; */ }
      .current_vote_count.nopc .unm_registrations {
        font-size: 1rem; } }

/*------------------------------------------------------------------

FOOTER 

--------------------------------------------------------------------*/
footer {
  background: #FFF;
  text-align: center;
  padding: 100px 0 60px; }
  @media screen and (max-width: 812px) {
    footer {
      padding: 43px 0 45px;
      max-height: 100px; }
      footer .site_tit {
        display: none;
        visibility: hidden; } }
  footer ul {
    margin-top: 20px; }
    @media screen and (max-width: 812px) {
      footer ul {
        display: none;
        visibility: hidden; } }
    footer ul li {
      display: inline-block; }
      footer ul li:not(:last-child):after {
        content: " | ";
        margin: auto 2.5px; }
      footer ul li a {
        font-size: 0.875rem; }
  footer .copy {
    margin-top: 20px; }
    @media screen and (max-width: 812px) {
      footer .copy {
        margin: 0; } }

.copy {
  font-size: 0.75rem; }

/*------------------------------------------------------------------

TOP 

--------------------------------------------------------------------*/
.fv {
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease; }
  .fv a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .fv img {
    vertical-align: bottom; }
  .fv img.fv_img {
    width: 100%; }
  .fv .fv_vote {
    width: 12.9vw;
    position: absolute;
    right: 17vw;
    bottom: 5vw;
    pointer-events: none; }
    @media screen and (max-width: 812px) {
      .fv .fv_vote {
        width: 21.35vw;
        right: 4px;
        bottom: 10px; } }
    .fv .fv_vote span {
      display: inline-block;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden; }
      .fv .fv_vote span:before {
        content: "";
        background: url("../images/bnr/vote.png") center/100% no-repeat;
        display: block;
        width: 12.9vw;
        aspect-ratio: 1 / 1.25;
        position: absolute;
        right: 10px;
        bottom: 10px;
        z-index: 1;
        transition: all 0.3s ease; }
        @media screen and (max-width: 812px) {
          .fv .fv_vote span:before {
            width: 21.35vw;
            right: 4px;
            bottom: 4px; } }
      .fv .fv_vote span:after {
        content: "";
        display: block;
        width: 12.9vw;
        aspect-ratio: 1 / 1;
        border-radius: 50%;
        overflow: hidden;
        background: url("../images/bnr/vote-shadow.png") center/100% no-repeat;
        mix-blend-mode: multiply;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 0; }
        @media screen and (max-width: 812px) {
          .fv .fv_vote span:after {
            width: 21.35vw; } }
  .fv:hover .fv_vote span:before {
    background: url("../images/bnr/vote-hover.png") center/100% no-repeat;
    right: 0;
    bottom: 0; }

.top_how {
  margin-top: 40px; }
  .top_how .slider_col3 {
    opacity: 0;
    transition: opacity .3s linear; }
  .top_how .slider_col3.slick-initialized {
    opacity: 1; }
  .top_how .slick-arrow {
    position: absolute;
    bottom: 40px;
    z-index: 1;
    cursor: pointer; }
    .top_how .slick-arrow span {
      display: block;
      width: 12px;
      height: 21px;
      vertical-align: middle;
      transition: all 0.3s ease; }
    .top_how .slick-arrow.slick-arrow-prev {
      left: 0;
      background: url(../images/icon/angle-left-p.svg) center/contain no-repeat; }
      @media screen and (max-width: 812px) {
        .top_how .slick-arrow.slick-arrow-prev {
          left: -10px; } }
    .top_how .slick-arrow.slick-arrow-next {
      right: 0;
      background: url(../images/icon/angle-right-p.svg) center/contain no-repeat; }
      @media screen and (max-width: 812px) {
        .top_how .slick-arrow.slick-arrow-next {
          right: -10px; } }
  .top_how ul {
    padding: 0 25px; }
    @media screen and (max-width: 812px) {
      .top_how ul {
        padding: 0 10px; } }
  .top_how .item {
    position: relative; }
    .top_how .item a {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .top_how .item .inner {
      border-radius: 4px;
      height: 100px;
      padding: 20px 20px 26px;
      display: flex;
      margin: 40px 5px 0;
      transition: all 0.3s ease; }
    .top_how .item .tit {
      font-family: "Lobster", cursive;
      font-weight: 400;
      font-size: 98px;
      position: absolute;
      top: -10px;
      right: 22px;
      transition: all 0.3s ease; }
    .top_how .item .txt {
      color: #FFF;
      font-size: 1.375rem;
      font-weight: 700;
      margin-top: auto; }
    .top_how .item.about .inner {
      background: url(../images/icon/path-about.svg) right 5px bottom 0px/77px 72px no-repeat #E31F79; }
    .top_how .item.about .tit {
      color: #B7296B; }
    .top_how .item.entry .inner {
      background: url(../images/icon/path-entry.svg) right -25px bottom -40px/109px 109px no-repeat #38B4D9; }
    .top_how .item.entry .tit {
      color: #239EC3; }
    .top_how .item.vote .inner {
      background: url(../images/icon/path-vote.svg) right -45px bottom -45px/107px 107px no-repeat #C1AB05; }
    .top_how .item.vote .tit {
      color: #AC9D17; }
    .top_how .item:hover .tit {
      right: 12px; }
    .top_how .item:hover.about .inner {
      background-position: right 5px bottom -20px; }
    .top_how .item:hover.about .tit {
      color: #FDA0B4; }
    .top_how .item:hover.entry .inner {
      background-position: right -25px bottom -75px; }
    .top_how .item:hover.entry .tit {
      color: #89CBDE; }
    .top_how .item:hover.vote .inner {
      background-position: right -45px bottom -65px; }
    .top_how .item:hover.vote .tit {
      color: #E6DD9B; }

.t_keyword_search {
  max-width: 960px;
  padding: 40px;
  margin: 40px auto 0; }
  @media screen and (max-width: 812px) {
    .t_keyword_search {
      padding: 20px 20px 15px; }
      .t_keyword_search ::placeholder {
        color: #AAAAAA; } }
  .t_keyword_search .section_tit {
    text-align: center; }
    @media screen and (max-width: 812px) {
      .t_keyword_search .section_tit {
        font-size: 1.25rem; } }
  .t_keyword_search .inner {
    margin-top: 40px; }
    @media screen and (max-width: 812px) {
      .t_keyword_search .inner {
        margin-top: 20px; } }
  .t_keyword_search .hashtagWrap {
    margin-top: 8px; }
  .t_keyword_search .btnWrap {
    margin-top: 40px; }

.top_boom {
  padding-bottom: 0; }

.boom .section_titWrap {
  text-align: center;
  display: block; }
  .boom .section_titWrap p {
    margin-top: 1rem; }
.boom .flexWrap {
  justify-content: center; }
.boom .list_u_item {
  margin: 28px -20px 0; }
  .boom .list_u_item .u_item {
    width: calc(33.333% - 40px);
    position: relative;
    max-width: 320px;
    margin: 20px; }
    @media screen and (max-width: 812px) {
      .boom .list_u_item .u_item {
        width: 100%;
        max-width: none; } }
.boom .img {
  width: 100%;
  aspect-ratio: 1 / 1; }
  .boom .img:before {
    content: "";
    background: url(../images/icon/frame.svg) center/cover no-repeat;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; }
  .boom .img:after {
    width: 75%;
    height: 75%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1; }
  .boom .img img {
    width: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1; }
.boom .metaWrap {
  width: calc(100% - 60px);
  background: #EDEBDF;
  padding: 55px 20px 25px;
  margin: -60px auto 0;
  position: relative;
  z-index: -1; }
  .boom .metaWrap:before {
    content: "";
    background: url(../images/icon/arrow-diagonal.svg) center/contain no-repeat;
    display: block;
    width: calc(100% - 40px);
    height: auto;
    aspect-ratio: 220 / 124;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1; }
  .boom .metaWrap:after {
    content: "";
    background: url("../images/icon/money.svg") center/contain no-repeat;
    display: block;
    width: 80px;
    height: auto;
    aspect-ratio: 80 / 52;
    position: absolute;
    bottom: 8px;
    right: -22px; }
  @media screen and (max-width: 812px) {
    .boom .metaWrap:before {
      top: unset;
      bottom: 10px;
      height: 80%; } }
  @media screen and (max-width: 500px) {
    .boom .metaWrap:before {
      height: 70%; } }
.boom .meta {
  display: flex;
  flex-direction: column;
  margin-top: 8px; }
  .boom .meta .name {
    max-width: none; }
  .boom .meta .fortune_telling {
    margin-top: 10px; }
  .boom .meta .info {
    font-size: 1rem; }
.boom .ranking_block {
  border-top: 4px solid #C1AB05;
  padding-top: 6px;
  margin-top: 12px; }
  .boom .ranking_block .info {
    margin-top: 10px; }
    .boom .ranking_block .info span {
      font-weight: 700; }

.ranking {
  counter-reset: number 0; }
  .ranking .u_item {
    position: relative;
    max-width: 320px;
    margin: 20px; }
    .ranking .u_item:before {
      content: "";
      font-family: "Lobster", cursive;
      font-weight: 400;
      font-size: 1.5rem;
      color: #FFF;
      text-align: center;
      counter-increment: number 1;
      content: counter(number) " ";
      position: absolute;
      z-index: 1;
      top: -10px;
      left: 10px;
      width: 30px;
      height: 30px;
      line-height: 30px;
      background: #333333; }
    .ranking .u_item:nth-child(-n+3):before {
      width: 62px;
      height: 72px;
      line-height: 67px;
      font-size: 50px; }
    .ranking .u_item:nth-child(-n+3):after {
      content: "";
      position: absolute;
      top: 62px;
      left: 10px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 31px 12px 31px;
      border-color: transparent #333333; }
    .ranking .u_item:nth-child(1):before {
      background: #C1AB05; }
    .ranking .u_item:nth-child(1):after {
      border-color: transparent #C1AB05; }
    .ranking .u_item:nth-child(2):before {
      background: #A3A18F; }
    .ranking .u_item:nth-child(2):after {
      border-color: transparent #A3A18F; }
    .ranking .u_item:nth-child(3):before {
      background: #895C51; }
    .ranking .u_item:nth-child(3):after {
      border-color: transparent #895C51; }
    .ranking .u_item:nth-child(n + 4):before {
      background: #333333; }

@media screen and (max-width: 812px) {
  .all_ranking {
    padding: 28px 0 20px; } }
.all_ranking .list_u_item {
  margin: 22px -20px 0; }
  .all_ranking .list_u_item .u_item {
    position: relative;
    max-width: 320px;
    margin: 20px; }
    @media screen and (max-width: 812px) {
      .all_ranking .list_u_item .u_item {
        max-width: none;
        width: 100%; } }
    .all_ranking .list_u_item .u_item:nth-child(-n+3) {
      width: calc(33.333% - 40px); }
      @media screen and (max-width: 812px) {
        .all_ranking .list_u_item .u_item:nth-child(-n+3) {
          width: 100%; } }
    .all_ranking .list_u_item .u_item:nth-child(n+4) {
      width: calc(50% - 40px);
      max-width: 500px; }
      @media screen and (max-width: 812px) {
        .all_ranking .list_u_item .u_item:nth-child(n+4) {
          width: 100%;
          max-width: none;
          margin-top: 40px; } }
      .all_ranking .list_u_item .u_item:nth-child(n+4) .img {
        width: calc(36% - 20px);
        max-width: 160px;
        position: absolute;
        top: 0; }
        @media screen and (max-width: 812px) {
          .all_ranking .list_u_item .u_item:nth-child(n+4) .img {
            width: 160px;
            float: left;
            position: relative; } }
      .all_ranking .list_u_item .u_item:nth-child(n+4) .meta, .all_ranking .list_u_item .u_item:nth-child(n+4) .profile {
        width: 100%;
        padding-left: 36%; }
        @media screen and (max-width: 812px) {
          .all_ranking .list_u_item .u_item:nth-child(n+4) .meta, .all_ranking .list_u_item .u_item:nth-child(n+4) .profile {
            padding-left: 0; } }
      .all_ranking .list_u_item .u_item:nth-child(n+4) .meta {
        margin-top: 0; }
        @media screen and (max-width: 812px) {
          .all_ranking .list_u_item .u_item:nth-child(n+4) .meta {
            float: right;
            width: calc(100% - 160px);
            flex-direction: column;
            padding-left: 20px; } }
      @media screen and (max-width: 812px) {
        .all_ranking .list_u_item .u_item:nth-child(n+4) .name {
          max-width: none; } }
      @media screen and (max-width: 812px) {
        .all_ranking .list_u_item .u_item:nth-child(n+4) .info {
          margin-top: 12px; } }
      .all_ranking .list_u_item .u_item:nth-child(n+4) .profile {
        margin-top: 20px; }
        @media screen and (max-width: 812px) {
          .all_ranking .list_u_item .u_item:nth-child(n+4) .profile {
            padding-top: 20px;
            padding-left: 0;
            margin: 0;
            overflow: hidden; } }

@media screen and (max-width: 812px) {
  .type_ranking {
    padding: 28px 0 20px; } }
.type_ranking .list_block {
  margin: 32px -5px 0; }
  @media screen and (max-width: 812px) {
    .type_ranking .list_block {
      margin: 20px -5px 0; } }
.type_ranking .block {
  background: #FFF;
  width: min(calc(33.333% - 10px), 340px);
  padding: 22px 20px 30px;
  margin: 5px; }
  @media screen and (max-width: 812px) {
    .type_ranking .block {
      width: 100%;
      max-width: none; }
      .type_ranking .block .section_titWrap .link {
        position: absolute;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0; } }
  .type_ranking .block .section_titWrap .link {
    top: 0; }
  .type_ranking .block .section_tit {
    font-size: 1.25rem; }
.type_ranking .list_u_item {
  flex-wrap: nowrap;
  margin-top: 24px; }
.type_ranking .u_item {
  width: calc(100% / 3);
  margin: 0; }
  .type_ranking .u_item:nth-child(-n+3):before {
    font-size: 16px;
    top: -4px;
    left: 4px;
    width: 20px;
    height: 26px;
    line-height: 24px; }
  .type_ranking .u_item:nth-child(-n+3):after {
    top: 22px;
    left: 4px;
    border-width: 0 10px 3px 10px; }
  .type_ranking .u_item .img img {
    aspect-ratio: 1 / 1.76;
    object-fit: cover; }
  .type_ranking .u_item .name {
    font-size: 0.875rem;
    font-weight: 400;
    padding-right: .8em;
    margin-top: 8px; }
    .type_ranking .u_item .name .verified:after {
      position: relative;
      display: inline-block;
      width: 10px;
      height: 10px;
      top: -1px;
      margin-left: 4px; }
.type_ranking .btnWrap {
  margin-top: 70px; }
  @media screen and (max-width: 812px) {
    .type_ranking .btnWrap {
      margin-top: 15px; } }
.type_ranking .type_list {
  display: none;
  overflow-x: scroll;
  overflow-y: hidden; }
  .type_ranking .type_list::-webkit-scrollbar {
    display: none; }
  .type_ranking .type_list ul {
    font-size: 0;
    margin-top: 30px;
    display: block;
    white-space: nowrap; }
    .type_ranking .type_list ul li {
      display: inline-block;
      margin-right: 10px; }
      .type_ranking .type_list ul li a {
        display: block;
        font-size: 0.875rem;
        padding: 12px 10px 14px;
        background: #333333;
        color: #FFF; }
@media screen and (max-width: 812px) {
  .type_ranking .type_list {
    display: block; }
    .type_ranking .type_list li.active a {
      background: #AAAAAA; }
  .type_ranking .list_block {
    position: relative; }
  .type_ranking .block {
    display: none;
    transition: all 0.3s ease; }
    .type_ranking .block.js-open {
      display: block; } }

.latest {
  padding-bottom: 80px; }
  @media screen and (max-width: 812px) {
    .latest {
      padding: 40px 0 32px; } }
  .latest .block {
    margin-top: 32px; }
  @media screen and (max-width: 812px) {
    .latest .list_u_item {
      padding: 0 10px; }
      .latest .list_u_item .slick-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
        cursor: pointer; }
        .latest .list_u_item .slick-arrow span {
          display: block;
          width: 8px;
          height: 14px;
          vertical-align: middle;
          transition: all 0.3s ease; }
        .latest .list_u_item .slick-arrow.slick-arrow-prev {
          left: -10px;
          background: url(../images/icon/angle-left.svg) center/contain no-repeat; }
        .latest .list_u_item .slick-arrow.slick-arrow-next {
          right: -10px;
          background: url(../images/icon/angle-right.svg) center/contain no-repeat; } }
  .latest .u_item {
    width: 20%;
    margin: 0; }
    @media screen and (max-width: 812px) {
      .latest .u_item {
        width: 25vw;
        min-width: 100px;
        margin-top: 10px; } }
    @media screen and (max-width: 500px) {
      .latest .u_item {
        width: 26vw;
        min-width: 0; } }
    .latest .u_item .img img {
      aspect-ratio: 1 / 1.76;
      object-fit: cover; }
    .latest .u_item .name {
      font-size: 1rem;
      font-weight: 700;
      padding-right: 1em;
      margin-top: 8px; }
      .latest .u_item .name .verified:after {
        position: relative;
        display: inline-block;
        width: 12px;
        height: 12px;
        top: -1px;
        margin-left: 4px; }
    .latest .u_item .info {
      font-size: 0.875rem;
      margin-top: 8px; }
      .latest .u_item .info i {
        width: 18px;
        height: 18px; }

.entry_now {
  color: #FFF;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 0; }
  .entry_now .baseWrap {
    background: url(../images/bg/bg-blue.jpg) center/cover no-repeat;
    padding: 40px; }
    @media screen and (max-width: 812px) {
      .entry_now .baseWrap {
        background: url(../images/bg/bg-blue-sp.jpg) center/cover no-repeat;
        padding: 20px 10px 30px; } }
    .entry_now .baseWrap:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: #38B4D9;
      position: absolute;
      top: 0;
      left: 0;
      opacity: .7;
      mix-blend-mode: multiply;
      transition: all 0.3s ease; }
    .entry_now .baseWrap:hover:before {
      opacity: 1; }
    .entry_now .baseWrap:hover .link {
      text-decoration: underline; }
  .entry_now .inner {
    position: relative;
    z-index: 1;
    pointer-events: none; }
  .entry_now .section_titWrap {
    justify-content: center; }
    .entry_now .section_titWrap .tit {
      font-size: 2.125rem;
      color: #FFF; }
      @media screen and (max-width: 812px) {
        .entry_now .section_titWrap .tit {
          line-height: 1.45; } }
    .entry_now .section_titWrap span {
      font-size: 0.875rem;
      color: #FFF; }
      @media screen and (max-width: 812px) {
        .entry_now .section_titWrap span {
          margin-top: 14px; } }
  .entry_now a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .entry_now .txt {
    font-size: 1.125rem;
    font-weight: 700;
    margin-top: 22px;
    padding-bottom: 50px;
    position: relative; }
    @media screen and (max-width: 812px) {
      .entry_now .txt {
        padding-bottom: 10px; } }
    .entry_now .txt:after {
      content: "";
      background: url(../images/icon/angle-bottom.svg) center/contain no-repeat;
      filter: brightness(0) invert(1);
      width: 20px;
      height: 12px;
      display: block;
      position: absolute;
      bottom: 18px;
      left: 50%;
      transform: translateX(-50%); }
      @media screen and (max-width: 812px) {
        .entry_now .txt:after {
          display: none; } }
  .entry_now .link {
    font-size: 1.125rem; }
    @media screen and (max-width: 812px) {
      .entry_now .link {
        font-size: 0.875rem; } }

.top_news .news_list {
  margin-top: 30px; }

/*------------------------------------------------------------------

LIST PAGE

--------------------------------------------------------------------*/
.list_page_wrapper .title_wrap {
  padding-bottom: 50px; }
.list_page_wrapper .list_u_item {
  margin-top: 40px; }
.list_page_wrapper.newarrival .list_u_item {
  margin-top: 0; }
@media screen and (max-width: 812px) {
  .list_page_wrapper .all_ranking {
    padding: 0; }
  .list_page_wrapper .title_wrap .tit {
    font-size: 1.5rem; }
  .list_page_wrapper.newarrival .list_u_item {
    margin: 0 -20px; } }

.cat_select_wrap {
  align-items: center;
  justify-content: center; }
  .cat_select_wrap .tit {
    font-weight: 700;
    margin-right: 8px; }
  .cat_select_wrap .category.select {
    width: 300px; }
    .cat_select_wrap .category.select select {
      font-size: 1rem; }
  @media screen and (max-width: 812px) {
    .cat_select_wrap .tit {
      font-size: 0.875rem;
      width: 90px;
      margin: auto; }
    .cat_select_wrap .category.select {
      width: calc(100% - 90px); } }

.m_wrapper.newarrival .title_wrap {
  padding: 40px 0 60px; }
@media screen and (max-width: 812px) {
  .m_wrapper.newarrival {
    margin-top: 0; }
    .m_wrapper.newarrival .title_wrap {
      padding: 42px 0 20px; }
      .m_wrapper.newarrival .title_wrap .tit {
        font-size: 1.5rem; } }

.list_3col .u_item {
  position: relative;
  width: calc(33.333% - 40px);
  max-width: 320px;
  margin: 20px; }
  @media screen and (max-width: 812px) {
    .list_3col .u_item {
      width: 100%;
      max-width: none;
      margin-top: 40px; }
      .list_3col .u_item:first-child {
        margin-top: 0; }
      .list_3col .u_item .img {
        width: 160px;
        float: left;
        position: relative; }
      .list_3col .u_item .meta {
        float: right;
        width: calc(100% - 160px);
        flex-direction: column;
        padding-left: 20px;
        margin-top: 0; }
      .list_3col .u_item .name {
        max-width: none; }
      .list_3col .u_item .info {
        margin-top: 12px; }
      .list_3col .u_item .profile {
        width: 100%;
        padding-top: 20px;
        padding-left: 0;
        margin: 0;
        overflow: hidden; } }

/*------------------------------------------------------------------

MODAL 

--------------------------------------------------------------------*/
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2; }
  @media screen and (max-width: 812px) {
    .modal {
      z-index: 2; } }
  .modal .modal_bg {
    background: rgba(0, 0, 0, 0.4);
    height: 100vh;
    width: 100%; }
    @media screen and (max-width: 500px) {
      .modal .modal_bg {
        opacity: 0; } }
  .modal .modal_content {
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(100%, 480px);
    height: 90vh;
    overflow-y: scroll; }
    .modal .modal_content::-webkit-scrollbar {
      display: none; }
    @media screen and (max-width: 500px) {
      .modal .modal_content {
        transform: none;
        top: 104px;
        left: 0;
        width: 100%;
        min-height: 100vh;
        height: 100vh;
        overflow-y: scroll; } }
    .modal .modal_content .back {
      margin: 16px 0 0; }
    .modal .modal_content .inner {
      padding: 0 20px 50px; }
      @media screen and (max-width: 500px) {
        .modal .modal_content .inner {
          padding: 0 20px 400px; } }
      .modal .modal_content .inner .head {
        background: #F7F7F7;
        font-size: 1.25rem;
        font-weight: 700;
        text-align: center;
        padding: 1rem 0;
        margin: 16px -40px 0; }
      .modal .modal_content .inner .sub_tit {
        font-size: 0.875rem;
        font-weight: 700;
        margin-top: 30px; }
        .modal .modal_content .inner .sub_tit:first-child {
          margin-top: 20px; }
      .modal .modal_content .inner .select {
        margin-top: 20px; }
      .modal .modal_content .inner .angle_down_line {
        margin-top: 14px; }
      .modal .modal_content .inner .selectWrap {
        margin-top: 4px; }
      .modal .modal_content .inner ul {
        margin-top: 20px; }
        .modal .modal_content .inner ul li:first-child * {
          margin-top: 0; }
        .modal .modal_content .inner ul.official_account {
          margin-top: 30px; }
      .modal .modal_content .inner .moreWrap {
        width: 100%;
        margin-top: 30px; }
        .modal .modal_content .inner .moreWrap a {
          font-size: 0.875rem;
          display: block;
          width: 100%; }
          .modal .modal_content .inner .moreWrap a:before {
            position: absolute;
            left: unset;
            right: 0; }
    .modal .modal_content .modal_bottom {
      position: sticky;
      left: 0;
      bottom: 0;
      width: 100%; }
      @media screen and (max-width: 500px) {
        .modal .modal_content .modal_bottom {
          position: fixed; } }
      .modal .modal_content .modal_bottom .btnWrap {
        background: #F7F7F7;
        padding: 20px 40px; }
        .modal .modal_content .modal_bottom .btnWrap ul {
          margin: 0 -10px; }
          .modal .modal_content .modal_bottom .btnWrap ul li {
            width: calc(50% - 10px);
            margin: 0 5px; }
        .modal .modal_content .modal_bottom .btnWrap a, .modal .modal_content .modal_bottom .btnWrap button {
          font-size: 0.875rem;
          line-height: 1;
          padding: 1.6em 10px 1.7em; }
          .modal .modal_content .modal_bottom .btnWrap a span small, .modal .modal_content .modal_bottom .btnWrap button span small {
            font-weight: 400; }
      .modal .modal_content .modal_bottom .copy {
        text-align: center;
        padding: 24px 0;
        margin: 0;
        background: #FFF; }
  .modal .modal_close {
    display: block;
    visibility: visible;
    position: absolute;
    top: 20px;
    right: 0;
    width: 30px;
    height: 30px;
    cursor: pointer; }
    .modal .modal_close span {
      display: inline-block;
      position: absolute;
      right: -5px;
      width: 40px;
      height: 2px;
      background: #333333;
      transition: all 0.3s ease; }
      .modal .modal_close span:nth-of-type(1) {
        top: 7px;
        transform: translateY(8px) rotate(-45deg); }
      .modal .modal_close span:nth-of-type(2) {
        top: 23px;
        transform: translateY(-8px) rotate(45deg); }
  .modal .modal_review, .modal .modal_entry, .modal .modal_fav, .modal .modal_vote {
    height: auto; }
    @media screen and (max-width: 500px) {
      .modal .modal_review, .modal .modal_entry, .modal .modal_fav, .modal .modal_vote {
        width: calc(100% - 40px);
        height: auto;
        min-height: 0;
        top: 20px;
        left: 50%;
        transform: translateX(-50%); } }
    .modal .modal_review .inner, .modal .modal_entry .inner, .modal .modal_fav .inner, .modal .modal_vote .inner {
      padding: 70px 0 0; }
    .modal .modal_review .name, .modal .modal_entry .name, .modal .modal_fav .name, .modal .modal_vote .name {
      font-size: 1.875rem;
      font-weight: 700;
      line-height: 1.2; }
      @media screen and (max-width: 500px) {
        .modal .modal_review .name, .modal .modal_entry .name, .modal .modal_fav .name, .modal .modal_vote .name {
          font-size: 1.5rem; } }
    .modal .modal_review .txt, .modal .modal_entry .txt, .modal .modal_fav .txt, .modal .modal_vote .txt {
      font-size: 1rem;
      margin-top: 28px; }
      @media screen and (max-width: 500px) {
        .modal .modal_review .txt, .modal .modal_entry .txt, .modal .modal_fav .txt, .modal .modal_vote .txt {
          font-size: 0.875rem; } }
    .modal .modal_review .inputWrap, .modal .modal_entry .inputWrap, .modal .modal_fav .inputWrap, .modal .modal_vote .inputWrap {
      margin-top: 20px; }
    .modal .modal_review .num_input, .modal .modal_entry .num_input, .modal .modal_fav .num_input, .modal .modal_vote .num_input {
      font-size: 0.875rem;
      margin-top: 20px; }
    .modal .modal_review .submit_agree, .modal .modal_entry .submit_agree, .modal .modal_fav .submit_agree, .modal .modal_vote .submit_agree {
      margin-top: 2px; }
      @media screen and (max-width: 500px) {
        .modal .modal_review .submit_agree, .modal .modal_entry .submit_agree, .modal .modal_fav .submit_agree, .modal .modal_vote .submit_agree {
          margin-top: 1px; } }
      .modal .modal_review .submit_agree label.control, .modal .modal_entry .submit_agree label.control, .modal .modal_fav .submit_agree label.control, .modal .modal_vote .submit_agree label.control {
        font-size: 1rem;
        line-height: 1.5; }
        @media screen and (max-width: 500px) {
          .modal .modal_review .submit_agree label.control, .modal .modal_entry .submit_agree label.control, .modal .modal_fav .submit_agree label.control, .modal .modal_vote .submit_agree label.control {
            font-size: 0.875rem; }
            .modal .modal_review .submit_agree label.control .control__indicator, .modal .modal_entry .submit_agree label.control .control__indicator, .modal .modal_fav .submit_agree label.control .control__indicator, .modal .modal_vote .submit_agree label.control .control__indicator {
              top: 5px; } }
    .modal .modal_review .modal_bottom, .modal .modal_entry .modal_bottom, .modal .modal_fav .modal_bottom, .modal .modal_vote .modal_bottom {
      position: relative;
      margin-top: 28px; }
      .modal .modal_review .modal_bottom .btnWrap, .modal .modal_entry .modal_bottom .btnWrap, .modal .modal_fav .modal_bottom .btnWrap, .modal .modal_vote .modal_bottom .btnWrap {
        padding: 30px 20px; }
        @media screen and (max-width: 500px) {
          .modal .modal_review .modal_bottom .btnWrap, .modal .modal_entry .modal_bottom .btnWrap, .modal .modal_fav .modal_bottom .btnWrap, .modal .modal_vote .modal_bottom .btnWrap {
            padding: 20px; } }
        .modal .modal_review .modal_bottom .btnWrap button, .modal .modal_entry .modal_bottom .btnWrap button, .modal .modal_fav .modal_bottom .btnWrap button, .modal .modal_vote .modal_bottom .btnWrap button {
          font-size: 1.125rem;
          padding: 1.2em 1em 1.2em; }
  .modal .modal_entry, .modal .modal_fav {
    height: auto; }
    .modal .modal_entry .inner, .modal .modal_fav .inner {
      padding: 30px 0 0; }
    .modal .modal_entry .tit, .modal .modal_fav .tit {
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 1.4; }
      @media screen and (max-width: 500px) {
        .modal .modal_entry .tit, .modal .modal_fav .tit {
          font-size: 1.5rem; } }
    .modal .modal_entry .txt, .modal .modal_fav .txt {
      line-height: 1.7; }
      @media screen and (max-width: 500px) {
        .modal .modal_entry .txt, .modal .modal_fav .txt {
          font-size: 1rem; } }
    .modal .modal_entry .modal_bottom, .modal .modal_fav .modal_bottom {
      margin-top: 30px; }
      .modal .modal_entry .modal_bottom .btnWrap, .modal .modal_fav .modal_bottom .btnWrap {
        padding: 30px 20px; }
        @media screen and (max-width: 500px) {
          .modal .modal_entry .modal_bottom .btnWrap, .modal .modal_fav .modal_bottom .btnWrap {
            padding: 20px; } }
        .modal .modal_entry .modal_bottom .btnWrap a, .modal .modal_entry .modal_bottom .btnWrap button, .modal .modal_fav .modal_bottom .btnWrap a, .modal .modal_fav .modal_bottom .btnWrap button {
          font-size: 1rem; }
          @media screen and (max-width: 500px) {
            .modal .modal_entry .modal_bottom .btnWrap a, .modal .modal_entry .modal_bottom .btnWrap button, .modal .modal_fav .modal_bottom .btnWrap a, .modal .modal_fav .modal_bottom .btnWrap button {
              font-size: 0.875rem; } }
  .modal .modal_fav .inner {
    padding: 40px 0 10px; }
  .modal .modal_fav .tit {
    text-align: center; }
  @media screen and (max-width: 500px) {
    .modal .modal_fav .tit {
      font-size: 1.25rem; } }
  .modal .modal_vote {
    overflow-y: auto;
    max-height: 95vh; }
    .modal .modal_vote .inner {
      padding-top: 20px; }
    .modal .modal_vote .attention .txt {
      font-size: 0.875rem;
      line-height: 1.6;
      width: 100%;
      text-align: center;
      border-radius: 4px;
      margin-top: 0; }
    .modal .modal_vote .bg_g {
      padding: 20px 20px 25px; }
      .modal .modal_vote .bg_g .submit_agree {
        margin-top: 0; }
        .modal .modal_vote .bg_g .submit_agree:not(:first-child) {
          margin-top: 1.5em; }
        .modal .modal_vote .bg_g .submit_agree span {
          font-size: 0.875rem;
          line-height: 1.6; }
      .modal .modal_vote .bg_g .control.control--checkbox {
        margin-top: 0; }
    .modal .modal_vote .price {
      text-align: center;
      margin-top: 16px; }
      .modal .modal_vote .price p {
        font-size: 1.5rem;
        font-weight: 700;
        letter-spacing: 0.05em;
        line-height: 2;
        padding: 0; }
        .modal .modal_vote .price p span {
          font-size: 150%;
          margin: 0 0.1em;
          color: #E31F79; }
    .modal .modal_vote #paypal_form {
      padding: 15px;
      margin-top: 15px; }
      .modal .modal_vote #paypal_form #vote_block {
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center; }
        .modal .modal_vote #paypal_form #vote_block input {
          line-height: 1;
          text-align: center;
          min-width: 100px;
          height: 2.5rem;
          border: 1px solid #DDDDDD;
          margin: 0 5px; }
    .modal .modal_vote .txt_aglee {
      font-size: 0.875rem;
      line-height: 1.7; }
    .modal .modal_vote .modal_bottom {
      margin-top: 0; }
      .modal .modal_vote .modal_bottom .btnWrap {
        margin-top: 20px; }
        @media screen and (max-width: 500px) {
          .modal .modal_vote .modal_bottom .btnWrap {
            padding: 20px; } }
        .modal .modal_vote .modal_bottom .btnWrap a, .modal .modal_vote .modal_bottom .btnWrap button {
          font-size: 1rem; }
          @media screen and (max-width: 500px) {
            .modal .modal_vote .modal_bottom .btnWrap a, .modal .modal_vote .modal_bottom .btnWrap button {
              font-size: 0.875rem; } }
    @media screen and (max-width: 812px) {
      .modal .modal_vote {
        max-height: none; }
        .modal .modal_vote .bg_g {
          padding: 25px 20px 30px; }
          .modal .modal_vote .bg_g .submit_agree span {
            font-size: 0.875rem; }
          .modal .modal_vote .bg_g .control.control--checkbox {
            margin-top: 0; }
        .modal .modal_vote .price p {
          font-size: 1.5rem; }
        .modal .modal_vote #paypal_form {
          margin-top: 12px; }
        .modal .modal_vote .txt_aglee {
          font-size: 0.875rem; }
        .modal .modal_vote .modal_bottom {
          margin-top: 20px; } }
    @media screen and (max-width: 500px) {
      .modal .modal_vote {
        width: 100%;
        height: 100dvh;
        top: 0;
        transform: translate(-50%, 0);
        display: flex;
        flex-direction: column; }
        .modal .modal_vote label.control .control__indicator {
          top: -2px !important; }
        .modal .modal_vote .txt_aglee {
          margin-bottom: 20px; }
        .modal .modal_vote .modal_bottom {
          margin-top: auto; } }

#modal-Area ul.list_wideColumn li, #modal-Area-All ul.list_wideColumn li {
  margin-top: 26px; }
  #modal-Area ul.list_wideColumn li:not(:first-child), #modal-Area-All ul.list_wideColumn li:not(:first-child) {
    margin-top: 36px; }
#modal-Area .moreWrap, #modal-Area-All .moreWrap {
  margin-top: 50px; }

#modal-Review.modal, #modal-Entry.modal, #modal-Fav.modal, #modal-Vote.modal {
  z-index: 2; }
  @media screen and (max-width: 500px) {
    #modal-Review.modal .modal_bg, #modal-Entry.modal .modal_bg, #modal-Fav.modal .modal_bg, #modal-Vote.modal .modal_bg {
      opacity: 1; } }

.js-modal-two-level .modal_bg {
  background: rgba(0, 0, 0, 0); }

/*------------------------------------------------------------------

エリアから探す 全ての県ページ 

--------------------------------------------------------------------*/
body.search_display header #h_menu_open, body.search_display header #myaccount {
  display: none; }
body.search_display footer {
  padding: 10px 0 30px; }
  body.search_display footer .site_tit, body.search_display footer ul {
    display: none; }
@media screen and (max-width: 812px) {
  body.search_display .oneColumn_wrapper {
    background: #FFF; }
    body.search_display .oneColumn_wrapper .back {
      padding-left: 20px; } }
body.search_display .oneColumn_wrapper .wrap_secondary {
  padding-bottom: 0;
  margin-top: 20px; }
  @media screen and (max-width: 812px) {
    body.search_display .oneColumn_wrapper .wrap_secondary {
      padding-top: 16px;
      margin-top: 0; } }
  body.search_display .oneColumn_wrapper .wrap_secondary .inner {
    padding: 0 10px; }
    @media screen and (max-width: 812px) {
      body.search_display .oneColumn_wrapper .wrap_secondary .inner {
        padding: 0 20px; } }
  body.search_display .oneColumn_wrapper .wrap_secondary .head {
    background: #F7F7F7;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
    padding: 1rem 0; }
    @media screen and (max-width: 812px) {
      body.search_display .oneColumn_wrapper .wrap_secondary .head {
        margin: 0 -40px; } }
  body.search_display .oneColumn_wrapper .wrap_secondary .angle_down_line {
    margin-top: 14px; }
  body.search_display .oneColumn_wrapper .wrap_secondary .btnWrap {
    background: #F7F7F7;
    padding: 20px 55px;
    margin: 0 -30px; }
    @media screen and (max-width: 812px) {
      body.search_display .oneColumn_wrapper .wrap_secondary .btnWrap {
        padding: 20px 45px; } }
    body.search_display .oneColumn_wrapper .wrap_secondary .btnWrap ul {
      margin: 0 -60px; }
      @media screen and (max-width: 812px) {
        body.search_display .oneColumn_wrapper .wrap_secondary .btnWrap ul {
          margin: 0; } }
      body.search_display .oneColumn_wrapper .wrap_secondary .btnWrap ul li {
        width: calc(50% - 10px);
        margin: 0 5px; }
    body.search_display .oneColumn_wrapper .wrap_secondary .btnWrap .btn {
      font-size: 0.875rem; }
  body.search_display .oneColumn_wrapper .wrap_secondary .selectWrap ul {
    padding-bottom: 30px; }
body.search_display .js-modal-two-level .modal_bg {
  background: rgba(0, 0, 0, 0.4); }

/*------------------------------------------------------------------

Fortuneteller - list

--------------------------------------------------------------------*/
@media screen and (max-width: 812px) {
  .list_u .list_display .u_item .meta .links {
    margin: -30px -10px 0 0; } }

/*------------------------------------------------------------------

Fortuneteller - details

--------------------------------------------------------------------*/
@media screen and (max-width: 812px) {
  .single_u .back {
    margin: 10px 0 30px; } }
.single_u .u_item:hover .img:after {
  opacity: 0; }
@media screen and (max-width: 812px) {
  .single_u .section_tit {
    font-size: 1rem;
    padding: 0; } }
.single_u .btnWrap {
  padding: 40px;
  margin-top: 20px; }
  @media screen and (max-width: 812px) {
    .single_u .btnWrap {
      padding: 20px;
      margin-left: -20px;
      margin-right: -20px; }
      .single_u .btnWrap ul {
        margin: 0 -5px; }
        .single_u .btnWrap ul li {
          width: calc(50% - 10px);
          margin: 0px 5px; }
          .single_u .btnWrap ul li a {
            font-size: 1rem;
            padding: 1.3em 1em 1.5em; } }
.single_u .list_display {
  margin-top: 20px; }
  @media screen and (max-width: 812px) {
    .single_u .list_display .u_item {
      background: #FFF;
      padding: 0; } }
  @media screen and (max-width: 812px) {
    .single_u .list_display .u_item .img {
      width: 50%;
      max-width: none; } }
  @media screen and (max-width: 812px) {
    .single_u .list_display .u_item .meta {
      width: 50%; } }
  @media screen and (max-width: 812px) {
    .single_u .list_display .u_item .meta .name {
      font-size: 1.5rem;
      width: 100%; } }
  @media screen and (max-width: 812px) {
    .single_u .list_display .u_item .meta .links {
      margin: 0;
      position: absolute;
      right: 0;
      top: -58px; } }
  .single_u .list_display .u_item .meta.num_block {
    margin-top: 24px; }
    @media screen and (max-width: 812px) {
      .single_u .list_display .u_item .meta.num_block {
        margin-top: 20px; }
        .single_u .list_display .u_item .meta.num_block .info:not(:first-child) {
          margin-top: 8px; } }
  .single_u .list_display .u_item .meta.info_block {
    margin-top: 24px; }
    @media screen and (max-width: 812px) {
      .single_u .list_display .u_item .meta.info_block {
        width: 100%;
        margin-top: 20px;
        background: #F7F7F7; } }
  @media screen and (max-width: 812px) {
    .single_u .list_display .u_item .profile {
      font-size: 0.875rem; } }
.single_u .pagenavi_secondary {
  margin: 30px auto; }
  @media screen and (max-width: 812px) {
    .single_u .pagenavi_secondary {
      margin: 20px auto; } }
.single_u .message {
  margin-top: 80px; }
  @media screen and (max-width: 812px) {
    .single_u .message {
      margin: 20px -20px 0; } }
  @media screen and (max-width: 812px) {
    .single_u .message .tit span {
      font-size: 1.5rem; } }
  .single_u .message .tit:before, .single_u .message .tit:after {
    content: "";
    background: #333333;
    width: 40px;
    height: 4px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    @media screen and (max-width: 812px) {
      .single_u .message .tit:before, .single_u .message .tit:after {
        display: block;
        width: 20px; } }
  .single_u .message .tit:before {
    left: 0; }
  .single_u .message .tit:after {
    right: 0; }
  .single_u .message p {
    padding: 0;
    margin-top: 24px; }
    @media screen and (max-width: 812px) {
      .single_u .message p {
        font-size: 0.875rem; } }
.single_u .notes {
  margin-top: 20px; }
  @media screen and (max-width: 812px) {
    .single_u .notes p {
      font-size: 0.875rem; } }
.single_u section.review {
  padding: 80px 0 0; }
.single_u section.detailed_info {
  padding: 80px 0 0; }

.form_contents dl {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #EEEEEE; }
  @media screen and (max-width: 812px) {
    .form_contents dl {
      font-size: 0.875rem; } }
  .form_contents dl dt {
    font-weight: 700; }
    @media screen and (max-width: 812px) {
      .form_contents dl dt {
        font-size: 0.875rem; } }
    .form_contents dl dt .required {
      color: #E31F79;
      font-size: 0.875rem;
      font-weight: 700;
      margin-left: 4px; }
  .form_contents dl dd {
    margin-top: 24px; }
    @media screen and (max-width: 812px) {
      .form_contents dl dd {
        margin-top: 22px; } }
    .form_contents dl dd p:last-child {
      padding: 0; }
    @media screen and (max-width: 812px) {
      .form_contents dl dd p {
        font-size: 0.875rem; }
        .form_contents dl dd p small {
          font-size: 0.875rem; } }

.detailed_info .notes, .edit_info .notes {
  margin-top: 20px; }
  @media screen and (max-width: 812px) {
    .detailed_info .notes p, .edit_info .notes p {
      font-size: 0.875rem; } }

.edit_info .edit_info_contents dl dt {
  font-weight: 700; }
.edit_info .edit_info_contents dl dd:has(ul) {
  margin-top: 0; }
.edit_info .edit_info_contents dl.sns_account {
  border-bottom: none; }
  .edit_info .edit_info_contents dl.sns_account dd dl {
    border-bottom: none;
    padding-bottom: 0; }
    .edit_info .edit_info_contents dl.sns_account dd dl dt {
      font-size: 0.75rem;
      font-weight: 400;
      display: flex;
      align-items: center; }
      .edit_info .edit_info_contents dl.sns_account dd dl dt img {
        width: 29px;
        margin-right: 10px; }
    .edit_info .edit_info_contents dl.sns_account dd dl dd {
      margin-top: 16px; }

.review .block {
  background: #F7F7F7;
  padding: 20px; }
  .review .block .head {
    display: flex;
    justify-content: space-between; }
    .review .block .head .img {
      width: 100px; }
      .review .block .head .img img {
        aspect-ratio: 1 / 1;
        object-fit: cover;
        border-radius: 50%;
        overflow: hidden;
        vertical-align: bottom; }
    .review .block .head .meta {
      width: calc(100% - 100px);
      padding-left: 20px; }
      .review .block .head .meta .account_name {
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1.45; }
      .review .block .head .meta .date {
        font-size: 0.875rem;
        margin-top: 14px; }
  .review .block .txt {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-top: 20px; }
.review .flexWrap {
  margin: 24px -5px 0; }
  @media screen and (max-width: 812px) {
    .review .flexWrap {
      margin: 4px 0 0; } }
  .review .flexWrap .block {
    width: calc(50% - 10px);
    margin: 0 5px; }
    @media screen and (max-width: 812px) {
      .review .flexWrap .block {
        width: 100%;
        margin: 20px 0 0; } }

.list_review {
  margin-top: 40px; }
  .list_review .list_display {
    overflow: hidden; }
    .list_review .list_display:after {
      content: "";
      overflow: hidden;
      clear: both; }
    .list_review .list_display .u_item {
      display: flex;
      background: #F7F7F7; }
      .list_review .list_display .u_item .img {
        float: none;
        width: 160px; }
      .list_review .list_display .u_item .metaWrap .meta {
        float: none;
        width: auto; }
        .list_review .list_display .u_item .metaWrap .meta .name {
          width: auto; }
  @media screen and (max-width: 812px) {
    .list_review {
      margin-top: 30px; }
      .list_review .list_display .u_item {
        padding: 20px; }
        .list_review .list_display .u_item .img {
          width: 120px; }
        .list_review .list_display .u_item .metaWrap .meta.info_block {
          display: flex;
          flex-direction: column;
          padding: 0 0 0 20px; }
          .list_review .list_display .u_item .metaWrap .meta.info_block .info:not(:first-child) {
            margin-left: 0;
            margin-top: 10px; } }
  .list_review .review {
    margin-bottom: 40px; }
    .list_review .review .section_tit {
      margin-top: 40px; }
    .list_review .review .flexWrap {
      margin: 24px -5px 0; }
      @media screen and (max-width: 812px) {
        .list_review .review .flexWrap {
          margin: 4px 0 0; } }
      .list_review .review .flexWrap .block {
        width: calc(33.333% - 10px);
        margin: 10px 5px 0; }
        @media screen and (max-width: 812px) {
          .list_review .review .flexWrap .block {
            width: 100%;
            margin: 20px 0 0; } }
    @media screen and (max-width: 812px) {
      .list_review .review {
        margin-bottom: 20px; } }

/*------------------------------------------------------------------

Fortuneteller - edit

--------------------------------------------------------------------*/
.edit_display {
  padding: 20px 20px 0; }
  .edit_display .angle_down_line {
    font-size: 1.125rem; }
  .edit_display .detailed_info .angle_down_line {
    margin-top: 40px; }
    @media screen and (max-width: 812px) {
      .edit_display .detailed_info .angle_down_line {
        margin-top: 20px; } }
  .edit_display .edit_info .angle_down_line {
    margin-top: 40px; }
    @media screen and (max-width: 812px) {
      .edit_display .edit_info .angle_down_line {
        margin-top: 40px; } }
  .edit_display .btnWrap {
    padding: 40px 0;
    margin: 0 -20px; }
    @media screen and (max-width: 812px) {
      .edit_display .btnWrap {
        padding: 20px; } }
  .edit_display .u_item {
    background: #F7F7F7;
    padding: 20px; }
    .edit_display .u_item .meta {
      margin: 0; }
      .edit_display .u_item .meta.ranking_block {
        flex-direction: column;
        margin-top: 26px; }
        @media screen and (max-width: 812px) {
          .edit_display .u_item .meta.ranking_block {
            margin-top: 20px; } }
      .edit_display .u_item .meta.num_block {
        justify-content: flex-start;
        margin-top: 26px; }
        .edit_display .u_item .meta.num_block div:not(:first-child) {
          margin-left: 10px; }
        .edit_display .u_item .meta.num_block i {
          margin-right: 4px; }
      .edit_display .u_item .meta .info {
        font-size: 1rem;
        line-height: 1.5; }
        @media screen and (max-width: 812px) {
          .edit_display .u_item .meta .info {
            font-size: 0.875rem; } }

.edit_display .swpm-form-builder-container .swpm-item-submit input {
  margin: 0; }

.edit_display .edit_info ul li {
  margin-top: 20px; }
  .edit_display .edit_info ul li:not(:last-of-type) {
    border-bottom: 2px solid #EEEEEE; }

/*------------------------------------------------------------------

FORM - swpm

--------------------------------------------------------------------*/
.swpm-form-builder-container input[type=text],
.swpm-form-builder-container input[type=url],
.swpm-form-builder-container input[type=tel],
.swpm-form-builder-container input[type=email],
.swpm-form-builder-container input[type=password],
.swpm-form-builder-container select,
.swpm-form-builder-container textarea {
  font-size: 1rem;
  background-color: #F7F7F7;
  width: 100%;
  height: 60px;
  padding: 1em 1.1em; }
  @media screen and (max-width: 812px) {
    .swpm-form-builder-container input[type=text],
    .swpm-form-builder-container input[type=url],
    .swpm-form-builder-container input[type=tel],
    .swpm-form-builder-container input[type=email],
    .swpm-form-builder-container input[type=password],
    .swpm-form-builder-container select,
    .swpm-form-builder-container textarea {
      padding: 0.8em; } }
.swpm-form-builder-container textarea {
  height: auto; }

.bg_g > .swpm-form-builder-container input[type=text],
.bg_g > .swpm-form-builder-container input[type=url],
.bg_g > .swpm-form-builder-container input[type=tel],
.bg_g > .swpm-form-builder-container input[type=email],
.bg_g > .swpm-form-builder-container input[type=password],
.bg_g > .swpm-form-builder-container select,
.bg_g > .swpm-form-builder-container textarea,
.bg_g > .swpm-login-widget-form input[type=text],
.bg_g > .swpm-login-widget-form input[type=url],
.bg_g > .swpm-login-widget-form input[type=tel],
.bg_g > .swpm-login-widget-form input[type=email],
.bg_g > .swpm-login-widget-form input[type=password],
.bg_g > .swpm-login-widget-form select,
.bg_g > .swpm-login-widget-form textarea,
.bg_g > .mw_wp_form input[type=text],
.bg_g > .mw_wp_form input[type=url],
.bg_g > .mw_wp_form input[type=tel],
.bg_g > .mw_wp_form input[type=email],
.bg_g > .mw_wp_form input[type=password],
.bg_g > .mw_wp_form select,
.bg_g > .mw_wp_form textarea {
  background-color: #FFF; }

.bg_w > .swpm-form-builder-container input[type=text],
.bg_w > .swpm-form-builder-container input[type=url],
.bg_w > .swpm-form-builder-container input[type=tel],
.bg_w > .swpm-form-builder-container input[type=email],
.bg_w > .swpm-form-builder-container input[type=password],
.bg_w > .swpm-form-builder-container select,
.bg_w > .swpm-form-builder-container textarea {
  background-color: #F7F7F7; }

.swpm-required-asterisk {
  color: #E31F79;
  font-size: 0.875rem;
  font-weight: 700; }

@media screen and (max-width: 812px) {
  input[type="file"] {
    width: 100%; } }
.swpm-form-builder input.swpm-checkbox,
.swpm-form-builder input[type="checkbox"].swpm-checkbox,
.swpm-form-builder .mwform-checkbox-field input,
.swpm-form-builder input.swpm-radio,
.swpm-form-builder input[type="radio"].swpm-radio {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px 0 0;
  width: 30px;
  height: 30px;
  font-size: 1rem;
  position: relative;
  border: 1px solid #DDDDDD;
  background: #FFF; }
.swpm-form-builder input[type=checkbox]:after {
  content: "";
  background: url(../images/icon/checked.svg) center no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  opacity: 0;
  transform: scale(0);
  transition: all 0.1s ease; }
.swpm-form-builder input[type=checkbox]:checked:after {
  opacity: 1;
  transform: scale(1); }
.swpm-form-builder input.swpm-radio,
.swpm-form-builder input[type="radio"].swpm-radio {
  border-radius: 50%; }
.swpm-form-builder input[type=radio]:after {
  content: "";
  background: #333333;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  opacity: 0;
  transform: scale(0);
  transition: all 0.1s ease; }
.swpm-form-builder input[type=radio]:checked:after {
  opacity: 1;
  transform: scale(1); }
.swpm-form-builder li.swpm-auto-column div.swpm-span {
  width: auto; }
.swpm-form-builder label.swpm-choice {
  font-size: 0.875rem;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  margin: -30px 0 0 42px;
  padding: 0;
  width: 88%;
  line-height: 200%; }
.swpm-form-builder input[type=submit] {
  width: 100%;
  background: #333333;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1em;
  height: 60px;
  position: relative; }

.edit_display .mw_wp_form .vertical-item + .vertical-item {
  margin-top: 0; }
.edit_display .mwform-checkbox-field {
  width: auto; }
  .edit_display .mwform-checkbox-field:first-child {
    margin-top: 24px; }
  .edit_display .mwform-checkbox-field .mwform-checkbox-field-text {
    font-size: 0.875rem;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    margin: -30px 0 0 42px;
    padding: 0;
    width: 88%;
    line-height: 200%; }

.swpm-item-select select {
  min-width: 100px;
  border: none;
  background: url(../images/icon/angle-bottom.svg) center right 20px/14px 8px no-repeat; }

.swpm-item:has(input[type=submit]) {
  padding-bottom: 0;
  position: relative; }
  .swpm-item:has(input[type=submit]) input[type=submit] {
    margin-bottom: 0;
    transition: .5s; }
  .swpm-item:has(input[type=submit]):before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #AAAAAA;
    transform-origin: 0% 50%;
    transform: scaleX(0);
    opacity: 0;
    transition: .3s; }
  .swpm-item:has(input[type=submit]):hover input[type=submit] {
    background: transparent;
    transition: .5s; }
  .swpm-item:has(input[type=submit]):hover:before {
    opacity: 1;
    transform-origin: 0% 50%;
    transform: scaleX(1); }

ul .swpm-item:first-of-type {
  margin-top: 0; }
ul .swpm-item:last-of-type input, ul .swpm-item:last-of-type textarea {
  margin-bottom: 0; }

div.swpm-span div:not(:first-child) input {
  margin-top: 0; }

.swpm-item-radio .flexWrap .swpm-span:not(:first-child) {
  margin-top: 24px;
  margin-left: 20px; }

.swpm-item input,
.swpm-span select {
  margin: 24px 0 20px; }

.swpm-textarea {
  margin-top: 24px; }

.swpm-item-checkbox .swpm-span:first-child,
.swpm-item-radio .swpm-span:first-child {
  margin-top: 24px; }

li.sns_account {
  border-bottom: none; }
  li.sns_account div.swpm-span div:first-of-type {
    margin-top: 20px; }
  li.sns_account div.swpm-span div p {
    font-size: 0.75rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    padding: 0; }
    li.sns_account div.swpm-span div p img {
      width: 29px;
      margin-right: 10px; }
  li.sns_account div.swpm-span div input {
    margin: 16px 0 20px; }

.swpm-pw-reset-widget-form .swpm-pw-reset-email-input {
  margin: 24px 0 20px; }

.swpm-pw-reset-submit-button {
  position: relative; }
  .swpm-pw-reset-submit-button:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #AAAAAA;
    transform-origin: 0% 50%;
    transform: scaleX(0);
    opacity: 0;
    transition: .3s; }
  .swpm-pw-reset-submit-button:hover input[type=submit] {
    background: transparent;
    transition: .5s; }
  .swpm-pw-reset-submit-button:hover:before {
    opacity: 1;
    transform-origin: 0% 50%;
    transform: scaleX(1); }
  .swpm-pw-reset-submit-button input[type=submit] {
    width: 100%;
    background: #333333;
    color: #FFF;
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1em;
    height: 60px;
    position: relative;
    transition: .5s; }

#wpg-login .wpg-button {
  display: block;
  width: 100%;
  background: #FFF;
  border: 1px solid #DDDDDD;
  font-size: 0.875rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px;
  margin-top: 20px; }
  #wpg-login .wpg-button i {
    position: relative; }
  #wpg-login .wpg-button i:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 15px; }
  #wpg-login .wpg-button i.lsf-google:before {
    background: url(../images/sns/google.svg) center/contain no-repeat;
    background-size: auto 27px; }
  #wpg-login .wpg-button i.lsf-facebook:before {
    background: url(../images/sns/facebook.svg) center/contain no-repeat;
    background-size: 100%; }

.swpm-login-widget-form .swpm-login-form-inner div {
  margin-top: 20px; }
.swpm-login-widget-form .g-recaptcha > div {
  margin-inline: auto; }
.swpm-login-widget-form .swpm-login-submit {
  position: relative; }
  .swpm-login-widget-form .swpm-login-submit:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #AAAAAA;
    transform-origin: 0% 50%;
    transform: scaleX(0);
    opacity: 0;
    transition: .3s; }
  .swpm-login-widget-form .swpm-login-submit:hover input[type=submit] {
    background: transparent;
    transition: .5s; }
  .swpm-login-widget-form .swpm-login-submit:hover:before {
    opacity: 1;
    transform-origin: 0% 50%;
    transform: scaleX(1); }
  .swpm-login-widget-form .swpm-login-submit input[type=submit] {
    width: 100%;
    background: #333333;
    color: #FFF;
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1em;
    height: 60px;
    position: relative;
    transition: .5s; }

.swpm-remember-me {
  display: flex;
  align-items: center;
  justify-content: center; }
  .swpm-remember-me label {
    font-size: 0.875rem;
    font-weight: 400;
    margin-left: 12px; }
  .swpm-remember-me .swpm-remember-checkbox input[type="checkbox"] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 1rem;
    position: relative;
    border: 1px solid #DDDDDD;
    background: #FFF; }
  .swpm-remember-me .swpm-remember-checkbox input[type=checkbox]:after {
    content: "";
    background: url(../images/icon/checked.svg) center no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    opacity: 0;
    transform: scale(0);
    transition: all 0.1s ease; }
  .swpm-remember-me .swpm-remember-checkbox input[type=checkbox]:checked:after {
    opacity: 1;
    transform: scale(1); }

.swpm-forgot-pass-link {
  text-align: center; }
  .swpm-forgot-pass-link a {
    font-size: 0.875rem;
    color: #38B4D9;
    text-decoration: underline; }
    .swpm-forgot-pass-link a:hover {
      color: #89CBDE; }

.otherlogin {
  font-weight: 700;
  margin-top: 40px;
  padding-bottom: 10px; }

.input_wrap.login .swpm-form-builder-container {
  margin-top: 30px; }

.association {
  padding: 30px 30px 22px;
  text-align: center; }
  @media screen and (max-width: 812px) {
    .association {
      padding: 24px 20px 20px;
      text-align: left; } }
  .association label {
    line-height: 1.45; }
  .association .swpm-span {
    width: fit-content !important;
    margin-inline: auto; }
    .association .swpm-span label {
      text-align: left; }

fieldset .submit_agree label {
  font-size: 1rem !important; }
  @media screen and (max-width: 812px) {
    fieldset .submit_agree label {
      font-size: 0.875rem !important;
      margin: 0 0 0 10px !important;
      line-height: 1.4 !important; } }
@media screen and (max-width: 812px) {
  fieldset .submit_agree .swpm-span {
    display: flex;
    align-items: center; } }

.form_wrap .checkbox_wrap:has(.mwform-checkbox-field) {
  margin-bottom: 0; }
  .form_wrap .checkbox_wrap:has(.mwform-checkbox-field) > span {
    display: block;
    width: auto;
    margin-top: 24px; }
    .form_wrap .checkbox_wrap:has(.mwform-checkbox-field) > span label {
      width: -moz-fit-content;
      width: fit-content;
      display: flex;
      align-items: center; }
      .form_wrap .checkbox_wrap:has(.mwform-checkbox-field) > span label input[type="checkbox"] {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        width: 30px;
        height: 30px;
        font-size: 1rem;
        position: relative;
        border: 1px solid #DDDDDD;
        background: #FFF; }
      .form_wrap .checkbox_wrap:has(.mwform-checkbox-field) > span label span {
        font-weight: normal;
        margin-left: 12px; }
.form_wrap .swpm-span:has(input[type="file"]) {
  display: block;
  width: 240px;
  height: 240px;
  position: relative;
  cursor: pointer;
  margin-top: 20px;
  background: url(../images/icon/file-image.svg) center no-repeat #DDDDDD;
  background-size: 72px; }
  .form_wrap .swpm-span:has(input[type="file"]) input[type="file"] {
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer; }
  .form_wrap .swpm-span:has(input[type="file"]) span.mwform-file-delete {
    background: #FFF;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    text-indent: -100vw;
    z-index: 2; }
    .form_wrap .swpm-span:has(input[type="file"]) span.mwform-file-delete:before, .form_wrap .swpm-span:has(input[type="file"]) span.mwform-file-delete:after {
      content: "";
      display: inline-block;
      width: 19px;
      height: 1px;
      background: #333;
      position: absolute;
      top: 6px;
      left: 5px;
      transform: translateY(8px) rotate(-45deg); }
    .form_wrap .swpm-span:has(input[type="file"]) span.mwform-file-delete:after {
      transform: translateY(8px) rotate(45deg); }

.swpm-item-file-upload .profileimg_wrap {
  display: block;
  width: 240px;
  height: 240px;
  position: relative;
  cursor: pointer;
  margin-top: 20px;
  background: url(../images/icon/file-image.svg) center no-repeat #DDDDDD;
  background-size: 72px; }
  .swpm-item-file-upload .profileimg_wrap .profileimg img {
    position: relative;
    z-index: -1; }
  .swpm-item-file-upload .profileimg_wrap .profileimg.selected img {
    width: 100%;
    height: 100%;
    z-index: 0; }
  .swpm-item-file-upload .profileimg_wrap .input {
    position: absolute;
    height: 100%;
    top: 0; }
.swpm-item-file-upload input[type="file"] {
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer; }
.swpm-item-file-upload span.mwform-file-delete {
  background: #FFF;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  text-indent: -100vw;
  z-index: 2; }
  .swpm-item-file-upload span.mwform-file-delete:before, .swpm-item-file-upload span.mwform-file-delete:after {
    content: "";
    display: inline-block;
    width: 19px;
    height: 1px;
    background: #333;
    position: absolute;
    top: 6px;
    left: 5px;
    transform: translateY(8px) rotate(-45deg); }
  .swpm-item-file-upload span.mwform-file-delete:after {
    transform: translateY(8px) rotate(45deg); }

/*------------------------------------------------------------------

FORM - input, edit

--------------------------------------------------------------------*/
@media screen and (max-width: 812px) {
  main.memberRegistration .haveOne {
    display: none;
    visibility: hidden; } }
@media screen and (max-width: 812px) {
  main.memberRegistration .adv {
    display: none;
    visibility: hidden; } }
@media screen and (max-width: 812px) {
  main.memberRegistration .input_wrap.login .tit {
    font-size: 1rem; } }
main.memberRegistration .form_block.haveContent .sub_tit {
  margin-top: 30px; }
  @media screen and (max-width: 812px) {
    main.memberRegistration .form_block.haveContent .sub_tit {
      margin-top: 24px; } }
main.memberRegistration .form_block.haveContent ul.swpm-section li:last-of-type {
  margin-top: 0; }
  main.memberRegistration .form_block.haveContent ul.swpm-section li:last-of-type input {
    margin-top: 0; }
@media screen and (max-width: 812px) {
  main.memberRegistration .form_block.haveOne .tit {
    font-size: 1rem; } }
@media screen and (max-width: 812px) {
  main.memberRegistration .form_block.haveOne .btnWrap {
    margin-top: 20px; } }
@media screen and (max-width: 812px) {
  main.memberRegistration .input_wrap.confirm .wrap_secondary {
    padding-left: 40px;
    padding-right: 40px; } }
main.memberRegistration .input_wrap.confirm ul.swpm-section {
  margin-top: 40px; }
  main.memberRegistration .input_wrap.confirm ul.swpm-section li {
    padding: 20px;
    margin: 0;
    background: #F7F7F7; }
main.memberRegistration .input_wrap.pwReset .wrap_secondary .wrap_secondary {
  margin-top: 20px; }

.savelogin {
  margin-top: 4px; }

.forgotpassword {
  margin-top: 30px;
  padding-bottom: 5px; }
  .forgotpassword a {
    font-size: 0.875rem; }

@media screen and (max-width: 812px) {
  .input_wrap {
    margin-top: 24px; } }
.input_wrap .formWrap {
  margin-top: 0; }
.input_wrap .item dl {
  border-bottom: none; }
  .input_wrap .item dl:first-child {
    margin-top: 0; }
  .input_wrap .item dl:last-child {
    padding-bottom: 0; }
.input_wrap .notes {
  margin-top: 20px; }
  @media screen and (max-width: 812px) {
    .input_wrap .notes {
      font-size: 0.875rem; } }
  .input_wrap .notes p {
    padding: 0; }

.list_sns_login {
  margin-top: 20px; }
  .list_sns_login .item {
    background: #FFF;
    border: 1px solid #DDDDDD; }
    .list_sns_login .item:not(:first-child) {
      margin-top: 20px; }
    .list_sns_login .item a {
      font-size: 0.875rem;
      font-weight: 700;
      display: flex;
      align-items: center;
      width: 100%;
      padding: 15px; }
    .list_sns_login .item .icon.google:before {
      background-size: auto 27px; }
    .list_sns_login .item .icon.facebook:before {
      background-size: 100%; }
    .list_sns_login .item .icon:before {
      width: 30px;
      height: 30px;
      margin-right: 15px; }

@media screen and (max-width: 812px) {
  .entrance .tit {
    font-size: 1.25rem !important; } }

.form_wrap {
  padding-block: 34px 40px; }
  .form_wrap .radio_wrap {
    margin-bottom: -14px; }
  .form_wrap .checkbox_wrap {
    margin-bottom: -14px; }
  .form_wrap select {
    margin-bottom: 0; }
  .form_wrap ul.swpm-section li:not(:first-child) {
    margin-top: 40px; }
  .form_wrap ul.swpm-section label {
    font-size: 0.875rem;
    width: auto; }
  .form_wrap ul.swpm-section input {
    margin-bottom: 0; }
  .form_wrap .flexWrap.col2 {
    margin: 0 -5px; }
    @media screen and (max-width: 812px) {
      .form_wrap .flexWrap.col2 {
        flex-direction: column; } }
    .form_wrap .flexWrap.col2 div {
      flex: 1;
      margin: 0 5px; }
      .form_wrap .flexWrap.col2 div:not(:first-child) input {
        margin: 24px 0 0; }
        @media screen and (max-width: 812px) {
          .form_wrap .flexWrap.col2 div:not(:first-child) input {
            margin-bottom: 0; } }
    .form_wrap .flexWrap.col2.mt div {
      margin-top: 20px; }
  .form_wrap .flexWrap.select_birthday div select {
    margin-bottom: 0; }
  .form_wrap .flexWrap.select_birthday div:not(:first-child) {
    margin-left: 10px; }
  .form_wrap .flexWrap.select_birthday div:nth-child(1) {
    flex: 1.5; }
    @media screen and (max-width: 812px) {
      .form_wrap .flexWrap.select_birthday div:nth-child(1) {
        flex: auto;
        width: 100%; }
        .form_wrap .flexWrap.select_birthday div:nth-child(1) select {
          margin-bottom: 24px; } }
  .form_wrap .flexWrap.select_birthday div:nth-child(2), .form_wrap .flexWrap.select_birthday div:nth-child(3) {
    flex: 1; }
    @media screen and (max-width: 812px) {
      .form_wrap .flexWrap.select_birthday div:nth-child(2) select, .form_wrap .flexWrap.select_birthday div:nth-child(3) select {
        margin-block: 0; } }
  @media screen and (max-width: 812px) {
    .form_wrap .flexWrap.select_birthday div:nth-child(2) {
      margin-left: 0; }
    .form_wrap .flexWrap.select_birthday div:nth-child(3) {
      margin-left: 10px; } }
  .form_wrap .sup {
    color: #E31F79;
    font-size: 0.75rem;
    margin-top: 20px; }

.mw_wp_form_confirm .checkbox_wrap {
  display: flex;
  align-items: center;
  padding: 1em 1.1em;
  margin-top: 24px;
  background: #e7e7e7;
  height: 60px; }
.mw_wp_form_confirm .swpm-span {
  display: flex;
  align-items: center;
  padding: 1em 1.1em;
  margin-top: 24px;
  background: #e7e7e7;
  height: 60px; }
  .mw_wp_form_confirm .swpm-span:has(.mw-wp-form_file) {
    padding: 0;
    background: none;
    height: auto; }
.mw_wp_form_confirm .swpm-span.flexWrap.col2 {
  display: flex;
  background: none;
  height: auto; }
  .mw_wp_form_confirm .swpm-span.flexWrap.col2 div {
    display: flex;
    flex-direction: column;
    margin: 0; }
.mw_wp_form_confirm .swpm-item.sns_account > .swpm-span {
  flex-direction: column;
  align-items: baseline;
  height: auto;
  background: none; }
  .mw_wp_form_confirm .swpm-item.sns_account > .swpm-span div {
    width: 100%;
    margin-top: 24px; }

.page-flow_registration_entry .mw_wp_form_confirm .swpm-span.flexWrap.col2 {
  padding: 0;
  margin-top: 20px; }
  .page-flow_registration_entry .mw_wp_form_confirm .swpm-span.flexWrap.col2 div {
    flex: 1;
    margin: 0 5px; }
  .page-flow_registration_entry .mw_wp_form_confirm .swpm-span.flexWrap.col2 span {
    display: flex;
    align-items: center;
    padding: 1em 1.1em;
    margin-top: 24px;
    background: #e7e7e7;
    height: 60px; }
.page-flow_registration_entry .mw_wp_form_confirm .sns_account div.swpm-span {
  padding: 0;
  margin: 0; }
@media screen and (max-width: 812px) {
  .page-flow_registration_entry .mw_wp_form_confirm .swpm-span.flexWrap.col2 {
    width: 100%;
    margin-top: 0; }
    .page-flow_registration_entry .mw_wp_form_confirm .swpm-span.flexWrap.col2 div {
      width: 100%;
      margin: 20px 5px 0; } }

.swpm-profile-account-delete-section {
  margin-top: 34px;
  font-size: 0.875rem;
  font-weight: 700; }
  .swpm-profile-account-delete-section .swpm-account-delete-button {
    display: inline-block;
    color: #333333 !important; }

#error-page {
  max-width: 600px;
  padding: 30px;
  margin: auto !important;
  border: none; }
  #error-page h2.swpm-account-delete-heading {
    font-size: 1.25rem;
    text-align: center;
    margin-top: 30px;
    padding-bottom: 30px; }
  #error-page p {
    font-size: 1rem !important; }
  #error-page form p {
    font-weight: 700; }
  #error-page form input {
    margin-top: 20px; }
  #error-page form input[type="submit"] {
    width: 100%;
    background: #333333;
    color: #FFF;
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1em;
    height: 60px;
    position: relative;
    transition: all 0.3s ease; }
    #error-page form input[type="submit"]:hover {
      background: #AAAAAA; }
  #error-page .wp-die-message a {
    font-size: 1rem;
    color: #333333;
    margin: 40px auto 0;
    display: block;
    width: fit-content; }
    #error-page .wp-die-message a:hover {
      color: #AAA; }

/*------------------------------------------------------------------

Single Page 

--------------------------------------------------------------------*/
.page_single .contents_meta {
  text-align: left;
  margin-top: 40px; }

.page_news.page_news_list .title_wrap, .page_news.page_news_list .contents_wrap {
  max-width: 730px;
  margin: auto; }
.page_news.page_news_list .pagenavi_secondary {
  margin-top: 40px; }
.page_news.page_news_list .date {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  display: inline-block;
  width: 100px;
  line-height: 1.5; }
.page_news.page_news_list .label {
  display: inline-block;
  width: 80px;
  color: #FFF;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  padding: .1em 0 .2em;
  line-height: 1.7;
  background: #333333;
  border-radius: 4px;
  margin-top: 1px; }

.page_single.page_news_detail .title_wrap {
  padding-bottom: 40px;
  margin-bottom: 50px;
  border-bottom: 1px solid #CCCCCC; }
  .page_single.page_news_detail .title_wrap .contents_meta {
    display: flex;
    align-items: flex-start; }
.page_single.page_news_detail .contents_wrap a {
  color: #38B4D9;
  text-decoration: underline; }

ul.news_list li {
  display: flex;
  align-items: flex-start;
  padding-top: 40px;
  border-top: 1px solid #CCCCCC; }
  ul.news_list li:not(:first-child) {
    margin-top: 40px; }
  ul.news_list li:last-child {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 40px; }
  ul.news_list li a {
    width: calc(100% - 180px);
    line-height: 1.5;
    margin-left: 1.5em; }
    ul.news_list li a:hover {
      text-decoration: underline; }
  @media screen and (max-width: 812px) {
    ul.news_list li {
      display: block; }
      ul.news_list li a {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-top: .6em; } }

.page_faq .contents_wrap .wrap:first-of-type {
  padding-top: 100px; }
.page_faq .contents_wrap .wrap:not(:first-of-type) {
  padding-top: 100px; }
@media screen and (max-width: 812px) {
  .page_faq .contents_wrap .wrap:first-of-type {
    padding-top: 130px;
    margin-top: -50px; }
  .page_faq .contents_wrap .wrap:not(:first-of-type) {
    padding-top: 130px; } }
.page_faq .contents_wrap h2 {
  font-size: 1.5rem;
  padding-bottom: 10px; }

@media screen and (max-width: 812px) {
  .anchor ul {
    margin-top: -1.5em; } }
.anchor ul li {
  display: inline-block;
  position: relative; }
  .anchor ul li:not(:last-child):after {
    content: "｜"; }
  @media screen and (max-width: 812px) {
    .anchor ul li {
      margin-top: 1.5em; } }
.anchor ul a {
  font-size: 1rem;
  font-weight: 700;
  color: #333333;
  padding: 0 2em 0 0;
  position: relative; }
  .anchor ul a:after {
    content: "";
    background: url("../images/icon/angle-bottom.svg") center/contain no-repeat;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    width: 12px;
    height: 8px;
    margin: auto;
    transition: all 0.3s ease; }
  .anchor ul a:hover:after {
    top: 5px; }

.block.accordion {
  background: #F7F7F7;
  margin-top: 20px;
  cursor: pointer; }
  .block.accordion .ac-close, .block.accordion .ac-open {
    position: relative; }
    .block.accordion .ac-close p, .block.accordion .ac-open p {
      padding: 0; }
  .block.accordion .ac-close {
    padding: 30px 30px; }
    .block.accordion .ac-close p {
      font-size: 1rem;
      line-height: 1.6;
      font-weight: 700;
      padding-left: 2.5em; }
    .block.accordion .ac-close:before {
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      content: "Q.";
      font-size: 1.375rem;
      color: #E31F79;
      display: inline-block;
      position: absolute;
      top: 30px;
      left: 30px; }
    .block.accordion .ac-close:after {
      content: "";
      background: url("../images/icon/angle-bottom.svg") center/contain no-repeat;
      position: absolute;
      right: 22px;
      top: 0;
      bottom: 0;
      width: 14px;
      height: 8px;
      margin: auto;
      transition: all 0.3s ease; }
    .block.accordion .ac-close.opened:after {
      transform: rotate(180deg); }
    @media screen and (max-width: 812px) {
      .block.accordion .ac-close {
        padding: 20px; }
        .block.accordion .ac-close p {
          padding-left: 1.8em; }
        .block.accordion .ac-close:before {
          top: 20px;
          left: 15px; }
        .block.accordion .ac-close:after {
          right: 10px;
          width: 12px;
          height: 8px; } }
  .block.accordion .ac-open {
    padding: 0 30px 30px;
    display: none; }
    .block.accordion .ac-open p:not(:last-child) {
      padding-bottom: 1em; }
    .block.accordion .ac-open p a {
      color: #38B4D9;
      text-decoration: underline; }

.page_legal .contents_wrap h2 {
  font-size: 1.125rem;
  margin: 2em 0 1em; }
.page_legal .contents_wrap p, .page_legal .contents_wrap li {
  font-size: 0.875rem;
  line-height: 1.8;
  padding: 0 0 1.5em 0; }
.page_legal .contents_wrap ul, .page_legal .contents_wrap ol {
  list-style-position: inside; }
.page_legal .contents_wrap ol {
  list-style-type: decimal; }
.page_legal .contents_wrap ul.disc {
  list-style-type: disc; }
.page_legal .contents_wrap ol.alpha {
  list-style-type: lower-alpha; }
.page_legal .contents_wrap .no {
  list-style-type: none; }
  .page_legal .contents_wrap .no li {
    padding-left: 0;
    text-indent: 0; }
.page_legal .contents_wrap li {
  padding: 0 0 .5em 0;
  padding-left: 1em;
  text-indent: -1em;
  margin-left: 0.2em;
  list-style: inherit; }
  .page_legal .contents_wrap li ul, .page_legal .contents_wrap li ol {
    padding-left: .5em;
    margin-top: 0.4em; }
    .page_legal .contents_wrap li ul li, .page_legal .contents_wrap li ol li {
      margin-left: 0; }
    .page_legal .contents_wrap li ul li:last-child, .page_legal .contents_wrap li ol li:last-child {
      padding-bottom: 0; }
.page_legal .contents_wrap .r {
  text-align: right; }
.page_legal .contents_wrap hr {
  padding: 0.5em 0; }
.page_legal .contents_wrap .end {
  margin-top: 1em; }

.page_company .contents_wrap table {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto; }
  .page_company .contents_wrap table tr th {
    width: 150px;
    text-align: left;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.8;
    padding: 0 30px 40px 0;
    white-space: nowrap;
    vertical-align: top; }
  .page_company .contents_wrap table tr td {
    font-size: 1rem;
    padding: 0 0 40px;
    line-height: 1.8; }
    .page_company .contents_wrap table tr td p, .page_company .contents_wrap table tr td li {
      font-size: 1rem;
      line-height: 1.8;
      padding: 0; }
  @media screen and (max-width: 812px) {
    .page_company .contents_wrap table {
      width: 100%; }
      .page_company .contents_wrap table tr {
        display: block; }
        .page_company .contents_wrap table tr th {
          display: block;
          padding: 0 0 10px 0; }
        .page_company .contents_wrap table tr td {
          display: block;
          padding: 0 0 30px 0; }
          .page_company .contents_wrap table tr td p, .page_company .contents_wrap table tr td li {
            font-size: 0.875rem; } }

.page_contact .submit_agree {
  text-align: center;
  margin: 40px auto; }
  .page_contact .submit_agree label.control.control--checkbox {
    margin-top: 0; }
  @media screen and (max-width: 812px) {
    .page_contact .submit_agree p {
      font-size: 0.875rem;
      text-align: left;
      width: -moz-fit-content;
      width: fit-content;
      margin-inline: auto; }
    .page_contact .submit_agree label.control.control--checkbox span {
      position: relative;
      top: 4px; } }

.contents_page {
  /* wrapper */
  /* text */
  /* button */
  	/*------------------------------------------------------------------
  
  	- CONTENTS
  
  	--------------------------------------------------------------------*/ }
  .contents_page section.entry.bg_w {
    padding-top: 40px; }
    @media screen and (max-width: 812px) {
      .contents_page section.entry.bg_w h1.section_tit {
        font-size: 1.875rem; } }
  .contents_page section {
    padding: 80px 0; }
  .contents_page .container {
    width: calc(100% - 40px);
    margin: 0 auto; }
  .contents_page .w-1040 {
    width: min(calc(100% - 40px), 1040px);
    padding: 0;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 812px) {
      .contents_page .w-1040 {
        width: 100%; } }
  .contents_page .w-900 {
    width: min(calc(100% - 40px), 900px);
    padding: 0;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 812px) {
      .contents_page .w-900 {
        width: 100%; } }
  .contents_page .w-640 {
    width: min(100%, 640px);
    padding: 0;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 812px) {
      .contents_page .w-640 {
        width: 100%; } }
  .contents_page .flexWrap {
    display: flex;
    flex-wrap: wrap; }
  .contents_page .wrap_primary {
    padding: 40px;
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 812px) {
      .contents_page .wrap_primary {
        padding: 30px 20px 20px; } }
    .contents_page .wrap_primary__head {
      text-align: center; }
    .contents_page .wrap_primary__tit {
      position: relative; }
      .contents_page .wrap_primary__tit span {
        font-size: 1.25rem;
        line-height: 1.4;
        background: #F7F7F7;
        position: relative;
        z-index: 1;
        padding: 0 1em; }
        @media screen and (max-width: 812px) {
          .contents_page .wrap_primary__tit span {
            display: block;
            width: fit-content;
            margin: auto; } }
      .contents_page .wrap_primary__tit:before, .contents_page .wrap_primary__tit:after {
        content: "";
        background: #333333;
        width: min(200px, 180px);
        height: 4px;
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
      .contents_page .wrap_primary__tit:before {
        left: 0; }
      .contents_page .wrap_primary__tit:after {
        right: 0; }
  .contents_page .step_contents li {
    display: flex;
    align-items: flex-start;
    margin-top: 20px; }
  .contents_page .step_contents .num {
    color: #E31F79;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    font-weight: 700;
    font-style: italic; }
  .contents_page .step_contents .txt {
    flex: 1;
    padding-left: 20px;
    text-align: left;
    padding: 0 0 0 20px;
    margin: 0; }
  .contents_page .step_contents .btnWrap {
    margin-top: 24px; }
  @media screen and (max-width: 812px) {
    .contents_page .step_contents li {
      display: block;
      margin-top: 40px; }
    .contents_page .step_contents .num {
      text-align: center; }
    .contents_page .step_contents .txt {
      margin-top: 20px;
      padding-left: 0; }
    .contents_page .step_contents .btnWrap {
      margin-top: 24px; } }
  .contents_page .num_contents ol {
    counter-reset: number 0; }
  .contents_page .num_contents li {
    display: flex;
    align-items: flex-start; }
    .contents_page .num_contents li:not(:first-child) {
      margin-top: 20px; }
    .contents_page .num_contents li:before {
      color: #E31F79;
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      font-weight: 700;
      font-style: italic;
      font-size: 1.5rem;
      counter-increment: number 1;
      content: counter(number) "."; }
    .contents_page .num_contents li p {
      flex: 1;
      padding: 0 0 0 10px; }
  .contents_page .c_p {
    color: #E31F79;
    font-weight: 700; }
  .contents_page .c_b {
    color: #38B4D9;
    font-weight: 700; }
  .contents_page .heading_tit {
    font-family: "Kaisei HarunoUmi", serif;
    font-weight: 400;
    font-size: 3.75rem;
    text-align: center;
    line-height: 1.3; }
    @media screen and (max-width: 812px) {
      .contents_page .heading_tit {
        font-size: clamp(2.375rem, 9vw, 3.75rem); }
        .contents_page .heading_tit span {
          white-space: nowrap; } }
  .contents_page .section_tit {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center; }
    @media screen and (max-width: 812px) {
      .contents_page .section_tit {
        font-size: 1.5rem; } }
  .contents_page .note p {
    font-size: 0.875rem;
    padding-left: 1em;
    text-indent: -1em; }
  .contents_page .btnWrap ul {
    display: flex;
    margin: 0 -20px; }
    @media screen and (max-width: 812px) {
      .contents_page .btnWrap ul {
        flex-wrap: wrap;
        margin: 0; } }
    .contents_page .btnWrap ul li {
      width: calc(50% - 40px);
      margin: 0 20px; }
      @media screen and (max-width: 812px) {
        .contents_page .btnWrap ul li {
          width: 100%;
          margin: 0; }
          .contents_page .btnWrap ul li:last-child {
            margin-top: 10px; } }
  .contents_page .btnSection {
    padding: 0;
    margin-top: 40px; }
    @media screen and (max-width: 812px) {
      .contents_page .btnSection {
        margin-top: 20px; } }
    .contents_page .btnSection .flexWrap {
      margin: 0 -20px; }
    .contents_page .btnSection .wrap_primary {
      width: min(calc(50% - 40px), 500px);
      margin: 0 20px; }
      @media screen and (max-width: 812px) {
        .contents_page .btnSection .wrap_primary {
          width: 100%;
          max-width: none; }
          .contents_page .btnSection .wrap_primary:not(:first-child) {
            margin-top: 20px; } }
  .contents_page .btn {
    background: #38B4D9;
    color: #FFF;
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1em;
    height: 60px;
    position: relative; }
    .contents_page .btn span {
      position: relative;
      z-index: 1; }
    .contents_page .btn:after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: #239EC3;
      transform-origin: 0% 50%;
      transform: scaleX(0);
      opacity: 0;
      transition: .3s; }
    .contents_page .btn:hover:after {
      opacity: 1;
      transform-origin: 0% 50%;
      transform: scaleX(1); }
    @media screen and (max-width: 812px) {
      .contents_page .btn {
        height: 80px; }
        .contents_page .btn span {
          line-height: 1.5; } }
  .contents_page .button {
    width: 100%; }
  .contents_page .txt_link {
    color: #38B4D9;
    text-decoration: underline; }
    .contents_page .txt_link:hover {
      color: #89CBDE; }
  .contents_page ul.heart {
    margin-top: 40px; }
    .contents_page ul.heart li {
      display: flex;
      align-items: center;
      position: relative;
      margin-top: 20px; }
      .contents_page ul.heart li:before {
        content: "";
        background: url(../images/icon/heart-g.svg) center/contain no-repeat;
        display: inline-block;
        width: 30px;
        height: 30px; }
      .contents_page ul.heart li p {
        flex: 1;
        padding: 0 0 0 20px; }
  .contents_page .fv {
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease; }
    .contents_page .fv a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .contents_page .fv img {
      vertical-align: bottom; }
    .contents_page .fv img.fv_img {
      width: 100%; }
  .contents_page .section_tit + div {
    margin-top: 36px; }
  .contents_page section.about {
    padding: 60px 0;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 812px) {
      .contents_page section.about {
        padding: 40px 0 200px; } }
    .contents_page section.about:before {
      content: "";
      background: url("../images/bg/confetti.svg") center/contain no-repeat;
      width: min(100%, 1040px);
      height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media screen and (max-width: 812px) {
        .contents_page section.about:before {
          bottom: 0;
          transform: translate(-50%, -240px); } }
    .contents_page section.about .c {
      margin-top: 30px; }
      .contents_page section.about .c p {
        font-size: 1.875rem;
        font-weight: 700;
        line-height: 1.46;
        padding: 0; }
        @media screen and (max-width: 812px) {
          .contents_page section.about .c p {
            font-size: clamp(1.375rem, 5vw, 1.875rem); } }
    .contents_page section.about .txt {
      margin-top: 30px; }
      .contents_page section.about .txt p {
        padding: 0 0 1.5em; }
        .contents_page section.about .txt p:last-child {
          padding-bottom: 0; }
    .contents_page section.about .illust {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
      .contents_page section.about .illust:before, .contents_page section.about .illust:after {
        content: "";
        position: absolute;
        bottom: 0; }
      .contents_page section.about .illust:before {
        background: url("../images/icon/illust_left.svg") center/contain no-repeat;
        width: 300px;
        aspect-ratio: 300 / 326;
        left: -9.5vw; }
      .contents_page section.about .illust:after {
        background: url("../images/icon/illust_right.svg") center/contain no-repeat;
        width: 200px;
        aspect-ratio: 200 / 336;
        right: -5.8vw; }
      @media screen and (max-width: 812px) {
        .contents_page section.about .illust:before {
          width: 150px;
          left: 5px; }
        .contents_page section.about .illust:after {
          width: 100px;
          right: 10px; } }
  .contents_page section.entry .c p {
    padding: 0; }
  .contents_page section.entry .wrap_primary {
    margin-top: 40px; }
  .contents_page section.entry .step_contents {
    margin-top: 16px; }
  .contents_page section.merit .section_tit:not(:first-child) {
    margin-top: 80px; }
  .contents_page dl {
    text-align: center; }
    .contents_page dl:not(:first-child) {
      margin-top: 18px; }
    .contents_page dl dt {
      display: inline-block;
      font-weight: 700;
      width: 200px;
      text-align: right; }
    .contents_page dl dd {
      display: inline-block;
      width: 290px;
      margin-left: 5px;
      text-align: left; }
    .contents_page dl p {
      line-height: 1.5;
      padding: 0; }
    @media screen and (max-width: 812px) {
      .contents_page dl {
        text-align: center; }
        .contents_page dl:not(:first-child) {
          margin-top: 30px; }
        .contents_page dl dt {
          width: 100%;
          text-align: center; }
        .contents_page dl dd {
          width: 100%;
          text-align: center;
          margin-top: 8px;
          margin-left: 0; } }
  .contents_page section.about_uranavi {
    padding-bottom: 0; }

.page_404 .title_wrap {
  padding: 42px 0 40px; }
.page_404 .head {
  text-align: center; }
  .page_404 .head p {
    font-weight: 700;
    color: #E31F79;
    padding-bottom: 0; }
    .page_404 .head p span {
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      font-style: italic;
      font-size: 6rem; }
.page_404 .txt {
  margin-top: 60px;
  text-align: center; }
.page_404 .c {
  margin-top: 60px; }
@media screen and (max-width: 812px) {
  .page_404 .title_wrap {
    padding: 42px 0 20px; }
  .page_404 .tit {
    font-size: 1.25rem; }
  .page_404 .txt {
    margin-top: 30px;
    text-align: left; }
  .page_404 .c {
    margin-top: 30px; } }

/*------------------------------------------------------------------

 4 

--------------------------------------------------------------------*/
.page-flow_registration_entry .bg_attention {
  position: relative;
  margin-bottom: 60px; }
  .page-flow_registration_entry .bg_attention .attention {
    position: absolute;
    top: -82px;
    left: 50%;
    transform: translateX(-50%); }
  .page-flow_registration_entry .bg_attention .flexWrap.col5 {
    margin-top: 42px; }
.page-flow_registration_entry .form_area .form_wrap {
  max-width: 730px;
  margin-inline: auto; }

.num_block .inner {
  background: #FFF;
  padding: 20px; }
.num_block .num {
  color: #E31F79;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  margin-top: 4px; }
.num_block h3 {
  font-size: 1rem;
  line-height: 1.25;
  text-align: center;
  margin-top: 12px; }
  @media screen and (max-width: 812px) {
    .num_block h3 {
      margin-top: 18px; } }
.num_block .img {
  width: min(100%, 200px);
  margin: 20px auto 0; }
  .num_block .img img {
    width: 100%; }
.num_block .txt {
  margin-top: 20px; }
  .num_block .txt p {
    font-size: 0.875rem; }
    .num_block .txt p:last-child {
      padding-bottom: 0; }

/*------------------------------------------------------------------

My Page 

--------------------------------------------------------------------*/
.mypage_wrapper {
  padding-top: 0; }

@media screen and (max-width: 812px) {
  .bg_g:has(.mypage_wrapper.fortuneteller) {
    margin-top: 0; } }
.mypage_wrapper.fortuneteller {
  padding-top: 40px; }
  @media screen and (max-width: 812px) {
    .mypage_wrapper.fortuneteller {
      padding-top: 10px; } }
  .mypage_wrapper.fortuneteller .baseWrap > .flexWrap {
    align-items: flex-start; }
  .mypage_wrapper.fortuneteller .mypage_side {
    background: #FFF;
    min-height: 0; }
    @media screen and (max-width: 812px) {
      .mypage_wrapper.fortuneteller .mypage_side {
        display: none; } }
    .mypage_wrapper.fortuneteller .mypage_side .mymenu {
      margin-top: 0; }
      .mypage_wrapper.fortuneteller .mypage_side .mymenu ul li {
        border: none;
        margin: 0; }
        .mypage_wrapper.fortuneteller .mypage_side .mymenu ul li.active, .mypage_wrapper.fortuneteller .mypage_side .mymenu ul li:hover {
          background: #F2F2F2; }
        .mypage_wrapper.fortuneteller .mypage_side .mymenu ul li a {
          padding: 20px 0 21px 51px; }
          .mypage_wrapper.fortuneteller .mypage_side .mymenu ul li a:before {
            padding-left: 60px; }
  .mypage_wrapper.fortuneteller .mypage_contents {
    padding: 0 0 0 40px; }
    @media screen and (max-width: 812px) {
      .mypage_wrapper.fortuneteller .mypage_contents {
        padding: 20px 0 0; } }
    @media screen and (max-width: 812px) {
      .mypage_wrapper.fortuneteller .mypage_contents .item_row {
        background: #FFF; } }
    .mypage_wrapper.fortuneteller .mypage_contents .item {
      background: #FFF; }
    @media screen and (max-width: 812px) {
      .mypage_wrapper.fortuneteller .mypage_contents .item_head {
        display: none; } }
    .mypage_wrapper.fortuneteller .mypage_contents .item_head .item {
      background: #F7F7F7; }
    @media screen and (max-width: 812px) {
      .mypage_wrapper.fortuneteller .mypage_contents.m_top {
        padding-bottom: 60px; } }
    .mypage_wrapper.fortuneteller .mypage_contents.m_top .flexWrap {
      justify-content: space-between;
      margin-top: 40px; }
      @media screen and (max-width: 812px) {
        .mypage_wrapper.fortuneteller .mypage_contents.m_top .flexWrap {
          flex-direction: column;
          margin-top: 0; } }
      .mypage_wrapper.fortuneteller .mypage_contents.m_top .flexWrap .order_block {
        width: calc(50% - 20px); }
        @media screen and (max-width: 812px) {
          .mypage_wrapper.fortuneteller .mypage_contents.m_top .flexWrap .order_block {
            width: 100%;
            margin-top: 40px; } }
    .mypage_wrapper.fortuneteller .mypage_contents .order_block {
      background: #FFF; }
      .mypage_wrapper.fortuneteller .mypage_contents .order_block .inner_flex {
        display: flex;
        justify-content: space-between; }
        @media screen and (max-width: 812px) {
          .mypage_wrapper.fortuneteller .mypage_contents .order_block .inner_flex {
            flex-direction: column; } }
        .mypage_wrapper.fortuneteller .mypage_contents .order_block .inner_flex .order_wrap {
          width: 50%; }
          @media screen and (max-width: 812px) {
            .mypage_wrapper.fortuneteller .mypage_contents .order_block .inner_flex .order_wrap {
              width: 100%; } }
    @media screen and (max-width: 812px) {
      .mypage_wrapper.fortuneteller .mypage_contents .order_wrap {
        padding: 30px; } }
    .mypage_wrapper.fortuneteller .mypage_contents .order_wrap h2 {
      font-size: 1.125rem;
      text-align: right; }
    .mypage_wrapper.fortuneteller .mypage_contents .order_wrap .num {
      font-weight: 700;
      text-align: right;
      margin-block: 1.1em 0.8em; }
      .mypage_wrapper.fortuneteller .mypage_contents .order_wrap .num span {
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-size: 2.5rem;
        font-style: italic;
        color: #C1AB05;
        margin-right: 0.2em; }
    .mypage_wrapper.fortuneteller .mypage_contents .order_wrap ul {
      border-top: 4px solid;
      padding-top: 0.6em; }
      .mypage_wrapper.fortuneteller .mypage_contents .order_wrap ul li {
        display: flex;
        justify-content: space-between;
        margin-top: 1.2em; }
        .mypage_wrapper.fortuneteller .mypage_contents .order_wrap ul li .order span {
          font-weight: 700; }
    .mypage_wrapper.fortuneteller .mypage_contents.pageManagement .form_wrap {
      background: #F2F2F2;
      margin-top: 40px; }
    .mypage_wrapper.fortuneteller .mypage_contents.edit_profile .notes {
      font-size: 0.875rem;
      margin-top: 40px; }
      .mypage_wrapper.fortuneteller .mypage_contents.edit_profile .notes p {
        padding-bottom: 20px; }
        .mypage_wrapper.fortuneteller .mypage_contents.edit_profile .notes p span {
          color: #E31F79; }
    .mypage_wrapper.fortuneteller .mypage_contents.edit_profile .form_wrap {
      background: #F2F2F2; }
    .mypage_wrapper.fortuneteller .mypage_contents.commentManagement .date {
      flex: 1;
      max-width: 152px; }
      @media screen and (max-width: 812px) {
        .mypage_wrapper.fortuneteller .mypage_contents.commentManagement .date {
          max-width: none; } }
    .mypage_wrapper.fortuneteller .mypage_contents.commentManagement .name {
      flex: 1;
      max-width: 152px; }
      @media screen and (max-width: 812px) {
        .mypage_wrapper.fortuneteller .mypage_contents.commentManagement .name {
          max-width: none; } }
    .mypage_wrapper.fortuneteller .mypage_contents.commentManagement .comment {
      flex: 2; }
      @media screen and (max-width: 812px) {
        .mypage_wrapper.fortuneteller .mypage_contents.commentManagement .comment {
          width: 100%; } }
    .mypage_wrapper.fortuneteller .mypage_contents.commentManagement .status {
      flex: 0.5;
      max-width: 96px;
      text-align: right; }
      @media screen and (max-width: 812px) {
        .mypage_wrapper.fortuneteller .mypage_contents.commentManagement .status {
          max-width: none; } }
    .mypage_wrapper.fortuneteller .mypage_contents.statistics .date {
      flex: 1;
      text-align: center;
      max-width: 114px; }
      @media screen and (max-width: 812px) {
        .mypage_wrapper.fortuneteller .mypage_contents.statistics .date {
          max-width: none;
          text-align: right; } }
    .mypage_wrapper.fortuneteller .mypage_contents.statistics .overall_ranking {
      flex: 1;
      text-align: right; }
      @media screen and (max-width: 812px) {
        .mypage_wrapper.fortuneteller .mypage_contents.statistics .overall_ranking {
          max-width: none; } }
    .mypage_wrapper.fortuneteller .mypage_contents.statistics .category_ranking {
      flex: 2;
      min-width: 180px;
      text-align: right; }
      @media screen and (max-width: 812px) {
        .mypage_wrapper.fortuneteller .mypage_contents.statistics .category_ranking {
          width: 100%; } }
    .mypage_wrapper.fortuneteller .mypage_contents.statistics .num_hits {
      flex: 1;
      text-align: right; }
      @media screen and (max-width: 812px) {
        .mypage_wrapper.fortuneteller .mypage_contents.statistics .num_hits {
          max-width: none; } }
    .mypage_wrapper.fortuneteller .mypage_contents.statistics .vote {
      flex: 1;
      text-align: right; }
      @media screen and (max-width: 812px) {
        .mypage_wrapper.fortuneteller .mypage_contents.statistics .vote {
          max-width: none; } }
    .mypage_wrapper.fortuneteller .mypage_contents.statistics .item_head .category_ranking {
      text-align: center; }
      @media screen and (max-width: 812px) {
        .mypage_wrapper.fortuneteller .mypage_contents.statistics .item_head .category_ranking {
          text-align: left; } }
    .mypage_wrapper.fortuneteller .mypage_contents .datepickWrap {
      margin-top: 0.5px;
      position: relative;
      top: -11px; }
      .mypage_wrapper.fortuneteller .mypage_contents .datepickWrap form {
        display: flex;
        align-items: center; }
      .mypage_wrapper.fortuneteller .mypage_contents .datepickWrap .datepicker {
        position: relative; }
        .mypage_wrapper.fortuneteller .mypage_contents .datepickWrap .datepicker:after {
          content: "";
          background: url(../images/icon/calendar.svg) center/contain no-repeat;
          display: block;
          width: 20px;
          height: 20px;
          position: absolute;
          top: 10px;
          right: 10px; }
        .mypage_wrapper.fortuneteller .mypage_contents .datepickWrap .datepicker input {
          font-size: 0.875rem;
          background: #FFF;
          width: 123px;
          height: 40px;
          padding: 0.1em 10px; }
      .mypage_wrapper.fortuneteller .mypage_contents .datepickWrap .connection {
        font-size: 0.875rem;
        margin-inline: 10px; }
      .mypage_wrapper.fortuneteller .mypage_contents .datepickWrap .submit {
        margin-left: 10px; }
        .mypage_wrapper.fortuneteller .mypage_contents .datepickWrap .submit button {
          font-size: 0.875rem;
          width: 60px;
          height: 40px; }
      @media screen and (max-width: 812px) {
        .mypage_wrapper.fortuneteller .mypage_contents .datepickWrap {
          top: auto;
          margin-top: 20px;
          width: 100%; }
          .mypage_wrapper.fortuneteller .mypage_contents .datepickWrap form {
            justify-content: end; }
          .mypage_wrapper.fortuneteller .mypage_contents .datepickWrap .datepicker:after {
            width: 15px;
            height: 15px;
            position: absolute;
            top: 12px; }
          .mypage_wrapper.fortuneteller .mypage_contents .datepickWrap .datepicker input {
            width: 100%; }
          .mypage_wrapper.fortuneteller .mypage_contents .datepickWrap .connection {
            font-size: 10px;
            margin-inline: 5px; }
          .mypage_wrapper.fortuneteller .mypage_contents .datepickWrap .submit {
            margin-left: 5px; } }
    @media screen and (max-width: 812px) {
      .mypage_wrapper.fortuneteller .mypage_contents.edit_plan {
        padding-bottom: 40px; } }
    .mypage_wrapper.fortuneteller .mypage_contents.edit_plan .plan_block {
      margin-top: 35px; }
      .mypage_wrapper.fortuneteller .mypage_contents.edit_plan .plan_block h2 {
        font-size: 1.125rem;
        border-bottom: 4px solid;
        padding-bottom: 0.8em; }
      .mypage_wrapper.fortuneteller .mypage_contents.edit_plan .plan_block .row {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 35px 20px; }
        .mypage_wrapper.fortuneteller .mypage_contents.edit_plan .plan_block .row .name {
          font-size: 0.875rem; }
        .mypage_wrapper.fortuneteller .mypage_contents.edit_plan .plan_block .row .active_plan {
          font-size: 0.875rem;
          font-weight: 700; }
      .mypage_wrapper.fortuneteller .mypage_contents.edit_plan .plan_block.change {
        margin-top: 25px; }
        .mypage_wrapper.fortuneteller .mypage_contents.edit_plan .plan_block.change .row {
          background: #FFF;
          padding: 10px 10px 10px 20px;
          margin-top: 4px; }
          @media screen and (max-width: 812px) {
            .mypage_wrapper.fortuneteller .mypage_contents.edit_plan .plan_block.change .row {
              flex-direction: column;
              padding: 30px 20px; } }
          .mypage_wrapper.fortuneteller .mypage_contents.edit_plan .plan_block.change .row .name {
            font-size: 1rem;
            font-weight: 700;
            display: flex;
            align-items: baseline; }
          .mypage_wrapper.fortuneteller .mypage_contents.edit_plan .plan_block.change .row .amount {
            margin-left: 10px; }
            .mypage_wrapper.fortuneteller .mypage_contents.edit_plan .plan_block.change .row .amount span {
              font-size: 1.5rem;
              margin-left: 0.4em; }
            .mypage_wrapper.fortuneteller .mypage_contents.edit_plan .plan_block.change .row .amount small {
              font-size: 0.75rem; }
          .mypage_wrapper.fortuneteller .mypage_contents.edit_plan .plan_block.change .row .btnWrap {
            max-width: 250px; }
            @media screen and (max-width: 812px) {
              .mypage_wrapper.fortuneteller .mypage_contents.edit_plan .plan_block.change .row .btnWrap {
                margin-top: 20px;
                width: 100%;
                max-width: none; } }
    .mypage_wrapper.fortuneteller .mypage_contents.edit_plan .notes {
      font-size: 0.75rem;
      margin-top: 20px; }
      .mypage_wrapper.fortuneteller .mypage_contents.edit_plan .notes ul li {
        line-height: 1.4;
        margin-top: 0.4em;
        padding-left: 1em;
        text-indent: -1em; }

.mypage_side {
  width: 270px;
  min-height: 1000px; }
  @media screen and (max-width: 812px) {
    .mypage_side {
      width: calc(100% + 40px);
      height: auto;
      min-height: 0;
      padding: 20px;
      margin: 0 -20px; } }
  .mypage_side .my_info_wrap {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media screen and (max-width: 812px) {
      .mypage_side .my_info_wrap {
        flex-direction: row; } }
  .mypage_side .my_icon {
    width: 100px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden; }
    @media screen and (max-width: 812px) {
      .mypage_side .my_icon {
        width: 60px; } }
    .mypage_side .my_icon img {
      width: 100%;
      object-fit: cover; }
  .mypage_side .my_info {
    display: contents; }
    @media screen and (max-width: 812px) {
      .mypage_side .my_info {
        display: block;
        margin-left: 20px; } }
  .mypage_side .my_name {
    font-size: 1.125rem;
    font-weight: 700;
    margin-top: 20px; }
    @media screen and (max-width: 812px) {
      .mypage_side .my_name {
        margin-top: 0; } }
  .mypage_side .my_membership span {
    font-size: 0.625rem;
    border: 1px solid;
    border-radius: 2px;
    padding: 4px 5px 5px;
    margin-top: 12px;
    display: inline-block; }
  .mypage_side .mymenu {
    margin-top: 30px; }
    .mypage_side .mymenu ul li {
      position: relative;
      border-bottom: 4px solid #FFF;
      transition: all 0.3s ease; }
      .mypage_side .mymenu ul li.active, .mypage_side .mymenu ul li:hover {
        border-color: #DDDDDD; }
      .mypage_side .mymenu ul li a {
        font-size: 0.875rem;
        font-weight: 700;
        line-height: 1.4;
        padding: 20px 0 20px 21px;
        display: block;
        position: relative; }
        .mypage_side .mymenu ul li a:before {
          position: absolute;
          left: 0;
          top: 1.6em; }

.mypage_contents {
  width: calc(100% - 270px);
  padding: 40px 0 0 40px; }
  @media screen and (max-width: 812px) {
    .mypage_contents {
      width: 100%;
      padding: 20px 0 0; } }
  .mypage_contents .section_tit {
    line-height: 1.2;
    padding-left: 28px;
    position: relative; }
    @media screen and (max-width: 812px) {
      .mypage_contents .section_tit {
        font-size: 1.25rem;
        padding-left: 20px; } }
    .mypage_contents .section_tit:before {
      content: "";
      display: block;
      background: #333333;
      width: 10px;
      height: 40px;
      position: absolute;
      left: 0; }
      @media screen and (max-width: 812px) {
        .mypage_contents .section_tit:before {
          height: 24px; } }
  .mypage_contents .head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 37px; }
    @media screen and (max-width: 812px) {
      .mypage_contents .head {
        flex-direction: column;
        margin-block: 20px; } }
    .mypage_contents .head ul li {
      display: inline-block;
      margin-right: 20px; }
      .mypage_contents .head ul li a {
        font-size: 0.875rem;
        text-decoration: underline; }
      .mypage_contents .head ul li.active a {
        text-decoration: none;
        font-weight: 700;
        pointer-events: none; }
    @media screen and (max-width: 812px) {
      .mypage_contents .head .results_num {
        width: 100%;
        text-align: right;
        margin-top: 18px; } }
    .mypage_contents .head .results_num small {
      font-size: 0.875rem; }
    .mypage_contents .head .results_num span {
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      font-size: 1.875rem;
      font-weight: 700;
      font-style: italic;
      margin: 0 10px; }

.mypage_contents.postingHistory .item_list_wrap {
  margin-top: 34px; }
  @media screen and (max-width: 812px) {
    .mypage_contents.postingHistory .item_list_wrap {
      margin-top: 20px; } }
.mypage_contents.postingHistory .item_row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 4px;
  margin-top: 4px; }
  @media screen and (max-width: 812px) {
    .mypage_contents.postingHistory .item_row {
      display: block;
      width: 100%;
      padding: 24px 20px 4px;
      margin-top: 20px;
      text-align: right;
      background: #F7F7F7; } }
.mypage_contents.postingHistory .item {
  font-size: 0.875rem;
  line-height: 1.4;
  padding: 20px 20px 21px;
  background: #F7F7F7; }
  @media screen and (max-width: 812px) {
    .mypage_contents.postingHistory .item {
      padding: 0;
      margin-bottom: 20px; } }
.mypage_contents.postingHistory .date {
  width: 25%; }
  @media screen and (max-width: 812px) {
    .mypage_contents.postingHistory .date {
      width: 100%; } }
.mypage_contents.postingHistory .name {
  width: 50%; }
  @media screen and (max-width: 812px) {
    .mypage_contents.postingHistory .name {
      width: 100%; } }
.mypage_contents.postingHistory .vote {
  width: 25%;
  text-align: right; }
  @media screen and (max-width: 812px) {
    .mypage_contents.postingHistory .vote {
      width: 100%; } }
.mypage_contents.postingHistory .itemname {
  font-size: 0.875rem;
  font-weight: 700; }
  @media screen and (max-width: 812px) {
    .mypage_contents.postingHistory .itemname {
      text-align: left;
      padding-bottom: 12px;
      margin-bottom: 12px;
      border-bottom: 4px solid; } }
@media screen and (max-width: 812px) {
  .mypage_contents.postingHistory .item_head {
    display: none; } }
.mypage_contents.postingHistory .item_head .item {
  background: #FFF;
  border-bottom: 4px solid;
  padding: 0 20px 10px; }
.mypage_contents.commentHistory .item_list_wrap {
  margin-top: 20px; }
.mypage_contents.commentHistory .list_display .u_item .meta {
  width: 100%;
  float: none;
  padding: 0; }
  .mypage_contents.commentHistory .list_display .u_item .meta.info_block {
    flex-direction: row;
    justify-content: normal; }
    @media screen and (max-width: 812px) {
      .mypage_contents.commentHistory .list_display .u_item .meta.info_block {
        padding: 10px; } }
    .mypage_contents.commentHistory .list_display .u_item .meta.info_block .info {
      margin: 0; }
      .mypage_contents.commentHistory .list_display .u_item .meta.info_block .info:not(:first-child) {
        margin-left: 20px; }
.mypage_contents .list_display:not(:first-child) {
  margin-top: 40px; }
.mypage_contents .my_comment {
  background: #FFF;
  padding: 30px 30px 14px;
  margin-top: 30px; }
  @media screen and (max-width: 812px) {
    .mypage_contents .my_comment {
      padding: 20px 20px 8px; } }
  @media screen and (max-width: 812px) {
    .mypage_contents .my_comment .date {
      font-size: 0.875rem; } }
  .mypage_contents .my_comment .comment {
    margin-top: 20px; }
    @media screen and (max-width: 812px) {
      .mypage_contents .my_comment .comment p {
        font-size: 0.875rem; } }
.mypage_contents.list_favorite .item_list_wrap {
  margin-top: 20px; }
.mypage_contents.list_favorite .head {
  justify-content: right;
  margin-top: -10px; }
  @media screen and (max-width: 812px) {
    .mypage_contents.list_favorite .head {
      margin-top: -16px; } }
.mypage_contents.list_favorite .remove button {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 30px;
  right: 30px;
  background: transparent;
  z-index: 1; }
  @media screen and (max-width: 812px) {
    .mypage_contents.list_favorite .remove button {
      top: 20px;
      right: 10px; } }
.mypage_contents.list_favorite .remove span {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  border-radius: 20px;
  background: #333333;
  width: 40px;
  transition: all 0.3s ease; }
  .mypage_contents.list_favorite .remove span:nth-of-type(1) {
    top: 7px;
    transform: translateY(8px) rotate(-45deg); }
  .mypage_contents.list_favorite .remove span:nth-of-type(2) {
    top: 23px;
    transform: translateY(-8px) rotate(45deg); }
.mypage_contents.edit_profile .form_wrap {
  margin-top: 40px; }

.adv.p_head { display: none; }

.single_u .voteWrap { display: none; }

