@charset "UTF-8";
.pnlm-container {
margin: 0;
padding: 0;
overflow: hidden;
position: relative;
cursor: default;
width: 100%;
height: 100%;
font-family: Helvetica, "Nimbus Sans L", "Liberation Sans", Arial, sans-serif;
background: #f4f4f4 url(//satoji.net/satoji/wp-content/plugins/wpvr/public/lib/pannellum/src/css/img/background.svg) repeat;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
-ms-user-select: none;
user-select: none;
outline: 0;
line-height: 1.4;
contain: content;
}
.pnlm-container * {
box-sizing: content-box;
}
.pnlm-ui {
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
}
.pnlm-grab {
cursor: grab;
cursor: url(//satoji.net/satoji/wp-content/plugins/wpvr/public/lib/pannellum/src/css/img/grab.svg) 12 8, default;
}
.pnlm-grabbing {
cursor: grabbing;
cursor: url(//satoji.net/satoji/wp-content/plugins/wpvr/public/lib/pannellum/src/css/img/grabbing.svg) 12 8, default;
}
#et-boc .et-l .pnlm-sprite,
.pnlm-sprite {
background-image: url(//satoji.net/satoji/wp-content/plugins/wpvr/public/lib/pannellum/src/css/img/sprites.svg);
}
.pnlm-container:-moz-full-screen {
height: 100% !important;
width: 100% !important;
position: static !important;
}
.pnlm-container:-webkit-full-screen {
height: 100% !important;
width: 100% !important;
position: static !important;
}
.pnlm-container:-ms-fullscreen {
height: 100% !important;
width: 100% !important;
position: static !important;
}
.pnlm-container:fullscreen {
height: 100% !important;
width: 100% !important;
position: static !important;
}
.pnlm-render-container {
cursor: inherit; position: absolute;
height: 100%;
width: 100%;
}
#et-boc .et-l .pnlm-controls ,
.pnlm-controls {
margin-top: 4px;
background-color: #fff;
border: 1px solid #999;
border-color: rgba(0,0,0,0.4);
border-radius: 3px;
cursor: pointer;
z-index: 2; -webkit-transform: translateZ(9999px);
transform: translateZ(9999px);
}
.pnlm-control:hover {
background-color: #f8f8f8;
}
.pnlm-controls-container {
position: absolute;
top: 0;
left: 4px;
z-index: 1;
}
#et-boc .et-l .pnlm-zoom-controls,
.pnlm-zoom-controls {
width: 28px;
height: 52px;
}
#et-boc .et-l .pnlm-zoom-in,
.pnlm-zoom-in {
width: 100%;
height: 50%;
position: absolute;
top: 0;
border-radius: 3px 3px 0 0;
background-position: 1px 0;
}
#et-boc .et-l .pnlm-zoom-out,
.pnlm-zoom-out {
width: 100%;
height: 50%;
position: absolute;
bottom: 0;
background-position: 1px -26px;
border-top: 1px solid #ddd;
border-top-color: rgba(0,0,0,0.10);
border-radius: 0 0 3px 3px;
}
#et-boc .et-l .pnlm-fullscreen-toggle-button, .pnlm-orientation-button, .pnlm-hot-spot-debug-indicator,
.pnlm-fullscreen-toggle-button, .pnlm-orientation-button, .pnlm-hot-spot-debug-indicator {
width: 28px;
height: 26px;
}
#et-boc .et-l .pnlm-hot-spot-debug-indicator ,
.pnlm-hot-spot-debug-indicator {
position: absolute;
top: 50%;
left: 50%;
width: 26px;
height: 26px;
margin: -13px 0 0 -13px;
background-color: rgba(255, 255, 255, 0.5);
border-radius: 13px;
display: none;
}
#et-boc .et-l .pnlm-orientation-button-inactive,
.pnlm-orientation-button-inactive {
background-position: 0 -156px;
}
.pnlm-orientation-button-active {
background-position: 0 -182px;
}
.pnlm-fullscreen-toggle-button-inactive {
background-position: 1px -52px;
}
#et-boc .et-l .pnlm-fullscreen-toggle-button-inactive {
background-position: -1px -53px;
}
#et-boc .et-l .pnlm-fullscreen-toggle-button-active,
.pnlm-fullscreen-toggle-button-active {
background-position: 0 -78px;
}
#et-boc .et-l .pnlm-panorama-info,
.pnlm-panorama-info {
position: absolute;
bottom: 0px;
background-color: rgba(0,0,0,0.7);
border-radius:0;
padding-right: 10px;
color: #fff;
text-align: center;
display: none;
z-index: 2; -webkit-transform: translateZ(9999px);
transform: translateZ(9999px);
}
.pnlm-title-box {
position: relative;
font-size: 20px;
display: table;
padding-left: 5px;
margin-bottom: 3px;
}
.pnlm-author-box {
position: relative;
font-size: 12px;
display: table;
padding-left: 5px;
}
.pnlm-load-box {
position: absolute;
top: 50%;
left: 50%;
width: 200px;
height: 150px;
margin: -75px 0 0 -100px;
background-color: rgba(0,0,0,0.7);
border-radius: 3px;
text-align: center;
font-size: 20px;
display: none;
color: #fff;
}
.pnlm-load-box p {
margin: 20px 0;
}
.pnlm-lbox {
position: absolute;
top: 50%;
left: 50%;
width: 20px;
height: 20px;
margin: -10px 0 0 -10px;
display: none;
}
.pnlm-loading {
animation-duration: 1.5s;
-webkit-animation-duration: 1.5s;
animation-name: pnlm-mv;
-webkit-animation-name: pnlm-mv;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-timing-function: linear;
height: 10px;
width: 10px;
background-color: #fff;
position: relative;
}
@keyframes pnlm-mv {
from {left:0;top:0;}
25% {left:10px;top:0;}
50% {left:10px;top:10px;}
75% {left:0;top:10px;}
to {left:0;top:0;}
}
@-webkit-keyframes pnlm-mv {
from {left:0;top:0;}
25% {left:10px;top:0;}
50% {left:10px;top:10px;}
75% {left:0;top:10px;}
to {left:0;top:0;}
}
.pnlm-load-button {
position: absolute;
top: 50%;
left: 50%;
width: 200px;
height: 100px;
margin: -50px 0 0 -100px;
background-color: rgba(0,0,0,.7);
border-radius: 3px;
text-align: center;
font-size: 20px;
display: table;
color: #fff;
cursor: pointer;
}
.pnlm-load-button:hover {
background-color: rgba(0,0,0,.8);
}
.pnlm-load-button p {
display: table-cell;
vertical-align: middle;
}
.pnlm-info-box {
font-size: 15px;
position: absolute;
top: 50%;
left: 50%;
width: 200px;
height: 150px;
margin: -75px 0 0 -100px;
background-color: #000;
border-radius: 3px;
display: table;
text-align: center;
color: #fff;
table-layout: fixed;
}
.pnlm-info-box a, .pnlm-author-box a {
color: #fff;
word-wrap: break-word;
overflow-wrap: break-word;
}
.pnlm-info-box p {
display: table-cell;
vertical-align: middle;
padding: 0 5px 0 5px;
}
.pnlm-error-msg {
display: none;
}
.pnlm-about-msg {
font-size: 11px;
line-height: 11px;
color: #fff;
padding: 5px 8px 5px 8px;
background: rgba(0,0,0,0.7);
border-radius: 3px;
position: absolute;
top: 50px;
left: 50px;
display: none;
opacity: 0;
-moz-transition: opacity .3s ease-in-out;
-webkit-transition: opacity .3s ease-in-out;
-o-transition: opacity .3s ease-in-out;
-ms-transition: opacity .3s ease-in-out;
transition: opacity .3s ease-in-out;
z-index: 1;
}
.pnlm-about-msg a:link, .pnlm-about-msg a:visited {
color: #fff;
}
.pnlm-about-msg a:hover, .pnlm-about-msg a:active {
color: #eee;
}
.pnlm-hotspot-base {
position: absolute;
visibility: hidden;
cursor: default;
vertical-align: middle;
top: 0;
z-index: 1;
}
.pnlm-hotspot {
height: 26px;
width: 26px;
border-radius: 13px;
}
.pnlm-hotspot:hover {
background-color: rgba(255,255,255,0.2);
}
#et-boc .et-l .pnlm-hotspot.pnlm-info,
.pnlm-hotspot.pnlm-info {
background-position: 0 -104px;
}
#et-boc .et-l .pnlm-hotspot.pnlm-scene,
.pnlm-hotspot.pnlm-scene {
background-position: 0 -130px;
}
#et-boc .et-l div.pnlm-tooltip span,
div.pnlm-tooltip span {
visibility: hidden;
position: absolute;
border-radius: 3px;
background-color: rgba(0,0,0,0.7);
color: #fff;
text-align: center;
max-width: 200px;
padding: 5px 10px;
margin-left: -220px;
cursor: default;
}
#et-boc .et-l div.pnlm-tooltip:hover span,
div.pnlm-tooltip:hover span{
visibility: visible;
}
#et-boc .et-l div.pnlm-tooltip:hover span:after,
div.pnlm-tooltip:hover span:after {
content: '';
position: absolute;
width: 0;
height: 0;
border-width: 10px;
border-style: solid;
border-color: rgba(0,0,0,0.7) transparent transparent transparent;
bottom: -20px;
left: -10px;
margin: 0 50%;
}
#et-boc .et-l .pnlm-compass,
.pnlm-compass {
position: absolute;
width: 50px;
height: 50px;
right: 4px;
bottom: 4px;
border-radius: 25px;
background-image: url(//satoji.net/satoji/wp-content/plugins/wpvr/public/lib/pannellum/src/css/img/compass.svg);
cursor: default;
display: none;
}
#et-boc .et-l .pnlm-world,
.pnlm-world {
position: absolute;
left: 50%;
top: 50%;
}
#et-boc .et-l .pnlm-face,
.pnlm-face {
position: absolute;
-webkit-transform-origin: 0 0 0;
transform-origin: 0 0 0;
}
.pnlm-dragfix, .pnlm-preview-img {
position: absolute;
height: 100%;
width: 100%;
}
.pnlm-preview-img {
background-size: cover;
background-position: center;
}
.pnlm-lbar {
width: 150px;
margin: 0 auto;
border: #fff 1px solid;
height: 6px;
}
.pnlm-lbar-fill {
background: #fff;
height: 100%;
width: 0;
}
.pnlm-lmsg {
font-size: 12px;
}
.pnlm-fade-img {
position: absolute;
top: 0;
left: 0;
}
.pnlm-pointer {
cursor: pointer;
} @media only screen and (max-width: 767px) {
#et-boc .et-l .pnlm-panorama-info, .pnlm-panorama-info {
padding-right: 0;
}
}

.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
text-align: center;
}
@font-face {
font-family: VideoJS;
src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");
font-weight: normal;
font-style: normal;
}
.vjs-icon-play, .video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
content: "\f101";
}
.vjs-icon-play-circle {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-play-circle:before {
content: "\f102";
}
.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
content: "\f103";
}
.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
content: "\f104";
}
.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
content: "\f105";
}
.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
content: "\f106";
}
.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
content: "\f107";
}
.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
content: "\f108";
}
.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
content: "\f109";
}
.vjs-icon-square {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-square:before {
content: "\f10a";
}
.vjs-icon-spinner {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-spinner:before {
content: "\f10b";
}
.vjs-icon-subtitles, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-subtitles:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
content: "\f10c";
}
.vjs-icon-captions, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-captions-button .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-captions:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before {
content: "\f10d";
}
.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
content: "\f10e";
}
.vjs-icon-share {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-share:before {
content: "\f10f";
}
.vjs-icon-cog {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-cog:before {
content: "\f110";
}
.vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder, .video-js .vjs-volume-level, .video-js .vjs-play-progress {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before, .video-js .vjs-volume-level:before, .video-js .vjs-play-progress:before {
content: "\f111";
}
.vjs-icon-circle-outline {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-circle-outline:before {
content: "\f112";
}
.vjs-icon-circle-inner-circle {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
content: "\f113";
}
.vjs-icon-hd {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-hd:before {
content: "\f114";
}
.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
content: "\f115";
}
.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
content: "\f116";
}
.vjs-icon-facebook {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-facebook:before {
content: "\f117";
}
.vjs-icon-gplus {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-gplus:before {
content: "\f118";
}
.vjs-icon-linkedin {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-linkedin:before {
content: "\f119";
}
.vjs-icon-twitter {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-twitter:before {
content: "\f11a";
}
.vjs-icon-tumblr {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-tumblr:before {
content: "\f11b";
}
.vjs-icon-pinterest {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-pinterest:before {
content: "\f11c";
}
.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
content: "\f11d";
}
.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
content: "\f11e";
}
.vjs-icon-next-item {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-next-item:before {
content: "\f11f";
}
.vjs-icon-previous-item {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-previous-item:before {
content: "\f120";
}
.vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
content: "\f121";
}
.vjs-icon-picture-in-picture-exit, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-picture-in-picture-exit:before, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
content: "\f122";
}
.video-js {
display: block;
vertical-align: top;
box-sizing: border-box;
color: #fff;
background-color: #000;
position: relative;
padding: 0;
font-size: 10px;
line-height: 1;
font-weight: normal;
font-style: normal;
font-family: Arial, Helvetica, sans-serif;
word-break: initial;
}
.video-js:-moz-full-screen {
position: absolute;
}
.video-js:-webkit-full-screen {
width: 100% !important;
height: 100% !important;
}
.video-js[tabindex="-1"] {
outline: none;
}
.video-js *,
.video-js *:before,
.video-js *:after {
box-sizing: inherit;
}
.video-js ul {
font-family: inherit;
font-size: inherit;
line-height: inherit;
list-style-position: outside;
margin-left: 0;
margin-right: 0;
margin-top: 0;
margin-bottom: 0;
}
.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-1-1 {
width: 100%;
max-width: 100%;
height: 0;
}
.video-js.vjs-16-9 {
padding-top: 56.25%;
}
.video-js.vjs-4-3 {
padding-top: 75%;
}
.video-js.vjs-9-16 {
padding-top: 177.7777777778%;
}
.video-js.vjs-1-1 {
padding-top: 100%;
}
.video-js.vjs-fill {
width: 100%;
height: 100%;
}
.video-js .vjs-tech {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
body.vjs-full-window {
padding: 0;
margin: 0;
height: 100%;
}
.vjs-full-window .video-js.vjs-fullscreen {
position: fixed;
overflow: hidden;
z-index: 1000;
left: 0;
top: 0;
bottom: 0;
right: 0;
}
.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
width: 100% !important;
height: 100% !important;
padding-top: 0 !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
cursor: none;
}
.vjs-hidden {
display: none !important;
}
.vjs-disabled {
opacity: 0.5;
cursor: default;
}
.video-js .vjs-offscreen {
height: 1px;
left: -9999px;
position: absolute;
top: 0;
width: 1px;
}
.vjs-lock-showing {
display: block !important;
opacity: 1 !important;
visibility: visible !important;
}
.vjs-no-js {
padding: 20px;
color: #fff;
background-color: #000;
font-size: 18px;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
width: 300px;
height: 150px;
margin: 0px auto;
}
.vjs-no-js a,
.vjs-no-js a:visited {
color: #66A8CC;
}
.video-js .vjs-big-play-button {
font-size: 3em;
line-height: 1.5em;
height: 1.63332em;
width: 3em;
display: block;
position: absolute;
top: 10px;
left: 10px;
padding: 0;
cursor: pointer;
opacity: 1;
border: 0.06666em solid #fff;
background-color: #2B333F;
background-color: rgba(43, 51, 63, 0.7);
border-radius: 0.3em;
transition: all 0.4s;
}
.vjs-big-play-centered .vjs-big-play-button {
top: 50%;
left: 50%;
margin-top: -0.81666em;
margin-left: -1.5em;
}
.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
border-color: #fff;
background-color: #73859f;
background-color: rgba(115, 133, 159, 0.5);
transition: all 0s;
}
.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
display: none;
}
.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
display: block;
}
.video-js button {
background: none;
border: none;
color: inherit;
display: inline-block;
font-size: inherit;
line-height: inherit;
text-transform: none;
text-decoration: none;
transition: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.vjs-control .vjs-button {
width: 100%;
height: 100%;
}
.video-js .vjs-control.vjs-close-button {
cursor: pointer;
height: 3em;
position: absolute;
right: 0;
top: 0.5em;
z-index: 2;
}
.video-js .vjs-modal-dialog {
background: rgba(0, 0, 0, 0.8);
background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
overflow: auto;
}
.video-js .vjs-modal-dialog > * {
box-sizing: border-box;
}
.vjs-modal-dialog .vjs-modal-dialog-content {
font-size: 1.2em;
line-height: 1.5;
padding: 20px 24px;
z-index: 1;
}
.vjs-menu-button {
cursor: pointer;
}
.vjs-menu-button.vjs-disabled {
cursor: default;
}
.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
display: none;
}
.vjs-menu .vjs-menu-content {
display: block;
padding: 0;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
overflow: auto;
}
.vjs-menu .vjs-menu-content > * {
box-sizing: border-box;
}
.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
display: none;
}
.vjs-menu li {
list-style: none;
margin: 0;
padding: 0.2em 0;
line-height: 1.4em;
font-size: 1.2em;
text-align: center;
text-transform: lowercase;
}
.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
background-color: #73859f;
background-color: rgba(115, 133, 159, 0.5);
}
.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
background-color: #fff;
color: #2B333F;
}
.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),
.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible) {
background: none;
}
.vjs-menu li.vjs-menu-title {
text-align: center;
text-transform: uppercase;
font-size: 1em;
line-height: 2em;
padding: 0;
margin: 0 0 0.3em 0;
font-weight: bold;
cursor: default;
}
.vjs-menu-button-popup .vjs-menu {
display: none;
position: absolute;
bottom: 0;
width: 10em;
left: -3em;
height: 0em;
margin-bottom: 1.5em;
border-top-color: rgba(43, 51, 63, 0.7);
}
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
background-color: #2B333F;
background-color: rgba(43, 51, 63, 0.7);
position: absolute;
width: 100%;
bottom: 1.5em;
max-height: 15em;
}
.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
max-height: 5em;
}
.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
max-height: 10em;
}
.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
max-height: 14em;
}
.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
max-height: 25em;
}
.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
display: block;
}
.video-js .vjs-menu-button-inline {
transition: all 0.4s;
overflow: hidden;
}
.video-js .vjs-menu-button-inline:before {
width: 2.222222222em;
}
.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
width: 12em;
}
.vjs-menu-button-inline .vjs-menu {
opacity: 0;
height: 100%;
width: auto;
position: absolute;
left: 4em;
top: 0;
padding: 0;
margin: 0;
transition: all 0.4s;
}
.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
display: block;
opacity: 1;
}
.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
display: block;
opacity: 1;
position: relative;
width: auto;
}
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
width: auto;
}
.vjs-menu-button-inline .vjs-menu-content {
width: auto;
height: 100%;
margin: 0;
overflow: hidden;
}
.video-js .vjs-control-bar {
display: none;
width: 100%;
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 3em;
background-color: #2B333F;
background-color: rgba(43, 51, 63, 0.7);
}
.vjs-has-started .vjs-control-bar {
display: flex;
visibility: visible;
opacity: 1;
transition: visibility 0.1s, opacity 0.1s;
}
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
visibility: visible;
opacity: 0;
pointer-events: none;
transition: visibility 1s, opacity 1s;
}
.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
display: none !important;
}
.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
opacity: 1;
visibility: visible;
}
.vjs-has-started.vjs-no-flex .vjs-control-bar {
display: table;
}
.video-js .vjs-control {
position: relative;
text-align: center;
margin: 0;
padding: 0;
height: 100%;
width: 4em;
flex: none;
}
.vjs-button > .vjs-icon-placeholder:before {
font-size: 1.8em;
line-height: 1.67;
}
.vjs-button > .vjs-icon-placeholder {
display: block;
}
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
text-shadow: 0em 0em 1em white;
}
.video-js .vjs-control-text {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.vjs-no-flex .vjs-control {
display: table-cell;
vertical-align: middle;
}
.video-js .vjs-custom-control-spacer {
display: none;
}
.video-js .vjs-progress-control {
cursor: pointer;
flex: auto;
display: flex;
align-items: center;
min-width: 4em;
touch-action: none;
}
.video-js .vjs-progress-control.disabled {
cursor: default;
}
.vjs-live .vjs-progress-control {
display: none;
}
.vjs-liveui .vjs-progress-control {
display: flex;
align-items: center;
}
.vjs-no-flex .vjs-progress-control {
width: auto;
}
.video-js .vjs-progress-holder {
flex: auto;
transition: all 0.2s;
height: 0.3em;
}
.video-js .vjs-progress-control .vjs-progress-holder {
margin: 0 10px;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder {
font-size: 1.6666666667em;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
font-size: 1em;
}
.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
position: absolute;
display: block;
height: 100%;
margin: 0;
padding: 0;
width: 0;
}
.video-js .vjs-play-progress {
background-color: #fff;
}
.video-js .vjs-play-progress:before {
font-size: 0.9em;
position: absolute;
right: -0.5em;
top: -0.3333333333em;
z-index: 1;
}
.video-js .vjs-load-progress {
background: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-load-progress div {
background: rgba(115, 133, 159, 0.75);
}
.video-js .vjs-time-tooltip {
background-color: #fff;
background-color: rgba(255, 255, 255, 0.8);
border-radius: 0.3em;
color: #000;
float: right;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
padding: 6px 8px 8px 8px;
pointer-events: none;
position: absolute;
top: -3.4em;
visibility: hidden;
z-index: 1;
}
.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
display: none;
}
.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
display: block;
font-size: 0.6em;
visibility: visible;
}
.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
font-size: 1em;
}
.video-js .vjs-progress-control .vjs-mouse-display {
display: none;
position: absolute;
width: 1px;
height: 100%;
background-color: #000;
z-index: 1;
}
.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
z-index: 0;
}
.video-js .vjs-progress-control:hover .vjs-mouse-display {
display: block;
}
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
visibility: hidden;
opacity: 0;
transition: visibility 1s, opacity 1s;
}
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
display: none;
}
.vjs-mouse-display .vjs-time-tooltip {
color: #fff;
background-color: #000;
background-color: rgba(0, 0, 0, 0.8);
}
.video-js .vjs-slider {
position: relative;
cursor: pointer;
padding: 0;
margin: 0 0.45em 0 0.45em; -webkit-touch-callout: none; -webkit-user-select: none;  -moz-user-select: none; -ms-user-select: none; user-select: none;
background-color: #73859f;
background-color: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-slider.disabled {
cursor: default;
}
.video-js .vjs-slider:focus {
text-shadow: 0em 0em 1em white;
box-shadow: 0 0 1em #fff;
}
.video-js .vjs-mute-control {
cursor: pointer;
flex: none;
}
.video-js .vjs-volume-control {
cursor: pointer;
margin-right: 1em;
display: flex;
}
.video-js .vjs-volume-control.vjs-volume-horizontal {
width: 5em;
}
.video-js .vjs-volume-panel .vjs-volume-control {
visibility: visible;
opacity: 0;
width: 1px;
height: 1px;
margin-left: -1px;
}
.video-js .vjs-volume-panel {
transition: width 1s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
visibility: visible;
opacity: 1;
position: relative;
transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
width: 5em;
height: 3em;
margin-right: 0;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
left: -3.5em;
transition: left 0s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
width: 10em;
transition: width 0.1s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
width: 4em;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
height: 8em;
width: 3em;
left: -3000em;
transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
width: 5em;
height: 3em;
visibility: visible;
opacity: 1;
position: relative;
transition: none;
}
.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
position: absolute;
bottom: 3em;
left: 0.5em;
}
.video-js .vjs-volume-panel {
display: flex;
}
.video-js .vjs-volume-bar {
margin: 1.35em 0.45em;
}
.vjs-volume-bar.vjs-slider-horizontal {
width: 5em;
height: 0.3em;
}
.vjs-volume-bar.vjs-slider-vertical {
width: 0.3em;
height: 5em;
margin: 1.35em auto;
}
.video-js .vjs-volume-level {
position: absolute;
bottom: 0;
left: 0;
background-color: #fff;
}
.video-js .vjs-volume-level:before {
position: absolute;
font-size: 0.9em;
z-index: 1;
}
.vjs-slider-vertical .vjs-volume-level {
width: 0.3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
top: -0.5em;
left: -0.3em;
z-index: 1;
}
.vjs-slider-horizontal .vjs-volume-level {
height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
top: -0.3em;
right: -0.5em;
}
.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
width: 4em;
}
.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
height: 100%;
}
.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
width: 100%;
}
.video-js .vjs-volume-vertical {
width: 3em;
height: 8em;
bottom: 8em;
background-color: #2B333F;
background-color: rgba(43, 51, 63, 0.7);
}
.video-js .vjs-volume-horizontal .vjs-menu {
left: -2em;
}
.video-js .vjs-volume-tooltip {
background-color: #fff;
background-color: rgba(255, 255, 255, 0.8);
border-radius: 0.3em;
color: #000;
float: right;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
padding: 6px 8px 8px 8px;
pointer-events: none;
position: absolute;
top: -3.4em;
visibility: hidden;
z-index: 1;
}
.video-js .vjs-volume-control:hover .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
display: block;
font-size: 1em;
visibility: visible;
}
.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
left: 1em;
top: -12px;
}
.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
font-size: 1em;
}
.video-js .vjs-volume-control .vjs-mouse-display {
display: none;
position: absolute;
width: 100%;
height: 1px;
background-color: #000;
z-index: 1;
}
.video-js .vjs-volume-horizontal .vjs-mouse-display {
width: 1px;
height: 100%;
}
.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
z-index: 0;
}
.video-js .vjs-volume-control:hover .vjs-mouse-display {
display: block;
}
.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
visibility: hidden;
opacity: 0;
transition: visibility 1s, opacity 1s;
}
.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
display: none;
}
.vjs-mouse-display .vjs-volume-tooltip {
color: #fff;
background-color: #000;
background-color: rgba(0, 0, 0, 0.8);
}
.vjs-poster {
display: inline-block;
vertical-align: middle;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: contain;
background-color: #000000;
cursor: pointer;
margin: 0;
padding: 0;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
}
.vjs-has-started .vjs-poster {
display: none;
}
.vjs-audio.vjs-has-started .vjs-poster {
display: block;
}
.vjs-using-native-controls .vjs-poster {
display: none;
}
.video-js .vjs-live-control {
display: flex;
align-items: flex-start;
flex: auto;
font-size: 1em;
line-height: 3em;
}
.vjs-no-flex .vjs-live-control {
display: table-cell;
width: auto;
text-align: left;
}
.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
display: none;
}
.video-js .vjs-seek-to-live-control {
align-items: center;
cursor: pointer;
flex: none;
display: inline-flex;
height: 100%;
padding-left: 0.5em;
padding-right: 0.5em;
font-size: 1em;
line-height: 3em;
width: auto;
min-width: 4em;
}
.vjs-no-flex .vjs-seek-to-live-control {
display: table-cell;
width: auto;
text-align: left;
}
.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
display: none;
}
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
cursor: auto;
}
.vjs-seek-to-live-control .vjs-icon-placeholder {
margin-right: 0.5em;
color: #888;
}
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
color: red;
}
.video-js .vjs-time-control {
flex: none;
font-size: 1em;
line-height: 3em;
min-width: 2em;
width: auto;
padding-left: 1em;
padding-right: 1em;
}
.vjs-live .vjs-time-control {
display: none;
}
.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
display: none;
}
.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
display: none;
}
.vjs-time-divider {
display: none;
line-height: 3em;
}
.vjs-live .vjs-time-divider {
display: none;
}
.video-js .vjs-play-control {
cursor: pointer;
}
.video-js .vjs-play-control .vjs-icon-placeholder {
flex: none;
}
.vjs-text-track-display {
position: absolute;
bottom: 3em;
left: 0;
right: 0;
top: 0;
pointer-events: none;
}
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
bottom: 1em;
}
.video-js .vjs-text-track {
font-size: 1.4em;
text-align: center;
margin-bottom: 0.1em;
}
.vjs-subtitles {
color: #fff;
}
.vjs-captions {
color: #fc6;
}
.vjs-tt-cue {
display: block;
}
video::-webkit-media-text-track-display {
transform: translateY(-3em);
}
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
transform: translateY(-1.5em);
}
.video-js .vjs-picture-in-picture-control {
cursor: pointer;
flex: none;
}
.video-js .vjs-fullscreen-control {
cursor: pointer;
flex: none;
}
.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.vjs-playback-rate .vjs-playback-rate-value {
pointer-events: none;
font-size: 1.5em;
line-height: 2;
text-align: center;
}
.vjs-playback-rate .vjs-menu {
width: 4em;
left: 0em;
}
.vjs-error .vjs-error-display .vjs-modal-dialog-content {
font-size: 1.4em;
text-align: center;
}
.vjs-error .vjs-error-display:before {
color: #fff;
content: "X";
font-family: Arial, Helvetica, sans-serif;
font-size: 4em;
left: 0;
line-height: 1;
margin-top: -0.5em;
position: absolute;
text-shadow: 0.05em 0.05em 0.1em #000;
text-align: center;
top: 50%;
vertical-align: middle;
width: 100%;
}
.vjs-loading-spinner {
display: none;
position: absolute;
top: 50%;
left: 50%;
margin: -25px 0 0 -25px;
opacity: 0.85;
text-align: left;
border: 6px solid rgba(43, 51, 63, 0.7);
box-sizing: border-box;
background-clip: padding-box;
width: 50px;
height: 50px;
border-radius: 25px;
visibility: hidden;
}
.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
display: block;
-webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
animation: vjs-spinner-show 0s linear 0.3s forwards;
}
.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
content: "";
position: absolute;
margin: -6px;
box-sizing: inherit;
width: inherit;
height: inherit;
border-radius: inherit;
opacity: 1;
border: inherit;
border-color: transparent;
border-top-color: white;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
-webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
border-top-color: white;
}
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
border-top-color: white;
-webkit-animation-delay: 0.44s;
animation-delay: 0.44s;
}
@keyframes vjs-spinner-show {
to {
visibility: visible;
}
}
@-webkit-keyframes vjs-spinner-show {
to {
visibility: visible;
}
}
@keyframes vjs-spinner-spin {
100% {
transform: rotate(360deg);
}
}
@-webkit-keyframes vjs-spinner-spin {
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes vjs-spinner-fade {
0% {
border-top-color: #73859f;
}
20% {
border-top-color: #73859f;
}
35% {
border-top-color: white;
}
60% {
border-top-color: #73859f;
}
100% {
border-top-color: #73859f;
}
}
@-webkit-keyframes vjs-spinner-fade {
0% {
border-top-color: #73859f;
}
20% {
border-top-color: #73859f;
}
35% {
border-top-color: white;
}
60% {
border-top-color: #73859f;
}
100% {
border-top-color: #73859f;
}
}
.vjs-chapters-button .vjs-menu ul {
width: 24em;
}
.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
vertical-align: middle;
display: inline-block;
margin-bottom: -0.1em;
}
.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
font-family: VideoJS;
content: "";
font-size: 1.5em;
line-height: inherit;
}
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
vertical-align: middle;
display: inline-block;
margin-bottom: -0.1em;
}
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
font-family: VideoJS;
content: " ";
font-size: 1.5em;
line-height: inherit;
}
.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-volume-control, .video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-volume-control, .video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-volume-control {
display: none;
}
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover {
width: auto;
width: initial;
}
.video-js.vjs-layout-x-small .vjs-progress-control, .video-js.vjs-layout-tiny .vjs-progress-control {
display: none;
}
.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
flex: auto;
display: block;
}
.video-js.vjs-layout-x-small.vjs-no-flex .vjs-custom-control-spacer {
width: auto;
}
.vjs-modal-dialog.vjs-text-track-settings {
background-color: #2B333F;
background-color: rgba(43, 51, 63, 0.75);
color: #fff;
height: 70%;
}
.vjs-text-track-settings .vjs-modal-dialog-content {
display: table;
}
.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
display: table-cell;
}
.vjs-text-track-settings .vjs-track-settings-controls {
text-align: right;
vertical-align: bottom;
}
@supports (display: grid) {
.vjs-text-track-settings .vjs-modal-dialog-content {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr;
padding: 20px 24px 0px 24px;
}
.vjs-track-settings-controls .vjs-default-button {
margin-bottom: 20px;
}
.vjs-text-track-settings .vjs-track-settings-controls {
grid-column: 1/-1;
}
.vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
grid-template-columns: 1fr;
}
}
.vjs-track-setting > select {
margin-right: 1em;
margin-bottom: 0.5em;
}
.vjs-text-track-settings fieldset {
margin: 5px;
padding: 3px;
border: none;
}
.vjs-text-track-settings fieldset span {
display: inline-block;
}
.vjs-text-track-settings fieldset span > select {
max-width: 7.3em;
}
.vjs-text-track-settings legend {
color: #fff;
margin: 0 0 5px 0;
}
.vjs-text-track-settings .vjs-label {
position: absolute;
clip: rect(1px 1px 1px 1px);
clip: rect(1px, 1px, 1px, 1px);
display: block;
margin: 0 0 5px 0;
padding: 0;
border: 0;
height: 1px;
width: 1px;
overflow: hidden;
}
.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
outline-style: solid;
outline-width: medium;
background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}
.vjs-track-settings-controls button:hover {
color: rgba(43, 51, 63, 0.75);
}
.vjs-track-settings-controls button {
background-color: #fff;
background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
color: #2B333F;
cursor: pointer;
border-radius: 2px;
}
.vjs-track-settings-controls .vjs-default-button {
margin-right: 1em;
}
@media print {
.video-js > *:not(.vjs-tech):not(.vjs-poster) {
visibility: hidden;
}
}
.vjs-resize-manager {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
z-index: -1000;
}
.js-focus-visible .video-js *:focus:not(.focus-visible) {
outline: none;
}
.video-js *:focus:not(:focus-visible) {
outline: none;
}.video-js .vjs-big-vr-play-button {
width: 100px;
height: 100px;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360' height='360' viewBox='0 0 360 360'%3E%3Cpath fill='%23FFF' d='M334.883 275.78l-6.374-36.198-6.375-36.2-28.16 23.62-28.164 23.62 25.837 9.41C266.247 296.544 224 320.5 176.25 320.5c-77.47 0-140.5-63.03-140.5-140.5 0-77.472 63.03-140.5 140.5-140.5 53.428 0 99.98 29.978 123.733 73.993l13.304-6.923C287.025 57.76 235.45 24.5 176.25 24.5c-85.743 0-155.5 69.757-155.5 155.5 0 85.742 69.757 155.5 155.5 155.5 54.253 0 102.09-27.94 129.922-70.177l28.71 10.457z'/%3E%3Cpath fill='%23FFF' d='M314.492 175.167c-12.98 0-23.54-10.56-23.54-23.54s10.56-23.54 23.54-23.54c12.98 0 23.54 10.56 23.54 23.54s-10.56 23.54-23.54 23.54zm0-38.08c-8.018 0-14.54 6.522-14.54 14.54s6.522 14.54 14.54 14.54c8.017 0 14.54-6.522 14.54-14.54s-6.523-14.54-14.54-14.54z'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M88.76 173.102h9.395c4.74-.042 8.495-1.27 11.268-3.682 2.77-2.412 4.157-5.903 4.157-10.474 0-4.4-1.153-7.817-3.46-10.25-2.307-2.434-5.83-3.65-10.568-3.65-4.147 0-7.554 1.195-10.22 3.585-2.666 2.392-4 5.514-4 9.364H69.908c0-4.74 1.26-9.055 3.776-12.95 2.518-3.892 6.03-6.928 10.537-9.108 4.508-2.18 9.554-3.27 15.14-3.27 9.225 0 16.472 2.318 21.74 6.952 5.27 4.634 7.903 11.077 7.903 19.33 0 4.147-1.323 8.05-3.967 11.71-2.646 3.66-6.062 6.422-10.252 8.284 5.078 1.736 8.94 4.465 11.584 8.19s3.968 8.166 3.968 13.33c0 8.294-2.847 14.895-8.538 19.804s-13.17 7.363-22.438 7.363c-8.887 0-16.166-2.37-21.836-7.11-5.67-4.74-8.506-11.045-8.506-18.916h15.425c0 4.062 1.365 7.363 4.094 9.902 2.73 2.54 6.4 3.81 11.014 3.81 4.782 0 8.55-1.27 11.3-3.81s4.126-6.22 4.126-11.045c0-4.865-1.44-8.61-4.316-11.235-2.878-2.623-7.152-3.936-12.822-3.936H88.76V173.1zM187.598 133.493v12.76h-1.904c-8.633.126-15.53 2.497-20.693 7.108-5.162 4.614-8.23 11.152-9.203 19.615 4.95-5.205 11.277-7.808 18.98-7.808 8.166 0 14.608 2.878 19.328 8.633 4.718 5.755 7.077 13.182 7.077 22.28 0 9.395-2.76 17.002-8.284 22.82-5.52 5.818-12.77 8.73-21.74 8.73-9.226 0-16.705-3.407-22.44-10.222-5.733-6.812-8.6-15.742-8.6-26.787v-5.267c0-16.208 3.945-28.903 11.84-38.086 7.89-9.182 19.242-13.774 34.054-13.774h1.586zM171.03 177.61c-3.386 0-6.485.95-9.3 2.855-2.814 1.904-4.877 4.443-6.188 7.617v4.697c0 6.854 1.438 12.304 4.316 16.345 2.877 4.04 6.602 6.062 11.172 6.062s8.188-1.715 10.854-5.143 4-7.934 4-13.52-1.355-10.135-4.063-13.648c-2.708-3.51-6.304-5.267-10.79-5.267zM271.136 187.447c0 13.29-2.486 23.307-7.46 30.057s-12.535 10.125-22.69 10.125c-9.988 0-17.51-3.292-22.566-9.872-5.058-6.58-7.65-16.323-7.776-29.23V172.53c0-13.287 2.485-23.252 7.458-29.896 4.973-6.643 12.558-9.966 22.757-9.966 10.112 0 17.655 3.237 22.63 9.712 4.97 6.475 7.52 16.166 7.647 29.072v15.995zm-15.425-17.265c0-8.674-1.185-15.033-3.554-19.075-2.37-4.04-6.137-6.062-11.3-6.062-5.035 0-8.738 1.915-11.107 5.745-2.37 3.83-3.62 9.807-3.746 17.932v20.948c0 8.633 1.206 15.064 3.618 19.297s6.2 6.348 11.362 6.348c4.95 0 8.61-1.957 10.98-5.87 2.37-3.915 3.62-10.04 3.746-18.378v-20.885z'/%3E%3C/g%3E%3C/svg%3E");
background-size: contain;
background-color: rgba(0, 0, 0, 0.5);
}
.video-js .vjs-big-vr-play-button .vjs-icon-placeholder {
display: none;
}
:hover.video-js .vjs-big-vr-play-button {
-webkit-transition: border-color 0.4s, outline 0.4s, background-color 0.4s;
-moz-transition: border-color 0.4s, outline 0.4s, background-color 0.4s;
-ms-transition: border-color 0.4s, outline 0.4s, background-color 0.4s;
-o-transition: border-color 0.4s, outline 0.4s, background-color 0.4s;
transition: border-color 0.4s, outline 0.4s, background-color 0.4s;
}
.video-js .vjs-big-vr-play-button::before {
content: "";
}
.video-js canvas {
cursor: move;
}
.video-js .vjs-button-vr .vjs-icon-placeholder {
height: 30px;
width: 30px;
display: inline-block;
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iI0ZGRkZGRiI+CiAgICA8cGF0aCBkPSJNMjAuNzQgNkgzLjIxQzIuNTUgNiAyIDYuNTcgMiA3LjI4djEwLjQ0YzAgLjcuNTUgMS4yOCAxLjIzIDEuMjhoNC43OWMuNTIgMCAuOTYtLjMzIDEuMTQtLjc5bDEuNC0zLjQ4Yy4yMy0uNTkuNzktMS4wMSAxLjQ0LTEuMDFzMS4yMS40MiAxLjQ1IDEuMDFsMS4zOSAzLjQ4Yy4xOS40Ni42My43OSAxLjExLjc5aDQuNzljLjcxIDAgMS4yNi0uNTcgMS4yNi0xLjI4VjcuMjhjMC0uNy0uNTUtMS4yOC0xLjI2LTEuMjh6TTcuNSAxNC42MmMtMS4xNyAwLTIuMTMtLjk1LTIuMTMtMi4xMiAwLTEuMTcuOTYtMi4xMyAyLjEzLTIuMTMgMS4xOCAwIDIuMTIuOTYgMi4xMiAyLjEzcy0uOTUgMi4xMi0yLjEyIDIuMTJ6bTkgMGMtMS4xNyAwLTIuMTMtLjk1LTIuMTMtMi4xMiAwLTEuMTcuOTYtMi4xMyAyLjEzLTIuMTNzMi4xMi45NiAyLjEyIDIuMTMtLjk1IDIuMTItMi4xMiAyLjEyeiIvPgogICAgPHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyNHYyNEgwVjB6Ii8+Cjwvc3ZnPgo=) no-repeat left center;
}.vrowl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1; }
.vrowl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
touch-action: manipulation;
-moz-backface-visibility: hidden; }
.vrowl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0; }
.vrowl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px); }
.vrowl-carousel .owl-wrapper,
.vrowl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0); }
.vrowl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.vrowl-carousel .owl-item img {
display: block;
width: 100%; }
.vrowl-carousel .owl-nav.disabled,
.vrowl-carousel .owl-dots.disabled {
display: none; }
.vrowl-carousel .owl-nav .owl-prev,
.vrowl-carousel .owl-nav .owl-next,
.vrowl-carousel .owl-dot {
cursor: pointer;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.vrowl-carousel .owl-nav button.owl-prev,
.vrowl-carousel .owl-nav button.owl-next,
.vrowl-carousel button.owl-dot { color: inherit;
border: none;
padding: 0 !important;
font: inherit; }
.vrowl-carousel.owl-loaded {
display: block; }
.vrowl-carousel.owl-loading {
opacity: 0;
display: block; }
.vrowl-carousel.owl-hidden {
opacity: 0; }
.vrowl-carousel.owl-refresh .owl-item {
visibility: hidden; }
.vrowl-carousel.owl-drag .owl-item {
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.vrowl-carousel.owl-grab {
cursor: move;
cursor: grab; }
.vrowl-carousel.owl-rtl {
direction: rtl; }
.vrowl-carousel.owl-rtl .owl-item {
float: right; } .no-js .vrowl-carousel {
display: block; } .vrowl-carousel .animated {
animation-duration: 1000ms;
animation-fill-mode: both; }
.vrowl-carousel .owl-animated-in {
z-index: 0; }
.vrowl-carousel .owl-animated-out {
z-index: 1; }
.vrowl-carousel .fadeOut {
animation-name: fadeOut; }
@keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } } .owl-height {
transition: height 500ms ease-in-out; } .vrowl-carousel .owl-item { }
.vrowl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease; }
.vrowl-carousel .owl-item .owl-lazy[src^=""], .vrowl-carousel .owl-item .owl-lazy:not([src]) {
max-height: 0; }
.vrowl-carousel .owl-item img.owl-lazy {
transform-style: preserve-3d; } .vrowl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000; }
.vrowl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//satoji.net/satoji/wp-content/plugins/wpvr/public/css/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 100ms ease; }
.vrowl-carousel .owl-video-play-icon:hover {
-ms-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3); }
.vrowl-carousel .owl-video-playing .owl-video-tn,
.vrowl-carousel .owl-video-playing .owl-video-play-icon {
display: none; }
.vrowl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease; }
.vrowl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%; }.vr-pointer-container {
position: absolute;
top: 50%;
z-index: 2;
left: 50%;
transform: translate(-50%, -50%);
}
.center-pointer {
height: 10px;
width: 10px;
text-align: center;
background: #fff;
display: block;
cursor: pointer;
border-radius: 100%;
}
.explainer {
position: absolute;
bottom: 40px;
right: 15px;
z-index: 9;
text-align: center;
width: 47%;
height: 40%;
}
#et-boc .et-l .generic_form_button,
.generic_form_button {
position: absolute;
top: 110px;
right: 10px;
z-index: 9;
text-align: center;
}
#et-boc .et-l .generic_form_button .generic-form-icon,
.generic_form_button .generic-form-icon {
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
border-radius: 50%;
}
#et-boc .et-l .generic_form_button .generic-form-icon i,
.generic_form_button .generic-form-icon i {
font-size: 20px;
}
#et-boc .et-l .close-generic-form,
.close-generic-form {
position: absolute;
right: -7px;
top: -11px;
background: #fff;
line-height: 1;
width: 22px;
height: 22px;
border-radius: 100%;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
cursor: pointer;
z-index: 9;
font-size: 14px;
}
#et-boc .et-l .wpvr-generic-form,
.wpvr-generic-form {
position: absolute;
top: 10%;
left: 10%;
z-index: 9;
width: 80%;
height: 80%;
background: #fff;
}
#et-boc .et-l .generic-form-container,
.generic-form-container {
padding-left: 30px;
padding-right: 20px;
overflow: auto;
height: 100%;
} #et-boc .et-l .pnlm-panorama-info .pnlm-title-box {
padding: 0;
margin: 0 auto;
font-size: 14px !important;
line-height: 1.2;
width: 349px;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
color: #FFF;
font-weight: 500;
text-align: center;
}
.et-db #et-boc .wpvr-floor-map,
.wpvr-floor-map {
position: absolute;
bottom: 40px;
right: 15px;
z-index: 999;
text-align: center;
width: auto;
max-width: 50%;
height: 55%;
transition: all 0.4s linear;
transform-origin: right bottom;
}
.et-db #et-boc .wpvr-floor-map.fullwindow,
.wpvr-floor-map.fullwindow {
right: 50%;
bottom: 50%;
transform: translate(50%, 50%);
z-index: 100;
max-width: 80%;
background: transparent;
object-fit: contain;
}
.et-db #et-boc .wpvr-floor-map .floor-plan-pointer,
.wpvr-floor-map .floor-plan-pointer {
position: absolute;
width: 18px;
height: 18px;
background: #cca92c;
border-radius: 50%;
cursor: pointer;
box-shadow: 0 0 3px 0 rgb(0 0 0 / 20%);
line-height: 24px;
font-size: 12px;
font-weight: bold;
display: flex;
align-items: center;
justify-content: center;
}
.et-db #et-boc .wpvr-floor-map .floor-plan-pointer.add-pulse,
.wpvr-floor-map .floor-plan-pointer.add-pulse {
animation: pulse 1s infinite;
}
#et-boc .et-l .wpvr-floor-map .floor-plan-pointer.add-pulse:before,
.wpvr-floor-map .floor-plan-pointer.add-pulse:before {
content: "";
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%) rotate(-1deg);
width: 17px;
height: 17px;
background: transparent;
border-radius: 100%;
border-right-color: transparent;
border-bottom-color: transparent;
border-left-color: transparent;
display: none;
}
#et-boc .et-l .wpvr-floor-map .floor-pointer-circle,
.wpvr-floor-map .floor-pointer-circle {
position: relative;
z-index: 1;
}
#et-boc .et-l .wpvr-floor-map .floor-pointer-flash,
.wpvr-floor-map .floor-pointer-flash {
position: absolute;
width: 22px;
top: -22px;
left: -2px;
z-index: 0;
visibility: hidden;
opacity: 0;
}
#et-boc .et-l .wpvr-floor-map .add-pulse .floor-pointer-flash,
.wpvr-floor-map .add-pulse .floor-pointer-flash {
visibility: visible;
opacity: 1;
}
.et-db #et-boc .wpvr-floor-map img,
.elementor .wpvr-floor-map img,
.wpvr-floor-map img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
margin: 0 auto;
border-radius: 5px;
}
.et-db #et-boc .ctrl.fullscreen {
top: 120%;
left: 29%;
transform: translate(-50%, -52%);
}
.et-db #et-boc .wpvr-floor-map img {
border-radius: 5px !important;
}
#et-boc .et-l .explainer > iframe,
.explainer > iframe {
border-radius: 10px;
width: 100% !important;
height: 100% !important;
display: block;
}
#et-boc .et-l .explainer_button,
.explainer_button {
position: absolute;
bottom: 46px;
right: 45px;
z-index: 3;
text-align: center;
width: 50px;
}
#et-boc .et-l .pnlm-compass, .pnlm-compass {
bottom: 42px;
margin-top: 0px;
}
.floor_map_button {
position: absolute;
bottom: 48px;
right: 10px;
z-index: 2;
text-align: center;
width: 50px;
}
#et-boc .et-l .floor_map_button{
right: 10px !important
}
#et-boc .et-l .floor_map_button {
bottom: 47px;
}
.et-db #et-boc .wpvr-floor-map .close-floor-map-plan,
.wpvr-floor-map .close-floor-map-plan,
#et-boc .et-l .explainer .close-explainer-video,
.explainer .close-explainer-video {
position: absolute;
right: -7px;
top: -11px;
background: #fff;
line-height: 1;
width: 22px;
height: 22px;
border-radius: 100%;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
cursor: pointer;
z-index: 9;
font-size: 14px;
}
@media only screen and (max-width: 575px) {
.explainer {
width: 60%;
height: 60%;
}
.floor_map_button {
width: auto;
padding: 10px 10px 0;
}
.et-db #et-boc .wpvr-floor-map .close-floor-map-plan,
.wpvr-floor-map .close-floor-map-plan,
#et-boc .et-l .explainer .close-explainer-video,
.explainer .close-explainer-video {
width: 40px;
height: 40px;
}
}
.wpvr-navbar-container {
position: absolute;
top: 5px;
width: 100%;
display: flex;
padding: 10px;
list-style: none;
color: #fff;
justify-content: flex-end;
z-index: 9;
right: 0;
}
.wpvr-navbar-container > li {
margin: 10px;
}
.wpvr-navbar-container > li > a {
color: #fff;
text-decoration: none;
font-size: 16px;
}
.wpvr-navbar-dropdown {
list-style: none;
display: none;
position: absolute;
}
.wpvr-navbar-container > li:hover .wpvr-navbar-dropdown {
display: block;
margin-left: -50px;
}
.wpvr-navbar-dropdown > li > a {
text-decoration: none;
color: #fff;
}
.wpvr-home-content * {
box-sizing: border-box;
}
.wpvr-home-content {
color: #fff;
position: absolute;
top: 50%;
left: 50%;
z-index: 1;
transform: translate(-50%, -50%);
width: 100%;
padding: 0 15px;
box-sizing: border-box;
}
.wpvr-home-title {
font-size: calc(24px + (60 - 24) * ((100vw - 320px) / (1920 - 320)));
line-height: 1.2;
margin-bottom: 10px;
}
.wpvr-home-subtitle {
font-size: calc(18px + (28 - 18) * ((100vw - 320px) / (1920 - 320)));
line-height: 1.2;
}
@media only screen and (min-width: 1921px) {
.wpvr-home-title {
font-size: 60px;
}
.wpvr-home-subtitle {
font-size: 18px;
}
}
.wpvr-topnav {
position: absolute;
bottom: 0;
z-index: 2;
text-align: center;
width: 100%;
padding-bottom: 3px;
}
.wpvr-mobile-notice {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background: #004efa;
display: flex;
flex-flow: row;
align-items: center;
justify-content: center;
padding: 10px;
display: none;
z-index: 9;
}
.wpvr-mobile-notice p {
color: #fff;
margin: 0;
font-size: 13px;
margin-right: 17px;
width: calc(100% - 20px);
}
.wpvr-mobile-notice .notice-close {
font-size: 11px;
border: 1px solid;
color: #fff;
display: inline-block;
line-height: 18px;
height: 20px;
width: 20px;
text-align: center;
border-radius: 100%;
cursor: pointer;
}
#cp-logo-controls {
position: absolute;
top: 10px;
right: 10px;
z-index: 4;
}
.wpvr-social-share-bg-box * {
box-sizing: border-box;
}
.wpvr-social-share-bg-box {
position: absolute;
top: 10px;
right: 10px;
z-index: 2;
text-align: center;
box-sizing: border-box;
display: block;
}
.wpvr-social-share-bg-box .share-btn-svg {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
border-radius: 100%;
background: #fff;
box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
transition: all 0.3s ease;
}
.wpvr-social-share-bg-box .wpvr-share-nav {
position: absolute;
top: 0;
left: 0;
transition: all 0.3s ease 0.3s;
display: flex;
flex-flow: column;
gap: 5px;
}
.wpvr-social-share-bg-box:hover .share-btn-svg {
opacity: 0;
visibility: hidden;
transition-duration: 0.1s;
}
.wpvr-social-share-bg-box:hover .wpvr-share-nav { }
.wpvr-social-share-bg-box .wpvr-share-nav > a {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 100%;
transition: all 0.4s ease;
opacity: 0;
visibility: hidden;
}
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a {
opacity: 1;
visibility: visible;
}
.wpvr-social-share-bg-box .wpvr-share-nav > a img {
width: 20px;
height: 20px;
filter: invert(100%);
}
.wpvr-social-share-bg-box a.wpvr-facebook-icon {
background: #3b5998;
}
.wpvr-social-share-bg-box a.wpvr-twitter-icon {
background: #ffffff;
}
.wpvr-social-share-bg-box a.wpvr-linkedin-icon {
background: #0077b5;
}
.wpvr-social-share-bg-box a.wpvr-reddit-icon {
background: #ff5700;
}
.wpvr-social-share-bg-box a.wpvr-email-icon {
background: #000000;
}
.wpvr-social-share-bg-box .wpvr-share-nav > a.wpvr-reddit-icon,
.wpvr-social-share-bg-box .wpvr-share-nav > a.wpvr-twitter-icon,
.wpvr-social-share-bg-box .wpvr-share-nav > a.wpvr-linkedin-icon {
transform: translateY(-45px);
}
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a.wpvr-reddit-icon,
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a.wpvr-twitter-icon,
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a.wpvr-email-icon,
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a.wpvr-linkedin-icon {
transform: translateY(0);
}
.wpvr-social-share-bg-box .wpvr-share-nav > a.wpvr-facebook-icon {
transition-delay: 0.8s;
}
.wpvr-social-share-bg-box .wpvr-share-nav > a.wpvr-linkedin-icon {
transition-delay: 0.7s;
}
.wpvr-social-share-bg-box .wpvr-share-nav > a.wpvr-twitter-icon {
transition-delay: 0.6s;
}
.wpvr-social-share-bg-box .wpvr-share-nav > a.wpvr-email-icon {
transition-delay: 0.3s;
}
.wpvr-social-share-bg-box .wpvr-share-nav > a.wpvr-reddit-icon {
transition-delay: 0.1s;
}
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a.wpvr-facebook-icon,
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a.wpvr-linkedin-icon {
transition-delay: 0.1s;
}
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a.wpvr-twitter-icon {
transition-delay: 0.3s;
}
.wpvr-social-share-bg-box:hover .wpvr-share-nav > a.wpvr-reddit-icon {
transition-delay: 0.5s;
}
.cp-logo-ctrl {
height: auto;
display: inline-block;
cursor: pointer;
margin: 0 auto;
}
.cp-logo-ctrl img {
max-width: 100px !important;
margin-left: auto;
display: block;
}
#et-boc .et-l .cp-logo-ctrl img {
max-width: 100px !important;
margin-left: auto !important;
display: block !important;
}
.adcontrol {
position: absolute;
bottom: 50px;
z-index: 3;
}
button.audio_control {
outline: none;
box-shadow: none;
}
.audio_control {
background: none !important;
padding: unset;
border: none;
}
#cp-logo-controls .cp-logo-ctrl .cp-info {
font-size: 15px;
position: relative;
background: #fff;
max-width: 350px;
width: auto;
padding: 10px;
border-radius: 5px;
margin-top: 5px;
display: none;
transition: all 0.3s ease;
}
#cp-logo-controls .cp-logo-ctrl.show .cp-info {
display: block;
} .zoom-in-out-controls {
position: absolute;
top: 5px;
left: 4px;
z-index: 2;
text-align: center;
display: flex;
flex-flow: column;
background: rgba(255, 255, 255, 0.27);
border-radius: 3px;
gap: 0;
}
#et-boc .et-l .zoom-in-out-controls .ctrl {
width: auto;
height: auto;
padding: 5px;
}
.zoom-in-out-controls {
top: 37px;
}
.zoom-in-out-controls .ctrl {
padding: 2px 0;
}
.pnlm-container .controls {
position: absolute;
bottom: 5px;
left: 5px;
z-index: 2;
text-align: center;
width: 80px;
height: 80px;
background: rgba(255, 255, 255, 0.27);
border-radius: 100%;
} .pnlm-load-button p {
color: #fff !important;
}
.ctrl {
width: 30px;
text-align: center;
display: inline-block;
cursor: pointer;
}
.ctrl i {
font-size: 18px;
}
.ctrl:hover {
background: none;
}
.controls .ctrl {
position: absolute;
}
.pan-up {
left: 50%;
top: 0;
transform: translateX(-50%);
}
.pan-down {
bottom: 0;
left: 50%;
transform: translateX(-50%);
}
.pan-left {
left: 0;
top: 50%;
transform: translateY(-50%);
}
.pan-right {
right: 0;
top: 50%;
transform: translateY(-50%);
}
.ctrl.fullscreen {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
div.pnlm-hotspot-base.fas:before,
div.pnlm-hotspot-base.fab:before,
div.pnlm-hotspot-base.far:before,
div.pnlm-hotspot-base.fa-solid:before {
font-size: 14px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.vrbounce {
display: inline-block;
position: relative;
-moz-animation: vrbounce 0.5s infinite linear;
-o-animation: vrbounce 0.5s infinite linear;
-webkit-animation: vrbounce 0.5s infinite linear;
animation: vrbounce 0.5s infinite linear;
color: 000;
}
.pnlm-hotspot-base .hexagon-wrapper {
position: absolute;
left: 50%;
top: 50%;
z-index: -1;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
}
.pnlm-hotspot-base .hexagon-wrapper svg {
display: block;
width: 100%;
height: 100%;
}
.wpvr-pluse-effect {
animation: icon-pulse-pointer 1.5s infinite cubic-bezier(0.25, 0, 0, 1);
}
@keyframes icon-pulse-pointer {
0% {
box-shadow: 0 0 0 0px #ffffff;
}
100% {
box-shadow: 0 0 0 10px #ffffff00;
}
}
@-webkit-keyframes vrbounce {
0% {
top: 0;
}
50% {
top: -0.2em;
}
70% {
top: -0.3em;
}
100% {
top: 0;
}
}
@-moz-keyframes vrbounce {
0% {
top: 0;
}
50% {
top: -0.2em;
}
70% {
top: -0.3em;
}
100% {
top: 0;
}
}
@-o-keyframes vrbounce {
0% {
top: 0;
}
50% {
top: -0.2em;
}
70% {
top: -0.3em;
}
100% {
top: 0;
}
}
@-ms-keyframes vrbounce {
0% {
top: 0;
}
50% {
top: -0.2em;
}
70% {
top: -0.3em;
}
100% {
top: 0;
}
}
@keyframes vrbounce {
0% {
top: 0;
}
50% {
top: -0.2em;
}
70% {
top: -0.3em;
}
100% {
top: 0;
}
}
#et-boc .et-l .vrgcontrols,
.vrgcontrols {
position: absolute;
z-index: 6;
width: 20px;
bottom: 0;
height: 30px;
cursor: pointer;
left: 50%;
transform: translateX(-50%);
}
#et-boc .et-l .wpvr_slider_nav,
.wpvr_slider_nav {
position: absolute;
z-index: 6;
bottom: 15px;
height: 30px;
cursor: pointer;
left: 50%;
transform: translateX(-50%);
width: 100%;
}
.wpvr_slider_nav  p {
margin: 0;
}
.wpvr_slider_nav .wpvr_owl_prev,
.wpvr_slider_nav .wpvr_owl_next {
position: absolute;
border-radius: 4px;
bottom: 27px;
font-size: 16px;
padding: 0px;
height: 30px;
width: 30px;
line-height: 1;
border: none;
outline: none !important;
background: #28303d !important;
color: #fff !important;
transition: all 0.3s ease;
text-align: center;
}
.wpvr_slider_nav .wpvr_owl_prev:hover,
.wpvr_slider_nav .wpvr_owl_next:hover {
background: #004efa !important;
}
.wpvr_slider_nav .wpvr_owl_prev {
left: 5px;
}
.wpvr_slider_nav .wpvr_owl_next {
right: 5px;
}
#et-boc .et-l .vrbounce,
.vrbounce {
color: #fff;
display: inline-block;
cursor: pointer;
padding-top: 10px;
}
#et-boc .et-l .vrbounce.vrg-icon-size-large i,
.vrbounce.vrg-icon-size-large i {
font-size: 25px;
}
.scene-gallery ul {
margin: 0;
padding: 0;
}
.scene-gallery ul li {
list-style: none;
font-size: 13px;
line-height: 1.2;
margin: 0;
width: 100%;
text-align: center;
}
.scene-gallery ul li .scene-title {
display: block;
min-height: 16px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%; 
}
.scene-gallery ul li img {
margin-top: 3px !important;
}
.et-db #et-boc .scene-gallery .owl-stage {
margin: 0 auto;
}
#et-boc .et-l .scene-gallery,
.scene-gallery {
position: absolute;
bottom: 0;
z-index: 4;
text-align: center;
width: 100%;
padding: 10px 15px;
background-color: rgba(0, 0, 0, 0.35);
color: #fff;
max-width: 690px;
margin: 0 auto;
left: 0;
right: 0;
}
.scctrl {
border-radius: 5px !important;
width: 100px;
height: 100px !important;
display: inline-block;
cursor: pointer;
margin: 5px;
}
.scctrl:hover {
background: rgba(200, 200, 200, 1);
}
#master-container .vrfullwidth {
width: 98vw !important;
position: relative;
margin-left: -49vw !important;
left: 50% !important;
max-width: 100vw !important;
}
.vrembed {
width: 100% !important;
height: 100% !important;
position: fixed;
left: 0;
top: 0;
z-index: 999;
max-width: 100% !important;
margin: 0 !important;
}
.cardboard-vrembed {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
background: #222;
}
.pnlm-container iframe {
max-width: inherit;
margin-bottom: 0;
}
div.pnlm-container p iframe {
max-width: 300px;
margin-bottom: 0;
}
.pnlm-hotspot-base.custom-icon {
width: 30px;
height: 30px;
display: block;
cursor: pointer;
border-radius: 100%;
}
.pnlm-hotspot-base.custom-icon:hover {
z-index: 9;
}
.pnlm-panorama-info {
left: 0;
bottom: 0;
background-color: rgb(0, 0, 0,0.8);
border-radius: 0;
padding: 8px 14px;
color: #fff;
text-align: center;
width: 100%;
}
.pnlm-panorama-info .pnlm-title-box {
font-size: 14px;
padding-left: 5px;
line-height: 1.2;
width: 349px;
margin: 0 auto 3px;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
color: #FFF;
font-weight: 500;
}
.pnlm-author-box {
font-size: 12px;
display: block;
padding-left: 5px;
}
#et-boc .et-l div.custom-tooltip > p,
div.custom-tooltip > p {
visibility: hidden;
position: absolute;
border-radius: 3px;
background-color: #fff;
color: #000;
font-size: 16px;
padding: 5px 10px;
cursor: default;
margin: 0 !important;
bottom: 40px !important;
left: 50%;
transform: translateX(-50%);
min-width: 300px;
font-weight: 400;
}
#et-boc .et-l div.custom-tooltip > p p,
div.custom-tooltip > p p {
max-height: 250px;
overflow: auto;
}
#et-boc .et-l div.custom-tooltip > p a,
div.custom-tooltip > p a {
transition: inherit;
}      #et-boc .et-l div.pnlm-tooltip span,
div.pnlm-tooltip span {
display: none;
}
#et-boc .et-l div.custom-tooltip:hover span,
div.custom-tooltip:hover span {
visibility: visible;
font-family: Helvetica, "Nimbus Sans L", "Liberation Sans", Arial, sans-serif !important;
}
#et-boc .et-l div.custom-tooltip:hover p,
div.custom-tooltip:hover p {
visibility: visible;
font-family: Helvetica, "Nimbus Sans L", "Liberation Sans", Arial, sans-serif !important;
}
.custom-tooltip:hover {
z-index: 2;
}
#et-boc .et-l div.custom-tooltip p.vr-mode-title:after,
#et-boc .et-l div.custom-tooltip:hover p:after,
div.custom-tooltip p.vr-mode-title:after,
div.custom-tooltip:hover p:after {
content: "";
position: absolute;
width: 0;
height: 0;
border-width: 10px;
border-style: solid;
border-color: #fff transparent transparent transparent;
bottom: -20px;
left: -10px;
margin: 0 50%;
}
#et-boc .et-l .custom-ifram-wrapper,
.custom-ifram-wrapper {
position: absolute;
top: 10%;
bottom: 10%;
left: 50%;
transform: translateX(-50%);
z-index: 99;
width: 80%;
max-width: 980px;
}
#et-boc .et-l div.custom-tooltip p.vr-mode-title:after,
div.custom-tooltip p.vr-mode-title:after {
bottom: -18px;
}
#et-boc .et-l .custom-tooltip p.vr-mode-title,
.custom-tooltip p.vr-mode-title {
visibility: visible;
min-width: 80px;
line-height: 1;
left: 50%;
}
#et-boc .et-l .custom-ifram-flex,
.custom-ifram-flex {
height: 100%;
width: 100%;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
background: #fff;
border-radius: 5px;
}
#et-boc .et-l div.custom-ifram,
div.custom-ifram {
width: 100%;
max-height: 100%;
overflow: auto;
}
.pano-wrap:before {
content: "";
position: absolute;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.7);
width: 100%;
height: 100%;
z-index: 99;
opacity: 0;
visibility: hidden;
transition: all 0.4s linear;
}
.pano-wrap.show-modal:before {
opacity: 1;
visibility: visible;
}
.pano-wrap .cross {
background: #fff;
width: 24px;
height: 24px;
color: red;
line-height: 26px;
position: absolute;
top: -13px;
right: -10px;
text-align: center;
z-index: 99;
font-size: 13px;
border-radius: 100%;
padding-left: 0px;
cursor: pointer;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
box-sizing: border-box;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.pano-wrap.show-modal .cross {
opacity: 1;
visibility: visible;
}                #et-boc .et-l .custom-ifram video,
.custom-ifram video {
margin: 0 auto;
}
#et-boc .et-l .custom-ifram img,
.custom-ifram img {
max-width: 100%;
height: auto;
margin: 0 auto;
display: block;
}
#et-boc .et-l .custom-ifram iframe,
.custom-ifram p iframe {
max-width: 100% !important;
margin: 0 auto !important;
display: block;
width: 100% !important;
height: 100%;
position: absolute;
top: 0;
left: 0;
} .pnlm-load-box {
top: 0;
left: 0;
margin: 0;
width: 100%;
height: 100%;
z-index: 99;
background-color: rgba(0, 0, 0, 0.8);
}
.pnlm-load-box > p {
display: none;
}
.pnlm-load-box .pnlm-lbar {
width: 100%;
border: none;
height: 8px;
position: absolute;
left: 0;
bottom: 0px;
}
.pnlm-load-box .pnlm-lbar .pnlm-lbar-fill {
background: #4775f6;
}
.oxy-wp-vr-tour {
width: 100%;
} .wpvr-product-container {
display: flex;
align-items: center;
justify-content: center;
background: #fff;
padding: 15px;
border-radius: 5px;
}
.wpvr-product-container .wpvr-pr-left-block {
width: 50%;
box-sizing: border-box;
}
.wpvr-product-container
.wpvr-pr-left-block
.woocommerce-product-gallery__image
img {
margin: 0;
max-width: 95%;
width: 100%;
height: auto;
}
.wpvr-product-container .wpvr-pr-right-block {
max-width: 50%;
padding-left: 15px;
box-sizing: border-box;
text-align: left;
}
.wpvr-product-container .wpvr-pr-right-block a {
text-decoration: none !important;
display: inline-block;
}
.wpvr-product-container .wpvr-pr-right-block a h2 {
font-size: 18px;
line-height: 1.4;
margin: 0 0 15px 0;
text-align: left;
}
.wpvr-product-container .wpvr-pr-right-block a h2:before {
display: none;
}
.wpvr-product-container .wpvr-pr-right-block .add_to_cart_inline {
border: none !important;
padding: 0 !important;
text-align: left;
border-radius: 0;
}
.wpvr-product-container .wpvr-pr-right-block .add_to_cart_inline .amount {
display: inline-block;
margin-bottom: 7px;
}
.wpvr-product-container .wpvr-pr-right-block .add_to_cart_inline del .amount {
text-decoration: line-through;
opacity: 0.5;
}
.wpvr-product-container
.wpvr-pr-right-block
.add_to_cart_inline
.wpvr-cart-wrap {
display: flex;
gap: 6px;
align-items: center;
}
.wpvr-product-container .wpvr-pr-right-block .wpvr-cart-wrap a {
font-size: 14px;
line-height: 1.1;
min-height: auto;
padding: 7px 15px;
} .vr-streetview iframe {
width: 100% !important;
height: 100% !important;
} .wpvr-cardboard {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
background: #000;
}
.wpvr-cardboard .pano-wrap {
direction: ltr;
height: 100% !important;
}
.wpvr-cardboard .fullscreen-button {
position: absolute;
top: 10px;
left: 10px;
display: none;
z-index: 1000;
font-size: 25px;
padding: 9px 13px;
}
.cardboard-half {
width: 49% !important;
}
.wpvr-cardboard .fullscreen-button .compress {
display: none;
}
.wpvr-cardboard .pano-left {
position: absolute;
opacity: 0;
visibility: hidden;
} .wpvr-cardboard .wpvr-cardboard-switcher {
position: absolute;
bottom: 10px;
right: 6px;
z-index: 9;
cursor: pointer;
}
.wpvr-cardboard .wpvr-cardboard-switcher.vr-embade-mode {
position: fixed;
z-index: 1000;
}
.wpvr-cardboard .wpvr-cardboard-switcher input[type="checkbox"] {
display: none;
}
.wpvr-cardboard .wpvr-cardboard-switcher .switcher-box {
width: 60px;
height: 35px;
border: 2px solid #216df0;
border-radius: 100px;
display: flex;
flex-flow: column;
align-items: center;
background: #ffffff;
justify-content: center;
}
.wpvr-cardboard .wpvr-cardboard-switcher .switcher-box svg {
width: 35px;
}
.wpvr-cardboard
.wpvr-cardboard-switcher
input[type="checkbox"]:checked
+ .switcher-box {
background-color: #216df0;
border-color: #216df0;
}
.wpvr-cardboard
.wpvr-cardboard-switcher
input[type="checkbox"]:checked
+ .switcher-box
svg
path {
fill: #ffffff;
}
.wpvr-cardboard .wpvr-cardboard-switcher .switcher-box .cardbord-mode-tooltip,
.wpvr-cardboard .wpvr-cardboard-switcher .switcher-box .normal-mode-tooltip {
width: 155px;
background: #ffffff;
border-radius: 10px;
display: block;
padding: 11px 7px;
position: absolute;
bottom: calc(100% + 10px);
right: 0;
text-align: center;
font-weight: 600;
font-size: 14px;
line-height: 1;
color: #000000;
display: none;
}
.wpvr-cardboard
.wpvr-cardboard-switcher
.switcher-box:hover
.normal-mode-tooltip {
display: block;
}
.wpvr-cardboard
.wpvr-cardboard-switcher
input[type="checkbox"]:checked
+ .switcher-box:hover
.normal-mode-tooltip {
display: none;
}
.wpvr-cardboard
.wpvr-cardboard-switcher
input[type="checkbox"]:checked
+ .switcher-box:hover
.cardbord-mode-tooltip {
display: block;
}
.wpvr-cardboard
.wpvr-cardboard-switcher
.switcher-box
.cardbord-mode-tooltip:before,
.wpvr-cardboard
.wpvr-cardboard-switcher
.switcher-box
.normal-mode-tooltip:before {
content: "";
position: absolute;
right: 26px;
bottom: -5px;
width: 14px;
height: 14px;
background: #fff;
transform: rotate(45deg);
border-radius: 3px;
}
.cardboard-vrfullwidth.vrfullwidth {
display: flex;
flex-flow: row wrap;
height: 100%;
justify-content: space-between;
} .wpvr-landscape {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.wpvr-cardboard-disable-event {
cursor: not-allowed;
pointer-events: none;
} @media only screen and (min-width: 1921px) {
.wpvr-home-title {
font-size: 70px;
}
.wpvr-home-subtitle {
font-size: 30px;
}
}
@media (max-width: 1199px) {
.pnlm-container {
width: 100% !important;
height: 500px !important;
}
.pnlm-container.vrembed {
height: 100% !important;
}
.pnlm-container.cardboard-half {
width: 49% !important;
}
.custom-ifram iframe {
height: 300px;
}
div.custom-ifram {
width: 100%;
}
.custom-tooltip p {
width: 430px;
} .vr-streetview {
width: 100% !important;
height: 500px !important;
}
}
@media (max-width: 768px) {
div.custom-tooltip span img {
height: 195px;
width: 340px;
}
div.custom-tooltip p img {
height: 195px;
width: 340px;
}
.custom-ifram iframe {
height: 194px;
width: 350px;
}
.custom-tooltip p {
width: 330px;
}
.wpvr-product-container .wpvr-pr-right-block .add_to_cart_inline a.button {
font-size: 14px;
}
}
@media (max-width: 767px) {
.wpvr-product-container
.wpvr-pr-right-block
.add_to_cart_inline
.wpvr-cart-wrap {
flex-direction: column;
}
.cp-logo-ctrl img {
max-width: 50px !important;
margin-left: auto;
display: block; 
}
div.custom-tooltip span img {
height: 240px;
width: 420px;
}
div.custom-tooltip p img {
height: 240px;
width: 420px;
}
.custom-ifram iframe {
height: 320px;
width: 100%;
}
.pnlm-container.cardboard-half {
width: 49% !important;
}
.custom-tooltip p {
width: 430px;
}
.wpvr-cardboard .pnlm-compass {
right: 7px;
}
.wpvr-cardboard.enable-cardboard .pnlm-compass {
right: 74px !important;
}
.generic_form_button {
top: 55px;
}
#et-boc .et-l .floor_map_button {
right: 30px !important;
}
.et-db #et-boc .wpvr-floor-map,
.wpvr-floor-map { max-width: 300px;
height: 213px;
bottom: 50px;
}
#et-boc .et-l .wpvr_slider_nav .wpvr_owl_next {
right: 40px;
}
#et-boc .et-l .wpvr_slider_nav .wpvr_owl_prev {
left: 40px;
}
}
@media (max-width: 575px) {
.wpvr-mobile-notice {
display: flex;
}
.et-db #et-boc .wpvr-floor-map,
.wpvr-floor-map {
max-width: 200px;
height: 130px;
}
.et-db #et-boc .wpvr-floor-map.fullwindow, .wpvr-floor-map.fullwindow {
width: 280px;
height: 200px;
}
.wpvr-mobile-notice p {
width: calc(100% - 46px);
} .scene-gallery {
padding: 18px 10px;
} .pnlm-container {
width: 100% !important;
height: 300px !important;
}
.pnlm-container.cardboard-half {
width: 49% !important;
}
.pnlm-container.vrembed {
height: 100% !important;
}
div.custom-tooltip span img {
height: 150px;
width: 220px;
}
div.custom-tooltip p img {
height: 150px;
width: 220px;
}
.custom-ifram iframe {
height: 250px;
width: 100%;
}
.pnlm-panorama-info .pnlm-title-box {
width: 100%;
}
#cp-logo-controls .cp-logo-ctrl .cp-info {
width: 220px;
font-size: 13px;
}
div.pnlm-hotspot-base.fas,
div.pnlm-hotspot-base.fab,
div.pnlm-hotspot-base.fa,
div.pnlm-hotspot-base.fa-solid,
div.pnlm-hotspot-base.far {
width: 24px !important;
height: 24px !important;
}
div.pnlm-hotspot-base:before,
div.pnlm-hotspot-base:before,
div.pnlm-hotspot-base:before {
font-size: 11px !important;
} .vr-streetview {
width: 100% !important;
height: 300px !important;
} .wpvr-product-container {
display: block;
}
.wpvr-product-container .wpvr-pr-left-block {
width: 100%;
max-width: 100px;
margin: 0 auto 5px;
}
.wpvr-product-container .wpvr-pr-right-block {
width: 100%;
padding: 0;
text-align: center;
}
.wpvr-product-container .wpvr-pr-right-block a h2 {
text-align: center;
margin: 0 0 10px 0;
}
.wpvr-product-container .wpvr-pr-right-block .add_to_cart_inline {
text-align: center;
}
.wpvr_slider_nav .wpvr_owl_next,
.wpvr_slider_nav .wpvr_owl_prev {
top: -38px;
}
}
.vrowl-carousel .owl-stage {
margin: 0 auto;
}
.vrowl-carousel .owl-item img {
margin: 0;
}  #master-container .custom-scene-navigation {
position: absolute;
top: 4px;
left: 4px;
z-index: 4;
text-align: center;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
border-radius: 3px;
background: rgba(255, 255, 255, 0.27) !important;
box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
width: 30px;
height: 28px;
cursor: pointer;
padding-left: 1px;
box-sizing: border-box;
} #master-container .custom-scene-navigation .hamburger-menu {
display: block;
line-height: 1;
} #master-container .custom-scene-navigation .hamburger-menu svg {
display: block;
}  #master-container .custom-scene-navigation-nav {
max-height: calc(100% - 20px);
left: 70px;
top: 20px;
color: #8e44ad;
width: 176px;
position: absolute;
z-index: 10;
opacity: 0;
visibility: hidden;
transition: all 0.2s ease;
border-radius: 6px;
background: #fff !important;
box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
padding: 8px;
box-sizing: border-box;
overflow: auto;
} #master-container .custom-scene-navigation-nav::-webkit-scrollbar {
width: 5px;
height: 5px;
} #master-container .custom-scene-navigation-nav::-webkit-scrollbar-track {
background: #f2f5f8;
} #master-container .custom-scene-navigation-nav::-webkit-scrollbar-thumb {
background-color: #396ce9;
border-radius: 20px;
}  #master-container .custom-scene-navigation-nav.visible {
opacity: 1;
visibility: visible;
} #master-container .custom-scene-navigation-nav ul {
padding: 0;
margin: 0;
list-style: none;
} #master-container .custom-scene-navigation-nav ul .scene-navigation-list {
color: #292c2f;
font-size: 14px;
font-weight: 600;
line-height: 1.3;
padding: 5px 8px;
cursor: pointer;
border-radius: 4px;
text-transform: capitalize;
transition: all 0.3s ease;
} #master-container .custom-scene-navigation-nav ul .scene-navigation-list.active,
#master-container .custom-scene-navigation-nav ul .scene-navigation-list:hover {
background: #ededed;
} .wpvr-call-to-action-button * {
box-sizing: border-box;
}
#et-boc .et-l .wpvr-call-to-action-button,
.wpvr-call-to-action-button {
width: 100%;
margin-top: 15px;
}
.wpvr-call-to-action-button.position-left {
text-align: left;
}
.wpvr-call-to-action-button.position-center {
text-align: center;
}
.wpvr-call-to-action-button.position-right {
text-align: right;
}
.wpvr-call-to-action-button.position-justified a {
width: 100%;
}
@media (max-width: 424px) {
.et-db #et-boc .wpvr-floor-map img,
.elementor .wpvr-floor-map img,
.wpvr-floor-map img {
width: 100%;
height: 100%;
object-fit: cover; 
display: block;
margin: 0 auto;
border-radius: 5px;
}
#et-boc .et-l .pnlm-panorama-info .pnlm-title-box {
width: auto;
}
} .et-db #et-boc .et-l .owl-item.active.clicked ul li,
.owl-item.active.clicked ul li {
color: #3f04fe;
}
.et-db #et-boc .et-l .et_pb_text .owl-item  ul li {
list-style: none !important;
}
.et-db #et-boc .et-l .et_pb_code ul li {
list-style: none !important;
}
.et-db #et-boc .et-l .et_pb_code ul {
margin-left: 0 !important;
}
.et-db #et-boc .et-l .et_pb_text .owl-item  ul {
margin: 0;
padding-bottom: 0;
}
.et-db #et-boc .et-l .et_pb_text ol,
.et-db #et-boc .et-l .et_pb_text ul {
padding-bottom: 0;
}
.et-db #et-boc .owl-item.active.clicked ul li img,
.owl-item.active.clicked ul li img {
border: 2px solid #3f04fe;
}:root { --tcdce-base-font-size-pc: inherit;
--tcdce-base-font-size-sp: inherit;
--tcdce-base-font-family: inherit;
--tcdce-base-line-height-pc: 2.4;
--tcdce-base-line-height-sp: 2.2;
--tcdce-base-font-color: inherit;
--tcdce-base-link-color: #0b57d0;
--tcdce-base-link-decoration: underline;
--tcdce-base-margin-top-pc: 0;
--tcdce-base-margin-top-sp: 0;
--tcdce-base-margin-bottom-pc: 40px;
--tcdce-base-margin-bottom-sp: 30px;
--tcdce-half-leading: calc((1em - 1lh) / 2); --tcdce-opt-font-type-serif: "Times New Roman", Times, "Yu Mincho", "游明朝",
"游明朝体", "Hiragino Mincho Pro", serif, "HiraMinProN-W3", "HGS明朝E",
"ＭＳ Ｐ明朝", "MS PMincho", serif;
--tcdce-opt-font-type-sans-serif: Arial, "Hiragino Sans", "Yu Gothic Medium",
"Meiryo", sans-serif;
--tcdce-opt-font-weight-normal: 400;
--tcdce-opt-font-weight-bold: 600;
--tcdce-opt-inset-block-top: 0 auto;
--tcdce-opt-inset-block-center: 0;
--tcdce-opt-inset-block-bottom: auto 0;
--tcdce-opt-inset-inline-left: 0 auto;
--tcdce-opt-inset-inline-center: 0;
--tcdce-opt-inset-inline-right: auto 0;
--tcdce-opt-icon: "";
--tcdce-opt-icon--info: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M480.01-290q12.76 0 21.37-8.63Q510-307.25 510-320v-170q0-12.75-8.63-21.38-8.63-8.62-21.38-8.62-12.76 0-21.37 8.62Q450-502.75 450-490v170q0 12.75 8.63 21.37 8.63 8.63 21.38 8.63ZM480-588.46q13.73 0 23.02-9.29t9.29-23.02q0-13.73-9.29-23.02-9.29-9.28-23.02-9.28t-23.02 9.28q-9.29 9.29-9.29 23.02t9.29 23.02q9.29 9.29 23.02 9.29Zm.07 488.46q-78.84 0-148.21-29.92t-120.68-81.21q-51.31-51.29-81.25-120.63Q100-401.1 100-479.93q0-78.84 29.92-148.21t81.21-120.68q51.29-51.31 120.63-81.25Q401.1-860 479.93-860q78.84 0 148.21 29.92t120.68 81.21q51.31 51.29 81.25 120.63Q860-558.9 860-480.07q0 78.84-29.92 148.21t-81.21 120.68q-51.29 51.31-120.63 81.25Q558.9-100 480.07-100Zm-.07-60q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"/></svg>');
--tcdce-opt-icon--help: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M479.56-255.39q17.13 0 28.94-11.82 11.81-11.83 11.81-28.97 0-17.13-11.83-28.94-11.83-11.8-28.96-11.8-17.13 0-28.94 11.83-11.81 11.83-11.81 28.96 0 17.13 11.83 28.94 11.83 11.8 28.96 11.8Zm.51 155.39q-78.84 0-148.21-29.92t-120.68-81.21q-51.31-51.29-81.25-120.63Q100-401.1 100-479.93q0-78.84 29.92-148.21t81.21-120.68q51.29-51.31 120.63-81.25Q401.1-860 479.93-860q78.84 0 148.21 29.92t120.68 81.21q51.31 51.29 81.25 120.63Q860-558.9 860-480.07q0 78.84-29.92 148.21t-81.21 120.68q-51.29 51.31-120.63 81.25Q558.9-100 480.07-100Zm-.07-60q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Zm3.24-171.23q27.68 0 47.91 17.43 20.24 17.43 20.24 43.57 0 22-12.93 39.38-12.92 17.39-29.54 32.39-21.78 19.32-38.35 42.51-16.57 23.18-17.72 51.64-.39 10.93 7.69 18.31 8.08 7.38 18.84 7.38 11.54 0 19.54-7.69t10.23-18.84q4-20.62 17.04-36.73 13.04-16.12 28.25-30.65 21.87-21.32 38.17-46.48 16.31-25.17 16.31-56.14 0-47.54-37.46-78.12Q534-703.84 484-703.84q-35.69 0-67.31 15.8-31.61 15.81-49.23 46.12-5.46 9.31-3.5 19.59 1.95 10.29 10.55 15.62 10.95 6.09 22.49 3.48 11.54-2.62 19.61-13.15 12.16-15.77 29.43-25.31t37.2-9.54Z"/></svg>');
--tcdce-opt-icon--pen: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M200-200h50.46l409.46-409.46-50.46-50.46L200-250.46V-200Zm-23.84 60q-15.37 0-25.76-10.4-10.4-10.39-10.4-25.76v-69.3q0-14.63 5.62-27.89 5.61-13.26 15.46-23.11l506.54-506.31q9.07-8.24 20.03-12.73 10.97-4.5 23-4.5t23.3 4.27q11.28 4.27 19.97 13.58l48.85 49.46q9.31 8.69 13.27 20 3.96 11.31 3.96 22.62 0 12.07-4.12 23.03-4.12 10.97-13.11 20.04L296.46-161.08q-9.85 9.85-23.11 15.46-13.26 5.62-27.89 5.62h-69.3Zm584.22-570.15-50.23-50.23 50.23 50.23Zm-126.13 75.9-24.79-25.67 50.46 50.46-25.67-24.79Z"/></svg>');
--tcdce-opt-icon--bulb: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M480-96.92q-30.31 0-52.27-21-21.96-21-23.88-51.31h152.3q-1.92 30.31-23.88 51.31-21.96 21-52.27 21Zm-120-127.7q-12.77 0-21.38-8.61-8.62-8.62-8.62-21.39 0-12.77 8.62-21.38 8.61-8.62 21.38-8.62h240q12.77 0 21.38 8.62 8.62 8.61 8.62 21.38t-8.62 21.39q-8.61 8.61-21.38 8.61H360ZM336.15-340q-62.84-39.08-99.49-102.12Q200-505.15 200-580q0-116.92 81.54-198.46T480-860q116.92 0 198.46 81.54T760-580q0 74.85-36.66 137.88-36.65 63.04-99.49 102.12h-287.7ZM354-400h252q45-32 69.5-79T700-580q0-92-64-156t-156-64q-92 0-156 64t-64 156q0 54 24.5 101t69.5 79Zm126 0Z"/></svg>');
--tcdce-opt-icon--warn: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M480-290.77q13.73 0 23.02-9.29t9.29-23.02q0-13.73-9.29-23.02-9.29-9.28-23.02-9.28t-23.02 9.28q-9.29 9.29-9.29 23.02t9.29 23.02q9.29 9.29 23.02 9.29Zm.01-146.15q12.76 0 21.37-8.63 8.62-8.62 8.62-21.37v-180q0-12.75-8.63-21.38-8.63-8.62-21.38-8.62-12.76 0-21.37 8.62-8.62 8.63-8.62 21.38v180q0 12.75 8.63 21.37 8.63 8.63 21.38 8.63Zm.06 336.92q-78.84 0-148.21-29.92t-120.68-81.21q-51.31-51.29-81.25-120.63Q100-401.1 100-479.93q0-78.84 29.92-148.21t81.21-120.68q51.29-51.31 120.63-81.25Q401.1-860 479.93-860q78.84 0 148.21 29.92t120.68 81.21q51.31 51.29 81.25 120.63Q860-558.9 860-480.07q0 78.84-29.92 148.21t-81.21 120.68q-51.29 51.31-120.63 81.25Q558.9-100 480.07-100Zm-.07-60q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"/></svg>');
--tcdce-opt-icon--good: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M827.69-620q28.54 0 50.42 21.89Q900-576.23 900-547.69v64.61q0 6.3-1.62 13.5-1.61 7.19-3.61 13.43l-114.64 270.5q-8.59 19.19-28.82 32.42T709.09-140H288.46v-480l232.69-230.69q11.93-11.92 27.62-14.23 15.69-2.31 30.07 5.38 14.39 7.7 21.08 21.85 6.69 14.15 2.85 29.31L559.69-620h268Zm-479.23 25.54V-200h360.77q4.23 0 8.65-2.31 4.43-2.31 6.74-7.69L840-480v-67.69q0-5.39-3.46-8.85t-8.85-3.46H483.85L534-779.23 348.46-594.46ZM172.31-140q-29.83 0-51.07-21.24Q100-182.48 100-212.31v-335.38q0-29.83 21.24-51.07Q142.48-620 172.31-620h116.15v60H172.31q-5.39 0-8.85 3.46t-3.46 8.85v335.38q0 5.39 3.46 8.85t8.85 3.46h116.15v60H172.31Zm176.15-60v-394.46V-200Z"/></svg>');
--tcdce-opt-icon--bad: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M132.31-340q-28.54 0-50.42-21.89Q60-383.77 60-412.31v-64.61q0-6.3 1.62-13.5 1.61-7.19 3.61-13.43l114.64-270.5q8.59-19.19 28.82-32.42T250.91-820h420.63v480L438.85-109.31q-11.93 11.92-27.62 14.23-15.69 2.31-30.07-5.38-14.39-7.7-21.08-21.85-6.69-14.15-2.85-29.31L400.31-340h-268Zm479.23-25.54V-760H250.77q-4.23 0-8.65 2.31-4.43 2.31-6.74 7.69L120-480v67.69q0 5.39 3.46 8.85t8.85 3.46h343.84L426-180.77l185.54-184.77ZM787.69-820q29.83 0 51.07 21.24Q860-777.52 860-747.69v335.38q0 29.83-21.24 51.07Q817.52-340 787.69-340H671.54v-60h116.15q5.39 0 8.85-3.46t3.46-8.85v-335.38q0-5.39-3.46-8.85t-8.85-3.46H671.54v-60h116.15Zm-176.15 60v394.46V-760Z"/></svg>');
--tcdce-opt-icon--check: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="m382-339.38 345.54-345.54q8.92-8.93 20.88-9.12 11.96-.19 21.27 9.12 9.31 9.31 9.31 21.38 0 12.08-9.31 21.39l-362.38 363q-10.85 10.84-25.31 10.84-14.46 0-25.31-10.84l-167-167q-8.92-8.93-8.8-21.2.11-12.26 9.42-21.57t21.38-9.31q12.08 0 21.39 9.31L382-339.38Z"/></svg>');
--tcdce-opt-icon--circle: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M480.07-100q-78.84 0-148.21-29.92t-120.68-81.21q-51.31-51.29-81.25-120.63Q100-401.1 100-479.93q0-78.84 29.92-148.21t81.21-120.68q51.29-51.31 120.63-81.25Q401.1-860 479.93-860q78.84 0 148.21 29.92t120.68 81.21q51.31 51.29 81.25 120.63Q860-558.9 860-480.07q0 78.84-29.92 148.21t-81.21 120.68q-51.29 51.31-120.63 81.25Q558.9-100 480.07-100Zm-.07-60q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"/></svg>');
--tcdce-opt-icon--cross: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M480-437.85 277.08-234.92q-8.31 8.3-20.89 8.5-12.57.19-21.27-8.5-8.69-8.7-8.69-21.08 0-12.38 8.69-21.08L437.85-480 234.92-682.92q-8.3-8.31-8.5-20.89-.19-12.57 8.5-21.27 8.7-8.69 21.08-8.69 12.38 0 21.08 8.69L480-522.15l202.92-202.93q8.31-8.3 20.89-8.5 12.57-.19 21.27 8.5 8.69 8.7 8.69 21.08 0 12.38-8.69 21.08L522.15-480l202.93 202.92q8.3 8.31 8.5 20.89.19 12.57-8.5 21.27-8.7 8.69-21.08 8.69-12.38 0-21.08-8.69L480-437.85Z"/></svg>');  --tcdce-h1-font-size-pc: 32px;
--tcdce-h1-font-size-sp: 22px;
--tcdce-h1-line-height: 1.5;
--tcdce-h1-text-align: center;
--tcdce-h1-font-weight: 600;
--tcdce-h1-font-color: var(--tcdce-base-font-color);
--tcdce-h1-font-family: var(--tcdce-base-font-family);
--tcdce-h1-content-width: 100%; --tcdce-h1-background: initial;
--tcdce-h1-background-color: ;
--tcdce-h1-background-gradation-color1: ;
--tcdce-h1-background-gradation-color2: ; --tcdce-h1-border-style: hidden;
--tcdce-h1-border-position: var(--tcdce-h2-border-width);
--tcdce-h1-border-width: 0px;
--tcdce-h1-border-color: ;
--tcdce-h1-border-gradation-color1: ;
--tcdce-h1-border-gradation-color2: ; --tcdce-h1-element-background: initial;
--tcdce-h1-element-color: ;
--tcdce-h1-element-gradation-color1: ;
--tcdce-h1-element-gradation-color2: ;
--tcdce-h1-element-image-url: ;
--tcdce-h1-element-inset-inline: var(--tcdce-opt-inset-inline-left);
--tcdce-h1-element-inset-block: var(--tcdce-opt-inset-block-top);
--tcdce-h1-element-size-w-pc: 0px;
--tcdce-h1-element-size-w-sp: 0px;
--tcdce-h1-element-size-h-pc: 0px;
--tcdce-h1-element-size-h-sp: 0px; --tcdce-h1-padding-pc: 0px;
--tcdce-h1-padding-sp: 0px;
--tcdce-h1-padding-top-pc: 0px;
--tcdce-h1-padding-top-sp: 0px;
--tcdce-h1-padding-right-pc: 0px;
--tcdce-h1-padding-right-sp: 0px;
--tcdce-h1-padding-bottom-pc: 0px;
--tcdce-h1-padding-bottom-sp: 0px;
--tcdce-h1-padding-left-pc: 0px;
--tcdce-h1-padding-left-sp: 0px; --tcdce-h1-margin-top-pc: 100px;
--tcdce-h1-margin-top-sp: 50px;
--tcdce-h1-margin-bottom-pc: 30px;
--tcdce-h1-margin-bottom-sp: 20px;  --tcdce-h2-font-size-pc: 28px;
--tcdce-h2-font-size-sp: 22px;
--tcdce-h2-line-height: 1.5;
--tcdce-h2-text-align: center;
--tcdce-h2-font-weight: 600;
--tcdce-h2-font-color: var(--tcdce-base-font-color);
--tcdce-h2-font-family: var(--tcdce-base-font-family);
--tcdce-h2-content-width: 100%; --tcdce-h2-background: initial;
--tcdce-h2-background-color: ;
--tcdce-h2-background-gradation-color1: ;
--tcdce-h2-background-gradation-color2: ; --tcdce-h2-border-style: hidden;
--tcdce-h2-border-position: var(--tcdce-h2-border-width);
--tcdce-h2-border-width: 0px;
--tcdce-h2-border-color: ;
--tcdce-h2-border-gradation-color1: ;
--tcdce-h2-border-gradation-color2: ; --tcdce-h2-element-background: initial;
--tcdce-h2-element-color: ;
--tcdce-h2-element-gradation-color1: ;
--tcdce-h2-element-gradation-color2: ;
--tcdce-h2-element-image-url: ;
--tcdce-h2-element-inset-inline: var(--tcdce-opt-inset-inline-left);
--tcdce-h2-element-inset-block: var(--tcdce-opt-inset-block-top);
--tcdce-h2-element-size-w-pc: 0px;
--tcdce-h2-element-size-w-sp: 0px;
--tcdce-h2-element-size-h-pc: 0px;
--tcdce-h2-element-size-h-sp: 0px; --tcdce-h2-padding-pc: 0px;
--tcdce-h2-padding-sp: 0px;
--tcdce-h2-padding-top-pc: 0px;
--tcdce-h2-padding-top-sp: 0px;
--tcdce-h2-padding-right-pc: 0px;
--tcdce-h2-padding-right-sp: 0px;
--tcdce-h2-padding-bottom-pc: 0px;
--tcdce-h2-padding-bottom-sp: 0px;
--tcdce-h2-padding-left-pc: 0px;
--tcdce-h2-padding-left-sp: 0px; --tcdce-h2-margin-top-pc: 100px;
--tcdce-h2-margin-top-sp: 50px;
--tcdce-h2-margin-bottom-pc: 30px;
--tcdce-h2-margin-bottom-sp: 20px;  --tcdce-h3-font-size-pc: 24px;
--tcdce-h3-font-size-sp: 20px;
--tcdce-h3-line-height: 1.5;
--tcdce-h3-text-align: left;
--tcdce-h3-font-weight: 600;
--tcdce-h3-font-color: var(--tcdce-base-font-color);
--tcdce-h3-font-family: var(--tcdce-base-font-family);
--tcdce-h3-content-width: 100%; --tcdce-h3-background: initial;
--tcdce-h3-background-color: ;
--tcdce-h3-background-gradation-color1: ;
--tcdce-h3-background-gradation-color2: ; --tcdce-h3-border-style: hidden;
--tcdce-h3-border-position: var(--tcdce-h3-border-width);
--tcdce-h3-border-width: 0px;
--tcdce-h3-border-color: ;
--tcdce-h3-border-gradation-color1: ;
--tcdce-h3-border-gradation-color2: ; --tcdce-h3-element-background: initial;
--tcdce-h3-element-color: ;
--tcdce-h3-element-gradation-color1: ;
--tcdce-h3-element-gradation-color2: ;
--tcdce-h3-element-image-url: ;
--tcdce-h3-element-inset-inline: var(--tcdce-opt-inset-inline-left);
--tcdce-h3-element-inset-block: var(--tcdce-opt-inset-block-top);
--tcdce-h3-element-size-w-pc: 0px;
--tcdce-h3-element-size-w-sp: 0px;
--tcdce-h3-element-size-h-pc: 0px;
--tcdce-h3-element-size-h-sp: 0px; --tcdce-h3-padding-pc: 0px;
--tcdce-h3-padding-sp: 0px;
--tcdce-h3-padding-top-pc: 0px;
--tcdce-h3-padding-top-sp: 0px;
--tcdce-h3-padding-right-pc: 0px;
--tcdce-h3-padding-right-sp: 0px;
--tcdce-h3-padding-bottom-pc: 0px;
--tcdce-h3-padding-bottom-sp: 0px;
--tcdce-h3-padding-left-pc: 0px;
--tcdce-h3-padding-left-sp: 0px; --tcdce-h3-margin-top-pc: 80px;
--tcdce-h3-margin-top-sp: 50px;
--tcdce-h3-margin-bottom-pc: 20px;
--tcdce-h3-margin-bottom-sp: 20px;  --tcdce-h4-font-size-pc: 22px;
--tcdce-h4-font-size-sp: 18px;
--tcdce-h4-line-height: 1.5;
--tcdce-h4-text-align: left;
--tcdce-h4-font-weight: 600;
--tcdce-h4-font-color: var(--tcdce-base-font-color);
--tcdce-h4-font-family: var(--tcdce-base-font-family);
--tcdce-h4-content-width: 100%; --tcdce-h4-background: initial;
--tcdce-h4-background-color: ;
--tcdce-h4-background-gradation-color1: ;
--tcdce-h4-background-gradation-color2: ; --tcdce-h4-border-style: hidden;
--tcdce-h4-border-position: var(--tcdce-h4-border-width);
--tcdce-h4-border-width: 0px;
--tcdce-h4-border-color: ;
--tcdce-h4-border-gradation-color1: ;
--tcdce-h4-border-gradation-color2: ; --tcdce-h4-element-background: initial;
--tcdce-h4-element-color: ;
--tcdce-h4-element-gradation-color1: ;
--tcdce-h4-element-gradation-color2: ;
--tcdce-h4-element-image-url: ;
--tcdce-h4-element-inset-inline: var(--tcdce-opt-inset-inline-left);
--tcdce-h4-element-inset-block: var(--tcdce-opt-inset-block-top);
--tcdce-h4-element-size-w-pc: 0px;
--tcdce-h4-element-size-w-sp: 0px;
--tcdce-h4-element-size-h-pc: 0px;
--tcdce-h4-element-size-h-sp: 0px; --tcdce-h4-padding-pc: 0px;
--tcdce-h4-padding-sp: 0px;
--tcdce-h4-padding-top-pc: 0px;
--tcdce-h4-padding-top-sp: 0px;
--tcdce-h4-padding-right-pc: 0px;
--tcdce-h4-padding-right-sp: 0px;
--tcdce-h4-padding-bottom-pc: 0px;
--tcdce-h4-padding-bottom-sp: 0px;
--tcdce-h4-padding-left-pc: 0px;
--tcdce-h4-padding-left-sp: 0px; --tcdce-h4-margin-top-pc: 60px;
--tcdce-h4-margin-top-sp: 40px;
--tcdce-h4-margin-bottom-pc: 15px;
--tcdce-h4-margin-bottom-sp: 15px;  --tcdce-h5-font-size-pc: 20px;
--tcdce-h5-font-size-sp: 16px;
--tcdce-h5-line-height: 1.5;
--tcdce-h5-text-align: left;
--tcdce-h5-font-weight: 600;
--tcdce-h5-font-color: var(--tcdce-base-font-color);
--tcdce-h5-font-family: var(--tcdce-base-font-family);
--tcdce-h5-content-width: 100%; --tcdce-h5-background: initial;
--tcdce-h5-background-color: ;
--tcdce-h5-background-gradation-color1: ;
--tcdce-h5-background-gradation-color2: ; --tcdce-h5-border-style: hidden;
--tcdce-h5-border-position: var(--tcdce-h5-border-width);
--tcdce-h5-border-width: 0px;
--tcdce-h5-border-color: ;
--tcdce-h5-border-gradation-color1: ;
--tcdce-h5-border-gradation-color2: ; --tcdce-h5-element-background: initial;
--tcdce-h5-element-color: ;
--tcdce-h5-element-gradation-color1: ;
--tcdce-h5-element-gradation-color2: ;
--tcdce-h5-element-image-url: ;
--tcdce-h5-element-inset-inline: var(--tcdce-opt-inset-inline-left);
--tcdce-h5-element-inset-block: var(--tcdce-opt-inset-block-top);
--tcdce-h5-element-size-w-pc: 0px;
--tcdce-h5-element-size-w-sp: 0px;
--tcdce-h5-element-size-h-pc: 0px;
--tcdce-h5-element-size-h-sp: 0px; --tcdce-h5-padding-pc: 0px;
--tcdce-h5-padding-sp: 0px;
--tcdce-h5-padding-top-pc: 0px;
--tcdce-h5-padding-top-sp: 0px;
--tcdce-h5-padding-right-pc: 0px;
--tcdce-h5-padding-right-sp: 0px;
--tcdce-h5-padding-bottom-pc: 0px;
--tcdce-h5-padding-bottom-sp: 0px;
--tcdce-h5-padding-left-pc: 0px;
--tcdce-h5-padding-left-sp: 0px; --tcdce-h5-margin-top-pc: 50px;
--tcdce-h5-margin-top-sp: 40px;
--tcdce-h5-margin-bottom-pc: 10px;
--tcdce-h5-margin-bottom-sp: 10px;  --tcdce-h6-font-size-pc: 18px;
--tcdce-h6-font-size-sp: 16px;
--tcdce-h6-line-height: 1.5;
--tcdce-h6-text-align: left;
--tcdce-h6-font-weight: 600;
--tcdce-h6-font-color: var(--tcdce-base-font-color);
--tcdce-h6-font-family: var(--tcdce-base-font-family);
--tcdce-h6-content-width: 100%; --tcdce-h6-background: initial;
--tcdce-h6-background-color: ;
--tcdce-h6-background-gradation-color1: ;
--tcdce-h6-background-gradation-color2: ; --tcdce-h6-border-style: hidden;
--tcdce-h6-border-position: var(--tcdce-h6-border-width);
--tcdce-h6-border-width: 0px;
--tcdce-h6-border-color: ;
--tcdce-h6-border-gradation-color1: ;
--tcdce-h6-border-gradation-color2: ; --tcdce-h6-element-background: initial;
--tcdce-h6-element-color: ;
--tcdce-h6-element-gradation-color1: ;
--tcdce-h6-element-gradation-color2: ;
--tcdce-h6-element-image-url: ;
--tcdce-h6-element-inset-inline: var(--tcdce-opt-inset-inline-left);
--tcdce-h6-element-inset-block: var(--tcdce-opt-inset-block-top);
--tcdce-h6-element-size-w-pc: 0px;
--tcdce-h6-element-size-w-sp: 0px;
--tcdce-h6-element-size-h-pc: 0px;
--tcdce-h6-element-size-h-sp: 0px; --tcdce-h6-padding-pc: 0px;
--tcdce-h6-padding-sp: 0px;
--tcdce-h6-padding-top-pc: 0px;
--tcdce-h6-padding-top-sp: 0px;
--tcdce-h6-padding-right-pc: 0px;
--tcdce-h6-padding-right-sp: 0px;
--tcdce-h6-padding-bottom-pc: 0px;
--tcdce-h6-padding-bottom-sp: 0px;
--tcdce-h6-padding-left-pc: 0px;
--tcdce-h6-padding-left-sp: 0px; --tcdce-h6-margin-top-pc: 50px;
--tcdce-h6-margin-top-sp: 40px;
--tcdce-h6-margin-bottom-pc: 10px;
--tcdce-h6-margin-bottom-sp: 10px; --tcdce-ul-font-size-pc: 16px;
--tcdce-ul-font-size-sp: 14px;
--tcdce-ul-font-weight: normal;
--tcdce-ul-font-color: var(--tcdce-base-font-color); --tcdce-ul-background: initial;
--tcdce-ul-background-color: ;
--tcdce-ul-background-gradation-color1: ;
--tcdce-ul-background-gradation-color2: ; --tcdce-ul-border-style: hidden;
--tcdce-ul-border-width: 2;
--tcdce-ul-border-color: #000000; --tcdce-ul-list-style: disc;
--tcdce-ul-icon: none;
--tcdce-ul-icon-offset: 1em;
--tcdce-ul-icon-content: ;
--tcdce-ul-icon-image-url: ;
--tcdce-ul-icon-color: #000000; --tcdce-ul-padding-pc: 0px;
--tcdce-ul-padding-sp: 0px;
--tcdce-ul-padding-custom-pc: 30px;
--tcdce-ul-padding-custom-sp: 15px; --tcdce-ul-margin-top-pc: 40px;
--tcdce-ul-margin-top-sp: 30px;
--tcdce-ul-margin-bottom-pc: 40px;
--tcdce-ul-margin-bottom-sp: 30px; --tcdce-ol-font-size-pc: 16px;
--tcdce-ol-font-size-sp: 14px;
--tcdce-ol-font-weight: normal;
--tcdce-ol-font-color: var(--tcdce-base-font-color); --tcdce-ol-background: initial;
--tcdce-ol-background-color: ;
--tcdce-ol-background-gradation-color1: ;
--tcdce-ol-background-gradation-color2: ; --tcdce-ol-border-style: hidden;
--tcdce-ol-border-width: 2;
--tcdce-ol-border-color: #000000; --tcdce-ol-list-style: decimal;
--tcdce-ol-counter-type: none;
--tcdce-ol-counter-offset: 1em;
--tcdce-ol-counter-weight: normal;
--tcdce-ol-counter-size: scale(1);
--tcdce-ol-counter-color: #000000;
--tcdce-ol-counter-background: transparent;
--tcdce-ol-counter-background-color: #000000; --tcdce-ol-padding-pc: 0px;
--tcdce-ol-padding-sp: 0px;
--tcdce-ol-padding-custom-pc: 30px;
--tcdce-ol-padding-custom-sp: 15px; --tcdce-ol-margin-top-pc: 40px;
--tcdce-ol-margin-top-sp: 30px;
--tcdce-ol-margin-bottom-pc: 40px;
--tcdce-ol-margin-bottom-sp: 30px;  --tcdce-box-font-size-pc: 16px;
--tcdce-box-font-size-sp: 14px;
--tcdce-box-font-color: #000000;
--tcdce-box-font-weight: normal; --tcdce-box-background: #f6f6f6;
--tcdce-box-background-gradation-color1: ;
--tcdce-box-background-gradation-color2: ; --tcdce-box-border-style: hidden;
--tcdce-box-border-width: 2;
--tcdce-box-border-color: #000000; --tcdce-box-icon: none;
--tcdce-box-icon-offset: 0em;
--tcdce-box-icon-content: ;
--tcdce-box-icon-image-url: ;
--tcdce-box-icon-color: #000000; --tcdce-box-padding-pc: 1.5em;
--tcdce-box-padding-sp: 1em;
--tcdce-box-padding-custom-pc: 30px;
--tcdce-box-padding-custom-sp: 15px; --tcdce-box-margin-top-pc: 40px;
--tcdce-box-margin-top-sp: 30px;
--tcdce-box-margin-bottom-pc: 40px;
--tcdce-box-margin-bottom-sp: 30px; --tcdce-marker-font-weight: 400;
--tcdce-marker-color: #fff799;
--tcdce-marker-weight: 0.8em;
--tcdce-marker-animation: none;
--tcdce-marker-animation-keyframes: tcdCeMarkerAnimation 1s ease; --tcdce-button-font-size-pc: 16px;
--tcdce-button-font-size-sp: 14px;
--tcdce-button-font-weight: 400;
--tcdce-button-size-width-pc: 270px;
--tcdce-button-size-width-sp: 220px;
--tcdce-button-size-height-pc: 60px;
--tcdce-button-size-height-sp: 50px;
--tcdce-button-shape: 60px;
--tcdce-button-shape--round: var(--tcdce-button-size-height-pc);
--tcdce-button-shape--square: 0;
--tcdce-button-preset-color--a: #000000;
--tcdce-button-preset-color--b: #333333;
--tcdce-button-preset-color--gradation--a: ;
--tcdce-button-preset-color--gradation--b: ;
--tcdce-button-font-color: #ffffff;
--tcdce-button-font-color-hover: #ffffff;
--tcdce-button-background: var(--tcdce-button-preset-color--a);
--tcdce-button-background-hover: var(--tcdce-button-preset-color--b);
--tcdce-button-border: none;
--tcdce-button-border-hover: none;
--tcdce-button-transform: none;
--tcdce-button-transform-hover: none;
--tcdce-button-overlay: none;
--tcdce-button-margin-top-pc: 40px;
--tcdce-button-margin-top-sp: 30px;
--tcdce-button-margin-bottom-pc: 40px;
--tcdce-button-margin-bottom-sp: 30px; --tcdce-sb-font-size-pc: 16px;
--tcdce-sb-font-size-sp: 14px;
--tcdce-sb-font-weight: 400;
--tcdce-sb-font-color: #000000;
--tcdce-sb-image-url: url(//satoji.net/satoji/wp-content/plugins/tcd-classic-editor/assets/image/avatar.png);
--tcdce-sb-preset-color--bg: #ffffff;
--tcdce-sb-preset-color--border: #000000;
--tcdce-sb-background: transparent;
--tcdce-sb-border-color: transparent;
--tcdce-sb-padding: 0;
--tcdce-sb-direction: row;
--tcdce-sb-triangle-before-offset: -10px;
--tcdce-sb-triangle-after-offset: -7px;
--tcdce-sb-triangle-path: polygon(100% 0, 0 50%, 100% 100%);
--tcdce-sb-margin-top-pc: 40px;
--tcdce-sb-margin-top-sp: 30px;
--tcdce-sb-margin-bottom-pc: 40px;
--tcdce-sb-margin-bottom-sp: 30px;
}
@font-face {
font-family: "editor";
font-weight: normal;
font-style: normal;
font-display: swap;
src: url(//satoji.net/satoji/wp-content/plugins/tcd-classic-editor/assets/font/editor.woff?v=1.0) format("woff");
}
:is(.tcdce-body, .editor-styles-wrapper) {
container: tcdce / inline-size;
position: relative;
color: var(--tcdce-base-font-color);
font-size: var(--tcdce-base-font-size-pc);
font-family: var(--tcdce-base-font-family);
line-height: var(--tcdce-base-line-height-pc);
overflow-wrap: break-word;
}
:is(.tcdce-body, .editor-styles-wrapper),
:is(.tcdce-body, .editor-styles-wrapper) * {
box-sizing: border-box;
}
@media (max-width: 767px) {
:is(.tcdce-body, .editor-styles-wrapper) {
font-size: var(--tcdce-base-font-size-sp);
line-height: var(--tcdce-base-line-height-sp);
}
} :is(.tcdce-body, .editor-styles-wrapper) > *:has(+ *) {
margin-bottom: var(--tcdce-base-margin-bottom-pc);
} .tcdce-body .wp-block-group__inner-container > *:has(+ *) {
margin-bottom: var(--tcdce-base-margin-bottom-pc);
}
@container tcdce (max-width: 600px) {
:is(.tcdce-body, .tcdce-body .wp-block-group__inner-container) > * {
--tcdce-base-margin-bottom-pc: var(--tcdce-base-margin-bottom-sp);
}
} :is(.tcdce-body, .editor-styles-wrapper) :where(a) {
color: var(--tcdce-base-link-color);
}
@media (any-hover: hover) {
:is(.tcdce-body, .editor-styles-wrapper) :where(a:hover) {
text-decoration: var(--tcdce-base-link-decoration);
}
} :is(.tcdce-body, .editor-styles-wrapper) strong,
:is(.tcdce-body, .editor-styles-wrapper) b {
font-weight: 700;
} :is(.tcdce-body, .editor-styles-wrapper) .alignright {
float: right;
}
:is(.tcdce-body, .editor-styles-wrapper) .alignleft {
float: left;
}
:is(.tcdce-body, .editor-styles-wrapper) .aligncenter {
display: block;
margin-right: auto;
margin-bottom: 7px;
margin-left: auto;
}
:is(.tcdce-body, .editor-styles-wrapper) blockquote.alignleft,
:is(.tcdce-body, .editor-styles-wrapper) img.alignleft {
margin: 0px 24px
calc(var(--tcdce-base-margin-bottom-pc) + var(--tcdce-half-leading)) 0px;
}
:is(.tcdce-body, .editor-styles-wrapper) .wp-caption.alignleft {
margin: 7px 14px 7px 0;
}
:is(.tcdce-body, .editor-styles-wrapper) blockquote.alignright,
:is(.tcdce-body, .editor-styles-wrapper) img.alignright {
margin: 0px 0px
calc(var(--tcdce-base-margin-bottom-pc) + var(--tcdce-half-leading)) 24px;
}
:is(.tcdce-body, .editor-styles-wrapper) .wp-caption.alignright {
margin: 7px 0 7px 14px;
}
:is(.tcdce-body, .editor-styles-wrapper) blockquote.aligncenter,
:is(.tcdce-body, .editor-styles-wrapper) img.aligncenter,
:is(.tcdce-body, .editor-styles-wrapper) .wp-caption.aligncenter {
margin-top: 7px;
margin-bottom: 7px;
} :is(.tcdce-body, .editor-styles-wrapper)
:is(
.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.aligncenter,
.wp-block-image.alignleft,
.wp-block-image.alignright
) {
display: table;
} :is(.tcdce-body, .editor-styles-wrapper) .wp-block-embed-twitter {
display: table;
} :is(.tcdce-body, .editor-styles-wrapper) p:has(+ *) {
margin: 0 0
calc(var(--tcdce-base-margin-bottom-pc) + var(--tcdce-half-leading));
} :is(.tcdce-body, .editor-styles-wrapper) pre {
font-size: 0.9em;
font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console,
monospace;
padding: 1.6em 2em;
overflow: auto;
line-height: 1.8;
color: #1b1b1b;
background: #f2f1f1;
border: none;
margin-bottom: 40px;
} :is(.tcdce-body, .editor-styles-wrapper)
.has-text-align-left:is(h1, h2, h3, h4, h5, h6) {
text-align: left;
}
:is(.tcdce-body, .editor-styles-wrapper)
.has-text-align-center:is(h1, h2, h3, h4, h5, h6) {
text-align: center;
}
:is(.tcdce-body, .editor-styles-wrapper)
.has-text-align-right:is(h1, h2, h3, h4, h5, h6) {
text-align: right;
} :is(.tcdce-body, .editor-styles-wrapper) h1 { position: relative;
font-size: var(--tcdce-h1-font-size-pc);
font-weight: var(--tcdce-h1-font-weight);
line-height: var(--tcdce-h1-line-height);
text-align: var(--tcdce-h1-text-align);
color: var(--tcdce-h1-font-color);
font-family: var(--tcdce-h1-font-family);
width: var(--tcdce-h1-content-width); --tcdce-h1-background-gradation1: linear-gradient(
90deg,
var(--tcdce-h1-background-gradation-color1) 0%,
var(--tcdce-h1-background-gradation-color2) 100%
);
--tcdce-h1-background-gradation2: linear-gradient(
180deg,
var(--tcdce-h1-background-gradation-color1) 0%,
var(--tcdce-h1-background-gradation-color2) 100%
);
background: var(--tcdce-h1-background); --tcdce-h1-border-position1: var(--tcdce-h1-border-width) 0 0 0;
--tcdce-h1-border-position2: 0 0 0 var(--tcdce-h1-border-width);
--tcdce-h1-border-position3: 0 0 var(--tcdce-h1-border-width) 0;
--tcdce-h1-border-position4: var(--tcdce-h1-border-width) 0;
--tcdce-h1-border-gradation1: linear-gradient(
90deg,
var(--tcdce-h1-border-gradation-color1) 0%,
var(--tcdce-h1-border-gradation-color2) 100%
);
--tcdce-h1-border-gradation2: linear-gradient(
180deg,
var(--tcdce-h1-border-gradation-color1) 0%,
var(--tcdce-h1-border-gradation-color2) 100%
);
border: var(--tcdce-h1-border-style) var(--tcdce-h1-border-color);
border-width: var(--tcdce-h1-border-position);
border-image: var(--tcdce-h1-border-style) 1;
border-image-width: var(--tcdce-h1-border-position); --tcdce-h1-element-gradation1: linear-gradient(
90deg,
var(--tcdce-h1-element-gradation-color1) 0%,
var(--tcdce-h1-element-gradation-color2) 100%
);
--tcdce-h1-element-gradation2: linear-gradient(
180deg,
var(--tcdce-h1-element-gradation-color1) 0%,
var(--tcdce-h1-element-gradation-color2) 100%
); padding: var(--tcdce-h1-padding-pc); margin-inline: auto;
}
:is(.tcdce-body, .editor-styles-wrapper) * + h1 {
margin-top: var(--tcdce-h1-margin-top-pc);
}
:is(.tcdce-body, .editor-styles-wrapper) h1:has(+ *) {
margin-bottom: var(--tcdce-h1-margin-bottom-pc);
}
:is(.tcdce-body, .editor-styles-wrapper) h1:before {
content: "";
display: block;
width: var(--tcdce-h1-element-size-w-pc);
height: var(--tcdce-h1-element-size-h-pc);
background: var(--tcdce-h1-element-background);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
position: absolute;
inset-block: var(--tcdce-h1-element-inset-block);
inset-inline: var(--tcdce-h1-element-inset-inline);
margin: auto;
}
@container tcdce (max-width: 600px) {
:is(.tcdce-body, .editor-styles-wrapper) h1 {
font-size: var(--tcdce-h1-font-size-sp);
padding: var(--tcdce-h1-padding-sp);
}
:is(.tcdce-body, .editor-styles-wrapper) h1:before {
width: var(--tcdce-h1-element-size-w-sp);
height: var(--tcdce-h1-element-size-h-sp);
}
:is(.tcdce-body, .editor-styles-wrapper) * + h1 {
margin-top: var(--tcdce-h1-margin-top-sp);
}
:is(.tcdce-body, .editor-styles-wrapper) h1:has(+ *) {
margin-bottom: var(--tcdce-h1-margin-bottom-sp);
}
} :is(.tcdce-body, .editor-styles-wrapper) h2 { position: relative;
font-size: var(--tcdce-h2-font-size-pc);
font-weight: var(--tcdce-h2-font-weight);
line-height: var(--tcdce-h2-line-height);
text-align: var(--tcdce-h2-text-align);
color: var(--tcdce-h2-font-color);
font-family: var(--tcdce-h2-font-family);
width: var(--tcdce-h2-content-width); --tcdce-h2-background-gradation1: linear-gradient(
90deg,
var(--tcdce-h2-background-gradation-color1) 0%,
var(--tcdce-h2-background-gradation-color2) 100%
);
--tcdce-h2-background-gradation2: linear-gradient(
180deg,
var(--tcdce-h2-background-gradation-color1) 0%,
var(--tcdce-h2-background-gradation-color2) 100%
);
background: var(--tcdce-h2-background); --tcdce-h2-border-position1: var(--tcdce-h2-border-width) 0 0 0;
--tcdce-h2-border-position2: 0 0 0 var(--tcdce-h2-border-width);
--tcdce-h2-border-position3: 0 0 var(--tcdce-h2-border-width) 0;
--tcdce-h2-border-position4: var(--tcdce-h2-border-width) 0;
--tcdce-h2-border-gradation1: linear-gradient(
90deg,
var(--tcdce-h2-border-gradation-color1) 0%,
var(--tcdce-h2-border-gradation-color2) 100%
);
--tcdce-h2-border-gradation2: linear-gradient(
180deg,
var(--tcdce-h2-border-gradation-color1) 0%,
var(--tcdce-h2-border-gradation-color2) 100%
);
border: var(--tcdce-h2-border-style) var(--tcdce-h2-border-color);
border-width: var(--tcdce-h2-border-position);
border-image: var(--tcdce-h2-border-style) 1;
border-image-width: var(--tcdce-h2-border-position); --tcdce-h2-element-gradation1: linear-gradient(
90deg,
var(--tcdce-h2-element-gradation-color1) 0%,
var(--tcdce-h2-element-gradation-color2) 100%
);
--tcdce-h2-element-gradation2: linear-gradient(
180deg,
var(--tcdce-h2-element-gradation-color1) 0%,
var(--tcdce-h2-element-gradation-color2) 100%
); padding: var(--tcdce-h2-padding-pc); margin-inline: auto;
}
:is(.tcdce-body, .editor-styles-wrapper) * + h2 {
margin-top: var(--tcdce-h2-margin-top-pc);
}
:is(.tcdce-body, .editor-styles-wrapper) h2:has(+ *) {
margin-bottom: var(--tcdce-h2-margin-bottom-pc);
}
:is(.tcdce-body, .editor-styles-wrapper) h2:before {
content: "";
display: block;
width: var(--tcdce-h2-element-size-w-pc);
height: var(--tcdce-h2-element-size-h-pc);
background: var(--tcdce-h2-element-background);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
position: absolute;
inset-block: var(--tcdce-h2-element-inset-block);
inset-inline: var(--tcdce-h2-element-inset-inline);
margin: auto;
}
@container tcdce (max-width: 600px) {
:is(.tcdce-body, .editor-styles-wrapper) h2 {
font-size: var(--tcdce-h2-font-size-sp);
padding: var(--tcdce-h2-padding-sp);
}
:is(.tcdce-body, .editor-styles-wrapper) h2:before {
width: var(--tcdce-h2-element-size-w-sp);
height: var(--tcdce-h2-element-size-h-sp);
}
:is(.tcdce-body, .editor-styles-wrapper) * + h2 {
margin-top: var(--tcdce-h2-margin-top-sp);
}
:is(.tcdce-body, .editor-styles-wrapper) h2:has(+ *) {
margin-bottom: var(--tcdce-h2-margin-bottom-sp);
}
} :is(.tcdce-body, .editor-styles-wrapper) h3 { position: relative;
font-size: var(--tcdce-h3-font-size-pc);
font-weight: var(--tcdce-h3-font-weight);
line-height: var(--tcdce-h3-line-height);
text-align: var(--tcdce-h3-text-align);
color: var(--tcdce-h3-font-color);
font-family: var(--tcdce-h3-font-family);
width: var(--tcdce-h3-content-width); --tcdce-h3-background-gradation1: linear-gradient(
90deg,
var(--tcdce-h3-background-gradation-color1) 0%,
var(--tcdce-h3-background-gradation-color2) 100%
);
--tcdce-h3-background-gradation2: linear-gradient(
180deg,
var(--tcdce-h3-background-gradation-color1) 0%,
var(--tcdce-h3-background-gradation-color2) 100%
);
background: var(--tcdce-h3-background); --tcdce-h3-border-position1: var(--tcdce-h3-border-width) 0 0 0;
--tcdce-h3-border-position2: 0 0 0 var(--tcdce-h3-border-width);
--tcdce-h3-border-position3: 0 0 var(--tcdce-h3-border-width) 0;
--tcdce-h3-border-position4: var(--tcdce-h3-border-width) 0;
--tcdce-h3-border-gradation1: linear-gradient(
90deg,
var(--tcdce-h3-border-gradation-color1) 0%,
var(--tcdce-h3-border-gradation-color2) 100%
);
--tcdce-h3-border-gradation2: linear-gradient(
180deg,
var(--tcdce-h3-border-gradation-color1) 0%,
var(--tcdce-h3-border-gradation-color2) 100%
);
border: var(--tcdce-h3-border-style) var(--tcdce-h3-border-color);
border-width: var(--tcdce-h3-border-position);
border-image: var(--tcdce-h3-border-style) 1;
border-image-width: var(--tcdce-h3-border-position); --tcdce-h3-element-gradation1: linear-gradient(
90deg,
var(--tcdce-h3-element-gradation-color1) 0%,
var(--tcdce-h3-element-gradation-color2) 100%
);
--tcdce-h3-element-gradation2: linear-gradient(
180deg,
var(--tcdce-h3-element-gradation-color1) 0%,
var(--tcdce-h3-element-gradation-color2) 100%
); padding: var(--tcdce-h3-padding-pc); margin-inline: auto;
}
:is(.tcdce-body, .editor-styles-wrapper) * + h3 {
margin-top: var(--tcdce-h3-margin-top-pc);
}
:is(.tcdce-body, .editor-styles-wrapper) h3:has(+ *) {
margin-bottom: var(--tcdce-h3-margin-bottom-pc);
}
:is(.tcdce-body, .editor-styles-wrapper) h3:before {
content: "";
display: block;
width: var(--tcdce-h3-element-size-w-pc);
height: var(--tcdce-h3-element-size-h-pc);
background: var(--tcdce-h3-element-background);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
position: absolute;
inset-block: var(--tcdce-h3-element-inset-block);
inset-inline: var(--tcdce-h3-element-inset-inline);
margin: auto;
}
@container tcdce (max-width: 600px) {
:is(.tcdce-body, .editor-styles-wrapper) h3 {
font-size: var(--tcdce-h3-font-size-sp);
padding: var(--tcdce-h3-padding-sp);
}
:is(.tcdce-body, .editor-styles-wrapper) h3:before {
width: var(--tcdce-h3-element-size-w-sp);
height: var(--tcdce-h3-element-size-h-sp);
}
:is(.tcdce-body, .editor-styles-wrapper) * + h3 {
margin-top: var(--tcdce-h3-margin-top-sp);
}
:is(.tcdce-body, .editor-styles-wrapper) h3:has(+ *) {
margin-bottom: var(--tcdce-h3-margin-bottom-sp);
}
} :is(.tcdce-body, .editor-styles-wrapper) h4 { position: relative;
font-size: var(--tcdce-h4-font-size-pc);
font-weight: var(--tcdce-h4-font-weight);
line-height: var(--tcdce-h4-line-height);
text-align: var(--tcdce-h4-text-align);
color: var(--tcdce-h4-font-color);
font-family: var(--tcdce-h4-font-family);
width: var(--tcdce-h4-content-width); --tcdce-h4-background-gradation1: linear-gradient(
90deg,
var(--tcdce-h4-background-gradation-color1) 0%,
var(--tcdce-h4-background-gradation-color2) 100%
);
--tcdce-h4-background-gradation2: linear-gradient(
180deg,
var(--tcdce-h4-background-gradation-color1) 0%,
var(--tcdce-h4-background-gradation-color2) 100%
);
background: var(--tcdce-h4-background); --tcdce-h4-border-position1: var(--tcdce-h4-border-width) 0 0 0;
--tcdce-h4-border-position2: 0 0 0 var(--tcdce-h4-border-width);
--tcdce-h4-border-position3: 0 0 var(--tcdce-h4-border-width) 0;
--tcdce-h4-border-position4: var(--tcdce-h4-border-width) 0;
--tcdce-h4-border-gradation1: linear-gradient(
90deg,
var(--tcdce-h4-border-gradation-color1) 0%,
var(--tcdce-h4-border-gradation-color2) 100%
);
--tcdce-h4-border-gradation2: linear-gradient(
180deg,
var(--tcdce-h4-border-gradation-color1) 0%,
var(--tcdce-h4-border-gradation-color2) 100%
);
border: var(--tcdce-h4-border-style) var(--tcdce-h4-border-color);
border-width: var(--tcdce-h4-border-position);
border-image: var(--tcdce-h4-border-style) 1;
border-image-width: var(--tcdce-h4-border-position); --tcdce-h4-element-gradation1: linear-gradient(
90deg,
var(--tcdce-h4-element-gradation-color1) 0%,
var(--tcdce-h4-element-gradation-color2) 100%
);
--tcdce-h4-element-gradation2: linear-gradient(
180deg,
var(--tcdce-h4-element-gradation-color1) 0%,
var(--tcdce-h4-element-gradation-color2) 100%
); padding: var(--tcdce-h4-padding-pc); margin-inline: auto;
}
:is(.tcdce-body, .editor-styles-wrapper) * + h4 {
margin-top: var(--tcdce-h4-margin-top-pc);
}
:is(.tcdce-body, .editor-styles-wrapper) h4:has(+ *) {
margin-bottom: var(--tcdce-h4-margin-bottom-pc);
}
:is(.tcdce-body, .editor-styles-wrapper) h4:before {
content: "";
display: block;
width: var(--tcdce-h4-element-size-w-pc);
height: var(--tcdce-h4-element-size-h-pc);
background: var(--tcdce-h4-element-background);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
position: absolute;
inset-block: var(--tcdce-h4-element-inset-block);
inset-inline: var(--tcdce-h4-element-inset-inline);
margin: auto;
}
@container tcdce (max-width: 600px) {
:is(.tcdce-body, .editor-styles-wrapper) h4 {
font-size: var(--tcdce-h4-font-size-sp);
padding: var(--tcdce-h4-padding-sp);
}
:is(.tcdce-body, .editor-styles-wrapper) h4:before {
width: var(--tcdce-h4-element-size-w-sp);
height: var(--tcdce-h4-element-size-h-sp);
}
:is(.tcdce-body, .editor-styles-wrapper) * + h4 {
margin-top: var(--tcdce-h4-margin-top-sp);
}
:is(.tcdce-body, .editor-styles-wrapper) h4:has(+ *) {
margin-bottom: var(--tcdce-h4-margin-bottom-sp);
}
} :is(.tcdce-body, .editor-styles-wrapper) h5 { position: relative;
font-size: var(--tcdce-h5-font-size-pc);
font-weight: var(--tcdce-h5-font-weight);
line-height: var(--tcdce-h5-line-height);
text-align: var(--tcdce-h5-text-align);
color: var(--tcdce-h5-font-color);
font-family: var(--tcdce-h5-font-family);
width: var(--tcdce-h5-content-width); --tcdce-h5-background-gradation1: linear-gradient(
90deg,
var(--tcdce-h5-background-gradation-color1) 0%,
var(--tcdce-h5-background-gradation-color2) 100%
);
--tcdce-h5-background-gradation2: linear-gradient(
180deg,
var(--tcdce-h5-background-gradation-color1) 0%,
var(--tcdce-h5-background-gradation-color2) 100%
);
background: var(--tcdce-h5-background); --tcdce-h5-border-position1: var(--tcdce-h5-border-width) 0 0 0;
--tcdce-h5-border-position2: 0 0 0 var(--tcdce-h5-border-width);
--tcdce-h5-border-position3: 0 0 var(--tcdce-h5-border-width) 0;
--tcdce-h5-border-position4: var(--tcdce-h5-border-width) 0;
--tcdce-h5-border-gradation1: linear-gradient(
90deg,
var(--tcdce-h5-border-gradation-color1) 0%,
var(--tcdce-h5-border-gradation-color2) 100%
);
--tcdce-h5-border-gradation2: linear-gradient(
180deg,
var(--tcdce-h5-border-gradation-color1) 0%,
var(--tcdce-h5-border-gradation-color2) 100%
);
border: var(--tcdce-h5-border-style) var(--tcdce-h5-border-color);
border-width: var(--tcdce-h5-border-position);
border-image: var(--tcdce-h5-border-style) 1;
border-image-width: var(--tcdce-h5-border-position); --tcdce-h5-element-gradation1: linear-gradient(
90deg,
var(--tcdce-h5-element-gradation-color1) 0%,
var(--tcdce-h5-element-gradation-color2) 100%
);
--tcdce-h5-element-gradation2: linear-gradient(
180deg,
var(--tcdce-h5-element-gradation-color1) 0%,
var(--tcdce-h5-element-gradation-color2) 100%
); padding: var(--tcdce-h5-padding-pc); margin-inline: auto;
}
:is(.tcdce-body, .editor-styles-wrapper) * + h5 {
margin-top: var(--tcdce-h5-margin-top-pc);
}
:is(.tcdce-body, .editor-styles-wrapper) h5:has(+ *) {
margin-bottom: var(--tcdce-h5-margin-bottom-pc);
}
:is(.tcdce-body, .editor-styles-wrapper) h5:before {
content: "";
display: block;
width: var(--tcdce-h5-element-size-w-pc);
height: var(--tcdce-h5-element-size-h-pc);
background: var(--tcdce-h5-element-background);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
position: absolute;
inset-block: var(--tcdce-h5-element-inset-block);
inset-inline: var(--tcdce-h5-element-inset-inline);
margin: auto;
}
@container tcdce (max-width: 600px) {
:is(.tcdce-body, .editor-styles-wrapper) h5 {
font-size: var(--tcdce-h5-font-size-sp);
padding: var(--tcdce-h5-padding-sp);
}
:is(.tcdce-body, .editor-styles-wrapper) h5:before {
width: var(--tcdce-h5-element-size-w-sp);
height: var(--tcdce-h5-element-size-h-sp);
}
:is(.tcdce-body, .editor-styles-wrapper) * + h5 {
margin-top: var(--tcdce-h5-margin-top-sp);
}
:is(.tcdce-body, .editor-styles-wrapper) h5:has(+ *) {
margin-bottom: var(--tcdce-5-margin-bottom-sp);
}
} :is(.tcdce-body, .editor-styles-wrapper) h6 { position: relative;
font-size: var(--tcdce-h6-font-size-pc);
font-weight: var(--tcdce-h6-font-weight);
line-height: var(--tcdce-h6-line-height);
text-align: var(--tcdce-h6-text-align);
color: var(--tcdce-h6-font-color);
font-family: var(--tcdce-h6-font-family);
width: var(--tcdce-h6-content-width); --tcdce-h6-background-gradation1: linear-gradient(
90deg,
var(--tcdce-h6-background-gradation-color1) 0%,
var(--tcdce-h6-background-gradation-color2) 100%
);
--tcdce-h6-background-gradation2: linear-gradient(
180deg,
var(--tcdce-h6-background-gradation-color1) 0%,
var(--tcdce-h6-background-gradation-color2) 100%
);
background: var(--tcdce-h6-background); --tcdce-h6-border-position1: var(--tcdce-h6-border-width) 0 0 0;
--tcdce-h6-border-position2: 0 0 0 var(--tcdce-h6-border-width);
--tcdce-h6-border-position3: 0 0 var(--tcdce-h6-border-width) 0;
--tcdce-h6-border-position4: var(--tcdce-h6-border-width) 0;
--tcdce-h6-border-gradation1: linear-gradient(
90deg,
var(--tcdce-h6-border-gradation-color1) 0%,
var(--tcdce-h6-border-gradation-color2) 100%
);
--tcdce-h6-border-gradation2: linear-gradient(
180deg,
var(--tcdce-h6-border-gradation-color1) 0%,
var(--tcdce-h6-border-gradation-color2) 100%
);
border: var(--tcdce-h6-border-style) var(--tcdce-h6-border-color);
border-width: var(--tcdce-h6-border-position);
border-image: var(--tcdce-h6-border-style) 1;
border-image-width: var(--tcdce-h6-border-position); --tcdce-h6-element-gradation1: linear-gradient(
90deg,
var(--tcdce-h6-element-gradation-color1) 0%,
var(--tcdce-h6-element-gradation-color2) 100%
);
--tcdce-h6-element-gradation2: linear-gradient(
180deg,
var(--tcdce-h6-element-gradation-color1) 0%,
var(--tcdce-h6-element-gradation-color2) 100%
); padding: var(--tcdce-h6-padding-pc); margin-inline: auto;
}
:is(.tcdce-body, .editor-styles-wrapper) * + h6 {
margin-top: var(--tcdce-h6-margin-top-pc);
}
:is(.tcdce-body, .editor-styles-wrapper) h6:has(+ *) {
margin-bottom: var(--tcdce-h6-margin-bottom-pc);
}
:is(.tcdce-body, .editor-styles-wrapper) h6:before {
content: "";
display: block;
width: var(--tcdce-h6-element-size-w-pc);
height: var(--tcdce-h6-element-size-h-pc);
background: var(--tcdce-h6-element-background);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
position: absolute;
inset-block: var(--tcdce-h6-element-inset-block);
inset-inline: var(--tcdce-h6-element-inset-inline);
margin: auto;
}
@container tcdce (max-width: 600px) {
:is(.tcdce-body, .editor-styles-wrapper) h6 {
font-size: var(--tcdce-h6-font-size-sp);
padding: var(--tcdce-h6-padding-sp);
}
:is(.tcdce-body, .editor-styles-wrapper) h6:before {
width: var(--tcdce-h6-element-size-w-sp);
height: var(--tcdce-h6-element-size-h-sp);
}
:is(.tcdce-body, .editor-styles-wrapper) * + h6 {
margin-top: var(--tcdce-h6-margin-top-sp);
}
:is(.tcdce-body, .editor-styles-wrapper) h6:has(+ *) {
margin-bottom: var(--tcdce-5-margin-bottom-sp);
}
} :is(.tcdce-body, .editor-styles-wrapper) ul { font-size: var(--tcdce-ul-font-size-pc);
font-weight: var(--tcdce-ul-font-weight);
text-align: left;
color: var(--tcdce-ul-font-color);
line-height: 2.2; --tcdce-ul-background-gradation1: linear-gradient(
90deg,
var(--tcdce-ul-background-gradation-color1) 0%,
var(--tcdce-ul-background-gradation-color2) 100%
);
--tcdce-ul-background-gradation2: linear-gradient(
180deg,
var(--tcdce-ul-background-gradation-color1) 0%,
var(--tcdce-ul-background-gradation-color2) 100%
);
background: var(--tcdce-ul-background); border-style: var(--tcdce-ul-border-style);
border-width: var(--tcdce-ul-border-width);
border-color: var(--tcdce-ul-border-color); padding-block: calc(var(--tcdce-ul-padding-pc) - 0.6em);
padding-inline-start: calc(
var(--tcdce-ul-padding-pc) + var(--tcdce-ul-icon-offset)
);
padding-inline-end: var(--tcdce-ul-padding-pc); list-style-position: outside;
list-style-type: var(--tcdce-ul-list-style);
margin-inline: 0;
}
:is(.tcdce-body, .editor-styles-wrapper) * + ul {
margin-top: var(--tcdce-ul-margin-top-pc);
}
:is(.tcdce-body, .editor-styles-wrapper) ul:has(+ *) {
margin-bottom: var(--tcdce-ul-margin-bottom-pc);
}
:is(.tcdce-body, .editor-styles-wrapper) ul li {
position: relative;
margin: 0;
line-height: revert;
list-style-type: inherit;
}
:is(.tcdce-body, .editor-styles-wrapper) ul li::before {
content: var(--tcdce-ul-icon);
color: var(--tcdce-ul-icon-color);
width: 1em;
height: 1em;
position: absolute;
top: calc(0.6em - 0.05em);
left: -1.5em;
mask-image: var(--tcdce-ul-icon-content);
mask-position: center;
mask-repeat: no-repeat;
mask-size: contain;
background: currentColor;
transform: scale(1.2);
}
:is(.tcdce-body, .editor-styles-wrapper) ul :is(ol, ul) {
list-style: inherit;
padding-block: 0;
padding-inline: var(--tcdce-ul-icon-offset) 0;
background: none;
border: none;
margin-block: 0;
}
@container tcdce (max-width: 600px) {
:is(.tcdce-body, .editor-styles-wrapper) ul {
font-size: var(--tcdce-ul-font-size-sp);
padding-block: calc(var(--tcdce-ul-padding-sp) - 0.6em);
padding-inline-start: calc(
var(--tcdce-ul-padding-sp) + var(--tcdce-ul-icon-offset)
);
padding-inline-end: var(--tcdce-ul-padding-sp);
}
:is(.tcdce-body, .editor-styles-wrapper) * + ul {
margin-top: var(--tcdce-ul-margin-top-sp);
}
:is(.tcdce-body, .editor-styles-wrapper) ul:has(+ *) {
margin-bottom: var(--tcdce-ul-margin-bottom-sp);
}
} :is(.tcdce-body, .editor-styles-wrapper) ol { font-size: var(--tcdce-ol-font-size-pc);
font-weight: var(--tcdce-ol-font-weight);
text-align: left;
color: var(--tcdce-ol-font-color);
line-height: 2.2; --tcdce-ol-background-gradation1: linear-gradient(
90deg,
var(--tcdce-ol-background-gradation-color1) 0%,
var(--tcdce-ol-background-gradation-color2) 100%
);
--tcdce-ol-background-gradation2: linear-gradient(
180deg,
var(--tcdce-ol-background-gradation-color1) 0%,
var(--tcdce-ol-background-gradation-color2) 100%
);
background: var(--tcdce-ol-background); border-style: var(--tcdce-ol-border-style);
border-width: var(--tcdce-ol-border-width);
border-color: var(--tcdce-ol-border-color); padding-block: calc(var(--tcdce-ol-padding-pc) - 0.6em);
padding-inline-start: calc(
var(--tcdce-ol-padding-pc) + var(--tcdce-ol-counter-offset)
);
padding-inline-end: var(--tcdce-ol-padding-pc); counter-reset: item;
list-style-position: outside;
list-style-type: var(--tcdce-ol-list-style);
margin-inline: 0;
}
:is(.tcdce-body, .editor-styles-wrapper) * + ol {
margin-top: var(--tcdce-ol-margin-top-pc);
}
:is(.tcdce-body, .editor-styles-wrapper) ol:has(+ *) {
margin-bottom: var(--tcdce-ol-margin-bottom-pc);
}
:is(.tcdce-body, .editor-styles-wrapper) ol li {
counter-increment: item;
position: relative;
margin: 0;
line-height: revert;
list-style-type: inherit;
}
:is(.tcdce-body, .editor-styles-wrapper) ol li::before {
font-family: "Arial";
content: counter(item, var(--tcdce-ol-counter-type));
white-space: nowrap;
display: flex;
align-items: center;
justify-content: center;
font-size: 1em;
width: 1em;
height: 1em;
background: var(--tcdce-ol-counter-background);
box-shadow: 0px 0px 0px 0.25em var(--tcdce-ol-counter-background);
border-radius: 50%;
transform: var(--tcdce-ol-counter-size);
mask: none;
position: absolute;
top: 0.6em;
left: calc(-1 * var(--tcdce-ol-counter-offset) + 0.2em);
color: var(--tcdce-ol-counter-color);
font-weight: var(--tcdce-ol-counter-weight);
}
:is(.tcdce-body, .editor-styles-wrapper) ol :is(ol, ul) {
counter-reset: item;
list-style: inherit;
font-size: inherit;
font-weight: inherit;
color: inherit;
padding-block: 0;
padding-inline: var(--tcdce-ol-counter-offset) 0;
background: initial;
border: none;
margin-block: 0;
}
@container tcdce (max-width: 600px) {
:is(.tcdce-body, .editor-styles-wrapper) ol {
font-size: var(--tcdce-ol-font-size-sp);
padding-block: calc(var(--tcdce-ol-padding-sp) - 0.6em);
padding-inline-start: calc(
var(--tcdce-ol-padding-sp) + var(--tcdce-ol-counter-offset)
);
padding-inline-end: var(--tcdce-ol-padding-sp);
}
:is(.tcdce-body, .editor-styles-wrapper) * + ol {
margin-top: var(--tcdce-ol-margin-top-sp);
}
:is(.tcdce-body, .editor-styles-wrapper) ol:has(+ *) {
margin-bottom: var(--tcdce-ol-margin-bottom-sp);
}
} :is(.tcdce-body, .editor-styles-wrapper)
:is(.tcdce-box, .well, .well2, .well3, .q_frame) {
width: 100%;
position: relative;
line-height: 1.8; border-radius: 0;
font-size: var(--tcdce-box-font-size-pc);
font-weight: var(--tcdce-box-font-weight);
color: var(--tcdce-box-font-color); --tcdce-box-background-gradation1: linear-gradient(
90deg,
var(--tcdce-box-background-gradation-color1) 0%,
var(--tcdce-box-background-gradation-color2) 100%
);
--tcdce-box-background-gradation2: linear-gradient(
180deg,
var(--tcdce-box-background-gradation-color1) 0%,
var(--tcdce-box-background-gradation-color2) 100%
);
background: var(--tcdce-box-background); border-style: var(--tcdce-box-border-style);
border-width: var(--tcdce-box-border-width);
border-color: var(--tcdce-box-border-color); padding-block: calc(var(--tcdce-box-padding-pc) - 0.4em);
padding-inline-start: calc(
var(--tcdce-box-padding-pc) + var(--tcdce-box-icon-offset)
);
padding-inline-end: var(--tcdce-box-padding-pc);
}
:where(.tcdce-body, .editor-styles-wrapper)
:where(.tcdce-box, .well, .well2, .well3, .q_frame) {
text-align: left;
}
:is(.tcdce-body, .editor-styles-wrapper)
*
+ :is(.tcdce-box, .well, .well2, .well3, .q_frame) {
margin-top: var(--tcdce-box-margin-top-pc);
}
:is(.tcdce-body, .editor-styles-wrapper)
:is(.tcdce-box, .well, .well2, .well3, .q_frame):has(+ *) {
margin-bottom: var(--tcdce-box-margin-bottom-pc);
} :is(.tcdce-body, .editor-styles-wrapper)
:is(.tcdce-box, .well, .well2, .well3, .q_frame):before {
content: var(--tcdce-box-icon);
font-weight: normal;
width: 1em;
height: 1em;
color: var(--tcdce-box-icon-color);
position: absolute;
top: calc(var(--tcdce-box-padding-pc) - 0.1em);
left: var(--tcdce-box-padding-pc);
mask-image: var(--tcdce-box-icon-content);
mask-position: center;
mask-repeat: no-repeat;
mask-size: contain;
background: currentColor;
transform: scale(1.5);
} :is(.tcdce-body, .editor-styles-wrapper) .q_frame .q_frame_label {
display: none;
}
@container tcdce (max-width: 600px) {
:is(.tcdce-body, .editor-styles-wrapper)
:is(.tcdce-box, .well, .well2, .well3, .q_frame) {
font-size: var(--tcdce-box-font-size-sp);
padding-block: calc(var(--tcdce-box-padding-sp) - 0.4em);
padding-inline-start: calc(
var(--tcdce-box-padding-sp) + var(--tcdce-box-icon-offset)
);
padding-inline-end: var(--tcdce-box-padding-sp);
}
:is(.tcdce-body, .editor-styles-wrapper)
*
+ :is(.tcdce-box, .well, .well2, .well3, .q_frame) {
margin-top: var(--tcdce-box-margin-top-sp);
}
:is(.tcdce-body, .editor-styles-wrapper)
:is(.tcdce-box, .well, .well2, .well3, .q_frame):has(+ *) {
margin-bottom: var(--tcdce-box-margin-bottom-sp);
}
:is(.tcdce-body, .editor-styles-wrapper)
:is(.tcdce-box, .well, .well2, .well3, .q_frame):before {
top: calc(var(--tcdce-box-padding-sp) - 0.1em);
left: var(--tcdce-box-padding-sp);
}
} :is(.tcdce-body, .editor-styles-wrapper) :is(.tcdce-marker, .q_underline) {
line-height: 1.8;
margin: 0;
font-weight: var(--tcdce-marker-font-weight);
background-image: linear-gradient(
to right,
transparent 50%,
var(--tcdce-marker-color) 50%
);
background-repeat: repeat-x;
background-position: 100% var(--tcdce-marker-weight);
background-size: 200% 1em;
animation: var(--tcdce-marker-animation);
}
:is(.tcdce-body, .editor-styles-wrapper)
:is(.tcdce-marker, .q_underline).is-hide {
--tcdce-marker-animation: none;
}
@keyframes tcdCeMarkerAnimation {
0% {
background-position: 0 var(--tcdce-marker-weight);
}
100% {
background-position: -100% var(--tcdce-marker-weight);
}
} :is(.tcdce-body, .editor-styles-wrapper)
:is(.tcdce-button-wrapper, .q_button_wrap, .wp-block-buttons) {
text-align: center;
}
:is(.tcdce-body, .editor-styles-wrapper)
*
+ :is(.tcdce-button-wrapper, .q_button_wrap, .wp-block-buttons) {
margin-top: var(--tcdce-button-margin-top-pc);
}
:is(.tcdce-body, .editor-styles-wrapper)
:is(.tcdce-button-wrapper, .q_button_wrap, .wp-block-buttons):has(+ *) {
margin-bottom: var(--tcdce-button-margin-bottom-pc);
} :is(.tcdce-body, .editor-styles-wrapper) .wp-block-buttons {
gap: 30px;
}
:is(.tcdce-body, .editor-styles-wrapper)
:is(
.tcdce-button,
.q_custom_button,
.q_custom_button1,
.q_custom_button2,
.q_custom_button3,
.q_button,
.wp-block-button__link
):not(.wp-block-button) {
--tcdce-base-link-decoration: none;
text-decoration: none;
cursor: pointer;
position: relative;
z-index: 1;
display: inline-flex;
align-items: center;
justify-content: center;
overflow: hidden;
max-width: 100%;
width: fit-content;
min-width: var(--tcdce-button-size-width-pc) !important;
height: var(--tcdce-button-size-height-pc);
padding: 0 1.5em;
border-radius: var(--tcdce-button-shape);
font-size: var(--tcdce-button-font-size-pc);
font-weight: var(--tcdce-button-font-weight);
line-height: 1.4;
color: var(--tcdce-button-font-color);
border: var(--tcdce-button-border);
transition-property: color;
transition-duration: 0.3s;
transition-timing-function: ease;
}
:is(.tcdce-body, .editor-styles-wrapper)
:is(
.tcdce-button,
.q_custom_button,
.q_custom_button1,
.q_custom_button2,
.q_custom_button3,
.q_button,
.wp-block-button__link
):not(.wp-block-button):before {
content: "";
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -2;
background: var(--tcdce-button-background);
transform: var(--tcdce-button-transform);
transition-property: background, border, transform;
transition-duration: 0.3s;
transition-timing-function: ease;
}
:is(.tcdce-body, .editor-styles-wrapper)
:is(
.tcdce-button,
.q_custom_button,
.q_custom_button1,
.q_custom_button2,
.q_custom_button3,
.q_button,
.wp-block-button__link
):not(.wp-block-button):after {
content: var(--tcdce-button-overlay);
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
background: rgb(0 0 0 / 0%);
transition-property: background;
transition-duration: 0.3s;
transition-timing-function: ease;
}
@media (any-hover: hover) {
:is(.tcdce-body, .editor-styles-wrapper)
:is(
.tcdce-button,
.q_custom_button,
.q_custom_button1,
.q_custom_button2,
.q_custom_button3,
.q_button,
.wp-block-button__link
):not(.wp-block-button):hover {
color: var(--tcdce-button-font-color-hover);
border: var(--tcdce-button-border-hover);
text-decoration: none;
}
:is(.tcdce-body, .editor-styles-wrapper)
:is(
.tcdce-button,
.q_custom_button,
.q_custom_button1,
.q_custom_button2,
.q_custom_button3,
.q_button,
.wp-block-button__link
):not(.wp-block-button):hover:before {
background: var(--tcdce-button-background-hover);
transform: var(--tcdce-button-transform-hover);
}
:is(.tcdce-body, .editor-styles-wrapper)
:is(
.tcdce-button,
.q_custom_button,
.q_custom_button1,
.q_custom_button2,
.q_custom_button3,
.q_button,
.wp-block-button__link
):not(.wp-block-button):hover:after {
background: rgb(0 0 0 / 30%);
}
}
@container tcdce (max-width: 600px) {
:is(.tcdce-body, .editor-styles-wrapper)
:is(.tcdce-button-wrapper, .q_button_wrap, .wp-block-buttons) {
gap: 20px;
}
:is(.tcdce-body, .editor-styles-wrapper)
*
+ :is(.tcdce-button-wrapper, .q_button_wrap, .wp-block-buttons) {
margin-top: var(--tcdce-button-margin-top-sp);
}
:is(.tcdce-body, .editor-styles-wrapper)
:is(.tcdce-button-wrapper, .q_button_wrap, .wp-block-buttons):has(+ *) {
margin-bottom: var(--tcdce-button-margin-bottom-sp);
}
:is(.tcdce-body, .editor-styles-wrapper)
:is(
.tcdce-button,
.q_custom_button,
.q_custom_button1,
.q_custom_button2,
.q_custom_button3,
.q_button,
.wp-block-button__link
):not(.wp-block-button) {
--tcdce-button-size-width-pc: var(--tcdce-button-size-width-sp);
--tcdce-button-size-height-pc: var(--tcdce-button-size-height-sp);
--tcdce-button-font-size-pc: var(--tcdce-button-font-size-sp);
} body.wp-admin
:is(.tcdce-body, .editor-styles-wrapper)
:is(
.tcdce-button,
.q_custom_button,
.q_custom_button1,
.q_custom_button2,
.q_custom_button3,
.q_button,
.wp-block-button__link
):not(.wp-block-button) {
--tcdce-button-size-width-pc: var(--tcdce-button-size-width-sp) !important;
--tcdce-button-size-height-pc: var(
--tcdce-button-size-height-sp
) !important;
--tcdce-button-font-size-pc: var(--tcdce-button-font-size-sp) !important;
}
} :is(.tcdce-body, .editor-styles-wrapper) .tcdce-sb {
display: flex;
align-items: flex-start;
gap: 30px;
flex-direction: var(--tcdce-sb-direction);
}
:is(.tcdce-body, .editor-styles-wrapper) * + .tcdce-sb {
margin-top: var(--tcdce-sb-margin-top-pc);
}
:is(.tcdce-body, .editor-styles-wrapper) .tcdce-sb:has(+ *) {
margin-bottom: var(--tcdce-sb-margin-bottom-pc);
}
:is(.tcdce-body, .editor-styles-wrapper) .tcdce-sb-user {
flex: 0 0 80px;
}
:is(.tcdce-body, .editor-styles-wrapper) .tcdce-sb-user-image {
width: 100%;
aspect-ratio: 1;
background-color: #ddd;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-image: var(--tcdce-sb-image-url);
border-radius: 50%;
}
:is(.tcdce-body, .editor-styles-wrapper) .tcdce-sb-user-name {
display: block;
font-size: 14px;
text-align: center;
line-height: 1.4;
margin: calc(15px - 0.2em) -5px -0.2em;
}
:is(.tcdce-body, .editor-styles-wrapper) .tcdce-sb-user-name:empty {
display: none;
}
:is(.tcdce-body, .editor-styles-wrapper) .tcdce-sb-content {
position: relative;
flex: 1;
line-height: 2;
font-size: var(--tcdce-sb-font-size-pc);
font-weight: var(--tcdce-sb-font-weight);
text-align: left;
color: var(--tcdce-sb-font-color);
background: var(--tcdce-sb-background);
border: 2px solid var(--tcdce-sb-border-color);
padding: var(--tcdce-sb-padding);
border-radius: 10px;
}
:is(.tcdce-body, .editor-styles-wrapper) .tcdce-sb-content:before,
:is(.tcdce-body, .editor-styles-wrapper) .tcdce-sb-content:after {
content: "";
position: absolute;
top: 1.5em;
display: block;
width: 10px;
height: 15px;
left: var(--tcdce-sb-triangle-before-offset);
clip-path: var(--tcdce-sb-triangle-path);
background: var(--tcdce-sb-border-color);
}
:is(.tcdce-body, .editor-styles-wrapper) .tcdce-sb-content:after {
left: var(--tcdce-sb-triangle-after-offset);
background: var(--tcdce-sb-background);
}
@container tcdce (max-width: 600px) {
:is(.tcdce-body, .editor-styles-wrapper) * + .tcdce-sb {
margin-top: var(--tcdce-sb-margin-top-sp);
}
:is(.tcdce-body, .editor-styles-wrapper) .tcdce-sb:has(+ *) {
margin-bottom: var(--tcdce-sb-margin-bottom-sp);
}
} :is(.tcdce-body, .editor-styles-wrapper) img {
max-width: 100%;
height: auto;
vertical-align: bottom;
} :is(.tcdce-body, .editor-styles-wrapper) .wp-block-image {
} :is(.tcdce-body, .editor-styles-wrapper) .wp-block-image.is-style-sshot {
border: 1px solid #ddd;
box-shadow: 0 6px 6px -6px rgb(0 0 0 / 20%);
}
:is(.tcdce-body, .editor-styles-wrapper)
.wp-block-image.is-style-sshot
.wp-element-caption {
margin-bottom: 0.6em;
} :is(.tcdce-body, .editor-styles-wrapper) blockquote {
position: relative;
padding: 2em 2.4em;
line-height: 1.8;
color: rgba(0, 0, 0, 0.6);
background: rgba(0, 0, 0, 0.03);
border-top: none;
border-right: none;
border-bottom: none;
border-left: 5px solid #000000;
box-shadow: none;
}
:is(.tcdce-body, .editor-styles-wrapper) blockquote:before,
:is(.tcdce-body, .editor-styles-wrapper) blockquote:after {
content: '"';
position: absolute;
font-size: 1.5em;
font-style: italic;
font-weight: 400;
color: #000000;
line-height: 1;
}
:is(.tcdce-body, .editor-styles-wrapper) blockquote:before {
top: 0.6em;
left: 0.6em;
}
:is(.tcdce-body, .editor-styles-wrapper) blockquote:after {
right: 0.7em;
bottom: 0.2em;
}
:is(.tcdce-body, .editor-styles-wrapper) .wp-block-quote > cite {
text-align: right;
margin-top: 10px;
} :is(.tcdce-body, .editor-styles-wrapper) .wp-caption {
max-width: 100%;
padding: 10px;
margin-bottom: 2rem;
background: #fff;
border: 1px solid #ddd;
}
:is(.tcdce-body, .editor-styles-wrapper) .wp-caption-text {
padding: 10px 0 0;
margin: 0 auto;
font-size: 14px;
line-height: 1.5;
text-align: center;
}
:is(.tcdce-body, .editor-styles-wrapper) .wp-caption img[class*="wp-image-"] {
display: block;
margin: 0 auto;
} .gallery {
display: grid;
padding: 0;
margin: 0;
}
.gallery-columns-1 {
grid-template-columns: repeat(1, 1fr);
gap: 5px;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
gap: 5px;
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
gap: 5px;
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
gap: 5px;
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
gap: 3px;
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
gap: 3px;
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
gap: 3px;
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
gap: 3px;
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
gap: 0px;
}
.gallery-columns-10 {
grid-template-columns: repeat(10, 1fr);
gap: 0px;
}
.gallery .gallery-item {
width: initial;
max-width: 100% !important;
position: relative;
text-align: center;
float: none;
padding: 0;
margin: 0;
overflow: hidden;
}
.gallery > br {
display: none;
}
.gallery img {
width: 100%;
vertical-align: bottom;
}
.gallery .gallery-caption {
position: absolute;
bottom: 0;
width: 100%;
padding: 0.25em 0.5em;
margin: 0;
font-size: 12px;
line-height: 1.5;
color: #fff;
text-align: left;
background-color: rgba(0, 0, 0, 0.7);
transform: translateY(100%);
transition: transform 0.3s ease;
}
@media (any-hover: hover) {
.gallery-item:hover .gallery-caption {
transform: translateY(0);
}
} .tcdce-pager {
display: grid;
grid-template-columns: repeat(auto-fit, 50px);
grid-template-rows: 50px;
gap: 10px;
justify-content: center;
font-size: 16px;
font-family: Arial;
text-align: center;
box-sizing: border-box;
}
* + .tcdce-pager {
margin-top: 40px;
}
.tcdce-pager > * {
display: grid;
place-items: center;
color: #000000;
background: #f6f6f6;
border-radius: 50%;
box-sizing: border-box;
}
.tcdce-pager > a {
transition: color 0.3s ease, background 0.3s ease;
}
.tcdce-pager > .current {
color: #ffffff;
background: #000000;
}
@media (any-hover: hover) {
.tcdce-pager > a:hover {
color: #ffffff;
background: #000000;
}
}
@media (max-width: 767px) {
.tcdce-pager {
grid-template-columns: repeat(auto-fit, 40px);
grid-template-rows: 40px;
gap: 5px;
font-size: 14px;
}
} .tcdce-card {
line-height: 1;
background: #fafafa;
border: 1px solid #ddd;
}
.tcdce-card__link {
text-decoration: none !important;
display: flex;
align-items: center;
gap: 20px;
padding: 20px;
color: #000 !important;
}
.tcdce-card__image {
flex: 0 0 130px;
aspect-ratio: 1;
}
.tcdce-card__image-bg {
width: 100%;
height: 100% !important;
object-fit: cover;
}
.tcdce-card__content {
flex: 1;
display: flex;
flex-direction: column;
gap: 15px;
word-break: break-word;
}
.tcdce-card__meta {
display: flex;
flex-wrap: wrap;
font-size: 14px;
gap: 3px 10px;
}
.tcdce-card__meta-date {
font-family: "Arial";
display: flex;
align-items: center;
gap: 0.3em;
}
.tcdce-card__meta-date:before {
font-family: "editor";
font-size: 1.2em;
-webkit-font-smoothing: antialiased;
}
.tcdce-card__meta-date--publish:before {
content: "\e90b";
}
.tcdce-card__meta-date--modify:before {
content: "\e90c";
}
.tcdce-card__title {
display: -webkit-box;
max-height: 3.2em;
margin: -0.35em 0;
overflow: hidden;
font-size: 16px;
font-weight: 600;
line-height: 1.7;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
transition: color 0.3s ease;
}
.tcdce-card__desc {
display: -webkit-box;
max-height: 3.2em;
margin: -0.35em 0;
overflow: hidden;
font-size: 14px;
line-height: 1.7;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
@media (any-hover: hover) {
.tcdce-card__link:hover .tcdce-card__title {
color: rgba(0, 0, 0, 0.5);
}
}
@container tcdce (max-width: 450px) {
.tcdce-card__link {
gap: 15px;
padding: 15px;
}
.tcdce-card__image {
flex: 0 0 110px;
}
.tcdce-card__meta {
font-size: 13px;
gap: 3px 5px;
}
.tcdce-card__title {
max-height: 5.4em;
font-size: 14px;
-webkit-line-clamp: 3;
}
.tcdce-card__desc {
display: none;
}
} :is(.tcdce-body, .editor-styles-wrapper) .tcdce-heading-label {
display: flex;
align-items: center;
font-size: var(--tcdce-heading_label-font-size-pc, 24px);
font-weight: var(
--tcdce-heading_label-font-weight,
var(--tcdce-opt-font-weight-bold)
);
color: var(--tcdce-heading_label-font-color, #000000);
font-family: var(--tcdce-heading_label-font-family, inherit);
text-align: left;
line-height: 1.7;
}
:is(.tcdce-body, .editor-styles-wrapper) .tcdce-heading-label:before {
content: var(--tcdce-heading_label-element-text, "");
display: grid;
flex: 0 0 100px;
height: 100px;
place-items: center;
font-size: 14px;
line-height: 1.5;
text-align: center;
font-weight: 600;
white-space: pre-wrap;
padding: 8px;
color: var(--tcdce-heading_label-element-color, #ffffff);
background: var(--tcdce-heading_label-element-background, #000000);
border-radius: var(--tcdce-heading_label-element-border-radius, 50%);
position: relative;
inset: initial;
margin: initial;
margin-right: 30px;
}
:is(.tcdce-body, .editor-styles-wrapper)
.tcdce-heading-label[data-label]:before {
content: attr(data-label);
}
:is(.tcdce-body, .editor-styles-wrapper) * + .tcdce-heading-label {
margin-top: var(--tcdce-heading_label-margin-top-pc);
}
:is(.tcdce-body, .editor-styles-wrapper) .tcdce-heading-label:has(+ *) {
margin-bottom: var(--tcdce-heading_label-margin-bottom-pc);
}
@container tcdce (max-width: 600px) {
:is(.tcdce-body, .editor-styles-wrapper) .tcdce-heading-label {
font-size: var(--tcdce-heading_label-font-size-sp, 18px);
}
:is(.tcdce-body, .editor-styles-wrapper) .tcdce-heading-label:before {
flex: 0 0 80px;
height: 80px;
font-size: 12px;
margin-right: 20px;
}
:is(.tcdce-body, .editor-styles-wrapper) * + .tcdce-heading-label {
margin-top: var(--tcdce-heading_label-margin-top-sp);
}
:is(.tcdce-body, .editor-styles-wrapper) .tcdce-heading-label:has(+ *) {
margin-bottom: var(--tcdce-heading_label-margin-bottom-sp);
}
} :is(.tcdce-body, .editor-styles-wrapper) p:has(> iframe[src*="youtube.com"]) {
margin-bottom: var(--tcdce-base-margin-bottom-pc);
}
:is(.tcdce-body, .editor-styles-wrapper) iframe[src*="youtube.com"] {
display: block;
aspect-ratio: 16 / 9;
width: 100%;
height: auto;
}
:is(.tcdce-body, .editor-styles-wrapper)
.wp-block-embed:has(iframe[src*="youtube.com"]) {
display: block;
} :is(.tcdce-body, .editor-styles-wrapper) hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
} :is(.tcdce-body, .editor-styles-wrapper) table {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
} :is(.tcdce-body, .editor-styles-wrapper) :is(th, td) {
font-weight: 400;
background: #fff;
border: 1px solid #ddd;
padding: 0.8em 1em;
line-height: 1.4;
vertical-align: middle;
} :is(.tcdce-body, .editor-styles-wrapper) .wp-block-table {
overflow: auto hidden;
}
:is(.tcdce-body, .editor-styles-wrapper) .wp-block-table thead {
border-bottom: none;
}
:is(.tcdce-body, .editor-styles-wrapper) .wp-block-table tfoot {
border-top: none;
}
:is(.tcdce-body, .editor-styles-wrapper) .wp-block-table :is(th, td) {
background: transparent;
} :is(.tcdce-body, .editor-styles-wrapper)
.wp-block-table.is-style-regular
thead {
background: #f6f6f6;
}
:is(.tcdce-body, .editor-styles-wrapper)
.wp-block-table.is-style-regular
:is(th, td) {
border: 1px solid #ddd;
}
:is(.tcdce-body, .editor-styles-wrapper)
.wp-block-table.is-style-regular
tfoot {
border-top: 3px double #ddd;
} :is(.tcdce-body, .editor-styles-wrapper) .wp-block-table.is-style-stripes {
border-bottom: none;
}
:is(.tcdce-body, .editor-styles-wrapper)
.wp-block-table.is-style-stripes
tbody
tr:nth-child(odd) {
background: #f6f6f6;
}
:is(.tcdce-body, .editor-styles-wrapper)
.wp-block-table.is-style-stripes
thead {
color: #fff;
background: #000;
}
:is(.tcdce-body, .editor-styles-wrapper)
.wp-block-table.is-style-stripes
tfoot {
border-top: 3px double #000;
} .post_row {
display: grid;
grid-template-columns: 100%;
gap: 20px 30px;
}
.post_col {
min-inline-size: 0;
}
@media not all and (max-width: 1024px) {
.post_row:has(.post_col-2) {
grid-template-columns: repeat(2, 1fr);
}
.post_row:has(.post_col-3) {
grid-template-columns: repeat(3, 1fr);
}
} .tcdce-gmap {
position: relative;
width: 100%;
height: 550px;
background: #ddd;
}
.tcdce-gmap__embed {
width: 100%;
height: 550px;
}
.tcdce-gmap__marker::after {
position: absolute;
bottom: 0;
left: -5px;
z-index: 1;
display: block;
width: 0;
height: 0;
content: "";
border-style: solid;
border-width: 16px 5px 0 5px;
border-top-color: var(--tcdce-gmap-bg-color);
border-right-color: transparent;
border-bottom-color: transparent;
border-left-color: transparent;
}
.tcdce-gmap__marker-icon {
word-break: break-word;
line-height: 1.4;
position: absolute;
top: -114px;
left: -50px;
z-index: 2;
display: grid;
place-items: center;
width: 100px !important;
height: 100px !important;
padding: 5px;
overflow: hidden;
font-size: 18px;
color: var(--tcdce-gmap-font-color);
text-align: center;
background-color: var(--tcdce-gmap-bg-color);
border-radius: 50%;
background-image: var(--tcdce-gmap-image-url, none);
background-position: center;
background-size: 70%;
background-repeat: no-repeat;
}
@media (max-width: 767px) {
.tcdce-gmap,
.tcdce-gmap__embed {
height: 320px;
}
} .p-toc,
.p-toc * {
box-sizing: border-box;
}
.p-toc {
padding: 40px;
background: #f6f6f6;
border-radius: 10px;
}
.tcdce-body * + .p-toc {
margin-top: 50px;
}
.p-toc-headline {
display: block;
color: #000000;
font-size: 18px;
line-height: 1.4;
font-weight: 600;
margin: -0.2em 0 calc(30px - 0.2em);
text-align: center;
}
.p-toc ul {
display: flex;
flex-direction: column;
gap: 20px;
font-size: 14px;
padding: 0;
margin: 0;
list-style: none;
}
.p-toc li {
line-height: 1.4 !important; padding: initial;
margin: initial;
}
.p-toc a:not(:hover) {
color: #000 !important;
}
.p-toc ul ul {
margin-top: 20px;
padding-left: 1em;
}
@media (any-hover: hover) {
.p-toc a:hover {
text-decoration: none !important;
color: rgba(0, 0, 0, 0.5) !important;
}
}
@media (max-width: 767px) {
.p-toc {
padding: 25px 20px;
}
.tcdce-body * + .p-toc {
margin-top: 40px;
}
.p-toc-headline {
font-size: 16px;
margin-bottom: 20px;
}
} .p-toc--sidebar {
padding: 30px 20px;
background: #f6f6f6;
max-height: calc(100svh - 40px - var(--tcdce-toc-sticky-top, 40px));
overflow: hidden auto;
}
.p-toc--sidebar .p-toc-headline {
color: #000;
font-size: 16px;
text-align: left;
margin-bottom: 20px;
}
.widget_tcdce_toc_widget:has(.is-sticky) {
position: sticky;
top: var(--tcdce-toc-sticky-top, 40px);
z-index: 1;
height: fit-content;
} .p-toc-open {
cursor: pointer;
position: fixed;
right: 30px;
bottom: 30px;
z-index: 99;
width: 50px;
height: 50px;
color: #000;
background: #fff;
border: 1px solid #ddd;
border-radius: 5px;
display: flex;
align-items: center;
justify-content: center;
transition: opacity 0.3s ease, pointer-events 0.3s ease;
box-sizing: border-box;
}
.p-toc-open:not(.is-active) {
opacity: 0;
pointer-events: none;
}
.p-toc-open:before {
content: "\e907";
font-family: "editor";
font-size: 28px;
font-weight: normal;
-webkit-font-smoothing: antialiased;
} @media (max-width: 767px) { body:has(.p-footer-fix-nav) .p-toc-open {
margin-bottom: 40px;
} body:has(.p-footer-fix-cta-image) .p-toc-open {
display: none;
} body:has(.p-footer-fix-cta-text) .p-toc-open {
margin-bottom: 55px;
}
} .p-toc-modal,
.p-toc-modal * {
box-sizing: border-box;
}
.p-toc-modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99999;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
transition: opacity 0.3s ease, pointer-events 0.3s ease;
}
.p-toc-modal:not(.is-active) {
opacity: 0;
pointer-events: none;
}
.p-toc-modal-overlay {
position: absolute;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
}
.p-toc-modal .p-toc {
width: calc(100% - 40px);
max-width: 400px;
padding: 30px;
max-height: calc(100svh - 120px);
overflow: hidden auto;
}
.p-toc-modal .p-toc-headline {
margin-bottom: 25px;
}
.p-toc-modal-close {
cursor: pointer;
width: 50px;
padding: 20px 0;
background: none;
border: none;
}
.p-toc-modal-close:before {
content: "\e901";
font-family: "editor";
font-weight: normal;
font-size: 28px;
color: #fff;
-webkit-font-smoothing: antialiased;
} .tcdce-tab {
font-size: 16px;
}
.tcdce-tab__label {
display: flex;
}
.tcdce-tab__label-item {
cursor: pointer;
flex: 1;
min-width: 0;
color: #999;
text-align: center;
font-weight: 600;
line-height: 1.4;
padding-bottom: calc(25px - 0.2em);
border-bottom: 3px solid #ddd;
transition: color 0.25s ease, border-color 0.25s ease;
}
.tcdce-tab__label-item.is-active {
pointer-events: none;
color: currentColor;
border-color: #000;
}
.tcdce-tab__field {
display: none;
background: #fafafa;
padding: 40px;
}
.tcdce-tab__field-caption {
display: block;
line-height: 1.6;
text-align: center;
margin: calc(20px - 0.3em) 0 -0.3em;
} .tcdce-tab:has(.tcdce-tab__label-item1.is-active) .tcdce-tab__field1,
.tcdce-tab:has(.tcdce-tab__label-item2.is-active) .tcdce-tab__field2,
.tcdce-tab:has(.tcdce-tab__label-item3.is-active) .tcdce-tab__field3 {
display: block;
animation: tcdceTabFadeIn 0.3s ease 0s forwards;
}
@keyframes tcdceTabFadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@media (any-hover: hover) {
.tcdce-tab__label-item:hover {
color: currentColor;
}
}
@container tcdce (max-width: 600px) {
.tcdce-tab {
font-size: 14px;
}
.tcdce-tab__label-item {
padding-bottom: calc(20px - 0.2em);
}
.tcdce-tab__field {
padding: 20px;
}
}  :is(.tcdce-body, .editor-styles-wrapper) .wp-element-caption {
text-align: center;
line-height: 1.8;
margin: 0.6em 0 -0.4em;
} :is(.tcdce-body, .editor-styles-wrapper) .wp-block-details {
line-height: 1.8;
padding: 1.4em;
background: #f6f6f6;
border: 1px solid #ddd;
}
:is(.tcdce-body, .editor-styles-wrapper)
.wp-block-details:has(+ .wp-block-details) {
margin-bottom: -1px;
}
:is(.tcdce-body, .editor-styles-wrapper) .wp-block-details summary {
position: relative;
list-style: none;
background: #ffffff;
padding: 1em 1.4em;
margin: -1.4em;
}
:is(.tcdce-body, .editor-styles-wrapper) .wp-block-details summary:after {
content: "\e901";
font-size: 1.2em;
font-family: "editor";
font-weight: normal;
position: absolute;
inset: 0 0.8em 0 auto;
margin: auto;
line-height: 1;
height: 1em;
transform: rotate(45deg);
-webkit-font-smoothing: antialiased;
}
:is(.tcdce-body, .editor-styles-wrapper) .wp-block-details[open] summary {
border-bottom: 1px solid #ddd;
margin-bottom: 1.4em;
}
:is(.tcdce-body, .editor-styles-wrapper) .wp-block-details[open] summary:after {
transform: rotate(0deg);
}
:is(.tcdce-body, .editor-styles-wrapper) .wp-block-details p {
margin-top: 0;
margin-bottom: 0.5em;
}
:is(.tcdce-body, .editor-styles-wrapper) .wp-block-details p:last-of-type {
margin-bottom: 0;
}
@media (any-hover: hover) {
} :is(.tcdce-body, .editor-styles-wrapper) .wp-block-audio audio {
vertical-align: bottom;
} :is(.tcdce-body, .editor-styles-wrapper) .wp-block-file:not(.wp-element-button),
:is(.tcdce-body, .editor-styles-wrapper) .wp-block-file__content-wrapper {
display: flex;
font-size: inherit;
line-height: 1.4;
}
:is(.tcdce-body, .editor-styles-wrapper)
.wp-block-file:not(.wp-element-button)
a:not(.wp-block-file__button) {
flex: 1;
padding: 1em 1.4em;
background: #f6f6f6;
}
:is(.tcdce-body, .editor-styles-wrapper) .wp-block-file__button {
text-decoration: none;
padding: 1em 2em;
color: #fff;
background: #000000;
border-radius: 0;
transition: opacity 0.3s ease;
}
:is(.tcdce-body, .editor-styles-wrapper)
.wp-block-file
*
+ .wp-block-file__button {
margin-left: 0;
}
@media (any-hover: hover) {
:is(.tcdce-body, .editor-styles-wrapper) .wp-block-file__button:hover {
color: #fff;
opacity: 0.7;
}
} .wp-block-column:only-child {
margin-inline: auto;
} .tcdce-caution {
color: red;
background: rgb(255 0 0 / 10%);
padding: 0.5em 1em;
}  .wp-block-post-title {
--tcdce-h1-text-align: left;
} .wp-block:is(.wp-block-buttons, .wp-block-columns, .wp-block-group) {
padding: 1em;
border: 2px dashed #ddd;
border-radius: 2px;
} .wp-block:is(.wp-block-column, .wp-block-spacer) {
border: 2px dashed #ddd;
border-radius: 2px;
} .wp-block-freeform {
padding-inline: 20px;
border: 1px dotted #1e1e1e;
} .wp-block.wp-block-shortcode {
margin-bottom: 28px;
}