* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  color: #661414;
  background-color: #fff;
  width: 100%;
  font-size: 16px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-display: swap;
}

img {
  border: 0;
  width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  color: #661414;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

button {
  border: 0;
  background: transparent;
}

.container {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.hidden {
  display: none;
}

.cv-button {
  max-width: 800px;
  width: 100%;
  display: block;
  margin: 0 auto 30px;
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 20%, 40%, 60% {
    transform: scale(1);
  }
  30%, 50% {
    transform: scale(0.95);
  }
}
@media screen and (max-width: 540px) {
  .cv-button {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}

.title {
  margin-right: auto;
  margin-left: auto;
}

.orange {
  color: #f48500;
}


.inline-block {
  display: inline-block;
}

@media screen and (max-width: 540px) {
  .pc-view {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .sp-view {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .sp-view {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .sp-view {
    display: block;
  }
}

.top {
  background-color: #FFF18D;
}

header {
  background-color: #fff;
}

.logo {
  width: 170px;
  height: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1023px) {
  .logo {
    width: 150px;
  }
}
@media screen and (max-width: 540px) {
  .logo {
    width: 100px;
    margin-top: 2px;
    margin-bottom: 2px;
  }
}

.top_bg {
  padding-bottom: 30px;
  background: repeating-linear-gradient(-45deg, #FFF18D, #FFF18D 5px, rgba(255, 255, 255, 0.5) 5px, rgba(255, 255, 255, 0.5) 10px);
}
@media screen and (max-width: 540px) {
  .top_bg {
    padding-bottom: 15px;
  }
}

.top_garland {
  display: flex;
  justify-content: space-between;
}
.top_garland img {
  max-width: 200px;
  width: 25%;
  height: auto;
}
.top_garland img:last-child {
  transform: scale(-1, 1);
}

h1 {
  max-width: 750px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}
h1 img {
  position: absolute;
  top: -30px;
}
@media screen and (max-width: 1023px) {
  h1 img {
    top: -20px;
  }
}

.top_novelty_subtext {
  margin-top: 110px;
  padding-top: 5px;
  background: #F4C4A4;
  border-radius: 30px 30px 0 0;
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1023px) {
  .top_novelty_subtext {
    margin-top: 16%;
    font-size: 24px;
  }
}
@media screen and (max-width: 540px) {
  .top_novelty_subtext {
    margin-top: 15%;
    padding-top: 0;
    border-radius: 15px 15px 0 0;
    font-size: 16px;
    letter-spacing: 0.03em;
  }
}

.top_novelty-box {
  padding: 15px;
  background-color: #661414;
  background-image: url(../images/donut_1.png), url(../images/donut_2.png);
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: 0 80%, 100% 95%;
  border-radius: 0 0 30px 30px;
  text-align: center;
}
@media screen and (max-width: 540px) {
  .top_novelty-box {
    padding: 10px;
    background-size: 50px;
    border-radius: 0 0 15px 15px;
  }
}
.top_novelty-box img:last-child {
  max-width: 670px;
  height: auto;
  margin-top: 15px;
}
@media screen and (max-width: 540px) {
  .top_novelty-box img:last-child {
    margin-top: 10px;
  }
}

.question {
  background-color: #FFDC7B;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 540px) {
  .question {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#scrollArea {
  width: 800px;
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  #scrollArea {
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  #scrollArea {
    margin-bottom: 0;
  }
}

#inner {
  width: 8000px;
  display: flex;
}
@media screen and (max-width: 1023px) {
  #inner {
    width: 1000%;
  }
}

.q-box {
  max-width: 800px;
  width: 100%;
  background-color: #fff;
  padding: 10px 30px;
  border-radius: 30px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 1023px) {
  .q-box {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 540px) {
  .q-box {
    padding: 0 5px;
    border-radius: 15px;
    margin-bottom: 10px;
  }
}

.q-title {
  display: flex;
  padding: 10px;
  align-items: center;
}
@media screen and (max-width: 540px) {
  .q-title {
    margin-bottom: 5px;
    padding: 0 5px;
    align-items: flex-start;
  }
}
.q-title p:nth-of-type(1) {
  font-size: 60px;
  font-weight: 700;
  color: #EF4848;
  margin-right: 30px;
}
@media screen and (max-width: 1023px) {
  .q-title p:nth-of-type(1) {
    font-size: 50px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 540px) {
  .q-title p:nth-of-type(1) {
    font-size: 40px;
    margin-right: 10px;
  }
}
.q-title p:nth-of-type(2) {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 1023px) {
  .q-title p:nth-of-type(2) {
    font-size: 18px;
  }
}
@media screen and (max-width: 540px) {
  .q-title p:nth-of-type(2) {
    font-size: 14px;
    padding-top: 15px;
  }
}

.q-box-inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.q-box-inner img {
  width: 300px;
  height: auto;
  margin-left: 40px;
}
@media screen and (max-width: 1023px) {
  .q-box-inner img {
    width: 47%;
  }
}
@media screen and (max-width: 540px) {
  .q-box-inner img {
    margin: 0 0 5px 0;
  }
}
.q-box-inner div {
  display: flex;
  flex-direction: column;
}

.q-box-inner-q5 {
  flex-wrap: wrap;
}
.q-box-inner-q5 a {
  width: 48%;
}
@media screen and (max-width: 1023px) {
  .q-box-inner-q5 a {
    width: 45%;
  }
}
@media screen and (max-width: 540px) {
  .q-box-inner-q5 a {
    width: 48%;
    max-width: 250px;
  }
}
.q-box-inner-q5 button {
  width: 48%;
}
@media screen and (max-width: 1023px) {
  .q-box-inner-q5 button {
    width: 45%;
  }
}
@media screen and (max-width: 540px) {
  .q-box-inner-q5 button {
    width: 48%;
    max-width: 250px;
  }
}

.q-button-box {
  width: 260px;
  height: auto;
  text-align: center;
}

.q-button {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 95%;
  height: 50px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 15px;
  background-color: #EF4848;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  border-radius: 100px;
  transition: all 0.1s;
}
@media screen and (max-width: 1023px) {
  .q-button {
    height: 40px;
    font-size: 14px;
    text-align: center;
  }
}
@media screen and (max-width: 540px) {
  .q-button {
    height: 35px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
    border-width: 2px;
    font-size: 12px;
  }
}
.q-button a {
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 540px) {
  .q-button:nth-of-type(even) {
    margin-right: 0;
  }
}
.q-button:hover {
  background-color: #FFF18D;
  color: #EF4848;
  border: solid #EF4848 2px;
  transition: all 0.2s;
}
.q-button.clicked2 {
  background-color: #FFF18D;
  color: #EF4848;
  border: solid #EF4848 2px;
}

.page-number {
  display: flex;
  justify-content: center;
}
.page-number p {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  color: #661414;
  background: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 1.9;
  border: solid 2px #661414;
  border-radius: 50px;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .page-number p {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
@media screen and (max-width: 540px) {
  .page-number p {
    width: 25px;
    height: 25px;
    font-size: 12px;
    line-height: 2;
    border-width: 1.5px;
  }
}
.page-number p.clicked {
  color: #fff;
  background-color: #661414;
}

.finish {
  background-color: #FFDACA;
  background-image: url(../images/finish_bg.svg);
  background-size: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 540px) {
  .finish {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.finish-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 540px) {
  .finish-title {
    margin-bottom: 0;
  }
}
.finish-title .finish_confetti-l,
.finish-title .finish_confetti-r {
  max-width: 130px;
  width: 17%;
  height: auto;
}
.finish-title .finish_confetti-r {
  transform: scale(-1, 1);
}
.finish-title h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.finish-title h2 img:nth-of-type(1) {
  max-width: 500px;
  width: 90%;
}
.finish-title h2 img:nth-of-type(2) {
  max-width: 520px;
  width: 95%;
}

.finish_novelty {
  text-align: center;
}

.finish_n-subtext {
  max-width: 570px;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .finish_n-subtext {
    width: 80%;
  }
}

.finish_novelty-box {
  position: relative;
  margin-top: 35px;
  padding: 70px 15px 15px;
  background-color: #661414;
  background-image: url(../images/donut_1.png), url(../images/donut_2.png);
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: 0 5%, 100% 25%;
  border-radius: 20px;
}
@media screen and (max-width: 1023px) {
  .finish_novelty-box {
    margin-top: 30px;
    padding: 9% 10px 10px;
  }
}
@media screen and (max-width: 540px) {
  .finish_novelty-box {
    margin-top: 3%;
    background-size: 50px;
    border-radius: 15px;
  }
}

.finish_n-bubble {
  position: absolute;
  top: -30px;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .finish_n-bubble {
    top: -7%;
  }
}

.finish_n-text {
  max-width: 680px;
  height: auto;
  margin-bottom: 10px;
}

.flow {
  background-color: #FFEA80;
  padding-top: 40px;
  padding-bottom: 45px;
}
@media screen and (max-width: 540px) {
  .flow {
    padding-top: 20px;
    padding-bottom: 25px;
  }
}

.flow_title {
  max-width: 480px;
  width: 70%;
  margin-bottom: 20px;
}
@media screen and (max-width: 540px) {
  .flow_title {
    margin-bottom: 10px;
  }
}

.flow_box {
  padding: 20px;
  background-color: #fff;
  background-image: url(../images/flow_bg_1.png), url(../images/flow_bg_2.png);
  background-repeat: no-repeat;
  background-position: 0 100%, 100% 0%;
  background-size: 30%;
  border-radius: 30px;
  text-align: center;
}
@media screen and (max-width: 540px) {
  .flow_box {
    border-radius: 15px;
  }
}
.flow_box img {
  max-width: 460px;
  width: 75%;
  height: auto;
  margin-left: 30px;
}

.strength {
  background-color: #FFF3E1;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 540px) {
  .strength {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.strength_title {
  text-align: center;
}
.strength_title img {
  max-width: 800px;
  width: 100%;
}

.strength-point {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.strength-circle {
  margin-right: 10px;
}
.strength-circle:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1023px) {
  .strength-circle {
    margin-right: 5px;
  }
}

.strength-yellowcard {
  position: relative;
  margin-top: 50px;
  padding-top: 40px;
  padding-bottom: 20px;
  background: #ED7306;
  border: solid 6px #fff;
  border-radius: 30px;
}
@media screen and (max-width: 540px) {
  .strength-yellowcard {
    margin-top: 30px;
    padding-top: 25px;
    padding-bottom: 15px;
    border-width: 4px;
    border-radius: 15px;
  }
}
.strength-yellowcard img {
  position: absolute;
  top: -15%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 160px;
  width: 25%;
  height: auto;
}
@media screen and (max-width: 540px) {
  .strength-yellowcard img {
    width: 100px;
    top: -12%;
  }
}
.strength-yellowcard .yellowcard-title {
  padding-top: 5px;
  padding-bottom: 5px;
  background: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .strength-yellowcard .yellowcard-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 540px) {
  .strength-yellowcard .yellowcard-title {
    font-size: 16px;
  }
}
.strength-yellowcard .yellowcard-title span {
  color: #ED7306;
  font-size: 40px;
  background: linear-gradient(transparent 70%, #FFF18D 20%);
}
@media screen and (max-width: 1023px) {
  .strength-yellowcard .yellowcard-title span {
    font-size: 32px;
  }
}
@media screen and (max-width: 540px) {
  .strength-yellowcard .yellowcard-title span {
    font-size: 22px;
  }
}
.strength-yellowcard .yellowcard-text {
  max-width: 720px;
  width: 90%;
  margin: 20px auto 0;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  .strength-yellowcard .yellowcard-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 540px) {
  .strength-yellowcard .yellowcard-text {
    margin-top: 10px;
    font-size: 14px;
  }
}

.voice {
  background: #FFDACA;
  padding-top: 40px;
  padding-bottom: 10px;
}
@media screen and (max-width: 540px) {
  .voice {
    padding-top: 20px;
    padding-bottom: 15px;
  }
}

.voice_title {
  max-width: 480px;
  width: 70%;
  margin-bottom: 20px;
}
@media screen and (max-width: 540px) {
  .voice_title {
    margin-bottom: 10px;
  }
}

.voice_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 540px) {
  .voice_inner {
    display: block;
  }
}

.voice_box {
  max-width: 390px;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  .voice_box {
    min-width: 200px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 540px) {
  .voice_box {
    margin-right: 0;
    min-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.voice_box:last-child {
  margin-right: 0;
}

.voice_box-title {
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 540px) {
  .voice_box-title {
    margin-top: 5px;
  }
}
.voice_box-title img:nth-of-type(1) {
  width: 75%;
}
@media screen and (max-width: 540px) {
  .voice_box-title img:nth-of-type(1) {
    width: 65%;
  }
}
.voice_box-title img:nth-of-type(2) {
  width: 23%;
}
@media screen and (max-width: 540px) {
  .voice_box-title img:nth-of-type(2) {
    width: 20%;
  }
}

.voice_comment {
  margin-top: 10px;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .voice_comment {
    font-size: 14px;
  }
}
@media screen and (max-width: 540px) {
  .voice_comment {
    margin-top: 5px;
  }
}

footer {
  background-color: #661414;
  padding-top: 10px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 540px) {
  footer {
    padding-top: 15px;
    padding-bottom: 5px;
  }
}
footer a {
  color: #fff;
}
footer img {
  display: block;
  margin: 0 auto 20px;
}

.footer-tel {
  margin-top: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  .footer-tel {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 540px) {
  .footer-tel {
    font-size: 14px;
    margin-top: 15px;
  }
}

.footer-link {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 540px) {
  .footer-link {
    font-size: 14px;
    margin-top: 10px;
  }
}
.footer-link a {
  margin-right: 20px;
  margin-bottom: 10px;
}
.footer-link a:last-child {
  margin-right: 0;
}

.under-line {
  border-bottom: solid 1px;
}/*# sourceMappingURL=main.css.map */