@charset "UTF-8";
/* ****************************************************
    mixin
**************************************************** */
/* ****************************************************
    list
**************************************************** */
ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

/* ****************************************************
    link
**************************************************** */
a {
  color: #ff00a2; }
  a:visited {
    text-decoration: none;
    color: #ff00a2; }
  a:hover {
    text-decoration: none;
    color: #aaa; }
  a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
    background: none !important; }
  a:active {
    text-decoration: none;
    color: #aaa; }

/* ****************************************************
    basic
**************************************************** */
html {
  font-size: 100%;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased; }

body {
  padding: 0;
  margin: 0;
  font-size: 10px;
  font-size: 1rem;
  line-height: 2.2;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #333;
  line-height: 1.6; }

img {
  max-width: 100%;
  height: auto; }

p {
  padding: 0;
  margin: 0; }

/* ****************************************************
    selection
**************************************************** */
::-moz-selection {
  background: #ececec;
  /* Safari */
  color: #fff; }
::selection {
  background: #ececec;
  /* Safari */
  color: #fff; }

::-moz-selection {
  background: #ececec;
  /* Firefox */
  color: #fff; }

/* ****************************************************
    navigation
**************************************************** */
.pure-container, nav.pure-drawer {
  display: none; }

/* ****************************************************
    title
**************************************************** */
h1 {
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  line-height: 0.8;
  padding: 0;
  margin: 0; }

h2 {
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.8;
  text-align: center; }

h3 {
  text-align: center;
  color: #de6684; }

/* ****************************************************
    header
**************************************************** */
header {
  width: 100%;
  height: 760px;
  text-indent: -9999px;
  background: url(../img/bk.png) repeat; }
  header .header_detail {
    background: url(../img/topmain.png) no-repeat center center;
    height: 586px;
    padding-top: 140px; }

/* ****************************************************
    contents
**************************************************** */
section {
  padding: 0;
  margin: 0; }

.contents {
  padding: 0;
  margin: 0; }
  .contents .inner {
    margin: 0 auto;
    width: 1000px;
    padding: 40px; }

.flexBox_col2 {
  padding: 0;
  margin: 0;
  margin-bottom: 48px;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .flexBox_col2 .fl_right {
    padding: 0;
    margin: 0;
    background: #00e0e8;
    width: 49%; }
  .flexBox_col2 .fl_left {
    padding: 0;
    margin: 0;
    background: #d6f000;
    width: 49%; }

.flexBox_col3 {
  padding: 0;
  margin: 0;
  margin-bottom: 48px;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .flexBox_col3 .fl_right {
    padding: 0;
    margin: 0;
    background: #fc0;
    width: 32%; }
  .flexBox_col3 .fl_middle {
    padding: 0;
    margin: 0;
    background: #ff3c95;
    width: 32%; }
  .flexBox_col3 .fl_left {
    padding: 0;
    margin: 0;
    background: #c197f2;
    width: 32%; }

/* ****************************************************
    section_lp01
**************************************************** */
section.lp01 {
  position: relative; }
  section.lp01 .lp01_detail {
    padding: 0;
    margin: 0;
    margin: 80px auto 0 auto;
    width: 1000px;
    background: url(../img/fulala02.png) no-repeat right center; }
    section.lp01 .lp01_detail h2 span {
      background: #f1d1d9; }
    section.lp01 .lp01_detail p {
      width: 600px;
      margin: 60px auto; }
    section.lp01 .lp01_detail .graph {
      padding: 0;
      margin: 0;
      background: url(../img/girl_ok.png) no-repeat center center;
      height: 353px;
      width: 800px;
      margin: 0 auto; }
      section.lp01 .lp01_detail .graph .fl_right, section.lp01 .lp01_detail .graph .fl_left {
        width: 266px;
        margin-top: 30px; }
        section.lp01 .lp01_detail .graph .fl_right img, section.lp01 .lp01_detail .graph .fl_left img {
          width: 100%; }
      section.lp01 .lp01_detail .graph .fl_right {
        float: right; }
      section.lp01 .lp01_detail .graph .fl_left {
        float: left; }

/* ****************************************************
    section_lp02
**************************************************** */
section.lp02 h2 {
  padding: 0;
  margin: 0;
  background: url(../img/tit_lp02.png) no-repeat center center;
  height: 200px;
  text-indent: -9999px; }

section.lp02 .contents {
  background: #ffeff2; }
  section.lp02 .contents .ask {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 1000px;
    margin: 0 auto;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    /* Safari */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    section.lp02 .contents .ask .bio_girl_back {
      width: 100%;
      height: 140px;
      text-align: center;
      background: url(../img/bio_girl_back.png) no-repeat;
      padding-top: 30px;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.5;
      color: #fc6685; }
    section.lp02 .contents .ask .info01 {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 50%; }
      section.lp02 .contents .ask .info01 p {
        width: 100%;
        padding: 0; }
      section.lp02 .contents .ask .info01 dl {
        padding: 0;
        margin: 0;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        width: 340px;
        margin: 20px auto;
        padding: 40px;
        background: #fff; }
        section.lp02 .contents .ask .info01 dl dt {
          font-size: 11px;
          font-size: 1.1rem;
          line-height: 1.45455;
          color: #de6684;
          font-weight: 700;
          margin-bottom: 1em; }
        section.lp02 .contents .ask .info01 dl dd {
          font-size: 9px;
          font-size: 0.9rem;
          line-height: 1.77778;
          padding: 0;
          margin: 0;
          margin-bottom: 2em; }
          section.lp02 .contents .ask .info01 dl dd span {
            background: #f1d1d9; }

/* ****************************************************
    section_lp03
**************************************************** */
section.lp03 {
  clear: both; }
  section.lp03 h2 {
    padding: 0;
    margin: 0;
    background: url(../img/tit_lp03.png) no-repeat center center;
    height: 200px;
    text-indent: -9999px; }
  section.lp03 .contents .inner {
    background: url(../img/fulala05.png) no-repeat 44% 60%;
    background-size: 20% auto; }
    section.lp03 .contents .inner .campus {
      overflow: hidden;
      width: 920px;
      margin: 60px auto; }
      section.lp03 .contents .inner .campus dl dt {
        padding: 0;
        margin: 0;
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 1.45455;
        color: #de6684;
        text-align: center;
        font-weight: 500;
        margin-bottom: 1em; }
      section.lp03 .contents .inner .campus dl dd {
        font-size: 9px;
        font-size: 0.9rem;
        line-height: 1.77778;
        margin: 0;
        padding: 0 2em; }
      section.lp03 .contents .inner .campus dl.fl_left01 {
        padding: 0;
        margin: 0;
        float: left;
        width: 442px; }
      section.lp03 .contents .inner .campus dl.fl_right01 {
        padding: 0;
        margin: 0;
        float: right;
        width: 442px; }
      section.lp03 .contents .inner .campus dl.fl_left02 {
        padding: 0;
        margin: 0;
        float: left;
        width: 442px; }
      section.lp03 .contents .inner .campus dl.fl_right02 {
        padding: 0;
        margin: 0;
        float: right;
        width: 442px; }

/* ****************************************************
    section_lp04
**************************************************** */
section.lp04 h2 {
  padding: 0;
  margin: 0;
  background: url(../img/tit_lp04.png) no-repeat center center;
  height: 200px;
  text-indent: -9999px; }

section.lp04 .contents {
  background: #faf9f3; }

section.lp04 .inner {
  background: url(../img/fulala07.png) no-repeat 10% 1%;
  background-size: 12% auto; }

section.lp04 .map {
  width: 854px;
  height: 535px;
  margin: 40px auto;
  background: url(../img/map.png) no-repeat center center;
  text-indent: -9999px; }

section.lp04 .map_discription {
  display: block;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  section.lp04 .map_discription dt {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 700;
    color: #de6684; }
    section.lp04 .map_discription dt span {
      color: #fff;
      background: #de6684;
      border: 1px solid #de6684;
      border-radius: 100%;
      padding: 0 0.2rem;
      margin-right: 0.5rem; }
  section.lp04 .map_discription dl {
    width: 240px;
    margin: 10px 5px; }
    section.lp04 .map_discription dl dt {
      height: 190px; }
  section.lp04 .map_discription dd {
    padding: 0;
    margin: 0;
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 1.77778; }
  section.lp04 .map_discription dl:nth-child(1) {
    background: url(../img/sp/castle.png) no-repeat 0 30px; }
  section.lp04 .map_discription dl:nth-child(2) {
    background: url(../img/sp/square.png) no-repeat 0 30px; }
  section.lp04 .map_discription dl:nth-child(3) {
    background: url(../img/sp/amisu01.JPG) no-repeat 0 30px; }
  section.lp04 .map_discription dl:nth-child(4) {
    background: url(../img/sp/amisu02.JPG) no-repeat 0 30px; }
  section.lp04 .map_discription dl:nth-child(5) {
    background: url(../img/sp/cafe01.JPG) no-repeat 0 30px; }
  section.lp04 .map_discription dl:nth-child(6) {
    background: url(../img/sp/cafe02.JPG) no-repeat 0 30px; }
  section.lp04 .map_discription dl:nth-child(7) {
    background: url(../img/sp/mall.png) no-repeat 0 30px; }
  section.lp04 .map_discription dl:nth-child(8) {
    background: url(../img/sp/piccoro.JPG) no-repeat 0 30px; }
  section.lp04 .map_discription dl:nth-child(9) {
    background: url(../img/sp/bonbon.JPG) no-repeat 0 30px; }
  section.lp04 .map_discription dl:nth-child(10) {
    background: url(../img/sp/sweets.png) no-repeat 0 30px; }
  section.lp04 .map_discription dl:nth-child(11) {
    background: url(../img/sp/kakigoori.jpg) no-repeat 0 30px; }
  section.lp04 .map_discription dl:nth-child(12) {
    background: url(../img/sp/baker.png) no-repeat 0 30px; }
  section.lp04 .map_discription dl:nth-child(13) {
    background: url(../img/sp/noodle.png) no-repeat 0 30px; }
  section.lp04 .map_discription dl:nth-child(14) {
    background: url(../img/sp/highway.png) no-repeat 0 30px; }

/* ****************************************************
    section_lp05
**************************************************** */
section.lp05 {
  overflow: hidden;
  width: 100%;
  background: url(../img/bk.png) repeat; }
  section.lp05 .inner {
    background: url(../img/fulala08.png) no-repeat 45% 40%;
    background-size: 12% auto; }
    section.lp05 .inner .charm {
      padding-top: 40px; }
      section.lp05 .inner .charm h3 {
        padding: 0;
        margin: 0;
        float: left;
        width: 460px;
        height: 293px; }
      section.lp05 .inner .charm h4 {
        padding: 0;
        margin: 0;
        float: right;
        width: 460px;
        height: 266px; }
    section.lp05 .inner .charm-info {
      clear: both; }
      section.lp05 .inner .charm-info dl {
        overflow: hidden; }
        section.lp05 .inner .charm-info dl dt {
          margin-top: 10px; }
        section.lp05 .inner .charm-info dl dd {
          padding: 0;
          margin: 0;
          font-size: 9px;
          font-size: 0.9rem;
          line-height: 1.55556; }
        section.lp05 .inner .charm-info dl.discription {
          float: left;
          -moz-border-radius: 20px;
          -webkit-border-radius: 20px;
          border-radius: 20px;
          background: #fff;
          width: 440px;
          padding: 20px 40px 40px 40px;
          margin-right: 40px; }
          section.lp05 .inner .charm-info dl.discription dt {
            color: #de6684;
            font-weight: 700;
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 2; }
          section.lp05 .inner .charm-info dl.discription dd {
            padding: 0;
            margin: 0; }
        section.lp05 .inner .charm-info dl.comment {
          -moz-border-radius: 20px;
          -webkit-border-radius: 20px;
          border-radius: 20px;
          font-weight: bold;
          background: #de899e;
          color: #fff;
          margin-top: 80px;
          padding: 30px;
          float: left;
          width: 160px;
          height: auto; }
        section.lp05 .inner .charm-info dl.author {
          float: right;
          margin-top: 80px;
          text-align: center;
          width: 220px; }
          section.lp05 .inner .charm-info dl.author dt {
            color: #de6684;
            font-weight: bold; }
      section.lp05 .inner .charm-info .sp {
        display: none; }

/* ****************************************************
    section_lp06
**************************************************** */
section.lp06 {
  position: relative; }
  section.lp06 h2 {
    padding: 0;
    margin: 0;
    background: url(../img/tit_lp06.png) no-repeat center center;
    height: 200px;
    text-indent: -9999px; }
  section.lp06 p {
    text-align: center; }
  section.lp06 .symposium {
    background: url(../img/symposium.png) no-repeat center center;
    height: 409px;
    margin: 40px 0;
    text-indent: -9999px; }
  section.lp06 label {
    display: block;
    width: 840px;
    margin: 0 auto;
    padding: 0.2rem 0 0 0;
    background: url(../img/down.png) no-repeat right #de899e;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
    cursor: pointer; }
  section.lp06 input[type="checkbox"].on-off {
    display: none; }
  section.lp06 input[type="checkbox"].on-off + #sub-menu {
    height: 0;
    overflow: hidden; }
  section.lp06 input[type="checkbox"].on-off:checked + #sub-menu {
    height: 100%; }
  section.lp06 #sub-menu {
    width: 840px;
    margin: 0 auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    section.lp06 #sub-menu .coverage {
      text-align: right; }
    section.lp06 #sub-menu #sub-menu-inner h5 {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.83333;
      color: #de6684;
      background: #f2d2da;
      text-align: center;
      padding: 20px 0; }
    section.lp06 #sub-menu #sub-menu-inner dl {
      padding: 20px 80px; }
      section.lp06 #sub-menu #sub-menu-inner dl dt {
        color: #de6684;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.83333; }
      section.lp06 #sub-menu #sub-menu-inner dl.self-intro {
        padding: 0;
        margin: 0;
        overflow: hidden;
        margin-bottom: 10px;
        padding: 40px 80px;
        border-bottom: 1px solid #f2d2da; }
        section.lp06 #sub-menu #sub-menu-inner dl.self-intro dt {
          clear: both;
          width: 300px;
          float: left; }
          section.lp06 #sub-menu #sub-menu-inner dl.self-intro dt img {
            display: block; }
        section.lp06 #sub-menu #sub-menu-inner dl.self-intro dd {
          width: 360px;
          float: right;
          margin-top: -113px; }

/* ****************************************************
    section_lp07
**************************************************** */
section.lp07 {
  width: 100%;
  background: #de6684; }
  section.lp07 .contents .inner .goal {
    width: 680px;
    margin: 0 auto;
    text-align: center; }
    section.lp07 .contents .inner .goal li {
      display: inline-block;
      margin: 0 50px; }
      section.lp07 .contents .inner .goal li a {
        display: block;
        width: 200px;
        height: 200px; }
      section.lp07 .contents .inner .goal li li:hover {
        opacity: 0.9;
        filter: alpha(opacity=90);
        -ms-filter: "alpha( opacity=90 )"; }

/* ****************************************************
    footer
**************************************************** */
footer {
  position: relative;
  text-align: center; }
  footer .sp {
    display: none; }
  footer .copy {
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 1.5; }

/* ****************************************************
    wave
**************************************************** */
@-webkit-keyframes animeWave {
  0% {
    background-position: 0 0,0 100%; }
  100% {
    background-position: 600px 0,600px 100%; } }

@keyframes animeWave {
  0% {
    background-position: 0 0,0 100%; }
  100% {
    background-position: 600px 0,600px 100%; } }

section.lp01::before {
  position: absolute;
  background: url(../img/wave.png) left top repeat-x;
  top: -100px;
  left: 0;
  content: '';
  width: 100%;
  height: 20px;
  position: absolute;
  -webkit-animation: animeWave 6.5s linear 0s infinite normal;
  animation: animeWave 6.5s linear 0s infinite normal; }

section.lp06::after {
  position: absolute;
  background: url(../img/wave_down.png) left top repeat-x;
  bottom: -20px;
  left: 0;
  content: '';
  width: 100%;
  height: 20px;
  position: absolute;
  -webkit-animation: animeWave 6.5s linear 0s infinite normal;
  animation: animeWave 6.5s linear 0s infinite normal; }

footer::before {
  position: absolute;
  background: url(../img/wave.png) left top repeat-x;
  top: -20px;
  left: 0;
  content: '';
  width: 100%;
  height: 20px;
  position: absolute;
  -webkit-animation: animeWave 6.5s linear 0s infinite normal;
  animation: animeWave 6.5s linear 0s infinite normal; }

/* pc （960px～2000px） */
/* tablet （600px～1024px）
------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
  /* ****************************************************
    mixin
**************************************************** */
  /* ****************************************************
    title
**************************************************** */
  h1 {
    margin-bottom: 32px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.27778; }
  h2 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75; }
  /* ****************************************************
    header
**************************************************** */
  header {
    height: 500px;
    background-size: 8% auto; }
    header .header_detail {
      font-size: 8px;
      font-size: 0.8rem;
      line-height: 1.875;
      width: 100%;
      background-size: 90% auto;
      height: 100%;
      padding-top: 10px; }
  /* ****************************************************
    navigation
**************************************************** */
  .pure-container, nav.pure-drawer {
    display: block; }
  /* ****************************************************
    contents
**************************************************** */
  .contents {
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 1.875; }
    .contents .inner {
      margin: 0 auto;
      width: 90%;
      padding: 40px 20px; }
  .flexBox_col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .flexBox_col2 .fl_right, .flexBox_col2 .fl_left {
      margin-bottom: 20px;
      width: 100%; }
  .flexBox_col3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .flexBox_col3 .fl_right, .flexBox_col3 .fl_middle, .flexBox_col3 .fl_left {
      width: 100%; }
  /* ****************************************************
    section_lp01
**************************************************** */
  section.lp01 {
    position: relative; }
    section.lp01 .lp01_detail {
      padding: 0;
      margin: 0;
      margin: 40px auto 0 auto;
      width: 100%;
      background: none; }
      section.lp01 .lp01_detail h2 {
        width: 90%;
        margin: 0 auto;
        text-align: left; }
      section.lp01 .lp01_detail p {
        width: 90%;
        margin: 10% auto; }
      section.lp01 .lp01_detail .graph {
        overflow: hidden;
        width: 100%;
        height: auto;
        background: none;
        margin-bottom: 50px; }
        section.lp01 .lp01_detail .graph .fl_right, section.lp01 .lp01_detail .graph .fl_left {
          padding: 0;
          margin: 0;
          width: 300px;
          height: 300px; }
          section.lp01 .lp01_detail .graph .fl_right img, section.lp01 .lp01_detail .graph .fl_left img {
            width: 100%; }
        section.lp01 .lp01_detail .graph .fl_right {
          margin-right: 30px; }
        section.lp01 .lp01_detail .graph .fl_left {
          margin-left: 30px; }
  /* ****************************************************
    section_lp02
**************************************************** */
  section.lp02 {
    clear: both;
    width: 100%; }
    section.lp02 .contents .inner .ask {
      width: 100%; }
      section.lp02 .contents .inner .ask .info01 {
        width: 50%; }
        section.lp02 .contents .inner .ask .info01 p {
          width: 100%;
          margin: 0; }
          section.lp02 .contents .inner .ask .info01 p img {
            width: 100%; }
        section.lp02 .contents .inner .ask .info01 dl {
          width: 86%;
          margin: 0 auto;
          padding: 5%; }
  /* ****************************************************
    section_lp03
**************************************************** */
  section.lp03 .contents .inner .campus {
    padding: 0;
    margin: 0;
    width: 100%; }
    section.lp03 .contents .inner .campus dl dt img {
      width: 80%;
      margin: 0 auto; }
    section.lp03 .contents .inner .campus dl dd {
      padding-bottom: 2em; }
    section.lp03 .contents .inner .campus dl.fl_right01, section.lp03 .contents .inner .campus dl.fl_left01, section.lp03 .contents .inner .campus dl.fl_right02, section.lp03 .contents .inner .campus dl.fl_left02 {
      width: 50%; }
  /* ****************************************************
    section_lp04
**************************************************** */
  section.lp04 .inner {
    background: none; }
  section.lp04 .map {
    margin: -10% 0;
    width: 100%;
    background-size: 100%; }
  section.lp04 .map_discription {
    padding-left: 80px;
    margin-top: 20px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 0.88889; }
    section.lp04 .map_discription dl {
      margin: 20px; }
  /* ****************************************************
    section_lp05
**************************************************** */
  section.lp05 {
    width: 100%; }
    section.lp05 .inner .charm h3 {
      width: 50%; }
    section.lp05 .inner .charm h4 {
      width: 50%; }
    section.lp05 .inner .charm-info {
      overflow: hidden; }
      section.lp05 .inner .charm-info dl.discription {
        width: 40%;
        padding: 3%; }
      section.lp05 .inner .charm-info dl.comment {
        margin-top: 20px;
        width: 25%;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.16667; }
      section.lp05 .inner .charm-info dl.author {
        margin-top: 0;
        width: 30%; }
  /* ****************************************************
    section_lp06
**************************************************** */
  section.lp06 {
    width: 100%; }
    section.lp06 .contents .inner {
      background: none; }
      section.lp06 .contents .inner #sub-menu #sub-menu-inner dl dt {
        float: none; }
        section.lp06 .contents .inner #sub-menu #sub-menu-inner dl dt img {
          width: 100%; }
      section.lp06 .contents .inner #sub-menu #sub-menu-inner dl dd {
        clear: borh;
        width: 100%;
        margin-top: 10px; }
    section.lp06 .symposium {
      width: 100%;
      background-size: 100%;
      height: 360px; }
    section.lp06 label {
      width: 100%;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.33333;
      font-weight: 700; }
    section.lp06 #sub-menu {
      width: 100%; }
  /* ****************************************************
    section_lp07
**************************************************** */
  section.lp07 .contents .inner .goal {
    width: 100%;
    height: auto; }
    section.lp07 .contents .inner .goal li {
      margin: 0 40px; }
  /* ****************************************************
    wave
**************************************************** */
  section.lp01::before {
    position: absolute;
    background: url(../img/wave.png) left top repeat-x;
    top: -60px;
    left: 0;
    content: '';
    width: 100%;
    height: 20px;
    position: absolute;
    -webkit-animation: animeWave 6.5s linear 0s infinite normal;
    animation: animeWave 6.5s linear 0s infinite normal; } }

/* sp （～599px）
------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  /* ****************************************************
    mixin
**************************************************** */
  /* ****************************************************
    title
**************************************************** */
  h1 {
    margin-bottom: 32px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.27778; }
  h2 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.71429; }
  h3 {
    text-align: left; }
  /* ****************************************************
    header
**************************************************** */
  header {
    height: 300px;
    background-size: 8% auto; }
    header .header_detail {
      font-size: 8px;
      font-size: 0.8rem;
      line-height: 1.875;
      width: 100%;
      background-size: 90% auto;
      height: 100%;
      padding-top: 10px; }
  /* ****************************************************
    navigation
**************************************************** */
  .pure-container, nav.pure-drawer {
    display: block; }
  /* ****************************************************
    contents
**************************************************** */
  .contents {
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 1.875; }
    .contents .inner {
      margin: 0 auto;
      width: 90%;
      padding: 10% 5%; }
  .flexBox_col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .flexBox_col2 .fl_right, .flexBox_col2 .fl_left {
      margin-bottom: 20px;
      width: 100%; }
  .flexBox_col3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .flexBox_col3 .fl_right, .flexBox_col3 .fl_middle, .flexBox_col3 .fl_left {
      width: 100%; }
  .br-sp {
    display: none; }
  /* ****************************************************
    section_lp01
**************************************************** */
  section.lp01 {
    position: relative; }
    section.lp01 .lp01_detail {
      padding: 0;
      margin: 0;
      margin: 40px auto 0 auto;
      width: 100%;
      background: none; }
      section.lp01 .lp01_detail h2 {
        width: 90%;
        margin: 0 auto;
        text-align: left; }
      section.lp01 .lp01_detail p {
        width: 90%;
        margin: 10% auto; }
      section.lp01 .lp01_detail .graph {
        background: none;
        width: 100%;
        margin-bottom: 20px; }
        section.lp01 .lp01_detail .graph .fl_right, section.lp01 .lp01_detail .graph .fl_left {
          float: none;
          width: 100%;
          height: auto;
          margin: 0 0 20px 0;
          text-align: center; }
          section.lp01 .lp01_detail .graph .fl_right img, section.lp01 .lp01_detail .graph .fl_left img {
            width: 60%; }
  /* ****************************************************
    section_lp02
**************************************************** */
  section.lp02 h2 {
    background-size: 300% auto;
    height: 200px;
    margin: -60px 0; }
  section.lp02 .contents .inner .ask {
    width: 100%;
    background: none; }
    section.lp02 .contents .inner .ask .bio_girl_back {
      width: 100%;
      height: 100px;
      background: none;
      padding: 0;
      font-size: 8px;
      font-size: 0.8rem;
      line-height: 1.75; }
    section.lp02 .contents .inner .ask .info01 {
      width: 100%; }
      section.lp02 .contents .inner .ask .info01 dl {
        width: 80%;
        margin: 0 auto 20px auto;
        padding: 10%; }
  /* ****************************************************
    section_lp03
**************************************************** */
  section.lp03 h2 {
    background-size: 300% auto;
    height: 200px;
    margin: -60px 0; }
  section.lp03 .contents .inner {
    background: none; }
    section.lp03 .contents .inner .campus {
      padding: 0;
      margin: 0;
      width: 100%; }
      section.lp03 .contents .inner .campus dl dt img {
        width: 80%;
        margin: 0 auto; }
      section.lp03 .contents .inner .campus dl dd {
        padding: 0;
        margin: 0;
        padding-bottom: 10%; }
      section.lp03 .contents .inner .campus dl.fl_right01, section.lp03 .contents .inner .campus dl.fl_left01, section.lp03 .contents .inner .campus dl.fl_right02, section.lp03 .contents .inner .campus dl.fl_left02 {
        width: 100%;
        float: none; }
  /* ****************************************************
    section_lp04
**************************************************** */
  section.lp04 h2 {
    background-size: 300% auto;
    height: 200px;
    margin: -60px 0; }
  section.lp04 .inner {
    background: none; }
  section.lp04 .map {
    margin: 0 auto -140% auto;
    background: url(../img/sp/map.png) no-repeat top center;
    text-indent: -9999px;
    height: 0;
    width: 100%;
    padding-top: 200%;
    background-size: contain; }
  section.lp04 .map_discription {
    display: block;
    padding-left: 0; }
    section.lp04 .map_discription dt {
      font-size: 10px;
      font-size: 1rem;
      line-height: 1.6;
      font-weight: 700;
      color: #de6684; }
      section.lp04 .map_discription dt span {
        color: #fff;
        background: #de6684;
        border: 1px solid #de6684;
        border-radius: 100%;
        padding: 0 0.2rem;
        margin-right: 0.5rem; }
    section.lp04 .map_discription dd {
      padding: 0;
      margin: 0;
      font-size: 9px;
      font-size: 0.9rem;
      line-height: 1.77778; }
    section.lp04 .map_discription dl:nth-child(1) {
      background: url(../img/sp/castle.png) no-repeat 0 30px; }
    section.lp04 .map_discription dl:nth-child(2) {
      background: url(../img/sp/square.png) no-repeat 0 30px; }
    section.lp04 .map_discription dl:nth-child(3) {
      background: url(../img/sp/amisu01.JPG) no-repeat 0 30px; }
    section.lp04 .map_discription dl:nth-child(4) {
      background: url(../img/sp/amisu02.JPG) no-repeat 0 30px; }
    section.lp04 .map_discription dl:nth-child(5) {
      background: url(../img/sp/cafe01.JPG) no-repeat 0 30px; }
    section.lp04 .map_discription dl:nth-child(6) {
      background: url(../img/sp/cafe02.JPG) no-repeat 0 30px; }
    section.lp04 .map_discription dl:nth-child(7) {
      background: url(../img/sp/mall.png) no-repeat 0 30px; }
    section.lp04 .map_discription dl:nth-child(8) {
      background: url(../img/sp/piccoro.JPG) no-repeat 0 30px; }
    section.lp04 .map_discription dl:nth-child(9) {
      background: url(../img/sp/bonbon.JPG) no-repeat 0 30px; }
    section.lp04 .map_discription dl:nth-child(10) {
      background: url(../img/sp/sweets.png) no-repeat 0 30px; }
    section.lp04 .map_discription dl:nth-child(11) {
      background: url(../img/sp/kakigoori.jpg) no-repeat 0 30px; }
    section.lp04 .map_discription dl:nth-child(12) {
      background: url(../img/sp/baker.png) no-repeat 0 30px; }
    section.lp04 .map_discription dl:nth-child(13) {
      background: url(../img/sp/noodle.png) no-repeat 0 30px; }
    section.lp04 .map_discription dl:nth-child(14) {
      background: url(../img/sp/highway.png) no-repeat 0 30px; }
  /* ****************************************************
    section_lp05
**************************************************** */
  section.lp05 .inner {
    width: 100%;
    background: none;
    padding: 0; }
    section.lp05 .inner .charm h3, section.lp05 .inner .charm h4 {
      width: 100%;
      height: auto;
      text-align: center;
      padding: 0;
      margin: 0; }
      section.lp05 .inner .charm h3 img, section.lp05 .inner .charm h4 img {
        width: 90%;
        margin: 0 auto; }
    section.lp05 .inner .charm-info {
      width: 100%;
      text-align: center; }
      section.lp05 .inner .charm-info dl.discription {
        width: 85%;
        margin: 0 auto 5% 5%; }
        section.lp05 .inner .charm-info dl.discription dd {
          text-align: left;
          margin: 20px; }
      section.lp05 .inner .charm-info dl.comment {
        clear: both;
        width: 80%;
        margin: 0 auto 5% 5%;
        padding: 20px;
        font-size: 9px;
        font-size: 0.9rem;
        line-height: 1.77778; }
      section.lp05 .inner .charm-info dl.author {
        clear: both;
        width: 100%; }
  /* ****************************************************
    section_lp06
**************************************************** */
  section.lp06 h2 {
    background-size: 300% auto;
    height: 200px;
    margin: -60px 0; }
  section.lp06 .inner {
    background: none; }
  section.lp06 .symposium {
    padding: 0;
    margin: 0;
    width: 100%;
    background-size: 100%;
    height: 360px;
    margin: -100px 0; }
  section.lp06 label {
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.33333;
    font-weight: 700; }
  section.lp06 #sub-menu {
    width: 100%; }
    section.lp06 #sub-menu #sub-menu-inner h5 {
      font-size: 10px;
      font-size: 1rem;
      line-height: 1.4;
      padding: 20px;
      text-align: left; }
    section.lp06 #sub-menu #sub-menu-inner dl.self-intro {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 0;
      margin: 0;
      margin-bottom: 1rem;
      width: 100%; }
      section.lp06 #sub-menu #sub-menu-inner dl.self-intro dt {
        height: 115px;
        margin-bottom: 1rem;
        width: 100%; }
      section.lp06 #sub-menu #sub-menu-inner dl.self-intro dd {
        padding: 0;
        margin: 0;
        margin-bottom: 1rem;
        width: 100%;
        padding: 0 0 0 10px; }
    section.lp06 #sub-menu #sub-menu-inner dl {
      width: 90%;
      padding: 20px; }
    section.lp06 #sub-menu #sub-menu-inner dt {
      color: #de6684;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.83333; }
    section.lp06 #sub-menu #sub-menu-inner dd {
      padding: 0;
      margin: 0;
      margin-bottom: 1rem; }
  /* ****************************************************
    section_lp07
**************************************************** */
  section.lp07 {
    width: 100%; }
    section.lp07 .contents .inner ul.goal li {
      width: 30%;
      margin: 0 10px; }
      section.lp07 .contents .inner ul.goal li a {
        width: 100%;
        height: auto; }
  /* ****************************************************
    footer
**************************************************** */
  footer {
    position: relative;
    text-align: center; }
    footer .pc {
      display: none; }
    footer .sp {
      display: block;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.33333; }
    footer .copy {
      font-size: 8px;
      font-size: 0.8rem;
      line-height: 1.5; }
  /* ****************************************************
    wave
**************************************************** */
  section.lp01::before {
    position: absolute;
    background: url(../img/wave.png) left top repeat-x;
    top: -60px;
    left: 0;
    content: '';
    width: 100%;
    height: 20px;
    position: absolute;
    -webkit-animation: animeWave 6.5s linear 0s infinite normal;
    animation: animeWave 6.5s linear 0s infinite normal; } }
