@charset "UTF-8";
/*@media screen and (max-width: 767px) {
  .partial-components\:global-nav {
    background: #fff;
    position: relative;
    z-index: 2;
  }
}*/
html.modal-open {
  overflow: hidden;
  height: 100%;
  touch-action: none;
  overscroll-behavior: none;
}
body.modal-open {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
}
.yanmardesign {
	font-size: 100%;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
  overflow: hidden;
  position: relative;
  line-height: 1;
}
.yanmardesign ol, .yanmardesign ul {
  list-style: none;
}
.yanmardesign a img {
  border: none;
}
.yanmardesign article,
.yanmardesign aside,
.yanmardesign details,
.yanmardesign figcaption,
.yanmardesign figure,
.yanmardesign main,
.yanmardesign section,
.yanmardesign summary {
  display: block;
}
.yanmardesign a {
  text-decoration: none;
}

/* base.css */
.yanmardesign   {
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
    /*font-size: 62.5%;*/
    font-size: 0.66667vw;
    line-height: 1;
    font-weight: 400;
}
.yanmardesign * {
    font-weight: inherit;
    box-sizing: border-box;
}
.yanmardesign a {
    outline: none;
    color: inherit;
    transition: .5s;
}
.yanmardesign a * {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.yanmardesign a:focus, *:focus {
    outline: none;
}
.yanmardesign img {
    width: 100%;
    height: auto;
}
.yanmardesign img[src$=".svg"] {
    max-width: 100%;
}
.yanmardesign .flex_box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; 
    justify-content: space-between;
}
.yanmardesign .flex-start {
    justify-content: flex-start;
}
.yanmardesign .flex-end {
    justify-content: flex-end;
}
.yanmardesign .flex-center {
    justify-content: center;
}
.yanmardesign .align-center {
  align-items: center;
}
.yanmardesign .barlow {
  font-family: "Barlow Condensed", 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-style: normal;
}
.yanmardesign .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

@media screen and (min-width: 1501px)  {
.yanmardesign #content-wrap {
    font-size: 62.5%;
}
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
.yanmardesign #content-wrap {
    font-size: 0.66667vw;
}
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
.yanmardesign .pc,
.yanmardesign .sp {
    display: none;
}
.yanmardesign .tb {
    display: block !important;
}
}
@media screen and (min-width: 768px) {
.yanmardesign .tb,
.yanmardesign .sp {
    display: none;
}
.yanmardesign a:hover {
    opacity: .7;
}
.yanmardesign .wrap-l,
.yanmardesign .wrap,
.yanmardesign .wrap-s  {
    width: 100%;
    padding: 0 4rem;
    margin: 0 auto;
}
.yanmardesign .wrap-l  {
    max-width: 1180px;
}
.yanmardesign .wrap  {
    max-width: 960px;
}
.yanmardesign .wrap-s  {
    max-width: 600px;
}
.yanmardesign p {
    font-size: 1.4rem;
    line-height: 1.75;
}
}

@media screen and (max-width: 767px) {
.yanmardesign {
    font-size: 2.66667vw;
}
.yd-header-cover {
  position: absolute;
  top: -2rem;
  left: -1%;
  right: -1%;
  content: '';
  width: 102%;
  height: 2rem;
  background: #fff;
  z-index: 1;
}
.yanmardesign .tb,
.yanmardesign .pc {
    display: none;
}
.yanmardesign .wrap-l,
.yanmardesign .wrap,
.yanmardesign .wrap-s  {
    max-width: 100%;
    width: 100%;
    padding: 0 5%;
}
.yanmardesign p {
    font-size: 1.5rem;
    line-height: 1.75;
}
}

/* mv-section */
.yanmardesign .mvbg-section {
  position: fixed;
  height: 100vh;
  z-index: 0;
}
.yanmardesign .mv-section {
  position: relative;
  height: 100vh;
  z-index: 1;
}

.yanmardesign .video-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}

.yanmardesign .video-wrapper.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
}
.yanmardesign .mv-video-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
}

.yanmardesign #mvVideoIframe {
  width: 100%;
  height: 100%;
}
.yanmardesign #mvVideo {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.yanmardesign #mvVideo.loaded {
  opacity: 1;
}
.yanmardesign video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yanmardesign .mv-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  pointer-events: none;
  z-index: 15;
}
.yanmardesign .mute-button {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 3rem;
  z-index: 20;
  background: transparent;
  border: none;
  border: none;
  cursor: pointer;
}
.yanmardesign .scroll-btn {
  position: absolute;
  bottom: 8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 3rem;
  height: 3rem;
  display: block;
}

@media screen and (max-width: 767px) {
.yanmardesign .mvbg-section {
  height: 100vh;
  top: 0;
  bottom: 0;
  background-color: #000;
}
.yanmardesign .mv-section,
.yanmardesign .video-wrapper,
.yanmardesign .video-wrapper.fixed {
  height: 100vh !important;
}
.yanmardesign .mv-video-container {
  height: 100vh !important;
}
.yanmardesign .mv-overlay {
  position: absolute;
  height: 100% !important;
  bottom: 0;
}
.yanmardesign #mvVideo {
  overflow: hidden;
}
.yanmardesign .mv-overlay.sp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; /* iframeより前にくるように十分高く */
  pointer-events: none;
  backface-visibility: hidden;
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0); /* GPUレイヤー化 */
  transform: translate3d(0, 0, 0);
}
.yanmardesign .mvbg-section iframe,
.yanmardesign #mvVideoIframe iframe {
  z-index: 0;
  position: relative;
}
.yanmardesign .mute-button {
  top: 1.5rem;
  right: .5rem;
}
.yanmardesign .scroll-btn {
    bottom: 1rem;
    width: 2rem;
    height: 2rem;
}
}


.yanmardesign .scroll-content {
  position: relative;
  z-index: 11;
  background: transparent;
}
@media screen and (max-width: 767px) {
.yanmardesign .scroll-content {
  z-index: 0;
}
}
.yanmardesign .future-section {
  padding: 110svh 0 30svh 0;
  position: relative;
}
/*.yanmardesign .future-section::before {
  content: '';
  width: 4rem;
  height: 4rem;
  display: block;
  background: url("/global/about/brand/yanmardesign/img/future-left.webp") no-repeat left top;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.yanmardesign .future-section::after {
  content: '';
  width: 4rem;
  height: 4rem;
  display: block;
  background: url("/global/about/brand/yanmardesign/img/future-right.webp") no-repeat right top;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 0;
}*/
.yanmardesign .parallax-title {
  position: relative;
  overflow: hidden;
}
.yanmardesign .future-title-wrapper {
  /*width: 78.6875vw;*/
  width: 100%;
  aspect-ratio: 970 / 138.36;
  margin: 0 auto 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
}
.yanmardesign .future-title-wrapper svg {
  width: 100%;
  height: auto;
  display: block;
}
.yanmardesign .future-text-box p {
  text-align: center;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 5px;
  margin: 0;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.yanmardesign .future-text-box p span {
  font-weight: 900 !important;
  color: #FF78BE;
}

@media screen and (max-width: 767px) {
.yanmardesign .future-section {
  padding: 100svh 0 45svh 0;
}
.yanmardesign .future-text-box p {
  font-size: 1rem;
  letter-spacing: 2px;
}
.yanmardesign .future-section::before,
.yanmardesign .future-section::after {
  width: 2rem;
  height: 2rem;
}
}

/* work-section */
.yanmardesign .work-section {
}
.yanmardesign .work-section .work-container {
  background: #000;
  padding: 10rem 0 30rem !important;
}
.yanmardesign .work-section .works-title-wrapper {
  /*width: 34.375vw;
  aspect-ratio: 450.2 / 97.8;*/
  width: 34.324%;
  max-width: 381px;
  margin: 0 auto 3rem;
}
.yanmardesign .work-section .tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto 3rem;
}
.yanmardesign .work-section .tab {
  cursor: pointer;
  /*font-size: 1.041667vw;*/
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
}
.yanmardesign .work-section .tab:not(:last-child)::after {
  content: "/";
  display: inline-block;
  margin: 0 .5rem;
}
.yanmardesign .work-section .tab.active {
  font-weight: 900;
}
.yanmardesign .work-section .work-box-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  transition: height 0.4s ease;
  overflow: hidden;
  position: relative;
  /*width: 72.3958vw;*/
  width: 100%;
  margin: 0 auto;
}
.yanmardesign .work-section .work-box {
  position: relative;
  /*width: 14.0625vw;*/
  /*height: 14.0625vw;*/
  width: 19.5%;
  height: auto;
  aspect-ratio: 1/1;
  box-sizing: border-box;
  opacity: 0;
  transition: 0.8s ease;
  cursor: pointer;
  overflow: hidden;
  background: #ccc;
  margin-bottom: 0.5rem;
  display: none;
}
.yanmardesign .work-section .work-box.has-margin {
  /*margin-right: 0.520825vw;*/
  margin-right: .5%;
}
.yanmardesign .work-section .work-box .works-list-bgimg {
  position: relative;
  width: 100%;
  height: 100%;
}
.yanmardesign .work-section .work-box .works-list-bgimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.8s ease;
  transform: scale(1);
}
.yanmardesign .work-section .work-box:hover .works-list-bgimg img {
  transform: scale(1.05);
}
.yanmardesign .work-section .work-box .works-list-bgimg::before {
  position: absolute;
  top: 0; left: 0;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0,0,0,0);
  opacity: 0;
  transition: background 0.3s ease, opacity 0.3s ease;
  z-index: 1;
}
.yanmardesign .work-section .work-box:hover .works-list-bgimg::before {
  background: rgba(0,0,0,0.4);
  opacity: 1;
}
.yanmardesign .work-section .work-box .works-list-overlay-textbox {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: background 0.3s ease, opacity 0.3s ease;
  padding: 20px;
  text-align: center;
  pointer-events: none;
}
.yanmardesign .work-section .work-box:hover .works-list-overlay-textbox {
  background: rgba(0,0,0,0.8);
  opacity: 1;
  pointer-events: auto;
}
.yanmardesign .work-section .work-box .works-list-overlay-textbox h3 {
  font-size: 1.65vw;
  font-weight: 700;
  line-height: 1.25;
  margin-top: -.5rem;
}
.yanmardesign .work-section .work-box .works-list-overlay-textbox p {
  font-size: 1.25vw;
  position: absolute;
  bottom: 0;
}
.yanmardesign .work-section .work-box.show {
  opacity: 1;
  pointer-events: auto;
}
.yanmardesign .work-section .more-button {
  width: 2.5rem;
  border-right-width: 2.5rem;
  margin-top: 3rem;
  cursor: pointer;
  margin: 0 auto;
  padding-top: 2rem;
}
.yanmardesign .work-section .hidden {
  display: none !important;
}
@media screen and (max-width: 767px) {
.yanmardesign .work-section .work-container {
  padding: 4rem 0 20rem !important;
}
.yanmardesign .work-section .tab {
  font-size: .9rem;
}
.yanmardesign .work-section .work-box-wrap {
    width: 100vw;
    margin: 0;
  contain: layout paint;
}
.yanmardesign .work-section .work-box {
  width: 32vw;
  height: 32vw;
  transition: none !important;
  opacity: 1;
}
.yanmardesign .work-section .work-box.show {
  transition: none !important;
}
.yanmardesign .work-section .work-box.has-margin {
  margin-right: 2vw;
}
.yanmardesign .work-section .work-box .works-list-overlay-textbox {
  transition: none !important;
}
}

.yanmardesign .custom-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yanmardesign .custom-modal.show {
  opacity: 1;
  pointer-events: auto;
}
.yanmardesign .modal-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.yanmardesign .modal-content {
  position: relative;
  height: 90vh;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  overflow: hidden;
  z-index: 1;
}
.yanmardesign .movie-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 1000;
  display: none;
}
.yanmardesign .movie-modal.show {
  opacity: 1;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yanmardesign .movie-modal .modal-content {
  position: relative;
  width: 90vw !important;
  height: auto;
  padding: 30px;
  overflow: hidden;
  z-index: 1;
  max-width: 100%;
}

.yanmardesign .movie-modal .modal-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.yanmardesign .movie-modal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  visibility: hidden;
  transition: visibility 0s linear 0.4s;
}

.yanmardesign .movie-modal.show iframe {
  visibility: visible;
  transition-delay: 0s;
}
.yanmardesign .modal-close {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 24px;
  cursor: pointer;
  background: none;
  border: none;
}
.yanmardesign .modal-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
}
.yanmardesign .modal-close::before,
.yanmardesign .modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3rem;
  height: 1px;
  background-color: #fff;
  transform-origin: center;
  box-shadow: 0 0 4px;
}
.yanmardesign .modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.yanmardesign .modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.yanmardesign .scroll-previous,
.yanmardesign .scroll-next {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: transparent;
  color: white;
  border: none;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.yanmardesign .scroll-previous {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  top: 0;
}
.yanmardesign .scroll-previous::before {
  content: '';
  width: 3.5rem;
  height: 3.5rem;
  display: block;
  background: url('/global/about/brand/yanmardesign/img/btn-arrow.svg') no-repeat center center;
  background-size: 100%;
  transform: rotate(180deg);
}

.yanmardesign .scroll-next {
  width: 3.5rem;
  height: 3.5rem;
  display: block;
  bottom: 0;
}
.yanmardesign .scroll-next::before {
  content: '';
  width: 3.5rem;
  height: 3.5rem;
  display: block;
  background: url('/global/about/brand/yanmardesign/img/btn-arrow.svg') no-repeat center center;
  background-size: 100%;
}

.yanmardesign .scroll-next,
.yanmardesign .scroll-previous {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.yanmardesign .scroll-next.show,
.yanmardesign .scroll-previous.show {
  opacity: 1;
  pointer-events: auto;
}

.yanmardesign .modal-stack {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.yanmardesign .modal-stack::-webkit-scrollbar {
  display: none;
}

.yanmardesign .modal-card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1000px;
  transition: opacity 0.4s ease, transform 0.4s ease;
  z-index: 1;
  pointer-events: none;
  transform: translate(-50%,100%);
  opacity: 0;
  background: #000;
  border-radius: 2rem;
}

.yanmardesign .modal-card.block {
  transform: translate(-50%,-50%);
  opacity: 1;
  z-index: 1;
  pointer-events: none;
  transition: none;
}

.yanmardesign .modal-card.show {
  transform: translate(-50%,-50%);
  opacity: 1;
  z-index: 2;
  pointer-events: auto;
}
.yanmardesign .modal-card.disappear {
  opacity: 0;
  pointer-events: none;
}
.yanmardesign .modal-card .flex_box{
  align-items: center;
}

.yanmardesign .modal-card .img-box {
  width: 100%;
}
.yanmardesign .modal-card .img-box img {
  width: 100%;
  display: block;
  border-radius: 2rem;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #fff;
}
.yanmardesign .modal-card .txt-box {
  width: 100%;
  padding: 2rem 4rem;
}
.yanmardesign .modal-card .txt-box .title-box {
  position: relative;
}
.yanmardesign .modal-card .txt-box .title-box p.main-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.35;
  margin: 0 0 1rem;
}
.yanmardesign .modal-card .txt-box .title-box p.work-title {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.35;
  margin: 0 0 .5rem;
}
.yanmardesign .modal-card .txt-box .title-box p.work-title.center {
  text-align: center;
}
.yanmardesign .modal-card .txt-box .title-box p.work-copyright {
  position: absolute;
  right: 0;
  top: .5rem;
  text-align: right;
  margin: 0;
  line-height: 1;
  font-size: .8rem;
  color: #fff;
}
.yanmardesign .modal-card .txt-box .work-text {
  font-size: 1rem;
  color: #fff;
}
.yanmardesign .modal-card .txt-box .work-text a {
  color: #FF78BE;
  text-decoration: underline;
}
.yanmardesign .modal-card .txt-box .title-box p.work-title.center,
.yanmardesign .modal-card .txt-box p.work-text.center {
  font-size: 1.05rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
.yanmardesign .modal-content {
  height: 80vh;
}
.yanmardesign .modal-card {
  position: absolute;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 90%;
  padding: 0;
  border-radius: 2rem;
}
.yanmardesign .modal-card .img-box {
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border-radius: 2rem;
}
.yanmardesign .modal-card .img-box img {
  width: 100% !important;
  height: auto !important;
  margin: 0 auto;
  display: block;
  border-radius: 2rem;
}
.yanmardesign .modal-card .txt-box {
  width: 100%;
  padding: 2rem;
}
.yanmardesign .modal-card .txt-box .title-box {
  width: 100%;
}
.yanmardesign .modal-card .txt-box .title-box .main-title {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.yanmardesign .modal-card .txt-box .title-box .work-title {
  font-size: 1.2rem;
}
.yanmardesign .modal-card .txt-box .work-text {
  width: 100%;
  font-size: 1rem;
  padding: 0;
}
.yanmardesign .movie-modal .modal-content {
  width: 90%;
  padding: .5rem;
}
}

/* about-section */
.yanmardesign .about-section {
}
.yanmardesign .about-section .about-wrapper {
  padding: 10rem 0 0;
  background: #eee;
}
.yanmardesign .about-section .about-bottom {
  padding: 30rem 0 0;
  background: #fff;
}
.yanmardesign .about-section .about-title-wrapper {
  /*width: 47.76vw;
  aspect-ratio: 616.1 / 97.8;*/
  width: 47.747%;
  max-width: 530px;
  overflow: hidden;
  margin: 0 auto 4rem;
}
.yanmardesign .top-flex .top-flex-box {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /*aspect-ratio: 960 / 540;*/
  padding: 5rem;
}
.yanmardesign .top-flex .top-flex-box h3 {
  text-align: center;
  margin: 0 auto 1.5rem;
  font-family: "DIN Next", sans-serif;
  /*font-size: 4.3453vw;*/
  font-size: 5.1rem;
  font-weight: 700;
  line-height: 1;
}
.yanmardesign .top-flex .top-flex-box .catchcopy {
  text-align: center;
  margin: 0 auto .5rem;
  /*font-size: 1.25vw;*/
  font-size: 1.5rem;
}
.yanmardesign .top-flex .top-flex-box .catchcopy-en {
  font-family: "DIN Next", sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 1rem;
  /*font-size: .9vw;*/
  font-size: 1.1rem;
  letter-spacing: .1rem;
  color: #aaa;
}
.yanmardesign .top-flex .top-flex-box .bottom-text {
  text-align: center;
  /*font-size: .71vw;*/
  font-size: .9rem;
}
.yanmardesign .top-flex .top-flex-box .bottom-text span {
  color: #FF264A;
}
.yanmardesign .top-flex .top-flex-box.philosophy-box {
  background: #000;
}
.yanmardesign .top-flex .top-flex-box.philosophy-box h3,
.yanmardesign .top-flex .top-flex-box.philosophy-box .catchcopy,
.yanmardesign .top-flex .top-flex-box.philosophy-box .bottom-text {
  color: #fff;
}
.yanmardesign .top-flex .top-flex-box.direction-box {
  background: #fff;
}
.yanmardesign .movie-box {
  position: relative;
  width: calc(100% / 3);
  cursor: pointer;
  display: block;
  overflow: hidden;
}
.yanmardesign .movie-bgimg {
  position: relative;
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
  z-index: 1;
  display: block;
  transform: scale(1);
}
.yanmardesign .movie-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: background-color 0.5s ease;
  z-index: 2;
  pointer-events: none;
}
.yanmardesign .movie-btn {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: auto;
  z-index: 3;
  pointer-events: none;
}
.yanmardesign .movie-box:hover .movie-bgimg {
  transform: scale(1.05);
}
.yanmardesign .movie-box:hover .movie-overlay {
  background-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 940px) {
.yanmardesign .about-section .about-bottom {
  padding: 15rem 0 0;
}
.yanmardesign .top-flex .top-flex-box h3 {
  font-size: 3.8rem;
}
}

@media screen and (max-width: 767px) {
.yanmardesign .about-section .about-wrapper {
  padding: 4rem 0 0;
}
.yanmardesign .about-section .about-title-wrapper {
  margin: 0 auto 4rem;
}
.yanmardesign .top-flex  {
  width: 100%;
}
.yanmardesign .top-flex .top-flex-box {
  width: 100%;
  aspect-ratio: 960 / 620;
  padding: initial;
}
.yanmardesign .top-flex .top-flex-box h3 {
  margin: 0 auto .75rem;
  font-size: 2.5rem;
}
.yanmardesign .top-flex .top-flex-box .catchcopy {
  margin: 0 auto;
  font-size: 1.2rem;
}
.yanmardesign .top-flex .top-flex-box .catchcopy-en {
  margin: 0 auto;
  font-size: .9rem;
}
.yanmardesign .top-flex .top-flex-box .bottom-text {
  font-size: .85rem;
  margin-bottom: 0;
}
.yanmardesign .movie-box {
  position: relative;
  width: 100%;
  cursor: pointer;
  display: block;
  overflow: hidden;
}
}

/* awards-section */
.yanmardesign .awards-section {
}
.yanmardesign .awards-section .awards-container {
  background: #eee;
  padding: 10rem 0 30rem;
  position: relative;
}
.yanmardesign .awards-section .awards-title-wrapper {
  /*width: 40.78vw;
  aspect-ratio: 523.3 / 97.8;*/
  width: 40.71%;
  max-width: 520px;
  overflow: hidden;
  margin: 0 auto 4rem;
}
.yanmardesign .award-slide {
  text-align: center;
  box-sizing: border-box;
  padding: 1rem 5vw;
}
/*.yanmardesign .award-inner {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}*/
.yanmardesign .award-img-box img {
  width: 100%;
  height: auto;
}
.yanmardesign .award-text {
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
}
.yanmardesign .award-text .a-name {
  font-family: "DIN Next", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
}
.yanmardesign .award-text h3 {
  font-family: "DIN Next", sans-serif;
  /*font-size: 4.2125vw;*/
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  margin: 0 auto 1rem;
}
.yanmardesign .award-text h3 span {
  font-size: 2vw;
}
.yanmardesign .award-text .a-date {
  font-family: "DIN Next", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #FF264A;
  margin: 0;
}
.yanmardesign .award-text .a-description {
  font-size: .7088vw;
  color: #fff;
  line-height: 2;
}
.yanmardesign .awards-container {
  position: relative;
  overflow: hidden;
}
.yanmardesign .slick-prev, .yanmardesign .slick-next {
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.yanmardesign .slick-prev::before, .slick-next::before {
  content: none !important;
}
.yanmardesign .slick-prev {
  left: 22% !important;
}
.yanmardesign .slick-next {
  right: 22% !important;
}
.yanmardesign .slick-prev img, .slick-next img {
  width: 30px;
  height: auto;
}
.yanmardesign .award-inner[data-modal-id] {
  cursor: pointer;
  transition: .3s;
}
.yanmardesign .award-inner[data-modal-id]:hover {
  opacity: .7;
}
.yanmardesign .award-text .award-name {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  height: 2.5rem;
}
.yanmardesign .award-text .award-logo {
  height: 2.5rem;
  margin-right: .75rem;
}
.yanmardesign .award-text .award-logo img {
  width: auto !important;
  height: 100% !important;
  margin: 0 auto;
}

@media screen and (max-width: 940px) {
.yanmardesign .award-text h3 {
  font-size: 2.4rem;
}
}
@media screen and (max-width: 767px) {
.yanmardesign .awards-section .awards-container {
    /*padding: 4rem 0 6rem;*/
    padding: 4rem 0 40svh;
}
.yanmardesign .awards-section .awards-title-wrapper {
  margin: 0 auto 3rem;
}
.yanmardesign .award-text {
  padding: 1rem;
}
.yanmardesign .award-text .a-name {
  font-size: 1.0rem;
}
.yanmardesign .award-text h3 {
  font-size: 1.6rem;
  margin: 0 auto .6rem;
}
.yanmardesign .award-text h3 span {
  font-size: .8rem;
}
.yanmardesign .award-text .a-date {
  font-size: 1.0rem;
  margin: 0 auto;
}
.yanmardesign .award-text .a-description {
  font-size: .7rem;
}
.yanmardesign .slick-prev {
  top: 50% !important;
  left: 14.5% !important;
  width: 12px !important;
  height: 12px !important;
}
.yanmardesign .slick-next {
  top: 50% !important;
  right: 14.5% !important;
  width: 12px !important;
  height: 12px !important;
}
.yanmardesign .award-text .award-logo {
  height: 2rem;
}
.yanmardesign .award-text .award-name {
  margin-bottom: .4rem;
}
}

/* contact-section */
.yanmardesign .contact-section {
  background: transparent;
}
.yanmardesign .contact-section .contact-container {
  background: url('/global/about/brand/yanmardesign/img/contact-bg.webp') no-repeat top center;
  background-size: cover;
  position: relative;
  aspect-ratio: 50 / 21;
  display: flex;
  justify-content: center;
  align-items: center;
}
.yanmardesign .contact-section .contact-title-wrapper {
  width: 50%;
  max-width: 540px;
  margin: 0 auto;
}
.yanmardesign .contact-section .txt-box {
  /*width: 74.76%;*/
  width: 100%;
  max-width: 500px;
}
.yanmardesign .contact-section .arrow {
  width: 21.6%;
}
.yanmardesign .contact-section .text p {
  font-size: 1.25vw;
  color: #fff;
  line-height: 2;
  letter-spacing: .25rem;
}
.yanmardesign .contact-section .contact-btn {
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
}
.yanmardesign .contact-section .contact-btn img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
}
.yanmardesign .contact-section .contact-btn .img-default {
  opacity: 1;
  z-index: 1;
  position: relative;
}
.yanmardesign .contact-section .contact-btn .img-hover {
  opacity: 0;
  z-index: 2;
}
.yanmardesign .contact-section .contact-btn:hover .img-default {
  opacity: 0;
}
.yanmardesign .contact-section .contact-btn:hover,
.yanmardesign .contact-section .contact-btn:hover .img-hover {
  opacity: 1 !important;
}
@media screen and (max-width: 767px) {
.yanmardesign .contact-section {
  background: #eee;
}
.yanmardesign .contact-section .contact-container {
  background-size: cover;
  padding: 6rem 0;
}
.yanmardesign .contact-section .flex_box {
  align-items: center;
}
.yanmardesign .contact-section .contact-title-wrapper {
    width: 75%;
}
.yanmardesign .contact-section .txt-box {
  width: 60%;
}
.yanmardesign .contact-section .text p {
    font-size: .6rem;
}
.yanmardesign .contact-section .arrow {
    width: 22%;
}
}

.yanmardesign .work-section,
.yanmardesign .about-section,
.yanmardesign .awards-section,
.yanmardesign .contact-section {
  position: relative;
  z-index: 1;
}
.yanmardesign .work-container,
.yanmardesign .about-wrapper,
.yanmardesign .awards-container,
.yanmardesign .contact-container {
  border-radius: 4rem 4rem 0 0;
}
@media screen and (max-width: 767px) {
.yanmardesign .work-container,
.yanmardesign .about-wrapper,
.yanmardesign .awards-container,
.yanmardesign .contact-container {
  border-radius: 2rem 2rem 0 0;
}
}
.yanmardesign .work-container,
.yanmardesign .about-wrapper,
.yanmardesign .awards-container {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center center;
}
.yanmardesign .work-container,
.yanmardesign .about-wrapper,
.yanmardesign .awards-container {
  will-change: transform, opacity;
}
.yanmardesign .video-wrapper {
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.yanmardesign .video-wrapper.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.yanmardesign .video-wrapper:not(.fixed) {
  position: absolute;
}

.yanmardesign .future-container,
.yanmardesign .work-content {
  max-width: 1140px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
.yanmardesign .work-content {
  padding: 0;
}
}/*

.awards-section.invisible {
  visibility: hidden;
  pointer-events: none;
}*/