/* p,h4 {
 visibility: hidden;
}
.wf-active p,.wf-active h4 {
 visibility: visible;
} */
*{
  box-sizing: border-box;
}
body{
  position: relative;
  margin: 0px;
  font-family: "Noto Sans JP","ヒラギノ角ゴシック Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow-x: hidden;
}
body.-on{
  overflow: hidden;
}
p{
  font-size: 13px;
  color: #010101;
}
h1,h2,h4,h6,p{
  margin: 0;
}
h2,h4{
  font-family: 'Outfit', sans-serif;
}
ul{
  margin: 0;
  padding: 0;
}
li{
  list-style:none;
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  font-weight: 300;
}
a {
  text-decoration: none;
}
img{
  display: block;
  width: 100%;
}
.menu{
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #00533a;
  z-index: 100;
  text-align: center;
  padding: 120px 80px 80px;
}
.menu.-on{
  display: block;
}
.menu ul{
  display: inline-flex;
  flex-direction: column;
}
.menu li{
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.25em;
  padding: 14px 0;
}
.topimage{
  position: relative;
  width: 100%;
}
.topimage img{
  width: 100%;
}
.topimage img.pc_top{
  display: block;
}
.topimage img.sp_top{
  display: none;
}
.brandLogo{
  position: absolute;
  left: 50%;
  top: 34px;
  transform: translate(-50%,0);
  width: 380px;
}
.logo_line{
  position: absolute;
  width: 240px;
  height: 4px;
  background-color: #fff;
  top: 134px;
  left: 50%;
  transform: translate(-50%,0);
}
.logo_line::before{
  position: absolute;
  content: "";
  height: 100%;
  width: 33.3%;
  background-color: #00533a;

}
.logo_line::after{
  right: 0;
  top: 0;
  position: absolute;
  content: "";
  height: 100%;
  width: 33.3%;
  background-color: #c21228;
}
.logo_line p{
  font-family: 'Outfit', sans-serif;
  text-align: center;
  color: #fff;
  padding-top: 15px;
}
.com_logo,.menu_btn,.page_logo{
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.com_logo{
  width: 100px;
  height: 21px;
  left: 52px;
  top: 44px;
  background-image: url("/ipa/images/logo/comlogo.svg");
}
.com_logo.-on{
  position: fixed;
  z-index: 555;
}
.menu_btn{
  width: 70px;
  height: 22px;
  right: 52px;
  top: 43px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  z-index: 555;
}
.menu_btn.-on{
  position: fixed;
  border: none;
}
.menu_btn::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
}
.menu_btn.-on::after {
  top: 10px;
  width: 100%;
  transform: translateY(0) translateX(0px) rotate(33deg);
}
.menu_btn.-on::before{
  position: absolute;
  content: "";
  top: 10px;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: translateY(0) translateX(0px) rotate(-33deg);
}
.top_text_wrapper{
  overflow: hidden;
  position: relative;
  padding: 138px 40px;
  background-color: #00533a;
  text-align: center;
}
.top_text_wrapper p{
  max-width: 820px;
  color: #fefefe;
  text-align: justify;
  margin: auto;
  line-height: 2.95;
}
.top_text_wrapper p.compare_list_btn{
  display: inline-flex;
  width: 180px;
  height: 39px;
  border: 1px solid #afafaf;
  padding-bottom: 1px;
  line-height: normal;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  margin-top: 45px;
  cursor: pointer;
}
.waves{
  position: absolute;
  top: 0;
  left: -460px;
  transform: rotate(90deg);
}
.series_wrapper{
  margin: auto;
  padding: 160px 0 225px;
}
.item_row{
  text-align: center;
}
.item_row.-ischia{
  margin-bottom: 180px;
}
.series_content{
  margin: 0 40px 180px;
  max-width: 400px;
}
.item_grid.-series .series_content{
  margin: 0 10px 180px;
}
.item_row.-ischia .item_grid.-series .series_content{
  margin-bottom: 0;
}
.item_name_block{
  max-width: 820px;
  margin: 0 auto 60px;
  margin-bottom: 60px;
}
.item_name_block h2{
  font-size: 18px;
  margin-bottom: 10px;
  color: #c21327;
}
.item_name_block h4{
  letter-spacing: 0.04em;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.55em;
  margin-bottom: 10px;
}
.item_name_block h4 br{
  display: none;
}
.item_name_block h6{
  margin-bottom: 40px;
  letter-spacing: 0.04em;
  font-weight: 400;
}
.item_name_block p.item_text{
  line-height: 2;
}
.item_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.item ul{
  margin-top: 30px;
}
.item li.color{
  font-weight: 400;
  margin-bottom: 10px;
  color: #7C7C7C;
}
.item li{
  color: #010101;
  margin-bottom: 2px;
}
.item li span{
  font-size: 13px;
}
.item li.material{
  font-size: 12px;
}
.btn_set{
  display: flex;
  flex-direction: column;
}
p.online_btn {
  font-family: 'Outfit', "Noto Sans JP", sans-serif;
  width: 138px;
  display: inline-block;
  font-weight: 500;
  padding: 11px 10px;
  border-radius: 22px;
  color: #fff;
  background-color: #000;
  text-align: center;
  margin-top: 30px;
}
p.online_btn span{
  font-size: 12px;
}
p.online_btn{
  background-color: #000;
}
p.online_btn:hover{
  background-color: #555;
}
@media screen and (max-width:1259px){
.item_grid.-series .series_content.-adjust{
  margin-bottom: 76px;
}
}
@media screen and (max-width:1024px){
  .topimage img.pc_top{
    display: none;
  }
  .topimage img.sp_top{
    display: block;
  }
.page_logo {
  width: 25%;
  top: 120px;
}
.menu li{
  font-size: 16px;
  letter-spacing: 0.25em;
  padding: 12px 0;
}
p.online_btn:hover{
  background-color: #000;
}
}
@media screen and (max-width:839px){
  p.item_text.-adjust{
    padding: 0 80px;
  }
  .item_grid.-series .series_content.-adjustsp{
    margin-bottom: 76px;
  }
  .item_row.-ischia .item_grid.-series .series_content.-adjustis {
    margin-bottom: 20px;
  }
  .item_grid.-series .series_content,.series_content{
    margin: 0 20px 110px;
  }
  .item_row.-ischia {
    margin-bottom: 110px;
  }
}
@media screen and (max-width:667px){
.menu_btn {
  width: 58px;
  height: 22px;
  right: 52px;
  top: 41px;
}
.menu li{
  font-size: 12px;
  letter-spacing: 0.25em;
  padding: 12px 0;
}
.close_btn {
  top: 20px;
  left: 20px;
}
.com_logo{
  left: 24px;
  top: 24px;
}
.brandLogo {
  top: 164px;
}
.logo_line{
  top: 264px;
}
.menu_btn {
  right: 28px;
  top: 24px;
}
.item_text br{
  display: none;
}
.series_content h4 {
  padding: 0 14px;
}
p.item_text.-adjust,.item_name_block p.item_text {
    padding: 0 20px;
}
.item_name_block {
    margin-bottom: 40px;
    padding: 0 20px;
}
}
@media screen and (max-width:430px){
.brandLogo {
  top: 17%;
  width: 88%;
}
.logo_line {
  top: 29%;
  height: 3px;
}
.top_text_wrapper {
  padding: 108px 40px;
}
.series_wrapper {
    padding: 110px 0;
}
.item_name_block h6 {
    margin-bottom: 32px;
}
}
