@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@500&family=Noto+Sans+JP:wght@100..900&display=swap");
/*inc*/
html {
  font-size: 62.5%;
  letter-spacing: 0.1em;
  scroll-behavior: smooth;
  background: #F1E9DD;
}

* {
  margin: 0;
  padding: 0;
  border: none;
}

body {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.075em;
}

.linkBtn01 {
  display: inline-block;
  width: 100%;
  max-width: 260px;
  background: #EA5A00;
  color: #FFF;
  text-align: center;
  border-radius: 3px;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  padding: 20px 0;
  border-bottom: 3px #B24500 solid;
  position: relative;
}
@media screen and (max-width: 834px) {
  .linkBtn01 {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
    font-size: 2rem;
  }
}
.linkBtn01::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #FFF;
}
.linkBtn01::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  right: 16px;
  width: 5px;
  height: 5px;
  border-radius: 1px;
  border-top: 2px solid #EA5A00;
  border-right: 2px solid #EA5A00;
  transform: rotate(45deg);
}
.linkBtn01.blue {
  background: #0069AA;
  border-bottom: 3px #04588B solid;
}
.linkBtn01.blue::after {
  border-top: 2px solid #0069AA;
  border-right: 2px solid #0069AA;
}
.linkBtn01.blue span {
  display: block;
  font-size: 1.1rem;
  margin-top: 3px;
}
.linkBtn01.green {
  background: #76B66F;
  border-bottom: 3px #61905C solid;
}
.linkBtn01.green::after {
  border-top: 2px solid #76B66F;
  border-right: 2px solid #76B66F;
}

header nav {
  display: flex;
}
header nav #topNav {
  width: 100%;
  display: flex;
}
header nav #topNav li:last-child a {
  padding: 0;
  margin: 0;
}
header nav #topNav li:last-child a::after {
  display: none;
  content: "";
}
header {
  padding: 2% 2% 1%;
  position: relative;
  z-index: 10;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  width: 100%;
}
@media screen and (max-width: 834px) {
  header {
    z-index: 100;
    margin-top: 0;
    padding: 0;
  }
}
header .hdWrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  align-items: center;
}
@media screen and (max-width: 834px) {
  header .hdWrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3%;
  }
}
header .hdWrap .hLogo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 834px) {
  header .hdWrap .hLogo {
    position: relative;
  }
}
header .hdWrap .hLogo img {
  width: 170px;
  margin-right: 20px;
}
@media screen and (max-width: 834px) {
  header .hdWrap .hLogo img {
    margin-top: 20px;
  }
}
header .hdWrap .hLogo h1 {
  font-size: 1rem;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 834px) {
  header .hdWrap .hLogo h1 {
    position: absolute;
    top: 0;
  }
}
header .hdWrap .navBox {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 834px) {
  header .hdWrap .navBox {
    width: auto;
  }
}
header .hdWrap .navBox .spBtn {
  display: none;
}
@media screen and (max-width: 834px) {
  header .hdWrap .navBox .spBtn {
    display: block;
    width: 40px;
    z-index: 100;
    position: absolute;
    right: 20px;
    top: 35px;
  }
  header .hdWrap .navBox .spBtn .btnLine span {
    transition: 0.5s all ease;
    display: block;
    width: 100%;
    background: #222;
    height: 4px;
    border-radius: 5px;
    margin-bottom: 6px;
  }
  header .hdWrap .navBox .spBtn .btnLine span:last-child {
    margin-bottom: 0;
  }
}
header .hdWrap .navBox .spBtn.open {
  position: fixed;
  right: 20px;
  top: 30px;
}
header .hdWrap .navBox .spBtn.open .btnLine span:first-child {
  transform: rotate(225deg);
  position: relative;
  top: 10px;
}
header .hdWrap .navBox .spBtn.open .btnLine span:nth-child(2) {
  transform: rotate(-225deg);
}
header .hdWrap .navBox .spBtn.open .btnLine span:last-child {
  opacity: 0;
}
header .hdWrap .navBox nav {
  width: 100%;
  position: relative;
  display: block;
}
@media screen and (max-width: 834px) {
  header .hdWrap .navBox nav {
    display: none;
  }
}
header .hdWrap .navBox nav.open {
  transition: 0.5s all ease;
}
@media screen and (max-width: 834px) {
  header .hdWrap .navBox nav.open {
    display: flex;
    background: #F1E9DD;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    justify-content: center;
  }
  header .hdWrap .navBox nav.open ul {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
  }
  header .hdWrap .navBox nav.open ul li {
    width: 100%;
    margin: 10px 20px;
  }
  header .hdWrap .navBox nav.open ul li a {
    font-size: 2rem;
  }
}
header .hdWrap .navBox nav ul {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .hdWrap .navBox nav ul li.spMenu {
  display: none;
}
@media screen and (max-width: 834px) {
  header .hdWrap .navBox nav ul li.spMenu {
    display: block;
  }
}
header .hdWrap .navBox nav ul li a {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  display: inline-block;
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
  line-height: 100%;
}
@media screen and (max-width: 834px) {
  header .hdWrap .navBox nav ul li a::after {
    display: none;
  }
}
header .hdWrap .navBox nav ul li a::after {
  content: "";
  position: absolute;
  right: 0;
  border: 1px dashed #C4B291;
  height: 1em;
}
header .hdWrap .navBox nav ul li a:hover {
  font-weight: 700;
}
header .hdWrap .navBox nav ul li a:hover::after {
  transform: scale(1, 1);
}
header .hdWrap .navBox nav ul li a.hLinkBtn {
  padding: 0;
  width: 150px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(45deg, #3F2100 0%, #C4B291 100%);
  border-radius: 5px;
}
@media screen and (max-width: 834px) {
  header .hdWrap .navBox nav ul li a.hLinkBtn {
    width: auto;
    background: none;
    display: block;
    height: auto;
    padding-left: 10px;
    background: url(../img/iconArrowW01.png) no-repeat left 0.55em !important;
    background-size: 4px !important;
    margin: 0;
  }
}
header .hdWrap .navBox nav ul li a.hLinkBtn.cntct {
  background: linear-gradient(45deg, #F1E9DD 0%, #EA5A00 100%);
}
@media screen and (max-width: 834px) {
  header .hdWrap .navBox nav ul li a.hLinkBtn.cntct {
    background: none;
    padding: 0 0 0 10px;
  }
}
header .hdWrap .navBox nav ul li a.hLinkBtn.cntct span {
  background: url(../img/hlink_icon02.png) no-repeat;
  background-size: 18px;
}
@media screen and (max-width: 834px) {
  header .hdWrap .navBox nav ul li a.hLinkBtn.cntct span {
    background: none;
  }
}
header .hdWrap .navBox nav ul li a.hLinkBtn span {
  display: block;
  background: url(../img/hlink_icon01.png) no-repeat;
  background-size: 20px;
  padding-left: 30px;
}
@media screen and (max-width: 834px) {
  header .hdWrap .navBox nav ul li a.hLinkBtn span {
    padding: 0;
    background: none;
  }
}
header .hdWrap .navBox nav ul li a.hLinkBtn::after {
  display: none;
}

#mainWrap #mainTxt01 {
  position: absolute;
  bottom: 60px;
  left: 60px;
}
@media screen and (max-width: 834px) {
  #mainWrap #mainTxt01 {
    left: 30px;
  }
}
#mainWrap #mainTxt01 p {
  font-family: "Tilt Warp";
  font-size: 4rem;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 834px) {
  #mainWrap #mainTxt01 p {
    font-size: 3rem;
  }
}
#mainWrap #mainTxt01 p:first-letter {
  color: #B24500;
}
#mainWrap #mainTxt01 p:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 4px;
  background: #333;
  right: -21px;
  bottom: 9px;
  animation: blink 1s step-end infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#mainWrap #mainTxt01 h1 {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  #mainWrap #mainTxt01 h1 {
    font-size: 1.5rem;
    line-height: 1.8em;
    width: 90%;
  }
}
#mainWrap #mainVsal {
  width: 96%;
  height: 600px;
  margin: 1% 2% 2% 2%;
  overflow: hidden;
  position: relative;
  border-radius: 40px 40px 40px 0;
  margin-bottom: 80px;
  background: url(../img/mv.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 834px) {
  #mainWrap #mainVsal {
    border-radius: 20px 20px 20px 0;
    height: 360px;
  }
}
#mainWrap #mainVsal p {
  color: #3F2100;
  display: inline-block;
  font-size: 2.6rem;
  padding: 50px 80px;
  background: #F1E9DD;
  line-height: 2em;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  border-radius: 0 50px 0 0;
  z-index: 1;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 834px) {
  #mainWrap #mainVsal p {
    font-size: 1.7rem;
    padding: 20px;
    line-height: 1.4em;
  }
}
#mainWrap #mainVsal img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#mainWrap #mainVsal img.pc {
  display: block;
}
#mainWrap #mainVsal img.sp {
  display: none;
}
@media screen and (max-width: 834px) {
  #mainWrap #mainVsal img {
    width: 800px;
    margin-left: -50%;
  }
  #mainWrap #mainVsal img.pc {
    display: none;
  }
  #mainWrap #mainVsal img.sp {
    display: block;
  }
}
@keyframes mvAnime01 {
  0% {
    filter: blur(0px) grayscale(0%);
  }
  50% {
    filter: blur(5px) grayscale(100%);
  }
  100% {
    filter: blur(0px) grayscale(0);
  }
}

#topContentWrap .topContentIn {
  padding: 100px 0;
  width: 98%;
  max-width: 1200px;
  margin: 0 auto;
}
#topContentWrap .topContentIn.In02 {
  max-width: 1000px;
}
@media screen and (max-width: 834px) {
  #topContentWrap .topContentIn {
    padding: 60px 0;
    width: 90%;
  }
}

.mainTxtBox {
  display: block;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .mainTxtBox {
    width: 90%;
    margin: 0 auto;
  }
}
.mainTxtBox img {
  max-width: 400px;
  margin: 0 auto 50px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .mainTxtBox img {
    margin: 0 auto 20px;
    max-width: 200px;
  }
}
.mainTxtBox p {
  font-family: "Tilt Warp";
  font-size: 4rem !important;
  margin-bottom: 10px;
}
.mainTxtBox p:first-letter {
  color: #B24500;
}
.mainTxtBox h2 {
  font-size: 2.3rem;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  margin-bottom: 30px;
  text-shadow: 0px 0px 5px rgb(255, 255, 255), 0px 0px 5px rgb(255, 255, 255);
  line-height: 1.7em;
}
@media screen and (max-width: 834px) {
  .mainTxtBox h2 {
    font-size: 2rem;
    line-height: 1.6em;
  }
}
.mainTxtBox.mainTxt02 {
  text-align: center;
}
.mainTxtBox.mainTxt02:after {
  left: 50%;
  margin-left: -15px;
}

.mainTxtBox2 {
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  line-height: 3.8em;
}
.mainTxtBox2 h2 {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.6em;
}
@media screen and (max-width: 834px) {
  .mainTxtBox2 h2 {
    font-size: 2.4rem;
  }
}
.mainTxtBox2 h2.sub {
  font-size: 2.4rem;
}
@media screen and (max-width: 834px) {
  .mainTxtBox2 h2.sub {
    font-size: 2rem;
  }
}
.mainTxtBox2 h2.sub span {
  font-size: 2.8rem;
}
@media screen and (max-width: 834px) {
  .mainTxtBox2 h2.sub span {
    font-size: 2rem;
    letter-spacing: -0.1em;
  }
}
.mainTxtBox2 h3 {
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.5em;
  text-align: left;
}
.mainTxtBox2 span {
  color: #EA5A00;
}
.mainTxtBox2 span.sub2 {
  font-size: 4rem;
}
@media screen and (max-width: 834px) {
  .mainTxtBox2 span.sub2 {
    font-size: 3rem;
  }
}

#topContentAbout {
  padding-bottom: 60px;
}
#topContentAbout .topContentAboutCopy {
  margin-bottom: 80px;
}
#topContentAbout .topContentAboutCopy .txt01 {
  font-size: 1.6rem;
  line-height: 2.2em;
  width: 90%;
  margin: 0 auto 30px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  #topContentAbout .topContentAboutCopy .txt01 {
    text-align: justify;
  }
}
#topContentAbout .topContentAboutCopy .txt01 .txtBig {
  font-size: 2rem;
  font-weight: 900;
}
#topContentAbout .topContentAboutCopy .topPhtBGbox {
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
}
#topContentAbout .topContentAboutCopy .topPhtBGbox figure {
  position: absolute;
  box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.3);
}
#topContentAbout .topContentAboutCopy .topPhtBGbox figure.img01 {
  left: 50px;
  top: -10px;
  transform: rotate(-20deg);
}
@media screen and (max-width: 834px) {
  #topContentAbout .topContentAboutCopy .topPhtBGbox figure.img01 {
    left: -10px;
    top: -50px;
  }
}
#topContentAbout .topContentAboutCopy .topPhtBGbox figure.img02 {
  left: 60px;
  top: 170px;
  transform: rotate(10deg);
}
@media screen and (max-width: 834px) {
  #topContentAbout .topContentAboutCopy .topPhtBGbox figure.img02 {
    left: -10px;
    top: 100px;
  }
}
#topContentAbout .topContentAboutCopy .topPhtBGbox figure.img03 {
  right: 40px;
  top: -30px;
  transform: rotate(10deg);
}
@media screen and (max-width: 834px) {
  #topContentAbout .topContentAboutCopy .topPhtBGbox figure.img03 {
    right: 10px;
    top: -50px;
  }
}
#topContentAbout .topContentAboutCopy .topPhtBGbox figure.img04 {
  right: 60px;
  top: 160px;
  transform: rotate(-10deg);
}
@media screen and (max-width: 834px) {
  #topContentAbout .topContentAboutCopy .topPhtBGbox figure.img04 {
    right: 10px;
    top: 120px;
  }
}
#topContentAbout .topContentAboutCopy .topPhtBGbox figure img {
  width: 140px;
  height: 100px;
  background: #FFF;
  border: 3px solid #FFF;
}
@media screen and (max-width: 834px) {
  #topContentAbout .topContentAboutCopy .topPhtBGbox figure img {
    width: 70px;
    height: 50px;
  }
}

.topAboutList01 {
  width: 92%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
}
.topAboutList01 li {
  width: 49%;
  max-width: 520px;
  background: #FAF7F2;
  padding: 30px;
  margin-bottom: 40px;
  border-radius: 20px;
}
@media screen and (max-width: 834px) {
  .topAboutList01 li {
    width: 100%;
    max-width: 100%;
  }
}
.topAboutList01 li .ListIn {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.topAboutList01 li .ListIn .ImgBox01 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #C4B291;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .topAboutList01 li .ListIn .ImgBox01 {
    width: 80px;
    height: 80px;
  }
}
.topAboutList01 li .ListIn .ImgBox01 img {
  width: 100%;
  height: auto;
  display: block;
}
.topAboutList01 li .ListIn .NameBox01 {
  width: 70%;
  font-weight: 700;
}
.topAboutList01 li .ListIn .NameBox01 .age {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.topAboutList01 li .ListIn .NameBox01 .ttl {
  display: block;
  font-size: 2rem;
}
@media screen and (max-width: 834px) {
  .topAboutList01 li .ListIn .NameBox01 .ttl {
    font-size: 1.8rem;
  }
}
.topAboutList01 li .ListIn .TxtBox01 {
  font-size: 1.8rem;
  line-height: 1.6em;
  margin-top: 10px;
}

#topContentFrow .topFrowContent01 .topFlowList01 li {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
#topContentFrow .topFrowContent01 .topFlowList01 li .L {
  width: 40%;
  max-width: 300px;
  background: #3F2100;
  border-radius: 100px;
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 20px;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  align-self: flex-start;
}
@media screen and (max-width: 834px) {
  #topContentFrow .topFrowContent01 .topFlowList01 li .L {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 20px;
    position: relative;
    z-index: 1;
  }
}
#topContentFrow .topFrowContent01 .topFlowList01 li .L :first-child {
  background: #FFF;
  width: 65px;
  height: 65px;
  font-size: 3em;
  border-radius: 50%;
  text-align: center;
  padding: 0.5em;
}
@media screen and (max-width: 834px) {
  #topContentFrow .topFrowContent01 .topFlowList01 li .L :first-child {
    width: 40px;
    height: 40px;
    padding: 0;
  }
}
#topContentFrow .topFrowContent01 .topFlowList01 li .L :last-child {
  font-size: 1.9em;
  color: #FFF;
  margin-left: 10px;
}
@media screen and (max-width: 834px) {
  #topContentFrow .topFrowContent01 .topFlowList01 li .L :last-child {
    text-align: center;
    width: calc(100% - 40px);
  }
}
#topContentFrow .topFrowContent01 .topFlowList01 li .R {
  width: 70%;
  background: #FFF;
  padding: 40px;
  font-size: 1.9rem;
  border-radius: 20px;
}
@media screen and (max-width: 834px) {
  #topContentFrow .topFrowContent01 .topFlowList01 li .R {
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }
}
#topContentFrow .topFrowContent01 .topFlowList01 li .R .txt01 {
  line-height: 1.6em;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  #topContentFrow .topFrowContent01 .topFlowList01 li .R .txt01 {
    font-size: 1.5rem;
  }
}
#topContentFrow .topFrowContent01 .topFlowList01 li .R .txt01 img {
  max-width: 180px;
  float: left;
  margin-right: 20px;
}
@media screen and (max-width: 834px) {
  #topContentFrow .topFrowContent01 .topFlowList01 li .R .txt01 img {
    float: none;
    display: block;
    margin: 0 auto;
  }
}
#topContentFrow .topFrowContent01 .topFlowList01 li .R .txt01 span {
  font-weight: 700;
  color: #EA5A00;
}
#topContentFrow .topFrowContent01 .topFlowList01 li .R .btnList {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  #topContentFrow .topFrowContent01 .topFlowList01 li .R .btnList {
    flex-wrap: wrap;
  }
}
#topContentFrow .topFrowContent01 .topFlowList01 li .R .btnList p {
  width: 32%;
}
@media screen and (max-width: 834px) {
  #topContentFrow .topFrowContent01 .topFlowList01 li .R .btnList p {
    width: 100%;
    margin-bottom: 20px;
  }
}
#topContentFrow .topFrowContent01 .topFlowList01 li .R .btnList p .txt02 {
  font-size: 1.3rem;
  display: block;
  text-align: center;
  margin-bottom: 5px;
  font-weight: bold;
}
#topContentFrow .topFrowContent01 .topFlowList01 li .R .btnList p .txt03 {
  font-size: 1.2rem;
  text-align: center;
  display: block;
  margin-top: 3px;
  font-weight: bold;
  padding: 2px 0;
  border-radius: 2px;
}
#topContentFrow .topFrowContent01 .topFlowList01 li .R .btnList p a {
  width: 100%;
}
@media screen and (max-width: 834px) {
  #topContentFrow .topFrowContent01 .topFlowList01 li .R .btnList p a {
    max-width: 100%;
  }
}

#topContentInfo {
  background: #FFF;
}
#topContentInfo .topInfoContent01 {
  background: #FDFBF7;
  padding: 60px;
  border-radius: 20px;
}
@media screen and (max-width: 834px) {
  #topContentInfo .topInfoContent01 {
    padding: 20px;
  }
}
#topContentInfo .topInfoImg {
  display: block;
  margin-bottom: 50px;
}
#topContentInfo .topInfoImg img {
  width: 90%;
  display: block;
  height: auto;
  margin: 0 auto;
}
#topContentInfo .topInfoList01 {
  width: 100%;
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  #topContentInfo .topInfoList01 {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
#topContentInfo .topInfoList01 li {
  width: 25%;
  text-align: center;
}
@media screen and (max-width: 834px) {
  #topContentInfo .topInfoList01 li {
    width: 46%;
    margin-bottom: 30px;
  }
}
#topContentInfo .topInfoList01 li .img01 {
  margin-bottom: 10px;
}
#topContentInfo .topInfoList01 li .img01 img {
  height: 100px;
  width: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  #topContentInfo .topInfoList01 li .img01 img {
    height: 60px;
  }
}
#topContentInfo .topInfoList01 li .dvc {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}
#topContentInfo .topInfoList01 li .sub {
  display: inline-block;
  padding: 3px 10px 5px;
  border-radius: 5px;
  background: #76B66F;
  color: #FFF;
  font-size: 1.4rem;
  margin-bottom: 15px;
}
#topContentInfo .topInfoList01 li .ListIn ol {
  padding: 0 15px;
}
#topContentInfo .topInfoList01 li .ListIn ol li {
  text-align: left;
  width: 100%;
  font-size: 1.8rem;
  position: relative;
  padding-left: 10px;
  margin-bottom: 5px;
}
@media screen and (max-width: 834px) {
  #topContentInfo .topInfoList01 li .ListIn ol li {
    font-size: 1.3rem;
  }
}
#topContentInfo .topInfoList01 li .ListIn ol li::before {
  content: "";
  height: 5px;
  width: 5px;
  left: 0;
  border-radius: 50%;
  background: #76B66F;
  position: absolute;
  top: 0.5em;
}
#topContentInfo .topInfoList02 {
  font-size: 1.3rem;
}
@media screen and (max-width: 834px) {
  #topContentInfo .topInfoList02 {
    font-size: 1.1rem;
  }
}
#topContentInfo .topInfoList02 li {
  text-align: left;
  margin-bottom: 3px;
  width: 100%;
  position: relative;
  padding-left: 10px;
  text-indent: -1em;
  padding-left: 1em;
}
#topContentInfo .topInfoList02 li::before {
  content: "※";
  position: relative;
}

#topContentReason {
  background: #FFF;
}
#topContentReason .topReasonList01 {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
#topContentReason .topReasonList01 li {
  background: #FFF9EB;
  padding: 20px;
  border-radius: 20px;
  width: 32%;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  #topContentReason .topReasonList01 li {
    width: 100%;
  }
}
#topContentReason .topReasonList01 li .ListIn h3 {
  background: #3F2100;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  color: #FFF;
  text-align: center;
  margin-bottom: 15px;
  border-radius: 10px;
  font-size: 1.8em;
  padding: 20px 0;
}
#topContentReason .topReasonList01 li .ListIn .img01 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}
#topContentReason .topReasonList01 li .ListIn .img01 img {
  display: block;
  width: 100%;
  height: auto;
}
#topContentReason .topReasonList01 li .ListIn .txt01 {
  font-size: 1.4rem;
  line-height: 1.7em;
  padding: 10px;
  text-align: justify;
}

.topPriceList01 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 80px;
  flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  .topPriceList01 {
    margin: 0 auto 60px;
  }
}
.topPriceList01 li {
  width: 31%;
  background: #FAF7F2;
  border-radius: 10px;
}
@media screen and (max-width: 834px) {
  .topPriceList01 li {
    width: 100%;
    margin-bottom: 40px;
  }
}
.topPriceList01 li .ListIn {
  padding: 20px;
}
.topPriceList01 li .ListIn h3 {
  text-align: center;
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.topPriceList01 li .ListIn .img01 img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .topPriceList01 li .ListIn .img01 img {
    width: 60%;
    margin: 0 auto 20px;
  }
}
.topPriceList01 li .ListIn .txt01 {
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 5px;
}
.topPriceList01 li .ListIn .txt01 span {
  font-size: 2.4rem;
}
.topPriceList01 li .ListIn .txt02 {
  margin-top: 10px;
  color: #888;
  line-height: 1.5em;
}
.topPriceList01 li .ListIn .PriceList02 {
  margin-top: 20px;
}
.topPriceList01 li .ListIn .PriceList02 li {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .topPriceList01 li .ListIn .PriceList02 li {
    margin-bottom: 0;
  }
}
.topPriceList01 li .ListIn .PriceList02 li p {
  border-bottom: #C4B291 1px dashed;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.topPriceList01 li .ListIn .PriceList02 li p span {
  display: inline-block;
}
.topPriceList01 li .ListIn .PriceList02 li p span:first-child {
  font-size: 1.5rem;
}
.topPriceList01 li .ListIn .PriceList02 li p span:first-child::after {
  content: "：";
}
.topPriceList01 li .ListIn .PriceList02 li p span:nth-child(2) {
  font-size: 1.5rem;
}
.topPriceList01 li .ListIn .PriceList02 li p span:last-child {
  font-size: 1rem;
  color: #888;
}

.topPriceOption {
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
}
.topPriceOption li {
  width: 32%;
  background: #FAF7F2;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
.topPriceOption li.w48 {
  width: 49%;
}
@media screen and (max-width: 834px) {
  .topPriceOption li.w48 {
    width: 100%;
  }
}
.topPriceOption li .ListIn {
  display: flex;
  width: 100%;
  align-items: center;
}
.topPriceOption li .ListIn .img01 {
  width: 60px;
  height: 60px;
  background: #FFF;
  border-radius: 50%;
  overflow: hidden;
}
.topPriceOption li .ListIn .img01 img {
  width: 80%;
  height: auto;
  margin: 10%;
}
.topPriceOption li .ListIn .txt01 {
  margin-left: 20px;
}
.topPriceOption li .ListIn .txt01 span {
  display: block;
}
.topPriceOption li .ListIn .txt01 span:first-child {
  font-size: 1.8rem;
  font-weight: 700;
}
.topPriceOption li .ListIn .txt01 span:last-child {
  margin-top: 5px;
  font-size: 1.3rem;
}
.topPriceOption li .txt02 {
  font-size: 1.4rem;
  margin-top: 5px;
  margin-left: 80px;
  border-top: 1px dashed #C4B291;
  padding-top: 10px;
}

#topContentCopy {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  #topContentCopy {
    padding: 0;
  }
}
#topContentCopy .topCopyBox {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  #topContentCopy .topCopyBox {
    display: block;
  }
}
#topContentCopy .topCopyBox .L {
  max-width: 520px;
  width: 520px;
  width: 55%;
}
@media screen and (max-width: 834px) {
  #topContentCopy .topCopyBox .L {
    width: 100%;
  }
}
#topContentCopy .topCopyBox .L p {
  font-size: 1.6rem;
}
#topContentCopy .topCopyBox .L p.txt01 {
  line-height: 1.8em;
}
#topContentCopy .topCopyBox .R {
  width: 35%;
}
#topContentCopy .topCopyBox .R img {
  width: 100%;
}
@media screen and (max-width: 834px) {
  #topContentCopy .topCopyBox .R {
    width: 60%;
    margin: 50px auto 0;
  }
}
#topContentCopy .topCopyImg {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
#topContentCopy .topCopyImg .sqBox {
  position: absolute;
  width: 100px;
  height: 100px;
  bottom: -100px;
  background: #EA5A00;
}
#topContentCopy .topCopyImg .sqBox.img01 {
  left: 5%;
  width: 160px;
  height: 160px;
  animation: slideinBottom01 10s infinite;
  background: url("../img/CopyImg01.jpg");
  background-size: contain;
  filter: blur(8px) grayscale(70%);
  bottom: -160px;
}
#topContentCopy .topCopyImg .sqBox.img02 {
  left: 20%;
  animation: slideinBottom01 15s infinite;
  filter: blur(2px);
}
#topContentCopy .topCopyImg .sqBox.img03 {
  left: 30%;
  animation: slideinBottom01 30s infinite;
  width: 180px;
  height: 180px;
  bottom: -180px;
}
#topContentCopy .topCopyImg .sqBox.img04 {
  width: 60px;
  height: 60px;
  left: 50%;
  animation: slideinBottom01 20s infinite;
  bottom: -60px;
}
#topContentCopy .topCopyImg .sqBox.img05 {
  left: 70%;
  animation: slideinBottom01 18s infinite;
}
#topContentCopy .topCopyImg .sqBox.img06 {
  left: 90%;
  animation: slideinBottom01 24s infinite;
  background: url("../img/CopyImg02.jpg");
  background-size: contain;
  filter: blur(6px) grayscale(70%);
}
#topContentCopy .topCopyImg .sqBox.img07 {
  width: 30px;
  height: 30px;
  left: 60%;
  animation: slideinBottom01 8s infinite;
  bottom: -30px;
}
@keyframes slideinBottom01 {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    filter: blur(0px);
  }
  90% {
    opacity: 0;
  }
  100% {
    transform: translateY(-900px);
  }
}

#topContentFaq {
  background: #FFF;
}
#topContentFaq .topFaqList01 li {
  width: 100%;
  margin-bottom: 20px;
}
#topContentFaq .topFaqList01 li .qa-1 {
  margin: 0 auto;
  max-width: 1000px;
  margin-bottom: 7px;
  border: 1px solid #d6dde3;
  border-radius: 5px;
}
#topContentFaq .topFaqList01 li .qa-1 summary {
  font-size: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
}
#topContentFaq .topFaqList01 li .qa-1 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #C4B291;
  border-right: 3px solid #C4B291;
  content: "";
  transition: transform 0.5s;
}
#topContentFaq .topFaqList01 li .qa-1 summary::before {
  color: #75bbff;
  content: "Q";
}
#topContentFaq .topFaqList01 li .qa-1 p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 3em 1.5em;
  color: #333;
  transition: transform 0.5s, opacity 0.5s;
  font-size: 1.6rem;
  line-height: 1.4em;
  letter-spacing: 0.1em;
}
#topContentFaq .topFaqList01 li .qa-1 p::before {
  color: #ff8d8d;
  line-height: 1.2;
  content: "A";
}
#topContentFaq .topFaqList01 li .qa-1 summary::before,
#topContentFaq .topFaqList01 li .qa-1 p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}
#topContentFaq .topFaqList01 li .qa-1[open] summary::after {
  transform: rotate(225deg);
}
#topContentFaq .topFaqList01 li .qa-1[open] p {
  transform: none;
  opacity: 1;
}

#topContentWorks {
  background: #F1E9DD;
}
#topContentWorks .topWorksList {
  margin-top: 40px;
}
#topContentWorks .topWorksList li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 834px) {
  #topContentWorks .topWorksList li {
    display: block;
    margin: 0;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #222;
  }
  #topContentWorks .topWorksList li:last-child {
    margin: 0;
    padding: 0;
    border: none;
  }
}
#topContentWorks .topWorksList li:last-child {
  margin-bottom: 0;
}
#topContentWorks .topWorksList li .imgBox {
  width: 165px;
}
@media screen and (max-width: 834px) {
  #topContentWorks .topWorksList li .imgBox {
    width: 50%;
    margin: 0 auto 30px;
  }
}
#topContentWorks .topWorksList li .imgBox img {
  width: 100%;
  height: auto;
  display: block;
}
#topContentWorks .topWorksList li .txtBox {
  width: 100%;
  max-width: 750px;
}
@media screen and (max-width: 834px) {
  #topContentWorks .topWorksList li .txtBox {
    width: 90%;
    margin: 0 auto;
    margin-left: 10%;
  }
}
#topContentWorks .topWorksList li .txtBox h3 {
  font-family: "Tilt Warp";
  font-size: 2rem;
  margin-bottom: 10px;
  position: relative;
}
#topContentWorks .topWorksList li .txtBox h3:nth-child(1)::before {
  position: absolute;
  content: "01";
  font-size: 1.4rem;
  left: -3.1em;
  top: 0.2em;
}
#topContentWorks .topWorksList li .txtBox h3:nth-child(1)::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 2px;
  left: -17px;
  top: 0.5em;
  background: #222;
}
#topContentWorks .topWorksList li .txtBox h3.n2::before {
  position: absolute;
  content: "02";
}
#topContentWorks .topWorksList li .txtBox h3.n3::before {
  position: absolute;
  content: "03";
}
#topContentWorks .topWorksList li .txtBox h3.n4::before {
  position: absolute;
  content: "04";
}
#topContentWorks .topWorksList li .txtBox h3.n5::before {
  position: absolute;
  content: "05";
}
#topContentWorks .topWorksList li .txtBox p {
  font-size: 1.5rem;
  line-height: 2em;
  font-size: 300;
}

#topContentWorks .topJobList {
  display: flex;
  justify-content: center;
  width: 100%;
}
#topContentWorks .topJobList li {
  max-width: 50%;
}
@media screen and (max-width: 834px) {
  #topContentWorks .topJobList li {
    max-width: 100%;
  }
}
#topContentWorks .topJobList li .JobListBox {
  width: 100%;
}
#topContentWorks .topJobList li .JobListBox a {
  transition: all ease 0.5s;
  display: block;
}
#topContentWorks .topJobList li .JobListBox a:hover {
  opacity: 0.8;
}
#topContentWorks .topJobList li .JobListBox a img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
}
#topContentWorks .topJobList li .JobListBox a span {
  display: block;
  text-align: center;
}
#topContentWorks .topJobList li .JobListBox a span.jobName {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#topContentWorks .topJobList li .JobListBox a span.jobInfo {
  font-size: 1.4rem;
}

#topContentContact {
  background: #F1E9DD;
}
#topContentContact .contactInfo {
  text-align: center;
  font-size: 1.5rem;
  max-width: 800px;
  width: 100%;
  margin: 0 auto 60px;
  line-height: 1.8em;
}
#topContentContact .contactInfo .btnList {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #FAF7F2;
  border-radius: 20px;
  padding: 20px;
}
#topContentContact .contactInfo .btnList .btnIn {
  width: 372.0930232558px;
}
@media screen and (max-width: 834px) {
  #topContentContact .contactInfo .btnList .btnIn {
    width: 100%;
    margin-bottom: 10px;
  }
  #topContentContact .contactInfo .btnList .btnIn:last-child {
    margin-bottom: 0;
  }
}
#topContentContact .contactInfo .btnList .btnIn .linkBtn01 {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}
#topContentContact .contactInfo .btnList .btnIn .txt02 {
  font-weight: bold;
  font-size: 2rem;
  display: block;
  margin-bottom: 5px;
}
#topContentContact .contactInfo .btnList .btnIn .txt03 {
  font-size: 1.2rem;
}
#topContentContact .contactInfo .red {
  color: red;
}

.formWrap h3 {
  font-size: 2rem;
  font-weight: bold;
  max-width: 800px;
  margin: 0 auto 30px;
  text-align: center;
}
.formWrap .formBox {
  max-width: 800px;
  margin: 0 auto 30px;
  border-top: 1px solid #C4B291;
  padding-top: 30px;
}
.formWrap .formBox li {
  font-size: 1.6rem;
  display: flex;
  border-bottom: 1px solid #C4B291;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .formWrap .formBox li {
    display: block;
  }
}
.formWrap .formBox li:last-child {
  border: none;
}
.formWrap .formBox li .txt01 {
  width: 200px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 834px) {
  .formWrap .formBox li .txt01 {
    width: 100%;
    margin-bottom: 10px;
  }
}
.formWrap .formBox li .txt01.hissu {
  position: relative;
}
.formWrap .formBox li .txt01.hissu::after {
  content: "*";
  color: red;
}
.formWrap .formBox li .txt02 {
  width: 400px;
}
@media screen and (max-width: 834px) {
  .formWrap .formBox li .txt02 {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .formWrap .formBox li .txt02 input {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .formWrap .formBox li .txt02 textarea {
    display: block;
    width: 100%;
  }
}
.formWrap .formBox li .txt03 {
  text-align: center;
  width: 100%;
}
.formWrap .prvcyBox {
  width: 600px;
  margin: 0 auto 50px;
  height: 200px;
  overflow-y: scroll;
  padding: 20px;
  border: 1px solid #C4B291;
  border-radius: 5px;
}
@media screen and (max-width: 834px) {
  .formWrap .prvcyBox {
    width: 100%;
  }
}
.formWrap .prvcyBox .prvcyIn {
  font-size: 1.4rem;
  line-height: 1.6em;
}
.formWrap .prvcyBox .prvcyIn h2 {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.formWrap .prvcyBox .prvcyIn ol {
  padding-left: 1em;
}
.formWrap .prvcyBox .prvcyIn ol li {
  list-style-type: disc;
  margin-bottom: 5px;
}

.sbmtBtn {
  display: block;
  text-align: center;
}
.sbmtBtn input {
  width: 350px;
  font-size: 2rem;
  letter-spacing: 0.3em;
  font-weight: bold;
  background: #B24500;
  color: #FFF;
  padding: 30px 0;
  padding-left: 5px;
}
.sbmtBtn input:hover {
  background: #C4B291;
  color: #222;
}
.sbmtBtn input.reset {
  width: 100px;
  background: #C4B291;
}
@media screen and (max-width: 834px) {
  .sbmtBtn input {
    display: block;
    width: 100%;
  }
}

.spFtnav {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.spFtnav li {
  width: 33.3333333333%;
}
.spFtnav li a {
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  border-bottom: none !important;
}
@media screen and (max-width: 834px) {
  .spFtnav {
    display: block;
    display: flex;
    z-index: 1;
  }
}

.formTable {
  width: 100%;
  margin: 0 auto 40px;
  font-size: 1.4rem;
  border-spacing: 1px;
  background: #ccc;
}
@media screen and (max-width: 834px) {
  .formTable {
    display: block;
    width: 100%;
    border: 1px solid #C4B291;
  }
}
@media screen and (max-width: 834px) {
  .formTable tbody {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .formTable tr {
    display: block;
    width: 100%;
  }
}
.formTable th {
  font-weight: normal;
  background: #C4B291;
  text-align: center;
  padding: 20px 10px;
  vertical-align: middle;
}
@media screen and (max-width: 834px) {
  .formTable th {
    display: block;
    width: 100%;
  }
}
.formTable td {
  background: #FFF;
  padding: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 834px) {
  .formTable td {
    display: block;
    width: 100%;
  }
}

footer {
  width: 100%;
  background: #C4B291;
  padding: 50px 60px 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  footer {
    padding: 30px;
  }
}
footer .ftCompany {
  width: 50%;
  border-left: 3px solid #222;
  padding-left: 20px;
}
@media screen and (max-width: 834px) {
  footer .ftCompany {
    width: 100%;
    margin-bottom: 30px;
  }
}
footer .ftCompany h2 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 15px;
}
footer .ftCompany .ftCompanyList {
  width: 100%;
}
@media screen and (max-width: 834px) {
  footer .ftCompany .ftCompanyList {
    margin-bottom: 30px;
  }
}
footer .ftCompany .ftCompanyList li {
  display: flex;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
footer .ftCompany .ftCompanyList li:last-child {
  margin-bottom: 0;
}
footer .ftCompany .ftCompanyList li .txt01 {
  width: 110px;
  border-right: 1px solid #222;
  margin-right: 20px;
}
footer .ftNav ul li {
  font-size: 1.3rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  footer .ftNav ul li {
    margin-bottom: 10px;
  }
}
footer .ftNav ul li a {
  position: relative;
  padding-left: 20px;
}
footer .ftNav ul li a::after {
  position: absolute;
  left: 0;
  top: 0.5em;
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.375em 0.54952em;
  border-left-color: currentColor;
  border-right: 0;
}
footer small {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 1.1rem;
  margin: 20px auto;
}

p.error_messe {
  margin: 5px 0;
  color: red;
}

.underWrap {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto 50px;
}
.underWrap h2 {
  font-size: 3rem;
  margin-bottom: 50px;
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
}
.underWrap h3 {
  font-size: 2rem;
  margin-bottom: 30px;
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
}
.underWrap h4 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.underWrap p {
  font-size: 1.6rem;
  line-height: 2em;
}
.underWrap p a {
  text-decoration: underline;
}

.readmore {
  position: relative;
  margin: 50px auto 0;
  padding: 0 0 75px;
}
@media screen and (max-width: 834px) {
  .readmore {
    margin: 0 auto;
    padding: 0 0 50px;
  }
}

.readmore label {
  position: absolute;
  display: table;
  left: 50%;
  bottom: 0;
  margin: 0 auto;
  width: 200px;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background-color: #333;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
}

.readmore label::before {
  content: "MORE";
}

.readmore input[type=checkbox]:checked ~ label::before {
  content: "CLOSE";
}

.readmore input[type=checkbox] {
  display: none;
}

.readmore-content {
  position: relative;
  height: 450px;
  overflow: hidden;
}

.readmore-content::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, #3F2100 100%);
}

.readmore input[type=checkbox]:checked ~ .readmore-content::before {
  display: none;
}

.readmore input[type=checkbox]:checked ~ .readmore-content {
  height: auto;
}/*# sourceMappingURL=common.css.map */