#view {
  text-align: left;
  font-weight: 900;
  padding-top: 80px; }
  @media screen and (max-width: 770px) {
    #view {
      padding-top: 30px;
      padding-left: 0;
      padding-right: 0; } }
  #view .contIn {
    padding: 0 3vw; }
    @media screen and (max-width: 770px) {
      #view .contIn {
        padding: 0 !important; } }
  #view #viewBox {
    width: 100%;
    position: relative; }
    @media screen and (max-width: 770px) {
      #view #viewBox {
        padding-right: 5vw; } }
    #view #viewBox #viewTitle {
      font-size: 5rem;
      position: absolute;
      top: 40px;
      left: 40px;
      line-height: 1.4;
      z-index: 2;
      color: #ffffff;
      filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3)); }
      @media screen and (max-width: 870px) {
        #view #viewBox #viewTitle {
          font-size: 2.8rem;
          top: 25px;
          left: 25px; } }
      @media screen and (max-width: 770px) {
        #view #viewBox #viewTitle {
          top: 30px;
          left: 30px; } }
      @media screen and (min-width: 770px) {
        #view #viewBox #viewTitle br:last-child {
          display: none; } }
    #view #viewBox #viewBoxImg {
      padding-top: 40%;
      width: 94%;
      width: calc(100% - 50px);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      border-radius: 30px; }
      @media screen and (max-width: 770px) {
        #view #viewBox #viewBoxImg {
          padding-top: 90%;
          width: 100%;
          border-radius: 15px;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; } }
    #view #viewBox .bt {
      position: absolute;
      right: 0;
      bottom: 40px;
      width: 230px;
      line-height: 80px;
      height: 80px;
      border-radius: 40px; }
      @media screen and (max-width: 870px) {
        #view #viewBox .bt {
          bottom: 25px; } }
      @media screen and (max-width: 770px) {
        #view #viewBox .bt {
          width: 150px !important;
          right: 0vw;
          bottom: 30px; } }
  #view #viewBottom {
    margin-top: 40px;
    font-weight: 900;
    font-size: 3.6rem; }
    @media screen and (max-width: 770px) {
      #view #viewBottom {
        margin-top: 20px;
        font-size: 2.2rem; } }
    @media screen and (min-width: 870px) {
      #view #viewBottom .viewBottomBr {
        display: none; } }

@media screen and (min-width: 1150px) {
  #topAbout #topAboutWrap {
    display: flex; } }
@media screen and (min-width: 1150px) {
  #topAbout #topAboutWrap #topAboutLeft {
    width: 50%; } }
@media screen and (max-width: 1150px) {
  #topAbout #topAboutWrap #topAboutLeft > .areaWrap {
    text-align: center; } }
@media screen and (min-width: 1150px) {
  #topAbout #topAboutWrap #topAboutRight {
    width: 50%;
    padding-left: 7%; } }
#topAbout #topAboutWrap #topAboutRight #topAboutImg {
  width: 100%;
  padding-top: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px; }
  @media screen and (max-width: 1150px) {
    #topAbout #topAboutWrap #topAboutRight #topAboutImg {
      padding-top: 50%;
      margin-top: 60px; } }
  @media screen and (max-width: 770px) {
    #topAbout #topAboutWrap #topAboutRight #topAboutImg {
      border-radius: 15px; } }

#topActivityWrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }
  @media screen and (max-width: 870px) {
    #topActivityWrap {
      margin: 0 -10px; } }
  #topActivityWrap .topActivityBox {
    text-align: center;
    width: 25%;
    padding: 0 15px; }
    @media screen and (max-width: 870px) {
      #topActivityWrap .topActivityBox {
        width: 50%; } }
    @media screen and (max-width: 770px) {
      #topActivityWrap .topActivityBox {
        padding: 0 10px; } }
    @media screen and (max-width: 870px) {
      #topActivityWrap .topActivityBox:nth-child(3), #topActivityWrap .topActivityBox:nth-child(4) {
        margin-top: 30px; } }
    @media screen and (max-width: 770px) {
      #topActivityWrap .topActivityBox:nth-child(3), #topActivityWrap .topActivityBox:nth-child(4) {
        margin-top: 20px; } }
    #topActivityWrap .topActivityBox .topActivityBoxIn {
      background-color: #ffffff;
      border-radius: 15px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 30px 0; }
      #topActivityWrap .topActivityBox .topActivityBoxIn .topActivityBoxLogo {
        width: 85%; }
    #topActivityWrap .topActivityBox p {
      margin-top: 10px; }
      @media screen and (max-width: 770px) {
        #topActivityWrap .topActivityBox p {
          font-size: 1.4rem; } }
      #topActivityWrap .topActivityBox p a:hover {
        color: #f8b62d; }

#newsTopList .swiper-container {
  padding-bottom: 50px; }

#header {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  left: 0;
  top: 40px;
  z-index: 2;
  position: relative;
  width: 100%;
  align-items: center; }
  @media screen and (max-width: 770px) {
    #header {
      top: 20px; } }
  #header #headerIn {
    display: flex;
    justify-content: space-between; }
    #header #headerIn #title a {
      color: #f8b62d;
      font-weight: 900; }
      #header #headerIn #title a img {
        width: 240px; }
        @media screen and (max-width: 770px) {
          #header #headerIn #title a img {
            width: 180px; } }

#newsList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }
  @media screen and (max-width: 770px) {
    #newsList {
      margin: 0 0; } }
  #newsList .newsListBox {
    width: 33.333%;
    padding: 0 15px;
    margin-bottom: 30px; }
    @media screen and (max-width: 1150px) {
      #newsList .newsListBox {
        width: 50%; } }
    @media screen and (max-width: 770px) {
      #newsList .newsListBox {
        width: 100%;
        padding: 0 0; } }

.newsListBox .newsListBoxIn {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 15px 15px 15px;
  display: block;
  box-shadow: 6px 6px 0 0 rgba(174, 174, 174, 0.3); }
  .newsListBox .newsListBoxIn .newsListImg {
    padding-top: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  .newsListBox .newsListBoxIn .newsListBoxInfo {
    padding: 20px 0; }
    .newsListBox .newsListBoxIn .newsListBoxInfo .newsListTitle {
      font-size: 1.6rem; }
    .newsListBox .newsListBoxIn .newsListBoxInfo .newsListTime {
      font-size: 1.3rem;
      margin-top: 10px;
      color: #aaaaaa;
      font-family: "Montserrat", sans-serif; }
      @media screen and (max-width: 770px) {
        .newsListBox .newsListBoxIn .newsListBoxInfo .newsListTime {
          font-size: 1.1rem; } }

.newsCat {
  display: flex;
  flex-wrap: wrap; }
  .newsCat#newsCatList {
    margin-bottom: 30px; }
  #NewsTitle .newsCat {
    margin-top: 20px; }

.newsLi:not(:last-child) {
  margin-right: 10px; }
#newsCatList .newsLi {
  margin-bottom: 10px; }
.newsLi .newsTag {
  display: inline-block;
  color: #ffffff;
  background-color: #aaaaaa; }
  #newsCatList .newsLi .newsTag, #NewsTitle .newsLi .newsTag {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    box-shadow: 4px 4px 0 0 rgba(174, 174, 174, 0.3); }
    @media screen and (max-width: 770px) {
      #newsCatList .newsLi .newsTag, #NewsTitle .newsLi .newsTag {
        padding: 0 15px;
        height: 36px;
        line-height: 36px;
        border-radius: 18px; } }
  .newsListBox .newsLi .newsTag {
    font-size: 1.1rem;
    line-height: 20px;
    height: 20px;
    padding: 0 10px;
    border-radius: 10px; }
  .newsLi .newsTag.information {
    background-color: #00b9ef; }
  .newsLi .newsTag.event-announcement {
    background-color: #ed6d46; }
  .newsLi .newsTag.event-report {
    background-color: #3eb370; }
  .newsLi .newsTag.allCategory {
    background-color: #f8b62d; }

.pagination {
  text-align: center;
  margin-top: 20px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  display: flex;
  justify-content: center; }
  .pagination svg {
    fill: #f8b62d; }
  .pagination a {
    background: #ffffff;
    text-decoration: none;
    color: #f8b62d !important; }
    .pagination a:hover {
      background-color: #f8b62d;
      color: #fff !important; }
    .pagination a svg {
      width: 10px; }
    .pagination a:hover svg {
      fill: #ffffff; }
  .pagination .paginationInner {
    display: flex;
    justify-content: center; }
    .pagination .paginationInner > * {
      line-height: 50px;
      height: 50px;
      width: 50px;
      border-radius: 50%;
      position: relative;
      display: block;
      margin: 0 3px; }
      @media screen and (max-width: 770px) {
        .pagination .paginationInner > * {
          line-height: 40px;
          height: 40px;
          width: 40px; } }
      .pagination .paginationInner > * > * {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .pagination .paginationInner .current {
      background-color: #f8b62d;
      color: #ffffff; }
      .pagination .paginationInner .current svg {
        fill: #ffffff; }
  .pagination .prevOne svg, .pagination .prevTwo svg {
    transform: rotate(180deg); }

#NewsTitle p {
  margin-top: 20px;
  font-family: "Montserrat", sans-serif; }
  @media screen and (max-width: 770px) {
    #NewsTitle p {
      margin-top: 10px; } }

#NewsImg div {
  width: 100%;
  padding-top: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px; }

#NewsCont {
  margin-top: 60px; }
  @media screen and (max-width: 770px) {
    #NewsCont {
      margin-top: 40px; } }
  #NewsCont .wp-block-image {
    margin-bottom: 0;
    text-align: center; }
    #NewsCont .wp-block-image img {
      display: block;
      width: 90%; }
      #NewsCont .wp-block-image img:not(:first-child) {
        margin-top: 10px; }
  #NewsCont > *:not(:first-child) {
    margin-top: 40px; }
    @media screen and (max-width: 770px) {
      #NewsCont > *:not(:first-child) {
        margin-top: 20px; } }
  #NewsCont > * a {
    color: #f8b62d; }
    #NewsCont > * a:hover {
      opacity: 0.5; }
  #NewsCont h2 {
    font-weight: 700; }
    @media screen and (min-width: 770px) {
      #NewsCont h2 {
        margin-bottom: 20px; } }
    @media screen and (max-width: 770px) {
      #NewsCont h2 {
        margin-bottom: 15px; } }
    @media screen and (min-width: 770px) {
      #NewsCont h2:not(:first-child) {
        margin-top: 60px; } }
    @media screen and (max-width: 770px) {
      #NewsCont h2:not(:first-child) {
        margin-top: 40px; } }
    @media screen and (min-width: 770px) {
      #NewsCont h2 {
        font-size: 2.2rem; } }
    @media screen and (max-width: 770px) {
      #NewsCont h2 {
        font-size: 1.8rem; } }
  @media screen and (min-width: 770px) {
    #NewsCont p:not(:first-child) {
      margin-top: 20px; } }
  @media screen and (max-width: 770px) {
    #NewsCont p:not(:first-child) {
      margin-top: 15px; } }
  #NewsCont #priceTabale {
    width: 100%;
    border-collapse: collapse;
    margin: 0; }
    #NewsCont #priceTabale, #NewsCont #priceTabale th, #NewsCont #priceTabale td {
      border: solid 1px #dddddd;
      text-align: center; }
    #NewsCont #priceTabale th {
      font-weight: 700;
      width: 25%;
      background-color: #eeeeee; }
      @media screen and (min-width: 770px) {
        #NewsCont #priceTabale th {
          padding: 5px 0; } }
      @media screen and (max-width: 770px) {
        #NewsCont #priceTabale th {
          padding: 5px 0; } }
    #NewsCont #priceTabale td {
      font-weight: 700; }
      @media screen and (min-width: 770px) {
        #NewsCont #priceTabale td {
          padding: 20px 0; } }
      @media screen and (max-width: 770px) {
        #NewsCont #priceTabale td {
          padding: 20px 0; } }

#photoList {
  margin-top: 0 !important;
  position: relative; }
  #photoList .photoListBox {
    padding: 10px; }
    #photoList .photoListBox .photoListBoxIn {
      background-color: #ffffff;
      border-radius: 15px;
      padding: 15px 15px 15px;
      display: block;
      box-shadow: 6px 6px 0 0 rgba(174, 174, 174, 0.3); }
      #photoList .photoListBox .photoListBoxIn .photoListBoxImg {
        display: block;
        width: 100%;
        padding-top: 70%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
  #photoList .swiper-container {
    padding-bottom: 30px; }
  #photoList .swiCircle.swiper-button-prev {
    left: -30px;
    margin-top: -50px; }
  #photoList .swiCircle.swiper-button-next {
    right: -30px;
    margin-top: -50px; }

.nav-icon {
  width: 30px;
  display: inline-block; }
  @media screen and (max-width: 770px) {
    .nav-icon {
      width: 20px; } }
  .nav-icon:before, .nav-icon:after,
  .nav-icon div {
    background-color: #f8b62d;
    border-radius: 2px;
    content: '';
    display: block;
    height: 4px;
    transition: all .2s ease-in-out; }
    @media screen and (max-width: 770px) {
      .nav-icon:before, .nav-icon:after,
      .nav-icon div {
        height: 3px;
        border-radius: 1.5px; } }
    .btn-open .nav-icon:before, .btn-open .nav-icon:after, .btn-open
    .nav-icon div {
      background-color: #ffffff; }
  .nav-icon div {
    margin: 7px 0; }
    @media screen and (max-width: 770px) {
      .nav-icon div {
        margin: 4px 0; } }
  .btn-open .nav-icon:before {
    transform: translateY(11px) rotate(135deg); }
    @media screen and (max-width: 770px) {
      .btn-open .nav-icon:before {
        transform: translateY(7px) rotate(135deg); } }
  .btn-open .nav-icon:after {
    transform: translateY(-11px) rotate(-135deg); }
    @media screen and (max-width: 770px) {
      .btn-open .nav-icon:after {
        transform: translateY(-7px) rotate(-135deg); } }
  .btn-open .nav-icon div {
    transform: scale(0); }

#spBt {
  position: fixed;
  z-index: 20;
  right: 4.5vw;
  top: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  filter: drop-shadow(7px 7px 0px rgba(174, 174, 174, 0.3)); }
  @media screen and (max-width: 770px) {
    #spBt {
      width: 75px;
      height: 75px;
      filter: drop-shadow(5px 5px 0px rgba(174, 174, 174, 0.3));
      top: -8px;
      right: -8px; } }
  .btn-open #spBt {
    background-color: #f8b62d; }
  #spBt .spBtWrap {
    text-align: center; }
    #spBt .spBtWrap .spBtText {
      margin-top: 5px;
      font-weight: 900;
      font-size: 1.1rem;
      line-height: 1;
      letter-spacing: 0; }
      @media screen and (max-width: 770px) {
        #spBt .spBtWrap .spBtText {
          margin-top: 0px;
          font-size: 1rem; } }
      .btn-open #spBt .spBtWrap .spBtText {
        color: #ffffff; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 19;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: none;
  line-height: 1.6; }
  .overlay #overlayIn {
    height: 100%;
    width: 100%;
    position: relative; }
    @media screen and (min-width: 770px) {
      .overlay #overlayIn {
        display: flex;
        align-items: center;
        justify-content: center; } }
    @media screen and (max-width: 770px) {
      .overlay #overlayIn {
        padding: 80px 0; } }
    .overlay #overlayIn #overlayWrap {
      width: 100%;
      max-width: 1000px; }
      @media screen and (min-width: 770px) {
        .overlay #overlayIn #overlayWrap {
          display: flex;
          justify-content: space-between; } }
      @media screen and (max-width: 770px) {
        .overlay #overlayIn #overlayWrap #overlayLeft {
          padding: 0 10vw; } }
      .overlay #overlayIn #overlayWrap #overlayLeft ul {
        font-size: 3.2rem;
        font-weight: 900; }
        @media screen and (max-width: 770px) {
          .overlay #overlayIn #overlayWrap #overlayLeft ul {
            font-size: 2.2rem; } }
        .overlay #overlayIn #overlayWrap #overlayLeft ul li {
          position: relative;
          padding-left: 25px; }
          @media screen and (max-width: 770px) {
            .overlay #overlayIn #overlayWrap #overlayLeft ul li {
              padding-left: 35px; } }
          .overlay #overlayIn #overlayWrap #overlayLeft ul li a {
            disypay: block; }
            .overlay #overlayIn #overlayWrap #overlayLeft ul li a:hover {
              opacity: 0.5; }
          .overlay #overlayIn #overlayWrap #overlayLeft ul li:before {
            position: absolute;
            content: "";
            width: 12px;
            height: 12px;
            left: 0;
            top: 50%;
            margin-top: -6px;
            border-radius: 6px; }
            @media screen and (max-width: 770px) {
              .overlay #overlayIn #overlayWrap #overlayLeft ul li:before {
                width: 8px;
                height: 8px;
                margin-top: -4px;
                border-radius: 4px; } }
          .overlay #overlayIn #overlayWrap #overlayLeft ul li:not(:first-child) {
            margin-top: 5vh; }
            @media screen and (max-width: 770px) {
              .overlay #overlayIn #overlayWrap #overlayLeft ul li:not(:first-child) {
                margin-top: 25px; } }
          .overlay #overlayIn #overlayWrap #overlayLeft ul li:nth-child(1):before, .overlay #overlayIn #overlayWrap #overlayLeft ul li:nth-child(6):before {
            background-color: #f8b62d; }
          .overlay #overlayIn #overlayWrap #overlayLeft ul li:nth-child(2):before {
            background-color: #00b9ef; }
          .overlay #overlayIn #overlayWrap #overlayLeft ul li:nth-child(3):before {
            background-color: #ed6d46; }
          .overlay #overlayIn #overlayWrap #overlayLeft ul li:nth-child(4):before {
            background-color: #fff462; }
          .overlay #overlayIn #overlayWrap #overlayLeft ul li:nth-child(5):before {
            background-color: #3eb370; }
      @media screen and (max-width: 770px) {
        .overlay #overlayIn #overlayWrap #overlayRight {
          margin-top: 40px; } }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50% {
    -webkit-transform: scale3d(1.02, 1.02, 1.02);
    transform: scale3d(1.02, 1.02, 1.02); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50% {
    -webkit-transform: scale3d(1.02, 1.02, 1.02);
    transform: scale3d(1.02, 1.02, 1.02); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
.bounceIn.way, .overlay .bounceIn {
  visibility: hidden; }
.overlay #overlayLeft .bounceIn:nth-child(1) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }
.overlay #overlayLeft .bounceIn:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }
.overlay #overlayLeft .bounceIn:nth-child(3) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }
.overlay #overlayLeft .bounceIn:nth-child(4) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }
.overlay #overlayLeft .bounceIn:nth-child(5) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }
.overlay #overlayLeft .bounceIn:nth-child(6) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }
.overlay #overlayLeft .bounceIn:nth-child(1) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; }
.overlay #overlayLeft .bounceIn:nth-child(2) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s; }
.overlay #overlayLeft .bounceIn:nth-child(3) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s; }
.overlay #overlayLeft .bounceIn:nth-child(4) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s; }
.overlay #overlayLeft .bounceIn:nth-child(5) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s; }
.overlay #overlayLeft .bounceIn:nth-child(6) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s; }
.overlay #overlayRight .bounceIn:nth-child(1) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }
.overlay #overlayRight .bounceIn:nth-child(2) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }
.overlay #overlayRight .bounceIn:nth-child(1) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s; }
.overlay #overlayRight .bounceIn:nth-child(2) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s; }
.bounceIn.wayon, .btn-open .bounceIn {
  visibility: visible;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .5s;
  animation-duration: .5s; }

#footer {
  padding-top: 60px;
  padding-bottom: 60px; }
  #footer .contIn {
    font-size: 1.3rem;
    font-weight: 700; }
    @media screen and (min-width: 770px) {
      #footer .contIn {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row-reverse; } }
    @media screen and (max-width: 770px) {
      #footer .contIn {
        text-align: center; } }
    #footer .contIn a {
      display: inline-block; }
      @media screen and (max-width: 770px) {
        #footer .contIn a {
          margin-bottom: 20px; } }
      #footer .contIn a:hover {
        opacity: 0.5; }
    #footer .contIn #footerText {
      color: #aaaaaa; }
      @media screen and (max-width: 770px) {
        #footer .contIn #footerText {
          margin-bottom: 10px; } }
    #footer .contIn #copy {
      text-align: center; }
      #footer .contIn #copy span {
        color: #aaaaaa; }
      @media screen and (min-width: 770px) {
        #footer .contIn #copy {
          text-align: right; } }

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  src: url("../font/NotoSans/NotoSans_regular.woff") format("woff"), url("../font/NotoSans/NotoSans_regular.otf") format("opentype");
  font-weight: 400; }
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  src: url("../font/NotoSans/NotoSans_bold.woff") format("woff"), url("../font/NotoSans/NotoSans_bold.otf") format("opentype");
  font-weight: 700; }
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  src: url("../font/NotoSans/NotoSans_black.woff") format("woff"), url("../font/NotoSans/NotoSans_black.otf") format("opentype");
  font-weight: 900; }
@font-face {
  font-family: Montserrat;
  src: url("../font/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400; }
@font-face {
  font-family: Montserrat;
  src: url("../font/Montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700; }
@font-face {
  font-family: Montserrat;
  src: url("../font/Montserrat/Montserrat-Black.ttf") format("truetype");
  font-weight: 900; }
* {
  box-sizing: border-box; }

html {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  letter-spacing: 2px; }

body {
  font-size: 1.6rem;
  background-color: #f5f5f5;
  background-position: center center;
  background-repeat: repeat;
  line-height: 1.8; }
  @media screen and (max-width: 770px) {
    body {
      font-size: 1.4rem; } }

p {
  margin: 0; }

ul, ol {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

a,
a:before,
a:after,
a img,
a svg,
.timeAc,
.timeAc:before,
.timeAc:after {
  -webkit-transition: 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: 0.3s cubic-bezier(0.3, 0.1, 0.3, 1); }

a,
a:link,
a:visited,
a:active {
  cursor: pointer;
  text-decoration: none;
  color: #000000; }

a:hover,
a:focus,
*:focus {
  outline: none; }

a:hover {
  text-decoration: none; }

a.opa:hover,
.opa a:hover {
  opacity: 0.5; }

a.borderLink {
  text-decoration: underline; }
  a.borderLink:hover {
    text-decoration: none; }

a.borderLink2:hover {
  text-decoration: underline; }

h1, h2, h3 {
  margin: 0;
  font-weight: 400; }

h3 {
  font-size: 2.2rem;
  font-weight: 900; }
  @media screen and (max-width: 770px) {
    h3 {
      font-size: 1.8rem; } }

.cont {
  padding-left: 4.5vw;
  padding-right: 4.5vw; }
  @media screen and (max-width: 770px) {
    .cont {
      padding-left: 3vw;
      padding-right: 3vw; } }

.contT {
  padding-top: 120px; }
  @media screen and (max-width: 770px) {
    .contT {
      padding-top: 40px; } }

.contB {
  padding-bottom: 120px; }
  @media screen and (max-width: 770px) {
    .contB {
      padding-bottom: 40px; } }

.contIn {
  padding: 0 10vw;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 770px) {
    .contIn {
      padding: 0 2vw !important; } }

.bg {
  background-color: #f8b62d; }

.tc {
  text-align: center; }

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 100;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center; }
  #loader-bg #loaderImg {
    width: 140px; }
    @media screen and (max-width: 770px) {
      #loader-bg #loaderImg {
        width: 80px; } }

.btWrap {
  margin-top: 60px; }
  @media screen and (max-width: 770px) {
    .btWrap {
      margin-top: 40px; } }

.bt {
  display: inline-block;
  font-weight: 900;
  font-size: 1.8rem;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: visible; }
  @media screen and (max-width: 770px) {
    .bt {
      width: 100% !important;
      font-size: 1.4rem; } }
  .bt:before {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    right: 30px;
    margin-top: -6px; }
    @media screen and (max-width: 770px) {
      .bt:before {
        width: 8px;
        height: 8px;
        right: 25px;
        margin-top: -4px; } }
  .bt span {
    display: inline-block;
    padding-right: 20px; }

.btCircle {
  width: 380px;
  line-height: 96px;
  height: 96px;
  border-radius: 48px;
  background-color: #00b9ef;
  color: #ffffff !important;
  filter: drop-shadow(9px 9px 0px rgba(174, 174, 174, 0.3));
  margin-bottom: 9px;
  border: none; }
  @media screen and (max-width: 770px) {
    .btCircle {
      line-height: 64px !important;
      height: 64px !important;
      filter: drop-shadow(6px 6px 0px rgba(174, 174, 174, 0.3)); } }
  .btCircle:before {
    background-image: url(../images/arrow/play-arrow_white.svg);
    top: 48px; }
    @media screen and (max-width: 770px) {
      .btCircle:before {
        top: 32px !important; } }
  .btCircle.btCircle2 {
    background-color: #f8b62d; }
    @media screen and (min-width: 770px) {
      .btCircle.btCircle2 {
        width: auto;
        padding: 0 40px;
        margin-top: 80px; } }
    @media screen and (max-width: 770px) {
      .btCircle.btCircle2 {
        margin-top: 60px; } }

.btSquare {
  width: 240px;
  line-height: 70px;
  height: 78px;
  display: inline-block;
  background-color: #ffffff;
  border: solid 4px #f8b62d;
  border-radius: 15px;
  text-align: center;
  filter: drop-shadow(4px 4px 0px rgba(174, 174, 174, 0.3));
  margin-bottom: 4px;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative; }
  @media screen and (max-width: 770px) {
    .btSquare {
      line-height: 54px;
      height: 60px;
      border: solid 3px #f8b62d; } }
  .btSquare:before {
    content: "";
    background-image: url(../images/arrow/play-arrow_black.svg);
    top: 35px; }
    @media screen and (max-width: 770px) {
      .btSquare:before {
        top: 27px; } }

.secTitleWrap {
  margin-bottom: 40px; }
  @media screen and (max-width: 770px) {
    .secTitleWrap {
      margin-bottom: 20px; } }
  .secTitleWrap .secTitle {
    font-size: 1.6rem;
    font-weight: 900;
    font-size: 3.6rem;
    display: flex;
    align-items: flex-start;
    line-height: 1.4; }
    @media screen and (max-width: 770px) {
      .secTitleWrap .secTitle {
        font-size: 2.2rem; } }
    .secTitleWrap .secTitle .secTitleMark {
      margin-top: 9px;
      margin-right: 25px;
      position: relative;
      width: 34px;
      height: 34px;
      display: inline-block; }
      @media screen and (max-width: 770px) {
        .secTitleWrap .secTitle .secTitleMark {
          margin-top: 7px;
          width: 20px;
          height: 20px;
          margin-right: 15px; } }
      .secTitleWrap .secTitle .secTitleMark:before, .secTitleWrap .secTitle .secTitleMark:after, .secTitleWrap .secTitle .secTitleMark span:before, .secTitleWrap .secTitle .secTitleMark span:after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 5px; }
        @media screen and (max-width: 770px) {
          .secTitleWrap .secTitle .secTitleMark:before, .secTitleWrap .secTitle .secTitleMark:after, .secTitleWrap .secTitle .secTitleMark span:before, .secTitleWrap .secTitle .secTitleMark span:after {
            width: 7px;
            height: 7px;
            border-radius: 3.5px; } }
      .secTitleWrap .secTitle .secTitleMark:before {
        top: 0;
        left: 0;
        background-color: #00b9ef; }
      .secTitleWrap .secTitle .secTitleMark:after {
        top: 0;
        right: 0;
        background-color: #ed6d46; }
      .secTitleWrap .secTitle .secTitleMark span:before {
        bottom: 0;
        left: 0;
        background-color: #fff462; }
      .secTitleWrap .secTitle .secTitleMark span:after {
        bottom: 0;
        right: 0;
        background-color: #3eb370; }
    .secTitleWrap .secTitle .secTitleText {
      flex: 1; }
  .secTitleWrap .secTitleCopy {
    font-size: 2.2rem; }
    .secTitleWrap .secTitleCopy:not(:first-child) {
      margin-top: 20px; }
      @media screen and (max-width: 770px) {
        .secTitleWrap .secTitleCopy:not(:first-child) {
          margin-top: 10px; } }
    @media screen and (max-width: 770px) {
      .secTitleWrap .secTitleCopy {
        font-size: 1.4rem; } }

.tLine {
  display: inline-block;
  position: relative; }
  .tLine:before {
    position: absolute;
    content: "";
    background-color: #f8b62d;
    width: 100%;
    height: 35%;
    left: 0%;
    bottom: 10%;
    z-index: -1; }

.swiCircle {
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  border-radius: 50%;
  margin-top: -40px;
  filter: drop-shadow(5px 5px 0px rgba(174, 174, 174, 0.3)); }
  @media screen and (max-width: 1150px) {
    .swiCircle {
      width: 60px;
      height: 60px;
      background-color: #ffffff;
      margin-top: -30px; } }
  @media screen and (max-width: 770px) {
    .swiCircle {
      display: none; } }
  .swiCircle.swiper-button-prev {
    left: 0; }
    .swiCircle.swiper-button-prev:after {
      transform: rotate(180deg); }
    .areaWrap .swiCircle.swiper-button-prev {
      left: 59px; }
  .swiCircle.swiper-button-next {
    right: 0; }
  .swiCircle:after {
    position: absolute;
    background-image: url(../images/arrow/play-arrow_black.svg);
    content: "";
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat; }

.swiper-pagination {
  bottom: 0 !important; }
  .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px; }
    .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #000000; }

.hoverAc {
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  .hoverAc:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }

.areaWrap {
  padding-left: 59px; }
  @media screen and (max-width: 770px) {
    .areaWrap {
      padding-left: 0; } }

.telBox {
  margin-top: 60px;
  text-align: center; }
  @media screen and (max-width: 770px) {
    .telBox {
      margin-top: 40px; } }
  .telBox .telText {
    font-size: 1.8rem;
    font-weight: 900; }
    @media screen and (max-width: 770px) {
      .telBox .telText {
        font-size: 1.4rem; } }
  .telBox .telNumber {
    font-size: 3rem;
    font-weight: 900;
    margin-top: 10px; }
    @media screen and (max-width: 770px) {
      .telBox .telNumber {
        font-size: 2.4rem;
        margin-top: 0px; } }
    .telBox .telNumber span:first-child {
      font-size: 1.8rem; }
      @media screen and (max-width: 770px) {
        .telBox .telNumber span:first-child {
          font-size: 1.4rem; } }

#pageTitle h1 {
  font-weight: 900;
  font-size: 3.6rem; }
  @media screen and (max-width: 770px) {
    #pageTitle h1 {
      font-size: 2.2rem; } }

.textWrap {
  margin-top: 40px; }
  @media screen and (max-width: 770px) {
    .textWrap {
      margin-top: 20px; } }
  .textWrap p:not(:first-child) {
    margin-top: 10px; }

.textArea h2 {
  font-weight: 900;
  font-size: 1.8rem;
  padding-bottom: 10px; }
  @media screen and (max-width: 770px) {
    .textArea h2 {
      font-size: 1.4rem; } }
  .textArea h2:not(:first-child) {
    padding-top: 40px; }

/*# sourceMappingURL=style.css.map */
