@charset "UTF-8";
/* RESET */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input, button, textarea, select {
  *font-size: 100%;
}

/* RESET HTML5 */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

a {
  -webkit-touch-callout: none;
}

html.hidden,
body.hidden {
  overflow: hidden;
}

html.hidden2,
body.hidden2 {
  overflow: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  background-color: #d5c093;
  color: #fff;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-style: normal;
  font-family: "Lato", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* GENERAL */
a:link, a:visited {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

a {
  outline: none;
}

/* CLEARFIX */
.clearfix {
  zoom: 1;
}

.clearfix:after,
footer .logos:after,
footer:after,
.listImg:after,
.snsList:after,
.aaaaaaaaa:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

strong {
  font-weight: bold;
}

img {
  vertical-align: bottom;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.onlyPc {
  display: block;
}

.onlySp {
  display: none;
}

a.disable {
  pointer-events: none !important;
  text-decoration: none !important;
}

/*-------------------------------------
POPUP	
-------------------------------------*/
.mfp-wrap {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.mfp-bg {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  background-color: #fff;
  background-color: #000;
  background-color: #d5c093;
}

.mfp-container {
  padding: 0;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.98;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out;
  -o-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-figure:after {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mfp-figure.show:after {
  opacity: 1;
}

.mfp-img {
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mfp-img.show {
  opacity: 1;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  right: 20px;
  top: 20px;
  color: #000;
}

.popupBox {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 80px;
}
.popupBox img {
  pointer-events: none;
}
.popupBox img {
  width: auto;
  max-width: 100%;
  max-height: calc(100vh - 250px);
  max-height: calc(100vh - 130px);
  max-height: calc(100vh - 210px);
  margin-bottom: 20px;
}
.popupBox .despArea {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  min-height: 70px;
}
.popupBox .caption {
  /*
  		color: #000;

  		a{
  			color: #000;
  		}
  */
}
.popupBox br {
  display: none;
}
.popupBox br.br {
  display: block;
}

.mfp-arrow-left:before {
  display: none;
}

.mfp-arrow-left:after {
  display: none;
}

.mfp-arrow-right:before {
  display: none;
}

.mfp-arrow-right:after {
  display: none;
}

button.mfp-arrow-left {
  background-image: url("../images/arr_left.png");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: left 25px center;
}

button.mfp-arrow-right {
  background-image: url("../images/arr_right.png");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: right 25px center;
}

.white-popup-block {
  -webkit-animation: open 1s;
          animation: open 1s;
}

.mfp-removing {
  -webkit-animation: close 1s;
          animation: close 1s;
}

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

@keyframes open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*-------------------------------------
SLIDER	
-------------------------------------*/
.slick-dots {
  bottom: -35px;
}
.slick-dots li {
  width: 7px;
}
.slick-dots li button {
  width: 7px;
}
.slick-dots li button:before {
  width: 7px;
}

/*-------------------------------------
MOTION
-------------------------------------*/
.fadeSimple {
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
.fadeSimple.active {
  opacity: 1;
}

.fade {
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  top: 20px;
}
.fade.active {
  opacity: 1;
  top: 0;
}

.fadeLeft {
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  left: -20px;
}
.fadeLeft.active {
  opacity: 1;
  left: 0;
}

.fadeRight {
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  right: -20px;
}
.fadeRight.active {
  opacity: 1;
  right: 0;
}

.fadeDelay1 {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.fadeDelay2 {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.fadeDelay3 {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.fadeDelay4 {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.maskRight {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskRight.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}

.maskLeft {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskLeft.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}

.maskTop {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskTop.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}

.maskBottom {
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskBottom.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}

/*-------------------------------------
LAYOUT	
-------------------------------------*/
.caption {
  line-height: 1.6;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 11px;
}
.caption a {
  text-decoration: underline;
  font-size: 11px;
  margin: 0 2px;
  display: inline-block;
}

img {
  width: 100%;
}

.contentBox {
  max-width: 1400px;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: auto;
  margin-right: auto;
}

#loading {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  background-color: #d5c093;
  will-change: all;
}
#loading .strBox {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 31vw;
  width: 15vw;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
#loading .strBox .str {
  position: relative;
  top: 0;
  will-change: transition;
  /*
  			&.show{
  				transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  				opacity: 1;
  			}
  			&.up{
  				//animation : undefined-easeInOutElastic 0.9s infinite linear 0.5s both;
  				transition: all 1.0s cubic-bezier(0.36, 0, 0.66, -0.56);
  				top: -100vh;
  			}
  */
}
#loading .strBox .str.show {
  opacity: 1;
}
#loading .strBox .strAb {
  position: absolute;
}
#loading .strBox .str1 {
  opacity: 0;
}
#loading .strBox .str2 {
  opacity: 0;
}
#loading .strBox .str3 {
  opacity: 0;
}
#loading .strBox .str4 {
  opacity: 0;
}
#loading .strBox .str5 {
  opacity: 0;
}

#mainVisual {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1999;
  background-color: #d5c093;
  will-change: all;
}
#mainVisual .overArea {
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#mainVisual .overArea .logo {
  margin-bottom: 3.4vw;
  opacity: 0;
}
#mainVisual .overArea .logo.show {
  opacity: 1;
}
#mainVisual .overArea .logo img {
  width: 510px;
  width: 408px;
  width: 326px;
  width: 17vw;
}
#mainVisual .overArea .anniversary10th {
  margin-bottom: 3.9vw;
  opacity: 0;
}
#mainVisual .overArea .anniversary10th.show {
  opacity: 1;
}
#mainVisual .overArea .anniversary10th img {
  width: 353px;
  width: 282px;
  width: 225px;
  width: 13vw;
}
#mainVisual .overArea .season {
  margin-bottom: 2.5vw;
  opacity: 0;
}
#mainVisual .overArea .season.show {
  opacity: 1;
}
#mainVisual .overArea .season img {
  width: 510px;
  width: 408px;
  width: 280px;
  width: 17vw;
}
#mainVisual .overArea .want {
  opacity: 0;
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#mainVisual .overArea .want.show {
  opacity: 1;
}
#mainVisual .overArea .want img {
  width: 22vw;
}
#mainVisual .overArea .desp {
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.6;
}
#mainVisual .overArea .desp.show {
  opacity: 1;
}

.secTop {
  position: relative;
  padding: 80px 0;
  text-align: center;
  height: 100vh;
  min-height: 715px;
}
.secTop .boxAll {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.secTop .logoW {
  margin-bottom: 30px;
}
.secTop .logoW img {
  width: 40vw;
  width: 25vw;
}
.secTop .season2 {
  margin-bottom: 60px;
}
.secTop .season2 img {
  width: 30vw;
  width: 17.3vw;
}
.secTop .scrollDown span {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  position: relative;
  font-size: 12px;
}
.secTop .scrollDown span:after {
  position: absolute;
  left: 50%;
  bottom: -40px;
  content: "";
  width: 1px;
  height: 40px;
  background-color: #fff;
  -webkit-animation: scrollBar 0.9s infinite linear 0.5s both;
          animation: scrollBar 0.9s infinite linear 0.5s both;
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center;
}

@-webkit-keyframes scrollBar {
  from {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  to {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@keyframes scrollBar {
  from {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  to {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
.imgBox {
  overflow: hidden;
  margin-bottom: 40px;
}
.imgBox .imgLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  font-size: 0;
}
.imgBox .imgLine .imgEach {
  display: inline-block;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.imgBox .imgLine .imgEach .img {
  font-size: 0;
  display: inline-block;
  margin: 0 4px;
  width: calc(33.33% - 12px);
  margin-bottom: 8px;
}
.imgBox .imgLine .imgEach .img video {
  overflow: hidden;
  border-radius: 8px;
  vertical-align: top;
}

/*
.leftMove{
	.imgEach{
		animation :infinity-scroll-left 40s infinite linear 0.5s both;		
	}
}

.rightMove{
	justify-content: flex-end;
	.imgEach{
		animation :infinity-scroll-right 40s infinite linear 0.5s both;		
	}
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
*/
header {
  text-align: center;
  position: fixed;
  left: 50%;
  top: 0;
  padding-top: 30px;
  z-index: 10;
  z-index: 1044;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
header.active {
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
header .haderLogo {
  margin-bottom: 20px;
}
header .haderLogo img {
  width: 10vw;
}
header .areaList {
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  display: none;
}
header .areaList li {
  display: inline-block;
  margin: 0 20px;
}
header .areaList li.current a {
  text-decoration: underline;
}
header .areaList li a:hover {
  text-decoration: underline;
}

.secArea {
  padding: 120px 120px;
  padding-top: 60px;
  text-align: center;
  position: relative;
  height: 150vh;
}
.secArea .middelBox {
  position: sticky;
  top: 10px;
  height: 100vh;
}
.secArea .middelBox .boxAll {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.secArea .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.secArea .areaBox {
  width: calc(50% - 160px);
  margin: 0 80px;
}
.secArea .areaBox .ttl {
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  margin-bottom: 10px;
}
.secArea .areaBox .linkBox {
  position: relative;
}
.secArea .areaBox a.listBtn {
  position: absolute;
  right: -60px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.secArea .areaBox a.scroll {
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.secArea .areaBox a.scroll:hover {
  opacity: 0.6;
}

.listBtn {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: left;
  text-indent: -9999px;
  background-image: url("../images/ico_list.png");
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: center center;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.listBtn:hover {
  background-size: 20px auto;
}

.secPlace {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.secPlace.secPlaceLast {
  margin-bottom: 0;
}
.secPlace .placeTtl {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 80px;
}
.secPlace .clickBtb {
  position: absolute;
  left: 50%;
  bottom: 40px;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 2;
}
.secPlace .clickBtb span {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.secPlace a.listBtn {
  position: absolute;
  right: 40px;
  bottom: 40px;
}

.mainList {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mainList > li {
  float: left;
  width: 25%;
  position: relative;
}
.mainList .boxes .img {
  position: relative;
}
.mainList .boxes .img img {
  width: 100%;
}

.secMovie {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000;
}
.secMovie .movieBox {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.secMovie .movieBox .movieTtl {
  padding-top: 20px;
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  margin-bottom: 5px;
  color: #fff;
  display: none;
}
.secMovie .movieBox .movieDesp {
  font-size: 14px;
  font-family: "alternate-gothic-atf", sans-serif;
  color: #fff;
}

.hideBox {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #d5c093;
  background-color: #000;
}
.hideBox .closeBtn {
  width: 44px;
  height: 44px;
  text-align: left;
  text-indent: -9999px;
  background-image: url("../images/btn_close_white.png");
  background-size: 44px auto;
  background-repeat: no-repeat;
  background-position: center center;
  position: fixed;
  right: 20px;
  top: 20px;
}
.hideBox .listImg {
  padding: 60px;
}
.hideBox .listImg .img {
  float: left;
  width: calc(20% - 10px);
  margin: 0 5px;
  text-align: center;
}
.hideBox .listImg .img img {
  max-height: calc(25vh - 30px);
  width: auto;
  max-width: 100%;
  padding: 10px 0;
}
.hideBox.active {
  display: block;
}

/*
#loading,#mainVisual{
	display: none;
}
*/
.secMessage {
  padding: 120px 20px;
  padding: 0 20px;
  width: 100%;
  position: relative;
  height: 150vh;
  min-height: 700px;
}
.secMessage .middelBox {
  position: sticky;
  top: 10px;
  height: 100vh;
}
.secMessage .overArea {
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.secMessage .overArea .logo {
  margin-bottom: 30px;
}
.secMessage .overArea .logo img {
  width: 152px;
}
.secMessage .overArea .anniversary10th {
  margin-bottom: 36px;
}
.secMessage .overArea .anniversary10th img {
  width: 106px;
}
.secMessage .overArea .season {
  margin-bottom: 36px;
}
.secMessage .overArea .season img {
  width: 152px;
}
.secMessage .overArea .want {
  margin-bottom: 30px;
}
.secMessage .overArea .want img {
  width: 284px;
}
.secMessage .overArea .despJp {
  margin-bottom: 36px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.6;
  font-weight: normal;
}
.secMessage .overArea .despEn {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.6;
}

.secCredit {
  padding: 120px 0;
  width: 100%;
  position: relative;
  background-color: #000;
  text-align: center;
  color: #fff;
  font-family: "Lato", sans-serif;
}
.secCredit .job {
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 2px;
}
.secCredit .name {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
  line-height: 1.6;
}
.secCredit .name span.mini {
  font-size: 10px;
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
  display: inline-block;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  margin-right: -15px;
}
.secCredit .name span.mini2 {
  margin-right: -40px;
}

/*-------------------------------------
FOOTER	
-------------------------------------*/
footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
  background-color: #000;
  color: #fff;
  text-align: center;
}
footer svg fill {
  color: #fff;
}
footer .logos .copyright {
  font-family: "alternate-gothic-atf", sans-serif;
  font-style: normal;
  font-size: 11px;
  color: #000;
  color: #fff;
}
footer .logos a.logo {
  display: block;
}
footer .logos a.logo img {
  width: 145px;
}
footer .logos .snsList {
  margin-bottom: 20px;
}
footer .logos .snsList li {
  display: inline-block;
  margin: 0 5px;
}
footer .logos .snsList li img {
  width: 23px;
}

/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px) {
  .popupBox {
    max-width: 90%;
  }
  .popupBox .despArea {
    max-width: initial;
    min-height: 150px;
  }
  .popupBox .despArea .caption {
    margin-left: -10px;
    margin-right: -10px;
  }
  .popupBox .credit {
    padding-top: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .popupBox img {
    max-height: calc(100vh - 270px);
    max-height: calc(100vh - 320px);
  }
  .popupBox br {
    display: block;
  }
  button.mfp-close {
    right: 6px;
    top: 14px;
    background-size: 30px auto;
  }
  img.mfp-img {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .mfp-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .onlyPc {
    display: none;
  }
  .onlySp {
    display: block;
  }
  /*-------------------------------------
  LAYOUT
  -------------------------------------*/
  #loading .strBox {
    width: 31vw;
    top: 48%;
  }
  #loading .strBox .str.up {
    top: -60vh;
  }
  #mainVisual {
    padding: 0px 0px;
    height: 100vh;
  }
  #mainVisual .overArea {
    position: absolute;
    left: 0;
    top: 48%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 100%;
  }
  #mainVisual .overArea .logo {
    margin-bottom: 9.25vw;
  }
  #mainVisual .overArea .logo img {
    width: 47vw;
  }
  #mainVisual .overArea .anniversary10th {
    margin-bottom: 11.11vw;
  }
  #mainVisual .overArea .anniversary10th img {
    width: 32vw;
  }
  #mainVisual .overArea .season {
    margin-bottom: 7.4vw;
    margin-bottom: 11.11vw;
  }
  #mainVisual .overArea .season img {
    width: 47vw;
  }
  #mainVisual .overArea .want img {
    width: 63.2vw;
  }
  #mainVisual .overArea .desp {
    font-size: 14px;
  }
  .secTop {
    padding: 60px 0;
    padding: 0;
    min-height: initial;
    padding-top: 60px;
  }
  .secTop .boxAll {
    position: relative;
    left: initial;
    top: initial;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }
  .secTop .logoW {
    margin-bottom: 30px;
  }
  .secTop .logoW img {
    width: 71vw;
  }
  .secTop .season2 {
    margin-bottom: 40px;
  }
  .secTop .season2 img {
    width: 48.88vw;
  }
  .imgBox .imgLine {
    margin: 0 -12vw;
    margin-bottom: 0;
  }
  .imgBox .imgLine .imgEach .img {
    margin: 0 3px;
    margin-bottom: 6px;
  }
  .imgBox .imgLine .imgEach .img video {
    border-radius: 4px;
  }
  header {
    padding-top: 20px;
  }
  header .haderLogo {
    margin-bottom: 10px;
  }
  header .haderLogo img {
    width: 20vw;
  }
  header .areaList {
    white-space: nowrap;
  }
  header .areaList li {
    margin: 0 10px;
  }
  .secArea {
    padding: 80px 0 60px 0;
    padding-bottom: 0;
    min-height: 120vh;
    height: initial;
  }
  .secArea .middelBox {
    position: sticky;
    top: 60px;
    top: 80px;
  }
  .secArea .middelBox .boxAll {
    position: relative;
    left: initial;
    top: initial;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }
  .secArea .areaBox {
    width: 67.5vw;
  }
  .secArea .box {
    display: block;
    margin-bottom: 0;
  }
  .secArea .areaBox {
    width: 65vw;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    position: relative;
  }
  .secArea .areaBox .ttl {
    position: absolute;
    left: -40px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: 2;
  }
  .secArea .areaBox a.listBtn {
    right: -40px;
  }
  a.listBtn {
    width: 25px;
    height: 25px;
    background-size: 10px auto;
  }
  a.listBtn:hover {
    background-size: 10px auto;
  }
  .mainList > li {
    width: 50%;
  }
  .secPlace .placeTtl {
    font-size: 40px;
  }
  .secPlace .clickBtb {
    bottom: 30px;
  }
  .secMovie {
    height: 60vh;
  }
  .secMovie .movieBox {
    width: 90vw;
  }
  .secMovie .movieBox .movieTtl {
    padding-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
    display: block;
  }
  .secMovie .movieBox .movieDesp {
    margin-bottom: -40px;
    font-size: 10px;
  }
  .mfp-arrow {
    width: 80px;
  }
  button.mfp-arrow-left {
    background-position: left 16px center;
  }
  button.mfp-arrow-right {
    background-position: right 16px center;
  }
  .popupBox .despArea .caption {
    font-size: 10px;
  }
  .mfp-container {
    padding-left: 0;
    padding-right: 0;
  }
  .secTop .scrollDown span {
    border: 1px solid #fff;
  }
  .secTop .scrollDown span:after {
    width: 1px;
  }
  .hideBox .closeBtn {
    right: 6px;
    top: 14px;
    background-size: 30px auto;
  }
  .hideBox .listImg {
    padding: 60px 20px 20px 20px;
  }
  .hideBox .listImg .img {
    width: calc(25% - 10px);
  }
  .hideBox .listImg .img img {
    max-height: calc(25vh - 50px);
    width: auto;
    max-width: 100%;
    padding: 5px 0;
  }
  .hideBox.active {
    display: block;
  }
  .secMessage {
    min-height: initial;
    height: 120vh;
  }
  .secMessage .overArea .logo {
    margin-bottom: 20px;
  }
  .secMessage .overArea .logo img {
    width: 27vw;
  }
  .secMessage .overArea .anniversary10th {
    margin-bottom: 20px;
  }
  .secMessage .overArea .anniversary10th img {
    width: 18.5vw;
  }
  .secMessage .overArea .season {
    margin-bottom: 23px;
  }
  .secMessage .overArea .season img {
    width: 27vw;
  }
  .secMessage .overArea .want {
    margin-bottom: 23px;
  }
  .secMessage .overArea .want img {
    width: 63.2vw;
  }
  .secMessage .overArea .despJp {
    margin-bottom: 23px;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 1.8;
    font-weight: normal;
  }
  .secMessage .overArea .despEn {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 1.8;
  }
  .secCredit {
    padding: 100px 0 70px 0;
  }
  .secCredit .name {
    font-size: 12px;
  }
  footer {
    text-align: center;
  }
  footer .logos {
    float: none;
    margin-right: 0;
  }
  footer .logos .snsList {
    float: none;
    width: auto;
    margin-left: 0;
    margin-bottom: 10px;
  }
  footer .logos .snsList li {
    display: inline-block;
    margin: 0 5px;
    float: none;
  }
  footer .logos .copyright {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
/*# sourceMappingURL=style.css.map */