@charset "utf-8";

/* ==================================================
全体構成
================================================== */

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.koikatsu2 {
  overflow: hidden;
  width: 100%;
  line-height: 1.3;
   font-family: 'M PLUS Rounded 1c', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, sans-serif;
  box-sizing: border-box;
  background: url(../img/main_bg.jpg) fixed top center no-repeat;
  background-color: #ff839a;
}

.koikatsu2 * {
  box-sizing: border-box;
}

.koikatsu2 .pr_container {
  position: relative;
  z-index: 10;
}

.lp_header{
  background: #fff;
  height: 40px;
}
.lp_header .simple_nav li a:not(.link_twitter) {
  color: #ababab;
}

.pr_box_01 .btn_area {
  width: 500px;
  height: 200px;
  position: absolute;
  top: 255px;
  left: 56.4%;
  margin-left: -459px;
}

a:hover {
  opacity: 0.9;
}


/*Discontinued
-------------------------------------------------- */
.pr_box_08 {
  position: relative;
  width: 1000px;
  height: auto;
  margin: 50px auto 30px;
  padding: 50px 30px;
  background: #fff;
}

.pr_box_08 h1 {
  text-align: center;
  font-size: 180%;
  margin-bottom: 50px;
  font-family: sans-serif;
}

.pr_box_08 p {
  font-size: 120%;
  line-height: 150%;
  font-family: sans-serif;
}

.pr_box_08 p:last-child {
  text-align: right;
  font-size: 100%;
}

@media screen and (max-width: 768px) {
  
  .pr_box_08 {
    margin: 0;
    width: 100vw;
    padding: 8vw 5vw;
  }
  .pr_box_08 h1 {
    font-size: 5vw;
    font-weight: 600;
    margin-bottom: 8vw;
  }
  
  .pr_box_08 p {
  font-size: 4vw;
  line-height: 7vw;
  font-family: sans-serif;
  }
  .pr_box_08 p:last-child {
  font-size: 4vw;
  }
}

/* トップ
-------------------------------------------------- */
.pr_box_01 {
  position: relative;
  width: 1100px;
  height: auto;
  margin: 0 auto 30px;
}

.pr_box_01 .btn_area {
  width: 568px;
  height: 144px;
  position: absolute;
  top: 619px;
  left: 84.4%;
  margin-left: -459px;
}

.pr_box_01 p {
  position: absolute;
  bottom: 115px;
  left: 96px;
  width: 300px;
}

.pr_box_01 p span {
  color: #5764ff;
}

.pr_box_01 .lp_btn_join {
  width: 568px;
  height: 144px;
  background: url(../img/btn_join.png) no-repeat;
  display: block;
  pointer-events: none;
/*
  -webkit-transition: all 0.3s;
  -webkit-animation: btnbound 2.5s linear 0s infinite both;
  animation: btnbound 2.5s linear 0s infinite both;
*/
}
@-webkit-keyframes btnbound {
  0%,15%  {-webkit-transform: scale(1,1) ;}
  20% {-webkit-transform: scale(0.92,0.92) ;}
  25% {-webkit-transform: scale(1,1) ;}
  30% {-webkit-transform: scale(0.95,0.95);}
  35% {-webkit-transform: scale(1,1);}
  45% {-webkit-transform: scale(0.98,0.98);}
  50%,100%  {-webkit-transform: scale(1,1);}
}
@keyframes btnbound {
  0%,20%  {transform: scale(1,1);}
  25% {transform: scale(0.98,0.98);}
  30% {transform: scale(1,1);}
  35% {transform: scale(0.95,0.95);}
  40% {transform: scale(1,1);}
  45% {transform: scale(0.98,0.98);}
  50%,100% {transform: scale(1,1);}
}

.pr_box_01 .lp_btn_overview {
  width: 174px;
  height: 84px;
  background: url(../img/btn_overview.png) no-repeat;
  display: inline-block;
  position: absolute;
  top: 210px;
}

.pr_box_01 .lp_btn_faq{
  width: 174px;
  height: 84px;
  background: url(../img/btn_faq.png) no-repeat;
  display: inline-block;
  position: absolute;
  top: 210px;
  left: 0;
  right: 0;
  margin: auto;
}

.pr_box_01 .lp_btn_twitter_top {
  width: 174px;
  height: 84px;
  background: url(../img/btn_twitter_top.png) no-repeat;
  display: inline-block;
  position: absolute;
  top: 210px;
  right: 0;
}


@media screen and (max-width: 768px) {

  .pr_box_01 {
    margin: 0;
    width: 100vw;
  }

  .pr_box_01 p {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 1vw;
    width: auto;
    font-size: 2vw;
    padding: 0 6vw;
  }
  
  .pr_box_01 .btn_area {
    width: 80vw;
    position: absolute;
    top: 61.5vw;
    left: 4vw;
    margin-left: 0vw;
    height: 0;
  }

  .pr_box_01 .lp_btn_join {
    width: 73.96vw;
    padding-top: 18.75vw;
    background-size: contain;
    height: 0;
  }

  .flex_box {
  position: absolute;
  width: 70.96vw;
  top: 27.5vw;
  left: 1.5vw;
  display: flex;
  justify-content :space-between;
  z-index: 10;
  }

  .pr_box_01 .lp_btn_overview,
  .pr_box_01 .lp_btn_faq,
  .pr_box_01 .lp_btn_twitter_top{
    width: 22.66vw;
    padding-top: 10.94vw;
    height: 0;
    background-size: contain;
    top: 0;
  }

}

/* pr_box_02
-------------------------------------------------- */
.pr_box_02 {
  position: relative;
  width: 980px;
  margin: 0 auto 100px;
}

.pr_box_02 .lp_btn_repo{
  width: 174px;
  height: 84px;
  background: url(../img/btn_repo.png) no-repeat;
  display: inline-block;
  position: absolute;
  top: 95px;
  right: 21px;
  -webkit-transition: all 0.3s;
  -webkit-animation: btnbound 2.5s linear 1s infinite both;
  animation: btnbound 2.5s linear 1s infinite both;
}


@media screen and (max-width: 768px) {
  .pr_box_02 {
    position: relative;
    margin-bottom: 0;
  }
  
.pr_box_02 .lp_btn_repo{
  background-size: 25vw;
  position: absolute;
  top: 42vw;
  left: 70vw;
  width: 25vw;
  height: 12vw;
}
}
/* pr_box_03
-------------------------------------------------- */
.pr_box_03 {
  position: relative;
  width: 980px;
  margin: 0 auto 100px;
}

@media screen and (max-width: 768px) {
  .pr_box_03 {
    margin-bottom: 0;
  }
}

/* pr_box_04
-------------------------------------------------- */
.pr_box_04 {
  position: relative;
  width: 980px;
  margin: 0 auto 100px;
}

@media screen and (max-width: 768px) {
  .pr_box_04 {
    margin-bottom: 0;
  }
}

/* pr_box_05
-------------------------------------------------- */
.pr_box_05 {
  position: relative;
  width: 980px;
  margin: 0 auto 100px;
}

.pr_entry_container {
  position: absolute;
  top: 120px;
  display: flex;
}

.pr_entry_l {
  width: 55%;
  margin-right: 7%;
}

.pr_entry_l table {
  width: 100%;
  color: #333;
  margin: 1% auto 0;
}

.pr_entry_l table th {
  width: 50%;
  font-weight: 600;
  padding: 4.5% 0;
}

.pr_entry_l table td {
  padding-left: 2%;
  line-height: 1.7
}

.pr_entry_l table tr p,.pr_entry_l table tr:last-child ul {
  font-size: 90%;
}

.pr_entry_l table tr p,.pr_entry_l table tr:last-child ul {
  font-size: 90%;
}

.pr_entry_l table td a,.pr_entry_l table td a:link {
  color: #333;
  text-decoration: underline;
}

.pr_entry_l table td a:visited {
  color: #154b8e;
  text-decoration: underline;
}

.g_map iframe{
  border: 1px solid #999;
  display: block;
  margin: 5% auto 10%;
}

.exterior img {
  top: 0;
  border: 1px solid #999;
  display: block;
  margin: 0 auto 10%;
 }

.pr_box_05 .lp_btn_join {
  height: 115px;
  background: url(../img/btn_join.png) no-repeat;
  background-size: 348px auto;
  display: block;
  pointer-events: none;
}

.pr_box_05 .lp_btn_twitter_bottom {
  width: 349px;
  height: 82px;
  background: url(../img/btn_twitter_bottom.png) no-repeat;
  display: block;
}

@media screen and (max-width: 768px) {
  .pr_box_05 {
    position: relative;
    width: 100vw;
    padding:7vw 0 0;
    display: block;
    overflow: hidden;
    margin-bottom: 0;
    position: relative;
    height: auto;
    background: url(../img/mainpic_05.jpg)repeat center top;
    background-size: 100%;
  }
  .pr_box_05 h2 {
    margin-bottom: 4vw;
    margin: 0 auto 8vw;
  }
  
  .pr_box_05 h2 img {
    width: 45vw;
  }
  
  .pr_entry_container {
  position: static;
  top: 0;
  display: flex;
  flex-direction: column;
}

  .pr_box_05 img{
    margin: 0 auto;
  }

  .pr_entry_l table {
  width: 90vw;
  color: #333;
  font-size: 3vw;
  margin: 0 auto;
}

.pr_entry_l table th {
  width: 25vw;
  font-weight: 600;
  padding: 1vw;
}

.pr_entry_l table td {
  width:75vw;
  padding: 0 0 5vw;
  font-family: Meiryo, メイリオ, sans-serif;
  line-height: 1.7;
}

.pr_entry_l table tr p,.pr_entry_l table tr:last-child ul {
  font-size: 80%;
}
  
.g_map iframe {
  width: 77.083vw;
  height: 57.813vw;
  display: block;
  margin: 6vw auto 8vw;
}

.exterior img {
  width: 77.083vw;
  height: auto;
  display: block;
  margin: 0 auto 9vw;
}
  .pr_box_05 .btn_area {
  width: 85vw;
  display: block;
  margin: 0 auto;
}
  
  .pr_box_05 .lp_btn_join {
  background-size: 100%;
  height:27vw;
}

.pr_box_05 .lp_btn_twitter_bottom {
  background-size: 85vw;
  margin-bottom: 3vw;
  height: 27vw;
  width: 100vw;
}
}


/* pr_box_06
-------------------------------------------------- */
.pr_box_06 {
  position: relative;
  width: 980px;
  margin: 0 auto 80px;
}

.faq {
  position: absolute;
  top: 120px;
  margin:auto;
  width: 978px;
  height: 897px;
  color: #333;
}

div.pr_box_06 h1{
  padding: 75px 50px 35px;
  color: #333;
}

.faq_sb {
  overflow:auto;
  width:800px;
  height:700px;
  padding: 10px 20px;
  display: block;
  font-size:16px;
  margin: 0 auto;
  line-height:120%;
  background: rgba(255,255,255,0.5);
  font-family: Meiryo, メイリオ, sans-serif;
}

dt:first-child {
  padding-top: 4%;
}

dt {
  padding-bottom: 2%;
}
dd {
  padding-bottom:6%;
}

.pr_box_06 .fap_A,.pr_box_06 .fap_Q {
  position: relative;
}

.pr_box_06 .fap_Q::before {
  content: "";
  background: url("../img/fap_Q.png")no-repeat;
  position: absolute;
  padding: 10px;
  overflow: hidden;
  display: inline-block;
}

.pr_box_06 .fap_A::before {
  content: "";
  background: url("../img/fap_A.png")no-repeat;
  position: absolute;
  padding: 10px;
  overflow: hidden;
  display: inline-block;
}

.pr_box_06 dl p {
  margin-left: 30px;
}

.pr_box_06 dl ul {
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
    .pr_box_06 {
    max-width: 100vw;
    background: url(../img/mainpic_06.jpg)repeat center top;
    margin-bottom: 0;
    padding-top: 10vw;
  }
  
  .pr_box_06 .sp {
    width: 90vw;
    margin: 0 auto;
  }
  
  .faq {
    margin:0 auto;
    width: 100vw;
    position: relative;
    height: auto;
    top: 0;
  }

  .faq_sb {
  height:auto;
  display: block;
  font-size: 3vw;
  width: 100vw;
  line-height:120%;
  background: rgba(255,255,255,0);
}
  
dt:first-child {
  padding-top: 8vw;
}

dt {
  padding-bottom: 3.5vw;
}
dd {
  padding-bottom:8vw;
}

.pr_box_06 .fap_A,.pr_box_06 .fap_Q {
  position: relative;
}

.pr_box_06 .fap_Q::before {
  content: "";
  background: url("../img/fap_Q.png")no-repeat;
  position: absolute;
  padding: 2vw;
  overflow: hidden;
  display: inline-block;
  background-size: contain;
}

.pr_box_06 .fap_A::before {
  content: "";
  background: url("../img/fap_A.png")no-repeat;
  position: absolute;
  padding: 1.8vw;
  overflow: hidden;
  display: inline-block;
  background-size: contain;
}

.pr_box_06 dl p {
  margin-left: 6vw;
}

.pr_box_06 dl ul {
  margin-left: 8vw;
}
  
}


/* pr_box_07
-------------------------------------------------- */
.pr_box_07 {
  position: relative;
  width: 100%;
  height: 200px;
  background: #f3efef;
  padding-top: 30px;
}

a.lp_btn_company {
  width: 200px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  padding: 1em 2em;
  display: flex;
  justify-content: center;
  text-decoration: none;
  align-items: center;
  margin: 0 auto;
  border: 3px solid #333;
  box-shadow: 0 5px 0 #333;
  background-color: #42d0ff;
  background-size: 2px 2px;
  background-position: 0 0, 1px 1px;
  background-image: linear-gradient(45deg,  #11c0ff 25%, #11c0ff 25%, transparent 25%, transparent 75%, #11c0ff 75%, #11c0ff 75%),                    linear-gradient(-135deg, #11c0ff 25%, #11c0ff 25%, transparent 25%, transparent 75%, #11c0ff 75%, #11c0ff 75%);
}

.company {
  margin: 15px auto;
  width: 770px;
  height: 50px;
  background: url(../img/img_dlsite.png)no-repeat left top;
  font-family: Meiryo, メイリオ, sans-serif;
}

.company p {
  padding-left: 170px;
  font-size: 14px;
  line-height: 1.6em;
}


@media screen and (max-width: 768px) {

.company {
  margin: 0 1vw;
  height: 9vw;
  width: 95vw;
  background: url(../img/img_dlsite.png)no-repeat left top;
  margin-bottom: 10vw;
  background-size: 29vw;
}

.company p {
  padding-left: 31vw;
  font-size: 10px;
  line-height: 1.4em;
}
  
}


/* repo
-------------------------------------------------- */
.koikatsu2.repo h1{
  color: #fff;
  font-size: 200%;
  text-align: center;
  padding: 5%;
}
  .koikatsu2.repo .pr_box_01{
  width: 768px;
}

.koikatsu2.repo .pr_box_01 img {
  margin-bottom: 5%;
}

@media screen and (max-width: 768px) {
 
  .koikatsu2.repo .pr_box_01{
    max-width: 100vw;
  }
  
  .koikatsu2.repo .pr_box_01 img {
    display: block;
    max-width: 100vw;
  }
  
  .koikatsu2.repo h1{
  font-size: 5vw;
}
}

/* 汎用
-------------------------------------------------- */
/* ----- 余白調整 ----- */
.mt1em {
  margin-top: 1em;
}

.pl25em {
  padding-left: 2.5em;
}

/* ----- スクロールしたら要素を表示 ----- */
.fadein {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1500ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translateY(0);
}

/* ----- 画像のPC/SP切り替え ----- */
/*
img {
  margin: 0 auto;
}
*/

img.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  img.sp { display: block;
          max-width: 100vw;}
  img.pc { display: none; }
}

