@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');

body {
  overflow-x: hidden;
}

.sp-display {
  display: none;
}

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

.pc-display {
  display: none;
}

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

.p-goodtimes {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.p-goodtimes__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  padding-top: 72px;
  padding-bottom: 48px;
  padding-inline: 10px;
  margin-inline: auto;
}

.p-goodtimes__intro .p-goodtimes__inner {
  padding-bottom: 0;
}

.p-goodtimes__title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #eb6120;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .p-goodtimes__title {
    font-size: 24px;
  }
}

.p-goodtimes__title--sub {
  color: #eb6120;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-goodtimes__title--sub {
    font-size: 16px;
  }
}

.p-goodtimes__lead {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 40px;
}

.p-goodtimes__caption {
  line-height: 1.6;
  text-align: center;
  margin-bottom: 56px;
}

.p-goodtimes__mv {
  /* background-color: #fcf4e6; */
  padding-top: 34px;
}

@media screen and (max-width: 767px) {
  .p-goodtimes__mv {
    padding-top: 48px;
  }
}

.p-goodtimes_mv--inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1080px;
  padding-inline: 10px;
  margin-inline: auto;
  margin-bottom: 24px;
}

.p-goodtimes__mv--logo {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
  .p-goodtimes__mv--logo {
    position: relative;
    left: 0;
    right: 0;
    width: 194px;
    height: 182px;
    margin: auto;
  }
}

.p-goodtimes__mv--title {
  text-align: center;
  color: #eb6120;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 48px;
  margin-top: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .p-goodtimes__mv--title {
    font-size: 32px;
  }
}

.p-goodtimes__mv--text {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .p-goodtimes__mv--text {
    font-size: 14px;
  }
}

.p-goodtimes__mv--content {
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-goodtimes__mv--content {
    max-width: 320px;
    margin-inline: auto;
  }
}

.p-goodtimes_mv--character {
  position: absolute;
  z-index: 1;
  top: 76px;
  right: 141px;
}

@media screen and (max-width: 767px) {
  .p-goodtimes_mv--character {
    top: 32px;
    right: 0;
    width: 104px;
    height: 142px;
  }
}

.p-goodtimes_mv--object-left {
  position: absolute;
  top: 0;
  left: -35px;
}

@media screen and (max-width: 767px) {
  .p-goodtimes_mv--object-left {
    top: -20px;
    left: -6px;
    width: 120px;
    height: 138px;
  }
}

.p-goodtimes_mv--object-right {
  position: absolute;
  top: 0;
  right: -10px;
}

@media screen and (max-width: 767px) {
  .p-goodtimes_mv--object-right {
    top: -30px;
    right: -10px;
    width: 114px;
    height: 126px;
  }
}

.p-goodtimes_mv--bg {
  position: relative;
  text-align: center;
  width: 100vw;
  height: 160px;
  overflow: hidden;
}

@media screen and (max-width: 820px) {
  .p-goodtimes_mv--bg {
    width: 100vw;
    height: 140px;
  }
}

.p-goodtimes_mv--bg img {
  object-fit: cover;
  object-position: left top;
  width: 100%;
  height: 100%;
}

.p-goodtimes__intro {
  background: #fff;
}

.p-goodtimes__intro--text {
  text-align: center;
  line-height: 2;
}

.p-goodtimes__instance {
  /* background-color: #fcf4e6; */
  padding-top: 64px;
  padding-bottom: 88px;
}

.p-goodtimes__instance--inner {
  border-radius: 8px;
  width: calc(100% - 80px);
  max-width: 980px;
  margin: 0 auto;
  padding: 56px 72px 50px;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(185, 141, 74, .1);
}

@media screen and (max-width: 767px) {
  .p-goodtimes__instance--inner {
    width: 100%;
    padding: 56px 24px 50px;
    background: #fff;
  }
}

.p-goodtimes__instance--head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .p-goodtimes__instance--head {
    display: block;
    margin-bottom: 24px;
  }
}

.p-goodtimes__instance--head .p-goodtimes__title {
  font-size: 32px;
  margin-top: 32px;
}

.p-goodtimes__instance--image {
  text-align: center;
}

.p-goodtimes__instance--scroll {
  overflow: hidden;
  padding-left: 40px;
  margin: 0 -40px;
}

.p-goodtimes__instance--content {
  display: flex;
  gap: 64px;
  width: max-content;
}

.p-goodtimes__instance--item {
  display: inline-block;
  box-sizing: border-box;
  width: 240px;
}

@media screen and (max-width: 767px) {
  .p-goodtimes__instance--item {
    width: 33.3%;
  }
}

.p-goodtimes__instance--list {
  display: flex;
  gap: 8px;
  width: 100%;
  max-width: 440px;
  margin: 40px auto 24px;
}

.p-goodtimes__instance--lead {
  display: block;
  color: #eb6120;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-goodtimes__instance--lead {
    font-size: 14px;
  }
}

.p-goodtimes__instance--title {
  position: relative;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 64px;
}

.p-goodtimes__instance--title-sub {
  text-align: center;
  margin-bottom: 16px;
}

.p-goodtimes__instance--title::before {
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  display: inline-block;
  background-color: #333;
  content: "";
  border-radius: 16px;
  width: 320px;
  height: 1px;
  margin: auto;
}

.p-goodtimes__instance--item:first-child .p-goodtimes__instance--title::before {
  position: absolute;
  top: 64px;
  left: 120px;
  right: 0;
  display: inline-block;
  background-color: #333;
  content: "";
  border-radius: 16px;
  width: 224px;
  height: 1px;
  margin: auto;
}

.p-goodtimes__instance--item:last-child .p-goodtimes__instance--title::before {
  position: absolute;
  top: 64px;
  left: 0;
  right: 120px;
  display: inline-block;
  background-color: #333;
  content: "";
  border-radius: 16px;
  width: 120px;
  height: 1px;
  margin: auto;
}


.p-goodtimes__instance--title::after {
  position: absolute;
  top: 56px;
  left: 0;
  right: 0;
  display: inline-block;
  background-color: #eb6120;
  content: "";
  border-radius: 16px;
  width: 16px;
  height: 16px;
  margin: auto;
}

.p-goodtimes__instance--image {
  position: relative;
  overflow: hidden;
}

.p-goodtimes__instance--image img {
  position: relative;
  bottom: -40px;
}

@media screen and (max-width: 767px) {
  .p-goodtimes__instance--image img {
    bottom: -10px;
  }
}

.p-goodtimes__instance--text {
  background-color: rgba(235, 97, 32, 0.1);
  border-radius: 8px;
  width: 500px;
  padding: 40px 24px 24px;
}

.p-goodtimes__instance--detail {
  margin-bottom: 16px;
}

.p-goodtimes__marker {
  display: inline;
  background: linear-gradient(transparent 50%, #f7ee00 50%);
  font-size: 20px;
  font-weight: 700;
  color: #eb6120;
  margin-bottom: 8px;
}

.p-goodtimes__instance--note {
  font-size: 14px;
}

.p-goodtimes__service {
  background-color: #fff9eb;
  padding-bottom: 40px;
}

.p-goodtimes__service--list {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 767px) {
  .p-goodtimes__service--list {
    display: block;
  }
}

.p-goodtimes__service--item {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(185, 141, 74, .1);
  padding: 16px;
}

@media screen and (max-width: 767px) {
  .p-goodtimes__service--item {
    max-width: 460px;
    margin-inline: auto;
    margin-bottom: 16px;
  }
}

.p-goodtimes__service--item--full {
  display: flex;
  gap: 24px;
  grid-column: span 2;
}

@media screen and (max-width: 767px) {
  .p-goodtimes__service--item--full {
    display: block;
  }
}

.p-goodtimes__service--image {
  border-radius: 8px;
  overflow: hidden;
  line-height: 1;
  flex: none;
  max-width: 442px;
  margin-inline: auto;
}

.p-goodtimes__service--title {
  font-size: 22px;
  color: #eb6120;
  font-weight: 700;
  margin-inline: 8px;
  margin-top: 18px;
  margin-bottom: 16px;
}

.p-goodtimes__service--text {
  margin-inline: 8px;
  margin-bottom: 24px;
}

.p-goodtimes__service--button {
  margin-bottom: 16px;
}

.p-goodtimes__link {
  position: relative;
  display: inline-flex;
  background-color: #eb6120;
  color: #fff;
  transition: all ease 0.5s;
  box-sizing: border-box;
  border-radius: 32px;
  font-size: 14px;
  width: 240px;
  padding: 12px 32px 14px;
  margin-inline: 8px;
}

@media screen and (max-width: 767px) {
  .p-goodtimes__link {
    box-sizing: border-box;
    width: 100%;
    margin-inline: 0;
  }
}

.p-goodtimes__link:hover {
  background-color: #d4561c;
}

.p-goodtimes__link:hover .p-goodtimes__arrow {
  right: 18px;
}

.p-goodtimes__arrow {
  display: inline-block;
  position: absolute;
  transform: rotate(45deg);
  transition: all ease 0.5s;
  right: 24px;
  top: 0;
  bottom: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 8px;
  height: 8px;
  margin: auto;
}

.p-goodtimes__voice {
  background-color: #fff;
}

.p-goodtimes__voice--item {
  position: relative;
  border: solid #eb6120 4px;
  border-radius: 8px;
  background-color: hsl(37, 78%, 95%);
  max-width: 454px;
  padding: 24px;
}

@media screen and (max-width: 767px) {
  .p-goodtimes__voice--item {
    max-width: 350px;
    min-height: 350px;
    margin-left: 2px;
  }
}

.p-goodtimes__voice--detail {
  position: relative;
}

.p-goodtimes__voice--title {
  display: inline-block;
  color: #eb6120;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 24px;
  position: relative;
}

.p-goodtimes__voice--title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  border-bottom: dotted 2px #eb6120;
}

.p-goodtimes__voice--text {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .p-goodtimes__voice--text {
    line-height: 1.6;
    font-size: 15px;
    width: 75%;
  }
}

.p-goodtimes__voice--customer {
  position: absolute;
  right: 16px;
  bottom: 0;
  overflow: hidden;
  width: 120px;
  height: 170px;
}

@media screen and (max-width: 767px) {
  .p-goodtimes__voice--customer {
    right: 0;
    width: 100px;
    height: 150px;
  }
}

.p-goodtimes__voice--customer img {
  object-fit: cover;
}

.p-goodtimes__line {
  padding-inline: 20px;
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .p-goodtimes__line {
    margin-bottom: 104px;
  }
}

.p-goodtimes__line--content {
  background-color: #fff;
  border: solid 4px #01a65a;
  border-radius: 8px;
  padding: 40px 24px 24px;
}

@media screen and (max-width: 767px) {
  .p-goodtimes__line--content {
    padding: 24px;
  }
}

.p-goodtimes__line--lead {
  line-height: 1;
  color: #00A75B;
  border-bottom: solid 5px #01a65a;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  width: 100%;
  max-width: 640px;
  padding-bottom: 8px;
  margin: 0 auto 24px;
}

@media screen and (max-width: 767px) {
  .p-goodtimes__line--lead {
    line-height: 1.4;
    font-size: 16px;
  }
}

.p-goodtimes__line--lead--icon {
  margin-inline: 8px;
}

@media screen and (max-width: 767px) {
  .p-goodtimes__line--lead--icon {
    display: none;
  }
}

.p-goodtimes__line--title {
  color: #00A75B;
  margin-bottom: 16px;
}

.p-goodtimes__line--subtitle {
  background-color: #00A75B;
  border-radius: 24px;
  color: #fff;
  line-height: 1;
  font-size: 16px;
  text-align: center;
  padding: 8px 4px 10px;
  width: 640px;
  margin: 0 auto 16px;
}

@media screen and (max-width: 767px) {
  .p-goodtimes__line--subtitle {
    line-height: 1.6;
    border-radius: 64px;
    font-size: 14px;
    width: 100%;
    padding: 9px 8px 10px;
  }
}

.p-goodtimes__line--title-h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00A75B;
  border-radius: 8px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding: 8px 50px;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .p-goodtimes__line--title-h3 {
    font-size: 18px;
    padding: 8px 32px;
  }
}

.p-goodtimes__line--title-orange {
  background-color: #EB6120;
}

.p-goodtimes__line--head {
  margin-bottom: 24px;
}

.p-goodtimes__line--head--img {
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-goodtimes__line--head--img {
    display: none;
  }
}

.p-goodtimes__line--head--balloon {
  position: absolute;
  right: -92px;
  top: -2px;
}

.p-goodtimes__line--head--content {
  display: flex;
  gap: 16px;
  width: 100%;
  max-width: 640px;
  margin-inline: auto;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .p-goodtimes__line--head--content {
    display: block;
  }
}

.p-goodtimes__line--head--text {
  margin-top: 16px;
}

.p-goodtimes__line--voice {
  background-color: #FDEBDD;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .p-goodtimes__line--voice {
    overflow: hidden;
    margin-bottom: 24px;
  }
}

.p-goodtimes__line--voice--wrap {
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 767px) {
  .p-goodtimes__line--voice--wrap {
    width: 784px;
    overflow-x: scroll;
  }
}

.p-goodtimes__line--voice--dl {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.p-goodtimes__line--voice--dl:nth-child(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .p-goodtimes__line--voice--dl:nth-child(even) {
    margin-top: 16px;
  }
}

.p-goodtimes__line--voice--dl:nth-child(even) .p-goodtimes__line--voice--text {
  background-color: #fff;
}

.p-goodtimes__line--voice--dl:nth-child(even) .p-goodtimes__line--voice--text::after {
  top: 24px;
  right: -10px;
  left: auto;
  border-left: 16px solid #fff;
  border-right: 0;
}

.p-goodtimes__line--voice--item {
  position: relative;
  display: grid;
  gap: 16px;
  width: 33.3%;
}

@media screen and (max-width: 767px) {
  .p-goodtimes__line--voice--item {
    gap: 0;
    width: 230px;
    margin: 0 auto;
  }
}

.p-goodtimes__line--voice--item:last-child {
  margin-bottom: 0;
}

.p-goodtimes__line--voice--item::after {
  position: absolute;
  top: 0;
  right: -16px;
  display: block;
  content: "";
  border-right: 1px solid #EB6120;
  height: 100%;
}

.p-goodtimes__line--voice--item:last-child::after {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-goodtimes__line--voice--item::after {
    right: -24px;
  }
}

.p-goodtimes__line--voice--icon {
  flex: none;
  width: 68px;
}

.p-goodtimes__line--voice--text {
  position: relative;
  background-color: #FFFDE7;
  border-radius: 8px;
  font-size: 13px;
  max-width: 206px;
  /* height: 90px; */
  padding: 16px;
}

.p-goodtimes__line--voice--text::after {
  display: block;
  position: absolute;
  content: "";
  top: 24px;
  left: -10px;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 16px solid #FFFDE7;
  border-left: 0;
}

.p-goodtimes__line--friend {
  background-color: #CBE5CD;
  border-radius: 8px;
  padding: 24px;
}

@media screen and (max-width: 767px) {
  .p-goodtimes__line--friend {
    padding-inline: 16px;
  }

  .p-goodtimes__line--friend .p-goodtimes__line--title-h3 {
    margin-bottom: 8px;
  }
}

.p-goodtimes__line--merit {
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-goodtimes__line--merit li {
    text-align: center;
    width: 33.3%;
  }
}

.p-goodtimes__line--qr {
  flex: none;
}

@media screen and (max-width: 767px) {
  .p-goodtimes__line--qr {
    text-align: center;
    margin-bottom: 32px;
  }
}

.p-goodtimes__line--qr img {
  border-radius: 8px;
}

.p-goodtimes__line--inner {
  display: flex;
  justify-content: space-between;
  padding-inline: 24px;
}

@media screen and (max-width: 767px) {
  .p-goodtimes__line--inner {
    display: block;
    padding: 0;
  }
}

.p-goodtimes__line--scan {
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-goodtimes__line--scan {
    display: block;
  }
}

.p-goodtimes__line--balloon {
  background-color: #00A75B;
  border-radius: 24px;
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 24px;
  margin-left: 32px;
}

@media screen and (max-width: 767px) {
  .p-goodtimes__line--balloon {
    margin-left: auto;
    margin-bottom: 24px;
  }
}

.p-goodtimes__line--detail {
  overflow: hidden;
}

.p-goodtimes__color--green .p-goodtimes__link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  background-color: #00A75B;
  font-weight: 700;
}

.p-goodtimes__line--aside {
  position: relative;
  padding: 1rem 10px;
  font-weight: bold;
  text-align: center;
}

.p-goodtimes__line--aside::before,
.p-goodtimes__line--aside::after {
  position: absolute;
  top: 0.8rem;
  height: 1.8rem;
  content: '';
}

.p-goodtimes__line--aside::before {
  border-left: solid 1px;
  left: 10%;
  transform: rotate(-30deg);
}

.p-goodtimes__line--aside::after {
  border-right: solid 1px;
  right: 10%;
  transform: rotate(30deg);
}

@media screen and (max-width: 767px) {
  .p-goodtimes__line--voice--slider {
    width: 100%;
    overflow-x: scroll;
  }
}