@keyframes more_hover {
  0% {
    scale: 0 1;
  }
  100% {
    scale: 1 1;
  }
}
html {
  letter-spacing: 0.01em;
  font-size: min(0.715vw, 10px);
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  color: #141414;
  word-break: break-all;
}
@media (max-width: 768px) {
  html {
    font-size: min(1.334vw, 10px);
  }
}

body, h1, h2, h3, h4, p, figure, ul, ol, dl, dt, dd {
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.2s linear;
  cursor: pointer;
}
@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

input, button {
  font: inherit;
  transition: 0.2s linear;
}
input:focus, button:focus {
  transition: none;
}

img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}
img:not([width]) {
  width: 100%;
}
img:not([height]) {
  height: 100%;
}

svg {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

sup {
  font-size: 0.7em;
  vertical-align: top;
}

sub {
  font-size: 0.7em;
  vertical-align: baseline;
}

*, *::before, *::after {
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

.js-animation.fadeIn {
  opacity: 0;
  transition: opacity 0.4s linear;
}
.js-animation.fadeIn.is-animated {
  opacity: 1;
}
.js-animation.slideIn {
  position: relative;
  overflow: hidden;
}
.js-animation.slideIn > * {
  opacity: 0;
  translate: 0 30px;
  transition: opacity 0.4s linear, translate 0.4s ease-out;
}
.js-animation.slideIn.is-animated > * {
  opacity: 1;
  translate: 0 0;
}
.js-animation.slideUpIn {
  opacity: 0;
  translate: 0 30px;
  transition: opacity 0.4s linear, translate 0.4s ease-out;
}
.js-animation.slideUpIn.is-animated {
  opacity: 1;
  translate: 0 0;
}

.hover-line > *:not(svg) {
  position: relative;
}
.hover-line > *:not(svg)::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid;
  left: 0;
  right: 0;
  bottom: 1px;
  scale: 0 1;
  transform-origin: left center;
  transition: 0.2s linear;
  pointer-events: none;
}
.hover-line:hover > *:not(svg)::after, a:hover .hover-line > *:not(svg)::after {
  scale: 1 1;
}
a.hover-line {
  position: relative;
}
a.hover-line::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid;
  left: 0;
  right: 0;
  bottom: 1px;
  scale: 0 1;
  transform-origin: left center;
  transition: 0.2s linear;
  pointer-events: none;
}
a.hover-line:hover::after {
  scale: 1 1;
}
a.hover-line:has(*)::after {
  display: none;
}

.more-arrow {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1;
}
@media (min-width: 769px) {
  .more-arrow {
    column-gap: 0.667em;
    height: 1.334em;
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .more-arrow {
    column-gap: 0.75em;
    height: 1.438em;
    font-size: 3.2rem;
  }
}
.more-arrow > span {
  fill: none;
  border-radius: 50%;
  transition: 0.2s linear;
}
@media (min-width: 769px) {
  .more-arrow > span {
    width: 1.334em;
    height: 1.334em;
  }
}
@media (max-width: 768px) {
  .more-arrow > span {
    width: 1.438em;
    height: 1.438em;
  }
}
.more-arrow > p {
  position: relative;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}
.more-arrow > p::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid;
  left: 0;
  right: 0;
  bottom: -1px;
  transform-origin: left center;
  pointer-events: none;
}
a:hover > .more-arrow > p::after {
  scale: 0 1;
  animation: more_hover 0.2s linear 0.1s 1 forwards;
}
a.more-arrow:hover > p::after {
  scale: 0 1;
  animation: more_hover 0.2s linear 0.1s 1 forwards;
}

.more-arrow.col1 {
  color: #fff;
}
.more-arrow.col1 > span {
  background: #fdf002;
  stroke: #141414;
}
a:hover > .more-arrow.col1 > span {
  background: #b2243c;
  stroke: #fff;
}
a.more-arrow.col1:hover > span {
  background: #b2243c;
  stroke: #fff;
}

.more-arrow.col2 {
  color: #141414;
}
.more-arrow.col2 > span {
  background: #fdf002;
  stroke: #141414;
}
a:hover > .more-arrow.col2 > span {
  background: #b2243c;
  stroke: #fff;
}
a.more-arrow.col2:hover > span {
  background: #b2243c;
  stroke: #fff;
}

.more-arrow.col3 {
  color: #141414;
}
.more-arrow.col3 > span {
  background: #141414;
  stroke: #fff;
}
a:hover > .more-arrow.col3 > span {
  background: #b2243c;
}
a.more-arrow.col3:hover > span {
  background: #b2243c;
}

.more-arrow.col4 {
  color: #1e4aa0;
}
.more-arrow.col4 > span {
  background: #fdf002;
  stroke: #141414;
}
a:hover > .more-arrow.col4 > span {
  background: #b2243c;
  stroke: #fff;
}
a.more-arrow.col4:hover > span {
  background: #b2243c;
  stroke: #fff;
}

.header_outer {
  position: fixed;
  background: #fff;
  left: 0;
  right: 0;
  top: 0;
  z-index: 500;
  overflow: hidden;
}
.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 4rem;
}
@media (min-width: 769px) {
  .header_inner {
    column-gap: 3rem;
    height: 7rem;
  }
}
@media (max-width: 768px) {
  .header_inner {
    column-gap: 2.5rem;
    height: 11rem;
  }
}
.header_logo {
  flex-shrink: 0;
}
@media (min-width: 769px) {
  .header_logo {
    width: 22rem;
  }
}
@media (max-width: 768px) {
  .header_logo {
    width: 33rem;
  }
}
.header_logo:hover {
  opacity: 0.6;
}
.header_recruit {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fdf002;
  border-radius: 6.6rem;
  width: 16rem;
  height: 6.6rem;
  margin-left: auto;
  letter-spacing: 0.07em;
  line-height: 1.25;
  font-size: 2.4rem;
  font-weight: 500;
  cursor: pointer;
}
@media (min-width: 769px) {
  .header_recruit {
    display: none !important;
  }
}
.header_recruit:hover {
  background: #b2243c;
  color: #fff;
}

.nav_outer {
  z-index: 5;
}
@media (min-width: 769px) {
  .nav_outer {
    position: relative;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .nav_outer {
    position: fixed;
    background: #fdf002;
    height: 0;
    left: 0;
    right: 0;
    top: 11rem;
    overflow: hidden;
    transition: 0.2s linear;
  }
  .nav_outer.is-opened {
    height: calc(100dvh - 11rem);
  }
}
@media (max-width: 768px) {
  .nav_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 100dvh;
    padding: 7rem 0 15rem;
    overflow-y: auto;
  }
}
.nav_list {
  display: flex;
}
@media (min-width: 769px) {
  .nav_list {
    justify-content: flex-end;
    column-gap: 3rem;
  }
}
@media (max-width: 768px) {
  .nav_list {
    flex-direction: column;
    width: 58rem;
  }
}
.nav_list > li {
  display: flex;
  position: relative;
}
@media (min-width: 769px) {
  .nav_list > li {
    align-items: center;
    height: 7rem;
  }
  .nav_list > li:has(.js-navChildSwitch.is-opened)::after {
    content: "";
    position: absolute;
    background: #fdf002;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
    width: 1.6rem;
    height: 1.2rem;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    pointer-events: none;
  }
}
@media (max-width: 768px) {
  .nav_list > li {
    flex-direction: column;
    padding: 3.6rem 2rem;
  }
  .nav_list > li::before {
    content: "";
    position: absolute;
    border-bottom: 1px solid;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
  }
}
.nav_index {
  position: relative;
  letter-spacing: 0.05em;
  font-weight: 500;
  cursor: pointer;
}
@media (min-width: 769px) {
  .nav_index {
    line-height: 4.375;
    font-size: 1.6rem;
  }
  .nav_index::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid;
    left: 0;
    right: 0;
    bottom: 2.55rem;
    scale: 0 1;
    transform-origin: left center;
    transition: 0.2s linear;
    pointer-events: none;
  }
}
@media (max-width: 768px) {
  .nav_index {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.313;
    font-size: 3.2rem;
  }
  .nav_index:not(.js-navChildSwitch)::after {
    content: "";
    display: block;
    background-image: url(/wp-tonami/wp-content/themes/tonami/img/common/arrow02_k.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 2.6rem;
    height: 1.858rem;
  }
  .nav_index:is(.js-navChildSwitch)::before, .nav_index:is(.js-navChildSwitch)::after {
    content: "";
    display: block;
    background: #141414;
    width: 2.6rem;
    height: 1px;
  }
  .nav_index:is(.js-navChildSwitch)::before {
    position: absolute;
    right: 0;
    transform: rotateZ(90deg);
  }
  .nav_index:is(.js-navChildSwitch).is-opened::before {
    display: none;
  }
}
@media (min-width: 769px) {
  .nav_index:hover::after {
    scale: 1 1;
  }
}
.nav_child {
  height: 0;
  transition: 0.2s linear;
  overflow: hidden;
}
@media (min-width: 769px) {
  .nav_child {
    position: fixed;
    background: #fdf002;
    left: 0;
    right: 0;
    top: 7rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .nav_child {
    position: relative;
  }
}
.nav_child_list {
  display: flex;
}
@media (min-width: 769px) {
  .nav_child_list {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    column-gap: 4.5rem;
    min-height: 7rem;
    padding: 2.5rem 0;
  }
}
@media (max-width: 768px) {
  .nav_child_list {
    flex-direction: column;
    row-gap: 3.2rem;
    padding-top: 5.6rem;
  }
}
.nav_child_list > li {
  display: flex;
}
@media (min-width: 769px) {
  .nav_child_list > li {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .nav_child_list > li {
    flex-wrap: wrap;
    align-items: center;
    gap: 3.8rem 1.6rem;
  }
  .nav_child_list > li::before {
    content: "-";
    line-height: 0.667;
    font-size: 4.2rem;
    translate: 0 -10%;
    scale: 1 0.667;
  }
  .nav_child_list > li:has(a.top)::before {
    display: none;
  }
}
.nav_child_list > li .nav_child_items {
  width: 100%;
}
.nav_child_close {
  stroke: #141414;
  position: absolute;
  width: 1.8rem;
  height: 1.8rem;
  right: 4rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .nav_child_close {
    display: none !important;
  }
}
.nav_child_close:hover {
  opacity: 0.6;
}
.nav_child_items {
  display: grid;
}
@media (min-width: 769px) {
  .nav_child_items {
    grid-template-columns: auto auto;
    grid-template-rows: repeat(3, 1fr);
    gap: 1rem 4rem;
  }
}
@media (max-width: 768px) {
  .nav_child_items {
    row-gap: 3.2rem;
    padding-bottom: 2.6rem;
  }
}
.nav_child_items > li {
  position: relative;
}
@media (max-width: 768px) {
  .nav_child_items > li {
    display: flex;
    align-items: center;
    column-gap: 1.6rem;
  }
  .nav_child_items > li::before {
    content: "-";
    line-height: 0.667;
    font-size: 4.2rem;
    translate: 0 -10%;
    scale: 1 0.667;
  }
}
.nav_child_item {
  position: relative;
  letter-spacing: 0.07em;
  font-weight: 500;
}
@media (min-width: 769px) {
  .nav_child_item {
    line-height: 1.429;
    font-size: 1.4rem;
  }
  .nav_child_item::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid;
    left: 0;
    right: 0;
    bottom: 0.15rem;
    scale: 0 1;
    transform-origin: left center;
    transition: 0.2s linear;
    pointer-events: none;
  }
}
@media (max-width: 768px) {
  .nav_child_item {
    line-height: 1.429;
    font-size: 2.8rem;
  }
}
@media (min-width: 769px) {
  .nav_child_item:hover::after {
    scale: 1 1;
  }
}
.nav_link {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 500;
}
@media (min-width: 769px) {
  .nav_link {
    column-gap: 1rem;
    line-height: 1.25;
    font-size: 1.6rem;
  }
  .nav_link::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid;
    left: 0;
    right: 1.9rem;
    bottom: 0.05rem;
    scale: 0 1;
    transform-origin: left center;
    transition: 0.2s linear;
    pointer-events: none;
  }
}
@media (max-width: 768px) {
  .nav_link {
    line-height: 1.429;
    font-size: 2.8rem;
  }
}
.nav_link svg {
  stroke: #141414;
  fill: none;
  width: 0.9rem;
  height: 0.9rem;
}
@media (max-width: 768px) {
  .nav_link svg {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .nav_link:hover::after {
    scale: 1 1;
  }
}
@media (min-width: 769px) {
  .nav_search {
    position: absolute;
    left: 1rem;
    right: -5rem;
    bottom: 100%;
    transition: 0.2s ease;
  }
  .nav_search::before {
    content: "";
    position: absolute;
    background: #fdf002;
    width: 100vw;
    left: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
  }
  .nav_search.is-opened {
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .nav_search {
    position: relative;
    width: 58rem;
    margin-top: 9rem;
  }
}
.nav_search_inner {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .nav_search_inner {
    justify-content: flex-end;
    column-gap: 3rem;
    width: 100%;
    height: 7rem;
  }
}
.nav_search_form {
  display: flex;
}
@media (max-width: 768px) {
  .nav_search_form {
    width: 100%;
  }
}
.nav_search_form input, .nav_search_form button {
  border: 0;
}
@media (min-width: 769px) {
  .nav_search_form input, .nav_search_form button {
    height: 3.8rem;
  }
}
@media (max-width: 768px) {
  .nav_search_form input, .nav_search_form button {
    height: 10rem;
  }
}
.nav_search_text {
  background: #fff;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .nav_search_text {
    border-radius: 3.8rem 0 0 3.8rem;
    width: 28.3rem;
    padding: 0.9rem 1rem 0.9rem 2rem;
    line-height: 1.25;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .nav_search_text {
    border-radius: 10rem 0 0 10rem;
    width: 100%;
    padding: 3rem 3rem 3rem 4.5rem;
    line-height: 1.539;
    font-size: 2.6rem;
  }
}
.nav_search_text::placeholder {
  font-weight: 500;
  color: rgb(184.5, 184.5, 184.5);
}
.nav_search_text:focus {
  outline: 1px solid #b2243c;
  outline-offset: -1px;
}
.nav_search_submit {
  background-color: #141414;
  background-image: url(/wp-tonami/wp-content/themes/tonami/img/common/search01_w.svg);
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
  cursor: pointer;
}
@media (min-width: 769px) {
  .nav_search_submit {
    background-size: auto 52.632%;
    border-radius: 0 3.8rem 3.8rem 0;
    width: 6rem;
  }
}
@media (max-width: 768px) {
  .nav_search_submit {
    flex-shrink: 0;
    background-size: auto 34%;
    border-radius: 0 10rem 10rem 0;
    width: 11rem;
  }
}
.nav_search_submit:hover {
  background-color: #b2243c;
}
.nav_search_close {
  display: block;
  stroke: #141414;
  width: 1.8rem;
  height: 1.8rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .nav_search_close {
    display: none !important;
  }
}
.nav_search_close:hover {
  opacity: 0.6;
}
.nav_search_open {
  flex-shrink: 0;
  display: block;
  position: relative;
  fill: #141414;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .nav_search_open {
    display: none !important;
  }
}
.nav_search_open:hover {
  opacity: 0.6;
}
.nav_sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 9rem;
}
@media (min-width: 769px) {
  .nav_sns {
    display: none !important;
  }
}
.nav_sns_link {
  display: block;
}
.nav_sns_link:hover {
  opacity: 0.6;
}
.nav_sns_link.youtube {
  width: 9rem;
}
.nav_close {
  display: block;
  stroke: #141414;
  stroke-width: 0.15rem;
  width: 5rem;
  height: 5rem;
  margin-top: 12rem;
  cursor: pointer;
}
@media (min-width: 769px) {
  .nav_close {
    display: none !important;
  }
}
.nav_switch {
  position: relative;
  width: 8rem;
  cursor: pointer;
}
@media (min-width: 769px) {
  .nav_switch {
    display: none !important;
  }
}
.nav_switch::before {
  content: "";
  display: none;
  position: absolute;
  background-image: url(/wp-tonami/wp-content/themes/tonami/img/common/nav_close.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  inset: 0;
}
.nav_switch.is-opened::before {
  display: block;
}
.nav_switch.is-opened img {
  opacity: 0;
}

.footer_outer {
  background: #f4f5f5;
}
@media (min-width: 769px) {
  .footer_outer {
    padding: 8rem 10px 5rem;
  }
}
@media (max-width: 768px) {
  .footer_outer {
    padding: 6rem 10px 8rem;
  }
}
.footer_inner {
  display: grid;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .footer_inner {
    grid-template-columns: 1fr 26.4rem;
    max-width: 120rem;
  }
}
@media (max-width: 768px) {
  .footer_inner {
    max-width: 66rem;
  }
}
.footer_nav {
  display: flex;
}
@media (min-width: 769px) {
  .footer_nav {
    grid-column: 1/3;
    padding-bottom: 11rem;
  }
}
@media (max-width: 768px) {
  .footer_nav {
    flex-direction: column;
  }
}
.footer_nav_list {
  display: flex;
  width: 100%;
}
@media (min-width: 769px) {
  .footer_nav_list {
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .footer_nav_list {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .footer_nav_list > li {
    border-bottom: 1px solid #dcdcdc;
    padding: 3.6rem 2rem 4rem;
  }
}
.footer_nav_index {
  position: relative;
  letter-spacing: 0.07em;
  font-weight: 500;
}
@media (min-width: 769px) {
  .footer_nav_index {
    line-height: 1.375;
    font-size: 1.6rem;
  }
  .footer_nav_index::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0.2rem;
    scale: 0 1;
    transform-origin: left center;
    transition: 0.2s linear;
  }
}
@media (max-width: 768px) {
  .footer_nav_index {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.4;
    font-size: 3rem;
  }
  .footer_nav_index:not(.js-navChildSwitch)::after {
    content: "";
    display: block;
    background-image: url(/wp-tonami/wp-content/themes/tonami/img/common/arrow02_k.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 2.6rem;
    height: 1.858rem;
  }
  .footer_nav_index.js-navChildSwitch {
    cursor: pointer;
  }
  .footer_nav_index.js-navChildSwitch::before, .footer_nav_index.js-navChildSwitch::after {
    content: "";
    display: block;
    background: #141414;
    width: 2.6rem;
    height: 1px;
  }
  .footer_nav_index.js-navChildSwitch::before {
    position: absolute;
    right: 0;
    transform: rotateZ(90deg);
  }
  .footer_nav_index.js-navChildSwitch.is-opened::before {
    display: none;
  }
}
@media (min-width: 769px) {
  .footer_nav_index[href]:hover::after {
    scale: 1 1;
  }
}
.footer_nav_child {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .footer_nav_child {
    row-gap: 0.9rem;
    margin-top: 1.8rem;
  }
}
@media (max-width: 768px) {
  .footer_nav_child {
    row-gap: 3.2rem;
    height: 0;
    transition: 0.2s linear;
    overflow: hidden;
  }
}
.footer_nav_child > li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 769px) {
  .footer_nav_child > li {
    column-gap: 1rem;
  }
}
@media (max-width: 768px) {
  .footer_nav_child > li {
    column-gap: 2rem;
  }
  .footer_nav_child > li:first-of-type {
    margin-top: 5.4rem;
  }
  .footer_nav_child > li:last-of-type {
    margin-bottom: 3.2rem;
  }
  .footer_nav_child > li:has(a.top)::before {
    display: none;
  }
}
.footer_nav_child > li::before {
  content: "-";
  display: block;
  color: #666;
  translate: 0 -10%;
  scale: 1 0.667;
}
@media (min-width: 769px) {
  .footer_nav_child > li::before {
    line-height: 0.667;
    font-size: 2.1rem;
  }
}
@media (max-width: 768px) {
  .footer_nav_child > li::before {
    line-height: 0.667;
    font-size: 4.2rem;
  }
}
.footer_nav_child > li .footer_nav_items {
  width: 100%;
}
.footer_nav_items {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .footer_nav_items {
    row-gap: 0.9rem;
    margin-top: 0.9rem;
  }
}
@media (max-width: 768px) {
  .footer_nav_items {
    row-gap: 3.2rem;
    margin-top: 3rem;
    margin-bottom: 2.8rem;
  }
}
.footer_nav_items > li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 769px) {
  .footer_nav_items > li {
    column-gap: 1rem;
  }
}
@media (max-width: 768px) {
  .footer_nav_items > li {
    column-gap: 2rem;
  }
}
.footer_nav_items > li::before {
  content: "-";
  display: block;
  color: #666;
  translate: 0 -10%;
  scale: 1 0.667;
}
@media (min-width: 769px) {
  .footer_nav_items > li::before {
    line-height: 0.667;
    font-size: 2.1rem;
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .footer_nav_items > li::before {
    line-height: 0.667;
    font-size: 4.2rem;
  }
}
.footer_nav_items > li .footer_nav_items {
  width: 100%;
}
.footer_nav_link {
  display: flex;
  align-items: center;
  position: relative;
  letter-spacing: 0.07em;
  font-weight: 500;
  color: #666;
}
@media (min-width: 769px) {
  .footer_nav_link {
    line-height: 1.429;
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .footer_nav_link {
    line-height: 1.358;
    font-size: 2.8rem;
  }
}
.footer_nav_link::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid;
  width: 100%;
  height: 0;
  left: 0;
  scale: 0 1;
  transform-origin: left center;
  transition: 0.2s linear;
}
@media (min-width: 769px) {
  .footer_nav_link::before {
    bottom: 0.2rem;
  }
}
@media (min-width: 769px) {
  .footer_nav_link[target=_blank]::before {
    width: calc(100% - 1.5rem);
  }
}
.footer_nav_link[target=_blank]::after {
  content: "";
  display: block;
  background-image: url(/wp-tonami/wp-content/themes/tonami/img/common/blank01_gr.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 769px) {
  .footer_nav_link[target=_blank]::after {
    width: 1rem;
    height: 1rem;
    margin-left: 0.5rem;
  }
}
@media (min-width: 769px) {
  .footer_nav_link:hover::before {
    scale: 1 1;
  }
}
.footer_outline {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .footer_outline {
    grid-row: 2/3;
  }
}
@media (max-width: 768px) {
  .footer_outline {
    align-items: center;
    padding-top: 10rem;
  }
}
@media (min-width: 769px) {
  .footer_logo {
    width: 25rem;
  }
}
@media (max-width: 768px) {
  .footer_logo {
    width: 46rem;
  }
}
.footer_logo:hover {
  opacity: 0.6;
}
.footer_utility {
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  .footer_utility {
    padding-top: 3.5rem;
  }
}
@media (max-width: 768px) {
  .footer_utility {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 2.4rem;
    width: 66rem;
    padding-top: 9.5rem;
  }
}
.footer_utility > li {
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 769px) {
  .footer_utility > li {
    padding: 0 1.3rem;
  }
  .footer_utility > li:first-of-type {
    padding-left: 0;
  }
  .footer_utility > li:first-of-type::before {
    display: none;
  }
  .footer_utility > li:last-of-type {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .footer_utility > li {
    padding: 0 3rem;
  }
  .footer_utility > li:nth-of-type(2n+1)::before {
    display: none;
  }
}
.footer_utility > li::before {
  content: "|";
  position: absolute;
  left: 0;
  top: 0;
  color: #666;
}
@media (min-width: 769px) {
  .footer_utility > li::before {
    line-height: 2.231;
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .footer_utility > li::before {
    line-height: 1.667;
    font-size: 2.4rem;
    font-weight: 500;
  }
}
.footer_utility_link {
  position: relative;
  letter-spacing: 0.07em;
  color: #666;
}
@media (min-width: 769px) {
  .footer_utility_link {
    line-height: 2.231;
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .footer_utility_link {
    line-height: 1.667;
    font-size: 2.4rem;
    font-weight: 500;
  }
}
.footer_utility_link::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid;
  width: 100%;
  height: 0;
  left: 0;
  scale: 0 1;
  transform-origin: left center;
  transition: 0.2s linear;
}
@media (min-width: 769px) {
  .footer_utility_link::after {
    bottom: 0.7rem;
  }
}
@media (max-width: 768px) {
  .footer_utility_link::after {
    bottom: 0.6rem;
  }
}
@media (min-width: 769px) {
  .footer_utility_link:hover::after {
    scale: 1 1;
  }
}
.footer_sns {
  display: flex;
}
@media (min-width: 769px) {
  .footer_sns {
    padding-top: 2.5rem;
  }
}
@media (max-width: 768px) {
  .footer_sns {
    align-items: center;
    padding-top: 6rem;
  }
}
.footer_sns > li {
  display: flex;
}
.footer_sns_link {
  display: block;
}
.footer_sns_link:hover {
  opacity: 0.6;
}
@media (min-width: 769px) {
  .footer_sns_link.youtube {
    width: 4rem;
  }
}
@media (max-width: 768px) {
  .footer_sns_link.youtube {
    width: 9rem;
  }
}
.footer_relation {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .footer_relation {
    grid-row: 2/3;
    justify-content: flex-end;
    row-gap: 0.8rem;
  }
}
@media (max-width: 768px) {
  .footer_relation {
    grid-row: 2/3;
    align-items: center;
    row-gap: 2rem;
    padding-top: 12rem;
  }
}
.footer_relation_link {
  background: #fff;
}
@media (min-width: 769px) {
  .footer_relation_link {
    border-radius: 1.1rem;
  }
}
@media (max-width: 768px) {
  .footer_relation_link {
    border-radius: 1.8rem;
    width: 64rem;
  }
}
.footer_relation_link:hover {
  opacity: 0.6;
}
.footer_caption {
  position: relative;
}
@media (min-width: 769px) {
  .footer_caption {
    grid-column: 1/3;
    grid-row: 3/4;
    padding-top: 3rem;
  }
}
@media (max-width: 768px) {
  .footer_caption {
    padding-top: 7rem;
  }
}
.footer_copyright {
  letter-spacing: 0.03em;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  color: #666;
}
@media (min-width: 769px) {
  .footer_copyright {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .footer_copyright {
    font-size: 2rem;
    text-align: center;
  }
}

.main_outer {
  position: relative;
}
@media (min-width: 769px) {
  .main_outer {
    padding-top: 7rem;
  }
}
@media (max-width: 768px) {
  .main_outer {
    padding-top: 11rem;
  }
}
.main_inner {
  position: relative;
}