@charset "UTF-8";
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd {
  padding: 0;
  margin: 0;
}

ol, ul {
  list-style-type: none;
}

/*-----------------------------------------------
 root
-----------------------------------------------*/
html {
  overflow-y: scroll;
}

body {
  overflow: hidden;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

/*-----------------------------------------------
 font
-----------------------------------------------*/
html {
  overflow-x: hidden;
  font-size: medium;
}

body {
  font-size: 62.5%; /* 16px -> 10px */
}

div {
  line-height: 0;
  box-sizing: border-box;
}

dt, dd, li,
caption, th, td,
input, button, textarea, select,
h1, h2, h3, h4, h5, h6, address {
  line-height: 0;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.5;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

h1 *, h2 *, h3 *, h4 *, h5 *, h6 *,
p input, p button, p select,
li h1, li h2, li h3, li h4, li h5, li h6, li p, li dt, li dd, li li, li th, li td, li input, li button, li textarea, li select,
dd h1, dd h2, dd h3, dd h4, dd h5, dd h6, dd p, dd dt, dd dd, dd li, dd th, dd td, dd input, dd button, dd textarea, dd select,
tr h1, tr h2, tr h3, tr h4, tr h5, tr h6, tr p, tr dt, tr dd, tr li, tr input, tr button, tr textarea, tr select {
  font-size: 100%;
}

input, button, select, option, textarea {
  font-size: 14px;
}

figure {
  margin: 0;
}

a,
a:link,
a:visited {
  color: #1d99c1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

section {
  position: relative;
  box-sizing: border-box;
}

br.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  br.sp {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}

/*-----------------------------------------------
 cf 
-----------------------------------------------*/
.clearfix {
  min-height: 1px;
}
.clearfix::after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

/*-----------------------------------------------
 hover
-----------------------------------------------*/
.hover :hover {
  opacity: 0.8;
  animation: btn 0.5s;
  -webkit-animation: btn 0.5s;
  -moz-animation: btn 0.5s;
}

@keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
/*=============================================================
 01_base
=============================================================*/
#adminBox, .acms-admin-box {
  position: relative;
  z-index: 2;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif !important;
}

.main-wrap {
  width: calc(100vw - 206px);
}
@media only screen and (max-width: 1406px) {
  .main-wrap {
    width: 85.3485064011vw;
  }
}
@media only screen and (max-width: 768px) {
  .main-wrap {
    width: auto;
  }
}

#content .head {
  position: relative;
  width: calc(100vw - 230px);
  height: 395px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  margin-left: 24px;
}
@media only screen and (min-width: 2100px) {
  #content .head {
    max-width: 1863px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1406px) {
  #content .head {
    width: 85.3485064011vw;
    height: 28.093883357vw;
    border-radius: 1.4224751067vw;
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  #content .head {
    width: 100%;
    height: 69.0625vw;
    border-radius: 0;
  }
}
#content .head img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: auto;
}
@media only screen and (min-width: 2100px) {
  #content .head img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #content .head img {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  #content .head img.pc {
    display: none;
  }
}
#content .head img.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #content .head img.sp {
    display: block;
  }
}

#header {
  position: relative;
  padding-top: 24px;
  z-index: 2;
}
@media only screen and (max-width: 1406px) {
  #header {
    padding-top: 1.280227596vw;
  }
}
@media only screen and (max-width: 768px) {
  #header {
    padding-top: 3.125vw;
  }
}
#header .inner {
  position: relative;
  width: 1406px;
  margin: 0 auto;
}
@media only screen and (max-width: 1406px) {
  #header .inner {
    width: 100vw;
  }
}
@media only screen and (max-width: 768px) {
  #header .inner {
    width: auto;
  }
}
#header .logo {
  position: absolute;
  width: 280px;
  background-color: #fff;
  border-radius: 0 0 30px 30px;
  padding: 0 0 20px;
  text-align: center;
}
@media only screen and (max-width: 1406px) {
  #header .logo {
    width: 19.9146514936vw;
    border-radius: 0 0 2.13371266vw 2.13371266vw;
    padding: 0 0 1.4224751067vw;
  }
}
@media only screen and (max-width: 768px) {
  #header .logo {
    width: 32.5vw;
    border-radius: 0 0 4.6875vw 0;
    padding: 0 0 3.125vw;
  }
}
#header .logo img {
  width: 235px;
  margin: -6px auto 0;
}
@media only screen and (max-width: 1406px) {
  #header .logo img {
    width: 16.7140825036vw;
    margin: -0.426742532vw auto 0;
  }
}
@media only screen and (max-width: 768px) {
  #header .logo img {
    width: 26.5625vw;
    margin: -1.5625vw auto 0;
  }
}

#navigation {
  position: relative;
  z-index: 50;
}
@media only screen and (max-width: 1406px) {
  #navigation img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #navigation img {
    width: 100%;
  }
}
#navigation .btn-nav {
  display: none;
}
@media only screen and (max-width: 768px) {
  #navigation .btn-nav {
    display: block;
    width: 12.5vw;
    height: 12.5vw;
    border-radius: 1.875vw;
    background-color: #000;
    position: fixed;
    right: 1.875vw;
    top: 1.875vw;
    z-index: 10;
  }
  #navigation .btn-nav span {
    width: 7.1875vw;
    height: 0.625vw;
    background-color: #fff;
    position: absolute;
    left: 2.8125vw;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  #navigation .btn-nav span:nth-child(1) {
    top: 3.4375vw;
  }
  #navigation .btn-nav span:nth-child(2) {
    top: 5.9375vw;
  }
  #navigation .btn-nav span:nth-child(3) {
    top: 8.4375vw;
  }
  #navigation .btn-nav.active span:nth-child(1) {
    top: 5.9375vw;
    transform: rotate(45deg);
  }
  #navigation .btn-nav.active span:nth-child(2) {
    opacity: 0;
  }
  #navigation .btn-nav.active span:nth-child(3) {
    top: 5.9375vw;
    transform: rotate(-45deg);
  }
}
#navigation .box {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 206px;
  height: 100vh;
  padding: 16px 0;
  background-color: #fff;
  z-index: 2;
  overflow-y: scroll;
}
@media only screen and (max-width: 1406px) {
  #navigation .box {
    width: 14.6514935989vw;
  }
}
@media only screen and (max-width: 768px) {
  #navigation .box {
    display: none;
    width: 100%;
    padding-top: 4.0625vw;
    background-color: #fff;
    overflow: scroll;
  }
}
#navigation .logo {
  text-align: center;
  height: 109px;
  margin: 0 auto 50px;
  max-width: 170px;
}
@media only screen and (max-width: 1406px) {
  #navigation .logo {
    height: 7.7524893314vw;
    margin-bottom: 3.5561877667vw;
  }
}
@media only screen and (max-width: 768px) {
  #navigation .logo {
    width: 33.59375vw;
    height: auto;
    margin: 0 auto;
    margin-bottom: 5.46875vw;
  }
}
#navigation .logo img {
  display: none;
  width: 100%;
}
@media only screen and (max-width: 1406px) {
  #navigation .logo img {
    width: 11.6642958748vw;
  }
}
@media only screen and (max-width: 768px) {
  #navigation .logo img {
    display: block;
    width: 100%;
  }
}
#navigation .nav-box1 {
  text-align: right;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1406px) {
  #navigation .nav-box1 {
    margin-bottom: 1.7780938834vw;
  }
}
@media only screen and (max-width: 768px) {
  #navigation .nav-box1 {
    width: 71.875vw;
    margin: 0 auto;
    margin-bottom: 4.6875vw;
  }
}
#navigation .nav-box1 ul li {
  position: relative;
  margin-bottom: 12px;
  display: inline-block;
  width: 182px;
}
@media only screen and (max-width: 1406px) {
  #navigation .nav-box1 ul li {
    display: inline-block;
    width: 12.9445234708vw;
    margin-bottom: 0.853485064vw;
  }
}
@media only screen and (max-width: 768px) {
  #navigation .nav-box1 ul li {
    display: block;
    width: auto;
    margin-bottom: 2.1875vw;
  }
}
#navigation .nav-box1 ul li a {
  position: relative;
  display: block;
  color: #fff;
  z-index: 2;
}
#navigation .nav-box1 ul li a::after {
  content: "〉";
  display: block;
  font-size: 14px;
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: all 0.2s linear;
}
@media only screen and (max-width: 1406px) {
  #navigation .nav-box1 ul li a::after {
    right: 0.7112375533vw;
    font-size: 0.9957325747vw;
  }
}
@media only screen and (max-width: 768px) {
  #navigation .nav-box1 ul li a::after {
    display: none;
  }
}
#navigation .nav-box1 ul li a:hover::after {
  right: 5px;
}
@media only screen and (max-width: 1406px) {
  #navigation .nav-box1 ul li a:hover::after {
    right: 0.3556187767vw;
  }
}
#navigation .nav-box1 ul li span {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 16px 0 0 16px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #navigation .nav-box1 ul li span {
    display: none;
  }
}
#navigation .nav-box1 ul li span img {
  transition: all 0.3s ease;
}
#navigation .nav-box1 ul li:hover span img {
  transform: scale(1.2);
}
#navigation .nav-box2 {
  position: absolute;
  top: 475px;
  left: 50%;
  transform: translateX(-50%);
  overflow-y: scroll;
}
@media only screen and (max-width: 1406px) {
  #navigation .nav-box2 {
    top: 33.7837837838vw;
  }
}
@media only screen and (max-width: 768px) {
  #navigation .nav-box2 {
    position: static;
    width: 71.875vw;
    margin: 0 auto;
    transform: unset;
  }
}
#navigation .nav-box2::-webkit-scrollbar {
  display: none;
}
#navigation .nav-box2 ul {
  padding: 0 0 80px;
  text-align: center;
}
@media only screen and (max-width: 1406px) {
  #navigation .nav-box2 ul {
    padding: 0 0 5.6899004267vw;
  }
}
@media only screen and (max-width: 768px) {
  #navigation .nav-box2 ul {
    padding: 3.90625vw 0 7.8125vw;
  }
}
#navigation .nav-box2 ul li {
  position: relative;
  width: 127px;
  height: 127px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ddd;
  margin: 0 auto 16px;
}
@media only screen and (max-width: 1406px) {
  #navigation .nav-box2 ul li {
    width: 9.0327169275vw;
    height: 9.0327169275vw;
    border-radius: 1.4224751067vw;
  }
}
@media only screen and (max-width: 768px) {
  #navigation .nav-box2 ul li {
    display: inline-block;
    width: 21.875vw;
    height: 21.875vw;
    vertical-align: top;
    border-radius: 3.125vw;
  }
}
@media only screen and (max-width: 768px) {
  #navigation .nav-box2 ul li:not(:nth-of-type(3n)) {
    margin-right: 2.5vw;
  }
}
#navigation .nav-box2 ul li a {
  position: relative;
  display: flex;
  width: 127px;
  height: 120px;
  line-height: 1.3;
  font-size: 14px;
  padding: 5px 5px 8px;
  color: #fff;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
@media only screen and (max-width: 1406px) {
  #navigation .nav-box2 ul li a {
    width: 9.0327169275vw;
    height: 8.5348506401vw;
    font-size: 0.9957325747vw;
    padding: 0 0.3556187767vw 0.5689900427vw;
  }
}
@media only screen and (max-width: 768px) {
  #navigation .nav-box2 ul li a {
    font-size: 18px;
    font-size: 2.8125vw;
    height: 20.9375vw;
    width: 20.3125vw;
    margin-top: -0.78125vw;
    padding: 0 0.78125vw 1.25vw;
  }
}
#navigation .nav-box2 ul li a::after {
  content: "〉";
  font-size: 14px;
  font-weight: 900;
  position: absolute;
  bottom: 0px;
  left: 45%;
  transform: rotate(90deg) translateX(-50%);
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1406px) {
  #navigation .nav-box2 ul li a::after {
    font-size: 0.9957325747vw;
  }
}
@media only screen and (max-width: 768px) {
  #navigation .nav-box2 ul li a::after {
    font-size: 18px;
    font-size: 2.8125vw;
    bottom: -2.1875vw;
  }
}
#navigation .nav-box2 ul li a:hover::after {
  bottom: -8px;
}
@media only screen and (max-width: 1406px) {
  #navigation .nav-box2 ul li a:hover::after {
    bottom: -0.5689900427vw;
  }
}
@media only screen and (max-width: 768px) {
  #navigation .nav-box2 ul li a:hover::after {
    bottom: -2.8125vw;
  }
}
#navigation .nav-box2 ul li a .image {
  width: 100px;
  height: 120px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1406px) {
  #navigation .nav-box2 ul li a .image {
    width: 7.1123755334vw;
    height: 8.5348506401vw;
    top: 0.7112375533vw;
  }
}
@media only screen and (max-width: 768px) {
  #navigation .nav-box2 ul li a .image {
    width: 17.96875vw;
    height: 15.625vw;
    top: 2.34375vw;
  }
}
#navigation .nav-box2 ul li a .image img {
  width: 100%;
}
#navigation .sns {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 206px;
  padding: 16px;
  background-color: #fff;
}
@media only screen and (max-width: 1406px) {
  #navigation .sns {
    width: 14.6514935989vw;
    padding: 1.1379800853vw;
  }
}
@media only screen and (max-width: 768px) {
  #navigation .sns {
    position: static;
    width: auto;
    padding: 0 0 4.6875vw;
  }
}
#navigation .sns ul {
  display: flex;
  width: 140px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
@media only screen and (max-width: 1406px) {
  #navigation .sns ul {
    width: 9.9573257468vw;
  }
}
@media only screen and (max-width: 768px) {
  #navigation .sns ul {
    position: static;
    width: 53.125vw;
  }
}
#navigation .sns ul li {
  width: 39px;
  height: 39px;
}
@media only screen and (max-width: 1406px) {
  #navigation .sns ul li {
    width: 2.773826458vw;
    height: 2.773826458vw;
  }
}
@media only screen and (max-width: 768px) {
  #navigation .sns ul li {
    width: 12.1875vw;
    height: 12.1875vw;
  }
}
#navigation .sns ul li img {
  width: 100%;
}

#pagepath ul {
  position: relative;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  padding: 15px 46px;
  background-color: #F4F4F4;
  border-radius: 50px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  #pagepath ul {
    padding: 2.34375vw 7.1875vw;
    border-radius: 7.8125vw;
    margin-bottom: 3.90625vw;
  }
}
#pagepath ul::before {
  content: "";
  background: url("../images/global/pagepath.svg") no-repeat top center;
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #pagepath ul::before {
    width: 3.90625vw;
    height: 3.90625vw;
    left: 1.875vw;
  }
}
#pagepath ul li {
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  #pagepath ul li {
    font-size: 14px;
    font-size: 2.1875vw;
  }
}
#pagepath ul li:not(:last-child)::after {
  content: "〉";
  font-size: 14px;
  padding-left: 10px;
}
@media only screen and (max-width: 768px) {
  #pagepath ul li:not(:last-child)::after {
    font-size: 14px;
    font-size: 2.1875vw;
    padding-left: 1.5625vw;
  }
}
#pagepath ul li a {
  color: #000;
  text-decoration: none;
}

.btn-successive {
  width: 574px;
  min-height: 92px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
  border-radius: 50px;
  background-color: #fff;
}
@media only screen and (max-width: 1406px) {
  .btn-successive {
    width: 40.8250355619vw;
    border-radius: 3.5561877667vw;
    min-height: 6.5433854908vw;
    bottom: -3.5561877667vw;
  }
}
@media only screen and (max-width: 768px) {
  .btn-successive {
    width: 87.5vw;
    min-height: 14.375vw;
    bottom: -7.8125vw;
    border-radius: 7.8125vw;
  }
}
.btn-successive a {
  position: relative;
  display: block;
  font-size: 24px;
  border: 2px solid #000;
  line-height: 1;
  border-radius: 50px;
  padding: 32px 0;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1406px) {
  .btn-successive a {
    font-size: 1.706970128vw;
    padding: 2.2759601707vw 0;
    border-radius: 3.5561877667vw;
  }
}
@media only screen and (max-width: 768px) {
  .btn-successive a {
    font-size: 24px;
    font-size: 3.75vw;
    padding: 4.0625vw 3.125vw;
    border-radius: 7.8125vw;
    width: auto;
    border: 0.15625vw solid #000;
  }
}
.btn-successive a::after {
  content: "〉";
  display: block;
  font-size: 24px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: all 0.15s linear;
}
@media only screen and (max-width: 1406px) {
  .btn-successive a::after {
    right: 0.7112375533vw;
    font-size: 1.706970128vw;
  }
}
@media only screen and (max-width: 768px) {
  .btn-successive a::after {
    font-size: 24px;
    font-size: 3.75vw;
    right: 1.5625vw;
  }
}
.btn-successive::before {
  content: "";
  display: block;
  width: 92px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px;
  background-color: #000;
  transition: all 0.15s linear;
  opacity: 0;
}
@media only screen and (max-width: 1406px) {
  .btn-successive::before {
    width: 6.5433854908vw;
    border-radius: 3.5561877667vw;
  }
}
@media only screen and (max-width: 768px) {
  .btn-successive::before {
    width: 12.5vw;
    border-radius: 7.8125vw;
  }
}
.btn-successive:hover::before {
  width: 100%;
  opacity: 1;
}
.btn-successive:hover a {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .btn-successive:hover::before {
    width: 0;
    opacity: 0;
  }
  .btn-successive:hover a {
    color: #000;
  }
}

.btn-top {
  position: relative;
  width: 324px;
  min-height: 68px;
  text-align: center;
  background-color: #fff;
  margin: 90px auto 38px;
  border-radius: 50px;
}
@media only screen and (max-width: 1406px) {
  .btn-top {
    width: 23.0440967283vw;
    min-height: 4.8364153627vw;
    margin: 6.4011379801vw auto 2.7027027027vw;
    border-radius: 3.5561877667vw;
  }
}
@media only screen and (max-width: 768px) {
  .btn-top {
    width: 65.625vw;
    min-height: 12.5vw;
    border-radius: 7.8125vw;
    margin: 14.0625vw auto 0.3125vw;
  }
}
.btn-top a {
  position: relative;
  display: block;
  font-size: 18px;
  padding: 20px 0;
  line-height: 1.3;
  text-decoration: none;
  color: #000;
  border: 2px solid #000;
  border-radius: 50px;
  z-index: 2;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 1406px) {
  .btn-top a {
    font-size: 1.280227596vw;
    padding: 1.4224751067vw 1.4224751067vw;
    border-radius: 3.5561877667vw;
  }
}
@media only screen and (max-width: 768px) {
  .btn-top a {
    font-size: 24px;
    font-size: 3.75vw;
    padding: 4.0625vw 3.125vw;
    border: 0.15625vw solid #000;
    border-radius: 7.8125vw;
  }
}
.btn-top a::after {
  content: "〈";
  display: block;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  transition: all 0.15s linear;
}
@media only screen and (max-width: 1406px) {
  .btn-top a::after {
    font-size: 1.280227596vw;
    left: 0.7112375533vw;
  }
}
@media only screen and (max-width: 768px) {
  .btn-top a::after {
    font-size: 24px;
    font-size: 3.75vw;
    left: 1.5625vw;
  }
}
.btn-top::before {
  content: "";
  display: block;
  width: 92px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50px;
  background-color: #000;
  transition: all 0.15s linear;
  opacity: 0;
}
@media only screen and (max-width: 1406px) {
  .btn-top::before {
    width: 4.8364153627vw;
    border-radius: 3.5561877667vw;
  }
}
@media only screen and (max-width: 768px) {
  .btn-top::before {
    width: 12.5vw;
    border-radius: 7.8125vw;
  }
}
.btn-top:hover::before {
  width: 100%;
  opacity: 1;
}
.btn-top:hover a {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .btn-top:hover::before {
    width: 0;
    opacity: 0;
  }
  .btn-top:hover a {
    color: #000;
  }
}

#bottom-con {
  margin-bottom: 58px;
  text-align: center;
}
@media only screen and (max-width: 1406px) {
  #bottom-con {
    margin-bottom: 4.1251778094vw;
  }
}
@media only screen and (max-width: 768px) {
  #bottom-con {
    margin-bottom: 12.8125vw;
  }
}
@media only screen and (max-width: 1406px) {
  #bottom-con img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #bottom-con img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #bottom-con .bnr {
    margin: 0 3.125vw;
  }
}
#bottom-con .bnr-list {
  padding-top: 52px;
}
@media only screen and (max-width: 1406px) {
  #bottom-con .bnr-list {
    padding-top: 3.6984352774vw;
  }
}
@media only screen and (max-width: 768px) {
  #bottom-con .bnr-list {
    padding: 7.5vw 6.25vw 0;
  }
}
#bottom-con .bnr-list ul {
  width: 870px;
  font-size: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 1406px) {
  #bottom-con .bnr-list ul {
    width: 61.8776671408vw;
  }
}
@media only screen and (max-width: 768px) {
  #bottom-con .bnr-list ul {
    width: 100%;
  }
}
#bottom-con .bnr-list ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 20px;
}
@media only screen and (max-width: 1406px) {
  #bottom-con .bnr-list ul li {
    width: 19.0611664296vw;
    margin: 0 0.7112375533vw 1.4224751067vw;
  }
}
@media only screen and (max-width: 768px) {
  #bottom-con .bnr-list ul li {
    width: 41.875vw;
    margin: 0 0 2.5vw;
  }
}
#bottom-con .bnr-list ul li a {
  border: 1px solid #000;
  display: block;
}
@media only screen and (max-width: 1406px) {
  #bottom-con .bnr-list ul li:nth-child(1) {
    margin-left: 2.13371266vw;
  }
}
@media only screen and (max-width: 768px) {
  #bottom-con .bnr-list ul li:nth-child(1) {
    margin-left: 0;
  }
}
#bottom-con .bnr-list ul li:nth-child(2) {
  margin-right: 11px;
}
@media only screen and (max-width: 1406px) {
  #bottom-con .bnr-list ul li:nth-child(2) {
    margin-right: 1.4224751067vw;
  }
}
@media only screen and (max-width: 768px) {
  #bottom-con .bnr-list ul li:nth-child(2) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  #bottom-con .bnr-list ul li:nth-of-type(odd) {
    margin-right: 3.75vw;
  }
}

#pagetop {
  position: fixed;
  bottom: 0;
  right: 250px;
  z-index: 5;
}
@media only screen and (max-width: 1406px) {
  #pagetop {
    width: 7.1123755334vw;
    right: 17.7809388336vw;
  }
}
@media only screen and (max-width: 768px) {
  #pagetop {
    width: 18.59375vw;
    right: 0;
  }
}
@media only screen and (max-width: 1406px) {
  #pagetop img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #pagetop img {
    width: 100%;
  }
}

#footer {
  position: relative;
  background-color: #000;
  padding-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 1406px) {
  #footer {
    padding-bottom: 1.4224751067vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer {
    padding-bottom: 2.8125vw;
    z-index: 10;
  }
}
#footer .pagetop {
  display: none;
}
@media only screen and (max-width: 768px) {
  #footer .pagetop {
    display: block;
    position: absolute;
    top: -11.40625vw;
    width: 18.59375vw;
    right: 0;
  }
}
@media only screen and (max-width: 1406px) {
  #footer .pagetop img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #footer .pagetop img {
    width: 100%;
  }
}
#footer .footer-nav {
  padding: 22px;
  background-color: #656566;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1406px) {
  #footer .footer-nav {
    padding: 1.5647226174vw;
    margin-bottom: 1.7780938834vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer-nav {
    padding: 3.4375vw 3.4375vw 1.875vw;
    margin-bottom: 5.46875vw;
  }
}
#footer .footer-nav ul {
  font-size: 0;
}
#footer .footer-nav ul li {
  display: inline-block;
  line-height: 1;
  padding: 0 16px;
}
@media only screen and (max-width: 1406px) {
  #footer .footer-nav ul li {
    padding: 0 1.1379800853vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer-nav ul li {
    padding: 0 1.5625vw;
    margin-bottom: 1.5625vw;
  }
}
#footer .footer-nav ul li:not(:last-child) {
  border-right: 1px solid #fff;
}
@media only screen and (max-width: 768px) {
  #footer .footer-nav ul li:nth-of-type(3n) {
    border-right: none;
  }
}
#footer .footer-nav ul li a {
  color: #fff;
  font-size: 16px;
}
@media only screen and (max-width: 1406px) {
  #footer .footer-nav ul li a {
    font-size: 1.1379800853vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer-nav ul li a {
    font-size: 24px;
    font-size: 3.75vw;
  }
}
#footer .logo {
  margin-bottom: 22px;
}
@media only screen and (max-width: 1406px) {
  #footer .logo {
    margin-bottom: 1.5647226174vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer .logo {
    margin-bottom: 3.125vw;
  }
}
#footer small {
  font-size: 14px;
  color: #fff;
}
@media only screen and (max-width: 1406px) {
  #footer small {
    font-size: 0.9957325747vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer small {
    font-size: 18px;
    font-size: 2.8125vw;
  }
}

#modal-block {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 99;
  overflow-y: scroll;
}
#modal-block .close-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#modal-block .close {
  font-size: 40px;
  font-weight: 500;
  color: #000;
  position: absolute;
  top: -20px;
  right: -50px;
  cursor: pointer;
}
#modal-block .close::after {
  content: "×";
}
@media only screen and (max-width: 768px) {
  #modal-block .close {
    font-size: 8.5vw;
    font-weight: bold;
    color: #000;
    position: absolute;
    top: -5vw;
    right: 0;
    cursor: pointer;
  }
}
#modal-block .modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  margin: 100px 0;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  #modal-block .modal {
    width: 85%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    margin: 20.3125vw 0 0;
    padding-bottom: 15.625vw;
  }
}
@media only screen and (max-width: 768px) {
  #modal-block .modal .image img {
    width: 100%;
  }
}