@font-face {
  font-family: "TsunagiGothic";
  src: url("../font/TsunagiGothic.woff") format("woff"); }
html {
  font-size: 16px;
  overflow-x: hidden; }

body {
  position: relative;
  background-color: #fffdfb;
  color: #222;
  font-family: "TsunagiGothic", sans-serif;
  font-size: calc(14 / 16 * 1rem);
  font-weight: 400;
  overflow-x: hidden; }

a {
  transition: 0.3s; }

img {
  width: auto;
  max-width: 100%;
  vertical-align: middle; }

button {
  font-family: "Noto Sans JP", sans-serif;
  color: inherit; }

.wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto; }

.contents-area {
  position: relative;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1280px) {
    .contents-area {
      border-right: 1px solid #ccc;
      border-left: 1px solid #ccc; } }
  @media (min-width: 425px) {
    .contents-area {
      max-width: 375px; } }

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px; }

.heading {
  font-size: calc(21 / 16 * 1rem);
  font-family: "TsunagiGothic", sans-serif;
  text-align: center;
  margin-bottom: 40px; }

.accordion-contents {
  display: none; }

.c-btn-more {
  margin: 15px auto 0;
  padding: 0 14px;
  text-align: center; }

.c-btn-more.-white {
  margin: 26px auto 0; }

.c-btn-more a {
  display: block;
  width: 100%;
  height: 59px;
  color: #fff;
  font-size: calc(20 / 16 * 1rem);
  line-height: 58px;
  text-align: center;
  text-decoration: none;
  background-color: #222;
  border: 3px solid #222;
  border-radius: 30px;
  transition: 0.2s ease-in-out; }

.c-btn-more.-white a {
  color: #222;
  background-color: #fff; }

@media (hover: hover) {
  .c-btn-more a:hover {
    color: #222;
    background-color: #feff00; }

  .c-btn-more.-white a:hover {
    background-color: #feff00; } }
.c-sns-box {
  position: relative;
  text-align: center;
  max-width: 310px; }
  .c-sns-box p {
    font-size: calc(21 / 16 * 1rem);
    line-height: 1.3333;
    text-align: center; }

.c-sns-box.-header {
  margin: 40px auto 0; }
  @media (min-width: 1280px) {
    .c-sns-box.-header {
      margin: 20px auto 0 0;
      width: fit-content; } }

.c-sns-box.-footer {
  margin: 40px auto 0; }

.c-sns-list {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, 80px);
  grid-template-rows: repeat(2, 80px);
  gap: 16px 16px;
  place-content: center; }

.c-sns-item a {
  width: 100%;
  height: 100%;
  display: flex;
  background-color: #fff;
  border: 3px solid #222;
  border-radius: 20px; }
  .c-sns-item a img {
    margin: auto;
    max-width: 30px;
    transition: 0.3s; }
  @media (min-width: 1280px) {
    .c-sns-item a:hover img {
      transform: scale(1.2); } }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  display: flex; }
  @media (min-width: 1280px) {
    .header {
      position: static; } }

.header__drawer.nav-open .header__circle-bg {
  transform: scale(50); }
.header__drawer.nav-open .header__nav {
  display: block;
  animation-name: gnaviAnime;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes gnaviAnime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.header__circle-bg {
  position: fixed;
  z-index: 40;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #f3eee8;
  transform: scale(0);
  right: -50px;
  bottom: -50px;
  transition: 0.6s; }

.header__nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100dvh;
  width: 100%;
  padding: 100px 22px 80px 22px;
  transition: 0.6s;
  overflow-y: scroll;
  font-family: "TsunagiGothic", sans-serif;
  font-size: calc(20 / 16 * 1rem);
  line-height: calc(28 / 21);
  letter-spacing: -0.02em;
  z-index: 41; }
  @media (min-width: 1280px) {
    .header__nav {
      display: block;
      width: auto;
      padding: 40px 0;
      left: calc(50vw - 620px);
      overflow: visible; } }
  @media (max-width: 370px) {
    .header__nav {
      font-size: calc(16 / 16 * 1rem); } }

.header__nav-logo {
  display: none; }
  @media (min-width: 1280px) {
    .header__nav-logo {
      display: flex; } }
  .header__nav-logo .logo {
    max-width: 160px; }
  .header__nav-logo .icon {
    max-width: 66px; }

@media (min-width: 1280px) {
  .header__nav-list {
    margin-top: 30px; } }

.header__nav-item + .header__nav-item {
  margin-top: 40px; }
  @media (min-width: 1280px) {
    .header__nav-item + .header__nav-item {
      margin-top: 14px; } }
.header__nav-item a {
  position: relative;
  padding-left: 35px; }
  .header__nav-item a::before {
    transition: 0.3s; }
  .header__nav-item a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
    background-color: #feff00;
    border: 2px solid #222;
    border-radius: 100%;
    box-sizing: border-box; }
  .header__nav-item a:hover::before {
    background-color: #222; }

.header__linebnr a {
  margin: 50px auto 0 auto;
  max-width: 400px;
  position: relative;
  display: block; }
  @media (min-width: 1280px) {
    .header__linebnr a {
      margin: 40px auto 0 0;
      max-width: 270px; } }
  .header__linebnr a::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: #222; }
  .header__linebnr a span {
    position: relative;
    display: block;
    border-radius: 20px;
    border: 3px solid #222;
    overflow: hidden;
    transition: 0.15s transform ease-in-out; }
  .header__linebnr a span img {
    width: 100%;
    height: auto; }

@media (hover: hover) {
  .header__linebnr a:hover span {
    transform: translateY(4px); } }
.hamburger {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #222;
  border-radius: 100%;
  z-index: 50; }
  @media (min-width: 1280px) {
    .hamburger {
      display: none; } }
  .hamburger.is-active .hamburger__trigger::before {
    top: -2px;
    transform: rotate(45deg); }
  .hamburger.is-active .hamburger__trigger::after {
    top: -2px;
    transform: rotate(315deg); }
  .hamburger.is-active .hamburger__text {
    display: none; }

.hamburger__trigger {
  margin: 12px auto 0;
  position: relative;
  width: 18px;
  height: 12px; }

.hamburger__trigger::before,
.hamburger__trigger::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 18px;
  height: 3px;
  border-radius: 6px;
  background-color: #fff; }

.hamburger__trigger::before {
  top: 0; }

.hamburger__trigger::after {
  top: 8px; }

.hamburger .hamburger__text {
  margin: 0 auto auto;
  color: #fff;
  font-family: "TsunagiGothic", sans-serif;
  font-size: calc(10 / 16 * 1rem);
  text-transform: uppercase; }

.mv {
  position: relative;
  padding-top: 15px; }
  @media (min-width: 1280px) {
    .mv {
      padding-top: 55px; } }

.mv__logo-sp {
  padding-bottom: 24px;
  padding-left: 12px;
  display: flex;
  align-items: center; }
  @media (min-width: 1280px) {
    .mv__logo-sp {
      display: none; } }
  .mv__logo-sp .logo {
    width: 106px;
    height: auto; }
  .mv__logo-sp .icon {
    width: 50px;
    height: auto; }

.mv__inner {
  padding-bottom: 60px;
  position: relative;
  text-align: center; }

.mv__back {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%; }
  .mv__back img {
    width: 100%;
    height: auto; }

.mv__attention {
  margin: 0 auto 0;
  width: 215px; }

.mv__lead {
  margin-top: 18px;
  font-size: calc(20 / 16 * 1rem);
  line-height: 1.6; }
  .mv__lead .-green {
    color: #10bf37; }
  .mv__lead .-blue {
    color: #0fa2ff; }
  .mv__lead .-pink {
    color: #ff6161; }

.mv__title {
  margin-top: 60px;
  font-size: calc(40 / 16 * 1rem);
  line-height: 1.4; }
  @media (max-width: 370px) {
    .mv__title {
      font-size: calc(32 / 16 * 1rem); } }

.mv__kurashichan {
  margin: 18px auto 0;
  padding: 0 30px; }

.wish {
  padding: 125px 0 0; }

.wish__wrapper {
  padding-bottom: 140px;
  position: relative;
  color: #fff;
  background: linear-gradient(180deg, transparent 0%, transparent 10%, #0fa2ff 10%, #10bf37 100%); }

.wish__wrapper::before {
  content: "";
  position: absolute;
  top: -48px;
  left: 0;
  width: 100%;
  height: 282px;
  background-image: url(../img/wish_back.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: -1; }

.wish__goro {
  margin: 0 auto;
  padding-top: 5px;
  width: 103px; }

.wish__lead {
  margin-top: 6px;
  padding-bottom: 45px;
  font-size: calc(38 / 16 * 1rem);
  line-height: 1.55;
  text-align: center; }
  @media (max-width: 370px) {
    .wish__lead {
      font-size: calc(30 / 16 * 1rem); } }

.concept__text {
  padding: 0 5% 0 8%;
  font-size: calc(15 / 16 * 1rem);
  line-height: 2.1333; }

.concept__text span {
  background: linear-gradient(transparent 60%, #e2a2a2 40%); }

.wish__star-wrapper {
  margin-top: 33px;
  position: relative; }
  .wish__star-wrapper p {
    position: relative; }

.wish__star {
  position: absolute;
  top: 20%;
  right: 0;
  width: 252px; }

.concept__copy {
  margin-top: 30px;
  padding: 0 5% 0 8%;
  font-size: calc(21 / 16 * 1rem);
  line-height: 1.9; }

.wish__pekori {
  margin: 6px auto 0;
  width: 144px; }

.wish__nothanks-box {
  margin: 28px auto 0;
  padding: 28px 28px;
  width: fit-content;
  background-color: #fff;
  border-radius: 10px; }

.wish__nothanks-title {
  color: #10bf37;
  font-size: calc(20 / 16 * 1rem);
  text-align: center;
  line-height: 1; }

.wish__nothanks-list {
  margin-top: 20px; }

.wish__nothanks-list-item {
  color: #222;
  font-size: calc(16 / 16 * 1rem);
  line-height: 1.3;
  display: flex;
  align-items: center; }
  .wish__nothanks-list-item::before {
    content: "";
    margin-right: 5px;
    display: inline-block;
    width: 19px;
    height: 19px;
    background-image: url(../img/icon_ng.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }

.wish__nothanks-list-item:not(:first-child) {
  margin-top: 10px; }

.wish__kurashican-row {
  display: flex;
  justify-content: space-between; }

.wish__yankii {
  margin-top: -30px;
  margin-left: 14px;
  width: 109px; }

.wish__shock {
  margin-top: -40px;
  margin-right: 48px;
  width: 100px; }

.wish__question-wrapper {
  margin-top: -80px;
  padding-bottom: 210px;
  position: relative; }

.wish__question-wrapper::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 540px;
  background-image: url(../img/wish__question.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain; }

.wish__question_inner {
  position: relative;
  padding-top: 40px; }

.wish__question-kurashichan {
  position: absolute;
  top: -20px;
  right: 0;
  width: 150px;
  height: auto; }
  @media (max-width: 370px) {
    .wish__question-kurashichan {
      width: 100px; } }

.wish__question-icon {
  margin-left: 72px;
  width: 112px; }

.wish__question-lead {
  margin-top: 2px;
  margin-left: 30px;
  font-size: calc(28 / 16 * 1rem);
  line-height: 1.42;
  letter-spacing: -0.1em; }

.wish__question-voice01 {
  margin-top: 41px;
  padding: 0 6px; }

.wish__question-voice_insert {
  position: relative;
  margin-top: -45px;
  padding: 0 12px; }

.wish__question-voice_insert img {
  display: block;
  margin: 0 0 0 auto;
  width: 81px; }

.wish__question-voice02 {
  position: relative;
  margin-top: -98px;
  padding: 0 28px 0 12px; }

.wish__subcopy {
  font-size: calc(16 / 16 * 1rem);
  line-height: 1.5;
  text-align: center; }
  .wish__subcopy.-question {
    margin-top: 44px; }
  .wish__subcopy.-connect {
    margin-top: 0; }

.wish__title {
  margin-top: 8px;
  padding: 0 8%;
  font-size: calc(32 / 16 * 1rem);
  line-height: 1.4;
  text-align: center; }
  .wish__title span {
    display: inline-block;
    background: linear-gradient(transparent 80%, #feff00 0%); }
  .wish__title span:nth-of-type(2) {
    padding-top: 6px; }

.wish__connect-wrapper {
  padding-bottom: 152px;
  position: relative;
  background-color: #f2ede8; }

.wish__connect-wrapper::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 540px;
  background-image: url(../img/wish__connect.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.wish__connect_inner {
  padding-top: 60px;
  position: relative; }

.wish__connect-kurashichan {
  position: absolute;
  top: -200px;
  left: 57px;
  width: 200px; }

.wish__connect-box {
  margin-top: 43px;
  position: relative; }

.wish__connect-walk {
  position: absolute;
  top: -11px;
  right: 33%;
  width: 76px;
  z-index: 10; }

.wish__connect-earth {
  position: relative; }

.bk__lattice-wrapper {
  background-image: url(../img/bk__lattice.svg);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto; }

.bk__lattice-top {
  margin-top: -119px;
  position: relative; }
  .bk__lattice-top img {
    width: 100%;
    height: auto; }

.cando {
  margin-top: -60px;
  padding-top: 60px; }

.cando_inner {
  padding-bottom: 216px;
  overflow: hidden; }

.cando__lead {
  margin-top: 36px;
  font-size: calc(28 / 16 * 1rem);
  line-height: 1.428;
  text-align: center; }
  @media (max-width: 370px) {
    .cando__lead {
      font-size: calc(22 / 16 * 1rem); } }

.cando__dekisou-list {
  margin-top: 35px; }

.cando__dekisou-list-item:not(:first-child) {
  margin-top: 85px; }

.cando__dekisou-list-item {
  position: relative;
  text-align: center;
  min-height: 292px; }
  .cando__dekisou-list-item::before {
    content: "";
    position: absolute;
    top: 46px;
    left: 50%;
    width: 292px;
    height: 292px;
    background-color: #feff00;
    transform: translateX(-50%);
    border-radius: 100%; }

.dekisou-list_inner {
  position: relative; }

.cando__kurashichan01 {
  position: absolute;
  top: 2px;
  right: -10px;
  width: 140px;
  transform: rotate(-16.68deg); }

.cando__kurashichan02 {
  position: absolute;
  bottom: -108px;
  left: -4px;
  width: 140px; }

.cando__kurashichan03 {
  position: absolute;
  bottom: -174px;
  right: -4px;
  width: 140px; }

.cando__dekisou-num {
  margin: 0 auto;
  width: 103px; }

.cando__dekisou-title {
  margin-top: -3px; }

.cando__dekisou-title .subcopy {
  display: block;
  font-size: calc(21 / 16 * 1rem); }

.cando__dekisou-title .title {
  margin-top: 10px;
  display: block;
  font-size: calc(28 / 16 * 1rem); }
  @media (min-width: 425px) {
    .cando__dekisou-title .title {
      margin-top: 0; } }

.cando__list {
  margin: 17px auto 0;
  padding: 10px 0;
  width: 215px;
  position: relative; }

.cando__list::before,
.cando__list::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-image: url(../img/line.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain; }

.cando__list::before {
  top: 0; }

.cando__list::after {
  bottom: 0; }

.cando__list-item {
  display: block;
  font-size: calc(20 / 16 * 1rem);
  line-height: 1.55; }

.case {
  margin-top: -80px;
  padding-top: 80px;
  padding-bottom: 155px; }

.case__lead {
  padding-bottom: 10px;
  font-size: calc(28 / 16 * 1rem);
  line-height: 1.428;
  text-align: center; }

.case__item {
  margin-top: 55px;
  padding-bottom: 20px;
  background-color: #f2ede8; }

.case__num {
  margin: 0 auto;
  display: block;
  position: relative;
  width: 52px;
  height: 52px;
  transform: translateY(-50%); }
  .case__num::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: #222; }

.case__num span {
  position: relative;
  display: block;
  width: 52px;
  height: 52px;
  font-size: calc(21 / 16 * 1rem);
  line-height: 48px;
  text-align: center;
  background-color: #feff00;
  border-radius: 100%;
  border: 3px solid #222; }

.case__panel {
  margin-top: -20px;
  padding: 0 8%; }

.case__panel::after {
  content: "";
  margin: 8px auto 0;
  display: block;
  width: 30px;
  height: 16px;
  background-image: url(../img/arrow_case.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain; }

.case__panel-title {
  padding: 0 12px;
  display: inline-block;
  color: #fff;
  font-size: calc(14 / 16 * 1rem);
  line-height: 28px;
  background-color: #222;
  border-radius: 3px 3px 0 0; }

.case__panel-contents {
  padding: 10px 12px 10px 27px;
  background-color: #fff;
  border-radius: 0 3px 3px 3px; }

.case__panel-copy {
  font-size: calc(16 / 16 * 1rem);
  line-height: 1.75; }

.case__result-box {
  position: relative;
  margin: 5px 15px 13px; }

.case__result-box::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  border-radius: 10px; }

.case__result-box_inner {
  position: relative;
  padding: 30px 15px 25px;
  background-color: #fff;
  border: 4px solid #222;
  border-radius: 10px; }
  .case__result-box_inner figure {
    padding-bottom: 18px; }

.case__result-title {
  padding-bottom: 26px;
  font-size: calc(24 / 16 * 1rem);
  line-height: 1.25;
  text-align: center; }
  .case__result-title span {
    display: inline-block;
    background: linear-gradient(transparent 70%, #feff00 0%); }
  .case__result-title span:nth-of-type(2) {
    margin-top: 4px; }

.case__result-copy {
  padding-bottom: 18px;
  font-size: calc(14 / 16 * 1rem);
  line-height: 1.75; }

.result-box_row {
  display: flex;
  justify-content: space-between;
  column-gap: 10px; }
  .result-box_row > figure {
    flex: 0 1 auto; }

.case__movie-title {
  margin-top: 7px;
  font-size: calc(18 / 16 * 1rem);
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center; }
  .case__movie-title::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/arrow_pink.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }

.case__movie-box {
  margin-top: 11px; }

.case__sns-copy {
  margin-top: 48px;
  font-size: calc(20 / 16 * 1rem);
  line-height: 1.4;
  text-align: center; }

.tiktok-list {
  margin-top: 10px;
  padding-bottom: 40px; }
  .tiktok-list .swiper {
    overflow: visible; }
  .tiktok-list .swiper-scrollbar {
    bottom: -40px;
    background: #f2ede8;
    cursor: pointer; }
  .tiktok-list .swiper-horizontal > .swiper-scrollbar {
    height: 6px; }
  .tiktok-list .swiper-scrollbar-drag {
    background: #222222; }

.tiktok-item_inner {
  padding: 0 10px;
  overflow: hidden;
  cursor: grab; }
  .tiktok-item_inner .tiktok-embed {
    margin: 0 auto !important;
    overflow: hidden; }
  .tiktok-item_inner iframe {
    margin: 0;
    overflow: hidden !important; }

.voice {
  margin-top: -100px;
  padding-top: 100px; }

.voice_wrapper {
  padding-bottom: 38px;
  position: relative;
  background-color: #ff6161;
  z-index: 10; }
  .voice_wrapper::before {
    content: "";
    position: absolute;
    top: -58px;
    left: 50%;
    display: block;
    width: 217px;
    height: 217px;
    background-color: #ff6161;
    border-radius: 100%;
    transform: translateX(-50%); }
  .voice_wrapper::after {
    content: "";
    position: absolute;
    bottom: -35px;
    left: 50%;
    width: 100%;
    height: 35px;
    background-image: url(../img/voice__back.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    transform: translateX(-50%); }

.voice__kurachichan {
  position: absolute;
  top: -100px;
  right: 20px;
  width: 101px;
  height: auto;
  transform: rotate(-4deg); }

.voice__inner {
  position: relative; }

.voice__lead {
  color: #fff;
  text-align: center;
  transform: translateY(-16px); }

.voice__lead .sub {
  display: inline-block;
  width: 112px; }

.voice__lead .main {
  margin-top: 4px;
  font-size: calc(28 / 16 * 1rem);
  -webkit-text-stroke: 1px #222;
  text-stroke: 1px #222; }
  @media (max-width: 370px) {
    .voice__lead .main {
      font-size: calc(24 / 16 * 1rem); } }

.voice-box {
  margin: 8px 15px 0;
  padding: 27px 15px 31px;
  background-image: url(../img/bk__lattice.svg);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% 151px;
  background-color: #fff;
  text-align: center; }

.voice__title {
  display: inline-block;
  position: relative;
  font-size: calc(18 / 16 * 1rem); }
  .voice__title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px; }
  .voice__title.-green::before {
    background-color: #81c690; }
  .voice__title.-blue::before {
    background-color: #5fa6d4; }
  .voice__title.-blue {
    margin-top: 25px; }
  .voice__title .line {
    position: relative; }
  .voice__title .strong {
    font-size: calc(24 / 16 * 1rem); }

.voice__list-item {
  margin-top: 20px;
  padding: 15px 15px 12px;
  text-align: left;
  background-color: #fff;
  border-radius: 20px; }

.-green .voice__list-item {
  border: 3px solid #81c690; }

.-blue .voice__list-item {
  border: 3px solid #5fa6d4; }

.voice__copy {
  font-size: calc(14 / 16 * 1rem);
  line-height: 1.42; }
  .voice__copy span {
    color: #ff6161; }

.voice__message-sub {
  margin-top: 59px;
  color: #fff;
  font-size: calc(18 / 16 * 1rem);
  line-height: 1.9;
  text-align: center; }

.voice__message {
  margin-top: 33px;
  color: #fff;
  font-size: calc(28 / 16 * 1rem);
  line-height: 2;
  text-align: center; }
  @media (max-width: 370px) {
    .voice__message {
      font-size: calc(24 / 16 * 1rem); } }
  .voice__message span {
    position: relative;
    display: inline-block; }
  .voice__message span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff; }

.voice__kurachichan-message {
  margin: 30px auto 0;
  width: 237px; }

.synergy {
  padding-top: 187px;
  position: relative;
  background-color: #f2ede8;
  overflow: hidden; }
  .synergy::before {
    content: "";
    position: absolute;
    top: 230px;
    left: 0;
    width: 100%;
    height: 448px;
    background-image: url(../img/synergy__earth.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover; }

.synergy__kurashichan {
  position: absolute;
  top: 71px;
  right: 10px;
  width: 136px;
  z-index: 11; }

.synergy__lead {
  margin: 0 30px;
  position: relative;
  display: inline-block;
  padding: 10px 15px 10px 15px;
  font-size: calc(24 / 16 * 1rem);
  line-height: 1.3333;
  letter-spacing: -0.05em;
  background-color: #fff;
  border: 4px solid #222;
  white-space: pre;
  z-index: 10; }
  @media (max-width: 370px) {
    .synergy__lead {
      font-size: calc(18 / 16 * 1rem); } }
  .synergy__lead span {
    color: #ff6161; }

.synergy__lead.-second {
  margin: -4px 30px 0;
  display: block; }

.synergy__insert-box {
  margin-top: 65px;
  position: relative; }

.synergy__insert_inner {
  position: relative;
  z-index: 10; }

.swiper-wrapper {
  transition-timing-function: linear; }

.insert-list-reverse {
  margin-top: 20px;
  padding-bottom: 153px; }

.insert-list-item {
  max-width: 144px; }

.synergy__copy {
  font-size: calc(24 / 16 * 1rem);
  line-height: 1.66666;
  text-align: center; }

.synergy__heart-lest {
  margin-top: 30px;
  padding-bottom: 30px; }

.synergy__heart-lest-item:not(:first-child) {
  margin-top: 10px; }

.synergy__heart-lest-item {
  position: relative;
  display: block;
  font-size: calc(17 / 16 * 1rem);
  line-height: 51px;
  letter-spacing: -0.05em;
  text-align: center;
  background-color: #fff;
  border-radius: 30px; }
  @media (max-width: 370px) {
    .synergy__heart-lest-item {
      font-size: calc(14 / 16 * 1rem); } }
  .synergy__heart-lest-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 16px;
    width: 27px;
    height: 24px;
    background-image: url(../img/icon-heart.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    transform: translateY(-50%); }
    @media (max-width: 370px) {
      .synergy__heart-lest-item::before {
        width: 27px;
        height: 24px;
        font-size: calc(32 / 16 * 1rem); } }

.synergy__kurashichan-gogo {
  margin: 30px auto 0;
  width: 200px; }

.kurashican_pc {
  display: none; }
  @media (min-width: 1280px) {
    .kurashican_pc {
      display: block;
      position: fixed;
      right: 0;
      bottom: 0;
      width: calc(1vw * 280 / $pc * 100); } }

.aside__contact {
  position: fixed;
  padding: 0 5%;
  bottom: 1rem;
  left: 0;
  width: 100%;
  z-index: 45;
  opacity: 0;
  transition: 0.25s opacity ease-in-out; }
  @media (min-width: 1280px) {
    .aside__contact {
      opacity: 1; } }

.aside__contact.on {
  opacity: 1; }

.aside__contact a {
  margin: auto;
  position: relative;
  display: block;
  width: 90%;
  max-width: 335px;
  height: auto; }
  .aside__contact a::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 100%;
    height: 100%;
    background-color: #222; }
  .aside__contact a span {
    position: relative;
    display: block;
    transition: 0.2s transform ease-in-out; }

@media (hover: hover) {
  .aside__contact a:hover span {
    transform: translateX(5px) translateY(5px); } }
.footer_upper {
  padding-top: 60px;
  padding-bottom: 52px;
  background-color: #f2ede8; }

.footer__logo a {
  display: flex;
  justify-content: center;
  align-items: center; }
  .footer__logo a .logo {
    width: 162px; }
  .footer__logo a .icon {
    width: 77px; }

.footer__linebnr a {
  margin: 30px 22px 0;
  position: relative;
  display: block; }
  .footer__linebnr a::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: #222; }
  .footer__linebnr a span {
    position: relative;
    display: block;
    border-radius: 20px;
    border: 3px solid #222;
    overflow: hidden;
    transition: 0.15s transform ease-in-out; }
  .footer__linebnr a span img {
    width: 100%;
    height: auto; }

@media (hover: hover) {
  .footer__linebnr a:hover span {
    transform: translateY(4px); } }
.footer_bottom {
  padding: 23px 0 160px;
  background-color: #222;
  color: #fff;
  font-size: calc(13 / 16 * 1rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: calc(26 / 13);
  text-align: center; }

.footer__link {
  display: flex;
  align-items: center;
  justify-content: center; }
  .footer__link a {
    position: relative;
    text-decoration: underline; }
    .footer__link a:not(:first-child) {
      padding-left: 1.2em; }
      .footer__link a:not(:first-child)::before {
        content: "|";
        position: absolute;
        top: 0;
        left: 0.4em; }

.footer__copyright {
  margin-top: 20px;
  display: block;
  font-size: calc(12 / 16 * 1rem);
  line-height: 1.5; }
