/*font*/
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 100;
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 200;
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 300;
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 400;
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: bold;
}
@font-face {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 100;
}
@font-face {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 200;
}
/*! based on html5doctor.com Reset Stylesheet v1.6.1 Author: Richard Clark - http://richclarkdesign.com */
html {
    box-sizing: border-box;
}
*, ::before, ::after {
    box-sizing: inherit;
}
body {
    background: transparent;
    color: #000;
    line-height: 1;
    -webkit-text-size-adjust: 100%;
}
html[lang="ja"] body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
}
/* main elements group */
audio, canvas, progress, video {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
 *vertical-align: auto;
    zoom: 1;
 *display: inline;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
/* mv */
.mv_area{
}
.mv_list{
	width: 100%;
	display: block;
}
/*.mv_list .slick-list{
	padding:0 8% 0 0;
}*/
.mv_list li{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
    height: 100vh;
	margin: 0;
}
.mv_list li.mv01{
	background-image: url(/common/image/top/mv01.png);
}
.mv_list li.mv02{
	background-image: url(/common/image/top/mv02.png);
}
.mv_list li.mv03{
	background-image: url(/common/image/top/mv03.png);
}
.mv_list li.mv04{
    background-image: url(/common/image/top/mv04.png);
}
.mv_list li.mv05{
    background-image: url(/common/image/top/mv05.png);
}
.mv_list li.mv06{
    background-image: url(/common/image/top/mv06.png);
}
.mv_list .slick-prev{
    display: none!important;
}
.mv_list .slick-next{
    top: 0!important;
    width: 100%!important;
    height: 100%!important;
    background: none!important;
    -webkit-transform: translate(0)!important; 
    -ms-transform: translate(0)!important;
    transform: translate(0)!important; 
    cursor: pointer;
    right: 0!important;
}
.mv_list .slick-next:before{
    content: ''!important;
}
.mv_movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.award_list{
    position: absolute;
    bottom: 75px;
    right: 10px;
    width: 10%;
    margin: 0 auto;
}
.award_list li{}
.award_list .slick-slide {
    transition: all ease-in-out .3s;
/*    opacity: .2;*/
    margin: 10px;
}
.award_list .slick-current {
    opacity: 1;
}/*
.news_box{
	position: absolute;
    width: 30%;
    background: #fff;
    height: 25px;
    bottom: 42px;
    right: 0;
    border-left: solid 5px #f2f1ed;
    display: inline-block;
    overflow-y: hidden;
}
.news_box .news_txt{
    position: absolute;
    padding: 2px 5px 2px 10px;
    display: inline-block;
    letter-spacing: 0.05em;
    font-size: 13px;
    line-height: 1;
}*/
.award_sp{
    display: none;
}
/*slick setting*/

.award_list.slick-slider{
    position: absolute;
}
/*slick setting*/

.slick-prev:before,
.slick-next:before {
    color: #000;
}
.news_box{
    bottom: 30px!important;
}
.news_box .news_txt span.date{
	margin-right: 15px;
}

/* アニメーション */
.news_box .news_txt span.txts{
  animation: ShiftText 10s linear infinite;
}

@keyframes ShiftText{
  0%{
    opacity: 0;
  }

  1%,25%{
    top: 0;
    opacity: 1;
  }

  26%,50%{
    top: -1.5em;
  }

  51%,75%{
    top: -3em;
  }

  76%,100%{
    top: -4.5em;
  }
}

/*slick setting*/

.award_list.slick-slider{
	position: absolute;
}
/*slick setting*/

.slick-prev:before,
.slick-next:before {
    color: #000;
}
@media screen and (max-width: 1180px) {
.mv_list li{
    height: calc(100vh - 92px);
}
}

@media screen and (max-width: 1024px) {
/*mv_area*/
.mv_area .mv_area_in{
	width: 60%;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    right: auto;
    bottom: auto;
}
/*concept_area*/
.concept_area .concept_area_in{
	padding: 45px 30px 30px;
}
.concept_area .concept_area_in .head01{
	width: 295px;
    font-size: 35px;
    padding: 0 30px;
    text-align: center;
}
.concept_area .concept_area_in .head01 span{
	line-height: 0;
}
.concept_area .concept_area_in .txt{
	font-size: 15px;
}
/*story_area*/
.story_area{
	padding: 100px 20px 90px;
}
.story_area_in .story_box .txt p{
	font-size: 16px;
}
/*reason_area*/
.reason_area .reason_area_in{
	padding: 120px 20px 100px;
}
.reason_area .reason_area_in .txt_area .cap_txt{
	font-size: 16px;
	padding-bottom: 60px;
}
.reason_area .reason_area_in .reason_box .box .img .txt_area .ttl{
	font-size: 26px;
}
.reason_area .reason_area_in .reason_box .box .img .txt_area .txt{
	font-size: 16px;
}
.reason_area .reason_area_in .reason_box .box .txt02{
	font-size: 16px;
}
.reason_area .reason_area_in .reason_box .box .btn a{
	padding: 15px;
}
/*product_area*/
.product_area{
	padding: 80px 20px 120px;
}
.swiper-container .swiper-wrapper .swiper-slide{
	padding: 0 2%;
}
/*other*/
br.sp{
	display: block;
}
}
@media screen and (max-width: 768px) {
/*common*/
.mv_list li.mv01{
    background-image: url(/common/image/top/mv01_sp.png);
}
.mv_list li.mv02{
    background-image: url(/common/image/top/mv02_sp.png);
}
.mv_list li.mv03{
    background-image: url(/common/image/top/mv03_sp.png);
}
.mv_list li.mv04{
    background-image: url(/common/image/top/mv04_sp.png);
}
.mv_list li.mv05{
    background-image: url(/common/image/top/mv05_sp.png);
}
.mv_list li.mv06{
    background-image: url(/common/image/top/mv06_sp.png);
}
.news_box{
    width: 100%!important;
    bottom: 0!important;
}
.award_list.slick-initialized.slick-slider{
    display: none;
}
.award_sp{
    display: flex;
    position: absolute;
    bottom: 45px;
    right: 10px;
    width: 15%;
    margin: 0 auto;
}
.award_sp p{
    margin-right: 5%;
}
.award_sp p:last-child{
    margin-right: 0;
}
.award_sp img{
    width: 100%;
}
}