@charset "utf-8";

/* -------------------------------------------------------------------- 
 ui1049から引用
-------------------------------------------------------------------- */

/* 初期設定
------------------------------------- */
#ui3836{
  box-sizing: border-box;
  color: #1a1a1a;
  line-height: 1.4;
}
#ui3836 img{
  vertical-align: bottom;
}
#ui3836 h1,
#ui3836 h2,
#ui3836 h3,
#ui3836 h4,
#ui3836 h5,
#ui3836 li,
#ui3836 dl,
#ui3836 dd{
  margin: 0;
}
#ui3836 ul,
#ui3836 ol{
  padding: 0;
  list-style: none;
}
#ui3836 a{
  text-decoration: none;
}
#ui3836 em{
  font-style: normal;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    width: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

/* 共通
------------------------------------- */
#ui3836 .section{
  width: 1160px;
  margin: 0 auto;
  padding: 40px 0 30px;
}
#ui3836 h2{
  margin-bottom: 35px;
  font-weight: normal;
  font-size: 210%;
  text-align: center;
}
#ui3836 h2 span{
  display: inline-block;
  padding: 0 50px 5px;
  border-bottom: 1px solid;
}
#ui3836 h3{
  margin-bottom: 40px;
  font-size: 3.2rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.3;
}
#ui3836 h3 .smlTxt{
  font-size: 1.8rem;
}
#ui3836 .readTxt{
  font-size: 1.6rem;
}
#ui3836 .colImgTxt{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#ui3836 .colImgTxt .txtBox,
#ui3836 .colImgTxt .imgBox{
  width: 48%;
}
#ui3836 .colTwoTxt{
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
#ui3836 .colTwoTxt li{
  width: 48%;
  text-align: center;
}
#ui3836 .colTwoTxt li dt{
  margin-bottom: 5px;
  font-size: 160%;
  color: #666;
}
#ui3836 .colTwoTxt li dd{
  font-size: 3rem;
}
#ui3836 .colTwoTxt li dd .bigTxt{
  font-size: 6rem;
}
#ui3836 .colTwoTxt li dd .smlTxt{
  font-size: 50%;
}
#ui3836 .cauTxt{
  display: flex;
  justify-content: center;
  margin-top: 20px;
  font-size: 1.2rem;
}
#ui3836 .spOnly{
  display: none;
}


/* バッグ
------------------------------------- */
#ui3836 .section01{
  width: 100%;
}
#ui3836 .section01 .contensArea{
  width: 1160px;
  margin: 0 auto;
  padding: 60px 0px;
}
#ui3836 .section01 .block01 .colImgTxt{
  flex-direction: row-reverse;
  align-items: center;
}
#ui3836 .section01 .block01 .cauTxt{
  display: block;
}
#ui3836 .section01 .block01 h3{
  font-size: 3.6rem;
}
#ui3836 .section01 .block01 .iconBox{
  width: 80%;
}
#ui3836 .section01 .block01 .iconBox img + img{
  margin-top: 40px;
}


/* 軽量化
------------------------------------- */
#ui3836 .section01 .subSection:nth-of-type(2n){
  background: #f2f2f2;
  /* padding-bottom: 60px; */
}
#ui3836 .section01 .block02 .colImgTxt{
  flex-direction: row-reverse;
}
#ui3836 .section01 .block02 .movieLink{
  margin: 25px 0 0;
  font-size: 130%;
  text-align: right;
  color: #666;
}
#ui3836 .section01 .block02 .movieLink span{
  color: #0070c9;
  text-decoration: underline;
  cursor: pointer;
}
#ui3836 .section01 .block02 .movieLink span::before{
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  margin: 0px 2px 3px 0;
  border: 3px solid transparent;
  border-left: 6px solid #0070c9;
}
#ui3836 .section01 .block02 .movieLink span:hover{
  text-decoration: none;
}
#ui3836 .colThreeImg{
  display: flex;
  justify-content: space-between;
}
#ui3836 .colThreeImg li{
  width: 30%;
  text-align: center;
  font-size: 130%;
  color: #666;
}
#ui3836 .colThreeImg .figure{
  margin-bottom: 10px;
}
#ui3836 .colTwoTxt .figure{
  margin-bottom: 20px;
}
#ui3836 .colTwoTxt ul{
  display: flex;
  justify-content: space-between;
}


/* 打ちやすい
------------------------------------- */
#ui3836 .section01 .block03 .imgBox img{
  width: 100%;
  height: auto;
  /*! margin-top: -100px; */
  max-width: none;
}
#ui3836 .keyTxt{
  margin-top: 50px;
}
#ui3836 .keyTxt > dt{
  margin-bottom: 20px;
  font-size: 190%;
}
#ui3836 .keyTxt dd ul{
  display: flex;
  justify-content: space-between;
}
#ui3836 .keyTxt dd ul li{
  position: relative;
  width: 48%;
}
#ui3836 .keyTxt dd ul li:first-child::after{
  display: inline-block;
  position: absolute;
  top: 35%;
  right: 2%;
  content: "";
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-left: 18px solid #111111;
}
#ui3836 .keyTxt dd ul li dt{
  margin-bottom: 5px;
  font-size: 160%;
  color: #666;
}
#ui3836 .keyTxt dd ul li dd{
  font-size: 210%;
}
#ui3836 .keyTxt dd ul li dd .bigTxt{
  font-size: 230%;
}


/* 安心
------------------------------------- */
#ui3836 .section01 .block04 .colImgTxt{
  flex-direction: row-reverse;
  align-items: center;
}
#ui3836 .section01 .block04 .colImgTxt .txtBox{
  width: 40%;
}
#ui3836 .section01 .block04 .imgBox{
  text-align: center;
  margin: 30px 0 0;
}
#ui3836 .section01 .block04 .imgBox img{
  height: auto;
  width: 80%;
  text-align: center;
}


/*WU3/D2
------------------------------------- */
#ui3836 .section01 .block01 .contensArea{
  padding: 0;
  margin-bottom: 30px;
}
#ui3836 .section01 .block01 .contensArea .txtBox{
  width: 42%;
}
#ui3836 .section01 .block01 .contensArea .imgBox{
  width: 56%;
}
#ui3836 .section01 .block01 h2{
  text-align: left;
}
#ui3836 .section01 .subSection.block01 .imgBox img {
  width: 100%;
  margin-left: 0px;
  max-width: none;
}
#ui3836 .section01 .block02 img {
  width: 100%;
  height: auto;
  /*! margin-top: -30px; */
  max-width: none;
}

#ui3836 .section01 .block04 h3,
#ui3836 .section01 .block04 .readTxt{
  text-align: center;
}

#ui3836 .section01 .cautionBlock{
  width: 1160px;
  margin: 30px auto 0;
  text-align: center;
  font-size: 120%;
}
#ui3836 .section01 .cautionBlock a{
  color: #0070c9;
  text-decoration: underline;
}
#ui3836 .section01 .cautionBlock a:hover{
  text-decoration: none;
}

/* 有機ELディスプレイ
------------------------------------- */
#ui3836 .section01 .block05 .colImgTxt{
  flex-direction: row-reverse;
  align-items: center;
}


#ui3836 .section01 .block06 h3,
#ui3836 .section01 .block06 .imgBox{
  text-align: center;
}

/* office
------------------------------------- */
#ui3836 .section01 .officeBlock01 h3,
#ui3836 .section01 .officeBlock01 .readTxt,
#ui3836 .section01 .officeBlock02 h3,
#ui3836 .section01 .officeBlock02 .readTxt{
  text-align: center;
}

#ui3836 .section01 .officeBlock02 .contensArea{
  padding: 60px 0 230px;
}

#ui3836 .section01 .officeBlock02 .officeArea ul{
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#ui3836 .section01 .officeBlock02 .officeArea ul li{
  width: calc((100% - 80px) / 4);
  position: relative;
}
#ui3836 .section01 .officeBlock02 .officeArea ul li .figure{
  position: absolute;
  bottom: -170px;
  width: 270px;
}
#ui3836 .section01 .officeBlock02 .officeArea ul li .officeLead{
  font-size: 2.2rem;
  margin-top: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #cacaca;
}
#ui3836 .section01 .officeBlock02 .officeArea ul li .officePoint{
  margin-top: 20px;
  font-size: 2rem;
}
#ui3836 .section01 .officeBlock02 .officeArea ul li p:first-child{
  color: #fff;
  font-size: 2rem;
  padding: 5px 20px 5px;
}
#ui3836 .section01 .officeBlock02 .officeArea ul li .exIcon{
  background-color: #107c42;
}
#ui3836 .section01 .officeBlock02 .officeArea ul li .ppIcon{
  background-color: #c43e1b;
}
#ui3836 .section01 .officeBlock02 .officeArea ul li .othersIcon{
  background-color: #505050;
}
#ui3836 .section01 .officeBlock02 .officeArea ul li .officePoint + p{
  margin-top: 10px;
}


#ui3836 .section01 .officeBlock02 .officeLink{
  text-align: right;
  margin-top: 30px;
}
#ui3836 .section01 .officeBlock02 .officeLink a{
  color: #003490;
  text-decoration: underline; 
  font-size: 1.6rem;
  line-height: 1.5;
}
#ui3836 .section01 .officeBlock02 .officeLink a:hover{
  color: #48c0eb;
}
#ui3836 .section01 .officeBlock02 .officeLink a:before{
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  margin: 0px 2px 3px 0;
  border: 4px solid transparent;
  border-left: 7px solid #003490;
}
#ui3836 .section01 .officeBlock> .imgBox{
  margin-top: 20px;
  text-align: center;
}


/* おすすめ商品
------------------------------------- */
#ui3836 .section02 .product{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#ui3836 .section02 .product > li{
  width: 48%;
}
#ui3836 .section02 .product > li:nth-of-type(n+3){
  margin-top: 15px;
}
#ui3836 .section02 .product li a{
  display: block;
  padding: 20px;
  border: 2px solid #fff;
  color: #1a1a1a;
}
#ui3836 .section02 .product li a:hover{
  border: 2px solid #0070c9;
}
#ui3836 .section02 h4{
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 180%;
}
#ui3836 .section02 .colSpecImg{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#ui3836 .section02 .spec01 li span{
  display: inline-block;
  padding: 5px;
  border: 1px solid #ccc;
}
#ui3836 .section02 .spec01 li + li{
  margin-top: 7px;
}
#ui3836 .section02 .spec02{
  margin: 15px 0 20px;
}
#ui3836 .section02 .spec02 li + li{
  margin-top: 5px;
}
#ui3836 .section02 .colPriceBtn{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 1.8rem;
}
#ui3836 .section02 .colPriceBtn .price span{
  color: #ee0303;
  font-size: 3rem;
}
#ui3836 .section02 .colPriceBtn .buyBtn{
  color: #0070c9;
  text-decoration: underline;
}
#ui3836 .section02 .colPriceBtn .buyBtn::before{
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  margin: 0px 2px 3px 0;
  border: 4px solid transparent;
  border-left: 7px solid #0070c9;
}

.section02 .imgBox{
  margin-top: 40px;
}

/* ラインナップ一覧
------------------------------------- */
#ui3836 #dev_search_result_wrapper h1,
#ui3836 #dev_search_result_wrapper .series_img{
  display: none;
}
#ui3836 #dev_search_result,
#ui3836 #dev_search_result_wrapper{
  width: 1000px;
}


/* パラメーター
------------------------------------- */
#ui3836 .w7eosBlock{
  display: none;
  width: 900px;
  margin: 0 auto 30px;
  padding: 30px;
  border: 4px solid #ccc;
  text-align: center;
}
#ui3836 .w7eosBlock .readTxt{
  margin-top: 10px;
}
#ui3836 .section01 .w7eosBlock .w7eosLink{
  text-align: right;
  margin-top: 5px;
}
#ui3836 .section01 .w7eosBlock .w7eosLink a{
  color: #0070c9;
  text-decoration: underline;
  font-size: 120%;
  line-height: 1.5;
}
#ui3836 .section01 .w7eosBlock .w7eosLink a:hover{
  text-decoration: none;
}
#ui3836 .section01 .w7eosBlock .w7eosLink a:before{
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  margin: 0px 2px 3px 0;
  border: 4px solid transparent;
  border-left: 7px solid #0070c9;
}
#ui3836 .workBlock{
  display: none;
  text-align: center;
  margin-bottom: 40px;
}
#ui3836 .workBlock a:hover{
  opacity: 0.7;
}

/* タブ切り替え
------------------------------------- */
#ui3836 .section.feature{
padding: 60px 0 0px;
font-family: 'Noto Sans JP', sans-serif;
}

#ui3836 .tabs {
  display: flex;
  border-bottom: 4px solid #0078d4;
  margin: 0 0 60px;
}
#ui3836 .tabs > a {
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
  padding: 15px;
  color: #1a1a1a;
  flex: 1;
  text-decoration: none;
}
#ui3836 .tabs > a:hover,
#ui3836 .tabs > a.active {
  background: #0078d4;
  color: #fff;
}
#ui3836 .tab_contents {
  margin: 0 0 30px;
}
#ui3836 .tab_content {
  display: none;
  
}
#ui3836 .tab_content.active {
  display: block;
}
#ui3836 .feature_content {
  overflow: hidden;
}
#ui3836 .feature_content .title {
  float: left;
  width: calc(100% - 464px);
  color: #0078d4;
  font-size: 36px;
  font-weight: 500;
  margin: 0 0 50px;
}
#ui3836 .feature_content .img {
  float: right;
  width: 464px;
  margin: 60px 0 0;
}
#ui3836 .feature_content .desc {
  float: left;
  width: calc(100% - 464px);
  padding: 0 30px 0 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#ui3836 .feature_content .desc .sh {
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0 0 5px;
}

@media screen and (max-width: 767px){
/* -------------------------------------------------------------------- 
 2018.11.27 UHページ制作
-------------------------------------------------------------------- */

/* 共通
------------------------------------- */

#ui3836 .section{
  width: 100%;
  padding: 60px 10px 0;
}
#ui3836 .section h2{
  margin-bottom: 45px;
  font-size: 2.5rem;
}
#ui3836 h2 span {
    padding: 0 15px 5px;
}
#ui3836 .colImgTxt{
  display: block;
}
#ui3836 .colImgTxt .txtBox,
#ui3836 .colImgTxt .imgBox{
  width: 100%;
}
#ui3836 .section01 .contensArea h3{
  margin-bottom: 15px;
  font-size: 2.5rem;
  text-align: left;
}
#ui3836 h3 br{
  display: none;
}
#ui3836 .section01 .officeBlock02 .readTxt{
  font-size: 1.4rem;
  text-align: left;
}
#ui3836 .readTxt br{
  display: none;
}
#ui3836 .colImgTxt .imgBox{
  margin-top: 35px;
}
#ui3836 .colTwoTxt{
  margin-top: 35px;
}
#ui3836 .colTwoTxt img{
  max-width: 100%;
  height: auto;
}
#ui3836 .colTwoTxt li{
  width: 49%;
}
#ui3836 .colTwoTxt li dt{
  font-size: 1.5rem;
}
#ui3836 .colTwoTxt li dd{
  font-size: 2rem;
}
#ui3836 .colTwoTxt li dd .bigTxt {
    font-size: 4rem;
}
#ui3836 .cauTxt{
  font-size: 1.2rem;
}
#ui3836 .spOnly{
  display: block;
}


/* タイトル
------------------------------------- */
#spwrap #socialButton{
  position: absolute;
  right: 0;
  top: -6px;
}
#spwrap .contentsarea{
  position: relative;
}
#ui3836 h1{
  width: 100%;
  margin: 10px 0 10px !important;
  font-size: 1.2rem;
}
#ui3836 .section01 .block01 .iconBox{
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
#ui3836 .section01 .block01 .iconBox img{
  width: 48%;
  height: 100%;
}
#ui3836 .section01 .block01 .iconBox img + img {
  margin-top: 0;
}


/* メインビジュアル
------------------------------------- */
#ui3836 .mainVisual{
  width: 100%;
}
#ui3836 .mainVisual img{
  width: 100%;
  height: auto;
}
#ui3836 .mvTxt{
  width: 100%;
  font-size: 110%;
}


/* バッグ
------------------------------------- */
#ui3836 .section01{
  padding: 0;
}
#ui3836 .section01 .contensArea{
  width: 100%;
  padding: 35px 10px 40px;
}
#ui3836 .section01 .block01 .contensArea{
  padding: 0 10px 40px;
  margin: 0;
}
#ui3836 .section01 .subSection.block01 .imgBox img{
  width: 100%;
  height: auto;
  margin-left: 0;
}
#ui3836 .section01 .block01 .contensArea .txtBox,
#ui3836 .section01 .block01 .contensArea .imgBox{
  width: 100%;
  margin: 20px 0 0;
}


/* 軽量化
------------------------------------- */
#ui3836 .section01 .block02 .contensArea{
  padding: 35px 10px 25px;
}
#ui3836 .section01 .block02 h3,
#ui3836 .section01 .block02 .readTxt{
  text-align: left;
}
#ui3836 .section01 .block02 .movieLink{
  margin-top: 35px;
  font-size: 150%;
}
#ui3836 .section01 .block02 .movieLink span::before{
  margin: 0px 2px 3px 0;
  border: 4px solid transparent;
  border-left: 7px solid #0070c9;
}
#ui3836 .colThreeImg{
  margin-top: 25px;
}
#ui3836 .colThreeImg li{
  width: 32%;
  font-size: 120%;
}
#ui3836 .colThreeImg .figure img{
  width: 100%;
  height: auto;
}
#ui3836 .section01 .block02 .colTwoTxt{
  display: block;
}
#ui3836 .section01 .block02 .colTwoTxt li{
  width: 100%;
}
#ui3836 .section01 .block02 .colTwoTxt > li + li{
  margin-top: 25px;
}


/* 打ちやすい
------------------------------------- */
#ui3836 .keyTxt{
  margin-top: 35px;
  text-align: center;
}
#ui3836 .keyTxt > dt{
  font-size: 180%;
}
#ui3836 .keyTxt dd ul li{
  width: 49%;
}
#ui3836 .keyTxt dd ul li:first-child::after{
  right: -10%;
  border: 10px solid transparent;
  border-left: 16px solid #1a1a1a;
}
#ui3836 .keyTxt dd ul li dt{
  font-size: 140%;
}
#ui3836 .keyTxt dd ul li dd{
  font-size: 200%;
}
#ui3836 .section01 .block04 .readTxt{
  text-align: left;
}
#ui3836 .section01 .block04 .imgBox img{
  width: 100%;
}

/* 有機ELディスプレイ
------------------------------------- */
#ui3836 .section01 .block05 .colImgTxt {
text-align:left;
}
#ui3836 .section01 .block05 .colImgTxt .txtBox{
  width: 100%;
}
#ui3836 .section01 .block05 .imgBox img {
  min-width: 100%;
  margin-top: 0;
}

/* office
------------------------------------- */
#ui3836 .section01 .block01 h2{
  margin-bottom: 20px;
}
#ui3836 .section01 .officeBlock01 h3,
#ui3836 .section01 .officeBlock01 .readTxt,
#ui3836 .section01 .officeBlock02 h3,
#ui3836 .section01 .officeBlock02 .readTxt{
  text-align: left;
}

#ui3836 .section01 .officeBlock02 .contensArea{
  padding: 35px 10px 40px;
}

#ui3836 .section01 .officeBlock02 .officeArea ul{
  margin-top: 0;
}
#ui3836 .section01 .officeBlock02 .officeArea ul li{
  display: block;
  float: none;
  margin: 40px 0 0;
  width: 100%;
}
#ui3836 .section01 .officeBlock02 .officeArea ul li .figure{
  position: static;
  width: 100%;
  margin-top: 20px;
}
#ui3836 .section01 .officeBlock02 .officeBlock li .imgBox img{
  width: 100%;
  height: auto; 
}
#ui3836 .section01 .officeBlock02 .officeBlock li .officeLead{
  text-align: left;
  font-size: 180%;
}
#ui3836 .section01 .officeBlock02 .officeBlock li p{
  font-size: 1.4rem;
}
#ui3836 .section01 .officeBlock02 .officeLink a{
  font-size: 1.5rem;
}


/* おすすめ商品
------------------------------------- */
#ui3836 .section02 .product > li{
  width: 48.5%;
}
#ui3836 .section02 .product li a{
  padding: 0;
  border: none;
}
#ui3836 .section02 .product li a:hover{
  border: none;
}
#ui3836 .section02 h4{
  font-size: 1.8rem;
}
#ui3836 .section02 .colSpecImg{
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
#ui3836 .section02 .colSpecImg .specBox{
  width: 100%;
}
#ui3836 .section02 .colSpecImg .imgBox{
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
#ui3836 .section02 .colPriceBtn{
  display: block;
}
#ui3836 .section02 .colPriceBtn .buyBtn{
  margin-top: 10px;
  font-size: 120%;
  text-align: right;
}
#ui3836 .section02 .product > li:nth-of-type(n+3){
  margin-top: 40px;
}


/* パラメーター
------------------------------------- */
#ui3836 .w7eosBlock{
  width: 100%;
  text-align: left;
  padding: 20px 3%;
}
#ui3836 .section01 .w7eosBlock .w7eosLink a{
  font-size: 150%;
}
#ui3836 .workBlock img{
  width: 100%;
  height: auto;
}
	
/* タブ切り替え
------------------------------------- */
#ui3836 .section.feature{
    padding: 60px 10px 0;	
}
#ui3836 .tabs {
    border-bottom: 0;
    margin: 0 0 30px;
    gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
#ui3836 .tabs > a {
    background: #e5e5e5;
    font-size: 1.6rem;
    text-align: center;
    padding: 20px 10px;
    width: calc(50% - 5px);
    box-sizing: border-box;
    flex: none;
  }
#ui3836 .tabs > a:hover,
#ui3836 .tabs > a.active {
    background: #0078d4;
    color: #fff;
  }
#ui3836 .feature_content .title {
    float: none;
    width: auto;
    text-align: center;
    font-size: 2.5rem;
    margin: 0 0 20px;
  }
#ui3836 .feature_content .img {
    float: none;
    width: auto;
    margin: 0 0 20px;
  }
#ui3836 .feature_content .desc {
    float: none;
    width: auto;
    padding: 0;
  }
#ui3836 .feature_content .desc .sh {
    font-size: 2rem;
    text-align: center;
  }
#ui3836 .feature_content .desc .txt {
    font-size: 1.6rem;
  }
	
}

.section03 {
  padding-bottom: 0 !important;
}

.section03 h2 {
  margin: 0 !important;
}