/* ============================================================= *

clayshooting

* ============================================================= */
/* p-clayshooting-root
============================== */
.p-clayshooting-root {
  overflow: hidden;
  padding-top: var(--header-height);

  --key-color: #A383FF;
  --key-color-dark: #985EFF;
  --ski-bg-black: #2e2e2e;
  --en-font-family: Anton;
  --inner-padding: 20px;
  --inner-width: calc(100% - var(--inner-padding) * 2);
  --slash-deg: 6.35deg;
  --slash-tan: tan(var(--slash-deg));
  --slash-height: calc(var(--vw) * 100 * var(--slash-tan));
  --slope-desktop-px: clamp(.56223px, 0px + .07321vw, 1px);
  --slope-mobile-px: calc(1px + var(--slope-1px) * 1.04533);
}

@media screen and (max-width: 767px) {
  .p-clayshooting-root {
    --slash-deg: 8deg;
  }
}

/* p-clayshooting-border-title
============================== */
.p-clayshooting-border-title {
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  padding-inline: 10px;
  border-top: 3px solid;
  border-bottom: 3px solid;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
  font-weight: 700;
  font-size: calc(48 * var(--slope-desktop-px));
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .p-clayshooting-border-title {
    font-size: calc(30 * var(--slope-mobile-px));
    transform: skew(-5deg);
  }
}

*[data-intersection] .p-clayshooting-border-title {
  opacity: 0;

  translate: -30px 0;
}

*[data-intersecting="true"] .p-clayshooting-border-title {
  opacity: 1;
  transition: translate .4s cubic-bezier(.22, 1, .36, 1) .3s, opacity .3s ease-in-out .3s;

  translate: 0 0;
}

/* p-clayshooting-en-title
============================== */
.p-clayshooting-en-title {
  align-items: center;
  gap: 20px 24px;
  margin-bottom: calc(-2px + var(--slope-1px) * -8);
}

@media screen and (max-width: 767px) {
  .p-clayshooting-en-title {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }
}

.p-clayshooting-en-title__main {
  font-size: calc(128 * var(--slope-desktop-px));
  font-family: var(--en-font-family);
  font-size: 120px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  transform: skew(-10deg);
  margin-bottom: 32px;
}

.p-clayshooting-en-title__main._message{
  color: var(--key-color);
}

@media screen and (max-width: 767px) {
  .p-clayshooting-en-title__main {
    font-size: calc(72 * var(--slope-mobile-px));
  }
}

*[data-intersection] .p-clayshooting-en-title__main {
  opacity: 0;

  translate: -30px 0;
}

*[data-intersecting="true"] .p-clayshooting-en-title__main {
  opacity: 1;
  transition: translate .4s cubic-bezier(.22, 1, .36, 1) .3s, opacity .3s ease-in-out .3s;
  translate: 0 0;
  text-align: center;
}

.p-clayshooting-en-title__sub {
  width: fit-content;
  max-width: 100%;
  padding-bottom: 40px;
  font-weight: 700;
  font-size: calc(36 * var(--slope-desktop-px));
  line-height: 1;
  transform: skew(-10deg);
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-clayshooting-en-title__sub {
    word-break: keep-all;
    overflow-wrap: anywhere;
    font-size: calc(26 * var(--slope-mobile-px));
    line-height: 1.3;
    transform: skew(-5deg);
  }
}

*[data-intersection] .p-clayshooting-en-title__sub {
  opacity: 0;

  translate: -30px 0;
}

*[data-intersecting="true"] .p-clayshooting-en-title__sub {
  opacity: 1;
  transition: translate .4s cubic-bezier(.22, 1, .36, 1) .3s, opacity .3s ease-in-out .3s;

  translate: 0 0;
}

/* p-clayshooting-header
============================== */
.p-clayshooting-header {
  position: relative;
  margin-top: -4.83163%;
}

@media screen and (max-width: 767px) {
  .p-clayshooting-header {
    margin-top: -3%;
  }
}

.p-clayshooting-header:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--slash-height)), 0 100%);
}

/* p-clayshooting-hero
============================== */
.p-clayshooting-hero {
  position: relative;

  --skew-width: calc(var(--vw) * 100 / 1366 * 896 * tan(12.5deg));
}

.p-clayshooting-hero__title {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  z-index: 1;
  display: grid;
  grid-template-columns: 100%;
  gap: .5em;
  margin-top: 23.79209%;
  margin-right: 7%;
  font-weight: 900;
  font-size: calc(79 * var(--slope-desktop-px));
}

@media screen and (max-width: 767px) {
  .p-clayshooting-hero__title {
    top: 52%;
    left: 0;
    width: fit-content;
    max-width: 100%;
    margin-inline: auto;
    margin-top: 0;
    font-size: calc(40 * var(--slope-mobile-px));
    /* transform: translateY(-50%); */
  }
}

.p-clayshooting-hero__title ._honda,
.p-clayshooting-hero__title ._player {
  display: inline-flex;
  transform: skewY(calc(var(--slash-deg) * -1));
  transform-origin: right top;

  --slash-width: .25em;
}

.p-clayshooting-hero__title ._honda span,
.p-clayshooting-hero__title ._player span {
  position: relative;
  padding-right: .1em;
  padding-bottom: .1em;
  color: #fff;
  line-height: 1.1;
}

.p-clayshooting-hero__title ._honda span:nth-child(2),
.p-clayshooting-hero__title ._player span:nth-child(2) {
  margin-right: var(--slash-width);
}

.p-clayshooting-hero__title ._honda span:before,
.p-clayshooting-hero__title ._player span:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(var(--slash-width) * -1);
  z-index: -1;
  display: block;
  width: calc(100% + var(--slash-width) * 2);
  height: 100%;
  background: var(--ski-bg-black);
  clip-path: polygon(var(--slash-width) 0, 100% 0, calc(100% - var(--slash-width)) 100%, 0 100%);
}

.p-clayshooting-hero__title ._honda {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: .1em;
}
@media screen and (max-width: 767px) {
  .p-clayshooting-hero__title ._honda {
    margin-left: 0;
  }
}

.p-clayshooting-hero__title ._times {
  position: absolute;
  right: .4em;
  bottom: .3em;
  left: 0;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 2em;
  aspect-ratio: 1 / 1;
  margin-inline: auto;
  color: transparent;
}

.p-clayshooting-hero__title ._times:before, .p-clayshooting-hero__title ._times:after {
  content: "";
  position: absolute;
  width: calc(100% / cos(45deg));
  height: 2px;
  background: var(--key-color);
}

.p-clayshooting-hero__title ._times:before {
  top: -1px;
  left: 0;
  transform: rotate(45deg);
  transform-origin: left center;
}

.p-clayshooting-hero__title ._times:after {
  top: -1px;
  right: 0;
  transform: rotate(-45deg);
  transform-origin: right center;
}

.p-clayshooting-hero__image {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1366 / 896;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--slash-height)), 0 100%);
}
@media screen and (max-width: 767px) {
  .p-clayshooting-hero__image {
    aspect-ratio: 375 / 484;
  }
}

/* @media screen and (max-width: 767px) {
  .p-clayshooting-hero__image {
    aspect-ratio: unset;
  }
} */

.p-clayshooting-hero__image:before {
  content: "";
  position: absolute;
  top: -230px;
  left: -220px;
  z-index: 1;
  display: block;
  width: 485px;
  aspect-ratio: 485/1418;
  background: url(../img/decoration_left.png) no-repeat 0 0 / contain;
  opacity: 0;
  transform: translateY(800px);
  transition: transform 1s cubic-bezier(.22, 1, .36, 1) 1.05s, opacity .5s ease-in-out 1.05s;
  contain: paint;
}

@media screen and (max-width: 767px) {
  .p-clayshooting-hero__image:before {
    top: -35px;
    left: -40px;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 90px;
  }
}

body.is-loaded .p-clayshooting-hero__image:before {
  opacity: .7;
  transform: translateY(0);
}

.p-clayshooting-hero__image img {
  width: 100%;
  object-fit: cover;
}

.p-clayshooting-hero__image > div {
  position: absolute;
  top: 0;
  height: 100%;
}

.p-clayshooting-hero__image > div._01 {
  top: 0;
  width: 100%;
  opacity: 0;
  transition: transform .5s cubic-bezier(.22, 1, .36, 1) .3s, opacity .1s ease-in-out .3s;
  transform: translate3d(100px, 0, 0px);
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0 calc(50% - var(--slash-height)));
}

@media screen and (max-width: 767px) {
  .p-clayshooting-hero__image > div._01 {
    clip-path: polygon(0 0, 100% 0, 100% 35%, 0 calc(35% - var(--slash-height)));
  }
}

body.is-loaded .p-clayshooting-hero__image > div._01 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.p-clayshooting-hero__image > div._01 img {
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-clayshooting-hero__image > div._01 img {
    margin-top: 0;
    width: auto;
    height: 45%;
  }
}

.p-clayshooting-hero__image > div._02 {
  top: 4%;
  overflow: hidden;
  width: 100%;
  opacity: 0;
  transition: transform .5s cubic-bezier(.22, 1, .36, 1) .55s, opacity .1s ease-in-out .55s;
  transform: translate3d(-100px, 0, 0px);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-clayshooting-hero__image > div._02 {
    right: 0;
    left: auto;
    top: 15%;
    /* width: calc(50% + var(--skew-width) / 2);
    height: auto;
    aspect-ratio: 208 / 332;
    margin-left: auto;
    transform: translate3d(-50px, 0, 0px);
    clip-path: polygon(var(--skew-width) 0, 100% 0, 100% 100%, 0 100%); */
  }
}

body.is-loaded .p-clayshooting-hero__image > div._02 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.p-clayshooting-hero__image > div._02 img {
  position: absolute;
  top: 0;
  width: 100%;
  margin-top: 3%;
}

@media screen and (max-width: 767px) {
  .p-clayshooting-hero__image > div._02 img {
    margin-top: 0;
    width: auto;
    height: 90%;
    object-position: 42% 0%;
  }
}

/* p-clayshooting-lead
============================== */
.p-clayshooting-lead {
  position: relative;
  margin-top: -12%;
  padding-block: var(--slash-height);
  background: url(../img/header-03.jpg) bottom center/100% auto no-repeat var(--ski-bg-black);
  color: #fff;
  clip-path: polygon(0 var(--slash-height), 100% 0, 100% calc(100% - var(--slash-height)), 0 100%);
}

@media screen and (max-width: 767px) {
  .p-clayshooting-lead {
    margin-top: -15%;
  }
}

.p-clayshooting-lead:after {
  content: "";
  position: absolute;
  bottom: -45px;
  right: -150px;
  z-index: 2;
  display: block;
  width: 314px;
  aspect-ratio: 485/ 1418;
  /* height: calc(100% - var(--slash-height)); */
  background-image: url(../img/decoration_right.png);
  opacity: 0;
  transition: transform 1s cubic-bezier(.22, 1, .36, 1) 1.05s, opacity .5s ease-in-out 1.05s;
  transform: scaleY(0);
  transform-origin: 0 0;
  /* clip-path: polygon(0 0, 100% 0, 100% 100%); */
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .p-clayshooting-lead:after{
    bottom: 0;
    right: -45px;
    width: 90px;
  }
}

body.is-loaded .p-clayshooting-lead:after {
  opacity: 1;
  transform: scaleY(1);
}

.p-clayshooting-lead__inner {
  display: flex;
  flex-direction: column;
  gap: 2em;
  width: fit-content;
  max-width: 940px;
  margin-inline: auto;
  margin-bottom: -3em;
  font-size: calc(17px + var(--slope-1px) * 3);
}

@media screen and (max-width: 767px) {
  .p-clayshooting-lead__inner {
    word-break: keep-all;
    overflow-wrap: anywhere;
    font-size: calc(17 * var(--slope-mobile-px));
    width: fit-content;
    padding-inline: calc(var(--inner-padding) + 7px);
    margin: 0 auto;
  }
}

.p-clayshooting-lead__body {
  margin-block: var(--leading-trim);
  padding-top: calc(4em * tan(var(--slash-deg)));
  font-weight: 900;
  font-size: clamp(40px, -32.45283px + 9.43396vw, 60px);
  line-height: 1.5;
  transform: skewY(calc(-1 * var(--slash-deg)));
  transform-origin: left top;
}

@media screen and (max-width: 767px) {
  .p-clayshooting-lead__body {
    font-size: calc(40 * var(--slope-mobile-px));
    line-height: 1.4;
  }
}

.p-clayshooting-lead__body em {
  color: var(--key-color-dark);
}

.p-clayshooting-lead__body span {
  display: block;
}

/* @media screen and (max-width: 767px) {
  .p-clayshooting-lead__body span{
    width: fit-content;
    margin: 0 auto;
  }
} */

*[data-intersection] .p-clayshooting-lead__body span {
  opacity: 0;

  translate: -30px 10px;
}

*[data-intersecting="true"] .p-clayshooting-lead__body span {
  opacity: 1;
  transition: all .6s cubic-bezier(.22, 1, .36, 1) .3s;

  translate: 0 0;
}

*[data-intersecting="true"] .p-clayshooting-lead__body span:nth-child(2) {
  transition-delay: .45s;
}

*[data-intersecting="true"] .p-clayshooting-lead__body span:nth-child(3) {
  transition-delay: .6s;
}

.p-clayshooting-lead__foot {
  margin-block: var(--leading-trim);
  font-weight: 700;
  line-height: 1.75;
  transform: skewY(calc(-1 * var(--slash-deg)));
  transform-origin: left top;
  padding-left: 37px;
}
@media screen and (max-width: 767px) {
  .p-clayshooting-lead__foot {
    padding-left: 0;
  }
}

*[data-intersection] .p-clayshooting-lead__foot {
  opacity: 0;

  translate: -30px 10px;
}

*[data-intersecting="true"] .p-clayshooting-lead__foot {
  opacity: 1;
  transition: all .6s cubic-bezier(.22, 1, .36, 1) .75s;

  translate: 0 0;
}

.p-clayshooting-lead__foot > p {
  width: fit-content;
  max-width: 100%;
  margin-left: 0;
}

.p-clayshooting-lead__line span {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.p-clayshooting-lead__line span:before, .p-clayshooting-lead__line span:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, .4);
  transform: skew(-45deg);
}

.p-clayshooting-lead__line span:nth-child(1) {
  top: var(--slash-height);
  left: 0;
  width: 19.3265%;
  height: 12px;
  transform: skewY(calc(var(--slash-deg) * -1));
  transform-origin: left center;
}

@media screen and (max-width: 767px) {
  .p-clayshooting-lead__line span:nth-child(1) {
    width: 32%;
  }
}

.p-clayshooting-lead__line span:nth-child(1):before, .p-clayshooting-lead__line span:nth-child(1):after {
  transform: skew(-45deg);
}

.p-clayshooting-lead__line span:nth-child(1):after {
  width: 64.39394%;
}

.p-clayshooting-lead__line span:nth-child(2) {
  bottom: calc(var(--slash-height) + 8px);
  left: 0;
  width: 18.30161%;
  height: 7px;
  transform: skewY(calc(var(--slash-deg) * -1));
  transform-origin: left center;
}

@media screen and (max-width: 767px) {
  .p-clayshooting-lead__line span:nth-child(2) {
    width: 32%;
  }
}

.p-clayshooting-lead__line span:nth-child(2):before {
  width: 80%;
}

.p-clayshooting-lead__line span:nth-child(3) {
  top: var(--slash-height);
  right: 0;
  align-items: flex-end;
  width: 17.20351%;
  height: 8px;
  margin-top: 5.41728%;
  transform: skewY(calc(var(--slash-deg) * -1));
  transform-origin: right center;
}

@media screen and (max-width: 767px) {
  .p-clayshooting-lead__line span:nth-child(3) {
    width: 24%;
    margin-top: 26.66667%;
  }
}

.p-clayshooting-lead__line span:nth-child(3):after {
  width: 82.97872%;
}

.p-clayshooting-lead__line span:nth-child(4) {
  right: 0;
  bottom: var(--slash-height);
  align-items: flex-end;
  width: 28.55051%;
  height: 8px;
  transform: skewY(calc(var(--slash-deg) * -1));
  transform-origin: right center;
}

@media screen and (max-width: 767px) {
  .p-clayshooting-lead__line span:nth-child(4) {
    bottom: calc(var(--slash-height) * 1.25);
    width: 38.66667%;
  }
}

.p-clayshooting-lead__line span:nth-child(4):after {
  width: 66.66667%;
}

/* p-clayshooting-profile
============================== */
.p-clayshooting-profile {
  position: relative;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-clayshooting-profile {
    margin-top: calc(24 * var(--slope-mobile-px));
    position: static;
    display: block;
  }
}

.p-clayshooting-profile__image {
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
  /* padding-left: 8.88726%; */
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--slash-height) / 2), 0 100%);
  padding-top: 3em;
}
@media screen and (max-width: 767px) {
  .p-clayshooting-profile__image {
    position: relative;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    aspect-ratio: 375/508;
    margin-top: calc(-1 * var(--slash-height) / 2);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--slash-height)), 0 100%);
    padding-top: 0;
  }
}

.p-clayshooting-profile__image-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 calc(var(--slash-height) / 2 ), 100% 0, 100% 100%, 0 100%);
  background-image: url(../img/profile-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-clayshooting-profile__image-bg {
    clip-path: polygon(0 var(--slash-height), 100% 0, 100% 100%, 0 100%);
  }
}

.p-clayshooting-profile__image-item {
  position: absolute;
  z-index: 1;
  right: 5%;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-clayshooting-profile__image-item {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
  }
}
.p-clayshooting-profile__image-item img {
  max-width: 100%;
  height: 100%;
}

.p-clayshooting-profile__bg {
  overflow: hidden;
  height: 100%;
  margin-top: -8.726%;
  transform: skew(-14.725deg);
  transform-origin: right top;
}

@media screen and (max-width: 767px) {
  .p-clayshooting-profile__bg {
    display: none;
  }
}

.p-clayshooting-profile__bg img {
  width: calc(100% + 100% * tan(14.725deg) / 2);
  max-width: none;
  transform: skew(14.725deg);
}

.p-clayshooting-profile__contents {
  position: relative;
  left: 50%;
  width: 50%;
  color: #fff;
  background-image: url(../img/profile-bg2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  clip-path: polygon(0 calc(var(--slash-height) / 2), 100% 0,100% calc(100% - (var(--slash-height) / 2)), 0 100%);
  padding: calc(var(--slash-height)/2 + 2rem) 66px calc(var(--slash-height)/2);
}
.p-clayshooting-profile__contents::after {
  content: "";
  position: absolute;
  width: 35.96%;
  aspect-ratio: 246/266;
  right: 10%;
  top: 22%;
  background-image: url(../img/profile-bg-img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-clayshooting-profile__contents::after {
    right: 17%;
    top: 10%;
  }
}

@media screen and (max-width: 767px) {
  .p-clayshooting-profile__title.p-clayshooting-en-title__main {
    margin-bottom: 0;
    padding-left: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-clayshooting-profile__contents {
    padding-inline: var(--inner-padding);
    width: 100%;
    left: 0;
    top: 0;
    margin-top: calc(-1 * var(--slash-height)); 
    clip-path: polygon(0 var(--slash-height), 100% 0, 100% calc(100% - var(--slash-height)), 0 100%);
    padding-block: calc(var(--slash-height) + 3rem);
  }
}

.p-clayshooting-profile__head {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  /* gap: 1em; */
  width: fit-content;
  max-width: 100%;
  margin-top: calc(10px + var(--slope-1px) * 5);
  margin-bottom: calc(40px + var(--slope-1px) * 8);
  padding-right: 1.53333em;
  font-size: calc(15 * var(--slope-desktop-px));
  transform-origin: left top;
}

@media screen and (max-width: 767px) {
  .p-clayshooting-profile__head {
    font-size: calc(13 * var(--slope-mobile-px));
    margin-bottom: 0;
  }
}

*[data-intersection] .p-clayshooting-profile__head {
  opacity: 0;

  translate: -30px 0;
}

*[data-intersecting="true"] .p-clayshooting-profile__head {
  opacity: 1;
  transition: translate .4s cubic-bezier(.22, 1, .36, 1) .3s, opacity .3s ease-in-out .3s;

  translate: 0 0;
}

.p-clayshooting-profile__name {
  font-weight: 700;
  font-size: calc(64 * var(--slope-desktop-px));
  line-height: 1.3;
  padding-top: 1.6rem;
}

.p-clayshooting-profile__name em{
  font-size: calc(24 * var(--slope-desktop-px));
}

@media screen and (max-width: 767px) {
  .p-clayshooting-profile__name {
    font-size: calc(46 * var(--slope-mobile-px));
  }
}

.p-clayshooting-profile__ruby {
  font-weight: 700;
  font-size: calc(15px + var(--slope-1px) * 1);
}

.p-clayshooting-profile__body {
  display: grid;
  align-items: start;
  grid-template-columns: auto 1fr;
  grid-template-areas: "first second" "third third";
  gap: calc(32px + var(--slope-1px) * 2) calc(32px + var(--slope-1px) * 4);
  transform-origin: left top;
  width: fit-content;
}

.p-clayshooting-profile-item {
  display: grid;
  grid-template-columns: 100%;
  gap: calc(12px + var(--slope-1px) * 1);
  font-weight: 500;
}

*[data-intersection] .p-clayshooting-profile-item {
  opacity: 0;

  translate: -30px 0;
}

*[data-intersecting="true"] .p-clayshooting-profile-item {
  opacity: 1;
  transition: translate .4s cubic-bezier(.22, 1, .36, 1) .3s, opacity .3s ease-in-out .3s;

  translate: 0 0;
}

.p-clayshooting-profile-item:first-child {
  grid-area: first;
}

.p-clayshooting-profile-item:nth-child(2) {
  grid-area: second;
}

.p-clayshooting-profile-item:nth-child(3) {
  grid-area: third;
}

.p-clayshooting-profile-item__head {
  margin-block: var(--leading-trim);
  font-size: calc(16px + var(--slope-1px) * 2);
}

.p-clayshooting-profile-item__body {
  padding-left: 16px;
  border-left: 2px solid;
  font-size: calc(17px + var(--slope-1px) * 3);
}

/* p-clayshooting-demonstrator
============================== */
.p-clayshooting-demonstrator {
  position: relative;
  padding-top: calc(30px + var(--slope-1px) * 82);
  padding-bottom: calc(48px + var(--slope-1px) * 30);
  background: url(../img/bg_message.png) bottom center/100% auto no-repeat transparent;
}

.p-clayshooting-demonstrator__inner {
  width: var(--inner-width);
  max-width: 800px;
  margin-inline: auto;
  padding: 0 0 191px;
}

@media screen and (max-width: 767px) {
  .p-clayshooting-demonstrator__inner{
    padding-bottom: 20px;
  }
}

.p-clayshooting-demonstrator__head {
  margin-bottom: calc(32px + var(--slope-1px) * 18);
}

.p-clayshooting-demonstrator__body {
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
  font-size: calc(17px + var(--slope-1px) * 3);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-clayshooting-demonstrator__body {
    text-align: left;
    word-break: break-all;
  }
}
@media screen and (max-width: 767px) {
  .p-clayshooting-demonstrator__body wbr {
    display: none;
  }
}

.p-clayshooting-demonstrator__body[data-intersection] {
  opacity: 0;

  translate: 0 30px;
}

.p-clayshooting-demonstrator__body[data-intersecting="true"] {
  opacity: 1;
  transition: all .6s ease-in-out;

  translate: 0 0;
}

.p-clayshooting-demonstrator__body em {
  background: var(--key-color);
  color: #fff;
}

/* p-clayshooting-movie
============================== */
.p-clayshooting-movie{
  margin-top: -12%;
}

@media screen and (max-width: 767px) {
  .p-clayshooting-movie{
    margin-top: -14%;
  }
}

.p-clayshooting-movie__main {
  position: relative;
  z-index: 1;
  margin-bottom: calc(var(--slash-height) * -1);
  padding-top: var(--slash-height);
  padding-bottom: var(--slash-height);
  background: url(../img/bg_movie.png) bottom center/100% auto no-repeat var(--key-color);
  clip-path: polygon(0 var(--slash-height), 100% 0, 100% calc(100% - var(--slash-height)), 0 100%);
}

/* p-clayshooting-movie-block
============================== */
.p-clayshooting-movie-block {
  width: var(--inner-width);
  max-width: 1200px;
  margin-inline: auto;
  color: #fff;
  padding-block: 30px;
}

.p-clayshooting-movie-block__body {
  position: relative;
  z-index: 1;
  padding: calc(16px + var(--slope-1px) * 24);
  border-radius: calc(6px + var(--slope-1px) * 4);
  background: #fff;
  width: 60%;
  min-width: 500px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-clayshooting-movie-block__body {
    width: 100%;
    min-width: unset;
  }
}

.p-clayshooting-movie-block__body[data-intersection] {
  opacity: 0;

  translate: 0 30px;
}

.p-clayshooting-movie-block__body[data-intersecting="true"] {
  opacity: 1;
  transition: all .6s ease-in-out;

  translate: 0 0;
}

.p-clayshooting-movie-block__video {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  background: #000;
}

.p-clayshooting-movie-block__video img {
  opacity: .8;
}

.p-clayshooting-movie-block__button {
  position: absolute;
  inset: 0;
  width: 420px;
  height: 60px;
  margin: auto;
  border: 1px solid #fff;
  border-radius: 30px;
  background: url(../img/play.png) 0 50%/207px auto repeat-x;
  animation: playmovie 3s linear infinite;
}

@media screen and (max-width: 767px) {
  .p-clayshooting-movie-block__button {
    width: 215px;
    height: 40px;
    background-size: 133px auto;
    animation: playmovie_mobile 3s linear infinite;
  }
}

.p-clayshooting-movie-block__dammy {
  aspect-ratio: 1120/630;
  max-width: 1120px;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  color: #000;
  font-size: calc(24px + var(--slope-1px) * 8);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.p-clayshooting-movie-block .p-clayshooting-en-title__sub {
  transform: unset;
}

@keyframes playmovie {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: -207px 50%;
  }
}

@keyframes playmovie_mobile {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: -133px 50%;
  }
}

/* p-clayshooting-car
============================== */
.p-clayshooting-car {
  background: url(../img/car-bg.jpg) bottom center/cover no-repeat;
  color: #000;
  clip-path: polygon(0 var(--slash-height), 100% 0, 100% calc(100% - var(--slash-height)), 0 100%);
  padding: var(--slash-height) 0;
}

@media screen and (max-width: 767px) {
  .p-clayshooting-car{
    padding-bottom: calc(-20px + var(--slash-height));
  }
}

.p-clayshooting-car__inner {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 47.22222%;
  gap: 90px;
  width: var(--inner-width);
  max-width: 1172px;
  margin-inline: auto;
  padding-block: calc(30px + var(--slope-1px) * 30);
}

.p-clayshooting-car__inner[data-intersection] {
  opacity: 0;

  translate: 30px 0;
}

.p-clayshooting-car__inner[data-intersecting="true"] {
  opacity: 1;
  transition: all .4s ease-in-out;

  translate: 0 0;
}

@media screen and (max-width: 767px) {
  .p-clayshooting-car__inner {
    grid-template-columns: 100%;
    gap: 40px;
  }
}

.p-clayshooting-car__contents {
  display: grid;
  grid-template-columns: 100%;
  gap: calc(40px + var(--slope-1px) * 8);
  width: fit-content;
}

.p-clayshooting-car__head {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 24px 10px;
}

.p-clayshooting-car__main {
  font-size: calc(90 * var(--slope-desktop-px));
  font-family: var(--en-font-family);
  line-height: .9;
  transform: skew(-10deg);
}

@media screen and (max-width: 767px) {
  .p-clayshooting-car__main {
    font-size: 50px;
  }
}

.p-clayshooting-car__main span{
    font-size: calc(120 * var(--slope-desktop-px));
}

@media screen and (max-width: 767px) {
  .p-clayshooting-car__main span {
    font-size: 70px;
  }
}

.p-clayshooting-car__sub {
  margin-block: var(--leading-trim);
  font-weight: 900;
  font-size: calc(40 * var(--slope-desktop-px));
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .p-clayshooting-car__sub {
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
  }
}

.p-clayshooting-car__body {
  margin-block: var(--leading-trim);
  font-size: calc(17px + var(--slope-1px) * 3);
  line-height: 2;
  color: var(--Base, #101010);
  text-align: justify;
  font-feature-settings: 'halt' on;
  text-shadow: 0 0 58px #FFF;
  font-family: "Noto Sans JP";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 34px */
}

@media screen and (max-width: 767px) {
  .p-clayshooting-car__body {
    line-height: 1.8;
  }
  .p-clayshooting-car__body > span {
    white-space: nowrap;
  }
  .p-clayshooting-car__body > p br,
  .p-clayshooting-car__body > p wbr {
    display: none;
  }
}

.p-clayshooting-car__body span {
  display: inline-block;
}

.p-clayshooting-car__image figcaption {
  top: -1em;
  text-align: right;
  font-size: calc(10px + var(--slope-1px) * 2);
  line-height: 1.5;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .p-clayshooting-car__image figcaption {
    width: fit-content;
    margin-inline: auto;
  }
}

/* p-clayshooting-topics
============================== */
.p-clayshooting-topics {
  padding-top: calc(40px + var(--slope-1px) * 40);
  padding-bottom: calc(40px + var(--slope-1px) * 16);
}

.p-clayshooting-topics__inner {
  width: var(--inner-width);
  max-width: 1000px;
  margin-inline: auto;
}

.p-clayshooting-topics__head {
  margin-bottom: calc(32px + var(--slope-1px) * 16);
}

/* p-clayshooting-topics-list
============================== */
.p-clayshooting-topics-list__item {
  --bg-color: transparent;
}

.p-clayshooting-topics-list__item:nth-child(2n+1) {
  --bg-color: #f6f6f6;
}

*[data-intersection] .p-clayshooting-topics-list__item {
  opacity: 0;

  translate: 0 30px;
}

*[data-intersecting="true"] .p-clayshooting-topics-list__item {
  opacity: 1;
  transition: all .6s ease-in-out;

  translate: 0 0;
}

/* p-clayshooting-topics-item
============================== */
.p-clayshooting-topics-item {
  display: grid;
  grid-template-columns: 5.3em 4.2em 1fr;
  gap: 20px;
  padding: calc(24px + var(--slope-1px) * 6) calc(16px + var(--slope-1px) * 8);
  border-radius: 5px;
  background: var(--bg-color);
  text-decoration: none;
  font-weight: 500;
  font-size: calc(17px + var(--slope-1px) * 3);

  --label-color: var(--ski-bg-black);
}

.p-clayshooting-topics-item._event {
  --label-color: var(--key-color);
}

@media screen and (max-width: 767px) {
  .p-clayshooting-topics-item {
    justify-content: start;
    grid-template-columns: auto 1fr;
    gap: 16px 12px;
  }
}

.p-clayshooting-topics-item__label {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: start;
  padding: 6px 6px 10px;
  border-radius: 3px;
  background: var(--label-color);
  color: #fff;
  font-size: calc(16px + var(--slope-1px) * 2);
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .p-clayshooting-topics-item__label {
    justify-self: start;
    width: 4.875em;
  }
}

@media screen and (max-width: 767px) {
  .p-clayshooting-topics-item__text {
    grid-column: span 2;
  }
}

a.p-clayshooting-topics-item:hover .p-clayshooting-topics-item__text {
  text-decoration: underline;
}

/* p-clayshooting-instagram
============================== */
.p-clayshooting-instagram {
  position: relative;
  padding-top: calc(60px + var(--slope-1px) * 80);
  padding-bottom: calc(48px + var(--slope-1px) * 16);
  padding-top: var(--slash-height);
}

@media screen and (max-width: 767px) {
  .p-clayshooting-instagram{
    padding-top: 66px;
  }
}

.p-clayshooting-instagram:before, .p-clayshooting-instagram:after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.p-clayshooting-instagram:before {
  z-index: -1;
  background: var(--ski-bg-black);
  clip-path: polygon(0 var(--slash-height), 100% 0, 100% 100%, 0 100%);
}

.p-clayshooting-instagram:after {
  z-index: -1;
  background: url(../img/bg_movie.png) bottom center/100% auto no-repeat var(--key-color);
  clip-path: polygon(0 var(--slash-height), 100% 0, 100% 100%, 0 100%);
}

.p-clayshooting-instagram .p-clayshooting-en-title__sub {
  font-size: calc(17px + var(--slope-1px) * 19);;
}

.p-clayshooting-instagram__inner {
  position: relative;
  width: var(--inner-width);
  max-width: 1200px;
  margin-inline: auto;
  color: #fff;
}

.p-clayshooting-instagram__body {
  position: relative;
  z-index: 1;
}

.p-clayshooting-instagram__foot {
  margin-top: calc(32px + var(--slope-1px) * 8);
}

.p-clayshooting-instagram__button {
  position: relative;
  display: block;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  padding: calc(16px + var(--slope-1px) * 2) 60px calc(20px + var(--slope-1px) * 2);
  border-radius: 50px;
  background: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: calc(16px + var(--slope-1px) * 2);
  line-height: 1;
  transition: all .2s ease-out;
}

.p-clayshooting-instagram__button:hover {
  opacity: .7;
}

.p-clayshooting-instagram__button > i {
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  display: block;
  width: calc(20px + var(--slope-1px) * 2);
  height: calc(20px + var(--slope-1px) * 2);
  margin-block: auto;
}

.p-clayshooting-instagram .p-clayshooting-en-title__main {
  transform: unset;
}
.p-clayshooting-instagram .p-clayshooting-en-title__sub {
  transform: unset;
}

/* p-clayshooting-instagram-image
============================== */
.p-clayshooting-instagram-image {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}

@media screen and (max-width: 560px) {
  .p-clayshooting-instagram-image {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-clayshooting-instagram-image__item {
  transition: all .5s ease-in-out .3s;
}

.p-clayshooting-instagram-image__item:nth-child(2) {
  transition-delay: .5s;
}

.p-clayshooting-instagram-image__item:nth-child(3) {
  transition-delay: .7s;
}

.p-clayshooting-instagram-image__item:nth-child(4) {
  transition-delay: .9s;
}

.p-clayshooting-instagram-image[data-intersection] .p-clayshooting-instagram-image__item {
  opacity: 0;
  transform: translateY(10px);
}

.p-clayshooting-instagram-image[data-intersecting="true"] .p-clayshooting-instagram-image__item {
  opacity: 1;
  transform: translateY(0);
}

.p-clayshooting-section-title{
  font-size: 90px; 
}
@media screen and (max-width: 767px) {
  .p-clayshooting-section-title{
    font-size: 50px;
  }
}
.p-clayshooting-section-title span {
  font-size: 120px;
}
@media screen and (max-width: 767px) {
  .p-clayshooting-section-title span {
    font-size: 70px;
  }
}