@charset "UTF-8";

/*=============================================
 * body
 *=============================================*/
body {
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  line-height: 32px;
  background: url(../img/shared/pt1.jpg);
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  font-weight: 400;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 38px;
    letter-spacing: 2px;
  }
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo,
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-notoserif {
  font-family: "Noto Serif JP", serif;
}

.fnt-shippori {
  font-family: "Shippori Mincho";
}
.fnt-newsreader {
  font-family: "Newsreader 9pt";
}
.fnt-hina {
  font-family: "Hina Mincho";
}
/*=============================================
*************** mobie first header ************
*=============================================*/
h1 {
  font-size: 12px;
  width: 90%;
  color: #fff;
  position: absolute;
  left: 5%;
  bottom: 10px;
  line-height: 24px;
  z-index: 9;
  text-align: center;
}

header .logo {
  width: 30%;
  position: absolute;
  left: 70px;
  top: 75px;
  z-index: 1;
}

.hamberger-btn {
  width: 60px;
  height: 65px;
  z-index: 201;
  overflow: hidden;
  background: #000;
  position: relative;
}

.hamberger-btn::after {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 7px;
  content: "Menu";
  text-align: center;
  font-size: 10px;
  line-height: 20px;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Newsreader 9pt";
}

.hamberger-btn span {
  width: 35px;
  height: 2px;
  position: absolute;
  left: 13px;
  top: 25px;
  background: #fff;
}

.hamberger-btn span::before,
.hamberger-btn span::after {
  width: 35px;
  height: 2px;
  position: absolute;
  left: 0;
  background: #fff;
  content: "";
}

.hamberger-btn span::after {
  top: -8px;
}

.hamberger-btn span::before {
  top: 8px;
}
.menu-open .hamberger-btn {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.menu-open .hamberger-btn span {
  transform: rotate(141deg) translateX(20px);
  top: 10px;
  left: 46%;
}

.menu-open .hamberger-btn span::after {
  transform: rotate(-105deg) translateX(0px);
  top: 0;
}

.menu-open .hamberger-btn::after {
  content: "Close";
}

.menu-open .hamberger-btn span::before {
  opacity: 0;
}

.nav-header {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}

.menu-open .nav-header {
  visibility: visible;
  overflow: auto;
  z-index: 998;
  opacity: 1;
}
.nav-header .logo-menu {
  width: 120px;
  margin: 100px auto 30px;
}
.nav-header .nav {
  padding-top: 30px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 10px 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #acacac;
}
.nav-header .nav li {
  width: 49%;
}
.nav-header a.nav-main {
  padding: 5px 20px;
  font-size: 19px;
  text-align: left;
  letter-spacing: 2px;
  margin-bottom: 10px;
  display: block;
}

.nav-header a.nav-main.active {
  text-decoration: underline;
  text-underline-offset: 8px;
}
.nav-header .btn-web-1 {
  margin-bottom: 20px;
}
.nav-header .phone-t1{
  padding-bottom: 100px;
}
.js-scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.head-info {
  margin-right: 0px;
  display: none;
}
#key-box {
  position: relative;
  height: 180vw;
}
#key-box .keyvisual {
  height: 180vw;
}

#key-box .keyvisual img {
  height: 180vw;
  object-fit: cover;
  object-position: 15% 50%;
}
#key-box .catch {
  color: #fff;
  position: absolute;
  top: 55vw;
  left: 50%;
  transform: translateX(-50%);
  line-height: 2em;
}
#key-box .catch .catch-1 {
  line-height: 2em;
  text-shadow: 1px 1px 5px #000;
}
#key-box .catch .catch-2 {
  line-height: 1.5em;
  margin-bottom: 8vw;
  text-shadow: 1px 1px 5px #000;
}
#fixed-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65px;
  background: #fff;
  z-index: 99;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.fixed-btn #fixed-sp {
  opacity: 1;
}

#fixed-sp ul {
  display: flex;
  background: #f3f3f3;
  color: #000;
}
.menu-open #fixed-sp {
  position: static;
}
#fixed-sp ul li {
  width: calc((50% - 60px) / 2);
  height: 65px;
}
#fixed-sp ul li:nth-child(1) {
  border-right: 1px solid #dcdbdb;
}
#fixed-sp ul li:nth-child(3) {
  width: 50%;
  background: url(../img/shared/btn_web_bg.jpg);
  color: #fff;
}

#fixed-sp ul li:nth-child(3) a {
  flex-wrap: nowrap;
  letter-spacing: 2px;
}

#fixed-sp ul li:nth-child(3) a span {
  width: auto;
  font-size: 17px;
  margin-bottom: -10px;
}

#fixed-sp ul li:nth-child(3) a span:first-child {
  margin-bottom: 0px;
  margin-right: 10px;
}
#fixed-sp ul li:nth-child(3) small{
  font-size: 18px;
  font-family: 'Newsreader 24pt';
}
#fixed-sp ul li:last-child {
  width: 60px;
}
#fixed-sp ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  text-align: center;
}

#fixed-sp ul li a span {
  width: 100%;
}

#fixed-sp ul li a span:first-child {
  margin-bottom: -10px;
}

#fixed-sp ul li:nth-child(1) a img {
  width: 18px;
}

#fixed-sp ul li:nth-child(2) a img {
  width: 20px;
}

#fixed-sp ul li:nth-child(3) a img {
  width: 20px;
}

#pagetop {
  bottom: 75px;
  width: 50px;
  z-index: 98;
}
html #socialbuttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
/*=============================================
*************** mobie first footer ************
*=============================================*/
footer {
  background: url(../img/shared/pt2.jpg);
  padding: 50px 0 100px;
}
footer .logo {
  width: 120px;
  margin: 0 auto 40px;
}
footer .ft-top {
  border-bottom: 1px solid #929292;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.ft-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 350px;
  margin: 0 auto 30px;
}
.ft-contact .phone-t1 dd {
  font-size: 20px;
  letter-spacing: 1px;
}
.info-footer {
  font-size: 14px;
  line-height: 30px;
}
.info-footer .info-1 {
  margin-bottom: 15px;
}
.ft-mid {
  max-width: 250px;
  margin: 0 auto 30px;
}
.ft-mid .logo-ft1 {
  margin-bottom: 20px;
}
.ft-mid .logo-ft2 {
  margin-bottom: 20px;
}
.ft-mid .btn-t1 {
  margin-bottom: 10px;
}
.btn-link span {
  display: block;
  width: max-content;
  margin: 0 auto;
  padding-right: 20px;
  position: relative;
  letter-spacing: 2px;
}
.btn-link span::after {
  content: "";
  background: url(../img/shared/icon_url.png) no-repeat 0 0/100%;
  width: 16px;
  height: 16px;
  right: 0;
  top: 9px;
  position: absolute;
}
.btn-cookie a {
  display: block;
  width: max-content;
  padding-right: 25px;
  position: relative;
  margin: 0 auto 40px;
  letter-spacing: 2px;
}
.btn-cookie a::after {
  content: "";
  background: url(../img/shared/icon_cookie.png) no-repeat 0 0/100%;
  width: 14px;
  height: 11px;
  top: 10px;
  right: 0;
  position: absolute;
}
#socialbuttons {
  margin-bottom: 10px;
}
footer address {
  letter-spacing: 1px;
}
/*=============================================
***************** CSS FOR PC ***************
*=============================================*/
@media only screen and (min-width: 768px) {
  /*=============================================
  ******************** header ******************
  *=============================================*/
  header {
    position: relative;
    width: 100%;
    z-index: 100;
  }

  header .logo {
    width: max-content;
  }

  h1 {
    font-size: 13px;
    width: 365px;
    left: 250px;
    bottom: auto;
    top: 230px;
    line-height: 20px;
    text-align: left;
  }

  /*=============================================
 ******************* nav-fixed ****************
 *=============================================*/
  .nav-header {
    opacity: 0;
    visibility: hidden;
    transition: none;
    height: auto;
  }

  .fixed-btn .nav-header {
    opacity: 1;
    visibility: visible;
    position: fixed;
  }
  .nav-header .container {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .nav-header .nav {
    position: relative;
    display: flex;
    justify-content: flex-start;
    max-width: 400px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: auto;
    margin: 0;
    border-bottom: none;
  }
  .nav-header .nav li {
    width: max-content;
    margin-right: 36px;
  }

  .nav-header a.nav-main {
    position: relative;
    align-items: center;
    padding: 0;
    margin: 0 5px;
    font-size: 17px;
  }
  .nav-header a.nav-main:hover {
    text-decoration: underline;
    text-underline-offset: 8px;
  }
  .nav-header .phone-t1 {
    width: max-content;
    position: relative;
  }
  .nav-header .phone-t1::before {
    content: "";
    background: #acacac;
    width: 1px;
    height: 45px;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
  .nav-header .btn-web-2 a {
    position: absolute;
    right: -170px;
    bottom: -50px;
    width: 140px;
    height: 140px;
    border-radius: 100vw;
    box-sizing: border-box;
            display: flex;
        justify-content: center;
        align-items: center;
  }
  .nav-header .phone-t1{
    padding-bottom: 0;
  }
  /*=============================================
 ******************* keyvisual ****************
 *=============================================*/
  #head-key {
    display: block;
    justify-content: space-between;
    width: 100%;
    margin-bottom: -2px;
    position: relative;
  }

  #key-box {
    width: 100%;
    height: 1250px;
    overflow: hidden;
  }

  #key-box .keyvisual {
    height: 1250px;
  }

  #key-box .keyvisual img {
    height: 1250px;
    width: 100%;
    object-fit: cover;
  }
  #key-box .catch {
    top: 380px;
    left: calc(50% + 320px);
    transform: translateX(0);
    line-height: 2em;
  }
  #key-box .catch .catch-1 {
    height: max-content;
  }
  #key-box .catch .catch-2 {
    height: max-content;
    margin-bottom: 105px;
    line-height: 70px;
  }
  .head-info {
    display: block;
  }
  .head-info .head-left {
    position: absolute;
    left: 250px;
    top: 75px;
    z-index: 99;
  }
  .head-info .head-group-contact {
    gap: 0 25px;
    margin-bottom: 15px;
  }
  .head-info .btn-t1 a {
    width: 175px;
    font-size: 14px;
    padding: 0;
  }
  .head-info .head-left ul {
    gap: 0 10px;
  }
  .head-info .head-left ul li:first-child a {
    background: #fff;
    color: #000;
  }
  .head-info .head-left ul li:first-child a::before {
    background: #000;
  }
  .head-info .nav-h {
    position: absolute;
    left: calc(50% + 125px);
    top: 50px;
    display: flex;
  }
  .head-info .nav-h li{
    flex: 1;
    width: 50px;
  }
  .head-info .nav-h li a {
    color: #fff;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 17px;
    display: block;
    height: max-content;
    width: max-content;
    margin-right: 11px;
    position: relative;
  }
  .head-info .nav-h li a.active,
  .head-info .nav-h li a:hover {
    position: relative;
  }
  .head-info .nav-h li a::before{
    content: "";
    background: #fff;
    height: 0;
    width: 1px;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
    position: absolute;
    transition: 0.5s;
  }
  .head-info .nav-h li a.active::before {
    content: "";
    background: #fff;
    height: 40px;
    width: 1px;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
    position: absolute;
    transition: 0.5s;
  }
  .head-info .nav-h li a:hover::before{
    height: 40px;
    transition: 0.5s;
  }
  .head-info .btn-t1.btn-bot {
    position: absolute;
    left: calc(50% + 300px);
    bottom: 190px;
  }
  .head-info .btn-t1.btn-bot a {
    width: 360px;
    background: transparent;
    padding: 15px 0 15px 30px;
    border: 1px solid #fff;
    font-size: 20px;
    letter-spacing: 5px;
  }
  .head-info .btn-t1.btn-bot a::before {
    width: 60px;
  }
  #feed .row .photo span:hover {
    opacity: 0.7;
  }

  #feed dl dd a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  /*=============================================
 ******************* footer *******************
 *=============================================*/
  footer {
    padding: 120px 0 50px;
  }
  footer .wrap {
    max-width: 1300px !important;
  }
  footer .ft-top {
    max-width: 1230px;
    margin: 0 auto 40px;
    padding-bottom: 90px;
  }

  footer .logo {
    width: max-content;
    margin: 0 35px 0 0;
  }
  .ft-contact .btn-web-2 {
    order: 1;
  }
  .ft-contact .phone-t1 {
    order: 2;
  }
  .ft-contact .phone-t1 dd {
    font-size: 24px;
    width: max-content;
    letter-spacing: 0;
  }
  .ft-contact {
    max-width: 380px;
    margin: 0 0 25px;
  }

  .info-footer {
    font-size: 15px;
    line-height: 25px;
  }
  .info-footer .info-1 {
    margin-bottom: 25px;
  }
  .info-footer .info-1 a {
    text-decoration: underline;
    text-underline-offset: 6px;
  }
  .info-footer .info-1 a:hover {
    text-decoration: none;
  }
  .nav-ft {
    display: flex;
    margin: 15px 70px 0 0;
  }
  .nav-ft li a {
    display: block;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 17px;
    margin-left: 11px;
    height: max-content;
    width: 36px;
  }
  .nav-ft li a.active,
  .nav-ft li a:hover {
    position: relative;
  }
  .nav-ft li a.active::after,
  .nav-ft li a:hover:after {
    content: "";
    background: #000;
    width: 1px;
    height: calc(100% + 10px);
    top: 0;
    right: 0;
    position: absolute;
  }
  .ft-mid {
    max-width: 940px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 10px;
  }
  .ft-mid .btn-t1 a {
    font-size: 18px;
    line-height: 32px;
    padding: 7px;
    width: 270px;
  }
  .ft-mid .btn-t1 a::before {
    width: 45px;
  }
  .ft-bot-left {
    order: 1;
  }
  .ft-bot-right {
    order: 2;
  }
  footer address {
    font-size: 13px;
    letter-spacing: 5px;
  }
  html #socialbuttons {
    justify-content: left;
    margin-bottom: 0;
    margin: 0;
  }
  .btn-link span {
    font-size: 13px;
    margin: 0 0 5px auto;
  }
  .btn-link span::after {
    top: 11px;
  }

  .btn-link span:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .btn-cookie a {
    font-size: 13px;
    margin: 0;
  }
  .btn-cookie a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .btn-cookie a::after {
    top: 12px;
  }

  /*=============================================
***************** copyright ******************
*=============================================*/
  #socialbuttons {
    max-width: 350px;
  }

  address span {
    display: block;
  }

  address a:hover {
    text-decoration: underline !important;
    text-underline-offset: 3px;
  }

  #pagetop {
    cursor: pointer;
    transition: all 0.3s ease;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 70px;
  }

  #pagetop:hover {
    opacity: 0.7;
  }
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 35px;
  height: 35px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #fff;
  border: none;
  outline: none;
  background: #b10505;
  font-family: "fontello";
  z-index: 98;
  border-radius: 50%;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 30px;
  line-height: 0.5;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0;
  background: url("../img/shared/prev.png") no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
}

[dir="rtl"] .slick-prev {
  right: 0px;
  left: auto;
}

.slick-prev:before {
  content: "";
}

[dir="rtl"] .slick-prev:before {
  content: "▶";
  color: #fff;
}

.slick-next {
  right: 0;
  background: url("../img/shared/next.png") no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: 0px;
}

.slick-next:before {
  content: "";
  color: #fff;
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 5%;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 10px 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  background: #fff;
  border-radius: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  background: #b10505;
}

.dot_right .slick-dots {
  text-align: right;
}

.dot_left .slick-dots {
  text-align: left;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes slidein {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -2000vw 0;
  }
}

@keyframes rotate-loader {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-over img,
  .over-img img,
  img.over,
  img:not(.btn):not(.non-over),
  button img,
  .btn {
    opacity: 1;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
  }

  .btn {
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
  }

  .over-img img:hover,
  img.over:hover,
  a:hover img:not(.btn):not(.non-over),
  button:hover img {
    cursor: pointer;
    opacity: 0.8;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
  }

  a:before {
    text-decoration: underline;
    display: inline-block;
  }

  a:before,
  a:hover:before {
    text-decoration: none;
  }
}
/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  footer:after {
    background: url(../img/shared/pt1.jpg);
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 90;
  }

  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }

  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 90px);
  }
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  footer:after {
    background: url(../img/shared/pt1.jpg);
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 90;
  }

  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }

  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 90px);
  }
}

/* iPhone 11 */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2),
  only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3),
  only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  footer:after {
    background: url(../img/shared/pt1.jpg);
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 90;
  }

  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }

  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 90px);
  }
}

@media screen and (min-width: 768px) {
  footer:after {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .head-info .btn-t1.btn-bot {
    left: calc(50% + 220px);
  }
  #key-box .catch {
    left: calc(50% + 220px);
  }
  footer .ft-top {
    padding: 0 20px 50px;
  }
  .ft-bot {
    padding: 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .head-info .btn-t1.btn-bot {
    left: calc(50% + 150px);
  }
  .nav-header .container {
    max-width: 700px;
  }
      #pagetop {
        bottom: 125px;
      }

}


.pad-bottom{
  padding-bottom: 2vw !important;
}
@media screen and (min-width: 768px) {
  .pad-bottom{
    padding-bottom: 30px !important;
  }
}