@charset "utf-8";
/*----------リセット-------------*/
html {
	overflow-y: scroll;
	font-size: 62.5%;
}

body {
	font-size:1.6rem;/* 16px*/
	line-height: 1.6;
	color:#000;
	height:100%;
	font-family:"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	-webkit-text-size-adjust: none;
	overflow:hidden;
	background-color:#fff;
	width:100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

q:before ,q:after {
	content: '';
}

object,embed {
	vertical-align: top;
}

hr,legend {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img,abbr,acronym,fieldset {
	border: 0;
}

li {
	list-style-type: none;
}

a{
	text-decoration:underline;
	color:#000;
	transition: 0.4s ;
}

a:hover{
  opacity: 0.6;
}

img{
	margin: 0;
	padding: 0;
	vertical-align:bottom;
	max-width: 100%;
	}	
/* clearfix（任意で） */
*:after { display:block; clear:both; }
/* はみ出し対策 */


.clearfix:after{
	content: ".";
	font-size: 0.1em;
	line-height: 0;
	display: block;
	height: 0.1px;
	visibility: hidden;
	clear: both;
}

.clearfix{
	min-height: 1%;
	_height: 1%;
}

.mincho {
	font-family: "ヒラギノUD明朝 W4 JIS2004", "Hiragino UD Serif W4 JIS2004", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


.container{
	width:100%;
	min-width:1068px;
	margin: 0 auto;
	background-color:#fff;
	position:relative;
	z-index:10;
}

.wrapper{
	width:1068px;
	margin: 0 auto;
	position:relative;
}

.pc{
	display:block;
}

.sp{
	display:none;
}

@media screen and (max-width: 1199px) {
	.container{
		width:100%;
		min-width:100%;
		margin: 0 auto;
	}

	.wrapper{
		width:96%;
		margin: 0 auto;
	}

}

@media screen and (max-width: 767px) {
	.container{
		width:100%;
		min-width:100%;
		margin: 0 auto;
	}

	.wrapper{
		width:100%;
		margin: 0 auto;
	}

	.pc{
		display:none;
	}

	.sp{
		display:block;
	}
}

/*------------------------------------------
fonts
------------------------------------------*/
.f10 {font-size: 10px;}.f12 {font-size: 12px;}.f14 {font-size: 14px;}.f16 {font-size: 16px;}.f18 {font-size: 18px;}.f20 {font-size: 20px;}.f22 {font-size: 22px;}.f24 {font-size: 24px;}.f26 {font-size: 26px;}.f28 {font-size: 28px;}.f30 {font-size: 30px;}.f32 {font-size: 32px;}.f34 {font-size: 34px;}.f36 {font-size: 36px;}.f38 {font-size: 38px;}.f40 {font-size: 40px;}

@media screen and (max-width: 767px) {
.f10 {font-size: 2vw;}.f12 {font-size: 2.4vw;}.f14 {font-size: 2.8vw;}.f16 {font-size: 3.4vw;}.f18 {font-size: 3.6vw;}.f20 {font-size: 4vw;}.f22 {font-size: 3.4375vw;}.f24 {font-size: 3.75vw;}.f26 {font-size: 4.0625vw;}.f28 {font-size: 4.375vw;}.f30 {font-size: 4.6875vw;}.f32 {font-size: 5.0vw;}.f34 {font-size: 5.3125vw;}
/**************/
.f36 {font-size: 3.625vw;}
/***************/
.f38 {font-size: 7.6vw;}.f40 {font-size: 6.25vw;}
}


.notosans { font-family: "Noto Sans JP";}
.jun { font-family: "M PLUS Rounded 1c"; /*letter-spacing:-1px;*/}
.f_normal{
	font-weight:normal;
}
.jaggy{
	transform: rotate(0.03deg);
}

.f_weight100{
	font-weight:100;
}

.f_weight300{
	font-weight:300;
}

.f_weight400{
	font-weight:400;
}

.f_weight500{
	font-weight:500;
}
.f_pink {color:#ef18a8;}

/*------------------------------------------
header
------------------------------------------*/

header{
	width:100%;
	min-width:960px;
	height:50px;
	margin: 0 auto;
	background:#fff;
	box-shadow:0px 3px 5px 0px #dbdad9;
	position: fixed;
	z-index: 300;
}

header h1{
	width:170px;
	float:left;
	margin-left:20px;
	margin-top:8px;
}

#header_info{
	float:right;
}

#header_info ul{
	width:390px;
  justify-content: center;
  align-items: center;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

#header_info ul li{
	height:50px;
}

#header_info ul li:first-child a{
	display:block;
	font-size:10px;
	line-height:50px;
	text-decoration:none;
	width:160px;
}

#header_info ul li:first-child a:before {
	content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
	background: url("../images-en/home.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
	padding-left:5px;
}

#header_info ul li:last-child div{
	background-color:#8b2b4a;
	width:230px;
	height:50px;
	position:relative;
}

#header_info ul li:last-child div:before {
	content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
	background: url("../images-en/phone.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
	margin:7px 0 0 7px;
}

#header_info ul li:last-child div p{
	color:#fff;
	font-size:26px;
	position:absolute;
	left:48px;
	top:-2px;
}
#header_info ul li:last-child div p a{
	color:#fff;
	text-decoration: none;
}

#header_info ul li:last-child div span{
	color:#fff;
	font-size:9px !important;
	position:absolute;
	left:48px;
	top:32px;
}

@media screen and (max-width: 1199px) {
	header{
		width:100%;
		min-width:100%;
	}
}

@media screen and (max-width: 767px) {
	header{
		width:100%;
		min-width:100%;
		z-index: 100;
	}

	#header_sp{
		width:100%;
		height:50px;
		background-color:#8b2b4a;
	}

	#header_sp p{
		width:40%;
		padding-left:2%;
		position:absolute;
		top: 40%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	}
}

/*------------------------------------------
navi
------------------------------------------*/
.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    vertical-align: middle;
    text-decoration: none;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.arrow::before{
    left: 4px;
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
    border-left: 5px solid #12a73b;
}

#navi{
	/*display: none;*/
	position: fixed;
	top: 75px;
	right: 20px;
	height: 50px;
	background-color:#fff;
	width:56px;
	z-index: 200;
	box-sizing:border-box;
	border:1px solid #8b2b4a;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#navi:hover{
	cursor:pointer;
}

#nav-toggle {
	position: absolute;
	left:12px;
	top:13px;
}
#navi_block {
	position: relative;
	width: 32px;
}

.line {
	width: 100%;
	height: 2px;
	left: 0;
	display: block;
	background: #8b2b4a;
	position: absolute;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

.line:nth-child(1) {
	top: 0;
}
.line:nth-child(2) {
	top: 11px;
}
.line:nth-child(3) {
	top: 22px;
}

#overlay {
	display: none;
	position: fixed;
	background: rgba(0,0,0,.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

@media print{
	#sidebar{
		display: none;
	}
}

#sidebar {
	top: -1000px;
	width: 100%;
	position: fixed;
	color: #033560;
	background-color: rgba(255,255,255,0.8);
	z-index: 100;
	box-shadow:0px 3px 5px 0px #dbdad9;
	-webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#sidebar ul{
	width:1068px;
	margin:0 auto;
  justify-content: center;
  align-items: top;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top:20px;
}

#sidebar ul li a{
	text-decoration:none;
	transition: 0.4s ;
	color:#802b4a;
	border-top:1px solid #9d5d74;
	border-bottom:1px solid #9d5d74;
	border-left:1px solid #9d5d74;
	background-color: rgba(255,255,255,0.8);
	box-sizing:border-box;
	text-align:center;
	display:block;
	line-height:1.4;
	padding:10px 20px;
}

#sidebar ul li:nth-child(5) a{
	border-right:1px solid #9d5d74;
}

#sidebar ul li a:hover{
  opacity: 0.4;
}

#sidebar ul li:last-child{
	margin-right:0px;
}


.open {
	overflow: hidden;
}

.open #sidebar  {
	-webkit-transform: translate3d(0,1050px,0);
	transform: translate3d(0,1050px,0);
}

.open .line:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.open .line:nth-child(2) {
	width: 0;
	left: 50%;
}

.open .line:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media screen and (max-width: 1199px) {

	#sidebar ul{
		width:90%;
		margin:0;
	  justify-content: left;
		padding-top:20px;
	}

	#sidebar ul li:nth-child(1){
		width:18%;
	}

	#sidebar ul li:nth-child(2){
		width:17%;
	}

	#sidebar ul li:nth-child(3){
		width:17%;
	}

	#sidebar ul li:nth-child(4){
		width:15%;
	}

	#sidebar ul li:nth-child(5){
		width:15%;
	}

	#sidebar ul li:nth-child(6){
		width:9%;
	}
	
	#sidebar ul li:nth-child(7){
		width:9%;
	}

	#sidebar ul li a{
		font-size:1.6vw;
		padding:2% 0;
		height:6vw;
	}
}

@media screen and (max-width: 767px) {
	#nav-toggle {
		display: block;
	}

	#overlay {
		z-index: 200;
	}

	#sidebar {
		z-index: 300;
	}
	#nav-toggle {
		z-index: 400;
	}

	#navi{
		top: 0px;
		right: 0px;
		border:none;
		border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
	}

	#sidebar {
		position: fixed;
		right: -1000px;
		height: 100%;
		width:100%;
		background: #fff;
		top:50px;
		overflow:hidden;
		overflow-y:scroll;
	}

	#global-nav{
		padding-bottom:7%;
	}

	.open #sidebar  {
		-webkit-transform: translate3d(-1000px,0,0);
		transform: translate3d(-1000px,0,0);
	}

	#sidebar ul{
		width:100%;
		margin:0 auto 2%;
	  justify-content: center;
	  align-items: top;
		display: -webkit-flex;
		display: block;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-top:0;
	}

	#sidebar ul li{
		width:100% !important;
		margin-right:0px;
		box-sizing:border-box;
	}

	#sidebar ul li:nth-child(6) a{
		border-right:0;
	}

	#sidebar ul li a{
		display:block;
		width:100%;
		text-align:center;
		padding:3% 0;
		margin-right:0px;
		border:none;
		color:#802b4a;
		border-bottom:1px solid #e3e3e3;
		height:auto;
		font-size:3.5vw;
	}

	#sidebar ul li:nth-child(2) a{
		border-bottom:0px;
	}

	#sidebar p{
		display:block;
		width:86%;
		margin:0 auto;
	}

	#sidebar p a{
		display:block;
		width:100%;
		padding:1% 0;
		text-decoration:none;
	}

	#sp_home{
		width:100%;
		border-top:1px solid #e3e3e3;
		box-sizing:border-box;
	}

	#sp_home a{
		display:block;
		width:100%;
		padding:3% 0;
		text-decoration:none;
		text-align:center;
	}

	#sp_home a:before {
		content: "";
	  display: inline-block;
	  width: 12px;
	  height: 12px;
		background: url("../images-en/home.svg") no-repeat;
	  background-size: contain;
	  vertical-align: middle;
		padding-left:5px;
	}

}

/*------------------------------------------
mainvisual
------------------------------------------*/
#mainvisual{
	/*position:relative;*/
	width:100%;
	/*min-width:1068px;*/
	height:650px;
	background: url("../images-en/mainvisual.jpg") no-repeat top;
  background-size: cover;
	top:30px;
	z-index:0;
	visibility:hidden;
	position: static!important;
}

#mainvisual .hero_sec{
	position: relative;
	height:650px;
}

#mainvisual h2{
	width:250px;
	position:absolute;
	top:30px;
	left: 0;
  right: 0;
	display: inline;
}

#mainvisual .gold_award{
	width:330px;
	/*padding-top: 30px;*/
	position:absolute;
	bottom:72px;
	left: 0;
	font-size:18px;
	line-height:1.5;
	margin-left: 3%;
}

#mainvisual h3{
	width:500px;
	position:absolute;
	top:70px;
	left: 0;
  right: 0;
}

#mainvisual h4{
	width:500px;
	position:absolute;
	top:300px;
	left: 0;
	font-size:18px;
	line-height:1.5;
	margin-left: 2%;
}

#bnr_recipe{
	width:453px;
	position:absolute;
	top:460px;
	left: 610px;
}

#title_area{
	background-color:#00b5b5;
	font-weight:normal;
	padding-left:12%;
	height:35px;
	line-height:35px;
}

#title_area h5{
	float:left;
}

#title_area p{
	float:right;
	margin:0;
	padding:0 15px 0 0 !important;
}

#title_area p::before{
	position: absolute;
  top: 0;
  bottom: 0;
  left: 390px;
  margin: auto;
  content: "→";
  vertical-align: middle;
}

@media screen and (max-width: 1199px) {
	#mainvisual{
		width:100%;
		min-width:100%;
		height:640px;
		background: url("../images-en/mainvisual_sp.jpg") no-repeat center top;
	  background-size: 100% auto
	}
	#bnr_recipe{
		width:40%;
		position:absolute;
		top:37vw;
	  left: 58%;
	}

	#title_area{
		background-color:#00b5b5;
		font-weight:normal;
		padding-left:12%;
		height:35px;
		line-height:35px;
	}

	#title_area h5{
		float:left;
		font-size:1.8vw;
	}

	#title_area p{
		float:right;
		margin:0;
		padding:0 15px 0 0 !important;
		font-size:1.6vw;
	}

	#title_area p::before{
		position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 80%;
	  margin: auto;
	  content: "→";
	  vertical-align: middle;
	}
}

@media screen and (max-width: 767px) {
	#mainvisual{
		width:100%;
		min-width:100%;
		height:135vw;
		background: url("../images-en/mainvisual_sp.jpg") no-repeat center;
	  background-size: 100% auto
	}
	
	#mainvisual .hero_sec{
		position: relative;
		height: auto;
	}
	
	#mainvisual h2{
		width:24%;
		position:absolute;
		top:2vw;
	  left: 0;
	}

	#mainvisual .gold_award{
        width: 80%;
        position: relative;
		top:55px;
        bottom:0;
        left: 0;
        right: 0;
        margin: 7% auto 0;
		padding:0;
	}
	
	#mainvisual h4{
		width:77%;
		position:relative;
		top:50px;
		left: 0;
	  right: 0;
		font-size: 3vw;
		margin:7% auto 0;
	}

	#mainvisual h3{
		width:77%;
		position:relative;
		top:50px;
		left: 0;
		right: 0;
		margin:7% auto 0;
	}


	/*#mainvisual h3{
		width:34%;
		position:absolute;
		top:3vw;
	  left: 58%;
	}

	#mainvisual h4{
		width:46%;
		position:absolute;
		top:24vw;
	  left: 58%;
		font-size:3.3vw;
		line-height:1.5;
	}*/

	#bnr_recipe{
		width:94%;
		position:relative;
		top:0;
		left: 0;
		margin:3% auto 0;
	}
	
}

/*------------------------------------------
feature
------------------------------------------*/
#feature{
	padding:80px 0 100px;
	width:100%;
	background-color:#eff0ed;
}

#feature_title{
	width:100%;
	height:160px;
	position:relative;
}

#feature_title h2{
	position:absolute;
	width:160px;
}

#feature_title h3{
	position:absolute;
	left:190px;
	line-height:1.3;
	top:60px;
}

#feature_block{
	/*background: url("../images-en/feature_bg.png") no-repeat center top;*/
	/*width:1068px;*/
	/*height:auto;*/
	margin: 1.5em auto 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

#feature-1, #feature-2, #feature-3, #feature-4 {
	width: 45%;
	background: #fff;
	padding: 20px;
	border: 2px dashed #efa4b0;
	margin-bottom: 20px;
}

#feature_block .strengths{
	display: flex;
	/*height: 23%;*/
	margin-bottom: 1.5em;
}

#feature_block .strengths p.feature-icon {
	width: 25%;
}
#feature_block .strengths p.feature-text {
	width: 80%;
}

#feature_block ul{
	width:100%;
	/*height: 77%;*/
  justify-content: center;
  align-items: top;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 12px;
}

#feature_block ul li{
	margin-bottom:15px;
	/*flex-direction: column;*/
	width: 50%;
}

#feature_block .w_100 li{
	width: 100%;
	text-align: center;
}

@media screen and (max-width: 1199px) {

	#feature_title{
		width:100%;
		height:15vw;
		position:relative;
	}

	#feature_title h2{
		width:18%;
	}

	#feature_title h3{
		position:absolute;
		left:22%;
		line-height:1.3;
		top:40px;
		font-size:2.8vw;
	}

	#feature_block{
		width:100%;
		/*height:90vw;*/
		margin:30px auto 0;
	}
	
	#feature-1, #feature-2, #feature-3, #feature-4 {
	width: 95%;
	padding-bottom: 50px;
	border: none
	}
	
	#feature_block .strengths{
	display: block;
}
	#feature_block .strengths p.feature-icon, #feature_block .strengths p.feature-text {
	width: 100%;
	margin-bottom: 1.5em;
}

	#feature_block ul{
		width:100%;
		/*height: 77%;*/
		font-size: 14px;
	}

	#feature_block ul li{
		flex-direction: column;
		margin-bottom:1%;
		width: 50%;
	}

}


@media screen and (max-width: 767px) {
	#feature{
		padding:4% 0 5%;
		width:100%;
		background-color:#fff;
	}

	#feature_title{
		width:94%;
		height:auto;
		position:relative;
		margin:0 auto 5%;
	}

	#feature_title h2{
		position:relative;
		width:50%;
		margin:4% auto 0;
	}

	#feature_title h3{
		position:relative;
		text-align: center;
		left:0;
		line-height:1.3;
		top:0;
		width:98%;
		/*letter-spacing:-2px;*/
		margin:4% auto 0;
		font-size:4.5vw;
	}

	#feature_block{
		background-image:none;
		width:100%;
		height:auto;
		margin:0 auto;
		position:relative;
	}

	#feature_block ul{
		width:100%;
	  justify-content: center;
	  align-items: top;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top:5%;
	}

	#feature_block ul li{
		margin-bottom:3%;
		width:80%;
		flex-direction: column;
	}

	#feature_block ul li img{
		width:100%;
	}

}

/*------------------------------------------
choose
------------------------------------------*/
#choose{
	padding:80px 0 100px;
	width:100%;
	background-image: url("../images-en/choose_back.jpg");
	background-size: cover;
	background-color:rgba(255,255,255,0.7);
	background-blend-mode:lighten;
}

#choose .wrapper{
	width:1068px;
}

#choose .model-features {
	display: flex;
	justify-content: space-between;
	/*align-items: flex-start;
	align-content: space-between;*/
	margin: 1em auto 2em;
}

#choose .model-features .mm10, #choose .model-features .mm20{
	width: 45%;
	padding: 20px;
	border-radius: 10px;
	margin: 0;
}
#choose .model-features .mm10{/*mm10*/
	margin-right: 20px;
}

#choose .model-features .mm10{
	background-color:rgba(146,229,255,0.13);
	border: 2px solid #007EB4;
	margin: 0;
}

#choose .model-features .blue{
	text-align: center;
	background: #007EB4;
	color: #fff;
	padding: 5px 0 0 3px;
	border-radius: 5px;
	margin-bottom: 1em;
}

#choose .model-features .mm20{
	background-color:rgba(255,215,117,0.13);
	border: 2px solid #DB8100;
	margin: 0;
}

#choose .model-features .gold{
	text-align: center;
	background: #DB8100;
	color: #fff;
	padding: 5px 0 0 3px;
	border-radius: 5px;
	margin-bottom: 1em;
}

#choose .model-features .model-name{
  position: relative;
  padding:0.5rem 1rem 0.5rem 2.5rem;/* アイコン（左）側の余白はfontsizeの2倍 */
  font-size: 18px;
  font-weight: 600;
}

#choose .model-features .model-name::before{
  position: absolute;
  top: 10px;/* fontsizeの2/3 */
  left: 0px;/* fontsizeの1/2 */
  width: 20px;/* fontsizeと同じ */
  height: 16px;/* fontsizeと同じ */
  content: "";
  background: url('../images-en/icon_check_sp.svg')no-repeat;
  background-size: contain;
}

#choose .model-features .mm10-features, #choose .model-features .mm20-features{
	margin-top: 0.5em;
}

#choose .model-features .mm10-features li::before{
	content: '●';
	margin-right: 0.5em;
	color: #007EB4;
}
#choose .model-features .mm20-features li::before{
	content: '●';
	margin-right: 0.5em;
	color: #DB8100;
}
#choose .model-features .mm10-features li, #choose .model-features .mm20-features li{
  text-indent: -1.5em;
  padding-left: 1.5em;
}

#choose table {
	width: 100%;
	background: rgba(255,255,255,0.5);
	margin: 1em auto 2em;
}

#choose table tr th, #choose table tr td{
	padding: 15px;
	border: 1px solid #303030;
	/*font-weight: normal;*/
}

#choose table .feature-title{
	width: 20%;
}
#choose table .feature-mm10{
	width: 40%;
	background: #007EB4;
	color: #fff;
}
#choose table .feature-mm20{
	width: 40%;
	background: #DB8100;
	color: #fff;
}
#choose table tr th{
	background: #7D7D7D;
	color: #fff;
}


@media screen and (max-width: 1199px) {
	#choose{
	background-image: url("../images-en/choose_back.jpg");
	background-repeat: no-repeat;
	background-position: center;
}

	#choose .wrapper{
	width:96%;
	margin: 0 auto;
}
	#choose .model-features .mm10, #choose .model-features .mm20{
	width: 43%;
}

}

@media screen and (max-width: 767px) {
	#choose{
		padding:50px 0;
		width:100%;
		/*background-color:#fff;*/
	}
	
	#choose .wrapper{
	width:100%;
	}
	
	#choose h2, #choose h3, #choose h4{
		text-align: center;
}
	
	#choose .model-features {
	display: block;
}
	#choose .model-features .mm10{
		margin-bottom: 1.5em!important;
	}
	
	#choose .model-features .mm10, #choose .model-features .mm20{
	width: 80%;
	margin: 0 auto;
}

	#choose table {
	width: 98%;
	font-size: 13px;
}

#choose table tr th, #choose table tr td{
	padding: 15px 7px;
	/*font-weight: normal;*/
}

#choose table .feature-title{
	width: 10%!important;
}
#choose table .feature-mm10{
	width: 45%;
}
#choose table .feature-mm20{
	width: 45%;
}
#choose table tr th{
	font-size:11px;
}


}

/*--------------------------------------
youtube
----------------------------------------*/
#modal-content{
    width:1000px;
    margin:0;
    padding:0;
    position:fixed;
    display:none ;
    z-index:99999;
}

#modal-content #btn_close{
	width:30px;
	position:absolute;
	right:0;
	top:0;
}

#modal-content #btn_close:hover{
	cursor: pointer;
}

#modal-content .inner{
    position:relative;
    width:100%;
    padding-top:56.25%;
    overflow:hidden;
		margin-top:70px;
}

@media screen and (max-width: 1199px) {
	#modal-content{
	    width:80%;
	}

	#modal-content #btn_close{
		width:6%;
	}

	#modal-content .inner{
			margin-top:12%;
	}
}

@media screen and (max-width: 767px) {
	#modal-content{
	    width:80%;
	}

	#modal-content #btn_close{
		width:6%;
	}

	#modal-content .inner{
			margin-top:12%;
	}

}

/*横向き*/
@media (orientation: landscape){
	#modal-content{
		width:60%;
	}
}

#modal-content .inner #player{
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
}

#modal-content .inner #player iframe{
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
}

/*------------------------------------------
movie
------------------------------------------*/
#movie{
	width:100%;
	padding:60px 0 0;
}

#movie_title{
	width:100%;
	height:200px;
	position:relative;
}

#movie_title h2{
	position:absolute;
	width:230px;
	left:20px;
}

#movie_title h3{
	position:absolute;
	left:285px;
	line-height:1.3;
	top:20px;
}

#movie .caution{
	color:#fa0445;
	width:100%;
	margin:0 auto;
	text-align: center;
	text-indent : -1em;
	padding-left : 1em;
	border: 1px solid #fa0445;
}

.tab_category h4,
.tab_category2 h4{
	color:#e60012;
	text-align:center;
	margin:2% 0;
}

#scissors{
	position:absolute;
	width:120px;
	left:922px;
	top:0;
}

ruby[data-ruby] {
    ruby-position: relative;
}
ruby[data-ruby]::before {
  content: attr(data-ruby);
  position:absolute;
  left:-2em;
  top:-2em;
  right:-2em;
  text-align:center;
  font-size:.4em;
}

@media screen and (max-width: 1199px) {

	#movie_title{
		width:100%;
		height:15vw;
		position:relative;
	}

	#movie_title h2{
		width:20%;
	}

	#movie_title h3{
		position:absolute;
		left:24%;
		line-height:1.3;
		top:20px;
		font-size:2.8vw;
	}
	
	#movie .caution{
		width:96%;
	}

	#scissors{
		position:absolute;
		width:12%;
		left:76%;
		top:0;
	}
}

@media screen and (max-width: 767px) {
	#movie{
		padding:8% 0 0;
		width:100%;
	}

	#movie_title{
		width:94%;
		height:auto;
		position:relative;
		margin:0 auto 5%;
	}

	#movie_title h2{
		position:relative;
		width:32%;
		margin:4% auto 0;
		left:0;
	}

	#movie_title h3{
		position:relative;
		left:0;
		line-height:1.3;
		top:0;
		width:94%;
		margin:4% auto 0;
		font-size:5.0vw;
	}
	
	#movie .caution{
		width:92%;
	}

	#movie .caution.f16{
		font-size:2.625vw;
	}

	#scissors{
		position:relative;
		width:20%;
		left:0;
		top:0;
		margin:6% auto 10%;
	}
	
	ruby[data-ruby] {
    ruby-position: relative;
}
ruby[data-ruby]::before {
  content: attr(data-ruby);
  position:absolute;
  left:-2em;
  top:0.3em;
  right:-2em;
  text-align:center;
  font-size:.55em;
	letter-spacing: 0.12px;
}
	
}

/********************************************************
tab
********************************************************/
.tab_category ul{
	width:100%;
  justify-content: center;
  align-items: center;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tab_category p{
	width:100%;
	height:10px;
	background-color:#d4b28e;
}


.tab_category ul li{
	width:352px;
  margin-right:5px;
}

.tab_category ul li:last-child{
  margin-right:0;
}

.tab_category ul li a{
	width:352px;
  height:90px;
	display:block;
	text-align:center;
	text-decoration:none;
	line-height:90px;
	position:relative;
}

.tab_category ul li:nth-child(1) a{
	background-color:#d4b28e;
}

.tab_category ul li:nth-child(2) a{
	background-color:#eba2be;
}

.tab_category ul li:nth-child(3) a{
	background-color:#77c4d9;
}

.tab_category ul li:nth-child(1) a::before{
	position: absolute;
  top: 0;
  bottom: 0;
  left: 50px;
  margin: auto;
  content: "●";
  vertical-align: middle;
	color:#ead9c7;
}

.tab_category ul li:nth-child(1) a::after{
	position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
  margin: auto;
  content: "●";
  vertical-align: middle;
	color:#ead9c7;
}

.tab_category ul li:nth-child(2) a::before{
	position: absolute;
  top: 0;
  bottom: 0;
  left: 50px;
  margin: auto;
  content: "●";
  vertical-align: middle;
	color:#f5d1df;
}

.tab_category ul li:nth-child(2) a::after{
	position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
  margin: auto;
  content: "●";
  vertical-align: middle;
  color:#f5d1df;
}

.tab_category ul li:nth-child(3) a::before{
	position: absolute;
  top: 0;
  bottom: 0;
  left: 50px;
  margin: auto;
  content: "●";
  vertical-align: middle;
	color:#bbe2ec;
}

.tab_category ul li:nth-child(3) a::after{
	position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
  margin: auto;
  content: "●";
  vertical-align: middle;
	color:#bbe2ec;
}

#tab{
	width:100%;
	background-color:#f5f1de;
}

.tabBox{
	padding:40px 60px 40px;
}

#tab1 h4{
	background: url("../images-en/line1.png") repeat-x center bottom;
	padding-bottom:10px;
	margin:20px auto;
	color: #260101;
}

.mt50{
	margin-top:50px;
}

#tab ul{
	width:948px;
  justify-content: left;
  align-items: top;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	/*align-items: baseline;*/
}

#tab ul li{
	width:285px;
	margin-right:46px;
	margin-bottom:30px;
	text-align: center;
	text-align: -webkit-center;
}

#tab ul li:nth-child(3n) {
  margin-right:0;
}

#tab ul li a{
	display:block;
}

#tab ul li p{
	text-align:center;
	padding-top:5px;
}


#bnr_movie{
	width:1056px;
	padding:70px 0 40px;
	margin:0 auto;
}


#tab1 ul:nth-child(2) li img{
	border:3px solid #EB7B4F;
}
#tab1 ul:nth-child(4) li img{
	border:3px solid #E170B3;
}
#tab1 ul:nth-child(6) li img{
	border:3px solid #d4b28e;
}
#tab1 ul:nth-child(8) li img{
	border:3px solid #77c4d9;
}


@media screen and (max-width: 1199px) {

	.tab_category ul li{
		width:33%;
	  margin-right:0.5%;
	}

	.tab_category ul li a{
		width:100%;
	  height:90px;
		display:block;
		text-align:center;
		text-decoration:none;
		line-height:90px;
		position:relative;
	}

	.tab_category ul li:nth-child(1) a::before{
	  left: 2%;
	}

	.tab_category ul li:nth-child(1) a::after{
	  right: 2%;
	}

	.tab_category ul li:nth-child(2) a::before{
	  left: 2%;
	}

	.tab_category ul li:nth-child(2) a::after{
	  right: 2%;
	}

	.tab_category ul li:nth-child(3) a::before{
	  left: 2%;
	}

	.tab_category ul li:nth-child(3) a::after{
	  right: 2%;
	}

	#tab{
		width:100%;
		background-color:#f5f1de;
	}

	.tabBox{
		padding:20px 2% 40px;
	}

	#tab ul{
		width:100%;
	}

	#tab ul li{
		width:32%;
	  margin-right:2%;
		margin-bottom:30px;
	}

	#tab1 ul:nth-child(2) li img{
		border:3px solid #EB7B4F;
		box-sizing: border-box;
	}
	#tab1 ul:nth-child(4) li img{
		border:3px solid #E170B3;
		box-sizing: border-box;
	}
	#tab1 ul:nth-child(6) li img{
		border:3px solid #d4b28e;
		box-sizing: border-box;
	}
	#tab1 ul:nth-child(8) li img{
		border:3px solid #77c4d9;
		box-sizing: border-box;
	}

	#bnr_movie{
		width:100%;
		padding:5% 0 4%;
		margin:0 auto;
	}

	#bnr_movie a, #bnr_movie a img{
		width:100%;
	}

}

@media screen and (max-width: 767px) {

	.tab_category ul li{
		width:32.5%;
	  margin-right:1%;
	}

	.tab_category ul li:last-child{
	  margin-right:0;
	}

	.tab_category ul li a{
		width:100%;
	  height:auto;
		display:block;
		text-align:center;
		text-decoration:none;
		line-height:100% !important;
		position:relative;
		padding:10% 0;
	}

	.tab_category ul li:nth-child(1) a::before,
	.tab_category ul li:nth-child(2) a::before,
	.tab_category ul li:nth-child(3) a::before{
	  left: 6%;
		top:30%;
	}

	.tab_category ul li:nth-child(1) a::after,
	.tab_category ul li:nth-child(2) a::after,
	.tab_category ul li:nth-child(3) a::after{
	  right: 6%;
		top:30%;
	}

	.tabBox{
		padding:5%;
	}

	#tab1 h4{
		background: url("../images-en/line1.png") repeat-x center bottom;
		padding-bottom:2%;
		margin-bottom:12%;
	}

	.mt50{
		margin-top:5%;
	}

	#tab ul{
		width:100%;
	  justify-content: left;
	  /*align-items: center;*/
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		align-items: baseline;
	}

	#tab ul li{
		width:48%;
	  margin-right:4%;
		margin-bottom:4%;
		text-align: left;
	}

	#tab ul li img{
		width:100%;
	}

	#tab ul li:nth-child(3n) {
	  margin-right:4%;
	}

	#tab ul li:nth-child(2n) {
	  margin-right:0;
	}


	#tab ul li p{
		text-align:center;
		padding-top:2%;
	}


	#bnr_movie{
		width:90%;
		padding:5% 0 4%;
		margin:0 auto;
	}

	#bnr_movie a, #bnr_movie a img{
		width:100%;
	}

}


/*------------------------------------------
work
------------------------------------------*/
#work{
	padding:80px 0 100px;
	width:100%;
}

#work_title{
	width:100%;
	height:230px;
	position:relative;
}

#work_title h2{
	position:absolute;
	width:210px;
	left:35px;
}

#work_title h3{
	position:absolute;
	left:270px;
	line-height:1.3;
	top:20px;
}

#pin{
	position:absolute;
	width:110px;
	left:900px;
	top:138px;
}

#work ul{
	width:1028px;
	margin:0 auto;
  justify-content: left;
  align-items: top;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#work ul li{
	width:504px;
	margin-bottom:20px;
}

#work ul li:nth-child(even){
	margin-left: 20px;
}

@media screen and (max-width: 1199px) {

	#work_title{
		width:100%;
		height:15vw;
		position:relative;
	}

	#work_title h2{
		width:18%;
	}

	#work_title h3{
		position:absolute;
		left:24%;
		line-height:1.3;
		top:20px;
		font-size:2.8vw;
	}

	#pin{
		position:absolute;
		width:10%;
		left:78%;
		top:86px;
	}

	#work ul{
		width:100%;
		margin-top:4%;
	}

	#work ul li{
		width:48%;
		margin-bottom:2%;
	}

	#work ul li:nth-child(even){
		margin-left: 2%;
	}
}


@media screen and (max-width: 767px) {
	#work{
		padding:4% 0 5%;
		width:100%;
	}

	#work_title{
		width:94%;
		height:auto;
		position:relative;
		margin:0 auto 5%;
	}

	#work_title h2{
		position:relative;
		width:26%;
		margin:4% auto 0;
		left:0;
	}

	#work_title h3{
		position:relative;
		text-align: center;
		left:0;
		line-height:1.3;
		top:0;
		width:98%;
		margin:4% auto 0;
		font-size:5.0vw;
	}

	#pin{
		display: none;
		position:relative;
		width:19%;
		left:0;
		top:0;
		margin:4% auto 10%;
	}

	#work ul{
		width:80%;
		margin:0 auto;
	  justify-content: left;
	  align-items: top;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#work ul li{
		width:100%;
		margin-bottom:1%;
	}

	#work ul li:nth-child(even){
		margin-left: 0;
	}
}


/********************************************************
buy
********************************************************/
#buy{
	width:100%;
	padding:80px 0 120px;
	/*background-color:#fff6e4;*/
}

#buy .wrapper{
	width:1068px;
}

#buy h2{
	margin-bottom: 1em;
}

#buy ul{
	width:100%;
  justify-content: center;
  align-items: top;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding:70px 0 40px;
}

#buy ul li:first-child{
  margin-right:34px;
}

/*#buy ul li p:nth-of-type(n+2){
  margin-top:4%;
}*/

#buy table{
	width:1068px;
	border-collapse: collapse;
	border-spacing: 0;
	font-size:14px;
	margin-top:5px;
}

#buy table tr{
	border-bottom: 1px solid #888888;
}

#buy table tr:first-child{
	border-top: 1px solid #888888;
}
#buy table tr:last-child{
	border-bottom: none;
}

#buy table th{
	padding: 5px 15px;
	font-weight: bold;
	text-align: left;
	width:20%;
	vertical-align:top;
	background-color:#fff6e4;
	
}
#buy table td{
	padding: 5px 15px;
	width: 35%;
	background-color:#fff;
	border-left: 1px solid #888888;
}

#bnr{
	width:960px;
	margin:0 auto;
	padding-top:50px;
}

@media screen and (max-width: 1199px) {
	#buy .wrapper{
	width:100%;
}
	#buy h2{
	text-align: center;
}
	#buy table{
		width:95%;
		margin: 0 auto;
	}
	
	#bnr{
		width:90%;
		margin:0 auto;
		padding-top:50px;
	}
}

@media screen and (max-width: 767px) {
	#buy{
		width:100%;
		margin:0 auto;
		padding:8% 0;
	}

	#buy .wrapper{
		width:96%;
	}

	#buy .sp{
		display:inline;
	}

	#buy h2{
		text-align:center;
	}

	#buy ul{
		width:90%;
		margin:0 auto;
	  justify-content: center;
	  align-items: top;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding:6% 0 4%;
	}

	#buy ul li{
		width:100%;
	  margin-right:0;
		padding-bottom:2%;
	}

	#buy ul li:first-child{
	  margin-right:0px;
	}

	#buy ul li:last-child{
	  margin-top:2%;
	}

	#buy ul li img{
		width:100%;
	}

	#buy p{
		padding-left:2%;
	}

	#buy table{
		width:100%;
		margin:3% auto 0;
		border-collapse: collapse;
		border-spacing: 0;
		font-size: 12px;
	}

	#buy table th{
		width: 100%;
		padding: 1% 3% 1% 2%;
		font-weight: normal;
		text-align: left;
		white-space:nowrap;
		border: 0;
	}

	#buy table td{
		padding: 4% 2%;
		border: 0;
	}
	#buy table td:nth-child(n+2){
		border-left: 1px solid #888888;
	}

	#bnr{
		width:100%;
		margin:0 auto;
		padding-top:8%;
	}
}

/*------------------------------------------
awards-list
------------------------------------------*/
#awards-list{
	padding:10px 0 30px;
	width:100%;
	background-color:#F0F2F1;
}

#awards-list ul{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
}

#awards-list ul li{
	width: 22%;
}

#awards-list h2{
	font-size: 140%;
	text-align: center;
	border-bottom: 1px solid #ccc;
	margin: 1.5em auto;
	width: 90%;
}

#awards-list dl{
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: center;
}

#awards-list dl dd{
	width: 70%;
	margin: 0 0 1em;
}

#awards-list dl dd:last-child{
	border: none;
}

#awards-list dl dt {
	width: 25%;
	padding-left: 0.5em;
	text-align: left;
	align-self: flex-start;
	font-weight: bold;
}

@media screen and (max-width: 1199px) {
	
}

@media screen and (max-width: 767px) {
	
	#awards-list{
	padding:10px 0% 2em;
}
	
	#awards-list ul li{
	width: 40%;
}
	#awards-list dl dd{
	width: 90%;
	border: none;
}
	#awards-list dl dt {
	width: 90%;
	text-align: left;
	padding-left: 0;
	font-size:13px;
}
	
}

/********************************************************
award-history
********************************************************/
#award-history{
	width:1000px;
	margin:0 auto 50px;
	padding:20px;
}

/*#award-history h2{
	width:900px;
	background-color:#019ef0;
	color: #fff;
	border-radius: 10px;
	text-align:center;
	margin: auto;
}*/

#award-history p{
	font-weight:bold;
	text-align:center;
	padding-top:10px;
}

#award-history ul{
	width:900px;
	justify-content: center;
	align-items: top;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding:0;
	margin: 30px auto 0;
}

#award-history ul li{
	width: 450px;
	margin-right:30px;
}

#award-history ul li:last-child{
	margin-right:0px;
}

#award-history dl{
  display:flex;
  flex-wrap: wrap;
}

#award-history dt{
  width: 40%;
	margin-bottom:2px;
	position:relative;
	font-weight: 600;
}

#award-history dt span{
	display: inline-block;
	width: 38px;
	text-align:right;
}

/*#award-history dt::after{
	position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "●";
  vertical-align: middle;
	color:#66ccff;
}*/

#award-history dd{
  width: 58%;
	margin-bottom:2px;
	padding-left:2%;
}

@media screen and (max-width: 1199px) {
	#award-history{
		width:96%;
	}

	#award-history h2{
		width:80%;
	}

	#award-history ul{
		width:100%;
	}

	#award-history ul li{
		width: 48%;
		margin-right:2%;
	}

	#award-history ul li:last-child{
		margin-right:0px;
	}

	#award-history dt{
	  width: 150px;
		margin-bottom:2px;
		position:relative;
	}

	#award-history dt span{
		display: inline-block;
		width: 38px;
		text-align:right;
	}

	/*#award-history dt::after{
	position: absolute;
	  top: 0;
	  bottom: 0;
	  right: 0;
	  margin: auto;
	  content: "●";
	  vertical-align: middle;
		color:#66ccff;
	}*/

	#award-history dd{
	  width: calc(100% - 155px);
		margin-bottom:2px;
		padding-left:5px;
	}
}


@media screen and (max-width: 767px) {
	#award-history{
		width:94%;
		margin:5% auto;
		background-color:#fff;
		padding:3%;
	}

	#award-history h2{
		width:100%;
	}

	#award-history h2 img{
		width:90%;
		padding:3% 0;
	}

	#award-history p{
		font-weight:bold;
		text-align:center;
		padding-top:10px;
	}

	#award-history ul{
		width:100%;
		display: block;
		margin-top:2%;
	}

	#award-history ul li{
		width:100%;
		margin:0 !important;
		padding:0 !important;
	}

	#award-history dt{
	  width: 26%;
		margin-bottom:2px;
		position:relative;
	}
	
	#award-history dt::after{
	display: none;
	}

	#award-history dt span{
		display: inline-block;
		width: 30%;
		text-align:right;
	}

	#award-history dd{
	  width: 72%;
		margin-bottom:2px;
		padding-left:2%;
	}

}


/*------------------------------------------
story1
------------------------------------------*/
#story1{
	padding:50px 0 40px;
	width:100%;
	background-color:#fff;
}

#story1 h2{
	border-bottom: 1px solid #ccc;
	margin-bottom: 1.5em;
	width: 90%;
}

#story1 ul{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
}

#story1 ul li{
	width: 35%;
	margin: 0 10px 2em;
}

#story1 p{
	width: 90%;
	padding: 0 0.5em;
	margin-bottom: 0.7em;
}


@media screen and (max-width: 1199px) {
	
}

@media screen and (max-width: 767px) {
	
	#story1{
	padding:50px 3% 2em;
}
	
	#story1 ul li{
	width: 40%;
}
	#story1 h2{
	text-align: center;
	}
	
}

/*------------------------------------------
story2
------------------------------------------*/
#story2{
	padding:50px 0 40px;
	width:100%;
	background-color:#fff;
}

#story2 h3{
	border-bottom: 1px solid #ccc;
	margin-bottom: 1.5em;
	padding: 3px;
}

#story2 ul{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
}

#story2 ul li{
	width: 60%;
	padding-right: 1.5em;
}
#story2 ul li:last-child{
	width: 35%;
	padding-right: 0;
}

#story2 p{
	margin-bottom: 0.7em;
}


@media screen and (max-width: 1199px) {
	
}

@media screen and (max-width: 767px) {
	
	#story2{
	padding:50px 3% 2em;
}
	
	#story2 ul li{
	width: 100%;
}
	#story2 ul li:last-child{
	width: 70%;
	padding: 0;
	margin: 0;
}
	
}


/*------------------------------------------

------------------------------------------*/

#faq{
	width:960px;
	margin:2.5em auto 0;
	text-align: center;
}
#faq img {
	width:70%;
}

@media screen and (max-width: 959px) {
	#faq{
		width:100%;
		margin:1em auto 0;
	}
	#faq img {
	width:100%;
	}

}

@media screen and (max-width: 767px) {
	#faq{
		width:90%;
		margin:1em auto 0;
	}
	#faq img {
	width:100%;
	}
}

#instagram{
	width:25px;
	position:absolute;
	top:0;
	right:0;
}

#pageTop {
	position: fixed;
	bottom: 25px;
	right: 25px;
	width: 174px;
	height: 64px;
	display:none;
	z-index:500;
}

#pageTop ul{
	width: 174px;
  justify-content: left;
  align-items: center;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#pageTop ul li:first-child{
	width:94px;
	margin-right:16px;
}

#pageTop ul li:last-child{
	width:64px;
}


@media screen and (max-width: 767px) {
	#bnr{
		width:96%;
		margin:0 auto;
		padding-bottom:6%;
	}
}


/*------------------------------------------
footer
------------------------------------------*/
footer{
	width:100%;
	background-color:#fff;
}

footer h2{
	width:260px;
	padding:30px 0 0;
	margin:0 auto;
	text-align: center;
}

footer h3{
	width: 90%;
	padding:30px 0 0;
	border-bottom: 1px solid #ccc;
	margin: 0.5em auto 1.5em;
}

footer h4{
	font-size: 140%;
	text-align: center;
	border-bottom: 1px solid #ccc;
	margin: 0.5em auto 1.5em;
	width: 90%;
	color: #909090;
}

footer p{
	font-size:14px;
	text-align:center;
	color:#000;
	line-height:22px;
}

#copyright{
	width:100%;
	background-color:#8b2b4a;
	text-align:center;
	font-size:12px;
	color:#fff;
	margin-top:10px;
	padding:10px 0;
}

footer dl{
	width: 90%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
}

footer dl dd{
	width: 60%;
	margin: 0 10px 1em;
}

footer dl dd:last-child{
	border: none;
}

footer dl dt {
	width: 30%;
	padding-left: 0.5em;
	text-align: right;
	align-self: flex-start;
	font-weight: bold;
}

footer ul{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 2em;
}

footer ul li:nth-child(2n+1){
	width: 20%;
	margin: 0 10px 1em;
	text-align: right;
}

footer ul li {
	width: 70%;
	padding: 0 0.5em;
	align-self: flex-start;
}


@media screen and (max-width: 767px) {
	footer{
		width:100%;
		background-color:#fff;
	}

	footer h2{
		width:60%;
		padding:5% 0 0;
		margin:0 auto;
	}
	
	footer h3{
		padding:5% 0 0;
		margin:0 auto 1em;
	}

	footer p{
		font-size:2.5vw;
		text-align:center;
		color:#000;
		line-height:1.6em;
	}
	
	#copyright{
		width:100%;
		background-color:#8b2b4a;
		text-align:center;
		font-size:1.875vw;
		color:#fff;
		margin-top:3%;
	}
	
	footer dl dd{
	border: none;
	}
	footer dl dt {
	padding-left: 0;
	}
	
	footer ul li:nth-child(2n+1){
	border: none;
	}
	footer ul li {
	text-align: left;
	padding-left: 0;
	}

	#sns{
		padding:2% 0 0;
	}

	#sns ul{
	  justify-content: flex-end;
	  align-items: center;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-bottom:0;
	}

	#sns ul li{
	  width:6%;
		margin-right:3%;
	}

	#pageTop {
		position: fixed;
		bottom: 10px;
		right: 5px;
		width: 174px;
		height: 64px;
		display:none;
		z-index:500;
	}


}


/*------------------------------------------
troubleshooting
------------------------------------------*/
#troubleshooting{
	padding:2.5em 0 40px;
	margin: 0 auto;
	width:90%;
	background-color:#fff;
}

#troubleshooting h3{
	margin-left: 0.5em;
	padding-bottom: 0.3em;
}

#troubleshooting ul{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: center;
	border: 5px dashed #ccc;
	padding: 1.5em 1.5em 1.5em 3em;
}

#troubleshooting ul li{
	width: 100%;
	margin: 0 10px 1em;
	border-bottom: 1px dashed #5F6970;
	list-style: circle;
}

#troubleshooting ul li:last-child{
	border: none;
}

#troubleshooting ul li a{
	color: #000;
	text-decoration: none;
}

#troubleshooting ul li a:hover{
	color: #D442AB;
	/*border-bottom: 1px dotted #D442AB;*/
	text-decoration: none;
}

#troubleshooting p{
	margin-bottom: 0.7em;
}


@media screen and (max-width: 1199px) {
	
}

@media screen and (max-width: 767px) {
	
	#troubleshooting{
	padding:10px 0 2em;
}
	
#troubleshooting ul{
	padding: 1.5em;
}	
	
	#troubleshooting ul li{
	width: 90%;
}

#troubleshooting ul li:nth-child(2n+1){
	width: 90%;
}

#troubleshooting p{
	margin-bottom: 0.7em;
}
	
}