main {
  font-family: "Noto Sans JP", sans-serif;
  background: linear-gradient(90deg, #dfe9f3 0%, white 100%);
  display: block;
  color: #4a4a4a;
  padding: 0 0 10px;
}

@media screen and (min-width: 780px) {
  .sp {
    display: none;
  }
}

.fix_signup_button {
  width: 90%;
  margin: 0 auto 10px;
  display: block;
  border-radius: 10px;
  background: linear-gradient(45deg, #e17976, #ac524f);
  padding: 25px 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  opacity: 0;
  transition: opacity 0.5s;
}
.fix_signup_button.fixed {
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  bottom: 0px;
}
.fix_signup_button.show {
  opacity: 1;
}

.signup_button {
  width: 80%;
  max-width: 300px;
  margin: 40px auto;
  display: block;
  background: linear-gradient(45deg, #e17976, #ac524f);
  border-radius: 50px;
  padding: 20px 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  transition: all 0.3s;
}
.signup_button:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
}

#main_visual {
  background-image: url("../images/home/main_visual_background_new.jpg");
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  padding: 30px 20px 0;
}
#main_visual .main_visual_content {
  display: flex;
  justify-content: center;
  align-items: end;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
#main_visual .main_visual_left {
  padding: 0 20px 20px;
  width: 50%;
}
#main_visual .main_visual_right {
  padding: 0 20px;
  width: 50%;
}
#main_visual div.user_count {
  font-family: serif;
  margin: 40px auto 20px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  color: #eb504b;
}
#main_visual div.user_count span {
  font-weight: bold;
  display: inline-block;
  margin: 0 3px;
  font-size: 2rem;
  color: #eb504b;
}
#main_visual h2.catch_copy {
  font-family: serif;
  line-height: 1.6;
  letter-spacing: 0.15em;
  font-size: 2.6rem;
  font-weight: 500;
  margin: 0 auto;
  text-align: center;
  color: #444;
}
#main_visual img.main_visual_logo {
  display: block;
  margin: 20px auto;
  width: 100px;
}
#main_visual .screen_image {
  display: block;
  margin: 30px auto 0;
  max-width: 420px;
  height: auto;
  width: 100%;
}

#about .description {
  padding: 45px 0;
  background-color: #fff;
}
#about p {
  padding: 0 20px;
  max-width: 480px;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  color: #333;
  text-align: center;
}

#templates {
  padding: 0 0 100px;
}
#templates img {
  display: block;
  margin: 40px auto 10px;
  width: 40px;
}
#templates h2 {
  font-family: serif;
  padding: 0 20px 20px;
  line-height: 1.6em;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  color: #333;
  text-align: center;
}
#templates .confirm_design{
  color: #e17976;
  font-weight: bold;
  margin: 10px 0 -10px;
  text-align: center;
  font-size: 1.1rem;
}
#templates .template_slider {
  list-style: none;
  padding: 20px 0;
}
#templates .template_slider .template {
  width: 200px;
  height: 400px;
  margin: 10px;
  background-size: cover;
  background-position: center center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}
#templates a.sample {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  text-decoration: none;
  margin: 30px auto 0;
  max-width: 240px;
  padding: 16px 10px;
  font-size: 1.6rem;
  color: #333;
  background: #fff;
  border: solid 2px #707070;
  text-align: center;
  border-radius: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
#templates a.sample:hover {
  background-color: #dfe9f3;
  color: #333;
  box-shadow: none;
}
#templates a.designs_button {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  text-decoration: none;
  margin: 20px auto 0;
  max-width: 240px;
  padding: 16px 10px;
  font-size: 1.6rem;
  color: #333;
  background: #fff;
  border: solid 2px #707070;
  text-align: center;
  border-radius: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
#templates a.designs_button:hover {
  background-color: #dfe9f3;
  color: #333;
  box-shadow: none;
}

#scenes {
  background-position: center center;
  background-size: cover;
  padding: 40px 0;
}
#scenes h2 {
  font-family: serif;
  padding: 0 20px 50px;
  line-height: 1.6em;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-size: 2rem;
  color: #fff;
  text-align: center;
}
#scenes ul {
  list-style: none;
  display: flex;
  max-width: 800px;
  justify-content: flex-start;
  margin: 0 auto;
  flex-flow: wrap;
}
#scenes li {
  width: 50%;
}
#scenes li a {
  text-decoration: none;
}
#scenes .scene {
  width: 90%;
  margin: 0 auto 24px;
  max-width: 340px;
  background: #fff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: 0.2s all;
}
#scenes .scene:hover {
  background: #ddd;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
#scenes .scene img {
  width: 40px;
  margin: 0 20px;
}
#scenes .scene h3 {
  font-family: "Noto Sans JP", sans-serif;
  border-left: 2px dotted #696969;
  padding: 30px 20px;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #333;
}
#merit {
  padding: 0 20px 50px;
}
#merit h2 {
  font-family: serif;
  color: #333;
  font-weight: normal;
  font-size: 2rem;
  text-align: center;
  padding: 50px 20px;
}
#merit .merit_list {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0 auto;
  max-width: 900px;
}
#merit .merit_list .merit_item {
  width: 100%;
  max-width: 300px;
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 30px 20px;
  border-radius: 10px;
  color: #4a4a4a;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#merit .merit_list .merit_item.merit_1 {
  margin-left: 10px;
}
#merit .merit_list .merit_item.merit_2 {
  margin: 0 20px;
}
#merit .merit_list .merit_item.merit_3 {
  margin-right: 10px;
}
#merit .merit_list .merit_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#merit .merit_list .merit_title span {
  font-size: 4.4rem;
  display: block;
  margin-left: 10px;
  font-family: "Noto Sans JP", sans-serif;
}
#merit .merit_list .merit_title h3 {
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  margin-left: 10px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4em;
}
#merit .merit_list .merit_item img {
  width: 70%;
  max-width: 200px;
  display: block;
  margin: 20px auto;
}
#merit .merit_list .merit_item p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  line-height: 1.9em;
}

#gifts {
  background: #fff;
  padding: 60px 20px;
}
#gifts .gifts_content {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
#gifts .gifts_content .gifts_title {
  font-family: serif;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  color: #d47e79;
}
#gifts .gifts_content h2 {
  font-family: serif;
  font-size: 2.2rem;
  display: block;
  margin: 10px auto 20px;
  color: #333;
}
#gifts .gifts_content p {
  text-align: center;
  line-height: 1.7;
  max-width: 500px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.2rem;
  color: #333;
}
.gifts_list.sp {
  display: none;
}
.gifts_list.pc {
  margin: 30px auto;
  display: flex;
}
.gifts_list.pc .gifts_left {
  width: 40%;
  margin-right: 20px;
}
.gifts_list.pc .gifts_left .gifts_image {
  width: 100%;
  padding-top: 120%;
  background-size: cover;
  background-position: center bottom;
  transition: all 0.2s;
}
.gifts_list.pc .gifts_right {
  width: 59%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
}
.gifts_list.pc .gifts_right .gifts_image {
  width: calc(34% - 20px);
  background-size: cover;
  background-position: center bottom;
  transition: all 0.2s;
}
.gifts_list.pc .gifts_image:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transform: scale(1.02);
}

#gifts .gifts_content a.gifts_button {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  text-decoration: none;
  margin: 30px auto 0;
  max-width: 240px;
  padding: 16px 10px;
  font-size: 1.6rem;
  color: #333;
  background: #fff;
  border: solid 2px #707070;
  text-align: center;
  border-radius: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
#gifts .gifts_content a.gifts_button:hover {
  background-color: #dfe9f3;
  color: #333;
  box-shadow: none;
}

#flow {
  background: white;
  padding: 30px 0 80px;
}
#flow h2 {
  font-family: serif;
  color: #333;
  font-weight: normal;
  font-size: 2rem;
  text-align: center;
  padding: 50px 20px;
}
#flow .flow_flex {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  display: flex;
  justify-content: center;
}
#flow .flow_content {
  display: flex;
  flex-direction: column;
  padding: 20px 10px 40px;
  text-align: center;
  color: #fff;
}
#flow .flow_1 {
  background: #e17976;
  margin-left: 10px;
  position: relative;
}
#flow .flow_1::after {
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  transform: rotate(45deg);
  background: #e17976;
  position: absolute;
  right: -20px;
  top: 42%;
  z-index: 1;
}
#flow .flow_2 {
  background: #ad524f;
  margin: 0 20px;
  position: relative;
}
#flow .flow_2::after {
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  transform: rotate(45deg);
  background: #ad524f;
  position: absolute;
  right: -20px;
  top: 42%;
  z-index: 1;
}
#flow .flow_3 {
  background: #e17976;
  margin-right: 10px;
}
#flow .flow_content .flow_num {
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
  color: #fff;
}
#flow .flow_content h3 {
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.3rem;
  text-align: center;
  color: #fff;
  padding: 0 20px;
  margin: 5px auto 20px;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.4em;
}
#flow .flow_content p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  max-width: 380px;
  padding: 0 20px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1.9em;
  margin: 0 auto;
}
#premium {
  padding: 60px 20px;
}
#premium img {
  display: block;
  margin: 0 auto;
}
#premium h2 {
  font-weight: bold;
  font-family: serif;
  color: #333;
  font-size: 2rem;
  text-align: center;
  padding: 10px 20px 20px;
  letter-spacing: 0.2rem;
}
#premium p {
  text-align: center;
  line-height: 1.7;
  max-width: 500px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.05rem;
  color: #333;
}
#premium table {
  background: white;
  margin: 30px auto 20px;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  max-width: 600px;
}
#premium table th {
  padding: 12px 4px;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  line-height: 1.4;
}
#premium table th .price {
  color: #fff;
  font-size: 2.4rem;
}
#premium table th .price span {
  font-size: 1.7rem;
}
#premium table th.free {
  background: #5cc6d0;
  min-width: 100px;
  color: #228189;
}
#premium table th.premium {
  background: #e17976;
  min-width: 100px;
  color: #a73330;
}
#premium table tr:nth-child(even) {
  background: #f0f0f0;
}
#premium table td {
  padding: 24px 10px;
  border-right: 1px solid #e3e3e3;
  font-size: 1.5rem;
  line-height: 1.4;
}
#premium table td span {
  font-size: 1.2rem;
}
#premium table td.value {
  text-align: center;
  word-break: keep-all;
}
#premium table td.value .circle {
  height: 14px;
  width: 14px;
  background: #5cc6d0;
  border-radius: 100%;
  margin: 0 auto;
}
#premium table td:last-child {
  border-right: 0px;
}
#voice {
  background:white;
  padding: 30px 0 50px;
}
#voice h2 {
  font-family: serif;
  color: #333;
  font-weight: normal;
  font-size: 2rem;
  text-align: center;
  padding: 50px 20px;
}
#voice .voice_list {
  margin: 0 auto;
  max-width: 780px;
  padding: 0 20px;
}
#voice .voice_item {
  color: #fff;
  padding: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  line-height: 1.9em;
  border-radius: 20px;
  max-width: 600px;
  margin: 0 auto 40px;
  position: relative;
}
#voice .voice_item::after {
  content: "";
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 33px;
  height: 21px;
  bottom: -20px;
  position: absolute;
}
#voice .voice_item:nth-child(even) {
  background: #5cc6d0;
}
#voice .voice_item:nth-child(even)::after {
  background-image: url("../images/home/balloon_right.svg");
  right: 20px;
}
#voice .voice_item:nth-child(odd) {
  background: #e17976;
}
#voice .voice_item:nth-child(odd)::after {
  background-image: url("../images/home/balloon_left.svg");
  left: 20px;
}
#voice .voice_item .voice_user {
  text-align: right;
  font-size: 1.4rem;
}

#twitter {
  padding: 30px 0 120px;
}
#twitter h2 {
  font-family: serif;
  font-weight: normal;
  color: #333;
  font-size: 2rem;
  text-align: center;
  padding: 50px 20px;
}
#twitter .twitter_content {
  padding: 0 20px;
  max-width: 420px;
  margin: 0 auto;
}

#information h2 {
  font-family: serif;
  font-weight: normal;
  color: #333;
  font-size: 2rem;
  text-align: center;
  padding: 80px 20px 50px;
}
#information ul.informartions {
  border-top: 1px solid #707070;
  margin: 0 auto;
  list-style: none;
  max-width: 780px;
}
#information ul.informartions li a {
  text-decoration: none;
  color: #333;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #707070;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  padding: 15px 15px 15px 20px;
  position: relative;
  line-height: 1.3em;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  transition: all 0.5s;
}
#information ul.informartions li a:hover {
  background: #eee;
}
#information ul.informartions li a .arrow {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1.8px solid #707070;
  border-right: 1.8px solid #707070;
  transform: rotate(45deg);
}
#information ul.informartions li a span.date {
  font-size: 1.1rem;
  font-weight: bold;
  display: block;
  line-height: 1.8em;
}

#faq {
  padding: 30px 0 30px;
}
#faq h2 {
  font-family: serif;
  font-weight: normal;
  color: #333;
  font-size: 2rem;
  text-align: center;
  padding: 50px 20px;
}
#faq ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  background: #fff;
  max-width: 780px;
}
#faq ul > li {
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
  border-left: 1px solid #707070;
}
#faq ul > li:first-child {
  border-top: 1px solid #707070;
}

#faq .question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 20px;
  transition: all 0.5s;
}
#faq .question:hover {
  background: #eee;
}

#faq .question h3 {
  font-size: 1.4rem;
  font-weight: 500;
  width: 100%;
  color: #333;
  position: relative;
  padding: 0 20px;
  line-height: 1.3em;
}
#faq .question h3:before {
  font-size: 1.4rem;
  content: "Q.";
  position: absolute;
  display: block;
  color: #333;
  font-weight: bold;
  top: 0px;
  left: 0px;
  height: 20px;
  width: 20px;
}
#faq .question .toggle {
  transition: all 0.3s;
}
#faq .question .toggle.open {
  transform: rotate(-180deg);
}
#faq .answer {
  padding: 20px;
  font-size: 1.3rem;
  display: none;
  background: #fcfbf2;
}
#faq .answer p {
  font-size: 1.3rem;
  font-weight: 500;
  color: #333;
  position: relative;
  letter-spacing: 0.06em;
  line-height: 1.9em;
  padding: 0 0 0 20px;
}
#faq .answer p:before {
  font-size: 1.4rem;
  content: "A.";
  position: absolute;
  display: block;
  color: #eb504b;
  height: 20px;
  width: 20px;
  top: 0px;
  left: 0px;
}

#blog {
  padding: 40px 10px;
}
#blog h2 img {
  display: block;
  margin: 0 auto 20px;
}
#blog p.description {
  text-align: center;
  line-height: 1.7;
  max-width: 500px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.05rem;
  color: #333;
}
#blog ul {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#blog ul li {
  width: 30%;
  display: block;
  margin: 20px auto 0;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  width: 31%;
  background: #fff;
  transition: all 0.3s;
}
#blog ul li:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}
#blog a {
  text-decoration: none;
  display: block;
  height: 100%;
}
#blog a img {
  width: 100%;
  height: 133px;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
}
#blog a p {
  text-align: left;
  padding: 10px;
  color: #4a4a4a;
  font-size: 1.2rem;
  line-height: 1.7;
}

@media screen and (max-width: 780px) {

  .pc {
    display: none;
  }
  #main_visual {
    padding: 0px 20px 0;
  }
  #main_visual .main_visual_content {
    display: block;
  }
  #main_visual .main_visual_left {
    padding: 0;
    width: 100%;
  }
  #main_visual .main_visual_right {
    padding: 0;
    width: 100%;
  }
  #main_visual div.user_count {
    font-size: 1.4rem;
  }
  #main_visual div.user_count span {
    font-size: 1.8rem;
  }
  #main_visual h2.catch_copy {
    font-size: 2rem;
  }
  #main_visual .screen_image {
    margin: 30px auto 0;
    max-width: 360px;
  }

  #merit .merit_list {
    display: block;
  }
  #merit .merit_list .merit_item {
    display: block;
    padding: 30px 20px;
    min-width: 0;
    box-sizing: border-box;
  }
  #merit .merit_list .merit_item.merit_1 {
    margin: 0 auto;
  }
  #merit .merit_list .merit_item.merit_2 {
    margin: 20px auto;
  }
  #merit .merit_list .merit_item.merit_3 {
    margin: 0 auto;
  }
  #scenes ul {
    flex-flow: column;
  }
  #scenes li {
    width: 100%;
  }

  #gifts {
    padding: 60px 0;
  }
  #gifts .gifts_content .gifts_title {
    font-size: 1.5rem;
  }
  #gifts .gifts_content .gifts_title h2 {
    font-size: 2.5rem;
    display: block;
  }
  #gifts .gifts_content p {
    font-size: 1.2rem;
    margin: 20px auto 0;
    padding: 0 20px;
  }
  .gifts_list.sp {
    margin: 30px auto;
    display: block;
  }
  .gifts_list.pc {
    display: none;
  }
  .gifts_list.sp {
    width: unset;
    margin-right: 0px;
  }
  .gifts_list.sp .gifts_image {
    width: 260px;
    height: 350px;
    margin: 20px 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-position: center bottom;
  }

  #flow {
    padding: 0 20px 50px;
  }
  #flow .flow_flex {
    display: block;
  }
  #flow .flow_content {
    border-radius: 0;
    max-width: 440px;
    margin: 0 auto 10px;
  }
  #flow .flow_1::after {
    content: "";
    bottom: -20px;
    top: unset;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #flow .flow_2::after {
    content: "";
    bottom: -20px;
    top: unset;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #flow .flow_content .flow_num {
    margin-top: 20px;
  }
  #flow .flow_content h3 {
    padding: 0 20px;
  }
  #flow .flow_content p {
    padding: 0 10px;
  }

  #premium table th {
    font-size: 1.1rem;
  }
  #premium table th .price {
    font-size: 1.7rem;
  }
  #premium table th.free {
    min-width: 60px;
  }
  #premium table th.premium {
    min-width: 60px;
  }
  #premium table th .price span {
    font-size: 1.2rem;
  }
  #premium table td {
    padding: 20px 10px;
    font-size: 1.2rem;
  }
  #premium table td.value .circle {
    height: 10px;
    width: 10px;
  }

  #information ul.informartions li a {
    border-left: none;
    border-right: none;
  }
  #faq ul > li {
    border-right: none;
    border-left: none;
  }

  #blog ul li {
    width: 45%;
  }
  #blog a img {
    height: 100px;
  }
  #blog a p {
    font-size: 1.1rem;
  }
}
