<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

p{
 text-align: center;
 font-size: 20px;
 line-height: 1.3;
 margin-top:10px;
 margin-bottom: 200px;
}

h2{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-top:180px;
  margin-bottom: 20px;
}

section{
  width:1200px;
  margin:0 auto;
}


/*ナビゲーション*/

.h_navi{
  width:100vw;
  height: 100px;
  background-color: #000;
  overflow: hidden;;
}

.h_navi a{
  display: block;
  float: left;
  margin:18px 0 0 10% ;
}

.h_navi ul{
  overflow: hidden;
  width:600px;
  float: right;
  margin:18px 10% 0 0 ;
}
.h_navi ul li{
  font-size: 20px;
  float: left;
  margin-right: 10px;
  border-right: 1px #fff solid;
  padding-right: 10px;
  margin-top: 20px;
}
.h_navi ul li:last-child {  border-right:none;}

.h_navi ul li a{
  margin: 0;
  text-decoration: none;
    color: #fff;
}


/*ナビゲーション固定*/

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;}



/*メイン画像の背景設定*/

.box{
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background:url(https://www.wakibungu.com/images/doc45/wk_pelikan_lp.jpg) no-repeat center center;
}

.box h1{
text-align: right;
color: #fff;
font-size: 35px;
font-weight: bold;
position: absolute; top:22%; right:10%;
text-shadow: 1px 1px 1px #000;
}

.box img{
  position: absolute; top:10%; right:10%;
}



/*h3の背景設定*/
#Charm{
  background:url(https://www.wakibungu.com/images/doc45/wk_pelikan_lp_1.jpg) no-repeat center center;
}
#lineup{
  background:url(https://www.wakibungu.com/images/doc45/wk_pelikan_lp_7.jpg) no-repeat center center;
}
#ink{
  background:url(https://www.wakibungu.com/images/doc45/wk_pelikan_lp_10.jpg) no-repeat center center;
}
#column{
  background:url(https://www.wakibungu.com/images/doc45/wk_pelikan_lp_11.jpg) no-repeat center center;
}
#Charm,#lineup,#ink,#column{
  background-size:cover;
  height:300px;
  color: #fff;
  font-size: 42px;
  text-align: center;
  line-height: 300px;
  font-weight: bold;
  margin-bottom:120px;
}

/*ラインナップのテキスト*/
.linetext h4{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 20px auto 10px;
}

.linetext p{
      margin-bottom: 50px;
}

/*コラム*/
.coltext ul{
  overflow:hidden;
  width:1000px;
  margin:0 auto;
}

.coltext li{
  width:200px;
  display: block;
  float:left;
  margin-right: 20px;
}

.coltext li img{
  width:200px;

}
.coltext li a{
  text-decoration: none;
}


/*フッター*/
#foot-02x{
  margin-top: 200px;
  text-align: center;
  background-color: #000;
color: #FFF;
padding: 10px 0;
}

.center{
  display: block;
  margin:10px auto;
}



/*商品リスト*/
.tok_itemlist li {
    width: 320px !important;
}</pre></body></html>