@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, *::before, *::after {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  word-break: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
  background: transparent; }

html, body {
  overflow-x: hidden; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

li {
  list-style-type: none; }

blockquote, q {
  quotes: none; }
  blockquote::before, blockquote::after, q::before, q::after {
    content: '';
    content: none; }

a {
  text-decoration: none;
  color: inherit; }

img, picture {
  vertical-align: middle;
  max-width: 100%; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, select {
  vertical-align: middle; }

br {
  line-height: 0; }

/* safariでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

/* -----------------------------------------------------
	basic
----------------------------------------------------- */
html {
  font-size: 62.5%; }

body {
  font-family: mamelon, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  background: #FFF; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 4vw; } }

main {
  width: 100%; }

.inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px; }
  @media screen and (max-width: 768px) {
    .inner {
      padding: 0 4vw; } }

a {
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-decoration: none; }
  a:hover {
    opacity: .7; }

section {
  padding: 100px 0; }
  @media screen and (max-width: 768px) {
    section {
      padding: 13.33333vw 0; } }

.sec_ttl {
  text-align: center;
  font-size: 6.0rem;
  margin: 0 0 60px; }
  @media screen and (max-width: 768px) {
    .sec_ttl {
      font-size: 8.8vw;
      margin: 0 0 8vw; } }
  .sec_ttl span.english {
    font-size: 1.8rem;
    line-height: 1;
    display: inline-block;
    font-weight: 700;
    font-family: roboto-condensed, sans-serif;
    background-color: #ffffff;
    border-radius: 100vh;
    padding: 4px 20px;
    margin: 0 0 10px 0; }
    @media screen and (max-width: 768px) {
      .sec_ttl span.english {
        font-size: 3.2vw;
        margin: 0 0 1.33333vw 0;
        padding: 0.53333vw 2.66667vw; } }

h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 4.8rem;
  margin: 0 0 40px 0; }
  @media screen and (max-width: 768px) {
    h3 {
      font-size: 7.2vw;
      margin: 0 0 5.33333vw 0; } }
  h3:before {
    content: "";
    width: 20px;
    height: 2px;
    background: #ffffff;
    margin: 0 20px 0 0; }
    @media screen and (max-width: 768px) {
      h3:before {
        width: 2.66667vw;
        margin: 0 2.66667vw 0 0; } }
  h3:after {
    content: "";
    width: 20px;
    height: 2px;
    background: #ffffff;
    margin: 0 0 0 20px; }
    @media screen and (max-width: 768px) {
      h3:after {
        width: 2.66667vw;
        margin: 0 0 0 2.66667vw; } }

a.link {
  color: #29acd8;
  text-decoration: underline; }

.list_disc {
  color: #000;
  text-align: left; }
  .list_disc li {
    list-style: disc inside;
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 0.5em; }
    .list_disc li:first-child {
      margin-top: 0; }

/* -----------------------------------------------------
	kv
----------------------------------------------------- */
.kv {
  background: url(../images/kv.jpg) no-repeat bottom center/cover;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative; }
  @media screen and (max-width: 768px) {
    .kv {
      background: url(../images/sp/kv.jpg) no-repeat top center/cover; } }
  .kv .kv_logo {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0; }
    @media screen and (max-width: 768px) {
      .kv .kv_logo {
        width: 100vw;
        margin: 0 auto;
        text-align: center; } }
    .kv .kv_logo img {
      max-height: 98vh; }

.kv_logo {
  animation: kv_fade01 1s ease 1.5s 1 normal forwards;
  -webkit-animation: kv_fade01 1s ease 1.5s 1 normal forwards; }

@keyframes kv_fade01 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes kv_fade01 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* -----------------------------------------------------
	about
----------------------------------------------------- */
.about {
  background: #29acd8;
  text-align: center; }
  .about .sec_ttl .english {
    color: #29acd8; }
  .about .sec_ttl .day {
    display: block;
    font-family: roboto-condensed, sans-serif;
    font-size: 4.8rem; }
    @media screen and (max-width: 768px) {
      .about .sec_ttl .day {
        font-size: 6.4vw; } }
  .about .sec_ttl .place {
    display: block;
    font-size: 4.8rem; }
    @media screen and (max-width: 768px) {
      .about .sec_ttl .place {
        font-size: 6.4vw; } }
  .about h3 {
    margin: 100px 0 40px 0; }
    @media screen and (max-width: 768px) {
      .about h3 {
        margin: 13.33333vw 0 5.33333vw 0; } }
  .about p {
    font-size: 2.4rem; }
    @media screen and (max-width: 768px) {
      .about p {
        font-size: 4vw; } }
    .about p.theme {
      font-size: 4.4rem;
      color: #f1d372;
      margin: 0.5em 0; }
      @media screen and (max-width: 768px) {
        .about p.theme {
          font-size: 6.66667vw; } }
  .about .images {
    display: block;
    max-width: 500px;
    margin: 30px auto; }
    @media screen and (max-width: 768px) {
      .about .images {
        margin: 4vw auto; } }

/* -----------------------------------------------------
	yokatoko
----------------------------------------------------- */
.yokatoko {
  background: #94d5eb;
  text-align: center; }
  .yokatoko .sec_ttl .english {
    color: #94d5eb; }
  .yokatoko .boxwrap .box {
    background-color: #fff;
    border-radius: 30px;
    color: #000;
    overflow: hidden;
    padding: 50px;
    margin: 35px 0 0 0; }
    @media screen and (max-width: 768px) {
      .yokatoko .boxwrap .box {
        border-radius: 4vw;
        padding: 4vw;
        margin: 4.66667vw 0 0 0; } }
    .yokatoko .boxwrap .box:first-child {
      margin-top: 0; }
    .yokatoko .boxwrap .box h3 {
      color: #94d5eb; }
      .yokatoko .boxwrap .box h3:before, .yokatoko .boxwrap .box h3:after {
        background: #94d5eb; }
    .yokatoko .boxwrap .box picture {
      display: block; }
    .yokatoko .boxwrap .box .text {
      font-size: 2.4rem;
      margin: 50px 0 0 0; }
      @media screen and (max-width: 768px) {
        .yokatoko .boxwrap .box .text {
          font-size: 4vw;
          margin: 6.66667vw 0 0 0; } }

/* -----------------------------------------------------
	gourmet
----------------------------------------------------- */
.gourmet {
  background: #29acd8;
  text-align: center; }
  .gourmet .sec_ttl .english {
    color: #29acd8; }
  .gourmet .boxwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 35px 0; }
    @media screen and (max-width: 768px) {
      .gourmet .boxwrap {
        margin: 0 0 4.66667vw 0; } }
    .gourmet .boxwrap .box {
      width: 31%;
      background-color: #fff;
      border-radius: 30px 30px 30px 0px;
      color: #000;
      overflow: hidden;
      padding: 0 0 30px 0;
      margin-left: 3.5000000000000004%; }
      @media screen and (max-width: 768px) {
        .gourmet .boxwrap .box {
          width: 48%;
          margin-left: 4%;
          border-radius: 4vw 4vw 4vw 0px;
          padding: 0 0 4vw 0; } }
      .gourmet .boxwrap .box:nth-child(3n+1) {
        margin-left: 0; }
        @media screen and (max-width: 768px) {
          .gourmet .boxwrap .box:nth-child(3n+1) {
            margin-left: 3.5000000000000004%; } }
      .gourmet .boxwrap .box:nth-child(n + 4) {
        margin-top: 3.5000000000000004%; }
        @media screen and (max-width: 768px) {
          .gourmet .boxwrap .box:nth-child(n + 4) {
            margin-top: inherit; } }
      @media screen and (max-width: 768px) {
        .gourmet .boxwrap .box:nth-child(odd) {
          margin-left: 0; } }
      @media screen and (max-width: 768px) {
        .gourmet .boxwrap .box:nth-child(n + 3) {
          margin-top: 3.5000000000000004%; } }
      .gourmet .boxwrap .box .title {
        font-size: 3.0rem;
        line-height: 1;
        margin: 30px 20px 0 20px; }
        @media screen and (max-width: 768px) {
          .gourmet .boxwrap .box .title {
            font-size: 4.8vw;
            margin: 4vw 2.66667vw 0 2.66667vw; } }
      .gourmet .boxwrap .box .text {
        font-size: 1.8rem;
        text-align: left;
        font-weight: 300;
        margin: 15px 20px 0 20px; }
        @media screen and (max-width: 768px) {
          .gourmet .boxwrap .box .text {
            font-size: 3.2vw;
            margin: 2vw 2.66667vw 0 2.66667vw; } }

/* -----------------------------------------------------
	experience
----------------------------------------------------- */
.experience {
  background: #94d5eb;
  text-align: center; }
  .experience .sec_ttl .english {
    color: #94d5eb; }

/* -----------------------------------------------------
	entertainment
----------------------------------------------------- */
.entertainment {
  background: #94d5eb;
  text-align: center; }
  .entertainment .sec_ttl .english {
    color: #29acd8; }
  .entertainment p {
    font-size: 2.4rem; }
    @media screen and (max-width: 768px) {
      .entertainment p {
        font-size: 4vw; } }
  .entertainment .programwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0 100px 0; }
    @media screen and (max-width: 768px) {
      .entertainment .programwrap {
        margin: 4vw 0 13.33333vw 0; } }
    .entertainment .programwrap .program {
      width: 48.199999999999996%;
      background-color: #fff;
      border-radius: 30px;
      color: #000;
      margin-left: 3.5000000000000004%;
      padding: 50px; }
      @media screen and (max-width: 768px) {
        .entertainment .programwrap .program {
          width: 100%;
          padding: 6.66667vw;
          border-radius: 4vw;
          margin-left: 0; } }
      .entertainment .programwrap .program:nth-child(odd) {
        margin-left: 0; }
      @media screen and (max-width: 768px) {
        .entertainment .programwrap .program:nth-child(n+2) {
          margin-top: 4vw; } }
      .entertainment .programwrap .program .title {
        font-size: 2.4rem;
        line-height: 1;
        margin: 50px 0 0 0; }
        @media screen and (max-width: 768px) {
          .entertainment .programwrap .program .title {
            font-size: 4vw;
            margin: 6.66667vw 0 0 0; } }
        .entertainment .programwrap .program .title span {
          display: inline-block;
          border-radius: 100vh;
          background-color: #29acd8;
          color: #fff;
          font-family: roboto-condensed, mamelon, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
          padding: 6px 20px;
          font-size: 70%;
          margin: 0 0 8px 0; }
      .entertainment .programwrap .program .text {
        margin: 20px 0 0 0; }
        @media screen and (max-width: 768px) {
          .entertainment .programwrap .program .text {
            margin: 2.66667vw 0 0 0; } }
  .entertainment .boxwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0 0 0; }
    @media screen and (max-width: 768px) {
      .entertainment .boxwrap {
        margin: 4vw 0 0 0; } }
    .entertainment .boxwrap .box {
      width: 31%;
      background-color: #fff;
      border-radius: 30px 30px 30px 0px;
      color: #000;
      overflow: hidden;
      padding: 0 0 30px 0;
      margin-left: 3.5000000000000004%; }
      @media screen and (max-width: 768px) {
        .entertainment .boxwrap .box {
          width: 48%;
          margin-left: 4%;
          border-radius: 4vw 4vw 4vw 0px; } }
      .entertainment .boxwrap .box:nth-child(3n+1) {
        margin-left: 0; }
        @media screen and (max-width: 768px) {
          .entertainment .boxwrap .box:nth-child(3n+1) {
            margin-left: 3.5000000000000004%; } }
      .entertainment .boxwrap .box:nth-child(n + 4) {
        margin-top: 3.5000000000000004%; }
        @media screen and (max-width: 768px) {
          .entertainment .boxwrap .box:nth-child(n + 4) {
            margin-top: inherit; } }
      @media screen and (max-width: 768px) {
        .entertainment .boxwrap .box:nth-child(odd) {
          margin-left: 0; } }
      @media screen and (max-width: 768px) {
        .entertainment .boxwrap .box:nth-child(n + 3) {
          margin-top: 3.5000000000000004%; } }
      .entertainment .boxwrap .box .title {
        font-size: 2.4rem;
        line-height: 1.4;
        margin: 30px 20px 0 20px; }
        @media screen and (max-width: 768px) {
          .entertainment .boxwrap .box .title {
            font-size: 4vw;
            margin: 4vw 2.66667vw 0 2.66667vw; } }
      .entertainment .boxwrap .box .text {
        font-size: 1.8rem;
        text-align: left;
        font-weight: 300;
        margin: 15px 20px 0 20px; }
        @media screen and (max-width: 768px) {
          .entertainment .boxwrap .box .text {
            font-size: 3.2vw;
            margin: 2vw 2.66667vw 0 2.66667vw; } }
      .entertainment .boxwrap .box ul {
        font-size: 1.8rem;
        margin: 15px 20px 0 20px; }
        @media screen and (max-width: 768px) {
          .entertainment .boxwrap .box ul {
            font-size: 3.2vw;
            margin: 2vw 2.66667vw 0 2.66667vw; } }

/* -----------------------------------------------------
	stage
----------------------------------------------------- */
.stage {
  background: #29acd8;
  text-align: center; }
  .stage .sec_ttl .english {
    color: #94d5eb; }
  .stage .boxwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .stage .boxwrap .box {
      background-color: #FFF;
      border-radius: 30px;
      padding: 50px 30px; }
      @media screen and (max-width: 768px) {
        .stage .boxwrap .box {
          padding: 6.66667vw 4vw; } }
      .stage .boxwrap .box:nth-child(n+2) {
        margin: 35px 0 0 0; }
        @media screen and (max-width: 768px) {
          .stage .boxwrap .box:nth-child(n+2) {
            margin: 4.66667vw 0 0 0; } }
      .stage .boxwrap .box > .day {
        display: inline-block;
        padding: 0 20px;
        font-size: 1.8rem;
        font-family: roboto-condensed, mamelon, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
        border-radius: 100vh;
        margin: 0 0 10px 0; }
        @media screen and (max-width: 768px) {
          .stage .boxwrap .box > .day {
            font-size: 4vw;
            margin: 0 0 1.33333vw 0; } }
        .stage .boxwrap .box > .day.-blue {
          background-color: #29acd8; }
        .stage .boxwrap .box > .day.-pink {
          background-color: #ec7288; }
        .stage .boxwrap .box > .day.-yellow {
          background-color: #f1d372; }
      .stage .boxwrap .box .title {
        font-size: 3.6rem;
        color: #94d5eb;
        margin: 0 0 30px 0;
        line-height: 1.2; }
        @media screen and (max-width: 768px) {
          .stage .boxwrap .box .title {
            font-size: 5.6vw;
            margin: 0 0 4vw 0; } }
        .stage .boxwrap .box .title small {
          display: block;
          font-size: 50%; }
      .stage .boxwrap .box .text {
        color: #000; }
      .stage .boxwrap .box .photo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 30px 0 0 0; }
        @media screen and (max-width: 768px) {
          .stage .boxwrap .box .photo {
            margin: 4vw 0 0 0; } }
        .stage .boxwrap .box .photo .photo_box {
          width: 100%;
          position: relative; }
          @media screen and (max-width: 768px) {
            .stage .boxwrap .box .photo .photo_box {
              width: 100%;
              margin: 0 auto;
              max-width: 400px; } }
          @media screen and (max-width: 768px) {
            .stage .boxwrap .box .photo .photo_box:nth-child(n+2) {
              margin: 4vw auto 0 auto; } }
          .stage .boxwrap .box .photo .photo_box .caption {
            color: #000;
            font-size: 1.4rem;
            margin: 0.3em 0 0 0; }
            @media screen and (max-width: 768px) {
              .stage .boxwrap .box .photo .photo_box .caption {
                font-size: 3.73333vw; } }
      .stage .boxwrap .box.comedy {
        width: 100%; }
        .stage .boxwrap .box.comedy .photo {
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .stage .boxwrap .box.comedy .photo .photo_box {
            width: 30%; }
            @media screen and (max-width: 768px) {
              .stage .boxwrap .box.comedy .photo .photo_box {
                width: 100%; } }
            .stage .boxwrap .box.comedy .photo .photo_box .day {
              padding: 0.3em 0;
              font-size: 1.8rem;
              border-radius: 20px 20px 0 0;
              font-family: roboto-condensed, mamelon, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }
              @media screen and (max-width: 768px) {
                .stage .boxwrap .box.comedy .photo .photo_box .day {
                  font-size: 4vw;
                  border-radius: 2.66667vw 2.66667vw 0 0; } }
            .stage .boxwrap .box.comedy .photo .photo_box:nth-child(1) .day {
              background-color: #ec7288; }
            .stage .boxwrap .box.comedy .photo .photo_box:nth-child(2) .day {
              background-color: #29acd8; }
            .stage .boxwrap .box.comedy .photo .photo_box:nth-child(3) .day {
              background-color: #f1d372; }
      .stage .boxwrap .box.song {
        width: 48.25%; }
        @media screen and (max-width: 768px) {
          .stage .boxwrap .box.song {
            width: 100%; } }
      .stage .boxwrap .box.talk {
        width: 48.25%; }
        @media screen and (max-width: 768px) {
          .stage .boxwrap .box.talk {
            width: 100%; } }
        .stage .boxwrap .box.talk .photo {
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .stage .boxwrap .box.talk .photo .photo_box {
            width: 30%; }
            @media screen and (max-width: 768px) {
              .stage .boxwrap .box.talk .photo .photo_box {
                width: 100%; } }
            .stage .boxwrap .box.talk .photo .photo_box:nth-child(1) {
              width: 47.5%; }
              @media screen and (max-width: 768px) {
                .stage .boxwrap .box.talk .photo .photo_box:nth-child(1) {
                  width: 100%; } }
            .stage .boxwrap .box.talk .photo .photo_box:nth-child(2) {
              width: 47.5%; }
              @media screen and (max-width: 768px) {
                .stage .boxwrap .box.talk .photo .photo_box:nth-child(2) {
                  width: 100%; } }
            .stage .boxwrap .box.talk .photo .photo_box:nth-child(3) {
              width: 100%;
              margin: 10px auto 0 auto; }
              @media screen and (max-width: 768px) {
                .stage .boxwrap .box.talk .photo .photo_box:nth-child(3) {
                  width: 100%;
                  margin: 4vw auto 0 auto; } }
      .stage .boxwrap .box.collabo {
        width: 48.25%; }
        @media screen and (max-width: 768px) {
          .stage .boxwrap .box.collabo {
            width: 100%; } }
        .stage .boxwrap .box.collabo .photo {
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .stage .boxwrap .box.collabo .photo .photo_box {
            width: 47.5%; }
            @media screen and (max-width: 768px) {
              .stage .boxwrap .box.collabo .photo .photo_box {
                width: 100%; } }
      .stage .boxwrap .box.hero {
        width: 48.25%; }
        @media screen and (max-width: 768px) {
          .stage .boxwrap .box.hero {
            width: 100%; } }
        .stage .boxwrap .box.hero .photo {
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .stage .boxwrap .box.hero .photo .photo_box {
            width: 47.5%; }
            @media screen and (max-width: 768px) {
              .stage .boxwrap .box.hero .photo .photo_box {
                width: 100%; } }
      .stage .boxwrap .box.next {
        width: 100%; }
        .stage .boxwrap .box.next .photo {
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .stage .boxwrap .box.next .photo .photo_box {
            width: 30%; }
            @media screen and (max-width: 768px) {
              .stage .boxwrap .box.next .photo .photo_box {
                width: 100%; } }
      .stage .boxwrap .box.timetable {
        width: 100%; }

/* -----------------------------------------------------
	notes
----------------------------------------------------- */
.notes {
  background: #29acd8;
  text-align: center; }
  .notes .inner {
    background-color: #fff;
    border-radius: 30px;
    padding: 50px; }
    @media screen and (max-width: 768px) {
      .notes .inner {
        border-radius: 4vw;
        padding: 6.66667vw;
        margin: 0 4vw; } }
    .notes .inner .sec_ttl {
      color: #29acd8; }
    .notes .inner ul {
      color: #000;
      text-align: left; }
      .notes .inner ul li {
        list-style: disc inside;
        padding-left: 1em;
        text-indent: -1em;
        margin-top: 0.5em; }
        .notes .inner ul li:first-child {
          margin-top: 0; }
