.br {
  display: none;
}
@media screen and (min-width: 769px) {
  .br.mnw769 {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .br.mxw768 {
    display: inline-block;
  }
}
@media screen and (max-width: 500px) {
  .br.mxw500 {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .br.dp-mx-tablet {
    display: inline;
  }
}

li {
  list-style: none;
}

img {
  vertical-align: top;
}

a {
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

button {
  outline: none;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 10px;
}

body {
  font-size: 1.6rem;
}

@media screen and (min-width: 769px) {
  .only-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
}
.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  padding-left: 2vw;
  transition: 0.2s ease;
  box-shadow: 0 1px rgba(0, 0, 0, 0.16);
  background-color: #5a5a5a;
}
@media screen and (max-width: 1200px) {
  .header {
    padding-left: 1vw;
  }
}
.header .wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
.header .logo {
  min-width: 216px;
  max-width: 270px;
}
.header .logo img {
  width: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.header .nav {
  display: flex;
  justify-content: space-between;
  margin-left: 1.5vw;
  width: 100%;
}
.header .nav__contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15%;
  max-width: 90px;
  height: 90px;
  background-color: #f38100;
}
.header .nav__contact:hover {
  background-color: #ff8800;
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .header .nav__contact {
    width: 17%;
    font-size: 1.6rem;
    height: 70px;
  }
}
.header .nav__contact.blue {
  background-color: #74cff5;
}
.header .nav__contact.blue:hover {
  background-color: #78d6ff;
}
.header .nav__contact__txt {
  display: inline-block;
  margin-left: 10px;
}
.header .list-menu {
  display: flex;
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .header .list-menu {
    align-items: flex-start;
  }
}
.header .item-menu {
  position: relative;
  height: 90px;
  line-height: 90px;
  white-space: nowrap;
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .header .item-menu {
    height: 70px;
    line-height: 70px;
    font-size: 1.6rem;
  }
}
.header .item-menu__anchor {
  display: block;
  padding: 0 1.5vw;
}
.header .list-drop {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
}
.header .item-drop__anchor {
  display: block;
  padding: 0 1.5vw;
  height: 55px;
  font-size: 1.6rem;
  line-height: 55px;
  background-color: #5a5a5a;
}
@media screen and (min-width: 1001px) {
  .header .item-menu.ver1 {
    transition: all 0.15s ease;
  }
  .header .item-menu.ver1:hover {
    background: #707070;
  }
  .header .item-menu.ver1:hover .list-drop {
    display: block;
    pointer-events: auto;
    user-select: auto;
  }
  .header .item-menu.ver1:hover > .item-menu__anchor {
    color: #f38100;
  }
  .header .item-menu.ver1 .list-drop {
    pointer-events: none;
    user-select: none;
  }
  .header .item-menu.ver2 {
    transition: color 0.15s ease;
  }
  .header .item-menu.ver2:hover {
    color: #f38100;
  }
  .header .nav__sp-menu-btn {
    display: none !important;
  }
  .header .item-menu__sp-arrow {
    display: none !important;
  }
  .header .list-menu .sp-contact,
  .header .list-menu .sp-tel {
    display: none;
  }
  .header .item-drop__anchor:hover {
    display: block;
    background-color: #707070;
    color: #f38100;
  }
  .header .item-menu.notnest:hover {
    color: #f38100;
  }
}
@media screen and (max-width: 1300px) {
  .header .item-menu__anchor {
    padding: 0 1vw;
  }
}
@media screen and (max-width: 1000px) {
  .header .wrapper {
    justify-content: space-between;
  }
  .header .logo {
    min-width: 216px;
    max-width: 216px;
  }
  .header .nav {
    width: auto;
  }
  .header .nav__sp-menu-btn {
    display: block;
    padding: 20px 15px;
    width: 60px;
    height: 60px;
    background-color: #f38100;
  }
  .header .nav__sp-menu-btn.blue {
    background-color: #74cff5;
  }
  .header .nav__sp-menu-btn__wrapper {
    position: relative;
    display: block;
    height: 100%;
  }
  .header .nav__sp-menu-btn__wrapper span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  .header .nav__sp-menu-btn__wrapper span:first-of-type {
    top: 0;
  }
  .header .nav__sp-menu-btn__wrapper span:nth-last-of-type(2), .header .nav__sp-menu-btn__wrapper span:nth-last-of-type(3) {
    top: calc(50% - 1px);
  }
  .header .nav__sp-menu-btn__wrapper span:last-of-type {
    bottom: 0;
  }
  .header .nav__contact {
    display: none;
  }
  .header .list-menu {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    padding: 7vw 2vw 10vw;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    height: 100%;
    overflow-y: scroll;
  }
  .header .item-menu {
    position: relative;
    border-top: 1px solid #707070;
    height: auto;
    line-height: normal;
    font-size: 1.8rem;
    padding: 4vw 2vw;
  }
  .header .item-menu:nth-last-of-type(2) {
    border-bottom: 1px solid #707070;
  }
  .header .item-menu__anchor {
    display: inline-block;
    padding: 0;
  }
  .header .item-menu__sp-arrow {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    position: absolute;
    right: 2vw;
    top: 6.5vw;
    display: block;
    background-image: url("../images/icn/icn-header-arrow-right-white.png");
    width: 10px;
    height: 17px;
  }
  .header .item-menu__sp-arrow.drop {
    transform-origin: center;
    transform: rotate(90deg);
    transition: transform 0.15s ease;
  }
  .header .item-menu__sp-arrow.drop.spin {
    transform: rotate(-90deg);
  }
  .header .list-drop {
    position: static;
    display: none;
  }
  .header .item-drop {
    margin-top: 3vw;
  }
  .header .item-drop:first-child {
    margin-top: 5vw;
  }
  .header .item-drop__anchor {
    padding: 0;
    background-color: transparent;
    height: auto;
    font-weight: 400;
    line-height: normal;
  }
  .header .sp-btn-close {
    position: relative;
    display: block;
    margin-left: auto;
    right: 0;
    top: 0;
    margin-bottom: 5vw;
    width: 20px;
    height: 20px;
  }
  .header .sp-btn-close span {
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transform-origin: center;
  }
  .header .sp-btn-close span:first-of-type {
    transform: rotate(45deg);
  }
  .header .sp-btn-close span:last-of-type {
    transform: rotate(-45deg);
  }
  .header .sp-contact,
  .header .sp-tel {
    display: block;
  }
  .header .sp-contact__anchor,
  .header .sp-tel__anchor {
    display: block;
    margin: 5vw auto 0;
    border-radius: 1.8vw;
    width: 64vw;
    padding: 4vw 0;
    background-color: #f38100;
    font-size: 1.8rem;
    text-align: center;
  }
  .header .sp-contact__anchor.blue,
  .header .sp-tel__anchor.blue {
    background-color: #74cff5;
  }
  .header .sp-contact__anchor:before {
    content: "";
    display: inline-block;
    margin-right: 15px;
    width: 19px;
    height: 14px;
    background: url("../images/icn/icn-contact-mini-white.png") no-repeat 50% 50%/contain;
  }
  .header .sp-tel__anchor:before {
    content: "";
    display: inline-block;
    margin-right: 15px;
    width: 19px;
    height: 19px;
    background: url("../images/icn/icn-tel-mini-white.png") no-repeat 50% 50%/contain;
  }
}

.sec-sub-mv {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 380px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.sec-sub-mv .page-ttl,
.sec-sub-mv .ttl {
  margin-top: 30px;
}
.sec-sub-mv .ttl {
  width: 100%;
  text-align: center;
  color: #fff;
}
.sec-sub-mv .ttl__en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 6rem;
  font-weight: 600;
}
.sec-sub-mv .ttl__ja {
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .sec-sub-mv.news {
    background-image: url("../images/news/mv.webp");
  }
  .sec-sub-mv.company {
    background-image: url("../images/company/mv.webp");
  }
  .sec-sub-mv.privacy {
    background-image: url("../images/privacy/mv.webp");
  }
  .sec-sub-mv.qa {
    background-image: url("../images/qa/mv.webp");
  }
  .sec-sub-mv.contact {
    background-image: url("../images/contact/mv.webp");
  }
  .sec-sub-mv.column {
    background-image: url("../images/column/mv.webp");
  }
  .sec-sub-mv.guideline {
    background-image: url("../images/guideline/mv.webp");
  }
  .sec-sub-mv.terms-of-service {
    background-image: url("../images/terms-of-service/mv.webp");
  }
  .sec-sub-mv.signage--product {
    background-image: url("../images/signage/product/mv.webp");
  }
  .sec-sub-mv.signage--advertising_signage {
    background-image: url("../images/signage/advertising_signage/mv.webp");
  }
  .sec-sub-mv.signage--va_distribution {
    background-image: url("../images/signage/va_distribution/mv.webp");
  }
  .sec-sub-mv.casestudy {
    background-image: url("../images/ads/casestudy/mv.webp");
  }
  .sec-sub-mv.request {
    background-image: url("../images/ads/request/mv.webp");
  }
  .sec-sub-mv.contents {
    background-image: url("../images/signage/contents/mv.webp");
  }
}
@media screen and (max-width: 768px) {
  .sec-sub-mv {
    justify-content: flex-start;
    min-height: 280px;
  }
  .sec-sub-mv.news {
    background-image: url("../images/news/sp-mv.webp");
  }
  .sec-sub-mv.company {
    background-image: url("../images/company/sp-mv.webp");
  }
  .sec-sub-mv.privacy {
    background-image: url("../images/privacy/sp-mv.webp");
  }
  .sec-sub-mv.qa {
    background-image: url("../images/qa/sp-mv.webp");
  }
  .sec-sub-mv.contact {
    background-image: url("../images/contact/sp-mv.webp");
  }
  .sec-sub-mv.column {
    background-image: url("../images/column/sp-mv.webp");
  }
  .sec-sub-mv.guideline {
    background-image: url("../images/guideline/sp-mv.webp");
  }
  .sec-sub-mv.terms-of-service {
    background-image: url("../images/terms-of-service/sp-mv.webp");
  }
  .sec-sub-mv.signage--product {
    background-image: url("../images/signage/product/sp-mv.webp");
  }
  .sec-sub-mv.signage--advertising_signage {
    background-image: url("../images/signage/advertising_signage/sp-mv.webp");
  }
  .sec-sub-mv.signage--va_distribution {
    background-image: url("../images/signage/va_distribution/sp-mv.webp");
  }
  .sec-sub-mv.casestudy {
    background-image: url("../images/ads/casestudy/sp-mv.webp");
  }
  .sec-sub-mv.request {
    background-image: url("../images/ads/request/sp-mv.webp");
  }
  .sec-sub-mv.contents {
    background-image: url("../images/signage/contents/sp-mv.webp");
  }
  .sec-sub-mv .ttl {
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    max-width: calc(1220px + 20px * 2);
    text-align: left;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .sec-sub-mv .ttl {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
@media screen and (max-width: 768px) {
  .sec-sub-mv .ttl__en {
    font-size: 3rem;
  }
  .sec-sub-mv .ttl__ja {
    font-size: 1.8rem;
  }
}

.sec-sub-mv-contents {
  min-height: 260px;
}
@media screen and (max-width: 768px) {
  .sec-sub-mv-contents {
    min-height: 200px;
  }
}
.sec-sub-mv-contents .ttl {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .sec-sub-mv-contents .ttl {
    margin-top: 60px;
  }
}
.sec-sub-mv-contents .ttl__contents {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .sec-sub-mv-contents .ttl__contents {
    font-size: 3rem;
  }
}

.list-breadcrumb {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
  display: flex;
  margin-top: 14px;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .list-breadcrumb {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
.list-breadcrumb .item-breadcrumb.arrow {
  margin: 0 5px;
}
.list-breadcrumb .item-breadcrumb.now {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .list-breadcrumb {
    margin-top: 10px;
  }
}

.main {
  padding: 100px 0 150px;
}
@media screen and (max-width: 768px) {
  .main {
    padding: 60px 0 100px;
  }
}

.sec-contact {
  margin-top: 150px;
  padding: 100px 0;
  background-color: #efefef;
}
.sec-contact.front {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .sec-contact {
    margin-top: 100px;
  }
}
.sec-contact .container {
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec-contact .container {
    display: block;
  }
}
.sec-contact .container.ads:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .sec-contact .container.ads:before {
    top: 46%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 2px;
  }
}
.sec-contact .box--request {
  margin-left: 15%;
}
@media screen and (max-width: 768px) {
  .sec-contact .box--request {
    margin-left: 0;
    margin-top: 60px;
  }
}
.sec-contact .ttl {
  font-family: "Montserrat", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
}
.sec-contact .txt-body {
  margin-top: 10px;
  min-height: 70px;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  color: #f38100;
}
.sec-contact .txt-body.blue {
  color: #74cff5;
}
.sec-contact .btn-orange {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
  padding: 0;
}
@media screen and (max-width: 768px) {
  .sec-contact .btn-orange {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
.sec-contact .btn-orange__anchor {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 45px auto 0;
  max-width: 350px;
  height: 70px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  background-color: #f38100;
}
.sec-contact .btn-orange__anchor:after {
  position: absolute;
  right: 5%;
  top: calc(50% - 7px);
  display: block;
  width: 10px;
  height: 14px;
  content: "";
  background-image: url("../images/icn/icn-btn-arrow-right-white.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.sec-contact .btn-orange__anchor.blue {
  background-color: #74cff5;
}
@media screen and (min-width: 769px) {
  .sec-contact .btn-orange__anchor:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact {
    padding: 60px 0;
  }
  .sec-contact .ttl {
    font-size: 3.4rem;
  }
  .sec-contact .txt-body {
    margin-top: 20px;
    min-height: 0;
    font-size: 2.4rem;
  }
  .sec-contact .btn-orange__anchor {
    margin-top: 20px;
    height: 80px;
  }
}

.wp-pagenavi[role=navigation] {
  margin-top: 80px;
  text-align: center;
  font-size: 2rem;
}
.wp-pagenavi[role=navigation] .pages {
  display: none;
}
.wp-pagenavi[role=navigation] .previouspostslink {
  margin-right: 10px;
}
.wp-pagenavi[role=navigation] .nextpostslink {
  margin-left: 10px;
}
.wp-pagenavi[role=navigation] .page,
.wp-pagenavi[role=navigation] .current {
  margin: 0 15px;
}
.wp-pagenavi[role=navigation] .current {
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi[role=navigation] {
    margin-top: 60px;
  }
}

.footer {
  padding: 100px 0 60px;
  background-color: #5a5a5a;
  color: #fff;
}
.footer .wrapper {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .footer .wrapper {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
.footer .info {
  margin-right: 30px;
  width: 100%;
  max-width: 320px;
}
.footer .info__logo__anchor {
  display: block;
}
.footer .info__logo__anchor img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.footer .info__company {
  margin-top: 60px;
  font-size: 1.6rem;
}
.footer .info__address {
  margin-top: 25px;
  font-size: 1.4rem;
}
.footer .list-menu {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 780px;
}
.footer .item-menu {
  margin-left: 20px;
}
.footer .item-menu:first-of-type {
  margin-left: 0;
}
.footer .item-menu__txt {
  font-size: 1.6rem;
  font-weight: 700;
}
.footer .item-menu__txt.fp {
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: 400;
}
.footer .item-menu__txt.fp:first-of-type {
  margin-top: 0;
}
.footer .list-inner {
  margin-top: 30px;
  font-size: 1.4rem;
}
.footer .item-inner {
  margin-top: 20px;
}
.footer .copy {
  margin-top: 140px;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .footer .item-menu__anchor {
    transition: color 0.15s ease;
  }
  .footer .item-menu__anchor:hover {
    color: #f38100;
  }
  .footer .item-inner__anchor {
    transition: color 0.15s ease;
  }
  .footer .item-inner__anchor:hover {
    color: #f38100;
  }
}
@media screen and (max-width: 1000px) {
  .footer {
    padding: 50px 0;
  }
  .footer .wrapper {
    flex-direction: column;
    align-items: center;
  }
  .footer .info {
    order: 2;
    margin-right: 0;
    margin-top: 60px;
  }
  .footer .info__company {
    margin-top: 25px;
  }
  .footer .list-menu {
    order: 1;
  }
  .footer .copy {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 35px 0 30px;
  }
  .footer .wrapper {
    display: block;
  }
  .footer .info {
    margin-top: 0;
  }
  .footer .list-menu {
    margin-top: 50px;
    flex-direction: column;
  }
  .footer .item-menu {
    margin-left: 0;
    width: 100%;
  }
  .footer .item-menu__txt {
    position: relative;
    border-bottom: 1px solid #707070;
    padding: 10px 0;
    font-weight: 400;
  }
  .footer .item-menu__txt.fp {
    margin-top: 0;
    font-size: 1.6rem;
  }
  .footer .item-menu__arrow {
    position: absolute;
    right: 0;
    top: calc(50% - 6.5px);
    display: block;
    width: 20px;
    height: 13px;
    background-image: url("../images/icn/icn-arrow-white.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
  .footer .item-menu__arrow.drop {
    transform-origin: center;
    transform: rotate(90deg);
    transition: transform 0.15s ease;
  }
  .footer .item-menu__arrow.drop.spin {
    transform: rotate(-90deg);
  }
  .footer .list-inner {
    display: none;
    margin-top: 0;
  }
  .footer .item-inner {
    margin-top: 10px;
  }
  .footer .copy {
    margin-top: 30px;
    font-size: 1.4rem;
  }
}

.sec-column {
  padding: 150px 0;
  background-image: linear-gradient(to right, #fff 0%, #dbdbdb 100%);
}
.sec-column .ttl {
  text-align: center;
}
.sec-column .ttl .ttl__en {
  display: inline-block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 5rem;
}
.sec-column .ttl .ttl__ja {
  font-size: 2.4rem;
  font-weight: 500;
}
.sec-column .ttl .ttl__ja:after {
  display: block;
  margin: 20px auto 0;
  width: 80px;
  height: 8px;
  content: "";
  background-color: #f38100;
}
@media screen and (max-width: 768px) {
  .sec-column .ttl .ttl__en {
    font-size: 3.4rem;
  }
  .sec-column .ttl .ttl__ja {
    font-size: 2.2rem;
  }
  .sec-column .ttl .ttl__ja:after {
    margin-top: 12px;
  }
}
.sec-column .post-list {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec-column .post-list {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
.sec-column .post-item {
  width: 100%;
  max-width: 375px;
}
.sec-column .post-item:nth-of-type(2) {
  margin: 0 20px;
}
.sec-column .post-item__img {
  width: 100%;
  height: auto;
}
.sec-column .post-item__ttl {
  margin-top: 18px;
  font-size: 2rem;
  font-weight: 500;
}
.sec-column .post-item__body {
  margin-top: 18px;
  font-size: 1.6rem;
}
.sec-column .btn.more {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
}
@media screen and (max-width: 768px) {
  .sec-column .btn.more {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
.sec-column .btn.more .btn__anchor {
  position: relative;
  display: block;
  border: 1px solid #000;
  margin: 60px auto 0;
  max-width: 360px;
  height: 60px;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
  transition: 0.25s;
}
.sec-column .btn.more .btn__anchor:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  border: 2px solid transparent;
  margin: auto auto;
  width: 95%;
  height: 75%;
  content: "";
  transition: 0.25s;
}
.sec-column .btn.more .btn__anchor:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #fff;
  opacity: 0;
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
  transition: 0.35s;
}
.sec-column .btn.more .btn__anchor .btn__txt {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .sec-column .btn.more > a:hover {
    border: 1px solid transparent;
    color: #fff;
  }
  .sec-column .btn.more > a:hover:before {
    border: 2px solid #fff;
  }
  .sec-column .btn.more > a:hover:after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .sec-column .btn.more .btn__anchor {
    border: 0;
  }
  .sec-column .btn.more .btn__anchor:before {
    display: none;
  }
  .sec-column .btn.more .btn__anchor:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: -5px;
    width: 99%;
    opacity: 1;
  }
  .sec-column .btn.more .btn__txt {
    display: block;
    border: 1px solid #000;
    width: 99%;
    height: 100%;
    background-color: #fff;
  }
}
@media screen and (min-width: 769px) {
  .sec-column .post-item:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .sec-column {
    padding: 60px 0;
  }
  .sec-column .post-list {
    position: relative;
    display: block;
    padding: 0 10vw;
  }
  .sec-column .post-item {
    max-width: none;
  }
  .sec-column .post-item:nth-of-type(2) {
    margin: 0;
  }
  .sec-column .slick-arrow {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    position: absolute;
    top: 24vw;
    text-indent: -9999em;
    display: block;
    width: 4vw;
    height: 10vw;
  }
  .sec-column .slick-arrow.slick-prev {
    left: 3vw;
    background-image: url("../images/icn/icn-slider-arrow-left-gray.png");
  }
  .sec-column .slick-arrow.slick-next {
    right: 3vw;
    background-image: url("../images/icn/icn-slider-arrow-right-gray.png");
  }
}

.scroll-to-top {
  width: 100%;
  max-width: 100%;
  height: auto;
  pointer-events: none;
  user-select: none;
  position: fixed;
  right: 35px;
  bottom: 50px;
  width: 60px;
  opacity: 0;
  transition: 0.25s;
}
.scroll-to-top img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .scroll-to-top:hover {
    opacity: 0.68;
  }
}
@media screen and (max-width: 768px) {
  .scroll-to-top {
    z-index: 50;
    width: 45px;
    right: 20px;
    bottom: 20px;
  }
}
.scroll-to-top.act {
  opacity: 1;
  pointer-events: auto;
  user-select: auto;
}

.pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 150px;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .pagenation {
    margin-top: 100px;
    padding: 0 3.5vw;
  }
}
.pagenation .page,
.pagenation .current,
.pagenation .previouspostslink,
.pagenation .nextpostslink,
.pagenation .first,
.pagenation .last,
.pagenation .extend {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  width: 50px;
  height: 50px;
  background-color: #aaaaaa;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .pagenation .page,
  .pagenation .current,
  .pagenation .previouspostslink,
  .pagenation .nextpostslink,
  .pagenation .first,
  .pagenation .last,
  .pagenation .extend {
    width: 35px;
    height: 35px;
  }
}
.pagenation .current {
  background-color: #74cff5;
} 
@media screen and (max-width: 768px) {
  .none-max-t {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .none-min-t {
    display: none !important;
  }
}/*# sourceMappingURL=common.css.map */