@charset "UTF-8";
/* root var */
:root {
  --z-index-dialog: 240;
  --z-index-chat-support-balloon: 200;
  --z-index-header: 160;
  --z-index-global-navigation: 160;
  --z-index-search-condition-bar: 150;
  --z-index-base-dialog: 13000;
  --z-index-toast: 120;
  --z-index-indicator: 100;
  --z-index-takoyaki: 80;
  --z-index-carousel-card: 80;
  --z-index-grid-banner: 80;
  --z-index-float-button: 40;
  --z-index-action-control-button: 40;
  --z-index-swipe-card: 40;
  --z-index-grid-list: 1;
  --z-index-user-list: 1;
  --z-index-message-list: 1;
  --z-index-button: 1;
}

:root {
  --margin-xs: 8px;
  --margin-s: 16px;
  --margin-m: 24px;
  --margin-l: 32px;
  --margin-xl: 40px;
  --margin-2xl: 48px;
  --padding-none: 1px;
  --padding-xs: 8px;
  --padding-s: 16px;
  --padding-m: 24px;
  --padding-l: 32px;
  --padding-xl: 40px;
  --padding-2xl: 48px;
  --radius-micro: 3px;
  --radius-s: 8px;
  --radius-m: 16px;
}

:root {
  --color-white: #fff;
  --color-gray-00: #0a2c2f;
  --color-gray-01: #325151;
  --color-gray-02: #678181;
  --color-gray-03: #96aaaa;
  --color-gray-04: #bfcfcf;
  --color-gray-05: #dae4e5;
  --color-gray-06: #ebf2f2;
  --color-gray-07: #f4fbfb;
  --color-matchBlue-00: #007f90;
  --color-matchBlue-01: #0096a9;
  --color-matchBlue-02: #00aec2;
  --color-matchBlue-03: #00c1d4;
  --color-matchBlue-04: #69d5e4;
  --color-matchBlue-05: #a5eaf5;
  --color-matchBlue-06: #e0f8fc;
  --color-matchBlue-07: #ebfcff;
  --color-green-00: #028541;
  --color-green-01: #299953;
  --color-green-02: #40ac63;
  --color-green-03: #56c076;
  --color-green-04: #88d99c;
  --color-green-05: #b2ecbe;
  --color-green-06: #e0fae4;
  --color-yellow-00: #deae00;
  --color-yellow-01: #f1bf00;
  --color-yellow-02: #ffc900;
  --color-yellow-03: #ffda13;
  --color-yellow-04: #ffe14c;
  --color-yellow-05: #ffef9b;
  --color-yellow-06: #fffde3;
  --color-red-00: #d03138;
  --color-red-01: #ef3f45;
  --color-red-02: #ff5552;
  --color-red-03: #ff6c65;
  --color-red-04: #ff998b;
  --color-red-05: #ffcabf;
  --color-red-06: #ffefeb;
  --color-blue-00: #007bcc;
  --color-blue-01: #028ddf;
  --color-blue-02: #37a0f3;
  --color-blue-03: #3fb7ff;
  --color-blue-04: #8cccff;
  --color-blue-05: #b7e4ff;
  --color-blue-06: #e4f6ff;
  --color-purple-00: #5e6dc8;
  --color-purple-01: #6e7de2;
  --color-purple-02: #8593fa;
  --color-purple-03: #9aa6ff;
  --color-purple-04: #b7beff;
  --color-purple-05: #d7d9ff;
  --color-purple-06: #1877f2;
  --color-gradient-like: linear-gradient(135deg, #ff8f87 0%, #fc6675 100%);
  --color-gradient-look: linear-gradient(135deg, #ffbc33 0%, #ff9220 100%);
  --color-gradient-boost: linear-gradient(135deg, #ff8d45 0%, #ff7f60 100%);
  --color-gradient-private-mode: linear-gradient(135deg, #dcf8da 0%, #daf6f8 100%);
  --color-gradient-match: linear-gradient(-45deg, #c7e7e9 0%, #e4f3f4 100%);
  --color-plain-boost: #f08253;
  --color-black: #000;
}

.d_blk {
  display: block;
}

.d_inblk {
  display: inline-block;
}

.lh2em {
  display: block;
  line-height: 2em;
}

.lh15 {
  display: block;
  line-height: 1.5em;
}

.attention {
  display: block;
  font-size: 85%;
  line-height: 2em;
  color: var(--color-gray-03);
}

.attention.danger {
  color: var(--color-red-00);
}

@media (min-width: 480px) {
  .attention {
    font-size: 14px;
  }
}
.fs_80 {
  font-size: 80%;
}

.link {
  color: var(--color-matchBlue-02);
  text-decoration: underline;
  line-height: 2em;
}

.alert {
  margin-top: var(--margin-s);
  margin-bottom: var(--margin-m);
  padding-top: var(--padding-none);
  padding-bottom: var(--padding-none);
  padding-left: var(--padding-s);
  padding-right: var(--padding-s);
  background-color: var(--color-matchBlue-06);
  border-radius: var(--radius-s);
}
.alert > .headline {
  display: block;
  color: var(--color-matchBlue-00);
  margin-top: var(--margin-m);
  margin-bottom: var(--margin-s);
}
.alert > .title {
  display: block;
  color: var(--color-matchBlue-00);
  margin-top: var(--margin-s);
  margin-bottom: var(--margin-s);
}

.alert.red {
  background-color: var(--color-red-06);
}
.alert.red > .headline,
.alert.red > .title {
  color: var(--color-red-00);
}

.attention.age {
  margin-top: var(--margin-s);
  font-size: 85%;
  text-align: justify;
  line-height: 1.1em;
  padding-left: 1.1em;
  padding-right: 1.1em;
  text-indent: -1em;
}

/*
// breakpointの設定
$mq-breakpoints: (
    xl: 1440px,
    lg: 1280px,
    md: 1024px,
    tb: 768px,
    sm: 576px,
    xs: 480px) !default;
*/
* {
  box-sizing: border-box;
}

.html {
  font-size: 62.5%;
  font-weight: 400;
}

.body {
  color: var(--color-gray-00);
  line-height: 1.25em;
  font-size: 4vw;
  font-family: sans-serif;
  background-color: var(--color-white);
}

@media (min-width: 480px) {
  .body {
    font-size: 16px;
  }
}
.layout {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 600px;
  min-height: 100vh;
}

.header {
  display: flex;
  align-items: center;
  z-index: 999;
  background-color: #fff;
}
.header .back_link {
  line-height: 1em;
}
.header > .logo_wrap {
  width: 100%;
  height: 100%;
  max-width: 600px;
  margin: 0 -0.5em;
  display: flex;
  align-items: center;
}
.header > .logo_wrap > .logo {
  height: 28px;
}
.header.default, .header.derive {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  height: 48px;
  backdrop-filter: blur(4px);
}
.header.derive {
  padding: 0 1em;
  height: 48px;
}
.header > * {
  position: relative;
  z-index: 1;
}
.header.derive:before {
  opacity: 0.7;
  background-color: var(--color-gray-07);
}

.header_menu_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}
.header_menu_btn > span {
  position: relative;
  display: block;
  width: 22px;
  height: 2px;
  background-color: var(--color-gray-04);
}
.header_menu_btn > span:before, .header_menu_btn > span:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 2px;
  background-color: var(--color-gray-04);
}
.header_menu_btn > span:before {
  top: -7px;
}
.header_menu_btn > span:after {
  top: 7px;
}

.header:after {
  content: "";
  width: 26px;
}

.main.default {
  padding-top: 48px;
  padding-bottom: 48px;
}
.main.derive {
  margin: 72px 12px 96px;
}

.footer {
  margin-top: auto;
  color: var(--color-white);
  background-color: var(--color-matchBlue-03);
}
.footer > .nav {
  padding-top: var(--padding-xl);
  padding-bottom: var(--padding-m);
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer > .nav > .items {
  display: inline-flex;
  flex-direction: column;
}
.footer > .nav > .items > .item {
  font-size: 80%;
  font-weight: 700;
  margin-bottom: var(--margin-xs);
  padding-right: var(--padding-m);
}
.footer .footer-p {
  font-size: 60%;
  text-align: center;
  line-height: 1.5em;
}
.footer .footer-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1em;
  padding-top: var(--padding-m);
  padding-bottom: var(--padding-xl);
  font-weight: 700;
  font-size: 65%;
  text-align: center;
}
.footer .footer-copy span {
  padding-right: 5px;
  font-size: 1.5em;
}

.layout .footer-logo {
  display: none;
}

.layout.top .footer-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.layout.top .footer-logo > span {
  display: block;
}
.layout.top .footer-logo > span img {
  display: block;
  border-radius: 22%;
  width: 80px;
  max-width: 100px;
  border: 2px solid white;
  transform: translate(0, -40px);
}
.layout.top .footer-logo .footer-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2.4em;
  border-radius: 100px;
  height: 3.5em;
  font-size: 1.1em;
  font-weight: bold;
  color: var(--color-matchBlue-03);
  background-color: #fff;
}

.derive_headlineds {
  margin: 0;
  font-size: 1em;
  font-weight: 700;
}

.derive > .company,
.derive > .term,
.derive > .policy,
.derive > .guidelines,
.derive > .ageverification,
.default > .price {
  font-size: 3.5vw;
}

@media (min-width: 480px) {
  .derive > .company,
.derive > .term,
.derive > .policy,
.derive > .guidelines {
    font-size: 14px;
  }
}
.derive_p {
  text-align: justify;
  margin-top: var(--margin-s);
  margin-bottom: var(--margin-s);
}

.derive_h2 {
  margin-top: var(--margin-m);
  margin-bottom: var(--margin-s);
  padding-left: var(--margin-xs);
  color: var(--color-matchBlue-01);
  font-size: 1.1em;
  border-left: 5px solid var(--color-matchBlue-01);
}

.derive_h3 {
  margin-top: var(--margin-m);
  margin-bottom: var(--margin-s);
  color: var(--color-matchBlue-01);
  font-size: 1.1em;
}

.derive_ol {
  margin-left: 0;
  padding-left: 1.5em;
  margin-top: var(--margin-s);
  margin-bottom: var(--margin-m);
  list-style-type: decimal;
  list-style-position: outside;
}

.derive_ul {
  margin-left: 0;
  padding-left: 1.5em;
  margin-top: var(--margin-s);
  margin-bottom: var(--margin-m);
  list-style-type: disc;
  list-style-position: outside;
}

.derive_li {
  margin-bottom: var(--margin-xs);
}

.derive_dl {
  margin-top: var(--margin-m);
  margin-bottom: var(--margin-m);
}

.derive_dt {
  margin-top: var(--margin-m);
  margin-bottom: var(--margin-s);
  color: var(--color-matchBlue-01);
  font-weight: 700;
}

.derive_dd {
  margin-top: var(--margin-s);
  margin-bottom: var(--margin-s);
  margin-left: 0;
  text-align: justify;
}

.mainvisual {
  padding-top: 24px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 48px;
  margin-bottom: var(--margin-l);
  background-color: #bce2ec;
}

.mainvisual.price {
  background-image: url(/top/img/price.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 85%;
}

.price_h1 {
  line-height: 1.25em;
  font-size: 28px;
  color: var(--color-matchBlue-02);
  margin-bottom: 60px;
}

.price_table {
  margin: 0 20px;
}

.price_p {
  transform: translate(0, 40px);
  padding: 15px;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
}

.price_table [class^=pure-g] {
  margin: 0 -1.5px 8px;
  flex-wrap: nowrap;
}

.price_table [class^=pure-u-] {
  flex: 1 1 33.3333%;
  width: auto;
  padding: 0 1.5px;
}

.price_table [class^=pure-u-] > dt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  color: var(--color-white);
  background-color: var(--color-matchBlue-03);
  border-radius: 8px 8px 0 0;
}
.price_table [class^=pure-u-] > dt > span {
  font-size: 1.3em;
  letter-spacing: 0.1em;
  line-height: 1.5em;
}

@media (min-width: 480px) {
  .price_p {
    font-size: 13px;
  }

  .price_table [class^=pure-u-] > dt {
    font-size: 18px;
  }

  .price_table [class^=pure-u-] > dt > span {
    font-size: 24px;
  }
}
.price_table [class^=pure-u-] > dd {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: var(--padding-m);
  padding-bottom: var(--padding-m);
  color: var(--color-gray-02);
  background-color: var(--color-gray-06);
  border-radius: 0 0 8px 8px;
}
.price_table [class^=pure-u-] > dd > b,
.price_table [class^=pure-u-] > dd > span {
  display: block;
}
.price_table [class^=pure-u-] > dd > span {
  font-size: 11px;
  text-align: center;
}
.price_table [class^=pure-u-] > dd > span:last-child {
  color: var(--color-gray-03);
}
.price_table [class^=pure-u-] > dd > b {
  margin-top: var(--margin-xs);
  margin-bottom: var(--margin-xs);
  font-size: 22px;
  color: var(--color-matchBlue-02);
}
.price_table [class^=pure-u-] > dd > b > span {
  display: inline-block;
  padding-left: 2px;
  font-size: 12px;
}

.age_h2 {
  color: var(--color-matchBlue-02);
  font-size: 1.1em;
  font-weight: 700;
  text-align: center;
}

.age_dl {
  margin-top: var(--margin-xl);
}

.age_dt {
  color: var(--color-matchBlue-02);
  font-size: 1.1em;
  font-weight: 700;
  text-align: center;
  margin-top: var(--margin-m);
  margin-bottom: var(--margin-s);
}

.age_dd > .items > .item {
  padding: var(--padding-m);
  margin-bottom: var(--margin-l);
  color: var(--color-white);
  background-color: var(--color-matchBlue-03);
  border-radius: 8px;
}

.age_dd > .items > .item:last-child {
  margin-bottom: 0;
}

.age_h3 {
  margin-bottom: var(--margin-s);
}

.age_dd figcaption {
  display: block;
  font-size: 85%;
  text-align: center;
}

.alert.age {
  background-color: var(--color-matchBlue-06);
  padding: var(--padding-s);
  margin-bottom: var(--margin-s);
}
.alert.age > b {
  display: block;
  text-align: center;
  margin-bottom: var(--margin-s);
  color: var(--color-matchBlue-02);
}
.alert.age > p {
  text-align: center;
  color: var(--color-gray-03);
}

.age_dd .attention {
  color: var(--color-white);
}

.age_dd .figtext {
  color: var(--color-red-06);
  text-align: center;
  font-weight: 400;
  font-size: 80%;
}

.section {
  padding-bottom: var(--padding-2xl);
}

.section.blue {
  background-color: var(--color-matchBlue-06);
}

.mainvisual.top {
  padding: 0;
  background-color: var(--color-white);
}
.mainvisual.top > h1 {
  margin-top: var(--margin-m);
  margin-bottom: var(--margin-m);
  margin-left: var(--margin-m);
  margin-right: var(--margin-m);
}

.btn-wrap {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}

.top-btn {
  display: block;
  margin: 0 auto 20px;
  width: 80%;
  padding: 1.2em 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
  color: var(--color-white);
  background-color: var(--color-matchBlue-03);
  border-radius: 100px;
  border: 2px solid var(--color-matchBlue-03);
}

.top-btn.empty {
  color: var(--color-gray-02);
  background-color: var(--color-white);
  border: 2px solid var(--color-matchBlue-03);
}

.top_h3 {
  position: relative;
  padding-top: var(--padding-2xl);
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  padding-bottom: var(--padding-m);
  margin-bottom: var(--margin-l);
}

.top_h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -3em;
  width: 6em;
  height: 3px;
  background-color: var(--color-matchBlue-03);
}

.tail_wrap {
  display: grid;
  margin-left: var(--margin-l);
  margin-right: var(--margin-l);
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: var(--margin-xl);
}

.tail_wrap > .tail_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-matchBlue-03);
  font-weight: bold;
  font-size: 0.9em;
  text-align: center;
  margin-bottom: var(--margin-m);
}
.tail_wrap > .tail_item > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37vw;
  height: 37vw;
  max-width: 240px;
  max-height: 240px;
  background-color: var(--color-white);
  border-radius: 999px;
  border: 2px solid var(--color-matchBlue-03);
  box-shadow: 0px 0px 20px rgba(0, 150, 169, 0.2);
}
.tail_wrap > .tail_item > span:before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 15px;
  width: 20px;
  height: 100%;
  background-image: url("/top/img/img-vertical_arrow.svg?abc");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
}

.end_catch > div:first-child {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: var(--margin-m);
}
.end_catch > div:last-child {
  font-size: 1.25em;
  text-align: center;
  font-weight: bold;
  line-height: 1.5em;
}
.end_catch > div:last-child > span {
  color: var(--color-red-03);
}

.derive_p.m_lr_xl {
  margin-bottom: var(--margin-xl);
}

.m_lr_xl {
  margin-left: var(--margin-xl);
  margin-right: var(--margin-xl);
}

.m_lr_m {
  margin-left: var(--margin-m);
  margin-right: var(--margin-m);
}

.h4_atn {
  font-weight: 700;
  color: var(--color-matchBlue-03);
  margin-top: var(--margin-l);
  margin-bottom: var(--margin-s);
  margin-left: var(--margin-l);
  margin-right: var(--margin-l);
  display: flex;
}
.h4_atn:before {
  content: "POINT";
  color: white;
  font-size: 0.7em;
  padding: 0 4px;
  border-radius: 2px;
  margin-right: 0.5em;
  background-color: var(--color-matchBlue-03);
}

.top_h4 {
  margin-left: var(--margin-xl);
  margin-right: var(--margin-xl);
  margin-bottom: var(--margin-l);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
}
.top_h4 > span {
  flex: 1 1 70%;
  white-space: nowrap;
}
.top_h4:before, .top_h4:after {
  content: "";
  display: block;
  width: 25%;
  height: 2px;
  flex: 1 1 25%;
}
.top_h4:before {
  margin-right: 5px;
  background-color: var(--color-gray-01);
}

.t-center {
  text-align: center;
}

.safety_items {
  margin-left: var(--margin-m);
  margin-right: var(--margin-m);
}

.safety_item {
  display: flex;
  align-items: center;
  margin-bottom: var(--margin-xs);
}
.safety_item > span {
  flex: 0 0 28%;
  margin-right: var(--margin-xs);
  border-radius: 100px;
  overflow: hidden;
}
.safety_item > b {
  flex: 1 1 100%;
  font-size: 1.1em;
  font-weight: bold;
}

.scroll_wrap {
  overflow-x: scroll;
  padding-left: var(--padding-s);
  padding-right: var(--padding-s);
}

.scroll_items {
  width: calc(240% + 32px);
  display: flex;
}
.scroll_items img {
  display: block;
  margin-bottom: var(--margin-s);
  border-radius: 12px;
}

.scroll_item {
  flex: 1 1 33.33%;
}

.scroll_dl {
  padding-top: var(--margin-s);
  margin-left: 8px;
  margin-right: 8px;
}

.scroll_dt {
  color: var(--color-matchBlue-03);
  margin-bottom: var(--margin-xs);
}

.scroll_dd {
  text-align: justify;
}

.gather > .items > .item {
  font-size: 0.9em;
  margin-bottom: var(--margin-s);
}
.gather > .items > .item .tit {
  font-weight: bold;
  color: var(--color-matchBlue-02);
  margin-bottom: 3px;
}
.gather > .items > .item .tit .ast {
  color: var(--color-red-02);
}
.gather > .items > .item input[type=text],
.gather > .items > .item input[type=password] {
  display: block;
  width: 100%;
  height: 2.4em;
  text-indent: 0.5em;
  font-size: 15px;
  font-weight: bold;
  background-color: var(--color-matchBlue-06);
}
.gather .ast-box {
  font-size: 0.9em;
  color: var(--color-red-03);
}
.gather .caution {
  margin-top: var(--margin-s);
  margin-bottom: var(--margin-s);
  font-size: 0.9em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gather .caution a {
  color: var(--color-matchBlue-03);
  text-decoration: underline;
}
.gather .check {
  margin-top: var(--margin-s);
  margin-bottom: var(--margin-s);
  font-size: 0.9em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gather .check input[type=checkbox] {
  width: 1.4em;
  height: 1.4em;
  margin-right: 0.5em;
  background-color: var(--color-matchBlue-06);
  border-radius: 2px;
}
.gather .check input[type=checkbox]:checked {
  background-image: url(/top/img/check_normal.svg);
  background-size: contain;
  background-color: var(--color-matchBlue-01);
}
