@charset "utf-8";

a:link {color:#FFF;}
a:visited {color:#FFF;}
a:hover {color:#FFF;}
a:active {color:#FFF;}

body {
    /*font-family: "游ゴシック", "YuGothic","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;*/
	
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

#mv {
    width:100%;
    height:100VH;
    background-color: #3c4655;
}
#mv .inner {
    height:100VH;
    position: relative;
}
#mv .inner .title {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin:auto;
}
.inner {
    margin: 0 auto;
}

#about,
#thanks {
    width:100%;
    background-color: #fff;
}

#works {
    width:100%;
    background-color: #dcdcd7;
}
#works .inner .textbox h2{
    text-align: right;
}
#works .inner .textbox__suite {
    clear: both;
    width:100%;
}
#works .inner .textbox__suite .ex {
    text-align: right;
}
#works .inner .textbox__policy {
    clear: both;
    border-top:2px solid #fff;
    width:100%;
}
#works .inner .textbox__policy h4 {
    font-weight:bold;
}

#profile {
    width:100%;
    background-color: #fff;
}
#profile .inner .textbox th{
    text-align: left;
}
	
#contact {
    width:100%;
    background-color: #dcdcd7;
}
#contact .inner .textbox {
    text-align: right;
}
#contact .inner .textbox a{
	color:#000;
}
#contact .inner .textbox__suite {
    clear: both;
    width:100%;
}
	
    .side_entry{
        position: fixed;
        right: 50px;
        bottom: 0px;
        z-index: 9999;
		width:180px;
		/*padding-top:calc(100VH - 362px);
		padding-bottom:50px;
        background:url("../image/side.gif") right center repeat-Y;*/
    }
    .side_entry li{
		height:78px;
		line-height:78px;
		font-size:26px;
		text-align: center;
        background:url("../image/side_base.png") left -45px bottom no-repeat;
		font-family: "Roboto", sans-serif;
		text-align: left;
  		padding-left: 0.5em;
    }
    .side_entry li:first-child{
		height:calc(100VH - 362px);
        background:url("../image/side.gif") right center repeat-Y;
    }
    .side_entry li:last-child{
		height:50px;
        background:url("../image/side.gif") right center repeat-Y;
    }
    .side_entry a{
		width:100%;
		height:78px;
		display: block;
        color:#a99e7d;
		text-decoration: none;
    }
	
	
    form#mailformpro dl,
    form#mailformpro .mfp_buttons {
    	margin: 0 auto;
    }
    form#mailformpro dl dt {
        float: left;
        clear: both;
        text-align: left!important;
        border-top:0!important;
        margin: 0px;
    }
    form#mailformpro dl dd {
        border-top:0!important;
        margin: 0px;
        line-height: 1.5em;
        text-align: left;
    }
	
	
	#mfp_phase_stat {
		display: none;
	}
	.mfp input,
	.mfp_buttons button{
        box-sizing:border-box;
		padding:0 10px;
		border: 0;
	}
	form#mailformpro dl dd textarea{
        box-sizing:border-box;
		padding:10px;
		width: 100%;
		border: 0;
	}
	.mfp_buttons {
        text-align: right!important;
	}
	.mfp_buttons button {
		background-color: #6e5d21;
		color:#fff;
		border: 0; 
		margin-top: 30px;
	}
	.mfp_buttons button:hover {
		background-color: #82723b;
	}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: transparent;
}
input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
	color: transparent;
}
input:focus::placeholder,
textarea:focus::placeholder {
	color: transparent;
}


/*footer*/
footer {
    width:100%;
    background-color:#3c4655;
    color:#fff;
}
footer img{
    width:100%;
    height:auto;
}
footer .footer-rogo{
    float:left;
    height:auto;
}
footer .address{
    text-align:left;
}
footer .address h2{
    font-weight: bold;
}
footer .address h2{
    line-height:1.5;
}
footer .address a{
    color:#fff;
}
footer .copy{
    text-align:right;
    margin:0px auto 0px;
}
/*footer*/

.head-border {
    display: flex;
    align-items: center;
}

.head-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}

.head-border:before {
    margin-right: 1rem;
}

.head-border:after {
    margin-left: 1rem;
}

#mainHeader,
#pagetop {
  position: fixed;
  transition: opacity 0.3s ease;
  opacity: 1;
}
#mainHeader.hidden {
  opacity: 0;
}
#pagetop.hidden {
  display:none;
}
.futura-pt{
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-style: normal;
}

#modal__policy summary,
#modal__quality summary{
	text-align: center;
	color:#6e5d21;
	font-size:24px;
	margin-bottom: 10px;
}
#modal__quality h4{
	margin-top: 20px;
	font-weight: bold;
}

@media screen and (min-width: 970px) {
#PC------------------------{}
	
	header {
		position: fixed;
		top:0;
		left:0;
		width:100%;
		height:70px;
        background-color: rgba(60,70,85,0.9);
		z-index:99;
	}
	header .header__left img.rogo{
		margin:17px 0 17px 42px;
	}
	header .header__left a:hover img{
		opacity: 0.85;
	}
	header .header__left{
		float:left;
		width:180px;
	}
	header .header__left img{
		width:100%;
	}
	header .header__right{
		float:right;
		/*width:1160px;*/
	}
	header .header__right ul li{
		float:left;
		font-size:24px;
		line-height:70px;
		margin-right:90px;
	}
	header .header__right ul li:last-child{
		margin-right:42px;
	}
	header .header__right ul li a{
		text-decoration: none;
	}
	header .header__right a:hover{
		opacity: 0.85;
	}
	
	.inner {
		width:1200px;
	}
	
    .side_entry a:hover{
  		transform: translateX(-10px);
		/*animation-name:fadeLRAnime;
        animation-duration:0.8s;
        animation-fill-mode:forwards;*/
    }
	#mv {
        background:url("../image/mv.jpg") center center no-repeat;
		background-size: cover;
	}
	#mv .inner .title {
		width:989px;
		height:auto;
	}

	#about {
		min-height:100VH;
	}
	#about .inner {
		height:100VH;
		position: relative;
        background:url("../image/title01.png") left center no-repeat;
	}
	#about .inner .textbox {
		position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        padding-left: 530px;
		width:calc(100% - 530px);
        margin:auto;
		height:350px;
	}
	#about .inner .title {
		width:618px;
	}
	#about .inner .textbox h1,
	#about .inner .textbox h2{
		font-size:26px;
		margin-bottom:60px;
	}
	#about .inner .textbox h1 + p,
	#about .inner .textbox h2 + p{
		font-size:21px;
		text-align:justify;
		line-height: 1.5;
	}
	
	/*movie*/
	#movie {
		color:#fff;
		min-height:100VH;
        background:url("../image/bg_movie.jpg?v=1") right center no-repeat;
        background:url("../image/bg_movie.jpg?v=1") right center no-repeat;
		background-color: #3c3c3c;
	}
	#movie .inner {
		height:100VH;
		position: relative;
	}
	#movie .textbox {
		position: absolute;
        top: 0;
        bottom: 0;
        padding-top: 150px;
		left:calc(50% - 600px);
		width:600px;
        margin:auto;
		height:350px;
        background:url("../image/title02m.png") left top no-repeat;
		font-size:20px;
	}
	#movie .textbox ul {
		border-top:1px solid #fff;
		padding-top: 15px;
		margin-top: 25px;
	}
	#movie .textbox ul li {
		line-height:40px;
		margin-bottom: 0px;
        padding-left: 24px;
        background:url("../image/reader_w.png") left center no-repeat;
	}
	/*movie*/
	
	/*web*/
	#web {
		color:#000;
		min-height:100VH;
        background:url("../image/bg_web.jpg") center center no-repeat;
		background-color: #ededed;
	}
	#web .inner {
		height:100VH;
		position: relative;
	}
	#web .textbox {
		position: absolute;
        top: 0;
        bottom: 0;
        padding-top: 150px;
		right:calc(50% - 600px);
		width:600px;
        margin:auto;
		height:350px;
        background:url("../image/title02w.png?v=1") right top no-repeat;
		font-size:20px;
	}
	#web .textbox ul {
		border-top:1px solid #000;
		padding-top: 15px;
		margin-top: 25px;
	}
	#web .textbox ul li {
		line-height:40px;
		margin-bottom: 0px;
        padding-left: 24px;
        background:url("../image/reader_bk.png") left center no-repeat;
	}
	/*web*/
	
	/*#works*/
	#works {
		min-height:100VH;
	}
	#works .inner {
		padding-top:180px;
	}
	#works .inner .textbox {
        background:url("../image/title02.png?v=1") left center no-repeat;
        padding-left: 530px;
		width:calc(100% - 530px);
		height:103px;
	}
	#works .inner .textbox h2{
		font-size:30px;
		padding-top:60px;
	}
	#works .inner .textbox__suite {
		margin-top: 80px;
	}
	#works .inner .textbox__suite h3 {
		font-size:36px;
		margin-bottom: 20px;
		color:#6e5d21;
		font-weight: bold;
	}
	#works .inner .textbox__policy h3 {
		margin-bottom: 20px;
	}
	#works .inner .textbox__suite ul li {
		float:left;
		/*width:360px;*/
		width:25%;
		margin:0 60px 40px 0;
		margin:0;
		line-height:60px;
		font-size:18px;
		text-align: center;
	}
	#works .inner .textbox__suite ul li:nth-child(3n) {
		margin-right:0;
	}
	#works .inner .textbox__policy {
		margin-top: 68px;
		padding: 68px 0 100px;
		font-size:20px;
	}
	#works .inner .textbox__policy h4 {
		margin-top: 25px;
	}
	/*#works*/
	
	/*#profile*/
	#profile {
		min-height:100VH;
	}
	#profile .inner {
		position: relative;
		height:100VH;
        /*background:url("../image/title03.png?v=1") left top 380px no-repeat;*/
	}
	#profile .inner .textbox {
		position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        padding-left: 580px;
		/*width:calc(100% - 580px);*/
		width:50%;
        margin:auto;
		/*margin-bottom: 0;*/
		height:680px;
	}
	#profile .inner .textbox th,
	#profile .inner .textbox td{
		height:70px;
		font-size:20px;
	}
	#profile .inner .textbox th{
		width:140px;
	}
	#profile .inner .imgbox {
        background:url("../image/title03.png?v=1") left top no-repeat;
		position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
		width:450px;
		height:450px;
		padding-top:180px;
        margin:auto;
	}
	#profile .inner .imgbox p{
		text-align: right;
	}
	#profile .inner .imgbox p a{
		color:#000;
		padding-left:15px;
        background:url("../image/reader_map.png") left top 12px no-repeat;
	}
    #map {
		/*position:absolute;*/
		width: 100%;
		height: 388px;
		/*margin-top:40px;*/
		/*bottom:0px;
		left:0px;
		right:0px;
		margin:auto;*/
    }
	#profile2 .inner {
		padding-bottom:115px;
	}
	
	.quality__btn {
		width:600px;
		height:50px;
		margin-top: 30px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        background-color: #fff;border: 2px solid #6e5d21;
		text-align: center;
	}
	.quality__btn a:hover{
        animation-name:fadeUpAnime02;
        animation-duration:0.4s;
        animation-fill-mode:forwards;
	}
	
    @keyframes fadeUpAnime02{
      from {
        opacity: 1;
      }

      to {
        opacity: 0.5;
      }
    }
	.quality__btn img{
		width:200px;
	}
	/*#profile*/
	
	/*#contact*/
    form#mailformpro dl,
    form#mailformpro .mfp_buttons {
		width: 1080px;
    }
    form#mailformpro dl dt {
        width: 240px!important;
        font-size: 20px!important;
        padding: 10px 0px;
    }
    form#mailformpro dl dd {
        padding: 10px 5px 20px 240px!important;
        font-size: 12px;
    }
    form#mailformpro dl dd textarea{
        width: 840px!important;
		height: auto !important;
    }
	
	.mfp input {
        width:840px!important;
		height:52px!important;
	}
	.mfp_buttons button {
        width: 840px!important;
		height:100px!important;
        font-size: 26px!important;
	}
	button#mfp_button_send {
        width: 100%!important;
		height:60px!important;
	}
	button#mfp_button_cancel {
        width: 100%!important;
		height:30px!important;
		font-size:16px!important;
	}
	
	#contact .inner {
		padding-top:180px;
		padding-bottom:180px;
	}
	#contact .inner .textbox {
        background:url("../image/title04.png") left center no-repeat;
        padding-left: 530px;
		width:calc(100% - 530px);
		height:103px;
	}
	#contact .inner .textbox h2{
		font-size:26px;
		padding-top:25px;
		line-height: 1em;
	}
	#contact .inner .textbox p{
		font-size:18px;
		padding-top:10px;
	}
	#contact .inner .textbox__suite {
		margin-top: 80px;
	}
	#contact .inner .textbox__suite h3 {
		margin-bottom: 20px;
	}
	/*#contact*/
	
	/*#thanks*/
	#thanks {
		min-height:100VH;
	}
	#thanks .inner {
		height:100VH;
		position: relative;
        background:url("../image/title05.png") left center no-repeat;
	}
	#thanks .inner .textbox {
		position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        padding-left: 530px;
		width:calc(100% - 530px);
        margin:auto;
		height:400px;
	}
	#thanks .inner .textbox h2{
		font-size:26px;
		margin-bottom:60px;
	}
	#thanks .inner .textbox p{
		font-size:20px;
		text-align:justify;
		margin-bottom:20px;
	}
	
    #thanks .btn {
        width:100%;
        height:60px;
        margin:30px auto 0;
    }
    #thanks .btn a{
        display:block;
        width:100%;
        height:60px;
        background-color: #a99e7d;
        text-align:center;
        color:#FFF;
        font-size:20px;
        line-height:60px;
        text-decoration: none;
    }
    #thanks .btn a:hover{
        background-color: #b8af92;
    }
	/*#thanks*/
	
	/*footer*/
	footer {
		padding-top:165px;
	}
	footer .footer-rogo{
		width:514px;
		padding:0 146px 0 60px;
	}
	footer .address{
		font-size:16px;
		line-height:22px;
		margin:25px auto 25px;
	}
	footer .address h2{
		font-size:20px;
		margin-bottom:25px;
	}
    footer .address a{
        pointer-events: none;
        text-decoration: none;
    }
	footer .copy{
		font-size:14px;
		padding-top:165px;
	}
	/*footer*/
	#pagetop {
		position: fixed;
		bottom:30px;
		right:30px;
		width:80px;
		height:80px;
		z-index: 99;
	}
	#pagetop img{
		width:100%;
	}
	
	.sp {
		display:none!important;
	}
}

@media screen and (min-width: 970px) and (max-width: 1199px){
#TABLET------------------------{}
	.inner {
    	width: 92%;
		padding:0 4%;
  	}
	#profile .inner {
    	padding-bottom: 1VW;
  	}
	form#mailformpro dl dd {
  		width: calc(92% - 240px);
	}
	.mfp input,
	 form#mailformpro dl dd textarea,
	 .mfp_buttons button{
    	width: 100% !important;
  	}
	#works .inner .textbox__suite ul li {
        width: 30%;
        margin:0 5% 40px 0;
    }
	#works .inner .textbox__suite ul li img {
        width: 100%;
		height:auto;
    }
	#profile .inner {
    	/*background:url("../image/title03.png?v=1") left 4% top 380px no-repeat;*/
  	}
}
@media screen and (min-width: 680px) and (max-width: 969px){
#TABLET------------------------{}
	.side_entry li {
    	padding-left: 25%!important;
  	}
	#works .inner .textbox__suite ul li img {
        width: 100%;
		height:auto;
    }
}
@media screen and (min-width: 680px) and (max-width: 1270px){
#TABLET------------------------{}
	header .header__right ul li{
		font-size:23px;
		margin-right:2em;
	}
}

@media screen and (max-width: 969px) {
#SMP------------------------{}
	body {
		font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
		-webkit-text-size-adjust: 100%;
	}
	
	header {
		position: fixed;
		top:0;
		left:0;
		width:100%;
        background-color: rgba(60,70,85,0.8);
		z-index:99;
	}
	header .header__left{
		float:left;
		width:30%;
		padding:5VW 0 3VW 5%;
	}
	header .header__left img.rogo{
		width:100%;
	}
	header .header__left a:hover img{
		opacity: 0.85;
	}
    .toggle_btn {
        top: 4VW;
        right: 5%;
        width: 30px;
        height: 30px;
    }
	
	#mv {
        background:url("../image/mv_sp.jpg") center center no-repeat;
		background-size: cover;
	}
    .side_entry{
        /*right: 2%;*/
		right: -13%;
		width: 50%;
    }
    .side_entry li{
        box-sizing:border-box;/*ボーダー内側*/
		height: 58px;
  		line-height: 58px;
		width: 70%;
		font-size: 22px;
		background: url("../image/side_base.png") right bottom no-repeat;
		padding-left: 1.0em;
    }
    .side_entry li:first-child{
		height:calc(100VH - 242px);
        background:url("../image/side.gif") right center repeat-Y;
    }
    .side_entry li:last-child{
		height:10px;
        background:url("../image/side.gif") right center repeat-Y;
    }
	
    .inner {
		width:84%;
		margin:0 auto;
    }
    #mv .inner .title {
		width:90%;
        transform: translateY(-30px);/*上に移動*/
    }
    #mv .inner .title img {
		width:100%;
		height:auto;
    }
	
	#about {
		/*height:100VH;*/
	}
	#about .inner {
        background:url("../image/title01.png") left top 15VW no-repeat;
		padding:35VW 0 25VW;
		background-size: 60%;
	}
	#about .inner .textbox {
        padding-left: 0px;
		width:100%;
        margin:auto;
	}
	#about .inner .textbox h1,
	#about .inner .textbox h2{
		font-size:20px;
		margin-bottom:40px;
	}
	#about .inner .textbox h1 + p,
	#about .inner .textbox h2 + p{
		font-size:16px;
		text-align:justify;
	}
	
	/*movie*/
	#movie {
		color:#fff;
		min-height:75VH;
        background:url("../image/bg_movie_sp.jpg?v=1") center bottom no-repeat;
		background-size: 100%;
		background-color: #212f38;
	}
	#movie .inner {
		width:90%;
		padding:15VW 0 5VW;
	}
	#movie .textbox {
        margin:auto;
		height:350px;
        background:url("../image/title02m.png") left top no-repeat;
		font-size:16px;
		padding-top: 20VW;
    	background-size: 60%;
	}
	#movie .textbox ul {
		border-top:1px solid #fff;
		padding-top: 15px;
		margin-top: 25px;
	}
	#movie .textbox ul li {
		line-height:40px;
		margin-bottom: 0px;
        padding-left: 24px;
        background:url("../image/reader_w.png") left center no-repeat;
	}
	/*movie*/
	
	/*web*/
	#web {
		color:#000;
		min-height:75VH;
        background:url("../image/bg_web_sp.jpg?v=1") right bottom no-repeat;
		background-size: 80%;
		background-color: #ededed;
	}
	#web .inner {
		width:90%;
		padding:15VW 0 15VW;
	}
	#web .textbox {
        background:url("../image/title02w.png?v=1") left top no-repeat;
		font-size:16px;
		padding-top: 20VW;
    	background-size: 35%;
	}
	#web .textbox ul {
		border-top:1px solid #000;
		padding-top: 15px;
		margin-top: 25px;
		margin-bottom: 25px;
	}
	#web .textbox ul li {
		line-height:40px;
		margin-bottom: 0px;
        padding-left: 24px;
        background:url("../image/reader_bk.png") left center no-repeat;
	}
	/*web*/
	
	/*#works*/
	#works {
		/*min-height:100VH;*/
	}
	#works .inner {
		padding:12VW 0 25VW;
	}
	#works .inner .textbox {
        background:url("../image/title02.png?v=1") left top 15VW no-repeat;
		padding-top:23VW;
		background-size: 60%;
		width:100%;
	}
	#works .inner .textbox h2{
		font-size:20px;
		padding-top:40px;
		text-align: left;
	}
	#works .inner .textbox__suite {
		margin-top: 10VW;
	}
	#works .inner .textbox__suite h3 {
		font-size:24px;
		margin-bottom: 20px;
		color:#6e5d21;
		font-weight: bold;
	}
	#works .inner .textbox__policy h3 {
		margin-bottom: 20px;
	}
	#works .inner .textbox__suite ul li {
		/*float:left;
		width:48%;*/
		margin:0 4% 0 0;
		line-height:38px;
		font-size:16px;
	}
	#works .inner .textbox__suite ul li:nth-child(2n) {
		margin-right:0;
	}
	
	#works .inner .textbox__policy {
		margin-top: 68px;
		padding: 68px 0;
		font-size:14px;
	}
	#works .inner .textbox__policy h4 {
		margin-top: 10px;
	}
	/*#works*/
	
	/*#profile*/
	#profile .inner {
        background:url("../image/title03.png?v=1") left top 15VW no-repeat;
		padding-top:35VW;
		padding-bottom:20VW;
		background-size: 60%;
	}
	#profile .inner .textbox {
		width:100%;
        margin:auto;
		margin-bottom: 0;
	}
	#profile .inner .textbox th,
	#profile .inner .textbox td{
		height:55px;
		font-size:16px;
	}
	#profile .inner .textbox th{
		width:6.5em;
	}
	#profile2 .inner {
		padding-bottom:40px;
	}
	
	#profile .inner .imgbox {
        margin:auto;
		margin-top: 10VW;
	}
	#profile .inner .textbox img,
	#profile .inner .imgbox img{
		width:100%;
	}
	#profile .inner .imgbox p{
		text-align: right;
	}
	#profile .inner .imgbox p a{
		color:#000;
		padding-left:15px;
        background:url("../image/reader_map.png") left center no-repeat;
	}
	.quality__btn {
		width:100%;
		height:13VW;
		margin-top: 30px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        background-color: #fff;border: 2px solid #6e5d21;
		text-align: center;
	}
	.quality__btn img{
		width:60%!important;
	}
    #map {
		width: 100%;
		height: 388px;
    }
	/*#profile*/
	
	/*#contact*/
    form#mailformpro dl,
    form#mailformpro .mfp_buttons {
		width: 100%;
    }
    form#mailformpro dl dt {
        width: 100%!important;
        font-size: 18px!important;
        padding: 10px 0px;
    }
    /*form#mailformpro dl dd {
        padding: 10px 5px 20px 240px!important;
        font-size: 12px;
    }
    form#mailformpro dl dd textarea{
        width: 820px!important;
    }*/
	
	.mfp input {
        width:100%;
		height:52px;
	}
	.mfp textarea {
        width:100%;
	}
	
	.mfp_buttons button {
        width: 100%!important;
		height:60px!important;
        font-size: 20px!important;
	}
	
	#contact .inner {
		padding-bottom:35VW;
	}
	#contact .inner .textbox {
        background:url("../image/title04.png") left top 15VW no-repeat;
		padding-top:26VW;
		background-size: 60%;
	}
	#contact .inner .textbox h2{
		text-align: left;
		font-size:20px;
		padding-top:25px;
		line-height: 1em;
	}
	#contact .inner .textbox p{
		text-align: left;
		font-size:16px;
		padding-top:10px;
	}
	#contact .inner .textbox__suite {
		margin-top: 10px;
	}
	#contact .inner .textbox__suite h3 {
		margin-bottom: 20px;
	}
    #contact .mfp input {
        width: 100%!important;
        height: 52px!important;
        font-size: 16px;
    }
    #contact .mfp textarea {
        width:100%!important;
        height:150px!important;
        font-size: 16px;
    }
	/*#contact*/
	
	
	
	/*#thanks*/
	#thanks {
		height:100VH;
	}
	#thanks .inner {
        background:url("../image/title05.png") left top 15VW no-repeat;
		padding-top:35VW;
		background-size: 60%;
	}
	#thanks .inner .textbox {
        padding-left: 0px;
		width:100%;
        margin:auto;
	}
	#thanks .inner .textbox h2{
		font-size:20px;
		margin-bottom:40px;
	}
	#thanks .inner .textbox p{
		font-size:16px;
		text-align:justify;
		margin-bottom:20px;
	}
	
    #thanks .btn {
        width:100%;
        height:60px;
        margin:30px auto 0;
    }
    #thanks .btn a{
        display:block;
        width:100%;
        height:60px;
        background-color: #a99e7d;
        text-align:center;
        color:#FFF;
        font-size:20px;
        line-height:60px;
        text-decoration: none;
    }
	/*#thanks*/

	/*footer*/
	footer {
		padding-top:100px;
	}
	footer .footer-rogo{
		display: block;
		width:60%;
		float:none;
	}
	footer .address{
		font-size:16px;
		line-height:22px;
		margin:20px auto 25px;
	}
	footer .address h2{
		font-size:16px;
		margin-top:12px;
		margin-bottom:12px;
	}
	footer .copy{
		font-size:14px;
		padding-top:100px;
	}
	/*footer*/

	#pagetop {
		position: fixed;
		bottom:20px;
		right:20px;
		width:60px;
		height:60px;
		z-index: 99;
	}
	#pagetop img{
		width:100%;
	}
    .lity-container {
      	max-width: 92%;
    }
    #modal__quality h4,
    #modal__quality p{
        font-size:14px;
    }
	.pc {
		display:none;
	}
}

@media screen and (max-width: 321px) {
#SMP------------------------{}
}



.red {
	color:#df281d;
}

/*スクロールイベントここから*/

.delay01 {
  animation-delay: 0.0s;
}
.delay02 {
  animation-delay: 0.3s;
}
.delay03 {
  animation-delay: 0.6s;
}
.delay04 {
  /*transition-delay: .9s!important;
  -webkit-transition-delay: .9s!important;*/
  animation-delay: 0.9s;
}
.delay05 {
  animation-delay: 1.0s;
}


/*  同位置フェードイン */
.fadeUp0{
animation-name:fadeUpAnime0;
animation-duration:2.4s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime0{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 上方向フェードイン */
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.8s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(50px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 右方向フェードイン */
.fadeLR{
animation-name:fadeLRAnime;
animation-duration:1.2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLRAnime{
  from {
    opacity: 0;
  transform: translateX(-50px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* 左方向フェードイン */
.fadeRL{
animation-name:fadeRLAnime;
animation-duration:1.2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRLAnime{
  from {
    opacity: 0;
  transform: translateX(50px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

.fadeUpTrigger{
    opacity: 0;
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
}

