@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  /*background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;*/
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@font-face {
  font-family: "TsukuARdGothic-Bold";
  src: url("./../fonts/TsukuARdGothic-Bold-subset.woff") format("woff");
}

@font-face {
  font-family: "TsukuARdGothic-Regular";
  src: url("./../fonts/TsukuARdGothic-Regular-subset.woff") format("woff");
}

/*For Responsive*/
.pc_only {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  font-feature-settings: "palt" 1;
  padding: 0;
  font-weight: normal;
  vertical-align: middle;
}

/* main */
main {
  overflow: hidden;
  font-family: "TsukuARdGothic-Bold";
  line-height: 1.6;
  color: #595757;
}

main a {
  color: inherit;
  text-decoration: none;
  line-height: 1.6;
}

main a:visited {
  color: inherit;
}

main a:hover {
  text-decoration: none;
}

main ul {
  list-style: none;
}

main img {
  max-width: 100%;
}

main h1,
main h2,
main h3,
main h4 {
  font-weight: normal;
}

/* テンプレート上書き */
.theme-single-column .pbAreaWrapper1 {
  width: 100% !important;
}

.page-copyright_inner {
  width: auto;
}

footer img {
  width: 100%;
}

.page-copyright_inner p {
  font-size: 12px;
  text-align: right;
}

body {
  min-width: auto;
  max-width: 100vw;
}

.section-inner {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1050px) {
  .section-inner {
    width: auto;
    margin-left: 25px;
    margin-right: 25px;
  }
}

@media screen and (max-width: 767px) {
  .section-inner {
    width: auto;
    margin-left: 25px;
    margin-right: 25px;
  }
}

.movie-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 21;
  background: rgba(121, 189, 40, 0.8);
  pointer-events: none;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.movie-modal.open {
  opacity: 1;
  pointer-events: all;
}

.movie-modal.open .movie-modal-inner {
  transform: translate(-50%, -50%) scale(1);
}

@media screen and (max-width: 767px) {
  .movie-modal.open .movie-modal-inner {
    left: 0;
    transform: translate(0, -50%) scale(1);
  }
}

.movie-modal .bg-cover {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.movie-modal .movie-modal-inner {
  position: absolute;
  z-index: 2;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  width: 80%;
}

@media screen and (max-width: 767px) {
  .movie-modal .movie-modal-inner {
    left: 0;
    top: 45%;
    width: 100vw;
    transform: translate(0, -50%) scale(0.7);
  }
}

.movie-modal .movie-wrap {
  position: relative;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .movie-modal .movie-wrap {
    padding-top: 0;
  }
}

.movie-modal .movie-wrap:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.movie-modal iframe,
.movie-modal .iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .movie-modal iframe,
  .movie-modal .iframe {
    margin: 0 !important;
    min-width: auto !important;
    max-width: 100% !important;
  }
}

.movie-modal .close {
  position: absolute;
  right: 0;
  top: -50px;
  font-size: 32px;
  cursor: pointer;
  letter-spacing: 4px;
  color: white;
  padding-left: 35px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .movie-modal .close {
    font-size: 16px;
    top: -30px;
    padding-left: 15px;
  }
}

.movie-modal .close.ie-style {
  padding-top: 15px;
}

.movie-modal .close .icon {
  position: absolute;
  left: -5px;
  top: 0;
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 767px) {
  .movie-modal .close .icon {
    width: 15px;
    height: 15px;
    top: -1px;
  }
}

.movie-modal .close .icon:before, .movie-modal .close .icon:after {
  position: absolute;
  left: 0;
  top: 50%;
  height: 3px;
  background-color: #fff;
  width: 100%;
  border-radius: 10px;
  content: "";
}

@media screen and (max-width: 767px) {
  .movie-modal .close .icon:before, .movie-modal .close .icon:after {
    height: 2px;
  }
}

.movie-modal .close .icon:before {
  transform: rotate(45deg);
}

.movie-modal .close .icon:after {
  transform: rotate(-45deg);
}

.to-top-btn {
  position: fixed;
  right: 30px;
  bottom: 20px;
  width: 60px;
  z-index: 10;
  transform: translateX(90px);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}

@media screen and (max-width: 767px) {
  .to-top-btn {
    width: 50px;
    right: 10px;
  }
}

.to-top-btn.inview {
  transform: translateX(0);
}

.to-top-btn img {
  width: 100%;
  display: block;
}

main {
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 55px;
  }
}

.header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 20;
  padding: 15px 5%;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .header {
    padding: 10px 20px;
    padding-top: 15px;
  }
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .logo {
  width: 240px;
}

@media screen and (max-width: 767px) {
  .header .logo {
    width: 160px;
  }
}

.header .logo img {
  display: block;
}

.header .humb-menu {
  position: relative;
}

.header .humb-menu .lines-wrap {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .header .humb-menu .lines-wrap {
    width: 25px;
    height: 25px;
  }
}

.header .humb-menu .lines-wrap span {
  position: absolute;
  background-color: #595757;
  height: 2px;
  width: 100%;
  left: 0;
  top: 0;
}

.header .humb-menu .lines-wrap span:nth-child(1) {
  transform: translateY(0);
}

.header .humb-menu .lines-wrap span:nth-child(2) {
  transform: translateY(9px);
}

@media screen and (max-width: 767px) {
  .header .humb-menu .lines-wrap span:nth-child(2) {
    transform: translateY(7px);
  }
}

.header .humb-menu .lines-wrap span:nth-child(3) {
  transform: translateY(18px);
}

@media screen and (max-width: 767px) {
  .header .humb-menu .lines-wrap span:nth-child(3) {
    transform: translateY(14px);
  }
}

.header .humb-menu .lines-wrap.open {
  transform: scale(0.8);
}

.header .humb-menu .lines-wrap.open span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
  background-color: #fff;
}

.header .humb-menu .lines-wrap.open span:nth-child(2) {
  opacity: 0;
}

.header .humb-menu .lines-wrap.open span:nth-child(3) {
  transform: translateY(9px) rotate(-45deg);
  background-color: #fff;
}

.header .page-menu {
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 1;
  background-color: #79bd28;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
  color: white;
  border-top-left-radius: 120px 120px;
  border-bottom-right-radius: 120px 120px;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .header .page-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 60px;
  }
}

.header .page-menu .page-menu-inner {
  padding: 100px 50px 80px;
  border-top-left-radius: 120px 120px;
  background-color: #79bd28;
  border-bottom-right-radius: 120px 120px;
}

@media screen and (max-width: 767px) {
  .header .page-menu .page-menu-inner {
    position: relative;
  }
}

.header .page-menu .page-menu-ttl {
  position: absolute;
  right: 52px;
  font-size: 14px;
  top: 15px;
}

@media screen and (max-width: 767px) {
  .header .page-menu .page-menu-ttl {
    right: 50px;
  }
  .header .page-menu .page-menu-ttl .lines-wrap {
    position: absolute;
    left: 105%;
    top: 0px;
  }
}

.header .page-menu .page-menu-ttl.ie-style {
  top: 30px;
}

.header .page-menu.open {
  opacity: 1;
  pointer-events: all;
}

.header .page-menu a {
  color: white;
}

.header .page-menu .page-list {
  position: relative;
  z-index: 2;
}

.header .page-menu .page-list .page-item {
  font-size: 17px;
  letter-spacing: 4px;
}

@media screen and (max-width: 767px) {
  .header .page-menu .page-list .page-item {
    font-size: 19px;
  }
}

.header .page-menu .page-list .page-item:not(:first-child) {
  margin-top: 15px;
}

.header .page-menu .page-list .page-item .contents-list {
  padding: 3px 0;
  margin-left: 5px;
  border-left: 1px solid white;
  margin-top: 10px;
}

.header .page-menu .page-list .page-item .contents-list .contents-item {
  letter-spacing: 2px;
  font-size: 12px;
  padding-left: 8px;
}

.header .page-menu .page-list .page-item .contents-list .contents-item:not(:first-child) {
  margin-top: 10px;
}

.bread-crumbs {
  background-color: #79bd28;
  padding: 3px 5%;
  word-break: break-all;
}

.bread-crumbs.ie-style {
  padding-top: 10px;
  padding-bottom: 0;
}

.bread-crumbs .bread-list {
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .bread-crumbs .bread-list {
    width: 125%;
    transform: scale(0.85);
    transform-origin: left;
  }
}

.bread-crumbs .bread-list li {
  display: inline-block;
  font-size: 12px;
  position: relative;
  font-family: "TsukuARdGothic-Regular";
}

@media screen and (max-width: 767px) {
  .bread-crumbs .bread-list li {
    font-size: 11px;
  }
}

.bread-crumbs .bread-list li:not(:first-child) {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .bread-crumbs .bread-list li:not(:first-child) {
    margin-left: 15px;
  }
}

.bread-crumbs .bread-list li:not(:first-child):before {
  content: ">";
  top: 40%;
  transform: translateY(-50%);
  left: -16px;
  position: absolute;
  color: white;
}

@media screen and (max-width: 767px) {
  .bread-crumbs .bread-list li:not(:first-child):before {
    left: -12px;
  }
}

.bread-crumbs .bread-list li a {
  color: white;
}

.top-title-section,
.columns-title-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .top-title-section,
  .columns-title-section {
    padding-top: 15px;
    padding-bottom: 0;
  }
}

.top-title-section .arrow-bottom,
.columns-title-section .arrow-bottom {
  position: absolute;
  right: calc(50vw - 580px);
  width: 13px;
  bottom: 45px;
}

@media screen and (max-width: 767px) {
  .top-title-section .arrow-bottom,
  .columns-title-section .arrow-bottom {
    position: absolute;
    bottom: 20px;
    right: 15px;
    width: 10px;
  }
}

@media screen and (max-width: 767px) {
  .top-title-section .kv-wrap,
  .columns-title-section .kv-wrap {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}

.top-title-section .section-inner,
.columns-title-section .section-inner {
  position: relative;
}

.top-title-section .main-copy,
.columns-title-section .main-copy {
  position: absolute;
  z-index: 2;
  color: white;
  left: 50%;
  text-align: center;
  top: 22%;
  transform: translateX(-50%);
  letter-spacing: 9px;
  font-size: 38px;
}

@media screen and (max-width: 767px) {
  .top-title-section .main-copy,
  .columns-title-section .main-copy {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    font-feature-settings: normal;
    -webkit-writing-mode: vertical-rl;
    font-size: 24px;
    text-orientation: upright;
    -webkit-text-orientation: upright;
    line-height: 1.8;
    top: 12%;
    letter-spacing: 4px;
  }
}

.columns-title-section {
  padding-bottom: 40px;
}

.columns-title-section .main-copy {
  line-height: 1.2;
  color: #595757;
}

@media screen and (max-width: 767px) {
  .columns-title-section .main-copy {
    line-height: 1.4;
  }
}

.top-copy-section {
  padding-top: 0px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .top-copy-section {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

.top-copy-section .section-inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0 6%;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .top-copy-section .section-inner {
    padding: 0 4%;
  }
}

.top-copy-section .section-inner .movie-area {
  width: 25%;
  position: relative;
  order: 3;
  margin-top: 60px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .top-copy-section .section-inner .movie-area {
    width: 100%;
    margin-top: 30px;
  }
}

.top-copy-section .section-inner .movie-area:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.top-copy-section .section-inner .movie-area iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.top-copy-section .section-inner .copy-area_pc {
  position: relative;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1050px) {
  .top-copy-section .section-inner .copy-area_pc {
    width: 75%;
  }
}

.top-copy-section .section-inner .copy-area {
  position: relative;
  white-space: nowrap;
  font-feature-settings: none;
}

@media screen and (max-width: 767px) {
  .top-copy-section .section-inner .copy-area {
    order: 1;
    width: 100%;
  }
}

.top-copy-section .section-inner .copy-area .title-copy {
  position: absolute;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  right: 0;
  font-size: 21px;
  letter-spacing: 4px;
  margin-top: -30px;
  line-height: 2;
  font-feature-settings: normal;
  color: #595757;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top-copy-section .section-inner .copy-area .title-copy {
    margin-top: 0;
    position: relative;
    writing-mode: initial;
    -ms-writing-mode: initial;
    -webkit-writing-mode: initial;
    font-size: 24px;
    letter-spacing: 3px;
    line-height: 1.6;
  }
}

.top-copy-section .section-inner .copy-area .body-copy {
  position: absolute;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  right: 110px;
  letter-spacing: 2px;
  font-size: 15px;
  line-height: 2.5;
  margin-top: 0;
  font-feature-settings: normal;
  color: #595757;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top-copy-section .section-inner .copy-area .body-copy {
    writing-mode: initial;
    -ms-writing-mode: initial;
    -webkit-writing-mode: initial;
    right: auto;
    position: relative;
    letter-spacing: 1px;
    margin-top: 10px;
    font-size: 14px;
  }
}

.contents-type-title {
  font-size: 24px;
  letter-spacing: 2px;
  text-align: center;
  color: #79bd28;
}

@media screen and (max-width: 1050px) {
  .contents-type-title {
    font-size: 2.2857142857vw;
  }
}

@media screen and (max-width: 767px) {
  .contents-type-title {
    font-size: 18px;
  }
}

.contents-type-title .text-wrap {
  padding: 10px 15px;
  border-radius: 40px;
}

.contents-type-title.border .text-wrap {
  border: 1px solid #79bd28;
  border-radius: 40px;
  padding: 12px 24px;
}

.contents-type-title.border.ie-style .text-wrap {
  padding-top: 20px;
  padding-bottom: 0;
}

.category-title-block {
  text-align: center;
}

.category-title-block .main-category-title {
  font-size: 24px;
  letter-spacing: 4px;
  color: #79bd28;
  text-align: center;
}

@media screen and (max-width: 1050px) {
  .category-title-block .main-category-title {
    font-size: 2.2857142857vw;
  }
}

@media screen and (max-width: 767px) {
  .category-title-block .main-category-title {
    font-size: 18px;
  }
}

.category-title-block .main-category-title.border .text-wrap {
  border: 1px solid #79bd28;
  border-radius: 40px;
  padding: 12px 24px;
}

.category-title-block .main-category-title.border.ie-style .text-wrap {
  padding-top: 20px;
  padding-bottom: 0;
}

.category-title-block .main-category-copy {
  font-size: 16px;
  text-align: center;
  letter-spacing: 3px;
  margin: 0;
  margin-top: 20px;
  color: #595757;
}

@media screen and (max-width: 1050px) {
  .category-title-block .main-category-copy {
    font-size: 1.523809vw;
  }
}

@media screen and (max-width: 767px) {
  .category-title-block .main-category-copy {
    font-size: 16px;
  }
  .category-title-block .main-category-copy.align-left_sp {
    text-align: left;
  }
}

.more-btn-wrap {
  font-size: 20px;
  text-align: right;
  letter-spacing: 3px;
  color: #79bd28;
  margin-top: 4px;
}

@media screen and (max-width: 767px) {
  .more-btn-wrap {
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
  }
}

.more-btn-wrap span,
.more-btn-wrap a {
  color: #79bd28;
  padding: 0 3px 4px;
  cursor: pointer;
  text-decoration: underline;
}

.top-contents-section .section-inner {
  padding: 0 6%;
}

@media screen and (max-width: 1050px) {
  .top-contents-section .section-inner {
    padding: 0 2%;
  }
}

@media screen and (max-width: 767px) {
  .top-contents-section .section-inner {
    padding: 0 0%;
  }
}

.top-contents-section .contents-category-area-list {
  margin-top: 30px;
}

.top-contents-section .contents-category-area-list .contents-category-area:not(:first-child) {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .top-contents-section .contents-category-area-list .contents-category-area:not(:first-child) {
    margin-top: 70px;
  }
}

.top-contents-section .main-contents-area:not(:first-child) {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .top-contents-section .main-contents-area:not(:first-child) {
    margin-top: 60px;
  }
}

.top-contents-section .contents-list-wrap.handmade .contents-title {
  background-color: #009944;
}

.top-contents-section .contents-list-wrap.self .contents-title {
  background-color: #fff462;
  color: #009944;
}

.top-contents-section .contents-list-wrap.self .contents-list .contents-item .thum-wrap img {
  object-position: top center;
}

@media screen and (max-width: 767px) {
  .top-contents-section .contents-list-wrap.self .contents-list .contents-item .thum-wrap img {
    object-position: center;
  }
}

.top-contents-section .contents-list-wrap.pit .contents-title {
  background-color: #79bd28;
}

@media screen and (max-width: 767px) {
  .top-contents-section .contents-list-wrap.column .contents-list .contents-item {
    width: 100%;
    margin-left: 0;
  }
  .top-contents-section .contents-list-wrap.column .contents-list .contents-item:not(:first-child) {
    margin-top: 60px;
  }
}

.top-contents-section .contents-list-wrap.column .thum-wrap {
  border-radius: 0;
  position: relative;
  z-index: 2;
}

.top-contents-section .contents-list-wrap.column .thum-wrap:before {
  padding-top: 60%;
}

.top-contents-section .contents-list-wrap.column .column-desc {
  margin-top: 5px;
  letter-spacing: 2px;
}

.top-contents-section .contents-list-wrap.column .column-desc .column-title {
  font-size: 14px;
  color: #595757;
  line-height: 1.6;
}

@media screen and (max-width: 1050px) {
  .top-contents-section .contents-list-wrap.column .column-desc .column-title {
    font-size: 1.23vw;
  }
}

@media screen and (max-width: 767px) {
  .top-contents-section .contents-list-wrap.column .column-desc .column-title {
    font-size: 16px;
  }
}

.top-contents-section .contents-list-wrap.column .column-desc .column-title .line {
  display: block;
  position: relative;
  color: #595757;
}

.top-contents-section .contents-list-wrap.column .column-desc .column-title .line:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-radius: 10px;
  background-color: #79bd28;
}

.top-contents-section .contents-list-wrap.column .column-desc .column-title.ie-style .line {
  padding-top: 10px;
}

.top-contents-section .contents-list-wrap.column .column-desc .column-copy {
  color: #595757;
  font-size: 12px;
}

@media screen and (max-width: 1050px) {
  .top-contents-section .contents-list-wrap.column .column-desc .column-copy {
    font-size: 1.1vw;
  }
}

@media screen and (max-width: 767px) {
  .top-contents-section .contents-list-wrap.column .column-desc .column-copy {
    font-size: 12px;
  }
}

.top-contents-section .contents-list-wrap.movie {
  margin-top: 10px;
}

.top-contents-section .contents-list-wrap.movie .thum-wrap {
  border-radius: 0;
  position: relative;
  z-index: 2;
}

.top-contents-section .contents-list-wrap.movie .thum-wrap:before {
  padding-top: 56.25%;
}

.top-contents-section .contents-list-wrap.movie .contents-list {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .top-contents-section .contents-list-wrap.movie .contents-list .contents-item {
    width: 100%;
    margin-left: 0;
  }
  .top-contents-section .contents-list-wrap.movie .contents-list .contents-item:not(:first-child) {
    margin-top: 50px;
  }
}

.top-contents-section .contents-list-wrap.movie .contents-list .movie-desc {
  text-align: center;
  letter-spacing: 2px;
  margin-top: 12px;
}

.top-contents-section .contents-list-wrap.movie .contents-list .movie-desc .movie-title {
  color: #79bd28;
  text-align: center;
  font-size: 18px;
}

@media screen and (max-width: 1050px) {
  .top-contents-section .contents-list-wrap.movie .contents-list .movie-desc .movie-title {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 767px) {
  .top-contents-section .contents-list-wrap.movie .contents-list .movie-desc .movie-title {
    font-size: 18px;
  }
}

.top-contents-section .contents-list-wrap.movie .contents-list .movie-desc .movie-copy {
  font-size: 14px;
  margin-top: 5px;
  color: #595757;
  text-align: center;
}

@media screen and (max-width: 1050px) {
  .top-contents-section .contents-list-wrap.movie .contents-list .movie-desc .movie-copy {
    font-size: 1.3vw;
  }
}

@media screen and (max-width: 767px) {
  .top-contents-section .contents-list-wrap.movie .contents-list .movie-desc .movie-copy {
    font-size: 14px;
  }
}

.top-contents-section .accordion-hidden {
  display: none;
  padding-bottom: 15px;
}

.top-contents-section .contents-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  width: 100%;
}

.top-contents-section .contents-list .contents-item {
  width: 29%;
}

@media screen and (max-width: 767px) {
  .top-contents-section .contents-list .contents-item {
    width: 47%;
  }
}

.top-contents-section .contents-list .contents-item:not(:nth-child(3n + 1)) {
  margin-left: 6.5%;
}

@media screen and (max-width: 767px) {
  .top-contents-section .contents-list .contents-item:not(:nth-child(3n + 1)) {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .top-contents-section .contents-list .contents-item:not(:nth-child(2n + 1)) {
    margin-left: 6%;
  }
}

.top-contents-section .contents-list .contents-item:nth-child(n + 4) {
  margin-top: 5%;
}

@media screen and (max-width: 767px) {
  .top-contents-section .contents-list .contents-item:nth-child(n + 4) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .top-contents-section .contents-list .contents-item:nth-child(n + 3) {
    margin-top: 20px;
  }
}

.top-contents-section .contents-list .contents-item:hover .thum-wrap img {
  transform: scale(1.05);
}

.top-contents-section .contents-list .thum-wrap {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  overflow: hidden;
  position: relative;
  background: gray;
  z-index: 2;
}

.top-contents-section .contents-list .thum-wrap:before {
  display: block;
  padding-top: 47%;
  content: "";
}

@media screen and (max-width: 767px) {
  .top-contents-section .contents-list .thum-wrap:before {
    padding-top: 70%;
  }
}

.top-contents-section .contents-list .thum-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.top-contents-section .contents-list .thum-wrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.top-contents-section .contents-list .contents-title {
  background-color: #009944;
  font-size: 16px;
  text-align: center;
  color: white;
  letter-spacing: 2px;
  line-height: 1.5;
  padding: 8px 0;
}

@media screen and (max-width: 1050px) {
  .top-contents-section .contents-list .contents-title {
    font-size: 1.42vw;
  }
}

@media screen and (max-width: 767px) {
  .top-contents-section .contents-list .contents-title {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.4;
  }
  .top-contents-section .contents-list .contents-title.fz-sm {
    font-size: 12px;
    white-space: nowrap;
  }
}

.top-contents-section .contents-list .contents-title.ie-style {
  padding-top: 20px;
  padding-bottom: 0;
}

.page-bottom-area {
  padding-top: 80px;
  text-align: center;
  padding-bottom: 80px;
}

.page-bottom-area .section-inner {
  border-top: 2px solid #79bd28;
  padding-top: 45px;
}

.page-bottom-area .bnr-wrap {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .page-bottom-area .bnr-wrap {
    width: 100%;
  }
}

.page-bottom-area .bnr-wrap img {
  width: 100%;
}

.page-bottom-area .bnr-copy {
  letter-spacing: 3px;
  color: #595757;
  font-size: 15px;
  margin: 0;
  text-align: center;
  margin-top: 10px;
}

.page-bottom-area .back-top-btn {
  display: block;
  width: 500px;
  margin: 0 auto;
  background-size: cover;
  color: white;
  letter-spacing: 2px;
  border-radius: 60px;
  padding: 25px 0;
  font-size: 20px;
  position: relative;
  overflow: hidden;
  margin-top: 40px;
  -webkit-text-stroke: #000 0.5px;
}

@media screen and (max-width: 767px) {
  .page-bottom-area .back-top-btn {
    width: auto;
    padding-bottom: 50px;
    padding-top: 50px;
    border-radius: 0;
    margin-left: -25px;
    margin-right: -25px;
    -webkit-text-stroke: #000 1px;
    font-size: 18px;
  }
}

.page-bottom-area .back-top-btn.ie-style {
  padding-bottom: 0;
  padding-top: 25px;
}

.page-bottom-area .back-top-btn.ie-style .bg {
  background-size: cover !important;
}

.page-bottom-area .back-top-btn:hover .bg {
  transform: scale(1.05);
}

.page-bottom-area .back-top-btn .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 130%;
  z-index: 1;
  object-position: bottom;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}

@media screen and (max-width: 767px) {
  .page-bottom-area .back-top-btn .bg {
    height: 100%;
    width: 100%;
  }
}

.page-bottom-area .back-top-btn .txt {
  z-index: 2;
  position: relative;
  font-size: 28px;
}

@media screen and (max-width: 767px) {
  .page-bottom-area .back-top-btn .txt {
    font-size: 36px;
    line-height: 1.3;
  }
}

.page-bottom-area .info-area {
  color: #595757;
  font-size: 22px;
  letter-spacing: 2px;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .page-bottom-area .info-area {
    font-size: 16px;
    margin-top: 40px;
  }
}

.page-bottom-area .info-area a {
  text-decoration: underline;
  color: #79bd28;
}

.page-bottom-area .share-area {
  width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .page-bottom-area .share-area {
    margin-top: 0;
    width: auto;
    display: block;
  }
}

.page-bottom-area .share-area .share-block {
  width: 47%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .page-bottom-area .share-area .share-block {
    width: 100%;
    margin-top: 40px;
  }
}

.page-bottom-area .share-area .share-block .icon {
  width: 50px;
}

.page-bottom-area .share-area .share-block .icon img {
  display: block;
  width: 100%;
}

.page-bottom-area .share-area .share-block .name {
  width: calc(100% - 50px);
  font-size: 18px;
  color: #595757;
  line-height: 1.5;
  letter-spacing: 3px;
  padding-left: 0px;
}

.page-bottom-area .share-area .share-block .btn {
  width: 100%;
  font-size: 16px;
  letter-spacing: 2px;
  border-radius: 6px;
  display: block;
  border: 2px solid #79bd28;
  color: #79bd28;
  margin-top: 10px;
  padding: 6px 0;
}

.page-bottom-area .share-area .share-block .btn.ie-style {
  padding-top: 20px;
  padding-bottom: 0;
}

.columns-section .intro {
  font-size: 20px;
  letter-spacing: 4px;
  line-height: 2.2;
  text-align: center;
  color: #595757;
}

@media screen and (max-width: 767px) {
  .columns-section .intro {
    font-size: 15px;
  }
}

.columns-section .section-inner {
  padding: 0 6%;
}

@media screen and (max-width: 767px) {
  .columns-section .section-inner {
    padding: 0;
  }
}

.columns-section .column-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}

.columns-section .column-list .column-item {
  width: 29%;
}

@media screen and (max-width: 767px) {
  .columns-section .column-list .column-item {
    width: 100%;
  }
}

.columns-section .column-list .column-item:not(:nth-child(3n + 1)) {
  margin-left: 6.5%;
}

@media screen and (max-width: 767px) {
  .columns-section .column-list .column-item:not(:nth-child(3n + 1)) {
    margin-left: 0;
  }
}

.columns-section .column-list .column-item:nth-child(n + 4) {
  margin-top: 5%;
}

@media screen and (max-width: 767px) {
  .columns-section .column-list .column-item:nth-child(n + 4) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .columns-section .column-list .column-item:nth-child(n + 2) {
    margin-top: 80px;
  }
}

.columns-section .column-list .column-item:hover .thum-wrap img {
  transform: scale(1.05);
}

.columns-section .column-list .column-item .thum-wrap {
  border-radius: 0;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.columns-section .column-list .column-item .thum-wrap:before {
  padding-top: 60%;
  display: block;
  content: "";
  background-color: lightgray;
}

.columns-section .column-list .column-item .thum-wrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.columns-section .column-list .column-item .column-desc {
  margin-top: 5px;
  letter-spacing: 1px;
}

.columns-section .column-list .column-item .column-desc .column-title {
  font-size: 15px;
  color: #595757;
  line-height: 1.6;
  border-bottom: 2px solid #79bd28;
}

@media screen and (max-width: 1050px) {
  .columns-section .column-list .column-item .column-desc .column-title {
    font-size: 1.33vw;
  }
}

@media screen and (max-width: 767px) {
  .columns-section .column-list .column-item .column-desc .column-title {
    font-size: 19px;
  }
}

.columns-section .column-list .column-item .column-desc .column-title .line {
  display: block;
  position: relative;
  font-weight: normal;
}

.columns-section .column-list .column-item .column-desc .column-title .line:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-radius: 10px;
  background-color: #79bd28;
}

.columns-section .column-list .column-item .column-desc .column-copy {
  font-size: 13px;
  letter-spacing: 1px;
  color: #595757;
}

@media screen and (max-width: 1050px) {
  .columns-section .column-list .column-item .column-desc .column-copy {
    font-size: 1.1vw;
  }
}

@media screen and (max-width: 767px) {
  .columns-section .column-list .column-item .column-desc .column-copy {
    font-size: 15px;
  }
}

.columns-main-section {
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .columns-main-section {
    padding-top: 30px;
  }
}

.columns-main-section .tagline {
  text-align: center;
  font-size: 20px;
  color: #595757;
  letter-spacing: 5px;
}

@media screen and (max-width: 767px) {
  .columns-main-section .tagline {
    line-height: 1.3;
    font-size: 22px;
  }
}

.columns-main-section .thum-wrap {
  margin-top: 20px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .columns-main-section .thum-wrap {
    margin-left: -25px;
    margin-right: -25px;
    margin-top: 30px;
  }
}

.columns-main-section .thum-wrap:before {
  display: block;
  content: "";
  padding-top: 45%;
}

.columns-main-section .thum-wrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  border-radius: 100px;
}

@media screen and (max-width: 767px) {
  .columns-main-section .thum-wrap img {
    border-radius: 0;
  }
}

.columns-main-section .column-contents {
  padding: 0 5%;
}

@media screen and (max-width: 767px) {
  .columns-main-section .column-contents {
    padding: 0;
  }
}

.columns-main-section .column-main-area .column-title {
  text-align: center;
  font-size: 24px;
  letter-spacing: 2px;
  color: #79bd28;
  padding: 18px 0;
  position: relative;
}

@media screen and (max-width: 1050px) {
  .columns-main-section .column-main-area .column-title {
    font-size: 1.9047619vw;
  }
}

@media screen and (max-width: 767px) {
  .columns-main-section .column-main-area .column-title {
    font-size: 24px;
    text-align: left;
    letter-spacing: 2px;
  }
}

.columns-main-section .column-main-area .column-title.ie-style {
  padding-bottom: 0;
  padding-top: 25px;
}

.columns-main-section .column-main-area .column-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #79bd28;
  border-radius: 10px;
}

.columns-main-section .column-main-area .text-block {
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 2.4;
}

@media screen and (max-width: 767px) {
  .columns-main-section .column-main-area .text-block {
    font-size: 15px;
    letter-spacing: 1px;
  }
}

.columns-main-section .column-main-area .text-block h2 {
  margin: 20px 0;
}

.columns-main-section .column-main-area .text-block .c-green {
  color: #009944;
}

.columns-main-section .column-main-area .text-block .notice-gray {
  color: gray;
  text-align: right;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .columns-main-section .column-main-area .text-block .notice-gray {
    font-size: 13px;
  }
}

.columns-main-section .column-main-area .text-block .image_100 {
  margin: 10px 0;
}

.columns-main-section .column-main-area .text-block .image_100 img {
  width: 100%;
}

.columns-main-section .column-main-area .text-block .image_50 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin: 10px 0;
}

@media screen and (max-width: 767px) {
  .columns-main-section .column-main-area .text-block .image_50 {
    width: 100%;
  }
}

.columns-main-section .column-main-area .text-block .image_50 img {
  width: 100%;
}

.columns-main-section .column-main-area .text-block a {
  color: #79bd28 !important;
  text-decoration: underline;
}

.columns-main-section .column-main-area .text-block p {
  margin-top: 30px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .columns-main-section .column-main-area .text-block p {
    font-size: 15px;
  }
}

.columns-main-section .column-main-area .text-block * {
  color: #231815;
}

.column-share-area {
  font-family: "TsukuARdGothic-Bold";
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #fff;
  display: inline-block;
  font-family: "メイリオ";
}

.column-share-area ul {
  list-style: none;
  display: flex;
}

.column-share-area ul li {
  margin-right: 10px;
  border-radius: 3px;
}

.column-share-area ul li a {
  color: white;
  font-size: 11px;
}

.column-share-area ul li a i {
  margin-right: 5px;
  font-size: 14px;
  vertical-align: middle;
  margin-top: -2px;
}

.column-share-area ul li a iframe {
  display: block;
}

.column-share-area ul li:nth-child(1) {
  background-color: #3b5998;
  padding: 0 5px;
}

.column-share-area ul li:nth-child(2) {
  background-color: #55acee;
  padding: 0 5px;
}

.column-share-area ul li:nth-child(3) {
  background-color: #00a4de;
  display: flex;
  align-items: center;
}

.column-share-area ul li:nth-child(3) .hatena-bookmark-button-frame {
  display: block;
}

.column-share-area ul li:nth-child(3) .hatena-bookmark-button-frame .btn-standard.show-count .count {
  font-size: 14px;
}

.column-writer-area {
  margin-top: 30px;
  position: relative;
  padding-left: 180px;
  padding-top: 0;
}

.column-writer-area:before {
  content: "";
  top: -30px;
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  border-radius: 10px;
  background-color: #79bd28;
}

@media screen and (max-width: 767px) {
  .column-writer-area:before {
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .column-writer-area {
    padding-top: 25px;
    padding-left: 0;
  }
}

.column-writer-area .prof-image {
  width: 150px;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .column-writer-area .prof-image {
    position: relative;
  }
}

.column-writer-area .prof-image:before {
  display: block;
  content: "";
  padding-top: 100%;
}

.column-writer-area .prof-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.column-writer-area .name {
  color: #009944;
  letter-spacing: 4px;
  font-size: 26px;
  margin-top: 4px;
}

.column-writer-area .profile {
  font-size: 16px;
  letter-spacing: 2px;
  margin-top: 5px;
}

.column-writer-area .profile a {
  color: #79bd28 !important;
  text-decoration: underline;
}

.column-other-area {
  margin-top: 50px;
  padding-bottom: 40px;
}

.column-other-area h3 {
  text-align: center;
  font-size: 22px;
  letter-spacing: 4px;
}

.column-other-area .other-slide-block {
  margin-top: 10px;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .column-other-area .other-slide-block {
    width: 100%;
  }
}

.column-other-area .other-slide-block .other-slide {
  padding: 0 15px;
  display: inline-block;
}

.column-other-area .other-slide-block .other-slide:hover .other-thum-wrap img {
  transform: scale(1.05);
}

.column-other-area .other-slide-block .other-slide .other-inner {
  display: flex;
  background-color: #79bd28;
  align-items: center;
}

.column-other-area .other-slide-block .other-slide .other-inner .other-thum-wrap {
  position: relative;
  width: 50%;
  overflow: hidden;
  z-index: 2;
}

.column-other-area .other-slide-block .other-slide .other-inner .other-thum-wrap:before {
  content: "";
  display: block;
  padding-top: 64%;
}

.column-other-area .other-slide-block .other-slide .other-inner .other-thum-wrap img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 100%;
  width: 100%;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.column-other-area .other-slide-block .other-slide .other-inner .ttl {
  padding: 0 10px;
  width: 50%;
  font-size: 14px;
  color: white;
  letter-spacing: 2px;
}

.column-other-area .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  z-index: 3;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .column-other-area .slick-arrow {
    width: 18px;
    height: 18px;
  }
}

.column-other-area .slick-arrow:before {
  content: none;
}

.column-other-area .slick-arrow.slick-prev {
  left: -30px;
  background-image: url("/library/e-tasukeai/imadekiru/img/arrow_left.png");
}

@media screen and (max-width: 767px) {
  .column-other-area .slick-arrow.slick-prev {
    left: -18px;
  }
}

.column-other-area .slick-arrow.slick-next {
  right: -30px;
  background-image: url("/library/e-tasukeai/imadekiru/img/arrow_right.png");
}

@media screen and (max-width: 767px) {
  .column-other-area .slick-arrow.slick-next {
    right: -18px;
  }
}

.to-columns-btn {
  text-align: center;
  margin-top: 30px;
}

.to-columns-btn a {
  background-color: #79bd28;
  color: white !important;
  border-radius: 50px;
  padding: 12px 45px;
  font-size: 26px;
  letter-spacing: 4px;
}

.to-columns-btn.ie-style a {
  padding-bottom: 0;
  padding-top: 25px;
}

.border-btn {
  font-size: 16px;
  letter-spacing: 2px;
  border-radius: 6px;
  display: inline-block;
  border: 2px solid #79bd28;
  color: #79bd28 !important;
  margin-top: 30px;
  padding: 6px 20px;
  transition: all 0.4s;
}

.border-btn:hover {
  background-color: #79bd28;
  color: white !important;
}

.border-btn.ie-style {
  padding-top: 20px;
  padding-bottom: 0;
}

.btn-wrap.center {
  text-align: center;
}
