@import url("https://fonts.googleapis.com/css2?family=Hind:wght@500&family=Noto+Sans+JP:wght@400;500&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
*,
*:before,
*:after {
  box-sizing: border-box;
}

*:focus-visible {
  outline: 2px solid #FF4E00;
  outline-offset: 2px;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  width: 100%;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, figure {
  margin: 0;
}

h1, h2, h3, h4, button, input, textarea {
  font-family: inherit;
  font-weight: inherit;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  appearance: none;
}

/* base
----------------------------------------*/
html {
  height: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}

img,
video,
object {
  height: auto;
}

img {
  width: 100%;
  vertical-align: bottom;
}

/* utility
----------------------------------------*/
@media screen and (min-width: 769px) {
  .u-onlySP {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .u-onlyPC {
    display: none !important;
  }
}

.header {
  padding: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1200;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 7.2vw;
  }
}
.header .header_link {
  display: block;
  width: 205px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .header .header_link {
    margin: 0 auto;
    width: 36.5333333333vw;
  }
}

.mv {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mv {
    max-width: 100%;
  }
}
.mv.load .mv_title,
.mv.load .mv_img,
.mv.load .-bg1,
.mv.load .-bg2 {
  opacity: 1;
  filter: blur(0);
}
.mv.load .mv_lead span {
  opacity: 1;
}

.mv_inner {
  position: relative;
  padding: 6.9333333333% 28.8666666667% 0 9.6666666667%;
}
@media screen and (max-width: 768px) {
  .mv_inner {
    padding: 32.2666666667vw 5.8666666667vw 24.5333333333vw 0;
  }
}

.mv_title {
  position: absolute;
  bottom: 2.8%;
  right: 15.3333333333%;
  width: 41.3333333333%;
  filter: blur(30px);
  opacity: 0;
  transition: 0.8s ease 0s;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .mv_title {
    top: 20.2666666667vw;
    left: 1.3333333333vw;
    width: 66.9333333333vw;
    height: 23.2vw;
  }
}

.mv_img {
  position: relative;
  filter: blur(30px);
  opacity: 0;
  transition: 0.8s ease 0s;
  z-index: 1;
}

.mv_lead {
  position: absolute;
  top: 39%;
  right: 10%;
  width: 26.7333333333%;
  padding-bottom: 3.8%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .mv_lead {
    top: 114.6666666667vw;
    right: 10vw;
    width: 62.1333333333vw;
    height: 8.6666666667vw;
  }
}
.mv_lead span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: left top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  text-indent: -9999px;
  opacity: 0;
}
.mv_lead span:nth-of-type(0) {
  background-image: url(../img/txt_mv_0.webp);
  transition: 0.8s ease 0.7s;
}
.mv_lead span:nth-of-type(1) {
  background-image: url(../img/txt_mv_1.webp);
  transition: 0.8s ease 0.8s;
}
.mv_lead span:nth-of-type(2) {
  background-image: url(../img/txt_mv_2.webp);
  transition: 0.8s ease 0.9s;
}
.mv_lead span:nth-of-type(3) {
  background-image: url(../img/txt_mv_3.webp);
  transition: 0.8s ease 1s;
}
.mv_lead span:nth-of-type(4) {
  background-image: url(../img/txt_mv_4.webp);
  transition: 0.8s ease 1.1s;
}
.mv_lead span:nth-of-type(5) {
  background-image: url(../img/txt_mv_5.webp);
  transition: 0.8s ease 1.2s;
}
.mv_lead span:nth-of-type(6) {
  background-image: url(../img/txt_mv_6.webp);
  transition: 0.8s ease 1.3s;
}
.mv_lead span:nth-of-type(7) {
  background-image: url(../img/txt_mv_7.webp);
  transition: 0.8s ease 1.4s;
}
.mv_lead span:nth-of-type(8) {
  background-image: url(../img/txt_mv_8.webp);
  transition: 0.8s ease 1.5s;
}
.mv_lead span:nth-of-type(9) {
  background-image: url(../img/txt_mv_9.webp);
  transition: 0.8s ease 1.6s;
}
.mv_lead span:nth-of-type(10) {
  background-image: url(../img/txt_mv_10.webp);
  transition: 0.8s ease 1.7s;
}
.mv_lead span:nth-of-type(11) {
  background-image: url(../img/txt_mv_11.webp);
  transition: 0.8s ease 1.8s;
}
.mv_lead span:nth-of-type(12) {
  background-image: url(../img/txt_mv_12.webp);
  transition: 0.8s ease 1.9s;
}
.mv_lead span:nth-of-type(13) {
  background-image: url(../img/txt_mv_13.webp);
  transition: 0.8s ease 2s;
}
.mv_lead span:nth-of-type(14) {
  background-image: url(../img/txt_mv_14.webp);
  transition: 0.8s ease 2.1s;
}
.mv_lead span:nth-of-type(15) {
  background-image: url(../img/txt_mv_15.webp);
  transition: 0.8s ease 2.2s;
}
.mv_lead span:nth-of-type(16) {
  background-image: url(../img/txt_mv_16.webp);
  transition: 0.8s ease 2.3s;
}
.mv_lead span:nth-of-type(17) {
  background-image: url(../img/txt_mv_17.webp);
  transition: 0.8s ease 2.4s;
}
.mv_lead span:nth-of-type(18) {
  background-image: url(../img/txt_mv_18.webp);
  transition: 0.8s ease 2.5s;
}
.mv_lead span:nth-of-type(19) {
  background-image: url(../img/txt_mv_19.webp);
  transition: 0.8s ease 2.6s;
}
.mv_lead span:nth-of-type(20) {
  background-image: url(../img/txt_mv_20.webp);
  transition: 0.8s ease 2.7s;
}
.mv_lead span:nth-of-type(21) {
  background-image: url(../img/txt_mv_21.webp);
  transition: 0.8s ease 2.8s;
}
.mv_lead span:nth-of-type(22) {
  background-image: url(../img/txt_mv_22.webp);
  transition: 0.8s ease 2.9s;
}
.mv_lead span:nth-of-type(23) {
  background-image: url(../img/txt_mv_23.webp);
  transition: 0.8s ease 3s;
}
.mv_lead span:nth-of-type(24) {
  background-image: url(../img/txt_mv_24.webp);
  transition: 0.8s ease 3.1s;
}
.mv_lead span:nth-of-type(25) {
  background-image: url(../img/txt_mv_25.webp);
  transition: 0.8s ease 3.2s;
}
.mv_lead span:nth-of-type(26) {
  background-image: url(../img/txt_mv_26.webp);
  transition: 0.8s ease 3.3s;
}
.mv_lead span:nth-of-type(27) {
  background-image: url(../img/txt_mv_27.webp);
  transition: 0.8s ease 3.4s;
}

.mv_txts {
  position: relative;
  margin-top: 63px;
  padding-left: 24.6666666667%;
}
@media screen and (max-width: 768px) {
  .mv_txts {
    margin-top: 0;
    padding-left: 10.6666666667vw;
  }
}
.mv_txts > .js-fadein {
  opacity: 0;
  filter: blur(30px);
  transition: opacity 0.8s ease 0s, filter 0.8s ease 0s;
}
.mv_txts p {
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .mv_txts p {
    font-size: 4.2666666667vw;
    line-height: 2;
  }
}
.mv_txts p:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .mv_txts p:not(:first-of-type) {
    margin-top: 8.6666666667vw;
  }
}

.mv_bg {
  position: absolute;
}
.mv_bg.-bg1 {
  top: -9.6666666667%;
  right: -3.3333333333%;
  width: 22.0666666667%;
  opacity: 0;
  filter: blur(30px);
  transition: opacity 0.8s ease 0.2s, filter 0.8s ease 0.2s;
}
@media screen and (max-width: 768px) {
  .mv_bg.-bg1 {
    top: -4vw;
    right: -18vw;
    width: 37.8666666667vw;
  }
}
.mv_bg.-bg2 {
  top: 72%;
  left: -10%;
  width: 26.6666666667%;
  opacity: 0;
  filter: blur(30px);
  transition: opacity 0.8s ease 0.4s, filter 0.8s ease 0.4s;
}
@media screen and (max-width: 768px) {
  .mv_bg.-bg2 {
    top: 94.4vw;
    left: -11.6vw;
    width: 32.5333333333vw;
  }
}
.mv_bg.-bg3 {
  top: 53.3333333333%;
  right: 0%;
  width: 28.9333333333%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mv_bg.-bg3 {
    top: 39.3333333333vw;
    right: -8vw;
    width: 35.7333333333vw;
  }
}
.mv_bg.-bg3 .js-fadein:first-of-type {
  position: absolute;
  top: -78.3410138249%;
  right: 19.5852534562%;
  width: 53.2258064516%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mv_bg.-bg3 .js-fadein:first-of-type {
    top: -23.3333333333vw;
    right: -2.6666666667vw;
    width: 25.6vw;
  }
}

.mechanism {
  padding-top: 240px;
}
@media screen and (max-width: 768px) {
  .mechanism {
    padding-top: 32vw;
  }
}
.mechanism .lineTxt {
  font-size: 2.4rem;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #ff79a6;
  text-decoration-thickness: 6px;
  text-underline-offset: 8px;
}
@media screen and (max-width: 768px) {
  .mechanism .lineTxt {
    font-size: 4.8vw;
    text-decoration-thickness: 1.0666666667vw;
    text-underline-offset: 1.6vw;
  }
}

.mechanism_section {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mechanism_section {
    max-width: 100%;
  }
}

.mechanism_inner {
  position: relative;
  z-index: 1;
}

.mechanism_title {
  font-size: 2.2rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mechanism_title {
    font-size: 4vw;
  }
}
.mechanism_title span {
  display: inline-block;
  margin-bottom: 8px;
  color: #756BB3;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mechanism_title span {
    margin-bottom: 2.1333333333vw;
    font-size: 4vw;
  }
}

.mechanism_txt {
  margin-top: 47px;
  font-size: 2.2rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mechanism_txt {
    margin-top: 9.3333333333vw;
    font-size: 4vw;
  }
}

.mechanism_img_wrapper {
  position: relative;
}

.mechanism_img {
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .mechanism_img {
    margin-top: 13.3333333333vw;
  }
}

.mechanism_bg {
  position: absolute;
}

.mechanism_pop {
  position: absolute;
  mask-size: 100% auto;
  mask-position: left top;
  mask-repeat: no-repeat;
  overflow: hidden;
}
.mechanism_pop::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-position: left top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
}
.mechanism_pop.-show .mechanism_mio {
  transform: translateY(0);
}

.mechanism_mio {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  transition: 0.6s ease-out 0s;
}

.sec01 .mechanism_img {
  max-width: 960px;
}
@media screen and (max-width: 768px) {
  .sec01 .mechanism_img {
    max-width: 92vw;
  }
}
.sec01 dl {
  max-width: 924px;
  margin: 24px auto 0;
  padding: 15px;
  background-color: #f7f6f4;
  color: #666666;
  font-size: 1.6rem;
  line-height: 1.6875;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec01 dl {
    max-width: 85.0666666667vw;
    margin-top: 6.9333333333vw;
    padding: 5.3333333333vw 0;
    font-size: 4vw;
    line-height: 1.6666666667;
  }
}
.sec01 dt {
  font-weight: bold;
}
.sec01 dd {
  margin-left: 0;
}

.sec01_bg.-bg1 {
  top: 5.3333333333%;
  left: -4.6666666667%;
  width: 18.9333333333%;
}
@media screen and (max-width: 768px) {
  .sec01_bg.-bg1 {
    top: -29.3333333333vw;
    left: -10.6666666667vw;
    width: 29.8666666667vw;
  }
}
.sec01_bg.-bg2 {
  top: 66.6666666667%;
  right: -14%;
  width: 24.8666666667%;
}
@media screen and (max-width: 768px) {
  .sec01_bg.-bg2 {
    width: 37.6vw;
    top: auto;
    bottom: -7.3333333333vw;
    right: -22.6666666667vw;
  }
}
.sec01_bg.-bg2 .js-fadein:last-of-type {
  position: absolute;
  bottom: -50.9383378016%;
  left: -10.7238605898%;
  width: 41.018766756%;
}
@media screen and (max-width: 768px) {
  .sec01_bg.-bg2 .js-fadein:last-of-type {
    width: 16.8vw;
    top: -54vw;
    left: -91.3333333333vw;
  }
}

.sec02 {
  margin-top: 93px;
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-top: 8.6666666667vw;
  }
}
.sec02 .mechanism_txt {
  margin-top: 0;
}
.sec02 .mechanism_img {
  width: 43%;
}
@media screen and (max-width: 768px) {
  .sec02 .mechanism_img {
    width: 85.6vw;
  }
}

.sec02_bg {
  top: 86.6666666667%;
  left: -2.3333333333%;
  width: 14.2666666667%;
}
@media screen and (max-width: 768px) {
  .sec02_bg {
    top: 170.6666666667vw;
    left: -8vw;
    width: 23.2vw;
  }
}
.sec02_bg .js-fadein:first-of-type {
  position: absolute;
  top: -44.3925233645%;
  left: 51.4018691589%;
  width: 71.4953271028%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec02_bg .js-fadein:first-of-type {
    top: 25.3333333333vw;
    left: 97.3333333333vw;
    width: 16.6666666667vw;
  }
}

.sec03 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .sec03 {
    margin-top: 21.3333333333vw;
  }
}
.sec03 .mechanism_img {
  width: 66.9333333333%;
}
@media screen and (max-width: 768px) {
  .sec03 .mechanism_img {
    width: 92.5333333333vw;
  }
}
.sec03 .mechanism_pop {
  bottom: 0%;
  right: 7.6666666667%;
  width: 20.2666666667%;
  mask-image: url(../img/img_mechanism_sec03_04.webp);
}
@media screen and (max-width: 768px) {
  .sec03 .mechanism_pop {
    position: relative;
    bottom: 5.3333333333vw;
    right: auto;
    width: 57.8666666667vw;
    margin: 0vw auto 0;
  }
}
.sec03 .mechanism_pop::after {
  right: 9.8684210526%;
  width: 19.7368421053%;
  height: 19.7368421053%;
  background-image: url(../img/img_mechanism_sec03_02.webp);
  opacity: 0;
  transform-origin: 0 100%;
  transition: opacity 0.5s ease-out 0.6s;
}
.sec03 .mechanism_pop.-show::after {
  opacity: 1;
  animation: moyamoya 2s linear 0.5s infinite;
}
@keyframes moyamoya {
  0% {
    transform: rotateZ(0deg);
  }
  10% {
    transform: rotateZ(5deg);
  }
  20% {
    transform: rotateZ(0deg);
  }
  30% {
    transform: rotateZ(5deg);
  }
  40% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}

.sec03_bg {
  top: 15.3333333333%;
  right: -15.3333333333%;
  width: 25.7333333333%;
}
@media screen and (max-width: 768px) {
  .sec03_bg {
    top: auto;
    bottom: 33.3333333333vw;
    right: -26.6666666667vw;
    width: 44vw;
  }
}

.sec04 {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .sec04 {
    margin-top: 25.3333333333vw;
  }
}
.sec04 .mechanism_title span {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .sec04 .mechanism_title span {
    font-size: 4.2666666667vw;
  }
}
.sec04 .mechanism_title img {
  width: 757px;
  margin-top: -1%;
}
@media screen and (max-width: 768px) {
  .sec04 .mechanism_title img {
    width: 100vw;
    margin-top: -2.6666666667vw;
  }
}
.sec04 .mechanism_title::before {
  display: block;
  position: absolute;
  top: -144px;
  left: 50%;
  background: url(../img/arrow_mechanism_sec04.webp) left top no-repeat;
  background-size: auto 100%;
  width: 196px;
  height: 136px;
  transform: translateX(-50%);
  content: "";
}
@media screen and (min-width: 769px) {
  .sec04 .mechanism_title::before {
    animation: arrowPC 4s steps(4) 1s infinite;
  }
}
@media screen and (max-width: 768px) {
  .sec04 .mechanism_title::before {
    top: -24.6666666667vw;
    width: 34.6666666667vw;
    height: 24.5333333333vw;
    animation: arrowSP 4s steps(4) 1s infinite;
  }
}
@keyframes arrowPC {
  from {
    background-position: left 0 top;
  }
  to {
    background-position: left -769px top;
  }
}
@keyframes arrowSP {
  from {
    background-position: left 0 top;
  }
  to {
    background-position: left -138.6666666667vw top;
  }
}
.sec04 .mechanism_txt {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .sec04 .mechanism_txt {
    margin-top: 6vw;
  }
}
.sec04 .mechanism_img {
  width: 65.3333333333%;
}
@media screen and (max-width: 768px) {
  .sec04 .mechanism_img {
    width: 100vw;
  }
}
.sec04 .mechanism_pop {
  bottom: -2.6666666667%;
  left: 8.6666666667%;
  width: 21.6%;
  mask-image: url(../img/img_mechanism_sec04_04.webp);
}
@media screen and (max-width: 768px) {
  .sec04 .mechanism_pop {
    position: relative;
    bottom: 6vw;
    left: 1.3333333333vw;
    width: 61.8666666667vw;
    margin: 0vw auto 0;
  }
}
.sec04 .mechanism_pop::after {
  top: 12.3456790123%;
  right: 4.6296296296%;
  width: 7.7160493827%;
  height: 6.1728395062%;
  background-image: url(../img/img_mechanism_sec04_02.webp);
  opacity: 0;
  transform: scale(0);
  transform-origin: 0 100%;
  transition: 0.2s ease-in-out 0.6s;
}
.sec04 .mechanism_pop.-show::after {
  opacity: 1;
  transform: scale(1);
}
.sec04 .mechanism_bnr {
  display: block;
  width: 780px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .sec04 .mechanism_bnr {
    width: 89.3333333333vw;
  }
}

.sec04_bg.-bg1 {
  top: 4%;
  left: 1.3333333333%;
  width: 13.4%;
}
@media screen and (max-width: 768px) {
  .sec04_bg.-bg1 {
    top: -32.6666666667vw;
    left: -8vw;
    width: 25.7333333333vw;
  }
}
.sec04_bg.-bg2 {
  top: 14%;
  right: 4%;
  width: 15.6%;
}
@media screen and (max-width: 768px) {
  .sec04_bg.-bg2 {
    top: 86.6666666667vw;
    left: -4vw;
    right: auto;
    width: 21.3333333333vw;
  }
}

.sec05 {
  margin-top: 80px;
  padding-bottom: 196px;
}
@media screen and (max-width: 768px) {
  .sec05 {
    margin-top: 22.6666666667vw;
    padding-bottom: 26.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .sec05 .mechanism_img_wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}
.sec05 .mechanism_img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .sec05 .mechanism_img {
    width: 100vw;
  }
}
.sec05 .mechanism_pop {
  bottom: -13.3333333333%;
  right: 6.6666666667%;
  width: 20.7333333333%;
  mask-image: url(../img/img_mechanism_sec05_03.webp);
}
@media screen and (max-width: 768px) {
  .sec05 .mechanism_pop {
    position: relative;
    top: 4vw;
    bottom: 0vw;
    right: 1.3333333333vw;
    width: 61.8666666667vw;
    margin: 0vw auto 0;
  }
}
.sec05 .mechanism_pop::after {
  display: none;
}
.sec05 .mechanism_bnr {
  display: block;
  width: 780px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .sec05 .mechanism_bnr {
    width: 89.3333333333vw;
  }
}

.sec05_bg.-bg1 {
  top: 4.6666666667%;
  left: -1.3333333333%;
  width: 13.4%;
}
@media screen and (max-width: 768px) {
  .sec05_bg.-bg1 {
    top: -32vw;
    left: auto;
    right: -6vw;
    width: 31.2vw;
  }
}
.sec05_bg.-bg2 {
  bottom: 22%;
  right: -6.6666666667%;
  width: 21.4666666667%;
}
@media screen and (max-width: 768px) {
  .sec05_bg.-bg2 {
    bottom: 186.6666666667vw;
    left: -17.3333333333vw;
    right: auto;
    width: 36.1333333333vw;
  }
}

.tvcm {
  position: relative;
  padding-top: 76px;
}
@media screen and (max-width: 768px) {
  .tvcm {
    padding-top: 14.4vw;
  }
}
.tvcm::before {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/bg_tvcm_01_pc.webp) center top no-repeat;
  background-size: cover;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .tvcm::before {
    background-image: url(../img/bg_tvcm_01_sp.webp);
  }
}
.tvcm::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 76px;
  background-color: #f2e7d9;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .tvcm::after {
    height: 14.4vw;
  }
}

.tvcm_title {
  position: absolute;
  top: 0;
  left: 50%;
  width: 256px;
  transform: translate(-50%, -60px);
}
@media screen and (max-width: 768px) {
  .tvcm_title {
    width: 50.4vw;
    transform: translate(-50%, -12vw);
  }
}

.tvcm_story {
  position: relative;
  padding: 136px 20px 110px;
}
@media screen and (max-width: 768px) {
  .tvcm_story {
    padding: 22.9333333333vw 0 25.3333333333vw;
  }
}
.tvcm_story::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 212px;
  background: linear-gradient(transparent 10%, rgba(241, 232, 218, 0.68) 75.48%, #F1E8DA 92.31%);
  content: "";
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .tvcm_story::after {
    height: 45.3333333333vw;
    background: linear-gradient(180deg, rgba(76, 64, 49, 0) 10%, rgba(241, 232, 218, 0.68) 68.27%, #F1E8DA 92.31%);
  }
}

.tvcm_story_title {
  width: 742px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tvcm_story_title {
    width: 94.6666666667vw;
  }
}

.tvcm_story_txt {
  margin-top: 50px;
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 2;
  text-align: center;
}
.tvcm_story_txt:first-of-type {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .tvcm_story_txt {
    margin-top: 8vw;
    font-size: 4.5333333333vw;
  }
  .tvcm_story_txt:first-of-type {
    margin-top: 5.3333333333vw;
  }
}

.tvcm_inner {
  padding-top: 40px;
  padding-bottom: 144px;
  background-color: #f2e7d9;
}
@media screen and (max-width: 768px) {
  .tvcm_inner {
    padding-top: 0vw;
    padding-bottom: 26.6666666667vw;
  }
}

.tvcm_list .cm_item.-cm1 .cm_title {
  width: 302px;
}
@media screen and (max-width: 768px) {
  .tvcm_list .cm_item.-cm1 .cm_title {
    width: 66.1333333333vw;
  }
}
.tvcm_list .cm_item.-cm2 .cm_title {
  width: 255px;
}
@media screen and (max-width: 768px) {
  .tvcm_list .cm_item.-cm2 .cm_title {
    width: 56.1333333333vw;
  }
}

.tvcm_making {
  display: flex;
  background-color: #ffffff;
  max-width: 1200px;
  width: calc(100% - 20px * 2);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tvcm_making {
    max-width: 93.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .tvcm_making {
    gap: 4.1666666667%;
    margin-top: 85px;
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .tvcm_making {
    flex-direction: column;
    gap: 5.3333333333vw;
    margin-top: 16vw;
    padding: 5.3333333333vw;
  }
}

.tvcm_making_movie {
  flex-shrink: 0;
  order: 0;
  width: 42.5%;
}
@media screen and (max-width: 768px) {
  .tvcm_making_movie {
    width: 100%;
  }
}

.tvcm_making_txts {
  order: 1;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .tvcm_making_txts {
    margin-top: 0vw;
  }
}

.tvcm_making_title {
  color: #756bb3;
  font-size: 1.8rem;
  line-height: 1.8888888889;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .tvcm_making_title {
    font-size: 4vw;
  }
}

.tvcm_making_txt {
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .tvcm_making_txt {
    font-size: 4vw;
  }
}

/* cm_list ----------*/
.cm_list {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: calc(100% - 20px * 2);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .cm_list {
    max-width: 93.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .cm_list {
    flex-direction: column;
    gap: 10.6666666667vw;
  }
}

.cm_item {
  width: 48.1666666667%;
}
@media screen and (max-width: 768px) {
  .cm_item {
    width: 100%;
  }
}

.cm_title {
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .cm_title {
    margin-bottom: 6.6666666667vw;
  }
}

.webcm {
  position: relative;
  padding-top: 76px;
}
@media screen and (max-width: 768px) {
  .webcm {
    padding-top: 14.4vw;
  }
}
.webcm::before {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/bg_webcm_01_pc.webp) center top no-repeat;
  background-size: cover;
  content: "";
  z-index: -1;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .webcm::before {
    background-image: url(../img/bg_webcm_01_sp.webp);
  }
}
.webcm::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 76px;
  background-color: #f2e7d9;
  content: "";
  z-index: -1;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .webcm::after {
    height: 14.4vw;
  }
}
.webcm.-show::before, .webcm.-show::after {
  visibility: visible;
}

.webcm_title {
  position: absolute;
  top: 0;
  left: 50%;
  width: 256px;
  transform: translate(-50%, -60px);
}
@media screen and (max-width: 768px) {
  .webcm_title {
    width: 50.4vw;
    transform: translate(-50%, -12vw);
  }
}

.webcm_story {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 136px 20px 158px;
}
@media screen and (max-width: 768px) {
  .webcm_story {
    padding: 22.9333333333vw 0 23.2vw;
  }
}
.webcm_story::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 158px;
  background: linear-gradient(180deg, rgba(16, 16, 16, 0) 0%, #101010 30.54%);
  content: "";
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .webcm_story::after {
    height: 45.3333333333vw;
    background: linear-gradient(180deg, rgba(16, 16, 16, 0) 0%, #101010 30.54%);
  }
}

.webcm_story_title {
  width: 742px;
  margin: 40px auto 0;
  order: 1;
}
@media screen and (max-width: 768px) {
  .webcm_story_title {
    width: 94.6666666667vw;
    margin-top: 5.3333333333vw;
  }
}

.webcm_story_lead {
  order: 0;
  width: 299px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .webcm_story_lead {
    width: 53.7333333333vw;
  }
}

.webcm_story_txt {
  order: 2;
  margin-top: 20px;
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 2;
  text-align: center;
}
.webcm_story_txt:last-of-type {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .webcm_story_txt {
    margin-top: 5.3333333333vw;
    font-size: 4.5333333333vw;
  }
  .webcm_story_txt:last-of-type {
    margin-top: 8vw;
  }
}

.webcm_inner {
  padding-bottom: 148px;
  background-color: #101010;
}
@media screen and (max-width: 768px) {
  .webcm_inner {
    padding-bottom: 26.6666666667vw;
  }
}

.webcm_list {
  display: flex;
  flex-direction: column;
  gap: 80px;
  max-width: 1200px;
  width: calc(100% - 20px * 2);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .webcm_list {
    max-width: 93.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .webcm_list {
    gap: 16vw;
  }
}

.webcm_item {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  gap: 60px;
}
.webcm_item:nth-of-type(2n) {
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .webcm_item {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column-reverse !important;
    gap: 8vw;
  }
}
.webcm_item.-cm1 h4 img {
  width: 128px;
}
@media screen and (max-width: 768px) {
  .webcm_item.-cm1 h4 img {
    width: 24.8vw;
  }
}
.webcm_item.-cm2 h4 img {
  width: 134px;
}
@media screen and (max-width: 768px) {
  .webcm_item.-cm2 h4 img {
    width: 25.8666666667vw;
  }
}
.webcm_item.-comingsoon h4::after {
  display: block;
  width: 247px;
  height: 23px;
  background: linear-gradient(90.5deg, #404D64 0.01%, #343E50 100.01%);
  content: "";
}
@media screen and (max-width: 768px) {
  .webcm_item.-comingsoon h4::after {
    width: 65.8666666667vw;
    height: 6.1333333333vw;
  }
}
.webcm_item.-comingsoon p {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .webcm_item.-comingsoon p {
    margin-top: 5.6vw;
  }
}
.webcm_item.-comingsoon p::before, .webcm_item.-comingsoon p::after {
  display: block;
  width: 100%;
  height: 21px;
  background: linear-gradient(90.5deg, #404D64 0.01%, #343E50 100.01%);
  content: "";
}
@media screen and (max-width: 768px) {
  .webcm_item.-comingsoon p::before, .webcm_item.-comingsoon p::after {
    height: 5.6vw;
  }
}
.webcm_item.-comingsoon p::after {
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .webcm_item.-comingsoon p::after {
    margin-top: 3.4666666667vw;
  }
}

.webcm_txts {
  width: 100%;
  color: #ffffff;
}
.webcm_txts h4 {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .webcm_txts h4 {
    font-size: 6.1333333333vw;
  }
}
.webcm_txts h4 img {
  display: block;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .webcm_txts h4 img {
    margin-bottom: 2.6666666667vw;
  }
}
.webcm_txts p {
  margin-top: 20px;
  font-size: 2.2rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .webcm_txts p {
    margin-top: 4vw;
    font-size: 4.5333333333vw;
  }
}

.webcm_thumb {
  display: block;
  flex-shrink: 0;
  width: 48.3333333333%;
}
@media screen and (max-width: 768px) {
  .webcm_thumb {
    width: 100%;
  }
}

.profile {
  padding: 60px 20px;
  background-color: #f2e7d9;
}
@media screen and (max-width: 768px) {
  .profile {
    padding: 13.3333333333vw 8vw;
  }
}

.profile_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .profile_inner {
    flex-direction: column-reverse;
    gap: 6.6666666667vw;
  }
}

.profile_txts {
  width: 100%;
  max-width: 710px;
}
.profile_txts h2 {
  color: #756bb3;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .profile_txts h2 {
    font-size: 6.1333333333vw;
  }
}
.profile_txts h2 span {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .profile_txts h2 span {
    font-size: 4vw;
  }
}
.profile_txts p {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .profile_txts p {
    margin-top: 4vw;
    font-size: 4vw;
  }
}

.profile_img {
  flex-shrink: 0;
  width: 220px;
}
@media screen and (max-width: 768px) {
  .profile_img {
    width: 42.6666666667vw;
  }
}

.gallery {
  padding: 50px 0 100px;
  background-color: #fafaf9;
}
@media screen and (max-width: 768px) {
  .gallery {
    padding: 6vw 0 1.3333333333vw;
  }
}

.gallery_title {
  width: 342px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .gallery_title {
    width: 63.8666666667vw;
  }
}

.gallery_head {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .gallery_head {
    width: 89.3333333333vw;
    margin-top: -6.6666666667vw;
  }
}

.gallery_lead {
  margin-top: 20px;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .gallery_lead {
    margin-top: 5.3333333333vw;
    font-size: 4.5333333333vw;
  }
}

@media screen and (min-width: 769px) {
  .gallery_container {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .gallery_container {
    margin-top: 10.6666666667vw;
  }
}
.gallery_container + .gallery_head {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .gallery_container + .gallery_head {
    margin-top: 10.6666666667vw;
  }
}

.gallery_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 1.6666666667%;
  max-width: 1200px;
  width: calc(100% - 20px * 2);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .gallery_list {
    max-width: 93.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .gallery_list {
    gap: 8vw 0;
  }
}
@media screen and (max-width: 768px) {
  .gallery_list.slider {
    display: block;
    width: 100%;
    max-width: none;
    margin-bottom: 32vw;
    padding: 0;
  }
}
.gallery_list.slider .slick-slide {
  width: 77.3333333333vw;
  margin: 0 2.1333333333vw;
}
.gallery_list.slider .slick-dots {
  bottom: -12.6666666667vw;
}
.gallery_list.slider .slick-dots button {
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  padding: 0;
  background-color: #cccccc;
  border-radius: 100%;
}
.gallery_list.slider .slick-dots button::before {
  display: none;
}
.gallery_list.slider .slick-dots .slick-active button {
  background-color: #756bb3;
}

.gallery_item {
  position: relative;
  width: 31.9166666667%;
  font-size: 1.8rem;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .gallery_item {
    width: 89.3333333333vw;
    font-size: 4vw;
  }
}
.gallery_item.-new::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 65px;
  background: url(../img/icon_gallery_new.webp) left top no-repeat;
  background-size: contain;
  content: "";
}
@media screen and (max-width: 768px) {
  .gallery_item.-new::before {
    width: 14.6666666667vw;
    height: 14.6666666667vw;
  }
}
.gallery_item img {
  display: block;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .gallery_item img {
    margin-bottom: 3.2vw;
  }
}

.gallery_txt {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 20px auto 0;
  padding: 9px;
  border: 1px solid #666666;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .gallery_txt {
    width: 89.7333333333vw;
    margin-top: 5.3333333333vw;
    padding: 3.3333333333vw;
    border-width: 0.2666666667vw;
    font-size: 3.4666666667vw;
  }
}
.gallery_txt::before {
  display: block;
  position: absolute;
  top: 0;
  left: 26.6666666667%;
  width: 36px;
  height: 17px;
  background: url(../img/bg_gallery_01_pc.webp) left top no-repeat;
  background-size: 100% auto;
  transform: translateY(-100%);
  content: "";
}
@media screen and (max-width: 768px) {
  .gallery_txt::before {
    left: 14.6666666667vw;
    width: 9.8666666667vw;
    height: 4.5333333333vw;
    background-image: url(../img/bg_gallery_01_sp.webp);
  }
}

.link {
  padding: 0px 0 200px;
  background-color: #fafaf9;
}
@media screen and (max-width: 768px) {
  .link {
    padding-bottom: 26.6666666667vw;
  }
}

.link_inner {
  max-width: 1200px;
  width: calc(100% - 20px * 2);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .link_inner {
    max-width: 93.3333333333vw;
  }
}

.link_title {
  width: 261px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .link_title {
    width: 48.5333333333vw;
  }
}

.link_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 7%;
}
@media screen and (max-width: 768px) {
  .link_list {
    gap: 4vw 4vw;
  }
}

.link_item {
  width: 18.5%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .link_item {
    width: 42.6666666667vw;
  }
}

@media screen and (min-width: 769px) {
  footer {
    position: relative;
    margin: 0;
    padding: 67px 0 58px;
    background-color: #fff;
  }
  footer ul.sns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 190px;
    margin: 0 auto 90px;
    list-style-type: none;
  }
  footer ul.sns::before {
    content: "SHARE";
    display: block;
    width: 100%;
    margin-bottom: 18px;
    color: #7D7D7D;
    font-family: "Hind", sans-serif;
    font-size: 14px;
    text-align: center;
  }
  footer ul.sns li {
    width: 35px;
    height: 35px;
  }
  footer ul.sns li a {
    display: block;
    width: 35px;
    height: 35px;
  }
  footer ul.sns li.x_twitter {
    background: url(../img/icn_sns_x.webp) no-repeat center;
    background-size: 35px 35px;
    backface-visibility: hidden;
  }
  footer ul.sns li.x_twitter:hover {
    opacity: 0.7;
  }
  footer ul.sns li.facebook {
    background: url(../img/icn_sns_facebook.webp) no-repeat center;
    background-size: 35px 35px;
    backface-visibility: hidden;
  }
  footer ul.sns li.facebook:hover {
    opacity: 0.7;
  }
  footer ul.sns li.line {
    background: url(../img/icn_sns_line.webp) no-repeat center;
    background-size: 35px 35px;
    backface-visibility: hidden;
  }
  footer ul.sns li.line:hover {
    opacity: 0.7;
  }
  footer .footer_logo {
    width: 156px;
    height: 21px;
    margin: 0 auto 16px;
    background: url(../img/icn_footer_logo.webp) no-repeat center;
    background-size: cover;
  }
  footer .footer_logo a {
    display: block;
    width: 156px;
    height: 21px;
  }
  footer .footer_logo a span {
    display: none;
  }
  footer #copyright {
    width: 350px;
    height: 16px;
    margin: 0 auto;
    color: #7D7D7D;
    font-family: "Hind", sans-serif;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.6px;
  }
  footer #copyright span {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  footer {
    position: relative;
    margin: 0;
    padding: 72px 0 45px;
    background-color: #fff;
  }
  footer ul.sns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 190px;
    margin: 0 auto 86px;
    list-style-type: none;
  }
  footer ul.sns::before {
    content: "SHARE";
    display: block;
    width: 100%;
    margin-bottom: 22px;
    color: #7D7D7D;
    font-family: "Hind", sans-serif;
    font-size: 14px;
    text-align: center;
  }
  footer ul.sns li {
    width: 35px;
    height: 35px;
  }
  footer ul.sns li a {
    display: block;
    width: 35px;
    height: 35px;
  }
  footer ul.sns li.x_twitter {
    background: url(../img/icn_sns_x.webp) no-repeat center;
    background-size: 35px 35px;
    backface-visibility: hidden;
  }
  footer ul.sns li.x_twitter:hover {
    opacity: 0.7;
  }
  footer ul.sns li.facebook {
    background: url(../img/icn_sns_facebook.webp) no-repeat center;
    background-size: 35px 35px;
    backface-visibility: hidden;
  }
  footer ul.sns li.facebook:hover {
    opacity: 0.7;
  }
  footer ul.sns li.line {
    background: url(../img/icn_sns_line.webp) no-repeat center;
    background-size: 35px 35px;
    backface-visibility: hidden;
  }
  footer ul.sns li.line:hover {
    opacity: 0.7;
  }
  footer .footer_logo {
    width: 156px;
    height: 21px;
    margin: 0 auto 20px;
    background: url(../img/icn_footer_logo.webp) no-repeat center;
    background-size: cover;
  }
  footer .footer_logo a {
    display: block;
  }
  footer .footer_logo a span {
    display: none;
  }
  footer #copyright {
    width: 100%;
    max-width: 330px;
    height: 16px;
    margin: 0 auto;
    color: #000;
    font-family: "Hind", sans-serif;
    font-size: 11px;
    text-align: center;
  }
  footer #copyright span {
    display: none;
  }
}
.fix_btn {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 17.6666666667%;
  max-width: 265px;
  transition: 0.5s ease-in 0.5s;
  opacity: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .fix_btn {
    width: 35.4666666667vw;
  }
}
.fix_btn.-show {
  opacity: 1;
}

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
}

sub {
  position: relative;
  font-size: 0.6em;
  vertical-align: baseline;
}

.-serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.js-fadein {
  opacity: 0;
  filter: blur(30px);
  transition: opacity 0.8s ease 0s, filter 0.8s ease 0s;
}
.js-fadein.-show {
  opacity: 1;
  filter: blur(0);
}

a:not(.mechanism_bnr),
.js-anchor,
.js-movie {
  display: block;
}
@media screen and (min-width: 769px) {
  a:not(.mechanism_bnr),
  .js-anchor,
  .js-movie {
    transition: 0.2s ease-in 0s;
  }
  a:not(.mechanism_bnr):hover,
  .js-anchor:hover,
  .js-movie:hover {
    opacity: 0.6;
  }
}

.bg_wrapper {
  background: url(../img/bg_contents_pc.webp) center top no-repeat;
  background-size: 100% auto;
  background-color: #f2e7d9;
}
@media screen and (max-width: 768px) {
  .bg_wrapper {
    background-image: url(../img/bg_contents_sp.webp);
  }
}
