@charset "UTF-8";

/* ----------------------------------------------
 common
------------------------------------------------- */

/* -----------------
 HTML5 Reset
-------------------- */

article, aside, dialog, figure, footer, header,hgroup, menu, nav, section{
  display: block;
  text-align:justify;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,l,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
  margin:0;
  padding:0
}

/* -----------------
 font
-------------------- */

*{
  font-family:"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN W3",HiraKakuProN-W3,"ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic",YuGothic,Osaka,'メイリオ',Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.ming{
  font-family:"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN W3",HiraMinProN-W3,"ヒラギノ明朝 ProN","游明朝体","YuMincho","游明朝","Yu Mincho","Hiragino Mincho ProN","HG明朝E","Noto Serif JP","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
.font-point{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

/* -----------------
 text
-------------------- */

p{
  margin: 0;
  padding: 0;
}
.nowrap{
  white-space: nowrap;
}
.text-red{
  color: #be0000;
}

/* -----------------
 img
-------------------- */

img{
  border-style: none;
  border-width: 0;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
figure.img-full img{
  width: 100%;
}

/* -----------------
 other
-------------------- */

.align-left{
  text-align: left !important;
}
.align-center{
  text-align: center !important;
}
.align-right{
  text-align: right !important;
}
.clearfix:after{
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix{
  min-height: 1px;
}

/* -----------------
 base
-------------------- */

html{
  font-size: 10px;
}
body{
  color: #000;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media screen and (max-width:767px) { 
  body{
    -webkit-text-size-adjust: 100%;
  }
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.for-sp{
  display: none;
}
@media screen and (max-width:767px) { 
  .for-pc{
    display: none;
  }
  .for-sp{
    display: block;
  }
}

/* -----------------
 font
-------------------- */

.normal{
  font-size: 1.6rem;
  line-height: 2em;
  margin-bottom: 1.5em;
  text-align: left;
}
.f-bold{
  font-weight: bold;
}
@media screen and (max-width:767px) { 
  .normal{
    font-size: 16px;
  }
}

/* -----------------
 headline
-------------------- */

h1{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: .5em;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
}
h2{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.6em;
  margin-bottom: 45px;
  padding: 0;
  position: relative;
}
h2 span{
  color: #0e214e;
  display: block;
  font-size: 1.6rem;
  line-height: 1em;
  margin-bottom: 50px;
  position: relative;
}
h2 span::before{
  background: url(/common/img/common/icon-headline.png) no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 17px;
  margin: 0 auto;
  width: 136px;
  position :absolute;
  left: 0;
  right: 0;
  bottom: -35px;
}
h3{
  color: #0e214e;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
h4{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width:767px) { 
  h1{
    font-size: 3.0rem;
    letter-spacing: .3em;
  }
  h2{
    font-size: 2.2rem;
    margin-bottom: 30px;
  } 
  h2 span{
    font-size: 1.4rem;
    letter-spacing: 1px;
    line-height: 1.2em;
    margin-bottom: 35px;
  }
  h2 span::before{
    height: 10px;
    width: 80px;
    bottom: -25px;
  } 
  h3{
    font-size: 1.9rem;
    margin-bottom: 20px;
  }
  h4{
    font-size: 1.6rem;
    margin-bottom: 15px;
  }   
}

/* -----------------
 link
-------------------- */

a{
  color: #000;
  outline: none;
  text-decoration:none;
  transition: .3s;
}
a:hover{
  color: #000;
  outline: none;
  text-decoration:underline;
}
a.underline{
  color: #0e214e;
  font-weight: bold;
  outline: none;
  text-decoration:underline;
  transition: .3s;
}
a.underline:hover{
  color: #0e214e;
  outline: none;
  text-decoration:none;
}

/* -----------------
 gnav
-------------------- */

.btn-menu-sp,
.gnav-sp-colse-btn{
  display:none;
}
@media screen and (max-width:767px) { 
  .btn-menu-sp {
    display: block;
    position: absolute;
    right: 5%;
    top: 25px;
    z-index: 10001;
  }

/* 共通パーツ */
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
  }
  .menu-trigger {
    height: 22px;
    position: relative;
    width: 30px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 2px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

/* 個別パーツ */

  .menu-trigger span:nth-of-type(1) {
    -webkit-animation: menu-bar01 .75s forwards;
    animation: menu-bar01 .75s forwards;
  }
  @-webkit-keyframes menu-bar01 {
    0% {
      -webkit-transform: translateY(10px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(10px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar01 {
    0% {
      transform: translateY(10px) rotate(45deg);
    }
    50% {
      transform: translateY(10px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  .menu-trigger span:nth-of-type(2) {
    transition: all .25s .25s;
    opacity: 1;
  }
  .menu-trigger span:nth-of-type(3) {
    -webkit-animation: menu-bar02 .75s forwards;
    animation: menu-bar02 .75s forwards;
  }
  @-webkit-keyframes menu-bar02 {
    0% {
      -webkit-transform: translateY(-10px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-10px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar02 {
    0% {
      transform: translateY(-10px) rotate(-45deg);
    }
    50% {
      transform: translateY(-10px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 .75s forwards;
    animation: active-menu-bar01 .75s forwards;
  }
  @-webkit-keyframes active-menu-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(10px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(10px) rotate(45deg);
    }
  }
  @keyframes active-menu-bar01 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(10px) rotate(0);
    }
    100% {
      transform: translateY(10px) rotate(45deg);
    }
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-animation: active-menu-bar03 .75s forwards;
    animation: active-menu-bar03 .75s forwards;
  }
  @-webkit-keyframes active-menu-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-10px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-10px) rotate(-45deg);
    }
  }
  @keyframes active-menu-bar03 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(-10px) rotate(0);
    }
    100% {
      transform: translateY(-10px) rotate(-45deg);
    }
  }
}

.header .gnav{
  margin: 30px 0 0;
  transition: .3s;
  z-index: 1000;
}
.gnav-list{
  list-style: none;
  margin: 0 20px 0 0;
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.gnav-list li{
  box-sizing: border-box;
  font-weight: bold;
  font-size: 14px;
  line-height: 1em;
  margin: 0 25px 0 0;
  padding: 0;
}
.gnav-list li span.gnav-open{
  padding-right: 12px;
}
.gnav-list li span.gnav-open i.arrow-icon {
  border-color: #000;  
  border-style: solid;
  border-width: 1px 1px 0 0;
  box-sizing: border-box;
  display: inline-block;
  height: 6px;
  transform: rotate(135deg);
  transition: .3s;
  width: 6px;
  margin-left: 2px;
  position: absolute;
  right: 0;
  top: 2px;
}
.gnav-list li span.gnav-close i.arrow-icon {
  transform: rotate(-45deg);
  top: 6px;
}
.gnav-list li.contact,
.gnav-list li.testing{
  margin-right:0;
}
.gnav-list li.contact a,
.gnav-list li.testing a{
  color: #fff;
  display: block;
  font-size: 12px;
  padding: 10px .5em;
  position: relative;
  width: 8em;
}
/* ナビヘッダー：カタログDLボタン → 赤 */
.gnav-list li.testing a{
  background: #be0000;
  transition: .3s;
}
/* ナビヘッダー：問い合わせボタン → ネイビーブルー */
.gnav-list li.contact a{
  background: #0e214e;
  transition: .3s;
}
.gnav-list li.contact a:hover,
.gnav-list li.testing a:hover{
  opacity: .7;
}
.header.fixed .gnav{
  margin-top: 18px;
}

@media screen and (min-width:941px) and ( max-width:1100px) {
  .gnav-list li{
    font-size: 13px;
    margin-right: 15px;
  }
  .gnav-list li.testing a,
  .gnav-list li.contact a{
    font-size: 11px;
  }
}
@media screen and (min-width:768px) and ( max-width:940px) {
  .gnav-list li{
    font-size: 11px;
  }
  .gnav-list li.testing a,
  .gnav-list li.contact a{
    font-size: 10px;
  }
}
@media screen and (min-width:801px) and ( max-width:940px) {
  .gnav-list li{
    margin-right: 15px;
  }
}
@media screen and (min-width:768px) and ( max-width:800px) {
  .gnav-list li{
    margin-right: 10px;
  }
}
@media screen and (max-width:767px) {
  .header .gnav{
    margin-top: 0;
  }
  .header.fixed .gnav{
    margin-top: 0;
  }
}
.gnav-list li a,
.gnav-list li span,
.gnav-list li a:hover,
.gnav-list li span:hover{
  cursor: pointer;
  display: block;
  text-decoration: none;
}
.gnav-list li a,
.gnav-list li span{
  position: relative;
}
.gnav-list li a::after,
.gnav-list li span::after{
  background: #0e214e;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -7px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.gnav-list li a:hover::after,
.gnav-list li span:hover::after{
  cursor: pointer;
  transform: scale(1, 1);
}
.gnav-list li.testing a:hover::after,
.gnav-list li.contact a:hover::after{
  cursor: pointer;
  transform: scale(0, 1);
}
.gnav-list li .gnav-sub{
  background: #f9f9f9;
  display: none;
  padding: 0;
  width: 100%;
  z-index: 10;
  -webkit-box-shadow: 0 0 0 5px #1F1F1F;
  box-shadow: 0px 5px 5px -5px #a8a8a8;
  position: absolute;
  left: 0;
  top: 85px;
}
.header.fixed .gnav-list li .gnav-sub{
  top: 70px;
}
.gnav-list li .gnav-sub .layout{
  box-sizing: border-box;
  margin: 0 auto;
  padding: 60px 5% 40px;
  position: relative;
  text-align: left;
  max-width: 100%;
}
.gnav-list li .gnav-sub ul{
  font-size: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.gnav-list li .gnav-sub ul li{
  display: inline-block;
  margin: 0 0 20px 3%;
  padding: 0;
  transition: .3s;
  width: auto;
}
.gnav-list li .gnav-sub ul li:first-child{
  margin-left: 0;
}
.gnav-list li .gnav-sub ul.product{
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 10px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.gnav-list li .gnav-sub ul.product:last-child{
  border-bottom: none;
  margin-bottom: 0;
}
.gnav-list li .gnav-sub ul.product li{
  margin: 0;
}
.gnav-list li .gnav-sub ul.product li.all{
  margin-bottom: 20px;
}
.gnav-list li .gnav-sub ul.product li:nth-of-type(1){
  width: 180px;
}
.gnav-list li .gnav-sub ul.product li:nth-of-type(2){
  width: calc(100% - 180px);
}
.gnav-list li .gnav-sub ul.product li:nth-of-type(2) a::after{
  transform: scale(0, 1);
}
.gnav-list li .gnav-sub ul.product li:nth-of-type(2) a:hover::after{
  transform: scale(1, 1);
}
.gnav-list li .gnav-sub ul.product li a{
  display: inline-block;
}
.gnav-list li .gnav-sub ul.product li span.for-sp{
  display: none;
}
.gnav-list li .gnav-sub ul.product li ul{
  justify-content: flex-start;
}
.gnav-list li .gnav-sub ul.product li ul li{
  margin: 0 3% 20px 0;
}
.gnav-list li .gnav-sub ul.product li ul li.for-sp{
  display: none;
}
.gnav-list li .gnav-sub ul.product li ul li:nth-of-type(1),
.gnav-list li .gnav-sub ul.product li ul li:nth-of-type(2){
  width: auto;
}
.gnav-list li .gnav-sub ul.product li span.nolink{
  cursor: default;
}
.gnav-list li .gnav-sub ul.product li span.nolink::after{
  background: none;
}
@media screen and (min-width:768px) and ( max-width:1000px) {
  .gnav-list li .gnav-sub .layout{
    padding: 60px 1% 40px;
  }
}
@media screen and (min-width:768px) {
  .gnav-list li .gnav-sub ul{
    justify-content: center;
  }
  .gnav-list li .gnav-sub ul.product{
    justify-content: flex-start;
  }
}
.gnav-list li .gnav-sub ul li a{
  color: #000;
  text-decoration: none;
}
.gnav-list li .gnav-sub ul li a:hover{
  text-decoration: none;
}
.gnav-list li .gnav-sub ul li a::after{
  background: #0e214e;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -7px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.gnav-list li .gnav-sub ul li:hover a::after{
  cursor: pointer;
  transform: scale(1, 1);
}
.nav-sp-contact-area{
  display: none;
}
@media screen and (max-width:767px) { 
  .gnav {
    border-top:1px solid #ddd;
    height: 100%;
    margin: 0;
    overflow-y: auto;
    padding: 0;
    text-align: left;
    visibility: hidden;
    width: 100%;
    z-index: 100;
    position: fixed;
    left: 0;
    top: 70px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .header.fixed .gnav{
    padding-top: 0;
  }
  .gnav.open {
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    visibility: visible;
    width: 100%;
  }
  .gnav .inner {
    background: #fff ;
    display: block;
    float: right;
    list-style: none;
    margin: 0 0 180px;
    padding: 0;
    width: 100%;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .gnav.open .inner{
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .gnav-list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .gnav-list li{
    border-left: none;
    display: block;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .gnav-list li.for-pc{
    display: none;
  }
  .gnav-list li:last-child{
    border-right: none;
  }
  .gnav-list li:last-child{
    margin: 40px auto 0;
    padding-bottom: 100px;
    width: 90%;
  }
  .gnav-list li a,
  .gnav-list li span.gnav-open{
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    color: #000;
    display: block;
    line-height: 1.2em;
    margin: 0;
    padding: 25px 2em 25px 1em;
    text-align: left;
    width: 100%;
  }
  .gnav-list li.testing a,
  .gnav-list li.contact a{
    color: #fff;
    font-size: 15px;
    padding: 25px 1em;
    text-align: center;
    width: 100%;
  }
  .gnav-list li.testing a:hover,
  .gnav-list li.contact a:hover{
    display: block;
    opacity: 1;
    text-align: center;
  }
  .gnav-list li a:hover{
    padding: 25px 1em;
  }
  .gnav-list li span.gnav-open i.arrow-icon {
    border-color: #000;  
    border-style: solid;
    border-width: 1px 1px 0 0;
    box-sizing: border-box;
    display: inline-block;
    height: 12px;
    transform: rotate(135deg);
    transition: .3s;
    width: 12px;
    position: absolute;
    right: 1em;
    top: 24px;
  }
  .gnav-list li span.gnav-close i.arrow-icon {
    transform: rotate(-45deg);
    top: 28px;
  }
  .gnav-list a span::after,
  .gnav-list span::after{
    background: none;
    height: 0;
  }
  .gnav-list li a:hover::after,
  .gnav-list li span:hover::after{
    transform: scale(0, 1);
  }
  .gnav-list li .gnav-sub{
    background: none;
    -webkit-box-shadow: 0 0 0 0 #1F1F1F;
    box-shadow: 0 0 0 0 #a8a8a8;
    position: static;
  }
  .gnav-list li .gnav-sub .layout{
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: left;
  }
  .gnav-list li .gnav-sub ul{
    background: #f5f5f5;
    display: block;
  }
  .gnav-list li .gnav-sub ul li{
    font-size: 13px;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .gnav-list li .gnav-sub ul li a{
    background: none;
    border-bottom:1px solid #fff;
    display: block;
    padding: 25px 2em;
  }
  .gnav-list li .gnav-sub ul li:last-child{
    margin: 0;
  }
  .gnav-list li .gnav-sub ul li a::after{
    background: none;
    content: "";
    height: 0;
  }
  .gnav-list li .gnav-sub ul.product{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
  }
  .gnav-list li .gnav-sub ul.product li.all{
    margin-bottom: 0;
  }
  .gnav-list li .gnav-sub ul.product li:nth-of-type(1),
  .gnav-list li .gnav-sub ul.product li:nth-of-type(2){
    width: 100%;
  }
  .gnav-list li .gnav-sub ul.product li{
    position: relative;
  }
  .gnav-list li .gnav-sub ul.product li.for-pc{
    display: none;
  }
  .gnav-list li .gnav-sub ul.product li span.gnav-open-product{
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    color: #000;
    display: block;
    line-height: 1.2em;
    margin: 0;
    padding: 25px 2em 25px 2em;
    text-align: left;
    width: 100%;
  }
  .gnav-list li .gnav-sub ul.product li span.gnav-open-product i.arrow-icon {
    border-color: #000;  
    border-style: solid;
    border-width: 1px 1px 0 0;
    box-sizing: border-box;
    display: inline-block;
    height: 10px;
    transform: rotate(135deg);
    transition: .3s;
    width: 10px;
    position: absolute;
    right: 1em;
    top: 26px;
  }
  .gnav-list li .gnav-sub ul.product li span.gnav-close-product i.arrow-icon {
    transform: rotate(-45deg);
    top: 30px;
  }
  .gnav-list li .gnav-sub ul.product li ul{
    background: #ddd;
    display: none;
  }
  .gnav-list li .gnav-sub ul.product li ul li{
    margin: 0;
  }
  .gnav-list li .gnav-sub ul.product li ul li.for-sp{
    display: block;
  }
  .gnav-list li .gnav-sub ul.product li ul li:nth-of-type(1),
  .gnav-list li .gnav-sub ul.product li ul li:nth-of-type(2){
    width: 100%;
  }
  .gnav-list li .gnav-sub ul.product li ul li a{
    padding-left: 3em;
  }
  .gnav-list li .gnav-sub ul li span.nolink{
    background: none;
    border-bottom:1px solid #fff;
    display: block;
    line-height: 1.2em;
    padding: 25px 2em 25px 3em;
  }
  .nav-sp-contact-area{
    background: #fff;
    display: block;
    padding: 40px 5% 100px;
    text-align: center;
  }
  .nav-sp-contact-area .tel-area{
    padding-top: 20px;
  }
  .nav-sp-contact-area .tel-area a{
    color: #000;
    text-decoration: none;
    display: block;
  }
  .nav-sp-contact-area .tel-area a .title{
    font-size: 1.5rem;
    line-height: 1em;
    margin-bottom: 15px;
  }
  .nav-sp-contact-area .tel-area a .number{
    color: #0e214e;
    font-size: 3.2rem;
    font-weight: bold; 
    line-height: 1em;
    margin-bottom: 15px;
  }
  .nav-sp-contact-area .tel-area a .hours{
    font-size: 1.3rem;
    line-height: 1em;
    margin-bottom: 10px;
  }
  .nav-sp-contact-area .tel-area .btn-center a{
    margin: 0 auto;
  }
  .nav-sp-contact-area ul.sns{
    list-style: none;
    margin: 40px 0 0;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  .nav-sp-contact-area ul.sns li{
    margin: 0 7% 0 0;
    padding: 0;
    width: 40px;
  }
  .nav-sp-contact-area ul.sns li:last-child{
    margin: 0;
  }
  .nav-sp-contact-area ul.sns li img{
    width: 100%;
  }
}

/* -----------------
 layout
-------------------- */

#wrapper{
  margin: 0;
  padding: 85px 0 0;
}
@media screen and (max-width:767px) { 
  #wrapper{
    padding: 70px 0 0;
  }
}
#pagetop{
  margin: 0;
  padding: 0;
}
.header{
  background: rgba(254,254,254,1);
  height: 85px;
  width: 100%;
  z-index: 100;
  transition: .3s;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-box-shadow: 0 5px 5px -5px rgba(0,0,0,0.4);
  box-shadow: 0 3px 5px -5px rgba(0,0,0,0.4);
}
.header.fixed{
  height: 70px;
}
.header .layout{
  padding: 0;
}
@media screen and (max-width:767px) { 
  .header{
    height: 70px;
    line-height: 0;
  }
  .header .layout{
    text-align: left;
  }
}
.layout{
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  text-align: center;
  max-width: 1024px;
}
.layout-s{
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  text-align: center;
  max-width: 860px;
}
@media screen and (max-width:767px) { 
  .layout,
  .layout-s{
    box-sizing: border-box;
    padding: 0 5%;
    width: 100%;
  }
}

.logo{
  margin: 0;
  transition: .3s;
  max-width: 240px;
  width: 21.6%;
  position: absolute;
  left: 20px;
  top: 15px;
}
.logo img{
  width: 100%;
}
@media screen and (min-width:1101px) and ( max-width:1200px) {
  .english .logo{
    width: 15%;
    top: 20px;
  }
}
@media screen and (min-width:941px) and ( max-width:1100px) {
  .logo{
    width: 20%;
    top: 20px;
  }
  .english .logo{
    width: 12%;
    top: 30px;
  }
}
@media screen and (min-width:768px) and ( max-width:940px) {
  .logo{
    width: 15%;
    top: 30px;
  }
  .english .logo{
    width: 10%;
    top: 37px;
  }
}
@media screen and (max-width:767px) {
  .logo{
    margin: 0 auto;
    padding-top: 20px;
    max-width: 140px;
    width: 35%;
    position: static;
  }
}

.header.fixed .logo{
  max-width: 180px;
  width: 19.5%;
  top: 15px;
}
@media screen and (min-width:1101px) and ( max-width:1200px) {
  .english .header.fixed .logo{
    width: 14%;
    top: 17px;
  }
}
@media screen and (min-width:941px) and ( max-width:1100px) {
  .header.fixed .logo{
    width: 20%;
    top: 15px;
  }
  .english .header.fixed .logo{
    width: 12%;
    top: 20px;
  }
}
@media screen and (min-width:768px) and ( max-width:940px) {
  .header.fixed .logo{
    width: 15%;
    top: 20px;
  }
  .english .header.fixed .logo{
    width: 10%;
    top: 28px;
  }
}
@media screen and (max-width:767px) {
  .header.fixed .logo{
    margin: 0 auto;
    padding-top: 20px;
    max-width: 120px;
    width: 35%;
    position: static;
  }
}

.mainarea{
  margin-bottom: 120px;
}
.block-common-contact{
  background: url(/common/img/common/bg-common-contact.jpg) no-repeat center top;
  background-size: cover;
  color: #fff;
  padding: 85px 0;
}
.block-common-contact h2{
  font-size: 2.7rem;
  line-height: 2.2em;
  margin-bottom: 60px;
}
.block-common-contact h2 span{
  display: block;
  font-size: 1.6rem;
  line-height: 1em;
  margin-bottom: 50px;
  position: relative;
}
.block-common-contact h2 span::before{
  background: url(/common/img/common/icon-headline-wh.png) no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 17px;
  margin: 0 auto;
  width: 136px;
  position :absolute;
  left: 0;
  right: 0;
  bottom: -35px;
}
.block-common-contact ul{
  list-style: none;
  margin: 0 0 50px;
  padding: 0;
  display: flex;
  justify-content: center;
}
.block-common-contact ul li{
  margin: 0 30px 0 0;
  padding: 0;
}
.block-common-contact ul li:last-child{
  margin: 0;
}
.block-common-contact h3{
  font-size: 1.7rem;
  line-height: 1em;
  margin-bottom: 25px;
}
.block-common-contact p.tel{
  font-family: 'Kdam Thmor', cursive;
  font-size: 5.0rem;
  line-height: 1em;
  margin-bottom: 10px;
}
.block-common-contact p.business-hours{
  font-size: 1.5rem;
  line-height: 1em;
  margin-bottom: 35px;
}
.block-common-contact .download{
  background: #0e214e;
  display: inline-block;
  margin: 0 auto;
  padding: 20px;
}
.block-common-contact .download .inner{
  display: flex;
  align-items: center;
}
.block-common-contact .download .inner p{
  font-size: 1.6rem;
  line-height: 1em;
  margin: 0 50px;
}
.block-common-contact .download .inner a{
  background: #fff;
  border: 1px solid #0e214e;
  box-sizing: border-box;
  color: #0e214e;
  display: block;
  font-size: 1.5rem;
  line-height: 1em;
  padding: 20px 4em;
  transition: .3s;
}
.block-common-contact .download .inner a:hover{
  background: #0e214e;
  border: 1px solid #fff;
  color: #fff;
}
.block-common-contact .download .inner a:hover{
  text-decoration: none;
}
@media screen and (max-width:767px) { 
  .block-common-contact{
    padding: 60px 0;
  }
  .block-common-contact h2{
    font-size: 2.0rem;
    line-height: 1.8em;
    margin-bottom: 50px;
  }
  .block-common-contact h2 span{
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.2em;
    margin-bottom: 45px;
  }
  .block-common-contact h2 span::before{
    height: 10px;
    width: 80px;
    bottom: -30px;
  } 
  .block-common-contact ul{
    display: inline-block;
    margin: 0 auto 70px;
    text-align: center;
    width: 90%;
  }
  .block-common-contact ul li{
    margin: 0 auto 40px;
  }  
  .block-common-contact p.tel{
    font-family: 'Kdam Thmor', cursive;
    font-size: 3.6rem;
    line-height: 1.2em;
  }
  .block-common-contact p.tel a{
    color: #fff;
    margin-bottom: 15px;
    text-decoration: underline;
  }
  .block-common-contact p.business-hours{
    font-size: 1.3rem;
    margin-bottom: 50px;
  }
  .block-common-contact .download{
    box-sizing: border-box;
    margin: 0 auto;
    padding: 20px 5%;
    width: 100%;
  }
  .block-common-contact .download .inner{
    display: block;
  }
  .block-common-contact .download .inner p{
    font-size: 1.5rem;
    line-height: 1.2em;
    margin: 0 0 15px;
  }
  .block-common-contact .download .inner a{
    display: block;
    font-size: 1.4rem;
    line-height: 1.2em;
    padding: 20px .5em;
  }
}

footer{
  background: #0e214e;
  color: #fff;
  padding: 30px 0;
  position: relative;
}
footer .btn-pagetop{
  position: fixed;
  right: 2%;
  bottom: 30px;
  z-index: 1;
  width: 50px;
}
footer .btn-pagetop a{
  transition: .3s;
}
footer .btn-pagetop a:hover{
  opacity: .7;
}
footer .btn-pagetop img{
  border: 1px solid #3e4d71;
  box-sizing: border-box;
  width: 100%;
}
footer .lower-part .layout{
  text-align: left;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
footer .lower-part .layout address{
  box-sizing: border-box;
  font-style:normal;
}
footer .lower-part .layout address img{
  width: 240px;
}
footer .lower-part .layout address p.copyright{
  font-size: 1.3rem;
  line-height: 1.2em;
  margin-bottom: 5px;
}
@media screen and (max-width:767px) {
  footer .btn-pagetop{
    bottom: 0;
  }
  footer .upside-part{
    border-bottom: none;
    margin-bottom: 30px;
    padding-bottom: 0;
  }
  footer .upside-part .layout{
    display: block;
  }
  footer .lower-part .layout{
    display: block;
    text-align: center;
  }
  footer .lower-part .layout address img{
    margin-bottom: 20px;
    width: 40%;
  }
  footer .lower-part .layout address p.copyright{
    font-size: 1.3rem;
    line-height: 1.2em;
    margin-bottom: 20px;
    margin-top: 0;
  }
}

/* -----------------
 sub-common
-------------------- */

.h1-area{
  background: #0e214e;
  box-sizing: border-box;
  color: #fff;
  height: 280px;
  margin-bottom: 90px;
  padding: 15px 20px 0;
  position: relative;
  text-align: center;
}
.h1-area h1{
  margin-left: 0;
  margin-top: 50px;
}
.h1-area h1 span,
.h1-area p span{
  display: block;
  font-size: 1.5rem;
  letter-spacing: 2px;
  line-height: 1.8em;
  margin-left: -13px;
  margin-top: 30px;
}
.h1-area span.underlayer{
  display: block;
  font-size: 1.7rem;
  letter-spacing: 2px;
  line-height: 1em;
  margin-bottom: 10px;
}
.h1-area p{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: .5em;
  line-height: 1.2em;
  margin-left: 0;
  margin-top: 50px;
  padding: 0;
}

@media screen and (max-width:767px) { 
  .h1-area{
    height: 240px;
    margin-bottom: 60px;
    padding: 15px 2% 0;
  }
  .h1-area .layout{
    padding: 0 3%;
  }
  .h1-area h1{
    margin-top: 30px;
  }
  .h1-area h1 span,
  .h1-area p span{
    font-size: 1.4rem;
    letter-spacing: 1px;
    line-height: 1.8em;
    margin-left: -8px;
    margin-top: 30px;
  }
  .h1-area h1.underlayer{
    margin-top: 20px;
  }
  .h1-area span.underlayer{
    display: block;
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .h1-area p{
    font-size: 3.0rem;
    letter-spacing: .3em;
    margin-left: .3em;
    margin-top: 30px;
  }
}



.btn-language{
  list-style: none;
  margin: 0;
  padding: 0;
  transition: .3s;
  display: flex;
  position: fixed;
  right: 20px;
  top: 95px;
  z-index: 10;
}
.btn-language.fixed{
  top: 80px;
}
.btn-language li{
  font-size: 1.3rem;
  line-height: 1em;
  margin: 0 5px 0 0;
  padding: 0;
}
.btn-language li:last-child{
  margin-right: 0;
}
.btn-language li a{
  background: #eee;
  color: #000;
  padding: 8px 2em;
  transition: .3s;
}
.btn-language li a.current{
  background: #0e214e;
  color: #fff;
}
.btn-language li a:hover{
  background: #0e214e;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width:767px) { 
  .btn-language{
    display: none;
  }
}
.common-underlayer .inner{
  display: flex;
  flex-wrap: wrap;
}
.common-underlayer .inner a{
  border: 1px solid #ddd;
  box-sizing: border-box;
  display: block;
  margin: 0 3% 30px 0;
  padding: 30px;
  width: calc((100% - 6%) / 3);
}
.common-underlayer .inner a:nth-of-type(3n){
  margin-right: 0;
}
.common-underlayer .inner a h3{
  color: #000;
  font-size: 1.7rem;
  line-height: 1.2em;
  margin-bottom: 15px;
}
.common-underlayer .inner a p{
  font-size: 1.5rem;
  line-height: 1.8em;
  text-align: left;
}
.common-underlayer .inner a:hover{
  box-shadow: 0 0 20px #ddd;
  text-decoration: none;
}
@media screen and (max-width:767px) { 
  .common-underlayer .inner{
    display: block;
  } 
  .common-underlayer .inner a{
    margin: 0 0 30px 0;
    padding: 25px 5%;
    width: 100%;
  }
  .common-underlayer .inner a h3{
    font-size: 1.6rem;
    text-align: left;
  }
  .common-underlayer .inner a:last-chidl{
    margin-bottom: 0;
  } 
}

ul.common-caution{
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
ul.common-caution li{
  font-size: 1.5rem;
  line-height: 1.8em;
  margin: 0 0 10px 0;
  padding: 0;
  display: flex;
}
ul.common-caution li:last-child{
  margin: 0;
}
ul.common-caution li span{
  display: inline-block;
  margin-right: .5em;
}
.btn-link{
  margin-bottom: 80px;
}
.btn-link ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.btn-link ul li{
  font-size: 1.4rem;
  line-height: 1em;
  margin: 0 3% 20px 0;
  padding: 0;
}
.btn-link ul li:last-child{
  margin-right: 0;
}
.btn-link ul li a{
  background: #0e214e;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  padding: 15px 2em 15px 1em;
  position: relative;
  text-decoration: none;
  width: 15em;
}
.btn-link ul li a i {
  border-color: #fff;  
  border-style: solid;
  border-width: 1px 1px 0 0;
  box-sizing: border-box;
  display: inline-block;
  height: 10px;
  transform: rotate(135deg);
  transition: .3s;
  width: 10px;
  position: absolute;
  right: 1em;
  top: 15px;
}
.btn-link ul li a:hover i {
  top: 18px;
}
@media screen and (max-width:767px) {
  .btn-link{
    margin-bottom: 60px;
  }
  .btn-link ul{
    justify-content: space-between;
  }
  .btn-link ul li{
    font-size: 1.1rem;
    margin-right: 1.5%;
  }
  .btn-link ul li:nth-of-type(even){
    margin-right: 0;
  }
  .btn-link ul li a{
    padding: 12px 1.5em 12px .5em;
    width: 14em;
  }
  .btn-link ul li a i {
    height: 8px;
    width: 8px;
    right: .5em;
    top: 12px;
  }
}

@media screen and (max-width:767px) { 
  .block-scroll{
    margin-top: 20px;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-x: auto;  
  }
}

/* -- buttom-line -- */

.btn-center{
  margin-top: 50px;
  text-align: center;
}
.btn-center a{
  display: inline-block;
  transition: .3s;
}
.btn-center a.line{
  border: 1px solid #0e214e;
  box-sizing: border-box;
  color: #0e214e;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1em;
  padding: 20px 6em;
  position: relative;
}
.btn-center a.line:hover{
  text-decoration: none;
}
.btn-center a.line span.bg-wh{
  background: #fff;
  display: block;
  height: 10px;
  transition: .3s;
  width: 1px;
  position: absolute;
  right: -1px;
  top: 22px;
}
.btn-center a.line span.line{
  background: #0e214e;
  display: block;
  height: 1px;
  transition: .3s;
  width: 100px;
  position: absolute;
  right: -50px;
  top: 5px;
}
.btn-center a.line span.line span{
  background: #ff0030;
  display: block;
  height: 1px;
  transition: .3s;
  width: 10px;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
}
.btn-center a.line:hover span.line{
  width: 120px;
  right: -80px;
}
.btn-center a.line:hover span.line span{
  width: 40px;
  right: -30px;
}
@media screen and (max-width:767px) { 
  .btn-center a.line{
    font-size: 1.5rem;
    line-height: 1em;
    padding: 20px 1em;
    width: 80%;
  }  
  .btn-center a.line span.line{
    background: #0e214e;
    display: block;
    height: 1px;
    transition: .3s;
    width: 50px;
    position: absolute;
    right: -30px;
    top: 5px;
  }
  .btn-center a.line:hover span.line{
    width: 50px;
    right: -30px;
  }
  .btn-center a.line:hover span.line span{
    width: 10px;
    right: 0;
  }
}

/* -- buttom-cta -- */

a.btn-cta{
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 1.5rem;
  line-height: 1em;
  padding: 20px 1em;
  position: relative;
  transition: .3s;
  width: 250px;
}
a.btn-cta:hover{
  text-decoration: none;
}
a.btn-cta::before,
a.btn-cta::after{
  border: 1px solid transparent;
  box-sizing: border-box;
  height: 0;
  width: 0;
  position: absolute;
  z-index: 2;
  content: '';
}
a.btn-cta::before {
  top: 0;
  left: 0;
}
a.btn-cta::after {
  bottom: 0;
  right: 0;
}
a.btn-cta:hover::before,
a.btn-cta:hover::after {
  width: 100%;
  height: 100%;
}
a.btn-cta:hover::before,
a.btn-cta:hover::after {
  transition: width .3s, height .3s .3s;
}

/* カタログDLボタン → 赤 */
a.btn-cta.catalog{
  background: #be0000;
}
a.btn-cta.catalog:hover::before{
  border-top-color: #fcb9b9;
  border-right-color: #fcb9b9;
}
a.btn-cta.catalog:hover::after{
  border-bottom-color: #fcb9b9;
  border-left-color: #fcb9b9;
}

/* 問い合わせボタン → ネイビーブルー */
a.btn-cta.contact{
  background: #0e214e;
}
a.btn-cta.contact:hover::before{
  border-top-color: #8a9ec4;
  border-right-color: #8a9ec4;
}
a.btn-cta.contact:hover::after{
  border-bottom-color: #8a9ec4;
  border-left-color: #8a9ec4;
}

@media screen and (max-width:767px) { 
  a.btn-cta{
    width: 100%;
  }  
}

/* Fixedボタン */

.fixed-area{
  background: rgba(14, 33, 78, .95);
  display: none;
  padding: 20px 0;
  text-align: center;
  width: 100%;
  z-index: 1000;
  position: fixed;
  left: 0;
  bottom: 0;
}
.fixed-area ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixed-area ul li{
  margin-right: 20px;
}

/* 他言語に”電話番号”は不要なので、コメントアウトする
.fixed-area ul li:nth-last-of-type(1){
  margin-right: 0;
}
.fixed-area ul li:nth-of-type(1){
  color: #fff;
  font-weight: 700;
  line-height: 1em;
  margin-right: 50px;
}
.fixed-area ul li:nth-of-type(1) a{
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  pointer-events: none;
  position: relative;
}
.fixed-area ul li:nth-of-type(1) a:before{
  background: url(/lp/analyzer3/assets/images/icon-tel.png) no-repeat center center;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 30px;
  width: 30px;
  transform: translateY(-50%);
  position :absolute;
  left: -35px;
  top: 50%;
}
*/

/* (2)と(3)を(1)と(2)にする */
.fixed-area ul li:nth-of-type(1) a,
.fixed-area ul li:nth-of-type(2) a{
  background: #fff;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1em;
  padding: 20px .5em;
  position: relative;
  text-decoration: none;
  transition: .3s;
  width: 250px;
}
.fixed-area ul li:nth-of-type(1) a{
  background: #be0000;
  color: #fff;
}
.fixed-area ul li:nth-of-type(2) a{
  background: #fff;
}
.fixed-area ul li:nth-of-type(2) a:hover{
  background: #0e224e;
  color: #fff;
}
.fixed-area ul li:nth-of-type(1) a:before,
.fixed-area ul li:nth-of-type(1) a:after,
.fixed-area ul li:nth-of-type(2) a:before,
.fixed-area ul li:nth-of-type(2) a:after{
  border: 1px solid transparent;
  box-sizing: border-box;
  height: 0;
  width: 0;
  position: absolute;
  z-index: 2;
  content: '';
}
.fixed-area ul li:nth-of-type(1) a:before,
.fixed-area ul li:nth-of-type(2) a:before {
  top: 0;
  left: 0;
}
.fixed-area ul li:nth-of-type(1) a:after,
.fixed-area ul li:nth-of-type(2) a:after {
  bottom: 0;
  right: 0;
}
.fixed-area ul li:nth-of-type(1) a:hover:before,
.fixed-area ul li:nth-of-type(1) a:hover:after,
.fixed-area ul li:nth-of-type(2) a:hover:before,
.fixed-area ul li:nth-of-type(2) a:hover:after {
  width: 100%;
  height: 100%;
}
.fixed-area ul li:nth-of-type(1) a:hover:before,
.fixed-area ul li:nth-of-type(1) a:hover:after,
.fixed-area ul li:nth-of-type(2) a:hover:before,
.fixed-area ul li:nth-of-type(2) a:hover:after {
  transition: width .3s, height .3s .3s;
}
.fixed-area ul li:nth-of-type(1) a:hover:before{
  border-top-color: #fcb9b9;
  border-right-color: #fcb9b9;
}
.fixed-area ul li:nth-of-type(1) a:hover:after{
  border-bottom-color: #fcb9b9;
  border-left-color: #fcb9b9;
}
.fixed-area ul li:nth-of-type(2) a:hover:before{
  border-top-color: #b1bace;
  border-right-color: #b1bace;
}
.fixed-area ul li:nth-of-type(2) a:hover:after{
  border-bottom-color: #b1bace;
  border-left-color: #b1bace;
}
@media screen and (max-width:768px) { 
  .fixed-area{
    box-sizing: border-box;
    padding-bottom: 0;
    padding-top: 0;
  }
  .fixed-area .common-layout{
    padding-left: 0;
    padding-right: 0;
  }
  .fixed-area ul{
    justify-content: space-around;
  }
  .fixed-area ul li{
    margin-right: 0;
  }
  .fixed-area ul li:nth-of-type(1){
    width: 45%;
  }
  .fixed-area ul li:nth-of-type(1) a{
    font-size: 1.3rem;
    line-height: 1.4em;
    padding: 20px .5em;
    width: 100%;
  }
  .fixed-area ul li:nth-of-type(2){
    width: 45%;
  }
  .fixed-area ul li:nth-of-type(2) a{
    font-size: 1.3rem;
    line-height: 1.4em;
    padding: 20px .5em;
    width: 100%;
  }
}
