/* ==================================================
Base
================================================== */
* {
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

a {
  -webkit-tap-highlight-color: transparent;
}

p {
  line-height: 1.75;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #FCFCF4;
  color: #707070;
  font-family: "Montserrat", "Zen Kaku Gothic New", sans-serif;
  font-size: 1.3541666667vw;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 1365px) {
  body {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 4.2666666667vw;
  }
}

main {
  min-width: 1366px;
}
@media screen and (max-width: 768px) {
  main {
    min-width: auto;
  }
}

/* ==================================================
HEADER
================================================== */
header {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  min-width: 1366px;
  padding: 2.0833333333vw 5.2083333333vw 2.0833333333vw 2.6041666667vw;
  position: sticky;
  top: 0;
  transition: 0.3s;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 1365px) {
  header {
    padding: 25px 70px 25px 35px;
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 16vw;
    min-width: 100%;
    padding: 6.6666666667vw 0 0 8vw;
    position: fixed;
  }
}
header.active nav .hamb span {
  background: #C6B525;
}
@media screen and (max-width: 768px) {
  header.active nav ul {
    left: 0;
    width: 100%;
  }
}
header h1 {
  align-items: center;
  -moz-column-gap: 2.6041666667vw;
       column-gap: 2.6041666667vw;
  display: flex;
  font-size: 1.25vw;
}
@media screen and (max-width: 1365px) {
  header h1 {
    -moz-column-gap: 35px;
         column-gap: 35px;
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  header h1 {
    -moz-column-gap: 5.3333333333vw;
         column-gap: 5.3333333333vw;
    font-size: 3.2vw;
    position: absolute;
    top: 6.6666666667vw;
  }
}
header h1 svg {
  height: 26px;
  width: 100px;
}
@media screen and (max-width: 768px) {
  header h1 svg {
    height: 4.6vw;
    width: 17.5253333333vw;
  }
}
header nav {
  font-size: 1.25vw;
}
@media screen and (max-width: 1365px) {
  header nav {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  header nav {
    font-size: 3.2vw;
  }
}
header nav .hamb {
  display: none;
}
@media screen and (max-width: 768px) {
  header nav .hamb {
    align-content: space-between;
    display: flex;
    flex-wrap: wrap;
    height: 4vw;
    margin-right: 8vw;
    position: absolute;
    top: 6.6666666667vw;
    right: 0;
    width: 5.3333333333vw;
  }
}
header nav .hamb span {
  background: #707070;
  height: 1px;
  width: 100%;
}
header nav ul {
  align-items: center;
  -moz-column-gap: 2.6041666667vw;
       column-gap: 2.6041666667vw;
  display: flex;
}
@media screen and (max-width: 1365px) {
  header nav ul {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
}
@media screen and (max-width: 768px) {
  header nav ul {
    background: #FFF;
    border-radius: 0 0 0 60px;
    display: block;
    font-size: 5.8666666667vw;
    padding-left: 12vw;
    padding-top: 40vw;
    padding-bottom: 40vw;
    position: absolute;
    top: 0;
    left: 100vw;
    overflow: hidden;
    transition: 0.3s;
    width: 0;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  header nav ul li {
    margin-bottom: 8vw;
    width: 100%;
  }
  header nav ul li:before {
    background: #C6B525;
    content: "";
    display: inline-block;
    height: 1px;
    margin-right: 5.3333333333vw;
    vertical-align: middle;
    width: 3.2vw;
  }
}
header nav ul li a {
  font-weight: bold;
  color: #707070;
  transition: 0.3s;
}
header nav ul li a:hover {
  color: #C6B525;
}
header.bg {
  background: rgba(255, 255, 255, 0.9);
}

/* ==================================================
FOOTER
================================================== */
footer {
  background: #707070;
  min-width: 1366px;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer {
    min-width: 100%;
  }
}
footer .inner {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: auto;
  min-width: 1280px;
  padding: 5.2083333333vw 1.5625vw 1.5625vw 5.2083333333vw;
}
@media screen and (max-width: 1365px) {
  footer .inner {
    padding: 70px 25px 25px 70px;
  }
}
@media screen and (max-width: 768px) {
  footer .inner {
    grid-template-columns: 1fr;
    min-width: 100%;
    padding: 26.6666666667vw 5.3333333333vw 13.3333333333vw 8vw;
  }
}
footer .inner__logo {
  align-items: center;
  -moz-column-gap: 2.0833333333vw;
       column-gap: 2.0833333333vw;
  display: flex;
  height: 1em;
  margin-top: 1.0416666667vw;
}
@media screen and (max-width: 1365px) {
  footer .inner__logo {
    -moz-column-gap: 30px;
         column-gap: 30px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  footer .inner__logo {
    -moz-column-gap: 4vw;
         column-gap: 4vw;
    margin-top: 0;
  }
}
footer .inner__logo svg {
  fill: #FFF;
  width: 4.2932291667vw;
}
@media screen and (max-width: 1365px) {
  footer .inner__logo svg {
    width: 58.65px;
  }
}
@media screen and (max-width: 768px) {
  footer .inner__logo svg {
    width: 17.5253333333vw;
  }
}
footer .inner__logo figcaption {
  color: #FFF;
  font-size: 1.0416666667vw;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 1365px) {
  footer .inner__logo figcaption {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  footer .inner__logo figcaption {
    font-size: 3.125vw;
  }
}
footer .inner nav {
  color: #FFF;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  font-size: 1.0416666667vw;
  font-weight: bold;
  min-width: 690px;
  padding-top: 80px;
  padding-bottom: 80px;
  width: 50.2604166667vw;
}
@media screen and (max-width: 1365px) {
  footer .inner nav {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  footer .inner nav {
    font-size: 4.2666666667vw;
    grid-template-columns: 1fr 1fr;
    min-width: 100%;
    padding-top: 13.0208333333vw;
    padding-bottom: 23.4375vw;
  }
}
@media screen and (max-width: 768px) {
  footer .inner nav ul {
    flex-wrap: wrap;
    row-gap: 7.8125vw;
  }
}
footer .inner nav ul li.item {
  margin-bottom: 1.2445095168vw;
  white-space: nowrap;
}
@media screen and (max-width: 1365px) {
  footer .inner nav ul li.item {
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 768px) {
  footer .inner nav ul li.item {
    margin-bottom: auto;
    white-space: wrap;
    width: 100%;
  }
}
footer .inner nav ul li.item a {
  color: #FFF;
}
@media screen and (max-width: 768px) {
  footer .inner nav ul ol {
    flex-wrap: wrap;
    margin-top: 6.5104166667vw;
    row-gap: 7.8125vw;
  }
}
@media screen and (max-width: 768px) {
  footer .inner nav ul ol li.item {
    margin-bottom: auto;
    width: 100%;
  }
}
footer .inner nav ul ol li.item:before {
  background: #FFF;
  content: "";
  display: inline-block;
  height: 1px;
  margin-left: 20px;
  margin-right: 12px;
  min-width: 15px;
  vertical-align: middle;
  width: 1.0980966325vw;
}
@media screen and (max-width: 768px) {
  footer .inner nav ul ol li.item:before {
    margin-left: 0;
  }
}
footer .inner nav .space {
  display: none;
}
@media screen and (max-width: 768px) {
  footer .inner nav .space {
    display: block;
  }
}
footer .inner__bottom {
  align-content: space-between;
  display: flex;
  flex-wrap: wrap;
  justify-self: end;
  min-width: 200px;
  width: 14.6412884334vw;
}
@media screen and (max-width: 1365px) {
  footer .inner__bottom {
    padding-left: 100px;
  }
}
@media screen and (max-width: 768px) {
  footer .inner__bottom {
    display: block;
    min-width: 100%;
    padding-left: 0;
    text-align: center;
    width: 100%;
  }
}
footer .inner__bottom figure {
  min-width: 172px;
  width: 12.5915080527vw;
}
@media screen and (max-width: 768px) {
  footer .inner__bottom figure {
    margin: auto;
    min-width: 100%;
    width: 64.5833333333vw;
  }
}
footer .inner__bottom figure img {
  width: 100%;
}
footer .inner__bottom p.copyright {
  color: #FFF;
  font-size: 0.5124450952vw;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1365px) {
  footer .inner__bottom p.copyright {
    font-size: 7px;
  }
}
@media screen and (max-width: 768px) {
  footer .inner__bottom p.copyright {
    font-size: 2.734375vw;
    margin-top: 13.0208333333vw;
  }
}

/* ==================================================
SVGS
================================================== */
.svgs {
  display: none;
}

/* ==================================================
inc / parts
================================================== */
.to-up {
  opacity: 0;
  pointer-events: none;
  position: sticky;
  left: calc(100vw - 60px);
  bottom: 10px;
  transition: 0.5s;
  z-index: 1;
}
.to-up.view {
  opacity: 1;
  pointer-events: all;
}

.archive__cate {
  scroll-margin-top: 10.4166666667vw;
}
@media screen and (max-width: 1365px) {
  .archive__cate {
    scroll-margin-top: 140px;
  }
}
@media screen and (max-width: 768px) {
  .archive__cate {
    scroll-margin-top: 18.6666666667vw;
  }
}
.archive__cate .cate-btn {
  -moz-column-gap: 3.125vw;
       column-gap: 3.125vw;
  display: flex;
  justify-content: center;
  min-width: 1120px;
}
@media screen and (max-width: 1365px) {
  .archive__cate .cate-btn {
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
}
@media screen and (max-width: 768px) {
  .archive__cate .cate-btn {
    -moz-column-gap: normal;
         column-gap: normal;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    min-width: auto;
    row-gap: 4vw;
    width: 84%;
  }
}
.archive__cate .cate-btn .item {
  border: 1px solid #707070;
  border-radius: 50px;
  box-sizing: border-box;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .archive__cate .cate-btn .item {
    width: 48%;
  }
}
.archive__cate .cate-btn .item.current {
  background: #E3DFBD;
  border: none;
}
.archive__cate .cate-btn .item.current a {
  pointer-events: none;
}
.archive__cate .cate-btn .item:hover {
  background: #E3DFBD;
}
.archive__cate .cate-btn .item a {
  align-items: center;
  color: #707070;
  display: flex;
  height: 2.6041666667vw;
  justify-content: center;
  width: 18.2291666667vw;
}
@media screen and (max-width: 1365px) {
  .archive__cate .cate-btn .item a {
    height: 35px;
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .archive__cate .cate-btn .item a {
    font-size: 3.7333333333vw;
    height: 6.9333333333vw;
    width: 100%;
  }
}

.topics .item a {
  color: #707070;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .topics .item a:hover {
    opacity: 0.7;
  }
}
.topics .item__thumb {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 769px) {
  .topics .item__thumb:hover img {
    transform: scale(1.25);
  }
}
.topics .item__thumb img {
  display: block;
  transition: 0.3s;
  width: 100%;
}
.topics .item__thumb figcaption {
  align-items: flex-end;
  background: #FCFCF4;
  border-radius: 15px 15px 0 0;
  display: flex;
  height: 2.6041666667vw;
  justify-content: center;
  letter-spacing: 0.2em;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  width: 15.1041666667vw;
}
@media screen and (max-width: 1365px) {
  .topics .item__thumb figcaption {
    height: 35px;
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .topics .item__thumb figcaption {
    font-size: 3.7333333333vw;
    height: 6.6666666667vw;
    width: 34.6666666667vw;
  }
}
.topics .item__tit {
  border-bottom: 2px solid #C6B525;
  font-weight: normal;
  font-size: 1em;
  line-height: 2;
  letter-spacing: 0.2em;
  margin-top: 1.3020833333vw;
  padding-bottom: 0.78125vw;
}
@media screen and (max-width: 1365px) {
  .topics .item__tit {
    margin-top: 25px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .topics .item__tit {
    font-size: 3.7333333333vw;
  }
}
.topics .item__tags {
  color: #C6B525;
  font-size: 1.25vw;
  line-height: 2;
  margin-top: 0.78125vw;
}
@media screen and (max-width: 1365px) {
  .topics .item__tags {
    font-size: 17px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .topics .item__tags {
    font-size: 3.7333333333vw;
  }
}
.topics .item__tags li {
  display: inline-block;
  margin-right: 1em;
}

.to-arch {
  align-items: center;
  border: 1px solid #D6CD82;
  border-radius: 70px;
  box-sizing: border-box;
  color: #C1B978;
  display: flex;
  height: 2.6041666667vw;
  justify-content: center;
  margin: auto;
  transition: 0.3s;
  width: 18.2291666667vw;
}
@media screen and (max-width: 1365px) {
  .to-arch {
    height: 36px;
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .to-arch {
    height: 9.0666666667vw;
    width: 48vw;
  }
}
.to-arch:hover {
  background: #D6CD82;
  color: #FFF;
}

.hint__icon {
  position: relative;
  width: 100%;
}
.hint__icon svg {
  position: absolute;
  top: -7.2916666667vw;
  right: 0;
  width: 7.8125vw;
}
@media screen and (max-width: 1365px) {
  .hint__icon svg {
    top: -100px;
    width: 100px;
  }
}

/* ==================================================
GENERAL
================================================== */
/* InView */
.IV {
  transition: 0.8s;
  transform: translateY(30px);
  opacity: 0;
}

.IV.in {
  transform: translateY(0);
  opacity: 1;
}

.delay {
  transition-delay: 0.8s;
}

/* ----- FONT COLOR ----- */
.fc-primary {
  color: #C6B525;
}

/* ----- FONT SIZE ----- */
.fs-tit {
  font-size: 2.0833333333vw;
}
@media screen and (max-width: 1365px) {
  .fs-tit {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .fs-tit {
    font-size: 5.3333333333vw;
  }
}

.fs-subtit {
  font-size: 1.875vw;
  font-weight: normal;
}
@media screen and (max-width: 1365px) {
  .fs-subtit {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .fs-subtit {
    font-size: 4.8vw;
  }
}

.fs-subtit-m {
  font-size: 1.6666666667vw;
  font-weight: normal;
}
@media screen and (max-width: 1365px) {
  .fs-subtit-m {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .fs-subtit-m {
    font-size: 4.2666666667vw;
  }
}

.fs-basic {
  font-size: 1.3541666667vw;
  font-weight: normal;
}
@media screen and (max-width: 1365px) {
  .fs-basic {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .fs-basic {
    font-size: 4.2666666667vw;
  }
}

.fs-cap {
  font-size: 1.25vw;
  font-weight: normal;
}
@media screen and (max-width: 1365px) {
  .fs-cap {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .fs-cap {
    font-size: 3.7333333333vw;
  }
}

/* ---------- DISPLAY ---------- */
.pc {
  display: block;
}

.sp {
  display: none;
}

.db {
  display: block;
}

.clm {
  display: flex;
  justify-content: space-between;
}

.grid-end {
  justify-self: end;
}

.grid-init {
  justify-self: auto;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp-db {
    display: block;
  }
  .sp-clm {
    display: flex;
  }
  .sp-grid-end {
    justify-self: end;
  }
  .sp-grid-init {
    justify-self: auto;
  }
}
/* ----- LIST-STYLE----- */
.disc li {
  line-height: 2;
  list-style: disc;
  white-space: nowrap;
}

/* ---------- MARGIN-TOP ---------- */
.mt25 {
  margin-top: 1.3020833333vw;
}
@media screen and (max-width: 1365px) {
  .mt25 {
    margin-top: 20px;
  }
}

.mt30 {
  margin-top: 1.5625vw;
}
@media screen and (max-width: 1365px) {
  .mt30 {
    margin-top: 25px;
  }
}

.mt40 {
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 1365px) {
  .mt40 {
    margin-top: 30px;
  }
}

.mt50 {
  margin-top: 2.6041666667vw;
}
@media screen and (max-width: 1365px) {
  .mt50 {
    margin-top: 30px;
  }
}

.mt150 {
  margin-top: 7.8125vw;
}
@media screen and (max-width: 1365px) {
  .mt150 {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .sp-mt10 {
    margin-top: 2.6666666667vw;
  }
  .sp-mt15 {
    margin-top: 4vw;
  }
  .sp-mt20 {
    margin-top: 5.3333333333vw;
  }
  .sp-mt25 {
    margin-top: 6.6666666667vw;
  }
  .sp-mt30 {
    margin-top: 8vw;
  }
  .sp-mt35 {
    margin-top: 9.3333333333vw;
  }
  .sp-mt40 {
    margin-top: 10.6666666667vw;
  }
  .sp-mt45 {
    margin-top: 12vw;
  }
  .sp-mt50 {
    margin-top: 13.3333333333vw;
  }
  .sp-mt55 {
    margin-top: 14.6666666667vw;
  }
  .sp-mt60 {
    margin-top: 16vw;
  }
  .sp-mt65 {
    margin-top: 17.3333333333vw;
  }
  .sp-mt70 {
    margin-top: 18.6666666667vw;
  }
  .sp-mt75 {
    margin-top: 20vw;
  }
  .sp-mt80 {
    margin-top: 21.3333333333vw;
  }
}
/* ---------- TEXT-ALIGN ---------- */
.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* ---------- WIDTH ---------- */
.w10per {
  width: 10%;
}

.w15per {
  width: 15%;
}

.w20per {
  width: 20%;
}

.w25per {
  width: 25%;
}

.w30per {
  width: 30%;
}

.w35per {
  width: 35%;
}

.w40per {
  width: 40%;
}

.w45per {
  width: 45%;
}

.w50per {
  width: 50%;
}

.w55per {
  width: 55%;
}

.w60per {
  width: 60%;
}

.w65per {
  width: 65%;
}

.w70per {
  width: 70%;
}

.w75per {
  width: 75%;
}

.w80per {
  width: 80%;
}

.w85per {
  width: 85%;
}

.w90per {
  width: 90%;
}

.w95per {
  width: 95%;
}

.w100per {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .sp-w10per {
    width: 10%;
  }
  .sp-w15per {
    width: 15%;
  }
  .sp-w20per {
    width: 20%;
  }
  .sp-w25per {
    width: 25%;
  }
  .sp-w30per {
    width: 30%;
  }
  .sp-w35per {
    width: 35%;
  }
  .sp-w40per {
    width: 40%;
  }
  .sp-w45per {
    width: 45%;
  }
  .sp-w50per {
    width: 50%;
  }
  .sp-w55per {
    width: 55%;
  }
  .sp-w60per {
    width: 60%;
  }
  .sp-w65per {
    width: 65%;
  }
  .sp-w70per {
    width: 70%;
  }
  .sp-w75per {
    width: 75%;
  }
  .sp-w80per {
    width: 80%;
  }
  .sp-w85per {
    width: 85%;
  }
  .sp-w90per {
    width: 90%;
  }
  .sp-w95per {
    width: 95%;
  }
  .sp-w100per {
    width: 100%;
  }
}/*# sourceMappingURL=common.css.map */