@charset "UTF-8";
/* media query */
/* SP縦から */
/* SP横から */
/* フルワイド */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url(https://fonts.googleapis.com/css?family=Marcellus);
@import url("https://fonts.googleapis.com/css?family=Russo+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:700,700i&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,500;1,700&display=swap");
@font-face {
  font-family: "logotype";
  src: url("../font/logotypejp_mp_b_1.1.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*---------------------*/
.pankuzu {
  padding-top: 60px !important;
}

section.main6point {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 0 40px;
  position: relative;
}
@media all and (max-width: 668px) {
  section.main6point {
    padding: 70px 0 20px;
  }
}
section.main6point h1 {
  width: 450px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media all and (max-width: 1025px) {
  section.main6point h1 {
    width: 320px;
  }
}
@media all and (max-width: 668px) {
  section.main6point h1 {
    width: 220px;
    position: relative;
    transform: translate(0, 0);
    left: 0;
    top: 0;
    margin: 10px auto 20px;
  }
}
section.main6point ul {
  display: flex;
  justify-content: space-between;
}
section.main6point ul li {
  width: calc(33.3333% - 10px);
}
@media all and (max-width: 668px) {
  section.main6point ul li {
    width: calc(33.3333% - 5px);
  }
}
section.main6point ul li img {
  width: 100%;
}

div.main_copy {
  max-width: 950px;
  margin: 0 auto 50px;
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: 120px auto, 120px auto;
}
@media all and (max-width: 1025px) {
  div.main_copy {
    background: none;
  }
}
@media all and (max-width: 668px) {
  div.main_copy {
    margin: 0 20px 30px;
  }
}
div.main_copy p {
  text-align: center;
  line-height: 200%;
}
@media all and (max-width: 668px) {
  div.main_copy p {
    text-align: left;
  }
}

div.point_area {
  border-top: 1px solid #e8e8e8;
  margin-bottom: 50px;
}
div.point_area > div:nth-child(2n) {
  background-color: #e8e8e8;
}
div.point_area > div:nth-child(2n) > section {
  flex-direction: row-reverse;
}
div.point_area > div > section {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
}
@media all and (max-width: 1025px) {
  div.point_area > div > section {
    display: block;
    margin: 0 30px;
  }
}
div.point_area > div > section > div {
  width: 40%;
}
div.point_area > div > section > div.center {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 1025px) {
  div.point_area > div > section > div {
    width: 100%;
    margin-bottom: 30px;
  }
}
div.point_area > div > section > div p.icon {
  width: 75px;
  margin: 0 auto 20px;
}
div.point_area > div > section > div h2 {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 700;
  width: auto;
  font-size: 1.2em;
  margin: 0 auto 40px;
  display: table;
  text-align: center;
}
div.point_area > div > section > div h2 strong {
  display: block;
  font-size: 2em;
  line-height: 1em;
  margin-top: 10px;
}
@media all and (max-width: 668px) {
  div.point_area > div > section > div h2 strong {
    font-size: 1.6em;
  }
}
div.point_area > div > section > div h2 strong:after {
  display: block;
  content: "";
  border-bottom: 10px solid #f7ee83;
}
div.point_area > div > section > div p.txt {
  font-size: 0.95em;
  line-height: 200%;
  margin: 0 0 30px;
}
@media all and (max-width: 668px) {
  div.point_area > div > section > div p.txt {
    margin: 0 0 20px;
  }
}
div.point_area > div > section > div p.txt span {
  background-color: #f7ee83;
}
div.point_area > div > section > div p.linkbtn,
div.point_area > div > section > div div.btnno6 span {
  position: relative;
  max-width: 250px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
div.point_area > div > section > div p.linkbtn a,
div.point_area > div > section > div div.btnno6 span a {
  display: block;
  border: 1px solid #aaa;
  padding: 15px 20px;
  background: url("../images/arrow.svg") no-repeat center right 20px;
  background-color: #fff;
  background-size: 15px auto;
  position: relative;
  z-index: 2;
}
div.point_area > div > section > div p.linkbtn a.comming,
div.point_area > div > section > div div.btnno6 span a.comming {
  pointer-events: none;
}
div.point_area > div > section > div p.linkbtn a.comming:before,
div.point_area > div > section > div div.btnno6 span a.comming:before {
  display: block;
  content: "comming soon";
  color: #fff;
  text-align: center;
  position: absolute;
  line-height: 3.5em;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
}
div.point_area > div > section > div p.linkbtn:before,
div.point_area > div > section > div div.btnno6 span:before {
  content: "　";
  position: absolute;
  display: block;
  border: 1px solid #ccc;
  padding: 15px 20px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  bottom: -5px;
  right: -5px;
  background-color: #f7ee83;
  z-index: 1;
}
div.point_area > div > section > div p.btn:before {
  background-color: #f7ee83;
}
div.point_area > div > section > div div.btnno6 p {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}
div.point_area > div > section > div div.btnno6 span {
  max-width: 80%;
  margin-bottom: 10px;
}
@media all and (max-width: 668px) {
  div.point_area > div > section > div div.btnno6 span {
    max-width: 100%;
  }
}
div.point_area > div > section > div div.btnno6 span:nth-of-type(1):before {
  background-color: #e7372f;
}
div.point_area > div > section > div div.btnno6 span:nth-of-type(2):before {
  background-color: #b28cab;
}
div.point_area > div > section > div div.btnno6 span:nth-of-type(3):before {
  background: #00B3E7;
}
div.point_area > div > section > p {
  width: calc(60% - 40px);
}
@media all and (max-width: 1025px) {
  div.point_area > div > section > p {
    width: 100%;
  }
}
div.point_area > div > section > p img {
  border-radius: 140px 0 0;
}
@media all and (max-width: 1025px) {
  div.point_area > div > section > p img {
    width: 100%;
    border-radius: 0 0 50px 50px;
  }
}