body {
  font-family: graphie, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  image-rendering: -webkit-optimize-contrast;
  color: #5E5D5E;
  background: #f0f0f0
}

body img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden
}

body::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  background: url(../img/img_bg.jpg) no-repeat left top;
  background-size: cover
}

body .wrapp {
  background: #fff;
  overflow: hidden;
  width: 560px;
  margin: 0 auto
}

body .wrapp * {
  position: relative;
  z-index: 1
}

body .wrapp h1, body .wrapp h2 {
  text-indent: -9999px
}

body .wrapp header {
  position: relative
}

body .wrapp header::before {
  content: "";
  display: block;
  width: 50%;
  height: 510px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  background: #fff0f5
}

body .wrapp header#com {
  margin-bottom: 100px
}

body .wrapp header#com::before {
  display: none
}

body .wrapp header .logo {
  padding: 30px 0px
}

body .wrapp header .logo img {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0px auto;
  width: 160px
}

body .wrapp .inner.center {
  margin-top: -24px;
  padding: 0 36px
}

body .wrapp .inner.left {
  margin: 0 0 0 36px
}

body .wrapp .inner.right {
  margin: 0 36px 0 0
}

body .wrapp .cv {
  /* position: relative; */
  padding: 450px 36px 100px;
  /* margin-bottom: 40px; */
  background: url(../img/img_cv.png) no-repeat top center;
  background-size: 100% auto;
  background-color: #F3F3F3;
  /* margin-bottom: 100px; */
}

body .wrapp .cv.ver2 {
  background: url(../img/img_cv_2.png) no-repeat top center;
  background-size: 100% auto
}

body .wrapp .cv a {
  /* position: relative; */
  /* z-index: 1; */
  /* display: block; */
  /* height: 110px; */
  /* background: url(../img/img_btn_buy.png) no-repeat center center; */
  /* background-size: cover; */
  /* cursor: pointer; */
  /* transition: all .3s; */
  /* background: black; */
}

body .wrapp .cv a:hover {
  opacity: 0.8
}



body .wrapp .fv {
  position: relative;
  padding-bottom: 40px;
  position: relative
}



body .wrapp .fv h1 {
  background: url(../img/img_mv.png) no-repeat left top;
  background-size: contain;
  height: 550px
}

body .wrapp .fv img {
  width: 100%
}

body .wrapp .fv .inner {
  margin-bottom: 20px
}

body .wrapp  .cv {
  /* width: auto; */
  /* height: auto; */
  /* background: no-repeat; */
  /* padding: 0 36px; */
  /* margin-bottom: 0; */
  /* display: flex; */
  /* justify-content: center; */
  display: flex;
  /* width: 100%; */
  display: flex;
  justify-content: center;
  /* margin-bottom: 50px; */
  /* margin-top: 70px; */
}

	.body .wrapp  .cv a ul
	justify-content: center;
display:flex;
	}
body .wrapp  .cv a li {
	width:  47%;
	}
body .wrapp  .cv a li{
    width: 200px;
    height: 58px;
    background: #000;
    /* width: 50%; */
    /* margin: auto 10px; */px; */
}
body .wrapp  .cv li p{color:white;text-align: center;top: 30%;vertical-align: middle;font-size: 1rem;padding: 0px 5px;}
body .wrapp  .cv a {
  /* margin: auto; */
  /* height: 100%; */
  margin: 0 10px;
}

body .wrapp .sec p {
  font-size: 20px;
  line-height: 1.6
}

body .wrapp .sec.no01 {
  padding: 40px 0 80px;
  margin-bottom: 80px
}

body .wrapp .sec.no01 h2 {
  position: relative;
  z-index: 2;
  background: url(../img/img_sec01_ttl.png) no-repeat left top;
  background-size: contain;
  width: 240px;
  height: 150px;
  margin-bottom: 40px
}

body .wrapp .sec.no01 p {
  position: relative;
  z-index: 2
}

body .wrapp .sec.no01::before {
  content: "";
  display: block;
  width: 85%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 0;
  background: #fff0f5
}

body .wrapp .sec.no01::after {
  content: "";
  display: block;
  background: url(../img/img_sec01_img.png) no-repeat right top;
  width: 100%;
  height: 370px;
  position: absolute;
  top: 120px;
  right: 0;
  z-index: 0;
  background-size: 550px
}

body .wrapp .sec.no02 {
  position: relative;
  padding: 40px 0 0 36px;
  margin: 0 36px 260px 0;
  background: #fff0f5
}

body .wrapp .sec.no02 h2 {
  text-indent: 0;
  font-size: 34px;
  line-height: 1.4;
  margin-bottom: 20px
}

body .wrapp .sec.no02 ul {
  background: #fff;
  margin-left: 50px;
  padding: 40px 0px 40px 40px
}

body .wrapp .sec.no02 ul li {
  overflow: hidden;
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.5
}

body .wrapp .sec.no02 ul li::after {
  content: '';
  display: block;
  position: absolute;
  top: .4em;
  left: 0;
  width: 16px;
  height: 8px;
  border-left: 2px solid #d3a3b0;
  border-bottom: 2px solid #d3a3b0;
  transform: rotate(-45deg)
}

body .wrapp .sec.no02 ul li span {
  color: #d3a3b0;
  border-bottom: solid 1px #d3a3b0
}

body .wrapp .sec.no02::before {
  content: "";
  display: block;
  width: 150%;
  height: 240px;
  background: #d3a3b0;
  position: absolute;
  left: 0;
  bottom: -280px
}

body .wrapp .sec.no02::after {
  content: "";
  display: block;
  width: 100%;
  height: 360px;
  background: url(../img/img_sec02.png) no-repeat left bottom;
  position: absolute;
  left: 0;
  bottom: -180px;
  background-size: contain
}

body .wrapp .sec.no03 {
  padding-bottom: 40px
}

body .wrapp .sec.no03 img {
  width: 100%;
  margin-bottom: 40px
}

body .wrapp .sec.no03 h2 {
  background: url(../img/img_sec03_ttl.png) no-repeat left top;
  background-size: contain;
  width: 400px;
  height: 160px;
  margin: -20px 0 0 36px
}

body .wrapp .sec.no03::before {
  content: "";
  display: block;
  width: 50%;
  height: 240px;
  background: url(../img/img_sec03_txt.png) no-repeat right top;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: -100px;
  z-index: 1
}

body .wrapp .sec.no03::after {
  content: "";
  display: block;
  width: 150%;
  height: 100%;
  background: #d3a3b0;
  position: absolute;
  left: 0;
  top: 0
}

body .wrapp .sec.no04 {
  background: #d3a3b0
}

body .wrapp .sec.no04 .inner {
  background: #fff;
  padding: 60px 36px;
  margin-bottom: 60px
}

body .wrapp .sec.no04 .inner img {
  width: 100%
}

body .wrapp .sec.no04 .inner h2 {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  height: 120px;
  margin-bottom: 20px
}

body .wrapp .sec.no04 .inner:nth-child(1) h2 {
  background-image: url(../img/img_sec04_1_ttl.png)
}

body .wrapp .sec.no04 .inner:nth-child(1) img {
  margin-bottom: 20px
}

body .wrapp .sec.no04 .inner:nth-child(2) h2 {
  background-image: url(../img/img_sec04_2_ttl.png)
}

body .wrapp .sec.no04 .inner:nth-child(3) h2 {
  background-image: url(../img/img_sec04_3_ttl.png)
}

body .wrapp .sec.no04 .inner:nth-child(4) {
  padding-bottom: 36px
}

body .wrapp .sec.no04 .inner:nth-child(4) h2 {
  background-image: url(../img/img_sec04_4_ttl.png)
}

body .wrapp .sec.no04 .inner p {
  margin-bottom: 40px
}

body .wrapp .sec.no04 .inner span {
  font-size: 14px;
  line-height: 2;
  display: block
}

body .wrapp .sec.no04::after {
  content: "";
  display: block;
  width: 85%;
  height: 280px;
  position: absolute;
  bottom: -120px;
  left: 0;
  z-index: 0;
  background: #fff0f5
}

body .wrapp .sec.no05 .inner {
  background: #fff0f5;
  margin-right: 15%;
  padding: 0 36px 80px
}

body .wrapp .sec.no05 .inner h2 {
  background: url(../img/img_sec05_ttl.png) no-repeat left top;
  width: 230px;
  height: 30px;
  transform-origin: bottom left;
  transform: rotate(90deg);
  position: absolute;
  right: -210px;
  top: -50px;
  background-size: contain
}

body .wrapp .sec.no05 .inner p {
  margin-bottom: 40px;
  line-height: 1.8
}

body .wrapp .sec.no05 .inner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

body .wrapp .sec.no05 .inner ul li {
  width: 46%;
  margin-bottom: 40px;
  line-height: 2
}

body .wrapp .sec.no05 .inner ul li img {
  width: 100%
}

body .wrapp .sec.com {
  padding: 20px 0 40px;
  margin-bottom: 80px
}

body .wrapp .sec.com h2 {
  text-indent: 0px;
  position: absolute;
  top: -80px;
  font-size: 20px;
  letter-spacing: 1px
}

body .wrapp .sec.com .inner {
  width: 85%;
  margin: 0;
  padding: 0 36px
}

body .wrapp .sec.com .inner table {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 2
}

body .wrapp .sec.com .inner table tr {
  margin-bottom: 20px
}

body .wrapp .sec.com .inner table tr td {
  border-bottom: #fff solid 1px;
  padding: 16px 0px
}

body .wrapp .sec.com .inner table tr td:first-child {
  font-weight: bold;
  width: 30%;
  margin-right: 5%
}

body .wrapp .sec.com .inner table tr td span {
  font-size: 14px
}

body .wrapp .sec.com .inner iframe {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%)
}

body .wrapp .sec.com p {
  position: relative;
  z-index: 2
}

body .wrapp .sec.com::before {
  content: "";
  display: block;
  width: 85%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 0;
  background: #fff0f5
}

body .wrapp .sec.pri {
  padding: 20px 0 40px;
  margin-bottom: 80px
}

body .wrapp .sec.pri h2 {
  text-indent: 0px;
  position: absolute;
  top: -80px;
  font-size: 20px;
  letter-spacing: 1px
}

body .wrapp .sec.pri .inner {
  width: 85%;
  margin: 0;
  padding: 0 36px
}
body .wrapp .sec.pri::before {
  content: "";
  display: block;
  width: 85%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 0;
  background: #fff0f5
}





#privacy .wrap .privacy-ttl p {
  margin: 0 0 16px;
  text-align: left;
  margin-bottom: 25px;
}

#privacy .wrap .privacy-ttl p.indent {
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  margin-bottom: 25px;
}
#privacy .wrap .privacy-ttl p.subtitle {
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  margin-bottom: 8px;
  font-weight: bold;
}

#privacy .wrap .privacy-ttl p:first-child {
  margin-bottom: 0px;
}

#privacy  .section_heading {
  padding-top: 200px;
  padding-bottom: 100px;
  }

#privacy .section_heading .section_heading_title {
    font-weight: 600;
    text-align: center;
    line-height: 1;
    margin: 0; }


@media screen and (max-width: 768px) {
#privacy {
  max-width: 100%;
  margin: 70px auto;
}

#privacy  .section_heading {
    padding-top: 120px;
    padding-bottom: 48px;
    }
#privacy .wrap {
  display: block;
  /* width: 85%; */
  /* max-width: 85%; */
  position: relative;
  margin: 0 auto;
}
  #privacy  .privacy-ttl {
  max-width: 1000px;
  width: 100%;
  margin-bottom: 100px;
  margin: 0 auto;
  padding: 10px 30px 50px;
}
 }


 #antisocial .wrap .antisocial-ttl p {
  margin: 0 0 16px;
  text-align: left;
  margin-bottom: 25px;
}

#antisocial .wrap .antisocial-ttl p.indent {
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  margin-bottom: 25px;
}
#antisocial .wrap .antisocial-ttl p.subtitle {
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  margin-bottom: 8px;
  font-weight: bold;
}

#antisocial .wrap .antisocial-ttl p:first-child {
  margin-bottom: 0px;
}

#antisocial  .section_heading {
  padding-top: 200px;
  padding-bottom: 100px;
  }

#antisocial .section_heading .section_heading_title {
    font-weight: 600;
    text-align: center;
    line-height: 1;
    margin: 0; }
.antisocial-list-block li {
  display: flex;
  margin-top: 15px;
  font-size: 17px;
  line-height: 1.5;
}
.antisocial-list-first-span {
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
#antisocial {
  max-width: 100%;
  margin: 70px auto;
}

#antisocial  .section_heading {
    padding-top: 120px;
    padding-bottom: 48px;
    }
#antisocial .wrap {
  display: block;
  /* width: 85%; */
  /* max-width: 85%; */
  position: relative;
  margin: 0 auto;
}
  #antisocial  .antisocial-ttl {
  max-width: 1000px;
  width: 100%;
  margin-bottom: 100px;
  margin: 0 auto;
  padding: 10px 30px 50px;
}
 }




body .wrapp .tips p {
  background: #000;
  color: #fff;
  padding: 40px;
  margin: -70px 0 20px;
  line-height: 2;
  font-size: 18px;
  letter-spacing: 1px
}

body .wrapp .tips span {
  font-size: 12px;
  margin-bottom: 80px;
  display: block;
  line-height: 1.5
}

body .wrapp footer {
  background: #3b3b3b;
  padding: 36px
}

body .wrapp footer img {
  display: block;
  width: 150px;
  margin-bottom: 16px
}

body .wrapp footer .copy {
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 24px
}

body .wrapp footer a {
  display: inline-block;
  color: #fff;
  border-bottom: #fff solid 1px;
  padding-bottom: 4px;
  letter-spacing: 1px
}

@media screen and (max-width: 599px) {
  body::after {
    display: none
  }
  body .wrapp {
    width: 100%
  }
  body .wrapp header#com {
    margin-bottom: 80px
  }
  body .wrapp .fv h1 {
    height: 410px;
    background-size: auto 100%
  }
  body .wrapp  .cv {
    /* padding: 0 28px; */
    /* height: 30px; */
    display: flex;
    justify-content: center;
  }
  ody .wrapp  .cv cv {
    margin: auto;
}
  body .wrapp  .cv::after {
    bottom: 2px
  }
  body .wrapp .cv {
    /* padding: 0 36px 0; */
    /* height: 360px; */
    /* position: relative; */
    /* margin-bottom: 80px; */
    /* background-size: cover; */
  }
  body .wrapp .cv a {
    /* height: 40px; */
    /* position: absolute; */
    /* bottom: -40px; */
    /* left: 50%; */
    /* width: calc(100% - 10px); */
    /* transform: translateX(-50%); */
    /* text-align: center; */
    /* margin: 0 auto; */
    top FONT-WEIGHT: 100;
    width: 1;
    /* display: table-cell; */
  }
    body .wrapp  .cv a li{
    width: 100%;
    height: 58px;
    background: #000;
    /* width: 50%; */
    /* margin: auto 10px; */px; */
}
      body .wrapp .cv a p {
    height: 40px;
    width: 500px;
    margin:0 auto;
    display: table-cell;
    vertical-align: middle;
    /* width: 100%; */
    /* width: calc(100%); */
    text-align: center;
    top: 7px;
  }
  body .wrapp .cv::after {
    height: 28px;
    bottom: 4px
  }
  body .wrapp .sec.no01 {
    padding: 60px 0 80px;
    margin-bottom: 60px
  }
  body .wrapp .sec.no01 h2 {
    width: 170px;
    margin-bottom: 0
  }
  body .wrapp .sec.no01 p {
    font-size: 16px;
    line-height: 1.8
  }
  body .wrapp .sec.no01::before {
    content: "";
    display: block;
    width: 85%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 0;
    background: #fff0f5
  }
  body .wrapp .sec.no01::after {
    background-size: contain;
    top: 120px
  }
  body .wrapp .sec.no02 h2 {
    font-size: 22px
  }
  body .wrapp .sec.no02 ul {
    padding: 30px 0px 20px 30px;
    margin-left: 10px
  }
  body .wrapp .sec.no02 ul li {
    font-size: 14px
  }
  body .wrapp .sec.no02::after {
    bottom: -130px
  }
  body .wrapp .sec.no03::before {
    top: -80px
  }
  body .wrapp .sec.no03 h2 {
    width: 270px;
    height: 120px;
    margin-top: -80px
  }
  body .wrapp .sec.no04 .inner p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 2
  }
  body .wrapp .sec.no04 .inner span {
    font-size: 12px
  }
  body .wrapp .sec.no05 .inner p {
    font-size: 18px
  }
  body .wrapp .sec.no05 .inner ul li {
    font-size: 14px;
    margin-bottom: 20px
  }
  body .wrapp .sec.com {
    padding-top: 20px;
    padding-bottom: 40px
  }
  body .wrapp .sec.com h2 {
    top: -80px
  }
  body .wrapp .sec.com table {
    margin-bottom: 30px
  }
  body .wrapp .sec.pri {
    padding-top: 20px;
    padding-bottom: 40px
  }
  body .wrapp .sec.pri h2 {
    top: -80px
  }
  body .wrapp .tips p {
    padding: 30px;
    font-size: 14px
  }
  body .wrapp .tips span {
    padding-right: 20px
  }
}