* { box-sizing: border-box; -webkit-box-sizing: border-box; }

html, body { height: 100%; }

body { 
    color: #333;
    font-family: Meiryo, "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: small;
    margin: 0;
    padding: 0;
    line-height: 2;
    letter-spacing: 0.03em;
    -webkit-text-size-adjust: 100%; /* ブラウザ側で自動調整しない */
    -webkit-font-smoothing: antialiased; /* アンチエイリアス */
    overflow-x: hidden;
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
    }
    
@keyframes fadeIn {
     0% { opacity: 0 }
  100% { opacity: 1 }
  }

@-webkit-keyframes fadeIn {
     0% { opacity: 0 }
  100% { opacity: 1 }
  }

@media screen and (max-width: 640px) {
body { font-size: 80%; letter-spacing: 0; }
}

/* --------------------------------------------------------------------------------- ★ Google */

.adsbygoogle { display: inline-block; width: 728px; height: 90px; margin: 30px 0; }

.ad { 
  margin: 60px 20px 0 20px;
  text-align: center;
  }

@media screen and (max-width: 640px) {
.adsbygoogle { width: 320px; height: 280px; }
}

/* --------------------------------------------------------------------------------- ★ a */

a { text-decoration: none; transition: 0.4s; }
a:link { color: #099; }
a:visited { color: #777; }
a:hover { color: #0cc; }
a:active,
.active { color: #099; }

#here a:link,
#here a:visited { color: #333; }
#here a:hover  { color: #099; }

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

img { 
  max-width:100%;
  border: none;
  vertical-align: bottom;/* DIV内で画像の下にできる隙間をなくす */
  -webkit-backface-visibility: hidden;
  }

.imgs { padding-bottom: 40px; }
a:img { max-width: 100%; }
a img { transition: 0.4s; }
a:hover img { opacity: 0.3; filter: alpha(opacity=30); transition: 0.4s; }

.imgfit img { max-width: 440px; margin-right: 20px; }
.coverart { margin-top: 40px; }

.coverart li,
.coverart img { margin-bottom: 20px; }

@media screen and (min-width: 640px) {
.coverart {
  display: flex;
  gap: 2%;
  }
.coverart li { width: 49%; }

}

/* --------------------------------------------------------------------------------- ★ p */

p { margin: 0; }

/* --------------------------------------------------------------------------------- ★ li */

ol, ul { margin: 0; padding: 0; }

li { display: inline-block; max-width: 100%; }

.li-center { display: inline-block; text-align: left; }

.list li,
.links li {
  display: list-item;
  list-style-position: inside;
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 10px;
  text-align: left;
  }

.comment .list { margin: 0 0 30px 0; }

.list span {
  display: inline-block;
  padding-left: 1.5em;
  text-indent: -1.5em;
  }

/* --------------------------------------------------------------------------------- ★ h */

h1 { font-size: 150%; line-height: 1.2; font-weight: normal; margin: 150px 0 30px 0; text-align: center; }
h2 { font-size: 130%; margin: 60px 0 20px 0; }
h3 { font-size: 130%; margin: 60px 0 30px 0; text-align: center; }
h4 { font-size: 120%; margin: 40px 0 30px 0; }
h5 { font-size: 100%; margin: 20px 0; }
h6 { font-size: 120%; margin: 40px 0 -30px 0; }

.comment h2 { margin: 50px 0 40px 0; }

/* --------------------------------------------------------------------------------- ★ hr */

hr { margin: 30px 0; border: 0; height: 1px; background-image: url('../img/line.gif'); clear: both; }
#data hr { margin: 10px 0; }
.hr-1 { margin-bottom: 40px; }
.comment hr { margin: 60px 0; }

/* --------------------------------------------------------------------------------- ★ Web Font */

@font-face {
    font-family: Daylight;
    src: url('../fonts/Daylight.ttf'),
    url('../fonts/Daylight.eot');
    }

/* --------------------------------------------------------------------------------- ★ Weight / Color */

.bold { font-weight: bold; }
.small { font-size: x-small; }
.red { color: #f03; }
.psv { color: #999; } /* ウエイトの大画像がないとき */
.roman { font-family: "Yu Mincho", "Hiragino Mincho Pro"; } 

/* --------------------------------------------------------------------------------- ★ Main */

.main .logo { font-size: 120px; }
.main { height: 100%; margin: 0 auto; padding: 20px; display: table; text-align: center; }

@media screen and (min-width: 640px) {
.main div { 
    display: table-cell;
    vertical-align: middle;
    }
}

@media screen and (max-width: 640px) {
.main .logo { font-size: 80px; }
}

/* ---------------------------------------------------------------------------------  ★ Logo */

.logo,
.logo-smp { font-family: Daylight; }

#navi .logo { font-size: 60px; line-height: 60px; }

.logo:link,
.logo:visited { color: #000; }

.logo:hover,
.logo:active { color: #000; }

@media screen and (max-width: 640px) {

#navi .logo { display: inline; font-size: 60px; padding: 0 0 10px 0; }
#navi .logo-space { padding-bottom: 10px; text-align: center; }

.logo-smp {
  font-size: 60px;
  font-weight: normal;
  line-height: 1;
  color: #000;
  margin-top: 10px;
  text-align: center;
  }

.logo-smp-stock {
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -24px;
  font-family: Daylight;
  font-size: 60px;
  font-weight: normal;
  line-height: 1;
  color: #000;
  text-align: center;
  }

.logo-smp a:link { color: #000; }
.logo-smp a:visited { color: #000; }
.logo-smp a:hover,
.logo-smp a:active { color: #099; }

}

@media screen and (min-width: 640px) {
.logo-smp { display: none; }
}

/* --------------------------------------------------------------------------------- ★ SNS */

.sns { height: 15px; margin-bottom: 5px; }
.facebook { height: 25px; margin-top: 20px; }

/* --------------------------------------------------------------------------------- ★ banner */

.banner { padding: 30px 0; text-align: center; } 
.banner li { padding: 5px 0; }
.fontscom a { display: block; margin-top: 80px; border: solid 1px #ccc; text-align: center; }

/* --------------------------------------------------------------------------------- ★ Navi */

.navi {
  width: 100%;
  height: 90px; /*-- 高さ --*/
  text-align: left;
  z-index: 99;
  }

#navi { text-align: left; text-transform: uppercase; padding: 0 20px; }
#navi li { vertical-align: middle; margin-right: 40px; }
#navi a { display: block; padding: 20px 0; }
#navi a:link,
#navi a:visited { color: #000; }
#navi a:hover,
#navi a.active { color: #099; }
#navi .active { color: #099; }
#navi hr { margin: 0; border-top: 2px solid; }

@media screen and (max-width: 860px) {
#navi { font-size: 11px; }
#navi li { margin-right: 25px; }
}

@media screen and (max-width: 640px) {
#navi ul { margin-top: 10px; }
#navi li { width: 100%; display: list-item; list-style: none; border-bottom: 1px solid #ccc; }
#navi hr { border-top: 0; }
}

/* --------------------------------------------------------------------------------- ★ Box / Header / Footer */

#navi,
.box,
.box2,
.box3,
.similar,
#here,
footer { max-width: 1000px; margin: auto; }

.wide { max-width: 1200px; margin: auto; }

.box,
.box2,
.wide { padding: 0 20px 0 20px; }

.box,
.wide { min-height: calc(100vh - 380px); } /* フッター調整 footerの高さと合わせる */

.box2 { min-height: calc(100vh - 740px); }

.head { height: 20px; }

.f { margin: auto; padding-bottom: 60px; }

footer { padding-bottom: 20px; }

.footer { 
  width: 100%;
  height: auto;
  margin-top: 60px;
  text-align: center;
  background: #f4f4f4;
  }

@media screen and (max-width: 640px) {
.footer { height: 300px; margin-top: 100px; }
}

@media screen and (min-width: 640px) {
.arrow-sp { display: none; }
}

.arrow-sp {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 10px;
  background: #fff;
  width: 100%;
  text-align: center;
  }

.arrow-sp li { 
  width: 30%;
  margin: 5px;
  border: solid 1px #ccc;
  }

.arrow-sp a { display: block; padding: 5px; color: #777; }
.arrow-sp a:hover { color: #0cc; }

/* --------------------------------------------------------------------------------- ★ archives */

#archives .list img { margin-bottom: 10px; }
#archives .img { height: 120px; }
#archives .btn { font-weight: bold; }
#archives .btn .active { background: #099; color: #fff; }

/* --------------------------------------------------------------------------------- ★ here */

#here a { display: block; padding: 15px; }
#here .active { margin-left: 15px; }

@media screen and (max-width: 640px) {
#here { display: none; }
}

/* --------------------------------------------------------------------------------- ★ 基本 */

.L { float: left; }
.R { overflow: hidden; }

.L2 { float: left; width: 400px; padding-right: 10px; }
.R2 { overflow: hidden; width: 400px; padding-left: 10px; }

.left { float: left; }
.right { overflow: hidden; text-align: right; }

.left2 { float: left; width: 400px; padding-right: 20px; }
.right2 { float: left; width: 400px; padding-left: 20px; }

.center { text-align: center; }

.clear { clear: both; }

.space { margin-top: 30px; }
.space2 { margin-top: 60px; }

/* --------------------------------------------------------------------------------- ★ update */

.update { margin-top: 40px; }
.update img { margin: 10px 0; }
.update span { margin-right: 20px; }
.update li {
  display: list-item;
  list-style: none;
  padding: 15px 10px;
  border-bottom: dotted 1px;
  color: #ccc;
  }
.update li a { display: block; }

/* --------------------------------------------------------------------------------- ★ Typefaces 一覧 */

@media screen and (min-width: 640px) {
#type,
#type2 { margin: 20px 0 60px 0; }
}

.type { padding-top: 40px; }
.type img { margin-bottom: 7px; }
.type a { display: inline-block; }
.type li { margin-right: 5px; vertical-align: top; }

.size { height: 40px; }
.size2 { height: 45px; }

.typ { font-weight: bold; margin-left: 37px; }

.pre { padding-right: 5px; }

@media screen and (max-width: 640px) {

#type,
#type2 { margin: 0 0 60px 0; }

#type p,
#type hr,
#type2 p,
#type2 hr,
.type .pre { display: none; }

.type { margin-bottom: -30px; }
.type li { display: block; margin-right: 0; white-space: nowrap; }
.type a { width: 100%; border-bottom: solid 1px #ccc; padding: 15px 20px 15px 15px; }
}

/* tooltip */

#preview {
  position: fixed;
  transform: translate(0, -50%);
  display: none;
  z-index: 999;
  }

#preview img { max-height: 600px; border: 1px solid #ccc; }
.famous, .rare { margin-left: 5px; line-height: 1; vertical-align: top; }
.famous { color: #f03; }
.rare { color: #f90; }
.right img  { margin-left: 10px; }
.sample li { margin-left: 10px; }
.sample2 li { margin: 20px 10px 20px 10px; }

/* --------------------------------------------------------------------------------- ★ Typeface 詳細 */

.title,
.title2 { border-top: 2px solid; border-bottom: 2px solid; padding: 28px 0 28px 10px; }

.title2,
.title3 { font-size: 130%; font-weight: bold; text-align: center; }

.title2 p,
.title3 p { font-size: small; font-weight: normal; }

.title3 { border-top: 2px solid; border-bottom: 2px solid; padding: 48px 0 28px 10px; }

@media screen and (max-width: 640px) {
.title,
.title2 { border-top: 2px solid; padding: 20px 0 20px 10px; }
}

.t45 img { height: 45px; }
.t40 img { height: 40px; }
.t35 img { height: 35px; }
.t30 img { height: 30px; }
.t25 img { height: 25px; }
.t20 img { height: 20px; }

#canvas { 
  padding: 60px 0;
  text-align: center;
  border-bottom: 2px solid;
  }

#canvas img { max-width: 100%; opacity: 1; }

#canvas ul { text-transform: uppercase; font-size: 80%; }
#canvas .bx-pager li,
#canvas ul li { margin: 10px 15px; }
#canvas .weight li { margin: 10px 15px; }
#canvas ul a { cursor: pointer; }

#slider li { vertical-align: middle; float: none !important; }

/* 詳細ページ内のカテゴリー */

.title .calligraphy { height: 60px; }
.title .swash { height: 60px; }
.title .script { height: 80px; }

.category { min-height: 20px; margin-top: 10px; text-align: right; }
.category li { margin: 0 0 0 20px; }
.category img { height: 15px; vertical-align: top; }
.category .calligraphy { height: 25px; }
.category .script { height: 30px; }
.category .swash { height: 25px; }

.name,
.name-blog { color: #099; font-weight: bold; }
.name-blog { margin: 50px 0 20px 0; }

#data { margin-top: 30px; }
#data li {
  display: list-item;
  list-style-position: inside;
  padding-left: 1.5em;
  text-indent: -1.5em;
  }
#data .space { margin-top: 40px; }
#data .L { float: left; min-width: 160px; margin-left: 10px; font-weight: bold; vertical-align: top; }
#data .L3 { float: left; width: 80px; vertical-align: top; }
#data .R3 { overflow: hidden; }

@media screen and (max-width: 640px) {
#data .L { margin: 0; }
}

/* ★ timeline */

.timeline { margin: 30px 0 50px 0; }
.timeline .L { min-width: 100px; margin-right: 10px; font-weight: bold; }
.timeline .L,
.timeline .R { margin-bottom: 10px; }

/* -- ★ comment --*/

.comment { padding: 40px 10px 0 10px; line-height: 220%; letter-spacing: 0.08em; clear: both; }
.comment p,
.text p { margin-bottom: 30px; }

.via { font-size: x-small; line-height: 1.5; }

.comment img { margin-bottom: 15px; }
.comment a { font-weight: bold; }
.comment .space { margin-top: 60px; }

.comment .small a,
.gallery .small a { font-weight: normal; }

/* -- ★ sample --*/

.sample { margin-top: 40px; }
.sample img { margin-bottom: 20px; }
.sample p { margin-bottom: 30px; font-weight: bold; }
.sample a { font-weight: normal; font-size: 90%; }

.item li { display: inline-block; padding: 10px; text-align: center; }

.no { padding: 40px 0; }

.credit { line-height: 1.5; }

/* -- ★ similar --*/

.similar { padding-top: 40px; }
.similar li { width: 48%; border: 1px solid #ccc; margin: 5px; text-align: center; }
.similar li:hover { border: solid 1px #0cc; }
.similar a { display: inline-block; width: 100%; padding: 20px 0; }
.similar .active { border: solid 1px #099; }
.similar img { width: auto; height: 25px; }
.similar a:hover img { opacity: 1; filter: alpha(opacity=100); }

@media screen and (max-width: 640px) {
.similar li { width: 100%; }
}

/* --------------------------------------------------------------------------------- ★ fb-comments */

.fb-comments { margin: 60px 0; }

/* --------------------------------------------------------------------------------- ★ frame */

.border { border: 1px solid #ccc; }
.border2 { border: 1px solid #ccc; padding: 20px; }

.frame { margin: 30px 0; padding: 20px; border: 1px solid #ccc; }
.frame2 { margin: 30px 0; border: 1px solid #ccc; }

/* --------------------------------------------------------------------------------- ★ Category */

#category { width: 840px; margin: 0 auto; padding: 20px 0 40px 0; font-weight: bold; text-align: center; }

@media screen and (max-width: 880px) {
#category { width: 100%; }
}

#category li { margin: 0 5px 0 5px; }
#category a { display: table-cell; vertical-align: middle; border: 1px solid #ccc; }
#category .active a { border: 1px solid #0cc; }
#category .script { height: 45px; }

.bauhaus { height: 15px; width: auto; }
.slab { height: 15px; width: auto; }
.trajan { height: 17px; width: auto; }
.tyw { height: 13px; width: auto; }
.tyw2 { height: 20px; width: auto; }

@media screen and (min-width: 640px) {
#category li { width: 270px; }
#category a { width: 270px; height: 120px; }
#category img { width: auto; height: 23px; }
}

@media screen and (max-width: 640px) {
#category { padding-top: 10px; }
#category li { width: 100%; margin: 0 0 5px 0; }
#category a { display: block; border: 1px solid #ccc; padding: 20px; }
#category img { width: auto; height: 30px; }
}

/* --------------------------------------------------------------------------------- ★ Form */

#form { margin-top: 40px; }
#form li { margin: 0 5px 0 5px; text-align: center; }
#form a { display: table-cell; vertical-align: middle; border: 1px solid #ccc; width: 100px; height: 100px; }

/* --------------------------------------------------------------------------------- ★ Designers */

#des .name { margin: 20px 0 10px 0; font-weight: bold; }

/* --------------------------------------------------------------------------------- ★ Foundry & Links */

#foundry .L { float: left; font-weight: bold; }
#foundry .R { overflow: hidden; text-align: right; }
#foundry li { width: 100%; margin-bottom: 10px; border: 1px solid #ccc; }
#foundry li a,
#foundry .nolink { display: block; }
#foundry .nolink { padding: 20px 30px; color: #aaa; }

/* #foundry li img { height: 70px; padding: 10px; } */

#foundry img { height: 20px; width: 30px; margin-right: 20px; vertical-align: middle; }
.flag img { height: 20px; width: 30px; margin-right: 10px; vertical-align: middle; }
#foundry a { color: #000; }
#foundry a:hover { color: #0cc; }
#foundry a:hover img { opacity: 1; }
#foundry a:visited { color: #777; }
#foundry li a { padding: 20px 30px; }
#foundry li:hover { border: 1px solid #0cc; }
#foundry .year { font-size: x-small; font-weight: normal; }

#article li { display: block; margin: 5px 0; border: 1px solid #ccc; }
#article a { display: block; padding: 20px; }

/* --------------------------------------------------------------------------------- ★ Books */

.books { margin-top: 30px; text-align: center; }
.books li { width: 300px; padding: 10px; margin-bottom: 20px; vertical-align: top; line-height: 1.7; }
.books img { height: 150px; margin-bottom: 10px; }
.books2 { margin-top: 60px; text-align: center; }
.books2 li { padding: 20px; margin-bottom: 20px; vertical-align: top; line-height: 1.7; }
.books2 img { height: 100px; margin-bottom: 10px; }

#b-canvas { 
    padding: 20px 0;
    text-align: center;
    border-bottom: 2px solid;
    }

#b-canvas p { 
    margin-bottom: 20px;
    font-size: 120%;
    font-weight: bold;
    }

#b-canvas img { max-height: 400px; margin-bottom: 40px; opacity: 1; }
#b-canvas li { padding: 10px; }
#b-canvas li img { height: 100px; border: solid 1px #ccc; }

/* --------------------------------------------------------------------------------- ★ Blog */

.blog { max-width: 880px; margin: auto; text-align: left; }
.blog li { padding: 20px;  }
.blog img { padding-bottom: 20px; width: 400px; }

@media screen and (max-width: 880px) {
.blog { text-align: center; }
}

/* --------------------------------------------------------------------------------- ★ item */

.item li { width: 280px; padding: 10px; vertical-align: top; text-align: center; } 
.item img { max-height: 200px; border: solid 1px #eee; margin-bottom: 10px; padding: 5px; }
.item h { width: 100%; text-align: center; }

/* --------------------------------------------------------------------------------- ★ gallery2 */

.gallery2 { margin: 60px 0; text-align: center; }
.gallery2 li { display: block; margin: 10px 10px 40px 10px; vertical-align: top; }
.gallery2 img { margin-bottom: 20px; }

/* --------------------------------------------------------------------------------- ★ Footer すすむ・もどるボタン */

.arrow-navi { margin: 60px 0; text-align: center; }
.arrow-navi li { margin: 0 30px; }

@media screen and (max-width: 640px) {
.arrow-navi { display: none; }
}

/* --------------------------------------------------------------------------------- ★ A to Z */

#az {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: rgba(255,255,255,1);
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  }

#az li {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 1px -1px 0 0;
    }

#az a { border: 1px solid #999; }
#az a:link { display: block; color: #333; }
#az a:visited,
#az-main a:visited { color: #333; }
#az a:hover,
#az a.active,
#az .active,
#az-main a:hover,
#az-main a.active,
#az-main .active { 
  color: #fff;
  background: #099; 
  border: 1px solid #099;
  }

@media screen and (max-width: 640px) {

#az {
  position: relative;
  bottom: 0;
  left: 0;
  max-width: 364px;
  margin: auto;
  padding-bottom: 120px;
  font-weight: normal;
  text-align: center;
  }

#az li {
    width: 55px;
    height: 55px;
    line-height: 55px;
    margin: 1px -1px 0 0;
    }

}

/* --------------------------------------------------------------------------------- ★ A to Z Main 2019 */

#az-main { width: 840px; margin: auto; padding: 40px 0 20px 0; font-weight: bold; }
#az-main a { 
  display: block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  margin: -1px -1px 0 0;
  border: 1px solid #999;
  color: #333;
  text-align: center;
  }
  
@media screen and (max-width: 880px) {
#az-main { max-width: 585px; }
}

@media screen and (max-width: 640px) {
#az-main { max-width: 325px; }
}

/* --------------------------------------------------------------------------------- ★ Main Contents 2 */

.cont2 { margin-left: -5px; padding-bottom: 30px; font-weight: bold; text-align: center; }
.cont2 li { margin: 5px; }
.cont2 a { display: block; width: 410px; border: 1px solid #999; padding: 20px; }

@media screen and (max-width: 640px) {
.cont2 li { width: 100%; }
.cont2 a { width: 100%; }
}

/* --------------------------------------------------------------------------------- ★ Unknown Fonts */

#unknown { width: 100%; margin: auto; padding-top: 40px; text-align: center; }
#unknown img { width: 230px; }
#unknown li { padding: 10px; }
#unknown p { margin-top: 10px; }
#unknown2 { margin: 60px 0; text-align: center; }
#unknown2 img { width: 600px; }

@media screen and (max-width: 640px) {
#unknown li { padding: 5px; }
#unknown img { width: 155px; }
#unknown2 { margin: 40px 0; }
}

/* --------------------------------------------------------------------------------- ★ 640px より小さい場合 */

@media screen and (max-width: 640px) {

.box { width: 100%; padding-top: 10px; }

a:hover { text-decoration: none; }

header,
#page-top { display: none; }

.pre,
.right { display: none; }
.left { width: 100%; }

h1 { font-size: 120%; margin: 10px 0 30px 0; }

.L { margin: 0; }
.R { width: 100%; }
.L2 { width: 100%; padding-right: 0; }
.R2 { width: 100%; padding-left: 0; }
.left2 { width: 100%; padding: 0; }
.right2 { width: 100%; padding: 30px 0 0 0; }

.title { text-align: center; }
.name { padding: 5px 0; }
.comment { padding: 20px 0 0 0; }

.back-box { margin: 0 0 30px 0; }

li img { max-width: 100%; }

}

/* ------------------------------------------------ ドロワー */

.gnav { width: 100%; background: #fff; z-index: 100; }

.check { display: none; }

/*  menu button */

.menu-btn { 
  position: fixed;
  display: block;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 110;
  }

.menu-btn span { 
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: #000;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  }

.menu-btn .bar2 { top: 15px; opacity: 1; }

.menu-btn .bar3 { 
  top: 30px;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  }

.menu-btn:hover span {  background: #0cc; }

/* checked */

.check:checked ~ .gnav { 
  visibility: visible;
  opacity: 1;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  }

.check:checked ~ .menu-btn .bar1 { 
  width: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
 }

.check:checked ~ .menu-btn .bar2 { opacity: 0; }
.check:checked ~ .menu-btn .bar3 { 
  width: 46px;
  top: 32px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  }

@media screen and (min-width: 640px) {
.menu-btn { display: none; }
}

@media screen and (max-width: 640px) {
.navi { height: 100%; }
#navi { text-align: center; }
.gnav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  overflow-y: auto;
  opacity: 0;
  }

}

/* --------------------------------------------------------------------------------- ★ followheader.js */

.followheader.is-open {
  position: fixed;
  animation: enter 0.3s ease-out;
  top: 0;
  }

.followheader.is-close {
  position: fixed;
  animation: leave 0.3s ease-out;
  top: -110px;
  }

@keyframes enter {
  from { top: -110px; }
  to { top: 0; }
  }

@keyframes leave {
  from { top: 0; }
  to { top: -110px; }
  }

/* --------------------------------------------------------------------------------- ★ Table */

table {
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-collapse: collapse;
  font-size: small; 
  line-height: 1.5;
  }

table th,
table td {
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 10px;
  }
  
table th {background: #eee; }

table a { display: block; }

@media screen and (max-width: 640px) {

table { border: none; }
table thead { display: none; }
table tr {
  border-top: 1px solid #999;
  display: block;
  margin-bottom: 20px;
  }
table td {
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  display: block;
  padding: 5px;
  }
table td::before {
  content: attr(data-label);
  float: left;
  }

}

.tbl { border-collapse: collapse; margin: 10px 0; }
.tbl th { padding: 10px; border: 1px #999 solid; background: #eee; }
.tbl td { padding: 10px; border: 1px #999 solid; }

.tbl2 { margin-top: 30px; }
.tbl2 td { padding: 0 10px 10px 10px; }

/* --------------------------------------------------------------------------------- ★ Back */

.back { display: block; margin: 60px 0; padding: 20px 0; }

.back div {
  width: 40px;
  height: 40px;
  margin: auto;
  border-left: 2px solid #444;
  border-bottom: 2px solid #444;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.4s;
  }

.back:hover > div {
  border-left: 2px solid #099;
  border-bottom: 2px solid #099;
  }

/* --------------------------------------------------------------------------------- ★ Close */

.close div { padding: 40px; }

.close {  
  position: fixed; 
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  }

.close div::before, .close div::after {
  content: "";
  display: block; 
  position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  width: 1px;
  height: 80px;
  background: #333;
  margin-top: 40px;
  }
 
.close div::before { transform: translate(-50%,-50%) rotate(45deg); }

.close div::after { transform: translate(-50%,-50%) rotate(-45deg); }

.close:hover > div::before,
.close:hover > div::after { background: #099; }

/* --------------------------------------------------------------------------------- ★ Button */

.btn { margin-top: 40px; text-align: center; }
.btn li { width: 470px; }
.btn a {
  display: block;
  width: 460px;
  margin: 5px;
  padding: 20px 30px;
  border: 1px solid #ccc;
  font-weight: bold;
  }

.btn .active a { background: #099; color: #fff; border: 1px solid #099; }

@media screen and (max-width: 640px) {
.btn li,
.btn a { width: 100%; }
}

/* --------------------------------------------------------------------------------- ★ HighSlide.js */

.highslide-image { border: 1px solid #ccc; }

/* --------------------------------------------------------- ★ アコーディオンボタン */

#accordion label {
 display: block;
 border: solid 1px #bbb;
 padding: 30px 10px;
 margin: 5px 0;
 text-align: center;
 cursor: pointer;
 font-weight: bold;
 transition: 0.4s;
 }

#accordion .active label  { background: #f4f4f4; }
#accordion label:hover { border: solid 1px #333; }
#accordion label img { height: 35px; }
#accordion input[type="checkbox"].on-off { display: none; }
#accordion input[type="checkbox"].on-off + div { height: 0; overflow: hidden; transition: .3s ease; }
#accordion input[type="checkbox"].on-off:checked + div { height: auto; padding: 30px 0; }
#accordion-in { text-align: center; }
#accordion-in h2 { font-size: 100%; font-weight: bold; margin-bottom: 0px; }
#accordion-in .check { margin-bottom: 30px; font-weight: bold; text-align: center; }
#accordion-in input[type="text"] { margin-bottom: 10px; padding: 5px; }
#accordion-in input[type="submit"],
#accordion-in input[type="button"] { margin: 10px; padding: 10px 20px; }

/* ラジオボタン */

#accordion-in input[type="radio"],
#accordion-in input[type="checkbox"] {
   -webkit-transform: scale(1.5);
   transform: scale(1.5);
   margin-right: 0.5em;
   }

/* -------------------------------------------------------------------------------------------------- photoswipe */

.photoswipe { margin: 30px 0; text-align: center; }
.photoswipe li { display: inline-block; margin: 20px; vertical-align: top; }
.photoswipe img { width: 440px; }
.photoswipe p { margin-top: 10px; font-size: x-small; text-align: right; }
.photoswipe a:link { color: #333; }
photoswipe a:hover { color: #0cc; }

.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none; }

  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
            
  .pswp img { max-width: none; }

/* style is added when JS option showHideOpacity is set to true */

.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open { display: block; }

.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/* 背　景 */

.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  }

/* Prevent selection and tap highlights */

.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap { webkit-transition: none; transition: none; }
.pswp__container,
.pswp__zoom-wrap { -webkit-backface-visibility: hidden; will-change: transform; }
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

.pswp__img--placeholder { -webkit-backface-visibility: hidden; }
.pswp__img--placeholder--blank { background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ccc; }

.pswp__error-msg a { color: #ccc; text-decoration: underline; }

/* ボタン　サイズ・透明度 */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0px none;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
  }

.pswp__button:focus,
.pswp__button:hover { opacity: 1; }
.pswp__button:active { outline: none; opacity: 0.9; }
.pswp__button::-moz-focus-inner { padding: 0; border: 0 none; }

/* 閉じるボタン */

.pswp__ui--over-close .pswp__button--close { opacity: 1; }
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url('../js/photoswipe/skin/default-skin.png') no-repeat 0 0;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
  }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before { background-image: url('../js/photoswipe/skin/default-skin.svg'); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right { background: none; }
}

.pswp__button--close { background-position: 0 -44px; }
.pswp__button--share { background-position:  -44px; }
.pswp__button--fs { display: none; }
.pswp--supports-fs .pswp__button--fs { display: block; }
.pswp--fs .pswp__button--fs { background-position: -44px 0; }
.pswp__button--zoom { display: none; background-position: -88px 0; }
.pswp--zoom-allowed .pswp__button--zoom { display: block; }
.pswp--zoomed-in .pswp__button--zoom { background-position: -132px 0; }

/* 矢印ボタンに触れていない時　消える */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right { visibility: hidden; }

/* 矢印ボタン */
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 20%;
  height: 50%;
  position: absolute;
  }

.pswp__button--arrow--left { left: 0; }
.pswp__button--arrow--right { right: 0; }
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0);
  height: 30px;
  width: 32px;
  position: absolute;
  }
.pswp__button--arrow--left:before { left: 6px; background-position: -138px -44px; }
.pswp__button--arrow--right:before { right: 6px; background-position: -94px -44px; }
.pswp__counter {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  padding: 0 10px;
  }

/* 4. Caption */

.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
  }

.pswp__caption small { font-size: 11px; color: #bbb; }
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #ccc;
  }
.pswp__caption--empty { display: none; }
.pswp__caption--fake { visibility: hidden; }
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
  }

.pswp__preloader__icn { width: 20px; height: 20px; margin: 12px; }
.pswp__preloader--active { opacity: 1; }
.pswp__preloader--active .pswp__preloader__icn { background: url('../js/photoswipe/skin/preloader.gif') no-repeat 0 0; }
.pswp--css_animation .pswp__preloader--active { opacity: 1; }
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
  }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
  }

.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
  }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
  }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
  position: relative;
  left: auto;
  top: auto;
  margin: 0;
  float: right;
  }
}

@-webkit-keyframes clockwise {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

@keyframes clockwise {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
  }

@-webkit-keyframes donut-rotate {
  0% { -webkit-transform: rotate(0); transform: rotate(0); }
  50% { -webkit-transform: rotate(-140deg); transform: rotate(-140deg); }
  100% { -webkit-transform: rotate(0); transform: rotate(0); }
  }

@keyframes donut-rotate {
  0% { -webkit-transform: rotate(0); transform: rotate(0); }
  50% { -webkit-transform: rotate(-140deg); transform: rotate(-140deg); }
  100% { -webkit-transform: rotate(0); transform: rotate(0); }
  }

.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
  }

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
  }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  }

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right { visibility: visible; }
.pswp__top-bar,
.pswp__caption { background-color: rgba(0, 0, 0, 0); }
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption { background-color: rgba(0, 0, 0, 0); }
.pswp__ui--idle .pswp__top-bar { opacity: 0; }
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right { opacity: 0; }
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right { opacity: 0.001; }
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter { display: none; }
.pswp__element--disabled { display: none !important; }
.pswp--minimal--dark .pswp__top-bar { background: none; }
 