@charset "UTF-8";
/*-------------------------------------------------------------------
リセット
/*-------------------------------------------------------------------*/
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;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

body {
  width: 100%;
  min-width: 1200px;
  color: #000;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "YuGothic", "游ゴシック", "メイリオ", Meiryo, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-smoothing: antialiased;
  font-variant-numeric: tabular-nums;
  /* safari hover対策 */
  -webkit-font-smoothing: antialiased;
}

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

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  color: inherit;
}

ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}

mark {
  color: #000;
  background-color: #ff9;
  font-weight: bold;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

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

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

input, select {
  vertical-align: middle;
}

img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: none;
  vertical-align: bottom;
  line-height: 1.0;
}

button {
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: transparent;
  line-height: 1.0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

*, *:before, *:after {
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.sp {
  display: none !important;
}

.cont_txt {
  color: #fff;
  font-size: 18px;
  line-height: 1.88;
}

@media screen and (min-width: 768px) {
  .imgalpha {
    cursor: pointer;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
  .imgalpha:hover {
    opacity: 0.6 !important;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  body {
    min-width: 100%;
  }
  img {
    width: 100%;
    height: auto;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .cont_txt {
    font-size: 3.2vw;
    line-height: 1.41;
  }
  .sec01 .sec01_contList.sp_indent {
    padding-left: calc( 1em + 10px);
    text-indent: -1em;
  }
}

/*-------------------------------------------------------------------
common
/*-------------------------------------------------------------------*/
.wrap {
  overflow: hidden;
  background-image: url(../img/bg_wrap01_pc.jpg);
  background-repeat: repeat;
  background-position: center top;
  background-size: 100%;
}

.wide_inner {
  width: 1130px;
  margin: 0 auto;
}

.middle_inner {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .wrap {
    overflow: hidden;
    max-width: 100vw;
  }
  .wide_inner {
    width: 100%;
    margin: 0 auto;
  }
  .middle_inner {
    width: 100%;
    margin: 0 auto;
  }
}

/* Hamburger Menu */
/*-----------------------
 Header Menu
 -----------------------*/
nav a.hoverAction img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  /* Ie用 */
}

nav {
  position: fixed;
  z-index: 200;
  top: 0;
  right: -360px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 360px;
  height: 100vh;
  padding-top: 70px;
  -webkit-transition: right 0.6s;
  transition: right 0.6s;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
}

nav.open {
  right: 0;
}

nav ul li {
  display: block;
  padding: 0px 0px 30px 40px;
}

nav ul li a {
  text-decoration: none;
  color: #fff;
}

nav ul li img {
  margin-right: 10px;
}

.btn-gnavi {
  position: fixed;
  z-index: 300;
  top: 4px;
  right: 27px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 60px;
  height: 60px;
  padding-left: 17px;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.btn-gnavi span {
  position: absolute;
  width: 50px;
  height: 2px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  background: #fff;
}

.btn-gnavi span:nth-child(1) {
  top: 21px;
}

.btn-gnavi span:nth-child(2) {
  top: 35px;
}

.btn-gnavi span:nth-child(3) {
  top: 49px;
}

.btn-gnavi.open span:nth-child(1) {
  top: 28px;
  bottom: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.btn-gnavi.open span:nth-child(2) {
  background: rgba(255, 255, 255, 0);
}

.btn-gnavi.open span:nth-child(3) {
  top: 0;
  top: 28px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

/*Button */
@media screen and (max-width: 768px) {
  nav {
    right: -100vw;
    overflow: scroll;
    width: 100vw;
    height: 100%;
    min-height: 100vh;
    padding-top: 18vw;
    padding-bottom: 9.33333vw;
    -webkit-transition: right 0.6s;
    transition: right 0.6s;
  }
  nav.open {
    right: 0;
  }
  nav ul li {
    display: block;
    margin-bottom: 9vw;
    padding: 0px 8vw;
  }
}

/*-------------------------------------------------------------------
mv
/*-------------------------------------------------------------------*/
.mv {
  position: relative;
  margin-bottom: 110px;
  padding-top: 4.5vw;
}

.mv::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 57vw;
  content: "";
  background-image: url(../img/img_mv03_pc.png);
  background-size: cover;
}

.mv .mv_img {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 40%;
}

.mv .mv_img img {
  width: 100%;
  height: auto;
}

.mv .mv_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 3.4vw;
}

.mv .mv_box::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 82%;
  height: 27vw;
  min-height: 300px;
  content: "";
  background: #c514ff;
  background: -webkit-gradient(linear, left top, right top, from(#b3a000), to(#c514ff));
  background: linear-gradient(to right, #b3a000 0%, #c514ff 100%);
}

.mv .mv_ttl {
  z-index: 2;
  width: 32.2%;
  margin-right: 90px;
  padding-bottom: 67px;
}

.mv .mv_ttl img {
  width: 100%;
  height: auto;
}

.mv .mv_slider {
  position: relative;
  z-index: 2;
  width: 47.8%;
}

.mv .mv_slider::before {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: block;
  width: 39vw;
  height: 22.5vw;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #021738;
  -webkit-box-shadow: 0px 80px 192px 80px rgba(0, 0, 0, 0.65);
          box-shadow: 0px 80px 192px 80px rgba(0, 0, 0, 0.65);
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .mv {
    margin-bottom: 11.73333vw;
    padding-top: 18.26667vw;
  }
  .mv::before {
    height: 137.6vw;
    content: "";
    background-image: url(../img/img_mv03_sp.png);
    background-size: cover;
  }
  .mv .mv_img {
    width: 100vw;
  }
  .mv .mv_box {
    display: block;
    padding-bottom: 3.4vw;
  }
  .mv .mv_box::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 89.33333vw;
    height: 73.6vw;
    min-height: unset;
    content: "";
    background: #b3a000;
    background: -webkit-gradient(linear, left bottom, right top, from(#b3a000), to(#c514ff));
    background: linear-gradient(to top right, #b3a000 0%, #c514ff 100%);
  }
  .mv .mv_ttl {
    position: relative;
    z-index: 2;
    width: 100vw;
    margin-top: 11vw;
    margin-right: 0;
    padding-bottom: 5vw;
  }
  .mv .mv_slider {
    width: 89.33333vw;
    margin-right: 0;
    margin-left: auto;
  }
  .mv .mv_slider::before {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    display: block;
    width: 39vw;
    height: 22.5vw;
    content: "";
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0px 66px 192px 8px rgba(0, 0, 0, 0.95);
            box-shadow: 0px 66px 192px 8px rgba(0, 0, 0, 0.95);
  }
}

/*-------------------------------------------------------------------
movie
/*-------------------------------------------------------------------*/
.movie {
  position: relative;
  margin-bottom: 108px;
  padding-bottom: 120px;
}

.movie .txt_wrap {
  margin-bottom: 30px;
  margin-left: 35px;
  width: 350px;
  z-index: 3;
}

.movie .txt_wrap .movie_ttl {
  margin-left: -15px;
  margin-bottom: 25px;
}

.movie .wide_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.movie::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 467px;
  height: 401px;
  margin-top: -240px;
  margin-left: 470px;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  background-image: url(../img/img_sparkle01_pc.png);
  background-size: cover;
}

.movie::before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 72vw;
  height: 479px;
  content: "";
  background-image: url(../img/img_movie01_pc.jpg);
  background-attachment: fixed;
  background-size: cover;
}

.movie .move_wrap {
  position: relative;
  z-index: 2;
  width: 780px;
}

.movie .move_wrap::before {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: block;
  width: 80%;
  height: 80%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 66px 192px 8px rgba(0, 0, 0, 0.95);
          box-shadow: 0px 66px 192px 8px rgba(0, 0, 0, 0.95);
}

.movie .move {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie .move iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .movie {
    margin-bottom: 19.33333vw;
    padding-bottom: 7vw;
  }
  .movie .txt_wrap {
    width: 100%;
    margin-top: 3.33333vw;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
    z-index: 3;
  }
  .movie .txt_wrap .cont_txt {
    line-height: 1.83;
    text-align: center;
  }
  .movie .txt_wrap .movie_ttl {
    width: 69.6vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.66667vw;
  }
  .movie .wide_inner {
    display: block;
  }
  .movie::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100vw;
    height: 49.06667vw;
    margin-top: -29.33333vw;
    margin-left: 0;
    content: "";
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none;
    background-image: url(../img/img_sparkle01_sp.png);
    background-size: cover;
  }
  .movie::before {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 89.33333vw;
    height: 72vw;
    content: "";
    background-image: url(../img/img_movie01_sp.jpg);
    background-attachment: unset;
    background-size: cover;
  }
  .movie .move_wrap {
    width: 84vw;
    height: 47.2vw;
    margin-left: 5.33333vw;
  }
  .movie .move_wrap::before {
    width: 39vw;
    height: 22.5vw;
  }
  .movie .move {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .movie .move iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}

/*-------------------------------------------------------------------
photospot
/*-------------------------------------------------------------------*/
.photospot {
  position: relative;
  z-index: 10;
  margin-bottom: 140px;
  padding-top: 65px;
}

.photospot::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 467px;
  height: 401px;
  margin-top: -314px;
  margin-left: -570px;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  background-image: url(../img/img_sparkle02_pc.png);
  background-size: cover;
}

.photospot .photospot_ttl {
  margin-bottom: 26px;
  text-align: center;
}

.photospot .cont_txt {
  margin-bottom: 36px;
  text-align: center;
  line-height: 1.83;
}

.photospot .cameragirls {
  z-index: 10;
  height: auto;
  padding: 0;
  text-align: center;
  border-right: 10px solid #a700de;
  border-left: 10px solid #b3a000;
  background-color: #fff;
}

.photospot .cameragirls .cameragirlsInner {
  padding: 55px 0 39px;
}

.photospot .cameragirls_logo {
  margin-bottom: 32px;
}

.photospot .cameragirls_txt, .photospot .cameragirls_link {
  font-size: 16px;
  line-height: 2.06;
}

.photospot .cameragirls_link {
  text-decoration: underline;
  font-size: 14px;
}

.photospot .cameragirls_link:hover {
  text-decoration: none;
}

.photospot .cameragirls::before, .photospot .cameragirls::after {
  display: block;
  height: 10px;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#b3a000), to(#a700de));
  background: linear-gradient(to right, #b3a000 0%, #a700de 100%);
}

.photospot::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 72vw;
  height: 479px;
  content: "";
  pointer-events: none;
  background-image: url(../img/img_photospot01_pc.jpg);
  background-attachment: fixed;
  background-size: cover;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .photospot {
    margin-bottom: 10.66667vw;
    padding-top: 8.26667vw;
  }
  .photospot::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100vw;
    height: 49.06667vw;
    margin-top: -72vw;
    margin-left: 0;
    content: "";
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none;
    background-image: url(../img/img_sparkle02_sp.png);
    background-size: cover;
  }
  .photospot .photospot_ttl {
    width: 62.8vw;
    margin: 0 auto 4.26667vw;
  }
  .photospot .cont_txt {
    margin-bottom: 4vw;
    text-align: center;
  }
  .photospot .cameragirls {
    width: 89.33333vw;
    margin-bottom: 4.93333vw;
    padding: 0;
    text-align: center;
    border-right: 6px solid #a700de;
    border-left: 6px solid #b3a000;
    background-color: #fff;
  }
  .photospot .cameragirls .cameragirlsInner {
    padding: 6vw 0 4.66667vw;
  }
  .photospot .cameragirls_logo {
    width: 52.8vw;
    margin: 0 auto 3.33333vw;
  }
  .photospot .cameragirls_txt, .photospot .cameragirls_link {
    font-size: 3.2vw;
    line-height: 1.83;
  }
  .photospot .cameragirls_link {
    text-decoration: underline;
    font-size: 2.66667vw;
  }
  .photospot .cameragirls_txt {
    font-size: 3.2vw;
  }
  .photospot .cameragirls::before, .photospot .cameragirls::after {
    display: block;
    height: 6px;
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(#b3a000), to(#a700de));
    background: linear-gradient(to right, #b3a000 0%, #a700de 100%);
  }
  .photospot::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 100vw;
    height: 117.33333vw;
    content: "";
    pointer-events: none;
    background-image: url(../img/img_photospot01_sp.jpg);
    background-attachment: unset;
    background-size: cover;
  }
}

/*-------------------------------------------------------------------
cont_slider
/*-------------------------------------------------------------------*/
.cont_slider {
  position: relative;
  padding-bottom: 70px;
}

.cont_slider.top {
  margin-bottom: 222px;
}

.cont_slider.top::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  display: block;
  width: 467px;
  height: 401px;
  margin-top: -240px;
  margin-left: 550px;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  background-image: url(../img/img_sparkle01_pc.png);
  background-size: cover;
}

.cont_slider .slick-slide {
  position: relative;
  margin-right: 30px;
}

.cont_slider .slick-slide img {
  position: relative;
  z-index: 20;
}

.cont_slider .slick-slide::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: block;
  width: 80%;
  height: 80%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 66px 192px 8px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 66px 192px 8px rgba(0, 0, 0, 0.35);
}

.cont_slider::after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  display: block;
  width: 1200px;
  height: 14vw;
  content: "";
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  pointer-events: none;
  background: #c514ff;
  background: -webkit-gradient(linear, left top, right top, from(#b3a000), to(#c514ff));
  background: linear-gradient(to right, #b3a000 0%, #c514ff 100%);
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .cont_slider {
    padding-bottom: 7.33333vw;
  }
  .cont_slider.top {
    margin-bottom: 16.26667vw;
  }
  .cont_slider .slick-slide {
    width: 44.8vw !important;
    margin-right: 2.66667vw;
  }
  .cont_slider .slick-slide::after {
    width: 37.46667vw;
    height: 22.8vw;
  }
  .cont_slider::after {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 50%;
    display: block;
    width: 78.66667vw;
    height: 30.66667vw;
    content: "";
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    pointer-events: none;
    background: #c514ff;
    background: -webkit-gradient(linear, left top, right top, from(#b3a000), to(#c514ff));
    background: linear-gradient(to right, #b3a000 0%, #c514ff 100%);
  }
}

/*-------------------------------------------------------------------
spotlist
/*-------------------------------------------------------------------*/
.spotlist {
  position: relative;
  /*---------------------------
list01
/*----------------------------*/
  /*---------------------------
list02
/*----------------------------*/
  /*---------------------------
list03
/*----------------------------*/
  /*---------------------------
list04
/*----------------------------*/
}

.spotlist .spotlist_inner {
  width: 1200px;
  margin: 0 auto;
}

.spotlist .spotlist_contBox {
  width: 1200px;
  margin: 0 auto;
}

.spotlist .spotlistSmallImg {
  position: absolute;
}

.spotlist .spotlistBigImg {
  position: relative;
  z-index: 10;
  width: 600px;
}

.spotlist .spotlist_contBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.spotlist .spotlist_txtBox {
  position: relative;
  padding: 65px 75px 45px;
}

.spotlist .spotlist_txtBox .spotlist_txt {
  line-height: 1.55;
}

.spotlist .spotlist_txtBox .spotlist_ttl {
  margin-bottom: 45px;
  text-align: right;
}

.spotlist .spotlist_txtBox::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.3;
  background: #c514ff;
  background: -webkit-gradient(linear, left top, right top, from(#b3a000), to(#c514ff));
  background: linear-gradient(to right, #b3a000 0%, #c514ff 100%);
}

.spotlist .list01 {
  margin-bottom: 190px;
}

.spotlist .list01 .spotlistSmallImg {
  top: -35px;
  right: 60px;
}

.spotlist .list01 .spotlist_txtBox {
  bottom: 116px;
  width: 566px;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .spotlist .list01 .spotlist_ttl, .spotlist .list01 .spotlist_txt {
    margin-left: 5.33333vw;
  }
}

.spotlist .list02 {
  margin-bottom: 192px;
  padding-bottom: 145px;
}

.spotlist .list02 .spotlist_contBox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.spotlist .list02 .spotlist_ttl {
  text-align: left;
}

.spotlist .list02 .spotlistSmallImg {
  top: -107px;
  left: 60px;
}

.spotlist .list02 .spotlist_txtBox {
  bottom: -145px;
  left: -90px;
  width: 866px;
}

.spotlist .list02 .spotlistBigImg {
  width: 680px;
  margin-left: -380px;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .spotlist .list02 .spotlist_txtBoxInner {
    margin-left: 5.33333vw;
  }
  .spotlist .list02 .spotlist_ttl, .spotlist .list02 .spotlist_txt {
    margin-left: 0;
  }
  .spotlist .list02 .spotlist_txtBox {
    left: 0;
  }
}

.spotlist .list03 {
  margin-bottom: 245px;
}

.spotlist .list03 .spotlistSmallImg {
  top: -93px;
  right: 60px;
}

.spotlist .list03 .spotlist_txtBox {
  right: -90px;
  bottom: -145px;
  width: 866px;
}

.spotlist .list03 .spotlistBigImg {
  width: 680px;
  margin-right: -380px;
}

.spotlist .list04 {
  margin-bottom: 292px;
}

.spotlist .list04 .spotlist_contBox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.spotlist .list04 .spotlist_ttl {
  text-align: left;
}

.spotlist .list04 .spotlistSmallImg {
  bottom: -0;
  left: 109px;
}

.spotlist .list04 .spotlist_txtBox {
  bottom: 310px;
  width: 565px;
  margin-left: 35px;
}

.spotlist .list04 .spotlistBigImg {
  width: 600px;
  margin-left: -380px;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .list04 .spotlist_txtBoxInner {
    margin-left: 5.33333vw;
  }
  .list04 .spotlist_ttl, .list04 .spotlist_txt {
    margin-left: 0;
  }
}

/*---------------------------

/*----------------------------*/
@media screen and (max-width: 768px) and (orientation: portrait) {
  .spotlist {
    /*---------------------------
list01
/*----------------------------*/
    /*---------------------------
list02
/*----------------------------*/
    /*---------------------------
list03
/*----------------------------*/
    /*---------------------------
list04
/*----------------------------*/
  }
  .spotlist .spotlist_inner {
    width: 100%;
  }
  .spotlist .spotlistSmallImg {
    position: static;
    float: right;
    width: 34.26667vw;
  }
  .spotlist .spotlistBigImg {
    width: 56vw;
  }
  .spotlist .spotlist_contBox {
    display: block;
    width: 100vw;
  }
  .spotlist .spotlist_txtBox {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 12.66667vw 5.33333vw 8.66667vw;
  }
  .spotlist .spotlist_txtBox .spotlist_txtBoxInner {
    width: 69.2vw !important;
  }
  .spotlist .spotlist_txtBox .spotlist_ttl {
    margin-bottom: 2.66667vw;
    text-align: left;
  }
  .spotlist .spotlist_txtBox::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.3;
    background: #c514ff;
    background: -webkit-gradient(linear, left top, right top, from(#b3a000), to(#c514ff));
    background: linear-gradient(to right, #b3a000 0%, #c514ff 100%);
  }
  .spotlist .list01 {
    margin-bottom: 0vw;
  }
  .spotlist .list01 .spotlist_contBox {
    margin: 0 auto;
  }
  .spotlist .list01 .spotlistBigImg {
    margin-left: 5.33333vw;
  }
  .spotlist .list01 .spotlistSmallImg {
    position: absolute;
    top: -5.86667vw;
    right: 0;
  }
  .spotlist .list01 .spotlist_txtBox {
    bottom: 8vw;
    width: 89.33333vw;
    margin: 0 auto -5.5vw 0;
  }
  .spotlist .list02 {
    margin-bottom: 8vw;
    padding-bottom: 0;
  }
  .spotlist .list02 .spotlist_contBox {
    display: block;
  }
  .spotlist .list02 .spotlist_ttl {
    text-align: left;
  }
  .spotlist .list02 .spotlistSmallImg {
    position: static;
    display: block;
    width: 100vw;
    margin-bottom: 4vw;
  }
  .spotlist .list02 .spotlistBigImg {
    width: 66.66667vw;
    margin-right: 5.33333vw;
    margin-bottom: -12.66667vw;
    margin-left: auto;
  }
  .spotlist .list02 .spotlist_txtBox {
    bottom: -0;
    width: 89.33333vw;
    margin-right: 0;
    margin-left: auto;
    padding-top: 17vw;
  }
  .spotlist .list03 {
    margin-bottom: 5.33333vw;
  }
  .spotlist .list03 .spotlist_contBox {
    margin: 0 auto;
  }
  .spotlist .list03 .spotlistSmallImg {
    position: static;
    width: 100vw;
    margin-bottom: 4vw;
  }
  .spotlist .list03 .spotlistBigImg {
    width: 66.66667vw;
    margin-left: 5.33333vw;
  }
  .spotlist .list03 .spotlist_txtBoxInner {
    padding-left: 4.66667vw;
  }
  .spotlist .list03 .spotlist_txtBox {
    right: auto;
    bottom: 8vw;
    width: 89.33333vw;
    margin: 0 auto 0 0 0;
  }
  .spotlist .list04 {
    margin-bottom: 8vw;
    padding-bottom: 0;
  }
  .spotlist .list04 .spotlist_contBox {
    display: block;
  }
  .spotlist .list04 .spotlist_ttl {
    text-align: left;
  }
  .spotlist .list04 .spotlistSmallImg {
    position: absolute;
    top: -5.86667vw;
    left: 0;
    display: block;
    width: 34.4vw;
  }
  .spotlist .list04 .spotlistBigImg {
    width: 56vw;
    margin-right: 5.33333vw;
    margin-bottom: -8vw;
    margin-left: auto;
  }
  .spotlist .list04 .spotlist_txtBox {
    bottom: -0;
    width: 89.33333vw;
    margin-right: 0;
    margin-left: auto;
  }
}

/*-------------------------------------------------------------------
装飾
/*-------------------------------------------------------------------*/
.spotlist .spotlist::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1800px;
  height: 842px;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100%;
}

.spotlist .list01::after {
  margin-top: 250px;
  background-image: url(../img/img_sparkle03_pc.png);
}

.spotlist .list02::after {
  margin-top: 120px;
  background-image: url(../img/img_sparkle04_pc.png);
}

.spotlist .list03::after {
  margin-top: 370px;
  background-image: url(../img/img_sparkle05_pc.png);
}

.spotlist .list04::after {
  margin-top: 370px;
  background-image: url(../img/img_sparkle06_pc.png);
}

.spotlist .list05::after {
  margin-top: 160px;
  background-image: url(../img/img_sparkle07_pc.png);
}

.spotlist .list06::after {
  margin-top: 160px;
  background-image: url(../img/img_sparkle08_pc.png);
}

.spotlist .list07::after {
  margin-top: 160px;
  background-image: url(../img/img_sparkle09_pc.png);
}

.spotlist .list08::after {
  margin-top: 160px;
  background-image: url(../img/img_sparkle10_pc.png);
}

.spotlist .list09::after {
  margin-top: 150px;
  background-image: url(../img/img_sparkle11_pc.png);
}

.spotlist .list10::after {
  margin-top: 150px;
  background-image: url(../img/img_sparkle12_pc.png);
}

.spotlist .list11::after {
  margin-top: 150px;
  background-image: url(../img/img_sparkle13_pc.png);
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .spotlist .spotlist::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100vw;
    height: 112.26667vw;
    content: "";
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
  }
  .spotlist .list01::after {
    margin-top: -8vw;
    background-image: url(../img/img_sparkle03_sp.png);
  }
  .spotlist .list02::after {
    margin-top: -10.66667vw;
    background-image: url(../img/img_sparkle04_sp.png);
  }
  .spotlist .list03::after {
    margin-top: -5.33333vw;
    background-image: url(../img/img_sparkle05_sp.png);
  }
  .spotlist .list04::after {
    margin-top: -5.33333vw;
    background-image: url(../img/img_sparkle06_sp.png);
  }
  .spotlist .list05::after {
    margin-top: 0vw;
    background-image: url(../img/img_sparkle07_sp.png);
  }
  .spotlist .list06::after {
    margin-top: 0vw;
    background-image: url(../img/img_sparkle08_sp.png);
  }
  .spotlist .list07::after {
    margin-top: 0vw;
    background-image: url(../img/img_sparkle09_sp.png);
  }
  .spotlist .list08::after {
    margin-top: 0vw;
    background-image: url(../img/img_sparkle10_sp.png);
  }
  .spotlist .list9::after {
    margin-top: 0vw;
    background-image: url(../img/img_sparkle11_sp.png);
  }
  .spotlist .list10::after {
    margin-top: 0vw;
    background-image: url(../img/img_sparkle12_sp.png);
  }
  .spotlist .list11::after {
    margin-top: 0vw;
    background-image: url(../img/img_sparkle13_sp.png);
  }
}

/*-------------------------------------------------------------------
go_hikaritabi
/*-------------------------------------------------------------------*/
.go_hikaritabi {
  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;
  width: 500px;
  height: 80px;
  margin: 100px auto 200px;
  color: #fff;
  background-color: #ab9100;
  background-image: url(../img/arrow_btn01_pc.png);
  background-repeat: no-repeat;
  background-position: 91% 50%;
  font-size: 17px;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .go_hikaritabi {
    width: 78.66667vw;
    height: 13.33333vw;
    margin: 10.66667vw auto 19.2vw;
    background-image: url(../img/arrow_btn01_sp.png);
    background-repeat: no-repeat;
    background-position: 94% 50%;
    background-size: 1.6vw;
    font-size: 3.46667vw;
  }
}

/*-------------------------------------------------------------------
footer
/*-------------------------------------------------------------------*/
footer {
  padding: 25px 0;
  text-align: center;
  color: #fff;
  border-top: 1px solid #fff;
  font-size: 14px;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  footer {
    padding: 6vw 0;
    font-size: 2.66667vw;
  }
}

/*-------------------------------------------------------------------
アニメーション
/*-------------------------------------------------------------------*/
.mv .mv_slider {
  bottom: -10px;
  -webkit-transition: 1.6s;
  transition: 1.6s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  opacity: 0;
}

.mv .mv_slider.opening {
  bottom: 0;
  opacity: 1;
}

.mv .mv_box::after {
  -webkit-transition: 1.2s;
  transition: 1.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  opacity: 0;
}

.mv .mv_box.opening::after {
  opacity: 1;
}

.mv .mv_ttl {
  position: relative;
  bottom: 10px;
  -webkit-transition: 1.2s;
  transition: 1.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  opacity: 0;
}

.mv .mv_ttl.opening {
  bottom: 0;
  opacity: 1;
}

.mv .mv_img {
  -webkit-transition: 1.2s;
  transition: 1.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  opacity: 0;
}

.mv .mv_img.opening {
  opacity: 1;
}

.movie .move_wrap {
  -webkit-transition: 1.2s;
  transition: 1.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  opacity: 0;
}

.movie .txt_wrap {
  -webkit-transition: 1.2s;
  transition: 1.2s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  opacity: 0;
}

.movie::before {
  -webkit-transition: 1.2s;
  transition: 1.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  opacity: 0;
}

.movie.isAnimate .move_wrap {
  opacity: 1;
}

.movie.isAnimate::before {
  opacity: 1;
}

.movie.isAnimate .txt_wrap {
  opacity: 1;
}

.photospot .photospot_ttl {
  -webkit-transition: 1.2s;
  transition: 1.2s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  opacity: 0;
}

.photospot .cont_txt {
  -webkit-transition: 1.2s;
  transition: 1.2s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  opacity: 0;
}

.photospot .cameragirls {
  -webkit-transition: 1.2s;
  transition: 1.2s;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  opacity: 0;
}

.photospot::before {
  -webkit-transition: 1.2s;
  transition: 1.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  opacity: 0;
}

.photospot.isAnimate::before {
  opacity: 1;
}

.photospot.isAnimate .photospot_ttl {
  opacity: 1;
}

.photospot.isAnimate .cont_txt {
  opacity: 1;
}

.photospot.isAnimate .cameragirls {
  opacity: 1;
}

.cont_slider .slick-list {
  -webkit-transition: 1.2s;
  transition: 1.2s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  opacity: 0;
}

.cont_slider.isAnimate .slick-list {
  opacity: 1;
}

.spotlist .spotlistSmallImg {
  -webkit-transition: 1.6s;
  transition: 1.6s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  opacity: 0;
}

.spotlist .spotlistBigImg {
  -webkit-transition: 1.6s;
  transition: 1.6s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  opacity: 0;
}

.spotlist .spotlist_txtBox {
  -webkit-transition: 1.6s;
  transition: 1.6s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  opacity: 0;
}

.spotlist.isAnimate .spotlistSmallImg {
  opacity: 1;
}

.spotlist.isAnimate .spotlistBigImg {
  opacity: 1;
}

.spotlist.isAnimate .spotlist_txtBox {
  opacity: 1;
}

/*-------------------------------------------------------------------
spotlist
/*-------------------------------------------------------------------*/
.spotlist {
  /*---------------------------
list05
/*----------------------------*/
  /*---------------------------
list06
/*----------------------------*/
  /*---------------------------
list07
/*----------------------------*/
  /*---------------------------
list08
/*----------------------------*/
  /*---------------------------
list09
/*----------------------------*/
  /*---------------------------
list10
/*----------------------------*/
  /*---------------------------
list11
/*----------------------------*/
}

.spotlist .list05 {
  padding-bottom: 156px;
}

.spotlist .list05 .spotlist_contBox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}

.spotlist .list05 .spotlist_ttl {
  text-align: right;
}

.spotlist .list05 .spotlistSmallImg {
  top: -72px;
  right: 70px;
}

.spotlist .list05 .spotlistBigImg {
  min-width: 680px;
  margin-bottom: 145px;
  margin-left: 0;
}

.spotlist .list05 .spotlist_txtBox {
  right: 295px;
  min-width: 866px;
}

.spotlist .list06 {
  padding-bottom: 160px;
}

.spotlist .list06 .spotlist_contBox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.spotlist .list06 .spotlist_ttl {
  text-align: left;
}

.spotlist .list06 .spotlistSmallImg {
  top: -67px;
  left: 64px;
}

.spotlist .list06 .spotlistBigImg {
  min-width: 680px;
  margin-bottom: 145px;
  margin-left: 0;
}

.spotlist .list06 .spotlist_txtBox {
  right: -300px;
  min-width: 866px;
}

.spotlist .list06 .spotlist_txtBox .cont_txt {
  text-align: left;
}

.spotlist .list07 {
  padding-bottom: 156px;
}

.spotlist .list07 .spotlist_contBox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}

.spotlist .list07 .spotlist_ttl {
  text-align: right;
}

.spotlist .list07 .spotlistSmallImg {
  top: -47px;
  right: 70px;
}

.spotlist .list07 .spotlistBigImg {
  min-width: 680px;
  margin-bottom: 145px;
  margin-left: 0;
}

.spotlist .list07 .spotlist_txtBox {
  right: 295px;
  min-width: 866px;
}

.spotlist .list08 {
  padding-bottom: 130px;
}

.spotlist .list08 .spotlist_contBox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.spotlist .list08 .spotlist_ttl {
  text-align: left;
}

.spotlist .list08 .spotlistSmallImg {
  top: -67px;
  left: 64px;
}

.spotlist .list08 .spotlistBigImg {
  min-width: 680px;
  margin-bottom: 145px;
  margin-left: 0;
}

.spotlist .list08 .spotlist_txtBox {
  right: -300px;
  min-width: 866px;
}

.spotlist .list08 .spotlist_txtBox .cont_txt {
  text-align: left;
}

.spotlist .list09 {
  padding-bottom: 160px;
}

.spotlist .list09 .spotlist_contBox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}

.spotlist .list09 .spotlist_ttl {
  text-align: right;
}

.spotlist .list09 .spotlistSmallImg {
  top: -47px;
  right: 70px;
}

.spotlist .list09 .spotlistBigImg {
  min-width: 680px;
  margin-bottom: 150px;
  margin-left: 0;
}

.spotlist .list09 .spotlist_txtBox {
  right: 295px;
  min-width: 866px;
  padding: 110px 75px 65px;
}

.spotlist .list10 {
  padding-bottom: 130px;
}

.spotlist .list10 .spotlist_contBox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.spotlist .list10 .spotlist_ttl {
  text-align: left;
}

.spotlist .list10 .spotlistSmallImg {
  top: -77px;
  left: 106px;
}

.spotlist .list10 .spotlistBigImg {
  min-width: 680px;
  margin-bottom: 145px;
  margin-left: 0;
}

.spotlist .list10 .spotlist_txtBox {
  right: -300px;
  min-width: 866px;
  padding: 110px 75px 60px;
}

.spotlist .list10 .spotlist_txtBox .cont_txt {
  text-align: left;
}

.spotlist .list11 {
  padding-bottom: 160px;
}

.spotlist .list11 .spotlist_contBox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}

.spotlist .list11 .spotlist_ttl {
  text-align: right;
}

.spotlist .list11 .spotlistSmallImg {
  top: -47px;
  right: 70px;
}

.spotlist .list11 .spotlistBigImg {
  min-width: 680px;
  margin-bottom: 170px;
  margin-left: 0;
}

.spotlist .list11 .spotlist_txtBox {
  right: 295px;
  min-width: 866px;
  padding: 110px 75px 65px;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .spotlist {
    /*---------------------------
list05
/*----------------------------*/
    /*---------------------------
list06
/*----------------------------*/
    /*---------------------------
list07
/*----------------------------*/
    /*---------------------------
list08
/*----------------------------*/
    /*---------------------------
list09
/*----------------------------*/
    /*---------------------------
list10  
/*----------------------------*/
    /*---------------------------
list11
/*----------------------------*/
  }
  .spotlist .spotlist_inner {
    width: 100%;
  }
  .spotlist .spotlistSmallImg {
    position: static;
    float: right;
    width: 34.26667vw;
  }
  .spotlist .spotlistBigImg {
    width: 56vw;
  }
  .spotlist .spotlist_contBox {
    display: block;
    width: 100vw;
  }
  .spotlist .spotlist_txtBox {
    position: relative;
    width: 89.33333vw;
    padding: 11.73333vw 5.33333vw 5.33333vw;
  }
  .spotlist .spotlist_txtBox .spotlist_ttl {
    margin-bottom: 2.66667vw;
    text-align: left;
  }
  .spotlist .spotlist_txtBox::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.3;
    background: #c514ff;
    background: -webkit-gradient(linear, left top, right top, from(#b3a000), to(#c514ff));
    background: linear-gradient(to right, #b3a000 0%, #c514ff 100%);
  }
  .spotlist .list05 {
    padding-bottom: 8vw;
  }
  .spotlist .list05 .spotlist_contBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  .spotlist .list05 .spotlist_ttl {
    text-align: right;
  }
  .spotlist .list05 .spotlistSmallImg {
    top: -9.6vw;
    right: 9.33333vw;
    width: 100%;
    margin-bottom: 3.86667vw;
  }
  .spotlist .list05 .spotlistBigImg {
    width: 66.66667vw;
    min-width: inherit;
    margin-bottom: -12.66667vw;
    margin-left: 5.33333vw;
  }
  .spotlist .list05 .spotlist_txtBox {
    top: 0;
    right: 0vw;
    bottom: 0;
    min-width: inherit;
    padding: 16.93333vw 5.33333vw 5.33333vw 9.33333vw;
  }
  .spotlist .list05 .spotlist_txtBox .cont_txt {
    text-align: left;
  }
  .spotlist .list06 {
    padding-bottom: 8vw;
  }
  .spotlist .list06 .spotlist_contBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .spotlist .list06 .spotlist_ttl {
    text-align: left;
  }
  .spotlist .list06 .spotlistSmallImg {
    top: 0;
    left: 5.33333vw;
    width: 100%;
    margin-bottom: 4vw;
  }
  .spotlist .list06 .spotlist_txtBox {
    bottom: -19.33333vw;
  }
  .spotlist .list06 .spotlistBigImg {
    width: 66.66667vw;
    min-width: inherit;
    margin-bottom: -12.66667vw;
    margin-left: 27.73333vw;
  }
  .spotlist .list06 .spotlist_txtBox {
    right: -10.66667vw;
    bottom: 0;
    min-width: inherit;
    padding: 15.73333vw 0 5.33333vw 8.33333vw;
  }
  .spotlist .list06 .spotlist_txtBox .cont_txt {
    text-align: left;
  }
  .spotlist .list07 {
    padding-bottom: 8vw;
  }
  .spotlist .list07 .spotlist_contBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  .spotlist .list07 .spotlist_ttl {
    text-align: right;
  }
  .spotlist .list07 .spotlistSmallImg {
    top: -9.6vw;
    right: 9.33333vw;
    width: 100%;
    margin-bottom: 3.86667vw;
  }
  .spotlist .list07 .spotlistBigImg {
    width: 66.66667vw;
    min-width: inherit;
    margin-bottom: -16vw;
    margin-left: 5.33333vw;
  }
  .spotlist .list07 .spotlist_txtBox {
    top: 0;
    right: 0vw;
    bottom: 0;
    min-width: inherit;
    padding: 19.33333vw 5.33333vw 5.33333vw 9.33333vw;
  }
  .spotlist .list07 .spotlist_txtBox .cont_txt {
    text-align: left;
  }
  .spotlist .list08 {
    padding-bottom: 8vw;
  }
  .spotlist .list08 .spotlist_contBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .spotlist .list08 .spotlist_ttl {
    text-align: left;
  }
  .spotlist .list08 .spotlistSmallImg {
    top: 0;
    left: 5.33333vw;
    width: 100%;
    margin-bottom: 4vw;
  }
  .spotlist .list08 .spotlist_txtBox {
    bottom: -19.33333vw;
  }
  .spotlist .list08 .spotlistBigImg {
    width: 66.66667vw;
    min-width: inherit;
    margin-bottom: -15.33333vw;
    margin-left: 27.73333vw;
  }
  .spotlist .list08 .spotlist_txtBox {
    right: -10.66667vw;
    bottom: 0;
    min-width: inherit;
    padding: 18.66667vw 0 7.33333vw 8.33333vw;
  }
  .spotlist .list08 .spotlist_txtBox .cont_txt {
    text-align: left;
  }
  .spotlist .list09 {
    padding-bottom: 8vw;
  }
  .spotlist .list09 .spotlist_contBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  .spotlist .list09 .spotlist_ttl {
    text-align: right;
  }
  .spotlist .list09 .spotlistSmallImg {
    top: -9.6vw;
    right: 9.33333vw;
    width: 100%;
    margin-bottom: 3.86667vw;
  }
  .spotlist .list09 .spotlistBigImg {
    width: 66.66667vw;
    min-width: inherit;
    margin-bottom: -14.66667vw;
    margin-left: 5.33333vw;
  }
  .spotlist .list09 .spotlist_txtBox {
    top: 0;
    right: 0vw;
    bottom: 0;
    min-width: inherit;
    padding: 17.93333vw 5.33333vw 5.33333vw 9.33333vw;
  }
  .spotlist .list09 .spotlist_txtBox .cont_txt {
    text-align: left;
  }
  .spotlist .list10 {
    padding-bottom: 8vw;
  }
  .spotlist .list10 .spotlist_contBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .spotlist .list10 .spotlist_ttl {
    text-align: left;
  }
  .spotlist .list10 .spotlistSmallImg {
    position: relative;
    top: 12vw;
    left: -75.66667vw;
    width: 24.26667vw;
  }
  .spotlist .list10 .spotlist_txtBox {
    bottom: -19.33333vw;
  }
  .spotlist .list10 .spotlistBigImg {
    width: 66.66667vw;
    min-width: inherit;
    margin-top: -12vw;
    margin-bottom: -15.66667vw;
    margin-left: 27.73333vw;
  }
  .spotlist .list10 .spotlist_txtBox {
    right: -10.66667vw;
    bottom: 0;
    min-width: inherit;
    padding: 18.73333vw 0 5.33333vw 8.33333vw;
  }
  .spotlist .list10 .spotlist_txtBox .cont_txt {
    text-align: left;
  }
  .spotlist .list11 {
    padding-bottom: 11.73333vw;
  }
  .spotlist .list11 .spotlist_contBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  .spotlist .list11 .spotlist_ttl {
    text-align: right;
  }
  .spotlist .list11 .spotlistSmallImg {
    top: -9.6vw;
    right: 9.33333vw;
    width: 100%;
    margin-bottom: 3.86667vw;
  }
  .spotlist .list11 .spotlistBigImg {
    width: 66.66667vw;
    min-width: inherit;
    margin-bottom: -17.86667vw;
    margin-left: 5.33333vw;
  }
  .spotlist .list11 .spotlist_txtBox {
    top: 0;
    right: 0vw;
    bottom: 0;
    min-width: inherit;
    padding: 20.63333vw 5.33333vw 5.33333vw 9.33333vw;
  }
  .spotlist .list11 .spotlist_txtBox .cont_txt {
    text-align: left;
  }
}

/*微調整*/
.list02 .spotlist_txtBox, .list03 .spotlist_txtBox, .list05 .spotlist_txtBox, .list06 .spotlist_txtBox, .list07 .spotlist_txtBox, .list08 .spotlist_txtBox, .list09 .spotlist_txtBox, .list10 .spotlist_txtBox, .list11 .spotlist_txtBox {
  padding-top: 110px;
}

@media screen and (min-width: 768px) {
  .photospot::before, .movie::before {
    min-width: 1080px;
  }
  .list02 .spotlist_txt {
    width: 580px;
  }
  .list03 .spotlist_txt, .list05 .spotlist_txt, .list07 .spotlist_txt, .list09 .spotlist_txt, .list11 .spotlist_txt {
    width: 600px;
    margin-right: 0;
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .list02, .list05, .list06, .list07, .list08, .list09, .list10, .list11 {
    padding-top: 5.33333vw;
  }
  .list03 {
    padding-top: 0;
  }
  .list02 .spotlist_txtBox, .list03 .spotlist_txtBox, .list05 .spotlist_txtBox, .list06 .spotlist_txtBox, .list07 .spotlist_txtBox, .list08 .spotlist_txtBox, .list09 .spotlist_txtBox, .list10 .spotlist_txtBox, .list11 .spotlist_txtBox {
    padding-top: 12vw;
  }
  .spotlist .list09 {
    margin-bottom: -8vw;
    padding-bottom: 0;
  }
}

/*ローディング*/
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cont_slider .slick-track {
    height: 30.13333vw;
  }
}

.opening_wrap {
  position: fixed;
  z-index: 1000000000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(-135deg, #bbe5f7, #cbafdd) fixed;
}

.opening_wrapInner {
  position: relative;
  position: fixed;
  z-index: 1000000;
  z-index: 1000000000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(-135deg, #b3a000, #c514ff) fixed;
}

.logo_main {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 43vw;
  max-width: 750px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.logo_main img {
  width: 100%;
  height: auto;
}

.loader_wrap {
  position: fixed;
  z-index: 1100;
  top: 50%;
  left: 50%;
  width: 60%;
  max-width: 30vw;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#loadber {
  position: absolute;
  right: 0;
  bottom: -55%;
  left: 0;
  width: 70%;
  max-width: 30vw;
  height: 4px;
  margin: 0 auto -8vw;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  -webkit-filter: blur(0);
  filter: blur(0);
}

#loadber.blur {
  opacity: 0;
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.logo_main {
  opacity: 0;
}

.logo_main.on {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.logo_main.on .st1 {
  -webkit-animation: logo_main 2s ease-in 0s;
  animation: logo_main 2s ease-in 0s;
  fill: #fff;
  stroke: #fff;
  stroke-dasharray: 5000;
  stroke-dashoffset: 0;
  stroke-width: 3;
}

.logo_main.on.blur {
  opacity: 0;
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.mv_slider img {
  background-color: #021738;
}

.spotlist .list02 .spotlist_ttl {
  margin-bottom: 55px;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .spotlist .list02 .spotlist_ttl {
    margin-bottom: 2.66667vw;
  }
  .loader_wrap {
    width: 80vw;
    max-width: 80vw;
  }
  .logo_main {
    width: 100vw;
  }
  #loadber {
    bottom: -11vw;
    width: 70vw;
    max-width: 70vw;
    height: 4px;
    margin: 0 auto -10vw;
  }
}
