@charset "UTF-8";

body{	
	background-image:none;
}

h1,
h2,
h3,
h3::after,
h5,
h4{
	background: none;
	border: none;
	box-shadow: none;
}

ul{margin:0; padding: 0;}
li{list-style-type: none;}

#contents{
	width:100%;
	margin:0 auto;
	text-align:left;
	min-height:inherit;
	padding-bottom: 10px;
	min-width: unset;
	color:#000;
}

#contents {
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
}

#contents .gothic{
	font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	font-style: normal;
}

#contents img {
		width: 100%;
	}


.flexBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.youtube {
    position: relative;
    width: 80%;
    padding: 45% 0 0 0;
    margin: 0 auto 0;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.textSmall {
	font-size: 80%;
}

#mainPhoto {
	background: url("../image/main_bg.jpg") no-repeat 50% 0;
	background-size: cover;
	width: 100%;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 180px;
}

#mainPhoto .bgWhite {
	background: rgb(255 255 255 / 50%);
	padding: 140px 80px;
	box-shadow: 3px 3px 7px rgb(0 0 0 / 30%);
	display: inline-block;
	margin: 420px auto 470px;
}

#mainPhoto .bgWhite .subTitle {
    font-size: 40px;
	text-shadow:#fff 2px 0px,#fff -2px 0px,#fff 0px -2px,#fff 0px 2px,#fff 2px 2px,#fff -2px 2px,#fff 2px -2px,#fff -2px -2px,#fff 1px 2px,#fff -1px 2px,#fff 1px -2px,#fff -1px -2px,#fff 2px 1px,#fff -2px 1px,#fff 2px -1px,#fff -2px -1px;
	color: #606060;
}

#mainPhoto .bgWhite h2 {
    font-size: 77px;
	text-shadow: #fff 5px 0px 2px, #fff -5px 0px 2px, #fff 0px -5px 2px, #fff 0px 5px 2px, #fff 5px 5px 2px, #fff -5px 5px 2px, #fff 5px -5px 2px, #fff -5px 0px 2px, #fff 0px 5px 2px, #fff 0px 5px 2px, #fff 2px -5px 2px, #fff -2px -5px 2px, #fff 5px 0px 2px, #fff -5px 3px 2px, #fff 5px 0px 2px, #fff -5px -3px 2px, #fff 5px 3px 2px, #fff 5px -2px 2px;
    font-weight: 400;
	position: relative;
	color: #606060;
	padding: 0 0 50px 0;
	margin-bottom: 65px;
}

#mainPhoto .bgWhite h2:before,#mainPhoto .bgWhite h2:after {
    content:"";
	position: absolute;
	width: 280px;
	height: 1px;
	background: #606060;
	bottom:6px;
	left: 50%;
	transform: translateX(-50%);
}

#mainPhoto .bgWhite h2:after {
	height: 3px;
	bottom:0;
	left: 50%;
	transform: translateX(-50%);
	
}

#mainPhoto .bgWhite .text {
    text-shadow:#fff 2px 0px,#fff -2px 0px,#fff 0px -2px,#fff 0px 2px,#fff 2px 2px,#fff -2px 2px,#fff 2px -2px,#fff -2px -2px,#fff 1px 2px,#fff -1px 2px,#fff 1px -2px,#fff -1px -2px,#fff 2px 1px,#fff -2px 1px,#fff 2px -1px,#fff -2px -1px;
    font-size: 30px;
	color: #606060;
}

#mainPhoto ul {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	
}

#mainPhoto ul li {
	width: 32.5%;
	background: rgb(255 255 255 / 50%);
	box-shadow: 3px 3px 7px rgb(0 0 0 / 30%);
	padding: 30px 0;
}

#mainPhoto ul li .text {
	font-size: 18px;
	margin-bottom: 35px;
}

#mainPhoto ul li .photo {
	justify-content: center;
	margin-bottom: 35px;
}

#mainPhoto ul li .photo div {
	width: 50%;
}

#mainPhoto ul li .photo div img {
	width: 100%;
}

#mainPhoto ul li .title {
	font-size: 30px;
	line-height: 1.4;
	margin-bottom: 30px;
}

#mainPhoto ul li .title span {
	font-size: 19px;
}

#mainPhoto ul li .detailBtn a {
	text-align: center;
	padding: 10px 55px 10px 30px;
	background: #fff;
	border: 1px solid #bdbebe;
	position: relative;
	color: #000;
	font-size: 19px;
	display: inline-block;
    line-height: 1;
	border-radius: 50px;
}

#mainPhoto ul li .detailBtn a:hover {
	text-decoration: none;
	border: 1px solid #bdbebe;
	color: #fff;
	background: #000;
}

#mainPhoto ul li .detailBtn a:before {
	content:"";
	position: absolute;
	top:38%;
	right: 30px;
	border: 8px solid transparent;
    border-top: 12px solid #000;
	border-radius: 2px;
}

#mainPhoto ul li .detailBtn a:hover:before {
    border-top: 12px solid #fff;
}

#about {
    background:#e6e6e6;
    padding: 80px 0;
	margin-bottom: 80px;
}

#about .inner {
    background: #fff;
    padding: 60px 50px;
    box-sizing: border-box;
	max-width: 980px;
	box-shadow: 0px 0px 10px #ddd;
}

#about h3.title {
    font-weight: normal;
    text-align: center;
    font-size: 36px;
    position: relative;
    padding: 0;
    margin: 0 auto 50px;
}

#about .flexBox {
	align-items: flex-start;
	justify-content: center;
}

#about .imageBox {
    width: 40%;
	margin: 0 2% 60px;
}

#about .textBox {
    width: 54%;
	margin-left: 2%;
}

#about .imageBox img {
    width: 100%;
}

#about .comparison {
	margin-bottom: 80px;
}

#about .comparison:last-child {
	margin-bottom: 0;
}

#about .comparison .text {
	margin-bottom: 60px;
}

#about h5 {
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 18px;
}

.detail h2.detailTitle {
	text-align: center;
	font-weight: 400;
	font-size: 36px;
	margin-bottom: 100px;
}

.detail .sliderText {
	justify-content: flex-start;
	align-items:flex-start;
	margin-bottom: 60px;
	position: relative;
}

.detail .sliderText .leftArea {
	width: 60%;
	max-width: 700px;
	margin-right: 30px;
}

.detail .sliderText .rightArea {
	width: 36%;
}

.detail .sliderText .rightArea .gothic {
	font-size: 18px;
}

.detail .sliderText .rightArea table.janCode {
    margin: auto;
    position: absolute;
    bottom: 35px;
    table-layout: fixed;
    min-width: 36%;
}

.detail .iconList {
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 60px;
}

.detail .iconList li {
	width: 100px;
	margin: auto 0.5% 0;
}

#contents .detail .sp-previous-arrow:before,#contents .detail .sp-previous-arrow:after,#contents .detail .sp-next-arrow:before,#contents .detail .sp-next-arrow:after {
    width: 20%!important;
}

#contents .detail .sliderText .sp-mask {
    border: 1px solid #b3b3b3!important;
}

#contents .detail .sp-previous-arrow:before,#contents .detail .sp-previous-arrow:after,#contents .detail .sp-next-arrow:before,#contents .detail .sp-next-arrow:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 50%;
    background-color: #b3b3b3;
}

#contents .detail .sliderBox .sp-previous-arrow:before,#contents .detail .sliderBox .sp-previous-arrow:after,#contents .detail .sliderBox .sp-next-arrow:before,#contents .detail .sliderBox .sp-next-arrow:after {
    background-color: #fff;
}

.detail .sliderBox {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto 90px;
}

.sp-image-container {
    position: relative;
}

.caption {
	position: absolute;
	color:#fff;
	text-shadow: 2px 2px 5px #000;
	font-size: 16px;
}

.caption01 {
    top: 45%;
    right: 51%;
}

.caption02 {
    top: 45%;
    right: 2%;
}

.caption03 {
    bottom: 1%;
    right: 51%;
}

.caption04 {
    bottom: 1%;
    right: 2%;
}

.detail .btnList {
    justify-content: center;
    margin-bottom: 110px;
}

.detail .btnList li {
	width: 45%;
	max-width: 330px;
	margin: 0 20px;
}

.detail .btnList a {
    text-align: center;
	display: block;
	width: 100%;
	line-height: 80px;
	border:1px solid #b3b3b3;
	color:#000;
	font-size: 24px;
}


.detail .btnList a:hover {
    text-decoration: none;
	color:#fff;
	background: #000;
	border:1px solid #000;
}

.movie {
	padding-top: 50px;
    margin: 0 auto 180px;
}








@media screen and  (min-width: 320px) and (max-width: 767px) {
	
	section p {
		margin: 0;
		font-size: 16px;
	}
	
	section li {
		margin: 0;
	}
	
	.inner {
		width:92%;
		margin: 0 auto;
		min-width: 92%;
	}
	
	.pc {
		display: none;
	}
	
	.textSmall {
		font-size: 75%;
	}
		
	.youtube {
		width: 100%;
		padding: 56.25% 0 0 0;
		margin: 0 auto 0;
	}
	
	#mainPhoto {
		padding-bottom: 80px;
	}

	#mainPhoto .bgWhite {
        padding: 50px 25px;
        margin: 80px auto 80px;
        width: 85%;
        box-sizing: border-box;
    }
	
	#mainPhoto .bgWhite .subTitle {
		font-size: 4.6vw;
	}
	
	#mainPhoto .bgWhite h2 {
		font-size: 9.5vw;
		text-shadow:#fff 2px 0px,#fff -2px 0px,#fff 0px -2px,#fff 0px 2px,#fff 2px 2px,#fff -2px 2px,#fff 2px -2px,#fff -2px -2px,#fff 1px 2px,#fff -1px 2px,#fff 1px -2px,#fff -1px -2px,#fff 2px 1px,#fff -2px 1px,#fff 2px -1px,#fff -2px -1px;
		padding: 0px 0 30px 0;
    	margin-bottom: 40px;
	}	
	
	#mainPhoto .bgWhite h2:before, #mainPhoto .bgWhite h2:after {
		width: 150px;
	}
	
	#mainPhoto .bgWhite .text {
		font-size: 5vw;
	}	
	
	#mainPhoto ul li {
		width: 100%;
		padding: 20px 0;
		margin-bottom: 20px;
	}	
	
	#mainPhoto ul li .photo {
		margin-bottom: 20px;
	}	
	
	#mainPhoto ul li .text {
		margin-bottom: 20px;
	}	
	
	#mainPhoto ul li .title {
		font-size: 24px;
		line-height: 1.2;
		margin-bottom: 20px;
	}
	
	#mainPhoto ul li .title span {
		font-size: 16px;
	}
	
	#mainPhoto ul li .detailBtn a {
		font-size: 16px;
	}	
				
	#about {
		padding: 50px 0;
		margin-bottom: 50px;
	}
	
	#about .inner {
		padding: 30px 20px;
		max-width: unset;
	}	
	
	#about h3.title {
		font-size: 24px;
	}	
	
	#about h5 {
		margin: 0 0 0px;
		padding: 0;
	}
	
	#about .imageBox.w60{
		width: 60%;
		margin: 0 auto 40px;
	}	
	
	#about .imageBox {
		width: 90%;
		margin: 0 auto 40px;
	}	
	
	#about .textBox {
		width: 100%;
		margin-left: 0;
	}	
	
	#about .comparison {
		margin-bottom: 40px;
	}	
	
	#about .comparison .text {
		margin-bottom: 30px;
	}
	
	#about h4 {
		font-size: 16px;
		padding: 0;
		margin: 0;
	}	
	
	#about .imageBox p {
		margin: 5px 0 0;
	}
	
	#about .comparison p.textSmall {
		margin: 0;
	}
	
	#movie {
		background-size: 95%;
		padding: 60px 0 70px;
	}	
	
	#contents .sp-button {
		width: 15px!important;
		height: 15px!important;
	}		
	
	.detail h2.detailTitle {
		font-size: 7.6vw;
		padding-bottom: 0;
		margin-bottom: 40px;
	}	
	
	.detail .sliderText .leftArea {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}	
	
	.detail .sliderText .rightArea {
		width: 100%;
	}	

	.detail .iconList {
		justify-content: center;
		margin-bottom: 40px;
	}	
	
	.detail .sliderText .rightArea .text.gothic {
		margin-bottom: 40px;
		font-size: 16px;
	}
	
	.detail .sliderText .rightArea table.janCode {
		margin: auto;
		position: inherit;
		table-layout: fixed;
		min-width: 100%;
	}
	
	.detail .iconList li {
		width: 15%;
		margin: 0 0.5%;
	}
	
	.detail .sliderText {
		margin-bottom: 40px;
	}	
	
	.detail .sliderBox {
		width: 100%;
		max-width: 100%;
		margin: 0 auto 50px;
	}	
	
	.caption {
		font-size: 10px;
	}

	.caption01 {
		top: 43%;
		right: 51%;
	}

	.caption02 {
		top: 43%;
		right: 1%;
	}

	.caption03 {
		bottom: 1%;
		right: 51%;
	}

	.caption04 {
		bottom: 1%;
		right: 1%;
	}

	
	
	
	
	
	
	
	
	.detail .btnList li {
		width: 47%;
		max-width: unset;
		margin: 0px 1.5%;
	}	
	
	.detail .btnList {
		margin-bottom: 60px;
	}	
	
	.detail .btnList a {
		line-height: 50px;
		font-size: 16px;
	}	
	
	.movie {
		padding-top: 0;
		margin: 0 auto 50px;
	}	

	
	
	
	
	
	
	
	
	
	
	
	
}




@media screen and  (min-width: 768px) {
	
	html {
	  visibility: hidden;
	}
	html.wf-active, html.wfno-load {
	  visibility: visible;
	}	
	
	section  p,section  li {
		margin: 0;
		font-size: 16px;
		line-height: 1.8;
	}
	
	.sp {
		display: none;
	}
	
	.inner {
		width:94%;
		max-width: 1200px;
		margin: 0 auto;
	}
	
	.youtube iframe {
		border-bottom: 1px solid #000;
	}	
	
	
	
}






#pageTop {
    display: none;
    position: fixed;
    bottom: 35px;
    right: 20px;
    text-decoration: none;
    z-index: 1000;
    text-align: center;
    padding: 12px;
    background: #88858c;
    font-weight: bold;
    font-size: 90%;
    width: 30px;
    height: 30px;
    border-radius: 50px;
}

#pageTop a:hover {
	text-decoration: none;
}

#pageTop a img {
	width: 100%;
}

@media screen and (max-width: 768px) {
	#pageTop {
		bottom: 10px;
		right: 10px;
		padding: 10px;
		font-size: 70%;
		width: 25px;
    	height: 25px;
	}
}





