@charset 'UTF-8';
/*
	toppage style
*/
/* common */
/* sp setting */
@media only screen and (max-width: 767px) {
 /* kv */
 .kv .inner {
  width: 96%;
  margin: 0 auto;
 }
 .kv .centerBox img {
  width: 100%;
  height: auto;
 }
 /* catchcopu */
 .catchcopy {
  margin: 40px 0 0;
  padding: 50px 0;
  text-align: center;
  background: #fbefe8 url('../img/top/bg_catchcopy.png') left -50% center / 70% repeat-x;
 }
 .catchcopy .inner {
  width: 86%;
  margin: 0 auto;
 }
 /* supportBox */
 .supportBox {
  background: url('../img/top/bg_support@sp.png') center top / 100% no-repeat;
 }
 .supportBox .inner {
  position: relative;
  padding: 45% 0 0;
  text-align: center;
 }
 .supportBox .spbg {
  padding: 40px 0 50px;
  background: #f8f8f8 url('../img/common/bg_line_01.png') center bottom 20px / 50% repeat-x;
 }
 .supportBox h2 {
  display: block;
  width: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30px;
 }
 .supportBox .img {
  width: 86%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
 }
 .supportBox .text {
  display: block;
  width: 86%;
  margin-right: auto;
  margin-left: auto;
 }
 .supportBox .btn {
  padding-top: 25px;
 }
 .supportBox .btn a {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  width: 80%;
  padding: 8px 0;
  letter-spacing: .15em;
  color: #fff;
  background: #e25a12;
 }
 .supportBox .btn a:hover {
  opacity: .8;
 }
 .supportBox .btn a:before {
  position: absolute;
  top: 43%;
  left: 5%;
  display: block;
  width: 35px;
  height: 10px;
  content: '';
  background: url('../img/common/icon_btn_l@sp.png') left top / 100% no-repeat;
 }
 /* celebrationBox */
 .celebrationBox {
  background: url('../img/top/bg_celebration_top@sp.png') center top / 100% no-repeat;
 }
 .celebrationBox .inner {
  position: relative;
  padding: 47% 0 0;
  text-align: center;
 }
 .celebrationBox .spbg {
  padding: 30px 0 50px;
  background: #f8f8f8 url('../img/common/bg_line_02.png') center bottom 20px / 40% repeat-x;
 }
 .celebrationBox h2 {
  display: block;
  width: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30px;
 }
 .celebrationBox .img {
  width: 86%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
 }
 .celebrationBox .text1, .celebrationBox .text2 {
  width: 86%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 0 40px;
  border-bottom: 1px solid #c09b0f;
 }
 .celebrationBox .text2 {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 0;
  border: none;
 }
 .celebrationBox .icon {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
 }
 .celebrationBox .btn a {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  width: 80%;
  padding: 8px 0;
  letter-spacing: .15em;
  color: #fff;
  background: #e25a12;
 }
 .celebrationBox .btn a:hover {
  opacity: .8;
 }
 .celebrationBox .btn a:before {
  position: absolute;
  top: 20%;
  left: -52px;
  content: url('../img/common/icon_btn_l.png');
 }
 /* repairWorkBox */
 .repairWorkBox {
  background: url('../img/top/bg_celebration_bottom@sp.png') center top / 100% no-repeat;
 }
 .repairWorkBox .inner {
  position: relative;
  padding: 47% 0 0;
  text-align: center;
 }
 .repairWorkBox .spbg {
  padding: 30px 0 50px;
  background: #f8f8f8 url('../img/top/bg_repair_work.png') left 20% bottom 5% / 80% no-repeat;
 }
 .repairWorkBox h2 {
  display: block;
  width: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30px;
 }
 .repairWorkBox .box01 {
  width: 86%;
  margin-right: auto;
  margin-left: auto;
 }
 .repairWorkBox .box02 {
  width: 86%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
 }
 .repairWorkBox .bg {
  display: none;
 }
 .repairWorkBox .subtitle {
  width: 50%;
  padding: 5px 0 20px;
 }
 .repairWorkBox .btn {
  position: relative;
 }
 .repairWorkBox .btn a, .repairWorkBox.disable .btn a {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  width: 80%;
  padding: 8px 0;
  letter-spacing: .15em;
  color: #fff;
  background: #e25a12;
 }
 .repairWorkBox .btn a:hover {
  opacity: .8;
 }
 .repairWorkBox .btn a:before {
  position: absolute;
  top: 43%;
  left: 5%;
  display: block;
  width: 35px;
  height: 10px;
  content: '';
  background: url('../img/common/icon_btn_l@sp.png') left top / 100% no-repeat;
 }
 .repairWorkBox .btn.popup a:after {
  content: url('../img/common/icon_popup.png');
 }
}
/* tb setting */
@media screen and (min-width: 768px) and (max-width: 1024px) {
 /* catchcopy */
 .catchcopy {
  padding: 70px 0;
  text-align: center;
  background: #fbefe8 url('../img/top/bg_catchcopy.png') center center repeat-x;
 }
 .catchcopy .inner {
  width: 64%;
  margin: 0 auto;
 }
 /* supportBox */
 .supportBox {
  background: url('../img/top/bg_support@sp.png') center top / 100% no-repeat;
 }
 .supportBox .inner {
  position: relative;
  padding: 45% 0 0;
  text-align: center;
 }
 .supportBox .spbg {
  padding: 40px 0 50px;
  background: #f8f8f8 url('../img/common/bg_line_01.png') center bottom 20px / 50% repeat-x;
 }
 .supportBox h2 {
  display: block;
  width: 90px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30px;
 }
 .supportBox .img {
  width: 86%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
 }
 .supportBox .text {
  display: block;
  width: 64%;
  margin-right: auto;
  margin-left: auto;
 }
 .supportBox .btn {
  padding-top: 25px;
 }
 .supportBox .btn a {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  width: 80%;
  padding: 16px 0;
  letter-spacing: .15em;
  color: #fff;
  background: #e25a12;
 }
 .supportBox .btn a:hover {
  opacity: .8;
 }
 .supportBox .btn a:before {
  position: absolute;
  top: 43%;
  left: 5%;
  display: block;
  width: 35px;
  height: 10px;
  content: '';
  background: url('../img/common/icon_btn_l@sp.png') left top / 100% no-repeat;
 }
 /* celebrationBox */
 .celebrationBox {
  background: url('../img/top/bg_celebration_top@sp.png') center top / 100% no-repeat;
 }
 .celebrationBox .inner {
  position: relative;
  padding: 47% 0 0;
  text-align: center;
 }
 .celebrationBox .spbg {
  padding: 30px 0 50px;
  background: #f8f8f8 url('../img/common/bg_line_02.png') center bottom 20px / 40% repeat-x;
 }
 .celebrationBox h2 {
  display: block;
  width: 90px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30px;
 }
 .celebrationBox .img {
  width: 86%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
 }
 .celebrationBox .text1, .celebrationBox .text2 {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 0 25px;
  border-bottom: 1px solid #c09b0f;
 }
 .celebrationBox .text2 {
  width: 40%;
  padding-top: 25px;
  padding-bottom: 0;
  border: none;
 }
 .celebrationBox .icon {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
 }
 .celebrationBox .btn a {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  width: 80%;
  padding: 16px 0;
  letter-spacing: .15em;
  color: #fff;
  background: #e25a12;
 }
 .celebrationBox .btn a:hover {
  opacity: .8;
 }
 .celebrationBox .btn a:before {
  position: absolute;
  top: 20%;
  left: -52px;
  content: url('../img/common/icon_btn_l.png');
 }
 /* repairWorkBox */
 .repairWorkBox {
  background: url('../img/top/bg_celebration_bottom@sp.png') center top / 100% no-repeat;
 }
 .repairWorkBox .inner {
  position: relative;
  padding: 47% 0 0;
  text-align: center;
 }
 .repairWorkBox .spbg {
  padding: 30px 0 50px;
  background: #f8f8f8 url('../img/top/bg_repair_work.png') left 20% bottom 5% / 80% no-repeat;
 }
 .repairWorkBox h2 {
  display: block;
  width: 90px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30px;
 }
 .repairWorkBox .box01 {
  width: 86%;
  margin-right: auto;
  margin-left: auto;
 }
 .repairWorkBox .box02 {
  width: 86%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
 }
 .repairWorkBox .bg {
  display: none;
 }
 .repairWorkBox .subtitle {
  width: 30%;
  padding: 10px 0 30px;
 }
 .repairWorkBox .btn {
  position: relative;
 }
 .repairWorkBox .btn a, .repairWorkBox.disable .btn a {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  width: 80%;
  padding: 16px 0;
  letter-spacing: .15em;
  color: #fff;
  background: #e25a12;
 }
 .repairWorkBox .btn a:hover {
  opacity: .8;
 }
 .repairWorkBox .btn a:before {
  position: absolute;
  top: 43%;
  left: 5%;
  display: block;
  width: 35px;
  height: 10px;
  content: '';
  background: url('../img/common/icon_btn_l@sp.png') left top / 100% no-repeat;
 }
 .repairWorkBox .btn.popup a:after {
  content: url('../img/common/icon_popup.png');
 }
}
/* @media screen and (orientation: landscape) {
	.catchcopy .inner {
		width: 54%;
	}

	.supportBox .text {
		width: 50%;
	}

	.celebrationBox .text1 {
		width: 54%
	}

	.celebrationBox .icon {
		width: 40%
	}

	.celebrationBox .text2 {
		width: 40%
	}

	.repairWorkBox .subtitle {
		width: 20%
	}
} */
/* pc setting */
@media screen and (min-width: 1025px) {
 /* logo */
 .logo {
  position: absolute;
  top: 40px;
  left: 3.2%;
 }
 /* kv */
 .kv {
  margin: 0 0 110px;
 }
 .kv .inner {
  width: 100%;
 }
 .kv .centerBox {
  width: 80%;
  margin: 0 auto;
 }
 .kv .centerBox img {
  width: 100%;
  height: auto;
 }
 /* catchcopy */
 .catchcopy {
  padding: 140px 0;
  text-align: center;
  background: #fbefe8 url('../img/top/bg_catchcopy.png') center center repeat-x;
 }
 /* supportBox */
 .supportBox {
  background: url('../img/common/bg_line_01.png'), url('../img/top/bg_support.png');
  background-repeat: repeat-x, no-repeat;
  background-position: center bottom 170px, right top;
 }
 .supportBox .inner {
  position: relative;
  height: 900px;
 }
 .supportBox h2 {
  position: absolute;
  top: 110px;
  right: 100px;
 }
 .supportBox .img {
  position: absolute;
  z-index: 110;
  top: 150px;
  left: 0;
 }
 .supportBox .text {
  position: absolute;
  z-index: 100;
  top: 260px;
  left: 552px;
 }
 .supportBox .btn {
  position: absolute;
  top: 800px;
  left: 52px;
 }
 .supportBox .btn a {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 20px 80px;
  letter-spacing: .15em;
  color: #fff;
  background: #e25a12;
 }
 .supportBox .btn a:hover {
  opacity: .8;
 }
 .supportBox .btn a:before {
  position: absolute;
  top: 20%;
  left: -52px;
  content: url('../img/common/icon_btn_l.png');
 }
 /* celebrationBox */
 .celebrationBox {
  background: url('../img/common/bg_line_02.png'), url('../img/top/bg_celebration_top.png'), url('../img/top/bg_celebration_bottom.png');
  background-repeat: repeat-x, no-repeat, no-repeat;
  background-position: center bottom 650px, left top, right bottom;
 }
 .celebrationBox .inner {
  position: relative;
  height: 1900px;
 }
 .celebrationBox h2 {
  position: absolute;
  z-index: 210;
  top: 380px;
  left: 540px;
 }
 .celebrationBox .img {
  position: absolute;
  z-index: 200;
  top: 580px;
  left: 600px;
 }
 .celebrationBox .text {
  position: absolute;
  z-index: 230;
  top: 730px;
  left: 0;
 }
 .celebrationBox .icon {
  position: absolute;
  z-index: 220;
  top: 400px;
  right: 0;
 }
 .celebrationBox .btn {
  position: absolute;
  top: 1120px;
  left: 52px;
 }
 .celebrationBox .btn a {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 20px 80px;
  letter-spacing: .15em;
  color: #fff;
  background: #e25a12;
 }
 .celebrationBox .btn a:hover {
  opacity: .8;
 }
 .celebrationBox .btn a:before {
  position: absolute;
  top: 20%;
  left: -52px;
  content: url('../img/common/icon_btn_l.png');
 }
 /* repairWorkBox */
 .repairWorkBox {
  margin-top: -340px;
 }
 .repairWorkBox .bg {
  position: relative;
  z-index: 100;
  margin-top: -500px;
  background: #f4f5fa;
 }
 .repairWorkBox .bg .inner {
  height: 500px;
  background: url('../img/top/bg_repair_work.png') 0 50px no-repeat;
 }
 .repairWorkBox .inner {
  position: relative;
  z-index: 110;
  height: 840px;
 }
 .repairWorkBox .box01 {
  position: absolute;
  top: 100px;
  left: 280px;
 }
 .repairWorkBox .box02 {
  position: absolute;
  top: 100px;
  right: 0;
 }
 .repairWorkBox .subtitle {
  padding: 20px 0;
 }
 .repairWorkBox .btn {
  position: relative;
  text-align: right;
 }
 .repairWorkBox .btn a, .repairWorkBox .btn a {
  font-size: 15px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  width: 190px;
  padding: 14px 0 14px 10px;
  text-align: center;
  letter-spacing: .1em;
  color: #fff;
  background: #e25a12;
 }
 .repairWorkBox .btn a:hover {
  opacity: .8;
 }
 .repairWorkBox .btn a:before {
  position: absolute;
  top: 20%;
  left: -31px;
  content: url('../img/common/icon_btn_s.png');
 }
 .repairWorkBox .btn.popup a:after {
  content: url('../img/common/icon_popup.png');
 }
}
/* pc & tb setting */
@media screen and (min-width: 768px) and (max-width: 1240px) {
 /* logo */
 .logo {
  position: absolute;
  top: 40px;
  left: 2.4%;
 }
}