@charset "UTF-8";
body {
  font-size: 0.16rem;
  font-family: "Noto Sans JP", sans-serif, YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "Hiragino Kaku Gothic ProN", "HiraKakuPro-W3", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: 500;
  color: #000;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 0.12rem;
    min-width: 320px;
  }
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.container_min {
  max-width: 10rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .container_min {
    width: calc(100% - 0.4rem);
  }
}

.container {
  max-width: 12rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .container {
    width: calc(100% - 0.4rem);
  }
}

.container_max {
  max-width: 13.6rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .container_max {
    width: calc(100% - 0.4rem);
  }
}

a {
  color: #000;
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .pconly {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sponly {
    display: none !important;
  }
}

.objectfit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cmn_header {
  width: 100%;
  padding: 0 0.32rem 0 0.83rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 0.8rem;
  z-index: 101;
  background-color: #fff;
}

.cmn_header .logo {
  width: 2.98rem;
}

@media screen and (min-width: 768px) {
  .cmn_header .nav .global {
    display: block !important;
  }
}

.cmn_header .lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cmn_header .lists .item {
  text-align: center;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.46em;
  font-size: 0.14rem;
}

.cmn_header .lists .item:not(:last-of-type) {
  margin-right: 0.55rem;
}

@media screen and (max-width: 767px) {
  .cmn_header {
    padding: 0 0.1rem 0 0.2rem;
    height: 0.5rem;
  }
  .cmn_header .logo {
    width: 2.4rem;
  }
  .cmn_header .nav {
    position: relative;
  }
  .cmn_header .nav .global {
    width: 100%;
    height: 100vh;
    padding: 0.4rem 0 0.5rem;
    display: none;
    position: fixed;
    top: 0.5rem;
    left: 0;
    z-index: 101;
    overflow-y: scroll;
    background-color: #fff;
  }
  .cmn_header .nav .global .lists {
    display: block;
    position: absolute;
    top: 44%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .cmn_header .nav .global .lists .item:not(:last-of-type) {
    margin: 0 0 0.39rem;
  }
  .cmn_header .nav .hamburger {
    padding: 0.25rem;
    top: -0.18rem;
    right: 0;
    width: 0.3rem;
    height: 0.3rem;
    -webkit-transition: transform 0.4s;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    position: absolute;
    z-index: 100;
  }
  .cmn_header .nav .hamburger span {
    width: 0.3rem;
    height: 1px;
    position: absolute;
    right: 0.1rem;
    -webkit-transition: transform 0.4s;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    background-color: #000;
  }
  .cmn_header .nav .hamburger span:nth-of-type(1) {
    top: 0.1rem;
  }
  .cmn_header .nav .hamburger span:nth-of-type(2) {
    top: 0.18rem;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .cmn_header .nav .hamburger span:nth-of-type(3) {
    top: 0.26rem;
  }
  .cmn_header .nav .hamburger.active span:nth-child(1) {
    top: 0.2rem;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .cmn_header .nav .hamburger.active span:nth-child(3) {
    top: 0.2rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .cmn_header .nav .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
}

.cmn_footer {
  margin-top: 2.1rem;
  padding: 1.04rem 0;
  color: #fff;
  background-color: #000;
}

.cmn_footer .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cmn_footer .logo {
  width: 3rem;
}

.cmn_footer .contact {
  margin-top: 0.44rem;
}

.cmn_footer .contact .contact_tit {
  font-size: 0.12rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.cmn_footer .contact .notes {
  margin-top: 0.05rem;
  font-size: 0.12rem;
  font-weight: 400;
  line-height: 1.4;
}

.cmn_footer .contact .btn {
  margin-top: 0.13rem;
}

.cmn_footer .contact .btn a {
  width: 3.6rem;
  padding: 0.21rem 0;
  text-align: center;
  display: block;
  font-size: 0.12rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.06em;
  background-color: #fff;
  position: relative;
  border: 1px solid #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cmn_footer .contact .btn a .add {
  font-size: 0.14rem;
}

.cmn_footer .contact .btn a .icon {
  width: 0.14rem;
  position: absolute;
  top: calc(50% - 0.07rem);
  right: 0.1rem;
}

.cmn_footer .contact .btn a:hover {
  opacity: 1;
  color: #fff;
  background-color: #000;
  border: 1px solid #fff;
}

.cmn_footer .contact .btn a:hover .icon {
  fill: #fff;
}

.cmn_footer .use {
  margin-top: 0.43rem;
  font-size: 0.12rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.cmn_footer .use a {
  padding-left: 0.15rem;
  color: #fff;
  position: relative;
}

.cmn_footer .use a::before {
  content: "";
  width: 0.057rem;
  height: 0.1rem;
  position: absolute;
  top: calc(50% - 0.05rem);
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/cmn/footer_use_icon.svg);
}

.cmn_footer .lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.23rem;
}

.cmn_footer .lists li a {
  font-size: 0.12rem;
  font-weight: 700;
  letter-spacing: 0.46em;
  color: #fff;
  font-family: "Raleway", sans-serif;
}

.cmn_footer .bnr {
  width: 2.4rem;
  margin: 0.6rem 0 0 auto;
  text-align: right;
}

.cmn_footer .bnr .bnr_tit {
  font-size: 0.12rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.cmn_footer .bnr a {
  margin-top: 0.13rem;
  display: block;
}

.cmn_footer .bnr .bnr_notes {
  margin-top: 0.05rem;
  font-size: 0.12rem;
  font-weight: 400;
  line-height: 1.4;
  margin-left: -100%;
}

.cmn_footer small {
  text-align: right;
  display: block;
  font-size: 0.12rem;
  letter-spacing: 0.06em;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .cmn_footer {
    margin-top: 1.8rem;
    padding: 0.8rem 0 0.4rem;
  }
  .cmn_footer .wrap {
    display: block;
  }
  .cmn_footer .logo {
    width: 2.4rem;
    margin: 0 auto;
  }
  .cmn_footer .contact .contact_tit {
    text-align: center;
  }
  .cmn_footer .contact .btn {
    margin-top: 0.13rem;
  }
  .cmn_footer .contact .btn a {
    width: 100%;
  }
  .cmn_footer .use {
    margin-top: 0.22rem;
  }
  .cmn_footer .bnr {
    margin: 0.6rem auto 0;
    text-align: center;
  }
  .cmn_footer .bnr .bnr_notes {
    margin-left: 0;
  }
  .cmn_footer small {
    margin-top: 1.15rem;
    text-align: center;
    font-size: 0.1rem;
  }
}

.page_top {
  position: fixed;
  left: calc(50% - 0.7rem);
  z-index: 100;
  bottom: -1px;
  -webkit-transform: translateY(1.72rem);
          transform: translateY(1.72rem);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.page_top a {
  padding-top: 0.44rem;
  text-align: center;
  width: 1.4rem;
  height: 0.6rem;
  display: block;
  font-size: 0.1rem;
  font-weight: 700;
  color: #fff;
  background-color: #000;
  -webkit-clip-path: polygon(50% 0%, 0 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0 100%, 100% 100%);
  font-family: "Raleway", sans-serif;
  position: relative;
  letter-spacing: 0.2em;
}

.page_top a .txt {
  width: 100%;
  position: absolute;
  top: 0.41rem;
  left: 51%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.page_top a::before {
  content: "";
  width: 0.12rem;
  height: 0.12rem;
  position: absolute;
  top: 0.24rem;
  left: calc(50% - 0.06rem);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/cmn/pagetop_arrow.svg);
}

@media screen and (min-width: 768px) {
  .page_top a:hover {
    opacity: 1;
  }
  .page_top a:hover .txt {
    top: 0.35rem;
  }
  .page_top a:hover::before {
    top: 0.17rem;
  }
}

.page_top.show {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

@media screen and (max-width: 767px) {
  .page_top {
    left: calc(50% - 0.6rem);
  }
  .page_top a {
    width: 1.2rem;
    height: 0.5rem;
  }
  .page_top a .txt {
    top: 0.32rem;
  }
  .page_top a::before {
    width: 0.12rem;
    height: 0.12rem;
    top: 0.14rem;
    left: calc(50% - 0.06rem);
  }
  .page_top a:hover {
    opacity: 1;
  }
}

/* --------------------------------------------------------------
   Module_Element
-------------------------------------------------------------- */
.mod_tit01 {
  position: relative;
}

.mod_tit01::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  z-index: -1;
  top: -0.35rem;
  left: -0.3rem;
  background-color: #eee;
}

.mod_tit01 .en {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.32em;
  font-family: "Raleway", sans-serif;
}

.mod_tit01 .ja {
  margin-top: 0.08rem;
  font-size: 0.12rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .mod_tit01::before {
    width: 0.26rem;
    height: 0.26rem;
    top: -0.15rem;
    left: -0.1rem;
  }
  .mod_tit01 .en {
    font-size: 0.32rem;
  }
  .mod_tit01 .ja {
    margin-top: 0.03rem;
    font-size: 0.1rem;
  }
}

.mod_txt {
  letter-spacing: 0.06em;
  line-height: 3;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .mod_txt {
    line-height: 2;
  }
}

.mod_btn01 a {
  width: 3rem;
  padding: 0.31rem 0;
  text-align: center;
  display: block;
  border: 1px solid #000;
  background-color: #fff;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  letter-spacing: 0.2em;
}

.mod_btn01 a .arrow {
  width: 0.057rem;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 37%;
  right: 0.1rem;
}

.mod_btn01 a::before {
  content: "";
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  z-index: -1;
  bottom: -0.1rem;
  right: -0.1rem;
  background-color: #eee;
}

@media screen and (min-width: 768px) {
  .mod_btn01 a:hover {
    opacity: 1;
    color: #fff;
    background-color: #000;
  }
  .mod_btn01 a:hover svg {
    fill: #fff;
  }
}

@media screen and (max-width: 767px) {
  .mod_btn01 a {
    width: 2.6rem;
    padding: 0.23rem 0;
  }
  .mod_btn01 a .arrow {
    width: 0.057rem;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 37%;
    right: 0.1rem;
  }
  .mod_btn01 a::before {
    content: "";
    position: absolute;
    width: 0.4rem;
    height: 0.4rem;
    z-index: -1;
    bottom: -0.1rem;
    right: -0.1rem;
    background-color: #eee;
  }
  .mod_btn01 a:hover {
    opacity: 1;
  }
}

.mod_link {
  margin-top: 2.1rem;
  padding: 0.4rem 0 0.8rem;
  position: relative;
  z-index: 1;
  background-color: #f8f8f8;
}

.mod_link .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 0.25rem;
}

.mod_link .bnr a {
  height: 0.8rem;
  display: block;
}

.mod_link .bnr a img {
  width: 100%;
  height: 100%;
}

.mod_link .mod_btn01 a {
  width: 2.8rem;
  height: 0.8rem;
  padding: 0 0.35rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.14rem;
  line-height: 1.3;
  letter-spacing: 0.12em;
}

.mod_link .mod_btn01 a .arrow {
  width: 0.12rem;
  height: 100%;
  position: absolute;
  z-index: 1;
  right: 0.14rem;
}

@media screen and (max-width: 767px) {
  .mod_link {
    margin-top: 1.8rem;
    padding: 0.6rem 0 1rem;
  }
  .mod_link .wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.2rem 0;
  }
  .mod_link .mod_btn01 a {
    width: 2.8rem;
    padding: 0.29rem 0.35rem;
    font-size: 0.14rem;
    line-height: 1.42;
    letter-spacing: 0.12em;
  }
  .mod_link .mod_btn01 a .arrow {
    width: 0.12rem;
    height: 100%;
    position: absolute;
    z-index: 1;
    right: 0.14rem;
  }
}

.mod_mv {
  padding: 2.4rem 0 1.6rem;
}

.mod_mv .tit {
  position: relative;
  padding: 0.66rem 0;
}

.mod_mv .tit::before {
  content: "";
  width: 10rem;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  background-color: #f8f8f8;
}

.mod_mv .tit .en {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-family: "Raleway", sans-serif;
}

.mod_mv .tit .ja {
  margin-top: 0.1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .mod_mv {
    padding: 1.1rem 0 0.9rem;
  }
  .mod_mv .tit {
    padding: 0.53rem 0 0.47rem;
  }
  .mod_mv .tit::before {
    width: 2.34rem;
    right: -0.2rem;
  }
  .mod_mv .tit .en {
    font-size: 0.38rem;
  }
  .mod_mv .tit .ja {
    margin-top: 0.1rem;
  }
}

.mod_archive_lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem 0;
}

.mod_archive_lists::after {
  content: "";
  display: block;
  width: 3.8rem;
}

.mod_archive_lists li {
  width: 3.8rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #ddd;
}

.mod_archive_lists li a {
  display: block;
}

.mod_archive_lists .img {
  position: relative;
  width: 3.8rem;
  height: 2.85rem;
}

.mod_archive_lists .facility {
  padding: 0.07rem 0.2rem;
  font-weight: 700;
  line-height: 1.31;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
}

.mod_archive_lists .lists_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.2rem;
}

.mod_archive_lists .lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.mod_archive_lists .lists dt {
  width: 0.7rem;
  line-height: 0.26rem;
  margin-right: 0.1rem;
  text-align: center;
  font-size: 0.12rem;
  font-weight: 500;
  color: #666;
  background-color: #eee;
}

.mod_archive_lists .lists dd {
  font-size: 0.14rem;
  color: #999;
}

.mod_archive_lists .lists01 {
  margin-right: 0.2rem;
}

.mod_archive_lists .list_tit {
  margin-top: 0.2rem;
  font-size: 0.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .mod_archive_lists {
    gap: 0.2rem 0;
  }
  .mod_archive_lists::after {
    content: none;
  }
  .mod_archive_lists li {
    width: 1.7rem;
    padding-bottom: 0.16rem;
  }
  .mod_archive_lists .img {
    width: 100%;
    height: 1.27rem;
  }
  .mod_archive_lists .facility {
    padding: 0.05rem 0.1rem;
    font-size: 0.1rem;
  }
  .mod_archive_lists .lists_wrap {
    display: block;
    margin-top: 0.06rem;
  }
  .mod_archive_lists .lists {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .mod_archive_lists .lists:not(:first-of-type) {
    margin-top: 0.05rem;
  }
  .mod_archive_lists .lists dt,
  .mod_archive_lists .lists dd {
    line-height: 1.45;
  }
  .mod_archive_lists .lists dt {
    width: 0.5rem;
    line-height: 0.23rem;
    margin-right: 0.1rem;
    font-size: 0.1rem;
  }
  .mod_archive_lists .lists dd {
    font-size: 0.12rem;
    width: calc(100% - 0.5rem);
  }
  .mod_archive_lists .lists02 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .mod_archive_lists .list_tit {
    margin-top: 0.05rem;
    font-size: 0.14rem;
  }
}

/* TOP
--------------------------------------------------------------*/
.top_page .mv {
  margin: 0.8rem 0.4rem 0.4rem 0.8rem;
  position: relative;
}

.top_page .mv::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  bottom: -0.4rem;
  left: -0.4rem;
  background-color: #f8f8f8;
}

.top_page .mv .bg {
  min-height: 5rem;
  height: calc(100vh - 1.2rem);
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/top/mv.jpg);
}

.top_page .mv .txt {
  width: 9.05rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.top_page .mv .scroll_down {
  position: absolute;
  bottom: 0;
  right: 0.4rem;
}

.top_page .mv .scroll_down::before, .top_page .mv .scroll_down::after {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #fff;
}

.top_page .mv .scroll_down::before {
  left: -0.05rem;
  width: 0.11rem;
  height: 0.11rem;
  -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
          animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

.top_page .mv .scroll_down::after {
  left: 0;
  width: 1px;
  height: 1.2rem;
}

.top_page .mv .scroll_down .scroll_down_txt {
  position: absolute;
  left: 0.1rem;
  bottom: 0.6rem;
  color: #fff;
  font-weight: 700;
  font-size: 0.1rem;
  letter-spacing: 0.3em;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
}

@-webkit-keyframes circlemove {
  0% {
    bottom: 1.2rem;
  }
  100% {
    bottom: 0;
  }
}

@keyframes circlemove {
  0% {
    bottom: 1.2rem;
  }
  100% {
    bottom: 0;
  }
}

@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .top_page .mv {
    margin: 0.5rem 0 0.4rem 0.2rem;
  }
  .top_page .mv::before {
    bottom: -0.2rem;
    left: -0.4rem;
  }
  .top_page .mv .bg {
    width: calc(100% - 0.2rem);
    min-height: auto;
    height: 2.33rem;
    background-image: url(../img/top/mv_sp.jpg);
  }
  .top_page .mv .txt {
    width: 3.04rem;
  }
}

.top_page .about {
  margin: 0.95rem 0.4rem 0;
  padding-top: 1.5rem;
  position: relative;
}

.top_page .about .txt {
  padding-bottom: 0.8rem;
  width: 50%;
  position: relative;
}

.top_page .about .txt::before {
  content: "";
  width: 10.8rem;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0.4rem;
  left: -1.8rem;
  background-color: #f8f8f8;
}

.top_page .about .mod_txt,
.top_page .about .mod_btn01 {
  margin-left: 0.4rem;
}

.top_page .about .mod_txt {
  width: 3.8rem;
  margin-top: 0.7rem;
}

.top_page .about .mod_btn01 {
  margin-top: 0.68rem;
}

.top_page .about .img {
  width: 50%;
  height: 6.8rem;
  position: absolute;
  top: 1.5rem;
  right: 0;
}

@media screen and (max-width: 767px) {
  .top_page .about {
    margin: 0.24rem 0rem 0;
    padding-top: 1rem;
  }
  .top_page .about .txt {
    padding-bottom: 0;
    width: 100%;
  }
  .top_page .about .txt::before {
    width: 3rem;
    height: 178%;
    top: 0.15rem;
    left: auto;
    right: -0.2rem;
  }
  .top_page .about .mod_txt,
  .top_page .about .mod_btn01 {
    margin-left: 0;
  }
  .top_page .about .mod_txt {
    width: 100%;
    margin-top: 0.52rem;
  }
  .top_page .about .mod_btn01 {
    margin-top: 0.5rem;
  }
  .top_page .about .mod_btn01 a {
    margin: 0 auto;
  }
  .top_page .about .img {
    width: 3.5rem;
    margin: 0.39rem auto 0;
    height: 2.63rem;
    position: static;
  }
}

.top_page .slider_sec .container_min {
  position: relative;
}

.top_page .slider_sec .container_min::before {
  content: "";
  width: 6rem;
  height: 96%;
  position: absolute;
  z-index: -1;
  top: 0.4rem;
  right: -1rem;
  background-color: #f8f8f8;
}

.top_page .slider_sec .mod_tit01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.top_page .slider_sec .mod_txt {
  width: 7.4rem;
}

.top_page .slider_sec .swiper-container {
  padding: 0.5rem 0.04rem 0;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.top_page .slider_sec .swiper-slide {
  text-align: center;
}

.top_page .slider_sec .swiper-slide iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.top_page .slider_sec .tit {
  margin-top: 0.05rem;
  letter-spacing: 0.06em;
  line-height: 3;
  font-weight: 500;
}

.top_page .slider_sec .swiper-button-next,
.top_page .slider_sec .swiper-button-prev {
  width: 0.6rem;
  height: 0.6rem;
  top: 0.02rem;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  border: 1px solid #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.top_page .slider_sec .swiper-button-next::after,
.top_page .slider_sec .swiper-button-prev::after {
  font-size: 0.11rem;
  color: #000;
}

@media screen and (min-width: 768px) {
  .top_page .slider_sec .swiper-button-next:hover,
  .top_page .slider_sec .swiper-button-prev:hover {
    background-color: #000;
  }
  .top_page .slider_sec .swiper-button-next:hover::after,
  .top_page .slider_sec .swiper-button-prev:hover::after {
    color: #fff;
  }
}

.top_page .slider_sec .swiper-button-prev {
  left: auto;
  right: 1.7rem;
}

.top_page .slider_sec .swiper-button-next {
  right: 1rem;
}

@media screen and (max-width: 767px) {
  .top_page .slider_sec .container_min::before {
    width: 3rem;
    height: 93.2%;
    top: 0.16rem;
    right: -0.2rem;
  }
  .top_page .slider_sec .mod_tit01 {
    width: 100%;
    margin-left: 0;
  }
  .top_page .slider_sec .mod_txt {
    margin-top: 0.52rem;
    width: 100%;
  }
  .top_page .slider_sec .swiper-container {
    width: 100vw;
    overflow: hidden;
    padding: 0.61rem 0 0;
  }
  .top_page .slider_sec .tit {
    margin-top: 0;
    line-height: 2;
  }
  .top_page .slider_sec .swiper-button-next,
  .top_page .slider_sec .swiper-button-prev {
    width: 0.4rem;
    height: 0.4rem;
    top: 0.32rem;
  }
  .top_page .slider_sec .swiper-button-next::after,
  .top_page .slider_sec .swiper-button-prev::after {
    font-size: 0.06rem;
  }
  .top_page .slider_sec .swiper-button-prev {
    right: 0.9rem;
  }
  .top_page .slider_sec .swiper-button-next {
    right: 0.4rem;
  }
}

.top_page .slider_sec.vr {
  margin-top: 1.27rem;
  padding-top: 1.5rem;
}

.top_page .slider_sec.vr .swiper-slide a {
  display: block;
  position: relative;
}

@media screen and (min-width: 768px) {
  .top_page .slider_sec.vr .swiper-slide a:hover {
    opacity: 1;
  }
  .top_page .slider_sec.vr .swiper-slide a:hover .icon {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .top_page .slider_sec.vr .swiper-slide a:hover .icon svg {
    fill: #000;
  }
}

.top_page .slider_sec.vr .swiper-slide .icon {
  width: 0.7rem;
  height: 0.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.top_page .slider_sec.vr .swiper-slide .icon svg {
  width: 0.2rem;
  height: auto;
  fill: #fff;
}

.top_page .slider_sec.vr .swiper-slide .img {
  aspect-ratio: 16 / 9;
}

@media screen and (max-width: 767px) {
  .top_page .slider_sec.vr {
    padding-top: 1rem;
    margin-top: 0.24rem;
  }
  .top_page .slider_sec.vr .swiper-slide .icon {
    width: 0.5rem;
    height: 0.5rem;
  }
  .top_page .slider_sec.vr .swiper-slide .icon svg {
    width: 0.15rem;
  }
}

.top_page .slider_sec.video {
  margin-top: 0.9rem;
  padding-top: 1.5rem;
}

.top_page .slider_sec.video .mod_tit01 {
  margin-right: -1.2rem;
}

@media screen and (max-width: 767px) {
  .top_page .slider_sec.video {
    margin-top: 0.45rem;
    padding-top: 1rem;
  }
  .top_page .slider_sec.video .mod_tit01 {
    margin-right: 0;
  }
}

.top_page .pdf_sec {
  padding-top: 1.5rem;
  margin: 0.95rem 0 0;
}

.top_page .pdf_sec .container_min {
  position: relative;
}

.top_page .pdf_sec .container_min::before {
  content: "";
  width: 8rem;
  height: 4.36rem;
  position: absolute;
  z-index: -1;
  top: -0.07rem;
  left: calc(50% - 4rem);
  background-color: #f8f8f8;
}

.top_page .pdf_sec .wrap {
  margin-top: 0.76rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_page .pdf_sec .mod_txt {
  width: 3.9rem;
  margin-left: 0.4rem;
}

.top_page .pdf_sec .lists {
  width: 50%;
  padding-top: 0.12rem;
}

.top_page .pdf_sec .lists li:not(:last-of-type) {
  margin-bottom: 0.33rem;
}

.top_page .pdf_sec .lists a {
  width: 5rem;
  padding: 0.27rem 0;
  text-align: center;
  display: block;
  letter-spacing: 0.2em;
  line-height: 1.5;
  border: 1px solid #000;
  background-color: #fff;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: 500;
}

.top_page .pdf_sec .lists a .icon {
  width: 0.24rem;
  height: 100%;
  position: absolute;
  z-index: 1;
  right: 0.2rem;
}

.top_page .pdf_sec .lists a::before {
  content: "";
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  z-index: -1;
  bottom: -0.1rem;
  right: -0.1rem;
  background-color: #eee;
}

@media screen and (min-width: 768px) {
  .top_page .pdf_sec .lists a:hover {
    opacity: 1;
    color: #fff;
    background-color: #000;
  }
  .top_page .pdf_sec .lists a:hover svg {
    fill: #fff;
  }
}

@media screen and (max-width: 767px) {
  .top_page .pdf_sec {
    padding-top: 1rem;
    margin: 0.2rem 0 0;
  }
  .top_page .pdf_sec .container_min::before {
    width: 3rem;
    height: 4.36rem;
    top: 0.15rem;
    left: auto;
    right: -0.2rem;
  }
  .top_page .pdf_sec .wrap {
    margin-top: 0.54rem;
    display: block;
  }
  .top_page .pdf_sec .mod_txt {
    width: 100%;
    margin-left: 0;
  }
  .top_page .pdf_sec .lists {
    width: 100%;
    padding-top: 0.48rem;
  }
  .top_page .pdf_sec .lists li:not(:last-of-type) {
    margin-bottom: 0.2rem;
  }
  .top_page .pdf_sec .lists a {
    width: 100%;
    padding: 0;
    height: 0.8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0.14rem;
  }
  .top_page .pdf_sec .lists a .icon {
    width: 0.24rem;
    top: 35%;
    right: 0.1rem;
  }
  .top_page .pdf_sec .lists a:hover {
    opacity: 1;
  }
}

.top_page .photograph {
  margin-top: 0.9rem;
  padding-top: 1.5rem;
}

.top_page .photograph .container_min {
  position: relative;
}

.top_page .photograph .container_min::before {
  content: "";
  width: 10rem;
  height: 7.46rem;
  position: absolute;
  z-index: -1;
  top: 0.4rem;
  left: -1rem;
  background-color: #f8f8f8;
}

.top_page .photograph .img {
  margin-top: 0.63rem;
  text-align: right;
}

.top_page .photograph .img img {
  width: 10.8rem;
}

.top_page .photograph .mod_txt {
  width: 7.2rem;
  margin: 0.5rem auto 0;
}

.top_page .photograph .mod_btn01 {
  margin-top: 0.2rem;
}

.top_page .photograph .mod_btn01 a {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .top_page .photograph {
    margin-top: 1.2rem;
  }
  .top_page .photograph .container_min::before {
    width: 3rem;
    height: 7.15rem;
    top: 0.15rem;
    left: auto;
    right: -0.2rem;
  }
  .top_page .photograph .img {
    margin-top: 0.63rem;
    text-align: right;
  }
  .top_page .photograph .img img {
    width: 100%;
  }
  .top_page .photograph .mod_txt {
    width: 100%;
    padding: 0 0.2rem;
    margin: 0.5rem auto 0;
  }
  .top_page .photograph .mod_btn01 {
    margin-top: 0.5rem;
  }
  .top_page .photograph .mod_btn01 a {
    margin: 0 auto;
  }
}

/* ERROR
--------------------------------------------------------------*/
.error_content {
  padding: 1rem 0 0;
}

.error_content .txt {
  text-align: center;
  line-height: 1.65;
}

.error_content .mod_btn a {
  margin: 0.5rem auto 0;
}

@media screen and (max-width: 767px) {
  .error_content .txt {
    font-size: 0.12rem;
  }
  .error_content .mod_btn01 a {
    margin: 0.25rem auto 0;
  }
}

/* PHOTOGRAPH
--------------------------------------------------------------*/
.photograph_page .search_area {
  padding: 0.4rem 0 0.59rem;
  border: 1px solid #ddd;
  position: relative;
  background-color: #fff;
}

.photograph_page .search_area::before {
  content: "";
  width: 2.15rem;
  height: 2.15rem;
  position: absolute;
  z-index: -1;
  bottom: -0.1rem;
  right: -0.1rem;
  background-color: #f8f8f8;
}

.photograph_page .search_area .tit {
  text-align: center;
  font-weight: 700;
}

.photograph_page .search_area .tit .en {
  font-size: 0.14rem;
  color: #ccc;
  letter-spacing: 0.32em;
  font-family: "Raleway", sans-serif;
}

.photograph_page .search_area .tit .ja {
  margin-top: 0.05rem;
  font-size: 0.2rem;
  letter-spacing: 0.1em;
}

.photograph_page .search_area .content {
  margin-top: 0.35rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 0.25rem;
}

.photograph_page .search_area .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.photograph_page .search_area .stit {
  font-weight: 700;
  margin-right: 0.15rem;
}

.photograph_page .search_area .radio_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.photograph_page .search_area .radio {
  font-weight: 500;
}

.photograph_page .search_area .radio:not(:last-of-type) {
  margin-right: 0.1rem;
}

.photograph_page .search_area select {
  width: 2.4rem;
  height: 0.4rem;
  padding: 0 0.1rem;
  color: #000;
  background-color: #fff;
  border: 1px solid #707070;
}

.photograph_page .search_area .btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.photograph_page .search_area .btn::before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  position: absolute;
  z-index: -1;
  bottom: -0.05rem;
  right: -0.05rem;
  background-color: #f8f8f8;
}

.photograph_page .search_area .btn .form_submit {
  padding: 0;
  width: 1.65rem;
  height: 0.4rem;
  text-align: center;
  font-size: 0.14rem;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  border: 1px solid #707070;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}

.photograph_page .search_area .btn .search_icon {
  width: 0.16rem;
  height: 0.16rem;
  position: absolute;
  top: calc(50% - 0.08rem);
  right: 0.1rem;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .photograph_page .search_area .btn:hover .search_icon {
    fill: #fff;
  }
  .photograph_page .search_area .btn:hover .form_submit {
    color: #fff;
    opacity: 1;
    background-color: #000;
    border: 1px solid #000;
  }
}

@media screen and (max-width: 767px) {
  .photograph_page .search_area {
    padding: 0.4rem 0.38rem;
  }
  .photograph_page .search_area .tit .en {
    font-size: 0.1rem;
  }
  .photograph_page .search_area .tit .ja {
    margin-top: 0.05rem;
    font-size: 0.16rem;
  }
  .photograph_page .search_area .content {
    margin-top: 0.35rem;
    display: block;
  }
  .photograph_page .search_area .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .photograph_page .search_area .wrap:not(:first-of-type) {
    margin-top: 0.25rem;
  }
  .photograph_page .search_area .stit {
    line-height: 1.5;
    width: 0.65rem;
    font-weight: 700;
    margin-right: 0;
  }
  .photograph_page .search_area .stit.adjust {
    padding-top: 0.1rem;
  }
  .photograph_page .search_area .radio_wrap {
    display: block;
  }
  .photograph_page .search_area .radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .photograph_page .search_area .radio:not(:last-of-type) {
    margin: 0 0 0.1rem;
  }
  .photograph_page .search_area select {
    width: 2rem;
  }
  .photograph_page .search_area .btn_wrap {
    text-align: center;
  }
  .photograph_page .search_area .btn {
    margin-top: 0.4rem;
  }
  .photograph_page .search_area .btn::before {
    content: "";
    width: 0.3rem;
    height: 0.3rem;
    position: absolute;
    z-index: -1;
    bottom: -0.05rem;
    right: -0.05rem;
    background-color: #f8f8f8;
  }
  .photograph_page .search_area .btn::after {
    content: "";
    width: 0.16rem;
    height: 0.16rem;
    position: absolute;
    top: calc(50% - 0.08rem);
    right: 0.1rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../img/photograph/search_icon.svg);
  }
  .photograph_page .search_area .btn .form_submit {
    padding: 0;
    width: 1.65rem;
    height: 0.4rem;
    text-align: center;
    font-size: 0.14rem;
    font-weight: 500;
    background-color: #fff;
    border: 1px solid #707070;
  }
}

.photograph_page .content_area {
  padding: 1.25rem 0 0;
}

.photograph_page .content_area .terms_txt {
  text-align: center;
  font-size: 0.24rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.photograph_page .content_area .wrap {
  margin-top: 0.46rem;
  padding: 0.13rem 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.14rem;
  font-weight: 500;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.photograph_page .content_area .total .num {
  font-weight: 700;
}

.photograph_page .content_area .sort {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.photograph_page .content_area .sort .sort_tit {
  margin-right: 0.2rem;
  font-size: 0.14rem;
}

.photograph_page .content_area .sort a {
  color: #999;
}

.photograph_page .content_area .sort a:not(:last-of-type) {
  margin-right: 1em;
  position: relative;
}

.photograph_page .content_area .sort a:not(:last-of-type)::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 1px;
  right: -0.08rem;
  background-color: #000;
}

.photograph_page .content_area .sort a.current {
  color: #000;
  pointer-events: none;
}

.photograph_page .content_area .mod_archive_lists {
  margin-top: 0.4rem;
}

.photograph_page .content_area .pager {
  margin-top: 1.21rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.1rem;
}

.photograph_page .content_area .pager li a {
  width: 0.6rem;
  height: 0.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  border: 1px solid #000;
  font-family: "Raleway", sans-serif;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.photograph_page .content_area .pager li a:hover {
  opacity: 1;
  background-color: #000;
  color: #fff;
}

.photograph_page .content_area .pager li a:hover svg {
  fill: #fff;
}

.photograph_page .content_area .pager li.current {
  pointer-events: none;
}

.photograph_page .content_area .pager .prev img,
.photograph_page .content_area .pager .prev svg,
.photograph_page .content_area .pager .next img,
.photograph_page .content_area .pager .next svg {
  width: 0.056rem;
}

.photograph_page .content_area .pager .current a {
  color: #999;
  border: 1px solid #ddd;
  background-color: #eee;
}

@media screen and (max-width: 767px) {
  .photograph_page .content_area {
    padding: 0.8rem 0 0;
  }
  .photograph_page .content_area .terms_txt {
    text-align: left;
    font-size: 0.18rem;
    line-height: 1.44;
  }
  .photograph_page .content_area .wrap {
    margin-top: 0.3rem;
    padding: 0.13rem 0;
    font-size: 0.12rem;
  }
  .photograph_page .content_area .sort .sort_tit {
    margin-right: 0.12rem;
  }
  .photograph_page .content_area .mod_archive_lists {
    margin-top: 0.25rem;
  }
  .photograph_page .content_area .pager {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0.6rem auto 0;
    gap: 0.1rem;
  }
  .photograph_page .content_area .pager li a {
    width: 0.3rem;
    height: 0.3rem;
    font-size: 0.1rem;
  }
}

/* PHOTOGRAPH
--------------------------------------------------------------*/
.photograph_page .search_area {
  padding: 0.4rem 0 0.59rem;
  border: 1px solid #ddd;
  position: relative;
  background-color: #fff;
}

.photograph_page .search_area::before {
  content: "";
  width: 2.15rem;
  height: 2.15rem;
  position: absolute;
  z-index: -1;
  bottom: -0.1rem;
  right: -0.1rem;
  background-color: #f8f8f8;
}

.photograph_page .search_area .tit {
  text-align: center;
  font-weight: 700;
}

.photograph_page .search_area .tit .en {
  font-size: 0.14rem;
  color: #ccc;
  letter-spacing: 0.32em;
  font-family: "Raleway", sans-serif;
}

.photograph_page .search_area .tit .ja {
  margin-top: 0.05rem;
  font-size: 0.2rem;
  letter-spacing: 0.1em;
}

.photograph_page .search_area .content {
  margin-top: 0.35rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 0.25rem;
}

.photograph_page .search_area .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.photograph_page .search_area .stit {
  font-weight: 700;
  margin-right: 0.15rem;
}

.photograph_page .search_area .radio_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.photograph_page .search_area .radio {
  font-weight: 500;
}

.photograph_page .search_area .radio:not(:last-of-type) {
  margin-right: 0.1rem;
}

.photograph_page .search_area select {
  width: 2.4rem;
  height: 0.4rem;
  padding: 0 0.1rem;
  color: #000;
  background-color: #fff;
  border: 1px solid #707070;
}

.photograph_page .search_area .btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.photograph_page .search_area .btn::before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  position: absolute;
  z-index: -1;
  bottom: -0.05rem;
  right: -0.05rem;
  background-color: #f8f8f8;
}

.photograph_page .search_area .btn .form_submit {
  padding: 0;
  width: 1.65rem;
  height: 0.4rem;
  text-align: center;
  font-size: 0.14rem;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  border: 1px solid #707070;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}

.photograph_page .search_area .btn .search_icon {
  width: 0.16rem;
  height: 0.16rem;
  position: absolute;
  top: calc(50% - 0.08rem);
  right: 0.1rem;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .photograph_page .search_area .btn:hover .search_icon {
    fill: #fff;
  }
  .photograph_page .search_area .btn:hover .form_submit {
    color: #fff;
    opacity: 1;
    background-color: #000;
    border: 1px solid #000;
  }
}

@media screen and (max-width: 767px) {
  .photograph_page .search_area {
    padding: 0.4rem 0.38rem;
  }
  .photograph_page .search_area .tit .en {
    font-size: 0.1rem;
  }
  .photograph_page .search_area .tit .ja {
    margin-top: 0.05rem;
    font-size: 0.16rem;
  }
  .photograph_page .search_area .content {
    margin-top: 0.35rem;
    display: block;
  }
  .photograph_page .search_area .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .photograph_page .search_area .wrap:not(:first-of-type) {
    margin-top: 0.25rem;
  }
  .photograph_page .search_area .stit {
    line-height: 1.5;
    width: 0.65rem;
    font-weight: 700;
    margin-right: 0;
  }
  .photograph_page .search_area .stit.adjust {
    padding-top: 0.1rem;
  }
  .photograph_page .search_area .radio_wrap {
    display: block;
  }
  .photograph_page .search_area .radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .photograph_page .search_area .radio:not(:last-of-type) {
    margin: 0 0 0.1rem;
  }
  .photograph_page .search_area select {
    width: 2rem;
  }
  .photograph_page .search_area .btn_wrap {
    text-align: center;
  }
  .photograph_page .search_area .btn {
    margin-top: 0.4rem;
  }
  .photograph_page .search_area .btn::before {
    content: "";
    width: 0.3rem;
    height: 0.3rem;
    position: absolute;
    z-index: -1;
    bottom: -0.05rem;
    right: -0.05rem;
    background-color: #f8f8f8;
  }
  .photograph_page .search_area .btn::after {
    content: "";
    width: 0.16rem;
    height: 0.16rem;
    position: absolute;
    top: calc(50% - 0.08rem);
    right: 0.1rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../img/photograph/search_icon.svg);
  }
  .photograph_page .search_area .btn .form_submit {
    padding: 0;
    width: 1.65rem;
    height: 0.4rem;
    text-align: center;
    font-size: 0.14rem;
    font-weight: 500;
    background-color: #fff;
    border: 1px solid #707070;
  }
}

.photograph_page .content_area {
  padding: 1.25rem 0 0;
}

.photograph_page .content_area .terms_txt {
  text-align: center;
  font-size: 0.24rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.photograph_page .content_area .wrap {
  margin-top: 0.46rem;
  padding: 0.13rem 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.14rem;
  font-weight: 500;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.photograph_page .content_area .total .num {
  font-weight: 700;
}

.photograph_page .content_area .sort {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.photograph_page .content_area .sort .sort_tit {
  margin-right: 0.2rem;
  font-size: 0.14rem;
}

.photograph_page .content_area .sort a {
  color: #999;
}

.photograph_page .content_area .sort a:not(:last-of-type) {
  margin-right: 1em;
  position: relative;
}

.photograph_page .content_area .sort a:not(:last-of-type)::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 1px;
  right: -0.08rem;
  background-color: #000;
}

.photograph_page .content_area .sort a.current {
  color: #000;
  pointer-events: none;
}

.photograph_page .content_area .mod_archive_lists {
  margin-top: 0.4rem;
}

.photograph_page .content_area .pager {
  margin-top: 1.21rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.1rem;
}

.photograph_page .content_area .pager li a {
  width: 0.6rem;
  height: 0.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  border: 1px solid #000;
  font-family: "Raleway", sans-serif;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.photograph_page .content_area .pager li a:hover {
  opacity: 1;
  background-color: #000;
  color: #fff;
}

.photograph_page .content_area .pager li a:hover svg {
  fill: #fff;
}

.photograph_page .content_area .pager li.current {
  pointer-events: none;
}

.photograph_page .content_area .pager .prev img,
.photograph_page .content_area .pager .prev svg,
.photograph_page .content_area .pager .next img,
.photograph_page .content_area .pager .next svg {
  width: 0.056rem;
}

.photograph_page .content_area .pager .current a {
  color: #999;
  border: 1px solid #ddd;
  background-color: #eee;
}

@media screen and (max-width: 767px) {
  .photograph_page .content_area {
    padding: 0.8rem 0 0;
  }
  .photograph_page .content_area .terms_txt {
    text-align: left;
    font-size: 0.18rem;
    line-height: 1.44;
  }
  .photograph_page .content_area .wrap {
    margin-top: 0.3rem;
    padding: 0.13rem 0;
    font-size: 0.12rem;
  }
  .photograph_page .content_area .sort .sort_tit {
    margin-right: 0.12rem;
  }
  .photograph_page .content_area .mod_archive_lists {
    margin-top: 0.25rem;
  }
  .photograph_page .content_area .pager {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0.6rem auto 0;
    gap: 0.1rem;
  }
  .photograph_page .content_area .pager li a {
    width: 0.3rem;
    height: 0.3rem;
    font-size: 0.1rem;
  }
}

/* PHOTOGRAPH詳細
--------------------------------------------------------------*/
.photograph_detail_page .detail_content .modal_image {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
}

.photograph_detail_page .detail_content .modal_image .modal_search_logo {
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.6);
}

.photograph_detail_page .detail_content .modal_image .modal_search_logo::before {
  content: "";
  width: 0.24rem;
  height: 0.24rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../img/photograph/search_icon.svg);
}

.photograph_detail_page .detail_content .modal_image img {
  width: auto;
  max-width: 10rem;
  height: 6.66rem;
}

.photograph_detail_page .detail_content .wrap {
  margin-top: 0.35rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.photograph_detail_page .detail_content .facility {
  padding: 0 0.11rem;
  margin-right: 0.2rem;
  line-height: 0.26rem;
  text-align: center;
  font-size: 0.12rem;
  font-weight: 500;
  color: #666;
  background-color: #eee;
}

.photograph_detail_page .detail_content .lists_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.photograph_detail_page .detail_content .lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.photograph_detail_page .detail_content .lists dt {
  width: 0.85rem;
  line-height: 0.26rem;
  margin-right: 0.1rem;
  text-align: center;
  font-size: 0.12rem;
  font-weight: 500;
  color: #666;
  background-color: #eee;
}

.photograph_detail_page .detail_content .lists dd {
  width: calc(100% - 0.7rem);
  color: #999;
}

.photograph_detail_page .detail_content .tit {
  margin-top: 0.2rem;
  font-size: 0.24rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.photograph_detail_page .detail_content .modal_wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
}

.photograph_detail_page .detail_content .modal_layer {
  height: 100%;
  background: rgba(50, 50, 50, 0.85);
}

.photograph_detail_page .detail_content .modal_container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-height: calc(100% - 0.4rem);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.photograph_detail_page .detail_content .modal_container .modal_image {
  position: static;
  cursor: auto;
}

.photograph_detail_page .detail_content .modal_container .modal_image .modal_search_logo {
  display: none;
}

.photograph_detail_page .detail_content .modal_container .modal_image img {
  max-height: 90vh;
  max-width: 100%;
  height: auto;
}

.photograph_detail_page .detail_content .modal_close {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  top: 0;
  right: -0.5rem;
  cursor: pointer;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  background: rgba(0, 0, 0, 0.5);
}

.photograph_detail_page .detail_content .modal_close:hover {
  opacity: 0.7;
}

.photograph_detail_page .detail_content .modal_close::before, .photograph_detail_page .detail_content .modal_close::after {
  content: "";
  width: 0.2rem;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
}

.photograph_detail_page .detail_content .modal_close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.photograph_detail_page .detail_content .modal_close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .photograph_detail_page .detail_content .modal_image img {
    max-width: 100%;
    height: auto;
  }
  .photograph_detail_page .detail_content .wrap {
    margin-top: 0.13rem;
    display: block;
  }
  .photograph_detail_page .detail_content .facility {
    display: inline-block;
    padding: 0 0.11rem;
    margin-right: 0.2rem;
    line-height: 0.23rem;
    font-size: 0.1rem;
  }
  .photograph_detail_page .detail_content .lists_wrap {
    margin-top: 0.1rem;
  }
  .photograph_detail_page .detail_content .lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .photograph_detail_page .detail_content .lists dt {
    width: 0.5rem;
    line-height: 0.23rem;
    margin-right: 0.05rem;
    font-size: 0.1rem;
  }
  .photograph_detail_page .detail_content .lists dd {
    width: calc(100% - 0.5rem);
    font-size: 0.12rem;
  }
  .photograph_detail_page .detail_content .lists01 {
    margin-right: 0.1rem;
  }
  .photograph_detail_page .detail_content .tit {
    margin-top: 0.1rem;
    font-size: 0.14rem;
  }
}

.photograph_detail_page .relation {
  padding: 1rem 0 0;
}

.photograph_detail_page .relation .tit {
  text-align: center;
  font-weight: 700;
}

.photograph_detail_page .relation .tit .en {
  font-size: 0.14rem;
  letter-spacing: 0.32em;
  color: #ccc;
}

.photograph_detail_page .relation .tit .ja {
  margin-top: 0.1rem;
  font-size: 0.32rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.photograph_detail_page .relation .mod_archive_lists {
  margin-top: 0.65rem;
}

.photograph_detail_page .relation .mod_btn01 a {
  margin: 1rem auto 0;
}

@media screen and (max-width: 767px) {
  .photograph_detail_page .relation {
    padding: 0.8rem 0 0;
  }
  .photograph_detail_page .relation .tit .en {
    font-size: 0.1rem;
  }
  .photograph_detail_page .relation .tit .ja {
    margin-top: 0.05rem;
    font-size: 0.16rem;
  }
  .photograph_detail_page .relation .mod_archive_lists {
    margin-top: 0.3rem;
  }
  .photograph_detail_page .relation .mod_btn01 a {
    margin: 0.5rem auto 0;
  }
}

.photograph_detail_page #graydisplay {
  display: none;
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}

.photograph_detail_page #graydisplay img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
  height: 90%;
}

/* ABOUT
--------------------------------------------------------------*/
.about_page .mod_mv_img {
  padding: 0 0.4rem;
}

@media screen and (max-width: 767px) {
  .about_page .mod_mv_img {
    height: 2.63rem;
    padding: 0 0.1rem;
  }
}

.about_page .prefix {
  margin: 1.2rem auto 0;
  padding: 0.8rem 0 0;
  position: relative;
}

.about_page .prefix .img {
  width: 6.6rem;
  position: absolute;
  top: 0;
  right: 0;
}

.about_page .prefix .mod_txt {
  width: 5.6rem;
  padding: 0.3rem 0.4rem;
  margin: 0 0 0 0.6rem;
  position: relative;
  background-color: #fff;
  text-align: justify;
}

.about_page .prefix .mod_txt::before {
  content: "";
  width: calc(100% - 0.4rem);
  height: calc(100% - 0.4rem);
  position: absolute;
  z-index: -1;
  bottom: -0.4rem;
  left: -0.4rem;
  background-color: #f8f8f8;
}

.about_page .prefix .lists {
  width: 8rem;
  margin: 1.2rem auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-top: 1px solid #ddd;
}

.about_page .prefix .lists dt,
.about_page .prefix .lists dd {
  font-size: 0.12rem;
  padding: 0.25rem 0.1rem;
  line-height: 1.5;
  border-bottom: 1px solid #ddd;
}

.about_page .prefix .lists dt {
  width: 1.8rem;
  font-weight: 700;
}

.about_page .prefix .lists dd {
  width: calc(100% - 1.8rem);
}

@media screen and (max-width: 767px) {
  .about_page .prefix {
    margin: 0.4rem auto 0;
    padding: 0;
  }
  .about_page .prefix .img {
    width: 3.1rem;
    height: 2.33rem;
    margin: 0 0 0 auto;
    position: static;
  }
  .about_page .prefix .mod_txt {
    width: 3.2rem;
    padding: 0.1rem 0.1rem;
    margin: -0.2rem auto 0 0.1rem;
  }
  .about_page .prefix .mod_txt::before {
    width: calc(100% - 0.1rem);
    height: calc(100% - 0.35rem);
    bottom: -0.1rem;
    left: -0.1rem;
  }
  .about_page .prefix .lists {
    width: 3.2rem;
    margin: 0.6rem auto 0;
    display: block;
  }
  .about_page .prefix .lists dt,
  .about_page .prefix .lists dd {
    font-size: 0.1rem;
    padding: 0;
    border-bottom: none;
  }
  .about_page .prefix .lists dt {
    width: 100%;
    padding: 0.1rem 0.1rem 0;
  }
  .about_page .prefix .lists dd {
    width: 100%;
    padding: 0.05rem 0.1rem 0.1rem;
    border-bottom: 1px solid #ddd;
  }
}

.about_page .about {
  padding: 2rem 0 0;
}

.about_page .about .cat {
  padding: 0 0.2rem;
}

.about_page .about .cat img {
  width: 100%;
}

.about_page .about .tit {
  margin-top: 0.84rem;
  text-align: center;
  font-size: 0.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.about_page .about .wrap {
  margin-top: 1.24rem;
  padding: 0.8rem 0 0;
  position: relative;
}

.about_page .about .img {
  width: 6.6rem;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about_page .about .img .capt {
  margin-top: 0.1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #999;
}

.about_page .about .mod_txt {
  width: 5.6rem;
  margin: 0 0.6rem 0 auto;
  padding: 0.3rem 0.4rem;
  position: relative;
  background-color: #fff;
  text-align: justify;
}

.about_page .about .mod_txt::before {
  content: "";
  width: calc(100% - 0.4rem);
  height: calc(100% - 0.4rem);
  position: absolute;
  z-index: -1;
  bottom: -0.4rem;
  right: -0.4rem;
  background-color: #f8f8f8;
}

@media screen and (max-width: 767px) {
  .about_page .about {
    padding: 1.2rem 0 0;
  }
  .about_page .about .cat {
    padding: 0 0.07rem;
  }
  .about_page .about .tit {
    margin-top: 0.66rem;
    font-size: 0.16rem;
  }
  .about_page .about .wrap {
    margin-top: 0.47rem;
    padding: 0;
  }
  .about_page .about .img {
    width: 3.1rem;
    height: 2.33rem;
    position: static;
    margin: 0 0 0 auto;
  }
  .about_page .about .img .capt {
    margin: 0 0 0.1rem;
    text-align: right;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    font-size: 0.1rem;
  }
  .about_page .about .mod_txt {
    width: 3.2rem;
    margin: 0 auto 0 0.1rem;
    padding: 0.1rem;
  }
  .about_page .about .mod_txt::before {
    width: calc(100% - 0.1rem);
    height: calc(100% - 0.35rem);
    bottom: -0.1rem;
    right: auto;
    left: -0.1rem;
  }
}

.about_page .record {
  padding: 1.6rem 0.4rem 0;
}

.about_page .record .tit {
  font-size: 0.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.about_page .record .table_wrap {
  padding: 0.35rem 0 0;
}

.about_page .record .inner {
  overflow: auto;
  min-height: 2rem;
  height: calc(100vh - 3rem);
}

.about_page .record .inner::-webkit-scrollbar {
  width: 0.1rem;
  height: 0.1rem;
}

.about_page .record .inner::-webkit-scrollbar-track {
  background: #fff;
}

.about_page .record .inner::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 10rem;
}

.about_page .record table {
  width: 24rem;
}

.about_page .record th,
.about_page .record td {
  font-size: 0.14rem;
  padding: 0.15rem;
  vertical-align: middle;
  line-height: 1.5;
  background: #fff;
  border: 1px solid #ddd;
}

.about_page .record th {
  font-weight: bold;
  top: 0;
  left: 0;
}

.about_page .record thead th {
  background: #eee;
  z-index: 1;
  position: -webkit-sticky;
  position: sticky;
}

.about_page .record thead th::before, .about_page .record thead th::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  background-color: #ddd;
}

.about_page .record thead th::before {
  bottom: -1px;
}

.about_page .record thead th::after {
  top: -1px;
}

.about_page .record thead th.blank span::before, .about_page .record thead th.blank span::after {
  content: "";
  position: absolute;
  background-color: #ddd;
}

.about_page .record thead th.blank span::before {
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
}

.about_page .record thead th.blank span::after {
  width: 1px;
  height: 100%;
  top: 0;
  right: -1px;
}

.about_page .record thead th.blank {
  width: 2.1rem;
  background: #fff;
  border: none;
  z-index: 2;
}

.about_page .record thead th.blank::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: -1px;
  left: -1px;
  background-color: #fff;
}

.about_page .record thead th.blank::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  bottom: 0;
  left: -1px;
  background-color: #fff;
}

.about_page .record tbody .setbg th,
.about_page .record tbody .setbg td {
  background: #f8f8f8;
}

.about_page .record tbody th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  vertical-align: top;
}

.about_page .record tbody th:first-of-type::before, .about_page .record tbody th:first-of-type::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  background-color: #ddd;
}

.about_page .record tbody th:first-of-type:before {
  left: -1px;
}

.about_page .record tbody th:first-of-type::after {
  right: -1px;
}

.about_page .record tbody th:not(:first-of-type) {
  position: -webkit-sticky;
  position: sticky;
  left: 0.8rem;
}

.about_page .record tbody th:not(:first-of-type)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: -1px;
  background-color: #ddd;
}

.about_page .record .note {
  text-align: right;
  margin-top: 0.1rem;
  font-size: 0.14rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  .about_page .record {
    padding: 1.12rem 0.2rem 0;
  }
  .about_page .record .tit {
    font-size: 0.16rem;
  }
  .about_page .record .table_wrap {
    padding: 0.2rem 0 0;
  }
  .about_page .record .inner {
    min-height: auto;
    height: calc(100vh - 2rem);
  }
  .about_page .record .inner::-webkit-scrollbar {
    width: 0.05rem;
    height: 0.05rem;
  }
  .about_page .record table {
    width: 14rem;
  }
  .about_page .record th,
  .about_page .record td {
    font-size: 0.1rem;
    padding: 0.1rem 0.05rem;
  }
  .about_page .record th {
    font-weight: bold;
    top: 0;
    left: 0;
  }
  .about_page .record thead th.blank {
    width: 1.25rem;
    background: #fff;
    border: none;
    z-index: 2;
  }
  .about_page .record thead th.blank::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: -1px;
    left: -1px;
    background-color: #fff;
  }
  .about_page .record thead th.blank::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    bottom: 0;
    left: -1px;
    background-color: #fff;
  }
  .about_page .record thead .border {
    padding: 0;
  }
  .about_page .record thead .border span {
    padding: 0.1rem 0.05rem;
    position: relative;
    display: block;
  }
  .about_page .record thead .border span::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    background-color: #ddd;
  }
  .about_page .record tbody .setbg th,
  .about_page .record tbody .setbg td {
    background: #f8f8f8;
  }
  .about_page .record tbody th {
    width: 1.3rem;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    vertical-align: top;
  }
  .about_page .record tbody th:first-of-type::before, .about_page .record tbody th:first-of-type::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    background-color: #ddd;
  }
  .about_page .record tbody th:first-of-type:before {
    left: -1px;
  }
  .about_page .record tbody th:first-of-type::after {
    right: -1px;
  }
  .about_page .record tbody th:not(:first-of-type) {
    position: -webkit-sticky;
    position: sticky;
    left: 0.8rem;
  }
  .about_page .record tbody th:not(:first-of-type)::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: -1px;
    background-color: #ddd;
  }
  .about_page .record .note {
    font-size: 0.1rem;
  }
}

/* SECONDARY USE
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .use_page .mod_mv .tit {
    padding: 0.23rem 0 0.3rem;
  }
  .use_page .mod_mv .tit .en {
    line-height: 1.26;
  }
  .use_page .mod_mv .tit .ja {
    margin-top: 0;
  }
}

.use_page .content {
  width: 8rem;
  margin: 0 auto;
}

.use_page .content .content_tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 0.24rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: relative;
}

.use_page .content .content_tit::before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  position: absolute;
  z-index: -1;
  top: -0.05rem;
  left: -0.2rem;
  background-color: #eee;
}

.use_page .content .content_tit .txt,
.use_page .content .content_tit .num {
  display: inline-block;
}

.use_page .content .content_tit .num {
  margin-right: 0.1rem;
  font-size: 0.32rem;
  font-family: "Raleway", sans-serif;
}

.use_page .content .content_tit:not(:first-of-type) {
  margin-top: 0.9rem;
}

.use_page .content .content_txt {
  margin-top: 0.3rem;
  letter-spacing: 0.06em;
  line-height: 2;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .use_page .content {
    width: calc(100% - 0.6rem);
  }
  .use_page .content .content_tit {
    font-size: 0.2rem;
  }
  .use_page .content .content_tit::before {
    width: 0.2rem;
    height: 0.2rem;
    top: 0;
    left: -0.1rem;
  }
  .use_page .content .content_tit .num {
    margin-right: 0.05rem;
    font-size: 0.26rem;
  }
  .use_page .content .content_tit:not(:first-of-type) {
    margin-top: 0.6rem;
  }
  .use_page .content .content_txt {
    margin-top: 0.2rem;
  }
}
/*# sourceMappingURL=style.css.map */