@charset "utf-8";
/*============================

grandindex用css
デジタル彩色_PC用

============================*/
@font-face {
  font-family:'NSJP_Regular';
  src: url("https://tamashiiweb.com/img/grand_index/common/fonts/NotoSerifJP-Regular.otf");
}
@font-face {
  font-family:'NSJP_Medium';
  src: url("https://tamashiiweb.com/img/grand_index/common/fonts/NotoSerifJP-Medium.otf");
}
@font-face {
  font-family:'NSJP_Bold';
  src: url("https://tamashiiweb.com/img/grand_index/common/fonts/NotoSerifJP-Bold.otf");
}
.font_nsR {font-family:"NSJP_Regular";}
.font_nsM {font-family:"NSJP_Medium";}
.font_nsB {font-family:"NSJP_Bold";}

.dis_sp { display: none; }
/*全体
==============================*/
#tw2022_wrapper{
      margin-top: 66.1px;
}
#digital_technics .wid1080,
#digital_technics .wid1000 {
  width:100%;
}
#digital_technics span.in-blk {
    display: inline-block;
}
/*背景
==============================*/
#digital_technics .gi_contents_bgarea {
  background: rgba(72,20,13,1);
  padding-top: 0;
}
/*見出し
==============================*/
#digital_technics.gi_contentsarea .gi_subtitle._underline{
  color: #fff;
}
/*スライド
==============================*/
#digital_technics .gi_slidearea {
  display:none;
}
#digital_technics .gi_contents_bgarea_upper {
  padding-bottom:0;
  background: #fff;
}
/*スライド下フリーエリア
==============================*/
/*ブランド背景
==============================*/
/*ブランド説明
============================*/
#digital_technics .gi_brandexplanation {
  display:none;
}
#digital_technics .gi_brandexplanation_free dt{
    text-align: center;
    padding: 50px 0 60px;
    background: rgba(72,20,13,1);
}
#digital_technics .gi_brandexplanation_free dd{
  background:#000000;
  padding:50px 0;
  color:#ffffff;
  width:100%;
  text-align:center;
  line-height:2;
}


/*更新履歴
============================*/
#digital_technics .gi_updatearea .gi_contents_inner{
  background: #48140d;
}
#digital_technics .gi_updatearea .gi_subtitle{
 color:#ffffff;
 }
#digital_technics .gi_updatearea dt {
  padding-left: 1.2em;
}
#digital_technics .gi_updatearea dt span {
  background:#45601d;
  color: #fff;
  padding: 5px;
  display: inline-block;
}
#digital_technics .gi_updatearea dd {
  border-bottom:1px dotted #cdcdcd;
}
#digital_technics .gi_updatearea dd a {
  color:#ffffff;
}
/*ページ内リンク
==============================*/
#digital_technics #gi_plbtn .btn_link a{
  color: #fff;
  font-family:"NSJP_Bold";
}
#digital_technics #gi_plbtn .btn_link a:after{
  background: #fff;
}
#digital_technics #gi_plbtn .btn_link a:hover{
    background: #45601d!important;
}

/*訴求エリア
==============================*/
#digital_technics .gi_appealarea {
  background:rgba(72,20,13,1);
  width:100%;
  padding:80px 0 150px;

}
#digital_technics .gi_appealarea > div {
  width:1080px;
  margin:0 auto;
}
#digital_technics .appealh3_01 {
  margin-bottom:30px;
  text-align:center;
  background:#45601d;
  color:#ffffff;
  padding:20px 0;
}
#digital_technics .appealh3_01 span {
  font-size:2.4rem;
  font-weight: bold;
}
#digital_technics .gi_appealarea .appealul_01 li {
  width:49%;
  margin-bottom:20px;
}
#digital_technics .gi_appealarea .appealul_01 li img{
  width: 100%;
}
#digital_technics .gi_appealarea .appealul_01 li:nth-child(odd) {
  float:left;
}
#digital_technics .gi_appealarea .appealul_01 li:nth-child(even) {
  float:right;
}
#digital_technics .gi_appealarea .btn_about_digital_technics {
  margin:0 auto 100px;
  width:50%;
  text-align:center;
}
#digital_technics .gi_appealarea .btn_about_digital_technics a {
  display:block;
  background:rgba(255,255,255,0.9);
  color:#48140d;
  padding:20px 0;
  border:1px solid #ffffff;
}
#digital_technics .gi_appealarea .btn_about_digital_technics a:hover {
  color:#ffffff;
  background:#45601d;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;  
}

#digital_technics .gi_appealarea .movie_box{
    width: 98%;
    margin: 0 auto 30px;
}
#digital_technics .gi_appealarea .movie_box div{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#digital_technics .gi_appealarea .movie_box div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* 20220714 hide追加 */
#digital_technics .gi_appealarea #pickup h2 {
    background: #45601d;
    color: #fff;
    text-align: center;
    font-size: 3em;
    margin-bottom: 30px;
    padding: 15px 0;
    font-weight: bold;
}

#digital_technics .gi_appealarea .item_wrap.hide {
    display: block;
    position: relative;
    background: #f23383;
    margin-bottom: 40px;
    padding: 0 0 50px;
}
#digital_technics .item_wrap.hide .item_img {
    position: relative;
    width: 90%;
    margin: 0 auto;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;  
}
#digital_technics .item_wrap.hide .item_img:hover {
    opacity: 0.8;
    cursor: pointer;
}
#digital_technics .item_wrap.hide .item_img a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#digital_technics .item_wrap.hide .item_img .logo {
    position: absolute;
    top: 55px;
    left: 10px;
    width: 20%;
}
#digital_technics .item_wrap.hide .item_img .item_copy {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    font-size: 0.9em;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.6), -2px -2px 0 rgba(0,0,0,0.6), -2px 2px 0 rgba(0,0,0,0.6), 2px -2px 0 rgba(0,0,0,0.6), 0px 2px 0 rgba(0,0,0,0.6), 0 -2px 0 rgba(0,0,0,0.6), -2px 0 0 rgba(0,0,0,0.6), 2px 0 0 rgba(0,0,0,0.6);
}
#digital_technics .item_wrap.hide .item_txt {
    color: #fff;
    font-size: 1.7em;
    font-weight: bold;
    width: 90%;
    margin: 0.6em auto;
}
#digital_technics .item_wrap.hide .item_info {
    background: #fff;
    text-align: center;
    width: 90%;
    margin: 40px auto 0;
    padding: 1.4em 0.6em 1.8em;
}
#digital_technics .item_wrap.hide .item_detail {
    color: #f23383;
    font-weight: 600;
    margin-bottom: 1em;
}
#digital_technics .item_wrap.hide .item_name {
    font-size: 3em;
}
#digital_technics .item_wrap.hide .item_name span.fsize_sml {
    font-size: 0.9em;
}
#digital_technics .item_wrap.hide p.item_date {
    font-size: 2em;
    width: 90%;
    margin: auto;
}
#digital_technics .item_wrap.hide p.item_date span {
    line-height: 1.8em;
    margin: 0 0.4em;
}

#digital_technics .item_wrap.hide .link_area {
    /* position: absolute;
    bottom: 60px;
    right: 5%; */
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
#digital_technics .item_wrap.hide .link_area .item_linkbtn ,
#digital_technics .item_wrap.hide .link_area .dc_in_item {
    width: 40%;
    margin: 0 2%;
}
#digital_technics .item_wrap.hide .link_area .item_linkbtn a,
#digital_technics .item_wrap.hide .link_area .dc_in_item .dc_btn,
#digital_technics .item_wrap.hide .link_area .dc_in_item .dc_btn a {
    display: inline-block;
    position: relative;
    color: #fff;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.04em;
    width: 100%;
}
#digital_technics .item_wrap.hide .link_area .dc_in_item .dc_btn {
    font-size: 1.8em;
    /* margin-top: 1.5em; */
}
#digital_technics .item_wrap.hide .link_area .dc_in_item .dc_btn.close {
    background: #535353;
}
#digital_technics .item_wrap.hide .link_area .item_linkbtn a,
#digital_technics .item_wrap.hide .link_area .dc_in_item .dc_btn a {
    background: #f23383;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;  
}
#digital_technics .item_wrap.hide .link_area .item_linkbtn a:hover,
#digital_technics .item_wrap.hide .link_area .dc_in_item .dc_btn a:hover {
    /* opacity: 0.8;
    background: #000; */
    transform: translateY(-5px);
    box-shadow: 2px 5px 5px 0 rgb(0 0 0 / 30%);
}
#digital_technics .item_wrap.hide .link_area .item_linkbtn a {
    font-size: 1.8em;
    padding: 0.8em 2.2em 0.8em 1.6em;
}
#digital_technics .item_wrap.hide .link_area .item_linkbtn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    width: 0.6em;
    height: 0.6em;
}
#digital_technics .item_wrap.hide .link_area .dc_in_item .dc_btn.close,
#digital_technics .item_wrap.hide .link_area .dc_in_item .dc_btn a {
    padding: 0.8em 1.4em 0.8em 2.4em;
}
#digital_technics .item_wrap.hide .link_area .dc_in_item .dc_btn a {
    margin-top: -1.5em;
}
#digital_technics .item_wrap.hide .link_area .dc_in_item .dc_btn::before {
    display: none;
}
#digital_technics .item_wrap.hide .link_area .dc_in_item .dc_btn.close::before,
#digital_technics .item_wrap.hide .link_area .dc_in_item .dc_btn a::before {
    display: inline-block;
    top: 50%;
    left: 2.6em;
    transform: translateY(-50%);
    width: 1em;
    height: 1em;
}


/* 20221012 trm追加 */
#digital_technics .gi_appealarea .item_wrap.trm {
    display: block;
    position: relative;
    background: #a90504;
    margin-bottom: 40px;
    padding: 0 0 50px;
}
#digital_technics .item_wrap.trm .item_img {
    position: relative;
    width: 90%;
    margin: 0 auto;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;  
}
#digital_technics .item_wrap.trm .item_img:hover {
    opacity: 0.8;
    cursor: pointer;
}
#digital_technics .item_wrap.trm .item_img a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#digital_technics .item_wrap.trm .item_img .logo {
    position: absolute;
    top: 55px;
    left: 10px;
    width: 20%;
}
#digital_technics .item_wrap.trm .item_img .item_copy {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    font-size: 0.9em;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.6), -2px -2px 0 rgba(0,0,0,0.6), -2px 2px 0 rgba(0,0,0,0.6), 2px -2px 0 rgba(0,0,0,0.6), 0px 2px 0 rgba(0,0,0,0.6), 0 -2px 0 rgba(0,0,0,0.6), -2px 0 0 rgba(0,0,0,0.6), 2px 0 0 rgba(0,0,0,0.6);
}
#digital_technics .item_wrap.trm .item_txt {
    color: #fff;
    font-size: 1.7em;
    font-weight: bold;
    width: 90%;
    margin: 0.6em auto;
}
#digital_technics .item_wrap.trm .item_info {
    background: #fff;
    text-align: center;
    width: 90%;
    margin: 40px auto 0;
    padding: 1.4em 0.6em 1.8em;
}
#digital_technics .item_wrap.trm .item_detail {
    color: #a90504;
    font-weight: 600;
    margin-bottom: 1em;
}
#digital_technics .item_wrap.trm .item_name {
    font-size: 3em;
}
#digital_technics .item_wrap.trm .item_name span.fsize_sml {
    font-size: 0.9em;
}
#digital_technics .item_wrap.trm p.item_date {
    font-size: 2em;
    width: 90%;
    margin: auto;
}
#digital_technics .item_wrap.trm p.item_date span {
    line-height: 1.8em;
    margin: 0 0.4em;
}

#digital_technics .item_wrap.trm .link_area {
    /* position: absolute;
    bottom: 60px;
    right: 5%; */
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
#digital_technics .item_wrap.trm .link_area .item_linkbtn ,
#digital_technics .item_wrap.trm .link_area .dc_in_item {
    width: 40%;
    margin: 0 2%;
}
#digital_technics .item_wrap.trm .link_area .item_linkbtn a,
#digital_technics .item_wrap.trm .link_area .dc_in_item .dc_btn,
#digital_technics .item_wrap.trm .link_area .dc_in_item .dc_btn a {
    display: inline-block;
    position: relative;
    color: #fff;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.04em;
    width: 100%;
}
#digital_technics .item_wrap.trm .link_area .item_linkbtn a {
    background: #a90504;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;  
}
#digital_technics .item_wrap.trm .link_area .item_linkbtn a:hover {
    /* opacity: 0.8;
    background: #000; */
    transform: translateY(-5px);
    box-shadow: 2px 5px 5px 0 rgb(0 0 0 / 30%);
}
#digital_technics .item_wrap.trm .link_area .item_linkbtn a {
    font-size: 1.8em;
    padding: 0.8em 2.2em 0.8em 1.6em;
}
#digital_technics .item_wrap.trm .link_area .item_linkbtn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    width: 0.6em;
    height: 0.6em;
}

/*20230616 jamiro追加*/
#digital_technics .gi_appealarea .item_wrap.jami {
    display: block;
    position: relative;
    background: #1e377a;
    margin-bottom: 40px;
    padding: 40px 0 50px;
}
#digital_technics .item_wrap.jami .item_img {
    position: relative;
    width: 90%;
    margin: 0 auto;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#digital_technics .item_wrap.jami .item_img:hover {
    opacity: 0.8;
    cursor: pointer;
}
#digital_technics .item_wrap.jami .item_info {
    background: #fff;
    text-align: center;
    width: 90%;
    margin: 40px auto 0;
    padding: 1.4em 0.6em 1.8em;
}
#digital_technics .item_wrap.jami .item_detail {
    color: #1e377a;
    font-weight: 600;
    margin-bottom: 1em;
}
#digital_technics .item_wrap.jami .item_name {
    font-size: 3em;
}
#digital_technics .item_wrap.jami .item_name span.fsize_sml {
    font-size: 0.9em;
}
#digital_technics .item_wrap.jami p.item_date {
    font-size: 2em;
    width: 90%;
    margin: auto;
}
#digital_technics .item_wrap.jami p.item_date span {
    line-height: 1.8em;
    margin: 0 0.4em;
}

#digital_technics .item_wrap.jami .link_area {
    /* position: absolute;
    bottom: 60px;
    right: 5%; */
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
#digital_technics .item_wrap.jami .link_area .item_linkbtn {
    width: 40%;
    margin: 0 2%;
}
#digital_technics .item_wrap.jami .link_area .item_linkbtn a {
    display: inline-block;
    position: relative;
    color: #fff;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.04em;
    width: 100%;
}
#digital_technics .item_wrap.jami .link_area .item_linkbtn a {
    background: #1e377a;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#digital_technics .item_wrap.jami .link_area .item_linkbtn a:hover {
    transform: translateY(-5px);
    box-shadow: 2px 5px 5px 0 rgb(0 0 0 / 30%);
}
#digital_technics .item_wrap.jami .link_area .item_linkbtn a {
    font-size: 1.8em;
    padding: 0.8em 2.2em 0.8em 1.6em;
}
#digital_technics .item_wrap.jami .link_area .item_linkbtn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    width: 0.6em;
    height: 0.6em;
}
#digital_technics .item_wrap.jami + .movie_box{
    margin-bottom: 90px;
}

/*20230803 追加*/
#digital_technics .gi_appealarea .item_wrap.hennaojisan {
    display: block;
    position: relative;
    background: #000;
    margin-bottom: 40px;
    padding: 50px 0 50px;
}
#digital_technics .gi_appealarea .item_wrap.hennaojisan .item_catch {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
#digital_technics .gi_appealarea .item_wrap.hennaojisan .item_catch .logo {
    padding-right: 15px;
}
#digital_technics .item_wrap.lee .item_img {
    position: relative;
    width: 90%;
    margin: -5% auto 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#digital_technics .item_wrap.lee .item_img:hover {
    opacity: 0.8;
    cursor: pointer;
}
#digital_technics .item_wrap.lee .item_info {
    background: #fff;
    text-align: center;
    width: 90%;
    margin: 40px auto 0;
    padding: 1.4em 0.6em 1.8em;
}
#digital_technics .item_wrap.lee .item_detail {
    color: #000;
    font-weight: 600;
    margin-bottom: 1em;
}
#digital_technics .item_wrap.lee .item_name {
    font-size: 2.5em;
}
#digital_technics .item_wrap.lee .item_name span.fsize_sml {
    font-size: 0.9em;
}
#digital_technics .item_wrap.lee p.item_date {
    font-size: 2em;
    width: 90%;
    margin: auto;
}
#digital_technics .item_wrap.lee p.item_date span {
    line-height: 1.8em;
    margin: 0 0.4em;
}

#digital_technics .item_wrap.lee .link_area .other_link_btn a {
    background: #000;
    color: #fff
}
#digital_technics .item_wrap.lee .link_area .other_link_btn a:hover{
    background: #e40013;
    color: #fff;
}

/*20230929 追加*/
#digital_technics .gi_appealarea .item_wrap.hennaojisan {
  display: block;
  position: relative;
  background: #000;
  color: #fff;
  margin-bottom: 40px;
  padding: 50px 0 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#digital_technics .gi_appealarea .item_wrap.hennaojisan .item_catch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#digital_technics .gi_appealarea .item_wrap.hennaojisan .item_catch .logo {
  padding-right: 15px;
}
#digital_technics .item_wrap.hennaojisan .item_img {
  position: relative;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#digital_technics .item_wrap.hennaojisan .item_img:hover {
  opacity: 0.8;
  cursor: pointer;
}
#digital_technics .item_wrap.hennaojisan .item_info {
  background: #fff;
  text-align: center;
  width: 90%;
  margin: 40px auto 0;
  padding: 1.4em 0.6em 1.8em;
}
#digital_technics .item_wrap.hennaojisan .item_detail {
  color: #000;
  font-weight: 600;
  margin-bottom: 1em;
}
#digital_technics .item_wrap.hennaojisan .item_name {
  font-size: 2.5em;
}
#digital_technics .item_wrap.hennaojisan .item_name span.fsize_sml {
  font-size: 0.9em;
}
#digital_technics .item_wrap.hennaojisan p.item_date {
  font-size: 2em;
  width: 90%;
  margin: auto;
}
#digital_technics .item_wrap.hennaojisan p.item_date span {
  line-height: 1.8em;
  margin: 0 0.4em;
}

#digital_technics .item_wrap.hennaojisan .link_area .other_link_btn a {
  background: #000;
  color: #fff
}
#digital_technics .item_wrap.hennaojisan .link_area .other_link_btn a:hover{
  background: #e40013;
  color: #fff;
}
p.catch_txt{
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 700;
}
p.catch_txt span{
  color: #D5AE0B;
}
#digital_technics #DCART .shop_area .shop_btn_wrap .dc_note {
  color: #000;
}
#digital_technics #DCART .shop_area .dc_btn span:hover {
  color: #45601d;
  background:#fff;
}
#digital_technics #DCART .shop_area .dc_btn span {
  background: #45601d;
  border: 1px solid #45601d;
}
#digital_technics #DCART .shop_area .dc_btn span:hover::after {
  background: #45601d;
}

#digital_technics .tn2023_bnr-btn{
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  background: #45601d;
  padding: 23px 75px;
  position: relative;
  display:inline-block;
  text-align:center;
  border-radius: 50px;
  margin-top: 40px;
}
#digital_technics .tn2023_bnr-btn::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 20px;
  height: 3px;
  background: #fff;
  transition: .3s;
}
#digital_technics .tn2023_bnr-btn::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-135deg);
  transition: .3s;
}
#digital_technics .tn2023_bnr-btn:hover::before{
  right: 10px;
  width: 30px;
}
#digital_technics .tn2023_bnr-btn:hover::after{
  right: 10px;
}
#digital_technics .tn2023_bnr-btn a{
  color: #fff;
}




/*バックナンバー
==============================*/
#digital_technics .gi_appealarea .btn_bn  {
  margin:50px auto 0;
  width:50%;
  text-align:center;
}
#digital_technics .btn_bn a {
  display:block;
  width:100%;
  border:1px solid #ffffff;
  background:rgba(255,255,255,0.9);
  padding:15px;
  font-size: 1.2em;
  color:#48140d;
}
#digital_technics .btn_bn a:hover {
  color:#ffffff;
  background:#45601d;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;  
}

/*商品など
==============================*/
#digital_technics .gi_contents_bgarea .gi_contents_bgarea_upper + .wid1080 {
  background:rgba(72,20,13,1);
  padding:50px 0;
  margin-bottom:50px;
}
#digital_technics #category_search,
#gi_productlist .search_result {
  color: #fff;
}
#digital_technics #category_search .search_main_wrap .order_wrap label span{
  border-color: #fff;
}
#digital_technics .search_modal .search_modal-window{
  color: #3B3B3B;
}
#digital_technics .h4_search_result {
  border-left:3px solid #45601d;
}
#gi_productlist .search_result .txt{
  border-color: #fff;
}
#digital_technics .pagenavi li a {
  border: 1px solid #ffffff;
  background:rgba(255,255,255,0.9);
  color:#634C41;
}
#digital_technics .pagenavi li.active a,
#digital_technics .pagenavi li a:hover,
#digital_technics .pagenavi li a:active {
  background-color: #45601d;
  color:#ffffff;
}
#digital_technics .product_search_list li {
  border: 1px solid #634C41;
}

#digital_technics #ask .gi_contents_inner{
  padding: 0 0 30px;
}
#digital_technics #ask .gi_subtitle {
  background: #45601d;
  color: #fff;
  padding: 30px 10px;
}
#digital_technics #ask .textbox{
    padding: 0 30px;
}
#digital_technics .product_search_list .item_info,
#digital_technics #gi_recommendarea .gi_contents_inner,
#digital_technics #gi_specialarea .gi_contents_inner {
  background: rgba(255,255,255,.9);
}
#digital_technics #gi_recommendarea h3,
#digital_technics #gi_specialarea h3 {
  color:#48140d;
}
#digital_technics #gi_recommendarea h3:before,
#digital_technics #gi_specialarea h3:before {
  background-color:#48140d;
}
#digital_technics #gi_recommendarea ul {
  background:none;
}
#digital_technics #gi_specialarea ul li a {
  border:1px solid #48140d;
  color:#48140d;
}

/*#proplica .gi_copyright {
  display:none;
}*/

/*サブカテゴリ
==============================*/
/*関連情報
==============================*/
#digital_technics #gi_relationarea ul li {
  width: 49%;
  margin: 0 1% 1% 0;
}
/*関連情報下
==============================*/
/*コピーライト
==============================*/
#digital_technics .gi_copyright {
  display:none;
}
#digital_technics .gi_free_copyright{
    color: #fff;
}
/*PUSH通知関連
========================*/
#proplica .gi_push_plbtn {
  width:1080px;
  margin:0 auto 100px;
}
#proplica #push_area {
  width:1080px;
  margin:0 auto 50px;
}

/*新テンプレート調整
========================*/

#gi_explanation{
  display:none;
}

.gi_sh202105_topbnr{
 width:756px;
}

.wid1080 + .wid1080{
 background-color:rgba(72,20,13,1);
}

#gi_bnr_ranking{
 padding-bottom:40px;
}

#gi_bnr_ranking img{
 max-width:756px;
 width:100%;
}

/*TN商店キャンペーン20231107
========================*/
.tn2023_cbnr{
  margin-bottom: 40px;
  text-align: center;
  display: none;
}
.tn2023_cbnr img{
  width: 100%;
}
.tn2023_cbnr.active{
  display: block;
}


/*20231113
========================*/
#pickup .item_img a{
  display: block;
}
#pickup .item_img a:not(:first-of-type){
  margin-top: 30px;
}
#digital_technics .item_wrap.hennaojisan .item_info {
  background: unset;
  color: #fff;
}
#digital_technics .item_wrap.hennaojisan .item_detail {
  color: #fff;
}
#digital_technics .tn2023_bnr-btn {
  margin-top: 12px;
}
#digital_technics .item_wrap.hennaojisan .item_name {
  margin-bottom: 0.5em;
}

/* 20240129 
========================*/
.akarui-yasumura .dc-cart {
  padding: 40px 0;
  margin-bottom: 80px;
  background: #d5009a;
}
.akarui-yasumura .dc-cart #DCART .shop_area {
  width: 90%;
  margin: 0 auto;
}
.akarui-yasumura .dc-cart #DCART .shop_area .shop_btn_wrap .dc_note {
  color: #fff !important;
}