html {
  width: 100%;
  overflow-x: hidden;
}

body {
  padding: 0;
  margin: 0;
  background: url(../images/bg.jpg);
  background-size: 100px auto;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #343230;
  font-size: 13px;
  line-height: 3em;
  letter-spacing: 1px;
  font-feature-settings: "palt";
  width: 100%;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  display: none;
}

.loader {
  z-index: 99999;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader--hidden {
  opacity: 0;
}
.loader__video {
  width: 100%;
  max-width: 300px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .loader__video {
    max-width: 200px;
  }
}
.loader svg {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: top center;
  transform: scale(2, 2);
  width: 100vw;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .loader svg {
    width: auto;
    height: 100vh;
  }
}
.text--center {
  text-align: center;
}
.text--en {
  font-family: elza, sans-serif;
  font-style: normal;
  font-weight: 100;
  line-height: 1.2em;
  font-size: 12px;
}
.text--pink {
  color: #F2B9D5;
}

.header {
  font-size: 0;
  line-height: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  display: flex;
  justify-content: flex-start;
  padding: 40px 60px;
}
@media screen and (max-width: 1200px) {
  .header {
    padding: 20px;
  }
}

.fixed-header {
  width: 100%;
  height: 100dvh;
  position: fixed;
  left: 0;
  top: 0;
  box-sizing: border-box;
  padding: 40px 60px;
  pointer-events: none;
  z-index: 9999;
}
@media screen and (max-width: 1200px) {
  .fixed-header {
    padding: 20px;
  }
}
.fixed-header-logo {
  font-size: 0;
  line-height: 0;
}

.mv {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.mv__img {
  width: 100%;
}
.mv__wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
}
.mv__copy {
  font-size: 0;
  line-height: 0;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .mv__copy--pc {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .mv__copy--sp {
    display: none;
  }
}
.mv__copy svg {
  display: block;
  margin: 0 auto;
  overflow: inherit;
}
.mv__copy svg:nth-of-type(2) {
  margin-top: 10px;
}
.mv__copy .svg-title__item {
  opacity: 0;
}
.mv__desc {
  font-family: elza, sans-serif;
  font-style: normal;
  font-weight: 100;
  line-height: 1.2em;
  font-size: 12px;
  margin: 0 0 10px;
  color: #fff;
}
.mv__title {
  font-family: elza, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2em;
  font-size: 12px;
  margin: 0;
  padding: 0;
  color: #fff;
}
.mv__scroll {
  font-family: elza, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2em;
  font-size: 12px;
  margin: 0;
  padding: 0;
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 30px;
}
.mv__left, .mv__right {
  width: 50vw;
  height: 100dvh;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .mv__left, .mv__right {
    width: 100%;
    height: 50dvh;
  }
}
.mv__left .mv-slide__img {
  clip-path: polygon(0% 0%, 100% 0%, 0% 0%, 0% 100%);
}
.mv__left .mv-slide__item.first .mv-slide__img {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
}
.mv__left .mv-slide__item.before .mv-slide__img {
  position: relative;
  z-index: 2;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.mv__left .mv-slide__item.active .mv-slide__img {
  position: relative;
  z-index: 3;
  animation-name: mv-slide__left;
  animation-duration: 3s;
  transition-timing-function: linear;
}
@media screen and (max-width: 1024px) {
  .mv__left .mv-slide__item.active .mv-slide__img {
    animation-name: mv-slide;
  }
}
.mv__right .mv-slide__img {
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
}
.mv__right .mv-slide__item.first .mv-slide__img {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
}
.mv__right .mv-slide__item.before .mv-slide__img {
  position: relative;
  z-index: 2;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.mv__right .mv-slide__item.active .mv-slide__img {
  position: relative;
  z-index: 3;
  animation-name: mv-slide__right;
  animation-duration: 3s;
  transition-timing-function: linear;
}
@media screen and (max-width: 1024px) {
  .mv__right .mv-slide__item.active .mv-slide__img {
    animation-name: mv-slide;
  }
}
.mv-slide {
  position: relative;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.mv-slide__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
}
@media screen and (max-width: 1024px) {
  .mv-slide__item {
    height: 50dvh;
  }
}
.mv-slide__img {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  object-fit: cover;
  position: relative;
  z-index: 1;
  transform: scale(1);
}
@media screen and (min-width: 1025px) {
  .mv-slide__img--0101 {
    object-position: center 0;
  }
}
@media screen and (max-width: 1024px) {
  .mv-slide__img--0101 {
    object-position: center 0%;
  }
}
@media screen and (min-width: 1025px) {
  .mv-slide__img--0102 {
    object-position: center 61%;
  }
}
@media screen and (max-width: 1024px) {
  .mv-slide__img--0102 {
    object-position: center 50%;
  }
}
@media screen and (min-width: 1025px) {
  .mv-slide__img--0201 {
    object-position: center 81%;
  }
}
@media screen and (max-width: 1024px) {
  .mv-slide__img--0201 {
    object-position: center 70%;
  }
}
@media screen and (min-width: 1025px) {
  .mv-slide__img--0202 {
    object-position: center 30%;
  }
}
@media screen and (max-width: 1024px) {
  .mv-slide__img--0202 {
    object-position: center 40%;
  }
}
@media screen and (min-width: 1025px) {
  .mv-slide__img--0301 {
    object-position: center 66%;
  }
}
@media screen and (min-width: 1025px) {
  .mv-slide__img--0302 {
    object-position: center 55%;
  }
}
@media screen and (max-width: 1024px) {
  .mv-slide__img--0302 {
    object-position: center 40%;
  }
}
@media screen and (min-width: 1025px) {
  .mv-slide__img--0401 {
    object-position: center 55%;
  }
}
@media screen and (max-width: 1024px) {
  .mv-slide__img--0401 {
    object-position: center 40%;
  }
}
@media screen and (min-width: 1025px) {
  .mv-slide__img--0402 {
    object-position: center 100%;
  }
}
@media screen and (max-width: 1024px) {
  .mv-slide__img--0402 {
    object-position: center 90%;
  }
}
@media screen and (min-width: 1025px) {
  .mv-slide__img--0501 {
    object-position: center 5%;
  }
}
@media screen and (max-width: 1024px) {
  .mv-slide__img--0501 {
    object-position: center 16%;
  }
}
@media screen and (min-width: 1025px) {
  .mv-slide__img--0502 {
    object-position: center 67%;
  }
}
@media screen and (max-width: 1024px) {
  .mv-slide__img--0502 {
    object-position: center 87%;
  }
}
@media screen and (max-width: 1024px) {
  .mv-slide__img {
    transform: scale(1) translateY(0);
  }
}

@keyframes mv-slide__left {
  0% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  }
  50% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes mv-slide__right {
  0% {
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes mv-slide {
  0% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  }
  50% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
img, object, video {
  max-width: 100%;
  height: auto;
}

.text {
  margin: 0;
}
.text:not(:last-child) {
  margin-bottom: 1em;
}

.pin {
  position: absolute;
  font-size: 0;
  line-height: 0;
  width: 25px;
  height: 25px;
  z-index: 1000;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .pin {
    width: 20px;
    height: 20px;
  }
}
.pin:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(244, 142, 193, 0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  border-radius: 100%;
  z-index: -1;
  animation: pin cubic-bezier(0.18, -1.28, 0.8, 1.61) 2s infinite;
}

@keyframes pin {
  0% {
    scale: 1;
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  82% {
    opacity: 0;
  }
  65% {
    scale: 1.8;
    opacity: 0;
  }
  100% {
    scale: 1.8;
    opacity: 0;
  }
}
.tfs-01 {
  padding: 80px 0 200px;
}
@media screen and (max-width: 768px) {
  .tfs-01 {
    padding: 60px 0 80px;
  }
}
.tfs-01__desc {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .tfs-01__desc {
    margin-bottom: 60px;
  }
}
.tfs-01__img {
  font-size: 0;
  line-height: 0;
}
.tfs-01__img--01 {
  width: 100%;
  max-width: 530px;
  margin: 0 auto 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tfs-01__img--01 {
    max-width: calc(100% - 80px);
  }
}
.tfs-01__img--03 {
  position: relative;
}
.tfs-01__img--03 .pin {
  left: 44%;
  bottom: 39%;
}
@media screen and (max-width: 768px) {
  .tfs-01__img--03 .pin {
    bottom: 38%;
  }
}
.tfs-01__wrap--01 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}
.tfs-01__wrap--01 > * {
  width: 50%;
}

.tfs-02 {
  padding: 0 0 160px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tfs-02 {
    padding-bottom: 80px;
  }
}
.tfs-02__wrap--01 {
  position: relative;
  padding: 70px 40px;
  margin-bottom: 60px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .tfs-02__wrap--01 {
    padding: 40px;
    min-height: 0;
  }
}
.tfs-02__wrap--01:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1;
}
.tfs-02__wrap--02 {
  width: 100%;
  max-width: 978px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tfs-02__wrap--02 {
    margin: 0 auto 60px;
    box-sizing: border-box;
    padding: 0 20px;
  }
}
.tfs-02__wrap--03 {
  width: 100%;
  max-width: 978px;
  margin: -220px auto 0;
}
@media screen and (max-width: 768px) {
  .tfs-02__wrap--03 {
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 60px;
  }
}
.tfs-02__video {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.tfs-02__video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1400px) {
  .tfs-02__video video {
    min-width: 130%;
  }
}
@media screen and (max-width: 1100px) {
  .tfs-02__video video {
    min-width: 180%;
  }
}
@media screen and (max-width: 768px) {
  .tfs-02__video video {
    min-width: 260%;
  }
}
.tfs-02__img {
  font-size: 0;
  line-height: 0;
}
.tfs-02__img--01 {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.tfs-02__img--02 {
  width: 41%;
}
@media screen and (max-width: 768px) {
  .tfs-02__img--02 {
    width: 85%;
    margin: 0 auto;
  }
  .tfs-02__img--02 img {
    width: 100%;
    height: auto;
  }
}
.tfs-02__img--03 {
  width: 18%;
}
@media screen and (max-width: 768px) {
  .tfs-02__img--03 {
    display: none;
    width: 30%;
    position: absolute;
    left: 20px;
    top: 0;
    z-index: 6;
  }
  .tfs-02__img--03 img {
    width: 100%;
    height: auto;
  }
}
.tfs-02__img--04 {
  width: 15%;
}
@media screen and (max-width: 768px) {
  .tfs-02__img--04 {
    display: none;
    position: absolute;
    left: 20px;
    top: 0;
    width: 30%;
    z-index: 5;
  }
  .tfs-02__img--04 img {
    width: 100%;
    height: auto;
  }
}
.tfs-02__img--05 {
  width: 13%;
}
@media screen and (max-width: 768px) {
  .tfs-02__img--05 {
    display: none;
    position: absolute;
    left: 20px;
    top: 0;
    width: 30%;
    z-index: 4;
  }
  .tfs-02__img--05 img {
    width: 100%;
    height: auto;
  }
}
.tfs-02__img--06 {
  width: 10%;
}
@media screen and (max-width: 768px) {
  .tfs-02__img--06 {
    display: none;
    position: absolute;
    top: 0;
    left: 20px;
    width: 30%;
    z-index: 3;
  }
  .tfs-02__img--06 img {
    width: 100%;
    height: auto;
  }
}
.tfs-02__img--07 {
  width: 34%;
  max-width: 330px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tfs-02__img--07 {
    width: 100%;
    margin: 0 auto;
  }
}
.tfs-02__img--07 .pin {
  right: 33%;
  top: 33%;
}
.tfs-02__img--08 {
  width: 34%;
  max-width: 330px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tfs-02__img--08 {
    width: 100%;
    margin: 0 auto;
  }
}
.tfs-02__img--08 .pin {
  left: 24%;
  bottom: 53%;
}
.tfs-02__copy {
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 2;
}
.tfs-02__copy--01 {
  width: 110px;
  top: 120px;
  left: calc(50% + 170px);
}
@media screen and (max-width: 768px) {
  .tfs-02__copy--01 {
    width: 84px;
    top: 80px;
    left: calc(100% - 94px);
  }
}
.tfs-02__copy--02 {
  width: 130px;
  height: 30;
  bottom: 120px;
  right: calc(50% + 190px);
}
@media screen and (max-width: 768px) {
  .tfs-02__copy--02 {
    width: 100px;
    bottom: 80px;
    right: calc(100% - 110px);
  }
}

.tfs-03 {
  width: 100%;
  height: 100dvh;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 60px;
}
@media screen and (max-width: 1025px) {
  .tfs-03 {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 0;
  }
}
.tfs-03__inner {
  position: relative;
  width: 100%;
}
.tfs-03__img {
  font-size: 0;
  line-height: 0;
}
.tfs-03__img--01 {
  width: 50vw;
  overflow: hidden;
  left: 50vw;
  top: 0;
  position: absolute;
  z-index: 3;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .tfs-03__img--01 {
    width: 100%;
    left: auto;
    right: 0;
    position: relative;
    z-index: 0;
  }
}
.tfs-03__img--01 > img {
  transform-origin: bottom left;
}
@media screen and (max-width: 1024px) {
  .tfs-03__img--01 > img {
    transform: scale(1);
    transform-origin: left bottom;
    opacity: 1;
  }
  .tfs-03__img--01 > img.active {
    transform: scale(2);
    opacity: 0;
    transition: opacity 0.2s, transform 0.3s;
  }
}
.tfs-03__img--01 .pin {
  left: 55%;
  bottom: 44%;
}
@media screen and (max-width: 1024px) {
  .tfs-03__img--01 .pin {
    left: 59%;
    bottom: 40%;
  }
}
.tfs-03__img--02 {
  width: 100%;
  max-width: 230px;
  margin-bottom: 10px;
  margin-top: auto;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .tfs-03__img--02 {
    max-width: 44%;
  }
  .tfs-03__img--02 img {
    width: 100%;
    height: auto;
  }
}
.tfs-03__img--03 {
  width: 100%;
  max-width: 230px;
  margin-bottom: auto;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .tfs-03__img--03 {
    max-width: 44%;
  }
  .tfs-03__img--03 img {
    width: 100%;
    height: auto;
  }
}
.tfs-03__copy {
  position: relative;
  margin-bottom: 30px;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 1024px) {
  .tfs-03__copy--01 {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .tfs-03__copy--01 {
    width: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .tfs-03__copy--02 {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .tfs-03__copy--02 {
    width: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .tfs-03__copy--03 {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .tfs-03__copy--03 {
    width: 35px;
  }
}
.tfs-03__copy--04 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .tfs-03__copy--04 {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .tfs-03__copy--04 {
    width: 60px;
  }
}
.tfs-03__wrap--01 {
  width: 100vw;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .tfs-03__wrap--01 {
    margin-bottom: 40px;
  }
}
.tfs-03__wrap--01 > div {
  width: 100%;
  box-sizing: border-box;
  padding: 0 60px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .tfs-03__wrap--01 > div {
    max-width: calc(100% - 80px);
    margin-top: -180px;
    padding: 0;
  }
}
.tfs-03__wrap--01 > div > div {
  margin-top: auto;
  padding-bottom: 75px;
}
@media screen and (max-width: 1024px) {
  .tfs-03__wrap--01 > div > div {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  .tfs-03__wrap--01 > div > div p {
    order: 2;
    margin: 0 !important;
  }
  .tfs-03__wrap--01 > div > div h2 {
    order: 1;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 768px) {
  .tfs-03__wrap--01 > div > div {
    padding-bottom: 0;
  }
}
.tfs-03__wrap--02 {
  width: 180vw;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .tfs-03__wrap--02 {
    width: 100%;
    height: auto;
    position: relative;
    left: auto;
    top: auto;
  }
}
.tfs-03__wrap--03 {
  width: 50vw;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 50vw;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .tfs-03__wrap--03 {
    width: 100%;
    height: auto;
    position: relative;
    right: auto;
    left: auto;
  }
}

.tfs-04 {
  padding: 0 0 120px;
}
@media screen and (max-width: 768px) {
  .tfs-04 {
    padding: 0 0 40px;
  }
}
.tfs-04__img {
  font-size: 0;
  line-height: 0;
  position: relative;
}
.tfs-04__img .img02 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 2;
}
.tfs-04__img--01 {
  width: 100%;
  max-width: 530px;
  position: absolute;
  z-index: 1;
}
.tfs-04__img--01 img {
  box-sizing: border-box;
}
.tfs-04__img--01 > span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0px solid #F4D6E4;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .tfs-04__img--02 {
    order: 2;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 768px) {
  .tfs-04__img--03 {
    order: 1;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 768px) {
  .tfs-04__img--04 {
    order: 3;
  }
}
@media screen and (max-width: 768px) {
  .tfs-04__img--05 {
    order: 4;
  }
}
@media screen and (max-width: 768px) {
  .tfs-04__img--06 {
    max-width: calc(100vw - 160px);
    margin: 0 auto;
  }
}
.tfs-04__img--06 .pin {
  left: 43%;
  bottom: 14%;
}
@media screen and (max-width: 768px) {
  .tfs-04__img--06 .pin {
    bottom: 11%;
  }
}
.tfs-04__copy {
  font-size: 0;
  line-height: 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .tfs-04__copy {
    width: 116px;
  }
}
.tfs-04__copy:not(:last-child) {
  margin-bottom: 15px;
}
.tfs-04__blank {
  width: 200vw;
}
@media screen and (max-width: 768px) {
  .tfs-04__blank {
    width: 400vw;
  }
}
.tfs-04__wrap--01 {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .tfs-04__wrap--01 {
    margin-bottom: 0;
  }
}
.tfs-04__wrap--01 > div:not(.tfs-04__img) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.tfs-04__wrap--02 {
  width: 100%;
  max-width: 978px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 120px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .tfs-04__wrap--02 {
    max-width: 464px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 464px) {
  .tfs-04__wrap--02 {
    max-width: calc(100% - 40px);
  }
}
.tfs-04__wrap--02 > * {
  width: calc(25% - 8px);
}
@media screen and (max-width: 768px) {
  .tfs-04__wrap--02 > * {
    width: calc(50% - 2px);
  }
}
.tfs-04__wrap--03 {
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
}

.tfs-05 {
  background: #E3E3E3;
  padding: 120px 0 100px;
}
@media screen and (max-width: 768px) {
  .tfs-05 {
    padding: 40px 40px 80px;
  }
}
.tfs-05__wrap--01 {
  width: 100%;
  max-width: 840px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tfs-05__wrap--01 {
    justify-content: center;
  }
}
.tfs-05__wrap--01 > * {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .tfs-05__wrap--01 > * {
    width: 100%;
    max-width: 420px;
  }
}
.tfs-05__img {
  font-size: 0;
  line-height: 0;
}
.tfs-05__img--02 .pin {
  left: 60%;
  bottom: 40%;
}

.tfs-06 {
  padding: 0;
  position: relative;
}
.tfs-06:after {
  content: "";
  width: 100%;
  height: calc(100% - 105px);
  position: absolute;
  z-index: -1;
  background: #E3E3E3;
  display: block;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .tfs-06:after {
    height: calc(100% - 100px);
  }
}
.tfs-06__wrap--01 {
  width: 100%;
  max-width: 980px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .tfs-06__wrap--01 {
    margin-bottom: 40px;
  }
}
.tfs-06__wrap--02 {
  width: 100%;
  max-width: 610px;
  margin: 0 auto 140px;
}
@media screen and (max-width: 768px) {
  .tfs-06__wrap--02 {
    max-width: 100%;
    margin-bottom: 80px;
  }
}
.tfs-06__img {
  font-size: 0;
  line-height: 0;
}
.tfs-06__img--01 {
  width: 100%;
  max-width: calc(100% - 450px);
}
@media screen and (max-width: 768px) {
  .tfs-06__img--01 {
    max-width: 100%;
    margin-bottom: 60px;
  }
  .tfs-06__img--01 img {
    width: 100%;
    height: auto;
  }
}
.tfs-06__img--02 {
  width: 100%;
  max-width: 350px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tfs-06__img--02 {
    max-width: calc(100% - 80px);
    margin: 0 auto;
  }
}
.tfs-06__img--02 .pin {
  left: 62%;
  bottom: 22%;
}
.tfs-06__video {
  width: 100%;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
@media screen and (max-width: 610px) {
  .tfs-06__video {
    min-height: 58vw;
  }
}
@media screen and (max-width: 610px) {
  .tfs-06__video video {
    transform: scale(1.7);
    transform-origin: top center;
  }
}

.loop {
  display: flex;
  overflow: hidden;
  flex-wrap: nowrap;
  font-size: 0;
  line-height: 0;
}
.loop__wrap {
  display: flex;
  animation: loop-list 10s linear infinite;
  list-style: none;
  margin: 0;
  padding: 0;
}
.loop__item {
  text-align: center;
}
.loop__item div {
  width: 610px;
  display: block;
  padding: 0 2px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .loop__item div {
    padding: 0 1px;
    width: 170vw;
  }
}
.loop__item video {
  width: 100%;
}

@keyframes loop-list {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.tfs-07 {
  padding: 0 20px 120px;
  position: relative;
}
@media screen and (max-width: 430px) {
  .tfs-07 {
    padding-bottom: 30px;
  }
}
.tfs-07__wrap--01 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  z-index: 2;
}
.tfs-07__wrap:hover .tfs-07__btn svg {
  stroke-dashoffset: 0;
}
.tfs-07__video {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.tfs-07__video video {
  border-radius: 10px;
}
.tfs-07__btn {
  font-size: 12px;
  width: 200px;
  height: 100px;
  box-sizing: border-box;
  border-radius: 100px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .tfs-07__btn {
    width: 120px;
    height: 60px;
    margin-bottom: 10px;
  }
}
.tfs-07__btn span {
  font-family: elza, sans-serif;
  font-style: normal;
  font-weight: 100;
  line-height: 1.2em;
  font-size: 12px;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.tfs-07__btn span img {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .tfs-07__btn span img {
    margin-top: 3px;
  }
}
.tfs-07__btn span span {
  display: block;
  width: 100%;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .tfs-07__btn span span {
    margin-top: 3px;
  }
}
@media screen and (min-width: 1025px) {
  .tfs-07__btn-action {
    fill: #FFF;
    stroke-width: 2px;
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
    transition: 1s;
  }
}
.tfs-07__btn-bg {
  opacity: 0.5;
}
.tfs-07__btn svg {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .tfs-07__btn svg {
    width: 100%;
    height: auto;
  }
}
.tfs-07__title {
  color: #fff;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .tfs-07__title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .tfs-07__title svg {
    max-width: 143px;
    height: auto;
  }
}
.tfs-07__desc {
  color: #fff;
  font-family: elza, sans-serif;
  font-style: normal;
  font-weight: 100;
  line-height: 1.2em;
  font-size: 12px;
}

.modal-video-body {
  max-width: 1200px;
}

.tfs-mens {
  padding: 163px 0 0;
  position: relative;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  color: #363A59;
}
@media screen and (max-width: 768px) {
  .tfs-mens {
    max-width: calc(100% - 40px);
  }
}
.tfs-mens__title {
  font-size: 0;
  line-height: 0;
  text-align: center;
  position: relative;
  z-index: 10;
  margin: -30px 0 30px;
}
@media screen and (max-width: 768px) {
  .tfs-mens__title {
    margin: 20px 0 30px;
  }
}
.tfs-mens__img {
  font-size: 0;
  line-height: 0;
  width: 230px;
}
@media screen and (max-width: 1200px) {
  .tfs-mens__img {
    width: 20vw;
  }
}
@media screen and (max-width: 768px) {
  .tfs-mens__img {
    width: 26vw;
  }
}
.tfs-mens__img--03 {
  position: absolute;
  left: 25px;
  top: calc(50% - 195px);
  z-index: 1;
  transform: rotate(-10deg);
}
@media screen and (max-width: 768px) {
  .tfs-mens__img--03 {
    left: -5px;
    top: calc(50% - 30vw);
  }
}
.tfs-mens__img--02 {
  position: absolute;
  left: 15%;
  top: calc(50% - 130px);
  z-index: 2;
  transform: rotate(10deg);
}
@media screen and (max-width: 768px) {
  .tfs-mens__img--02 {
    left: 12%;
    top: calc(50% - 8vw);
  }
}
.tfs-mens__img--01 {
  position: absolute;
  left: 25%;
  top: calc(50% - 270px);
  z-index: 3;
  transform: rotate(-10deg);
}
@media screen and (max-width: 768px) {
  .tfs-mens__img--01 {
    left: calc(50% - 30vw);
    top: calc(50% - 45vw);
  }
}
.tfs-mens__img--05 {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.tfs-mens__img--04 {
  position: absolute;
  right: 20%;
  top: calc(50% - 170px);
  z-index: 2;
  transform: rotate(20deg);
}
@media screen and (max-width: 768px) {
  .tfs-mens__img--04 {
    top: calc(50% - 10vw);
    right: 10px;
  }
}
.tfs-mens__img--06 {
  position: absolute;
  right: 25px;
  top: calc(50% - 185px);
  z-index: 1;
  transform: rotate(-10deg);
}
@media screen and (max-width: 768px) {
  .tfs-mens__img--06 {
    transform: rotate(10deg);
    top: calc(50% - 43vw);
    right: 22px;
    z-index: 3;
  }
}

.btn--pink {
  display: inline-block;
  border-radius: 50%;
  padding: 13px 25px;
  color: #fff;
  border: 1px solid #F2B9D5;
  background: #F2B9D5;
  font-size: 16px;
  line-height: 1em;
  transition: color 0.3s, background 0.3s;
  font-family: elza, sans-serif;
  font-style: normal;
  font-weight: 100;
}
.btn--pink:link, .btn--pink:visited {
  text-decoration: none;
  color: #fff;
}
.btn--pink:hover, .btn--pink:active {
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .btn--pink:hover, .btn--pink:active {
    background: #fff;
    color: #F2B9D5;
  }
}
.btn--blue {
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #363A59;
  padding: 13px 28px;
  color: #363A59;
  font-size: 14px;
  line-height: 1em;
  transition: background 0.3s;
  font-family: elza, sans-serif;
  font-style: normal;
  font-weight: 100;
}
.btn--blue:link, .btn--blue:visited {
  text-decoration: none;
  color: #363A59;
}
.btn--blue:hover, .btn--blue:active {
  text-decoration: none;
  color: #363A59;
}
@media screen and (min-width: 769px) {
  .btn--blue:hover, .btn--blue:active {
    background: #363A59;
    color: #fff;
  }
}
.btn--buy {
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #343230;
  padding: 13px 28px;
  color: #343230;
  font-size: 14px;
  line-height: 1em;
  font-weight: 100;
  transition: background 0.3s;
  font-family: elza, sans-serif;
  font-style: normal;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .btn--buy {
    padding: 13px 20px;
  }
}
.btn--buy:link, .btn--buy:visited {
  text-decoration: none;
  color: #343230;
}
.btn--buy:hover, .btn--buy:active {
  text-decoration: none;
  color: #343230;
}
@media screen and (min-width: 769px) {
  .btn--buy:hover, .btn--buy:active {
    background: #343230;
    color: #fff;
  }
}

.footer {
  padding: 60px 20px 40px;
}
.footer-credit {
  text-align: center;
  font-family: elza, sans-serif;
  font-style: normal;
  font-weight: 100;
  line-height: 1.5em;
  font-size: 12px;
  color: #F2B9D5;
  margin: 0 0 40px;
}
.footer-sns {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  justify-content: center;
}
.footer-sns__item {
  font-size: 0;
  line-height: 0;
  margin: 0 5px;
}
.footer-copyright {
  text-align: center;
  font-family: elza, sans-serif;
  font-style: normal;
  font-weight: 100;
  line-height: 1.5em;
  font-size: 10px;
  color: #F2B9D5;
}

.modal {
  left: 0;
  top: 0;
  background: url(../images/bg.jpg);
  background-size: 100px auto;
  box-sizing: border-box;
  width: 100%;
  height: 100dvh;
  z-index: 99998;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  transform: scale(0.8);
  transition: transform 0.1s, opacity 0.1s;
  opacity: 0;
  position: fixed;
  pointer-events: none;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .modal {
    overflow-y: auto;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .modal {
    background: #fff;
  }
}
.modal.active {
  transform: scale(1);
  opacity: 1;
  transition: 0.3s;
  pointer-events: inherit;
}
.modal--tfs-03 .modal__image img {
  transform-origin: left bottom;
}
.modal--0207 .modal__image img {
  transform-origin: left bottom;
  object-position: center bottom;
}
.modal--0208 .modal__image img {
  transform-origin: right top;
  object-position: center bottom;
}
.modal-trigger {
  position: relative;
}
.modal-trigger > img {
  cursor: pointer;
  transition: opacity 0.2s, transform 0.3s;
  transform: scale(1);
  transform-origin: right center;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .modal-trigger > img {
    transform-origin: center bottom;
  }
}
.modal-trigger > img.active {
  transform: scale(2);
  opacity: 0;
}
.modal__image {
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .modal__image {
    width: 100%;
    height: 100vw;
  }
}
.modal__image img {
  will-change: transform;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s;
}
.modal__contents {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .modal__contents {
    width: 100%;
    height: auto;
  }
}
.modal__contents-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .modal__contents-inner {
    padding: 30px 20px;
  }
}
.modal__name {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .modal__name {
    order: 1;
  }
}
.modal__name div:first-child {
  font-size: 16px;
  font-family: elza, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5em;
  margin-bottom: 5px;
}
.modal__name div:last-child {
  color: #B4B4B4;
  font-size: 10px;
  line-height: 1.5em;
}
.modal__price {
  font-size: 14px;
  font-family: elza, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .modal__price {
    margin-bottom: 10px;
    order: 2;
  }
}
.modal__desc {
  font-size: 12px;
  line-height: 2em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .modal__desc {
    margin-bottom: 0;
    order: 4;
    font-size: 10px;
    line-height: 2em;
  }
}
@media screen and (max-width: 768px) {
  .modal__btn {
    order: 3;
    margin-bottom: 20px;
  }
}
.modal__close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 70px;
  top: 40px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .modal__close {
    right: 20px;
    top: 20px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #000;
  }
}
.modal__close:before {
  content: "";
  width: 20px;
  height: 1px;
  background: #000000;
  transform: rotate(45deg);
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 0px);
}
@media screen and (max-width: 768px) {
  .modal__close:before {
    width: 16px;
    left: calc(50% - 8px);
  }
}
.modal__close:after {
  content: "";
  width: 20px;
  height: 1px;
  background: #000000;
  transform: rotate(-45deg);
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 0px);
}
@media screen and (max-width: 768px) {
  .modal__close:after {
    width: 16px;
    left: calc(50% - 8px);
  }
}

.allitems {
  position: relative;
  width: 100%;
  max-width: 260px;
  margin: 0 auto 140px;
  cursor: pointer !important;
}
@media screen and (max-width: 768px) {
  .allitems {
    max-width: 160px;
    margin-bottom: 80px;
  }
}
.allitems__img {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  left: auto;
  pointer-events: none;
  z-index: 1;
}
.allitems__img--01 {
  position: relative;
  transform: rotate(10deg);
}
.allitems__img--02 {
  transform: rotate(-10deg);
}
.allitems__img--04 {
  transform: rotate(10deg);
}
.allitems__img--05 {
  transform: rotate(-10deg);
}
.allitems__link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.allitems__link a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-family: elza, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2em;
  font-size: 16px;
  color: #fff;
  transition: letter-spacing 0.3s;
}
.allitems__link a:link, .allitems__link a:visited {
  text-decoration: none;
  color: #fff;
}
.allitems__link a:hover, .allitems__link a:active {
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .allitems__link a:hover, .allitems__link a:active {
    letter-spacing: 0.15em;
  }
}

.swap {
  position: relative;
  font-size: 0;
  line-height: 0;
}
.swap__item {
  position: absolute;
  left: 0;
  top: 0;
}
.swap__blank {
  opacity: 0;
}

.zoomout {
  overflow: hidden;
}
