#wp-admin-bar-comments,#wp-admin-bar-wp-logo,#wp-admin-bar-customize,
a[href*="edit-tags.php?taxonomy=category"] {
  display: none !important;
}

.title-1 {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.title-1:before {
  content: attr(data-txt);
  display: block;
  font-size: 1.6rem;
  margin-bottom: 0.25em;
}
@media (max-width:768px) {
  .title-1 {
    font-size: 3rem;
  }
}

.title-2 {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: .1em;
  line-height: 1.3;
  margin-bottom: 1em;
}
.title-2:before {
  content: attr(data-txt);
  display: block;
  font-size: .77em;
  letter-spacing: normal;
  color: var(--c-yellow);
  margin-bottom: .25em;
}
.title-2:after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: var(--c-blue);
  margin: 15px auto 0;
  transform: rotate(45deg);
}
@media (max-width:768px) {
  .title-2 {
    font-size: 2.7rem;
  }
}

.title-3 {
  position: relative;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.4;
  padding-bottom: .4em;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1em;
}
.title-3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 15%;
  height: 4px;
  background: var(--c-blue);
}
@media (max-width:768px) {
  .title-3 {
    font-size: 2rem;
  }
}

.btn-1 {
  position: relative;
  display: inline-block;
  font-weight: 500;
  color: var(--c-blue);
  cursor: pointer;
}
.btn-1:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  aspect-ratio: 1 / 1;
  background: url("../images/common/arrow-1.png") center center no-repeat;
  border: 1px solid;
  border-radius: 50%;
  margin-left: 1em;
  transition: .2s;
}
.btn-1:hover:after {
  transform: scale(1.05);
}
.btn-1.back {
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
}
.btn-1.back:after {
  width: 40px;
  height: 40px;
  transform: rotate(180deg);
  margin-right: .4em;
}
.btn-1.back:hover:after {
  transform: rotate(180deg) scale(1.05);
}
@media (max-width:768px) {
  .btn-1:after {
    width: 50px;
  }
}

.btn-2 {
  position: relative;
  display: block;
  max-width: 100%;
  width: 290px;
  color: #fff;
  padding: 1.2em;
  background: var(--c-blue);
  border: 1px solid var(--c-blue);
  transition: .2s;
}
.btn-2:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 40px;
  height: 40px;
  background: url("../images/common/arrow-2.png") center center /14px auto no-repeat;
  border: 1px solid #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: .2s;
}
.btn-2.back {
  color: var(--c-blue);
  background-color: #fff;
  border: 1px solid var(--c-blue);
}
.btn-2.back:after {
  left: 10px;
  right: auto;
  background-image: url("../images/common/arrow-1.png");
  border-color: var(--c-blue);
  transform: translateY(-50%) rotate(180deg);
}
.btn-2:hover {
  filter: brightness(110%);
}
.btn-2:hover:after {
  transform: translateY(-50%) scale(1.1);
}
.btn-2.back:hover:after {
  transform: translateY(-50%) rotate(180deg) scale(1.1);
}

@media (max-width:768px) {
}

table.default + *,* + table.default { margin-top:1em }
table.default { width:100% }
table.default tr > th {
  padding: 1em;
  border-top: 1px solid var(--c-blue);
  border-bottom: 1px solid var(--c-blue);
}
table.default tr > td {
  padding: 1em;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
table.default tr > th { font-weight:700; text-align:left; }
@media (max-width:768px) {
  table.default:not(.no-responsive),table.default:not(.no-responsive) tbody,table.default:not(.no-responsive) tr,table.default:not(.no-responsive) tr > * {
    width: 100%;
    display: block;
  }
  table.default:not(.no-responsive) tr > th {
    padding-bottom: 0;
    border-bottom: none;
  }
  table.default:not(.no-responsive) tr > td {
    clear: both;
    border: none;
    padding-top: 0;
  }
  table.default:not(.no-responsive) caption {
    display: block;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0.5em;
  }
}
table.default-2 + *,* + table.default-2 { margin-top:1em }
table.default-2 { width:100% }
table.default-2 > tbody > tr > th,
table.default-2 > tbody > tr > td {
  padding: .9em .5em;
  border-top: 1px solid #ddd;
}
table.default-2 > tbody > tr > th {
  font-weight: 700;
  line-height: 1.5625;
  text-align: left;
  padding-top: 1em;
  border-top: 1px solid var(--c-blue);
}
@media (max-width:768px) {
  table.default-2,
  table.default-2 > tbody,
  table.default-2 > tbody > tr,
  table.default-2 > tbody > tr > * {
    display: block;
    width: 100%;
  }
  table.default-2 > tbody > tr > * {
    padding: .5em 0;
  }
}

ul.pager-archive {
  text-align: center;
}
ul.pager-archive li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}
ul.pager-archive li a {
  display: block;
  text-decoration: none !important;
  color: inherit;
}
ul.pager-archive li.num a {
  width: 2em;
  line-height: 2;
  color: #39bcf4;
  background: #f9f9f9;
}
ul.pager-archive li.num.current a[href],ul.pager-archive li.num a[href]:hover {
  color: #fff;
  background: #39bcf4;
}
ul.pager-archive li.prev a,ul.pager-archive li.next a {
  color: #39bcf4;
  opacity: 0.5;
}
ul.pager-archive li.prev a[href],ul.pager-archive li.next a[href] {
  opacity: 1;
}
ul.pager-archive li.prev a[href]:hover,ul.pager-archive li.next a[href]:hover {
  text-decoration: underline;
}
ul.pager-single {
  width: 100%;
  display: table;
  table-layout: fixed;
}
ul.pager-single li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
ul.pager-single li a {
  display: inline-block;
  color: inherit;
  text-decoration: none !important;
  opacity: 0.5;
  padding: 0.5em 1em;
}
ul.pager-single li a[href] {
  opacity: 1;
}
ul.pager-single li a[href]:hover {
  color: #fff;
  background: #000;
}

#global-nav-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  padding-top: 50px;
  height: 0;
  background: var(--c-blue);
}
#global-nav-btn:before,#global-nav-btn:after,#global-nav-btn span:before {
  content: '';
  position: absolute;
  left: 25%;
  display: block;
  width: 50%;
  height: 0;
  padding-top: 1px;
  background: #fff;
}
#global-nav-btn:before {
  top: 31%;
  transition: 0.2s top, 0.2s transform;
}
#global-nav-btn:after {
  top: 47%;
  transition: 0.2s opacity;
}
#global-nav-btn span:before {
  top: 63%;
  transition: 0.2s top, 0.2s transform;
}
.nav-active #global-nav-btn:before {
  top: 50%;
  transform: rotate(135deg);
}
.nav-active #global-nav-btn:after {
  opacity: 0;
}
.nav-active #global-nav-btn span:before {
  top: 50%;
  transform: rotate(45deg);
}

@media (min-width:769px) { .display-sp{display:none!important} }
@media (min-width:1025px) { .display-tb{display:none!important} }
@media (max-width:768px) { .display-pc{display:none!important} }

#breadcrumb { font-size:1.4rem; padding:1em 0 0; }
#breadcrumb ol { letter-spacing:-.4em; text-align:right; }
#breadcrumb ol li { display:inline-block; vertical-align:top; letter-spacing:normal; }
#breadcrumb ol li a { display:inline-block; color:var(--c-blue); }
#breadcrumb ol li ~ li:before { content:'>'; display:inline-block; margin:0 1em; }
@media (max-width:768px) { #breadcrumb { font-size:0.85em; } }

#pagetop { position:fixed; right:3.125%; bottom:3.125%; z-index:9998; }
@media (max-width:768px) { #pagetop { bottom:70px; } }

ul.default,ol.default { margin-left:1.25em }
ul.default li ~ li,ol.default li ~ li { margin-top:0.4em }
ul.default + *,* + ul.default,ol.default + *,* + ol.default { margin-top:1em }
ul.default li { list-style:disc }
ol.default li { list-style:decimal }

[class*="layout-col"] {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.layout-col-2.reverse { flex-direction:row-reverse }
.layout-col-2 > * { width:48% }
.layout-col-2 > *:nth-child(n+3) { margin-top:4% }
@media (min-width:769px) {
.layout-col-3 > * { width: 30.76%; }
.layout-col-3 > *:nth-child(n+4) { margin-top:7.72%; }
}
@media (max-width:768px) {
.layout-col-3 { display:block }
}

.flex-box {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.flex-box > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flex-box > img {
  object-fit: cover;
}

[class*="inview"] { opacity:0; visibility:hidden;transition: 1s transform, 1s opacity; }
.inview-up { transform:translate3d(0,40px,0) }
.inview-left { transform:translate3d(40px,0,0) }
.inview-right { transform:translate3d(-40px,0,0) }
.inview-active { transform:translate3d(0,0,0); opacity:1; visibility:visible; }

.d-ib{display:inline-block} .d-b{display:block} .d-i{display:inline}
.c-red{color:#f00}
.fw-b{font-weight:bold}
.fs-10{font-size:1rem} .fs-12{font-size:1.2rem} .fs-13{font-size:1.3rem} .fs-14{font-size:1.4rem} .fs-15{font-size:1.5rem} .fs-16{font-size:1.6rem} .fs-18{font-size:1.8rem} .fs-20{font-size:2rem}

.ta-l{text-align:left!important} .ta-c{text-align:center!important} .ta-r{text-align:right!important}
@media (max-width:768px){ .sp-ta-l{text-align:left!important} .sp-ta-c{text-align:center!important} .sp-ta-r{text-align:right!important} }

[class*="m-0"]{margin:0}
[class*="mt-0"]{margin-top:0} [class*="mt-10px"]{margin-top:10px} [class*="mt-20px"]{margin-top:20px} [class*="mt-30px"]{margin-top:30px} [class*="mt-40px"]{margin-top:40px} [class*="mt-50px"]{margin-top:50px}
[class*="mr-0"]{margin-right:0} [class*="mr-5px"]{margin-right:5px} [class*="mr-10px"]{margin-right:10px} [class*="mr-20px"]{margin-right:20px} [class*="mr-auto"]{margin-right:auto}
[class*="mb-0"]{margin-bottom:0} [class*="mb-10px"]{margin-bottom:10px} [class*="mb-20px"]{margin-bottom:20px} [class*="mb-30px"]{margin-bottom:30px} [class*="mb-40px"]{margin-bottom:40px} [class*="mb-50px"]{margin-bottom:50px}
[class*="ml-0"]{margin-left:0} [class*="ml-5px"]{margin-left:5px} [class*="ml-10px"]{margin-left:10px} [class*="ml-20px"]{margin-left:20px} [class*="ml-auto"]{margin-left:auto}
@media(min-width:769px) {
[class*="sp-mt"]{margin-top:0}
[class*="sp-mr"]{margin-right:0}
[class*="sp-mb"]{margin-bottom:0}
[class*="sp-ml"]{margin-left:0}
}
@media(max-width:768px) {
[class*="pc-mt"]{margin-top:0}
[class*="pc-mr"]{margin-right:0}
[class*="pc-mb"]{margin-bottom:0}
[class*="pc-ml"]{margin-left:0}
}

.table-c { display:table; margin-left:auto; margin-right:auto; }
