@charset "UTF-8";

body {
  position: relative;
  font-size: 18px;
  color: #595757;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}

a {
  transition: 0.6s;
}

a:hover {
  opacity: 0.6;
}

.pinkTxt {
  color: #e8537d;
}

.contents {
  padding: 100px 0;
  background: url(../cmn_img/contentBg.png) repeat-y center;
  background-size: contain;
  background-color: #fef6f4;
}

.contentsInr {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}


.header h1 {
  position: fixed;
  top: 3%;
  left: 2%;
  z-index: 9999;
  width: 15%;
  transition: 0.8s
}

.header h1 img {
  width: 100%;
}

.header.smaller h1 {
  width: 10%;
}

.header p {
  position: absolute;
  top: 6%;
  right: 2%;
}

.header p a {
  background-color: #eb5980;
  padding: 15px 26px 12px;
  color: #fff;
  margin-top: 15px;
}

.gnavi {
  max-width: 1080px;
  margin: 0 auto;
  height: 10vh;
  bottom: 0;
  position: fixed;
  z-index: 999;
  width: 100vw;
}

.gnavi ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  background-color: #fff;
}

.gnavi ul li {
  margin: 0 3%;
}

.gnavi a {
  display: inline-block;
  padding: 40px 0 60px;
  position: relative;
  font-weight: bold;
}

.gnavi a:hover {
  color: #e9517b;
}

.gnavi a::after {
  content: '';
  display: inline-block;
  width: 140px;
  height: 2px;
  vertical-align: middle;
  position: absolute;
  top: 75px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #e9517b;
  transition: 1s;
}

.gnavi a:hover::after {
  background-color: #595757;
}

.mvArea02 {
  position: relative;
  height: 90vh;
}

.mvArea02 .mv02 {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding-top: 40px;

}

.mvArea02 .mv02 p {
  width: 50%;
}

.mvArea02 .mv02 p img {
  width: 100%;
}

.mvArea02 .mv02 h2 {
  width: 50%;
  font-size: 2rem;
  text-align: center;
}

.contents h3 {
  margin-top: 90px;
  font-size: 2rem;
  border-left: 10px solid #e9517b;
  color: #e9517b;
  padding: 5px 0 5px 20px;
}



footer .footerInr {
  padding: 120px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  box-sizing: border-box;
}

footer .footerInr .footerTitle {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: center;
  width: 50%;
}

footer .footerInr .footerTitle p {
  margin-left: 30px;
  color: #ee7c9b;
  font-size: 1.1rem;
}

footer .footerInr .footerTitle a {
  display: block;
  padding-right: 30px;
}

footer .footerInr .footerNav {
  width: 40%;
}

footer .footerInr .footerNav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

footer .footerInr .footerNav ul li {
  width: 50%;
  margin-top: 20px;
  font-size: 0.8rem;
  font-weight: bold;
}

footer .footerInr .footerNav ul li a {
  display: block;
  padding-left: 30px;
  position: relative;
}

footer .footerInr .footerNav ul li a::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 10px;
  background-image: url(/lib/cmn_img/footerNavIcon.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
}

footer .copy {
  margin-top: 60px;
  text-align: right;
}

.pc {
  display: block;
}

.sp {
  display: none;
}
