@charset "UTF-8";
/*font*/
@font-face {
  font-family: 'GJ_b';
  src: url("/font/GenJyuuGothic-Bold.eot");
  src: url("/font/GenJyuuGothic-Bold.eot?iefix") format("eot"), url("/font/GenJyuuGothic-Bold.woff2") format("woff2"), url("/font/GenJyuuGothic-Bold.woff") format("woff"), url("/font/GenJyuuGothic-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'GJ_m';
  src: url("/font/GenJyuuGothic-Medium.eot");
  src: url("/font/GenJyuuGothic-Medium.eot?iefix") format("eot"), url("/font/GenJyuuGothic-Medium.woff2") format("woff2"), url("/font/GenJyuuGothic-Medium.woff") format("woff"), url("/font/GenJyuuGothic-Medium.ttf") format("truetype");
}
@font-face {
  font-family: 'GJ_r';
  src: url("/font/GenJyuuGothic-Regular.eot");
  src: url("/font/GenJyuuGothic-Regular.eot?iefix") format("eot"), url("/font/GenJyuuGothic-Regular.woff2") format("woff2"), url("/font/GenJyuuGothic-Regular.woff") format("woff"), url("/font/GenJyuuGothic-Regular.ttf") format("truetype");
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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%;
  line-height: 1;
  vertical-align: baseline;
  background: transparent;
  font-family: 'GJ_m', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.6;
  font-size: 10px;
  font-size: 1.0rem;
  color: #000;
  width: 100%;
  /*
  overflow-x: hidden;
  -ms-overflow-x: hidden;
  */
}

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

ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #000;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.cf:after {
  content: " ";
  display: block;
  clear: both;
}

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

body {
  position: relative;
}

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

@media print, screen and (min-width: 768px) {
  .inner {
    max-width: 1100px;
    margin: 0 auto;
  }
}

.bg {
  background: #eee;
}

.break {
  display: inline-block;
}

/*main*/
.mainBox {
  position: relative;
  cursor: pointer;
  background: #cf0227;
}

video {
  width: 100%;
}

.scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  margin-left: -20px;
}

.youtube {
  display: none;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*title*/
.ttlBox {
  text-align: center;
  padding: 80px 10px;
}

.ttlBox_sub {
  display: table;
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0 auto 20px;
}

.ttlBox_sub dt {
  display: table-cell;
  vertical-align: middle;
}

.ttlBox_sub dd {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}

.ttlBox_sub span {
  position: relative;
  display: inline-block;
}

.ttlBox_sub span:after {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  background: #f5d000;
  position: absolute;
  left: 0;
  bottom: 2px;
  z-index: -1;
}

/*block*/
.block {
  padding: 35px 10px 50px;
}

.block_ttl {
  text-align: center;
  margin-bottom: 45px;
}

.block_icon {
  margin-bottom: 10px;
}

.block_main {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 8px;
}

.block_detail {
  font-size: 2rem;
}

.block_img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.block_img li:first-child {
  margin-right: 10px;
}

.block_img li:last-child {
  margin-left: 10px;
}

.block_img img {
  width: 100%;
}

/*lineup*/
.itemArea {
  padding: 80px 10px 120px;
}

.itemArea .block_main {
  text-align: center;
  position: relative;
  margin-bottom: 85px;
}

.itemArea .block_main:before {
  content: "";
  width: 150px;
  height: 80px;
  display: inline-block;
  background: url(../images/icon_lineup.png) no-repeat;
  position: absolute;
  left: 50%;
  top: -82px;
  margin-left: -135px;
}

.itemArea_item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
      justify-content: left;
}

@media print, screen and (min-width: 768px) {
  .itemArea_item {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.itemArea_item li {
  text-align: center;
  width: 25%;
  margin-bottom: 74px;
  box-sizing: border-box;
  padding: 0 25px;
}

.itemArea_item li.pc-visible {
  width: 0;
}

.itemArea_item li:nth-child(3n) {
  margin-right: 0;
}

.itemArea_item li a {
  display: block;
  color: #8b7658;
}

.itemArea_item li a:hover .shopBtn {
  color: #fff;
  background: #8b7658;
}

.shopBtn {
  display: inline-block;
  font-size: 1.6rem;
  border: 1px solid #8b7658;
  border-radius: 20px;
  padding: 8px 15px 6px;
  margin-top: 20px;
  transition: .5s;
}

.coming {
  font-size: 1.8rem;
  margin-top: 26px;
}

/*pagetop*/
.pageTop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
}

.pageTop a {
  transition: .5s;
}

.pageTop a:hover {
  opacity: .7;
}

/*footer*/
.footer {
  width: 100%;
  border-top: 1px solid #000;
  padding: 20px;
  box-sizing: border-box;
}

.logo {
  text-align: left;
  vertical-align: middle;
}

.logo a {
  display: block;
  transition: .5s;
}

.logo a:hover {
  opacity: .6;
}

.sns {
  text-align: center;
  vertical-align: middle;
}

.sns li {
  display: inline-block;
  vertical-align: middle;
}

.sns li a {
  display: block;
  padding: 0 12px;
  transition: .5s;
}

.sns li a:hover {
  opacity: .6;
}

.sns li:last-child a {
  padding-right: 0;
}

.copyright {
  text-align: center;
  font-size: 1rem;
}

.modal-overlay,
.modal-share,
.share {
  display: none;
}

@media only screen and (max-width: 768px) {
  .pc_view {
    display: none;
  }
  .ttlBox {
    padding: 25px 10px 38px;
  }
  .ttlBox h2 {
    max-width: 325px;
    margin: 0 auto;
    padding: 0 15px;
  }
  .ttlBox_sub span {
    letter-spacing: -1px;
  }
  .block {
    padding: 25px 25px 40px;
  }
  .block_main {
    font-size: 2.2rem;
    letter-spacing: -.05rem;
    margin-bottom: 5px;
  }
  .block_detail {
    font-size: 1.2rem;
  }
  .block_icon img {
    width: 55px;
  }
  .block_ttl {
    margin-bottom: 25px;
  }
  .ttlBox_sub {
    font-size: 1.5rem;
    margin: 0 auto 10px;
  }
  .ttlBox_sub span:after {
    height: 3px;
    bottom: 4px;
  }
  .ttlBox_sub dd {
    padding-left: 15px;
  }
  .ttlBox_sub dt img {
    width: 75px;
  }
  .itemArea {
    padding: 70px 25px 70px;
  }
  .itemArea .block_main {
    margin-bottom: 25px;
  }
  .itemArea .block_main:before {
    background: url(../images/icon_lineup_2x.png) no-repeat;
    background-size: 117px 44px;
    width: 117px;
    height: 44px;
    margin-left: -80px;
    top: -46px;
  }
  .itemArea_item li {
    width: 47%;
    margin-bottom: 50px;
  }
  .shopBtn {
    margin-top: 10px;
    font-size: 1rem;
    padding: 5px 20px 3px;
  }
  .coming {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .pageTop {
    right: 50%;
    bottom: 10px;
    margin-right: -17px;
    z-index: 100;
  }
  .pageTop img {
    width: 35px;
  }
  .footer {
    display: block;
    width: auto;
    margin: 0 25px;
    padding: 15px 0 10px;
  }
  .logo {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  .logo img {
    width: 150px;
    height: 30px;
  }
  .sns {
    display: block;
    text-align: center;
  }
  .sns li a {
    padding: 15px;
  }
  .sns li:last-child a {
    padding: 15px;
  }
  .modal-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.75);
    z-index: 200;
    display: none;
  }
  .modal-share {
    display: none;
    width: 100%;
    background: #fff;
    position: fixed;
    box-sizing: border-box;
    padding: 30px 15px;
    top: 0;
    left: 0;
    z-index: 300;
  }
  .share {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
  }
  .modal-share-contents {
    position: relative;
    border: 1px solid #000;
    padding: 35px 20px 32px;
  }
  .modal-share-close {
    width: 17px;
    height: 17px;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .modal-share-title {
    font-size: 1.2rem;
    text-align: center;
    margin: 0 0 40px;
  }
  .modal-share-item {
    margin: 0 auto 20px;
    max-width: 250px;
  }
  .modal-share-item:last-child {
    margin: 0 auto;
  }
  .modal-share-item a {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 1.0rem;
    border-radius: 5px;
    padding: 13px 0 12px;
    text-decoration: none;
  }
  .modal-share-item a:hover {
    opacity: 1;
  }
  .modal-share-item a.share-tweet {
    background: #5ea9dd;
  }
  .modal-share-item a.share-facebook {
    background: #3a5699;
  }
  .modal-share-item a.share-line {
    background: #03c302;
  }
}

@media only screen and (max-width: 520px) {
  .block_img {
    display: block;
    padding: 0 36px;
  }
  .block_img li {
    margin-bottom: 25px;
  }
  .block_img li:first-child {
    margin-right: 0;
  }
  .block_img li:last-child {
    margin: 0;
  }
}

.sp-visible {
  display: none;
}

@media only screen and (max-width: 768px) {
  .pc-visible {
    display: none;
  }
  .sp-visible {
    display: block;
  }
}

* {
  box-sizing: border-box;
}
.header {
  height: 41px;
  padding: 0 10px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .header {
    min-width: 1100px;
    height: 80px;
    padding: 0 40px;
  }
}

.heading01 {
  font-size: 1.2rem;
  padding: 15px 0 0;
}

@media print, screen and (min-width: 768px) {
  .heading01 {
    font-size: 1.6rem;
    padding: 32px 0 0;
  }
}

.header-logo {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .header-logo {
    display: block;
    width: 186px;
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  
  .header-logo img {
  	width: 186px;
  	height: 36px;
  }

}

.share {
  position: fixed;
  display: block !important;
  top: 5px;
  right: 10px;
  height: 35px;
  z-index: 10;
}

@media print, screen and (min-width: 768px) {
  .share {
    display: none !important;
  }
}

.hero {
  position: relative;
}

.hero-scroll {
  display: none;
  position: absolute;
  width: 36px;
  bottom: 4%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-animation: sdb05 1.5s infinite;
          animation: sdb05 1.5s infinite;
}

.hero-img-main {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .hero {
    width: 100%;
    overflow: hidden;
    min-width: 1100px;
    height: 640px;
  }
  .hero .hero-img {
    width: 100%;
    overflow: hidden;
  }
  .hero .hero-img img {
    width: auto;
    max-width: none;
    height: 640px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1;
  }
  
  .hero-img-main {
    display: block;
    position: absolute;
    top: 50%;
    left: 8%;
    z-index: 2;
    /*width: 100%;*/
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  
  .hero-scroll {
    width: 72px;
    bottom: 30px;
    z-index: 10;
  }
}

@media screen and (min-width: 480px) {
  .hero-img-main {
    width: 40%;
  }
}

@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: translate(-50%, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, 0);
    opacity: 0;
  }
}

@keyframes sdb05 {
  0% {
    -webkit-transform: translate(-50%, -20px);
            transform: translate(-50%, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    opacity: 0;
  }
}

footer {
  position: relative;
}

.footer {
  border-top: none;
  padding-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .footer {
    min-width: 1100px;
    padding: 34px 0 23px;
    border-top: 1px solid #ccc;
    margin: 0;
  }
}

.footer .footer-logo {
  margin: 0 auto 15px;
  width: 166px;
}

@media print, screen and (min-width: 768px) {
  .footer .footer-logo {
    display: none;
  }
}

.footer .footer-logo img {
  width: 166px;
  height: 16px;
}

.footer .footer-logo a {
  display: block;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .copyright {
    position: absolute;
    right: 20px;
    margin-bottom: 0;
    top: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .wrap {
    min-width: 1100px;
    overflow: hidden;
  }
}

.section-lead {
  padding: 20px 0 30%;
  background: url(../images/bg_lead_sp.png) no-repeat center bottom/100%;
}

.section-lead .heading02 {
  margin-bottom: 25px;
  opacity: 0;
}

.section-lead .heading02.animate--scrolled {
  opacity: 1;
}

.section-lead .heading02.animate--scrolled img {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -webkit-animation: animation-train 1s ease-out;
  animation: animation-train 1s ease-out;
}

@media print, screen and (min-width: 768px) {
  .section-lead {
    min-width: 1100px;
    padding: 50px 0 130px;
    text-align: center;
    background: url(../images/bg_lead_pc.png) no-repeat center bottom/auto;
  }
  .section-lead .heading02 {
    margin-bottom: 35px;
  }
}

.lead-text {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.43;
  transform: rotate(0.001deg);
}

@media print, screen and (min-width: 768px) {
  .lead-text {
    font-size: 1.7rem;
    line-height: 1.53;
  }
}

.section-block {
  padding: 25px 0 40px;
}

.section-block01 {
  background: #c6ebf7;
  position: relative;
}
@media print, screen and (min-width: 768px) {
	.section-block01 {
	  position: relative;
	  width: 100%;
	  overflow-x: hidden;
	  z-index: 1;
	}
	.section-block01::after {
	  z-index: -1;
	  content: "";
	  display: block;
	  width: 1200px;
	  height: 190px;
	  background: url(../images/bg_contentstop.jpg) no-repeat;
	  position: absolute;
	  left: 20%;
	  top: 0;
	}
}
@media print, screen and (min-width: 1200px) {
	.section-block01::after {
	  left: 20%;
	  right: 0;
	}
}

@media print, screen and (min-width: 1500px) {
	.section-block01::after {
	  left: auto;
	  right: 0;
	}
}

.section-block02 {
  background: #fcf5b9;
}

.section-block03 {
  background: #ffd6df;
}

.inner >div  {
	transform: rotate(0.001deg);
}

@media print, screen and (min-width: 768px) {
  .section-block {
    padding: 40px 0 95px;
    min-width: 1100px;
  }
  .section-block .inner {
    width: 1100px;
    margin: 0 auto;
  }
}

.balloon {
  padding: 0 27px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .balloon {
    padding: 0;
  }
}

.heading-area {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .heading-area {
    padding-left: 25px;
  }
}

.block-title-small {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding-left: 25%;
  padding-right: 10px;
  padding-top: 20px;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .block-title-small {
    font-size: 2.0rem;
    padding-top: 40px;
    padding-left: 290px;
  }
}

.block-title-large {
  text-align: center;
  font-size: 1.4rem;
}

.block-title-large strong {
  font-size: 2.2rem;
}

.block-title-large strong .block-title-num {
  font-size: 3.3rem;
  font-weight: bold;
  display: inline-block;
  font-family: "Lato", sans-serif;
  margin-right: 5px;
}

.block-title-large strong i {
  font-weight: bold;
  display: inline-block;
  margin: 0 5px;
  font-style: normal;
  font-size: 2.1rem;
}

@media print, screen and (min-width: 768px) {
  .block-title-large {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30px;
    padding-left: 340px;
    padding-right: 10px;
    text-align: left;
    font-size: 2.6rem;
  }
  .block-title-large strong {
    font-size: 6.0rem;
  }
  .block-title-large strong .block-title-num {
    font-size: 6.4rem;
  }
  .block-title-large strong i {
    margin: 0 5px;
    font-size: 3.6rem;
  }
}

.kaomoji {
  position: absolute;
}

.kaomoji01 {
  width: 58px;
  right: 12px;
  top: 50%;
}

.kaomoji02 {
  width: 56px;
  right: 12px;
  top: 50%;
}

.kaomoji03 {
  width: 38px;
  right: 30px;
  top: 50%;
}

@media print, screen and (min-width: 768px) {
  .kaomoji01 {
    width: 117px;
    right: 150px;
    top: 38%;
  }
  .kaomoji02 {
    width: 112px;
    right: 180px;
    top: 38%;
  }
  .kaomoji03 {
    width: 76px;
    right: 280px;
    top: 45%;
  }
}

.section-secret {
  padding-top: 27px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
.section-secret {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  z-index: 1;
}
.section-secret::after {
  z-index: -1;
  content: "";
  display: block;
  width: 1200px;
  height: 190px;
  background: url(../images/bg_contentsbottom.jpg) no-repeat;
  position: absolute;
  left: 20%;
  top: 0;
}
}
@media print, screen and (min-width: 1200px) {
	.section-secret::after {
	  left: 20%;
	  right: 0;
	}
}

@media print, screen and (min-width: 1500px) {
	.section-secret::after {
	  left: auto;
	  right: 0;
	}
}

.section-secret .heading02 {
  position: relative;
  z-index: 2;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .section-secret {
    padding-top: 77px;
    padding-bottom: 230px;
    z-index: 1;
    background: url(../images/bg_block05_pc.png) no-repeat center 170px;
  }
  .section-secret-inner {
    margin: 0 auto;
    width: 1100px;
  }
  .section-secret .heading02 {
    left: -20px;
    z-index: 100;
  }
}

/* point */
.point {
  position: relative;
  margin-top: -20px;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .point {
    width: 1100px;
    margin: 0 auto;
    margin-top: 0;
    z-index: 10;
  }
}

.point-list {
  text-align: center;
}

.point-list li {
  opacity: 0;
  display: inline-block;
  vertical-align: top;
  width: 30%;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all ease-in-out .2s;
}

.point-list li.zoomin,
.newpoint-list li.zoomin {
  opacity: 1;
  -webkit-animation: zoom-in-out .4s .3s ease-out forwards;
  animation: zoom-in-out .4s .3s ease-out forwards;
}

.point-list01 {
  top: -10px;
}

.point-list01 li {
  margin: 0 1%;
}

.point-list02 li {
  margin: 0 3%;
}

@media print, screen and (min-width: 768px) {
  .point-list li.point-item {
    position: absolute;
    margin: 0;
    width: 228px;
  }
  .point-list li.point-item01 {
    bottom: 256px;
    left: 40px;
  }
  .point-list li.point-item02 {
    bottom: -15px;
    left: 77px;
  }
  .point-list li.point-item03 {
    bottom: -105px;
    left: 420px;
  }
  .point-list li.point-item04 {
    bottom: 197px;
    right: 40px;
  }
  .point-list li.point-item05 {
    bottom: -85px;
    right: 50px;
  }
}

/* section-lineup */
.section-lineup {
  padding-bottom: 20px;
}

.section-lineup .heading02 {
  margin-bottom: 30px;
  text-align: center;
}

#newItem {
  padding-top: 30px;
}

@media print, screen and (min-width: 768px) {
  .section-lineup {
    min-width: 1100px;
  }
  .section-lineup .heading02 {
    margin-bottom: 60px;
  }
}

.lineup-list {
  margin: 0 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
      justify-content: space-between;
}

.lineup-list::after{
  content:"";
  display: block;
  width:28%;
}

.lineup-list li {
  width: 28%;
  text-align: center;
  margin-bottom: 35px;
}

.lineup-list a {
  text-decoration: none;
  position: relative;
}

.lineup-item.nolink a {
    pointer-events: none;
    display: block;
}

.comingsoon {
	text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -3px;
    left: 0;
    background-color: rgba(255,255,255,.7);
}

.coming-inner {
	position: absolute;
    top: 40px;
    transform: rotate(-10deg);
}

.lineup-list a img {
  background: #fff;
}

@media print, screen and (min-width: 768px) {
  .lineup-list {
    width: 1000px;
    margin: 0 auto 60px;
    -webkit-justify-content:left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  .lineup-list li {
    width: 20%;
    margin-bottom: 60px;
    padding: 0 10px;
  }
  .lineup-list a {
    display: block;
  }
  .lineup-list a img {
    transition: all ease-in-out .2s;
    background: #fff;
  }
  .lineup-list a:hover img {
    opacity: 0;
  }
  
  .comingsoon {
	text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,.7);
	}
	
	.coming-inner {
		position: absolute;
	    top: 70px;
	    transform: rotate(-10deg);
	}
	
	.coming-inner img {
		width: 183px;
	}
  
}

.lineup-img {
  margin-bottom: 15px;
}

@media print, screen and (min-width: 768px) {
  .lineup-img {
    width: 170px;
    margin: 0 auto 15px;
  }
  
  /*branshes*/
  .lineup-img01 {
    background: url(../images/lineup01_on.png) center center/170px;
  }
  .lineup-img02 {
    background: url(../images/lineup02_on.png) center center/170px;
  }
  .lineup-img03 {
    background: url(../images/lineup03_on.png) center center/170px;
  }
  .lineup-img04 {
    background: url(../images/lineup04_on.png) center center/170px;
  }
  .lineup-img05 {
    background: url(../images/lineup05_on.png) center center/170px;
  }
  .lineup-img06 {
    background: url(../images/lineup06_on.png) center center/170px;
  }
  .lineup-img07 {
    background: url(../images/lineup07_on.png) center center/170px;
  }
  .lineup-img08 {
    background: url(../images/lineup08_on.png) center center/170px;
  }
  .lineup-img09 {
    background: url(../images/lineup09_on.png) center center/170px;
  }
  .lineup-img10 {
    background: url(../images/lineup10_on.png) center center/170px;
  }
  .lineup-img11 {
    background: url(../images/lineup11_on.png) center center/170px;
  }
  .lineup-img12 {
    background: url(../images/lineup12_on.png) center center/170px;
  }
  .lineup-img13 {
    background: url(../images/lineup13_on.png) center center/170px;
  }
  .lineup-img14 {
    background: url(../images/lineup14_on.png) center center/170px;
  }
  .lineup-img15 {
    background: url(../images/lineup15_on.png) center center/170px;
  }
  .lineup-img16 {
    background: url(../images/lineup16_on.png) center center/170px;
  }
/*rad*/
  .lineup-img_r1 {
    background: url(../images/lineup_r1_on.png) center center/170px;
  }
  .lineup-img_r2 {
    background: url(../images/lineup_r2_on.png) center center/170px;
  }
  .lineup-img_r3 {
    background: url(../images/lineup_r3_on.png) center center/170px;
  }
  .lineup-img_r4 {
    background: url(../images/lineup_r4_on.png) center center/170px;
  }
  .lineup-img_r5 {
    background: url(../images/lineup_r5_on.png) center center/170px;
  }
  .lineup-img_r6 {
    background: url(../images/lineup_r6_on.png) center center/170px;
  }
  .lineup-img_r7 {
    background: url(../images/lineup_r7_on.png) center center/170px;
  }
  .lineup-img_r8 {
    background: url(../images/lineup_r8_on.png) center center/170px;
  }
  
/*new*/  
  .new-img01 {
    background: url(../images/new01_on.png) center center/170px;
  }
  .new-img02 {
    background: url(../images/new02_on.png) center center/170px;
  }
  .new-img03 {
    background: url(../images/new03_on.png) center center/170px;
  }
  .new-img04 {
    background: url(../images/new04_on.png) center center/170px;
  }
  .new-img05 {
    background: url(../images/new05_on.png) center center/170px;
  }
  .new-img06 {
    background: url(../images/new06_on.png) center center/170px;
  }
  .new-img07 {
    background: url(../images/new07_on.png) center center/170px;
  }
  .new-img08 {
    background: url(../images/new08_on.png) center center/170px;
  }
  .new-img09 {
    background: url(../images/new09_on.png) center center/170px;
  }
  .new-img10 {
    background: url(../images/new10_on.png) center center/170px;
  }
  .new-img11 {
    background: url(../images/new11_on.png) center center/170px;
  }
  
  
/*capri*/  
  .capri-img01 {
    background: url(../images/capri01_on.png) center center/170px;
  }
  .capri-img02 {
    background: url(../images/capri02_on.png) center center/170px;
  }
  .capri-img03 {
    background: url(../images/capri03_on.png) center center/170px;
  }
  .capri-img04 {
    background: url(../images/capri04_on.png) center center/170px;
  }
  .capri-img05 {
    background: url(../images/capri05_on.png) center center/170px;
  }
  .capri-img06 {
    background: url(../images/capri06_on.png) center center/170px;
  }
  .capri-img07 {
    background: url(../images/capri07_on.png) center center/170px;
  }
  .capri-img08 {
    background: url(../images/capri08_on.png) center center/170px;
  }
  .capri-img09 {
    background: url(../images/capri09_on.png) center center/170px;
  }
  .capri-img10 {
    background: url(../images/capri10_on.png) center center/170px;
  }
  .capri-img11 {
    background: url(../images/capri11_on.png) center center/170px;
  }
  .capri-img12 {
    background: url(../images/capri12_on.png) center center/170px;
  }
  .capri-img13 {
    background: url(../images/capri13_on.png) center center/170px;
  }
  .capri-img14 {
    background: url(../images/capri14_on.png) center center/170px;
  }
  .capri-img15 {
    background: url(../images/capri15_on.png) center center/170px;
  }
  .capri-img16 {
    background: url(../images/capri16_on.png) center center/170px;
  }
  .capri-img17 {
    background: url(../images/capri17_on.png) center center/170px;
  }  
  .capri-img18 {
    background: url(../images/capri18_on.png) center center/170px;
  }    
  
  
}

.lineup-text {
  font-family: "Lato", sans-serif;
  font-size: 1.1rem;
  line-height: 1.44;
}

@media print, screen and (min-width: 768px) {
  .lineup-text {
    font-size: 1.8rem;
  }
}

.section-result {
  background: #b8e6bc;
  padding: 45px 0 45px;
}
.section-result .heading02 {
  margin-bottom: 35px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .section-result {
    min-width: 1100px;
    padding: 70px 0 80px;
  }
}

/* fig */
.fig-area {
  position: relative;
  text-align: center;
}

.fig-area01 {
  padding-top: 45px;
  margin-bottom: 25px;
}

.fig-area02 {
  padding-top: 8px;
  margin-bottom: -5px;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

.fig-area03 {
  padding-top: 53px;
}

.fig-area03 .fig-img {
  position: relative;
  z-index: 10;
}

.fig-area04 {
  margin-bottom: 53px;
}

@media print, screen and (min-width: 768px) {
  .fig-area {
    width: 1100px;
    margin: 0 auto;
  }
  .fig-area01 {
    padding-top: 20px;
    margin-bottom: 50px;
  }
  .fig-area02 {
    padding-top: 0;
    margin-top: -58px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .fig-area03 {
    padding-top: 20px;
    margin-bottom: 25px;
  }
  .fig-area04 {
    margin-bottom: 53px;
    z-index: 1;
  }
  .fig-area04 .fig-img {
    position: relative;
    left: 60px;
    z-index: 1;
  }
}
.fig01-cloud {
  position: absolute;
  width: 8%;
  bottom: 54px;
  right: 23%;
}
.fig01-anim {
  position: absolute;
  width: 9vw;
  height: 45.1vw;
  bottom: 0;
  right: 27%;
  opacity: 0;
  z-index: 100;
}
.gif-anim01.animate--scrolled .fig01-anim {
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  .fig01-cloud {
    position: absolute;
    bottom: 110px;
    right: 298px;
  }
  .fig01-anim {
    position: absolute;
    bottom: 2px;
    right: 348px;
    opacity: 0;
    width: 9%;
    height: auto;
  }
  .gif-anim01.animate--scrolled .fig01-anim {
    opacity: 1;
  }
}

.fig03-anim {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 11%;
}

.fig03-anim img {
  display: block;
  width: 91%;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .fig03-anim {
    width: 766px;
    left: 178px;
    bottom: 0px;
  }
  .fig03-anim img {
    width: auto;
    margin: 0;
  }
}

.fig04-anim {
  position: absolute;
  width: 45.9vw;
  height: 39.5vw;
  left: 50%;
  bottom: -3%;
  z-index: 1;
  opacity: 0;
}

.fig04-anim img {
  display: block;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .fig04-anim {
    width: 300px;
    left: auto;
    right: 168px;
    bottom: -10px;
    height: auto;
  }
  .fig04-anim img {
    width: auto;
    margin-left: 0;
  }
}

.gif-anim02.animate--scrolled .fig04-anim {
  opacity: 1;
}

.fig-fukidashi {
  position: absolute;
  z-index: 2;
  width: 100px;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all ease-in-out .2s;
}

.fig-fukidashi01 {
  left: 10px;
  top: 28px;
}

.fig-fukidashi02 {
  left: 10px;
  top: 25px;
}

.fig-fukidashi03 {
  left: 10px;
  top: -15px;
}

.fig-fukidashi04 {
  right: 5px;
  top: -25px;
}

.fig-fukidashi.animate--scrolled {
  -webkit-animation: zoom-in-out .4s .3s ease-out forwards;
  animation: zoom-in-out .4s .3s ease-out forwards;
}

@media print, screen and (min-width: 768px) {
  .fig-fukidashi {
    width: auto;
  }
  .fig-fukidashi01 {
    left: 190px;
    top: -16px;
  }
  .fig-fukidashi02 {
    left: 200px;
    top: 45px;
  }
  .fig-fukidashi03 {
    left: auto;
    right: 90px;
    top: -90px;
  }
  .fig-fukidashi04 {
    right: 115px;
    top: -50px;
    z-index: 10;
  }
}

.fig02-namisen {
  width: 100%;
  position: absolute;
  bottom: 12%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media print, screen and (min-width: 768px) {
.fig02-namisen {
  bottom: 10px;
  width: 29px;
}
}

@media print, screen and (min-width: 768px) {
  .fig-human {
    position: absolute;
    bottom: 90px;
    left: 40px;
  }
}

.fig02-shinkansen {
  position: absolute;
  bottom: 33.5%;
  width: 94%;
  -webkit-animation: loop 15s linear infinite;
          animation: loop 15s linear infinite;
}

@media print, screen and (min-width: 768px) {
  .fig02-shinkansen {
    bottom: 106px;
    -webkit-animation: loop 18s linear infinite;
            animation: loop 18s linear infinite;
  }
}

.block04-illust {
  margin-bottom: 24px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .block04-illust {
    margin-bottom: 55px;
  }
}

.voice {
  text-align: center;
  margin: 0 10px;
  background: #fff;
  border-radius: 10px;
  position: relative;
  padding: 14px 0 23px;
  overflow: hidden;
}

.voice::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 13px 10px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: 2px;
  left: 26.5%;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

.voice-title {
  margin-bottom: 23px;
}

@media print, screen and (min-width: 768px) {
  .voice {
    width: 1000px;
    margin: 0 auto;
  }
  .voice-title {
    margin-bottom: 40px;
  }
}

.voice-list {
  padding: 0 14px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.voice-list li {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all ease-in-out .2s;
}

.voice-list li:first-child {
  width: 45%;
}

.voice-list li:nth-child(2) {
  width: 45%;
  padding-top: 20px;
  margin-bottom: 10px;
}

.voice-list li:nth-child(3) {
  width: 100%;
  margin-bottom: 8px;
}

.voice-list li:nth-child(3) img {
  width: 63%;
  display: block;
  margin: 0 auto;
}

.voice-list li:last-child {
  width: 45%;
}

.voice-list li:nth-child(4) {
  width: 45%;
}

.voice-list li.zoomin {
  opacity: 1;
  -webkit-animation: zoom-in-out .4s .3s ease-out forwards;
  animation: zoom-in-out .4s .3s ease-out forwards;
}

@media print, screen and (min-width: 768px) {
  .voice-list {
    height: 435px;
    position: relative;
    display: block;
    padding: 0;
  }
  .voice-list li {
    position: absolute;
  }
  .voice-list li:first-child {
    width: auto;
    left: 80px;
    top: 0;
  }
  .voice-list li:nth-child(2) {
    width: auto;
    padding-top: 0;
    margin-bottom: 0;
    left: 360px;
    top: 40px;
  }
  .voice-list li:nth-child(3) {
    width: auto;
    margin-bottom: 0;
    right: 113px;
    top: 0;
  }
  .voice-list li:nth-child(3) img {
    width: auto;
  }
  .voice-list li:last-child {
    width: auto;
    right: 130px;
    bottom: 0;
  }
  .voice-list li:nth-child(4) {
    width: auto;
    left: 100px;
    bottom: 10px;
  }
}

@-webkit-keyframes animation-train {
  from {
    -webkit-transform: scale(0.01, 0.01);
    transform: scale(0.01, 0.01);
  }
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes animation-train {
  from {
    -webkit-transform: scale(0.01, 0.01);
    transform: scale(0.01, 0.01);
  }
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes zoom-in-out {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  80% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoom-in-out {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  80% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translate(100%, 0);
  }
  30% {
    -webkit-transform: translate(3%, 0);
  }
  60% {
    -webkit-transform: translate(3%, 0);
  }
  50% {
    -webkit-transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translate(100%, 0);
  }
  30% {
    -webkit-transform: translate(3%, 0);
  }
  50% {
    -webkit-transform: translate(3%, 0);
  }
  80% {
    -webkit-transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
  }
}

/*新登場*/
.newItem {
  margin-bottom: 25px;
}

.newItem_heading {
  margin-bottom: 20px;
}

.newpoint-list {
  text-align: center;
}

.newpoint-list li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all ease-in-out .2s;
}

.newpoint-list li img {
  width: 185px;
}

/*
.newpoint-list li:first-child:before {
  content: "";
  background: url(../images/new_point_icon.png) no-repeat;
  background-size: 46px 46px;
  width: 46px;
  height: 46px;
  position: absolute;
  left: -15px;
  top: 0;
}
*/

.badge_cool {
  position: relative;
  display: inline-block;
  font-family: "Lato", sans-serif;
  line-height: 1.44;
}

.badge_cool:before {
  content: "";
  background: url(../images/new_point_icon.png) no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -25px;
  top: -3px;
}

.badge_detail {
  text-align: center;
  margin-bottom: 30px;
}

.badge_detail dt,
.badge_detail dd {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}

.badge_detail dt img {
  width: 41px;
}

.badge_detail dd {
  font-size: 1.2rem;
}

.btn_bottom {
  text-align: center;
  margin: 0 15px 50px;
}

.btn_bottom a {
  display: inline-block;
  position: relative;
}

.btn_bottom a:before {
  content: "";
  width: 51px;
  height: 58px;
  background: url(../images/btn_seacret_arrow_2x.png) no-repeat;
  background-size: 50px 57px;
  position: absolute;
  right: -8px;
  top: -8px;
}

@media print, screen and (max-width: 370px) {
  .badge_cool:before {
    left: -20px;
  }
}

@media print, screen and (min-width: 768px) {
  .newItem {
    background: #faf7f2;
    border-top: 28px solid #fff;
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 65px;
  }
  
  .newItem_heading {
    text-align: center;
    position: absolute;
    width: 100%;
    top: -28px;
  }
  
  .newpoint-list {
    text-align: center;
    margin: 335px 0 20px;
  }
  
  .newpoint-list li {
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all ease-in-out .2s;
  }
  
  .newpoint-list li img {
    width: 320px;
  }
  
  .newpoint-list li:first-child:before {
    width: 93px;
    height: 93px;
    background-size: 93px 93px;
    left: -25px;
    top: 0;
  }
  
  .badge_cool:before {
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    left: -45px;
    top: -10px;
  }
  
  .badge_detail dt img {
    width: 60px;
  }

  .badge_detail dd {
    font-size: 1.6rem;
  }
  
  .btn_bottom a:before {
    width: 84px;
    height: 95px;
    background-size: 84px 95px;
    transition: .3s;
  }
  
  .btn_bottom a:hover:before {
    -webkit-transform: translate3d(10px,-6px,2px);
    transform: translate3d(10px,-6px,2px);
  }
}

/*popup*/
.popup_bg {
  background: rgba(187,208,255,.9);
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
}

.popup {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: none;
}

.popup_flame {
  width: 95vw;
  margin: 0 auto;
}

.popup_in {
  position: relative;
  padding-top: 70px;
}

.btn_close {
  position: absolute;
  top: 20px;
  right: 12px;
  z-index: 99999;
}

.btn_close img {
  width: 40px;
}

.popup_link {
  width: 49vw;
  position: absolute;
  bottom: 8.3vw;
  left: 50%;
  margin-left: -24.5vw;
}

@media print, screen and (min-width: 768px) {
  .popup_flame {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -327px 0 0 -520px;
    z-index: 9999;
    width: 1100px;
  }
  .popup_in {
    padding-top: 0;
  }
  .btn_close {
    top: 30px;
    right: 12px;
    cursor: pointer;
  }
  .btn_close img {
    width: 60px;
  }
  .popup_link {
    width: auto;
    bottom: 38px;
    left: 50%;
    margin-left: -195px;
  }
  .popup_link a {
    transition: .3s;
  }
  .popup_link a:hover {
    opacity: .7;
  }
}




.heading03-wrap {
	width: 92%;
	margin: 0 auto;
	position: relative;
	font-family: 'GJ_m';
}

.heading03 {
	width: 96%;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	margin-bottom: 25px;
	margin-left: 2%;
}

.heading03:before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  display: block;
  position: absolute;
  background: #000;
  left: 0;
  bottom: -1px;
}

@media print, screen and (min-width: 768px) {
	.heading03-wrap {
		width: 1000px;
		margin: 0 auto;
		position: relative;
	}
	
	.heading03 {
		width: 990px;
		font-size: 3.6rem;
		font-weight: bold;
		text-align: left;
		border-bottom: 1px solid #000;
		padding-left: 10px;
		padding-bottom: 15px;
		margin-bottom: 35px;
		margin-left: 10px;
	}
	
	.heading03:before {
	  content: "";
	  width: 6px;
	  height: 6px;
	  border-radius: 50%;
	  display: block;
	  position: absolute;
	  background: #000;
	  left: 0;
	  bottom: -2px;
	}
}



.capri-wrap {

} 


@media print, screen and (min-width: 768px) {
	.capri-wrap {
		background: #faf7f2;
		padding: 50px 0 40px;
		text-align: center;
		margin-top: 70px;
		margin-bottom: 90px;
	}
}