﻿@charset "UTF-8";

/* iqos-custom.css */
/* iQOSカスタム - トップページ に適用 */

/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */

main{
	background-color:#3D3C3C;
}

/* 詳細ページへジャンプボタン Start
-------------------------------------------------- */

#jump_detail{
	width:60px;
	height:60px;
	position:fixed;
	right:5px;
	bottom:335px;
	z-index:10;
	opacity:0.8;
}

#jump_detail a{
	position:relative;
	display:block;
	width:60px;
	height:60px;
	text-decoration:none;
	z-index:10;
	background-color:#006400;
	border-radius:10px;
}

#jump_detail a::before{
	font-family:"Font Awesome 7 Free";
	font-weight:900;
	content:'\f05a';
	font-size:15px;
	color:#F4F4F4;
	position:absolute;
	width:25px;
	height:25px;
	top:8px;
	right:0;
	left:0;
	margin:auto;
	text-align:center;
	z-index:10;
}

#jump_detail a::after{
	content:'詳細';
	white-space:pre;
	font-size:8px;
	font-weight:bold;
	color:#fff;
	position:absolute;
	top:35px;
	bottom:0;
	right:0;
	left:0;
	margin:auto;
	text-align:center;
	color:#F4F4F4;
	z-index:10;
}
/* -------------------------------------------------- 
詳細ページへジャンプボタン End */

/* 初めてのお客様ページへジャンプボタン Start
-------------------------------------------------- */

#jump_first{
	width:60px;
	height:60px;
	position:fixed;
	right:5px;
	bottom:270px;
	z-index:10;
	opacity:0.8;
}

#jump_first a{
	position:relative;
	display:block;
	width:60px;
	height:60px;
	text-decoration:none;
	z-index:10;
	background-color:#006400;
	border-radius:10px;
}

#jump_first a::before{
	font-family:"Font Awesome 7 Free";
	font-weight:900;
	content:'\f059';
	font-size:15px;
	color:#F4F4F4;
	position:absolute;
	width:25px;
	height:25px;
	top:8px;
	right:0;
	left:0;
	margin:auto;
	text-align:center;
	z-index:10;
}

#jump_first a::after{
	content:'初めての\Aお客様';
	white-space:pre;
	font-size:8px;
	font-weight:bold;
	color:#fff;
	position:absolute;
	top:25px;
	bottom:0;
	right:0;
	left:0;
	margin:auto;
	text-align:center;
	color:#F4F4F4;
	z-index:10;
}
/* -------------------------------------------------- 
初めてのお客様ページへジャンプボタン End */


/* 料金表へジャンプボタン Start
-------------------------------------------------- */
#jump_pricelist{
	width:60px;
	height:60px;
	position:fixed;
	right:5px;
	bottom:205px;
	z-index:10;
	opacity:0.8;
}

#jump_pricelist a{
	position:relative;
	display:block;
	width:60px;
	height:60px;
	text-decoration:none;
	z-index:10;
	background-color:#006400;
	border-radius:10px;
}

#jump_pricelist a::before{
	font-family:"Font Awesome 7 Free";
	font-weight:900;
	content:'\f157';
	font-size:15px;
	color:#F4F4F4;
	position:absolute;
	width:25px;
	height:25px;
	top:8px;
	right:0;
	left:0;
	margin:auto;
	text-align:center;
	z-index:10;
}
#jump_pricelist a::after{
	content:'修理\A料金表';
	white-space: pre;
	font-size:8px;
	font-weight:bold;
	color:#fff;
	position:absolute;
	top:25px;
	bottom:0;
	right:0;
	left:0;
	margin:auto;
	text-align:center;
	color:#F4F4F4;
	z-index:10;
}

/* -------------------------------------------------- 
料金表へジャンプボタン End */


/* 見出し 日本語 */
.japanese_h2{
	margin:0;
	padding:0;
	font-size:15px;
	padding-top:15px;
	position:relative;	/* 中の要素の基準値 */
	padding-left:5px;
	padding-right:5px;
	line-height:0.5;
	font-style:italic;
}

/* 見出し 英語 */
.english_h2{
	margin:0;
	padding:0;
	font-size:28px;
	position:relative;
	padding-left:10px;
	padding-right:5px;
	letter-spacing:0.08em;	/* テキストの文字間隔 */
	font-style:italic;
}

/* 見出し 英語 先頭の文字のみ緑 */
.english_h2:first-letter{
	color:#5BB431;
}

/*メイン表示部 見出し */
.head_border_block{
	text-align:center;
}

/* メイン表示部 見出し(h3) Start */
.head-border{
	position:relative;
	display:inline-block;
	margin:0;
	padding:0 50px;
	font-size:16px;
	color:snow;
}

.head-border:before,
.head-border:after{
	content:'';
	position:absolute;
	top:50%;
	display:inline-block;
	width:30px;
	height:2px;
	background-color:#5BB431;
}

.head-border:before{
	left: 0;
}

.head-border:after{
	right: 0;
}
/* メイン表示部 見出し(h3) End */

.head_border_block p{
	color:#0aff0a;
}

/* 見出し 日本語 */
.h4jp{
	margin:0;
	margin-left:5px;
	margin-right:5px;
	padding:0;
	color:#0aff0a;
	font-size:14px;
	
	/* ジャギー対策 */
	transform: rotate(0.03deg);
	-moz-transform: rotate(0.03deg);
	-ms-transform: rotate(0.03deg);
	-o-transform: rotate(0.03deg);
	-webkit-transform: rotate(0.03deg);
}

/* 安く早くそして安心 */
.main_slogan{
	margin:0;
	padding:0;
	font-style:oblique;
	font-size:25px;
	text-align:center;
	margin-top:40px;
	position:relative;
	margin-bottom:40px;
	font-style:italic;
}

/* サブスローガン */
.sub_slogan{
	margin:0;
	padding:0;
	font-style:oblique;
	text-align:center;
	margin-top:40px;
	position:relative;
}

/* イントロダクション イメージ(スマホ) */
.intro_sp_img{
	max-width:100%;
	height:auto;
	margin-top:15px;
	display:block !important;
}

/* イントロダクション */
.intro_img{
	max-width:100%;
	height:auto;
	margin-top:15px;
	display:none !important;
}

/* 文字色 黄色 */
.yellow{
	color:yellow;
}

/* 文字色 緑 */
.green{
	color:#5BB431;
	font-weight:bold;
}

/* 文字色 赤 */
.red{
	color:red;
	font-weight:bold;
}

/* 注意事項 */
.caution{
	padding-left:1.1em;
	text-indent:-1.1em;
}

/* 区切り線（緑） */
.hr_g{
	display:block;
	height:3px;
	background-color:#5BB431;
	border:0;
	margin-top:15px;
	margin-bottom:20px;
	margin-left:5px;
	margin-right:5px;
}

/* 区切り線（青） */
hr_b{
	display:block;
	margin:5px;
	height:3px;
	background-color: #5BB431;
	border:0;
}

/* 詳しくはこちら センタリング */
.detail{
	text-align:center;
	margin-top:5px;
	margin-bottom:0px;
}

.link_button{
	margin-top:10px;
	text-align:center;
}

/* リンクボタン アニメーションver Start */
/* Spetial Thanks https://jajaaan.co.jp/css/button/ */
*,
*:before,
*:after{
	-webkit-box-sizing:inherit;
	box-sizing:inherit;
}

html{
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-size:50%;
}

.btn,
a.btn,
button.btn {
	font-size:16px;
	font-weight:700;
	line-height:1.5;
	position:relative;
	display:inline-block;
	padding:1rem 4rem;
	width:80%;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	letter-spacing:0.1em;
	color:#BADA55;
	border-radius:0.5rem;
}

a.btn-flat {
	overflow:hidden;
	padding:1.5rem 0rem;
	color:#fff;
	border-radius:0;
	background:#F16101;
	border-radius:10px;
}

a.btn-flat span {
	position:relative;
}

a.btn-flat:before {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content: '';
	-webkit-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out;
	-webkit-transform:translateX(-96%);
	transform:translateX(-96%);
	background:#FF7F00;
}

a.btn-flat:hover:before {
	-webkit-transform:translateX(0%);
	transform:translateX(0%);
}

/* ボタン アニメーションver End */

/* イントロダクション */
.introduction{
	background:#000000 url(../images/iqos_custom/index/background-introduction.jpg) no-repeat center center;
	background-size:cover;
	color:snow;
	text-shadow:0 2px 2px #666;
	padding:5px;
	margin:0px;
	position:relative;			/* 中の要素の基準値 */
}

/* イントロダクション 背景 半透明の黒 */
.introduction:before {
	content: '';
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background-color:rgba(0,0,0,0.8);	/* 半透明のフィルターをかける */
}

/* Meta Sliderバナー */
.slideshow{
	max-width:100%;
	height:auto;
	margin-top:20px;
	margin-bottom:5px;
}



.link_btn{
	padding-left:5px;
	padding-right:5px;
}

/* iQOS配送カスタム リンク */
a.btn--orange.btn--border-solid{
	border:2px solid #b84c00;
	background-color:#E26100;
	color:#ffffff;
	width:80%;
	font-size:16px;
	padding-top:15px;
	padding-bottom:15px;
	margin-top:15px;
	margin-bottom:15px;
}

/* お知らせ 新着情報 上下入替 */
.info_block{
	display: flex;
	flex-direction: column-reverse;
}

/* お知らせ 新着情報 */
.notice{
	padding:0;
	margin:0;
	margin-top:10px;
}

/* お知らせ 新着情報 */
.information{
	padding:0;
	margin:0;
}

/* 新着情報 5件表示(横スクロール) */
.whatnew{
	display:flex;
	width:100%;
	overflow-y:hidden;
	overflow-x:auto;
	-ms-overflow-style:-ms-autohiding-scrollbar;
	-webkit-overflow-scrolling:touch;
}

/* 新着情報 個別表示 */
.whatnew_box{
	padding:5px;
	width:45%;
	flex-shrink:0;
}

.whatnew_date_category p{
	font-weight:bold;
	font-size:10px;
	margin:0;
	padding:0;
	margin-top:5px;
	line-height:1.2;
}

/* 新着情報 アイキャッチ画像 */
.whatnew_thumbnail{
	position:relative;
	width:100%;				/* 上下のpaddingと同じにする */
	height:0;
	padding-top:100%;			/* widthと同じにする */
	overflow:hidden;
}

/* 記事投稿日・カテゴリー */
.whatnew_date_category{
	margin:0;
	padding:0;
	font-size:10px;
	position:absolute;
	top:0px;
	left:5px;
	text-shadow:
		1px  1px 1px #777,
		-1px  1px 1px #777,
		1px -1px 1px #777,
		-1px -1px 1px #777;
}

/* 記事タイトル 配置*/
.whatnew_title{
	position:absolute;
	bottom:5px;
	left:5px;
	padding-right:5px;
	width:100%;
}

/* 記事タイトル */
.whatnew_title h5{
	margin:0;
	padding:0;
	font-size:12px;
	text-shadow:
		1px  1px 1px #777,
		-1px  1px 1px #777,
		1px -1px 1px #777,
		-1px -1px 1px #777;
	width:100%;
	line-height:1.2;
	
	/* 最大3行まで表示 */
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;		/* 制限したい行数が3の場合 */
	overflow:hidden;
}

/* アイキャッチ画像 オンマウスでアニメーション */
.whatnew_box img{
	transition:1s all;
}
.whatnew_box img:hover{
	transform:scale(1.02,1.02);
	transition:0.5s all;
}

/* 画像の縦横比を維持 */
.articleimage{
	width:100%;
	height:100%;
	object-fit:cover;
	position:absolute;
	top:0;
	left:0;
	filter:brightness(70%);
}

.whatnew_thumbnail{
	color:snow;
}

.whatnew_thumbnail a{
	font-weight:bold;
	text-decoration:none;
}

.whatnew_thumbnail a:link{
	color:snow;
}

.whatnew_thumbnail a:visited{
	color:snow;
}

.whatnew_thumbnail a:hover{
	color:snow;
}

.whatnew_thumbnail a:active{
	color:snow;
}

/* 背景色 緑 */
.grayback{
	background-color:#303030;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:10px;
}

/* スライドショー (Meta Slider) */
.slider{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:100%;
}

/* Smash Balloon Social Photo Feed */
.instagram_feed{
	background-color:#303030;
	margin-top:10px;
	padding:5px;
	margin-left:5px;
	margin-right:5px;
	border-radius:5px;
}

/* インスタグラム リンク */
.instagram_feed a:link{
	color: #0FF30F;
}
.instagram_feed a:visited{
	color: #0FF30F;
}
.instagram_feed a:hover{
	color: #0FF30F;
}
.instagram_feed a:active{
	color: #0FF30F;
}

/* サービス */
.service_block{
	background-color:#303030;
}

/* サービス項目 */
.service{
	background-color:#ffffff;
	border-radius:5px;
	padding:10px;
	margin:5px;
}

.service_text_block{
	text-align:center;
}

/* 見出し h4 Start */
.service_text_h4{
	position:relative;
	display:inline-block;
	margin:20px 0;
	padding:0 20px !important;
	
	/* ジャギー対策 */
	transform: rotate(0.03deg);
	-moz-transform: rotate(0.03deg);
	-ms-transform: rotate(0.03deg);
	-o-transform: rotate(0.03deg);
	-webkit-transform: rotate(0.03deg);
}

.service_text_h4:before,
.service_text_h4:after{
	content:'';
	position:absolute;
	top:50%;
	display:inline-block;
	width:10px;
	height:2px;
	background-color:#515254;
}

.service_text_h4:before {
	left:0;
}

.service_text_h4:after {
	right:0;
}
/* 見出し h4 End */

/* サービス項目 イメージ */
.service_img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-width:100%;
	height:auto;
}

/* 故障内容・症状 */
.color_variation{
	background-color:#3D3C3C;
	border-radius:5px;
	padding:10px;
	margin:5px;
}

/* カラーバリエーション 見出し */
.color_variation_title h3{
	margin:0;
	padding:0;
	color:snow;
	
	/* ジャギー対策 */
	transform: rotate(0.03deg);
	-moz-transform: rotate(0.03deg);
	-ms-transform: rotate(0.03deg);
	-o-transform: rotate(0.03deg);
	-webkit-transform: rotate(0.03deg);
}

/* カラーバリエーション 見出し */
.color_variation h4{
	margin:0;
	padding:0;
	margin-bottom:16px;
	color:snow;
	
	/* ジャギー対策 */
	transform: rotate(0.03deg);
	-moz-transform: rotate(0.03deg);
	-ms-transform: rotate(0.03deg);
	-o-transform: rotate(0.03deg);
	-webkit-transform: rotate(0.03deg);
}

/* カラーバリエーション イメージ */
.color_variation_img{
	max-width:100%;
	height:auto;
}

/* カラーリスト(単色) */
.color_list{
	display:flex;
	flex-wrap:wrap;
}

/* カラー名称 */
.led_color{
	flex-basis:50%;
	text-align:center;
}

/* カラーサンプル画像 */
.color_img{
	max-width:60%;
	height:auto;
}

/* カラーリスト(複数) */
.color_list_multiple{
	display:flex;
	flex-wrap:wrap;
}

/* 画像と説明文 */
.color_variation figure{
	margin:0;
	padding:5px;
}

/* 画像の説明 */
.color_variation figcaption{
	font-size:12px;
	font-weight:bold;
	color:snow;
	
	/* ジャギー対策 */
	transform: rotate(0.03deg);
	-moz-transform: rotate(0.03deg);
	-ms-transform: rotate(0.03deg);
	-o-transform: rotate(0.03deg);
	-webkit-transform: rotate(0.03deg);
}

.color_lineup{
	margin: 20px 0;
}

.color_lineup h4{
	margin:16px 0;
	padding:0;
}

.color_lineup p{
	color:snow;
	margin-top:20px;
	text-align:right;
}


/* サービスの説明 */
.explanation{
	background-color:#303030;
	display:flex;
	flex-flow:column;
}

/* サービスの説明 見出し  */
.explanation h3{
	/* ジャギー対策 */
	transform: rotate(0.03deg);
	-moz-transform: rotate(0.03deg);
	-ms-transform: rotate(0.03deg);
	-o-transform: rotate(0.03deg);
	-webkit-transform: rotate(0.03deg);
}

/* LED カスタム */
.led_custom_block{
	background-color:#3D3C3C;
	border-radius:5px;
	padding:10px;
	margin:5px;
	color:snow;
}

/* LEDカスタム イメージ */
.led_custom_img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-width:100%;
	height:auto;
}

/* 店舗情報 */
.shopinfo_block{
	background-color:#3D3C3C;
	border-radius:5px;
	padding:10px;
	margin:5px;
	color:snow;
}

/* 店舗情報 イメージ */
.shopinfo_img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-width:100%;
	height:auto;
}

/* 価格表 */
.pricelist_block{
	background-color:#3D3C3C;
	border-radius:5px;
	padding:10px;
	margin:5px;
	color:snow;
}

/* 価格表 */
.pricelist{
	display:flex;
	flex-flow:column;
	gap:10px 0px;
}

/* 価格表 */
.price{
	border-radius:5px;
	border:2px solid gray;
	background-color:#606060;
	text-align:right;
	padding:5px;
}

/* 価格表 本文 */
.price p{
	line-height:1;
}

/* 価格表 見出し */
.price h4{
	text-align:left;
	margin:0;
	padding:0;
	margin-bottom:20px;
	
	/* ジャギー対策 */
	transform: rotate(0.03deg);
	-moz-transform: rotate(0.03deg);
	-ms-transform: rotate(0.03deg);
	-o-transform: rotate(0.03deg);
	-webkit-transform: rotate(0.03deg);
}

/* 価格表 テーブル */
.price table{
	width:100%;
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
	margin-top:-5px;
}

/* 価格表 項目 */
.price th{
	width:100%;
	text-align:left; 
	font-weight:normal;
	border-bottom-style:dotted;
	border-width:1px;
	padding:5px 0px;
	border-color:#d3d3d3;
}

/* 価格表 費用 */
.price td{
	width:100%;
	text-align:right;
	padding:5px 0px;
	border-bottom-style:solid;
	border-width:1px;
	border-color:#d3d3d3;
	font-weight:bold;
	line-height:1;
}

.price caption{
	margin-bottom:10px;
}

.caption_title{
	margin-top:16px;
}

/* 価格表 イメージ */
.price_img{
	max-width:100%;
	height:auto;
	margin-bottom:16px;
}

/* 税込価格 */
.in_tax{
	letter-spacing:1px;	/* 文字間(左右)間隔 */
	margin-right:-1px;	/* 最後の文字対策 */
	font-weight:bold;
	font-style:italic;
}

/* 税別価格 */
.without_tax{
	text-align:right;
	font-size:10px;
	font-weight:normal;
	font-style:italic;
}

/* 税別価格 改行して表示 */
.without_tax::before{
	content:"\A";
	white-space: pre;
}

.model_list ul{
	margin:0;
}

.charger_only{
	margin-top:10px;
	text-align:right;
}

/* 新着情報 5件表示(横スクロール) */
.example_scroll{
	display:flex;
	max-width:100%;
	overflow-y:hidden;
	overflow-x:auto;
	-ms-overflow-style:-ms-autohiding-scrollbar;
	-webkit-overflow-scrolling:touch;
}

/* 修理事例 見出し */
.example h4{
	margin:0;
	padding:0;
	font-weight:normal;
	color:#006400;
	
	/* ジャギー対策 */
	transform: rotate(0.03deg);
	-moz-transform: rotate(0.03deg);
	-ms-transform: rotate(0.03deg);
	-o-transform: rotate(0.03deg);
	-webkit-transform: rotate(0.03deg);
}

/* Meta Slider */
.banner_sp{
	display:block !important;
}
.banner_pc{
	display:none !important;
}

/* 価格表 table モバイルでは 縦並び表示 */
@media only screen and (max-width:599px){
	.price th{
		display:block;
		text-align:left;
	}
	.price td{
		display:block;
	}
}

/* for mobile design END */
/* ------------------------------------ */
/* ▼タブレット用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media print, screen and (min-width: 600px) {

/* アニメーション リンクボタン */
html{
	font-size:62%;
}

/* 背景色 緑 */
.greenback{
	padding-top:20px;
	padding-bottom:20px;
}

/* 詳しくはこちら センタリング */
.detail{
	text-align:center;
	margin-top:20px;
}

/* パソコン修理 料金表ページ リンク */
a.btn--orange.btn--border-solid{
	font-size:22px;
	margin-top:15px;
	margin-bottom:0px;
}

.btn, a.btn, button.btn {
	font-size:22px;
}

/* 見出し 日本語 */
.japanese_h2{
	font-size:22px;
	padding-top:30px;
}

/* 見出し 英語 */
.english_h2{
	font-size:50px;
}

/*メイン表示部 見出し */
.head_border_block{
	margin-top:25px;
}

/* メイン表示部 見出し(h3) Start */
.head-border{
	font-size:24px;
}

/* メインスローガン */
.main_slogan{
	font-size:40px;
	margin-top:30px;
	line-height:45px;
}

/* イントロダクション イメージ */
.intro_img{
	display:block !important;
}
.intro_sp_img{
	display:none !important;
}

/* スライドショー バナー */
.slideshow{
	margin-top:40px;
}

/* 新着情報 5件表示 */
.whatnew_box{
	flex-basis:30%;
}

/* サービス項目 */
.service{
	display:flex;
	justify-content:space-between;
	align-items:center;
}

/* サービス項目 イメージ */
.service_image{
	flex-basis:30%;
}

/* サービス項目 本文 */
.service_text{
	flex-basis:70%;
	padding:20px;
}

/* サービス項目 本文 */
.service_text_h4{
	margin:5px 0 20px 0;
	padding:0;
}

/* カラーバリエーション */
.color_variation{
	border-radius:10px;
}

/* カラーリスト */
.color_list{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
}

/* カラー名称 */
.led_color{
	flex-basis:33%;
}

/* 価格表 項目 */
.price th{
	width:40%;
	text-align:left; 
	font-weight:normal;
	border-bottom-style:solid;;
	border-width:1px;
	padding:5px 0px;
	border-color:#d3d3d3;
}

/* 価格表 費用 */
.price td{
	width:60%;
	text-align:right;
	padding:5px 0px;
	border-bottom-style:solid;
	border-width:1px;
	border-color:#d3d3d3;
	font-weight:bold;
	line-height:1;
}

/* LEDカスタム */
.led_custom_block{
	display:flex;
	align-items:center;
	margin-top:10px;
	margin-bottom:10px;
	border-radius:10px;
}

/* LEDカスタム イメージ */
.led_custom_image{
	flex-basis:30%;
}

/* LEDカスタム 本文 */
.led_custom_text{
	flex-basis:70%;
	padding:20px;
}

/* 店舗情報 */
.shopinfo_block{
	display:flex;
	align-items:center;
	margin-top:10px;
	margin-bottom:10px;
	border-radius:10px;
}

/* 店舗情報 イメージ */
.shopinfo_image{
	flex-basis:30%;
}

/* 店舗情報 本文 */
.shopinfo_text{
	flex-basis:70%;
	padding:20px;
}

/* 価格表 */
.pricelist{
	margin-top:10px;
	margin-bottom:10px;
	flex-flow:column;
	flex-direction:row;
	justify-content:start;
	gap: 0 2%;
}

/* 価格表 */
.price{
	flex-basis:32%;
}

/* Meta Slider */
.banner_sp{
	display:none !important;
}
.banner_pc{
	display:block !important;
}

}/* for Tablet design END */

/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン（スクエアモニタ対応） */
/* ------------------------------------ */
@media print, screen and (min-width: 1024px) {

.greenback{
	padding-top:30px;
	padding-bottom:30px;
}

/* 見出し 日本語 */
.japanese_h2{
	font-size:30px;
	padding-top:30px;
}

/* 見出し 英語 */
.english_h2{
	font-size:70px;
}

/*メイン表示部 見出し */
.head_border_block{
	margin-top:35px;
}

/* メイン表示部 見出し(h3) Start */
.head-border{
	font-size:30px;
}

/* メインスローガン */
.main_slogan{
	font-size:60px;
	margin-top:200px;
	line-height:65px;
}

/* サブスローガン */
.sub_slogan{
	font-size:25px;
	margin-top:60px;
}

/* イントロダクション */
.introduction{
	/* margin-top:50px; */
	min-height:calc(100vh - 78px);
}

/* イントロダクション ブロック*/
.introduction_block{
	max-width:1280px;
	margin-left:auto;	/* 左側マージンを自動的に空ける */
	margin-right:auto;	/* 右側マージンを自動的に空ける */
	text-align:left;	/* 中身を左側表示に戻す */
}

/* サブ_イントロダクション ブロック*/
.sub_introduction_block{
	width:900px;
	margin-left:auto;	/* 左側マージンを自動的に空ける */
	margin-right:auto;	/* 右側マージンを自動的に空ける */
	text-align:left;	/* 中身を左側表示に戻す */
	padding-top:30px;
	padding-bottom:30px;
}

/* サブ_イントロダクション タイトル */
.sub_introduction_title{
	padding-top:15px;
	padding-bottom:15px;
	font-size:16px;
}

/* パソコン修理 料金表ページ リンク */
a.btn--orange.btn--border-solid{
	font-size:30px;
}

.btn, a.btn, button.btn {
	font-size:30px;
}

/* Smash Balloon Social Photo Feed */
.instagram_feed{
	background-color:#303030;
	margin-top:10px;
	padding:40px;
	border-radius:15px;
}

/* 新着情報 5件表示 */
.whatnew_box{
	flex-basis:20%;
}

/* 記事タイトル */
.whatnew_title h5{
	font-size:16px;
}

/* サービス一覧 */
.service_list{
	display:flex;
	align-items:stretch;
	justify-content:space-between;
}

/* サービス項目 */
.service{
	flex-direction:column;
	flex-basis:30%;
	padding:15px;
	border-radius:10px;
}

/* サービス項目 本文 */
.service_text{
	padding:0;
}

/* サービス項目 本文 */
.service_text_h4{
	margin:20px 0;
	padding:0;
}

.led_custom_block{
	padding-left:30px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
}

.pricelist_block{
	padding-left:30px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
}

/* カラーバリエーション */
.color_variation{
	padding:10px;
	border-radius:10px;
}

/* カラーラインアップ */
.color_lineup{
	padding-left:30px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
}

/* カラー名称 */
.led_color{
	flex-basis:20%;
}

}/* for PC design(square) END */

/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン（ワイドモニタ対応） */
/* ------------------------------------ */
@media print, screen and (min-width: 1366px) {

/* 区切り線（緑） */
.hr_g{
	width:1330px;
	margin-left:-25px;
	margin-top:25px;
	margin-bottom:25px;
}

/* 詳細ページへジャンプボタン Start
-------------------------------------------------- */

#jump_detail{
	width:100px;
	height:100px;
	position:fixed;
	right:5px;
	bottom:495px;
	z-index:10;
	opacity:0.8;
}

#jump_detail a{
	position:relative;
	display:block;
	width:100px;
	height:100px;
	text-decoration:none;
	z-index:10;
	background-color:#006400;
	border-radius:10px;
}

#jump_detail a::before{
	font-weight:900;
	font-size:36px;
	color:#F4F4F4;
	position:absolute;
	width:25px;
	height:25px;
	top:12px;
	right:12px;
	left:0;
	margin:auto;
	text-align:center;
	z-index:10;
}

#jump_detail a::after{
	white-space:pre;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	position:absolute;
	top:65px;
	bottom:0;
	right:0;
	left:0;
	margin:auto;
	text-align:center;
	color:#F4F4F4;
	z-index:10;
}
/* -------------------------------------------------- 
詳細ページへジャンプボタン End */

/* 初めてのお客様ページへジャンプボタン Start
-------------------------------------------------- */

#jump_first{
	width:100px;
	height:100px;
	position:fixed;
	right:5px;
	bottom:390px;
	z-index:10;
	opacity:0.8;
}

#jump_first a{
	position:relative;
	display:block;
	width:100px;
	height:100px;
	text-decoration:none;
	z-index:10;
	background-color:#006400;
	border-radius:10px;
}

#jump_first a::before{
	font-family:"Font Awesome 7 Free";
	font-weight:900;
	content:'\f059';
	font-size:36px;
	color:#F4F4F4;
	position:absolute;
	width:25px;
	height:25px;
	top:12px;
	right:12px;
	left:0;
	margin:auto;
	text-align:center;
	z-index:10;
}

#jump_first a::after{
	content:'初めての\Aお客様';
	white-space:pre;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	position:absolute;
	top:55px;
	bottom:0;
	right:0;
	left:0;
	margin:auto;
	text-align:center;
	color:#F4F4F4;
	z-index:10;
}
/* -------------------------------------------------- 
初めてのお客様ページへジャンプボタン End */


/* 料金表へジャンプボタン Start
-------------------------------------------------- */
#jump_pricelist{
	width:100px;
	height:100px;
	position:fixed;
	right:5px;
	bottom:285px;
	z-index:10;
	opacity:0.8;
}

#jump_pricelist a{
	position:relative;
	display:block;
	width:100px;
	height:100px;
	text-decoration:none;
	z-index:10;
	background-color:#006400;
	border-radius:10px;
}

#jump_pricelist a::before{
	font-family:"Font Awesome 7 Free";
	font-weight:900;
	content:'\f157';
	font-size:36px;
	color:#F4F4F4;
	position:absolute;
	width:25px;
	height:25px;
	top:12px;
	right:0;
	left:0;
	margin:auto;
	text-align:center;
	z-index:10;
}
#jump_pricelist a::after{
	content:'修理\A料金表';
	white-space:pre;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	position:absolute;
	top:55px;
	bottom:0;
	right:0;
	left:0;
	margin:auto;
	text-align:center;
	color:#F4F4F4;
	z-index:10;
}

/* -------------------------------------------------- 
料金表へジャンプボタン End */


/* サービス項目 */
.service{
	padding:30px;
	border-radius:15px;
}

/* LEDカスタム */
.led_custom_block{
	margin-top:30px;
	padding:30px;
	border-radius:15px;
}

/* カラーバリエーション */
.pricelist_block{
	margin-top:30px;
	padding:30px;
	border-radius:15px;
}

/* カラーバリエーション */
.color_variation{
	margin-top:30px;
	padding:30px;
	border-radius:15px;
}

/* 店舗情報！ */
.shopinfo_block{
	padding:30px;
	margin-top:20px;
	margin-bottom:20px;
	border-radius:15px;
}

/* 対応モデル */
.model_list{
	display:flex;
}

/* モデル名 */
.model_name{
	flex-basis:50%;
}

}/* for PC design(wide) END */

/* ------------------------------------------------ */
/* ▼PC用として付け足すデザイン（横幅1920対応） */
/* ------------------------------------------------ */
@media print, screen and (min-width:1920px) {

/* 初めてのお客様ページへジャンプボタン Start
-------------------------------------------------- */

#jump_detail{
	width:120px;
	height:120px;
	position:fixed;
	right:5px;
	bottom:575px;
	z-index:10;
	opacity:0.8;
}

#jump_detail a{
	position:relative;
	display:block;
	width:120px;
	height:120px;
	text-decoration:none;
	z-index:10;
	background-color:#006400;
	border-radius:10px;
}

#jump_detail a::before{
	font-weight:900;
	font-size:40px;
	color:#F4F4F4;
	position:absolute;
	width:25px;
	height:25px;
	top:12px;
	right:12px;
	left:0;
	margin:auto;
	text-align:center;
	z-index:10;
}

#jump_detail a::after{
	white-space:pre;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	position:absolute;
	top:75px;
	bottom:0;
	right:0;
	left:0;
	margin:auto;
	text-align:center;
	color:#F4F4F4;
	z-index:10;
}
/* -------------------------------------------------- 
初めてのお客様ページへジャンプボタン End */

/* 初めてのお客様ページへジャンプボタン Start
-------------------------------------------------- */

#jump_first{
	width:120px;
	height:120px;
	position:fixed;
	right:5px;
	bottom:450px;
	z-index:10;
	opacity:0.8;
}

#jump_first a{
	position:relative;
	display:block;
	width:120px;
	height:120px;
	text-decoration:none;
	z-index:10;
	background-color:#006400;
	border-radius:10px;
}

#jump_first a::before{
	font-family:"Font Awesome 7 Free";
	font-weight:900;
	content:'\f059';
	font-size:40px;
	color:#F4F4F4;
	position:absolute;
	width:25px;
	height:25px;
	top:12px;
	right:12px;
	left:0;
	margin:auto;
	text-align:center;
	z-index:10;
}

#jump_first a::after{
	content:'初めての\Aお客様';
	white-space:pre;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	position:absolute;
	top:65px;
	bottom:0;
	right:0;
	left:0;
	margin:auto;
	text-align:center;
	color:#F4F4F4;
	z-index:10;
}
/* -------------------------------------------------- 
初めてのお客様ページへジャンプボタン End */


/* 料金表へジャンプボタン Start
-------------------------------------------------- */
#jump_pricelist{
	width:120px;
	height:120px;
	position:fixed;
	right:5px;
	bottom:325px;
	z-index:10;
	opacity:0.8;
}

#jump_pricelist a{
	position:relative;
	display:block;
	width:120px;
	height:120px;
	text-decoration:none;
	z-index:10;
	background-color:#006400;
	border-radius:10px;
}

#jump_pricelist a::before{
	font-family:"Font Awesome 7 Free";
	font-weight:900;
	content:'\f157';
	font-size:40px;
	color:#F4F4F4;
	position:absolute;
	width:25px;
	height:25px;
	top:12px;
	right:0;
	left:0;
	margin:auto;
	text-align:center;
	z-index:10;
}
#jump_pricelist a::after{
	content:'修理\A料金表';
	white-space:pre;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	position:absolute;
	top:65px;
	bottom:0;
	right:0;
	left:0;
	margin:auto;
	text-align:center;
	color:#F4F4F4;
	z-index:10;
}

/* -------------------------------------------------- 
料金表へジャンプボタン End */

}/* for PC design（横幅1920対応） END */

/* ---------------------------------------------------------------------- */
/* ▼PC用として付け足すデザイン（超高解像度4K・ウルトラワイドモニタ対策） */
/* ---------------------------------------------------------------------- */
@media only screen and (min-width: 3840px) {

/* イントロダクション */
.introduction{
	max-height:1000px;
}

}/* for PC design(4K/Ultra Wide) END */

/* --------------------------------------------------- */
/* ▼印刷用として付け足すデザイン 「バイ～ン対策」とも */
/* --------------------------------------------------- */
@media print{

/* 初めてのお客様 ジャンプボタン Start */
#jump_first{
	display:none;	/* 印刷しない */
}

#jump_first a{
	display:none;	/* 印刷しない */
}
/* トップへ戻るボタン End */

/* 料金表 ジャンプボタン Start */
#jump_pricelist{
	display:none;	/* 印刷しない */
}

#jump_pricelist a{
	display:none;	/* 印刷しない */
}
/* 料金表 ジャンプボタン End */

}/* for Print design END */