@charset "utf-8";

#main { width:1100px; margin:10px auto; }
#main .sp { display:none!important; }


/*----------------------�X�}�z��-----------------------*/

@media screen and (max-width: 768px) {
#main .pc { display:none!important; }
}



/*----------------------top�֖߂�----------------------*/
#return_top { text-align:center; margin:0px; padding: 10px !important; background-color: #fff;}
#return_top a { background: url("https://image.stworld.jp/images/common/tri01.gif") no-repeat scroll left 5px rgba(0, 0, 0, 0); line-height: 1em; padding-left: 10px; }




/*------------------------------------------------------------
  body
------------------------------------------------------------*/
#main {
	width: 100%;
	color: #1d2c57;
	font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.7em;
	margin: 0 auto 50px;
}

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

#main a {
	text-decoration: none;
}
#main a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.hide {
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.pc-no01 {
  display: none;
}

.float-l {
	float: left;
}
.float-l.even {
	float: right;
}
.float-r {
	float: right;
}
.float-r.even {
	float: left;
}

@media screen and (max-width: 768px) {
	#main{
		width: 100%;
		font-size: 15px;
		line-height: 1.4em;
	}
	.pc-no01 {
		display: block;
	}
	.sp-no01 {
		display: none;
	}
	#main img {
		width: 100%;
	}
}

/*------------------------------------------------------------
  font
------------------------------------------------------------*/

.f-bold {
	font-weight: bold;
}


/*------------------------------------------------------------
  top-bg
------------------------------------------------------------*/
.fixed-bg {
	width: 100%;
	background: url(../images/top-bg.jpg) center 0 no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.bg-wrap {
	background-color: rgba(0,0,0,0.8);
	padding: 10px;
}

/*------------------------------------------------------------
  mv
------------------------------------------------------------*/
#top .mv-ttl {
	background: url(../images/mv-text.png) center center no-repeat;
	background-size: 1100px 810px;
	width: 100%;
  height: auto;
  min-height: 95vh;
	max-width: 1100px;
	margin: 0 auto 0;
}



@media screen and (max-width: 640px){
	#top .mv-ttl {
		background: url(../images/sp-mv-text.png) center center no-repeat;
		background-size: 100% auto;
		width: 100%;
		height: auto;
		min-height: 85vh;
		max-width:100%;
		margin: 0 auto 0;
	}
	
	.fixed-bg {
		background: none;
		background-size: cover;
		background-attachment: fixed;
		width: 100%;
		
	}
	.fixed-bg::before {
		content:"";
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height:100%;
		background: url(../images/top-bg.jpg) center center no-repeat;
		background-size: cover;
	}	
	
}
/*------------------------------------------------------------
 link
------------------------------------------------------------*/

#top .link a {
	margin: 0 auto;
	text-align: center;
	color: #fff;
	letter-spacing: 0.1em;
	font-size: 16px;
	font-weight: 100;
}

#top .link a {
	display: table;
	background: #5ab9ff;
	text-align:center;
	cursor:pointer;
	position:relative;
	box-sizing:border-box;
	transition:all .5s ease;
	line-height: 25px;
	width: 400px;
	margin-top: 50px;
	font-weight: 500;
	    padding: 20px;
}
.btn {
	display: table;
	background: #a0948f;
	text-align:center;
	position:relative;
	box-sizing:border-box;
	transition:all .5s ease;
	line-height: 56px;
	width: 380px;
	margin: 20px auto;
	text-align: center;
	color:#fff;
	letter-spacing: 0.1em;
	font-size: 16px;
	font-weight: 100;
}





@media screen and (max-width: 640px){
	#top .link a {
		margin: 0 auto;
		text-align: center;
		color: #fff;
		letter-spacing: 0.1em;
		font-size: 13px;
		font-weight: 100;
	}

	#top .link a {
		display: table;
		background: #5ab9ff;
		text-align:center;
		cursor:pointer;
		position:relative;
		box-sizing:border-box;
		transition:all .5s ease;
		width: 100%;
	}
	.btn {
		margin: 20px auto;
		text-align: center;
		color: #fff;
		letter-spacing: 0.1em;
		font-size: 13px;
		font-weight: 100;
		display: table;
		background: #a0948f;
		text-align:center;
		position:relative;
		box-sizing:border-box;
		transition:all .5s ease;
		line-height: 50px;
		width: 100% !important;
	}


	#top .link a:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: -10px;
		background: #fff;
		height: 1px;
		width: 18%;
		transition:all .5s ease;
	}	
}


/*------------------------------------------------------------
  sec01
------------------------------------------------------------*/

#top .sec01 {
	background: url(../images/sec01-bg.gif) center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 548px;
}

#top .sec01 .inner {
	width: 1100px;
	margin: 0 auto;
	padding-top: 70px;
}
#top .sec01 h4 {
	text-align: center;
	font-size: 25px;
	line-height: 1.8;
	font-weight: bold;
}
#top .sec01 h4 .spe {
	font-weight: bold;
	display: inline-block;
	position: relative;
	padding: 0 40px;
}


#top .sec01 h4 .spe:before {
  content: '';
  position: absolute;
  top: 42%;
  width: 35px;
  height: 1px;
  background-color: #6a3906;
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
	left: 0;
}

#top .sec01 h4 .spe:after {
  content: '';
  position: absolute;
  top: 42%;
  width: 35px;
  height: 1px;
  background-color: #6a3906;
  -webkit-transform: rotate(-55deg);
  transform: rotate(-55deg);
	right: 0;
}

#top .sec01 .sub-box {
	margin-top: 35px;
}
#top .sec01 .sub-box .ls-box {
	float: left;
	margin-top: 30px;
	width: 550px;
}
#top .sec01 .sub-box .img-box {
	float: right;
}

#top .sec01 .sub-box .ls-box li {
	font-size: 22px;
	margin-bottom: 30px;
	font-weight: bold;
	display: inline-block;
}

#top .sec01 .sub-box .ls-box li:before {
  content: '';
	background: url(../images/check.png) center bottom no-repeat;
	background-size: 30px 28px;
	width: 30px;
	height: 28px;
	display: inline-block;
	position: relative;
	top: 3px;
	margin-right: 5px;
}

#top .sec01 .sub-box .img-box p {
	font-size: 13px;
	margin-top: 5px;
	text-align: right;
}

@media screen and (max-width: 640px){
	#top .sec01 {
		background: url(../images/sec01-bg.gif) center center no-repeat;
		background-size: cover;
		width: 100%;
		padding-bottom: 50px;
		height: auto;
	}

	#top .sec01 .inner {
		width: 92%;
		margin: 0 auto;
		padding-top: 50px;
	}
	#top .sec01 h4 {
		text-align: center;
		font-size: 25px;
		line-height: 1.8;
		font-weight: bold;
	}
	#top .sec01 h4 .spe {
		font-weight: bold;
		display: inline-block;
		position: relative;
		padding: 0 35px;
		font-size: 20px;
	}


	#top .sec01 h4 .spe:before {
		content: '';
		position: absolute;
		top: 42%;
		width: 35px;
		height: 1px;
		background-color: #6a3906;
		-webkit-transform: rotate(55deg);
		transform: rotate(55deg);
		left: 0;
	}

	#top .sec01 h4 .spe:after {
		content: '';
		position: absolute;
		top: 42%;
		width: 35px;
		height: 1px;
		background-color: #6a3906;
		-webkit-transform: rotate(-55deg);
		transform: rotate(-55deg);
		right: 0;
	}

	#top .sec01 .sub-box {
		margin-top: 25px;
	}
	#top .sec01 .sub-box .ls-box {
		float: none;
		margin-top: 20px;
		width: 100%;
	}
	#top .sec01 .sub-box .img-box {
		float: none;
		width: 100%;
		margin-top: 20px;
	}

	#top .sec01 .sub-box .ls-box li {
		font-size: 14px;
		margin-bottom: 10px;
		font-weight: bold;
		display: inline-block;
	}

	#top .sec01 .sub-box .ls-box li:before {
		content: '';
		background: url(../images/check.png) center bottom no-repeat;
		background-size: 20px 18px;
		width: 20px;
		height: 18px;
		display: inline-block;
		position: relative;
		top: 1px;
		margin-right: 5px;
	}

	#top .sec01 .sub-box .img-box p {
		font-size: 11px;
		margin-top: 5px;
		text-align: right;
	}

}

/*------------------------------------------------------------
  sec02
------------------------------------------------------------*/

#top .sec02 .ttl-box {
	background: url(../images/sec02-ttl-bg.png) center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
	min-width: 1100px;
}

#top .sec02 .ttl-box h4 {
	text-align: center;
	font-weight: 600;
	font-size: 21px;
	padding-top: 50px;
	line-height: 1.8;
}

#top .sec02 .ttl-box h4 span {
	font-size: 34px;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #696f97;
}

#top .sec02 .arrow {
	text-align: center;
	display: inline-block;
	width: 100%;
	min-width: 1100px;
}

#top .sec02 .inner {
	width: 1100px;
	margin: 0 auto;
	margin-bottom: 60px;
}

#top .sec02 .sub01 {
	margin-top: 80px;
}



#top .sec02 .sub02 {
	margin-top: 120px;
}

#top .sec02 .sub01 .float-l {
	width: 532px;
}

#top .sec02 .sub01 .float-r {
	width: 480px;
	color: #fff;
	position: relative;
}


#top .sec02 .sub01 .float-r .bubble-bg {
	position: absolute;
	height: 434px;
	top: 0;
	width: 370px;
	right: -50px;
}


#top .sec02 .sub02 .float-r {
	width: 532px;
}

#top .sec02 .sub02 .float-l {
	width: 480px;
	color: #fff;
}




#top .sec02 .sub01 h5 {
	position: relative;
	font-size: 30px;
	line-height: 1.3;
	margin-top: 32px;
	font-weight: 600;
}

#top .sec02 .sub01 h5:before {
  content: '';
	background: url(../images/ttl-icon.png) 0 0 no-repeat;
	background-size: 56px 8px;
	width:56px;
	height: 8px;
	position: absolute;
	top: -30px;
}

#top .sec02 .sub01 h6 {
  position: relative;
  line-height: 1.3;
  font-size: 20px;
  font-weight: 800;
  	margin-top: 10px;
}

#top .sec02 .sub01 h6:before {
  content: '';
  font-family: FontAwesome;
  content: "\f00c";/*アイコンのユニコード*/
  position: absolute;/*絶対位置*/
  font-size: 1.5em;/*サイズ*/
  left: -40px;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #5ab9ff; /*アイコン色*/
}

#top .sec02 .sub01 .eng {
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 20px;
	font-weight: 100;
	letter-spacing: 0.08em;
}


#top .sec02 .sub01 p {
	line-height: 1.5;
}
#top .sec02 .sub01 p span{
		font-weight: bold;
		text-shadow: #c8af15 2px 0px 2px, #62630B -2px 0px 2px, #62630B 0px -2px 2px, #62630B -2px 0px 2px, #62630B 2px 2px 2px, #62630B -2px 2px 2px, #62630B 2px -2px 2px, #62630B -2px -2px 2px, #62630B 1px 2px 2px, #62630B -1px 2px 2px, black 1px -2px 2px, #62630B -1px -2px 2px, black 2px 1px 2px, #62630B -2px 1px 2px, #62630B 2px -1px 2px, #62630B -2px -1px 2px, #62630B 1px 1px 2px, #62630B -1px 1px 2px, #62630B 1px -1px 2px, #62630B -1px -1px 2px;
}


@media screen and (max-width: 640px){
	#top .sec02 .ttl-box {
		background: url(../images/sec02-ttl-bg.png) center center no-repeat;
		background-size: cover;
		width: 100%;
		height: auto;
		min-width: 100%;
		padding-bottom: 20px;
	}

	#top .sec02 .ttl-box h4 {
		text-align: center;
		font-weight: 600;
		font-size: 25px;
		padding-top: 20px;
		margin: 0 auto;
		width: 92%;
		line-height: 1.8;
	}

	#top .sec02 .ttl-box h4 span {
		font-size: 21px;
		font-weight: bold;
		letter-spacing: 0.05em;
		color: #696f97;
		line-height: 1.5;
	}

	#top .sec02 .arrow {
		text-align: center;
		display: inline-block;
		width: 100%;
		min-width: 10%;
		margin: 0 auto;
	}
	#top .sec02 .arrow img {
		width: 10%;
	}

	#top .sec02 .inner {
		width: 92%;
		margin: 0 auto;
	}

	#top .sec02 .sub01 {
		margin-top: 40px;
	}



	#top .sec02 .sub02 {
		margin-top: 60px;
	}

	#top .sec02 .sub01 .float-l {
		width: 88%;
		float: none;
		margin: 0 auto;
	}

	#top .sec02 .sub01 .float-r {
		width: 90%;
		margin: 0 auto;
		color: #fff;
		position: relative;
		float: none;
		margin-top: 40px;
	}


	#top .sec02 .sub01 .float-r .bubble-bg {
		background: url(../images/sec02-bubble.png) right 0 no-repeat;
		background-size: 60% auto;
		position: absolute;
		padding-top: 117.29%;
		height: 0;
		top: 0;
		width: 100%;
		right: 0;
	}


	#top .sec02 .sub02 .float-r {
		width: 88%;
		float: none;
		margin: 0 auto;
		margin-bottom: 35px;
	}

	#top .sec02 .sub02 .float-l {
		color: #fff;
		float: none;
		width: 90%;
		margin: 0 auto;		
	}

	#top .sec02 .sub01 h5 {
		position: relative;
		font-size: 24px;
		line-height: 1.3;
		margin-top: 12px;
		font-weight: 600;
	}

	#top .sec02 .sub01 h5:before {
		content: '';
		background: url(../images/ttl-icon.png) 0 0 no-repeat;
		background-size: 46px 7px;
		width:46px;
		height: 7px;
		position: absolute;
		top: -20px;
	}
	
	#top .sec02 .sub01 h6 {

  font-size: 18px;
  font-weight: 900;

}


	#top .sec02 .sub01 .eng {
		font-size: 12px;
		margin-top: 2px;
		margin-bottom: 10px;
		font-weight: 100;
		letter-spacing: 0.08em;
	}


	#top .sec02 .sub01 p {
		line-height: 1.5;
		margin-bottom: 20px;
	}

}
/*------------------------------------------------------------
  sec03
------------------------------------------------------------*/

#top .sec03 {
	margin: 0 auto;
	width: 100%;
	margin-top: 140px;
}

#top .sec03 .inner {
	background-color: rgba(255,255,255,0.9); 
	width: 1100px;
	border-top: 2px solid #5ab9ff;
	box-sizing: border-box;
	margin: 0 auto;
	padding-bottom: 40px;
}
#top .sec03 .b-icon {
	position: relative;
	margin: 0 auto;
	text-align: center;
	top: -55px;
}

#top .sec03 h4 {
	position: relative;
	font-size: 40px;
	text-align: center;
	margin-top: 0;
	font-weight: 600;
}
#top .sec03 h4 span {
	font-size: 25px;
	font-weight: 600;
}

#top .sec03  h4:before {
  content: '';
	background: url(../images/ttl-icon.png) 0 0 no-repeat;
	background-size: 56px 8px;
	width:56px;
	height: 8px;
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#top .sec03 .eng {
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: 100;
	margin-top: 12px;
}



#top .sec03 .ls-box {
	margin-top:20px;
}


#top .sec03 .con01 {
	float: left;
	width: 490px;
	margin-left: 30px;
	margin-bottom: 60px;
}


#top .sec03 .con01 .text-box {
	position: relative;
	margin: 0 auto;
	text-align: center;
	margin-left: 30px;
}

#top .sec03 .con01 .text-box .check {
	position: absolute;
	right: 5px;
	top: -80px;
}

#top .sec03 .con01 .text-box h5 {
	font-size: 25px;
	margin-top: 30px;
	line-height: 1.6;
}

#top .sec03 .con01 .text-box p {
	margin-top: 10px;
}

#top .sec03 .con01 .text-box .spe {
	position: relative;
	padding: 0 28px;
	display: inline-block;
}


#top .sec03 .con01 .text-box .spe:before {
  content: '';
  position: absolute;
  top: 42%;
  width: 22px;
  height: 1px;
  background-color: #6a3906;
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
	left: 0;
}

#top .sec03 .con01 .text-box p .spe:after {
  content: '';
  position: absolute;
  top: 42%;
  width: 22px;
  height: 1px;
  background-color: #6a3906;
  -webkit-transform: rotate(-55deg);
  transform: rotate(-55deg);
	right: 0;
}

#top .sec03 .con01 .text-box .link {
	margin-top: 20px;
}


@media screen and (max-width: 640px){
	#top .sec03 {
		margin: 0 auto;
		width: 100%;
		margin-top: 70px;
	}

	#top .sec03 .inner {
		background-color: rgba(255,255,255,0.9); 
		width: 90%;
		border-top: 2px solid #5ab9ff;
		box-sizing: border-box;
		margin: 0 auto;
		padding-bottom: 0;
	}
	#top .sec03 .b-icon {
		position: relative;
		margin: 0 auto;
		text-align: center;
		top: -34px;
		width: 18%;
	}

	#top .sec03 h4 {
		position: relative;
		font-size: 22px;
		text-align: center;
		margin-top: 5px;
		font-weight: 600;
	}
	#top .sec03 h4 span {
		font-size: 12px;
		font-weight: 600;
	}

	#top .sec03  h4:before {
		content: '';
		background: url(../images/ttl-icon.png) 0 0 no-repeat;
		background-size: 46px 7px;
		width:46px;
		height: 7px;
		position: absolute;
		top: -22px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	#top .sec03 .eng {
		font-size: 12px;
		text-align: center;
		letter-spacing: 0.1em;
		font-weight: 100;
		margin-top: 6px;
	}



	#top .sec03 .ls-box {
		margin-top:10px;
	}


	#top .sec03 .con01 {
		float: none;
		width: 88%;
		margin-left: 3%;
		margin-bottom: 50px;
	}


	#top .sec03 .con01 .text-box {
		position: relative;
		margin: 0 auto;
		text-align: center;
		margin-left: 3%;
	}

	#top .sec03 .con01 .text-box .check {
		position: absolute;
		right: 5px;
		top: -32%;
		width: 17%;
	}

	#top .sec03 .con01 .text-box h5 {
		font-size: 18px;
		margin-top: 20px;
		line-height: 1.6;
	}

	#top .sec03 .con01 .text-box p {
		margin-top: 10px;
	}

	#top .sec03 .con01 .text-box .spe {
		position: relative;
		padding: 0 25px;
		display: inline-block;
	}


	#top .sec03 .con01 .text-box .spe:before {
		content: '';
		position: absolute;
		top: 42%;
		width: 22px;
		height: 1px;
		background-color: #6a3906;
		-webkit-transform: rotate(55deg);
		transform: rotate(55deg);
		left: 0;
	}

	#top .sec03 .con01 .text-box p .spe:after {
		content: '';
		position: absolute;
		top: 42%;
		width: 22px;
		height: 1px;
		background-color: #6a3906;
		-webkit-transform: rotate(-55deg);
		transform: rotate(-55deg);
		right: 0;
	}

	#top .sec03 .con01 .text-box .link {
		margin-top: 20px;
	}

}

/*------------------------------------------------------------
  p-com 全共通
------------------------------------------------------------*/

#main .p-com {
	margin: 0 auto;
	width: 100%;
	margin-top: 140px;
	background: #f2f2f2;
}
#main .p-com .inner {
	min-width: 1100px;
	padding: 100px 0;
}

#main .sub-t {
	font-size: 28px;
	position: relative;
	text-align: center;
	color: ##1d2c57;
}

#main .sub-t:before {
  content: '';
	background: url(../images/ttl-icon.png) 0 0 no-repeat;
	background-size: 56px 8px;
	width:56px;
	height: 8px;
	position: absolute;
	top: -34px;
	left: 0;
	right: 0;
	margin: 0 auto;
}


#main .p-com .sub-t .spe {
	position: relative;
	display: inline-block;
	padding: 0 35px;
}

#main .p-com .sub-t .spe:before {
  content: '';
  position: absolute;
  top: 42%;
  width: 35px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
	left: 0;
}

#main .p-com .sub-t .spe:after {
  content: '';
  position: absolute;
  top: 42%;
  width: 35px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(-55deg);
  transform: rotate(-55deg);
	right: 0;
}

#main .p-com .ttl-box h4 {
	font-size: 38px;
	color: ##1d2c57;
	text-align: center;
	margin-top: 25px;
	font-weight: 600;
}
#main .p-com .ttl-box .eng {
	font-size: 16px;
	text-align: center;	
  font-weight: 100;
	margin-top: 15px;
	letter-spacing: 0.1em;
}

#main .p-com .ttl-box .text {
	font-size: 18px;
	text-align: center;
	margin-top: 20px;
	line-height: 2;
}

#main .p-com .ls-box {
	width: 1100px;
	margin: 60px auto 0;
}

#main .p-com .com01 {
	position: relative;
	background: #fff;
	border: solid 2px #5ab9ff;
	box-sizing: border-box;
	margin-bottom: 60px;
}

#main .p-com .com01 a{
	display: block;
	padding: 30px;
}




#main .p-com .com01 .s-icon {
	position: absolute;
	top: -35px;
	left: 0;
	right: 0;
	display: inline-block;
	text-align: center;
}

#main .p-com .com01 img {
	opacity: 1 !important;
	display: inline-block;
}



#main .p-com .com01 .img-box {
	float: left;
}

#main .p-com .com01 .text-box {
	float: right;
	position: relative;
	width: 640px;
}


#main .p-com .com01 .text-box .right-t {
	position: absolute;
	top: -30px;
	right: -30px;
	background: #494650;
	color: #fff;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	padding: 5px 15px 5px 15px;
}

#main .p-com .com01 .text-box h5 {
	font-size: 25px;
	line-height: 1.4;
	color: #1d2c57;
	margin-top: 5px;
}

#main .p-com .com01 .text-box .text {
	background: #fbf8f6;
	padding: 10px 24px 10px 24px; 
	color: #1d2c57;
	margin-top: 6px;
}
#main .p-com .com01 .text-box .b-box {
	margin-top: 24px;
}
#main .p-com .com01 .text-box .price {
	font-size: 43px;
	color: #a84444;
	float: left;
	margin-top: 15px;
}

#main .p-com .com01 .text-box .price span {
	font-size: 43px;
}

#main .p-com .com01 .text-box .btn {
  float: right;
}

#main .p-com .link-box {
	width: 1100px;
	margin: 0 auto;
}
#main .p-com .link-box .link {
	float: left;
}

#main .p-com .link-box .link a {
	background: #a492b7;
}
#main .p-com .link-box .link02 {
	float: right;
}
#main .p-com .link-box .link02 a {
	background: #5ab9ff;
	color: #1d2c57;
	
}
#main .p-com .link-box a {
	width: 520px;
	line-height: 1.4;
	height: 110px;
	padding-top: 26px;
	font-size: 23px;
	font-weight: 500;
}


#main .p-com .link-box a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: -10px;
	background: #fff;
	height: 2px;
	width: 14%;
	transition:all .5s ease;
}

#main .p-com .link-box .link02 a:after {
	background: #1d2c57;
}


#main .p-com .com01 a:hover{
  opacity: 0.8 !important;
  filter: alpha(opacity=80) !important;
  -ms-filter: "alpha(opacity=80)" !important;
	display: block;
}


@media screen and (max-width: 640px){
	#main .p-com {
		margin: 0 auto;
		width: 100%;
		margin-top: 90px;
	}
	#main .p-com .inner {
		min-width: 100%;
		margin: 0 auto;
	}

	#main .sub-t {
		font-size: 14px;
		position: relative;
		text-align: center;
	}

	#main .sub-t:before {
		content: '';
		background: url(../images/ttl-icon.png) 0 0 no-repeat;
		background-size: 46px 7px;
		width:46px;
		height: 7px;
		position: absolute;
		top: -24px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}


	#main .p-com .sub-t .spe {
		position: relative;
		display: inline-block;
		padding: 0 20px;
		font-size: 18px;
	}

	#main .p-com .sub-t .spe:before {
		content: '';
		position: absolute;
		top: 42%;
		width: 18px;
		height: 1px;
		background-color: #fff;
		-webkit-transform: rotate(55deg);
		transform: rotate(55deg);
		left: 0;
	}

	#main .p-com .sub-t .spe:after {
		content: '';
		position: absolute;
		top: 42%;
		width: 18px;
		height: 1px;
		background-color: #fff;
		-webkit-transform: rotate(-55deg);
		transform: rotate(-55deg);
		right: 0;
	}

	#main .p-com .ttl-box h4 {
		font-size: 25px;
		text-align: center;
		margin-top: 8px;
		font-weight: 600;
		line-height: 1.3;
	}
	#main .p-com .ttl-box .eng {
		font-size: 18px;
		text-align: center;	
		font-weight: 100;
		margin-top: 5px;
		letter-spacing: 0.1em;
	}

	#main .p-com .ttl-box .text {
		font-size: 16px;
		text-align: left;
		line-height: 2;
		width: 92%;
		margin: 0 auto;
		margin-top: 20px;
	}

  #main .p-com .ls-box {
		width: 90%;
		margin: 40px auto 0;
	}

	#main .p-com .com01 {
		position: relative;
		background: #fff;
		border: solid 2px #5ab9ff;
		box-sizing: border-box;
		margin-bottom: 40px;
	}

	#main .p-com .com01 a{
		display: block;
		padding: 5% 20px 30px 20px;
		opacity: 1
	}



	#main .p-com .com01 .s-icon {
		position: absolute;
		top:-4%;
		left: 0;
		right: 0;
		display: inline-block;
		text-align: center;

	}
	#main .p-com .com01 .s-icon img {
		width: 50%;
	}
	#main .p-com .com01 img {
		opacity: 1 !important;
		display: inline-block;
	}



	#main .p-com .com01 .img-box {
		float: none;
		padding-top: 3%;
	}

	#main .p-com .com01 .text-box {
		float: none;
		position: relative;
		width: 100%;
	}


	#main .p-com .com01 .text-box .right-t {
		position: absolute;
		top: -47px;
		right: 2px;
		background: #494650;
		color: #fff;
		font-size: 12px;
		text-align: center;
		display: inline-block;
		padding: 5px 15px 5px 15px;
	}

	#main .p-com .com01 .text-box h5 {
		font-size: 18px;
		line-height: 1.4;
		color: #1d2c57;
		margin-top: 20px;
	}

	#main .p-com .com01 .text-box .text {
		background: #fbf8f6;
		padding: 10px 14px 10px 14px; 
		color: #1d2c57;
		margin-top: 6px;
		line-height: 1.8;
	}
	#main .p-com .com01 .text-box .b-box {
		margin-top: 18px;
	}
	#main .p-com .com01 .text-box .price {
		font-size: 28px;
		color: #a84444;
		float: left;
		margin-top: 10px;
	}

	#main .p-com .com01 .text-box .price span {
		font-size: 28px;
	}

	#main .p-com .com01 .text-box .btn {
		float: right;
	}
	
	#main .p-com .com01 .text-box .btn img {
		width: 45px;
	}

	#main .p-com .link-box {
		width: 90%;
		margin: 0 auto;
		margin-top: 10px;
	}
	#main .p-com .link-box .link {
		float: none;
	}

	#main .p-com .link-box .link a {
		background: #a492b7;
	}
	#main .p-com .link-box .link02 {
		float: none;
		margin-top: 20px;
	}
	#main .p-com .link-box .link02 a {
		background: #5ab9ff;
		color: #1d2c57;

	}
	#main .p-com .link-box a {
		width:100%;
		line-height: 1.4;
		height: 70px;
		padding-top: 20px;
		font-size: 14px;
		font-weight: 500;
	}


	#main .p-com .link-box a:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: -10px;
		background: #fff;
		height: 1px;
		width: 14%;
		transition:all .5s ease;
	}

  #main .p-com .link-box .link02 a:after {
		background: #1d2c57;
	}

	#main .p-com .com01 a:hover{
		opacity: 1 !important;
		filter: alpha(opacity=80) !important;
		-ms-filter: "alpha(opacity=80)" !important;
		display: block;
	}
	
}


/*------------------------------------------------------------
  sec05
------------------------------------------------------------*/

#top .sec05 {
	margin: 0 auto;
	width: 100%;
	margin-top: 140px;
	padding-bottom: 150px;
}
#top .sec05 .inner {
	width: 1100px;
	margin: 0 auto;
	position: relative;
	background-color: rgba(255,255,255,0.9); 
	border: solid 2px #5ab9ff;
	box-sizing: border-box;
}


#top .sec05 .decoration1 {
	position: absolute;
	left: 5px;
	top: 5px;
}

#top .sec05 .decoration2 {
	position: absolute;
	right: 5px;
	top: 5px;
	transform: rotate(90deg);
}

#top .sec05 .decoration3 {
	position: absolute;
	left: 5px;
	bottom: 5px;
	transform: rotate(-90deg);
}

#top .sec05 .decoration4 {
	position: absolute;
	right: 5px;
	bottom: 5px;
	transform: rotate(-180deg);
}

#top .sec05 .box {
	padding: 60px 60px 70px 60px;
}

#top .sec05 .ttl-box {
	display: flex;
	justify-content:center;
	width: 100%;
	margin-top: 30px;
}

#top .sec05 .ttl-box .ttl-inner {
	margin-left: 30px;
}
#top .sec05 .ttl-box p {
	color: #6a3906;
	font-size: 26px;
	text-align: left;
	margin-bottom: 10px;
}

#top .sec05 .ttl-box h4 {
	color: #6a3906;
	font-size: 37px;
	line-height: 1.3;
	font-weight: 500;
	text-align: left;
}



#top .sec05 .tv-tox {
	margin-top: 40px;
}
#top .sec05 .tv-tox .text-box {
	float: left;
	width: 42%;
	background: #fbeaec;
	color: #1d2c57;
	line-height: 2;
	padding: 3% 4%;
}

#top .sec05 .tv-tox .tv-img {
  float: left;
	width: 50%;
	background: #000;
	margin-top: 20px;
	padding-bottom: 13px;
}

#top .sec05 .tv-tox .tv-img .y-box {
	position: relative;
	height: 0;
	margin-top: 12px;
	padding-bottom: 56.25%;
}


#top .sec05 .tv-tox .tv-img .y-box iframe  {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
	
}


@media screen and (max-width: 640px){
	#top .sec05 {
		margin: 0 auto;
		width: 100%;
		margin-top: 90px;
		padding-bottom: 100px;
	}
	#top .sec05 .inner {
		width: 90%;
		margin: 0 auto;
		position: relative;
		background-color: rgba(255,255,255,0.9); 
		border: solid 2px #5ab9ff;
		box-sizing: border-box;
	}

	#top .sec05 .decoration1 img , #top .sec05 .decoration2 img , #top .sec05 .decoration3 img , #top .sec05 .decoration4 img {
		width: 25px;
	}
	#top .sec05 .decoration1 {
		position: absolute;
		left: 5px;
		top: 5px;
	}

	#top .sec05 .decoration2 {
		position: absolute;
		right: 5px;
		top: 5px;
		transform: rotate(90deg);
	}

	#top .sec05 .decoration3 {
		position: absolute;
		left: 5px;
		bottom: 5px;
		transform: rotate(-90deg);
	}

	#top .sec05 .decoration4 {
		position: absolute;
		right: 5px;
		bottom: 5px;
		transform: rotate(-180deg);
	}

	#top .sec05 .box {
		padding: 30px 20px 50px 20px;
	}

	#top .sec05 .ttl-box {
		display: flex;
		justify-content:center;
		width: 100%;
		margin-top: 30px;
	}
	#top .sec05 .ttl-box .t-logo {
		width: 200px
	}
	#top .sec05 .ttl-box .ttl-inner {
		margin-left: 20px;
	}
	#top .sec05 .ttl-box p {
		color: #6a3906;
		font-size: 14px;
		text-align: left;
		margin-bottom: 10px;
	}

	#top .sec05 .ttl-box h4 {
		color: #6a3906;
		font-size: 20px;
		line-height: 1.3;
		font-weight: 500;
		text-align: left;
	}



	#top .sec05 .tv-tox {
		margin-top: 20px;
	}
	#top .sec05 .tv-tox .text-box {
		float: none;
		width: 90%;
		background: #fbeaec;
		color: #1d2c57;
		line-height: 2;
		padding: 4% 5%;
	}

	#top .sec05 .tv-tox .tv-img {
		float: none;
		width: 100%;
		background: none;
		margin-top: 0;
		padding-bottom: 0;
	}

	#top .sec05 .tv-tox .tv-img .y-box {
		position: relative;
		height: 0;
		margin-top: 0;
		padding-bottom: 56.25%;
	}


	#top .sec05 .tv-tox .tv-img .y-box iframe  {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;

	}	
	footer {
	margin-bottom: 0 !important;
	padding-bottom: 15px;
	}
}










/*---------- slider  slick ----------*/

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.slide-arrow {
  position: absolute;
	top: 50%;
	cursor: pointer;
	z-index: 1000;
}
.prev-arrow,
.next-arrow {
	position: absolute;
	top: 50%;
}
.prev-arrow {
	left: -54px;
}
.next-arrow {
	right: -54px;
}
.prev-arrow:after,
.next-arrow:after {
	content: "";
	width: 20px;
	height: 20px;
	border: 0px;
	border-top: solid 3px #5ab9ff;
	border-right: solid 3px #5ab9ff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
}
.prev-arrow:after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	position: absolute;
	left: 19px;
}
.next-arrow:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 19px;
}


@media screen and (max-width: 640px){
	.prev-arrow {
		left: -38px;
	}
	.next-arrow {
		right: -38px;
	}	
.prev-arrow:after,
.next-arrow:after {
	content: "";
	width: 15px;
	height: 15px;

}


}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  スライドショー  slick
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* Slider */
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{	
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
		max-width: 100%;
    height: auto;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}






/*------------------------------------------------------------
  page-top
------------------------------------------------------------*/
#main .page-top {
  position: fixed;
  right: 20px;
  bottom: 60px;
  width: 50px;
  height: 50px;
  z-index: 9999;
	border-radius: 100px;
	box-sizing: border-box;
	background: #fbeaec;
	border: solid 1px #fff;
	border-radius: 120px;
}
#main .page-top a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
#main .page-top a::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px;
	border-top: 2px solid #1d2c57;
	border-left: 2px solid #1d2c57;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


@media screen and (max-width: 640px){
#main .page-top {
  position: fixed;
  right: 10px;
  bottom: 40px;
  width: 40px;
  height: 40px;
  z-index: 9999;
	border-radius: 100px;
	box-sizing: border-box;
	background: #fbeaec;
	border: solid 1px #fff;
	border-radius: 120px;
}
#main .page-top a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
#main .page-top a::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -5px;
	border-top: 2px solid #1d2c57;
	border-left: 2px solid #1d2c57;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

}