@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

address {
  font-style: normal; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/*# sourceMappingURL=magnific-popup.css.map */
/* wrap */
/*	common
---------------------------------*/
::selection {
  background: #FF1087;
  color: #fff; }

::-moz-selection {
  background: #FF1087;
  color: #fff; }

body {
  color: #3C445A;
  font-family: "Zen Kaku Gothic New","Yu Gothic","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Sans","Meiryo",sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.857; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* link */
a {
  color: #3C445A;
  text-decoration: none;
  transition: .4s; }
  a img {
    transition: .4s; }

button {
  transition: .4s; }

a:hover,
button:hover {
  transition: .4s;
  opacity: 0.6; }
  @media screen and (max-width: 850px) {
    a:hover,
    button:hover {
      opacity: 1; } }

a:active, a:focus {
  outline: none; }

/* element */
.image {
  display: inline; }
  @media (max-width: 850px) {
    .image {
      display: none; } }

.image_s {
  display: none; }
  @media (max-width: 850px) {
    .image_s {
      display: inline; } }

.cf::after {
  content: "";
  display: block;
  clear: both; }

/* adjust anchor */
.anc {
  margin-top: 0px;
  padding-top: 0px; }
  @media screen and (max-width: 850px) {
    .anc {
      margin-top: 0;
      padding-top: 0; } }

/* figure */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

/*	clearfix
---------------------------------*/
.cl:before, .cl:after {
  content: " ";
  display: table; }

.cl:after {
  clear: both; }

.cl {
  *zoom: 1;
  display: block; }

.block_p {
  display: block; }
  @media screen and (max-width: 850px) {
    .block_p {
      display: none; } }

.block_s {
  display: none; }
  @media screen and (max-width: 850px) {
    .block_s {
      display: block; } }

.inline_p {
  display: inline; }
  @media screen and (max-width: 850px) {
    .inline_p {
      display: none; } }

.inline_s {
  display: none; }
  @media screen and (max-width: 850px) {
    .inline_s {
      display: inline; } }

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }

.between {
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between; }

/* fadein */
.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s; }

.wrapper {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column; }
  .wrapper > .pageCont {
    flex: 1 0 auto; }
  .wrapper > .footer {
    flex-shrink: 0;
    margin-top: auto; }
  .wrapper:before {
    content: "";
    background: url("../img/bg_header.png") center top no-repeat;
    width: 430px;
    background-size: 430px;
    height: 170px;
    position: absolute;
    right: 0;
    top: 0; }
    @media screen and (max-width: 850px) {
      .wrapper:before {
        background: url("../img/bg_header_sp.png") center top no-repeat;
        width: 246px;
        background-size: 246px;
        height: 100px;
        top: 0px; } }

.wrapperNoBg:before {
  content: none; }

.inner {
  max-width: 1080px;
  margin: auto;
  position: relative;
  padding: 0 40px; }
  @media screen and (max-width: 850px) {
    .inner {
      padding: 0 20px; } }

.btn {
  border-radius: 1000px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  height: 50px;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  position: relative;
  border: none;
  font-family: "Zen Kaku Gothic New", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 16px; }
  @media screen and (max-width: 850px) {
    .btn {
      height: 50px;
      padding: 0 10px;
      font-size: 16px; } }
  .btn__icon {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin: 0 5px 0 0; }
  .btn__icon--login {
    width: 17.57px; }
    @media screen and (max-width: 850px) {
      .btn__icon--login {
        width: 14px; } }
  .btn__icon--Smile {
    width: 18px; }
    @media screen and (max-width: 850px) {
      .btn__icon--Smile {
        width: 14px; } }

.btn--blue,
.btn--white,
.btn--green,
.btn--pink {
  box-shadow: inset 0 -3px 6px rgba(28, 59, 142, 0.3), 0 3px 6px rgba(0, 0, 0, 0.16); }

.btn--blue {
  background: #146BD4;
  color: #FFF; }

.btn--white {
  background: #FFF; }

.btn--ghost {
  background: none;
  border: 2px solid #FFF; }

.btn--orange {
  box-shadow: inset 0 -5px 7px rgba(255, 255, 255, 0.3), 0 3px 6px rgba(0, 0, 0, 0.16); }

.btn--orange {
  background: #ED6B00;
  color: #FFF; }

.btn--red {
  background: #DD1329;
  color: #FFF; }

.btn--white {
  background: #FFF; }

.btn--green {
  background: #00BECE; }

.btn--pink {
  background: #FF1087; }

.arrowIcon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: calc(50% - 12px); }
  .arrowIcon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% - 1px);
    width: 6px;
    height: 6px; }

.arrowIcon--right {
  right: 10px; }
  .arrowIcon--right:before {
    transform: translate(-60%, -50%) rotate(45deg); }

.arrowIcon--left {
  left: 10px; }
  .arrowIcon--left:before {
    transform: translate(-60%, -50%) rotate(-135deg);
    left: 13px; }

.arrowIcon--orangeW {
  background: #ED6B00; }
  .arrowIcon--orangeW:before {
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF; }

.arrowIcon--greenW {
  background: #00BECE; }
  .arrowIcon--greenW:before {
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF; }

.arrowIcon--whiteO {
  background: #fff; }
  .arrowIcon--whiteO:before {
    border-top: 2px solid #ED6B00;
    border-right: 2px solid #ED6B00; }

.arrowIcon--whiteG {
  background: #fff; }
  .arrowIcon--whiteG:before {
    border-top: 2px solid #00BECE;
    border-right: 2px solid #00BECE; }

.arrowIcon--whiteB {
  background: #fff; }
  .arrowIcon--whiteB:before {
    border-top: 2px solid #146BD4;
    border-right: 2px solid #146BD4; }

.arrowIcon--grayW {
  background: #A2ABB4; }
  .arrowIcon--grayW:before {
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF; }

.txtBold {
  font-weight: 600; }

.txtBlue {
  color: #146BD4; }

.txtWhite {
  color: #FFF; }

.txtOrange {
  color: #ED6B00; }

.txtGreen {
  color: #00BECE; }

.txtLgreen {
  color: #6DAD19; }

.txtGray {
  color: #A2ABB4; }

.txtRed {
  color: #DD1329; }

.txtYellow {
  color: #FFBA00; }

.txtPink {
  color: #FF1087; }

.txtPurple {
  color: #873E8C; }

.txtCenter {
  text-align: center; }

.txtUnderLine {
  text-decoration: underline; }

.border--blue {
  border-color: #146BD4; }

.border--white {
  border-color: #FFF; }

.border--orange {
  border-color: #ED6B00; }

.border--green {
  border-color: #00BECE; }

.border--Lgreen {
  border-color: #6DAD19; }

.border--gray {
  border-color: #A2ABB4; }

.border--red {
  border-color: #DD1329; }

.border--yellow {
  border-color: #FFBA00; }

.border--pink {
  border-color: #FF1087; }

.border--purple {
  border-color: #873E8C; }

.bgBlue {
  background: #146BD4; }

.bgLBlue {
  background: #F3F7FD; }

.bgWhite {
  background: #FFF; }

.bgOrange {
  background: #ED6B00; }

.bgGreen {
  background: #00BECE; }

.bgLgreen {
  background: #6DAD19; }

.bgGray {
  background: #A2ABB4; }

.bgRed {
  background: #DD1329; }

.bgYellow {
  background: #FFBA00; }

.bgPink {
  background: #FF1087; }

.bgPurple {
  background: #873E8C; }

.bgGold {
  background: linear-gradient(148deg, #cf991b 0%, #e8c36c 46%, #a86b03 100%); }

.bgLpink {
  background: #FFF7F9; }

.secTtl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px; }
  .secTtl__enTtl {
    font-family: "poppins";
    font-size: 36px;
    line-height: 36px;
    display: inline-block;
    margin-right: 10px; }
    @media screen and (max-width: 850px) {
      .secTtl__enTtl {
        font-size: 24px;
        line-height: 24px; } }
  .secTtl__ttl {
    font-size: 16px; }
    @media screen and (max-width: 850px) {
      .secTtl__ttl {
        font-size: 12px; } }
  .secTtl__ttl--large {
    font-size: 36px; }
    @media screen and (max-width: 850px) {
      .secTtl__ttl--large {
        font-size: 24px; } }

.pageTtlWrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  .pageTtlWrap .pageTtl {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    margin-bottom: 0; }

.pageTtlWrapNowrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center; }
  .pageTtlWrapNowrap .pageTtl {
    margin-bottom: 0; }

.pageTtl {
  font-size: 36px;
  margin-bottom: 20px; }
  @media screen and (max-width: 850px) {
    .pageTtl {
      font-size: 24px; } }

.header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  z-index: 20;
  height: 100px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  transition: .4s; }
  @media screen and (max-width: 850px) {
    .header {
      padding-left: 10px;
      align-items: flex-start;
      margin-bottom: 10px;
      height: auto; } }
  .header__logo {
    display: block;
    width: 255px; }
    @media screen and (max-width: 850px) {
      .header__logo {
        width: 64.6px;
        margin-top: 10px; } }
  .header__logo--center {
    margin-left: auto;
    margin-right: auto; }

.header.on {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5px);
  transition: .4s; }
  .header.on .headerInfo {
    transition: .4s;
    padding-top: 12px; }
    @media screen and (max-width: 850px) {
      .header.on .headerInfo {
        padding-top: 10px; } }
  .header.on .headerInfo__name {
    color: #FF1087;
    transition: .4s; }

.headerInfo {
  padding-right: 40px;
  min-width: 430px;
  min-height: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  transition: .4s;
  /*&:before {
    content: "";
    background: url("../img/bg_header.png") center top no-repeat;
    width: 430px;
    background-size: 430px;
    height: 170px;
    position: absolute;
    right: 0;
    top: 0;
    @media screen and (max-width: $viewport) {
      background: url("../img/bg_header_sp.png") center top no-repeat;
      width: 246px;
      background-size: 246px;
      height: 100px;
      top: 2px;
    }
  }*/ }
  @media screen and (max-width: 850px) {
    .headerInfo {
      min-width: auto;
      width: calc(100%/2 + 74px);
      min-height: 60px;
      padding-right: 10px;
      position: relative;
      top: -2px;
      align-items: center; } }
  .headerInfo__meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 850px) {
      .headerInfo__meta {
        flex-direction: column-reverse;
        padding-right: 10px; } }
  .headerInfo__plan {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background: #FFF;
    border-radius: 100px;
    box-sizing: border-box;
    padding: 2px 10px;
    position: relative;
    top: 1px; }
    @media screen and (max-width: 850px) {
      .headerInfo__plan {
        font-size: 12px;
        top: auto;
        padding: 0 6px;
        line-height: 1.5; } }
  .headerInfo__name {
    color: #FFF;
    font-size: 16px;
    margin: 0 10px; }
    @media screen and (max-width: 850px) {
      .headerInfo__name {
        margin: 0;
        font-size: 12px; } }
  .headerInfo__badge {
    width: 50px;
    height: 50px;
    background: #FFF;
    border-radius: 100%;
    box-sizing: border-box;
    padding: 2px;
    display: block;
    box-shadow: inset 0 -1px 6px rgba(28, 59, 142, 0.3), 0 0 6px rgba(0, 0, 0, 0.16);
    border: none;
    transition: .4s;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 850px) {
      .headerInfo__badge {
        width: 40px;
        height: 40px; } }
    .headerInfo__badge:hover {
      opacity: 0.6;
      transition: .4s; }
  .headerInfo__badgeInner {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    box-shadow: 0 0 2px rgba(28, 59, 142, 0.3); }
  .headerInfo__badgeImg {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block; }

.headerPopover {
  width: 215px;
  background: #FFF;
  box-sizing: border-box;
  position: fixed;
  right: 35px;
  top: 75px;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  z-index: 200;
  box-sizing: border-box;
  padding: 20px 20px 5px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease, visibility 0s linear .2s; }
  @media screen and (max-width: 850px) {
    .headerPopover {
      right: 0;
      border-radius: 0px 0 0 10px;
      width: 170px;
      top: 60px;
      padding: 15px 15px 5px; } }
  .headerPopover:before {
    content: "";
    position: absolute;
    right: 12px;
    top: -11px;
    background: url("../img/bg_tool_arrow.svg") no-repeat;
    background-size: 35px;
    width: 35px;
    height: 11px; }
    @media screen and (max-width: 850px) {
      .headerPopover:before {
        top: -9px; } }
  .headerPopover__item {
    margin-bottom: 10px; }
    @media screen and (max-width: 850px) {
      .headerPopover__item {
        margin-bottom: 5px; } }
  .headerPopover__link {
    display: block;
    box-sizing: border-box;
    padding-bottom: 10px; }
    @media screen and (max-width: 850px) {
      .headerPopover__link {
        padding-bottom: 5px; } }
  .headerPopover__icon {
    width: 25px;
    display: inline-block;
    position: relative;
    margin: 0 5px 0 0;
    vertical-align: middle; }
    @media screen and (max-width: 850px) {
      .headerPopover__icon {
        width: 17px;
        margin: 0 3px 0 0;
        top: -2px; } }

.headerPopover.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition: opacity .2s ease, transform .2s ease, visibility 0s; }

.footer {
  margin-top: 100px;
  padding-top: 100px;
  background: #FE1F64;
  background: linear-gradient(146deg, #fe1f64 0%, #f2c036 44%, #ff1087 100%);
  position: relative;
  padding-bottom: 60px; }
  @media screen and (max-width: 850px) {
    .footer {
      padding-bottom: 80px;
      margin-top: 60px;
      padding-top: 60px;
      padding-bottom: 70px; } }
  .footer__mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
    .footer__mask img {
      width: 100%;
      vertical-align: top; }
  .footer__maskInner {
    display: block;
    width: 100%; }
  .footer__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between; }
  .footer__box {
    width: 650px;
    /*background: linear-gradient(143deg,rgba(45, 105, 191, 1) 0%, rgba(72, 155, 217, 1) 49%, rgba(36, 54, 191, 1) 100%);*/
    border-radius: 50px 0 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    padding: 0 30px 0 50px;
    align-items: center;
    /*box-shadow: inset -10px -5px 20px rgba(255, 255, 255, 0.15),
    0 6px 15px #A7C2D7;*/ }
    @media screen and (max-width: 950px) {
      .footer__box {
        width: 100%;
        padding: 20px 50px; } }
    @media screen and (max-width: 850px) {
      .footer__box {
        width: calc(100% - 20px);
        padding: 20px 20px 10px;
        border-radius: 0 40px 0 0; } }
  .footer__logo {
    display: block;
    margin-bottom: 20px;
    width: 230px;
    margin-left: 30px; }
    @media screen and (max-width: 950px) {
      .footer__logo {
        margin: 0 auto 20px; } }
    @media screen and (max-width: 850px) {
      .footer__logo {
        width: 110px;
        margin: 0 auto 15px; } }
  .footer__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
  .footer__item {
    margin-right: 10px;
    padding-right: 10px;
    position: relative; }
    .footer__item:last-of-type {
      margin-right: 0;
      padding-right: 0; }
      .footer__item:last-of-type:before {
        content: none; }
    .footer__item:before {
      content: "";
      height: calc(100% - 10px);
      width: 1px;
      background: #FFF;
      position: absolute;
      right: 0;
      top: 7px; }
  .footer__link {
    font-size: 15px; }
    @media screen and (max-width: 850px) {
      .footer__link {
        font-size: 13px; } }
  @media screen and (max-width: 850px) {
    .footer__copy {
      font-size: 12px; } }

@media screen and (max-width: 850px) {
  .footerNoSpace {
    padding-bottom: 0; } }

.footerMypage {
  padding-top: 40px;
  padding-bottom: 40px;
  background: none;
  margin-top: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 850px) {
    .footerMypage {
      padding-top: 30px;
      padding-bottom: 30px;
      margin-top: 30px; } }
  .footerMypage .footer__inner {
    justify-content: space-between; }
    @media screen and (max-width: 900px) {
      .footerMypage .footer__inner {
        width: 100%; } }
    @media screen and (max-width: 850px) {
      .footerMypage .footer__inner {
        justify-content: center; } }
  .footerMypage .footer__box {
    background: none;
    box-shadow: none; }
    @media screen and (max-width: 900px) {
      .footerMypage .footer__box {
        width: 100%; } }
    @media screen and (max-width: 850px) {
      .footerMypage .footer__box {
        justify-content: center; } }
  .footerMypage .footer__item:before {
    background: #FF1087; }
  @media screen and (max-width: 850px) {
    .footerMypage .footer__copy {
      text-align: center;
      width: 100%; } }

@media screen and (max-width: 850px) {
  .spSearch {
    display: none;
    z-index: 100;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    overflow: auto;
    padding-bottom: 50px; } }
.spSearch__close {
  position: absolute;
  width: 31.36px;
  height: 31.36px;
  right: 30px;
  top: 30px; }

@media screen and (max-width: 850px) {
  .spSearch.is-open {
    display: block; } }

.spSearchBtn {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 15;
  padding: 10px;
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(78, 55, 67, 0.8) 100%);
  display: none; }
  @media screen and (max-width: 850px) {
    .spSearchBtn {
      display: block; } }
  .spSearchBtn__btn {
    max-width: 280px;
    margin: auto;
    box-shadow: inset 0 -4px 8px rgba(0, 0, 0, 0.15), 0 5px 0 rgba(0, 0, 0, 0.2), 0 7px 14px rgba(0, 0, 0, 0.15); }
    @media screen and (max-width: 850px) {
      .spSearchBtn__btn {
        font-size: 16px;
        max-width: 100%;
        margin: 0 0 0 20px;
        width: calc(100% - 80px); } }
  .spSearchBtn__icon {
    display: inline-block;
    margin: 0 8px 0 0;
    width: 17.18px; }

.pageCont {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 120px; }
  @media screen and (max-width: 850px) {
    .pageCont {
      padding-top: 90px; } }

.searchPanel {
  width: 330px;
  flex-shrink: 0;
  background: #FF1187;
  background: linear-gradient(175deg, #ff1187 0%, #f2c036 50%, #fe1f64 100%);
  box-shadow: inset -10px -5px 20px rgba(255, 255, 255, 0.15), 0 6px 15px #A7C2D7;
  border-radius: 0 30px 30px 0;
  box-sizing: border-box;
  padding: 40px 30px 40px 20px;
  color: #FFF;
  height: 100%; }
  @media screen and (max-width: 850px) {
    .searchPanel {
      float: right;
      max-width: 315px;
      padding-bottom: 50px;
      box-shadow: inset -10px -5px 20px rgba(255, 255, 255, 0.15), 0 6px 15px #3c445a;
      border-radius: 0 0 0 30px;
      height: auto; } }
  .searchPanel__enTtl {
    font-family: "poppins";
    font-size: 30px;
    line-height: 30px; }
  .searchPanel__ttl {
    font-size: 16px;
    margin-bottom: 10px; }
  .searchPanel__subTtl {
    font-size: 18px;
    padding: 5px 0;
    position: relative;
    margin-bottom: 15px; }
    .searchPanel__subTtl:before {
      content: "";
      position: absolute;
      left: -50px;
      height: 100%;
      top: 0;
      width: calc(100% + 50px);
      /*background: linear-gradient(90deg,rgba(143, 207, 248, 1) 0%, rgba(89, 153, 236, 1) 57%, rgba(70, 135, 232, 1) 82%);
      opacity: 0.6;*/
      background: linear-gradient(90deg, #ef9988 0%, #ea6796 100%);
      border-radius: 0 100px 100px 0; }
      @media screen and (max-width: 850px) {
        .searchPanel__subTtl:before {
          left: -20px;
          width: calc(100% + 20px); } }
  .searchPanel__subTtlInner {
    position: relative; }
  .searchPanel__cateTtl {
    margin-top: 20px; }
  .searchPanel__keyword {
    position: relative;
    width: 100%;
    height: 40px; }
  .searchPanel__keywordInput {
    width: 100%;
    height: 100%;
    padding: 0 40px 0 20px;
    box-sizing: border-box;
    border-radius: 999px;
    border: none;
    outline: none;
    box-shadow: inset 0 0 6px #A2ABB4;
    font-size: 16px;
    font-family: "Zen Kaku Gothic New","Yu Gothic","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Sans","Meiryo",sans-serif; }
  .searchPanel__keywordBtn {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: none;
    background: url("../img/icon_search.svg") center/contain no-repeat;
    cursor: pointer; }
  .searchPanel__section {
    margin-top: 40px; }
  .searchPanel__group {
    margin-bottom: 20px; }
    @media screen and (max-width: 850px) {
      .searchPanel__group {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: none;
        padding-bottom: 0px; } }
    .searchPanel__group:last-of-type {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; }
  .searchPanel__group--border {
    border-bottom: 1px solid #FFF !important;
    padding-bottom: 10px !important;
    margin-bottom: 10px; }
  .searchPanel__groupHeader {
    position: relative;
    padding-right: 40px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 100px;
    box-sizing: border-box;
    padding: 5px 10px 5px 20px;
    z-index: 1; }
    .searchPanel__groupHeader::before {
      content: "";
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      width: 25px;
      height: 25px;
      border-radius: 50%;
      background: #FFF; }
    .searchPanel__groupHeader::after {
      content: "";
      position: absolute;
      right: 18px;
      top: calc(50% - 1px);
      width: 7px;
      height: 7px;
      border-right: 2px solid #FF1087;
      border-bottom: 2px solid #FF1087;
      transition: .4s;
      transform: translateY(-50%) rotate(45deg); }
  .searchPanel__groupHeader--pink:before {
    background: #FF1087; }
  .searchPanel__groupHeader--lGreen:before {
    background: #6DAD19; }
  .searchPanel__groupHeader--purple:before {
    background: #873E8C; }
  .searchPanel__groupHeader--yellow:before {
    background: #FFBA00; }
  .searchPanel__groupHeader--white::after {
    border-right: 2px solid #FFF !important;
    border-bottom: 2px solid #FFF !important; }
  .searchPanel__groupHeader.active:after {
    top: calc(50% + 2px);
    transition: .4s;
    transform: translateY(-50%) rotate(-135deg); }
  .searchPanel__groupHeader.bgPink:after {
    border-color: #FF1087; }
  .searchPanel__groupHeader.bgLgreen:after {
    border-color: #6DAD19; }
  .searchPanel__groupHeader.bgPurple:after {
    border-color: #873E8C; }
  .searchPanel__groupHeader.bgYellow:after {
    border-color: #FFBA00; }
  .searchPanel__checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 12px;
    height: 12px;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    background: #FFF;
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0 5px 0 0;
    top: -2px; }
  .searchPanel__checkbox:checked::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 0px;
    width: 3px;
    height: 6px;
    border-right: 2px solid #146BD4;
    border-bottom: 2px solid #146BD4;
    transform: rotate(45deg); }
  .searchPanel__label {
    display: block; }
  .searchPanel__list {
    padding-top: 50px;
    position: relative;
    margin-top: -20px;
    padding: 30px 20px 0px;
    border-radius: 0 0 20px 20px; }
  .searchPanel__list.bgWhite {
    padding-bottom: 20px; }
  .searchPanel__list--close {
    display: none; }
  .searchPanel__btn {
    width: 260px;
    position: relative;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto; }
  .searchPanel__btnInner {
    font-size: 16px;
    cursor: pointer; }
  .searchPanel__searchIcon {
    position: relative;
    display: inline-block;
    width: 18px;
    vertical-align: middle;
    margin-right: 5px; }
  .searchPanel__item {
    margin-left: 10px; }

.mypagePanel {
  width: 20vw;
  min-width: 305px;
  flex-shrink: 0;
  background: #FF1087;
  border-radius: 0 30px 0px 0;
  padding: 40px 0 40px 40px;
  height: 100%; }
  .mypagePanel__list {
    margin: auto; }
  .mypagePanel__item {
    box-sizing: border-box;
    padding-left: 30px; }
  .mypagePanel__link {
    color: #FFF;
    font-weight: 600;
    font-size: 15px;
    box-sizing: border-box;
    padding: 15px 0 15px 20px;
    display: block;
    position: relative; }
  .mypagePanel__link--active {
    color: #FF1087;
    font-weight: 600;
    font-size: 15px;
    box-sizing: border-box;
    padding: 15px 0 15px 20px;
    display: block;
    background: #FFF7F9;
    border-radius: 100px 0 0 100px;
    position: relative; }
    .mypagePanel__link--active:before, .mypagePanel__link--active:after {
      content: "";
      background: url("../img/curve.svg");
      background-size: 14px;
      height: 14px;
      width: 14px;
      position: absolute;
      right: 0;
      top: -13.5px;
      z-index: 1; }
    .mypagePanel__link--active:after {
      top: auto;
      bottom: -13.5px;
      transform: scaleY(-1);
      /* ← これ */ }
    .mypagePanel__link--active:hover {
      opacity: 1; }
  .mypagePanel__link--activeMypage {
    margin-bottom: 15px; }
  .mypagePanel__link--activeWhite {
    background: #FFF; }
  .mypagePanel__link--activeMatch {
    margin-top: 15px; }
  .mypagePanel__icon, .mypagePanel__btnIcon {
    display: inline-block;
    width: 26px;
    position: relative;
    margin: 0 5px 0 5px;
    vertical-align: top;
    top: 2px; }
  .mypagePanel__btn {
    padding-left: 0;
    margin: 15px auto;
    max-width: 205px; }
  .mypagePanel__btnInner {
    justify-content: flex-start; }
  .mypagePanel__btnIcon {
    width: 18px;
    top: auto; }

.mainCont {
  flex: 1;
  min-width: 0;
  box-sizing: border-box;
  padding-left: 50px;
  max-width: 2000px;
  width: calc(100% - 330px);
  padding-right: 40px; }
  @media screen and (max-width: 850px) {
    .mainCont {
      padding-left: 20px;
      padding-right: 20px; } }

.mainContSingle {
  max-width: 1000px;
  margin: auto; }

/*.noticeBar.on {
  z-index: 100;
}*/
.noticeBar {
  background: #0069C5;
  background: linear-gradient(47deg, #0069c5 0%, #16a3e2 49%, #1003bb 100%);
  width: 100%;
  position: relative;
  border-radius: 100px;
  box-sizing: border-box;
  padding: 14px 10px 12px 20px;
  box-shadow: inset 0 5px 6px rgba(255, 255, 255, 0.3), 0 3px 6px rgba(162, 171, 180, 0.15);
  color: #FFF;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 40px; }
  @media screen and (max-width: 850px) {
    .noticeBar {
      padding: 3px 10px 3px 20px;
      font-size: 12px;
      width: 100%; } }
  .noticeBar__txt {
    margin-right: 30px; }
    @media screen and (max-width: 850px) {
      .noticeBar__txt {
        margin-right: 20px; } }
  .noticeBar__link {
    color: #FFF;
    text-decoration: underline; }
  .noticeBar__close {
    position: absolute;
    right: 40px;
    top: 12px;
    width: 22.64px;
    cursor: pointer;
    transition: .4s; }
    @media screen and (max-width: 850px) {
      .noticeBar__close {
        width: 16px;
        right: 15px;
        top: 0; } }
    .noticeBar__close:hover {
      transition: .4s;
      opacity: 0.6; }

.noticeBar__close.is-top {
  z-index: 10000;
  position: relative;
  /* 念のため */ }

.pickupUser__media {
  overflow: hidden;
  position: relative;
  width: 100%; }
  .pickupUser__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
.pickupUser__slides {
  aspect-ratio: 946 / 439;
  overflow: hidden;
  position: relative;
  margin: 0 -20px; }
  @media screen and (max-width: 850px) {
    .pickupUser__slides {
      aspect-ratio: 353 / 163; } }
.pickupUser__slide {
  aspect-ratio: 946 / 439;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: block !important;
  margin: 0 20px; }
  @media screen and (max-width: 850px) {
    .pickupUser__slide {
      aspect-ratio: 353 / 163; } }
  .pickupUser__slide:before {
    /*background: linear-gradient(180deg,rgba(255, 255, 255, 0) 25%, rgba(0, 0, 0, 1) 100%);*/
    background: rgba(0, 0, 0, 0.3);
    background-blend-mode: multiply;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: 1; }
.pickupUser__box {
  z-index: 10;
  position: absolute;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 490px;
  color: #FFF;
  padding-left: 50px;
  padding-right: 50px; }
  @media screen and (max-width: 1100px) {
    .pickupUser__box {
      align-items: flex-end;
      padding-left: 20px;
      padding-bottom: 20px; } }
  @media screen and (max-width: 850px) {
    .pickupUser__box {
      align-items: flex-end;
      padding-left: 20px;
      padding-bottom: 20px; } }
.pickupUser__ttl {
  font-size: 28px;
  color: #FFF;
  line-height: 1.571;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
  @media screen and (max-width: 1100px) {
    .pickupUser__ttl {
      font-size: 22px; } }
  @media screen and (max-width: 850px) {
    .pickupUser__ttl {
      font-size: 16px; } }
.pickupUser__dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 10px; }
  @media screen and (max-width: 1100px) {
    .pickupUser__dl {
      display: none; } }
  @media screen and (max-width: 850px) {
    .pickupUser__dl {
      display: none; } }
.pickupUser__dt {
  width: 50px; }
.pickupUser__dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  line-height: 1.4;
  padding-left: 10px; }
.pickupUser__pic {
  width: 100%;
  height: 50px;
  overflow: hidden;
  border-radius: 1000px; }
  .pickupUser__pic img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.pickupUser__name {
  font-size: 18px; }
.pickupUser__meta, .pickupUser__prof {
  font-size: 13px; }
.pickupUser__txt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
  @media screen and (max-width: 1100px) {
    .pickupUser__txt {
      display: none; } }
  @media screen and (max-width: 850px) {
    .pickupUser__txt {
      display: none; } }
.pickupUser__btn {
  max-width: 210px;
  margin-top: 20px; }
  @media screen and (max-width: 1100px) {
    .pickupUser__btn {
      display: none; } }
  @media screen and (max-width: 850px) {
    .pickupUser__btn {
      display: none; } }
.pickupUser__btnIcon {
  position: absolute;
  right: 20px;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px; }
  .pickupUser__btnIcon img {
    display: block; }
.pickupUser__arrow {
  position: absolute;
  display: block;
  width: 33px;
  height: 66px;
  top: calc(50% - 33px);
  z-index: 10;
  border: none;
  padding: 0;
  margin: 0;
  background: rgba(255, 255, 255, 0.6); }
  @media screen and (max-width: 850px) {
    .pickupUser__arrow {
      width: 15px;
      height: 30px;
      top: calc(50% - 15px); } }
  .pickupUser__arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    border-top: 3px solid #FF1087;
    border-right: 3px solid #FF1087;
    transform: translate(-50%, -50%) rotate(45deg); }
    @media screen and (max-width: 850px) {
      .pickupUser__arrow::before {
        width: 5px;
        height: 5px;
        border-top: 2px solid #146BD4;
        border-right: 2px solid #146BD4; } }
.pickupUser__arrow--prev {
  left: 20px;
  border-radius: 0 1000px 1000px 0; }
  .pickupUser__arrow--prev:before {
    transform: translate(-50%, -50%) rotate(-135deg); }
.pickupUser__arrow--next {
  right: 20px;
  border-radius: 1000px 0 0 1000px; }

.topBnrs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 50px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 850px) {
    .topBnrs {
      margin-top: 0; } }
  .topBnrs__bnr {
    display: block;
    min-height: 172.82px; }
    @media screen and (max-width: 850px) {
      .topBnrs__bnr {
        height: auto;
        min-height: auto; } }
    .topBnrs__bnr img {
      width: 100%; }
  .topBnrs__bnr--beginner {
    width: calc(100%/2 + 10px); }
    @media screen and (max-width: 850px) {
      .topBnrs__bnr--beginner {
        width: calc(100%/2 + 4px); } }
  .topBnrs__bnr--toDo {
    width: calc(100%/2 - 13px); }
    @media screen and (max-width: 850px) {
      .topBnrs__bnr--toDo {
        width: calc(100%/2 - 4px); } }

/*.userCard {
  margin-bottom: 50px;
  position: relative;
  &__viewport {
    overflow-x: auto;
    overflow-y: hidden;
  }
  &__inner {
    position: relative;
    @include flex;
  }
  &__card {
    width: 190px;
    margin-right: 20px;
  }
  &__media {
    background: #CCC;
    height: 285px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    @include flex;
    align-items: flex-end;
  }
  &__thum {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    &:before {
      background: linear-gradient(180deg,rgba(255, 255, 255, 0) 25%, rgba(0, 0, 0, 1) 100%);
      background-blend-mode: multiply;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      content: "";
      z-index: 1;
    }
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  &__catch {
    position: relative;
    z-index: 1;
    padding: 0 15px 15px;
    line-height: 1.4;
  }
  &__body {
    margin-top: 10px;
  }
  &__tags {
    @include flex;
  }
  &__tag {
    border-width: 1px;
    border-style: solid;
    border-radius: 100px;
    font-size: 10px;
    box-sizing: border-box;
    padding: 0px 5px;
    margin: 0 5px 5px 0;
  }
  &__name {
    font-size: 18px;
  }
  &__meta {
    font-size: 12px;
  }
}*/
.userCard {
  margin-bottom: 40px;
  position: relative;
  /* =====================
     input（非表示）
  ===================== */
  /* =====================
     左上チェックUI
  ===================== */
  /* =====================
     チェック時スタイル
  ===================== */
  /* =====================
     チェック時カード強調
  ===================== */
  /*&__btn {
    max-width:250px;
    margin: auto;
    text-align: center;
    display: block;
  }*/ }
  @media screen and (max-width: 850px) {
    .userCard {
      margin-bottom: 60px; } }
  .userCard__viewport {
    overflow-x: auto;
    overflow-y: hidden;
    cursor: grab;
    -webkit-overflow-scrolling: touch;
    /* ===== スクロールバー非表示 ===== */
    scrollbar-width: none;
    -ms-overflow-style: none; }
  .userCard__viewport::-webkit-scrollbar {
    display: none; }
  .userCard__viewport--noWrap {
    position: relative;
    width: calc(100% + 40px); }
    @media screen and (max-width: 850px) {
      .userCard__viewport--noWrap {
        width: calc(100% + 20px); } }
  .userCard__viewport.dragging {
    cursor: grabbing; }
  .userCard__viewport.dragging a {
    pointer-events: none; }
  .userCard__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
  .userCard__inner--noWrap {
    flex-wrap: nowrap;
    position: relative; }
    .userCard__inner--noWrap:after {
      content: "";
      flex: 0 0 1px; }
  .userCard__card {
    flex: 0 0 320px;
    margin-right: 20px;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
    transition: .4s;
    position: relative; }
    @media screen and (max-width: 850px) {
      .userCard__card {
        flex: 0 0 150px;
        margin-right: 15px; } }
    .userCard__card:hover {
      opacity: 0.8;
      transition: .4s; }
      .userCard__card:hover .favoriteBtn {
        opacity: 1; }
  .userCard__card--wide {
    flex: 0 0 235px; }
    @media screen and (max-width: 850px) {
      .userCard__card--wide {
        flex: 0 0 195px; } }
  .userCard__media {
    background: #ccc;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: flex-end; }
    @media screen and (max-width: 850px) {
      .userCard__media {
        height: 150px; } }
  .userCard__media--wide {
    height: 140px; }
    @media screen and (max-width: 850px) {
      .userCard__media--wide {
        height: 110px; } }
  .userCard__thum {
    position: absolute;
    inset: 0; }
    .userCard__thum:before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 25%, black 100%);
      z-index: 1; }
    .userCard__thum img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .userCard__catch {
    position: relative;
    z-index: 2;
    padding: 0 15px 15px; }
    @media screen and (max-width: 850px) {
      .userCard__catch {
        padding: 0 10px 10px;
        line-height: 1.4; } }
  .userCard__body {
    margin-top: 10px; }
  .userCard__tags {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
  .userCard__tag {
    border-width: 1px;
    border-style: solid;
    border-radius: 100px;
    font-size: 10px;
    padding: 0 5px;
    margin: 0 5px 5px 0; }
    @media screen and (max-width: 850px) {
      .userCard__tag {
        font-size: 9px; } }
  .userCard__name {
    font-size: 16px; }
    @media screen and (max-width: 850px) {
      .userCard__name {
        line-height: 1.6; } }
  .userCard__meta {
    font-size: 10px; }
    @media screen and (max-width: 850px) {
      .userCard__meta {
        display: block; } }
  .userCard__btn {
    width: calc(100% + 40px);
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 20px;
    font-size: 16px; }
    @media screen and (max-width: 850px) {
      .userCard__btn {
        width: calc(100% + 20px);
        margin-top: 0; } }
  .userCard__btnInner {
    max-width: 280px;
    border-radius: 1000px 0 0 1000px;
    text-align: left;
    justify-content: flex-start; }
    @media screen and (max-width: 850px) {
      .userCard__btnInner {
        max-width: 100%;
        width: auto;
        padding: 0 65px 0 20px; } }
  .userCard__arrowIcon {
    right: 20px; }
  .userCard__status {
    display: inline-block;
    border-radius: 100px;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 10;
    font-family: "poppins";
    box-sizing: border-box;
    line-height: 1.4;
    padding: 4px 10px 2px;
    letter-spacing: 1px; }
    @media screen and (max-width: 850px) {
      .userCard__status {
        font-size: 11px;
        padding: 3px 8px 1px; } }
  .userCard__input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    display: none; }
  .userCard__check {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    border: 2px solid #ccc;
    background: #fff;
    z-index: 10;
    transition: .2s ease; }
  .userCard__input:checked ~ .userCard__check {
    background: #00BECE;
    border-color: #00BECE; }
  .userCard__input:checked ~ .userCard__check::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 7px;
    width: 4px;
    height: 9px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg); }
  .userCard__input:checked ~ .userCard__media, .userCard__input:checked ~ .userCard__body {
    opacity: 0.85; }
  .userCard__input:checked + .userCard__status {
    /* statusの位置がinput直後ならここ使える */ }
  .userCard__btns {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    z-index: 10;
    background: #ffffff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 15%, rgba(60, 68, 90, 0.93) 99%); }
    .userCard__btns .userCard__btn {
      max-width: 250px;
      margin: auto;
      text-align: center;
      display: block; }
  .userCard__btns--on {
    display: block; }

@media screen and (max-width: 850px) {
  .userCardList .userCard__inner {
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between; } }
@media screen and (max-width: 850px) {
  .userCardList .userCard__card {
    flex: 0 0 calc(50% - 10px);
    margin: 0 0 20px; } }
@media screen and (max-width: 850px) {
  .userCardList .userCard__media {
    height: 40vw; } }

.stepNav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 700px;
  margin: 0 auto 40px;
  position: relative; }
  @media screen and (max-width: 850px) {
    .stepNav {
      max-width: calc(100% - 40px);
      margin: 0 auto 20px; } }
  .stepNav__icon {
    display: inline-block;
    position: relative;
    width: 20px;
    top: -1px; }
  .stepNav:before {
    content: "";
    width: calc(100% - 50px);
    height: 2px;
    position: absolute;
    left: 25px;
    top: 25px;
    background: #FF1087; }
  .stepNav__item {
    text-align: center;
    min-width: 90px; }
  .stepNav__circle {
    width: 55px;
    height: 55px;
    border-radius: 100px;
    border: 2px solid #FF1087;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    font-family: "poppins";
    font-size: 24px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding-top: 6px;
    margin: auto;
    margin-bottom: 5px;
    font-weight: 600;
    color: #FF1087;
    position: relative;
    z-index: 1;
    background: #FFF; }
    @media screen and (max-width: 850px) {
      .stepNav__circle {
        width: 45px;
        height: 45px;
        font-size: 18px; } }
  .stepNav__circle.is-active {
    background: #FF1087;
    color: #FFF; }
  .stepNav__label {
    display: block;
    text-align: center;
    width: 100%;
    font-weight: 600;
    color: #FF1087; }
    @media screen and (max-width: 850px) {
      .stepNav__label {
        font-size: 13px; } }

.form {
  position: relative;
  padding: 60px 50px;
  border-radius: 10px; }
  @media screen and (max-width: 1000px) {
    .form {
      padding: 30px 20px; } }
  .form__blankLink {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 25px 0 0; }
    .form__blankLink:before {
      content: "";
      background: url("../img/icon_blank.svg") no-repeat;
      background-size: 15px;
      width: 15px;
      height: 15px;
      right: 0;
      top: 5px;
      position: absolute; }
  .form__licence {
    max-width: 300px; }
  .form__freeTxt {
    margin-top: 10px; }
  .form__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #BCC1CC;
    padding-bottom: 30px;
    margin-bottom: 30px;
    align-items: flex-start; }
    @media screen and (max-width: 850px) {
      .form__wrap {
        padding-bottom: 20px;
        margin-bottom: 10px; } }
  @media screen and (max-width: 1000px) {
    .form__wrap--movie {
      display: block; } }
  .form__wrap--last {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }
  .form__ttls {
    width: 160px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px; }
    @media screen and (max-width: 1000px) {
      .form__ttls {
        width: 100%;
        justify-content: flex-start; } }
  @media screen and (max-width: 1000px) {
    .form__br {
      display: none; } }
  .form__detail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-left: 30px;
    position: relative; }
    @media screen and (max-width: 1000px) {
      .form__detail {
        width: 100%;
        padding-left: 0;
        padding-top: 15px; } }
  .form__tag {
    display: inline-block;
    font-size: 13px;
    box-sizing: border-box;
    padding: 0 10px; }
  .form__badge {
    display: inline-block;
    box-sizing: border-box;
    color: #FFF;
    border-radius: 3px;
    font-size: 12px;
    padding: 0 5px;
    margin: 0 0 0 10px; }
    @media screen and (max-width: 850px) {
      .form__badge {
        font-size: 10px;
        margin: 0 0 0 7px;
        position: relative;
        top: -1px; } }
  .form__badge--required {
    background: #E13648; }
  .form__badge--optional {
    background: #A2ABB4; }
  .form__badge--public {
    background: #FF1087;
    width: 50px;
    text-align: center; }
    @media screen and (max-width: 850px) {
      .form__badge--public {
        width: auto; } }
  .form__badge--private {
    background: #A2ABB4;
    width: 50px;
    text-align: center; }
    @media screen and (max-width: 850px) {
      .form__badge--private {
        width: auto; } }
  .form__input, .form__textArea, .form__select {
    -webkit-appearance: none;
    appearance: none;
    font-size: 16px;
    box-sizing: border-box;
    font-size: 16px;
    background: #fff;
    border: none;
    outline: none;
    box-shadow: inset 0 1px 6px rgba(60, 68, 90, 0.3);
    font-family: "Zen Kaku Gothic New", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
    border-radius: 10px;
    padding: 18px 25px;
    width: 100%; }
    @media screen and (max-width: 850px) {
      .form__input, .form__textArea, .form__select {
        border-radius: 5px;
        padding: 15px; } }
    .form__input:placeholder, .form__textArea:placeholder, .form__select:placeholder {
      color: #A2ABB4; }
  .form__textArea {
    min-height: 200px; }
  .form__input--short {
    max-width: 230px; }
    @media screen and (max-width: 850px) {
      .form__input--short {
        max-width: 100%;
        width: 100%; } }
  .form__input--snsUrl {
    width: calc(50% + 100px);
    max-width: 450px;
    margin-right: 10px; }
    @media screen and (max-width: 850px) {
      .form__input--snsUrl {
        max-width: calc(100% - 40px);
        width: 100%; } }
  .form__plusBtn {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    padding: 0;
    margin: 0;
    border: none;
    width: 25px;
    position: relative;
    top: 5px; }
  .form__select {
    background: url("../img/icon_check_bottom.svg") right 10px center no-repeat #FFF;
    background-size: 15px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; }
  .form__checksTtl {
    display: block;
    width: 100%; }
  .form__checks--space {
    margin-bottom: 30px; }
  .form__checks {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between; }
  .form__checks--left {
    justify-content: flex-start; }
  .form__checksList {
    width: calc(100%/3 - 15px); }
    @media screen and (max-width: 850px) {
      .form__checksList {
        width: 100%; } }
  .form__checksList--center {
    margin: 0 auto 10px; }
  .form__checksList--column5 {
    width: calc(100%/5 - 15px);
    margin-right: 10px; }
    @media screen and (max-width: 1100px) {
      .form__checksList--column5 {
        width: calc(100%/3 - 15px); } }
    @media screen and (max-width: 850px) {
      .form__checksList--column5 {
        width: 100%;
        width: calc(100%/2);
        margin-right: 0; } }
  .form__checksList--column4 {
    width: calc(100%/4 - 15px);
    margin-right: 10px;
    margin-bottom: 20px; }
    @media screen and (max-width: 850px) {
      .form__checksList--column4 {
        width: 100%;
        width: calc(100%/2);
        margin-right: 0; } }
  .form__checksList--column3 {
    width: calc(100%/3 - 20px);
    margin-right: 20px;
    margin-bottom: 20px; }
    @media screen and (max-width: 850px) {
      .form__checksList--column3 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0; } }
  /* 複数のULを横一列のZ型で並べる: 親.form__checks内のcolumn3 ULをflex無効化し
     子LIを親の直接フレックス子要素として扱うことで row-major 表示にする */
  .form__checks > .form__checksList--column3 {
    display: contents; }
  .form__checks > .form__checksList--column3 > .form__checksItem {
    width: calc(100%/3 - 20px);
    margin-right: 20px;
    box-sizing: border-box; }
    @media screen and (max-width: 850px) {
      .form__checks > .form__checksList--column3 > .form__checksItem {
        width: 100%;
        margin-right: 0; } }
  @media screen and (max-width: 850px) {
    .form__checksList--last {
      margin-bottom: 20px; } }
  .form__checksItem {
    margin-bottom: 8px; }
  .form__checksItem--kiyaku {
    width: 145px;
    margin: auto; }
  .form__checksLabel {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; }
  .form__checksLabel--space {
    margin-left: 20px; }
  .form__checksCheck {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 12px;
    height: 12px;
    border: none;
    border: 1px solid #A2ABB3;
    border-radius: 2px;
    background: #FFF;
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 6px 0 0;
    top: 5px; }
  .form__checksCheck:checked {
    background: #FF1087; }
  .form__checksCheck:checked::after {
    content: "";
    position: absolute;
    left: 2.5px;
    top: 0.5px;
    width: 3px;
    height: 6px;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    transform: rotate(45deg); }
  .form__radioCheck {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 12px;
    height: 12px;
    border: none;
    border: 1px solid #A2ABB3;
    border-radius: 50%;
    background: #FFF;
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 6px 0 0;
    top: 5px; }
  .form__radioCheck:checked::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    background: #146BD4;
    border-radius: 50%;
    transform: translate(-50%, -50%); }
  .form__checksTxt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    line-height: 1.4; }
  .form__row {
    margin-bottom: 20px; }
    .form__row:last-of-type {
      margin-bottom: 0; }
  .form__row--space {
    margin-top: 20px; }
  .form__row--spaceBottom {
    margin-bottom: 20px; }
  .form__upload {
    background: #FFF;
    display: block;
    box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    max-width: 390px;
    padding: 10px; }
    @media screen and (max-width: 850px) {
      .form__upload {
        max-width: 100%; } }
  .form__uploadBox {
    border: 1px dotted #89B4E8;
    border-radius: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    transition: .4s;
    cursor: pointer; }
    .form__uploadBox:hover {
      opacity: 0.6; }
  .form__upload--space {
    margin-top: 20px; }
  .form__uploadIcon {
    width: 64px; }
  .form__uploadTxt {
    padding-left: 5px; }
  .form__note {
    margin-top: 10px; }
  .form__noteInner {
    padding-left: 1em;
    text-indent: -1em;
    width: 100%;
    box-sizing: border-box;
    display: block;
    font-size: 12px; }
  .form__subTtl {
    margin-bottom: 10px; }
  .form__postWrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 850px) {
      .form__postWrap {
        display: block; } }
  .form__postButtonWrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding-bottom: 12px; }
    @media screen and (max-width: 850px) {
      .form__postButtonWrap {
        display: block;
        padding: 10px 0 0 0; } }
  .form__postButton {
    background: #00BECE;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    outline: none;
    margin-left: 10px;
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer; }
    @media screen and (max-width: 1000px) {
      .form__postButton {
        margin: 5px 0 0 5px; } }
    @media screen and (max-width: 850px) {
      .form__postButton {
        margin: 5px auto 0;
        width: 100%; } }
  .form__pics {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
  .form__pic {
    width: 70px;
    margin: 0 20px 20px 0;
    position: relative; }
    @media screen and (max-width: 850px) {
      .form__pic {
        width: 60px;
        margin: 0 15px 15px 0; } }
  .form__thum {
    position: relative;
    margin: 0 20px 20px 0;
    max-width: 80px; }
  .form__thumImg {
    border-radius: 10px;
    overflow: hidden; }
  .form__picRemove {
    position: absolute;
    width: 32px;
    z-index: 1;
    height: 32px;
    right: -12px;
    top: -12px;
    padding: 0;
    margin: 0;
    border: none;
    display: block;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none; }
    .form__picRemove img {
      display: block;
      width: 100%; }
  .form__picImg {
    height: 70px;
    width: 70px;
    border-radius: 10px;
    overflow: hidden; }
    @media screen and (max-width: 850px) {
      .form__picImg {
        height: 60px;
        width: 60px;
        border-radius: 5px; } }
  .form__picImgInner {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%; }
    .form__picImgInner img {
      /*width: 100%;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;




      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);*/
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .form__picImgInner--circle {
    border-radius: 10000px; }
  .form__movie {
    width: 80px;
    position: relative;
    margin-right: 20px; }
    @media screen and (max-width: 850px) {
      .form__movie {
        width: 60px;
        margin-right: 10px; } }
  .form__movieImg {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box; }
    .form__movieImg img {
      width: 100%;
      display: block; }
  .form__movieCaption {
    font-size: 12px;
    word-break: break-all;
    line-height: 1.2;
    display: inline-block;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* 行数 */
    -webkit-box-orient: vertical;
    overflow: hidden; }
    @media screen and (max-width: 850px) {
      .form__movieCaption {
        font-size: 10px; } }
  .form__otherLink {
    text-decoration: underline;
    display: inline-block;
    margin-top: 10px; }
  .form__otherLinkIcon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    margin-left: 5px;
    top: -2px; }
  .form__userWrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .form__userName {
    font-size: 16px;
    position: relative;
    margin-top: -10px; }
    .form__userName a .form__userNameInner {
      display: inline; }
  .form__userNameInner {
    display: inline-block;
    font-size: 12px; }
  .form__uploadWrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    .form__uploadWrap .form__upload {
      margin: 0 10px 10px 0; }
  .form__li {
    text-indent: -1em;
    padding-left: 1em; }
  .form__passBtn {
    position: absolute;
    right: 15px;
    top: 20px;
    width: 35px;
    height: auto;
    background: none;
    border: none; }
    @media screen and (max-width: 1000px) {
      .form__passBtn {
        top: 32px; } }
    .form__passBtn:hover {
      opacity: 1; }

.formSpace {
  margin-bottom: 50px; }

.formDate {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%; }
  .formDate .form__select {
    max-width: 120px; }
    @media screen and (max-width: 850px) {
      .formDate .form__select {
        max-width: 100%; } }
  .formDate__label {
    margin-left: 10px;
    display: inline-block; }
  .formDate__box {
    width: 160px;
    margin-right: 15px;
    margin-bottom: 15px; }
    @media screen and (max-width: 850px) {
      .formDate__box {
        width: calc(100%/3 - 10px);
        margin-right: 10px;
        display: flex;
        align-items: center; } }
    @media screen and (max-width: 850px) {
      .formDate__box:last-of-type {
        margin-right: 0; } }

.confirm .form__wrap {
  align-items: center; }
  @media screen and (max-width: 850px) {
    .confirm .form__wrap {
      padding-top: 20px;
      margin-bottom: 0; } }
@media screen and (max-width: 850px) {
  .confirm .form__detail {
    padding-top: 5px; } }
.confirm .form__ttls {
  padding-top: 0; }

.thanks__ttl {
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px; }
  @media screen and (max-width: 850px) {
    .thanks__ttl {
      font-size: 24px;
      margin-bottom: 10px; } }
.thanks__content {
  padding: 60px 50px;
  border-radius: 10px;
  background: #FFF; }
  @media screen and (max-width: 850px) {
    .thanks__content {
      padding: 30px 20px; } }
.thanks__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 30px -20px 0; }
  @media screen and (max-width: 1000px) {
    .thanks__wrap {
      margin: 20px 0 0; } }
.thanks__box {
  width: calc(100%/3);
  padding: 0 20px; }
  @media screen and (max-width: 1000px) {
    .thanks__box {
      width: 100%;
      margin: 0 auto 40px; } }
  .thanks__box:last-of-type {
    margin-bottom: 0; }
.thanks__subTtl {
  font-size: 18px;
  text-align: center; }
  @media screen and (max-width: 850px) {
    .thanks__subTtl {
      font-size: 16px; } }
.thanks__img {
  margin: 10px 0; }
  @media screen and (max-width: 850px) {
    .thanks__img {
      max-width: 300px;
      margin: 10px auto; } }
.thanks__txt {
  line-height: 1.4; }

.formBtns {
  margin: 30px auto 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .formBtns__btn {
    width: 250px;
    margin: 20px 10px 10px; }
    @media screen and (max-width: 850px) {
      .formBtns__btn {
        width: 280px; } }
  .formBtns__btn--cancel {
    width: 280px; }
    @media screen and (max-width: 850px) {
      .formBtns__btn--cancel {
        margin-bottom: 0; } }
    .formBtns__btn--cancel .formBtns__btnInner {
      border: 1px solid #A2ABB4; }
  @media screen and (max-width: 850px) {
    .formBtns__btn--back {
      margin-bottom: 0; } }
  .formBtns__btnInner {
    box-shadow: none;
    border: 1px solid #00BECE;
    cursor: pointer; }

.loginPage {
  min-height: 100vh;
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 850px) {
    .loginPage {
      min-height: auto;
      display: block; } }
  .loginPage .pageCont {
    flex: 1;
    display: flex;
    flex-direction: column; }
  .loginPage .mainCont {
    width: auto;
    max-width: 100%; }

.login {
  margin: auto;
  max-width: 645px;
  border-radius: 30px;
  background: #FFF;
  padding: 50px;
  box-sizing: border-box;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16); }
  @media screen and (max-width: 850px) {
    .login {
      padding: 30px 20px;
      border-radius: 10px; } }
  .login__leadTxt {
    text-align: center;
    margin-bottom: 40px; }
  .login__ttl {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px; }
    @media screen and (max-width: 850px) {
      .login__ttl {
        font-size: 24px;
        margin-bottom: 10px; } }
  .login__form {
    max-width: 420px;
    margin: auto; }
  .login__group {
    margin-bottom: 30px; }
  .login__input {
    -webkit-appearance: none;
    appearance: none;
    font-size: 16px;
    box-sizing: border-box;
    font-size: 16px;
    background: #fff;
    border: none;
    outline: none;
    box-shadow: inset 0 1px 6px rgba(60, 68, 90, 0.3);
    font-family: "Zen Kaku Gothic New", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
    border-radius: 10px;
    padding: 18px 25px;
    width: 100%;
    margin-top: 10px; }
    @media screen and (max-width: 850px) {
      .login__input {
        border-radius: 5px;
        padding: 15px; } }
    .login__input:placeholder {
      color: #A2ABB4; }
  .login__btn {
    max-width: 230px;
    margin: 40px auto 20px;
    cursor: pointer; }
  .login__links {
    text-align: center; }
  .login__forgot {
    display: block;
    text-decoration: underline; }
  .login__forgot + .login__forgot {
    margin-top: 8px; }
  .login__register {
    margin-top: 20px; }
  .login__registerLink {
    text-decoration: underline; }

.mypageTtlIcon {
  position: relative;
  vertical-align: middle;
  width: 37.57px;
  position: relative;
  top: -4px;
  margin: 0 5px 0 0; }
  @media screen and (max-width: 850px) {
    .mypageTtlIcon {
      width: 25px; } }

.btnPlay {
  width: 200px; }
  @media screen and (max-width: 850px) {
    .btnPlay {
      width: 130px;
      margin-top: 5px; } }
  .btnPlay__icon {
    width: 14px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0; }
  @media screen and (max-width: 850px) {
    .btnPlay .btn {
      height: 35px; } }

.wBox {
  background: #FFF;
  border-radius: 10px;
  padding: 50px 40px; }
  @media screen and (max-width: 850px) {
    .wBox {
      padding: 30px 20px; } }

.offerTable {
  background: #FFF;
  border-radius: 10px; }
  .offerTable__head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 2px solid #FF1087;
    padding-bottom: 10px; }
    @media screen and (max-width: 1100px) {
      .offerTable__head {
        display: none; } }
  .offerTable__head--width {
    min-width: 750px; }
    @media screen and (max-width: 1100px) {
      .offerTable__head--width {
        min-width: 100%; } }
  .offerTable__col {
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px; }

.offerTableList {
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 50px 40px;
  margin-bottom: 60px; }
  @media screen and (max-width: 850px) {
    .offerTableList {
      padding: 20px; } }
  .offerTableList .offerTable__col {
    line-height: 1.3; }
  .offerTableList .offerTable__col--date {
    flex: 0 0 100px; }
  .offerTableList .offerTable__col--type {
    flex: 0 0 90px; }
  .offerTableList .offerTable__col--comName {
    flex: 0 0 130px; }
  .offerTableList .offerTable__col--user {
    flex: 0 0 160px; }
  .offerTableList .offerTable__col--content {
    flex: 1; }
  .offerTableList .offerTable__col--limit {
    flex: 0 0 105px; }

.offerTableListSc {
  overflow-x: scroll; }

.offerTableListMatch {
  max-height: 700px;
  overflow-y: scroll; }

.offerItem {
  border-bottom: 1px solid #D1D5D9;
  padding: 15px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .offerItem__col {
    padding: 0 10px; }
    @media screen and (max-width: 1100px) {
      .offerItem__col {
        padding: 0; } }
  .offerItem__col--user {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box; }
    @media screen and (max-width: 1100px) {
      .offerItem__col--user {
        margin-left: 10px; } }
  .offerItem__userWrap {
    width: 45px;
    height: 45px;
    position: relative; }
  .offerItem__userWrapInner {
    width: 100%;
    height: 100%;
    border-radius: 10000px;
    overflow: hidden; }
  .offerItem__userImg {
    /*width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .offerItem__userName {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-left: 15px;
    line-height: 1.4; }
  .offerItem__userNameInner {
    word-break: break-all; }
  .offerItem__userIcon {
    position: absolute;
    right: -7px;
    bottom: 0;
    width: 20px;
    display: block; }
  .offerItem__status {
    border-radius: 100px;
    display: block;
    width: 100%;
    text-align: center;
    width: 100%;
    font-size: 12px; }
  .offerItem__status--no {
    opacity: 0.5; }
  .offerItem__date {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 12px; }
  .offerItem__type {
    display: block;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid;
    border-radius: 10000px;
    font-size: 12px;
    padding: 0 10px;
    position: relative;
    top: -12px; }
    @media screen and (max-width: 1100px) {
      .offerItem__type {
        display: inline-block; } }
    @media screen and (max-width: 850px) {
      .offerItem__type {
        font-size: 10px; } }
  .offerItem__comName {
    font-size: 14px;
    line-height: 1.4; }
  .offerItem__ttl {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 5px;
    display: inline-block; }
    @media screen and (max-width: 1100px) {
      .offerItem__ttl {
        display: block; } }
  .offerItem__desc {
    line-height: 1.4;
    font-size: 13px; }
  .offerItem__remain {
    text-align: center; }
  .offerItem__remainNum {
    display: inline-block;
    font-family: "poppins";
    font-size: 30px;
    line-height: 30px; }
  @media screen and (max-width: 1100px) {
    .offerItem__col--content {
      width: 100%;
      display: block;
      flex: none !important;
      padding: 10px 0; } }

.offerItemList {
  position: relative; }
  .offerItemList .offerItem__ttl {
    font-size: 14px; }
  .offerItemList .offerItem__col--date {
    flex: 0 0 100px; }
    @media screen and (max-width: 850px) {
      .offerItemList .offerItem__col--date {
        flex: 0 0 70px; } }
  .offerItemList .offerItem__col--type {
    flex: 0 0 90px; }
    @media screen and (max-width: 1100px) {
      .offerItemList .offerItem__col--type {
        margin-left: 10px; } }
  .offerItemList .offerItem__col--comName {
    flex: 0 0 130px; }
    @media screen and (max-width: 1100px) {
      .offerItemList .offerItem__col--comName {
        flex: none;
        display: block;
        width: 100%;
        margin: 10px 0; } }
  @media screen and (max-width: 850px) {
    .offerItemList .offerItem__status {
      font-size: 10px; } }
  .offerItemList .offerItem__col--user {
    flex: 0 0 160px; }
  .offerItemList .offerItem__col--content {
    flex: 1; }
  .offerItemList .offerItem__col--limit {
    flex: 0 0 105px; }
    @media screen and (max-width: 1100px) {
      .offerItemList .offerItem__col--limit {
        flex: none !important;
        width: auto;
        position: absolute;
        right: 0;
        top: 15px; } }

.offerItemListWidth {
  min-width: 750px; }
  @media screen and (max-width: 1100px) {
    .offerItemListWidth {
      min-width: 100%; } }

@media screen and (max-width: 850px) {
  .offerItemListMatch .offerItem__col--date {
    flex: 0 0 45px; } }

.offerItemTop {
  position: relative; }
  .offerItemTop:first-of-type {
    border-top: 1px solid #D1D5D9; }
  .offerItemTop .offerItem__col--date {
    flex: 0 0 60px; }
    @media screen and (max-width: 850px) {
      .offerItemTop .offerItem__col--date {
        flex: 0 0 40px; } }
  .offerItemTop .offerItem__col--user {
    flex: 0 0 30%;
    max-width: 200px; }
    @media screen and (max-width: 850px) {
      .offerItemTop .offerItem__col--user {
        flex: 0 0 calc(100% - 50px); } }
  .offerItemTop .offerItem__col--content {
    flex: 1 !important;
    padding: 0 10px; }
    @media screen and (max-width: 850px) {
      .offerItemTop .offerItem__col--content {
        flex: none !important;
        padding: 10px 0; } }
  .offerItemTop .offerItem__col--limit {
    flex: 0 0 15%; }
    @media screen and (max-width: 850px) {
      .offerItemTop .offerItem__col--limit {
        flex: none; } }
  .offerItemTop .offerItem__status {
    border-radius: 3px;
    font-size: 10px; }
  .offerItemTop .offerItem__ttl {
    font-size: 12px;
    margin-bottom: 0; }
    @media screen and (max-width: 850px) {
      .offerItemTop .offerItem__ttl {
        font-size: 14px; } }

.myPageTop {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between; }
  @media screen and (max-width: 1230px) {
    .myPageTop {
      display: block; } }
  .myPageTop__left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-right: 30px;
    min-width: 0; }
    @media screen and (max-width: 1230px) {
      .myPageTop__left {
        width: 100%;
        padding-right: 0; } }
  .myPageTop__right {
    width: 310px;
    min-width: 0; }
    @media screen and (max-width: 1230px) {
      .myPageTop__right {
        width: 100%; } }
  .myPageTop__card {
    background: #FFF;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 30px;
    box-sizing: border-box; }
    @media screen and (max-width: 850px) {
      .myPageTop__card {
        padding: 20px; } }
  .myPageTop__card--left {
    width: calc(100% / 2 + 40px);
    min-width: 0; }
    @media screen and (max-width: 1230px) {
      .myPageTop__card--left {
        width: 100%; } }
  .myPageTop__card--right {
    width: calc(100% / 2 - 65px);
    min-width: 0;
    padding-right: 0; }
    @media screen and (max-width: 1230px) {
      .myPageTop__card--right {
        width: 100%;
        margin-bottom: 0; } }
    .myPageTop__card--right .userCard__viewport {
      overflow-x: auto;
      overflow-y: hidden;
      max-width: 100%; }
      @media screen and (max-width: 850px) {
        .myPageTop__card--right .userCard__viewport {
          max-width: auto; } }
    .myPageTop__card--right .userCard__inner {
      width: max-content; }
      @media screen and (max-width: 850px) {
        .myPageTop__card--right .userCard__inner {
          width: auto; } }
    .myPageTop__card--right .userCard__tags {
      position: relative;
      left: 1px; }
  .myPageTop__btn {
    margin: auto;
    max-width: 240px; }
  .myPageTop__btnTxt {
    font-size: 14px; }
    @media screen and (max-width: 1280px) {
      .myPageTop__btnTxt {
        font-size: 12px; } }
  .myPageTop__ttlWrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px; }
  .myPageTop__ttl {
    font-size: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-right: 20px; }
    @media screen and (max-width: 850px) {
      .myPageTop__ttl {
        font-size: 16px;
        padding-right: 10px; } }
  .myPageTop__icon, .myPageTop__linkIcon {
    display: inline-block;
    width: 30px;
    vertical-align: middle;
    position: relative;
    top: -3px;
    margin: 0 10px 0 0; }
  .myPageTop__linkIcon {
    margin: 0 0 0 5px;
    width: 20px; }
  .myPageTop__link--right {
    text-align: right; }
  .myPageTop__alignHeight {
    height: 300px;
    overflow-y: scroll; }
  .myPageTop__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    margin-bottom: 30px; }
  @media screen and (max-width: 850px) {
    .myPageTop__bnrs {
      width: 100vw;
      margin: 0 -20px 20px; } }
  .myPageTop__bnr {
    width: calc(100%/2 - 10px); }
    @media screen and (max-width: 850px) {
      .myPageTop__bnr {
        margin: 0 10px;
        width: 100%; } }
    .myPageTop__bnr img {
      display: block;
      width: 100%; }

.newsList {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #E5E2E3;
  font-weight: bold; }
  .newsList__dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 5px; }
  .newsList__tags {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
  .newsList__tag {
    display: inline-block;
    border: 1px solid #3C445A;
    color: #3C445A;
    border-radius: 3px;
    margin: 0 5px 5px 0;
    font-size: 10px;
    line-height: 10px;
    box-sizing: border-box;
    padding: 4px 5px 4px; }
  .newsList__date {
    font-size: 12px; }
  .newsList__link {
    font-size: 12px;
    display: inline-block;
    line-height: 1.4; }

.userIconWrap {
  width: 45px;
  height: 45px;
  position: relative; }
  .userIconWrap__inner {
    width: 100%;
    height: 100%;
    border-radius: 10000px;
    overflow: hidden;
    position: relative;
    display: block;
    background: linear-gradient(175deg, #ff1187 0%, #f2c036 50%, #fe1f64 100%); }
  .userIconWrap__userImg {
    /*width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .userIconWrap__userIcon {
    position: absolute;
    right: -7px;
    bottom: 0;
    width: 20px;
    display: block; }

.offerCards {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7.5px; }
  .offerCards__card {
    display: block;
    width: calc(100%/3 - 15px);
    border-radius: 10px;
    overflow: hidden;
    background: #FFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    padding-bottom: 5px;
    margin: 0 7.5px 15px; }
    @media screen and (max-width: 1280px) {
      .offerCards__card {
        width: calc(100%/2 - 15px); } }
    @media screen and (max-width: 1230px) {
      .offerCards__card {
        width: calc(100%/3 - 15px); } }
  .offerCards__status {
    text-align: center;
    box-sizing: border-box;
    padding: 2px 5px;
    font-size: 10px; }
  .offerCards__time {
    text-align: center;
    display: block;
    font-size: 12px; }
  .offerCards__name {
    text-align: center;
    margin-bottom: 10px;
    padding: 0 5px;
    line-height: 1.2; }
  .offerCards .userIconWrap {
    margin: 5px auto; }
  .offerCards__limit {
    width: calc(100% - 10px);
    margin: auto;
    border-radius: 1000px;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    padding: 4px 5px 3px; }
  .offerCards__limitNum {
    font-size: 14px;
    font-family: "poppins"; }

.usageCard {
  background: #F3F7FD;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
  margin-bottom: 10px; }
  .usageCard__ttl {
    text-align: center;
    padding: 7px 5px;
    margin: -20px -20px 20px; }
  .usageCard__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between; }
  .usageCard__box {
    margin-bottom: 15px; }
    .usageCard__box:last-of-type {
      margin-bottom: 0; }
  .usageCard__bar {
    position: relative;
    border-radius: 100px;
    height: 10px;
    background: #D1D5D9;
    margin-top: 10px; }
  .usageCard__barFill {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100px;
    height: 100%; }
  .usageCard__barFill--1 {
    width: calc(100% * 1 / 20); }
  .usageCard__barFill--2 {
    width: calc(100% * 2 / 20); }
  .usageCard__barFill--3 {
    width: calc(100% * 3 / 20); }
  .usageCard__barFill--4 {
    width: calc(100% * 4 / 20); }
  .usageCard__barFill--5 {
    width: calc(100% * 5 / 20); }
  .usageCard__barFill--6 {
    width: calc(100% * 6 / 20); }
  .usageCard__barFill--7 {
    width: calc(100% * 7 / 20); }
  .usageCard__barFill--8 {
    width: calc(100% * 8 / 20); }
  .usageCard__barFill--9 {
    width: calc(100% * 9 / 20); }
  .usageCard__barFill--10 {
    width: calc(100% * 10 / 20); }
  .usageCard__barFill--11 {
    width: calc(100% * 11 / 20); }
  .usageCard__barFill--12 {
    width: calc(100% * 12 / 20); }
  .usageCard__barFill--13 {
    width: calc(100% * 13 / 20); }
  .usageCard__barFill--14 {
    width: calc(100% * 14 / 20); }
  .usageCard__barFill--15 {
    width: calc(100% * 15 / 20); }
  .usageCard__barFill--16 {
    width: calc(100% * 16 / 20); }
  .usageCard__barFill--17 {
    width: calc(100% * 17 / 20); }
  .usageCard__barFill--18 {
    width: calc(100% * 18 / 20); }
  .usageCard__barFill--19 {
    width: calc(100% * 19 / 20); }
  .usageCard__barFill--20 {
    width: calc(100% * 20 / 20); }
  .usageCard__caution {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 12px;
    margin-bottom: 10px; }

.pointBox {
  background: #FFF7F9;
  border-radius: 10px;
  padding: 20px 20px 0 20px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px; }
  .pointBox__label {
    font-size: 16px;
    display: inline-block; }
  .pointBox__number {
    font-family: "poppins";
    font-size: 60px; }
  .pointBox__inner {
    position: relative; }

.sortTabs.is-top {
  z-index: 10000; }

.sortTabs {
  display: block;
  position: relative; }
  @media screen and (max-width: 850px) {
    .sortTabs {
      width: 100%; } }
  .sortTabs__arrow {
    width: 14px;
    margin-right: 10px; }
    .sortTabs__arrow img {
      vertical-align: middle; }
    @media screen and (max-width: 850px) {
      .sortTabs__arrow {
        display: none; } }
  .sortTabs__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
  .sortTabs__inner {
    border-radius: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20px;
    align-items: center; }
    @media screen and (max-width: 850px) {
      .sortTabs__inner {
        padding: 10px; } }
  .sortTabs__btn {
    background: none;
    padding: 3px 10px;
    margin: 0 5px;
    font-weight: bold;
    color: #FFF;
    border: none;
    box-sizing: border-box;
    border-radius: 100px; }
    @media screen and (max-width: 850px) {
      .sortTabs__btn {
        font-size: 12px; } }
  .sortTabs__btn--active {
    background: #FFF;
    color: #FF1087; }

.filterBar {
  margin-bottom: 20px; }
  .filterBar__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
  .filterBar__select {
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #E4ECF4;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 5px 25px 7px 15px;
    background: url("../img/icon_check_bottom.svg") right 10px center no-repeat #FFF;
    background-size: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: 600;
    font-family: "Zen Kaku Gothic New", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
    max-width: 300px; }
    .filterBar__select:last-of-type {
      margin-right: 20px; }
  .filterBar__checksLabel {
    margin-top: 3px;
    margin-bottom: 10px;
    cursor: pointer; }
  .filterBar__keyword {
    margin-top: 10px;
    display: block;
    width: 100%; }
  .filterBar__keywordInner {
    max-width: 700px;
    box-shadow: none; }
  .filterBar__keywordInput {
    border: 1px solid #E4ECF4;
    box-shadow: none; }

.resultCount {
  margin-bottom: 20px; }

.pagination__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: "poppins";
  font-weight: 600;
  align-items: center; }
.pagination__item {
  font-size: 14px; }
.pagination__link {
  color: #FF1087;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 4px; }
.pagination__link--current {
  background: #FF1087;
  color: #FFF;
  border-radius: 10000px; }
.pagination__link--arrow {
  border: 2px solid #FF1087;
  width: 32px;
  height: 32px;
  border-radius: 10000px; }
.pagination__item--next {
  margin-left: 15px;
  background: url("../img/icon_pagenation_right.svg") left 12px center no-repeat;
  background-size: 9px; }
.pagination__item--prev {
  margin-right: 15px;
  background: url("../img/icon_pagenation.svg") left 10px center no-repeat;
  background-size: 9px; }
.pagination__item--first {
  margin-right: 5px;
  background: url("../img/icon_pagenation.svg") left 8px center no-repeat, url("../img/icon_pagenation.svg") left 13px center no-repeat;
  background-size: 9px, 9px; }
.pagination__item--last {
  margin-left: 5px;
  background: url("../img/icon_pagenation_right.svg") left 10px center no-repeat, url("../img/icon_pagenation_right.svg") left 15px center no-repeat;
  background-size: 9px, 9px; }

.avatar {
  border-radius: 1000000px;
  overflow: hidden; }
  .avatar__inner {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%; }
  .avatar__img {
    /*width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover; }

/*.profile {

  &__media {
    //width: 340px;
    min-width: 340px;
    width: 24vw;
    @media screen and (max-width: 1230px) {
      margin: auto;
      width: 100%;
      max-width: 340px;
    }
  }
  &__video {
    border-radius: 10px;
    overflow: hidden;
  }
  &__videoPlayer {
    width: 100%;
    height: auto;
    display: block;
  }

  &__avatar {
    height: 95px;
    width: 95px;
  }

  &__content {
    @include fbox;
    padding-left: 40px;
    @media screen and (max-width: 1230px) {
      padding-left: 0;
      display: block;
      width: 100%;
      margin-top: 40px;
    }
  }
  &__header {
    @include flex;
    margin-bottom: 20px;
    @media screen and (max-width: $viewport) {
      align-items: center;
      margin-bottom: 5px;
    }
  }
  &__actions {
    width: 120px;
    @media screen and (max-width: $viewport) {
      width: 100%;
      @include flex;
      margin-top: 20px;
    }
  }
  &__btnHeader {
    @include flex;
    width: 100%;
    border-radius: 3px;
    //border: none;
    //border: 1px solid $オレンジ;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0;
    outline: none;
    margin-bottom: 10px;
    font-family: $テキスト;
    box-sizing: border-box;
    padding: 5px;
    justify-content: center;
    @media screen and (max-width: $viewport) {
      width: 120px;
      margin-right: 10px;
    }
  }
  &__favorite {
    border: 1px solid $ピンク;
    img {
      display: inline-block;
      width: 15.28px;
      margin-right: 5px;
    }
  }
  &__yell {
    border: 1px solid $オレンジ;
    img {
      display: inline-block;
      width: 13.65px;
      margin-right: 5px;
    }
  }
  &__info {
    @include fbox;
    padding: 0 20px;
    @media screen and (max-width: $viewport) {
      padding: 0 0 0 10px;
    }
  }
  &__name {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 5px;
    @media screen and (max-width: $viewport) {
      font-size: 18px;
    }
  }
  &__meta {
    margin: -3px 0 7px;
    position: relative;
    line-height: 1.4;
    @media screen and (max-width: $viewport) {
      font-size: 12px;
      margin-top: 0;
      margin-bottom: 0;
    }
  }
  &__wrap,
  &__row {
    @include flex;
  }
  &__wrap {
    @media screen and (max-width: $viewport) {
      align-items: center;
      margin-top: 5px;
    }
  }
  &__row {
    @media screen and (max-width: 1230px) {
      display: block;
    }
  }
  &__works {
    margin-top: 20px;
  }
  &__worksTtl {
    font-size: 16px;
    margin-bottom: 15px;
  }
  &__worksGrid {
    @include flex;
  }
  &__worksGridThum {
    //width: calc(100%/4 - 10px);
    width: 110px;
    height: 110px;
    overflow: hidden;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    &:nth-child(3n) {
      @media screen and (max-width: $viewport) {
        margin-right: 0;
      }
    }
    @media screen and (max-width: $viewport) {
        width: calc(100% / 3 - 2vw);
        height: 27.77vw;
        overflow: hidden;
        border-radius: 3px;
        margin-right: 3vw;
        margin-bottom: 3vw;
    }
  }
  &__worksGridThumInner {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    img {
      width: 100%;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }
  }
  &__btns {
    @include flex;
    justify-content: center;
    margin-top: 40px;
  }
  &__btn {
    border-width: 2px;
    border-style: solid;
    width: 230px;
    margin: 0 10px 10px;
    cursor: pointer;
    @media screen and (max-width: $viewport) {
      margin-bottom: 15px;
    }
    img {
      display: inline-block;
      position: relative;
      margin: 0 5px 0 0;
      width: 20px;
    }
  }

}*/
.profile__media {
  width: 100%;
  margin: 20px auto; }
.profile__video {
  border-radius: 10px;
  overflow: hidden;
  max-width: 400px;
  position: relative; }
  .profile__video .form__picRemove {
    width: 42px;
    right: 5px;
    top: 5px; }
.profile__video--wide {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
.profile__videoPlayer {
  width: 100%;
  height: auto;
  display: block; }
.profile__avatar {
  height: 95px;
  width: 95px; }
@media screen and (max-width: 1230px) {
  .profile__content {
    padding-left: 0;
    display: block;
    width: 100%; } }
@media screen and (max-width: 850px) {
  .profile__content {
    margin-top: 0; } }
.profile__header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  @media screen and (max-width: 850px) {
    .profile__header {
      align-items: center;
      margin-bottom: 5px; } }
.profile__header--center {
  align-items: center; }
.profile__actions {
  width: 180px; }
  @media screen and (max-width: 850px) {
    .profile__actions {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      margin-top: 20px; } }
.profile__btnHeader {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 3px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
  outline: none;
  margin-bottom: 10px;
  font-family: "Zen Kaku Gothic New", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  box-sizing: border-box;
  padding: 5px;
  justify-content: center;
  cursor: pointer; }
  .profile__btnHeader:hover {
    opacity: 1; }
  @media screen and (max-width: 850px) {
    .profile__btnHeader {
      width: 160px;
      margin-right: 10px; } }
.profile__btnHeader.is-top {
  z-index: 100000;
  position: relative; }
.profile__favorite {
  border: 1px solid #FF1087;
  position: relative;
  z-index: 1;
  transition: .4s; }
  .profile__favorite img {
    display: inline-block;
    width: 15.28px;
    margin-right: 5px; }
  .profile__favorite:hover {
    opacity: 0.6;
    transition: .4s; }
.profile__yell {
  border: 1px solid #ED6B00; }
  .profile__yell img {
    display: inline-block;
    width: 13.65px;
    margin-right: 5px; }
.profile__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  padding: 0 20px; }
  @media screen and (max-width: 850px) {
    .profile__info {
      padding: 0 0 0 10px; } }
.profile__name {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 5px; }
  @media screen and (max-width: 850px) {
    .profile__name {
      font-size: 18px; } }
.profile__meta {
  margin: -3px 0 7px;
  position: relative;
  line-height: 1.4; }
  @media screen and (max-width: 850px) {
    .profile__meta {
      font-size: 12px;
      margin-top: 0;
      margin-bottom: 0; } }
.profile__wrap, .profile__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
@media screen and (max-width: 850px) {
  .profile__wrap {
    align-items: center;
    margin-top: 5px; } }
@media screen and (max-width: 1230px) {
  .profile__row {
    display: block; } }
.profile__works {
  margin-top: 20px; }
.profile__worksTtl {
  font-size: 16px;
  margin-bottom: 15px; }
.profile__worksGrid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
.profile__worksGridThum {
  width: 110px;
  height: 110px;
  overflow: hidden;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 10px; }
  @media screen and (max-width: 850px) {
    .profile__worksGridThum:nth-child(3n) {
      margin-right: 0; } }
  @media screen and (max-width: 850px) {
    .profile__worksGridThum {
      width: calc(100% / 3 - 2vw);
      height: 27.77vw;
      overflow: hidden;
      border-radius: 3px;
      margin-right: 3vw;
      margin-bottom: 3vw; } }
.profile__worksGridThumInner {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%; }
  .profile__worksGridThumInner img {
    /*width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover; }
.profile__btns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px; }
.profile__btn {
  border-width: 2px;
  border-style: solid;
  width: 230px;
  margin: 0 10px 10px;
  cursor: pointer; }
  @media screen and (max-width: 850px) {
    .profile__btn {
      margin-bottom: 15px; } }
  .profile__btn img {
    display: inline-block;
    position: relative;
    margin: 0 5px 0 0;
    width: 20px; }

.rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 5px; }
  @media screen and (max-width: 850px) {
    .rating {
      margin-bottom: 0; } }
  .rating__stars {
    margin-right: 10px; }
    @media screen and (max-width: 850px) {
      .rating__stars {
        margin-right: 5px; } }
  .rating__star {
    display: inline-block;
    width: 13px;
    height: 13px; }
    .rating__star img {
      display: block; }
  .rating__reviewCount {
    text-decoration: underline; }
    @media screen and (max-width: 850px) {
      .rating__reviewCount {
        font-size: 12px; } }

.badgeVerified__inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 12px;
  align-items: center; }
  @media screen and (max-width: 850px) {
    .badgeVerified__inner {
      font-size: 10px;
      padding: 0 5px; } }
.badgeVerified__icon {
  display: inline-block;
  margin: 0 5px 0 0;
  position: relative;
  width: 12px; }

.snsIcons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  .snsIcons__item {
    width: 45px;
    margin-right: 15px;
    margin-bottom: 15px; }
    @media screen and (max-width: 850px) {
      .snsIcons__item {
        width: 35px;
        margin-right: 10px;
        margin-bottom: 10px; } }

.snsIcon {
  display: inline-block;
  margin: 0 5px 10px 0;
  width: 25px; }

.profAppeal {
  margin-top: 60px;
  margin-bottom: 60px; }
  .profAppeal__box {
    margin-bottom: 40px; }
  .profAppeal__ttl {
    font-size: 26px;
    margin-bottom: 30px; }
    @media screen and (max-width: 850px) {
      .profAppeal__ttl {
        font-size: 22px;
        line-height: 1.6;
        margin-bottom: 10px; } }
  .profAppeal__subTtl {
    font-size: 24px;
    margin-bottom: 10px; }
    @media screen and (max-width: 850px) {
      .profAppeal__subTtl {
        font-size: 20px; } }

.listTxts__item {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px; }
  .listTxts__item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 4px;
    height: 4px;
    border-radius: 100px;
    background: #3C445A; }

.reviewCard {
  margin-top: 60px;
  position: relative;
  margin-bottom: 60px; }
  .reviewCard__viewport {
    overflow-x: auto;
    overflow-y: hidden;
    cursor: grab;
    -webkit-overflow-scrolling: touch;
    /* ===== スクロールバー非表示 ===== */
    scrollbar-width: none;
    -ms-overflow-style: none; }
  .reviewCard__viewport::-webkit-scrollbar {
    display: none; }
  .reviewCard__viewport--noWrap {
    position: relative;
    width: calc(100% + 40px); }
    @media screen and (max-width: 850px) {
      .reviewCard__viewport--noWrap {
        width: calc(100% + 20px); } }
  .reviewCard__viewport.dragging {
    cursor: grabbing; }
  .reviewCard__viewport.dragging a {
    pointer-events: none; }
  .reviewCard__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
  .reviewCard__inner--noWrap {
    flex-wrap: nowrap;
    position: relative; }
    .reviewCard__inner--noWrap:after {
      content: "";
      flex: 0 0 1px; }
  .reviewCard__card {
    flex: 0 0 320px;
    margin-right: 20px;
    margin-bottom: 30px;
    position: relative;
    background: #FFF;
    border-radius: 30px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    padding: 25px; }
    @media screen and (max-width: 850px) {
      .reviewCard__card {
        margin-right: 20px;
        flex: 0 0 300px;
        border-radius: 20px;
        margin-bottom: 0; } }
  .reviewCard__cardInner {
    margin: 5px 0 15px; }
  .reviewCard__ttl {
    font-size: 16px; }
  .reviewCard__txt {
    font-size: 12px; }
  .reviewCard__company {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .reviewCard__avatar {
    width: 50px;
    height: 50px; }
  .reviewCard__companyName {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-left: 10px; }

.txtLink__link {
  text-decoration: underline;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
.txtLink__linkInner {
  position: relative; }
.txtLink__icon {
  display: inline-block;
  width: 15px;
  position: relative; }

.txtLinkRight {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; }
  .txtLinkRight .txtLink__linkInner {
    margin-right: 10px; }

.chat {
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #4BD1DC;
  border-radius: 10px;
  padding: 30px;
  max-height: 800px;
  overflow-y: scroll; }
  @media screen and (max-width: 850px) {
    .chat {
      padding: 20px; } }
  .chat__row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px; }
  .chat__profile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%; }
  .chat__row--right, .chat__profile--right {
    justify-content: flex-end; }
  .chat__row--left, .chat__profile--left {
    justify-content: flex-start; }
  .chat__profileWrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .chat__profileWrap--right {
    flex-direction: row-reverse; }
  .chat__name {
    margin: 0 10px;
    font-size: 16px; }
  .chat__time {
    display: block;
    width: 100%;
    font-size: 12px; }
  .chat__time--right {
    text-align: right; }
  .chat__time--left {
    text-align: left; }
  .chat__row--right .chat__bubble {
    background: #0AEA66; }
  .chat__bubble {
    width: calc(100%/2 + 145px);
    background: #FFF;
    box-sizing: border-box;
    position: relative;
    border-radius: 20px;
    padding: 30px 30px 20px;
    margin: 10px 0; }
    @media screen and (max-width: 850px) {
      .chat__bubble {
        width: calc(100% - 10px);
        padding: 20px 20px 10px;
        border-radius: 10px; } }
  .chat__ttl {
    font-size: 16px; }
    @media screen and (max-width: 850px) {
      .chat__ttl {
        font-size: 14px;
        margin-bottom: 0;
        line-height: 1.4;
        margin-bottom: 10px; } }
  .chat__txt {
    margin-bottom: 10px; }
    @media screen and (max-width: 850px) {
      .chat__txt {
        font-size: 12px; } }

.chatFlie {
  background: #FFF2F9;
  box-sizing: border-box;
  display: inline-block;
  margin: 10px 10px 10px 0;
  padding: 15px;
  border-radius: 10px;
  max-width: 190px; }
  @media screen and (max-width: 850px) {
    .chatFlie {
      padding: 10px;
      border-radius: 5px;
      max-width: 110px;
      margin: 10px 5px 0px 0; } }
  .chatFlie__btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .chatFlie__icon {
    display: block;
    width: 41.29px; }
    @media screen and (max-width: 850px) {
      .chatFlie__icon {
        width: 20px; } }
  .chatFlie__fileName {
    text-decoration: underline;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-left: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* 行数 */
    -webkit-box-orient: vertical;
    overflow: hidden; }
    @media screen and (max-width: 850px) {
      .chatFlie__fileName {
        font-size: 12px; } }

.reply__body {
  position: relative;
  margin-top: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-end;
  background: #FFF;
  border-radius: 10px;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden; }
.reply__textarea {
  box-sizing: border-box;
  padding: 20px 20px 30px;
  min-height: 250px;
  width: 100%;
  border: none;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  border-bottom: 1px solid #FF1087;
  background: none; }
  .reply__textarea:focus {
    outline: none; }
.reply__actions {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 30px 20px 20px;
  border-radius: 0 0 10px 10px;
  /*background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);*/
  margin-top: -10px; }
.reply__fileAdd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  padding-right: 20px; }
@media screen and (max-width: 850px) {
  .reply__files {
    margin-bottom: 10px; } }
.reply__file {
  display: inline-block;
  max-width: 190px;
  margin: 0 10px 10px 0; }
  @media screen and (max-width: 850px) {
    .reply__file {
      max-width: 90px; } }
.reply__fileInner {
  border: 1px solid #B9D2F2;
  border-radius: 5px;
  box-sizing: border-box;
  background: #FFF;
  box-sizing: border-box;
  padding: 5px 10px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
.reply__fileIcon {
  display: inline-block;
  position: relative;
  margin: 0 5px 0 0;
  width: 15px; }
.reply__fileRemove {
  background: none;
  margin: 0;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 25px;
  height: 25px;
  position: absolute;
  right: -10px;
  top: -10px;
  border: none;
  outline: none; }
  .reply__fileRemove img {
    display: block;
    width: 100%; }
.reply__fileName {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 行数 */
  -webkit-box-orient: vertical;
  overflow: hidden; }
.reply__attachButton {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #FF87C3;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  border-radius: 50%;
  cursor: pointer; }
.reply__btn {
  width: 130px; }
  @media screen and (max-width: 850px) {
    .reply__btn {
      width: 100%;
      margin-top: 20px; } }
.reply__btnIcon {
  display: inline-block;
  width: 17.46px;
  position: relative;
  margin: 0 5px 0 0; }

.offferLimit {
  display: inline-block;
  box-sizing: border-box;
  padding: 4px 15px 0;
  border-radius: 20px 20px 0 0;
  position: absolute;
  right: 0;
  top: -55px;
  letter-spacing: 1px;
  height: 55px; }
  @media screen and (max-width: 850px) {
    .offferLimit {
      letter-spacing: 0;
      font-size: 12px;
      height: 40px;
      top: -40px;
      border-radius: 10px 10px 0 0; } }
  .offferLimit:before {
    content: "";
    background: #FFF;
    position: absolute;
    right: 0;
    bottom: -15px;
    width: 15px;
    height: 15px; }
  .offferLimit__number {
    font-family: "poppins";
    font-size: 30px;
    display: inline-block;
    margin: 0 5px; }
    @media screen and (max-width: 850px) {
      .offferLimit__number {
        font-size: 20px; } }

.newsPage .newsList {
  padding-bottom: 15px;
  margin-bottom: 20px; }
.newsPage .newsList__tag,
.newsPage .newsList__date {
  font-size: 13px; }
.newsPage .newsList__link {
  font-size: 16px; }
  @media screen and (max-width: 850px) {
    .newsPage .newsList__link {
      font-size: 14px; } }
  .newsPage .newsList__link:hover {
    text-decoration: underline;
    opacity: 1; }
.newsPage .pagination {
  margin-top: 50px; }
  @media screen and (max-width: 850px) {
    .newsPage .pagination {
      margin-top: 30px; } }
.newsPage__ttl {
  font-size: 20px;
  line-height: 1.4;
  margin-top: 10px; }
.newsPage__box {
  background: #FFF;
  border-radius: 10px;
  padding: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  @media screen and (max-width: 850px) {
    .newsPage__box {
      margin-top: 20px;
      margin-bottom: -20px;
      padding: 20px; } }
@media screen and (max-width: 850px) {
  .newsPage__txt {
    line-height: 1.6; } }

.cardTxt {
  display: block;
  font-size: 12px; }

.termsBox {
  margin-bottom: 40px; }
  .termsBox:last-of-type {
    margin-bottom: 0; }
  .termsBox__list {
    margin-top: 10px; }
  .termsBox__li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 5px; }
  .termsBox__ttl {
    font-size: 18px; }
    @media screen and (max-width: 850px) {
      .termsBox__ttl {
        font-size: 16px; } }

.favTxt {
  margin-bottom: 20px;
  text-indent: -1em;
  padding-left: 1em; }
  @media screen and (max-width: 850px) {
    .favTxt {
      line-height: 1.6; } }

.toDo {
  margin-bottom: 50px;
  /*&__link.is-checked {
    background: url("../img/circleCheck_on.svg") left 30px center no-repeat $薄ピンク;
    background-size: 40px;
    @media screen and (max-width: $viewport) {
      background: url("../img/circleCheck_on.svg") left 20px center no-repeat $薄ピンク;
      background-size: 25px;
    }
  }*/ }
  .toDo__box {
    border-radius: 30px;
    background: #FFF;
    padding: 30px;
    position: relative;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin-top: 40px; }
    @media screen and (max-width: 850px) {
      .toDo__box {
        border-radius: 15px;
        padding: 20px; } }
  .toDo__lead {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-right: 30px; }
    @media screen and (max-width: 850px) {
      .toDo__lead {
        padding-right: 0; } }
  .toDo__ttl {
    font-size: 30px;
    margin-bottom: 5px; }
    @media screen and (max-width: 850px) {
      .toDo__ttl {
        font-size: 20px;
        line-height: 1.6; } }
  .toDo__subTtl {
    font-size: 20px; }
    @media screen and (max-width: 850px) {
      .toDo__subTtl {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 10px; } }
  .toDo__img1 {
    width: 171px; }
    @media screen and (max-width: 850px) {
      .toDo__img1 {
        margin: 30px auto 0; } }
  .toDo__img2 {
    width: 227px;
    position: relative; }
    @media screen and (max-width: 850px) {
      .toDo__img2 {
        margin: 30px auto 0; } }
  .toDo__link {
    display: block;
    border-radius: 20px;
    background: #FFF;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 30px;
    padding-left: 90px;
    padding-right: 85px;
    position: relative;
    background: url("../img/circleCheck_blank.svg") left 30px center no-repeat;
    background-size: 40px;
    /*&:hover {
      opacity: 1;
      background: url("../img/circleCheck_blank.svg") left 30px center no-repeat $薄ピンク;
      background-size: 40px;
      @media screen and (max-width: $viewport) {
        padding: 20px 20px 20px 60px;
        background: url("../img/circleCheck_blank.svg") left 20px center no-repeat $薄ピンク;
        background-size: 25px;
      }
    }*/ }
    @media screen and (max-width: 850px) {
      .toDo__link {
        padding: 20px 20px 20px 60px;
        background: url("../img/circleCheck_blank.svg") left 20px center no-repeat;
        background-size: 25px; } }
    .toDo__link:hover {
      opacity: 1; }
    .toDo__link:after {
      /*content: "";
      position: absolute;
      right: 20px;
      top: calc(50% - 11px);
      background:url("../img/icon_pagenation_right.svg") no-repeat;
      background-size: 16px;
      width: 16px;
      height: 22px;*/ }
      @media screen and (max-width: 850px) {
        .toDo__link:after {
          content: none; } }
  .toDo__link {
    background: url("../img/circleCheck_on.svg") left 30px center no-repeat #FFF;
    background-size: 40px; }
    @media screen and (max-width: 850px) {
      .toDo__link {
        background: url("../img/circleCheck_on.svg") left 20px center no-repeat #FFF;
        background-size: 25px; } }

.yellList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #D4CFD1;
  padding-bottom: 10px;
  margin-bottom: 10px; }
  .yellList__date {
    width: 65px; }
  .yellList__name {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    font-size: 12px;
    line-height: 1.4;
    padding: 0 10px; }
  .yellList__nameWrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    align-items: center; }
  .yellList__countWrap {
    width: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-family: "poppins";
    position: relative;
    top: 2px; }
  .yellList__countIcon {
    width: 15px;
    display: inline-block;
    margin-right: 5px; }
    .yellList__countIcon img {
      vertical-align: middle; }
  .yellList__countNumber {
    font-size: 16px;
    line-height: 16px; }

.skillTag {
  display: inline-block;
  margin: 0 10px 10px 0;
  border: 1px solid #FF1087; }
  .skillTag__icon {
    width: 20px;
    position: relative;
    display: inline-block;
    top: -2px;
    cursor: pointer;
    transition: .4s; }
    .skillTag__icon:hover {
      opacity: 0.6;
      transition: .4s; }
  .skillTag__sns {
    width: 20px;
    position: relative;
    display: inline-block;
    top: -1px;
    margin-right: 2px; }

.pageTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all .4s;
  z-index: 999; }
  @media screen and (max-width: 850px) {
    .pageTop {
      width: 35px;
      right: 15px;
      bottom: 15px; } }
  .pageTop img {
    display: block;
    width: 100%; }

.pageTop.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); }

.favoriteBtn {
  border: none;
  padding: 0;
  outline: none;
  background: none;
  width: 32px;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 10; }
  .favoriteBtn img {
    display: block;
    width: 100%; }

.errorTxt {
  display: block;
  color: #CC0000;
  margin: 10px 0 0 0;
  font-weight: bold;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.6; }
  /* バリデーションエラーメッセージの先頭に「※」を共通付与 */
  .errorTxt::before {
    content: "※"; }

.errorBox {
  outline: 3px solid #CC0000; }

.userDataPrev:before {
  content: none !important; }
.userDataPrev .pageCont {
  padding-top: 50px; }
  @media screen and (max-width: 850px) {
    .userDataPrev .pageCont {
      padding-top: 30px; } }
.userDataPrev .mainCont {
  max-width: 1200px;
  margin: auto; }

button {
  cursor: pointer; }

@media screen and (max-width: 850px) {
  .mfp-container {
    padding: 0 20px; } }

.txtPoint {
  margin-bottom: 50px; }
  @media screen and (max-width: 850px) {
    .txtPoint {
      margin-bottom: 30px; } }

.points {
  border-radius: 10px;
  padding: 25px; }
  .points:first-of-type {
    margin-bottom: 40px; }
  .points__dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    @media screen and (max-width: 850px) {
      .points__dl {
        display: block;
        width: 100%; } }
  .points__dt {
    width: 200px; }
    @media screen and (max-width: 850px) {
      .points__dt {
        width: 100%;
        text-align: center; } }
  .points .errorTxt {
    display: block;
    width: 100%;
    text-align: left; }
  .points__dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center; }
    @media screen and (max-width: 850px) {
      .points__dd {
        justify-content: center;
        margin-top: 20px; } }
  .points__number {
    font-size: 40px;
    display: inline-block;
    margin-right: 10px;
    font-weight: 600; }
  .points__ttl {
    font-size: 20px; }
    @media screen and (max-width: 850px) {
      .points__ttl {
        font-size: 16px; } }
  .points .form__input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%; }
  .points__txt {
    margin-left: 20px; }
  @media screen and (max-width: 850px) {
    .points .formBtns {
      margin-top: 20px; } }

.pointsInner:first-of-type {
  margin-bottom: 50px; }
  @media screen and (max-width: 850px) {
    .pointsInner:first-of-type {
      margin-bottom: 30px; } }
@media screen and (max-width: 850px) {
  .pointsInner__txt {
    text-align: left; } }

.pointsTop {
  margin-bottom: 80px; }

.backBtn {
  text-align: center;
  margin-top: 40px; }
  .backBtn a {
    margin-right: auto;
    margin-left: auto; }

.todoMovies {
  /*margin-top: 40px;*/ }
  .todoMovies__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
  .todoMovies__box {
    width: calc(100%/2);
    margin-bottom: 50px;
    padding: 0 20px; }
    @media screen and (max-width: 850px) {
      .todoMovies__box {
        width: 100%; } }
  .todoMovies__boxInner {
    max-width: 260px;
    margin: 0 auto 20px; }
    @media screen and (max-width: 910px) {
      .todoMovies__boxInner {
        max-width: 180px; } }
    @media screen and (max-width: 850px) {
      .todoMovies__boxInner {
        max-width: 260px; } }
  .todoMovies__video {
    width: 100%;
    display: block; }
  .todoMovies__catch {
    font-size: 13px;
    margin: 0 auto;
    max-width: 350px;
    line-height: 1.4; }
  .todoMovies__thum {
    margin-bottom: 20px;
    max-width: 350px;
    margin: 0 auto 20px;
    border-radius: 10px;
    overflow: hidden; }
  .todoMovies__subTtl {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.4;
}

  .todoMovies__ttl {
    font-size: 24px;
    margin-bottom: 20px;
    }
  @media screen and (max-width: 850px) {
    .todoMovies__ttl {
      font-size: 20px;
      margin-bottom: 10px;
    }
  }

/* ====== Catch copy: JS が 20文字を超えたら「...」を付与する。
        CSS では clamp/text-overflow を使わない（JS の「...」と重複するため） ====== */
.userCard__catch,
.pickupUser__ttl {
  word-break: break-word !important;
  overflow-wrap: anywhere !important;
  overflow: hidden !important;
  display: block !important;
  -webkit-line-clamp: none !important;
  text-overflow: clip !important; }

/* ====== Mobile fix: offer/match list - show header + 1-line layout with horizontal scroll ====== */
@media screen and (max-width: 1100px) {
  .offerTableListSc .offerTable__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap; }
  .offerTableListSc .offerTable__head--width {
    min-width: 750px; }
  .offerTableListSc .offerItemListWidth {
    min-width: 750px; }
  .offerTableListSc .offerItem {
    flex-wrap: nowrap; }
  .offerTableListSc .offerItemList .offerItem__col--type {
    margin-left: 0; }
  .offerTableListSc .offerItemList .offerItem__col--comName {
    flex: 0 0 130px;
    display: block;
    width: auto;
    margin: 0; }
  .offerTableListSc .offerItemList .offerItem__col--limit {
    flex: 0 0 105px;
    width: auto; }
  .offerTableListSc .offerItem__col--content {
    width: auto;
    flex: 1 !important;
    padding: 0 10px; }
  .offerTableListSc .offerItem__col--user {
    margin-left: 0; }
  .offerTableListSc .offerItem__type {
    display: block; } }

/* ====== Mobile fix: general responsive sizing ====== */
@media screen and (max-width: 850px) {
  .pageTtl {
    font-size: 22px; }
  .resultCount {
    font-size: 13px; }
  .filterBar {
    padding: 10px;
    gap: 8px; }
  .filterBar__select,
  .filterBar__keywordInput {
    font-size: 13px;
    padding: 6px 10px; }
  .btn {
    font-size: 14px; }
  .userCard__name {
    font-size: 14px; }
  .userCard__tag {
    font-size: 9px;
    padding: 0 4px; }
  .secTtl__ttl {
    font-size: 18px; }
  .secTtl__enTtl {
    font-size: 28px; }
  .myPageTop__ttl {
    font-size: 16px; } }

.formCatchBox {
  margin-top: 20px;
  
}
.formCatchBox__ttl {
  margin-bottom: 10px;
}
@media screen and (max-width: 850px) {
  .formCatchBox {}
}

.form__templateBox {
  margin-top: 20px;
  margin-bottom: 20px;
}

.profileEdit__txt {
  margin-bottom: 20px;
}
.profileEdit__btn {
  margin: 0 0 30px;
  max-width: 250px;
}
@media screen and (max-width: 850px) {
  .profileEdit__txt {}
}

.needUserList {
  margin-bottom: 40px;
  background: #FFF;
  border-radius: 10px;
  padding: 30px 40px;
}
.needUserList__li {
  margin-bottom: 10px;
}
.needUserList__li:last-of-type {
  margin-bottom: 0px;
}
@media screen and (max-width: 850px) {
  .needUserList {
    padding: 30px 20px;
  }
}

.topBnrs__bnr--beginnerWide {
  display: block;
  width: 100%;
  max-width: 750px;
  margin: 0 auto 30px;
}

.todoMovies__profile {
  max-width: 700px;
  margin: auto;
}

.todoMovies__boxInner img {
  display: block;
  width: 100%;
}