/*
Theme Name: scopecoco
Template: anthem_tcd083
Version: 1.4.1
*/

/* ----------------------------------------------------------------------
INDEX （PC）
---------------------------------------------------------------------- */

.index_brandbox {display:block; max-width:382px; margin-left:auto; margin-right:auto;}
.index_brandbox_title {text-align:center; }
.index_brandbox a {
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.index_brandbox a:hover {
    opacity:0.2;
	filter: alpha(opacity=20);
	-ms-filter: "alpha( opacity=20 )";
	background: #fff;
}

.index_bottomlink a {
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.index_bottomlink a:hover {
    opacity:0.2;
	filter: alpha(opacity=20);
	-ms-filter: "alpha( opacity=20 )";
	background: #fff;
}

.btn-contact a{
  text-decoration: none;
  color: #FFF;
  font-size: 20px;
  position: relative;
  display: inline-block;
  transition: .3s;
  padding: 2px;

&::after {
  background-color: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 3px;
  transition: .3s;
}
&:hover::after {
  width: 100%;
}
}

/* ----------------------------------------------------------------------
CONCEPT （PC）
---------------------------------------------------------------------- */

/*  文字組文字揃え */
.concept_txtJp_decs { width: 83%; margin-top: 51px; margin-left: auto; margin-right: auto; margin-bottom:56px; font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; line-height: 1.9em; text-align: justify;}

.concept_txtEn_decs { width: 83%; margin-left: auto; margin-right: auto; font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif; line-height: 1.9em; text-align: justify;}




@media screen and (max-width:750px) {
	
.tab_content_top .tab .item { font-size:11px; height:40px; line-height:40px; min-width:70px; margin:0 2px;  }
	
/* ----------------------------------------------------------------------
INDEX （SP）
---------------------------------------------------------------------- */
.indexProject { width: 100%; }
/* Index レイヤーアニメーション画像 高さ中央配置 */
#header_slider .layer_image { -ms-align-items:center !important; -webkit-align-items:center !important; align-items:center !important; }

/* ----------------------------------------------------------------------
CONCEPT （SP）
---------------------------------------------------------------------- */
/*  文字組文字揃え */
.concept_txtJp_decs { width: 100%; margin-top: 51px; margin-left: auto; margin-right: auto; margin-bottom:56px; font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; line-height: 1.9em; text-align: left;}
.concept_txtEn_decs { width: 100%; font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif; line-height: 1.9em; text-align: left;}

@media screen and (max-width:960px) {
  .indexProject{width: 100%;}
}

