@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: #fce6e6;
  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
--------------------*/
header {
  background: #e84f96;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 20px;
}
header .logoL {
  width: 123px;
  max-width: 30%;
}
header .logoR {
  width: 189px;
  max-width: 40%;
}
.main {
  background: #fff;
}
.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;
}
.txtPink {
  color: #e84f96;
}
.box {
  padding: 5% 5% 0;
}
.box dl {
  margin: 0;
}
.box dd {
  margin: 20px 0 40px;
}
.txt01 {
  font-size: 1.6rem;
  font-weight: 700;
}
.txt02 {
  font-size: 1.2rem;
}
.box .flexbox {
  display: flex;
  justify-content: space-between;
}
.box .flexbox .txtArea {
  width: 65%;
}
.box .flexbox .photo {
  width: 30%;
}
.btn01 {
  padding: 0 1.5% 20px;
}
.txt03 {
  font-size: 2.0rem;
  font-weight: 600;
}
.txt04 {
  font-size: 1.3rem;
}
.boxY {
  background: #fffcd1;
  padding: 5%;
}
.boxY dl {
  margin: 0;
}
.boxY dd {
  margin: 20px 0;
  padding: 20px;
  text-align: center;
  background: #fff;
  position: relative;
}
.boxY dd.step01:before {
  content: "";
  background: url(../images/step01.png) no-repeat top left /contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 50%;
}
.boxY dd.step02:before {
  content: "";
  background: url(../images/step02.png) no-repeat top left /contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 50%;
}
.boxY .txtPink {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.boxY .txt05 {
  font-size: 1.5rem;
  font-weight: 700;
}
.boxY .txt06 {
  font-size: 1.3rem;
  font-weight: 700;
}
.attention {
  padding: 5%;
}
.min {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-size: 2rem!important;
  font-weight: 700;
  text-align: center;
  border-bottom: 2px solid #e84f96;
}
.attention .txtPink {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0;
}
.attention ul {
  margin-bottom: 20px;
}
.attention .pay {
  margin: 60px 0 30px;
}
.attention p {
  font-size: 1.3rem;
}
.attention a {
  color: #000;
  text-decoration: none;
}
.btn02 {
  margin-top: 8%;
}
.twitter {
  position: relative;
  padding: 15px 0 30px;
  background: url(../images/bg_twitter.png) no-repeat center /cover;
}
.twitter h2 img {
  max-width: 60%;
}
.twitter .bg {
  background: #fff;
  border-radius: 20px;
  width: 90%;
  margin: 5px auto 0;
  padding: 20px 15%;
}
.twitter .btn {
  margin-top: -15%;
}


/*-------------------
	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;
  }
  .box {
    padding: 6% 7% 0;
  }
  .box dd {
    margin: 20px 0 50px;
  }
  .txt01 {
    font-size: 2rem;
  }
  .txt02 {
    font-size: 1.4rem;
  }
  .btn01 {
    padding: 20px 1.5%;
  }
  .txt03 {
    font-size: 4rem;
  }
  .txt04 {
    font-size: 1.5rem;
  }
  .boxY {
    padding: 5% 7.5%;
  }
  .boxY dd {
    margin: 30px 0;
    padding: 30px;
  }
  .boxY .txtPink {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .boxY .txt05 {
    font-size: 1.8rem;
  }
  .boxY .txt06 {
    font-size: 1.6rem;
  }
  .attention {
    padding: 5% 7%;
  }
  .min {
    font-size: 2.4rem!important;
  }
  .attention .txtPink {
    font-size: 1.8rem;
  }
  .attention ul {
    margin-bottom: 30px;
  }
  .attention .pay {
    margin: 80px 0 30px;
  }
  .attention p {
    font-size: 1.4rem;
  }
  .twitter h2 img {
    max-width: 100%;
  }
  .twitter .btn {
    margin-top: -12%;
  }
}