.works_s__main {
  background: #f7f5f2;
  padding-top: 50px;
}
.works_head_img.ewww_webp_loaded{
	height: 18.6rem;
  overflow: hidden;
}
.works_head_img{
	width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.works_s__head {
  text-align: center;
}
.works_s__head_title{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 1.6rem 0;
}
.works_s__case {
  font-size: 12px;
  font-family: 'Fjalla One', serif;
  font-weight: 300;
  letter-spacing: 0.6px;
  border: 1px solid #3B3B3B;
  border-radius: 25px;
  display: inline-block;
  padding: 0.7rem 0;
  margin: 4% 0;
  width: 75px;
  text-align: center;
  color: #3B3B3B;
}
.works_s__head h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.9px;
  line-height: 1.8;
  margin: 0 2.5rem 2rem;
}
.works_s__area {
  font-size: 14px;
  letter-spacing: 1.5px;
}

/*YouTube*/
.works_pc{
  display: none;
}
.works_movie_title{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 0 0 1.5rem 0;
}
.works_movie_title.works_pc{
  display: none;
}
.works_movie_title img{
  width: 2.2rem;
}
.works_movie_title h3{
  font-size: 14px;
  text-align: center;
  letter-spacing: 1.7px;
  line-height: 1.8;
}
.works_movie {
  margin: 0 2.5rem;
}
.works_movie iframe {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  display: block;
  border: none;
}
/*//YouTube*/

.works_s__content_l {
  margin: 0 2.5rem 30px;
}
.works_s__content_l h3 {
  font-size: 14px;
  letter-spacing: 1.7px;
  line-height: 1.8;
  margin: 24px 0 15px;
}
.works_s__content_l h3 br {
  display: none;
}
.works_s__content_l p {
  font-size: 12px;
  letter-spacing: 0.8px;
  line-height: 2;
}

.works_s__img_block {
  position: relative;
  margin-bottom: 10px;
}
.works_s__switch {
  display: flex;
  list-style: none;
  position: absolute;
  right: 7px;
  bottom: 7px;
  z-index: 1;
  border: 1px solid #000;
  border-radius: 6px;
}
.works_s__switch:nth-of-type(2) {
  margin-top: 40px;
}
.works_s__img_block.no .works_s__switch {
  display: none;
}
.works_s__switch li {
  background: #000;
  color: #939393;
  flex-grow: 1;
  padding: 10px 15px 10px 25px;
  cursor: pointer;
  text-align: center;
  border-radius: 0 5px 5px 0;
  clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
  margin-left: -11px;
  font-size: 10px;
  font-weight: 500;
}
.works_s__switch li:first-child {
  border-left: none;
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  margin-left: 0;
  padding: 10px 25px 10px 15px;
  border-radius: 5px 0px 0px 5px;
}
.works_s__switch li.active {
  background: #fff;
  color: #000;
}
.works_s__switch:nth-of-type(2) li.active {
  background: #81c7d4;
}
.works_s__img {
  display: grid;
}
.works_s__img_content {
  grid-area: 1/1;
  opacity: 0;
  transition: 0.3s;
}
.works_s__img_content.active {
	opacity: 1;
}

.works_s__other {
  margin: 45px 2.5rem;
}
.works_s__other a {
  color: #000;
}
.works_s__other_title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 40px;
  text-align: center;
}
.works_s__other_list li {
  margin-bottom: 40px;
}
.works_s__other_list li:last-child {
  margin-bottom: 0;
}
.works_s__other_list a {
  display: block;
}
.works_s__other_case {
  font-size: 12px;
  font-family: 'Fjalla One', serif;
  font-weight: 300;
  letter-spacing: 0.6px;
  border: 1px solid #3B3B3B;
  border-radius: 25px;
  display: inline-block;
  padding: 0.7rem 0;
  margin: 4% 0;
  width: 75px;
  text-align: center;
  color: #3B3B3B;
}
.works_s__other_case.new {
  background-color: #930B0B;
  color: #fff;
  margin-left: 5px;
}
.works_s__other_case {
  font-size: 12px;
  font-family: 'Fjalla One', serif;
  font-weight: 300;
  letter-spacing: 0.6px;
  border: 1px solid #3B3B3B;
  border-radius: 25px;
  display: inline-block;
  padding: 0.4rem 0;
  margin: 4% 0;
  width: 75px;
  text-align: center;
  color: #3B3B3B;
  vertical-align: middle;
  height: initial;
}
.works_s__other_case.movie{
  margin-left: 5px;
}
.works_s__other_case.new {
  background-color: #930B0B;
  color: #fff;
  margin-left: 5px;
}
.movie-label{
  display: flex;
  align-items: center;
  justify-content: center;
}
.movie-icon{
  width: 1.4rem;
  margin: 0 0.5rem 0 0;
}
.movie-text{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.works_s__other h4 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.9px;
  line-height: 1.5;
}
.works_s__to_all {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  letter-spacing: 1px;
  text-align: center;
  margin: 70px 0 80px;
}
.works_s__to_all a {
  position: relative;
  padding-right: 30px;
  line-height: 1;
}
.works_s__to_all a::before {
  content: '';
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 30px;
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: 0.3s;
}
.works_s__to_all a::after {
  content: '';
  line-height: 1;
  width: 10px;
  height: 3px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: skew(45deg);
  position: absolute;
  right: -14px;
  top: -1px;
  bottom: 0;
  margin: auto 0;
  transition: 0.3s;
}


@media (min-width: 1024px) {
.works_s__head_title{
  margin: 14rem 0 2rem;
}
.works_s__case {
  margin: 0;
  padding: 0.4% 0;
}
.works_movie_title h3{
  font-size: 16px;
}
.works_s__head h2 {
  font-size: 21px;
  margin-bottom: 90px;
}
.works_s__head h2 br {
  display: none;
}
.works_s__area {
  font-size: 16px;
}

/*YouTube*/
.works_movie_title.works_pc{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 0 0 1.5rem 0;
}
.works_sp{
  display: none;
}
.works_pc{
  display: block;
}
.works_movie{
  margin : 0 0 53px 0;
}
/*//YouTube*/

.works_s__content {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  max-width: 1366px;
  padding: 0 4.5rem 150px;
}
.works_s__content_l {
  width: 33rem;
  position: sticky;
  top: 120px;
  height: 100%;
  margin: 0;
}
.works_s__content_l h3 {
  font-size: 16px;
  margin: 0 0 25px;
}
.works_s__content_l h3 br {
  display: block;
}
.works_s__content_l p {
  line-height: 2.5;
  font-size: 13px;
}
.works_s__content_r {
  width: 60%;
}
.works_s__img_block {
  margin-bottom: 4px;
}
.works_s__switch {
  right: 10px;
  bottom: 10px;
}
.works_s__switch li {
  font-size: 12px;
  width: 73px;
  transition: 0.3s;
}
.works_s__switch li:hover {
  color: #fff;
}
.works_s__switch li.active {
  cursor: unset;
}
.works_s__switch li.active:hover {
  color: #000;
}
.works_s__other {
  margin: 80px auto;
  max-width: 1366px;
  padding: 0 4.5rem;
}
.works_s__other_title {
  margin-bottom: 50px;
  font-size: 18px;
}
.works_s__other_list {
  display: flex;
  justify-content: space-between;
}
.works_s__other_list li {
  width: 30%;
}
.works_s__other_img {
  overflow: hidden;
}
.works_s__other_img img {
  transition: 0.5s;
}
.works_s__other_list a:hover img {
  scale: 1.1;
}
.works_s__to_all a:hover::before {
  background-color: #000;
}
.works_s__to_all a:hover::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.works_s__other_list a:hover .movie-icon {
    scale: 1;
}
}