@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("happy.css");
@layer components {
  * {
    margin: 0px;
    padding: 0px;
    font-family: "Mochiy Pop One", sans-serif;
  }
  html {
    font-size: 62.5%;
  }
  img {
    max-width: 100%;
  }
  body {
    background-image: url("../img/background.png");
    background-color: #fff;
    background-size: contain;
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
  }
  html, body {
    display: block;
    width: 100vw;
    overflow-x: hidden;
  }
  p {
    font-size: 4.8rem;
  }
  .chara {
    position: absolute;
    overflow-x: hidden;
    z-index: -1;
    width: 100vw;
    height: -moz-max-content;
    height: max-content;
  }
  .chara .bg {
    width: 100vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
    /* img {
        transform: translate(-5vw, -60px);
        width: 130%;
    } */
  }
  .header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 5rem;
    margin-bottom: 3rem;
    width: 100%;
  }
  .header .catch {
    width: 100%;
  }
  .header .strech {
    width: calc(100vw - 20px);
    margin-top: -26%;
  }
  .section-wrapper {
    margin-bottom: 30px;
  }
  #top-img {
    text-align: center;
  }
  #top-img img {
    vertical-align: top;
    width: 75%;
    margin: 20px auto;
    text-align: center;
  }
  .title-wrapper img {
    width: 100%;
    vertical-align: top;
  }
  #happy #happy_title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../img/bg_01.png") no-repeat center;
    background-size: contain;
  }
  #happy #happy_title img {
    transform: rotate(6deg);
    width: 80%;
    vertical-align: top;
  }
  #happy .message-wrapper {
    padding: 2rem;
    background: rgb(255, 255, 255);
    margin: 2rem;
    border-radius: 2rem;
    box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.3);
  }
  #happy .message-wrapper .inner-border {
    border-radius: 1rem;
    border: solid 2px #cfcfcf;
    padding: 3rem;
  }
  #happy .message-wrapper .happy-option img {
    width: 100%;
    margin-bottom: 1rem;
  }
  #happy .message-wrapper .taiken-title {
    font-family: "Noto Sans JP", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 4.8rem;
    background-color: #fcf5c7;
    color: #ed747f;
    padding: 2rem;
    text-align: center;
    border-radius: 2rem;
  }
  #happy .message-wrapper .taiken-title img {
    width: 100%;
    margin-bottom: 1rem;
  }
  #happy .message-wrapper .taiken-comment {
    margin: 2rem 0;
    font-size: 3.2rem;
    color: #ed747f;
  }
  #happy .message-wrapper .taiken-point {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.2rem;
  }
  #happy .message-wrapper .taiken-point dt {
    text-align: center;
    background: #ff6699;
    padding: 1rem 0;
    color: #fff;
    font-weight: 800;
  }
  #happy .message-wrapper .taiken-point dd {
    padding: 1rem 0;
    color: #ff6699;
    margin-bottom: 3rem;
    font-weight: 800;
  }
  #happy .message-wrapper .taiken-option {
    font-family: "Noto Sans JP", sans-serif;
    border: solid 4px #da3f3f;
    border-radius: 18px;
    color: #da3f3f;
    font-size: 3.2rem;
    text-align: center;
    padding: 2rem 0;
  }
  #happy_title {
    width: 100%;
    text-align: center;
    padding-bottom: 2rem;
  }
  #happy_title img {
    vertical-align: top;
    width: 100%;
  }
  .graph {
    width: 100%;
    margin-bottom: 30px;
  }
  .from-staff {
    font-size: 3rem;
    text-align: right;
  }
  .from-staff img {
    width: 70vw;
  }
  .memo {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .memo img {
    width: 95vw;
  }
  .taiken-01 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../img/bg_02.png") repeat center;
    background-size: cover;
    padding: 1rem 2rem;
  }
  .taiken-02 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../img/bg_03.png") repeat center;
    background-size: cover;
    padding: 1rem 2rem;
  }
  .graph-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    background: url("../img/background-white.png") no-repeat center;
  }
  .graph-wrapper img {
    width: 100%;
    vertical-align: top;
  }
  .taiken-story-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
    background: url("../img/background-white.png") repeat center;
  }
  .taiken-story-wrapper .taiken-message-wrapper {
    box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.3);
  }
  .taiken {
    background: url("../img/background-white.png") repeat center;
    padding: 2rem;
    margin: 2rem;
    border-radius: 2rem;
  }
  #taiken_title {
    width: 100%;
    text-align: center;
    padding-bottom: 2rem;
  }
  #taiken_title img {
    vertical-align: top;
    width: 100%;
  }
  .taiken_img {
    width: 100%;
  }
  .center {
    text-align: center;
  }
  .tegami_title {
    width: 100%;
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
  .tegami_title img {
    vertical-align: top;
    width: 100%;
  }
  .tegami {
    vertical-align: top;
    width: 80vw;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .taiken-message-wrapper {
    font-family: Verdana, Geneva, Tahoma, sans-serif !important;
    margin: 0 auto;
    background-color: #fff;
    color: #333;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 40px;
  }
  .taiken-message-wrapper.c01 {
    border: solid 2px #68be83;
  }
  .taiken-message-wrapper.c02 {
    border: solid 2px #f6ae69;
  }
  .taiken-message-wrapper.c03 {
    border: solid 2px #796caf;
  }
  .taiken-message-wrapper h3 {
    font-size: 4.2rem;
  }
  .taiken-message-wrapper h3.c01 {
    color: #68be83;
  }
  .taiken-message-wrapper h3.c02 {
    color: #f6ae69;
  }
  .taiken-message-wrapper h3.c03 {
    color: #796caf;
  }
  .taiken-message-wrapper .taiken-message-body p {
    font-size: 2.4rem;
  }
  .taiken-message-footer {
    margin: 0 auto;
    color: rgb(136, 91, 91);
    font-weight: 900;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 40px;
  }
  .taiken-message-footer p {
    font-size: 2.4rem;
  }
  .case {
    text-align: center;
  }
  .case img {
    width: 100%;
  }
  .pb30 {
    padding-bottom: 30px;
  }
  #message-for-you-bg {
    background-size: 100%;
    background-position: center top;
  }
  .kimochi-wrap {
    background: url("../img/background-white.png");
    padding: 2rem;
    margin: 2rem;
    border-radius: 2rem;
  }
  .kimochi-wrap .message-wrapper {
    background: #fff;
    border-radius: 2rem;
    border: solid 2px #cfcfcf;
    padding: 2rem;
  }
  .toiawase-wrap {
    background-size: contain;
    border-radius: 2rem;
  }
  .toiawase-wrap .message-wrapper {
    position: relative;
    background: #fff;
    border-radius: 2rem;
    margin: 2rem 4rem 4rem 2rem;
    padding: 2rem;
    box-shadow: 2rem 2rem 0 rgb(232, 82, 152);
  }
  .green li {
    list-style: none;
    font-weight: bold;
    font-size: 3rem;
  }
  .green {
    margin-bottom: 2rem;
  }
  .pittari-wrap {
    background-size: contain;
    border-radius: 2rem;
  }
  .pittari-wrap .message-wrapper {
    position: relative;
    background: #fff;
    border-radius: 2rem;
    margin: 2rem 4rem 4rem 2rem;
    padding: 2rem;
    box-shadow: 2rem 2rem 0 #a64a97;
  }
  .pittari-wrap .blue {
    color: #a64a97;
    text-align: center;
  }
  .white-wrap {
    background: url("../img/background-white.png");
    padding: 2rem;
    margin: 2rem;
    border-radius: 2rem;
  }
  .white-wrap .message-wrapper {
    position: relative;
    background: #fff;
    border-radius: 2rem;
    margin: 2rem 4rem;
    padding: 2rem;
  }
  .message-for-you {
    width: 100%;
    text-align: center;
    margin-top: 2rem;
  }
  .message-for-you img {
    width: 95%;
    vertical-align: top;
  }
  .message-wrapper {
    padding: 0px 3.6%;
    box-sizing: border-box;
  }
  .message-wrapper p {
    font-size: 3.2rem;
    margin-bottom: 1.3em;
    font-weight: 800;
  }
  .pink {
    color: #ff26d4;
  }
  .strong {
    color: #8A662A;
    font-size: 4.8rem;
    font-weight: bold;
  }
  .white-bg {
    background: rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    padding: 4px;
  }
  .last-wrapper {
    margin-bottom: 182px;
  }
  .center-box {
    text-align: center;
    margin-top: 10px;
  }
  #youkou-title {
    text-align: left;
    font-size: 4.8rem;
    margin: 20px 0px;
  }
  .youkou {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 3.2rem;
  }
  .youkou .youkou-title {
    width: 100%;
    text-align: center;
    padding: 8px;
  }
  .youkou .youkou-title img {
    width: 100%;
    vertical-align: top;
  }
  .youkou-description {
    padding: 2rem;
    margin: 2rem 0;
    border-radius: 2rem;
    border: solid 2px #cfcfcf;
    background: white;
  }
  .youkou-description dt {
    text-align: center;
    font-weight: bold;
    font-size: 3.2rem;
    margin: 20px 0px;
    border-bottom: solid 1px #ccc;
  }
  .youkou-description dt:first-child {
    margin-top: 0px;
  }
  .youkou-description dd {
    font-size: 2.4rem;
  }
  #contact {
    padding: 20px 0px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    height: 182px;
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    bottom: 0px;
    left: 0px;
  }
  .tel-button, .line-button {
    text-align: center;
    font-size: 4.8rem;
    text-decoration: none;
    color: #fff;
    line-height: 230%;
  }
  .tel-button:before, .line-button:before {
    content: "";
    width: 1px;
    height: 105pt;
    display: inline-block;
    vertical-align: middle;
  }
  .tel-button {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(140, 136, 126);
    border-radius: 6px;
    background-image: -webkit-linear-gradient(90deg, rgb(197, 28, 28) 0%, rgb(246, 78, 78) 96%, rgb(253, 125, 125) 99%);
    display: inline-block;
    width: 47%;
  }
  .line-button {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(140, 136, 126);
    border-radius: 6px;
    background-image: -webkit-linear-gradient(90deg, rgb(19, 108, 10) 1%, rgb(103, 188, 77) 100%);
    display: inline-block;
    width: 47%;
  }
  .box {
    color: #5e113b;
    background-color: #ffeff6;
    border-radius: 20px;
    font-size: 2.4rem !important;
    box-sizing: border-box;
    padding: 20px;
  }
  .box2 {
    color: #ffab23;
    background-color: #effffb;
    border-radius: 20px;
    font-size: 2.4rem !important;
    box-sizing: border-box;
    padding: 20px;
  }
  .bold {
    font-weight: bold;
  }
  .mb3 {
    margin-bottom: 3rem;
  }
  .bosyuu-message {
    display: block;
    position: relative;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .bosyuu-message .bosyuu-header {
    color: #ffab23;
    font-weight: 800;
    margin: 2rem 0;
  }
  .bosyuu-message .bosyuu-header p {
    font-size: 4rem;
  }
  .bosyuu-message .bosyuu-content p {
    font-size: 3rem;
  }
  .bosyuu-message .bosyuu-content hr {
    margin: 2rem 0;
  }
}
.position-initial {
  position: initial !important;
}

.mt-minus-15 {
  margin-top: -5rem !important;
}

.mt-15 {
  padding-top: 5rem !important;
}

.mt-minus-30 {
  margin-top: -10rem !important;
}

.mt-30 {
  padding-top: 10rem !important;
}

.f24 {
  font-size: 2.4rem;
}

.f32 {
  font-size: 3.2rem;
}

.text-normal {
  font-weight: normal;
}

.data-wrapper {
  background: url("../img/background-white.png");
  padding: 2rem;
  margin: 2rem;
  border-radius: 2rem;
}/*# sourceMappingURL=main.css.map */