@charset "utf-8";
/* base.css */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  -webkit-text-size-adjust: 100%;
  font-size: 1.4rem;
  line-height: 1.7;
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  background: #F9DAD2;
  max-width: 640px;
  margin: 0 auto;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
a:hover {
  opacity: .7;
}
h1 {
  margin: 0;
}
h2 {
  font-size: 1.8rem;
  margin: 0;
}
h2, h3, h4 {
  line-height: 1.2;
  margin: 0;
}
.btn {
  text-align: center;
}
.btn input {
  max-width: 100%;
}
.pink {
  color: #ec0677;
}
.orange {
  color: #EF4E23;
}
p {
  margin: 0 0 1em 0;
}
.pc {
  display: none;
}
/*-------------------
	Top
--------------------*/
.main {
  background: #fff;
}
header {
  background: #E8836E;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}
header .logoL {
  width: 123px;
  max-width: 30%;
}
header .logoR {
  width: 189px;
  max-width: 40%;
}
.center {
  display: table;
  margin: 0 auto;
}
.content {
  position: relative;
  margin: 4.375%;
  border-radius: 14px;
}
.head {
  position: relative;
}
.head h2 {
  margin: 10px 10px 0;
}
.mv {
  padding-bottom: 20px;
}
.worry {
  padding-bottom: 30px;
}
.detail {
  font-size: 1.6rem;
  padding: 20px 5%;
}
.detail .name strong {
  font-size: 1.8rem;

}
.detail_s {
  font-size: 1.2rem;
  padding: 20px 5%;
}

.txtPink {
  text-align: center;
  color: #97437b;
  font-size: 1.6rem;
  font-weight: 700;
}
.txtPink strong {
  font-size: 2rem;
}
.accordion {
  margin: 0;
}
.accordion dt {
  padding: 0 5% 30px;
}
.accordion dd {
  margin: 0;
  display: none;
}
.twitter {
  position: relative;
}
.twitter .item01 {
  position: absolute;
  left: 25%;
  bottom: 22%;
  width: 50%;
}
.monitor .btnMonitor {
  width: 90%;
  margin: auto;
}

/*-------------------
	Link
--------------------*/
.btnarea {
  margin: 0 5.9375%;
}
.btnarea li {
  position: relative;
}
.pop-box label:hover {
  cursor: pointer;
  opacity: .7;
}
.popup, .popup02, .popup03 {
  display: none;
  position: absolute;
  margin: -10px 4% 0;
  width: 92%;
  background: #fff;
  z-index: 10;
}
.popup li, .popup02 li, .popup03 li {
  padding: 10px;
  border: 3px solid #ec0677;
  margin-top: -3px;
}
/* チェックボックスの初期設定 */
#popup-on, #popup-on02, #popup-on03 {
  display: none;
}
/* チェックされたらポップアップウインドウを開く */
#popup-on:checked + .popup, #popup-on02:checked + .popup02, #popup-on03:checked + .popup03 {
  display: block;
}
/*-------------------
	About
--------------------*/
.about {
  padding: 3.125%;
  background: #115424;
}
.about div {
  position: relative;
  background: #fff;
  border-radius: 6px;
  padding: 3.125%;
}
.about h2 {
  margin: 0;
  font-size: 21px;
  font-weight: normal;
  color: #4DB394;
}
.about p {
  margin: 5px 0 0;
  font-size: 12px;
}
.about span {
  font-size: 13px;
  color: #EF5B7E;
  font-weight: bold;
  letter-spacing: -1.5px;
}
.about ul {
  margin-top: 5px;
}
.about li {
  display: inline-block;
}
.about li:before {
  display: inline-block;
  content: "｜";
  margin: 0;
  color: #fff;
}
.about li:first-child:before {
  display: none;
}
.about li a {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}
.copy {
  margin: 0 !important;
  font-size: 1rem;
  color: #fff;
}
.logo {
  display: block;
  margin: 0 auto;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
  margin-right: 20px;
  font-size: 12px;
}
/*-----------------------
  footer
-----------------------*/
.sns_title {
  padding: 5px 0 4px !important;
  line-height: 0;
  text-align: center;
  background: #ee5a8c;
  background: -moz-linear-gradient(top, #ee5a8c 0%, #f288ac 100%);
  background: -webkit-linear-gradient(top, #ee5a8c 0%, #f288ac 100%);
  background: linear-gradient(to bottom, #ee5a8c 0%, #f288ac 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5a8c', endColorstr='#f288ac', GradientType=0);
}
.social-area-syncer {
  margin: 25px 0;
}
.social-button-syncer li {
  display: inline-block;
  vertical-align: bottom;
}
.foot_link {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.wp-caption-text {
  display: inline-block;
  padding: 20px 2%;
}
.sns_link {
  padding: 0;
  margin: 0;
}
.sns_link li {
  display: table-cell;
  width: 2000px;
  max-width: 50%;
  list-style: none;
}
.sns_link .fb {
  text-align: right;
  background: #395B9A !important;
}
.sns_link .ig {
  background: #e5425a;
}
.sns_link .twi {
  background: #54ABEE;
}
.sns_link li a {
  display: inline-block;
  width: 100%;
  max-width: 440px;
  text-align: center;
  color: #fff;
}
.clearfix {
  /zoom: 1;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.fb_iframe_widget iframe {
  position: relative !important;
}
.main .btn2 {
  text-align: center;
  clear: both;
  width: 100%;
}
@media screen and (min-width: 640px) {
  body {
    font-size: 1.6rem;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .detail {
    font-size: 2rem;
    padding: 30px 8%;
  }
  .txtPink {
    font-size: 2.4rem;
  }
	  .txt_ss {
    font-size: 1.0rem;
	vertical-align: top;
  }
  .more .item01 .txt {
    font-size: 2rem;
    padding-bottom: 40px;
  }
  .more .item02 .txt {
    font-size: 2rem;
    padding-bottom: 40px;
  }
  .more .item03 .txt {
    font-size: 2rem;
    padding-bottom: 40px;
  }
  .more .item04 .txt {
    font-size: 2rem;
    padding-bottom: 40px;
  }
}
.box{
    position: relative;
}
.box p{
    position: absolute;
    top: 65%;
    left: 13%;
}