@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Noto Serif JP', serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  background: #000;
}

img {
  max-width: 100%;
  height: auto;
}
img{
  vertical-align:bottom;}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
}

.inner {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}


.header {
  height: 50px;
  margin: 0 auto;
}

.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  max-width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  background: #d12088;
}

.header_logo {
  width: 150px;
}

.header_logo img {
  display: block;
}

.header_nav {
  margin-left: auto;
  font-family: 'メイリオ', Meiryo,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  text-decoration: none;
}

.btn-flat-simple {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 14px;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #fff;
  background: #000;
  -webkit-transition: .4s;
  transition: .4s;
}

.btn-flat-simple:hover {
  background: #fff;
  color: #d12088;
}

.card {
  background: #000;
}

.head-title {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.card_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.card_item {
  width: 33.3%;
  line-height: 100%;
}

@media (max-width: 767px) {
  .card_item {
    width: 50%;
  }
}

.lead-bun {
  text-align: center;
}

.head-title2 {
  color: #e070a5;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  max-width: 100%;
  margin-top: 20px;
}

.head-lead {
  font-size: 22px;
  margin: 5px auto;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .head-lead {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
  }
}

.bar1 {
  margin-top: 20px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d14e9b;
  border: 0;
  /*デフォルトデザインでは線がある場合があるので、消しておく。*/
}

.syousai-btn {
  text-align: center;
  margin-top: 25px;
}

.btn-flat-double-border {
  font-family: 'メイリオ', Meiryo,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  font-weight: 700;
  font-size: 20px;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #fff;
  border: double 6px #000;
  border-radius: 88px;
  -webkit-transition: .4s;
  transition: .4s;
  background: #d14e9b;
}

.btn-flat-double-border:hover {
  background: #fffbef;
}

.honbun {
  /*親div*/
  position: relative;
  /*相対配置*/
}

.text-box {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}

@media (max-width: 767px) {
  .text-box {
    font-size: 10px;
    font-weight: 500;
    line-height: 1.5;
  }
}

.honbun p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin: 0;
  padding: 0;
  color: white;
  /*文字は白に*/
}

.honbun img {
  width: 100%;
}

.relative {
  position: relative;
  margin: 0;
  padding: 0;
}

p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}

@media (max-width: 767px) {
  p {
    font-size: 12px;
    font-weight: 500;
    line-height: 2;
  }
}

.absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}

.luncher-visual {
  width: 50%;
  margin-left: auto;
}

.luncher {
  position: relative;
  margin: 0;
  padding: 0;
}

.text-box3 {
  position: absolute;
  top: 50%;
  left: 00%;
  margin: 0;
  padding: 0;
  font-size: 26px;
  text-align: left;
}

@media (max-width: 767px) {
  .text-box3 {
    top: 25%;
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
  }
}

h3 {
  font-family: 'メイリオ', Meiryo,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  font-size: 18px;
  line-height: 1.2;
  padding: 0.5em;
  /*文字周りの余白*/
  color: #010101;
  /*文字色*/
  background: #d14e9b;
  /*背景色*/
  border-bottom: solid 3px #ffd6e9;
  /*下線*/
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  h3 {
    font-size: 14px;
  }
}

.tadashigaki {
  font-family: 'メイリオ', Meiryo,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  font-size: 10px;
  line-height: 1.2;
  margin-bottom: 30px;
}

.yoyaku-btn {
  text-align: center;
  margin-top: 25px;
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  max-width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: flex-end;
  height: 60px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.footer-logo {
  width: 150px;
}

.footer-logo img {
  display: block;
}

.maru-c {
  font-family: 'メイリオ', Meiryo,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  font-size: 12px;
  line-height: 1.2;
}


#CDT {
  width: 100%;
  text-align: center;
  font-size: 49px;
  font-weight: bold;
  color: #ffffff;
  font-family: 'Noto Sans JP', sans-serif;
}

@media (max-width: 767px) {
  .maru-c {
    font-size: 10px;
  }
  #CDT {
    font-size: 36px;
  }
}

#CDT01 {
  width: 100%;
  text-align: center;
  font-size: 49px;
  font-weight: bold;
  color: #ffffff;
  font-family: 'Noto Sans JP', sans-serif;
}

.ttl {
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  line-height: 1.5;
}

.timer {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  background: #d00000;
  margin: 5px auto;
  padding: 5px;
}

.bx-wrapper {
  margin-bottom: 20px;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

.top-img {
  /*親要素はrelativeに*/
  position: relative;
}
.star {
  position: absolute;
  bottom: 300px;
}
@media (max-width: 767px) {
  .star {
    top: 320px;
    width: 35vw;
  }
}

H3 { text-align: center }