/*
Theme Name: NicoPortfolio2
*/

@charset "UTF-8";

:root {
  --title-color: #9fa9dd;
  --bg-color: #ecf0ec;
  --sub-color: #F8CEC8;
  --text-color: #615f5f;
}

html {
  font-size: 100%;
  height: 100%;
}

body {
  background-color: rgb(225, 238, 252);
  font-family: "Zen Maru Gothic";
  font-size: 1.2rem;
  color: var(--text-color);
  display: grid;
  min-height: 100vh;
  grid-template: "header main" 1fr "footer footer" auto/250px 1fr;
}

.bg-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url(./images/mv.jpg) no-repeat center bottom/cover;
  z-index: -1;
}

main {
  grid-area: main;
  overflow-y: auto;
  padding: 20px;
}

.btn {
  display: inline-block;
  border-radius: 40% 20% 40% 20%/50%;
  color: var(--text-color);
  font-weight: bold;
  letter-spacing: 0.1em;
  transition: all 0.8s;
  background-color: #FCFACB;
  font-size: 1.2rem;
  padding: 25px 40px;
  text-shadow: #fff;
  box-shadow: 0px 3px 5px 2px rgba(214, 213, 213, 0.5), inset 0px -3px 10px -5px rgba(243, 243, 243, 0.3);
  cursor: pointer;
}

.btn:hover {
  background-color: var(--bg-color);
  translate: 0 8px;
  box-shadow: none;
}

.btn2 {
  background-color: var(--bg-color);
}

.btn2:hover {
  background-color: #FCFACB;
}

/* works(archive-works)
------------------------ */

/* ページャー */
.wp-pagenavi {
  text-align: center;
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.previouspostslink,
.nextpostslink,
.page,
.larger,
.wp-pagenavi .current {
    display: inline-block;
      border-radius: 40% 20% 40% 20%/50%;
      color: var(--text-color);
      font-weight: bold;
      letter-spacing: 0.1em;
      transition: all 0.8s;
      text-shadow: #fff;
      box-shadow: 0px 3px 5px 2px rgba(214, 213, 213, 0.5), inset 0px -3px 10px -5px rgba(243, 243, 243, 0.3);
      cursor: pointer;
      font-size: 1.2rem;
      padding: 10px 20px;
      background-color: rgba(248, 206, 200, 1);
      color: #fff;
      font-weight: bold;
}

.previouspostslink:hover,
.nextpostslink:hover,
.page:hover,
.larger:hover,
.wp-pagenavi .current:hover {
  background-color: var(--title-color);
  box-shadow: none;
}

.wp-pagenavi .current {
  scale: 1.2;
  background-color: var(--title-color);
}

.wp-pagenavi .pages {
  display: none;
  font-size: 1.5rem;
  color: var(--text-color);
  margin-right: 2rem;
}


ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.more {
  margin-top: 8px;
  text-align: center;
}

#works .more .btn {
  font-size: 1.2rem;
  padding: 10px 30px;
}

.sp {
  display: none;
}

.page-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  width: 80px;
  height: 80px;
  background-color: rgba(248, 206, 200, 0.9);
  z-index: 50;
  border-radius: 30% 50% 30% 50%/20% 50% 50% 50%;
  transition: all 0.8s ease;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
}

.page-top_arrow {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.page-top_arrow::before {
  content: "";
  width: 18px;
  height: 18px;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  position: absolute;
  top: 43%;
  left: 38%;
  rotate: -45deg;
}

/* 共通枠
------------------------ */
.wrapper {
  width: min(95%, 1000px);
  margin: 0 auto;
}

.fadein {
  opacity: 0;
}

.sec-container {
  opacity: 0;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20% 40% 20% 40%/50%;
  background-color: rgba(255, 255, 255, 0.8);
  height: auto;
  padding: 0 80px 60px;
  box-shadow: 0px 3px 5px 2px rgba(214, 213, 213, 0.5), inset 0px -3px 10px -5px rgba(243, 243, 243, 0.3);
}

.sec-container:nth-child(2n) {
  border-radius: 30% 40% 30% 20%/50%;
}


.sec-inner {
  padding: 20px;
}

.sec-img {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.sec-img img {
  height: auto;
  object-fit: contain;
/* width: 100%; */
}

.sec-img-single img {
  height: auto;
    object-fit: contain;
    width: 100%;
}



.sec-text {
  padding: 0 20px;
  text-align: justify;
  color: var(--text-color);
}

.works-title {
  border-bottom: 5px dashed #cdd4cd;
  padding-bottom: 5px;
  display: inline-block;
  margin-left: 5px;
  font-weight: bold;
  font-size: 1.5rem;
}

.works-desc {
  font-size: 1.4rem;
  margin-left: 3rem;
}
.works-desc a,
.works-desc a:visited,
.works-desc a:hover,
.works-desc a:active {
  color: var(--title-color) !important;
  font-weight: bold !important;
}
.works-list li {
  padding-left: 20px;
  line-height: 1.6em;
  background: url(./images/check.png) left 0 top 7px no-repeat;
  background-blend-mode: lighten;
  background-size: 20px auto;
  margin-bottom: 20px;
}

.page-nav {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}

.page-nav .btn {
  font-size: 1.5rem;
  background-color: rgba(248, 206, 200, 1);
  padding: 0;
}


.page-nav .btn:hover {
  translate: 0 0;
  box-shadow: none;
  background-color: var(--title-color);
  opacity: 0.9;
}

.page-nav a {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 0 15px 5px;
}

.page-nav-item2 a {
  font-size: 1.4rem;
  padding-top: 5px;
  padding: 15px 25px ;
}

@media  (max-width:767px) {


        .works-desc {
          font-size: 1.2rem;
          margin-left: 1rem;
        }

.page-nav {
  gap: 0.5rem;
}

.page-nav a {
  font-size: 1.3rem;
}

.page-nav-item2 a {
  font-size: 1.1rem;
  padding: 15px 5px ;
}

.sec-inner {
  padding: 20px 0 0 0;
}

.works-title {
  font-size: 1.3rem;
  border-bottom: 4px dashed #cdd4cd;
}
}

/* title
------------------------  */
.site-title {
  font-size: 3.8rem;
  text-align: right;
  font-family: "Sofia", cursive;
}

.title-bg {
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
  background-clip: text;
  background-image: url(./images/backimg2.jpg);
  background-size: cover;
  -webkit-text-stroke: 0.1px rgb(201, 197, 197);
}

.primary-title-group {
  text-align: center;
}

.primary-title {
  display: inline-block;
  opacity: 0;
  font-family: "Sofia", cursive;
  text-align: center;
  font-size: 3rem;
  position: relative;
  background-position: center;
  background-image: url(./images/backimg2.jpg);
}

.primary-title-ja {
  font-family: "Zen Maru Gothic";
  opacity: 0;
  margin-top: -5px;
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  color: var(--title-color);
}

#works .fictitious::after {
  right: -50px;
  top: -5px;
  width: 60px;
  height: 50px;
  font-size: 1.2rem;
  color: var(--text-color);
}


.primary-title::before,
.primary-title::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 30px;
}

.primary-title::before {
  content: "";
  background: url(./images/sakura.png) center/cover no-repeat;
  left: -30px;
}

.primary-title::after {
  content: "";
  background: url(./images/sakura2.png) center/cover no-repeat;
  right: -30px;
}

@media (max-width: 1125px) {
  .sec-container {
    border-radius: 30% 20% 50% 40%/30%;
    padding: 0 40px 80px;
  }
}

@media (max-width: 900px) {

  /* common */
  body {
    grid-template: "header" auto "main" 1fr "footer" auto/auto;
  }

  /* wrapper */
  .wrapper {
    width: min(100%, 900px);
  }

  .sec-container {
    border-radius: 30% 20% 50% 40%/30%;
    height: auto;
padding: 0 30px 40px;
  }




  /* title */
  .site-title {
    font-size: 3rem;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 2rem;
  }

  .primary-title {
    font-size: 2.8rem;
  }

  .primary-title-ja {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 1rem;
  }

  .btn {
    font-size: 1.1rem;
padding: 15px 25px;
  }

.title-bg {
    color: #c8c8c8;
-webkit-text-stroke: none !important;
}

  .sp {
    display: block;
  }

  .sec-container {
    border-radius: 5%;
    margin-top: 2rem;
  }

  .sec-container:nth-child(even) {
    border-radius: 5%;
  }

.sec-container:nth-child(1) {
  margin-top: 5rem;
}

  .primary-title {
    font-size: 2rem;
  }

  .primary-title-ja {
    font-size: 1.2rem;
  }

  .sec-text {
    font-size: 1rem;
    padding: 0;
  }

  .page-top {
    width: 65px;
    height: 65px;
  }

  .page-top_arrow::before {
    content: "";
    width: 15px;
    height: 15px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
  }

}

.header {
  grid-area: header;
  text-align: right;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
  /* padding-top: 100px; */
  padding: 100px 0 20px;
  z-index: 100;
margin-left:30px;
}

@media (max-width: 900px) {

  /* header */
  .header {
    position: relative;
    height: auto;
margin-left:0;
  padding: 100px 20px 20px;
  }
}

/*
gnav
------------------------ */
.gnav_list {
  display: flex;
  flex-direction: column;
}

.gnav_item {
  width: 100%;
  text-align: right;
  opacity: 0;
}

.gnav_link {
  display: block;
  height: 50px;
  line-height: 35px;
  color: var(--title-color);
  font-weight: bold;
  font-size: 1.4rem;
  position: relative;
  margin-right: 5px;
  transition: all 0.9s;
}

.current {
  font-size: 1.6rem;
  margin-bottom: 5px;
  margin-top: 5px;
}

.gnav_link:hover {
  background-color: var(--bg-color);
  font-size: 1.6rem;
}

.gnav_link.sakura::before,
.gnav_link.sakura::after {
  opacity: 0;
  background-color: #f2c5c5;
}

.gnav_link.sakura:hover::before,
.gnav_link.sakura:hover::after {
  opacity: 1;
  width: 8%;
  height: 27%;
  top: 45%;
}

.gnav_link.sakura:hover::before {
  left: 6%;
}

.gnav_link.sakura:hover::after {
  left: 4%;
}

@media (max-width: 900px) {

  /* gvav */
  .gnavBtn {
    width: 80px;
    height: 80px;
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 100;
    transition: all 0.8s;
  }

  .gnavBtn_item {
    position: relative;
  }

  .gnavBtn_item,
  .gnavBtn_item::before,
  .gnavBtn_item::after {
    display: block;
    background-color: var(--title-color);
    height: 4px;
    width: 100%;
    transition: all 0.8s;
  }

  .open .gnavBtn_item {
    background-color: transparent;
  }

  .gnavBtn_item::before,
  .gnavBtn_item::after {
    content: "";
    position: absolute;
    left: 0;
  }

  .gnavBtn_item::before {
    top: -18px;
  }

  .open .gnavBtn_item::before {
    background-color: var(--sub-color);
    rotate: 30deg;
    top: 0;
  }

  .gnavBtn_item::after {
    top: 18px;
  }

  .open .gnavBtn_item::after {
    background-color: var(--sub-color);
    rotate: -30deg;
    top: 0;
  }

  .gnav_list {
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    inset: 0 100% 0 -70%;
    padding-top: 200px;
    z-index: 1;
    height: 100%;
    transition: all 0.8s;
    box-shadow: 0 0 2rem rgb(236, 240, 236);
    font-size: 1.4rem;
  }

  .gnav_link {
    font-size: 1.4rem;
  }

  .current {
    font-size: 1.4rem;
    margin-bottom: 5px;
    margin-top: 5px;
  }

  .gnav_link:hover {
    background-color: var(--bg-color);
    font-size: 1.4rem;
  }

  .open.gnav_list {
    inset: 0 30% 0 0;
  }

  .gnav_link {
    display: block;
    width: 100%;
    text-align: center;
    background-color: none;
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .gnav_list {
    font-size: 1.2rem;
  }

  .gnav_link {
    font-size: 1.2rem;
  }

  .current {
    font-size: 1.2rem;
  }

  .gnav_link.sakura:hover::before {
    transform: rotate(55deg);
    left: 7%;
  }

  .gnav_link.sakura:hover::after {
    transform: rotate(-95deg);
    left: 9%;
  }
}

/* footer
------------------------ */

.footer {
  grid-area: footer;
  text-align: right;
  padding: 0 20px;
}

.footer p {
  display: block;
  color: #ddd;
  padding: 20px 0;
  font-size: 0.8rem;
}

/* works(top)
------------------------ */

.carousel {
  width: 80%;
  margin: auto;
  position: relative;
}

.carousel-container {
  height: 100%;
  width: 100%;
  margin: 16px auto;
  overflow: hidden;
  display: flex;
}

.works-item {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  transition: all 0.5s;
}

.works-item li {
  height: 100%;
  min-width: 100%;
  padding: 0 15px;
}

.works-item li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  /* border-radius: 40% 50% 30% 50%/60%; */
}

#prev,
#next {
  position: absolute;
  top: 35%;
  background: transparent;
  color: #F8CEC8;
  border: none;
  font-size: 100px;
  cursor: pointer;
  transition: all 0.5s;
}

#prev {
  left: -10%;
}

#next {
  right: -10%;
}

#prev:hover,
#next:hover {
  color: #F48EA0;
}

.dots {
  text-align: center;
}

.dots button+button {
  margin-left: 8px;
}

.dots button {
  margin-top: 10px;
  border: none;
  width: 10px;
  height: 10px;
  background-color: #c9c8c8;
  cursor: pointer;
  border-radius: 50%;
}

.dots .current {
  background-color: #666;
}

.works-item li {
  position: relative;
}

.fictitious::after {
  content: "架空";
  font-weight: 500;
  width: 70px;
  height: 60px;
  position: absolute;
  background-color: #ecf0ec;
  top: 0;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40% 50% 30% 50%/40% 50% 30% 50%;
}

.top-about {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}


.service-item {
  display: flex;
  align-items: center;
  margin-top: 1em;
}

.service-item:first-child {
  margin-top: 0;
}

.service-title {
  white-space: nowrap;
}

.service-figure {
  width: 30%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.faq {
  width: 90%;
  margin: 0 auto;
}

.faq__item {
  overflow: hidden;
}

.faq__q {
  display: inline-block;
  width: 90%;
  border-radius: 10px;
  padding: 20px 0 18px 0;
  font-weight: 700;
  position: relative;
  transition: 0.5s ease;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}

.faq__q:hover {
  background-color: var(--bg-color);
}

details[open] .faq__q {
  background-color: var(--bg-color);
}

.faq__q__box {
  display: flex;
  align-items: center;
  gap: 15px;
}

.faq__icon {
  display: block;
  background-color: var(--main-color);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 400;
  transition: 0.5s ease;
  flex-shrink: 0;
}

details[open] .faq__icon {
  color: var(--main-color);
}

.faq__plus-icon {
  width: 10px;
  height: 10px;
}

.faq__plus-icon::before,
.faq__plus-icon::after {
  content: "";
  position: absolute;
  background-color: var(--text-color);
  transition: 0.5s ease;
  top: 50%;
  translate: 0 -50%;
}

.faq__plus-icon::before {
  width: 2px;
  height: 20px;
  right: 37px;
  transform-origin: center;
}

.faq__plus-icon::after {
  width: 20px;
  height: 2px;
  right: 28px;
}

details[open] .faq__plus-icon::before {
  height: 0;
}

details[open] .faq__plus-icon::after {
}

.faq__a {
  padding: 24px 36px;
  line-height: 1.8;
  border-radius: 0 0 10px 10px;
}

details[open] .faq__a {
  animation: fadeIn 0.5s ease-out;
}

@media (max-width: 767px) {
  .top-about {
    flex-direction: column-reverse;
  }

  .service-item {
    flex-direction: column;
  }

  .service-figure {
    width: 100%;
  }

.faq {
  width: 100%;
  margin: 0 auto;
}

.faq__q {
width:100%;
}


.faq__plus-icon::before,
.faq__plus-icon::after {
  content: none;
}
}



@media (max-width: 767px) {
  .top-about {
    flex-direction: column-reverse;
  }

  .service-item {
    flex-direction: column;
  }

  .service-figure {
    width: 100%;
  }
}

/* welcome(top)
------------------------ */
.welcome-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.welcome-pic {
  width: 250px;
  height: 200px;
  flex-shrink: 0;
}

.welcome-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50% 60% 60% 40%/50%;
  flex-shrink: 0;
}

/* about
------------------------ */
.about-box {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.about-pic {
  width: 200px;
  height: 180px;
  flex-shrink: 0;
}

.about-pic img {
  filter: blur(0) brightness(110%) contrast(80%) saturate(120%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50% 60% 60% 40%/50%;
  flex-shrink: 0;
}

.img-beeans {
  width: 15px;
  height: 15px;
}

.about-info_name {
  font-size: 2.3rem;
  font-weight: bold;
  color: var(--title-color);
}


.about-skills {
  display: grid;
  justify-items: center;

  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  gap: 20px;
}

.about-skill-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
justify-content: space-around;
}

.about-skill-item p {
  text-align: center;
}

.about-strangts {
  list-style: none;
}

.strangts-title {
  border-bottom: 5px dashed #cdd4cd;
  padding-bottom: 5px;
  display: inline-block;
  margin-left: 5px;
}

.about-strangts li {
  padding-left: 20px;
  line-height: 1.6em;
  background: url(./images/check.png) left 0 top 7px no-repeat;
  background-blend-mode: lighten;
  background-size: 20px auto;
  margin-bottom: 30px;
}

.strangts-title {
  font-size: 1.3rem;
  font-weight: bold;
}

@media (max-width: 1300px) {
  .about-strangts {
    margin-left: -25px;
  }
}

@media (max-width: 900px) {
  .about-strangts {
    margin-left: -15px;
  }
}

@media (max-width: 767px) {

.strangts-title {
  border-bottom: 3px dashed #cdd4cd;
}
  .welcome-top {
    flex-direction: column;
  }
  .top-about {
    flex-direction: column-reverse;
  }

  .about-box {
    flex-direction: column;
    align-items: center;
text-align: center;
 gap: 10px;
  }

  .about-info_name {
    font-size: 1.8rem;
  }

  .about-skills {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }


  .about-skill-item img {
    width: 50px;
  }

  .about-strangts {
    margin-left: -13px;
  }

  .about-strangts li {
    padding-left: 20px;
    line-height: 1.6em;
    margin-bottom: 20px;
  }

  .strangts-title {
    font-size: 1rem;
    font-weight: bold;
  }
}




/* contact
------------------------ */
.form-area {
  max-width: 530px;
  width: 100%;
  margin: 0 auto;
  letter-spacing: 0.1em;
}

.form-area dt,
.confirm_area dt {
  /* margin-top: 15px; */
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--text-color);
}



@media (max-width: 767px) {

#contact.sec-container {
padding: 0 20px 40px
}
.form-area dt,
.confirm_area dt {
  font-size: 1.3rem;
}

.form-area dd,
.confirm_area dd {
  font-size: 1.1rem;
}
}

input[type=text],
input[type=email],
textarea {
  /* margin-top: 10px; */
  width: 100%;
  border: 1px solid #c8c8c8;
  border-radius: 20px;
  padding: 10px 30px;
  background-color: rgba(236, 240, 236, 0.5);
}

textarea {
  margin-top: 10px;
  height: 200px;
}

input[type=checkbox] {
  font-size: 1.3rem;
  transform: scale(1.8);
  margin-right: 5px;
  margin-left: 10px;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.2);
}

input::placeholder,
textarea::placeholder {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.2);
}

.require {
  display: inline-block;
  font-size: 0.9rem;
  padding: 5px 15px;
  background-color: #f48ea0;
  border-radius: 20px;
  color: #fff;
  margin-left: 10px;
  font-weight: bold;
}

.form-area a {
  text-decoration: underline;
  color: var(--text-color);
}

.form-btn {
  text-align: center;
  margin-top: 40px;
}

.btn-contact {
  font-size: 1.5rem;
  
}

.btn-contact:hover {
  background-color: var(--bg-color);
}

.back_button {
  margin-right: 20px;
}


/*プライバシーポリシーモーダル*/
.privacy-mask {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  inset: 0;
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
}

.privacy-modal {
  background-color: rgba(255, 255, 255, 0.9);
  max-width: 60%;
  padding: 40px;
  border-radius: 30px;
  position: fixed;
  inset: 5em 0;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}

.privacy-modal ol {
  margin-left: 3rem;
  margin-top: 40px;
}

.privacy-close {
  padding: 10px 20px;
  font-size: 1.5rem;
  font-weight: 900;
}

.close-btn {
  text-align: center;
  margin-top: 50px;
}

.close-btn .btn {
  padding: 10px 30px;
}

.privacy-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 10px;
}

.privacy-text {
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.5;
}

.thanks-text {
  text-align: center;
  margin-top: 10px;
}

.thanks-img {
  -o-object-fit: cover;
  object-fit: cover;
  text-align: center;
  margin-top: 10px;
}

.thanks-img img {
  width: 200px;
  height: 200px;
  border-radius: 50% 60% 60% 40%/50%;
}

.thanks-btn {
  text-align: center;
  margin-top: 35px;
}

/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
  display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0;
}


@media (max-width: 900px) {
  .form-area dt {
    margin-top: 20px;
    font-size: 1.2rem;
  }

  input[type=checkbox] {
    font-size: 1rem;
    padding: 0 5px;
    margin-top: 25px;
  }

  .require {
    font-size: 0.8rem;
    padding: 3px 13px;
  }

  /* モーダル*/
  .close-btn {
    margin-top: 30px;
  }

  .privacy-modal {
    max-width: 90%;
  }
}

@media (max-width: 767px) {

  .form-area dt {
    margin-top: 0;
    font-size: 1.2rem;
  }
  .privacy-modal ol {
    margin-left: 1rem;
    margin-top: 40px;
  }

  .privacy-title {
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: 10px;
  }

  input[type=checkbox] {
    font-size: 1rem;
    padding: 0 5px;
    margin-top: 25px;
margin-left: -3px;
  }

  .checkbox-text {
    letter-spacing: 0;
  }

  .privacy-text {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
  }
}

/* ローディングの緑画面
------------------------ */
#loading-screen {
  background-color: var(--bg-color);
  position: fixed;
  inset: 0;
  z-index: 9999;
}

/* 降っているsakuraの花びら
------------------------ */
.hanabira {
  background-color: var(--sub-color);
  background: url(./images/sakura.png) no-repeat center/cover;
  position: absolute;
  -webkit-animation: hanabira 15s linear;
  animation: hanabira 15s linear;
  z-index: -1;
}

@-webkit-keyframes hanabira {
  to {
    transform: translateY(100vh) rotate(360deg);
    opacity: 0;
  }
}

@keyframes hanabira {
  to {
    transform: translateY(100vh) rotate(360deg);
    opacity: 0;
  }
}

/* navの横のsakuraの花びら
------------------------ */
.sakura::before,
.sakura::after {
  content: "";
  width: 3%;
  height: 20%;
  background: var(--sub-color);
  border-radius: 0 25px 0;
  display: block;
  position: absolute;
  top: 20%;
}

.sakura::before {
  transform: rotate(-95deg);
  left: 19%;
}

.sakura::after {
  transform: rotate(60deg);
  left: 18%;
}

@media (max-width: 1025px) {
  .sakura::before {
    left: 13%;
  }

  .sakura::after {
    left: 14%;
  }
}

@media (max-width: 767px) {
  .sakura::before {
    left: 8%;
  }

  .sakura::after {
    left: 8%;
  }
}