@charset "UTF-8";
/* CSS Document */
.purchase-wrapper{
	text-align: center;
	margin: auto;
	font-family: "DIN Condensed";
}

.indent{
	color:black;
}

	
.purchase-h2{
	font-family: HiraginoSans-W3;
	font-size: 28px;
	color:white;
	letter-spacing: 10px;
	line-height: 30px;
}
/*title*/

.small-title{
	font-size:0.6em;
}

.purchase-title {
	background-image: url('/images/top_img.jpg');
	width: 100%;
	background-size: cover;
	background-position:0pt -30pt;
	margin: auto;
}
.purchase-title .bg-mask {
	height: 100%;
	background: rgba(255,255,255,0.5);
	padding-top:4em;
	padding-bottom:4em;
	letter-spacing: 5px;
}

.purchase-h1{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	font-size:3.8em;
	color:white;
	font-weight: bold;
	letter-spacing: 9px;
}

.purchase-title .bg-mask{
	background: rgba(0,0,0,0.5);
}
/*titleここまで*/

/*メイン*/

.purchase-wrapper .maincopy{
	margin-top: 6px;
	margin-bottom:6px;
	font-size: 1em;
	text-align: left;
}

.purchase-wrapper .maincopy .sp-br{
	margin-top:7px;
	padding-top: 6px;
	padding-bottom: 10px;
	background-color: black;
}

.main-bg{
	background-color: #f18434;
	widows: 100%;
}

.main-bg{
display: block;	
}		
	
.main-bg-sp{
display: none;	
}


/*メインここまで*/

/*理由*/

/*理由＿タイトル*/
.riyu-title{
	width: 600px;
	margin: auto;
	margin-bottom:100px;
}

.border-top{
	border:solid 2px #F98229;
	margin-bottom:10px;
	margin-top: 30px;
	width: 300px;
	margin-left: auto;
}

.border-under{
	border:solid 2px #F98229;
	margin-bottom:30px;
	margin-top: 30px;
	width: 300px;
	margin-right: auto;
}
/*理由_タイトルここまで*/

.riyu-bg{
background-color: #0d0d0d;
background-image: url("https://www.transparenttextures.com/patterns/otis-redding.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
	margin-top:50px; 
	padding-top: 40px;
	border-top:solid 3px #686868;	
	border-bottom:solid 3px #686868;	
}

.riyu-inner1 {
	background-image: url('/images/riyu1.png');
	background-size: cover;
	background-position:0pt -10pt;
	margin-bottom:60px;
}

.riyu-inner2 {
	background-image: url('/images/riyu2.png');
	background-size: cover;
	background-position:0pt -10pt;
	margin-bottom:60px;
}

.riyu-inner3 {
	background-image: url('/images/riyu3.png');
	background-size: cover;
	background-position:0pt -10pt;
	margin-bottom:60px;
}

.riyu-text{
	font-size:1em;
	text-align: left;
	padding: 20px 0px 20px 40px;
}

.layerImage{
	width:50%;
	height:200px;
	background-image: 		url('/images/riyu1.png');
	background-repeat:no-repeat;
	background-position:top center;
	-moz-background-size:cover;
	background-size:cover; 	
}

.layerTransparent{
	background-color:		rgba(255,255,255,0.5);
	height:200px;
}

.frontContents{
	padding:20px;
	color:#000;
}

/*理由ここまで*/

/*お問い合わせフォーム*/

.form-heading{
	width: 100%;
	background-color: #313131;
	letter-spacing: 2.5px;
	line-height: 20px;
	font-size: 1.2em;
	padding-top:10px;
	padding-bottom:10px;	
}

.sankaku {
    width: 0;
    height: 0;
    border-top: 15px solid #313131;
    border-right: 20px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 20px solid transparent;
    margin: 0 auto;
}

.form-inner{
	margin-bottom:30px;
}

.form-entire .purchase-h2{
	font-family: HiraginoSans-W3;
	font-size: 25px;
	color:white;
	padding: 10px 0px 10px 0px;
	background-color: gray;
	letter-spacing: 7px;
	line-height: 30px;
}

.form-item-heading{
	font-size:1.5em;
	letter-spacing: 5px;
	font-weight: bold;
	margin-top:50px;
}	

.form-contents{
	background-color: #DBDBDB;
	margin-bottom:40px;
}

.form-entire .cp-iptxt {
	position: relative;
	margin-bottom:20px;
}

.form-entire .cp-iptxt .entry-inner{
	text-align: left;
}

.form-entire .cp-iptxt input[type='text'] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	padding: 0.3em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: white;
	background-color: #787878;
	border: 1px solid  #787878;
	border-radius: 4px;
}
	
.form-entire .purchase-send-button {
    display: inline-block;
    font-size: 17pt;
    text-align: center;
    cursor: pointer;
    padding: 15px 30px 7px 30px;
    background: #f98229;
    color: white;
    line-height: 1em;
    transition: .3s;
    border: 2px solid #f98229;
    margin: auto;
}

.form-entire .status-label:after {
	left: 15px;	
	margin-top: -10px;	
	width: 16px;
	height: 16px;
	border: 2px solid #ccc;	
	border-radius: 50%;	
}

.form-entire .status-label:before {
	left: 18px;
	margin-top: -7px;	
	width: 10px;	
	height: 10px;	
	background: #F98229;
	border-radius: 50%;
	opacity: 0;	
}

input[type=radio]:checked + .status-label:before{
	opacity: 1;
}

.form-entire .status-label:hover:after {
	border-color: #F98229;
}
/*ラジオボタンデザインここまで*/

.form-entire .ef input[type='text']:focus {
	border: 1px solid #F98229;
	outline: none;
	box-shadow: 0 0 5px 1px rgba(218,60,65, .5);
}

.form-entire .entry{
	background-color: #212121;
	overflow: hidden;
	padding-bottom: 160px;
	background-color: #0f0f0f;
	background-image: url("https://www.transparenttextures.com/patterns/gun-metal.png");
}

.purchase-remarks{
	border: solid 1px white;
}


.purchase-remarks:focus {
	border: 1px solid orange;
	transition: 0.3s;
	outline: none;
	box-shadow: 0 0 5px 1px rgba(218,60,65, .5);
}

/*お問い合わせフォームここまで*/


/*wrapperの幅*/
@media screen and (max-width: 2000px) and (min-width: 769px){
	
.purchase-wrapper{
	width:100%;
	height: 100%;
	margin:auto;
}

/*メイン*/
	
.main-inner{
	position: absolute;
	z-index: 10;
}

	.main-bgimg{
	z-index: 0;
	position: relative;
	width:  80%;/* 横幅を割合で指定 */
	height: auto;
		margin-left: auto;
}
	
.main-bgimg img {
	width:  100%;/* 横幅を割合で指定 */
	height: auto;
}		
	
.main-bg-h2{
	margin-top:40px;
	font-size: 300%;
	text-align: left;
	letter-spacing: 10px;
	font-weight: bold;
}	

/*お問い合わせフォームへ*/	

.form-linkbtn .button a:visited{
	color:#fff;
	text-decoration:none;
}	
	
.form-linkbtn .button {
	background-color: aliceblue;
	padding: 0.3em 3em 0.3em 3em;
	letter-spacing: 3px;
	font-weight: bold;
	padding-top:10px;
	padding-bottom:10px;
	border-radius: 10px;
	margin-top:10px;
	margin-bottom:50px;
	font-size: 1.3em;
}

.form-linkbtn .button,
.form-linkbtn .button::before,
.form-linkbtn .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}	

.form-linkbtn .button {
	color: #f18434;
	float: left;
}
	
.form-linkbtn .button:hover {
  background-color: #393939;
	text-decoration: none;
}
/*お問い合わせフォームへ*/	
	
/*メインここまで*/	

	
/*理由*/		
.riyu-inner1 {
	background-image: url('/images/riyu1.png');
	background-size: cover;
	background-position:0pt -100pt;
}
	
.riyu-inner2{
	background-image: url(/images/riyu2.png);
	background-size: cover;
	background-position: 0pt -100px;
}	

.riyu-inner3{
	background-image: url(/images/riyu3.png);
	background-size: cover;
	background-position: 0pt -100px;
}		
	
	
.bigtext{
	font-size: 1.4em;
	font-weight: bold;
	color: #f18434;
}	
	
.purchase-wrapper .number{
	font-size:6em;
	padding-bottom:15px;
	border-bottom: solid 5px gray;
	color:darkgray;
}
/*理由ここまで*/	
	
/*LINE*/
.form-entire .button {
	background-size: cover;
	background-position: 0pt -100px;	
	font-size: 3em;
	padding: 0.3em 0.5em 0.3em 0.3em;
	border: solid 3px green;
	margin-top:30px;
	letter-spacing: 3px;
}
.form-entire .button::before,
.form-entire .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.form-entire .button,
.form-entire .button::before,
.form-entire .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}	

.form-entire .button {
  color: #fff;
}
	
.form-entire .button:hover {
  background-color: #393939;
	text-decoration: none;
}
/*LINEここまで*/
	
	
/*電話番号*/
.tel a, .tel a:visited {
    color: none;
    position: relative;
    text-decoration: none;
    display: inline-block;
    transition: none;
}	
	
.tel a{
    background-color: none;
	}
/*電話番号のリンクここまで*/		
	
.tel{
	border-left: solid 5px gray;
	text-align: left;
	padding-left: 10px;
	padding-top:20px;
	margin-top:20px;	
}

.tel-bigtitle{
	font-size: 5rem;
	color: #f18434;
	letter-spacing: 4px;
}

.tel-smalltitle{
	font-size:20px;
	letter-spacing: 2px;
}
	
/*電話番号ここまで*/
	
	
/*お問い合わせフォーム*/
.frmSmpl1 .txtfiled, 
.frmSmpl1 select {
	width:45%;
	padding:3px 5px;
	margin:0;
	color:#666;
	box-shadow: 2px 3px 5px -2px #ddd inset;/*テキストエリア内にシャドウ*/
	background: #fff;/*内側のシャドウはbackgroundの初期化が必要*/
	border-radius:6px;
}

.frmSmpl1 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	color: #666;
	margin: 2em 0;
}

.frmSmpl1 .form-item {
	margin:0 0 0;
	display:inline-block;
	vertical-align:top;
	text-align: left;
	padding-top: 8px;
	color: #0d0d0d;
	font-weight: bold;
	letter-spacing: 1px;
}

.frmSmpl1 .txtfiled, 
.frmSmpl1 select {
	width:45%;
	padding:3px 5px;
	margin:0;
	color:#666;
	border: solid 1px #ccc;
	box-shadow: 2px 3px 5px -2px #ddd inset;/*テキストエリア内にシャドウ*/
	border-radius:6px;
}	
/*お問い合わせフォームここまで*/	
	
	
.tab-content .inner{
	width: 100%;
	height: 100%;
	text-align: left;
}	
	
.tab-content .sp-br{
	display: contents;
}
	
.right .sp-br{
	display: inline-block;
}	
	
.trapezoid{
		display: none;
}

.sp-br{
		display: inline-block;
		padding-left:1em;
		text-indent:-1em;
}
	
}

@media screen and (max-width: 2000px) and (min-width: 1200px){

.main-bg-h2{
	margin-top:40px;
	font-size: 500%;
	text-align: left;
	letter-spacing: 15px;
}		
	
.purchase-wrapper .maincopy .sp-br{
	margin-top:7px;
	padding-top: 6px;
	padding-bottom: 10px;
	background-color: black;
	font-size: 1.5em;
}
	
	
	
.main-inner{
	position: absolute;
	z-index: 10;
}
	
.main-bgimg{
	z-index: 0;
	position: relative;
	width:  65%;/* 横幅を割合で指定 */
	height: auto;
		margin-left: auto;
}
	
.main-bgimg img {
	width:  100%;/* 横幅を割合で指定 */
	height: auto;
}	

}
	
@media screen and (max-width: 768px) and (min-width: 300px){
	
.main-bgimg{
	z-index: 0;
	position: relative;
	width:  100%;/* 横幅を割合で指定 */
	height: auto;
	margin-left: auto;
}
	
.main-bgimg img {
	width:  100%;/* 横幅を割合で指定 */
	height: auto;
}		
	
.main-inner{
	margin-top:-50px;
}	
	
.main-bg{
display: none;	
}			
	
.main-bg-sp{
	display: block;	
	background-color: #f18434;
}	
	
.main-bg-sp .main-bg-h2{
	font-size: 2.8em;
	text-align: left;
	font-weight: bold;
	letter-spacing: 10px;
}	

.purchase-wrapper .main-bg-sp .maincopy{
	margin-top: 3px;
	margin-bottom:3px;
	font-size:10px;
	text-align: left;
}

.sp-br{
		display: inline-block;
		padding-left:1em;
		text-indent:-1em;
}	
	
.purchase-wrapper .main-bg-sp .maincopy .sp-br{
	margin-top:3px;
	margin-bottom:3px;
	padding: 3px;
	padding-left:13px;
	background-color: black;
	float: left;
	letter-spacing: 3px;
	display: inline-block;
}
	
.main-bg-sp .main-img{
	background-size: cover;
	background-image:url('/images/main-img.png');
	height: 17em;
}	
	
/*お問い合わせフォームへ*/	
	
.form-linkbtn .button {
	background-color: aliceblue;
	padding: 0.3em 3em 0.3em 3em;
	letter-spacing: 3px;
	font-weight: bold;
	padding-top:10px;
	padding-bottom:10px;
	border-radius: 10px;
	margin-top:10px;
	margin-bottom:30px;
	font-size: 1em;
	
}

.form-linkbtn .button,
.form-linkbtn .button::before,
.form-linkbtn .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}	

.form-linkbtn .button {
	color: #f18434;
}
	
.form-linkbtn .button:hover {
  background-color: #393939;
	text-decoration: none;
}
/*お問い合わせフォームへ*/	
	
/*メイン*/

.small-title{
	font-size:0.6em;
}

.purchase-title {
	background-image: url('/images/top_img.jpg');
	width: 100%;
	background-size: cover;
	background-position:0pt -30pt;
}
.purchase-title .bg-mask {
	height: 100%;
	background: rgba(255,255,255,0.5);
	padding-top:3em;
	padding-bottom:3em;
	letter-spacing: 5px;
}

.purchase-h1{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	font-size:2.8em;
	color:white;
	font-weight: bold;
	letter-spacing: 9px;
}

.purchase-title .bg-mask{
	background: rgba(0,0,0,0.5);
}


	
	.img-box{
		width: 100%;
		height: 300px;
		transform: skew(-10deg);
		background: red;
		float: right;
    }
		
	.img{
		display: none;
	}

.purchase-title{
	font-size:0.8em;
}
/*スマホサイズのメイン画像*/

/*理由タイトル*/
.purchase-wrapper .number{
	font-size:6em;
	text-decoration: underline;
	color:darkgray;
}	
	
.riyu-title{
	width: 100%;
	margin: auto;
	margin-bottom:50px;
}		
	
.purchase-h2{
	font-family: HiraginoSans-W3;
	font-size: 20px;
	color:white;
	letter-spacing: 10px;
	line-height: 30px;
}	
/*理由タイトルここまで*/
	
.bigtext{
	font-size: 1.1em;
	font-weight: bold;
	color: #f18434;
}	
	
	
/*LINE*/
.form-entire .button {
	background-size: cover;
	background-position: 0pt -100px;	
	font-size: 3em;
	padding: 0.3em 0.7em 0.3em 0.3em;
	border: solid 3px green;
	margin-top:30px;
	letter-spacing: 3px;
}
	
.form-entire .button::before,
.form-entire .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.form-entire .button,
.form-entire .button::before,
.form-entire .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}	

.form-entire .button {
  color: #fff;
}
	
.form-entire .button:hover {
  background-color: #393939;
	text-decoration: none;
}
/*LINEここまで*/
	
	
/*電話番号*/
.tel a, .tel a:visited {
    color: none;
    position: relative;
    text-decoration: none;
    display: inline-block;
    transition: none;
}	
	
.tel a{
    background-color: none;
	}
/*電話番号のリンクここまで*/		
	
.tel{
    margin: auto;
    border-left: solid 5px gray;
    text-align: left;
    padding-left: 10px;
    padding-top: 20px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    display: inline-block;
}

.tel-bigtitle{
	font-size: 3em;
	color: #f18434;
	letter-spacing: 4px;
	line-height: 30px;
}

.tel-smalltitle{
	font-size:1.3em;	
	letter-spacing: 2px;
}
	
/*電話番号ここまで*/	
	

/*お問い合わせフォーム内容*/	
.form-entire .purchase-h2{
    font-size: 1.9em;
    letter-spacing: 2px;
}	
	

.frmSmpl1 .txtfiled, 
.frmSmpl1 select {
	width:45%;
	padding:3px 5px;
	margin:0;
	color:#666;
	box-shadow: 2px 3px 5px -2px #ddd inset;/*テキストエリア内にシャドウ*/
	background: #fff;/*内側のシャドウはbackgroundの初期化が必要*/
	border-radius:6px;
}

.frmSmpl1 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	color: #666;
	margin: 2em 0;
}

.frmSmpl1 .form-item {
	margin:0 0 0;
	display:inline-block;
	vertical-align:top;
	text-align: left;
	color: #0d0d0d;
	font-weight: bold;
	letter-spacing: 1px;
}

.frmSmpl1 .txtfiled, 
.frmSmpl1 select {
	width:45%;
	padding:3px 5px;
	margin:0;
	color:#666;
	border: solid 1px #ccc;
	box-shadow: 2px 3px 5px -2px #ddd inset;/*テキストエリア内にシャドウ*/
	border-radius:6px;
}		
	
/*お問い合わせフォーム内容ここまで*/	
	
}
	


	