@charset "utf-8";
@media screen and (min-width: 751px) {
@font-face {
font-family: gidole-regular;
src: url(../font/gidole-regular.woff2);
}
.ph30jg {
	/*font-family: YuGo, "游ゴシック体", "游ゴシック", YuGothic, serif,'メイリオ',Meiryo, cabin;*/
	font-family: YuGothic, "游ゴシック体", "游ゴシック",'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	font-size:14px;
	min-width:1000px;
}
.kv {
	background-image: url(../img/kv_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 700px;
	display: flex;
	align-items: center;
}
.inner {
	width:900px;
	margin: 0 auto;
	position: relative;
}
.kv img {
	position: relative;
	left:-82px;
}
.headline {
	display: inline-block;
	width: auto;
}
.headlineInner {
	text-align: center;
}
.headlinePcLeft {
	text-align: left;
}
.border {
	display: inline-block;
	width: 105%;
	height: 10px;
	background: #dcf0fa;
	margin: 0 auto;
	transform: skewX(-25deg);
	margin-bottom: 28px;
	position: relative;
	left: -3%;
}
.borderColor-case {
	background: #d2e6f0;
}
.borderColor-other {
	background: #f0f0f0;
}
.catch {
	background-image: url(../img/catch_bg.jpg);
	background-repeat: repeat;
	display: flex;
	flex-direction: row;
	padding: 60px 0 50px 0;
}
.catchText {
	display: inline-block;
	width: 62%;
}
.catchText span {
	display: inline;
	font-size:36px;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 10px;
}
.catchLead {
	text-align: center;
}
.catchLead p {
	font-size:16px;
	margin-left: 20px;
	line-height: 2;
	letter-spacing: 0.1em;
	text-align: left;
}
.catch img {
	position: absolute;
	right: -50px;
	overflow: hidden;
}
.separator01 {
	background-image: url(../img/separator01.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 450px;
}
.separator02 {
	background-image: url(../img/separator02.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 450px;
}
.separator03 {
	background-image: url(../img/separator03.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 450px;
}
.bgColor {
	background-color: #222222;
}
.point {
	background-image: url(../img/point_bg.jpg);
	background-repeat: repeat;
	padding: 30px 0 50px 0;
}
.pointIcon {
	display: block;
	margin: 0 auto;
	position: relative;
	top: 65px;
	z-index: 1;
}
.pointInner {
	background-color: #fff;
	width:900px;
	margin: 0 auto;
	position: relative;
	border: solid;
	border-width: 3px;
	border-radius: 5px;
	padding: 30px 0px 30px;
	text-align: center;
}
.pointInner span {
	display: block;
	text-align: center;
	font-size:36px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-top: 50px;
}
.pointInner p {
	text-align: left;
}
.pointContents {
	display: flex;
	flex-wrap: wrap;
	margin: 0 40px;
}
.pointDetails {
	width: 330px;
	padding: 0 40px;
	margin-bottom: 40px;
}
/*.pointDetails img {
	box-sizing: border-box;
	width: 330px;
	height: 200px;
	border: solid;
	border-width: 2px;
	border-radius: 5px;
	background-color: #000;
}*/
.pointDetails span {
	display: block;
	text-align: left;
	font-size:24px;
	font-weight: bold;
	letter-spacing: -0.05em;
	margin: 20px 0px 10px 0px;
}
.pointDetails:nth-child(4) span{
	letter-spacing: -0.09em;
}
.pointDetails p {
	letter-spacing: -0.06em;
}
.note {
	font-size: 12px;
}
.productDetailsLink {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #222222;
	height: 160px;
}
.productDetailsLink a {
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
	color: #141414;
	background-color: #dc0000;
	position: relative;
	border: solid;
	border-radius: 40px;
	padding: 18px 60px;
}
.productDetailsLink a:hover {
	background-color: #e13333;
}
.productDetailsLink span {
	color: #fff;
	letter-spacing: 0.10em;
}
.productDetailsLink span::after {
	position: absolute;
	content: '';
	border: solid 5px transparent;
	border-left: solid 7px #fff;
	top: 50%;
	margin-left: 28px;
	margin-top: -5px;
}
.scene {
	background-image: url(../img/scene_bg.jpg);
	background-repeat: repeat;
	padding: 60px 0 50px 0;
}
.scene span {
	display: block;
	text-align: center;
	font-size:36px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-top: 20px;
}
.scene01-02 {
	display: flex;
	flex-wrap: wrap;
	padding: 0 50px;
	margin-bottom: 50px;
}
.scene01-02 span {
	display: block;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-top: 0px;
	margin-bottom: 10px;
}
.scene01_img {
	order: 1;
	width: 55%;
	position: relative;
	margin-bottom: 30px;
	text-align: left;
}
.scene01_img img:nth-child(1) {
	position: absolute;
	left: -10px;
	margin-top: 10px;
}
.scene01_txt {
	order: 2;
	width: 45%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 30px;
}
.scene02_img {
	order: 4;
	width: 55%;
	position: relative;
	text-align: right;
}
.scene02_img img:nth-child(1) {
	position: absolute;
	left: 20px;
	margin-top: 10px;
}
.scene02_txt {
	order: 3;
	width: 45%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.scene03-05 {
	display: flex;
	flex-direction: row;
}
.scene03-05 span {
	display: block;
	text-align: left;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-top: 10px;
	margin-bottom: 10px;
}
.scene03, .scene04, .scene05 {
	width: 250px;
	margin-left: 30px;
}
.scene03 {
	margin-left: 40px;
}
.scene03_img, .scene04_img, .scene05_img {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.case {
	background-image: url(../img/case_bg.jpg);
	background-repeat: repeat;
	padding: 60px 0 50px 0;
}
.case span {
	display: block;
	text-align: center;
	font-size:36px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-top: 30px;
}
.caseInner {
	display: flex;
	flex-wrap: wrap;
	width:800px;
	margin: 0 auto;
	position: relative;
}
.case01_txt {
	order: 1;
	margin-bottom: 30px;
	margin-right: 30px;
}
.case01_img {
	order: 2;
	margin-bottom: 30px;
}
.case02_txt {
	order: 4;
}
.case02_img {
	order: 3;
	margin-right: 30px;
}
.caseCopy01, .caseCopy02 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #fff;
	width:360px;
	height: 50px;
	border: solid;
	border-width: 0px;
	border-radius: 0px 7px 7px 7px;
	border-color: #fff;
	padding: 10px 30px 10px;
	position: relative;
}
.caseCopy01 span {
	display: block;
	text-align: left;
	font-size: 21px;
	letter-spacing: 0.00em;
	font-weight: bold;
	margin-top: 0px;
}
.caseCopy02 span {
	display: block;
	text-align: left;
	font-size: 24px;
	letter-spacing: 0.05em;
	font-weight: bold;
	margin-top: 0px;
}
.caseTxtBorder {
	width: 360px;
	height: 1px;
	background: #000;
	margin:0 auto;
	position: absolute;
	bottom: 0;
}
.caseLead {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #fff;
	background-color: #fff;
	width:360px;
	height: 130px;
	border: solid;
	border-width: 0px;
	border-radius: 7px 7px 0px 7px;
	border-color: #fff;
	padding: 10px 30px 10px;
	margin: 0 0 10px 0;
	line-height: 2;
}
.caseLead p {
	line-height: 2;
}
.case a:hover {
	opacity: 0.7;
}
.otherCase {
	background-color: #555555;
}
.otherCase p {
	background-color: #3e3e3e;
	height: 80px;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	line-height: 80px;
	position: relative;
}
.otherCase p::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
  border-top: 10px solid #3e3e3e;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.otherContents {
	display: flex;
	justify-content: center;
	background-color: #555555;
}
.otherContentsInner {
	width: 900px;
	height: 250px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.content {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.content span {
	color: #fff;
	font-size: 15px;
	margin-top: 10px;
}
.howto {
	background-image: url(../img/howto_bg.jpg);
	background-repeat: repeat;
	padding: 30px 0 50px 0;
}
.howtoIcon {
	display: block;
	margin: 0 auto;
	position: relative;
	top: 65px;
	z-index: 1;
}
.howtoInner {
	background-color: #fff;
	width:900px;
	margin: 0 auto;
	position: relative;
	border: solid;
	border-width: 3px;
	border-radius: 5px;
	padding: 30px 0px 30px;
}
.howtoInner span {
	display: block;
	text-align: center;
	font-size:36px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-top: 50px;
}
.howtoContents {
	display: flex;
	flex-wrap: wrap;
	margin: 0 40px;
}
.howtoDetails {
	width: 330px;
	padding: 0 40px;
	margin-bottom: 40px;
}
.howtoDetails span {
	display: block;
	text-align: left;
	font-size:24px;
	font-weight: bold;
	letter-spacing: -0.05em;
	margin: 20px 0px 10px 0px;
}
.howtoDetails:nth-child(4) span{
	letter-spacing: -0.09em;
}
.howtoDetails p {
	letter-spacing: -0.06em;
}
.detail {
	background-image: url(../img/detail_bg.jpg);
	background-repeat: repeat;
	padding: 60px 0 50px 0;
}
.detail span {
	display: block;
	text-align: left;
	font-size:36px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 20px;
}
.detaiDescription {
	display: flex;
	flex-direction: row;
	position: relative;
}
.detailiLine {
	text-align: center;
	display: inline-block;
	padding: 0px 0px 100px 0px;
	margin: 0;
	border-left:  solid 3px #000;
	position: relative;
}
.detailiLine:after {
	content: "";
	border-left: solid 2px #000;
	position: absolute;
	top: 0px;
	left: 2px;
	height: 100%;
}
.detailiTxt {
	display: flex;
}
.detailiName {
	padding-top: 10px;
	margin-left: 30px;
}
.woff {
	font-family: gidole-regular, YuGo, "游ゴシック体", "游ゴシック", YuGothic, serif,'メイリオ',Meiryo, cabin;
}
.detailiName span:nth-child(1) {
	display: inline;
	font-size: 16px;
}
.detailiName span:nth-child(2) {
	display: inline;
	font-size: 14px;
}
.detailiName p {
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.detailiName img {
	margin-top: 2px;
}
.detailiSpec {
	width: auto;
	font-size: 14px;
	padding-top: 10px;
	margin-left: 30px;
}
.detailiPhoto {
	position: absolute;
	right: -50px;
	bottom: 0;
	overflow: hidden;
}
.relation {
	background-color: #fff;
	padding: 60px 0 50px 0;
}
.relation span {
	display: block;
	text-align: center;
	font-size:36px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-top: 30px;
}
.relationBorder {
	width:190px;
	height:10px;
	background: #f0f0f0;
	margin:0 auto;
	transform: skewX(-25deg);
	margin-bottom: 50px;
	position: relative;
	left: -10px;
}
.relationInner {
	display: flex;
	flex-wrap: wrap;
	width:900px;
	margin: 0 auto;
	position: relative;
}
.pcNone {
	display: none;
}
}
@media screen and (max-width: 750px) {
@font-face {
font-family: gidole-regular;
src: url(../font/gidole-regular.woff2);
}
.ph30jg {
	font-family: YuGothic, "游ゴシック体", "游ゴシック",'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Verdana, "Droid Sans”",sans-serif;
	font-size:14px;
	min-width:480px;
}
.kv {
	background-image: url(../img/kv_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 135% auto;
	display: flex;
	align-items: center;
	background-position: -25px-+-;
}
.inner {
	width:auto;
	margin: 0;
	position: relative;
}
.kv img {
	position: relative;
	left:-60px;
	overflow: visible;
	width:100%;
}
.headline {
	display: inline-block;
	width: auto;
}
.headlineInner {
	text-align: center;
}
.border {
	display: inline-block;
	width: 105%;
	height: 10px;
	background: #dcf0fa;
	margin: 0 auto;
	transform: skewX(-25deg);
	margin-bottom: 28px;
	position: relative;
	left: -3%;
}
.borderColor-case {
	background: #d2e6f0;
}
.borderColor-other {
	background: #f0f0f0;
}
.catch {
	background-image: url(../img/catch_bg.jpg);
	background-repeat: repeat;
	display: flex;
	flex-direction: column;
	padding: 40px 0 50px 0;
}
.catchText {
	display: block;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.catchText span {
	display: block;
	text-align: center;
	font-size:32px;
	font-weight: bold;
	margin-left: 0px;
}
.catchLead {
	width: 
	text-align: center;
}
.catchText p {
	display: inline-block;
	font-size:16px;
	padding: 0;
	line-height: 2;
	letter-spacing: 0.0em;
	text-align: left;
}
.catch img {
	display: block;
	margin: 40px auto 0;
}
.separator01 {
	background-image: url(../img/separator01.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 450px;
}
.separator02 {
	background-image: url(../img/separator02.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 450px;
	background-position: -130px;
}
.separator03 {
	background-image: url(../img/separator03.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 450px;
	background-position: -150px;
}
.bgColor {
	background-color: #222222;
}
.point {
	background-image: url(../img/point_bg.jpg);
	background-repeat: repeat;
	padding: 30px 0 50px 0;
}
.pointIcon {
	display: block;
	margin: 0 auto;
	position: relative;
	top: 65px;
	z-index: 1;
}
.pointInner {
	background-color: #fff;
	width :90%;
	margin: 0 auto;
	position: relative;
	border: solid;
	border-width: 3px;
	border-radius: 5px;
	padding: 30px 0px 30px;
	text-align: center;
}
.pointInner span {
	display: block;
	text-align: center;
	font-size:32px;
	font-weight: bold;
	letter-spacing: -0.03em;
	margin-top: 50px;
}
.pointContents {
	display: flex;
	flex-direction: column;
	margin: 0 40px;
}
.pointDetails {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: auto;
	padding: 0 0;
	margin-bottom: 40px;
}
/*.pointDetails img {
	box-sizing: border-box;
	width: 330px;
	height: 200px;
	border: solid;
	border-width: 2px;
	border-radius: 5px;
	background-color: #000;
}*/
.pointDetails img {
	width: 100%;
}
.pointDetails span {
	display: block;
	text-align: left;
	font-size:24px;
	font-weight: bold;
	letter-spacing: -0.05em;
	margin: 20px 0px 10px 0px;
}
.pointDetails:nth-child(4) span{
	letter-spacing: -0.09em;
}
.pointDetails p {
	letter-spacing: 0em;
	width: 100%;
	text-align: left;
}
.note {
	font-size: 12px;
	display: block;
	text-align: left;
}
.productDetailsLink {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #222222;
	height: 160px;
}
.productDetailsLink a {
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
	color: #141414;
	background-color: #dc0000;
	position: relative;
	border: solid;
	border-radius: 40px;
	padding: 18px 60px;
}
.productDetailsLink a:hover {
	background-color: #e13333;
}
.productDetailsLink span {
	color: #fff;
	letter-spacing: 0.10em;
}
.productDetailsLink span::after {
	position: absolute;
	content: '';
	border: solid 5px transparent;
	border-left: solid 7px #fff;
	top: 50%;
	margin-left: 28px;
	margin-top: -5px;
}
.scene {
	background-image: url(../img/scene_bg.jpg);
	background-repeat: repeat;
	padding: 60px 0 50px 0;
}
.scene span {
	display: block;
	text-align: center;
	font-size:36px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-top: 20px;
}
.scene p {
	text-align: left;
}
.scene01-02 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 0px;
	margin-bottom: 50px;
}
.scene01-02 span {
	display: block;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-top: 0px;
	margin-bottom: 10px;
}
.scene01_img {
	order: 1;
	width: auto;
	position: relative;
	margin-bottom: 30px;
}
.scene01_img img:nth-child(1) {
	position: absolute;
	left: -10px;
	margin-top: 10px;
}
.scene01_txt {
	order: 2;
	width: 420px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 30px;
}
.scene02_img {
	order: 3;
	width: auto;
	position: relative;
	margin-bottom: 30px;
}
.scene02_img img:nth-child(1) {
	position: absolute;
	left: -10px;
	margin-top: 10px;
}
.scene02_txt {
	order: 4;
	width: 420px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.scene03-05 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
}
.scene03-05 span {
	display: block;
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-top: 10px;
	margin-bottom: 10px;
}
.scene03 span {
	letter-spacing: 0.00em;
}
.scene03, .scene04, .scene05 {
	width: 220px;
	margin: 0 1%;
	margin-bottom: 30px;
}
.scene03_img, .scene04_img, .scene05_img {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.scene03_img img, .scene04_img img, .scene05_img img {
	width: 50%;
}
.case {
	background-image: url(../img/case_bg.jpg);
	background-repeat: repeat;
	padding: 60px 0 50px 0;
}
.case span {
	display: block;
	text-align: center;
	font-size:36px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-top: 30px;
}
.caseInner {
	display: flex;
	flex-direction: column;
	align-items: center;
	width:auto;
	margin: 0 auto;
	position: relative;
}
.case01_txt {
	order: 1;
	margin-bottom: 30px;
}
.case01_img {
	order: 2;
	margin-bottom: 30px;
}
.case02_txt {
	order: 3;
	margin-bottom: 30px;
}
.case02_img {
	order: 4;
	margin-right: 0;
}
.caseCopy01, .caseCopy02 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #fff;
	width:360px;
	height: 50px;
	border: solid;
	border-width: 0px;
	border-radius: 0px 7px 7px 7px;
	border-color: #fff;
	padding: 10px 30px 10px;
	position: relative;
}
.caseCopy01 span {
	display: block;
	text-align: left;
	font-size: 21px;
	letter-spacing: 0.00em;
	font-weight: bold;
	margin-top: 0px;
}
.caseCopy02 span {
	display: block;
	text-align: left;
	font-size: 24px;
	letter-spacing: 0.05em;
	font-weight: bold;
	margin-top: 0px;
}
.caseTxtBorder {
	width: 360px;
	height: 1px;
	background: #000;
	margin:0 auto;
	position: absolute;
	bottom: 0;
}
.caseLead {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #fff;
	background-color: #fff;
	width:360px;
	height: 130px;
	border: solid;
	border-width: 0px;
	border-radius: 7px 7px 0px 7px;
	border-color: #fff;
	padding: 10px 30px 10px;
	margin: 0 0 10px 0;
	line-height: 2;
}
.caseLead p {
	line-height: 2;
}
.case a:hover {
	opacity: 0.7;
}
.otherCase {
	background-color: #555555;
}
.otherCase p {
	background-color: #3e3e3e;
	height: 80px;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	line-height: 80px;
	position: relative;
}
.otherCase p::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 0;
	right: 0;
	bottom: -10px;
	margin: 0 auto;
	border-top: 11px solid #3e3e3e;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
.otherContents {
	display: flex;
	justify-content: center;
	background-color: #555555;
	padding: 30px 10px;
}
.otherContentsInner {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.content {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 10px 5px;
}
.content span {
	color: #fff;
	font-size: 15px;
	margin-top: 10px;
}
.howto {
	background-image: url(../img/howto_bg.jpg);
	background-repeat: repeat;
	padding: 30px 0 50px 0;
}
.howtoIcon {
	display: block;
	margin: 0 auto;
	position: relative;
	top: 65px;
	z-index: 1;
}
.howtoInner {
	background-color: #fff;
	width: 90%;
	margin: 0 auto;
	position: relative;
	border: solid;
	border-width: 3px;
	border-radius: 5px;
	padding: 30px 0px 30px;
}
.howtoInner span {
	display: block;
	text-align: center;
	font-size:36px;
	font-weight: bold;
	letter-spacing: -0.03em;
	margin-top: 50px;
}
.howtoContents {
	display: flex;
	flex-direction: column;
	margin: 0 40px;
}
.howtoDetails {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: auto;
	padding: 0 0;
	margin-bottom: 40px;
}
.howtoDetails img {
	width: 100%;
}
.howtoDetails span {
	display: block;
	text-align: left;
	font-size:24px;
	font-weight: bold;
	letter-spacing: -0.05em;
	margin: 20px 0px 10px 0px;
}
.howtoDetails:nth-child(4) span{
	letter-spacing: -0.09em;
}
.howtoDetails p {
	letter-spacing: -0.06em;
}
.detail {
	background-image: url(../img/detail_bg.jpg);
	background-repeat: repeat;
	padding: 60px 20px 50px;
}
.detail span {
	display: block;
	text-align: center;
	font-size:36px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 20px;
}
.detaiDescription {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
}
.detailiLine {
	text-align: center;
	display: inline-block;
	padding: 0px 0px 100px 0px;
	margin: 0;
	border-left:  solid 3px #000;
	position: relative;
}
.detailiLine:after {
	content: "";
	border-left: solid 2px #000;
	position: absolute;
	top: 0px;
	left: 2px;
	height: 100%;
}
.detailiTxt {
	display: flex;
	flex-direction: column;
}
.detailiName {
	padding-top: 10px;
	margin-left: 30px;
}
.woff {
	font-family: gidole-regular, YuGo, "游ゴシック体", "游ゴシック", YuGothic, serif,'メイリオ',Meiryo, cabin;
}
.detailiName span:nth-child(1) {
	display: inline;
	font-size: 16px;
}
.detailiName span:nth-child(2) {
	display: inline;
	font-size: 14px;
}
.detailiName p {
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.detailiName img {
	margin-top: 2px;
}
.detailiSpec {
	width: auto;
	font-size: 14px;
	padding: 10px 0px;
	margin-left: 30px;
}
.detailiPhoto {
    display: block;
    margin: 40px auto 0;
}
.relation {
	background-color: #fff;
	padding: 60px 0 50px 0;
}
.relation span {
	display: block;
	text-align: center;
	font-size:36px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-top: 30px;
}
.relationBorder {
	width:190px;
	height:10px;
	background: #f0f0f0;
	margin:0 auto;
	transform: skewX(-25deg);
	margin-bottom: 50px;
	position: relative;
	left: -10px;
}
.relationInner {
	display: flex;
	flex-wrap: wrap;
	width:auto;
	margin: 0 auto;
	position: relative;
}
.relationInner img {
	width: 100%;
	height: 100%;
}
.spNone {
	display: none;
}
}