*,
::before,
::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  border: 0;
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

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

img {
  height: auto;
  vertical-align: top;
  width: 100%;
}

a {
  color: inherit;
  display: block;
  text-decoration: none;
}

li {
  list-style: none;
}

body {
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  padding-bottom: 105px;
  position: relative;
}

.l-inner {
  margin: 0 auto;
  width: 335px;
}

.l-footer {
  bottom: 0;
  left: 50%;
  position: fixed;
  transform: translateX(-50%);
  z-index: 10;
}

.c-accordion:first-child .c-accordion__a {
  display: block;
}

.c-accordion__q {
  background: #ed770b;
  color: #fff;
  cursor: pointer;
  padding-bottom: 5px;
  padding-left: 48px;
  padding-top: 7px;
  position: relative;
}

.c-accordion__q::before {
  background: url(../img/Q.webp) no-repeat center center/contain;
  content: "";
  height: 20px;
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

.c-accordion__a {
  background: #fff;
  color: #111111;
  display: none;
  padding-bottom: 11px;
  padding-left: 48px;
  padding-right: 31px;
  padding-top: 11px;
  position: relative;
}

.c-accordion__a::before {
  background: url(../img/A.webp) no-repeat center center/contain;
  content: "";
  height: 20px;
  left: 20px;
  position: absolute;
  top: 17px;
  width: 20px;
}

.c-util__card-title {
  align-items: flex-end;
  display: flex;
}

.c-util__card-title img {
  width: 45px;
}

.c-util__card-title p {
  background: #ed770b;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  height: -moz-fit-content;
  height: fit-content;
  padding-left: 10px;
  width: 100%;
}

.c-util__card-title.flow p {
  background: #59ae00;
}

.c-util__card-body {
  background: #fff;
  border: 5px solid #ed770b;
  padding: 18px;
}

.c-util__card-body.flow {
  border: 5px solid #59ae00;
  padding: 15px;
}

.c-util__card-body-text {
  color: #111111;
}

.c-util__card-body-img {
  margin-top: 20px;
  overflow: hidden;
  padding-top: 67.4576271186%;
  position: relative;
}

.c-util__card-body-img img {
  background-size: cover;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.c-achieve__card {
  background: #fff;
  border: 5px solid #794506;
  padding: 18px;
}

.c-achieve__card-img {
  margin-bottom: 4px;
  overflow: hidden;
  padding-top: 67.7966101695%;
  position: relative;
}

.c-achieve__card-img img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.c-achieve__card-img img.bag-img {
  width: 166px;
}

.c-achieve__card-img.last {
  padding-top: 95.593220339%;
}

.c-achieve__card-img.bg-gray {
  background: #f3f4ef;
}

.c-achieve__card-title {
  border: 1px solid #794506;
  color: #794506;
  font-weight: 700;
  text-align: center;
}

.c-achieve__card-price-area {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}

.c-achieve__card-price-label {
  background: #e7e7e7;
  font-size: 14px;
  padding: 6px 30px 4px;
  width: -moz-fit-content;
  width: fit-content;
}

.c-achieve__card-price {
  align-items: flex-end;
  color: #e70000;
  display: flex;
  font-size: 14px;
  gap: 2px;
}

.c-menu__card {
  background: #fff;
  padding: 14px 9px 11px;
  width: calc(50% - 3.5px);
}

.c-menu__card-img {
  padding-top: 44.367816092%;
  position: relative;
}

.c-menu__card-img img {
  background-size: cover;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 125px;
}

.c-menu__card-title {
  border: 1px solid #794506;
  color: #794506;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
  padding: 3px 0;
  text-align: center;
  white-space: nowrap;
}

.c-menu__card-item {
  color: #111111;
  padding-left: 20px;
  position: relative;
}

.c-menu__card-item::before {
  border: 1px solid #794506;
  content: "";
  height: 11px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
}

.c-menu__card-item::after {
  border-bottom: 1px solid #794506;
  border-right: 1px solid #794506;
  content: "";
  height: 11px;
  left: 6px;
  position: absolute;
  top: 3px;
  transform: rotate(45deg);
  width: 5px;
}

.c-header {
  background: #fff;
  display: flex;
  margin-left: -20px;
  width: 375px;
}

.c-header__left {
  padding: 8px 45px 8px 20px;
  width: 50%;
}

.c-header__right {
  background: #ed770b;
  padding: 4px 24px 4px 18px;
  width: 50%;
}

.p-mv {
  background: #fff;
  margin-left: -20px;
  padding-top: 16px;
  width: 375px;
}

.p-mv__heading {
  padding: 0 20px;
  width: 100%;
}

.p-mv__head {
  margin-left: 20px;
  margin-top: 16px;
  width: 257px;
}

.p-mv__main {
  margin-top: 15px;
  width: 375px;
}

.p-mv__bottom {
  padding: 0 20px;
}

.p-mv__text {
  color: #111111;
  font-size: 24px;
  font-weight: 900;
  padding: 0 20px;
  text-align: right;
}

.p-mv__text span {
  font-size: 16px;
  font-weight: 600;
}

.p-price {
  background: #ffef97;
  margin-left: -20px;
  padding: 3px 20px 10px;
  width: 375px;
}

.p-price__list {
  font-size: 14px;
}

.p-price__list span {
  font-size: 10px;
}

.p-price__points {
  margin-top: 10px;
  width: 81%;
}

.p-price__main {
  margin-top: 8px;
}

.p-worries {
  background: #fff;
  margin-left: -20px;
  padding: 0 20px;
  padding-top: 24px;
  position: relative;
  width: 375px;
  z-index: -2;
}

.p-worries::after {
  background: #ffef97;
  border-radius: 190px 190px 0 0;
  bottom: 0;
  content: "";
  height: 190px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 375px;
  z-index: -1;
}

.p-worries__label {
  background: #ed770b;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}

.p-worries__title {
  color: #111111;
  font-size: 24px;
  font-weight: 900;
  margin-top: 11px;
  white-space: nowrap;
}

.p-worries__title span {
  color: #ed770b;
  font-weight: 900;
}

.p-worries__texts {
  margin-top: 11px;
}

.p-worries__test {
  color: #111111;
  padding-left: 26px;
  position: relative;
}

.p-worries__test--column {
  position: relative;
}

.p-worries__test::before {
  border: 2px solid #ed770b;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}

.p-worries__test::after {
  border-bottom: 2px solid #ed770b;
  border-right: 2px solid #ed770b;
  content: "";
  height: 13px;
  left: 8px;
  position: absolute;
  top: 2px;
  transform: rotate(45deg);
  width: 7px;
}

.p-worries__test--column::after {
  border-bottom: 2px solid #ed770b;
  border-right: 2px solid #ed770b;
  content: "";
  height: 13px;
  left: 8px;
  position: absolute;
  top: 15px;
  transform: rotate(45deg);
  width: 7px;
}

.p-worries__visual {
  padding-bottom: 220px;
  position: relative;
}

.p-worries__visual-woman {
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 171px;
}

.p-worries__visual-car {
  left: 19px;
  position: absolute;
  top: 96px;
  width: 50px;
}

.p-worries__visual-box {
  left: 74px;
  position: absolute;
  top: 33px;
  width: 48px;
}

.p-worries__visual-balloon {
  position: absolute;
  right: 66px;
  top: 30px;
  width: 49px;
}

.p-worries__visual-phone {
  position: absolute;
  right: 29px;
  top: 86px;
  width: 40px;
}

.p-catch-1 {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.8;
  margin-bottom: 51px;
  padding-top: 16px;
  position: relative;
}

.p-catch-1::after {
  background: url(../img/bg1.webp) no-repeat center bottom/cover;
  background-color: #fff;
  content: "";
  height: 220px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 375px;
  z-index: -1;
}

.bg-white {
  background: #fff;
  color: #ed770b;
  font-size: 32px;
  font-weight: 900;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.text-yellow {
  color: #fff700;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1.2;
}

.p-catch-2 {
  margin-left: -20px;
  width: 375px;
}

.p-reason__heading {
  background: #59ae00;
  line-height: 1.4;
  margin-left: -20px;
  padding: 15px;
  position: relative;
  text-shadow: 0 2px 6px rgb(72, 112, 0);
  width: 375px;
}

.p-reason__heading-text {
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  padding: 0 20px;
}

.p-reason__heading-text span {
  color: #fff700;
  font-weight: 900;
}

.p-reason__heading-hand {
  bottom: -25px;
  position: absolute;
  right: 42px;
  width: 95px;
}

.p-reason__body {
  padding-bottom: 32px;
  padding-top: 37px;
  position: relative;
}

.p-reason__body::after {
  background: #ecf8e0;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 375px;
  z-index: -1;
}

.p-reason__achieve-title {
  background: #794506;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  margin-top: 24px;
  text-align: center;
}

.p-reason__achieve-cards > * {
  margin-top: 14px;
}

.p-reason__menu-title {
  background: #794506;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-top: 32px;
  padding-bottom: 8px;
  padding-right: 30px;
  padding-top: 10px;
  position: relative;
  text-align: center;
}

.p-reason__menu-title::after {
  background: url(../img/money-icon.webp) no-repeat center center/contain;
  content: "";
  height: 42px;
  position: absolute;
  right: 55px;
  top: 3px;
  width: 42px;
}

.p-menu__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 7px;
}

.p-detail {
  position: relative;
}

.p-detail::before {
  background: #fff;
  content: "";
  height: 26px;
  left: 100px;
  position: absolute;
  rotate: -35deg;
  top: 22px;
  width: 2px;
}

.p-detail::after {
  background: #fff;
  content: "";
  height: 26px;
  position: absolute;
  right: 47px;
  rotate: 35deg;
  top: 22px;
  width: 2px;
}

.p-detail__heading {
  position: relative;
}

.p-detail__heading::after {
  background: url(../img/bg1.webp) no-repeat center top/cover;
  content: "";
  height: 150px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 375px;
  z-index: -1;
}

.p-detail__heading-img {
  left: -20px;
  position: absolute;
  top: 0;
  width: 122px;
}

.p-detail__heading-text {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
  padding-bottom: 23px;
  padding-left: 50px;
  padding-top: 20px;
  text-align: center;
}

.p-detail__heading-text span {
  color: #fff700;
  font-size: 64px;
  font-weight: 900;
  text-shadow: 0 2px 6px rgb(93, 46, 0);
}

.p-detail__body {
  padding-bottom: 16px;
  padding-top: 24px;
  position: relative;
}

.p-detail__body::after {
  background: #ffef97;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 375px;
  z-index: -1;
}

.p-detail__item {
  background: #fff;
}

.p-detail__item:not(:first-child) {
  margin-top: 8px;
}

.p-detail__item-content {
  color: #794506;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 5px;
  padding-left: 87px;
  padding-top: 5px;
  position: relative;
}

.p-detail__item-content::before {
  content: "";
  height: 33px;
  left: 41px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 33px;
}

.p-detail__item-content.bag::before {
  background: url(../img/bag-icon.webp) no-repeat center center/contain;
}

.p-detail__item-content.watch::before {
  background: url(../img/watch-icon.webp) no-repeat center center/contain;
}

.p-detail__item-content.guitar::before {
  background: url(../img/guitar-icon.webp) no-repeat center center/contain;
}

.p-detail__item-content.box::before {
  background: url(../img/box-icon.webp) no-repeat center center/contain;
}

.p-detail__middle {
  background: #fff;
  border: 3px solid #ed770b;
  margin-top: 16px;
  padding: 17px;
}

.p-detail__middle-text {
  line-height: 1.2;
}

.p-detail__middle-text span {
  color: #ed770b;
}

.p-detail__bottom {
  border: 2px solid #794506;
  margin-top: 16px;
}

.p-detail__bottom-heading {
  background: transparent linear-gradient(0deg, #f87600 0%, #fdba00 100%) 0% 0% no-repeat padding-box;
  border-bottom: 2px solid #794506;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 6px 0;
  position: relative;
  text-align: center;
}

.p-detail__bottom-heading::after {
  background: url(../img/cooling-off-icon.webp) no-repeat center center/cover;
  content: "";
  height: 50px;
  position: absolute;
  right: 58px;
  top: 2px;
  width: 54px;
}

.p-detail__bottom-body {
  background: #fff;
  line-height: 1.3;
  padding: 17px 18px 24px 18px;
}

.p-detail__bottom-body span {
  color: #ed770b;
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
  text-align: center;
}

.p-flow {
  padding-bottom: 32px;
  padding-top: 16px;
  position: relative;
}

.p-flow::before {
  background: linear-gradient(0deg, #fff 21%, #ecf8e0 100%);
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 375px;
  z-index: -1;
}

.p-flow::after {
  background-color: transparent;
  background-image: radial-gradient(#59ae00 6%, transparent 9%), radial-gradient(#59ae00 6%, transparent 9%);
  background-position: 0 0, 4px 4px;
  background-size: 8px 8px;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 375px;
  z-index: -1;
}

.p-flow__heading {
  background: #59ae00;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  padding-top: 7px;
  position: relative;
  text-align: center;
  text-shadow: 0px 2px 6px rgb(72, 112, 0);
}

.p-flow__heading::after {
  border-color: #59ae00 transparent transparent transparent;
  border-style: solid;
  border-width: 30px 168px 0 168px;
  bottom: -30px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}

.p-flow__body {
  padding-top: 51px;
}

.p-question {
  padding-bottom: 32px;
  padding-top: 16px;
  position: relative;
}

.p-question::after {
  background: #ffef97;
  content: "";
  height: calc(100% + 1px);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 375px;
  z-index: -1;
}

.p-question__heading {
  background: #fff;
  border: 2px solid #ed770b;
  color: #ed770b;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  padding-bottom: 8px;
  padding-top: 10px;
  text-align: center;
}

.p-question__body > * {
  margin-top: 16px;
}

.p-contact {
  background: url(../img/bg2.webp) no-repeat center top/contain;
  background-color: #ffef97;
  height: 240px;
  margin-left: -20px;
  padding-top: 18px;
  position: relative;
  width: 375px;
  z-index: -10;
}

.p-contact::after {
  background: #fff;
  content: "";
  height: 41px;
  left: 0;
  position: absolute;
  top: 139px;
  width: 375px;
  z-index: -1;
}

.p-contact::before {
  bottom: 31px;
  color: #fff;
  content: "お電話ください！";
  font-size: 18px;
  font-weight: 700;
  left: 50%;
  letter-spacing: 0.25em;
  position: absolute;
  text-shadow: 2px 2px 2px rgb(179, 0, 0);
  transform: translateX(-50%);
}

.p-contact__img {
  left: 0;
  position: absolute;
  top: 27px;
  width: 128px;
}

.p-contact__contents {
  position: absolute;
  right: 23px;
  width: 240px;
}

.p-contact__middle {
  margin-top: 5px;
}

.p-contact__text {
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.3em;
  margin-top: 2px;
  position: relative;
  text-shadow: 2px 2px 2px rgb(179, 0, 0);
}

.p-contact__ribbon {
  margin-top: 3px;
  padding-left: 31px;
  position: relative;
  white-space: nowrap;
}

.p-contact__ribbon .text-green {
  color: #59ae00;
  font-size: 24px;
  font-weight: 700;
}

.p-contact__ribbon .text-orange {
  color: #ed770b;
  font-size: 24px;
  font-weight: 700;
}

.p-contact__ribbon::after {
  background: url(../img/site-icon.webp) no-repeat center center/contain;
  content: "";
  height: 23px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
}

.p-footer {
  background: #fff;
  padding-top: 10px;
  position: relative;
  width: 375px;
}

.p-footer::after {
  background: url(../img/woman5.webp) no-repeat center center/contain;
  bottom: 0;
  content: "";
  height: 110px;
  position: absolute;
  right: -8px;
  width: 96px;
}

.p-footer__text {
  margin: 0 auto;
  width: 229px;
}

.p-footer-btn {
  display: block;
  height: 70px;
  overflow: hidden;
  position: relative;
  width: 340px;
  width: 370px;
}

.p-footer-btn::after {
  animation-duration: 3s;
  animation-iteration-count: infinite; /* アニメーション */
  animation-name: shiny;
  animation-timing-function: ease-in-out;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  content: "";
  height: 60px;
  left: -20%;
  position: absolute;
  top: 20px;
  transform: scale(2) rotate(20deg);
  width: 30px;
}

.p-pc__bg {
  background: linear-gradient(0deg, rgb(254, 175, 103) 21%, rgb(255, 217, 112) 100%);
  height: 100vh;
  left: 0;
  overflow: hidden;
  padding: 74px 109px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -10;
}

.p-pc__bg::after {
  background: #794506;
  content: "";
  height: 100vh;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 391px;
}

.p-pc__bg-logo {
  width: 335px;
}

.p-pc__area {
  margin-top: 16px;
  width: 335px;
}

.p-pc__bg-heading {
  margin-top: 25px;
  width: 530px;
}

.p-pc__bg-items {
  animation: moveUpDown 3.5s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  bottom: 6px;
  left: -48px;
  position: absolute;
  width: 778px;
}

.p-pc__bg-gramophone {
  animation: moveUpDown 4s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  position: absolute;
  right: 532px;
  top: 187px;
  width: 220px;
}

.p-pc__bg-pot {
  animation: moveUpDown 3s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  position: absolute;
  right: 314px;
  top: 148px;
  width: 168px;
}

.p-pc__bg-camera {
  animation: moveUpDown 3.5s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  position: absolute;
  right: -40px;
  top: 176px;
  width: 330px;
}

.p-pc__bg-sewing {
  animation: moveUpDown 3.5s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  bottom: 13px;
  position: absolute;
  right: 501px;
  width: 220px;
  z-index: 10;
}

.p-pc__bg-audio {
  animation: moveUpDown 2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  bottom: 40px;
  position: absolute;
  right: 30px;
  width: 268px;
  z-index: 10;
}

.p-pc__bg-people {
  bottom: 0;
  position: absolute;
  right: 0;
  width: 801px;
}

.u-separate {
  margin-bottom: 24px;
  margin-top: 24px;
}

.u-util__card--top {
  margin-top: 29px;
}

.u-row__wrapper {
  display: flex;
  gap: 8px;
}

@media screen and (min-width: 374px) and (max-width: 767px) {
  .p-pc__bg::after {
    display: none;
  }

  .p-pc__bg-logo {
    display: none;
  }

  .p-pc__area {
    display: none;
  }

  .p-pc__bg-heading {
    display: none;
  }

  .p-pc__bg-items {
    display: none;
  }

  .p-pc__bg-gramophone {
    display: none;
  }

  .p-pc__bg-pot {
    display: none;
  }

  .p-pc__bg-camera {
    display: none;
  }

  .p-pc__bg-sewing {
    display: none;
  }

  .p-pc__bg-audio {
    display: none;
  }

  .p-pc__bg-people {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-pc__bg {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
  }

  .p-pc__bg-logo {
    width: 20vw;
  }

  .p-pc__area {
    width: 20vw;
  }

  .p-pc__bg-heading {
    width: 20vw;
  }

  .p-pc__bg-items {
    left: 0;
    top: 43vh;
    width: 25vw;
  }

  .p-pc__bg-gramophone {
    right: 0px;
    top: 3vh;
    width: 13vw;
  }

  .p-pc__bg-pot {
    right: 11vw;
    top: 23vh;
    width: 13vw;
  }

  .p-pc__bg-camera {
    right: 0;
    top: 35vh;
    width: 17vw;
  }

  .p-pc__bg-sewing {
    right: 8vw;
    top: 50vh;
    width: 18vw;
  }

  .p-pc__bg-audio {
    bottom: 13vh;
    left: 5vw;
    width: 17vw;
  }

  .p-pc__bg-people {
    display: none;
  }
}

@media screen and (min-width: 1279px) and (max-width: 1919px) {
  .p-pc__bg {
    padding-left: 54px;
    padding-right: 54px;
  }

  .p-pc__bg-logo {
    width: 200px;
  }

  .p-pc__area {
    width: 200px;
  }

  .p-pc__bg-heading {
    width: 340px;
  }

  .p-pc__bg-items {
    bottom: 40px;
    left: 0;
    width: 450px;
  }

  .p-pc__bg-gramophone {
    right: 280px;
    top: 98px;
    width: 170px;
  }

  .p-pc__bg-pot {
    right: 141px;
    top: 25px;
    width: 147px;
  }

  .p-pc__bg-camera {
    top: 124px;
    width: 260px;
  }

  .p-pc__bg-sewing {
    right: 230px;
    width: 180px;
  }

  .p-pc__bg-audio {
    right: 17px;
    width: 215px;
    width: 180px;
  }

  .p-pc__bg-people {
    width: 489px;
  }
}

@media screen and (max-width: 374px) {
  body {
    background-color: rgb(255, 217, 112);
  }

  .l-inner {
    padding: 0 10px;
    width: 320px;
  }

  .c-achieve__card-img img.bag-img {
    width: 148px;
  }

  .c-achieve__card-price-label {
    padding: 4px 20px;
  }

  .c-menu__card-title {
    margin-top: 3px;
  }

  .c-header {
    margin-left: -10px;
    width: 320px;
  }

  .p-mv {
    margin-left: -10px;
    width: 320px;
  }

  .p-mv__head {
    width: 229px;
  }

  .p-mv__main {
    width: 320px;
  }

  .p-price {
    margin-left: -10px;
    width: 320px;
  }

  .p-worries {
    margin-left: -10px;
    width: 320px;
  }

  .p-worries::after {
    width: 320px;
  }

  .p-worries__title {
    font-size: 20px;
  }

  .p-worries__test {
    font-size: 14px;
    white-space: nowrap;
  }

  .p-worries__visual-woman {
    width: 140px;
  }

  .p-catch-1 {
    margin-bottom: 70px;
    text-align: center;
  }

  .p-catch-1::after {
    width: 320px;
  }

  .bg-white {
    font-size: 26px;
  }

  .text-yellow {
    font-size: 32px;
  }

  .p-catch-2 {
    margin-left: -10px;
    width: 320px;
  }

  .p-reason__heading {
    margin-left: -10px;
    width: 320px;
  }

  .p-reason__heading-text {
    font-size: 26px;
  }

  .p-reason__heading-hand {
    width: 67px;
  }

  .p-reason__body::after {
    width: 320px;
  }

  .p-reason__menu-title::after {
    right: 36px;
  }

  .p-detail::before {
    left: 85px;
  }

  .p-detail::after {
    right: 32px;
  }

  .p-detail__heading::after {
    width: 320px;
  }

  .p-detail__heading-img {
    width: 104px;
  }

  .p-detail__heading-text span {
    font-size: 46px;
  }

  .p-detail__body::after {
    width: 320px;
  }

  .p-detail__item-content {
    font-size: 20px;
  }

  .p-detail__bottom-heading {
    font-size: 20px;
  }

  .p-detail__bottom-heading::after {
    height: 44px;
    width: 48px;
  }

  .p-flow::before {
    width: 320px;
  }

  .p-flow::after {
    width: 320px;
  }

  .p-flow__heading::after {
    border-width: 30px 148px 0 148px;
  }

  .p-question::after {
    width: 320px;
  }

  .p-contact {
    margin-left: -10px;
    padding-top: 8px;
    width: 320px;
  }

  .p-contact::after {
    height: 36px;
    top: 117px;
    width: 320px;
  }

  .p-contact::before {
    bottom: 57px;
    letter-spacing: 0.1em;
  }

  .p-contact__img {
    top: 41px;
    width: 94px;
  }

  .p-contact__contents {
    margin-right: 10px;
    width: 190px;
  }

  .p-contact__text {
    letter-spacing: 0;
    margin-top: 8px;
  }

  .p-contact__ribbon .text-green {
    font-size: 20px;
  }

  .p-contact__ribbon .text-orange {
    font-size: 20px;
  }

  .p-footer {
    width: 320px;
  }

  .p-footer-btn {
    width: 320px;
  }

  .p-pc__bg::after {
    display: none;
  }

  .u-row__wrapper {
    display: block;
  }

  .u-hidden__sp {
    display: none;
  }
}

@keyframes shiny {
  0% {
    left: -20%;
  }

  10% {
    left: 120%;
  }

  100% {
    left: 120%;
  }
}

@keyframes moveUpDown {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(30px); /* 上下の移動距離を調整 */
  }
}

.end-table {
  padding: 4rem 0;
  color: #111111;
}

.end-table__ttl {
  text-align: center;
  padding: 0.6rem 0;
  font-size: 1.6rem;
  background-color: #ecf8e0;
}

.end-table__td--full {
  margin: 1rem 0;
  text-align: center;
  width: 100%;
}

.end-table__tr {
  display: flex;
  gap: 1px;
}

.end-table__td {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem 0.6rem;
  background-color: #ffffff;
  width: 100%;
}

.end-table__td:nth-child(odd) {
  width: 7rem;
  flex-shrink: 0;
}

.end-table__td:nth-child(even) {
  justify-content: flex-start;
  text-align: left;
}

.end-table__inner {
  display: flex;
  flex-direction: column;
  gap: 1px;
  margin-top: 1.6rem;
}

.banner-link {
  display: block;
  width: 100%;
  margin: 4rem 0;
}

.banner-1 {
  width: 100%;
}
