html {
  background-color: #fff;
  color: #727171;
  font-family: "UD Shin Go Regular", Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  font-size: 10px;
  line-height: 1;
  overflow-x: auto;
  overflow-y: scroll;
}

body {
  -webkit-text-size-adjust: 100%;
}

*, *::before, *::after {
  box-sizing: border-box;
}

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

a:hover, a:focus, *:focus {
  outline: none;
}

.bxs, .bsm, .bmd, .blg, .bxl {
  display: none;
}

.ixs, .ism, .imd, .ilg, .ixl {
  display: none;
}

@media screen and (max-width: 575px) {
  .bxs {
    display: block;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .bsm {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .bmd {
    display: block;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .blg {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .bxl {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .ixs {
    display: inline;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .ism {
    display: inline;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .imd {
    display: inline;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .ilg {
    display: inline;
  }
}

@media screen and (min-width: 1200px) {
  .ixl {
    display: inline;
  }
}

.wbr {
  display: inline-block;
}

/*** #contents ***/
#contents {
  height: auto;
  width: 100%;
  min-width: 32rem;
  overflow: hidden;
  position: relative;
  transition: opacity 1.5s;
  z-index: 1;
}
#contents::after {
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  content: "";
  opacity: 1;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.5s ease-out;
  z-index: 10000;
}
#contents.active::after {
  opacity: 0;
}

/*** #header ***/
#header {
  height: 5rem;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  #header {
    height: 7rem;
  }
}
@media screen and (min-width: 1200px) {
  #header {
    height: 9rem;
    position: absolute;
  }
}
#header.fixed {
  position: fixed;
}
#header > .inner {
  align-content: center;
  background-color: #ffffff;
  box-shadow: 0 0 0.2rem rgba(35, 24, 21, 0.2);
  border-radius: 0 0 0.5rem 0.5rem;
  display: flex;
  height: 100%;
  justify-content: space-between;
  margin: 0 auto;
  width: calc(100% - 3rem);
}
@media screen and (min-width: 768px) {
  #header > .inner {
    border-radius: 0 0 0.75rem 0.75rem;
    width: calc(100% - 4.5rem);
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner {
    border-radius: 0 0 1rem 1rem;
    width: calc(100% - 6rem);
  }
}
#header > .inner > .box1 {
  height: 100%;
  position: relative;
  width: calc(100% - 5.5rem);
  z-index: 1001;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box1 {
    width: calc(100% - 7.25rem);
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box1 {
    width: 33rem;
  }
}
#header > .inner > .box1 > .lnk1 {
  height: auto;
  width: 100%;
  display: block;
  left: 0;
  padding: 0 0.75rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  #header > .inner > .box1 > .lnk1 {
    padding: 0 1.125rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box1 > .lnk1 {
    padding: 0 1.5rem;
  }
}
#header > .inner > .box1 > .lnk1.hov {
  transition: opacity 0.35s;
}
#header > .inner > .box1 > .lnk1.hov:hover {
  opacity: 0.5;
}
#header > .inner > .box1 > .lnk1 > .hdr1 {
  color: #898989;
  font-size: 0.75rem;
  left: 5rem;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box1 > .lnk1 > .hdr1 {
    font-size: 1.0125rem;
    left: 6.4rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box1 > .lnk1 > .hdr1 {
    font-size: 1.125rem;
    left: 7.75rem;
  }
}
#header > .inner > .box1 > .lnk1 > .img1 {
  height: auto;
  display: block;
  width: 20rem;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box1 > .lnk1 > .img1 {
    width: 25rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box1 > .lnk1 > .img1 {
    width: 30em;
  }
}
#header > .inner > .box2 {
  background-color: #ffffff;
  height: 100vh;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: opacity 0.35s;
  width: 100%;
  z-index: 1002;
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 {
    background-color: transparent;
    display: flex;
    height: 100%;
    opacity: 1;
    pointer-events: visible;
    position: static;
    width: calc(100% - 36rem);
  }
}
#header > .inner > .box2.active {
  opacity: 1;
  pointer-events: visible;
}
#header > .inner > .box2 > .inner {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#header > .inner > .box2 > .inner > .box1 {
  height: auto;
  width: 100%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box2 > .inner > .box1 {
    padding: 0 2.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .inner > .box1 {
    align-items: inherit;
    flex-direction: row-reverse;
    padding: 0 1.5rem;
  }
}
@media (min-aspect-ratio: 1/1) {
  #header > .inner > .box2 > .inner > .box1 {
    padding: 0 5.5rem;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (min-width: 768px) {
  #header > .inner > .box2 > .inner > .box1 {
    padding: 0 2.25rem;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (min-width: 1200px) {
  #header > .inner > .box2 > .inner > .box1 {
    padding: 0 1.5rem;
  }
}
#header > .inner > .box2 > .inner > .box1 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box2 > .inner > .box1 > .box1 {
    margin-bottom: 2.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .inner > .box1 > .box1 {
    height: 100%;
    margin-bottom: 0;
    width: 3rem;
  }
}
@media (min-aspect-ratio: 1/1) {
  #header > .inner > .box2 > .inner > .box1 > .box1 {
    margin-bottom: 0;
    width: calc(35% - 0.75rem);
  }
}
@media screen and (min-aspect-ratio: 1/1) and (min-width: 768px) {
  #header > .inner > .box2 > .inner > .box1 > .box1 {
    width: calc(35% - 1.125rem);
  }
}
@media screen and (min-aspect-ratio: 1/1) and (min-width: 1200px) {
  #header > .inner > .box2 > .inner > .box1 > .box1 {
    width: 3rem;
  }
}
#header > .inner > .box2 > .inner > .box1 > .box1 > .box1 {
  height: auto;
  width: 100%;
}
#header > .inner > .box2 > .inner > .box1 > .box1 > .box1 > .img1 {
  display: block;
  height: auto;
  margin: 0 auto 1.5rem;
  width: 15rem;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box2 > .inner > .box1 > .box1 > .box1 > .img1 {
    margin: 0 auto 2.25rem;
    width: 20rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .inner > .box1 > .box1 > .box1 > .img1 {
    display: none;
  }
}
#header > .inner > .box2 > .inner > .box1 > .box1 > .box2 {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .inner > .box1 > .box1 > .box2 {
    height: 100%;
  }
}
#header > .inner > .box2 > .inner > .box1 > .box1 > .box2 > .lst1 {
  height: auto;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .inner > .box1 > .box1 > .box2 > .lst1 {
    height: 100%;
  }
}
@media (min-aspect-ratio: 1/1) {
  #header > .inner > .box2 > .inner > .box1 > .box1 > .box2 > .lst1 {
    display: block;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (min-width: 768px) {
  #header > .inner > .box2 > .inner > .box1 > .box1 > .box2 > .lst1 {
    display: flex;
  }
}
#header > .inner > .box2 > .inner > .box1 > .box1 > .box2 > .lst1 > [class^=itm] {
  height: auto;
  width: 12.5rem;
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .inner > .box1 > .box1 > .box2 > .lst1 > [class^=itm] {
    width: 100%;
  }
}
@media (min-aspect-ratio: 1/1) {
  #header > .inner > .box2 > .inner > .box1 > .box1 > .box2 > .lst1 > [class^=itm] {
    width: 100%;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (min-width: 768px) {
  #header > .inner > .box2 > .inner > .box1 > .box1 > .box2 > .lst1 > [class^=itm] {
    width: 12.5rem;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (min-width: 1200px) {
  #header > .inner > .box2 > .inner > .box1 > .box1 > .box2 > .lst1 > [class^=itm] {
    width: 100%;
  }
}
@media (min-aspect-ratio: 1/1) {
  #header > .inner > .box2 > .inner > .box1 > .box1 > .box2 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (min-width: 768px) {
  #header > .inner > .box2 > .inner > .box1 > .box1 > .box2 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-bottom: 0;
  }
}
#header > .inner > .box2 > .inner > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .lst1 {
  height: auto;
  width: 100%;
}
#header > .inner > .box2 > .inner > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .lst1 > [class^=itm] {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box2 > .inner > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .lst1 > [class^=itm].itm1 {
    display: none;
  }
}
#header > .inner > .box2 > .inner > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .lst1 > [class^=itm].itm2 {
  display: none;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box2 > .inner > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .lst1 > [class^=itm].itm2 {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .inner > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .lst1 > [class^=itm].itm2 {
    display: none;
  }
}
#header > .inner > .box2 > .inner > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .lst1 > [class^=itm].itm3 {
  display: none;
}
#header > .inner > .box2 > .inner > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .lnk1, #header > .inner > .box2 > .inner > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .lst1 > [class^=itm] > .lnk1 {
  height: auto;
  width: 100%;
  color: #5a5959;
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box2 > .inner > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .lnk1, #header > .inner > .box2 > .inner > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .lst1 > [class^=itm] > .lnk1 {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .inner > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .lnk1, #header > .inner > .box2 > .inner > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .lst1 > [class^=itm] > .lnk1 {
    font-size: 1.5rem;
  }
}
#header > .inner > .box2 > .inner > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .lnk1.hov, #header > .inner > .box2 > .inner > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .lst1 > [class^=itm] > .lnk1.hov {
  transition: opacity 0.35s;
}
#header > .inner > .box2 > .inner > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .lnk1.hov:hover, #header > .inner > .box2 > .inner > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .lst1 > [class^=itm] > .lnk1.hov:hover {
  opacity: 0.5;
}
#header > .inner > .box2 > .inner > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .lnk1 .elm1, #header > .inner > .box2 > .inner > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .lst1 > [class^=itm] > .lnk1 .elm1 {
  font-size: 1.5em;
  margin-right: 0.5em;
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .inner > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .lnk1 .elm1, #header > .inner > .box2 > .inner > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .lst1 > [class^=itm] > .lnk1 .elm1 {
    font-size: 2em;
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .inner > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .lnk1 .elm2, #header > .inner > .box2 > .inner > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .lst1 > [class^=itm] > .lnk1 .elm2 {
    display: none;
  }
}
#header > .inner > .box2 > .inner > .box1 > .box1 > .box2 > .lst1 > [class^=itm].itm1 > .lst1 > [class^=itm] > .lnk1 > .elm1 {
  color: #63d134;
}
#header > .inner > .box2 > .inner > .box1 > .box1 > .box2 > .lst1 > [class^=itm].itm2 > .lnk1 > .elm1 {
  color: #f57362;
}
#header > .inner > .box2 > .inner > .box1 > .box2 {
  height: auto;
  width: 100%;
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box2 > .inner > .box1 > .box2 {
    padding: 0 2.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .inner > .box1 > .box2 {
    height: 100%;
    padding: 0;
    width: calc(100% - 3rem - 1.5rem);
  }
}
@media (min-aspect-ratio: 1/1) {
  #header > .inner > .box2 > .inner > .box1 > .box2 {
    width: calc(65% - 0.75rem);
  }
}
@media screen and (min-aspect-ratio: 1/1) and (min-width: 768px) {
  #header > .inner > .box2 > .inner > .box1 > .box2 {
    width: calc(65% - 1.125rem);
  }
}
@media screen and (min-aspect-ratio: 1/1) and (min-width: 1200px) {
  #header > .inner > .box2 > .inner > .box1 > .box2 {
    width: calc(100% - 3rem - 1.5rem);
  }
}
#header > .inner > .box2 > .inner > .box1 > .box2 > .lst1 {
  height: auto;
  width: 100%;
  align-items: center;
  border-top: 0.1rem solid #d0d0d0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .inner > .box1 > .box2 > .lst1 {
    border-top: none;
    height: 100%;
    justify-content: flex-end;
  }
}
#header > .inner > .box2 > .inner > .box1 > .box2 > .lst1 > .itm {
  height: auto;
  width: 100%;
  border-bottom: 0.1rem solid #d0d0d0;
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .inner > .box1 > .box2 > .lst1 > .itm {
    border-bottom: none;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .inner > .box1 > .box2 > .lst1 > .itm:not(:last-of-type) {
    margin-right: 1.5rem;
  }
}
#header > .inner > .box2 > .inner > .box1 > .box2 > .lst1 > .itm > .lnk1 {
  height: auto;
  width: 100%;
  color: #5a5959;
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 1.125rem 0;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box2 > .inner > .box1 > .box2 > .lst1 > .itm > .lnk1 {
    font-size: 1.275rem;
    padding: 2.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .inner > .box1 > .box2 > .lst1 > .itm > .lnk1 {
    font-size: 1.35rem;
    padding: 0;
    width: auto;
  }
}
@media (min-aspect-ratio: 1/1) {
  #header > .inner > .box2 > .inner > .box1 > .box2 > .lst1 > .itm > .lnk1 {
    padding: 0.75rem 1.5rem;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (min-width: 768px) {
  #header > .inner > .box2 > .inner > .box1 > .box2 > .lst1 > .itm > .lnk1 {
    padding: 2.25rem;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (min-width: 1200px) {
  #header > .inner > .box2 > .inner > .box1 > .box2 > .lst1 > .itm > .lnk1 {
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .inner > .box1 > .box2 > .lst1 > .itm.type0 {
    display: none;
  }
}
#header > .inner > .box2 > .inner > .box1 > .box2 > .lst1 > .itm.type1 > .lnk1.hov {
  transition: color 0.35s;
}
#header > .inner > .box2 > .inner > .box1 > .box2 > .lst1 > .itm.type1 > .lnk1.hov:hover {
  color: #f5a018;
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .inner > .box1 > .box2 > .lst1 > .itm.type2 {
    display: none;
  }
}
#header > .inner > .box2 > .inner > .box1 > .box2 > .lst1 > .itm[class*=type4] {
  border-bottom: none;
  margin: 1.5rem 20% 0;
  width: 60%;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box2 > .inner > .box1 > .box2 > .lst1 > .itm[class*=type4] {
    margin: 2.25rem 20% 0;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .inner > .box1 > .box2 > .lst1 > .itm[class*=type4] {
    margin: 0;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  #header > .inner > .box2 > .inner > .box1 > .box2 > .lst1 > .itm[class*=type4].type41 {
    display: none;
  }
}
#header > .inner > .box2 > .inner > .box1 > .box2 > .lst1 > .itm[class*=type4].type42 {
  display: none;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box2 > .inner > .box1 > .box2 > .lst1 > .itm[class*=type4].type42 {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .inner > .box1 > .box2 > .lst1 > .itm[class*=type4].type42 {
    display: none;
  }
}
#header > .inner > .box2 > .inner > .box1 > .box2 > .lst1 > .itm[class*=type4].type43 {
  display: none;
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .inner > .box1 > .box2 > .lst1 > .itm[class*=type4].type43 {
    display: block;
  }
}
#header > .inner > .box2 > .inner > .box1 > .box2 > .lst1 > .itm[class*=type4] > .lnk1 {
  background-color: #63d134;
  border: 0.2rem solid #63d134;
  border-radius: 0.75rem;
  color: #ffffff;
  line-height: 3;
  padding: 0 1em;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box2 > .inner > .box1 > .box2 > .lst1 > .itm[class*=type4] > .lnk1 {
    border-radius: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .inner > .box1 > .box2 > .lst1 > .itm[class*=type4] > .lnk1 {
    background-color: #63d134;
    border: 0.2rem solid #63d134;
    border-radius: 1rem;
    color: #ffffff;
  }
}
#header > .inner > .box2 > .inner > .box1 > .box2 > .lst1 > .itm[class*=type4] > .lnk1.hov {
  transition: background 0.35s;
}
#header > .inner > .box2 > .inner > .box1 > .box2 > .lst1 > .itm[class*=type4] > .lnk1.hov:hover {
  background-color: #ffffff;
  color: #63d134;
}
#header > .inner > .box2 > .inner > .box1 > .box2 > .lst1 > .itm[class*=type4] > .lnk1 > .elm1 > .ico1 {
  font-size: 2em;
  margin-right: 0.25em;
  transform: translateY(0.15em);
}
#header > .inner > .box3 {
  background-color: #ffffff;
  border-radius: 1rem;
  height: 100%;
  position: relative;
  width: 4rem;
  z-index: 1003;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box3 {
    border-radius: 1.25rem;
    width: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box3 {
    display: none;
  }
}
#header > .inner > .box3 > .lnk1 {
  height: 2rem;
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2rem;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box3 > .lnk1 {
    height: 2.5rem;
    width: 2.5rem;
  }
}
#header > .inner > .box3 > .lnk1.hov {
  transition: opacity 0.35s;
}
#header > .inner > .box3 > .lnk1.hov:hover {
  opacity: 0.5;
}
#header > .inner > .box3 > .lnk1 > .elm1 {
  background-color: #f5a018;
  border-radius: 0.1rem;
  display: block;
  height: 0.2rem;
  left: 0;
  position: absolute;
  top: 0.9rem;
  transition: 0.35s;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box3 > .lnk1 > .elm1 {
    top: 1.15rem;
  }
}
#header > .inner > .box3 > .lnk1 > .elm1::before {
  background-color: #f5a018;
  border-radius: 0.1rem;
  content: "";
  display: block;
  height: 0.2rem;
  left: 0;
  position: absolute;
  top: -0.8rem;
  transition: 0.35s;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box3 > .lnk1 > .elm1::before {
    top: -1rem;
  }
}
#header > .inner > .box3 > .lnk1 > .elm1::after {
  background-color: #f5a018;
  border-radius: 0.1rem;
  content: "";
  display: block;
  height: 0.2rem;
  left: 0;
  position: absolute;
  top: 0.9rem;
  transition: 0.35s;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box3 > .lnk1 > .elm1::after {
    top: 1.1rem;
  }
}
#header > .inner > .box3 > .lnk1.active > .elm1 {
  background-color: rgba(245, 160, 24, 0);
}
#header > .inner > .box3 > .lnk1.active > .elm1::before {
  top: 0;
  transform: rotate(135deg);
}
#header > .inner > .box3 > .lnk1.active > .elm1::after {
  top: 0;
  transform: rotate(225deg);
}

/*** #banner ***/
#banner.type1 {
  height: auto;
  width: 100%;
}
#banner.type1 > .inner {
  height: auto;
  width: 100%;
  position: relative;
}
#banner.type1 > .inner > .box1 {
  height: auto;
  width: 100%;
}
#banner.type1 > .inner > .box1::after {
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background-color: rgba(35, 24, 21, 0.05);
  content: "";
  display: block;
  position: absolute;
  z-index: 11;
}
#banner.type1 > .inner > .box1 > .box1 {
  height: auto;
  width: 100%;
  padding-top: 90%;
}
@media screen and (min-width: 576px) {
  #banner.type1 > .inner > .box1 > .box1 {
    padding-top: 75%;
  }
}
@media screen and (min-width: 768px) {
  #banner.type1 > .inner > .box1 > .box1 {
    padding-top: 70%;
  }
}
@media screen and (min-width: 992px) {
  #banner.type1 > .inner > .box1 > .box1 {
    padding-top: 65%;
  }
}
@media screen and (min-width: 1200px) {
  #banner.type1 > .inner > .box1 > .box1 {
    padding-top: 60%;
  }
}
#banner.type1 > .inner > .box1 > .box1 > .img1 {
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
}
#banner.type1 > .inner > .box2 {
  height: auto;
  width: 100%;
  bottom: 15%;
  position: absolute;
  right: 0;
  z-index: 10;
}
#banner.type1 > .inner > .box2 > .hdr1 {
  height: auto;
  width: 100%;
  text-align: right;
}
#banner.type1 > .inner > .box2 > .hdr1 > .elm1 {
  background-color: #ffffff;
  box-shadow: 0 0 0.2rem rgba(35, 24, 21, 0.2);
  color: #231815;
  display: inline-block;
  font-family: "Akashi", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  padding: 0 0.5em;
}
@media screen and (min-width: 768px) {
  #banner.type1 > .inner > .box2 > .hdr1 > .elm1 {
    font-size: 2.25rem;
    line-height: 1.75;
    margin-bottom: 2.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner.type1 > .inner > .box2 > .hdr1 > .elm1 {
    font-size: 3rem;
    line-height: 2;
    margin-bottom: 3rem;
  }
}
#banner.type1 > .inner > .box2 > [class^=par] {
  height: auto;
  width: 100%;
  text-align: right;
}
#banner.type1 > .inner > .box2 > [class^=par] > .elm1 {
  background-color: #ffffff;
  box-shadow: 0 0 0.2rem rgba(35, 24, 21, 0.2);
  color: #231815;
  display: inline-block;
  font-family: "Akashi", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 0 0.5em;
}
@media screen and (min-width: 768px) {
  #banner.type1 > .inner > .box2 > [class^=par] > .elm1 {
    font-size: 1.5rem;
    line-height: 1.75;
  }
}
@media screen and (min-width: 1200px) {
  #banner.type1 > .inner > .box2 > [class^=par] > .elm1 {
    font-size: 1.875rem;
    line-height: 2;
  }
}
#banner.type1 > .inner > .box2 > [class^=par]:not(:last-of-type) {
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  #banner.type1 > .inner > .box2 > [class^=par]:not(:last-of-type) {
    margin-bottom: 1.125rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner.type1 > .inner > .box2 > [class^=par]:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
}
#banner.type1 > .inner > .box3 {
  background-color: #ffffff;
  border: 0.2rem solid #f5a018;
  border-radius: 0.5rem;
  bottom: 0;
  align-content: center;
  display: flex;
  height: auto;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 50%);
  max-width: 54.6rem;
  width: calc(100% - 3rem);
  z-index: 11;
}
@media screen and (min-width: 768px) {
  #banner.type1 > .inner > .box3 {
    border-radius: 0.75rem;
    max-width: 94.7rem;
    width: calc(100% - 4.5rem);
  }
}
@media screen and (min-width: 1200px) {
  #banner.type1 > .inner > .box3 {
    border-radius: 1rem;
    max-width: 114rem;
    width: calc(100% - 6rem);
  }
}
#banner.type1 > .inner > .box3 > .box1 {
  height: auto;
  width: auto;
  background-color: #f5a018;
  border-radius: 0.5rem 0.5rem 0 0;
  bottom: 100%;
  height: auto;
  left: 0;
  padding: 0.15rem 0.3rem;
  position: absolute;
}
@media screen and (min-width: 768px) {
  #banner.type1 > .inner > .box3 > .box1 {
    border-radius: 0;
    bottom: auto;
    left: auto;
    padding: 2.25rem 1.125rem;
    position: relative;
    width: 10rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner.type1 > .inner > .box3 > .box1 {
    padding: 3rem 1.5rem;
    width: 12.5rem;
  }
}
#banner.type1 > .inner > .box3 > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  color: #ffffff;
  font-family: "UD Shin Go Regular", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #banner.type1 > .inner > .box3 > .box1 > .hdr1 {
    font-size: 1.275rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner.type1 > .inner > .box3 > .box1 > .hdr1 {
    font-size: 1.35rem;
  }
}
#banner.type1 > .inner > .box3 > .box2 {
  height: auto;
  width: 100%;
  padding: 0.75rem;
}
@media screen and (min-width: 768px) {
  #banner.type1 > .inner > .box3 > .box2 {
    padding: 2.25rem 1.125rem;
    width: calc(100% - 10rem);
  }
}
@media screen and (min-width: 1200px) {
  #banner.type1 > .inner > .box3 > .box2 {
    padding: 3rem 1.5rem;
    width: calc(100% - 12rem);
  }
}
#banner.type1 > .inner > .box3 > .box2 > .par1 {
  height: auto;
  width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  #banner.type1 > .inner > .box3 > .box2 > .par1 {
    -webkit-line-clamp: 1;
    font-size: 1.275rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner.type1 > .inner > .box3 > .box2 > .par1 {
    font-size: 1.35rem;
  }
}
#banner.type1 > .inner > .box3 > .box2 > .par1 > .lnk1.hov {
  transition: opacity 0.35s;
}
#banner.type1 > .inner > .box3 > .box2 > .par1 > .lnk1.hov:hover {
  opacity: 0.5;
}
#banner.type2 {
  height: auto;
  width: 100%;
  background-color: #F6E785;
  background-image: radial-gradient(#ffffff 20%, transparent 0), radial-gradient(#ffffff 20%, transparent 0);
  background-position: 0 0, 3rem 3rem;
  background-size: 1rem 1rem;
  position: relative;
}
#banner.type2::after {
  background: url("../images/bg_banner.png") center bottom no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  content: "";
  display: block;
  height: 3rem;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #banner.type2::after {
    height: 4.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner.type2::after {
    height: 6rem;
  }
}
#banner.type2 > .inner {
  height: auto;
  width: 100%;
  padding: 10.5rem 1.5rem 6rem;
}
@media screen and (min-width: 768px) {
  #banner.type2 > .inner {
    padding: 14.25rem 2.25rem 9rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner.type2 > .inner {
    padding: 18rem 3rem 12rem;
  }
}
#banner.type2 > .inner > .hdr1 {
  height: auto;
  width: 100%;
  color: #5a5959;
  font-family: "UD Shin Maru Go Medium", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #banner.type2 > .inner > .hdr1 {
    font-size: 2.4rem;
    margin-bottom: 2.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner.type2 > .inner > .hdr1 {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}
#banner.type2 > .inner > .hdr2 {
  height: auto;
  width: 100%;
  color: #5a5959;
  font-family: "Roboto", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #banner.type2 > .inner > .hdr2 {
    font-size: 1.425rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner.type2 > .inner > .hdr2 {
    font-size: 1.5rem;
  }
}

/*** #footer ***/
#footer {
  height: auto;
  width: 100%;
  background-color: #6f5436;
  position: relative;
}
#footer > .inner {
  margin: 0 auto;
  max-width: 57.6rem;
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  #footer > .inner {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 99.2rem;
    padding: 0 2.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner {
    max-width: 120rem;
    padding: 0 3rem;
  }
}
#footer > .inner > .box1 {
  height: auto;
  width: 100%;
  padding: 4.5rem 0 1.5rem;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box1 {
    padding: 6.75rem 0 3.375rem;
    width: 28rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box1 {
    padding: 9rem 0 4.5rem;
    width: 33rem;
  }
}
#footer > .inner > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  color: #ffffff;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box1 > .hdr1 {
    font-size: 1.275rem;
    margin-bottom: 2.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box1 > .hdr1 {
    font-size: 1.35rem;
    margin-bottom: 3rem;
  }
}
#footer > .inner > .box1 > .img1 {
  display: block;
  height: auto;
  margin: 0 auto 3rem;
  width: 20rem;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box1 > .img1 {
    margin: 0 auto 4.5rem;
    width: 22.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box1 > .img1 {
    margin: 0 auto 6rem;
    width: 25rem;
  }
}
#footer > .inner > .box1 > .par1 {
  height: auto;
  width: 100%;
  color: #ffffff;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box1 > .par1 {
    font-size: 1.275rem;
    margin-bottom: 1.125rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box1 > .par1 {
    font-size: 1.35rem;
    margin-bottom: 1.5rem;
  }
}
#footer > .inner > .box1 > [class^=lst] {
  display: flex;
  height: auto;
  margin: 0 auto;
  width: 22.5rem;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box1 > [class^=lst] {
    width: 24rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box1 > [class^=lst] {
    width: 25.5rem;
  }
}
#footer > .inner > .box1 > [class^=lst] > .trm1 {
  color: #ffffff;
  float: left;
  font-size: 1.2rem;
  height: auto;
  letter-spacing: 0.05em;
  line-height: 1.5;
  width: 4rem;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box1 > [class^=lst] > .trm1 {
    font-size: 1.275rem;
    line-height: 1.75;
    width: 4.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box1 > [class^=lst] > .trm1 {
    font-size: 1.35rem;
    line-height: 2;
    width: 5rem;
  }
}
#footer > .inner > .box1 > [class^=lst] > .dsc1 {
  color: #ffffff;
  font-size: 1.2rem;
  height: auto;
  letter-spacing: 0.05em;
  line-height: 1.5;
  width: calc(100% - 4rem);
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box1 > [class^=lst] > .dsc1 {
    font-size: 1.275rem;
    line-height: 1.75;
    width: calc(100% - 4.5rem);
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box1 > [class^=lst] > .dsc1 {
    font-size: 1.35rem;
    line-height: 2;
    width: calc(100% - 5rem);
  }
}
#footer > .inner > .box1 > .par2 {
  height: auto;
  width: 100%;
  color: #ffffff;
  font-size: 1.05rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box1 > .par2 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box1 > .par2 {
    font-size: 1.2rem;
  }
}
#footer > .inner > .box2 {
  height: auto;
  width: 100%;
  padding: 0 0 2.25rem;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 {
    padding: 0 0 3.375rem;
    width: calc(100% - 30.25rem);
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 {
    padding: 0 0 4.5rem;
    width: calc(100% - 36rem);
  }
}
#footer > .inner > .box2 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box1 {
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box1 {
    margin-bottom: 6rem;
  }
}
#footer > .inner > .box2 > .box1 > .lst1 {
  height: auto;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box1 > .lst1 {
    justify-content: flex-end;
  }
}
#footer > .inner > .box2 > .box1 > .lst1 > [class^=itm] {
  height: auto;
  width: auto;
}
#footer > .inner > .box2 > .box1 > .lst1 > [class^=itm]:not(:last-of-type) {
  margin-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box1 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-right: 2.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .box1 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-right: 3rem;
  }
}
#footer > .inner > .box2 > .box1 > .lst1 > [class^=itm] > .lst1 {
  height: auto;
  width: 100%;
}
#footer > .inner > .box2 > .box1 > .lst1 > [class^=itm] > .lst1 > [class^=itm] {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box1 > .lst1 > [class^=itm] > .lst1 > [class^=itm].itm1 {
    display: none;
  }
}
#footer > .inner > .box2 > .box1 > .lst1 > [class^=itm] > .lst1 > [class^=itm].itm2 {
  display: none;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box1 > .lst1 > [class^=itm] > .lst1 > [class^=itm].itm2 {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .box1 > .lst1 > [class^=itm] > .lst1 > [class^=itm].itm2 {
    display: none;
  }
}
#footer > .inner > .box2 > .box1 > .lst1 > [class^=itm] > .lst1 > [class^=itm].itm3 {
  display: none;
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .box1 > .lst1 > [class^=itm] > .lst1 > [class^=itm].itm3 {
    display: block;
  }
}
#footer > .inner > .box2 > .box1 > .lst1 > [class^=itm] > .lnk1, #footer > .inner > .box2 > .box1 > .lst1 > [class^=itm] > .lst1 > [class^=itm] > .lnk1 {
  height: auto;
  width: 100%;
  display: block;
}
#footer > .inner > .box2 > .box1 > .lst1 > [class^=itm] > .lnk1 > .elm1, #footer > .inner > .box2 > .box1 > .lst1 > [class^=itm] > .lst1 > [class^=itm] > .lnk1 > .elm1 {
  color: #ffffff;
  font-size: 1.8rem;
  margin-right: 0.25em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box1 > .lst1 > [class^=itm] > .lnk1 > .elm1, #footer > .inner > .box2 > .box1 > .lst1 > [class^=itm] > .lst1 > [class^=itm] > .lnk1 > .elm1 {
    font-size: 2.625rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .box1 > .lst1 > [class^=itm] > .lnk1 > .elm1, #footer > .inner > .box2 > .box1 > .lst1 > [class^=itm] > .lst1 > [class^=itm] > .lnk1 > .elm1 {
    font-size: 3.75rem;
  }
}
#footer > .inner > .box2 > .box1 > .lst1 > [class^=itm] > .lnk1 > .elm2, #footer > .inner > .box2 > .box1 > .lst1 > [class^=itm] > .lst1 > [class^=itm] > .lnk1 > .elm2 {
  color: #ffffff;
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box1 > .lst1 > [class^=itm] > .lnk1 > .elm2, #footer > .inner > .box2 > .box1 > .lst1 > [class^=itm] > .lst1 > [class^=itm] > .lnk1 > .elm2 {
    font-size: 1.35rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .box1 > .lst1 > [class^=itm] > .lnk1 > .elm2, #footer > .inner > .box2 > .box1 > .lst1 > [class^=itm] > .lst1 > [class^=itm] > .lnk1 > .elm2 {
    font-size: 1.5rem;
  }
}
#footer > .inner > .box2 > .box1 > .lst1 > [class^=itm] > .lnk1.hov > .elm1, #footer > .inner > .box2 > .box1 > .lst1 > [class^=itm] > .lst1 > [class^=itm] > .lnk1.hov > .elm1 {
  transition: color 0.35s;
}
#footer > .inner > .box2 > .box1 > .lst1 > [class^=itm] > .lnk1.hov > .elm2, #footer > .inner > .box2 > .box1 > .lst1 > [class^=itm] > .lst1 > [class^=itm] > .lnk1.hov > .elm2 {
  transition: color 0.35s;
}
#footer > .inner > .box2 > .box1 > .lst1 > [class^=itm] > .lnk1.hov:hover > .elm1, #footer > .inner > .box2 > .box1 > .lst1 > [class^=itm] > .lst1 > [class^=itm] > .lnk1.hov:hover > .elm1 {
  color: #f5cf93;
}
#footer > .inner > .box2 > .box1 > .lst1 > [class^=itm] > .lnk1.hov:hover > .elm2, #footer > .inner > .box2 > .box1 > .lst1 > [class^=itm] > .lst1 > [class^=itm] > .lnk1.hov:hover > .elm2 {
  color: #f5cf93;
}
#footer > .inner > .box2 > .box2 {
  height: auto;
  width: 100%;
}
#footer > .inner > .box2 > .box2 > .lst1 {
  height: auto;
  width: 100%;
}
#footer > .inner > .box2 > .box2 > .lst1 > .itm {
  height: auto;
  width: 100%;
}
#footer > .inner > .box2 > .box2 > .lst1 > .itm.col1, #footer > .inner > .box2 > .box2 > .lst1 > .itm.col2 {
  display: none;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box2 > .lst1 > .itm.col1, #footer > .inner > .box2 > .box2 > .lst1 > .itm.col2 {
    display: block;
  }
}
#footer > .inner > .box2 > .box2 > .lst1 > .itm > .lnk1 {
  display: none;
}
#footer > .inner > .box2 > .box2 > .lst1 > .itm > .lst1 {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box2 > .lst1 > .itm > .lst1 {
    justify-content: flex-end;
  }
}
#footer > .inner > .box2 > .box2 > .lst1 > .itm > .lst1 > .itm {
  height: auto;
  width: auto;
}
#footer > .inner > .box2 > .box2 > .lst1 > .itm > .lst1 > .itm > .lnk1 {
  height: auto;
  width: 100%;
  color: #ffffff;
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box2 > .lst1 > .itm > .lst1 > .itm > .lnk1 {
    font-size: 1.275rem;
    line-height: 1;
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box2 > .lst1 > .itm > .lst1 > .itm > .lnk1 {
    font-size: 1.35rem;
  }
}
#footer > .inner > .box2 > .box2 > .lst1 > .itm > .lst1 > .itm.type1 {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box2 > .lst1 > .itm > .lst1 > .itm.type1 {
    margin-bottom: 2.25rem;
    margin-left: 2.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .box2 > .lst1 > .itm > .lst1 > .itm.type1 {
    margin-bottom: 3rem;
    margin-left: 3rem;
  }
}
#footer > .inner > .box2 > .box2 > .lst1 > .itm > .lst1 > .itm.type1 > .lnk1.hov {
  transition: color 0.35s;
}
#footer > .inner > .box2 > .box2 > .lst1 > .itm > .lst1 > .itm.type1 > .lnk1.hov:hover {
  color: #f5cf93;
}
#footer > .inner > .box2 > .box2 > .lst1 > .itm > .lst1 > .itm.type2 {
  margin-bottom: 1.5rem;
  margin-right: 1.5rem;
  width: 12.5rem;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box2 > .lst1 > .itm > .lst1 > .itm.type2 {
    margin-bottom: 2.25rem;
    width: 15rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .box2 > .lst1 > .itm > .lst1 > .itm.type2 {
    margin-bottom: 3rem;
    width: 17.5rem;
  }
}
#footer > .inner > .box2 > .box2 > .lst1 > .itm > .lst1 > .itm.type2 > .lnk1 {
  background-color: #ffffff;
  border: 0.2rem solid #f5a018;
  border-radius: 0.75rem;
  color: #f5a018;
  padding: 1.125rem;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box2 > .lst1 > .itm > .lst1 > .itm.type2 > .lnk1 {
    border-radius: 0.875rem;
    padding: 1.3125rem;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .box2 > .lst1 > .itm > .lst1 > .itm.type2 > .lnk1 {
    border-radius: 1rem;
    padding: 1.5rem;
  }
}
#footer > .inner > .box2 > .box2 > .lst1 > .itm > .lst1 > .itm.type2 > .lnk1.hov {
  transition: background-color 0.35s;
}
#footer > .inner > .box2 > .box2 > .lst1 > .itm > .lst1 > .itm.type2 > .lnk1.hov:hover {
  background-color: #f5a018;
  color: #ffffff;
}
#footer > .inner > .box2 > .box2 > .lst1 > .itm > .lst1 > .itm[class*=type3] {
  margin-bottom: 1.5rem;
  width: 12.5rem;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box2 > .lst1 > .itm > .lst1 > .itm[class*=type3] {
    margin-bottom: 2.25rem;
    width: 15rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .box2 > .lst1 > .itm > .lst1 > .itm[class*=type3] {
    margin-bottom: 3rem;
    width: 17.5rem;
  }
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box2 > .lst1 > .itm > .lst1 > .itm[class*=type3].type31 {
    display: none;
  }
}
#footer > .inner > .box2 > .box2 > .lst1 > .itm > .lst1 > .itm[class*=type3].type32 {
  display: none;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box2 > .lst1 > .itm > .lst1 > .itm[class*=type3].type32 {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .box2 > .lst1 > .itm > .lst1 > .itm[class*=type3].type32 {
    display: none;
  }
}
#footer > .inner > .box2 > .box2 > .lst1 > .itm > .lst1 > .itm[class*=type3].type33 {
  display: none;
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .box2 > .lst1 > .itm > .lst1 > .itm[class*=type3].type33 {
    display: block;
  }
}
#footer > .inner > .box2 > .box2 > .lst1 > .itm > .lst1 > .itm[class*=type3] > .lnk1 {
  background-color: #63d134;
  border: 0.2rem solid #63d134;
  border-radius: 0.75rem;
  color: #ffffff;
  padding: 1.125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box2 > .lst1 > .itm > .lst1 > .itm[class*=type3] > .lnk1 {
    border-radius: 0.875rem;
    padding: 1.3125rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .box2 > .lst1 > .itm > .lst1 > .itm[class*=type3] > .lnk1 {
    border-radius: 1rem;
    padding: 1.5rem;
  }
}
#footer > .inner > .box2 > .box2 > .lst1 > .itm > .lst1 > .itm[class*=type3] > .lnk1.hov {
  transition: background 0.35s;
}
#footer > .inner > .box2 > .box2 > .lst1 > .itm > .lst1 > .itm[class*=type3] > .lnk1.hov:hover {
  background-color: #ffffff;
  color: #63d134;
}
#footer > .inner > .box2 > .box2 > .lst1 > .itm > .lst1 > .itm[class*=type3] > .lnk1 > .elm1 > .ico1 {
  font-size: 1.5em;
  margin-right: 0.5rem;
}
#footer > .inner > .box2 > .box2 > .lst1 > .itm > .lst1 > .itm.type4 {
  width: 100%;
}
#footer > .inner > .box2 > .box2 > .lst1 > .itm > .lst1 > .itm.type4 > .lnk1.hov {
  transition: color 0.35s;
}
#footer > .inner > .box2 > .box2 > .lst1 > .itm > .lst1 > .itm.type4 > .lnk1.hov:hover {
  color: #f5cf93;
}
#footer > .inner > .box3 {
  bottom: 0.75rem;
  display: none;
  height: 4rem;
  position: fixed;
  right: 0.75rem;
  width: 4rem;
  z-index: 900;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box3 {
    bottom: 1.125rem;
    height: 5rem;
    right: 1.125rem;
    width: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box3 {
    bottom: 1.5rem;
    height: 6rem;
    right: 1.5rem;
    width: 6rem;
  }
}
#footer > .inner > .box3 > .lnk1 {
  height: 100%;
  width: 100%;
  background-color: #f5a018;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#footer > .inner > .box3 > .lnk1.hov {
  transition: opacity 0.35s;
}
#footer > .inner > .box3 > .lnk1.hov:hover {
  opacity: 0.5;
}
#footer > .inner > .box3 > .lnk1 > .elm1 {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 2.5rem;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box3 > .lnk1 > .elm1 {
    margin: 0 auto 0.5rem;
    width: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box3 > .lnk1 > .elm1 {
    margin: 0 auto 0.75rem;
    width: 3.5rem;
  }
}
#footer > .inner > .box3 > .lnk1 > .elm1 > .img1 {
  height: auto;
  width: 100%;
  display: block;
}
#footer > .inner > .box3 > .lnk1 > .elm2 {
  display: none;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box3 > .lnk1 > .elm2 {
    height: auto;
    width: 100%;
    display: block;
    color: #ffffff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.05rem;
    letter-spacing: 0.05em;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box3 > .lnk1 > .elm2 {
    font-size: 1.2rem;
  }
}
#footer > .inner > .box4 {
  height: auto;
  width: 100%;
  padding: 1.5rem 0;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box4 {
    padding: 2.25rem 0;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box4 {
    padding: 3rem 0;
  }
}
#footer > .inner > .box4 > .par1 {
  height: auto;
  width: 100%;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box4 > .par1 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box4 > .par1 {
    font-size: 1.35rem;
  }
}

/*# sourceMappingURL=common.css.map */
