/*******************************************************
 * for FURISODE PAGES
 *******************************************************/
 .white-box.mens-box { display: block; }

 .text-img-wrap { display: block; }
 
 .youtube { width: 100%; }
 
 .white-box.mens-box iframe{
   display: block;
   width: 100% !important;
   margin: 20px auto 0;
   height: auto ! Important;
   aspect-ratio: 16 / 9;}

   .white-box.mens-box .wp-block-column{
    width: 100%;
    margin-bottom: 1.2rem;
   }

   .options .data-sample dd a{
    position: relative;
   }
   
   .options .data-sample dd a:after{
    content: '';
    position: absolute;
    bottom: -50px;
    right: -50px;
    display: inline-block;
    width: 80px;
    height: 80px;
    background: url('/wp/wp-content/themes/twentytwenty-child/img/ibj-photo-plan/detail-btn.png') no-repeat center center / contain;
   }


   @media (min-width: 839px) {
    .white-box.mens-box .wp-block-column{
      width: 47.5%;
     }
    .white-box.mens-box iframe{
      margin-top: 10px;
    }
    .text-img-wrap { display: flex; }
    .youtube {
      width: 70%;
      margin: 0 auto !important;
    }
   }