@charset "utf-8";

/* -------------------------------------------------------------------- 
 2019.3.4 ui3836から引用
-------------------------------------------------------------------- */

/* 初期設定
------------------------------------- */
#ui1049 {
  box-sizing: border-box;
  color: #1a1a1a;
  line-height: 1.4;
}

#ui1049 img {
  vertical-align: bottom;
}

#ui1049 h1,
#ui1049 h2,
#ui1049 h3,
#ui1049 h4,
#ui1049 h5,
#ui1049 li,
#ui1049 dl,
#ui1049 dd {
  margin: 0;
}

#ui1049 ul,
#ui1049 ol {
  padding: 0;
  list-style: none;
}

#ui1049 a {
  text-decoration: none;
}

#ui1049 em {
  font-style: normal;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  width: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

/* 共通
------------------------------------- */
#ui1049 .section {
  width: 1160px;
  margin: 0 auto;
  padding: 40px 0 30px;
}

#ui1049 h2 {
  margin-bottom: 35px;
  font-weight: normal;
  font-size: 210%;
  text-align: center;
}

#ui1049 h2 span {
  display: inline-block;
  padding: 0 50px 5px;
  border-bottom: 1px solid;
}

#ui1049 h3 {
  margin-bottom: 40px;
  font-size: 3.2rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

#ui1049 h3 .smlTxt {
  font-size: 1.8rem;
}

#ui1049 .readTxt {
  font-size: 1.6rem;
}

#ui1049 .colImgTxt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#ui1049 .colImgTxt .txtBox,
#ui1049 .colImgTxt .imgBox {
  width: 48%;
}

#ui1049 .colTwoTxt {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

#ui1049 .colTwoTxt li {
  width: 48%;
  text-align: center;
}

#ui1049 .colTwoTxt li dt {
  margin-bottom: 5px;
  font-size: 160%;
  color: #666;
}

#ui1049 .colTwoTxt li dd {
  font-size: 3rem;
}

#ui1049 .colTwoTxt li dd .bigTxt {
  font-size: 6rem;
}

#ui1049 .colTwoTxt li dd .smlTxt {
  font-size: 50%;
}

#ui1049 .cauTxt {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  font-size: 1.2rem;
}

#ui1049 .spOnly {
  display: none;
}


/* バッグ
------------------------------------- */
#ui1049 .section01 {
  width: 100%;
}

#ui1049 .section01 .contensArea {
  width: 1160px;
  margin: 0 auto;
  padding: 60px 0;
}

#ui1049 .section01 .block01 .colImgTxt {
  flex-direction: row-reverse;
  align-items: center;
}

#ui1049 .section01 .block01 .cauTxt {
  display: block;
}

#ui1049 .section01 .block01 h3 {
  font-size: 3.6rem;
}

#ui1049 .section01 .block01 .iconBox {
  width: 80%
}

#ui1049 .section01 .block01 .iconBox img + img {
  margin-top: 40px
}


/* 軽量化
------------------------------------- */
#ui1049 .section01 .subSection:nth-of-type(2n) {
  background: #f2f2f2;
  /* padding-bottom: 60px; */
}

#ui1049 .section01 .block02 .colImgTxt {
  flex-direction: row-reverse;
}

#ui1049 .section01 .block02 .movieLink {
  margin: 25px 0 0;
  font-size: 130%;
  text-align: right;
  color: #666;
}

#ui1049 .section01 .block02 .movieLink span {
  color: #0070c9;
  text-decoration: underline;
  cursor: pointer;
}

#ui1049 .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;
}

#ui1049 .section01 .block02 .movieLink span:hover {
  text-decoration: none;
}

#ui1049 .colThreeImg {
  display: flex;
  justify-content: space-between;
}

#ui1049 .colThreeImg li {
  width: 30%;
  text-align: center;
  font-size: 130%;
  color: #666;
}

#ui1049 .colThreeImg .figure {
  margin-bottom: 10px;
}

#ui1049 .colTwoTxt .figure {
  margin-bottom: 20px;
}

#ui1049 .colTwoTxt ul {
  display: flex;
  justify-content: space-between;
}


/* 打ちやすい
------------------------------------- */
/*#ui1049 .section01 .block03 .imgBox img{
  width: 125%;
  height: auto;
  margin-top: -100px; 
  max-width: none;
}*/
#ui1049 .keyTxt {
  margin-top: 50px;
}

#ui1049 .keyTxt > dt {
  margin-bottom: 20px;
  font-size: 190%;
}

#ui1049 .keyTxt dd ul {
  display: flex;
  justify-content: space-between;
}

#ui1049 .keyTxt dd ul li {
  position: relative;
  width: 48%;
}

#ui1049 .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;
}

#ui1049 .keyTxt dd ul li dt {
  margin-bottom: 5px;
  font-size: 160%;
  color: #666;
}

#ui1049 .keyTxt dd ul li dd {
  font-size: 210%;
}

#ui1049 .keyTxt dd ul li dd .bigTxt {
  font-size: 230%;
}


/* 安心
------------------------------------- */
#ui1049 .section01 .block04 .colImgTxt {
  flex-direction: row-reverse;
  align-items: center;
}

#ui1049 .section01 .block04 .colImgTxt .txtBox {
  width: 40%;
}

#ui1049 .section01 .block04 .imgBox {
  text-align: center;
  margin: 30px 0 0;
}
#ui1049 .section01 .block04 .imgBox img {
    height: auto;
    text-align: center;
}


/*WU3/D2
------------------------------------- */
#ui1049 .section01 .block01 .contensArea {
  padding: 0;
  margin-bottom: 30px;
}

#ui1049 .section01 .block01 .contensArea .txtBox {
  width: 42%;
}

#ui1049 .section01 .block01 .contensArea .imgBox {
  width: 56%;
}

#ui1049 .section01 .block01 h2 {
  text-align: left;
}

#ui1049 .section01 .subSection.block01 .imgBox img {
  width: 100%;
  margin-left: 0px;
  max-width: none;
}

#ui1049 .section01 .block02 img {
  width: 100%;
  height: auto;
  margin-top: -30px;
  max-width: none;
}

#ui1049 .section01 .block04 h3,
#ui1049 .section01 .block04 .readTxt {
  text-align: center;
}

#ui1049 .section01 .cautionBlock {
  width: 1160px;
  margin: 30px auto 0;
  text-align: center;
  font-size: 120%;
}

#ui1049 .section01 .cautionBlock a {
  color: #0070c9;
  text-decoration: underline;
}

#ui1049 .section01 .cautionBlock a:hover {
  text-decoration: none;
}

/* 有機ELディスプレイ
------------------------------------- */
#ui1049 .section01 .subSection.block05 {
  background: #d0dff9;
  margin: 15px 0 0
}

#ui1049 .section01 .block06 h3,
#ui1049 .section01 .block06 .imgBox{
  text-align: center;
}

/* office
------------------------------------- */
#ui1049 .section01 .officeBlock01 h3,
#ui1049 .section01 .officeBlock01 .readTxt,
#ui1049 .section01 .officeBlock02 h3,
#ui1049 .section01 .officeBlock02 .readTxt{
  text-align: center;
}

#ui1049 .section01 .officeBlock02 .contensArea{
  padding: 60px 0 230px;
}

#ui1049 .section01 .officeBlock02 .officeArea ul{
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#ui1049 .section01 .officeBlock02 .officeArea ul li{
  width: calc((100% - 80px) / 4);
  position: relative;
}
#ui1049 .section01 .officeBlock02 .officeArea ul li .figure{
  position: absolute;
  bottom: -170px;
  width: 270px;
}
#ui1049 .section01 .officeBlock02 .officeArea ul li .officeLead{
  font-size: 2.2rem;
  margin-top: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #cacaca;
}
#ui1049 .section01 .officeBlock02 .officeArea ul li .officePoint{
  margin-top: 20px;
  font-size: 2rem;
}
#ui1049 .section01 .officeBlock02 .officeArea ul li p:first-child{
  color: #fff;
  font-size: 2rem;
  padding: 5px 20px 5px;
}
#ui1049 .section01 .officeBlock02 .officeArea ul li .exIcon{
  background-color: #107c42;
}
#ui1049 .section01 .officeBlock02 .officeArea ul li .ppIcon{
  background-color: #c43e1b;
}
#ui1049 .section01 .officeBlock02 .officeArea ul li .othersIcon{
  background-color: #505050;
}
#ui1049 .section01 .officeBlock02 .officeArea ul li .officePoint + p{
  margin-top: 10px;
}


#ui1049 .section01 .officeBlock02 .officeLink{
  text-align: right;
  margin-top: 30px;
}
#ui1049 .section01 .officeBlock02 .officeLink a{
  color: #003490;
  text-decoration: underline; 
  font-size: 1.6rem;
  line-height: 1.5;
}
#ui1049 .section01 .officeBlock02 .officeLink a:hover{
  color: #48c0eb;
}
#ui1049 .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;
}
#ui1049 .section01 .officeBlock> .imgBox{
  margin-top: 20px;
  text-align: center;
}



/* おすすめ商品
------------------------------------- */
#ui1049 .section02 .product {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#ui1049 .section02 .product > li {
  width: 48%;
}

#ui1049 .section02 .product > li:nth-of-type(n+3) {
  margin-top: 15px;
}

#ui1049 .section02 .product li a {
  display: block;
  padding: 20px;
  border: 2px solid #fff;
  color: #1a1a1a;
}

#ui1049 .section02 .product li a:hover {
  border: 2px solid #0070c9;
}

#ui1049 .section02 h4 {
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 180%;
}

#ui1049 .section02 .colSpecImg {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#ui1049 .section02 .spec01 li span {
  display: inline-block;
  padding: 5px;
  border: 1px solid #ccc;
}

#ui1049 .section02 .spec01 li + li {
  margin-top: 7px;
}

#ui1049 .section02 .spec02 {
  margin: 15px 0 20px;
}

#ui1049 .section02 .spec02 li + li {
  margin-top: 5px;
}

#ui1049 .section02 .colPriceBtn {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 1.8rem;
}

#ui1049 .section02 .colPriceBtn .price span {
  color: #ee0303;
  font-size: 3rem;
}

#ui1049 .section02 .colPriceBtn .buyBtn {
  color: #0070c9;
  text-decoration: underline;
}

#ui1049 .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;
}


/* ラインナップ一覧
------------------------------------- */
#ui1049 #dev_search_result_wrapper h1,
#ui1049 #dev_search_result_wrapper .series_img {
  display: none;
}

#ui1049 #dev_search_result,
#ui1049 #dev_search_result_wrapper {
  width: 1000px;
}


/* パラメーター
------------------------------------- */
#ui1049 .w7eosBlock {
  display: none;
  width: 900px;
  margin: 0 auto 30px;
  padding: 30px;
  border: 4px solid #ccc;
  text-align: center;
}

#ui1049 .w7eosBlock .readTxt {
  margin-top: 10px;
}

#ui1049 .section01 .w7eosBlock .w7eosLink {
  text-align: right;
  margin-top: 5px;
}

#ui1049 .section01 .w7eosBlock .w7eosLink a {
  color: #0070c9;
  text-decoration: underline;
  font-size: 120%;
  line-height: 1.5;
}

#ui1049 .section01 .w7eosBlock .w7eosLink a:hover {
  text-decoration: none;
}

#ui1049 .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;
}

#ui1049 .schoolBlock {
  text-align: center;
  margin-bottom: 40px;
}

#ui1049 .schoolBlock a:hover {
  opacity: 0.7;
}


/* タブ切り替え
------------------------------------- */
#ui1049 .section.feature{
padding: 60px 0 0px;
font-family: 'Noto Sans JP', sans-serif;
}

#ui1049 .tabs {
  display: flex;
  border-bottom: 4px solid #0078d4;
  margin: 0 0 60px;
}
#ui1049 .tabs > a {
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
  padding: 15px;
  color: #1a1a1a;
  flex: 1;
  text-decoration: none;
}
#ui1049 .tabs > a:hover,
#ui1049 .tabs > a.active {
  background: #0078d4;
  color: #fff;
}
#ui1049 .tab_contents {
  margin: 0 0 30px;
}
#ui1049 .tab_content {
  display: none;
  
}
#ui1049 .tab_content.active {
  display: block;
}
#ui1049 .feature_content {
  overflow: hidden;
}
#ui1049 .feature_content .title {
  float: left;
  width: calc(100% - 464px);
  color: #0078d4;
  font-size: 36px;
  font-weight: 500;
  margin: 0 0 50px;
}
#ui1049 .feature_content .img {
  float: right;
  width: 464px;
  margin: 60px 0 0;
}
#ui1049 .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;
}
#ui1049 .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ページ制作
-------------------------------------------------------------------- */

  /* 共通
------------------------------------- */

  #ui1049 .section {
    width: 100%;
    padding: 60px 10px 0;
  }

  #ui1049 .section h2 {
    margin-bottom: 45px;
    font-size: 2.5rem;
  }

  #ui1049 h2 span {
    padding: 0 15px 5px;
  }

  #ui1049 .colImgTxt {
    display: block;
  }

  #ui1049 .colImgTxt .txtBox,
  #ui1049 .colImgTxt .imgBox {
    width: 100%;
  }

  #ui1049 .section01 .contensArea h3 {
    margin-bottom: 15px;
    font-size: 2.5rem;
    text-align: left;
  }

  #ui1049 h3 br {
    display: none;
  }

  #ui1049 .section01 .officeBlock02 .readTxt {
    font-size: 1.4rem;
    text-align: left;
  }

  #ui1049 .readTxt br {
    display: none;
  }

  #ui1049 .colImgTxt .imgBox {
    margin-top: 35px;
  }

  #ui1049 .colTwoTxt {
    margin-top: 35px;
  }

  #ui1049 .colTwoTxt img {
    max-width: 100%;
    height: auto;
  }

  #ui1049 .colTwoTxt li {
    width: 49%;
  }

  #ui1049 .colTwoTxt li dt {
    font-size: 1.5rem;
  }

  #ui1049 .colTwoTxt li dd {
    font-size: 2rem;
  }

  #ui1049 .colTwoTxt li dd .bigTxt {
    font-size: 4rem;
  }

  #ui1049 .cauTxt {
    font-size: 1.2rem;
  }

  #ui1049 .spOnly {
    display: block;
  }


  /* タイトル
------------------------------------- */
  #spwrap #socialButton {
    position: absolute;
    right: 0;
    top: -6px;
  }

  #spwrap .contentsarea {
    position: relative;
  }

  #ui1049 h1 {
    width: 100%;
    margin: 10px 0 10px !important;
    font-size: 1.2rem;
  }

  #ui1049 .section01 .block01 .iconBox {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center
  }

  #ui1049 .section01 .block01 .iconBox img {
    width: 48%;
    height: 100%
  }

  #ui1049 .section01 .block01 .iconBox img + img {
    margin-top: 0
  }


  /* メインビジュアル
------------------------------------- */
  #ui1049 .mainVisual {
    width: 100%;
  }

  #ui1049 .mainVisual img {
    width: 100%;
    height: auto;
  }

  #ui1049 .mvTxt {
    width: 100%;
    font-size: 110%;
  }


  /* バッグ
------------------------------------- */
  #ui1049 .section01 {
    padding: 0;
  }

  #ui1049 .section01 .contensArea {
    width: 100%;
    padding: 35px 10px 40px;
  }

  #ui1049 .section01 .block01 .contensArea {
    padding: 0 10px 40px;
    margin: 0;
  }

  #ui1049 .section01 .subSection.block01 .imgBox img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  #ui1049 .section01 .block01 .contensArea .txtBox,
  #ui1049 .section01 .block01 .contensArea .imgBox {
    width: 100%;
    margin: 20px 0 0;
  }


  /* 軽量化
------------------------------------- */
  #ui1049 .section01 .block02 .contensArea {
    padding: 35px 10px 25px;
  }

  #ui1049 .section01 .block02 h3,
  #ui1049 .section01 .block02 .readTxt {
    text-align: left;
  }

  #ui1049 .section01 .block02 .movieLink {
    margin-top: 35px;
    font-size: 150%;
  }

  #ui1049 .section01 .block02 .movieLink span::before {
    margin: 0px 2px 3px 0;
    border: 4px solid transparent;
    border-left: 7px solid #0070c9;
  }

  #ui1049 .colThreeImg {
    margin-top: 25px;
  }

  #ui1049 .colThreeImg li {
    width: 32%;
    font-size: 120%;
  }

  #ui1049 .colThreeImg .figure img {
    width: 100%;
    height: auto;
  }

  #ui1049 .section01 .block02 .colTwoTxt {
    display: block;
  }

  #ui1049 .section01 .block02 .colTwoTxt li {
    width: 100%;
  }

  #ui1049 .section01 .block02 .colTwoTxt > li + li {
    margin-top: 25px;
  }


  /* 打ちやすい
------------------------------------- */
  #ui1049 .keyTxt {
    margin-top: 35px;
    text-align: center;
  }

  #ui1049 .keyTxt > dt {
    font-size: 180%;
  }

  #ui1049 .keyTxt dd ul li {
    width: 49%;
  }

  #ui1049 .keyTxt dd ul li:first-child::after {
    right: -10%;
    border: 10px solid transparent;
    border-left: 16px solid #1a1a1a;
  }

  #ui1049 .keyTxt dd ul li dt {
    font-size: 140%;
  }

  #ui1049 .keyTxt dd ul li dd {
    font-size: 200%;
  }

  #ui1049 .section01 .block03 .imgBox img {
    width: 100%;
    margin-top: -30px;
  }

  #ui1049 .section01 .block04 .readTxt {
    text-align: left;
  }

  #ui1049 .section01 .block05 .colImgTxt {
    text-align: left
  }

  #ui1049 .section01 .block05 .colImgTxt .txtBox {
    width: 100%
  }

  #ui1049 .section01 .block05 .imgBox img {
    min-width: 100%;
    margin-top: 0
  }


/* office
------------------------------------- */
#ui1049 .section01 .block01 h2{
  margin-bottom: 20px;
}
#ui1049 .section01 .officeBlock01 h3,
#ui1049 .section01 .officeBlock01 .readTxt,
#ui1049 .section01 .officeBlock02 h3,
#ui1049 .section01 .officeBlock02 .readTxt{
  text-align: left;
}

#ui1049 .section01 .officeBlock02 .contensArea{
  padding: 35px 10px 40px;
}

#ui1049 .section01 .officeBlock02 .officeArea ul{
  margin-top: 0;
}
#ui1049 .section01 .officeBlock02 .officeArea ul li{
  display: block;
  float: none;
  margin: 40px 0 0;
  width: 100%;
}
#ui1049 .section01 .officeBlock02 .officeArea ul li .figure{
  position: static;
  width: 100%;
  margin-top: 20px;
}
#ui1049 .section01 .officeBlock02 .officeBlock li .imgBox img{
  width: 100%;
  height: auto; 
}
#ui1049 .section01 .officeBlock02 .officeBlock li .officeLead{
  text-align: left;
  font-size: 180%;
}
#ui1049 .section01 .officeBlock02 .officeBlock li p{
  font-size: 1.4rem;
}
#ui1049 .section01 .officeBlock02 .officeLink a{
  font-size: 1.5rem;
}



  /* おすすめ商品
------------------------------------- */
  #ui1049 .section02 .product > li {
    width: 48.5%;
  }

  #ui1049 .section02 .product li a {
    padding: 0;
    border: none;
  }

  #ui1049 .section02 .product li a:hover {
    border: none;
  }

  #ui1049 .section02 h4 {
    font-size: 1.8rem;
  }

  #ui1049 .section02 .colSpecImg {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  #ui1049 .section02 .colSpecImg .specBox {
    width: 100%;
  }

  #ui1049 .section02 .colSpecImg .imgBox {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  #ui1049 .section02 .colPriceBtn {
    display: block;
  }

  #ui1049 .section02 .colPriceBtn .buyBtn {
    margin-top: 10px;
    font-size: 120%;
    text-align: right;
  }

  #ui1049 .section02 .product > li:nth-of-type(n+3) {
    margin-top: 40px;
  }


  /* パラメーター
------------------------------------- */
  #ui1049 .w7eosBlock {
    width: 100%;
    text-align: left;
    padding: 20px 3%;
  }

  #ui1049 .section01 .w7eosBlock .w7eosLink a {
    font-size: 150%;
  }

  #ui1049 .schoolBlock img {
    width: 100%;
    height: auto;
    padding: 0 10px;
  }
  
  
/* タブ切り替え
------------------------------------- */
#ui1049 .section.feature{
    padding: 60px 10px 0;	
}
#ui1049 .tabs {
    border-bottom: 0;
    margin: 0 0 30px;
    gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
#ui1049 .tabs > a {
    background: #e5e5e5;
    font-size: 1.6rem;
    text-align: center;
    padding: 20px 10px;
    width: calc(50% - 5px);
    box-sizing: border-box;
    flex: none;
  }
#ui1049 .tabs > a:hover,
#ui1049 .tabs > a.active {
    background: #0078d4;
    color: #fff;
  }
#ui1049 .feature_content .title {
    float: none;
    width: auto;
    text-align: center;
    font-size: 2.5rem;
    margin: 0 0 20px;
  }
#ui1049 .feature_content .img {
    float: none;
    width: auto;
    margin: 0 0 20px;
  }
#ui1049 .feature_content .desc {
    float: none;
    width: auto;
    padding: 0;
  }
#ui1049 .feature_content .desc .sh {
    font-size: 2rem;
    text-align: center;
  }
#ui1049 .feature_content .desc .txt {
    font-size: 1.6rem;
  }
}

.section03 {
  padding-bottom: 0 !important;
}

.section03 h2 {
  margin: 0 !important;
}