@charset "UTF-8";
/* preset */
.rela {
  position: relative; }

.abso {
  position: absolute; }

.d-b {
  display: block; }

.d-ib {
  display: inline-block; }

.d-n {
  display: none; }

.d-f {
  display: flex; }

.jc-c {
  justify-content: center; }

.pointer {
  cursor: pointer; }

.hov:hover {
  opacity: 0.6; }

.pos-r {
  position: relative; }

.ta-l {
  text-align: left; }

.c-white {
  color: #fff; }

.bgc-beige {
  background-color: #FEF0D3; }

.f40 {
  font-size: 40px; }

.mlr5 {
  margin: 0px 5px; }

.mt-30 {
  margin-top: -30px; }

.mt-70 {
  margin-top: -70px; }

.mt15 {
  margin-top: 15px; }

.mt60 {
  margin-top: 60px; }

.w100 {
  width: 100%; }

/* 隙間埋め */
.va_b{
  vertical-align: bottom;}

/* 工事案内 */
.kouji {
  padding: 0px 190px 10px; }

/* アンカー */
.anc_btn {
  padding: 40px 0px 60px; }

/* お申込みアンカー */
.anc_moushikomi_btn {
  padding: 50px 190px 50px; }

/* 申し込みエリア */
.moushikomi-bg {
  position: absolute;
  padding: 10px 66px 10px; }

/* 申し込みボタン */
.moushikomi-btn {
  position: relative;
  top: 50%;
  left: 53.5%;
  transform: translate(-50%, -50%);}

/* 節電・節水エリア */
.ss_ecology {
  padding: 20px 53.5px 40px; }

/* CSS Document */
html, body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, "メイリオ", Osaka, Meiryo, "Helvetica Neue", YuGothicM, YuGothic, sans-serif !important;
  font-size: 15px;
  line-height: 1.6;
  color: #222; }

/* 上付文字のサイズ */
sup {
  vertical-align: super;
  font-size: 55%;
  letter-spacing: -1px; }

/*グローバルメニュー*/
#menu {
  display: flex;
  position: relative;
  background: #440101;
  z-index: 100;
  width: 986px;
  margin: 0 auto 10px; }

#menu .menu_list {
  width: 33.33%; }

#menu .menu_list span {
  border: 1px solid #ccc;
  display: block;
  padding: 8px 0 !important;
  text-align: center;
  transition: .3s;
  font-size: 16px;
  color: #fff;
  background: #bb0000;
  background: -moz-linear-gradient(90deg, #bb0000, #fe2525, #bb0000);
  background: -webkit-linear-gradient(90deg, #bb0000, #fe2525, #bb0000);
  background: linear-gradient(90deg, #bb0000, #fe2525, #bb0000);
  text-decoration: none;
  font-family: Meiryo,'Helvetica Neue', YuGothicM, YuGothic, sans-serif;
  font-weight: bold;
  line-height: 1.4; }

#menu .menu_list .sub {
  border: 1px solid #ccc;
  display: block;
  padding: 8px 0 !important;
  text-align: center;
  transition: .3s;
  font-size: 16px;
  color: #fff;
  background: #bb0000;
  background: -moz-linear-gradient(90deg, #440101, #9f2a2a, #440101);
  background: -webkit-linear-gradient(90deg, #440101, #9f2a2a, #440101);
  background: linear-gradient(90deg, #440101, #9f2a2a, #440101);
  text-decoration: none;
  font-family: Meiryo,'Helvetica Neue', YuGothicM, YuGothic, sans-serif;
  font-weight: bold;
  line-height: 1.4; }

#menu .menu_list span:hover {
  color: #bb0000;
  background: #ffc100;
  background: -moz-linear-gradient(90deg, #ffc100, #ffeb85, #ffc100);
  background: -webkit-linear-gradient(90deg, #ffc100, #ffeb85, #ffc100);
  background: linear-gradient(90deg, #ffc100, #ffeb85, #ffc100);
  text-decoration: none;
  cursor: pointer; }

#menu .menu_list a:hover {
  text-decoration: none; }

.menu_contents li span {
  color: #fff;
  font-family: Meiryo,'Helvetica Neue', YuGothicM, YuGothic, sans-serif; }

.menu_contents li span:hover {
  text-decoration: underline;
  cursor: pointer; }

/*メガドロップ*/
/* ①メニューボタンのスタイル */
/*#menu {
  	display: flex;
  	position: relative;
  	background: #cc0000;
	z-index: 100;
	width: 986px;
	margin: 0 auto 10px;
}
#menu .menu_list {
  	width: 33.33%;
}
#menu .menu_list > a {
  	border: 1px solid #ccc;
  	display: block;
 	padding: 8px 0!important;
  	text-align: center;
  	transition: .3s;
    font-size: 16px;
  	color: #fff;
  	background: #bb0000;
	background: -moz-linear-gradient(90deg, #bb0000, #fe2525, #bb0000);
	background: -webkit-linear-gradient(90deg, #bb0000, #fe2525, #bb0000);
	background: linear-gradient(90deg, #bb0000, #fe2525, #bb0000);
	text-decoration: none;
	font-family: Meiryo,'Helvetica Neue', YuGothicM, YuGothic, sans-serif;
	font-weight: bold;
    line-height: 1.4;
}
#menu .menu_list > a.sub {
  	border: 1px solid #ccc;
  	display: block;
 	padding: 8px 0!important;
  	text-align: center;
  	transition: .3s;
    font-size: 16px;
  	color: #fff;
  	background: #bb0000;
	background: -moz-linear-gradient(90deg, #440101, #9f2a2a, #440101);
	background: -webkit-linear-gradient(90deg, #440101, #9f2a2a, #440101);
	background: linear-gradient(90deg, #440101, #9f2a2a, #440101);
	text-decoration: none;
	font-family: Meiryo,'Helvetica Neue', YuGothicM, YuGothic, sans-serif;
	font-weight: bold;
    line-height: 1.4;
}
#menu .menu_list > a:hover {
  	color: #bb0000;
  	background: #ffc100;
	background: -moz-linear-gradient(90deg, #ffc100, #ffeb85, #ffc100);
	background: -webkit-linear-gradient(90deg, #ffc100, #ffeb85, #ffc100);
	background: linear-gradient(90deg, #ffc100, #ffeb85, #ffc100);
	text-decoration: none;
}
 */
/* ②メガメニューのスタイル */
/*
.menu_contents {
  	background-color: #333;
  	display: none;
  	position: absolute;
  	top: 100%;
  	left: 0;
  	width: 100%;
	padding: 10px 20px;
	box-sizing: border-box;
	opacity: 0.9;
	z-index: 100000;
}
.menu_contents li {
  	width: 100%;
}
.menu_contents li a {
  	color: #fff;
	font-family: Meiryo,'Helvetica Neue', YuGothicM, YuGothic, sans-serif;
}
*/
/* menulist 装飾 */
.menu_contents ul li {
  position: relative; }

.menu_contents ul li::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: .625em;
  left: -.785em;
  width: 4px;
  height: 4px;
  border-right: 1px solid #ffc100;
  border-bottom: 1px solid #ffc100;
  transform: rotate(-45deg); }

.fixed {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100%;
  z-index: 100; }

#logo {
  position: relative;
  width: 986px;
  margin: 10px auto 0;
  text-align: left;
  z-index: 0; }

.container {
  width: 986px; }

.box_wrapper {
  background-color: whitesmoke; }

.box_wrapper .column {
  width: 100%;
  margin-bottom: 60px; }

.box_wrapper .column.column_style-2,
.box_wrapper .column.column_style-3 {
  display: flex;
  justify-content: space-around; }

.box_wrapper .column.column_style-2 .box_inner {
  width: calc(calc(100% - 30px)/2);
  margin: 20px 30px 0 0; }

.box_wrapper .column.column_style-3 .box_inner {
  width: calc(calc(100% - 60px)/2);
  margin: 20px 30px 0 0; }

.box_wrapper .column.column_style-2 .box_inner:last-of-type,
.box_wrapper .column.column_style-3 .box_inner:last-of-type {
  margin: 20px 0 0 0; }

.carousel {
  width: 991px;
  height: 230px;
  margin-top: 20px;
  overflow: hidden; }

@media all and (-ms-high-contrast: none) {
  h1 {
    position: initial !important;
    /* IE10以上 */ }

  h1.tac {
    position: initial !important;
    /* IE10以上 */ }

  .abso {
    top: -4px;
    /* IE10以上 */ } }
.hov:hover {
  opacity: 0.6; }

/*lp top ページ*/
#head_area {
  height: 127px; }

.hd_area {
  background: url(/shopping/img/senqua/header/bg_header2.gif) repeat-x bottom #fff; }

#top {
  background: url(/shopping/img/genre/toilet-reform/rifore_220331/bg_toilet-reform_main.jpg) center 0 fixed no-repeat;
  /*CP中は376px*/ }

#top .box_wrapper .column .box_inner img {
  width: auto; }

#top #mainvisual {
  position: relative;
  margin-bottom: 60px;
  overflow: hidden;
  background-color: whitesmoke; }

#top #mainvisual img {
  width: 100%; }

#top #mainvisual h1 {
  background: #064c88;
  color: #fff;
  font-size: 24px;
  padding: 10px;
  box-sizing: border-box; }

#top #mainvisual h1 span {
  display: block;
  position: relative;
  padding-left: 250px; }

.movie1_main_simple {
  text-align: center;
  height: 655px;
  width: 780px;
  margin: 0 auto;
  color: #fff;
  line-height: 1.2;
  font-size: 42px;
  font-weight: bold;
  text-shadow: 3px 3px 0 #1C4DAC, -1px -1px 0 #1C4DAC, -1px 1px 0 #1C4DAC, 1px -1px 0 #1C4DAC, 0px 1px 0 #1C4DAC, -1px 0 #1C4DAC, -1px 0 0 #1C4DAC, 1px 0 0 #1C4DAC;
  transform: scale(1, 1);
  background: -moz-linear-gradient(top, #069ee4, #1C4DAC);
  background: -webkit-linear-gradient(top, #069ee4, #1C4DAC);
  background: linear-gradient(to bottom, #069ee4, #1C4DAC);
  /*background-color: #1C4DAC;*/ }

#top .box_wrapper #advantages .advantages_movie img {
  width: 676px;
  height: auto; }

#bottommenu {
  margin: 0 auto 30px;
  width: 915px; }

/* ページ共通 */
.sokyu_titbg{
  background: url(/shopping/img/genre/toilet-reform/rifore_230626/PC_tit_bg.png) top no-repeat;
  height:"140px",
}
.sokyu h2{
  text-align: center;}

.tit h2 {
  display: block;
  position: relative;
  width: 926px;
  height: 48px;
  margin: 0 auto 20px;
  padding: 0;
  text-align: center;
  background: -moz-linear-gradient(65deg, #2a40a7, #1491cf, #0f9cfe, #2a40a7);
  background: -webkit-linear-gradient(65deg, #2a40a7, #1491cf, #0f9cfe, #2a40a7);
  background: linear-gradient(25deg, #2a40a7, #1491cf, #0f9cfe, #2a40a7);
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5)); }

.tit h2 span {
  position: absolute;
  padding: 0 0 0 20px;
  color: #ffffff;
  font-size: 30px;
  z-index: 2; }

.tit h3 {
  display: block;
  position: relative;
  width: 900px;
  height: 38px;
  margin: 20px auto 15px;
  background: #e1f8fe url("/shopping/img/genre/water/tit_h3_bg.png") no-repeat border-box left bottom/contain fixed content-box;
  background: -moz-linear-gradient(65deg, #e1f8fe, #89e4fc);
  background: -webkit-linear-gradient(65deg, #e1f8fe, #89e4fc);
  background: linear-gradient(25deg, #e1f8fe, #89e4fc);
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3)); }

.tit h3 span {
  position: absolute;
  padding: 0 0 0 20px;
  color: #005cb8;
  font-size: 21px;
  font-weight: bold !important;
  top: 2px;
  z-index: 2; }

.intro_gd {
  right: 41px;
  position: relative; }

.dnrk {
  width: 836px;
  margin: 12px auto;
  text-align: left; }

.komes-area {
  width: 926px;
  margin: auto 30px;
  padding-top: 30px;
  padding-bottom: 40px;}

.komes {
  padding: 10px 10px 0px 30px;
  font-size: 13px;
  line-height: 1.4em;
  text-align: left;
  font-family: Verdana, Arial, Trebuchet MS, "メイリオ", Osaka, Meiryo;
  color: #666; }

.komes-area-chu {
  width: 900px;
  margin: 0 auto 0;
  font-size: 13px;
  border: solid 4px #bfefe7;
  padding: 5px;
  box-sizing: border-box;
  text-align: left;
  line-height: 1.4em;
  background-color: #e9f9f6; }

.btn_content {
  margin: 10px;
  float: left;}

.pricelist {
  text-align: center;
  margin-bottom: 0px; }

.notes2 {
  font-size: 10px;
  line-height: 130%;
  padding: 10px 40px 20px;
  text-align: left;
  color: #666; }

.bx-wrapper .bx-viewport {
  box-shadow: none;
  background: none;
  border: none;
  padding: 0; }

.toilet-reform_main {
  width: 986px;
  margin: 0 auto;
  position: relative;
  background: whitesmoke;
  padding-top: 15px; }

/*月別カラム*/
.newClmhamp {
  position: relative;
  width: 912px;
  margin: 0 auto 30px; }

.newClmhamp a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
  -moz-opacity: 0.7; }

.newClmhamp .txtBtnBuy {
  position: absolute;
  width: 140px;
  height: 49px;
  top: 469px;
  right: 163px;
  background: linear-gradient(#ec2325, #670607);
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  font-size: 21px;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: 0.3px; }

.newClmhamp .txtBtnMovie {
  position: absolute;
  width: 102px;
  height: 49px;
  top: 469px;
  right: 45px;
  background: linear-gradient(#0fa91a, #1b5206);
  border-radius: 5px;
  color: #ffffff;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: 0.5px;
  padding-right: 10px;
  cursor: pointer; }

.newClmhamp .txtBtnMovie:after {
  content: '';
  display: block;
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 22px;
  height: 22px;
  background-image: url(/shopping/img/genre/common/osusume_btn_douga.png);
  background-repeat: no-repeat;
  background-size: 100% 100%; }

.submit:active, .submit:hover {
  color: #d00;
  -webkit-transform: translateY(2px);
  transform: translateY(4px); }

/* 右側追従 */
#side-gotopagetop {
  position: fixed;
  right: 0;
  bottom: 5px;
  z-index: 100; }

#side-gotopagetop .fix_close,
#side-gotopagetop .fix_close_ap {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px; }

#pricelist {
  position: fixed;
  right: 0;
  bottom: 93px;
  z-index: 100; }

#pricelist .fix_close {
  position: absolute;
  width: 18px;
  height: 18px;
  top: -28px;
  right: 0px;
  cursor: pointer;
  background-color: #dcf8ff;
  display: block;
  padding: 5px;
  z-index: -1; }

#pricelist .filter:hover {
  filter: brightness(1.1); }

#appli-lp {
  position: fixed;
  right: 0;
  bottom: 303px;
  z-index: 100; }

#appli-lp .fix_close_ap {
  position: absolute;
  width: 18px;
  height: 18px;
  top: -28px;
  right: 0px;
  cursor: pointer;
  background-color: #dcf8ff;
  display: block;
  padding: 5px;
  z-index: -1; }

#appli-lp .filter:hover {
  filter: brightness(1.1); }

#cboxNext {
  background: url(/shopping/lightbox/img/controls2.png) no-repeat -50px 0 !important;
  right: 0 !important;
  left: auto !important;
}

#cboxNext:hover {
  background-position:-50px -25px;
}

#cboxPrevious {
  background:url(/shopping/lightbox/img/controls2.png) no-repeat -75px 0 !important;
}

#cboxPrevious:hover {
  background-position:-75px -25px;
}

#cboxPrevious,
#cboxNext {
  bottom: 50% !important;
}

#cboxCurrent {
  display: none !important;
}

.lightbox_thumbnail,
.lightbox_thumbnail img {
  width: 100%;
}

.lightbox_thumbnail figure {
  padding: 0 0.5vw 1vw;
}

.lightbox_thumbnail,
.lightbox_thumbnail figure,
.lightbox_thumbnail figure a {
  display: flex;
}

.lightbox_thumbnail_wrap {
  padding: 0 1vw;
}

.lightbox_thumbnail figure a img {
  border: solid 2px #aaa;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .3);
  box-sizing: border-box;
  
}

.lightbox_thumbnail figure a img.here {
  border: solid 2px #e80000;
}
.voice_name{
  float: right;
  font-size: 15px;
}
.box_column{
  display: flex; margin-top: 10px; font-size: 17px;
}
.voice_txt_left{
  height: 310px;width: 415px;margin: 0 12px 0 30px; background-color: #ffffff; border: solid 2px #e0e0e0; padding: 16px;
}
.voice_txt_right{
  height: 310px; width: 415px; margin: 0 30px 0 12px; background-color: #ffffff; border: solid 2px #e0e0e0; padding: 16px; float: right;
}
.voice_main{
  border-top: 2px #abecfd dashed;
}
.voice_main span{
  color: #0099ff;font-weight:bold;
}
.gre span{
  color: #4c9c68;font-weight:bold;
}
.ore span{
  color: #d3af07;font-weight:bold;
}
.red span{
  color: #da6a46;font-weight:bold;
}
.voice_obi{
	text-align: center;
	margin: 14px 0 0 30px;
	width: 80%;
}