@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@700&family=Shippori+Mincho:wght@400;500;600;700&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

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

input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus, input[type=button]:focus {
  outline-offset: -2px;
}

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

input[type=submit]:focus, input[type=password]:focus, input[type=button]:focus {
  outline: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox], input[type=radio] {
  display: none;
}

input[type=submit], input[type=button], label, button, select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

html {
  font-size: 10px;
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  ._sp {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  ._pc {
    display: none !important;
  }
}
* {
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
  margin: 0;
  padding: 0;
}

html {
  overflow: auto;
}

body {
  -webkit-text-size-adjust: 100%;
  background: #fff;
}

main {
  display: block;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  main {
    width: 100%;
  }
}
section {
  position: relative;
  overflow: hidden;
}

img,
svg,
video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

body {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #5C6565;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
body a,
body button {
  color: inherit;
}

.f-shippori {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}

.f-din {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}

header.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
header.header .logo_box {
  width: 33rem;
  display: block;
  position: relative;
}
header.header .logo_box .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 20rem;
  left: 46%;
}

@media screen and (max-width: 750px) {
  header.header .logo_box {
    width: auto;
    height: 50px;
  }
  header.header .logo_box .bg {
    width: 100%;
    height: 100%;
  }
  header.header .logo_box .logo {
    width: auto;
    height: 27px;
  }
  header.header .logo_box img {
    width: auto;
    height: 100%;
  }
}
.h_btn_box {
  position: fixed;
  top: 3rem;
  right: 3rem;
  z-index: 9999;
}
.h_btn_box .flex-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1.7rem;
}
.h_btn_box .btn {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 17rem;
  height: 5rem;
  background: #EC6137;
  border-radius: 100vh;
  position: relative;
}
.h_btn_box .btn::before {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.h_btn_box .txt {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
}
.h_btn_box .btn:hover {
  background: #fff;
}
.h_btn_box .btn:hover::before {
  background: #EC6137;
}
.h_btn_box .btn:hover .txt {
  color: #EC6137;
}

@media screen and (max-width: 750px) {
  .h_btn_box {
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  .h_btn_box .flex-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    padding: 0 2rem 2rem;
  }
  .h_btn_box .btn {
    width: 34.4rem;
    height: 8rem;
  }
  .h_btn_box .btn::before {
    width: 1rem;
    height: 1rem;
    left: 4rem;
  }
  .h_btn_box .txt {
    font-size: 2.6rem;
  }
  .h_btn_box .btn:hover {
    background: #EC6137;
  }
  .h_btn_box .btn:hover::before {
    background: #fff;
  }
  .h_btn_box .btn:hover .txt {
    color: #fff;
  }
}
footer.footer {
  width: 100vw;
  background: #fff;
  opacity: 0;
  padding: 26rem 0 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
footer.footer.act {
  opacity: 1;
}
footer.footer .footer_wrap {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
footer.footer .footer_wrap .lead {
  -webkit-transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  width: 41rem;
  clip-path: inset(0 100% 0 0);
  position: absolute;
  top: 4.4rem;
  left: 10rem;
}
footer.footer .footer_wrap .lead.act {
  clip-path: inset(0);
}
footer.footer .footer_wrap .logo_20th {
  width: 15rem;
  margin: 0 auto;
}
footer.footer .footer_wrap .logo {
  width: 20rem;
  display: block;
  margin: 5.6rem 3rem 0 auto;
}
footer.footer .com-cr-wrap {
  padding: 0 0 2rem;
}
footer.footer .com-cr-wrap .copy {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  opacity: 0.3;
  display: block;
}

@media screen and (max-width: 750px) {
  footer.footer {
    padding: 19rem 0 12rem;
  }
  footer.footer .footer_wrap .lead {
    width: 47rem;
    margin: 0 auto;
    position: static;
  }
  footer.footer .footer_wrap .logo_20th {
    width: 15rem;
    margin: 5rem auto 0;
  }
  footer.footer .footer_wrap .logo {
    width: 30rem;
    margin: 6rem auto 4rem;
  }
  footer.footer .com-cr-wrap {
    padding: 0 0 2rem;
  }
  footer.footer .com-cr-wrap .copy {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}
.com-note {
  font-size: 1rem;
  line-height: 1.4;
}

@media screen and (max-width: 750px) {
  .com-note {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.com-cap {
  font-size: 1rem;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5), -1px 1px 3px rgba(0, 0, 0, 0.5), 1px -1px 3px rgba(0, 0, 0, 0.5), -1px -1px 3px rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
}

.com-cap.left {
  right: auto;
  left: 0.5rem;
}

.com-cap.clr-w {
  color: #fff;
  text-shadow: none;
}

.com-cap.clr-b {
  color: #333333;
  text-shadow: none;
}

.com-cap.w100 {
  right: 2.5rem;
}

.com-cap.left.w100 {
  left: 2.5rem;
}

@media screen and (max-width: 750px) {
  .com-cap {
    font-size: 2rem;
    bottom: 1rem;
    right: 1rem;
  }
  .com-cap.left {
    left: 1rem;
  }
  .com-cap.w100 {
    right: 1rem;
  }
  .com-cap.left.w100 {
    left: 1rem;
  }
}
.com-ttl {
  display: inline-block;
  text-align: center;
  color: #EC6137;
}
.com-ttl .ttl_1 {
  font-size: 1.6rem;
  letter-spacing: 0.6em;
}
.com-ttl .ttl_2 {
  font-size: 4rem;
  margin: 1.6rem 0 0;
}

.com-ttl.left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2.6rem;
  width: 45rem;
  height: 8.6rem;
}
.com-ttl.left .ttl_2 {
  margin: 0;
}

@media screen and (max-width: 750px) {
  .com-ttl .ttl_1 {
    font-size: 2.6rem;
  }
  .com-ttl .ttl_1.ls_008_sp {
    letter-spacing: -0.08em;
  }
  .com-ttl .ttl_2 {
    font-size: 5rem;
    margin: 2rem 0 0;
  }
  .com-ttl.left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem 0;
    width: 42rem;
    height: 13rem;
    padding: 0 0 0 5rem;
  }
}
.com-sup {
  font-size: 1rem;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

@media screen and (max-width: 750px) {
  .com-sup {
    font-size: 2rem;
  }
}
.com-content {
  width: 104rem;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .com-content {
    width: 75rem;
    padding: 0 4rem;
  }
}
.com-loadwrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  background: #fff;
  opacity: 1;
}
.com-loadwrap.no_active {
  -webkit-animation-name: loadAnime;
          animation-name: loadAnime;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
@-webkit-keyframes loadAnime {
  0% {
    z-index: 99999;
    opacity: 1;
  }
  90% {
    z-index: 99999;
  }
  100% {
    z-index: -1;
    opacity: 0;
  }
}
@keyframes loadAnime {
  0% {
    z-index: 99999;
    opacity: 1;
  }
  90% {
    z-index: 99999;
  }
  100% {
    z-index: -1;
    opacity: 0;
  }
}

.com_scroll .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 2.5rem;
  -webkit-transform: translateY(-50%) translateX(-40%);
          transform: translateY(-50%) translateX(-40%);
}
.com_scroll .circle {
  -webkit-animation: 11s linear infinite rotation;
          animation: 11s linear infinite rotation;
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.com_modal_wrap {
  -webkit-transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  width: 100vw;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
}
.com_modal_wrap .bg_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(220, 222, 197, 0.8);
}
.com_modal_wrap .modal_area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin: auto;
  background: #fff;
  border-radius: 0.8rem;
  padding: 6rem 6.6rem;
}
.com_modal_wrap .modal_area .closed {
  width: 2.4rem;
  cursor: pointer;
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
}
.com_modal_wrap .modal_area .closed::before {
  content: "閉じる";
  width: 5rem;
  font-size: 1.3rem;
  letter-spacing: 0;
  text-align: center;
  color: #EC6137;
  position: absolute;
  bottom: -1.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: auto;
}
.com_modal_wrap .modal_area .movie_box {
  height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  margin: 0 auto;
}
.com_modal_wrap .modal_area .movie_box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.com_modal_wrap.act {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-width: 750px) {
  .com_modal_wrap .modal_area {
    padding: 9rem 0.6rem 5rem;
  }
  .com_modal_wrap .modal_area .closed {
    width: 4.4rem;
    top: 2rem;
    right: 2rem;
  }
  .com_modal_wrap .modal_area .closed::before {
    width: 8rem;
    font-size: 2.2rem;
    bottom: -3rem;
  }
}
/*動き*/
.m_left {
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}
.m_left_on {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.m_right {
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  opacity: 0;
  -webkit-transform: translate(50px, 0);
  transform: translate(50px, 0);
}
.m_right_on {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.m_op {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
}
.m_op_on {
  opacity: 1;
}

.m_down {
  -webkit-transition: all 1.3s;
  transition: all 1.3s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.m_down_on {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.m_up {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  opacity: 0;
}
.m_up_on {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.m_scale {
  -webkit-transition: all 2s;
  transition: all 2s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.m_scale_on {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: scale(1);
          transform: scale(1);
}

.com_mask {
  display: block;
  mask-image: linear-gradient(135deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(135deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  mask-size: 250% 250%;
  -webkit-mask-size: 250% 250%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 130% 130%;
  -webkit-mask-position: 130% 130%;
}
.com_mask_on {
  -webkit-animation: mask-animation 1.3s linear forwards;
          animation: mask-animation 1.3s linear forwards;
}

@-webkit-keyframes mask-animation {
  0% {
    mask-position: 130% 130%;
    -webkit-mask-position: 130% 130%;
  }
  100% {
    mask-position: 0 0;
    -webkit-mask-position: 0 0;
  }
}

@keyframes mask-animation {
  0% {
    mask-position: 130% 130%;
    -webkit-mask-position: 130% 130%;
  }
  100% {
    mask-position: 0 0;
    -webkit-mask-position: 0 0;
  }
}
@media screen and (min-width: 769px) {
  .m_op_d1 {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .m_op_d2 {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .m_op_d3 {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .m_op_d4 {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .m_op_d5 {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .m_op_d6 {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
  .m_op_d7 {
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
  .m_op_d8 {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  .m_op_d9 {
    -webkit-transition-delay: 1.7s;
            transition-delay: 1.7s;
  }
}
.com_clip {
  clip-path: inset(0 100% 0 0);
}
.com_clip_on {
  -webkit-transition: all 1500ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  transition: all 1500ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  clip-path: inset(0);
}

#pageTop main {
  overflow: clip;
}
#pageTop section {
  z-index: 1;
}
#pageTop .sec_main {
  overflow: unset;
  z-index: 0;
}
#pageTop .sec_main .main_wrap {
  width: 100%;
  height: calc(100vh - 13.2rem);
  position: relative;
}
#pageTop .sec_main .main_wrap .main_img {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
#pageTop .sec_main .main_wrap .main_img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
#pageTop .sec_main .main_wrap .copy_box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 100%;
  top: 55%;
}
#pageTop .sec_main .main_wrap .copy_box .main_txt_1 {
  width: 38rem;
  margin: 0 auto;
}
#pageTop .sec_main .main_wrap .copy_box .main_txt_2 {
  width: 43rem;
  margin: 0 auto;
}
#pageTop .sec_main .main_wrap .scroll_box {
  width: 15rem;
  position: absolute;
  right: 15rem;
  bottom: -6rem;
}
#pageTop .sec_main .main_wrap .scroll_box .arrow {
  width: 2rem;
  -webkit-transform: translateY(-40%) translateX(-50%) rotate(90deg);
          transform: translateY(-40%) translateX(-50%) rotate(90deg);
}
@media screen and (max-width: 750px) {
  #pageTop .sec_main .main_wrap {
    height: calc(100dvh - 25rem);
    will-change: height;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #pageTop .sec_main .main_wrap .copy_box {
    top: 48%;
  }
  #pageTop .sec_main .main_wrap .scroll_box {
    right: 0;
    left: 0;
    margin: auto;
    bottom: 8vw;
  }
}
#pageTop .sec_greet {
  overflow: unset;
  z-index: 0;
}
#pageTop .sec_greet .greet_wrap {
  padding: 5rem 0 0;
  position: relative;
}
#pageTop .sec_greet .greet_wrap .bg_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
#pageTop .sec_greet .greet_wrap .bg_area .bg_box {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  z-index: -2;
  position: absolute;
  top: 13.2rem;
  left: 0;
}
#pageTop .sec_greet .greet_wrap .bg_area .accent_box {
  width: 122rem;
  margin: 0 auto;
  position: relative;
}
#pageTop .sec_greet .greet_wrap .bg_area .accent_box .bg {
  width: 62rem;
  margin: 0 0 0 -1.2rem;
}
#pageTop .sec_greet .greet_wrap .copy_area {
  padding: 0 0 30rem;
}
#pageTop .sec_greet .greet_wrap .copy_area .ttl {
  width: 41rem;
  position: relative;
}
#pageTop .sec_greet .greet_wrap .copy_area .ttl .js_ttl_img {
  -webkit-transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  clip-path: inset(0 100% 0 0);
}
#pageTop .sec_greet .greet_wrap .copy_area .ttl .js_ttl_img.clip {
  clip-path: inset(0);
}
#pageTop .sec_greet .greet_wrap .copy_area .ttl img.on {
  -webkit-transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
#pageTop .sec_greet .greet_wrap .copy_area .ttl.act img.on {
  opacity: 1;
}
#pageTop .sec_greet .greet_wrap .copy_area .ttl.act img.off {
  opacity: 0;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#pageTop .sec_greet .greet_wrap .copy_area .copy_flex {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
#pageTop .sec_greet .greet_wrap .copy_area .copy_box {
  width: 53.6rem;
}
#pageTop .sec_greet .greet_wrap .copy_area .copy_outer {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  opacity: 0;
  margin: 7rem 0 0;
}
#pageTop .sec_greet .greet_wrap .copy_area .copy_outer .copy {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.9;
  text-align: justify;
}
#pageTop .sec_greet .greet_wrap .copy_area .copy_outer .copy_2 {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  text-align: right;
  margin: 4rem 0 0;
}
#pageTop .sec_greet .greet_wrap .copy_area .img_box {
  padding: 140px 0 0;
}
#pageTop .sec_greet .greet_wrap .copy_area .img_box .img_inner {
  -webkit-transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  opacity: 0;
}
#pageTop .sec_greet .greet_wrap .copy_area .img_box .img {
  width: 38rem;
  border-radius: 2.4rem;
  border: 2px solid #fff;
  overflow: hidden;
}
#pageTop .sec_greet .greet_wrap .copy_area .img_box img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
#pageTop .sec_greet .greet_wrap .copy_area .img_box .name {
  letter-spacing: 0.2em;
  line-height: 1.4;
  border-radius: 0.8rem;
  background: #fff;
  overflow: hidden;
  padding: 1rem 1.7rem;
  display: inline-block;
  margin: -2.4rem 0 0 4rem;
}
#pageTop .sec_greet .greet_wrap .copy_area .img_box .name_1 {
  font-size: 1.2rem;
}
#pageTop .sec_greet .greet_wrap .copy_area .img_box .name_2 {
  font-size: 1.7rem;
}
#pageTop .sec_greet .greet_wrap .copy_area.act .copy_box .copy_outer {
  opacity: 1;
}
#pageTop .sec_greet .greet_wrap .copy_area.act .img_box .img_inner {
  opacity: 1;
}
@media screen and (max-width: 750px) {
  #pageTop .sec_greet .greet_wrap {
    padding: 5rem 0 0;
  }
  #pageTop .sec_greet .greet_wrap .bg_area .bg_box {
    top: 13.2rem;
  }
  #pageTop .sec_greet .greet_wrap .bg_area .accent_box {
    width: 100%;
    padding: 0;
  }
  #pageTop .sec_greet .greet_wrap .bg_area .accent_box .bg {
    width: 62rem;
    margin: 0 0 0 0.2rem;
  }
  #pageTop .sec_greet .greet_wrap .copy_area {
    padding: 0 2rem 15rem 4rem;
  }
  #pageTop .sec_greet .greet_wrap .copy_area .ttl {
    width: 46rem;
  }
  #pageTop .sec_greet .greet_wrap .copy_area .copy_box {
    width: 100%;
  }
  #pageTop .sec_greet .greet_wrap .copy_area .copy_outer .copy {
    font-size: 2.6rem;
  }
  #pageTop .sec_greet .greet_wrap .copy_area .copy_outer .copy_2 {
    font-size: 2.8rem;
  }
  #pageTop .sec_greet .greet_wrap .copy_area .img_box {
    padding: 10rem 0 0;
  }
  #pageTop .sec_greet .greet_wrap .copy_area .img_box .img {
    width: 60rem;
    margin: 0 auto;
  }
  #pageTop .sec_greet .greet_wrap .copy_area .img_box .name {
    padding: 2rem 4rem;
    margin: -4rem 0 0 4rem;
  }
  #pageTop .sec_greet .greet_wrap .copy_area .img_box .name_1 {
    font-size: 2.2rem;
  }
  #pageTop .sec_greet .greet_wrap .copy_area .img_box .name_2 {
    font-size: 2.8rem;
  }
}
#pageTop .sec_history {
  padding: 7rem 0 0;
  overflow: visible;
}
#pageTop .sec_history::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 7rem;
  background: #FFFFFF;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
#pageTop .sec_history .history_wrap {
  position: relative;
  background: #fff;
}
#pageTop .sec_history .history_wrap::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: url(../../build/img/top/bg.png) top center/cover no-repeat;
  -webkit-transition: opacity 0.5s linear 0s;
  transition: opacity 0.5s linear 0s;
  pointer-events: none;
}
#pageTop .sec_history .history_wrap.hide::after {
  opacity: 1;
}
#pageTop .sec_history .history_wrap .accent {
  width: 38rem;
  position: absolute;
  top: 8rem;
  right: 7rem;
}
#pageTop .sec_history .history_wrap .ttl_area {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#pageTop .sec_history .history_wrap .ttl_area .ttl_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 46rem;
}
#pageTop .sec_history .history_wrap .ttl_area .ttl_box {
  position: relative;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
#pageTop .sec_history .history_wrap .history_note {
  max-width: 1440px;
  width: 100%;
  text-align: right;
  padding: 0 1rem 0 0;
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  margin: auto;
}
#pageTop .sec_history .history_wrap .list_outer {
  cursor: none;
  border-left: 1px solid #5C6565;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear 0s;
  transition: opacity 0.5s linear 0s;
}
#pageTop .sec_history .history_wrap .list_outer.show {
  opacity: 1;
}
#pageTop .sec_history .history_wrap .history_area {
  padding: 23rem 0 30rem;
  width: 100%;
}
#pageTop .sec_history .history_wrap .history_area .year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 7rem;
  position: relative;
  transition: transform 0.3s ease-out 0s, font-size 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
  will-change: transform;
}
#pageTop .sec_history .history_wrap .history_area .label {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  font-size: 1.4rem;
  opacity: 0.5;
  padding: 0 0 0 3rem;
}
#pageTop .sec_history .history_wrap .history_area .list_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1240px;
  width: 132%;
  height: 17rem;
  opacity: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 0 0 0 11rem;
  position: fixed;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#pageTop .sec_history .history_wrap .history_area .list_copy {
  font-size: 2.4rem;
  line-height: 1.4;
}
#pageTop .sec_history .history_wrap .history_area .year[data-position=post] {
  -webkit-transform: translate3d(0, -130px, 0);
          transform: translate3d(0, -130px, 0);
}
#pageTop .sec_history .history_wrap .history_area .year[data-position=current] {
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
#pageTop .sec_history .history_wrap .history_area .year[data-position=current] .label {
  font-size: 2.4rem;
  font-weight: 600;
  color: #EC6137;
  opacity: 1;
}
#pageTop .sec_history .history_wrap .history_area .year[data-position=current] .list_cnt {
  opacity: 1;
  z-index: -1;
}
#pageTop .sec_history .history_wrap .history_area .year[data-position=future] {
  -webkit-transform: translate3d(0, 90px, 0);
          transform: translate3d(0, 90px, 0);
}
#pageTop .sec_history .history_wrap .history_area .cursor-img {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  width: 13rem;
  height: auto;
  z-index: 999;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
#pageTop .sec_history .history_wrap .history_area .cursor-img.visible {
  visibility: visible;
  opacity: 1;
}
#pageTop .history_modal_wrap {
  position: fixed;
  inset: 0;
  z-index: 9999;
}
#pageTop .history_modal_wrap .modal_area {
  width: 77rem;
  height: 42rem;
  display: none;
  padding: 6rem 0 0;
}
#pageTop .history_modal_wrap .modal_area.h52 {
  height: 52rem;
}
#pageTop .history_modal_wrap .modal_area.h57 {
  height: 57rem;
}
#pageTop .history_modal_wrap .modal_area .closed {
  top: 2.4rem;
  right: 2.4rem;
}
#pageTop .history_modal_wrap .modal_area .ttl {
  font-size: 1.6rem;
  font-weight: 600;
  color: #EC6137;
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
}
#pageTop .history_modal_wrap .modal_area .cnt_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 64rem;
  margin: 0 auto;
}
#pageTop .history_modal_wrap .modal_area .cnt_box .copy {
  width: 28.4rem;
}
#pageTop .history_modal_wrap .modal_area .cnt_box .lead {
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #EC6137;
}
#pageTop .history_modal_wrap .modal_area .cnt_box .fs18 {
  font-size: 1.8rem;
  letter-spacing: 0;
}
#pageTop .history_modal_wrap .modal_area .cnt_box .fs15 {
  font-size: 1.5rem;
  letter-spacing: 0;
}
#pageTop .history_modal_wrap .modal_area .cnt_box .txt {
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  line-height: 1.7;
  margin: 2.6rem 0 0;
}
#pageTop .history_modal_wrap .modal_area .cnt_box .note {
  margin: 1rem 0 0;
}
#pageTop .history_modal_wrap .modal_area .cnt_box .btn {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 3.3rem;
  font-size: 1.2rem;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  border-radius: 0.4rem;
  background: #EC6137;
  margin: 2.6rem 0 0;
}
#pageTop .history_modal_wrap .modal_area .cnt_box .btn:hover {
  opacity: 0.7;
}
#pageTop .history_modal_wrap .modal_area .cnt_box .img {
  width: 29rem;
  height: 29rem;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
#pageTop .history_modal_wrap .modal_area .cnt_box .img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
#pageTop .history_modal_wrap .modal_area .cnt_box .img.border {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#pageTop .history_modal_wrap .modal_area .cnt_box .cap {
  bottom: 1rem;
  right: 1rem;
}
@media screen and (max-width: 750px) {
  #pageTop .sec_history {
    padding: 7rem 0 0;
  }
  #pageTop .sec_history::before {
    height: 7rem;
  }
  #pageTop .sec_history .history_wrap .accent {
    width: 25rem;
    top: 5rem;
    right: 2rem;
  }
  #pageTop .sec_history .history_wrap .ttl_area .ttl_bg_box {
    width: 42rem;
  }
  #pageTop .sec_history .history_wrap .history_note {
    text-align: left;
    padding: 0 4rem 0 7rem;
    bottom: 3rem;
    left: 0;
    right: auto;
    margin: 0;
  }
  #pageTop .sec_history .history_wrap .history_area {
    padding: 38rem 0 30rem;
  }
  #pageTop .sec_history .history_wrap .history_area .year {
    height: 12rem;
  }
  #pageTop .sec_history .history_wrap .history_area .label {
    font-size: 2.4rem;
    opacity: 0.5;
    padding: 0 0 0 2rem;
  }
  #pageTop .sec_history .history_wrap .history_area .list_cnt {
    max-width: none;
    width: 107%;
    height: 28rem;
    padding: 0 10rem;
  }
  #pageTop .sec_history .history_wrap .history_area .pop_arrow {
    width: 5rem;
    position: absolute;
    top: 50%;
    right: -2rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: auto;
    opacity: 0;
  }
  #pageTop .sec_history .history_wrap .history_area .list_copy {
    font-size: 2.8rem;
    letter-spacing: 0;
  }
  #pageTop .sec_history .history_wrap .history_area .fs24_sp {
    font-size: 2.4rem;
  }
  #pageTop .sec_history .history_wrap .history_area .year[data-position=post] {
    -webkit-transform: translate3d(0, -15rem, 0);
            transform: translate3d(0, -15rem, 0);
  }
  #pageTop .sec_history .history_wrap .history_area .year[data-position=current] {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  #pageTop .sec_history .history_wrap .history_area .year[data-position=current] .label {
    font-size: 2.8rem;
  }
  #pageTop .sec_history .history_wrap .history_area .year[data-position=current] .pop_arrow {
    opacity: 1;
  }
  #pageTop .sec_history .history_wrap .history_area .year[data-position=future] {
    -webkit-transform: translate3d(0, 6rem, 0);
            transform: translate3d(0, 6rem, 0);
  }
  #pageTop .history_modal_wrap {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  #pageTop .history_modal_wrap .bg_area {
    overflow-y: auto;
  }
  #pageTop .history_modal_wrap .modal_area {
    width: 70rem;
    max-height: 90dvh;
    height: auto;
    overflow-y: auto;
    padding: 9rem 0;
  }
  #pageTop .history_modal_wrap .modal_area.h52 {
    height: auto;
  }
  #pageTop .history_modal_wrap .modal_area.h57 {
    height: auto;
  }
  #pageTop .history_modal_wrap .modal_area .closed {
    width: 4rem;
    top: 2rem;
    right: 3rem;
  }
  #pageTop .history_modal_wrap .modal_area .ttl {
    font-size: 3rem;
    top: 3.5rem;
    left: 3.5rem;
  }
  #pageTop .history_modal_wrap .modal_area .cnt_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 59rem;
  }
  #pageTop .history_modal_wrap .modal_area .cnt_box .copy {
    width: 100%;
    margin: 3rem 0 0;
  }
  #pageTop .history_modal_wrap .modal_area .cnt_box .lead {
    font-size: 3.4rem;
    line-height: 1.3;
    text-align: center;
  }
  #pageTop .history_modal_wrap .modal_area .cnt_box .fs18 {
    font-size: 3.4rem;
  }
  #pageTop .history_modal_wrap .modal_area .cnt_box .fs15 {
    font-size: 2.8rem;
  }
  #pageTop .history_modal_wrap .modal_area .cnt_box .txt {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  #pageTop .history_modal_wrap .modal_area .cnt_box .btn {
    height: 7rem;
    font-size: 2.2rem;
    margin: 3rem 0 0;
  }
  #pageTop .history_modal_wrap .modal_area .cnt_box .btn:hover {
    opacity: 1;
  }
  #pageTop .history_modal_wrap .modal_area .cnt_box .img {
    width: 54rem;
    height: 37rem;
    margin: 0 auto;
  }
  #pageTop .history_modal_wrap .modal_area .cnt_box .img.scale {
    background: #fffcfc;
  }
  #pageTop .history_modal_wrap .modal_area .cnt_box .img.scale img {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  #pageTop .history_modal_wrap .modal_area .cnt_box .img .cap {
    bottom: 2rem;
    right: 2rem;
  }
}
#pageTop .sec_sta {
  background: #FFF5ED;
  padding: 13rem 0 0;
}
#pageTop .sec_sta .sta_wrap .copy_area {
  text-align: center;
}
#pageTop .sec_sta .sta_wrap .copy_area .lead {
  font-size: 2.8rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  text-align: left;
  margin: 7rem 0 0;
}
#pageTop .sec_sta .sta_wrap .copy_area .note {
  font-size: 1.2rem;
  text-align: left;
  margin: 1.4rem 0 0;
}
#pageTop .sec_sta .sta_wrap .count_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin: 5rem 0 0;
  position: relative;
  z-index: 1;
}
#pageTop .sec_sta .sta_wrap .count_area .count_box {
  width: 34rem;
  height: 30rem;
  background: #fff;
  border-radius: 4px 21px 4px 4px;
  text-align: center;
  padding: 3rem 0 0;
  position: relative;
}
#pageTop .sec_sta .sta_wrap .count_area .count_box::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: #EC6137;
  border-radius: 50%;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
}
#pageTop .sec_sta .sta_wrap .count_area .count_box .p1 {
  font-size: 1.6rem;
  border-bottom: 1px solid #5C6565;
  display: inline-block;
  padding: 0 0 0.6rem;
}
#pageTop .sec_sta .sta_wrap .count_area .count_box .img {
  height: 12rem;
  margin: 1.6rem auto 0;
}
#pageTop .sec_sta .sta_wrap .count_area .count_box .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 1rem;
  color: #EC6137;
  letter-spacing: 0;
}
#pageTop .sec_sta .sta_wrap .count_area .count_box .num {
  font-size: 7rem;
  opacity: 0;
}
#pageTop .sec_sta .sta_wrap .count_area .count_box .count_txt_1 {
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
}
#pageTop .sec_sta .sta_wrap .count_area .count_box .count_txt_1.m_op {
  -webkit-transition: all 2s;
  transition: all 2s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#pageTop .sec_sta .sta_wrap .count_area .count_box .count_txt_1 .s1 {
  font-size: 2.6rem;
}
#pageTop .sec_sta .sta_wrap .count_area .count_box .count_txt {
  font-size: 3rem;
}
#pageTop .sec_sta .sta_wrap .count_area .count_box .note {
  text-align: right;
  padding: 0 2rem 0 0;
  margin: 1rem 0 0;
}
#pageTop .sec_sta .sta_wrap .count_area .count_box_1 .img {
  width: 22rem;
}
#pageTop .sec_sta .sta_wrap .count_area .count_box_2 .img {
  width: 11rem;
}
#pageTop .sec_sta .sta_wrap .count_area .count_box_3 .img {
  width: 10rem;
}
#pageTop .sec_sta .sta_wrap .count_area .count_box_4 .img {
  width: 26rem;
}
#pageTop .sec_sta .sta_wrap .count_area .count_box_5 .img {
  width: 15rem;
}
#pageTop .sec_sta .sta_wrap .count_area .count_box_6 .img {
  width: 14.6rem;
}
#pageTop .sec_sta .sta_wrap .txt_area {
  position: relative;
  z-index: 1;
  margin: 1rem 0 0;
}
#pageTop .sec_sta .sta_wrap .txt_area .txt_box {
  background: #EF7049;
  border-radius: 0.4rem 2.1rem 0.4rem 0.4rem;
  padding: 6rem 0;
  position: relative;
}
#pageTop .sec_sta .sta_wrap .txt_area .txt_box .accent {
  width: 14rem;
  position: absolute;
  top: 4rem;
}
#pageTop .sec_sta .sta_wrap .txt_area .txt_box .accent_1 {
  left: 2.6rem;
}
#pageTop .sec_sta .sta_wrap .txt_area .txt_box .accent_2 {
  right: 2.6rem;
}
#pageTop .sec_sta .sta_wrap .txt_area .txt_box .txt {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.7;
  text-align: center;
  color: #fff;
}
#pageTop .sec_sta .sta_wrap .movie_area {
  max-width: 1400px;
  width: 91%;
  margin: -9rem auto 0;
}
#pageTop .sec_sta .sta_wrap .movie_area .movie_box {
  height: 36rem;
  cursor: pointer;
  position: relative;
}
#pageTop .sec_sta .sta_wrap .movie_area .movie_box .img {
  position: relative;
  -webkit-mask-image: url("../../build/img/top/sta_movie_mask.png");
          mask-image: url("../../build/img/top/sta_movie_mask.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: right 0;
          mask-position: right 0;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
}
#pageTop .sec_sta .sta_wrap .movie_area .movie_box .img::before {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  z-index: 1;
}
#pageTop .sec_sta .sta_wrap .movie_area .movie_box .img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  -o-object-position: center top;
     object-position: center top;
}
#pageTop .sec_sta .sta_wrap .movie_area .movie_box .scroll {
  width: 12rem;
  position: absolute;
  top: 16rem;
  left: 0;
  right: 0;
  margin: auto;
}
#pageTop .sec_sta .sta_wrap .movie_area .movie_box:hover .img::before {
  opacity: 0.2;
}
#pageTop .com_modal_wrap.sta .modal_area {
  max-width: 1300px;
  width: 72%;
  max-height: 90vh;
}
@media screen and (max-width: 750px) {
  #pageTop .sec_sta .sta_wrap .copy_area .lead {
    font-size: 3.8rem;
    letter-spacing: 0;
    text-align: center;
    margin: 4rem 0 0;
  }
  #pageTop .sec_sta .sta_wrap .copy_area .note {
    font-size: 2.2rem;
    text-align: center;
  }
  #pageTop .sec_sta .sta_wrap .count_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2rem 0;
    margin: 7rem 0 0;
  }
  #pageTop .sec_sta .sta_wrap .count_area .count_box {
    width: 33rem;
    height: 41rem;
    border-radius: 0 3rem 4px 4px;
    padding: 5rem 0 0;
  }
  #pageTop .sec_sta .sta_wrap .count_area .count_box::before {
    width: 1.4rem;
    height: 1.4rem;
    top: 1.8rem;
    left: 1.8rem;
  }
  #pageTop .sec_sta .sta_wrap .count_area .count_box .p1 {
    font-size: 2.6rem;
    letter-spacing: 0;
    line-height: 1.2;
    padding: 0 0 1rem;
  }
  #pageTop .sec_sta .sta_wrap .count_area .count_box .img {
    height: 14rem;
    margin: 2rem auto 0;
  }
  #pageTop .sec_sta .sta_wrap .count_area .count_box .count_txt_1 {
    font-size: 2.4rem;
    line-height: 1.2;
  }
  #pageTop .sec_sta .sta_wrap .count_area .count_box .count_txt_1 .s1 {
    font-size: 2.8rem;
  }
  #pageTop .sec_sta .sta_wrap .count_area .count_box .note {
    text-align: center;
    letter-spacing: -0.02em;
    padding: 0;
    margin: 2rem 0 0;
  }
  #pageTop .sec_sta .sta_wrap .count_area .count_box_1 .p1 {
    margin: -2.6rem 0 0;
  }
  #pageTop .sec_sta .sta_wrap .count_area .count_box_1 .img {
    width: 25rem;
  }
  #pageTop .sec_sta .sta_wrap .count_area .count_box_2 .img {
    width: 16rem;
  }
  #pageTop .sec_sta .sta_wrap .count_area .count_box_3 .img {
    width: 12rem;
  }
  #pageTop .sec_sta .sta_wrap .count_area .count_box_4 .img {
    width: 31rem;
  }
  #pageTop .sec_sta .sta_wrap .count_area .count_box_5 .img {
    width: 20rem;
  }
  #pageTop .sec_sta .sta_wrap .count_area .count_box_6 .img {
    width: 16rem;
  }
  #pageTop .sec_sta .sta_wrap .txt_area {
    margin: 2rem 0 0;
  }
  #pageTop .sec_sta .sta_wrap .txt_area .txt_box {
    padding: 10rem 0;
  }
  #pageTop .sec_sta .sta_wrap .txt_area .txt_box .accent {
    width: 15rem;
    top: 2rem;
  }
  #pageTop .sec_sta .sta_wrap .txt_area .txt_box .accent_1 {
    left: 2rem;
  }
  #pageTop .sec_sta .sta_wrap .txt_area .txt_box .accent_2 {
    right: 2rem;
    top: auto;
    bottom: 2rem;
  }
  #pageTop .sec_sta .sta_wrap .txt_area .txt_box .txt {
    font-size: 3.4rem;
    letter-spacing: 0.1em;
  }
  #pageTop .sec_sta .sta_wrap .movie_area {
    width: 100%;
    margin: -15rem auto 0;
  }
  #pageTop .sec_sta .sta_wrap .movie_area .movie_box {
    height: 57rem;
  }
  #pageTop .sec_sta .sta_wrap .movie_area .movie_box .img {
    width: 100%;
    height: 100%;
    -webkit-mask-image: url("../../build/img/top/sta_movie_mask_sp.png");
            mask-image: url("../../build/img/top/sta_movie_mask_sp.png");
  }
  #pageTop .sec_sta .sta_wrap .movie_area .movie_box .img img {
    -o-object-position: -14vw top;
       object-position: -14vw top;
    height: calc(100% + 29rem);
  }
  #pageTop .sec_sta .sta_wrap .movie_area .movie_box .scroll {
    width: 14rem;
    position: absolute;
    top: 29rem;
    left: 0;
    right: 0;
    margin: auto;
  }
  #pageTop .sec_sta .sta_wrap .movie_area .movie_box:hover .img::before {
    opacity: 0.2;
  }
  #pageTop .com_modal_wrap.sta .modal_area {
    width: 95%;
  }
}
#pageTop .sec_people {
  background: #FFF5ED;
  padding: 20rem 0 30rem;
}
#pageTop .sec_people .people_wrap .pin-area {
  position: relative;
  z-index: 1;
}
#pageTop .sec_people .people_wrap .pin-area-inner {
  width: 100%;
  position: relative;
}
#pageTop .sec_people .people_wrap .ttl_area {
  width: 100%;
  text-align: center;
  margin: 0 0 13rem;
  position: relative;
}
#pageTop .sec_people .people_wrap .ttl_area .com-ttl {
  -webkit-transition-delay: unset;
          transition-delay: unset;
}
#pageTop .sec_people .people_wrap .people_area {
  position: relative;
}
#pageTop .sec_people .people_wrap .people_area .loop_txt_box {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 14rem;
  left: 0;
  right: 0;
  margin: auto;
}
#pageTop .sec_people .people_wrap .people_area .loop_txt_box .loop_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: loop-text 20s linear infinite;
          animation: loop-text 20s linear infinite;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#pageTop .sec_people .people_wrap .people_area .loop_txt_box .txt {
  font-size: max(30px, 5vw);
  color: #FBE1CB;
  white-space: nowrap;
  padding-right: 2rem;
}
@-webkit-keyframes loop-text {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes loop-text {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#pageTop .sec_people .people_wrap .people_area .card-stack-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem 1.2rem;
  width: 124rem;
  margin: 0 auto;
}
#pageTop .sec_people .people_wrap .people_area .card-stack-container .card-wrapper.m_down {
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
}
#pageTop .sec_people .people_wrap .people_area .card-stack-container .card-wrapper.m_down_on {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
#pageTop .sec_people .people_wrap .people_area .card-stack-container .card-wrapper:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#pageTop .sec_people .people_wrap .people_area .card-stack-container .card-wrapper:nth-child(3) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#pageTop .sec_people .people_wrap .people_area .card-stack-container .card-wrapper:nth-child(4) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
#pageTop .sec_people .people_wrap .people_area .card-stack-container .card-wrapper:nth-child(5) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
#pageTop .sec_people .people_wrap .people_area .card-stack-container .card-wrapper:nth-child(6) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
#pageTop .sec_people .people_wrap .people_area .card-stack-container .card-wrapper:nth-child(7) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
#pageTop .sec_people .people_wrap .people_area .card-stack-container .card-wrapper:nth-child(8) {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}
#pageTop .sec_people .people_wrap .people_area .card-stack-container .card-contents {
  background: #fff;
  position: relative;
  width: 30rem;
  height: 34rem;
  border-radius: 0.8rem;
  cursor: pointer;
  padding: 3rem 1.5rem 0;
  margin: 0 auto;
}
#pageTop .sec_people .people_wrap .people_area .card-stack-container .open {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  width: 3rem;
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  z-index: 1;
}
#pageTop .sec_people .people_wrap .people_area .card-stack-container .card-content_inner {
  width: 100%;
  height: 100%;
}
#pageTop .sec_people .people_wrap .people_area .card-stack-container .img {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  width: 100%;
  height: 23rem;
}
#pageTop .sec_people .people_wrap .people_area .card-stack-container .img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  -o-object-position: center top;
     object-position: center top;
}
#pageTop .sec_people .people_wrap .people_area .card-stack-container .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100% - 23rem);
}
#pageTop .sec_people .people_wrap .people_area .card-stack-container .p1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  color: #5C6565;
}
#pageTop .sec_people .people_wrap .people_area .card-stack-container .card-contents:hover .img {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}
#pageTop .sec_people .people_wrap .people_area .card-stack-container .card-contents:hover .open {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
#pageTop .sec_people .people_wrap .movie_area {
  max-width: 1400px;
  width: 91%;
  margin: -10rem auto 0;
}
#pageTop .sec_people .people_wrap .movie_area .movie_box {
  height: 36rem;
  cursor: pointer;
  position: relative;
}
#pageTop .sec_people .people_wrap .movie_area .movie_box .img {
  position: relative;
  -webkit-mask-image: url("../../build/img/top/people_movie_mask.png");
          mask-image: url("../../build/img/top/people_movie_mask.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: right 0;
          mask-position: right 0;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
}
#pageTop .sec_people .people_wrap .movie_area .movie_box .img::before {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  z-index: 1;
}
#pageTop .sec_people .people_wrap .movie_area .movie_box .img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  -o-object-position: center top;
     object-position: center top;
}
#pageTop .sec_people .people_wrap .movie_area .movie_box .scroll {
  width: 12rem;
  position: absolute;
  top: 17rem;
  left: 0;
  right: 0;
  margin: auto;
}
#pageTop .sec_people .people_wrap .movie_area .movie_box:hover .img::before {
  opacity: 0.2;
}
#pageTop .com_modal_wrap.people .modal_area .cnt_box {
  width: 58rem;
}
@media screen and (max-width: 750px) {
  #pageTop .sec_people {
    padding: 36rem 0 40rem;
  }
  #pageTop .sec_people .people_wrap .ttl_area {
    margin: 0 0 9rem;
  }
  #pageTop .sec_people .people_wrap .people_area .loop_txt_box {
    top: 26rem;
  }
  #pageTop .sec_people .people_wrap .people_area .card-stack-container {
    gap: 4rem 0;
    width: 100%;
  }
  #pageTop .sec_people .people_wrap .people_area .card-stack-container .card-wrapper.m_down {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  #pageTop .sec_people .people_wrap .people_area .card-stack-container .card-wrapper.m_down_on {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  #pageTop .sec_people .people_wrap .people_area .card-stack-container .card-wrapper:nth-child(2) {
    -webkit-transition-delay: unset;
            transition-delay: unset;
  }
  #pageTop .sec_people .people_wrap .people_area .card-stack-container .card-wrapper:nth-child(3) {
    -webkit-transition-delay: unset;
            transition-delay: unset;
  }
  #pageTop .sec_people .people_wrap .people_area .card-stack-container .card-wrapper:nth-child(4) {
    -webkit-transition-delay: unset;
            transition-delay: unset;
  }
  #pageTop .sec_people .people_wrap .people_area .card-stack-container .card-wrapper:nth-child(5) {
    -webkit-transition-delay: unset;
            transition-delay: unset;
  }
  #pageTop .sec_people .people_wrap .people_area .card-stack-container .card-wrapper:nth-child(6) {
    -webkit-transition-delay: unset;
            transition-delay: unset;
  }
  #pageTop .sec_people .people_wrap .people_area .card-stack-container .card-wrapper:nth-child(7) {
    -webkit-transition-delay: unset;
            transition-delay: unset;
  }
  #pageTop .sec_people .people_wrap .people_area .card-stack-container .card-wrapper:nth-child(8) {
    -webkit-transition-delay: unset;
            transition-delay: unset;
  }
  #pageTop .sec_people .people_wrap .people_area .card-stack-container .card-contents {
    width: 54rem;
    height: 60rem;
    padding: 5rem 3.5rem 0;
  }
  #pageTop .sec_people .people_wrap .people_area .card-stack-container .open {
    width: 5rem;
    top: 3rem;
    right: 3rem;
  }
  #pageTop .sec_people .people_wrap .people_area .card-stack-container .img {
    height: 38rem;
  }
  #pageTop .sec_people .people_wrap .people_area .card-stack-container .copy {
    height: calc(100% - 39rem);
  }
  #pageTop .sec_people .people_wrap .people_area .card-stack-container .p1 {
    font-size: 2.8rem;
  }
  #pageTop .sec_people .people_wrap .people_area .card-stack-container .card-contents:hover .img {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  #pageTop .sec_people .people_wrap .people_area .card-stack-container .card-contents:hover .open {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #pageTop .sec_people .people_wrap .movie_area {
    width: 100%;
    margin: -20rem auto 0;
  }
  #pageTop .sec_people .people_wrap .movie_area .movie_box {
    height: 57rem;
  }
  #pageTop .sec_people .people_wrap .movie_area .movie_box .img {
    width: 100%;
    height: 100%;
    -webkit-mask-image: url("../../build/img/top/people_movie_mask_sp.png");
            mask-image: url("../../build/img/top/people_movie_mask_sp.png");
  }
  #pageTop .sec_people .people_wrap .movie_area .movie_box .img img {
    -o-object-position: -22vw top;
       object-position: -22vw top;
    height: calc(100% + 29rem);
  }
  #pageTop .sec_people .people_wrap .movie_area .movie_box .scroll {
    width: 14rem;
    position: absolute;
    top: 29rem;
    left: 0;
    right: 0;
    margin: auto;
  }
  #pageTop .sec_people .people_wrap .movie_area .movie_box:hover .img::before {
    opacity: 0.2;
  }
  #pageTop .com_modal_wrap.people .modal_area .cnt_box {
    width: 70rem;
  }
}
#pageTop .sec_topics .topics_wrap {
  border-radius: 0 0 6.4rem 6.4rem;
  overflow: hidden;
  padding: 18rem 0;
  position: relative;
  background-image: url(../../build/img/top/bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#pageTop .sec_topics .topics_wrap .ttl_area {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#pageTop .sec_topics .topics_wrap .ttl_area .ttl_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 46rem;
}
#pageTop .sec_topics .topics_wrap .ttl_area .ttl_box {
  position: relative;
}
#pageTop .sec_topics .topics_wrap .slide_area .swiper {
  max-width: 3119px;
  margin: 0 auto;
}
#pageTop .sec_topics .topics_wrap .slide_area .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
#pageTop .sec_topics .topics_wrap .slide_area .swiper-slide {
  width: 58rem;
}
#pageTop .sec_topics .topics_wrap .slide_area .slide_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
}
#pageTop .sec_topics .topics_wrap .slide_area .slide_box .slide_img {
  width: 21.8rem;
  padding: 0.8rem;
}
#pageTop .sec_topics .topics_wrap .slide_area .slide_box .img {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  border-radius: 4px;
}
#pageTop .sec_topics .topics_wrap .slide_area .slide_box img {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
}
#pageTop .sec_topics .topics_wrap .slide_area .slide_box .copy {
  width: 36rem;
  padding: 0.8rem;
}
#pageTop .sec_topics .topics_wrap .slide_area .slide_box .copy_inner {
  height: 100%;
  background: #F4F4F4;
  border-radius: 4px;
  padding: 3rem 3rem 0;
}
#pageTop .sec_topics .topics_wrap .slide_area .slide_box .p1 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1px solid #5C6565;
  display: inline-block;
  padding: 0 0 0.8rem;
}
#pageTop .sec_topics .topics_wrap .slide_area .slide_box .p2 {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.7;
  margin: 3rem 0 0;
}
#pageTop .sec_topics .topics_wrap .slide_area .slide_box:hover .img {
  background: #EC6137;
}
#pageTop .sec_topics .topics_wrap .slide_area .slide_box:hover img {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
#pageTop .sec_topics .topics_wrap .slide_area .swiper-button-prev,
#pageTop .sec_topics .topics_wrap .slide_area .swiper-button-next {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  width: 8rem;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
}
#pageTop .sec_topics .topics_wrap .slide_area .swiper-button-prev::after,
#pageTop .sec_topics .topics_wrap .slide_area .swiper-button-next::after {
  display: none;
}
#pageTop .sec_topics .topics_wrap .slide_area .swiper-button-prev:hover,
#pageTop .sec_topics .topics_wrap .slide_area .swiper-button-next:hover {
  opacity: 0.7;
}
#pageTop .sec_topics .topics_wrap .slide_area .swiper-button-next {
  -webkit-transform: translateY(-50%) rotateY(180deg);
          transform: translateY(-50%) rotateY(180deg);
}
@media (min-width: 3110px) {
  #pageTop .sec_topics .topics_wrap .slide_area .swiper-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 5rem;
  }
  #pageTop .sec_topics .topics_wrap .slide_area .swiper-slide.dummy {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  #pageTop .sec_topics .topics_wrap {
    border-radius: 0 0 4.4rem 4.4rem;
    padding: 25rem 0 15rem;
  }
  #pageTop .sec_topics .topics_wrap .ttl_area .ttl_bg_box {
    width: 42rem;
  }
  #pageTop .sec_topics .topics_wrap .slide_area .swiper-slide {
    width: 58rem;
  }
  #pageTop .sec_topics .topics_wrap .slide_area .slide_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #pageTop .sec_topics .topics_wrap .slide_area .slide_box .slide_img {
    width: 100%;
    height: 30rem;
    padding: 3rem 4rem 0;
  }
  #pageTop .sec_topics .topics_wrap .slide_area .slide_box .img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
  }
  #pageTop .sec_topics .topics_wrap .slide_area .slide_box img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    width: 100%;
    height: 100%;
  }
  #pageTop .sec_topics .topics_wrap .slide_area .slide_box .copy {
    width: 100%;
    padding: 2.8rem 4rem;
  }
  #pageTop .sec_topics .topics_wrap .slide_area .slide_box .copy_inner {
    height: 27rem;
    padding: 3rem;
  }
  #pageTop .sec_topics .topics_wrap .slide_area .slide_box .p1 {
    width: 100%;
    font-size: 2.6rem;
    text-align: center;
    padding: 0 0 2rem;
  }
  #pageTop .sec_topics .topics_wrap .slide_area .slide_box .p2 {
    font-size: 2.4rem;
    margin: 2rem 0 0;
  }
  #pageTop .sec_topics .topics_wrap .slide_area .slide_box:hover .img {
    background: unset;
  }
  #pageTop .sec_topics .topics_wrap .slide_area .slide_box:hover img {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  #pageTop .sec_topics .topics_wrap .slide_area .swiper-button-prev,
  #pageTop .sec_topics .topics_wrap .slide_area .swiper-button-next {
    -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
    transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
    width: 8rem;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0;
  }
  #pageTop .sec_topics .topics_wrap .slide_area .swiper-button-prev::after,
  #pageTop .sec_topics .topics_wrap .slide_area .swiper-button-next::after {
    display: none;
  }
  #pageTop .sec_topics .topics_wrap .slide_area .swiper-button-prev:hover,
  #pageTop .sec_topics .topics_wrap .slide_area .swiper-button-next:hover {
    opacity: 0.7;
  }
  #pageTop .sec_topics .topics_wrap .slide_area .swiper-button-next {
    -webkit-transform: translateY(-50%) rotateY(180deg);
            transform: translateY(-50%) rotateY(180deg);
  }
}
#pageTop .sec_space {
  pointer-events: none;
  margin: 0 0 45rem;
}
@media screen and (max-width: 750px) {
  #pageTop .sec_space {
    margin: 0 0 64rem;
  }
}
/*# sourceMappingURL=style.css.map */