html {
  font-size: 62.5%;
}

a:hover {
  opacity: 0.5;
}

body {
  font-size: 1.5rem;
  color: #333333;
  background-color: #fafafa;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  line-height: 100%;
}

nav {
  width: 100%;
  background-color: rgba(244, 235, 235, 0.95);
  display: flex;
  justify-content: space-between;
  z-index: 100;
}
nav div {
  display: flex;
}
nav .nav-left {
  align-items: center;
  margin-left: 11%;
}
nav .nav-left .nav-logo {
  width: 70px;
  height: auto;
  margin: 18px 14px 23px 0;
}
nav .nav-left .nav-logo-type {
  display: block;
}
nav .nav-left .nav-logo-type p {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 3.4rem;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.5rem;
}
nav .nav-left .nav-logo-type p:nth-child(2) {
  font-size: 1.2rem;
  letter-spacing: 0.07rem;
}
nav .nav-right {
  align-items: center;
  margin-right: 11%;
}
nav .nav-right .nav-link {
  font-weight: 900;
  font-size: 1.8rem;
}
nav .nav-right .nav-link ul {
  display: flex;
}
nav .nav-right .nav-link ul li {
  margin-right: 50px;
}
nav .nav-right .nav-link-icon .nav-menu {
  margin-right: 20px;
}

#humburger {
  position: fixed;
  top: 0;
  right: 0;
  width: 40vw;
  height: 100vh;
  background-color: rgba(208, 80, 62, 0.7);
  z-index: 50;
  padding-right: 3vw;
}
#humburger .hum-link-icon {
  display: flex;
  justify-content: flex-end;
}
#humburger .hum-link-icon-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#humburger .hum-link-icon-inner .hum-menu {
  margin-right: 10%;
}
#humburger .hum-link-icon-inner .hum-insta {
  margin-right: 10%;
}
#humburger .hum-link {
  font-size: 2.0rem;
  color: #fafafa;
  letter-spacing: 0.5rem;
  text-align: right;
  margin-top: 50px;
}
#humburger .hum-link li {
  line-height: 3;
}
#humburger .hum-link li::before {
  content: "";
  width: 4px;
  height: 2px;
  border: solid #fafafa 1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background-color: #fafafa;
}
#humburger .hum-bunner {
  position: absolute;
  bottom: 15vw;
  right: 3vw;
}
#humburger .hum-bunner ul {
  text-align: right;
  margin-left: 3vw;
}
#humburger .hum-bunner ul li:first-child {
  margin-bottom: 30px;
}
#humburger.close {
  display: none;
}

.button-close {
  display: none;
}

nav.fixed {
  position: fixed;
  top: 0;
}

.only_tb {
  display: none;
}

.only_tb_nav {
  display: none;
}

@media screen and (max-width: 1250px) {
  .only_fpc {
    display: none;
  }

  .br-pc {
    display: none;
  }

  nav .nav-left {
    margin-left: 30px;
  }
  nav .nav-right {
    margin-right: 30px;
  }
}
@media screen and (max-width: 960px) and (max-height: 700px) {
  #humburger .hum-bunner {
    display: none;
  }
}
@media screen and (max-width: 960px) and (max-height: 400px) {
  #humburger .hum-link {
    font-size: 1.8rem;
  }
  #humburger .hum-link li {
    line-height: 2;
  }
}
@media screen and (max-width: 960px) and (max-height: 300px) {
  #humburger .hum-link {
    font-size: 1.6rem;
  }
  #humburger .hum-link li {
    line-height: 1.75;
  }
}
@media screen and (max-width: 960px) {
  .only_pc {
    display: none;
  }

  .only_pc_nav {
    display: none;
  }

  .only_tb {
    display: block;
  }

  .only_tb_nav {
    display: flex;
  }

  .hide {
    transform: translateY(-100px);
    transition-duration: 1s;
  }

  .open {
    transform: translateY(0px);
    transition-duration: 1s;
  }

  .start {
    transform: none;
  }

  .br-mo {
    display: none;
  }

  nav {
    position: fixed;
    top: 0;
  }
  nav .nav-left {
    margin-left: 3%;
  }
  nav .nav-left .nav-logo {
    width: 50px;
  }
  nav .nav-left .nav-logo-type p {
    font-size: 2.5rem;
  }
  nav .nav-left .nav-logo-type p:nth-child(2) {
    font-weight: 700;
    letter-spacing: 0.03rem;
  }
  nav .nav-right {
    margin-right: 3%;
  }
  nav .nav-right .nav-link-icon {
    align-items: center;
  }
  nav .nav-right .nav-link-icon .nav-menu {
    margin-right: 10%;
  }
  nav .nav-right .nav-link-icon .nav-insta {
    margin-right: 10%;
  }
  nav .nav-link {
    display: none;
  }

  #humburger {
    display: block;
  }
}
@media screen and (max-width: 520px) and (max-height: 700px) {
  .hum-bunner {
    display: block;
  }
}
@media screen and (max-width: 520px) {
  .br-tb {
    display: none;
  }

  nav .nav-left {
    margin-left: 2%;
  }
  nav .nav-left .nav-logo {
    margin: 15px 8px 15px 0;
  }
  nav .nav-right {
    margin-right: 2%;
  }
  nav .nav-right .nav-link-icon .nav-menu {
    width: 45px;
    margin-right: 8%;
  }
  nav .nav-right .nav-link-icon .nav-insta {
    width: 45px;
    margin-right: 8%;
  }
  nav .nav-right .nav-link-icon .nav-humburger:first-child {
    width: 70px;
  }

  #humburger {
    width: 50vw;
    padding-right: 2vw;
  }
  #humburger .hum-link-icon .hum-menu {
    width: 45px;
    margin-right: 8%;
  }
  #humburger .hum-link-icon .hum-insta {
    width: 45px;
    margin-right: 8%;
  }
  #humburger .hum-link-icon .hum-humburger:first-child {
    width: 70px;
  }
  #humburger .hum-link {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 400px) {
  nav .nav-right .nav-link-icon .nav-menu {
    display: none;
  }
  nav .nav-right .nav-link-icon .nav-insta {
    display: none;
  }
  nav .nav-right .nav-link-icon .nav-humburger:first-child {
    width: 50px;
  }

  #humburger {
    width: 60vw;
  }
  #humburger .hum-link-icon .hum-menu {
    display: none;
  }
  #humburger .hum-link-icon .hum-insta {
    display: none;
  }
  #humburger .hum-link {
    font-size: 1.6rem;
  }
}
main {
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}
main h2 {
  font-size: 3.5rem;
  font-weight: 900;
  color: #d0503e;
  letter-spacing: 0.5rem;
  line-height: 1.5;
}
main h2 span {
  font-size: 3.5rem;
}
main h3 {
  font-size: 3.5rem;
  font-weight: 900;
  color: #d0503e;
  letter-spacing: 0.5rem;
  text-align: center;
}
main p {
  line-height: 2;
}
main section p:nth-child(n+2) {
  margin-top: 40px;
}
main section .section-area {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
main section .section-area .section-left {
  width: 50%;
  flex-shrink: 0;
  padding-right: 1%;
}
main section .section-area .section-left img {
  width: 100%;
}
main section .section-area .section-right {
  width: 50%;
  flex-shrink: 0;
  padding-left: 1%;
}
main section .section-area .section-right img {
  width: 100%;
}
main section .section-area .section-all-bg {
  width: 100%;
  text-align: center;
  color: #d0503e;
  background-color: #f4ebeb;
  padding: 50px 0;
}
main section .in-section-link {
  width: 100%;
  height: 80px;
  background-color: #d0503e;
  text-align: center;
  margin-top: 65px;
  border-radius: 40px;
}
main section .in-section-link p {
  color: #fafafa;
  font-size: 20px;
  line-height: 80px;
}
main .page-title {
  width: 1200px;
  margin: 125px auto 0;
  text-align: center;
  background-color: #f4ebeb;
  padding: 90px 0;
  position: relative;
}
main .page-title h2::before, main .page-title h2::after {
  content: "";
  display: inline-block;
  width: 10%;
  height: 5px;
  background-color: #d0503e;
  vertical-align: middle;
  border-radius: 3px;
}
main .page-title h2 span {
  margin: 0 40px;
}
main .page-title img {
  position: absolute;
  right: 5%;
  bottom: 5%;
}
main .page-links {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 120px auto 0;
}
main .page-links div {
  width: 31%;
  text-align: center;
  background-color: #d0503e;
  padding: 20px 0;
  border-radius: 40px;
}
main .page-links div p {
  color: #fafafa;
  font-size: 2.0rem;
  font-weight: 600;
}
main .bunner-area {
  margin-top: 100px;
}
main .bunner-area .section-area {
  width: 1200px;
  margin: auto;
}
main .bunner-area .section-area ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1250px) {
  main h2 {
    line-height: 1.25;
  }
  main .page-title {
    width: 900px;
  }
  main .page-links {
    width: 900px;
  }
  main .bunner-area .section-area {
    width: 900px;
  }
  main .bunner-area .section-area li:nth-child(1) {
    margin-right: 15px;
  }
  main .bunner-area .section-area li:nth-child(2) {
    margin-left: 15px;
  }
}
@media screen and (max-width: 960px) {
  main h2 {
    font-size: 2.5rem;
    letter-spacing: 0.4rem;
  }
  main h2 span {
    font-size: 2.5rem;
  }
  main h3 {
    font-size: 3rem;
  }
  main section {
    padding: 5%;
  }
  main section .section-area {
    display: flex;
    flex-direction: column;
  }
  main section .section-area .section-left {
    width: 100%;
    padding: 0;
  }
  main section .section-area .section-right {
    width: 100%;
    padding: 0;
    margin-top: 60px;
  }
  main section .section-area .section-all-bg {
    padding: 50px 5%;
    text-align: left;
  }
  main .page-title {
    width: 90%;
    margin: 100px 5%  0;
    padding: 10% 5%;
    text-align: left;
  }
  main .page-title h2 {
    font-size: 2.5rem;
    text-align: center;
  }
  main .page-title h2 span {
    margin: 0;
  }
  main .page-title h2:before,
  main .page-title h2:after {
    display: none;
  }
  main .page-links {
    display: none;
  }
  main .page-links div p {
    font-size: 1.8rem;
  }
  main .bunner-area {
    margin-top: 30px;
  }
  main .bunner-area .section-area {
    width: 100%;
  }
  main .bunner-area .section-area ul {
    flex-direction: column;
  }
  main .bunner-area .section-area ul li:nth-child(1) {
    margin: 0 auto;
  }
  main .bunner-area .section-area ul li:nth-child(2) {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 520px) {
  main {
    font-size: 1.2rem;
    letter-spacing: 0rem;
  }
  main h2 {
    font-size: 2.0rem;
  }
  main h2 span {
    font-size: 2.0rem;
  }
  main h3 {
    font-size: 2.4rem;
  }
  main section {
    padding: 2%;
  }
  main section .in-section-link {
    height: 60px;
  }
  main section .in-section-link p {
    font-size: 1.6rem;
    line-height: 60px;
  }
  main .page-title {
    width: 96%;
    margin: 50px 2% 0;
    padding: 6% 3%;
  }
  main .bunner-area .section-area ul li:nth-child(2) {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 400px) {
  main h2 {
    font-size: 2.0rem;
  }
}
footer {
  color: #fafafa;
  margin-top: 120px;
  background-color: #d0503e;
  padding: 70px 0 30px;
  text-align: center;
}
footer #footer-logo-area {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
footer #footer-logo-area #footer-logo {
  padding: 0 10px 5px 0;
}
footer #footer-logo-area #footer-logo-type {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
}
footer #footer-logo-area #footer-logo-type p {
  font-size: 3.5rem;
  letter-spacing: 0.5rem;
}
footer #footer-logo-area #footer-logo-type p:nth-child(2) {
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
  line-height: 2.5;
}
footer #footer-info {
  margin-top: 40px;
}
footer #footer-info p {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.5rem;
  line-height: 2;
}
footer #footer-link {
  margin-top: 45px;
}
footer #footer-link ul {
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
}
footer #footer-link ul li:before {
  content: "";
  width: 4px;
  height: 1px;
  border: solid #fafafa 1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  background-color: #fafafa;
}
footer #footer-link ul li:nth-child(n+2) {
  margin-left: 40px;
}
footer #copyright {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.25rem;
  margin-top: 50px;
}

@media screen and (max-width: 960px) {
  footer #footer-link ul {
    justify-content: space-around;
  }
  footer #footer-link ul li:nth-child(n+2) {
    margin-left: 0px;
  }
}
@media screen and (max-width: 520px) {
  footer {
    padding: 50px 0 10px;
  }
  footer #footer-logo-area {
    align-items: center;
  }
  footer #footer-logo-area #footer-logo img {
    width: 80%;
  }
  footer #footer-logo-area #footer-logo-type {
    font-weight: 700;
  }
  footer #footer-logo-area #footer-logo-type p {
    font-size: 28px;
  }
  footer #footer-logo-area #footer-logo-type p:nth-child(2) {
    letter-spacing: 0;
  }
  footer #footer-info {
    margin-top: 20px;
  }
  footer #footer-info p {
    letter-spacing: 0.25rem;
  }
  footer #footer-link {
    margin-top: 20px;
    text-align: left;
  }
  footer #footer-link ul {
    width: 150px;
    margin: 0 auto;
    flex-direction: column;
    justify-content: flex-start;
  }
  footer #footer-link ul li {
    margin-top: 10px;
  }
  footer #footer-link ul li:nth-child(n+2) {
    margin-left: 20px;
  }
  footer #copyright {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 400px) {
  footer {
    margin-top: 80px;
  }
}
.s-fv {
  z-index: 1;
}
.s-fv div {
  position: relative;
}
.s-fv div h1 {
  position: absolute;
  font-size: 5.0rem;
  color: #fafafa;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 960px) {
  .s-fv div h1 {
    font-size: 3.0rem;
  }
}
@media screen and (max-width: 520px) {
  .s-fv div h1 {
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 400px) {
  .s-fv div h1 {
    font-size: 1.8rem;
  }
}
