@charset "UTF-8";
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
/* 反転*/
/*----------------------------------------------------
フォント
----------------------------------------------------*/
/* Light/Medium */
/* Regular/Medium */
/* 游明朝体 Regular/Medium */
/* 游明朝体 Demibold */
/* 游明朝体 extrabold */
/*----------------------------------------------------
フォント設定
----------------------------------------------------*/
/*----------------------------------------------------
中央寄せ
----------------------------------------------------*/
/* 上下左右中央寄せ */
/* 上下中央寄せ */
/* 左右中央寄せ */
/*----------------------------------------------------
背景
----------------------------------------------------*/
/*----------------------------------------------------
親要素よりも幅を超えて表示
----------------------------------------------------*/
/*----------------------------------------------------
リストマーカー
----------------------------------------------------*/
/*----------------------------------------------------
擬似要素
----------------------------------------------------*/
/*----------------------------------------------------
テキスト内リンク
//html例：
<p>テキスト<a href="" class="link_text">こちら</a>テキス</p>
----------------------------------------------------*/
/* ホバーで下線が左に消える */
/* ホバーで左から右に線が出る */
/*----------------------------------------------------
ボタン

基本のhtml
<a href="" class="btn">
  <span>私たちについて</span>
</a>
----------------------------------------------------*/
/* 初期：bg塗りあり、枠線塗りあり ⇨ hoverで反転 */
/* 初期：bg塗りなし、枠線塗りあり ⇨ hoverで反転 */
/* ボタン矢印あり 「 ---\ 」*/
/*----------------------------------------------------
ページ共通
----------------------------------------------------*/
.scroll_inner {
  width: 100%;
}

/*----------------------------------------------------
メインビジュアル
----------------------------------------------------*/
#slick01 {
  overflow: hidden;
}

#mv {
  width: 100%;
  overflow: hidden;
}
#mv .mv_inner {
  position: relative;
}
#mv .mv_main {
  margin: 0;
}
#mv .mv_main img {
  display: block;
}

/*----------------------------------------------------
表示非表示
----------------------------------------------------*/
.forSP {
  /* -750 */
  /* 751- */
}
@media all and (max-width: 751px) {
  .forSP {
    display: block;
  }
}
@media all and (min-width: 751px) {
  .forSP {
    display: none;
  }
}

.forPC {
  /* -750 */
  /* 751- */
}
@media all and (max-width: 751px) {
  .forPC {
    display: none;
  }
}
@media all and (min-width: 751px) {
  .forPC {
    display: block;
  }
}

/*----------------------------------------------------
お知らせ
----------------------------------------------------*/
#newsArea {
  background: #ffffff;
  padding: 54px 0 57px;
  /* 751- */
  /* 1297- */
}
#newsArea .title {
  text-align: center;
  position: relative;
  width: 194px;
  height: 51px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 51px;
  letter-spacing: 0.05em;
  font-weight: bold;
  background: url(../images/home/nws_title_sp.svg) no-repeat 0 0;
  background-size: 100% 100%;
}
#newsArea .news {
  border-top: solid 1px #D9D9D9;
}
#newsArea .news li {
  padding: 1.2em 0 1em;
  border-bottom: solid 1px #D9D9D9;
}
#newsArea .news .date {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 0 0 0.4em;
}
#newsArea .news .text {
  word-break: break-all;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: normal;
  margin: 0;
  padding-right: 4px;
}
#newsArea .news .text a {
  position: relative;
  display: block;
  color: #404040;
  text-decoration: none;
  padding-right: 20px;
}
#newsArea .news .text a::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 1px solid #404040;
  border-right: 1px solid #404040;
  transform: rotate(45deg);
}
#newsArea .btnMore {
  margin-top: 30px;
}
@media all and (min-width: 751px) {
  #newsArea {
    overflow: hidden;
    position: relative;
    padding: 100px 0 176px;
  }
  #newsArea .inner {
    position: relative;
  }
  #newsArea::after {
    position: absolute;
    bottom: -15px;
    right: -40px;
    content: "";
    display: block;
    width: 680px;
    height: 176px;
    background: url(../images/home/nws_title_pc.svg) no-repeat right 40px bottom;
    background-size: auto 100%;
    /* 1297- */
  }
}
@media all and (min-width: 751px) and (min-width: 1297px) {
  #newsArea::after {
    right: 50%;
    margin-right: -700px;
  }
}
@media all and (min-width: 751px) {
  #newsArea .title {
    width: 100%;
    height: auto;
    text-align: left;
    padding: 26px 0 0 0;
    background: url(../images/home/title_line.svg) no-repeat left top;
    background-size: 50px 5px;
    font-size: 23px;
    line-height: 1.2;
  }
  #newsArea .news li {
    display: flex;
  }
  #newsArea .news .date {
    margin-right: 36px;
    font-size: 16px;
  }
  #newsArea .news .text {
    flex-grow: 3;
    font-size: 16px;
    font-weight: bold;
    padding-right: 0;
  }
  #newsArea .news .text a {
    padding-right: 30px;
    transition: all 0.3s;
  }
  #newsArea .news .text a::after {
    transition: all 0.3s;
  }
  #newsArea .news .text a:hover {
    color: #CC0000;
  }
  #newsArea .news .text a:hover::after {
    border-color: #CC0000;
    margin-right: -10px;
  }
  #newsArea .btnMore {
    position: absolute;
    top: 0;
    right: 0;
    margin: 22px 40px 0;
  }
}
@media all and (min-width: 1297px) {
  #newsArea .btnMore {
    margin-right: calc(50% - 600px);
  }
}

/*----------------------------------------------------
お知らせ scroll bar
----------------------------------------------------*/
.scrollWrap {
  margin-top: 30px;
  max-height: 100px;
  max-height: 320px;
  overflow-y: scroll;
  /* 751- */
}
@media all and (min-width: 751px) {
  .scrollWrap {
    margin-top: 50px;
    max-height: 180px;
    width: 100%;
    padding-right: 30px;
  }
}

.twitter_timeline {
  height: 180px;
}

.twitter_timeline {
  overflow-y: hidden;
}

.scroll_y {
  overflow-y: scroll;
}

.mCSB_inside > .mCSB_container {
  margin-right: 20px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000000;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000000;
  width: 8px;
  border-radius: 0;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000000;
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000000;
}

/*----------------------------------------------------
展覧会公式Twitter
----------------------------------------------------*/
#myTwitter {
  background: #ffffff;
  padding: 70px 0 40px;
  /* 751- */
}
#myTwitter .title {
  text-align: center;
  position: relative;
  width: 100%;
  height: 51px;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 51px;
  letter-spacing: 0.05em;
  font-weight: bold;
  background: url(../images/home/sns_title_sp.svg) no-repeat center top;
  background-size: 118px 51px;
}
#myTwitter .title em {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  font-style: normal;
}
#myTwitter .title::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  top: -30px;
  left: 0;
  background: url(../images/common/icon/twitter.png) no-repeat center top;
  background-size: 19px auto;
}
#myTwitter .twitter_timeline {
  margin: 26px auto 0;
  width: 100%;
  max-width: 750px;
  height: 260px;
  border: solid 2px #B9A465;
  border: 2px solid #ffffff;
}
@media all and (min-width: 751px) {
  #myTwitter {
    overflow: hidden;
    position: relative;
    padding: 115px 0 230px;
  }
  #myTwitter .inner {
    position: relative;
  }
  #myTwitter::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    width: 406px;
    height: 176px;
    background: url(../images/home/sns_title_pc.svg) no-repeat left bottom;
    background-size: 100% 100%;
    /* 1297- */
  }
}
@media all and (min-width: 751px) and (min-width: 1297px) {
  #myTwitter::after {
    left: 50%;
    margin-left: -575px;
  }
}
@media all and (min-width: 751px) {
  #myTwitter .title {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 26px 0 0 0;
    background: none;
    font-size: 18px;
    line-height: 1.2;
  }
  #myTwitter .title em {
    font-size: 23px;
  }
  #myTwitter .title::before {
    height: 29px;
    background-size: 35px auto;
  }
  #myTwitter .twitter_timeline {
    margin-top: 40px;
    height: 410px;
    padding: 20px 60px;
    max-width: 800px;
  }
}

/*----------------------------------------------------
SNS
----------------------------------------------------*/
#twInsta .col {
  padding: 75px 20px 40px;
  /* 751- */
}
#twInsta .col.tsu {
  color: #ffffff;
  background: #000000;
}
#twInsta .col.ook {
  color: #ffffff;
  background: #dc0816;
}
#twInsta .col.uki {
  background: #ffffff;
  border: 2px solid #000000;
}
#twInsta .col.ima {
  color: #ffffff;
  background: #34519D;
}
@media all and (min-width: 751px) {
  #twInsta .col {
    padding: 75px 20 60px;
  }
}
@media all and (min-width: 1257px) {
  #twInsta .col {
    padding: 130px 120px 80px;
  }
  #twInsta .col:first-child {
    padding-left: 20px;
    text-align: right;
  }
  #twInsta .col:last-child {
    padding-right: 20px;
  }
}
#twInsta .wrap {
  text-align: left;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
@media all and (min-width: 1257px) {
  #twInsta .wrap {
    display: inline-block;
    width: 480px;
  }
}
#twInsta .secTitle {
  position: relative;
  margin: 0;
  text-align: center;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0.05em;
  border: none;
}
#twInsta .secTitle em {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  font-style: normal;
}
#twInsta .secTitle::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  top: -30px;
  left: 0;
  background-size: 19px auto;
}
@media all and (min-width: 1257px) {
  #twInsta .secTitle {
    text-align: center;
    font-size: 18px;
  }
  #twInsta .secTitle em {
    font-size: 23px;
  }
  #twInsta .secTitle::before {
    top: -54px;
    height: 25px;
    background-size: 30px auto;
  }
}
#twInsta .col.ook .secTitle::before {
  height: 18px;
  top: -34px;
  background-size: 18px auto;
}
@media all and (min-width: 1257px) {
  #twInsta .col.ook .secTitle::before {
    top: -60px;
    height: 30px;
    background-size: 30px auto;
  }
}
#twInsta .col.ima .secTitle::before {
  height: 18px;
  top: -34px;
  background-size: 18px auto;
}
@media all and (min-width: 1257px) {
  #twInsta .col.ima .secTitle::before {
    top: -60px;
    height: 30px;
    background-size: 30px auto;
  }
}
#twInsta .colContents {
  position: relative;
  width: 100%;
  padding-top: 30px;
}
@media all and (min-width: 1257px) {
  #twInsta .colContents {
    padding-top: 30px;
    padding-bottom: 35px;
  }
}
#twInsta .colContents .twitter_timeline,
#twInsta .colContents a.bnr {
  position: relative;
  z-index: 2;
  border: 2px solid #ffffff;
}
#twInsta .colContents .bnr {
  display: block;
  /* 751- */
}
@media all and (min-width: 751px) {
  #twInsta .colContents .bnr {
    background: #ffffff;
  }
  #twInsta .colContents .bnr img {
    transition: all 0.2s;
  }
  #twInsta .colContents .bnr:hover img {
    opacity: 0.8;
  }
}
#twInsta .twitter_timeline {
  background: #ffffff;
  height: 310px;
}
#twInsta .btnArea {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  /* -750 */
  /* 751- */
}
#twInsta .btnArea a {
  display: block;
  color: #ffffff;
  text-decoration: none;
}
@media all and (max-width: 751px) {
  #twInsta .btnArea {
    margin-top: 20px;
    font-size: 13px;
    letter-spacing: 0.03em;
  }
}
@media all and (min-width: 751px) {
  #twInsta .btnArea {
    margin-top: 30px;
    font-size: 16px;
  }
  #twInsta .btnArea span {
    position: relative;
    display: inline-block;
    line-height: 1.8;
  }
  #twInsta .btnArea span::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #ffffff;
    transition: all 0.2s;
  }
  #twInsta .btnArea a:hover {
    text-decoration: none;
  }
  #twInsta .btnArea a:hover span::before {
    left: 0;
    right: 0;
    width: 100%;
  }
}
@media all and (min-width: 1257px) {
  #twInsta .btnArea {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #twInsta .btnArea a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 15px;
    color: #ffffff;
    text-align: center;
    background-size: 100% 100%;
  }
}
@media all and (min-width: 1257px) {
  #twInsta .twInsta_cols {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  #twInsta .twInsta_cols .col {
    width: 50%;
  }
}

.closed .overlayWrap {
  position: relative;
}

.closedOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 28px;
  font-weight: bold;
  pointer-events: none;
}

/*----------------------------------------------------
動画
----------------------------------------------------*/
#movie {
  padding: 80px 0 40px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #movie {
    padding: 150px 0 60px;
  }
}
#movie .movies {
  margin-top: 25px;
  /* 751- */
  /* -951 */
}
@media all and (min-width: 751px) {
  #movie .movies {
    margin-top: 40px;
  }
  #movie .movies li {
    padding: 0 20px;
  }
}
@media all and (min-width: 951px) {
  #movie .movies li {
    background: url(../images/home/movie_bg.svg) repeat-x left center;
    background-size: auto 176px;
  }
}
#movie .border {
  /* 751- */
}
@media all and (min-width: 751px) {
  #movie .border {
    border: solid 3px #BEA45A;
    padding: 7px;
    max-width: 820px;
    margin: 0 auto;
  }
}

/*----------------------------------------------------
トピックス
----------------------------------------------------*/
#topics {
  padding: 30px 0 60px;
  /* 751- */
  /* 1297- */
}
#topics li a {
  display: block;
  color: #404040;
}
#topics .picWrap {
  overflow: hidden;
}
#topics picture {
  display: block;
  border: 2px solid #ffffff;
}
#topics .list {
  margin-top: 20px;
}
#topics .list li {
  margin-top: 40px;
}
#topics .list li:first-child {
  margin-top: 0;
}
#topics .listTitle {
  margin: 1em 0 0;
  font-size: 15px;
  line-height: 1.73;
  letter-spacing: 0.05em;
  font-weight: bold;
}
#topics .text {
  margin: 0.6em 0 0;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.05em;
}
#topics .controller {
  display: none;
}
#topics .btnMore {
  margin-top: 50px;
}
@media all and (min-width: 751px) {
  #topics {
    padding: 50px 0 140px;
    position: relative;
    overflow: hidden;
  }
  #topics::after {
    position: absolute;
    bottom: -10px;
    left: 20px;
    content: "";
    display: block;
    width: 778px;
    height: 176px;
    background: url(../images/home/topics_bg.svg) no-repeat 0 0;
    background-size: 100% 100%;
  }
  #topics .inner {
    position: relative;
  }
  #topics .innerSP {
    position: relative;
    z-index: 2;
  }
  #topics .list {
    margin-top: 40px;
    margin-left: 40px;
  }
  #topics .list li {
    margin: 0 38px 0 0;
    width: 320px;
  }
  #topics .listTitle {
    margin-top: 1.2em;
    font-size: 17px;
    line-height: 1.64;
    letter-spacing: 0.08em;
    transition: all 0.5s;
  }
  #topics .text {
    font-size: 16px;
    line-height: 1.56;
    letter-spacing: 0.08em;
    transition: all 0.5s;
  }
  #topics li a:hover .listTitle,
  #topics li a:hover .text {
    color: #CC0000;
  }
  #topics .controller {
    display: block;
    position: absolute;
    top: 24px;
    right: 40px;
    width: 112px;
    height: 52px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #topics .controller li {
    position: relative;
    width: 52px;
    border-radius: 100vh;
    cursor: pointer;
    transition: all 0.3s;
  }
  #topics .controller li:hover {
    opacity: 0.8;
  }
  #topics .controller li::before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    margin: -4px 0 0 -5px;
    z-index: 2;
    transition: all 0.2s;
  }
  #topics .controller li.prev {
    background: #000000;
  }
  #topics .controller li.prev::before {
    transform: rotate(-135deg);
    margin: -4px 0 0 -2px;
  }
  #topics .controller li.prev:hover::before {
    margin-left: -7px;
  }
  #topics .controller li.next {
    background: #C3A44C;
  }
  #topics .controller li.next:hover::before {
    margin-left: 0px;
  }
  #topics .btnMore {
    margin-top: 50px;
    margin-right: 40px;
  }
}
@media all and (min-width: 1297px) {
  #topics .list {
    margin-left: calc(50% - 600px);
  }
  #topics .controller {
    right: 0;
  }
  #topics .btnMore {
    margin-right: calc(50% - 600px);
  }
}
@media screen and (min-width: 1357px) {
  #topics::after {
    left: 50%;
    margin-left: -660px;
  }
}

/*----------------------------------------------------
subMenu
----------------------------------------------------*/
#subMenu {
  background: #2C2C2C url(../images/home/submenu_bg_sp.jpg) repeat-y center top;
  background-size: 100% auto;
  padding: 60px 0;
  /* 751- */
  /* 1297- */
}
#subMenu ul {
  border-bottom: solid 1px #606060;
  margin-bottom: 30px;
}
#subMenu li {
  border-top: solid 1px #606060;
}
#subMenu li a {
  position: relative;
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.1;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 35px 0;
  background: url(../images/home/smenu_about.svg) no-repeat right center;
  background-size: auto 40%;
}
#subMenu li span {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 0;
  font-size: 12px;
  letter-spacing: 0.03em;
  font-weight: normal;
  margin-top: -0.5em;
  padding-left: 1.6em;
}
#subMenu li span::before {
  width: 10px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: "";
  background: #C3A44C;
}
#subMenu li:nth-child(2) a {
  background-image: url(../images/home/smenu_message.svg);
}
#subMenu li:nth-child(3) a {
  background-image: url(../images/home/smenu_goods.svg);
}
#subMenu li:nth-child(4) a {
  background-image: url(../images/home/smenu_special.svg);
}
@media all and (min-width: 751px) {
  #subMenu {
    background-image: url(../images/home/submenu_bg_pc.jpg);
    padding: 120px 0;
  }
  #subMenu .column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  #subMenu ul {
    width: 45.833%;
    margin-bottom: 0;
  }
  #subMenu ul li {
    width: 100%;
    height: 25%;
  }
  #subMenu ul li a {
    font-size: 2.77vw;
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
    transition: all 0.2s;
  }
  #subMenu ul li span {
    font-size: 16px;
  }
  #subMenu ul li span::before {
    width: 15px;
    height: 2px;
    transition: all 0.2s;
  }
  #subMenu ul li a:hover {
    color: #C3A44C;
  }
  #subMenu ul li a:hover span::before {
    margin-left: -10px;
  }
  #subMenu .image {
    width: 45.833%;
  }
}
@media all and (min-width: 1297px) {
  #subMenu ul li a {
    font-size: 36px;
  }
}
#subMenu li.wait a {
  cursor: default;
  color: #555;
  /* 751- */
}
#subMenu li.wait a span {
  display: none;
}
@media all and (min-width: 751px) {
  #subMenu li.wait a:hover {
    color: #555;
  }
}

/*----------------------------------------------------
syushi
----------------------------------------------------*/
#syushi {
  margin: 60px 0;
  /* -750 */
  /* 751- */
}
#syushi .commonTitle {
  text-align: center;
}
#syushi .lead,
#syushi .text {
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: 0.05em;
  margin-top: 2em;
}
#syushi .lead {
  margin-top: 2.6em;
  font-weight: bold;
}
@media all and (max-width: 751px) {
  #syushi .commonTitle {
    background: none;
  }
  #syushi .commonTitle span {
    position: relative;
    display: inline-block;
    padding: 0 0px;
  }
}
@media all and (min-width: 751px) {
  #syushi {
    margin: 110px 0;
  }
  #syushi .commonTitle {
    padding-top: 40px;
    background-position: center top;
  }
  #syushi .lead,
  #syushi .text {
    font-size: 20px;
    line-height: 1.875;
    letter-spacing: 0.03em;
  }
  #syushi .lead {
    margin-top: 4em;
  }
}

/*----------------------------------------------------
share
----------------------------------------------------*/
#snsLink {
  background-color: #000000;
  padding: 37px 0;
  /* 751- */
}
#snsLink .share {
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.769;
  font-family: "游明朝", "YuMincho", serif;
  font-weight: 500;
}
#snsLink .lt_sns {
  display: flex;
  align-items: center;
  justify-content: center;
}
#snsLink .lt_sns li {
  margin-right: 20px;
}
#snsLink .lt_sns .icon {
  /* -750 */
}
@media all and (max-width: 751px) {
  #snsLink .lt_sns .icon {
    display: inline-block;
    height: 45px;
    width: 45px;
  }
}
#snsLink .lt_sns .icon img {
  width: 45px;
}
@media all and (min-width: 751px) {
  #snsLink {
    padding: 28px 0;
  }
  #snsLink .share {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.769;
  }
  #snsLink .lt_sns .icon img {
    width: 63px;
  }
}

/*----------------------------------------------------
ボタン
----------------------------------------------------*/
button01 {
  vertical-align: middle;
  padding: 50px 0;
  text-align: center;
}

.button01 a {
  background: #fff;
  border-radius: 9999px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 250px;
  padding: 10px 25px;
  color: #000;
  line-height: 1.8;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  border: solid 2px #e94709;
}

.button01 a:hover {
  background: #e94709;
  color: #FFF;
  border: solid 2px #FFF;
}

.button01 a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

.button01 a:hover:after {
  border-color: #FFF;
}

button02 {
  vertical-align: middle;
  padding: 50px 0;
  text-align: center;
  margin-top: 2em;
}

.button02 a {
  background: #fff;
  border-radius: 9999px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 250px;
  padding: 10px 25px;
  color: #000;
  line-height: 1.8;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  border: solid 2px #000;
}

.button02 a:hover {
  background: #dc0816;
  color: #FFF;
  border: solid 2px #FFF;
}

.button02 a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

.button02 a:hover:after {
  border-color: #FFF;
}

button03 {
  vertical-align: middle;
  padding: 50px 0;
  text-align: center;
  margin-top: 2em;
}

.button03 a {
  background: #fff;
  border-radius: 9999px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 250px;
  padding: 10px 25px;
  color: #000;
  line-height: 1.8;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  border: solid 2px #000;
}

.button03 a:hover {
  background: #000;
  color: #fff;
  border: solid 2px #fff;
}

.button03 a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

.button03 a:hover:after {
  border-color: #fff;
}

button04 {
  vertical-align: middle;
  padding: 50px 0;
  text-align: center;
  margin-top: 2em;
}

.button04 a {
  background: #fff;
  border-radius: 9999px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 250px;
  padding: 10px 25px;
  color: #000;
  line-height: 1.8;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  border: solid 2px #000;
}

.button04 a:hover {
  background: #34519D;
  color: #FFF;
  border: solid 2px #fff;
}

.button04 a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

.button04 a:hover:after {
  border-color: #FFF;
}/*# sourceMappingURL=home.css.map */