html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html {
  scroll-behavior: smooth;
}
body {
  line-height: 1;
}
a {
  text-decoration-skip-ink: auto;
}
button {
  outline: 0;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
q {
  display: inline;
  font-style: italic;
}
q:before {
  content: '"';
  font-style: normal;
}
q:after {
  content: '"';
  font-style: normal;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  padding: 2px;
}
big {
  font-size: 120%;
}
small,
sup,
sub {
  font-size: 80%;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
dd {
  margin-left: 20px;
}
kbd,
tt {
  font-family: courier;
  font-size: 12px;
}
ins {
  text-decoration: underline;
}
del,
strike,
s {
  text-decoration: line-through;
}
dt {
  font-weight: bold;
}
address,
cite,
var {
  font-style: italic;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
* {
  box-sizing: border-box;
  /* -webkit-tap-highlight-color: transparent;
  transition: all 0.5s ease; */
}
.sticky {
}
.bypostauthor {
}
.wp-caption {
}
.wp-caption-text {
}
.gallery-caption {
}
.alignright {
}
.alignleft {
}
.aligncenter {
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

/*基本設定*/
body {
  line-height: 1.5;
  letter-spacing: 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #505050;
  overflow-x: hidden;
}
.en {
  font-family: "Libre Caslon Display", serif;
}
body a {
  text-decoration: none;
  color: #505050;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.5s ease;
}
body img {
  vertical-align: bottom;
}
div#wrapper {
  width: 100%;
  overflow: hidden;
}
/*横並び*/
.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex_1culm {
  width: 100%;
}
.flex_2culm {
  width: 48%;
  margin-right: 4%;
}
.flex_2culm:nth-child(2n) {
  margin-right: 0%;
}
.flex_3culm {
  width: 32%;
  margin-right: 2%;
}
.flex_3culm_sp4:last-child {
  display: none;
}
.flex_3culm:nth-child(3n) {
  margin-right: 0%;
}
.flex_3culm_nopadding {
  margin: 0;
  width: 33.333%;
}
.flex_4culm {
  width: 23.5%;
  margin-right: 2%;
}
.flex_4culm:nth-child(4n) {
  margin-right: 0%;
}
.flex_6culm {
  width: 15%;
  margin-right: 2%;
}
.flex_6culm:nth-child(6n) {
  margin-right: 0%;
}
.flex_2culm_65 {
  width: 63%;
}
.flex_2culm_65:nth-child(2) {
  margin-left: 2%;
}
.flex_2culm_65 img {
  width: 100%;
}
.flex_2culm_35 {
  width: 35%;
}
.flex_2culm_35:nth-child(2) {
  margin-left: 2%;
}
.flex_2culm_35 img {
  width: 100%;
}
.flex_2culm_70 {
  width: 68%;
}
.flex_2culm_70:nth-child(2) {
  margin-left: 2%;
}
.flex_2culm_70 img {
  width: 100%;
}
.flex_2culm_30 {
  width: 30%;
}
.flex_2culm_30:nth-child(2) {
  margin-left: 2%;
}
.flex_2culm_30 img {
  width: 100%;
}
.al_center {
  align-items: center;
}
/*基本CSS*/
.maxwidth {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2%;
}
.maxwidth1000 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2%;
}
.maximg img {
  width: 100%;
  height: auto;
}
.mainimg {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.mainimg:after {
  content: "";
  position: absolute;
  z-index: 10;
  background: url(/wp-content/themes/excellenthome/assets/img/top/mainimg_icon_gray.svg);
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  background-position: left top;
  top: 0;
}
.mainimg:before {
  content: "";
  display: block;
  padding-top: 60%;
}
.mainimg img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  max-width: none;
}
.text {
  font-size: 16px;
}
.sm_text {
  font-size: 14px;
}
.center {
  text-align: center;
}
.sp_only {
  display: none;
}
.bold {
  font-weight: 500;
}
.bk_green {
  background: #7e9168;
  color: #fff;
}
.green {
  color: #7e9168;
}
.right {
  text-align: right;
}
@media only screen and (max-width: 780px) {
  .sp_only {
    display: inline-block;
  }
  .pc_only {
    display: none;
  }
}
.mobile-menu {
  position: unset;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  top: unset;
  background-color: unset;
  right: unset;
  height: 40px;
  z-index: 1000;
  width: 40px;
}
.mobile-menu__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: 0.4s;
  z-index: 10000;
  background: none;
  opacity: 1;
  border-radius: 100%;
}
.mobile-menu__checkbox:checked ~ .mobile-menu__btn {
  background: none;
}
.mobile-menu__sp_checkbox:checked ~ .mobile-menu__btn {
  background: none;
}
.mobile-menu__icon {
  display: block;
  position: relative;
  background: #fff;
  opacity: 1;
  width: 3em;
  height: 1px;
  transition: 0.4s;
  top: -4px;
  text-align: center;
  font-size: 10px;
}
.mobile-menu__icon span {
  font-size: 10px;
  color: #fff;
  letter-spacing: 0.5px;
}
.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon span {
  color: #fff;
}
.mobile-menu__sp_checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon span {
  color: #fff;
}
.mobile-menu__icon::after,
.mobile-menu__icon::before {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  width: 100%;
  height: 1px;
  transition: 0.4s;
}
.mobile-menu__icon::after {
  top: 6px;
}
.mobile-menu__icon::before {
  top: -6px;
}
.mobile-menu__icon p {
  color: #fff;
  font-size: 10px;
  width: 100%;
  padding-top: 9px;
}
.mobile-menu__container {
  position: absolute;
  text-align: center;
  display: block;
  align-items: center;
  justify-content: center;
  top: 9.9em !important;
  bottom: -1px;
  left: 0;
  right: unset;
  z-index: 1000;
  opacity: 1;
  transition: 0.5s;
  transition-delay: 0.2s;
  overflow: hidden;
  background: #ffffff;
  width: 100%;
  height: 0;
  border-top: solid 1px #fff;
}
.mobile-menu__container:before {
  content: "";
  background: inherit;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(3px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}
.mobile-menu__checkbox {
  display: none;
}
.mobile-menu__sp_checkbox {
  display: none;
}
.mobile-menu__checkbox:checked ~ .mobile-menu__nav {
  opacity: 1;
  transition-delay: 0s;
}
.mobile-menu__checkbox:checked ~ .mobile-menu__container {
  width: 100%;
  transition-delay: 0s;
  background: #891630;
  display: block;
  right: unset;
  left: 0;
  top: 9.9em !important;
  height: fit-content !important;
  color: #fff;
  border-top: solid 1px #fff;
}
.mobile-menu__sp_checkbox:checked ~ .mobile-menu__nav {
  opacity: 1;
  transition-delay: 0s;
}
.mobile-menu__sp_checkbox:checked ~ .mobile-menu__container {
  width: 100%;
  transition-delay: 0s;
  background: #891630;
  display: block;
  right: unset;
  left: 0;
  top: 9.9em !important;
  height: fit-content !important;
  color: #fff;
  border-top: solid 1px #fff;
}
span.menuen {
  font-family: "Roboto Mono", monospace;
  letter-spacing: -1px;
  font-size: 20px;
  margin: 0 0.5em;
  font-weight: 600;
  color: #fff;
}
.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon {
  background: transparent;
}
.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::before,
.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::after {
  top: 0;
}
.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background: #fff;
}
.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background: #fff;
}
.mobile-menu__sp_checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon {
  background: transparent;
}
.mobile-menu__sp_checkbox:checked
  ~ .mobile-menu__btn
  .mobile-menu__icon::before,
.mobile-menu__sp_checkbox:checked
  ~ .mobile-menu__btn
  .mobile-menu__icon::after {
  top: 0;
}
.mobile-menu__sp_checkbox:checked
  ~ .mobile-menu__btn
  .mobile-menu__icon::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background: #fff;
}
.mobile-menu__sp_checkbox:checked
  ~ .mobile-menu__btn
  .mobile-menu__icon::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background: #fff;
}
.mobile-menu__list {
  transition-delay: 0.5s;
  list-style: none;
  margin-top: 0px;
  padding: 0 10%;
  width: 100%;
}
.header_main__pc_menu_flex {
  justify-content: space-between;
}
.header_main__pc_menu__list {
  text-align: left;
  font-size: 14px;
}
.header_main__pc_menu__list a {
  line-height: 1.7;
  color: #fff;
  font-weight: 400;
  position: relative;
}
.header_main__pc_menu--content a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.header_main__pc_menu__list a:after {
  content: "›";
  display: inline-block;
  margin-left: 1em;
  font-size: 19px;
}
.header_main__pc_menu {
  padding: 2em 0 4em;
}
/*トップページ*/
.search-container {
  position: relative;
  width: 300px;
}
.search-container input {
  border: solid 1px #e5e3dd;
  border-radius: 3em;
  padding: 0.9em 2em 0.7em;
  text-align: left;
}
.search-input {
  width: 100%;
  padding: 10px;
  padding-right: 40px;
}
.search-icon {
  position: absolute;
  right: 1em;
  top: calc(50% - 3px);
  transform: translateY(-50%);
  cursor: pointer;
}
/*メインビジュアルタブ*/
.mv {
  padding: 2em 0;
  background: #f7f6f3;
}
.tab-004 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tab-004 > label {
  flex: 1 1;
  order: -1;
  position: relative;
  min-width: 70px;
  padding: 0.7em 1em;
  background-color: unset;
  color: #e0d0d4;
  font-size: 0.9em;
  text-align: center;
  cursor: pointer;
  max-width: 333px;
  display: block;
  opacity: 0.5;
  font-weight: 600;
  border: solid 1px #e0d0d4;
}
.tab-004 > label:hover,
.tab-004 label:has(:checked) {
  background-color: unset;
  color: #891630;
  opacity: 1;
  border-right: solid 1px #891630;
  border: solid 1px #891630;
}
.tab-004 > label,
.tab-004 label.temp-disable-style {
  color: #e0d0d4;
  border: solid 1px #e0d0d4;
}
.tab-004 > div.temp-hide-content {
  opacity: 0;
}
.tab-004 label:has(:checked)::before {
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 15px;
  height: 8px;
  background-color: #891630;
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.tab-004 > label:first-child {
  border-radius: 3em 0 0 3em;
}
.tab-004 > label:nth-child(5) {
  border-radius: 0em 3em 3em 0em;
}
.tab-004 input {
  display: none;
}
.tab-004 > div {
  display: none;
  width: 100%;
  padding: 2.5em 1em 1em;
  overflow: hidden;
}
.tab-004 label:has(:checked) + div {
  display: block;
}
.temp-disable-style:before {
  display: none;
}
.tab_content {
  opacity: 0;
  transition: opacity 1s ease;
}
.header_subtext__ttl {
  font-weight: 600;
  color: #505050;
  font-size: 14px;
  padding: 0.8em 0em;
}
.header_subtext__ttl span {
  color: #891630;
}
.header_subtext {
  border-bottom: solid 1px #e5e3dd;
}
.header_subtext__content {
  justify-content: space-between;
}
.header_subtext__menu {
  align-items: flex-end;
}
.header_subtext__menu--news {
  font-size: 12px;
  padding: 0.8em 2em;
  display: inline-block;
  height: fit-content;
  line-height: 1;
  border-radius: 5px 5px 0 0;
  border: solid 1px #e5e3dd;
  border-bottom: unset;
  margin-left: 1em;
  background: #fff;
  margin-bottom: -1px;
}
a.header_subtext__menu--news {
  background: #faf9f7;
  color: #cccccc;
}
.header_ttl {
  padding: 0.8em 2%;
  justify-content: space-between;
}
.header_menu {
  background: #891630;
}
.header_menu__list {
  justify-content: space-between;
}
.header_menu__list--menu a {
  color: #fff;
  font-weight: 500;
  padding: 0.5em 0;
  display: inline-block;
  border-bottom: solid 2.5px #891630;
}
.header_menu__list--menu a:hover {
  border-bottom: solid 2.5px #fff;
}
.header_menu__list--menu a.active {
  border-bottom: solid 2.5px #fff;
}
.header_menu__list--menu a.no_active.active {
  border-bottom: solid 2.5px #891630;
}
.header_menu__list--menu a.no_active.active:hover {
  border-bottom: solid 2.5px #fff;
}
.slider-arrow.slider-prev.slick-arrow {
  position: absolute;
  z-index: 1;
  top: calc(50% - 1.15em);
  left: 13%;
  cursor: pointer;
  z-index: 10;
}
.slider-arrow.slider-prev.slick-arrow img {
  height: 2.3em;
}
.slider-arrow.slider-next.slick-arrow {
  position: absolute;
  z-index: 1;
  top: calc(50% - 1.15em);
  right: 13%;
  cursor: pointer;
  z-index: 10;
}
.slider-arrow.slider-next.slick-arrow img {
  height: 2.3em;
}
.tab_content__slide {
  width: 130%;
  margin-left: -15%;
  position: relative;
}
.tab_content__slide:before {
  content: "";
  width: 15%;
  height: 100%;
  position: absolute;
  left: calc(0% - 1.5em);
  background: rgb(255 255 255 / 24%);
  z-index: 100;
}
.tab_content__slide:after {
  content: "";
  width: 15%;
  height: 100%;
  position: absolute;
  right: calc(0% - 1.8em);
  background: rgb(255 255 255 / 55%);
  top: 0;
  z-index: 10;
}
.tab_content__slide .slick-slide {
  margin: 0 0.8em;
}
.tab_content__slide--content {
  border-radius: 5px;
  background: #fff;
  min-height: unset;
  border: solid 1px #e5e3dd;
  height: 100%;
  display: block;
}
.tab_content__slide .slick-slide > div {
  height: 100%;
}
.tab_content__slide--img {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.tab_content__slide--img:before {
  content: "";
  display: block;
  padding-top: 65%;
}
.tab_content__slide--img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  max-width: none;
}
.tab_content__slide--ttl {
  margin: 10px 15px 15px;
}
.tab_content__slide--teikyo {
  margin: 0px 15px 15px;
}
.tab_content__slide--date {
  margin: 0px 15px 10px;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  /* text-align: center; */
  /* font-size: 18px; */
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-button-prev {
  position: absolute;
  left: 13%;
  top: calc(50% - 1.15em);
  z-index: 100;
}
.swiper-button-prev:after {
  display: none;
}
.swiper-button-prev img {
  height: 2.3em;
}
.swiper-button-next {
  position: absolute;
  right: 13%;
  top: calc(50% - 1.15em);
  z-index: 100;
}
.swiper-button-next:after {
  display: none;
}
.swiper-button-next img {
  height: 2.3em;
}

/*MVスクロール*/
.scroll-container {
  position: relative;
  width: 100%;
  overflow: hidden; /* 必要に応じて */
}
.scroll-content {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth; /* スムーズスクロールの効果 */
}
.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  cursor: pointer;
  z-index: 1;
  background: unset;
}
.left-btn {
  left: 0;
}
.right-btn {
  right: 0;
}
.scroll-content__archive {
  display: flex;
  width: 130%;
  min-width: 130%;
  margin-left: -15%;
}
.tab_content.tab_content__scroll {
  padding: 2.5em 0em 1em;
}
.scroll-content__archive .tab_content__slide--content {
  margin: 0 0.8em;
  width: calc(14.284% - 1.6em);
  min-width: calc(14.284% - 1.6em);
}
.scroll-content.active {
  cursor: grabbing;
}
.scroll-content {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.scroll-content::-webkit-scrollbar {
  display: none;
}

/*MVスクロール END*/

.main_ttl {
  line-height: 1.3;
  font-weight: 600;
  max-height: unset;
  overflow: hidden;
  display: block;
  font-size: 15px;
}
.main_ttl.tab_content__slide--ttl {
  max-height: unset;
}
.swiper-slide {
  height: auto;
}
a:hover .main_ttl {
  text-decoration: underline;
  text-underline-offset: 2px;
}
a.main_ttl:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.main_teikyo {
  font-size: 12px;
  color: #aaaaaa;
  flex-wrap: unset;
}
.main_teikyo span {
  background: #f7f6f3;
  padding: 0.1em 0.5em;
  margin-right: 0.5em;
  white-space: nowrap;
}
.main_date {
  font-size: 12px;
  color: #aaaaaa;
  display: block;
}
.main_date span {
  color: #891630;
  margin-left: 1em;
}
.main_date a:hover span {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.main_content {
  width: 75%;
}
.sidebar {
  width: 25%;
  padding-left: 3%;
}
.main_container {
  padding: 5em 2% 1em;
}
.key_word__ttl {
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  margin-bottom: 0.8em;
}
.key_word__list {
  width: 100%;
}
.key_word__more {
  width: 100%;
  text-align: right;
}
.key_word__list li a {
  color: #891630;
  font-size: 14px;
  border: solid 1px #891630;
  border-radius: 1em;
  padding: 0 0.6em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  display: inline-block;
}
.key_word__list li a:hover {
  background: #891630;
  color: #fff;
}
.hidden-keyword {
  display: none;
}
.key_word__more a {
  margin-bottom: 0.5em;
  margin: 0 0 0 auto;
}
.key_word {
  margin-bottom: 2em;
}
.tp_main_archive .main_archive__content {
  margin-right: 0%;
  margin-bottom: 3%;
}
.tp_main_archive .main_archive__content:first-child {
  width: 100%;
  margin-right: 0%;
}
.tp_main_archive .main_archive__content:nth-child(2n) {
  margin-right: 4%;
}
.main_archive__content--img {
  width: 38%;
  height: fit-content;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #efece5;
}
.main_archive__content--img:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.main_archive__content--img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 101%;
  max-width: none;
  object-fit: contain;
}
.main_archive__content--content {
  width: 62%;
  padding-left: 1em;
}
.main_archive__content--ttl {
  margin-bottom: 0.5em;
}
.tp_main_archive .main_archive__content:first-child .main_ttl {
  font-size: 23px;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.main_archive__content--teikyo {
  margin-bottom: 0.5em;
}
.tp_main_archive .main_archive__content:first-child .main_teikyo {
  font-size: 14px;
}
.main_archive__content--subtext {
  font-size: 14px;
  color: #666666;
  margin-top: 0.5em;
  display: block;
}
.main_subtext.main_archive__content--subtext:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.tp_main_news {
  border: solid 1px #e5e3dd;
  margin: 2em 0 3em;
  padding: 2em;
  border-radius: 5px;
}
.main_news__ttl {
  font-size: 20px;
  font-weight: 600;
  color: #505050;
  margin-bottom: 1em;
}
.news_archive__content--img {
  width: 11%;
  height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid #efece5;
}
.news_archive__content--img:before {
  content: "";
  display: block;
  padding-top: 70%;
}
.news_archive__content--img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 101%;
  max-width: none;
}
.news_archive__content {
  align-items: center;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: solid 1px #e5e3dd;
}
.news_archive__content:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.news_archive__content--content {
  width: 89%;
  padding-left: 1em;
}
.news_archive__content--ttl {
  margin-bottom: 0.5em;
}
.tp_category_archive__content {
  margin-bottom: 1.5em;
}
.tp_category_archive__content--ttl {
  justify-content: space-between;
  border-bottom: solid 1px #e5e3dd;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  position: relative;
  width: 100%;
}
.tp_category_archive__content--ttl:after {
  content: "";
  width: 2em;
  position: absolute;
  height: 1px;
  border-bottom: solid 1px #891630;
  bottom: -0.75px;
}
.tp_category_archive__content--ttl img {
  vertical-align: revert;
  height: 0.7em;
}
.tp_category_archive__content--archive > a {
  margin-bottom: 1em;
}
.tp_category_archive__content--archive > div {
  margin-bottom: 1em;
}
.tp_category_archive__content--archive .press_archive__first_content {
  margin-bottom: 1.5em;
}
.tp_category_archive__content--archive .main_archive__content--ttl {
  font-size: 14px;
}
.tp_category_archive__content--archive .main_archive__content--img {
  width: 30%;
}
.tp_category_archive__content--archive .main_archive__content--content {
  width: 70%;
}
.tp_category_archive__content--archive
  div:first-child
  .main_archive__content--ttl {
  font-size: 15px;
}
.tp_category_archive__content--archive
  div:first-child
  .main_archive__content--img {
  width: 38%;
}
.tp_category_archive__content--archive
  div:first-child
  .main_archive__content--content {
  width: 62%;
}
.tp_category_archive__content--archive
  .press_archive__first_content:first-child
  .main_archive__content--img {
  width: 20%;
}
.tp_category_archive__content--archive
  .press_archive__first_content:first-child
  .main_archive__content--content {
  width: 80%;
}
.tp_category_archive__content--archive
  .main_archive__content:nth-child(n + 2)
  .main_archive__content--img
  img {
  width: 110%;
}
.tp_category_archive__content--archive
  .main_archive__content:nth-child(n + 2)
  .main_archive__content--img:before {
  padding-top: 75%;
}
.press_archive__content--date {
  width: 15%;
}
.press_archive__content {
  align-items: baseline;
}
.main_date .press_archive__content--time {
  margin-left: 0;
  color: unset;
}
.press_archive__content--ttl {
  width: 85%;
  font-size: 13px;
  line-height: 1.5;
}
.osusume {
  border-top: solid 1px #e5e3dd;
  padding: 2em 0;
}
.osusume_content__ttl {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1em;
}
.osusume_content__archive--img {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.osusume_content__archive--img:before {
  content: "";
  display: block;
  padding-top: 65%;
}
.osusume_content__archive--img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  max-width: none;
}
.osusume_content__archive--ttl {
  font-size: 14px;
  margin-top: 0.5em;
}
.osusume_content__archive--ttl img {
  height: 1em;
  margin-right: 0.5em;
}
.more a {
  font-size: 14px;
  width: fit-content;
}
.more a img {
  height: 1em;
  margin-right: 0.5em;
  vertical-align: middle;
}
.ranking_ttl {
  font-size: 18px;
  font-weight: 600;
  color: #891630;
  margin-bottom: 0.8em;
}
.ranking_archive__content span {
  font-size: 18px;
  font-weight: 600;
  color: #891630;
}
.ranking_archive__content--content {
  width: calc(100% - 3em);
  padding-left: 1em;
}
.ranking_archive__content--ttl {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 0.5em;
  display: inline-block;
  max-height: unset;
}
.ranking_archive__content {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: solid 1px #e5e3dd;
}
.main_date span.pr {
  background: #f7f6f3;
  padding: 0.1em 0.5em;
  margin-right: 0.5em;
  white-space: nowrap;
  color: #aaaaaa;
  font-size: 12px;
  margin-left: 0;
  font-weight: 400;
}
.ranking_archive__content:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.ranking {
  margin-bottom: 3em;
}
.sidebar_banner {
  margin-bottom: 3em;
}
.sidebar_banner__content {
  display: block;
  margin-bottom: 1.5em;
}
.sidebar_news_ttl {
  font-size: 14px;
  font-weight: 600;
  color: #891630;
  margin-bottom: 0.8em;
}
.sidebar_news_archive__content--ttl {
  font-size: 13px;
  margin-bottom: 0.5em;
  line-height: 1.8;
}
.sidebar_news_archive__content {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: solid 1px #e5e3dd;
}
.sidebar_news_archive__content:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidebar_news__more {
  display: flex;
  justify-content: flex-end;
  margin-top: 1em;
}
.footer {
  background: #505050;
  color: #fff;
  padding: 3em 0 1em;
  background: linear-gradient(to right, #2b2b2b, #505050);
}
.footer a {
  color: #fff;
}
#page-top {
  position: fixed;
  bottom: 2em;
  right: 2em;
  z-index: 10000;
}
#page-top img {
  width: 3em;
  vertical-align: bottom;
}
.footer_about__ttl {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0.8em;
}
.footer_about__description {
  margin-bottom: 2em;
  line-height: 1.7;
}
.footer_about__main--img img {
  border-radius: 5px;
}
a.footer_about__main--content:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer_about__main--text {
  margin: 0.5em 0 0;
}
.footer_about {
  margin-bottom: 3em;
}
.footer_event {
  border-top: solid 1px #707070;
  border-bottom: solid 1px #707070;
  padding: 2em 0 0.5em;
}
.footer_event__ttl {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1em;
}
.footer_event__archive--img {
  width: 30%;
  height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.footer_event__archive--img:before {
  content: "";
  display: block;
  padding-top: 65%;
}
.footer_event__archive--img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 101%;
  max-width: none;
}
a:hover .footer_event__archive--ttl span {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer_event__archive--ttl {
  width: 70%;
  padding-left: 1em;
  font-size: 12px;
  color: #bbbbbb;
}
.footer_event__archive--ttl span {
  font-size: 14px;
  display: block;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0.3em;
}
.footer_event__archive--content {
  margin-bottom: 2%;
  align-items: flex-start;
}
.footer_menu__list--content a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer_menu {
  border-bottom: solid 1px #707070;
  padding: 2em 0 2em;
}
.footer_menu__content {
  font-size: 14px;
  margin-right: 6em;
  line-height: 2;
  font-weight: 500;
}
.footer_menu__list--sub_content a {
  font-size: 13px;
  color: #bbbbbb;
}
.footer_menu__list--sub_content a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer_company__logo span {
  font-size: 10px;
  color: #bbbbbb;
}
.footer_company__logo img {
  height: 1.7em;
}
.footer_company__main {
  justify-content: space-between;
  margin-top: 1em;
}
.footer_company__banner img {
  height: 2em;
  margin-left: 1em;
}
.breadcrumbs {
  font-size: 13px;
  color: #aaa;
  font-weight: 500;
  margin-bottom: 1em;
  margin-top: -3em;
}
.breadcrumbs a {
  color: #aaa;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs span {
  margin-right: 1em;
}
.main_content__ttl h1 {
  color: #891630;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 2em;
}
.low_main_archive {
  margin: 3em 0;
}
.low_main_archive .main_archive__content {
  width: 100%;
  margin-right: 0;
}
.low_main_archive .main_archive__content:nth-child(2n) {
  width: 100%;
  margin-right: 0;
}
.low_main_archive .main_archive__content--img {
  width: 15%;
}
.low_main_archive .main_archive__content--content {
  width: 85%;
}
.low_main_archive .main_archive__content {
  margin-right: 0%;
  margin-bottom: 3%;
}
.low_main_archive.tp_main_archive
  .main_archive__content:first-child
  .main_archive__content--img {
  width: 38%;
}
.low_main_archive.tp_main_archive
  .main_archive__content:first-child
  .main_archive__content--content {
  width: 62%;
}
.pagenavi {
  margin: 1em 0 3em;
  justify-content: center;
}
.pagenavi span {
  height: 2em;
  width: 2em;
  border: solid 1px #891630;
  color: #891630;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d6c3c7;
  margin-right: 1em;
}
.pagenavi a {
  height: 2em;
  width: 2em;
  border: solid 1px #891630;
  color: #891630;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1em;
}
.pagenavi a:hover {
  background: #d6c3c7;
}
.pagenavi .pagenavi_yazirushi {
  border: none;
}
.post_category {
  color: #891630;
  font-size: 12px;
  margin-bottom: 0.5em;
}
.post_category a {
  color: #891630;
}
.post_category a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.post_ttl h1 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 0em;
}

.post_detail__date {
  font-size: 13px;
  color: #aaaaaa;
}
.box_flex {
  display: flex;
  align-items: center;
  margin: 0.5em 0 0;
}
.box_flex .tag{
  font-size: 12px;
  background: #f7f6f3;
  color: #aaa;
  padding:0.3em 1em ;
  margin-right: .5em;

}
.box_flex .company_name{
  color: #aaa;
  font-size: 13px;
  margin-right: 1em;
}
.box_flex .post_detail__date{
}
.post_detail {
  justify-content: space-between;
  margin-bottom: 3em;
}
.post_detail__sns a {
  margin-left: 1em;
}
.post_container__content {
  margin: 3em 0;
}
.post_container__movie {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.post_container__movie:before {
  content: "";
  display: block;
  padding-top: 60%;
}
.post_container__movie video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  max-width: none;
}
/*
.post_container__h2 {
  font-size: 24px;
  font-weight: 600;
  color: #3f3f3f;
  margin-bottom: 1.5em;
}
.post_container__h3 {
  font-size: 20px;
  font-weight: 600;
  color: #3f3f3f;
  margin-bottom: 1.5em;
}
.post_container__text {
  font-size: 15px;
  color: #666666;
  line-height: 1.8;
  margin-bottom: 3em;
}
*/
.post_container__centerimg {
  width: 100%;
  max-width: 550px;
  margin: 0em auto 2em;
}
.post_container__centerimg img {
  width: 100%;
  margin-bottom: 0.5em;
}
.post_container__centerimg--text {
  color: #666666;
  font-size: 13px;
}
.post_container__content--left {
  width: 35%;
  margin-right: 5%;
}
.post_container__content--right {
  width: 60%;
}
.post_bottomdetail {
  margin: 3em 0;
}
.post_bottomdetail__img {
  height: auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 2%;
}
.post_bottomdetail__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.post_bottomdetail__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 102%;
  max-width: none;
}
.post_bottomdetail__date {
  width: 100%;
  text-align: right;
  justify-content: flex-end;
}
.post_bottomdetail__date {
  width: 100%;
  text-align: right;
  font-size: 13px;
  color: #aaaaaa;
  margin-top: 15px;
}
.post_bottomdetail__date span {
  color: #505050;
}
.footer_copy {
  font-size: 12px;
  padding: 3em 0 2em;
}
.post_container__list {
  padding: 0em 2em;
}
.post_container__list--content {
  margin-bottom: 2em;
}
.post_container__list--content h4 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.post_container__list--content .post_container__text {
  margin-bottom: 0;
}
.post_container__list--content_flex_img {
  width: 15%;
  height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.post_container__list--content_flex_img:before {
  content: "";
  display: block;
  padding-top: 85%;
}
.post_container__list--content_flex_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  max-width: none;
}
.post_container__list--content_flex_text {
  width: 85%;
  padding-left: 1.5em;
}
.post_container__ttl {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0.5em;
  display: block;
}
.post_container__ttl:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.post_container__list--content_flex_text p {
  margin-bottom: 0;
}
.post_container__list--content_flex_text h4 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.post_container__postarchive--text a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
a.post_container__text:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.post_container__list--content_flex {
  margin-bottom: 2em;
}
.post_container__comment {
  border: solid 1px #e5e3dd;
  border-radius: 5px;
  padding: 2em;
}
.post_container__comment h2 {
  font-size: 14px;
  font-weight: 600;
  color: #666666;
  margin-bottom: 1em;
}
.post_container__comment p {
  font-size: 14px;
  color: #666666;
}
.post_container__postarchive--img {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.post_container__postarchive--img:before {
  content: "";
  display: block;
  padding-top: 48%;
}
.post_container__postarchive--img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  max-width: none;
}
.low_page_archive__content--ttl.main_ttl {
  font-size: 14px;
  margin-right: 2em;
  letter-spacing: 1px;
}
.low_page_archive__content {
  margin-bottom: 1em;
}
.post_container__postarchive--text {
  background: #f4f4f4;
  border-radius: 0 0 5px 5px;
  padding: 1.5em;
}
.post_container__postarchive--ttl span {
  font-size: 17px;
  font-weight: 600;
  display: block;
  margin-bottom: 0.5em;
}
.post_container__postarchive--ttl {
  font-size: 15px;
  color: #505050;
  margin-bottom: 1em;
}
.post_container__postarchive--ttl span {
  color: #666666;
}
.post_container__postarchive--link {
  font-size: 14px;
  color: #aaaaaa;
}
.post_container__postarchive--link a {
  font-size: 14px;
  color: #aaaaaa;
}
.low_main_archive.low_main_archive__pagearchive .main_archive__content--img {
  width: 20%;
}
.low_main_archive.low_main_archive__pagearchive
  .main_archive__content--content {
  width: 80%;
}
.page_book__osusume {
  background: #f7f6f3;
  width: 90%;
  margin: 2em auto 3em;
  padding: 2em;
}
.page_book__osusume h3 {
  font-size: 17px;
  font-weight: 600;
  padding-bottom: 0.5em;
  margin-bottom: 2em;
  border-bottom: solid 1px #e5e3dd;
}
.page_book__osusume--img img {
  width: 60%;
  border: solid 1px #aaaaaa;
  margin-bottom: 1em;
}
.page_book__osusume--content {
  width: 30%;
  margin-right: 5%;
}
.page_book__osusume--img {
  display: block;
}
.page_book__osusume--text span {
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 0.2em;
}
.page_book__osusume--text {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0.2em;
}
.page_book__osusume--text:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.page_book__osusume--subtext {
  color: #c9c8c8;
  font-weight: 600;
  font-size: 14px;
}
.page_book__search .search-container input {
  border: solid 1px #e5e3dd;
  border-radius: 0;
  padding: 0.6em 0em 0.5em 1em;
  text-align: left;
  background: #f7f6f3;
}
.page_book__search .search-icon {
  right: 0;
  display: block;
  height: 100%;
  top: 0;
  transform: unset;
}
.page_book__search .search-icon img {
  height: 100%;
}
.page_book__detail {
  width: 75%;
  margin: 0 auto;
}
.page_book__detail--img {
  width: 27%;
  margin-right: 8%;
}
.page_book__detail--img img {
  width: 100%;
  border: solid 1px #aaaaaa;
}
.page_book__detail--flex_text {
  width: 65%;
}
.page_book__detail--ttl {
  font-size: 14px;
  font-weight: 600;
}
.page_book__detail--ttl:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.page_book__detail--ttl span {
  font-size: 20px;
  display: block;
  margin-bottom: 0.2em;
}
.page_book__detail--subtext {
  font-size: 14px;
  font-weight: 600;
  color: #c9c8c8;
  margin-bottom: 0.5em;
}
.page_book__detail--bk span {
  display: inline-block;
  background: #935a67;
  color: #fff;
  font-size: 14px;
  padding: 0.1em 0.5em;
}
.page_book__detail--bk_more a img {
  border-bottom: solid 1px rgb(0 0 0 / 0%);
  padding: 0.2em 0;
}
.page_book__detail--bk_more a:hover img {
  border-bottom: solid 1px #000;
}
.page_book__detail--bk {
  margin-bottom: 0.7em;
  justify-content: space-between;
}
.page_book__detail--table_text {
  font-size: 14px;
  margin-right: 0em;
  width: 50%;
}
.page_book__detail--table_text span {
  font-weight: 600;
}
.page_book__detail--table {
  margin-bottom: 0.7em;
}
.page_book__detail--button_ttl {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0.5em;
}
.page_book__detail--maintext {
  margin: 3em 0 2em;
  padding: 2em 0;
  border-top: solid 1px #e5e3dd;
  border-bottom: solid 1px #e5e3dd;
  font-size: 14px;
  line-height: 1.8;
}
.page_book__detail--maintext h3 {
  font-weight: 600;
  margin-bottom: 1em;
}
.page_book__detail--tyosya {
  font-weight: 600;
  color: #8e8e8e;
  font-size: 14px;
  margin-bottom: 2em;
}
.page_book__detail--tyosya h3 {
  margin-bottom: 0.5em;
  color: #3f3f3f;
}
.page_book__detail--bk_more a {
  display: inline-block;
}
.page_book__detail--bk_more img {
  vertical-align: baseline;
}
.page_book__detail--graytext {
  font-size: 14px;
  background: #f0f0f0;
  padding: 1em 1.5em;
  line-height: 1.8;
  margin: 1em 0;
  display: block;
}
.page_book {
  margin-bottom: 3em;
}
/*POST*/
.post_container {
  margin-bottom: 3em;
}
.post_container video {
  width: 100%;
  margin-bottom: 3em;
}
.post_container img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 0 1em;
}
.post_container h2 {
  font-size: 24px;
  font-weight: 600;
  color: #3f3f3f;
  margin-bottom: 1.5em;
}
.post_container h3 {
  font-size: 20px;
  font-weight: 600;
  color: #3f3f3f;
  margin-bottom: 1.5em;
}
.post_container p {
  font-size: 15px;
  color: #666666;
  line-height: 1.8;
  margin-bottom: 3em;
}
.alignleft {
  float: left;
  margin-right: 2em;
  margin-bottom: 2em;
}
.alignleft + p {
  overflow: auto;
  display: inline;
}
.post_container .alignleft img {
  width: 100%;
  margin-bottom: 0.5em;
}
.post_container p.wp-caption-text {
  font-size: 12px;
  max-width: 100%;
  margin: 0 auto 3em;
}
.post_container .alignleft p.wp-caption-text {
  margin: 0;
  max-width: 100%;
}
.wp-caption {
  margin-bottom: 3em;
  max-width: 100%;
}
.aligncenter {
  margin: 0 auto 3em;
}
/*スライダー*/
.slick-slider div {
  transition: none;
}
.sp_only {
  display: none;
}
@media only screen and (max-width: 780px) {
  .sp_only {
    display: inline-block;
  }
  .pc_only {
    display: none;
  }
}

.main_404 h2 {
  font-size: 26px;
  font-weight: 600;
  color: #3f3f3f;
  margin-bottom: 0.6em;
}

.main_404 p {
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
  margin-bottom: 3em;
}

.main_404__button {
  max-width: 198px;
  margin: 0 auto;
}

.main_404__button a {
  display: block;
  text-align: center;
  color: #891630;
  border: solid 1px #891630;
  font-size: 16px;
  line-height: 1.8;
  min-height: 48px;
  border-radius: 30px;
  padding: 7px 0;
}

.main_404__button a:hover {
  background: #891630;
  color: #fff;
}

.category_word__list {
  justify-content: space-between;
  margin: 5em auto 0;
  max-width: 470px;
}

.category_word__list li {
  width: calc(100% / 3);
  max-width: 126px;
  margin-bottom: 1.5em;
}

.category_word__list li:nth-child(n + 4) {
  margin-bottom: 0;
}

.category_word__list li a:hover {
  text-decoration: underline;
}

.category_word__list li a {
  font-size: 15px;
}

.nopc {
  display: none;
}

.post_gallery_content .slider_wrap {
  background: #f7f6f3;
}

.post_gallery_content .slider_wrap img {
  max-width: 100%;
}

.slide-item figcaption {
  padding: 20px 20px 0;
  font-size: 14px;
}

.post_gallery_content .slider_thumb {
  padding: 60px 30px 0;
  justify-content: space-between;
}

.post_gallery_content .slider_thumb::after {
  content: "";
  display: block;
  width: 32%;
  max-width: 250px;
}

.post_gallery_content .thumbnail-item {
  width: 32%;
  max-width: 250px;
  padding-bottom: 30px;
}

.post_gallery_content .thumbnail-item figcaption {
  font-size: 14px;
  padding: 10px 0 0;
}

.pswp__caption__center {
  max-width: 800px;
  padding: 0 20px 20px;
}

.my-gallery {
  position: relative;
}

.my-gallery::before {
  position: absolute;
  content: "";
  background: url("../img/ico_zoom.svg") no-repeat;
  width: 36px;
  height: 36px;
  background-position: center;
  background-size: 36px;
  z-index: 1;
  right: 20px;
  bottom: 63px;
  pointer-events: none;
}

.post_gallery_content button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.post_gallery_content button.prev-arrow {
  position: absolute;
  color: transparent;
  cursor: pointer;
  width: 48px;
  height: 48px;
  top: 100px;
  left: 20px;
  background: url("../img/ico_srider_prev.svg") no-repeat;
  background-size: 48px;
  background-position: center;
  z-index: 1;
}

.post_gallery_content button.next-arrow {
  position: absolute;
  color: transparent;
  cursor: pointer;
  width: 48px;
  height: 48px;
  top: 100px;
  right: 20px;
  background: url("../img/ico_srider_next.svg") no-repeat;
  background-size: 48px;
  background-position: center;
  z-index: 1;
}

.post_gallery_content .slick-num {
  position: absolute;
  z-index: 2;
  right: 20px;
  background: rgb(102 102 102 / 60%);
  min-width: 43px;
  padding: 2px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  top: 20px;
}

.post_back__button {
  max-width: 198px;
  margin: 0 auto 5em;
}

.post_back__button a {
  position: relative;
  display: block;
  text-align: center;
  color: #891630;
  border: solid 1px #891630;
  font-size: 16px;
  line-height: 1.8;
  min-height: 48px;
  border-radius: 30px;
  padding: 7px 0;
}

.post_back__button a::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 100%;
  left: 15px;
  top: 0;
  background: url("../img/ico_back_arrow.svg") no-repeat;
  background-size: 14px;
  background-position: center;
}

.post_back__button a:hover {
  background: #891630;
  color: #fff;
}

