@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese');

/* ====================================
ベーススタイル
 ==================================== */
img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
html {
	font-size: 62.5%;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.7rem;
	line-height: 1.5;
	font-weight: 400;
	color: #000;
    margin: 0;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
#mainview video {
    max-width: 1200px;
}
.container{
    margin-bottom: 120px;
}
/*PCでのimgサイズ*/
.width50pc{width: 50%;}
.width80pc{width: 80%;}
/*汎用 マージン*/
.mt40{margin-top: 40px;}
.mt30{margin-top: 30px;}
.mt25{margin-top: 25px;}
.mt20{margin-top: 20px;}
.mt5{margin-top: 5px;}
.mt0{margin-top: 0;}
.mb0{margin-bottom: 0;}
.mt10{margin-top: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mr20{margin-right: 20px;}
.ml20{margin-left: 20px;}

/* ====================================
量販EC組み込みページ専用スタイル 22/11修正
===================================== */
/*SHARPロゴ　非表示設定*/
header{
    display: none!important;
}
div.frame{
    width: 100%;
    max-width: 1100px;
    margin: auto;
    margin-top: 20px;
}
.base-width {
    padding-left: 1%;
    padding-right: 1%;
}
body{
overflow-x: hidden;
}
body p{
    font-size: 16px;
}
.pc { display:inline;}
.sp { display:none;}
.maincontents{text-align: center;}
.content {text-align: center;}
.left{text-align: left;}

/*区切り線*/
hr.separation{
	margin: 30px 0;
}
/*注釈関連*/
sup{
	top:-0.5em;
	color:#00a0e9;
	position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

p.note{
    font-size: 60%;
    text-align: left;
}
.note span{
	color: #00a0e9;
}
/*見出しグラデデザイン*/

.sub-title {
  margin-top: 50px;
  border-bottom: 3px solid #090979;
  border-image: linear-gradient(to right, #090979 0%, #fff 100%);
  border-image-slice: 1;
  color: #23239f;
  text-align: left;
}
.sub-title img{
  vertical-align: bottom;
}

/*menu*/

.menuline {
  text-align: left;
  color: #000;
  padding-left: 10px;
  border-left: solid 8px #23239f;
}

/*特長 サブ画像エリア*/
.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
    margin: 20px 0 30px;
}
/*~~~~~~~~~~~~~~~~~基本の3つ並びパターンここから~~~~~~~~~~~~~~~*/
.item-feature {
  box-sizing: border-box;
  margin: 15px 0;
  width: 30%;
}
.item-feature p{
    padding-top: 10px;;
    font-weight: 400;
    text-align: left;
}
.item-feature.border img{
    border: 1px solid #c0c0c0;
}
.item-feature.border video{
    border: 1px solid #c0c0c0;
}
/*3つ並びの最後左寄りにするCSS 1つなら63%、2つなら30%*/
.flex-container::after{
    content:"";
    display: block;
    width: 63%;
}
/*~~~~~~~~~~~~~~~~~基本の3つ並びパターンここまで~~~~~~~~~~~~~~~*/

/*中項目にアイコン、ロゴ*/
img.ttl-icn {
  width: 140px;
  display: inline;
}
img.ttl-icn.richdot{
  width: 80px;
  display: inline;
}
/*~~~~~~~~~~~~~~~~~基本cssはここまでコピー~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~ここから応用~~~~~~~~~~~~~~~*/
/*flex 半々*/
.flex-container_half{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.item{
    width: 48%;
}
/*flex 右55左40*/
.item_r55{
width: 55%;
}
.item_l40{
width: 40%;
}

/*newマーク*/
.new{
    background-image: radial-gradient(circle at 50% 50%, rgba(255,255,255,1.00) 15%, rgba(246,188,31,1.00));
    color: #000;
    font-size: 90%;
    padding: 1px 5px;
    margin-right: 2px;
}
/*埋め込みvideo*/
video {
  width: 100%;
  max-width: 768px;
}
#mainview video {
  max-width: 1200px;
}


/*YouTube最大値指定*/
.youtube {
  position: relative;
  width: 100%;
  max-width: 768px;
}

.youtube::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

p.video-note {
  font-size: 65%;
}

iframe {
  max-width: 100%!important;
}

/*----------------スマホ-----------------*/

@media screen and (max-width: 768px) {
  .base-width-sp {
    padding-left: 3%;
    padding-right: 3%;
  }
  p {
    font-size: 80%;
  }
  div.frame {
    margin-top: 0;
  }
  .item-feature {
    margin-bottom: 40px;
  }
  /*注釈*/
  p.note.under {
    padding: 5px 3px 10px;
    margin-left: 0;
  }
  p.note {
    width: 100%;
  }
  .text-container {
    padding: 0;
  }
  .item-feature {
    width: 100%;
  }
.flex-container_half{
    flex-direction: column;
    }
.flex-container_half .item,.item_l40,.item_r55{
        width: 100%;
    }
}