@charset "UTF-8";
/*---------- 共通設定 ----------*/
body {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  background-color: #f2f5f4;
}

@media (max-width: 799px) {
  body {
    font-size: 3.2vw;
  }
}

h1, h2, h3, h4, div, p, ul, li, a {
  /* word-break: break-all; */
  /* word-wrap: break-word; */
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4 {
  font-weight: 400;
}

ul, li {
  list-style: none;
}

img {
  vertical-align: bottom;
}
img.pc {display: block;}
img.sp {display: none;}

@media (max-width: 799px) {
  img.pc {display: none;}
  img.sp {display: block !important;}
}
header.mainHeader {
  display: none;
}
div.wrap {
  padding-top: 0 !important;
}
footer.mainFooter {
  display: none;
}

/*---------- コンテンツ設定 ----------*/
.tpl__content {
  background-color: #f2f5f4;
  /* padding-bottom: 20px; */
}
@media (max-width: 799px) {
  .tpl__content {
    /* padding-bottom: 2.08333vw; */
  }
}

/*---------- 共通タイトル設定 ----------*/
.tpl__content_cmn-title {
  color: #222;
  font-size: 32px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 5px;
  text-align: center;
  margin-bottom: 30px;
}
.tpl__content_cmn-title.dinner {
  line-height: 1.2;
}
.tpl__content_cmn-title span.jp {
  font-size: 30px;
  font-family: 'Noto Sans JP', sans-serif;
}
@media (max-width: 799px) {
  .tpl__content_cmn-title {
    font-size: 6vw;
    margin-bottom: 3.125vw;
  }
  .tpl__content_cmn-title span.jp {
    font-size: 5.5vw;
  }
}

/*---------- 共通ボタン設定 ----------*/
.tpl__content_cmn-btn {
  width: 350px;
  margin-right: auto;
  margin-left: auto;
}
.tpl__content_cmn-btn.btn02 {
  margin-top: 40px;
}
.tpl__content_cmn-btn a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 2px;
  border-radius: 10px;
  background-color: #dfae1c;
  overflow: hidden;
  transition: color .4s, background-color .4s;
}
.tpl__content_cmn-btn a span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  margin: auto;
}
.tpl__content_cmn-btn a::before {
  display: inline-block;
  position: absolute;
  content: '';
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #b5e7ff;
  transition: 300ms;
  animation: shinyshiny 2.5s ease-in-out infinite;
}
.tpl__content_cmn-btn a::after {
  position: absolute;
  top: 2px;
  right: 20px;
  bottom: 0;
  content: "";
  width: 19px;
  height: 16px;
  background-image: url("/img/the-gatehouse_xmas/icon_blank.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  transition: background-image .4s;
  margin: auto;
}
.tpl__content_cmn-btn a:hover {
  color: #dfae1c;
  background-color: #fff;
}
.tpl__content_cmn-btn a:hover::after {
  background-image: url("/img/the-gatehouse_xmas/icon_blank_hover.svg");
}
@media (max-width: 799px) {
  .tpl__content_cmn-btn {
    width: 76vw;
  }
  .tpl__content_cmn-btn.btn02 {
    margin-top: 5vw;
  }
  .tpl__content_cmn-btn a {
    height: 12vw;
    font-size: 4vw;
    border-radius: 2vw;
  }
  .tpl__content_cmn-btn a::after {
    top: 0;
    right: 3vw;
    width: 5vw;
    height: 4.1vw;
  }
  .tpl__content_cmn-btn a:hover {
    color: #fff;
    background-color: #dfae1c;
  }
  .tpl__content_cmn-btn a:hover::after {
    background-image: url("/img/the-gatehouse_xmas/icon_blank.svg");
  }
}

/*---------- ヘッダー要素 ----------*/
.tpl__content_header {
  box-sizing: border-box;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 2;
  width: 960px;
  font-size: 0;
  background-color: #f2f5f4;
  padding: 20px 0;
  margin-right: auto;
  margin-left: auto;
}
.tpl__content_header-logo,
.tpl__content_header-hamburger {
  display: inline-block;
  vertical-align: middle;
}
.tpl__content_header-logo {
  width: 100%;
  text-align: left;
}
.tpl__content_header-logo svg {
  width: 150px;
  fill: #000;
}
.tpl__content_header-hamburger {
  cursor: pointer;
  position: absolute;
  top: 23px;
  right: calc((100% - 930px) / 2);
  z-index: 2;
  width: 50px;
  height: 50px;
  border-radius: calc(50px / 2);
  background-color: #dfae1c;
  transition: opacity .4s;
}
.tpl__content_header-hamburger:hover {
  opacity: .7;
}
.tpl__content_header-hamburger span {
  position: absolute;
  right: 0;
  left: 0;
  width: 25px;
  height: 2px;
  background-color: #fff;
  transition: opacity .4s, transform .4s;
  margin: auto;
}
.tpl__content_header-hamburger span:nth-of-type(1) {
  top: 13px;
}
.tpl__content_header-hamburger span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  opacity: 1;
}
.tpl__content_header-hamburger span:nth-of-type(3) {
  bottom: 13px;
}
.tpl__content_header-hamburger.open span:nth-of-type(1) {
  transform: translateY(11px) rotate(-45deg)
}
.tpl__content_header-hamburger.open span:nth-of-type(2) {
  opacity: 0;
}
.tpl__content_header-hamburger.open span:nth-of-type(3) {
  transform: translateY(-11px) rotate(45deg)
}
@media (max-width: 799px) {
  .tpl__content_header {
    width: 100%;
    padding: 10px 0;
  }
  .tpl__content_header-logo svg {
    width: 120px;
    margin-left: 4.16667vw;
  }
  .tpl__content_header-hamburger {
    top: 10px;
    right: 2.60417vw;
  }
  .tpl__content_header-hamburger:hover {
    background-color: #dfae1c;
  }
}

/*---------- メニュー要素 ----------*/
.tpl__content_menu {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  right: -290px;
  z-index: 2;
  width: 290px;
  height: 100vh;
  background-color: rgba(0,0,0,.6);
  transition: top .2s ease, right .4s;
  overflow-y: auto;
  padding: 20px;
}
.tpl__content_menu.open {
  right: 0;
}
.tpl__content_menu ul {
  margin-bottom: 40px;
}
.tpl__content_menu li {
  text-align: left;
  margin-bottom: 20px;
}
.tpl__content_menu li.btn {
  margin-bottom: 30px;
}
.tpl__content_menu li:last-child {
  margin-bottom: 0;
}
.tpl__content_menu a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 2px;
  line-height: 1.2;
  transition: color .4s;
}
.tpl__content_menu li.btn a {
  display: block;
  position: relative;
  width: 100%;
  height: 40px;
  font-size: 18px;
  text-align: center;
  border-radius: 5px;
  background-color: #dfae1c;
  transition: color .4s, background-color .4s;
  overflow: hidden;
}
.tpl__content_menu li.btn a::before {
  display: inline-block;
  position: absolute;
  content: '';
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #b5e7ff;
  transition: 300ms;
  animation: shinyshiny 2.5s ease-in-out infinite;
}
.tpl__content_menu a:hover {
  color: #dfae1c;
}
.tpl__content_menu li.btn a::after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  content: "";
  width: 16px;
  height: 13px;
  background-image: url("/img/the-gatehouse_xmas/icon_blank.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  transition: background-image .4s;
  margin: auto;
}
.tpl__content_menu li.btn a:hover {
  color: #dfae1c;
  background-color: #fff;
}
.tpl__content_menu li.btn a:hover::after {
  background-image: url("/img/the-gatehouse_xmas/icon_blank_hover.svg");
}
.tpl__content_menu li.btn a span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  margin: auto;
}
.tpl__content_menu-close {
  display: inline-block;
  position: relative;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 2px;
  line-height: .72;
  transition: color .4s;
  padding-right: 15px;
}
.tpl__content_menu-close::before,
.tpl__content_menu-close::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 15px;
  height: 1px;
  background-color: #fff;
  transition: background-color .4s;
}
.tpl__content_menu-close::before {
  transform: translateY(4px) rotate(-45deg);
}
.tpl__content_menu-close::after {
  transform: translateY(4px) rotate(45deg);
}
.tpl__content_menu-close:hover {
  color: #dfae1c;
}
.tpl__content_menu-close:hover::before,
.tpl__content_menu-close:hover::after {
  background-color: #dfae1c;
}
@media (max-width: 799px) {
  .tpl__content_menu {
    right: -60vw;
    width: 60vw;
    padding: 3.125vw;
  }
  .tpl__content_menu ul {
    margin-bottom: 4.16667vw;
  }
  .tpl__content_menu li {
    margin-bottom: 2.03833vw;
  }
  .tpl__content_menu li.btn {
    margin-bottom: 3.125vw;
  }
  .tpl__content_menu a {
    font-size: 3.4vw;
    line-height: 1.2;
  }
  .tpl__content_menu li.btn a {
    height: 8.33333vw;
    font-size: 3.8vw;
    border-radius: 1.04167vw;
  }
  .tpl__content_menu a:hover {
    color: #fff;
  }
  .tpl__content_menu li.btn a::after {
    right: 1.5vw;
    width: 4.2vw;
    height: 3.7vw;
  }
  .tpl__content_menu li.btn a:hover {
    color: #fff;
    background-color: #85d107;
  }
  .tpl__content_menu li.btn a:hover::after {
    background-image: url("/img/the-gatehouse_xmas/icon_blank.svg");
  }
  .tpl__content_menu li.btn a span {
    top: 56%;
  }
  .tpl__content_menu-close {
    font-size: 3.4vw;
    padding-right: 4vw;
  }
  .tpl__content_menu-close::before,
  .tpl__content_menu-close::after {
    width: 4vw;
    height: .20833vw;
  }
  .tpl__content_menu-close::before {
    transform: translateY(.5vw) rotate(-45deg);
  }
  .tpl__content_menu-close::after {
    transform: translateY(.5vw) rotate(45deg);
  }
  .tpl__content_menu-close:hover {
    color: #fff;
  }
  .tpl__content_menu-close:hover::before,
  .tpl__content_menu-close:hover::after {
    background-color: #fff;
  }
}

/*---------- キービジュアル ----------*/
.tpl__content_kv {
  position: relative;
  width: 960px;
  height: 480px;
  background-color: #000;
  overflow: hidden;
  padding-top: 103px;
  margin-right: auto;
  margin-left: auto;
}
.tpl__content_kv--wrap {
  position: absolute;
  z-index: 1;
  top: 103px;
  right: 0;
  left: 0;
  width: 100%;
  height: 480px;
  margin: auto;
}
.tpl__content_kv--wrap span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  margin: auto;
}
.tpl__content_kv-text {
  color: #fff;
  font-size: 58px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  line-height: 1.3;
  letter-spacing: 2px;
  text-align: center;
  text-shadow: 0 0 10px rgba(0,0,0,.7);
  margin-bottom: 40px;
}
.tpl__content_kv-bg {
  width: 960px;
  opacity: .8;
}
.tpl__content_kv-bg img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

@media (max-width: 799px) {
  .tpl__content_kv {
    width: 100%;
    height: 67vw;
    padding-top: 18.7vw;
  }
  .tpl__content_kv--wrap {
    top: 18.7vw;
    height: 67vw;
    /* height: 66.7vw; */
  }
  .tpl__content_kv-text {
    font-size: 7.2vw;
    text-shadow: 0 0 1.0417vw rgba(0,0,0,.7);
    margin-bottom: 4.1667vw;
  }
  .tpl__content_kv-bg {
    width: 100%;
  }
  .tpl__content_kv-bg img {
    height: 67vw;
  }
}

/*---------- INFORMATION ----------*/
.tpl__content_info {
  width: 960px;
  padding-top: 80px;
  margin-right: auto;
  margin-left: auto;
}
.tpl__content_info-photo {
  margin-bottom: 40px;
}
.tpl__content_info-photo img {
  width: 100%;
}
.tpl__content_info-text {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: .05em;
  line-height: 1.8;
  text-align: left;
  word-wrap: break-word;
  word-break: break-all;
}
.tpl__content_info-text a {
  color: #222;
  text-decoration: underline;
  transition: opacity .4s;
}
.tpl__content_info-text a:hover {
  opacity: .7;
}
@media (max-width: 799px) {
  .tpl__content_info {
    width: 100%;
    padding-top: 10.5vw;
  }
  .tpl__content_info-photo {
    margin-bottom: 4.16666vw;
  }
  .tpl__content_info-text {
    width: calc(100% - 10vw);
    font-size: 3.2vw;
    margin-right: auto;
    margin-left: auto;
  }
  .tpl__content_info-text a:hover {
    opacity: 1;
  }
}

/*---------- ABOUT THE GATEHOUSE ----------*/
.tpl__content_about {
  width: 960px;
  padding-top: 80px;
  margin-right: auto;
  margin-left: auto;
}
.tpl__content_about-slide {
  position: relative;
  width: 960px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}
.tpl__content_about-slide img {
  width: 100%;
}
.tpl__content_about-slide .slick-dots {
  position: absolute;
  font-size: 0;
  right: 0;
  bottom: 20px;
  left: 0;
}
.tpl__content_about-slide .slick-dots li {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  border-radius: 10px;
  background-color: #f2f5f4;
  opacity: .7;
  margin: 0 14px;
}
.tpl__content_about-slide .slick-dots li.slick-active {
  opacity: 1;
  background-color: #dfae1c;
}
.tpl__content_about-text {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: left;
  letter-spacing: .05em;
  line-height: 1.8;
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 799px) {
  .tpl__content_about {
    width: 100%;
    padding-top: 10.5vw;
  }
  .tpl__content_about-slide {
    width: 100%;
    margin-bottom: 4.16667vw;
  }
  .tpl__content_about-slide .slick-dots {
    bottom: 2.08333vw;
  }
  .tpl__content_about-slide .slick-dots li {
    width: 2.669vw;
    height: 2.669vw;
    border-radius: calc(2.669vw / 2);
    margin: 0 1.5vw;
  }
  .tpl__content_about-text {
    width: calc(100% - 10vw);
    font-size: 3.2vw;
    margin-right: auto;
    margin-left: auto;
  }
}

/*---------- X'mas 特別ディナーコース ----------*/
.tpl__content_dinner {
  width: 960px;
  padding-top: 80px;
  margin-right: auto;
  margin-left: auto;
}
.tpl__content_dinner-slide {
  position: relative;
  width: 790px;
  margin-right: auto;
  margin-left: auto;
}
.tpl__content_dinner-slide .slick-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 50px;
  margin: auto;
}
.tpl__content_dinner-slide .prev-arrow {
  left: -50px;
  transform: scale(-1,1);
}
.tpl__content_dinner-slide .next-arrow {
  right: -50px;
}
.tpl__content_dinner-slide img {
  width: 100%;
}
.tpl__content_dinner-slide--wrap {
  width: 750px;
  background-color: #c8c8c8;
  padding: 20px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}
.tpl__content_dinner-slide-name {
  position: relative;
  color: #222;
  font-size: 26px;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 3px;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 20px;
}
.tpl__content_dinner-slide-text {
  color: #222;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: left;
  letter-spacing: .05em;
  line-height: 1.8;
}

@media (max-width: 799px) {
  .tpl__content_dinner {
    width: calc(100% - 15vw);
    padding-top: 10.5vw;
  }
  .tpl__content_dinner-slide {
    width: 100%;
  }
  .tpl__content_dinner-slide .slick-arrow {
    width: 4.16666vw;
    height: 8.68421vw;
  }
  .tpl__content_dinner-slide .prev-arrow {
    left: -5vw;
    transform: scale(-1,1);
  }
  .tpl__content_dinner-slide .next-arrow {
    right: -5vw;
  }
  .tpl__content_dinner-slide--wrap {
    box-sizing: border-box;
    width: 100%;
    padding: 3.125vw;
    margin-bottom: 4.16667vw;
  }
  .tpl__content_dinner-slide-subname {
    font-size: 3.2vw;
    margin-bottom: -.5vw;
  }
  .tpl__content_dinner-slide-name {
    font-size: 4.5vw;
    margin-bottom: 1.04166vw;
  }
  .tpl__content_dinner-slide-text {
    font-size: 3.2vw;
  }
}

/*---------- GALLERY ----------*/
.tpl__content_gallery {
  width: 960px;
  padding-top: 80px;
  margin-right: auto;
  margin-left: auto;
}
.tpl__content_gallery-list {
  font-size: 0;
}
.tpl__content_gallery-list div {
  display: inline-block;
  width: 320px;
}
.tpl__content_gallery-list a {
  display: block;
  width: 100%;
  height: 213px;
  overflow: hidden;
}
.tpl__content_gallery-list a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s;
}
.tpl__content_gallery-list a:hover img {
  transform: scale(1.1);
}
.lum-lightbox {
  z-index: 10001;
}
.lum-lightbox-inner img.lum-img {
  max-width: 90%;
}
@media (max-width: 799px) {
  .tpl__content_gallery {
    width: 100%;
    padding-top: 10.5vw;
  }
  .tpl__content_gallery-list div {
    width: calc(100% / 2);
  }
  .tpl__content_gallery-list a {
    height: 50vw;
  }
  .tpl__content_gallery-list a:hover img {
    transform: scale(1.0);
  }
  .lum-lightbox-inner img.lum-img {
    max-width: 100%;
  }
  .lum-gallery-button:after {
    width: 7vw !important;
    height: 7vw !important;
  }
}

/*---------- 住所関連 ----------*/
.tpl__content_access {
  width: 960px;
  padding-top: 80px;
  margin-right: auto;
  margin-left: auto;
}
.tpl__content_access-map {
  margin-bottom: 20px;
}
.tpl__content_access-map iframe {
  width: 100%;
  height: 400px;
  border: none;
  filter: grayscale(100%);
}
.tpl__content_access-text {
  width: 860px;
  color: #222;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: .05em;
  line-height: 1.8;
  text-align: left;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}
.tpl__content_access-text span {
  display: block;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 3px;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media (max-width: 799px) {
  .tpl__content_access {
    width: 100%;
    margin-bottom: 8.33333vw;
  }
  .tpl__content_access-map {
    margin-bottom: 2.08333vw;
  }
  .tpl__content_access-map iframe {
    height: 62.5vw;
  }
  .tpl__content_access-text {
    width: calc(100% - 10vw);
    font-size: 3.6vw;
    margin-bottom: 3.125vw;
  }
  .tpl__content_access-text span {
    letter-spacing: 2px;
    margin-bottom: 1vw;
  }
}

/*---------- 最下部ボタン ----------*/
.tpl__content_foot {
  width: 960px;
  padding-top: 80px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
}
.tpl__content_foot-sns {
  width: 270px;
  font-size: 0;
  margin-right: auto;
  margin-left: auto;
}
.tpl__content_foot-sns div {
  display: inline-block;
  width: 50px;
  vertical-align: top;
  margin-right: 20px;
  margin-left: 20px;
}
.tpl__content_foot-sns a {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  border-radius: calc(50px / 2);
  background-color: #dfae1c;
  transition: background-color .4s;
}
.tpl__content_foot-sns a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 25px;
  height: 25px;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: background-image .4s;
  margin: auto;
}
.tpl__content_foot-sns a.instagram::after {
  background-image: url("/img/the-gatehouse_xmas/icon_instagram.svg");
}
.tpl__content_foot-sns a.home::after {
  background-image: url("/img/the-gatehouse_xmas/icon_home.svg");
}
.tpl__content_foot-sns a.tel::after {
  background-image: url("/img/the-gatehouse_xmas/icon_tel.svg");
}
.tpl__content_foot-sns a:hover {
  background-color: #fff;
}
.tpl__content_foot-sns a.instagram:hover::after {
  background-image: url("/img/the-gatehouse_xmas/icon_instagram_hover.svg");
}
.tpl__content_foot-sns a.home:hover::after {
  background-image: url("/img/the-gatehouse_xmas/icon_home_hover.svg");
}
.tpl__content_foot-sns a.tel:hover::after {
  background-image: url("/img/the-gatehouse_xmas/icon_tel_hover.svg");
}
@media (max-width: 799px) {
  .tpl__content_foot {
    width: 100%;
    padding-top: 10.5vw;
    margin-bottom: 10.5vw;
  }
  .tpl__content_foot-sns {
    width: 100%;
    text-align: center;
  }
  .tpl__content_foot-sns div {
    width: 12vw;
    margin-right: 2.08333vw;
    margin-left: 2.08333vw;
  }
  .tpl__content_foot-sns a {
    height: 12vw;
    border-radius: calc(12vw / 2);
  }
  .tpl__content_foot-sns a::after {
    width: 6vw;
    height: 6vw;
  }
  .tpl__content_foot-sns a:hover {
    background-color: #85d107;
  }
  .tpl__content_foot-sns a.instagram:hover::after {
    background-image: url("/img/the-gatehouse_xmas/icon_instagram.svg");
  }
  .tpl__content_foot-sns a.home:hover::after {
    background-image: url("/img/the-gatehouse_xmas/icon_home.svg");
  }
  .tpl__content_foot-sns a.tel:hover::after {
    background-image: url("/img/the-gatehouse_xmas/icon_tel.svg");
  }
}

/*---------- ページTOPに戻る矢印 ----------*/
.tpl__content_totop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 65px;
  height: 45px;
  opacity: 0;
  text-align: center;
  transition: top .7s, opacity .4s;
  margin: auto;
}
.tpl__content_totop a {
  pointer-events: none;
  display: block;
}
.tpl__content_totop.scroll {
  opacity: 1;
}
.tpl__content_totop.scroll a {
  pointer-events: painted;
}
.tpl__content_totop:hover {
  top: -40px;
}
.tpl__content_totop img {
  width: 7px;
  height: 45px;
}
@media (max-width: 799px) {
  .tpl__content_totop {
    width: 35px;
    height: 56px;
  }
  .tpl__content_totop:hover {
    top: 0;
  }
  .tpl__content_totop img {
    width: 8px;
    height: 56px;
  }
}

/*---------- フッター要素 ----------*/
.tpl__content_footer {
  width: calc(100% - 130px);
  padding-bottom: 40px;
  margin-right: auto;
  margin-left: auto;
}
.tpl__content_footer-copyright,
.tpl__content_footer-link {
  float: right;
  width: 50%;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 2px;
}
.tpl__content_footer-copyright {
  color: #999;
  text-align: right;
}
.tpl__content_footer-link {
  text-align: left;
}
.tpl__content_footer-link a {
  color: #999;
  transition: opacity .4s;
}
.tpl__content_footer-link a:hover {
  opacity: .7;
}
@media (max-width: 799px) {
  .tpl__content_footer {
    width: 100%;
    padding-bottom: 2.08333vw;
  }
  .tpl__content_footer-copyright,
  .tpl__content_footer-link {
    float: none;
    width: 100%;
    font-size: 2.8vw;
  }
  .tpl__content_footer-copyright {
    text-align: center;
  }
  .tpl__content_footer-link {
    text-align: center;
    margin-bottom: .52088vw;
  }
  .tpl__content_footer-link a:hover {
    opacity: 1;
  }
}

/*---------- アニメーション詳細 ----------*/
@-webkit-keyframes shinyshiny {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
