/**
 * filename: common.css
 * version: 2.0
 **/
/**
 * filename: shared.css
 * version: 2.0
 **/
html {
  background-color: #f0efee;
  color: #302c2a;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  overflow-x: auto;
  overflow-y: scroll;
}
@media (min-width: 1600px) {
  html {
    font-size: 0.625vw;
  }
}

body {
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-aspect-ratio: 1/1) {
  body {
    min-height: 32rem;
    min-width: 56.8rem;
  }
}
@media screen and (max-aspect-ratio: 1/1) {
  body {
    min-height: 56.8rem;
    min-width: 32rem;
  }
}

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

.wbr {
  display: inline-block;
}

.bs1, .bs2, .bt1, .bt2, .bp1, .bp2 {
  display: none;
}

.es1, .es2, .et1, .et2, .ep1, .ep2 {
  display: none;
}

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

@media screen and (min-width: 560px) and (max-width: 739px) {
  .bs2 {
    display: block;
  }
}

@media screen and (min-width: 740px) and (max-width: 989px) {
  .bt1 {
    display: block;
  }
}

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

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

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

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

@media screen and (min-width: 560px) and (max-width: 739px) {
  .es2 {
    display: inline;
  }
}

@media screen and (min-width: 740px) and (max-width: 989px) {
  .et1 {
    display: inline;
  }
}

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

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

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

.grecaptcha-badge {
  visibility: hidden;
}

/*** #loader ***/
#loader {
  background-color: #f0efee;
  height: 100vh;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: opacity 0.7s;
  width: 100%;
  z-index: 10000;
}
@media screen and (orientation: landscape) {
  #loader {
    min-height: 32rem;
    min-width: 56.8rem;
  }
}
@media screen and (orientation: portrait) {
  #loader {
    min-height: 56.8rem;
    min-width: 32rem;
  }
}
#loader.active {
  opacity: 1;
  pointer-events: visible;
}
#loader > .inner {
  height: 100%;
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
#loader > .inner > .box1 {
  height: auto;
  position: relative;
  width: 10rem;
}
@media screen and (min-width: 560px) {
  #loader > .inner > .box1 {
    width: 12rem;
  }
}
@media screen and (min-width: 740px) {
  #loader > .inner > .box1 {
    width: 14rem;
  }
}
@media screen and (min-width: 990px) {
  #loader > .inner > .box1 {
    width: 16rem;
  }
}
@media screen and (min-width: 1200px) {
  #loader > .inner > .box1 {
    width: 18rem;
  }
}
@media screen and (min-width: 1600px) {
  #loader > .inner > .box1 {
    width: 20rem;
  }
}
#loader > .inner > .box1 > [class^=img] {
  height: auto;
  width: 100%;
  display: block;
}
#loader > .inner > .box1 > [class^=img].img2 {
  animation: ani1 10s linear infinite;
  left: 0;
  position: absolute;
  top: 0;
}
@keyframes ani1 {
  to {
    transform: rotate(-1turn);
  }
}
#loader > .inner > .box2 {
  height: auto;
  width: auto;
  bottom: 1.5rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
@media screen and (min-width: 560px) {
  #loader > .inner > .box2 {
    bottom: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #loader > .inner > .box2 {
    bottom: 2rem;
  }
}
@media screen and (min-width: 990px) {
  #loader > .inner > .box2 {
    bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #loader > .inner > .box2 {
    bottom: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #loader > .inner > .box2 {
    bottom: 4rem;
  }
}
#loader > .inner > .box2 > .par1 {
  background-color: #d3cdca;
  height: 0.2rem;
  position: relative;
  width: 10rem;
}
@media screen and (min-width: 560px) {
  #loader > .inner > .box2 > .par1 {
    width: 12rem;
  }
}
@media screen and (min-width: 740px) {
  #loader > .inner > .box2 > .par1 {
    width: 14rem;
  }
}
@media screen and (min-width: 990px) {
  #loader > .inner > .box2 > .par1 {
    width: 16rem;
  }
}
@media screen and (min-width: 1200px) {
  #loader > .inner > .box2 > .par1 {
    width: 18rem;
  }
}
@media screen and (min-width: 1600px) {
  #loader > .inner > .box2 > .par1 {
    width: 20rem;
  }
}
#loader > .inner > .box2 > .par1 > .elm1 {
  background-color: #b8aca5;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: auto;
}

/*** #contents ***/
#contents {
  height: auto;
  width: 100%;
  background-color: #f0efee;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (min-aspect-ratio: 1/1) {
  #contents {
    min-height: 32rem;
    min-width: 56.8rem;
  }
}
@media screen and (max-aspect-ratio: 1/1) {
  #contents {
    min-height: 56.8rem;
    min-width: 32rem;
  }
}
#contents::before {
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  content: "";
  display: block;
  opacity: 1;
  position: absolute;
  transition: opacity 0.7s;
  z-index: 9999;
}
#contents.active::before {
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}
#contents > .inner {
  height: auto;
  width: 100%;
  min-height: 100vh;
}
#contents.type2 {
  padding-top: 4.5rem;
}
@media screen and (min-width: 560px) {
  #contents.type2 {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 740px) {
  #contents.type2 {
    padding-top: 5.5rem;
  }
}
@media screen and (min-width: 990px) {
  #contents.type2 {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  #contents.type2 {
    padding-top: 6.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #contents.type2 {
    padding-top: 7rem;
  }
}

/*** #header ***/
#header {
  height: 4.5rem;
  left: 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}
@media screen and (min-width: 560px) {
  #header {
    height: 5rem;
  }
}
@media screen and (min-width: 740px) {
  #header {
    height: 5.5rem;
  }
}
@media screen and (min-width: 990px) {
  #header {
    height: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  #header {
    height: 6.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #header {
    height: 7rem;
  }
}
#header > .inner {
  height: 100%;
  width: 100%;
  padding-bottom: 0rem;
  padding-top: 0rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  align-items: center;
  display: flex;
  position: relative;
}
@media screen and (min-width: 560px) {
  #header > .inner {
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 2.1rem;
    padding-right: 2.1rem;
  }
}
@media screen and (min-width: 740px) {
  #header > .inner {
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }
}
@media screen and (min-width: 990px) {
  #header > .inner {
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner {
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 5.4rem;
    padding-right: 5.4rem;
  }
}
@media screen and (min-width: 1600px) {
  #header > .inner {
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
#header > .inner > .box1 {
  height: auto;
  width: auto;
  align-items: center;
  display: flex;
  z-index: 1001;
}
#header > .inner > .box1 > .box1 {
  height: auto;
  width: auto;
}
#header > .inner > .box1 > .box1 > .lnk1 {
  height: auto;
  width: auto;
  display: block;
}
#header > .inner > .box1 > .box1 > .lnk1.hov {
  transition: opacity 0.5s;
}
#header > .inner > .box1 > .box1 > .lnk1.hov:hover {
  opacity: 0.7;
}
#header > .inner > .box1 > .box1 > .lnk1 > .img1 {
  display: block;
  height: 3rem;
  width: auto;
}
@media screen and (min-width: 560px) {
  #header > .inner > .box1 > .box1 > .lnk1 > .img1 {
    height: 3.5rem;
  }
}
@media screen and (min-width: 740px) {
  #header > .inner > .box1 > .box1 > .lnk1 > .img1 {
    height: 4rem;
  }
}
@media screen and (min-width: 990px) {
  #header > .inner > .box1 > .box1 > .lnk1 > .img1 {
    height: 4.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box1 > .box1 > .lnk1 > .img1 {
    height: 5rem;
  }
}
@media screen and (min-width: 1600px) {
  #header > .inner > .box1 > .box1 > .lnk1 > .img1 {
    height: 5.5rem;
  }
}
#header > .inner > .box1 > .box2 {
  height: auto;
  width: auto;
  margin-left: 1.5rem;
  font-family: "PT Sans", sans-serif;
  letter-spacing: 0.075em;
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  transform: translateY(10%);
}
@media screen and (min-width: 560px) {
  #header > .inner > .box1 > .box2 {
    margin-left: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #header > .inner > .box1 > .box2 {
    margin-left: 2rem;
  }
}
@media screen and (min-width: 990px) {
  #header > .inner > .box1 > .box2 {
    margin-left: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box1 > .box2 {
    margin-left: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  #header > .inner > .box1 > .box2 {
    margin-left: 3rem;
  }
}
@media screen and (min-width: 560px) {
  #header > .inner > .box1 > .box2 {
    font-size: 1.17rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 740px) {
  #header > .inner > .box1 > .box2 {
    font-size: 1.215rem;
    line-height: 2;
  }
}
@media screen and (min-width: 990px) {
  #header > .inner > .box1 > .box2 {
    font-size: 1.26rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box1 > .box2 {
    font-size: 1.305rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1600px) {
  #header > .inner > .box1 > .box2 {
    font-size: 1.35rem;
    line-height: 2.3;
  }
}
#header > .inner > .box1 > .box2::before {
  left: -0.75rem;
  background-color: #302c2a;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 0.1rem;
}
@media screen and (min-width: 560px) {
  #header > .inner > .box1 > .box2::before {
    left: -0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #header > .inner > .box1 > .box2::before {
    left: -1rem;
  }
}
@media screen and (min-width: 990px) {
  #header > .inner > .box1 > .box2::before {
    left: -1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box1 > .box2::before {
    left: -1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #header > .inner > .box1 > .box2::before {
    left: -2rem;
  }
}
#header > .inner > .box2 {
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background-color: #b8aca5;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  transition: opacity 0.7s;
  visibility: hidden;
  z-index: 1002;
}
#header > .inner > .box2.active {
  opacity: 1;
  visibility: visible;
}
#header > .inner > .box2 > .box1 {
  height: 100%;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
#header > .inner > .box2 > .box1 > .box1 {
  height: auto;
  width: 100%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .box1 > .box1 {
    width: 66.66%;
  }
}
#header > .inner > .box2 > .box1 > .box1 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 560px) {
  #header > .inner > .box2 > .box1 > .box1 > .box1 {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 740px) {
  #header > .inner > .box2 > .box1 > .box1 > .box1 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 990px) {
  #header > .inner > .box2 > .box1 > .box1 > .box1 {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .box1 > .box1 > .box1 {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1600px) {
  #header > .inner > .box2 > .box1 > .box1 > .box1 {
    margin-bottom: 8rem;
  }
}
@media screen and (orientation: landscape) {
  #header > .inner > .box2 > .box1 > .box1 > .box1 {
    width: 50%;
  }
}
#header > .inner > .box2 > .box1 > .box1 > .box1 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 560px) {
  #header > .inner > .box2 > .box1 > .box1 > .box1 > .box1 {
    margin-bottom: 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #header > .inner > .box2 > .box1 > .box1 > .box1 > .box1 {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 990px) {
  #header > .inner > .box2 > .box1 > .box1 > .box1 > .box1 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .box1 > .box1 > .box1 > .box1 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #header > .inner > .box2 > .box1 > .box1 > .box1 > .box1 {
    margin-bottom: 2rem;
  }
}
#header > .inner > .box2 > .box1 > .box1 > .box1 > .box1 > .img1 {
  display: block;
  height: auto;
  margin: 0 auto;
  position: relative;
  width: 10rem;
}
@media screen and (min-width: 560px) {
  #header > .inner > .box2 > .box1 > .box1 > .box1 > .box1 > .img1 {
    width: 12rem;
  }
}
@media screen and (min-width: 740px) {
  #header > .inner > .box2 > .box1 > .box1 > .box1 > .box1 > .img1 {
    width: 14rem;
  }
}
@media screen and (min-width: 990px) {
  #header > .inner > .box2 > .box1 > .box1 > .box1 > .box1 > .img1 {
    width: 16rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .box1 > .box1 > .box1 > .box1 > .img1 {
    width: 18rem;
  }
}
@media screen and (min-width: 1600px) {
  #header > .inner > .box2 > .box1 > .box1 > .box1 > .box1 > .img1 {
    width: 20rem;
  }
}
#header > .inner > .box2 > .box1 > .box1 > .box1 > .box2 {
  height: auto;
  width: 100%;
}
#header > .inner > .box2 > .box1 > .box1 > .box1 > .box2 > .par1 {
  height: auto;
  width: 100%;
  font-family: "PT Sans", sans-serif;
  letter-spacing: 0.075em;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 560px) {
  #header > .inner > .box2 > .box1 > .box1 > .box1 > .box2 > .par1 {
    font-size: 1.56rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 740px) {
  #header > .inner > .box2 > .box1 > .box1 > .box1 > .box2 > .par1 {
    font-size: 1.62rem;
    line-height: 2;
  }
}
@media screen and (min-width: 990px) {
  #header > .inner > .box2 > .box1 > .box1 > .box1 > .box2 > .par1 {
    font-size: 1.68rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .box1 > .box1 > .box1 > .box2 > .par1 {
    font-size: 1.74rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1600px) {
  #header > .inner > .box2 > .box1 > .box1 > .box1 > .box2 > .par1 {
    font-size: 1.8rem;
    line-height: 2.3;
  }
}
#header > .inner > .box2 > .box1 > .box1 > .box1 > .box2 > .par2 {
  font-family: "PT Sans", sans-serif;
  letter-spacing: 0.075em;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 560px) {
  #header > .inner > .box2 > .box1 > .box1 > .box1 > .box2 > .par2 {
    font-size: 1.17rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 740px) {
  #header > .inner > .box2 > .box1 > .box1 > .box1 > .box2 > .par2 {
    font-size: 1.215rem;
    line-height: 2;
  }
}
@media screen and (min-width: 990px) {
  #header > .inner > .box2 > .box1 > .box1 > .box1 > .box2 > .par2 {
    font-size: 1.26rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .box1 > .box1 > .box1 > .box2 > .par2 {
    font-size: 1.305rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1600px) {
  #header > .inner > .box2 > .box1 > .box1 > .box1 > .box2 > .par2 {
    font-size: 1.35rem;
    line-height: 2.3;
  }
}
#header > .inner > .box2 > .box1 > .box1 > .box2 {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (orientation: landscape) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 {
    width: 50%;
  }
}
#header > .inner > .box2 > .box1 > .box1 > .box2 > .lst1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 560px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst1 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst1 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 990px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst1 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst1 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst1 {
    margin-bottom: 4rem;
  }
}
#header > .inner > .box2 > .box1 > .box1 > .box2 > .lst1 > [class^=itm] {
  height: auto;
  width: 100%;
}
#header > .inner > .box2 > .box1 > .box1 > .box2 > .lst1 > [class^=itm]:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 560px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 990px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}
#header > .inner > .box2 > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .lnk1 {
  height: auto;
  width: 100%;
  display: block;
}
#header > .inner > .box2 > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm] {
  height: auto;
  width: 100%;
  display: block;
}
#header > .inner > .box2 > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm1 {
  height: auto;
  width: 100%;
  font-family: "PT Sans", sans-serif;
  letter-spacing: 0.075em;
  font-size: 1.75rem;
  line-height: 1.44;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 560px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm1 {
    font-size: 1.82rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 740px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm1 {
    font-size: 1.89rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 990px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm1 {
    font-size: 1.96rem;
    line-height: 1.68;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm1 {
    font-size: 2.03rem;
    line-height: 1.76;
  }
}
@media screen and (min-width: 1600px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm1 {
    font-size: 2.1rem;
    line-height: 1.84;
  }
}
#header > .inner > .box2 > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm2 {
  height: auto;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1rem;
  line-height: 1.44;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 560px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm2 {
    font-size: 1.04rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 740px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm2 {
    font-size: 1.08rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 990px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm2 {
    font-size: 1.12rem;
    line-height: 1.68;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm2 {
    font-size: 1.16rem;
    line-height: 1.76;
  }
}
@media screen and (min-width: 1600px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm2 {
    font-size: 1.2rem;
    line-height: 1.84;
  }
}
@media screen and (max-height: 740px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm2 {
    display: none;
  }
}
#header > .inner > .box2 > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .lnk1.hov {
  transition: opacity 0.5s;
}
#header > .inner > .box2 > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .lnk1.hov > .elm1 {
  transition: color 0.5s;
}
#header > .inner > .box2 > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .lnk1.hov > .elm2 {
  transition: color 0.5s;
}
#header > .inner > .box2 > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .lnk1.hov:hover {
  opacity: 0.7;
}
#header > .inner > .box2 > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .lnk1.hov:hover > .elm1 {
  color: #238759;
}
#header > .inner > .box2 > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .lnk1.hov:hover > .elm2 {
  color: #238759;
}
#header > .inner > .box2 > .box1 > .box1 > .box2 > .lst2 {
  height: auto;
  width: calc(50% - 0.75rem);
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 560px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst2 {
    width: calc(50% - 0.875rem);
  }
}
@media screen and (min-width: 740px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst2 {
    width: calc(50% - 1rem);
  }
}
@media screen and (min-width: 990px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst2 {
    width: calc(50% - 1.25rem);
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst2 {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (min-width: 1600px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst2 {
    width: calc(50% - 2rem);
  }
}
@media screen and (min-width: 560px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst2 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst2 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 990px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst2 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst2 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst2 {
    margin-bottom: 4rem;
  }
}
#header > .inner > .box2 > .box1 > .box1 > .box2 > .lst2 > [class^=itm] {
  height: auto;
  width: 100%;
}
#header > .inner > .box2 > .box1 > .box1 > .box2 > .lst2 > [class^=itm]:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 560px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst2 > [class^=itm]:not(:last-of-type) {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst2 > [class^=itm]:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 990px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst2 > [class^=itm]:not(:last-of-type) {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst2 > [class^=itm]:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst2 > [class^=itm]:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}
#header > .inner > .box2 > .box1 > .box1 > .box2 > .lst2 > [class^=itm] > .lnk1 {
  height: auto;
  width: 100%;
  display: block;
}
#header > .inner > .box2 > .box1 > .box1 > .box2 > .lst2 > [class^=itm] > .lnk1 > [class^=elm] {
  height: auto;
  width: 100%;
  display: block;
}
#header > .inner > .box2 > .box1 > .box1 > .box2 > .lst2 > [class^=itm] > .lnk1 > [class^=elm].elm1 {
  height: auto;
  width: 100%;
  font-family: "PT Sans", sans-serif;
  letter-spacing: 0.075em;
  font-size: 1.125rem;
  line-height: 1.44;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 560px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst2 > [class^=itm] > .lnk1 > [class^=elm].elm1 {
    font-size: 1.17rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 740px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst2 > [class^=itm] > .lnk1 > [class^=elm].elm1 {
    font-size: 1.215rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 990px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst2 > [class^=itm] > .lnk1 > [class^=elm].elm1 {
    font-size: 1.26rem;
    line-height: 1.68;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst2 > [class^=itm] > .lnk1 > [class^=elm].elm1 {
    font-size: 1.305rem;
    line-height: 1.76;
  }
}
@media screen and (min-width: 1600px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst2 > [class^=itm] > .lnk1 > [class^=elm].elm1 {
    font-size: 1.35rem;
    line-height: 1.84;
  }
}
#header > .inner > .box2 > .box1 > .box1 > .box2 > .lst2 > [class^=itm] > .lnk1 > [class^=elm].elm2 {
  height: auto;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  line-height: 1.44;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 560px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst2 > [class^=itm] > .lnk1 > [class^=elm].elm2 {
    font-size: 0.91rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 740px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst2 > [class^=itm] > .lnk1 > [class^=elm].elm2 {
    font-size: 0.945rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 990px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst2 > [class^=itm] > .lnk1 > [class^=elm].elm2 {
    font-size: 0.98rem;
    line-height: 1.68;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst2 > [class^=itm] > .lnk1 > [class^=elm].elm2 {
    font-size: 1.015rem;
    line-height: 1.76;
  }
}
@media screen and (min-width: 1600px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst2 > [class^=itm] > .lnk1 > [class^=elm].elm2 {
    font-size: 1.05rem;
    line-height: 1.84;
  }
}
@media screen and (max-height: 740px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst2 > [class^=itm] > .lnk1 > [class^=elm].elm2 {
    display: none;
  }
}
#header > .inner > .box2 > .box1 > .box1 > .box2 > .lst2 > [class^=itm] > .lnk1.hov {
  transition: opacity 0.5s;
}
#header > .inner > .box2 > .box1 > .box1 > .box2 > .lst2 > [class^=itm] > .lnk1.hov > .elm1 {
  transition: color 0.5s;
}
#header > .inner > .box2 > .box1 > .box1 > .box2 > .lst2 > [class^=itm] > .lnk1.hov > .elm2 {
  transition: color 0.5s;
}
#header > .inner > .box2 > .box1 > .box1 > .box2 > .lst2 > [class^=itm] > .lnk1.hov:hover {
  opacity: 0.7;
}
#header > .inner > .box2 > .box1 > .box1 > .box2 > .lst2 > [class^=itm] > .lnk1.hov:hover > .elm1 {
  color: #238759;
}
#header > .inner > .box2 > .box1 > .box1 > .box2 > .lst2 > [class^=itm] > .lnk1.hov:hover > .elm2 {
  color: #238759;
}
#header > .inner > .box2 > .box1 > .box1 > .box2 > .lst3 {
  height: auto;
  width: calc(50% - 0.75rem);
}
@media screen and (min-width: 560px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst3 {
    width: calc(50% - 0.875rem);
  }
}
@media screen and (min-width: 740px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst3 {
    width: calc(50% - 1rem);
  }
}
@media screen and (min-width: 990px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst3 {
    width: calc(50% - 1.25rem);
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst3 {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (min-width: 1600px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst3 {
    width: calc(50% - 2rem);
  }
}
#header > .inner > .box2 > .box1 > .box1 > .box2 > .lst3 > [class^=itm] {
  height: auto;
  width: 100%;
}
#header > .inner > .box2 > .box1 > .box1 > .box2 > .lst3 > [class^=itm]:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 560px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst3 > [class^=itm]:not(:last-of-type) {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst3 > [class^=itm]:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 990px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst3 > [class^=itm]:not(:last-of-type) {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst3 > [class^=itm]:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst3 > [class^=itm]:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}
#header > .inner > .box2 > .box1 > .box1 > .box2 > .lst3 > [class^=itm] > .lnk1 {
  height: auto;
  width: 100%;
  display: block;
}
#header > .inner > .box2 > .box1 > .box1 > .box2 > .lst3 > [class^=itm] > .lnk1 > [class^=elm] {
  height: auto;
  width: 100%;
  display: block;
}
#header > .inner > .box2 > .box1 > .box1 > .box2 > .lst3 > [class^=itm] > .lnk1 > [class^=elm].elm1 {
  height: auto;
  width: 100%;
  font-family: "PT Sans", sans-serif;
  letter-spacing: 0.075em;
  font-size: 1.75rem;
  line-height: 1.44;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 560px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst3 > [class^=itm] > .lnk1 > [class^=elm].elm1 {
    font-size: 1.82rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 740px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst3 > [class^=itm] > .lnk1 > [class^=elm].elm1 {
    font-size: 1.89rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 990px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst3 > [class^=itm] > .lnk1 > [class^=elm].elm1 {
    font-size: 1.96rem;
    line-height: 1.68;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst3 > [class^=itm] > .lnk1 > [class^=elm].elm1 {
    font-size: 2.03rem;
    line-height: 1.76;
  }
}
@media screen and (min-width: 1600px) {
  #header > .inner > .box2 > .box1 > .box1 > .box2 > .lst3 > [class^=itm] > .lnk1 > [class^=elm].elm1 {
    font-size: 2.1rem;
    line-height: 1.84;
  }
}
#header > .inner > .box2 > .box1 > .box1 > .box2 > .lst3 > [class^=itm] > .lnk1 > [class^=elm].elm2 {
  display: none;
}
#header > .inner > .box2 > .box1 > .box1 > .box2 > .lst3 > [class^=itm] > .lnk1.hov {
  transition: opacity 0.5s;
}
#header > .inner > .box2 > .box1 > .box1 > .box2 > .lst3 > [class^=itm] > .lnk1.hov > .elm1 {
  transition: color 0.5s;
}
#header > .inner > .box2 > .box1 > .box1 > .box2 > .lst3 > [class^=itm] > .lnk1.hov > .elm2 {
  transition: color 0.5s;
}
#header > .inner > .box2 > .box1 > .box1 > .box2 > .lst3 > [class^=itm] > .lnk1.hov:hover {
  opacity: 0.7;
}
#header > .inner > .box2 > .box1 > .box1 > .box2 > .lst3 > [class^=itm] > .lnk1.hov:hover > .elm1 {
  color: #238759;
}
#header > .inner > .box2 > .box1 > .box1 > .box2 > .lst3 > [class^=itm] > .lnk1.hov:hover > .elm2 {
  color: #238759;
}
#header > .inner > .box2 > .box1 > .box2 {
  display: none;
  height: 100%;
  width: 33.33%;
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .box1 > .box2 {
    display: block;
  }
}
#header > .inner > .box2 > .box1 > .box2 > .box1 {
  height: 100%;
  width: auto;
  display: flex;
  justify-content: center;
}
#header > .inner > .box2 > .box1 > .box2 > .box1 > .box1 {
  height: 100%;
  width: auto;
}
#header > .inner > .box2 > .box1 > .box2 > .box1 > .box1 > .box1 > [class^=box] {
  padding: 0.375rem 0rem;
}
@media screen and (min-width: 560px) {
  #header > .inner > .box2 > .box1 > .box2 > .box1 > .box1 > .box1 > [class^=box] {
    padding: 0.4375rem 0rem;
  }
}
@media screen and (min-width: 740px) {
  #header > .inner > .box2 > .box1 > .box2 > .box1 > .box1 > .box1 > [class^=box] {
    padding: 0.5rem 0rem;
  }
}
@media screen and (min-width: 990px) {
  #header > .inner > .box2 > .box1 > .box2 > .box1 > .box1 > .box1 > [class^=box] {
    padding: 0.625rem 0rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .box1 > .box2 > .box1 > .box1 > .box1 > [class^=box] {
    padding: 0.75rem 0rem;
  }
}
@media screen and (min-width: 1600px) {
  #header > .inner > .box2 > .box1 > .box2 > .box1 > .box1 > .box1 > [class^=box] {
    padding: 1rem 0rem;
  }
}
#header > .inner > .box2 > .box1 > .box2 > .box1 > .box1 > .box1 > [class^=box] > .lnk1 {
  height: 100%;
  width: auto;
  display: block;
  overflow: hidden;
  position: relative;
}
#header > .inner > .box2 > .box1 > .box2 > .box1 > .box1 > .box1 > [class^=box] > .lnk1 > .box1 {
  height: 100%;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.3;
}
#header > .inner > .box2 > .box1 > .box2 > .box1 > .box1 > .box1 > [class^=box] > .lnk1 > .box1 > .img1 {
  height: 100%;
  width: auto;
  display: block;
}
#header > .inner > .box2 > .box1 > .box2 > .box1 > .box1 > .box1 > [class^=box] > .lnk1 > .box2 {
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background-color: rgba(24, 22, 21, 0.5);
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s;
}
#header > .inner > .box2 > .box1 > .box2 > .box1 > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .par1 {
  height: auto;
  width: auto;
  font-family: "PT Sans", sans-serif;
  letter-spacing: 0.075em;
  font-size: 1rem;
  line-height: 1.8;
  align-items: center;
  border: 0.2rem solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  font-weight: 700;
  flex-direction: column;
  height: 8em;
  justify-content: center;
  opacity: 0;
  text-transform: uppercase;
  width: 8em;
}
@media screen and (min-width: 560px) {
  #header > .inner > .box2 > .box1 > .box2 > .box1 > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .par1 {
    font-size: 1.04rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 740px) {
  #header > .inner > .box2 > .box1 > .box2 > .box1 > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .par1 {
    font-size: 1.08rem;
    line-height: 2;
  }
}
@media screen and (min-width: 990px) {
  #header > .inner > .box2 > .box1 > .box2 > .box1 > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .par1 {
    font-size: 1.12rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .box1 > .box2 > .box1 > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .par1 {
    font-size: 1.16rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1600px) {
  #header > .inner > .box2 > .box1 > .box2 > .box1 > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .par1 {
    font-size: 1.2rem;
    line-height: 2.3;
  }
}
#header > .inner > .box2 > .box1 > .box2 > .box1 > .box1 > .box1 > [class^=box] > .lnk1.hov > .box1 {
  transition: opacity 0.5s, filter 0.5s;
}
#header > .inner > .box2 > .box1 > .box2 > .box1 > .box1 > .box1 > [class^=box] > .lnk1.hov > .box2 {
  transition: opacity 0.5s;
}
#header > .inner > .box2 > .box1 > .box2 > .box1 > .box1 > .box1 > [class^=box] > .lnk1.hov > .box2 > .par1 {
  transition: opacity 0.5s;
  transition-delay: 0.25s;
}
#header > .inner > .box2 > .box1 > .box2 > .box1 > .box1 > .box1 > [class^=box] > .lnk1.hov:hover > .box1 {
  filter: none;
  opacity: 1;
}
#header > .inner > .box2 > .box1 > .box2 > .box1 > .box1 > .box1 > [class^=box] > .lnk1.hov:hover > .box2 {
  opacity: 1;
}
#header > .inner > .box2 > .box1 > .box2 > .box1 > .box1 > .box1 > [class^=box] > .lnk1.hov:hover > .box2 > .par1 {
  opacity: 1;
}
#header > .inner > .box2 > .box1 > .box2 > .box1 > .box1 .swiper-wrapper {
  transition-timing-function: linear;
}
#header > .inner > .box3 {
  height: 100%;
  width: auto;
  align-items: center;
  display: flex;
  position: absolute;
  right: 1.5rem;
  top: 0;
  z-index: 1003;
}
@media screen and (min-width: 560px) {
  #header > .inner > .box3 {
    right: 1.5rem;
  }
}
@media screen and (min-width: 740px) {
  #header > .inner > .box3 {
    right: 2rem;
  }
}
@media screen and (min-width: 990px) {
  #header > .inner > .box3 {
    right: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box3 {
    right: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #header > .inner > .box3 {
    right: 4rem;
  }
}
#header > .inner > .box3 > .box1 {
  height: auto;
  width: auto;
  margin-right: 1.5rem;
}
@media screen and (min-width: 560px) {
  #header > .inner > .box3 > .box1 {
    margin-right: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #header > .inner > .box3 > .box1 {
    margin-right: 2rem;
  }
}
@media screen and (min-width: 990px) {
  #header > .inner > .box3 > .box1 {
    margin-right: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box3 > .box1 {
    margin-right: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #header > .inner > .box3 > .box1 {
    margin-right: 4rem;
  }
}
#header > .inner > .box3 > .box1 > .wpml-ls {
  height: auto;
  width: auto;
  display: flex;
}
#header > .inner > .box3 > .box1 > .wpml-ls > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}
@media screen and (min-width: 560px) {
  #header > .inner > .box3 > .box1 > .wpml-ls > ul {
    gap: 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #header > .inner > .box3 > .box1 > .wpml-ls > ul {
    gap: 1rem;
  }
}
@media screen and (min-width: 990px) {
  #header > .inner > .box3 > .box1 > .wpml-ls > ul {
    gap: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box3 > .box1 > .wpml-ls > ul {
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #header > .inner > .box3 > .box1 > .wpml-ls > ul {
    gap: 2rem;
  }
}
#header > .inner > .box3 > .box1 > .wpml-ls > ul > [class^=wpml-ls-item] {
  height: auto;
  width: auto;
}
#header > .inner > .box3 > .box1 > .wpml-ls > ul > .wpml-ls-item {
  font-family: "PT Sans", sans-serif;
  letter-spacing: 0.075em;
  font-size: 1.125rem;
  line-height: 1.8;
  display: block;
  font-weight: 700;
}
@media screen and (min-width: 560px) {
  #header > .inner > .box3 > .box1 > .wpml-ls > ul > .wpml-ls-item {
    font-size: 1.17rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 740px) {
  #header > .inner > .box3 > .box1 > .wpml-ls > ul > .wpml-ls-item {
    font-size: 1.215rem;
    line-height: 2;
  }
}
@media screen and (min-width: 990px) {
  #header > .inner > .box3 > .box1 > .wpml-ls > ul > .wpml-ls-item {
    font-size: 1.26rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box3 > .box1 > .wpml-ls > ul > .wpml-ls-item {
    font-size: 1.305rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1600px) {
  #header > .inner > .box3 > .box1 > .wpml-ls > ul > .wpml-ls-item {
    font-size: 1.35rem;
    line-height: 2.3;
  }
}
#header > .inner > .box3 > .box1 > .wpml-ls > ul > .wpml-ls-item.wpml-ls-current-language {
  color: #238759;
}
#header > .inner > .box3 > .box1 > .wpml-ls > ul > .wpml-ls-item a {
  line-height: inherit;
  padding: 0;
}
#header > .inner > .box3 > .box1 > .wpml-ls > ul > .wpml-ls-item a.hov {
  transition: opacity 0.5s;
}
#header > .inner > .box3 > .box1 > .wpml-ls > ul > .wpml-ls-item a.hov:hover {
  color: #238759;
  opacity: 0.7;
}
#header > .inner > .box3 > .box2 {
  height: auto;
  width: auto;
}
#header > .inner > .box3 > .box2 > .lnk1 {
  display: block;
  height: 2.25rem;
  position: relative;
  width: 4.5rem;
}
@media screen and (min-width: 560px) {
  #header > .inner > .box3 > .box2 > .lnk1 {
    height: 2.5rem;
    width: 5rem;
  }
}
@media screen and (min-width: 740px) {
  #header > .inner > .box3 > .box2 > .lnk1 {
    height: 2.75rem;
    width: 5.5rem;
  }
}
@media screen and (min-width: 990px) {
  #header > .inner > .box3 > .box2 > .lnk1 {
    height: 3rem;
    width: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box3 > .box2 > .lnk1 {
    height: 3.25rem;
    width: 6.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #header > .inner > .box3 > .box2 > .lnk1 {
    height: 3.5rem;
    width: 7rem;
  }
}
#header > .inner > .box3 > .box2 > .lnk1 > .elm1 {
  height: auto;
  width: 100%;
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
}
#header > .inner > .box3 > .box2 > .lnk1 > .elm1::before, #header > .inner > .box3 > .box2 > .lnk1 > .elm1::after {
  background-color: #181615;
  content: "";
  display: block;
  height: 0.1rem;
  position: absolute;
  transition: transform 0.5s;
  width: 100%;
}
#header > .inner > .box3 > .box2 > .lnk1 > .elm1::before {
  top: -0.5rem;
}
@media screen and (min-width: 560px) {
  #header > .inner > .box3 > .box2 > .lnk1 > .elm1::before {
    top: -0.55rem;
  }
}
@media screen and (min-width: 740px) {
  #header > .inner > .box3 > .box2 > .lnk1 > .elm1::before {
    top: -0.6rem;
  }
}
@media screen and (min-width: 990px) {
  #header > .inner > .box3 > .box2 > .lnk1 > .elm1::before {
    top: -0.65rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box3 > .box2 > .lnk1 > .elm1::before {
    top: -0.7rem;
  }
}
@media screen and (min-width: 1600px) {
  #header > .inner > .box3 > .box2 > .lnk1 > .elm1::before {
    top: -0.75rem;
  }
}
#header > .inner > .box3 > .box2 > .lnk1 > .elm1::after {
  top: 0.4rem;
}
@media screen and (min-width: 560px) {
  #header > .inner > .box3 > .box2 > .lnk1 > .elm1::after {
    top: 0.45rem;
  }
}
@media screen and (min-width: 740px) {
  #header > .inner > .box3 > .box2 > .lnk1 > .elm1::after {
    top: 0.5rem;
  }
}
@media screen and (min-width: 990px) {
  #header > .inner > .box3 > .box2 > .lnk1 > .elm1::after {
    top: 0.55rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box3 > .box2 > .lnk1 > .elm1::after {
    top: 0.6rem;
  }
}
@media screen and (min-width: 1600px) {
  #header > .inner > .box3 > .box2 > .lnk1 > .elm1::after {
    top: 0.65rem;
  }
}
#header > .inner > .box3 > .box2 > .lnk1.active > .elm1::before {
  top: 0;
  transform: rotate(-10deg);
}
#header > .inner > .box3 > .box2 > .lnk1.active > .elm1::after {
  top: 0;
  transform: rotate(10deg);
}
#header.type1 > .inner > .box1 {
  display: none;
}
#header.type1 > .inner > .box1 > .box2 {
  display: none;
}
#header.type1.fixed > .inner > .box1 {
  display: block;
}

/*** #tail ***/
#tail {
  height: auto;
  width: 100%;
  margin-bottom: 6rem;
}
@media screen and (min-width: 560px) {
  #tail {
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 740px) {
  #tail {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 990px) {
  #tail {
    margin-bottom: 10rem;
  }
}
@media screen and (min-width: 1200px) {
  #tail {
    margin-bottom: 12rem;
  }
}
@media screen and (min-width: 1600px) {
  #tail {
    margin-bottom: 16rem;
  }
}
#tail > .inner {
  height: auto;
  width: 100%;
}
#tail > .inner > .box2 {
  height: auto;
  width: 100%;
  background-color: #484441;
  position: relative;
}
#tail > .inner > .box2 > .box1 {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 40rem;
  padding-bottom: 6rem;
  padding-top: 6rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 560px) {
  #tail > .inner > .box2 > .box1 {
    max-width: 56rem;
    padding-bottom: 8.4rem;
    padding-top: 8.4rem;
    padding-left: 2.1rem;
    padding-right: 2.1rem;
  }
}
@media screen and (min-width: 740px) {
  #tail > .inner > .box2 > .box1 {
    max-width: 74rem;
    padding-bottom: 11.2rem;
    padding-top: 11.2rem;
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }
}
@media screen and (min-width: 990px) {
  #tail > .inner > .box2 > .box1 {
    max-width: 99rem;
    padding-bottom: 16rem;
    padding-top: 16rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  #tail > .inner > .box2 > .box1 {
    max-width: 120rem;
    padding-bottom: 21.6rem;
    padding-top: 21.6rem;
    padding-left: 5.4rem;
    padding-right: 5.4rem;
  }
}
@media screen and (min-width: 1600px) {
  #tail > .inner > .box2 > .box1 {
    max-width: 160rem;
    padding-bottom: 32rem;
    padding-top: 32rem;
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
#tail > .inner > .box2 > .box1 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 560px) {
  #tail > .inner > .box2 > .box1 > .box1 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #tail > .inner > .box2 > .box1 > .box1 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 990px) {
  #tail > .inner > .box2 > .box1 > .box1 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #tail > .inner > .box2 > .box1 > .box1 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #tail > .inner > .box2 > .box1 > .box1 {
    margin-bottom: 4rem;
  }
}
#tail > .inner > .box2 > .box1 > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #ffffff;
  font-weight: 500;
  padding-left: 1em;
  position: relative;
}
@media screen and (min-width: 560px) {
  #tail > .inner > .box2 > .box1 > .box1 > .hdr1 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #tail > .inner > .box2 > .box1 > .box1 > .hdr1 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 990px) {
  #tail > .inner > .box2 > .box1 > .box1 > .hdr1 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #tail > .inner > .box2 > .box1 > .box1 > .hdr1 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #tail > .inner > .box2 > .box1 > .box1 > .hdr1 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 560px) {
  #tail > .inner > .box2 > .box1 > .box1 > .hdr1 {
    font-size: 1.17rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 740px) {
  #tail > .inner > .box2 > .box1 > .box1 > .hdr1 {
    font-size: 1.215rem;
    line-height: 2;
  }
}
@media screen and (min-width: 990px) {
  #tail > .inner > .box2 > .box1 > .box1 > .hdr1 {
    font-size: 1.26rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 1200px) {
  #tail > .inner > .box2 > .box1 > .box1 > .hdr1 {
    font-size: 1.305rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1600px) {
  #tail > .inner > .box2 > .box1 > .box1 > .hdr1 {
    font-size: 1.35rem;
    line-height: 2.3;
  }
}
#tail > .inner > .box2 > .box1 > .box1 > .hdr1::before {
  background-color: #238759;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.5em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5em;
}
#tail > .inner > .box2 > .box1 > .box1 > .hdr2 {
  height: auto;
  width: 100%;
  font-family: "PT Sans", sans-serif;
  letter-spacing: 0.075em;
  font-size: 3.75rem;
  line-height: 1.08;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 560px) {
  #tail > .inner > .box2 > .box1 > .box1 > .hdr2 {
    font-size: 3.9rem;
    line-height: 1.14;
  }
}
@media screen and (min-width: 740px) {
  #tail > .inner > .box2 > .box1 > .box1 > .hdr2 {
    font-size: 4.05rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 990px) {
  #tail > .inner > .box2 > .box1 > .box1 > .hdr2 {
    font-size: 4.2rem;
    line-height: 1.26;
  }
}
@media screen and (min-width: 1200px) {
  #tail > .inner > .box2 > .box1 > .box1 > .hdr2 {
    font-size: 4.35rem;
    line-height: 1.32;
  }
}
@media screen and (min-width: 1600px) {
  #tail > .inner > .box2 > .box1 > .box1 > .hdr2 {
    font-size: 4.5rem;
    line-height: 1.38;
  }
}
#tail > .inner > .box2 > .box1 > .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 740px) {
  #tail > .inner > .box2 > .box1 > .box2 {
    width: calc(66% - 1rem);
  }
}
@media screen and (min-width: 990px) {
  #tail > .inner > .box2 > .box1 > .box2 {
    width: calc(66% - 1.25rem);
  }
}
@media screen and (min-width: 1200px) {
  #tail > .inner > .box2 > .box1 > .box2 {
    width: calc(66% - 1.5rem);
  }
}
@media screen and (min-width: 1600px) {
  #tail > .inner > .box2 > .box1 > .box2 {
    width: calc(66% - 2rem);
  }
}
@media screen and (min-width: 560px) {
  #tail > .inner > .box2 > .box1 > .box2 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #tail > .inner > .box2 > .box1 > .box2 {
    margin-bottom: 0;
  }
}
#tail > .inner > .box2 > .box1 > .box2 > .par1 {
  height: auto;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #ffffff;
  font-weight: 500;
}
@media screen and (min-width: 560px) {
  #tail > .inner > .box2 > .box1 > .box2 > .par1 {
    font-size: 1.17rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 740px) {
  #tail > .inner > .box2 > .box1 > .box2 > .par1 {
    font-size: 1.215rem;
    line-height: 2;
  }
}
@media screen and (min-width: 990px) {
  #tail > .inner > .box2 > .box1 > .box2 > .par1 {
    font-size: 1.26rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 1200px) {
  #tail > .inner > .box2 > .box1 > .box2 > .par1 {
    font-size: 1.305rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1600px) {
  #tail > .inner > .box2 > .box1 > .box2 > .par1 {
    font-size: 1.35rem;
    line-height: 2.3;
  }
}
#tail > .inner > .box2 > .box1 > .box3 {
  height: auto;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 740px) {
  #tail > .inner > .box2 > .box1 > .box3 {
    width: calc(33% - 1rem);
  }
}
@media screen and (min-width: 990px) {
  #tail > .inner > .box2 > .box1 > .box3 {
    width: calc(33% - 1.25rem);
  }
}
@media screen and (min-width: 1200px) {
  #tail > .inner > .box2 > .box1 > .box3 {
    width: calc(33% - 1.5rem);
  }
}
@media screen and (min-width: 1600px) {
  #tail > .inner > .box2 > .box1 > .box3 {
    width: calc(33% - 2rem);
  }
}
#tail > .inner > .box2 > .box1 > .box3 > .lnk1 {
  height: auto;
  width: auto;
  font-family: "PT Sans", sans-serif;
  letter-spacing: 0.075em;
  font-size: 1.125rem;
  line-height: 1.8;
  align-items: center;
  color: #ffffff;
  display: flex;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 560px) {
  #tail > .inner > .box2 > .box1 > .box3 > .lnk1 {
    font-size: 1.17rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 740px) {
  #tail > .inner > .box2 > .box1 > .box3 > .lnk1 {
    font-size: 1.215rem;
    line-height: 2;
  }
}
@media screen and (min-width: 990px) {
  #tail > .inner > .box2 > .box1 > .box3 > .lnk1 {
    font-size: 1.26rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 1200px) {
  #tail > .inner > .box2 > .box1 > .box3 > .lnk1 {
    font-size: 1.305rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1600px) {
  #tail > .inner > .box2 > .box1 > .box3 > .lnk1 {
    font-size: 1.35rem;
    line-height: 2.3;
  }
}
#tail > .inner > .box2 > .box1 > .box3 > .lnk1 > .elm1 {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.3);
  border: 0.2rem solid #ffffff;
  border-radius: 50%;
  display: flex;
  height: 5em;
  justify-content: center;
  width: 5em;
}
#tail > .inner > .box2 > .box1 > .box3 > .lnk1 > .elm2 {
  height: auto;
  width: auto;
  display: block;
  margin-left: -1.5em;
}
#tail > .inner > .box2 > .box1 > .box3 > .lnk1.hov {
  transition: color 0.5s;
}
#tail > .inner > .box2 > .box1 > .box3 > .lnk1.hov > .elm1 {
  transition: background 0.5s;
}
#tail > .inner > .box2 > .box1 > .box3 > .lnk1.hov:hover {
  color: #238759;
}
#tail > .inner > .box2 > .box1 > .box3 > .lnk1.hov:hover > .elm1 {
  background-color: #e1dddb;
}
#tail > .inner > .box2 > .box2 {
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  z-index: 1;
}
#tail > .inner > .box2 > .box2 > .par1 {
  height: auto;
  width: 100%;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.2);
  font-size: 24vw;
  font-weight: 700;
  overflow: hidden;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (min-width: 560px) {
  #tail > .inner > .box2 > .box2 > .par1 {
    line-height: 1.9;
  }
}
@media screen and (min-width: 740px) {
  #tail > .inner > .box2 > .box2 > .par1 {
    line-height: 2;
  }
}
@media screen and (min-width: 990px) {
  #tail > .inner > .box2 > .box2 > .par1 {
    line-height: 2.1;
  }
}
@media screen and (min-width: 1200px) {
  #tail > .inner > .box2 > .box2 > .par1 {
    line-height: 2.2;
  }
}
@media screen and (min-width: 1600px) {
  #tail > .inner > .box2 > .box2 > .par1 {
    line-height: 2.3;
  }
}
@media screen and (min-width: 560px) {
  #tail > .inner > .box2 > .box2 > .par1 {
    font-size: 20vw;
  }
}
@media screen and (min-width: 740px) {
  #tail > .inner > .box2 > .box2 > .par1 {
    font-size: 18vw;
  }
}
@media screen and (min-width: 990px) {
  #tail > .inner > .box2 > .box2 > .par1 {
    font-size: 17vw;
  }
}
@media screen and (min-width: 1200px) {
  #tail > .inner > .box2 > .box2 > .par1 {
    font-size: 16vw;
  }
}
@media screen and (min-width: 1600px) {
  #tail > .inner > .box2 > .box2 > .par1 {
    font-size: 15vw;
  }
}
#tail > .inner > .box2 > .box2 > .par1 > .elm1 {
  height: auto;
  width: auto;
  animation: ani2 10s linear infinite;
  display: inline-block;
}
@keyframes ani2 {
  from {
    transform: translateX(100vw);
  }
  to {
    transform: translateX(-100%);
  }
}

/*** #footer ***/
#footer {
  height: auto;
  width: 100%;
}
#footer > .inner {
  height: auto;
  width: 100%;
  padding-bottom: 0rem;
  padding-top: 0rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 560px) {
  #footer > .inner {
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 2.1rem;
    padding-right: 2.1rem;
  }
}
@media screen and (min-width: 740px) {
  #footer > .inner {
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }
}
@media screen and (min-width: 990px) {
  #footer > .inner {
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner {
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 5.4rem;
    padding-right: 5.4rem;
  }
}
@media screen and (min-width: 1600px) {
  #footer > .inner {
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
#footer > .inner > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 740px) {
  #footer > .inner > .box1 {
    width: calc(50% - 1rem);
  }
}
@media screen and (min-width: 990px) {
  #footer > .inner > .box1 {
    width: calc(50% - 1.25rem);
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box1 {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (min-width: 1600px) {
  #footer > .inner > .box1 {
    width: calc(50% - 2rem);
  }
}
@media screen and (min-width: 560px) {
  #footer > .inner > .box1 {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 740px) {
  #footer > .inner > .box1 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 990px) {
  #footer > .inner > .box1 {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box1 {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1600px) {
  #footer > .inner > .box1 {
    margin-bottom: 8rem;
  }
}
#footer > .inner > .box1 > .box1 {
  height: auto;
  margin: 0 auto 1.5rem;
  position: relative;
  width: 10rem;
}
@media screen and (min-width: 560px) {
  #footer > .inner > .box1 > .box1 {
    margin-bottom: 1.75rem;
    width: 12rem;
  }
}
@media screen and (min-width: 740px) {
  #footer > .inner > .box1 > .box1 {
    margin: 0 2rem 0 0;
    width: 14rem;
  }
}
@media screen and (min-width: 990px) {
  #footer > .inner > .box1 > .box1 {
    margin-right: 2.5rem;
    width: 16rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box1 > .box1 {
    margin-right: 3rem;
    width: 18rem;
  }
}
@media screen and (min-width: 1600px) {
  #footer > .inner > .box1 > .box1 {
    margin-right: 4rem;
    width: 20rem;
  }
}
#footer > .inner > .box1 > .box1 > [class^=img] {
  height: auto;
  width: 100%;
  display: block;
}
#footer > .inner > .box1 > .box1 > [class^=img].img2 {
  animation: ani3 10s linear infinite;
  left: 0;
  position: absolute;
  top: 0;
}
@keyframes ani3 {
  to {
    transform: rotate(-1turn);
  }
}
#footer > .inner > .box1 > .box2 {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 740px) {
  #footer > .inner > .box1 > .box2 {
    width: auto;
  }
}
#footer > .inner > .box1 > .box2 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 560px) {
  #footer > .inner > .box1 > .box2 > .box1 {
    margin-bottom: 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #footer > .inner > .box1 > .box2 > .box1 {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 990px) {
  #footer > .inner > .box1 > .box2 > .box1 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box1 > .box2 > .box1 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #footer > .inner > .box1 > .box2 > .box1 {
    margin-bottom: 2rem;
  }
}
#footer > .inner > .box1 > .box2 > .box1 > .par1 {
  height: auto;
  width: 100%;
  font-family: "PT Sans", sans-serif;
  letter-spacing: 0.075em;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 560px) {
  #footer > .inner > .box1 > .box2 > .box1 > .par1 {
    font-size: 1.56rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 740px) {
  #footer > .inner > .box1 > .box2 > .box1 > .par1 {
    font-size: 1.62rem;
    line-height: 2;
  }
}
@media screen and (min-width: 990px) {
  #footer > .inner > .box1 > .box2 > .box1 > .par1 {
    font-size: 1.68rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box1 > .box2 > .box1 > .par1 {
    font-size: 1.74rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1600px) {
  #footer > .inner > .box1 > .box2 > .box1 > .par1 {
    font-size: 1.8rem;
    line-height: 2.3;
  }
}
#footer > .inner > .box1 > .box2 > .box1 > .par2 {
  height: auto;
  width: 100%;
  font-family: "PT Sans", sans-serif;
  letter-spacing: 0.075em;
  font-size: 1.125rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 560px) {
  #footer > .inner > .box1 > .box2 > .box1 > .par2 {
    font-size: 1.17rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 740px) {
  #footer > .inner > .box1 > .box2 > .box1 > .par2 {
    font-size: 1.215rem;
    line-height: 2;
  }
}
@media screen and (min-width: 990px) {
  #footer > .inner > .box1 > .box2 > .box1 > .par2 {
    font-size: 1.26rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box1 > .box2 > .box1 > .par2 {
    font-size: 1.305rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1600px) {
  #footer > .inner > .box1 > .box2 > .box1 > .par2 {
    font-size: 1.35rem;
    line-height: 2.3;
  }
}
#footer > .inner > .box1 > .box2 > .box2 {
  height: auto;
  width: 100%;
}
#footer > .inner > .box1 > .box2 > .box2 > [class^=lst] {
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
#footer > .inner > .box1 > .box2 > .box2 > [class^=lst] > .trm1 {
  font-family: "PT Sans", sans-serif;
  letter-spacing: 0.075em;
  font-size: 1.125rem;
  line-height: 1.8;
  margin-right: 0.5em;
  text-transform: uppercase;
}
@media screen and (min-width: 560px) {
  #footer > .inner > .box1 > .box2 > .box2 > [class^=lst] > .trm1 {
    font-size: 1.17rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 740px) {
  #footer > .inner > .box1 > .box2 > .box2 > [class^=lst] > .trm1 {
    font-size: 1.215rem;
    line-height: 2;
  }
}
@media screen and (min-width: 990px) {
  #footer > .inner > .box1 > .box2 > .box2 > [class^=lst] > .trm1 {
    font-size: 1.26rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box1 > .box2 > .box2 > [class^=lst] > .trm1 {
    font-size: 1.305rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1600px) {
  #footer > .inner > .box1 > .box2 > .box2 > [class^=lst] > .trm1 {
    font-size: 1.35rem;
    line-height: 2.3;
  }
}
#footer > .inner > .box1 > .box2 > .box2 > [class^=lst] > .dsc1 {
  font-family: "PT Sans", sans-serif;
  letter-spacing: 0.075em;
  font-size: 1.125rem;
  line-height: 1.8;
}
@media screen and (min-width: 560px) {
  #footer > .inner > .box1 > .box2 > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.17rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 740px) {
  #footer > .inner > .box1 > .box2 > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.215rem;
    line-height: 2;
  }
}
@media screen and (min-width: 990px) {
  #footer > .inner > .box1 > .box2 > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.26rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box1 > .box2 > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.305rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1600px) {
  #footer > .inner > .box1 > .box2 > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.35rem;
    line-height: 2.3;
  }
}
#footer > .inner > .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 740px) {
  #footer > .inner > .box2 {
    width: calc(50% - 1rem);
  }
}
@media screen and (min-width: 990px) {
  #footer > .inner > .box2 {
    width: calc(50% - 1.25rem);
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (min-width: 1600px) {
  #footer > .inner > .box2 {
    width: calc(50% - 2rem);
  }
}
@media screen and (min-width: 560px) {
  #footer > .inner > .box2 {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 740px) {
  #footer > .inner > .box2 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 990px) {
  #footer > .inner > .box2 {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1600px) {
  #footer > .inner > .box2 {
    margin-bottom: 8rem;
  }
}
#footer > .inner > .box2 > .lst1 {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 560px) {
  #footer > .inner > .box2 > .lst1 {
    gap: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #footer > .inner > .box2 > .lst1 {
    gap: 2rem;
  }
}
@media screen and (min-width: 990px) {
  #footer > .inner > .box2 > .lst1 {
    gap: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .lst1 {
    gap: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #footer > .inner > .box2 > .lst1 {
    gap: 4rem;
  }
}
#footer > .inner > .box2 > .lst1 > [class^=itm] {
  height: auto;
  width: auto;
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .lst1 {
    justify-content: flex-end;
  }
}
#footer > .inner > .box2 > .lst1 > [class*=itm] {
  height: auto;
  width: auto;
  font-family: "PT Sans", sans-serif;
  letter-spacing: 0.075em;
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 560px) {
  #footer > .inner > .box2 > .lst1 > [class*=itm] {
    font-size: 1.17rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 740px) {
  #footer > .inner > .box2 > .lst1 > [class*=itm] {
    font-size: 1.215rem;
    line-height: 2;
  }
}
@media screen and (min-width: 990px) {
  #footer > .inner > .box2 > .lst1 > [class*=itm] {
    font-size: 1.26rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .lst1 > [class*=itm] {
    font-size: 1.305rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1600px) {
  #footer > .inner > .box2 > .lst1 > [class*=itm] {
    font-size: 1.35rem;
    line-height: 2.3;
  }
}
#footer > .inner > .box2 > .lst1 > [class*=itm].itm1 {
  display: none;
}
@media screen and (min-width: 740px) {
  #footer > .inner > .box2 > .lst1 > [class*=itm].itm1 {
    display: block;
  }
}
#footer > .inner > .box2 > .lst1 > [class*=itm] > .lnk1.hov {
  transition: opacity 0.5s, color 0.5s;
}
#footer > .inner > .box2 > .lst1 > [class*=itm] > .lnk1.hov:hover {
  color: #238759;
  opacity: 0.7;
}
#footer > .inner > .box3 {
  height: auto;
  width: auto;
  top: 0.75rem;
  position: absolute;
  right: 1.5rem;
}
@media screen and (min-width: 560px) {
  #footer > .inner > .box3 {
    top: 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #footer > .inner > .box3 {
    top: 1rem;
  }
}
@media screen and (min-width: 990px) {
  #footer > .inner > .box3 {
    top: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box3 {
    top: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #footer > .inner > .box3 {
    top: 2rem;
  }
}
@media screen and (min-width: 560px) {
  #footer > .inner > .box3 {
    right: 2.1rem;
  }
}
@media screen and (min-width: 740px) {
  #footer > .inner > .box3 {
    right: 2.8rem;
  }
}
@media screen and (min-width: 990px) {
  #footer > .inner > .box3 {
    right: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box3 {
    right: 5.4rem;
  }
}
@media screen and (min-width: 1600px) {
  #footer > .inner > .box3 {
    right: 8rem;
  }
}
#footer > .inner > .box3 > .lnk1 {
  height: auto;
  width: auto;
  font-family: "PT Sans", sans-serif;
  letter-spacing: 0.075em;
  font-size: 1.125rem;
  line-height: 1.8;
  display: block;
}
@media screen and (min-width: 560px) {
  #footer > .inner > .box3 > .lnk1 {
    font-size: 1.17rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 740px) {
  #footer > .inner > .box3 > .lnk1 {
    font-size: 1.215rem;
    line-height: 2;
  }
}
@media screen and (min-width: 990px) {
  #footer > .inner > .box3 > .lnk1 {
    font-size: 1.26rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box3 > .lnk1 {
    font-size: 1.305rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1600px) {
  #footer > .inner > .box3 > .lnk1 {
    font-size: 1.35rem;
    line-height: 2.3;
  }
}
#footer > .inner > .box3 > .lnk1 > .elm1 {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.3);
  border: 0.2rem solid #181615;
  border-radius: 50%;
  display: flex;
  height: 5em;
  justify-content: center;
  width: 5em;
}
#footer > .inner > .box3 > .lnk1 > .elm1 > .img1 {
  display: flex;
  height: 33.33%;
  width: auto;
}
#footer > .inner > .box3 > .lnk1 > .elm2 {
  height: auto;
  width: auto;
  color: #181615;
  display: block;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
#footer > .inner > .box3 > .lnk1.hov {
  transition: opacity 0.5s;
}
#footer > .inner > .box3 > .lnk1.hov > .elm1 {
  transition: background 0.5s;
}
#footer > .inner > .box3 > .lnk1.hov > .elm2 {
  transition: color 0.5s;
}
#footer > .inner > .box3 > .lnk1.hov:hover {
  opacity: 0.7;
}
#footer > .inner > .box3 > .lnk1.hov:hover > .elm1 {
  background-color: #d3cdca;
}
#footer > .inner > .box3 > .lnk1.hov:hover > .elm2 {
  color: #238759;
}
#footer > .inner > .box4 {
  height: auto;
  width: 100%;
  padding: 1.5rem 0rem;
}
@media screen and (min-width: 560px) {
  #footer > .inner > .box4 {
    padding: 1.75rem 0rem;
  }
}
@media screen and (min-width: 740px) {
  #footer > .inner > .box4 {
    padding: 2rem 0rem;
  }
}
@media screen and (min-width: 990px) {
  #footer > .inner > .box4 {
    padding: 2.5rem 0rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box4 {
    padding: 3rem 0rem;
  }
}
@media screen and (min-width: 1600px) {
  #footer > .inner > .box4 {
    padding: 4rem 0rem;
  }
}
#footer > .inner > .box4 > .par1 {
  height: auto;
  width: 100%;
  font-family: "PT Sans", sans-serif;
  letter-spacing: 0.075em;
  font-size: 1.125rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 560px) {
  #footer > .inner > .box4 > .par1 {
    font-size: 1.17rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 740px) {
  #footer > .inner > .box4 > .par1 {
    font-size: 1.215rem;
    line-height: 2;
  }
}
@media screen and (min-width: 990px) {
  #footer > .inner > .box4 > .par1 {
    font-size: 1.26rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box4 > .par1 {
    font-size: 1.305rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1600px) {
  #footer > .inner > .box4 > .par1 {
    font-size: 1.35rem;
    line-height: 2.3;
  }
}

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