@charset "utf-8";

.anitto {
  font-family: "Zen Kaku Gothic New", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 16px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.33333vw;
  }
  line-height: 1.5;
  color: #172247;
  background-color: #fff;
  word-break: normal;
  line-break: strict;
  font-weight: 500;
  letter-spacing: 0;

  @media screen and (min-width: 769px) {
    overflow: hidden;
  }

  a {
    color: inherit;
    text-decoration: none;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

  a:hover {
    text-decoration: none;
  }

  @media screen and (min-width: 769px) {
    a:hover {
      opacity: 0.75;
    }
  }

  a:focus {
    outline: none;
    text-decoration: none;
  }

  ul,
  ol {
    margin: 0;
    padding: 0;
  }

  ul li,
  ol li {
    list-style: none;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 700;
    margin: 0;
  }

  figure {
    margin: 0;
    padding: 0;
    line-height: 0;
  }

  figure img {
    max-width: 100%;
    height: auto;
  }

  input[type="submit"] {
    border: none;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }

  table {
    border-spacing: inherit;
    border-collapse: collapse;
  }

  dl,
  dt,
  dd {
    margin: 0;
    padding: 0;
  }

  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-word;
  }

  img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    display: inline-block;
  }

  p + p {
    margin: 1em 0 0 0;
  }

  ul,
  ol,
  li {
    list-style: none;
  }

  .text-bold {
    font-weight: 700;
  }

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

  .align-right {
    text-align: right;
  }

  .c-white {
    color: #fff;
  }

  .fw-bold {
    font-weight: bold;
  }

  .fit {
    font-family: "object-fit: cover;";
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .container {
    max-width: 1186px;
    @media (min-width: 769px) and (max-width: 1200px) {
      max-width: 98.83294vw;
    }
    padding: 0 15px;
    @media (min-width: 769px) and (max-width: 1200px) {
      padding: 0 1.24999vw;
    }
    margin: 0 auto;
  }

  @media screen and (max-width: 768px) {
    .container {
      padding: 0 5.33333vw;
    }
  }

  @media screen and (min-width: 769px) {
    .sp {
      display: none !important;
    }
    .show_sp {
      display: none !important;
    }
    .show_pc {
      display: inherit;
    }
    a[href^="tel"] {
      pointer-events: none;
      text-decoration: none;
      opacity: 1 !important;
      cursor: default !important;
    }
    #hambuger {
      display: none;
    }
  }

  @media screen and (max-width: 768px) {
    .pc {
      display: none !important;
    }
    body p {
      word-break: normal;
      line-break: strict;
    }
    .show_sp {
      display: inherit;
    }
    .show_pc {
      display: none !important;
    }
  }
}

.mode-txt {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
}

.txt_center {
  text-align: center;
}

.js-view {
  display: block;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
  -webkit-transform: translateY(2em) rotate(0.0001deg);
  transform: translateY(2em) rotate(0.0001deg);
  -webkit-transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, -webkit-filter 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, -webkit-box-shadow 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, -webkit-filter 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, -webkit-box-shadow 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, filter 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, box-shadow 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, filter 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, box-shadow 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, -webkit-filter 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, -webkit-box-shadow 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}

.js-view.is-act {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translateY(0) rotate(0.0001deg);
  transform: translateY(0) rotate(0.0001deg);
}

.js-view-img {
  opacity: 0;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.js-view-img.fadein {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .p-wrapper {
    overflow: hidden;
  }
}

.hover-img {
  overflow: hidden;
}

.hover-img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hover:hover .hover-img img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.is-view.-blur_orderlist > :nth-child(0) {
  -webkit-transition-delay: -0.3s;
  transition-delay: -0.3s;
}

.is-view.-blur_orderlist > :nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.is-view.-blur_orderlist > :nth-child(2) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.is-view.-blur_orderlist > :nth-child(3) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.is-view.-blur_orderlist > :nth-child(4) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.is-view.-blur_orderlist > :nth-child(5) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.is-view.-blur_orderlist > :nth-child(6) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.is-view.-blur_orderlist > :nth-child(7) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.is-view.-blur_orderlist > :nth-child(8) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

.is-view.-blur_orderlist > :nth-child(9) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.is-view.-blur_orderlist > :nth-child(10) {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}

.is-view.-blur_orderlist > :nth-child(11) {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}

.is-view.-blur_orderlist > :nth-child(12) {
  -webkit-transition-delay: 3.3s;
  transition-delay: 3.3s;
}

.is-view.-blur_orderlist > :nth-child(13) {
  -webkit-transition-delay: 3.6s;
  transition-delay: 3.6s;
}

.is-view.-blur_orderlist > :nth-child(14) {
  -webkit-transition-delay: 3.9s;
  transition-delay: 3.9s;
}

.is-view.-base > :nth-child(0) {
  -webkit-transition-delay: -0.3s;
  transition-delay: -0.3s;
}

.is-view.-base > :nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.is-view.-base > :nth-child(2) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.is-view.-base > :nth-child(3) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.is-view.-base > :nth-child(4) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.is-view.-base > :nth-child(5) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.is-view.-base > :nth-child(6) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.is-view.-base > :nth-child(7) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.is-view.-base > :nth-child(8) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

.is-view.-base > :nth-child(9) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.is-view.-base > :nth-child(10) {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}

.is-view {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.is-view.-base {
  display: block;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
  -webkit-transform: translateY(2em) rotate(0.0001deg);
  transform: translateY(2em) rotate(0.0001deg);
  -webkit-transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, -webkit-filter 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, -webkit-filter 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, filter 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, filter 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, -webkit-filter 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}

.is-view.-base.is-act {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translateY(0) rotate(0.0001deg);
  transform: translateY(0) rotate(0.0001deg);
}

.is-view.-blur_base {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
  -webkit-transform: translateY(1.5em rotate(0.0001deg));
  transform: translateY(1.5em rotate(0.0001deg));
  -webkit-transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.is-view.-blur_base figure {
  overflow: hidden;
}

.is-view.-blur_base img {
  -webkit-mask-image: url(../../../images/brand/anitto/common/mask.webp);
  mask-image: url(../../../images/brand/anitto/common/mask.webp);
  mask-mode: alpha;
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: auto 200%;
  mask-size: auto 200%;
}

.is-view.-blur_base.is-act {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translateY(0) rotate(0.0001deg);
  transform: translateY(0) rotate(0.0001deg);
}

.is-view.-blur_base.is-act img {
  -webkit-animation: mask-animation 3s cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
  animation: mask-animation 3s cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
}

.is-view.-blur_orderlist > * {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
  -webkit-transform: translateY(1.5em) rotate(0.0001deg);
  transform: translateY(1.5em) rotate(0.0001deg);
  -webkit-transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.is-view.-blur_orderlist.is-act > * {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.is-view.-blur_orderlist > * img {
  -webkit-mask-image: url(../../../images/brand/anitto/common/mask.webp);
  mask-image: url(../../../images/brand/anitto/common/mask.webp);
  mask-mode: alpha;
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: auto 200%;
  mask-size: auto 200%;
}

.is-view.-blur_orderlist.is-act > * img {
  -webkit-animation: mask-animation 3s cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
  animation: mask-animation 3s cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
}

.js-cover-zoom {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: block;
  -webkit-transform: scale(calc(1 - 0.14136 * (var(--scroll-progress) - 1) * -1));
  transform: scale(calc(1 - 0.14136 * (var(--scroll-progress) - 1) * -1));
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: unset !important;
  transition: unset !important;
}

.js-cover-zoom img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  scale: calc(1 + 0.2 * (var(--scroll-progress) - 1) * -1);
}

@-webkit-keyframes mask-animation {
  0% {
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  to {
    -webkit-mask-position: center 0;
    mask-position: center 0;
    -webkit-mask-size: auto 500%;
    mask-size: auto 500%;
    opacity: 1;
  }
}

@keyframes mask-animation {
  0% {
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  to {
    -webkit-mask-position: center 0;
    mask-position: center 0;
    -webkit-mask-size: auto 500%;
    mask-size: auto 500%;
    opacity: 1;
  }
}

.breadcrumb {
  background-color: #f9f9f9;
  padding: 10px 40px;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding: 0.83333vw 3.33332vw;
  }
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 2.66667vw 5.33333vw;
  }
}

.breadcrumb ul li {
  display: inline-block;
  font-size: 12px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1vw;
  }
  font-weight: 500;
  line-height: 1.25;
  color: #005bac;
}

.breadcrumb ul li a {
  display: inline-block;
  color: #172247;
}

.breadcrumb ul li + li {
  position: relative;
  padding-left: 10px;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding-left: 0.83333vw;
  }
  margin-left: 5px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-left: 0.41667vw;
  }
}

.breadcrumb ul li + li:before {
  position: absolute;
  content: "";
  width: 3px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 0.25vw;
  }
  height: 6px;
  @media (min-width: 769px) and (max-width: 1200px) {
    height: 0.5vw;
  }
  left: 0;
  top: 5px;
  @media (min-width: 769px) and (max-width: 1200px) {
    top: 0.41667vw;
  }
  background: url(../../../images/brand/anitto/common/icon_right.svg) right center no-repeat;
  background-size: cover;
}

.p-title {
  margin: 0 0 60px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin: 0 0 4.99998vw;
  }
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-title {
    margin: 0 0 10.66667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.p-title .en {
  display: inline-block;
  font-size: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.66666vw;
  }
  font-weight: 700;
  line-height: 1.35;
  color: #005bac;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  .p-title .en {
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-title .en {
    font-size: 4.26667vw;
  }
}

.p-title .ja {
  font-size: 34px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 2.83332vw;
  }
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
}

@media screen and (max-width: 768px) {
  .p-title .ja {
    font-size: 5.86667vw;
    margin-top: 2.66667vw;
  }
}

.p-sub {
  background-color: #fff;
  border-radius: 0 0 50px 50px;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-radius: 0 0 4.16665vw 4.16665vw;
  }
  margin-bottom: -46px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-bottom: -3.83332vw;
  }

  position: relative;
  /* z-index: 2; */
}

@media screen and (max-width: 768px) {
  .p-sub {
    border-radius: 0 0 10.66667vw 10.66667vw;
    margin-bottom: -9.6vw;
  }
}

.p-contents {
  padding: 0 0 120px;

  @media (min-width: 769px) and (max-width: 1200px) {
    padding: 0 0 9.99996vw;
  }
}

@media screen and (max-width: 768px) {
  .p-contents {
    padding: 0 0 21.33333vw;
  }
}

.p-404 .p-for_intro {
  margin-bottom: 0;
}

.p-404 .p-404_ttl {
  font-size: 32px !important;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 2.66666vw !important;
  }
}

@media screen and (max-width: 768px) {
  .p-404 .p-404_txt {
    font-size: 3.2vw;
  }
}

.p-404 .p-404_btn {
  margin: 50px auto 0;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin: 4.16665vw auto 0;
  }
}

.p-terms .p-title {
  margin-bottom: 100px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-bottom: 8.3333vw;
  }
}

@media screen and (max-width: 768px) {
  .p-terms .p-title {
    margin-bottom: 16vw;
  }
}

.p-terms_inner {
  line-height: 1.875;
}

.p-terms_inner h2 {
  font-size: 24px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.99999vw;
  }
  font-weight: 700;
  color: #005bac;
  margin-bottom: 40px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-bottom: 3.33332vw;
  }
}

.p-terms_inner h2:not(:first-child) {
  margin-top: 60px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-top: 4.99998vw;
  }
}

.p-terms_inner h3 {
  font-size: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.66666vw;
  }
  font-weight: 700;
  margin: 40px 0 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin: 3.33332vw 0 1.66666vw;
  }
}

.p-terms_inner ul {
  padding-left: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding-left: 1.66666vw;
  }
}

.p-terms_inner ul li {
  list-style: disc;
}

.p-terms_inner .txt-mg {
  margin: 30px 0 40px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin: 2.49999vw 0 3.33332vw;
  }
}

.p-terms_inner .list-red {
  color: #d4251f;
}

.p-terms_inner .list-red a {
  display: inline-block;
  text-decoration: underline;
}

.p-terms_inner .list-red a img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-left: 0.83333vw;
  }
}

@media screen and (max-width: 768px) {
  .p-terms_inner {
    font-size: 4.26667vw;
  }
  .p-terms_inner h2 {
    font-size: 5.33333vw;
    margin-bottom: 8vw;
  }
  .p-terms_inner h3 {
    font-size: 4.8vw;
    margin: 8vw 0 6.66667vw;
  }
  .p-terms_inner .txt-mg {
    margin: 8vw 0 8vw;
  }
}

.anchor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    -webkit-column-gap: 1.66666vw;
  }
  -moz-column-gap: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    -moz-column-gap: 1.66666vw;
  }
  column-gap: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    column-gap: 1.66666vw;
  }
}

@media screen and (max-width: 768px) {
  .anchor-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 4vw 0;
  }
}

.anchor-list li a {
  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;
  width: 300px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 24.9999vw;
  }
  height: 54px;
  @media (min-width: 769px) and (max-width: 1200px) {
    height: 4.49998vw;
  }
  border-radius: 27px;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-radius: 2.24999vw;
  }
  font-size: 16px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.33333vw;
  }
  color: #005bac;
  border: 2px solid #005bac;
  @media (min-width: 769px) and (max-width: 1200px) {
    border: 0.16667vw solid #005bac;
  }
  -webkit-box-shadow: 0 2px 0 0 #005bac;
  box-shadow: 0 2px 0 0 #005bac;
  background-color: #fff;
  position: relative;
}

.anchor-list li a::after {
  position: absolute;
  content: "";
  width: 12px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 1vw;
  }
  height: 8px;
  @media (min-width: 769px) and (max-width: 1200px) {
    height: 0.66666vw;
  }
  right: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    right: 1.66666vw;
  }
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../../../images/brand/anitto/common/icon_down_blue.svg) left top no-repeat;
  background-size: cover;
}

.anchor-list li a:hover {
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.js-acc.active .js-acc_ttl .arrow {
  border-color: #005bac;
  -webkit-box-shadow: 0 1px 0 0 #005bac;
  box-shadow: 0 1px 0 0 #005bac;
}

.js-acc.active .js-acc_ttl .arrow img {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.js-acc.active .js-acc_ctn {
  display: block;
}

.js-acc + .js-acc {
  margin-top: 30px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-top: 2.49999vw;
  }
}

@media screen and (max-width: 768px) {
  .js-acc + .js-acc {
    margin-top: 4vw;
  }
}

.js-acc_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    -webkit-column-gap: 1.66666vw;
  }
  -moz-column-gap: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    -moz-column-gap: 1.66666vw;
  }
  column-gap: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    column-gap: 1.66666vw;
  }
  padding: 0 0 30px 0;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding: 0 0 2.49999vw 0;
  }
  border-bottom: 1px solid #a0a0a0;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-bottom: 0.08333vw solid #a0a0a0;
  }
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .js-acc_ttl {
    -webkit-column-gap: 4vw;
    -moz-column-gap: 4vw;
    column-gap: 4vw;
    padding: 0 0 4vw 0;
  }
}

.js-acc_ttl .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  font-size: 24px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.99999vw;
  }
  font-weight: 700;
  color: #005bac;
}

@media screen and (max-width: 768px) {
  .js-acc_ttl .txt {
    font-size: 5.33333vw;
  }
}

.js-acc_ttl:hover .arrow {
  border-color: #005bac;
  -webkit-box-shadow: 0 1px 0 0 #005bac;
  box-shadow: 0 1px 0 0 #005bac;
}

.js-acc_ctn {
  display: none;
}

@media (min-width: 769px) and (max-width: 1200px) {
  .breadcrumb {
    padding: 0.83333vw 1.24999vw;
  }
}

.cta-btn {
  width: 230px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 19.16659vw;
  }
  height: 40px;
  @media (min-width: 769px) and (max-width: 1200px) {
    height: 3.33332vw;
  }
  background-color: #e6eff7;
  border-radius: 25px;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-radius: 2.08332vw;
  }
  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;
  font-size: 14px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.16666vw;
  }
  color: #172247;
}

.cta-btn span {
  display: inline-block;
  position: relative;
  padding-right: 22px;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding-right: 1.83333vw;
  }
}

.cta-btn span::after {
  position: absolute;
  content: "";
  width: 11px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 0.91666vw;
  }
  height: 11px;
  @media (min-width: 769px) and (max-width: 1200px) {
    height: 0.91666vw;
  }
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../../../images/brand/anitto/common/icon_blank.svg) left top no-repeat;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .cta-btn {
    position: absolute;
    right: 40px;
    @media (min-width: 769px) and (max-width: 1200px) {
      right: 3.33332vw;
    }
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .cta-btn {
    width: 74.66667vw;
    height: 11.2vw;
    margin: 10.66667vw auto 0;
    background-color: #fff;
  }
}

@media screen and (min-width: 769px) {
  .g-nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 100px;
    @media (min-width: 769px) and (max-width: 1200px) {
      padding-right: 8.3333vw;
    }
  }
}

@media screen and (max-width: 768px) {
  .g-nav {
    width: 100%;
    max-height: calc(100vh - 16vw);
    overflow-y: auto;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 17.33333vw;
    background: #e6eff7 url(../../../images/brand/anitto/common/nav_bg_sp.png) center bottom no-repeat;
    background-size: cover;
    border-radius: 0 0 10.66667vw 10.66667vw;
    padding: 5.33333vw 0 10.66667vw;
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .page-header {
    padding: 1.24999vw 1.24999vw;
  }
  .g-nav {
    margin-right: 23.33324vw;
    padding-right: 0;
  }
  .cta-btn {
    right: 1.24999vw;
  }
}

.s-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.s-logo {
  width: 108px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 8.99996vw;
  }
  display: block;
}

@media screen and (max-width: 768px) {
  .s-logo {
    width: 23.73333vw;
  }
}

.s-shop {
  width: 29px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 2.41666vw;
  }
  display: block;
  margin-left: 40px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-left: 3.33332vw;
  }
}

.s-shop img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .s-shop {
    display: none;
  }
}

.s-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 60px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-left: 4.99998vw;
  }
}

.s-link li + li {
  margin-left: 40px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-left: 3.33332vw;
  }
}

.s-link li a {
  font-size: 12px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1vw;
  }
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .s-link {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .s-link_sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .s-link_sp {
    display: block;
    margin-left: -8vw;
  }
  .s-link_sp li {
    display: inline-block;
    margin-top: 3.2vw;
    margin-left: 8vw;
  }
  .s-link_sp li a {
    display: inline-block;
    font-size: 3.2vw;
  }
  .s-link_sp li .i-shop {
    width: 6.66667vw;
    vertical-align: middle;
  }
}

.copyright {
  display: inline-block;
  font-size: 12px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1vw;
  }
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .copyright {
    font-size: 2.66667vw;
  }
}

/** header area
====================================== **/
.arrow {
  width: 40px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 3.33332vw;
  }
  height: 40px;
  @media (min-width: 769px) and (max-width: 1200px) {
    height: 3.33332vw;
  }
  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-negative: 0;
  flex-shrink: 0;
  position: relative;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  border: 1px solid #e6eff7;
  @media (min-width: 769px) and (max-width: 1200px) {
    border: 0.08333vw solid #e6eff7;
  }
}

.arrow img,
.arrow svg {
  display: block;
  width: 8px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 0.66666vw;
  }
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.arrow.down img,
.arrow.down svg {
  width: 12px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 1vw;
  }
}

.arrow.num {
  font-size: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.66666vw;
  }
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #005bac;
  border-color: #005bac;
  -webkit-box-shadow: 0 1px 0 0 #005bac;
  box-shadow: 0 1px 0 0 #005bac;
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 768px) {
  .arrow {
    width: 8.8vw;
    height: 8.8vw;
  }
  .arrow.down img,
  .arrow.down svg {
    width: 2.66667vw;
  }
}

.c-download .arrow {
  width: 50px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 4.16665vw;
  }
  height: 50px;
  @media (min-width: 769px) and (max-width: 1200px) {
    height: 4.16665vw;
  }
  background-color: #fff;
  border: none;
}

.c-download .arrow img,
.c-download .arrow svg {
  width: 17px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 1.41666vw;
  }
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-download .arrow img.on,
.c-download .arrow svg.on {
  opacity: 1;
  visibility: visible;
}

.c-download .arrow img.off,
.c-download .arrow svg.off {
  opacity: 0;
  visibility: hidden;
}

.c-download .txt {
  font-size: 11px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 0.91666vw;
  }
  font-weight: 700;
  line-height: 1;
  margin-top: 8px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-top: 0.66666vw;
  }
  color: #005bac;
}

.hover:hover .c-download .arrow {
  background-color: #005bac;
}

.hover:hover .c-download .arrow img.on,
.hover:hover .c-download .arrow svg.on {
  opacity: 0;
  visibility: hidden;
}

.hover:hover .c-download .arrow img.off,
.hover:hover .c-download .arrow svg.off {
  opacity: 1;
  visibility: visible;
}

.b-btn:hover .arrow {
  border-color: #005bac;
  -webkit-box-shadow: 0 1px 0 0 #005bac;
  box-shadow: 0 1px 0 0 #005bac;
}

a.c-btn {
  width: 300px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 24.9999vw;
  }
  height: 54px;
  @media (min-width: 769px) and (max-width: 1200px) {
    height: 4.49998vw;
  }
  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;
  background-color: #fff;
  color: #005bac;
  border: 2px solid #005bac;
  @media (min-width: 769px) and (max-width: 1200px) {
    border: 0.16667vw solid #005bac;
  }
  -webkit-box-shadow: 0 2px 0 0 #005bac;
  box-shadow: 0 2px 0 0 #005bac;
  border-radius: 50px;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-radius: 4.16665vw;
  }
  position: relative;
}

a.c-btn .txt {
  display: inline-block;
  font-size: 16px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.33333vw;
  }
}

a.c-btn .ico {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 21px;
  @media (min-width: 769px) and (max-width: 1200px) {
    right: 1.74999vw;
  }
}

a.c-btn .ico img {
  display: block;
  width: 17px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 1.41666vw;
  }
  height: auto;
}

a.c-btn._hidden {
  opacity: 0.4;
  pointer-events: none;
}

a.c-btn.c-close {
  color: #172247;
  border-color: #a0a0a0;
  -webkit-box-shadow: 0 2px 0 0 #a0a0a0;
  box-shadow: 0 2px 0 0 #a0a0a0;
}

a.c-btn:hover {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.c-btn:hover.c-close {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.group-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 60px;
  @media (min-width: 769px) and (max-width: 1200px) {
    -webkit-column-gap: 4.99998vw;
  }
  -moz-column-gap: 60px;
  @media (min-width: 769px) and (max-width: 1200px) {
    -moz-column-gap: 4.99998vw;
  }
  column-gap: 60px;
  @media (min-width: 769px) and (max-width: 1200px) {
    column-gap: 4.99998vw;
  }
}

.group-btn.mgt {
  margin-top: 80px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-top: 6.66664vw;
  }
}

@media screen and (max-width: 768px) {
  .group-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 8vw 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .group-btn.mgt {
    margin-top: 13.33333vw;
  }
}

.anitto {
  .heading-lv2 {
    font-size: 30px;
    @media (min-width: 769px) and (max-width: 1200px) {
      font-size: 2.49999vw;
    }
    font-weight: 700;
    color: #005bac;
    text-align: center;
    margin-bottom: 50px;
    @media (min-width: 769px) and (max-width: 1200px) {
      margin-bottom: 4.16665vw;
    }
  }

  @media screen and (max-width: 768px) {
    .heading-lv2 {
      font-size: 5.33333vw;
    }
  }
}

.img-shadow {
  position: relative;
  z-index: 1;
}

.img-shadow::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
}

.slide-anime {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transition-property: -webkit-clip-path;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}

.slide-anime.active {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.hover-img {
  overflow: hidden;
}

.hover-img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hover:hover .hover-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.anim-img {
  position: relative;
}

.anim-img:after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background: #fff;
  mix-blend-mode: color;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.anim-img.is-inview:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.img-anim {
  overflow: hidden;
}

.img-anim img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0 30%;
  object-position: 0 30%;
  -webkit-transform: translate3d(0px, -2px, 0px) scale(1.2);
  transform: translate3d(0px, -2px, 0px) scale(1.2);
  opacity: 0;
}

.img-anim.is-inview img {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px) scale(1);
  transform: translate3d(0px, 0px, 0px) scale(1);
  will-change: transform;
  -webkit-transition: all 0.6s cubic-bezier(0, 0, 0, 1) 0s;
  transition: all 0.6s cubic-bezier(0, 0, 0, 1) 0s;
}

@media screen and (min-width: 769px) {
  .js-ctn {
    display: block !important;
  }
}

.bg-blue {
  background-color: #3d96e8;
  border-radius: 3px;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-radius: 0.25vw;
  }
  color: #fff;
  padding: 0 5px;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding: 0 0.41667vw;
  }
  margin-right: 5px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-right: 0.41667vw;
  }
}

.bg-yellow {
  background-color: #ffd54c;
  border-radius: 3px;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-radius: 0.25vw;
  }
  padding: 0 5px;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding: 0 0.41667vw;
  }
  margin: 0 5px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin: 0 0.41667vw;
  }
}

/** style modal **/
.fancybox-bg {
  background: rgba(106, 106, 106, 0.7);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.7;
}

.p-record_modal {
  width: 100%;
  max-width: 1000px;
  @media (min-width: 769px) and (max-width: 1200px) {
    max-width: 83.333vw;
  }
  padding: 80px;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding: 6.66664vw;
  }
  background: #fff;
  overflow: hidden;
  border-radius: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-radius: 1.66666vw;
  }
}

@media screen and (max-width: 768px) {
  .p-record_modal {
    padding: 18.66667vw 6.66667vw 18.66667vw;
  }
}

.p-record_modal__heading {
  text-align: center;
  font-size: 30px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 2.49999vw;
  }
  font-weight: 700;
  margin-bottom: 40px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-bottom: 3.33332vw;
  }
}

@media screen and (max-width: 768px) {
  .p-record_modal__heading {
    font-size: 5.86667vw;
    margin-bottom: 5.33333vw;
  }
}

.p-record_modal__content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.p-record_modal__content h3 {
  font-size: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.66666vw;
  }
  font-weight: 700;
  color: #005bac;
  margin-bottom: 30px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-bottom: 2.49999vw;
  }
}

@media screen and (max-width: 768px) {
  .p-record_modal__content h3 {
    font-size: 4.8vw;
  }
}

.p-record_modal__content p {
  font-size: 16px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.33333vw;
  }
  line-height: 1.875;
  margin-bottom: 50px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-bottom: 4.16665vw;
  }
}

@media screen and (max-width: 768px) {
  .p-record_modal__content p {
    margin-bottom: 8vw;
  }
}

.p-record_modal__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 15px;
  @media (min-width: 769px) and (max-width: 1200px) {
    -webkit-column-gap: 1.24999vw;
  }
  -moz-column-gap: 15px;
  @media (min-width: 769px) and (max-width: 1200px) {
    -moz-column-gap: 1.24999vw;
  }
  column-gap: 15px;
  @media (min-width: 769px) and (max-width: 1200px) {
    column-gap: 1.24999vw;
  }
}

.p-record_modal__content ul li {
  width: 350px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 29.16655vw;
  }
}

.p-record_modal__content ul li a {
  width: 100%;
  height: 80px;
  @media (min-width: 769px) and (max-width: 1200px) {
    height: 6.66664vw;
  }
  line-height: calc(24 / 16);
}

@media screen and (max-width: 768px) {
  .p-record_modal__content ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.33333vw 0;
  }
  .p-record_modal__content ul li {
    width: 76vw;
  }
  .p-record_modal__content ul li a {
    height: 27.46667vw;
  }
  .p-record_modal__content ul li a.c-close {
    height: 21.33333vw;
  }
}

.p-record_modal .fancybox-button.fancybox-close-small {
  top: 30px;
  @media (min-width: 769px) and (max-width: 1200px) {
    top: 2.49999vw;
  }
  right: 30px;
  @media (min-width: 769px) and (max-width: 1200px) {
    right: 2.49999vw;
  }
  width: 40px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 3.33332vw;
  }
  height: 40px;
  @media (min-width: 769px) and (max-width: 1200px) {
    height: 3.33332vw;
  }
  padding: 0;
  background: url(../../../images/brand/anitto/common/icon_close.svg) center no-repeat;
  background-size: 11px 11px;
  @media (min-width: 769px) and (max-width: 1200px) {
    background-size: 0.91666vw 0.91666vw;
  }
  border-radius: 50%;
  border: 1px solid #005bac;
  -webkit-box-shadow: 0 1px 0 0 #005bac;
  box-shadow: 0 1px 0 0 #005bac;
}

.p-record_modal .fancybox-button.fancybox-close-small svg {
  display: none;
}

.p-record_modal .fancybox-button.fancybox-close-small:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 768px) {
  .p-record_modal .fancybox-button.fancybox-close-small {
    top: 2.66667vw;
    right: 2.66667vw;
  }
}

/** home
======================================= **/
@-webkit-keyframes header_animate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes header_animate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes anime {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 10;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes anime {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 10;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes scrollArrowAnim {
  0%,
  100% {
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(8px);
    transform: translateX(-50%) translateY(8px);
  }
}

@keyframes scrollArrowAnim {
  0%,
  100% {
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(8px);
    transform: translateX(-50%) translateY(8px);
  }
}

@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@-webkit-keyframes zoom-fade {
  0% {
    /*transform: scale(1.05);*/
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    /*transform: scale(1);*/
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes zoom-fade {
  0% {
    /*transform: scale(1.05);*/
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    /*transform: scale(1);*/
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.add-animation {
  /* アニメーション名 アニメーションにかかる時間 アニメーションの実行前後の状態 */
  /* zoom-fade 10秒 [実行前]最初のキーフレーム（0%） → [実行後]最後のキーフレーム（100%） */
  -webkit-animation: zoom-fade 10s both;
  animation: zoom-fade 10s both;
}

.main-visual {
  width: 100%;
  position: relative;
  z-index: 3;
}

.main-visual .mv-ttl {
  color: #005bac;
  opacity: 0;
  -webkit-animation: fadeIn 1s ease-out 1s forwards;
  animation: fadeIn 1s ease-out 1s forwards;
}

@media screen and (min-width: 769px) {
  .main-visual .mv-ttl {
    font-size: 2.782vw;
    font-weight: 700;
    line-height: 1.85;
    position: absolute;
    top: 43%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15.959vw;
    z-index: 2;
  }
}

@media screen and (max-width: 768px) {
  .main-visual .mv-ttl {
    font-size: 6.4vw;
    line-height: 1.5384;
    padding: 16vw 5.33333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.main-visual .mv-scroll {
  display: inline-block;
  font-size: 14px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.16666vw;
  }
  font-weight: 700;
  line-height: 1;
  color: #005bac;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 3.221vw;
  z-index: 2;
  opacity: 0;
  -webkit-animation: fadeIn 1s ease-out 1.5s forwards;
  animation: fadeIn 1s ease-out 1.5s forwards;
}

.main-visual .mv-scroll::after {
  position: absolute;
  content: "";
  width: 19px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 1.58333vw;
  }
  height: 9px;
  @media (min-width: 769px) and (max-width: 1200px) {
    height: 0.75vw;
  }
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -15px;
  @media (min-width: 769px) and (max-width: 1200px) {
    bottom: -1.24999vw;
  }
  background: url(../../../images/brand/anitto/common/icon_scroll.svg) left bottom no-repeat;
  background-size: cover;
  -webkit-animation: scrollArrowAnim 2s ease-in-out infinite;
  animation: scrollArrowAnim 2s ease-in-out infinite;
}

@media screen and (max-width: 768px) {
  .main-visual .mv-scroll {
    bottom: auto;
    top: 97.33333vw;
  }
}

.main-visual .masked-slider {
  position: relative;
  overflow: hidden;
  /* Áp dụng ảnh mask PNG */
  mask-image: url("../../../images/brand/anitto/top/mv01.png");
  /* Hình tròn trắng trên nền đen */
  -webkit-mask-image: url("../../../images/brand/anitto/top/mv01.png");
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .main-visual .masked-slider {
    mask-image: url("../../../images/brand/anitto/top/mv01_sp.png");
    /* Hình tròn trắng trên nền đen */
    -webkit-mask-image: url("../../../images/brand/anitto/top/mv01_sp.png");
  }
}

.main-visual .mv-inner {
  position: relative;
}

.main-visual .mv-inner::before {
  position: absolute;
  content: "";
  width: 154px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 12.83328vw;
  }
  height: 178px;
  @media (min-width: 769px) and (max-width: 1200px) {
    height: 14.83327vw;
  }
  right: calc(217 / 1366 * 100%);
  bottom: -92px;
  @media (min-width: 769px) and (max-width: 1200px) {
    bottom: -7.66664vw;
  }
  background: url(../../../images/brand/anitto/common/nikukyu.svg) left top no-repeat;
  background-size: cover;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .main-visual .mv-inner::before {
    width: 26.4vw;
    height: 30.4vw;
    right: 4vw;
    bottom: -9.06667vw;
  }
}

.main-visual .mv-slider {
  min-width: 100%;
  height: 100%;
}

.main-visual .mv-slider::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../../../images/brand/anitto/top/mv_mask.png) left bottom no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .main-visual .mv-slider::after {
    top: auto;
    bottom: -1.33333vw;
    height: 39.46667vw;
    background: url(../../../images/brand/anitto/top/mv_mask_sp.png) left bottom no-repeat;
    background-size: cover;
  }
}

.main-visual .mv-slider.is-loaded {
  visibility: visible;
  opacity: 1;
}

.main-visual .mv-slider .mv-slider_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.p-top_about {
  padding: 100px 0 120px;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding: 8.3333vw 0 9.99996vw;
  }
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-top_about {
    padding: 0 0 10.66667vw;
  }
}

.p-top_about::after {
  position: absolute;
  content: "";
  width: 974px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 81.16634vw;
  }
  height: 1548px;
  @media (min-width: 769px) and (max-width: 1200px) {
    height: 128.99948vw;
  }
  right: 0;
  bottom: -300px;
  @media (min-width: 769px) and (max-width: 1200px) {
    bottom: -24.9999vw;
  }
  background: url(../../../images/brand/anitto/top/about_mask.png) left bottom no-repeat;
  background-size: cover;
  z-index: -1;
}

.p-top_about .p-title {
  margin-bottom: 50px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-bottom: 4.16665vw;
  }
}

.p-top_about .p-title .ja {
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 769px) {
  .p-top_about .p-top_about_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 100px;
    @media (min-width: 769px) and (max-width: 1200px) {
      -webkit-column-gap: 8.3333vw;
    }
    -moz-column-gap: 100px;
    @media (min-width: 769px) and (max-width: 1200px) {
      -moz-column-gap: 8.3333vw;
    }
    column-gap: 100px;
    @media (min-width: 769px) and (max-width: 1200px) {
      column-gap: 8.3333vw;
    }
  }
}

@media screen and (max-width: 768px) {
  .p-top_about .p-top_about_img {
    margin-bottom: 10.66667vw;
  }
}

@media screen and (max-width: 768px) {
  .p-top_about .p-top_about_ctn {
    text-align: center;
  }
  .p-top_about .p-top_about_ctn h2 {
    font-size: 4.26667vw;
    font-weight: 700;
    color: #005bac;
    line-height: 1;
    margin-bottom: 8vw;
  }
}

.p-top_about .p-top_about_ctn .about-ttl {
  font-size: 30px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 2.49999vw;
  }
  font-weight: 700;
  margin-bottom: 50px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-bottom: 4.16665vw;
  }
}

@media screen and (max-width: 768px) {
  .p-top_about .p-top_about_ctn .about-ttl {
    font-size: 5.33333vw;
    margin-bottom: 8vw;
  }
}

.p-top_about .p-top_about_ctn .about-txt {
  font-size: 16px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.33333vw;
  }
  line-height: 1.875;
}

.p-top_about .c-btn {
  margin: 50px 0 0;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin: 4.16665vw 0 0;
  }
}

@media screen and (max-width: 768px) {
  .p-top_about .c-btn {
    margin: 10.66667vw auto 0;
  }
}

.p-top .p-top-slider {
  margin-bottom: -140px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-bottom: -11.66662vw;
  }
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .p-top .p-top-slider {
    margin-bottom: -26.66667vw;
  }
}

.p-top .p-top-slider_item {
  width: 200px !important;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 16.6666vw !important;
  }
  margin: 0 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin: 0 1.66666vw;
  }
  padding: 30px 0;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding: 2.49999vw 0;
  }
}

.p-top .p-top-slider_item img {
  -webkit-transform: skewY(5deg);
  transform: skewY(5deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-radius: 1.66666vw;
  }
}

@media screen and (max-width: 768px) {
  .p-top .p-top-slider_item {
    width: 34.66667vw !important;
    margin: 0 2.66667vw;
  }
}

.p-top_products {
  padding: 250px 0 150px;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding: 20.83325vw 0 12.49995vw;
  }
  border-radius: 0 0 50px 50px;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-radius: 0 0 4.16665vw 4.16665vw;
  }
  position: relative;
  z-index: 1;
  background: #e6eff7 url(../../../images/brand/anitto/top/products_bg.png) left bottom no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-top_products {
    padding: 37.33333vw 0 21.33333vw;
    border-radius: 0 0 10.66667vw 10.66667vw;
    background: #e6eff7 url(../../../images/brand/anitto/top/products_bg_sp.png) left bottom no-repeat;
    background-size: cover;
  }
}

.p-top_products .p-title {
  margin-bottom: 50px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-bottom: 4.16665vw;
  }
}

.p-top_products .p-title .ja {
  font-size: 30px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 2.49999vw;
  }
}

@media screen and (max-width: 768px) {
  .p-top_products .p-title {
    margin-bottom: 8vw;
  }
  .p-top_products .p-title .ja {
    font-size: 5.33333vw;
    margin-top: 8vw;
  }
}

.p-top_products .products-lead {
  text-align: center;
  font-size: 16px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.33333vw;
  }
  line-height: 2.25;
  margin-bottom: 80px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-bottom: 6.66664vw;
  }
}

@media screen and (max-width: 768px) {
  .p-top_products .products-lead {
    margin-bottom: 13.33333vw;
  }
}

@media screen and (min-width: 769px) {
  .p-top_products .p-top_products_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 60px;
    @media (min-width: 769px) and (max-width: 1200px) {
      gap: 4.99998vw;
    }
  }
}

.p-top_products .p-top_products_item:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.p-top_products .p-top_products_item:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.p-top_products .p-top_products_item:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.p-top_products .p-top_products_item:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.p-top_products .p-top_products_item:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

@media screen and (min-width: 769px) {
  .p-top_products .p-top_products_item {
    width: calc(100% / 2 - 30px);
    @media (min-width: 769px) and (max-width: 1200px) {
      width: calc(100% / 2 - 2.49999vw);
    }
  }
}

@media screen and (max-width: 768px) {
  .p-top_products .p-top_products_item + .p-top_products_item {
    margin-top: 10.66667vw;
  }
}

.p-top_products .p-top_products_item--wpr {
  display: block;
  position: relative;
}

.p-top_products .p-top_products_item--img {
  display: block;
  border-radius: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-radius: 1.66666vw;
  }
  overflow: hidden;
}

.p-top_products .p-top_products_item--cat {
  display: inline-block;
  font-size: 12px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1vw;
  }
  line-height: 1;
  font-weight: 500;
  color: #005bac;
  border: 1px solid #005bac;
  @media (min-width: 769px) and (max-width: 1200px) {
    border: 0.08333vw solid #005bac;
  }
  border-radius: 16px;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-radius: 1.33333vw;
  }
  padding: 5px 12px;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding: 0.41667vw 1vw;
  }
  position: absolute;
  left: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    left: 1.66666vw;
  }
  top: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    top: 1.66666vw;
  }
  min-width: 108px;
  @media (min-width: 769px) and (max-width: 1200px) {
    min-width: 8.99996vw;
  }
  text-align: center;
}

.p-top_products .p-top_products_item--cat._sale {
  color: #d4251f;
  border-color: #d4251f;
}

@media screen and (max-width: 768px) {
  .p-top_products .p-top_products_item--cat {
    left: 4vw;
    top: 4vw;
  }
}

.p-top_products .p-top_products_item--more {
  display: inline-block;
  width: 100px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 8.3333vw;
  }
  height: 100px;
  @media (min-width: 769px) and (max-width: 1200px) {
    height: 8.3333vw;
  }
  position: absolute;
  right: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    right: 1.66666vw;
  }
  bottom: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    bottom: 1.66666vw;
  }
  overflow: hidden;
}

.p-top_products .p-top_products_item--more img,
.p-top_products .p-top_products_item--more svg {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-top_products .p-top_products_item--more img path,
  .p-top_products .p-top_products_item--more svg path {
    fill: #fff;
  }
}

@media screen and (min-width: 769px) {
  .p-top_products .p-top_products_item--more::after {
    border-radius: 50%;
    content: "";
    display: block;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 100%;
    height: 0;
    -webkit-transform: translateY(-50%) scale(0.1);
    transform: translateY(-50%) scale(0.1);
    -webkit-transition: opacity 0.5s, -webkit-transform 0s;
    transition: opacity 0.5s, -webkit-transform 0s;
    transition: opacity 0.5s, transform 0s;
    transition: opacity 0.5s, transform 0s, -webkit-transform 0s;
    -webkit-transition-delay: 0s, 0.4s;
    transition-delay: 0s, 0.4s;
    background: #005bac;
  }
}

@media screen and (max-width: 768px) {
  .p-top_products .p-top_products_item--more {
    width: 18.66667vw;
    height: 18.66667vw;
    right: 4vw;
    bottom: 4vw;
  }
  .p-top_products .p-top_products_item--more::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #005bac;
    border-radius: 50%;
  }
}

.p-top_products .p-top_products_item--ttl {
  display: block;
  font-weight: 700;
  font-size: 18px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.49999vw;
  }
  margin-top: 15px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-top: 1.24999vw;
  }
}

.p-top_products .p-top_products_item--ttl img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-left: 0.83333vw;
  }
}

.p-top_products .p-top_products_item--note {
  display: block;
  font-size: 18px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.49999vw;
  }
  font-weight: 500;
  margin-top: 10px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-top: 0.83333vw;
  }
}

@media screen and (max-width: 768px) {
  .p-top_products .p-top_products_item--note {
    font-size: 3.73333vw;
  }
}

.p-top_products .p-top_products_item--link {
  display: block;
  position: relative;
}

@media screen and (min-width: 769px) {
  .p-top_products .p-top_products_item--link:hover {
    opacity: 1;
  }
  .p-top_products .p-top_products_item--link:hover .p-top_products_item--ttl {
    text-decoration: underline;
  }
  .p-top_products .p-top_products_item--link:hover .p-top_products_item--more svg {
    position: relative;
    z-index: 1;
  }
  .p-top_products .p-top_products_item--link:hover .p-top_products_item--more svg path {
    fill: #fff;
    -webkit-transition: opacity 0.8s, fill 0.6s ease-in-out;
    transition: opacity 0.8s, fill 0.6s ease-in-out;
  }
  .p-top_products .p-top_products_item--link:hover .p-top_products_item--more::after {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.8s, transform 0.6s ease-in-out;
    transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  }
}

.p-top_products .pr-btn {
  width: 760px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 63.33308vw;
  }
  height: 180px;
  @media (min-width: 769px) and (max-width: 1200px) {
    height: 14.99994vw;
  }
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0 4px 0px 0px #005bac;
  box-shadow: 0 4px 0px 0px #005bac;
  border-radius: 150px;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-radius: 12.49995vw;
  }
  margin: 80px auto 0;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin: 6.66664vw auto 0;
  }
}

.p-top_products .pr-btn .img {
  display: inline-block;
  width: 112px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 9.3333vw;
  }
  position: absolute;
  left: 50px;
  @media (min-width: 769px) and (max-width: 1200px) {
    left: 4.16665vw;
  }
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-top_products .pr-btn .txt {
  font-size: 30px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 2.49999vw;
  }
  font-weight: 500;
}

.p-top_products .pr-btn .ico {
  right: 60px;
  @media (min-width: 769px) and (max-width: 1200px) {
    right: 4.99998vw;
  }
}

.p-top_products .pr-btn .ico img {
  width: 14px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 1.16666vw;
  }
}

.p-top_products .pr-btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 768px) {
  .p-top_products .pr-btn {
    width: 100%;
    height: 26.66667vw;
    margin: 16vw auto 0;
  }
  .p-top_products .pr-btn .img {
    width: 15.2vw;
    left: 5.33333vw;
  }
  .p-top_products .pr-btn .txt {
    font-size: 5.33333vw;
    line-height: calc(27 / 20);
    text-align: center;
  }
  .p-top_products .pr-btn .ico {
    right: 6.66667vw;
  }
  .p-top_products .pr-btn .ico img {
    width: 2.13333vw;
  }
}

.p-top_regard {
  width: 100%;
  height: 518px;
  @media (min-width: 769px) and (max-width: 1200px) {
    height: 43.16649vw;
  }
  text-align: center;
  color: #fff;
  background: url(../../../images/brand/anitto/top/regard_bg.png) center no-repeat;
  background-size: cover;
  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;
  position: relative;
  margin: -50px 0;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin: -4.16665vw 0;
  }
}

@media screen and (max-width: 768px) {
  .p-top_regard {
    height: 116.26667vw;
    background: url(../../../images/brand/anitto/top/regard_bg_sp.png) center no-repeat;
    background-size: cover;
  }
}

.p-top_regard::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../../../images/brand/anitto/top/regard_mask.png) left top no-repeat;
  background-size: cover;
}

.p-top_regard .container {
  position: relative;
  z-index: 1;
}

.p-top_regard .regard-ttl {
  font-size: 30px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 2.49999vw;
  }
  font-weight: 700;
  margin-bottom: 50px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-bottom: 4.16665vw;
  }
}

@media screen and (max-width: 768px) {
  .p-top_regard .regard-ttl {
    font-size: 5.33333vw;
    margin-bottom: 8vw;
  }
}

.p-top_regard .regard-txt {
  font-size: 16px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.33333vw;
  }
  line-height: 2.25;
}

.p-top_news {
  padding: 110px 0 80px;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding: 9.16663vw 0 6.66664vw;
  }
  background-color: #fff;
  border-radius: 50px;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-radius: 4.16665vw;
  }
  margin: 0 0 -50px 0;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin: 0 0 -4.16665vw 0;
  }
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-top_news {
    border-radius: 10.66667vw;
    margin: 0 0 -10.66667vw 0;
    padding: 21.33333vw 0;
  }
}

@media screen and (min-width: 769px) {
  .p-top_news .p-title {
    margin-bottom: 50px;
    @media (min-width: 769px) and (max-width: 1200px) {
      margin-bottom: 4.16665vw;
    }
  }
  .p-top_news .p-title .ja {
    font-size: 30px;
    @media (min-width: 769px) and (max-width: 1200px) {
      font-size: 2.49999vw;
    }
  }
}

.p-top_news .c-btn {
  margin: 50px auto 0;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin: 4.16665vw auto 0;
  }
}

@media screen and (max-width: 768px) {
  .p-top_news .c-btn {
    margin-top: 12vw;
  }
}

.pagination {
  margin: 100px 0 0;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin: 8.3333vw 0 0;
  }
}

@media screen and (max-width: 768px) {
  .pagination {
    margin: 16vw 0 0;
  }
}

.page-numbers {
  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;
  -webkit-column-gap: 15px;
  @media (min-width: 769px) and (max-width: 1200px) {
    -webkit-column-gap: 1.24999vw;
  }
  -moz-column-gap: 15px;
  @media (min-width: 769px) and (max-width: 1200px) {
    -moz-column-gap: 1.24999vw;
  }
  column-gap: 15px;
  @media (min-width: 769px) and (max-width: 1200px) {
    column-gap: 1.24999vw;
  }
}

.page-numbers .page-numbers {
  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;
  width: 40px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 3.33332vw;
  }
  height: 40px;
  @media (min-width: 769px) and (max-width: 1200px) {
    height: 3.33332vw;
  }
  font-size: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.66666vw;
  }
  font-weight: 700;
  line-height: 1;
  border: 1px solid #e6eff7;
  @media (min-width: 769px) and (max-width: 1200px) {
    border: 0.08333vw solid #e6eff7;
  }
  border-radius: 50%;
  color: #005bac;
}

.page-numbers .page-numbers.current,
.page-numbers .page-numbers:hover {
  border-color: #005bac;
  -webkit-box-shadow: 0 1px 0 0 #005bac;
  box-shadow: 0 1px 0 0 #005bac;
}

.page-numbers .page-numbers.prev,
.page-numbers .page-numbers.next {
  background: none;
  border: none;
  width: auto;
  height: auto;
  font-size: 14px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.16666vw;
  }
  -webkit-column-gap: 10px;
  @media (min-width: 769px) and (max-width: 1200px) {
    -webkit-column-gap: 0.83333vw;
  }
  -moz-column-gap: 10px;
  @media (min-width: 769px) and (max-width: 1200px) {
    -moz-column-gap: 0.83333vw;
  }
  column-gap: 10px;
  @media (min-width: 769px) and (max-width: 1200px) {
    column-gap: 0.83333vw;
  }
}

.page-numbers .page-numbers.prev img,
.page-numbers .page-numbers.next img {
  width: 8px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 0.66666vw;
  }
  height: auto;
}

.page-numbers .page-numbers.prev.current,
.page-numbers .page-numbers.prev:hover,
.page-numbers .page-numbers.next.current,
.page-numbers .page-numbers.next:hover {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page-numbers .page-numbers.prev {
  margin-right: 35px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-right: 2.91665vw;
  }
}

.page-numbers .page-numbers.next {
  margin-left: 35px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-left: 2.91665vw;
  }
}

.page-numbers .space {
  display: inline-block;
  height: 100%;
  color: #005bac;
  font-size: 24px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.99999vw;
  }
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .page-numbers .page-numbers.prev {
    margin-right: 1.33333vw;
  }
  .page-numbers .page-numbers.next {
    margin-left: 1.33333vw;
  }
  .page-numbers .space {
    font-size: 4.8vw;
  }
}

.posts-navi {
  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;
  margin: 60px 0 0;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin: 4.99998vw 0 0;
  }
}

.posts-navi .nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  @media (min-width: 769px) and (max-width: 1200px) {
    -webkit-column-gap: 0.83333vw;
  }
  -moz-column-gap: 10px;
  @media (min-width: 769px) and (max-width: 1200px) {
    -moz-column-gap: 0.83333vw;
  }
  column-gap: 10px;
  @media (min-width: 769px) and (max-width: 1200px) {
    column-gap: 0.83333vw;
  }
}

.posts-navi .nav-btn .txt {
  display: inline-block;
  font-size: 14px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.16666vw;
  }
  font-weight: 700;
  color: #005bac;
}

@media screen and (max-width: 768px) {
  .posts-navi {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 4vw 0 0;
  }
  .posts-navi .posts-navi_prev {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .posts-navi .posts-navi_next {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .posts-navi .posts-navi_back {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    margin-top: 6.66667vw;
  }
  .posts-navi .posts-navi_back .c-btn {
    margin: 0 auto;
  }
  .posts-navi .arrow {
    border-color: #005bac;
    -webkit-box-shadow: 0 1px 0 0 #005bac;
    box-shadow: 0 1px 0 0 #005bac;
  }
}

.cat-wpr {
  width: 100%;
  overflow-x: auto;
  margin: 0 auto 80px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin: 0 auto 6.66664vw;
  }
  padding-bottom: 5px;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding-bottom: 0.41667vw;
  }
}

@media screen and (max-width: 768px) {
  .cat-wpr {
    margin: 0 auto 13.33333vw;
    width: calc(100% + 5.33333vw);
    padding-right: 5.33333vw;
  }
}

.cat-list {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 4px;
  @media (min-width: 769px) and (max-width: 1200px) {
    -webkit-column-gap: 0.33333vw;
  }
  -moz-column-gap: 4px;
  @media (min-width: 769px) and (max-width: 1200px) {
    -moz-column-gap: 0.33333vw;
  }
  column-gap: 4px;
  @media (min-width: 769px) and (max-width: 1200px) {
    column-gap: 0.33333vw;
  }
  background-color: #e6eff7;
  border-radius: 2em;
  padding: 4px;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding: 0.33333vw;
  }
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .cat-list {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

.cat-list li a {
  display: inline-block;
  font-size: 14px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.16666vw;
  }
  font-weight: 500;
  line-height: 1;
  border-radius: 18px;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-radius: 1.49999vw;
  }
  padding: 10px 24px;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding: 0.83333vw 1.99999vw;
  }
}

.cat-list li a.active,
.cat-list li a:hover {
  background-color: #005bac;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .cat-list li a {
    padding: 1.33333vw 3.46667vw;
  }
}

.news-list {
  border-top: 1px solid #a0a0a0;
}

.news-item {
  border-bottom: 1px solid #a0a0a0;
}

.news-item_date {
  display: inline-block;
  font-size: 18px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.49999vw;
  }
  font-weight: 700;
  width: 150px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 12.49995vw;
  }
  text-align: center;
}

@media screen and (max-width: 768px) {
  .news-item_date {
    width: auto;
    font-size: 3.73333vw;
  }
}

.news-item_cat {
  display: inline-block;
  font-size: 14px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.16666vw;
  }
  font-weight: 500;
  background-color: #e6eff7;
  border-radius: 3px;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-radius: 0.25vw;
  }
  min-width: 137px;
  @media (min-width: 769px) and (max-width: 1200px) {
    min-width: 11.41662vw;
  }
  text-align: center;
  padding: 5px 10px;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding: 0.41667vw 0.83333vw;
  }
}

@media screen and (max-width: 768px) {
  .news-item_cat {
    min-width: 16.53333vw;
    margin-left: 2.66667vw;
    padding: 0.8vw 1.86667vw;
  }
}

.news-item_ttl {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 40px 0 40px;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding: 0 3.33332vw 0 3.33332vw;
  }
}

@media screen and (max-width: 768px) {
  .news-item_ttl {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
    padding: 0;
    margin-top: 2.66667vw;
  }
}

.news-item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px 0;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding: 2.49999vw 0;
  }
}

.news-item_link:hover .news-item_ttl {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .news-item_link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5.33333vw 0;
  }
}

.posts-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 25px;
  @media (min-width: 769px) and (max-width: 1200px) {
    -webkit-column-gap: 2.08332vw;
  }
  -moz-column-gap: 25px;
  @media (min-width: 769px) and (max-width: 1200px) {
    -moz-column-gap: 2.08332vw;
  }
  column-gap: 25px;
  @media (min-width: 769px) and (max-width: 1200px) {
    column-gap: 2.08332vw;
  }
  margin-bottom: 30px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-bottom: 2.49999vw;
  }
}

@media screen and (max-width: 768px) {
  .posts-meta {
    -webkit-column-gap: 4vw;
    -moz-column-gap: 4vw;
    column-gap: 4vw;
    margin-bottom: 4vw;
  }
}

.posts-meta_date {
  display: inline-block;
  font-size: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.66666vw;
  }
  font-weight: 700;
  line-height: 1;
  color: #005bac;
}

@media screen and (max-width: 768px) {
  .posts-meta_date {
    font-size: 4.26667vw;
  }
}

.posts-meta_cat {
  display: inline-block;
  font-size: 14px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.16666vw;
  }
  font-weight: 500;
  background-color: #e6eff7;
  border-radius: 3px;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-radius: 0.25vw;
  }
  min-width: 137px;
  @media (min-width: 769px) and (max-width: 1200px) {
    min-width: 11.41662vw;
  }
  text-align: center;
  padding: 5px 10px;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding: 0.41667vw 0.83333vw;
  }
}

@media screen and (max-width: 768px) {
  .posts-meta_cat {
    min-width: 16.53333vw;
    padding: 0.8vw 1.86667vw;
  }
}

.posts-title {
  font-size: 28px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 2.33332vw;
  }
  font-weight: 700;
  line-height: 1.357;
}

@media screen and (max-width: 768px) {
  .posts-title {
    font-size: 5.33333vw;
    line-height: 1.5;
  }
}

.posts-contents {
  padding: 60px 0 80px;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding: 4.99998vw 0 6.66664vw;
  }
  margin: 40px 0 0;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin: 3.33332vw 0 0;
  }
  border-top: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
  line-height: 1.875;
}

@media screen and (max-width: 768px) {
  .posts-contents {
    padding: 8vw 0 13.33333vw;
    margin: 8vw 0 0;
    font-size: 4.26667vw;
  }
}

.posts-contents_inner {
  max-width: 768px;
  @media (min-width: 769px) and (max-width: 1200px) {
    max-width: 63.99974vw;
  }
  margin: 0 auto;
}

.posts-contents p img {
  display: block;
  margin: 60px auto;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin: 4.99998vw auto;
  }
  border-radius: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-radius: 1.66666vw;
  }
}

@media screen and (max-width: 768px) {
  .posts-contents p img {
    margin: 10.66667vw auto;
  }
}

.posts-contents p + p {
  margin-top: 30px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-top: 2.49999vw;
  }
}

.posts-contents a {
  color: #d4251f;
  text-decoration: underline;
}

.posts-contents h2 {
  font-size: 24px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.99999vw;
  }
  font-weight: 700;
  color: #005bac;
  margin: 80px 0 40px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin: 6.66664vw 0 3.33332vw;
  }
}

@media screen and (max-width: 768px) {
  .posts-contents h2 {
    font-size: 5.33333vw;
    margin: 16vw 0 8vw;
  }
}

.posts-contents h3 {
  font-size: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.66666vw;
  }
  font-weight: 700;
  margin: 60px 0 40px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin: 4.99998vw 0 3.33332vw;
  }
}

@media screen and (max-width: 768px) {
  .posts-contents h3 {
    font-size: 4.8vw;
    margin: 16vw 0 8vw;
  }
}

.posts-contents h4 {
  font-size: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.66666vw;
  }
  font-weight: 700;
  margin: 60px 0 40px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin: 4.99998vw 0 3.33332vw;
  }
}

@media screen and (max-width: 768px) {
  .posts-contents h4 {
    font-size: 4.8vw;
    margin: 16vw 0 8vw;
  }
}

.posts-contents .movie,
.posts-contents .news__body__video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  border-radius: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-radius: 1.66666vw;
  }
  overflow: hidden;
}

.posts-contents .movie iframe,
.posts-contents .news__body__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.posts-contents .map {
  width: 100%;
  height: 320px;
  @media (min-width: 769px) and (max-width: 1200px) {
    height: 26.66656vw;
  }
  position: relative;
  border-radius: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-radius: 1.66666vw;
  }
  overflow: hidden;
  margin: 60px 0;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin: 4.99998vw 0;
  }
}

@media screen and (max-width: 768px) {
  .posts-contents .map {
    height: 53.33333vw;
    margin: 8vw 0;
  }
}

.posts-contents .map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.cta-top {
  text-align: center;
}

.cta-head {
  font-size: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.66666vw;
  }
  font-weight: 700;
  width: 513px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 42.74983vw;
  }
  background-color: #e6eff7;
  border-radius: 150px;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-radius: 12.49995vw;
  }
  position: relative;
  margin: 0 auto 70px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin: 0 auto 5.83331vw;
  }
}

.cta-head::after {
  position: absolute;
  content: "";
  width: 64px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 5.33331vw;
  }
  height: 60px;
  @media (min-width: 769px) and (max-width: 1200px) {
    height: 4.99998vw;
  }
  right: 10px;
  @media (min-width: 769px) and (max-width: 1200px) {
    right: 0.83333vw;
  }
  bottom: 0;
  background: url(../../../images/brand/anitto/contactus/cat2.svg) left top no-repeat;
  background-size: cover;
}

.cta-head span {
  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;
  width: 100%;
  height: 54px;
  @media (min-width: 769px) and (max-width: 1200px) {
    height: 4.49998vw;
  }
  text-align: center;
  position: relative;
}

.cta-head span::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -10px;
  @media (min-width: 769px) and (max-width: 1200px) {
    bottom: -0.83333vw;
  }
  border-left: 10px solid transparent;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-left: 0.83333vw solid transparent;
  }
  border-right: 10px solid transparent;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-right: 0.83333vw solid transparent;
  }
  border-top: 10px solid #e6eff7;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-top: 0.83333vw solid #e6eff7;
  }
}

@media screen and (max-width: 768px) {
  .cta-head {
    font-size: 4.8vw;
    width: 100%;
    margin-bottom: 10.66667vw;
  }
  .cta-head::before {
    left: 3.73333vw;
    bottom: 12.53333vw;
    width: 7.46667vw;
    height: 9.33333vw;
  }
  .cta-head::after {
    bottom: 12.53333vw;
    width: 10.93333vw;
    height: 10.4vw;
  }
}

.cta-title {
  color: #005bac;
  font-size: 30px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 2.49999vw;
  }
  font-weight: 700;
  margin-bottom: 40px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-bottom: 3.33332vw;
  }
}

@media screen and (max-width: 768px) {
  .cta-title {
    font-size: 5.33333vw;
    margin-bottom: 8vw;
  }
}

@media screen and (max-width: 768px) {
  .cta-text {
    font-size: 4.26667vw;
    line-height: 1.875;
  }
}

.cta-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 50px 30px;
  @media (min-width: 769px) and (max-width: 1200px) {
    gap: 4.16665vw 2.49999vw;
  }
  max-width: 960px;
  @media (min-width: 769px) and (max-width: 1200px) {
    max-width: 79.99968vw;
  }
  margin: 60px auto 0;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin: 4.99998vw auto 0;
  }
}

@media screen and (max-width: 768px) {
  .cta-list {
    gap: 8vw 4vw;
  }
}

.cta-item {
  width: calc(100% / 4 - 23px);
  @media (min-width: 769px) and (max-width: 1200px) {
    width: calc(100% / 4 - 1.91666vw);
  }
  max-width: 217px;
  @media (min-width: 769px) and (max-width: 1200px) {
    max-width: 18.08326vw;
  }
}

@media screen and (max-width: 768px) {
  .cta-item {
    width: calc(100% / 2 - 2.13333vw);
  }
}

.cta-item_img {
  width: 217px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 18.08326vw;
  }
  height: 217px;
  @media (min-width: 769px) and (max-width: 1200px) {
    height: 18.08326vw;
  }
  border-radius: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-radius: 1.66666vw;
  }
  border: 2px solid #e6eff7;
  @media (min-width: 769px) and (max-width: 1200px) {
    border: 0.16667vw solid #e6eff7;
  }
  overflow: hidden;
  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;
  margin-bottom: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-bottom: 1.66666vw;
  }
}

.cta-item_img img {
  display: inline-block;
  width: 50%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .cta-item_img {
    width: 42.66667vw;
    height: 42.66667vw;
    margin-bottom: 4vw;
    border-color: #005bac;
    -webkit-box-shadow: 0 2px 0 0 #005bac;
    box-shadow: 0 2px 0 0 #005bac;
  }
}

.cta-item_ttl {
  display: block;
  font-weight: 700;
}

.cta-item_ttl .blk {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-left: 0.83333vw;
  }
}

.cta-item_note {
  display: block;
  font-size: 14px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.16666vw;
  }
  margin-top: 15px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-top: 1.24999vw;
  }
}

@media screen and (max-width: 768px) {
  .cta-item_note {
    font-size: 3.2vw;
    line-height: 1.35;
    margin-top: 2.66667vw;
  }
}

.cta-item_link:hover .cta-item_img {
  border-color: #005bac;
  -webkit-box-shadow: 0 2px 0 0 #005bac;
  box-shadow: 0 2px 0 0 #005bac;
}

.cta-item:nth-child(1) .cta-item_img img {
  max-width: 40px;
  @media (min-width: 769px) and (max-width: 1200px) {
    max-width: 3.33332vw;
  }
}

@media screen and (max-width: 768px) {
  .cta-item:nth-child(1) .cta-item_img img {
    max-width: 8.8vw;
  }
}

.cta-item:nth-child(2) .cta-item_img img {
  max-width: 34px;
  @media (min-width: 769px) and (max-width: 1200px) {
    max-width: 2.83332vw;
  }
}

@media screen and (max-width: 768px) {
  .cta-item:nth-child(2) .cta-item_img img {
    max-width: 7.46667vw;
  }
}

.cta-item:nth-child(3) .cta-item_img img {
  max-width: 40px;
  @media (min-width: 769px) and (max-width: 1200px) {
    max-width: 3.33332vw;
  }
}

@media screen and (max-width: 768px) {
  .cta-item:nth-child(3) .cta-item_img img {
    max-width: 8.8vw;
  }
}

.cta-item:nth-child(4) .cta-item_img img {
  max-width: 123px;
  @media (min-width: 769px) and (max-width: 1200px) {
    max-width: 10.24996vw;
  }
}

@media screen and (max-width: 768px) {
  .cta-item:nth-child(4) .cta-item_img img {
    max-width: 26.93333vw;
  }
}

.cta-item:nth-child(5) .cta-item_img img {
  max-width: 90px;
  @media (min-width: 769px) and (max-width: 1200px) {
    max-width: 7.49997vw;
  }
}

@media screen and (max-width: 768px) {
  .cta-item:nth-child(5) .cta-item_img img {
    max-width: 17.6vw;
  }
}

.sc-cta {
  padding: 110px 0 140px;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding: 9.16663vw 0 11.66662vw;
  }
  background: #fff;
  -webkit-box-shadow: 0 -4px 64px 0 rgba(74, 117, 156, 0.2);
  box-shadow: 0 -4px 64px 0 rgba(74, 117, 156, 0.2);
  border-radius: 50px;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-radius: 4.16665vw;
  }
  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;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sc-cta {
    padding: 21.33333vw 0;
    border-radius: 10.66667vw;
  }
}

.sc-cta_ttl {
  font-size: 30px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 2.49999vw;
  }
  font-weight: 700;
  line-height: 1.2667;
  color: #005bac;
  margin-bottom: 50px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-bottom: 4.16665vw;
  }
}

@media screen and (max-width: 768px) {
  .sc-cta_ttl {
    font-size: 5.33333vw;
    margin-bottom: 8vw;
  }
}

.sc-cta_lead {
  margin-bottom: 40px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-bottom: 3.33332vw;
  }
}

@media screen and (max-width: 768px) {
  .sc-cta_lead {
    font-size: 4.26667vw;
  }
}

.sc-cta_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 30px;
  @media (min-width: 769px) and (max-width: 1200px) {
    -webkit-column-gap: 2.49999vw;
  }
  -moz-column-gap: 30px;
  @media (min-width: 769px) and (max-width: 1200px) {
    -moz-column-gap: 2.49999vw;
  }
  column-gap: 30px;
  @media (min-width: 769px) and (max-width: 1200px) {
    column-gap: 2.49999vw;
  }
}

@media screen and (max-width: 768px) {
  .sc-cta_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 8vw 0;
  }
}

.sc-cta_item {
  width: 600px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 49.9998vw;
  }
  height: 250px;
  @media (min-width: 769px) and (max-width: 1200px) {
    height: 20.83325vw;
  }
  border-radius: 150px;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-radius: 12.49995vw;
  }
  background-color: #fff;
  -webkit-box-shadow: 0 4px 0 0 #005bac;
  box-shadow: 0 4px 0 0 #005bac;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .sc-cta_item {
    width: 89.33333vw;
    height: auto;
    padding: 13.33333vw 5.33333vw;
  }
}

.sc-cta_item .tl {
  font-size: 24px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.99999vw;
  }
  font-weight: 700;
  margin-bottom: 10px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-bottom: 0.83333vw;
  }
  color: #005bac;
}

@media screen and (max-width: 768px) {
  .sc-cta_item .tl {
    font-size: 4.8vw;
  }
}

.sc-cta_item .sb {
  font-size: 14px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.16666vw;
  }
  font-weight: 700;
  margin-bottom: 15px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-bottom: 1.24999vw;
  }
}

.sc-cta_item .tel {
  margin-top: 0;
}

.sc-cta_item .tel a {
  display: inline-block;
  font-size: 44px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 3.66665vw;
  }
  line-height: 1;
  font-weight: 700;
  position: relative;
  padding-left: 50px;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding-left: 4.16665vw;
  }
  font-family: "Inter", sans-serif;
}

.sc-cta_item .tel a::before {
  position: absolute;
  content: "";
  width: 37px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 3.08332vw;
  }
  height: 37px;
  @media (min-width: 769px) and (max-width: 1200px) {
    height: 3.08332vw;
  }
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../../../images/brand/anitto/common/icon_tel.svg) center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .sc-cta_item .tel a {
    font-size: 8vw;
    padding-left: 8.53333vw;
  }
  .sc-cta_item .tel a::before {
    width: 7.2vw;
    height: 7.2vw;
  }
}

.sc-cta_item .mal {
  margin-top: 0;
}

.sc-cta_item .mal a {
  display: inline-block;
  font-size: 36px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 2.99999vw;
  }
  font-weight: 700;
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 768px) {
  .sc-cta_item .mal a {
    font-size: 8vw;
  }
}

.sc-cta_item .tx {
  font-size: 14px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.16666vw;
  }
  margin-top: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-top: 1.66666vw;
  }
}

.sc-cta.bg {
  background: #e6eff7 url(../../../images/brand/anitto/contactus/cta_bg.png) center no-repeat;
  background-size: cover;
}

.sc-cta.bg .sc-cta_item {
  width: 563px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 46.91648vw;
  }
}

@media screen and (max-width: 768px) {
  .sc-cta.bg .sc-cta_item {
    width: 89.33333vw;
  }
}

.key-visual {
  position: relative;
}

.key-visual::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../../../images/brand/anitto/forclinic/kv_mask_pc.png) left top no-repeat;
  background-size: cover;
}

.key-visual_ctn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.key-visual_ttl {
  font-size: 34px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 2.83332vw;
  }
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .key-visual_ttl {
    font-size: 5.86667vw;
  }
}

.key-visual_txt {
  font-size: 16px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.33333vw;
  }
  line-height: 1.875;
  margin-top: 40px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-top: 3.33332vw;
  }
}

.tbl01 {
  width: 100%;
  border: 1px solid #dddddd;
}

.tbl01 th,
.tbl01 td {
  padding: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding: 1.66666vw;
  }
  font-weight: 500;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .tbl01 th,
  .tbl01 td {
    display: block;
    font-size: 4.26667vw;
  }
}

.tbl01 th {
  width: 220px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 18.33326vw;
  }
}

@media screen and (max-width: 768px) {
  .tbl01 th {
    width: 100%;
    border: none;
    padding-bottom: 0;
  }
}

.tbl01 td {
  border-left: 1px solid #dddddd;
}

@media screen and (max-width: 768px) {
  .tbl01 td {
    border-left: none;
    border-bottom: none;
    padding-top: 2.66667vw;
  }
}

.tbl01 tr:not(:last-child) th,
.tbl01 tr:not(:last-child) td {
  border-bottom: 1px solid #dddddd;
}

@media screen and (max-width: 768px) {
  .tbl01 tr:not(:last-child) th {
    border-bottom: none;
  }
}

.p-forclinic .key-visual_img picture {
  display: block;
  width: 110%;
  height: 110%;
  max-height: 500px;
  @media (min-width: 769px) and (max-width: 1200px) {
    max-height: 41.6665vw;
  }
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .p-forclinic .key-visual_img picture {
    width: 106%;
    height: 106%;
  }
}

.p-forclinic .key-visual_img picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-left: -5%;
  margin-top: -5%;
}

@media screen and (min-width: 769px) {
  .p-forclinic .key-visual_img picture img {
    margin-left: -3%;
    margin-top: -3%;
  }
}

@media screen and (max-width: 768px) {
  .p-forclinic .key-visual_img picture {
    max-height: 88vw;
  }
}

.p-forclinic .key-visual_ctn {
  top: calc(50% - 25px);
  @media (min-width: 769px) and (max-width: 1200px) {
    top: calc(50% - 2.08332vw);
  }
}

@media screen and (max-width: 768px) {
  .p-forclinic .key-visual_ctn {
    top: calc(50% - 5.33333vw);
  }
}

.p-forclinic .anchor-list {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -30px;
  @media (min-width: 769px) and (max-width: 1200px) {
    top: -2.49999vw;
  }
}

.p-forclinic_information {
  padding: 170px 0 150px 0;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding: 14.16661vw 0 12.49995vw 0;
  }
  background-color: #fff;
  border-radius: 5em;
  margin-top: -50px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-top: -4.16665vw;
  }
  margin-bottom: -50px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-bottom: -4.16665vw;
  }
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 4px 64px 0 rgba(74, 117, 156, 0.2);
  box-shadow: 0 4px 64px 0 rgba(74, 117, 156, 0.2);
}

@media screen and (max-width: 768px) {
  .p-forclinic_information {
    padding: 64vw 0 21.33333vw 0;
    border-radius: 4em;
    margin-top: -10.66667vw;
    margin-bottom: -10.66667vw;
  }
}

.p-forclinic .forclinic-article_ctn {
  padding: 50px 0;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding: 4.16665vw 0;
  }
}

.p-forclinic_materials {
  padding: 105px 0 226px;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding: 8.74996vw 0 18.83326vw;
  }
  background: #e6eff7 url(../../../images/brand/anitto/forclinic/material_bg.png) center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-forclinic_materials {
    padding: 32vw 0 56vw;
  }
}

@media screen and (max-width: 768px) {
  .p-forclinic_materials .heading-lv2 {
    margin-bottom: 8vw;
  }
}

.p-forclinic_materials .materials-txt {
  text-align: center;
  font-size: 16px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.33333vw;
  }
  line-height: 1.875;
}

.p-forclinic_materials .materials-button {
  padding: 50px 0;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding: 4.16665vw 0;
  }
  border-radius: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-radius: 1.66666vw;
  }
  background-color: #fff;
  margin-top: 50px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-top: 4.16665vw;
  }
}

@media screen and (max-width: 768px) {
  .p-forclinic_materials .materials-button {
    padding: 10.66667vw 0;
    margin-top: 10.66667vw;
  }
}

.p-forclinic_cta {
  margin-top: -100px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-top: -8.3333vw;
  }
}

.p-forclinic_cta .sc-cta_item {
  background-color: #e6eff7;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 768px) {
  .p-forclinic_cta {
    margin-top: -37.33333vw;
  }
}

.p-for_intro {
  text-align: center;
  margin-bottom: 40px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-bottom: 3.33332vw;
  }
}

.p-for_intro .p-for_title {
  font-size: 34px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 2.83332vw;
  }
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-for_intro .p-for_title {
    font-size: 5.86667vw;
  }
}

.p-for_intro .p-for_desc {
  font-size: 16px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.33333vw;
  }
  line-height: 1.875;
  margin-top: 50px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-top: 4.16665vw;
  }
}

@media screen and (max-width: 768px) {
  .p-for_intro .p-for_desc {
    margin-top: 10.66667vw;
  }
}

.product-category {
  font-size: 24px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.99999vw;
  }
  font-weight: 700;
  margin: 60px 0 50px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin: 4.99998vw 0 4.16665vw;
  }
}

@media screen and (max-width: 768px) {
  .product-category {
    font-size: 4.8vw;
    margin: 13.33333vw 0 8vw;
  }
}

.product-item + .product-item {
  margin-top: 30px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-top: 2.49999vw;
  }
}

.product-item_img {
  width: 120px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 9.99996vw;
  }
  height: 170px;
  @media (min-width: 769px) and (max-width: 1200px) {
    height: 14.16661vw;
  }
  border-radius: 3px;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-radius: 0.25vw;
  }
  overflow: hidden;
}

.product-item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .product-item_img {
    margin: 0 auto 8vw;
  }
}

.product-item_ttl {
  display: block;
  color: #005bac;
  font-size: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.66666vw;
  }
  font-weight: 700;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .product-item_ttl {
    font-size: 4.8vw;
    line-height: calc(28 / 18);
  }
}

.product-item_cpy {
  display: block;
  margin-top: 30px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-top: 2.49999vw;
  }
}

.product-item_cpy .itm {
  display: block;
  position: relative;
  padding-left: 27px;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding-left: 2.24999vw;
  }
  font-size: 16px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.33333vw;
  }
  line-height: 1.875;
}

@media screen and (max-width: 768px) {
  .product-item_cpy .itm {
    line-height: calc(24 / 16);
  }
  .product-item_cpy .itm + .itm {
    margin-top: 2.66667vw;
  }
}

.product-item_cpy .itm::before {
  position: absolute;
  content: "";
  width: 17px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 1.41666vw;
  }
  height: 17px;
  @media (min-width: 769px) and (max-width: 1200px) {
    height: 1.41666vw;
  }
  left: 0;
  top: 6px;
  @media (min-width: 769px) and (max-width: 1200px) {
    top: 0.5vw;
  }
  background: url(../../../images/brand/anitto/common/icon_foot_black.svg) left top no-repeat;
  background-size: cover;
}

.product-item_ctn {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product-item_link {
  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;
  -webkit-column-gap: 40px;
  @media (min-width: 769px) and (max-width: 1200px) {
    -webkit-column-gap: 3.33332vw;
  }
  -moz-column-gap: 40px;
  @media (min-width: 769px) and (max-width: 1200px) {
    -moz-column-gap: 3.33332vw;
  }
  column-gap: 40px;
  @media (min-width: 769px) and (max-width: 1200px) {
    column-gap: 3.33332vw;
  }
  padding: 60px;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding: 4.99998vw;
  }
  background-color: #e6eff7;
  border-radius: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-radius: 1.66666vw;
  }
  border: 2px solid transparent;
  @media (min-width: 769px) and (max-width: 1200px) {
    border: 0.16667vw solid transparent;
  }
  -webkit-box-shadow: 0 2px 0 0 transparent;
  box-shadow: 0 2px 0 0 transparent;
  position: relative;
}

.product-item_link:hover {
  opacity: 1;
  background-color: #fff;
  border: 2px solid #005bac;
  @media (min-width: 769px) and (max-width: 1200px) {
    border: 0.16667vw solid #005bac;
  }
  -webkit-box-shadow: 0 2px 0 0 #005bac;
  box-shadow: 0 2px 0 0 #005bac;
}

@media screen and (max-width: 768px) {
  .product-item_link {
    display: block;
    padding: 8vw 6.66667vw 9.33333vw;
  }
  .product-item_link .c-download {
    position: absolute;
    right: 6.66667vw;
    top: 36vw;
  }
}

.p-services .p-contents {
  padding-top: 0;
}

.p-services .srv-note {
  margin-top: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-top: 1.66666vw;
  }
}

.p-services .srv-note > li {
  font-size: 16px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.33333vw;
  }
  line-height: 1.875;
  font-weight: 500;
  position: relative;
  padding-left: 26px;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding-left: 2.16666vw;
  }
}

.p-services .srv-note > li::before {
  position: absolute;
  content: "";
  width: 17px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 1.41666vw;
  }
  height: 16px;
  @media (min-width: 769px) and (max-width: 1200px) {
    height: 1.33333vw;
  }
  left: 0;
  top: 8px;
  @media (min-width: 769px) and (max-width: 1200px) {
    top: 0.66666vw;
  }
  background: url(../../../images/brand/anitto/common/icon_foot_black.svg) left top no-repeat;
  background-size: cover;
}

.p-services .srv-note > li > ul {
  padding-left: 26px;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding-left: 2.16666vw;
  }
  margin-top: 10px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-top: 0.83333vw;
  }
}

@media screen and (max-width: 768px) {
  .p-services .srv-note > li > ul {
    padding-left: 5.33333vw;
  }
}

.p-services .srv-note > li > ul > li {
  list-style: disc;
}

@media screen and (max-width: 768px) {
  .p-services .srv-note > li > ul > li {
    line-height: 1.625;
  }
}

.p-services .srv-star li {
  font-size: 12px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1vw;
  }
  font-weight: 500;
  padding-left: 12px;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding-left: 1vw;
  }
  text-indent: -12px;
  @media (min-width: 769px) and (max-width: 1200px) {
    text-indent: -1vw;
  }
}

.p-services .srv-star.num-ind li {
  padding-left: 30px;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding-left: 2.49999vw;
  }
  text-indent: -30px;
  @media (min-width: 769px) and (max-width: 1200px) {
    text-indent: -2.49999vw;
  }
}

.p-services-main {
  background-color: #fff;
  border-radius: 0 0 50px 50px;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-radius: 0 0 4.16665vw 4.16665vw;
  }

  -webkit-box-shadow: 0 4px 64px 0 rgba(74, 117, 156, 0.2);
  box-shadow: 0 4px 64px 0 rgba(74, 117, 156, 0.2);
  padding: 0 0 90px 0;

  @media (min-width: 769px) and (max-width: 1200px) {
    padding: 0 0 7.49997vw 0;
  }
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-services-main {
    border-radius: 0 0 10.66667vw 10.66667vw;
    padding: 10.66667vw 2em 21.33333vw;
  }
}

.p-services-main .srv-main_ico {
  display: inline-block;
  width: 154px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 12.83328vw;
  }
  position: absolute;
  right: calc(216 / 1366 * 100%);
  bottom: -65px;
  @media (min-width: 769px) and (max-width: 1200px) {
    bottom: -5.41664vw;
  }
}

@media screen and (max-width: 768px) {
  .p-services-main .srv-main_ico {
    width: 26.4vw;
    right: 6.13333vw;
  }
}

@media screen and (min-width: 769px) {
  .p-services-main .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 50px;
    @media (min-width: 769px) and (max-width: 1200px) {
      -webkit-column-gap: 4.16665vw;
    }
    -moz-column-gap: 50px;
    @media (min-width: 769px) and (max-width: 1200px) {
      -moz-column-gap: 4.16665vw;
    }
    column-gap: 50px;
    @media (min-width: 769px) and (max-width: 1200px) {
      column-gap: 4.16665vw;
    }
  }
}

.p-services-main_img {
  width: 563px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 46.91648vw;
  }
}

@media screen and (max-width: 768px) {
  .p-services-main_img {
    width: 100%;
    margin-bottom: 8vw;
  }
}

.p-services-main_ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: flex !important;
  flex-direction: column;
  align-items: center;
}

.p-services-main .srv-main_txt {
  font-size: 24px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.99999vw;
  }

  font-weight: 500;
  line-height: 1.666667;
  margin-bottom: 30px;
  margin-top: 50px;

  @media (min-width: 769px) and (max-width: 1200px) {
    margin-bottom: 2.49999vw;
  }
}

.p-services-main .srv-main_txt small {
  display: inline-block;
  font-size: 16px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.33333vw;
  }
}

@media screen and (max-width: 768px) {
  .p-services-main .srv-main_txt {
    font-size: 4.4vw;
  }
  .p-services-main .srv-main_txt small {
    font-size: 3.73333vw;
  }
}

.p-services-main .srv-main_ttl {
  font-size: 34px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 2.83332vw;
  }
  font-weight: 700;
  line-height: 1;
  color: #005bac;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 768px) {
  .p-services-main .srv-main_ttl {
    font-size: 5.86667vw;
    line-height: calc(30 / 22);
  }
}

.p-services-main .srv-main_lbl {
  display: inline-block;
  width: 85px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 7.08331vw;
  }
  line-height: 0;
  margin: 25px 0 0;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin: 2.08332vw 0 0;
  }
}

.p-services-main .srv-main_lbl img {
  display: block;
  width: 100%;
  max-width: unset;
  height: auto;
}

.p-services-main .srv-note {
  margin-top: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-top: 1.66666vw;
  }
}

.p-services-main .srv-note ul {
  margin-left: -25px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-left: -2.08332vw;
  }
}

@media screen and (max-width: 768px) {
  .p-services-main .srv-note ul {
    margin-left: -5.33333vw;
  }
}

.p-services-main .srv-star {
  margin-top: 30px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-top: 2.49999vw;
  }
}

.p-services-feature {
  margin: -50px 0;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin: -4.16665vw 0;
  }
  padding: 200px 0 180px;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding: 16.6666vw 0 14.99994vw;
  }
  background: #e6eff7 url(../../../images/brand/anitto/services/svr_bg.png) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-services-feature {
    margin: -10.66667vw 0;
    padding: 32vw 0 32vw;
    background: #e6eff7 url(../../../images/brand/anitto/services/svr_bg_sp.png) left top no-repeat;
    background-size: cover;
  }
}

.p-services-feature .heading-lv2 {
  line-height: 1.6667;
}

@media screen and (max-width: 768px) {
  .p-services-feature .heading-lv2 {
    margin-bottom: 10.66667vw;
  }
}

.p-services-feature .heading-lv2:not(:first-child) {
  margin-top: 110px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-top: 9.16663vw;
  }
  margin-bottom: 60px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-bottom: 4.99998vw;
  }
}

@media screen and (max-width: 768px) {
  .p-services-feature .heading-lv2:not(:first-child) {
    margin-top: 16vw;
    margin-bottom: 10.66667vw;
  }
}

.p-services-feature .lead-note {
  font-size: 12px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1vw;
  }
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-bottom: 2.49999vw;
  }
}

@media screen and (min-width: 769px) {
  .p-services-feature .srv-feature_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 50px;
    @media (min-width: 769px) and (max-width: 1200px) {
      -webkit-column-gap: 4.16665vw;
    }
    -moz-column-gap: 50px;
    @media (min-width: 769px) and (max-width: 1200px) {
      -moz-column-gap: 4.16665vw;
    }
    column-gap: 50px;
    @media (min-width: 769px) and (max-width: 1200px) {
      column-gap: 4.16665vw;
    }
  }
}

.p-services-feature .srv-feature_img {
  width: 563px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 46.91648vw;
  }
}

.p-services-feature .srv-feature_img figure {
  display: block;
  overflow: hidden;
  border-radius: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-radius: 1.66666vw;
  }
}

@media screen and (max-width: 768px) {
  .p-services-feature .srv-feature_img {
    width: 100%;
    margin-top: 10.66667vw;
  }
}

.p-services-feature .srv-feature_ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-services-feature .srv-feature_ctn .srv-star {
  margin-top: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-top: 1.66666vw;
  }
}

.p-services-feature .srv-feature_skin {
  text-align: center;
}

.p-services-feature .srv-feature_skin img {
  max-width: 686px;
  @media (min-width: 769px) and (max-width: 1200px) {
    max-width: 57.16644vw;
  }
  width: 100%;
  height: auto;
}

.p-services-feature .srv-feature_skin .srv-feature_skin_note {
  font-size: 12px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1vw;
  }
  font-weight: 500;
  margin-top: 80px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-top: 6.66664vw;
  }
  text-align: left;
}

@media screen and (max-width: 768px) {
  .p-services-feature .srv-feature_skin .srv-feature_skin_note {
    margin-top: 8vw;
  }
}

.p-services-content {
  background-color: #fff;
  border-radius: 50px 50px 0 0;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-radius: 4.16665vw 4.16665vw 0 0;
  }
  padding: 150px 0 0;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding: 12.49995vw 0 0;
  }
}

@media screen and (max-width: 768px) {
  .p-services-content {
    padding: 21.33333vw 0 0;
    border-radius: 10.66667vw 10.66667vw 0 0;
  }
}

.p-services-content .services-howto .heading-lv2 {
  margin-bottom: 70px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-bottom: 5.83331vw;
  }
}

@media screen and (max-width: 768px) {
  .p-services-content .services-howto .heading-lv2 {
    margin-bottom: 13.33333vw;
  }
}

.p-services-content .services-howto .container {
  max-width: 990px;
  @media (min-width: 769px) and (max-width: 1200px) {
    max-width: 82.49967vw;
  }
}

.p-services-content .services-howto .svr-movive {
  position: relative;
}

.p-services-content .services-howto .svr-movive .movie-wrap {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  border-radius: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-radius: 1.66666vw;
  }
  border: 4px solid #005bac;
  @media (min-width: 769px) and (max-width: 1200px) {
    border: 0.33333vw solid #005bac;
  }
  overflow: hidden;
}

.p-services-content .services-howto .svr-movive .movie-wrap video,
.p-services-content .services-howto .svr-movive .movie-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .p-services-content .services-howto .svr-movive .movie-wrap {
    border-width: 0.8vw;
  }
}

.p-services-content .services-howto .svr-movive .ico {
  display: inline-block;
  position: absolute;
}

.p-services-content .services-howto .svr-movive .ico.cat {
  width: 45px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 3.74999vw;
  }
  top: -55px;
  @media (min-width: 769px) and (max-width: 1200px) {
    top: -4.58331vw;
  }
  left: 83px;
  @media (min-width: 769px) and (max-width: 1200px) {
    left: 6.91664vw;
  }
}

@media screen and (max-width: 768px) {
  .p-services-content .services-howto .svr-movive .ico.cat {
    width: 5.86667vw;
    left: 5.86667vw;
    top: -7.2vw;
  }
}

.p-services-content .services-howto .svr-movive .ico.dog {
  width: 64px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 5.33331vw;
  }
  top: -61px;
  @media (min-width: 769px) and (max-width: 1200px) {
    top: -5.08331vw;
  }
  right: 70px;
  @media (min-width: 769px) and (max-width: 1200px) {
    right: 5.83331vw;
  }
}

@media screen and (max-width: 768px) {
  .p-services-content .services-howto .svr-movive .ico.dog {
    width: 8.53333vw;
    right: 5.33333vw;
    top: -8vw;
  }
}

.p-services-content .services-howto .svr-flow {
  margin-top: 50px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-top: 4.16665vw;
  }
}

@media screen and (max-width: 768px) {
  .p-services-content .services-howto .svr-flow {
    position: relative;
  }
  .p-services-content .services-howto .svr-flow::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0.53333vw;
    background-image: repeating-linear-gradient(to bottom, #005bac 0px, #005bac 2px, transparent 1px, transparent 5px);
  }
}

.p-services-content .services-howto .svr-flow .svr-flow_item {
  background-color: #e6eff7;
  border-radius: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-radius: 1.66666vw;
  }
  text-align: center;
  padding: 30px;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding: 2.49999vw;
  }
  font-size: 16px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.33333vw;
  }
  line-height: 1.875;
  position: relative;
}

@media screen and (min-width: 769px) {
  .p-services-content .services-howto .svr-flow .svr-flow_item::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 70px;
    @media (min-width: 769px) and (max-width: 1200px) {
      left: 5.83331vw;
    }
    width: 2px;
    @media (min-width: 769px) and (max-width: 1200px) {
      width: 0.16667vw;
    }
    background-image: repeating-linear-gradient(to bottom, #005bac 0px, #005bac 2px, transparent 1px, transparent 5px);
  }
}

@media screen and (max-width: 768px) {
  .p-services-content .services-howto .svr-flow .svr-flow_item {
    text-align: left;
  }
}

.p-services-content .services-howto .svr-flow .svr-flow_item .arrow {
  position: absolute;
  left: 50px;
  @media (min-width: 769px) and (max-width: 1200px) {
    left: 4.16665vw;
  }
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .p-services-content .services-howto .svr-flow .svr-flow_item .arrow {
    left: 50%;
    top: -4vw;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.p-services-content .services-howto .svr-flow .svr-flow_item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-top: 0.83333vw;
  }
  padding-left: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding-left: 1.66666vw;
  }
}

.p-services-content .services-howto .svr-flow .svr-flow_item ul li {
  list-style: disc;
  color: #005bac;
}

@media screen and (max-width: 768px) {
  .p-services-content .services-howto .svr-flow .svr-flow_item ul {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.p-services-content .services-howto .svr-flow .svr-flow_item .yoku {
  display: inline-block;
  background-color: #fff;
  font-size: 14px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.16666vw;
  }
  font-weight: 500;
  padding: 5px 10px 5px 40px;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding: 0.41667vw 0.83333vw 0.41667vw 3.33332vw;
  }
  color: #d4251f;
  position: relative;
  border-radius: 5px;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-radius: 0.41667vw;
  }
  margin-bottom: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-bottom: 1.66666vw;
  }
}

.p-services-content .services-howto .svr-flow .svr-flow_item .yoku::before {
  position: absolute;
  content: "";
  width: 24px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 1.99999vw;
  }
  height: 21px;
  @media (min-width: 769px) and (max-width: 1200px) {
    height: 1.74999vw;
  }
  left: 10px;
  @media (min-width: 769px) and (max-width: 1200px) {
    left: 0.83333vw;
  }
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../../../images/brand/anitto/services/icon_chai.svg) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-services-content .services-howto .svr-flow .svr-flow_item .yoku {
    font-size: 3.73333vw;
    padding: 3.2vw 4.26667vw 3.2vw 11.46667vw;
    margin: 0 auto 4vw;
    width: 68vw;
    display: block;
  }
}

.p-services-content .services-howto .svr-flow .svr-flow_item .table-reponsive {
  margin-top: 25px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-top: 2.08332vw;
  }
}

.p-services-content .services-howto .svr-flow .svr-flow_item .table-reponsive table {
  background-color: #fff;
  margin: 0 auto;
}

.p-services-content .services-howto .svr-flow .svr-flow_item .table-reponsive table th,
.p-services-content .services-howto .svr-flow .svr-flow_item .table-reponsive table td {
  text-align: center;
  padding: 10px 15px;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding: 0.83333vw 1.24999vw;
  }
  font-weight: 500;
  border: 1px solid #e6eff7;
}

.p-services-content .services-howto .svr-flow .svr-flow_item .table-reponsive table td {
  color: #005bac;
}

.p-services-content .services-howto .svr-flow .svr-flow_item .table-reponsive dl {
  font-size: 16px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.33333vw;
  }
  font-weight: 500;
  background-color: #fff;
  padding: 12px 15px;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding: 1vw 1.24999vw;
  }
}

.p-services-content .services-howto .svr-flow .svr-flow_item .table-reponsive dl + dl {
  border-top: 1px solid #e6eff7;
}

.p-services-content .services-howto .svr-flow .svr-flow_item .table-reponsive dl dd {
  color: #005bac;
}

.p-services-content .services-howto .svr-flow .svr-flow_item + .svr-flow_item {
  margin-top: 30px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-top: 2.49999vw;
  }
}

@media screen and (max-width: 768px) {
  .p-services-content .services-howto .svr-flow .svr-flow_item + .svr-flow_item {
    margin-top: 10.93333vw;
  }
}

@media screen and (min-width: 769px) {
  .p-services-content .services-howto .svr-flow .svr-flow_item:nth-child(1)::before {
    height: calc(50% + 30px);
    @media (min-width: 769px) and (max-width: 1200px) {
      height: calc(50% + 2.49999vw);
    }
    top: 50%;
  }
  .p-services-content .services-howto .svr-flow .svr-flow_item:nth-child(2)::before {
    height: calc(100% + 30px);
    @media (min-width: 769px) and (max-width: 1200px) {
      height: calc(100% + 2.49999vw);
    }
  }
  .p-services-content .services-howto .svr-flow .svr-flow_item:last-child::before {
    height: 50%;
  }
}

@media screen and (min-width: 769px) {
  .p-services-content .services-howto .svr-flow.no-icon .svr-flow_item::before {
    width: 0;
    height: 0;
    background: none;
  }
}

@media screen and (max-width: 768px) {
  .p-services-content .services-howto .svr-flow.no-icon::before {
    width: 0;
    height: 0;
    background: none;
  }
}

.p-services-content .services-faq {
  padding: 150px 0 0;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding: 12.49995vw 0 0;
  }
}

@media screen and (max-width: 768px) {
  .p-services-content .services-faq {
    padding: 21.33333vw 0 0;
  }
}

.p-services-content .services-faq .heading-lv2 {
  margin-bottom: 60px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-bottom: 4.99998vw;
  }
}

.p-services-content .services-faq .faq-art .faq-art_ttl .txt {
  font-size: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.66666vw;
  }
}

@media screen and (max-width: 768px) {
  .p-services-content .services-faq .faq-art .faq-art_ttl .txt {
    font-size: 4.8vw;
  }
}

.p-services-content .services-faq .faq-art .faq-art_ctn {
  padding: 30px 0;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding: 2.49999vw 0;
  }
  font-size: 16px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.33333vw;
  }
  line-height: 1.875;
}

.p-services-content .services-detail {
  padding: 150px 0 0;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding: 12.49995vw 0 0;
  }
}

@media screen and (max-width: 768px) {
  .p-services-content .services-detail {
    padding: 21.33333vw 0 0;
  }
}

.p-services-content .services-detail table {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-services-content .services-detail table {
    border-bottom: 1px solid #dddddd;
  }
}

.p-services-content .services-detail table th,
.p-services-content .services-detail table td {
  border: 1px solid #dddddd;
  padding: 15px 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding: 1.24999vw 1.66666vw;
  }
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .p-services-content .services-detail table th,
  .p-services-content .services-detail table td {
    display: block;
    font-size: 4.26667vw;
    line-height: 1.625;
  }
}

.p-services-content .services-detail table th {
  width: 150px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 12.49995vw;
  }
  font-weight: 400;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .p-services-content .services-detail table th {
    width: 100%;
    border-bottom: none;
    padding-bottom: 2.66667vw;
  }
}

.p-services-content .services-detail table td {
  width: calc(100% - 150px);
  @media (min-width: 769px) and (max-width: 1200px) {
    width: calc(100% - 12.49995vw);
  }
  line-height: calc(26 / 16);
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .p-services-content .services-detail table td {
    width: 100%;
    border-top: none;
    border-bottom: none;
    padding-top: 0;
  }
}

.p-services-content .services-detail ul li {
  padding-left: 15px;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding-left: 1.24999vw;
  }
  text-indent: -15px;
  @media (min-width: 769px) and (max-width: 1200px) {
    text-indent: -1.24999vw;
  }
}

@media screen and (max-width: 768px) {
  .p-services-content .services-detail ul li {
    line-height: 1.625;
  }
}

.anitto a.c-btn {
  margin: 50px auto 0;

  @media (min-width: 769px) and (max-width: 1200px) {
    margin: 8.3333vw auto 0;
  }
}

@media screen and (max-width: 768px) {
  .anitto a.c-btn {
    margin-top: 16vw;
  }
}

.p-moist-spray .p-services-feature .srv-feature_skin img {
  max-width: 666px;
  @media (min-width: 769px) and (max-width: 1200px) {
    max-width: 55.49978vw;
  }
}

.p-moist-milk .p-services-feature .srv-feature_skin img {
  max-width: 606px;
  @media (min-width: 769px) and (max-width: 1200px) {
    max-width: 50.4998vw;
  }
}

.p-moist-supplement .p-services-feature .srv-feature_skin img {
  max-width: 566px;
  @media (min-width: 769px) and (max-width: 1200px) {
    max-width: 47.16648vw;
  }
}

.p-services-top {
  background-color: #fff;
  border-radius: 0 0 50px 50px;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-radius: 0 0 4.16665vw 4.16665vw;
  }
  -webkit-box-shadow: 0 4px 64px 0 rgba(74, 117, 156, 0.2);
  box-shadow: 0 4px 64px 0 rgba(74, 117, 156, 0.2);
  padding: 80px 0 90px 0;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding: 6.66664vw 0 7.49997vw 0;
  }
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-services-top {
    border-radius: 0 0 10.66667vw 10.66667vw;
    padding: 10.66667vw 0 21.33333vw 0;
  }
}

@media screen and (min-width: 769px) {
  .p-services-top .prod-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 55px 29px;
    @media (min-width: 769px) and (max-width: 1200px) {
      gap: 4.58331vw 2.41666vw;
    }
  }
}

.p-services-top .prod-item:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.p-services-top .prod-item:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.p-services-top .prod-item:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.p-services-top .prod-item:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.p-services-top .prod-item:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

@media screen and (min-width: 769px) {
  .p-services-top .prod-item {
    width: calc(100% / 3 - 20px);
    @media (min-width: 769px) and (max-width: 1200px) {
      width: calc(100% / 3 - 1.66666vw);
    }
  }
}

@media screen and (max-width: 768px) {
  .p-services-top .prod-item + .p-top_products_item {
    margin-top: 10.66667vw;
  }
}

.p-services-top .prod-item_wpr {
  display: block;
  position: relative;
}

.p-services-top .prod-item_img {
  display: block;
  border-radius: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-radius: 1.66666vw;
  }
  overflow: hidden;
}

.p-services-top .prod-item_more {
  display: inline-block;
  width: 65px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 5.41664vw;
  }
  height: 65px;
  @media (min-width: 769px) and (max-width: 1200px) {
    height: 5.41664vw;
  }
  position: absolute;
  right: 15px;
  @media (min-width: 769px) and (max-width: 1200px) {
    right: 1.24999vw;
  }
  bottom: 15px;
  @media (min-width: 769px) and (max-width: 1200px) {
    bottom: 1.24999vw;
  }
}

.p-services-top .prod-item_more img,
.p-services-top .prod-item_more svg {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-services-top .prod-item_more img path,
  .p-services-top .prod-item_more svg path {
    fill: #fff;
  }
}

@media screen and (min-width: 769px) {
  .p-services-top .prod-item_more::after {
    border-radius: 50%;
    content: "";
    display: block;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 100%;
    height: 0;
    -webkit-transform: translateY(-50%) scale(0.1);
    transform: translateY(-50%) scale(0.1);
    -webkit-transition: opacity 0.5s, -webkit-transform 0s;
    transition: opacity 0.5s, -webkit-transform 0s;
    transition: opacity 0.5s, transform 0s;
    transition: opacity 0.5s, transform 0s, -webkit-transform 0s;
    -webkit-transition-delay: 0s, 0.4s;
    transition-delay: 0s, 0.4s;
    background: #005bac;
  }
}

@media screen and (max-width: 768px) {
  .p-services-top .prod-item_more {
    width: 18.66667vw;
    height: 18.66667vw;
    right: 4vw;
    bottom: 4vw;
  }
  .p-services-top .prod-item_more::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #005bac;
    border-radius: 50%;
  }
}

.p-services-top .prod-item_ttl {
  display: block;
  font-weight: 700;
  font-size: 18px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.49999vw;
  }
  margin-top: 15px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-top: 1.24999vw;
  }
}

.p-services-top .prod-item_ttl img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-left: 0.83333vw;
  }
}

.p-services-top .prod-item_cat {
  display: inline-block;
  font-size: 14px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.16666vw;
  }
  font-weight: 500;
  color: #005bac;
  position: relative;
  padding-left: 23px;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding-left: 1.91666vw;
  }
  margin-top: 15px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-top: 1.24999vw;
  }
}

.p-services-top .prod-item_cat::before {
  position: absolute;
  content: "";
  width: 17px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 1.41666vw;
  }
  height: 16px;
  @media (min-width: 769px) and (max-width: 1200px) {
    height: 1.33333vw;
  }
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../../../images/brand/anitto/common/icon_foot.svg) left top no-repeat;
  background-size: cover;
}

.p-services-top .prod-item_note {
  display: block;
  font-size: 14px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.16666vw;
  }
  font-weight: 500;
  margin-top: 10px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-top: 0.83333vw;
  }
}

.p-services-top .prod-item_link {
  display: block;
  position: relative;
}

@media screen and (min-width: 769px) {
  .p-services-top .prod-item_link:hover {
    opacity: 1;
  }
  .p-services-top .prod-item_link:hover .prod-item_ttl {
    text-decoration: underline;
  }
  .p-services-top .prod-item_link:hover .prod-item_more svg {
    position: relative;
    z-index: 1;
  }
  .p-services-top .prod-item_link:hover .prod-item_more svg path {
    fill: #fff;
    -webkit-transition: opacity 0.8s, fill 0.6s ease-in-out;
    transition: opacity 0.8s, fill 0.6s ease-in-out;
  }
  .p-services-top .prod-item_link:hover .prod-item_more::after {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.8s, transform 0.6s ease-in-out;
    transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  }
}

.box-head {
  font-size: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.66666vw;
  }
  font-weight: 700;
  width: 513px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 42.74983vw;
  }

  background-color: #fff;
  border-radius: 150px;

  @media (min-width: 769px) and (max-width: 1200px) {
    border-radius: 12.49995vw;
  }
  position: relative;
  margin: 0 auto 50px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin: 0 auto 4.16665vw;
  }
}

.box-head::after {
  position: absolute;
  content: "";
  width: 64px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 5.33331vw;
  }
  height: 60px;
  @media (min-width: 769px) and (max-width: 1200px) {
    height: 4.99998vw;
  }
  right: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    right: 1.66666vw;
  }
  bottom: 0;
  background: url(../../../images/brand/anitto/contactus/cat2.svg) left top no-repeat;
  background-size: cover;
}

.box-head span {
  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;
  width: 100%;
  height: 54px;
  color: #005bad;

  @media (min-width: 769px) and (max-width: 1200px) {
    height: 4.49998vw;
  }
  text-align: center;
  position: relative;
}

.box-head span::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -10px;
  @media (min-width: 769px) and (max-width: 1200px) {
    bottom: -0.83333vw;
  }
  border-left: 10px solid transparent;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-left: 0.83333vw solid transparent;
  }
  border-right: 10px solid transparent;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-right: 0.83333vw solid transparent;
  }
  border-top: 10px solid #ffffff;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-top: 0.83333vw solid #e6eff7;
  }
}

@media screen and (max-width: 768px) {
  .box-head {
    font-size: 4.8vw;
    width: 100%;
    margin-bottom: 10.66667vw;
  }
  .box-head::before {
    left: 3.73333vw;
    bottom: 12.53333vw;
    width: 7.46667vw;
    height: 9.33333vw;
  }
  .box-head::after {
    bottom: 12.53333vw;
    width: 10.93333vw;
    height: 10.4vw;
  }
}

.p-contents {
  /* padding-bottom: 0; */
}

.bg-lightblue {
  background: #e6eff7 url(../../../images/brand/anitto/services/svr_idx_ft_bg_pc.png) left top no-repeat;
  background-size: cover;
}

.p-services-idx_feature {
  padding: 150px 0 150px;

  @media (min-width: 769px) and (max-width: 1200px) {
    padding: 17.1666vw 0 16.6666vw;
  }
  margin: -50px 0;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin: -4.16665vw 0;
  }
}

@media screen and (max-width: 768px) {
  .p-services-idx_feature {
    padding: 19.2vw 0 32vw;
    margin: -10.66667vw 0;
    background: #e6eff7 url(../../../images/brand/anitto/services/svr_idx_ft_bg_sp.png) left top no-repeat;
    background-size: cover;
  }
}

.p-services-idx_feature .box-head {
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .p-services-idx_feature .box-head {
    width: 412px;
    @media (min-width: 769px) and (max-width: 1200px) {
      width: 34.3332vw;
    }
  }
}

.p-services-idx_feature .box-head span::after {
  border-top-color: #fff;
}

.p-services-idx_feature .heading-lv2 {
  margin-bottom: 25px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-bottom: 2.08332vw;
  }
  line-height: 1.75;
}

.p-services-idx_feature .heading-lv2 span {
  display: inline-block;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-services-idx_feature .heading-lv2 {
    margin-bottom: 5.33333vw;
  }
}

.p-services-idx_feature .feature-note {
  font-size: 12px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1vw;
  }
  font-weight: 500;
  text-align: center;
}

.p-services-idx_feature .feature-img {
  margin-top: 50px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-top: 4.16665vw;
  }
}

@media screen and (max-width: 768px) {
  .p-services-idx_feature .feature-img {
    margin-top: 8vw;
  }
}

.p-services-idx_prevent {
  background-color: #fff;
  padding: 156px 0 150px;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding: 12.99995vw 0 12.49995vw;
  }
  border-radius: 50px;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-radius: 4.16665vw;
  }
  -webkit-box-shadow: 0 4px 64px 0 rgba(74, 117, 156, 0.2);
  box-shadow: 0 4px 64px 0 rgba(74, 117, 156, 0.2);
}

.p-services-idx_prevent .heading-lv2 {
  margin-bottom: 40px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-bottom: 3.33332vw;
  }
}

@media screen and (max-width: 768px) {
  .p-services-idx_prevent .heading-lv2 {
    margin-bottom: 8vw;
  }
}

@media screen and (max-width: 768px) {
  .p-services-idx_prevent {
    padding: 24.53333vw 0 21.33333vw;
    border-radius: 10.66667vw;
  }
}

.p-services-idx_prevent .prevent-txt {
  text-align: center;
  font-size: 16px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.33333vw;
  }
  line-height: 1.875;
}

@media screen and (max-width: 768px) {
  .p-services-idx_prevent .prevent-txt {
    text-align: left;
  }
}

.p-services-idx_prevent .prevent-wpr {
  padding: 46px 30px 30px;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding: 3.83332vw 2.49999vw 2.49999vw;
  }
  border-radius: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-radius: 1.66666vw;
  }
  background-color: #e6eff7;
  margin-top: 60px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-top: 4.99998vw;
  }
}

@media screen and (max-width: 768px) {
  .p-services-idx_prevent .prevent-wpr {
    padding: 10.66667vw 4vw 8vw;
    margin-top: 10.66667vw;
  }
}

@media screen and (min-width: 769px) {
  .p-services-idx_prevent .prevent-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 112px;
    @media (min-width: 769px) and (max-width: 1200px) {
      -webkit-column-gap: 9.3333vw;
    }
    -moz-column-gap: 112px;
    @media (min-width: 769px) and (max-width: 1200px) {
      -moz-column-gap: 9.3333vw;
    }
    column-gap: 112px;
    @media (min-width: 769px) and (max-width: 1200px) {
      column-gap: 9.3333vw;
    }
  }
}

.p-services-idx_prevent .prevent-box_tl {
  width: 284px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 23.66657vw;
  }
  font-size: 18px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.49999vw;
  }
  font-weight: 700;
  color: #626262;
  padding: 10px;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding: 0.83333vw;
  }
  text-align: center;
  border-radius: 24px;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-radius: 1.99999vw;
  }
  background-color: #fff;
  margin: 0 auto 30px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin: 0 auto 2.49999vw;
  }
}

.p-services-idx_prevent .prevent-box_tl.bg-yl {
  background-color: #ffe351;
  color: #005bac;
}

@media screen and (max-width: 768px) {
  .p-services-idx_prevent .prevent-box + .prevent-box {
    margin-top: 13.33333vw;
  }
  .p-services-idx_prevent .prevent-box .prevent-box_tl {
    width: 100%;
    margin-bottom: 6.93333vw;
  }
}

.p-services-idx_prevent .prevent-note {
  font-size: 12px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1vw;
  }
  font-weight: 500;
  text-align: right;
  margin-top: -20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-top: -1.66666vw;
  }
}

@media screen and (max-width: 768px) {
  .p-services-idx_prevent .prevent-note {
    margin-top: -2.66667vw;
  }
}

.p-services-idx_skin {
  padding: 200px 0 140px;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding: 16.6666vw 0 11.66662vw;
  }
  border-radius: 0 0 50px 50px;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-radius: 0 0 4.16665vw 4.16665vw;
  }
  margin-top: -50px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-top: -4.16665vw;
  }
  background: #e6eff7 url(../../../images/brand/anitto/services/svr_idx_skin_bg_pc.png) left top no-repeat;
  background-size: cover;
}

.p-services-idx_skin .heading-lv2 {
  margin-bottom: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-bottom: 1.66666vw;
  }
}

@media screen and (max-width: 768px) {
  .p-services-idx_skin {
    padding: 32vw 0 21.33333vw;
    border-radius: 0 0 10.66667vw 10.66667vw;
    margin-top: -10.66667vw;
    background: #e6eff7 url(../../../images/brand/anitto/services/svr_idx_skin_bg_sp.png) left top no-repeat;
    background-size: cover;
  }
}

.p-services-idx_skin .skin-note {
  font-size: 12px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1vw;
  }
  text-align: center;
}

.p-services-idx_skin .skin-wpr {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-radius: 1.66666vw;
  }
}

@media screen and (min-width: 769px) {
  .p-services-idx_skin .skin-wpr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 31px;
    @media (min-width: 769px) and (max-width: 1200px) {
      -webkit-column-gap: 2.58332vw;
    }
    -moz-column-gap: 31px;
    @media (min-width: 769px) and (max-width: 1200px) {
      -moz-column-gap: 2.58332vw;
    }
    column-gap: 31px;
    @media (min-width: 769px) and (max-width: 1200px) {
      column-gap: 2.58332vw;
    }
    padding: 60px 100px 88px;
    @media (min-width: 769px) and (max-width: 1200px) {
      padding: 4.99998vw 8.3333vw 7.3333vw;
    }
    margin: 50px 0;
    @media (min-width: 769px) and (max-width: 1200px) {
      margin: 4.16665vw 0;
    }
  }
}

@media screen and (max-width: 768px) {
  .p-services-idx_skin .skin-wpr {
    padding: 10.66667vw 4vw 8vw;
    margin: 8vw 0 10.66667vw;
  }
}

.p-services-idx_skin .skin-wpr .skin-note {
  font-size: 12px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1vw;
  }
  font-weight: 500;
  position: absolute;
  right: 30px;
  @media (min-width: 769px) and (max-width: 1200px) {
    right: 2.49999vw;
  }
  bottom: 30px;
  @media (min-width: 769px) and (max-width: 1200px) {
    bottom: 2.49999vw;
  }
}

@media screen and (max-width: 768px) {
  .p-services-idx_skin .skin-wpr .skin-note {
    position: static;
    margin-top: 9.33333vw;
  }
}

.p-services-idx_skin .skin-col {
  width: 284px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 23.66657vw;
  }
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-services-idx_skin .skin-col {
    width: 100%;
  }
}

.p-services-idx_skin .skin-col .skin-col_ttl {
  font-size: 18px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.49999vw;
  }
  font-weight: 700;
  text-align: center;
  color: #fff;
  border-radius: 24px;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-radius: 1.99999vw;
  }
  padding: 8px;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding: 0.66666vw;
  }
  margin-bottom: 40px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-bottom: 3.33332vw;
  }
  position: relative;
}

.p-services-idx_skin .skin-col .skin-col_ttl::before,
.p-services-idx_skin .skin-col .skin-col_ttl::after {
  position: absolute;
  content: "";
}

@media screen and (max-width: 768px) {
  .p-services-idx_skin .skin-col .skin-col_ttl {
    margin-bottom: 6.66667vw;
    padding: 3.73333vw 2.66667vw;
    border-radius: 8vw;
  }
}

.p-services-idx_skin .skin-col .skin-col_box {
  border-style: solid;
  border-width: 1px;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-width: 0.08333vw;
  }
  border-radius: 10px;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-radius: 0.83333vw;
  }
  text-align: center;
  padding: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding: 1.66666vw;
  }
  position: relative;
  background-color: #fff;
}

.p-services-idx_skin .skin-col .skin-col_box .tl {
  font-size: 16px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.33333vw;
  }
  font-weight: 700;
  line-height: 1.4375;
  margin-bottom: 10px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-bottom: 0.83333vw;
  }
}

.p-services-idx_skin .skin-col .skin-col_box .tx {
  font-size: 14px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.16666vw;
  }
  font-weight: 500;
}

.p-services-idx_skin .skin-col .skin-col_box .nt {
  font-size: 12px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1vw;
  }
  font-weight: 500;
  margin-top: 12px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-top: 1vw;
  }
}

.p-services-idx_skin .skin-col .skin-col_box + .skin-col_box {
  margin-top: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-top: 1.66666vw;
  }
}

@media screen and (max-width: 768px) {
  .p-services-idx_skin .skin-col .skin-col_box + .skin-col_box {
    margin-top: 4vw;
  }
}

@media screen and (min-width: 769px) {
  .p-services-idx_skin .skin-col .skin-col_box {
    position: relative;
    z-index: 1;
  }
  .p-services-idx_skin .skin-col .skin-col_box::after {
    position: absolute;
    content: "";
    height: 2px;
    @media (min-width: 769px) and (max-width: 1200px) {
      height: 0.16667vw;
    }
    z-index: -1;
  }
  .p-services-idx_skin .skin-col .skin-col_box.box1::after {
    top: 53%;
    width: 100px;
    @media (min-width: 769px) and (max-width: 1200px) {
      width: 8.3333vw;
    }
    right: -100px;
    @media (min-width: 769px) and (max-width: 1200px) {
      right: -8.3333vw;
    }
    background-color: #d4251f;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  .p-services-idx_skin .skin-col .skin-col_box.box2::after {
    top: -14%;
    width: 217px;
    @media (min-width: 769px) and (max-width: 1200px) {
      width: 18.08326vw;
    }
    right: -200px;
    @media (min-width: 769px) and (max-width: 1200px) {
      right: -16.6666vw;
    }
    background-color: #d4251f;
    -webkit-transform: rotate(-33deg);
    transform: rotate(-33deg);
  }
  .p-services-idx_skin .skin-col .skin-col_box.box3::after {
    top: 48%;
    width: 152px;
    @media (min-width: 769px) and (max-width: 1200px) {
      width: 12.66662vw;
    }
    left: -152px;
    @media (min-width: 769px) and (max-width: 1200px) {
      left: -12.66662vw;
    }
    background-color: #005bac;
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  .p-services-idx_skin .skin-col .skin-col_box.box4::after {
    top: -13%;
    width: 128px;
    @media (min-width: 769px) and (max-width: 1200px) {
      width: 10.66662vw;
    }
    left: -99px;
    @media (min-width: 769px) and (max-width: 1200px) {
      left: -8.24997vw;
    }
    background-color: #005bac;
    -webkit-transform: rotate(58deg);
    transform: rotate(58deg);
  }
}

.p-services-idx_skin .skin-col._red {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.p-services-idx_skin .skin-col._red .skin-col_ttl {
  background-color: #d4251f;
}

.p-services-idx_skin .skin-col._red .skin-col_ttl::after {
  width: 60px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 4.99998vw;
  }
  height: 64px;
  @media (min-width: 769px) and (max-width: 1200px) {
    height: 5.33331vw;
  }
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../../../images/brand/anitto/services/pr_ttl_01.png) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-services-idx_skin .skin-col._red .skin-col_ttl::after {
    top: -3.2vw;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.p-services-idx_skin .skin-col._red .skin-col_box {
  border-color: #d4251f;
}

.p-services-idx_skin .skin-col._red .skin-col_box .tl {
  color: #d4251f;
}

.p-services-idx_skin .skin-col._blue {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.p-services-idx_skin .skin-col._blue .skin-col_ttl {
  background-color: #005bac;
}

.p-services-idx_skin .skin-col._blue .skin-col_ttl::before {
  width: 24px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 1.99999vw;
  }
  height: 54px;
  @media (min-width: 769px) and (max-width: 1200px) {
    height: 4.49998vw;
  }
  left: 18px;
  @media (min-width: 769px) and (max-width: 1200px) {
    left: 1.49999vw;
  }
  top: -8px;
  @media (min-width: 769px) and (max-width: 1200px) {
    top: -0.66666vw;
  }
  background: url(../../../images/brand/anitto/services/pr_ttl_02.png) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-services-idx_skin .skin-col._blue .skin-col_ttl::before {
    width: 5.86667vw;
    height: 13.06667vw;
    left: 6.13333vw;
    top: 0.53333vw;
  }
}

.p-services-idx_skin .skin-col._blue .skin-col_ttl::after {
  width: 42px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 3.49999vw;
  }
  height: 64px;
  @media (min-width: 769px) and (max-width: 1200px) {
    height: 5.33331vw;
  }
  right: 5px;
  @media (min-width: 769px) and (max-width: 1200px) {
    right: 0.41667vw;
  }
  top: -15px;
  @media (min-width: 769px) and (max-width: 1200px) {
    top: -1.24999vw;
  }
  background: url(../../../images/brand/anitto/services/pr_ttl_03.png) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-services-idx_skin .skin-col._blue .skin-col_ttl::after {
    width: 10.4vw;
    height: 17.86667vw;
    top: -2.13333vw;
    right: 3.2vw;
    background: url(../../../images/brand/anitto/services/pr_ttl_03_sp.png) left top no-repeat;
    background-size: cover;
  }
}

.p-services-idx_skin .skin-col._blue .skin-col_box {
  border-color: #005bac;
}

.p-services-idx_skin .skin-col._blue .skin-col_box .tl {
  color: #005bac;
}

@media screen and (min-width: 769px) {
  .p-services-idx_skin .skin-col._blue .skin-col_box + .skin-col_box {
    margin-top: 70px;
    @media (min-width: 769px) and (max-width: 1200px) {
      margin-top: 5.83331vw;
    }
  }
}

.p-services-idx_skin .skin-point {
  width: 315px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 26.2499vw;
  }
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 32px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-top: 2.66666vw;
  }
}

@media screen and (max-width: 768px) {
  .p-services-idx_skin .skin-point {
    width: 74.66667vw;
    margin: 5.33333vw auto 8vw;
  }
}

@media screen and (min-width: 769px) {
  .p-services-idx_skin .skin-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 0 68px;
    @media (min-width: 769px) and (max-width: 1200px) {
      gap: 0 5.66664vw;
    }
  }
}

@media screen and (max-width: 768px) {
  .p-services-idx_skin .skin-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    row-gap: 26.66667vw;
  }
}

.p-services-idx_skin .skin-list .skin-item:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.p-services-idx_skin .skin-list .skin-item:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.p-services-idx_skin .skin-list .skin-item:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.p-services-idx_skin .skin-list .skin-item:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.p-services-idx_skin .skin-list .skin-item:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

@media screen and (min-width: 769px) {
  .p-services-idx_skin .skin-list .skin-item {
    width: calc(100% / 3 - 46px);
    @media (min-width: 769px) and (max-width: 1200px) {
      width: calc(100% / 3 - 3.83332vw);
    }
  }
}

.p-services-idx_skin .skin-list .skin-item .skin-item_tl {
  font-size: 24px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.99999vw;
  }
  color: #005bac;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 35px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-bottom: 2.91665vw;
  }
  text-align: center;
}

.p-services-idx_skin .skin-list .skin-item .skin-item_tl span {
  font-size: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.66666vw;
  }
}

@media screen and (max-width: 768px) {
  .p-services-idx_skin .skin-list .skin-item .skin-item_tl {
    font-size: 5.33333vw;
    margin-bottom: 8vw;
  }
  .p-services-idx_skin .skin-list .skin-item .skin-item_tl span {
    font-size: 4.8vw;
  }
}

.p-services-idx_skin .skin-list .skin-item .skin-item_tx {
  line-height: 1.875;
  font-size: 16px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.33333vw;
  }
}

.p-services-idx_skin .skin-list .skin-item + .skin-item {
  position: relative;
}

.p-services-idx_skin .skin-list .skin-item + .skin-item::after {
  position: absolute;
  content: "";
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .p-services-idx_skin .skin-list .skin-item + .skin-item::after {
    top: 0;
    left: -34px;
    @media (min-width: 769px) and (max-width: 1200px) {
      left: -2.83332vw;
    }
    width: 3px;
    @media (min-width: 769px) and (max-width: 1200px) {
      width: 0.25vw;
    }
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-services-idx_skin .skin-list .skin-item + .skin-item::after {
    width: 100%;
    height: 0.8vw;
    left: 0;
    top: -12.8vw;
  }
}

.p-concept .p-contents {
  padding: 0;
}

.p-concept-top {
  background-color: #fff;
  border-radius: 0 0 50px 50px;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-radius: 0 0 4.16665vw 4.16665vw;
  }
  -webkit-box-shadow: 0 4px 64px 0 rgba(74, 117, 156, 0.2);
  box-shadow: 0 4px 64px 0 rgba(74, 117, 156, 0.2);
  padding: 100px 0 110px 0;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding: 8.3333vw 0 9.16663vw 0;
  }
  position: relative;
  overflow: hidden;
}

.p-concept-top .container {
  position: relative;
  z-index: 1;
}

.p-concept-top::after {
  position: absolute;
  content: "";
  width: 1080px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 89.99964vw;
  }
  height: 1548px;
  @media (min-width: 769px) and (max-width: 1200px) {
    height: 128.99948vw;
  }
  right: -104px;
  @media (min-width: 769px) and (max-width: 1200px) {
    right: -8.66663vw;
  }
  bottom: -203px;
  @media (min-width: 769px) and (max-width: 1200px) {
    bottom: -16.9166vw;
  }
  background: url(../../../images/brand/anitto/concept/intro_bg.png) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-concept-top::after {
    width: 100vw;
    height: 220.8vw;
    right: auto;
    left: 0;
    bottom: -26.66667vw;
  }
}

@media screen and (max-width: 768px) {
  .p-concept-top {
    border-radius: 0 0 10.66667vw 10.66667vw;
    padding: 10.66667vw 0 21.33333vw 0;
  }
}

.p-concept-kv {
  position: relative;
}

.p-concept-kv .kv-slider {
  border-radius: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-radius: 1.66666vw;
  }
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .p-concept-kv .kv-slider .kv-slider_item:nth-child(1) {
    width: 424px;
    @media (min-width: 769px) and (max-width: 1200px) {
      width: 35.33319vw;
    }
  }
  .p-concept-kv .kv-slider .kv-slider_item:nth-child(2) {
    width: 500px;
    @media (min-width: 769px) and (max-width: 1200px) {
      width: 41.6665vw;
    }
    margin-left: -108px;
    @media (min-width: 769px) and (max-width: 1200px) {
      margin-left: -8.99996vw;
    }
  }
  .p-concept-kv .kv-slider .kv-slider_item:nth-child(3) {
    width: 445px;
    @media (min-width: 769px) and (max-width: 1200px) {
      width: 37.08319vw;
    }
    margin-left: -108px;
    @media (min-width: 769px) and (max-width: 1200px) {
      margin-left: -8.99996vw;
    }
  }
}

.p-concept-kv .srv-main_ico {
  display: inline-block;
  width: 154px;
  @media (min-width: 769px) and (max-width: 1200px) {
    width: 12.83328vw;
  }
  position: absolute;
  right: calc(216 / 1366 * 100%);
  bottom: -65px;
  @media (min-width: 769px) and (max-width: 1200px) {
    bottom: -5.41664vw;
  }
}

@media screen and (max-width: 768px) {
  .p-concept-kv .srv-main_ico {
    width: 26.4vw;
    right: 0;
    bottom: -9.33333vw;
  }
}

.p-concept-intro {
  margin-top: 80px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-top: 6.66664vw;
  }
  text-align: center;
}

.p-concept-intro p {
  font-size: 16px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.33333vw;
  }
  line-height: 2.25;
}

.p-concept-intro p + p {
  margin-top: 30px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-top: 2.49999vw;
  }
}

@media screen and (max-width: 768px) {
  .p-concept-intro {
    margin-top: 10.66667vw;
  }
  .p-concept-intro .heading-lv2 {
    margin-bottom: 9.33333vw;
  }
  .p-concept-intro p {
    line-height: 1.875;
  }
}

.p-concept-feature {
  padding: 280px 0 140px 0;
  @media (min-width: 769px) and (max-width: 1200px) {
    padding: 23.33324vw 0 11.66662vw 0;
  }
  margin-top: -130px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-top: -10.83329vw;
  }
  border-radius: 0 0 50px 50px;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-radius: 0 0 4.16665vw 4.16665vw;
  }
  background: #e6eff7 url(../../../images/brand/anitto/concept/feature_bg.png) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-concept-feature {
    padding: 37.33333vw 0 21.33333vw 0;
    margin-top: -16vw;
    border-radius: 0 0 10.66667vw 10.66667vw;
    background: #e6eff7 url(../../../images/brand/anitto/concept/feature_bg_sp.png) left top no-repeat;
    background-size: cover;
  }
  .p-concept-feature .heading-lv2 {
    margin-bottom: 8vw;
  }
}

.p-concept-feature .feature-top {
  text-align: center;
  line-height: 1.875;
}

@media screen and (max-width: 768px) {
  .p-concept-feature .feature-top {
    text-align: left;
  }
}

.p-concept-feature .feature-lead {
  font-size: 16px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.33333vw;
  }
}

.p-concept-feature .feature-txt {
  font-size: 12px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1vw;
  }
  margin-top: 40px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-top: 3.33332vw;
  }
}

@media screen and (max-width: 768px) {
  .p-concept-feature .feature-txt {
    margin-top: 8vw;
  }
}

.p-concept-feature .feature-flow {
  margin-top: -40px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-top: -3.33332vw;
  }
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-concept-feature .feature-flow {
    margin-top: -10.66667vw;
    margin-bottom: -8vw;
  }
  .p-concept-feature .feature-flow img {
    width: 110%;
    max-width: unset;
    margin-left: -5%;
  }
}

.p-concept-feature .feature-art + .feature-art {
  margin-top: 60px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-top: 4.99998vw;
  }
}

@media screen and (min-width: 769px) {
  .p-concept-feature .feature-art {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 50px;
    @media (min-width: 769px) and (max-width: 1200px) {
      -webkit-column-gap: 4.16665vw;
    }
    -moz-column-gap: 50px;
    @media (min-width: 769px) and (max-width: 1200px) {
      -moz-column-gap: 4.16665vw;
    }
    column-gap: 50px;
    @media (min-width: 769px) and (max-width: 1200px) {
      column-gap: 4.16665vw;
    }
  }
  .p-concept-feature .feature-art .feature-art_img {
    width: 563px;
    @media (min-width: 769px) and (max-width: 1200px) {
      width: 46.91648vw;
    }
  }
  .p-concept-feature .feature-art .feature-art_ctn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.p-concept-feature .feature-art .feature-art_img figure {
  overflow: hidden;
  border-radius: 20px;
  @media (min-width: 769px) and (max-width: 1200px) {
    border-radius: 1.66666vw;
  }
}

@media screen and (max-width: 768px) {
  .p-concept-feature .feature-art .feature-art_img {
    margin-bottom: 10.66667vw;
  }
}

.p-concept-feature .feature-art .feature-art_ttl {
  font-size: 24px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.99999vw;
  }
  font-weight: 700;
  line-height: 1.6667;
  margin-bottom: 30px;
  @media (min-width: 769px) and (max-width: 1200px) {
    margin-bottom: 2.49999vw;
  }
}

@media screen and (max-width: 768px) {
  .p-concept-feature .feature-art .feature-art_ttl {
    font-size: 5.33333vw;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 8vw;
  }
}

.p-concept-feature .feature-art .feature-art_txt {
  line-height: 1.875;
  font-size: 16px;
  @media (min-width: 769px) and (max-width: 1200px) {
    font-size: 1.33333vw;
  }
}

.p-services-content .donavi {
  padding-top: 80px;
  padding-bottom: 20px;
}

.p-services-content .donavi a {
  max-width: 400px;
  width: 70%;
  display: block;
  margin: 40px auto 0;
  border: 2px solid #005bac;
  box-shadow: 0 2px 0 0 #005bac;
  border-radius: 50px;
  padding: 20px 40px;
}
