@charset "UTF-8";
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
}

dt {
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
  padding: 0;
  vertical-align: bottom;
  line-height: 1;
}

table {
  border-collapse: collapse;
  margin: 1.5em 0;
  table-layout: fixed;
  text-align: left;
  width: 100%;
}

thead {
  line-height: 1.5;
  vertical-align: bottom;
}

tbody {
  vertical-align: top;
}

tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

th {
  font-weight: 600;
}

th,
td {
  padding: 0.75em 0.75em 0.75em 0;
}

html {
  color: #000000;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 62.5%;
  font-weight: 500;
  line-height: 2.33;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media (max-width: 767px) {
  html {
    font-size: 2.666vw;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
body {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.1em;
  min-width: 1270px;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
    min-width: inherit;
  }
}

h1 {
  font-size: 1.25em;
  line-height: 1.5;
  margin: 0;
  font-weight: 600;
}

h2,
h3,
h4,
h5,
h6 {
  font-size: 1.25em;
  line-height: 1.5;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 767px) {
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 1em;
  }
}

p {
  margin: 0;
}

a {
  text-decoration-skip: ink;
  -webkit-transition: color 150ms ease, opacity 0.3s;
  transition: color 150ms ease, opacity 0.3s;
  text-decoration: none;
  outline: none;
  color: #000000;
}
a img {
  border: none;
}
a:focus {
  outline: none;
  outline-offset: 0;
}

hr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

address {
  font-style: normal;
}

img {
  height: auto;
}

@media all and (-ms-high-contrast: none) {
  img[src$=".svg"] {
    max-width: 100%;
    height: auto;
  }
}
html {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFF;
}
@media (min-width: 768px) {
  html {
    width: 100%;
    overflow-x: auto;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
}

@media (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
}

video {
  display: block;
}

picture {
  display: inline-block;
}

@media (max-width: 767px) {
  li a {
    width: 100%;
    display: block;
  }
}
li a:hover {
  opacity: 0.7;
}

#loader-bg {
  background-color: #FFF;
  position: fixed;
  z-index: 9999;
  width: 100vw;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
}

.loaded #loader-bg {
  opacity: 0;
  visibility: hidden;
  text-align: center;
  background-color: #FFF;
  -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.loading #loader-bg {
  background-color: #FFF;
  margin: 0;
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 99999;
  opacity: 1;
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: opacity 2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.open-anime {
  -webkit-animation: 1s openanime ease forwards;
          animation: 1s openanime ease forwards;
  height: auto;
  width: 532px;
}
@media (max-width: 767px) {
  .open-anime {
    width: 58.6666666667vw;
  }
}

@-webkit-keyframes openanime {
  0% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes openanime {
  0% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.circle-anime {
  position: relative;
  display: inline-block;
  margin: 0 10px 20px 10px;
  text-decoration: none;
  color: #333;
  outline: none;
}
.circle-anime::before {
  content: "";
  position: absolute;
  left: 30%;
  top: 0;
  border: 1px solid #333;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  opacity: 1;
  -webkit-animation: 1.3s circleanime infinite;
          animation: 1.3s circleanime infinite;
}

@-webkit-keyframes circleanime {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes circleanime {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes loadAnimeEnd {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes loadAnimeEnd {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.onward .open-anime {
  display: none;
}

.first .circle-anime {
  display: none;
}

#selectLanguage {
  font-family: aw-conqueror-didot, serif;
  opacity: 0;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 1.4em;
  -webkit-transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
  transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
}
@media (max-width: 767px) {
  #selectLanguage {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.25;
  }
}
#selectLanguage span, #selectLanguage a {
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
#selectLanguage span:hover, #selectLanguage a:hover {
  opacity: 0.6;
}
.wf-active #selectLanguage {
  opacity: 1;
}

body > div.page {
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body > div.page {
    min-width: 100%;
  }
}
@media (min-width: 768px) {
  body > div.page main {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  body > div.page main {
    margin-top: 17.0666666667vw;
  }
}
body > div.page .section_sub a {
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body > div.page .section_sub a:hover {
  text-decoration: none;
}

#section_page__inner {
  padding: 5em 0 10em;
}
@media (max-width: 767px) {
  #section_page__inner {
    padding: 2em 0 4em;
  }
}
#section_page__inner h2 {
  margin: 2em 0 0.8em;
}

.breadcrumb {
  background: #f5f5f5;
}
@media (min-width: 768px) {
  .breadcrumb {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .breadcrumb {
    margin-top: 18.1333333333vw;
  }
}
.breadcrumb_link {
  max-width: 1270px;
  padding-right: 35px;
  padding-left: 35px;
  margin-right: auto;
  margin-left: auto;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 2;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .breadcrumb_link {
    width: 100%;
    padding-right: 4.8vw;
    padding-left: 4.8vw;
  }
}
@media (max-width: 767px) {
  .breadcrumb_link {
    font-size: 10px;
    font-size: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.breadcrumb_link .current {
  text-transform: capitalize;
  word-break: break-all;
}
.breadcrumb_link a:first-of-type:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url("../images/common/ico_breadcrumb.svg") no-repeat center top/contain;
  margin-right: 1em;
}
@media (min-width: 768px) {
  .breadcrumb_link a:first-of-type:before {
    height: 15px;
    width: 15px;
  }
}
@media (max-width: 767px) {
  .breadcrumb_link a:first-of-type:before {
    height: 4.6vw;
    width: 4.6vw;
  }
}
.breadcrumb_link a:hover {
  opacity: 0.7;
}

.pc {
  display: block !important;
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.pc-inline {
  display: inline !important;
}
@media (max-width: 767px) {
  .pc-inline {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media (max-width: 767px) {
  .sp {
    display: block !important;
  }
}
.sp-inline {
  display: none !important;
}
@media (max-width: 767px) {
  .sp-inline {
    display: inline !important;
  }
}

#fb-root {
  display: none;
}

#header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background: #FFFFFF;
  border-bottom: 1px solid #bebebe;
}
@media (min-width: 768px) {
  #header {
    min-width: 1270px;
  }
}
@media (max-width: 767px) {
  #header {
    height: 17.0666666667vw;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media (max-width: 767px) {
  #header.open #header_logo {
    display: none;
  }
}
#header #header_logo {
  position: absolute;
  top: 40px;
  left: 35px;
  width: 312px;
  z-index: 100;
}
@media (max-width: 767px) {
  #header #header_logo {
    top: 5.3333333333vw;
    left: 5.3333333333vw;
    width: 41.0666666667vw;
  }
}
#header #header_logo a {
  display: block;
  line-height: 0;
}
#header #header_logo .header_logo {
  -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.5s ease 1s;
  transition: opacity 0.3s ease 0s, -webkit-transform 0.5s ease 1s;
  transition: opacity 0.3s ease 0s, transform 0.5s ease 1s;
  transition: opacity 0.3s ease 0s, transform 0.5s ease 1s, -webkit-transform 0.5s ease 1s;
  opacity: 1;
  vertical-align: top;
  width: 100%;
  display: block;
}
#header #header_logo .header_logo:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  #header .header__inner {
    z-index: 9999;
  }
}
@media (max-width: 767px) {
  #header .header__inner {
    position: fixed;
    height: 0;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
  }
}
@media (min-width: 768px) {
  #header .header__inner .sp_language_btn {
    display: none;
  }
}
@media (max-width: 767px) {
  #header .header__inner .sp_language_btn a {
    visibility: visible;
    opacity: 1;
    position: fixed;
    top: 4.2666666667vw;
    right: 16vw;
    display: block !important;
    border: 1px solid #000000;
    padding: 1em 1em;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1;
  }
  #header .header__inner .sp_language_btn a:hover {
    background: #000000;
    color: #9b9b9b;
  }
  #header .header__inner .sp_language_btn a:hover .link {
    color: #FFFFFF;
  }
}
#header .header__inner .nav__default {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: visible;
}
@media (min-width: 768px) {
  #header .header__inner .nav__default {
    padding: 46px 35px 30px;
    width: 100%;
  }
}
#header .header__inner .nav__default a {
  color: #000000;
  display: block;
}
@media (max-width: 767px) {
  #header .header__inner .nav__fixed {
    display: block;
    height: 92px;
    width: 89.3333333333vw;
  }
  #header .header__inner .nav__fixed nav {
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #header .header__inner .nav__fixed nav > ul {
    display: block;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #header .header__inner .nav__fixed nav > ul {
    margin: 16vw 0 8vw;
  }
}
@media (max-width: 767px) {
  #header .header__inner .nav__fixed nav > ul li {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #header .header__inner .nav__fixed nav > ul li {
    margin-bottom: 6.6666666667vw;
  }
}
@media (max-width: 767px) {
  #header .header__inner .nav__fixed nav > ul li a .en {
    font-size: 20px;
    font-size: 2rem;
  }
  #header .header__inner .nav__fixed .nav_btn {
    visibility: hidden;
  }
}
#header .header__inner #nav {
  position: relative;
}
@media (max-width: 767px) {
  #header .header__inner #nav {
    height: 0;
    display: block;
    overflow: scroll;
    min-height: -webkit-fill-available;
    width: 89.3333333333vw;
    background: #FFFFFF;
  }
}
@media (min-width: 768px) {
  #header .header__inner #nav .nav__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#header .header__inner #nav nav {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  visibility: visible;
  opacity: 1;
}
@media (min-width: 768px) {
  #header .header__inner #nav nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 2em;
    gap: 30px;
  }
}
#header .header__inner #nav nav > ul li a {
  position: relative;
  display: block;
}
#header .header__inner #nav nav > ul li a span {
  display: block;
  letter-spacing: 0.1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header .header__inner #nav nav > ul li a .en {
  font-weight: 300;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (min-width: 768px) {
  #header .header__inner #nav nav > ul li a .en {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2.3076923077;
  }
}
@media (max-width: 767px) {
  #header .header__inner #nav nav > ul li a .en {
    font-size: 20px;
    font-size: 2rem;
  }
}
#header .header__inner #nav nav > ul li a .ja {
  opacity: 0;
  -webkit-transform: translateY(1em);
          transform: translateY(1em);
  position: absolute;
  top: 0;
  right: -1.5em;
  bottom: 0;
  left: -1.5em;
  margin: auto;
  text-align: center;
}
@media (min-width: 768px) {
  #header .header__inner #nav nav > ul li a .ja {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2.5;
  }
}
@media (max-width: 767px) {
  #header .header__inner #nav nav > ul li a .ja {
    right: auto;
    left: 0;
    font-size: 20px;
    font-size: 2rem;
  }
}
#header .header__inner #nav nav > ul li a:hover .en {
  opacity: 0;
  -webkit-transform: translateY(-1em);
          transform: translateY(-1em);
}
#header .header__inner #nav nav > ul li a:hover .ja {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#header .header__inner #nav nav > ul li.nav_parent:hover .nav_child {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}
@media (max-width: 767px) {
  #header .header__inner #nav nav > ul li.nav_parent .en:after {
    content: "+";
  }
}
@media (max-width: 767px) {
  #header .header__inner #nav nav > ul li.nav_parent.show .en:after {
    content: "-";
  }
}
#header .header__inner #nav nav > ul li.nav_parent .nav_child {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  #header .header__inner #nav nav > ul li.nav_parent .nav_child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 99px;
    right: 0;
    left: 0;
    z-index: -10;
    background: rgba(241, 241, 241, 0.5);
    text-align: center;
    pointer-events: none;
  }
}
@media (min-width: 768px) and (max-width: 1450px) {
  #header .header__inner #nav nav > ul li.nav_parent .nav_child {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 10%;
    padding-left: 10%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (min-width: 768px) and (max-width: 1150px) {
  #header .header__inner #nav nav > ul li.nav_parent .nav_child {
    padding-right: 0;
    padding-left: 0;
    min-width: 1000px;
    right: 0;
    left: auto;
    width: 100vw;
  }
}
@media (max-width: 767px) {
  #header .header__inner #nav nav > ul li.nav_parent .nav_child {
    padding: 1.5em 0 1em;
    opacity: 1;
    display: none;
  }
}
#header .header__inner #nav nav > ul li.nav_parent li {
  position: relative;
}
@media (min-width: 768px) {
  #header .header__inner #nav nav > ul li.nav_parent li {
    padding: 1.7em 0 1.3em;
    margin: 0 4em;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1450px) {
  #header .header__inner #nav nav > ul li.nav_parent li {
    min-width: 180px;
  }
}
@media (max-width: 767px) {
  #header .header__inner #nav nav > ul li.nav_parent li + li {
    margin: 1.8em 0 0;
  }
}
@media (min-width: 768px) {
  #header .header__inner #nav nav > ul li.nav_parent li a {
    padding-right: 3em;
  }
}
#header .header__inner #nav nav > ul li.nav_parent li a .ja {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4666666667;
}
@media (max-width: 767px) {
  #header .header__inner #nav nav > ul li.nav_parent li a .ja {
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 0.2em;
  }
}
@media (max-width: 767px) {
  #header .header__inner #nav nav > ul li.nav_parent li a .ja:before {
    content: "－";
  }
}
#header .header__inner #nav nav > ul li.nav_parent li a .en {
  color: #4472a3;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.2;
}
@media (max-width: 767px) {
  #header .header__inner #nav nav > ul li.nav_parent li a .en {
    display: none;
  }
}
@media (min-width: 768px) {
  #header .header__inner #nav nav > ul li.nav_parent li a:after {
    content: "";
    display: inline-block;
    height: 8px;
    width: 8px;
    border-right: 2px solid #4470a3;
    border-bottom: 2px solid #4470a3;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
#header .header__inner #nav nav > ul li.nav_parent li a:hover {
  opacity: 0.6;
}
#header .header__inner #nav .nav_btn {
  background: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 19px;
  gap: 30px;
  opacity: 1;
}
#header .header__inner #nav .sns_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 19px;
}
#header .header__inner #nav .sns_link li {
  width: 20px;
}
#header .header__inner #nav .sns_link li a {
  line-height: 1;
}
#header .header__inner #nav .language_btn {
  line-height: 1;
}
#header .header__inner #nav .language_btn .link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#header .header__inner #nav .language_btn:hover .link {
  opacity: 0.5;
}
#header .header__inner #nav .language_link {
  display: none;
}
#header .header__inner #btn_menu_area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 30000;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  position: fixed;
  top: 18px;
  right: 35px;
  width: 40px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  #header .header__inner #btn_menu_area {
    visibility: hidden;
    opacity: 0;
  }
}
@media (max-width: 767px) {
  #header .header__inner #btn_menu_area {
    opacity: 1;
    width: 8.5333333333vw;
    top: 4.8vw;
    right: 4vw;
  }
}
#header .header__inner #btn_menu_area:hover #btn_menu span:before {
  background: rgb(76.5, 76.5, 76.5);
}
#header .header__inner #btn_menu_area #btn_menu {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: auto;
  text-align: center;
  background: #000000;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  #header .header__inner #btn_menu_area #btn_menu {
    height: 40px;
    width: 40px;
  }
}
@media (max-width: 767px) {
  #header .header__inner #btn_menu_area #btn_menu {
    height: 8.5333333333vw;
    width: 8.5333333333vw;
  }
}
#header .header__inner #btn_menu_area #btn_menu span {
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: 11px;
  height: 2px;
  width: 18px;
  background-color: #FFFFFF;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (max-width: 767px) {
  #header .header__inner #btn_menu_area #btn_menu span {
    width: 3.7333333333vw;
    right: 2.4vw;
  }
}
#header .header__inner #btn_menu_area #btn_menu span:nth-of-type(1) {
  top: 19px;
}
@media (max-width: 767px) {
  #header .header__inner #btn_menu_area #btn_menu span:nth-of-type(1) {
    top: 4vw;
  }
}
#header .header__inner #btn_menu_area p {
  color: #000000;
  margin-top: 6px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#header .header__inner .nav__default {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  #header .header__inner .nav__default {
    display: none;
  }
}
#header .header__inner .nav__default .nav_btn {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media (min-width: 768px) {
  #header .header__inner .nav__fixed {
    display: none;
  }
}
#header .header__inner .nav__fixed .nav_btn {
  visibility: hidden;
  opacity: 0;
}
#header.fixed {
  background: #FFFFFF;
}
@media (min-width: 768px) {
  #header.fixed {
    min-height: 92px;
  }
}
#header.fixed .header__inner {
  background: rgba(0, 0, 0, 0);
  -webkit-transition: background 0.3s, bottom 1s 1s, height 0.4s;
  transition: background 0.3s, bottom 1s 1s, height 0.4s;
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  height: 0;
}
@media (min-width: 768px) {
  #header.fixed .header__inner {
    padding: 46px 35px;
  }
}
#header.fixed #header_logo {
  width: 160px;
}
@media (max-width: 767px) {
  #header.fixed #header_logo {
    width: 41.0666666667vw;
  }
}
#header.fixed #nav .nav__inner .nav__default {
  padding: 0;
}
@media (min-width: 768px) {
  #header.fixed #nav .nav__inner .nav__default nav {
    position: fixed;
    top: 25px;
    right: 250px;
    -webkit-animation: navfixed 0.4s ease 0s forwards;
            animation: navfixed 0.4s ease 0s forwards;
  }
  @-webkit-keyframes navfixed {
    0% {
      top: 25px;
      opacity: 1;
    }
    100% {
      top: 0;
      opacity: 0;
    }
  }
  @keyframes navfixed {
    0% {
      top: 25px;
      opacity: 1;
    }
    100% {
      top: 0;
      opacity: 0;
    }
  }
}
#header.fixed #nav .nav__inner .nav__default nav > .nav_btn {
  position: fixed;
  top: 25px;
  right: 95px;
  visibility: visible;
  opacity: 1;
  z-index: 999;
  -webkit-animation: nav_btn_fixed 0.3s ease 0s forwards;
          animation: nav_btn_fixed 0.3s ease 0s forwards;
}
@-webkit-keyframes nav_btn_fixed {
  0% {
    top: 60px;
    opacity: 0;
  }
  100% {
    top: 25px;
    opacity: 1;
  }
}
@keyframes nav_btn_fixed {
  0% {
    top: 60px;
    opacity: 0;
  }
  100% {
    top: 25px;
    opacity: 1;
  }
}
#header.fixed #nav .nav__inner .nav__default .nav_btn {
  position: absolute;
  right: 60px;
  right: 80px;
}
@media (min-width: 768px) {
  #header.fixed #nav .nav__inner .nav__fixed {
    display: block;
    position: fixed;
    top: 0;
    right: 18vw;
    left: 18vw;
    height: 92px;
    max-width: 1270px;
    width: 64vw;
  }
}
@media (min-width: 768px) {
  #header.fixed #nav .nav__inner .nav__fixed nav {
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #header.fixed #nav .nav__inner .nav__fixed nav > ul {
    display: block;
    margin-bottom: 60px;
  }
  #header.fixed #nav .nav__inner .nav__fixed nav > ul li {
    margin-bottom: 15px;
  }
  #header.fixed #nav .nav__inner .nav__fixed nav > ul li a .en {
    font-size: 20px;
    font-size: 2rem;
  }
  #header.fixed #nav .nav__inner .nav__fixed nav > ul li a .ja {
    font-size: 20px;
    font-size: 2rem;
    left: 0;
    right: auto;
  }
}
#header.fixed #nav .nav__inner .nav__fixed nav .nav_btn {
  visibility: hidden;
}
#header.fixed #nav .nav__inner .nav_btn {
  background: #FFFFFF;
  padding: 0;
  gap: 25px;
  visibility: visible;
  opacity: 1;
}
#header.fixed #nav .nav__inner .language_btn a {
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  border: 1px solid #000000;
  padding: 0.7em 0.9em;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
#header.fixed #nav .nav__inner .language_btn:hover {
  opacity: 1;
}
#header.fixed #nav .nav__inner .language_btn:hover a {
  background: #000000;
  color: #9b9b9b;
}
#header.fixed #nav .nav__inner .language_btn:hover a .link {
  opacity: 1;
  color: #FFFFFF;
}
#header.fixed #btn_menu_area {
  visibility: visible;
  opacity: 1;
}
#header.close #btn_menu_area p.close {
  visibility: visible;
  opacity: 1;
  height: auto;
}
@media (max-width: 767px) {
  #header.close #btn_menu_area p.close {
    opacity: 0;
  }
}
@media (min-width: 768px) {
  #header.close #nav {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  #header.close #nav {
    -webkit-animation: header_nemu_close 0.3s ease 0s forwards;
            animation: header_nemu_close 0.3s ease 0s forwards;
  }
  @-webkit-keyframes header_nemu_close {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
      height: 100vh;
    }
    100% {
      -webkit-transform: translateY(-100px);
              transform: translateY(-100px);
      opacity: 0;
      height: 0;
      visibility: hidden;
    }
  }
  @keyframes header_nemu_close {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
      height: 100vh;
    }
    100% {
      -webkit-transform: translateY(-100px);
              transform: translateY(-100px);
      opacity: 0;
      height: 0;
      visibility: hidden;
    }
  }
}
@media (max-width: 767px) {
  #header.close #nav ul li {
    display: none;
  }
}
#header.close #nav .nav__fixed ul {
  opacity: 0;
}
#header.close #nav .nav__fixed .nav_btn {
  display: none;
}
@media (max-width: 767px) {
  #header.close .logo img {
    display: none;
  }
}
@media (max-width: 767px) {
  #header.open #btn_menu_area #btn_menu span {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media (max-width: 767px) {
  #header.open #btn_menu_area p.open {
    visibility: visible;
    opacity: 1;
    height: auto;
  }
}
@media (max-width: 767px) {
  #header.open #btn_menu_area p.close {
    visibility: hidden;
    opacity: 0;
    height: 0;
    margin: 0;
  }
}
@media (max-width: 767px) {
  #header.open .header__inner {
    padding: 0 5.3333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #FFFFFF;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
  }
}
@media (max-width: 767px) {
  #header.open #nav {
    height: 100vh;
    -webkit-animation: header_nemu_open 0.3s ease 0s forwards;
            animation: header_nemu_open 0.3s ease 0s forwards;
  }
  @-webkit-keyframes header_nemu_open {
    0% {
      -webkit-transform: translateY(-100px);
              transform: translateY(-100px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes header_nemu_open {
    0% {
      -webkit-transform: translateY(-100px);
              transform: translateY(-100px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  #header.open #nav .nav__fixed {
    position: relative;
    height: auto;
  }
  #header.open #nav .nav__fixed nav {
    opacity: 1;
    visibility: visible;
  }
  #header.open #nav .nav__fixed .nav_btn {
    background: #FFFFFF;
    display: block;
    padding: 0;
    visibility: visible;
    opacity: 1;
  }
  #header.open #nav .nav__fixed .sns_link {
    padding: 2.6666666667vw 0;
    border-top: 1px solid #e5e6e6;
    border-bottom: 1px solid #e5e6e6;
  }
  #header.open #nav .nav__fixed .sns_link li a {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
  }
  #header.open #nav .nav__fixed .language_btn {
    display: none;
  }
  #header.open #nav .nav__fixed .language_link {
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    margin-top: 6.6666666667vw;
  }
  #header.open #nav .nav__fixed .language_link a:hover {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  #header.open.fixed .header__inner {
    padding: 46px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #FFFFFF;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
  }
}
#header.open.fixed #header_logo {
  width: 160px;
}
#header.open.fixed #btn_menu_area {
  display: block;
}
#header.open.fixed #btn_menu_area #btn_menu span {
  display: block;
  background: #FFF;
}
#header.open.fixed #btn_menu_area #btn_menu span:nth-of-type(1) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#header.open.fixed #nav {
  opacity: 1;
  visibility: visible;
  position: relative;
}
@media (min-width: 768px) {
  #header.open.fixed #nav {
    -webkit-animation: header_nemu_open 0.3s ease 0s forwards;
            animation: header_nemu_open 0.3s ease 0s forwards;
  }
  @-webkit-keyframes header_nemu_open {
    0% {
      -webkit-transform: translateY(-100px);
              transform: translateY(-100px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes header_nemu_open {
    0% {
      -webkit-transform: translateY(-100px);
              transform: translateY(-100px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
}
@media (min-width: 768px) {
  #header.open.fixed #nav .nav__inner {
    display: block;
  }
  #header.open.fixed #nav .nav__inner .nav__default > .nav_btn {
    visibility: hidden;
  }
  #header.open.fixed #nav .nav__inner .nav__fixed {
    position: relative;
    height: auto;
  }
  #header.open.fixed #nav .nav__inner .nav__fixed nav {
    opacity: 1;
    visibility: visible;
  }
  #header.open.fixed #nav .nav__inner .nav__fixed .nav_btn {
    background: #FFFFFF;
    display: block;
    padding: 0;
    visibility: visible;
    opacity: 1;
  }
  #header.open.fixed #nav .nav__inner .nav__fixed .sns_link {
    padding: 27px 0;
    border-top: 1px solid #e5e6e6;
    border-bottom: 1px solid #e5e6e6;
  }
  #header.open.fixed #nav .nav__inner .nav__fixed .sns_link li a {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
  }
  #header.open.fixed #nav .nav__inner .nav__fixed .language_btn {
    display: none;
  }
  #header.open.fixed #nav .nav__inner .nav__fixed .language_link {
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    margin-top: 35px;
  }
  #header.open.fixed #nav .nav__inner .nav__fixed .language_link a:hover {
    opacity: 0.7;
  }
}
#header.open.fixed #btn_menu_area {
  display: block;
}
#header.open.fixed #btn_menu_area p.open {
  visibility: visible;
  opacity: 1;
  height: auto;
}
#header.open.fixed #btn_menu_area p.close {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0;
}

#footer {
  width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  #footer {
    padding: 0 0 1.6vw;
  }
}
#footer .footer__inner {
  background: #FFFFFF;
}
#footer .footer_block {
  text-align: center;
}
#footer .footer_block:first-of-type {
  padding-top: 60px;
  background: #000000;
}
@media (max-width: 767px) {
  #footer .footer_block:first-of-type {
    padding-top: 16.8vw;
  }
}
#footer .footer_block:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 2px solid #eff0f0;
}
@media (max-width: 767px) {
  #footer .footer_block:last-of-type {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top-width: 1px;
  }
}
@media (min-width: 768px) {
  #footer .footer_block:last-of-type {
    padding: 30px 35px 40px;
  }
}
@media (max-width: 767px) {
  #footer .footer_block:last-of-type {
    padding: 0 0 13.3333333333vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
}
#footer .footer_block:last-of-type .footer_link {
  color: #000000;
  font-size: 10px;
  font-size: 1rem;
  line-height: 2.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  #footer .footer_block:last-of-type .footer_link {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1.3em 0;
    border-bottom: 1px solid #eff0f0;
  }
}
@media (min-width: 768px) {
  #footer .footer_block:last-of-type .footer_link a {
    margin-left: 3.6em;
  }
}
#footer .footer_logo {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  #footer .footer_logo {
    width: 100%;
    margin-bottom: 8vw;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  #footer .footer_logo a {
    display: inline-block;
  }
}
#footer .footer_logo a:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  #footer .footer_logo img {
    width: 261px;
  }
}
@media (max-width: 767px) {
  #footer .footer_logo img {
    width: 70.4vw;
  }
}
#footer .footer_nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #footer .footer_nav > ul {
    width: 500px;
    gap: 0 20px;
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  #footer .footer_nav > ul {
    width: 88vw;
    gap: 0 2.6666666667vw;
  }
}
#footer .footer_nav > ul > li {
  font-size: 10px;
  font-size: 1rem;
  line-height: 3;
  padding: 0;
  letter-spacing: 0;
  text-align: center;
}
@media (min-width: 768px) {
  #footer .footer_nav > ul > li {
    width: 85px;
  }
}
@media (max-width: 767px) {
  #footer .footer_nav > ul > li {
    width: 26.6666666667vw;
  }
}
@media (min-width: 768px) {
  #footer .footer_nav > ul > li:nth-of-type(3n) {
    width: 100px;
  }
}
@media (max-width: 767px) {
  #footer .footer_nav > ul > li:nth-of-type(3n) {
    padding-left: 5.3333333333vw;
  }
}
@media (min-width: 768px) {
  #footer .footer_nav > ul > li:first-of-type {
    width: 100px;
  }
}
@media (max-width: 767px) {
  #footer .footer_nav > ul > li:first-of-type {
    width: 32vw;
  }
}
@media (min-width: 768px) {
  #footer .footer_nav > ul > li:nth-of-type(2) {
    width: 100px;
  }
}
@media (max-width: 767px) {
  #footer .footer_nav > ul > li:nth-of-type(2) {
    width: 32vw;
  }
}
#footer .footer_nav > ul > li a {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  #footer .footer_nav > ul > li a {
    display: block;
  }
}
#footer .footer_nav > ul > li.nav_parent {
  text-align: left;
}
#footer .footer_nav > ul > li .nav_child {
  text-align: left;
}
#footer .footer_nav > ul > li .nav_child li {
  display: block;
  padding-left: 0;
}
#footer .footer_nav > ul > li .nav_child li a {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.8;
  display: block;
}
#footer .footer_nav > ul > li .nav_child li a:before {
  content: "-";
}
#footer .sns_link {
  border-top: 1px solid #FFFFFF;
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  padding: 16px 0;
}
@media (max-width: 767px) {
  #footer .sns_link {
    margin-top: 12vw;
    gap: 3.2vw;
    padding: 4.2666666667vw 0;
  }
}
#footer .sns_link li {
  line-height: 1;
  width: 14px;
}
@media (max-width: 767px) {
  #footer .sns_link li {
    width: 3.7333333333vw;
  }
}
#footer .footer_company {
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  line-height: 2.1;
  font-weight: 400;
  margin: 30px auto 41px;
}
@media (max-width: 767px) {
  #footer .footer_company {
    margin: 8vw auto 10.6666666667vw;
  }
}
#footer .footer_company .company_name strong {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5384615385;
  display: block;
  font-weight: 400;
}
#footer .footer_company .company_btn {
  border: 1px solid #000;
  padding: 0.05em 1.2em;
  margin-top: 10px;
  display: inline-block;
}
@media (max-width: 767px) {
  #footer .footer_company .company_btn {
    margin-top: 2.6666666667vw;
  }
}
#footer .copyright {
  color: #000000;
  font-size: 10px;
  font-size: 1rem;
  line-height: 2.6;
}
@media (max-width: 767px) {
  #footer .copyright {
    background-color: #FFF;
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 0.1em;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 5.3333333333vw;
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 768px) {
  #postarea .post_intro {
    max-width: 820px;
  }
}
@media (max-width: 767px) {
  #postarea .post_intro {
    margin-bottom: 16vw;
    margin-top: -2.6666666667vw;
  }
}
#postarea .post_intro .intro__video video {
  width: 100%;
  aspect-ratio: 16/9;
}
@media (min-width: 768px) {
  #postarea .post_intro .intro__video {
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  #postarea .post_intro .intro__video {
    margin-bottom: 10.6666666667vw;
  }
}
@media (min-width: 768px) {
  #postarea .post_intro .intro__link__list {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  #postarea .post_intro .intro__link__list {
    margin-bottom: 13.3333333333vw;
  }
}
#postarea .post_intro .intro__link__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #bebebe;
  letter-spacing: 0.1em;
  position: relative;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  #postarea .post_intro .intro__link__item {
    padding: 9px 50px 9px 0;
    margin-bottom: 26px;
  }
}
@media (max-width: 767px) {
  #postarea .post_intro .intro__link__item {
    padding: 2.4vw 9.3333333333vw 2.4vw 0;
    margin-bottom: 2.6666666667vw;
  }
}
#postarea .post_intro .intro__link__item:hover {
  opacity: 0.6;
}
#postarea .post_intro .intro__link__item .en {
  font-family: aw-conqueror-didot, serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  color: #bebebe;
}
@media (max-width: 767px) {
  #postarea .post_intro .intro__link__item .en {
    font-size: 20px;
    font-size: 2rem;
  }
}
#postarea .post_intro .intro__link__item .ja {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 767px) {
  #postarea .post_intro .intro__link__item .ja {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
#postarea .post_intro .intro__link__item:after {
  content: "";
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  display: block;
  position: absolute;
  top: 0;
  right: 17px;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: auto;
}
@media (min-width: 768px) {
  #postarea .post_intro .intro__link__item:after {
    height: 10px;
    width: 10px;
  }
}
@media (max-width: 767px) {
  #postarea .post_intro .intro__link__item:after {
    height: 2.6666666667vw;
    width: 2.6666666667vw;
    right: 2.6666666667vw;
  }
}
@media (min-width: 768px) {
  #postarea .post_intro .intro__series {
    margin-bottom: 127px;
  }
}
#postarea .post_intro .intro__series__bnr {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#postarea .post_intro .intro__series__bnr:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  #postarea .post_intro .intro__tit {
    margin-bottom: 39px;
  }
}
@media (max-width: 767px) {
  #postarea .post_intro .intro__tit {
    margin-bottom: 8vw;
  }
}
#postarea .post_intro .intro__tit span {
  display: block;
  letter-spacing: 0.1em;
}
#postarea .post_intro .intro__tit span.en {
  font-family: aw-conqueror-didot, serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 768px) {
  #postarea .post_intro .intro__tit span.en {
    margin-bottom: 0.25em;
  }
}
@media (max-width: 767px) {
  #postarea .post_intro .intro__tit span.en {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
#postarea .post_intro .intro__tit span.ja {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 767px) {
  #postarea .post_intro .intro__tit span.ja {
    font-size: 10px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  #dictionary .section__block {
    margin-bottom: 13.3333333333vw;
  }
}
@media (min-width: 768px) {
  #dictionary .lead_txt {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #dictionary .lead_txt {
    margin-bottom: 10.6666666667vw;
  }
}
#dictionary .update__list {
  background: #f9f9f9;
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
}
@media (min-width: 768px) {
  #dictionary .update__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 22px 35px;
  }
}
@media (max-width: 767px) {
  #dictionary .update__list {
    padding: 8vw 8vw 8vw;
  }
}
#dictionary .update__list h2 {
  font-size: 16px;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  #dictionary .update__list h2 {
    padding: 0.5em 35px 0 0;
  }
}
@media (max-width: 767px) {
  #dictionary .update__list h2 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  #dictionary .update__list ul {
    padding-top: 0.5em;
    padding-left: 25px;
    border-left: 1px solid #bebebe;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  #dictionary .update__list ul {
    padding-top: 1em;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
#dictionary .update__list ul li {
  margin-bottom: 0.5em;
}
#dictionary .update__list ul dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  #dictionary .update__list ul dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#dictionary .update__list ul dl dt {
  margin-right: 0.5em;
}
@media (max-width: 767px) {
  #dictionary .update__list ul dl dd {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
#dictionary .day__ttl {
  font-family: aw-conqueror-didot, serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 768px) {
  #dictionary .day__ttl {
    margin-top: 1.8em;
  }
}
@media (max-width: 767px) {
  #dictionary .day__ttl {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
#dictionary .day__txt {
  font-size: 13px;
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  #dictionary .day__txt {
    font-size: 10px;
    font-size: 1rem;
  }
}
#dictionary .day__box {
  border: 1px solid #bebebe;
  display: block;
}
@media (min-width: 768px) {
  #dictionary .day__box {
    margin-top: 22px;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  #dictionary .day__box {
    margin-top: 5.8666666667vw;
    padding: 5.3333333333vw 5.8666666667vw;
  }
}
#dictionary .day__box:hover {
  opacity: 0.7;
}
#dictionary .day__box:hover .more {
  border-bottom: none;
}
#dictionary .day__box__ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444444444;
}
@media (max-width: 767px) {
  #dictionary .day__box__ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
#dictionary .day__box__txt {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 0.8em;
}
@media (max-width: 767px) {
  #dictionary .day__box__txt {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
#dictionary .day__box__txt .more {
  border-bottom: 1px solid #000000;
}
#dictionary .word-index__block {
  border: 1px solid #bebebe;
}
@media (min-width: 768px) {
  #dictionary .word-index__block {
    padding: 23px 19px 30px;
  }
}
@media (max-width: 767px) {
  #dictionary .word-index__block {
    padding: 5.8666666667vw 5.3333333333vw 8vw;
  }
}
@media (min-width: 768px) {
  #dictionary .word-index__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#dictionary .word-index__tit {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444444444;
  background: #f5f5f5;
  padding: 0.65em 0.8em;
}
@media (min-width: 768px) {
  #dictionary .word-index__tit {
    margin-bottom: 21px;
  }
}
@media (max-width: 767px) {
  #dictionary .word-index__tit {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 8vw;
  }
}
#dictionary .word-index__item.item01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  #dictionary .word-index__item.item01 {
    width: 405px;
  }
}
@media (max-width: 767px) {
  #dictionary .word-index__item.item01 {
    margin-bottom: 5.3333333333vw;
  }
}
@media (min-width: 768px) {
  #dictionary .word-index__item.item01 .word-index__list {
    width: 195px;
  }
}
@media (max-width: 767px) {
  #dictionary .word-index__item.item01 .word-index__list {
    margin-bottom: 8vw;
  }
}
#dictionary .word-index__item.item02 {
  width: 355px;
}
#dictionary .word-index__item__tit {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7333333333;
  padding-left: 0.8em;
  border-left: 3px solid #000000;
  width: 100%;
}
@media (min-width: 768px) {
  #dictionary .word-index__item__tit {
    margin-bottom: 23px;
  }
}
@media (max-width: 767px) {
  #dictionary .word-index__item__tit {
    margin-bottom: 5.3333333333vw;
  }
}
#dictionary .word-index__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  #dictionary .word-index__list {
    gap: 5px;
  }
}
@media (max-width: 767px) {
  #dictionary .word-index__list {
    gap: 2.4vw;
  }
}
#dictionary .word-index__list span, #dictionary .word-index__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #000000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) {
  #dictionary .word-index__list span, #dictionary .word-index__list a {
    height: 35px;
    width: 35px;
  }
}
@media (max-width: 767px) {
  #dictionary .word-index__list span, #dictionary .word-index__list a {
    height: 13.3333333333vw;
    width: 13.3333333333vw;
  }
}
#dictionary .word-index__list span.nolink {
  background: #9c9c9c;
  color: #f5f5f5;
  border-color: #9c9c9c;
}
#dictionary .word-index__list span.blank {
  border: none;
}
#dictionary .word-index__list a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#dictionary .word-index__list a:hover {
  background: #000000;
  color: #FFFFFF;
}
#dictionary .word-result__tit {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444444444;
  padding-left: 0.8em;
  border-left: 3px solid #000000;
  width: 100%;
  word-break: break-all;
}
@media (min-width: 768px) {
  #dictionary .word-result__tit {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  #dictionary .word-result__tit {
    margin-bottom: 10.6666666667vw;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
#dictionary .word-result__list li {
  margin-bottom: 2.3rem;
}
#dictionary .word-result__list li a {
  display: block;
  position: relative;
  border-bottom: 1px solid #bebebe;
}
@media (min-width: 768px) {
  #dictionary .word-result__list li a {
    padding: 0 60px 18px 0;
  }
}
@media (max-width: 767px) {
  #dictionary .word-result__list li a {
    padding: 0 13.3333333333vw 4vw 0;
  }
}
#dictionary .word-result__list li a:after {
  content: "";
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 768px) {
  #dictionary .word-result__list li a:after {
    height: 10px;
    width: 10px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  #dictionary .word-result__list li a:after {
    height: 2.6666666667vw;
    width: 2.6666666667vw;
    right: 2.6666666667vw;
  }
}
#dictionary .word-result__list li dl dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.625;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  #dictionary .word-result__list li dl dt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#dictionary .word-result__list li dl dd {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2;
}
@media (max-width: 767px) {
  #dictionary .word-result__list li dl dd {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 2.3636363636;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
#dictionary .single__head .single__date {
  display: block;
  margin: 0.5em 0 3em;
}
@media (max-width: 767px) {
  #dictionary .single__head .single__date {
    margin-bottom: 2.5em;
  }
}
#dictionary .single__head .dictionary__kana, #dictionary .single__head .dictionary__en {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7333333333;
}
@media (max-width: 767px) {
  #dictionary .single__head .dictionary__kana, #dictionary .single__head .dictionary__en {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
#dictionary .word-related__tit {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444444444;
  padding-left: 0.8em;
  border-left: 3px solid #000000;
  width: 100%;
}
@media (min-width: 768px) {
  #dictionary .word-related__tit {
    margin-bottom: 1em;
  }
}
@media (max-width: 767px) {
  #dictionary .word-related__tit {
    margin-bottom: 2.6666666667vw;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
#dictionary .word-related__list {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2;
  border-bottom: 1px solid #bebebe;
}
@media (min-width: 768px) {
  #dictionary .word-related__list {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #dictionary .word-related__list {
    font-size: 11px;
    font-size: 1.1rem;
    padding-bottom: 6.6666666667vw;
  }
}
@media (max-width: 767px) {
  #dictionary .pagination {
    margin: 16vw 0;
  }
}

#salon .intro__tit {
  margin-top: 4.5em;
}
@media (min-width: 768px) {
  #salon .salon__cat_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 6px;
    margin-bottom: 95px;
  }
}
#salon .salon__cat_item {
  border: 1px solid #bebebe;
  position: relative;
}
@media (min-width: 768px) {
  #salon .salon__cat_item {
    width: 200px;
    padding: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#salon .salon__cat_item:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  top: 3px;
  right: 3px;
  border-style: solid;
  border-color: transparent #dd6403 transparent transparent;
}
@media (min-width: 768px) {
  #salon .salon__cat_item:after {
    border-width: 0 29px 25px 0;
  }
}
#salon .salon__cat_item h3 .en {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.3333333333;
  border-bottom: 1px solid #dd6403;
}
#salon .salon__cat_item h3 .ja {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2.6;
  display: block;
}
#salon .salon__cat_item .child {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5384615385;
}
@media (min-width: 768px) {
  #salon .salon__cat_item .child {
    margin-bottom: 1.8em;
  }
}
#salon .salon__cat_item .child li a {
  display: block;
  position: relative;
  padding-right: 1em;
}
@media (min-width: 768px) {
  #salon .salon__cat_item .child li a {
    padding: 10px 1em 10px 0;
  }
}
#salon .salon__cat_item .child li a:after {
  content: "";
  display: inline-block;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  #salon .salon__cat_item .child li a:after {
    height: 6px;
    width: 6px;
    top: 18px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  #salon .salon__cat_item .child li a:after {
    height: 6px;
    width: 6px;
  }
}
@media (min-width: 768px) {
  #salon .salon__cat_item .btn {
    margin-top: auto;
  }
}
#salon .salon__cat_item .btn a {
  color: #FFFFFF;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 2.7272727273;
  padding: 0 0 0 1em;
  min-width: 100%;
  text-align: left;
}
#salon .salon__cat_item .btn a:hover {
  background: #FFFFFF !important;
}
#salon .salon__cat_item .btn a:after {
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}
@media (min-width: 768px) {
  #salon .salon__cat_item .btn a:after {
    right: 10px;
    height: 6px;
    width: 6px;
  }
}
#salon .salon__cat_item.beginner:after {
  border-right-color: #dd6403;
}
#salon .salon__cat_item.beginner h3 {
  color: #dd6403;
}
#salon .salon__cat_item.beginner h3 .en {
  border-bottom-color: #dd6403;
}
#salon .salon__cat_item.beginner .btn a {
  background: #dd6403;
  border-color: #dd6403;
}
#salon .salon__cat_item.beginner .btn a:hover {
  color: #dd6403;
}
#salon .salon__cat_item.beginner .btn a:hover:after {
  border-color: #dd6403;
}
#salon .salon__cat_item.expert:after {
  border-right-color: #375277;
}
#salon .salon__cat_item.expert h3 {
  color: #375277;
}
#salon .salon__cat_item.expert h3 .en {
  border-bottom-color: #375277;
}
#salon .salon__cat_item.expert .btn a {
  background: #375277;
  border-color: #375277;
}
#salon .salon__cat_item.expert .btn a:hover {
  color: #375277;
}
#salon .salon__cat_item.expert .btn a:hover:after {
  border-color: #375277;
}
#salon .salon__cat_item.series:after {
  border-right-color: #467737;
}
#salon .salon__cat_item.series h3 {
  color: #467737;
}
#salon .salon__cat_item.series h3 .en {
  border-bottom-color: #467737;
}
@media (min-width: 768px) {
  #salon .salon__cat_item.series .child li a {
    padding-right: 3em;
  }
}
#salon .salon__cat_item.series .btn a {
  background: #467737;
  border-color: #467737;
}
#salon .salon__cat_item.series .btn a:hover {
  color: #467737;
}
#salon .salon__cat_item.series .btn a:hover:after {
  border-color: #467737;
}
#salon .salon__cat_item.special:after {
  border-right-color: #626262;
}
#salon .salon__cat_item.special h3 {
  color: #626262;
}
#salon .salon__cat_item.special h3 .en {
  border-bottom-color: #626262;
}
@media (min-width: 768px) {
  #salon .salon__cat_item.special .child li a {
    padding-right: 4em;
  }
}
#salon .salon__cat_item.special .btn a {
  background: #626262;
  border-color: #626262;
}
#salon .salon__cat_item.special .btn a:hover {
  color: #626262;
}
#salon .salon__cat_item.special .btn a:hover:after {
  border-color: #626262;
}
#salon .word-result__tit {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444444444;
  padding-left: 0.8em;
  border-left: 3px solid #000000;
  width: 100%;
}
@media (min-width: 768px) {
  #salon .word-result__tit {
    margin-bottom: 2em;
  }
}
@media (max-width: 767px) {
  #salon .word-result__tit {
    margin-bottom: 6.6666666667vw;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  #salon .postlist__cat {
    margin-bottom: 6.1333333333vw;
  }
}

.btn {
  margin-top: 4.5rem;
}
@media (max-width: 767px) {
  .btn {
    margin-top: 13.6vw;
  }
}
.btn a {
  padding: 1em 0.5em;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 187px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2307692308;
  position: relative;
  color: #494949;
  border: 1px solid #494949;
  text-decoration: none !important;
  text-align: center;
  font-family: all-round-gothic, sans-serif;
}
@media (max-width: 767px) {
  .btn a {
    font-size: 13px;
    font-size: 1.3rem;
    min-width: 99.7333333333vw;
  }
}
.btn a:hover {
  background: #494949;
  color: #FFFFFF;
}
.btn a:hover:after {
  border-color: #FFFFFF;
}
.btn a:after {
  content: "";
  display: inline-block;
  border-right: 1px solid #494949;
  border-bottom: 1px solid #494949;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: auto;
  position: absolute;
  top: 0;
  right: 1.5em;
  bottom: 0;
}
@media (min-width: 768px) {
  .btn a:after {
    height: 8px;
    width: 8px;
  }
}
@media (max-width: 767px) {
  .btn a:after {
    height: 2.5vw;
    width: 2.5vw;
    right: 0.2em;
  }
}
.btn.center {
  text-align: center;
}
.btn.white a {
  color: #FFFFFF;
  border-color: #FFFFFF;
  background: rgba(0, 0, 0, 0);
}
.btn.white a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.btn.white a:after {
  border-color: #FFFFFF;
}
.btn.color a {
  color: #FFFFFF;
  border-color: #000000;
  background: #000000;
}
.btn.color a:hover {
  color: #000000;
  background: #FFFFFF;
}
.btn.morebtn {
  text-align: right;
}
.btn.morebtn a {
  border: none;
  color: #000000;
  width: auto;
  min-width: inherit;
  padding-right: 3em;
}
@media (max-width: 767px) {
  .btn.morebtn a {
    padding-right: 1.5em;
  }
}
.btn.morebtn a:after {
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
.btn.morebtn a:hover {
  background: none;
  opacity: 0.8;
}
.btn.morebtn a:hover:after {
  border-color: #000000;
  opacity: 0.8;
}
.btn.google_btn a {
  background: #000000;
  color: #FFFFFF;
}

.tit_common {
  color: #2d2d2d;
  font-family: all-round-gothic, sans-serif;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.125;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .tit_common {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.2em;
  }
}
.tit_common span {
  display: block;
}
.tit_common.center {
  text-align: center;
}
.tit_common.color span {
  color: #426da3;
}
.tit_common.white span {
  color: #FFFFFF;
}
.tit_common_sub {
  margin-bottom: 2em;
}
.tit_common_sub .ja {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .tit_common_sub .ja {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.tit_common_sub .en {
  font-family: all-round-gothic, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2;
  display: block;
  color: #426da3;
  margin-top: 0.4em;
}
@media (max-width: 767px) {
  .tit_common_sub .en {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.key_sub {
  position: relative;
}
@media (min-width: 768px) {
  .key_sub {
    padding-top: 88px !important;
    margin-bottom: 10px !important;
  }
}
@media (max-width: 767px) {
  .key_sub {
    padding-top: 10.6666666667vw !important;
    margin-bottom: 0 !important;
  }
}
.key_sub:before {
  content: "";
  height: 106px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: #f9f9f9;
}
@media (max-width: 767px) {
  .key_sub:before {
    height: 13.3333333333vw;
  }
}
.key_sub_tit {
  max-width: 1270px;
  padding-right: 35px;
  padding-left: 35px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .key_sub_tit {
    width: 100%;
    padding-right: 4.8vw;
    padding-left: 4.8vw;
  }
}
.key_sub_tit span {
  display: block;
  line-height: 1;
  letter-spacing: 0.1em;
}
.key_sub_tit span.en {
  font-family: aw-conqueror-didot, serif;
  margin-bottom: 0.1em;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 767px) {
  .key_sub_tit span.en {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 0.8vw;
  }
}
.key_sub_tit span.ja {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 767px) {
  .key_sub_tit span.ja {
    font-size: 10px;
    font-size: 1rem;
  }
}
.key_sub_lead {
  pointer-events: auto;
}
@media (min-width: 768px) {
  .key_sub_lead {
    margin-top: 56px;
  }
}
@media (max-width: 767px) {
  .key_sub_lead {
    margin-top: 4.29vw;
    line-height: 1.8;
  }
}

.txt_lead {
  margin-bottom: 2.22em;
  display: inline-block;
}
@media (min-width: 768px) {
  .txt_lead {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  .txt_lead {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.section_inner {
  padding: 4em 0 7em;
  position: relative;
}
@media (max-width: 767px) {
  .section_inner {
    padding: 3em 0 0;
  }
}
.section_inner .section_lede {
  text-align: center;
  margin-bottom: 2em;
}
.section_inner .section__contents {
  max-width: 1270px;
  padding-right: 35px;
  padding-left: 35px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .section_inner .section__contents {
    width: 100%;
    padding-right: 4.8vw;
    padding-left: 4.8vw;
  }
}
.section_inner .section__contents.content_w_s {
  max-width: calc(860px + 5em);
}
.section_inner .section__contents.content_w_xs {
  max-width: calc(630px + 5em);
}
.col_two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .col_two {
    display: block;
  }
}
.col_two .section_block_txt {
  max-width: 600px;
}
.txt_red {
  color: #ea3838;
}

b {
  font-weight: bold;
}

.mbn40 {
  margin-bottom: -40px;
}
@media (max-width: 767px) {
  .mbn40 {
    margin-bottom: 0;
  }
}

.center {
  text-align: center;
}

.nolink {
  pointer-events: none;
}
.nolink:hover {
  opacity: 1;
}

.image_overflow {
  max-width: none;
}
@media (min-width: 768px) {
  .image_overflow {
    margin-right: calc(-100vw + 100%);
    width: calc(50vw - 50% + 100%);
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .image_overflow {
    margin-right: -40px;
    width: calc(100% + 40px);
  }
}
@media (max-width: 767px) {
  .image_overflow {
    margin-right: -5.625vw;
    width: calc(100% + 5.625vw);
  }
}
.image_overflow img {
  width: 100%;
}

.news_list {
  text-align: left;
}
@media (max-width: 767px) {
  .news_list li {
    margin: 0 0 1em;
    width: 100%;
  }
}
.news_list li a {
  display: block;
  text-decoration: none !important;
  border-bottom: 1px solid #c1c1c1;
}
.news_list li a .news_txt {
  color: #000000;
}
@media (min-width: 768px) {
  .news_list li a .news_txt {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .news_list li a .news_txt {
    padding: 4.5333333333vw 5.3333333333vw 5.3333333333vw 0;
  }
}
.news_list li a .news_date {
  color: #808080;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
}
.news_list li a .news_tit {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #000000;
  position: relative;
}
@media (min-width: 768px) {
  .news_list li a .news_tit {
    padding-right: 1.2em;
    margin-top: 7px;
  }
}
@media (max-width: 767px) {
  .news_list li a .news_tit {
    margin-top: 4vw;
    padding-right: 2.4em;
    font-size: 1em;
    letter-spacing: 0.1em;
  }
}
.news_list li a .news_tit:after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  right: 0.5em;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .news_list li a .news_tit:after {
    right: -4vw;
    height: 2.5vw;
    width: 2.5vw;
  }
}
.news_list li a:hover .news_txt * {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .news_list li + li {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .postarea__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .postarea__wrap {
    padding-top: 8vw;
  }
}
@media (max-width: 767px) {
  .sub .postarea__wrap {
    padding-top: 2.6666666667vw;
  }
}
@media (min-width: 768px) {
  .postarea__main {
    width: 836px;
  }
}
@media (min-width: 768px) {
  .postarea__main .section__block {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .postarea__main .section__block {
    margin-bottom: 21.3333333333vw;
  }
}
@media (min-width: 768px) {
  .postarea__side {
    width: 300px;
  }
}
.postarea__side h2 {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5384615385;
  padding: 7px 15px;
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  .postarea__side h2 {
    padding: 1.3333333333vw 1.8666666667vw;
  }
}
.postarea__side__bnr {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .postarea__side__bnr {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .postarea__side__bnr {
    margin-bottom: 2.6666666667vw;
  }
}
.postarea__side__bnr:hover {
  opacity: 0.7;
}
.postarea__side__bnr figure {
  margin: 0;
}

.dictionary__bnr {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 1.8em;
}
.dictionary__bnr:hover {
  opacity: 0.6;
}
.dictionary__bnr figure {
  margin: 0;
}

.dictionary__search, .salon__search {
  background: #f5f5f5;
}
@media (min-width: 768px) {
  .dictionary__search, .salon__search {
    padding: 29px 40px;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .dictionary__search, .salon__search {
    padding: 6.6666666667vw 9.3333333333vw;
    margin-bottom: 9.3333333333vw;
  }
}
.dictionary__search h2, .salon__search h2 {
  border: none;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1em;
  padding: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .dictionary__search h2, .salon__search h2 {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 1.4em;
  }
}
.dictionary__search__box, .salon__search__box {
  position: relative;
}
@media (min-width: 768px) {
  .dictionary__search__box, .salon__search__box {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .dictionary__search__box, .salon__search__box {
    margin-bottom: 2.6666666667vw;
  }
}
.dictionary__search input[type=text], .dictionary__search #tag_list, .salon__search input[type=text], .salon__search #tag_list {
  display: block;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  border-radius: 0;
  border: 1px solid #bebebe;
}
@media (min-width: 768px) {
  .dictionary__search input[type=text], .dictionary__search #tag_list, .salon__search input[type=text], .salon__search #tag_list {
    width: 220px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .dictionary__search input[type=text], .dictionary__search #tag_list, .salon__search input[type=text], .salon__search #tag_list {
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
    padding-right: 8vw;
  }
}
.dictionary__search input[type=text]:focus-visible, .dictionary__search #tag_list:focus-visible, .salon__search input[type=text]:focus-visible, .salon__search #tag_list:focus-visible {
  outline: none;
}
.dictionary__search #tag_list, .salon__search #tag_list {
  width: 100%;
  text-align: left;
  padding: calc(0.5em - 1px) 1em;
}
.dictionary__search button, .salon__search button {
  border: 1px solid #000000;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  background: #000000 url("../images/common/ico_search.svg") no-repeat center center/13px auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .dictionary__search button, .salon__search button {
    width: 30px;
  }
}
@media (max-width: 767px) {
  .dictionary__search button, .salon__search button {
    width: 8vw;
    -webkit-background-size: 3.7333333333vw auto;
            background-size: 3.7333333333vw auto;
  }
}
.dictionary__search button:hover, .salon__search button:hover {
  opacity: 0.8;
}
.dictionary__search .dictionary__search__radio, .salon__search .dictionary__search__radio {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .dictionary__search .dictionary__search__radio, .salon__search .dictionary__search__radio {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .dictionary__search .dictionary__search__radio, .salon__search .dictionary__search__radio {
    margin-right: 8vw;
  }
}
.dictionary__search .dictionary__search__radio:nth-of-type(even), .salon__search .dictionary__search__radio:nth-of-type(even) {
  margin-right: 0;
}
.dictionary__search .dictionary__search__radio input, .salon__search .dictionary__search__radio input {
  display: none;
}
.dictionary__search .dictionary__search__radio input:checked + label:after, .salon__search .dictionary__search__radio input:checked + label:after {
  opacity: 1;
}
.dictionary__search .dictionary__search__radio label, .salon__search .dictionary__search__radio label {
  padding-left: 1.9em;
  position: relative;
  display: block;
}
.dictionary__search .dictionary__search__radio label:before, .salon__search .dictionary__search__radio label:before {
  border: 1px solid #bebebe;
  background: #FFFFFF;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .dictionary__search .dictionary__search__radio label:before, .salon__search .dictionary__search__radio label:before {
    height: 11px;
    width: 11px;
    top: 1px;
  }
}
@media (max-width: 767px) {
  .dictionary__search .dictionary__search__radio label:before, .salon__search .dictionary__search__radio label:before {
    height: 2.9333333333vw;
    width: 2.9333333333vw;
    top: 0.2666666667vw;
  }
}
.dictionary__search .dictionary__search__radio label:after, .salon__search .dictionary__search__radio label:after {
  opacity: 0;
  content: "";
  display: block;
  border-left: 2px solid #e38080;
  border-bottom: 2px solid #e38080;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 768px) {
  .dictionary__search .dictionary__search__radio label:after, .salon__search .dictionary__search__radio label:after {
    height: 6px;
    width: 11px;
    top: 1px;
  }
}
@media (max-width: 767px) {
  .dictionary__search .dictionary__search__radio label:after, .salon__search .dictionary__search__radio label:after {
    height: 1.6vw;
    width: 2.9333333333vw;
    top: 0.2666666667vw;
  }
}
.dictionary__search .search_note, .salon__search .search_note {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2.5;
  margin: 0.5em -1em 0 0;
}

.cat_list__side {
  margin-bottom: 35px;
}
.cat_list__side .cat_item {
  width: 100%;
  letter-spacing: 0.1em;
  border: 1px solid #bebebe;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .cat_list__side .cat_item {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.3888888889;
  }
}
@media (max-width: 767px) {
  .cat_list__side .cat_item {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.6666666667;
  }
}
.cat_list__side .cat_item h3 {
  padding: 14px 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 10px;
  position: relative;
}
.cat_list__side .cat_item h3 .en {
  display: inline-block;
}
@media (min-width: 768px) {
  .cat_list__side .cat_item h3 .en {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
  }
}
.cat_list__side .cat_item h3 .ja {
  display: inline-block;
}
@media (min-width: 768px) {
  .cat_list__side .cat_item h3 .ja {
    font-size: 10px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
  }
}
.cat_list__side .cat_item h3:after {
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .cat_list__side .cat_item h3:after {
    width: 10px;
  }
}
@media (max-width: 767px) {
  .cat_list__side .cat_item h3:after {
    width: 2.6666666667vw;
    right: 3.7333333333vw;
  }
}
.cat_list__side .cat_item h3.active:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.cat_list__side .cat_item.beginner {
  color: #dc6403;
}
.cat_list__side .cat_item.beginner h3:after {
  background: #dc6403;
}
.cat_list__side .cat_item.beginner .cat_item__parent a {
  color: #dc6403;
}
.cat_list__side .cat_item.beginner .cat_item__parent a:after {
  border-color: #dc6403;
}
.cat_list__side .cat_item.expert {
  color: #375277;
}
.cat_list__side .cat_item.expert h3:after {
  background: #375277;
}
.cat_list__side .cat_item.expert .cat_item__parent a {
  color: #375277;
}
.cat_list__side .cat_item.expert .cat_item__parent a:after {
  border-color: #375277;
}
.cat_list__side .cat_item.series {
  color: #467737;
}
.cat_list__side .cat_item.series h3:after {
  background: #467737;
}
.cat_list__side .cat_item.series .cat_item__parent a {
  color: #467737;
}
.cat_list__side .cat_item.series .cat_item__parent a:after {
  border-color: #467737;
}
.cat_list__side .cat_item.special {
  color: #626262;
}
.cat_list__side .cat_item.special h3:after {
  background: #626262;
}
.cat_list__side .cat_item.special .cat_item__parent a {
  color: #626262;
}
.cat_list__side .cat_item.special .cat_item__parent a:after {
  border-color: #626262;
}
.cat_list__side .cat_item__wrap {
  display: none;
}
@media (min-width: 768px) {
  .cat_list__side .cat_item__wrap {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
  }
}
.cat_list__side .cat_item__child li a {
  display: block;
  padding: 11px 1em 11px 10px;
  border-top: 1px solid #bebebe;
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  .cat_list__side .cat_item__child li a {
    padding: 11px 1em 11px 10px;
  }
}
.cat_list__side .cat_item__child li a:after {
  content: "";
  display: inline-block;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .cat_list__side .cat_item__child li a:after {
    height: 6px;
    width: 6px;
    top: 18px;
    right: 17px;
  }
}
@media (max-width: 767px) {
  .cat_list__side .cat_item__child li a:after {
    height: 1.8666666667vw;
    width: 1.8666666667vw;
    top: 4.8vw;
    right: 4.8vw;
  }
}
.cat_list__side .cat_item__parent a {
  display: block;
  padding: 15px 10px;
  border-top: 1px solid #bebebe;
  text-align: center;
}
@media (min-width: 768px) {
  .cat_list__side .cat_item__parent a {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5;
    padding: 15px 10px;
  }
}
.cat_list__side .cat_item__parent a:after {
  content: "";
  display: inline-block;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  margin-left: 1em;
}
@media (min-width: 768px) {
  .cat_list__side .cat_item__parent a:after {
    height: 6px;
    width: 6px;
    -webkit-transform: rotate(-45deg) translateY(-2px);
            transform: rotate(-45deg) translateY(-2px);
  }
}
@media (max-width: 767px) {
  .cat_list__side .cat_item__parent a:after {
    height: 2.1333333333vw;
    width: 2.1333333333vw;
    -webkit-transform: rotate(-45deg) translateY(-0.5333333333vw);
            transform: rotate(-45deg) translateY(-0.5333333333vw);
  }
}

.year_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .year_list {
    margin-left: 25px;
  }
}
@media (max-width: 767px) {
  .year_list {
    margin-left: 5.3333333333vw;
  }
}
.year_list li a {
  display: block;
  color: #8f8f8f;
}
.year_list li.current a {
  color: #000000;
}
.year_list li + li {
  position: relative;
  margin: 0 0 0 0.5em;
  padding-left: 0.5em;
}
.year_list li + li:before {
  content: "";
  height: 100%;
  width: 1px;
  display: block;
  background: #000000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.year_list__item {
  width: calc(100% - 4.5em);
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
  .year_list__item {
    width: calc(100% - 3em);
    overflow-x: scroll;
    overflow-y: visible;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
}
.year_list__item::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .year_list__item .slick-prev, .year_list__item .slick-next {
    display: none;
  }
}
.year_list__item .slick-prev:before, .year_list__item .slick-next:before {
  content: "";
  display: inline-block;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .year_list__item .slick-prev:before, .year_list__item .slick-next:before {
    height: 8px;
    width: 8px;
  }
}
@media (max-width: 767px) {
  .year_list__item .slick-prev:before, .year_list__item .slick-next:before {
    display: none;
  }
}
.year_list__item .slick-prev:before {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
.year_list__item .slick-next:before {
  right: 4px;
}
.year_list__item .slick-disabled {
  display: none;
}
.year_list__wrap {
  background: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 768px) {
  .year_list__wrap {
    padding: 10px 15px;
    margin-bottom: 23px;
  }
}
@media (max-width: 767px) {
  .year_list__wrap {
    padding: 2.9333333333vw 5.0666666667vw;
    margin: 0 -4.8vw 7.2vw;
  }
}

@media (min-width: 768px) {
  .postlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    width: calc(100% + 4px);
  }
}
@media (min-width: 768px) {
  .postlist__news {
    margin-top: 4em;
  }
}
.postlist__news .postlist__item {
  display: block;
  position: static;
  width: 100%;
  margin-bottom: 0.5em;
}
.postlist__news .postlist__item a {
  position: static;
  display: block;
}
.postlist__cat {
  width: 100%;
  letter-spacing: 0.1em;
  border-left: 5px solid #000000;
  padding-left: 0.8em;
  margin-bottom: 1.3em;
}
@media (min-width: 768px) {
  .postlist__cat {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.3888888889;
  }
}
@media (max-width: 767px) {
  .postlist__cat {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.6666666667;
    border-left-width: 0.8vw;
    margin-bottom: 2.5em;
  }
}
.postlist__cat.beginner {
  color: #dc6403;
  border-color: #dc6403;
}
.postlist__cat.expert {
  color: #375277;
  border-color: #375277;
}
.postlist__cat.series {
  color: #467737;
  border-color: #467737;
}
.postlist__cat.special {
  color: #626262;
  border-color: #626262;
}
.postlist__item {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .postlist__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: calc(33.3% - 20px);
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .postlist__item {
    margin-bottom: 13.3333333333vw;
  }
}
@media (min-width: 768px) {
  .postlist__item:nth-of-type(n+4) {
    margin-top: 40px;
  }
}
.postlist__item:hover {
  opacity: 0.7;
}
.postlist__item a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
}
.postlist__item time {
  color: #e38080;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.8em;
}
@media (min-width: 768px) {
  .postlist__salon__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .postlist__salon__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: calc(50% - 20px);
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .postlist__salon__item {
    margin-bottom: 13.3333333333vw;
  }
}
@media (min-width: 768px) {
  .postlist__salon__item:nth-of-type(n+3) {
    margin-top: 70px;
  }
}
.postlist__salon__item .postlist__img {
  height: 225px;
}
@media (max-width: 767px) {
  .postlist__salon__item .postlist__img {
    height: 50.6666666667vw;
  }
}
.postlist__salon__item .postlist__tit {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4444444444;
  letter-spacing: 0.1em;
  max-height: inherit;
  margin-bottom: 0.1em;
  height: inherit;
}
.postlist__salon__item time {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.8em;
}
@media (min-width: 768px) {
  .postlist__salon__item .postlist__txtarea {
    min-height: inherit;
  }
}
.postlist__salon__item .postlist__txt {
  max-height: inherit;
}
@media (min-width: 768px) {
  .postlist__salon__item .postlist__txt {
    margin-bottom: 14px;
    height: inherit;
    overflow: visible;
    display: block;
  }
}
@media (max-width: 767px) {
  .postlist__salon__item .postlist__txt {
    margin-bottom: 1.4em;
  }
}
.postlist__salon__item a:hover {
  opacity: 0.7;
}
.postlist__tit {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  max-height: 3.33em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (min-width: 768px) {
  .postlist__tit {
    height: 3.33em;
    margin-bottom: 0.9em;
  }
}
@media (max-width: 767px) {
  .postlist__tit {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 0.6em;
  }
}
.postlist__movie_num {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 2;
  margin-top: 0.3em;
}
@media (max-width: 767px) {
  .postlist__movie_num {
    margin-bottom: 0.3em;
  }
}
.postlist__date {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2.6;
  margin-bottom: 1em;
}
.postlist__img {
  height: 195px;
  width: 100%;
  margin-bottom: 1.4em;
}
@media (max-width: 767px) {
  .postlist__img {
    height: 68vw;
    margin-bottom: 1em;
  }
}
.postlist__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .postlist__txtarea {
    min-height: 10em;
  }
}
.postlist__txt {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7857142857;
  letter-spacing: 0;
  max-height: 8.93em;
}
@media (min-width: 768px) {
  .postlist__txt {
    margin-bottom: 14px;
    height: 8.93em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
}
@media (max-width: 767px) {
  .postlist__txt {
    margin-bottom: 1.4em;
  }
}
.postlist__contrib {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  position: relative;
}
@media (min-width: 768px) {
  .postlist__contrib {
    padding-top: 14px;
  }
}
@media (max-width: 767px) {
  .postlist__contrib {
    padding-top: 4.2666666667vw;
  }
}
.postlist__contrib:before {
  content: "";
  display: block;
  height: 1px;
  width: 49px;
  background: #bebebe;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .postlist__contrib:before {
    width: 13.0666666667vw;
  }
}
.postlist__contrib__item + .postlist__contrib__item {
  margin-left: 0.3em;
}
.postlist__contrib__item + .postlist__contrib__item:before {
  content: ",";
  margin-right: 0.3em;
}
.postlist__tag {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6363636364;
  letter-spacing: 0.1em;
  position: relative;
}
@media (min-width: 768px) {
  .postlist__tag {
    padding-top: 14px;
  }
}
@media (max-width: 767px) {
  .postlist__tag {
    padding-top: 4.2666666667vw;
  }
}
.postlist__tag:before {
  content: "";
  display: block;
  height: 1px;
  background: #bebebe;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .postlist__tag:before {
    width: 49px;
  }
}
@media (max-width: 767px) {
  .postlist__tag:before {
    width: 13.0666666667vw;
  }
}
.postlist__tag__item + .postlist__tag__item {
  margin-left: 0.5em;
}
.postlist__tag__item:hover {
  opacity: 0.7;
}

.popular_list {
  counter-reset: count 0;
}
@media (min-width: 768px) {
  .popular_list {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .popular_list {
    margin-bottom: 10.6666666667vw;
  }
}
.popular_list li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .popular_list li {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.8181818182;
  }
}
.popular_list li a {
  display: block;
  padding-left: 2.75em;
  text-indent: -2.75em;
}
.popular_list li a:before {
  content: counter(count);
  counter-increment: count 1;
  margin-right: 1em;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  color: #9c9c9c;
  vertical-align: text-top;
}
@media (max-width: 767px) {
  .popular_list li a:before {
    margin-right: 0.88em;
  }
}
.popular_list li:nth-of-type(-n+3) a:before {
  color: #ea3838;
}

.wpp-no-data {
  margin-bottom: 2em;
}

@media (min-width: 768px) {
  .newpost_list {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .newpost_list {
    margin-bottom: 10.6666666667vw;
  }
}
@media (min-width: 768px) {
  .newpost_list li {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .newpost_list li {
    margin-bottom: 6.6666666667vw;
  }
}
.newpost_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.newpost_list li p {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.8181818182;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .newpost_list li p {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .newpost_list li p {
    width: 62.6666666667vw;
  }
}
.newpost_list__img {
  margin: 0;
}
@media (min-width: 768px) {
  .newpost_list__img {
    height: 80px;
    width: 80px;
  }
}
@media (max-width: 767px) {
  .newpost_list__img {
    height: 21.3333333333vw;
    width: 21.3333333333vw;
  }
}
.newpost_list__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .newword_list {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .newword_list {
    margin-bottom: 10.6666666667vw;
  }
}
@media (min-width: 768px) {
  .newword_list li {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .newword_list li {
    margin-bottom: 4.8vw;
  }
}
.newword_list li a {
  display: block;
}
.newword_list li p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  padding-left: 1.3em;
}
@media (max-width: 767px) {
  .newword_list li p {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.8181818182;
  }
}

.pagination {
  text-align: center;
  letter-spacing: -1em;
}
@media (min-width: 768px) {
  .pagination {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .pagination {
    margin: 32vw -5.3333333333vw 0;
  }
}
.pagination .page-numbers {
  display: none;
  letter-spacing: 0;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2.6153846154;
  color: #FFFFFF;
}
.pagination .page-numbers:hover {
  opacity: 0.7;
}
.pagination .page-numbers.current {
  display: none;
}
.pagination .page-numbers.dots {
  display: none;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  display: inline-block;
  background: #000;
  position: relative;
}
@media (min-width: 768px) {
  .pagination .page-numbers.prev, .pagination .page-numbers.next {
    height: 34px;
    width: 103px;
    margin: 0 25px;
  }
}
@media (max-width: 767px) {
  .pagination .page-numbers.prev, .pagination .page-numbers.next {
    height: 9.0666666667vw;
    width: 27.4666666667vw;
    margin: 0 4vw;
  }
}
.pagination .page-numbers.prev:before, .pagination .page-numbers.next:before {
  content: "";
  border-left: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .pagination .page-numbers.prev:before, .pagination .page-numbers.next:before {
    height: 10px;
    width: 10px;
  }
}
@media (max-width: 767px) {
  .pagination .page-numbers.prev:before, .pagination .page-numbers.next:before {
    height: 2.6666666667vw;
    width: 2.6666666667vw;
  }
}
@media (min-width: 768px) {
  .pagination .page-numbers.prev {
    padding-left: 1em;
  }
}
.pagination .page-numbers.prev:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (min-width: 768px) {
  .pagination .page-numbers.prev:before {
    left: 20px;
  }
}
@media (max-width: 767px) {
  .pagination .page-numbers.prev:before {
    left: 5.3333333333vw;
  }
}
@media (min-width: 768px) {
  .pagination .page-numbers.next {
    padding-right: 1em;
  }
}
.pagination .page-numbers.next:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media (min-width: 768px) {
  .pagination .page-numbers.next:before {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .pagination .page-numbers.next:before {
    right: 5.3333333333vw;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-slide.slick-current {
  overflow: hidden;
}
.slick-slide img {
  -webkit-transition: -webkit-transform 10s ease;
  transition: -webkit-transform 10s ease;
  transition: transform 10s ease;
  transition: transform 10s ease, -webkit-transform 10s ease;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* inview */
.inview {
  opacity: 0;
  -webkit-transform: translate(0, 40px);
          transform: translate(0, 40px);
  -webkit-transition: all 0.8s ease 0.3s;
  transition: all 0.8s ease 0.3s;
}
@media (max-width: 767px) {
  .inview {
    -webkit-transform: translate(0, 1em);
            transform: translate(0, 1em);
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
  }
}
.inview .inview_video {
  -webkit-transition: all 0.5s ease 1s;
  transition: all 0.5s ease 1s;
}
.inview.move {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.inview_lefttoright {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
  -webkit-transition: all 0.9s ease 1s;
  transition: all 0.9s ease 1s;
}
.inview_lefttoright.move {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.inview_righttoleft {
  opacity: 0;
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
  -webkit-transition: all 0.9s ease 1s;
  transition: all 0.9s ease 1s;
}
.inview_righttoleft.move {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.inview_col {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: all 0.8s ease 0.2s;
  transition: all 0.8s ease 0.2s;
}
.inview_col.move {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.order_lefttoright .inview_col {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
  -webkit-transition: all 0.9s ease 1s;
  transition: all 0.9s ease 1s;
}
.order_lefttoright .inview_col.move {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.order_up .inview_col {
  opacity: 0;
  -webkit-transform: translate(0, 40px);
          transform: translate(0, 40px);
  -webkit-transition: all 0.9s ease 1s;
  transition: all 0.9s ease 1s;
}
.order_up .inview_col.move {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#key {
  overflow: hidden;
}
@media (min-width: 768px) {
  #key {
    padding-top: 65px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #key {
    min-width: 100%;
    width: 100%;
    padding-top: 4.8vw;
    margin-bottom: 2.6666666667vw;
  }
}
#key .key_slide {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  #key .key_slide {
    padding-bottom: 2.6666666667vw;
  }
}
#key .key_slide .key_item {
  position: relative;
}
@media (min-width: 768px) {
  #key .key_slide .key_item {
    height: 500px;
    width: 1200px;
    margin: 0 23px;
  }
}
@media (max-width: 767px) {
  #key .key_slide .key_item {
    width: 100vw;
    height: 53.3333333333vw;
    margin: 0 2.6666666667vw;
  }
}
#key .key_slide .key_item figure {
  height: 100%;
  width: 100%;
}
#key .key_slide .key_item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#key .key_slide .key_item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#key .key_slide .key_item a:hover {
  opacity: 0.8;
}
#key .key_slide .key_item_txt {
  position: absolute;
  bottom: 23px;
  left: 0;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (min-width: 768px) {
  #key .key_slide .key_item_txt {
    height: auto;
    width: 372px;
    min-height: 135px;
    padding: 30px 20px 30px 50px;
  }
}
@media (max-width: 767px) {
  #key .key_slide .key_item_txt {
    min-height: 25.0666666667vw;
    height: auto;
    width: 73.8666666667vw;
    padding: 8vw 2.6666666667vw 8vw 10.4vw;
  }
}
#key .key_slide .key_item_txt:before {
  content: "";
  height: calc(100% - 40px);
  width: 5px;
  display: block;
  background: #000000;
  position: absolute;
  bottom: 20px;
  left: 24px;
}
@media (max-width: 767px) {
  #key .key_slide .key_item_txt:before {
    height: calc(100% - 8vw);
    width: 1.3333333333vw;
    bottom: 4vw;
    left: 5.6vw;
  }
}
#key .key_slide .key_item_type {
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.7692307692;
}
@media (max-width: 767px) {
  #key .key_slide .key_item_type {
    font-size: 10px;
    font-size: 1rem;
  }
}
#key .key_slide .key_item_title {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5625;
}
@media (max-width: 767px) {
  #key .key_slide .key_item_title {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

#news__inner {
  text-align: center;
}
@media (min-width: 768px) {
  #news__inner {
    padding: 2em 0;
  }
}
@media (max-width: 767px) {
  #news__inner {
    padding: 2.6666666667vw 0 5.3333333333vw;
  }
}
#news__inner .newslist__top {
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
}
@media (min-width: 768px) {
  #news__inner .newslist__top {
    margin: 0 auto;
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  #news__inner .newslist__top {
    padding: 2.1333333333vw 0;
  }
}
#news__inner .newslist__top .newslist__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  #news__inner .newslist__top .newslist__txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
#news__inner .newslist__top .newslist__date {
  margin-right: 1em;
}

@media (max-width: 767px) {
  #intro__inner {
    padding-top: 1em;
    padding-bottom: 21.3333333333vw;
  }
}
#intro__inner .intro__tit {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.3333333333;
  margin-bottom: 1.4em;
  font-family: aw-conqueror-didot, serif;
}
@media (max-width: 767px) {
  #intro__inner .intro__tit {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 1em;
  }
}
#intro__inner .intro__txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media (max-width: 767px) {
  #intro__inner .intro__txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#topSearch__inner {
  background: #f5f5f5;
  text-align: center;
  padding: 2.2em 0 2.8em;
}
@media (max-width: 767px) {
  #topSearch__inner {
    padding: 2.5em 0 2.8em;
  }
}
#topSearch__inner h2 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  #topSearch__inner h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 1.4em;
  }
}
#topSearch__inner input[type=text] {
  display: block;
  margin: 0 auto 1.6em;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.7142857143;
  border-radius: 0;
  border: 1px solid #bebebe;
}
@media (min-width: 768px) {
  #topSearch__inner input[type=text] {
    width: 370px;
  }
}
@media (max-width: 767px) {
  #topSearch__inner input[type=text] {
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#topSearch__inner input[type=text]:focus-visible {
  outline: none;
}
#topSearch__inner button {
  border: 1px solid #000000;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.5;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  background: #000000 url("../images/common/ico_search.svg") no-repeat 9px center/13px auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  #topSearch__inner button {
    width: 120px;
  }
}
@media (max-width: 767px) {
  #topSearch__inner button {
    width: 32vw;
    background-position: 2.4vw center;
    -webkit-background-size: 3.7333333333vw auto;
            background-size: 3.7333333333vw auto;
  }
}
#topSearch__inner button:hover {
  opacity: 0.8;
}

/*-------------------------------------------------toppage*/
#single__inner {
  border-bottom: 1px solid #bebebe;
}
@media (min-width: 768px) {
  #single__inner {
    padding: 0 0 80px;
    max-width: 820px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #single__inner {
    padding: 0 0 10.6666666667vw;
    margin: -1.6vw 0 10.6666666667vw;
  }
}
@media (min-width: 768px) {
  #single__inner .single__head {
    margin-bottom: 37px;
  }
}
@media (max-width: 767px) {
  #single__inner .single__head {
    margin-bottom: 8vw;
  }
}
#single__inner .single__head .single__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  #single__inner .single__head .single__cat {
    gap: 6px;
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  #single__inner .single__head .single__cat {
    gap: 1.6vw;
    margin-bottom: 4.8vw;
  }
}
#single__inner .single__head .single__cat__item {
  line-height: 1;
}
#single__inner .single__head .single__cat__item a {
  text-decoration: none;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.1em 1em;
  background: #e1e2e2;
  display: block;
}
#single__inner .single__head .single__title {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.4;
}
@media (min-width: 768px) {
  #single__inner .single__head .single__title {
    margin-bottom: 2px;
  }
}
@media (max-width: 767px) {
  #single__inner .single__head .single__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#single__inner .single__head .single__date {
  color: #e38080;
}
@media (min-width: 768px) {
  #single__inner .single__head .single__date {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  #single__inner .single__head .single__date {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.3;
  }
}
#single__inner .single__head .single__contrib {
  margin-left: 0.5em;
}
@media (min-width: 768px) {
  #single__inner .single__head .single__contrib {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  #single__inner .single__head .single__contrib {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.3;
  }
}
#single__inner .single__head .single__contrib__item + .single__contrib__item {
  margin-left: 0.3em;
}
#single__inner .single__head .single__contrib__item + .single__contrib__item:before {
  content: ",";
  margin-right: 0.3em;
  text-decoration: none;
}
#single__inner .single__head .single__contrib a {
  display: inline-block;
}
#single__inner .single__img {
  width: 100%;
  aspect-ratio: 820/350;
}
@media (min-width: 768px) {
  #single__inner .single__img {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #single__inner .single__img {
    margin-bottom: 9.3333333333vw;
  }
}
#single__inner .single__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

div.single__editor, .edit-post-visual-editor {
  letter-spacing: 0.1em;
}
div.single__editor h2, .edit-post-visual-editor h2 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4444444444;
  border-bottom: 2px solid #bebebe;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  div.single__editor h2, .edit-post-visual-editor h2 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
div.single__editor h3, div.single__editor h4, div.single__editor h5, div.single__editor h6, .edit-post-visual-editor h3, .edit-post-visual-editor h4, .edit-post-visual-editor h5, .edit-post-visual-editor h6 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  div.single__editor h3, div.single__editor h4, div.single__editor h5, div.single__editor h6, .edit-post-visual-editor h3, .edit-post-visual-editor h4, .edit-post-visual-editor h5, .edit-post-visual-editor h6 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
div.single__editor p, div.single__editor ul, .edit-post-visual-editor p, .edit-post-visual-editor ul {
  margin-bottom: 2rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media (max-width: 767px) {
  div.single__editor p, div.single__editor ul, .edit-post-visual-editor p, .edit-post-visual-editor ul {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
div.single__editor p + p, div.single__editor ul + p, .edit-post-visual-editor p + p, .edit-post-visual-editor ul + p {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  div.single__editor p + p, div.single__editor ul + p, .edit-post-visual-editor p + p, .edit-post-visual-editor ul + p {
    margin-top: 2rem;
  }
}
div.single__editor p + h2, div.single__editor ul + h2, .edit-post-visual-editor p + h2, .edit-post-visual-editor ul + h2 {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  div.single__editor p + h2, div.single__editor ul + h2, .edit-post-visual-editor p + h2, .edit-post-visual-editor ul + h2 {
    margin-top: 3rem;
  }
}
div.single__editor p + h3, div.single__editor ul + h3, .edit-post-visual-editor p + h3, .edit-post-visual-editor ul + h3 {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  div.single__editor p + h3, div.single__editor ul + h3, .edit-post-visual-editor p + h3, .edit-post-visual-editor ul + h3 {
    margin-top: 2rem;
  }
}
div.single__editor p + h4, div.single__editor p + h5, div.single__editor p + h6, div.single__editor ul + h4, div.single__editor ul + h5, div.single__editor ul + h6, .edit-post-visual-editor p + h4, .edit-post-visual-editor p + h5, .edit-post-visual-editor p + h6, .edit-post-visual-editor ul + h4, .edit-post-visual-editor ul + h5, .edit-post-visual-editor ul + h6 {
  margin-top: 2rem;
}
div.single__editor ul li, .edit-post-visual-editor ul li {
  list-style: disc inside;
}
div.single__editor ul li div, .edit-post-visual-editor ul li div {
  display: inline-block;
}
@media (min-width: 768px) {
  div.single__editor .wp-block-image, .edit-post-visual-editor .wp-block-image {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  div.single__editor .wp-block-image, .edit-post-visual-editor .wp-block-image {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
}/*# sourceMappingURL=style.css.map */