@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.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-feature-settings: "palt";
  font-weight: 400;
  font-style: normal;
  font-family: "garamond-premier-pro-display", "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 400;
  font-style: normal;
}

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

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

a {
  outline: none;
}

strong {
  font-weight: bold;
}

img {
  vertical-align: bottom;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
}

* {
  box-sizing: border-box;
}

.onlyPc {
  display: block !important;
}

.onlyPc2 {
  display: flex !important;
}

.onlySp {
  display: none !important;
}

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

.mfp-wrap {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.mfp-bg {
  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;
  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 {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

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

.mfp-img {
  opacity: 0;
  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;
}

.disable {
  pointer-events: none;
}

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

.fade {
  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 {
  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 {
  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 {
  transition-delay: 0s;
}

.fadeDelay2 {
  transition-delay: 0.4s;
}

.fadeDelay3 {
  transition-delay: 0.8s;
}

.fadeDelay4 {
  transition-delay: 0.9s;
}

.maskRight {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  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%);
  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);
  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);
  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);
}

/*---------------------------------------------
MAIN
---------------------------------------------*/
#gg2025ss {
  overflow: hidden;
  /*---------------------------------------------
  HEADER
  ---------------------------------------------*/
}
#gg2025ss.noLogo h1.logo a {
  opacity: 0;
}
#gg2025ss.noLogo .sideSeason {
  opacity: 0;
}
#gg2025ss.noSeason .sideSeason {
  opacity: 0;
}
#gg2025ss.whiteMode .sideSeason {
  color: #fff;
}
#gg2025ss.whiteMode h1.logo a {
  background-image: url("../images/img_logo_white.png");
}
#gg2025ss .sec {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
}
#gg2025ss .secFull {
  padding: 0;
}
#gg2025ss .beige {
  background-color: #f5f2ec;
}
#gg2025ss .white {
  background-color: #fff;
}
#gg2025ss .black {
  background-color: #000;
}
#gg2025ss .black .caption {
  color: #fff;
}
#gg2025ss .black .caption a {
  color: #fff;
}
#gg2025ss .beige {
  background-color: #f4f2ec;
}
#gg2025ss .blue {
  background-color: #1d3250;
}
#gg2025ss .blue .caption {
  color: #fff;
}
#gg2025ss .blue .caption a {
  color: #fff;
}
#gg2025ss h1.logo {
  position: fixed;
  left: 25px;
  top: 20px;
  z-index: 10;
}
#gg2025ss h1.logo a {
  background-image: url("../images/img_logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 136px;
  height: 45px;
  text-indent: -9999px;
  display: inline-block;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#gg2025ss .sideSeason {
  position: fixed;
  right: 24px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 10;
  writing-mode: vertical-rl;
  font-size: 11px;
  opacity: 1;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#gg2025ss .mainVisual {
  position: relative;
  z-index: 2;
}
#gg2025ss .mainVisual img {
  width: 100%;
}
#gg2025ss .mainVisual .season {
  position: absolute;
  left: 50%;
  bottom: 55px;
  transform: translate(-50%, 0%);
  z-index: 5;
  opacity: 0;
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#gg2025ss .mainVisual .season img {
  width: 48vw;
  height: auto;
}
#gg2025ss .mainVisual .season.active {
  opacity: 1;
}
#gg2025ss .mainVisual .topSlider {
  opacity: 0;
  transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#gg2025ss .mainVisual .topSlider div {
  vertical-align: top;
}
#gg2025ss .mainVisual .topSlider div img.img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
#gg2025ss .mainVisual .topSlider.active {
  opacity: 1;
}
#gg2025ss .thumList {
  width: 67vw;
  margin: 0 auto;
  display: flex;
  gap: 10px;
  padding: 55px 0;
}
#gg2025ss .thumList li {
  width: 25%;
}
#gg2025ss .thumList li:nth-child(1) {
  transition-delay: 0s;
}
#gg2025ss .thumList li:nth-child(2) {
  transition-delay: 0.2s;
}
#gg2025ss .thumList li:nth-child(3) {
  transition-delay: 0.4s;
}
#gg2025ss .thumList li:nth-child(4) {
  transition-delay: 0.6s;
}
#gg2025ss #concept {
  padding: 0 0;
  position: relative;
}
#gg2025ss #concept .overArea {
  color: #fff;
  position: relative;
  z-index: 10;
  padding: 165px 0;
  text-align: center;
}
#gg2025ss #concept .overArea .desp {
  font-size: 14px;
  line-height: 1.6;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  font-weight: 600;
}
#gg2025ss #concept .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#gg2025ss #concept .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#gg2025ss .halfBox {
  display: flex;
  align-items: center;
}
#gg2025ss .halfBox .each {
  width: 50%;
  text-align: center;
}
#gg2025ss .halfBox.rightBig .each1 img {
  width: 60%;
}
#gg2025ss .halfBox.leftBig .each2 img {
  width: 60%;
}
#gg2025ss .photoList {
  display: flex;
  gap: 10px;
  justify-content: center;
}
#gg2025ss .photoList1 li {
  width: 36vw;
}
#gg2025ss .photoList2 li {
  width: 30vw;
}
#gg2025ss .photoList1Wide li {
  width: 61vw;
}
#gg2025ss .pcSlider {
  width: 100%;
}
#gg2025ss .pcSlider div {
  vertical-align: bottom;
}
#gg2025ss .pcSlider div img {
  width: 100%;
}
#gg2025ss .caption {
  position: absolute;
  left: 0;
  bottom: 28px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 6;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  mix-blend-mode: difference;
}
#gg2025ss .caption.leftCaption {
  width: 50%;
}
#gg2025ss .caption.rightCaption {
  left: 50%;
  width: 50%;
}
#gg2025ss .caption .mini {
  font-style: italic;
  padding-left: 1px;
}
#gg2025ss .caption span {
  text-decoration: underline;
}
#gg2025ss .caption a {
  margin: 0 5px;
  display: inline-block;
  color: #fff;
}
#gg2025ss .caption a.disable span {
  text-decoration: none;
}
#gg2025ss .caption a:hover {
  text-decoration: none;
}
#gg2025ss .caption.whiteStr a {
  color: #fff;
}
#gg2025ss .creditBox {
  width: 61%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  letter-spacing: 0.01em;
}
#gg2025ss .creditBox .credit {
  position: relative;
  z-index: 5;
  padding: 210px 0 140px 0;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
#gg2025ss .creditBox .credit .job {
  font-size: 10px;
  font-style: italic;
  line-height: 1;
  margin-bottom: 5px;
}
#gg2025ss .creditBox .credit .name {
  font-size: 11.5px;
  line-height: 1;
  margin-bottom: 8px;
}
#gg2025ss .creditBox .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#gg2025ss .creditBox .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#gg2025ss .creditBox .logo {
  position: absolute;
  left: 0%;
  width: 100%;
  bottom: 40px;
  z-index: 2;
}
#gg2025ss .creditBox .logo img {
  width: 170px;
}
#gg2025ss .copyright {
  font-size: 11px;
  letter-spacing: 0.01em;
}
#gg2025ss footer {
  padding: 60px 0 30px 0;
}
#gg2025ss footer .logos {
  text-align: center;
}
#gg2025ss footer .logos .snsList {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 40px;
}
#gg2025ss footer .logos .snsList li img {
  width: 40px;
}
#gg2025ss footer .logos a.logo {
  margin-bottom: 40px;
  display: inline-block;
}
#gg2025ss footer .logos a.logo img {
  width: 145px;
}
#gg2025ss footer .logos .copyright {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#gg2025ss .creditBtn {
  display: none;
}

/* ------------------------------------------
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;
  }
  .onlyPc {
    display: none !important;
  }
  .onlyPc2 {
    display: none !important;
  }
  .onlySp {
    display: block !important;
  }
  #gg2025ss h1.logo {
    left: 18px;
    top: 18px;
  }
  #gg2025ss h1.logo a {
    width: 107px;
    height: 41px;
  }
  #gg2025ss .mainVisual .season {
    bottom: initial;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
    text-align: center;
  }
  #gg2025ss .mainVisual .season img {
    width: 75vw;
    margin: 0 auto;
  }
  #gg2025ss .sideSeason {
    right: 7px;
    font-size: 10px;
  }
  #gg2025ss .thumList {
    flex-wrap: wrap;
    width: 100%;
    padding: 50px 0px;
    gap: 10px;
  }
  #gg2025ss .thumList li {
    width: calc(50% - 5px);
  }
  #gg2025ss .photoList {
    display: block;
    width: auto;
  }
  #gg2025ss .photoList1 > li {
    width: auto;
  }
  #gg2025ss .photoList2 {
    margin-top: -90px;
  }
  #gg2025ss .photoList2 > li {
    width: auto;
  }
  #gg2025ss .photoList2 > li:first-child {
    margin-bottom: 90px;
    margin-left: -30px;
    margin-right: -30px;
  }
  #gg2025ss .photoList2.downBigSp li:first-child {
    padding-top: 90px;
    padding-left: 30px;
    padding-right: 30px;
  }
  #gg2025ss .halfBox {
    display: block;
    margin-bottom: 90px;
  }
  #gg2025ss .halfBox .each {
    width: auto;
  }
  #gg2025ss .halfBox .each:first-child {
    margin-bottom: 90px;
  }
  #gg2025ss .halfBox.rightBig .each1 img {
    width: calc(100% - 0px);
  }
  #gg2025ss .halfBox.rightBig .each2 img {
    width: calc(100% - 0px);
  }
  #gg2025ss .halfBox.leftBig .each1 img {
    width: calc(100% - 0px);
  }
  #gg2025ss .halfBox.leftBig .each2 img {
    width: calc(100% - 0px);
  }
  #gg2025ss .halfBox.upBigSp .each1 img {
    width: calc(100% - 0px);
  }
  #gg2025ss .halfBox.upBigSp .each2 img {
    width: calc(100% - 60px);
  }
  #gg2025ss .halfBox.downBigSp .each1 img {
    width: calc(100% - 60px);
  }
  #gg2025ss .halfBox.downBigSp .each2 img {
    width: calc(100% - 0px);
  }
  #gg2025ss .creditBox {
    width: auto;
    margin-left: -30px;
    margin-right: -30px;
  }
  #gg2025ss .fade {
    top: 0px;
  }
  #gg2025ss .popup {
    pointer-events: none;
  }
  #gg2025ss .caption {
    bottom: 25px;
    font-size: 12px;
  }
  #gg2025ss .slick-dotted.slick-slider {
    margin-bottom: 50px;
  }
  #gg2025ss .sec {
    height: auto;
    min-height: initial;
    padding-top: 75px;
    padding-bottom: 75px;
    padding-bottom: 47px;
  }
  #gg2025ss .secFull {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #gg2025ss .caption.whiteStr a {
    color: #000;
  }
  #gg2025ss #concept {
    left: initial;
    top: initial;
    transform: translate(0%, 0%);
  }
  #gg2025ss #concept .overArea {
    position: relative;
    left: initial;
    top: initial;
    transform: translate(0%, 0%);
    padding: 80px 0;
  }
  #gg2025ss #concept .overArea .desp {
    line-height: 1.4;
    font-size: 13.5px;
    font-weight: 400;
    letter-spacing: 0.03em;
  }
  #gg2025ss .contentBox {
    padding-left: 25px;
    padding-right: 25px;
  }
  #gg2025ss footer {
    text-align: center;
  }
  #gg2025ss footer .logos {
    float: none;
    margin-right: 0;
  }
  #gg2025ss footer .logos .snsList {
    float: none;
    margin-left: 0;
  }
  #gg2025ss footer .logos .snsList li {
    display: inline-block;
    float: none;
  }
  #gg2025ss footer .logos .copyright {
    float: none;
    text-align: center;
  }
  #gg2025ss #sec20 {
    padding: 0;
  }
  #gg2025ss .creditAllBox {
    position: relative;
  }
  #gg2025ss .creditAllBox.active .caption {
    opacity: 1;
  }
  #gg2025ss .creditAllBox.active .whiteBg {
    opacity: 1;
  }
  #gg2025ss .creditAllBox .caption {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 5;
    bottom: initial;
    mix-blend-mode: normal;
    transform: translate(0, -50%);
    padding-left: 0px;
    padding-right: 0px;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #gg2025ss .creditAllBox .caption span {
    padding-right: 2px;
  }
  #gg2025ss .creditAllBox .caption a {
    color: #000;
  }
  #gg2025ss .creditAllBox .whiteBg {
    background-color: rgba(255, 255, 255, 0.75);
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #gg2025ss .creditBtn {
    display: block;
    text-align: left;
    padding-top: 13px;
    font-size: 10px;
    font-weight: 300;
    color: #555;
    cursor: pointer;
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }
  #gg2025ss .creditBtnLeft {
    margin-left: 25px;
  }
  #gg2025ss .creditBtnWhite {
    color: #fff;
  }
  #gg2025ss .mbSmall {
    margin-bottom: 46px !important;
  }
  #gg2025ss .whiteBg + .caption {
    color: #000;
  }
}/*# sourceMappingURL=style.css.map */