.dno{
	display: none !important;
}

.tc{
    text-align: center !important;
}

img {
    image-rendering: -webkit-optimize-contrast;
}

form input[type=date]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* pcview */
.pc { display: block !important; }
.sp { display: none !important; }

/* spview */
@media only screen and (max-width: 750px) {
    .pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	img {
		max-width: 100%;
	}
}



html, body {
    line-height: 1;
    font-family: 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
    font-weight: 400;
	font-size: 1em;
	overscroll-behavior: none;
    background: #f6f6f6;
}
a {
    text-decoration: none;
    color: #190A07;
}
ul {
	list-style: none;
	padding-left: unset;
}
li {
    padding: 0.3em;
}
li a {
	display: contents;
	font-size: 12px;
	letter-spacing: 0.24px;
}

header.fixed {
    margin-top: 0;
    background-color: #231915ed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	border-bottom: 1px solid #F6F5F5;
	box-shadow: 0px 1px 1px #00000029;
	opacity: 1;
    position: fixed;
    top: -6px;
    z-index: 10;
    width: 100%;
    height: 60px;
}
header #navbar {
    width: 100%;
    overflow: hidden;
    padding: 5px 0;
    box-sizing: border-box;
    margin-bottom: auto;
}
div.drawer{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 56px;
    padding: 0 1em;
}
div.drawer a img {
	max-width: 50%;
}

.navbtn a {
    display:block;
    padding: 1.1em;
    border-bottom: 1px dotted #e5e5e5;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 3.2px;
    font-family: 'Anton', sans-serif;
    text-decoration:none;
}
.navbtn{
    text-align:center;
    background-color: rgb(0 0 0 / 90%);
    transition: 0.5s ease;
    -webkit-transform: translateX(100%);
    display: none;
}
.navbtn.open {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    display: block;
}
div.Toggle {
    display: block;
    position: absolute;
    width: 50px;
    margin: 0 0 0 auto;
    height: 40px;
    cursor: pointer;
    z-index: 3;
    right: 0;
}
div.Toggle span {
    display: block;
    position: absolute;
    width: 40px;
    border-bottom: solid 4px #f6f6f6;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
div.Toggle span:nth-child(1) {
    top:5px;
}
div.Toggle span:nth-child(2) {
    top: 16px;
}
div.Toggle span:nth-child(3) {
    top: 27px;
}
div.Toggle.active span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
div.Toggle.active span:nth-child(2),
div.Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
section#first_contact {
    display: none;
}
div.top {
    margin-top: -60px;
}
section.first {
    /*background: url(/img/top-bg1.png) no-repeat center;*/
    height: 100vh;
    display: grid;
    place-items: center;
    position   : relative;
    margin     : auto;
    overflow   : hidden;
    width: 100%;
}
section.first .bgimg {
    position   : absolute;
    top        : 0;
    left       : 0;
    bottom     : 0;
    right      : 0;
    opacity    : 0;
    animation  : bgAnime 20s infinite;
    background-size: cover;
    background-position: center;
}
section.first .src1 {
    background-image : url(/img/top-bg1.png);
}
section.first .src2 {
    background-image : url(/img/top-bg2.png);
    animation-delay  : 5s;
}
section.first .src3 {
    background-image : url(/img/top-bg3.png);
    animation-delay  : 10s;
}
section.first .src4 {
    background-image : url(/img/top-bg2.png);
    animation-delay  : 15s;
}
@keyframes bgAnime {
    0% { opacity: 0; }
    5% { opacity: 1; }
    25% { opacity: 1; }
    30% { opacity: 0; }
    100% { opacity: 0; }
}
  /* toplogo */
section.first h1 {
    z-index: 1;
    margin: 0;
    width: 84%;
}

div.toptxt {
    background: #221915de;
    padding: 6%;
}
div.toptxt h2 {
    color: #fff;
    font-weight: 700;
    font-size: 2em;
    letter-spacing: 2.2px;
    font-family: 'Anton', sans-serif;
    border-bottom: 1px solid #ffffff7a;
    padding-bottom: 2%;
}
div.content-wrapper {
    overflow: hidden;
    margin: auto;
    position: unset;
    transition: transform 1s ease-out;
    width: auto;
}
div.content-wrapper.l {
    left: 0;
}
div.content-wrapper.r {
    right: 0;
}
img.topimg {
    width: auto;
    height: auto;
}
div.toptxt p {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    white-space: pre-line;
}
a.btn-more,
button.btn-more {
    color: #190a07;
    background: #fcfcfc;
    border: 1px solid #111;
    box-shadow: 4px 4px 0 #deb887;
    padding: 1em;
    display: block;
    width: 50%;
    margin: 0 0 0 auto;
}
a.btn-more img,
button.btn-more img {
    margin-left: 12%;
}
section.top.show .toptxt {
    background: #fff;
    width: auto;
    position: unset;
    height: auto;
}
section.top.show .toptxt h2 {
    color: #221915;
    border: none;
    margin: 10px 0 0;
}
section.top.show .toptxt video {
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
}
section.top.bn {
    padding: 4em 10%;
    background: #231915;
    height: auto;
}
footer {
    background: #fff;
    padding-bottom: 10px;
}
div.foot-up,
div.foot-corp {
    margin: 0 0 1em;
    text-align: center;
}
div.foot-cont {
    margin: 20px auto;
}
div.foot-logo a img {
    width: 60%;
}
div.foot-cont {
    margin: 8% 0 0;
}
div.foot-cont a {
    margin: 2% 0;
    width: 80%;
}
div.foot-logo .foot-cont img {
    width: 100%;
}
div.foot-logo .foot-cont img:hover {
    opacity: 0.8;
    cursor: pointer;
}
div.footlogo {
    background: #000;
    padding: 40px;
    width: auto;
}
div.links {
    display: inline-table;
    width: 80%;
}
div.foot-menu {
    margin: 20px auto;
    padding: 30px 0 0;
}
div.foot-menu>div p {
    font-size: 20px;
}
div.foot-menu>div p a {
    color: #221915;
    font-weight: 700;
    font-size: 1.2em;
    letter-spacing: 2.2px;
    font-family: Anton, sans-serif;
}
div.bn-link {
    width: calc(828px / 4);
    margin: 0 auto;
    margin-top: -10px;
}
div.bn-link a:hover {
    opacity: 0.85;
}
div.bn-link a img {
    image-rendering: unset;
}

div.foot-corp {
    padding-top: 20px;
    border-top: 1px solid #ddd;
    margin-bottom: 0;
}
div.copy {
    font-size: 12px;
    margin: 15px 0;
    color: #221915;
}
div.copy p {
    margin-bottom: 0;
}

h1.p-top {
    margin: 0;
    margin-top: 54px;
}
section.main-detail {
    height: auto;
    margin: 2em 10% 6em;
    color: #221915;
}
div.b1 {
    padding: 20px 0 40px;
    border-bottom: 1px solid #ddd;
}
div.b2 {
    padding: 40px 0;
    border-bottom: 1px solid #ddd;
}
div.b3 {
    padding: 40px 0 0;
}
div.b1 .detailtxt,
div.b2 .detailtxt,
div.b3 .detailtxt {
    background: #ffffffe7;
    padding: 1em;
    margin: 0 auto;
}
h2.mobtitle,
div.detailtxt h2 {
    border-left: 6px solid #DEB887;
    padding-left: 0.3em;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}
section.main-detail .content-wrapper.l.wow.slideInLeft {
    margin: 20px 0 30px;
}
div.detailtxt p {
    line-height: 20px;
    white-space: pre-line;
}
div.uk-child-width-1-3\@m>div {
    width: 50%;
}
div.uk-child-width-1-3\@m>div a {
    display: unset;
}

section.list {
    margin: 3em 6% 6em;
}
div.equipbox {
    margin-bottom: 3em;
}
section.list .equipbox h2,
div.faq-main h2,
h3.price-title {
    font-size: 18px;
    font-weight: 700;
    border-left: 3px solid #deb887;
    padding-left: 0.5em;
}
section.list .equipbox .equiptxt {
    margin-bottom: 1.5em;
}
section.list .equipbox .equiptxt p {
    line-height: 30px;
    color: #111111;
    white-space: pre-line;
    margin-top: 10px;
    font-size: 17px;
}
dl.equiplist {
    background: #fff;
}
dt.toggle_e {
    color: #111111;
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 0;
    position: relative;
    padding: 25px 0 25px 5%;
    line-height: 1.4;
    /*box-shadow: 5px 5px 0 #deb887;*/
}

 /* togglebtn */
span.toggle_btn {
	position: absolute;
    transform: translateY(-90%);
    display: block;
    width: 24px;
    height: 24px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    right: 2%;
    border: 1px solid #ccc;
    border-radius: 4px;
}
dt.toggle_e span.toggle_btn:before,
dt.toggle_e span.toggle_btn:after,
h3.toggle_title span.toggle_btn:before,
h3.toggle_title span.toggle_btn:after {
	display: block;
	content: '';
	background-color: #111;
	position: absolute;
	width: 10px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
dt.toggle_e span.toggle_btn:before,
h3.toggle_title span.toggle_btn:before {
	width: 2px;
	height: 10px;
}
dt.toggle_e.selected .toggle_btn:before,
h3.toggle_title.selected .toggle_btn:before {
	content: normal;
}
dt.toggle_e.selected,
h3.toggle_title.selected {
    box-shadow: none;
}
.equiplist dd {
    display: none;
    padding: 0em 1.5em 2em;
    overflow-x: auto;
    white-space: nowrap;
}
div.qa p {
	display: none;
    padding: 0em 1.5em 2em;
}
.equiplist dd table {
    padding: 0 2em 2em;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
}
.equiplist dd table tbody {
    border: 1px solid #ddd;
}
.equiplist dd table tbody tr {
    height: 36px;
}
.equiplist dd table tbody tr td {
    border: 1px solid #ddd;
    width: 30%;
    color: #111;
    font-size: 15px;
    padding: 0.5em 1em;
    border-bottom: none;
}
.equiplist dd table tbody tr td.nomaker{
    border: none;
}

.equiplist dd table tbody tr td:last-child {
    text-align: center;
}
.equiplist dd table tr.listtitle {
    padding: 0 2em 2em;
    text-align: center;
    background: #ddd;
}
.equiplist dd table tr.listtitle th {
    padding: 0;
}
div.equip-con {
    text-align: center;
    margin: 0 auto;
    margin-top: 3em;
    white-space: pre-line;
    line-height: 23px;
}
section.list button.btn-more {
    width: 100%;
    padding: 26px;
    display: block;
    font-size: 20px;
    margin-bottom: 40px;
}
div.equip-con a.btn-more {
    margin: 0 auto;
    width: auto;
    padding: 1.5em 0;
    font-size: 20px;
}

div.movie-detail {
    justify-content: center;
    align-items: center;
}
div.movie-detail .mvline {
    margin-top: 50px;
}
div.movie-detail .mvline h2 {
    color: #333;
    font-size: 15px;
    font-weight: 700;
    border-left: 3px solid #deb887;
    padding-left: 8px;
    margin-bottom: 8px;
    white-space: pre-line;
}
div.movie-detail .mvline iframe {
    width: 100%;
    min-height: 200px;
}

div.txtbox.con {
    margin-bottom: 40px;
    margin-top: 40px;
}
div.txtbox.con p.txt {
    font-size: 17px;
}

div.map {
    margin: 10% 0;
}
div.map div.detailtxt {
    background: #ffffffe7;
    padding: 1.5em;
    margin: 0 10%;
}
div.detailtxt a.btn-more {
    width: auto;
    margin: 0 auto;
    padding: 20px;
    font-size: 20px;
}
div.detailtxt p {
    color: #111111;
    white-space: pre-line;
    line-height: 25px;
    font-size: 16px;
    margin: 20px 0;
}
div.map div.detailtxt p a {
    text-decoration: underline;
}
div.map .l {
    margin: 20px auto;
}

div.ques {
    margin-bottom: 3em;
}
div.qa {
    background: #fff;
    padding: 1.5em;
    margin: 0 0 2px;
}
h3.toggle_title {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 700;
}
h3 span.toggle_btn {
    right: 9%;
}
div.qa p {
    padding: 0;
    margin: 1.5em 0 0.5em;
    color: #111;
    line-height: 1.5em;
    /*font-size: 18px;*/
}
div.qa p a {
    text-decoration: underline;
}

div.formbox {
    margin-bottom: 15px;
}
div.form_checkbox.form-enq{
    margin-bottom: 15px;
    padding-bottom: 0px;
}
input.att_box {
    margin: 0 auto;
    padding: 12px 0;
    width: -webkit-fill-available;
}
label.form-label {
    color: #221915;
    cursor: auto;
    display: block;
    margin: 10px 0 8px;
    font-size: 18px;
    line-height: 1.4;
}
span.form_require {
    color: #fff;
    background: #FF7070;
    border-radius: 4px;
    font-size: 11px;
    padding: 1px 5px;
    margin-left: 5px;
    vertical-align: middle;
}
input.inp_box,
select.inp_box {
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 40px;
    margin: 5px 0 10px;
    padding: 0 8px;
    font-size: 15px;
    display: inline-block;
    width: -webkit-fill-available;
    width: -moz-available;
    background: #fff;
}
input.inp_box:focus,
textarea.inp_box:focus {
    outline: none;
}
input.inp_box::placeholder,
input.inp_box::-webkit-input-placeholder
{
    color: #bbb;
}

span.note {
    color: #606060;
    font-size: 15px;
    display: block;
    margin-bottom: 30px;
}
textarea.inp_box {
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 200px;
    margin: 5px 0;
    padding: 10px;
    font-size: 15px;
    width: -webkit-fill-available;
    width: -moz-available;
}
div.form_checkbox {
    padding: 30px 0;
    margin: 30px 0;
    border-top: 1px solid #ddd;
    text-align: center;
    font-size: 18px;
}
div.form_checkbox label {
    display: flex;
    justify-content: center;
    align-items: center;
}
input#check_privacy {
    width: 20px;
    height: 20px;
}
a.privacymodal {
    padding: 0 8px;
    text-decoration: underline;
}
a.privacymodal:hover,
div.topre a:hover,
div.foot-corp a:hover {
    color: #deb887;
}
.uk-modal-dialog.uk-modal-body.uk-margin-auto-vertical {
    padding: 24px 12px;
}
h4.pptitle {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
}
div.pribacytxt {
    margin: 3% 4%;
    line-height: 19px;
    font-size: 14px;
    color: #333;
}
p.intro {
    font-size: 18px;
    line-height: 24px;
}
div.ppblock h5 {
    margin: 0;
    line-height: unset;
    font-weight: 700;
}
div.ppblock p.pptxt {
    margin-top: 6px;
    white-space: pre-line;
    font-size: 18px;
    line-height: 22px;
}
div.ppfooter {
    white-space: pre-line;
    text-align: right;
}
form button.btn-more {
    width: 100%;
    padding: 20px;
    font-size: 20px;
}

h2.thanksh2 {
    font-weight: 700;
    border-bottom: 5px solid #deb88763;
    margin: 80px auto 50px;
    text-align: center;
}
div.txtbox p.txt {
    font-size: 20px;
    white-space: pre-line;
    line-height: 26px;
}
div.txtbox p.txt span.txtmin  {
    text-align: left;
    display: block;
    font-size: 16px;
    background: #fff;
    border-radius: 4px;
    padding: 3%;
    margin: 20px auto 30px;
}
div.topre {
    text-align: center;
}

section.main-detail.price {
    padding-top: 1em;
    margin: 1.5em;
}
section.main-detail table.uk-table.uk-table-divider {
    background: #fff;
}
section.main-detail tbody tr td span.zeiin {
    color: #666;
    font-weight: normal;
    font-size: 13px;
}
section.main-detail tbody tr td.time {
    white-space: pre-line;
    line-height: 1.5em;
    font-weight: 700;
    font-size: 15px;
}
td.ryokin {
    white-space: pre-line;
    width: 50%;
    line-height: 23px;
    padding: 1.7em 1em;
    font-weight: 700;
}
td.time span {
    color: #666;
    font-weight: normal;
    font-size: 13px;
}
div.pricetxt {
    margin: 0 auto;
}
div.pricetxt h4 {
    margin: 60px 0 0;
    background: linear-gradient(transparent 60%, #fff084 60%);
    width: auto;
    text-align: left;
    padding-left: 16px;
    font-weight: 700;
    font-size: 18px;
}
div.pricetxt p {
    white-space: pre-line;
    font-size: 14px;
    color: #333;
    line-height: 22px;
    margin-top: 0;
    background: #fff;
    border-radius: 0 6px 6px 6px;
    margin: 0 auto;
    padding: 20px 5%;
}
div.pricetxt p.cantxt span {
    display: inline-block;
    width: 200px;
}
div.pricetxt p.cantxt span.rent {
    width: 420px;
    margin-top: 8px;
}
div.pricetxt p.cantxt span.en {
    font-weight: 700;
    margin-left: 1em;
}
div.pricetxt p.cantxt span.en b {
    font-size: 12px;
    margin-left: 6px;
    font-weight: normal;
}
section.main-detail.price thead {
    background: #e5e5e5;
}
section.main-detail table.uk-table.uk-table-divider thead tr th {
    color: #333;
}
section.main-detail tbody tr.ptitle {
    height: 4vh;
}
section.main-detail tbody tr.ptitle td {
    text-align: left;
    background: #F0F4F7;
    font-size: 15px;
    padding: 10px 14px;
}
div.pricetxt.etc p {
    background: none;
    padding: 0;
    font-size: 13px;
}
p.uk-grid-divider.cantxt.uk-grid {
    padding-top: 0;
}
span.rent.uk-first-column {
    padding-left: 0px;
}
div.pricetxt p.cantxt span.en.uk-grid-margin {
    margin-top: 10px;
    align-items: center;
    display: flex;
}
p.cantxt.rent {
    padding-bottom: 3px;
    color: #666;
    font-size: 13px;
}
section.main-detail table.uk-table.uk-table-divider.rent {
    margin: 0;
    border-radius: 0 6px 6px;
}

section.main-detail table.rent tbody tr td {
    text-align: start;
    font-size: 13px;
    font-weight: unset;
}
section.main-detail tbody tr td.time.txt {
    font-size: 13px;
    text-align: unset;
    font-weight: unset;
    width: 60%;
}
section.main-detail table.uk-table.uk-table-divider thead tr th,
section.main-detail tbody tr td.time {
  border-right: 1px solid #ccc;
}
section.main-detail table.uk-table.uk-table-divider thead tr th:last-child,
section.main-detail tbody tr td.time:last-child {
  border-right: none;
}


/* footerarrow */
.foot-arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.foot-arrow::before,
.foot-arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.foot-arrow::before{
    left: 4px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #333;
}




/* 404 */
.error-page {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100vh;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    background: #333;
  }
  .error-page h1 {
    font-size: 30vh;
    font-weight: bold;
    position: relative;
    margin: -8vh 0 0;
    padding: 0;
  }
  .error-page h1:after {
    content: attr(data-h1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: transparent;
    /* webkit only for graceful degradation to IE */
    background: -webkit-repeating-linear-gradient(-45deg, #71b7e6, #69a6ce, #b98acc, #ee8176, #b98acc, #69a6ce, #9b59b6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 400%;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.25);
    animation: animateTextBackground 10s ease-in-out infinite;
  }
  .error-page h1 + p {
    color: #d6d6d6;
    font-size: 8vh;
    font-weight: bold;
    line-height: 10vh;
    max-width: 600px;
    position: relative;
  }
  .error-page h1 + p:after {
    content: attr(data-p);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: transparent;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
  }

  #particles-js {
    /*position: fixed;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  @keyframes animateTextBackground {
    0% {
      background-position: 0 0;
    }
    25% {
      background-position: 100% 0;
    }
    50% {
      background-position: 100% 100%;
    }
    75% {
      background-position: 0 100%;
    }
    100% {
      background-position: 0 0;
    }
  }
  @media (max-width: 767px) {
    .error-page h1 {
      font-size: 32vw;
    }
    .error-page h1 + p {
      font-size: 8vw;
      line-height: 10vw;
      max-width: 70vw;
    }
  }
  a.back {
    position: fixed;
    right: 40px;
    bottom: 40px;
    background: -webkit-repeating-linear-gradient(-45deg, #71b7e6, #69a6ce, #b98acc, #ee8176);
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    padding: 15px 30px;
    text-decoration: none;
    transition: 0.25s all ease-in-out;
  }
  a.back:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  }

 img.qrcode {
    width: 150px;
}
div.medical-div{
    text-align: center;
}
.red{
    color: #f00 !important;
}

select.inp_box{
    outline: none;
}

div.formbox.form-enq{
    padding-bottom: 0px;
    margin-bottom: 30px;
}

div.formbox.form-enq label.form-label{
    font-size: 100%;
}
div.form-enq p{
    font-size: 90%;
}
div.formbox input[type=date]{
    height: auto;
    padding: 10px 5px;
}

p.td-time{
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 90%;
}

table.price-tbl th{
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
}

table.price-tbl td{
    text-align: center;
}

table.price-tbl td.ryokin{
    text-align: right;
}
table.price-tbl td.time{
    vertical-align: middle;
}

a.tel{
	text-decoration: underline;
	color: #1e87f0;
}

div.foot-sns {
    width: 80%;
    margin: 0 auto;
}
div.foot-sns a {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
div.foot-sns a p {
    font-family: Anton, sans-serif;
    margin: 0.5em 0.5em 0.5em 0;
    font-size: 22px;
}
div.foot-sns a p span {
    font-size: 12px;
    vertical-align: middle;
}
div.foot-sns a img {
    width: 2.5em;
    margin: unset;
}
div.foot-sns a:hover {
    color: unset;
    text-decoration: unset;
    background-image: linear-gradient(to right,rgb(254 199 37) 0%,rgb(251 141 21) 14.28%,rgb(246 28 5) 28.56%,rgb(216 0 79) 42.85%,rgb(203 0 121) 57.14%,rgb(190 2 161) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0,0,0,0);
}
div.foot-sns a:first-child {
    margin-bottom: 0.5em;
}
div.foot-sns a:first-child:hover {
    background-image: linear-gradient(to right,rgb(37 162 240) 0%,#1eddf0 35%,rgb(29 160 242) 100%);
}