/* サイト全体幅 */

body {
	width: 100% ;
	padding-bottom: 100px;
	margin: 0 ; 
	background-color: #ffffff ;
	font-size: 16px;
	font-family: klavika-web , "メイリオ", sans-serif ;
}

#amd_site-box{
	max-width: 1200px ;
	margin: 0 auto ; 
}

/* TOPバナー */

#amd_boxph{
	width : 100% ;
	margin: 0% 0% -0.5% 0% ; 
}

#amd_boxph img{
	width : 100% ;
}

/* 上部カテゴリーエリア */

.shop_contents_area {
	width : 95% ;
	padding: 0% 0% 0% 0% ;
	margin : 0% 2.5% 0% 2.5% ; 
	margin: 0 auto ; 
	display: ;
}

.amd_big_title {
	width: 100%;
	padding: 5% 0% 5% 0%;
	margin-top: 5%;
	margin-bottom: 5%;
	text-align: center;
	background: linear-gradient(0deg,#ffe0e0 , #d6d6ff);
}

.amd_big_title > .amdtextp{
	font: メイリオ;
	font-size: 140%;
	font-weight: 700;
	line-height: 110%;
	color: #000;

}

@media(max-width:768px){
    .amdspnone{
        display: none;
    }
}

/* おすすめPC */

 .amd_pickup_pc {
 	width: 90%;
	margin: 0% 5%;
}

.amd_pickup_pc img{
	width: 100%;
	margin:;
}

.amd_pickup_pc_info {
	width: 80%;
	padding: 1% 0% 1% 0% ;
	margin : 2% auto 10% auto ; 
	text-align: center;
	font-size: 120%;
	font-weight: 400;
	color: #000;
	background-color : #fff ;
	transition: .3s;
	border: 1px solid #000;
	border-radius: 10px;
	z-index: 1;
}

.amd_pickup_pc_info:hover{
    color: #fff;
	background-color : #ff4500;
	box-shadow: 5px 5px 5px #a9a9a9;
}

/*ラインナップ*/

.amd_list_pc_area/*エリア全体*/ {
	width: 95%;
	margin: 2% auto;

}

 /* その他 */

 @media screen and (min-width: 768px){
	.amd_br-sp {display: none; }
	}

.amd_space10{
	margin: 10% 0% 0% 0%;
}

.amd_space5{
	margin: 5% 0% 0% 0%;
}

.amd_space3{
	margin: 5% 0% 0% 0%;
}

.anone {
  color: #fff ;
}

a {
	text-decoration: none ;
}

html { scroll-behavior: smooth !important;}

/* トップへ戻るボタン */
.amd_page_top_btn {
	width: 60px;/*幅*/
	height: 60px;/*高さ*/
	border-radius: 50%;/*角丸*/
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-weight: bold;
	padding: 0.8em;
	text-align: center;
	line-height: 18px;
	background: rgb(242, 101, 34);
	color: #fff;
	transition: 0.3s0;
	z-index: 5;
  }
  
  /* マウスオーバー時 */
  .amd_page_top_btn:hover {
	background: rgb(242, 101, 34, 0.8);
	color: rgb(255, 255, 255, 0.8);
  }


/* ★★★★★画像ポップアップ */

/* ポップアップウインドウの設定 */

.popup_frame{
	width: 100%;
	margin: 0 auto;
	display: block;
}

.popup {
	background-color: #efefef;
	box-shadow: 0 0 0 9999px rgba(0, 0, 0, .8);
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 1% 1% 1% 1%;
	width: 98%;
	height: 95%;
	overflow-y: scroll;
	z-index: 20;
	animation  : bgOpenAnime 0.5s ease;
  }

  @keyframes bgOpenAnime {/* フェードイン */
	0% { opacity: 0 }
  100% { opacity: 1 }
 }

  /* チェックボックスの初期設定 */
  #popup-on{
	display: none;
  }
  /* チェックされたらポップアップウインドウを開く */
  #popup-on:checked + .popup{
	display: block;
  }

  #popup-on02{
	display: none;
  }
  /* チェックされたらポップアップウインドウを開く */
  #popup-on02:checked + .popup{
	display: block;
  }
  
  #popup-on03{
	display: none;
  }
  /* チェックされたらポップアップウインドウを開く */
  #popup-on03:checked + .popup{
	display: block;
  }

  /* 閉じるアイコン（右上） */
  .icon-close{
	background: #000;
	color: #fff;
	font-size: 30px;
	padding: 0 10px;
	position: absolute;
	right: 0;
  }
  
  /* 閉じるボタン */
  .btn-close{
	background: #000;
	border-radius: 10px;
	color: #fff;
	padding: 10px;
	cursor: pointer;
	margin: 5px auto;
	width: 30%;
	text-align: center;
  }
  
  /* 開くボタン */
  .btn-open{
	background: #fff;
	border-radius: 10px;
	color: #fff;
	padding: 0px;
	cursor: pointer;
	margin: 10px auto;
	width: 100%;
	text-align: center;
  }

  .btn-open02{
	background:;
	border-radius: 10px;
	color:;
	padding: 0px;
	cursor: pointer;
	margin: 10px auto;
	width: 100%;
	text-align: center;
  }
  
  /* ポップアップの内容 */
  .popup-content_pc{
	margin: 50px auto 30px auto;
	width: 90%;
	z-index: 7;
  }
  .popup-content_pc img{
	width: 100%;
  }

  .popup-content_pc02{
	margin: 50px auto 30px auto;
	width: 90%;
	z-index: 7;
  }
  .popup-content_pc02 img{
	width: 100%;
  }

  .popup-content_pc03{
	margin: 50px auto 30px auto;
	width: 90%;
	z-index: 7;
  }
  .popup-content_pc03 img{
	width: 100%;
  }

/*2023 3月追加css*/

.amd_point_box > .amdtextp02 {
	font: メイリオ;
	width: 100%;
	height: 100px;
	margin-top: 1%;
	padding: 0% 0% 0% 0%;
	font-size: 115%;
	font-weight: 400;
}

.amd_point_box > .amdtextp03 {
	font: メイリオ;
	width: 100%;
	height: 100px;
	padding: 0% 0% 0% 0%;
	font-size: 0.87em;
	font-weight: 700;
	color: #f26522;
	line-height: 1.8em;
}

.amd_point_box > .amdtextp04 {
	font: メイリオ;
	width: 100%;
	height: 120px;
	margin-top: 1%;
	padding: 0% 0% 0% 0%;
	font-size: 0.87em;
	font-weight: 700;
	color: red;
	letter-spacing: -0.05em;
	line-height: 1.8em;
}

.amd_big_title02{
	width: 95%;
	height: ;
	margin: 5% 5% 5% 0%;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.2em;
	text-align: center;
	color: #f26522;
	padding: 0%;
	border-bottom: #f26522 3px solid;
	border-left: #f26522 10px solid;
}

.amd_big_title03{
	width: 90%;
	height: ;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.2em;
	text-align: center;
	color: #fff;
	background-color: #f26522;
	padding: 2%;
	margin: 5% auto;
}

/*POINT*/

.amd_point_box_img04{
	width: 100%;
	margin: 0% 0% 0% 0%;
}

.amd_point_box_img04 img{
	width: 100%;
}


.amd_point_box_img05{
	width: 70%;
	height: 150px;
	margin: -10% 15% 0% 15%;
}

.amd_point_box_img05 img{
	width: 100%;
}

.amd_point_box_img06{
	width: 50%;
	height: 173px;
	padding: 8% 0% 0% 0%;
	margin: 0% 25% 0% 25%;
}

.amd_point_box_img06 img{
	width: 100%;
}

/*こんなところにもAMD*/

.only_pc_banner{
	display: none;
}

.only_sp_banner{
	width: 90%;
	display: block;
	margin: 10% 5% 0% 5%;
}

.only_sp_banner img{
	width: 100%;
}

.where_box{
	width: 90%;
	margin: 3% 5% 3% 5%;
}

.where_box > .ph{
	width: 50%;
	margin: 3% 25% 10% 25%;
}

.where_box > .ph img{
	width: 100%;
}

.where_box > .catch2{
	width: 100%;
	height: 70px;
	margin-top: -10%;
	padding-top: 10px;
	box-sizing: border-box;
	font-size: 1.5em;
	line-height: 1.3em;
	font-weight: 700;
	text-align: center;
}

.where_box > .catch3{
	width: 100%;
	height: 100px;
	font-size: 1.5em;
	line-height: 1.3em;
	font-weight: 700;
	text-align: center;
}

.where_box > .text{
	width: 100%;
	height: 50px;
	margin-top: 2%;
	font-size: 0.9em;
	line-height: 1.2em;
	font-weight: 400;
}

/*性能UP*/

.shop_up_title{
	width: 100%;
	margin: 5% 0% 0% 0%;
}

.shop_up_contents{
	width: 90%;
	margin: 0% 5% 0% 5%;
}

.shop_up_title img{
	width: 100%;
	}
	
.shop_up_contents img{
	width: 100%;
	}

.amd_space10{
	margin: 10% 0% 0% 0%;
}

.amd_space5{
	margin: 5% 0% 0% 0%;
}

.amd_space3{
	margin: 5% 0% 0% 0%;
}

/* ディスクレーマー */

.shop_desc-area {
	padding: 3% 0% 22% 0% ;
	color: #000000;
}

.shop_desc-area ul {
	font-size: 0.8em;
}

.shop_desc-area li {
	list-style-type: disc;
	line-height: 1.2;
}

.pc{
	display: none;
}

.amd_graph_title{
	width: 100%;
	background: linear-gradient(0deg,#ffe0e0 , #d6d6ff);
	display: flex;
	flex-wrap: wrap;
}

.amd_graph_title p{
	width: 98%;
	margin: 0.5% 1% 0 1%;
	color: #000;
	padding: 1%;
	text-align: center;
	font-size: 1.5em;
	font-weight: 700;
	/*border-bottom: #fff 2px solid ;*/
}

.amd_big_title02_02{
	width: 85%;
	height: ;
	margin: 10% 5% 5% 5%;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.2em;
	text-align: center;
	color: #f26522;
	padding: 0.5%;
	border-bottom: #f26522 3px solid;
	border-left: #f26522 20px solid;
}

.only_pc_banner02{
	width: 90%;
	display: block;
	margin: 0% 5% 0% 5%;
}

.only_pc_banner02 img{
	width: 100%;

}

.where_box > .catch3{
	width: 100%;
	height: 70px;
	font-size: 1em;
	line-height: 1.3em;
	font-weight: 700;
	text-align: center;
}

.where_box > .text{
	width: 100%;
	height: 50px;
	margin-top: 2%;
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight: 400;
}

.where_box02{
	width: 90%;
	box-sizing: border-box;
	margin: 3% 5% 3% 5%;
	padding: 0% 0%;
}

.where_box02 > .ph{
	width: 150px;
	margin: -7% auto 0% auto;
}

.where_box02 > .ph img{
	width: 100%;
}

.where_box02 > .text{
	width: 100%;
	height: ;
	margin-top: ;
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight: 400;
}

.catch5{
	width: 100%;
	margin: 0 auto;
	font-size: 1.8em;
	line-height: 1em;
	font-weight: 700;
	text-align: center;
	color: #f26522;
}

.triangle {
	background: #f26522;
	height: calc(tan(60deg) * 30px / 2);
	width: 15%;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	margin: 0 auto;
  }

.catch8 {
	width: 100%;
	height: ;
	padding: 2% 0 ;
	font-size: 1em;
	font-weight: 700;
	text-align: center;
	background-color: #f26522;
	color: #fff;
}

.catch7 {
	width: 100%;
	height: ;
	padding: 2% 1.5% 2% 1.5%;
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: 700;
	text-align: center;
}

.where_box04{
	width: 100%;
	box-sizing: border-box;
	margin: 3% 0% 0% 0%;
	padding: 0% 0.6%;
	display: flex;
	flex-wrap: wrap;
}

.catch10{
	width: 100%;
	height: ;
	padding-left: 0%;
	margin-bottom: 2%;
	font-size: 1em;
	line-height: 1em;
	font-weight: 700;
	text-align: left;
	color: #f26522;
}

.m2{
	margin-top: 2%;
}

.amd_br-pc{
	display: none;
}

/*2023 3月追加css*/

.amd_point_box > .amdtextp02 {
	font: メイリオ;
	width: 100%;
	height: 100px;
	margin-top: 1%;
	padding: 0% 0% 0% 0%;
	font-size: 115%;
	font-weight: 400;
}

.amd_point_box > .amdtextp03 {
	font: メイリオ;
	width: 100%;
	height: 120px;
	margin-top: 1%;
	padding: 0% 0% 0% 0%;
	font-size: 0.87em;
	font-weight: 700;
	color: #f26522;
	line-height: 1.8em;
}

.amd_point_box > .amdtextp04 {
	font: メイリオ;
	width: 100%;
	height: 120px;
	margin-top: 1%;
	padding: 0% 0% 0% 0%;
	font-size: 0.87em;
	font-weight: 700;
	color: red;
	letter-spacing: -0.05em;
	line-height: 1.8em;
}

/*ボタン05*/
  .amd_button05 {
	width: 80%;
	height: ;
	margin: 2% 10% 2% 10%;
	padding: 3% 0% 3% 0%;
	position: relative;
	display: block;
	border: 2px solid #6b6b6b;
	border-radius: 5px ;
	color: #fff !important;
	background: linear-gradient(90deg, rgb(237, 108, 0), rgb(230, 0, 18));
	text-align: center;
	text-decoration: none;
	box-shadow: 5px 5px 5px rgb(173, 173, 173);
	transition: .3s;
  }

  .amd_button05 > .amdtextp {
	font: メイリオ;
	  font-size: 1.2em;
	  line-height: 1.3em;
	  font-weight: 700;
  }

  .amd_button05:hover {
	box-shadow: 10px 10px 10px rgb(173, 173, 173);
  }

  .amd_button06 {
	width: 80%;
	height: ;
	margin: 2% 10% 2% 10%;
	padding: 1% 0% 1% 0%;
	position: relative;
	display: block;
	border: 2px solid #6b6b6b;
	border-radius: 5px ;
	color: #fff !important;
	background: linear-gradient(90deg, rgb(237, 108, 0), rgb(230, 0, 18));
	text-align: center;
	text-decoration: none;
	box-shadow: 5px 5px 5px rgb(173, 173, 173);
	transition: .3s;
  }

  .amd_button06 > .amdtextp {
	font: メイリオ;
	  font-size: 1.2em;
	  line-height: 1.3em;
	  font-weight: 700;
  }

  .amd_button06:hover {
	box-shadow: 10px 10px 10px rgb(173, 173, 173);
  }

.amd_point_box_img04{
	width: 100%;
	padding-top: 14%;
	margin: 0% 0% 0% 0%;
}

.amd_point_box_img04 img{
	width: 100%;
}


.amd_point_box_img05{
	width: 70%;
	height: 200px;
	margin: 0% 15% 0% 15%;
}

.amd_point_box_img05 img{
	width: 100%;
}

.amd_point_box_img06{
	width: 50%;
	height: 173px;
	padding: 8% 0% 0% 0%;
	margin: 0% 25% 0% 25%;
}

.amd_point_box_img06 img{
	width: 100%;
}

/*こんなところにもAMD*/

.only_pc_banner{
	width: 100%;
	display: block;
	margin: 3% 0% 0% 0%;
}

.only_pc_banner img{
	width: 100%;

}

.only_pc_banner02{
	width: 100%;
	display: block;
	margin: 0% 0% 0% 0%;
}

.only_pc_banner02 img{
	width: 100%;

}

.only_sp_banner{
	display: none;
}

.where_box_area{
	width: 100%;
	margin: 0% 0% 0% 0%;
	flex-wrap: wrap;
	display: flex;
}

.where_box{
	width: 90%;
	margin: 3% 5% 3% 5%;
}

.where_box > .ph{
	width: 150px;
	margin: 0% auto 10% auto;
}

.where_box > .ph img{
	width: 100%;
}

.where_box02{
	width: 33.33%;
	box-sizing: border-box;
	margin: 3% 0% 3% 0%;
	padding: 0% 1.5%;
}

.where_box02 > .ph{
	width: 150px;
	margin: 0% auto 0% auto;
}

.where_box02 > .ph img{
	width: 100%;
}

.where_line{
	border-left: #f26522 solid 3px;
	border-right: #f26522 solid 3px;
}

.where_box > .catch2{
	width: 100%;
	height: 70px;
	padding-top: 10px;
	box-sizing: border-box;
	font-size: 1em;
	line-height: 1.3em;
	font-weight: 700;
	text-align: center;
}

.where_box02 > .catch2{
	width: 100%;
	padding-top:;
	box-sizing: border-box;
	font-size: 1em;
	line-height: 1em;
	font-weight: 700;
	text-align: center;
}

.where_box > .catch3{
	width: 100%;
	height: 70px;
	font-size: 1em;
	line-height: 1.3em;
	font-weight: 700;
	text-align: center;
}

.where_box > .text{
	width: 100%;
	height: 50px;
	margin-top: 2%;
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight: 400;
}

.where_box02 > .text{
	width: 100%;
	height: ;
	margin-top: ;
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight: 400;
}

.catch4{
	width: 100%;
	height: ;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: 400;
}

.catch4_02{
	width: 100%;
	height: ;
	margin-top: 3%;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: 400;
}

.catch5{
	width: 100%;
	height: ;
	margin-top: 2%;
	font-size: 2.5em;
	line-height: 1em;
	font-weight: 700;
	text-align: center;
	color: #f26522;
}

.catch6{
	width: 100%;
	height: ;
	margin-top: 0%;
	margin-bottom: 3%;
	font-size: 1.5em;
	line-height: 1em;
	font-weight: 700;
	text-align: center;
}

/* ディスクレーマー */

.shop_desc-area {
	padding: 3% 0% 12% 0% ;
	color: #000000;
}

.shop_desc-area ul {
	font-size: 0.8em;
}

.shop_desc-area li {
	list-style-type: disc;
	line-height: 1.2;
}

.top_margin{
	margin-top: 5%;
}

.where_box03{
	width: 100%;
	box-sizing: border-box;
	margin: 1% 0% 1% 0%;
	padding: 0% 0.6%;
}

.where_box03 > .ph{
	width: 100&;
	margin: 5% auto 0% auto;
}

.where_box03 > .ph img{
	width: 100%;
}

.where_box03 > .text{
	width: 100%;
	height: ;
	margin-top: 2%;
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight: 400;
}
.triangle {
	background: #f26522;
	height: calc(tan(60deg) * 30px / 2);
	width: 15%;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	margin: 0 auto;
  }

.shop_contents_area02 {
	width : 100% ;
	padding: 0% 0% 0% 0% ;
	margin: 0 auto ; 
	display:flex ;
	flex-wrap: wrap;
}

.catch8 {
	width: 10%;
	height: ;
	padding: 2% 0 ;
	font-size: 1em;
	font-weight: 700;
	text-align: center;
	background-color: #f26522;
	color: #fff;
}

.catch7 {
	width: 22%;
	height: ;
	padding: 2% 1.5% 2% 1.5%;
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: 700;
	text-align: left;
}

.where_box04{
	width: 100%;
	box-sizing: border-box;
	margin: 3% 0% 0% 0%;
	padding: 0% 0.6%;
	display: flex;
	flex-wrap: wrap;
}

.pharea{
	width: 100%;
}

.pharea img{
	width: 100%;
}

.textarea{
	width: 100%;
	box-sizing: border-box;
	padding-left: 1%;
	display: flex;
	flex-wrap: wrap;
}

.textarea > .text02{
	width: 96%;
	font-size: 1em;
	line-height: 1.45em;
	font-weight: 400;
	margin-left: 1%;
	margin-bottom: 5%;
	margin-top: -0.5%;
	text-align: left;
}

.catch9{
display: none;
}

.catch10{
	width: 100%;
	padding-left: 0%;
	margin-bottom: 2%;
	font-size: 1.2em;
	line-height: 1em;
	font-weight: 700;
	text-align: left;
	color: #f26522;
}

.m2{
	margin-top: 2%;
}

/*0317追加文*/

.site_menu_area{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

  .site_menu {
	width: 50%;
	background: linear-gradient(0deg, #fff, #ffe0e0);
	color: ;
	padding: 1% 0;
	box-sizing: border-box;
	cursor: pointer;
	font-size: 0.65em;
	font-weight: 700;
	position: relative;
	text-align: center;
	transition: all 1s ease-out;
	border: #fff solid 1px;
	box-shadow: 0px 3px 5px 0px rgb(173, 173, 173);
  }
  /* 文字を上に表示するための記述 */
  .site_menu span {
	position: relative;
  }
  /* ボタンhover後の背景色 */
  .site_menu::before {
	background: linear-gradient(0deg,#ffe0e0 , #d6d6ff);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 1s ease-out;
	width: 100%;
  }
  /* ボタンhoverで文字色変更 */
  .site_menu:hover {
	color: ;
  }
  /* ボタンhoverで元の背景色透過 */
  .site_menu:hover::before {
	opacity: 0;
  }

.gradation_left{
  background: linear-gradient(90deg,#ffeaea , #fff);
  padding: 2% 0;
}

.gradation_right{
	background: linear-gradient(90deg,#fff , #ffeaea);
	padding: 2% 0;
  }


.sidemenu{
	width: 95%;
	position: fixed;
	bottom: 1%;
	right: 2%;
	z-index: 999;
	display: flex;
	flex-wrap: wrap;
}

.amd_button12 {
	width: 150px;
	height: 80px;
	padding: 5px 0 0 0;
	margin-bottom: 5%;
	margin-right: 10px;
	cursor: pointer;
	border: 2px solid #6b6b6b;
	border-radius: 5px ;
	color: #fff !important;
	background: linear-gradient(90deg, rgb(237, 108, 0), rgb(230, 0, 18));
	text-align: center;
	text-decoration: none;
	box-shadow: 5px 5px 5px rgb(173, 173, 173);
	transition: .3s;
	z-index: 5;

  }

  .amd_button12 > .amdtextp {
	font: メイリオ;
	  font-size: 1em;
	  line-height: 1.2em;
	  font-weight: 700;
  }

  .amd_button12:hover {
	box-shadow: 10px 10px 10px rgb(173, 173, 173);
  }

  .amd_button13 {
	width: 200px;
	height: 80px;
	padding: 5px 0 0px 0;
	cursor: pointer;
	border: 2px solid #6b6b6b;
	border-radius: 5px ;
	color: #fff !important;
	background: linear-gradient(90deg, rgb(237, 108, 0), rgb(230, 0, 18));
	text-align: center;
	text-decoration: none;
	box-shadow: 5px 5px 5px rgb(173, 173, 173);
	transition: .3s;
	z-index: 5;
  }

  .amd_button13 > .amdtextp {
	font: メイリオ;
	  font-size: 1em;
	  line-height: 1.2em;
	  font-weight: 700;
  }

  .amd_button13:hover {
	box-shadow: 10px 10px 10px rgb(173, 173, 173);
  }


/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
	transition: 0.8s ease-in-out;
	transform: translateY(30px);
	opacity: 0;
  }
  .scroll_up.on {
	transform: translateY(0);
	opacity: 1.0;
  }
  
  /*----------------------------
  scroll_left ｜左から出現
  ----------------------------*/
  .scroll_left {
	  -webkit-transition: 0.8s ease-in-out;
	  -moz-transition: 0.8s ease-in-out;
	  -o-transition: 0.8s ease-in-out;
	  transition: 0.8s ease-in-out;
	  transform: translateX(-30px);
	  opacity: 0;
	  filter: alpha(opacity=0);
	  -moz-opacity: 0;
  }
  .scroll_left.on {
	  opacity: 1.0;
	  filter: alpha(opacity=100);
	  -moz-opacity: 1.0;
	  transform: translateX(0);
  }
  
  /*----------------------------
  scroll_right ｜右から出現
  ----------------------------*/

  .scroll_right01 {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(200px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_right01.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

.scroll_right02 {
    -webkit-transition: 1.5s ease-in-out;
    -moz-transition: 1.5s ease-in-out;
    -o-transition: 1.5s ease-in-out;
    transition: 1.5s ease-in-out;
    transform: translateX(300px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_right02.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

.Campaign_SocialVideo{
	width: 90%;
	height: auto;
	margin: 5% auto 2% auto;
}


/*0318追加*/

.txtleft{
	text-align: left;
	padding-left: 2%;
}

.txtright{
	text-align: left;
	padding-left: 2%;
}

.txtcenter{
	text-align: center;
}

.imagebox{
	padding: 0%;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}

.imagebox img{
	width: 100%;
}

.amd_mark{
	margin: 0% 0% 0% 0%;
	padding: 0;
	border: solid 2px #d6d6ff;
}

.amd_marktxt{
	margin: 0;
	font-size: 1em;
	font-weight: 700;
	color: #000;
	background: linear-gradient(0deg,#ffe0e0 , #d6d6ff);
	text-align: center;
	padding: 0%;
}


.w100{
	width: 100%;
}

.w90{
	width: 90%;
}

.w80{
	width: 80%;
}

.w70{
	width: 100%;
	margin: 20px auto;
}

.w60{
	width: 100%;
}

.w50{
	width: 50%;
	padding: 2% 2% 0% 2%;
	box-sizing: border-box;
}

.w40{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.w30{
	width: 100%;
}

.w20{
	width: 20%;
}

.w10{
	width: 10%;
}

.pd2{
	padding: 2%;
}

.w33l{
	width: 33.33%;
	padding: 0% 1% 0% 0%;
}

.w33c{
	width: 33.33%;
	padding: 0% 0.5% 0% 0.5%;
}

.w33r{
	width: 33.33%;
	padding: 0% 0% 0% 1%;
}

.komidashi{
	margin-top: 5%;
	margin-bottom: -5%;
}

.komidashi p{
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	font-weight: 700;
	text-align: center;
	color: #000;
	
}

.kome{
	font-size: 0.7em;
	margin-left: 5%;

}

/*0321追加*/

.site_menu02 {
	width: 50%;
	padding: 2% 0;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	font-size: 0.6em;
	font-weight: 700;
	text-align: center;
	background-color : #fffacd ;
	background-image: repeating-linear-gradient(-45deg,#ffffe0, #ffffe0 5px,transparent 0, transparent 10px);
	transition: 0.5s;
	border: #fff solid 1px;
	box-shadow: 0px 3px 5px 0px rgb(173, 173, 173);
}

.site_menu02:hover{
	box-shadow: 0px 6px 10px 0px rgb(173, 173, 173);
}

.w55{
	width: 100%;
	padding: 2% 0% 0% 0%;
	box-sizing: border-box;
}

.w35{
	width: 35%;
}

.magl5{
	margin-left: 0%;
}

/*0321追加 重複部分は削除*/

  .amd_button07 {
	width: 100%;
	background: linear-gradient(0deg, #fff, #ffe0e0);
	margin: 10% 0 0 0 ;
	color: ;
	padding: 6% 0% 4% 0%;
	box-sizing: border-box;
	cursor: pointer;
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: 700;
	position: relative;
	text-align: center;
	transition: all 1s ease-out;
	border: #fff solid 1px;
	box-shadow: 0px 3px 5px 0px rgb(173, 173, 173);
  }



  /* 文字を上に表示するための記述 */
  .amd_button07 .amdtextp {
	position: relative;
  }
  /* ボタンhover後の背景色 */
  .amd_button07::before {
	background: linear-gradient(0deg,#ffe0e0 , #d6d6ff);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 1s ease-out;
	width: 100%;
  }
  /* ボタンhoverで文字色変更 */
  .amd_button07:hover {
	color: ;
  }
  /* ボタンhoverで元の背景色透過 */
  .amd_button07:hover::before {
	opacity: 0;
  }