section {
  border: 10px solid #ffc9ee;
  box-shadow: 2px 2px 10px #ffc9ee;
}

@media screen and (max-width: 767px) {
  section {
    border: 5px solid #ffc9ee;
  }
}

.site_title {
  text-align: center;
  margin: 10px;
}

.site_title a {
  text-decoration: none;
  color: #ffbbee;
}

@media screen and (max-width: 767px) {
  .site_title a {
    font-size: 25px;
  }
}

.headerMenubar {
  display: flex;
  background-color: #ffc9ee;
  box-shadow: 1px 1px 4px #ffc9ee;
  position: absolute;
  width: 100%;
  height: 60px;
  z-index: 2;
}

.headerMenubar_mainArea {
  max-width: 1470px;
  width: 100%;
  margin: auto;
  text-align: right;

}

#menu-header>div>ul {
  padding: 0 20px 0;
}

#menu-header>div>ul>li {
  display: inline-block;
  list-style-type: none;
}

#menu-header>div>ul>li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 19px;
  padding: 5px 20px;
  transition: .4s;
}

#menu-header>div>ul>li a:hover {
  background-color: #ffffff;
  color: #ffbbee;
}

.headerMenubar_space {
  height: 60px;
}

/*■ヘッダーメニューバー固定*/
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
}

/*■ヘッダースマホ画面*/
.headerMenubar_mainArea_SP {
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 767px) {}

.headerMenu_Icon {
  position: absolute;
  margin: auto;
  border: 3px solid #ffffff;
  width: 40px;
  height: 40px;
  top: 0;
  bottom: 0;
  left: 10px;
  text-align: center;
}

.headerMenu_Icon_bar01 {
  position: relative;
  top: 6px;
  width: 24px;
  height: 4px;
  margin: auto;
  background-color: #ffffff;
}

.headerMenu_Icon_bar02 {
  position: relative;
  top: 12px;
  width: 24px;
  height: 4px;
  margin: auto;
  background-color: #ffffff;
}

.headerMenu_Icon_bar03 {
  position: relative;
  top: 18px;
  width: 24px;
  height: 4px;
  margin: auto;
  background-color: #ffffff;
}

.headerMenu_TOP {
  right: 10px;
  left: auto;
}

.headerMenu_TOP>p {
  margin: 9px auto;
  font-size: .9em;
  color: #ffffff;
}

/*■■■ヘッダーメニューポップアップ■■■*/
.headerMenuPop {
  background-color: rgb(0 0 0 /50%);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  padding: 10px;
}



/*■■■年齢確認ポップアップ■■■*/
.blur {
  filter: blur(3px);

}

.ageConfirmation {
  background-color: rgb(0 0 0 /50%);
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

.ageConfirmation_pop {
  background-color: #ffffff;
  border: 5px solid #ffc9ee;
  border-radius: 10px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 50px auto;
  padding: 20px;
}

.ageConfirmation_pop>p {
  font-weight: bold;
  color: #d989da
}

.popup_button {
  background-color: #ffbbee;
  color: #ffffff;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  width: 200px;
  font-size: 20px;
  vertical-align: middle;
  cursor: pointer;
  padding: 15px;
  margin: 10px;
  box-shadow: 2px 2px 5px #ffbbee;
  transition: .7s;
}

h2 {
  color: #fba9e1;
}

.hr_text::before {
  -webkit-linear-gradient(left, transparent, #ffbbee, transparent);
  background: linear-gradient(to right, transparent, #ffbbee, transparent);
}