body {
  box-sizing: border-box;
  font-feature-settings: "palt"
}

#app {
  margin-bottom: 0
}

.bnrArea {
  width: 100%;
}

.bnrArea__link {
  display: none;
  width: 100%
}

.bnrArea__img {
  width: 100%;
  max-width: 100%
}

.header {
  width: 100%;
  padding: 1em;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  border-bottom: 2px solid #da3239;
  background-color: white;
  z-index: 99;
}

.header, .header__nav {
  display: flex;
  flex-flow: row nowrap;
  position: sticky;
  top: 0;
}

.header__nav {
  width: 30vw;
  justify-content: flex-end
}

.header__humb {
  width: 10vw
}

.header__logoArea {
  width: 35vw
}

.header__logoLink {
  display: block;
  width: 100%
}

.header__logo {
  width: 100%;
  max-width: 100%
}

.header__snsArea {
  width: 30vw;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center
}

.header__snsLink {
  display: inline-block;
  width: 8vw
}

.header__snsLink_last {
  margin-left: .5em
}

.header__sns, .sexArea {
  width: 100%
}

.sexArea {
  font-family: Raleway, sans-serif;
  border-bottom: 2px solid #da3239;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  list-style: none
}

.sexArea__list {
  width: 50%
}

.sexArea__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.2em 0;
  text-align: center;
  font-size: 4vw
}

.sexArea__link, .sexArea__link :active, .sexArea__link :focus, .sexArea__link :hover, .sexArea__link :link, .sexArea__link :visited {
  color: #707070;
  text-decoration: none
}

.sexArea__linkImg {
  display: inline-block;
  width: 3vw;
  margin-left: .5em;
  margin-bottom: .5vw
}

.serchFormArea {
  padding: 1.2em 0
}

.serchFormArea__form {
  display: block;
  width: 80%;
  margin: 0 auto;
  position: relative
}

.serchFormArea__input {
  width: 100%;
  border: 1px solid #ededed;
  background: #f7f7f7;
  border-radius: 5px;
  padding: .5em 1em;
  box-sizing: border-box;
  font-size: .75rem
}

.serchFormArea__submit {
  width: 2.5em;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: none;
  border-radius: 0 5px 5px 0;
  background: #707070
}

.serchFormArea__submitImg {
  width: 1.5em;
  position: absolute;
  top: 0;
  bottom: 0;
  right: .5em;
  margin: auto
}

.windoArea {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .4);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999
}

.windoArea:before {
  left: 0
}

.windoArea:after, .windoArea:before {
  content: "\00d7";
  background: hsla(0, 0%, 100%, .8);
  color: #000;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 40px;
  border-radius: 50%;
  position: fixed;
  top: 20px;
  z-index: 1000000
}

.windoArea:after {
  right: 0
}

.windoArea__frame {
  width: 0;
  height: 100vh;
  transition: .2s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999
}

.windoArea__frame_open {
  width: 85%
}

.windoArea__frame2 {
  width: 0;
  height: 100vh;
  transition: .2s ease-in-out;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999
}

.windoArea__frame2_open {
  width: 85%
}
