html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1.5;
}
*{
  box-sizing: border-box;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
    font-family: 'Noto Sans JP', sans-serif;
    color: #222222;
    font-size: 14px;
}
a{
    color: #dac7c7;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
img{
    max-width: 100%;
}
ul{
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
    padding: 0;
}
.pc{
    display: block;
}
.sp{
    display: none;
}
.flex{
  display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
.text-center{
  text-align: center;
}

/* ヘッダーコンテンツ */
/* ヘッダーコンテンツ */
.mv{
    background: #EE0064 url(../images/bg_pattern01.png) center top/5.5rem;
    position: relative;
    padding: 2rem;
}
.container{
  max-width: 880px;
  margin: 0 auto;
}
.cta-btn{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cta-btn li{
  width: 49.5%;
}
.back-pink{
  padding: 16px;
      background: #fffef5;
}
.cta-btn img{
  filter: drop-shadow(5px 5px 5px rgba(0,0,0,.3));
}
.back-yellow{
  padding: 16px;
      background: yellow;
}
.base-back{
  background: #FAF6EE;
  padding: 48px;
}
.base-back2{
  background: #FAFAFA;
  padding: 48px;
}
.base-back4{
  padding: 48px;
}
.mb24{
  margin-bottom: 24px;
}
.main-ttl{
  font-size: 56px;
  font-weight: 900;
  margin-bottom: 32px;
}
.color-pink{
  color: #EC0059;
}
.w80{
  width: 80%;
}
.base-back3{
    background: #EE0064 url(../images/bg_pattern01.png) center top/5.5rem;
    position: relative;
    padding: 48px;
}
.top_case li {
        background: #fff;
    position: relative;
    padding: 72px 20px 20px 20px;
    margin-bottom: 4.5rem;
    box-sizing: border-box;
}
.top_case{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 100px;
}
.top_case li {
    margin-left: 2%;
    width: 31.33333%;
}
.top_case .img {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: -60px;
}
.top_case .name {
    color: #1A1A1A;
    text-align: center;
        font-size: 20px;
    font-weight: bold;
    margin-bottom: 0.8rem;
}
.top_case .status {
    text-align: center;
        font-size: 16px;
    color: #666666;
    margin-bottom: 1.5rem;
        min-height: 48px;
}
.top_case dl {
    position: relative;
    margin-bottom: 1rem;
}
.top_case dl {
    background: #F2F2F2;
}
.top_case dt {
        position: absolute;
    width: 50%;
    height: 100%;
    background: #808080;
    color: #fff;
    font-size: 14px;
        padding: 0.6em 0.8em;
    box-sizing: border-box;
}
.top_case dd {
        text-align: right;
    padding-right: 1.4em;
    font-size: 14px;
    font-weight: 500;
    padding: 0.5em 0.8em 0.5em 0;
}
.top_case dd em{
  font-size: 18px;
}
.top_case .price {
    margin-top: 18px;
    color: #EE0064;
    font-weight: 500;
    position: relative;
    text-align: right;
    font-size: 24px;
    line-height: 1;
}
.top_case .price small {
    text-align: left;
    position: absolute;
    left: 0;
        font-size: 12px;
    line-height: 1.25;
    top: 4px;
}
.top_case .price em {
       font-size: 36px;
}
.color-wh{
  color: #fff;
}
.flow-box{
  border: 1px solid #EE0064;
  padding: 32px;
}
.flow-box p{
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 32px;
}
.flow-box2{
  background: #f1f1f1;
  padding: 24px;
  margin-bottom: 24px;
}
.flow-box2 h3{
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 24px;
}
.thanks-box2{
    padding: 24px;
  margin-bottom: 24px;
}
.thanks-box2 h3{
    font-size: 28px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 24px;
}
.thanks-box2 p{
    font-weight: 500;
    font-size: 18px;
    line-height: 1.6;
}
.thanks-box2 p span{
    font-weight: 700;
}
.btn-item a{
    background: #EC0059;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 40px;
    text-decoration: none;
    transition: .5s;
    border: none;
    color: #fff;
    font-size: 24px;
    margin: 0 auto;
    font-weight: 700;
    width: 70%;
}
.btn-item a:hover{
    transform: translateY(8px);
    box-shadow: none;
    cursor: pointer;
    background: #449d44;
    border: 1px solid #398439;
}
.relative{
  position: relative;
}
.text-campagin{
      position: absolute;
    left: -48px;
    top: -32px;
}
/*フッターコンテンツ*/
#main-footer{
  background: #EC0059;
  padding: 32px 0 0;
  color: #fff;
}
#main-footer p{
  margin-bottom: 16px;
}
.footer2{
  background: #D90052;
  padding: 16px;
  color: #fff;
  text-align: center;
  margin-top: 16px;
}
.privacy{
  border: 1px solid #555;
    padding: 24px !important;
    height: 264px;
    overflow-y: scroll;
    box-sizing: border-box;
}
.font-base{
    font-size: 18px;
    font-weight: 800;
}
.main-ttl small{
    display: block;
    font-size: 18px;
    font-weight: 700; 
}
div#agreement {
    width: 100%;
    margin: 0 auto;
    /* padding: 15px 0; */
    padding: 1vw 0;
    border-top: none;
    text-align: center;
    margin-top: 24px !important;
    font-weight: 700;
}
/*フッターコンテンツ*/
.pci{
  display: inline-block;
}
.spi{
  display: none;
}
.main-ttl b{
        font-size: 140%;
    display: inline-block;
    position: relative;
    bottom: -5px;
}
.color-yellow{
    color: #E5E44B;
}
.sub-text{
    font-size: 40px;
    text-align: center;
    font-weight: 800;
    color: #FFF;
    margin-bottom: 40px;
}
.sub-smalltext{
    font-size: 40px;
    text-align: center;
    font-weight: 800;
    color: #FFF;
　　line-height: 3px;
    margin-bottom: 1px;
p { line-height: 3px; }
}
@media screen and ( max-width: 812px ){
    .spi{
      display: inline-block;
    }
    .pci{
      display: none;
    }
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    /*ヘッダーコンテンツ*/
    .g-area .member,
    .g-area .login{
        width: 160px;
        padding: 0 6px;
        display: inline-block;
    }
    .g-navi,
    .g-contact{
        float: right;
    }
    .g-navi{
        margin-top: 12px;
    }
    .g-navi li{
        margin: 0 30px;
    }
    
    /* ハンバーガーメニュー*/
    .header {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 40px;
      background-color: #fff;
      box-shadow: 0 2px 6px rgba(0,0,0,.16);
    }
    .global-nav {
      position: fixed;
      right: -320px; /* これで隠れる */
      top: 0;
      width: 300px; /* スマホに収まるくらい */
      height: 100vh;
      padding-top: 40px;
      background-color: #0099D9;
      transition: all .6s;
      z-index: 200;
      overflow-y: auto; /* メニューが多くなったらスクロールできるように */
    }
    .global-nav__list {
      margin: 0;
      padding: 0;
      list-style: none;
    }
    .global-nav__item {
      text-align: center;
    }
    .global-nav__item a {
      display: block;
      padding: 8px 0;
      text-decoration: none;
      color: #fff;
    }
    .global-nav__item a:hover {
      background-color: #eee;
    }
    .black-bg {
          position: fixed;
          left: 0;
          top: 0;
          width: 100vw;
          height: 100vh;
          z-index: 100;
          background-color: #000;
          opacity: 0;
          visibility: hidden;
          transition: all .6s;
          cursor: pointer;
    }
    /* 表示された時用のCSS */
    .nav-open .global-nav {
      right: 0;
    }
    .nav-open .black-bg {
      opacity: .8;
      visibility: visible;
    }
    .nav-open .hamburger__line--1 {
      transform: rotate(45deg);
      top: 20px;
    }
    .nav-open .hamburger__line--2 {
      width: 0;
      left: 50%;
    }
    .nav-open .hamburger__line--3 {
      transform: rotate(-45deg);
      top: 20px;
    }
    .g-area li{
        float: none;
        text-align: left;
    }
    .g-area li a{
        padding: 5%;
    }
    .global-nav__list li:nth-child(even){
        background: #00ABF2;
    }
    
      /* ハンバーガーメニュー*/ 
}
/*スマホ用の電話ボタンの位置調整*/
@media screen and ( max-width: 599px ){
  .cta-btn li {
    width: 90.5%;
    margin: 0 auto 8px;
  }
  .base-back,
  .base-back2,
  .base-back3,
  .flow-box{
        padding: 40px 5%;
  }
  .main-ttl {
      font-size: 28px;
      font-weight: 900;
  }
  .top_case li {
      margin-left: 2%;
      width: 100%;
  }
  .top_case .status{
    margin-bottom: 0;;
  }
  .flow-box p{
    font-size: 15px;
  }
  .flow-box2 h3 {
    font-size: 20px;
  }
  .text-campagin {
    position: absolute;
    left: -26px;
    top: -34px;
    width: 141px;
}
.base-back4 {
  padding: 5%;
}
.sub-text{
  font-size: 24px;
  margin-bottom: 24px;
}
}

