@charset "UTF-8";
.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

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

.u-flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}

.u-font-en {
  font-family: "Oswald", sans-serif;
}

.u-duration-100 {
  transition-duration: 0.1s !important;
}

.u-animation-delay-100 {
  animation-delay: 0.1s !important;
}

.u-duration-200 {
  transition-duration: 0.2s !important;
}

.u-animation-delay-200 {
  animation-delay: 0.2s !important;
}

.u-duration-300 {
  transition-duration: 0.3s !important;
}

.u-animation-delay-300 {
  animation-delay: 0.3s !important;
}

.u-duration-400 {
  transition-duration: 0.4s !important;
}

.u-animation-delay-400 {
  animation-delay: 0.4s !important;
}

.u-duration-500 {
  transition-duration: 0.5s !important;
}

.u-animation-delay-500 {
  animation-delay: 0.5s !important;
}

.u-duration-600 {
  transition-duration: 0.6s !important;
}

.u-animation-delay-600 {
  animation-delay: 0.6s !important;
}

.u-duration-700 {
  transition-duration: 0.7s !important;
}

.u-animation-delay-700 {
  animation-delay: 0.7s !important;
}

.u-duration-800 {
  transition-duration: 0.8s !important;
}

.u-animation-delay-800 {
  animation-delay: 0.8s !important;
}

.u-duration-900 {
  transition-duration: 0.9s !important;
}

.u-animation-delay-900 {
  animation-delay: 0.9s !important;
}

.u-duration-1000 {
  transition-duration: 1s !important;
}

.u-animation-delay-1000 {
  animation-delay: 1s !important;
}

.a-headline {
  text-align: center;
}
.a-headline span {
  font-size: 38px;
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: 3px dotted #e87b2e;
}
@media print, screen and (max-width: 1079px) {
  .a-headline span {
    font-size: 6.106870229vw;
  }
}

.m-cta {
  padding-top: 70px;
  padding-bottom: 50px;
  background-image: linear-gradient(130deg, rgb(253, 233, 231), rgb(255, 226, 203));
}
@media print, screen and (max-width: 1079px) {
  .m-cta {
    padding-top: 50px;
  }
}
.m-cta .box {
  display: grid;
  grid-template-columns: 6fr 5fr;
  gap: 40px;
  align-items: center;
}
@media print, screen and (max-width: 1079px) {
  .m-cta .box {
    grid-template-columns: 1fr;
    gap: 20px;
    background-image: linear-gradient(148deg, rgb(253, 233, 231), rgb(255, 226, 203));
  }
}
.m-cta .box .content {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding: 22px 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media print, screen and (max-width: 1079px) {
  .m-cta .box .content {
    display: grid;
    grid-template-columns: 4fr 1fr 4fr;
    gap: 20px;
    padding: 8vw 5.0890585242vw 10px;
  }
}
.m-cta .box .content .label {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  background: #f79d9d;
  padding: 3px 20px;
  border-radius: 50px;
  font-size: 25px;
}
@media print, screen and (max-width: 1079px) {
  .m-cta .box .content .label {
    top: -4vw;
    font-size: 3.5623409669vw;
    padding: 3px 20px;
  }
}
.m-cta .box .content .icon {
  width: 48px;
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 1079px) {
  .m-cta .box .content .icon {
    width: 9vw;
  }
}
.m-cta .box .content .regular,
.m-cta .box .content .sale {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media print, screen and (max-width: 1079px) {
  .m-cta .box .content .regular,
  .m-cta .box .content .sale {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.m-cta .box .content .regular .regular-label,
.m-cta .box .content .sale .regular-label {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  background: #e6e6e6;
  color: #697279;
  font-size: 15px;
  padding: 4px 10px;
  line-height: 1.4;
}
@media print, screen and (max-width: 1079px) {
  .m-cta .box .content .regular .regular-label,
  .m-cta .box .content .sale .regular-label {
    font-size: 2.5445292621vw;
    line-height: 1.4;
    padding: 2px 4px;
  }
}
.m-cta .box .content .regular .regular-price-box,
.m-cta .box .content .sale .regular-price-box {
  position: relative;
}
.m-cta .box .content .regular .regular-price,
.m-cta .box .content .sale .regular-price {
  font-size: 28px;
  font-weight: 600;
  color: #697279;
}
@media print, screen and (max-width: 1079px) {
  .m-cta .box .content .regular .regular-price,
  .m-cta .box .content .sale .regular-price {
    font-size: 6.8702290076vw;
    line-height: 1.4;
  }
}
.m-cta .box .content .regular .regular-price .regular-tax,
.m-cta .box .content .sale .regular-price .regular-tax {
  font-size: 14px;
  color: #697279;
}
@media print, screen and (max-width: 1079px) {
  .m-cta .box .content .regular .regular-price .regular-tax,
  .m-cta .box .content .sale .regular-price .regular-tax {
    font-size: 3.0534351145vw;
  }
}
.m-cta .box .content .regular .regular-price-figure,
.m-cta .box .content .sale .regular-price-figure {
  position: absolute;
  bottom: 11px;
  left: 0;
}
@media print, screen and (max-width: 1079px) {
  .m-cta .box .content .regular .regular-price-figure,
  .m-cta .box .content .sale .regular-price-figure {
    bottom: 0;
  }
}
.m-cta .box .content .regular .sale-label,
.m-cta .box .content .sale .sale-label {
  background: #e87b2e;
  line-height: 1.4;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 4px 10px;
}
@media print, screen and (max-width: 1079px) {
  .m-cta .box .content .regular .sale-label,
  .m-cta .box .content .sale .sale-label {
    font-size: 2.5445292621vw;
    line-height: 1.4;
  }
}
.m-cta .box .content .regular .sale-price-box,
.m-cta .box .content .sale .sale-price-box {
  position: relative;
}
.m-cta .box .content .regular .sale-price,
.m-cta .box .content .sale .sale-price {
  font-size: 50px;
  font-weight: 600;
  color: #e87b2e;
}
@media print, screen and (max-width: 1079px) {
  .m-cta .box .content .regular .sale-price,
  .m-cta .box .content .sale .sale-price {
    font-size: 8.1424936387vw;
    line-height: 1.4;
  }
}
.m-cta .box .content .regular .sale-price .sale-tax,
.m-cta .box .content .sale .sale-price .sale-tax {
  font-size: 24px;
  color: #e87b2e;
}
@media print, screen and (max-width: 1079px) {
  .m-cta .box .content .regular .sale-price .sale-tax,
  .m-cta .box .content .sale .sale-price .sale-tax {
    font-size: 3.8167938931vw;
  }
}

.m-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.m-modal.is-active {
  display: flex;
  opacity: 1;
}
.m-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.m-modal__content {
  position: relative;
  width: 90%;
  max-width: 800px;
  max-height: 90vh;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  overflow-y: auto;
  z-index: 10001;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
.is-active .m-modal__content {
  transform: scale(1);
}
@media print, screen and (max-width: 1079px) {
  .m-modal__content {
    width: 95%;
    max-height: 85vh;
  }
}
.m-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
  z-index: 10002;
  background-color: transparent;
color:#111;
}
@media print, screen and (max-width: 1079px) {
  .m-modal__close {
    width: 36px;
    height: 36px;
    font-size: 24px;
    top: 15px;
    right: 15px;
  }
}
.m-modal__body {
  padding: 60px 40px 40px;
}
@media print, screen and (max-width: 1079px) {
  .m-modal__body {
    padding: 50px 20px 30px;
  }
}
.m-modal .box {
  margin-bottom: 40px;
}
.m-modal__title {
  color: #333;
  margin-bottom: 20px;
}
.m-modal__title span {
  font-size: 18px;
  font-weight: 600;
  color: #e87b2e;
  border: 1px solid #e87b2e;
  padding: 6px 16px;
}
@media print, screen and (max-width: 1079px) {
  .m-modal__title span {
    font-size: 14px;
  }
}
.m-modal__title02 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600 !important;
  line-height: 1.6;
}
@media print, screen and (max-width: 1079px) {
  .m-modal__title02 {
    font-size: 5.0890585242vw;
  }
}
.m-modal__list {
  font-size: 16px;
  line-height: 1.8;
  padding-left: 20px;
  margin-top: 0;
}
@media print, screen and (max-width: 1079px) {
  .m-modal__list {
    font-size: 12px;
  }
}
.m-modal__list li {
  margin-top: 4px;
  padding-bottom: 4px;
}
.m-modal__table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #c7c7c7;
}
.m-modal__table th,
.m-modal__table td {
  padding: 14px 20px;
  border: 1px solid #c7c7c7;
  text-align: left;
}
@media print, screen and (max-width: 1079px) {
  .m-modal__table th,
  .m-modal__table td {
    padding: 2.5445292621vw 2.5445292621vw;
  }
}
.m-modal__table th {
  background-color: #dddddd;
  font-weight: 600;
}
.m-modal__text {
  font-size: 16px;
  line-height: 1.8;
  color: #707070;
}
.m-modal__text p {
  margin-bottom: 16px;
}
.m-modal__text p:last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 1079px) {
  .m-modal__text {
    font-size: 14px;
  }
  .m-modal__text p {
    margin-bottom: 12px;
  }
}

body.is-modal-open {
  overflow: hidden;
}

.m-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  background-image: linear-gradient(130deg, rgb(253, 233, 231), rgb(255, 226, 203));
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(100%);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.m-fixed.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.m-fixed .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (max-width: 1079px) {
  .m-fixed .inner {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}
.m-fixed .box {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
}
.m-fixed .label {
  font-size: 26px;
  font-weight: 700;
}
@media print, screen and (max-width: 1079px) {
  .m-fixed .label {
    font-size: 3.5623409669vw;
    text-align: right;
  }
}
.m-fixed .sale {
  display: flex;
  align-items: center;
  gap: 10px;
}
.m-fixed .sale .sale-label {
  font-size: 16px;
  font-weight: 500;
  background: #e87b2e;
  color: #fff;
  font-size: 15px;
  padding: 4px 10px;
  text-align: center;
  line-height: 1.4;
}
@media print, screen and (max-width: 1079px) {
  .m-fixed .sale .sale-label {
    font-size: 2.7989821883vw;
  }
}
.m-fixed .sale .sale-price-box {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.m-fixed .sale .sale-price {
  font-size: 64px;
  font-weight: 600;
  color: #e87b2e;
}
@media print, screen and (max-width: 1079px) {
  .m-fixed .sale .sale-price {
    font-size: 6.106870229vw;
  }
}
.m-fixed .sale .sale-tax {
  font-size: 24px;
  color: #e87b2e;
}
@media print, screen and (max-width: 1079px) {
  .m-fixed .sale .sale-tax {
    font-size: 2.5445292621vw;
  }
}

.o-footer {
  padding: 60px 0 20px;
  background-color: #fef0e2;
}
@media print, screen and (max-width: 1079px) {
  .o-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.o-footer .o-footer__upper {
  text-align: center;
}
.o-footer .o-footer__upper .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: #fff;
  align-items: center;
  padding: 40px;
  border-radius: 10px;
}
@media print, screen and (max-width: 1079px) {
  .o-footer .o-footer__upper .inner {
    grid-template-columns: repeat(1, 1fr);
    padding: 20px;
  }
}
.o-footer .o-footer__upper .form .a-button {
  max-width: 420px;
}
.o-footer .o-footer__upper .form .a-button a {
  font-size: 20px;
}
@media print, screen and (max-width: 1079px) {
  .o-footer .o-footer__upper .form .a-button a {
    font-size: 4.0712468193vw;
  }
}
.o-footer .o-footer__upper .form .a-button a:after {
  background-size: 18px;
  width: 18px;
  height: 14px;
}
.o-footer .o-footer__upper .form .annotation {
  font-size: 14px;
  color: #707070;
  margin-top: 20px;
}
@media print, screen and (max-width: 1079px) {
  .o-footer .o-footer__upper .form .annotation {
    font-size: 2.7989821883vw;
  }
}
.o-footer .o-footer__upper .content {
  border-left: 3px dotted #ddd;
}
@media print, screen and (max-width: 1079px) {
  .o-footer .o-footer__upper .content {
    border-left: none;
    border-top: 3px dotted #ddd;
    margin-top: 16px;
    padding-top: 16px;
  }
}
.o-footer .o-footer__upper .content .title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: #333333;
}
@media print, screen and (max-width: 1079px) {
  .o-footer .o-footer__upper .content .title {
    font-size: 3.5623409669vw;
  }
}
.o-footer .o-footer__upper .content .tel {
  margin-top: 8px;
  font-size: 24px;
  line-height: 1.3;
  color: #333333;
}
@media print, screen and (max-width: 1079px) {
  .o-footer .o-footer__upper .content .tel {
    font-size: 6.106870229vw;
  }
}
.o-footer .o-footer__upper .content .tel a {
  font-weight: 600;
}
.o-footer .o-footer__upper .content .time {
  margin-top: 20px;
}
.o-footer .o-footer__upper .content .time .label {
  font-size: 14px;
  color: #E68D4E;
  border: 1px solid #E68D4E;
  padding: 4px 8px;
  margin-right: 8px;
}
@media print, screen and (max-width: 1079px) {
  .o-footer .o-footer__upper .content .time .label {
    font-size: 3.5623409669vw;
    margin-right: 4px;
  }
}
.o-footer .o-footer__upper .content .time .open {
  font-size: 18px;
  font-weight: 700;
}
@media print, screen and (max-width: 1079px) {
  .o-footer .o-footer__upper .content .time .open {
    font-size: 4.3256997455vw;
  }
}
.o-footer .o-footer__upper .content .time .annotation {
  font-size: 14px;
}
@media print, screen and (max-width: 1079px) {
  .o-footer .o-footer__upper .content .time .annotation {
    display: block;
    padding-left: 36vw;
    font-size: 2.7989821883vw;
  }
}
.o-footer .o-footer__lower {
  margin-top: 50px;
}
@media print, screen and (max-width: 1079px) {
  .o-footer .o-footer__lower {
    margin-top: 24px;
  }
}
@media print, screen and (max-width: 1079px) {
  .o-footer .o-footer__lower .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.o-footer .o-footer__lower .navi {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 32px;
}
@media print, screen and (max-width: 1079px) {
  .o-footer .o-footer__lower .navi {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-content: flex-start;
    width: 100%;
    margin-top: 40px;
    gap: 0;
  }
}
.o-footer .o-footer__lower .navi li {
  position: relative;
  font-size: 13px;
  text-align: center;
}
@media print, screen and (max-width: 1079px) {
  .o-footer .o-footer__lower .navi li {
    text-align: left;
  }
}
.o-footer .o-footer__lower .navi li:nth-of-type(1) {
  border-left: none;
  padding-left: 0;
}
@media print, screen and (max-width: 1079px) {
  .o-footer .o-footer__lower .navi li {
    font-size: 3.5623409669vw;
    margin-left: 0;
  }
}
.o-footer .o-footer__lower .navi li a {
  width: 100%;
  display: block;
}
@media print, screen and (max-width: 1079px) {
  .o-footer .o-footer__lower .navi li a {
    display: block;
    width: 100%;
    padding: 6px 0;
  }
}
.o-footer .o-footer__lower small {
  font-size: 13px;
  display: block;
  text-align: center;
  margin-top: 40px;
  color: #707070;
}
@media print, screen and (max-width: 1079px) {
  .o-footer .o-footer__lower small {
    font-size: 2.5445292621vw;
    margin-top: 0;
    padding-top: 24px;
  }
}

.o-header {
  width: 100%;
  transition: all 0.2s ease-out;
  background: #fff;
  padding: 20px 40px;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.16);
}
@media print, screen and (max-width: 1079px) {
  .o-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px;
    position: sticky;
    top: 0;
    z-index: 100;
    height: 60px;
  }
}
.o-header .inner {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.o-header .box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.o-header .box .a-logo {
  transition: all 0.3s ease-out;
  line-height: 1;
  margin: 0;
}
@media print, screen and (max-width: 1079px) {
  .o-header .box .a-logo {
    margin-left: 0;
    text-align: left;
    position: relative;
  }
}
.o-header .box .a-logo img {
  vertical-align: middle;
  width: 280px;
  opacity: 1;
}
@media print, screen and (max-width: 1079px) {
  .o-header .box .a-logo img {
    width: 53.1806615776vw;
  }
}
.o-header .box .action {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media print, screen and (max-width: 1079px) {
  .o-header .box .action {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
.o-header .box .action .item {
  font-size: 10px;
  font-weight: 600;
}
.o-header .box .action .item a {
  display: block;
  text-align: center;
  font-size: 12px;
}
.o-header .box .action .item a .icon {
  width: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2px;
}
@media print, screen and (max-width: 1079px) {
  .o-header .box .action .item a .icon {
    margin-bottom: 0;
    width: 24px;
  }
}
@media print, screen and (max-width: 1079px) {
  .o-header .box .action .item a .text {
    display: none;
  }
}
.o-header .menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}
@media print, screen and (max-width: 1079px) {
  .o-header .menu {
    gap: 12px;
  }
}
@media print, screen and (max-width: 1079px) {
  .o-header .menu .button {
    display: none;
  }
}
.o-header .menu .button a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 20px;
  background: #ff7800;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  border-radius: 5px;
  border: 1px solid #fff;
  transition: all 0.3s ease-out;
  background-image: linear-gradient(0deg, rgb(255, 176, 106), rgb(255, 122, 107));
  box-shadow: 0px 2px 0px 0px rgb(226, 169, 127);
}
.o-header .navi {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
@media print, screen and (max-width: 1079px) {
  .o-header .navi {
    display: none;
  }
}
.o-header .navi .item {
  font-size: 14px;
  position: relative;
  line-height: 1.3;
}
.o-header .navi .item > a {
  display: block;
}
.o-header .navi .item .child {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 62px;
  background: rgba(255, 98, 0, 0.8980392157);
  opacity: 0;
  transition: all 0.3s ease-out;
  pointer-events: none;
  min-width: 180px;
  z-index: 3;
}
.o-header .navi .item .child .child-item {
  font-size: 12px;
  border-top: 1px solid #fff;
}
.o-header .navi .item .child .child-item:nth-of-type(1) {
  border-top: none;
}
.o-header .navi .item .child .child-item a {
  color: #fff;
  padding: 10px 20px;
  display: block;
}
.o-header .hamburger {
  position: absolute;
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.5s;
}
.o-header .hamburger span {
  position: absolute;
  left: 12px;
  width: 30px;
  height: 2px;
  background-color: #697279;
  display: inline-block;
  transition: all 0.5s;
}
.o-header .hamburger span:nth-of-type(1) {
  top: 17px;
}
.o-header .hamburger span:nth-of-type(2) {
  top: 24px;
}
.o-header .hamburger span:nth-of-type(3) {
  top: 31px;
}
.o-header .hamburger .text {
  font-size: 9px;
  position: absolute;
  left: 14px;
  bottom: -1px;
  text-align: center;
}
.o-header .hamburger.is-active span:nth-of-type(1) {
  transform: translateY(7px) rotate(-45deg);
}
.o-header .hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}
.o-header .hamburger.is-active span:nth-of-type(3) {
  transform: translateY(-7px) rotate(45deg);
}

.page-index .section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.page-index .main {
  width: 100%;
  position: relative;
  background-image: linear-gradient(148deg, rgb(253, 233, 231), rgb(255, 226, 203));
  padding-bottom: 80px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .main {
    background: none;
    padding-bottom: 0;
  }
}
@media print, screen and (max-width: 1079px) {
  .page-index .main .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-index .main .figure {
  position: absolute;
  width: 64.307vw;
  max-width: 836px;
  top: 0;
  right: 0;
}
@media print, screen and (max-width: 1079px) {
  .page-index .main .figure {
    display: none;
  }
}
.page-index .main .figure-label {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 14px;
  z-index: 2;
  padding: 2px 10px;
  border: 1px solid #474351;
  color: #474351;
}
@media print, screen and (max-width: 1079px) {
  .page-index .main .figure-label {
    z-index: 10;
    background-color: #fff;
    font-size: 3.0534351145vw;
  }
}
.page-index .main .img {
  position: relative;
  z-index: 2;
  line-height: 1;
  padding-top: 40px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .main .img {
    padding-top: 0;
  }
}
.page-index .main .lead {
  position: relative;
  top: -1px;
  z-index: 2;
  text-align: center;
  background: rgba(244, 145, 78, 0.85);
  border-radius: 10px;
  padding: 30px 0;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 0.1em;
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.29);
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 1079px) {
  .page-index .main .lead {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    top: -7vw;
    font-size: 4.5801526718vw;
    padding: 12px 0;
  }
}
.page-index .main .lead .key {
  color: #eff9a5;
  font-size: 33px;
  font-weight: 700;
}
@media print, screen and (max-width: 1079px) {
  .page-index .main .lead .key {
    font-size: 5.5979643766vw;
  }
}
.page-index .main .lead .text {
  color: #fff;
}
@media print, screen and (max-width: 1079px) {
  .page-index .main .lead .text {
    display: block;
  }
}
.page-index .main .box {
  display: grid;
  grid-template-columns: 6fr 5fr;
  gap: 40px;
  align-items: center;
  margin-top: 50px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .main .box {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 0;
    gap: 10px;
    background-image: linear-gradient(148deg, rgb(253, 233, 231), rgb(255, 226, 203));
  }
}
.page-index .main .box .content {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding: 22px 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .main .box .content {
    gap: 4px;
    padding: 5vw 10px 2px;
  }
}
.page-index .main .box .content .label {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  background: #f79d9d;
  padding: 3px 20px;
  border-radius: 50px;
  font-size: 25px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .main .box .content .label {
    top: -4vw;
    font-size: 3.5623409669vw;
    padding: 3px 20px;
  }
}
.page-index .main .box .content .icon {
  width: 48px;
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 1079px) {
  .page-index .main .box .content .icon {
    width: 6vw;
  }
}
.page-index .main .box .content .regular,
.page-index .main .box .content .sale {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .main .box .content .regular,
  .page-index .main .box .content .sale {
    gap: 8px;
  }
}
.page-index .main .box .content .regular .regular-label,
.page-index .main .box .content .sale .regular-label {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  background: #e6e6e6;
  color: #697279;
  font-size: 15px;
  padding: 4px 10px;
  line-height: 1.4;
}
@media print, screen and (max-width: 1079px) {
  .page-index .main .box .content .regular .regular-label,
  .page-index .main .box .content .sale .regular-label {
    font-size: 2.5445292621vw;
    line-height: 1.4;
    padding: 2px 4px;
  }
}
.page-index .main .box .content .regular .regular-price-box,
.page-index .main .box .content .sale .regular-price-box {
  position: relative;
}
.page-index .main .box .content .regular .regular-price,
.page-index .main .box .content .sale .regular-price {
  font-size: 28px;
  font-weight: 600;
  color: #697279;
}
@media print, screen and (max-width: 1079px) {
  .page-index .main .box .content .regular .regular-price,
  .page-index .main .box .content .sale .regular-price {
    font-size: 5.0890585242vw;
  }
}
.page-index .main .box .content .regular .regular-price .regular-tax,
.page-index .main .box .content .sale .regular-price .regular-tax {
  font-size: 14px;
  color: #697279;
}
@media print, screen and (max-width: 1079px) {
  .page-index .main .box .content .regular .regular-price .regular-tax,
  .page-index .main .box .content .sale .regular-price .regular-tax {
    font-size: 3.0534351145vw;
  }
}
.page-index .main .box .content .regular .regular-price-figure,
.page-index .main .box .content .sale .regular-price-figure {
  position: absolute;
  bottom: 11px;
  left: 0;
}
@media print, screen and (max-width: 1079px) {
  .page-index .main .box .content .regular .regular-price-figure,
  .page-index .main .box .content .sale .regular-price-figure {
    bottom: 0;
  }
}
.page-index .main .box .content .regular .sale-label,
.page-index .main .box .content .sale .sale-label {
  background: #e87b2e;
  line-height: 1.4;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 4px 10px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .main .box .content .regular .sale-label,
  .page-index .main .box .content .sale .sale-label {
    font-size: 2.5445292621vw;
    line-height: 1.4;
    padding: 4px 4px;
  }
}
.page-index .main .box .content .regular .sale-price-box,
.page-index .main .box .content .sale .sale-price-box {
  position: relative;
}
.page-index .main .box .content .regular .sale-price,
.page-index .main .box .content .sale .sale-price {
  font-size: 50px;
  font-weight: 600;
  color: #e87b2e;
}
@media print, screen and (max-width: 1079px) {
  .page-index .main .box .content .regular .sale-price,
  .page-index .main .box .content .sale .sale-price {
    font-size: 8.1424936387vw;
  }
}
.page-index .main .box .content .regular .sale-price .sale-tax,
.page-index .main .box .content .sale .sale-price .sale-tax {
  font-size: 24px;
  color: #e87b2e;
}
@media print, screen and (max-width: 1079px) {
  .page-index .main .box .content .regular .sale-price .sale-tax,
  .page-index .main .box .content .sale .sale-price .sale-tax {
    font-size: 3.0534351145vw;
  }
}
.page-index .p-time {
  padding-top: 40px;
  padding-bottom: 40px;
}
.page-index .p-time .inner {
  max-width: 490px;
  padding-left: 0;
  padding-right: 0;
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-time .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-index .p-time .inner .content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 4px dotted #b9b9b9;
  border-bottom: 4px dotted #b9b9b9;
}
.page-index .p-time .inner .content .label {
  color: #e68d4e;
  border: 1px solid #e68d4e;
  padding: 4px 8px;
  margin-right: 8px;
  font-size: 15px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-time .inner .content .label {
    font-size: 3.3078880407vw;
    padding: 2px 8px;
  }
}
.page-index .p-time .inner .content .time {
  font-size: 19px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-time .inner .content .time {
    font-size: 3.3078880407vw;
  }
}
.page-index .p-time .inner .annotation {
  font-size: 14px;
  color: #707070;
  margin-top: 20px;
  text-align: center;
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-time .inner .annotation {
    font-size: 2.7989821883vw;
  }
}
.page-index .p-announcement {
  background-color: #ffdede;
  position: relative;
  padding: 20px 170px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-announcement {
    padding: 10vw 20px 20px;
  }
}
.page-index .p-announcement .label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #fff;
  background-color: #f79d9d;
  padding: 4px 16px;
  border-radius: 0 0 10px 0;
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-announcement .label {
    font-size: 3.5623409669vw;
  }
}
.page-index .p-announcement .list .time {
  font-size: 14px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-announcement .list .time {
    font-size: 3.0534351145vw;
  }
}
.page-index .p-announcement .list .title {
  font-size: 16px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-announcement .list .title {
    font-size: 3.5623409669vw;
  }
}
.page-index .p-service .img,
.page-index .p-inspection .img {
  max-width: 980px;
  margin-top: 52px;
  margin-left: auto;
  margin-right: auto;
}
.page-index .p-kit {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}
.page-index .p-kit:after {
  position: absolute;
  content: "";
  width: 120%;
  height: 50vw;
  border-radius: 50%/100% 100% 0 0;
  background: #fff1e3;
  display: block;
  left: -9vw;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-kit:after {
    width: 300%;
    height: 160vw;
    left: -99vw;
  }
}
.page-index .p-kit .box {
  position: relative;
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 20px;
  align-items: center;
  margin-top: 140px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-kit .box {
    grid-template-columns: 1fr;
    margin-top: 30px;
    gap: 0;
  }
}
.page-index .p-kit .box .figure {
  font-size: 14px;
  color: #459a90;
  border: 1px solid #459a90;
  background-color: #fff;
  padding: 4px 12px;
  border-radius: 50px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 90px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-kit .box .figure {
    right: -9vw;
  }
}
.page-index .p-kit .box .img {
  position: relative;
  padding-top: 40px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-kit .box .img {
    width: 70%;
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-index .p-kit .box .title {
  margin: 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.6;
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-kit .box .title {
    font-size: 4.834605598vw;
    text-align: center;
  }
}
.page-index .p-kit .box .annotation {
  font-size: 14px;
  color: #707070;
  margin-top: 10px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-kit .box .annotation {
    font-size: 3.0534351145vw;
  }
}
.page-index .p-kit .box .kit-item {
  display: grid;
  grid-template-columns: 1fr 7fr;
  align-items: center;
  gap: 10px;
  background-color: #ffd5b7;
  border-radius: 5px;
  padding: 10px 20px;
  margin-top: 30px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-kit .box .kit-item {
    grid-template-columns: 1fr 4fr;
    padding: 10px 20px;
    margin-top: 20px;
  }
}
.page-index .p-kit .box .kit-item .lable {
  font-size: 14px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-kit .box .kit-item .lable {
    font-size: 3.5623409669vw;
  }
}
.page-index .p-kit .box .kit-item .kit-item-list {
  font-size: 14px;
  background-color: #fff;
  padding: 6px 10px;
  border-radius: 5px;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-kit .box .kit-item .kit-item-list {
    font-size: 3.0534351145vw;
  }
}
.page-index .p-kit .box .announce {
  font-size: 14px;
  border: 2px solid #f57070;
  padding: 10px 20px;
  margin-top: 20px;
  color: #3e3e3e;
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-kit .box .announce {
    font-size: 3.0534351145vw;
    text-align: center;
  }
}
.page-index .p-kit .box .announce span {
  font-size: 13px;
  color: #707070;
}
.page-index .p-kit .box .button {
  text-align: center;
  margin-top: 20px;
}
.page-index .p-kit .box .button span {
  cursor: pointer;
  color: #e87b2e;
  text-decoration: underline;
}
.page-index .p-advice {
  position: relative;
  overflow: hidden;
}
.page-index .p-advice:after {
  content: "";
  position: absolute;
  top: 0;
  left: -20vw;
  border: 70vw solid transparent;
  border-top: 45vw solid #fff1e3;
  z-index: -1;
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-advice:after {
    left: -150vw;
    border: 200vw solid transparent;
    border-top: 105vw solid #fff1e3;
  }
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-advice .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-index .p-advice .a-lead {
  margin-top: 0;
  margin-bottom: 0;
}
.page-index .p-advice .advice-img {
  max-width: 361px;
  margin-top: 34px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-advice .advice-img {
    width: 70%;
  }
}
.page-index .p-advice .lead {
  font-size: 29px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  margin-top: 15vw;
  margin-bottom: 60px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-advice .lead {
    font-size: 4.834605598vw;
  }
}
.page-index .p-advice .list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 100px 0;
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-advice .list {
    padding-left: 20px;
    padding-right: 20px;
    gap: 0;
  }
}
.page-index .p-advice .list .item {
  padding-left: 32px;
  padding-right: 32px;
  max-width: 350px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-advice .list .item {
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
    margin-top: 40px;
    max-width: 100%;
    border-top: 1px dotted #cccccc;
  }
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-advice .list .item:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
  }
}
.page-index .p-advice .list .item.bar {
  border-left: 1px dotted #cccccc;
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-advice .list .item.bar {
    border-left: none;
  }
}
.page-index .p-advice .list .item .name {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-advice .list .item .name {
    font-size: 5.5979643766vw;
    min-height: auto;
  }
}
.page-index .p-advice .list .item .box {
  display: grid;
  grid-template-columns: 2fr 3fr;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-advice .list .item .box {
    margin-top: 20px;
  }
}
.page-index .p-advice .list .item .content .headline {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 4px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-advice .list .item .content .headline {
    font-size: 3.5623409669vw;
    line-height: 1.6;
  }
}
.page-index .p-advice .list .item .content .text {
  color: #707070;
  font-size: 14px;
  line-height: 1.8;
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-advice .list .item .content .text {
    font-size: 3.5623409669vw;
    margin-top: 0;
  }
}
.page-index .p-advice .list .item .content .item-annotation {
  font-size: 12px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-advice .list .item .content .item-annotation {
    font-size: 2.5445292621vw;
    margin-top: 12px;
  }
}
.page-index .p-advice .list .item .content .tag {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}
.page-index .p-advice .list .item .content .tag li {
  font-size: 12px;
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #333;
  padding: 2px 12px;
  margin-right: 8px;
}
.page-index .p-advice .list .item .text {
  font-size: 14px;
  margin-top: 8px;
}
.page-index .p-advice .list .item .set-box {
  text-align: center;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-advice .list .item .set-box {
    max-width: 100%;
    display: flex;
    justify-content: center;
    gap: 12px;
    align-items: center;
  }
}
.page-index .p-advice .list .item .set-box .set-label {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
  background-color: #e6e6e6;
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-advice .list .item .set-box .set-label {
    font-size: 3.0534351145vw;
    padding: 2px 8px;
  }
}
.page-index .p-advice .list .item .set-box .set-price {
  font-size: 24px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-advice .list .item .set-box .set-price {
    text-align: left;
    font-size: 6.106870229vw;
  }
}
.page-index .p-advice .list .item .set-box .set-tax {
  font-size: 14px;
  font-weight: 600;
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-advice .list .item .set-box .set-tax {
    font-size: 3.5623409669vw;
  }
}
.page-index .p-advice .list .item .button {
  text-align: center;
  margin-top: 14px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-advice .list .item .button {
    margin-top: 20px;
  }
}
.page-index .p-advice .list .item .button a {
  color: #fff;
  background-color: #f0995b;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0px 5px 0px 0px rgb(235, 202, 177);
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-advice .list .item .button a {
    font-size: 3.5623409669vw;
    padding: 8px 20px;
  }
}
.page-index .p-advice .annotation {
  margin-top: 50px;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-advice .annotation {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 32px;
  }
}
.page-index .p-advice .annotation .text {
  font-size: 14px;
  color: #707070;
  line-height: 1.8;
  margin: 0;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-advice .annotation .text {
    font-size: 3.0534351145vw;
    margin-bottom: 6px;
  }
}
.page-index .p-reason {
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-reason {
    padding-top: 13vw;
  }
}
.page-index .p-reason:after {
  position: absolute;
  content: "";
  width: 120%;
  height: 41vw;
  border-radius: 50%/100% 100% 0 0;
  background: #fff1e3;
  display: block;
  left: -10vw;
  top: 0;
  margin: auto;
  z-index: -1;
}
.page-index .p-reason .bg {
  background-color: #fff1e3;
  position: relative;
  top: -10px;
  padding-bottom: 40px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-reason .bg {
    top: 0;
  }
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-reason .inner {
    background-color: #fff1e3;
  }
}
.page-index .p-reason .title {
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  line-height: 2;
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-reason .title {
    font-size: 6.106870229vw;
  }
}
.page-index .p-reason .title .bar {
  padding-bottom: 0;
  border-bottom: 3px dotted #e87b2e;
}
.page-index .p-reason .title .circle {
  font-size: 45px;
  font-weight: 700;
  padding-bottom: 8px;
  background-color: #e87b2e;
  color: #fff;
  border-radius: 50px;
  padding: 7px 15px;
  margin: 0 -5px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-reason .title .circle {
    font-size: 8.1424936387vw;
    padding: 3px 10px;
  }
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-reason .a-lead {
    font-size: 4.0712468193vw;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-reason .img01 {
    display: none;
  }
}
.page-index .p-reason .img02 {
  width: 770px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-reason .img02 {
    width: 100%;
    padding-top: 40px;
  }
}
.page-index .p-reason .annotation {
  text-align: center;
  font-size: 14px;
  color: #707070;
  margin-top: 0;
}
.page-index .p-reason .link {
  text-align: center;
  font-size: 16px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-reason .link {
    margin-bottom: 30px;
  }
}
.page-index .p-reason .link span {
  cursor: pointer;
  color: #e87b2e;
  text-decoration: underline;
}
.page-index .p-support .head {
  text-align: center;
}
.page-index .p-support .title {
  font-size: 38px;
  font-weight: 500;
  color: #fff;
  --r: 0.8em;
  padding-inline: calc(var(--r) + 0.4em);
  line-height: 1.8;
  clip-path: polygon(0 0, 100% 0, calc(100% - var(--r)) 50%, 100% 100%, 0 100%, var(--r) 50%);
  background: #f0995b; /* the main color */
  width: fit-content;
  margin: 0 auto;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-support .title {
    font-size: 5.0890585242vw;
  }
}
.page-index .p-support .lead {
  text-align: center;
  font-size: 29px;
  margin-top: 24px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-support .lead {
    font-size: 5.0890585242vw;
  }
}
.page-index .p-support .lead span {
  position: relative;
  line-height: 1;
  font-weight: 500;
}
.page-index .p-support .lead span:before, .page-index .p-support .lead span:after {
  position: absolute;
  display: block;
  top: -8px;
  color: #e87b2e;
  font-size: 54px;
  font-weight: 100;
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-support .lead span:before, .page-index .p-support .lead span:after {
    font-size: 8.1424936387vw;
    top: 0;
  }
}
.page-index .p-support .lead span:before {
  content: "\\";
  left: -40px;
}
.page-index .p-support .lead span:after {
  content: "/";
  right: -40px;
}
.page-index .p-support .list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-support .list {
    margin-top: 20px;
  }
}
.page-index .p-support .list .item {
  display: grid;
  grid-template-columns: 1fr 7fr;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-support .list .item {
    grid-template-columns: 1fr 3fr;
    gap: 10px;
    margin-top: 10px;
  }
}
.page-index .p-support .list .speech-bubble {
  position: relative;
  display: inline-block;
  margin-left: 12px;
  padding: 16px;
  border: 2px solid #dddddd;
  border-radius: 5px;
  background-color: #ffffff;
  text-align: left;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-support .list .speech-bubble {
    font-size: 3.5623409669vw;
  }
}
.page-index .p-support .list .speech-bubble::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 10px 12px 10px 0;
  border-color: transparent #dddddd transparent transparent;
  translate: -100% -50%;
}
.page-index .p-support .list .speech-bubble::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 7.4px 8.9px 7.4px 0;
  border-color: transparent #ffffff transparent transparent;
  translate: -100% -50%;
}
.page-index .p-faq .faq-list {
  max-width: 980px;
  margin: 52px auto 0;
  border-top: 1px solid #dddddd;
}
.page-index .p-faq .faq-list .faq-item {
  background-color: #fff;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  border-bottom: 1px solid #dddddd;
}
.page-index .p-faq .faq-list .faq-item .faq-question {
  display: flex;
  align-items: center;
  padding: 20px 24px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.page-index .p-faq .faq-list .faq-item .faq-question .faq-number {
  font-family: Helvetica, sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-image: linear-gradient(0deg, rgb(255, 176, 106), rgb(255, 122, 107));
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  border-radius: 50%;
  margin-right: 20px;
  flex-shrink: 0;
}
.page-index .p-faq .faq-list .faq-item .faq-question .faq-text {
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  color: #3e3e3e;
  line-height: 1.6;
}
.page-index .p-faq .faq-list .faq-item .faq-question .faq-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
  flex-shrink: 0;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.page-index .p-faq .faq-list .faq-item .faq-answer {
  display: none;
  padding: 0 24px 24px;
  align-items: flex-start;
  gap: 20px;
}
.faq-item.is-open .page-index .p-faq .faq-list .faq-item .faq-answer {
  display: flex !important;
}
.page-index .p-faq .faq-list .faq-item .faq-answer .faq-answer-box {
  display: flex;
}
.page-index .p-faq .faq-list .faq-item .faq-answer .faq-answer-number {
  font-family: Helvetica, sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #fff1e3;
  color: #e87b2e;
  font-weight: 600;
  font-size: 18px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 20px;
}
.page-index .p-faq .faq-list .faq-item .faq-answer .faq-answer-text {
  flex: 1;
  font-size: 16px;
  line-height: 1.8;
  color: #3e3e3e;
  margin: 0;
}
.page-index .p-faq .faq-list .faq-item .faq-answer .faq-answer-text a {
  text-decoration: underline;
  color: #e87b2e;
}
.page-index .p-faq .faq-list .faq-item .faq-answer p {
  font-size: 16px;
  line-height: 1.8;
  color: #707070;
  margin: 0;
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-faq .faq-list .faq-item .faq-question {
    padding: 16px 0;
  }
  .page-index .p-faq .faq-list .faq-item .faq-question .faq-number {
    width: 30px;
    height: 30px;
    font-size: 14px;
    margin-right: 12px;
  }
  .page-index .p-faq .faq-list .faq-item .faq-question .faq-text {
    font-size: 14px;
  }
  .page-index .p-faq .faq-list .faq-item .faq-question .faq-icon {
    font-size: 30px;
  }
  .page-index .p-faq .faq-list .faq-item .faq-answer {
    padding: 20px;
    gap: 12px;
  }
}
@media print, screen and (max-width: 1079px) and (max-width: 1079px) {
  .page-index .p-faq .faq-list .faq-item .faq-answer {
    padding: 0 0 16px;
  }
}
@media print, screen and (max-width: 1079px) {
  .page-index .p-faq .faq-list .faq-item .faq-answer .faq-answer-number {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .page-index .p-faq .faq-list .faq-item .faq-answer .faq-answer-text {
    font-size: 14px;
  }
  .page-index .p-faq .faq-list .faq-item .faq-answer p {
    font-size: 14px;
  }
}

body {
  font-size: 14px;
  line-height: 1.8;
  color: #333333;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
}
body * {
  font-feature-settings: "palt";
}
body a {
  color: #333333;
  transition: all 0.3s ease-out;
}
body a:visited {
  color: inherit;
}
body a:hover {
  opacity: 0.7;
  text-decoration: none;
}
body .fs-l-header {
  padding-top: 0;
  position: sticky;
  top: 0;
  z-index: 100;
}
body .fs-l-pageMain {
  max-width: 100%;
}
body .fs-l-main {
  display: block;
}
body .fs-l-footer {
  margin-top: 0;
  border-top: none;
}
body .fs-l-main {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
body .inner {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media print, screen and (max-width: 1079px) {
  body .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body .is-hidden {
  display: none;
}
@media print, screen and (min-width: 1080px) {
  body .is-pc {
    display: block;
  }
}
@media print, screen and (max-width: 1079px) {
  body .is-pc {
    display: none;
  }
}
@media print, screen and (min-width: 1080px) {
  body .is-sp {
    display: none;
  }
}
@media print, screen and (max-width: 1079px) {
  body .is-sp {
    display: block;
  }
}
body .js-tabContents.is-active {
  display: block !important;
  animation: showCard 0.4s ease-out 0s;
}
@media print, screen and (max-width: 1400px) {
  body .is-sp .m-categoryNavi {
    display: block;
  }
}
body .o-spNavi {
  position: fixed;
  top: 60px;
  right: 0;
  z-index: 100;
  width: 40%;
  height: 100vh;
  transition: transform 0.4s;
  transform: translate(100%, 0);
  background-color: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media print, screen and (max-width: 1079px) {
  body .o-spNavi {
    width: 100%;
    top: 50px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
body .o-spNavi.is-active {
  transform: translate(0, 0);
}
body .o-spNavi .inner {
  padding: 0 60px 60px;
}
@media print, screen and (max-width: 1079px) {
  body .o-spNavi .inner {
    padding: 0;
  }
}
body .o-spNavi .o-spNavi__upper {
  text-align: right;
}
body .o-spNavi .o-spNavi__upper .js-closeBtn {
  font-size: 18px;
  line-height: 1;
  width: 25px;
  margin-left: auto;
  margin-right: 0;
}
body .o-spNavi .o-spNavi__item {
  margin-top: 24px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 1079px) {
  body .o-spNavi .o-spNavi__item {
    padding: 0;
    margin: 0;
    list-style: none;
    border-top: 1px solid #ddd;
  }
}
body .o-spNavi .o-spNavi__item .item.is-parent.is-active span:after {
  opacity: 0;
}
body .o-spNavi .o-spNavi__item .item.has-child {
  position: relative;
}
body .o-spNavi .o-spNavi__item .item.has-child > a {
  position: relative;
}
body .o-spNavi .o-spNavi__item .item.has-child > a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  transform: rotate(135deg);
  transition: transform 0.3s ease;
}
body .o-spNavi .o-spNavi__item .item.has-child.is-open > a:after {
  transform: rotate(-45deg);
}
body .o-spNavi .o-spNavi__item .item.has-child .child {
  display: none;
  background: rgba(255, 255, 255, 0.1);
}
body .o-spNavi .o-spNavi__item .item.has-child .child .child-item a {
  padding-left: 40px;
  font-size: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media print, screen and (max-width: 1079px) {
  body .o-spNavi .o-spNavi__item .item.has-child .child .child-item a {
    font-size: 3.0534351145vw;
  }
}
body .o-spNavi .o-spNavi__item .item a {
  display: block;
  width: 100%;
  padding: 20px;
  position: relative;
  line-height: 1.4;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
}
@media print, screen and (max-width: 1079px) {
  body .o-spNavi .o-spNavi__item .item a {
    font-size: 3.5623409669vw;
    padding: 20px 0;
  }
}
@media print, screen and (max-width: 1079px) {
  body .o-spNavi .o-spNavi__item .item a .arrow {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 18px;
    height: 2px;
    background-color: #dddddd;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
body .o-spNavi .o-spNavi__item .item a .arrow:before, body .o-spNavi .o-spNavi__item .item a .arrow:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 10px;
  height: 2px;
  background-color: #dddddd;
  transform-origin: calc(100% - 1px) 50%;
}
body .o-spNavi .o-spNavi__item .item a .arrow:before {
  transform: rotate(45deg);
}
body .o-spNavi .o-spNavi__item .item a .arrow:after {
  transform: rotate(-45deg);
}
body .o-spNavi .o-spNavi__item .item a .label {
  position: relative;
  display: block;
  font-size: 12px;
  color: #7a7a7a;
  margin-top: 0;
}
@media print, screen and (max-width: 1079px) {
  body .o-spNavi .o-spNavi__item .item a .label {
    font-size: 2.5445292621vw;
    top: -0.5089058524vw;
  }
}
body .o-spNavi .o-spNavi__item .a-btn {
  margin-left: auto;
  margin-right: auto;
}
body .o-spNavi .outside {
  margin-top: 18px;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
body .o-spNavi .outside li {
  margin-bottom: 8px;
  font-size: 14px;
}
body .o-spNavi .logo {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 18px;
}

.js-spNavi_btn {
  width: 60px;
}

.a-font-mplus {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.a-button {
  font-family: "M PLUS Rounded 1c", sans-serif;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media print, screen and (max-width: 1079px) {
  .a-button {
    max-width: 100%;
  }
}
.a-button.is-under a:after,
.a-button.is-under button:after {
  background-image: url(https://childnutrition.itembox.design/item/assets/icon-arrow01.png);
  background-repeat: no-repeat;
  transform: rotate(90deg);
  background-size: 24px;
  width: 24px;
  height: 19px;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
}
.a-button a,
.a-button button {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  padding: 24px 20px;
  background: #fc523f;
  color: #fff !important;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  border-radius: 50px;
  border: 1px solid #fff;
  transition: all 0.3s ease-out;
  box-shadow: 0px 5px 0px 0px rgb(226, 169, 127);
}
@media print, screen and (max-width: 1079px) {
  .a-button a,
  .a-button button {
    font-size: 5.5979643766vw;
    padding: 16px 20px;
  }
}
.a-button a:after,
.a-button button:after {
  position: absolute;
  content: "";
  background-image: url(../img/icon-arrow01.png);
  background-image: url(https://childnutrition.itembox.design/item/assets/icon-arrow01.png);
  background-repeat: no-repeat;
  background-size: 24px;
  width: 24px;
  height: 19px;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}

.key-color {
  color: #e87b2e;
}

.key-underline {
  text-decoration: underline;
  text-decoration-color: #fcf493;
  text-decoration-thickness: 8px;
  text-underline-offset: -2px;
}

.a-lead {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
  color: #333333;
  border-radius: 10px;
}
@media print, screen and (max-width: 1079px) {
  .a-lead {
    font-size: 4.834605598vw;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 1350px) {
  .o-header .box .a-logo img {
    width: 350px;
  }
  .o-header .box .action {
    gap: 24px;
  }
  .o-header .menu {
    gap: 24px;
  }
  .o-header .navi {
    gap: 24px;
  }
  .o-header .navi .item {
    font-size: 14px;
  }
}
/* 追記 */
.logout.my-false {
  display: none !important;
}

.login.my-true {
  display: none !important;
}

aside.fs-p-drawer.fs-l-sideArea {
  display: none !important;
}

.my_logout_link a {
  text-decoration: underline;
}

.my_logout_link a:hover {
  text-decoration: none;
}

.details_ttl {
  display: block;
  width: 100% !important;
  max-width: 980px;
  font-size: 32px;
  line-height: 1.6;
  border-bottom: none !important;
  margin: 0 auto;
  padding: 0;
  font-weight: normal;
  position: relative;
  padding-left: 40px;
  margin-top: 90px;
  margin-bottom: 28px;
}
@media print, screen and (max-width: 1079px) {
  .details_ttl {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 16px;
    padding-left: 32px;
  }
}
.details_ttl:before, .details_ttl:after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 40px;
  top: 0;
}
.details_ttl:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #fc523f;
  top: 12px;
  left: 0;
}
@media print, screen and (max-width: 1079px) {
  .details_ttl:before {
    top: 8px;
    width: 24px;
    height: 24px;
  }
}
.details_ttl:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background: #fff;
  top: 20px;
  left: 8px;
}
@media print, screen and (max-width: 1079px) {
  .details_ttl:after {
    width: 12px;
    height: 12px;
    top: 14px;
    left: 6px;
  }
}

.features_list {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media print, screen and (max-width: 1079px) {
  .features_list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.features_list ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: listnum;
  margin-top: 60px;
}
@media print, screen and (max-width: 1079px) {
  .features_list ol {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    margin-top: 12px;
  }
}
.features_list ol li {
  position: relative;
  text-align: center;
  border: 7px solid #dddddd;
  padding: 34px 20px 20px;
  border-radius: 15px;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.6;
}
@media print, screen and (max-width: 1079px) {
  .features_list ol li {
    display: grid;
    grid-template-columns: 1fr 10fr;
    font-size: 3.5623409669vw;
    padding: 20px 10px 15px;
    gap: 12px;
    text-align: left;
    border: 5px solid #dddddd;
  }
}
.features_list ol li:before {
  position: absolute;
  left: 0;
  right: 0;
  top: -28px;
  margin: auto;
  content: counter(listnum);
  counter-increment: listnum;
  font-size: 30px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 600;
  background-color: #e87b2e;
  color: #fff;
}
@media print, screen and (max-width: 1079px) {
  .features_list ol li:before {
    position: relative;
    top: 0;
    font-size: 16px;
    width: 24px;
    height: 24px;
  }
}

.item_details {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 1079px) {
  .item_details {
    width: calc(100% - 40px) !important;
    border: none !important;
  }
}
.item_details th,
.item_details td {
  padding: 10px 20px !important;
}
@media print, screen and (max-width: 1079px) {
  .item_details th,
  .item_details td {
    display: block;
    width: 100% !important;
    padding: 10px 20px !important;
    border: none !important;
  }
}
.item_details th {
  width: 25% !important;
}
@media print, screen and (max-width: 1079px) {
  .item_details th {
    width: 100% !important;
  }
}
.item_details td {
  font-weight: 400;
}
.item_details td ul {
  padding-left: 20px;
}
.item_details td a {
  color: #fc523f;
}

.fs-p-card {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 1079px) {
  .fs-p-card {
    width: calc(100% - 40px);
  }
}

.fs-c-productReview {
  text-align: center;
}
.fs-c-productReview .fs-c-buttonContainer--addReview--detail {
  justify-content: center;
}
.fs-c-productReview .fs-c-buttonContainer--addReview--detail a {
  color: #e87b2e;
  text-decoration: underline;
}

.page-package .main {
  background-color: #fff1e3;
  padding-bottom: 80px;
}
@media print, screen and (max-width: 1079px) {
  .page-package .main {
    padding-bottom: 40px;
  }
}
.page-package .main .main-img {
  margin-bottom: -140px;
}
@media print, screen and (max-width: 1079px) {
  .page-package .main .main-img {
    margin-bottom: 0;
  }
}
.page-package .main .main-lead {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
}
@media print, screen and (max-width: 1079px) {
  .page-package .main .main-lead {
    font-size: 4.5801526718vw;
  }
}
.page-package .main .main-text {
  text-align: center;
  font-size: 16px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 1079px) {
  .page-package .main .main-text {
    text-align: left;
    margin-top: 24px;
    margin-bottom: 0;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-package .main .swiper {
  padding-left: 5vw;
  padding-right: 5vw;
  padding-bottom: 30px;
}
@media print, screen and (max-width: 1079px) {
  .page-package .main .swiper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-package .main .swiper-button-next,
.page-package .main .swiper-button-prev {
  color: #e87b2e;
  width: 56px;
  height: 60px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media print, screen and (max-width: 1079px) {
  .page-package .main .swiper-button-next,
  .page-package .main .swiper-button-prev {
    width: 32px;
    height: 36px;
  }
}
.page-package .main .swiper-button-next:after,
.page-package .main .swiper-button-prev:after {
  display: none;
}
.page-package .main .swiper-button-prev {
  left: 3vw;
  background-image: url(https://childnutrition.itembox.design/item/assets/package-arrow-left.png);
}
@media print, screen and (max-width: 1079px) {
  .page-package .main .swiper-button-prev {
    display: none;
  }
}
.page-package .main .swiper-button-next {
  right: 3vw;
  background-image: url(https://childnutrition.itembox.design/item/assets/package-arrow-right.png);
}
.page-package .main .swiper-pagination .swiper-pagination-bullet {
  width: 200px;
  height: 2px;
  background-color: #ffffff;
  opacity: 1;
  border-radius: 0;
  margin: 0;
}
@media print, screen and (max-width: 1079px) {
  .page-package .main .swiper-pagination .swiper-pagination-bullet {
    width: 50px;
  }
}
.page-package .main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f0995b;
}
.page-package .main .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-package .main .list .item {
  width: 354px;
  background-color: #fff;
  border-radius: 10px;
}
@media print, screen and (max-width: 1079px) {
  .page-package .main .list .item {
    margin-top: 20px;
    max-width: none;
    min-width: initial;
  }
}
.page-package .main .list .item a {
  color: #333333;
  border-radius: 10px;
  padding-left: 32px;
  padding-right: 32px;
  padding: 20px;
  display: block;
  width: 100%;
}
@media print, screen and (max-width: 1079px) {
  .page-package .main .list .item a {
    padding: 12px 20px;
  }
}
.page-package .main .list .item .name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}
@media print, screen and (max-width: 1079px) {
  .page-package .main .list .item .name {
    font-size: 4.0712468193vw;
  }
}
.page-package .main .list .item .box {
  display: grid;
  grid-template-columns: 2fr 3fr;
  align-items: center;
  gap: 16px;
  margin-top: 12px;
}
@media print, screen and (max-width: 1079px) {
  .page-package .main .list .item .box {
    margin-top: 12px;
  }
}
.page-package .main .list .item .content .headline {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 4px;
}
@media print, screen and (max-width: 1079px) {
  .page-package .main .list .item .content .headline {
    font-size: 3.5623409669vw;
    line-height: 1.6;
  }
}
.page-package .main .list .item .content .text {
  color: #707070;
  font-size: 13px;
  line-height: 1.8;
}
@media print, screen and (max-width: 1079px) {
  .page-package .main .list .item .content .text {
    font-size: 2.7989821883vw;
    margin-top: 0;
  }
}
.page-package .main .list .item .content .item-annotation {
  font-size: 11px;
}
@media print, screen and (max-width: 1079px) {
  .page-package .main .list .item .content .item-annotation {
    font-size: 2.5445292621vw;
    margin-top: 4px;
  }
}
.page-package .main .list .item .content .tag {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}
.page-package .main .list .item .content .tag li {
  font-size: 12px;
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #333;
  padding: 2px 12px;
  margin-right: 8px;
}
@media print, screen and (max-width: 1079px) {
  .page-package .main .list .item .content .tag li {
    font-size: 2.5445292621vw;
    padding: 2px 8px;
    margin-right: 4px;
  }
}
.page-package .main .list .item .text {
  font-size: 14px;
  margin-top: 8px;
}
.page-package .flow {
  background-image: linear-gradient(148deg, rgb(253, 233, 231), rgb(255, 226, 203));
  padding-top: 80px;
  padding-bottom: 80px;
}
@media print, screen and (max-width: 1079px) {
  .page-package .flow {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.page-package .flow .inner {
  max-width: 980px;
}
.page-package .flow .a-button {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 1079px) {
  .page-package .flow .a-button {
    margin-bottom: 10px;
  }
  .page-package .flow .a-button a {
    font-size: 4.0712468193vw;
  }
}
.page-package .flow .text {
  font-size: 24px;
  text-align: center;
}
@media print, screen and (max-width: 1079px) {
  .page-package .flow .text {
    font-size: 3.8167938931vw;
  }
}
.page-package .flow .text .price {
  font-size: 50px;
  font-weight: bold;
}
@media print, screen and (max-width: 1079px) {
  .page-package .flow .text .price {
    font-size: 7.6335877863vw;
  }
}
.page-package .flow .annotation {
  font-size: 14px;
  text-align: center;
  color: #697279;
  max-width: 720px;
}
@media print, screen and (max-width: 1079px) {
  .page-package .flow .annotation {
    padding-left: 8px;
    text-align: left;
  }
}
.page-package .flow .img {
  margin-top: 24px;
}
.page-package .p-advice {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}
.page-package .p-advice .inner {
  max-width: 1280px;
}
@media print, screen and (max-width: 1079px) {
  .page-package .p-advice .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-package .p-advice ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-package .p-advice ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-package .p-advice .list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 70px 0;
}
@media print, screen and (max-width: 1079px) {
  .page-package .p-advice .list {
    padding-left: 20px;
    padding-right: 20px;
    gap: 0;
  }
}
.page-package .p-advice .list .item {
  max-width: 380px;
  box-sizing: border-box;
  margin-top: -120px;
  padding-top: 120px;
}
@media print, screen and (max-width: 1079px) {
  .page-package .p-advice .list .item {
    padding-top: 40px;
    margin-top: 40px;
    max-width: 100%;
    margin-top: 0px;
    padding-top: 80px;
    position: relative;
  }
}
@media print, screen and (max-width: 1079px) {
  .page-package .p-advice .list .item:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
    margin-top: -120px;
    padding-top: 120px;
  }
}
@media print, screen and (max-width: 1079px) {
  .page-package .p-advice .list .item:first-child:after {
    display: none;
  }
}
@media print, screen and (max-width: 1079px) {
  .page-package .p-advice .list .item:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #ccc;
    display: block;
    top: 40px;
    right: 0;
    left: 0;
  }
}
.page-package .p-advice .list .item .item-box {
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media print, screen and (max-width: 1079px) {
  .page-package .p-advice .list .item .item-box {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-package .p-advice .list .item .item-box.bar {
  border-right: 1px solid #cccccc;
}
@media print, screen and (max-width: 1079px) {
  .page-package .p-advice .list .item .item-box.bar {
    border-right: none;
  }
}
.page-package .p-advice .list .item .name {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (max-width: 1079px) {
  .page-package .p-advice .list .item .name {
    font-size: 5.5979643766vw;
    min-height: auto;
  }
}
.page-package .p-advice .list .item .box {
  display: grid;
  grid-template-columns: 2fr 3fr;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
}
@media print, screen and (max-width: 1079px) {
  .page-package .p-advice .list .item .box {
    margin-top: 20px;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.page-package .p-advice .list .item .content .headline {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 4px;
}
@media print, screen and (max-width: 1079px) {
  .page-package .p-advice .list .item .content .headline {
    font-size: 3.5623409669vw;
    line-height: 1.6;
  }
}
.page-package .p-advice .list .item .content .text {
  color: #707070;
  font-size: 14px;
  line-height: 1.8;
}
@media print, screen and (max-width: 1079px) {
  .page-package .p-advice .list .item .content .text {
    font-size: 3.5623409669vw;
    margin-top: 0;
  }
}
.page-package .p-advice .list .item .content .item-annotation {
  font-size: 12px;
}
@media print, screen and (max-width: 1079px) {
  .page-package .p-advice .list .item .content .item-annotation {
    font-size: 2.5445292621vw;
    margin-top: 12px;
  }
}
.page-package .p-advice .list .item .content .tag {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}
.page-package .p-advice .list .item .content .tag li {
  font-size: 12px;
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #333;
  padding: 2px 12px;
  margin-right: 8px;
}
.page-package .p-advice .list .item .text {
  font-size: 14px;
  margin-top: 8px;
}
.page-package .p-advice .list .item .product-label {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
  margin-top: 12px;
}
.page-package .p-advice .list .item .product-label span {
  font-size: 12px;
  background-color: #fff;
  border: 1px solid #e87b2e;
  color: #e87b2e;
  padding: 2px 12px;
}
.page-package .p-advice .list .item .tab-box {
  margin-top: 24px;
}
.page-package .p-advice .list .item .tab-box .tab-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}
.page-package .p-advice .list .item .tab-box .tab-list .tab-item {
  background-color: #e87b2e;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 6px 6px 0 0;
  font-size: 13px;
  position: relative;
  padding: 8px 4px;
  cursor: pointer;
  font-weight: 700;
}
.page-package .p-advice .list .item .tab-box .tab-list .tab-item .small {
  font-size: 11px;
}
.page-package .p-advice .list .item .tab-box .tab-list .tab-item.is-active {
  background-color: #fef0e2;
  color: #e87b2e;
}
.page-package .p-advice .list .item .tab-box .tab-list .tab-item.is-active::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #f0995b;
  border-radius: 6px 6px 0 0;
}
.page-package .p-advice .list .item .tab-box .tab-list .tab-item .label {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.page-package .p-advice .list .item .tab-box .tab-list .tab-item .label li {
  padding: 0px 4px;
  font-size: 11px;
  color: #fff;
  background-color: #fc523f;
}
.page-package .p-advice .list .item .tab-panel {
  background-color: #fef0e2;
  padding: 20px 20px 30px;
}
.page-package .p-advice .list .item .tab-panel .panel {
  display: none;
}
.page-package .p-advice .list .item .tab-panel .panel.is-active {
  display: block;
}
.page-package .p-advice .list .item .tab-panel .product-button-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.page-package .p-advice .list .item .tab-panel .product-button-list .product-button input {
  display: none;
}
.page-package .p-advice .list .item .tab-panel .product-button-list .product-button input:checked + label {
  background-color: #fde9e7;
  border: 1px solid #fc523f;
}
.page-package .p-advice .list .item .tab-panel .product-button-list .product-button label {
  border: 1px solid #dddddd;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8;
  padding: 4px 10px 10px;
  border-radius: 8px;
  display: block;
  background-color: #fff;
  cursor: pointer;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.page-package .p-advice .list .item .tab-panel .product-button-list .product-button label .large {
  font-size: 16px;
  padding-left: 2px;
  padding-right: 2px;
}
.page-package .p-advice .list .item .tab-panel .product-amount {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 16px;
  gap: 10px;
}
.page-package .p-advice .list .item .tab-panel .product-amount .product-amount-label {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8;
  width: 100%;
}
.page-package .p-advice .list .item .tab-panel .product-amount .product-amount-check {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  font-size: 13px;
  cursor: pointer;
}
@media print, screen and (max-width: 1079px) {
  .page-package .p-advice .list .item .tab-panel .product-amount .product-amount-check input {
    position: relative;
    top: 3px;
  }
}
.page-package .p-advice .list .item .tab-panel .product-price {
  display: grid;
  align-items: baseline;
  grid-template-columns: 3fr 8fr 2fr;
  margin-top: 16px;
  gap: 4px;
}
.page-package .p-advice .list .item .tab-panel .product-price .product-price-label {
  font-size: 12px;
}
.page-package .p-advice .list .item .tab-panel .product-price .product-price-value {
  font-size: 24px;
  font-weight: 600;
}
.page-package .p-advice .list .item .tab-panel .product-price .product-price-value-label {
  font-size: 14px;
}
.page-package .p-advice .list .item .tab-panel .button {
  margin-top: 16px;
}
.page-package .p-advice .list .item .link {
  text-align: center;
  margin-top: 20px;
}
.page-package .p-advice .list .item .link a {
  font-size: 14px;
  color: #e87b2e;
  text-decoration: underline;
}
.page-package .p-advice .list .item .button {
  text-align: center;
  margin-top: 14px;
}
.page-package .p-advice .list .item .button button {
  font-size: 16px;
  padding: 14px 20px;
}
.page-package .p-advice .list .item .button button .icon {
  width: 24px;
  margin-right: 6px;
  vertical-align: top;
}
.page-package .p-advice .annotation {
  margin-top: 50px;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 1079px) {
  .page-package .p-advice .annotation {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 32px;
  }
}
.page-package .p-advice .annotation .text {
  font-size: 14px;
  color: #707070;
  line-height: 1.8;
  margin: 0;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 1079px) {
  .page-package .p-advice .annotation .text {
    font-size: 3.0534351145vw;
    margin-bottom: 6px;
  }
}
.page-package .p-kit {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
  padding-bottom: 0;
}
.page-package .p-kit:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1077px;
  background-image: url(https://childnutrition.itembox.design/item/assets/kit-bg.png?001);
  background-size: 2064px;
  background-position: center top;
  background-repeat: no-repeat;
  display: block;
  left: 0;
  right: 0;
  top: 190px;
  margin: auto;
  z-index: -1;
}
@media print, screen and (max-width: 1079px) {
  .page-package .p-kit:after {
    width: 100%;
    height: 200vw;
    top: 63vw;
  }
}
.page-package .p-kit .box {
  position: relative;
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 20px;
  align-items: center;
  margin-top: 0;
}
@media print, screen and (max-width: 1079px) {
  .page-package .p-kit .box {
    grid-template-columns: 1fr;
    margin-top: 30px;
    gap: 0;
  }
}
.page-package .p-kit .box .figure {
  font-size: 14px;
  color: #459a90;
  border: 1px solid #459a90;
  background-color: #fff;
  padding: 4px 12px;
  border-radius: 50px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 90px;
}
@media print, screen and (max-width: 1079px) {
  .page-package .p-kit .box .figure {
    right: -9vw;
  }
}
.page-package .p-kit .box .img {
  position: relative;
  padding-top: 40px;
}
@media print, screen and (max-width: 1079px) {
  .page-package .p-kit .box .img {
    width: 70%;
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-package .p-kit .box .title {
  margin: 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.6;
}
@media print, screen and (max-width: 1079px) {
  .page-package .p-kit .box .title {
    font-size: 4.834605598vw;
    text-align: center;
  }
}
.page-package .p-kit .box .annotation {
  font-size: 14px;
  color: #707070;
  margin-top: 10px;
  line-height: 2;
}
@media print, screen and (max-width: 1079px) {
  .page-package .p-kit .box .annotation {
    font-size: 3.0534351145vw;
  }
}

.page-product {
  padding-bottom: 120px;
}
@media print, screen and (max-width: 1079px) {
  .page-product {
    padding-bottom: 60px;
  }
}
.page-product .fs-c-subscriptionPriceTable,
.page-product .fs-c-buttonContainer,
.page-product .fs-c-productQuantityAndAction,
.page-product .fs-c-productNameHeading {
  display: none !important;
}
.page-product .fs-c-productReview .fs-c-buttonContainer {
  display: block !important;
}
.page-product ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-product ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media print, screen and (max-width: 1079px) {
  .page-product .details_ttl_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-product .product-main {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff1e3;
}
@media print, screen and (max-width: 1079px) {
  .page-product .product-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.page-product .product-main .inner {
  display: grid;
  grid-template-columns: 4fr 5fr;
  gap: 40px;
}
@media print, screen and (max-width: 1079px) {
  .page-product .product-main .inner {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.page-product .product-main .product-main-content .product-main-content-headline {
  font-size: 32px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 16px;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.page-product .product-main .product-main-content .product-main-content-headline.v_uha {
    margin-top: 30px;
    margin-bottom: -30px;
}
@media print, screen and (max-width: 1079px) {
  .page-product .product-main .product-main-content .product-main-content-headline {
    font-size: 26px;
    margin-bottom: 0;
  }
  .page-product .product-main .product-main-content .product-main-content-headline.v_uha {
  }
}
.page-product .product-main .product-main-content .product-main-content-text {
  font-size: 16px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin-top: 32px;
}
@media print, screen and (max-width: 1079px) {
  .page-product .product-main .product-main-content .product-main-content-text {
    margin-top: 12px;
  }
}
.page-product .product-main .product-main-content .product-main-content-text .annotation {
  font-size: 14px;
  color: #697279;
  margin-top: 12px;
}
.page-product .product-main .product-main-content .button {
  margin-top: 40px;
}
.page-product .product-main .product-main-content .button a {
  font-weight: normal;
}
@media print, screen and (max-width: 1079px) {
  .page-product .product-main .product-main-content .button a {
    font-size: 16px;
  }
}
.page-product .product-main-area {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 5fr 4fr;
  gap: 40px;
}
@media print, screen and (max-width: 1079px) {
  .page-product .product-main-area {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-product .p-advice .headline {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 16px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: normal;
}
@media print, screen and (max-width: 1079px) {
  .page-product .p-advice .headline {
    font-size: 24px;
  }
}
.page-product .p-advice .product-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-product .p-advice .product-info .product-label {
  font-size: 14px;
  border: 1px solid #e87b2e;
  color: #e87b2e;
  padding: 0 12px;
}
@media print, screen and (max-width: 1079px) {
  .page-product .p-advice .product-info .product-label {
    font-size: 12px;
  }
}
.page-product .p-advice .product-info .product-number {
  font-size: 12px;
  color: #697279;
}
@media print, screen and (max-width: 1079px) {
  .page-product .p-advice .product-info .product-number {
    font-size: 12px;
  }
}
.page-product .p-advice .annotation {
  font-size: 14px;
  color: #707070;
  line-height: 1.8;
  margin-top: 12px;
  font-weight: 400;
}
.page-product .tab-box {
  margin-top: 24px;
}
.page-product .tab-box .tab-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}
.page-product .tab-box .tab-list .tab-item {
  background-color: #e87b2e;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 6px 6px 0 0;
  font-size: 13px;
  position: relative;
  padding: 8px 4px;
  cursor: pointer;
  font-weight: 700;
}
.page-product .tab-box .tab-list .tab-item .small {
  font-size: 11px;
}
.page-product .tab-box .tab-list .tab-item.is-active {
  background-color: #fef0e2;
  color: #e87b2e;
}
.page-product .tab-box .tab-list .tab-item.is-active::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #f0995b;
  border-radius: 6px 6px 0 0;
}
.page-product .tab-box .tab-list .tab-item .label {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.page-product .tab-box .tab-list .tab-item .label li {
  padding: 0px 4px;
  font-size: 11px;
  color: #fff;
  background-color: #fc523f;
}
.page-product .tab-panel {
  background-color: #fef0e2;
  padding: 20px 20px 30px;
}
.page-product .tab-panel .panel {
  display: none;
}
.page-product .tab-panel .panel.is-active {
  display: block;
}
.page-product .tab-panel .product-button-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.page-product .tab-panel .product-button-list .product-button input {
  display: none;
}
.page-product .tab-panel .product-button-list .product-button input:checked + label {
  background-color: #fde9e7;
  border: 1px solid #fc523f;
}
.page-product .tab-panel .product-button-list .product-button label {
  border: 1px solid #dddddd;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8;
  padding: 4px 10px 10px;
  border-radius: 8px;
  display: block;
  background-color: #fff;
  cursor: pointer;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
}
.page-product .tab-panel .product-button-list .product-button label .large {
  font-size: 18px;
  padding-left: 2px;
  padding-right: 2px;
}
.page-product .tab-panel .fs-c-buttonContainer {
  display: flex !important;
  text-align: center;
}
.page-product .tab-panel .product-amount {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 16px;
  gap: 10px;
}
.page-product .tab-panel .product-amount .product-amount-label {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8;
  width: 100%;
}
.page-product .tab-panel .product-amount .product-amount-check {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  font-size: 13px;
  cursor: pointer;
}
.page-product .tab-panel .product-price {
  display: grid;
  align-items: baseline;
  grid-template-columns: 3fr 8fr 2fr;
  margin-top: 16px;
  gap: 4px;
}
.page-product .tab-panel .product-price .product-price-label {
  font-size: 14px;
}
.page-product .tab-panel .product-price .product-price-value {
  font-size: 26px;
  font-weight: 600;
}
.page-product .tab-panel .product-price .product-price-value-label {
  font-size: 14px;
}
.page-product .tab-panel .fs-c-buttonContainer--addToWishList--detail button {
  font-size: 16px;
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
}
.page-product .tab-panel .fs-c-buttonContainer--addToWishList--detail button:before {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  margin-right: 6px;
  content: "\e919";
}
.page-product .tab-panel .fs-c-buttonContainer--addToWishList--detail button:after {
  display: none;
}
.page-product .tab-panel .fs-c-buttonContainer--addToWishList--detail button span {
  text-decoration: underline;
  font-size: 14px;
}
.page-product .tab-panel .button {
  margin-top: 16px;
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
}
.page-product .tab-panel .button button {
  font-size: 16px;
  padding: 14px 20px;
}
.page-product .tab-panel .button button .icon {
  width: 24px;
  margin-right: 6px;
  vertical-align: top;
}
.page-product .link {
  text-align: center;
  margin-top: 20px;
}
.page-product .link a {
  font-size: 14px;
  color: #e87b2e;
}
.page-product .product_link {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 48px;
}
.page-product .product_link a {
  font-size: 14px;
  background-color: #f0995b;
  padding: 16px 20px;
  border: none;
  box-shadow: 0px 5px 0px 0px rgb(235, 202, 177);
}
.page-product .product_link a::after {
  display: none;
}