@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Sans:wght@100;300;400;500;700;900&family=Barlow+Semi+Condensed:wght@500&display=swap');


html,
body {
  padding: 0;
  margin: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Noto Sans JP', Roboto, sans-serif;
	overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

select {
  -webkit-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='black'><polygon points='440.189,92.085 256.019,276.255 71.83,92.085 0,163.915 256.019,419.915 512,163.915'/></svg>") no-repeat;
  background-size: 12px;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  background-color: white;
}


.gm-style .gm-style-iw-d {
  overflow: hidden !important;
  padding-bottom: 10px;
  padding-right: 5px;
}


.gm-style .gm-style-iw-c:hover {
  background-color: rgb(196, 196, 196) !important;
  transition: 0.5s;
}

.movie {
  height: auto;
  aspect-ratio: 16/9;
  position: relative;
}

.mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox=" 0 0 1675 1675" width="100%" preserveAspectRatio="xMidYMid slice" fill="none"><circle cx="837.5" cy="837.5" r="837.5" fill="black" /></svg>');
  mask-position: top center;
  mask-origin: top center;
  mask-repeat: no-repeat;
  mask-size: 877%;
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox=" 0 0 1675 1675" width="100%" preserveAspectRatio="xMidYMid slice" fill="none"><circle cx="837.5" cy="837.5" r="837.5" fill="black" /></svg>');
  -webkit-mask-position: top center;
  -webkit-mask-origin: top center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 877%;
}

.mask video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin: 0 auto;
  object-fit: cover;
}

.bg-cloud4 {
    background-image: url(../images/bg_cloud4.svg);
}

body.fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
}
