@charset "UTF-8";
/* CSS Document */
#main { width:100%; margin:10px auto; }
#main .sp { display:none!important; }
#main .pc { display:block!important; }

@media screen and (max-width: 736px) {
#main .pc { display:none!important; }
#main .sp { display:block!important; }
}
/*--------------------------------------------------
  reset
--------------------------------------------------*/



#main {
	width: 100%;
	font-size: 14px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color: #333;
	line-height: 1.6em;
	margin: 0 auto;
	padding: 0;
	background: #ffffff;
}
body {margin: 0;
padding:0;}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table, tr, th, td, caption {
  vertical-align: middle;
  text-align:left;
}

img {
  vertical-align:bottom;
  font-size:0;
  line-height: 0;
	margin: 0 !important;
	padding:0 !important
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
/*--------------------------------------------------
 ここから
--------------------------------------------------*/
#main h2 {
	margin: 0;
}
#main p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#main img {
	display: block;
}
#main header {
	max-width:750px;
	margin: auto;
}
#main header h1 {
	margin: 0;
	display: table;
	float: left;
}
#main header p {
	display: table;
	float: right;
	font-size: 35px;
	margin: 0;
	line-height: 59px;
	font-weight: bold;
}
#main header img {
	float: right;
}
.hidden {
	height: 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.bg01 {
  background: url(../images/fv_bg.jpg) center 0 no-repeat;
  max-width:1040px;
  margin: 0 auto;
  width: 100%;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
#main .main-visual {
	max-width:1040px;
	margin:0 auto;
	position: relative;
}
#main .main-visual:before {
	display: block;
	content: "";
	position: absolute;
	left: 7.3%;
	bottom: 5.1%;
	background: url(../images/ga01.gif);
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: top right;
	width: 26.5%;
	height: 0;
    padding-bottom: 20%;
}
#main .mv-inner img {
  width: 100%;
}
#main .sougyou {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 880px;
}
#main .sougyou img {
  width: auto;
  max-width: 100%;
}
#main .contents1 {
	padding-top: 30px;
}
#main .offer {
	max-width:780px;
	margin: 1em auto;
	position: relative;
}
#main .offer img {
  max-width: 100%;
}
#main .btn a {
  display: block;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
  padding: 0 5%;
}
#main .btn a img {
  display: inline-block;
}
#main .textbox {
	position: absolute;
	width: 100%;
	bottom:0%;
	left: 0%;
  text-align: center;
  box-sizing: border-box;
  padding: 0 7% 9%;
}
#main .textbox p {
  margin: 0 auto;
}

#main .check {
	text-align: right;
	padding-right: 20px;
	margin:0 0 20px;
	position: absolute;
	bottom: 5px;
	right: 10px;
}
#main .contents-inner {
	background: url(../images/index3_08.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 50px;
}
#main .point {
	width:750px;
	margin: auto;
	margin-bottom: 30px;
}
#main .text {
	width: 750px;
	font-size: 18px;
	margin: auto;
	box-sizing: border-box;
	padding: 40px;
}
#main .contents-inner2 {
	width: 100%;
	background: url(../images/index_2202_02.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #f4f2e9;
	background-size: 100% auto;
	padding:80px 0px 40px; 
	z-index: -10;
}
#main .contents-inner2 p {
	box-sizing: border-box;
	padding: 20px;
	text-align: center;
}
#main .reasontitel {
	width: 750px;
	margin: auto;
	margin-bottom: 30px;
}
#main .reason {
	width: 750px;
	margin: auto;
	margin-bottom: 40px;
	z-index: 1000;
	background: #FFF;
}
#main .reason1 {
	background: #FFF;
	z-index: 8888;
}

#main .icon {
	text-align: center;
	margin: 30px auto;
	color: #FFF;
	font-size: 26px;
	line-height: 40px;
	background: #d2b561;
	border-radius: 20px;
	display: table;
	padding: 0 40px;
	position: relative;
}
#main .icon::before{
	display: block;
	content: "";
	position: absolute;
	left: 48%;
	bottom: -10px;
	margin: auto;
	border-right: 10px solid transparent;
	border-top: 10px solid #d2b561;
	border-left: 10px solid transparent;
}

#main .unnderreason {
	background: url(../images/index2_05.png);
	background-repeat: no-repeat;
	background-position: center;
	box-sizing: border-box;
	padding:0 20px 0 85px;
}

#main .unnderreason-img {
	max-width: 750px;
	margin: auto;
}
#main .unnderreason img {
	width: 100%;
}
#main .contents-inner4 {
	width: 100%;
	background: url(../images/index_07.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 30px 0px;
	margin-bottom: 60px;
}
#main .contents-inner5 {
	width: 100%;
	position: relative;
  max-width: 1040px;
  margin: 0 auto;
}
#main .contents-inner5:before {
	display: block;
	content:"";
	position: absolute;
	left: 15%;
	top: -120px;
	background: url(../images/index_22.png);
	width: 180px;
	height: 180px;
}
#main .fullimg {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto!important;
  display: block;
}
#main .contents-inner6 {
	width: 100%;
	background: url(../images/index_022.png);
	background-repeat: no-repeat;
	background-size: 1040px auto;
	background-position: top center;
	padding-top:100px;
	margin: auto;
}
#main .relbox {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
}
#main .relbox .relbox-text {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 2;
}
#main .relbox .relbox-text img {
  display: inline-block;
}
#main .logo {
	display: table;
	margin: auto;
}
#main .contents4box {
	width: 750px;
	margin: auto;
}
#main .product {
	margin: 30px;
}
#main .titelimg {
	display: block;
	width: 480px;
	margin: auto;
}
#main .img {
	width: 750px;
	margin: auto;
}
#main .img h3 {
	font-size: 28px;
	text-align: center;
}
#main .contents-inner6 h3 {
	line-height: 1.5;
}
#main .footbox {
	box-sizing: border-box;
	width: 750px;
	margin: auto;
	margin-top: 30px;
}
#main .footbox img{
	box-sizing: border-box;
	width: 350px;
	float: right;
}
#main .contents-inner6 h5 {
	font-size: 15px;
	font-weight: lighter;
	color: #FFF;
	background: #62a0c4;
	display: table;
	margin: 0;
	line-height: 30px;
	padding: 0 40px 0 20px;
	position: relative;
	margin: 40px 0 20px;
}
#main .contents-inner6 h5::before {
	content: "";
	position:absolute;
	top:0;
	right:0;
	width:0;
	height:0;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
	border-width: 15px 15px 15px 0;
}
#main .contents-inner6 h4 {
	font-size: 26px;
	display: inline;
	line-height: 1.5;
	margin: 0;
	padding: 0 0 3px;
	background: linear-gradient(transparent 60%, #f9f2aa 60%);
}
#main .foottextbox {
	float: left;
	width: 400px;
	box-sizing: border-box;
	padding: 0 20px 20px 0;
}
#main .foottitel {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: normal;
}
#main .foottext {
	line-height: 2;
	margin: 0;
}
#main footer {
	margin-top: 100px;
	padding: 20px 0px;
	background: #000;
}
#main footer h5 {
	color: #FFF;
	text-align: center;
	margin: 0;
	font-weight: lighter;
}
#main footer ul li a {
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	margin: 0 10px;
	padding: 0 10px;
}
#main footer ul li a:hover {
	opacity: 0.6;
}
#main footer ul li+li {
	border-left: 1px solid #FFF;
}
#main footer ul li {
	display: inline;
}
#main footer ul {
	display: table;
	margin: auto;
	padding: 0;
}
/*--------------------------------------------------
 ここからsp
--------------------------------------------------*/
@media screen and (max-width:736px){/**/
.hidden {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
	#main {
		width: 100%;
	}
	#main img {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	#main header {
	max-width:100%;
	margin: auto;
}
#main header h1 {
	margin: 0;
	display: table;
	float: left;
}
#main header p {
	display: table;
	float: right;
	font-size: 16px;
	margin: 0;
	line-height: 35px;
	font-weight: bold;
	padding: 0 3%;
}
#main header img {
	float: right;
	width: 100px;
}
#main .contents1 {
	padding-top: 0px;
}
#main .offer img {
	width: 100%;
	position:relative;
	left:0;
}
#main .check {
	text-align: right;
	padding: 0px;
	margin:0;
	position: absolute;
	bottom: 25px;
	right: 10px;
	line-height: 1.4;
	font-size: 10px;
}
#main .contents-inner {
	width: 100%;
	background: url(../images/index3_08.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-top: 0;
	box-sizing: border-box;
	padding: 0 10px;
}
#main .point {
	width:100%;
	margin: auto;
	margin-bottom: 20px;
}
	#main .pointtitel {
		width: 100%
	}
#main .text {
	width: 100%;
	font-size: 18px;
	margin: auto;
	box-sizing: border-box;
	padding: 0px 10px 20px;;
}
#main .contents-inner2 {
	width: 100%;
	background: url(../images/index_2202_02.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #f4f2e9;
	background-size: 100% auto; 
	z-index: -10;
	box-sizing: border-box;
	padding: 10px;
}
#main .contents-inner2 p {
	box-sizing: border-box;
	padding: 20px 20px 0px;
	text-align: center;
}
#main .reasontitel {
	width: 100%;
	margin: auto;
	margin-bottom: 25px;
}
#main .reason {
	width: 100%;
	margin: auto;
	margin-bottom: 30px;
	z-index: 1;
}
#main .reason:before {
	display: block;
	content: "";
	position: absolute;
	top: -5px;
	left: 0px;
	width: 100%;
	height:10%;
	z-index:-1;
  background-image: linear-gradient(
    -45deg,
    #fff 25%,
    #52a6d7 25%, #52a6d7 50%,
    #fff 50%, #fff 75%,
    #52a6d7 75%, #52a6d7
  );
  background-size: 5px 5px;
}
#main .reason::after {
	display: block;
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0px;
	width: 100%;
	height:10%;
	z-index:-1;
  background-image: linear-gradient(
    -45deg,
    #fff 25%,
    #52a6d7 25%, #52a6d7 50%,
    #fff 50%, #fff 75%,
    #52a6d7 75%, #52a6d7
  );
  background-size: 5px 5px;
}
#main .icon {
	text-align: center;
	margin: 20px auto;
	color: #FFF;
	font-size: 13px;
	line-height: 40px;
	background: #d2b561;
	border-radius: 20px;
	display: table;
	padding: 0 20px;
	position: relative;
}

	#main .unnderreason {
	width: 100%;
	background: url(../images/index2_05.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	box-sizing: border-box;
}
#main .unnderreason-img {
	max-width: 100%;
	width: 100%;
	margin: auto;
	box-sizing: border-box;
	padding: 0 20% 0 0;
}
#main .unnderreason img {
	width: 100%;
	}

#main .contents-inner4 {
	width: 100%;
	background: url(../images/index_07.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	box-sizing: border-box;
	padding: 20px 10px;
	margin-bottom: 10px;
}
#main .contents-inner5 {
	width: 100%;
	position: relative;
}
#main .contents-inner5:before {
	display: block;
	content:"";
	position: absolute;
	left: 10%;
	top: -30px;
	background: url(../images/index_22.png);
	background-size: cover;
	width: 60px;
	height: 60px;
}
#main .fullimg {
	width: 100%;
}
#main .contents-inner6 {
	width: 100%;
	background: url(../images/index_022.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	box-sizing: border-box;
	padding: 30px 10px 0px;
}
#main .contents4box {
	width: 100%;
	margin: auto;
}
#main .product {
	margin: 20px 0 0;
}
#main .titelimg {
	display: block;
	width: 80%;
	margin: auto;
}
#main .img {
	width: 100%;
	margin: auto;
	box-sizing: border-box;
	padding: 10px;
}
#main .img h3 {
	font-size: 18px;
	text-align: center;
}
#main .footbox {
	box-sizing: border-box;
	width: 100%;
	margin: auto;
	margin-top: 20px;
}
#main .footbox img{
	box-sizing: border-box;
	width: 100%;
	float: none;
}
	#main .contents-inner6 h5 {
	font-size: 12px;
	font-weight: lighter;
	color: #FFF;
	background: #62a0c4;
	display: table;
	margin: 0;
	line-height: 20px;
	padding: 0 40px 0 20px;
	position: relative;
	margin: 40px 0 20px;
}
#main .contents-inner6 h5::before {
	content: "";
	position:absolute;
	top:0;
	right:0;
	width:0;
	height:0;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
	border-width: 10px 10px 10px 0;
}
#main .contents-inner6 h4 {
	font-size: 18px;
	display: inline;
	margin: 0;
	padding: 0;
	background: linear-gradient(transparent 60%, #f9f2aa 60%);
}
#main .foottextbox {
	float: none;
	width: 100%;
	box-sizing: border-box;
	padding-left: 0px;
	padding: 0px 10px;
	
}
#main .foottitel {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: normal;
}
#main .foottext {
	line-height: 2;
	padding: 30px 0;
}
#main footer {
	margin-top: 50px;
	padding: 10px 0px;
	background: #000;
}
#main footer h5 {
	color: #FFF;
	text-align: center;
	margin: 0;
	font-weight: lighter;
}
#main footer ul li a {
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	margin: 0 10px;
	padding: 0 10px;
}
#main footer ul li a:hover {
	opacity: 0.6;
}
#main footer ul li+li {
	border-left: none;
	
}
#main footer ul li {
	display: block;
	border-bottom: 1px dotted #f4f4f4;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#main footer ul {
	display: block;
	margin: auto;
	padding: 0;
}
}


/*--------------------------------------------------
youtube
--------------------------------------------------*/
#youtube-movie {
  margin: 0 auto;
  width: 100%;
  max-width: 640px; /* 最大の横幅 */
}
@media screen and (max-width:736px){
#youtube-movie-content {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
 
#youtube-movie-content iframe {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}
}