:root {
  --color-red: #db0000;
  --color-pink: #f5a9a9;
  --color-blue: #1c4896;
  --color-text: #333;
  --color-bg: #f2f2f2;
  --color-border: #ddd;
  --color-button-border: #dadada;
  --color-disabled: #ccc;
  --color-disabled-border: #f1f1f1;
  --color-red--75: #db000075;
}
#main section.kv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 6px;
  background: no-repeat center / cover;
  gap: 18px;
  height: 400px;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: auto;
  max-width: 100%;
  background-image: url(../media/images/performance/top/kv.jpg);
}
@media screen and (max-width: 767px) {
  #main section.kv {
    aspect-ratio: inherit;
    gap: 3px;
    padding-bottom: 0;
    height: 200px;
  }
}
#main section.kv.wide {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #main section.kv.wide {
    height: 200px;
  }
}
#main section.kv h2 {
  margin: 0;
  letter-spacing: 0.8em;
  padding-right: 10px;
  padding-left: 10px;
  text-indent: 0.8em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
  font-size: 40px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #main section.kv h2 {
    font-size: 27px;
  }
}
#main section.kv .subtitle {
  display: table;
  margin: 5px 0 0;
  padding: 6px 17px 8px;
  transform: translateY(-7px);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-indent: 0.15em;
  letter-spacing: 0.04em;
  text-align: center;
  background-color: #fff;
  text-transform: capitalize;
  white-space: nowrap;
  color: var(--color-blue);
}
@media screen and (max-width: 767px) {
  #main section.kv .subtitle {
    padding: 7px 10px 7px;
    margin-top: 5px;
    transform: translateY(5px);
    font-size: 11px;
    min-width: 150px;
  }
}
#main .lead {
  padding: 64px 0 76px;
}
@media screen and (max-width: 767px) {
  #main .lead {
    padding: 30px 15px 29px;
  }
}
#main .lead > *:last-child, #main .lead > .inner > *:last-child {
  margin-bottom: 0;
}
#main .lead h3 {
  margin: 0;
  text-align: center;
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.8076923077;
  letter-spacing: 0.06em;
  padding-left: 0.06em;
}
@media screen and (max-width: 767px) {
  #main .lead h3 {
    font-size: 18px;
    line-height: 1.8;
  }
}
#main .lead p {
  margin: 56px 10% 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 2.2222222222;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
}
@media screen and (max-width: 767px) {
  #main .lead p {
    margin: 21px 0;
    font-size: 14px;
    line-height: 1.77;
    letter-spacing: 0.1em;
  }
}
#main h3.bar {
  margin: 0 0 0 -6px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.4333333333;
  letter-spacing: 0.12em;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main h3.bar {
    padding-left: 56px;
    font-size: 21px;
  }
}
#main h3.bar::before {
  content: "";
  display: block;
  position: absolute;
  height: 25px;
  top: 9px;
  right: calc(100% + 37px);
  width: calc(50vw - 543px);
  mask-image: url(../media/images/common/stripe.svg);
  mask-size: contain;
  mask-position: right;
  background-color: var(--color-blue);
}
@media screen and (max-width: 767px) {
  #main h3.bar::before {
    height: 20px;
    top: 5px;
    width: 50px;
    right: calc(100vw - 65px);
    mask-size: cover;
  }
}
#main .video-area {
  background-color: #f5f5f5;
  padding: 70px 0 83px;
}
@media screen and (max-width: 767px) {
  #main .video-area {
    padding: 40px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  #main .video-area .inner {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  #main .video-area h3.bar {
    margin-left: -15px;
    padding-left: 66px;
  }
}
#main .video-area p.video-lead {
  margin: 60px 0 0;
  font-size: 18px;
  line-height: 2.2222222222;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #main .video-area p.video-lead {
    margin: 30px 0 0;
    font-size: 14px;
    line-height: 1.77;
  }
}
#main .video-area .video-lr {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  #main .video-area .video-lr {
    margin-top: 32px;
    display: block;
    padding: 0 5px;
  }
}
#main .video-area .video-lr .thumb {
  flex: 1 1 592px;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  #main .video-area .video-lr .thumb {
    padding-top: 0;
    margin-bottom: 20px;
  }
}
#main .video-area .video-lr .thumb a {
  display: block;
  height: 100%;
  text-decoration: none;
}
#main .video-area .video-lr .thumb a[href^="https://www.youtube.com/"], #main .video-area .video-lr .thumb a[href^="https://youtu.be/"] {
  position: relative;
}
#main .video-area .video-lr .thumb a[href^="https://www.youtube.com/"]::after, #main .video-area .video-lr .thumb a[href^="https://youtu.be/"]::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../media/images/common/icon_play.svg) no-repeat center / 80px;
  top: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #main .video-area .video-lr .thumb a[href^="https://www.youtube.com/"]::after, #main .video-area .video-lr .thumb a[href^="https://youtu.be/"]::after {
    background-size: 46px;
  }
}
#main .video-area .video-lr .thumb iframe, #main .video-area .video-lr .thumb video {
  aspect-ratio: 1.7777777778;
  display: block;
  width: 100%;
  height: 100%;
}
#main .video-area .video-lr .thumb img {
  display: block;
  vertical-align: top;
  width: 100%;
}
#main .video-area .video-lr .text {
  flex: 1 1 358px;
}
#main .video-area .video-lr .title {
  margin: 0 0 30px;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #main .video-area .video-lr .title {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.5;
  }
}
#main .video-area .video-lr p {
  margin: 0;
  font-size: 18px;
  line-height: 1.7222222222;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #main .video-area .video-lr p {
    font-size: 14px;
    line-height: 1.77;
  }
}
#main .series {
  background-color: #ffffff;
  background-image: radial-gradient(#f6f6f6 15%, rgba(255, 255, 255, 0) 25%);
  background-position: 0 0, 4px 4px;
  background-size: 10px 10px;
}
@media screen and (max-width: 767px) {
  #main .series {
    padding: 19px 15px 30px;
  }
}
#main .performance-link {
  position: relative;
  aspect-ratio: 4.26875;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 43px;
  padding: 60px 20px 0;
  width: 100%;
  height: 320px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #main .performance-link {
    padding: 36px 20px 29px;
    aspect-ratio: inherit;
    height: auto;
    gap: 0;
  }
}
#main .performance-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: scale(1.5);
  transition: transform 1s ease-in;
}
#main .performance-link.is-animated::before {
  transform: scale(1);
}
#main .performance-link:has(.copy) {
  gap: 0;
  padding: 73px 20px 48px;
  justify-content: inherit;
}
@media screen and (max-width: 767px) {
  #main .performance-link:has(.copy) {
    padding: 23px 10px 22px;
  }
}
#main .performance-link:has(.copy) .title {
  margin: 0px 0 45px;
}
@media screen and (max-width: 767px) {
  #main .performance-link:has(.copy) .title {
    margin: 0px 0 24px;
  }
}
#main .performance-link .copy {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #main .performance-link .copy {
    font-size: 14px;
    line-height: 1.6;
  }
}
#main .performance-link .title {
  margin: 0;
  text-align: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 2.0333333333;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
}
@media screen and (max-width: 767px) {
  #main .performance-link .title {
    margin: 0 0 23px;
    font-size: 23px;
    line-height: 1.5;
  }
}
#main .performance-link .button a {
  --border-color: var(--color-red);
  --bg-color: var(--color-red);
  --text-color: #fff;
  --hover-bg-color: #fff;
  --hover-text-color: var(--color-red);
  --arrow-image: url(../media/images/templete/arrow-white.svg);
  --hover-arrow-image: url(../media/images/templete/arrow-red.svg);
  display: block;
  width: 285px;
  height: 60px;
  padding: 14px 10px;
  border-radius: 30px;
  border: 1px solid var(--border-color);
  background-color: var(--bg-color);
  background-image: var(--arrow-image);
  background-repeat: no-repeat;
  background-position: right 30px center;
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s ease-in, color 0.3s ease-in;
  /*&[target=_blank] {
	background-image: var(--arrow-image);
	background-repeat: no-repeat;
	background-position: right 30px center;

	&:hover {
	background-image: var(--hover-arrow-image);
	background-position: right 20px center;
}
}*/
  --border-color: var(--color-blue);
  --bg-color: #fff;
  --text-color: var(--color-blue);
  --hover-bg-color: var(--color-blue);
  --hover-text-color: #fff;
  --arrow-image: url(../media/images/templete/arrow-blue.svg);
  --hover-arrow-image: url(../media/images/templete/arrow-white.svg);
}
@media screen and (max-width: 767px) {
  #main .performance-link .button a {
    width: 200px;
    height: 45px;
    padding: 8.5px 10px;
    font-size: 13px;
    background-size: 11px;
    background-position: right 20px center;
  }
}
#main .performance-link .button a:hover {
  opacity: 1;
  background-color: var(--hover-bg-color);
  background-image: var(--hover-arrow-image);
  background-position: right 20px center;
  color: var(--hover-text-color);
}
@media screen and (max-width: 767px) {
  #main .performance-link .button a:hover {
    background-position: right 15px center;
  }
}
#main .performance-link::before {
  background-image: url(../media/images/performance/top/performance_button_bg.jpg);
}
#main .pic-col2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  gap: 40px 0;
  margin: 68px 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  #main .pic-col2 {
    display: block;
    margin-top: 20px;
    padding: 0 5px;
  }
}
#main .pic-col2 .pic-col-item {
  flex: 0 0 47.5%;
}
@media screen and (max-width: 767px) {
  #main .pic-col2 .pic-col-item + .pic-col-item {
    margin-top: 32px;
  }
}
#main .pic-col2 .pic-col-item .thumbnail {
  aspect-ratio: 1.6435986159;
}
#main .pic-col2 .pic-col-item .thumbnail a {
  display: block;
  height: 100%;
  text-decoration: none;
}
#main .pic-col2 .pic-col-item .thumbnail a[href^="https://www.youtube.com/"], #main .pic-col2 .pic-col-item .thumbnail a[href^="https://youtu.be/"] {
  position: relative;
}
#main .pic-col2 .pic-col-item .thumbnail a[href^="https://www.youtube.com/"]::after, #main .pic-col2 .pic-col-item .thumbnail a[href^="https://youtu.be/"]::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../media/images/common/icon_play.svg) no-repeat center / 80px;
  top: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #main .pic-col2 .pic-col-item .thumbnail a[href^="https://www.youtube.com/"]::after, #main .pic-col2 .pic-col-item .thumbnail a[href^="https://youtu.be/"]::after {
    background-size: 46px;
  }
}
#main .pic-col2 .pic-col-item .thumbnail img, #main .pic-col2 .pic-col-item .thumbnail iframe, #main .pic-col2 .pic-col-item .thumbnail video {
  object-fit: cover;
  height: 100%;
}
#main .pic-col2 .pic-col-item img {
  vertical-align: top;
  width: 100%;
  aspect-ratio: 1.4285714286;
  object-fit: cover;
}
#main .pic-col2 .pic-col-item .caption {
  margin: 13px 0 0;
  padding-left: 0;
  line-height: 1.55;
  font-size: 21px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  #main .pic-col2 .pic-col-item .caption {
    margin-top: 11px;
    font-size: 15px;
    letter-spacing: 0.28em;
  }
}
#main .pic-col2 .pic-col-item .caption .nam {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  color: var(--color-blue);
}
@media screen and (max-width: 767px) {
  #main .pic-col2 .pic-col-item .caption .nam {
    margin-bottom: 3px;
    font-size: 15px;
    letter-spacing: 0.2em;
  }
}
#main .works-link {
  position: relative;
  aspect-ratio: 4.26875;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 43px;
  padding: 60px 20px 0;
  width: 100%;
  height: 320px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #main .works-link {
    padding: 36px 20px 29px;
    aspect-ratio: inherit;
    height: auto;
    gap: 0;
  }
}
#main .works-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: scale(1.5);
  transition: transform 1s ease-in;
}
#main .works-link.is-animated::before {
  transform: scale(1);
}
#main .works-link:has(.copy) {
  gap: 0;
  padding: 73px 20px 48px;
  justify-content: inherit;
}
@media screen and (max-width: 767px) {
  #main .works-link:has(.copy) {
    padding: 23px 10px 22px;
  }
}
#main .works-link:has(.copy) .title {
  margin: 0px 0 45px;
}
@media screen and (max-width: 767px) {
  #main .works-link:has(.copy) .title {
    margin: 0px 0 24px;
  }
}
#main .works-link .copy {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #main .works-link .copy {
    font-size: 14px;
    line-height: 1.6;
  }
}
#main .works-link .title {
  margin: 0;
  text-align: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 2.0333333333;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
}
@media screen and (max-width: 767px) {
  #main .works-link .title {
    margin: 0 0 23px;
    font-size: 23px;
    line-height: 1.5;
  }
}
#main .works-link .button a {
  --border-color: var(--color-red);
  --bg-color: var(--color-red);
  --text-color: #fff;
  --hover-bg-color: #fff;
  --hover-text-color: var(--color-red);
  --arrow-image: url(../media/images/templete/arrow-white.svg);
  --hover-arrow-image: url(../media/images/templete/arrow-red.svg);
  display: block;
  width: 285px;
  height: 60px;
  padding: 14px 10px;
  border-radius: 30px;
  border: 1px solid var(--border-color);
  background-color: var(--bg-color);
  background-image: var(--arrow-image);
  background-repeat: no-repeat;
  background-position: right 30px center;
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s ease-in, color 0.3s ease-in;
  /*&[target=_blank] {
	background-image: var(--arrow-image);
	background-repeat: no-repeat;
	background-position: right 30px center;

	&:hover {
	background-image: var(--hover-arrow-image);
	background-position: right 20px center;
}
}*/
  --border-color: var(--color-blue);
  --bg-color: #fff;
  --text-color: var(--color-blue);
  --hover-bg-color: var(--color-blue);
  --hover-text-color: #fff;
  --arrow-image: url(../media/images/templete/arrow-blue.svg);
  --hover-arrow-image: url(../media/images/templete/arrow-white.svg);
}
@media screen and (max-width: 767px) {
  #main .works-link .button a {
    width: 200px;
    height: 45px;
    padding: 8.5px 10px;
    font-size: 13px;
    background-size: 11px;
    background-position: right 20px center;
  }
}
#main .works-link .button a:hover {
  opacity: 1;
  background-color: var(--hover-bg-color);
  background-image: var(--hover-arrow-image);
  background-position: right 20px center;
  color: var(--hover-text-color);
}
@media screen and (max-width: 767px) {
  #main .works-link .button a:hover {
    background-position: right 15px center;
  }
}
#main .works-link::before {
  background-image: url(../media/images/for_women/works_link.jpg);
}
/*# sourceMappingURL=./performance_top.css.map */