@charset "utf-8";
/*
.font-serif(){
	//font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
	font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.font-serif-bold(){
	.font-serif();
	font-weight: bold;
}
*/
.abswh100 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.wh100 {
  width: 100%;
  height: 100%;
}
.center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.abscenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.hv_center {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.h_center {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
.v_center {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.hover_scale {
  transition: all 200ms 0s ease;
}
.hover_scale:hover {
  transform: scale(1.03);
}
/*==============================================================
  ■ (PC)
==============================================================*/
.content__info {
  background-color: #a03e93;
}
.kv {
  background: url(../img/kv.jpg) center center no-repeat;
  background-size: cover;
}
.info {
  height: 900px;
}
.info__list .detail1 {
  display: block;
  width: 360px;
  height: 472px;
  background-image: url("../img/info1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  left: -25px;
  top: 61px;
}
.info__list .detail2 {
  display: block;
  width: 360px;
  height: 253px;
  background-image: url("../img/info2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  left: 300px;
  top: 61px;
}
.info__list .detail3 {
  display: block;
  width: 360px;
  height: 253px;
  background-image: url("../img/info3.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  left: 625px;
  top: 61px;
}
.info__list .detail4 {
  display: block;
  width: 360px;
  height: 255px;
  background-image: url("../img/info4.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  left: 300px;
  top: 279px;
}
.info__list .detail5 {
  display: block;
  width: 360px;
  height: 255px;
  background-image: url("../img/info5.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  left: 625px;
  top: 279px;
}
.info__list .detail6 {
  display: block;
  width: 523px;
  height: 393px;
  background-image: url("../img/info6.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  left: -26px;
  top: 498px;
}
.info__list .detail7 {
  display: block;
  width: 523px;
  height: 393px;
  background-image: url("../img/info7.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  left: 463px;
  top: 498px;
}
.info__attention {
  font-size: 16px;
  color: white;
  text-align: right;
  position: absolute;
  left: 820px;
  top: 870px;
}
