pc_repo_repo@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  outline: none;
  font-family: 'Noto Sans JP', sans-serif;
}

div:after {
  display: inherit;
  clear: inherit;
  visibility: inherit;
  height: inherit;
  font-size: inherit;
  content: "";
}

#contents * {
  box-sizing: inherit !important;
}

.pc {display: block;}
.sp {display: none;}

.cont01 {
  position: relative;
  width: 1314px;
  height: 678px;
  left: 50%;
  margin: 100px 0 100px -657px;
  background: url(../images/top_back.png);
}

.top_title {
  position: absolute;
  top: 150px;
  left: 50%;
  display: block;
  transform: translateX(-50%);
}
.top_title_sp {
  display: none;
}

.title_sub {
  position: absolute;
  display: -webkit-flex;
  display: flex;
  top: 330px;
  left: 50%;
  width: 700px;
  transform: translateX(-50%);
  text-align: center;
}
.title_sub p {
  width: 100%;
  margin-left: 0;
  font-size: 17px;
  line-height: 30px;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
}

.chara {
  position: absolute;
  display: block;
  top: -10px;
  left: -70px;
  margin-top: -30px;
}

.chara_sp {
  display: none;
}

.cont02 {
  position: relative;
  padding: 150px 0 50px;
  background: #F9F4F2;
}
.cont02 ul {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 1000px;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
}

.cont_tile {
  position: absolute;
  top: -165px;
}

.cont02 ul li {
  position: relative;
  width: 307px;
  margin-bottom: 30px;
  padding-bottom: 90px;
  list-style: none;
  background: #fff;
  border-radius: 5px;
  box-shadow:6px 7px 13px -3px #d1d1d1;
  z-index: 10;
}
.card_comp,
.card_pr,
.card_gift {
  padding: 0 30px;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Noto Sans JP', sans-serif;
}

.card_comp {
  margin: 15px 0;
  font-weight: bold;
}

.card_gift {
  margin-top: 1em;
}

.card_btn {
  position: absolute;
  bottom: 40px;
  width: 150px;
  left: 50%;
  margin-top: 0;
  text-align: center;
  color: #fff;
  background: #000;
  transform: translateX(-50%);
}
.card_btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card_btn p {
  margin: 0;
  padding: 7px 0;
}

.main_back_img {
  position: absolute;
  top: -262px;
  right: -159px;
  z-index: 1;
}

/* osae ---------------- */
.osae {
  padding: 0 0 100px;
  text-align: center;
}
.osae_title p {
  display: inline;
  font-size: 25px;
  font-weight: 900;
  border-bottom: 5px solid #FF5678;
}
.osae ul {
  width: 566px;
  margin: 50px auto 0;
  padding: 0;
  list-style: none;
}
.osae ul li {
  position: relative;
  padding: 10px 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  background: #FF9358;
}
.osae ul li:nth-child(odd) {
  background: #66C7F5;
}
.osae ul li:not(:last-child) {
  margin-bottom: 23px;
}
.d_arrow:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  width: 20px;
  height: 10px;
  margin: auto;
  background: url(../images/down_arrow.png);
}
.osae_text {
  margin-top: 40px;
  font-size: 17px;
  line-height: 32px;
  font-weight: 900;
}

/* intaview -------------------------- */

.cont03 {
  margin-top: 40px;
}
.cont03 p,
.inta p {
  margin: 0;
}

.cont03_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 880px;
  margin: auto;
}
.cont03_box_left {
  width: 332px;
}
.cont03_box_left img {
  width: 100%;
  height: auto;
}

.cont03_box_right {
  width: 507px;
}
.cont03_box_right p:nth-child(1) {
  font-size: 20px;
  line-height: 29px;
  font-weight: 700;
  color: #FF5678;
  font-family: 'Noto Sans JP', sans-serif;
}
.cont03_box_right p:nth-child(2) {
  display: inline-block;
  margin-top: 20px;
  padding: 3px 10px;
  font-size: 17px;
  font-weight: 500;
  background: #66C7F5;
  font-family: 'Noto Sans JP', sans-serif;
}
.cont03_box_right p:nth-child(3) {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
}
.cont03_box_right p:nth-child(4) {
  margin-top: 5px;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  font-family: 'Noto Sans JP', sans-serif;
}

.cont04_inner {
  width: 880px;
  margin: auto;
}
.cont04_title {
  display: inline-block;
  margin-top: 20px;
  padding: 3px 10px;
  font-size: 17px;
  font-weight: 500;
  background: #FF9358;
  font-family: 'Noto Sans JP', sans-serif;
}
.cont04_box {
  margin-top: 20px;
}
.cont04_1 {
  width: 130px;
  float: left;
}
.cont04_1 img {
  width: 100%;
  height: auto;
}
.cont04_2 {
  font-size: 20px;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
}
.cont04_3 {
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: justify;
  font-family: 'Noto Sans JP', sans-serif;
}
.clear {
  clear: both;
}

.cont_line {
  border: 0;
  width: 880px;
  margin: 50px auto 0;
  border: 1px solid #000;
}

.inta {
  width: 880px;
  margin: auto;
}
.inta img {
  width: 100%;
  height: auto;
}
.inta_headline {
  padding-top: 50px;
  font-size: 20px;
  font-weight: 700;
  color: #FF5678;
  font-family: 'Noto Sans JP', sans-serif;
}
.inta_text {
  padding-top: 25px;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
  font-family: 'Noto Sans JP', sans-serif;
}

.inta_box {
  display: flex;
  justify-content: space-between;
}
.inta2 .inta_box_left {
  width: 515px;
}
.inta2 .inta_box_right {
  margin-top: 50px;
  width: 332px;
}

.inta3 .inta_box_left {
  margin-top: 50px;
  width: 332px;
}
.inta3 .inta_box_right {
  width: 515px;
}

.cont05 {
  width: 880px;
  /* width: 740px; */
  /* width: 550px; */
  margin: 100px auto;
}
.cont05_title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}
.cont05_main ul {
  width: 400px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px auto 0;
  padding: 0;
  list-style: none;
}
.cont05_main ul li {
  position: relative;
  width: 158px;
  padding: 10px 0;
  background: #000;
  border-radius: 2px;
}
.cont05_main ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}
.cont05_main ul li p {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}
.cont05_main ul li p:after {
  content: "";
  position: absolute;
  top: 5px;
  width: 14px;
  height: 8px;
  margin-left: 7px;
  background: url(../images/inta/inta001/link_arrow.png);
  background-size: cover;
  z-index: 10;
}

/* inta_link ------------------- */
.inta_link {
  padding: 88px 0;
  text-align: center;
}
.inta_link img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.inta_link_title p {
  display: inline;
  font-size: 25px;
  font-weight: 900;
  border-bottom: 5px solid #FF9358;
  font-family: 'Noto Sans JP', sans-serif;
}

.inta_link_box {
  width: 920px;
  display: flex;
  justify-content: space-between;
  margin: 100px auto 0;
  padding: 35px 30px;
  border: 1px solid #000;
}
.inta_link_box_left {
  width: 278px;
}

.inta_link_box_right {
  position: relative;
  width: 590px;
}
.inta_link_box_title {
  font-size: 20px;
  line-height: 29px;
  font-weight: 700;
  color: #FF5678;
  text-align: left;
  font-family: 'Noto Sans JP', sans-serif;
}
.inta_link_box_text {
  font-size: 17px;
  line-height: 29px;
  font-weight: 700;
  text-align: left;
  font-family: 'Noto Sans JP', sans-serif;
}

.inta_btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #000;
}
.inta_btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}
.inta_btn p {
  position: relative;
  margin: 0;
  padding: 10px 0;
  color: #fff;
  text-align: center !important;
}
.inta_btn p:after {
  content: "";
  position: absolute;
  top: 18px;
  width: 14px;
  height: 8px;
  margin-left: 7px;
  background: url(../images/inta/inta001/link_arrow.png);
  background-size: cover;
  z-index: 10;
}
