@charset "UTF-8";

/*===========================
ui2008
===========================*/

.ui2008 .seriesBanner-protrude .seriesBanner_img {
  margin-top: 0;
}

.seriesBanner-protrude .seriesBanner_note {
  margin-top: 10px;
}

.ui2008 .seriesRecommend_product {
  height: auto;
}

/* 共通
------------------------------------- */
.ui2008 .seriesFeature .contentsArea {
  width: 1160px;
  margin: 0 auto;
}

.ui2008 .seriesFeature .contentsArea .readTxt {
  margin-top: 30px;
  font-size: 1.6rem;
}

.ui2008 .colImgTxt {
  display: flex;
  justify-content: space-between;
}

.ui2008 .colImgTxt .txtBox,
.ui2008 .colImgTxt .imgBox {
  width: 48%;
  text-align: left;
}

.ui2008 .colTwoTxt {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.ui2008 .colTwoTxt li {
  width: 48%;
  text-align: center;
}

.ui2008 .colTwoTxt li dt {
  margin-bottom: 5px;
  font-size: 160%;
  color: #666;
}

.ui2008 .colTwoTxt li dd {
  font-size: 3rem;
}

.ui2008 .colTwoTxt li dd .bigTxt {
  font-size: 5rem;
}

.ui2008 .colTwoTxt li dd .smlTxt {
  font-size: 1.4rem;
}

.ui2008 .cauTxt {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  font-size: 1.2rem;
}

.ui2008 h3 .smlTxt {
  font-size: 1.3rem;
}

/* section
------------------------------------- */
.ui2008 .seriesFeature {
  width: 100%;
  /*padding-top: 60px;*/
}

.ui2008 .seriesFeature .subSection {
  text-align: center;
}


/* 毎日使いたくなる軽やかさ
------------------------------------- */
.ui2008 .seriesFeature .ch01block01 {
  background: #d0dff9;
  margin: 60px 0 0;
}

.ui2008 .seriesFeature .ch01block01 .contentsArea {
  padding: 60px 0;
  width: 100%;
}

.ui2008 .seriesFeature .ch01block01 .imgBox img {
  margin-top: 30px;
}

/* 毎日持ち歩いても安心のタフ設計
------------------------------------- */
.ui2008 .seriesFeature .ch01block02 .contentsArea {
  padding: 60px 0;
}

.ui2008 .seriesFeature .ch01block02 .colImgTxt {
  align-items: center;
}

.ui2008 .seriesFeature .ch01block02 .colImgTxt .txtBox {
  width: 58%;
}

.ui2008 .seriesFeature .ch01block02 .colImgTxt .imgBox {
  width: 40%;
}

.ui2008 .seriesFeature .ch01block02 .colImgTxt .txtBox .figure {
  margin-top: 30px;
  text-align: center;
}

.ui2008 .seriesFeature .ch01block02 .colImgTxt .txtBox .cauTxt {
  display: block;
}


/* スマホと
------------------------------------- */
.ui2008 .seriesFeature .ch01block03 {
  background: #f2f2f2;
}

.ui2008 .seriesFeature .ch01block03 .contentsArea {
  padding: 60px 0;
}

.ui2008 .seriesFeature .ch01block03 .imgBox {
  margin-top: 30px;
}


/* モバイルバッテリーで
------------------------------------- */
.ui2008 .seriesFeature .ch01block04 .contentsArea {
  padding: 60px 0;
}

.ui2008 .seriesFeature .ch01block04 .colImgTxt {
    padding: 60px 0;
    flex-direction: row-reverse;
    align-items: center;
}

.ui2008 .seriesFeature .ch01block04 .colImgTxt .txtBox {
  width: 42%;
}

.ui2008 .seriesFeature .ch01block04 .colImgTxt .imgBox {
  width: 55%;
}



/*seriesNewBottomBtn*/
.seriesNewBottomBtn {
  width: 1160px;
  margin: 80px auto 0;
}

.bottomBtn_list {
  display: flex;
  justify-content: space-between;
}

.bottomBtn_item {
  width: calc((100% - 20px) / 3);
}

.bottomBtn_item a {
  display: block;
  font-size: 1.6rem;
  height: 60px;
  text-align: center;
  border-radius: 3px;
  background-color: #D2DCE6;
  line-height: 1.2;
  color: #333;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

@media print,
screen and (min-width: 768px) {
  .bottomBtn_item a:hover {
    color: #fff;
    font-weight: bold;
    background: #606A76;
  }
}

@media screen and (max-width: 767px) {


  /* 共通
------------------------------------- */
  .ui2008 .seriesFeature .ch01block00 .contentsArea,
  .ui2008 .seriesFeature .ch01block01 .contentsArea,
  .ui2008 .seriesFeature .ch01block02 .contentsArea,
  .ui2008 .seriesFeature .ch01block03 .contentsArea,.ui2008 .seriesFeature .ch01block04 .contentsArea {
    width: 100%;
    padding: 30px 10px;
    text-align: left;
  }

  .ui2008 .colImgTxt {
    display: block;
  }

  .ui2008 .colImgTxt .txtBox,
  .ui2008 .colImgTxt .imgBox {
    width: 100%;
    text-align: left;
  }

  .ui2008 .seriesFeature .ch01block00,
  .ui2008 .seriesFeature .ch01block01,
  .ui2008 .seriesFeature .ch01block02,
  .ui2008 .seriesFeature .ch01block03,
  .ui2008 .seriesFeature .ch01block04 {
    /*! padding: 30px 0; */
  }

  .ui2008 .seriesFeature .contentsArea .readTxt {
    margin-top: 15px;
    font-size: 1.4rem;
  }

  .ui2008 .colImgTxt .imgBox {
    margin-top: 15px;
  }

  .ui2008 .seriesFeature .subSection .imgBox img {
    max-width: 100%;
  }

  .ui2008 .colTwoTxt {
    margin-top: 20px;
  }

  .ui2008 .colTwoTxt li dt {
    margin-bottom: 5px;
    font-size: 1.6rem;
    color: #666;
  }

  .ui2008 .colTwoTxt li dd {
    font-size: 1.8rem;
  }

  .ui2008 .colTwoTxt li dd .bigTxt {
    font-size: 3.4rem;
  }

  .ui2008 .colTwoTxt li dd .smlTxt {
    font-size: 1.2rem;
  }

  .ui2008 .cauTxt {
    display: block;
    font-size: 1.2rem;
  }


  /* section
	------------------------------------- */
  .ui2008 .seriesFeature .subSection {
    /*! padding: 10px 0; */
  }

  /* 4辺狭額液晶
  ------------------------------------- */
  .ui2008 .seriesFeature .ch01block01 {
    margin-top: 30px;
  }

  .ui2008 .seriesFeature .ch01block01 .colImgTxt .txtBox {
    width: 100%;
  }

  .ui2008 .seriesFeature .ch01block01 .imgBox img {
    min-width: 100%;
    margin-top: 15px;
  }

  /* 毎日使いたくなる
  ------------------------------------- */
  .ui2008 .seriesFeature .ch01block02 .colImgTxt {
    display: block;
  }

  .ui2008 .seriesFeature .ch01block02 .colImgTxt .txtBox,
  .ui2008 .seriesFeature .ch01block02 .colImgTxt .imgBox {
    width: 100%;
  }
  
  /* モバイルバッテリーで
  ------------------------------------- */
  .ui2008 .seriesFeature .ch01block04 .colImgTxt {
    display: block;
    padding: 0;
  }

  .ui2008 .seriesFeature .ch01block04 .colImgTxt .txtBox,
  .ui2008 .seriesFeature .ch01block04 .colImgTxt .imgBox {
    width: 100%;
  }

	
  .ui2008 .seriesFeature_bottomNote {
    font-size: 1.4rem;
  }



  /*seriesNewBottomBtn*/
  .seriesNewBottomBtn {
    width: 100%;
    margin-top: 60px;
    padding: 0 10px;
  }

  .bottomBtn_list {
    flex-wrap: wrap;
  }

  .bottomBtn_item {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }

  .bottomBtn_item a {
    height: 40px;
    font-size: 1.2rem;
    line-height: 1.2;
  }

}


/*YouTubeエリア*/
.link_youTube_new {
  width: 800px;
  margin: 0 auto;
}

.moviecol_new {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.moviecol_new span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.moviecol_new span:hover {
  opacity: 0.7;
  cursor: pointer;
}

.moviecol_new iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media screen and (max-width: 767px) {
  .link_youTube_new {
    width: 100%;
  }
  .link_youTube_new img {
    height: auto;
  }
}




/* 231227編集エリア
------------------------------------- */
/*メニュー追従*/
.seriesManu_inner {
  width: 1160px;
  margin: 0 auto;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
}

.seriesManu_inner a {
  text-decoration: none;
  color: #333;
}

.seriesManu_fixArea {
  background: #fff;
  width: 100%;
  display: none;
}

.seriesManu_fixArea .seriesManu_fixBlock {
  display: flex;
  height: 70px;
  align-items: center;
}

.seriesManu_heading {
  width: 22%;
  font-size: 2.2rem;
  font-weight: bold;
}

.seriesManuAnchor_list {
  width: 47%;
  display: flex;
  justify-content: start;
}

.seriesManuAnchor_list .seriesManuAnchor_item {
  width: 23%;
}

.seriesManuAnchor_item a {
  display: block;
  text-align: center;
  padding: 10px 5px 12px;
}

.seriesManuAnchor_item a:hover {
  color: #00a0e9;
  background: #effaff;
}

.seriesManuCart_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 31%;
}

.seriesManu_fixBlock .product_price {
  width: 40%;
  text-align: center;
}

.seriesManu_fixBlock .product_price span {
  font-size: 1.8rem;
}

.seriesManu_fixBlock .productCartBtn {
  width: 59%;
}

.seriesManu_fixBlock .productCartBtn a {
  display: block;
  text-align: center;
  background: #00a0e9;
  color: #fff;
  padding: 10px 5px 12px;
  border-radius: 50px;
  border: 1px solid #00a0e9;
}

.seriesManu_fixBlock .productCartBtn a:hover {
  background: #fff;
  color: #00a0e9;
}


.seriesManu_fixArea.seriesManufix {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid #232b35;
  display: block;
}

.seriesManu_fixArea.seriesManufix {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


.seriesManu_fixArea.seriesManufix .seriesManu_fixBlock {
  width: 1160px;
  margin: 0 auto;
}


@media screen and (max-width: 767px) {
  .seriesManu_inner {
    width: 100%;
    font-size: 1.4rem;
  }

  .seriesManu_fixArea .seriesManu_fixBlock {
    display: block;
    height: 130px;
    padding: 8px 10px;
    margin: 10px auto;
  }

  .seriesManu_heading {
    width: 100%;
    font-size: 1.8rem;
  }

  .seriesManuAnchor_list {
    width: 100%;
    justify-content: space-between;
    margin-top: 5px;
  }

  .seriesManuAnchor_list .seriesManuAnchor_item {
    width: 49%;
  }

  .seriesManuAnchor_item a {
    padding: 6px 5px 8px;
    background: #effaff;
  }

  .seriesManuCart_list {
    width: 100%;
    margin-top: 10px;
  }

  .seriesManu_fixBlock .product_price {
    width: 49%;
  }

  .seriesManu_fixBlock .productCartBtn {
    width: 49%;
  }

  .seriesManu_fixBlock .productCartBtn a {
    padding: 6px 5px 8px;
  }

  .seriesManu_fixArea.seriesManufix .seriesManu_fixBlock {
    width: 100%;
  }

}



/*MV*/
.seriesNewContents_inner {
  max-width: 1160px;
  height: 400px;
  margin: 30px auto 0;
  background: url(ui3058_mv.png) no-repeat right 0;
  background-size: auto;
  background-size: contain;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  letter-spacing: 0.2rem;
}

.seriesNewTitle_inner {
  width: 550px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
}

.seriesNewContentsMv .seriesNewTitle {
  font-size: 3.2rem;
}

.seriesNewContentsMv .seriesNewTitle_product {
  margin-top: 20px;
  font-size: 2.4rem;
}

.seriesNewContentsMv .product_price {
  margin-top: 20px;
}

.seriesNewContentsMv .product_price span {
  font-size: 2rem;
}

.seriesNewContentsMv .productCartBtn a {
  display: block;
  width: 300px;
  text-align: center;
  text-decoration: none;
  background: #00a0e9;
  color: #fff;
  margin-top: 20px;
  padding: 20px 10px;
  border-radius: 50px;
  font-weight: 500;
  border: 1px solid #00a0e9;
}

.seriesNewContentsMv .productCartBtn a:hover {
  background: #fff;
  color: #00a0e9;
}

.seriesNewContentsMv .productColorList {
  margin-top: 20px;
  display: flex;
  justify-content: start;
}

.seriesNewContentsMv .productColor span {
  display: inline-block;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin: 0 5px;
}

.seriesNewContentsMv .productColor_bl {
  background-color: #333;
}

.seriesNewContentsMv .productColor_gr {
  background-color: #bebec3;
}

.seriesNewContentsMv .productColor_wh {
  background: #fff;
  border: 1px solid #ccc;
}

.seriesNewContentsMv .productColor_br {
  background-color: #89594b;
}

.seriesNewContentsMv .productColor_go {
  background-color: #b6a27d;
}

.seriesNewContentsMv .productColor_lb {
  background-color: #497cbb;
}

@media screen and (max-width: 767px) {
  .seriesNewContents_inner {
    max-width: 100%;
    height: auto;
    background-position: top center;
    background-size: 80%;
    padding: 0 10px;
  }

  .seriesNewTitle_inner {
    width: 100%;
    padding: 53vw 0 0;
  }

  .seriesNewContentsMv .seriesNewTitle {
    font-size: 2.4rem;
  }

  .seriesNewContentsMv .seriesNewTitle_product {
    margin-top: 10px;
    font-size: 2rem;
  }

  .seriesNewContentsMv .product_price {
    margin-top: 5px;
  }

  .seriesNewContentsMv .productCartBtn a {
    width: 75%;
    margin: 15px auto 0;
  }

  .seriesNewContentsMv .productColorList {
    margin-top: 10px;
    justify-content: center;
  }
}
