@charset "UTF-8";

/*=============================================
 * body
 *=============================================*/
body {
  color: #3c3431;
  font-family: "Shippori Mincho";
  font-size: 15px;
  line-height: 32px;
  background: url(../img/shared/pt1.jpg);
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  body {
    line-height: 40px;
  }
}

/*=============================================
 * 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-forum {
  font-family: "Forum";
}

/*=============================================
*************** mobie first header ************
*=============================================*/
header h1 {
  font-size: 12px;
  padding: 5px;
  color: #fff;
  position: absolute;
  right: 25px;
  top: 125px;
  line-height: 20px;
  z-index: 1;
  writing-mode: vertical-rl;
  height: 350px;
  width: max-content;
}

header .logo {
  width: 45%;
  max-width: 200px;
  position: absolute;
  left: 15px;
  top: 20px;
  z-index: 1;
}

header .logo-child {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 170px;
  max-width: 120px;
  width: 30%;
  z-index: 2;
}

.hamberger-btn {
  position: fixed;
  top: 10px;
  right: 15px;
  width: 60px;
  height: 60px;
  z-index: 201;
  transition: all 0.4s ease;
  overflow: hidden;
  background: #3c3431;
  border-radius: 100vw;
}

.hamberger-btn:hover{
  opacity: 0.7!important;
  cursor: pointer;
}

.hamberger-btn span {
  width: 25px;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translate3D(-50%, -50%, 0);
  left: 60%;
  background: #fff;
  transition: 0.4s;
}

.hamberger-btn span::before,
.hamberger-btn span::after {
  width: 25px;
  height: 2px;
  position: absolute;
  left: -7px;
  background: #fff;
  content: "";
  transition: 0.4s;
}

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

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

.menu-open .hamberger-btn span {
  transform: rotate(141deg) translateX(20px);
  top: 17px;
  left: 55%;
  transition: 0.4s;
}

.menu-open .hamberger-btn span::after {
  transform: rotate(-100deg) translateX(0px);
  top: 0;
  left: -1px;
  transition: 0.4s;
}

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

.nav-header {
  width: 100%;
  height: 100%;
  background: url(../img/shared/pt1.jpg);
  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: 99;
  opacity: 1;
}

.nav-header .logo-menu {
  width: 100px;
  margin: 50px auto 40px;
}

.nav-header .tel-t1 {
  margin-bottom: 30px;
}

.nav-header .btn-t1 {
  margin-bottom: 50px;
}

.nav-header .nav {
  height: auto;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.nav-header a.nav-main {
  padding: 5px 7px;
  width: 32px;
  writing-mode: vertical-rl;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  position: relative;
  display: flex;
  justify-content: center;
  transition: 0.5s;
}

.nav-header a.nav-main.active {
  opacity: 0.7;
}

.nav-header a.nav-main::before {
  content: "";
  background: #3c3431;
  width: 25px;
  height: 1px;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.nav-header a.nav-main:hover {
  padding-top: 30px;
  transition: 0.5s;
}

.nav-header .nav-social {
  padding-bottom: 100px;
}

.nav-header .nav-social li {
  margin: 0 12px;
}
.nav-header .nav-social li:last-child{
  width:22px;
}
.head-info {
  display: none;
}

#key-box {
  padding: 100px 15px 0;
}
#key-box .keyvisual{
  pointer-events: none;
}
#key-box.key-child {
  padding: 15px 15px 0;
}

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

#key-box .keyvisual li img {
  height: 550px;
  object-fit: cover;
}

#key-box.key-child .kv-child {
  height: 550px;
}

#key-box.key-child .kv-child img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}

#fixed-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: #3c3431;
  z-index: 99;
  opacity: 1;
  transition: opacity 0.3s ease;
  border-top: 1px solid #daceca;
}

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

#fixed-sp ul {
  display: flex;
}

#fixed-sp ul li {
  width: 33.33333%;
  height: 70px;
}

#fixed-sp ul li:nth-child(2) {
  border-left: 1px solid #daceca;
  border-right: 1px solid #daceca;
}

#fixed-sp ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #fff;
  position: relative;
  padding-top: 15px;
  font-weight: 500;
}

#fixed-sp ul li a img {
  width: 15px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
}

#fixed-sp ul li:nth-child(2) a img {
  width: 18px;
  top: 12px;
  margin-right: 5px;
}

#fixed-sp ul li:nth-child(3) a img {
  width: 22px;
  top: 12px;
  margin-right: 5px;
}

#pagetop {
  bottom: 55px;
  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: #3c3431;
  color: #fff;
  padding: 100px 0 100px;
}

.nav-ft {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  padding-bottom: 50px;
  position: relative;
}

.nav-ft::after {
  content: '';
  background: #696462;
  width: 80%;
  height: 1px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  position: absolute;
}

.nav-ft li {
  transform: translateY(-50px);
}

.nav-ft li.animated {
  transform: translateY(0);
  transition-delay: 0.5s;
}

.nav-ft li.ft-li7.animated {
  transition: 0.3s;
}

.nav-ft li.ft-li6.animated {
  transition: 0.5s;
}

.nav-ft li.ft-li5.animated {
  transition: 0.7s;
}

.nav-ft li.ft-li4.animated {
  transition: 0.9s;
}

.nav-ft li.ft-li3.animated {
  transition: 1.1s;
}

.nav-ft li.ft-li2.animated {
  transition: 1.3s;
}

.nav-ft li.ft-li1.animated {
  transition: 1.5s;
}

.nav-ft li a {
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  width: 32px;
  letter-spacing: 2px;
  margin: 0 5px;
  font-family: 'Noto Serif JP';
  position: relative;
}

.nav-ft li a::before {
  content: '';
  background: #fff;
  width: 18px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
  position: absolute;
}

.ft-top {
  margin-bottom: 40px;
  padding-bottom: 40px;
  position: relative;

}

.ft-top::after {
  content: '';
  background: #696462;
  width: 85%;
  height: 1px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  position: absolute;
}

.ft-top .row .col-left {
  margin-bottom: 50px;
}

.ft-top .row .logo {
  width: 100px;
  margin: 0 auto 20px;
}

.ft-top .tel-t2 {
  margin-bottom: 20px;
}

.ft-top .col-right {
  text-align: center;
  font-size: 13px;
  line-height: 24px;
}

.ft-top .desc {
  margin-bottom: 20px;
}

.ft-top .info-1 {
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.ft-top .info-1 a span {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ft-top .info-1 a:hover span {
  text-decoration: none;
}

.ft-top .info-1 a img {
  width: auto;
  margin: 0 5px 0 0;
}

.ft-top .info-2 .p1 {
  margin-bottom: 20px;
}

.ft-top .info-2 .p2 {
  margin-bottom: 20px;
}

.ft-bot .btn-link span {
  display: block;
  width: max-content;
  margin: 0 auto 10px;
  padding-left: 20px;
  position: relative;
  border-bottom: 1px solid;
  line-height: 24px;
  font-size: 11.5px;
}
.ft-bot .btn-link span.copied{
  border-bottom: 1px solid transparent;
}
.ft-bot .btn-link span::before {
  content: '';
  background: url(../img/shared/icon_url.png) no-repeat 0 0/100%;
  width: 13px;
  height: 18px;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
  position: absolute;
}

.ft-bot .btn-cookie a {
  font-size: 12px;
  display: block;
  width: max-content;
  padding-left: 18px;
  position: relative;
  margin: 0 auto 50px;
  border-bottom: 1px solid;
}

.ft-bot .btn-cookie a::before {
  content: '';
  background: url(../img/shared/icon_cookie.png) no-repeat 0 0/100%;
  width: 13px;
  height: 13px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

html #socialbuttons {
  margin-bottom: 10px;
}

.ft-bot address {
  margin-bottom: 40px;
  font-size: 13px;
  letter-spacing: 2px;
}

.ft-bot .pagetop {
  width: 60px;
  margin: 0 auto 20px;
}

/*=============================================
***************** CSS FOR PC ***************
*=============================================*/
@media only screen and (min-width: 768px) {

  /*=============================================
  ******************** header ******************
  *=============================================*/
  header {
    position: relative;
    width: 100%;
    z-index: 100;
  }

  header .logo {
    left: 60px;
    top: 40px;
    max-width: max-content;
  }

  header h1 {
    font-size: 14px;
    right: auto;
    left: 35px;
    top: 200px;
    height: 520px;
  }

  header .logo-child {
    top: 250px;
    width: 180px;
    max-width: 100%;
  }
  header .logo-child img{
    width: 100%;
  }

  /*=============================================
 ******************* nav-fixed ****************
 *=============================================*/
  .hamberger-btn {
    border: 1px solid #fff;
    top: 45px;
    right: 45px;
  }

  .hamberger-btn:hover {
    opacity: 0.7;
    cursor: pointer;
  }

  .menu-open .hamberger-btn {
    background: transparent;
    border: none;
  }

  .menu-open .hamberger-btn span {
    background: #1e1513;
    width: 45px;
  }

  .menu-open .hamberger-btn span::after {
    background: #1e1513;
    width: 45px;
    left: 0;
  }

  .nav-header {
    opacity: 0;
    visibility: hidden;
    transition: none;
    height: 100vh;
  }

  .open-menu .nav-header {
    opacity: 1;
    visibility: visible;
    position: fixed;
  }

  .nav-header .row-menu {}

  .nav-header .row-menu .pc {
    width: calc(50% - 210px);
  }

  .nav-header .menu-bg {
    height: 100vh;
  }

  .nav-header .menu-bg img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
  }

  .nav-header .col-right {
    width: calc(100% - 210px);
    position: relative;
  }

  .nav-header .col-right .group-right-bot {
    max-width: 550px;
    display: flex;
    align-items: flex-end;
    margin-left: 210px;
    justify-content: space-between;
    padding-top: 500px;
  }

  .nav-header .tel-t1 dd {
    display: none;
  }

  .nav-header .nav {
    position: absolute;
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    padding-top: 0;
    width: 500px;
    margin: auto;
    left: 210px;
    top: 160px;
  }

  .nav-header a.nav-main {
    position: relative;
    align-items: center;
    padding: 5px;
    margin: 0;
    font-size: 23px;
  }

  .nav-header .tel-t1 dt .phone-ttl {
    font-size: 15px;
    margin-bottom: -10px;
  }

  .nav-header .tel-t1 dt .tel-icon {
    font-size: 35px;
  }

  .nav-header .logo-menu {
    margin: 0;
  }

  .nav-header .nav-social {
    padding-bottom: 0;
  }

  .nav-header .btn-t1 {
    margin-bottom: 0;
  }

  .nav-header .btn-t1 a {
    margin: 0 auto;
  }

  /*=============================================
 ******************* keyvisual ****************
 *=============================================*/


  #key-box.key-child {
    padding: 25px 25px 0;
    height: 850px;
  }

  #head-key {
    display: block;
    justify-content: space-between;
    width: 100%;
    margin-bottom: -2px;
    position: relative;
  }

  #key-box {
    width: 100%;
    height: 970px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 150px 25px 0;
  }

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

  #key-box .keyvisual li img {
    height: 1000px;
    width: 100%;
    object-fit: cover;
  }

  #key-box.key-child .kv-child {
    height: 850px;
  }

  #key-box.key-child .kv-child img {
    width: 100%;
    height: 850px;
    object-fit: cover;
  }

  .head-info {
    display: block;
  }

  .head-info .head-contact {
    position: absolute;
    right: 70px;
    bottom: 50px;
    display: flex;
    align-items: center;
  }

  .head-info .head-phone-top {
    text-align: right;
    color: #fff;
    margin-right: 20px;
  }

  .head-info .head-phone-top dt {
    font-size: 14px;
    margin-bottom: -10px;
  }

  .head-info .head-phone-top dt .tel-icon {
    font-size: 35px;
    letter-spacing: 3px;
    padding-left: 10px;
  }

  .head-info .head-phone-top dd {
    font-size: 12px;
  }

  .head-info .group-head {
    position: absolute;
    right: 50px;
    top: 80px;
  }

  .head-info .group-head .nav-h {
    margin-right: 20px;
  }

  .head-info .nav-h li:first-child a:before {
    content: '';
    width: 1px;
    height: 18px;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background: #544d49;
  }

  .head-info .nav-h a.nav-main {
    display: block;
    margin: 0 10px;
    padding: 0 10px;
    position: relative;
    font-family: 'Noto Serif JP';
  }

  .head-info .nav-h a.nav-main::after {
    content: '';
    width: 1px;
    height: 18px;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background: #544d49;
  }

  .head-info .nav-h a.nav-main:hover,
  .head-info .nav-h a.nav-main.active {
    opacity: 0.7;
  }

  .head-info .head-social li {
    margin: 0 10px;
  }

  .head-info .head-phone-child {
    position: absolute;
    left: 50px;
    bottom: 20px;
    color: #fff;
  }

  .head-info .head-phone-child dt {
    font-size: 14px;
    margin-bottom: -10px;
  }

  .head-info .head-phone-child dt .tel-icon {
    font-size: 35px;
    letter-spacing: 3px;
    padding-left: 10px;
  }

  .head-info .head-phone-child dd {
    font-size: 12px;
  }

  #feed .row .photo span:hover {
    opacity: 0.7;
  }

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

  /*=============================================
 ******************* footer *******************
 *=============================================*/
  footer {
    padding: 85px 0 55px;
  }

  footer .wrap {
    max-width: 1200px !important;
  }

  .ft-top {
    margin-bottom: 45px;
    padding-bottom: 45px;
  }

  .ft-top::after {
    width: 100%;
  }

  footer .nav-ft {
    position: absolute;
    right: -15px;
    top: 25px;
  }

  footer .nav-ft::after {
    display: none;
  }

  .nav-ft li a {
    margin: 0 4px;
    transition: 0.5s;
    letter-spacing: 5px;
    font-size: 16px;
  }

  .nav-ft li a:hover {
    padding-top: 20px;
    transition: 0.5s;
  }

  .ft-top .row .logo {
    width: max-content;
    margin: 0 auto 35px;
    padding-left: 30px;
  }

  footer .ft-top .row {
    gap: 0 55px;
  }

  footer .ft-top .row .col-right {
    text-align: left;
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
    letter-spacing: 2.5px;
  }

  .ft-top .desc {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .ft-top .info-1 {
    margin-bottom: 35px;
  }

  .ft-top .info-1 a img {
    margin: 0 10px 0 0;
  }

  .ft-top .info-2 {
    line-height: 26px;
  }

  .ft-top .info-2 .p1 {
    display: flex;
    gap: 0 10px;
    margin-bottom: 0;
  }

  .ft-top .info-2 .p2 {
    margin-bottom: 0;
  }

  footer .ft-bot .row {
    position: relative;
  }

  footer .ft-bot .row .col-left {
    order: 1;
    margin-top: 5px;
  }

  footer .ft-bot .row .col-right {
    order: 2;
  }

  html #socialbuttons {
    justify-content: flex-start;
    margin-bottom: 0;
  }

  .ft-bot address {
    margin-bottom: 0;
    font-size: 14px;
    text-align: left;
  }

  .ft-bot .btn-link span {
    font-size: 13px;
    margin-right: 30px;
    margin-bottom: 7px;
    letter-spacing: 1.7px;
  }

  .ft-bot .btn-link span:hover {
    border-bottom: 1px solid transparent;
  }

  .ft-bot .btn-cookie a {
    margin-bottom: 0;
    font-size: 13px;
    letter-spacing: 2.2px;
    line-height: 30px;
  }

  .ft-bot .btn-cookie a:hover {
    border-bottom: 1px solid transparent;
  }

  footer .ft-bot .pagetop {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    text-align: center;
  }

  footer .ft-bot .pagetop:hover {
    cursor: pointer;
    opacity: 0.7;
  }

  /*=============================================
***************** 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;
  }

  #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: #3c3431;
    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: #3c3431;
    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: #3c3431;
    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:1300px) {
  .head-info .nav-h a.nav-main {
    margin: 0 5px;
    padding: 0 5px;
  }

  footer .wrap {
    padding: 0 20px !important;
  }

  footer .nav-ft {
    right: 15px;
  }

  .nav-header .col-right .group-right-bot {
    padding-top: 400px;
  }

  .nav-header .nav {
    top: 125px;
    width: 450px;
  }

}