/*--------------------------------------*
 * foundation
 *--------------------------------------*/

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1.6;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  color: #3E3A39;
  font-size: 1.6rem;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
  font-weight: normal;
  width: 100%;
  overflow-x: hidden;
  letter-spacing: 0.1em;
  position: relative;
}

.site-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
  overflow-x: hidden;
  position: relative;
}

img,
video,
object {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

a:hover {
  text-decoration: none;
}

a:hover img {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media(min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.coming-soon {
  text-align: center;
  padding: 5vw 0;
  font-size: 5vw;
}

/*--------------------------------------*
      * layout
      *--------------------------------------*/

.l-header {
  width: 100%;
  transition: all .3s;
  margin: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  background: #fff;
  z-index: 3;
}

.l-header h1 {
  padding: 10px 0 ;
  img {
    max-width: 250px;
    margin: auto;
  }
}

.l-header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1% 3vw;
}

.l-header__logo a {
  padding: 20px 10px;
}

.l-header__logo h1 {
  color: #f39338;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}

.l-header__logo h1 img {
  display: inline-block;
  vertical-align: middle;
}

.l-header__logo .l-header__logo-main {
  display: inline-block;
  font-size: 48px;
}

.l-header__logo .l-header__logo-top-text {
  font-size: 14px;
  letter-spacing: 0;
  color: #3E3A39;
}

.l-header__info {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2%;
}

.l-header__info a {
  display: block;
  padding: 10px 0;
  font-size: 24px;
}

.l-header__info-text {
  font-size: 14px;
  text-align: center;
}

.l-header__info i {
  margin-right: 4px;
}

.l-header__right {
  width: 70%;
}

.l-header__tel span {
  color: #fff;
  font-size: 14px;
  background: #f39338;
  vertical-align: middle;
  position: relative;
  top: -4px;
  margin-right: 8px;
  padding: 4px;
}

.l-header__tel a {
  color: #3E3A39;
  text-align: center;
}

/* 
  .l-header.addColor {
    background-color: #fff;
    transition: all .3s;
  } */


.l-header__nav {
  display: flex;
  justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  background: #fff;
  z-index: 3;
  margin-bottom: 20px;
}

.l-header__lists {
  display: flex;
  flex-wrap: wrap;
}

.l-header__item {
  text-align: center;
  display: flex;
}

.l-header__item a {
  display: block;
  padding: 2px 20px;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: 0.05em;
  border-left: 1px solid #3e3a39cb;
}

.l-header__item:last-child a {
  border-right: 1px solid #3e3a39cb;
}

.l-header__item a:hover {
  opacity: .6;
}

.fa-phone-alt {
  margin-right: 4px;
  color: #f39338;
}

.l-header__nav-sp {
  display: none;
}


@media screen and (max-width: 1024px) {

  .l-header__item a {
    font-size: 16px;
  }

  .l-header__logo .l-header__logo-main {
    display: block;
  }

  .l-header__wrapper {
    flex-direction: column;
  }

  .l-header__address {
    text-align: center;
  }

  .l-header__right {
    width: 100%;
  }

  .l-header__time {
    margin: auto;
  }

  .l-header__info {
    justify-content: center;
  }

  .l-header__tel {
    display: flex;
  }

  .l-header__tel a {
    margin: 0 20px;
  }

}


@media screen and (max-width: 768px) {

  .l-header h1 img {
    max-width: 200px;
  }

  .l-header__wrapper {
    display: flex;
    align-items: flex-start;
  }

  .l-header h1 {
    font-size: 18px;
    line-height: 1;
  }

  .l-header__logo .l-header__logo-main {
    font-size: 24px;
  }

  .l-header__info {
    display: none;
  }

  .l-header__time {
    width: 100%;
    min-width: auto;
  }

  .l-header__right {
    margin-bottom: 0;
  }

  .l-header .c-content-wrapper {
    margin-bottom: 20px;
  }

  .l-header__nav,
  .link-wrapper {
    display: none;
  }


  .p-contact .link-wrapper {
    display: block;
  }


  .l-header__nav-sp {
    display: block;
  }

  .sp-nav-btn {
    position: relative;
    padding-right: 10px;
    width: 25px;
    height: 16px;
    z-index: 20;
    cursor: pointer;
    position: fixed;
    right: 5%;
    top: 45px;
  }

  .sp-nav-btn span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #675544;
    position: absolute;
  }

  .sp-nav-btn span:nth-of-type(1) {
    top: 0;
    right: 3px;
    transition: ease-in 0.3s;
  }

  .sp-nav-btn span:nth-of-type(2) {
    top: 0;
    bottom: 0;
    margin: auto;
    right: 3px;
    transition: ease-in 0.3s;
  }

  .sp-nav-btn span:nth-of-type(3) {
    bottom: 0;
    right: 3px;
    transition: ease-in 0.3s;
  }

  .sp-nav-btn.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
    transition: ease-in .3s;
    background: #404040;
  }

  .sp-nav-btn.active span:nth-of-type(2) {
    opacity: 0;
    transition: ease-in .3s;
  }

  .sp-nav-btn.active span:nth-of-type(3) {
    transform: translateY(-4px) rotate(45deg);
    background: #404040;
  }

  .sp-nav-btn.active:before {
    opacity: 0;
    transition: ease-in .3s;
  }

  .l-header__nav-sp {
    display: block;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    transform: translateX(100vw);
    transition: ease-in 0.3s;
    background: #fff;
  }

  .l-header__nav-sp.active {
    transform: translateX(0);
  }

  .l-header__lists-sp {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    height: 100%;
    margin-top: 10vh;
  }

  .l-header__item-sp {
    font-size: 16px;
    text-align: center;
    padding-top: 24px;
  }

  .l-header__item-sp a {
    color: #675544;
  }

  .l-header__item-sp span {
    display: block;
  }
}

.l-footer {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #3e3a39;
  color: #ffffff;
  padding: 20px 0;
}

small {
  display: block;
  margin: 0 auto;
}





/*--------------------------------------*
      * object
      *--------------------------------------*/
/*------------------------*
      * component
      *-------------------------*/

.c-button {
  position: relative;
  display: inline-block;
  padding: 16px 40px;
  width: 100%;
  max-width: 250px;
  text-align: center;
  transition: all 0.3s;
  color: #fff;
  z-index: 1;
  background: #f39338;
  border: 1px solid #f39338;
}

.c-button:hover {
  background: #fff;
  color: #f39338;
  border: 1px solid #f39338;
}

.c-button i {
  margin-left: 8px;
}

.c-button-point {
  background: none;
  color: #333;
}

.c-button-point:hover {
  background: none;
  color: #b42844;
}

.c-container {
  padding: 80px 0;
}

.c-bg {
  background: #FEFAF5;
}

.c-bg-02 {
  background: #EBE9E0;
}

.c-content-wrapper {
  width: 90%;
  margin: 0 auto;
  max-width: 1280px;
}

.c-section-title {
  font-size: 28px;
  position: relative;
  z-index: 1;
  display: inline-block;
  font-weight: 600;
}

.c-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}



@media screen and (max-width: 768px) {
  .c-button:before {
    width: 48px;
    right: -24px;
  }

  .cta-btn {
    font-size: 18px;
    width: 90%;
  }

  .c-container {
    padding: 40px 0;
  }

  .c-section-title {
    font-size: 24px;
  }

  .c-section-title .u-title-bg {
    top: -40px;
    font-size: 64px;
  }

  .c-flex {
    flex-direction: column-reverse;
  }

}


/*------------------------*
      * project
      *-------------------------*/

.p-mv__wrapper {
  position: relative;
  margin: auto;
}

.p-mv__wrapper img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
}

.p-mv-other-wrapper {
  position: relative;
}

.p-mv-other-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(242 147 56 / 52%);
}

.p-mv-other-wrapper h2 {
  color: #fff;
  font-size: 32px;
}

.p-mv__inner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(215, 112, 122, 0.8);
  background: rgba(243, 146, 56, 0.8);
  color: #fff;
  padding: 40px;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;

}

.p-mv__inner-text h2 {
  letter-spacing: 0em;
  font-size: 48px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}

.p-mv__inner-text p {
  font-size: 24px;
  padding-top: 20px;
  text-align: center;
}


.p-mv-other h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.p-mv-other img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}


@media screen and (max-width: 1024px) {

  .p-mv__inner-text {
    padding: 32px;
    text-align: center;
  }

  .p-mv__inner-text h2 {
    font-size: 32px;
    display: inline-block;
  }

  .p-mv__inner-text p {
    font-size: 18px;
  }
}

.p-greeting {
  text-align: center;
}

.p-greeting-wrapper p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.p-worry {
  text-align: center;
}

.p-worry-img {
  text-align: center;
  max-width: 1000px;
  margin: 30px auto;
  width: 90%;
  img {
    width: 100%;
  }
}


.p-works {
  text-align: center;
  background: #EBE9E0;
}

.p-works__list {
  list-style-type:square;
  color: #804f21;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding-left: 24px;
li {
  margin-left: 20px;
  span {
    font-size: 1.2em;
    font-weight: 600;
    color: #3E3A39;
  }
}
}

.works-container {
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  @media screen and (max-width:768px) {
    display: block;
  }
}

.works-img {
  width: 30%;
  @media screen and (max-width:768px) {
    margin: 0 auto;
    width: 90%;
  }
}

.p-sns {
  text-align: center;
}

.p-sns-link {
  display: flex;
  justify-content: center;
  margin: 40px auto;
}

.p-sns-link a {
  display: block;
  margin: 0 20px;
  padding: 10px 40px;
  border: 1px solid #333;
  width: 100%;
  max-width: 250px;
  text-align: center;
}

.p-sns-link a i {
  font-size: 24px;
  margin-right: 20px;
  vertical-align: middle;
}

.p-contact {
  text-align: center;
  background: url(img/contact_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
}

.p-contact-wrapper .c-section-title span {
  display: block;
  font-size: 14px;
  background: #999065;
  color: #fff;
  padding: 4px 0;
}

.p-contact-line a,
.p-contact-mail a {
  color: #fff;
  display: block;
  margin: 20px auto;
  background: #333;
  text-align: center;
  max-width: 250px;
  padding: 10px 0;
  font-size: 18px;
}

.p-contact-line a i,
.p-contact-mail a i {
  margin-right: 20px;
}

.p-access .c-flex {
  flex-direction: row-reverse;
}

.p-access-wrapper {
  padding: 200px 0 30px;
}

.p-access-text-wrap {
  width: 60%;
  padding-left: 20px;
}

.p-access-text-wrap p {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .p-access .c-flex {
    flex-direction: column-reverse;
  }

  .p-access-text-wrap {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  .p-access-img-wrap img {
    width: 100%;
  }

  .p-sns-link {
    flex-direction: column;
    align-items: center;
  }

  .p-sns-link a {
    margin: 0 0 20px;
    border: 1px solid #333;
    width: 100%;
    max-width: 250px;
    text-align: center;
  }

  .p-contact-wrapper .c-section-title span {
    margin-top: 10px;
  }

}




/*------------------------*
      * utitlty
 *-------------------------*/

.u-font-serif {
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  color: #f39338;
  font-weight: bold;
  font-size: 40px;
}

.u-dn {
  display: none;
}

.u-dib {
  display: inline-block;
}

.u-dn-sp {
  display: block;
}

@media screen and (max-width: 768px) {
  .u-dn {
    display: block;
    max-width: 300px;
    margin: auto;
  }

  .u-dn-sp {
    display: none;
  }

  .u-font-serif {
    font-size: 18px;
  }
}

/*リンクの形状*/
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f39338;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
}

#page-top a:hover {
  background: #f16f37;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(-80px);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(-80px);
  }

  to {
    opacity: 1;
    transform: translateY(100px);
  }
}

#g-nav {
  padding: 20px 0;
}

#g-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 100;
}

#g-nav ul li a {
  width: 23%;
}

#g-nav ul li,
#g-nav ul li a {
  margin: 10px;
}

@media screen and (max-width: 768px) {
  #g-nav ul {
    display: block;
    text-align: center;
  }  
}



@media screen and (max-width:768px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

@media screen and (min-width:769px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }
}

.map {
  width: 100%;
  text-align: center;
  iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    @media screen and (max-width:768px) {
      width: 90%;
      aspect-ratio: 1 / 1;
    }
  }
}

.p-page-fv {
  background: url(img/page_fv.jpg)no-repeat;
  height: 400px;
  background-size: cover;
  background-position: center;
  position: relative;
&::after {
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  inset: 0;
  position:absolute;
  content: "";
}
  .p-page-title {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 1.8em;
    font-weight: 600;
    color: #3E3A39;
    z-index: 2;
  }
}

.price-heading {
  border: #804f21 dashed 2px;
  border-radius: 15px;
  width: 90%;
  margin: 30px auto;
  max-width: 600px;
  font-weight: 600;
  color: #d1133d;
  font-size: 1.4em;
  span {
    /* background-color: #d1133d    ;
    color: #fff;
    padding: .6em 1.2em;
    border-radius: 5px;
    margin-right: 10px; */
    font-size:1.2em ;
  }
}

.price-container {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-template-rows: repeat(3,1fr);
  @media screen and (max-width:768px) {
      display: block;
  }
}

.price-card {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  text-align: left;
}
.price-card-heading {
  font-size: 1.4em;
  font-weight: 600;
  color: #d1133d;
}

.price-list {
  li {
    /* border-bottom: #3E3A39 solid 1px; */
    display: flex;
    justify-content: right;
    gap: 0px 50px;
    margin: 10px 0;
    span {
      font-size: 1.2em;
    }
  }
}

.red {
  color: #d1133d;
  font-weight: 600;
}

.img-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 20px auto 40px;
  @media screen and (max-width:599px) {
    display: block;
  }
  img {
    width: calc(100% / 3);
    max-width: 400px;
    @media screen and (max-width:599px) {
      width: 100%;
      margin: 10px 0;
    }
  }
}

.about-menu {
  padding: 50px 0 ;
}

.about-menu-title {
  font-size: 1.2em;
  font-weight: 600;
  &::first-letter {
    color: #d1133d;
    font-size: 1.4em;
  }
}

.about-menu-list {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-template-rows: repeat(2(500px , 1fr));
  gap: 30px;
  @media screen and (max-width:768px) {
      display: block;
      gap: 0;
  }
}

.about-menu-item {
  border: #804f21 dashed 2px;
  border-radius: 15px;
  width: 100%;
  padding: 15px;
  position: relative;
  padding-bottom: 80px;
  @media screen and (max-width:768px) {
    margin: 20px auto;
    width: 95%;
  }
  img {
    width: 95%;
    margin: 10px auto;
  }
  ul {
    padding-left: 10px;
    li {
      list-style-type: disc;
      margin-left: 20px;
    }
  }
  .btn_02 {
    position: absolute;
    bottom: 5px;
    right: 5px;
  }
}


.p-voice__lists {
  margin-top: 20px;
}

.p-voice__list {
  /* display: flex;
  justify-content: space-between;
  gap: 20px; */
  border: 1px solid rgb(147, 147, 147);
  border-radius: 8px;
  padding: 20px;
  width: 48%;
}
/* 
.voice__img {
  width: 40%;
  background: url(./img/voice_01.jpg)no-repeat;
  background-size: cover;
  background-position: center;
  height: 200px;
} */

.voice__detail {
  width: 90%;
  text-align: left;
}

.p-voice__title {
  font-size: 24px;
}

.p-voice__title span {
  font-size: .7em;
}

.p-voice__text {
  margin-top: 10px;
}

.p-voice__lists {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 768px) {

  .p-voice {
    padding-bottom: 160px;
  }

  .p-voice__lists {
    flex-direction: column;
  }


  .p-voice__list {
    display: block;
    width: 100%;
  }


  /* .voice__img {
    width: 100%;
  } */

  .voice__detail {
    width: 100%;
  }

  .p-voice__title {
    font-size: 20px;
  }
}


.p-contact-form {
  padding: 80px 0;
  text-align: center;
}

#formWrap {
  max-width: 700px;
  margin: 0 auto;
  line-height: 120%;
  font-size: 90%;
}

#formWrap span {
  display: inline-block;
}

#formWrap .c-section-title {
  text-align: center;
  line-height: 1.25;
  display: block;
}

#formWrap p {
  margin-top: 40px;
}

#formWrap>p {
  font-size: 18px;
  line-height: 1.5;
}

table.formTable {
  width: 100%;
  margin: 40px auto;
  border-collapse: separate;
  border-spacing: 0 20px;
}

table.formTable input {
  width: 100%;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #ededed inset;
}

table.formTable span {
  color: rgb(228, 19, 19);
  display: block;
  padding: 2px 8px;
  margin-left: 4px;
  font-weight: 600;
}

table.formTable td {
  text-align: left;
}

table.formTable th {
  padding: 10px;
  font-weight: normal;
  text-align: left;
}

@media screen and (max-width: 768px) {

  #formWrap {
    width: 95%;
    margin: 0 auto;
  }

  table.formTable th,
  table.formTable td {
    width: auto;
    display: block;
  }

  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }

  form input[type="text"],
  form textarea {
    width: 80%;
    display: block;
  }

  form input[type="submit"],
  form input[type="reset"],
  form input[type="button"] {
    display: block;
    width: 100%;
  }
}

table.formTable input,
table.formTable textarea {
  width: 100%;
  border: 1px solid #acacac;
  padding: 10px;
}

@media screen and (max-width: 599px) {
  .p-contact__text {
    text-align: left;
  }
}

.hpblogo::before {
  display: inline-block;
  vertical-align: middle;
  background: url(img/beautylogo.svg)no-repeat;
  width: 20px;
  height: 20px;
  content: "";
  background-size: contain;
  margin-top: -2px;
}
#page-top {
  position: fixed;
  bottom: -60px;
  right: 20px;
  z-index: 99;
  @media screen and (max-width:768px) {
    bottom: -60px;
  }
}
#page-top a {
  background: #ab101b;
  text-decoration: none;
  color: #fff;
  width: 60px;
aspect-ratio: 1 / 1;
  text-align: center;
  display: grid;
  place-items: center;
  border-radius: 90px;
  opacity: 0.9;
  transition: all .3s ease;
  font-size: 14px;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}

a.btn_02 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 180px;
	margin: 10px 0 10px auto;
	padding: .3rem 1rem;
	font-weight: bold;
	border: 2px solid #804f21;
	background: transparent;
	color: #804f21;
	transition: 0.3s;
  border-radius: 5px;
}
a.btn_02:hover {
	color: #fff;
	background: #804f21;
}



.about-menu-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  p {
    width: 50%;
    text-align: left;
  }
  .youtube-container {
    width: 50%;
    aspect-ratio: 16 / 9 ;
    max-width: 800px;
    margin: 30px auto;
    iframe {
      width: 100%;
      aspect-ratio: 16 / 9 ;
    }
  }
  @media screen and (max-width:768px) {
    display: block;
    p {
      width: 95%;
      text-align: left;
      margin: 30px auto;
    }
    .youtube-container {
      width: 95%;
      aspect-ratio: 16 / 9 ;
      max-width: 800px;
      margin: 30px auto;
      iframe {
        width: 100%;
        aspect-ratio: 16 / 9 ;
      }
    }
  }
}