/*====================================================================================
1. START COMMON BASE.
====================================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Saira:ital,wght@0,100..900;1,100..900&family=Teko:wght@300..700&display=swap");
:root {
  --font-teko: "Teko", sans-serif;
  --font-saira: "Saira", sans-serif;
  --co-blue: #303ab1;
}

html {
  font-size: 62.5%;
  overflow-y: auto;
  line-height: 1.6;
}
html.no-scroll {
  overflow: hidden;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 2.75vw;
  }
}

:where(html:not(.sg-cms *)) {
  padding: 0;
  margin: 0;
}

:where(figure:not(.sg-cms *)) {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #18172b;
  font-weight: 400;
  letter-spacing: 0;
}
body.lb-disable-scrolling {
  position: fixed;
  width: 100%;
}
body.no-scroll {
  overflow: hidden;
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
}
@media only screen and (max-width: 47.9375em) {
  body {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 350px) {
  body {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  body img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

:where(body) {
  margin: 0;
}

#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 32rem;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  body {
    min-width: 120rem;
  }
  body #cm-header {
    width: 120rem;
  }
  body #wrapper {
    max-width: 120rem;
  }
}
.w-brall {
  word-break: break-all;
}

/* ---------- START ANCHORLINK ---------- */
a {
  color: #18172b;
  text-decoration: underline;
  background-color: transparent;
}
a:hover, a:active, a:focus {
  outline: none;
}
@media only screen and (min-width: 768px) {
  a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  a:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  a:hover img {
    opacity: 0.8;
  }
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #4e4e4e;
}
@media only screen and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

/*---------- START HOVER IMG  ----------*/
.ov-hover:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70)";
}

/* ----------  START code set ---------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
}

pre,
code,
kbd,
samp,
var,
.font_mono {
  font-size: 1.3rem;
  line-height: 1.6;
}

pre {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  border: 0.1rem solid #ddd;
  background-color: #f4f4f4;
  overflow-x: auto;
}

img {
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  border: 0px;
  -webkit-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

button,
input[type=submit],
input[type=button] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

picture {
  display: block;
  line-height: 1.6;
}

figure {
  margin: 0;
  padding: 0;
}

.white-space_pre-wrap {
  display: -ms-grid;
  display: grid;
  width: 100%;
  white-space: pre-line;
}

/*====================================================================================
2. START COMMON CONTAINER.
====================================================================================*/
.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 120rem;
    padding: 0 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 1.2rem;
  }
}

/*---------- START page-up ----------*/
#page-up {
  display: none;
  position: fixed;
  z-index: 999;
}
@media only screen and (min-width: 768px) {
  #page-up {
    bottom: 2rem;
    right: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  #page-up {
    bottom: 5rem;
    right: 0;
  }
}
#page-up a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
  text-decoration: none;
  overflow: hidden;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
  border: 0.2rem solid var(--co-blue);
  border-radius: 1rem;
}
@media only screen and (min-width: 768px) {
  #page-up a {
    width: 8rem;
    height: 8rem;
  }
  #page-up a:hover:after {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #page-up a:hover:before {
    border-color: #fff;
  }
  #page-up a:hover .txt {
    color: #fff;
  }
  #page-up a:hover span.cm-arr {
    border: solid #fff;
    border-width: 0 0.2rem 0.2rem 0;
  }
}
@media only screen and (max-width: 767px) {
  #page-up a {
    width: 4.5rem;
    height: 4.5rem;
  }
}
#page-up a span.cm-arr {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  content: "";
  border: solid var(--co-blue);
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  padding: 0.3rem;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  display: block;
}
#page-up a span.txt {
  display: block;
  width: 100%;
  text-align: center;
  color: var(--co-blue);
}
#page-up a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  background: var(--co-blue);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}

/*====================================================================================
1. START listbtn
====================================================================================*/
/*====================================================================================
3. START HAMBURGER
====================================================================================*/
.trigger-menu {
  background: none;
  border: none;
  cursor: pointer;
  z-index: 999;
}
@media only screen and (min-width: 768px) {
  .trigger-menu {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .trigger-menu {
    height: 5rem;
    width: 5rem;
    position: relative;
    background: var(--co-blue);
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .trigger-menu span.line {
    width: 3rem;
    height: 0.2rem;
    margin: auto auto 0.7rem;
    background: #fff;
    display: block;
  }
  .trigger-menu span.line:last-child {
    margin-bottom: 0;
  }
}
.trigger-menu.active span.line {
  width: 3rem;
  height: 0.2rem;
  background: #fff;
  display: block;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
}
.trigger-menu.active span.line:nth-child(2) {
  display: none;
}
.trigger-menu.active span.line:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.trigger-menu.active span.line:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

/*====================================================================================
3. START FADE-UP
====================================================================================*/
.fadein {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
.fadein.fadein_on {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media only screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.text_center {
  text-align: center;
}

#cm-main {
  margin-top: var(--headerH);
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .header {
    padding: 2.1rem 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    padding: 1rem;
  }
}
@media only screen and (max-width: 1520px) {
  .header_logo {
    width: 35rem;
    height: auto;
  }
}
@media only screen and (max-width: 1400px) {
  .header_logo {
    width: 30rem;
  }
}
@media only screen and (max-width: 767px) {
  .header_logo {
    width: 22rem;
  }
}
@media only screen and (min-width: 768px) {
  .header_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.6rem;
  }
}
@media only screen and (max-width: 1400px) {
  .header_menu {
    gap: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu {
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    position: fixed;
    top: 6rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 6rem);
    z-index: 9999;
    background: #fff;
    padding: 3rem 2rem;
  }
  .header_menu.active {
    opacity: 1;
    visibility: visible;
  }
}
.header_menu .nav-cta-btn {
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  font-weight: 500;
  background: var(--co-blue);
  border-radius: 0.3rem;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 0.2rem solid var(--co-blue);
}
@media only screen and (min-width: 768px) {
  .header_menu .nav-cta-btn {
    width: 14rem;
  }
  .header_menu .nav-cta-btn:hover {
    color: var(--co-blue);
    background: #fff;
  }
}
@media only screen and (max-width: 1400px) {
  .header_menu .nav-cta-btn {
    width: 11rem;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu .nav-cta-btn {
    width: 20rem;
    margin: 2rem auto 0;
  }
}
.header_menu .nav-links {
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .header_menu .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.5rem;
  }
}
@media only screen and (max-width: 1520px) {
  .header_menu .nav-links {
    gap: 3rem;
  }
}
@media only screen and (max-width: 1400px) {
  .header_menu .nav-links {
    gap: 2rem;
  }
}
.header_menu .nav-links li {
  list-style-type: none;
}
.header_menu .nav-links a {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .header_menu .nav-links a:hover {
    color: var(--co-blue);
  }
}
@media only screen and (max-width: 767px) {
  .header_menu .nav-links a {
    display: block;
    padding: 1rem;
    border-bottom: 0.1rem solid var(--co-blue);
    background: url(../images/top/icon.svg) no-repeat left center;
    background-size: 1.5rem auto;
    padding-left: 2.5rem;
    font-weight: 600;
  }
}

.footer-cta {
  background: url(../images/top/bg5.webp) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .footer-cta {
    padding: 9.6rem 0 7.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer-cta {
    padding: 3rem 0;
  }
}
.footer-cta-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .footer-cta-inner {
    padding: 6.7rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-cta-inner {
    padding: 0 1.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer-cta-inner .title {
  font-family: var(--font-teko);
  font-weight: 500;
  color: var(--co-blue);
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .footer-cta-inner .title {
    font-size: 6.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer-cta-inner .title {
    font-size: 4rem;
  }
}
.footer-cta-inner .ctasub {
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .footer-cta-inner .ctasub {
    margin: -0.3rem 0 2.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer-cta-inner .ctasub {
    margin: 0 0 2rem;
  }
}
.footer-cta-inner .txt {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .footer-cta-inner .txt {
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .footer-cta-inner .txt {
    font-size: 1.6rem;
  }
}
.footer-cta-inner a {
  margin: auto;
  max-width: 26rem;
}
.footer-cta-btn {
  text-align: center;
  margin-top: 3rem;
}
@media only screen and (min-width: 768px) {
  .footer-cta-block {
    width: 50%;
    padding: 0.8rem 0 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer-cta-block {
    width: 100%;
    padding: 3rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .footer-cta-block:first-child {
    border-right: 0.1rem solid #dfe2ff;
  }
}
@media only screen and (max-width: 767px) {
  .footer-cta-block:first-child {
    border-bottom: 0.1rem solid #dfe2ff;
  }
}
@media only screen and (min-width: 768px) {
  .footer-cta-block:last-child {
    border-left: 0.1rem solid #dfe2ff;
  }
}
.cm-footer {
  background: #1f2699;
}
@media only screen and (min-width: 768px) {
  .cm-footer {
    padding: 8.3rem 0 7.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-footer {
    padding: 3rem 0;
  }
}
.cm-footer-inner {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .cm-footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.cm-footer .footer-brand {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .cm-footer .footer-brand {
    width: 43.3rem;
    padding-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-footer .footer-brand {
    width: 28rem;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) {
  .cm-footer .footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12.5rem;
    padding: 1.5rem 2.8rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .cm-footer .footer-links {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .cm-footer .footer-links .nav {
    width: 21.6rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .cm-footer .footer-links .nav:nth-child(2) {
    width: 18rem;
  }
}
.cm-footer .footer-links a {
  display: block;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .cm-footer .footer-links a {
    font-size: 1.8rem;
    margin-bottom: 0.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-footer .footer-links a {
    margin-bottom: 0.4rem;
  }
}

.btn-ph {
  height: 6.4rem;
  max-width: 32.6rem;
  background: var(--co-blue);
  border-radius: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0.1rem solid var(--co-blue);
  color: #fff;
  text-decoration: none;
  padding-right: 1rem;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
  .btn-ph:hover {
    color: var(--co-blue);
    background: #fff;
  }
}
.btn-ph i {
  position: absolute;
  top: 50%;
  right: 2.3rem;
  font-style: normal;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-ph.small {
  max-width: 26rem;
  height: 4.6rem;
}
.btn-ph-w {
  background: #fff;
  color: var(--co-blue);
}
@media only screen and (min-width: 768px) {
  .btn-ph-w:hover {
    color: #fff;
    background: var(--co-blue);
  }
}

.section-label {
  font-weight: 600;
  color: var(--co-blue);
  padding: 0 0 0 2.6rem;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  .section-label {
    font-size: 1.8rem;
    background: url(../images/top/ico-security.svg) no-repeat left -0.2rem top 0.7rem;
    background-size: 2.2rem auto;
  }
}
@media only screen and (max-width: 767px) {
  .section-label {
    font-size: 1.6rem;
    background: url(../images/top/ico-security.svg) no-repeat left -0.2rem top 0.3rem;
    background-size: 2rem auto;
  }
}
.section-label.en {
  font-family: var(--font-teko);
  font-weight: 500;
  background: url(../images/top/ico-security.svg) no-repeat left 0 top 4px;
  padding-left: 2.9rem;
  margin-bottom: -1rem;
}
.cm-title01 {
  font-weight: 600;
  line-height: 1.5625;
}
@media only screen and (min-width: 768px) {
  .cm-title01 {
    font-size: 3.2rem;
    margin: 0.4rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .cm-title01 {
    font-size: 1.8rem;
    margin: 0.4rem 0 2rem;
  }
}

.cm-title02 {
  font-weight: 600;
  color: var(--co-blue);
  margin: 0;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .cm-title02 {
    background: url(../images/top/ico-security.svg) no-repeat left top 0.7rem;
    background-size: 2.2rem auto;
    padding-left: 3.1rem;
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-title02 {
    background: url(../images/top/ico-security.svg) no-repeat left top 0.2rem;
    background-size: 1.8rem auto;
    padding-left: 2.5rem;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .cm-title02.jp {
    font-size: 2.4rem;
    padding-left: 3.3rem;
    background: url(../images/top/ico-security.svg) no-repeat left top 2px;
    margin-bottom: 2.4rem;
  }
}

.pickup-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .pickup-grid {
    gap: 4.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .pickup-grid {
    gap: 3rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.pickup-grid .pickup-card {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .pickup-grid .pickup-card {
    width: calc(33.3333333333% - 2.9333333333rem);
  }
  .pickup-grid .pickup-card:hover .pickup-img img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media only screen and (max-width: 767px) {
  .pickup-grid .pickup-card {
    width: 100%;
  }
}
.pickup-grid .pickup-card .pickup-img {
  width: 100%;
  border-radius: 0.4rem;
  height: 18rem;
  position: relative;
  overflow: hidden;
}
.pickup-grid .pickup-card .pickup-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  display: block;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}
.pickup-grid .pickup-card .pickup-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  margin-top: 2.1rem;
}
.pickup-grid .pickup-card .pickup-meta span:first-child {
  color: var(--co-blue);
  font-size: 1.6rem;
  font-family: var(--font-teko);
  line-height: 1;
  padding-top: 0.4rem;
}
.pickup-grid .pickup-card .pickup-meta span.pickup-cat {
  background: var(--co-blue);
  font-size: 1.2rem;
  border-radius: 0.2rem;
  padding: 0.2rem 1.2rem;
  color: #fff;
}
.pickup-grid .pickup-card .tit {
  font-weight: 600;
  margin: 0.5rem 0 0;
}
@media only screen and (min-width: 768px) {
  .pickup-grid .pickup-card .tit {
    font-size: 2rem;
    line-height: 1.7;
  }
}
@media only screen and (max-width: 767px) {
  .pickup-grid .pickup-card .tit {
    font-size: 1.8rem;
  }
}
.pickup-grid .pickup-card .pickup-author {
  border-top: 0.1rem solid #dddddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .pickup-grid .pickup-card .pickup-author {
    margin-top: 2.4rem;
    padding-top: 1.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .pickup-grid .pickup-card .pickup-author {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }
}
.pickup-grid .pickup-card .pickup-author-avatar {
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .pickup-grid .pickup-card .pickup-author-avatar {
    width: 6rem;
    height: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .pickup-grid .pickup-card .pickup-author-avatar {
    width: 3rem;
    height: 3rem;
  }
}