﻿@charset "utf-8";

html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
	font-weight: normal;
	margin: 0;
	padding: 0;
  list-style: none;
}
body{
  width: 100%;
  margin: 0;
  color: #000;
  font-family: 'Century Gothic',"Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-size: 15px;
	background: url("https://ubpshop.itembox.design/item/cellphel/img/bg_yellow.png") no-repeat center top;
}
.fs-l-main{
  margin-top: 0px;
  padding: 0px;
}
.fs-l-pageMain {
  max-width: 1000px;
  width: 100%;
  margin: 80px auto 0;
}
.fs-l-product4 .fs-l-productLayout {
  max-width: 850px;
  margin: auto;
  text-align: center;
}
table{
  border-spacing: 0px;
}
.min{
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
img{
  border: none;
}
a{
  color: #000;
  text-decoration: none;
}
a:hover{
  opacity: 0.6;
  text-decoration: none;
}
a:visited {
    color: #000;
}
.red{
  color: #f00;
}
.txtleft{
  text-align: left;
}
.keyword{
  font-size: 13px;
  color: #7C8790;
  margin: 4% 1% 40px 1%;
  text-align: left;
}

.sp{
  display: none;
}

/*- Q＆A -*/
#cp_faq{
  width: 100%;
  margin-bottom: 40px;
}
#cp_faq h3{
  border-bottom: 1px solid #277480;
  vertical-align: bottom;
  margin-bottom: 15px;
}
#cp_faq dl{
  text-align: left;
  font-size: 1.2em;
}
#cp_faq dl dt{
  color: #277480;
  font-weight: 600;
  padding-left: 1.3em;
  text-indent: -1em;
}
#cp_faq dl dt::before{
  content: "Q.";
}
#cp_faq dl dd::before{
  content: "A.";
}
#cp_faq dl dd{
  line-height: 140%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 1.3em;
  text-indent: -1em;
}

@media screen and (max-width: 760px){
    #cp_faq{
      margin-bottom: 30px;
    }
    #cp_faq dl{
      width: 97%;
      padding-left: 3%;
      font-size: 1em;
    }
}
/*- -*/

/*- EGFとはボタン -*/
.link_about{
	text-align: center;
}
.link_about a{
	background: url(https://ubpshop.itembox.design/item/img/common/arrow_link_wt.png) no-repeat 98% center;
	background-size: 25px;
	background-color: #017582;
	color: #fff!important;
	padding: 10px 40px;
	font-size: 18px;
    line-height: 2em;
}

@media screen and (max-width: 760px){
	.link_about a{
		background-size: 18px;
		padding: 15px 30px;
		font-size: 3.5vw;
		line-height: 3em;
	}
}

/* ページTOPに戻る */
#page-top{
  display: none;
  position: fixed;
  right: 15px;
  bottom: 90px;
  opacity: 0.7;
}
#page-top a{
  display: block;
  font-size: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #000;
  line-height: 50px;
}
#page-top a i{
  font-size: 20px;
  color:#fff;
  line-height: 50px;
}
.move-page-top{
	display: block ;
	background: #D36015 ;
	width: 50px ;
	height: 50px ;

	color: #fff ;
	line-height: 50px ;
	text-decoration: none ;
	text-align: center ;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}

.move-page-top:hover
{
	opacity: 0.85 ;
}

#header{
	position: fixed;
  display: block;
  width: 100%;
	height: 46px;
	background-color: #000;
	opacity: 0.8;
	margin: 0;
  padding: 0;
	z-index: 999;
}

#header .header{
	display: block;
  width: 1000px;
	height: 46px;
  margin: 0 auto;
  background: url("https://ubpshop.itembox.design/item/cellphel/img/logo.png") no-repeat 20px 15px;
  background-size: 158px;
}
.header #logo_home{
  display: inline-block;
  width: 200px;
  margin: 0;
  padding: 0;
}
.header #logo_home a{
  display: block;
  height: 46px;
}
.header #logo_home a:hover{
  opacity: 1;
}

.pcheader_menu.pc{
  display: inline-block;
	vertical-align: top;
  width: 795px;
}
/*-.pcheader_menu.pc .mainmenu{
  display: block;
  text-align: right;
  line-height: 46px;
}
.pcheader_menu.pc .mainmenu li{
  display: inline-block;
  padding: 0 25px 0 0;
  line-height: 20px;
  vertical-align: middle;
}-*/
.pcheader_menu.pc .gnav li.inq{
    width: 150px;
}
/*-.pcheader_menu.pc .mainmenu li a{
	color: #fff;
}-*/

.gnav {
    display: flex;
    height: 46px;
    margin: 0 auto;
    width: 790px;
}

.gnav > li {
  width: 14%;
}
.gnav > li:last-child {
  width: 7%;
}
.gnav > li:last-child a{
  padding-top: 5px;
}
/*全てのリスト・リンク共通*/
.gnav li {
    list-style: none;
    position: relative;
}
.gnav li a {
    background: #000;
    color: #fff;
    display: block;
    height: 46px;
    line-height: 46px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .gnav li li {
    height: 0;
    overflow: hidden;
    transition: .5s;
}
.gnav li li a {
  width: 91px;
  padding: 0 0;
}
.gnav li:hover > ul > li {
    height: 46px;
    overflow: visible;
}

.event_area{
  width: 850px;
  margin: 0px auto -35px;
  padding: 60px 0 0 0;
}

#contents{
  margin-top: -80px;
}
#contents h2, #footer h2{
  margin: 0 auto 10px;
  text-align: center;
  font-size: 22px;
}
#contents h2 span.min, #footer h2 span.min{
  font-size: 26px;
}
#contents #main{
	display: block;
	width: 1400px;
	height: 500px;
	margin: 30px auto 0;
}
#main .mainimg_pc{
	position: relative;
	background: url("https://ubpshop.itembox.design/item/cellphel/img/main_image.jpg") no-repeat right top;
	background-size: 798px;
	width: 1250px;
	height: 458px;
	z-index: 100;
}
#main .mainimg_pc img.titleimg{
	width: 405px;
	position: relative;
	top: 130px;
	left: 894px;
}
#main .mainimg_pc img.titleimg2{
	width: 395px;
	position: relative;
	top: 120px;
	left: 850px;
}
#main .mainimg_sp{
  display: none;
}
#main .mainimg_sp2{
  display: none;
}
.movie{
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 50;
  font-size: 0;
}
.movie2{
    display:none;
}
.movie2.sp{
  padding-top: 80px;
}
#main .lineup_name{
	width: 600px;
	position: relative;
	top: -380px;
	left: 100px;
	z-index: 10;
}
#main .lineup_name img{
  width: 423px;
	margin-bottom: 17px;
}
#main .lineup_name .name2{
	margin-left: 18px;
}
#main .lineup_name .name3{
	margin-left: 36px;
}
#main .lineup_name .name4{
	margin-left: 54px;
}
#main .lineup_name .name5{
	margin-left: 72px;
}

.concept{
	width: 1000px;
	margin: 0 auto;
}
.concept h2.pc{
    display: block;
	width: 400px;
	padding: 20px 0 20px;
}
.concept h2.sp{
    display: none;
}
.concept p{
	font-size: 20px;
	text-align: center;
	line-height: 1.8;
	margin-bottom: 8px;
	color: #212121;
	letter-spacing: 0.05em;
}
.concept p span{
	color: #277480;
	font-weight: 600;
}
.concept p.strong{
	font-size: 28px;
	font-weight: 500;
	line-height: 2;
}
.concept p.strong br{
  display: none;
}
.about{
	width: 900px;
	margin: 60px auto 0;
}
.about .aboutcp{
	display: block;
	height: 210px;
	margin-bottom: 30px;
	background: url("https://ubpshop.itembox.design/item/cellphel/img/bg_yellow.png") no-repeat 300px top;
}
.about .egf{
	display: block;
	height: 230px;
	margin-bottom: 30px;
	background: url("https://ubpshop.itembox.design/item/cellphel/img/bg_yellow.png") no-repeat 300px top;
}
.about .allskin{
	display: block;
	height: 230px;
	margin-bottom: 30px;
	background: url("https://ubpshop.itembox.design/item/cellphel/img/bg_yellow.png") no-repeat 300px top;
}
.about h3{
	font-size: 28px;
	padding: 0 10px 5px 15px;
	color: #297380;
	border-bottom: 1px solid #297380;
}
.about .aboutcp h3{
	margin: 0px 20px -57px 320px;
	padding: 20px 10px 5px 0px;
}
.about .egf h3{
	margin: 0px 20px -70px 320px;
	padding: 20px 10px 5px 0px;
}
.about .allskin h3{
	margin: 0px 20px -55px 320px;
	padding: 20px 10px 5px 15px;
}
.about .aboutcp img{
	margin: 0 0 -145px;
}
.about .egf img{
	margin: 0 0 -165px;
}
.about .allskin img{
	margin: 0 0 -170px;
}
.about p{
	font-size: 16px;
	margin: 0 20px 0 330px;
	text-align: left;
}

.lineup{
	width: 1000px;
	margin: 100px auto 0;
	text-align: center;
}
.lineup h3{
	width: 280px;
	margin: 0 auto 40px;
}
.lineup .lu{
	margin-bottom: 80px;
}
.lineup .lu01{
	background: url("https://ubpshop.itembox.design/item/cellphel/img/lu_img01.jpg") no-repeat right center;
	background-size: 455px;
}
.lineup .lu02{
	background: url("https://ubpshop.itembox.design/item/cellphel/img/lu_img02.jpg") no-repeat left center;
	background-size: 455px;
}
.lineup .lu03{
	background: url("https://ubpshop.itembox.design/item/cellphel/img/lu_img03.jpg") no-repeat right center;
	background-size: 455px;
}
.lineup .lu04{
	background: url("https://ubpshop.itembox.design/item/cellphel/img/lu_img04.jpg") no-repeat right center;
	background-size: 455px;
}
.lineup .lu ul{
	width: 540px;
}
.lineup .lu01 li, .lineup .lu03 li{
	display: inline-block;
	width: 240px;
	margin-right: 20px;
}
.lineup .lu02 li{
	display: inline-block;
	width: 540px;
	margin-left: 500px;
}
.lineup .lu01 li img{
	width: 215px;
}
.lineup .lu02 li img{
	width: 220px;
}
.lineup .lu03 li img{
	width: 217px;
}
.lineup .lu04 li img{
	width: 220px;
}
.lineup .name{
	color: #277480;
	font-weight: 600;
}
.lineup .price{
	font-size: 70%;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #000;
}
.lineup .text{
	font-size: 80%;
}
.lineup .bt{
  width: 190px;
  height: 40px;
  margin: 10px auto;
  padding: 8px 0;
  font-size: 100%;
  background-color: #000;
  color: #fff;
}

.setbox{
	width: 1000px;
	margin: 100px auto 0;
	text-align: center;
}
.setbox h3{
	width: 280px;
	margin: 0 auto 40px;
}
.setbox ul{
	width: 1000px;
}
.setbox ul li{
	display: inline-block;
	width: 430px;
	margin: 0 30px;
}
.setbox .name{
	color: #277480;
	font-weight: 600;
}
.setbox .price{
	font-size: 70%;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #000;
}
.setbox .text{
	font-size: 80%;
}
.setbox .bt{
  width: 190px;
  height: 40px;
  margin: 10px auto;
  padding: 8px 0;
  font-size: 100%;
  background-color: #000;
  color: #fff;
}

.setbox.triple{
	width: 1000px;
	margin: 100px auto 0;
	text-align: center;
}
.setbox.triple h3{
	width: 280px;
	margin: 0 auto 40px;
}
.setbox.triple ul{
	width: 1000px;
}
.setbox.triple ul li{
	display: inline-block;
	width: 286px;
	margin: 0 20px;
}
.setbox.triple .name{
	color: #277480;
	font-weight: 600;
}
.setbox.triple .price{
	font-size: 70%;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #000;
}
.setbox.triple .text{
	font-size: 80%;
}
.setbox.triple .bt{
  width: 190px;
  height: 40px;
  margin: 10px auto;
  padding: 8px 0;
  font-size: 100%;
  background-color: #000;
  color: #fff;
  box-sizing: border-box;
}

.trial{
	width: 1000px;
	margin: 100px auto 0;
	text-align: center;
}
.trial h3{
	width: 280px;
	margin: 0 auto 40px;
}
.trial ul{
	width: 1000px;
}
.trial ul li{
	display: inline-block;
	width: 286px;
	margin: 0 20px;
}
.trial .name{
	color: #277480;
	font-weight: 600;
}
.trial .price{
	font-size: 70%;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #000;
}
.trial .text{
	font-size: 80%;
}
.trial .bt{
  width: 190px;
  height: 40px;
  margin: 10px auto;
  padding: 8px 0;
  font-size: 100%;
  background-color: #000;
  color: #fff;
}

.carestep{
	width: 1000px;
	margin: 100px auto 0;
	text-align: center;
}
.carestep h3{
	width: 315px;
	margin: 0 auto 40px;
}
.carestep ul.day{
  width: 900px;
  padding: 20px 0 0 40px;
	margin: 0 auto 30px;
  background: url("https://ubpshop.itembox.design/item/cellphel/img/icon_care_day.png") no-repeat left top;
  background-size: 70px;
}
.carestep ul.night{
  width: 940px;
  padding: 20px 0 0 20px;
	margin: 0 auto 30px;
  background: url("https://ubpshop.itembox.design/item/cellphel/img/icon_care_night.png") no-repeat left top;
  background-size: 75px;
}
.carestep ul li{
  display: inline-block;
  background: url("https://ubpshop.itembox.design/item/cellphel/img/icon_arrow.png") no-repeat right center;
  background-size: 20px;
}
.carestep ul li p{
  font-size: 14px;
}
.carestep ul li:last-child{
  background: none;
}
.carestep ul.day li{
  width: 190px;
  padding: 0 50px 0 25px;
}
.carestep ul.night li{
  width: 180px;
  padding: 0 40px 0 20px;
}
.carestep ul li img{
  width: 120px;
}

.howto{
  width: 970px;
  margin: 80px auto 0;
}
.howto h3{
	width: 165px;
	margin: 0 auto 40px;
}
.howto ul li{
  display: inline-block;
  width: 170px;
  vertical-align: top;
  margin: 0 5px 0 15px;
}
.howto p.min{
  border-left: 5px solid #277380;
  padding: 0 0 0 5px;
  margin-bottom: 10px;
  color: #277380;
}
.howto ul li p.text{
  font-size: 80%;
}

.media{
  width: 960px;
  margin: 50px auto 0;
}
.media p{
  line-height: 150%;
  padding: 1em;
  font-size:12px;
  text-align: center;
}

#footer{
  display: block;
  width: 100%;
  margin: 80px auto 0;
  padding: 30px 0 0 0;
  background-color: #2c2c2c;
}

#footer .sguide{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  color: #fff;
}
#footer .sguide .inner{
  width: 1000px;
  margin: 0 auto;
}
#footer .inner .guide{
  display: inline-block;
  overflow: hidden;
  width: 498px;
  padding: 30px 0 0 0;
}
#footer .inner .guide li{
  display: inline-block;
  width: 220px;
  text-align: center;
  line-height: 1;
  height: 2.5em;
  font-size: 16px;
	vertical-align: middle;
}
#footer .inner .guide li a{
  color: #fff;
}

#footer .sns{
  display: inline-block;
  vertical-align: top;
  width: 497px;
}
#footer .sns ul{
  width: 340px;
  margin: 30px auto 0;
}
#footer .sns ul li{
  display: inline-block;
  width: 110px;
  text-align: center;
}
#footer .sns ul li img{
  width: 63px;
}
#footer .info{
  display: inline-block;
  vertical-align: top;
  width: 497px;
}

#footer .footer{
  width: 100%;
}
#footer .company{
  width: 450px;
  color: #fff;
  line-height: 1.8;
  margin: 0 auto;
  padding: 20px 0 5px 0;
}
#footer .company p{
  text-align: left;
}
#footer .company a{
    color: #fff;
}
#footer .company small{
  display: block;
  width: 450px;
  text-align: center;
  line-height: 5;
}

#footerbn .bn_area{
  display: none!important;
}

.fs-p-productDescription .caution{
  text-align: left;
} 

@media screen and (max-width: 1000px){
  body{
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
  }
  .pc{
    display: none!important;
  }
  .sp{
    display: inherit;
  }
  #header{
    display: block;
    width: 100%;
    margin: 0 auto 20px;
    padding: 0;
  }
  #header .header{
    display: block;
    width: 100%;
    height: 46px;
    background: url("https://ubpshop.itembox.design/item/cellphel/img/logo.png") no-repeat 5px 7px;
    background-size: 300px;
    margin-bottom: 5px;
  }
  #header #logo_home{
    display: inline-block;
    text-align: left;
    width: 60%;
    margin: 0;
    padding: 0;
  }
  #header #logo_home a{
    display: block;
    height: 15%;
  }
	
  .pcheader_menu.sp{
    display: inline-block;
    text-align: right;
    width: 120px;
    height: 46px;
    position: absolute;
    top: 5px;
    right: 0px;
  }
	.mainmenu{
		display: block;
	}
  .mainmenu li{
    display: inline-block;
    vertical-align: middle;
    padding: 7px 7px 0 0;
  }
  .mainmenu li img{
    width: 20px;
  }
  .mainmenu li.menu{
    padding: 0;
  }
  #nav-open {
    width: 45px;
    height: 38px;
    padding: 0 0 0 0px;
    background: url("../img/common/icon_search.png") no-repeat left center;
    background-size: 25px;
  }
  #nav-open .box{
    width: 40px;
    height: 38px;
    vertical-align: middle;
    padding: 6px 6px 0;
  }
  /*ハンバーガーアイコンをCSSだけで表現*/
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    transition: all 0.4s;
    height: 2px;/*線の太さ*/
    width: 25px;/*長さ*/
    background: #fff;
    display: block;
    content: '';
    cursor: pointer;
    z-index: 9999;/*最前面*/
  }

  #nav-open span:before {
    bottom: -8px;
  }

  #nav-open span:after {
    bottom: -16px;
  }
  #nav-open p.bt_name{
    margin: -15px 0 0 -5px;
    font-size: 12px;
    text-align: center;
		color: #fff;
  }


  /*三本線を動かす*/
  #nav-open.active span {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
    position: fixed;
  }

  #nav-open.active span:before {
    -webkit-transform: translateY(-8px) rotate(45deg);/*打ち消す*/
    transform: translateY(-8px) rotate(45deg);/*打ち消す*/
    opacity: 0;
  }

  #nav-open.active span:after {
    -webkit-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(90deg);
  }
  

  /*中身*/
  #nav-content {
    display: none;
    position: fixed;
    width: 100%;
    overflow: scroll;
    height: 100vh;
    top: 0;
    right: 0;
    transition: .2s ease-in-out;
  }

  #nav-content.open {
    display: flex;
    opacity: 1;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9998;
    width: 60%;
    overflow: scroll;
    height: 100vh;
    background: #333;
  }

  
  
  /*チェックが入ったら表示する内容*/

  .hamburger-top {
    height: 15px;
  }

	#nav-content .favorite {
    text-align: left;
    width: 94%;
    margin: 20px 3%;
    padding: 5px 10px;
    background-color: #FFF;
    font-size: 4.5vw;
  }
	#nav-content .favorite .category-title{
    margin: 0 auto;
		border: none;
	}
	
  #nav-content .category {
    text-align: left;
    width: 94%;
    margin: 20px 3%;
    padding: 10px;
    background-color: #FFF;
    font-size: 4.5vw;
  }
	#nav-content .category.func{
		margin-bottom: 50px;
	}
  #nav-content .category p{
    margin: 0;
    width: 90%;
    display: block;
    font-size: 3.5vw;
  }
  #nav-content .category p span{
    font-size: 2vw;
    padding-right: 3px;
  }
  .category-title {
    width: 100%;
    margin: 2% auto 0;
    border-top: 1px solid #f4e6e6;
    background: url("../img/common/icon_arrow_right.png") no-repeat right center;
    background-size: 18px;
  }
  .category-title a {
    display: block;
    width: 100%;
    color: #333;
    text-decoration: none;
    padding-left: 5px;
    line-height: 2.5;
  }

  .menu-container li {
    display: inline-block;
    width: 88%;
    /*-分包追加変更分 height: 3.5rem;-*/
    font-size: 5vw;
    padding: 7px 0 0px 5px;
    list-style: none;
    text-align: left;
    line-height: 1.5;
  }
  .menu-container li a{
    display: block;
    width: 100%;
  }
  .menu-container li.column1 {
    width: 100%;
  }
  .menu-container li span{
    padding-right: 5px;
    color: #777;
  }
  
  #header p.shipping{
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px;
    margin-top: -25px;
    font-size: 12px;
    color: #333;
  }

  .event_area{
    width: 98%;
    margin: 0px auto -35px;
    padding: 60px 0 0 0;
  }

  #contents #main{
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 auto 0px;
    padding-bottom: 15px;
  }
  #main .mainimg_pc{
    display: none;
  }
  #main .mainimg_sp{
    display: block;
    position: relative;
    overflow: hidden;
    top: 0;
    background: url("https://ubpshop.itembox.design/item/cellphel/img/main_image.jpg") no-repeat center top;
    background-size: 100%;
    width: 100%;
    height: 672px;
    z-index: 100;
  }
  #main .mainimg_sp img.titleimg{
    width: 60%;
    position: relative;
    top: 373px;
    left: 20%;
  }

  #main .movie{
      display:none;
  }
  #main .movie2{
      display:block;
    width: 100%;
    position: relative;
    top: 80px;
    left: 0;
    z-index: 50;
    margin-bottom: 80px;
  }
  #main .titletext{
    margin-top: -33%;
    margin-left: 20%;
    position: absolute;
    z-index:100;
    width: 60%;
  }

  #main .lineup_name{
    display: block;
    overflow: hidden;
    width: 95%;
    position: relative;
    top: 20px;
    left: 20%;
    z-index: 10;
  }
  #main .lineup_name img{
    width: 85%;
    margin-bottom: 10px;
  }
  #main .lineup_name .name2{
    margin-left: 18px;
  }
  #main .lineup_name .name3{
    margin-left: 36px;
  }
  #main .lineup_name .name4{
    margin-left: 54px;
  }
  #main .lineup_name .name5{
    margin-left: 72px;
  }

  .concept{
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .concept h2.pc{
      display:none;
  }
  .concept h2.sp{
    display:block;
    width: 100%;
    padding: 10px 0 4%;
  }
  
  .concept h3{
    color: #277480;
    font-size: 4vw;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .concept h3 span{
    font-size: 6vw;
    font-weight: 500;
  }
  .concept p{
    font-size: 3.5vw;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 8px;
    padding: 0 2%;
    color: #212121;
    letter-spacing: 0.05em;
  }
  .concept p.brno br{
    display: none;
  }
  .concept p.strong{
    font-size: 4.8vw;
    font-weight: 500;
    line-height: 1.5;
  }
  .concept p.strong br{
    display: inherit;
  }
  .concept p span{
    color: #277480;
    font-weight: 600;
  }

  .about{
    width: 98%;
    margin: 30px auto 0;
  }
  .about .aboutcp{
    display: block;
    height: inherit;
    margin-bottom: 20px;
    background: none;
  }
  .about .egf{
    display: block;
    height: inherit;
    margin-bottom: 30px;
    background: none;
  }
  .about .allskin{
    display: block;
    height: inherit;
    margin-bottom: 30px;
    background:none;
  }
  .about h3{
    font-size: 5vw;
    padding: 0 10px 5px 15px;
    color: #297380;
    border-bottom: 1px solid #297380;
  }
  .about .aboutcp h3{
    margin: 0px;
    padding: 0px;
  }
  .about .egf h3{
    margin: 0px;
    padding: 0px;
  }
  .about .allskin h3{
    margin: 0px;
    padding: 0px;
  }
  .about img{
    display: inline-block;
    vertical-align: top;
  }
  .about .aboutcp img{
    width: 35%;
    margin: 15px 0 0 1%;
  }
  .about .egf img{
    width: 35%;
    margin: 15px 0 0 1%;
  }
  .about .allskin img{
    width: 35%;
    margin: 30px 0 0 1%;
  }
  .about p{
    display: inline-block;
    width: 63%;
    font-size: 3vw;
    margin: 10px 0 10px 0;
    padding: 0 0 0 1%;
    text-align: left;
  }
  
  .lineup{
    width: 100%;
    margin: 70px auto 0;
    text-align: center;
  }
  .lineup h3{
    width: 50%;
    margin: 0 auto 40px;
  }
  .lineup .lu{
    margin-bottom: 40px;
    padding: 100vw 0 0 0;
  }
  .lineup .lu01{
    background: url("https://ubpshop.itembox.design/item/cellphel/img/lu_img01.jpg") no-repeat right top;
    background-size: 95%;
  }
  .lineup .lu02{
    background: url("https://ubpshop.itembox.design/item/cellphel/img/lu_img02.jpg") no-repeat left top;
    background-size: 95%;
  }
  .lineup .lu03{
    background: url("https://ubpshop.itembox.design/item/cellphel/img/lu_img03.jpg") no-repeat right top;
    background-size: 95%;
  }
  .lineup .lu04{
    background: url("https://ubpshop.itembox.design/item/cellphel/img/lu_img04.jpg") no-repeat right top;
    background-size: 95%;
  }
  .lineup .lu ul{
    width: 99%;
  }
  .lineup .lu01 li, .lineup .lu03 li{
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-left: 1%;
    margin-right: 0;
  }
  .lineup .lu02 li, .lineup .lu04 li{
    display: inline-block;
    width: 96%;
    margin-left: 2%;
  }
  .lineup .lu01 li img{
    width: 215px;
  }
  .lineup .lu02 li img{
    width: 220px;
  }
  .lineup .lu03 li img{
    width: 217px;
  }
  .lineup .lu04 li img{
    width: 220px;
  }
  .lineup .name{
    color: #277480;
    font-weight: 600;
  }
  .lineup .price{
    font-size: 70%;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #000;
  }
  .lineup .text{
    font-size: 75%;
  }
  .lineup .bt{
    width: 90%;
    height: 30px;
    margin: 10px auto;
    padding: 5px 0;
    font-size: 100%;
    background-color: #000;
    color: #fff;
  }
  
  .setbox{
    width: 100%;
    margin: 70px auto 0;
  }
  .setbox h3{
    width: 50%;
  }
  .setbox ul{
    width: 100%;
  }
  .setbox ul li{
    display: inline-block;
    width: 43%;
    margin: 0 3%;
  }
  .setbox .text{
    font-size: 75%;
  }
  .setbox .bt{
    width: 90%;
    height: 30px;
    margin: 10px auto;
    padding: 5px 0;
    font-size: 100%;
    background-color: #000;
    color: #fff;
  }
  
  .setbox.triple{
    width: 100%;
    margin: 70px auto 0;
  }
  .setbox.triple h3{
    width: 50%;
  }
  .setbox.triple ul{
    width: 100%;
  }
  .setbox.triple ul li{
    display: inline-block;
    width: 43%;
    margin: 0 3%;
  }
  .setbox.triple .text{
    font-size: 75%;
  }
  .setbox.triple .bt{
    width: 90%;
    height: 30px;
    margin: 10px auto;
    padding: 5px 0;
    font-size: 100%;
    background-color: #000;
    color: #fff;
    box-sizing: border-box;
  }
  
  .trial{
    width: 100%;
    margin: 70px auto 0;
  }
  .trial h3{
    width: 50%;
  }
  .trial ul{
    width: 100%;
  }
  .trial ul li{
    display: inline-block;
    width: 43%;
    margin: 0 3%;
  }
  .trial .text{
    font-size: 75%;
  }
  .trial .bt{
    width: 90%;
    height: 30px;
    margin: 10px auto;
    padding: 5px 0;
    font-size: 100%;
    background-color: #000;
    color: #fff;
  }

  .carestep{
    width: 100%;
    margin: 100px auto 0;
    text-align: center;
  }
  .carestep h3{
    width: 60%;
    margin: 0 auto 20px;
  }
  .carestep ul.day{
    width: 100%;
    padding: 50px 0 0 1%;
    margin: 0 auto 30px;
    background: url("https://ubpshop.itembox.design/item/cellphel/img/icon_care_day.png") no-repeat center top;
    background-size: 70px;
  }
  .carestep ul.night{
    width: 100%;
    padding: 50px 0 0 1%;
    margin: 0 auto 30px;
    background: url("https://ubpshop.itembox.design/item/cellphel/img/icon_care_night.png") no-repeat center top;
    background-size: 75px;
  }
  .carestep ul li{
    display: inline-block;
    background: url("https://ubpshop.itembox.design/item/cellphel/img/icon_arrow.png") no-repeat right center;
    background-size: 10px;
  }
  .carestep ul li p{
    font-size: 2.5vw;
  }
  .carestep ul li:last-child{
    background: none;
  }
  .carestep ul.day li{
    width: 23%;
    padding: 0;
  }
  .carestep ul.night li{
    width: 18%;
    padding: 0;
  }
  .carestep ul li img{
    width: 120px;
  }
  
  .howto{
    width: 100%;
    margin: 80px auto 50px;
  }
  .howto h3{
    width: 40%;
    margin: 0 auto 30px;
  }
  .howto ul li{
    display: inline-block;
    width: 44%;
    vertical-align: top;
    margin: 0 2% 20px 3%;
  }
  .howto p.min{
    border-left: 5px solid #277380;
    padding: 0 0 0 5px;
    margin-bottom: 10px;
    color: #277380;
  }
  .howto ul li p.text{
    font-size: 80%;
  }

  .media{
    width: 100%;
    margin: 50px auto 50px;
  }
  .media p{
    line-height: 150%;
    padding: 1em;
    font-size:10px;
  }

  #footer{
    display: block;
    width: 100%;
    margin: 40px auto 0;
    padding: 30px 0 0 0;
  }
  #footer .contact{
    width: 100%;
    margin: 0 auto;
  }

  #footer .sns{
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin: 0 auto;
  }
  #footer .sns ul{
    width: 100%;
    margin: 20px 0 0 2%;
  }
  #footer .sns ul li{
    display: inline-block;
	  width: 31%;
    text-align: center;
  }
  #footer .sns ul li img{
    width: 63px;
  }
  #footer .info{
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin: 0 auto;
  }

  #footer .sguide{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 auto 0;
    color: #fff;
  }
  #footer .sguide .inner{
    width: 100%;
    margin: 0 auto 0;
  }
  #footer .inner .guide{
    display: block;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  #footer .inner .guide li{
    display: inline-block;
    width: 30%;
    text-align: center;
    line-height: 1;
  }
  #footer .inner .guide li:last-child{
    display: block;
    width: 100%;
  }
  #footer .footer{
    width: 100%;
  }
  #footer .company{
    width: 90%;
    color: #fff;
    line-height: 1.8;
    margin: 0 auto;
    padding: 0;
  }
  #footer .company p{
    text-align: left;
  }
  #footer .company small{
    display: block;
    width: 100%;
    text-align: center;
    line-height: 5;
  }

  
#footerbn .bn_area{
  display: none!important;
}
}

@media screen and (max-width: 760px){
  body{
    width: 100%;
    margin: 0 auto;
    font-size: 3vw;
    background-size: 400%;
  }
  body#fs_ProductDetails{
    background: none;
  }

  .pc{
    display: none;
  }
  .sp{
    display: inherit;
  }
	
  .fs-l-pageMain {
    margin: 46px auto 0;
  }
  
  #header{
    display: inline-block;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
  }
  #header .header{
		display: block;
    background: url("https://ubpshop.itembox.design/item/cellphel/img/logo.png") no-repeat 10px 15px;
    background-size: 150px;
  }
  #header #logo_home{
    display: inline-block;
    text-align: left;
    width: 60%;
    height: 46px;
    margin: 0;
    padding: 0;
  }
  #header #logo_home a{
    display: block;
    height: 45px;
  }
  #contents h2{
    margin: 0 auto 5%;
    padding: 5% 0 0 0;
    font-size: 2.5vw;
  }

  #main .mainimg_sp{
    display: block;
    position: relative;
    overflow: hidden;
    top: 0;
    background: url("https://ubpshop.itembox.design/item/cellphel/img/main_image.jpg") no-repeat center top;
    background-size: 700px 388px;
    width: 100%;
    height: 520px;
    z-index: 100;
  }
  #main .mainimg_sp2{
    display: block;
    position: relative;
    overflow: hidden;
    top: 0;
    background: url("https://ubpshop.itembox.design/item/cellphel/img/main_image.jpg") no-repeat center top;
    background-size: 700px 388px;
    width: 100%;
    height: 450px;
    z-index: 100;
  }
  #main .mainimg_sp img.titleimg{
    width: 90%;
    position: relative;
    top: 340px;
    left: 5%;
  }
  #main .mainimg_sp2 img.titleimg{
    width: 90%;
    position: relative;
    top: 340px;
    left: 5%;
  }
  #contents .concept h2.pc{
      display: none;
  }
  #contents .concept h2.sp{
    display:block;
    width: 100%;
    padding: 0 0 10px;
  }

  #footer h2{
    margin: 0 auto 5%;
    padding: 5% 0 0 0;
    font-size: 4vw;
  }
  #contents h2 span.min, #footer h2 span.min{
    font-size: 6vw;
  }
  #footer .sns{
    display: block;
    vertical-align: top;
    width: 90%;
    margin: 0 auto 20px;
  }
  #footer .info{
    display: block;
    vertical-align: top;
    width: 90%;
    margin: 0 auto 20px;
  }
  #footer .inner .guide li{
    height: inherit;
    width: 32%;
    margin-bottom: 20px;
    font-size: 3.5vw;
  }
  #footer .inner .guide li:last-child{
    display: block;
    width: 90%;
    margin: 0 auto;
  }

  .fs-l-product4 .fs-l-productLayout img.pcsp{
    width: 100%;
  }

  
  /*- フッターバナー -*/
  #footerbn .close-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
  }
  #footerbn .close-btn i {
    font-size: 20px;
    color: #333;
  }
  #footerbn .bn_area{
    display: block!important;
    width: 100%;
    position: fixed;/*←絶対位置*/
    bottom: 0; /*下に固定*/
    text-align: center;
    z-index: 9000;
  }
  #footerbn .bn_area button {
    display: block;
    margin: 0 auto;
    padding: 0;
    border: none;
    line-height: 0;
    }
}

/*-　成分表　-*/
.item_info {
	/*width: 660px;*/
  width: 100%;
	margin: 0 0 30px;
	border: none;
	border-collapse: collapse;
	line-height: 1.5;
	font-size: 95%;
}

.item_info th {
	padding: 8px 12px 7px;
	border: solid 1px #d0d0d0;
	background:#f0f0f0;
	width: 25%;
}
.item_info td {
	padding: 8px 12px 7px;
  border: solid 1px #d0d0d0;
  text-align: left;
}

@media screen and (max-width: 600px){
	.item_info {
    width: 98%;
    margin: 0 0 0 1%;
    border: none;
    border-collapse: collapse;
    line-height: 1.5;
    font-size: 95%;
  }
}