@charset "UTF-8";

/*
Theme Name: ORIGINAL
*/


* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  text-rendering:optimizeLegibility;
}

ul, li{
  list-style:none;
}

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

::selection {
  background-color: #000;
  color:#fff;
}

a{
  text-decoration:none;
  color: #000;
}



.text_border{
  text-decoration:underline;
}


.font_bold{
  font-weight:bold;
}


.font12{
  font-size:12pt;
}


.font13{
  font-size:13pt;
}


.font14{
  font-size:14pt;
}

.font15{
  font-size:15pt;
}

.font16{
  font-size:16pt;
}

.font17{
  font-size:17pt;
}

.font18{
  font-size:18pt;
}

.font19{
  font-size:19pt;
}

.font20{
  font-size:20pt;
}

p{
  font-size:10pt;
  letter-spacing:1px;
  font-feature-settings: "palt";
}


.clear{
  clear: both;
}


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







body {
  color: #000;
  line-height:150%;
  font-family: Roboto, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;

  overflow-x: hidden;
  background:#fff;
}




#footer .footer_inner{
  padding: 0 80px;
  overflow:hidden;
}




.footer_copy{
 display:inline-block;
}


#footer .footer_copy p{
 font-size:9pt;
  letter-spacing:0;
}

.footer_info01{
  display:inline-block;
  margin-left:40px;
}

.footer_info02{
  display:inline-block;
  margin-left:40px;
}

.footer_info01 p, .footer_info02 p{
  font-size:9pt;
  letter-spacing:0;
}


.footer_insta{
  float:right;
  margin-top: 42px;
}

.footer_insta a{
  width:24px;
  display: block;
}


#side_menu{
  position:fixed;
  z-index:9999;
  right:60px;
  top:10px;
}

.sub_grand_menu{
  background:#000;
  position:absolute;
  width: 50px;
  -webkit-transition: 1s cubic-bezier(0.78, .18, .34, .98);
  -moz-transition: 1s cubic-bezier(0.78, .18, .34, .98);
  -ms-transition: 1s cubic-bezier(0.78, .18, .34, .98);
  -o-transition: 1s cubic-bezier(0.78, .18, .34, .98);
  transition: 1s cubic-bezier(0.78, .18, .34, .98);
}


.sub_grand_menu.sub_grand_menu_ani{
  position:fixed;
  top:0px;
  -webkit-transition: 1s cubic-bezier(0.78, .18, .34, .98);
  -moz-transition: 1s cubic-bezier(0.78, .18, .34, .98);
  -ms-transition: 1s cubic-bezier(0.78, .18, .34, .98);
  -o-transition: 1s cubic-bezier(0.78, .18, .34, .98);
  transition: 1s cubic-bezier(0.78, .18, .34, .98);
}


.sub_grand_menu .button-navi-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1px;
  margin: 0px 0 0 -10px;
  background: transparent;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.sub_grand_menu .button-navi-icon:after, .sub_grand_menu .button-navi-icon:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.sub_grand_menu .button-navi-icon:before {
  margin-top: -3px;
}

.sub_grand_menu .button-navi-icon:after {
  margin-top: 2px;
}


.sub_grand_menu .button-navi-icon.close:after, .sub_grand_menu .button-navi-icon.close:before {
  background: #fff;
}







.sub_grand_menu_top{
  padding: 24px 0px;
  overflow:hidden;
}



.sub_grand_menu_top .sub_menu ul li{
  display: inline-block;
  padding:0 20px;
}




.sub_grand_menu .button-navi-icon.close:before, .sub_grand_menu .button-navi-icon.close:after {
  margin-top: 0;
}

.sub_grand_menu .button-navi-icon.close:after {
  margin-left: 0px;
}


.button-navi-icon.close:after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button-navi-icon.close:before {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


.button-navi-icon.close {
  background: transparent;
}



.button-close{
  position:absolute;
  padding: 24px 0px;
  width: 38px;
  top: 0;
  z-index:-9999;
}



#menu_index{
  position:fixed;
  top: 0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,.9);
  z-index: 9998;
}



.menu_index_inner .logo{
  text-align: center;
  margin-top:60px;
}

.menu_index_inner .logo p{
  display:inline-block;
}


.menu_index_inner{
  width: auto;
  height: 100%;
  overflow: scroll;
  margin: 0 auto;
  position: relative;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  margin-top: -162px;
  display: inline-block;
}

.menu_index_sp{
  margin-top: 150px;
}


.menu_index_inner ul{
  overflow:hidden;
}



.gra_list{
  display:inline-block;
  vertical-align: top;
}


.gra_list ul li{
  margin-bottom:30px;
}

.gra_list ul li a {
  color: #fff;
  font-size:16pt;
  letter-spacing:3px;
  font-family: aktiv-grotesk-condensed, sans-serif;
}


.gra_list ul li a span.gra_jp {
  font-size: 9pt;
  margin-left:10px;
  letter-spacing:0px;
  font-family: Roboto, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
}


.gra_info{
  display:inline-block;
  vertical-align: top;
  margin-left:50px;
  margin-top:5px;
}

.gra_info_box{
  margin-bottom:30px;
}

.gra_info_box ul li p{
  color:#fff;
}

.gra_info_box ul li p a{
  color:#fff;
}

.gra_info_box ul li.title p{
  font-size:10pt;
  font-weight: bold;
}

.gra_info_box ul li.note{
  margin-top:15px;
}

.gra_info_box ul li.note p{
  font-size: 10pt;
}



.top_slide {
  position:relative;
  top:0;
  overflow: hidden;
  width: 100%;
  height:100%;
  background-color: #999;
  border:20px solid #fff;
}




.side_menu_sns{
  position:absolute;
  top:90px;
}

.side_menu_sns ul{
text-align:center;
  padding: 0 20px;
}

.side_menu_sns ul li{
  width:20px;
  margin-bottom:10px;
  display:inline-block;
}


.side_menu_copy{
  position:absolute;
  top:50%;
  margin-top:-80px;
  margin-left:25px;
}





.top_logo{
  position: absolute;
  z-index: 9996;
  top: 50%;
  left: 50%;
  margin-top: -80px;
  margin-left: -50px;
}

.top_logo p{
width:100px;
}


.top_scroll {
  position: absolute;
  z-index:999;
  bottom: 70px;
  right: 35px;
  text-align: center;
}


.scrol_line {
  height:80px;
  width:2px;
  margin-bottom:16px;
  overflow:hidden;
  z-index: 999;
  position: relative;
  display: inline-block;
}



.scrol_line:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0px;
  width: 1px;
  height: 100%;
  background: #000;
  background-size: 100%;
  -webkit-animation: lineAnime 2s ease-in-out infinite;
  animation: lineAnime 2s ease-in-out infinite;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


@keyframes lineAnime {
  0% {
transform: translateY(-100%); }
100% {
transform: translateY(100%); } 
}


.scrol_text p{
  font-size:8pt;
  color: #000;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}





.top_info{
  position:absolute;
  bottom:50px;
  left:50px;
  z-index:999;
}


.top_info p{
  color:#fff;
}

.top_info a{
  color:#fff;
}


.top_info_bottom a{
  display: block;
  margin-top:30px;
  padding:2px 55px;
  border:1px solid #fff;
  color:#fff;
  text-align:center;
  font-size:10pt;
  -webkit-transition: .4s cubic-bezier(0.78, .18, .34, .98);
  -moz-transition: .4s cubic-bezier(0.78, .18, .34, .98);
  -ms-transition: .4s cubic-bezier(0.78, .18, .34, .98);
  -o-transition: .4s cubic-bezier(0.78, .18, .34, .98);
  transition: .4s cubic-bezier(0.78, .18, .34, .98);
}

.top_info_bottom a:hover{
    color:#000;
  background:#fff;
  -webkit-transition: .4s cubic-bezier(0.78, .18, .34, .98);
  -moz-transition: .4s cubic-bezier(0.78, .18, .34, .98);
  -ms-transition: .4s cubic-bezier(0.78, .18, .34, .98);
  -o-transition: .4s cubic-bezier(0.78, .18, .34, .98);
  transition: .4s cubic-bezier(0.78, .18, .34, .98);
  
}



















.section{
  padding: 60px 0px;
  position: relative;
}

#top_news_section.section{
  padding: 120px 0px 120px 25%;
}



.view_button{
  margin-top:40px;
  display:inline-block;
  width: 100%;
}

.view_button a{
  padding:15px 0px;
  max-width: 285px;
  width:100%;
  text-align:center;
  border:1px solid #000;
  background:#000;
  color:#fff;
  font-size:9pt;
  display: inline-block;
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 500;
  letter-spacing:2px;
  -webkit-transition: .4s cubic-bezier(0.78, .18, .34, .98);
  -moz-transition: .4s cubic-bezier(0.78, .18, .34, .98);
  -ms-transition: .4s cubic-bezier(0.78, .18, .34, .98);
  -o-transition: .4s cubic-bezier(0.78, .18, .34, .98);
  transition: .4s cubic-bezier(0.78, .18, .34, .98);
}

.view_button a:hover{
  border:1px solid #000;
  background: transparent;
  color:#000;
  -webkit-transition: .4s cubic-bezier(0.78, .18, .34, .98);
  -moz-transition: .4s cubic-bezier(0.78, .18, .34, .98);
  -ms-transition: .4s cubic-bezier(0.78, .18, .34, .98);
  -o-transition: .4s cubic-bezier(0.78, .18, .34, .98);
  transition: .4s cubic-bezier(0.78, .18, .34, .98);
}

.top_produce_detail .view_button a:hover{
  border: 1px solid #fff;
  background: #000;
  color: #fff;
  -webkit-transition: .4s cubic-bezier(0.78, .18, .34, .98);
  -moz-transition: .4s cubic-bezier(0.78, .18, .34, .98);
  -ms-transition: .4s cubic-bezier(0.78, .18, .34, .98);
  -o-transition: .4s cubic-bezier(0.78, .18, .34, .98);
  transition: .4s cubic-bezier(0.78, .18, .34, .98);
}




.main_title ul{
  position:relative;
}

.main_title ul li{
  display:inline-block;
  vertical-align: top;
  text-align: left;
}

.main_title .title p{
  font-size:20pt;
  letter-spacing:3px;
  font-family: aktiv-grotesk-condensed, sans-serif;
}

.main_title .title p span.title_jp{
  font-size: 8pt;
  margin-top:10px;
  display: block;
  font-family: aktiv-grotesk-condensed, sans-serif;
}

.main_title .number {
  vertical-align: middle;
}

.main_title .number p{
  font-size:11pt;
  font-family: minion-pro, serif;
}

.main_title .line{
  background:#ccc;
}

.main_title.type01 .line{
  vertical-align: middle;
  margin:0 20px;
  width:200px;
  height:1px;
}


.main_title.type02 .line{
  width:1px;
  height:200px;
  position: absolute;
  left: 0px;
  top: -220px;
}


.main_title.type02 .number {
  position: absolute;
  left: -8px;
  top: -250px;
}




.right_side{
  height: 100%;
  right:0;
  top:0;
  position:absolute;
  z-index: -9;
}



.bg_white{
  background:#fff;
}

.bg_black{
  background:#000;
}

.bg_glay_gra{
background: rgb(238,238,238);
background: -moz-linear-gradient(0deg, rgba(238,238,238,1) 0%, rgba(189,195,201,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(238,238,238,1) 0%, rgba(189,195,201,1) 100%);
background: linear-gradient(0deg, rgba(238,238,238,1) 0%, rgba(189,195,201,1) 100%);
}









#top_news_section .main_title{
  position: absolute;
  top: 0px;
  left: -160px;
}



.top_news_index{
  position:relative;
  width:100%;
  background: #f7f8f8;
  padding:140px 100px;
}


.top_news_list{
  width: 100%;
  display: inline-block;
}

.top_news_box{
  margin-bottom:30px;
}

.top_news_box:last-child{
  margin-bottom:0px;
}

.top_news_box .date p{
  font-size: 10pt;
  color: #000;
  font-family: aktiv-grotesk-condensed, sans-serif;
 font-weight:500;
}

.top_news_box .title{
  margin-top:10px;
  
}

.top_news_box .title a{
  font-size: 10pt;
  color: #000;
}








.main_title{
  margin-bottom: 30px;
}





.content_index{
overflow:hidden;
}




.left_box{
  float:left;
}

.img_box{
  width:50%;
}

.right_box{
  float:right;
}



.text_box{
  width:50%;
  padding: 0 80px;
}


#top_concept_section .img_box {
  margin-top:90px;
}

#top_brand_section .img_box {
  margin-top:90px;
}

#top_wishing_section .img_box {
  margin-top:90px;
}


.text_box .note p{
  font-size: 9pt;
  line-height: 180%;
}



#top_brand_section .img_box{
  width:70%;
}

#top_brand_section .text_box{
  width:30%;
}








.access_detail{
  padding :0 80px;
}


.top_map{
  margin-top:40px;
}



.access_detail a{
  text-decoration:underline;
}








#top_maincopy_section{
  margin-top: 50px;
  margin-bottom: 50px;
  padding:140px 0;
  background-size: cover;
  background-attachment: fixed; 
  background-image:url(images/top_maincopy_p.jpg);
}

#top_maincopy_section:after{
  content:"";
  position:absolute;
  top:0;
  left:0;
  background:rgba(0,0,0,.2);
  width: 100%;
  height: 100%;
}




.top_maincopy_detail p{
 text-align:center; 
  color:#fff;
}


.top_maincopy_detail{
  position:relative;
  z-index:999;
}























#top_access_section .top_map{
  width:100%;
  height:380px;
}


#top_access_section .top_map iframe{
  width:100%;
  height:100%;
}


.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 999999;
  opacity: 1;
  background: #fff;
}



.loader
{
  position: absolute;
  display: inline-block;
  top:50%;
  left:50%;
  margin-left:-17px;
  margin-top:-30px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 1px solid #000;
  border-right-color: transparent;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
}


@-webkit-keyframes spin
{
0% { -webkit-transform: rotate(0deg); opacity: 0.4; }
50%  { -webkit-transform: rotate(180deg); opacity: 1; }
100%   { -webkit-transform: rotate(360deg); opacity: 0.4; }
}

@-moz-keyframes spin
{
0% { -moz-transform: rotate(0deg); opacity: 0.4; }
50%  { -moz-transform: rotate(180deg); opacity: 1; }
100%   { -moz-transform: rotate(360deg); opacity: 0.4; }
}















.p_anima_left{
  position:relative;
}


.p_anima_left:before{
  content:"";
  background:#000;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
}

.p_anima_left.active:before{
  width:0%;
  -webkit-transition: 1.2s cubic-bezier(0.78, .18, .34, .98);
  -moz-transition: 1.2s cubic-bezier(0.78, .18, .34, .98);
  -ms-transition: 1.2s cubic-bezier(0.78, .18, .34, .98);
  -o-transition: 1.2s cubic-bezier(0.78, .18, .34, .98);
  transition: 1.2s cubic-bezier(0.78, .18, .34, .98) ;
}



.p_anima_right{
  position:relative;
}


.p_anima_right:before{
  content:"";
  background:#000;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  right:0;
}

.p_anima_right.active:before{
  width:0%;
  -webkit-transition: 1.2s cubic-bezier(0.78, .18, .34, .98);
  -moz-transition: 1.2s cubic-bezier(0.78, .18, .34, .98);
  -ms-transition: 1.2s cubic-bezier(0.78, .18, .34, .98);
  -o-transition: 1.2s cubic-bezier(0.78, .18, .34, .98);
  transition: 1.2s cubic-bezier(0.78, .18, .34, .98) ;
}
























.sp_img{
  display:none;
}





@media screen and (max-width: 766px) {
  
  .sp_img{
  display:block!important;
}

.pc_img{
  display:none!important;
}


.menu_index_inner {
  width: auto;
  height: 100%;
  overflow: scroll;
  margin: 0 auto;
  position: relative;
  top:auto;
  left: auto;
  margin-left: 0px;
  margin-top: 70px;
  padding:0 40px;
  display: inline-block;
}

.gra_info {
  display: block;
  margin-left: 0px;
}

.gra_list {
  display: block;
}

.main_title.type02 .number {
  top: -160px;
}

.main_title.type02 .line {
  height: 100px;
  top: -120px;
}



.top_slide {
  position: absolute;
  top: auto;
  bottom:0;
  width: 100%;
  height: 100%;
}


.top_scroll {
  bottom: 65px;
  right: 20px;
}



.zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
  width: 30px!important;
}

.section {
  padding: 40px 0px 40px 40px;
  position: relative;
}


#top_news_section .main_title {
  position: static;
}

.top_news_index {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 40px 40px;
}



#top_news_section.section {
  padding: 0px 0px;
}


.img_box {
  width: 100%;
}

.text_box {
  margin-top:40px;
  width: 100%;
  padding: 0 40px 0 0;
}


#top_concept_section .img_box {
  margin-top: 0px;
}



#top_brand_section.section{
  padding: 0px 40px 40px 0px;
}

#top_brand_section .img_box {
  margin-top: 0px;
  width: 100%;
}



#top_brand_section .text_box {
  width: 100%;
  padding: 0 0 0 40px;
}

#top_wishing_section .img_box {
  margin-top: 0px;
}



#top_access_section.section{
  padding: 40px 0px 40px 0px;
}

.access_detail {
  padding: 0 80px 0 40px;
}


.access_detail a{
  display:block;
}



#footer .footer_inner {
  padding: 0 0px;
  overflow: hidden;
}


.footer_info01 {
  display:block;
  margin-left: 0px;
  margin-top:20px;
}

.footer_info02 {
  display:block;
  margin-left: 0px;
  margin-top:20px;
}

.footer_insta {
  float: none;
  margin-top: 42px;
}


.top_maincopy_detail{
  padding:0 40px;
}


#top_maincopy_section {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 140px 0;
  background-size: cover;
  background-attachment: fixed;
  background-image: url(images/top_maincopy_p_sp.jpg);
}

#top_maincopy_section {
  background-attachment: inherit;
}


}
























