body {
  position: relative;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  font-style: normal;
  font-size: 1.1875rem;
  font-family: "Kaisei Tokumin", serif;
  font-optical-sizing: auto;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5em;
  color: #28140f;
  font-weight: 200;
  font-style: normal;
  overflow-wrap: break-word;
  text-underline-offset: 0.2em;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 1rem;
  }
}

a {
  color: #28140f;
  text-decoration: underline;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.7;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  a:hover {
    opacity: 1;
  }
}

.txtS {
  font-size: 0.8em;
  line-height: 1.3em;
}

.txtSS {
  font-size: 0.65em;
}

.txtL {
  font-size: 1.2em;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.pc {
  display: block;
}
@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
}

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

.lineH10 {
  line-height: 1em;
}

.lineH12 {
  line-height: 1.2em;
}

.lineH13 {
  line-height: 1.3em;
}

.displayB {
  display: block;
}

body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*all*/
h2.mainTtl {
  font-size: 3.125rem;
  font-family: "Elsie Swash Caps", serif;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.1em;
  position: relative;
  margin: 0 auto;
  width: fit-content;
}
@media screen and (max-width: 750px) {
  h2.mainTtl {
    font-size: 2.1875rem;
  }
}

/***header***/
header {
  margin: 3em 0 4.5em;
}
@media screen and (max-width: 750px) {
  header {
    margin: 1em 0 2em;
  }
}
header .ttl {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
  padding: 40px 30px 0;
  border-radius: 50%;
  aspect-ratio: 1;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #eee;
}
@media screen and (max-width: 1200px) {
  header .ttl {
    width: 33.33%;
  }
}
@media screen and (max-width: 750px) {
  header .ttl {
    width: 50%;
  }
}
header .ttl .logo {
  display: block;
  width: 50%;
  margin: 0 auto;
}

/***contents***/
.bg {
  background: url(../images/bg8.webp) center center/1024px 1536px #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .bg {
    background: url(../images/bg8.webp) center center/700px 1050px #fff;
  }
}

.bg1 {
  position: relative;
}
.bg1 h2.mainTtl {
  color: #f45f5f;
}

.bg2 {
  position: relative;
}
.bg2 h2.mainTtl {
  color: #eccf49;
}

.bg3 {
  position: relative;
}
.bg3 h2.mainTtl {
  color: #fca15e;
}

.bg4 {
  position: relative;
}
.bg4 h2.mainTtl {
  color: #ff77bd;
}

.conWrap {
  margin: 0 auto 50px;
  padding: 6em 5% 5em;
  max-width: 1100px;
  width: auto;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
}
@media screen and (max-width: 1200px) {
  .conWrap {
    margin: 0 50px 50px;
  }
}
@media screen and (max-width: 750px) {
  .conWrap {
    padding: 2.5em 5% 2.5em;
    margin: 0 5% 5vw;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.85);
  }
}

.profileWrap {
  border: 1px solid #ffe0e0;
}
.profileWrap h2.mainTtl {
  color: #f45f5f;
}
.profileWrap .box {
  position: relative;
  margin: 2em 0 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .profileWrap .box {
    display: block;
    margin: 1em 0 0;
  }
}
.profileWrap .box .imgBox {
  position: relative;
  width: 40%;
}
@media screen and (max-width: 750px) {
  .profileWrap .box .imgBox {
    width: 70%;
    margin: 0 auto;
  }
}
.profileWrap .box .txtBox {
  width: 57%;
  line-height: 1.8em;
}
@media screen and (max-width: 750px) {
  .profileWrap .box .txtBox {
    width: auto;
    margin: 1.5em 0 0;
  }
}
.profileWrap .box .txtBox .profile {
  position: relative;
  border: 1px solid #f45f5f;
  border-radius: 5px;
  margin: 1em 0 0;
  padding: 0.8em;
  line-height: 1.6em;
}
.profileWrap .box .txtBox .profile .name {
  font-size: 1.375rem;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .profileWrap .box .txtBox .profile .name {
    width: auto;
    font-size: 1.25rem;
  }
}
.profileWrap .box .txtBox .profile .txt {
  margin: 0.3em 0 0;
}

/*profileWrap*/
.aboutWrap {
  border: 1px solid #fbf4d1;
}
.aboutWrap .mainTtl {
  position: relative;
  margin: 0 auto;
  width: fit-content;
}
.aboutWrap h2.mainTtl {
  color: #f4d027;
}
.aboutWrap .box {
  margin: 2em 0 0;
}
@media screen and (max-width: 750px) {
  .aboutWrap .box {
    margin: 1em 0 0;
  }
}
.aboutWrap .box .tbl {
  position: relative;
  width: 100%;
}
.aboutWrap .box .tbl tr td {
  border-bottom: 1px solid #f4d027;
  padding: 0.8em;
}
.aboutWrap .box .tbl tr td li {
  margin: 0.4em 0;
  position: relative;
  padding: 0 0 0 0.6em;
  line-height: 1.4em;
}
.aboutWrap .box .tbl tr td li::before {
  position: absolute;
  top: 0.6em;
  left: 0;
  content: "";
  display: inline-block;
  background: #f4d027;
  width: 7px;
  height: 7px;
  border-radius: 50px;
}
.aboutWrap .box .tbl tr th {
  white-space: nowrap;
  border-bottom: 2px solid #f4d027;
  padding: 0.8em;
}

/*aboutWrap*/
.corporateWrap {
  border: 1px solid #ffe7d6;
}
.corporateWrap h2.mainTtl {
  color: #fca15e;
}
.corporateWrap .box {
  position: relative;
  margin: 3em auto 0;
  text-align: center;
  width: fit-content;
}
@media screen and (max-width: 750px) {
  .corporateWrap .box {
    margin: 2em auto 0;
  }
}
.corporateWrap .box .txt {
  line-height: 1.4em;
  position: relative;
  font-size: 1.5625rem;
  font-weight: 500;
  margin: 0 0 2.5em;
}
@media screen and (max-width: 750px) {
  .corporateWrap .box .txt {
    font-size: 1.25rem;
  }
}
.corporateWrap .box .txt:last-child {
  margin: 0;
}
.corporateWrap .box .txt:last-child::after {
  display: none;
}
.corporateWrap .box .txt::after {
  content: "";
  position: absolute;
  bottom: -2.3em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 1.25rem;
  color: #f3ca7c;
  width: 1.5em;
  height: 1.5em;
  background: url(../images/icon_flower.svg) no-repeat 0 0/100% auto;
}
@media screen and (max-width: 750px) {
  .corporateWrap .box .txt::after {
    width: 1.3em;
    height: 1.3em;
    bottom: -2em;
  }
}

/*corporateWrap*/
.worksWrap {
  border: 1px solid #ffe1f0;
  /*box*/
}
@media screen and (max-width: 750px) {
  .worksWrap .mainTtl {
    margin-bottom: 0.5em;
  }
}
.worksWrap h2.mainTtl {
  color: #ff77bd;
}
.worksWrap .naminami {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 2em 0;
}
@media screen and (max-width: 750px) {
  .worksWrap .naminami {
    width: 70%;
    padding: 2.5em 0;
  }
}
.worksWrap .naminami svg {
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .worksWrap .naminami svg {
    width: 100%;
  }
}
.worksWrap .box {
  margin: 2em 0 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .worksWrap .box {
    display: block;
    margin: 0;
  }
}
.worksWrap .box .imgBox {
  width: 40%;
}
@media screen and (max-width: 750px) {
  .worksWrap .box .imgBox {
    width: auto;
  }
}
.worksWrap .box .imgBox a {
  display: block;
}
.worksWrap .box .imgBox.zerokyori img {
  display: block;
  width: 40%;
  margin: 0 auto;
  text-align: center;
}
.worksWrap .box .imgBox.youtube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1.7777777778;
}
.worksWrap .box .txtBox {
  width: 57%;
}
@media screen and (max-width: 750px) {
  .worksWrap .box .txtBox {
    width: auto;
    margin: 0.5em 0 0;
  }
}
.worksWrap .box .txtBox .ttl {
  font-size: 1.375rem;
  font-weight: bold;
}
.worksWrap .box .txtBox .ttl a {
  font-size: 1.375rem;
  font-weight: bold;
  text-decoration: none;
}
.worksWrap .box .txtBox .ttl a::after {
  content: "";
  display: inline-block;
  background: #fd5cbf;
  width: 0.5em;
  height: 0.6em;
  clip-path: polygon(0 0, 100% 50%, 0% 100%);
  margin: 0 0 0 0.4em;
}
.worksWrap .box .txtBox .list {
  margin: 0.5em 0 0;
}
.worksWrap .box .txtBox .list li {
  line-height: 1.2em;
  position: relative;
  margin: 0 0 0.2em;
  padding: 0 0 0 0.8em;
  font-size: 0.9375rem;
}
.worksWrap .box .txtBox .list li::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  content: "";
  display: inline-block;
  background: #fd5cbf;
  width: 7px;
  height: 7px;
  border-radius: 50px;
}
.worksWrap .box .txtBox .txt {
  margin: 1em 0 0;
}
.worksWrap .box .txtBox .link {
  margin: 1em 0 0;
  font-size: 0.9375rem;
  line-height: 1.5em;
}
.worksWrap .box.box1 {
  position: relative;
}
.worksWrap .box.box2 .imgBox {
  position: relative;
}

/*worksWrap*/
.instagram-feed {
  margin: 0 auto 50px;
  padding: 1em 0 3em;
  max-width: 1100px;
  width: auto;
}
@media screen and (max-width: 1200px) {
  .instagram-feed {
    margin: 0 50px 50px;
  }
}
@media screen and (max-width: 750px) {
  .instagram-feed {
    padding: 1em 5% 2em;
    margin: 0 5% 5vw;
  }
}

/****footer****/
footer {
  position: relative;
}
footer .nami {
  background: #ffe1f0;
}
footer .nami path {
  fill: #fff;
}
footer .snsList {
  margin: 3em auto 4em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  footer .snsList {
    margin: 2em auto;
    padding: 0 0 2em;
  }
}
footer .snsList li {
  margin: 0 1em;
  background: rgba(255, 255, 255, 0.7);
}
footer .snsList li a {
  text-decoration: none;
  display: block;
}
footer .snsList li a .txt {
  font-size: 0.75rem;
  margin: 0.1em auto;
  text-align: center;
  line-height: 1em;
}
footer .snsList li.twitch {
  width: 70px;
  aspect-ratio: 1;
  border-radius: 50%;
}
footer .snsList li.twitch a {
  padding: 10px;
}
footer .snsList li.twitch img {
  padding: 10px;
}
footer .snsList li.instagram {
  width: 70px;
  aspect-ratio: 1;
  border-radius: 50%;
}
footer .snsList li.instagram a {
  padding: 10px;
}
footer .snsList li.instagram img {
  padding: 10px;
}
footer .snsList li.mail {
  width: 70px;
  aspect-ratio: 1;
  border-radius: 50%;
}
footer .snsList li.mail a {
  padding: 10px;
}
footer .snsList li.mail img {
  display: block;
  margin: 0 0 0 10px;
  width: 40px;
}/*# sourceMappingURL=style.css.map */