/* 共通 */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
body {
  background-color: #f6f3ec;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.title-wrap {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.title {
  letter-spacing: 7px;
  font-size: 47px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.title:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: -23px;
  border-radius: 50%;
}
.subtitle {
  letter-spacing: 7px;
  font-size: 15px;
  color: #fff;
}
/* メニューここから　　　　　　　　　 */
#overlay {
  position: relative;
}
#overlay-button {
  position: fixed;
  right: 20px;
  top: 20px;
  cursor: pointer;
  user-select: none;
  border-radius: 50%;
  z-index: 100;
  display: none;
}
#overlay-button span {
  color: #fff;
  position: relative;
  padding-right: 30px;
  transition: all 0.2s ease-in-out;
}

#overlay-button span.change-color-overlay {
  color: #b70404;
}
#overlay-button span:before {
  top: 11px;
  right: 0;
  visibility: visible;
}
#overlay-button span:after {
  top: 18px;
  right: 0;
}
#overlay-button span:before,
#overlay-button span:after {
  height: 2px;
  width: 35px;
  border-radius: 20px;
  background-color: #b70404;
  position: absolute;
  content: "";
  transition: all 0.2s ease-in-out;
}
#overlay img {
  position: absolute;
  bottom: 0;
  right: 30px;
  width: 100px;
}
/* #overlay-button:hover span,
  #overlay-button:hover span:before,
  #overlay-button:hover span:after {
    background: #fff;
  } */

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]:checked ~ #overlay {
  visibility: visible;
}
input[type="checkbox"]:checked ~ #overlay-btn span {
  color: #9b0000;
}
input[type="checkbox"]:checked ~ #overlay-button:hover span,
input[type="checkbox"]:checked ~ #overlay-button span {
  background: transparent;
}
input[type="checkbox"]:checked ~ #overlay-button span:before {
  transform: rotate(45deg) translate(2.3px, 2.3px);
}
input[type="checkbox"]:checked ~ #overlay-button span:after {
  transform: rotate(-45deg) translate(2.3px, -2.3px);
}

#overlay {
  height: 620px;
  max-height: 90vh;
  width: 450px;
  visibility: hidden;
  position: fixed;
  z-index: 84;
  top: 0;
  right: 0;
  border: 1px solid #b70404;
  padding: 100px 0 100px 25px;
  background: url(../img/bg-check.png) 0 / 18px 18px repeat;
  background-color: #fff;
}
#overlay ul {
  list-style-type: none;
}
#overlay ul li {
  padding: 20px;
  position: relative;
  list-style-type: none;
}
#overlay ul li:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #9b0000;
  top: 25px;
  left: -15px;
  display: none;
  transition: 0.2s;
}
#overlay ul li:hover:before {
  display: block;
}
#overlay ul li a {
  color: #b70404;
  text-decoration: none;
  font-size: 14.5px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.menu-contact {
  margin-top: 40px;
}
.contact-btn-menu {
  background-color: #b70404;
  padding: 25px 0px;
  border-radius: 50px;
  color: #fff !important;
  letter-spacing: 4px;
  display: inline-block;
  width: 100%;
  position: relative;
  border: 1px solid #fff;
  font-weight: bold;
  font-size: 20px;
}
.contact-btn-menu::after {
  content: "";
  width: 9px;
  height: 9px;
  margin-top: -5px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  top: 52%;
  right: 39px;
  transition: 0.3s;
  position: absolute;
}
.sp-btn {
  color: #b70404;
  padding: 10px 30px;
  border-radius: 41px;
  border: 1px solid;
}
/* pcmenu */
.pc-menu {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 100;
  position: fixed;
}
.pc-menu nav {
  width: 100%;
  height: 70px;
  background-color: dimgray;
  padding-top: 5px;
  box-sizing: border-box;
}
.pc-menu-flex {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  transition: 0.3s;
  padding: 10px;
}
.pc-menu ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pc-menu li {
  list-style: none;
}
.pc-menu-a {
  display: block;
  text-decoration: none;
  margin-right: 25px;
  font-size: 13px;
  position: relative;
  color: #464646;
  transition: 0.3s;
  font-weight: bold;
}
.pc-menu-btn {
  background-color: #b70404;
  text-decoration: none;
  color: white;
  margin-right: 35px;
  font-size: 12px;
  position: relative;
  padding: 10px 17px;
  border-radius: 41px;
  transition: 0.3s;
}
.pc-menu-btn:hover {
  opacity: 0.8;
}
/* logo */
.logo {
  width: 330px;
  z-index: 104;
  padding-left: 50px;
}
.logo img {
  width: 100%;
}
.logo-white {
  width: 330px;
  z-index: 104;
  padding-left: 50px;
}
.logo-white img {
  width: 100%;
}
.logo-white {
  display: none;
}
.pc-menu-a:hover {
  opacity: 0.7;
  color: #b70404;
}
.logo {
  display: none;
}
.logo-white {
  display: block;
}
/* ここまで */
.akiko-top {
  background: linear-gradient(#46464636, #46464636), url(../img/akiko-under.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 520px;
  margin-top: 60px;
  background-position: 50% 40%;
}

.contents {
  margin: 0px auto;
  width: 750px;
  padding-top: 70px;
  color: #464646;
}
.contents div:last-child {
  padding-bottom: 100px;
}
.contents h2 {
  font-size: 23px;
  padding-bottom: 30px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.contents p {
  line-height: 2.8em;
  padding-bottom: 50px;
  font-size: 15px;
}
.scroll-box01,
.scroll-box02,
.scroll-box03 {
  position: relative;
}
.scroll-box01 {
  padding-bottom: 429px;
  margin-bottom: 100px;
}
.scroll-box02 {
  padding-bottom: 100px;
}
.scroll-box02 img {
  width: 100%;
}
.akiko-under-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 83%;
}
.scroll-box03 {
  padding-bottom: 100px;
}
.akiko-under-2 {
  width: 100%;
}

.flex img {
  width: 379px;
  height: 266px;
  padding-top: 11px;
}
/* footer��ｼ�ｼ�ｼ�ｼ�ｼ�ｼ�ｼ�ｼ�ｼ�ｼ�ｼ�ｼ�ｼ�ｼ�ｼ�ｼ�ｼ�ｼ�ｼ�ｼ�ｼ�ｼ�ｼ�ｼ�ｼ�ｼ�ｼ�ｼ�ｼ�ｼ�ｼ�ｼ�ｼ�ｼ�ｼ�ｼ�ｼ�ｼ�ｼ�ｼ�ｼ�ｼ�ｼ�ｼ�ｼ�ｼ�ｼ�ｼ� */
footer {
  background: linear-gradient(#46464636, #46464636), url(../img/bg.jpg);
  background-size: cover;
  background-position: center center;
}
.footer-inner {
  padding: 80px 0 20px;
  width: 80%;
  margin: 0 auto;
  min-height: 460px;
  position: relative;
  place-content: center;
}
.footerflex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 30px;
}
.footerflex ul {
  list-style: none;
}
.footerflex ul li {
  padding: 10px 0;
  line-height: 1.3em;
}
.footerflex ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.13em;
  position: relative;
}
.footerflex ul li a:hover {
  color: #ffffffb3;
}
.footerflex ul li a::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #b70404;
  bottom: 7px;
  left: -20px;
  display: none;
  transition: 0.2s;
}
.footerflex ul li a:hover:before {
  display: block;
  opacity: 1;
}
.footerflex ul li br {
  display: none;
}
.footerflex img {
  width: 220px;
}

.item3 {
  flex-grow: 3;
}
.item2 {
  flex-grow: 1;
}
.item1 {
  flex-grow: 1;
}
.copy {
  width: 100%;
  font-size: 10px;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

/* PC */
@media screen and (max-width: 1250px) {
  #overlay-button {
    display: block;
  }
  .pc-menu {
    display: none;
  }
  .akiko-top {
    margin-top: 0;
  }
}
@media screen and (max-width: 1080px) {
  .title {
    font-size: 40px;
  }
  .subtitle {
    font-size: 14px;
  }
  .footerflex ul li {
    padding: 12px 0;
  }
  .footerflex ul li a {
    font-size: 13px;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 850px) {
  .title {
    font-size: 38px;
  }
  .contents {
    width: initial;
    padding: 50px 5% 0;
  }
  .contents p {
    line-height: 1.8;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.02em;
    padding-bottom: 30px;
  }
  .contents h2 {
    font-size: 16px;
  }
  .scroll-box01 {
    padding-bottom: 57%;
    margin-bottom: 60px;
  }
  .scroll-box02 {
    padding-bottom: 70px;
  }
  .scroll-box01 br {
    display: none;
  }
  .flex {
    display: block;
  }
  .flex p {
    width: initial;
  }
  .flex img {
    width: 100%;
    height: auto;
    padding-bottom: 29px;
  }
}
@media screen and (max-width: 550px) {
  #overlay {
    width: 90vw;
    height: 70vh;
    min-height: 580px;
    max-height: initial;
  }
  .title {
    font-size: 30px;
  }
  .subtitle {
    font-size: 12px;
    letter-spacing: 0.2em;
  }
  .akiko-top {
    height: 400px;
  }
  .footerflex {
    display: block;
    text-align: center;
  }
  .contents br {
    display: none;
  }
  .scroll-box04 br {
    display: block;
  }
}
