@charset "UTF-8";
/*==========================================
  Common
==========================================*/
/* base
==================================*/
html {
  font-size: 62.5%;
}
@media screen and (min-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
li,
ol,
dl,
dd,
tr {
  font-size: 15px;
  line-height: 1.5;
  overflow-wrap: anywhere;
  line-break: strict;
  word-break: break-all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
a:visited {
  color: #000;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a:active {
  color: #000;
}
@media (min-width: 800px) {
  a.tel {
    pointer-events: none;
    cursor: default;
  }
}

@media (min-width: 800px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 799px) {
  .pc {
    display: none !important;
  }
}
/*================================
	.header-space
=================================*/
.header-space {
  width: 100%;
  height: 110px;
}

/*================================
	header
=================================*/
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  padding-top: 15px;
  padding-bottom: 15px;
  /*.inner
  ============================*/
}
.header .inner {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  gap: 5px;
}
.header {
  /*.nav-lists-container
  ============================*/
}
.header .nav-lists-container .nav-lists-wrap .nav-lists {
  display: inline-flex;
  justify-content: right;
  gap: 10px;
}
.header .nav-lists-container .nav-lists-wrap .nav-lists li {
  width: 68px;
  height: 41px;
  border-radius: 50%;
  background-color: #fff;
  border: solid 2px #000;
}
.header .nav-lists-container .nav-lists-wrap .nav-lists li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.header .nav-lists-container .nav-lists-wrap .nav-lists li a .icon {
  font-size: 1px;
}
.header .nav-lists-container .nav-lists-wrap .nav-lists li a .icon.x {
  width: 15px;
  height: 15px;
}
.header .nav-lists-container .nav-lists-wrap .nav-lists li a .icon.insta {
  width: 18px;
  height: 18px;
}
.header .nav-lists-container .nav-lists-wrap .nav-lists li a .icon.face {
  width: 18px;
  height: 18px;
}
.header {
  /*.menu-button-container
  ============================*/
}
.header .menu-button-container {
  text-align: right;
  width: 100%;
}
.header .menu-button-container .menu-button {
  display: inline-block;
  width: 68px;
  height: 41px;
  border-radius: 50%;
  background-color: #fff;
  border: solid 2px #000;
}
.header .menu-button-container .menu-button .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.header .menu-button-container .menu-button .button .icon {
  font-size: 1px;
}
.header .menu-button-container .menu-button .button .icon.menu {
  width: 38px;
  height: 14px;
}
.header .menu-button-container .menu-button .button .icon.close {
  width: 35px;
  height: 6px;
  display: none;
}
.header .menu-button-container .menu-button.is-active {
  background-color: #faf8ee;
}
.header .menu-button-container .menu-button.is-active .icon.menu {
  display: none;
}
.header .menu-button-container .menu-button.is-active .icon.close {
  display: block;
}
.header {
  /*.menu-lists-container
  ============================*/
}
.header .menu-lists-container {
  /*--------------------------------------------------------*/
  position: fixed;
  right: 0;
  top: 108px;
  transform: translateX(100%);
  transition: transform 0.4s ease;
}
.header .menu-lists-container.is-open {
  transform: translateX(0);
}
.header .menu-lists-container {
  position: fixed;
  right: 0;
  top: 68px;
}
.header .menu-lists-container .menu-lists-area {
  width: 300px;
  padding: 30px 0 30px 45px;
  background-color: #faf8ee;
  border-radius: 25px 0 0 25px;
  border-top: solid 2px #000;
  border-left: solid 2px #000;
  border-bottom: solid 2px #000;
  box-sizing: border-box;
  position: relative;
}
.header .menu-lists-container .menu-lists-area .menu-lists .item {
  margin: 40px 0;
}
.header .menu-lists-container .menu-lists-area .menu-lists .item a {
  display: inline-block;
  font-size: 18px;
  line-height: 1.2;
  position: relative;
}
.header .menu-lists-container .menu-lists-area .menu-lists .item a .icon-arrow {
  position: absolute;
  top: 3px;
  right: -40px;
  width: 33px;
  display: inline-block;
  font-size: 1px;
}
.header .menu-lists-container .menu-lists-area .menu-lists .item:nth-child(3) {
  padding-left: 28px;
  background-image: url(/machinaka/images/common/icon-type-01.svg);
  background-repeat: no-repeat;
  background-size: 21px 16px;
  background-position: left 7px;
}
.header .menu-lists-container .menu-lists-area .menu-lists .item:nth-child(4) {
  padding-left: 28px;
  background-image: url(/machinaka/images/common/icon-type-02.svg);
  background-repeat: no-repeat;
  background-size: 17px 17px;
  background-position: left 5px;
}
.header .menu-lists-container .menu-lists-area .menu-lists .item:nth-child(5) {
  padding-left: 28px;
  background-image: url(/machinaka/images/common/icon-type-03.svg);
  background-repeat: no-repeat;
  background-size: 21px 17px;
  background-position: left 7px;
}
.header .menu-lists-container .menu-lists-area .decoration-img-container {
  position: absolute;
  right: 26px;
  bottom: 23px;
  width: 74px;
  height: 55px;
}
.header .menu-lists-container .menu-lists-area .decoration-img-container .decoration-img-left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 18px;
  height: 26px;
}
.header .menu-lists-container .menu-lists-area .decoration-img-container .decoration-img-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 237px;
}

/*================================
	.footer
=================================*/
.footer {
  padding-top: 80px;
  overflow: hidden;
  /*.footer-top-layout-container
  ============================*/
}
.footer .footer-top-layout-container {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}
.footer .footer-top-layout-container .footer-top-area {
  width: 220px;
  margin: 0 auto;
}
.footer .footer-top-layout-container .footer-top-area .footer-logo-area {
  width: 100%;
  padding-bottom: 25px;
}
.footer .footer-top-layout-container .footer-top-area .footer-sns-lists-area .footer-sns-lists {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.footer .footer-top-layout-container .footer-top-area .footer-sns-lists-area .footer-sns-lists li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 2px #000;
  width: 67px;
  height: 39px;
  border-radius: 50%;
  background-color: #fff;
}
.footer .footer-top-layout-container .footer-top-area .footer-sns-lists-area .footer-sns-lists li a .icon {
  display: inline-block;
  font-size: 1px;
}
.footer .footer-top-layout-container .footer-top-area .footer-sns-lists-area .footer-sns-lists li a .icon.x {
  width: 15px;
  height: 15px;
}
.footer .footer-top-layout-container .footer-top-area .footer-sns-lists-area .footer-sns-lists li a .icon.insta {
  width: 16px;
  height: 16px;
}
.footer .footer-top-layout-container .footer-top-area .footer-sns-lists-area .footer-sns-lists li a .icon.face {
  width: 17px;
  height: 17px;
}
.footer {
  /*.footer-lists-container
  ============================*/
}
.footer .footer-illust-container {
  position: relative;
}
.footer .footer-illust-container .footer-illust-area {
  position: relative;
}
.footer .footer-illust-container .footer-illust-area .footer-detail-area {
  position: absolute;
  z-index: 2;
  text-align: center;
  width: 100%;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
}
.footer .footer-illust-container .footer-illust-area .footer-detail-area .logo {
  display: inline-block;
  width: 152px;
  padding-bottom: 20px;
}
.footer .footer-illust-container .footer-illust-area .footer-detail-area .address-text {
  font-size: 12px;
}
.footer .footer-illust-container .footer-illust-area .copyright-text {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  font-size: 11px;
  width: 100%;
  text-align: center;
  color: #999;
}
.footer .footer-illust-container .footer-illust-area .footer-bg-area {
  position: relative;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  width: 1400px;
  height: 175px;
}
.footer .footer-illust-container .footer-illust-area .footer-bg-area img {
  display: block;
  width: 1400px;
  height: 175px;
}
.footer .footer-left {
  position: absolute;
  z-index: -1;
  top: -62px;
  left: -12px;
  width: 145px;
}
@media screen and (min-width: 540px) {
  .footer .footer-left {
    top: -45px;
  }
}
.footer .footer-left .animation-area {
  position: absolute;
  z-index: 1;
  right: 14px;
  top: -15px;
  width: 80px;
}
.footer .footer-right {
  position: absolute;
  z-index: -1;
  right: -12px;
  top: -80px;
  width: 136px;
}
@media screen and (min-width: 540px) {
  .footer .footer-right {
    top: -60px;
  }
}
.footer .footer-right .animation-area {
  position: absolute;
  z-index: 1;
  right: 5px;
  top: 5px;
  width: 100px;
}
.footer .fv-01 {
  position: absolute;
  top: -15px;
  left: 33px;
  z-index: 2;
  width: 37px;
}
.footer .fv-02 {
  position: absolute;
  top: -14px;
  left: 80px;
  z-index: 2;
  width: 30px;
}
.footer .fv-03 {
  position: absolute;
  top: -2px;
  right: 40px;
  z-index: 2;
  width: 45px;
}
.footer .fv-04 {
  position: absolute;
  top: 1px;
  right: 7px;
  z-index: 2;
  width: 30px;
}

/*==================================
	.swipe-text-container
==================================*/
.swipe-text-container {
  padding-bottom: 9px;
}
.swipe-text-container .swipe-text {
  font-size: 14px;
  padding-top: 4px;
  padding-left: 27px;
  text-align: center;
  position: relative;
  display: inline-block;
}
.swipe-text-container .swipe-text .icon-swipe {
  position: absolute;
  display: inline-block;
  top: 10px;
  left: 0;
  width: 21px;
  height: 9px;
  font-size: 1px;
}
.swipe-text-container .swipe-text .icon-swipe img {
  width: 100%;
}

/*==================================
  .icon-arrow
==================================*/
a .icon-arrow {
  width: 3.3rem;
  height: 1.3rem;
  font-size: 1px;
  display: block;
}
a .icon-arrow path {
  fill: #fff;
  stroke: #fff;
  stroke-width: 6;
}
a .icon-arrow .mask-style {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-dasharray: 170, 170;
  stroke-dashoffset: 0;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
a:hover .icon-arrow .mask-style {
  stroke-dashoffset: 0;
  animation-name: line-anime;
}

a.black-arrow .icon-arrow path {
  stroke: #000;
}
a.black-arrow .icon-arrow .mask-style {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 1.5;
}

/*==================================
  .botton-arrow-container
==================================*/
.botton-arrow-container .botton-arrow {
  display: inline-flex;
  justify-content: right;
  align-items: center;
}
.botton-arrow-container .botton-arrow .text {
  font-size: 15px;
  display: block;
  padding-right: 10px;
}
.botton-arrow-container .botton-arrow .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 30px;
  background-color: #000;
  border-radius: 99px;
}
.botton-arrow-container .botton-arrow .arrow .icon-arrow {
  width: 28px;
  height: 10px;
  font-size: 1px;
}

/*==================================
  .jp-title-container
==================================*/
.jp-title-container {
  display: inline-block;
}
.jp-title-container .jp-title {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 13px;
}
.jp-title-container .jp-title .line-animation {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 5px;
  font-size: 1px;
}

/* loader
==================================*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1001;
}

/* Animation
==================================*/
.c-anim-up {
  transform: translate(0, 30px);
  opacity: 0;
  transition: 0.3s ease;
}

.move {
  transform: translate(0, 0);
  opacity: 1;
}

.delay1 {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}

.delay2 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

.delay3 {
  -moz-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
}

.delay4 {
  -moz-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
}

.delay5 {
  -moz-transition-delay: 1500ms;
  -webkit-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
}

.delay6 {
  -moz-transition-delay: 1800ms;
  -webkit-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
}

.delay7 {
  -moz-transition-delay: 2100ms;
  -webkit-transition-delay: 2100ms;
  -o-transition-delay: 2100ms;
  -ms-transition-delay: 2100ms;
}

/*==================================
  Component
==================================*/
html {
  overflow: auto;
}
html.no_move {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".png"], img[src$=".jpg"] {
  backface-visibility: hidden;
}

.container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5rem;
  padding-right: 5rem;
  box-sizing: border-box;
}
@media (max-width: 799px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.row .col {
  position: relative;
  width: 100%;
  min-height: 1px;
  box-sizing: border-box;
}
.row .col.col_4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

/*==================================
	リスト系
==================================*/
.news_ul {
  margin: 0 0 1.9rem;
}
.news_ul .news_li {
  border-bottom: 1px solid #e8e8e8;
  padding: 2.2rem 1.4rem;
}
.news_ul .news_li > a {
  display: flex;
  align-items: center;
}
.news_ul .news_li > a .date {
  font-size: 1.6rem;
  color: #919191;
  margin-right: 2.4rem;
}
.news_ul .news_li > a .img_wrap {
  margin-right: 1.7rem;
}
@media (min-width: 800px) {
  .news_ul .news_li > a .title {
    background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
    transition: background 0.4s ease;
  }
  .news_ul .news_li > a:hover .title {
    background-size: 100% 1px;
  }
}
@media (max-width: 799px) {
  .news_ul .news_li {
    padding: 1.4rem 0;
  }
  .news_ul .news_li > a {
    display: block;
    position: relative;
    padding-left: 8rem;
  }
  .news_ul .news_li > a .img_wrap {
    margin-right: 0;
    position: absolute;
    top: 0;
    left: -0.5rem;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
  }
  .news_ul .news_li > a .img_wrap img {
    max-width: 5.7rem;
  }
  .news_ul .news_li > a .date,
  .news_ul .news_li > a .title {
    display: block;
  }
  .news_ul .news_li > a .date {
    font-size: 1.4rem;
    margin: 0 0 0.7rem;
  }
  .news_ul .news_li > a .title {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}

/*==================================
	ページナビ
==================================*/
.page_navigation .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 45px 0 50px;
}
@media (max-width: 799px) {
  .page_navigation .wp-pagenavi {
    margin: 30px 0 40px;
  }
}
.page_navigation .wp-pagenavi > .page,
.page_navigation .wp-pagenavi .current {
  font-size: 16px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 0 5px;
}
.page_navigation .wp-pagenavi > .page:not(.current),
.page_navigation .wp-pagenavi .current:not(.current) {
  background-color: #f3f3f3;
}
@media (min-width: 800px) {
  .page_navigation .wp-pagenavi > .page:not(.current):hover,
  .page_navigation .wp-pagenavi .current:not(.current):hover {
    color: #fff;
    background-color: #000;
  }
}
.page_navigation .wp-pagenavi > .page.current,
.page_navigation .wp-pagenavi .current.current {
  background-color: #000;
  color: #fff;
}
.page_navigation .wp-pagenavi .nextpostslink,
.page_navigation .wp-pagenavi .previouspostslink {
  position: relative;
  font-weight: 500;
  box-sizing: border-box;
}
.page_navigation .wp-pagenavi .nextpostslink::before,
.page_navigation .wp-pagenavi .previouspostslink::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 14px;
  background-image: url(../images/common/pager_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}
.page_navigation .wp-pagenavi .nextpostslink.previouspostslink,
.page_navigation .wp-pagenavi .previouspostslink.previouspostslink {
  padding-left: 33px;
  margin-right: 30px;
}
.page_navigation .wp-pagenavi .nextpostslink.previouspostslink::before,
.page_navigation .wp-pagenavi .previouspostslink.previouspostslink::before {
  left: 0;
  transform: scale(-1, 1);
}
@media (min-width: 800px) {
  .page_navigation .wp-pagenavi .nextpostslink.previouspostslink:hover::before,
  .page_navigation .wp-pagenavi .previouspostslink.previouspostslink:hover::before {
    left: -5px;
  }
}
.page_navigation .wp-pagenavi .nextpostslink.nextpostslink,
.page_navigation .wp-pagenavi .previouspostslink.nextpostslink {
  padding-right: 33px;
  margin-left: 30px;
}
.page_navigation .wp-pagenavi .nextpostslink.nextpostslink::before,
.page_navigation .wp-pagenavi .previouspostslink.nextpostslink::before {
  right: 0;
}
@media (min-width: 800px) {
  .page_navigation .wp-pagenavi .nextpostslink.nextpostslink:hover::before,
  .page_navigation .wp-pagenavi .previouspostslink.nextpostslink:hover::before {
    right: -5px;
  }
}
.page_navigation .wp-pagenavi .list_back {
  margin-left: 58px;
  margin-right: 58px;
}
.page_navigation .wp-pagenavi .list_back > a {
  font-weight: 58px;
}
.page_navigation .wp-pagenavi .list_back > a > .list_icon {
  display: inline-block;
  padding-left: 24px;
  position: relative;
}
.page_navigation .wp-pagenavi .list_back > a > .list_icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  background-image: url(../img/news/list_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.page_navigation > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4.5rem 0 5rem;
}
.page_navigation > ul .link_page,
.page_navigation > ul .current_page {
  font-size: 1.6rem;
  font-weight: 500;
  width: 4rem;
  height: 4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  box-sizing: border-box;
  margin: 0 0.5rem;
}
.page_navigation > ul .link_page:not(.current_page),
.page_navigation > ul .current_page:not(.current_page) {
  background-color: #f3f3f3;
}
@media (min-width: 800px) {
  .page_navigation > ul .link_page:not(.current_page):hover,
  .page_navigation > ul .current_page:not(.current_page):hover {
    color: #fff;
    background-color: #000;
  }
}
.page_navigation > ul .link_page.current_page,
.page_navigation > ul .current_page.current_page {
  background-color: #000;
  color: #fff;
}

/*==================================
  Contact_reset
==================================*/
main#Contact {
  /*------ Reset CSS ------*/
}
main#Contact input {
  -webkit-appearance: none;
}
main#Contact input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}
main#Contact input[type=radio] {
  opacity: 0;
  margin: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 1;
}
main#Contact input[type=radio]:checked + label {
  background: #ff0000;
}
main#Contact input[type=checkbox] {
  opacity: 0;
  margin: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 1;
}
main#Contact input[type=checkbox]:checked + label {
  background: #ff0000;
}
main#Contact input::placeholder {
  color: #b7b7b7;
}
main#Contact input:-ms-input-placeholder {
  color: #b7b7b7;
}
main#Contact input::-webkit-input-placeholder {
  color: #b7b7b7;
}
main#Contact button,
main#Contact input[type=button],
main#Contact input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
main#Contact textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 0;
}
main#Contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
}
main#Contact {
  /*------ Reset END ------*/
}

/*==========================================
  Layout
==========================================*/
/*==================================
  Top
==================================*/
#Top {
  /*==================================
  	.header
  ==================================*/
}
#Top .header .logo-container {
  display: none;
}
#Top {
  /*==================================
  	section
  ==================================*/
}
#Top section {
  padding: 0 20px;
}
#Top {
  /*==================================
  	.main-visual-container
  ==================================*/
}
#Top .main-visual-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: #fdfdfc;
  overflow: hidden;
  aspect-ratio: 750/1140;
  /*.main-visual-article-area
  ============================*/
}
#Top .main-visual-container .main-visual-article-area {
  left: 130px;
  top: 340px;
  left: 17.3333333333vw;
  top: 29.8245614035%;
  position: absolute;
  z-index: 5;
  width: 475px;
  width: 63.3333333333vw;
}
#Top .main-visual-container .main-visual-article-area .main-title-area {
  text-align: center;
  padding-bottom: 6rem;
}
#Top .main-visual-container .main-visual-article-area .main-title-area .main-title {
  display: inline-block;
  width: 475px;
  width: 63.3333333333vw;
}
#Top .main-visual-container .main-visual-article-area .main-text-area .main-text {
  line-height: 2.5;
  font-size: 1.6rem;
}
#Top .main-visual-container {
  /*.news-board-container
  ============================*/
}
#Top .main-visual-container .news-board-container {
  position: absolute;
  z-index: 1;
  right: 1.5rem;
  bottom: 5%;
  width: 24.8rem;
  height: 25.6rem;
}
#Top .main-visual-container .news-board-container .news-board {
  background-image: url(/machinaka/images/top/news-board.png);
  background-size: 24.8rem 25.6rem;
  width: 24.8rem;
  height: 25.6rem;
}
#Top .main-visual-container .news-board-container .news-board .board-layout {
  box-sizing: border-box;
  padding-top: 3.5rem;
  padding-left: 4rem;
  padding-right: 4rem;
  width: 24.8rem;
  height: 25.6rem;
  text-align: center;
}
#Top .main-visual-container .news-board-container .news-board .board-layout .board-title-area {
  padding-bottom: 1.5rem;
  text-align: center;
}
#Top .main-visual-container .news-board-container .news-board .board-layout .board-title-area .board-icon {
  width: 5.2rem;
  display: inline-block;
  margin-bottom: 1.5rem;
  font-size: 1px;
  transform: rotate(10deg);
  position: relative;
  left: -1.2rem;
}
#Top .main-visual-container .news-board-container .news-board .board-layout .board-title-area .board-title {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
}
#Top .main-visual-container .news-board-container .news-board .board-layout .board-text {
  font-size: 1.8rem;
  line-height: 1.4;
  color: #cf1174;
  font-weight: 600;
}
#Top .main-visual-container .news-board-container .news-board .board-layout .icon-arrow-area {
  padding-top: 2.1rem;
}
#Top .main-visual-container .news-board-container .news-board .board-layout .icon-arrow-area .icon-arrow {
  display: inline-block;
  width: 3.7rem;
  height: 1.5rem;
}
#Top .main-visual-container .mv-01 {
  position: absolute;
  width: 440px;
  left: -136px;
  top: -25px;
  width: 58.6666666667vw;
  left: -18.1333333333vw;
  top: -2.1929824561%;
  animation: gifRotate-5deg 1.2s steps(2) infinite;
}
@keyframes gifRotate-5deg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
#Top .main-visual-container .mv-02 {
  position: absolute;
  width: 166px;
  left: 289px;
  top: 131px;
  width: 22.1333333333vw;
  left: 38.5333333333vw;
  top: 11.4912280702%;
  animation: gifRotate-5deg 1.2s steps(2) infinite;
}
@keyframes gifRotate-5deg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
#Top .main-visual-container .mv-03 {
  position: absolute;
  width: 293px;
  left: 17px;
  top: 735px;
  width: 39.0666666667vw;
  left: 2.2666666667vw;
  top: 64.4736842105%;
  animation: gifRotate-5deg 1.2s steps(2) infinite;
}
@keyframes gifRotate-5deg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
#Top .main-visual-container .mv-04 {
  position: absolute;
  width: 356px;
  right: -103px;
  top: 11px;
  width: 47.4666666667vw;
  right: -13.7333333333vw;
  top: 0.9649122807%;
  animation: gifRotate--5deg 1.2s steps(2) infinite;
}
@keyframes gifRotate--5deg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
#Top .main-visual-container .mv-05 {
  position: absolute;
  width: 216px;
  right: -101px;
  top: 560px;
  width: 28.8vw;
  right: -13.4666666667vw;
  top: 49.1228070175%;
  animation: gifRotate--5deg 1.2s steps(2) infinite;
}
@keyframes gifRotate--5deg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
#Top .main-visual-container .mv-06 {
  position: absolute;
  width: 329px;
  right: 20px;
  top: 760px;
  width: 43.8666666667vw;
  right: 2.6666666667vw;
  top: 66.6666666667%;
  animation: gifRotate--5deg 1.2s steps(2) infinite;
}
@keyframes gifRotate--5deg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
#Top .main-visual-container .mv-07 {
  display: none;
}
#Top .main-visual-container .mv-note-01 {
  position: absolute;
  width: 52px;
  left: 71px;
  top: 389px;
  width: 6.9333333333vw;
  left: 9.4666666667vw;
  top: 34.1228070175%;
  animation: gifRotate-5deg 1.2s steps(2) infinite;
}
@keyframes gifRotate-5deg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
#Top .main-visual-container .mv-note-02 {
  position: absolute;
  width: 48px;
  left: 22px;
  top: 560px;
  width: 6.4vw;
  left: 2.9333333333vw;
  top: 49.1228070175%;
  animation: gifRotate-5deg 1.2s steps(2) infinite;
}
@keyframes gifRotate-5deg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
#Top .main-visual-container .mv-note-03 {
  position: absolute;
  width: 75px;
  left: 273px;
  top: 880px;
  width: 10vw;
  left: 36.4vw;
  top: 77.1929824561%;
}
#Top .main-visual-container .mv-note-04 {
  position: absolute;
  width: 26px;
  left: 394px;
  top: 820px;
  width: 3.4666666667vw;
  left: 52.5333333333vw;
  top: 71.9298245614%;
  animation: gifRotate-5deg 1.2s steps(2) infinite;
}
@keyframes gifRotate-5deg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
#Top .main-visual-container .mv-note-05 {
  position: absolute;
  width: 59px;
  right: 18px;
  top: 440px;
  width: 7.8666666667vw;
  right: 2.4vw;
  top: 38.5964912281%;
  animation: gifRotate-5deg 1.2s steps(2) infinite;
}
@keyframes gifRotate-5deg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
#Top .main-visual-container .mv-note-06 {
  position: absolute;
  width: 32px;
  right: 74px;
  bottom: 10px;
  width: 4.2666666667vw;
  right: 9.8666666667vw;
  bottom: 0.8771929825%;
  animation: gifRotate-5deg 1.2s steps(2) infinite;
}
@keyframes gifRotate-5deg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
#Top {
  /*==================================
  	.sp-important-section
  ==================================*/
}
#Top .sp-important-section {
  /*.important-board-container
  ============================*/
}
#Top .sp-important-section .important-board-container {
  padding-bottom: 40px;
}
#Top .sp-important-section .important-board-container .important-board {
  padding: 18px;
  display: flex;
  background-color: #faf8ee;
  border-radius: 5px;
  border: solid 2px #000;
  position: relative;
  box-sizing: border-box;
}
#Top .sp-important-section .important-board-container .important-board .icon-area {
  width: 60px;
  display: flex;
  align-items: center;
}
#Top .sp-important-section .important-board-container .important-board .icon-area .icon {
  display: inline-block;
  width: 38px;
  transform: rotate(10deg);
}
#Top .sp-important-section .important-board-container .important-board .text-area {
  width: calc(100% - 60px);
  padding-right: 30px;
  position: relative;
}
#Top .sp-important-section .important-board-container .important-board .text-area .title {
  font-size: 10px;
  font-weight: 700;
  padding-bottom: 4px;
  left: -10px;
}
#Top .sp-important-section .important-board-container .important-board .text-area .text {
  font-size: 14px;
  color: #cf1174;
  font-weight: 800;
}
#Top .sp-important-section .important-board-container .important-board .text-area .text a {
  color: #cf1174;
}
#Top .sp-important-section .important-board-container .important-board .text-area .icon-arrow {
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
  width: 28px;
}
#Top .sp-important-section .important-board-container .important-board::after {
  content: "";
  position: absolute;
  left: 2px;
  bottom: 2px;
  width: 100%;
  height: 100%;
  border: solid 2px #000;
  border-radius: 5px;
  pointer-events: none;
}
#Top .sp-important-section {
  /*.important-text
  ============================*/
}
#Top .sp-important-section .important-text {
  font-size: 16px;
  line-height: 2;
}
#Top {
  /*==================================
  	.news-section
  ==================================*/
}
#Top .news-section {
  padding-right: 0 !important;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fdfdfc;
  /*.news-title-container
  ========================================================*/
}
#Top .news-section .news-title-container {
  display: flex;
  margin-bottom: 32px;
}
#Top .news-section .news-title-container .news-title-area {
  width: 238px;
}
#Top .news-section .news-title-container .news-title-area .news-title {
  width: 238px;
  position: relative;
}
#Top .news-section .news-title-container .news-title-area .news-title .jp-title {
  position: absolute;
  top: 18px;
  right: 0;
  display: inline-block;
}
#Top .news-section .news-title-container .news-title-area .news-title .jp-title .line-animation {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 5px;
  font-size: 1px;
}
#Top .news-section .news-title-container .news-button-area {
  width: calc(100% - 238px);
  position: relative;
}
#Top .news-section .news-title-container .news-button-area .botton-arrow-container {
  display: none;
}
#Top .news-section .news-title-container .news-button-area .jp-title-container {
  position: absolute;
  right: 2rem;
  bottom: 24px;
}
#Top .news-section {
  /*.mySwiper-container
  ============================*/
}
#Top .news-section .mySwiper-container {
  overflow: hidden;
  padding-bottom: 40px;
}
#Top .news-section .mySwiper-container .swiper-slide {
  width: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#Top .news-section .mySwiper-container .swiper-slide .item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
#Top .news-section .mySwiper-container .swiper-slide .item a {
  display: flex;
  flex-direction: column;
}
#Top .news-section .mySwiper-container .swiper-slide .item a .photo-area {
  position: relative;
}
#Top .news-section .mySwiper-container .swiper-slide .item a .photo-area .photo {
  border-radius: 5px;
  overflow: hidden;
}
#Top .news-section .mySwiper-container .swiper-slide .item a .photo-area .photo img {
  aspect-ratio: 270/180;
  object-fit: cover;
}
#Top .news-section .mySwiper-container .swiper-slide .item a .photo-area .icon-lists {
  position: absolute;
  display: flex;
  right: 0;
  z-index: 1;
  gap: 6px;
}
#Top .news-section .mySwiper-container .swiper-slide .item a .photo-area .icon-lists li {
  width: auto;
  height: 27px;
}
#Top .news-section .mySwiper-container .swiper-slide .item a .photo-area .icon-lists li img {
  width: auto;
  height: 27px;
}
#Top .news-section .mySwiper-container .swiper-slide .item a .article-area .time {
  font-size: 16px;
  line-height: 1;
  display: block;
  padding-bottom: 12px;
}
#Top .news-section .mySwiper-container .swiper-slide .item a .article-area .title {
  font-size: 16px;
  line-height: 1;
  padding-bottom: 10px;
}
#Top .news-section .mySwiper-container .swiper-slide .item a .article-area .category-lists li .label {
  font-size: 14px;
  line-height: 1;
  background-color: #dfdfdf;
  padding: 1px 8px;
  border-radius: 99px;
}
#Top .news-section .mySwiper-container .swiper-slide::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -1.5rem;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #dfdfdf;
}
#Top .news-section .mySwiper-container .swiper-slide:nth-last-child(1)::after {
  content: none;
}
#Top .news-section .mySwiper-container .swiper-slide:nth-last-child(even) .photo-area {
  order: 2;
}
#Top .news-section .mySwiper-container .swiper-slide:nth-last-child(even) .photo-area .icon-lists {
  top: -12px;
}
#Top .news-section .mySwiper-container .swiper-slide:nth-last-child(even) .article-area {
  order: 1;
  margin-bottom: 2rem;
}
#Top .news-section .mySwiper-container .swiper-slide:nth-last-child(odd) .photo-area {
  margin-bottom: 2rem;
}
#Top .news-section .mySwiper-container .swiper-slide:nth-last-child(odd) .photo-area .icon-lists {
  bottom: -12px;
}
#Top .news-section {
  /*.botton-arrow-container
  ============================*/
}
#Top .news-section .botton-arrow-container {
  text-align: center;
}
#Top {
  /*==================================
  	.concert-section
  ==================================*/
}
#Top .concert-section {
  padding: 0;
  padding-bottom: 0;
  position: relative;
  /*.sp-concert-slide-container
  ============================*/
}
#Top .concert-section .sp-concert-slide-container .concert-slide {
  /*.inner
  ============================*/
}
#Top .concert-section .sp-concert-slide-container .concert-slide .inner {
  padding: 58px 20px;
}
#Top .concert-section .sp-concert-slide-container .concert-slide {
  /*.concert-title-area
  ============================*/
}
#Top .concert-section .sp-concert-slide-container .concert-slide .concert-title-area {
  padding-bottom: 20px;
  position: relative;
}
#Top .concert-section .sp-concert-slide-container .concert-slide .concert-title-area .concert-title {
  font-size: 31px;
  color: #282728;
}
#Top .concert-section .sp-concert-slide-container .concert-slide .concert-title-area .concert-title .line-animation {
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 12px;
  position: relative;
}
#Top .concert-section .sp-concert-slide-container .concert-slide .concert-title-area .concert-title .line-animation .text {
  font-size: 15px;
}
#Top .concert-section .sp-concert-slide-container .concert-slide .concert-title-area .concert-title .line-animation .line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  font-size: 1px;
}
#Top .concert-section .sp-concert-slide-container .concert-slide .concert-title-area .concert-title .jp-01 {
  display: block;
}
#Top .concert-section .sp-concert-slide-container .concert-slide .concert-title-area .concert-title .jp-02 {
  display: block;
  padding-left: 2em;
}
#Top .concert-section .sp-concert-slide-container .concert-slide .concert-title-area .photo {
  position: absolute;
}
#Top .concert-section .sp-concert-slide-container .concert-slide .photo-area {
  padding-bottom: 15px;
}
#Top .concert-section .sp-concert-slide-container .concert-slide .text-area {
  padding-bottom: 20px;
}
#Top .concert-section .sp-concert-slide-container .concert-slide .text-area .text {
  font-size: 15px;
  line-height: 1.5;
}
#Top .concert-section .sp-concert-slide-container .concert-slide .article-area {
  padding: 20px;
  border: solid 1px #fff;
}
#Top .concert-section .sp-concert-slide-container .concert-slide .article-area .title {
  font-size: 15px;
  padding-bottom: 14px;
}
#Top .concert-section .sp-concert-slide-container .concert-slide .article-area .text {
  font-size: 13px;
  line-height: 1.5;
}
#Top .concert-section .sp-concert-slide-container .concert-slide .article-area .noto-lists {
  padding-bottom: 20px;
}
#Top .concert-section .sp-concert-slide-container .concert-slide .article-area .noto-lists li {
  font-size: 13px;
  padding-left: 1em;
  text-indent: -1em;
}
#Top .concert-section .sp-concert-slide-container .concert-slide .article-area .youtube-area .youtube a .icon-arrow {
  display: inline-block;
  width: 27px;
  padding-left: 4px;
}
#Top .concert-section .sp-concert-slide-container .concert-slide .article-area .youtube-area .youtube a img {
  display: inline-block;
  width: 72px;
}
#Top .concert-section .sp-concert-slide-container .concert-slide.scene-01 {
  background-color: #e1c5ff;
  position: relative;
  /*.concert-arrow-containe
  ============================*/
}
#Top .concert-section .sp-concert-slide-container .concert-slide.scene-01 .concert-arrow-container {
  position: absolute;
  z-index: 3;
  top: -10rem;
  left: -2.5rem;
  width: 34.3rem;
}
#Top .concert-section .sp-concert-slide-container .concert-slide.scene-01 .concert-arrow-container .concert-arrow {
  width: 100%;
}
#Top .concert-section .sp-concert-slide-container .concert-slide.scene-01 .concert-arrow-container .concert-arrow svg {
  width: 41.25%;
}
#Top .concert-section .sp-concert-slide-container .concert-slide.scene-01 .concert-arrow-container .concert-arrow .mask-line {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transition: stroke-dashoffset 1.2s ease;
}
#Top .concert-section .sp-concert-slide-container .concert-slide.scene-01 .concert-arrow-container .concert-arrow .mask-line.is-active {
  stroke-dashoffset: 0;
}
#Top .concert-section .sp-concert-slide-container .concert-slide.scene-01 .concert-title-area .photo {
  transform: rotate(40deg);
  right: 20px;
  top: 0;
  width: 110px;
}
#Top .concert-section .sp-concert-slide-container .concert-slide.scene-01 .concert-title-area .concert-title .jp-02 {
  padding-left: 2em;
}
#Top .concert-section .sp-concert-slide-container .concert-slide.scene-02 {
  background-color: #ffe194;
}
#Top .concert-section .sp-concert-slide-container .concert-slide.scene-02 .concert-title-area .photo {
  width: 72px;
  right: 0;
  top: 0;
  transform: rotate(10deg);
}
#Top .concert-section .sp-concert-slide-container .concert-slide.scene-02 .concert-title-area .concert-title .jp-02 {
  padding-left: 4em;
}
#Top .concert-section .sp-concert-slide-container .concert-slide.scene-03 {
  background-color: #c4f2cc;
  /*.inner
  ============================*/
}
#Top .concert-section .sp-concert-slide-container .concert-slide.scene-03 .inner {
  padding: 58px 20px 20px 20px;
}
#Top .concert-section .sp-concert-slide-container .concert-slide.scene-03 .concert-title-area .photo {
  width: 77px;
  right: 0;
  top: -15px;
}
#Top .concert-section .sp-concert-slide-container .concert-slide.scene-03 .concert-title-area .concert-title .jp-02 {
  padding-left: 4em;
}
#Top {
  /*==================================
  	.event-section
  ==================================*/
}
#Top .event-section {
  padding-top: 10rem;
  background-color: #c4f2cc;
  position: relative;
  overflow: hidden;
}
#Top .event-section::after {
  position: absolute;
  top: 3.75rem;
  left: -5rem;
  content: "";
  width: 88rem;
  height: 145rem;
  background-color: #fff;
  border-radius: 5px;
  transform: rotate(5deg);
}
#Top .event-section::before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #fff;
}
#Top .event-section {
  /*==================================
  	.loop-animetion-container
  ==================================*/
}
#Top .event-section .loop-animetion-container {
  position: absolute;
  left: 0;
  top: 2.5rem;
  z-index: 1;
}
#Top .event-section {
  /*==================================
  	.sp-event-schedule-lists-container
  ==================================*/
}
#Top .event-section .sp-event-schedule-lists-container {
  position: relative;
  z-index: 1;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px;
}
#Top .event-section .sp-event-schedule-lists-container .event-schedule-lists {
  border-top: solid 1px #efebe5;
}
#Top .event-section .sp-event-schedule-lists-container .event-schedule-lists .item .top-layout {
  display: flex;
  border-bottom: solid 1px #efebe5;
  padding: 10px 20px;
}
#Top .event-section .sp-event-schedule-lists-container .event-schedule-lists .item .top-layout .day-area {
  width: 100px;
}
#Top .event-section .sp-event-schedule-lists-container .event-schedule-lists .item .top-layout .day-area .text {
  position: relative;
  top: 0;
  font-size: 26px;
  color: #2f2c2c;
}
#Top .event-section .sp-event-schedule-lists-container .event-schedule-lists .item .top-layout .day-area .text .dow {
  font-size: 14px;
  display: inline-block;
  margin-left: -6px;
}
#Top .event-section .sp-event-schedule-lists-container .event-schedule-lists .item .top-layout .event-area {
  width: calc(100% - 100px);
  padding-left: 4px;
}
#Top .event-section .sp-event-schedule-lists-container .event-schedule-lists .item .top-layout .event-area .event-lists li {
  font-size: 12px;
  padding: 2px 0;
}
#Top .event-section .sp-event-schedule-lists-container .event-schedule-lists .item .top-layout .event-area .event-lists li .icon {
  padding-left: 18px;
  background-repeat: no-repeat;
}
#Top .event-section .sp-event-schedule-lists-container .event-schedule-lists .item .top-layout .event-area .event-lists li .icon.icon-type-01 {
  background-image: url(/machinaka/images/common/icon-type-01.svg);
  background-size: 14px 11px;
  background-position: left center;
}
#Top .event-section .sp-event-schedule-lists-container .event-schedule-lists .item .top-layout .event-area .event-lists li .icon.icon-type-02 {
  background-image: url(/machinaka/images/common/icon-type-02.svg);
  background-size: 11px 10px;
  background-position: left center;
}
#Top .event-section .sp-event-schedule-lists-container .event-schedule-lists .item .top-layout .event-area .event-lists li .icon.icon-type-03 {
  background-image: url(/machinaka/images/common/icon-type-03.svg);
  background-size: 14px 10px;
  background-position: left center;
}
#Top .event-section .sp-event-schedule-lists-container .event-schedule-lists .item .top-layout .event-area .event-lists li .icon.pin {
  background-image: url(/machinaka/images/common/icon-pin.svg);
  background-size: 8px 13px;
  background-position: 2px center;
}
#Top .event-section .sp-event-schedule-lists-container .event-schedule-lists .item .bottom-layout {
  display: flex;
  border-bottom: solid 1px #efebe5;
  padding: 10px 20px;
}
#Top .event-section .sp-event-schedule-lists-container .event-schedule-lists .item .bottom-layout .time-area {
  width: 100px;
}
#Top .event-section .sp-event-schedule-lists-container .event-schedule-lists .item .bottom-layout .time-area .time-lists li {
  font-size: 14px;
  padding: 2px 0;
}
#Top .event-section .sp-event-schedule-lists-container .event-schedule-lists .item .bottom-layout .place-area {
  width: calc(100% - 100px);
}
#Top .event-section .sp-event-schedule-lists-container .event-schedule-lists .item .bottom-layout .place-area .place-lists li {
  font-size: 14px;
  padding: 2px 0;
}
#Top .event-section .sp-event-schedule-lists-container .event-schedule-lists .item:nth-child(even) {
  background-color: #faf8ee;
}
#Top .event-section .sp-event-schedule-lists-container .event-schedule-lists .item:nth-child(odd) {
  background-color: #fff;
}
#Top .event-section {
  /*.event-title-container
  ============================*/
}
#Top .event-section .event-title-container {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 40px;
}
#Top .event-section .event-title-container .event-title-area {
  width: 220px;
}
#Top .event-section .event-title-container .event-title-area .event-title {
  width: 220px;
  position: relative;
}
#Top .event-section .event-title-container {
  /*.decoration-animation-area
  ============================*/
}
#Top .event-section .event-title-container .decoration-animation-area {
  width: calc(100% - 220px);
  text-align: right;
}
#Top .event-section .event-title-container .decoration-animation-area .decoration-animation {
  position: relative;
  top: -8px;
  width: 120px;
  margin-left: auto;
}
#Top .event-section .event-title-container .decoration-animation-area .decoration-animation svg {
  width: 115px;
  height: 38px;
}
#Top .event-section .event-title-container .decoration-animation-area .decoration-animation .mask-line {
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  transition: stroke-dashoffset 1.2s ease;
}
#Top .event-section .event-title-container .decoration-animation-area .decoration-animation .mv-note-02 {
  position: absolute;
  top: 21px;
  left: -16px;
  width: 18px;
  opacity: 0;
  transition: opacity 0.6s ease;
}
#Top .event-section .event-title-container .decoration-animation-area .decoration-animation .mv-note-04 {
  position: absolute;
  right: 24px;
  top: 6px;
  width: 14px;
  transform: rotate(30deg);
  opacity: 0;
  transition: opacity 0.6s ease;
}
#Top .event-section .event-title-container .decoration-animation-area .decoration-animation.is-active .mask-line {
  stroke-dashoffset: 0;
}
#Top .event-section .event-title-container .decoration-animation-area .decoration-animation.is-active .mv-note-02,
#Top .event-section .event-title-container .decoration-animation-area .decoration-animation.is-active .mv-note-04 {
  opacity: 1;
}
#Top .event-section {
  /*.noto-frame-container
  ============================*/
}
#Top .event-section .noto-frame-container {
  position: relative;
  z-index: 1;
  padding-bottom: 12px;
}
#Top .event-section .noto-frame-container .noto-frame {
  background-color: #f6f5f5;
  padding: 24px;
}
#Top .event-section .noto-frame-container .noto-frame .noto-title-area {
  padding-bottom: 20px;
}
#Top .event-section .noto-frame-container .noto-frame .noto-title-area .noto-title {
  font-size: 12px;
  color: #2f2c2c;
}
#Top .event-section .noto-frame-container .noto-frame .noto-lists-area .noto-lists li {
  font-size: 12px;
  padding-left: 1.2em;
  text-indent: -1.2em;
  margin-bottom: 5px;
  line-height: 1.5;
  color: #2f2c2c;
}
#Top .event-section {
  /*.contact-frame-container
  ============================*/
}
#Top .event-section .contact-frame-container {
  position: relative;
  z-index: 1;
}
#Top .event-section .contact-frame-container .contact-frame {
  background-color: #f6f5f5;
  padding: 24px;
}
#Top .event-section .contact-frame-container .contact-frame .contact-title-area {
  padding-bottom: 20px;
}
#Top .event-section .contact-frame-container .contact-frame .contact-title-area .contact-title {
  font-size: 15px;
  color: #2f2c2c;
}
#Top .event-section .contact-frame-container .contact-frame .address-text-area .address-text {
  font-size: 12px;
  line-height: 1.8;
  color: #2f2c2c;
}

/*==================================
  #News
==================================*/
#News {
  background-color: #fdfdfc;
  /*==================================
  	.header
  ==================================*/
}
#News .header {
  border-bottom: solid 1px #dfdfdf;
  background: rgba(255, 255, 255, 0.5);
}
#News .header .inner .logo-container {
  display: none;
}
#News {
  /*==================================
  	.news-section
  ==================================*/
}
#News .news-section {
  /*==================================
  	.news-title-container
  ==================================*/
}
#News .news-section .news-title-container {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto 60px auto;
  box-sizing: border-box;
}
#News .news-section .news-title-container.detail {
  margin-bottom: 35px;
  position: relative;
}
#News .news-section .news-title-container.detail .news-deco-img {
  position: absolute;
  right: 40px;
  bottom: 0;
  display: block;
  width: 59px;
}
#News .news-section .news-title-container .news-title-layout .news-title-area {
  width: 100%;
  padding-bottom: 20px;
}
#News .news-section .news-title-container .news-title-layout .news-title-area .news-title {
  width: 100%;
  position: relative;
}
#News .news-section .news-title-container .news-title-layout .news-title-area .news-title img {
  width: 240px;
}
#News .news-section .news-title-container .news-title-layout .news-title-area .news-title .jp-title-container {
  position: absolute;
  right: 0;
  bottom: 26px;
}
#News .news-section .news-title-container .news-title-layout .news-title-area .news-title .jp-title-container .jp-title {
  font-size: 13px;
}
#News .news-section .news-title-container .news-title-layout .news-category-area .news-category-lists {
  display: flex;
  justify-content: center;
  gap: 10px;
}
#News .news-section .news-title-container .news-title-layout .news-category-area .news-category-lists .item a {
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  border-radius: 99px;
  border: solid 2px #000;
  line-height: 1;
  height: 30px;
}
#News .news-section .news-title-container .news-title-layout .news-category-area .news-category-lists .item a .text {
  display: inline-block;
  position: relative;
  top: -1px;
}
#News .news-section .news-title-container .news-title-layout .news-category-area .news-category-lists .item a.here {
  background-color: #faf8ee;
}
#News .news-section {
  /*==================================
  	.main-thumbnail-container
  ==================================*/
}
#News .news-section .main-thumbnail-container {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: solid 1px #dfdfdf;
  position: relative;
  /*.sp-link-wrap
  ============================*/
}
#News .news-section .main-thumbnail-container .sp-link-wrap {
  position: absolute;
  left: 0;
  top: 0;
  display: inline;
  width: 100%;
  height: 100%;
}
#News .news-section .main-thumbnail-container {
  /*.thumbnail-layout
  ============================*/
}
#News .news-section .main-thumbnail-container .thumbnail-layout {
  /*.decoration-area
  ============================*/
}
#News .news-section .main-thumbnail-container .thumbnail-layout .decoration-area {
  display: none;
}
#News .news-section .main-thumbnail-container .thumbnail-layout {
  /*.main-thumbnail-area
  ============================*/
}
#News .news-section .main-thumbnail-container .thumbnail-layout .main-thumbnail-area {
  padding-bottom: 24px;
  padding-left: 60px;
  padding-right: 60px;
}
#News .news-section .main-thumbnail-container .thumbnail-layout .main-thumbnail-area .main-thumbnail {
  position: relative;
}
#News .news-section .main-thumbnail-container .thumbnail-layout .main-thumbnail-area .main-thumbnail .photo {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
#News .news-section .main-thumbnail-container .thumbnail-layout .main-thumbnail-area .main-thumbnail .photo img {
  aspect-ratio: 540/380;
  object-fit: cover;
}
#News .news-section .main-thumbnail-container .thumbnail-layout .main-thumbnail-area .main-thumbnail .icon-lists-container {
  position: absolute;
  left: -40px;
  bottom: 4px;
}
#News .news-section .main-thumbnail-container .thumbnail-layout .main-thumbnail-area .main-thumbnail .icon-lists-container .icon-lists {
  display: flex;
  gap: 6px;
}
#News .news-section .main-thumbnail-container .thumbnail-layout .main-thumbnail-area .main-thumbnail .icon-lists-container .icon-lists li img {
  width: auto;
  height: 26px;
  display: block;
}
#News .news-section .main-thumbnail-container .thumbnail-layout .main-thumbnail-area .main-thumbnail .decoration-02-img {
  position: absolute;
  left: -86px;
  top: -56px;
  width: 11rem;
  height: 10.6rem;
  transform: rotate(18deg);
}
#News .news-section .main-thumbnail-container .thumbnail-layout {
  /*.article-area
  ============================*/
}
#News .news-section .main-thumbnail-container .thumbnail-layout .article-area {
  box-sizing: border-box;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
#News .news-section .main-thumbnail-container .thumbnail-layout .article-area .title-container .label-lists {
  padding-bottom: 10px;
}
#News .news-section .main-thumbnail-container .thumbnail-layout .article-area .title-container .label-lists li .label {
  font-size: 10px;
  display: inline-block;
  padding: 4px 8px;
  background-color: #dfdfdf;
  border-radius: 99px;
  line-height: 1;
}
#News .news-section .main-thumbnail-container .thumbnail-layout .article-area .title-container .time {
  display: block;
  color: #2f2c2c;
  font-size: 12px;
  padding-bottom: 10px;
}
#News .news-section .main-thumbnail-container .thumbnail-layout .article-area .title-container .title {
  font-size: 18px;
  line-height: 1.3;
}
#News .news-section .main-thumbnail-container .thumbnail-layout .article-area .botton-arrow-container {
  position: absolute;
  right: 15px;
  top: calc(50% - 10px);
}
#News .news-section {
  /*==================================
  	.news-lists-container
  ==================================*/
}
#News .news-section .news-lists-container {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-bottom: 60px;
}
#News .news-section .news-lists-container .news-lists {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#News .news-section .news-lists-container .news-lists .item {
  display: flex;
  flex-wrap: wrap;
  width: calc((100% - 20px) / 2);
  position: relative;
}
#News .news-section .news-lists-container .news-lists .item a {
  display: flex;
  flex-direction: column;
}
#News .news-section .news-lists-container .news-lists .item a .photo-area {
  position: relative;
}
#News .news-section .news-lists-container .news-lists .item a .photo-area .photo {
  border-radius: 5px;
  overflow: hidden;
}
#News .news-section .news-lists-container .news-lists .item a .photo-area .photo img {
  aspect-ratio: 270/180;
  object-fit: cover;
}
#News .news-section .news-lists-container .news-lists .item a .photo-area .icon-lists {
  position: absolute;
  display: flex;
  top: -8px;
  right: 0;
  z-index: 1;
  gap: 6px;
}
#News .news-section .news-lists-container .news-lists .item a .photo-area .icon-lists li {
  width: auto;
  height: 27px;
}
#News .news-section .news-lists-container .news-lists .item a .photo-area .icon-lists li img {
  width: auto;
  height: 16px;
}
#News .news-section .news-lists-container .news-lists .item a .article-area {
  padding-bottom: 20px;
}
#News .news-section .news-lists-container .news-lists .item a .article-area .time {
  font-size: 11px;
  line-height: 1;
  display: block;
  padding-bottom: 8px;
}
#News .news-section .news-lists-container .news-lists .item a .article-area .title {
  font-size: 14px;
  line-height: 1;
  padding-bottom: 6px;
}
#News .news-section .news-lists-container .news-lists .item a .article-area .category-lists li .label {
  font-size: 10px;
  line-height: 1;
  background-color: #dfdfdf;
  padding: 2px 8px;
  border-radius: 99px;
}
#News .news-section {
  /*==================================
  	.page_navigation
  ==================================*/
}
#News .news-section .page_navigation .wp-pagenavi {
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  max-width: 580px;
}
#News .news-section .page_navigation .wp-pagenavi .botton-arrow-container .botton-arrow .arrow {
  width: 45px;
  height: 30px;
}
#News .news-section .page_navigation .wp-pagenavi .botton-arrow-container .botton-arrow .arrow .icon-arrow {
  width: 27px;
  height: 11px;
}
#News .news-section .page_navigation .wp-pagenavi .nav-links {
  display: inline-flex;
  align-items: center;
  width: 100%;
}
#News .news-section .page_navigation .wp-pagenavi .nav-links .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  width: 30px;
}
#News .news-section .page_navigation .wp-pagenavi .nav-links .page-numbers.current {
  color: #ff4ea2;
  font-size: 19px;
  background-color: transparent;
}
#News .news-section .page_navigation .wp-pagenavi .nav-links .page-numbers .link_before {
  position: absolute;
  left: 20px;
  font-size: 1px;
  transform: scale(-1, 1);
  width: auto;
}
#News .news-section .page_navigation .wp-pagenavi .nav-links .page-numbers .link_next {
  position: absolute;
  right: 20px;
  font-size: 1px;
  width: auto;
}
#News .news-section {
  /*==================================
      /news/detail
  	.blog-article-area
  ==================================*/
  /*==================================
    .blog-article-container
  ==================================*/
}
#News .news-section .blog-article-container {
  padding-left: 20px;
  padding-right: 20px;
  /*.blog-cms-area
  ============================*/
}
#News .news-section .blog-article-container .blog-cms-area .blog-title-container {
  padding-bottom: 25px;
  margin-bottom: 50px;
  border-bottom: solid 2px #000;
  position: relative;
}
#News .news-section .blog-article-container .blog-cms-area .blog-title-container .blog-deco-img {
  position: absolute;
  right: 0;
  top: -12px;
  width: 59px;
}
#News .news-section .blog-article-container .blog-cms-area .blog-title-container .blog-meta-lists {
  display: flex;
  padding-bottom: 18px;
  gap: 12px;
}
#News .news-section .blog-article-container .blog-cms-area .blog-title-container .blog-meta-lists li .label {
  font-size: 10px;
  display: inline-block;
  padding: 4px 10px;
  background-color: #dfdfdf;
  border-radius: 99px;
  line-height: 1;
}
#News .news-section .blog-article-container .blog-cms-area .blog-title-container .blog-meta-lists li .time {
  font-size: 12px;
}
#News .news-section .blog-article-container .blog-cms-area .blog-title-container .blog-title {
  font-size: 21px;
}
#News .news-section .blog-article-container .blog-cms-area h2 {
  font-size: 18px;
}
#News .news-section .blog-article-container .blog-cms-area img {
  width: 100%;
}
#News .news-section .blog-article-container .blog-cms-area p {
  font-size: 15px;
  line-height: 1.8;
}
#News .news-section .blog-article-container {
  /*==================================
    .pager_wrap-container
  ==================================*/
}
#News .news-section .blog-article-container .pager_wrap-container {
  padding-top: 50px;
}
#News .news-section .blog-article-container .pager_wrap-container .pager_wrap {
  max-width: 400px;
  margin: 0 auto;
}
#News .news-section .blog-article-container .pager_wrap-container .pager_wrap ul {
  position: relative;
}
#News .news-section .blog-article-container .pager_wrap-container .pager_wrap ul .list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 30px;
  font-size: 16px;
  text-align: center;
  margin: auto;
}
#News .news-section .blog-article-container .pager_wrap-container .pager_wrap ul .prev, #News .news-section .blog-article-container .pager_wrap-container .pager_wrap ul .next {
  position: absolute;
  top: -1px;
}
#News .news-section .blog-article-container .pager_wrap-container .pager_wrap ul .prev {
  left: 0;
  transform: scale(-1, 1);
}
#News .news-section .blog-article-container .pager_wrap-container .pager_wrap ul .next {
  right: 0;
}