@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;
}

html {
  height: 100%;
}

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

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  background-color: #fff;
  color: #000;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-style: normal;
  font-family: adobe-caslon-pro, "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 500;
  font-style: normal;
}

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

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

a {
  outline: none;
}

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

.clearfix:after,
.photoList:after,
.aaaaaaaaaa: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;
}

div#main {
  overflow: inherit;
  width: 100vw;
}

.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;
}

/* 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;
}

.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: 12px auto;
  background-position: left 25px center;
}

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

.slick-dots {
  bottom: -35px;
}
.slick-dots li {
  width: 7px;
}
.slick-dots li button {
  width: 7px;
}
.slick-dots li button:before {
  width: 7px;
}

#gg2022ss {
  overflow: hidden;
}
#gg2022ss a:hover {
  opacity: 1;
}
#gg2022ss .disable {
  pointer-events: none;
}
#gg2022ss .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;
}
#gg2022ss .fadeSimple.active {
  opacity: 1;
}
#gg2022ss .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;
}
#gg2022ss .fade.active {
  opacity: 1;
  top: 0;
}
#gg2022ss .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;
}
#gg2022ss .fadeLeft.active {
  opacity: 1;
  left: 0;
}
#gg2022ss .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;
}
#gg2022ss .fadeRight.active {
  opacity: 1;
  right: 0;
}
#gg2022ss .fadeDelay1 {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
#gg2022ss .fadeDelay2 {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#gg2022ss .fadeDelay3 {
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#gg2022ss .fadeDelay4 {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
#gg2022ss .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);
}
#gg2022ss .maskRight.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}
#gg2022ss .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);
}
#gg2022ss .maskLeft.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}
#gg2022ss .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);
}
#gg2022ss .maskTop.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}
#gg2022ss .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);
}
#gg2022ss .maskBottom.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}
#gg2022ss.noLogo h1.logo svg {
  opacity: 0;
}
#gg2022ss.noLogo .sideSeason {
  opacity: 0;
}
#gg2022ss.white h1.logo svg {
  opacity: 1;
  fill: #fff;
}
#gg2022ss.white .sideSeason {
  opacity: 1;
  color: #fff;
}
#gg2022ss.black h1.logo svg {
  opacity: 1;
  fill: #000;
}
#gg2022ss.black .sideSeason {
  opacity: 1;
  color: #000;
}
#gg2022ss.noSeason .sideSeason {
  opacity: 0;
}
#gg2022ss h1.logo {
  position: fixed;
  left: 30px;
  top: 30px;
  z-index: 10;
}
#gg2022ss h1.logo svg {
  fill: #fff;
  width: 136px;
  -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);
}
#gg2022ss .sideSeason {
  position: fixed;
  right: 24px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 10;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 11px;
  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);
}
#gg2022ss .sideTheme {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 10;
  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);
}
#gg2022ss .sideTheme img {
  width: 160px;
}
#gg2022ss .sideTheme.show {
  opacity: 1;
}
#gg2022ss .fullBox {
  height: 100vh;
  min-height: 55vw;
}
#gg2022ss .fullBox img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#gg2022ss .scrollBox img {
  width: auto;
  min-height: 150vh;
  min-width: 100vw;
}
#gg2022ss #player2 {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 30%;
}
#gg2022ss #mask .cls-1 {
  fill: none;
  stroke: #D07B00;
  stroke: #fff;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500;
  /* 線の間隔を指定する */
  stroke-dashoffset: 1500;
  /* 線の位置を指定する */
}
#gg2022ss .mainVisual {
  position: relative;
  height: 100vh;
  min-height: 55vw;
  z-index: 2;
}
#gg2022ss .mainVisual .movie {
  position: absolute;
  text-align: center;
  width: 50vw;
  height: 50vh;
  z-index: 2;
  -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);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#gg2022ss .mainVisual .movie video {
  vertical-align: top;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
#gg2022ss .mainVisual .movie.big {
  width: 100%;
  height: 100vh;
  min-height: 55vw;
  opacity: 0;
}
#gg2022ss .mainVisual img {
  width: 100%;
}
#gg2022ss .mainVisual .overArea {
  position: absolute;
  z-index: 5;
  bottom: 12.5%;
  left: 0;
  width: 100%;
  text-align: center;
  /*
  		.summer{
  			position: relative;
  			z-index: 2;
  			width: 41%;
  			margin-bottom: -3.5%;

  			opacity: 0;
  			transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  			transition-delay: 1.2s;
  		}
  */
}
#gg2022ss .mainVisual .overArea div {
  margin-left: auto;
  margin-right: auto;
}
#gg2022ss .mainVisual .overArea .summerBox {
  position: relative;
  z-index: 2;
  width: 43.5%;
  margin-bottom: -5.5%;
}
#gg2022ss .mainVisual .overArea .summerBox svg {
  width: 100%;
  /*
  				image{
  					width: 100%;
  				}
  */
}
#gg2022ss .mainVisual .overArea .brand {
  width: 45.8%;
  margin-bottom: 1.5%;
  opacity: 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);
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
#gg2022ss .mainVisual .overArea .starring {
  width: 23.8%;
  opacity: 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);
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#gg2022ss .mainVisual .overArea.show {
  /*
  			.summer{
  				opacity: 1;	
  			}
  */
}
#gg2022ss .mainVisual .overArea.show .brand {
  opacity: 1;
}
#gg2022ss .mainVisual .overArea.show .starring {
  opacity: 1;
}
#gg2022ss .mainVisual .topSlider {
  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);
}
#gg2022ss .mainVisual .topSlider div {
  height: 100vh;
  min-height: 55vw;
}
#gg2022ss .mainVisual .topSlider div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#gg2022ss .mainVisual .topSlider.show {
  opacity: 1;
}
#gg2022ss .mainVisual .scrollBox a {
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: 0;
  z-index: 2;
  padding: 0px 10px 13px 30px;
  overflow: hidden;
  color: #000;
  font-size: 10px;
  height: 50px;
  font-family: serif;
  line-height: 1;
  letter-spacing: 0.08em;
  text-decoration: none;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
#gg2022ss .mainVisual .scrollBox a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 50px;
  background: #000;
}
#gg2022ss .mainVisual .scrollBox a::after {
  -webkit-animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@-webkit-keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
#gg2022ss .sec {
  height: 100vh;
  min-height: 55vw;
  position: relative;
  overflow: hidden;
}
#gg2022ss .concept {
  position: absolute;
  z-index: 5;
  left: 0%;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-align: center;
  color: #fff;
  line-height: 1.4;
}
#gg2022ss .concept p {
  margin-bottom: 20px;
}
#gg2022ss .concept span {
  opacity: 0;
  position: relative;
  top: 20px;
  -webkit-transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: inline-block;
  line-height: 1;
}
#gg2022ss .concept span.line1 {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
#gg2022ss .concept span.line2 {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#gg2022ss .concept span.line3 {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#gg2022ss .concept span.line4 {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#gg2022ss .concept span.line5 {
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#gg2022ss .concept span.line6 {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
#gg2022ss .concept span.line7 {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
#gg2022ss .concept span.line8 {
  -webkit-transition-delay: 1.4s;
       -o-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
#gg2022ss .concept.active span {
  opacity: 1;
  top: 0;
}
#gg2022ss .middleBox {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-align: center;
}
#gg2022ss .photoList {
  font-size: 0;
  text-align: center;
  display: inline-block;
  width: 100vw;
}
#gg2022ss .photoList > li {
  display: inline-block;
}
#gg2022ss .photoList img {
  width: 100%;
}
#gg2022ss .photoList0 > li {
  width: 55.4vw;
  width: 61.5vw;
  width: calc(60vw + 20px);
}
#gg2022ss .photoList1 > li {
  width: 36.25vw;
}
#gg2022ss .photoList2 > li {
  width: 30vw;
  margin: 0 10px;
}
#gg2022ss .photoList3 > li {
  width: 30vw;
  width: 28vw;
  margin: 0 10px;
}
#gg2022ss .photoSlider {
  width: 100%;
}
#gg2022ss .photoSlider div {
  vertical-align: bottom;
}
#gg2022ss .photoSlider div img {
  width: 100%;
}
#gg2022ss .caption {
  position: absolute;
  left: 0;
  bottom: 28px;
  width: 100%;
  z-index: 6;
  text-align: center;
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
#gg2022ss .caption .coming {
  font-style: italic;
}
#gg2022ss .caption a {
  margin: 0 3px;
}
#gg2022ss .caption a .price {
  text-decoration: underline;
}
#gg2022ss .caption a:hover {
  text-decoration: none;
}
#gg2022ss .caption.captionWhite a {
  color: #fff;
}
#gg2022ss .beige {
  background-color: #f4f2ec;
}
#gg2022ss .blue {
  background-color: #1d3250;
}
#gg2022ss .blue .caption {
  color: #fff;
}
#gg2022ss .blue .caption a {
  color: #fff;
}
#gg2022ss .black {
  background-color: #000;
}
#gg2022ss .black .caption {
  color: #fff;
}
#gg2022ss .black .caption a {
  color: #fff;
}
#gg2022ss a.instagram {
  background-image: url("../images/ico_instagram.png");
  background-repeat: no-repeat;
  background-size: 17px auto;
  background-position: left center;
  padding: 25px;
  text-align: left;
  text-indent: -9999px;
  /*
  	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);

  	&:hover{
  		opacity: 0.6;
  	}
  */
}
#gg2022ss #sec13 {
  padding: 120px 0 80px 0;
  height: auto;
  color: #fff;
  text-align: center;
}
#gg2022ss .creditBox {
  width: 36%;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 90px;
  text-align: center;
  letter-spacing: 0;
}
#gg2022ss .creditBox .credit {
  position: absolute;
  left: 0%;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #fff;
  z-index: 2;
  line-height: 1.4;
}
#gg2022ss .creditBox .credit .job {
  font-size: 10px;
  font-style: italic;
}
#gg2022ss .creditBox .credit .name {
  font-size: 11.5px;
  margin-bottom: 10px;
}
#gg2022ss .creditBox .bg img {
  width: 100%;
}
#gg2022ss .creditBox .logo {
  position: absolute;
  left: 0%;
  width: 100%;
  bottom: 40px;
  z-index: 2;
}
#gg2022ss .creditBox .logo img {
  width: 70%;
}
#gg2022ss .copyright {
  font-size: 11px;
  letter-spacing: 0.01em;
}
#gg2022ss .instagram {
  margin-bottom: 20px;
}
#gg2022ss .instagram a {
  background-image: url("../images/ico_instagram.png");
  background-repeat: no-repeat;
  background-size: 17px auto;
  background-position: left center;
  padding: 25px;
  color: #fff;
  text-align: left;
  text-indent: -9999px;
  padding: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-position: center center;
}
#gg2022ss #sec4 img {
  margin-top: -30vw;
}
#gg2022ss #sec13 {
  padding-top: 80px;
  padding-bottom: 0;
}
#gg2022ss #footer {
  padding-top: 80px;
}

/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px) {
  .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    right: 3px;
    top: 10px;
  }

  .mfp-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  button.mfp-arrow-left {
    background-position: left 15px center;
  }

  button.mfp-arrow-right {
    background-position: right 15px center;
  }

  #gg2022ss .onlyPc {
    display: none;
  }
  #gg2022ss .onlySp {
    display: block;
  }
  #gg2022ss h1.logo {
    left: 20px;
    top: 20px;
  }
  #gg2022ss h1.logo svg {
    width: 110px;
  }
  #gg2022ss .mainVisual .movie {
    width: 80vw;
    height: 30vh;
  }
  #gg2022ss .mainVisual .movie video {
    -o-object-position: 36% 50%;
       object-position: 36% 50%;
  }
  #gg2022ss .mainVisual .movie.big {
    /*
    			width: 80vw;
    			height: 30vh;
    */
  }
  #gg2022ss .mainVisual img {
    width: 100%;
  }
  #gg2022ss .mainVisual .overArea {
    bottom: 19%;
    /*
    		.summer{
    			width: 41%;
    			width: 61.5%;
    			width: 69.7%;
    		}
    */
  }
  #gg2022ss .mainVisual .overArea .summerBox {
    width: 73.95%;
    margin-bottom: -10.5%;
  }
  #gg2022ss .mainVisual .overArea .brand {
    width: 45.8%;
    width: 68.7%;
    width: 77.86%;
  }
  #gg2022ss .mainVisual .overArea .starring {
    width: 23.8%;
    width: 35.7%;
    width: 40.46%;
  }
  #gg2022ss .concept {
    font-size: 13px;
  }
  #gg2022ss .sideSeason {
    right: 5px;
    font-size: 10px;
  }
  #gg2022ss .photoList0 > li {
    width: 100vw;
  }
  #gg2022ss .photoList2 {
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  #gg2022ss .photoList2 > li {
    float: left;
    width: calc(50% - 10px);
    margin: 0 5px;
  }
  #gg2022ss .photoList1 {
    padding-left: 40px;
    padding-right: 40px;
    width: auto;
  }
  #gg2022ss .photoList1 > li {
    float: left;
    width: calc(100%);
    margin: 0 0px;
  }
  #gg2022ss #player2 {
    width: 80%;
  }
  #gg2022ss #sec6 .photoList {
    width: 100vw;
  }
  #gg2022ss #sec8 .photoSlider {
    width: 100vw;
  }
  #gg2022ss .creditBox {
    width: 80%;
  }
  #gg2022ss .creditBox .credit {
    top: 50px;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }
  #gg2022ss .creditBox .logo {
    bottom: 30px;
  }
  #gg2022ss .copyright {
    font-size: 10px;
  }
  #gg2022ss .scrollBox img {
    height: 120vh;
    margin-left: -20%;
  }
  #gg2022ss #sec1 {
    height: auto;
  }
  #gg2022ss #sec1 .fullBox {
    display: none;
  }
  #gg2022ss #sec1 .bg img {
    width: 100%;
  }
  #gg2022ss #sec2 {
    height: auto;
  }
  #gg2022ss #sec2 .middleBox {
    position: relative;
    top: initial;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    padding-left: 0;
    padding-right: 0;
  }
  #gg2022ss #sec2 .photoList {
    display: block;
  }
  #gg2022ss .middleBox {
    width: 100vw;
    padding-left: 30px;
    padding-right: 30px;
  }
  #gg2022ss #sec32 .photoList1,
#gg2022ss #sec6 .photoList1,
#gg2022ss #sec8 .photoList1,
#gg2022ss #sec9 .photoList1 {
    padding-left: 0;
    padding-right: 0;
  }
  #gg2022ss #sec32 .middleBox,
#gg2022ss #sec6 .middleBox,
#gg2022ss #sec8 .middleBox,
#gg2022ss #sec9 .middleBox {
    padding-left: 0;
    padding-right: 0;
    top: 0;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }
  #gg2022ss #player2 {
    position: relative;
    left: initial;
    top: initial;
    z-index: 2;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    width: 100%;
    display: block;
  }
  #gg2022ss .scrollBox {
    height: 125vw;
    overflow: hidden;
  }
  #gg2022ss .scrollBox img {
    height: 145vw;
    min-height: initial;
    margin-left: 0;
  }
  #gg2022ss #sec4 {
    height: auto;
  }
  #gg2022ss #sec7 .slick-dots li button:before {
    color: #fff;
  }
  #gg2022ss #sec11 {
    height: auto;
  }
  #gg2022ss #sec11 video {
    display: block;
  }
  #gg2022ss #sec11Sp .photoList1 {
    padding-left: 0;
    padding-right: 0;
  }
  #gg2022ss #sec12 .fullBox {
    display: none;
  }
  #gg2022ss #sec12 .bg img {
    width: 100%;
  }
  #gg2022ss .fade {
    top: 0px;
  }
  #gg2022ss .popup {
    pointer-events: none;
  }
  #gg2022ss #sec3,
#gg2022ss #sec5,
#gg2022ss #sec7,
#gg2022ss #sec10,
#gg2022ss #sec11Sp {
    height: auto;
    padding-top: 26vw;
    padding-bottom: 34vw;
  }
  #gg2022ss .middleBox {
    position: relative;
    top: initial;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }
  #gg2022ss .caption {
    bottom: 30px;
  }
  #gg2022ss #sec32,
#gg2022ss #sec6,
#gg2022ss #sec8,
#gg2022ss #sec9,
#gg2022ss #sec12 {
    height: auto;
    padding-bottom: 34vw;
  }
  #gg2022ss #sec32,
#gg2022ss #sec9,
#gg2022ss #sec11Sp,
#gg2022ss #sec12 {
    padding-bottom: calc(34vw + 20px);
  }
  #gg2022ss #player1,
#gg2022ss #player2 {
    padding: 30px 30px;
  }
  #gg2022ss #sec4 img {
    margin-top: 40vw;
  }
  #gg2022ss .caption.captionWhite a {
    color: #000;
  }
  #gg2022ss .mainVisual .movie.big {
    height: 100%;
  }
  #gg2022ss .mainVisual .topSlider div {
    height: 100%;
  }
}