@charset "utf-8";
/*
Theme Name: ICOMPO
Author: Shuhei Nagata
Description: 商用フリーのアイコン素材サイト
Version: 1.0
Licence: GNU General Public License v2 oo later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*-- フォント --*/
@font-face {
  font-family: 'Roboto',serif;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''),
       url('./fonts/roboto-v27-latin-700.woff2') format('woff2'),
       url('./fonts/roboto-v27-latin-700.woff') format('woff');
}
@font-face {
  font-family: 'sns_icons';
  src: url('./fonts/sns_icons.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'ICOMPO-MapSymbols';
  src: url('./fonts/ICOMPO-MapSymbols-Regular.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'ICOMPO-LaundrySymbols';
  src: url('./fonts/ICOMPO-LaundrySymbols-Regular.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'ICOMPO-Contact';
  src: url('./fonts/ICOMPO-Contact-Regular.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'ICOMPO-Weather';
  src: url('./fonts/ICOMPO-Weather-Regular.woff') format('woff');
  font-display: swap;
}
/*---- Common ----*/
html {
  font-size: 62.5%;
  min-height: 100%;
  position: relative;
}
body {
  color: #50505A;
  font-size: 1.5rem;
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  margin-bottom: 15rem;
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::selection {
  background: #FFF000;
}
a:visited, a:link, a:hover, a:active {
  text-decoration: none;
}
li {
  list-style-type: none;
}
p>a, li>a {
  color: #44d733;
  font-weight: normal;
}
.clear-fix::after {
  content: "";
  display: block;
  clear: both;
}
.container {
  padding-left: 40px;
  padding-right: 40px;
}
.bezel {
  padding: 40px 0;
}
.text {
  font-size: 1.6rem;
  font-weight: lighter;
  line-height: 3rem;
  text-align: justify;
  font-feature-settings: "palt";
  letter-spacing: 0.15rem;
}
.paragraph {
  margin-bottom: 3.2rem;
}
.lead-text {
  font-weight: 500;
  margin-bottom: 6.4rem;
}
.heading-1 {
  font-size: 2.4rem;
  line-height: 4.2rem;
  letter-spacing: 0.2rem;
  font-feature-settings: "palt";
}
.heading-2 {
  font-size: 2rem;
  margin: 2rem 0;
  line-height: 3.4rem;
  letter-spacing: 0.2rem;
  font-feature-settings: "palt";
}
.heading-2:nth-of-type(n+2) {
  margin-top: 6.4rem;
}
.heading-3 {
  font-size: 2rem;
  letter-spacing: 0.2rem;
  font-feature-settings: "palt";
  margin-bottom: 1.5rem;
}
.heading-line {
  border-bottom: 2px solid #F3F3F3;
  padding: 3.2rem 0 1rem 0; 
}
.heading-4 {
  font-size: 1.4rem;
  margin: 1rem 0;
  line-height: 2.4rem;
  letter-spacing: 0.05rem;
  font-feature-settings: "palt";
}
button:focus {
  outline:0;
}
small, .caption {
  font-size: 90%;
}
strong {
  font-weight: bold;
  background: linear-gradient(rgba(255, 255, 255, 0) 70%, #FFF000 30%);
}
/*---- Header ----*/
#header {
  text-align: center;
  height: auto;
}
#logo-area {
  width: 100%;
  height: auto;
}
.logo-wrapper {
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
}
.site-logo {
  padding: 40px 0 20px;
  height: 122px;
  width: 265px;
  margin: 0 auto;
}
.logo-header {
  height: 40px;
  fill: #44d733;
}
#site-logo-img {
  width: 265px;
  height: 41.3px;
}
.site-logo p {
  padding-top: 10px;
  color: #44d733;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  font-feature-settings: "palt";
  text-indent: 0.2rem
}

/*---- Header Navigation ----*/
.nav-wrapper {
  width: 100%;
  background: #FFF;
  position: absolute;
  z-index: 2;
  box-shadow: 0 5px 10px -4px rgba(80, 80, 90, 0.1);
  transition: 0.5s;
}
.fixed {
  position: fixed;
  top: 0;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.hide {
  top: -90px;
}
.nav {
  max-width: 1000px;
  margin: 0 auto;
  padding: 25px 0;
}
#global-nav {
  width: 73%;
  float: left;
}
.btn {
  display: inline-block;
  width: 21%;
  height: 36px;
  margin-right: 3.2%;
  border: solid 2px #44d733;
  border-radius: 4px;
  background: none;
  position: relative;
}
.btn a {
  display: inline-block;
  width: 100%;
  line-height: 31px;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.3rem;
  text-indent: 0.3rem;
  color: #44d733;
  transition: all 0.2s ease-in-out;
  font-weight: bold;
}
.btn::before {
  content: '';
  width: 100%;
  height: 0;
  background: #44d733;
  position: absolute;
  transition: all 0.2s ease-in-out;
  z-index: -1;
}
.btn a:hover,
#global-nav .current-menu-item a {
  color: #FFF;
}
.btn:hover::before,
#global-nav .current-menu-item::before {
  height: 100%;
}

/*---- Search ----*/
.search-box {
  display: block;
  width: 27%;
  float: right;
}
#serch-word-box {
  width: 85%;
  height: 36px;
  font-size: 100%;
  color: #50505A;
  padding: 5px 0 5px 10px;
  border: none;
  border-radius: 4px 0 0 4px;
  background: #F1F1F1;
  opacity: 0.7;
}
#serch-button {
  width: 15%;
  height:36px;
  background-color: #44d733;
  background-image: url("./images/search.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  position: relative;
  transition: 0.2s;
}
#serch-button:hover {
  opacity: 0.8;
}

/*---- Modal ----*/
.open {
  width: 60px;
  height: 60px;
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  cursor: pointer;
  display: none;
}
.open-icon {
  width: 40px;
  height: 40px;
  fill: none;
  stroke: #50505A;
  stroke-width: 4;
  position: relative;
  top: 10px;
}
.close {
  width: 35px;
  height: 35px;
  margin: 30px;
  z-index: 10;
  cursor: pointer;
  float: right;
}
.close-icon {
  width: 35px;
  height: 35px;
  fill: none;
  stroke: #FFF;
  stroke-width: 4;
}
.modal {
  width: 60%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -60%;
  background: rgba(50, 50, 60, 0.95);
  z-index: 200;
}
.mdl-back {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(120, 120, 120, 0.6);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
#mdl-menus {
  padding-top: 80px;
}
#mdl-menus ul li {
  display: inline-block;
  line-height: 6.5rem;
  width: 100%;
  border-bottom: solid 1px rgba(40, 40, 50, 0.6);
}
#mdl-menus ul li:first-child {
  border-top: solid 1px rgba(40, 40, 50, 0.6);
}
.mdl-item a {
  display: inline-block;
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  line-height: 6.5rem;
  width: 100%;
  padding-left: 45px;
  letter-spacing: 0.3rem;
  color: #FFF;
}

/*---- Favorite ----*/
.favorite {
  position: fixed;
  z-index: 10;
  top: 40%;
  right: -120px;
  width: 180px;
  height: 50px;
  background: #FFF000;
  border-radius: 100px 0 0 100px;
  box-shadow: 0 3px 10px -2px rgba(50, 50, 60, 0.2);
}
.favorite a {
  display: inline-block;
  text-align: left;
  font-size: 1.3rem;
  font-family:  "Roboto", sans-serif;
  color: #50505A;
  letter-spacing: 0.2rem;
  width: 100%;
  line-height: 50px;
  padding-left: 60px;
}
.favorite a::before {
  content: '★';
  top: 0;
  left: 18px;
  position: absolute;
  font-size: 1.5rem;
  display: inline-block;
  margin-right: 10px;
}

/*---- Goods ----*/
.goods {
  position: fixed;
  z-index: 10;
  bottom: 4vh;
  right: 5vw;
}
.goods-attention {
  width: 170px;
  height: 170px;
  background-color:rgba(255, 240, 0, 0.9);
  border-radius: 50%;
  transform: rotate(10deg);
  box-shadow: 0 3px 10px -2px rgba(50, 50, 60, 0.2);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  transform: scale(1) rotate(12deg);
  transition: 0.4s;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}
.goods-attention a {
  display: block;
  width: 100%;
  height: 100%;
}
.goods-attention.disappear {
  transform: scale(0) rotate(-22deg);
}
.surisuri {
  height: 112px;
  width: auto;
  padding-top: 15px;
  user-select: none;
  -webkit-user-select: none;
}
.attention-text {
  font-weight: bold;
  color: #32323C;
  font-size: 1.4rem;
  line-height: 1.4em;
  padding-bottom: 1.2em;
}
.close-attention {
  position: absolute;
  z-index: 15;
  top: 4%;
  right: 0;
  width: 36px;
  height: 36px;
  cursor: pointer;
  border-radius: 50%;
  background-color:rgba(255, 240, 0, 0.9);
  box-shadow: 0 3px 10px -2px rgba(50, 50, 60, 0.2);
}
.close-attention span {
  content: '';
  position: absolute;
  display: block;
  width: 18px;
  height: 1px;
  background-color:#32323C;
  right: 9px;
  top: 50%;
  transition: 0.3s;
}
.close-attention span:nth-child(1) {
  transform: rotate(45deg);
}
.close-attention span:nth-child(2) {
  transform: rotate(-45deg);
}
.close-attention.shut span {
  transform: rotate(0);
}
.close-attention.shut span:nth-child(1) {
  top: 35%;
}
.close-attention.shut span:nth-child(2) {
  top: 60%;
}

/*---- Main Contents ----*/
#main {
  width: 100%;
  height: 100%;
  display: block;
}
.main-wrapper {
  max-width: 1000px;
  min-height: 1000px;
  padding-top: 120px;
  margin: 0 auto;
  overflow: hidden;
}

/*---- Breadcrumb ----*/
#breadcrumb {
  margin-bottom: 30px;
}
#breadcrumb .bread-element {
  display: inline-block;
  font-size: 1.2rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1rem;
  line-height: 3rem;
  position: relative;
}
.bread-element a span::after {
  content: ' ＞';
  font-size: 1rem;
  position: absolute;
  top: -0.5px;
  right: -1.5rem;
  cursor: default;
}
.bread-element:nth-of-type(n+2) {
  margin-left: 2rem;
}
.bread-element, .bread-element a {
  color: #8C8C96;
  transition: 0.1s;
}
.bread-element a:hover {
  color: #44d733;
}

/*---- Post Thumbnail ----*/
.posts {
  margin: -3% 0 50px -3%;
}
.posts ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.posts .wrap-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.posts .wrap-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.type-icons,
.type-fonts,
.type-column {
  text-align: center;
  padding: 3% 0 0 3%;
}
.type-icons a,
.type-fonts a,
.type-column a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: none;
  padding: 5%;
  transition: all 0.2s;
}
.type-icons {
  width: 125px;
}
.type-icons a {
  border-radius: 5px;
}
.type-icons img {
  width: 80px;
  height: 80px;
  opacity: 0.85;
}
.type-icons p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #32323C;
  padding-top: 8px;
}
.type-fonts {
  height: 55%;
  width: 33.3%;
}
.type-column {
  height: auto;
  width: 33.3%;
  text-align: left;
}
.type-fonts a,
.type-column a {
  border: solid 4px #F5F5F5;
  position: relative;
}
.type-column a::before {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  height: 0%;
  width: 0%;
  z-index: 10;
  border-left: solid 4px transparent;
  border-top: solid 4px transparent;
  transition: all 0.3s ease-in-out;
}
.type-column a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  right: -4px;
  height: 0%;
  width: 0%;
  z-index: 10;
  border-right: solid 4px transparent;
  border-bottom: solid 4px transparent;
  transition: all 0.3s ease-in-out;
}
.type-fonts p {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #32323C;
  padding-top: 10px;
}
.type-column .post_title {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #32323C;
  padding-top: 10px;
  transition: all 0.2s;
}
.date {
  color: #8C8C96;
  font-size: 1.2rem;
  font-weight: lighter;
  padding-top: 1rem;
  letter-spacing: 0.05rem;
}
.type-fonts img,
.type-column img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: all 0.2s ease-in-out;
}
.type-icons a:hover,
.type-fonts a:hover {
  background-color: #FFF000;
}
.type-column a:hover::before,
.type-column a:hover::after {
  height: 102%;
  width: 102.5%;
  border-color: #44d733;
}
.type-column a:hover .post_title {
  color: #44d733;
}
.type-column a:hover img {
  opacity: 0.8;
}
.none-msg {
  display: inline-block;
  padding-left: 3%;
}

/*---- Single Post ----*/
.post-area {
  width: 80%;
  height: 100%;
  padding-left: 5%;
  float: right;
  position: relative;
}
#article {
  margin-top: 30px;
}
.title {
  margin-bottom: 30px;
}
.title p {
  padding-top: 10px;
}
.main-image {
  border: solid 5px #F5F5F5;
  text-align: center;
  height: auto;
}
.icon-img {
  width: 50%;
  height: 350px;
  padding: 20px;
  float: left;
  position: relative;
}
.icon-img::after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: transparent;
  transition: 0.2s;
}
.icon-img:active::after {
  backdrop-filter: invert(100%);
  -webkit-backdrop-filter: invert(100%);
}
.icon-img img {
  width: 256px;
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.font-img {
  width: 100%;
}
.font-img img {
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.desc {
  width: 50%;
  float: left;
}

/*----Favorite Star ----*/
.add-favorite,
.remove-favorite {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50px;
  right: 35px;
  cursor: pointer;
  user-select: none;
}
.star {
  width: 40px;
  height: 40px;
}
.polygon-yellow {
  fill: #FFF000;
  stroke: #FFE600;
  stroke-width: 3;
}
.polygon-white {
  fill: none;
  stroke: #8C8C96;
  stroke-width: 3;
}
.hide-icon {
  display: none;
}
.fav-hover {
  width: 90px;
  height: 25px;
  text-align: center;
  top:10px;
  right:10px;
  position: absolute;
  background:#50505A;
  border-radius: 999px;
  display: none;
}
.fav-hover span {
  width: 100%;
  font-size: 1rem;
  line-height: 25px;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fav-hover::after {
  content: '';
  display: block;
  position: absolute;
  left: 40px;
  border-top: solid 7px #50505A;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
}
.clear-btn {
  width: 100%;
  margin-top: 20px;
  padding: 2% 0 0 2%;
  text-align: center;
}
.clear-btn button {
  display: inline-block;
  height: 40px;
  width: 160px;
  line-height: 40px;
  padding: 0;
  border: none;
  border-radius: 999px;
  color: #50505A;
  font-size: 1.4rem;
  background:#FFF000;
  opacity: 1;
  cursor: pointer;
  transition: 0.2s;
}
.clear-btn button:hover {
  opacity: 0.7;
}

/*---- Download / Slider ----*/
.icon-menu,
.font-menu {
  text-align: center;
  width: 50%;
  padding: 0 10px 0 30px;
  float: right;
}
.slider,
.download {
  width: 100%;
}
.slider {
  padding-bottom: 50px;
}
.download dt,
.slider dt {
  font-size: 2.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #44d733;
  letter-spacing: 0.1rem;
  text-indent: 0.1rem;
  padding-bottom: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.download .text {
  text-align: center;
}
.dl-btn {
  display: inline-block;
  height: 50px;
  background: #44d733;
  letter-spacing: 0.2rem;
  border-radius: 9999px;
  box-shadow: 0 3px 10px -2px rgba(50, 50, 60, 0.3);
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dl-icon {
  width: 40%;
  margin: 4%;
}
.dl-font {
  width: 100%;
  margin-bottom: 8%;
}
.dl-btn a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 47px;
  color: #FFF;
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
}
.dl-btn:hover {
  background: #FFF000;
  box-shadow: 0 1px 1px -1px rgba(50, 50, 60, 0.2) ;
  position: relative;
  top: 1px;
}
.dl-btn a:hover {
  color: #44d733;
}
.slider input[type="range"] {
  -webkit-appearance: none;
  width: 80%;
  height: 3.5px;
  margin: 12px 0;
  padding: 0;
  background: #C8C8C8;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: grab;
}
.slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #44d733;
  height: 16px;
  width: 16px;
  border:none;
  border-radius: 50%;
  box-shadow: 0 2px 6px -1px rgba(50, 50, 60, 0.2);
}
.slider input[type="range"]::-moz-range-track {
  height:0;
}
.slider input[type="range"]::-moz-range-thumb{
  background: #44d733;
  height: 16px;
  width: 16px;
  border:none;
  border-radius: 50%;
  box-shadow: 0 2px 6px -1px rgba(50, 50, 60, 0.2);
}
.slider input[type="range"]::-ms-thumb {
  -ms-appearance: none;
  background:#44d733;
  height: 15px;
  width: 15px;
  border:none;
  border-radius: 50%;
  box-shadow: 0 2px 6px -1px rgba(50, 50, 60, 0.2);
}
input[type="range"]::-ms-fill-upper {
  background: none;
}
input[type="range"]::-ms-fill-lower {
  background: none;
}
.slider input[type="range"]:active {
  cursor: grabbing;
}
.slider input[type="range"]:focus,
.slider input[type="range"]:active {
  outline: none;
}

.griff-list {
  display: inline-block;
  width: 75%;
  height: 3.2rem;
}
.griff-list a {
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease-in-out;
}
.griff-list a:hover {
  border-bottom: 2px solid #44d733;
}

/*---- Tags ----*/
.tag-area {
  width: 100%;
  height: 100px;
  padding: 20px;
  margin: 30px 0;
  background: #F8F8F8;
  border-radius: 5px;
}
.tag-area a[rel="tag"] {
  display: inline-block;
  color: #44d733;
  font-size: 1.4rem;
  line-height: 2.3rem;
}
.tag-area span {
  cursor: default;
}

/*---- Table ----*/
.column table {
  width: 100%;
  margin: 40px 0;
  border-collapse: collapse;
}
.column table tr td {
  border-top: solid 1px #C8C8C8;
  border-bottom: solid 1px #C8C8C8;
  text-align: center;
  vertical-align: middle;
}
.column table td:nth-of-type(odd) {
  font-size: 1.7rem;
  color: #8C8C96;
  font-family: "Roboto", sans-serif;
  background: #F8F8F8;
}


/*---- Other icons ----*/
.other-icons {
  margin: -3% 0 0 -3%;
}
.other-icons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.column {
  border-top: solid 3px #F5F5F5;
  border-bottom: solid 3px #F5F5F5;
  margin: 30px 0;
  padding: 20px;
}
.for-article {
  border-bottom: none;
  margin: 30px 0 0 0;
}
.for-column {
  margin: 0 0 30px 0;
}
.other-icons {
  padding: 20px 0;
}
.other-icons .type-icons {
  width: 100px;
  text-align: center;
}
.other-icons .type-icons a {
  border-radius: 5px;
}
.other-icons .type-icons img {
  width: 64px;
  height: 64px;
}

/*---- Sidebar ----*/
.sidebar {
  width: 20%;
  height: 100%;
  background: #F8F8F8;
  padding: 10000px 0;
  margin: -10000px 0;
  float: left;
}
.icons-nav,
.fonts-nav {
  padding-bottom: 2.6rem;
}
.side-menu-item {
  position: relative;
  transition: 0.1s;
}
.side-menu-item>a,
.sidebar .heading-4 {
  text-indent: 20px;
}
.side-menu-item a {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  line-height: 3.5rem;
  color: #50505A;
  transition: 0.1s;
}
.sub-menu {
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 20;
}
.sub-menu .menu-item {
  width:30%;
  background: rgba(242, 242, 242, 0.7);
  text-align: center;
  transition: 0.1s;
}
.sub-menu .menu-item:first-child {
  border-radius: 0 5px 0 0;
}
.sub-menu .menu-item:last-child {
  border-radius: 0 0 5px 0;
}
.side-menu-item a:hover {
  color: #44d733;
}
.side-menu-item:hover {
  background: #F2F2F2;
}
.icons-nav .subcategory:hover {
  background: #FFF000;
}

/*---- Pagination ----*/
.pager {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.pagination {
  margin-left: -2%;
}
.pagination li {
  display: inline-block;
  width: 6rem;
  height: 6rem;
  margin-left: 2%;
  border: solid 2px #44d733;
  background: none;
  border-radius: 9999px;
  position: relative;
}
.pagination li::before {
  content: '';
  width: 100%;
  height: 100%;
  background: none;
  border-radius: 9999px;
  position: absolute;
  z-index: -1;
  transition: all 0.2s;
}
.pagination li .pager {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 6rem;
  position: relative;
  top: -0.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  width: 100%;
  color: #44d733;
  transition: all 0.2s;
}
.pagination .current::before,
.pagination li:hover::before {
  background: #44d733;
}
.pagination .current span,
.pagination li a:hover {
  color: #FFF;
}
.single_page_nav {
  padding: 30px 0;
}
.single_page_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.single_pager a {
  font-size: 1.5rem;
  font-weight: bold;
  color: #44d733;
}
.single_pager:first-child {
  text-align: left;
  padding-right: 10px;
  line-height: 2.4rem;
}
.single_pager:last-child {
  text-align: right;
  padding-left: 10px;
  line-height: 2.4rem;
}

/*---- Footer ----*/
#footer {
  width: 100%;
  height:15rem;
  background: #004000;
  position: absolute;
  bottom: 0;
}
.footer-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.footer-logo {
  width: 140px;
  height:25px;
  float: left;
}
.logo-footer {
  width: 140px;
  height:25px;
  fill: #FFF;
}
.footer-nav {
  margin-left: 120px;
  float: left;
}
.footer-nav ul li {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  line-height: 2rem;
  letter-spacing: 0.2rem;
  margin-right: 20px;
  transition: 0.2s;
}
.footer-nav a, .privacy a {
  color: #FFF;
  font-size: 1.3rem;
}
.footer-nav ul li:hover {
  opacity: 0.7;
}
.privacy {
  display: block;
  line-height: 2.2rem;
  float: right;
}
.footer-wrapper>.copy {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 10px;
  color: #FFF;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  float: right;
}

/*---- SNS ----*/
.sns-share {
  position: fixed;
  z-index: 10;
  bottom: 0;
  right: 0;
  text-align: center;
  box-shadow: -3px 3px 20px -1px rgba(50, 50, 60, 0.2);
}
.sns-share ul li {
  display: block;
  width: 42px;
  height: 44px;
  font-size: 2rem;
  font-family: 'sns_icons', sans-serif;
  line-height: 42px;
  background: rgba(10, 10, 20, 0.7);
  transition: 0.3s;
}
.sns-share ul li:first-child {
  border-radius: 6px 0 0 0;
}
.sns-share a {
  display: block;
  color: #FFF;
  width: 100%;
  height: 100%;
}
.facebook:hover {
  background: #1877f2;
}
.twitter:hover {
  background: #1DA1F2;
}
.pocket:hover {
  background: #ee4056;
}
.pinterest:hover {
  background: #E60023;
}

/*---- Fixed Page & Column Page----*/
.type-page,
.type-post {
  padding: 0 12%;
  margin-bottom: 6.4rem;
  position: relative;
}
.type_page_title {
  font-size: 3.2rem;
  line-height: 5rem;
  text-align: center;
  text-indent: -0.3rem;
  margin: 4rem 0;
}
.section {
  margin-bottom: 6.4rem;
}
.bar {
  width: 100%;
  height: 40px;
  position: relative;
  z-index: 1;
  line-height: 40px;
  text-indent: 0.2rem;
  color: #FFF;
  text-align: center;
  background-color: #44d733;
  border-radius: 9999px;
}
.catch {
  font-size: 2.8rem;
  margin: 4rem 0;
  line-height: 4.5rem;
  font-weight: normal;
  text-align: center;
  text-indent: 0.2rem;
}
.rule {
  width: 100%;
  padding: 3.2rem 3.2rem;
  background: #F8F8F8;
  border-radius: 5px;
}
.itemization {
  padding-left: 2.4rem;
  margin-bottom: 3.2rem;
}
.itemization li {
  list-style-type: disc;
  line-height: 3rem;
  padding-bottom: 1rem;
}
.ordered-list li {
  list-style-type: decimal;
}
.approve li,
.deny li {
  font-weight: normal;
}
.deny {
  color: #F02828;
}
.mail {
  font-size: 2.2rem;
  font-family: "Roboto",sans-serif;
  display: inline-block;
  line-height: 3.2rem;
  letter-spacing: 0.1rem;
}
.centering {
  text-align: center;
}
.right-justified {
  text-align: right;
}
.post-title-area {
  margin-bottom: 6.4rem;
  width: 100%;
  border-top: solid 2.5px #44d733;
  border-bottom: solid 2.5px #44d733;
}
.post-info {
  padding: 1.5rem 0;
  border-top: solid 1.4px #F0F0F0;
  text-align: center;
  color: #8C8C96;
}
.post-info>li {
  font-size: 1.2rem;
  line-height: 2rem;
  letter-spacing: 0.05rem;
  margin-left: 1rem;
  position: relative;
  left: -1rem;
  display: inline-block;
}
.wp-block-quote {
  font-style: italic;
  padding: 1.6rem 3.2rem;
  margin: 0 3rem 3.2rem 3rem;
  border-radius: 5px;
  background-color: #F5F5F5;
  border-left: none;
}
.type-post>figure {
  text-align: center;
  margin-bottom: 4.8rem;
}
.type-post>figure figcaption {
  font-size: 1.2rem;
  padding-top: 1rem;
  line-height: 1.7rem;
  font-feature-settings: "palt";
  letter-spacing: 0.15rem;
  margin: 0;
}
.wp-block-image img {
  max-width: 100%;
  height: auto;
}
.other-posts {
  margin: -4% 0 0 -4%;
}
.other-posts ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.other-posts ul .post-item {
  height: auto;
  width: 25%;
  padding: 4% 0 0 4%;
}
.post-item img {
  height: auto;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
.other-posts-title {
  padding-top: 5px;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #50505A;
  font-weight: normal;
  font-feature-settings: "palt";
  transition: all 0.2s ease-in-out;
}
.post-item a {
  display: block;
}
.post-item a:hover .other-posts-title {
  color: #44d733;
}
.post-item a:hover img {
  opacity: 0.8;
}

/*---- 404 error ----*/
.nfd-container {
  width: 100%;
  height: auto;
  text-align: center;
}
.ntf-title {
  margin: 8% 0;
}
.ntf-title h1 {
  font-size: 4rem;
  font-family: "Roboto", sans-serif;
}
.nfd-menu-wrapper {
  padding: 0 12%;
}
.nfd-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: solid 2px #F5F5F5;
  padding: 30px 20px 0 20px;
  text-align: left;
}
.nfd-menu h3 {
  margin-top: 4px;
  width: 20%;
}
.nfd-menu>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.nfd-menu>ul>.cat-item {
  padding: 0 40px 30px 0;
}
.children li::before {
  content: '・';
}
.nfd-menu ul li,
.nfd-menu ul li a {
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #32323C;
  transition: 0.1s;
}
.nfd-menu ul li a:hover {
  color: #44d733;
}

/*-------- AD --------*/
.ad-container {
  margin: 0 auto;
}
.ad {
  padding: 20px 0 60px 0;
  margin: 0 auto;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.ad-728 {
  width: 728px;
}
.ad-160 {
  width: 160px;
}
.ad-320 {
  width: 320px;
}
.ad-300 {
  width: 300px;
  margin-top: 20px;
}
.ad-in-article {
  margin: 0 6.4rem;
}
.ad p {
  display: inline-block;
  font-size: 1rem;
  color: #8C8C96;
  padding-bottom: 0.5rem;
}
.for-tablet, .for-mobile {
  display: none;
}
.adsbygoogle {
  background-color: rgba(255, 255, 255, 0);
}

/*-----------------Media Queries-----------------*/
/*-------- Tablet --------*/
@media screen and (max-width:960px) {
  
/*---- Common ----*/
  #global-nav, .favorite,
  #breadcrumb, .sidebar, .footer-nav,
  .icon-img::after {
    display: none;
  }
  .icon-img, .desc, .search-box,
  .dl-icon, .download,
  .type-page,
  .footer-logo, .privacy, .footer-wrapper>.copy {
    float: none;
    margin: 0 auto;
  }
  .post-area {
    float: none;
  }
  .type-icons a:hover,
  .type-fonts a:hover {
    background: none;
  }
  .type-column a:hover img,
  .post-item a:hover img,
  #serch-button:hover {
    opacity: 1;
  }
  .type-column a:hover .post_title,
  .post-item a:hover .other-posts-title {
    color: #50505A;
  }
  .type-page,
  .nfd-menu-wrapper,
  .type-post {
   padding: 0;
  }
  .main-wrapper {
    overflow: inherit;
  }
  
/*---- Header ----*/
  .site-logo {
    padding: 40px 0 20px;
    height: 118px;
    width: 240px;
    margin: 0 auto;
  }
  #site-logo-img {
    width: 240px;
    height: 37.4px;
  }
  .logo-header {
    height: 36px;
  }
  .nav {
    text-align: center;
  }
  
/*---- Menu / Modal ----*/
  .open {
    display: block;
  }

/*---- Main-Contents ----*/
  .search-box, .icon-img {
    width: 80%;
    margin: 0 auto;
  }
  .type-fonts,
  .type-column,
  .other-posts ul .post-item {
    width: 50%;
  }
  .desc {
    width: 100%;
    margin: 0 auto;
  }
  .title {
    text-align: center;
  }
  .add-favorite,
  .remove-favorite {
    position: static;
    margin: 20px auto;
  }
  .icon-img {
    padding: 5%;
    margin-bottom: 30px;
  }
  .post-area,
  .icon-menu,
  .font-menu,
  .heading-2 {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .slider input[type="range"] {
    width: 60%;
  }
  .download {
    padding: 20px 0;
  }
  .dl-btn {
    width: 70%;
    margin-bottom: 30px;
  }
  .dl-btn:hover {
    background: #44d733;
    box-shadow: 0 2px 8px rgba(50, 50, 60, 0.3);
    top: 0;
  }
  .dl-btn a:hover {
    color: #FFF;
  }
  .tag-area {
    width: 100%;
    margin: 20px auto;
    text-align: left;
  }
  .type-column a:hover::before,
  .type-column a:hover::after {
    height: 0%;
    width: 0%;
    border-color: transparent;
  }
  .griff-list a:hover {
    border-bottom: 2px solid transparent;
  }

/*---- Pagenation ----*/
  .pager {
    margin-bottom: 40px;
  }
  .pagination li {
    width: 5rem;
    height: 5rem;
    margin-bottom: 1rem;
  }
  .pagination li .pager {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 5rem;
    top: -0.15rem;
  }
  .pagination li:hover::before {
    background: none;
  }
  .pagination .current:hover::before {
    background: #44d733;
  }
  .pagination li a:hover {
    color: #44d733;
  }
/*---- Footer ----*/
  #footer {
    height: 18rem;
    text-align: center;
  }
  .footer-logo {
    width: 150px;
  }
  .post-font {
    width: 38%;
    margin:3%;
  }
  .privacy {
    padding-top: 15px;
  }
  
/*---- Fixed Page & Column Page ----*/
  .post-title-area,
  .heading-h2,
  .ad-in-article,
  .type-post>p,
  .heading-3,
  .heading-4 {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .wp-block-quote {
    padding: 2rem;
    margin: 0 0 3.2rem 0;
  }
  .catch {
    font-size: 2.5rem;
    line-height: 3.7rem;
    letter-spacing: 0.1rem;
    margin: 2.5rem 0;
  }
/*---- 404 ----*/
  .nfd-menu {
    display: block;
  }
  .nfd-menu h3 {
    width: 100%;
    padding: none;
  }
/*---- SNS ----*/
  .sns-share ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
  }
  .sns-share ul li {
    width: 54px;
    font-size: 2.4rem;
  }
  .facebook:hover, .twitter:hover,
  .pocket:hover, .pinterest:hover {
    background: rgba(10, 10, 20, 0.7);
  }
/*---- Advertise ----*/
  .for-pc {
    display: none;
  }
  .for-tablet {
    display: block;
  }
}

/*-------- Mobile --------*/

@media screen and (max-width:560px) {
/*---- Common ----*/
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .bezel {
    padding: 20px 0;
  }
  .text, .itemization li {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
  .paragraph {
    margin-bottom: 2rem;
  }
  .post-title-area, .lead-text {
    margin-bottom: 4rem; 
  }
  .heading-2 {
    font-size: 1.7rem;
    margin: 2rem 0 2rem;
  }
  .bar {
    height: 30px;
    line-height: 30px;
  }
  .heading-3 {
    font-size: 1.7rem;
    line-height: 2.5rem;
  }

/*---- Header ----*/
  .site-logo {
    padding: 30px 0 20px;
    height: 92px;
    width: 180px;
    margin: 0 auto;
  }
  #site-logo-img {
    width: 180px;
    height: 28px;
  }
  .logo-header {
    height: 27px;
  }
  .site-logo p {
    font-size: 9px;
    padding-top: 7px;
  }
  .nav {
    padding: 20px 0;
  }
  #serch-word-box {
    width: 77%;
    height: 40px;
  }
  #serch-button {
    width: 23%;
    height: 40px;
  }
  .open {
    width: 40px;
    height: 40px;
    top: 12px;
    left: 15px;
  }
  .open-icon {
    width: 30px;
    height: 30px;
    top: 5px;
  }

/*---- Main-Contents ----*/
  .main-wrapper {
    padding: 100px 0 50px 0;
  }
  .type-fonts,
  .type-column,
  .other-posts ul .post-item {
    width: 100%;
    margin: 5%;
    text-align: center;
  }
  .type-column .post_title {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
  .icon-img {
    width: 100%;
  }
  .download dt {
    font-size: 2.4rem;
    letter-spacing: 0.2rem;
    text-indent: 0.2rem;
    padding: 20px 0;
  }
  .tag-area {
    display: none;
  }
  .table {
    margin: 20px 0;
  }
  .column table td:nth-of-type(odd) {
    font-size: 1.2rem;
  }
  .icon-s {
    width: 20%;
  }
/*----Footer----*/
  .footer-wrapper {
    padding-top: 40px;
  }
  
/*---- Fixed Page & Column Page ----*/
  .type_page_title {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  .catch {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  .mail {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
  .other-posts-title {
    font-size: 1.4rem;
    line-height: 2.2rem;
    text-align: center;
  }
/*---- 404 ----*/
  .ntf-title h1 {
    font-size: 3rem;
  }
  .nfd-menu ul li,
  .nfd-menu ul li a {
    font-size: 1.2rem;
    line-height: 2rem;
    color: #32323C;
  }
  .nfd-menu ul li a:hover {
    color: #32323C;
  }
/*---- Advertise ----*/
  .for-tablet {
    display: none;
  }
  .for-mobile {
    display: block;
  }
}

/*-------- Animation --------*/
@keyframes zoom {
  0% {
    transform: scale(0.7,0.7);
    }
  100% {
    transform: scale(1,1);
    }
}
@keyframes slideInUp {
  0% {
    opacity:0.2;
    transform: translateY(70px);
    }
  100% {
    opacity:1;
    transform: translateY(0px);
    }
}
.home .type-icons img {
  animation: zoom 0.8s ease;
}
.home .type-icons:nth-of-type(odd) {
  animation: slideInUp 1.2s ease;
}
.home .type-icons:nth-of-type(even) {
  animation: slideInUp 0.8s ease;
}