@charset "UTF-8";
/* CSS Document */


/* ////////////////////////////////////////////////////////////////////////////////

	Common

//////////////////////////////////////////////////////////////////////////////// */
@font-face {
  font-family: 'sns_ico';
  src:
    url('sns_ico.ttf?z7sza2') format('truetype'),
    url('sns_ico.woff?z7sza2') format('woff'),
    url('sns_ico.svg?z7sza2#sns_ico') format('svg');
  font-weight: normal;
  font-style: normal;
}

i.snsIcon {
  font-family: 'sns_ico' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

	color: #000;
}

.icon-search:before { content: "\e908";}
.icon-arrow1_left:before { content: "\e90c";}
.icon-arrow1_bottom:before { content: "\e90d";}
.icon-arrow1_right:before { content: "\e90e";}
.icon-arrow1_top:before { content: "\e90f";}
.icon-arrow2_left:before { content: "\e910";}
.icon-arrow2_bottom:before { content: "\e911";}
.icon-arrow2_right:before { content: "\e912";}
.icon-arrow2_top:before { content: "\e913";}
.icon-link:before { content: "\e914";}
.icon-note:before { content: "\e915";}
.icon-ap:before { content: "\e900";}
.icon-blo:before { content: "\e901";}
.icon-fb:before { content: "\e902";}
.icon-hp:before { content: "\e903";}
.icon-in:before { content: "\e904";}
.icon-line:before { content: "\e905";}
.icon-spo:before { content: "\e906";}
.icon-tt:before { content: "\e907";}
.icon-yt:before { content: "\e909";}
.icon-x:before { content: "\e90a";}
.icon-wb:before { content: "\e90b";}
.icon-arrow3_top:before { content: "\ea3a";}
.icon-arrow3_right:before { content: "\ea3c";}
.icon-arrow3_bottom:before { content: "\ea3e";}
.icon-arrow3_left:before { content: "\ea40";}

html {
	scroll-behavior: smooth;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
	font-size: min(3.6vw, 16px);
	line-height: 1.8;
  letter-spacing: 0.06em;
	-webkit-text-size-adjust: 100%;
  background-color: #000;
  color: #fff;
}
.modal-open {
  position: fixed;
  overflow: hidden;
  width: 100%;
}

img {
	max-width: 100%;
	height: auto;
}
ul { list-style: none;}

.scrl {
	transition: all .6s ease-out;
}


@media screen and (min-width: 821px) {

	.sp { display: none;}

	a { transition: all 0.3s ease-out;}
	a:hover { opacity: 0.5;}

}
@media screen and (max-width: 820px) {

	.pc { display: none;}

}

/* ////////////////////////////////////////////////////////////////////////////////

	Main visual

//////////////////////////////////////////////////////////////////////////////// */
#mainVisual {
  position: relative;
  width: 100vw;
  height: 100vh;
  height: 100svh;
}
@keyframes op1 {
  0% { opacity: 0;}
  100% { opacity: 1;}
}
#mainVisual h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(58vw, 480px);
  line-height: 0;
  z-index: 1;

  opacity: 0;
  animation: op2 1.5s ease-out 2.8s forwards;
}
@keyframes op2 {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(1.1);}
  100% { opacity: 1; transform: translate(-50%, -50%) scale(1);}
}

#mainVisual img {
  width: 100%;
  height: auto;
}


.mainBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.mainBg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("mv_mask.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  animation: op1 2s ease-out 1s forwards;
}
.mainBg ul {
  min-width: 120vw;
  min-height: 120vh;
  aspect-ratio: 1.6/1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-6.6deg);
  z-index: 0;
}
.mainBg ul li {
  position: absolute;
  line-height: 0;
  opacity: 0;
  transform: scale(1.2);
  transition: all 2s cubic-bezier(0, 0.55, 0.45, 1);
}
.mainBg ul li.active {
  opacity: 1;
  transform: scale(1);
}
.mainBg ul li:nth-child(1) {
  width: 22.714%;
  top: 0;
  left: 0;
}
.mainBg ul li:nth-child(2) {
  width: 19.143%;
  top: 0;
  left: 22.714%;
}
.mainBg ul li:nth-child(3) {
  width: 26.286%;
  top: 0;
  left: 41.857%;
}
.mainBg ul li:nth-child(4) {
  width: 31.857%;
  top: 0;
  left: 68.143%;
}
.mainBg ul li:nth-child(5) {
  width: 19.143%;
  top: 22.069%;
  left: 22.714%;
}
.mainBg ul li:nth-child(6) {
  width: 22.714%;
  top: 29.08%;
  left: 0;
}
.mainBg ul li:nth-child(7) {
  width: 33.714%;
  top: 37.241%;
  left: 41.857%;
}
.mainBg ul li:nth-child(8) {
  width: 24.5%;
  top: 37.241%;
  left: 75.571%;
}
.mainBg ul li:nth-child(9) {
  width: 22.714%;
  top: 68.995%;
  left: 0;
}
.mainBg ul li:nth-child(10) {
  width: 30.857%;
  top: 68.995%;
  left: 22.714%;
}
.mainBg ul li:nth-child(11) {
  width: 30.929%;
  top: 68.995%;
  left: 53.571%;
}
.mainBg ul li:nth-child(12) {
  width: 15.5%;
  top: 68.995%;
  left: 84.5%;
}

@media screen and (max-width: 820px) {

  #mainVisual h1 {
    top: 48%;
  }
  #mainVisual .catch {
    top: 39%;
  }
}



/* ////////////////////////////////////////////////////////////////////////////////

	Content

//////////////////////////////////////////////////////////////////////////////// */

.contentWrap {
  max-width: 1080px;
  margin: 0 auto;
}
section {
  padding: min(10vw, 80px) min(6vw, 60px);
}
section h2 {
  font-family: arteria-std-compress, sans-serif;
  font-size: min(20.2vw, 140px);
  font-weight: 800;
  line-height: 1;
}
section h2.sectionTtl span {
  clip-path: inset(0 100% 0 0);
  transition: all 0.6s cubic-bezier(0.85, 0, 0.15, 1);
}
section h2.sectionTtl.on span {
  clip-path: inset(0 0 0 0);
}
section .ttlSub {
  font-size: min(6.4vw, 40px);
  font-weight: 900;
  font-style: italic;
  margin-bottom: min(8vw, 60px);
}
section .ttlSub.scrl {
  transition: all 0.6s cubic-bezier(0.85, 0, 0.15, 1);
  opacity: 0;
  transform: translateX(20px);
}
section .ttlSub.on {
  opacity: 1;
  transform: translateX(0px);
}

.arrowBtn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  width: fit-content;
  color: #000;
  text-decoration: none;
  padding: min(1vw, 5px) min(1vw, 5px) min(1vw, 5px) min(3vw, 15px);
  font-size: 1.1;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  gap: min(6vw, 30px);
  position: relative;
}
.arrowBtn a::after {
  content: "";
  background: #FFF100 url("ico_arrow.png") no-repeat center center;
  background-size: 30%;
  display: block;
  width: min(7vw, 35px);
  height: min(8vw, 43px);
}

.backBtn {
  margin-top: min(6vw, 30px);
}
.backBtn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  width: fit-content;
  color: #000;
  text-decoration: none;
  padding: min(1vw, 5px) min(6vw, 30px) min(1vw, 5px) min(1vw, 5px);
  font-size: 1.1;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  gap: min(6vw, 30px);
  margin: 0 auto;
  position: relative;
}
.backBtn a::before {
  content: "";
  background: #FFF100 url("ico_back.png") no-repeat center center;
  background-size: 30%;
  display: block;
  width: min(7vw, 35px);
  height: min(8vw, 43px);
}

.scrl .thumb {
  position: relative;
  clip-path: inset(0 100% 0 0);
  transition: all 0.3s cubic-bezier(0.83, 0, 0.17, 1);
}
.scrl.on .thumb {
  clip-path: inset(0 0 0 0);
}
.scrl .thumb::after {
  content: "";
  display: block;
  background: #FFF100;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  transition: all 0.3s cubic-bezier(0.83, 0, 0.17, 1) 0.4s;
}
.scrl.on .thumb::after {
  width: 0;
}


@media screen and (min-width: 821px) {

  .arrowBtn a:hover {
    opacity: 1;
  }
  .arrowBtn a::before {
    content: "";
    display: block;
    border: #FFF100 solid 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    pointer-events: none;
    transition: all 0.3s ease-out;
    box-sizing: content-box;
    transform: translate(-50%, -50%);
  }
  .arrowBtn a:hover::before {
    border: #FFF100 solid 5px;
  }

  .backBtn a:hover {
    opacity: 1;
  }
  .backBtn a::after {
    content: "";
    display: block;
    border: #FFF100 solid 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    pointer-events: none;
    transition: all 0.3s ease-out;
    box-sizing: content-box;
    transform: translate(-50%, -50%);
  }
  .backBtn a:hover::after {
    border: #FFF100 solid 5px;
  }
}
@media screen and (max-width: 820px) {

}


#anniversary {
  background: url("bg_anniversary.png") no-repeat center center;
  background-size: cover;
  overflow: hidden;
  padding: min(18vw, 160px) min(6vw, 60px);
}
#anniversary .anvTtl {
  line-height: 0;
  margin-bottom: min(8vw, 60px);
}
#anniversary .anniversaryWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#anniversary .anniversaryWrap::before {
  content: "";
  display: block;
  width: 57%;
  padding-top: 58%;
  background: url("bg_anniversary02.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -2%;
  transform: translateY(-50%);
  z-index: 0;
}
#anniversary .anniversaryWrap .img {
  line-height: 0;
  width: 53%;
  padding: 0 5%;
  position: relative;
  z-index: 1;

  transition: all 1.4s cubic-bezier(0, 0.55, 0.45, 1);
  opacity: 0;
  transform: scale(1.1);
}
#anniversary .anniversaryWrap .img.on {
  opacity: 1;
  transform: scale(1);
}
#anniversary .anniversaryWrap .txt {
  width: 43%;
  position: relative;
  z-index: 1;
}
#anniversary .anniversaryWrap .txt h3 {
  font-family: source-han-serif-japanese, serif;
  font-weight: 900;
  font-size: 2em;
  line-height: 1.6;
  margin-bottom: 1.2em;
  opacity: 0;
  transition: all 0.8s ease-out;
}
#anniversary .anniversaryWrap .txt.on h3 {
  opacity: 1;
}
#anniversary .anniversaryWrap .txt p {
  line-height: 2;
  font-size: 1.1em;
  opacity: 0;
  transition: all 0.8s ease-out;
}
#anniversary .anniversaryWrap .txt.on p {
  opacity: 1;
}
#anniversary .anniversaryWrap .txt p + p {
  margin-top: 2em;
}


@media screen and (max-width: 820px) {

  #anniversary .anniversaryWrap {
    flex-direction: column;
    gap: min(6vw, 30px);
  }
  #anniversary .anniversaryWrap::before {
    top: 0%;
    left: -2%;
    transform: translateY(0%);
    width: 104%;
    padding-top: 104%;
  }

  #anniversary .anniversaryWrap .img {
    width: 100%;
    padding: min(20vw, 100px) 6% min(15vw, 80px);
  }
  #anniversary .anniversaryWrap .txt {
    width: 100%;
  }
  #anniversary .anniversaryWrap .txt h3 {
    font-size: 1.7em;
  }
  #anniversary .anniversaryWrap .txt p + p {
    margin-top: 1.5em;
  }

}

#history {
  background: url("bg_history.png") no-repeat center center;
  background-size: cover;
  position: relative;
  padding-top: min(40vw, 200px);
  padding-bottom: min(36vw, 200px);
  overflow: hidden;
}
#history::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 10vw;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  z-index: 1;
}
#history::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 10vw;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

#historyBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
#historyBg .photo {
  position: absolute;
  width: 300px;
  height: 300px;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.3);
  filter: blur(20px);
  animation: floatInOut 8s linear forwards;
  object-fit: contain;
}

@keyframes floatInOut {
  0% {
    opacity: 0;
    transform: scale(0.3);
    filter: blur(20px);
  }
  33% {
    opacity: 1;
    transform: scale(0.7);
    filter: blur(0);
  }
  66% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
    filter: blur(0);
  }
}

#history .contentWrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}
#history .historyTtl {
  width: 100%;
  max-width: 870px;
  margin-bottom: min(6vw, 60px);
  transition: all 1.4s cubic-bezier(0, 0.55, 0.45, 1);
  opacity: 0;
  transform: scale(1.14);
}
#history .historyTtl.on {
  opacity: 1;
  transform: scale(1);
}

#history .arrowBtn a {
  font-size: 1.3em;
  padding: min(1.5vw, 8px) min(1.5vw, 8px) min(1.5vw, 8px) min(2vw, 18px);
}
#history .arrowBtn a::after {
  width: min(7vw, 43px);
  height: min(8vw, 55px);
}

@media screen and (max-width: 820px) {
  #historyBg .photo {
    width: 180px;
    height: 180px;
  }

  #history .arrowBtn a {
    font-size: 1.1em;
    gap: min(4vw, 30px);
  }
}

#interview {
  position: relative;
}
#interview::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: url("bg_interview.png") no-repeat center 5%;
  background-size: 100% auto;
  animation: intBg 2s linear alternate infinite;
}
@keyframes intBg {
  0% { opacity: 1;}
  100% { opacity: 0.4;}
}
#interview .contentWrap {
  position: relative;
  z-index: 1;
}

#interview .ttlSub  {
  text-align: center;
  margin-bottom: 0;
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.6s cubic-bezier(0.85, 0, 0.15, 1);
}
#interview .on .ttlSub {
  opacity: 1;
  transform: translateX(0px);
}
#interview .interviewTtl {
  margin-bottom: -2.2vw;
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.6s cubic-bezier(0.85, 0, 0.15, 1);
}
#interview .on .interviewTtl {
  opacity: 1;
  transform: translateX(0px);
}
#interview .interviewList {
  display: flex;
  flex-wrap: wrap;
  gap: min(8vw, 60px) 3.5%;
}
#interview .interviewList li {
  width: 31%;
}
#interview .interviewList li .thumb {
  line-height: 0;
  margin-bottom: min(4vw, 20px);
  aspect-ratio: 1/0.588;
}
#interview .interviewList li .thumb a {
  display: block;
  aspect-ratio: 1/0.588;
  position: relative;
}
#interview .interviewList li .thumb a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#interview .interviewList li .date {
  color: rgba(255,255,255,0.4);
  margin-bottom: 0.4em;
}
#interview .interviewList li h3 {
  font-size: 1.2em;
  line-height: 1.6;
  margin-bottom: 0.6em;
}
#interview .interviewList li h3 a {
  color: #fff;
  text-decoration: none;
}
#interview .interviewList li .desc {
  font-size: 0.9em;
  font-weight: 200;
}


@media screen and (min-width: 821px) {

  #interview .interviewList li .thumb a {
    display: block;
    overflow: hidden;
  }
  #interview .interviewList li .thumb a:hover {
    opacity: 1;
  }
  #interview .interviewList li .thumb a img {
    transition: all 0.3s ease-out;
  }
  #interview .interviewList li .thumb a:hover img {
    transform: scale(1.1);
  }

}
@media screen and (max-width: 820px) {

  #interview .interviewList {
    justify-content: space-between;
    gap: min(8vw, 60px) 0;
  }
  #interview .interviewList li {
    width: 47%;
  }
  #interview .interviewList li .date {
    font-size: 0.9em;
  }
  #interview .interviewList li h3 {
    font-size: 1em;
    margin-bottom: 0.8em;
  }
  #interview .interviewList li .desc {
    font-size: 0.8em;
  }

}


#message {
  background: url("bg_message.png") no-repeat right top;
  background-size: 30%;
}

#message .messageList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#message .messageList li {
  width: calc((100% - 20px) / 3);
}
#message .messageList li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  padding: min(1.6vw, 12px);
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
#message .messageList li .thumb {
  line-height: 0;
  width: 24.3%;
  aspect-ratio: 1/1;
  border-radius: 8px;
  overflow: hidden;
}
#message .messageList li .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
#message .messageList li .txt {
  width: 54%;
}
#message .messageList li .txt .job {
  font-size: 0.58em;
  letter-spacing: 0;
  line-height: 1.6;
}
#message .messageList li .txt .name {
  font-size: 0.89em;
  font-weight: 700;
  margin-bottom: 0.3em;
}
#message .messageList li .openIcon {
  width: 9.2%;
  aspect-ratio: 1/1;
  background-color: #000;
  border-radius: 50%;
  position: relative;
}
#message .messageList li .openIcon::before,
#message .messageList li .openIcon::after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#message .messageList li .openIcon::before {
  width: 40%;
  height: 2px;
}
#message .messageList li .openIcon::after {
  width: 2px;
  height: 40%;
}

#message .comingsoon {
  font-family: arteria-std-compress, sans-serif;
  font-size: min(8.6vw, 40px);
  font-weight: 800;
  text-align: center;
  margin-top: 2em;
}


.modalMessage {
  background-color: #fff;
  padding: min(6vw, 60px);
  color: #000;
}
.modalMessage .messageHead {
  display: flex;
  align-items: center;
  gap: min(6vw, 30px);
  border-bottom: #dfdfdf solid 1px;
  padding-bottom: min(6vw, 30px);
  margin-bottom: min(6vw, 30px);
}
.modalMessage .messageHead .thumb {
  line-height: 0;
  overflow: hidden;
  width: 80px;
  border-radius: 6px;
}
.modalMessage .messageHead .txt .job {
  font-size: 0.88em;
}
.modalMessage .messageHead .txt h3 {
  font-size: 1.5em;
}
.modalMessage .messageBody p + p {
  margin-top: 1em;
}

#cboxLoadedContent {
  border-radius: 8px;
}

#cboxClose {
  position: absolute;
  display: flex;
  align-items: center;
  gap: min(1vw, 10px);
  width: auto;
  height: auto;
  top: min(3vw, 30px);
  right: min(3vw, 30px);
  opacity: 0;
}
#cboxClose.show {
  opacity: 1;
}
#cboxClose::before,
#cboxClose::after {
  content: '';
  width: auto;
  height: auto;
  position: static;
  background: transparent;
  transform: none;
}
#cboxClose::before {
  content: 'Back';
  color: #000;
  text-indent: 0;
}
#cboxClose::after {
  background: url("ico_close.png") no-repeat center center;
  background-size: contain;
  width: min(8vw, 40px);
  height: min(8vw, 40px);
  transition: all .3s ease;
}


@media screen and (min-width: 821px) {

  #message .messageList li.more {
    display: block !important;
  }
  #message .showMore {
    display: none !important;
  }

	#cboxClose:hover {
		transform: scale(1);
	}
  #cboxClose:hover::after {
		transform: scale(1.1);
  }
}
@media screen and (max-width: 820px) {

  #message {
    background-size: 38%;
  }

  #message .messageList {
    justify-content: space-between;
    gap: 8px 0;
  }
  #message .messageList li {
    width: 100%;
  }
  #message .messageList li.more {
    display: none;
  }
  #message .messageList li .thumb {
    width: 20%;
  }
  #message .messageList li .txt {
    width: 62%;
  }

  #message .messageList li .txt .job {
    font-size: 0.68em;
  }
  #message .messageList li .txt .name {
    font-size: 0.9em;
    margin-bottom: 0.2em;
  }

  #message .messageList li .openIcon::before {
    height: 1px;
  }
  #message .messageList li .openIcon::after {
    width: 1px;
  }

  #message .showMore {
    display: block;
    margin-top: min(6vw, 30px);
  }
  #message .showMore a {
    color: #fff;
    margin: 0 auto;
    display: block;
    text-align: center;
    width: fit-content;
    padding: min(2vw, 10px) min(4vw, 30px);
    text-decoration: none;
    font-weight: 700;
  }
  #message .showMore a.on .open,
  #message .showMore a .close {
    display: none;
  }
  #message .showMore a.on .close {
    display: block;
  }
  #message .showMore a.on::before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    margin: 0 auto;
    border-top: #fff solid 2px;
    border-left: #fff solid 2px;
    transform: rotate(45deg);
  }
  #message .showMore a::after {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    margin: 0 auto;
    border-right: #fff solid 2px;
    border-bottom: #fff solid 2px;
    transform: rotate(45deg);
  }
  #message .showMore a.on::after {
    display: none;
  }

  #message .comingsoon {
    margin-top: 1.4em;
  }

  .modalMessage {
    min-height: 100%;
    box-sizing: border-box;
    padding: min(15vw, 90px) min(6vw, 60px);
  }
  .modalMessage .messageHead {
    justify-content: space-between;
    gap: 0;
  }
  .modalMessage .messageHead .thumb {
    width: 70px;
  }
  .modalMessage .messageHead .txt h3 {
    font-size: 1.2em;
  }
  .modalMessage .messageHead .txt .job {
    font-size: 0.74em;
    line-height: 1.5;
  }

  .modalMessage .messageHead .txt {
    width: calc(100% - 90px);
  }

  #cboxClose::before {
    font-size: 0.9em;
  }
}


#events .eventList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: min(8vw, 60px) 0;
}
#events .eventList li {
  width: 48%;
}
#events .eventList li .thumb {
  line-height: 0;
  margin-bottom: min(4vw, 20px);
}
#events .eventList li .thumb a {
  display: block;
  aspect-ratio: 27/16;
}
#events .eventList li .thumb a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#events .eventList li .date {
  color: rgba(255,255,255,0.4);
  margin-bottom: 0.6em;
}
#events .eventList li h3 {
  font-size: 1.2em;
  font-weight: 900;
}
#events .eventList li h3 a {
  color: #fff;
  text-decoration: none;
}


@media screen and (min-width: 821px) {

  #events .eventList li .thumb a {
    overflow: hidden;
  }
  #events .eventList li .thumb a:hover {
    opacity: 1;
  }
  #events .eventList li .thumb a img {
    transition: all 0.3s ease-out;
  }
  #events .eventList li .thumb a:hover img {
    transform: scale(1.1);
  }

}
@media screen and (max-width: 820px) {

  #events .eventList {
    flex-direction: column;
  }
  #events .eventList li {
    width: 100%;
  }
}

.bgWrap {
  background: url("bg_goods_campaign.png") no-repeat center top;
  background-size: cover;
  position: relative;
}
.bgWrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 10vw;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
}

#goods {
  position: relative;
  z-index: 1;
}
#goods .goodsList {
  display: flex;
  flex-wrap: wrap;
  gap: min(4vw, 20px) 2%;
  margin-bottom: min(8vw, 60px);
}
#goods .goodsList li {
  width: 23.5%;
}
#goods .goodsList li .thumb {
  line-height: 0;
  margin-bottom: min(3vw, 15px);
}
#goods .goodsList li .thumb a {
  display: block;
  aspect-ratio: 1/1;
}
#goods .goodsList li .thumb a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#goods .goodsList li h3 {
  font-weight: 900;
  font-size: 1.12em;
  line-height: 1.6;
  margin-block: 0.3em;
}
#goods .goodsList li .price {
  font-weight: 600;
}

#goods .arrowBtn a {
  margin: 0 auto;
}


@media screen and (min-width: 821px) {

  #goods .goodsList li .thumb a {
    display: block;
    overflow: hidden;
  }
  #goods .goodsList li .thumb a:hover {
    opacity: 1;
  }
  #goods .goodsList li .thumb a img {
    transition: all 0.3s ease-out;
  }
  #goods .goodsList li .thumb a:hover img {
    transform: scale(1.1);
  }

}
@media screen and (max-width: 820px) {

  #goods .goodsList {
    justify-content: space-between;
    gap: min(4vw, 20px) 0;
  }
  #goods .goodsList li {
    width: 48%;
  }

}



#campaign {
  position: relative;
  z-index: 1;
}
#campaign .campaignList {
  display: flex;
  flex-direction: column;
  gap: min(12vw, 60px);
}

#campaign .campaignList li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#campaign .campaignList li .txt {
  width: 45%;
}
#campaign .campaignList li .txt h3 {
  font-size: 1.8em;
  font-weight: 900;
  margin-bottom: 0.8em;
}
#campaign .campaignList li .txt p + p {
  margin-top: 1.3em;
}
#campaign .campaignList li .txt .arrowBtn {
  margin-top: min(4vw, 30px);
}
#campaign .campaignList li .thumb {
  width: 50%;
  line-height: 0;
}
#campaign .campaignList li .thumb a {
  display: block;
  aspect-ratio: 27/16;
}
#campaign .campaignList li .thumb a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


@media screen and (min-width: 821px) {

  #campaign .campaignList li .thumb a {
    display: block;
    overflow: hidden;
  }
  #campaign .campaignList li .thumb a:hover {
    opacity: 1;
  }
  #campaign .campaignList li .thumb a img {
    transition: all 0.3s ease-out;
  }
  #campaign .campaignList li .thumb a:hover img {
    transform: scale(1.1);
  }

}
@media screen and (max-width: 820px) {

  #campaign .campaignList li {
    flex-direction: column-reverse;
  }
  #campaign .campaignList li .txt {
    width: 100%;
  }
  #campaign .campaignList li .txt h3 {
    font-size: 1.6em;
    margin-bottom: 0.5em;
  }
  #campaign .campaignList li .thumb {
    width: 100%;
    margin-bottom: min(3vw, 10px);
  }

}


/* ////////////////////////////////////////////////////////////////////////////////

	Footer

//////////////////////////////////////////////////////////////////////////////// */

.pagetop {
  display: none;
  position: fixed;
  right: min(4vw, 30px);
  bottom: min(6vw, 50px);
  z-index: 100;
}
.pagetop a {
  display: block;
  background: #FFF100 url(ico_ball.svg) no-repeat center center;
  background-size: 90%;
  width: min(10vw, 60px);
  height: min(10vw, 60px);
  border-radius: 50%;
  transition: all 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  text-indent: -9999px;
  overflow: hidden;
}
.pagetop a.bounce {
  transform: translateY(-300%) !important;
  opacity: 0 !important;
}

footer {
  padding: min(16vw, 140px) min(6vw, 60px) min(14vw, 100px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: min(6vw, 30px);
}
footer .ftrLogo {
  line-height: 0;
  width: min(30vw, 220px);
}
footer .officialLink a {
  color: #fff;
  text-decoration: underline;
} 
footer .copyright {
  font-size: 0.7em;
  color: #7f7f7f;
}


@media screen and (min-width: 821px) {

  .pagetop a:hover {
    transform: translateY(20px);
    opacity: 1;
  }

}

/* ////////////////////////////////////////////////////////////////////////////////

	History

//////////////////////////////////////////////////////////////////////////////// */

#historyTitle {
  width: 100vw;
  height: 100vh;
  background: url("bg_history.png") no-repeat center bottom;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#historyTitle::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10%;
  z-index: 0;
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
#historyTitle .historyTitle {
  width: min(90vw, 100vh);
  line-height: 0;
  position: relative;
  z-index: 1;
}
#historyTitle .historyTitle p {
  font-family: arteria-std-compress, sans-serif;
  font-weight: 800;
  text-align: center;
  color: #666;
  line-height: 1.4;
  font-size: min(12vw, 14vh);
}


.anchorNav {
  position: sticky;
  top: 20px;
  width: 96vw;
  max-width: 1080px;
  margin: 0 auto min(8vw, 60px);
  z-index: 10;
}
.anchorNav ul {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.anchorNav ul li {
  flex: 1;
  background-color: #000;
  transition: all 0.5s ease;
  min-height: 70px;
}
.anchorNav ul li.active {
  flex: 2;
}
.anchorNav ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  color: #fff;
  text-decoration: none;
  text-align: center;
  height: 100%;
  border: #fff solid 1px;
  font-size: 1em;
  font-weight: 900;
  padding: min(1vw, 5px) 0;
  transition: all 0.5s ease;
}
.anchorNav ul li.active a {
  background-color: #fff100;
  color: #000;
  border: #fff100 solid 1px;
}
.anchorNav ul li .team {
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  white-space: nowrap;
}
.anchorNav ul li.active .team {
  height: auto;
  opacity: 1;
}
.anchorNav ul li .year {
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 700;
  color: rgba(255,255,255,0.40);
  font-size: 1.2em;
  line-height: 1.2;
}
.anchorNav ul li.active .year {
  color: rgba(0,0,0,1.00);
}

.historyBlock {
  padding-top: min(24vw, 110px);
  margin-top: max(-24vw, -110px);
}
.historyHead {
  position: relative;
  padding: 0 min(6vw, 60px);
  aspect-ratio: 1/0.35;
}
.historyHead::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("noise.png") repeat, linear-gradient(263.02deg, #000000 0%, #382D02 100%);
  background-size: 300px, cover;
  opacity: 0.8;
}
.historyHead::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transition: all 0.6s;
}
.historyHead.on::after {
  width: 0%;
}

#history35-99 .historyHead {
  background: url("history_head01.jpg") no-repeat 50% 10%;
  background-size: cover;
}
#history00-12 .historyHead {
  background: url("history_head02.jpg") no-repeat center center;
  background-size: cover;
}
#history13-15 .historyHead {
  background: url("history_head03.jpg") no-repeat center center;
  background-size: cover;
}
#history16-25 .historyHead {
  background: url("history_head04.jpg") no-repeat center center;
  background-size: cover;
}
.historyHead .contentWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  padding: min(4vw, 40px) 0;
  position: relative;
  z-index: 1;

  opacity: 0;
  transition: all 0.6s 0.4s;
}
.historyHead.on .contentWrap {
  opacity: 1;
}
.historyHead h2 {
  font-style: italic;
  font-size: min(4.6vw, 48px);
  font-weight: 700;
  line-height: 1.5;
  margin-left: -0.14em;
  margin-bottom: 0.3em;
}
.historyHead h2 span {
  display: block;
  font-size: 0.72em;
  margin-left: 0.14em;
}
.historyHead .teamName p {
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-size: min(2.3vw, 20px);
  font-weight: 700;
  color: rgba(255,255,255,0.30);
  letter-spacing: 0.04em;
}
.historyHead .year {
  font-family: arteria-std-compress, sans-serif;
  font-size: min(7.2vw, 96px);
  font-weight: 800;
  color: #fff;
  line-height: 0.8;
}

.historyBody > li {
  position: relative;
  padding: 0 min(6vw, 60px);
}
.historyBody > li:nth-child(odd) {
  background-color: #000;
}
.historyBody > li:nth-child(even) {
  background-color: #101010;
}
.historyBody > li .contentWrap {
  padding: min(8vw, 60px) 0 min(8vw, 60px) min(10vw, 80px);
  display: flex;
  position: relative;
}
.historyBody > li .contentWrap::before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: min(4vw, 50px);
  background-color: #fff100;
}
.historyBody > li .contentWrap::after {
  content: "";
  display: block;
  width: min(4vw, 20px);
  height: min(4vw, 20px);
  position: absolute;
  top: min(13vw, 95px);
  left: min(4vw, 50px);
  background-color: #fff100;
  border-radius: 50%;
  transform: translateX(calc(-50% + 1.5px)) scale(0);
  transition: all 0.6s;
}
.historyBody > li.on .contentWrap::after {
  transform: translateX(calc(-50% + 1.5px));
}
.historyBody .year {
  width: 180px;
  font-family: arteria-std-compress, sans-serif;
  font-size: min(14.7vw, 96px);
  font-weight: 800;
  line-height: 1;
}
.historyBody .year.interval {
  font-size: min(8.2vw, 54px);
  padding-top: 0.4em;
}

.historyBody .historyItem {
  width: calc(100% - 180px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.historyBody ul.historyItem {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(6vw, 30px);
}
.historyBody .historyItem h3 {
  border: #fff solid 1px;
  width: fit-content;
  padding: min(1vw, 4px) min(6vw, 30px);
  margin-bottom: 0.8em;
  font-size: 1em;
}
.historyBody .historyItem h3.yellow {
  border: none;
  background: #FFDB2E;
  color: #000;
}
.historyBody .historyItem p {
  font-size: 0.9em;
  margin-bottom: 1.2em;
}
.historyBody .historyItem p:last-child {
  margin-bottom: 0;
}
.historyBody .historyItem .txt {
  width: 55%;
}
.historyBody .historyItem .img {
  line-height: 0;
  clip-path: inset(0 100% 0 0);
  transition: all 0.3s cubic-bezier(0.83, 0, 0.17, 1);
  position: relative;
}
.historyBody .on .historyItem .img {
  clip-path: inset(0 0 0 0);
}
.historyBody .historyItem .img::before {
  content: "";
  display: block;
  background: #FFF100;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  transition: all 0.3s cubic-bezier(0.83, 0, 0.17, 1) 0.4s;
}
.historyBody .on .historyItem .img::before {
  width: 0%;
}

.historyBody .historyItem > .img {
  width: 40%;
}
.historyBody .historyItem > .img.img2003 img {
  width: 66.7%;
}
.historyBody .historyItem .img.img2003::before {
  width: 66.7%;
  right: 33.3%;
}
.historyBody .on .historyItem .img.img2003::before {
  width: 0%;
}
.historyBody .historyItem > .img.double {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4%;
}
.historyBody .historyItem > .img.double.grid2007 {
  grid-template-columns: 1fr 1.37fr;
}

.historyBody .year,
.historyBody .historyItem h3,
.historyBody .historyItem p {
  opacity: 0;
  transition: all 0.6s;
}
.historyBody > li.on .year,
.historyBody > li.on .historyItem h3,
.historyBody > li.on .historyItem p {
  opacity: 1;
}

.historyPage .backBtn {
  margin-top: min(12vw, 80px);
}

@media screen and (min-width: 821px) {

  .historyBody > li .contentWrap.textArea {
    align-items: center;
  }
  .historyBody .contentWrap.textArea .historyItem .txt {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0.8em;
  }
}
@media screen and (max-width: 820px) {

  #historyTitle {
    height: 55vh;
  }

  .anchorNav ul {
    gap: 5px;
  }
  .anchorNav ul li {
    min-height: 15vw;
  }
  .anchorNav ul li a {
    font-size: 0.6em;
  }
  .anchorNav ul li .team {
    white-space: inherit;
    line-height: 1.5;
  }
  .anchorNav ul li .year {
    font-size: 1.1em;
    line-height: 1.6;
    letter-spacing: 0;
  }

  .historyHead .year {
    line-height: 1;
  }
  .historyBody .year.interval {
    font-size: min(14.7vw, 96px);
  }

  .historyBody > li .contentWrap {
    flex-direction: column;
  }
  .historyBody > li .contentWrap::before {
    left: 0;
    width: 2px;
  }
  .historyBody > li .contentWrap::after {
    left: 0;
  }
  .historyBody > li.on .contentWrap::after {
    transform: translateX(calc(-50% + 1px));
  }
  .historyBody .year {
    width: 100%;
  }

  .historyBody .historyItem {
    width: 100%;
    flex-direction: column;
    gap: min(4vw, 20px);
  }
  .historyBody .historyItem > li {
    width: 100%;
  }
  .historyBody ul.historyItem {
    grid-template-columns: 1fr;
    margin-top: min(6vw, 30px);
  }

  .historyBody .historyItem .txt {
    width: 100%;
    padding-top: min(6vw, 30px);
  }
  .historyBody .historyItem > .img {
    width: 100%;
  }

}


/* ////////////////////////////////////////////////////////////////////////////////

	Interview

//////////////////////////////////////////////////////////////////////////////// */
.interviewBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("bg_history.png") no-repeat center center;
  background-size: cover;
  z-index: 0;
}
.interviewBg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 10vw;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
}


#interviewHead {
  padding: min(8vw, 40px) 0 min(8vw, 60px);
  text-align: center;
  line-height: 0;
  position: relative;
  z-index: 1;
}
#interviewHead img {
  width: min(30vw, 180px);
}


#interviewMain {
  margin: 0 auto;
  max-width: 880px;
  position: relative;
  z-index: 1;
  padding: 0 min(6vw, 60px);
}

#interviewMain .interviewTitle {
  margin-bottom: min(6vw, 40px);
}
#interviewMain .interviewTitle h3 {
  font-size: 2em;
  line-height: 1.5;
}
#interviewMain .interviewImg {
  line-height: 0;
  margin-bottom: min(8vw, 40px);
}

#interviewMain .intro {
  background-color: rgba(255,255,255,0.20);
  padding: min(5vw, 30px);
  margin-bottom: min(8vw, 60px);
}
#interviewMain .intro .name {
  font-size: 1em;
  font-weight: 700;
}
#interviewMain .intro p {
  font-size: 0.88em;
  margin-bottom: min(3vw, 20px);
}
#interviewMain .intro p:last-child {
  margin-bottom: 0;
}

#interviewMain .interviewBlock {
  margin-bottom: min(10vw, 80px);
}
#interviewMain .interviewBlock.bdrTop {
  border-top: #fff solid 1px;
  padding-top: min(8vw, 60px);
}
#interviewMain .interviewBlock h4 {
  font-size: 1.63em;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: min(8vw, 40px);
}
#interviewMain .interviewBlock .name {
  font-weight: 700;
  margin-bottom: 0.5em;
}
#interviewMain .interviewBlock p {
  font-weight: 300;
  margin-bottom: 2em;
}
#interviewMain .interviewBlock p:last-child {
  margin-bottom: 0;
}
#interviewMain .interviewBlock .img {
  line-height: 0;
  margin-bottom: min(8vw, 40px);
}

#interviewMain .share {
  padding: min(8vw, 60px) 0;
}
#interviewMain .share h5 {
  font-size: min(4vw, 20px);
  font-weight: 800;
  white-space: nowrap;
  letter-spacing: 0.08em;
  line-height: 1.4;
  padding-left: 1em;
  border-left: #fff solid 4px;
  margin-bottom: 1.5em;
}

#interviewMain .share ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#interviewMain .share ul li {
  width: 31.5%;
}
#interviewMain .share ul li a {
  display: block;
  background-color: #fff;
  text-decoration: none;
  border-radius: 6px;
  padding: min(4vw, 20px);
}
#interviewMain .share ul li a i {
  display: block;
  color: #fff;
  font-size: 2em;
  width: fit-content;
  margin: 0 auto;
}
#interviewMain .share ul li a i.icon-fb {
  color: #0866FF;
}
#interviewMain .share ul li a i.icon-x {
  color: #000;
}
#interviewMain .share ul li a i.icon-line {
  color: #fff;
  background-color: #5ac363;
  border-radius: 7px;
  padding: 0.27em;
  font-size: 1.3em;
}

@media screen and (max-width: 820px) {
  .interviewBg {
    height: 72vh;
  }
  #interviewMain .interviewTitle h3 {
    font-size: 1.6em;
  }

  #interviewMain .interviewBlock h4 {
    font-size: 1.3em;
  }

  #interviewMain .interviewBlock p {
    margin-bottom: 1.5em;
  }
}
