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

blockquote, q {
  quotes: none;
}

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
  margin: 0 0 0 0;
  overflow-x: hidden;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  color: #ffffff;
  background: url(../img/common/bg-pattern-dark.png) center no-repeat;
  background-size: cover;
  font-family: "ryo-gothic-plusn", Yu Gothic, YuGothic, "Yu Gothic", Meiryo, sans-serif;
  font-weight: 300;
  letter-spacing: 0em;
  line-height: 180%;
}
@media screen and (min-width: 801px) {
  body {
    font-weight: 400;
    font-family: Yu Gothic, YuGothic, "Yu Gothic", Meiryo, sans-serif;
    line-height: 200%;
  }
}

main {
  margin: 0 auto;
  width: 100%;
  align-items: center;
}

section {
  width: 100%;
  margin: 0 auto;
  align-self: center;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:link,
a:visited,
a:hover,
a:active,
a {
  text-decoration: none !important;
  color: inherit;
}

a:hover {
  opacity: 0.7;
}

h1,
.h1-like {
  font-size: clamp(3rem, 5vw, 5.4rem);
  line-height: 140%;
}

h2,
.h2-like {
  font-size: clamp(3.6rem, 5vw, 6.6rem);
  line-height: 140%;
}

h3,
.h3-like {
  font-size: clamp(2.4rem, 3vw, 3.6rem);
  line-height: 160%;
}

h4,
.h4-like {
  font-size: clamp(1.4rem, 2vw, 2rem);
}

ul {
  list-style-type: none;
}

.p-small {
  font-size: clamp(1.2rem, 2vw, 1.4rem);
}

.a-btn:link,
.a-btn:visited,
.a-btn:active,
.a-btn {
  border: 2px solid #934c51;
  background-color: #ffffff;
  color: #934c51;
  cursor: pointer;
  font-weight: 500;
  padding: 1em 2em;
}
.a-btn:link:hover,
.a-btn:visited:hover,
.a-btn:active:hover,
.a-btn:hover {
  opacity: 0.7;
}

.grecaptcha-badge {
  visibility: hidden;
}

.standard-btn {
  appearance: unset;
  -webkit-appearance: unset;
  border: 2px solid #934c51;
  background-color: #ffffff;
  color: #934c51;
  cursor: pointer;
  font-weight: 500;
  padding: 0.5em 1em;
}
.standard-btn:hover {
  opacity: 0.7;
}

.width1200 {
  width: 1200px;
  max-width: 96%;
  margin: auto;
}

.width1200-855 {
  width: 1200px;
  max-width: 85.5%;
  margin: auto;
}

.width1000 {
  width: 1000px;
  max-width: 96%;
  margin: auto;
}

.width1000-855 {
  width: 1000px;
  max-width: 85.5%;
  margin: auto;
}

.fx-center-self {
  align-self: center;
  justify-self: center;
}

.fx-center-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fx-row {
  display: flex;
  flex-direction: row;
}

.fx-row-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.fx-row-rev {
  display: flex;
  flex-direction: row-reverse;
}

.fx-col {
  display: flex;
  flex-direction: column;
}

.fx-col-rev {
  display: flex;
  flex-direction: column-reverse;
}

.fx-col-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fx-col-to-row {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 801px) {
  .fx-col-to-row {
    flex-direction: row;
  }
}

.block-break {
  display: inline-block;
}

.mtem-1 {
  margin-top: 1em;
}

.mtem-2 {
  margin-top: 2em;
}

.mbem-1 {
  margin-bottom: 1em;
}

.mbem-2 {
  margin-bottom: 2em;
}

.mlem-1 {
  margin-left: 1em;
}

.mlem-2 {
  margin-left: 2em;
}

.mrem-1 {
  margin-right: 1em;
}

.mrem-2 {
  margin-right: 2em;
}

.pem-1 {
  padding: 1em;
}

.pem-2 {
  padding: 2em;
}

.ptem-1 {
  padding-top: 1em;
}

.ptem-2 {
  padding-top: 2em;
}

.pbem-1 {
  padding-bottom: 1em;
}

.pbem-2 {
  padding-bottom: 2em;
}

.plem-1 {
  padding-left: 1em;
}

.plem-2 {
  padding-left: 2em;
}

.prem-1 {
  padding-right: 1em;
}

.prem-2 {
  padding-right: 2em;
}

.pvert-1 {
  padding-top: 1em;
  padding-bottom: 1em;
}

.pvert-2 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.phor-1 {
  padding-left: 1em;
  padding-right: 1em;
}

.phor-2 {
  padding-left: 2em;
  padding-right: 2em;
}

@media screen and (max-width: 800px) {
  .no-sp {
    display: none;
  }

  .min-800 {
    display: none;
  }
}
@media screen and (min-width: 801px) {
  .sp-only {
    display: none;
  }

  .block-break-pc {
    display: inline-block;
  }

  .max-800 {
    display: none;
  }
}
.f-romaji-light {
  font-family: "nimbus-sans", Yu Gothic, YuGothic, "Yu Gothic", Meiryo, sans-serif;
  font-weight: 300;
}

.f-romaji-reg {
  font-family: "nimbus-sans", Yu Gothic, YuGothic, "Yu Gothic", Meiryo, sans-serif;
  font-weight: 400;
}

.f-nimbus-light {
  font-family: "nimbus-sans", Yu Gothic, YuGothic, "Yu Gothic", Meiryo, sans-serif;
  font-weight: 400;
}

.f-nimbus-reg {
  font-family: "nimbus-sans", Yu Gothic, YuGothic, "Yu Gothic", Meiryo, sans-serif;
  font-weight: 400;
}

.f-tsuku {
  font-family: "fot-tsukuaoldmin-pr6n", Yu Gothic, YuGothic, "Yu Gothic", Meiryo, sans-serif;
}

.f-classico {
  font-family: "classico-urw", Yu Gothic, YuGothic, "Yu Gothic", Meiryo, sans-serif;
}

.f-ryo-l {
  font-family: "ryo-gothic-plusn", Yu Gothic, YuGothic, "Yu Gothic", Meiryo, sans-serif;
  font-weight: 300;
}

.lh-100 {
  line-height: 100%;
}

.lh-140 {
  line-height: 140%;
}

.lh-160 {
  line-height: 160%;
}

.text-bold {
  font-weight: bold;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

h1.landing-h1 {
  font-family: "nimbus-sans", Yu Gothic, YuGothic, "Yu Gothic", Meiryo, sans-serif;
  font-weight: 400;
  width: 84.6%;
  margin: 180px auto 60px auto;
}
@media screen and (min-width: 801px) {
  h1.landing-h1 {
    width: 70%;
    margin: clamp(200px, 30vh, 280px) auto 120px auto;
  }
}

.border-link {
  background-color: #4d4d4d;
  border: 1px solid #4D4D4D;
  border-radius: 1.5em;
  transition: border-color 0.4s ease-in-out, background-color 0.4s ease-in-out;
  cursor: pointer;
}
.border-link a {
  display: inline-block;
  padding: 0.6em 1em;
}
@media screen and (min-width: 801px) {
  .border-link:hover {
    opacity: 1;
    background-color: rgba(77, 77, 77, 0);
    border: 1px solid rgba(77, 77, 77, 0);
  }
}

.vm-btn {
  font-family: "nimbus-sans", Yu Gothic, YuGothic, "Yu Gothic", Meiryo, sans-serif;
  font-weight: 300;
  font-size: clamp(14px, 1.5vw, 20px);
  line-height: 160%;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}
.vm-btn:hover {
  opacity: 1;
}

.arrow-btn {
  font-family: "nimbus-sans", Yu Gothic, YuGothic, "Yu Gothic", Meiryo, sans-serif;
  font-weight: 300;
  font-size: clamp(14px, 1.5vw, 20px);
  line-height: 160%;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}
.arrow-btn:hover {
  opacity: 1;
}
.arrow-btn img {
  margin-top: 0.1em;
  width: 0.9em;
  padding-left: 0.2em;
}

section.page-landing {
  width: 100%;
  max-width: 100%;
  background-color: #4D4D4D;
  padding: clamp(40px, 10vw, 100px) 0 clamp(60px, 12vw, 120px) 0;
}
section.page-landing .h1-group {
  width: 1000px;
  max-width: 85.5%;
  margin: 0 auto;
}

.post-nav {
  box-sizing: border-box;
  width: 100%;
  margin: clamp(40px, 8vw, 80px) auto;
  text-align: center;
}
.post-nav .navigation,
.post-nav .nav-links {
  width: 100%;
  max-width: 100%;
}
.post-nav .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
.post-nav .page-numbers {
  display: block;
  margin: 0 0.5em;
}
.post-nav .page-numbers.prev, .post-nav .page-numbers.next {
  width: 1em;
  height: 1em;
}
.post-nav .page-numbers.prev svg, .post-nav .page-numbers.next svg {
  width: 100%;
  stroke: #000000;
  fill: #000000;
}
.post-nav .page-numbers.current {
  font-size: 1.2em;
  color: #4D4D4D;
  pointer-events: none;
}

.bloglist-area {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  color: #ffffff;
}
.bloglist-area .post-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  padding: 2.5em 0 0 0;
  color: #CBCBCB;
}
.bloglist-area .post-row .blog-date {
  font-family: "nimbus-sans", Yu Gothic, YuGothic, "Yu Gothic", Meiryo, sans-serif;
  font-weight: 300;
  margin-bottom: 1.1em;
  line-height: 135%;
  font-size: clamp(12px, 1.5vw, 18px);
  font-weight: 300;
}
.bloglist-area .post-row .blog-content {
  font-family: Yu Gothic, YuGothic, "Yu Gothic", Meiryo, sans-serif;
  font-weight: 500;
}
.bloglist-area .post-row .anim-bar {
  display: block;
  position: relative;
  background-color: #4D4D4D;
  width: 100%;
  height: 1px;
  z-index: 0;
  margin-top: 2.5em;
}
.bloglist-area .post-row .anim-bar:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
}
.bloglist-area .post-row:hover {
  transition: color 0.6s ease-in-out;
  color: #ffffff;
}
.bloglist-area .post-row:hover a {
  opacity: 1;
}
.bloglist-area .post-row:has(.blog-content):hover .anim-bar:after {
  width: 100%;
  transition: width 0.4s linear;
}
@media screen and (min-width: 801px) {
  .bloglist-area .post-row {
    flex-direction: row;
    padding: 1.5em 0 0;
  }
  .bloglist-area .post-row .anim-bar {
    margin-top: 3em;
  }
  .bloglist-area .post-row .blog-date {
    margin-bottom: 0;
    box-sizing: border-box;
    width: 22%;
    padding-right: 1em;
  }
  .bloglist-area .post-row .blog-content {
    width: 70%;
    max-width: 500px;
  }
}

.blogcard-area {
  width: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
  margin: 0 auto;
  padding: clamp(20px, 5vw, 50px) clamp(20px, 5vw, 100px) clamp(40px, 10vw, 100px) clamp(20px, 5vw, 100px);
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.featured-blogcard {
  flex-wrap: wrap;
  margin-top: clamp(50px, 10vw, 100px);
  justify-content: space-evenly;
}
.featured-blogcard h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
}
.featured-blogcard .post-card {
  width: 30%;
  min-width: 140px;
  margin: 10px clamp(2px, 1vw, 10px);
}
.featured-blogcard .post-card .post-categories,
.featured-blogcard .post-card .card-excerpt {
  display: none;
}
@media screen and (max-width: 600px) {
  .featured-blogcard .post-card {
    width: 280px;
    max-width: 90%;
  }
}

.post-card {
  position: relative;
  width: clamp(240px, 30%, 320px);
  margin: 2em 1em;
  padding-bottom: 4em;
  background-color: #ffffff;
}
.post-card img {
  width: 100%;
  align-self: center;
  margin: 0 auto;
}
.post-card .post-categories,
.post-card .card-headline,
.post-card .card-excerpt {
  width: 92%;
  margin: 0 auto;
  align-self: center;
}
.post-card .post-categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0px auto;
  padding-top: 10px;
}
.post-card .post-categories li {
  background-color: #934c51;
  border-radius: 12px;
  color: #ffffff;
  font-size: 0.7em;
  list-style-type: none;
  line-height: 100%;
  margin: 5px 5px 5px 0;
  padding: 5px 10px;
}
.post-card .card-headline {
  margin: 30px auto 10px auto;
}
.post-card .card-excerpt {
  overflow-x: hidden;
  margin-bottom: 20px;
}
.post-card .continue-link {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.post-card .continue-link:hover {
  color: #934c51;
}

.category-filter {
  justify-content: space-evenly;
  margin: clamp(40px, 8vw, 80px) auto;
}
.category-filter a {
  padding: 0.5em 1em;
  background-color: #934c51;
  color: #ffffff;
  border-radius: 1.5em;
}
.category-filter a.active-btn {
  background-color: #4D4D4D;
  pointer-events: none;
}

a.line-anchor {
  position: relative;
}
a.line-anchor:after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}

@media screen and (min-width: 801px) {
  a.roll-anchor .roll-content,
a.roll-anchor .roll-content-small,
a.roll-anchor .roll-content-large {
    display: inline-block;
  }
  a.roll-anchor:hover {
    opacity: 1;
  }
  a.roll-anchor:hover .roll-content {
    animation: barrelRoll 0.6s cubic-bezier(0.44, 0.86, 0, 0.96) alternate both;
  }
  a.roll-anchor:hover .roll-content-small {
    animation: barrelRollSmall 0.4s cubic-bezier(0.44, 0.86, 0, 0.96) alternate both;
  }
  a.roll-anchor:hover .roll-content-large {
    animation: barrelRollLarge 0.3s cubic-bezier(0.44, 0.86, 0, 0.96) alternate both;
  }

  a.line-anchor:hover {
    opacity: 1;
  }
  a.line-anchor:hover::after {
    animation: bb-pierce 0.6s ease-in-out;
    animation-iteration-count: 1;
  }
}
.clone-anchor .clone-b {
  display: none;
}
@media screen and (min-width: 801px) {
  .clone-anchor .clone-window {
    display: flex;
    flex-direction: column;
    height: 1em;
    overflow-y: hidden;
  }
  .clone-anchor .clone-b {
    display: block;
    opacity: 0;
  }
  .clone-anchor:hover {
    opacity: 1;
  }
  .clone-anchor:hover .clone-a,
.clone-anchor:hover .clone-b {
    transition: transform 0.6s cubic-bezier(0.44, 0.86, 0, 0.96), opacity 0.6s cubic-bezier(0.44, 0.86, 0, 0.96);
    transform: translateY(-100%);
  }
  .clone-anchor:hover .clone-a {
    opacity: 0;
  }
  .clone-anchor:hover .clone-b {
    opacity: 1;
  }
}

@keyframes bb-pierce {
  0% {
    margin-left: 0%;
    width: 100%;
  }
  50% {
    margin-left: 100%;
    width: 0%;
  }
  51% {
    margin-left: 0%;
    width: 0%;
  }
  100% {
    margin-left: 0%;
    width: 100%;
  }
}
@keyframes barrelRoll {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  60% {
    transform: translateY(-50%);
    opacity: 0;
  }
  61% {
    transform: translateY(50%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes barrelRollSmall {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(-60%);
    opacity: 0;
  }
  51% {
    transform: translateY(60%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes barrelRollLarge {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(-80%);
    opacity: 0;
  }
  51% {
    transform: translateY(80%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.header-container {
  position: absolute;
  top: clamp(30px, 3vw, 45px);
  left: 7.7vw;
  height: clamp(75px, 10vw, 115px);
  z-index: 901;
}
.header-container img {
  height: 100%;
  width: auto;
}

@media screen and (min-width: 801px) {
  .header-container {
    left: 3.125vw;
  }
}
header {
  position: fixed;
  top: clamp(30px, 3vw, 45px);
  left: 0;
  width: 100%;
  z-index: 900;
  box-sizing: border-box;
  color: #ffffff;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0 clamp(20px, 4vw, 50px);
}
header .nav-container {
  display: flex;
  justify-content: flex-end;
}
header .nav-container .nav-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .nav-container .nav-menu .mobile-menu {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease-in-out;
}
header .nav-container ul {
  list-style: none;
}
header .nav-container ul li {
  text-transform: capitalize;
  font-size: 16px;
  margin: auto 0.8em;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 100%;
}
header .nav-container ul li.highlight-link {
  font-size: 14px;
}
header .nav-container .hamburger {
  display: none;
}
header.active-header {
  z-index: 1000;
}
@media screen and (max-width: 800px) {
  header {
    padding: 0 7.6vw;
  }
  header .nav-container {
    align-items: center;
  }
  header .nav-container .nav-menu .top-link {
    display: none;
  }
  header .nav-container .nav-menu li {
    margin: auto 1em;
    border-radius: 1.5em;
    font-size: 14px;
    line-height: 100%;
    border: 1px solid #ffffff;
    font-weight: 300;
  }
  header .nav-container .nav-menu li.highlight-link {
    background-color: unset;
  }
  header .nav-container .hamburger {
    display: block;
    cursor: pointer;
    padding: 0.6em 1em;
    background-color: #4D4D4D;
    border: 1px solid #4D4D4D;
    border-radius: 1.5em;
    font-size: 14px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 0.04em;
    z-index: 302;
  }
  header .nav-container .hamburger:before {
    content: "menu";
    text-align: center;
    text-transform: capitalize;
  }
  header .nav-container.open-menu {
    opacity: 1;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 400px;
    height: 100%;
    z-index: 1000;
    background-color: #ffffff;
    background-image: url(../img/common/bg-pattern-menu.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #ffffff;
  }
  header .nav-container.open-menu .nav-menu {
    box-sizing: border-box;
    display: flex;
    height: 100%;
    padding: 4vh 7.6vw;
    z-index: 101;
    flex-direction: column;
    align-items: flex-start;
  }
  header .nav-container.open-menu .nav-menu .mobile-menu {
    padding-top: 9vh;
    position: relative;
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
    display: flex;
    flex-direction: column;
  }
  header .nav-container.open-menu .nav-menu .mobile-menu .double-link {
    font-size: 28px;
    margin-bottom: 5vh;
    letter-spacing: 0;
    width: fit-content;
  }
  header .nav-container.open-menu .nav-menu .mobile-menu .double-link .link-no {
    font-size: 10px;
    font-weight: 300;
  }
  header .nav-container.open-menu .nav-menu .mobile-menu .border-link {
    display: inline-block;
    text-transform: capitalize;
    padding: 0.6em 1em;
    line-height: 100%;
  }
  header .nav-container.open-menu .nav-menu .mobile-menu .store-link {
    border-bottom: 1px solid #ffffff;
    font-size: 28px;
    line-height: 130%;
    width: fit-content;
    margin: 2.5vh 0 auto;
    letter-spacing: 0;
  }
  header .nav-container.open-menu .nav-menu .mobile-menu .store-link img {
    width: 1em;
    margin-bottom: -0.1em;
  }
  header .nav-container.open-menu .nav-menu .mobile-menu .bottom-row {
    margin-top: auto;
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .nav-container.open-menu .nav-menu .mobile-menu .bottom-row a {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.04em;
  }
  header .nav-container.open-menu .nav-menu .mobile-menu .btm-copy {
    font-size: 10px;
    font-weight: 300;
    margin-top: 4vh;
    letter-spacing: 0.04em;
  }
  header .nav-container.open-menu .nav-menu li {
    margin: clamp(5px, 1.5vh, 10px) 0;
  }
  header .nav-container.open-menu .nav-menu li.highlight-link {
    display: none;
  }
  header .nav-container.open-menu .hamburger:before {
    content: "close";
  }
  header .nav-container.open-menu .hamburger.active-ham {
    position: fixed;
    top: 30px;
    right: 7.6vw;
  }
}
@media screen and (max-width: 600px) {
  header .nav-container.open-menu {
    max-width: unset;
  }
}

@keyframes slidein {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
footer {
  padding-bottom: clamp(26px, 6vw, 80px);
}
footer .footer-content,
footer .bottom-content {
  width: 84%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
footer .footer-content {
  border-top: 1px solid #ffffff;
  padding: clamp(24px, 4vw, 40px) 0 50px 0;
}
footer .footer-content .left-col {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
footer .footer-content .left-col .footer-logo {
  display: block;
  width: 48%;
  max-width: clamp(104px, 18vw, 180px);
}
footer .footer-content .left-col .footer-logo img {
  width: 100%;
}
footer .footer-content .left-col .sns {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 48%;
}
footer .footer-content .left-col .border-link-reverse {
  font-family: "nimbus-sans", Yu Gothic, YuGothic, "Yu Gothic", Meiryo, sans-serif;
  font-weight: 400;
  display: block;
  width: fit-content;
  white-space: nowrap;
  padding: 0.6em 1em;
  border: 1px solid #707070;
  border-radius: 2em;
  font-size: clamp(12px, 2vw, 20px);
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  margin-bottom: 12px;
  transition: border-color 0.4s ease-in-out, background-color 0.4s ease-in-out;
}
footer .footer-content .left-col .border-link-reverse:nth-child(2) {
  margin-bottom: 0;
}
@media screen and (min-width: 801px) {
  footer .footer-content .left-col .border-link-reverse:hover {
    opacity: 1;
    background-color: #4d4d4d;
    border: 1px solid #4d4d4d;
  }
}
footer .footer-content .left-col p.footer-copy {
  display: block;
  margin-top: auto;
  font-size: 0.8em;
}
footer .footer-content .right-col {
  display: none;
}
footer .bottom-content .footer-copy {
  font-family: "nimbus-sans", Yu Gothic, YuGothic, "Yu Gothic", Meiryo, sans-serif;
  font-weight: 300;
  font-size: clamp(10px, 1vw, 14px);
}
footer .bottom-content ul.other {
  display: none;
}
@media screen and (min-width: 801px) {
  footer .footer-content .left-col,
footer .footer-content .right-col {
    width: 48%;
  }
  footer .footer-content .left-col {
    flex-direction: column;
    justify-content: flex-start;
  }
  footer .footer-content .left-col .footer-logo {
    margin-bottom: 60px;
    margin-left: 1em;
  }
  footer .footer-content .left-col .sns {
    flex-direction: row;
    align-items: center;
  }
  footer .footer-content .left-col .border-link-reverse {
    margin-bottom: 0;
    margin-left: 1em;
  }
  footer .footer-content .right-col {
    display: unset;
    width: fit-content;
  }
  footer .footer-content .right-col .footer-nav ul {
    margin: 0 1em 2em 0;
  }
  footer .footer-content .right-col .footer-nav ul li {
    font-family: "nimbus-sans", Yu Gothic, YuGothic, "Yu Gothic", Meiryo, sans-serif;
    font-weight: 300;
    white-space: nowrap;
    margin: 0.7em 0;
    text-transform: capitalize;
    font-weight: 300;
    letter-spacing: 0.04em;
    line-height: 100%;
  }
  footer .bottom-content ul.other {
    font-family: "nimbus-sans", Yu Gothic, YuGothic, "Yu Gothic", Meiryo, sans-serif;
    font-weight: 300;
    margin-right: 16px;
    display: unset;
    letter-spacing: 0.04em;
    line-height: 100%;
  }
}

/*# sourceMappingURL=main.css.map */
