.m-culture-talk__ttl,.m-culture-talk__txt {
    margin-block:calc((1em - 1lh)/2)}

.m-culture-marquee,.m-culture-talk,.m-culture-list,.m-culture-list__box {
    transition: translate .4s ease-in-out,opacity .4s ease-in-out
}

.m-culture-marquee:not(.is-view),.m-culture-talk:not(.is-view),.m-culture-list:not(.is-view),.m-culture-list__box:not(.is-view) {
    opacity: 0;
    translate: 0 20px
}

.m-culture-talk__wrap,.m-culture-list__info,.m-culture-list__fig {
    margin-left: auto;
    margin-right: auto;
    padding-left: 17.5px;
    padding-right: 17.5px
}

.m-culture-list__ttl {
    width: fit-content;
    left: -0.03em;
    font-family: "League Gothic",sans-serif;
    overflow: hidden;
    transition: padding .6s ease-in-out .3s
}

.m-culture-list__ttl::before,.m-culture-list__ttl::after {
    position: absolute;
    left: 0;
    bottom: 0;
    transition: translate .6s ease-in-out .3s
}

.m-culture-list__ttl::before {
    content: attr(data-txt);
    z-index: 1
}

.m-culture-list__ttl::after {
    content: "";
    width: 100%;
    z-index: 2
}

.m-culture-list__ttl {
    padding: 0 0 16px 16px;
    font-size: 68.5px;
    line-height: .76em
}

.m-culture-list__ttl::before {
    padding: 3px 5px 0 0
}

.m-culture-list__ttl::after {
    height: 6px
}

section:not(.is-view) .m-culture-list__ttl {
    padding: 8px
}

section:not(.is-view) .m-culture-list__ttl::before,section:not(.is-view) .m-culture-list__ttl::after {
    translate: 8px -8px
}

.m-culture-list {
    margin-top: 62px;
    padding-bottom: 68px;
    background-color: #fff;
    counter-reset: culture 0;
    list-style-type: none
}

.m-culture-list__box:not(:first-of-type) {
    margin-top: 68px
}

.m-culture-list__inner {
    margin-bottom: 48px;
    padding-top: 52px;
    padding-bottom: 40px;
    background-color: #f88519
}

.m-culture-list__ttl {
    color: #0f0f0f
}

.m-culture-list__ttl::before,.m-culture-list__ttl::after {
    background-color: #fff
}

.m-culture-list__ttl::before {
    color: #f88519
}

.m-culture-list__caption {
    margin-top: 8px;
    margin-bottom: 36px;
    font-size: 14px;
    font-weight: 900
}

.m-culture-list__txt {
    font-size: 15px;
    font-weight: 700;
    line-height: 2em;
    text-align: justify
}

.m-culture-list__fig:before {
    counter-increment: culture 1;
    content: "0" counter(culture) ""
}

.m-culture-list__fig::before {
    position: absolute;
    left: 29px;
    bottom: 100%;
    font-size: 35px;
    font-family: "League Gothic",sans-serif;
    translate: 0 15px;
    z-index: 1
}

.m-culture-list__pic {
    border: solid #fff;
    background-color: #fff
}

.m-culture-list__pic--01 {
    border-width: 21.5px
}

.m-culture-list__pic--02 {
    border-width: 39.5px 17px 34px
}

.m-culture-list__pic--03 {
    border-width: 39px 37px 42px
}

.m-culture-marquee {
    padding: 48px 0 33px;
    overflow: hidden;
}

.m-culture-marquee-wrap {
    width:5000px;
    margin-bottom: 6px;
    overflow: hidden;
    margin-bottom: max(10px,0.5882352941*var(--vw));
    display: flex;
    justify-content: flex-start;
}

.m-culture-marquee-wrap .m-culture-marquee__list {
    display: flex;
    flex-wrap: wrap;
    animation: infinity-scroll-left 50s infinite linear 0.5s both;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}


.m-culture-marquee-wrap .m-culture-marquee__list02 {
    margin-bottom: -35px;
    background-color: #f4f4f4;
    z-index: 1;
    animation: infinity-scroll-right 50s infinite linear 0.5s both;
}

@keyframes infinity-scroll-right {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}

.m-culture-marquee__list:not(:first-of-type) li {
    scale: -1 -1
}

.m-culture-marquee__list:not(:first-of-type)::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #f4f4f4
}

.m-culture-marquee__li {
    padding: 0 .06em;
    font-size: 88px;
    font-family: "League Gothic",sans-serif;
    line-height: .757em;
    letter-spacing: -0.03em
}

.m-culture-marquee__li:nth-of-type(3n-1) {
    color: #f88519
}

.m-culture-marquee__li:nth-of-type(3n) {
    color: #e5e5e5
}

.m-culture-talk {
    margin-bottom: 65px
}

.m-culture-talk__button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

@media(hover: hover) {
    .m-culture-talk__button {
        transition:opacity .2s ease-in-out;
        cursor: pointer
    }
}

@media(hover: hover) {
    .m-culture-talk__button:hover {
        opacity:.75
    }
}

.m-culture-talk__play {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 50px
}

.m-culture-talk__box {
    margin-top: 31px
}

.m-culture-talk__ttl {
    font-size: 29px;
    font-weight: 900
}

.m-culture-talk__inner {
    margin-top: 27px
}

.m-culture-talk__txt {
    font-size: 15px;
    font-weight: 700;
    line-height: 2em;
    text-align: justify
}

.p-culture .g-ttl__ttl::before {
    color: #f88519
}

.p-culture .g-lead__ttl em {
    color: #f88519
}
