/*style.css*/

.clear {
    clear: both;
}

a {
    text-decoration: none;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", 'Noto Sans JP', sans-serif, Meiryo, 游ゴシック, YuGothic, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
}

span {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", 'Noto Sans JP', sans-serif, Meiryo, 游ゴシック, YuGothic, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
}

span.enf {
	font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}

a:hover {
    cursor:pointer;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity:0.6;
    zoom:1;
}

.slick-slide img:hover {
    background: rgba(255,255,255,0.5);
    cursor:pointer;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity:0.6;
    zoom:1;
}


.sp {
    display: none;
}

.wrapper {
    overflow: hidden;
}

h2 {
    font-size: 38px;
    color: #fff;
    margin-bottom: 40px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    letter-spacing: 3px;
	font-weight: 700;
}

h2.solution {
    font-family: 'Hind Vadodara', sans-serif;
}

h2.bl_tx {
	color: #2178C6;
}

h3 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 40px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    letter-spacing: 3px;
}

h2.newsTitle {
    font-size: 38px;
    color: #000c5c;
    text-align: center;
}


h3 {
    font-weight: bold;
}

h4 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 40px;
    line-height: 1.5;
    font-weight: bold;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

h4.bl_tx {
	color: #2178C6;
	margin-bottom: 20px;
}

h4.c_wh {
    color: #fff;
}

p.normalTxt {
    font-size: 18px;
    text-align: left;
    color: #fff;
    line-height: 1.8;
}

p.lineupTx {
    text-align: center;
    margin-bottom: 40px;
}

p.normalTxtCenter {
    font-size: 18px;
    text-align: center;
    color: #fff;
    line-height: 2.0;
}


table, ul, ol, ul li, ol li, p {
    color: #4c4c4c;
    font-size: 18px;
/*    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;*/
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", 'Noto Sans JP', sans-serif, Meiryo, 游ゴシック, YuGothic, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #4c4c4c;
    line-height: 1.6;
}

span.sup {
    vertical-align: super;
}

.tx_sh {
    text-shadow: 1px 2px 3px #333333;
}

/*---------------------------------------------
  調整
  ---------------------------------------------*/

.mb0 {
    margin-bottom: 0!important;
}

.mb10 {
    margin-bottom: 10px!important;
}

.mb20 {
    margin-bottom: 20px!important;
}

.mb30 {
    margin-bottom: 30px!important;
}

.mb40 {
    margin-bottom: 40px!important;
}

.mb50 {
    margin-bottom: 50px!important;
}

.mb60 {
    margin-bottom: 60px!important;
}

.mb70 {
    margin-bottom: 70px!important;
}

.mb80 {
    margin-bottom: 80px!important;
}

.mt0 {
    margin-top: 0!important;
}

.mt10 {
    margin-top: 10px!important;
}

.mt20 {
    margin-top: 20px!important;
}

.mt25 {
    margin-top: 25px!important;
}

.mt30 {
    margin-top: 30px!important;
}

.mt40 {
    margin-top: 40px!important;
}

.mt50 {
    margin-top: 50px!important;
}

.mt60 {
    margin-top: 60px!important;
}

.mt70 {
    margin-top: 70px!important;
}

.mt80 {
    margin-top: 80px!important;
}

span.bold {
    font-weight: bold;
}

.f16 {
    font-size: 16px!important;
}



/*---------------------------------------------
  スクロールだけで要素を下からfadeIn
  ---------------------------------------------*/

@media screen and (min-width:768px) {
    .fadein {
        opacity: 0;
        transform : translate(0, 50px);
        transition : all 1500ms;
}
.fadein.scrollin{
    opacity: 1;
    transform: translate(0, 0);
}
}


/*---------------------------------------------
  上スクロールで出てくるグローバルナビゲーション
  ---------------------------------------------*/

.site-header{
    position: fixed;
    top: 0;
    transition: .5s;
}
 
.site-header.hide{
    transform: translateY(-100%);
}


/*---------------------------------------------
  main_visual - NS Clean
  ---------------------------------------------*/


.mainVWrapper {
/*
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
*/
    background-color: #fff;
}

.mainVInner {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
/*   height: 100vh;*/
}

.mainV {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
/*    height: 100vh;*/
    background-image: url(../img/top/mainV.png);
    min-width: 1120px;
    position: absolute;
    top: 0;
    left: 0;
}



video {
    width: 100%;
    min-width: 1120px;
    display: block;
/*
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
*/
}


/*
video {
    width: 100%;
    height: 100vh;
}
*/



/*---------------------------------------------
  Top_sec01 - NS Clean
  ---------------------------------------------*/

.sec01 {
    width: 100%;
/*
    height: 100vh;
    max-height: 622px;
*/
    min-height: 622px;
    background-image: url('../img/top/top_bg01.jpg');
    background-size: cover;
    background-position: center bottom;
    min-width: 1120px;
    position: relative;
 /* margin: calc(100vh - 0px) auto 0;*/

}

.sec01_inner {
    width: 1120px;
    box-sizing: border-box;
    margin: 0 auto;
    height: 100%;
    position: relative;
    padding: 60px 0;
}

.sec01Con {
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 0 auto;
/*
    position: absolute;
    left: 0;
    right: 0;
*/
}



/*---------------------------------------------
  メインLogo
  ---------------------------------------------*/

.main_logo_box {
    width: 1120px;
    height: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: relative;
}


.main_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 123px;
    height: 66px;
    z-index: 99;
}

/*---------------------------------------------
  scrollアイコン - NS Clean
  ---------------------------------------------*/

/*
.scroll_ic {
    position: absolute;
    top: 85%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 54px;
    height: 54px;
    animation: key1 .6s ease infinite alternate;
    z-index: 99;
}

@keyframes key1{
  0% {transform: translateY(0px);}
  100% {transform: translateY(-10px);}
}
*/


a.scroll {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 15%;
}

a.scroll span {
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
a.scroll span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
a.scroll span:nth-of-type(2) {
  bottom: -24px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}

@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


/*---------------------------------------------
  pageTop
  ---------------------------------------------*/

#pageTop {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 998;
}

#pageTop a img {
    width: 81px;
}

#webshop {
    position: fixed;
    bottom: 260px;
    right: 40px;
    z-index: 998;
}

#webshop a img {
    width: 100px;
}

#pageTop a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#webshop a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

/*---------------------------------------------
  fade
  ---------------------------------------------*/


.fade1{
  animation-name:fade-in1;
  animation-duration: 2s; /*1回のアニメーションにかかる時間*/
  animation-timing-function: ease-out; /* */
  animation-delay: 1s; /*アニメーションの開始をいくら遅らせるか*/
  animation-iteration-count:1; /*アニメーションの変化率*/
  animation-direction:normal; /*繰り返し時、往復処理をするか*/
  animation-fill-mode: forwards; /*繰り返し時、往復処理をするか*/
}

@keyframes fade-in1 {
  0% {opacity: 0; transform: translate3d(0,-40px,0);}
  100% {opacity: 1; transform: translate3d(0,0,0);}
}



/*---------------------------------------------
  ヘッダー
  ---------------------------------------------*/

header {
    width: 100%;
/*    height: 101px;*/
    position: fixed;
    top: 0;
    z-index: 999;
    background: rgba(0,12,92,0.9);
}


.head_cont {
    width: 1120px;
    margin: 0 auto;
    position: relative;
/*    height: 101px;*/
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}


.h_contLeft {
    -webkit-flex-basis: 200px;
    flex-basis: 200px;
    max-width: 200px;
/*   background: rgba(255,255,255,0.9);*/
    background: #000000;
    text-align: center;
}


.h_contRight {
    -webkit-flex-basis: 920px;
    flex-basis: 920px;
    max-width: 920px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.h_contRight_r {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    text-align: center;
}

.h_contRight_r a {
    display: block;
    margin-top: 40px;
}

.h_contRight_l {
    -webkit-flex-basis: 80%;
    flex-basis: 80%;
}

.headerICs {
    padding-top: 15px;
}

.head_bt01_en {
    text-align: center;
}

.head_bt01 {
    display: block;
    width: 222px;
/*    line-height: 40px;*/
    display: inline-table;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    color: #000c5c;
    border: 1px solid #000c5c;
    background: #fff;
    font-size: 16px;
    *display: inline;
    *zoom: 1;
    padding: 8px 0px 8px 13px;
    position: relative;
padding-left:24px;
}

.head_bt01:hover {
	text-decoration: none;
}

.head_bt01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 16px solid #000c5c;
  border-right: 16px solid transparent;
}


.head_bt01 span {
    background-color: transparent;
    border: none;
    position: relative;
}

.head_bt01 span:hover {
    background-color: transparent;
}

/*
.head_bt01 span:after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 6px;
    background-image: url(../img/top/h_arrow01.svg);
    background-size: contain;
    vertical-align: middle;
    margin-left: 5px;
    background-repeat: no-repeat;
}
*/

/*
.head_bt01 span:before {
  content: '';
  width: 18px;
  border: 0;
  border-top: solid 1px #000c5c;
  position: absolute;
  top: 50%;
  right: -22px;
}
*/

/*
.head_bt01 span:after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0;
    border-top: solid 1px #000c5c;
    position: absolute;
    top: 55%;
    right: -19px;
    margin-top: -8px;
    margin-left: 12px;
    transform: rotate(45deg);
}
*/

.lang_ic_en {
    color: #fff;
    margin-left: 20px;
    display: inline-block;
	font-size: 15px;
}

.lang_ic_en:before {
    content: url(../img/top/lang_ic.svg);
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    vertical-align: sub;
}

.lang_ic_chi {
    color: #fff;
    display: inline-block;
	font-size: 15px;
}

.lang_ic_spa {
    color: #fff;
    display: inline-block;
	font-size: 15px;
}

.ml20 {
    margin-left: 20px;
}

.h_logo {
    display: block;
    margin-top: 13px;
}



/*
.h_logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    bottom: 0;
    margin: auto;
    height: 3.2rem;
    z-index: 999;
}
*/

.h_cont {
    width: 1120px;
    margin: 0 auto;
    position: relative;
    height: 80px;
    box-sizing: border-box;
}

.contactBt {
    background: rgba(0,166,132,1.0);
    width: 120px;
    padding: 8px 0;
    text-align: center;
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 30%;
    z-index: 99;
    bottom: 0;
    margin: auto;
    height: 32px;
    z-index: 999;
}

.contactBt a {
    color: #fff;
    text-decoration: none;
    display: block;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", 'Noto Sans JP', sans-serif, Meiryo, 游ゴシック, YuGothic, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
    font-weight: 500;
}

.telN {
    color: #00a684 !important;
    text-decoration: none !important;
    font-size: 32px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    bottom: 0;
    margin: auto;
    height: 34px;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", 'Noto Sans JP', sans-serif, Meiryo, 游ゴシック, YuGothic, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
    font-weight: 500;
}

.telN a {
    color: #00a684 !important;
    text-decoration: none !important;
}

.bt:hover {
    cursor:pointer;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity:0.6;
    zoom:1;
}




/*---------------------------------------------
  メニューの三本線アイコン
  ---------------------------------------------*/

#humberger {
  position: relative;
  height: 24px;
  width: 24px;
  display: inline-block;
  box-sizing: border-box;
    margin-top: 12px;
}
#humberger div {
  position: absolute;
  left: 0;
  height: 4px;
  width: 24px;
  background-color: #fff;
  border-radius: 2px;
  display: inline-block;
  box-sizing: border-box;
}
#humberger div:nth-of-type(1) {
  top: 0;
}
#humberger div:nth-of-type(2) {
  top: 10px;
}
#humberger div:nth-of-type(3) {
  bottom: 0;
}

.humIc {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 0;
    right: 0;
    text-align: center;
    background: rgba(0,12,92,0.9);
    z-index: 9999;
}


/*---------------------------------------------
  Top_sec02 - NS Clean
  ---------------------------------------------*/

.sec02 {
    width: 100%;
    min-height: 680px;
    background-image: url('../img/top/top_bg02.jpg');
    background-size: cover;
    background-position: center top;
    position: relative;
    min-width: 1120px;
}

.sec02_inner {
    width: 1120px;
    box-sizing: border-box;
    margin: 0 auto;
    height: 100%;
    position: relative;
    padding: 200px 0 60px;
}

.sec02Con {
    color: #fff;
    text-align: center;
/*    position: absolute;*/
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.detail_bt {
    display: block;
    width: 340px;
    line-height: 40px;
    display: inline-table;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    font-size: 18px;
    text-align: center;
    *display: inline;
    *zoom: 1;
    padding: 18px 0;
    margin-top: 60px;
    position: relative;
}

.detail_bt:hover {
	text-decoration: none;
    background: rgba(255,255,255,0.5);
}



.detail_bt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 24px solid #fff;
  border-right: 24px solid transparent;
/*
    display: block;
    background-color: transparent;
    border: none;
    position: relative;
*/
}

.detail_bt span {
    background-color: transparent;
    border: none;
    position: relative;
    display: block;
    line-height: 1.4;
    margin-left: 30px;
}

.detail_bt span:hover {
    background-color: transparent;
}

.detail_bt span:after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 13px;
    background-image: url(../img/top/arrow_white.svg);
    background-size: contain;
    vertical-align: text-top;
    margin-left: 10px;
    background-repeat: no-repeat;
}


/*---------------------------------------------
  Top_sec03 - NS Clean
  ---------------------------------------------*/

.sec03 {
    width: 100%;
    min-height: 618px;
    background-image: url('../img/top/top_bg03.jpg');
    background-size: cover;
    background-position: center center;
    position: relative;
    min-width: 1120px;
}

.sec03_inner {
    width: 1120px;
    box-sizing: border-box;
    margin: 0 auto;
    height: 100%;
    position: relative;
    padding: 80px 0 30px 0;
}

.sec03Con {
    color: #fff;
    text-align: center;
/*    position: absolute;*/
    width: 100%;
/*
    left: 0;
    right: 0;
*/
    margin: 0 auto;
}

div.lineup_tx {
    position: absolute;
    left: 50%;
    margin: auto;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
}

.lineup_tx ul{
    text-align: left;
}

.lineup_tx ul li {
    padding-bottom: 10px;
    color: #fff;
}

.lineup_tx ul li:before {
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 18px;/*画像の幅*/
    height: 18px;/*画像の高さ*/
    background-image: url(../img/top/lineup_tx_ic.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 16px;
}

p.p_concept {
    color: #fff;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.5;
    font-weight: bold;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/*---------------------------------------------
  Top_sec04 - NS Clean
  ---------------------------------------------*/

.sec04 {
    width: 100%;
    position: relative;
        min-width: 1120px;
}


.top_lineup01 ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    min-width: 1120px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.top_lineup01 ul li {
    -webkit-flex-basis: 33.33%;
    flex-basis: 33.33%;
    box-sizing: border-box;
    position: relative;
    width: 33.33%;
    position: relative;
    height: 520px;
}

@media screen and (min-width:1200px) {
    .top_lineup01 ul li {
        height: 560px;
    }
}

@media screen and (min-width:1500px) {
    .top_lineup01 ul li {
        height: 620px;
    }
}


.top_lineup01 ul li a:hover {
    opacity: 1.0;
}

.top_lineup01 ul li img {
    max-width: 100%;
}

.top_lineup01 ul li img.l_up_img {
    display: none;
}

h3.tit01 {
    position: absolute;
    top: 62%;
    color: #fff;
    font-size: 36px;
    left: 50%;
    margin: 0 auto;
    text-align: center;
    text-shadow:1px 1px 3px #005373;
    font-weight: bold;
    width: 100%;
    transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", 'Noto Sans JP', sans-serif, Meiryo, 游ゴシック, YuGothic, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-shadow: 1px 1px 10px rgba(0,83,115,0.8), 0 0 5em rgba(0,83,115,0.8), 0 0 0.2em rgba(0,83,115,0.8);
}

.contents p.tit02 {
    position: absolute;
    top: 70%;
    color: #fff;
    font-size: 28px;
    left: 50%;
      margin: 0 auto;
    text-align: center;
    text-shadow: 1px 1px 3px #005373;
    font-weight: bold;
    width: 100%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    text-shadow: 1px 1px 10px rgba(0,83,115,0.8), 0 0 5em rgba(0,83,115,0.8), 0 0 0.2em rgba(0,83,115,0.8);
}

.top_lineup01 ul li.l_up01 {
    background-image: url(../img/top/lineup_bg01.jpg);
    background-size: cover;
    background-position: center;
}

.top_lineup01 ul li.l_up02 {
    background-image: url(../img/top/lineup_bg02.jpg);
    background-size: cover;
    background-position: center;
}

.top_lineup01 ul li.l_up03 {
    background-image: url(../img/top/lineup_bg03.jpg);
    background-size: cover;
    background-position: center;
}

.top_lineup01 ul li.l_up04 {
    background-image: url(../img/top/lineup_bg04.jpg);
    background-size: cover;
    background-position: center;
}

.top_lineup01 ul li.l_up05 {
    background-image: url(../img/top/lineup_bg05.jpg);
    background-size: cover;
    background-position: center;
}

.top_lineup01 ul li.l_up06 {
    background-image: url(../img/top/lineup_bg06.jpg);
    background-size: cover;
    background-position: center;
}


/*---------------------------------------------
  Top_sec04 - ラインナップ商品　マウスオーバ
  ---------------------------------------------*/


.hover_wrap {
    position: relative;
    overflow: hidden;
}

.hover_wrap .hover_cover {
    _background: rgba(0,12,92,0.9);
    background: rgba(0,12,92,0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
/*    margin-top: -7px*/
}


/*
.hover_wrap .hover_cover * {
_color: #fff;
_color: #063156;
}
*/

/*
.hover_wrap .hover_cover * .move_element {
opacity: 0;
transform: translateX(-60px);
-moz-transform: translateX(-60px);
-webkit-transform: translateX(-60px);
-ms-transform: translateX(-60px);
transition: all 0.1s ease;
-moz-transition: all 0.1s ease;
-webkit-transition: all 0.1s ease;
-ms-transition: all 0.1s ease;
}


.hover_wrap .hover_cover * .move_element:nth-of-type(1) {
transition-delay: 0.1s;
-moz-transition-delay: 0.1s;
-webkit-transition-delay: 0.1s;
-o-transition-delay: 0.1s;
-ms-transition-delay: 0.1s;
}


.hover_wrap .hover_cover .btns.move_element {
opacity: 0;
transform: translateX(-60px);
-moz-transform: translateX(-60px);
-webkit-transform: translateX(-60px);
-ms-transform: translateX(-60px);
transition-delay: 0.3s;
-moz-transition-delay: 0.3s;
-webkit-transition-delay: 0.3s;
-o-transition-delay: 0.3s;
-ms-transition-delay: 0.3s;
}
*/


.hover_wrap .hover_cover:not(:target) {
filter: none;
-ms-filter: none;
}

.hover_wrap:hover .hover_cover,
.hover_wrap.hover .hover_cover {
opacity: 1;
transform: translateX(0px);
-moz-transform: translateX(0px);
-webkit-transform: translateX(0px);
-ms-transform: translateX(0px);
}

/*
.hover_wrap:hover .hover_cover .en,
.hover_wrap:hover .hover_cover .jp,
.hover_wrap.hover .hover_cover .en,
.hover_wrap.hover .hover_cover .jp {
opacity: 1;
transform: translateX(0px);
-moz-transform: translateX(0px);
-webkit-transform: translateX(0px);
-ms-transform: translateX(0px);
}
*/


/*
.hover_wrap:hover .hover_cover .btns,
.hover_wrap.hover .hover_cover .btns {
opacity: 1;
transform: translateX(0px);

-moz-transform: translateX(0px);
-webkit-transform: translateX(0px);
-ms-transform: translateX(0px);
}
*/


img.onLogo {
    width: 220px;
/*    height: 84px;*/
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

img.onLogo01 {
    
}


.hover_wrap .hover_cover h3 {
    margin-left: 30px;
    margin-top: 23px;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color:#fff;
    font-weight: 500;
    letter-spacing: 3px;
    position: absolute;
    top: 48%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    font-size: 1.2vw
}

.hover_wrap .hover_cover h3 span {
    font-size: 18px;
    display: block;
    margin-bottom: 20px;
}

.hover_wrap .hover_cover p {
    font-size: 22px;
    color:#fff;
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-weight: 500;
    letter-spacing: 4px;
    line-height: 1.4;
    font-size: 1.4vw
}

img.lineup_arrow {
    width: 62px;
    height: 20px;
    position: absolute;
    top: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

img.ex01 {
    top: 36%;
}


@media screen and (max-width:1600px) {
    .hover_wrap .hover_cover p {
    }
}

@media screen and (max-width:1500px) {
    .hover_wrap .hover_cover p {
        top: 57%;
    }
    img.onLogo {
        top: 15%;
    }
    .hover_wrap .hover_cover h3 {
        top:50%
    }
}

@media screen and (max-width:1240px) {
    .hover_wrap .hover_cover p {
        line-height: 1.4;
        top: 58%;
    }
    .hover_wrap .hover_cover h3 {
        top:50%
    }
    img.onLogo {
        width: 200px;
        top: 16%;
    }
    img.ex01 {
        top: 36%
    }
    img.lineup_arrow {
        top: 75%;
    }
}







/*　削除予定　*/

.top_lineup ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    min-width: 1120px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
}


.top_lineup ul li {
     -webkit-flex-basis: 33.33%;
    flex-basis: 33.33%;
    min-height: 520px;
}

.top_lineup ul li:first-child {
    width: 100%;
/*    min-width: 374px;*/
    height: auto;
    background-image: url('../img/top/lineup_bg01.jpg');
    background-size: cover;
    background-position: center center;
    position: relative;
}

.top_lineup ul li:nth-child(2) {
    width: 100%;
/*    min-width: 374px;*/
    height: auto;
    background-image: url('../img/top/lineup_bg02.jpg');
    background-size: cover;
    background-position: center center;
    position: relative;
}

.top_lineup ul li:nth-child(3) {
    width: 100%;
/*    min-width: 374px;*/
    height: auto;
    background-image: url('../img/top/lineup_bg03.jpg');
    background-size: cover;
    background-position: center center;
    position: relative;
}

.top_lineup ul li:nth-child(4) {
    width: 100%;
/*    min-width: 374px;*/
    height: auto;
    background-image: url('../img/top/lineup_bg04.jpg');
    background-size: cover;
    background-position: center center;
    position: relative;
}

.top_lineup ul li:nth-child(5) {
    width: 100%;
/*    min-width: 374px;*/
    height: auto;
    background-image: url('../img/top/lineup_bg05.jpg');
    background-size: cover;
    background-position: center center;
    position: relative;
}

.top_lineup ul li:nth-child(6) {
    width: 100%;
/*    min-width: 374px;*/
    height: auto;
    background-image: url('../img/top/lineup_bg06.jpg');
    background-size: cover;
    background-position: center center;
    position: relative;
}

/*　削除予定　*/


/*
.top_lineup01 ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    min-width: 1120px;
}

.top_lineup01 ul li {
     -webkit-flex-basis: 33%;
    flex-basis: 33%;
    min-height: 520px;
}

.top_lineup01 ul li:first-child {
    width: 100%;
    min-width: 374px;
    height: auto;
    background-image: url('../img/top/lineup_bg04.jpg');
    background-size: cover;
    background-position: center center;
    position: relative;
}

.top_lineup01 ul li:nth-child(2) {
    width: 100%;
    min-width: 374px;
    height: auto;
    background-image: url('../img/top/lineup_bg05.jpg');
    background-size: cover;
    background-position: center center;
    position: relative;
}

.top_lineup01 ul li:nth-child(3) {
    width: 100%;
    min-width: 374px;
    height: auto;
    background-image: url('../img/top/lineup_bg06.jpg');
    background-size: cover;
    background-position: center center;
    position: relative;
}
*/



/*---------------------------------------------
  Top_sec05 - NS Clean
  ---------------------------------------------*/


.sec05 {
    width: 100%;
    position: relative;
    min-width: 1120px;
    background-color: #fff;
    margin-top: -7px;
}

.sec05_inner {
    width: 1120px;
    box-sizing: border-box;
    margin: 0 auto;
    height: 100%;
    position: relative;
    padding: 80px 0 60px 0;
}


/*---------------------------------------------
  Top_sec05 - 新着情報
  ---------------------------------------------*/

/*
.newsWrap {
    clear: both;
}
*/

/*
#topic #tabCont {
    clear: both;
}
*/

#topic #tabCont ul {
    display: none;
    margin-top: 0;
}

#topic #tabCont ul:first-child {
    display: block;
}


#topic .link {
	display: block;
	margin-top: 18px;
	float: right;
}

#topic .link a:hover {
text-decoration: underline;
}

.topicList {
	margin-top: 40px;
	border-top: 1px solid #000c5c;
}

.topicList li {
    border-bottom: 1px solid #000c5c
}

.topicList li a {
    display: table;
    width: 100%;
    height: 65px;
    color: #000;
    transition: 0.2s;
}

.topicList li a:hover {
    box-shadow: 0 0 8px gray;
    text-decoration: none;
}

.topicList li a > * {
    display: table-cell;
    vertical-align: middle;
}

.topicList li a > time {
    width: 200px;
    padding-left: 10px;
}

.topicList li a > div {
    width: 60px;
}

.topicList li a .icon {
    background-color: #000c5c;
    color: #fff;
/*    margin-left: -66px;*/
    padding: 2px 6px;
/*    margin-right: 16px;*/
    text-align: center;
    border-radius: 2px;
    display: inline-block;
font-size: 14px;
    letter-spacing: 0.25em;
}

.topicList li a > p {
    padding: 20px 20px 20px 20px;
    word-break: break-all;
    line-height: 1.4;
}

.detail_bt01 {
    display: block;
    width: 340px;
    line-height: 40px;
    display: inline-table;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    color: #000c5c;
    border: 1px solid #000c5c;
    background: transparent;
    font-size: 18px;
    text-align: center;
    *display: inline;
    *zoom: 1;
    padding: 10px 0;
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: 60px;
}

.detail_bt01:hover {
	text-decoration: none;
}

.detail_bt01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 24px solid #000c5c;
  border-right: 24px solid transparent;
}

.detail_bt01 span {
    background-color: transparent;
    border: none;
    position: relative;
    margin-left: 30px;
}

.detail_bt01 span:hover {
    background-color: transparent;
}

.detail_bt01 span:after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 13px;
    background-image: url(../img/top/arrow_blue.svg);
    background-size: contain;
    vertical-align: text-top;
    margin-left: 10px;
    background-repeat: no-repeat;
}

/*---------------------------------------------
  Top_sec06 - NS Clean
  ---------------------------------------------*/


.sec06 {
    width: 100%;
    height: 100vh;
    max-height: 400px;
    background-image: url('../img/top/top_bg04.jpg');
    background-size: cover;
    background-position: center top;
    position: relative;
        min-width: 1120px;
}

.sec06_inner {
    width: 1120px;
    box-sizing: border-box;
    margin: 0 auto;
    height: 100%;
    position: relative;
    padding: 100px 0 30px 0;
}

.sec06Con {
    color: #fff;
    text-align: center;
    position: absolute;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}


/*---------------------------------------------
  Top_sec07 - NS Clean
  ---------------------------------------------*/

.sec07 {
    width: 100%;
    position: relative;
        min-width: 1120px;
}


.top_link ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    min-width: 1120px;
}


.top_link ul li {
/*
     -webkit-flex-basis: 33%;
    flex-basis: 33%;
*/
    min-height: 200px;
}

.top_link ul li:first-child {
    width: 100%;
    min-width: 560px;
    height: auto;
    background-image: url('../img/top/top_bg05.jpg');
    background-size: cover;
    background-position: center center;
    position: relative;
    text-align: center;
}

.top_link ul li:nth-child(2) {
    width: 100%;
    min-width: 560px;
    height: auto;
    background-image: url('../img/top/top_bg06.jpg');
    background-size: cover;
    background-position: center center;
    position: relative;
    text-align: center;
}

.top_link ul li a {
    font-size: 28px;
    color: #fff;
    display: block;
    padding-top: 70px;
    height: 100%;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.top_link ul li a span:after {
    content: '';
    width: 40px;
    height: 13px;
    background-image: url(../img/top/arrow_white.svg);
    background-size: contain;
    vertical-align: text-top;
    background-repeat: no-repeat;
    position: absolute;
    top: 140px;
    left: 50%;
}

/*---------------------------------------------
  Top_sec08 - NS Clean
  ---------------------------------------------*/


.sec08 {
    width: 100%;
    position: relative;
    min-width: 1120px;
    background-color: #fff;
    display: none;
}

.sec08_inner {
    width: 1120px;
    box-sizing: border-box;
    margin: 0 auto;
    height: 100%;
    position: relative;
    padding: 60px 0 80px 0;
}


/*---------------------------------------------
  Page Top - NS Clean
  ---------------------------------------------*/


#pageTop {
    position: fixed;
    bottom: 140px;
    right: 0;
    z-index: 99;
    width: 88px;
    height: 88px;
    background: rgba(0,12,92,0.8);
    text-align: center;
    white-space: nowrap;
    padding-top: 48px;
    border: 1px solid rgba(0,12,92,0.9);
}

#pageTop a {
    color: #fff;
    font-size: 14px;
}

#pageTop a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}


#pageTop a img {
    width: 21px;
    height: 28px;
    display: block;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
}


#lan_ic {
    position: fixed;
    bottom: 227px;
    right: 0;
    z-index: 99;
    width: 88px;
    height: 88px;
    background: rgba(0,12,92,0.8);
    text-align: center;
    padding-top: 58px;
    border: 1px solid rgba(0,12,92,0.9);
}

#lan_ic a {
    color: #fff;
}

#lan_ic img {
    width: 40px;
    position: absolute;
    top: 16%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#lan_ic {
    color: #fff;
    font-size: 14px;
}

#lan_ic:hover {
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}


#lan_ic:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.animate-toggle-block {
    position: fixed;
    bottom: 227px;
    right: 87px;
    z-index: 9999;
    width: 300px;
    height: 88px;
    background: rgba(0,12,92,0.8);
    text-align: center;
    padding-top: 40px;
    display: none;
    border: 1px solid rgba(0,12,92,0.9);
}

.animate-toggle-block ul {
    display: -webkit-flex;
    display: flex;
    margin-left: 50px;
    margin-top: -10px;
}

.animate-toggle-block ul li a {
    color: #fff;
    font-size: 16px;
    letter-spacing: 3px;
    position: relative;
}

a.en03 img {
    width: 33px;
    height: 87px;
}

a.en03 {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

/*---------------------------------------------
  navi
  ---------------------------------------------*/

p.naviTitle {
    color: #fff;
    font-size: 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    letter-spacing: 0.08em;
}

.naviImgBox {
    float: right;
    margin-top: -300px;
    width: 600px;
}


ul.naviImg {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.naviImg li {
    -webkit-flex-basis: 160px;
    flex-basis: 160px;
    margin-bottom: 15px;
}

ul.naviImg li a span {
/*    display: block;*/
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    width: 160px;
/*    white-space: nowrap;*/
}

ul.naviImg li img {
    width: 160px;
    height: 195px;
}

.menu > ul > li > ul.menu02 > li a.m_item {
    position: relative;
    padding-left: 20px;
    letter-spacing: 0.05em;
    font-size: 16px;
    width: 240px;
    text-align: left;
}

.menu > ul > li > ul.menu02 > li a.m_item:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


.menu > ul > li > ul.menu02 > li a.m_item01:before {
    top: 25%;
}

.menu > ul > li > ul.menu02 > li {
    margin: 0;
}

.menu > ul > li > ul.menu02 > li p.naviTitle a {
    font-size: 20px;
}


/*---------------------------------------------
  Closeボタン
  ---------------------------------------------*/

.close {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 1px 1px 1px #ddc inset;
    color: #000c5c;
    cursor: pointer;
/*
    display: inline-block;
    font-size: 22px;
*/
    width: 32px;
    height: 32px;
    text-align: center;
    text-shadow: 1px 1px 0 #fff;
    position: absolute;
    top: 10px;
    right: 10px;
/*
    padding-left: 1px;
    line-height: 1.2em;
*/
}

.close span {
    vertical-align: middle;
    font-size: 20px;
position: absolute;
top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media all and (-ms-high-contrast: none) {
  .close span {
      display: block;
/*      padding-top: 5px;*/
  }
}

.close:hover  {
    cursor:pointer;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity:0.6;
    zoom:1;
}

.ml40 {
    margin-left: 40px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb20 {
    margin-bottom: 20px;
}

/*---------------------------------------------
  Footer
  ---------------------------------------------*/

footer {
    position: relative;
}


.f_inner {
    width: 100%;
    background: rgba(0,12,92,1.0);
    color: #fff;
    padding: 40px 0 30px 0;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", 'Noto Sans JP', sans-serif, Meiryo, 游ゴシック, YuGothic, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
    font-weight: 500;
}

.f_inner_01 {
    width: 1120px;
    margin: 0 auto;
}

.f_inner_03_wrap {
    width: 100%;
    background: rgba(0,12,92,1.0);
    border-top: 1px solid #fff;
}

.f_inner_03 {
    width: 1120px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 30px 0;
}

img.c_logo {
    width: 288px;
/*    height: 20px;*/
}

.f_inner_03_r {
    margin-left: 40px;
}

.f_inner_03 p {
    line-height: 1.8;
}

.f_inner_02 {
    width: 100%;
    min-width: 1120px;
    height: auto;
    background: #000;
    margin: 0 auto;
/*
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
*/
/*    padding-bottom: 30px;*/
}

.f_inner_02_both {
    width: 100%;
    max-width: 1120px;
    height: auto;
    background: #000;
    margin: 0 auto;
    padding-top: 30px;
/*
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 30px;
*/
}

.f_inner_02_l {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
}

.f_inner_02_r {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
}


ul.f_navi {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-sizing: border-box;
}

ul.f_navi {
    box-sizing: border-box;
    flex-basis: 60%;
}


ul.f_navi a {
    color: #fff;
}

ul.f_navi li a {
    font-size: 18px;
    line-height: 2.4;
}

ul.f_navi li ul li {
    padding-bottom: 10px;
    margin-left: 10px;
}

ul.f_navi li ul li a {
    font-size: 16px;
    white-space: nowrap;
    line-height: 1.4;
    padding-left: 25px;
    text-indent: -25px;
    display: inline-block;
}

ul.f_navi li ul li a:before {
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    left: 3px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 1em;
}

.f_company {
    font-size: 18px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
}

.f_address {
    font-size: 18px;
}

.f_tel {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 10px;
    color:#fff!important;
    text-decoration:none!important;
}

.f_tel a {
    color:#fff!important;
    text-decoration:none!important;
}

.f_fax {
    font-size: 18px;
    color:#fff!important;
    text-decoration:none!important;
}

.f_fax a {
    color:#fff!important;
    text-decoration:none!important;
}

.f_border {
    border-bottom: 1px solid #fff;
    margin-top: 60px;
}

.f_copy {
    text-align: center;
    color: #fff;
    margin: 0 auto;
    padding: 20px 0 30px;
    font-size: 14px;
}

.f_banner {
    width: 320px;
    margin: 0 auto;
}

.f_banner img {
    max-width: 100%;
}

footer p {
    color: #fff;
}

img.f_logo {
    width: 123px;
    height: 66px;
}

.f_inner_02_l ul {
    display: -webkit-flex;
    display: flex;
/*
    -webkit-justify-content: flex-end;
    justify-content:flex-end;
*/
    box-sizing: border-box;
/*    margin-top: 30px;*/
}

.f_inner_02_l ul li {
    margin-left: 20px;
}

.f_inner_02_l ul li a:after {
    content: '';
    display: inline-block;
    width: 10px;/*画像の幅*/
    height: 10px;/*画像の高さ*/
    background-image: url(../img/top/ic_blank.png);
    background-size: contain;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -5px;
}

.f_inner_02_l ul li.f_logo00 {
    margin-left: 0;
}

.f_logo00 img {
    width: 196px;
}

.f_logo01 img {
    width: 210px;
}

.f_logo04 img {
    width: 80px;
}

.f_logo02 img {
    width: 101px;
}

.f_logo03 img {
    width: 62px;
}


/*---------------------------------------------
  その他
  ---------------------------------------------*/

.logoWrap {
    width: 100%;
    min-width: 1120px;
    height: 100vh;
    position: absolute;
    top: 0;
}

@media screen and (min-width:768px) {
    .sp_logo {
        display: none;
    }
    .sp_logo01 {
        display: none;
    }
}

@media screen and (min-width:768px) {
    .iframe {
        height: 3000px;
    }
}

@media screen and (max-width:768px) {
    .iframe {
        margin-bottom: 40px;
    }
}

.sup_ad {
    margin-top: -7px;
}

#top_lineup {
    margin-top: -130px;
    padding-top: 130px;
}


/*---------------------------------------------
  202012
  ---------------------------------------------*/

header {
    height: 115px;
}

.head_cont {
    height: 115px;
}

.menu > ul > li a {
    line-height: 1.3;
}

.menu > ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.menu > ul > li {
    float: none;
}

.menu > ul > li a {
    padding: 1em 0;
    font-size: 15px;
}

.lang_ic_en:before {
    margin-right: 5px;
}

.head_bt01 {
    font-size: 15px;
    padding-right: 0;
    width: 220px;
}

.head_bt01 span:before {
    content: none;
}

.head_bt01 span:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 7px;
    background-image: url(../img/top/head_ar01.png);
    background-size: contain;
    vertical-align: middle;
    transform: none;
    border-top: none;
    position: static;
    margin-left: 5px;
    margin-top: -5px;
}

.head_bt02 span:after {
    background-image: url(../img/top/head_ar02.png);
}

.head_bt02 {
    color: #006ab6;
    border: 1px solid #006ab6;
    width: 240px;
}

.head_bt02::before {
    border-top: 16px solid #006ab6;
}

.acc_menu .lang_bt {
    font-size: 15px;
}

.menu > ul > li > ul {
    margin-top: 0;
    top: 54px;
}

.menu > ul > li > ul.lang-sub {
    width: 140px;
    right: 0;
    left: auto;
}

.menu > ul > li > ul.lang-sub li {
    width: 100%;
}

.menu > ul > li > ul.lang-sub li a {
    padding: 8px 0;
}

.sec05 {
    margin-top: 0;
}

ul.naviImg {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

ul.naviImg li {
    margin-right: 40px;
}

ul.naviImg li:nth-child(3n) {
    margin-right: 0;
}

/*---------------------------------------------
  Top_sec08 - NS Clean
  ---------------------------------------------*/

.sec08 {
    width: 100%;
    position: relative;
    min-width: 1120px;
    background-color: #fff;
    margin-top: -4px;
}

.sec08_inner {
    width: 1120px;
    box-sizing: border-box;
    margin: 0 auto;
    height: 100%;
    position: relative;
    padding: 60px 0 80px 0;
}

.top_link_add ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    min-width: 1120px;
}

.top_link_add ul li {
    min-height: 248px;
}


.top_link_add ul li:first-child {
    width: 100%;
    min-width: 560px;
    height: auto;
    background-image: url('../img/top/a_img01.jpg');
    background-size: cover;
    background-position: center center;
    position: relative;
    text-align: center;
}

.top_link_add ul li:nth-child(2) {
    width: 100%;
    min-width: 560px;
    height: auto;
    background-image: url('../img/top/a_img02.jpg');
    background-size: cover;
    background-position: center center;
    position: relative;
    text-align: center;
}


.top_link_add ul li img {
    width: 480px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.top_link_add ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

img.onLogo_test {
    width: 374px;
}

@media screen and (max-width:1240px) {
    img.onLogo_test {
        width: 274px;
    }
}

.hover_wrap .hover_cover p.test_tx {
    top: 47%;
}

.top_lineup01 ul li.l_up08 {
    background-image: url(../img/top/lineup_bg08.jpg);
    background-size: cover;
    background-position: center;
}

.head_bt01 span {
    display: block;
    line-height: 1.2;
}

.adjust {
    padding-top: 120px!important;
    margin-top:-120px;
}

#tlink01,
#tlink02 {
    margin-top:-120px;
    padding-top:120px;
    display: block;
}

/*202505*/

.h_contRight {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
}

.headerICs {
    display: flex;
    justify-content: flex-end;
    padding-right: 25px;
}

.h_contRight_l {
    padding-left: 20px;
    padding-right: 20px;
}

.lang_ic_en:before {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -4px;
}

@media screen and (max-width: 767px) {
    .sp_logo {
        display: none!important;
    }
    .sp_logo01 {
        left: 20px!important;
    }
}

/* メンテナンス情報 */
.com-mainte {
  border: 3px solid #ff0000;
  padding: 40px 20px 20px;
  margin-bottom: 40px;
  text-align: center;
  color: #ff0000;
  max-width: 1120px;
  margin-left:auto;
  margin-right: auto;
}
.com-mainte.com-mainte-top {
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
.com-mainte.com-mainte-top {
  margin-left: 15px;
  margin-right: 15px;
}
}
.com-mainte p {
  margin-bottom: 20px;
  color: #ff0000 !important;
}
@media screen and (max-width: 767px) {
  .com-mainte p {
    font-size: 16px !important;
  }
}