@charset "utf-8";

html {
}

body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #313131;
	word-wrap: break-word;
}
#container {
    width: 100%;
	margin: 0 auto;
}
.wrapper {
	max-width: 1000px;
    width: 95%!important;
	margin: 0px auto;
	box-sizing: border-box;
}
.sp {
	display: none;
}

@media (max-width: 736px) {
	#container {
		width: 100%;
	}
	.wrapper {
		width: 100%;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	img,iframe {
		max-width: 100%;
		height: auto;
	}
}
/*
　a
****************************************/
a {
	color: #0071ca;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	color: #0071ca;
	text-decoration: none;
}
a img {
	border: 0;
}
/*
　nav
****************************************/
#g-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 360px;
    margin-right: -300px;
    z-index: 1;
}

.nav-inner {
    position: relative;
}

.btn-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    padding: 0;
}

.btn-menu img {
    width: 60px;
}

.nav {
    width: 300px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;

}

.nav li {
    padding: 0 ;
    border-bottom : 1px solid #0991FF;
    text-align: center;
    list-style-type: none;
    background: #fff;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.nav li a {
    display: block;
    width: 100%;
    padding: 25px 0;
    color: #0991FF;
    text-decoration: none;
}
@media (max-width: 736px) {
    #g-nav {
        position: fixed;
        top: 0;
        right: 0;
        width: 360px;
        margin-right: -300px;
        z-index: 1;
    }
    #g-nav .nav-inner {
        position: relative;
    }
    
    #g-nav .btn-menu {
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        padding: 0;
    }
    
    #g-nav .btn-menu img {
        width: 60px;
    }
    
    #g-nav .nav {
        width: 300px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
    
    }
    
    #g-nav .nav li {
        padding: 0 ;
        border-bottom : 1px solid #0991FF;
        text-align: center;
        list-style-type: none;
        background: #fff;
        font-size: 12px;
    }
    
    #g-nav .nav li a {
        display: block;
        width: 100%;
        padding: 15px 0;
        color: #0991FF;
        text-decoration: none;
    }
}
/*header
****************************************/
#header {
    width: 100%;
	margin: 0 auto;
    padding: 15px 10px;
    background: #ffffff;
    box-sizing:border-box;
}
#header .logo {
    float: left;
    max-width: 225px;
    width: 17%;
    margin-right: 10%;
    padding-top: 1%;
}
#header .tel {
    float: left;
    max-width: 343px;
    width: 35%;
    margin-right: 2%;
    padding-top: 0.5%;
}
#header .btn {
    float: right;
    max-width: 308px;
    width: 30%;
}
@media (max-width: 736px) {
	#header {
	width: 100%;
    padding: 10px 3.2%;
    box-sizing: border-box;
	}
    #header .logo {
        margin-right: 8%;
    }
    #header .tel {
      margin-right: 0;
    }
    #header .btn {
    }
    #header img {
      width: 100%;
      height: auto;
    }
}

/*
　contents
****************************************/
#contents{
	width: 100%;
	margin: 0 auto;
}
#mainC {
	width: 100%;
	margin: 0 auto;
	background: #f39783;
    padding-bottom: 34px;
}
.silent #mainC {
	background: #FAF4E8;
}
.silent .baige_box {
    width: 100%;
    margin: 0 auto;
	background: #FFF7F0;
}
@media (max-width: 736px) {
	#contents{
	}
	#mainC {
        padding:0 3.2% 80px;
        box-sizing: border-box;
	}
}
/**************************************
　::共通
***************************************/
#catch_wrapper .wrapper .wrap .pc {
    width: 1000px;
}
h2 {text-align: center;}
.cvr_ttl {text-align: center;}
.exchange .pc img {
    width: 1000px;
}
.cvr_ttl img {
    width: 1000px;
}
.cvr_wrap {
  width:1000px;
  height:269px;
  background: url(/ykk/images/cvr_bg.png) no-repeat;
  position: relative;
}
.cvr_wrap .cvrbtn {
  position: absolute;
  right:15px;
  bottom:29px;
}
.door .cvr_wrap {
  width:1000px;
  height:269px;
  margin:0 auto;
  background: url(/ykk/images/cvr_bg_door.png) no-repeat center top;
  position: relative;
}
.door .cvr_wrap.long {
  width:1000px;
}
.door .cvr_wrap .cvrbtn {
  position: absolute;
  right:50px;
  bottom:29px;
}
.door .cvr_wrap.long .cvrbtn {
  right:100px;
}
@media (max-width: 736px) {
  .cvr_ttl {
    margin:0 -1.5%;
  }
  .cvr_ttl img {
    width:102.6%;
  }
  .cvr_wrap {
    width:102.6%;
    height:100%;
    background: none;
    margin:0 -1.5%;
  }
  .cvr_wrap .cvrbtn {
    display: none;
  }
  .door .cvr_wrap {
    width:102.6%;
    height:100%;
    background: none;
    margin:0 -1.5%;
    text-align: center;
  }
  .door .cvr_wrap.long {
    width:102.6%;
    height:100%;
    background: none;
    margin:0 -1.5%;
  }
  .door .cvr_wrap .cvrbtn {
    display: none;
  }
  .door .cvr_wrap.long .cvrbtn {
    display: none;
  }
}
/***************************************
　::コンテンツ
****************************************/
#catch_wrapper {
    width: 95%;
    padding: 0 2.5%;
    margin: 0 auto;
    background: url(/ykk/images/catch_wrapper_bg.jpg) no-repeat center bottom #ea5504;
}
#catch_wrapper .wrapper {
    background: #fefadd;
}
#catch_wrapper .wrapper .wrap {
    text-align: center;
}
#mainC .wrapper {
    padding-bottom: 174px;
    background: url(/ykk/images/wrapper_bg.jpg) no-repeat left bottom #ffffff;
}

/*防音*/
.silent #catch_wrapper {
    background: url(/ykk/images/silent_bg_catch.png) repeat-x 0 0;
}
.silent #catch_wrapper .wrapper {
    background: #FEFFF1;
}
.silent .yellow_box {
    width: 100%;
    margin: 0 auto;
    background: #FFF11F;
}
.silent .yellow_box .inner950 {
    position: relative;
    max-width: 950px;
    width: 95%;
    padding-top: 25%;
}
.silent .yellow_box .pic_left {
    position: absolute;
    top: 7.8%;
    max-width: 310px;
    width: 29.68421%;
}
.silent .copy {
    padding-top: 0;
}
@media (min-width: 1120px) {
    .silent .yellow_box .pic_left {
        top: 44px;
    }
}
.silent .yellow_box .btn {
    position: absolute;
    max-width: 600px;
    height: 0;
    padding-top: 18.5%;
    width: 63.1579%;
    background: url(/ykk/images/copy_btn01_off.png?0523) no-repeat 0 0;
    top: 25%;
    right: 0;
    background-size: contain;
}
.silent .yellow_box .btn:hover {
    position: absolute;
    max-width: 600px;
    height: 0;
    padding-top: 18.5%;
    width: 63.1579%;
    background: url(/ykk/images/copy_btn01_on.png?0523) no-repeat 0 0;
    top: 25%;
    right: 0;
    background-size: contain;
}
@media (max-width: 736px) {
    #catch_wrapper {
        width: 100%;
        padding:0 3.2%;
        box-sizing: border-box;
    }
    #catch_wrapper .wrapper {
    }
    #catch_wrapper .wrapper .wrap {
    }
    #mainC .wrapper {
        padding-bottom: 10px;
        background:#ffffff;
    }
    .silent #catch_wrapper .wrapper {
        background: #FEFFF1;
    }
    .silent .copy {
        padding-top: 0;
    }
}

/*原因*/
.cause {}
.cause h2 {
  margin-bottom: 3px;
}
.cause .catch {
  text-align: center;
  margin-bottom: 25px;
}
.cause .img_wrap {
  text-align: center;
  margin-bottom: 24px;
}
.door .cause .img_wrap {
  margin-bottom: 54px;
}

@media (max-width: 736px) {
  .cause h2 {
    margin:0 -1.5% -1px;
  }
  .cause .catch {
    margin:0 -1.5% 5px;
  }
  .cause .img_wrap {
    margin:0 -1.5% 40px;
  }
  .door .cause .img_wrap {
    margin-bottom: 10px;
  }
}

/*交換*/
.exchange {}
.exchange h2 {
  margin-bottom: 20px;
}
.exchange .img_cvr {
  position: relative;
  text-align: center;
  margin-bottom: 45px;
}
.exchange .img_cvr .btn {
  position: absolute;
  right:20px;
  bottom:29px;
  z-index: 2;
}

@media (max-width: 736px) {
  .exchange {}
  .exchange h2 {
    margin:0 -1.5%;
  }
  .exchange .img_cvr {
    margin:0 -1.5% 6px;
  }
}

/*タイプ*/
.type {
  text-align: center;
}
.type .catch {}
.type .catch_img {}
.type .catch_text {
  margin-bottom: 40px;
}
.type .case_img {
  margin-bottom: 40px;
}
.type .case_img:last-child {
  margin-bottom: 50px;
}

@media (max-width: 736px) {
  .type {
  }
  .type h2 {
    margin-bottom: -1px;
  }
  .type .catch {}
  .type .catch_img {}
  .type .catch_text {
    margin-bottom: 0;
  }
  .type .case_img {
    margin-bottom: 0;
  }
  .type .case_img:last-child {
    margin-bottom: 46px;
  }
}

/*事例*/
.case {
  margin-top: 45px;
}
.case h2 {
  margin-bottom: 29px;
}
.case .case_wrap {
  text-align: center;
  padding-bottom: 43px;
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 38px;
}
.case .case_wrap.last {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 33px;
}
.case .evolution_wrap {
  text-align: center;
}

.door .easy_wrap {
  text-align: center;
  margin-bottom: 40px;
}
.door .melit_wrap {
  text-align: center;
}

@media (max-width: 736px) {
  .case {
    margin-top: 25px;
  }
  .case h2 {
    margin-bottom: 9px;
  }
  .case .case_wrap {
    padding-bottom: 40px;
    margin-bottom: 28px;
  }
  .case .case_wrap.last {
    margin-bottom: 16px;
  }
  .case .evolution_wrap {
  }
}

/*商品*/
.item {
  margin-top: 26px;
}
.item .wrap {
  width:1000px;
  margin:0 auto 33px;
  border:5px solid #eaeae4;
  border-width:0 5px 5px;
  padding:30px 55px 39px;
  box-sizing: border-box;
  position: relative;
}
.door .item .wrap {
  margin-bottom: 0;
}
.item .wrap:before {
  content:'';
  width:173px;
  height:257px;
  background: url(/ykk/images/item_man.png) no-repeat;
  position: absolute;
  left:0;
  top:10px;
  z-index: 2;
}
.door .item .wrap:before {
  content:'';
  width:173px;
  height:257px;
  background: url(/ykk/images/item_man.png) no-repeat;
  position: absolute;
  left:0;
  top:-38px;
  z-index: 2;
}
.item .wrap .item_list {
  margin-bottom: 30px;
}
.item .wrap .item_list li {
  width:420px;
  float:left;
}
.item .wrap .item_list li:first-child {
  margin-right: 40px;
}
.door .item .wrap .item_list {
  margin-bottom: 50px;
}
.door .item .wrap .item_list li {
  width:280px;
  float:left;
  margin-right: 20px;
}
.door .item .wrap .item_list li:last-child {
  margin-right: 0;
}
.door .item_select {
  text-align: center;
}
.item .wrap .price {
  text-align: center;
  margin-bottom: 20px;
}
.item .wrap .coin {
  text-align: center;
  margin-bottom: 30px;
}
.item .wrap .size {
  text-align: center;
}

.door .price_wrap {
  text-align: center;
  margin-bottom: 30px;
}
.door .price_wrap.first {
  margin-top: 25px;
}
.door .price_wrap.last {
  margin-bottom: 25px;
}
.door .simulation_btn {
  text-align: center;
  margin-bottom: 9px;
}
.door .simulation_txt {
  text-align: center;
}
@media (max-width: 736px) {
  .item {
    margin-top: 16px;
  }
  .item .wrap {
    width:100%;
    margin:0 auto 55px;
    border:0;
    border-width:0;
    padding:10px 0 0;
  }
  .item .wrap:before {
    height:222px;
    background: url(/ykk/images/item_man_sp.png) no-repeat;
    background-size: 70%;
    top:-75px;
    z-index: 9;
  }
  .item .wrap .item_list {
    width:100%;
  }
  .item .wrap .item_list li {
    width:49%;
    float:left;
  }
  .item .wrap .item_list li:first-child {
    margin-right: 2%;
  }
  .item .wrap .price {
    margin-bottom: 10px;
  }
  .item .wrap .coin {
  }
  .item .wrap .size {
  }
  .door .item .wrap:before {
    width:118px;
    height:150px;
    background: url(/ykk/images/item_man_sp_door.png) no-repeat;
    background-size: 70%;
    top:-47px;
    z-index: 9;
  }
  .door .item .wrap .item_list {
    margin-bottom: 30px;
  }
  .door .item .wrap .item_list li {
    width:32%;
    float:left;
    margin-right: 2%;
  }
  .door .item .wrap .item_list li:last-child {
  }
  .door .item_select {
    margin-bottom: 10px;
  }
  .door .simulation_txt {
    margin-bottom: 10px;
  }
}

/*断熱商品*/
.btn_item {
    padding: 25px 50px 45px 50px;
    background-color: #FFF6ED;
}

.btn_item_img01 {
    float: left;
    max-width: 380px;
    width: 47%;
    margin-right: 6%;
}

.btn_item_img02 {
    float: right;
    max-width: 380px;
    width: 47%;
}

@media (max-width: 736px) {
.btn_item {
    padding: 0 5%;
    background-color: #FFF6ED;
}

.btn_item_img01 {
    float: none;
    width: 100%;
    margin-top: 25px;
}

.btn_item_img02 {
    float: none;
    width: 100%;
    margin: 25px 0;
}
}

/*防音商品*/
.silent_item_area {
    width:100%;
}

.silent_btn_img01 {
    float: left;
    max-width: 500px;
    width: 50%;
}

.silent_btn_img02 {
    float: right;
    max-width: 500px;
    width: 50%;
}


/*リフォーム流れ*/
.flow {}
.flow .wrap {
  width:1000px;
  margin:0 auto 40px;
  border:5px solid #eaeae4;
  border-width:0 5px 5px;
  padding:45px 55px 48px;
  box-sizing: border-box;
}
.door .flow {
  margin-top: 35px;
}
.door .flow .wrap {
  margin-bottom: 0;
}
@media (max-width: 736px) {
  .flow .wrap {
    width:100%;
    margin:0 auto 12px;
    border:0;
    border-width:0px;
    padding:13px 0 0;
  }
  .door .flow .wrap {
    margin-bottom: 12px;
  }
}

/*チャンス*/
.chance {
  margin-top: 25px;
  margin-bottom: 30px;
  text-align: center;
}
.chance .chance_img {
  margin-bottom: 29px;
}
.chance .chance_img2 {
}
.door .chance {
  margin-top: 30px;
}
@media (max-width: 736px) {
  .chance {
    margin-top: 5px;
    margin-bottom: 30px;
  }
  .chance .chance_img {
    margin-bottom: 20px;
  }
  .chance .chance_img2 {
  }
}

/*ご注意*/
.alert {
  max-width: 870px;
  margin:0 auto;
  padding-top: 38px;
}
.alert h2 {
  font-size:24px;
  font-weight: bold;
  color:#313131;
  text-align: left;
  margin-bottom: 20px;
}
.alert .text {
  margin-bottom: 45px;
}

@media (max-width: 736px) {
  .alert {
    width:100%;
    padding-top: 28px;
  }
  .alert h2 {
  }
  .alert .text {
    margin-bottom: 15px;
    font-size:13px;
  }
}

/*キャペーンコード*/
.operator_wrap {
  width:350px;
  position: fixed;
  right:7px;
  bottom:0;
  box-sizing: border-box;
  border:3px solid #41c4d1;
  border-width:3px 3px 0 3px;
  border-radius: 10px 10px 0 0;
  background: url(/ykk/images/code_bg.png) no-repeat right bottom #ffffff;
  padding:17px 15px 10px 17px;
}
.operator_wrap .tel {
    max-width: 264px;
  margin-bottom: 13px;
}
.operator_wrap .code {
  font-size:26px;
  color:#e60012;
  line-height: 1.0;
  font-weight: bold;
  letter-spacing: -2px;
}

@media (max-width: 736px) {
  .operator_wrap {
    width:100%;
    right:0;
    background: #ffffff;
    padding:5px 15px 0 7px;
    position: fixed;
    z-index: 10;
  }
  .operator_wrap:after {
    content:'';
    width:40%;
    height:190%;
    background: url(/ykk/images/operator_sp.png) no-repeat right bottom;
    background-size: 100%;
    position: absolute;
    right:0;
    bottom:0;
    z-index: 2;
  }
  .operator_wrap .tel {
    width: 40%;
    padding-right: 2%;
    float: left;
    margin-bottom: 0;
    margin-top: 1.5%;
  }
  .operator_wrap .code {
    float: left;
    font-size: 5vw;
    margin-top: 1%;
  }
}