@import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap");
* {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background-color: #1A1A1A;
}

.global_head {
  margin-bottom: 0;
}

.url-button {
  text-align: center;
  margin-top: 3em;
}
.url-button a {
  text-decoration: none;
  color: #fff;
  background-color: #DE0068;
  padding: 10px 1em;
  border-radius: 5px;
  font-size: 1.5em;
  font-weight: 600;
}

#backToTopButton {
  background-color: rgba(222, 0, 104, 0.7411764706);
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  transition: opacity 0.3s;
}
#backToTopButton:hover {
  background-color: #DE0068;
}

#backToTopButton.hidden {
  opacity: 0;
  pointer-events: none;
}

.denno {
  color: #fff;
  font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  background-color: #1A1A1A;
  font-size: 1em;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .denno {
    padding: 10px 0;
    padding-bottom: 3em;
  }
}
@media only screen and (min-width: 768px) {
  .denno {
    padding: 100px 0;
    min-width: 1200px;
  }
}
.denno__page {
  margin: -10px auto;
}
.denno__head {
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.denno__content {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  box-sizing: border-box;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .denno__content {
    padding: 20px 0 0 0;
    width: 335px;
  }
}
@media only screen and (min-width: 768px) {
  .denno__content {
    padding: 50px 0 0 0;
    width: 1200px;
  }
}
@media only screen and (max-width: 767px) {
  .denno__logo {
    width: 220px;
  }
}
@media only screen and (min-width: 768px) {
  .denno__logo {
    width: 700px;
  }
}
@media only screen and (max-width: 767px) {
  .denno__logo--sp {
    display: inline;
  }
}
@media only screen and (min-width: 768px) {
  .denno__logo--sp {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .denno__logo--pc {
    display: inline;
  }
}
.denno__banner {
  max-width: 800px;
  margin: 0 auto;
}
.denno__banner img {
  margin: 10px 0 0;
  max-width: 800px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .denno__text {
    max-width: 800px;
    position: relative;
    top: 50px;
    right: -25%;
  }
  .denno__text img {
    max-width: 600px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .denno__text {
    max-width: 800px;
    position: relative;
    top: -10px;
    right: 0%;
  }
  .denno__text img {
    max-width: 600px;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .denno__kaisai {
    text-align: center;
    margin: 50px auto;
  }
  .denno__kaisai p {
    font-size: 30px;
  }
  .denno__kaisai img {
    width: 550px;
  }
}
@media only screen and (max-width: 767px) {
  .denno__kaisai {
    text-align: center;
    margin: 20px;
  }
  .denno__kaisai p {
    font-size: 30px;
  }
  .denno__kaisai img {
    width: 280px;
  }
}
@media only screen and (min-width: 768px) {
  .denno__logodom {
    margin: 0 auto;
    text-align: center;
  }
  .denno__logodom img {
    max-width: 800px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .denno__logodom {
    margin: 0 auto;
  }
  .denno__logodom img {
    max-width: 500px;
    width: 100%;
  }
}
.denno__rates {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .denno__rates {
    margin: 20px auto 0 auto;
    padding: 15px 0;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .denno__rates {
    margin: 15px auto 0 auto;
    padding: 10px auto;
    width: 700px;
  }
}
@media only screen and (min-width: 768px) {
  .denno__manda {
    text-align: center;
  }
  .denno__manda img {
    width: 100%;
    max-width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .denno__manda {
    text-align: center;
  }
  .denno__manda img {
    width: 100%;
    max-width: 120px;
  }
}
.denno .mobile-menu .menu-content {
  display: none;
  position: absolute;
  background-color: #ffffff; /* Colore di sfondo del menu */
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); /* Ombra */
  z-index: 1;
  right: 0; /* Posiziona il menu a destra */
  padding: 10px; /* Spaziatura interna */
}
.denno .mobile-menu .denno__nav-link {
  margin-bottom: 10px; /* Spaziatura tra i link */
}
.denno .mobile-menu .menu-icon {
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .denno__navigation {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .denno__navigation {
    display: flex;
    justify-content: space-between;
    margin: -60px auto 0 auto;
    width: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .denno__nav-link {
    margin: 15px auto 0 auto;
    width: 140px;
  }
}
.denno__nav-link a {
  color: inherit;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .denno__nav-link a::before {
    margin: 2px 10px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .denno__nav-link a::before {
    margin: 2px 5px 0 0;
  }
}
.denno__nav-link--em {
  color: #e62572;
}
@media only screen and (max-width: 767px) {
  .denno__nav-link--em {
    margin: 15px auto 0 auto;
    width: 140px;
  }
}
@media only screen and (min-width: 768px) {
  .denno__nav-link--em {
    font-size: 1.1rem;
    font-weight: 600;
  }
}
.denno__nav-link--em a {
  color: inherit;
  text-decoration: none;
}
.denno__nav-link--em a::before {
  background-image: url(../img/point-red.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  vertical-align: text-top;
}
@media only screen and (max-width: 767px) {
  .denno__nav-link--em a::before {
    height: 16px;
    margin: 2px 10px 0 0;
    width: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .denno__nav-link--em a::before {
    height: 19px;
    margin: 2px 5px 0 0;
    width: 19px;
  }
}
.denno__nav-link--em a::before img {
  width: 100%;
}
.denno__nav-link--active {
  color: #e62572;
}
@media only screen and (max-width: 767px) {
  .denno__nav-link--active {
    margin: 15px auto 0 auto;
    width: 140px;
  }
}
.denno__nav-link--active a {
  color: inherit;
  text-decoration: none;
}
.denno__nav-link--active a::before {
  background-image: url(../img/point-red.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  vertical-align: text-top;
}
@media only screen and (max-width: 767px) {
  .denno__nav-link--active a::before {
    height: 16px;
    margin: 2px 10px 0 0;
    width: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .denno__nav-link--active a::before {
    height: 16px;
    margin: 2px 5px 0 0;
    width: 16px;
  }
}
.denno__nav-link--active a::before img {
  width: 100%;
}
.denno__nav-link--blank {
  color: #666;
}
@media only screen and (max-width: 767px) {
  .denno__row {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .denno__row {
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
  }
}
@media only screen and (max-width: 767px) {
  .denno__sub {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .denno__sub {
    background-image: url(../img/frame-sub-pc.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .denno__sub-logo {
    margin: 25px 95px 0 auto;
    width: 160px;
  }
}
@media only screen and (min-width: 768px) {
  .denno__sub-nav-link {
    margin: 27px 90px 0 auto;
    width: 140px;
  }
}
.denno__main {
  background-repeat: no-repeat;
  background-position: top left;
}
@media only screen and (max-width: 767px) {
  .denno__main {
    background-image: url(../img/frame-main-sp.png);
    background-size: contain;
    height: 732px;
    width: 375px;
  }
}
@media only screen and (min-width: 768px) {
  .denno__main {
    background-image: url(../img/frame-main-pc.png);
    background-size: cover;
    height: 500px;
    width: 900px;
  }
}
.denno__main-inner {
  overflow-y: scroll;
}
@media only screen and (max-width: 767px) {
  .denno__main-inner {
    height: calc(100% - 4px);
    margin: 2px auto 0 auto;
    width: calc(100% - 50px);
  }
}
@media only screen and (min-width: 768px) {
  .denno__main-inner {
    max-width: 865px;
    overflow: hidden;
    overflow-y: scroll;
    height: calc(100% - 6px);
    margin: 3px auto 0 0;
    width: calc(100% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .denno__hmenu {
    height: 30px;
    margin: 0 14px 10px auto;
    width: 30px;
  }
  .denno__hmenu::before {
    background-image: url(../img/icon-menu.png);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .denno__hmenu {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .x-moji {
    margin: -50px;
    text-align: center;
  }
  .x-moji img {
    width: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .x-moji {
    margin: -30px;
    text-align: center;
  }
  .x-moji img {
    width: 110px;
  }
}

.circles {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .circles {
    padding: 10px 10px 0 0;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .circles {
    padding: 10px 10px 0 0;
    width: 100%;
  }
}
.circles__circle {
  background-image: url(../img/frame-circle.png);
  background-repeat: no-repeat;
  background-size: contain;
  text-decoration: none;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .circles__circle {
    margin: 0 0 10px 5px;
    width: calc(50% - 5px);
  }
}
@media only screen and (min-width: 768px) {
  .circles__circle {
    margin: 0 0 15px 10px;
    width: calc(33.33% - 10px);
  }
}
.circles__circle::before {
  content: "";
  display: block;
  padding-bottom: 34.33%;
}
.circles__circle-inner {
  align-items: center;
  display: flex;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .circles__circle-inner {
    top: 7px;
    left: 7px;
  }
}
.circles__circlecut {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .circles__circlecut {
    height: 46px;
    width: 46px;
  }
}
@media only screen and (min-width: 768px) {
  .circles__circlecut {
    height: 72px;
    width: 72px;
  }
}
.circles__body {
  margin-left: 5px;
  width: calc(100% - 53px);
}
@media only screen and (min-width: 768px) {
  .circles__body {
    margin-left: 10px;
    width: calc(100% - 97px);
  }
}
.circles__name {
  color: #fff;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .circles__name {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .circles__name {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .circles__name--s {
    font-size: 0.7rem;
  }
}
.circles__author {
  color: #fff;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .circles__author {
    font-size: 0.7rem;
    margin: 5px 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .circles__author {
    font-size: 0.9rem;
    margin: 10px 0 0 0;
  }
}
.circles img {
  vertical-align: bottom;
  width: 100%;
}
.circles__outer {
  height: calc(100% - 14px);
  margin: 6px auto 0 auto;
  overflow-y: scroll;
  width: 91.6%;
}

.attention ul {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .attention ul {
    padding: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .attention ul {
    padding: 50px 30px 50px 70px;
  }
}
.attention li {
  line-height: 2;
  margin: 40px 0 0 0;
}
.attention li:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .overlay {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition-property: transform;
    transition-duration: 300ms;
    transition-timing-function: ease-out;
    z-index: 9999;
  }
}
@media only screen and (min-width: 768px) {
  .overlay {
    display: none;
  }
}
.overlay__logo {
  width: 200px;
  margin: 0 auto;
}
.overlay__nav {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 30px auto 0 auto;
}
.overlay__link {
  color: #fff;
  margin: 20px 0 0 0;
}
.overlay__link::before {
  background-image: url(../img/point-white.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  display: inline-block;
  height: 16px;
  margin: 3px 5px 0 0;
  vertical-align: text-top;
  width: 16px;
}
.overlay__link--em {
  color: #e62572;
}
.overlay__link--em::before {
  background-image: url(../img/point-red.png);
}
.overlay__link a {
  color: inherit;
  text-decoration: none;
}
.overlay__close {
  background-image: url(../img/icon-close.png);
  background-size: cover;
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
}
.overlay__activate {
  transform: translateY(0%);
}
.overlay__deactivate {
  transform: translateY(100%);
}
.overlay ul {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}
.overlay img {
  vertical-align: bottom;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .dropbtn {
    background-color: black;
    border: 5px double white;
    color: white;
    padding: 5px;
    font-size: 16px;
    cursor: pointer;
  }
}
@media only screen and (min-width: 768px) {
  .dropbtn {
    display: none;
  }
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #000000;
}

@media only screen and (min-width: 768px) {
  .dropdown {
    position: relative;
    top: -50px;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .dropdown {
    position: relative;
    top: 10px;
    left: 20px;
    display: inline-block;
  }
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #000000;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {
  background-color: #494646;
}

.show {
  display: block;
}

.about {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  background-color: #1A1A1A;
  font-size: 1em;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .about {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 768px) {
  .about {
    padding: 100px 0;
    min-width: 1200px;
  }
}
@media only screen and (min-width: 768px) and (min-height: 1000px) {
  .about {
    height: 1500px;
  }
}
.about__head {
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.about__content {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  box-sizing: border-box;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .about__content {
    height: 619px;
    padding: 20px 0 0 0;
    width: 335px;
  }
}
@media only screen and (min-width: 768px) {
  .about__content {
    height: 539px;
    padding: 50px 0 0 0;
    width: 1200px;
  }
}
.about__logo {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .about__logo {
    width: 220px;
  }
}
@media only screen and (min-width: 768px) {
  .about__logo {
    width: 700px;
  }
}
@media only screen and (max-width: 767px) {
  .about__logo--sp {
    display: inline;
  }
}
@media only screen and (min-width: 768px) {
  .about__logo--sp {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .about__logo--pc {
    display: inline;
  }
}
.about__banner {
  max-width: 800px;
  margin: 0 auto;
}
.about__banner img {
  margin: 10px 0 20px;
  max-width: 800px;
  width: 100%;
}
.about__text {
  max-width: 800px;
  position: relative;
  top: 50px;
  right: -25%;
}
.about__text img {
  max-width: 600px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .about__text {
    max-width: 800px;
    position: relative;
    top: 50px;
    right: 0%;
  }
  .about__text img {
    max-width: 600px;
    width: 100%;
  }
}
.about__kaisai {
  text-align: center;
  margin: 100px 0;
}
.about__kaisai p {
  font-size: 30px;
}
@media only screen and (min-width: 768px) {
  .about__logodom {
    margin: 0 auto;
    text-align: center;
  }
  .about__logodom img {
    max-width: 800px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .about__logodom {
    margin: 0 auto;
  }
  .about__logodom img {
    max-width: 500px;
    width: 100%;
  }
}
.about__rates {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .about__rates {
    margin: 20px auto 0 auto;
    padding: 15px 0;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .about__rates {
    margin: 15px auto 0 auto;
    padding: 10px auto;
    width: 700px;
  }
}
@media only screen and (min-width: 768px) {
  .about__manda {
    text-align: center;
  }
  .about__manda img {
    width: 100%;
    max-width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .about__manda {
    text-align: center;
  }
  .about__manda img {
    width: 100%;
    max-width: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .about__navigation {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    margin: -40px 0px 20px 30px;
  }
}
@media only screen and (min-width: 768px) {
  .about__navigation {
    display: flex;
    justify-content: space-between;
    margin: 50px auto 0 auto;
    width: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .about__nav-link {
    margin: 15px auto 0 auto;
    width: 140px;
  }
}
.about__nav-link a {
  color: inherit;
  text-decoration: none;
}
.about__nav-link a::before {
  background-image: url(../img/point-white.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  display: inline-block;
  height: 16px;
  vertical-align: text-top;
  width: 16px;
}
@media only screen and (max-width: 767px) {
  .about__nav-link a::before {
    margin: 2px 10px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .about__nav-link a::before {
    margin: 2px 5px 0 0;
  }
}
.about__nav-link--em {
  color: #e62572;
}
@media only screen and (max-width: 767px) {
  .about__nav-link--em {
    margin: 15px auto 0 auto;
    width: 140px;
  }
}
@media only screen and (min-width: 768px) {
  .about__nav-link--em {
    font-size: 1.1rem;
    font-weight: 600;
  }
}
.about__nav-link--em a {
  color: inherit;
  text-decoration: none;
}
.about__nav-link--em a::before {
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  vertical-align: text-top;
}
@media only screen and (max-width: 767px) {
  .about__nav-link--em a::before {
    height: 16px;
    margin: 2px 10px 0 0;
    width: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .about__nav-link--em a::before {
    height: 19px;
    margin: 2px 5px 0 0;
    width: 19px;
  }
}
.about__nav-link--em a::before img {
  width: 100%;
}
.about__nav-link--active {
  color: #e62572;
}
@media only screen and (max-width: 767px) {
  .about__nav-link--active {
    margin: 15px auto 0 auto;
    width: 140px;
  }
}
.about__nav-link--active a {
  color: inherit;
  text-decoration: none;
}
.about__nav-link--active a::before {
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  vertical-align: text-top;
}
@media only screen and (max-width: 767px) {
  .about__nav-link--active a::before {
    height: 16px;
    margin: 2px 10px 0 0;
    width: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .about__nav-link--active a::before {
    height: 16px;
    margin: 2px 5px 0 0;
    width: 16px;
  }
}
.about__nav-link--active a::before img {
  width: 100%;
}
.about__nav-link--blank {
  color: #666;
}
@media only screen and (max-width: 767px) {
  .about__row {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .about__row {
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
  }
}
@media only screen and (max-width: 767px) {
  .about__sub {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .about__sub {
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .about__sub-logo img {
    margin: 25px 95px 0 32px;
    width: 160px;
  }
}
@media only screen and (min-width: 768px) {
  .about__sub-nav-link {
    margin: 27px 90px 0 auto;
    width: 140px;
  }
}
.about__main {
  background-repeat: no-repeat;
  background-position: top left;
}
@media only screen and (max-width: 767px) {
  .about__main {
    height: 732px;
    width: 375px;
  }
}
@media only screen and (min-width: 768px) {
  .about__main {
    background-image: url(../img/frame-main-pc.png);
    background-size: cover;
    height: 500px;
    width: 900px;
    margin: 0 auto;
  }
}
.about__main-inner {
  overflow-y: scroll;
}
@media only screen and (max-width: 767px) {
  .about__main-inner {
    height: calc(100% - 4px);
    margin: 2px auto 0 auto;
    width: calc(100% - 50px);
  }
}
@media only screen and (min-width: 768px) {
  .about__main-inner {
    max-width: 865px;
    overflow: hidden;
    overflow-y: scroll;
    height: calc(100% - 6px);
    margin: 3px auto 0 0;
    width: calc(100% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .about__hmenu {
    height: 30px;
    margin: 0 14px 10px auto;
    width: 30px;
  }
  .about__hmenu::before {
    background-image: url(../img/icon-menu.png);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .about__hmenu {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .text-line {
    background-size: cover;
    width: 900px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .text-line {
    background-size: cover;
    width: 380px;
    margin: 10px 0px;
  }
}

@media only screen and (min-width: 768px) {
  .text-line-inner {
    max-width: 900px;
    margin: 50px 175px;
  }
  .text-line-inner p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .text-line-inner {
    max-width: 380px;
  }
  .text-line-inner p {
    font-size: 11px;
    margin: 10px;
  }
  .text-line-inner h2 {
    font-size: 18px;
    margin: 20px 10px;
  }
}

.circle-list {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.circle-main {
  padding: 5px;
  border-bottom: 1px solid;
  margin: 0 auto;
  max-width: 800px;
}

@media only screen and (min-width: 768px) {
  .circle-name {
    display: flex;
    margin-top: 20px;
  }
  .circle-name img {
    width: 100px;
    margin: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .circle-name {
    display: flex;
  }
  .circle-name img {
    width: 50px;
    margin: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .circle-prod {
    display: flex;
    flex-wrap: wrap;
  }
  .circle-prod img {
    width: 150px;
    height: 150px;
    margin: 1.5em;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 767px) {
  .circle-prod img {
    margin: 4px;
    height: 100px;
    width: 100px;
  }
}
/*# sourceMappingURL=style.css.map */