@charset "UTF-8";
@font-face {
  font-family: "Higre Gothic"; /* フォントの名前 */
  src: url("./font-family/HigureGothic-Light.ttf") format("truetype"); /* フォントファイルのパス */
}
@media screen and (min-width: 1500px) {
  html {
    font-size: 44.140625%;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 1500px) {
  html {
    font-size: 44.140625%;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 1430px) {
  html {
    font-size: 42.0807291667%;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 1360px) {
  html {
    font-size: 40.0208333333%;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 1290px) {
  html {
    font-size: 37.9609375%;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 1220px) {
  html {
    font-size: 35.9010416667%;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 1150px) {
  html {
    font-size: 33.8411458333%;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  html {
    font-size: 31.78125%;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 1070px) {
  html {
    font-size: 31.4869791667%;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 29.4270833333%;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 930px) {
  html {
    font-size: 27.3671875%;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 860px) {
  html {
    font-size: 25.3072916667%;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 790px) {
  html {
    font-size: 23.2473958333%;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 87.5%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media screen and (max-width: 540px) {
  html {
    font-size: 75%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  html {
    font-size: 62.5%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-family: "Higre Gothic", sans-serif; /* Higre Gothicを指定 */
  color: white;
}

body {
  /* max-width: 1440px; */
  margin-inline: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  background: url("./img/bg.png");
}
body::-webkit-scrollbar {
  display: none;
}

main {
  max-width: 1440px;
  margin: 0 auto;
}

.full-section {
  position: relative;
  width: 100%;
}
.full-section img {
  width: 100%;
  object-fit: contain;
}
.full-section .sec1 {
  position: absolute;
  top: 27%;
  left: 100px;
  color: black;
}
.full-section .sec1--text1 {
  line-height: 1.6;
  font-size: 4.3rem;
}
.full-section .sec2 {
  position: absolute;
  top: 27%;
  left: 100px;
}
.full-section .sec2--text1 {
  position: absolute;
  top: 48%;
  right: 5%;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.6;
}
.full-section .sec3--text1 {
  color: black;
  position: absolute;
  top: 36%;
  right: 11%;
  font-size: 3rem;
  font-weight: 600;
  line-height: 2;
  width: 53%;
}

footer {
  text-align: left;
  font-size: 1.7rem;
  height: 9rem;
  padding-top: 2rem;
  color: black;
  width: fit-content;
  margin-inline: auto;
}

.relative {
  position: relative;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .full-section {
    position: relative;
    width: 100%;
  }
  .full-section img {
    width: 100%;
    object-fit: contain;
  }
  .full-section .sec1 {
    position: absolute;
    top: 21%;
    left: 50%;
    transform: translateX(-50%);
    color: black;
    width: 340px;
  }
  .full-section .sec1--text1 {
    line-height: 1.4;
    font-size: 1.2rem;
    text-align: center;
  }
  .full-section .sec2 {
    position: absolute;
    top: 27%;
    left: 100px;
  }
  .full-section .sec2--text1 {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.6;
  }
  .full-section .sec2--text2 {
    width: 380px;
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    line-height: 1.6;
  }
  .full-section .sec3 {
    position: relative;
  }
  .full-section .sec3--text1 {
    background: url(https://gigaplus.makeshop.jp/akashimarche/lp/amagamisan/img/bg2.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -37.8rem;
    right: 2%;
    font-size: 8.5px;
    font-weight: 600;
    line-height: 1.8;
    text-align: center;
    width: 23rem;
    height: 37rem;
    padding-top: 8rem;
    padding-right: 0;
  }
  .full-section .sec3--img {
    position: absolute;
    top: -38rem;
    left: 43%;
    width: 53%;
  }
  footer {
    text-align: left;
    font-size: 0.9rem;
    height: 4rem;
    padding-top: 1rem;
    color: black;
    width: fit-content;
    margin-inline: auto;
  }
}/*# sourceMappingURL=main.css.map */
