@charset "UTF-8";
/* =================================================================
top
================================================================= */
#top_visual .deco_fire.is-active {
 animation: logoanime 4.6s 1.3s alternate infinite ease-in-out;
 transition: .5s ease-in;
}

@keyframes logoanime {
 0% {
  filter: brightness(100%) contrast(100%);
 }

 50% {
  filter: brightness(115%) contrast(115%);
 }

 100% {
  filter: brightness(100%) contrast(100%);
 }

}

/* ----------------------------- */
/* #top_visual */

@media print, screen and (min-width: 769px) {
 #top_visual {
  width: 100%;
  min-width: 960px;
  margin: 0 auto;
  line-height: 0;
  position: relative;
  z-index: 1;
 }

 /*
 #top_visual .enbudaki_logo {
  width: 144px;
  position: absolute;
  left: 60px;
  top: 24px;
  z-index: 1;
 }
 */

 #top_visual .main_visual {
  width: 100%;
  height: 750px;
  position: relative;
  background: url("../img/top/bg_top_visual.jpg") left top no-repeat;
  background-size: cover;
  margin-bottom: 180px;
 }

 #top_visual .deco_fire {
  width: 1145px;
  height: 0;
  background: url(../img/top/bg_fire.png) no-repeat;
  background-size: 1145px 750px;
  background-blend-mode: lighten;
  position: absolute;
  left: 500px;
  margin-left: 0;
  display: none;
 }

 #top_visual .deco_fire.is-active {
  height: 720px;
 }

 #top_visual #top_visual_logo {
  width: 841px;
  height: 360px;
  text-indent: -9999px;
  background: url("../img/top/mainv_logo.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 210px;
  left: 180px;
  margin-left: 0;
  display: none;
  /*transition: .4s ease-in;*/
 }

 #top_visual #top_visual_logo.fadein {
  transition: 1.5s .8s;
  opacity: 0;
 }

 /* --------------- */
 /* .mainv_menu */

 #top_visual .mainv_menu {
  position: absolute;
  top: 700px;
  width: 100%;
  height: 255px;
  background-image: url("../img/top/mv_product_bg2.png");
  background-repeat: no-repeat;
  background-size: 100% 205px;
  background-position: center center;
 }

 #top_visual .mainv_menu::after {
  content: "";
  display: block;
  background-image: url("../img/top/mv_product_bg1.png");
  background-repeat: repeat-x;
  background-size: 1600px auto;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  transform: rotate(-2deg) translate3d(0, 0, 0) translate(-10%, -53%);
  width: 120%;
  height: 200px;
 }

 #top_visual .mainv_menu ul {
  position: absolute;
  top: -60px;
  right: 50%;
  transform: translateX(50%);
  z-index: 2;
  width: 960px;
  display: flex;
  justify-content: space-between;

  transition: 0.3s;
 }

 #top_visual .mainv_menu a {
  opacity: 1;
 }

 #top_visual .mainv_nwlb,
 #top_visual .mainv_nwpt,
 #top_visual .mainv_nwus {
  display: none;
  /*position: absolute;*/
  transition: .2s left;
 }


 /* ------- */
 /* NEW 表示無し */

 #top_visual .mainv_nwlb {
  width: 313px;
  background: url("../img/top/mainv_nwlb_bg-def.png") no-repeat;
  background-size: 100% auto;
  background-position: center top;
 }

 #top_visual .mainv_nwpt {
  width: 313px;
  background: url("../img/top/mainv_nwpt_bg-def.png") no-repeat;
  background-size: 100% auto;
  background-position: center top;
 }

 #top_visual .mainv_nwus {
  width: 280px;
  background: url("../img/top/mainv_nwus_bg-def.png") no-repeat;
  background-size: 100% auto;
  background-position: center top;
 }

 /* ------- */
 /* NEW 表示有り */

 #top_visual .mainv_nwlb.new {
  background: url("../img/top/mainv_nwlb_bg.png") no-repeat;
  background-size: 100% auto;
  background-position: center top;
 }

 #top_visual .mainv_nwpt.new {
  background: url("../img/top/mainv_nwpt_bg.png") no-repeat;
  background-size: 100% auto;
  background-position: center top;
 }

 #top_visual .mainv_nwus.new {
  background: url("../img/top/mainv_nwus_bg.png") no-repeat;
  background-size: 100% auto;
  background-position: center top;
 }

 /* ------- */


 #top_visual .mainv_nwlb a,
 #top_visual .mainv_nwpt a,
 #top_visual .mainv_nwus a {
  display: block;
  transition: .4s transform;
 }

 #container .main_visual ul a:hover {
  transform: scale(1.04);
 }

 #top_visual .mainv_nwlb a {
  width: 313px;
  height: 270px;
  background: url("../img/top/mainv_nwlb_products.png") no-repeat;
  background-size: contain;
 }

 #top_visual .mainv_nwpt a {
  width: 313px;
  height: 270px;
  background: url("../img/top/mainv_nwpt_products.png") no-repeat;
  background-size: contain;
 }

 #top_visual .mainv_nwus a {
  width: 280px;
  height: 270px;
  background: url("../img/top/mainv_nwus_products.png") no-repeat;
  background-size: contain;
 }

 /* cart_btn */
 #top_visual .cart_btn {
  display: none;
  position: absolute;
  top: 20px;
  /*left: 50%;*/
  /*transform: translateX(560px);*/
  right: calc(50% - 680px);
  width: 162px;
  height: 156px;
  box-sizing: border-box;
  text-align: center;
  z-index: 3;

  transition: 0.3s;
 }

 #top_visual .cart_btn a {
  position: relative;
  display: block;
  width: 162px;
  height: 156px;
  margin: auto;
  background: url(../img/top/btn_shop.png?5);
  background-repeat: no-repeat;
  background-size: 162px auto;
  background-position: center center;
  transition: opacity .3s ease-out;
 }

 /*
 #top_visual .cart_btn a:after {
  position: absolute;
  content: '';
  background: url("../img/top/btn_shop_arrow_white.png") no-repeat;
  background-size: cover;
  width: 8px;
  height: 14px;
  top: -webkit-calc(50% - 7px);
  top: calc(50% - 7px);
  right: 16px;
  z-index: 3;
 }
 */

 #top_visual .cart_btn a:hover {
  opacity: .6
 }

 #top_visual .cart_btn p {
  text-indent: -9999px;
 }

}

@media screen and (min-width: 1400px) {
 #top_visual .deco_fire {
  left: 40%;
 }

}

@media screen and (min-width:769px) and (max-width: 1400px) {

 #top_visual #top_visual_logo,
 #top_visual .top_visual_logo_txt {
  left: 100px;
 }

 #top_visual .mainv_menu ul{
  transform: translateX(0) scale(1);
  right: 180px;
 }

 #top_visual .cart_btn {
  transform: translateX(0) scale(1);
  left: auto;
  right: 10px;
 }

}

@media screen and (min-width:1021px) and (max-width: 1200px) {

 #top_visual .mainv_menu ul{
  transform:translateX(0) scale(0.9);
  right: 120px;
  top: -50px;
 }

 #top_visual .cart_btn {
  transform: translateX(0) scale(0.8);
  right: 0;
 }
}

@media screen and (min-width:769px) and (max-width: 1020px) {

 #top_visual .mainv_menu ul{
  transform:translateX(0) scale(0.8);
  right: 80px;
  top: -30px;
 }

 #top_visual .cart_btn {
  transform: translateX(0) scale(0.8);
 }

}

/* ----------------------------- */
/* .enbudaki_menu */

.enbudaki_menu {
 position: relative;
 z-index: 0;
}

/* ----------------------------- */
/* .top_lead */

@media print, screen and (min-width: 769px) {
 .enbudaki_menu .top_lead {
  max-width: 1400px;
  margin: 0 auto;
 }
/*
 .enbudaki_menu .top_lead .top_content {
  height: 0;
  padding: 56% 0 0 0;
  width: 100%;
  position: relative;
  overflow-y: hidden;
 }

 .enbudaki_menu .top_lead .top_lead-heading {
  width: 32.15%;
  position: absolute;
  top: 16%;
  left: 11.6%;
  text-indent: 0;
 }

 .enbudaki_menu .top_lead .top_lead-heading:before {
  content: "";
  width: 35px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: -48%;
 }

 .enbudaki_menu .top_lead .top_lead-notes {
  width: 30.86%;
  position: absolute;
  top: 44%;
  left: 11.6%;
 }

 .enbudaki_menu .top_lead .top_lead_image {
  position: absolute;
  top: 13%;
  right: 0;
  width: 50%;
 }
*/

  .enbudaki_menu .top_lead .top_content {
    height: 575px;
    position: relative;
  }
  .enbudaki_menu .top_lead .top_lead_heading {
    width: 289px;
    position: absolute;
    top: 76px;
    left: 103px;
  }
  .enbudaki_menu .top_lead .top_lead_heading:before {
    content: "";
    width: 35px;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: -30px;
    left: 4px;
  }
  .enbudaki_menu .top_lead .top_lead_notes {
    width: 289px;
    position: absolute;
    top: 217px;
    left: 103px;
  }
  .enbudaki_menu .top_lead .top_lead_image img {
    position: absolute;
    left: 50%;
  }
  .enbudaki_menu .top_lead .top_lead_image img:nth-child(1) {
    width: 320px;
    top: 36px;
  }
  .enbudaki_menu .top_lead .top_lead_image img:nth-child(2) {
    width: 130px;
    top: 300px;
    margin-left: 60px;
  }
  .enbudaki_menu .top_lead .top_lead_image img:nth-child(3) {
    width: 215px;
    top: 200px;
    margin-left: 220px;
  }

}

@media print, screen and (min-width: 960px) {
  .enbudaki_menu .top_lead .top_content {
    height: 57vw;
  }
  .enbudaki_menu .top_lead .top_lead_heading {
    width: 30.17vw;
    top: 7.8vw;
    left: 10.70vw;
  }
  .enbudaki_menu .top_lead .top_lead_heading:before {
    width: 3.64vw;
    height: 0.13vw;
    bottom: -3.9vw;
    left: 0.26vw;
  }
  .enbudaki_menu .top_lead .top_lead_notes {
    width: 30.17vw;
    top: 22.63vw;
    left: 10.70vw;
  }
  .enbudaki_menu .top_lead .top_lead_image img:nth-child(1) {
    width: 33vw;
    top: 6.8vw;
  }
  .enbudaki_menu .top_lead .top_lead_image img:nth-child(2) {
    width: 14vw;
    top: 33vw;
    margin-left: 6vw;
  }
  .enbudaki_menu .top_lead .top_lead_image img:nth-child(3) {
    width: 22vw;
    top: 24vw;
    margin-left: 24vw;
  }
}
@media screen and (min-width: 1400px) {
  .enbudaki_menu .top_lead .top_content {
    height: 750px;
  }
  .enbudaki_menu .top_lead .top_lead_heading {
    width: 449px;
    top: 96px;
    left: 50%;
    margin-left: -550px;
  }
  .enbudaki_menu .top_lead .top_lead_heading:before {
    width: 50px;
    height: 1px;
    bottom: -57px;
    left: 4px;
  }
  .enbudaki_menu .top_lead .top_lead_notes {
    width: 432px;
    top: 333px;
    left: 50%;
    margin-left: -550px;
  }
  .enbudaki_menu .top_lead .top_lead_image img:nth-child(1) {
    width: 450px;
    top: 80px;
  }
  .enbudaki_menu .top_lead .top_lead_image img:nth-child(2) {
    width: 187px;
    top: 430px;
    margin-left: 119px;
  }
  .enbudaki_menu .top_lead .top_lead_image img:nth-child(3) {
    width: 300px;
    top: 329px;
    margin-left: 358px;
  }
}
@media screen and (max-width: 768px) {
  .enbudaki_menu .top_lead .top_content {
    width: 100%;
    height: 160vw;
    padding: 7.2vw 3.73vw 0;
    background: url("../img/top/top_lead_bg_sp.jpg") no-repeat;
    /*background-size: cover;*/
    box-sizing: border-box;
    background-size: contain;
    background-position: bottom;
  }
  .enbudaki_menu .top_lead .top_lead_heading {
    width: 70vw;
    margin-bottom: 9vw;
    position: relative;
  }
  .enbudaki_menu .top_lead .top_lead_heading:before {
    content: "";
    width: 35px;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: -4.5vw;
    left: 0;
  }
  .enbudaki_menu .top_lead .top_lead_notes {
    font-size: 2.9vw;
    line-height: 1.8;
    font-family: 'Noto Serif Japanese', serif;
  }
}

 /* ----------------------------- */
 /* .top_concept */

@media print, screen and (min-width: 769px) {

 .enbudaki_menu .top_concept {
  position: relative;
  z-index: 1;
  /*overflow: hidden;*/
 }

 /*
 .enbudaki_menu .top_concept .rotat_inner {
  width: 100%;
 }
 */

 .enbudaki_menu .top_concept .bg_wrap {
  display: block;
  background: url("../img/top/top_enbu_feature_bg2.png") no-repeat center center;
  background-size: cover;
  background-position: center 0;
  position: relative;
  height: 755px;
  /*padding: 57.5% 0 0 0;*/
 }

 .enbudaki_menu .top_concept .bg_wrap .rotat_bg{
   display: block;
   background-image: url("../img/top/top_enbu_feature_bg.jpg");
   background-repeat:no-repeat;
   background-size: 1600px auto;
   background-position: center center;
   position: absolute;
   top: 0%;
   left: -10%;
   z-index: 0;
   width: 120%;
   height: 750px;
   overflow: hidden;
   background-color: #000000;
   transform:rotateZ(-2deg);
 }

.enbudaki_menu .top_concept .bg_wrap .rotat_bg::after {
   content: "";
   display: block;
   background-image: url("../img/top/top_enbu_feature_bg.jpg");
   background-repeat:no-repeat;
   background-size: 1600px auto;
   background-position: center center;
   transform: rotate(2deg);
   position: absolute;
   top:0;
   left: 0;
   width: 100%;
   height: 100%;
}

 .enbudaki_menu .top_concept .inner_block {
  width: 100%;
  max-width: 1400px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
  transform: translateX(-50%);
 }

 .enbudaki_menu .top_concept h2 *,
 .enbudaki_menu .top_concept .text * {
  display: none;
 }

 .enbudaki_menu .top_concept h2 {
  width: 366px;
  height: 144px;
  background: url("../img/top/top_concept_text1.png") no-repeat right bottom;
  background-size: contain;
  position: absolute;
  top: 120px;
  left: 11.6%;
  margin-left: 0;
  z-index: 1;
  text-indent: -9999px;
 }

 .enbudaki_menu .top_concept .text {
  width: 298px;
  height: 287px;
  background: url("../img/top/top_concept_text2.png") no-repeat right bottom;
  background-size: contain;
  position: absolute;
  top: 340px;
  left: 11.6%;
  margin-left: 0;
  z-index: 1;
 }



	.enbudaki_menu .top_concept #visual_img {
		position: absolute;
		top: 80px;
		left: 50%;
		margin-left: 0;
		transition:  margin-left .2s;
	}

 .enbudaki_menu .top_concept #visual_img p{
    position: absolute;
    z-index: 3;
 }

	.enbudaki_menu .top_concept #visual_img p.img01 {
  width: 356px;
  top: 9px;
  left: 71px;
  z-index: 3;
 }

	.enbudaki_menu .top_concept #visual_img p.img02 {
  width: 453px;
  top: 142px;
  left: 71px;
  z-index: 2;
 }

	.enbudaki_menu .top_concept #visual_img p.img03 {
  width: 355px;
  top: 385px;
  left: 71px;
  z-index: 1;
 }
}




/* ----------------------------- */
/* .top_kama */

@media print, screen and (min-width: 769px) {

 .enbudaki_menu .top_kama {
  background-image: url("../img/top/top_kama_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
  padding: 10.7% 0 0 0;
  /*height: 86.14vw;*/
  height: 93.75vw;
  max-height: 1300px;
  /*min-height: 1000px;*/
  position: relative;
  box-sizing: border-box;
  margin-top: -40px;
  z-index: 0;
 }

 .enbudaki_menu .top_kama .top_content {
  /*max-width: 1400px;*/
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
 }

 .enbudaki_menu .top_kama .top_content .top_enbu {
  width: 50%;
  /*
  width: 44.3%;
  margin-left: 5.7%;
  */
  position: relative;
 }

 .enbudaki_menu .top_kama .top_content .top_kamado {
  width: 50%;
  position: relative;
 }

 .enbudaki_menu .top_kama .top_content .top_enbu .top_enbu-image,
 .enbudaki_menu .top_kama .top_content .top_kamado .top_kamado-image {
   position: relative;
   z-index: 3;
 }

 .enbudaki_menu .top_kama .top_content .top_enbu .top_enbu-txt,
 .enbudaki_menu .top_kama .top_content .top_kamado .top_kamado-txt {
   position: absolute;
   z-index: 1;
   top: 86%;
   left: 50%;
   transform: translateX(-50%);
   width: 72.72%;
 }

 /* ----- */
  .enbudaki_menu .top_kama .top_content .top_enbu .top_enbu-frame {
    width: 100%;
    height: 100%;
   /*
    background-size: 100% auto;
   background-position: center 0;
   background-repeat: no-repeat;
   */
    position: absolute;
   top: 0;
   left: 0;
   z-index: 2;
  }
  .enbudaki_menu .top_kama .top_content .top_enbu .top_enbu-frame [class*="top_enbu_image-frame"] {
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    background-position: center 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
  }
 /* ----- */

}

@media screen and (min-width:769px) and (max-width: 960px) {
 .enbudaki_menu .top_kama {
  height: 900px;
 }
}

@media screen and (min-width: 1400px) {
 .enbudaki_menu .top_kama {
  padding: 150px 0 0 0;
 }
}

@keyframes top_enbu_image-frame {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.enbudaki_menu .top_kama .top_content .top_enbu .top_enbu-frame .top_enbu_image-frame0 {
  background-image: url("../img/top/top_enbu_image_frame0.png");
}
.enbudaki_menu .top_kama .top_content .top_enbu .top_enbu-frame .top_enbu_image-frame1 {
  background-image: url("../img/top/top_enbu_image_frame1.png");
  animation: top_enbu_image-frame 4.2s infinite ease-in-out;
}
.enbudaki_menu .top_kama .top_content .top_enbu .top_enbu-frame .top_enbu_image-frame2 {
  background-image: url("../img/top/top_enbu_image_frame2.png");
  animation: top_enbu_image-frame 4.2s 1.4s infinite ease-in-out;
}
.enbudaki_menu .top_kama .top_content .top_enbu .top_enbu-frame .top_enbu_image-frame3 {
  background-image: url("../img/top/top_enbu_image_frame3.png");
  animation: top_enbu_image-frame 4.2s 2.8s infinite ease-in-out;
}


@media screen and (max-width: 768px) {
/* --------------- */
/* .top_kama - sp */

 .enbudaki_menu .top_kama {
  background-image: url("../img/top/top_kama_bg_sp.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
  padding: 12% 4vw 10% 4vw;
  position: relative;
  box-sizing: border-box;
  margin-top: -6vw;
  z-index: 0;
 }

 .enbudaki_menu .top_kama .top_content {
 }

 /*
 .enbudaki_menu .top_kama .top_content .top_enbu .top_enbu-image,
 .enbudaki_menu .top_kama .top_content .top_kamado .top_kamado-image {
   display: none;
 }
 .enbudaki_menu .top_kama .top_content .top_enbu .top_enbu-txt,
 .enbudaki_menu .top_kama .top_content .top_kamado .top_kamado-txt{
   display: none;
 }
 */
 /*
 .enbudaki_menu .top_kama .top_content .top_enbu {
  background-image: url("../img/top/top_kama_enbu_image_sp.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  width: 100%;
  height: 0;
  padding-top: 108.7%;
  position: relative;
 }

 .enbudaki_menu .top_kama .top_content .top_kamado {
  background-image: url("../img/top/top_kama_kamado_image_sp.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  width: 100%;
  height: 0;
  padding-top: 88.45%;
  margin-top: 4vw;
  position: relative;
 }
 */
 /*
 .enbudaki_menu .top_kama .top_content .top_enbu img,
 .enbudaki_menu .top_kama .top_content .top_kamado img{
  display: none;
 }
 */

 .enbudaki_menu .top_kama .top_content .top_enbu .top_enbu-image img,
 .enbudaki_menu .top_kama .top_content .top_kamado .top_kamado-image img{
   display: none;
 }

 .enbudaki_menu .top_kama .top_content .top_enbu{
  width: 100%;
  position: relative;
  padding-top: 47vw;
 }

 .enbudaki_menu .top_kama .top_content .top_enbu .top_enbu-image{
  background-image: url("../img/top/top_kama_enbu_image_sp.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  width: 100%;
  height: 59.2vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
 }

 .enbudaki_menu .top_kama .top_content .top_kamado{
  width: 100%;
  position: relative;
  padding-top: 48vw;
 }

 .enbudaki_menu .top_kama .top_content .top_kamado .top_kamado-image{
  background-image: url("../img/top/top_kama_kamado_image_sp.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  width: 100%;
  height: 52vw;
  margin-top: 8vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
 }

 .enbudaki_menu .top_kama .top_content .top_enbu .top_enbu-txt,
 .enbudaki_menu .top_kama .top_content .top_kamado .top_kamado-txt{
  background-color: rgba(0,0,0,0.6);
  position: relative;
  z-index: 0;
  color: #ffffff;
  padding: 2em 1.5em;
  width: 78%;
  box-sizing: border-box;
  margin-left: 0;
  padding-top: 12vw;
  font-size: 11px;
  line-height: 1.6;
 }

 .enbudaki_menu .top_kama .top_content .top_enbu .top_enbu-txt{
  margin-left:auto;
  margin-right: 0;
 }

 .enbudaki_menu .top_kama .top_content .top_enbu .top_enbu-txt h4,
 .enbudaki_menu .top_kama .top_content .top_kamado .top_kamado-txt h4{
  font-size: 15px;
  font-weight: normal;
  font-family: 'Noto Serif Japanese', serif;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 1em;
 }

 /* ----- */
  .enbudaki_menu .top_kama .top_content .top_enbu .top_enbu-frame {
   width: 85%;
   height: 0;
   padding-top: 63.5%;
   /*
   background-size: 100% auto;
   background-position: center bottom;
   background-repeat: no-repeat;
   */
   position: absolute;
   top: 0;
   right: -4%;
   z-index: 3;
  }

  .enbudaki_menu .top_kama .top_content .top_enbu .top_enbu-frame [class*="top_enbu_image-frame"] {
   width: 100%;
   height: 100%;
   background-size: 100% auto;
   background-position: center bottom;
   background-repeat: no-repeat;
   position: absolute;
   top: 0;
   left: 0;
  }
 /* ----- */

}


/* ----------------------------- */
/* .top_lineup */

@media print, screen and (min-width: 769px) {

 .enbudaki_menu .top_lineup {
  position: relative;
  z-index: 2;
  margin-top: -20px;
 }

 .enbudaki_menu .top_lineup .ttl_wrap {
  width: 100%;
  height: 200px;
  background-image: url("../img/top/mv_product_bg2.png");
  background-repeat: no-repeat;
  background-size: 100% 200px;
  background-position: center center;
  position: relative;
  z-index: 4;
 }

 .enbudaki_menu .top_lineup .ttl_wrap::after {
  content: "";
  display: block;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: -10%;
  z-index: 0;
  transform: rotate(-2deg) translate3d(0, 0, 0) translate(0, -50%);
  width: 120%;
  height: 200px;
 }

 .enbudaki_menu .top_lineup .ttl_wrap h2 {
  color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  background-image: url("../img/top/top_lineup_heading.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  width: 298px;
  height: 34px;
  text-indent: -9999px;
 }

 .enbudaki_menu .top_lineup > ul {
  width: 100%;
  margin-top: -10px;
 }

 .enbudaki_menu .top_lineup > ul > li {
  position: relative;
  margin-top: 0px;
 }

 .enbudaki_menu .top_lineup > ul > li .rotat_inner {
 }

 .enbudaki_menu .top_lineup > ul > li.top_nwlb {
  z-index: 3;
 }

 .enbudaki_menu .top_lineup > ul > li.top_nwpt {
  z-index: 2;
 }

 .enbudaki_menu .top_lineup > ul > li.top_nwus {
  z-index: 1;
 }

 .enbudaki_menu .top_lineup > ul > li a {
  display: block;
  width: 110%;
  position: relative;
  transform:translate(-5%, 0) rotateZ(-2deg);
 }

 .enbudaki_menu .top_lineup > ul > li.top_nwlb a::after,
 .enbudaki_menu .top_lineup > ul > li.top_nwus a::after {
  background: url("../img/top/top_lineup_left.png") no-repeat center;
  background-size: cover;
  content: "";
  display: block;
  width: 800px;
  height: 30px;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -14px;
  transform: rotateZ(2deg);
 }

 .enbudaki_menu .top_lineup > ul > li.top_nwpt a::after {
  background: url("../img/top/top_lineup_right.png") no-repeat center;
  background-size: cover;
  content: "";
  display: block;
  width: 800px;
  height: 30px;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: -15px;
  transform: rotateZ(2deg);
 }

 .enbudaki_menu .top_lineup > ul > li a .rotat_inner {
  display: block;
  height: 480px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transform: rotateZ(2deg);
 }


 /*-----------*/
 .enbudaki_menu .top_lineup > ul > li h3 {
  /*width: 323px;*/
  width: 480px;
  height: 101px;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
  overflow: hidden;
  text-indent: -9999px;
  transition: .4s opacity;
 }

 .enbudaki_menu .top_lineup > ul > li a:hover h3 {
  opacity: .6;
 }

 .enbudaki_menu .top_lineup > ul > li.top_nwlb h3 {
  background: url("../img/top/top_nwlb_text.png") no-repeat left center;
  background-size: contain;
  height: 112px;
 }

 .enbudaki_menu .top_lineup > ul > li.top_nwpt h3 {
  background: url("../img/top/top_nwpt_text.png") no-repeat left center;
  background-size: contain;
  height: 168px;
 }

 .enbudaki_menu .top_lineup > ul > li.top_nwus h3 {
  background: url("../img/top/top_nwus_text.png") no-repeat left center;
  background-size: contain;
  height: 168px;
 }

 /*-----------*/
 .enbudaki_menu .top_lineup > ul > li .btn {
  /*width: 323px;
  height: 311px;
  */
  width: 259px;
  height: 249px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 12%;
  transform: translateY(-50%);
  overflow: hidden;
  text-indent: -9999px;
  transition: .4s opacity;
 }

 .enbudaki_menu .top_lineup > ul > li a:hover .btn {
  opacity: .6;
 }

 .enbudaki_menu .top_lineup > ul > li.top_nwlb .btn {
  background: url("../img/top/top_nwlb_btn.png") no-repeat center center;
  background-size: contain;
 }

 .enbudaki_menu .top_lineup > ul > li.top_nwpt .btn {
  background: url("../img/top/top_nwpt_btn.png") no-repeat center center;
  background-size: contain;
 }

 .enbudaki_menu .top_lineup > ul > li.top_nwus .btn {
  background: url("../img/top/top_nwus_btn.png") no-repeat center center;
  background-size: contain;
 }
 /*-----------*/

 .enbudaki_menu .top_lineup > ul > li a .bg_photo {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
 }

 .enbudaki_menu .top_lineup > ul > li a .bg_photo::before {
  content:"";
  display: block;
  width: 100%;
  height: 120%;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform .4s ease-out;
  transform: rotateZ(2deg);
 }

 .enbudaki_menu .top_lineup > ul > li.top_nwlb a .bg_photo::before {
  background: url("../img/top/top_nwlb_bg.png") no-repeat center;
  background-size: cover;
 }

 .enbudaki_menu .top_lineup > ul > li.top_nwpt a .bg_photo::before {
  background: url("../img/top/top_nwpt_bg.png") no-repeat center;
  background-size: cover;
 }

 .enbudaki_menu .top_lineup > ul > li.top_nwus a .bg_photo::before {
  background: url("../img/top/top_nwus_bg.png") no-repeat center;
  background-size: cover;
 }

 .enbudaki_menu .top_lineup > ul > li.top_nwlb a:hover .bg_photo::before,
 .enbudaki_menu .top_lineup > ul > li.top_nwpt a:hover .bg_photo::before,
 .enbudaki_menu .top_lineup > ul > li.top_nwus a:hover .bg_photo::before {
  transform: rotateZ(2deg) scale(1.05);
 }


}

/* ----------------------------- */
/* .top_sister */

@media print, screen and (min-width: 769px) {

 .enbudaki_menu .top_sister {
  background-color: #ffffff;
  padding: 9vw 0 0 0;
  margin-top: -7vw;
 }

 .enbudaki_menu .top_sister .sister_conceptBlock {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  padding-left: 40px;
  box-sizing: border-box;
 }

 .enbudaki_menu .top_sister .sister_conceptBlock::before {
  content: "";
  display: block;
  width: 690px;
  height: 563px;
  position: absolute;
  left: 42%;
  top: -80px;
  z-index: 0;
 }

 .enbudaki_menu .top_sister .sister_conceptBlock h2 {
  width: 412px;
  position: relative;
  z-index: 1;
 }

 .enbudaki_menu .top_sister .sister_conceptBlock h3 {
  width: 350px;
  margin-top: 36px;
  position: relative;
  z-index: 1;
 }

 .enbudaki_menu .top_sister .sister_conceptBlock .sister_txt {
  width: 450px;
  margin-top: 35px;
  font-size: 16px;
  line-height: 1.875;
  position: relative;
  z-index: 1;
 }

 .enbudaki_menu .top_sister .sister_conceptBlock .sister_txt p {
  margin-top: 1.5em;
 }

 .enbudaki_menu .top_sister .sister_movie {
  width: 640px;
  margin: 65px auto 0 auto;
 }

 .enbudaki_menu .top_sister .sister_movie h3 {
  /*width: 319px;*/
  width: 518px;
  margin: 0 auto;
 }

 /*
 .enbudaki_menu .top_sister .sister_movie .movie_box {
  margin-top: 40px;
 }
 */

 .enbudaki_menu .top_sister .sister_movie .iframe_wrap{
  width: 100%;
  margin-top: 40px;
  line-height: 0;
  position: relative;
  padding-top: 56.25%;
 }

 .enbudaki_menu .top_sister .sister_movie .iframe_wrap > iframe{
  /*border: 2px inset;*/
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
 }

 .enbudaki_menu .top_sister .sister_btn {
  width: 400px;
  margin: 50px auto 0 auto;
 }

 .enbudaki_menu .top_sister .sister_btn a {
  display: block;
  transition: 0.3s;
 }

 .enbudaki_menu .top_sister .sister_btn a:hover {
  opacity: 0.5;
 }


 .enbudaki_menu .top_sister .sister_ojisan_movie {
  width: 100%;
  /*height: 307px;*/
  margin: 130px auto 0 auto;
  padding: 70px 0 50px;
  /*
  background: url("../img/top/top_sister_ojisan_movie.png") no-repeat center bottom;
  background-size: auto 413px;
  */
  position: relative;
  background: url("../img/top/top_sister_ojisan_movie_bg.png") no-repeat center center;
  background-size: cover;
 }



 /*
 .enbudaki_menu .top_sister .sister_ojisan_movie a {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 1180px;
  max-width: 1600px;
  width: 100%;
  height: 413px;
  margin: 50px auto 0 auto;
  background: url("../img/top/top_sister_ojisan_movie.png") no-repeat center center;
  background-size: auto 413px;
  transition: 0.3s;
  position: relative;
  transform: translateY(-106px);
 }
 */

 .enbudaki_menu .top_sister .sister_ojisan_movie a:hover {
  opacity: 0.5;
 }


 .enbudaki_menu .top_sister .sister_ojisan_movie .content_wrap{
  width: 800px;
  margin: 0 auto;
  background-color: #e1cb4b;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 30px 80px;
  box-sizing: border-box;
 }

 .enbudaki_menu .top_sister .sister_ojisan_movie .content_wrap::before{
   content: "";
   display: block;
   width: 200px;
   height: 140px;
  background: url("../img/top/top_sister_ojisan_movie_img.png") no-repeat center center;
  background-size: contain;
  position:absolute;
  top: -140px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
 }

 .enbudaki_menu .top_sister .sister_ojisan_movie .content_wrap h3{
  width: 619px;
  margin: 0 auto;
 }


 .enbudaki_menu .top_sister .sister_ojisan_movie .iframe_wrap{
  width: 640px;
  margin-top: 20px;
  line-height: 0;
  position: relative;
  padding-top: 56.25%;
 }

 .enbudaki_menu .top_sister .sister_ojisan_movie .iframe_wrap > iframe{
  /*border: 2px inset;*/
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
 }

}

/* ===================================== */
/* SP */

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

/* --------------- */
/* #top_visual SP */

 /*
 #container #enbudaki_top .menu-list {
  *display: none !important;
 }
 */
 #enbudaki_top{
  overflow-x: hidden;
 }

 #top_visual {
  width: 100%;
  height: 160vw;
  padding-bottom: 0;
  margin: 0;
  /*overflow: hidden;*/
  line-height: 0;

  position: relative;
  z-index: 1;
 }

 #top_visual .enbudaki_logo {
  /*
  width: 144px;
  position: absolute;
  left: 60px;
  top: 45px;
  z-index: 1;
  */
  display: none;
 }

 #top_visual .main_visual {
  width: 100%;
  margin: 0 auto;
  height: 160vw;
  position: relative;
  background: url(../img/top/bg_top_visual_sp.jpg) no-repeat;
  background-size: 100% auto;
 }

 /*
 #enbudaki_top:before {
  content: "";
  display: block;
  width: 100%;
  height: 67px;
  background: #222;
  position: absolute;
  left: 0;
  top: 0;
 }
 */

 #top_visual .main_visual h1 {
  /*width: 84vw;
  height: 43.2vw;
  */
  width: 84.24vw;
  height: 50.9vw;
  text-indent: -9999px;
  background: url("../img/top/mainv_logo_sp.png") no-repeat center bottom;
  background-size: contain;
  position: absolute;
  top: 9vw;
  right: 0;
  left: 0;
  margin: auto;
  display: none;
 }

 #top_visual .deco_fire {
  width: 0;
  height: 100%;
  background: url(../img/top/bg_fire_sp.png) no-repeat;
  background-size: 100vw auto;
  background-position: 0 0;
  background-blend-mode: lighten;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  display: none;
  pointer-events: none;
 }

 #top_visual .deco_fire.is-active {
  transition: .4s ease-in;
  width: 100%;
 }

 /* --------------- */
 /* .mainv_menu */

 #top_visual .mainv_menu {
  position: absolute;
  bottom: -4vw;
  /*bottom: 4vw;*/
  width: 100%;
  height: 70.3vw;
  background-image: url("../img/top/mv_product_bg_sp.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
 }

 /*
 #top_visual .mainv_menu::after {
  content: "";
  display: block;
  background-image: url("../img/top/mv_product_bg1.png");
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  transform: rotate(-4deg) translate3d(0, 0, 0) translate(-10%, -50%);
  width: 120%;
  height: 100%;
 }
 */

 /* ------- */
 #top_visual .mainv_menu ul {
  display: block;
  position: absolute;
  bottom: 0vw;
  left: 0;
  width: 100%;
  z-index: 3;
 }

 /* ------- */
 #top_visual .mainv_nwlb,
 #top_visual .mainv_nwpt,
 #top_visual .mainv_nwus {
  display: none;
  position: absolute;
 }

 #top_visual .mainv_nwlb {
  /*left: 22vw;*/
  left: 4vw;
  bottom: 44vw;
 }

 #top_visual .mainv_nwpt {
  left: 4vw;
  bottom: 5vw;
 }

 #top_visual .mainv_nwus {
  right: 4vw;
  bottom: 5vw;
 }

 /*
 #top_visual .mainv_nwlb a,
 #top_visual .mainv_nwpt a {
  display: block;
  width: 56vw;
  height: 33.3vw;
 }
 */

 /* ------- */
 /* NEW 表示無し */

 #top_visual .mainv_nwlb a {
  display: block;
  background: url("../img/top/mainv_nwlb-def_sp.png") no-repeat;
  background-size: contain;
  width: 45.4vw;
  height: 33.4vw;
 }

 #top_visual .mainv_nwpt a {
  display: block;
  background: url("../img/top/mainv_nwpt-def_sp.png") no-repeat;
  background-size: contain;
  width: 45.4vw;
  height: 37.4vw;
 }

 #top_visual .mainv_nwus a {
  display: block;
  width: 40.6vw;
  height: 37.4vw;
  background: url("../img/top/mainv_nwus-def_sp.png") no-repeat;
  background-size: contain;
 }

 /* ------- */
 /* NEW 表示有り */

 #top_visual .mainv_nwlb.new a {
  background: url("../img/top/mainv_nwlb_sp.png") no-repeat;
  background-size: contain;
 }

 #top_visual .mainv_nwpt.new a {
  background: url("../img/top/mainv_nwpt_sp.png") no-repeat;
  background-size: contain;
 }

 #top_visual .mainv_nwus.new a {
  background: url("../img/top/mainv_nwus_sp.png") no-repeat;
  background-size: contain;
 }
 /* ------- */


 #top_visual .content_inner {
  height: 100%;
 }

 #top_visual .cart_btn {
  display: none;
  position: absolute;
  z-index: 5;
  bottom: 48vw;
  right: 8%;
 }

 #top_visual .cart_btn a {
  display: block;
  width: 30vw;
  height: 30vw;
  background: url("../img/top/btn_shop.png") no-repeat center center;
  background-size: contain;
 }

 #top_visual .cart_btn p {
  text-indent: -9999px;
 }



 /* --------------- */
 /* .enbudaki_menu */

 .enbudaki_menu {
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 10vw;
  margin-top: 0;
 }

 .enbudaki_menu a {
  display: block;
 }



 /* --------------- */
 /* .top_concept */

 .enbudaki_menu .top_concept {
  position: relative;
  z-index: 1;
  overflow: hidden;
 }

 .enbudaki_menu .top_concept .bg_wrap {
  display: block;
  width: 100%;
  /*height: 157.1vw;*/
  height:0;
  padding-top: 157.1%;
  background: url(../img/top/top_concept_sp.png) no-repeat center bottom;
  background-size: 100% auto;
  position:relative;
 }

 .enbudaki_menu .top_concept .inner_block {
  color: #FFF;
  width: auto;
  /*max-width: 500px;*/
  padding: 0;
  /*height: 400px;*/
  /*
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-color: aqua;
  */
  position: absolute;
  left: 4vw;
  top: 40px;
 }

 /*
 .enbudaki_menu .top_concept h2 *,
 .enbudaki_menu .top_concept .text * {
  display: none;
 }
 */
 .enbudaki_menu .top_concept h2 * {
  display: none;
 }


 /*
 .enbudaki_menu .top_concept h2 {
  width: 46vw;
  height: 20vw;
  background: url("../img/top/top_concept_text1.png") no-repeat 0 0;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
 }
 */

	.enbudaki_menu .top_concept h2 {
  padding: 0;
		font-size: 21px;
		font-weight: normal;
		font-family: 'Noto Serif Japanese', serif;
		line-height: 1.42;
	}

	.enbudaki_menu .top_concept h2 strong {
		display:block;
		font-size: 31.5px;
		font-weight: normal;
		line-height: 35.5px;
	}

 .enbudaki_menu .top_concept .text {
  margin-top: 15px;
		font-size: 12px;
  line-height: 2;
		font-family: 'Noto Serif Japanese', serif;
 }

	.enbudaki_menu .top_concept .text p {
		padding: 0 0 0 0;
	}

	.enbudaki_menu .top_concept #visual_img {
		display: none;
	}



 /* --------------- */
 /* .top_lineup */

 .enbudaki_menu .top_lineup {
  position: relative;
  z-index: 2;
  margin-top: -20px;
 }

 .enbudaki_menu .top_lineup .ttl_wrap {
  width: 100%;
  /*height: 160px;*/
  height: 120px;
  background-image: url("../img/top/mv_product_bg2.png");
  background-repeat: no-repeat;
  background-size: 100% 200px;
  background-position: center center;
  position: relative;
  z-index: 4;
 }

 .enbudaki_menu .top_lineup .ttl_wrap::after {
  content: "";
  display: block;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: -10%;
  z-index: 0;
  transform: rotate(-2deg) translate3d(0, 0, 0) translate(0, -50%);
  width: 120%;
  /*height: 160px;*/
  height: 120px;
 }

 .enbudaki_menu .top_lineup .ttl_wrap h2 {
  color: #000000;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  transform: translate(0, -50%);
  width: 100%;
  /*
  background-image: url("../img/top/top_lineup_heading.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  width: 298px;
  height: 34px;
  text-indent: -9999px;
  */
  text-align: center;
  line-height: 1.4;
  font-size: 5.3vw;
  font-weight: normal;
  font-family: 'Noto Serif Japanese', serif;
 }


 .enbudaki_menu .top_lineup > ul > li{
  position: relative;
 }

 .enbudaki_menu .top_lineup > ul > li.top_nwlb{
  z-index: 3;
  margin-top: -4%;
 }

 .enbudaki_menu .top_lineup > ul > li.top_nwpt{
  z-index: 2;
  margin-top: -4%;
 }

 .enbudaki_menu .top_lineup > ul > li.top_nwus{
  z-index: 1;
  margin-top: -4%;
 }

.enbudaki_menu .top_lineup > ul > li.top_nwlb a {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 95.2%;
  background: url(../img/top/top_nwlb_sp.png) no-repeat center;
  background-size: cover;
 }

.enbudaki_menu .top_lineup > ul > li.top_nwpt a {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 95.2%;
  background: url(../img/top/top_nwpt_sp.png) no-repeat center;
  background-size: cover;
 }

.enbudaki_menu .top_lineup > ul > li.top_nwus a {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 95.2%;
  background: url(../img/top/top_nwus_sp.png) no-repeat center;
  background-size: cover;
 }


 .enbudaki_menu .top_lineup > ul > li.top_nwlb a *,
 .enbudaki_menu .top_lineup > ul > li.top_nwpt a *,
 .enbudaki_menu .top_lineup > ul > li.top_nwus a *{
  display: none;
 }

 /* --------------- */
 /* .top_sister */

 .enbudaki_menu .top_sister {
  background-size: 250vw auto;
  background-color: #ffffff;
  overflow: hidden;
  padding: 5vw 0 0 0;
  margin-top: -4%;
 }

 .enbudaki_menu .top_sister .sister_conceptBlock {
  margin: 0 auto;
  position: relative;
  padding-left: 4vw;
  box-sizing: border-box;
 }

 .enbudaki_menu .top_sister .sister_conceptBlock::before {
  content: "";
  display: block;
  background: url("../img/top/top_sister_img.png") no-repeat center center;
  background-size: contain;
  width: 50vw;
  height: 0;
  padding-top: 81.6%;
  position: absolute;
  right: 0;
  top: -4%;
  z-index: 0;
 }

 .enbudaki_menu .top_sister .sister_conceptBlock h2 {
  width: 64%;
  position: relative;
  z-index: 1;
 }

 .enbudaki_menu .top_sister .sister_conceptBlock h3 {
  width: 54%;
  margin-top: 8vw;
  position: relative;
  z-index: 1;
 }

 .enbudaki_menu .top_sister .sister_conceptBlock .sister_txt {
  margin-top: 8vw;
  font-size: 12px;
  line-height: 1.875;
  position: relative;
  z-index: 1;
 }

 .enbudaki_menu .top_sister .sister_conceptBlock .sister_txt p {
  margin-top: 1.5em;
 }

 .enbudaki_menu .top_sister .sister_movie {
  width: 84vw;
  margin: 12vw auto 0 auto;
  padding: 0;
  box-sizing: border-box;
 }

 .enbudaki_menu .top_sister .sister_movie h3 {
  /*width: 319px;*/
  width: 100%;
  margin: 0 auto;
 }

 /*
 .enbudaki_menu .top_sister .sister_movie .movie_box {
  margin-top: 40px;
 }
 */

 .enbudaki_menu .top_sister .sister_movie .iframe_wrap{
  display: block;
  width: 100%;
  margin: 4vw 0 0 0;
  line-height: 0;
  position: relative;
  padding-top: 56.25%;

 }

 .enbudaki_menu .top_sister .sister_movie .iframe_wrap > iframe{
  /*border: 2px inset;*/
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
 }

 .enbudaki_menu .top_sister .sister_btn {
  width: 84vw;
  margin: 6vw auto 0 auto;
 }

 .enbudaki_menu .top_sister .sister_btn a {
  display: block;
  transition: 0.3s;
 }

 .enbudaki_menu .top_sister .sister_btn a:hover {
  opacity: 0.5;
 }

 .enbudaki_menu .top_sister .sister_ojisan_movie {
  width: 100%;
  margin: 28vw 0 0 0;
  padding: 14vw 0 8vw;
  position: relative;
  background: url("../img/top/top_sister_ojisan_movie_bg.png") no-repeat center center;
  background-size: cover;
 }

 /*
 .enbudaki_menu .top_sister .sister_ojisan_movie a:hover {
  opacity: 0.5;
 }
 */

 .enbudaki_menu .top_sister .sister_ojisan_movie .content_wrap{
  width: 92vw;
  margin: 0 auto;
  background-color: #e1cb4b;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 6vw 4vw;
  box-sizing: border-box;
 }

 .enbudaki_menu .top_sister .sister_ojisan_movie .content_wrap::before{
   content: "";
   display: block;
   width: 40vw;
   height: 28vw;
  background: url("../img/top/top_sister_ojisan_movie_img.png") no-repeat center bottom;
  background-size: contain;
  position:absolute;
  top: -28vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
 }

 .enbudaki_menu .top_sister .sister_ojisan_movie .content_wrap h3{
  width: 100%;
  margin: 0 auto;
 }


 .enbudaki_menu .top_sister .sister_ojisan_movie .iframe_wrap{
  width: 84vw;
  margin-top: 4vw;
  line-height: 0;
  position: relative;
  padding-top: 56.25%;
 }

 .enbudaki_menu .top_sister .sister_ojisan_movie .iframe_wrap > iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
 }

 /* --------------- */
}
