@charset "UTF-8";
@media (max-width: 1000px) {
  .main {
    padding-top: 60px;
  }
}

.slider-list::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(97, 63, 12, 0.3)), to(rgba(97, 63, 12, 0.1)));
  background-image: linear-gradient(to bottom, rgba(97, 63, 12, 0.3) 0%, rgba(97, 63, 12, 0.1) 100%);
}

.slider {
  width: 100%;
  height: 500px;
}

.slider li img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
}

.slide-animation {
  -webkit-animation: fadezoom 10s 0s forwards;
          animation: fadezoom 10s 0s forwards;
}

@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.top-messa p {
  padding: 0 10px;
  max-width: 630px;
  width: 100%;
  position: absolute;
  top: 410px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.9rem;
  letter-spacing: 0.25rem;
  line-height: 1.8;
  color: #fff;
  z-index: 3;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
}

@media (max-width: 1000px) {
  .top-messa p {
    top: 270px;
  }
}

@media (max-width: 1000px) and (max-width: 540px) {
  .top-messa p {
    font-size: 2rem;
    font-weight: bold;
  }
}

@media (max-width: 540px) {
  .top-messa-en p br {
    display: none;
  }
}

.slick-prev {
  left: 10px;
  z-index: 1;
}

.slick-next {
  right: 10px;
}

.slick-prev:before,
.slick-next:before {
  color: #fff;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:before {
  color: #fff;
  font-size: 12px;
}

.izumi-farm-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 900px;
  margin: 150px auto 100px;
  padding: 0 10px;
}

@media (max-width: 1000px) {
  .izumi-farm-list {
    max-width: 700px;
  }
}

@media (max-width: 1000px) and (max-width: 540px) {
  .izumi-farm-list {
    position: relative;
  }
}

@media (max-width: 540px) {
  .izumi-farm-list li {
    position: relative;
    top: 120px;
  }
}

.izumi-farm-list li a {
  color: #13100e;
  display: block;
}

.izumi-farm-list li a:hover {
  color: rgba(153, 100, 20, 0.5);
}

@media (max-width: 1000px) {
  .izumi-farm-list li a:hover {
    color: #13100e;
  }
}

.izumi-farm-list li a:hover img {
  opacity: 0.8;
}

@media (max-width: 1000px) {
  .izumi-farm-list li a:hover img {
    opacity: 1;
  }
}

.izumi-farm-list li a figure {
  position: relative;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 1000px) {
  .izumi-farm-list li a figure {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 1000px) and (max-width: 540px) {
  .izumi-farm-list li a figure {
    width: 150px;
    height: 150px;
  }
}

.izumi-farm-list li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.izumi-farm-list li a h2 {
  margin-top: 15px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 540px) {
  .izumi-farm-list li:first-child {
    position: absolute;
    top: -80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.front-title {
  font-size: 2.2rem;
  margin: 0 20px 15px;
}

@media (max-width: 540px) {
  .front-title {
    text-align: center;
  }
}

.insta-title {
  font-size: 2.2rem;
  margin: 100px 26% 13px;
}

@media (max-width: 540px) {
  .insta-title {
    text-align: center;
    margin: 80px auto 5px;
  }
}

@media (max-width: 540px) {
  .insta-title-en {
    margin-top: 180px;
  }
}

.top-blog-container {
  max-width: 600px;
  margin: 100px auto 50px;
  padding: 0 10px;
}

@media (max-width: 540px) {
  .top-blog-container {
    margin-top: 200px;
  }
}

.top-blog-container .top-blog-contents .top-blog-main {
  margin: 10px 0;
  padding: 20px 10px;
  border-top: 1px solid #13100e;
}

.top-blog-container .top-blog-contents .top-blog-main a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: bold;
}

@media (max-width: 540px) {
  .top-blog-container .top-blog-contents .top-blog-main a p {
    font-size: 1.4rem;
  }
}

.top-blog-container .top-blog-contents .top-blog-main a h3 {
  color: #13100e;
  margin-left: 15px;
  font-weight: normal;
}

@media (max-width: 540px) {
  .top-blog-container .top-blog-contents .top-blog-main a h3 {
    font-size: 1.5rem;
  }
}

.top-blog-container .top-blog-contents .top-blog-main:first-child a h3::after {
  content: "NEW!!";
  font-size: 1.2rem;
  background: #ff8c00;
  color: #fff;
  padding: 4px 5px 3px;
  margin-left: 5px;
  border-radius: 5px;
}

.top-blog-container .top-blog-contents .top-blog-main:last-child {
  border-bottom: 1px solid #13100e;
}

.blog-list-main {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto 20px;
  padding: 10px;
}

@media (max-width: 1000px) {
  .blog-list-main {
    margin-top: 0;
  }
}

.item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10rem;
}

.item-container a {
  color: #13100e;
}

.item-container .item-box {
  position: relative;
  background-color: #fff;
  max-width: 270px;
  width: 100%;
  height: 380px;
  border-radius: 7px;
  -webkit-box-shadow: 0 2rem 2rem -2rem rgba(56, 56, 56, 0.4);
          box-shadow: 0 2rem 2rem -2rem rgba(56, 56, 56, 0.4);
  margin: 6px;
}

.item-container .item-box:hover .loop-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.7;
}

.item-container .item-box:hover a {
  color: rgba(153, 100, 20, 0.5);
}

@media (max-width: 1000px) {
  .item-container .item-box {
    max-width: 400px;
  }
}

@media (max-width: 1000px) and (max-width: 540px) {
  .item-container .item-box {
    height: 395px;
  }
}

.item-container .item-box a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.item-container .item-box .loop-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 200px;
  border-radius: 7px 7px 0 0;
}

@media (max-width: 1000px) {
  .item-container .item-box .loop-img {
    height: 220px;
  }
}

.item-container .item-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.item-container .loop-content {
  padding: 10px;
}

.item-container .loop-content .loop-time {
  position: relative;
  top: 5px;
}

.item-container .loop-content .loop-time p {
  margin-left: 23px;
}

.item-container .loop-content .loop-time figure {
  position: absolute;
  top: -3px;
}

.item-container .loop-content .loop-time figure img {
  width: 20px;
  height: 20px;
}

.item-container .loop-content .loop-main h2 {
  font-size: 1.7rem;
  margin: 10px 0 5px;
  font-weight: bold;
  color: rgba(153, 100, 20, 0.5);
}

.item-container .loop-content .loop-main p {
  font-size: 1.4rem;
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
}

.page-numbers li {
  padding: 0 10px;
}

.top-insta-area {
  margin-bottom: 100px;
}

.top-insta-area a {
  color: #13100e;
}

.top-insta-area .add-friends {
  text-align: center;
  margin-top: 5px;
}

#sb_instagram .sbi_follow_btn a {
  position: relative;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
}

.article-body {
  position: relative;
  padding: 20px 10px 80px;
  max-width: 750px;
  margin: 0 auto;
}

@media (max-width: 1000px) {
  .article-body {
    max-width: 530px;
  }
}

.article-body .article-bread {
  position: relative;
  top: 0;
}

.article-body .article-bread .breadcrumb {
  position: static;
  padding: 1rem 1rem 1rem 0;
}

.article-body .article-head {
  background-color: #fff;
  margin-bottom: 8rem;
}

.article-body .article-head .article-title {
  font-size: 2.5rem;
  padding: 3rem 1rem;
  width: 100%;
  letter-spacing: 0.5px;
}

.article-body .article-head .article-time {
  text-align: right;
  margin: 0;
  padding: 1rem 1rem 0 1rem;
}

.article-body .article-head .post-categories {
  list-style: none;
  text-align: right;
  padding: 0 1rem 0.5rem 1rem;
  margin-top: -0.5rem;
}

.article-body .wp-block-quote {
  background-color: #fff;
}

#time-desc {
  margin: 30px 0 10px;
}

.postLinks {
  padding: 0 10px;
  margin: 10rem auto;
  max-width: 80rem;
  width: 100%;
}

@media (max-width: 1000px) {
  .postLinks {
    margin: 5rem auto;
  }
}

.postLinks a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.postLinks a:hover {
  color: #13100e;
}

.postLinks .postLink-next {
  margin: 10px 0;
  text-align: right;
  max-width: 500px;
  margin-left: auto;
}

.comment-area {
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem 1rem 1rem;
  border-radius: 10px;
  background: radial-gradient(rgba(153, 100, 20, 0.1), rgba(153, 100, 20, 0.5));
}

@media (max-width: 1000px) {
  .comment-area {
    max-width: 530px;
  }
}

.comment-area #comments {
  font-weight: normal;
  margin-bottom: 20px;
}

.comment-area .commentlist {
  margin: 5px 0 80px;
}

.comment-area .commentlist .comment-body {
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 7px;
  border-radius: 15px;
  padding: 10px;
}

.comment-area .commentlist .children {
  margin-top: -50px;
}

.comment-area .commentlist p {
  padding: 20px 5px 40px;
}

.comment-area .comment-reply-title {
  font-weight: normal;
  margin: 40px 0 5px;
}

.comment-form-comment label {
  display: none;
}

.comment-form-comment textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  font-size: inherit;
  font-family: inherit;
  border: none;
  resize: none;
  border-radius: 15px;
  padding: 10px;
  background: #fff;
  max-width: 80rem;
  width: 100%;
  min-height: 20rem;
  height: 100%;
  font-size: 16px;
}

.comment-form-comment textarea:focus {
  border: 1px solid #ccc;
}

.form-submit .submit {
  position: relative;
  padding: 10px 25px 10px 28px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(153, 100, 20, 0.5), rgba(153, 100, 20, 0.4), rgba(153, 100, 20, 0.2), rgba(153, 100, 20, 0.4), rgba(153, 100, 20, 0.5));
  color: #fff;
  font-family: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  border: none;
  margin: 35px auto;
  letter-spacing: 5px;
  font-size: 16px;
  -webkit-box-shadow: 0 2rem 2rem -2rem rgba(56, 56, 56, 0.4);
          box-shadow: 0 2rem 2rem -2rem rgba(56, 56, 56, 0.4);
  z-index: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.form-submit .submit:hover {
  cursor: pointer;
  background-color: #fae5cb;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-submit .submit:focus {
  outline: 0;
}

.comment-form-author {
  margin-top: 10px;
}

.comment-form-author input,
.aiowps-captcha-equation input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  font-family: inherit;
  border: none;
  resize: none;
  border-radius: 10px;
  padding: 10px;
  background: #fff;
  max-width: 410px;
  width: 100%;
  height: 40px;
  font-size: 16px;
  margin: 10px 0;
}

.comment-form-author input:focus,
.aiowps-captcha-equation input:focus {
  border: 1px solid #ccc;
}

.comment-form-cookies-consent {
  display: none;
}

/*index*/
.blog-list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  max-width: 1250px;
  margin: 0 auto;
}

@media (max-width: 1000px) {
  .blog-list-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-title {
  text-align: center;
  font-size: 2.5rem;
  margin: 11rem 0 8rem;
  padding: 0 10px;
}

@media (max-width: 1000px) {
  .page-title {
    margin: 11rem 0 6rem;
  }
}

@media (max-width: 1000px) and (max-width: 540px) {
  .page-title {
    font-size: 2.2rem;
  }
}

.sidebar-wrap {
  padding: 0 10px;
  max-width: 350px;
  margin: 230px auto 0;
}

@media (max-width: 1000px) {
  .sidebar-wrap {
    max-width: 450px;
    margin: 0 auto 50px;
  }
}

.sidebar-wrap .sidebar {
  margin-bottom: 5rem;
}

.sidebar-wrap .sidebar-title h2 {
  font-size: 2.1rem;
  margin: 0 0 1rem 0;
  border-bottom: 1px solid #13100e;
}

.sidebar-wrap .sidebar-list li {
  margin: 5px 0 10px 10px;
}

.sidebar-wrap .sidebar-list li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #13100e;
}

.sidebar-wrap .sidebar-list li a:hover {
  color: rgba(153, 100, 20, 0.5);
}

.sidebar-wrap .sidebar:first-child .sidebar-list {
  letter-spacing: 0.1px;
}

.about-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1000px) {
  .about-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.about-wrap .about-content {
  max-width: 650px;
  margin: 0 10% 50px 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.9;
}

@media (max-width: 540px) {
  .about-wrap .about-content {
    margin: 0 10px 50px;
  }
}

.about-wrap .intro {
  max-width: 310px;
  margin-bottom: 50px;
  padding-right: 10px;
}

.about-wrap .intro .intro-top-space {
  height: 23rem;
}

@media (max-width: 1000px) {
  .about-wrap .intro .intro-top-space {
    display: none;
  }
}

.about-wrap .intro .intro_pic img {
  max-width: 300px;
  width: 100%;
  border-radius: 10px;
}

.about-wrap .intro .intro_desc {
  margin-top: 10px;
}

.about-wrap .intro .intro_desc h2 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.about-wrap .intro .intro_desc h2 small {
  font-size: 1.4rem;
  padding-left: 15px;
}

.about-wrap .intro .intro_desc p {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media (max-width: 1000px) {
  .producer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.facebook {
  position: -webkit-sticky;
  position: sticky;
  top: 8rem;
  width: 310px;
}

.facebook h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

/* page */
.page-content {
  max-width: 650px;
  padding: 0 10px;
  margin: 0 auto;
}

.contact-wrap {
  max-width: 850px;
  margin: 0 auto;
}

.mw_wp_form_input {
  margin: 50px 0 100px;
  padding: 100px 10%;
  border: none;
  font-family: inherit;
  border-radius: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  width: 100%;
}

@media (max-width: 540px) {
  .mw_wp_form_input {
    padding: 50px 10px;
    margin: 0;
  }
}

.mw_wp_form_input input,
.mw_wp_form_input select,
.mw_wp_form_input textarea {
  border: none;
  background-color: rgba(225, 225, 225, 0.5);
  border-radius: 10px;
  font-size: 16px;
  padding: 5px 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: inherit;
  letter-spacing: 1.6px;
}

.mw_wp_form_input input:focus,
.mw_wp_form_input select:focus,
.mw_wp_form_input textarea:focus {
  outline: 0;
  background-color: rgba(240, 240, 240, 0.8);
}

.c-name,
.c-email,
.c-where,
.c-message {
  margin: 25px 0;
}

.c-name .c-must,
.c-email .c-must,
.c-where .c-must,
.c-message .c-must {
  color: rgba(153, 100, 20, 0.5);
  margin-left: 10px;
}

.c-name input {
  max-width: 300px;
  width: 100%;
}

.c-email input {
  max-width: 400px;
  width: 100%;
}

.c-where {
  margin-bottom: 15px;
}

.c-where .mwform-radio-field {
  position: relative;
}

.c-where .mwform-radio-field span {
  margin-left: 30px;
  cursor: pointer;
}

.c-where input {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 8px;
  padding: 0;
}

.c-message textarea {
  max-width: 800px;
  width: 100%;
  height: 30rem;
  resize: none;
}

.c-button {
  position: relative;
  padding: 10px 25px 10px 28px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(153, 100, 20, 0.2), rgba(153, 100, 20, 0.5), rgba(153, 100, 20, 0.2));
  color: #fff;
  font-family: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  border: none;
  margin: 35px auto;
  letter-spacing: 5px;
  font-size: 16px;
  -webkit-box-shadow: 0 2rem 2rem -2rem rgba(56, 56, 56, 0.4);
          box-shadow: 0 2rem 2rem -2rem rgba(56, 56, 56, 0.4);
  z-index: 0;
}

.c-button:hover {
  cursor: pointer;
}

.c-button::before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #fff;
  z-index: 1;
}

.c-button::after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  content: "送信";
  text-align: center;
  padding-top: 1rem;
  padding-left: 2px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: 2;
  background: linear-gradient(135deg, rgba(153, 100, 20, 0.5), rgba(153, 100, 20, 0.4), rgba(153, 100, 20, 0.2), rgba(153, 100, 20, 0.4), rgba(153, 100, 20, 0.5));
}

.c-button:hover::before, .c-button:hover::after {
  opacity: 0;
}

.c-button:focus {
  outline: 0;
}

.select-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.send-completely {
  text-align: center;
  margin-bottom: 100px;
}

.send-completely h2 {
  font-size: 2rem;
}

.send-completely .sd-messa {
  margin: 40px 0;
}

.breadcrumb {
  position: absolute;
  top: 200px;
  font-size: 1.4rem;
}

@media (max-width: 1000px) {
  .breadcrumb {
    padding-top: 10px;
    top: 60px;
  }
}

.breadcrumb_inner > span {
  margin: 0 5px;
}

.bread-wrap {
  max-width: 850px;
  width: 100%;
  margin: 0 auto -10px;
  padding-left: 10px;
}

.search-result,
.not-found {
  text-align: center;
}

.not-found {
  margin-bottom: 160px;
}

.wp-pagenavi {
  margin-top: 80px;
  position: relative;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi .current {
  margin: 0 10px;
}

.privacy-wrap {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 10px 50px;
}

@media (max-width: 1000px) {
  .privacy-wrap {
    padding-top: 50px;
  }
}

.privacy-wrap p {
  max-width: 800px;
  margin: 0 auto;
}

.privacy-wrap dl {
  max-width: 800px;
  margin: 40px auto 20px;
}

.privacy-wrap dl dt {
  font-size: 1.8rem;
  font-weight: bold;
}

.privacy-wrap dl dd {
  margin: 10px 0 30px 15px;
}

.privacy-wrap dl ul {
  margin: -20px 0 30px 30px;
}

.privacy-wrap dl ul li {
  list-style: disc;
  list-style-position: inside;
}

.wp-block-image {
  margin: 6rem 0 2rem;
}

.wp-block-image img {
  width: 100%;
  height: auto;
}

@media (max-width: 480px) {
  #sb_instagram.sbi_col_10 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_3 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_4 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_5 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_6 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_7 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_8 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_9 #sbi_images .sbi_item {
    width: 33% !important;
  }
}

@media (max-width: 480px) {
  #sb_instagram .sbi_photo {
    height: 134px !important;
  }
}

@media (max-width: 540px) {
  #sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play,
  #sb_instagram .sbi_type_video .svg-inline--fa.fa-play,
  .sbi_type_carousel svg.fa-clone {
    width: 15px !important;
  }
}

.wp-block-button__link {
  color: #fff !important;
}

.wp-block-buttons {
  text-align: center;
  margin: 3rem 0 6rem;
}

.wp-block-separator {
  margin: 11rem 0;
  border-bottom-color: rgba(153, 100, 20, 0.5);
}

.main-content h2 {
  padding-top: 7rem;
  font-size: 2.3rem;
  margin-bottom: 4rem;
  position: relative;
}

@media (max-width: 540px) {
  .main-content h2 {
    padding: 6rem 0 0.5rem 0;
    font-size: 2rem;
  }
}

.main-content h2::before {
  width: 100%;
  height: 0.3rem;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(153, 100, 20, 0.4)), to(rgba(153, 100, 20, 0.2)));
  background: linear-gradient(90deg, rgba(153, 100, 20, 0.4), rgba(153, 100, 20, 0.2));
  z-index: -1;
}

.main-content h3 {
  font-weight: bold;
  font-size: 2.1rem;
  margin-top: -4rem;
  padding: 8rem 0 1rem 3rem;
  position: relative;
}

@media (max-width: 540px) {
  .main-content h3 {
    margin-top: -1rem;
    padding: 4rem 0 1rem 3rem;
    font-size: 1.8rem;
  }
}

.main-content h3::before {
  width: 1%;
  height: 2.5rem;
  position: absolute;
  bottom: 12px;
  left: 6px;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(153, 100, 20, 0.4)), to(rgba(153, 100, 20, 0.2)));
  background: linear-gradient(90deg, rgba(153, 100, 20, 0.4), rgba(153, 100, 20, 0.2));
  z-index: -1;
}

.main-content h4 {
  font-weight: bold;
  font-size: 1.8rem;
  padding: 2rem 0 0 1rem;
}

@media (max-width: 540px) {
  .main-content h4 {
    font-size: 1.6rem;
  }
}

.main-content p {
  margin: 2rem 0;
}

.main-content p a {
  overflow-wrap: break-word;
}

.main-content ul {
  list-style: disc;
  padding: 3% 0 3% 7%;
}

.main-content ul li {
  margin: 1rem 0;
}

.main-content ol {
  list-style: decimal;
  padding: 3% 0 3% 9%;
}

.main-content ol li {
  margin: 1rem 0;
}

.main-content .non-style {
  list-style: none;
  padding-left: 4%;
}

.main-content .padding-top0 {
  padding-top: 0;
}

.swiper-button-white {
  display: none !important;
}
/*# sourceMappingURL=izumi-main.css.map */