@charset "UTF-8";
html {
  font-size: 62.5%;
}
body {
	padding: 0;
	margin: 0;
	font-size: 1.8rem;
	line-height: 1.8;
	font-family: Meiryo, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 300;
	background-repeat: no-repeat;
	background-image: url(../common-img/background.png);
	background-position: center center;
	background-attachment: fixed;
	background-size: 95%;
}
a {
  transition: 0.4s all;
}
a:hover {
  transition: 0.4s all;
}
select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
select::-ms-expand {
    display: block;
}
/*FLEX BOX制御*/
.flex {
  display: flex;
}
.f-wrap_wrap {
  flex-wrap: wrap
}
.flex-bet {
  display: flex;
	justify-content: space-between;
}
.f-dir_col {
  flex-direction: column;
}
/*FLEX BOX制御ここまで*/
/*画像関係*/
.img-responsive {
  width: 100%;
  height: auto;
}
.img-responsive_line {
  width: 100%;
  height: auto;
  border: 1px #173E74 solid;
}
.zoom-box { /* ホバーで画像拡大 */
  width: 100%;
  overflow: hidden;
}
.zoom-box img {
  width: 100%;
  height: auto;
  transition: 0.4s all;
}
.zoom-box img:hover {
  transform: scale(1.2, 1.2); /* ホバーで画像拡大 拡大率 */
  transition: 0.4s all;
}
.zoom-photo {
	position:relative;
}
.zoom-icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: auto;
	background-color: hsla(0,0%,0%,0.26);
}
video {
  width: 100%;
  height: auto;
}
.youtube {
	width: calc(100% - 10px);
	aspect-ratio: 16 / 9;
	border: 5px solid #6D91B5;
}
.youtube iframe {
  height: 100%;
  width: 100%;
}
/*画像関係ここまで*/
/*ボタン*/
.button01 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5em 1.5em;
    width: 350px;
    max-width: 100%;
    color: #000000;
    font-size: 1.4rem;
    /* [disabled]font-weight: 700; */
    border: 1px solid #173E74;
    letter-spacing: 1px;
}
.button01 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #173E74;
  border-right: 3px solid #173E74;
  transform: rotate(45deg);
}
.button01 a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #173E74;
}
.button01 a:hover::after {
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}
.button02 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 1.5em;
  width: 100%;
  color: #000000;
  font-size: 1.4rem;
  border: 1px solid #173E74;
}
.button02 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #173E74;
  border-right: 3px solid #173E74;
  transform: rotate(45deg);
}
.button02 a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #173E74;
}
.button02 a:hover::after {
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}
/*ボタンここまで*/
/*コンテンツエリア*/
#header-inner, .contents, .contents-middles, .contents-under, .contents-top, #footer-inner {
  width: 1180px; /*コンテンツ横幅指定*/
  max-width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
}
.contents-narrow {
  width: 840px;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.contents-narrow + .contents {
  margin-top: 100px;
}
.contents-narrow + .contents-narrow {
  margin-top: 100px;
}
.contents-top {
  padding-bottom: 50px;
}
.contents-middle {
  padding-top: 50px;
  padding-bottom: 50px;
}
.contents-under {
  padding-top: 50px;
}
.article01 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.article01-top {
  padding-top: 100px;
  padding-bottom: 50px;
}
.article01-middle {
  padding-top: 50px;
  padding-bottom: 50px;
}
.article01-under {
  padding-top: 50px;
  padding-bottom: 100px;
}
.back-gray {
  background-color: rgba(187, 187, 187, 0.36);
}
.back-lightgray {
  background-color: rgba(216, 216, 216, 0.26);
}
.back-dblue {
  background-color: #041832;
}
.center-area {
	display: flex;
	justify-content: center;
}
/*コンテンツエリアここまで*/
/*コラム関係*/
.column3-2-2, .column3-2-1 {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
}
.column3-2-2_gap0, .column3-3-2_gap0 {
  width: calc(100% / 3);
}
.column4-2-2_gap0 {
  width: 25%;
}
.column2-2-1 {
  width: calc((100% - 30px) / 2);
  margin-right: 30px;
  margin-bottom: 30px;
}
.column2-2-2 {
  width: calc((100% - 30px) / 2);
  margin-bottom: 30px;
}
.column2-2-1 > .column2-2-1:nth-child(2n),.column2-2-2 > .column2-2-2:nth-child(2n) {
  margin-top: 80px;
	margin-left: 0;
}
.column2-2-1:nth-last-of-type(-n+2),.column2-2-2:nth-last-of-type(-n+2) {
  margin-bottom: 0px !important;
}
.column4-2-2, .column4-4-2 {
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
  margin-bottom: 30px;
}
/*コラム関係ここまで*/
/*タイトル関係*/
.title01 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  color: #173E74;
  margin-bottom: 30px;
}
.title02 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
  color: #173E74;
  position: relative;
  display: inline-block;
  padding: 0 85px;
}
.title02:before, .title02:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 70px;
  height: 2px;
  background-color: #173E74;
}
.title02:before {
  left: 0
}
.title02:after {
  right: 0;
}
.sideline {
  text-align: center
}
.title03 {
  font-size: 2.8rem;
  font-weight: 700;
}
.title04 {
  font-size: 120%;
  font-weight: 700;
  color: #173E74;
  text-align: center;
  margin-bottom: 0.5em;
}
/*タイトル関係ここまで*/
/*ヘッダー*/
.header {
  width: 100%;
  position: fixed;
  background-color: rgba(254, 254, 254, 1.00);
  z-index: 99;
  -webkit-box-shadow: 0px 0px 10px rgba(153, 153, 153, 1.00);
  box-shadow: 0px 0px 10px rgba(153, 153, 153, 1.00);
  -webkit-text-shadow: 1px 1px 4px rgba(254, 254, 254, 1.00), -1px -1px 4px rgba(254, 254, 254, 1.00);
  text-shadow: 1px 1px 4px rgba(254, 254, 254, 1.00), -1px -1px 4px rgba(254, 254, 254, 1.00);
}
#header-inner {
  display: flex;
  justify-content: space-between;
}
#header-inner_left {
  display: flex;
  align-items: center;
}
.logoarea {
  height: 120px;
  display: flex;
  align-content: center;
  margin-right: 30px;
  transition: all 0.3s;
}
.logoarea.is-animation {
  height: 70px;
  margin-right: 20px;
  transition: all 0.3s;
}
.header-logo {
  width: 155px;
  height: auto;
  transition: all 0.3s;
}
.header-logo.is-animation {
  width: 90px;
  height: auto;
  transition: all 0.3s;
}
.logo-subarea {
  display: flex;
  padding: 10px 0;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: column
}
.logo-subarea h4 {
  font-size: 1.2rem;
  margin-bottom: 5px;
  display: block;
  transition: all 0.5s;
}
.logo-subarea h4.is-animation {
  line-height: 1.8;
  margin-bottom: 3px;
  transition: all 0.5s;
}
.header-sublogo {
  width: 230px;
  height: auto;
  transition: all 0.5s;
}
.header-sublogo.is-animation {
  width: 200px;
  height: auto;
  transition: all 0.5s;
}
#nav-area {
  display: flex;
  align-self: center;
}
#nav-area .Nav ul {
  height: auto;
  display: flex;
  justify-content: center;
}
/*ヘッダーここまで*/
/*フッター*/
footer {
  padding: 60px 0;
  width: 100%;
  background-color: #032C59;
  color: rgba(255, 255, 255, 1.00);
}
#footer-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.4rem;
  text-align: center;
}
.footer-logo {
  margin: 0 auto 30px;
  width: 200px;
}
.fotter-txtlogo {
  width: 250px;
  margin: 0 auto 10px;
}
#footer-inner h4 {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
#footer-copyright {
  text-align: center;
  font-size: 70%;
  margin-top: 20px;
}
/*フッターここまで*/
/*ページ共通*/
.page-title {
  padding-top: 110px;
  background-color: #063f7d;
  color: rgba(255, 255, 255, 1.00);
  padding-bottom: 20px;
}

.table01 a {
	color: rgba(23,62,116,1.00);
}
.table01 a:hover {
	color: rgba(245,151,0,1.00);
}
.table01 dl {
  margin-top: 30px;
  width: 100%;
  border-top: 1px dotted rgba(208, 208, 208, 1.00);
  display: flex;
  flex-wrap: wrap;
}
.table01 dt, .table01 dd {
  padding: 10px 10px;
  border-bottom: 1px dotted rgba(208, 208, 208, 1.00);
}
.table01 dt {
  width: 200px;
  float: left;
	display: flex;
	align-items: center
}
.table01 dd {
  width: calc(100% - 200px);
  float: right;
}
.table01 input[type='text'],.table01 input[type='email'],.table01 input[type='tel'],.table01 textarea,.table01 select{
	border: 1px solid rgba(193,193,193,1.00);
	width:100%;
	border-radius: 6px;
	padding:5px;
}
.table01 select{
	padding-left:20px;
}
.table01 input[type='submit'] {
	margin: 40px auto;
	border: 1px solid rgba(193,193,193,1.00);
	width:100px;
	border-radius: 6px;
	text-align: center
	
}
.select-area{
  width: 100%;
  position: relative;
  display: inline-block;
}
.select-area::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -4px;
}
.table01 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 10px;
  border: 1px solid #b4b3b3;
  border-radius: 2px;
}
.table01 select::-ms-expand {
    display: none;
}
/*ページ共通ここまで*/
/*トップページ*/
.hero-area {
  padding-top: 90px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  -webkit-box-shadow: 0px 0px 5px rgba(153, 153, 153, 1.00);
  box-shadow: 0px 0px 5px rgba(153, 153, 153, 1.00);
}
.toplogo {
	width: 250px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 55px;
}
.phototitle01 {
  position: relative;
}
.phototitle01 p {
  position: absolute;
  bottom: 0;
  display: block;
  background-color: rgba(12, 44, 89, 0.72);
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
  padding: 5px 0;
}
.phototitle02 {
  margin-bottom: 60px;
}
.phototitle02:nth-last-child(-n+4) {
  margin-bottom: 0px;
}
.phototitle02 p {
  font-size: 1.6rem;
  text-align: left;
  padding: 8px 0 0 15px;
  line-height: 1.5;
}
.slider02 {
  width: 88%;
  margin: 0 auto;
}
.benefit-list ul {
  margin-left: 20px;
}
.benefit-list li {
  margin-bottom: 15px;
  line-height: 1.5;
  list-style-type: disc;
  list-style-position: outside;
}
.benefit-column {
  margin-bottom: 35px;
  font-size: 85%;
  line-height: 1.6;
}
.benefit-column img {
  margin: 0 15% 15px;
  width: 70%;
  height: auto;
}
/*トップページここまで*/
/*LineUp*/
.lineup-column {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.lineup-column_left {
  width: 50%;
  margin-right: 40px;
}
.lineup-column_right {
  width: calc(50% - 40px);
  padding-top: 10px;
}
.lineup-column_right h3 {
  font-size: 2.6rem;
  font-weight: 300;
  color: rgba(23, 62, 116, 1.00);
  padding-bottom: 0.3em;
}
.lineup-column_right h3 strong {
  font-weight: 700;
}
.lineup-column_right p {
  padding-bottom: 1em;
  font-size: 85%;
  line-height: 1.6;
}
.lineup-column_right img {
  width: 60%;
  padding-bottom: 1.5em;
}
.lineup-column_right_bikou {
  padding-top: 1em;
  font-size: 85%;
  line-height: 1.6;
}
.lineup-price {
     padding: 1em 0 0 0.5em;
}
.lineup-price dt {
    padding-bottom:0;
    font-weight:normal;
    font-size: 1.6rem;
}
.lineup-price dt strong {
    font-size: 2.2rem;
    font-weight: bold;
    color: rgba(23, 62, 116, 1.00);
    list-style-type: none;
}
.lineup-price dd {
    font-size: 2.4rem;
    font-weight: bold;
    color: rgba(23, 62, 116, 1.00);
    list-style-type: none;
    padding-bottom: 0.3em;
}
.lineup-smallcolumn {
  margin-bottom: 50px;
}
.lineup-smallcolumn h3 {
  font-size: 2rem;
  font-weight: 700;
  color: rgba(23, 62, 116, 1.00);
  padding-bottom: 0.3em;
}
.lineup-smallcolumn img {
  padding-bottom: 0.3em;
}
/*LineUpここまで*/
/*製品別ページ*/
.product-main {}
.product-main img {
  margin-bottom: 1.5em;
}
.product-main h4 {
  font-size: 3rem;
  color: rgba(23, 62, 116, 1.00);
  font-weight: 700;
  margin-bottom: 0.3em;
}
.product-main ul {
  padding-left: 25px;
}
.product-main li {
  margin-bottom: 0.5em;
  list-style-position: outside;
  list-style-type: disc;
  line-height: 1.6;
}
.product-main li strong {
  font-weight: 700;
  color: rgba(23, 62, 116, 1.00);
}
.product-soubi img {
  margin-bottom: 0.6em;
}
.product-soubi h4 {
  color: rgba(23, 62, 116, 1.00);
  font-weight: 700;
  margin-bottom: 0.3em;
}
.sizelist img {
  margin-bottom: 5em;
}
.size-table01, .size-table02 {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.40);
  margin-bottom: 2em;
}
.size-table01 td, .size-table02 td {
  padding: 0.5em 0.2em;
}
.size-table01 th, .size-table02 th {
  padding: 0.5em 0.2em;
  width: 20%
}
.size-table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.50)
}
.th-vertical {
  text-align: center;
  padding: 0.3em;
}
.th-beside {
  text-align: center;
  padding: 0.3em;
}
.tabletitle-beside {
  background-color: rgba(23, 62, 116, 1.00);
  color: rgba(197, 180, 95, 1.00);
}
/*製品別ページここまで*/
@media (min-width: 960px) {
  .column4-2-2:nth-child(4n) {
    margin-right: 0px;
  }
  .column3-2-2:nth-child(3n), .column3-2-1:nth-child(3n) {
    margin-right: 0px;
  }
}
@media (max-width: 959px) {}
@media (min-width: 600px) {
  .column2-2-1:nth-child(2n) {
    margin-right: 0px;
  }
  .column4-4-2:nth-child(4n) {
    margin-right: 0px;
  }
  .logoarea {
    height: 90px;
    display: flex;
    margin-right: 30px;
  }
  .logoarea.is-animation {
    height: 60px;
    transition: all 0.5s;
  }
  .header-logo {
    width: 120px;
    height: auto;
    transition: all 0.5s;
  }
  .header-logo.is-animation {
    width: 80px;
    height: auto;
    transition: all 0.5s;
  }
  .logo-subarea {
    display: flex;
    padding: 10px 0;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column
  }
  .logo-subarea h4 {
    font-size: 1.2rem;
    transition: all 0.5s;
  }
  .logo-subarea h4.is-animation {
    line-height: 1.8;
    margin-bottom: 0;
    display: none;
    transition: all 0.5s;
  }
  .header-sublogo {
    width: 230px;
    height: auto;
    transition: all 0.5s;
  }
  .header-sublogo.is-animation {
    width: 180px;
    height: auto;
    transition: all 0.5s;
  }
  footer {
    padding: 50px 0 25px;
    width: 100%;
    background-color: rgba(23, 62, 116, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  body {
    padding: 0;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.8;
    font-family: 'Open Sans', 'Noto Sans JP', sans-serif;
    font-weight: 400;
  }
  .article01 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .article01-top {
    padding-top: 70px;
    padding-bottom: 35px;
  }
  .article01-middle {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .article01-under {
    padding-top: 35px;
    padding-bottom: 70px;
  }
  .column3-2-2_gap0, .column4-2-2_gap0 {
    width: calc(100% / 2);
  }
  .column3-2-2, .column2-2-2, .column4-2-2 {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .column4-4-2 {
    width: calc((100% - 45px) / 4);
    margin-right: 15px;
    margin-bottom: 20px;
  }
  .column3-2-2:nth-child(2n), .column4-2-2:nth-child(2n), .column3-2-1:nth-child(2n), .column2-2-2:nth-child(2n) {
    margin-right: 0px;
  }
  .column3-2-2:nth-last-of-type(-n+2), .column3-2-1:nth-last-of-type(-n+2), .column2-2-1:nth-last-of-type(-n+2), .column4-2-2:nth-last-of-type(-n+2), .column4-4-2:nth-last-of-type(-n+2) {
    margin-bottom: 0px !important;
  }
  .phototitle01 p {
    font-size: 1.4rem;
    padding: 3px 0;
  }
  .phototitle02 p {
    font-size: 1.4rem;
    padding: 4px 0 0 15px;
    line-height: 1.5;
  }
  .title01 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .title02 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .slider02 {
    width: 90%;
    margin: 0 auto;
  }
  /*LineUp*/
  .lineup-column {
    margin-bottom: 60px;
  }
  .lineup-column_left {
    width: 50%;
    margin-right: 30px;
  }
  .lineup-column_right {
    width: calc(50% - 30px);
    padding-top: 0px;
  }
  .lineup-column_right h3 {
    font-size: 2.4rem;
    padding-bottom: 0.2em;
  }
  .lineup-column_right p {
    padding-bottom: 0.8em;
  }
  .lineup-column_right img {
    width: 70%;
    padding-bottom: 1em;
  }
  .lineup-smallcolumn {
    margin-bottom: 50px;
  }
  .lineup-smallcolumn h3 {
    font-size: 2rem;
    font-weight: 700;
    color: rgba(23, 62, 116, 1.00);
    padding-bottom: 0.3em;
  }
  .lineup-smallcolumn img {
    padding-bottom: 0.3em;
  }
  /*LineUpここまで*/
}
@media (max-width: 600px) {
  body {
    padding: 0;
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.8;
    font-weight: 400;
  }
  .article01 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .article01-top {
    padding-top: 50px;
    padding-bottom: 25px;
  }
  .article01-middle {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .article01-under {
    padding-top: 25px;
    padding-bottom: 50px;
  }
  .contents-narrow + .contents {
    margin-top: 60px;
  }
  .column3-2-2_gap0, .column3-3-2_gap0, .column4-2-2_gap0 {
    width: 50%;
  }
  .column2-2-1, .column3-2-1 {
    width: 100%;
    margin-right: 0px;
  }
  .column2-2-1 > .column2-2-1 {
    margin-right: 20px;
  }
  .column2-2-1 > .column2-2-1:nth-child(2n) {
    margin-right: 0px;
  }
  .column2-2-1 > .column2-2-1:nth-child(2n) {
    margin-top: 45px !important;
  }
  .column3-2-2, .column2-2-2 {
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .column3-2-2:nth-child(2n), .column4-2-2:nth-child(2n), .column2-2-2:nth-child(2n) {
    margin-right: 0px;
  }
  .column3-2-2:nth-last-child {
    margin-bottom: 0px;
  }
  .column4-2-2, .column4-4-2 {
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
    margin-bottom: 20px;
  }
  .column4-4-2:nth-child(2n) {
    margin-right: 0px;
  }
  .table01 dl {
    margin-top: 30px;
    width: 100%;
    border-top: 1px dotted rgba(208, 208, 208, 1.00);
    display: flex;
    flex-wrap: wrap;
  }
  .table01 dt, .table01 dd {
    width: 100%;
  }
  .table01 dt {
    padding: 8px 10px 0;
    float: left;
    border-bottom: none;
  }
  .table01 dd {
    padding: 0px 10px 8px;
  }
  .title01 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .title02 {
    font-size: 1.8rem;
    margin-bottom: 30px;
    padding: 0 45px;
  }
  .title02:before, .title02:after {
    width: 30px;
  }
  .title03 {
    font-size: 2.2rem;
  }
  .phototitle01 p {
    font-size: 1.2rem;
    padding: 2px 0;
  }
  .phototitle02 p {
    font-size: 1.2rem;
    padding: 8px 0 0 5px;
  }
  .toplogo {
    width: 180px;
    height: auto;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
  }
  .logoarea {
    height: 65px;
    display: flex;
    margin-right: 10px;
  }
  .logoarea.is-animation {
    height: 50px;
    transition: all 0.3s;
  }
  .header-logo {
    width: 80px;
    height: auto;
    transition: all 0.3s;
  }
  .header-logo.is-animation {
    width: 70px;
    height: auto;
    transition: all 0.5s;
  }
  .logo-subarea {
    display: flex;
    padding: 10px 0;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column
  }
  .logo-subarea h4 {
    font-size: 1rem;
    margin-bottom: 5px;
    display: block;
    transition: all 0.3s;
  }
  .logo-subarea h4.is-animation {
    line-height: 1.8;
    margin-bottom: 0;
    display: none;
    transition: all 0.3s;
  }
  .header-sublogo {
    width: 160px;
    height: auto;
    transition: all 0.5s;
  }
  .header-sublogo.is-animation {
    width: 150px;
    height: auto;
    transition: all 0.5s;
  }
  #nav-area .Nav ul {
    height: auto;
    display: block;
  }
  footer {
    padding: 30px 0;
    width: 100%;
    background-color: rgba(23, 62, 116, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }
  #footer-inner {
    font-size: 1.2rem;
    text-align: center;
  }
  .footer-logo {
    margin: 0 auto 15px;
    width: 160px;
  }
  .fotter-txtlogo {
    width: 200px;
    margin: 0 auto 10px;
  }
  .hero-area {
    padding-top: 70px;
  }
  .slider02 {
    width: 88%;
    margin: 0 auto;
  }
  /*ページ共通*/
  .page-title {
    padding-top: 90px;
  }
  /*ページ共通ここまで*/
  /*LineUp*/
  .lineup-column {
    margin-bottom: 60px;
  }
  .lineup-column_left {
    width: 100%;
    margin-right: 0px;
  }
  .lineup-column_right {
    width: 100%;
    margin-right: 0px;
  }
  .lineup-column_right h3 {
    font-size: 2.1rem;
    padding-bottom: 0.2em;
  }
  .lineup-column_right p {
    font-size: 1em;
    padding-bottom: 1em;
  }
  .lineup-column_right img {
    width: 70%;
    margin: 0 auto !important;
    padding-bottom: 1em;
  }
  .lineup-smallcolumn {
    margin-bottom: 50px;
  }
  .lineup-smallcolumn h3 {
    font-size: 2rem;
    font-weight: 700;
    color: rgba(23, 62, 116, 1.00);
    padding-bottom: 0.3em;
  }
  .lineup-smallcolumn img {
    padding-bottom: 0.3em;
  }
  /*製品別ページ*/
  .product-main h4 {
    font-size: 2rem;
  }
  /*製品別ページここまで*/
}
