@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #fffffe;
  color: #6b5353;
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  overflow-x: hidden;
  overflow: scroll;
}

body.m_fixed_sns {
  padding-bottom: 75px;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  padding: 0;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  outline: none;
  color: rgba(56, 176, 132, 0.9);
  text-decoration: none;
}

img {
  border: none;
  height: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: inherit;
}

ul,
ol {
  list-style: none;
}

body {
  background-color: #fffaee;
  overflow: scroll;
}

.inner {
  padding-left: 15px;
  padding-right: 15px;
}

.search-form {
  position: relative;
  max-width: 200px;
}
@media screen and (min-width: 768px) {
  .search-form {
    width: 180px;
  }
}

.screen-reader-text {
  position: absolute;
  top: 0;
  z-index: -1;
}

.search-field {
  width: 100%;
  color: rgba(56, 176, 132, 0.7);
}

.search-submit {
  -webkit-transform: translateY(-50%);
  background: transparent;
  box-shadow: none;
  color: rgba(56, 176, 132, 0.7);
  font-size: 26px;
  padding: 0;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
}

.header-search-button {
  margin-left: 15px;
}

input,
textarea {
  -webkit-appearance: none;
  background-color: rgba(255, 239, 214, 0.8);
  border: 4px solid rgba(56, 176, 132, 0.7);
  border-radius: 50px;
  font-family: inherit;
  font-size: 1em;
  padding: 10px 24px;
  width: 100%;
}

.title {
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 3.8px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .title {
    font-size: 32px;
    letter-spacing: 5px;
    padding-right: 40px;
    margin-bottom: 0;
  }
}

.button {
  font-weight: 700;
  letter-spacing: 0.48px;
  padding: 8px 28px;
  display: inline-block;
  border-radius: 60px;
  border: 2px solid rgba(56, 176, 132, 0.7);
  background-color: rgba(255, 239, 214, 0.8);
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
  min-width: 150px;
  transition: background-color 0.3s, color 0.3s;
}
.button:hover {
  background: #a5c19e;
}

.title-back {
  margin-left: 10px;
  background: url(../img/work.png) no-repeat center center/100% auto;
  display: flex;
  justify-content: center; /* 水平方向に中央配置 */
  align-items: center;
  max-width: 450px;
  min-width: 300px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .title-back {
    width: 500px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/work-pc.png);
    margin-left: 0px;
  }
}

.ease-oute-in-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 2.5s, transform 1s;
}
.ease-oute-in-up.is-in-view {
  opacity: 1;
  transform: translateY(0);
}

#header {
  display: flex;
}

.header-content {
  width: 100vw;
  min-width: 0;
  position: fixed;
  z-index: 40;
  padding: 18px 30px 20px 20px;
}
@media screen and (min-width: 768px) {
  .header-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.header-logo {
  display: block;
}
.header-logo a {
  display: inline-block;
}
.header-logo img {
  display: block;
  width: 250px;
}

.header-nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .header-nav {
    display: flex;
    flex-direction: row;
    margin-right: 30px;
  }
}

@media screen and (min-width: 768px) {
  .header-list {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .header-list li {
    color: rgb(37, 173, 123);
    font-size: 18px;
    font-weight: 700;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
  }
  .header-list li a {
    text-decoration: none;
  }
}

.drawer-content {
  background: #dbddb3;
  height: 100vh;
  left: 0;
  opacity: 0;
  overflow: auto;
  padding: 40px 16px 16px;
  position: fixed;
  text-align: left;
  top: 0px;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 40;
}

.m_checked .drawer-content {
  opacity: 1;
  visibility: visible;
}

.drawer-button {
  text-align: right;
  margin-top: 41px;
  margin-right: 10px;
}

.drawer-nav.drawer-button li a {
  font-size: 14px;
}

.drawer-nav li {
  flex-grow: 0;
}

.drawer-nav li a {
  border-left: 6px solid transparent;
  display: block;
  text-align: right;
  color: rgb(37, 173, 123);
  font-size: 26px;
  padding: 20px 12px 24px 0;
  text-decoration: none;
  font-weight: 700;
}

.drawer-nav {
  display: block;
  flex-direction: column; /* li要素を縦に並べる */
  align-items: flex-end; /* 子要素を右寄せ */
  margin-right: 20px;
  margin-top: 30px;
}

.drawer-becter {
  width: 50px;
  height: 50px;
  margin-left: 30px;
}

.drawer-search-button {
  width: 200px;
}

.drawer-icon {
  color: rgba(56, 176, 132, 0.8);
  cursor: pointer;
  font-size: 30px;
  position: fixed;
  right: 18px;
  text-align: center;
  top: 16px;
  z-index: 41;
}
@media screen and (min-width: 768px) {
  .drawer-icon {
    display: none;
  }
}

.drawer-open {
  display: block;
}

.m_checked .drawer-open {
  display: none;
}

.drawer-close {
  display: none;
}

.m_checked .drawer-close {
  display: block;
}

.fv {
  margin-top: 80px;
  width: 100vw;
  height: 600px;
  overflow: hidden; /* はみ出す部分を隠す */
  z-index: 2;
}

.fv-parent {
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  position: relative;
  width: 5vw;
  height: 5vw;
  margin-top: 200px;
}

.fv__chamomileroman::before {
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: -5px;
  right: 40px;
  width: 120px;
  height: 200px;
  background-image: url(../img/fv-chamomileroman.png); /* バックグラウンド画像 */
  background-size: contain;
  transform: rotate(-23deg); /* バックグラウンドにだけtransformを適用 */
  z-index: -2;
  animation-name: fadein-chamomileroman;
  animation-duration: 2s;
}
@media screen and (min-width: 768px) {
  .fv__chamomileroman::before {
    width: 200px;
    height: 260px;
    right: 70px;
  }
}

.fv__chamomileroman::after {
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: -150px;
  right: -200px;
  width: 400px;
  height: 400px;
  background-image: url(../img/fv-chamomileroman-vecter.png); /* バックグラウンド画像 */
  background-size: contain;
  transform: rotate(-8deg); /* バックグラウンドにだけtransformを適用 */
  z-index: -2;
  animation-name: fadein-chamomileroman-vecter;
  animation-duration: 2s;
}
@media screen and (min-width: 768px) {
  .fv__chamomileroman::after {
    top: -80px;
    width: 500px;
    right: -260px;
  }
}

@keyframes fadein-chamomileroman {
  from {
    opacity: 0;
    transform: scale(70%) rotate(-23deg);
  }
  to {
    opacity: 1;
    transform: scale(100%) rotate(-23deg);
  }
}
@keyframes fadein-chamomileroman-vecter {
  from {
    opacity: 0;
    transform: scale(70%) rotate(-8deg);
  }
  to {
    opacity: 1;
    transform: scale(100%) rotate(-8deg);
  }
}
.fv__lavender::before {
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: -10px;
  right: -80px;
  width: 200px;
  height: 335px;
  background-image: url(../img/fv__lavender.png); /* バックグラウンド画像 */
  background-size: contain;
  background-position: center;
  transform: rotate(-13deg); /* バックグラウンドにだけtransformを適用 */
  z-index: 1;
  animation-name: fadein-lavender;
  animation-duration: 2s;
}
@media screen and (min-width: 768px) {
  .fv__lavender::before {
    width: 280px;
    height: 445px;
    right: -70px;
  }
}

.fv__lavender::after {
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 80px;
  right: -150px;
  width: 210px;
  height: 175px;
  background-image: url(../img/fv_lavender_vecter.png); /* バックグラウンド画像 */
  background-size: contain;
  background-position: center;
  transform: rotate(-13deg); /* バックグラウンドにだけtransformを適用 */
  z-index: 1;
  animation-name: fadein-lavender;
  animation-duration: 2s;
}
@media screen and (min-width: 768px) {
  .fv__lavender::after {
    width: 180px;
    height: 250px;
    top: 120px;
    right: -145px;
  }
}

@keyframes fadein-lavender {
  from {
    opacity: 0;
    transform: scale(70%) rotate(-13deg);
  }
  to {
    opacity: 1;
    transform: scale(100%) rotate(-13deg);
  }
}
.fv__rosemary::before {
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: -140px;
  right: -40px;
  width: 140px;
  height: 270px;
  background-image: url(../img/fv__rosemary.PNG); /* バックグラウンド画像 */
  background-size: contain;
  transform: rotate(-4deg); /* バックグラウンドにだけtransformを適用 */
  z-index: -2;
  animation-name: fadein-rosemary;
  animation-duration: 2s;
}
@media screen and (min-width: 768px) {
  .fv__rosemary::before {
    width: 220px;
    height: 360px;
    right: -50px;
  }
}

.fv__rosemary::after {
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: -70px;
  right: -100px;
  width: 320px;
  height: 270px;
  background-image: url(../img/fv-rosemary-vecter.png); /* バックグラウンド画像 */
  background-size: contain;
  transform: rotate(13deg); /* バックグラウンドにだけtransformを適用 */
  z-index: -4;
  animation-name: fadein-orange;
  animation-duration: 2s;
}
@media screen and (min-width: 768px) {
  .fv__rosemary::after {
    width: 400px;
    height: 360px;
    right: -80px;
    top: -68px;
  }
}

@keyframes fadein-rosemary {
  from {
    opacity: 0;
    transform: scale(70%) rotate(-4deg);
  }
  to {
    opacity: 1;
    transform: scale(100%) rotate(-4deg);
  }
}
@keyframes fadein-rosemary-vecter {
  from {
    opacity: 0;
    transform: scale(70%) rotate(13deg);
  }
  to {
    opacity: 1;
    transform: scale(100%) rotate(13deg);
  }
}
.fv__grapefruits::before {
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  top: -40px;
  right: -140px;
  width: 180px;
  height: 260px;
  background-image: url(../img/fv__grapefruits.png); /* バックグラウンド画像 */
  background-size: contain;
  transform: rotate(39deg); /* バックグラウンドにだけtransformを適用 */
  animation-name: fadein-grapefruits;
  animation-duration: 2s;
}
@media screen and (min-width: 768px) {
  .fv__grapefruits::before {
    width: 230px;
    height: 360px;
    right: -100px;
    top: -50px;
    transform: rotate(39deg);
  }
}

@keyframes fadein-grapefruits {
  from {
    opacity: 0;
    transform: scale(70%) rotate(39deg);
  }
  to {
    opacity: 1;
    transform: scale(100%) rotate(39deg);
  }
}
.fv__orange::before {
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: -70px;
  right: -190px;
  width: 200px;
  height: 340px;
  background-image: url(../img/fv__orange.PNG); /* バックグラウンド画像 */
  background-size: contain;
  background-position: center;
  transform: rotate(10deg); /* バックグラウンドにだけtransformを適用 */
  z-index: -2;
  animation-name: fadein-orange;
  animation-duration: 2s;
}
@media screen and (min-width: 768px) {
  .fv__orange::before {
    width: 300px;
    height: 460px;
    right: -230px;
  }
}

.fv__orange::after {
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: -50px;
  right: -190px;
  width: 380px;
  height: 340px;
  background-image: url(../img/fv_orange_vecter.png); /* バックグラウンド画像 */
  background-size: contain;
  background-position: center;
  transform: rotate(0deg); /* バックグラウンドにだけtransformを適用 */
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .fv__orange::after {
    width: 600px;
    height: 460px;
    right: -280px;
  }
}

@keyframes fadein-orange {
  from {
    opacity: 0;
    transform: scale(70%);
  }
  to {
    opacity: 1;
    transform: rotate(10deg) scale(100%);
  }
}
.fv__vecter::before {
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: -100px;
  right: -180px;
  width: 460px;
  height: 400px;
  background-image: url(../img/fv__vecter.png); /* バックグラウンド画像 */
  background-size: contain;
  transform: rotate(8deg); /* バックグラウンドにだけtransformを適用 */
  z-index: 2;
  animation-name: fadein-vecter;
  animation-duration: 2s;
}
@media screen and (min-width: 768px) {
  .fv__vecter::before {
    height: 600px;
    width: 580px;
  }
}

@keyframes fadein-vecter {
  from {
    opacity: 0;
    transform: scale(70%) rotate(8deg);
  }
  to {
    opacity: 1;
    transform: rotate(8deg) scale(100%);
  }
}
.top-ttl {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.textanimation {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  bottom: 500px;
  right: 20%;
  letter-spacing: 1.7px;
}
.textanimation:nth-child(2) {
  bottom: 480px;
  letter-spacing: 1.7px;
}
@media screen and (min-width: 768px) {
  .textanimation {
    right: 30%;
  }
}

@keyframes showTextFromBottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0px);
  }
}
.textanimation span {
  animation: showText 0s backwards;
  display: inline-block;
}

.textanimation > span {
  overflow: hidden;
}

.textanimation > span > span {
  animation: showTextFromBottom 0.5s backwards;
}

#news {
  margin-top: 50px;
  letter-spacing: 0.4em;
  font-weight: 500;
  font-size: 10px;
  color: #C08F66;
}
@media screen and (min-width: 768px) {
  #news {
    margin-top: 80px;
  }
}
#news h1 {
  text-align: center;
}

.news-items {
  padding: 20px 30px;
  border: #C08F66 1px dashed;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .news-items {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
  }
}
.news-items a,
.news-items a:link,
.news-items a:visited,
.news-items a:hover,
.news-items a:active {
  color: #6B5353;
}
.news-items::after {
  content: "";
  position: absolute;
  background: url(../img/yukari-news.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  height: 40px;
  top: -40px;
  right: 8px;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .news-items::after {
    left: 60%;
    transform: translateX(-50%);
  }
}

.news-item-body {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .news-item-body {
    border-left: 1px solid #6B5353;
  }
}
.news-item-body .news-item-body:first-of-type {
  margin-top: 0;
}
.news-item-body h2, .news-item-body p {
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .news-item-body {
    width: 200px;
  }
}

.news-item-title {
  font-size: 14px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.about {
  margin-top: 50px;
}

.about__inner {
  position: relative;
}

.about__contents {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .about__contents {
    align-items: center;
    margin: 0 auto;
    max-width: 800px;
  }
}

.about__title-back {
  position: relative;
  height: 200px;
  background: url(../img/about.png) no-repeat center center/200px auto;
}
@media screen and (min-width: 768px) {
  .about__title-back {
    height: 160px;
    background-size: contain;
  }
}
.about__title-back::before {
  content: "";
  position: absolute;
  background-image: url(../img/about-title-vector.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -115px;
  left: 44%;
  transform: translateX(-50%);
  width: 300px;
  height: 100%;
}

.about-title {
  position: absolute;
  top: 40%;
  left: 36%;
}
@media screen and (min-width: 768px) {
  .about-title {
    top: 30%;
    left: 45%;
    right: 50%;
  }
}

.about-subtitle {
  position: absolute;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  top: 52%;
  left: 36%;
}
@media screen and (min-width: 768px) {
  .about-subtitle {
    left: 45%;
  }
}

.about__background {
  max-height: 760px;
  width: 380px;
  min-width: 340px;
  padding-top: 520px;
  background-image: url(../img/aboutvector.png);
  background-repeat: no-repeat;
  background-origin: padding-box;
  background-size: contain;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about__background {
    width: 750px;
    padding-top: 840px;
    margin-top: 30px;
    background-image: url(../img/about-vector_pc.png);
  }
}

.about-text {
  position: absolute;
  top: 16%;
  left: 42%;
  width: 60%;
  max-width: 290px;
  transform: translateX(-50%);
  display: inline-block;
  font-size: 12px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .about-text {
    font-size: 13px;
    transform: translate(-50%);
    left: 45%;
    top: 17%;
    letter-spacing: 1.3px;
    max-width: 330px;
  }
}
.about-text .about-text__block {
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
}

.about-flower-right {
  position: absolute;
  background-image: url(../img/lavender.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 10%;
  right: 10%;
  width: 75px;
  transform: translateY(-50%) scaleX(-1);
}
@media screen and (min-width: 768px) {
  .about-flower-right {
    top: 20%;
    right: 0%;
    z-index: 5;
  }
}

.about-lavender {
  position: absolute;
  right: 5%;
  width: 130px;
  bottom: 3%;
}
@media screen and (min-width: 768px) {
  .about-lavender {
    top: 10%;
    right: 7%;
    width: 150px;
  }
}

.kirakira-cream {
  position: absolute;
  width: 40px;
  bottom: 25%;
  right: 0%;
}
@media screen and (min-width: 768px) {
  .kirakira-cream {
    top: 3%;
    right: 15%;
  }
}

.kirakira-yellow {
  position: absolute;
  width: 60px;
  bottom: 30%;
  right: 7%;
}
@media screen and (min-width: 768px) {
  .kirakira-yellow {
    top: 9%;
    right: 21%;
  }
}

.kirakira-deep {
  position: absolute;
  width: 30px;
  bottom: 40%;
  right: 0%;
}
@media screen and (min-width: 768px) {
  .kirakira-deep {
    top: 12%;
    right: 5%;
  }
}

.about-flower-left {
  position: absolute;
  left: 5%;
  bottom: 0%;
  width: 85px;
}
@media screen and (min-width: 768px) {
  .about-flower-left {
    top: 30%;
    left: 5%;
  }
}

.abouthuman__title-back {
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 180px;
  height: 100px;
  transform: translateX(-50%);
  left: 70%;
  bottom: -25%;
  background-image: url(../img/about-human.png);
}
@media screen and (min-width: 768px) {
  .abouthuman__title-back {
    display: none;
  }
}
.abouthuman__title-back::before {
  content: "";
  position: absolute;
  top: 70%;
  left: -70px;
  width: 60px;
  height: 100%;
  border-top: 2px solid #C08F66;
  transform: rotate(42deg);
  pointer-events: none;
}

.abouthuman__title {
  position: absolute;
  bottom: -17%;
  left: 50%;
}
@media screen and (min-width: 768px) {
  .abouthuman__title {
    bottom: 40%;
    left: 17%;
    font-size: 24px;
  }
}

.abouthuman-subtitle {
  position: absolute;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  bottom: -22%;
  left: 50%;
}
@media screen and (min-width: 768px) {
  .abouthuman-subtitle {
    left: 17%;
    bottom: 36%;
  }
}

.about-insta {
  position: absolute;
  bottom: -58%;
  left: 50%;
  width: 80px;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .about-insta {
    left: 45%;
    bottom: 20%;
  }
}

.about-chara {
  position: absolute;
  bottom: -70%;
  width: 190px;
  left: 20%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .about-chara {
    bottom: 18%;
    left: 25%;
  }
}

.abouthuman-gide {
  font-size: 12px;
  position: absolute;
  right: 2%;
  bottom: -75%; /* 親要素の中で垂直中央に配置 */
  transform: translateY(-50%); /* 垂直方向で中央寄せ */
}
@media screen and (min-width: 768px) {
  .abouthuman-gide {
    bottom: 14%;
    right: 24%;
  }
}

.gidecloud {
  position: relative;
  background-color: #FFFEFE;
  border-radius: 50px;
  max-width: 200px;
  padding: 30px;
  font-size: 14px;
  z-index: 10; /* 吹き出しを前面に表示 */
}
@media screen and (min-width: 768px) {
  .gidecloud {
    background-color: #F0F7E0;
  }
}
.gidecloud::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 70%;
  -webkit-transform: translateY(-50%);
  transform: scaleX(-2) translateY(-69%) rotate(-15deg);
  width: 0;
  height: 0;
  border-left: 20px solid #FFFEFE;
  border-bottom: 20px solid transparent;
}
@media screen and (min-width: 768px) {
  .gidecloud::before {
    border-left: 20px solid #F0F7E0;
  }
}

.about__button {
  position: absolute;
  bottom: -95%;
  left: 50%;
  transform: translateX(-50%);
  animation: poyoyon3 2.5s infinite;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .about__button {
    bottom: -10%;
  }
}

@keyframes poyoyon3 {
  0%, 40% {
    transform: skew(0deg, 0deg) translateX(-50%);
  }
  5% {
    transform: skew(5deg, 5deg) translateX(-50%);
  }
  10% {
    transform: skew(-4deg, -4deg) translateX(-50%);
  }
  15% {
    transform: skew(3deg, 3deg) translateX(-50%);
  }
  20% {
    transform: skew(-2deg, -2deg) translateX(-50%);
  }
  25% {
    transform: skew(1deg, 1deg) translateX(-50%);
  }
  30% {
    transform: skew(-0.6deg, -0.6deg) translateX(-50%);
  }
  35% {
    transform: skew(0.3deg, 0.3deg) translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .about-pcline {
    border: rgba(107, 83, 83, 0.6) solid 0.5px;
    width: 120px;
    position: absolute;
    left: 39%;
    bottom: 40%;
    border-width: thin;
  }
}

.work {
  margin-top: 530px;
}
@media screen and (min-width: 768px) {
  .work {
    margin-top: 120px;
  }
}

.work__titlecontainer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.work__title-back {
  margin-left: 10px;
  height: 300px;
  background: url(../img/work.png) no-repeat center center/100% auto;
  display: flex;
  justify-content: center; /* 水平方向に中央配置 */
  align-items: center;
  max-width: 450px;
  min-width: 300px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .work__title-back {
    width: 500px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/work-pc.png);
    margin-left: 0px;
  }
}
.work__title-back::before {
  content: "";
  border-bottom: 2px dashed rgba(192, 143, 102, 0.8980392157);
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
}

.work__title {
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .work__title {
    margin-left: 38px;
  }
}

.work__containers {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .work__containers {
    gap: 100px;
    flex-direction: row;
    justify-content: center;
  }
}

.work__container {
  display: flex;
}
@media screen and (min-width: 768px) {
  .work__container {
    gap: 40px;
  }
}

.before-container {
  position: relative;
}
.before-container::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 70px;
  bottom: -50px;
  left: 30px;
  background-image: url(../img/kirakira-deep.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .before-container::before {
    bottom: 0;
    top: -65%;
    left: 165%;
  }
}
.before-container::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 100px;
  top: -30px;
  right: 40px;
  background-image: url(../img/kirakira-cream.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .before-container::after {
    top: -60%;
    right: -90%;
  }
}

.after-container {
  flex-direction: row-reverse;
  margin-top: 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .after-container {
    margin-top: 0;
  }
}
.after-container::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 60px;
  top: 235px;
  right: 136px;
  background-image: url(../img/kirakira-cream.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .after-container::before {
    display: none;
  }
}

.work__container-about {
  position: relative;
  margin-right: 30px;
}
.work__container-about p, .work__container-about h4 {
  text-align: center;
  margin-left: 40px;
  font-size: 10px;
  max-width: 100px;
}
.work__container-about h4 {
  font-size: 14px;
}
.work__container-about img {
  margin-top: 40px;
  width: 160px;
}
.work__container-about::before {
  content: "";
  position: absolute;
  top: -4%;
  left: 6%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/workabout.png);
  width: 180px;
  min-width: 115px;
  height: 140px;
}
@media screen and (min-width: 768px) {
  .work__container-about::before {
    width: 220px;
  }
}
.work__container-about.therapist {
  margin-left: 15px;
  margin-right: 0px;
}
.work__container-about.therapist p, .work__container-about.therapist h4 {
  margin-left: 30px;
}
.work__container-about.therapist::before {
  width: 140px;
}
.work__container-about.therapist::after {
  content: "";
  position: absolute;
  top: 225px;
  right: -5px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/realfrankin.png);
  width: 80px;
  height: 100%;
}

.work__container-item {
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
}
.work__container-item img {
  width: 140px;
}

.use {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .use {
    margin-top: 90px;
  }
}

.use__titlecontainer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.use__title-back {
  margin-left: 10px;
  height: 270px;
  background: url(../img/use.png) no-repeat center center/100% auto;
  display: flex;
  justify-content: center; /* 水平方向に中央配置 */
  align-items: center;
  max-width: 450px;
  min-width: 300px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .use__title-back {
    width: 500px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/use.png);
    margin-left: 0px;
  }
  .use__title-back::before {
    content: "";
    background-image: url(../img/about-under.png);
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 50px;
    background-repeat: no-repeat;
  }
}

.use__title {
  line-height: 1.6;
  letter-spacing: 8px;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  margin-left: 30px;
}

.use__outbox {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .use__outbox {
    flex-direction: row;
    justify-content: space-between;
    margin: 60px auto 0px auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 768px) {
  .in1 {
    align-self: flex-start;
  }
}

.in2 img {
  width: 200px;
}
@media screen and (min-width: 768px) {
  .in2 {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .in3 {
    margin-top: 100px;
  }
}

.use__content-title {
  text-align: center;
  font-size: 20px;
  letter-spacing: 7px;
}

.use__content-item {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 310px;
  padding: 30px 12.5%;
  border-left: 1px solid #6b5353;
}
@media screen and (min-width: 768px) {
  .use__content-item {
    max-width: 350px;
    border-left: none;
    position: relative;
  }
  .use__content-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 200px;
    width: 1px;
    background-color: #6b5353;
  }
  .use__content-item p {
    max-width: 400px;
  }
}
.use__content-item p {
  font-size: 14px;
  max-width: 280px;
}
.use__content-item img {
  margin-top: 40px;
  max-width: 157px;
}

.content-item-reverse {
  border-left: none;
  border-right: 1px solid #6b5353;
}
@media screen and (min-width: 768px) {
  .content-item-reverse {
    border-right: none;
  }
}
.content-item-reverse img {
  max-width: 250px;
}

.chara__titlecontainer {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chara__title {
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  margin-left: 30px;
}
@media screen and (min-width: 768px) {
  .chara__title {
    margin-top: 20px;
  }
}

.chara__title-back {
  background-image: url(../img/chara.png);
  height: 250px;
}
@media screen and (min-width: 768px) {
  .chara__title-back {
    background-image: url(../img/chara-pc.png);
  }
}

@media screen and (min-width: 768px) {
  .chara-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.chara__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .chara__content span {
    letter-spacing: 5px;
  }
}
.chara__content p, .chara__content span {
  text-align: center;
}
.chara__content p {
  font-size: 14px;
}
.chara__content span {
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
}

.chara-container {
  text-align: center;
  padding: 30px 20px;
  border-radius: 53px;
  background-color: rgba(255, 255, 255, 0.6);
}
.chara-container p {
  margin-left: auto;
  margin-right: auto;
  padding: 0 8%;
  max-width: 250px;
  margin-top: 15px;
  text-align: left;
}
.chara-container img {
  width: 200px;
}
@media screen and (min-width: 768px) {
  .chara-container {
    margin-top: 10px;
    display: flex;
    padding: 30px 10%;
  }
  .chara-container p {
    padding: 0;
    max-width: 800px;
  }
  .chara-container h4 {
    text-align: left;
  }
}

.chara__button {
  margin-top: 15px;
}
.chara__button a {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .chara__button a {
    padding: 10px 30px;
  }
}

.form__action {
  text-align: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  min-width: 9rem;
}
.form__action input, .form__action textarea {
  width: 100%;
  max-width: 100%;
  border: none;
  margin: 0.5rem 0;
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
  border: #C08F66 1px solid;
  background: none;
  color: black;
}
.form__action input[type=submit], .form__action textarea[type=submit] {
  letter-spacing: 3px;
  border-radius: 30px;
  color: #6B5353;
  width: auto;
  padding: 10px 50px;
  background: rgba(255, 249, 228, 0.6);
  border: rgba(56, 176, 132, 0.9) 2px solid;
  transition: background-color 0.3s, color 0.3s;
}
.form__action input[type=submit]:hover, .form__action textarea[type=submit]:hover {
  background: #a5c19e;
}
.form__action input.error, .form__action textarea.error {
  color: #fff;
}
.form__action textarea {
  height: 10rem;
}

.form__back {
  width: 100%;
  display: flex;
  margin-top: 50px;
  background-image: url(../img/form.jpeg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1100px;
  height: 500px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .form__back {
    background-image: url(../img/form-pc.png);
  }
}

.form__area {
  letter-spacing: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.9);
  background-size: 400px;
  height: 420px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 30px;
}
.form__area h2 {
  text-align: center;
  margin-top: 15px;
}

.link {
  background: #F4FBF6;
  padding-top: 50px;
  padding-bottom: 50px;
}

.link__title {
  letter-spacing: 8px;
  font-weight: 600;
  position: relative;
}
.link__title::before {
  content: "";
  position: absolute;
  height: 100px;
  width: 130px;
  top: -12px;
  left: 35%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/link.png);
  transform: translateX(-50%);
}
.link__title::after {
  content: "";
  position: absolute;
  height: 100px;
  width: 130px;
  top: -12px;
  right: 35%;
  background-repeat: no-repeat;
  background-size: contain;
  transform: scaleX(-1) translateX(-50%);
  background-image: url(../img/link.png);
}
@media screen and (min-width: 768px) {
  .link__title::after {
    right: 38%;
  }
}

.link__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}
.link__content {
  margin-top: 30px;
}

.link__content-title {
  text-align: center;
  width: 300px;
  border-bottom: rgba(192, 143, 102, 0.9) solid 1px;
}
.link__content-title img {
  width: 140px;
}
@media screen and (min-width: 768px) {
  .link__content-title {
    width: 100%;
    display: flex;
    justify-content: center;
    border-bottom: none;
  }
}

.link__content-sns {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.link__aromanga-insta img {
  max-width: 70px;
}

.link__aromanga-youtube img {
  max-width: 70px;
}

.link__aromanga-book {
  margin-top: 20px;
  text-align: center;
}
.link__aromanga-book img {
  max-width: 210px;
}

.aromanga-book-text {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 4.2px;
}
.aromanga-book-text a,
.aromanga-book-text a:link,
.aromanga-book-text a:visited,
.aromanga-book-text a:hover,
.aromanga-book-text a:active {
  text-decoration: none; /* text-decorationを無効化 */
  border-bottom: 1px dashed #000;
  color: #6B5353;
}
@media screen and (min-width: 768px) {
  .aromanga-book-text {
    font-weight: 600;
  }
}

.gokigen-items {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .gokigen-items {
    margin-top: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
  }
}

.gokigen-img {
  text-align: center;
}
.gokigen-img img {
  max-width: 300px;
}

.gokigen-text {
  text-align: center;
  margin-top: 20px;
}
.gokigen-text p {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 4.2px;
}
@media screen and (min-width: 768px) {
  .gokigen-text {
    text-align: left;
  }
}

.link__content-title {
  font-weight: 600;
  letter-spacing: 4.2px;
}

.nakanohito-icon {
  margin-top: 20px;
  text-align: center;
}
.nakanohito-icon img {
  max-width: 150px;
}
@media screen and (min-width: 768px) {
  .nakanohito-icon {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .link__content-box {
    border-top: rgba(192, 143, 102, 0.9) solid 1px;
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .link__pc-box {
    display: flex;
    gap: 10vw;
    margin-bottom: 30px;
  }
}

.link-nakanohito {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .link-nakanohito {
    flex-shrink: 0;
  }
}

.nakanohitobox {
  margin-top: 20px;
}

.footer {
  width: 100%;
  background: rgba(192, 143, 102, 0.9);
  padding-top: 8px;
  padding-bottom: 12px;
  text-align: center;
  position: fixed;
  bottom: 0;
  z-index: 50;
}

.footer__copyright {
  color: #f5f5f5;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.96px;
}

.pagetop {
  position: fixed;
  right: 10px;
  bottom: 40px;
  width: min(24%, 80px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 60;
}
.pagetop img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .pagetop {
    right: 15px;
    bottom: 50px;
    width: 90px;
  }
}
.pagetop.is-show {
  opacity: 1;
  visibility: visible;
}
/* ４０４ */
.entry-404 {
  margin-top: 110px;
}
@media screen and (min-width: 768px) {
  .entry-404 {
    display: flex;
    gap: 80px;
    align-items: center;
    justify-content: center;
  }
}

.entry-404__head {
  text-align: center;
}
.entry-404__head img {
  width: 250px;
}

.entry-404__title {
  text-align: center;
}
.entry-404__title img {
  width: 300px;
}

.entry-404__navigation {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.entry-404-btn {
  margin-top: 30px;
  margin-bottom: 50px;
  display: inline-block;
  border: #6B5353 solid 2px;
  border-radius: 30px;
  padding: 10px 20px;
}
.entry-404-btn a,
.entry-404-btn a:link,
.entry-404-btn a:visited,
.entry-404-btn a:hover,
.entry-404-btn a:active {
  color: #6B5353;
}
.entry-404-btn:hover {
  background: rgba(192, 143, 102, 0.7);
}

.wpcf7 {
  text-align: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  min-width: 9rem;
}
@media screen and (min-width: 768px) {
  .wpcf7 {
    margin-left: 80px;
    margin-right: 80px;
  }
}
.wpcf7 input, .wpcf7 textarea {
  width: 100%;
  max-width: 100%;
  border: none;
  margin: 0.3rem 0;
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
  border: #C08F66 1px solid;
  background: none;
  color: black;
}
.wpcf7 input[type=submit], .wpcf7 textarea[type=submit] {
  letter-spacing: 3px;
  border-radius: 30px;
  color: #6B5353;
  width: auto;
  padding: 10px 50px;
  background: rgba(255, 249, 228, 0.6);
  border: rgba(56, 176, 132, 0.9) 2px solid;
  transition: background-color 0.3s, color 0.3s;
}
.wpcf7 input[type=submit]:hover, .wpcf7 textarea[type=submit]:hover {
  background: #a5c19e;
}
.wpcf7 input.error, .wpcf7 textarea.error {
  color: #fff;
}
.wpcf7 textarea {
  height: 10rem;
}

.wpcf7-spinner {
  display: none;
}

.form__back {
  width: 100%;
  display: flex;
  margin-top: 80px;
  background-image: url(../img/form.jpeg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1160px;
  height: 600px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .form__back {
    background-image: url(../img/form-pc.jpg);
  }
}

.form__area {
  letter-spacing: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.9);
  background-size: 400px;
  height: 480px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 30px;
}
.form__area h2 {
  text-align: center;
  margin-bottom: 10px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-message {
  max-width: 530px;
  font-size: 7px;
  color: rgba(49, 38, 38, 0.4);
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .recaptcha-message {
    font-size: 9px;
  }
}/*# sourceMappingURL=style.css.map */