/*
 * filename: common.css
 * version: 1.0
 */
html {
  background-color: #fff6e9;
  color: #806c5d;
  font-family: "Shin Go Regular", "Yu Gothic", "YuGothic", sans-serif;
  font-size: 10px;
  line-height: 1;
  overflow-x: auto;
  overflow-y: scroll;
}

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

body.fixed {
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  position: fixed;
}

* {
  box-sizing: border-box;
}

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

.pbr {
  display: none;
}

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

@media screen and (min-width: 739px) {
  .sbr {
    display: none;
  }
}

.wbr {
  display: inline-block;
}

.pwbr {
  display: inline;
}

@media screen and (min-width: 739px) {
  .pwbr {
    display: inline-block;
  }
}

.wsbr {
  display: inline-block;
}

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

/*** loader ***/
#loader {
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 6000;
}

#loader > .inner {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 15rem;
}

@media screen and (min-width: 739px) {
  #loader > .inner {
    width: 25rem;
  }
}

#loader > .inner > .img {
  height: auto;
  width: 100%;
  display: block;
}

/*** contents ***/
#contents {
  height: auto;
  width: 100%;
  background: url("../images/bg_cnt2.png") center center repeat;
  background-size: contain;
  min-height: 100vh;
  min-width: 32rem;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 739px) {
  #contents {
    background: url("../images/bg_cnt1.png") center center repeat;
    background-size: contain;
    min-width: 120rem;
  }
}

#contents::after {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  content: '';
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 1.05s ease;
  z-index: 5000;
}

#contents.active::after {
  opacity: 0;
}

/*** header ***/
#header {
  height: auto;
  width: 100%;
  position: relative;
  z-index: 1100;
}

#header > .box1 {
  height: auto;
  width: 100%;
  position: relative;
  z-index: 1101;
}

#header > .box1 > .box1 {
  height: auto;
  width: 100%;
}

#header > .box1 > .box1 > .img {
  height: auto;
  width: 100%;
  display: block;
}

#header > .box1 > .box2 {
  height: auto;
  left: 12.5%;
  position: absolute;
  top: 0;
  width: 75%;
}

@media screen and (min-width: 739px) {
  #header > .box1 > .box2 {
    left: 25%;
    width: 50%;
  }
}

#header > .box1 > .box2 > .lnk {
  height: auto;
  width: 100%;
  display: block;
}

#header > .box1 > .box2 > .lnk > .img {
  height: auto;
  width: 100%;
  display: block;
}

#header > .box2 {
  background-color: #cddd67;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  left: 0;
  opacity: 0;
  padding: 5.5rem 0;
  position: fixed;
  top: 0;
  transform: translateX(100%);
  transition: 0.35s;
  visibility: hidden;
  width: 100%;
  z-index: 1102;
}

@media screen and (min-width: 739px) {
  #header > .box2 {
    background-color: transparent;
    bottom: 0;
    display: block;
    height: 6.4rem;
    opacity: 1;
    padding: 0;
    position: absolute;
    transition: none;
    top: auto;
    transform: translateX(0);
    visibility: visible;
  }
}

#header > .box2 > .box1 {
  height: auto;
  width: 100%;
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 auto 1rem;
  padding: 0 2rem;
  position: relative;
}

@media screen and (min-width: 739px) {
  #header > .box2 > .box1 {
    margin: 0 auto;
    max-width: 120rem;
    padding: 0 4rem;
  }
}

#header > .box2 > .box1 > .lnk {
  display: block;
  margin-bottom: 2rem;
  width: 15rem;
}

@media screen and (min-width: 739px) {
  #header > .box2 > .box1 > .lnk {
    display: none;
  }
}

#header > .box2 > .box1 > .lnk > .img1 {
  height: auto;
  width: 100%;
  display: block;
}

@media screen and (min-width: 739px) {
  #header > .box2 > .box1 > .lnk > .img1 {
    display: none;
  }
}

#header > .box2 > .box1 > .lnk > .img2 {
  display: none;
}

#header > .box2 > .box1 > .lst1 {
  display: flex;
  height: auto;
  justify-content: flex-end;
  margin-bottom: 2rem;
  width: auto;
}

@media screen and (min-width: 739px) {
  #header > .box2 > .box1 > .lst1 {
    bottom: 140%;
    margin-bottom: 0;
    position: absolute;
    right: 4rem;
  }
}

#header > .box2 > .box1 > .lst1 > .itm {
  height: auto;
  width: auto;
}

#header > .box2 > .box1 > .lst1 > .itm:not(:last-of-type) {
  margin-right: 2rem;
}

@media screen and (min-width: 739px) {
  #header > .box2 > .box1 > .lst1 > .itm:not(:last-of-type) {
    margin-right: 4rem;
  }
}

#header > .box2 > .box1 > .lst1 > .itm > .lnk {
  height: auto;
  width: auto;
  display: block;
}

@media screen and (min-width: 739px) {
  #header > .box2 > .box1 > .lst1 > .itm > .lnk {
    background-color: #806c5d;
    border-radius: 50%;
    height: 5rem;
    position: relative;
    width: 5rem;
  }
}

#header > .box2 > .box1 > .lst1 > .itm > .lnk > .ico {
  color: #ffffff;
  font-size: 2rem;
}

@media screen and (min-width: 739px) {
  #header > .box2 > .box1 > .lst1 > .itm > .lnk > .ico {
    font-size: 2rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

#header > .box2 > .box1 > .lst2 {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 739px) {
  #header > .box2 > .box1 > .lst2 {
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    width: 92%;
  }
}

#header > .box2 > .box1 > .lst2 > .menu-item {
  height: auto;
  width: 100%;
  border-bottom: 0.1rem solid #ffffff;
  padding: 1.5rem 0;
}

@media (min-aspect-ratio: 1 / 1) {
  #header > .box2 > .box1 > .lst2 > .menu-item {
    padding: 1rem 0;
    width: 50%;
  }
}

@media screen and (min-width: 739px) {
  #header > .box2 > .box1 > .lst2 > .menu-item {
    border-bottom: none;
    padding: 1.5rem;
    width: auto;
  }
}

#header > .box2 > .box1 > .lst2 > .menu-item > a {
  height: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 739px) {
  #header > .box2 > .box1 > .lst2 > .menu-item > a {
    display: block;
    transition: 0.35s;
    width: auto;
  }
}

@media screen and (min-width: 739px) {
  #header > .box2 > .box1 > .lst2 > .menu-item > a:hover {
    opacity: 0.5;
  }
}

#header > .box2 > .box1 > .lst2 > .menu-item > a > .phd {
  height: auto;
  width: 100%;
  color: #ffffff;
  display: block;
  font-family: "Shin Maru Go Regular", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media (min-aspect-ratio: 1 / 1) {
  #header > .box2 > .box1 > .lst2 > .menu-item > a > .phd {
    font-size: 1.35rem;
    text-align: center;
  }
}

@media screen and (min-width: 739px) {
  #header > .box2 > .box1 > .lst2 > .menu-item > a > .phd {
    color: #806c5d;
    font-size: 1.5rem;
    text-align: center;
    transition: 0.35s;
    width: auto;
  }
}

#header > .box2 > .box1 > .lst2 > .menu-item > a > .shd {
  height: auto;
  width: 100%;
  color: #ffffff;
  display: block;
  font-family: "Nunito", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  opacity: 0.75;
  text-align: right;
}

@media (min-aspect-ratio: 1 / 1) {
  #header > .box2 > .box1 > .lst2 > .menu-item > a > .shd {
    display: none;
  }
}

@media screen and (min-width: 739px) {
  #header > .box2 > .box1 > .lst2 > .menu-item > a > .shd {
    color: #a38a77;
    display: block;
    margin-top: 1rem;
    text-align: center;
    transition: 0.35s;
    width: auto;
  }
}

#header > .box2 > .box1 > .lst2 > .menu-item.type1 {
  border-top: 0.1rem solid #ffffff;
  width: 100%;
}

@media screen and (min-width: 739px) {
  #header > .box2 > .box1 > .lst2 > .menu-item.type1 {
    display: none;
  }
}

#header > .box2 > .box1 > .lst2 > .menu-item.type2 {
  border-bottom: none;
  width: 25%;
}

#header > .box2 > .box1 > .lst2 > .menu-item.type2 > a > .phd {
  text-align: center;
}

#header > .box2 > .box1 > .lst2 > .menu-item.type2 > a > .shd {
  display: none;
}

@media screen and (min-width: 739px) {
  #header > .box2 > .box1 > .lst2 > .menu-item.type2 {
    width: auto;
  }
  #header > .box2 > .box1 > .lst2 > .menu-item.type2 > a > .shd {
    display: block;
  }
}

#header > .box2 > .box1 > .lst2 > .menu-item.type3 {
  border-bottom: none;
  width: 25%;
}

#header > .box2 > .box1 > .lst2 > .menu-item.type3 > a > .phd {
  text-align: center;
}

#header > .box2 > .box1 > .lst2 > .menu-item.type3 > a > .shd {
  display: none;
}

@media screen and (min-width: 739px) {
  #header > .box2 > .box1 > .lst2 > .menu-item.type3 {
    display: none;
  }
}

#header > .box2 > .box1 > .lst2 > .menu-item.type4 {
  display: none;
}

@media screen and (min-width: 739px) {
  #header > .box2 > .box1 > .lst2 > .menu-item.type4 {
    display: block;
  }
}

#header > .box2 > .box2 {
  background-color: #ffffff;
  border-radius: .5rem;
  height: auto;
  margin: 0 auto;
  max-width: 44rem;
  padding: 1.33333rem;
  width: calc(100% - 4rem);
}

@media screen and (min-width: 739px) {
  #header > .box2 > .box2 {
    display: none;
  }
}

#header > .box2 > .box2 > .par {
  height: auto;
  width: 100%;
  color: #cddd67;
  font-family: "Shin Maru Go Regular", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
  text-align: center;
}

#header > .box2 > .box2 > .lst {
  height: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#header > .box2 > .box2 > .lst > .itm1 {
  height: auto;
  width: auto;
  color: #cddd67;
  font-family: "Oswald", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

#header > .box2 > .box2 > .lst > .itm1 .ico {
  margin-right: .5em;
}

#header > .box2 > .box2 > .lst > .itm2 {
  height: auto;
  width: auto;
  color: #cddd67;
  font-family: "Shin Maru Go Regular", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

#header > .box2 > .box2 > .lst > .itm2 .ico {
  margin-right: .5em;
}

#header > .box2.active {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}

#header > .box3 {
  background-color: #cddd67;
  border-radius: 50%;
  height: 5rem;
  right: .5rem;
  position: fixed;
  top: .5rem;
  transition: 0.35s;
  width: 5rem;
  z-index: 1103;
}

@media screen and (min-width: 739px) {
  #header > .box3 {
    display: none;
  }
}

#header > .box3 > .lnk {
  height: 100%;
  width: 100%;
  cursor: pointer;
  display: block;
  position: absolute;
  transition: 0.35s;
}

#header > .box3 > .lnk > .bar {
  background-color: #ffffff;
  border-radius: .1rem;
  display: block;
  height: .2rem;
  left: 1.5rem;
  position: absolute;
  top: 2.4rem;
  transition: 0.35s;
  width: 2rem;
}

#header > .box3 > .lnk > .bar::before {
  background-color: #ffffff;
  border-radius: .1rem;
  content: '';
  display: block;
  height: .2rem;
  left: 0;
  position: absolute;
  top: -.8rem;
  transition: 0.35s;
  width: 100%;
}

#header > .box3 > .lnk > .bar::after {
  background-color: #ffffff;
  border-radius: .1rem;
  content: '';
  display: block;
  height: .2rem;
  left: 0;
  position: absolute;
  top: .9rem;
  transition: 0.35s;
  width: 100%;
}

#header > .box3 > .lnk.active > .bar {
  background-color: rgba(255, 255, 255, 0);
}

#header > .box3 > .lnk.active > .bar::before {
  background-color: #ffffff;
  top: 0;
  transform: rotate(135deg);
}

#header > .box3 > .lnk.active > .bar::after {
  background-color: #ffffff;
  top: 0;
  transform: rotate(225deg);
}

@media screen and (min-width: 739px) {
  #header.fixed > .box2 {
    background-color: #ffffff;
    bottom: auto;
    left: 0;
    min-width: 120rem;
    position: fixed;
    top: 0;
  }
}

@media screen and (min-width: 739px) {
  #header.fixed > .box2 > .box1 > .lnk {
    display: block;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 739px) {
  #header.fixed > .box2 > .box1 > .lnk > .img2 {
    display: block;
    height: auto;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 3rem;
  }
}

@media screen and (min-width: 739px) {
  #header.fixed > .box2 > .box1 > .lst1 {
    display: none;
  }
}

@media screen and (min-width: 739px) {
  #header.fixed > .box2 > .box1 > .lst2 {
    width: 100%;
  }
}

@media screen and (min-width: 739px) {
  #header.fixed > .box2 > .box1 > .lst2 > .menu-item {
    width: 14.286%;
  }
}

@media screen and (min-width: 739px) {
  #header.fixed > .box2 > .box1 > .lst2 > .menu-item:nth-of-type(4) {
    margin-right: 14.286%;
  }
}

@media screen and (min-width: 739px) {
  #header.fixed > .box2 > .box1 > .lst2 > .menu-item > a > .phd {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 739px) {
  #header.fixed > .box2 > .box1 > .lst2 > .menu-item.type4 {
    display: block;
  }
}

@media screen and (min-width: 739px) {
  #header.fixed > .box2 > .box2 {
    display: none;
  }
}

/*** banner ***/
#banner {
  height: auto;
  width: 100%;
  margin-bottom: 4rem;
}

@media screen and (min-width: 739px) {
  #banner {
    margin-bottom: 4rem;
  }
}

#banner > .inner {
  height: auto;
  width: 100%;
  position: relative;
}

#banner.type1 > .inner > .box1 {
  height: auto;
  width: 100%;
  position: relative;
  z-index: 12;
}

#banner.type1 > .inner > .box1 .img {
  height: auto;
  width: 100%;
  display: block;
}

#banner.type1 > .inner > .box2 {
  left: 4%;
  position: absolute;
  top: 0;
  z-index: 11;
  width: 92%;
}

#banner.type1 > .inner > .box2 .img {
  height: auto;
  width: 100%;
  display: block;
}

#banner.type1 > .inner > .box3 {
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 13;
}

#banner.type1 > .inner > .box3 > .box1 {
  bottom: 0;
  height: auto;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 28rem;
}

@media screen and (min-width: 739px) {
  #banner.type1 > .inner > .box3 > .box1 {
    width: 50rem;
  }
}

#banner.type1 > .inner > .box3 > .box1 > .img {
  height: auto;
  width: 100%;
  display: block;
}

#banner.type1 > .inner > .box3 > .box1 > .par {
  height: auto;
  width: 100%;
  font-family: "Jun 501", sans-serif;
  font-size: 1.125rem;
  left: 0;
  letter-spacing: 0.05em;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 739px) {
  #banner.type1 > .inner > .box3 > .box1 > .par {
    font-size: 1.8rem;
  }
}

#banner.type1 > .inner > .box3 > .box1 > .lst {
  align-items: center;
  display: flex;
  height: auto;
  justify-content: space-between;
  left: 10%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80%;
}

#banner.type1 > .inner > .box3 > .box1 > .lst > .itm {
  height: auto;
  width: 1.8rem;
}

@media screen and (min-width: 739px) {
  #banner.type1 > .inner > .box3 > .box1 > .lst > .itm {
    width: 3rem;
  }
}

#banner.type1 > .inner > .box3 > .box1 > .lst > .itm > .lnk {
  height: auto;
  width: 100%;
  display: block;
}

#banner.type1 > .inner > .box3 > .box1 > .lst > .itm > .lnk:hover {
  transition: opacity 0.35s;
}

@media screen and (min-width: 739px) {
  #banner.type1 > .inner > .box3 > .box1 > .lst > .itm > .lnk:hover {
    opacity: 0.5;
  }
}

#banner.type1 > .inner > .box3 > .box1 > .lst > .itm > .lnk > .img {
  height: auto;
  width: 100%;
  display: block;
}

#banner.type1 > .inner > .box3 > .box2 {
  height: auto;
  position: absolute;
  right: 2%;
  top: -1%;
  width: 50%;
}

@media screen and (min-width: 739px) {
  #banner.type1 > .inner > .box3 > .box2 {
    width: 30%;
  }
}

#banner.type1 > .inner > .box3 > .box2 > .img {
  height: auto;
  width: 100%;
  display: block;
}

#banner.type2 > .inner > .box1 {
  height: auto;
  width: 100%;
}

#banner.type2 > .inner > .box1 > .img {
  height: auto;
  width: 100%;
  display: block;
}

#banner.type2 > .inner > .box2 {
  height: 66.666%;
  left: 0;
  position: absolute;
  top: 33.333%;
  width: 100%;
}

#banner.type2 > .inner > .box2 > .phd {
  height: auto;
  width: 100%;
  bottom: 60%;
  font-family: "Jun 501", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  left: 0;
  position: absolute;
  text-align: center;
}

@media screen and (min-width: 739px) {
  #banner.type2 > .inner > .box2 > .phd {
    font-size: 3rem;
    letter-spacing: 0.05em;
  }
}

#banner.type2 > .inner > .box2 > .shd {
  height: auto;
  width: 100%;
  color: #a38a77;
  font-family: "Handlee", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  left: 0;
  letter-spacing: 0.05em;
  position: absolute;
  text-align: center;
  top: 80%;
}

@media screen and (min-width: 739px) {
  #banner.type2 > .inner > .box2 > .shd {
    font-size: 2.25rem;
  }
}

/*** main ***/
#main {
  height: auto;
  width: 100%;
}

/*** footer ***/
#footer {
  height: auto;
  width: 100%;
  margin-top: 4rem;
  position: relative;
}

@media screen and (min-width: 739px) {
  #footer {
    margin-top: 0;
  }
}

#footer > .box1 {
  display: none;
}

@media screen and (min-width: 739px) {
  #footer > .box1 {
    height: auto;
    width: 100%;
    display: block;
  }
}

@media screen and (min-width: 739px) {
  #footer > .box1 > .img {
    height: auto;
    width: 100%;
    display: block;
  }
}

#footer > .box2 {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 739px) {
  #footer > .box2 {
    align-items: center;
    display: flex;
    left: 50%;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
  }
}

#footer > .box2 > .box1 {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 739px) {
  #footer > .box2 > .box1 {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: calc(50% - 2rem);
  }
}

#footer > .box2 > .box1 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 2rem;
}

@media screen and (min-width: 739px) {
  #footer > .box2 > .box1 > .box1 {
    margin-bottom: 0;
    width: calc(45% - 2rem);
  }
}

#footer > .box2 > .box1 > .box1 > .img {
  height: auto;
  margin: 0 auto 2rem;
  display: block;
  width: 50%;
}

@media screen and (min-width: 739px) {
  #footer > .box2 > .box1 > .box1 > .img {
    margin: 0 auto 4rem;
    width: 100%;
  }
}

#footer > .box2 > .box1 > .box1 > .lst {
  display: flex;
  height: auto;
  justify-content: center;
  margin: 0 auto;
  width: 10rem;
}

@media screen and (min-width: 739px) {
  #footer > .box2 > .box1 > .box1 > .lst {
    width: 14rem;
  }
}

#footer > .box2 > .box1 > .box1 > .lst > .itm {
  height: auto;
  width: auto;
}

#footer > .box2 > .box1 > .box1 > .lst > .itm:not(:last-of-type) {
  margin-right: 2rem;
}

@media screen and (min-width: 739px) {
  #footer > .box2 > .box1 > .box1 > .lst > .itm:not(:last-of-type) {
    margin-right: 4rem;
  }
}

#footer > .box2 > .box1 > .box1 > .lst > .itm > .lnk {
  height: auto;
  width: auto;
  background-color: #806c5d;
  border-radius: 50%;
  display: block;
  height: 4rem;
  position: relative;
  width: 4rem;
}

@media screen and (min-width: 739px) {
  #footer > .box2 > .box1 > .box1 > .lst > .itm > .lnk {
    height: 5rem;
    width: 5rem;
  }
}

#footer > .box2 > .box1 > .box1 > .lst > .itm > .lnk > .ico {
  color: #ffffff;
  font-size: 1.75rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 739px) {
  #footer > .box2 > .box1 > .box1 > .lst > .itm > .lnk > .ico {
    font-size: 2rem;
  }
}

#footer > .box2 > .box1 > .box2 {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 739px) {
  #footer > .box2 > .box1 > .box2 {
    width: calc(55% - 2rem);
  }
}

#footer > .box2 > .box1 > .box2 > .par1 {
  height: auto;
  width: 100%;
  display: none;
}

@media screen and (min-width: 739px) {
  #footer > .box2 > .box1 > .box2 > .par1 {
    display: block;
    font-family: "Shin Maru Go Regular", sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 2;
    margin-bottom: 1.5rem;
  }
}

#footer > .box2 > .box1 > .box2 > .lnk {
  height: auto;
  width: 100%;
  display: block;
  font-family: "Jun 501", sans-serif;
  font-size: 1.35rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
  text-align: center;
}

@media screen and (min-width: 739px) {
  #footer > .box2 > .box1 > .box2 > .lnk {
    font-size: 2.475rem;
    margin-bottom: 1.5rem;
    text-align: left;
  }
}

#footer > .box2 > .box1 > .box2 > .lnk > .ico {
  margin-right: .25em;
}

#footer > .box2 > .box1 > .box2 > .par2 {
  height: auto;
  width: 100%;
  font-family: "Shin Maru Go Regular", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 739px) {
  #footer > .box2 > .box1 > .box2 > .par2 {
    font-size: 1.5rem;
    text-align: left;
  }
}

#footer > .box2 > .box2 {
  display: none;
}

@media screen and (min-width: 739px) {
  #footer > .box2 > .box2 {
    height: auto;
    display: block;
    width: calc(50% - 2rem);
  }
}

#footer > .box2 > .box2 > .lnk {
  height: auto;
  width: 100%;
  display: block;
  margin-bottom: 1rem;
  position: relative;
}

@media screen and (min-width: 739px) {
  #footer > .box2 > .box2 > .lnk {
    margin-bottom: 2rem;
  }
}

#footer > .box2 > .box2 > .lnk > .img {
  height: auto;
  width: 100%;
  display: block;
}

#footer > .box2 > .box2 > .lnk > .txt {
  height: auto;
  width: 100%;
  display: block;
  font-family: "Jun 501", sans-serif;
  font-size: 1.125rem;
  left: 0;
  letter-spacing: 0.05em;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 739px) {
  #footer > .box2 > .box2 > .lnk > .txt {
    font-size: 1.8rem;
  }
}

#footer > .box2 > .box2 > .lnk > .txt > .ico {
  margin-right: .5em;
}

@media screen and (min-width: 739px) {
  #footer > .box2 > .box2 > .lst {
    height: auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 739px) {
  #footer > .box2 > .box2 > .lst > .menu-item {
    height: auto;
    width: auto;
    font-family: "Shin Maru Go Regular", sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 2;
    padding: 0 1.5rem;
    transition: 0.35s;
  }
}

@media screen and (min-width: 739px) {
  #footer > .box2 > .box2 > .lst > .menu-item:hover {
    opacity: 0.5;
  }
}

#footer > .box3 {
  display: none;
}

@media screen and (min-width: 739px) {
  #footer > .box3 {
    bottom: 10rem;
    display: block;
    height: 1.8rem;
    position: absolute;
    right: 4rem;
    transform: rotate(-90deg);
    transform-origin: bottom right;
    width: 6.5rem;
  }
}

@media screen and (min-width: 739px) {
  #footer > .box3 > .lnk {
    height: 100%;
    width: 100%;
    display: block;
    font-size: 1.35rem;
  }
}

@media screen and (min-width: 739px) {
  #footer > .box3 > .lnk::after {
    background: url("../images/ico_arrow_right_01.svg") center center no-repeat;
    background-size: contain;
    content: '';
    height: .75rem;
    position: absolute;
    right: 0;
    top: .3rem;
    transition: 0.35s;
    width: 3rem;
  }
}

@media screen and (min-width: 739px) {
  #footer > .box3 > .lnk:hover::after {
    transform: translateX(0.5em);
  }
}

#footer > .box4 {
  height: auto;
  width: 100%;
  padding: 2rem 0;
}

@media screen and (min-width: 739px) {
  #footer > .box4 {
    bottom: 0;
    left: 0;
    position: absolute;
    padding: 2rem 0;
  }
}

#footer > .box4 > .par {
  height: auto;
  width: 100%;
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (min-width: 739px) {
  #footer > .box4 > .par {
    font-size: 1.35rem;
    letter-spacing: 0.05em;
  }
}

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