@charset "UTF-8";
/* CSS Document */
/*--------------------
reset
--------------------*/
* {	margin: 0; padding: 0;}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, strong, sub, sup, table, caption, tbody, tfoot, thead, tr, th, td, main, article, footer, header, section, audio, video { margin: 0; padding: 0; border: 0; letter-spacing: 0; font-size: 100%; font: inherit; vertical-align: baseline;}
main, article, footer, header, section { display: block;}
dl, dt, dd, ul, li, ol, ul { margin: 0; padding: 0; list-style: none;}
table {	border-collapse: collapse; border-spacing: 0;}
a {	margin: 0; padding: 0; background: transparent;}
img{ max-width: 100%; margin: 0 auto; line-height: 0; vertical-align: top; border-style: none; display: block;}
.clearfix:after { content:" "; display: block; clear: both;}

/*====================
content
====================*/
html {
    font-size: 100%;
}
body {
    line-height: 1;
    background-color: #fff8fa;
    text-align: left;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: #363636;
    font-weight: 500;
}
/* a
--------------------*/
a img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover img {
    opacity: 0.75;
    filter: alpha(opacity=75);
}
a {
    text-decoration: underline;
    display: inline-block;
    color: #8C9FD2;
    text-align: right;
    font-size: 110%;
    font-weight: bold;
}
a:hover { text-decoration: none;}
.wrapper {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  box-sizing: border-box;
  position: relative;
  color: #333;
  background: #fff;
}

.wrapper *{
  box-sizing: border-box;
}

.wrapper .img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 2em;
}
.wrapper video {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 2em;
}
.wrapper sup {
  font-size: 12px;
  vertical-align: top;
}
.ar {
    text-align: right;
    font-size: 14px;
	margin-bottom: 20px;
}
.b_yellow{background: linear-gradient(transparent 60%, #ff6 60%);}
.bg_yellow{background: linear-gradient(transparent 0%, #ff6 0%);}
.kakomi{background: linear-gradient(transparent 0%, #f7a8c8 0%); color:#ffffff; font-weight: bold; font-size: 1.3em;}
.b_pink{background: linear-gradient(transparent 60%, #fddee8 60%);}
.bg_pink{background: linear-gradient(transparent 0%, #fef3f4 0%); color: #fff; font-weight: bold; padding: 3px;}
.bg_gray{background-color: #eaeaea; padding: .6em;}
.small{font-size: .7em; }
.big{font-size: 1.2em; font-weight: bold;}
.big_n{font-size: .85em;}
.big1{font-size: 1.15em; font-weight: bold;}
.big2{font-size: 2em; font-weight: bold;}
.big_2n{font-size: .63em;}
.bold{font-weight: 600;font-weight: bold;}
.oblique{font-style: oblique; color: #8a8a8a;}
.underline{border-bottom: 1px solid #333; padding-bottom: 1px;}
.underline-p{border-bottom: 1px solid #ff3570; padding-bottom: 1px;}
.underline-b{border-bottom: 1px solid #61b0d6; padding-bottom: 1px;}

.sup{font-size: .6em;vertical-align: top;}
.sup2{font-size: .6em;}

.ta_r {text-align: right;}
.ta_c {text-align: center!important; margin: 0 auto; display: inline-block;}

.mb0 { margin-bottom: 0em!important;}
.mb1 { margin-bottom: 1em!important;}
.mb2 { margin-bottom: 2em!important;}
.mb3 { margin-bottom: 3em!important;}

.pink { color: #e75782; font-weight: bold;}
.blue { color: #61b0d6; font-weight: bold;}
.pd3 {  padding: 3% 5%!important;}

.ls-1 { letter-spacing: -.02em; white-space: nowrap}

.t-center {text-align: center;}
@media screen and (max-width: 640px) {
  .big{font-size: 1.5em!important; font-weight: 600;}
  .big2{font-size: 1.7em; font-weight: 600;}
}

.pc {
display:inline;
}
.sp {
  display: none;
}
@media (max-width: 750px) {
	.pc {
display:none;
}
.sp {
  display: block;
}
}

._pc-none {
  display: none;
}
@media (max-width: 979px) {
	._pc-none {
    display: block;
  }
  ._sp-none {
    display: none;
  }
}

/************************************************
header
************************************************/
#header {
  width: 100%;
  margin: 0 auto;
  background: #e75782;
  padding: 4%;
  margin-bottom: 3%;
}
#header h1 {
  font-size: 3.4em;
  font-weight: bold;
  text-align: center;
  width: 100%;
  line-height: 1.6;
  color: #fff;
}

.img.teen {
  margin-top: 30px;
}
.date,
.pr{
  font-size: .8em;
  text-align: right;
  margin-bottom: 5px;
  line-height: 1;
  color: #666;
  margin-right: 5%;
}

.text_link {
  text-align: right;
  margin-top: 10px;
  font-size: 1rem;
  margin-bottom: 10px;
	margin-right: 5%;
}

@media screen and (max-width: 749px) {
  #header h1 { font-size: 7.5vw; line-height: 1.3;}
  .img.teen { margin-top: 5vw;}
  .text_link { font-size: .8em;}
}

/************************************************
contents
************************************************/
section{
  margin-top: 3em;
}
section.last{
  margin-bottom: 0;
}
.inner {
  width: 92%;
  max-width: 690px;
  margin: 0 auto;
  background: #fff;
}
.top_text{
  text-align: center;
  line-height: 1.5;
  width: 100%;
  margin: 0 auto 1em;
  font-feature-settings : "palt";
  font-size: 2.8em;
}
.top_text_more {
  font-size: 1.2em;
}
.top_text_sub{
	font-size: 0.9em;
}
.top_info {
  margin-bottom: 1em;
  padding: 1em .8em;
  text-align: center;
  font-size: 1.9em;
  background: #fff0d4;
}


.text{
  text-align: center;
  line-height: 1.8;
  width: 100%;
  margin: 0 auto 1.5em;
  font-feature-settings : "palt";
  font-size: 25px;
}
.text.t-center {
  text-align: center;
}
.text.t-left {
  text-align: left;
  width: 48%;
  margin-left: auto;
  margin-right: auto;
}@media screen and (max-width: 749px) {
  .text.t-left {
    width: 65%;
  }
}

.big_text{
	font-size:  1.3em;
}
.caution{
	font-size: 12px;
  line-height: 1.3;
}
.migi{
	width: 70%;
	margin-left: auto;
	margin-bottom: 20px;
}

figcaption {
 font-size: 10px;
 margin-top: 10px;
 text-align: right;
}

@media screen and (max-width: 749px) {
  section{margin-top: 2em;}
	.top_text { font-size: 5.5vw;}
  .top_text_more { font-size: 6.5vw;}
  .top_info { font-size: 4vw;}
  .text { font-size: 4.533333322vw;}
	.migi{
	width: 100%;
	margin-left: auto;
	margin-bottom: 20px;
}
}


h2 {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 8%;
  margin-top: 2.5em;
  font-size: 3em;
  font-weight: bold;
  color: #e75782;
  text-align: center;
}
h2 img:first-of-type {
  padding-bottom: 1em;
}
h2 img:last-of-type {
  padding-top: 1em;
}


h3.title01 {
  width: 100%;
  margin: 0 auto;
  background: #fef3f4;
  padding: 1% 0;
  margin-bottom: 5%;
  border-bottom: 6px solid #e75782;
  border-top: 6px solid #e75782;
}
h3.title01 .title-inner {
  display: block;
  font-size: 2.2em;
  font-weight: bold;
  color: #e75782;
  width: 100%;
  padding: 2%;
  text-align: center;
  line-height: 1.6;
  border-bottom: 2px solid #e75782;
  border-top: 2px solid #e75782;
}



@media screen and (max-width: 749px) {
  h2 { font-size: 7vw;}
	h3.title01 {
  border-bottom: 4px solid #e75782;
  border-top: 4px solid #e75782;
  }
  h3.title01 .title-inner { font-size: 5vw;}
}
.btn {
  margin-bottom: 3em;
  padding: 0 2%;
  text-align: center;
}
.btn p{
  text-align: center;
  font-size: 90%;
  margin-top: 10px;
}

@media screen and (max-width: 749px) {
.btn p{
  text-align: center;
  font-size: 70%;
  margin-top: 5px;
}
}


/************************************************
CV
************************************************/
.btn a:hover img {
  opacity:0.8;
  transition: all 0.3s ease;
}

/*====================
footer
====================*/
.footer_link {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.footer_link p {
    text-align: center;
}
.footer_link p a {
    margin-top: 1em;
    color: #8C9FD2;
  	font-size: 14px;
}
footer #copy p {
    padding: .5em 0;
    margin-top: 2em;
    font-size: 12px;
    color: #fff;
    background-color: #e75782;
    text-align: center;
    line-height: 1.5;
}
