@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

html, body {
  line-height: 1;
}

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

ul, ol {
  list-style: none;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:hover {
  text-decoration: none;
}

a, span {
  color: inherit;
  font-weight: inherit;
}

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

sup {
  vertical-align: super;
}

:root {
  font-size: 10px;
}

body {
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
}

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

a {
  text-decoration: none;
}

a:hover {
  opacity: .8;
}

footer {
  background: #000;
  color: #fff;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  footer {
    padding: 60px 0 30px;
    font-size: 1.4rem;
  }
}

@media (min-width: 1280px) {
  footer {
    padding: 60px 0 30px;
    font-size: 1.4rem;
  }
}

.l-footer {
  padding: 0;
}

@media (min-width: 768px) {
  .l-footer {
    padding: 20px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-footer div {
    width: 33.3333333%;
  }
}

@media (min-width: 1280px) {
  .l-footer {
    padding: 20px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-footer div {
    width: 33.3333333%;
  }
}

.l-footer div ul {
  margin: 0 -15px;
}

.l-footer div ul li {
  padding: 15px;
  border-bottom: 1px solid #fff;
  position: relative;
}

@media (min-width: 768px) {
  .l-footer div ul li {
    padding: 10px 15px;
    border-top: none;
  }
}

@media (min-width: 1280px) {
  .l-footer div ul li {
    padding: 10px 15px;
    border-top: none;
  }
}

.l-footer div ul li a {
  display: block;
}

.l-footer div ul li::after {
  position: absolute;
  content: "";
  top: 13px;
  right: 10px;
  width: 15px;
  height: 15px;
  margin-top: 0;
  background: url("../img/arrow.png") no-repeat top left;
  background-size: 15px;
}

@media (min-width: 768px) {
  .l-footer div ul li::after {
    left: -5px;
    top: 10px;
    margin-top: 0;
  }
}

@media (min-width: 1280px) {
  .l-footer div ul li::after {
    left: -5px;
    top: 10px;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .l-footer div ul li {
    border-bottom: none;
  }
}

@media (min-width: 1280px) {
  .l-footer div ul li {
    border-bottom: none;
  }
}

.l-footer ul.l-footermenu-lv2 {
  border-top: 1px solid #fff;
  margin-top: 15px;
  margin-bottom: -16px;
}

@media (min-width: 768px) {
  .l-footer ul.l-footermenu-lv2 {
    margin-top: 5px;
    margin-bottom: 0;
    border-top: none;
  }
}

@media (min-width: 1280px) {
  .l-footer ul.l-footermenu-lv2 {
    margin-top: 5px;
    margin-bottom: 0;
    border-top: none;
  }
}

.l-footer ul.l-footermenu-lv2 li {
  position: relative;
  border-radius: 5px;
  padding: 15px 30px;
}

@media (min-width: 768px) {
  .l-footer ul.l-footermenu-lv2 li {
    padding: 10px 0 5px 20px;
  }
}

@media (min-width: 1280px) {
  .l-footer ul.l-footermenu-lv2 li {
    padding: 10px 0 5px 20px;
  }
}

.l-footer ul.l-footermenu-lv2 li::after {
  position: absolute;
  content: "";
  top: 12px;
  left: 10px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  background: url("../img/arrow2.png") no-repeat;
  background-size: 20px;
}

@media (min-width: 768px) {
  .l-footer ul.l-footermenu-lv2 li::after {
    top: 13px;
    left: 0;
  }
}

@media (min-width: 1280px) {
  .l-footer ul.l-footermenu-lv2 li::after {
    top: 13px;
    left: 0;
  }
}

.l-footer div ul li.l-footermenu__lv1 {
  padding: 15px;
  border-bottom: 1px solid #fff;
  position: relative;
}

@media (min-width: 768px) {
  .l-footer div ul li.l-footermenu__lv1 {
    border-bottom: none;
  }
}

@media (min-width: 1280px) {
  .l-footer div ul li.l-footermenu__lv1 {
    border-bottom: none;
  }
}

.l-footer div ul li.l-footermenu__lv1::after {
  position: absolute;
  content: "";
  top: 13px;
  right: 10px;
  width: 15px;
  height: 15px;
  margin-top: 0;
  background: url("../img/tab-open.png") no-repeat;
  background-size: 15px;
}

@media (min-width: 768px) {
  .l-footer div ul li.l-footermenu__lv1::after {
    background: url("../img/arrow.png") no-repeat;
    background-size: 15px;
    left: -5px;
    top: 0;
    margin-top: 15px;
  }
}

@media (min-width: 1280px) {
  .l-footer div ul li.l-footermenu__lv1::after {
    background: url("../img/arrow.png") no-repeat;
    background-size: 15px;
    left: -5px;
    top: 0;
    margin-top: 15px;
  }
}

.l-footer .l-footermenu-lv2 {
  display: none;
}

@media (min-width: 768px) {
  .l-footer .l-footermenu-lv2 {
    display: block;
  }
}

@media (min-width: 1280px) {
  .l-footer .l-footermenu-lv2 {
    display: block;
  }
}

.l-footer_sns {
  background: #fff;
  margin: 0 -15px;
}

.l-footer_sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-footer_sns ul li {
  padding: 10px;
}

@media (min-width: 768px) {
  .l-footer_sns {
    display: none;
  }
}

@media (min-width: 1280px) {
  .l-footer_sns {
    display: none;
  }
}

.l-footer_copy {
  background: #fff;
  margin: 0 -15px;
  color: #000;
  text-align: center;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .l-footer_copy {
    background: #000;
    color: #fff;
    padding: 40px 0 0;
  }
}

@media (min-width: 1280px) {
  .l-footer_copy {
    background: #000;
    color: #fff;
    padding: 40px 0 0;
  }
}

#footer {
  background: #000;
}

@media (min-width: 768px) {
  #footer .l-footer div ul li::after {
    top: 15px;
  }
  #footer .l-footer div ul li.l-footermenu__lv1::after {
    top: 5px;
  }
}

@media (min-width: 1280px) {
  #footer .l-footer div ul li::after {
    top: 15px;
  }
  #footer .l-footer div ul li.l-footermenu__lv1::after {
    top: 5px;
  }
}

.l-header {
  position: fixed;
  z-index: 3;
  padding: 10px 0;
  background: #fff;
  top: 0;
}

@media (min-width: 768px) {
  .l-header {
    position: relative;
    padding: 20px 0;
    border-top: 5px solid #000;
  }
}

@media (min-width: 1280px) {
  .l-header {
    position: relative;
    padding: 20px 0;
    border-top: 5px solid #000;
  }
}

.l-header .l-header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header .l-header__sns {
  display: none;
}

@media (min-width: 768px) {
  .l-header .l-header__sns {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1280px) {
  .l-header .l-header__sns {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.l-header .l-header__sns li {
  margin-left: 10px;
}

.l-header .l-header__sns li.list {
  position: relative;
  margin-left: 20px;
}

.l-header .l-header__sns li.list::after {
  display: block;
  content: '';
  position: absolute;
  top: 5px;
  left: -13px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l-header .l-header__nav {
  display: none;
}

@media (min-width: 768px) {
  .l-header .l-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.8rem;
  }
}

@media (min-width: 1280px) {
  .l-header .l-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.8rem;
  }
}

#header .l-header__sns li.list::after {
  top: 9px;
}

main {
  margin-top: 64px;
}

@media (min-width: 768px) {
  main {
    margin-top: 0;
  }
}

@media (min-width: 1280px) {
  main {
    margin-top: 0;
  }
}

.l-main_y {
  background: #fff141;
}

.l-main_st {
  background-color: #fff;
}

@media (min-width: 768px) {
  .l-main_st {
    background-color: #fffca0;
    background-image: repeating-linear-gradient(-45deg, #fffed0, #fffed0 7px, transparent 0, transparent 30px);
  }
}

@media (min-width: 1280px) {
  .l-main_st {
    background-color: #fffca0;
    background-image: repeating-linear-gradient(-45deg, #fffed0, #fffed0 7px, transparent 0, transparent 30px);
  }
}

.js-navMain {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff141;
  padding: 0 0 30px;
  width: 100%;
  max-height: 100vh;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 768px) {
  .js-navMain {
    display: none;
  }
}

@media (min-width: 1280px) {
  .js-navMain {
    display: none;
  }
}

.js-navMain ul {
  width: 100%;
  max-height: 100vh;
  overflow: scroll;
}

.js-navMain li.l-nav_lv1 {
  position: relative;
  border: 3px solid #000;
  border-radius: 5px;
  padding: 10px;
  background: #fff;
  margin: 15px;
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  .js-navMain li.l-nav_lv1 {
    font-size: 2rem;
  }
}

@media (min-width: 1280px) {
  .js-navMain li.l-nav_lv1 {
    font-size: 2rem;
  }
}

.js-navMain li.l-nav_lv1 a {
  display: block;
}

.js-navMain li.l-nav_lv1::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  margin-top: -9px;
  background: url("../img/arrow.png") no-repeat;
  background-size: 20px;
}

.js-navMain li.l-nav_lv1.lineup {
  background: #000;
  color: #fff;
}

.js-navMain li.l-nav_lv1.lineup::after {
  background: url("../img/tab-open.png") no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  margin-top: -9px;
}

.js-navMain li.l-nav_lv1.catalog {
  background: #000;
  color: #fff;
  padding-left: 35px;
}

.js-navMain li.l-nav_lv1.catalog::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 10px;
  width: 20px;
  height: 20px;
  margin-top: -9px;
  background: url("../img/catalog_icon.png");
  background-size: 20px;
}

.js-navMain li.l-nav_lv1.event {
  padding-left: 35px;
}

.js-navMain li.l-nav_lv1.event::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 10px;
  width: 20px;
  height: 20px;
  margin-top: -9px;
  background: #fff url("../img/event_icon.png") no-repeat;
  background-size: 20px;
}

.js-navMain .lineup_li {
  display: none;
  margin: -15px 30px;
}

.js-navMain li.l-nav_lv2 {
  font-size: 1.5rem;
  position: relative;
  padding-left: 25px;
  margin: 15px 0;
}

.js-navMain li.l-nav_lv2::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 10px;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  background: #fff url("../img/arrow2.png") no-repeat;
  background-size: 10px;
}

.js-navMain ul.sns {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto 0;
}

.js-navMain ul.sns li {
  margin: 0 10px;
}

.nav-btn {
  display: block;
  width: 35px;
  height: 35px;
  position: relative;
  border: 2px solid #000;
  border-radius: 5px;
  background: #fff141;
}

@media (min-width: 768px) {
  .nav-btn {
    display: none;
  }
}

@media (min-width: 1280px) {
  .nav-btn {
    display: none;
  }
}

.nav-btn.is-open span {
  background-color: transparent;
}

.nav-btn.is-open span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 0;
}

.nav-btn.is-open span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: 0;
}

.nav-btn span {
  display: block;
  width: 26px;
  height: 2px;
  border-radius: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -1px;
}

.nav-btn span:before, .nav-btn span:after {
  content: '';
  display: block;
  width: 26px;
  height: 2px;
  border-radius: 2px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -1px;
}

.nav-btn span:before {
  margin-top: -8px;
}

.nav-btn span:after {
  margin-top: 8px;
}

.l-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.l-wrap_inner {
  margin: 0 15px;
}

@media (min-width: 768px) {
  .l-wrap_inner {
    width: 998px;
    margin: 0 auto;
  }
}

@media (min-width: 1280px) {
  .l-wrap_inner {
    width: 998px;
    margin: 0 auto;
  }
}

a.btn-catalog {
  padding: 3px 0 3px 30px;
  margin: 0 10px;
  display: block;
  color: #fff !important;
  background: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3rem;
  border-radius: 5px;
  text-align: left;
  text-decoration: none !important;
  width: 63px;
  line-height: 1.5;
  position: relative;
}

@media (min-width: 768px) {
  a.btn-catalog {
    font-size: 1.6rem;
    width: auto;
    padding: 10px 10px 10px 30px;
    margin: 10px 0;
  }
}

@media (min-width: 1280px) {
  a.btn-catalog {
    font-size: 1.6rem;
    width: auto;
    padding: 10px 10px 10px 30px;
    margin: 10px 0;
  }
}

a.btn-catalog:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 5px;
  width: 18px;
  height: 18px;
  background: url("../img/icon01.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media (min-width: 768px) {
  a.btn-catalog:before {
    top: 15px;
    left: 8px;
  }
}

@media (min-width: 1280px) {
  a.btn-catalog:before {
    top: 15px;
    left: 8px;
  }
}

a.btn-catalog:hover {
  opacity: .8;
}

.sample-text1 {
  font-size: 20px;
  font-weight: bold;
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

#catalogBtn {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 0px;
  margin: 0 15px;
  z-index: 99;
}

#catalogBtn .btn {
  z-index: 100;
  position: relative;
}

#catalogBtn .btn img {
  width: 180px;
}

@media (min-width: 768px) {
  #catalogBtn .btn img {
    width: 100%;
  }
}

@media (min-width: 1280px) {
  #catalogBtn .btn img {
    width: 100%;
  }
}

#catalogBtn .close {
  width: 30px;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 101;
}

.btn a:hover {
  opacity: .8;
}

.c-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 10px;
  width: 100%;
  margin-top: 75px;
  position: relative;
}

@media (min-width: 768px) {
  .c-tab {
    border: 4px solid #000;
  }
}

@media (min-width: 1280px) {
  .c-tab {
    border: 4px solid #000;
  }
}

.c-tab .input {
  position: absolute;
  opacity: 0;
  margin: 0;
}

.c-tab .c-tab-label {
  width: 100%;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  color: #000;
  margin-bottom: 0;
  -webkit-transition: background 0.1s, color 0.1s;
  transition: background 0.1s, color 0.1s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border: 4px solid #000;
  border-radius: 10px;
  background-color: #fff;
  background-image: url("../img/tab-open.png");
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: 20px;
}

@media (min-width: 768px) {
  .c-tab .c-tab-label {
    background-image: none;
    width: 50%;
    border-bottom: 4px solid #000;
  }
}

@media (min-width: 1280px) {
  .c-tab .c-tab-label {
    background-image: none;
    width: 50%;
    border-bottom: 4px solid #000;
  }
}

.c-tab .c-tab-label.boy {
  border: 4px solid #000;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .c-tab .c-tab-label.boy {
    border-radius: 5px 0 0 0;
    border: none;
    border-right: 4px solid #000;
    border-bottom: 4px solid #000;
  }
}

@media (min-width: 1280px) {
  .c-tab .c-tab-label.boy {
    border-radius: 5px 0 0 0;
    border: none;
    border-right: 4px solid #000;
    border-bottom: 4px solid #000;
  }
}

.c-tab .c-tab-label.girl {
  margin-top: 40px;
  border: 4px solid #000;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .c-tab .c-tab-label.girl {
    border-radius: 0 5px 0 0;
    border: none;
    border-bottom: 4px solid #000;
    margin-top: 0;
  }
}

@media (min-width: 1280px) {
  .c-tab .c-tab-label.girl {
    border-radius: 0 5px 0 0;
    border: none;
    border-bottom: 4px solid #000;
    margin-top: 0;
  }
}

.c-tab .c-tab-label p {
  padding: 15px;
  font-size: 2rem;
}

@media (min-width: 768px) {
  .c-tab .c-tab-label p {
    padding: 20px 30px;
    font-size: 4rem;
  }
}

@media (min-width: 1280px) {
  .c-tab .c-tab-label p {
    padding: 20px 30px;
    font-size: 4rem;
  }
}

.c-tab .c-tab-label:hover {
  background: #fff141;
}

.c-tab .c-tab-label:active {
  background: #fff141;
}

.c-tab .input:checked + .c-tab-label {
  color: #000;
  background-color: #fff141;
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: 20px;
}

@media (min-width: 768px) {
  .c-tab .input:checked + .c-tab-label {
    background-image: none;
  }
}

@media (min-width: 1280px) {
  .c-tab .input:checked + .c-tab-label {
    background-image: none;
  }
}

.c-tab .c-tab-panel {
  display: none;
  padding: 20px 0 30px;
  background: #fff;
  width: 100%;
}

@media (min-width: 768px) {
  .c-tab .c-tab-panel {
    padding: 20px 30px 30px;
    -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
            order: 99;
    border-radius: 0 0 5px 5px;
  }
}

@media (min-width: 1280px) {
  .c-tab .c-tab-panel {
    padding: 20px 30px 30px;
    -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
            order: 99;
    border-radius: 0 0 5px 5px;
  }
}

.c-tab .input:checked + .c-tab-label + .c-tab-panel {
  display: block;
}

.p-top {
  position: relative;
  padding: 20px 0 0;
  text-align: center;
}

@media (min-width: 768px) {
  .p-top {
    padding: 40px 0 0;
    text-align: left;
    min-height: 600px;
  }
}

@media (min-width: 1280px) {
  .p-top {
    padding: 40px 0 0;
    text-align: left;
    min-height: 600px;
  }
}

@media (min-width: 768px) {
  .p-top_img {
    position: absolute;
    top: 50px;
    right: -150px;
  }
}

@media (min-width: 1280px) {
  .p-top_img {
    position: absolute;
    top: 50px;
    right: -150px;
  }
}

.p-top_txt {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 15px;
  text-align: left;
}

@media (min-width: 768px) {
  .p-top_txt {
    font-size: 2rem;
    margin-top: 30px;
  }
}

@media (min-width: 1280px) {
  .p-top_txt {
    font-size: 2rem;
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .p-top h3 img {
    margin-left: 0;
    text-align: left;
  }
}

@media (min-width: 1280px) {
  .p-top h3 img {
    margin-left: 0;
    text-align: left;
  }
}

.p-top .fuki_icon {
  display: none;
}

@media (min-width: 768px) {
  .p-top .fuki_icon {
    display: black;
    position: absolute;
    top: -10px;
    right: -10px;
  }
}

@media (min-width: 1280px) {
  .p-top .fuki_icon {
    display: black;
    position: absolute;
    top: -10px;
    right: -10px;
  }
}

@media (min-width: 768px) {
  .p-top .boy_icon {
    position: absolute;
    bottom: -80px;
  }
}

@media (min-width: 1280px) {
  .p-top .boy_icon {
    position: absolute;
    bottom: -80px;
  }
}

.p-top_fukidashi {
  position: relative;
  padding: 10px;
  background-color: #fff;
  font-size: 1.4rem;
  border-radius: 5px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .p-top_fukidashi {
    font-size: 2rem;
    margin-bottom: 20px;
    display: inline-block;
  }
}

@media (min-width: 1280px) {
  .p-top_fukidashi {
    font-size: 2rem;
    margin-bottom: 20px;
    display: inline-block;
  }
}

.p-top_fukidashi::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 30px;
  bottom: -10px;
  border-left: 20px solid #fff;
  border-top: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.p-top_fukidashi::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 45px;
  bottom: -20px;
  border-left: 20px solid #fff141;
  border-top: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.p-top_what {
  padding: 40px 0;
}

@media (min-width: 768px) {
  .p-top_what {
    padding: 75px 0;
  }
}

@media (min-width: 1280px) {
  .p-top_what {
    padding: 75px 0;
  }
}

.p-top_what h2 {
  position: relative;
  margin-bottom: 30px;
  padding: 15px;
  border: 2px solid #000;
  border-radius: 10px;
  text-align: left;
  letter-spacing: .11em;
  background: #fff141;
  text-align: center;
  font-size: 2.5rem;
}

@media (min-width: 768px) {
  .p-top_what h2 {
    margin-bottom: 80px;
    font-weight: 500;
    border: 4px solid #000;
    font-size: 4.4rem;
    padding: 30px;
    margin-bottom: -4px;
    border-radius: 10px 10px 0 0;
  }
}

@media (min-width: 1280px) {
  .p-top_what h2 {
    margin-bottom: 80px;
    font-weight: 500;
    border: 4px solid #000;
    font-size: 4.4rem;
    padding: 30px;
    margin-bottom: -4px;
    border-radius: 10px 10px 0 0;
  }
}

.p-top_what h2:after {
  position: absolute;
  left: calc(50% - 20px);
  content: "";
  bottom: -13px;
  width: 20px;
  height: 20px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  background-color: #fff141;
}

@media (min-width: 768px) {
  .p-top_what h2:after {
    bottom: -25px;
    width: 40px;
    height: 40px;
    border-top: solid 4px #000;
    border-right: solid 4px #000;
  }
}

@media (min-width: 1280px) {
  .p-top_what h2:after {
    bottom: -25px;
    width: 40px;
    height: 40px;
    border-top: solid 4px #000;
    border-right: solid 4px #000;
  }
}

.p-top_whatbox {
  position: relative;
}

@media (min-width: 768px) {
  .p-top_whatbox {
    border: 4px solid #000;
    border-radius: 0 0 10px 10px;
    background: #fff;
    padding: 60px 20px;
  }
}

@media (min-width: 1280px) {
  .p-top_whatbox {
    border: 4px solid #000;
    border-radius: 0 0 10px 10px;
    background: #fff;
    padding: 60px 20px;
  }
}

.p-top_whatbox .point01 {
  text-align: center;
}

@media (min-width: 768px) {
  .p-top_whatbox .point01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    text-align: left;
  }
  .p-top_whatbox .point01 div {
    width: 50%;
    padding: 0 20px;
  }
}

@media (min-width: 1280px) {
  .p-top_whatbox .point01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    text-align: left;
  }
  .p-top_whatbox .point01 div {
    width: 50%;
    padding: 0 20px;
  }
}

.p-top_whatbox .point01_txt {
  font-size: 2rem;
  line-height: 1.3;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .p-top_whatbox .point01_txt {
    font-size: 3.6rem;
    margin-top: 20px;
  }
}

@media (min-width: 1280px) {
  .p-top_whatbox .point01_txt {
    font-size: 3.6rem;
    margin-top: 20px;
  }
}

.p-top_whatbox .point01_subtxt {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .p-top_whatbox .point01_subtxt {
    font-size: 1.8rem;
    margin-top: 30px;
  }
}

@media (min-width: 1280px) {
  .p-top_whatbox .point01_subtxt {
    font-size: 1.8rem;
    margin-top: 30px;
  }
}

.p-top_whatbox .point02 {
  text-align: center;
  margin: auto;
}

.p-top_whatbox .point02 img {
  margin: auto;
}

@media (min-width: 768px) {
  .p-top_whatbox .point03 {
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1280px) {
  .p-top_whatbox .point03 {
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .p-top_whatbox .girl2_icon {
    position: absolute;
    top: 15%;
    right: -45px;
  }
}

@media (min-width: 1280px) {
  .p-top_whatbox .girl2_icon {
    position: absolute;
    top: 15%;
    right: -45px;
  }
}

@media (min-width: 768px) {
  .p-top_whatbox .boy2_icon {
    position: absolute;
    top: 59%;
    left: -110px;
  }
}

@media (min-width: 1280px) {
  .p-top_whatbox .boy2_icon {
    position: absolute;
    top: 59%;
    left: -110px;
  }
}

@media (min-width: 768px) {
  .p-top_whatbox .boy3_icon {
    position: absolute;
    bottom: 0;
    right: 70px;
  }
}

@media (min-width: 1280px) {
  .p-top_whatbox .boy3_icon {
    position: absolute;
    bottom: 0;
    right: 70px;
  }
}

.bg_dot {
  border-top: dotted 10px #fff141;
  margin: 30px 0;
}

.p-top_kodawari {
  padding: 30px 0;
}

@media (min-width: 768px) {
  .p-top_kodawari {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 70px 0;
  }
}

@media (min-width: 1280px) {
  .p-top_kodawari {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 70px 0;
  }
}

.p-top_kodawari .item {
  margin: 0 auto 10px;
  border: 3px solid #000;
  border-radius: 10px;
  width: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .p-top_kodawari .item {
    border: 4px solid #000;
    display: block;
    width: 33.3333%;
    margin: 0 10px;
  }
}

@media (min-width: 1280px) {
  .p-top_kodawari .item {
    border: 4px solid #000;
    display: block;
    width: 33.3333%;
    margin: 0 10px;
  }
}

.p-top_kodawari .item img {
  border-radius: 5px 0 0 5px;
  width: 40%;
  border-right: 3px solid #000;
}

@media (min-width: 768px) {
  .p-top_kodawari .item img {
    border-radius: 5px 5px 0 0;
    width: 100%;
    border-right: none;
  }
}

@media (min-width: 1280px) {
  .p-top_kodawari .item img {
    border-radius: 5px 5px 0 0;
    width: 100%;
    border-right: none;
  }
}

.p-top_kodawari .item p {
  width: 60%;
  background: #fff url("../img/arrow.png") 97% center no-repeat;
  background-size: 30px;
  padding: 10px;
  border-radius: 0 5px 5px 0;
  font-size: 1.5rem;
  padding: 20px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .p-top_kodawari .item p {
    width: auto;
    margin-top: -1px;
    border-top: 4px solid #000;
    border-radius: 0 0 5px 5px;
    font-size: 2rem;
  }
}

@media (min-width: 1280px) {
  .p-top_kodawari .item p {
    width: auto;
    margin-top: -1px;
    border-top: 4px solid #000;
    border-radius: 0 0 5px 5px;
    font-size: 2rem;
  }
}

.p-top_kodawari .item a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.p-top_kodawari .item a:hover {
  opacity: .2;
  background: #fff;
}

.p-top_lineup {
  text-align: center;
  margin: auto;
  padding: 30px 0;
}

@media (min-width: 768px) {
  .p-top_lineup {
    padding: 75px 0;
  }
}

@media (min-width: 1280px) {
  .p-top_lineup {
    padding: 75px 0;
  }
}

.p-top_lineup h2 {
  font-size: 2.8rem;
}

@media (min-width: 768px) {
  .p-top_lineup h2 {
    font-size: 5rem;
  }
}

@media (min-width: 1280px) {
  .p-top_lineup h2 {
    font-size: 5rem;
  }
}

.p-top_lineup h3 {
  font-size: 1.8rem;
  padding: 5px 0;
}

@media (min-width: 768px) {
  .p-top_lineup h3 {
    font-size: 3.6rem;
    padding: 10px 0;
  }
}

@media (min-width: 1280px) {
  .p-top_lineup h3 {
    font-size: 3.6rem;
    padding: 10px 0;
  }
}

.p-top_lineup .lineup_list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top_lineup .lineup_list div {
  width: 50%;
  margin: 0 5px;
}

@media (min-width: 768px) {
  .p-top_lineup .lineup_list div {
    margin: 0 10px;
  }
}

@media (min-width: 1280px) {
  .p-top_lineup .lineup_list div {
    margin: 0 10px;
  }
}

.p-top_lineup .lineup_list div p {
  text-align: left;
  margin-top: -18px;
  padding: 5px 0 0 5px;
  font-size: 1.1rem;
}

@media (min-width: 768px) {
  .p-top_lineup .lineup_list div p {
    font-size: 2rem;
    padding: 5px 0 0 10px;
    margin-top: -33px;
  }
}

@media (min-width: 1280px) {
  .p-top_lineup .lineup_list div p {
    font-size: 2rem;
    padding: 5px 0 0 10px;
    margin-top: -33px;
  }
}

.p-top_lineup .boy4_icon {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 60px;
}

@media (min-width: 768px) {
  .p-top_lineup .boy4_icon {
    width: 80px;
  }
}

@media (min-width: 1280px) {
  .p-top_lineup .boy4_icon {
    width: 80px;
  }
}

.p-top_lineup .girl3_icon {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 75px;
}

@media (min-width: 768px) {
  .p-top_lineup .girl3_icon {
    width: 100px;
  }
}

@media (min-width: 1280px) {
  .p-top_lineup .girl3_icon {
    width: 100px;
  }
}

@media (min-width: 768px) {
  .p-top_lineup .boygirl_icon {
    position: absolute;
    top: 40%;
    right: -65px;
  }
}

@media (min-width: 1280px) {
  .p-top_lineup .boygirl_icon {
    position: absolute;
    top: 40%;
    right: -65px;
  }
}

.p-top_fnav {
  padding: 30px 0;
}

@media (min-width: 768px) {
  .p-top_fnav {
    padding: 80px 0;
  }
}

@media (min-width: 1280px) {
  .p-top_fnav {
    padding: 80px 0;
  }
}

@media (min-width: 768px) {
  .p-top_fnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 1280px) {
  .p-top_fnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-top_fnav ul li {
  position: relative;
}

@media (min-width: 768px) {
  .p-top_fnav ul li {
    width: 33.3333333%;
  }
}

@media (min-width: 1280px) {
  .p-top_fnav ul li {
    width: 33.3333333%;
  }
}

@media (min-width: 768px) {
  .p-top_fnav ul li:first-child,
  .p-top_fnav ul li:nth-child(2) {
    width: 50%;
    margin-bottom: 30px;
  }
}

@media (min-width: 1280px) {
  .p-top_fnav ul li:first-child,
  .p-top_fnav ul li:nth-child(2) {
    width: 50%;
    margin-bottom: 30px;
  }
}

.p-top_fnav .c-button, .p-top_fnav .c-button--catalog, .p-top_fnav .c-button--event {
  padding: 5px;
  display: block;
  color: #000 !important;
  background: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 5px;
  border: 3px solid #000;
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  letter-spacing: 1px;
  line-height: 1.3;
  margin: 10px auto;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .p-top_fnav .c-button, .p-top_fnav .c-button--catalog, .p-top_fnav .c-button--event {
    height: 80px;
    border-radius: 10px;
    font-size: 2rem;
    width: auto;
    padding-left: 20px;
    margin: 10px;
  }
}

@media (min-width: 1280px) {
  .p-top_fnav .c-button, .p-top_fnav .c-button--catalog, .p-top_fnav .c-button--event {
    height: 80px;
    border-radius: 10px;
    font-size: 2rem;
    width: auto;
    padding-left: 20px;
    margin: 10px;
  }
}

.p-top_fnav .c-button::after, .p-top_fnav .c-button--catalog::after, .p-top_fnav .c-button--event::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 20px;
  height: 20px;
  margin: -10px 0 0;
  background: url(../img/arrow.png) no-repeat;
  background-size: 20px;
}

@media (min-width: 768px) {
  .p-top_fnav .c-button::after, .p-top_fnav .c-button--catalog::after, .p-top_fnav .c-button--event::after {
    right: 25px;
    width: 30px;
    height: 30px;
    margin: -10px 0 0;
    background-size: 30px;
  }
}

@media (min-width: 1280px) {
  .p-top_fnav .c-button::after, .p-top_fnav .c-button--catalog::after, .p-top_fnav .c-button--event::after {
    right: 25px;
    width: 30px;
    height: 30px;
    margin: -10px 0 0;
    background-size: 30px;
  }
}

.p-top_fnav .c-button--catalog {
  color: #fff !important;
  background: #000;
  font-size: 1.5rem;
  padding-left: 70px;
  border: 4px solid #000;
  height: 60px;
}

@media (min-width: 768px) {
  .p-top_fnav .c-button--catalog {
    font-size: 3rem;
    height: 120px;
  }
}

@media (min-width: 1280px) {
  .p-top_fnav .c-button--catalog {
    font-size: 3rem;
    height: 120px;
  }
}

.p-top_fnav .c-button--catalog a {
  color: #fff !important;
}

.p-top_fnav .c-button--catalog:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 25px;
  width: 30px;
  height: 30px;
  margin: -15px 0 0;
  background: url("../img/catalog_icon.png") no-repeat;
  background-size: 30px;
}

@media (min-width: 768px) {
  .p-top_fnav .c-button--catalog:before {
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    background-size: 40px;
  }
}

@media (min-width: 1280px) {
  .p-top_fnav .c-button--catalog:before {
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    background-size: 40px;
  }
}

.p-top_fnav .c-button--catalog::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 30px;
  height: 30px;
  margin: -15px 0 0;
  background: url(../img/arrow.png) no-repeat;
  background-size: 30px;
}

@media (min-width: 768px) {
  .p-top_fnav .c-button--catalog::after {
    right: 25px;
    width: 40px;
    height: 40px;
    margin: -15px 0 0;
    background-size: 40px;
  }
}

@media (min-width: 1280px) {
  .p-top_fnav .c-button--catalog::after {
    right: 25px;
    width: 40px;
    height: 40px;
    margin: -15px 0 0;
    background-size: 40px;
  }
}

.p-top_fnav .c-button--event {
  height: 60px;
  font-size: 1.5rem;
  padding-left: 70px;
  border: 4px solid #000;
}

@media (min-width: 768px) {
  .p-top_fnav .c-button--event {
    font-size: 3rem;
    height: 120px;
  }
}

@media (min-width: 1280px) {
  .p-top_fnav .c-button--event {
    font-size: 3rem;
    height: 120px;
  }
}

.p-top_fnav .c-button--event:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 25px;
  width: 30px;
  height: 30px;
  margin: -13px 0 0;
  background: url("../img/event_icon.png") no-repeat;
  background-size: 30px;
}

@media (min-width: 768px) {
  .p-top_fnav .c-button--event:before {
    width: 40px;
    height: 40px;
    margin: -18px 0 0;
    background-size: 40px;
  }
}

@media (min-width: 1280px) {
  .p-top_fnav .c-button--event:before {
    width: 40px;
    height: 40px;
    margin: -18px 0 0;
    background-size: 40px;
  }
}

.p-top_fnav .c-button--event::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 30px;
  height: 30px;
  margin: -15px 0 0;
  background: url(../img/arrow.png) no-repeat;
  background-size: 30px;
}

@media (min-width: 768px) {
  .p-top_fnav .c-button--event::after {
    right: 25px;
    width: 40px;
    height: 40px;
    margin: -15px 0 0;
    background-size: 40px;
  }
}

@media (min-width: 1280px) {
  .p-top_fnav .c-button--event::after {
    right: 25px;
    width: 40px;
    height: 40px;
    margin: -15px 0 0;
    background-size: 40px;
  }
}

.p-top_fnav a.footer-btn {
  border: 4px solid #000;
  padding: 5px;
  margin: 0 10px;
  display: block;
}

.u-align--left {
  text-align: left;
}

.u-align--center {
  text-align: center;
}

.u-align--right {
  text-align: right;
}

.u-font--bold {
  font-weight: bold;
}

.u-font--align-right {
  text-align: right;
}

.u-font--small {
  font-size: 0.9em;
}

.u-font--underline {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #fff141), color-stop(30%, transparent));
  background-image: linear-gradient(to top, #fff141 30%, transparent 30%);
}

.u-mt-20 {
  margin-top: 20px;
}

.u-mt-15 {
  margin-top: -15px;
}

@media (min-width: 768px) {
  .u-mt-15 {
    margin-top: 0;
  }
}

@media (min-width: 1280px) {
  .u-mt-15 {
    margin-top: 0;
  }
}

.u-show--sp {
  display: block;
}

@media (min-width: 768px) {
  .u-show--sp {
    display: none;
  }
}

@media (min-width: 1280px) {
  .u-show--sp {
    display: none;
  }
}

.u-show--pc {
  display: none;
}

@media (min-width: 768px) {
  .u-show--pc {
    display: block;
  }
}

@media (min-width: 1280px) {
  .u-show--pc {
    display: block;
  }
}

.u-typo--lv1 {
  font-size: 3.2rem;
}

.u-typo--lv2 {
  font-size: 2.6rem;
}

.u-typo--lv3 {
  font-size: 2.4rem;
}

.u-typo--lv4 {
  font-size: 2.0rem;
}

.u-typo--lv5 {
  font-size: 1.8rem;
}

.u-typo--lv6 {
  font-size: 1.6rem;
}

/*# sourceMappingURL=../map/style.css.map */


#snsList{
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
#snsList li{
  width: 40px;
  margin: 0 10px;
}
#snsList a{
  display: block;
}
#snsList img{
  display: block;
  width: 100%;
}
@media (min-width: 1280px) {
  #snsList{
    margin: 40px 0 10px;
  }
}

