/* ----------------------------------- CSS RESET---------------------------------------- */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;900&display=swap");

/* ---------------------------------------WRITTEN CSS ----------------------------------- */

body {
  height: 100%;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
}

main {
  margin-top: 0;
}

/* error message */

/* .error {
  display: inline-block;
  font-size: 16px;
  font-weight: 900;
  color: red;
  background-color: rgba(255, 0, 0, 0.233);
  width: 80%;
  padding: 5px 10px;
  margin: 0 auto;
} */

/* ---------------------------------MAIN------------------------------------------------- */

/* -------------------------------------MENU ITEMS---------------------------------- */

.menu {
  display: flex;
  justify-content: space-between;
  height: fit-content;
  width: 85vw;
  margin: 0 auto;
  margin-top: 10px;
  position: relative;
}

.circled {
  display: inline-block;
  border: 1px solid black;
  border-radius: 4000px;
  width: 6vw;
  height: 6vw;
  font-size: 6vw;
  transform: rotate(270deg);
  text-align: center;
}

.writing-left,
.writing-right {
  writing-mode: vertical-rl;
  font-weight: 900;
}

.writing-left {
  font-size: 4.5vw;
}

.writing-right {
  font-weight: 900;
  font-size: 7vw;
}

.red {
  color: red;
}

.menu-items {
  margin: 0;
  display: inline-block;
}

/* ---------------------------------------- X ------------------------------------ */

/* -------------------------------GRID---------------------------------- */

.menu-1 p {
  display: inline-block;
}

.menu-2 {
  display: flex;
  width: 54%;
  margin-left: 16%;
}

.menu-3 {
  width: 10vw;
  margin-left: 7%;
}

.menu-3 p:first-child {
  margin-left: 4px;
}

@media screen and (min-width: 320px) and (max-width: 500px) {
  .writing-right {
    font-weight: 900;
    font-size: 8vw;
  }
  .writing-left {
    font-size: 5vw;
  }
  .menu-2 {
    margin-left: auto;
  }
}

.grid-container {
  width: 127%;
  height: auto;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, auto);
  grid-template-rows: repeat(4, auto);
  gap: none;
  /* margin-left: -13vw; */
  margin-left: -14vw;
}

.grid-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.grid-item,
.grid-item img {
  height: 13vw;
  max-width: 14vw;
  margin-left: -5px;
}

.grid-item img {
  width: 13vw;
  height: auto;
  margin-right: 1vw;
}

.grid-item p {
  text-align: center;
  margin-top: -1vw;
  font-weight: bold;
  bottom: 0;
  font-size: 1vw;
  font-weight: bold;
}

.tare-img img {
  width: 10vw;
  height: auto;
  /* margin-bottom: 10%; */
  margin-bottom: 0;
}

.tare-img {
  position: relative;
}

.small-logo {
  width: 20% !important;
  height: auto;
  margin-bottom: 0 !important;
  position: absolute;
  right: 15%;
  top: 60%;
}

.ume {
  width: 18% !important;
}

.item-5 img {
  width: 11vw;
  rotate: 7deg;
}

.item-4 img {
  width: 80%;
  rotate: 6deg;
}

.item-5 p,
.item-4 p {
  position: relative;
}

.item-4 p {
  bottom: -4.7%;
}

.item-5 p {
  bottom: -3.7%;
}

/* ---------------------------RANKING BANNER --------------------------- */

.ranking-banner {
  height: auto;
  width: 80vw;
  background-color: maroon;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px;
}

.ranking-banner a {
  text-decoration: none;
  display: inline-block;
  width: 80vw;
  display: flex;
  justify-content: space-around;
  align-items: center;
  line-height: 1.2;
}

.ranking-banner-img {
  height: 110px;
  width: 110px;
  color: white;
  font-size: 3vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 5px;
  padding-top: 5px;
  position: relative;
}

.ranking-banner-img img {
  width: 100px;
  height: 100px;
}

.ranking-banner-img p {
  font-weight: bold;
}

.ranking-banner-img p:last-child {
  margin-left: 4vw;
}

.ranking-banner-img .small {
  font-size: 2vw;
}

.ranking-banner-text {
  color: white;
  /* height: 75px; */
  height: auto;
  max-width: 50vw;
  margin-left: 20px;
  font-size: 3vw;
  font-weight: 900;
  margin-top: auto;
  margin-bottom: auto;
}

.text-mobile {
  display: inline-block;
}

.text-pc {
  display: none;
}

.ranking-banner-text h1,
.ranking-banner-text h2 {
  margin-bottom: 7px;
}

.background-shadow {
  font-size: 3vw;
  color: rgba(0, 0, 0, 0.452);
  position: absolute;
}

.rb-positioning {
  z-index: 1;
}

/* .mayo {
  bottom: -3%;
  left: -19%;
  z-index: 0;
}

.cheese {
  top: 7%;
  left: 6%;
  z-index: 0;
} */

/* -------------------------RANKING TEXT ----------------------------------- */

.ranking-text {
  width: 90vw;
  height: 55vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
  /* margin-bottom: 30px; */
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}

.ranking-img,
.ranking-texts {
  width: 50%;
}

.ranking-img {
  display: none;
}

.ranking-texts {
  width: 80vw;
  writing-mode: vertical-rl;
  font-size: 4vw;
  line-height: normal;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ranking-texts h3 {
  font-size: 6vw;
  color: maroon;
  font-weight: 900;
  margin-left: 10px;
  letter-spacing: 5px;
}

.ranking-line {
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-bottom: 40px; */
}

.ranking-line .line {
  width: 73vw;
  border-top: 1px solid black;
}

/* ---------------------------------INFORMATION------------------- */

.article-information-wrapper {
  padding: 40px 24px;
}

.article-information-inner {
  max-width: 100%;
}

.information-container {
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

h4 {
  text-align: center;
  font-size: 24px;
  padding-bottom: 24px;
}

.information {
  width: 80vw;
  margin: 0 auto;
  height: auto;
  /* margin-bottom: 50px; */
}

.information h4 {
  font-size: 6vw;
  text-align: center;
  font-weight: 900;
  /* margin-bottom: 10%; */
  margin-bottom: 1%;
}

.info-menu {
  margin: 0 auto;
  /* margin-bottom: 30px; */
}

.info-menu ul li a {
  display: inline-block;
  width: 80vw;
  height: 6vw;
  background-color: maroon;
  color: white;
  text-decoration: none;
  text-align: center;
  padding-top: 4%;
  padding-bottom: 2%;
  margin-bottom: 3%;
  border-radius: 10px;
  font-size: 4vw;
}

.info-menu,
.info-store {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70vw;
  /* margin-top: 20%; */
  margin-top: 10%;
}

.info-store-img img {
  height: auto;
  width: 76vw;
}

.info-store-img {
  border: 0.5px solid grey;
  padding: 10px;
  display: flex;
  margin: 0 auto;
}

.store-info-btn {
  height: 6vw;
  width: 80vw;
  margin: 0 auto;
  background-color: maroon;
  padding: 4% 0;
  margin-top: 30px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.store-info-btn a {
  text-decoration: none;
  font-size: 4vw;
  color: white;
}

/* -----------------------INFORMATION 2 ------------------------------ */

.information-2 {
  width: 80vw;
  height: auto;
  /* margin-top: 10%; */
  /* padding-left: 3%; */
  /* padding-bottom: 5%; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.recent-info {
  width: 80vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-bottom: 5%;
}

.recent-info iframe {
  margin: 0 auto;
  width: 80vw;
  height: 100vw;
}

.recent {
  margin-top: 15px;
  margin-bottom: 40px;
}

.recent,
.socials {
  width: 80vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.socials .sns-img img {
  height: 15vw;
  width: auto;
  margin-right: 15px;
}

.socials {
  width: 80vw;
  display: flex;
  justify-content: space-around;
}

.sns-img {
  width: 50vw;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

/* ----------------------------INFORMATION 3 ----------------------- */

.information-3 {
  height: auto;
  width: 80vw;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.information-3 h4 {
  margin-top: 10%;
}

.job-info,
.fc {
  height: max-content;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.job-info {
  /* height: 98vw; */
  height: auto;
}

.job-info {
  margin-bottom: 0%;
}

.fc {
  margin-bottom: 20%;
  margin: 0 auto;
  width: 70vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fc-img,
.fc-img img {
  width: 80vw;
  height: auto;
}

.fc-img img {
  position: relative;
}

.fc-img p {
  position: absolute;
  color: white;
  font-weight: 900;
  font-size: 4vw;
}

.job-info-img,
.fc-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.job-info-img {
  height: fit-content;
}

.job-info-img img {
  height: auto;
  width: 80vw;
}

.fc-bs-links a {
  text-decoration: none;
  color: white;
  font-weight: 900;
  font-size: 4vw;
}

.fc-bs-links {
  display: inline-block;
  background-color: maroon;
  width: 75vw;
  text-align: center;
  height: 6vw;
  padding: 15px;
  border-radius: 10px;
  margin-top: 15px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ----------------------------MEDIA QUERIES----------------------------- */

@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* -------------------------------------HEADER--------------------------------------  */
  /* -------------------------------------MENU ITEMS---------------------------------- */
  .menu-container {
    margin-bottom: 3vw;
  }
  .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: fit-content;
    width: 88vw;
    margin-top: 16px;
  }
  .circled {
    display: inline-block;
    border: 1px solid black;
    border-radius: 4000px;
    width: 6vw;
    height: 6vw;
    font-size: 3vw;
    transform: rotate(270deg);
    text-align: center;
  }
  .writing-left {
    font-size: 3.5vw;
    letter-spacing: 4px;
  }
  .writing-right {
    font-weight: 900;
    font-size: 6.5vw;
    letter-spacing: 4px;
  }
  .red {
    color: red;
  }
  .menu-items {
    margin: 0;
    display: inline-block;
  }
  .menu-3 {
    width: 9vw;
    margin-left: 2px;
  }
  /* -------------------------------GRID---------------------------------- */
  .menu-1 {
    width: 5vw;
    margin-right: 10px;
    margin-left: 2vw;
  }
  .menu-2 {
    height: 45vw;
    width: 60vw;
    margin-left: auto;
    margin-bottom: auto;
  }
  .grid-container {
    /* width: 66vw; */
    width: 60vw;
    height: 50vw;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, auto);
    grid-template-rows: repeat(4, auto);
    gap: none;
    /* margin-left: -11vw; */
    margin-left: -7vw;
  }
  .grid-item,
  .grid-item img {
    height: auto;
    max-width: 190px;
  }
  .grid-item img {
    margin-right: 0;
  }
  .small-logo {
    width: 20% !important;
    height: auto;
    margin-bottom: 0 !important;
    position: absolute;
    right: 15%;
    top: 60%;
  }
  .ume {
    width: 18% !important;
  }
  .item-4 img {
    /* width: 80% !important; */
    width: 11vw;
  }
  .item-5 img {
    width: 11vw;
  }
  .item-5 p {
    bottom: -3% !important;
  }
  .item-4 p {
    bottom: -2.7%;
  }
  /* ----------------------------RANKING BANNER--------------------------------------- */
  .ranking-banner {
    height: 8vw;
    width: 80vw;
    background-color: maroon;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  .ranking-banner-img {
    height: 10vw;
    width: 10vw;
    color: white;
    font-size: 1vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding-left: 5px;
    padding-top: 5px;
    margin-right: 2vw;
  }
  .ranking-banner-img img {
    width: 10vw;
    height: auto;
  }
  .ranking-banner-text {
    color: white;
    height: 9vw;
    width: 55vw;
    margin-top: 0;
    font-size: 18px;
    font-weight: 900;
    display: flex;
    align-items: center;
  }
  .ranking-banner-text h1 {
    margin-right: 2vw;
    margin-left: -2vw;
  }
  .ranking-banner-img p {
    font-weight: bold;
  }
  .ranking-banner-img p:last-child {
    margin-left: 4vw;
  }
  .ranking-banner-img .small {
    font-size: 0.5vw;
  }
  .ranking-banner-text h1,
  .ranking-banner-text h2 {
    margin-bottom: 7px;
    margin-left: 10px;
  }
  /* ----------------------------RANKING TEXT ----------------------- */
  .ranking-text {
    width: 70vw;
    height: 30vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .ranking-img {
    display: inline-block;
    height: 30vw;
    width: 45vw;
    background-image: url("../images/24c5a000-b56f-4503-8270-ee62aef85124.jpg");
    background-position: right;
    background-size: cover;
  }
  .ranking-texts {
    width: 45vw;
    writing-mode: vertical-rl;
    font-size: 3vw;
    line-height: 1.9;
    font-weight: bold;
  }
  .ranking-texts h3 {
    font-size: 3.5vw;
    color: maroon;
    font-weight: 900;
    margin-left: 10px;
    letter-spacing: 5px;
  }
  .ranking-line {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
  .ranking-line .line {
    width: 73vw;
    border-top: 1px solid black;
  }
  .ranking-texts {
    width: 80vw;
    writing-mode: vertical-rl;
    font-size: 16px;
    line-height: normal;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  /* ---------------------------------INFORMATION------------------- */
  /* -----------------------INFORMATION 1 ------------------------------ */
  /* article-information {
    width: 90vw;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin: 0 auto;
  } */
  .article-information {
    padding: 10px 24px;
  }
  .information-container {
    flex-direction: row;
    margin-bottom: 30px;
  }
  .information {
    /* height: 45vw; */
    width: 70vw;
    height: fit-content;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
    gap: 5%;
  }
  .information h4 {
    /* margin: 40px; */
    font-size: 3vw;
  }
  .info-menu,
  .info-store {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40vw;
    margin-top: 3%;
  }
  .info-menu ul li a {
    width: 30vw;
    height: 4vw;
    padding-top: 20px;
    font-size: 3vw;
    margin-bottom: 7%;
  }
  .info-menu ul {
    margin-top: 15%;
  }
  .info-store-img img {
    height: 25vw;
    width: auto;
  }
  .info-store-img {
    border: 0.5px solid grey;
    padding: 10px;
  }
  .store-info-btn {
    height: 2vw;
    width: 30vw;
    margin: 0 auto;
    background-color: maroon;
    padding: 4% 8%;
    margin-top: 30px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .store-info-btn a {
    text-decoration: none;
    font-size: 2vw;
    color: white;
  }
  /* -----------------------INFORMATION 2 ------------------------------ */
  .information-2 {
    padding-top: 2%;
    /* height: 45vw; */
    height: fit-content;
    background-color: rgba(220, 220, 220, 0.37);
    /* margin-top: 12%; */
    padding-left: 30px;
    /* padding-bottom: 20px; */
  }
  .recent-info iframe {
    height: 30vw;
    width: 35vw;
    margin: 0 auto;
    margin-bottom: 2vw;
  }
  .recent-info {
    width: 35vw;
  }
  .recent {
    margin-bottom: 0;
  }
  .recent,
  .fc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 40vw;
  }
  .socials .sns-img img {
    height: 7vw;
    width: auto;
    margin-right: 15px;
  }
  .socials {
    height: fit-content;
    width: 35vw;
    display: flex;
    justify-content: space-around;
    margin-top: 2%;
  }
  .sns-img {
    width: 30vw;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 35%; */
  }
  /* ----------------------------INFORMATION 3 ----------------------- */
  .information-3 {
    /* height: 45vw; */
    height: fit-content;
    /* margin-bottom: 10%; */
  }
  .fc {
    /* height: 40vw; */
    height: fit-content;
  }
  .fc-img {
    /* background-image: url(https://nikoniko-gyouza.com/wp-content/uploads/2023/10/525370a8-9792-4e41-99f5-89ae63a32c64-scaled.jpg); */
    width: auto;
    height: 28vw;
  }
  .fc-img p {
    position: absolute;
    color: white;
    font-weight: 900;
    font-size: 20px;
  }
  .fc-img img {
    width: auto;
    height: 25vw;
  }
  .job-info {
    /* height: 47vw; */
    height: fit-content;
  }
  .job-info-img img {
    /* height: 38vw; */
    width: 31vw;
  }
  .fc-bs-links a {
    text-decoration: none;
    color: white;
    font-weight: 900;
    font-size: 2vw;
  }
  .fc-bs-links {
    display: inline-block;
    background-color: maroon;
    width: 30vw;
    height: fit-content;
    padding: 15px;
    border-radius: 10px;
    margin-top: 15px;
    cursor: pointer;
  }
}

@media screen and (min-width: 1020px) {
  /* -------------------------------GRID------------and (max-width: 1920px)---------------------- */
  /* ------------------------------------------HEADER----------------------------------------  */
  /* -----------------------------MAIN------------------------------------------------- */
  /* -------------------------------------MENU ITEMS---------------------------------- */
  .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: fit-content;
    width: 1000px;
    margin-top: 16px;
  }
  .circled {
    display: inline-block;
    border: 1px solid black;
    border-radius: 4000px;
    width: 6vw;
    height: 6vw;
    font-size: 3vw;
    transform: rotate(270deg);
    text-align: center;
  }
  /* .circled-2 {
    margin-top: 35px;
  } */
  .writing-left {
    font-size: 49px;
    letter-spacing: 4px;
  }
  .writing-right {
    font-weight: 900;
    font-size: 80px;
    letter-spacing: 4px;
  }
  .red {
    color: red;
  }
  .menu-items {
    margin: 0;
    display: inline-block;
  }
  /* ---------------------------------------- X ------------------------------------ */
  /* -------------------------------GRID---------------------------------- */
  .menu-2 {
    height: auto;
    width: auto;
    margin: 0 auto;
    margin-left: auto;
  }
  .menu-3 {
    width: 20px;
  }
  .menu-3 p:first-child {
    margin-right: 10px;
  }
  .grid-container {
    width: 800px;
    height: 650px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, auto);
    grid-template-rows: repeat(4, auto);
    gap: none;
    margin-left: -150px;
  }
  .grid-item img {
    width: 13vw;
  }
  .tare-img img {
    width: 9vw;
  }
  .grid-item,
  .grid-item img {
    /* height: auto; */
    width: 165px;
    /* max-width: 300px; */
    max-width: 260px;
  }
  .grid-item img {
    margin-right: -18px;
  }
  .item-4 img {
    width: 80% !important;
  }
  .item-5 img {
    /* width: 95% !important; */
    width: 80% !important;
  }
  .grid-item p {
    font-size: 14px;
    margin-top: -10px;
  }
  .tare-img p {
    margin-top: -40px;
  }
  .tare-img img {
    width: 100px;
    /* margin-bottom: 40px; */
    margin-bottom: 5px;
  }
  .small-logo {
    width: 20% !important;
    height: auto;
    margin-bottom: 0 !important;
    position: absolute;
    right: 15%;
    top: 60%;
  }
  .ume {
    width: 18% !important;
  }
  .item-5 p {
    bottom: -3.5% !important;
  }
  .item-4 p {
    bottom: -4%;
  }
  .grid-item {
    /* height: auto; */
    height: 145px;
  }
  .item-10 img {
    /* width: 90%; */
  }
  /* ----------------------------RANKING BANNER--------------------------------------- */
  .ranking-banner {
    height: 150px;
    width: 1000px;
    background-color: maroon;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    align-items: center;
  }
  .ranking-banner-img {
    height: 150px;
    width: 150px;
    color: white;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding-left: 5px;
    padding-top: 5px;
  }
  .ranking-banner-img img {
    width: 150px;
    height: auto;
  }
  .ranking-banner-text h1 {
    margin-right: 2vw;
    margin-left: -2vw;
  }
  .ranking-banner-img p {
    font-weight: bold;
  }
  .ranking-banner-img p:last-child {
    margin-left: 4vw;
  }
  .ranking-banner-img .small {
    font-size: 0.5vw;
  }
  .text-mobile {
    display: none;
  }
  .text-pc {
    display: inline-block;
  }
  .ranking-banner-text {
    color: white;
    width: 800px;
    max-width: 800px;
    height: 90px;
    margin-top: auto;
    font-size: 38px !important;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .text-pc {
    display: block;
  }
  .text-mobile {
    display: none;
  }
  .ranking-banner-text h1,
  .ranking-banner-text h2 {
    margin-right: 40px;
    margin-left: -20px;
  }
  .ranking-banner-text h1,
  .ranking-banner-text h2 {
    margin-bottom: 7px;
  }
  .background-shadow {
    font-size: 14px !important;
    margin-left: 0 !important;
  }
  .mayo {
    bottom: -1%;
    left: 6%;
  }
  .cheese {
    top: 6%;
    left: 4%;
  }
  /* ----------------------------RANKING TEXT ----------------------- */
  .ranking-text {
    width: 900px;
    height: 400px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .ranking-img {
    display: inline-block;
    height: 300px;
    width: 350px;
    background-image: url("../images/24c5a000-b56f-4503-8270-ee62aef85124.jpg");
    background-position: right;
    background-size: cover;
    margin-right: auto;
  }
  .ranking-texts h3 {
    font-size: 40px;
    color: maroon;
    font-weight: 900;
    margin-left: 10px;
    letter-spacing: 10px;
  }
  .ranking-line {
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 40px; */
  }
  .ranking-line .line {
    width: 900px;
    border-top: 1px solid black;
  }
  .ranking-texts {
    width: 450px;
    writing-mode: vertical-rl;
    font-size: 28px;
    line-height: normal;
    line-height: 1.5;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 30px;
  }
  /* ---------------------------------INFORMATION------------------- */
  /* -----------------------INFORMATION 1 ------------------------------ */
  .article-information {
    width: 90vw;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin: 0 auto;
    margin-top: 10px;
  }
  .information-container {
    flex-direction: row;
    margin-bottom: 0;
  }
  .information {
    height: 500px;
    width: 1000px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 30px;
    padding-top: 20px;
  }
  .information h4 {
    margin: 40px;
    font-size: 48px;
    margin-bottom: 5%;
  }
  .info-menu,
  .info-store {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* width: 400px; */
    margin-top: 0;
  }
  .info-menu ul {
    margin-top: 20px;
  }
  .info-menu ul li a {
    width: 380px;
    height: 60px;
    padding-top: 30px;
    font-size: 38px;
  }
  .info-store-img img {
    height: 250px;
    /* width: 250px; */
    width: 330px;
  }
  .info-store-img {
    border: 0.5px solid grey;
    padding: 10px;
    margin-bottom: 10px;
  }
  .info-store {
    justify-content: space-between;
  }
  .store-info-btn {
    height: 10px;
    width: 350px;
    margin: 0 auto;
    background-color: maroon;
    border-radius: 5px;
    margin-top: 10px;
  }
  .store-info-btn a {
    text-decoration: none;
    font-size: 20px;
    color: white;
  }
  /* -----------------------INFORMATION 2 ------------------------------ */
  .information-2 {
    background-color: rgba(220, 220, 220, 0.37);
    height: fit-content;
    margin-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 35px;
    justify-content: space-around;
    margin-top: 20px;
  }
  .recent-info iframe {
    height: 450px;
    width: 400px;
    margin: 0 auto;
  }
  .recent-info {
    width: 40vw;
    max-width: 400px;
    margin-bottom: 0;
  }
  .recent {
    margin-bottom: 10px;
  }
  .recent,
  .socials {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 500px;
    height: 500px;
  }
  .socials .sns-img img {
    height: auto;
    width: 120px;
    margin-right: 15px;
  }
  .socials {
    height: 500px;
    width: 500px;
    display: flex;
    justify-content: flex-start;
    /* margin-top: -223px; */
  }
  .socials h4 {
    margin: 40px;
    font-size: 48px;
    margin-bottom: 5%;
  }
  .sns-img {
    width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }
  /* ----------------------------INFORMATION 3 ----------------------- */
  .information.information-3 {
    height: 600px;
  }
  .fc {
    height: fit-content;
    width: 35vw;
    /* display: flex;
    justify-content: space-between; */
  }
  .fc-img {
    width: auto;
    /* height: 500px; */
  }
  .fc-img img {
    width: auto;
    height: 300px;
  }
  .job-info {
    height: fit-content;
    width: 35vw;
    margin: 0 auto;
  }
  .job-info-img img {
    height: 300px;
    width: auto;
  }
  .fc-bs-links a {
    height: 10px;
    width: 350px;
    padding: 20px 15px;
    text-decoration: none;
    color: white;
    font-weight: 900;
    font-size: 20px;
  }
  .fc-bs-links {
    display: inline-block;
    background-color: maroon;
    width: 350px;
    height: fit-content;
    padding: 15px;
    border-radius: 5px;
    margin-top: 15px;
    cursor: pointer;
  }
  .fc-img p {
    position: absolute;
    color: white;
    font-weight: 900;
    font-size: 30px;
  }
}
