/* CSS Document */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■   　デフォルト   　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

html, body, div, span, iframe,article,figure,
p, a, img, small, dl, dt, dd, ol, ul, li,
h1, h2, h3, h4, h5,h6{
  border: 0;
  margin: 0;
  padding: 0;
  font-size:14px;
  font-family: "roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #000;
  font-feature-settings: "palt";
}
h1, h2, h3, h4, h5,h6{
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}

body {
  background: #FFF;
}

html,body {
  line-height: 1;
  width: 100%;
  height: 100vh;
  position: relative;
}
ol, ul {
  list-style: none;
}
a{
  outline:none;
  text-decoration:none;
  cursor: pointer;
  }
a img {
  border: none;
  border-style:none;
}

img{
  width: 100%;
  height: auto;
}

li{
  list-style:none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

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

.br_sp{
  display: none;
}

/*■■■■■■■■　common　■■■■■■■■*/


#nav_flag{
  width:60px;
  height:60px;
  position: fixed;
  top: 35px;
  right:40px;
  z-index: 999;
  background: #FFF;
  border-radius: 40px;
/*  box-shadow: 0px 0px 3px rgba(0,0,0,.2);*/
  overflow: hidden;
  cursor: pointer;
  transition: 0.2s ease;
}

#nav_flag span{
  width: 28px;
  height: 1px;
  background: #707070;
  position: absolute;
  left:16px;
}

#nav_flag span.bar01{ top: 21px; }
#nav_flag span.bar02{ top: 29px; }
#nav_flag span.bar03{ top: 37px; }


#nav_flag span:after{
  content:"";
  display: block;
  width: 100%;
  height:1px;
  background: #FFF;
  transform: scaleX(0);
  transition: transform 0.5s ease;
  transform-origin: top right;
}
#nav_flag:hover span:after{
  transform: scaleX(1.0);
  transform-origin: top left;
}
#nav_flag:hover{
  background: #4C4C4C;
}


.amazon_btn{
  width: 100%;
}
.amazon_btn a{
  display: block;
  width: 100%;
  background: rgba(0,0,0,0.05);
}
.amazon_btn a dl{
  font-size: 0;
  text-align: center;
  padding: 20px 0;
}
.amazon_btn a dl dt{
  text-align: left;
  font-size:18px;
  font-family: "din-2014", sans-serif;
  font-weight:400;
  letter-spacing: 0.05em;
  line-height:32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  color: #151515;
}
.amazon_btn a dl dd{
  width: 80px;
  padding: 20px 100px 15px;
  background: #FFB100;
  border-radius: 50px;
  display: inline-block;
  vertical-align: middle;
}

footer{
  width: 85%;
  margin: 0 auto;
  padding-bottom:50px;
}
footer .left{
  float: left;
}
footer .right{
  float: right;
}

footer .left h2{
  width: 280px;
  margin-bottom: 20px;
}
footer .left p{
  font-size: 13px;
  line-height: 20px;
  color: #4C4C4C;
}
footer .right ul{
  font-size: 0;
  margin-bottom: 80px;
}
footer .right ul li{
  width: 30px;
  margin-right:15px;
  display: inline-block;
}
footer .right ul li:last-child{
  margin-right: 0;
}
footer .right small{
  display: block;
  font-size: 12px;
  color: #4C4C4C;
  text-align: right;
}

nav{
    width: 100%;
    height:100%;
    background:rgba(173,54,31,0.95);
    position: fixed;
    top: 0;
    left: 0;
    z-index:998;
    transition:opacity 0.7s ease; 
    opacity: 0;
    transform:scaleX(0); 
    animation: bg-color 30s ease 2s infinite forwards;
}

nav.action{
    transform:scaleX(1); 
    opacity: 1;

}


nav ul{
  width:300px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%,-50%);
}
nav ul li {
  width: 100%;
  display: inline-block;
  text-align: center;
  border-bottom: 3px solid #FFF;
}
nav ul li:last-child{
  border-bottom: none;
}
nav ul li a{
  font-size: 60px;
  text-align: center;
  color: #FFF;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 30px 0;
  display: block;
}

/*
nav.action{
    transform:translateX(0); 
}*/

@keyframes bg-color {
  0% { background:rgba(173,54,31,0.95); }
  10% { background:rgba(60,151,187,0.95); }
  20% { background:rgba(225,208,32,0.95); }
  30% { background:rgba(117,58,150,0.95); }
  40% { background:rgba(106,156,95,0.95); }
  50% { background:rgba(25,92,150,0.95); }
  60% { background:rgba(148,191,197,0.95); }
  70% { background:rgba(234,197,144,0.95); }
  80% { background:rgba(180,182,181,0.95); }
  90% { background:rgba(176,134,112,0.95); }
  100% { background:rgba(38,36,37,0.95); }
}


/*■■■■■■■■　common　■■■■■■■■*/

.page_cover{
  background-color: #FFF;
}


#top .top-mv{
  width: 100%;
  margin-bottom: 120px;
}
#top .top-mv #slide_box,
#top .top-mv #slide_box .swiper-container,
#top .top-mv #slide_box .swiper-wrapper{
  width: 100%;
  height: 100%;
  position: relative;
}
h1{
  width: 250px;
  height: 300px;
  color: #FFF;
  position: fixed;
  top: 40px;
  left:40px;
  z-index:997;
/*  mix-blend-mode: difference; */
}

#top h1 svg polygon,
#top h1 svg rect,
#top h1 svg path {
  fill: #d82210;
}




#top .top-mv h2{
  font-size: 90px;
  color: #FFF;
  position: absolute;
  bottom: -15px;
  left: 50px;
  z-index:5;
}


#top .top-mv #slide_box .swiper-container .swiper-slide{
  width: 100%;
  height:0;
  padding-bottom: 53%;
  background-size: cover;
}

#top .top-mv #slide_box .swiper-container .slide01{
  background-image:url(../images/mv01.jpg);
}
#top .top-mv #slide_box .swiper-container .slide02{
  background-image:url(../images/mv02.jpg);
}
/*#top .top-mv #slide_box .swiper-container .slide03{
  background-image:url(../images/mv03.jpg);
}*/
#top .top-mv #slide_box .swiper-container .slide04{
  background-image:url(../images/mv04.jpg);
}

/* ページネーション */
#top .pagination_area{
  width:300px;
  height: 20px;
  position: absolute;
  right: 40px; 
  bottom:40px;
  z-index: 1;
  color:＃FFF;
}
#top .top-mv #slide_box .swiper-pagination{
  width:130px;
  position: absolute;
  left: 0;
  top: 2px;
}
#top .top-mv #slide_box .swiper-pagination:after{
  content: "";
  display: block;
  width:130px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top:6px;
  z-index: -1;
}
#top .top-mv #slide_box .swiper-pagination span.swiper-pagination-bullet{
  width:100%;
  height:1px;
  margin: 0;
  border-radius: 0;
  background-color:＃FFF;
  position: absolute;
  top:6px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: left top;
}
#top .top-mv #slide_box .swiper-pagination span.swiper-pagination-bullet-active{
  animation: loadingbar 8s ease-in-out;
  opacity: 1;
}
@keyframes loadingbar {
    0% {
      transform: scale(0, 1);
      transform-origin: left top;
    }
    49%{
      transform: scale(1, 1);
      transform-origin:left top;
    }
    50%{
      transform: scale(1, 1);
      transform-origin: right top;
    }
    99% {
      transform: scale(0, 1);
      transform-origin: right top;
    }
    100% {
      transform: scale(0, 1);
      transform-origin: left top;
    }
}


#top .pagination_area .swiper-fraction{
  font-family: din-2014, sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #FFF;
  letter-spacing: 0.1em;
  position: absolute;
  top:0px;
  left:160px;
}

#top .pagination_area .swiper-button-prev{
  left:auto;
  right:38px;
}
#top .pagination_area .swiper-button-next{
  left:auto;
  right: 0;
}
#top .pagination_area .swiper-button-next,
#top .pagination_area .swiper-button-prev {
  color: #FFF;
}

#top .pagination_area .swiper-button-next:after,
#top .pagination_area .swiper-button-prev:after{
  font-size: 15px;
  color:＃FFF;
}

.top_banner{
  width: 1100px;
  margin: 0 auto 100px;
}
.top_banner a{
  transition: 0.2s all ease;
  opacity:1;
}
.top_banner a:hover{
  opacity:0.5;
}


#top .sec03{
  position: relative;
  padding: 0 0 100px;
}
#top .sec03 h3{
  font-size: 60px;
  color:#101010;
  text-align: center;
  margin-bottom: 50px;
}
#top .sec03 p{
  font-size: 16px;
  text-align: center;
  margin-bottom: 100px;
}
#top .sec03 ul{
  width:1100px;
  margin: 0 auto;
  font-size: 0;
}
#top .sec03 ul li{
  width: 300px;
  display: inline-block;
  padding-right:100px;
  padding-bottom: 100px;
}
#top .sec03 ul li:nth-child(3n){
  padding-right: 0;
}
#top .sec03 ul li a dl dt{
  width: 300px;
  height: 300px;
  overflow: hidden;
  border-radius:3px;
  margin-bottom: 20px;
}
#top .sec03 ul li a dl dd{
  font-size: 16px;
  text-align: center;
}

#top .sec03 ul li a dl dt img{
  transition: all 0.3s ease;
}
#top .sec03 ul li a:hover dl dt img{
  transform: scale(1.1);
}


#top .sec02{
  background: url(../images/sec02_bg.jpg) center no-repeat;
  background-size: cover;
  position: relative;
}
#top .sec02 h3{
  font-size: 420px;
  color:rgba(255, 255, 255, 0.2);
  position: absolute;
  top:325px;
  left:-500px;
  transform: rotate(90deg);
  z-index: 5;
  letter-spacing: -0.01em;
}
#top .sec02 .wrap{
  width: 990px;
  margin: 0 auto;
  position: relative;
  padding: 100px;
}
#top .sec02 .wrap p{
  padding-left:150px;
  font-size: 16px;
  line-height:28px;
  color: #FFF;
}


#top .sec01{
  width: 1100px;
  margin: 150px auto 150px;
  position: relative;
}
#top .sec01 h3{
  font-size: 90px;
  color: #E2E2E2;
  position: absolute;
  top: 120px;
  left: -130px;
  transform: rotate(90deg);
  background: #FFF;
  z-index: 5;
  padding-right: 30pxw;
}
#top .sec01 .wrap{
  width: 950px;
  padding-left:150px;
  position: relative;
}
#top .sec01 .wrap figure{
  width: 440px;
  position: absolute;
  bottom: -35px;
  right: -20px;
}
#top .sec01 .wrap h4{
  font-size: 34px;
  margin-bottom: 25px;
}
#top .sec01 .wrap h4 span{
  font-size: 34px;
}

#top .sec01 .wrap:after{
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #E2E2E2;
  position: absolute;
  top: 0;
  left: 35px;
  z-index: 0;
}
#top .sec01 .wrap p{
  font-size: 16px;
  line-height:36px;
  padding-bottom:30px;
}
#top .sec01 .wrap p.short{
  width: 500px;
  padding-bottom: 50px;
}
#top .sec01 .wrap h5{
  font-size: 24px;
  padding-bottom: 25px;
}

div.vid_contents {
    width: 1000px;/*背景色を横幅いっぱいに広げる*/
    height: 562px;
    text-align: center;
    margin:0 auto 150px;
}
div.vid_contents video{
  width: 100%;
}



/*#top .sec04{
  width:1280px;
  background: #F4F4F4;
  font-size: 0;
  margin:0 auto 150px;
  box-sizing: border-box;
}
#top .sec04 .left,
#top .sec04 .right{
  display: inline-block;
  vertical-align: middle;
}

#top .sec04 .left{ width:59.9%; }
#top .sec04 .right{ width:40%; }

#top .sec04 .left .wrap{
  box-sizing: border-box;
  padding: 50px 100px;
}
#top .sec04 .left .wrap h5{
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
#top .sec04 .left .wrap h2{
  font-size: 46px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
#top .sec04 .left .wrap h4{
  font-size: 20px;
  text-align: center;
  margin-bottom:25px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
#top .sec04 .left .wrap h3{
  border-top: 2px solid #000;
  font-size: 22px;
  text-align: center;
  border-bottom: 2px solid #000;
  padding: 15px 0;
  margin-bottom: 30px;
}
#top .sec04 .left .wrap p{
  font-size: 16px;
  line-height:28px;
  margin-bottom: 40px;
}

#top .sec04 .left .wrap .btn_area a.black{
  width: 100%;
  line-height: 50px;
  background: #000;
  font-size: 20px;
  color: #FFF;
  display: block;
  text-align: center;
  border-radius: 25px;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}

#top .sec04 .right figure{
  width: 100%;
  height: 0;
  padding-bottom: 141.3%;
  background: url(../images/poster.jpg) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}*/


#top .event_snap{
  background:#F4F4F4;
  padding: 100px 0;
  margin: 0 auto 100px;
  text-align: center;
}
#top .event_snap h2{
  font-size:54px;
  color:#101010;
  margin-bottom:50px;
}
#top .event_snap ul{
  display: flex;
  flex-wrap: wrap;
   justify-content:center;
}
#top .event_snap ul li{
  width:33%;
}

#top .event_snap ul li figure{
  margin: 0 auto 20px;
  transition: all ease 0.2s;
}
#top .event_snap ul li dl dt{
  font-size: 24px;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  color:#101010;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
#top .event_snap ul li dl dd{
  font-size:14px;
  line-height: 24px;
  font-family: "din-2014", sans-serif;
  font-weight: 500;
  color:#101010;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
#top .event_snap ul li .icon{
  font-size: 12px;
  border-radius: 10px;
  padding: 8px 15px;
  color: #FFF;
  display: inline-block;
}
#top .event_snap ul li .icon.red{
  background: #EB9494;
}
#top .event_snap ul li .icon.blue{
  background: #6FB1D9;
}





#top .dealer{
  width:1280px;
  margin: 0 auto 100px;
  text-align: center;
}
#top .dealer h2{
  font-size:54px;
  color:#101010;
  margin-bottom: 80px;
}
#top .dealer ul{
  display: flex;
  flex-wrap: wrap;
   justify-content:center;
}
#top .dealer ul li{
  width:250px;
  margin-right: 50px;
}
#top .dealer ul li:last-child{
  margin-right: 0;
}

#top .dealer ul li a figure{
  width:160px;
  margin: 0 auto 20px;
  transition: all ease 0.2s;
}


#top .dealer ul li a:hover figure{
  opacity: 0.8;
}


#top .dealer ul li dl dt{
  font-size: 24px;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  color:#101010;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
}
#top .dealer ul li dl dd{
  font-size:14px;
  line-height: 24px;
  font-family: "din-2014", sans-serif;
  font-weight: 500;
  color:#101010;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}



/*PRODUCT*/

#product .mv{
  width: 100%;
  height: 0;
  padding-bottom:44%;
  background: url(../images/product_mv.jpg) no-repeat center;
  background-size: cover;
  display: block;
  position: relative;
}
#product .mv h3{
  font-size: 60px;
  color: #FFF;
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
}

#product .sec01{
  position: relative;
  padding: 100px 0 150px;
}
#product .sec01 h3{
  font-size: 60px;
  color:#101010;
  text-align: center;
  margin-bottom: 50px;
}
#product .sec01 p{
  font-size: 16px;
  text-align: center;
  margin-bottom: 100px;
}
#product .sec01 ul{
  width:1100px;
  margin: 0 auto;
  font-size: 0;
}
#product .sec01 ul li{
  width: 300px;
  display: inline-block;
  padding-right:100px;
  padding-bottom: 100px;
}
#product .sec01 ul li:nth-child(3n){
  padding-right: 0;
}
#product .sec01 ul li a dl dt{
  width: 300px;
  height: 300px;
  overflow: hidden;
  border-radius:3px;
  margin-bottom: 20px;
}
#product .sec01 ul li a dl dd{
  font-size: 16px;
  text-align: center;
}

#product .sec01 ul li a dl dt img{
  transition: all 0.3s ease;
}
#product .sec01 ul li a:hover dl dt img{
  transform: scale(1.1);
}



#company .page_cover{
  background: linear-gradient(#E34242,#E25050);
  margin-top: 130px;
  padding-bottom: 100px;
}
#company .page_cover2{
  background: linear-gradient(#E34242,#E25050);
  padding-bottom: 100px;
}

#company .page_cover h2{
  font-size: 60px;
  color: #FFF;
  text-align: center;
  padding: 50px 0;
}

#company .sec02{
  width: 1100px;
  margin: 0 auto 100px;
  background: #FFF;
  border-radius:80px;
  padding: 80px 0;
}
#company .sec02 .inner{
  width: 900px;
  margin: 0 auto;
}
#company .sec02 .inner h3{
  font-size: 40px;
  margin-bottom: 30px;
}

#company .sec02 .inner .block{
  padding-left: 180px;
  position: relative;
  padding-top:10px;
  padding-bottom:80px;
}
#company .sec02 .inner .block.end{
  padding-bottom: 0;
}
#company .sec02 .inner .block.onegyo{
  padding-bottom: 100px;
  padding-top: 35px;
} 
#company .sec02 .inner .block.twogyo{
  padding-bottom: 100px;
  padding-top: 25px;
} 
#company .sec02 .inner .block:after{
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50px;
  content: "";
  display: block;
  background: #000;
}

#company .sec02 .inner .block figure{
  font-size:25px;
  width: 99px;
  line-height: 99px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
  border: 1px solid #000;
  z-index: 20;
  box-sizing: border-box;
  border-radius:50%;
  font-family: "din-2014", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  box-sizing: border-box;
}
#company .sec02 .inner .block p{
  font-size: 14px;
  line-height: 28px;
}
#company .sec02 .inner .block p a{
  text-decoration: underline;
  color: #E34242;
}

#company .story{
  overflow: hidden;
  background: url(../images/sec02_bg.jpg) center no-repeat;
  background-size: cover;
  position: relative;
}
#company .story h3{
  font-size: 420px;
  color:rgba(255, 255, 255, 0.2);
  position: absolute;
  top:325px;
  left:-500px;
  transform: rotate(90deg);
  z-index: 5;
  letter-spacing: -0.01em;
}
#company .story .wrap{
  width: 990px;
  margin: 0 auto;
  position: relative;
  padding: 100px;
}
#company .story .wrap p{
  padding-left:150px;
  font-size: 16px;
  line-height:28px;
  color: #FFF;
}


#company figure img{
  vertical-align: bottom;
}

#company .sec01{
  width: calc(100% - 95px);
  min-width: 1200px;
  background: #FFF;
  padding: 80px 0 100px;
  border-radius: 0 0 80px 0;
  margin-bottom: 150px;
}

#company .sec01 .wrap{
  width: 1000px;
  margin: 0 auto;
  padding-left:100px;
  padding-right:50px;
  box-sizing: border-box;
  position: relative;
}
#company .sec01 .wrap h3{
  font-size: 40px;
  margin-bottom:50px;
}
#company .sec01 .wrap h4{
  font-size: 34px;
  margin-bottom: 25px;
}
#company .sec01 .wrap h4 span{
  font-size: 34px;
}
#company .sec01 .wrap p{
  font-size: 16px;
  line-height:36px;
  padding-bottom:40px;
}
#company .sec01 .wrap p.short{
  width: 500px;
  padding-bottom: 50px;
}

#company .sec01 .wrap h5{
  font-size: 24px;
  padding-bottom: 25px;
  position: relative;
  margin-top: 45px;
}
#company .sec01 .wrap h5:after{
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #E2E2E2;
  position: absolute;
  top: -50px;
  left:0;
  z-index: 0;
}
#company .sec01 .wrap h4{
  font-size: 30px;
  margin-bottom: 40px;
}
#company .sec01 .wrap p{
  font-size: 16px;
  line-height: 32px;
  padding-bottom: 20px;
}
#company .sec01 .wrap p.short{
  width: 500px;
}


#company .sec03{
  width: 1100px;
  margin: 0 auto;
  background: #FFF;
  border-radius:80px;
  padding: 80px 0 150px;
}
#company .sec03 h3{
  font-size: 40px;
  margin-bottom: 30px;
}

#company .sec03 .wrap ul li{
  border-bottom: 1px solid #101010;
  padding: 15px 0;
}
#company .sec03 .wrap ul li:last-child{
  border-bottom: none;
}
#company .sec03 .wrap ul li dl{
  font-size: 0;
  vertical-align: top;
}
#company .sec03 .wrap ul li dl dt,
#company .sec03 .wrap ul li dl dd{
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 28px;
}
#company .sec03 .wrap ul li dl dt{
  width: 180px;
  text-indent: 15px;
}
#company .sec03 .wrap ul li dl dd{
  width:830px;
  padding:0 0 0 70px;
}



#product_syosai .mv{
  width: 100%;
  height: 0;
  padding-bottom:55%;
  background: #FFF;
  margin-top: 130px;
  position: relative;
}

#product_syosai .mv .imgSlider{
  width: 55%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
#product_syosai .mv .imgSlider .swiper-pagination{
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

#product_syosai .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  margin: 8px;
  background: #FFF;
  border: 1px solid #151515;
  opacity: 1;
}

#product_syosai .swiper-pagination-bullet-active{
  background: #151515;
}

#product_syosai .mv .detail{
  margin-left: 55%;
  width: 45%;
  height: 0;
  padding-bottom:55%;
  position: relative;
}

/*カラバリエイション*/

/*赤色*/

#product_syosai .mv .detail.red_e73{
  background: #E34242;
}

#product_syosai .mv .detail.blue_m25{
  background: #007eb6;
}

#product_syosai .mv .detail.saxgold_s46{
  background: #f8ab1f;
}
#product_syosai .mv .detail.silver_74a{
  background: #ebeff2;
}
#product_syosai .mv .detail.milk_68a{
  background: #c79f82;
}
#product_syosai .mv .detail.shiny_pink{
  background: #f77878;
}
#product_syosai .mv .detail.botanical_green{
  background: #3e8759;
}
#product_syosai .mv .detail.sexy_violet{
  background: #cf0de9;
}
#product_syosai .mv .detail.black{
  background: #151515;
}
#product_syosai .mv .detail.steelblue{
  background: #74abc0;
}
#product_syosai .mv .detail.chocolatebrown{
  background: #996457;
}
#product_syosai .mv .detail.concretegray{
  background: #a7a7a7;
}
#product_syosai .mv .detail.champagnegold{
  background: #cda979;
}
#product_syosai .mv .detail.blessingblue{
  background: #93ebee;
}


#product_syosai .mv .detail.mojiwhite .wrap h4,
#product_syosai .mv .detail.mojiwhite .wrap h2,
#product_syosai .mv .detail.mojiwhite .wrap p{
  color: #FFF;
}

#product_syosai .mv .detail .wrap h3{
  color: rgba(0, 0, 0, 0.2);
  mix-blend-mode: multiply;
}
#product_syosai .mv .detail.mojiwhite .wrap h3{
  color: rgba(255,255,255, 0.5);
}

#product_syosai .mv .detail .wrap{
    width: 60%;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#product_syosai .mv .detail .wrap h4{
  font-size: 16px;
  margin-bottom: 25px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
#product_syosai .mv .detail .wrap h2{
  font-size: 36px;
  margin-bottom: 25px;
}
#product_syosai .mv .detail .wrap h3{
  font-size: 16px;
  margin-bottom:50px;
/*  color: #A7A7A7;*/
}
#product_syosai .mv .detail .wrap p{
  font-size: 15px;
  line-height:28px;
  letter-spacing: 0.02em;
  margin-bottom: 50px;
}
#product_syosai .mv .detail .wrap .btn{
  width: 90%;
  border: 4px solid #333;
  box-sizing: border-box;
  border-radius: 40px;
}
#product_syosai .mv .detail.mojiwhite .wrap .btn{
  width: 90%;
  border: 4px solid #FFF;
  box-sizing: border-box;
  border-radius: 40px;
}

#product_syosai .mv .detail .wrap .btn a{
  width: 100%;
  background: url(../images/product_youtube_icon_bk.svg) no-repeat left 30px center;
  background-size: 42px;
  display: block;
  text-align: left;
  color: #333;
  line-height: 80px;
  font-size:20px;
  padding-left: 110px;
  box-sizing: border-box;
}
#product_syosai .mv .detail.mojiwhite .wrap .btn a{
  background: url(../images/product_youtube_icon.svg) no-repeat left 30px center;
  color: #FFF;
}




#product_syosai .sec01{
  padding: 150px 0 150px;
}
#product_syosai .sec01 .wrap{
  width: 1100px;
  margin: 0 auto;
}

#product_syosai .sec01 .concept{
  padding-bottom: 50px;
}
#product_syosai .sec01 .concept .left{
  width: 460px;
  float: left;
  margin-right: 80px;
  font-size: 18px;
  line-height: 40px;
}
#product_syosai .sec01 .concept .right{
  width: 500px;
  float: right;
  text-align: center;
}


#product_syosai .sec01 .wrap .award{
  border-top: 1px solid #CECECE;
  padding-top: 80px;
}

#product_syosai .sec01 .wrap .award .left{
  width:236px;
  float: left;
}
#product_syosai .sec01 .wrap .award .right{
  width:765px;
  float: right;
}
#product_syosai .sec01 .wrap .award .right dl{
  width:360px;
  float: left;
}
#product_syosai .sec01 .wrap .award .right dl:first-child{
  padding-right:45px;
}

#product_syosai .sec01 .wrap .award .right dl dt{
  font-size: 24px;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
}
#product_syosai .sec01 .wrap .award .right dl dd{
  font-size: 14px;
  line-height: 28px;
}







#product_syosai .sec02 .swiper{
  position: relative;
}
/* スライド全体 */
#product_syosai .sec02 .swiper-slide{
  width:300px;
  height:354px;
  background: #FFF;
  font-size: 0;
  overflow: hidden;
  border-radius: 70px;
}

#product_syosai .sec02 .mvSwiper{
  margin-bottom:80px;
}


#product_syosai .sec02 .wrap{
  width: 1100px;
  margin: 0 auto 100px;
}
#product_syosai .sec02 .wrap .left{
  width: 300px;
  margin-right: 80px;
  float: left;
}
#product_syosai .sec02 .wrap .left h3{
  font-size: 40px;
  margin-bottom: 30px;
}
#product_syosai .sec02 .wrap .left .btn{
  background: linear-gradient(#89D89E, #40B4C4);
  border-radius: 40px;
}

#product_syosai .sec02 .wrap .left .btn a{
  width: 100%;
  background: url(../images/product_youtube_icon.svg) no-repeat left 30px center;
  background-size: 42px;
  display: block;
  text-align: left;
  color: #FFF;
  line-height: 80px;
  font-size:20px;
  padding-left: 110px;
  box-sizing: border-box;
}
#product_syosai .sec02 .wrap .right{
  width: 720px;
  float: left;
  font-size: 16px;
  line-height: 32px;
}



#product_syosai .sec03{
  padding: 100px 0;
  margin-bottom: 100px;
  background: linear-gradient(#E34242, #ec6161);
}


#product_syosai .sec03 .wrap{
  width: 1100px;
  margin: 0 auto;
}

#product_syosai .sec03 .wrap h3{
  font-size: 24px;
  line-height:50px;
  margin-bottom: 30px;
  color: #FFF;
  text-align: center;
  letter-spacing: 0.02em;
}
#product_syosai .sec03 .wrap ul.feature{
  font-size: 0;
}
#product_syosai .sec03 .wrap ul.feature li{
  width: 520px;
  height: 300px;
  display: inline-block;
  vertical-align: top;
  border-radius: 20px;
  background: #FFF;
  margin-right: 60px;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 20px 40px 0 80px;
}
#product_syosai .sec03 .wrap ul.feature li:nth-child(2n){
  margin-right: 0;
}

#product_syosai .sec03 .wrap ul.feature li figure{
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 100px;
  position: absolute;
  bottom: -20px;
  left: 20px;
}

#product_syosai .sec03 .wrap ul.feature li h4{
  font-size: 30px;
  transform: rotate(90deg);
  position: absolute;
  top: 60px;
  left: -15px;
  opacity: 0.5;

}

#product_syosai .sec03 .wrap ul.feature li:nth-child(1) figure,
#product_syosai .sec03 .wrap ul.feature li:nth-child(2) figure,
#product_syosai .sec03 .wrap ul.feature li:nth-child(1) h4,
#product_syosai .sec03 .wrap ul.feature li:nth-child(2) h4{
  color:#E34242;
}
#product_syosai .sec03 .wrap ul.feature li:nth-child(3) figure,
#product_syosai .sec03 .wrap ul.feature li:nth-child(4) figure,
#product_syosai .sec03 .wrap ul.feature li:nth-child(3) h4,
#product_syosai .sec03 .wrap ul.feature li:nth-child(4) h4{
  color:#ec6161;
}

#product_syosai .sec03 .wrap ul.feature li h5{
  font-size: 20px;
  line-height:32px;
  margin-bottom:10px;
}
#product_syosai .sec03 .wrap ul.feature li p{
  font-size:13px;
  line-height: 24px;
}




#product_syosai .sec03 .wrap .caption{
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding:30px 50px;
  vertical-align: top;
}
#product_syosai .sec03 .wrap .caption h6{
  color: #FFF;
  font-size:30px;
  line-height: 40px;
  display: inline-block;
  width: 190px;
  vertical-align: top;
  font-weight: 300;
  letter-spacing: 0.02em;
}
#product_syosai .sec03 .wrap .caption ul{
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 60px;
}
#product_syosai .sec03 .wrap .caption ul li{
  color: #FFF;
  font-size: 14px;
  line-height: 28px;
}


#product_syosai .sec04 .wrap{
  width: 1100px;
  margin: 0 auto;
}
#product_syosai .sec04 .wrap h3{
  font-size: 30px;
  margin-bottom: 20px;
}
#product_syosai .sec04 .wrap ul{
  border-top: 3px solid #101010;
  border-bottom: 3px solid #101010;
}

#product_syosai .sec04 .wrap ul li{
  border-bottom: 1px solid #101010;
  padding: 20px 0;

}
#product_syosai .sec04 .wrap ul li dl{
  font-size: 0;
  vertical-align: top;
}
#product_syosai .sec04 .wrap ul li dl dt,
#product_syosai .sec04 .wrap ul li dl dd{
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 28px;
}
#product_syosai .sec04 .wrap ul li dl dt{
  width: 200px;
  text-indent: 15px;
}
#product_syosai .sec04 .wrap ul li dl dd{
  width:830px;
  padding:0 0 0 70px;
}
#product_syosai .sec04 .wrap ul li dl dd h5{
  font-size: 15px;
  padding-bottom:5px;
}
#product_syosai .sec04 .wrap ul li dl dd p{
  font-size: 13px;
  line-height: 28px;
  padding-bottom: 20px;
}
#product_syosai .sec04 .wrap ul li dl dd p:last-child{
  padding-bottom: 0;
}

#product_syosai .sec04 .wrap ul li:last-child{
  border-bottom:none;
}






#product_syosai .sec05{
  position: relative;
  padding: 100px 0 150px;
}
#product_syosai .sec05 h3{
  font-size: 60px;
  color:#101010;
  text-align: center;
  margin-bottom: 50px;
}
#product_syosai .sec05 p{
  font-size: 16px;
  text-align: center;
  margin-bottom: 100px;
}
#product_syosai .sec05 ul{
  width:1100px;
  margin: 0 auto;
  font-size: 0;
}
#product_syosai .sec05 ul li{
  width: 300px;
  display: inline-block;
  padding-right:100px;
  padding-bottom: 100px;
}
#product_syosai .sec05 ul li:nth-child(3n){
  padding-right: 0;
}
#product_syosai .sec05 ul li a dl dt{
  width: 300px;
  height: 300px;
  overflow: hidden;
  border-radius:3px;
  margin-bottom: 20px;
}
#product_syosai .sec05 ul li a dl dd{
  font-size: 16px;
  text-align: center;
}

#product_syosai .sec05 ul li a dl dt img{
  transition: all 0.3s ease;
}
#product_syosai .sec05 ul li a:hover dl dt img{
  transform: scale(1.1);
}


#event_report .mv{
  margin-top: 120px;
  background: url(../event_snap/images/event_repo_mv_20230411.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-bottom: 22.6%;
  margin-bottom: 100px;
  text-align: center;
  padding-top: 50px;
  position:relative ;
}
#event_report .mv.la{
  background: url(../event_snap/images/event_repo_mv_20230623.jpg) no-repeat center;
  background-size: cover;
}


#event_report .mv .title{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);

}
#event_report .mv h3{
  font-size: 74px;
  color: #FFF;
  text-align: center;
  display: inline-block;
  border-bottom: 2px solid #FFF;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#event_report .mv h4{
  font-size: 34px;
  color: #FFF;
  padding-bottom: 15px;
}
#event_report .mv h5{
  font-size: 22px;
  color: #FFF;
}

#event_report .mv .icon{
  font-size: 12px;
  background: #FFF;
  color: #000;
  display: inline-block;
  padding:10px 20px;
  border-radius: 20px;
  margin-top: 20px;
}



#event_report .sec01{
  width: 1100px;
  margin: 0 auto 100px;
}
#event_report .sec01 ul{
  display: flex;
  flex-wrap: wrap;
}
#event_report .sec01 ul li{
  width: 200px;
  margin-right: 25px;
  margin-bottom: 25px;
}
#event_report .sec01 ul li:nth-child(5n){
  margin-right: 0;
}

.modaal-image .modaal-container {
    width: auto !important;
    max-width: 70% !important;
}





