#instagram .inner .top .heading h2, #concept .heading h2, #store .inner .txtbox .heading h2, #service .inner .txtbox .heading h2 {
  display: flex;
  align-items: start;
  flex-direction: column;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #004999;
}
#instagram .inner .top .heading h2 small, #concept .heading h2 small, #store .inner .txtbox .heading h2 small, #service .inner .txtbox .heading h2 small {
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 1.6666666667;
  line-height: 1.4;
  color: #df181a;
  margin-bottom: 20px;
}
#instagram .inner .top .heading h2 small::before, #concept .heading h2 small::before, #store .inner .txtbox .heading h2 small::before, #service .inner .txtbox .heading h2 small::before {
  content: "";
  width: 38px;
  height: 40px;
  margin-right: 14px;
  background-image: url(../images/h-icon.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1299px) {
  #instagram .inner .top .heading h2, #concept .heading h2, #store .inner .txtbox .heading h2, #service .inner .txtbox .heading h2 {
    font-size: 40px;
  }
}
@media (max-width: 999px) {
  #instagram .inner .top .heading h2, #concept .heading h2, #store .inner .txtbox .heading h2, #service .inner .txtbox .heading h2 {
    font-size: 30px;
  }
  #instagram .inner .top .heading h2 small, #concept .heading h2 small, #store .inner .txtbox .heading h2 small, #service .inner .txtbox .heading h2 small {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  #instagram .inner .top .heading h2, #concept .heading h2, #store .inner .txtbox .heading h2, #service .inner .txtbox .heading h2 {
    font-size: 22px;
  }
}

#concept .heading h2 {
  align-items: center;
}
#concept .heading h2 small {
  flex-direction: column;
}
#concept .heading h2 small::before {
  margin-right: 0px;
  margin-bottom: 20px;
}

#selecter .map .HTMLBlock {
  height: 100%;
}

#main {
  position: relative;
  z-index: 2;
}

/* body {
  background-color: #f6efe5;
} */
/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
  letter-spacing: 0.08em;
  padding: 0 3.125%;
}
#mainimg #mainslider {
  display: flex;
  width: 100%;
}
#mainimg #mainslider .left, #mainimg #mainslider .right {
  width: 50%;
}
#mainimg #mainslider .left img, #mainimg #mainslider .right img {
  -o-object-fit: cover;
     object-fit: cover;
}
#mainimg #mainslider .left img {
  border-radius: 20px 0 0 20px;
}
#mainimg #mainslider .right img {
  border-radius: 0 20px 20px 0;
}
#mainimg .catch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mainimg .catch .catchinner {
  background: rgba(255, 255, 255, 0.87);
  position: absolute;
  width: 548px;
  aspect-ratio: 1/1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
#mainimg .catch .catchinner .txtbox {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#mainimg .catch .catchinner .txtbox .title {
  text-align: center;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.3;
}
#mainimg .catch .catchinner .txtbox .title span {
  color: #df181a;
  font-size: 80px;
  line-height: 1.3;
  text-shadow: 2px 3px #fff100;
}
@media (max-width: 1299px) {
  #mainimg #mainslider img {
    height: 600px;
  }
  #mainimg .catch .catchinner {
    width: 448px;
  }
  #mainimg .catch .catchinner .txtbox .title {
    font-size: 36px;
  }
  #mainimg .catch .catchinner .txtbox .title span {
    font-size: 60px;
  }
}
@media (max-width: 999px) {
  #mainimg #mainslider img {
    height: 500px;
  }
  #mainimg .catch .catchinner {
    width: 348px;
  }
  #mainimg .catch .catchinner .txtbox .title {
    font-size: 26px;
  }
  #mainimg .catch .catchinner .txtbox .title span {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  #mainimg #mainslider img {
    height: 300px;
  }
  #mainimg .catch .catchinner {
    width: 200px;
  }
  #mainimg .catch .catchinner .txtbox .title {
    font-size: 18px;
  }
  #mainimg .catch .catchinner .txtbox .title span {
    font-size: 26px;
    text-shadow: 1px 1px #fff100;
  }
}

/* ----------------------------------------------
service
------------------------------------------------- */
#service {
  margin-top: 90px;
  margin-bottom: 90px;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  letter-spacing: 0.08em;
}
#service::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 73.75%;
  height: 100%;
  content: "";
  background-color: #fff;
  border-radius: 0 20px 20px 0;
}
#service .bgs .bg {
  position: absolute;
  z-index: 4;
}
#service .bgs .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#service .bgs .bg.v1 {
  width: 9.9375%;
  aspect-ratio: 159/133;
  max-width: 159;
  right: 36.25vw;
  top: -65px;
  min-width: 60px;
}
#service .bgs .bg.v2 {
  width: 9.6875%;
  aspect-ratio: 155/120;
  max-width: 155;
  left: 4.0625vw;
  bottom: -85px;
  min-width: 60px;
}
#service .inner {
  display: flex;
  margin-left: calc((100% - 1180px) / 2);
  margin-right: 6.5625%;
}
#service .inner .txtbox {
  padding-top: 50px;
  margin-right: 55px;
  width: 60.7003891051%;
}
#service .inner .txtbox .heading h2 {
  margin-bottom: 60px;
}
#service .inner .txtbox .text {
  font-weight: 700;
  font-size: 20px;
  line-height: 2;
  margin-bottom: 55px;
}
#service .inner .txtbox .text .red {
  color: #df181a;
}
#service .inner .txtbox .area {
  background-color: #f6efe5;
  width: 700px;
  min-height: 64px;
  border-radius: 32px;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 55px;
}
#service .inner .txtbox .area p {
  display: flex;
  align-items: center;
}
#service .inner .txtbox .area .title {
  font-size: 20px;
  display: flex;
  align-items: center;
}
#service .inner .txtbox .area .title::after {
  content: "";
  width: 1px;
  height: 20px;
  margin-left: 15px;
  margin-right: 15px;
  background: #171821;
}
#service .inner .txtbox .btnset {
  position: relative;
  padding-top: 62px;
}
#service .inner .txtbox .btnset .btn a {
  width: 540px;
  height: 90px;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  color: #101010;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #004999;
  position: relative;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  border-radius: 50px;
  transition: all 0.5s ease-out;
}
#service .inner .txtbox .btnset .btn a::after {
  content: "";
  width: 25px;
  height: 10px;
  right: 25px;
  position: absolute;
  background-image: url(../images/btn-flow.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
#service .inner .txtbox .btnset .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #service .inner .txtbox .btnset .btn a {
    width: 460px;
    height: 70px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #service .inner .txtbox .btnset .btn a {
    width: 270px;
    height: 60px;
    font-size: 14px;
    width: 100%;
    height: 56px;
    font-size: 12px;
  }
}
#service .inner .txtbox .btnset .btn:not(:first-child) {
  margin-top: 30px;
}
#service .inner .txtbox .btnset .btn.contact a {
  background-color: #df181a;
}
#service .inner .txtbox .btnset::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 102.5641025641%;
  height: 2px;
  background: #f6efe5;
}
#service .inner .imagebox {
  width: 35.0194552529%;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
#service .inner .imagebox .image1 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 20px 0 0;
}
#service .inner .imagebox .image2 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 20px 20px;
}
@media (max-width: 1240px) {
  #service .btnset::after {
    width: 100% !important;
    left: 0px;
  }
}
@media (max-width: 1180px) {
  #service .inner {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  #service .inner .txtbox {
    width: 64.2023346304%;
    margin-right: 10px;
  }
  #service .inner .txtbox .text {
    font-size: 16px;
  }
  #service .inner .txtbox .area {
    width: initial;
    font-size: 16px;
  }
  #service .inner .txtbox .area .title {
    font-size: 16px;
  }
  #service .inner .txtbox .area .title::after {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (max-width: 999px) {
  #service {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #service .bgs .bg.v2 {
    bottom: -65px;
  }
  #service .inner .txtbox {
    padding-top: 30px;
  }
  #service .inner .txtbox .heading h2 {
    margin-bottom: 30px;
  }
  #service .inner .txtbox .text {
    font-size: 15px;
  }
  #service .inner .txtbox .btnset {
    padding-top: 42px;
  }
  #service .inner .txtbox .text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 30px;
  }
  #service .inner .txtbox .area {
    font-size: 12px;
  }
  #service .inner .txtbox .area .title {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #service::before {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  #service .bgs .bg.v1 {
    top: -25px;
  }
  #service .bgs .bg.v2 {
    bottom: -25px;
  }
  #service .inner {
    flex-direction: column;
    padding: 0 10px;
  }
  #service .inner .txtbox {
    padding: 0;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  #service .inner .txtbox .text {
    font-size: 14px;
  }
  #service .inner .txtbox .area {
    align-items: unset;
    flex-direction: column;
    justify-content: center;
    border-radius: 16px;
    margin-bottom: 20px;
    padding: 5px 10px;
  }
  #service .inner .txtbox .area p {
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
  #service .inner .txtbox .area .title {
    align-items: start;
    flex-direction: column;
    text-wrap: nowrap;
  }
  #service .inner .txtbox .area .title::after {
    content: "";
    width: 100%;
    height: 1px;
    margin-left: 0px;
    margin-right: 0px;
  }
  #service .inner .txtbox .btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #service .inner .imagebox {
    width: 100%;
  }
}

/* ----------------------------------------------
store
------------------------------------------------- */
#store {
  margin-top: 90px;
  margin-bottom: 90px;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  letter-spacing: 0.08em;
}
#store::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 73.75%;
  height: 100%;
  content: "";
  background-color: #fff;
  border-radius: 20px 0 0 20px;
}
#store .bgs .bg {
  position: absolute;
  z-index: 4;
}
#store .bgs .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#store .bgs .bg.v1 {
  width: 9.4375%;
  aspect-ratio: 151/127;
  max-width: 151;
  right: 6.375vw;
  top: -46px;
  min-width: 60px;
}
#store .bgs .bg.v2 {
  width: 10.5%;
  aspect-ratio: 168/134;
  max-width: 168;
  right: 4.5vw;
  bottom: -68px;
  min-width: 60px;
}
#store .inner {
  display: flex;
  margin-left: 7.125%;
  margin-right: calc((100% - 1180px) / 2);
}
#store .inner .imagebox {
  width: 35.2664576803%;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
#store .inner .imagebox .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
#store .inner .txtbox {
  padding-top: 50px;
  margin-left: 52px;
  width: 60.65830721%;
}
#store .inner .txtbox .heading h2 {
  margin-bottom: 60px;
}
#store .inner .txtbox .text {
  font-weight: 700;
  font-size: 20px;
  line-height: 2;
  margin-bottom: 55px;
}
#store .inner .txtbox .text .red {
  color: #df181a;
}
#store .inner .txtbox .area {
  background-color: #f6efe5;
  width: 700px;
  min-height: 64px;
  border-radius: 32px;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 55px;
}
#store .inner .txtbox .area .title {
  font-size: 20px;
  display: flex;
  align-items: center;
}
#store .inner .txtbox .area .title::after {
  content: "";
  width: 1px;
  height: 20px;
  margin-left: 15px;
  margin-right: 15px;
  background: #171821;
}
#store .inner .txtbox .btnset {
  position: relative;
  padding-top: 62px;
}
#store .inner .txtbox .btnset .btn a {
  width: 540px;
  height: 90px;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  color: #101010;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #004999;
  position: relative;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  border-radius: 50px;
  transition: all 0.5s ease-out;
}
#store .inner .txtbox .btnset .btn a::after {
  content: "";
  width: 25px;
  height: 10px;
  right: 25px;
  position: absolute;
  background-image: url(../images/btn-flow.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
#store .inner .txtbox .btnset .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #store .inner .txtbox .btnset .btn a {
    width: 460px;
    height: 70px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #store .inner .txtbox .btnset .btn a {
    width: 270px;
    height: 60px;
    font-size: 14px;
    width: 100%;
    height: 56px;
    font-size: 12px;
  }
}
#store .inner .txtbox .btnset .btn:not(:first-child) {
  margin-top: 30px;
}
#store .inner .txtbox .btnset .btn.contact a {
  background-color: #df181a;
}
#store .inner .txtbox .btnset::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 102.5641025641%;
  height: 2px;
  background: #f6efe5;
}
@media (max-width: 1240px) {
  #store .btnset::after {
    width: 100% !important;
    right: 0px;
  }
}
@media (max-width: 1180px) {
  #store .inner {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  #store .inner .txtbox {
    width: 63.9498432602%;
    margin-left: 10px;
  }
  #store .inner .txtbox .text {
    font-size: 16px;
  }
  #store .inner .txtbox .area {
    width: initial;
    font-size: 16px;
  }
  #store .inner .txtbox .area .title {
    font-size: 16px;
  }
  #store .inner .txtbox .area .title::after {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (max-width: 999px) {
  #store {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #store .bgs .bg.v1 {
    top: -40px;
  }
  #store .bgs .bg.v2 {
    bottom: -40px;
  }
  #store .inner .txtbox {
    padding-top: 30px;
  }
  #store .inner .txtbox .heading h2 {
    margin-bottom: 30px;
  }
  #store .inner .txtbox .text {
    font-size: 15px;
  }
  #store .inner .txtbox .btnset {
    padding-top: 42px;
  }
  #store .inner .txtbox .text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #store::before {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  #store .bgs .bg.v1 {
    top: -25px;
  }
  #store .bgs .bg.v2 {
    bottom: -25px;
  }
  #store .inner {
    flex-direction: column;
    padding: 0 10px;
  }
  #store .inner .txtbox {
    padding: 0;
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  #store .inner .txtbox .text {
    font-size: 14px;
  }
  #store .inner .txtbox .btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #store .inner .imagebox {
    order: 1;
    width: 100%;
  }
}

/* ----------------------------------------------
concept
------------------------------------------------- */
#concept {
  letter-spacing: 0.08em;
  background-color: #fff;
  padding-bottom: 164px;
}
#concept .bgimg {
  position: relative;
}
#concept .bgimg img {
  width: 100%;
}
#concept .bgimg::after {
  content: "";
  width: 100%;
  height: 12.5%;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  position: absolute;
  background-image: url(../images/concept_circle.webp);
  background-repeat: no-repeat;
  background-size: 62.1875%;
  background-position: center bottom;
}
#concept .bgimg .bgs .bg {
  position: absolute;
  z-index: 1;
}
#concept .bgimg .bgs .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#concept .bgimg .bgs .bg.v1 {
  width: 12.3125%;
  aspect-ratio: 197/160;
  max-width: 197;
  left: 4.875vw;
  bottom: 0;
  transform: translateY(50%);
  min-width: 60px;
}
#concept .heading h2 {
  margin-bottom: 60px;
}
#concept .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#concept .inner .contents {
  display: flex;
}
#concept .inner .contents .txtbox {
  width: 45.7627118644%;
  margin-right: 4.2372881356%;
}
#concept .inner .contents .txtbox .title {
  margin-bottom: 60px;
  font-size: 60px;
  font-weight: 700;
  color: #004999;
  line-height: 1.2666666667;
}
#concept .inner .contents .txtbox .text {
  margin-bottom: 49px;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
}
#concept .inner .contents .txtbox .btn a {
  width: 270px;
  height: 70px;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  color: #101010;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #004999;
  position: relative;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  border-radius: 50px;
  transition: all 0.5s ease-out;
}
#concept .inner .contents .txtbox .btn a::after {
  width: 19px !important;
  height: 8px !important;
  right: 20px !important;
  background-image: url(../images/btn-flow-s.webp);
}
#concept .inner .contents .txtbox .btn a::after {
  content: "";
  width: 25px;
  height: 10px;
  right: 25px;
  position: absolute;
  background-image: url(../images/btn-flow.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
#concept .inner .contents .txtbox .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  #concept .inner .contents .txtbox .btn a {
    width: 270px;
    height: 60px;
    font-size: 14px;
  }
}
#concept .inner .contents .txtbox .btn:not(:first-child) {
  margin-top: 30px;
}
#concept .inner .contents .txtbox .btn.contact a {
  background-color: #df181a;
}
#concept .inner .contents .imagebox {
  width: 50%;
}
#concept .inner .contents .imagebox .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 1299px) {
  #concept .inner .contents .txtbox .title {
    font-size: 40px;
  }
}
@media (max-width: 999px) {
  #concept {
    padding-bottom: 70px;
  }
  #concept .heading h2 {
    margin-bottom: 30px;
  }
  #concept .inner .contents .txtbox .title {
    font-size: 36px;
  }
  #concept .inner .contents .txtbox .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #concept {
    padding-bottom: 50px;
  }
  #concept .heading h2 {
    margin-bottom: 30px;
  }
  #concept .inner .contents {
    display: block;
  }
  #concept .inner .contents .txtbox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  #concept .inner .contents .txtbox .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #concept .inner .contents .txtbox .text {
    font-size: 14px;
  }
  #concept .inner .contents .txtbox .btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #concept .inner .contents .imagebox {
    width: 100%;
  }
}

/* ----------------------------------------------
instagram
------------------------------------------------- */
#instagram {
  padding-top: 114px;
  padding-bottom: 110px;
  letter-spacing: 0.08em;
  position: relative;
}
#instagram .bgtext {
  width: 100%;
  position: absolute;
  top: 214px;
}
#instagram .bgtext img {
  width: 99.1875%;
}
#instagram .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#instagram .inner .top {
  align-items: end;
  margin-bottom: 55px;
}
#instagram .inner .top .heading {
  display: flex;
  justify-content: center;
  align-items: center;
}
#instagram .inner .top .heading .catch {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  align-items: center;
  margin-bottom: 52px;
  -moz-column-gap: 40px;
       column-gap: 40px;
  background-color: #fff100;
  height: 66px;
  width: 550px;
  border-radius: 50px;
}
#instagram .inner .top .heading .catch p {
  color: #004999;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.6;
}
#instagram .inner .top .heading .catch small {
  letter-spacing: 0.08em;
  position: absolute;
  top: -54px;
  left: -78px;
  font-family: "Allura", serif;
  font-weight: 400;
  color: #df181a;
  font-size: 60px;
  transform: rotate(-8deg);
}
#instagram .inner .top .heading .catch::after {
  position: absolute;
  top: 100%;
  content: "";
  width: 30px;
  height: 12px;
  background: #fff100;
  -webkit-clip-path: polygon(0 0, 25% 100%, 100% 0);
          clip-path: polygon(0 0, 25% 100%, 100% 0);
}
#instagram .inner .top .heading h2 small {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 500;
}
#instagram .inner .top .instagrambtn {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 10px;
  transform: translateX(50%);
  width: 21.6666666667%;
}
#instagram .inner .top .instagrambtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  text-decoration: none;
  color: #101010;
  transition: all 0.5s ease-out;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #004999;
  color: #fff;
  letter-spacing: 0.08em;
  border-radius: 50%;
  font-size: 34px;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#instagram .inner .top .instagrambtn a:hover {
  opacity: 0.6;
}
#instagram .inner .top .instagrambtn a::before {
  position: absolute;
  top: 59px;
  content: "";
  width: 47px;
  height: 47px;
  background-image: url(../images/Instagram_icon_white.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
#instagram .inner .top .instagrambtn a::after {
  position: absolute;
  bottom: 59px;
  content: "";
  width: 25px;
  height: 10px;
  background-image: url(../images/btn-flow-instagram.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
#instagram .inner .contents {
  display: flex;
  flex-wrap: wrap;
}
#instagram .inner .block {
  position: relative;
  width: 22.8813559322%;
}
#instagram .inner .block:nth-child(n+5) {
  margin-top: 40px;
}
#instagram .inner .block:not(:nth-child(4n+1)) {
  margin-left: 2.8248587571%;
}
#instagram .inner .block:first-child {
  margin-left: 0;
}
#instagram .inner .block a {
  text-decoration: none;
  color: #fff;
}
#instagram .inner .block a:hover .txtbox {
  opacity: 1;
}
#instagram .inner .block .image {
  position: relative;
  padding-top: 66.6666666667%;
}
#instagram .inner .block .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  border-radius: 10px;
}
#instagram .inner .block .txtbox {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease-out;
  opacity: 0;
  border-radius: 10px;
}
#instagram .inner .block .text {
  font-size: 12px;
  line-height: 1.5;
}
@media (max-width: 1460px) {
  #instagram .instagrambtn {
    top: 0;
    right: 10px;
    transform: initial !important;
    width: 16.6666666667% !important;
  }
  #instagram .instagrambtn a::before {
    top: 29px !important;
  }
  #instagram .instagrambtn a::after {
    bottom: 29px !important;
  }
}
@media (max-width: 999px) {
  #instagram .bgtext {
    top: 267px;
  }
  #instagram .inner .top {
    margin-bottom: 60px;
  }
  #instagram .inner .top .heading {
    margin-bottom: 40px;
  }
  #instagram .inner .top .instagrambtn {
    top: 0;
    right: 10px;
    transform: initial !important;
    width: 16.6666666667% !important;
  }
  #instagram .inner .top .instagrambtn a {
    font-size: 20px;
  }
  #instagram .inner .top .instagrambtn a::before {
    width: 20px;
    height: 20px;
    top: 29px !important;
  }
  #instagram .inner .top .instagrambtn a::after {
    bottom: 29px !important;
  }
}
@media (max-width: 767px) {
  #instagram {
    padding-top: 50px;
  }
  #instagram .bgtext {
    top: 279px;
  }
  #instagram .bgtext img {
    height: 40px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #instagram .inner .top {
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
  }
  #instagram .inner .top .heading {
    order: 1;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 0px;
  }
  #instagram .inner .top .heading .catch {
    height: 66px;
    width: 100%;
    border-radius: 50px;
  }
  #instagram .inner .top .heading .catch p {
    font-size: 18px;
  }
  #instagram .inner .top .heading .catch small {
    top: -35px;
    left: 0px;
    font-size: 40px;
  }
  #instagram .inner .top .instagrambtn {
    right: 0 !important;
    margin: 0 auto;
    position: relative;
    width: 100px !important;
  }
  #instagram .inner .top .instagrambtn a {
    font-size: 16px;
  }
  #instagram .inner .top .instagrambtn a::before {
    top: 20px !important;
  }
  #instagram .inner .top .instagrambtn a::after {
    bottom: 20px !important;
  }
  #instagram .inner .block {
    width: 48%;
  }
  #instagram .inner .block:not(:first-child) {
    margin-left: 0;
  }
  #instagram .inner .block:nth-child(even) {
    margin-left: 4%;
  }
  #instagram .inner .block:nth-child(n+3) {
    margin-top: 15px;
  }
}/*# sourceMappingURL=index.css.map */