@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
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;
}

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 {
  background: #5bc2dc;
}

#contents {
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  width: 100%;
  min-width: 960px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #contents {
    font-size: 4.1721vw;
    min-width: inherit;
  }
}

#contents .inner {
  max-width: 1164px;
  margin: 0 auto;
  padding: 0 32px;
}

@media screen and (max-width: 767px) {
  #contents .inner {
    max-width: 100%;
    padding: 0 5.21512vw;
  }
}

#contents 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;
}

#contents a:hover {
  text-decoration: underline;
}

/* -----------------------------------------------------
	br
----------------------------------------------------- */
br.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  br.pc {
    display: none;
  }
}

br.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  br.sp {
    display: block;
  }
}

section {
  padding: 0 80px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  section {
    padding: 0 5.21512vw;
  }
}

.note {
  font-size: 1.4rem;
  display: inline-block;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 767px) {
  .note {
    font-size: 3.12907vw;
  }
}

/* -----------------------------------------------------
	kv
----------------------------------------------------- */
.kv {
  position: relative;
  padding-top: 16px;
}

@media screen and (max-width: 767px) {
  .kv {
    padding-top: 7.30117vw;
  }
}

.kv .qa_link {
  position: absolute;
  top: 16px;
  right: 10px;
}

@media screen and (max-width: 767px) {
  .kv .qa_link {
    top: 3.12907vw;
    right: 2.08605vw;
  }
}

.kv .qa_link a {
  display: block;
  background: #fff;
  border-radius: 50em;
  padding: 8px 24px;
  font-size: 1.5rem;
  color: #5bc2dc;
  position: relative;
}

@media screen and (max-width: 767px) {
  .kv .qa_link a {
    padding: 2.08605vw 7.30117vw 2.08605vw 3.12907vw;
  }
}

.kv .qa_link a::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url(../img/arrow.svg) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .kv .qa_link a::after {
    right: 2.08605vw;
    width: 3.65059vw;
    height: 3.65059vw;
  }
}

.kv .qa_link a span {
  margin-right: 24px;
}

@media screen and (max-width: 767px) {
  .kv .qa_link a span {
    margin-right: 0;
  }
}

.kv .qa_link a:hover {
  text-decoration: none;
  color: #212529;
}

/* -----------------------------------------------------
	lead
----------------------------------------------------- */
.lead {
  background: url(../img/sec_movie_bg.png) repeat-x left bottom;
  padding: 120px 0 320px;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  .lead {
    background: url(../img/sp/sec_movie_bg.png) no-repeat left bottom;
    padding: 10.43025vw 0 31.29074vw;
  }
}

.lead::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 92.31vw;
  background: url(../img/sec_lead_bg.png) no-repeat;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .lead::after {
    height: 195.7vw;
    background: url(../img/sp/sec_lead_bg.png) no-repeat;
    background-size: contain;
  }
}

@media screen and (max-width: 767px) {
  .lead .pc {
    display: none;
  }
}

.lead .sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .lead .sp {
    display: block;
  }
}

.lead .text {
  display: block;
  font-size: 1.8rem;
  line-height: 2.5;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .lead .text {
    font-size: 2.86832vw;
  }
}

.lead .text .eachTextAnime {
  display: block;
}

.lead .text .eachTextAnime span {
  opacity: 0;
}

.lead .text .eachTextAnime.appeartext span {
  -webkit-animation: text_anime_on 1s ease-out forwards;
  animation: text_anime_on 1s ease-out forwards;
}

.lead .text:nth-child(1), .lead .text:nth-child(3) {
  -webkit-transform: rotate(1.3deg);
  -ms-transform: rotate(1.3deg);
  transform: rotate(1.3deg);
}

.lead .text:nth-child(2) {
  -webkit-transform: rotate(-1.3deg);
  -ms-transform: rotate(-1.3deg);
  transform: rotate(-1.3deg);
}

.lead .text + .text {
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .lead .text + .text {
    margin-top: 7.30117vw;
  }
}

.lead .img_copy {
  -webkit-transform: rotate(-1.3deg);
  -ms-transform: rotate(-1.3deg);
  transform: rotate(-1.3deg);
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .lead .img_copy {
    margin-top: 10.43025vw;
  }
}

@media screen and (max-width: 767px) {
  .lead .img_copy img {
    width: 70.40417vw;
  }
}

.btn_anc {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between;
  /* Safari6.1以降 */
  justify-content: space-between;
  -ms-flex-pack: center;
  /*IE10*/
  -webkit-box-pack: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: center;
  /* Safari6.1以降 */
  justify-content: center;
  right: 12.5vw;
  bottom: 24px;
  position: fixed;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .btn_anc {
    display: block;
    right: 3.12907vw;
    bottom: 3.12907vw;
  }
}

.btn_anc.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.btn_anc li:not(:last-child) {
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .btn_anc li:not(:last-child) {
    margin: 0 0 2.08605vw;
  }
}

.btn_anc li a {
  display: block;
  width: 10.42vw;
  max-width: 160px;
}

@media screen and (max-width: 767px) {
  .btn_anc li a {
    width: 18.25293vw;
    max-width: inherit;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* -----------------------------------------------------
	movie
----------------------------------------------------- */
.movie {
  background: #fff;
  padding: 120px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .movie {
    padding: 10.43025vw 0;
  }
}

.movie .inner {
  max-width: 1024px;
}

@media screen and (max-width: 767px) {
  .movie .inner {
    max-width: 89.70013vw;
    padding: 0;
  }
}

.movie .inner .sec_ttl {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .movie .inner .sec_ttl {
    margin-bottom: 5.21512vw;
  }
}

.movie .inner .sec_ttl img {
  width: 370px;
}

@media screen and (max-width: 767px) {
  .movie .inner .sec_ttl img {
    width: 58.67014vw;
  }
}

.movie .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.movie .youtube_ttl {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .movie .youtube_ttl {
    margin-top: 5.21512vw;
  }
}

.movie .youtube_ttl img {
  width: auto;
  height: 80px;
}

@media screen and (max-width: 767px) {
  .movie .youtube_ttl img {
    width: 100%;
    height: auto;
  }
}

.movie .btn {
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .movie .btn {
    margin-top: 5.21512vw;
  }
}

.movie .btn li + li {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .movie .btn li + li {
    margin-top: 4.1721vw;
  }
}

/* -----------------------------------------------------
	lineup
----------------------------------------------------- */
.lineup {
  background: #fff;
  padding: 80px 0 64px;
  color: #5bc2dc;
}

@media screen and (max-width: 767px) {
  .lineup {
    padding: 10.43025vw 0;
  }
}

@media screen and (max-width: 767px) {
  .lineup .sec_ttl img {
    width: 89.70013vw;
  }
}

.lineup .cate_ttl {
  position: relative;
  margin-top: 40px;
  padding-top: 24px;
}

@media screen and (max-width: 767px) {
  .lineup .cate_ttl {
    margin-top: 15.64537vw;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .lineup .cate_ttl.limited {
    margin-top: 5.21512vw;
  }
}

.lineup .cate_ttl.top {
  margin-top: 0;
  padding-top: 0;
  height: calc(100% - 2.31vw);
}

@media screen and (max-width: 767px) {
  .lineup .cate_ttl.top {
    margin-top: 8.3442vw;
  }
}

.lineup .cate_ttl.top::before {
  top: 50px;
  height: 2.31vw;
  background: url(../img/sec_lineup_bg.png) no-repeat;
  background-size: cover;
}

.lineup .cate_ttl.top::after {
  height: calc(100% - 50px - 2.25vw);
}

.lineup .cate_ttl::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 0.57vw;
  background: url(../img/sec_lineup_bg2.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .lineup .cate_ttl::before {
    content: none;
  }
}

.lineup .cate_ttl::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  height: calc(100% - 0.5vw);
  background: #5bc2dc;
}

@media screen and (max-width: 767px) {
  .lineup .cate_ttl::after {
    content: none;
  }
}

.lineup .cate_ttl img {
  z-index: 1;
  position: relative;
}

.lineup .inner {
  max-width: 1100px;
}

.lineup .inner + .inner {
  margin-top: 80px !important;
}

@media screen and (max-width: 767px) {
  .lineup .inner + .inner {
    margin-top: 7.30117vw !important;
  }
}

.lineup .inner .name_wine {
  margin: 40px 0 24px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .lineup .inner .name_wine {
    text-align: center;
    margin-bottom: 7.30117vw 0 5.21512vw;
  }
}

.lineup .inner .name_wine img {
  height: 45px;
}

@media screen and (max-width: 767px) {
  .lineup .inner .name_wine img {
    height: 9.38722vw;
  }
}

.lineup .inner .item_wrap {
  text-align: left;
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  .lineup .inner .item_wrap {
    margin-top: 7.30117vw;
  }
}

.lineup .inner .item_wrap li {
  position: relative;
}

.lineup .inner .item_wrap.limited {
  margin-bottom: 40px !important;
}

@media screen and (max-width: 767px) {
  .lineup .inner .item_wrap.limited {
    margin-bottom: 15.64537vw !important;
  }
}

.lineup .inner .item_wrap.col2 {
  max-width: 1100px;
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between;
  /* Safari6.1以降 */
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  /*IE10*/
  -webkit-flex-wrap: wrap;
  /*PC-Safari,iOS8.4*/
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .lineup .inner .item_wrap.col2 {
    display: block;
  }
}

.lineup .inner .item_wrap.col2 li {
  width: calc(50% - 24px);
}

@media screen and (max-width: 767px) {
  .lineup .inner .item_wrap.col2 li {
    width: 100%;
  }
  .lineup .inner .item_wrap.col2 li:not(:last-child) {
    margin-bottom: 10.43025vw;
  }
}

.lineup .inner .item_wrap.col2 li:nth-child(n+3) {
  margin-top: 56px;
}

@media screen and (max-width: 767px) {
  .lineup .inner .item_wrap.col2 li:nth-child(n+3) {
    margin-top: 0;
  }
}

.lineup .inner .item_wrap.col2 li.brd {
  border: 4px solid #5bc2dc;
  padding: 16px 24px 24px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

@media screen and (max-width: 767px) {
  .lineup .inner .item_wrap.col2 li.brd {
    border: 0.78227vw solid #5bc2dc;
    margin-top: 0;
    padding: 4.1721vw;
  }
}

.lineup .inner .item_wrap.col2 li.brd .desc {
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .lineup .inner .item_wrap.col2 li.brd .desc {
    margin-bottom: 2.08605vw;
  }
}

.lineup .inner .item_wrap.col2 li.brd .cap {
  margin-top: 0;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .lineup .inner .item_wrap.col2 li.brd .cap {
    margin-bottom: 5.21512vw;
  }
}

.lineup .inner .item_wrap.col2 .detail.img2 .img {
  width: 208px;
}

@media screen and (max-width: 767px) {
  .lineup .inner .item_wrap.col2 .detail.img2 .img {
    width: 24.3807vw;
  }
}

.lineup .inner .item_wrap.col2 .detail.img2 .img img {
  width: 94px;
}

@media screen and (max-width: 767px) {
  .lineup .inner .item_wrap.col2 .detail.img2 .img img {
    width: 24.3807vw;
  }
}

.lineup .inner .item_wrap.col2 .detail.img2 .img img + img {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .lineup .inner .item_wrap.col2 .detail.img2 .img img + img {
    margin: 2.08605vw 0 0 0;
  }
}

.lineup .inner .item_wrap.col2 .detail.img2 .text {
  width: calc(100% - 226px);
}

@media screen and (max-width: 767px) {
  .lineup .inner .item_wrap.col2 .detail.img2 .text {
    width: calc(100% - 28.5528vw);
  }
}

.lineup .inner .item_wrap.col1 {
  max-width: 736px;
}

@media screen and (max-width: 767px) {
  .lineup .inner .item_wrap.col1 {
    margin: 7.30117vw auto 0;
  }
}

.lineup .inner .item_wrap.col1 .detail.img2 {
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center;
}

.lineup .inner .item_wrap.col1 .detail.img2 .img {
  width: 208px;
}

@media screen and (max-width: 767px) {
  .lineup .inner .item_wrap.col1 .detail.img2 .img {
    width: 24.3807vw;
  }
}

.lineup .inner .item_wrap.col1 .detail.img2 .img img {
  width: 94px;
}

@media screen and (max-width: 767px) {
  .lineup .inner .item_wrap.col1 .detail.img2 .img img {
    width: 24.3807vw;
  }
}

.lineup .inner .item_wrap.col1 .detail.img2 .img img + img {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .lineup .inner .item_wrap.col1 .detail.img2 .img img + img {
    margin: 2.08605vw 0 0 0;
  }
}

.lineup .inner .item_wrap.col1 .detail.img2 .text {
  width: calc(100% - 226px);
}

@media screen and (max-width: 767px) {
  .lineup .inner .item_wrap.col1 .detail.img2 .text {
    width: calc(100% - 28.5528vw);
  }
}

.lineup .inner .item_wrap.col1 .detail .text {
  width: calc(100% - 112px);
}

@media screen and (max-width: 767px) {
  .lineup .inner .item_wrap.col1 .detail .text {
    width: calc(100% - 28.5528vw);
  }
}

.lineup .inner .item_wrap .name {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .lineup .inner .item_wrap .name {
    text-align: center;
    margin-bottom: 5.21512vw;
  }
}

.lineup .inner .item_wrap .name img {
  height: 45px;
}

@media screen and (max-width: 767px) {
  .lineup .inner .item_wrap .name img {
    height: 9.38722vw;
  }
}

.lineup .inner .item_wrap .detail {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between;
  /* Safari6.1以降 */
  justify-content: space-between;
}

.lineup .inner .item_wrap .detail .img {
  width: 94px;
}

@media screen and (max-width: 767px) {
  .lineup .inner .item_wrap .detail .img {
    width: 24.3807vw;
  }
}

.lineup .inner .item_wrap .detail .text {
  position: relative;
  text-align: left;
  width: calc(100% - 112px);
}

@media screen and (max-width: 767px) {
  .lineup .inner .item_wrap .detail .text {
    width: calc(100% - 28.5528vw);
  }
}

.lineup .inner .item_wrap .detail .text .day span {
  background: #5bc2dc;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 8px;
}

@media screen and (max-width: 767px) {
  .lineup .inner .item_wrap .detail .text .day span {
    margin-bottom: 2.08605vw;
    padding: 0.52151vw 2.08605vw;
  }
}

.lineup .inner .item_wrap .detail .text .copy {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .lineup .inner .item_wrap .detail .text .copy {
    margin-bottom: 2.08605vw;
  }
}

.lineup .inner .item_wrap .detail .text .copy.line1 img {
  max-height: 28px;
}

@media screen and (max-width: 767px) {
  .lineup .inner .item_wrap .detail .text .copy.line1 img {
    max-height: 5.21512vw;
  }
}

.lineup .inner .item_wrap .detail .text .copy.line2 img {
  max-height: 56px;
}

@media screen and (max-width: 767px) {
  .lineup .inner .item_wrap .detail .text .copy.line2 img {
    max-height: 10.43025vw;
  }
}

.lineup .inner .item_wrap .detail .text .desc {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .lineup .inner .item_wrap .detail .text .desc {
    font-size: 3.65059vw;
    margin-bottom: 5.21512vw;
  }
}

.lineup .inner .item_wrap .detail .text .desc span {
  font-size: 1.2rem;
  display: block;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .lineup .inner .item_wrap .detail .text .desc span {
    font-size: 2.86832vw;
    margin-top: 2.08605vw;
  }
}

.lineup .inner .item_wrap .detail .text .desc sup {
  vertical-align: top;
}

.lineup .inner .item_wrap .detail .text .cap {
  font-size: 1.2rem;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .lineup .inner .item_wrap .detail .text .cap {
    font-size: 2.86832vw;
    margin-top: 3.12907vw;
  }
}

.lineup .inner .item_wrap .btn_detail a {
  display: block;
  width: 100%;
  background: #5bc2dc;
  padding: 4px 0 8px;
  text-align: center;
  border-radius: 50rem;
}

@media screen and (max-width: 767px) {
  .lineup .inner .item_wrap .btn_detail a {
    padding: 1.04302vw 0 2.08605vw;
  }
}

.lineup .inner .item_wrap .btn_detail a img {
  height: 24px;
}

@media screen and (max-width: 767px) {
  .lineup .inner .item_wrap .btn_detail a img {
    height: 4.1721vw;
  }
}

.lineup .inner .item_wrap .btn_detail.col2 a {
  width: 72%;
}

@media screen and (max-width: 767px) {
  .lineup .inner .item_wrap .btn_detail.col2 a {
    width: 76%;
  }
}

.lineup .inner .item_wrap .btn_detail.w70 a {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .lineup .inner .item_wrap .btn_detail.w70 a {
    width: 100%;
  }
}

.lineup .inner .item_wrap .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  border: 4px solid #5bc2dc;
  padding: 4px;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .lineup .inner .item_wrap .icon {
    border: 0.78227vw solid #5bc2dc;
    padding: 1.04302vw;
    font-size: 2.34681vw;
  }
}

.lineup .inner .item_wrap .pc_btn {
  display: block;
}

@media screen and (max-width: 767px) {
  .lineup .inner .item_wrap .pc_btn {
    display: none;
  }
}

.lineup .inner .item_wrap .sp_btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .lineup .inner .item_wrap .sp_btn {
    position: relative;
    display: block;
    margin-top: 5.21512vw;
  }
}

.lineup .inner .item_wrap .btn_secret {
  max-width: 494px;
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  .lineup .inner .item_wrap .btn_secret {
    max-width: 100%;
    margin: 5.21512vw auto 0;
  }
}

.lineup .inner .item_wrap .btn_secret img {
  display: block;
}

.lineup .inner .item_wrap .btn_secret img:hover {
  cursor: pointer;
}

/* -----------------------------------------------------
	event
----------------------------------------------------- */
.event {
  padding: 120px 0 40px;
}

@media screen and (max-width: 767px) {
  .event {
    padding: 10.43025vw 0 5.21512vw;
  }
}

.event .inner {
  padding: 0 32px;
}

@media screen and (max-width: 767px) {
  .event .inner {
    padding: 0 5.21512vw;
  }
}

.event .sec_ttl img {
  width: 400px;
}

@media screen and (max-width: 767px) {
  .event .sec_ttl img {
    width: 62.58149vw;
  }
}

.event .detail {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between;
  /* Safari6.1以降 */
  justify-content: space-between;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center;
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .event .detail {
    display: block;
    margin-top: 5.21512vw;
  }
}

.event .detail .text {
  padding: 0 24px;
}

@media screen and (max-width: 767px) {
  .event .detail .text {
    margin-bottom: 7.30117vw;
    padding: 0;
  }
}

.event .detail .text .place img {
  width: 480px;
}

@media screen and (max-width: 767px) {
  .event .detail .text .place img {
    width: 83.44198vw;
  }
}

.event .detail .text .btn_detail {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .event .detail .text .btn_detail {
    margin-top: 5.21512vw;
  }
}

.event .detail .text .btn_detail a img {
  width: 280px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media screen and (max-width: 767px) {
  .event .detail .text .btn_detail a img {
    width: 52.15124vw;
  }
}

.event .detail .thum img {
  width: 560px;
}

@media screen and (max-width: 767px) {
  .event .detail .thum img {
    width: 100%;
  }
}

.event .detail + .detail {
  border-top: solid 1px #fff;
  margin-top: 40px;
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .event .detail + .detail {
    border-top: solid 0.26076vw #fff;
    margin-top: 7.30117vw;
    padding-top: 7.30117vw;
  }
}

.event .menu_ttl {
  margin: 56px 0 24px;
}

@media screen and (max-width: 767px) {
  .event .menu_ttl {
    margin: 5.21512vw 0 4.1721vw;
  }
}

.event .menu_ttl img {
  width: 400px;
}

@media screen and (max-width: 767px) {
  .event .menu_ttl img {
    width: 65.18905vw;
  }
}

.event .menu_img img {
  width: 800px;
}

@media screen and (max-width: 767px) {
  .event .menu_img img {
    width: 100%;
  }
}

.event .archive .archive_item {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-wrap: wrap;
  /*IE10*/
  -webkit-flex-wrap: wrap;
  /*PC-Safari,iOS8.4*/
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between;
  /* Safari6.1以降 */
  justify-content: space-between;
  margin-top: 32px;
  padding: 40px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .event .archive .archive_item {
    display: block;
    margin-top: 5.21512vw;
    padding: 4%;
  }
}

.event .archive .wrap {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .event .archive .wrap {
    width: 100%;
  }
}

.event .archive .wrap:not(:nth-child(2n)) {
  margin-right: 4%;
}

.event .archive .wrap:nth-child(n+3) {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .event .archive .wrap:nth-child(n+3) {
    margin-top: inherit;
  }
}

.event .archive .wrap .wrap_detail {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center;
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between;
  /* Safari6.1以降 */
  justify-content: space-between;
  text-align: center;
}

.event .archive .wrap .wrap_detail .name img {
  max-width: 270px;
}

@media screen and (max-width: 767px) {
  .event .archive .wrap .wrap_detail .name img {
    max-width: 100%;
  }
}

.event .archive .wrap .thum {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .event .archive .wrap .thum {
    margin-bottom: 3.12907vw;
  }
}

@media screen and (max-width: 767px) {
  .event .archive .wrap + .wrap {
    margin-top: 8.3442vw;
  }
}

.event .foot_img {
  margin-top: 64px;
}

@media screen and (max-width: 767px) {
  .event .foot_img {
    margin-top: 7.30117vw;
  }
}

/* -----------------------------------------------------
	modal
----------------------------------------------------- */
#modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.8);
  overflow-y: auto;
}

#modal .modalMask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}

#modal .modalWrap {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 20;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 400px;
  padding: 24px;
  background-color: #fff;
  border: 4px solid #5bc2dc;
}

@media screen and (max-width: 767px) {
  #modal .modalWrap {
    right: 15%;
    left: 15%;
    max-width: 70%;
    margin: 0;
    padding: 5.21512vw 3.12907vw;
    border: 0.78227vw solid #5bc2dc;
  }
}

#modal .modalWrap:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 80px 0 0;
  border-color: #5bc2dc transparent transparent transparent;
}

@media screen and (max-width: 767px) {
  #modal .modalWrap:before {
    border-width: 10.43025vw 10.43025vw 0 0;
  }
}

#modal .modalWrap .modal_inner {
  text-align: center;
}

#modal .modalWrap .modal_inner .ttl {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  #modal .modalWrap .modal_inner .ttl {
    margin-bottom: 4.1721vw;
  }
}

#modal .modalWrap .modal_inner .secret_ttl {
  background: #5bc2dc;
  font-size: 2.0rem;
  font-weight: 700;
  color: #fff;
  margin: 24px 0 16px;
  padding: 4px 0;
}

@media screen and (max-width: 767px) {
  #modal .modalWrap .modal_inner .secret_ttl {
    font-size: 3.65059vw;
    margin: 5.21512vw 0 2.08605vw;
    padding: 1.04302vw 0;
  }
}

@media screen and (max-width: 767px) {
  #modal .modalWrap .modal_inner .point_detail {
    font-size: 3.12907vw;
  }
}

#modal .modalWrap .modal_inner .point {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
}

#modal .modalWrap .modal_inner .point.col3 {
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between;
  /* Safari6.1以降 */
  justify-content: space-between;
}

#modal .modalWrap .modal_inner .point.col3 li {
  width: calc(100% / 3);
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #modal .modalWrap .modal_inner .point.col3 li {
    width: calc(100% / 3 - 1.04302vw);
    font-size: 2.60756vw;
  }
}

#modal .modalWrap .modal_inner .point.col3 li img {
  width: 100px;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  #modal .modalWrap .modal_inner .point.col3 li img {
    width: 23.46806vw;
    margin-bottom: 2.08605vw;
  }
}

#modal .modalWrap .modal_inner .point.col6 {
  -ms-flex-pack: center;
  /*IE10*/
  -webkit-box-pack: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: center;
  /* Safari6.1以降 */
  justify-content: center;
}

#modal .modalWrap .modal_inner .point.col6 li {
  width: 48px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #modal .modalWrap .modal_inner .point.col6 li {
    width: inherit;
  }
}

#modal .modalWrap .modal_inner .point.col6 li:not(:last-child) {
  margin-right: 8px;
}

@media screen and (max-width: 767px) {
  #modal .modalWrap .modal_inner .point.col6 li:not(:last-child) {
    margin-right: 2.08605vw;
  }
}

#modal .modalWrap .modalCont {
  display: none;
}

#modal_movie {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
}

#modal_movie .modalMask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8);
}

#modal_movie .modalCont .video {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 20;
  margin: auto;
}

@media screen and (max-width: 767px) {
  #modal_movie .modalCont .video {
    padding: 0 4.56323vw;
  }
}

#modal_movie .modalCont .video .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#modal_movie .modalCont .video .youtube iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

#modal_movie .modalCont .video .btn_close {
  position: absolute;
  top: -56px;
  right: 20px;
}

@media screen and (max-width: 767px) {
  #modal_movie .modalCont .video .btn_close {
    top: -9.38722vw;
    right: 4.1721vw;
  }
}

#modal_movie .modalCont .video .btn_close a {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: center;
  /*IE10*/
  -webkit-box-pack: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: center;
  /* Safari6.1以降 */
  justify-content: center;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center;
  background: #5bc2dc;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50vh;
  position: relative;
}

@media screen and (max-width: 767px) {
  #modal_movie .modalCont .video .btn_close a {
    width: 7.30117vw;
    height: 7.30117vw;
  }
}

#modal_movie .modalCont .video .btn_close a::before, #modal_movie .modalCont .video .btn_close a::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 24px;
  height: 3px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  #modal_movie .modalCont .video .btn_close a::before, #modal_movie .modalCont .video .btn_close a::after {
    top: 0.39113vw;
    width: 5.21512vw;
    height: 0.52151vw;
  }
}

#modal_movie .modalCont .video .btn_close a::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 3px;
}

@media screen and (max-width: 767px) {
  #modal_movie .modalCont .video .btn_close a::before {
    top: 0.39113vw;
  }
}

#modal_movie .modalCont .video .btn_close a::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 0;
}

/* -----------------------------------------------------
	news
----------------------------------------------------- */
.news {
  background: #fff;
  padding: 120px 0 0;
}

@media screen and (max-width: 767px) {
  .news {
    padding: 10.43025vw 0 0;
  }
}

.news .sec_ttl {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .news .sec_ttl {
    margin-bottom: 5.21512vw;
  }
}

.news .sec_ttl img {
  width: 160px;
}

@media screen and (max-width: 767px) {
  .news .sec_ttl img {
    width: 29.46545vw;
  }
}

.news dl {
  max-width: 640px;
  margin: 0 auto;
  text-align: left;
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
}

@media screen and (max-width: 767px) {
  .news dl {
    padding: 0 5.21512vw;
    display: block;
  }
}

.news dl dt {
  width: 160px;
}

@media screen and (max-width: 767px) {
  .news dl dt {
    width: 100%;
  }
}

.news dl dd {
  width: calc(100% - 160px);
}

@media screen and (max-width: 767px) {
  .news dl dd {
    width: 100%;
  }
}

.news dl dd a {
  display: inline-block;
  position: relative;
}

.news dl dd a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -1em;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: solid 2px #5bc2dc;
  border-right: solid 2px #5bc2dc;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

@media screen and (max-width: 767px) {
  .news dl dd a::after {
    right: 0;
    width: 2.08605vw;
    height: 2.08605vw;
    border-top: solid 0.52151vw #5bc2dc;
    border-right: solid 0.52151vw #5bc2dc;
  }
}

.news dl + dl {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .news dl + dl {
    margin-top: 5.21512vw;
  }
}

/* -----------------------------------------------------
	cp
----------------------------------------------------- */
.cp {
  margin-top: 200px;
}

@media screen and (max-width: 767px) {
  .cp {
    margin-top: 20.8605vw;
  }
}

.cp .sec_ttl {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .cp .sec_ttl {
    margin-bottom: 5.21512vw;
  }
}

.cp .sec_ttl img {
  width: 400px;
}

@media screen and (max-width: 767px) {
  .cp .sec_ttl img {
    width: 62.58149vw;
  }
}

.cp .bnr img {
  max-width: 600px;
}

@media screen and (max-width: 767px) {
  .cp .bnr img {
    max-width: 100%;
  }
}
