.wrapper {
  width: 100%;
}
.wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
}

:root {
  --section_margin: 160px;
  --block_margin: 100px;
  --title_margin: 50px;
  --list_margin: 30px;
}

@media screen and (max-width: 768px) {
  :root {
    --section_margin: 80px;
    --block_margin: 50px;
    --title_margin: 35px;
    --list_margin: 20px;
  }
}
/* ============================================== */
.fv {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
.fv .mainTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  text-align: center;
}
.fv .mainTitle .base_btn {
  border: #fff 1px solid;
  padding: 15px 45px;
}
.fv .mainTitle .base_btn::after {
  background-color: rgba(255, 255, 255, 0.7);
}
.fv .mainTitle .base_btn span {
  color: #fff;
}
.fv .mainTitle .base_btn:hover span {
  color: #1C1C1C;
}
.fv img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.fv h1 {
  font-size: 32px;
  color: #ffffff;
}
.fv h1 b {
  font-size: 14px;
  color: #ffffff;
  display: block;
  margin-top: 5px;
  margin-bottom: var(--title_margin);
}
.fv span {
  font-size: clamp(12px, 2vw, 16px);
}
@media (min-width: 1000px) {
  .fv {
    height: calc(100vh - 114px);
  }
  .fv h1 {
    font-size: 54px;
  }
  .fv h1 b {
    font-size: 22px;
  }
  .fv img {
    height: 100%;
    object-fit: cover;
  }
}

/* ============================================== */
.intro {
  width: 100%;
  margin: 40px auto 100px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.intro .text {
  width: 100%;
  padding: 5%;
}
.intro .text h3 {
  font-size: 20px;
  margin-bottom: 50px;
  line-height: 2.3em;
}
.intro .text p {
  font-size: 14px;
  line-height: 2.2;
}
.intro .img {
  width: 100%;
}
.intro .img img {
  width: 70%;
  height: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .intro {
    margin: 200px auto;
    grid-template-columns: 1fr 0.7fr;
    gap: 0;
    align-items: center;
  }
  .intro .text {
    width: fit-content;
    margin: 0 auto;
  }
  .intro .text h3 {
    font-size: 26px;
    margin-bottom: 100px;
    line-height: 1.9em;
  }
  .intro .text p {
    font-size: 16px;
  }
  .intro .img img {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .intro .text h3 {
    font-size: 34px;
  }
  .intro .text p {
    font-size: 18px;
  }
}

/* ============================================== */
.flow {
  width: 90%;
  max-width: 1200px;
  margin: var(--section_margin) auto;
}
.flow h2 {
  font-size: clamp(38px, 4vw, 45px);
  color: #B0B2AF;
  display: block;
  margin-bottom: 25px;
  text-align: center;
}
.flow h2 span {
  font-size: 13px;
  display: block;
  margin-top: 5px;
}
.flow .annoucements {
  max-width: 1000px;
  margin: var(--title_margin) auto;
  display: flex;
  gap: var(--title_margin);
  font-size: clamp(12px, 1.7vw, 15px);
}
.flow .annoucements .aboutTitle {
  white-space: nowrap;
}
.flow .annoucements .aboutText p {
  margin-bottom: var(--list_margin);
}
.flow .winnerSofa {
  width: 100%;
  display: flex;
  margin-bottom: var(--block_margin);
}
.flow .winnerSofa .winnerText {
  width: 55%;
  background-color: #EEF0F2;
  padding: var(--block_margin) 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flow .winnerSofa .winnerText > div {
  width: clamp(335px, 89%, 480px);
}
.flow .winnerSofa .winnerText > div > span {
  font-size: clamp(15px, 1.8vw, 18px);
  display: block;
  margin-bottom: var(--list_margin);
  letter-spacing: 0.2ex;
  line-height: 1.7;
}
.flow .winnerSofa .winnerText h4 {
  font-size: clamp(20px, 2.8vw, 26px);
  margin-bottom: var(--title_margin);
}
.flow .winnerSofa .winnerText p {
  font-size: clamp(12px, 1.7vw, 15px);
  line-height: 2.2;
  margin-bottom: 20px;
}
.flow .winnerSofa img {
  width: 45%;
  object-fit: cover;
}
.flow .winnerSofa.reverse {
  flex-direction: row-reverse;
}
.flow .winnerSofa .base_btn {
  background-color: #fff;
  border: transparent;
  padding: 0.8em 3.3em;
}
.flow .detailsTable {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
  max-width: 1000px;
  margin: 0 auto;
}
.flow .detailsTable .detailInfo table tr {
  border-bottom: #B0B2AF 1px solid;
}
.flow .detailsTable .detailInfo table tr th {
  width: 28%;
  white-space: nowrap;
  height: auto;
  text-align: left;
  vertical-align: top;
  padding: 30px 30px 30px 0;
}
.flow .detailsTable .detailInfo table tr td {
  width: 100%;
  height: auto;
  padding: 30px 0;
  text-align: left;
}
.flow .detailsTable .detailInfo table tr td p {
  font-size: clamp(12px, 1.7vw, 15px);
}
.flow .precautions {
  background-color: #EEF0F2;
  padding: 30px 50px;
  max-width: 900px;
  margin: var(--title_margin) auto 0;
}
.flow .precautions p {
  font-size: clamp(12px, 1.7vw, 15px);
  line-height: 2.2;
}
@media (max-width: 768px) {
  .flow .annoucements {
    flex-direction: column;
  }
  .flow .winnerSofa {
    flex-direction: column;
  }
  .flow .winnerSofa .winnerText {
    width: 100%;
  }
  .flow .winnerSofa img {
    width: 100%;
    height: auto;
  }
  .flow .winnerSofa.reverse {
    flex-direction: column;
  }
  .flow .detailsTable {
    grid-template-columns: 1fr;
    gap: 0px;
  }
  .flow .precautions {
    padding: 20px;
  }
}

/* ============================================== */
.history {
  background-color: #EEF0F2;
  padding: var(--title_margin);
}
.history p {
  font-size: clamp(12px, 1.7vw, 15px);
  line-height: 2.2;
}
.history .historyContent {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 100px;
}
.history .historyContent h2 {
  font-size: clamp(38px, 4vw, 45px);
  color: #B0B2AF;
  display: block;
  margin-bottom: var(--title_margin);
}
.history .historyContent h2 span {
  font-size: 13px;
  display: block;
  margin-top: 5px;
}
.history .historyContent .leftSide {
  width: 40%;
}
.history .historyContent .leftSide p:first-of-type {
  margin-bottom: var(--list_margin);
}
.history .historyContent .rightSide {
  width: 60%;
}
.history .historyContent .rightSide .timeline {
  display: flex;
}
.history .historyContent .rightSide .timeline .listYear {
  display: flex;
  flex-direction: column;
  width: 40%;
}
.history .historyContent .rightSide .timeline .listYear li {
  width: 170px;
  height: 170px;
  margin-bottom: 50px;
  position: relative;
}
.history .historyContent .rightSide .timeline .listYear img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  -webkit-mask-image: linear-gradient(to right, black 60%, transparent 100%);
  mask-image: linear-gradient(to right, black 60%, transparent 100%);
}
.history .historyContent .rightSide .timeline .listYear .date {
  position: absolute;
  display: block;
  top: 50%;
  left: 110px;
  transform: translate(0, -50%);
  width: 100%;
  height: auto;
  z-index: 2;
  font-size: clamp(20px, 2.6vw, 40px);
}
.history .historyContent .rightSide .timeline .listYear .date span {
  font-size: clamp(19px, 2.5vw, 23px);
}
.history .historyContent .rightSide .timeline .listInformation {
  position: relative;
  width: 60%;
  border-left: solid 1px #b0b2af;
  padding-left: min(8vw, 40px);
  margin-left: min(8vw, 40px);
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.history .historyContent .rightSide .timeline .listInformation li {
  height: 170px;
  display: flex;
  align-items: center;
}
.history .historyContent .rightSide .timeline .listInformation::before, .history .historyContent .rightSide .timeline .listInformation::after {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #b0b2af;
  border-radius: 50%;
  transform: translateX(-50%);
}
.history .historyContent .rightSide .timeline .listInformation::before {
  top: 0;
}
.history .historyContent .rightSide .timeline .listInformation::after {
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .history {
    padding: var(--title_margin) 0;
  }
  .history .historyContent {
    flex-direction: column;
  }
  .history .historyContent .leftSide,
  .history .historyContent .rightSide {
    width: 93%;
    margin: 0 auto;
  }
}

/* ============================================== */
.voice {
  padding: 70px 0;
  overflow: hidden;
}
.voice h2 {
  font-size: 36px;
  color: #B0B2AF;
  display: block;
  text-align: center;
  margin-bottom: 50px;
}
.voice h2 span {
  display: block;
  font-size: 13px;
  margin-top: 5px;
}
.voice #voiceSlider {
  overflow: initial;
  width: 90%;
  max-width: 1000px;
}
.voice #voiceSlider .swiper-slide .img,
.voice #voiceSlider .swiper-slide img {
  width: 100%;
}
.voice #voiceSlider .swiper-slide .text {
  width: 100%;
  padding: 20px 10px;
}
.voice #voiceSlider .swiper-slide .text h5 {
  font-size: 18px;
  margin-bottom: 10px;
}
.voice #voiceSlider .swiper-slide .text .tags {
  display: flex;
  margin-bottom: 20px;
}
.voice #voiceSlider .swiper-slide .text .tags span {
  font-size: 10px;
  margin-right: 8px;
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  padding: 3px 8px;
}
.voice #voiceSlider .swiper-slide .text p {
  font-size: 12px;
  line-height: 2;
}
.voice #voiceSlider .swiper-slide a {
  margin-top: 20px;
}

@media (min-width: 1000px) {
  .voice {
    padding: 130px 0;
  }
  .voice h2 {
    font-size: 48px;
    margin-bottom: 100px;
    letter-spacing: 0;
  }
  .voice #voiceSlider .swiper-slide {
    display: flex;
    align-items: center;
  }
  .voice #voiceSlider .swiper-slide .img {
    width: 45%;
  }
  .voice #voiceSlider .swiper-slide .text {
    width: 55%;
    padding: 0 4%;
  }
  .voice #voiceSlider .swiper-nav {
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  .voice h2 {
    font-size: 54px;
    margin-bottom: 100px;
  }
  .voice h2 span {
    font-size: 14px;
  }
  .voice #voiceSlider .swiper-slide .text h5 {
    font-size: 22px;
  }
  .voice #voiceSlider .swiper-slide .text .tags span {
    font-size: 13px;
  }
  .voice #voiceSlider .swiper-slide .text p {
    font-size: 13px;
  }
}
/* ============================================== */
.link {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
.link img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.link div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.link div h3 {
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.9em;
}
.link div h3 span {
  display: block;
  font-size: clamp(20px, 2.5vw, 28px);
  color: #fff;
}
@media (min-width: 1000px) {
  .link div h3 {
    font-size: 34px;
  }
}
.link div .base_btn {
  padding: 15px 45px;
}
.link div .base_btn::after {
  background-color: rgba(255, 255, 255, 0.7);
}
.link div .base_btn:hover span {
  color: #1C1C1C;
}
.link div .base_btn span {
  color: #ffffff;
}

.backButton {
  text-align: center;
  margin: var(--block_margin) 0;
}

/* ============================================== */
.buttonArea {
  font-size: clamp(12px, 1.4vw, 13px);
  width: 3em;
  height: 100vh;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 2em 0.5em;
  z-index: 2000;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.35s, opacity 0.35s;
}
.buttonArea a {
  width: fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.buttonArea a span {
  font-size: clamp(12px, 1.4vw, 13px);
  display: inline-block;
  writing-mode: vertical-lr;
}

/* ============================================== */
.other {
  margin: var(--section_margin) auto;
}
.other .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.other .container .bannerArea {
  width: 100%;
}
.other .container .bannerArea .linkItem {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
.other .container .bannerArea .linkItem.--reverse {
  flex-direction: row-reverse;
}
.other .container .bannerArea img {
  width: 50%;
  object-fit: cover;
}
.other .container .bannerArea .textBox {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.other .container .bannerArea .textBox > div {
  width: clamp(280px, 80%, 440px);
}
.other .container .bannerArea .textBox > div > span {
  display: block;
  font-size: clamp(11px, 1.7vw, 13px);
  letter-spacing: 0.2ex;
  margin-bottom: 25px;
}
.other .container .bannerArea .textBox h4 {
  margin-bottom: 4px;
  letter-spacing: 0.08ex;
  font-size: clamp(19px, 2.8vw, 25px);
}
.other .container .bannerArea .textBox p {
  font-size: clamp(12px, 1.7vw, 14px);
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .other .container .bannerArea .linkItem {
    flex-direction: column;
  }
  .other .container .bannerArea .linkItem.--reverse {
    flex-direction: column;
  }
  .other .container .bannerArea img {
    width: 100%;
    height: auto;
    margin-bottom: var(--list_margin);
  }
  .other .container .bannerArea .textBox {
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .other .container .bannerArea .textBox p {
    text-align: left;
  }
}/*# sourceMappingURL=index.css.map */