@charset "UTF-8";




@media all {
  .main-header {
    position: relative;
  }
  .main-header-logo,
  .scrolldown {
    position: absolute;
    display: block;
  }
  .main-header-canaeru_logo {
    position: fixed;
    display: block;
    -webkit-mask-image: url(../img/header-canaeru.svg);
    mask-image: url(../img/header-canaeru.svg);
    background: linear-gradient(to top, rgba(26,19,17,0) 0%, rgba(26,19,17,0));
    background: top center / cover no-repeat url(../img/canaeru-bg.svg);
    z-index: 1;
  }
  .main-header-ttl img,
  .main-header-debut img {
    width: auto;
    height: 100%;
  }
  .main-header-copy,
  .scrolldown {
    font-weight: 300;
    text-align: center;
    line-height: 2.25;
  }
  .main-header-image {
    position: relative;
  }
  .main-header-image-wada {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  a.main-header-button,
  .main-header-button-bg {
    position: absolute;
    bottom: 30px;
    right: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-family: 'Noto Serif JP', serif;
    color: #fff;
    opacity: .85;
    overflow: hidden;
    transition: .3s;
    animation: poyopoyo 2s ease-out infinite;
  }
  .main-header-button-bg {
    background : linear-gradient(210deg, #D55C59 0%, #5D7DD0 100%);
    opacity: .765;
    mix-blend-mode: multiply;
  }
  .main-header-button-bg.mouse-active {
    opacity: 1;
    box-shadow: 0 0 0 rgba(0,0,0,0);
  }
  .scrolldown span {
    position: relative;
    display: inline-block;
    padding-top: 1em;
  }
  .scrolldown-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.5);
    filter: blur(11px);
  }
  .scrolldown::after {
    content: '';
    position: absolute;
    top: 40px;
    left: 50%;
    display: block;
    border-left: 1px solid #707070;
    animation: pathmove 1.4s ease-in-out infinite;
  }
  .main-leading {
    position: relative;
  }
  .main-leading-paragraph {
    font-weight: 300;
    text-align: center;
  }
  .main-leading-paragraph + .main-leading-paragraph {
    margin-top: 2em;
  }

  .section-movie video {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 820px;
    border-radius: 10px;
  }
  .movie-ttl {
    font-weight: 300;
  }
}
@keyframes pathmove {
  0% {
      height: 0;
      top: 40px;
      opacity: 0;
  }
  30% {
      height: 40px;
      opacity: 1;
  }
  100% {
      height: 0;
      top: 96px;
      opacity: 0;
  }
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}

/* sp&tab */
@media screen and (max-width: 1024px) {
  .nav-active .main-header-canaeru_logo {
    z-index: 1011!important;
    background-position-y: bottom!important;
  }
  .site-header {
    transition: background-color .3s;
  }
  .site-header.show_bg {
    background-color: rgba(255,255,255,.5);
    height: 60px;
  }
}
/* sp */
@media screen and (max-width: 767px) {
  .main-header {
    height: calc(100vh - 80px);
    min-height: 480px;
  }
  .main-header-logo {
    top: 14px;
    left: 15px;
    width: 95px;
    z-index: 2;
    line-height: 1;
  }
  .main-header-text-box {
    position: absolute;
    bottom: 2.5%;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    /* height: 46.655vh; */
    height: 48.655vh;
    min-height: 265px;
    width: 100%;
    text-align: center;
    z-index: 2;
  }
  .main-header-ttl {
    height: 13.028vh;
    min-height: 74px;
  }
  .main-header-debut {
    height: 2.4vh;
    min-height: 14px;
  }
  .main-header-debut img {display: block;}
  .main-header-copy {
    padding-top: .25em;
    font-size: 2.11267vh;
    font-weight: 300;
    line-height: 2.083;
  }
  .main-header-cat {
    width: auto;
    height: 13.7324vh;
    min-height: 78px;
  }
  .main-header-image {
    position: relative;
    height: 80%;
    z-index: 1;
  }
  .main-header-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0 70%, rgba(255,255,255,1) 100%);
    transform: translateY(1px);
    z-index: 1;
  }
  a.main-header-button, .main-header-button-bg {
    top: 40px;
    right: 20px;
    padding-top: 8px;
    width: 19.014vh;
    min-width: 108px;
    height: 19.014vh;
    min-height: 108px;
    font-size: 2.1126vh;
    font-size: max(12px, 2.1126vh);
    z-index: 10;
    letter-spacing: -1px;
  }
  .main-header-button-bg {
    mix-blend-mode: normal;
    opacity: .7;
  }
  .scrolldown {
    bottom: 5%;
    left: 4.9296vh;
    left: min(28px, 4.9296vh);
    font-size: 1.5845vh;
    line-height: 1.2;
  }
  .scrolldown::after {
    top: 6vh;
  }
  @keyframes pathmove {
    0% {
        height: 0;
        top: 6vh;
        opacity: 0;
    }
    30% {
        height: 4vh;
        opacity: 1;
    }
    100% {
        height: 0;
        top: 12vh;
        opacity: 0;
    }
  }

  .main-header-canaeru_logo {
    top: 14px;
    left: 15px;
    width: 115px;
    height: 30px;
    mask-size: cover;
    -webkit-mask-size: cover;
  }

  .main-leading {
    margin-top: 37.5vw;
  }

  .section-movie {
    margin: 22.1875vw auto 0;
    width: 87.5vw;
  }
  .movie-ttl {
    font-size: 3.75vw;
  }
}

/* pc&tab */
@media (min-width: 768px) {
  .main-header {
    display: flex;
    min-height: 800px;
    height: 62.5vw;
    max-height: calc(100vh - 100px);
  }
  .main-header-ttl,
  .main-header-debut,
  .main-header-copy,
  .main-header-cat {
    position: absolute;
    display: block;
  }
  .main-header-canaeru_logo {
    top: 20px;
    left: 30px;
    width: 192px;
    height: 50px;
  }
  .main-header-text {
    position: relative;
    width: 34.375%;
    background-color: #fff;
    z-index: 999;
  }
	.main-header-logo {
    top: 30px;
    left: 30px;
		width: 152px;
    z-index: 1002;
	}
  .main-header-ttl,
  .main-header-debut {
    top: 28.5%;
    right: 0;
    padding-left: 30px;
    height: 20.625%;
    transform: translateX(19.75%);
  }
  .main-header-debut {
    top: 50.5%;
    height: 3.5%;
  }
  .main-header-copy {
    top: 59%;
    right: 0;
  }
  .main-header-cat {
    bottom: 2.5%;
    right: 80px;
    width: auto;
    height: 17.5%;
  }
  .main-header-image {
    width: 65.625%;
  }
  .main-header-image-wada {
    object-position: center 40%;
  }
  .main-header-button {
    padding-top: 8px;
    width: 210px;
    height: 210px;
    font-size: 20px;
    line-height: 1.7;
  }
  .main-header-button-bg {
    box-shadow: 0 10px 12px rgba(0,0,0,.21);
  }
  .scrolldown {
    left: calc(50% - 57px);
    bottom: -50px;
    width: 115px;
    height: 112px;
    font-size: 13px;
    z-index: 10;
  }
  .main-leading {
    margin-top: 160px;
    overflow: hidden;
  }
  .section-movie {
    margin-top: 60px;
    padding: 0 20px 50px;
    overflow: hidden;
  }
  .movie-ttl {
    max-width: 820px;
    margin: 0 auto;
  }
}

/* tab */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .site-header.show_bg {
    height: 90px;
  }
  .main-header-debut {
    top: calc(41.5% + 4vw);
  }
  .main-header-copy {
    right: calc(50% - 164px);
    font-size: 15px;
  }
  .main-header-cat {
    right: calc(50% - 123px);
  }
  a.main-header-button, .main-header-button-bg {
    right: 30px;
  }
}

/* -- pc -- */
@media (min-width: 1025px) {
  .site-header,
  .site-main,
  .footer {
    min-width: 1280px;
  }
}


/* gallery */
@media all {
  .gallery-content {
    position: relative;
    display: flex;
  }
  .section-gallery h3 {
    font-family: 'Noto Serif JP', serif;
  }
  .section-gallery p {
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) {
  .section-gallery{
    margin-top: 28.125vw;
    padding-bottom: 43.75vw;
    overflow: hidden;
  }
  .gallery-content-box {
    margin-top: 5vw;
  }
  .gallery-content {
    flex-direction: column;
  }
  .gallery-content + .gallery-content {
    margin-top: 9vw;
  }
  .gallery-content-text {
    position: relative;
  }
  .gallery-content h3 {
    font-size: 5vw;
  }
  .gallery-content:nth-child(odd) h3 {
    text-align: right;
  }
  .section-gallery h3 + p {
    margin-top: 4vw;
  }
  .gallery-content:nth-child(even) .gallery-content-text {
    margin-left: 0;
    margin-right: auto;
  }
  .gallery-content-text p {
    width: 70.3125vw;
  }
  .gallery-content:nth-child(odd) .gallery-content-text p {
    margin-left: auto;
    margin-right: 0;
  }
  .gallery1 .gallery-image {
    width: 75vw;
    height: 75vw;
    margin-left: -7.5vw;
  }
  .gallery1 .gallery-content-text {
    margin-top: -13.25vw;
    padding: 0 6.25vw;
  }
  .gallery2 .gallery-image {
    width: 87.5vw;
    height: 87.5vw;
    margin-left: auto;
    margin-right: -17vw;
  }
  .gallery2 .gallery-content-text {
    margin-top: -7vw;
    padding: 0 6.25vw;
  }
  .gallery3 .gallery-image {
    width: 68.75vw;
    height: 68.75vw;
    margin-left: -6.25vw;
  }
  .gallery3 .gallery-content-text {
    padding: 0 6.25vw;
  }

}
@media (min-width: 768px) {
  .section-gallery {
    margin-top: 150px;
    padding-bottom: 50px;
    overflow: hidden;
  }
  .section-gallery h3 {
    font-size: 20px;
    line-height: 1.95;
  }
  .section-gallery h3 + p {
    margin-top: 30px;
  }
  .section-gallery p {
    font-size: 15px;
  }
  .gallery-content-box {
    margin: 0 auto;
    width: 100%;
    max-width: 1420px;
  }
  .gallery-content {
    align-items: center;
  }
  .gallery2 {
    flex-direction: row-reverse;
  }
  .gallery2 .gallery-content-text {
    margin-right: 30px;
  }
  .gallery3 .gallery-content-text h3,
  .gallery3 .gallery-content-text p {
    transform: translateY(30px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .gallery-image,
  .gallery-content-text {
    width: 50%;
    margin: 0;
  }
  .gallery-content-text h3 {
    font-size: 1.953125vw;
  }
  .gallery-content-text p {
    font-size: 1.46484375vw;
  }
  .gallery1 .gallery-content-text,
  .gallery3 .gallery-content-text {
    margin-left: 3vw;
  }
  .gallery1 {
    transform: translateX(-4vw);
  }
  .gallery2 {
    transform: translateX(4vw);
  }
  .gallery3 {
    transform: translateX(2vw);
  }
}
@media (min-width: 1025px) {
  .gallery-content + .gallery-content {
    margin-top: -40px;
  }
  .gallery1 {
    transform: translateX(-50px);
  }
  .gallery2 {
    justify-content: space-between;
    transform: translateX(100px);
  }
  .gallery3 {
    justify-content: center;
  }
  .gallery1 .gallery-content-text,
  .gallery3 .gallery-content-text {
    margin-left: 95px;
  }
}

/* lineup */
@media all {
  .section-lineup {
    overflow: hidden;
  }


  .lineup-item-boxshade {
    position: absolute;
    display: block;
    opacity: .3;
    z-index: -1;
  }
  .lineup1 .lineup-item-boxshade {
    background-color: #516598;
  }
  .lineup2 .lineup-item-boxshade {
    background-color: #944D4B;
  }
  .lineup3 .lineup-item-boxshade {
    background-color: #6D796A;
  }
  .lineup-item dt {
    border-bottom: 1px solid #CCCCCC;
    font-family: 'Noto Serif JP';
    text-align: left;
  }
  .lineup1 .lineup-item dt {
    color: #516598;
  }
  .lineup2 .lineup-item dt {
    color: #944D4B;
  }
  .lineup3 .lineup-item dt {
    color: #6D796A;
  }
  .lineup-item dt small {
    display: inline-block;
  }
  .lineup-item dd {
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) {
  .lineup-content-box {
    margin: 6vw auto 13vw;
  }
  .lineup-content {
    position: relative;
  }
  .lineup-content + .lineup-content {
    margin-top: 15vw;
  }
  .lineup-item-boxshade {
    top: -3.125vw;
    left: 3.125vw;
    width: 100%;
    height: 100%;
  }
  .lineup2 .lineup-item-boxshade {
    left: -3.125vw;
  }
  .lineup-item {
    margin-top: 8vw;
    margin-left: 11vw;
    width: 80.625vw;
  }
  .lineup-item dl {
    padding: 6.25vw;
    background-color: #fff;
    box-shadow: 0 1.25vw 3.125vw rgba(0, 0, 0, .1);
  }
  .lineup-item dt small {
    display: block;
    padding: 1.5vw 0;
    font-size: 3.4375vw;
  }
  .lineup-item dd {
    padding-top: 3vw;
    line-height: 1.857;
  }
}
@media (min-width: 768px) {
  .section-lineup {
    margin-top: 150px;
  }
  .lineup-content-box {
    margin: 0 auto 0;
    padding-bottom: 290px;
    max-width: 1367px;
  }
  .lineup-content {
    margin-top: 60px;
    position: relative;
  }
  .lineup-content + .lineup-content {
    margin-top: 330px;
  }
  .lineup-image {
    display: block;
    width: 920px;
  }
  .lineup-content:nth-child(odd) .lineup-image {
    margin-left: auto;
    margin-right: 0;
  }
  .lineup-item {
    position: absolute;
  }
  .lineup-item dl {
    padding: 28px 40px;
    width: 540px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
  }
  .lineup-item-boxshade {
    width: 260px;
    height: 260px;
  }
  .lineup-item dt {
    padding-bottom: 8px;
  }
  .lineup-item dt small {
    padding-left: 16px;
    font-size: 16px;
  }
  .lineup-item dd {
    padding: 16px 0 0 24px;
    font-size: 15px;
    line-height: 2.333;
  }
  .lineup1 .lineup-item,
  .lineup3 .lineup-item {
    top: 400px;
    top: min(400px, 72%);
    left: 50px;
  }
  .lineup1 .lineup-item-boxshade {
    top: -50%;
    left: -25%;
    background-color: #516598;
  }
  .lineup2 .lineup-item {
    top: 430px;
    top: min(430px, 77%);
    right: 60px;
  }
  .lineup2 .lineup-item-boxshade {
    top: -80px;
    right: -60px;
  }
  .lineup3 .lineup-item-boxshade {
    top: 120px;
    left: -60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lineup-image {
    width: 75%;
  }
}

/* virtural tour */
@media all {
  .section-tour {
    position: relative;
    overflow: hidden;
  }
  .tour-leading {
    font-weight: 300;
    text-align: center;
  }
  .virtual-tour {
    position: relative;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
  }
  a.tour-button {
    cursor: pointer;
  }
  .virtual-tour iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
  }
  .tour-button {
    margin: 0 auto;
  }
  .brandbook-circle {
    border-radius: 50%;
    background-color: rgba(206,190,181,.2);
  }
  .brandbook-circle-ttl {
    font-family: 'Noto Serif JP';
  }
  .brandbook-circle-book {
    display: block;
    transform: rotate(-12deg);
  }
  .brandbook-circle-text {
    text-align: center;
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) {
  .tour-leading,
  .virtual-tour {
    margin-top: 5.75vw;
  }
  .tour-leading {
    padding: 0 7vw;
  }
  .virtual-tour {
    width: 84.375vw;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  }
  .tour-button {
    margin-top: 7.8125vw;
  }

  .brandbook-circle-wrapper {
    position: relative;
    padding-bottom: 36.5vw;
    overflow: hidden;
  }
  .brandbook-circle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 30vw;
    margin-left: -6.25vw;
    width: 112.5vw;
    height: 112.5vw;
  }
  .brandbook-circle-ttl {
    margin-top: -10vw;
  }
  .brandbook-circle-ttl img {
    width: 50vw;
  }
  .brandbook-circle-ttl span {
    display: block;
    font-size: 5.625vw;
    text-align: center;
  }
  .brandbook-circle-book {
    width: 36.471875vw;
    box-shadow: 0 1.5625vw 3.125vw rgba(0,0,0,.25);
  }
  .brandbook-circle-text {
    width: 84.375vw;
  }
  .brandbook-circle-button {
    margin-bottom: -10vw;
  }
}
@media (min-width: 768px) {
  .tour-leading {
    margin-top: 50px;
    padding: 0 25px;
  }
  .virtual-tour {
    margin-top: 50px;
    width: calc(100% - 50px);
    max-width: 780px;
    box-shadow: 0 5px 6px rgba(0, 0, 0, .16);
  }
  .virtual-tour img {
    transition: .3s;
  }
  .virtual-tour:hover img {
    transform: scale(1.1);
  }
  .tour-button {
    margin-top: 35px;
    margin-top: min(35px, 3.418vw);
  }

  .brandbook-circle-wrapper {
    position: relative;
    margin: 80px auto 0;
    max-width: 1367px;
  }
  .brandbook-circle {
    position: relative;
    margin: 0 90px 0 auto;
    width: 460px;
    height: 460px;
  }
  .brandbook-circle-ttl {
    padding-top: 80px;
    padding-left: 120px;
    font-size: 20px;
  }
  .brandbook-circle-ttl img {
    width: 180px;
    vertical-align: baseline;
  }
  .brandbook-circle-ttl span {
    display: inline-block;
    margin-left: 16px;
    transform: translateY(-2px);
  }
  .brandbook-circle-book {
    position: absolute;
    top: 150px;
    left: -20px;
    display: block;
    width: 142px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .25);
  }
  .brandbook-circle-text {
    padding: 40px 30px 0 150px;
    font-size: 15px;
    line-height: 2.333;
  }
  .site-main a.brandbook-circle-button {
    margin: 50px 10px 0 auto;
  }
}

/* lab. */
@media all {
  .lab-content-text {
    font-weight: 300;
    text-align: center;
  }
  .lab-content-12keywords {
    background: center / cover no-repeat url(../img/lab-banner-hover.jpg);
  }
  .lab-content-12keywords img {
    transition: .3s;
  }
  .lab-content-12keywords:hover img {
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .section-lab {
    background: center / cover no-repeat url(../img/lab-bg-sp.jpg);
    padding-top: 8vw;
    
  }
  .lab-content-box {
    position: relative;
    padding-bottom: 31.25vw;
  }
  .lab-content-box-left {
    padding: 8vw 6.25vw 0;
  }
  .lab-button {
    position: absolute;
    bottom: 12.5vw;
    left: calc(50% - 26.5625vw);
  }
  .lab-content-box-right {
    display: block;
    margin: 6vw auto 0;
    width: 75vw;
  }
  .lab-content-12keywords {
    width: 100%;
    box-shadow: 0 0.9375vw 1.875vw rgba(0, 0, 0, .16);
  }
}

@media (min-width: 768px) {
  .section-lab {
    margin: 100px auto 0;
    padding: 90px 25px 0;
    background: center / cover no-repeat url(../img/lab-bg-pc.jpg);
    width: 100%;
    max-width: 1680px;
    height: 48.4375vw;
    min-height: 620px;
    max-height: 800px;
  }
  .lab-content-box {
    display: flex;
    justify-content: center;
    margin-top: 60px;
  }
  .lab-content-box-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-right: 40px;
    width: 55%;
    max-width: 450px;
  }
  .lab-content-text {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 2.333;
  }
  .lab-content-box-right {
    display: block;
    width: 42%;
    max-width: 370px;
  }
  .lab-content-12keywords {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    transition: box-shadow .3s;
  }
  .lab-content-12keywords:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .32);;
  }
}


/* message */
@media all {
  .message-leading {
    font-weight: 300;
    text-align: center;
  }
  .message-video {
    display: block;
    width: 100%;
    max-width: 780px;
    border-radius: 8px;
  }
}

@media screen and (max-width: 767px) {
  .section-message {
    padding: 20vw 6.25vw 0;
  }
  .message-leading,
  .message-video {
    margin-top: 5.75vw;
  }
}
@media (min-width: 768px) {
  .section-message {
    position: relative;
    margin: 100px auto 0;
    padding: 0 25px;
    max-width: 1580px;
    overflow: hidden;
  }
  .message-leading {
    margin-top: 50px;
  }
  .message-video {
    margin: 50px auto 0;
  }
}





@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lab-content-box-left {
    margin-right: 25px;
  }
  .book-content-box {
    padding: 0 20px;
    letter-spacing: -.5px;
  }
}




/* mv効果 */
.main-header-image-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(180deg);
  mix-blend-mode: screen;
}
.main-header-image-effect.effect1 {
  animation: moviefilter1 8s cubic-bezier(0.0, 0.0, 0.92, 0.33) infinite;
  display: block;
}
.main-header-image-effect.effect2 {
  mix-blend-mode: screen;
  opacity: 0;
  animation: moviefilter2 8s cubic-bezier(0.48, -0.29, 0, 1.12) infinite;
  display: block;
}
.main-header-image-effect.effect3 {
  mix-blend-mode: screen;
  opacity: 0;
  animation: moviefilter3 8s cubic-bezier(0.48, -0.29, 0, 1.12) infinite;
  display: block;
}
@keyframes moviefilter1 {
  0% {opacity: 0;}
  88% {opacity: 0;}
  92% {opacity: 0.9;}
  96% {opacity: 0;}
  100% {opacity: 0;}
}
@keyframes moviefilter2 {
  0% {opacity: 0.0;}
  45% {opacity: 0;}
  50% {opacity: 0.5;}
  80% {opacity: 0;}
  100% {opacity: 0;}
}
@keyframes moviefilter3 {
  0% {opacity: 0;}
  10% {opacity: 0;}
  20% {opacity: 0.5;}
  23% {opacity: 0;}
  25% {opacity: 0.3;}
  30% {opacity: 0;}
  100% {opacity: 0;}
}
@media all and (-ms-high-contrast: none) {
  .main-header-image-effect {
    display: none!important;
  }
}

/* youtube */
.youtube-outer {
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
}
.youtube {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
.youtube .thumb,
.youtube iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100.3%;
  height: 100.4%;
  transition: .3s;
}
.youtube .thumb:hover {
  opacity: .8;
}
.youtube iframe {
  opacity: 0;
  transition-delay: .3s;
}
.youtube .thumb {
  cursor: pointer;
  transition: .3s;
}
.youtube .thumb img,
.youtube .thumb::after  {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube .thumb::after {
  content: '';
  background: center / cover no-repeat url(../img/play.svg?v3);
}
.play iframe {
  opacity: 1;
}
.play .thumb {
  opacity: 0;
  visibility: hidden;
}