@charset "utf-8";

/**
* Author: Vanillaice (Akira) - https://vanillaice000.blog.fc2.com/
* Website skin name: All-about-us
* The first edition: 2016.2.12
* 2016.9.9 - リストマーカーの位置を調整
* 2016.9.14 - 記事下タグ周りのアウトライン修正
* 2016.10.6 - JS削除(軽量化), 関連記事サムネイル整形, MicrosoftEdgeのfixedバグhackJS削除, その他微調整
* 2017.1.13 - テンプレデフォルト新着サムネイルをGoogle APIからFC2独自変数に変更
* 2017.1.25 - SNSシェアリンクをエンコード
* 2017.9.22 - SSL化に伴うURL正規化
* 2018.2.5 - 画像遅延読み込み導入, リセットCSSを最小限に, html構造及びCSS装飾修正, その他微調整
* Latest update: 2018.3.6 - iOS11.2.6でモーダルが開かない件修正など
*/

/***------------------------------------------
      reset(do NOT change or delete)
------------------------------------------***/

embed,iframe,img,table,textarea{max-width:100%}#fc2_text_ad,pre,table{word-break:break-all}dd,dl,dt,figure,li,ol,p,strong,summary,ul,var{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}iframe{border:0}img{height:auto;line-height:0;vertical-align:bottom;font-size:0}ol,ul{list-style-type:none}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}input:not([type=submit]),select,textarea{border-radius:0;outline:0;-webkit-appearance:none;font-size:inherit}input[type=submit]{border-radius:0;outline:0;-webkit-appearance:button;font-size:inherit}pre{white-space:pre-wrap;font-family:Menlo,consolas,Courier}*{-webkit-box-sizing:border-box;box-sizing:border-box}:focus{outline:0}.fc2_footer{margin:20px 0 0}#fc2_text_ad{margin:20px 0!important;letter-spacing:normal;line-height:1.4;font-size:11px}#fc2_text_ad a{color:#646464}#change_mobile{display:none}


/***------------------------------------------
      blockquote
------------------------------------------***/

blockquote {
  margin: 4em 15px 3em;
  background-color: rgba(148,170,201,.1);
  border-radius: 2px;
  padding: 20px;
  position: relative;
  z-index: 1;
}

blockquote::before {
  content: "\f10d";
  display: none;
  font-family: 'Font Awesome 5 Solid';
}

blockquote > .svg-inline--fa {
  color: rgb(206,206,206);
  line-height: 1em;
  position: absolute;
  left: -15px;
  top: -30px;
  z-index: -1;
  font-size: 200%;
}


/***------------------------------------------
      date
------------------------------------------***/

.month01:before{content:"January"}.month02:before{content:"February"}.month03:before{content:"March"}.month04:before{content:"April"}.month05:before{content:"May"}.month06:before{content:"June"}.month07:before{content:"July"}.month08:before{content:"August"}.month09:before{content:"September"}.month10:before{content:"October"}.month11:before{content:"November"}.month12:before{content:"December"}.youbiSun:before{content:"Sunday"}.youbiMon:before{content:"Monday"}.youbiTue:before{content:"Tuesday"}.youbiWed:before{content:"Wednesday"}.youbiThu:before{content:"Thursday"}.youbiFri:before{content:"Friday"}.youbiSat:before{content:"Saturday"}


/***------------------------------------------
      link
------------------------------------------***/

a {
  text-decoration: none;
  color: #FF9900 ;/* 注)基本リンク色 */
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

a:hover {
  color: rgb(51,51,51);
}


/***------------------------------------------
      layout
------------------------------------------***/

html {
  margin: 0;
  font-size: 62.5%;
}

/* lazyload */
.lazyloading{opacity:0}.lazyloaded{opacity:1;transition:opacity 1s}

body {
  margin: auto;
  background-color: white;
  color: rgb(51,51,51);
  word-break: break-all;
  font: 1.4rem/1.9 'Roboto', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
  -webkit-font-smoothing: antialiased;/* 注)文字が細すぎると感じる方はこの一行削除(Mac Google Chromeのみ) 1/2 */
  -moz-osx-font-smoothing: grayscale;/* 注)文字が細すぎると感じる方はこの一行削除(Mac Firefoxのみ) 2/2 */
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#main-container {
  display: -webkit-box;/* fallback old Android */
  display: -ms-flexbox;/* fallback ie10 */
  display: -webkit-flex;/* fallback old safari */
  display: flex;
  align-items: flex-start;
  margin: auto;
  max-width: 1300px;
  padding: 40px 60px 80px;
}

#primary {
  -webkit-flex: 1;
  flex: 1;
  margin-right: 40px;
  overflow: hidden;
}

#secondary {
  width: 300px;
}

#aside-fit-wrapper {
  line-height: 1.8;
  font-size: 1.2rem;
}

.side-menu {
  margin-bottom: 40px;
  width: 300px;
}

@media screen and (max-width: 960px) {
  #main-container {
    display: block;
  }
  #primary {
    margin: auto;
  }
  #secondary {
    width: 100%;
    padding-top: 40px;
  }
  #reserve {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;/* fallback old safari */
    justify-content: space-around;
  }
}
@media screen and (max-width: 820px) {
  #reserve {
    display: block;
  }
  .side-menu {
    margin: 0 auto 40px;
    width: 100%;
    max-width: 450px;
  }
}
@media screen and (max-width: 700px) {
  #main-container {
    padding: 40px 30px 80px;
  }
}
@media screen and (max-width: 540px) {
  #main-container {
    padding: 40px 15px 80px;
  }
}


/***------------------------------------------
      header
------------------------------------------***/

/* 注)泡エフェクト不要の方ここから削除 */
@keyframes animBubble{from{transform:translateY(0)}to{transform:translateY(-2000px)}}@keyframes animGravity{0%{transform:translateY(-26px);opacity:0}30%,80%{letter-spacing:40px;padding-left:40px;transform:translateY(0);opacity:1}100%,92%{letter-spacing:35px;padding-left:35px;transform:translateY(-4px);opacity:0}}@keyframes animDont{0%,15%{transform:translateY(-26px);opacity:0}35%,80%{transform:translateY(0);opacity:1}100%,92%{transform:translateY(-4px);opacity:0}}@keyframes animLet{0%,25%{transform:translateY(-26px);opacity:0}45%,80%{transform:translateY(0);opacity:1}100%,92%{transform:translateY(-4px);opacity:0}}@keyframes animGo{0%,35%{transform:translateY(-26px);opacity:0}55%,80%{transform:translateY(0);opacity:1}100%,92%{transform:translateY(-4px);opacity:0}}
#bubble,#bubble:after{width:1px;height:1px;box-shadow:451px 427px #fff,1869px 1867px #fff,783px 1804px #fff,899px 1992px #fff,1174px 1005px #fff,526px 902px #fff,1367px 277px #fff,389px 114px #fff,1496px 1771px #fff,208px 420px #fff,1639px 27px #fff,1110px 736px #fff,1526px 860px #fff,639px 1028px #fff,1151px 1211px #fff,1652px 965px #fff,1330px 640px #fff,334px 1571px #fff,188px 1443px #fff,1259px 245px #fff,1845px 1256px #fff,1355px 1556px #fff,1410px 264px #fff,1685px 312px #fff,121px 764px #fff,1246px 1112px #fff,755px 1391px #fff,353px 1435px #fff,1625px 171px #fff,85px 563px #fff,1806px 902px #fff,131px 112px #fff,145px 317px #fff,1628px 1384px #fff,1981px 1749px #fff,1183px 1245px #fff,1572px 1127px #fff,1172px 553px #fff,1736px 1541px #fff,484px 705px #fff,1930px 175px #fff,1125px 1155px #fff,952px 487px #fff,1733px 1348px #fff,715px 1740px #fff,98px 195px #fff,1730px 777px #fff,1893px 1547px #fff,1225px 79px #fff,388px 1360px #fff,1648px 1560px #fff,1038px 1487px #fff,72px 1877px #fff,1058px 1182px #fff,613px 1646px #fff,840px 509px #fff,829px 1331px #fff,1721px 1699px #fff,340px 1038px #fff,334px 253px #fff,198px 1592px #fff,727px 1001px #fff,1655px 1861px #fff,1201px 471px #fff,899px 1859px #fff,996px 98px #fff,797px 1466px #fff,1906px 1940px #fff,1629px 909px #fff,804px 1121px #fff,818px 370px #fff,1185px 837px #fff,1118px 943px #fff,551px 912px #fff,1164px 1835px #fff,263px 98px #fff,42px 12px #fff,28px 1098px #fff,1458px 217px #fff,1247px 1348px #fff,1701px 1909px #fff,491px 1808px #fff,8px 674px #fff,30px 1016px #fff,874px 104px #fff,1958px 214px #fff,946px 1807px #fff,167px 31px #fff,185px 1228px #fff,312px 1642px #fff,1222px 891px #fff,1375px 1222px #fff,1090px 348px #fff,1932px 1456px #fff,760px 94px #fff,1183px 1375px #fff,201px 502px #fff,664px 1828px #fff,1605px 1744px #fff,337px 1010px #fff,1017px 1709px #fff,813px 1058px #fff,149px 217px #fff,734px 423px #fff,446px 1654px #fff,944px 1795px #fff,266px 987px #fff,114px 1263px #fff,1275px 457px #fff,486px 1038px #fff,1036px 309px #fff,851px 1028px #fff,1949px 1244px #fff,1835px 1586px #fff,1580px 1251px #fff,411px 620px #fff,547px 1141px #fff,184px 201px #fff,26px 833px #fff,671px 121px #fff,1817px 1663px #fff,401px 643px #fff,631px 1212px #fff,746px 659px #fff,1389px 930px #fff,1737px 619px #fff,390px 620px #fff,255px 795px #fff,1415px 845px #fff,1549px 1416px #fff,1022px 1109px #fff,1763px 600px #fff,1766px 409px #fff,1150px 110px #fff,463px 16px #fff,1150px 892px #fff,26px 637px #fff,1443px 949px #fff,705px 318px #fff,533px 1781px #fff,329px 474px #fff,1307px 566px #fff,749px 1537px #fff,56px 68px #fff,45px 49px #fff,1327px 1052px #fff,244px 715px #fff,165px 1784px #fff,397px 1565px #fff,1218px 1891px #fff,1744px 197px #fff,1581px 1875px #fff,139px 1431px #fff,1964px 449px #fff,1558px 134px #fff,1411px 1704px #fff,1361px 1782px #fff,326px 919px #fff,1481px 245px #fff,1512px 1778px #fff,1082px 794px #fff,190px 880px #fff,1598px 1844px #fff,1899px 273px #fff,1662px 1915px #fff,649px 383px #fff,820px 1253px #fff,1475px 814px #fff,239px 1472px #fff,673px 1425px #fff,952px 342px #fff,321px 1272px #fff,1132px 258px #fff,1070px 946px #fff,632px 705px #fff,1561px 1668px #fff,1040px 275px #fff,509px 1230px #fff,1786px 997px #fff,693px 1117px #fff,1618px 393px #fff,486px 7px #fff,77px 1974px #fff,1049px 1329px #fff,1897px 1645px #fff,1011px 1095px #fff,1901px 1782px #fff,1668px 222px #fff,1738px 1451px #fff,1251px 859px #fff,847px 1121px #fff,1397px 600px #fff,1443px 99px #fff,180px 1298px #fff,1504px 901px #fff,1642px 1341px #fff,531px 1398px #fff,1627px 249px #fff,598px 394px #fff,1122px 235px #fff,693px 1617px #fff,1592px 659px #fff,418px 211px #fff,1985px 1609px #fff,40px 770px #fff,358px 845px #fff,1886px 1768px #fff,88px 405px #fff,1765px 125px #fff,1947px 1284px #fff,1074px 1921px #fff,75px 1116px #fff,1706px 23px #fff,1033px 1366px #fff,1334px 1490px #fff,560px 1723px #fff,476px 406px #fff,1073px 538px #fff,486px 1791px #fff,1839px 1038px #fff,188px 406px #fff,1203px 1529px #fff,225px 576px #fff,833px 1443px #fff,1715px 1644px #fff,1866px 1661px #fff,271px 114px #fff,71px 1445px #fff,689px 1402px #fff,1770px 1829px #fff,1769px 1779px #fff,1376px 161px #fff,175px 731px #fff,1280px 1498px #fff,1262px 1420px #fff,933px 1835px #fff,1190px 853px #fff,480px 1331px #fff,1277px 254px #fff,525px 1615px #fff,159px 920px #fff,1640px 1381px #fff,647px 396px #fff,322px 964px #fff,507px 286px #fff,876px 1826px #fff,1820px 662px #fff,1365px 360px #fff,221px 893px #fff,1459px 1873px #fff,1908px 1768px #fff,1332px 1187px #fff,1726px 841px #fff,1491px 1320px #fff,1191px 1433px #fff,455px 1459px #fff,1194px 250px #fff,433px 1391px #fff,763px 1005px #fff,1922px 1436px #fff,356px 280px #fff,1910px 1958px #fff,1616px 852px #fff,558px 1434px #fff,855px 979px #fff,745px 682px #fff,1792px 838px #fff,1828px 1163px #fff,1023px 134px #fff,1238px 1494px #fff,1315px 1521px #fff,1805px 207px #fff,1216px 465px #fff,625px 1539px #fff,631px 680px #fff,1348px 419px #fff,985px 1812px #fff,1829px 1119px #fff,1396px 969px #fff,320px 1915px #fff,711px 692px #fff,780px 1925px #fff,1578px 430px #fff,1187px 1220px #fff,1754px 1004px #fff,1995px 197px #fff,1676px 813px #fff,1842px 1256px #fff,1694px 560px #fff,1664px 425px #fff,529px 1532px #fff,1924px 331px #fff,535px 290px #fff,571px 1189px #fff,1766px 431px #fff,1941px 666px #fff,1566px 1888px #fff,708px 1027px #fff,1978px 1345px #fff,173px 1898px #fff,898px 495px #fff,913px 644px #fff,1393px 402px #fff,580px 1578px #fff,1311px 319px #fff,1347px 562px #fff,918px 776px #fff,1617px 1233px #fff,545px 1996px #fff,622px 225px #fff,903px 1481px #fff,1022px 1203px #fff,973px 1439px #fff,358px 345px #fff,1708px 1349px #fff,240px 340px #fff,656px 1543px #fff,1112px 549px #fff,1405px 984px #fff,326px 1624px #fff,1471px 1492px #fff,87px 255px #fff,954px 991px #fff,1709px 1395px #fff,558px 218px #fff,1010px 569px #fff,777px 226px #fff,1700px 503px #fff,169px 956px #fff,1434px 649px #fff,1493px 688px #fff,835px 1767px #fff,1829px 1965px #fff,888px 257px #fff,1342px 1893px #fff,1022px 1339px #fff,1284px 775px #fff,1195px 976px #fff,940px 340px #fff,1057px 650px #fff,371px 902px #fff,304px 1595px #fff,1746px 138px #fff,1381px 1270px #fff,1541px 4px #fff,1514px 1977px #fff,941px 747px #fff,1636px 189px #fff,1745px 559px #fff,293px 1784px #fff,591px 309px #fff,1201px 977px #fff,1139px 703px #fff,1881px 504px #fff,1895px 560px #fff,1126px 1676px #fff,1218px 1333px #fff,1807px 734px #fff,190px 1483px #fff,420px 1589px #fff,425px 86px #fff,737px 986px #fff,1800px 567px #fff,445px 1016px #fff,1720px 1649px #fff,30px 1631px #fff,323px 809px #fff,1233px 1016px #fff,1347px 1056px #fff,1308px 143px #fff,1755px 586px #fff,1863px 722px #fff,763px 109px #fff,1579px 1662px #fff,1759px 791px #fff,249px 794px #fff,1266px 762px #fff,1684px 33px #fff,1379px 396px #fff,1784px 270px #fff,1508px 1673px #fff,581px 1206px #fff,1793px 1182px #fff,1899px 18px #fff,554px 390px #fff,1154px 746px #fff,1249px 1819px #fff,1405px 1085px #fff,1737px 155px #fff,1043px 1337px #fff,1829px 1581px #fff,805px 1040px #fff,1981px 1747px #fff,1793px 981px #fff,1624px 714px #fff,1123px 1352px #fff,106px 1885px #fff,399px 412px #fff,297px 1252px #fff,560px 1381px #fff,1358px 877px #fff,1473px 542px #fff,1583px 491px #fff,1038px 1435px #fff,1785px 1050px #fff,1917px 106px #fff,1187px 1217px #fff,1752px 910px #fff,652px 1048px #fff,1889px 1115px #fff,1393px 144px #fff,1245px 1229px #fff,333px 152px #fff,1280px 1653px #fff,1752px 1267px #fff,1647px 231px #fff,573px 78px #fff,1604px 1284px #fff,493px 1522px #fff,1461px 581px #fff,1785px 964px #fff,823px 597px #fff,1735px 209px #fff,963px 899px #fff,49px 303px #fff,609px 1414px #fff,1677px 683px #fff,1302px 1212px #fff,1535px 1887px #fff,294px 91px #fff,146px 1795px #fff,974px 1993px #fff,1678px 72px #fff,1934px 942px #fff,886px 1092px #fff,815px 1044px #fff,1217px 1947px #fff,1555px 145px #fff,1337px 1224px #fff,468px 274px #fff,1354px 598px #fff,1134px 1486px #fff,1268px 176px #fff,640px 354px #fff,738px 278px #fff,1522px 757px #fff,1394px 1672px #fff,212px 995px #fff,1548px 43px #fff,1545px 631px #fff,1927px 1862px #fff,1563px 1781px #fff,555px 1419px #fff,1566px 19px #fff,1464px 1180px #fff,424px 756px #fff,744px 644px #fff,1899px 1611px #fff,500px 1360px #fff,73px 630px #fff,1694px 479px #fff,488px 1545px #fff,1278px 20px #fff,298px 1077px #fff,747px 1124px #fff,417px 886px #fff,1816px 271px #fff,1039px 912px #fff,1012px 1599px #fff,554px 176px #fff,1462px 692px #fff,318px 867px #fff,1944px 564px #fff,1648px 253px #fff,1699px 1974px #fff,1441px 185px #fff,1165px 1593px #fff,1189px 1694px #fff,564px 1521px #fff,1309px 1797px #fff,1114px 256px #fff,379px 1291px #fff,1566px 1287px #fff,207px 1474px #fff,466px 445px #fff,432px 1124px #fff,1075px 421px #fff,144px 1755px #fff,1371px 187px #fff,997px 117px #fff,402px 897px #fff,302px 1719px #fff,1824px 1728px #fff,1240px 259px #fff,1024px 1594px #fff,498px 368px #fff,1185px 551px #fff,1951px 1632px #fff,978px 501px #fff,65px 1441px #fff,451px 1012px #fff,894px 823px #fff,1122px 1907px #fff,318px 554px #fff,1136px 1316px #fff,1506px 1693px #fff,1418px 524px #fff,430px 629px #fff,922px 1212px #fff,1697px 1025px #fff,244px 1138px #fff,1462px 1350px #fff,56px 579px #fff,493px 970px #fff,905px 1688px #fff,319px 1639px #fff,1603px 504px #fff,1433px 1565px #fff,812px 1236px #fff,1073px 202px #fff,1236px 526px #fff,795px 1846px #fff,1894px 1107px #fff,1816px 139px #fff,1651px 465px #fff,345px 726px #fff,314px 875px #fff,1934px 1434px #fff,505px 610px #fff,649px 1400px #fff,288px 1017px #fff,296px 1280px #fff,1552px 1643px #fff,1887px 1059px #fff,1837px 1199px #fff,400px 1560px #fff,101px 1810px #fff,50px 321px #fff,308px 207px #fff,1370px 1983px #fff,1524px 1122px #fff,678px 798px #fff,1378px 971px #fff,1956px 145px #fff,1966px 1991px #fff,602px 78px #fff,446px 921px #fff,1919px 973px #fff,1568px 471px #fff,1475px 1252px #fff,1569px 1766px #fff,1752px 608px #fff,825px 244px #fff,1559px 1693px #fff,980px 566px #fff,1314px 1180px #fff,361px 1328px #fff,1965px 1283px #fff,906px 1799px #fff,669px 1505px #fff,1489px 999px #fff,1321px 939px #fff,1744px 1570px #fff,1027px 1702px #fff,1566px 1004px #fff,1144px 1149px #fff,817px 1394px #fff,1941px 1119px #fff,1096px 1890px #fff,633px 1385px #fff,536px 1821px #fff,184px 1012px #fff,1746px 1651px #fff,1748px 1631px #fff,87px 1477px #fff,1317px 705px #fff,1030px 289px #fff,1296px 179px #fff,996px 406px #fff,413px 1642px #fff,35px 1309px #fff,1853px 600px #fff,1891px 213px #fff,1912px 1156px #fff,695px 1765px #fff,820px 1831px #fff,1927px 1001px #fff,1566px 612px #fff,1557px 346px #fff,863px 1517px #fff,323px 1380px #fff,1088px 1133px #fff,1369px 913px #fff,600px 518px #fff,625px 539px #fff,230px 917px #fff,102px 148px #fff,831px 1163px #fff,1060px 185px #fff,456px 177px #fff,1518px 66px #fff,1058px 965px #fff,1795px 1395px #fff,440px 245px #fff,904px 1847px #fff,1890px 1213px #fff,726px 1126px #fff,1291px 189px #fff,955px 1062px #fff,1084px 1144px #fff,1673px 1221px #fff,887px 1974px #fff,1485px 1403px #fff,204px 934px #fff,86px 907px #fff,980px 499px #fff,333px 836px #fff,613px 1409px #fff,1207px 418px #fff,1399px 1974px #fff,1278px 1273px #fff,163px 116px #fff,220px 846px #fff,149px 1679px #fff,1648px 811px #fff,668px 126px #fff,1156px 1020px #fff,1280px 786px #fff,650px 780px #fff,426px 484px #fff,180px 904px #fff,1253px 1193px #fff,624px 1333px #fff,234px 670px #fff,928px 1617px #fff,1659px 277px #fff,1510px 1672px #fff,1477px 874px #fff,1213px 589px #fff,1624px 1550px #fff,654px 1814px #fff,1686px 2000px #fff,1234px 550px #fff,1614px 1260px #fff,1319px 668px #fff,1103px 829px #fff,143px 1124px #fff,250px 1077px #fff,1203px 660px #fff,901px 439px #fff,1475px 1443px #fff,525px 51px #fff,669px 1635px #fff,1176px 1680px #fff,1203px 1469px #fff,442px 536px #fff,1820px 1028px #fff,537px 1683px #fff,1719px 1488px #fff,1222px 1706px #fff,629px 822px #fff,155px 1333px #fff,316px 1835px #fff,1780px 1730px #fff,405px 1265px #fff,385px 1802px #fff,891px 1208px #fff,13px 1509px #fff,985px 858px #fff,137px 1138px #fff,724px 534px #fff,1487px 440px #fff,57px 1074px #fff,1133px 1342px #fff,439px 1692px #fff,302px 46px #fff,248px 317px #fff,1366px 858px #fff,1474px 1705px #fff,650px 852px #fff,524px 1903px #fff,700px 1826px #fff,1246px 861px #fff,1215px 1742px #fff,454px 1237px #fff,1969px 1425px #fff,1459px 1153px #fff,332px 1972px #fff,1451px 1062px #fff,981px 28px #fff,1623px 654px #fff,62px 1781px #fff,1838px 492px #fff,1611px 356px #fff,868px 1466px #fff,1099px 561px #fff,1078px 260px #fff,923px 1749px #fff,1072px 1253px #fff,43px 1241px #FFF}#bubble2,#bubble2:after{width:2px;height:2px;box-shadow:1251px 843px #fff,580px 572px #fff,1118px 204px #fff,1671px 425px #fff,802px 1047px #fff,1437px 1651px #fff,1842px 1735px #fff,377px 1053px #fff,1602px 1731px #fff,499px 998px #fff,191px 1827px #fff,842px 788px #fff,139px 686px #fff,1895px 10px #fff,1395px 1046px #fff,337px 1256px #fff,1186px 1033px #fff,1092px 763px #fff,269px 168px #fff,353px 1827px #fff,466px 1323px #fff,670px 1358px #fff,651px 1979px #fff,607px 1058px #fff,181px 1737px #fff,1567px 908px #fff,794px 524px #fff,59px 98px #fff,174px 1808px #fff,1831px 1445px #fff,1751px 1334px #fff,1791px 1116px #fff,98px 1063px #fff,1720px 997px #fff,1701px 656px #fff,684px 720px #fff,1381px 1436px #fff,579px 618px #fff,1554px 212px #fff,239px 370px #fff,1827px 1721px #fff,1626px 555px #fff,876px 725px #fff,1000px 1949px #fff,1501px 1395px #fff,652px 406px #fff,1988px 1467px #fff,1121px 1522px #fff,750px 1489px #fff,654px 595px #fff,29px 518px #fff,1564px 98px #fff,475px 1899px #fff,622px 1441px #fff,886px 801px #fff,1412px 558px #fff,800px 1330px #fff,540px 519px #fff,1916px 298px #fff,605px 331px #fff,399px 821px #fff,1331px 781px #fff,180px 146px #fff,435px 1759px #fff,1501px 456px #fff,793px 1748px #fff,1627px 1365px #fff,1538px 1167px #fff,1429px 1707px #fff,1710px 1285px #fff,944px 856px #fff,951px 1205px #fff,1513px 66px #fff,1368px 420px #fff,821px 1768px #fff,1764px 1707px #fff,102px 1616px #fff,1645px 1279px #fff,204px 314px #fff,954px 1865px #fff,1407px 1721px #fff,1044px 553px #fff,1906px 1629px #fff,1187px 764px #fff,424px 377px #fff,1132px 1564px #fff,1659px 1609px #fff,1900px 275px #fff,1929px 136px #fff,1552px 111px #fff,706px 91px #fff,1934px 112px #fff,260px 29px #fff,39px 122px #fff,221px 1809px #fff,1916px 325px #fff,742px 1814px #fff,1191px 1280px #fff,191px 717px #fff,14px 1553px #fff,1976px 1065px #fff,1589px 1869px #fff,1722px 1035px #fff,1947px 1148px #fff,286px 1899px #fff,1563px 947px #fff,716px 1205px #fff,654px 717px #fff,870px 574px #fff,639px 1198px #fff,431px 113px #fff,392px 683px #fff,777px 930px #fff,911px 529px #fff,1835px 413px #fff,237px 350px #fff,1165px 828px #fff,1746px 1567px #fff,153px 670px #fff,1286px 1220px #fff,448px 1398px #fff,1087px 1636px #fff,546px 986px #fff,715px 57px #fff,1278px 6px #fff,1141px 288px #fff,981px 682px #fff,1504px 1257px #fff,1730px 580px #fff,4px 222px #fff,1007px 897px #fff,624px 567px #fff,793px 1469px #fff,1669px 999px #fff,1846px 1509px #fff,1566px 1280px #fff,1938px 1397px #fff,10px 461px #fff,1071px 1073px #fff,835px 1733px #fff,1508px 1048px #fff,1463px 446px #fff,1728px 840px #fff,1523px 789px #fff,1912px 1482px #fff,104px 895px #fff,1303px 479px #fff,379px 1846px #fff,1287px 1286px #fff,1639px 323px #fff,1581px 1840px #fff,1261px 508px #fff,1230px 401px #fff,1592px 388px #fff,1750px 201px #fff,322px 1512px #fff,1394px 1329px #fff,1048px 380px #fff,535px 1166px #fff,444px 545px #fff,646px 1571px #fff,1494px 1934px #fff,92px 1398px #fff,1917px 1426px #fff,805px 1092px #fff,979px 916px #fff,1708px 152px #fff,1317px 522px #fff,1170px 684px #fff,343px 708px #fff,755px 885px #fff,1487px 1824px #fff,1160px 835px #fff,1586px 1729px #fff,236px 836px #fff,1257px 1590px #fff,1527px 649px #fff,450px 1554px #fff,1391px 714px #fff,422px 828px #fff,681px 1359px #fff,773px 571px #fff,1935px 1352px #fff,757px 591px #fff,1040px 743px #fff,182px 1508px #fff,1952px 1722px #fff,58px 868px #fff,1340px 338px #fff,450px 49px #fff,1069px 1013px #fff,1053px 640px #fff,1591px 1232px #fff,603px 1085px #fff,855px 1470px #fff,1017px 1931px #fff,788px 392px #fff,737px 978px #fff,1370px 116px #fff,1466px 1429px #FFF}#bubble2:after,#bubble3:after,#bubble:after{content:"";position:absolute;top:2000px}#bubble3,#bubble3:after{width:3px;height:3px;background:0 0;box-shadow:515px 676px #fff,300px 146px #fff,1776px 493px #fff,1990px 1286px #fff,1420px 40px #fff,643px 1165px #fff,1562px 225px #fff,1502px 286px #fff,1586px 1268px #fff,136px 344px #fff,384px 943px #fff,1692px 1048px #fff,1368px 282px #fff,1833px 1997px #fff,401px 1120px #fff,686px 671px #fff,396px 431px #fff,57px 1561px #fff,1866px 1761px #fff,1395px 1622px #fff,723px 1699px #fff,1328px 1129px #fff,995px 1582px #fff,1318px 1388px #fff,1404px 268px #fff,1922px 771px #fff,87px 829px #fff,892px 1295px #fff,1883px 1780px #fff,1851px 147px #fff,853px 115px #fff,1185px 18px #fff,59px 1394px #fff,209px 1341px #fff,1350px 359px #fff,690px 1828px #fff,762px 1546px #fff,1816px 1715px #fff,989px 956px #fff,1280px 1979px #fff,1115px 1686px #fff,979px 1135px #fff,1504px 1742px #fff,827px 1660px #fff,1666px 1199px #fff,1293px 589px #fff,236px 1070px #fff,426px 1028px #fff,1402px 313px #fff,649px 1666px #fff,1796px 154px #fff,356px 354px #fff,1365px 777px #fff,838px 1539px #fff,504px 1477px #fff,1524px 801px #fff,1351px 1186px #fff,1863px 641px #fff,313px 1433px #fff,1076px 1065px #fff,1135px 706px #fff,1879px 1372px #fff,854px 1035px #fff,1970px 1087px #fff,700px 1866px #fff,1810px 783px #fff,1281px 1807px #fff,692px 795px #fff,1571px 1816px #fff,843px 946px #fff,1253px 1771px #fff,1780px 1372px #fff,1993px 1236px #fff,1807px 567px #fff,1379px 1251px #fff,276px 688px #fff,1129px 26px #fff,478px 166px #fff,1221px 1355px #fff,488px 721px #fff,1517px 1594px #fff,1554px 1975px #fff,836px 1387px #fff,1499px 1900px #fff,517px 188px #fff,395px 1285px #fff,878px 1746px #fff,475px 1493px #fff,1365px 1628px #fff,85px 405px #fff,193px 61px #fff,1884px 1082px #fff,679px 1642px #fff,1130px 1002px #fff,1816px 188px #fff,1469px 182px #fff,1288px 192px #fff,1846px 821px #fff,636px 1617px #fff,1819px 1545px #FFF}#bubble{background:0 0;animation:animBubble 50s linear infinite}#bubble:after{background:0 0}#bubble2{background:0 0;animation:animBubble 100s linear infinite}#bubble2:after{background:0 0}#bubble3{animation:animBubble 150s linear infinite}
/* 注)泡エフェクト不要の方ここまで削除 */

/* animation */
@-webkit-keyframes slideInDown{0%,50%{opacity:0;-webkit-transform:translateY(-100px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes slideInDown{0%,50%{opacity:0;transform:translateY(-100px)}100%{opacity:1;transform:translateY(0)}}@-webkit-keyframes slideInUp{0%,50%{opacity:0;-webkit-transform:translateY(30px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes slideInUp{0%,50%{opacity:0;transform:translateY(30px)}100%{opacity:1;transform:translateY(0)}}

#header-banner {
  position: relative;
  background: url(https://blog-imgs-117.fc2.com/t/a/d/tadatchisodatekata/20180706221403af9.jpeg) center /cover no-repeat;/* 注)スライド最初の一枚 */
  overflow: hidden;
  padding-bottom: 45px;
}

#header-banner:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.3);/* 注)ヘッダー画像上黒マスク */
  position: absolute;
}

#blog-name-container {
  margin: auto;
  max-width: 1300px;
  color: white;
  padding: 10px 60px 80px;
  position: relative;
  z-index: 3;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

#welcome {
  color: rgb(240,240,240);
  line-height: 1.2;
  opacity: 0;
  font-family: 'Alex Brush', cursive;
  font-size: 5rem;
  -webkit-animation: slideInDown 1.5s .5s forwards;
  animation: slideInDown 1.5s .5s forwards;
}

#hello {
  line-height: 1.5;
  font-size: 1.3rem;
}

/* 注)ブログタイトルフォント関連 */
#blog-title {
  margin: auto;
  max-width: 800px;
  padding: 30px 0;
  font: bolder 2.4rem/1.4 'Playfair Display', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  text-align: center;
  -webkit-animation: slideInUp 1.5s;
  animation: slideInUp 1.5s;
}

#blog-title a {
  color: white; /* 注)ブログタイトルリンク色 */
  text-shadow: 8px 8px 1px rgba(51,51,51,.1);
}

@media screen and (max-width: 700px) {
  #blog-name-container {
    padding: 10px 30px 80px;
  }
  #welcome {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 540px) {
  #blog-name-container {
    padding: 10px 15px 80px;
  }
}


/***------------------------------------------
      global navigation
------------------------------------------***/

.navi-menu {
  margin-top: -45px;
  width: 100%;
  line-height: 45px;
  position: relative;
  z-index: 2000;
}

.fixed-positioning {
  margin-top: 0;
  background-color: rgba(0,0,0,.5);
  position: fixed;
  top: 0;
  left: 0;
}

.fixed-positioning.position-adjust {
  top: 27px;
}

#navi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  margin: auto;
  max-width: 850px;
  font-size: 12px;
  text-align: center;
}

#navi-list li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 0;
  overflow: hidden;
}

#navi-list .pc-hide {
  display: none;
}

#navi-list li a,
#modal-trigger-label {
  display: block;
  height: 100%;
  color: white;/* 注)ナビゲーションリンク色 */
  cursor: pointer;
  font-weight: bolder;
  text-decoration: none;
}

/* Sweep To Top */
.sweep-to-top {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  -webkit-transition: color .3s;
  transition: color .3s;
}
.sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.5); /* 注)ナビゲーションリンクエフェクト背景色 Black+不透明度0.5 */
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: transform ease-out .3s;
  transition: transform ease-out .3s;
}
.sweep-to-top:hover,
.sweep-to-top:focus,
.sweep-to-top:active {
  color: white;
}
.sweep-to-top:hover:before,
.sweep-to-top:focus:before,
.sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* site search */
#modal-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.9);/* 注)モーダル背景色 */
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -999;
  text-align:center;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all .75s;
  transition: all .75s;
}

#modal-wrap {
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
  position: relative;
}

/* 注)closeテキストの指定 */
#modal-close-label {
  display: block;
  width: 100%;
  height: 100%;
  color: white;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Courgette', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 1.6rem;
}

#modal-form {
  width: 80%;
  border-bottom: 1px solid white;
  padding: .5em 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);/* Safari用 */
  transform: translateY(-50%);
}

#modal-input {
  width: 100%;
  background-color: transparent;
  border: 0;
  color: white;
  font-size: 1.6rem;
}

#modal-input::-webkit-input-placeholder {
  color: white;
}

#modal-input::-moz-input-placeholder {
  color: white;
}

#modal-trigger {
  display: none;
}

#modal-close-label span {
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#modal-form {
  display: block;
  margin: auto;
  width: 90%;
  max-width: 500px;
  color: white;
  position: relative;
  z-index: 3;
  text-align: left;
}

#modal-trigger:checked ~ #modal-overlay {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 100005;
}

.mobile-toggle-drawer {
  display: none;
  width: 45px;
  height: 45px;
  background-color: rgb(51,51,51);
  color: white;
  line-height: 45px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  font-size: 20px;
  text-align: center;
}

.mobile-toggle {
  display: none;
}

/* navi breakpoint 1/2 */
@media screen and (max-width: 560px) {
  .mobile-toggle {
    display: block;
    margin: auto;
    width: 50%;
    height: 45px;
    cursor: pointer;
    padding-top: 14px;
  }
  .mobile-toggle span {
    display: block;
    margin: auto;
    width: 28px;
    margin-bottom: 5px;
    height: 3px;
    background: white;/* 注)上部ナビゲーションハンバーガーボタンの色 */
    border-radius: 1000px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  .mobile-toggle span:last-of-type {
    margin-bottom: 0;
  }
  .open-navi span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .open-navi span:nth-of-type(2) {
    opacity: 0;
  }
  .open-navi span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
  .navi-menu {
    height: auto;
  }
  #navi-list {
    display: block;
  }
  .sp-navi {
    display: none;
    max-height: 480px;
    background-color: black;
    overflow-y: auto;
    padding: 40px 15px;
    -webkit-overflow-scrolling: touch;
  }
  .fixed-positioning .sp-navi {
    background-color: transparent;
  }
  .sweep-to-top:before {
    display: none;
  }
}


/***------------------------------------------
      top page
------------------------------------------***/

.element-item {
  margin-bottom: 40px;
  position: relative;
}

.grid-image-wrapper {
  position: relative;
}

.grid-image-wrapper:before {
  content: "";
  display: block;
  padding-top: 55%;
}

.grid-image-wrapper a {
  color: white;
}

.grid-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'object-fit: cover; object-position: center center;';
}

.no-image-text {
  margin: auto;
  width: 100%;
  height: 1.5em;
  color: rgba(51,51,51,.4);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  font-size: 2.4rem;
  line-height: 1.5em;
  font-family: 'Playfair Display', serif;
  text-align: center;
}

.grid-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.3);
  position: absolute;
  top: 0;
  left: 0;
}

.grid-datetime {
  display: -webkit-box;/* fallback old Android */
  display: -ms-flexbox;/* fallback ie10 */
  display: -webkit-flex;/* fallback old safari */
  display: flex;
  width: 100%;
  padding: 50px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,20px,0);
  transform: translate3d(0,20px,0);
}

.topentry-day {
  display: block;
  margin-right: 50px;
  width: 100px;
  height: 100px;
  border: 3px solid white;
  line-height: 94px;
  font-size: 4rem;
  text-align: center;
}

.time-stamp-wrap {
  -webkit-flex: 1;
  flex: 1;
  overflow: hidden;
}

.topentry-my {
  display: block;
  font-size: 4rem;
}

.topentry-hms {
  display: block;
  line-height: 1;
  padding-top: 5px;
  font-size: 1.8rem;
}

.left-margin {
  margin-left: 20px;
}

.context {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-top: 30px;
}

/* SNS share */
.inner-footer-sns {
  width: 150px;
  border-right: 2px solid rgb(240,240,240);/* 注)トップページ要約記事下SNSアイコン横ボーダー色 */
  font-size: 1.4rem;
}

.context-right-cell {
  -webkit-flex: 1;
  flex: 1;
  overflow: hidden;
  padding-left: 30px;
  vertical-align: top;
}

.inner-footer-sns li:not(:last-of-type) {
  padding-bottom: 10px;
}

.inner-footer-sns li a {
  display: block;
  width: 100%;
  color: rgb(100,100,100);
}

.inner-footer-sns .svg-inline--fa {
  margin-right: 1.5em;
}

.c-facebook:hover,
.permanent-inner-footer-sns li .c-facebook:hover {
  color: rgb(59,89,152);
}

.c-twitter:hover,
.permanent-inner-footer-sns li .c-twitter:hover {
  color: rgb(73,171,242);
}

.c-pinterest:hover,
.permanent-inner-footer-sns li .c-pinterest:hover {
  color: rgb(206,15,25);
}

.c-google-plus:hover,
.permanent-inner-footer-sns li .c-google-plus:hover {
  color: rgb(221,75,57);
}

.c-leave-a-comment:hover,
.c-send-a-trackback:hover,
.permanent-inner-footer-sns li .c-pencil:hover {
  color: rgb(173,152,149);
}

.c-leave-a-comment,
.c-send-a-trackback {
  display: inline-block;
  position: relative;
}

.topentry-description {
  line-height: 1.7;
  font-size: 1.3rem;/* 注)トップページ記事要約文フォント大きさ */
}

.grid-datetime {
  padding: 25px;
}

.topentry-day {
  margin-right: 25px;
  width: 90px;
  height: 90px;
  line-height: 86px;
  font-size: 3rem;
}

.topentry-my {
  font-size: 3rem;
}

.topentry-hms {
  font-size: 1.6rem;
}

@media screen and (max-width: 640px) {
  .grid-datetime {
    padding: 20px;
  }
  .topentry-day {
    margin-right: 20px;
    width: 70px;
    height: 70px;
    line-height: 64px;
    font-size: 2.4rem;
  }
  .topentry-my {
    font-size: 2.4rem;
  }
  .topentry-hms {
    font-size: 1.4rem;
  }
  .context {
    display: block;
  }
  .inner-footer-sns {
    width: 100%;
    border-right: none;
    border-bottom: 2px solid rgb(240,240,240);
  }
  .context-right-cell {
    display: block;
    padding: 0;
  }
  .inner-footer-sns li {
    display: inline-block;
  }
  .inner-footer-sns li span:not(.abs-span) {
    display: none;
  }
  .context-right-cell {
    padding-top: 20px;
  }
}
@media screen and (max-width: 568px) {
  .topentry-day {
    width: 50px;
    height: 50px;
    line-height: 44px;
    font-size: 2rem;
  }
  .topentry-my {
    font-size: 2rem;
  }
  .topentry-hms {
    padding-top: 0;
    font-size: 1.2rem;
  }
}

.view-more {
  margin: auto;
  width: 180px;
  border: 3px solid white;
  color: white;
  opacity: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 25px;
  font-size: 1.8rem;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

@media screen and (max-width: 640px) {
  .view-more {
    width: 160px;
    bottom: 20px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 568px) {
  .view-more {
    width: 160px;
    bottom: 20px;
    font-size: 1.4rem;
  }
}

.grid-image-wrapper:hover .grid-datetime {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.grid-image-wrapper:hover .view-more {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.grid-title {
  margin: 0;
  padding-bottom: 10px;
  font: bolder 16px/1.3 'Playball', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
}

.entry-pad {
  padding: 10px 0;
}

.grid-title a {
  color: rgb(51,51,51);
}

.element-category {
  line-height: 1.2;
  padding-bottom: 10px;
  font-size: 12px;
}

.abs-span {
  display: inline-block;
  position: absolute;
  top: -.5em;
  left: 1.3em;
  font-size: 12px;
}

@media screen and (max-width: 568px) {
  .hide568 {
    display: none;
  }
}


/***------------------------------------------
      individual article
------------------------------------------***/

.main-body {
  margin-bottom: 60px;
}

#entry-header {
  display: -webkit-box;/* fallback old Android */
  display: -ms-flexbox;/* fallback ie10 */
  display: -webkit-flex;/* fallback old safari */
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  font-size: 1.2rem;
}

#month-box {
  width: 75px;
  height: 75px;
  padding-top: 6px;
  border: 3px solid rgb(240,240,240);
  text-align: center;
}

#entry-day {
  line-height: 1;
  font-size: 4rem;
}

#entry-info-right {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 15px;
  overflow: hidden;
}

#entry-title {
  margin: 7px 0;
  font-size: 1.6rem;
}

#perma-grid-datetime {
  align-items: center;
  justify-content: center;
}

#entry-info li {
  display: inline-block;
  margin-right: 1.3em;
}

#inner-contents,
.contents {
  padding: 20px 0;
}

.height-adjust {
  padding-top: 65px;
  margin-top: -45px;
}

/* back to default */
#inner-contents ul {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: disc;
}

#inner-contents ol {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}

#inner-contents a:hover {
  text-decoration: underline;
}

#entry-footer {
  font-size: 1.2rem;
}

#entry-tag {
  margin-top: 10px;
}

#category-name a,
#entry-tag a {
  margin-left: 1em
}

/* SNS share */
#entry-footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 20px;
  border: 3px solid rgb(240,240,240);/* 注)個別記事下SNSボーダー色 */
  line-height: 50px;
  text-align: center;
}

#entry-footer-sns li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 0;
  overflow: hidden;
  font-size: 1.4rem;
  text-align: center;
}

#entry-footer-sns li a {
  display: block;
}


/***------------------------------------------
      related post, trackback list
------------------------------------------***/

.relate_dl,
.tb_dl {
  margin-top: 30px;
  background-color: rgb(250,250,250);
  border-radius: 4px;
  padding: 10px;
  font-size: 1.2rem;
}

.relate_dt,
.tb_dt {
  padding: 3px 3px 5px 0;
  font-size: 1.3rem;
  font-weight: bold;
}

.date {
  padding-top: 10px;
}

#inner-contents .relate_ul {
  margin: 0 0 0 1.5em;
  list-style-type: square;
  padding: 0;
}

/* with thumbnail */
#fc2relate_entry_thumbnail_area {
  margin: 80px auto 30px;
  padding: 6px 10px;
  position: relative;
  z-index: 1;
}

#fc2relate_entry_thumbnail_area .relate_dt {
  display: none;
}

#fc2relate_entry_thumbnail_area .relate_dd {
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area:before {
  content: "You may also like";/* 注)関連記事 タイトル変更はここです */
  display: block;
  margin: auto;
  width: 100%;
  padding-top: 20px;
  position: absolute;
  top: -50px;
  z-index: 3;
  font: 1.6rem/1.4 'Playfair Display', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
  text-align: center;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
  list-style: none;
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
  width: 50%;
  height: 88px;
  float: left;
}

@media screen and (max-width: 1060px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 960px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 50%;
    float: left;
  }
}
@media screen and (max-width: 720px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 100%;
    float: none;
  }
}

#fc2relate_entry_thumbnail_area .relate_entry_title {
  padding-right: 1em;
  word-break: break-all;
}

.related-overlay {
  position: relative;
}

.related-overlay:before {
  content: "";
  width: 80px;
  height: 80px;
  background: url(https://blog-imgs-93.fc2.com/v/a/n/vanillaice000/allaboutusnoimage2.jpg) center center /cover no-repeat;/* 注)No image 関連記事サムネイル */
  border-radius: 1px;
  position: absolute;
  z-index: 2;
}

.related-overlay:after {
  content: "No image";
  display: block;
  width: 80px;
  height: 80px;
  color: rgba(51,51,51,.6);
  line-height: 80px;
  position: absolute;
  z-index: 3;
  font-family: 'Playfair Display', serif;
  font-size: 11px;
  text-align: center;
}

#fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
  border-radius: 1px;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img  {
  width: 80px !important;
  height: 80px !important;
}

@media screen and (max-width: 479px) {
  #fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
    width: 80px !important;
    height: 80px !important;
  }
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img {
    width: 80px !important;
    height: 80px !important;
  }
}

.relate_dt, .tb_dt {
  font-weight: bold;
  padding: 3px;
}

.date {
  padding-top: 10px;
}

.tb_ul {
  padding: 10px 0;
}

.fc2relate_entry_thumbnail_off .relate_ul, 
.tb_ul {
  margin: 0;
  margin-left: 1.5em;
  list-style-type: square;
  padding: 0;
}


/***------------------------------------------
      posted comment
------------------------------------------***/

.another-title {
  margin: 0 auto 20px;
  font: 1.8rem/1.4 'Playfair Display', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
  text-align: center;
}

.another-title span {
  font-size: 1.3rem;
}

.border-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  min-height: 46px;
  position: relative;
}

.user-icon {
  margin-right: 20px;
  width: 46px;
  height: 46px;
  background-color: rgb(207,207,207);
  border-radius: 50%;
  line-height: 48px;
  position: relative;
  text-align: center;
}

.user-icon .svg-inline--fa {
  color: white;
  font-size: 1.7rem;
}

.visitor-name-and-title {
  -webkit-flex: 1;
  flex: 1;
  font-weight: bold;
}

.author-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'object-fit: cover; object-position: center center;';
}

.visitor-name {
  font-size: 14px;
}

.comment-title {
  margin-bottom: 5px;
}

.comment-body {
  padding: 10px 0 10px 20px;
}

.visitor-fotter-info {
  margin-top: 10px;
  text-align: right;
}


/***------------------------------------------
      comment form
------------------------------------------***/

#comment_form {
  margin: auto;
  width: 100%;
  max-width: 600px;
  vertical-align: middle;
  text-decoration: none;
}

#comment_form label {
  display: block;
  padding-bottom: 5px;
  font-size: 1.2rem;/* 注)コメント投稿フォームフォント大きさ */
}

#comment_form input {
  margin-bottom: 10px;
  width: 100%;
  background-color: white;
  border: 1px solid rgb(220,220,220);/* 注)コメントフォーム各項目ボーダー色 */
  border-radius: 4px;
  padding: 12px;
}

#comment_form input:focus, #comment:focus {
  border: 1px solid rgb(179,179,179);/* 注)コメントフォーム各項目 */
}

#comment {
  margin-bottom: 10px;
  width: 100%;
  min-height: 200px;
  background-color: white;
  border: 1px solid rgb(220,220,220);/* 注コメントフォームテキストエリアボーダー色 */
  border-radius: 4px;
  line-height: 1.5;
  padding: 12px;
}

#comment_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

#community, #trackback {
  padding-top: 45px;
  margin-top: -45px;
  position: relative;
}

/* checkbox */
#no-p input:focus {
  outline: none;
}

#no-p input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
#no-p input[type=checkbox] + label {
  display: inline-block;
  margin-right: 12px;
  cursor: pointer;
  line-height: 1.5px;
  position: relative;
  left: 0;
}
 
@media (min-width: 1px) {
  #no-p input[type=checkbox] {
    display: none;
    margin: 0;
  }

  #no-p input[type=checkbox] + label {
    padding: 2px 0 0 24px;
  }

  #no-p input[type=checkbox] + label:before {
    content: "";
    display: block;
    margin-top: -10px;
    width: 18px;
    height: 18px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 0;
  }

  #no-p input[type=checkbox] + label:before {
    border: 1px solid rgb(220,220,220);/* 注)secretコメントチェックボックスボーダー色 */
    border-radius: 2px;
  }

  #no-p input[type=checkbox]:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
  }

  #no-p input[type=radio]:checked + label:after {
    margin-top: -4px;
    width: 8px;
    height: 8px;
    background: rgb(51,51,51);/* 注)secretコメントチェックマーク色(1/3) */
    border-radius: 8px;
    top: 2px;
    left: 5px;
  }

  #no-p input[type=checkbox]:checked + label:after {
    margin-top: -8px;
    width: 16px;
    height: 8px;
    border-bottom: 3px solid rgb(51,51,51);/* 注)secretコメントチェックマーク色(2/3) */
    border-left: 3px solid rgb(51,51,51);/* 注)secretコメントチェックマーク色(3/3) */
    left: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/* send and delete button */
#sendbtn, #delbtn {
  margin-top: 20px;
  margin-right: 20px;
  width: 156px;
  height: 30px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, rgb(255,255,255)), color-stop(1.00, rgb(206,206,206)));/* 注)コメントsend・deleteボタングラデーション背景色 */
  background: -webkit-linear-gradient(rgb(255,255,255), rgb(206,206,206));
  background: linear-gradient(rgb(255,255,255), rgb(206,206,206));
  border: none;
  border-radius: 5px;
  box-shadow: 4px 4px 8px rgba(0,0,0,.2);
  color: rgb(179,179,179);/* 注)send, deleteボタン文字色 */
  cursor: pointer;
  padding: 2px 0;
  font-size: 1.4rem;/* 注)コメントsend/ deleteボタンフォント大きさ */
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#sendbtn {
  margin-right: 1%;
}

#delbtn {
  margin-left: 1%;
}

#sendbtn:hover {
  color: rgb(51,51,51);/* 注)sendボタンホバー時テキスト色 */
}

#delbtn:hover {
  color: rgb(134,13,37);/* 注)deleteボタンホバー時テキスト色 */
}

.comment-info {
  text-align: right;
}


/***------------------------------------------
      trackback
------------------------------------------***/

.op,
#for-trackback-word {
  display: block;
  width: 100%;
  max-width: 600px;
}

.op {
  margin: 30px auto 10px;
  border: 1px solid rgb(220,220,220);/* 注)トラックバックボーダー色 */
  border-radius: 0;
  padding: .5em;
  outline: none;
  font-size: 1.2rem;/* 注)・トラックバックフォント大きさ */
}

#for-trackback-word {
  margin: auto;
}

.op:focus {
  border: 1px solid rgb(179,179,179);/* 注)トラックバックフォーカス時ボーダー色 */
}


/***------------------------------------------
      index (title list), search page
------------------------------------------***/

.list-title {
  margin: auto;
  line-height: 1.5;
  font-weight: bolder;
  font-size: 1.5rem;/* 注)全記事リスト記事タイトルフォント大きさ */
}

.list-title a {
  text-decoration: none;
}

.list-entry {
  overflow: hidden;
  padding: 5px 0;
}

.list-entry-date,
.list-entry-category {
  font-size: 1.2rem;
  text-align: right;
}

/* only for search page */
.list-a {
  margin-bottom: 5px;
  margin-left: 10px;
  width: 72px;
  height: 72px;
  float: right;
}

.thumbnails {
  display: inline-block;
  width: 72px;
  height: 72px;
  overflow: hidden;
  position: relative;
}

.search-noimage {
  width: 100%;
  height: 100%;
  background: url(https://blog-imgs-93.fc2.com/v/a/n/vanillaice000/allaboutusnoimage2.jpg) center center /cover no-repeat;/* 注)No image画像 検索結果 */
}

.search-noimage:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.1);/* 注)検索結果ページNo image上マスク背景色 */
  position: absolute;
  top: 0;
  left: 0;
}

.thumbnails .no-image-text {
  font-size: 12px; /* 注)検索結果ページNo imageフォント大きさ */
}


/***------------------------------------------
      new arrivals thumbnail
------------------------------------------***/

#feed-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rss-container {
  width: 12.5%;
  overflow: hidden;
  position: relative;
}

.rss-container:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.rss-container a {
  color: white;
}

.rss-container a:hover {
  color: white;
}

.rss-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'object-fit: cover; object-position: center center;';
}

.time-stamp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  font-size: 1.2rem;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.rss-container:hover .time-stamp {
  opacity: 1;
}

@media screen and (max-width: 1180px) {
  .rss-container {
    width: calc(100% / 7);
  }
  *::-ms-backdrop, .rss-container {
    width: 14.28%;
  }
}
@media screen and (max-width: 940px) {
  .rss-container {
    width: calc(100% / 6);
  }
  *::-ms-backdrop, .rss-container {
    width: 16.66%;
  }
}
@media screen and (max-width: 700px) {
  .rss-container {
    width: 20%;
  }
}
@media screen and (max-width: 580px) {
  .rss-container {
    width: 25%;
  }
}
@media screen and (max-width: 414px) {
  .rss-container {
    width: calc(100% / 3);
  }
  *::-ms-backdrop, .rss-container {
    width: 33.33%;
  }
  .time-stamp {
    opacity: 1;
  }
}


/***------------------------------------------
      side menu(secondary)
------------------------------------------***/

.side-menu ul {
  margin-left: 1.5em;
  list-style-type: disc;
}

/* about me */
#about-image-container {
  width: 100%;
  height: auto;
  position: relative;
}

#about-image-container img {
  width: 100%;
  height: auto;
}

#about-me-image {
  margin: auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
}

#about-me-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
  font-family: 'object-fit: cover; object-position: center center;';
}

#about-image-container:after {
  content: "";
  margin: auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 12px rgba(255,255,255,.2),
              0 1px 2px rgba(0,0,0,.3);
  position: absolute;
  right: 0;
  bottom: -60px;
  left: 0;
}

.about-context {
  margin-top: 80px;
}

.sidebar-style {
  text-align: left;
}

.side-menu h4 {
  border: 3px solid #ffc33d ;/* 注)サイドメニュープラグインタイトルボーダー色 */
  padding: .8em .3em;
  font: 14px/1.3 'Playfair Display', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
  text-align: center;
}

/* only smartphone */
#sidenav {
  margin: auto;
  width: 100%;
  background-color: rgb(245,245,245);/* 注)スマホドロワーメニュー背景色 */
}

#sidenav #aside-fit-wrapper {
  height: 100%;
  overflow: auto;
  padding: 0 15px 100px;
  position: relative;
  -webkit-overflow-scrolling: touch;
}


/***------------------------------------------
      official plug-in
------------------------------------------***/

/* calendar */
.calender {
  margin: auto;
  width: 100%;
  max-width: 320px;
  border-spacing: 3px 6px;
  table-layout: fixed;
  font-size: 12px;
  text-align: center;
}

.calender caption {
  margin-bottom: 10px;
}

.calender caption a {
  display: inline-block;
  width: 20%;
}

#sun {
  color: rgb(189,30,30);
}

#sat {
  color: rgb(49,70,187);
}

.calender td {
  height: 30px;
  line-height: 30px;
  padding: 0;
}

.calender td a {
  display: block;
  margin: auto;
  width: 30px;
  height: 30px;
  border: 1px solid rgb(212,217,220);/* 注)カレンダーリンクボーダー色 */
  border-radius: 50%;
  color: rgb(51,51,51);
  line-height: 28px;
}

.calender td a:hover {
  background: rgb(212,217,220);/* 注)カレンダーリンクホバー時背景色 */
}

/* profile */
 .plugin-myimage {
  margin-bottom: 10px;
  text-align: center !important;
}

/* mail form */
.sidebar-style form {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 260px;
}

.sidebar-style input:not([type="submit"]),
.sidebar-style textarea,
.sidebar-style select {
  display: inline-block;
  width: 100% !important;
  background-color: white;
  border: 1px solid rgb(207,207,207);
  border-radius: 2px;
  outline: none;
  padding: .5em;
}

/* search */
.plugin-search {
  margin: auto;
  width: 100%;
}

.plugin-search input {
  margin-bottom: 8px;
}

/* tag */
.plugin-tag a {
  display: inline-block;
  margin: 0 2px 4px 0;
  border: 1px solid rgb(220,220,220);/* 公式タグボーダー色 */
  padding: .1em .4em;
}


/***------------------------------------------
      pager
------------------------------------------***/

/* general */
.simple-pagination {
  margin: 70px auto 40px;
  width: 100%;
  text-align: center;
}

.simple-pagination ul {
  overflow: hidden;
}

.simple-pagination li {
  margin-bottom: 2px;
  box-shadow: 1px 0 0 0 rgb(229,229,229), 
              0 1px 0 0 rgb(229,229,229), 
              1px 1px 0 0 rgb(229,229,229),
              1px 0 0 0 rgb(229,229,229) inset, 
              0 1px 0 0 rgb(229,229,229) inset;
  float: left;
}

.light-theme a,
.light-theme span {
  display: block;
  width: 35px;
  height: 35px;
  background: transparent;
  color: rgb(51,51,51);
  line-height: 35px;
  vertical-align: middle;
  font-size: 12px;/* 注)汎用ページ送りフォント大きさ */
  text-align: center;
}

.light-theme a:hover {
  background-color: rgb(212,217,220);/* 注)汎用ページ送りマウスホバー時背景色 */
  opacity: 1;
}

.prev, .next {
  border: none !important;
  font-weight: bolder;
}

.light-theme .current {
  background: rgba(212,217,220,.4);/* 注)汎用ページ送り現在ページ背景色 */
  color: rgb(51,51,51);
}

.light-theme .ellipse {
  color: rgb(51,51,51);
  font-weight: bold;
}

.light-theme .prev, .light-theme .next {
  background-color: rgb(212,217,220);/* 注)汎用ページ送りprev/ next時背景色 */
  box-shadow: none;
  color: rgb(51,51,51);
}

/* article */
#posted-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin: 0 auto 40px;
  font-size: 12px;/* 注)個別記事ページ送りフォント大きさ */
}

#page-home {
  margin: 0 10px;
  width: 35px;
}

#page-left,
#page-right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 0;
}

#center-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: rgba(212,217,220,.4);
  color: rgb(51,51,51);
}

#prev-a,
#next-a {
  display: block;
  height: 100%;
  position: relative;
}

#prev-a {
  padding-left: 40px;
}

#next-a {
  padding-right: 40px;
  text-align: right;
}

#prev-a::before,
#next-a::before {
  display: block;
  margin: auto;
  width: 35px;
  height: 35px;
  background-color: rgba(212,217,220,.4);
  color: rgb(51,51,51);
  line-height: 34px;
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#prev-a::before {
  content: "\2039";
  left: 0;
}

#next-a::before {
  content: "\203A";
  right: 0;
}

#center-a:hover,
#prev-a:hover::before,
#next-a:hover::before {
  background-color: rgb(212,217,220);
}

/* titlelist */
#titlelist-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto 40px;
  max-width: 400px;
  font-size: 1.2rem;/* 注)全記事一覧ページ送りフォント大きさ */
}

#t-page-left,
#t-page-home,
#t-page-right {
  width: 35px;
  height: 35px;
}

#t-prev-a,
#t-center-a,
#t-next-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(212,217,220,.4);
  color: rgb(51,51,51);
}

#t-prev-a:hover,
#t-center-a:hover,
#t-next-a:hover {
  background-color: rgb(212,217,220);
}

/* side pagination */
.side-pager-left,
.side-pager-right {
  width: 180px;
  height: 80px;
  opacity: 0;
  position: fixed;
  top: 40%;
  z-index: 2000;
  font-size: 12px;/* 注)サイドページ送りフォント大きさ */
  -webkit-transition: opacity .7s ease;
  transition: opacity .7s ease;
}

.side-pager-left {
  left: -157px;
}

.side-pager-right {
  right: -157px;
}

#page-div-right,
#page-div-left {
  display: block;
  margin: 0;
  width: 180px;
  height: 80px;
}

.side-pager-right a,
.side-pager-left a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgb(51,51,51);
  word-break: break-all;
  -webkit-transition: none;
  transition: none;
}

.page-table {
  display: table;
  width: 100%;
  height: 100%;
}

.circle-cell {
  display: table-cell;
  width: 80px;
  height: 80px;
  vertical-align: top;
}

.circle {
  display: block;
  width: 80px;
  height: 80px;
  background-color: rgba(0,0,0,.2);/* 注)個別記事ページサイドページ送りnext, prev背景色 */
  border-radius: 50%;
  line-height: 80px;
  position: relative;
  z-index: 100003;
  text-align: center;
}

.title-cell {
  display: table-cell;
  width: 100%;
  padding: 0 10px;
  vertical-align: middle;
}

.title-cell span {
  display: block;
  width: 100%;
  max-height: 80px;
  line-height: 1.4;
  overflow: hidden;
}

.appear {
  opacity: 1;
}


/***------------------------------------------
      footer
------------------------------------------***/

/* animation */
@-webkit-keyframes slideInUp{0%,50%{opacity:0;-webkit-transform:translateY(30px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes slideInUp{0%,50%{opacity:0;transform:translateY(30px)}100%{opacity:1;transform:translateY(0)}}

#page-scroll {
  display: inline-block;
  position: fixed;
  right: 60px;
  bottom: 90px;
  z-index: 4000;
  font-size: 11px;
  text-align: center;
  -webkit-animation: slideInUp .8s;
  animation: slideInUp .8s;
}

#pagetop,
#pagemiddle,
#pagebottom {
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,.4);
  border: 1px solid rgba(179,171,180,.5);
  border-radius: 50%;
  line-height: 39px;
  text-shadow: none;
}

#pagemiddle {
  display: none;
}

#page-scroll a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: rgb(155,155,155);
}

#page-scroll a:hover {
  color: rgb(155,155,155);
}

@media screen and (max-width: 960px) {
  #page-scroll {
    right: 8px;
  }
  #pagemiddle {
    display: block;
  }
}

.new {
  margin-left: .3em;
  color: red;
  font-size: 1.1rem;
}

#footer {
  background-color: rgb(49,49,49);
  color: white;
  text-align: center;
}

/* sns on footer */
#footer-sns {
  margin: auto;
  width: 100%;
  background-color: rgb(49,49,49);
  text-align: center;
}

#sns-ul {
  margin: auto;
  border-bottom: 1px solid rgb(74,74,74);
  padding: 30px 15px;
}

#sns-ul li {
  margin: 3px 7px;
  display: inline-block;
}

#sns-ul a {
  display: block;
  width: 35px;
  height: 35px;
  background-color: rgba(255,255,255,.8);/* 注)フッターSNS背景色 */
  border-radius: 50%;
  color: rgb(51,51,51);/* 注)フッターSNSテキスト色 */
  line-height: 35px;
}

#sns-ul a:hover {
  color: white;
}

/* brand color */
#sns-ul .footer-c-facebook:hover {
  background-color: rgb(59,89,152);
}

#sns-ul .footer-c-twitter:hover {
  background-color: rgb(73,171,242);
}

#sns-ul .footer-c-instagram:hover {
  background-color: rgb(81,127,164);
}

#sns-ul .footer-c-pinterest:hover {
  background-color: rgb(206,15,25);
}

#sns-ul .footer-c-google-plus:hover {
  background-color: rgb(221,75,57);
}

#sns-ul .footer-c-youtube:hover {
  background-color: rgb(204,24,30);
}

#footer-object {
  color: #ffc33d ;
  line-height: 1.3;
  padding: 15px 15px;
}

.foot,
#copyright {
  display: block;
  font-size: 1.2rem;
  text-align: center;
}

#designer {
  color: white;
}

#ad1,
#ad2 {
  font-size: 11px;
}


/***------------------------------------------
      personal settings
------------------------------------------***/

/* shadow for image */
.shadow-attachment {
  box-shadow: 0 1px 4px rgba(0,0,0,.4);
}

/* for video */
.box-for-video {
  width: 100%;
  position: relative;
}

.box-for-video:before {
  content:"";
  display: block;
  overflow: hidden;
  padding-top: 56.25%;/* 注)動画縦横比設定 デフォルト: 縦幅が横に対して56.25% 正方形は100%指定 */
}

.box-for-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* for image */
.zoom-in {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.zoom-in:before {
  content: "";
  background: rgba(0,0,0,.6);
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; 
}

.zoom-in:after {
  content: "\f065";
  margin-top: -17px;
  color: white;
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 3;
  font-family: FontAwesome;
  font-size: 20px;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.zoom-in:hover:before,
.zoom-in:hover:after {
  opacity: 1;
}

.zoom-in-round {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.zoom-in-round:before {
  content: "";
  background: rgba(0,0,0,.6);
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; 
}

.zoom-in-round:after {
  content: "\f065";
  margin-top: -17px;
  color: white;
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 3;
  font-family: 'FontAwesome';
  font-size: 20px;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.zoom-in-round:hover:before,
.zoom-in-round:hover:after {
  opacity: 1;
}

.emoji {
  vertical-align: middle;
}