@charset "UTF-8";
/* reset
========================================================================== */
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
figcaption,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
  margin: 0;
  padding: 0;
  font: inherit;
  vertical-align: baseline;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

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

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

a,
input {
  outline: none;
}

input,
textarea {
  border-radius: 0;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  cursor: pointer;
}

abbr,
acronym {
  border: 0;
}

* {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*---_setting------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #171717;
  background-color: #FCF7F7;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1.78;
  position: relative;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  color: #171717;
  text-decoration: none;
  transition-property: all;
  transition-duration: 0.5s;
}
a img {
  transition-property: all;
  transition-duration: 0.5s;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}

/* all
---------------------------------------------------------------------------------------*/
.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}

/*---_setting------------------------------------------------------------------*/
.header {
  position: relative;
}
.header .header_inr {
  margin: auto;
  padding: 0 0 0 2%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header .header_inr {
    padding: 0;
    width: auto;
  }
}
@media screen and (min-width: 930px) {
  .header .calendar_area {
    position: absolute;
    top: 70px;
    right: 0;
    z-index: 9;
    width: 180px;
    background: #FFFFFF;
    text-align: center;
    padding: 25px 20px 20px;
  }
  .header .calendar_area .calendar_area_inr {
    display: flex;
    justify-content: center;
  }
  .header .calendar_area .calendar_area_inr .date {
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
    font-size: 3.4rem;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 15px;
  }
  .header .calendar_area .calendar_area_inr .ico_cal {
    width: 22px;
    margin-left: 10px;
  }
  .header .calendar_area .open {
    background: #500606;
    color: #FFFFFF;
    font-size: 1.3rem;
    line-height: 3;
  }
  .header .calendar_area .close {
    background: #AAAAA8;
    color: #FFFFFF;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 929px) {
  .header .calendar_area {
    position: fixed;
    bottom: 0px;
    left: 0;
    z-index: 9;
    width: 100%;
    background: #FFFFFF;
    color: #000000;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    text-align: center;
    padding: 13px;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .header .calendar_area .calendar_area_inr {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
  .header .calendar_area .calendar_area_inr .date {
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
    font-size: 2.3rem;
    letter-spacing: 0;
    line-height: 1;
  }
  .header .calendar_area .calendar_area_inr .ico_cal {
    width: 35px;
    margin-right: 15px;
    border-right: 1px solid #E6E6E6;
    padding-right: 15px;
  }
  .header .calendar_area .open {
    background: #500606;
    color: #FFFFFF;
    font-size: 1.3rem;
    line-height: 1;
    padding: 10px 20px;
    margin-left: 20px;
  }
  .header .calendar_area .close {
    background: #AAAAA8;
    color: #FFFFFF;
    font-size: 1.3rem;
  }
}
.header .header_first .header_logo {
  max-width: 160px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .header .header_first .header_logo {
    max-width: 100px;
    margin-top: 6px;
    margin-left: 10px;
  }
}
.header .header_first .header_top_nav {
  display: flex;
  flex-wrap: wrap;
}
.header .header_first .header_top_nav .search_btn {
  position: relative;
  margin: 24px 0 0 0;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .header .header_first .header_top_nav .search_btn {
    display: none;
  }
}
.header .header_first .header_top_nav .search_btn #search-text {
  position: relative;
  z-index: 2;
  width: 180px;
  height: 32px;
  border: none;
  background: none;
  border-bottom: 1px solid #171717;
  padding: 5px 20px 5px 5px;
  cursor: pointer;
}
.header .header_first .header_top_nav .search_btn .searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  display: block;
  width: 32px;
  height: 32px;
  padding: 5px;
  background: url("images/common/ico_search.png") no-repeat left center;
  background-size: 22px 22px;
  cursor: pointer;
}
.header .header_first .header_top_nav .lang {
  margin: 20px 20px;
}
@media screen and (max-width: 767px) {
  .header .header_first .header_top_nav .lang {
    display: none;
  }
}
.header .header_first .header_top_nav .lang a {
  display: inline-block;
  padding: 4px 20px 7px 0px;
  position: relative;
  border-bottom: 1px solid #171717;
  font-family: "Libre Baskerville", serif;
  font-size: 1.4rem;
}
.header .header_first .header_top_nav .lang a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 5px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #171717;
  border-right: 1px solid #171717;
  transform: rotate(45deg);
  transition-property: all;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .header .header_first .header_top_nav .lang a:after {
    right: 5px;
  }
}
.header .header_first .header_top_nav .lang a:hover:after {
  right: 0;
}
@media screen and (max-width: 767px) {
  .header .header_first .header_top_nav .lang a:hover:after {
    right: 0;
  }
}
.header .header_first .header_top_nav .header_sns {
  margin-top: 20px;
  margin-right: 10px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .header .header_first .header_top_nav .header_sns {
    display: none;
  }
}
.header .header_first .header_top_nav .header_sns li {
  margin: 0 8px;
}
.header .header_first .header_top_nav .header_sns li a {
  width: 20px;
  display: block;
}
.header .header_first .header_top_nav .header_sns li a:hover {
  opacity: 0.6;
}
.header .header_first .header_top_nav .shopping_btn,
.header .header_first .header_top_nav .access_btn {
  text-align: center;
  margin-left: 1px;
}
.header .header_first .header_top_nav .shopping_btn a,
.header .header_first .header_top_nav .access_btn a {
  background: -webkit-gradient(180deg, #190101 35%, #761F0E);
  background: linear-gradient(180deg, #190101 35%, #761F0E);
  color: #FFFFFF;
  display: block;
  width: 90px;
  height: 70px;
  padding-top: 14px;
}
@media screen and (max-width: 767px) {
  .header .header_first .header_top_nav .shopping_btn a,
.header .header_first .header_top_nav .access_btn a {
    width: 60px;
    height: 60px;
    padding-top: 10px;
  }
}
.header .header_first .header_top_nav .shopping_btn a img,
.header .header_first .header_top_nav .access_btn a img {
  width: 28px;
}
@media screen and (max-width: 767px) {
  .header .header_first .header_top_nav .shopping_btn a img,
.header .header_first .header_top_nav .access_btn a img {
    width: 23px;
  }
}
.header .header_first .header_top_nav .shopping_btn a p,
.header .header_first .header_top_nav .access_btn a p {
  font-size: 1rem;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .header .header_first .header_top_nav .shopping_btn a p,
.header .header_first .header_top_nav .access_btn a p {
    font-size: 0.8rem;
  }
}
.header .header_first .header_top_nav .shopping_btn a:hover,
.header .header_first .header_top_nav .access_btn a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .header .header_first .header_top_nav .access_btn {
    margin-right: 61px;
  }
}
.header .header_second {
  margin: 25px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header .header_second {
    display: none;
  }
}
.header .header_second .header_nav {
  display: flex;
}
.header .header_second .header_nav li {
  margin: 0 20px 0 0;
}
.header .header_second .header_nav li:last-child {
  margin-right: 0;
}
.header .header_second .header_nav li a {
  display: block;
  font-size: 1.5rem;
  position: relative;
}
.header .header_second .header_nav li a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  background: #500606;
  transition-property: all;
  transition-duration: 0.5s;
}
.header .header_second .header_nav li a:hover {
  color: #500606;
}
.header .header_second .header_nav li a:hover:after {
  width: 100%;
}

#change_header {
  background: #FCF7F7;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  display: none;
  z-index: 9999;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media screen and (max-width: 767px) {
  #change_header {
    display: none !important;
  }
}
#change_header .change_header_inr {
  margin: auto;
  padding: 0.95% 2%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #change_header .change_header_inr {
    padding: 0;
    width: auto;
  }
}
#change_header .change_header_inr .header_logo {
  max-width: 80px;
}
#change_header .change_header_inr .header_nav {
  display: flex;
}
#change_header .change_header_inr .header_nav li {
  margin: 0 20px 0 0;
}
#change_header .change_header_inr .header_nav li:last-child {
  margin-right: 0;
}
#change_header .change_header_inr .header_nav li a {
  display: block;
  font-size: 1.5rem;
  position: relative;
}
#change_header .change_header_inr .header_nav li a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  background: #500606;
  transition-property: all;
  transition-duration: 0.5s;
}
#change_header .change_header_inr .header_nav li a:hover {
  color: #500606;
}
#change_header .change_header_inr .header_nav li a:hover:after {
  width: 100%;
}

/*----------ハンバーガーアイコン----------*/
@media screen and (min-width: 768px) {
  .hamburger_area {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hamburger_area {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
    width: 60px;
    height: 60px;
    transition: 0.5s;
    background: #500606;
    color: #FFFFFF;
    text-align: center;
  }
}
.hamburger_area:hover {
  cursor: pointer;
}
.hamburger_area p {
  font-family: "Libre Baskerville", serif;
  position: absolute;
  top: 25px;
  left: 23px;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .hamburger_area p {
    display: none;
  }
}

.hamburger {
  display: block;
  position: absolute;
  top: 32px;
  right: 20px;
  width: 36px;
  height: 16px;
  z-index: 99999;
}
@media screen and (max-width: 767px) {
  .hamburger {
    top: 21px;
    right: 15px;
    width: 30px;
    height: 15px;
  }
}
.hamburger:hover {
  cursor: pointer;
}
.hamburger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
}
.hamburger span:nth-of-type(1) {
  top: 0;
}
.hamburger span:nth-of-type(2) {
  top: 7px;
}
.hamburger span:nth-of-type(3) {
  bottom: 0;
}

.active span:nth-of-type(1) {
  top: -3px;
}
.active span:nth-of-type(3) {
  bottom: 0 !important;
}

.hamburger span:nth-of-type(1) {
  -webkit-animation: menu-ber01 0.75s forwards;
  animation: menu-ber01 0.75s forwards;
}
.hamburger span:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
}
.hamburger span:nth-of-type(3) {
  -webkit-animation: menu-ber02 0.75s forwards;
  animation: menu-ber02 0.75s forwards;
}

.active span:nth-of-type(1) {
  -webkit-animation: active-menu-ber01 0.75s forwards;
  animation: active-menu-ber01 0.75s forwards;
}
.active span:nth-of-type(2) {
  opacity: 0;
}
.active span:nth-of-type(3) {
  -webkit-animation: active-menu-ber03 0.75s forwards;
  animation: active-menu-ber03 0.75s forwards;
}

@-webkit-keyframes menu-ber01 {
  0% {
    -webkit-transform: translateY(8px) rotate(30deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-ber01 {
  0% {
    transform: translateY(8px) rotate(30deg);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu-ber02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-30deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-ber02 {
  0% {
    transform: translateY(-8px) rotate(-30deg);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-menu-ber01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(30deg);
  }
}
@keyframes active-menu-ber01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(10px) rotate(30deg);
  }
}
@-webkit-keyframes active-menu-ber03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-30deg);
  }
}
@keyframes active-menu-ber03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(-8px) rotate(-30deg);
  }
}
.jp .btn_translation_jp {
  color: #171717 !important;
}
.jp .btn_translation_en {
  color: #AAAAA8 !important;
}

.active {
  right: 0 !important;
}

.g_nav {
  width: 295px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -100%;
  background-color: #FCF7F7;
  z-index: 99997;
  overflow: scroll;
  transition-property: all;
  transition-duration: 0.5s;
  overflow-x: scroll;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
@media screen and (min-width: 768px) {
  .g_nav {
    display: none;
  }
}
.g_nav a:hover {
  opacity: 0.7;
}
.g_nav .g_nav_inr {
  max-width: 90%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .g_nav .g_nav_inr {
    width: 100%;
    padding: 20px 0px;
  }
}
.g_nav .g_nav_inr .search_btn {
  position: relative;
  margin: 30px 0;
  height: 30px;
}
.g_nav .g_nav_inr .search_btn #search-text {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 45px;
  border: none;
  background: none;
  font-size: 1.6rem;
  border: 1px solid #E6E6E6;
  border-radius: 50px;
  padding: 10px 20px;
  transition: all 0.5s;
  outline: none;
  cursor: pointer;
}
.g_nav .g_nav_inr .search_btn .searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  display: block;
  width: 32px;
  height: 32px;
  padding: 20px;
  background: url("images/common/ico_search.png") no-repeat left center;
  background-size: 22px 22px;
}
.g_nav .g_nav_inr .lang a {
  display: inline-block;
  padding: 4px 20px 7px 0px;
  position: relative;
  border-bottom: 1px solid #171717;
  font-family: "Libre Baskerville", serif;
  font-size: 1.4rem;
}
.g_nav .g_nav_inr .lang a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 5px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #171717;
  border-right: 1px solid #171717;
  transform: rotate(45deg);
  transition-property: all;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .g_nav .g_nav_inr .lang a:after {
    right: 5px;
  }
}
.g_nav .g_nav_inr .lang a:hover:after {
  right: 0;
}
@media screen and (max-width: 767px) {
  .g_nav .g_nav_inr .lang a:hover:after {
    right: 0;
  }
}
.g_nav .g_nav_inr .header_sns {
  margin-top: 0px;
  margin-right: 10px;
  display: flex;
  flex-wrap: wrap;
}
.g_nav .g_nav_inr .header_sns li {
  margin: 0 8px;
}
.g_nav .g_nav_inr .header_sns li a {
  width: 20px;
  display: block;
}
.g_nav .g_nav_inr .header_sns li a:hover {
  opacity: 0.6;
}
.g_nav .g_nav_inr .nav {
  margin: 0 0 20px;
}
.g_nav .g_nav_inr .nav li:last-child a {
  border-bottom: none;
}
.g_nav .g_nav_inr .nav li a {
  font-size: 1.4rem;
  position: relative;
  display: block;
  border-bottom: 1px solid #E6E6E6;
  padding: 12px 0;
}
.g_nav .g_nav_inr .nav li a:after {
  content: "";
  position: absolute;
  top: 24px;
  right: 5px;
  width: 10px;
  height: 6px;
  border-bottom: 1px solid #171717;
  border-right: 1px solid #171717;
  transform: skew(45deg);
  transition-property: all;
  transition-duration: 0.5s;
}
.g_nav .g_nav_inr .nav li a:hover {
  color: #AAAAA8;
}

/*---_setting------------------------------------------------------------------*/
.container {
  max-width: 1680px;
  margin: auto;
  padding: 0 2.5%;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 5%;
    width: auto;
  }
}

.container_md {
  max-width: 1280px;
  margin: auto;
  padding: 0 2.5%;
}
@media screen and (max-width: 767px) {
  .container_md {
    padding: 0 5%;
  }
}

.container_sm {
  max-width: 790px;
  margin: auto;
}
.page_title {
  width: 100%;
  margin-top: 1px;
  padding: 0 2%;
}
@media screen and (max-width: 767px) {
  .page_title {
    padding: 0;
  }
}
.page_title .page_title_inr {
  background: -webkit-gradient(180deg, #190101 35%, #761F0E);
  background: linear-gradient(180deg, #190101 35%, #761F0E);
  color: #FFFFFF;
  padding: 82px 2.5%;
}
@media screen and (max-width: 767px) {
  .page_title .page_title_inr {
    padding: 35px 5% 30px;
    text-align: center;
  }
}
.page_title h1 {
  line-height: 1.3;
  font-size: 3.6rem;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  .page_title h1 {
    font-size: 2rem;
  }
}
.page_title p {
  font-size: 1.2rem;
  font-family: "Libre Baskerville", serif;
  margin-left: 1px;
}
@media screen and (max-width: 767px) {
  .page_title p {
    font-size: 1rem;
  }
}

.page_single_title {
  text-align: center;
  width: 100%;
  margin: 52px auto;
}
.page_single_title p {
  letter-spacing: 0;
  line-height: 1;
  font-size: 2.2rem;
  text-transform: uppercase;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  padding: 0 3%;
}
.page_single_title p:after {
  content: "";
  display: block;
  margin: 20px auto 0;
  background: #171717;
  width: 32px;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .page_single_title p {
    font-size: 2.2rem;
    padding: 0 5%;
  }
}

.breadcrumbs {
  padding: 20px 2%;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs a {
  color: #AAAAA8;
}

.page_nav {
  max-width: 1280px;
  padding: 0 2.5%;
  margin: 45px auto;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .page_nav {
    justify-content: space-around;
  }
}
@media screen and (max-width: 767px) {
  .page_nav {
    flex-wrap: wrap;
    margin: 0 auto 35px;
    padding: 0 0%;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
  }
}
.page_nav li {
  border-right: 1px solid #000000;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page_nav li {
    width: 50%;
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
  }
  .page_nav li:nth-child(even) {
    border-right: none;
  }
}
.page_nav li:first-child {
  border-left: 1px solid #000000;
}
@media screen and (max-width: 767px) {
  .page_nav li:first-child {
    border-left: none;
  }
}
.page_nav li a {
  display: block;
  width: 100%;
  padding: 15px 10px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .page_nav li a {
    font-size: 1.3rem;
    padding: 10px 0px;
  }
}
.page_nav li a:hover {
  background: #F5F0F0;
  color: #999;
}
.page_nav .current-cat a {
  background: #500606;
  color: #FFFFFF;
}
.page_nav .current-cat a:hover {
  background: #500606;
  color: #FFFFFF;
  opacity: 1;
}
.page_nav .page_nav_current a {
  background: #500606;
  color: #FFFFFF;
}
.page_nav .page_nav_current a:hover {
  background: #500606;
  color: #FFFFFF;
  opacity: 1;
}

.page_scroll_nav ul {
  margin: 45px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .page_scroll_nav ul {
    margin: 35px auto;
  }
}
.page_scroll_nav ul li {
  margin: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page_scroll_nav ul li {
    margin: 10px 10px;
  }
}
.page_scroll_nav ul li a {
  position: relative;
  padding: 10px 30px 10px 10px;
}
@media screen and (max-width: 767px) {
  .page_scroll_nav ul li a {
    padding: 10px 20px 10px 5px;
  }
}
.page_scroll_nav ul li a:after {
  content: "";
  position: absolute;
  top: 13px;
  right: 5px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: rotate(135deg);
  transition-property: all;
  transition-duration: 0.5s;
}
.page_scroll_nav ul li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #500606;
}
.page_scroll_nav ul li a:hover {
  opacity: 0.7;
}
.page_scroll_nav ul li a:hover:after {
  content: "";
  position: absolute;
  top: 16px;
  right: 5px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: rotate(135deg);
}

.first-title {
  font-size: 2.2rem;
  text-align: center;
  margin: 90px auto 45px;
}
@media screen and (max-width: 767px) {
  .first-title {
    font-size: 2rem;
    margin: 35px auto 35px;
  }
}

.reed_txt {
  max-width: 790px;
  margin: 45px auto 90px;
}
@media screen and (max-width: 767px) {
  .reed_txt {
    margin: 35px auto 45px;
  }
}
.reed_txt h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .reed_txt h2 {
    font-size: 1.8rem;
    text-align: left;
  }
}
.reed_txt p {
  line-height: 2.4;
}
@media screen and (max-width: 767px) {
  .reed_txt p {
    line-height: 2;
  }
}
.reed_txt a {
  color: #500606;
  text-decoration: underline;
}
.reed_txt a:hover {
  opacity: 0.7;
}

.page_tab_nav ul {
  margin: 60px auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .page_tab_nav ul {
    margin: 30px auto;
  }
}
.page_tab_nav ul li {
  width: 100%;
  text-align: center;
}
.page_tab_nav ul li a {
  padding: 20px 10px;
  border: 1px solid #500606;
  display: block;
}
@media screen and (max-width: 767px) {
  .page_tab_nav ul li a {
    padding: 10px 5px;
    font-size: 1.3rem;
  }
}
.page_tab_nav ul li a:hover {
  background: #F5F0F0;
  color: #999;
  opacity: 0.7;
}
.page_tab_nav ul .page_tab_nav_current a {
  border: 1px solid #500606;
  background: #500606;
  color: #FFFFFF;
}
.page_tab_nav ul .page_tab_nav_current a:hover {
  background: #500606;
  color: #FFFFFF;
  opacity: 1;
}

.page_section {
  margin: 60px 0 120px;
}
@media screen and (max-width: 767px) {
  .page_section {
    margin: 30px 0 90px;
  }
}
.page_section .section_title {
  margin-bottom: 60px;
}
.page_section .section_title::before {
  display: block;
  height: 90px;
  margin-top: -90px;
  content: "";
}
@media screen and (max-width: 767px) {
  .page_section .section_title::before {
    height: 45px;
    margin-top: -45px;
  }
}
@media screen and (max-width: 767px) {
  .page_section .section_title {
    margin-bottom: 30px;
  }
}
.page_section .section_title .tit {
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  background: #500606;
  color: #FFFFFF;
  padding: 20px 20px;
}
@media screen and (max-width: 767px) {
  .page_section .section_title .tit {
    font-size: 1.8rem;
    padding: 16px;
  }
}
.page_section .section_sub_title {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .page_section .section_sub_title {
    margin-bottom: 30px;
  }
}
.page_section .section_sub_title .tit {
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  font-size: 2.4rem;
  line-height: 1.4;
  position: relative;
}
.page_section .section_sub_title .tit:before {
  content: "";
  display: inline-block;
  width: 1.5em;
  border-top: 1px solid #000000;
  vertical-align: middle;
  margin-right: 0.7em;
  padding-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .page_section .section_sub_title .tit {
    font-size: 2rem;
  }
}
.page_section .page_sub_section {
  margin: 60px 0 90px;
}
@media screen and (max-width: 767px) {
  .page_section .page_sub_section {
    margin: 30px 0 60px;
  }
}
.page_section .row {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 45px 5%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page_section .row {
    gap: 45px 0;
  }
}
.page_section .row .col_3 {
  width: 30%;
}
@media screen and (max-width: 929px) {
  .page_section .row .col_3 {
    width: 47.5%;
  }
}
@media screen and (max-width: 767px) {
  .page_section .row .col_3 {
    width: 100%;
  }
}
.page_section .row .col_2 {
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .page_section .row .col_2 {
    width: 100%;
  }
}
.page_section .img_area {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .page_section .img_area {
    margin-bottom: 45px;
  }
}
.page_section .txt_area p {
  line-height: 2.4;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .page_section .txt_area p {
    line-height: 2;
  }
}
.page_section .content_dl_block {
  margin-bottom: 45px;
}
.page_section .content_dl_block dt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.page_section small {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .page_section small {
    font-size: 1.2rem;
  }
}
.page_section .caution {
  margin: 25px 0 25px 2em;
}
.page_section .caution li {
  list-style: disc;
  margin-bottom: 0.35em;
}
.page_section .caution li:last-child {
  margin-bottom: 0;
}
.page_section .caution li a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .page_section .sp_table_scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .page_section .sp_table_scroll:-webkit-scrollbar {
    height: 5px;
  }
  .page_section .sp_table_scroll:-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .page_section .sp_table_scroll:-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}
@media screen and (max-width: 767px) {
  .page_section .sp_table_scroll table tbody th {
    padding: 12px;
  }
}
@media screen and (max-width: 767px) {
  .page_section .sp_table_scroll table tbody td {
    padding: 12px;
  }
}
@media screen and (max-width: 767px) {
  .page_section .sp_table_block table {
    border-bottom: 1px solid #000000;
  }
}
@media screen and (max-width: 767px) {
  .page_section .sp_table_block table tbody th {
    display: block;
    border-bottom: none;
    padding: 12px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page_section .sp_table_block table tbody td {
    display: block;
    border-top: none;
    border-bottom: none;
    padding: 12px;
    width: 100%;
  }
}
.page_section table {
  width: 100%;
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.page_section table thead th {
  border: 1px solid #000000;
  padding: 16px;
  text-align: center;
  background: #F5F0F0;
  font-weight: bold;
}
.page_section table tbody th {
  border: 1px solid #000000;
  padding: 16px;
  background: #F5F0F0;
  font-weight: bold;
  width: 30%;
}
.page_section table tbody td {
  border: 1px solid #000000;
  padding: 16px;
}
.page_section table tbody td a {
  color: #500606;
  text-decoration: underline;
}
.page_section table tbody td a:hover {
  opacity: 0.7;
}
.page_section table tbody td .table_dl_block {
  margin-bottom: 1em;
}
.page_section table tbody td .table_dl_block dt {
  font-weight: bold;
}
.page_section table tbody td .table_dl_block:last-child {
  margin-bottom: 0;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.btn_more {
  text-align: center;
  margin: 45px auto;
}
@media screen and (max-width: 767px) {
  .btn_more {
    margin: 20px auto 30px;
  }
}
.btn_more a {
  display: inline-block;
  padding: 9px 45px;
  margin: auto;
  text-align: center;
  border: 1px solid #500606;
  position: relative;
  border-radius: 40px;
  font-size: 1.4rem;
}
.btn_more a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 1px solid #500606;
  border-right: 1px solid #500606;
  transform: rotate(45deg);
  transition-property: all;
  transition-duration: 0.5s;
}
.btn_more a:hover:after {
  right: 15px;
}

.btn_back {
  text-align: center;
  margin: 45px auto;
}
@media screen and (max-width: 767px) {
  .btn_back {
    margin: 30px auto;
  }
}
.btn_back a {
  display: inline-block;
  padding: 12px 60px;
  margin: auto;
  text-align: center;
  border: 1px solid #500606;
  position: relative;
  border-radius: 40px;
  font-size: 1.4rem;
}
.btn_back a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 1px solid #500606;
  border-right: 1px solid #500606;
  transform: rotate(225deg);
  transition-property: all;
  transition-duration: 0.5s;
}
.btn_back a:hover:after {
  left: 15px;
}

.btn_big {
  text-align: center;
  margin: 60px auto;
}
@media screen and (max-width: 767px) {
  .btn_big {
    margin: 30px auto;
  }
}
.btn_big a {
  display: block;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  background: #500606;
  color: #FFFFFF;
  margin: auto;
  text-align: center;
  padding: 30px 20px 30px;
  position: relative;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .btn_big a {
    font-size: 1.6rem;
  }
}
.btn_big a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  transform: rotate(45deg);
  transition-property: all;
  transition-duration: 0.5s;
}
.btn_big a:hover:after {
  right: 25px;
}

.reed_block {
  max-width: 780px;
  margin: 0 auto 90px;
}
@media screen and (max-width: 767px) {
  .reed_block {
    margin: 0 auto 45px;
  }
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* pagination
---------------------------------------------------------------------------------------*/
.pagination {
  clear: both;
  text-align: center;
  margin: 65px 0 0;
  padding-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin: 35px 0 0;
    padding-bottom: 35px;
  }
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .page-numbers {
  color: #500606;
  width: 55px;
  height: 55px;
  display: inline-block;
  text-align: center;
  line-height: 55px;
  border-radius: 50%;
}
.pagination .page-numbers:hover {
  opacity: 0.6;
}
.pagination .current {
  background: #500606;
  color: #FFFFFF;
  width: 55px;
  height: 55px;
  display: inline-block;
  text-align: center;
  line-height: 55px;
  border-radius: 50%;
}

/* topics
---------------------------------------------------------------------------------------*/
.topics_list .topics_card {
  display: flex;
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px dotted #171717;
}
@media screen and (max-width: 767px) {
  .topics_list .topics_card {
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
  }
}
.topics_list .topics_card:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .topics_list .topics_card:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.topics_list .topics_card .inr {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.topics_list .topics_card .inr .date {
  display: inline-block;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .topics_list .topics_card .inr .date {
    width: 75px;
    font-size: 1.2rem;
  }
}
.topics_list .topics_card .inr .cat {
  background: #500606;
  border-radius: 20px;
  color: #FFFFFF;
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
  width: 125px;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .topics_list .topics_card .inr .cat {
    font-size: 1.2rem;
    padding: 2px;
  }
}
.topics_list .topics_card a {
  display: block;
  color: #171717;
  font-size: 1.8rem;
  position: relative;
  width: calc(100% - 240px);
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .topics_list .topics_card a {
    width: 100%;
    font-size: 1.4rem;
    display: block;
    margin-top: 7px;
    padding-left: 0;
  }
}
.topics_list .topics_card a:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #171717;
  border-right: solid 1px #171717;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
  z-index: 2;
  transition-property: all;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .topics_list .topics_card a:after {
    right: 2px;
  }
}
.topics_list .topics_card a:hover {
  opacity: 0.6;
}
.topics_list .topics_card a:hover:after {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .topics_list .topics_card a:hover:after {
    right: 2px;
  }
}

/* exhibition
---------------------------------------------------------------------------------------*/
.exhibition_past_list .block_card {
  margin-bottom: 45px;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 45px;
}

.exhibition_list .block_card {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .exhibition_list .block_card {
    margin-bottom: 45px;
  }
}
.exhibition_list .block_card a {
  display: flex;
  flex-wrap: wrap;
}
.exhibition_list .block_card a:hover {
  opacity: 0.7;
}
.exhibition_list .block_card a:hover .inr .view_more {
  margin-right: -5px;
}
.exhibition_list .block_card a .img {
  width: 40%;
}
.exhibition_list .block_card a .inr {
  width: 60%;
  padding-left: 5%;
}
.exhibition_list .block_card a .inr .cat_name {
  display: inline-block;
  background: #500606;
  color: #FFFFFF;
  font-size: 1.3rem;
  padding: 3px 20px;
  border-radius: 20px;
}
.exhibition_list .block_card a .inr .title {
  line-height: 1.45;
  font-size: 2rem;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  margin: 1em 0;
}
@media screen and (max-width: 767px) {
  .exhibition_list .block_card a .inr .title {
    font-size: 1.8rem;
    margin-bottom: 0.6em;
  }
}
.exhibition_list .block_card a .inr .date {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .exhibition_list .block_card a .inr .date {
    margin-bottom: 0.6em;
  }
}
.exhibition_list .block_card a .inr .the_excerpt {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .exhibition_list .block_card a .inr .the_excerpt {
    font-size: 1.2rem;
  }
}
.exhibition_list .block_card a .inr .view_more {
  margin-top: 30px;
  text-align: right;
  background: url(images/common/ico_btn.png) right center no-repeat;
  background-size: 30px;
  padding: 0 40px 0 0;
  line-height: 2.2;
  color: #500606;
  margin-right: 5px;
  transition-property: all;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .exhibition_list .block_card a .inr .view_more {
    background: url(images/common/ico_btn.png) right center no-repeat;
    background-size: 20px;
    padding: 0 30px 0 0;
    margin-top: 15px;
  }
}

.event_list .block_card {
  margin-bottom: 45px;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .event_list .block_card {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}
.event_list .block_card a {
  display: block;
}
.event_list .block_card a:hover {
  opacity: 0.7;
}
.event_list .block_card a .inr .label {
  display: inline-block;
  background: #500606;
  color: #FFFFFF;
  font-size: 1.3rem;
  padding: 3px 20px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .event_list .block_card a .inr .label {
    font-size: 1.2rem;
  }
}
.event_list .block_card a .inr .title {
  line-height: 1.45;
  font-size: 2rem;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  margin: 1em 0;
}
@media screen and (max-width: 767px) {
  .event_list .block_card a .inr .title {
    font-size: 1.8rem;
    margin: 1em 0 0.6em;
  }
}
.event_list .block_card a .inr .the_excerpt {
  font-size: 1.4rem;
}
.event_list .block_card a .inr .view_more {
  margin-top: 30px;
  text-align: right;
  background: url(images/common/ico_btn.png) right 5px center no-repeat;
  background-size: 30px;
  padding: 0 40px 0 0;
  line-height: 2.2;
  color: #500606;
}

.event_article {
  margin: 90px auto;
}
@media screen and (max-width: 767px) {
  .event_article {
    margin: 45px auto 60px;
  }
}
.event_article .post_meta {
  text-align: center;
}
.event_article .post_meta .cat_name {
  display: inline-block;
  background: #500606;
  color: #FFFFFF;
  font-size: 1.3rem;
  padding: 3px 20px;
  border-radius: 20px;
}
.event_article .post_meta .post_title {
  font-size: 2.6rem;
  line-height: 1.56;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  margin: 1em auto;
}
@media screen and (max-width: 767px) {
  .event_article .post_meta .post_title {
    font-size: 2rem;
  }
}
.event_article .img {
  padding: 0 20%;
  margin: 45px auto 60px;
}
@media screen and (max-width: 767px) {
  .event_article .img {
    padding: 0 5%;
  }
}
.event_article .sp_table_block {
  font-size: 1.4rem;
}
.event_article .sp_table_block .event_table {
  width: 100%;
  margin: 60px auto;
}
@media screen and (max-width: 767px) {
  .event_article .sp_table_block .event_table {
    margin: 45px auto;
  }
}
.event_article .sp_table_block th {
  width: 25%;
  padding: 12px 0;
  font-weight: bold;
  border-bottom: 1px solid #500606;
}
@media screen and (max-width: 767px) {
  .event_article .sp_table_block th {
    display: block;
    width: 100%;
    padding: 12px 0 0;
    border: none;
  }
}
.event_article .sp_table_block td {
  padding: 12px;
  border-bottom: 1px solid #E6E6E6;
}
@media screen and (max-width: 767px) {
  .event_article .sp_table_block td {
    display: block;
    width: 100%;
    padding: 0 0 12px;
  }
}

.bg_red {
  background: #F5F0F0;
  padding: 90px 0;
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .bg_red {
    padding: 45px 0;
    margin-top: 45px;
  }
}

.cat_area {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .cat_area {
    margin-bottom: 35px;
  }
}
.cat_area ul {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cat_area ul {
    text-align: left;
  }
}
.cat_area ul li {
  margin: 0 2px 5px;
  display: inline-block;
}
.cat_area ul li a {
  border: 1px solid #E6E6E6;
  border-radius: 50px;
  padding: 12px 40px;
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .cat_area ul li a {
    font-size: 1.4rem;
    padding: 5px 15px;
  }
}
.cat_area ul li a:hover {
  border: 1px solid #500606;
  background: #500606;
  color: #FFFFFF;
}
.cat_area ul .current-cat a {
  border: 1px solid #500606;
  background: #500606;
  color: #FFFFFF;
}

/* post_article
---------------------------------------------------------------------------------------*/
.post_article {
  margin: 90px auto 90px;
}
@media screen and (max-width: 767px) {
  .post_article {
    margin: 45px auto 60px;
  }
}
.post_article .post_meta {
  display: flex;
  margin-bottom: 35px;
}
.post_article .post_meta .cat {
  margin-left: 30px;
}
.post_article .post_meta .cat a {
  background: #500606;
  border-radius: 20px;
  color: #FFFFFF;
  display: inline-block;
  text-align: center;
  font-size: 1.4rem;
  padding: 5px;
  width: 120px;
}
@media screen and (max-width: 767px) {
  .post_article .post_meta .cat a {
    font-size: 1.3rem;
  }
}
.post_article .post_title h1 {
  font-size: 2.4rem;
  line-height: 1.56;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .post_article .post_title h1 {
    font-size: 2rem;
  }
}

.post_content {
  /**
  * 3.0 - Elements
  */
  /**
  * 4.0 - Alignment
  */
  /**
  * 5.0 - Caption
  */
  /**
  * 7.0 - Audio / Video
  */
  /**
  * 8.0 - RTL
  */
  /*-------------------------------------------------
   youtube
  -------------------------------------------------*/
}
.post_content h1 {
  font-size: 2.6rem;
  font-weight: 600;
  margin: 0 auto 1em;
  line-height: 1.4;
}
.post_content h2 {
  text-align: center;
  margin: 1.6em auto 1em;
  font-size: 2.6rem;
  line-height: 1.56;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .post_content h2 {
    font-size: 2.2rem;
    margin-bottom: 35px;
  }
}
.post_content h3 {
  font-size: 2.2rem;
  line-height: 1.56;
  margin: 2em auto 1em;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  border-left: 3px solid #500606;
  padding-left: 15px;
}
.post_content h4 {
  font-size: 2.2rem;
  line-height: 1.56;
  font-weight: 600;
  margin: 1em auto;
}
.post_content h5 {
  font-size: 1.8rem;
  line-height: 1.56;
  font-weight: 600;
  margin: 1em auto;
}
.post_content h6 {
  font-size: 1.6rem;
  line-height: 1.56;
  font-weight: 600;
  margin: 1em auto;
}
.post_content hr {
  border-top: 1px solid #000;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.post_content a {
  text-decoration: underline;
}
.post_content figcaption {
  text-align: center;
  font-size: 1.3rem;
  color: #ccc;
}
.post_content .wp-block-spacer {
  height: 90px !important;
}
@media screen and (max-width: 767px) {
  .post_content .wp-block-spacer {
    height: 60px !important;
  }
}
.post_content .wp-block-image {
  margin: 0 auto 35px;
}
@media screen and (max-width: 767px) {
  .post_content .wp-block-image {
    margin: 0 auto;
  }
}
.post_content p {
  margin: 0 auto 1em;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .post_content p {
    margin: 0 auto 1em;
    line-height: 2.2;
  }
}
.post_content .addtoany_content {
  margin: 90px 0 0 !important;
}
.post_content b,
.post_content strong {
  font-weight: 700;
}
.post_content cite,
.post_content dfn,
.post_content em,
.post_content i {
  font-style: italic;
}
.post_content blockquote {
  border-left: 4px solid #1a1a1a;
  color: #686868;
  font-size: 19px;
  font-style: italic;
  line-height: 1.4736842105;
  margin-bottom: 28px;
  overflow: hidden;
  padding: 0 0 0 24px;
}
.post_content blockquote:not(.alignleft):not(.alignright) {
  margin-left: -28px;
}
.post_content blockquote blockquote:not(.alignleft):not(.alignright) {
  margin-left: 0;
}
.post_content blockquote:after,
.post_content blockquote:before {
  content: "";
  display: table;
}
.post_content blockquote:after {
  clear: both;
}
.post_content blockquote > :last-child {
  margin-bottom: 0;
}
.post_content blockquote cite,
.post_content blockquote small {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.75;
}
.post_content blockquote cite,
.post_content blockquote em,
.post_content blockquote i {
  font-style: normal;
}
.post_content blockquote b,
.post_content blockquote strong {
  font-weight: 400;
}
.post_content blockquote.alignleft,
.post_content blockquote.alignright {
  border: 0 solid #1a1a1a;
  border-top-width: 4px;
  padding: 18px 0 0;
  width: calc(50% - 14px);
}
.post_content address {
  font-style: italic;
  margin: 0 0 28px;
}
.post_content code,
.post_content kbd,
.post_content pre,
.post_content samp,
.post_content tt,
.post_content var {
  font-family: Inconsolata, monospace;
}
.post_content pre {
  border: 1px solid #d1d1d1;
  font-size: 16px;
  line-height: 1.3125;
  margin: 0 0 28px;
  max-width: 100%;
  overflow: auto;
  padding: 14px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.post_content code {
  background-color: #d1d1d1;
  padding: 2px 4px;
}
.post_content abbr[title] {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}
.post_content ins,
.post_content mark {
  background: #007acc;
  color: #fff;
  padding: 2px 4px;
  text-decoration: none;
}
.post_content sub,
.post_content sup {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.post_content sub {
  top: -6px;
}
.post_content sup {
  bottom: -3px;
}
.post_content small {
  font-size: 80%;
}
.post_content big {
  font-size: 125%;
}
.post_content hr {
  background-color: #d1d1d1;
  border: 0;
  height: 1px;
  margin-bottom: 28px;
}
.post_content ol {
  list-style: decimal;
  margin-left: 2em;
  margin-bottom: 2.5em;
}
.post_content ul {
  list-style: disc;
  margin-left: 2em;
  margin-bottom: 2.5em;
}
.post_content .list_disc {
  list-style: disc;
  margin-left: 2em;
  margin-bottom: 1.2em;
}
.post_content li > ol,
.post_content li > ul {
  margin-bottom: 0;
}
.post_content dl {
  margin: 0 0 28px;
}
.post_content dl .dl_block {
  margin-top: 20px;
  margin-bottom: 30px !important;
}
.post_content dl .dl_block dt {
  border-left: 4px solid #171717;
  padding-left: 10px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.post_content dl .dl_block dd {
  margin-left: 0.5em;
}
.post_content dt {
  font-weight: 600;
  font-size: 1.6rem;
}
.post_content table,
.post_content td,
.post_content th {
  vertical-align: top;
}
.post_content table a {
  color: #171717;
}
.post_content table {
  width: 100% !important;
  margin-bottom: 30px;
}
.post_content table tr td:nth-child(odd) {
  background: #AAAAA8;
}
.post_content table th {
  padding: 15px 0;
  font-weight: 600;
  border-bottom: 1px solid #E6E6E6;
}
.post_content table td {
  padding: 15px;
  border-bottom: 1px solid #E6E6E6;
}
@media screen and (max-width: 767px) {
  .post_content table td {
    display: block;
    width: 100%;
    padding: 12px;
  }
}
.post_content img {
  border: 0;
  height: auto;
  max-width: 100%;
}
.post_content a img {
  display: block;
}
.post_content del {
  opacity: 0.8;
}
.post_content fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 28px;
  padding: 14px;
}
.post_content .alignleft {
  float: left;
  margin: 6px 28px 28px 0;
}
.post_content .alignright {
  float: right;
  margin: 6px 0 28px 28px;
}
.post_content .aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 28px;
}
.post_content .wp-caption {
  background: transparent;
  border: none;
  margin-bottom: 28px;
  max-width: 100%;
  padding: 0;
  text-align: inherit;
}
.post_content .wp-caption-dd,
.post_content .wp-caption-text {
  color: #686868;
  font-size: 1.2rem;
  line-height: 1.6153846154;
  padding-top: 7px;
}
.post_content .wp-audio-shortcode a,
.post_content .wp-playlist a {
  box-shadow: none;
}
.post_content .mce-content-body .wp-audio-playlist {
  margin: 0;
  padding-bottom: 0;
}
.post_content .mce-content-body .wp-playlist-tracks {
  margin-top: 0;
}
.post_content .mce-content-body .wp-playlist-item {
  padding: 10px 0;
}
.post_content .mce-content-body .wp-playlist-item-length {
  top: 10px;
}
.post_content .rtl blockquote {
  border: 0 solid #1a1a1a;
  border-right-width: 4px;
}
.post_content .rtl blockquote.alignleft,
.post_content .rtl blockquote.alignright {
  border: 0 solid #1a1a1a;
  border-top-width: 4px;
}
.post_content .rtl blockquote:not(.alignleft):not(.alignright) {
  margin-right: -28px;
  padding: 0 24px 0 0;
}
.post_content .rtl blockquote blockquote:not(.alignleft):not(.alignright) {
  margin-right: 0;
  margin-left: auto;
}
.post_content .rtl blockquote > ul,
.post_content .rtl li > ul {
  margin-right: 20px;
  margin-left: auto;
}
.post_content .rtl blockquote > ol,
.post_content .rtl li > ol {
  margin-right: 24px;
  margin-left: auto;
}
.post_content .rtl .mce-item-table th,
.post_content .rtl table caption,
.post_content .rtl table th {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .post_content .wp-block-buttons {
    justify-content: center;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .post_content .wp-block-buttons .wp-block-button {
    display: block;
  }
}
.post_content .wp-block-button__link {
  background: #500606;
  text-decoration: none;
  border-radius: 9999px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem !important;
  padding: calc(0.667em + 2px) calc(1.333em + 3px);
  text-align: center;
  text-decoration: none;
  word-break: break-word;
  box-sizing: border-box;
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  .post_content .wp-block-button__link {
    width: 90%;
    display: block;
    font-size: 1.4rem !important;
  }
}
.post_content .wp-block-button__link:hover {
  opacity: 0.6;
}
.post_content .blocks-gallery-grid {
  margin: 0 0 2.8em;
}
@media screen and (max-width: 767px) {
  .post_content .blocks-gallery-grid {
    width: calc(100% + 50px);
    margin: 0 -25px 30px;
  }
}
@media screen and (max-width: 767px) {
  .post_content .blocks-gallery-grid .blocks-gallery-item {
    margin: 0;
    width: 100%;
  }
}
.post_content .gallery {
  overflow: hidden;
}
.post_content .gallery img {
  margin-bottom: 0 !important;
}
.post_content .gallery .gallery-item {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.post_content .gallery .gallery-icon {
  text-align: center;
}
.post_content .gallery .gallery-caption {
  color: #202020;
  font-size: 0.8em;
  margin: 0;
  text-align: center;
}
.post_content .gallery-columns-2 {
  margin: 0 -0.5% 1.5em;
}
@media screen and (max-width: 767px) {
  .post_content .gallery-columns-2 {
    margin: 0 0 1.5em;
  }
}
.post_content .gallery-columns-2 .gallery-item {
  width: 49%;
  margin: 0 0.5% 1%;
  float: left;
}
@media screen and (max-width: 767px) {
  .post_content .gallery-columns-2 .gallery-item {
    width: 100%;
    margin: 0 0 1%;
  }
}
.post_content .gallery-columns-3 {
  margin: 0 -0.5% 1.5em;
}
@media screen and (max-width: 767px) {
  .post_content .gallery-columns-3 {
    margin: 0 0 1.5em;
  }
}
.post_content .gallery-columns-3 .gallery-item {
  width: 32.33333%;
  margin: 0 0.5% 1%;
  float: left;
}
@media screen and (max-width: 767px) {
  .post_content .gallery-columns-3 .gallery-item {
    width: 100%;
    margin: 0 0 1%;
  }
}
.post_content .gallery-columns-4 {
  margin: 0 -0.5% 1.5em;
}
@media screen and (max-width: 767px) {
  .post_content .gallery-columns-4 {
    margin: 0 0 1.5em;
  }
}
.post_content .gallery-columns-4 .gallery-item {
  width: 24%;
  margin: 0 0.5% 1%;
  float: left;
}
@media screen and (max-width: 767px) {
  .post_content .gallery-columns-4 .gallery-item {
    width: 100%;
    margin: 0 0 1%;
  }
}
.post_content .gallery-columns-5 {
  margin: 0 -0.5% 1.5em;
}
@media screen and (max-width: 767px) {
  .post_content .gallery-columns-5 {
    margin: 0 0 1.5em;
  }
}
.post_content .gallery-columns-5 .gallery-item {
  width: 19%;
  margin: 0 0.5% 1%;
  float: left;
}
@media screen and (max-width: 767px) {
  .post_content .gallery-columns-5 .gallery-item {
    width: 100%;
    margin: 0 0 1%;
  }
}
.post_content .wp-block-embed-youtube {
  margin: 90px auto;
}
.post_content .wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
}
.post_content .wp-block-embed-youtube embed,
.post_content .wp-block-embed-youtube iframe,
.post_content .wp-block-embed-youtube object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* cbox
---------------------------------------------------------------------------------------*/
#cboxOverlay {
  background: #fff;
}

#cboxLoadedContent {
  background: none;
}

#cboxContent {
  margin-top: 0;
}

#cboxClose {
  position: absolute;
  top: 25px;
  right: 25px;
  display: block;
  background: url("images/common/ico_close.png") no-repeat top center;
  background-size: cover;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
}
#cboxClose:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  #cboxClose {
    top: 2%;
    left: 2%;
    width: 50px;
    height: 50px;
  }
}

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 3%;
  margin-top: -30px;
  background: url("images/common/ico_prev.png") center no-repeat;
  background-size: 50px;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  border: none;
}
#cboxPrevious:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  #cboxPrevious {
    width: 36px;
    height: 36px;
    left: 2%;
    background-size: 36px;
    border-radius: 50%;
  }
}

#cboxNext {
  position: absolute;
  top: 50%;
  right: 3%;
  margin-top: -30px;
  background: url("images/common/ico_next.png") center no-repeat;
  background-size: 50px;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  border: none;
}
#cboxNext:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  #cboxNext {
    right: 2%;
    width: 36px;
    height: 36px;
    background-size: 36px;
    border-radius: 50%;
  }
}

#cboxCurrent,
#cboxTitle {
  display: none !important;
}

.modal_inr {
  max-width: 980px;
  width: 90%;
  margin: auto;
  background: #FFFFFF;
  overflow: scroll;
  padding: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
}
@media screen and (min-width: 768px) {
  .modal_inr {
    max-height: 480px;
    min-height: 480px;
  }
}
@media screen and (max-width: 767px) {
  .modal_inr {
    display: block;
    padding: 5%;
    width: 80%;
    height: 95%;
  }
}
.modal_inr .img {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .modal_inr .img {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .modal_inr .img {
    width: 100%;
  }
}
.modal_inr .img img {
  width: 100%;
}
.modal_inr .txt {
  width: 50%;
  padding-left: 5%;
}
@media screen and (min-width: 768px) {
  .modal_inr .txt {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .modal_inr .txt {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
}
.modal_inr .txt .cat {
  font-size: 1.4rem;
}
.modal_inr .txt .modal_title {
  font-size: 2.2rem;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .modal_inr .txt .modal_title {
    font-size: 2rem;
  }
}
.modal_inr .txt .kana {
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  font-size: 1.2rem;
}
.modal_inr .txt .en {
  font-family: "Libre Baskerville", serif;
  font-size: 1rem;
}
.modal_inr .txt dl {
  margin-top: 20px;
}
.modal_inr .txt dl .dl_block {
  font-size: 1.4rem;
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
}
.modal_inr .txt dl .dl_block dt {
  font-weight: bold;
  width: 70px;
}
.modal_inr .txt dl .dl_block dd {
  width: calc(100% - 70px);
}
.modal_inr .btn_more_close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 55px;
}
@media screen and (max-width: 767px) {
  .modal_inr .btn_more_close {
    top: 0;
    right: 0;
    width: 45px;
  }
}

.fc-view-container tbody td {
  text-align: center !important;
}

/* topics
---------------------------------------------------------------------------------------*/
.hit_list .hit_card {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px dotted #171717;
}
@media screen and (max-width: 767px) {
  .hit_list .hit_card {
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
  }
}
.hit_list .hit_card:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .hit_list .hit_card:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.hit_list .hit_card a {
  display: block;
  color: #171717;
  font-size: 1.8rem;
  position: relative;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .hit_list .hit_card a {
    width: 100%;
    font-size: 1.4rem;
    display: block;
    margin-top: 7px;
  }
}
.hit_list .hit_card a:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #171717;
  border-right: solid 1px #171717;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
  z-index: 2;
  transition-property: all;
  transition-duration: 0.5s;
}
.hit_list .hit_card a:hover {
  opacity: 0.6;
}
.hit_list .hit_card a:hover:after {
  right: 20px;
}
.hit_list .hit_card a .title {
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  font-size: 2rem;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 767px) {
  .hit_list .hit_card a .title {
    font-size: 1.6rem;
  }
}
.hit_list .hit_card a .the_excerpt {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .hit_list .hit_card a .the_excerpt {
    font-size: 1.3rem;
  }
}

/*---_setting------------------------------------------------------------------*/
.footer {
  background: -webkit-gradient(180deg, #190101 35%, #761F0E);
  background: linear-gradient(180deg, #190101 35%, #761F0E);
  color: #FFFFFF;
  padding: 60px 0;
  margin-top: 120px;
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 60px;
    padding: 45px 0 120px;
  }
}
.footer a {
  color: #FFFFFF;
}
.footer a:hover {
  opacity: 0.6;
}
.footer .footer_logo {
  max-width: 200px;
  margin: 0 auto 45px;
}
@media screen and (max-width: 767px) {
  .footer .footer_logo {
    max-width: 50%;
    margin-bottom: 35px;
  }
}
.footer .footer_nav {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .footer .footer_nav {
    margin-bottom: 45px;
  }
}
.footer .footer_nav li {
  display: inline-block;
  margin: 5px 10px;
}
.footer .address ul li {
  display: inline-block;
  max-width: 5px 15px;
}
.footer .map_btn {
  margin: 30px auto 30px;
}
.footer .map_btn a {
  display: inline-block;
  padding: 10px 60px;
  position: relative;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 50px;
}
.footer .map_btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  transform: rotate(45deg);
  transition-property: all;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .footer .map_btn a:after {
    right: 20px;
  }
}
.footer .map_btn a:hover:after {
  right: 15px;
}
@media screen and (max-width: 767px) {
  .footer .map_btn a:hover:after {
    right: 20px;
  }
}
.footer .footer_sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 45px;
}
.footer .footer_sns li {
  margin: 0 8px;
}
.footer .footer_sns li a {
  width: 20px;
  display: block;
}
.footer .footer_sns li a:hover {
  opacity: 0.6;
}
.footer .copyright {
  font-size: 1.1rem;
}

.bounce_in,
.fade_in,
.fade_in_up,
.fade_in_down,
.fade_in_left,
.fade_in_right {
  opacity: 0;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated_bounce {
  -webkit-animation-duration: 0.95s;
  animation-duration: 0.95s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*!------------------------------------*
fadeIn
\*!------------------------------------*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/*!------------------------------------*
fadeInUp
\*!------------------------------------*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*!------------------------------------*
fadeInDown
\*!------------------------------------*/
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/*!------------------------------------*
fadeInLeft
\*!------------------------------------*/
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: adeInLeft;
  animation-name: fadeInLeft;
}

/*!------------------------------------*
fadeInRight
\*!------------------------------------*/
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes bounceIn {
  20%, 40%, 60%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  20%, 40%, 60%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

/*
Theme Name : 輪島漆芸美術館 2026
Theme URI : https://www.art.city.wajima.ishikawa.jp
Author: SCARAMANGA INC.
Author URI: https://scaramanga.jp
Description:
Version: 1.0
*/
/*---_reset------------------------------------------------------------------*/
/*---_setting------------------------------------------------------------------*/
/* base
---------------------------------------------------------------------------------------*/
/* _header
---------------------------------------------------------------------------------------*/
/* _page
---------------------------------------------------------------------------------------*/
/* _footer
---------------------------------------------------------------------------------------*/
/* animate
---------------------------------------------------------------------------------------*/