@charset "UTF-8";
@font-face {
  font-family: "han";
  src: url("../font/YakuHanJP-Regular.eot"), url(../font/YakuHanJP-Regular.woff);
  font-weight: normal;
}

@font-face {
  font-family: "han";
  src: url("../font/YakuHanJP-Bold.eot"), url(../font/YakuHanJP-Bold.woff);
  font-weight: bold;
}

* {
  margin: 0;
  padding: 0;
  text-indent: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.6;
  font-family: "han", "helvetica", "Arial", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #4c4948;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
address,
em,
strong,
th,
ins {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border: 0;
}

th {
  text-align: left;
}

input,
select,
textarea {
  vertical-align: middle;
}

ins,
a {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

br {
  letter-spacing: 0;
}

button {
  font-size: 1.4rem;
}

.pc-tag {
  display: block;
}

@media only screen and (max-width: 480px) {
  .pc-tag {
    display: none;
  }
}

.tab-tag {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .tab-tag {
    display: block;
  }
}

.sp-tag {
  display: none;
}

@media only screen and (max-width: 480px) {
  .sp-tag {
    display: block;
  }
}

@media print {
  .sp-tag {
    display: none;
  }
  .pc-tag {
    display: block;
  }
}

a,
a:hover,
a:visited,
a:active,
a:focus {
  display: block;
}

a {
  color: #4c4948;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.wrapper {
  min-width: 1080px;
}

@media only screen and (max-width: 480px) {
  .wrapper {
    width: 100%;
    min-width: auto;
    padding-top: 80px;
  }
}

.content-wrap {
  padding-bottom: 120px;
}

@media only screen and (max-width: 480px) {
  .content-wrap {
    padding-bottom: 80px;
  }
}

section.sec {
  margin-top: 80px;
  margin-bottom: 80px;
}

.base-w {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 480px) {
  .base-w {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
}

.narrow-w {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 480px) {
  .narrow-w {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
}

.header-wrap {
  background: #fff;
}

header.header {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 32px;
}

@media only screen and (max-width: 1140px) {
  header.header {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media only screen and (max-width: 480px) {
  header.header {
    width: 100%;
    height: 80px;
    padding-left: 3%;
    padding-right: 3%;
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
}

header.header .h-upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 480px) {
  header.header .h-upper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

header.header .h-upper a {
  display: block;
}

header.header .h-upper a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 480px) {
  header.header .h-upper .logo {
    width: 50%;
  }
}

header.header .h-upper .hr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

header.header .h-upper .hr .h-tel{
  margin: 10px 0;
}

header.header .h-upper .hr .header-tel_info{
  font-size: 1.4rem;
}

header.header .h-upper .hr .header-tel_info span{
  margin-right: 10px;
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
  header.header .h-upper .hr {
    display: none;
  }
}

header.header #sp-menu {
  display: none;
}

@media only screen and (max-width: 480px) {
  header.header #sp-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 36px;
    height: 28px;
  }
}

header.header #sp-menu .bar {
  display: block;
  width: 100%;
  height: 4px;
  background: #4c4948;
}

header.header .gnavi {
  margin-top: 32px;
}

@media only screen and (max-width: 480px) {
  header.header .gnavi {
    width: 50%;
    margin-top: 16px;
    background: #fff;
    position: absolute;
    right: 0;
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}

@media only screen and (max-width: 480px) {
  header.header .gnavi.on {
    display: block;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

header.header .gnavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 480px) {
  header.header .gnavi ul {
    display: block;
    border: 1px solid #dcdddd;
    border-right: none;
    -webkit-box-shadow: -5px 5px 2px rgba(76, 73, 72, 0.1);
            box-shadow: -5px 5px 2px rgba(76, 73, 72, 0.1);
  }
}

header.header .gnavi ul li {
  width: 16.66666666%;
  border-right: 1px solid #dcdddd;
}

@media only screen and (max-width: 480px) {
  header.header .gnavi ul li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #dcdddd;
  }
}

header.header .gnavi ul li:last-child {
  border: none;
}

header.header .gnavi ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 1.4rem;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 480px) {
  header.header .gnavi ul li a {
    display: block;
    padding: 16px;
    color: #4c4948 !important;
  }
}

header.header .gnavi ul li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 230px;
  margin: auto;
  background: #0089cd;
  border-radius: 5000px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

@media only screen and (max-width: 480px) {
  header.header .gnavi ul li a::before {
    content: none;
  }
}

header.header .gnavi ul li a .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  margin-bottom: 4px;
}

@media only screen and (max-width: 480px) {
  header.header .gnavi ul li a .icon {
    display: none;
  }
}

header.header .gnavi ul li a:hover {
  opacity: 0.8;
}

header.header .gnavi ul li a:hover::before {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0.1;
}

header.header .gnavi ul li:nth-of-type(2) a {
  color: #0089cd;
}

header.header .gnavi ul li:nth-of-type(2) a::before {
  background-color: #0089cd;
}

header.header .gnavi ul li:nth-of-type(2).current {
  background: #0089cd;
}

header.header .gnavi ul li:nth-of-type(3) a {
  color: #3db04d;
}

header.header .gnavi ul li:nth-of-type(3) a::before {
  background-color: #3db04d;
}

header.header .gnavi ul li:nth-of-type(3).current {
  background: #3db04d;
}

header.header .gnavi ul li:nth-of-type(4) a {
  color: #eb637c;
}

header.header .gnavi ul li:nth-of-type(4) a::before {
  background-color: #eb637c;
}

header.header .gnavi ul li:nth-of-type(4).current {
  background: #eb637c;
}

header.header .gnavi ul li:nth-of-type(5) a {
  color: #f7ae26;
}

header.header .gnavi ul li:nth-of-type(5) a::before {
  background-color: #f7ae26;
}

header.header .gnavi ul li:nth-of-type(5).current {
  background: #f7ae26;
}

header.header .gnavi ul li:nth-of-type(6) a {
  color: #18b8d1;
}

header.header .gnavi ul li:nth-of-type(6) a::before {
  background-color: #18b8d1;
}

header.header .gnavi ul li:nth-of-type(6).current {
  background: #18b8d1;
}

header.header .gnavi ul li:nth-of-type(7) a {
  color: #98519c;
}

header.header .gnavi ul li:nth-of-type(7) a::before {
  background-color: #98519c;
}

header.header .gnavi ul li:nth-of-type(7).current {
  background: #98519c;
}

header.header .gnavi ul li.current a {
  color: #fff !important;
}

header.header .gnavi ul li.current a:hover {
  opacity: 1;
}

.main-img {
  margin-bottom: 8px;
}

.main-img.subtop {
  overflow: hidden;
  position: relative;
}

.main-img.subtop .deco {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-animation: mainDeco 0.8s ease-out 1 forwards;
          animation: mainDeco 0.8s ease-out 1 forwards;
}

.breadcrumb {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
}

.breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
}

@media only screen and (max-width: 480px) {
  .breadcrumb ol {
    padding-bottom: 8px;
    overflow-x: auto;
    word-break: keep-all;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 480px) {
  .breadcrumb ol li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.breadcrumb ol li::after {
  content: "＞";
  margin-left: 4px;
  margin-right: 4px;
}

.breadcrumb ol li.this-page::after {
  content: none;
}

.breadcrumb ol li a {
  display: inline-block;
  text-decoration: underline;
}

.breadcrumb ol li a:hover {
  opacity: 0.8;
  text-decoration: none;
}

@-webkit-keyframes mainDeco {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  50% {
    opacity: 0;
  }
  82% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes mainDeco {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  50% {
    opacity: 0;
  }
  82% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

footer.footer {
  background: #fff;
}

@media only screen and (max-width: 480px) {
  footer.footer {
    padding-bottom: 80px;
  }
}

footer.footer .fnavi-wrap {
  padding-top: 56px;
  padding-bottom: 56px;
  background: #0068b7;
  color: #fff;
  font-size: 1.4rem;
}

@media only screen and (max-width: 1140px) {
  footer.footer .fnavi-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media only screen and (max-width: 480px) {
  footer.footer .fnavi-wrap {
    width: 100%;
  }
}

footer.footer .fnavi-wrap a {
  color: #fff;
}

footer.footer .fnavi-wrap a:hover {
  opacity: 0.8;
}

footer.footer .fnavi-wrap .fnavi {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

footer.footer .fnavi-wrap .fn-link {
  font-weight: 500;
}

footer.footer .fnavi-wrap .fn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
}

@media only screen and (max-width: 480px) {
  footer.footer .fnavi-wrap .fn-list {
    display: -ms-grid;
    display: grid;
    grid-template: "cleaning product" auto "reform facility" auto "bousai facility" auto "book support" auto "other other" auto / 1.5fr 1fr;
    margin-top: 16px;
  }
}

@media only screen and (max-width: 480px) {
  footer.footer .fnavi-wrap .fn-list dl {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 480px) {
  footer.footer .fnavi-wrap .fn-list dl:nth-of-type(1) {
    grid-area: cleaning;
  }
}

@media only screen and (max-width: 480px) {
  footer.footer .fnavi-wrap .fn-list dl:nth-of-type(2) {
    grid-area: product;
  }
}

@media only screen and (max-width: 480px) {
  footer.footer .fnavi-wrap .fn-list dl:nth-of-type(3) {
    grid-area: reform;
  }
}

@media only screen and (max-width: 480px) {
  footer.footer .fnavi-wrap .fn-list dl:nth-of-type(4) {
    grid-area: facility;
  }
}

@media only screen and (max-width: 480px) {
  footer.footer .fnavi-wrap .fn-list dl:nth-of-type(5) {
    grid-area: bousai;
  }
}

@media only screen and (max-width: 480px) {
  footer.footer .fnavi-wrap .fn-list dl:nth-of-type(6) {
    grid-area: support;
  }
}

@media only screen and (max-width: 480px) {
  footer.footer .fnavi-wrap .fn-list dl:nth-of-type(7) {
    grid-area: book;
  }
}

footer.footer .fnavi-wrap .fn-list dl dt {
  margin-bottom: 8px;
  font-weight: 500;
}

footer.footer .fnavi-wrap .fn-list dl dd {
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 1.2rem;
}

footer.footer .fnavi-wrap .fn-list dl dd a::before {
  content: "・";
}

footer.footer .fnavi-wrap .fn-list ul {
  margin-top: 24px;
}

@media only screen and (max-width: 480px) {
  footer.footer .fnavi-wrap .fn-list ul {
    grid-area: other;
    margin-top: 8px;
  }
}

footer.footer .fnavi-wrap .fn-list ul li {
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 1.2rem;
}

footer.footer .fnavi-wrap .fn-list ul li a::before {
  content: "・";
}

footer.footer .links {
  padding: 32px 3%;
}

@media only screen and (max-width: 480px) {
  footer.footer .links {
    padding-left: 6%;
    padding-right: 6%;
  }
}

footer.footer .links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 480px) {
  footer.footer .links ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

footer.footer .links ul li {
  margin-left: 24px;
  margin-right: 24px;
}

@media only screen and (max-width: 480px) {
  footer.footer .links ul li {
    margin-left: 0;
    margin-right: 0;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 48%;
  }
}

@media only screen and (max-width: 480px) {
  footer.footer .links ul li:nth-of-type(2) {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
}

footer.footer .links ul li a:hover {
  opacity: 0.8;
}

footer.footer .fbtm {
  margin-top: 120px;
  padding-bottom: 40px;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  footer.footer .fbtm {
    margin-top: 0;
  }
}

footer.footer .fbtm a:hover {
  opacity: 0.8;
}

footer.footer .fbtm .copyright {
  margin-top: 24px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 480px) {
  footer.footer .fbtm .copyright {
    font-size: 3vw;
  }
}

.page-top {
  position: fixed;
  right: 10px;
  bottom: 40px;
  z-index: 10;
  opacity: 0.6;
}

@media only screen and (max-width: 480px) {
  .page-top {
    width: 48px;
    bottom: 64px;
  }
}

.page-top:hover {
  opacity: 0.8;
}

.sp-btm-navi {
  display: none;
}

@media only screen and (max-width: 480px) {
  .sp-btm-navi {
    display: block;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }
}

.sp-btm-navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ccc;
}

.sp-btm-navi ul li {
  width: 33.3333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #ccc;
}

.sp-btm-navi ul li:last-child {
  border-right: none;
}

.sp-btm-navi ul li a {
  padding: 8px;
}

.sp-btm-navi ul li img {
  height: 40px;
  width: auto;
}

.sp-btm-navi ul li img.sbn-mail {
  height: 32px;
}

.sp-btm-navi ul li img.sbn-tel {
  height: 36px;
}

.title-bar {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  background: #0089cd;
  color: #fff;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 600;
}

@media only screen and (max-width: 480px) {
  .title-bar {
    font-size: 2.4rem;
  }
}

.title-btm-bar {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8px;
  border-bottom: 8px solid #0089cd;
  color: #0089cd;
  font-weight: 500;
  font-size: 2.8rem;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .title-btm-bar {
    font-size: 2.4rem;
  }
}

span.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff100));
  background: linear-gradient(transparent 70%, #fff100 70%);
}

a.outer::after {
  content: url(../images/common/icon-link.svg);
  display: inline-block;
  width: 12px;
  margin-left: 8px;
}

.set-block {
  margin-top: 80px;
}

.set-block .set-list {
  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;
}

@media only screen and (max-width: 480px) {
  .set-block .set-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.set-block .set-list > * {
  width: calc((100% - (32px * 2)) / 3);
  margin-right: 32px;
  margin-bottom: 32px;
}

.set-block .set-list > *:nth-of-type(3n) {
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (max-width: 480px) {
  .set-block .set-list > * {
    width: 100%;
    margin-right: 0;
  }
}

.set-block .set-list .box .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100px;
  padding: 16px;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  position: relative;
}

@media only screen and (max-width: 480px) {
  .set-block .set-list .box .name {
    padding: 0px;
    font-size: 1.6rem;
  }
}

.set-block .set-list .box .name::after {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  width: 16px;
  height: 16px;
  border-top: 4px solid #0089cd;
  border-right: 4px solid #0089cd;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.set-block .set-list .box figure {
  overflow: hidden;
}

.set-block .set-list .box figure img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.set-block .set-list .box .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 4px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  font-size: 4.8rem;
  font-weight: bold;
  font-family: "helvetica", "Arial", "noto", sans-serif;
  line-height: 1;
  color: #e60012;
}
.set-block .set-list .box .price .dai{
  color: #4c4948;
  font-size: 2rem;
}

@media only screen and (max-width: 480px) {
  .set-block .set-list .box .price {
    padding: 8px;
    font-size: 4rem;
    bottom: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .set-block .set-list .box .price .dai {
    font-size: 1.6rem;
  }
}
.set-block .set-list .box .price .yen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: center;
  color: #4c4948;
}

@media only screen and (max-width: 480px) {
  .set-block .set-list .box .price .yen {
    font-size: 1.6rem;
  }
}

.set-block .set-list .box .price .yen .up {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 2px;
  font-size: 1.1rem;
}

@media only screen and (max-width: 480px) {
  .set-block .set-list .box .price .yen .up {
    font-size: 1rem;
  }
}

.set-block .set-list .box .price .yen .low {
  font-weight: bold;
}

.set-block .set-list .box a {
  border: 12px solid #fff100;
  background: #fff;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.set-block .set-list .box a:hover {
  border-color: #fff766;
}

.set-block .set-list .box a:hover .name {
  opacity: 0.8;
}

.set-block .set-list .box a:hover .name::after {
  right: 10px;
}

.set-block .set-list .box a:hover figure img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.set-block .link-list {
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (max-width: 480px) {
  .set-block .link-list {
    padding: 0;
  }
}

.set-block .link-list .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 480px) {
  .set-block .link-list .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.set-block .link-list .box .txt {
  font-size: 2rem;
  line-height: 2;
}

@media only screen and (max-width: 480px) {
  .set-block .link-list .box .txt {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

@media only screen and (max-width: 480px) {
  .set-block .link-list .box .txt br {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .set-block .link-list .box .link {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
  }
}

.set-block .link-list .box a {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.set-block .link-list .box a:hover {
  opacity: 0.8;
}

.fzmv {
  opacity: 0;
}

.fzmv.mv {
  -webkit-animation: fadeZoom 0.5s 0.1s ease-in 1 forwards;
          animation: fadeZoom 0.5s 0.1s ease-in 1 forwards;
}

.fumv {
  opacity: 0;
}

.fumv.mv {
  -webkit-animation: fadeUp 0.5s 0.1s ease-in 1 forwards;
          animation: fadeUp 0.5s 0.1s ease-in 1 forwards;
}

.fdmv {
  opacity: 0;
}

.fdmv.mv {
  -webkit-animation: fadeDown 0.5s 0.1s ease-in 1 forwards;
          animation: fadeDown 0.5s 0.1s ease-in 1 forwards;
}

.fimv {
  opacity: 0;
}

.fimv.mv {
  -webkit-animation: fadeIn 0.5s 0.1s ease-in 1 forwards;
          animation: fadeIn 0.5s 0.1s ease-in 1 forwards;
}

.flrmv {
  opacity: 0;
}

.flrmv.mv {
  -webkit-animation: fadeIn 0.5s 0.5s ease-in 1 forwards;
          animation: fadeIn 0.5s 0.5s ease-in 1 forwards;
}

.flrmv.mv .l {
  -webkit-animation: inLeft 0.5s 0.5s ease-out 1 forwards;
          animation: inLeft 0.5s 0.5s ease-out 1 forwards;
}

.flrmv.mv .r {
  -webkit-animation: inRight 0.5s 0.5s ease-out 1 forwards;
          animation: inRight 0.5s 0.5s ease-out 1 forwards;
}

.fnummv .n1,
.fnummv .n2,
.fnummv .n3,
.fnummv .n4,
.fnummv .n5,
.fnummv .n6,
.fnummv .n7,
.fnummv .n8 {
  opacity: 0;
}

.fnummv.mv .n1 {
  -webkit-animation: fadeUp 0.5s 0.1s ease-in 1 forwards;
          animation: fadeUp 0.5s 0.1s ease-in 1 forwards;
}

.fnummv.mv .n2 {
  -webkit-animation: fadeUp 0.5s 0.3s ease-in 1 forwards;
          animation: fadeUp 0.5s 0.3s ease-in 1 forwards;
}

.fnummv.mv .n3 {
  -webkit-animation: fadeUp 0.5s 0.5s ease-in 1 forwards;
          animation: fadeUp 0.5s 0.5s ease-in 1 forwards;
}

.fnummv.mv .n4 {
  -webkit-animation: fadeUp 0.5s 0.7s ease-in 1 forwards;
          animation: fadeUp 0.5s 0.7s ease-in 1 forwards;
}

.fnummv.mv .n5 {
  -webkit-animation: fadeUp 0.5s 0.9s ease-in 1 forwards;
          animation: fadeUp 0.5s 0.9s ease-in 1 forwards;
}

.fnummv.mv .n6 {
  -webkit-animation: fadeUp 0.5s 1.1s ease-in 1 forwards;
          animation: fadeUp 0.5s 1.1s ease-in 1 forwards;
}

.fnummv.mv .n7 {
  -webkit-animation: fadeUp 0.5s 1.3s ease-in 1 forwards;
          animation: fadeUp 0.5s 1.3s ease-in 1 forwards;
}

.fnummv.mv .n8 {
  -webkit-animation: fadeUp 0.5s 1.5s ease-in 1 forwards;
          animation: fadeUp 0.5s 1.5s ease-in 1 forwards;
}

.slmv {
  opacity: 0;
}

.slmv.mv {
  -webkit-animation: inLeft 0.5s 0.1s ease-out 1 forwards;
          animation: inLeft 0.5s 0.1s ease-out 1 forwards;
}

.srmv {
  opacity: 0;
}

.srmv.mv {
  -webkit-animation: inRight 0.5s 0.1s ease-out 1 forwards;
          animation: inRight 0.5s 0.1s ease-out 1 forwards;
}

@-webkit-keyframes fadeDown {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeDown {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeUp {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeUp {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadeZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes inLeft {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes inLeft {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes inRight {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes inRight {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes fadeUR {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(40px) translateY(-20px);
            transform: translateX(40px) translateY(-20px);
  }
}

@keyframes fadeUR {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(40px) translateY(-20px);
            transform: translateX(40px) translateY(-20px);
  }
}

@-webkit-keyframes fadeUL {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-40px) translateY(-20px);
            transform: translateX(-40px) translateY(-20px);
  }
}

@keyframes fadeUL {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-40px) translateY(-20px);
            transform: translateX(-40px) translateY(-20px);
  }
}

@-webkit-keyframes fadeInOut {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
}

@keyframes fadeInOut {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
}
/*# sourceMappingURL=common.css.map */