﻿.bg_color1 {background-color: #d29f39;}
.bg_color2 {background-color: #635b56;}
.bg_color3 {background-color: #be5622;}
.bg_color4 {background-color: #635b56;}
.bg_color5 {background-color: #EFECE5;background-image: url(Dup/img/back.jpg);}
.txt_color1 {color: #d29f39;}
.txt_color2 {color: #d66b35;}
.txt_color3 {color: #d66b35;}
.border_color1 {border-color: #d29f39;}
.border_color2 {border-color: #ded8cc;}
.border_color3 { border-color: #d66b35;}
.border_color4 {border-color: #ded8cc;}
.hvr_bg_color1:hover {
    background-color: #EFECE5;
    color: #605353;
}
.hvr_bg_color4:hover {
    background-color: #faf7f2;
    color: #605353;
}
/* ----------　all　---------- */
.linkStyle{
	color:#d66b35;
}
.linkStyle:hover{
	color:#d66b35;
	opacity: 0.7;
	transition: all 0.5s;
}
body,.back_img{
    background-color: #f8f8f3;
    background-image: url(Dup/img/back2.jpg);
    background-size: 50%;
}
body, .txt_color_nomal {
    color: #605353;
}
h1, h2, h3, h4, h5, h6,.pc_nav li a span:first-child,#con2 div p:first-child,.l-menu ul.width_40per li{
    font-family: 'Kaisei HarunoUmi', serif;
}
.con1_squ span,#con3 .title .en span,#con3 .box .icon{
    display: none;
}
.header-in {
    background-color: rgba(252, 248 ,243 ,0.95);
    box-shadow: none;
}
.menu_btn {
    border: none;
    box-shadow: none;
    background-color: transparent;
}
.footer {
    text-align: center;
}
.footer_contact .f_contact_box h4{
    line-height: 1;
}
.f_sitemap_inner{
    display: none;
}
.f_contact_btn{
    display: none;
}
.footer p.width_1280-max.width_90per.txt_white{
    display: inline-block;
    text-align: left;
    width: auto!important;
}
.pagetop{
        z-index: 1;
}
.banner_fix {
    position: fixed;
    bottom: 20px;
    right: 85px;
    z-index: 2;
    width: 80%;
    max-width: 350px;
    z-index: 3;
}
.banner_fix img{
	transition: opacity 0.5s;	
}
.banner_fix img:hover{
    opacity: 0.6;
}
#sp_nav{
        background-image: url(Dup/img/back.jpg);
}
/* ----- ローディング ----- */
#wrap{
	opacity:0.0;
}
.loading{
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:99999;
}
.loading::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  width: 0;
  height: 1px;
}
.loading {
  -webkit-animation: loadingline 2.6s forwards;
          animation: loadingline 2.6s forwards;
}
.loading::before {
  -webkit-animation: loadingopen 2.6s forwards;
          animation: loadingopen 2.6s forwards;
}
@keyframes loadingline {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
@keyframes loadingopen {
  0% {
    width: 0;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  90% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
/* ----------　アニメーション　---------- */
.txt_anim4 {
	overflow: hidden;
}
.txt_anim4 span.d_inline_b {
	overflow: hidden;
	height: 1em;
	line-height: 1;
}
.txt_anim4 span:not(.d_inline_b) {
	display: inline-block;
	line-height: 1;
	transition: 0.5s;
	transition-property: transform;
	transition-timing-function: cubic-bezier(0,.64,.29,.99);
	transform-origin: top;
	transform: translateY(1em) rotate(10deg);
}
.txt_anim4 span.start {
	transform: none;
}
.loop_anime{
    opacity: 0;
    position: relative;
    height: 136px;
    top: calc(50% - 50px);
    transform: translateY(-50%);
    z-index: 1;
    transition: 1.5s;
}
.loop_anime::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 136px;
	background-image: url("../dup/img/loop_anime.png");
	background-size: auto 100%;
	background-position-y: 0;
	background-position-x: 0;
	background-repeat: repeat-x;
	animation: loop 30s linear infinite;
	z-index: 1;
}
@keyframes loop {
	0% {background-position-x: 0;}
	100% {background-position-x: -1000px;}
}
/*フェードインcss*/
.fadein_up{
    opacity : 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
	transition:transform 1.5s ease,opacity 1.5s ease; 
}
.fadein_up.scrollin{
    opacity : 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
/* ----------　TOP　---------- */
#main_img{
    height: 100vh;
    position: relative;
    overflow: hidden;
}
#main_img #video{
    width: 80%!important;
    margin: auto;
    max-width:1100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-45%);
    z-index: 2;
    transition: 1.5s;
    opacity: 0;
}
#main_img #video video{
    padding: 11%;
}
#main_img #video .main_img{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.main_dec1{
    position: absolute;
    width: 15%;
    bottom: 5%;
    left: -2%;
}
.main_dec2{
    position: absolute;
    width: 25%;
    right: -10%;
    top: -1%;
}
#con1{
    padding: 150px 0 180px;
}
#con1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(99, 91, 86 ,0.55);
    top: 0;
    left: 0;
}
.line1{
    position: absolute;
    top: 0;
}
.line2{
    position: absolute;
    bottom: 0;
}
#con1 .con1_inner{
    color: #fff;
    position: relative;
    
}
#con1 .con1_inner h2{
    max-width: 600px;
    margin: auto;
    margin-bottom: 50px;
}
#con1 .con1_inner p{
    text-shadow: 1px 3px 10px #635b56;
}
#con1 .con1_dec{
    position: absolute;
    bottom: -16px;
}
#con1 .anime1{
    position: absolute;
    width: 10%;
    bottom: -35px;
    left: 10%;
}
#con1 .anime2{
    position: absolute;
    right: 0;
    width: 100px;
    bottom: 400px;
}
#con3{
    overflow: hidden;
}
#con3 .box_wrap{
    max-width: 1400px;
}
#con3 .box .img {
    width: 45%;
    margin: 0 2%;
position: relative;   
}

#con3 .box .img:before {
    content: "";
    position: absolute;
    width: 60%;
    background-color: rgb(223 214 184 / 30%);
    height: 150%;
    transform: rotate(295deg) skewY(0deg);
    top: 10%;
    left: 90%;
    z-index: 0;
    border-radius: 206px;
}
#con3 .box:nth-child(2) .img:before {
    transform: rotate(70deg) skewY(0deg);
    right: 90%;
    left: auto;
    top: 13%;
    /* height: 150%; */
    width: 55%;
}
#con3 .box .img img{
         position: relative;   
}
#con3 .box .box_item {
    width: 45%;
    margin: 0 2%;
}
#con3 .box .box_item .no {
    width: 100px;
    margin: auto;
    margin-bottom:15px;
}
#con3 .box .box_item h3{
    font-size: -webkit-calc(1rem + 14px);
    font-size: calc(1rem + 14px);
        color: #738a56;
}
#con3 .box .box_item h4{
    color: #738a56;
}
#con4:before {
    content: "";
    position: absolute;
    background-color: rgba(99, 91, 86 ,0.55);
    width: 100%;
    height: 100%;
    top: 0;
}
#con4 .box_wrap{
    color: #fff;
    text-shadow: 1px 3px 10px #635b56;
    position: relative;
}
#con4 .box_wrap:before,#con4 .box_wrap:after{
    content: "";
    position: absolute;  
    height: 100%;
    width: 10%;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    mix-blend-mode: overlay;
    z-index: 1;
}
#con4 .box_wrap:before {
    background-image: url(Dup/img/con4_dec1.png);
    background-position: top right;
}
#con4 .box_wrap:after {
    background-image: url(Dup/img/con4_dec2.png);
    background-position: top left;
    right: 0;
}
#con4 .line2{
    z-index: 2;
}
.line3{
    position: absolute;
    top: 0;
    z-index: 2;
}
#con4 .box_wrap h2{
    font-size: -webkit-calc(1rem + 20px);
    font-size: calc(1rem + 20px);
}
#con4 .box_wrap p{
    line-height: 3;
}
#con5{
    background-image: url(Dup/img/con5_dec.png);
    background-size: 100% 100%;
        padding: 80px 0 120px;
}
#con5 .box_wrap h2{
    font-size: -webkit-calc(1rem + 20px);
    font-size: calc(1rem + 20px);
}
.point{
    width: 90%;
    margin: auto;
    margin-top: 80px;
    max-width: 1280px;
}
.line2,#con4 .line2, .line3 {
    opacity: 0;
}
/* ----------　下層ページ　---------- */
.pagetitle_img {
    opacity: 0.4;
    mix-blend-mode: normal;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pagetitle h2,.pagetitle p{
    color: #fff;
}
.cate_list li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px;
    transition: 0.5s;
}
.cate_list li a:hover{
    background-color: #d29f39;
    color: #fff;
    border-color: #d29f39;
}
/* ブログ */
.pager li a {
    background-image: none;
    background-color: transparent;
    border: 1px solid #605353;
    color: #605353;
}
.pager li a:hover {
    background-color: #EFECE5;
    color: #605353;
    border: none;
    border: 1px solid #efece5;
}
/* メニュー */
#cms_3-c .cate_box .box_title1{
    color: #d66b35;
}
/* お客様の声＆よくある質問 */
.flow_type3 .cate{counter-reset: box;}
.flow_type3 .cate_box{counter-increment: box;}

.flow_type3 .box_title1{z-index: 0}
.flow_type3 .box_title1::before, .flow_type3 .box_title1::after{
	position: absolute;
	content: "";
	display: block;
	pointer-events: none
}
.flow_type3 .box_title1::before {
	content: "0"counter(box);
	font-size: 86px;
	color: #ebebeb;
	left: 0;
	top: -70px;
	z-index: -1;
}
.flow_type3 .box_title1::after{
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #222
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */

/*-------------------------------------------------------
			            IE
-------------------------------------------------------*/

@media all and (-ms-high-contrast: none){
  .sample{

  }
}

/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
.header{
    padding: 0 10px;
}
#sp_nav .l-menu ul{
    width: 100%!important;
}
#sp_nav .l-menu ul:first-child{
    margin-bottom: 0px;
}


/* ----------　TOP　---------- */
#main_img {
    height: 50vh;
}
#main_img #video {
    transform: translate(-50%,-35%);
}
.loop_anime {
    top: 50%;
}
.loop_anime,.loop_anime::before {
    height: 95px;
}
#con1 .anime1 {
    width: 17%;
}
#con1 .anime2 {
    width: 120px;
    top: 80px;
}
#con1 .con1_dec {
    width: 180%;
    right: 0;
}
#con3 .box_wrap {
    width: 95%!important;
}
#con3 .box_wrap .box:nth-child(1){
    margin-bottom: 50px;
}
#con3 .box_wrap .box:nth-child(2){
    margin-bottom: 80px;
}
#con3 .box .box_item h3 {
    font-size: -webkit-calc(1rem + 7px);
    font-size: calc(1rem + 7px);
}
#con4 .box_wrap {
    padding: 100px 5% 150px;
}
#con4 .box_wrap:before, #con4 .box_wrap:after {
    height: 20%;
    width: 100%;
    left: 0;
}
#con4 .box_wrap:before {
    background-image: url(Dup/img/con4_dec1_tb.png);
    background-position: bottom right;
}
#con4 .box_wrap:after {
    background-image: url(Dup/img/con4_dec2_tb.png);
    bottom: 0;
    top: auto;
}

#con5 {
    background-image: url(Dup/img/con5_dec_tb.png);
    padding: 60px 0 100px;
}
#con5 .box_wrap{
    padding: 0 10%;
}
.point {
    margin-top: 50px;
}
.cmstitle .en {
    font-size: 40px;
}
/* ----------　下層ページ　---------- */
.cate_list li{
    width: 50%!important;
}
#page8 .contact__tel .box p {
    border-left: none;
}
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
.logo1 {
    max-width: 100px;
}
.footer_contact .f_contact_box h4{
    font-size: 30px;
}
footer .logo2 a{
        max-width: 160px;
}
.banner_fix {
    width: 75%;
}
/* ----------　TOP　---------- */
#main_img {
    height: 35vh;
}
#main_img #video {
    transform: translate(-50%,-30%);
}
.loop_anime {
    top: calc(50% - 20px);
}
.loop_anime, .loop_anime::before {
    height: 40px;
}
#con1 {
    padding: 95px 0 150px;
}
#con1 .con1_inner h2 {
    margin-bottom: 20px;
}
#con1 .anime2 {
    width: 100px;
    top:25px;
}
#con1 .anime1 {
    width: 25%;
    left: 5%;
}
#con1 .con1_dec {
    width: 250%;
}
#con3 {
    padding: 80px 0;
}
#con3 .box_wrap {
    width: 90%!important;
}
#con3 .box .box_item {
    width: 100%;
    margin: 0;
}
#con3 .box .img {
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
}
#con3 .box_wrap .box:nth-child(1),#con3 .box_wrap .box:nth-child(3){
    flex-direction: column-reverse;
}
#con4 {
    background-attachment: scroll;    
}
#con4 .box_wrap {
    padding: 50px 5% 100px;
}
#con4 .box_wrap:before, #con4 .box_wrap:after {
    height: 10%;
}
#con4 .box_wrap h2,#con5 .box_wrap h2 {
    font-size: -webkit-calc(1rem + 12px);
    font-size: calc(1rem + 12px);
    line-height: 1.5;
}
#con4 .box_wrap p {
    line-height: 2;
}
#con5 {
    padding: 20px 0 50px;
}
.point {
    margin-top: 30px;
    width: 100%;
}
/* ----------　下層ページ　---------- */
.pagetitle h2 {
    font-size: 25px;
}
.cate_list li {
    width: 100%!important;
}
/* メニュー */
#cms_3-c .cate_box .box_title1 {
    padding-bottom: 0;
}
/* お客様の声＆よくある質問 */
.flow_type3 .box_title1::before{
	left: auto;
	right: 0;
	top: -50px
}
.flow_type3 .box_item {
    padding-top: 36px;
}
}