@charset "utf-8";
/* CSS Document */

.navbar-brand {
  background: url("img/atirom_logo_new.png") no-repeat left center;
  background-size: contain;
  height: 60px;
  width: 250px;
}


.top_bar{
	color: rgba(255,255,255,1);
	background-color: #000000;
	padding: 7px;
	text-align: center;
	font-family: "Roboto Condensed", Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, 'Open Sans', sans-serif;
	font-weight: 700;
}

.top_bar a{
	color: #ffffff;
	text-decoration:none;
}


.life-style_bar{
	color: rgba(255,255,255,1);
	background-color: #EB6100;
	padding: 30px;
	text-align: center;
	font-family: "Roboto Condensed", Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, 'Open Sans', sans-serif;
	font-size:20px;	
	font-weight: 700;
}

.life-style_bar a{
	color: #FFFFFF;
	text-decoration:none;
}







.bg-light {
  background-color: #ffffff !important;
}

/*ナビゲーションテキストの位置*/
.navbar-nav>li>a {
    padding: 10px 20px 0px 10px;
	margin:  0px 0px 0px 30px;
}



/* nav-itemの文字色 */
.navbar .navbar-nav .nav-link {
    color: rgba(0,0,0,1);
}
/* nav-item activeの文字色 */
.navbar .navbar-nav .active > .nav-link {
    color: rgba(0,0,0,1);
}
/* nav-item:focus、nav-item:hoverの文字色 */
.navbar .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,1);
}
/* ドロップダウンアイテムの文字色 */
.dropdown-item {
    color: rgba(0,0,0,1);
}



 .jumbotron { background:url(images/bana.jpg) center no-repeat; background-size: cover;}
 .jumbotron2 { background:url(images/bana-2.jpg) center no-repeat; background-size: cover;}



:root{
	
	
    font-family-sans-serif: "Roboto Condensed", Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

body {
    font-family: "Roboto Condensed", Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto Condensed", Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, 'Open Sans', sans-serif;
	/*letter-spacing: 0.07em;*/
	
}



.main_txt_l{	
	text-align:left;	
	font-size:18px;	
}
.main_txt_s{	
	text-align:left;	
	font-size:12px;	
	font-weight: 600;
	line-height: 115%; 
	letter-spacing:0.0em;
}


.main_txt{	
	text-align:left;	
	font-size:15px;
	font-weight: 600;
}



.model_title_s{
	font-family: "Roboto", sans-serif;
	text-align:left;	
	font-size:20px;
	font-weight: 400;
}

.model_title{
	font-family: "Barlow Condensed", sans-serif;
	text-align:left;	
	font-size:100px;
	font-weight: 700;
	line-height:1.2em;
}



.nav-link {
    font-family: "Roboto Condensed", sans-serif;
	white-space: nowrap;
	}


.txt_atirom_cebter {
	font-size:12px;
	color:#7C7C7C;
}


.txt_atirom_footer_menu {
	font-size:12px;
}

.txt_atirom_s {	
	text-align:left;	
	font-size:12px;	
}

.txt_atirom_s2 {	
	text-align:left;	
	font-size:15px;	
}


.txt_atirom_m {
	text-align:left;	
	font-size:14px;	
	font-weight:700;
}


.txt_atirom_mb {
	text-align:left;	
	font-size:14px;	
	font-weight:700;
}

.txt_atirom_mb2 {
	text-align:left;	
	font-size:14px;	
	font-weight:900;
}



.txt_atirom_l {
	text-align:left;		
	font-size:16px;	
	
}


.txt_atirom_l {
	text-align:left;		
	font-size:16px;	
	font-weight:700;
}


.txt_atirom_ll {
	text-align:left;		
	font-size:20px;
	font-weight:700;
}


.txt_atirom_xl {
	text-align:left;		
	font-size:30px;
	font-weight:700;
}


/*インスタエリアリンク*/
.insta_link {
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.insta_link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}




    html, body {
      position: relative;
      height: 100%;
    }
    body {
      margin: 0;
      padding: 0;
    }
    .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
 
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
	
	
	.swiper-slide a {
        width: 100%;
    }
    .swiper-slide img {
        width: 100%;
    }


.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
background: #fff;	
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
background: #fff;
}

