@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
img, video {
  max-width: 100%;
  height: auto;
}

body {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

a {
  color: #000;
}

section {
  padding: 80px 0 100px 0;
}
@media screen and (max-width: 1280px) {
  section {
    padding: 50px 0 60px 0;
  }
}

.section0 {
  padding: 0 0 100px 0;
}

.back-beige {
  background-color: #EEEAE4;
}

.h2 {
  text-align: center;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 1279px) {
  .h2 {
    font-size: 36px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 1280px) {
  .h2 {
    font-size: 24px;
    padding: 20px 0;
  }
}

.h3-2 {
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 24px;
  padding: 40px 0 20px 0;
  border-bottom: 3px solid #D6A556;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 1280px) {
  .h3-2 {
    font-size: 20px;
    padding: 40px 0 10px 0;
  }
}

.h4 {
  font-size: 24px;
  letter-spacing: 0.2em;
  margin: 20px;
}
@media screen and (max-width: 1280px) {
  .h4 {
    letter-spacing: 0.1em;
  }
}

h4.h4-2 {
  color: #fff;
  background-color: #D6A556;
  padding: 20px;
  letter-spacing: 0.2em;
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 50px;
}

.btn2-wrap {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 1280px) {
  .btn2-wrap {
    gap: 20px;
  }
}
.btn2-wrap .linkbtn {
  margin: 0;
}

@media screen and (min-width: 1279px) {
  .linkbtn {
    width: 400px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1280px) {
  .linkbtn {
    width: 100%;
  }
}
.linkbtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #D6A556;
  border-radius: 50px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1280px) {
  .linkbtn a {
    font-size: 18px;
    padding: 16px 0;
  }
}
.linkbtn a img {
  margin-right: 25px;
  width: 20px;
}
@media screen and (max-width: 1280px) {
  .linkbtn a img {
    width: 12px;
  }
}

.flex2 {
  padding: 50px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex2 > div {
  width: 50%;
}
@media screen and (max-width: 1280px) {
  .flex2 > div {
    width: 100%;
  }
}
.flex2 > div.txt {
  padding: 0 40px;
  font-size: 20px;
  line-height: 2em;
}
@media screen and (max-width: 1280px) {
  .flex2 > div.txt {
    background-color: #EEEAE4;
    font-size: 16px;
    letter-spacing: 0.15em;
    padding: 20px;
  }
}

@media screen and (min-width: 1279px) {
  footer {
    padding: 50px;
  }
}
@media screen and (max-width: 1280px) {
  footer {
    padding: 30px 0;
  }
}
footer .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: bold;
  font-size: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1280px) {
  footer .sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
footer .sns a {
  display: block;
}
footer .sns a img {
  width: 50px;
}
@media screen and (max-width: 1280px) {
  footer .sns p {
    width: 100%;
  }
}
footer .logo {
  font-size: 24px;
  font-weight: bold;
  display: block;
  padding: 18px 40px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1280px) {
  footer .logo {
    font-size: 20px;
    padding: 18px 0;
  }
}
footer .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1280px) {
  footer .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
footer .footer-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1280px) {
  footer .footer-inner ul {
    margin-top: 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 1280px) {
  footer .footer-inner ul li {
    width: 33%;
  }
  footer .footer-inner ul li:last-child {
    width: 100%;
  }
  footer .footer-inner ul li:last-child a {
    text-align: left;
    padding-left: 20px;
  }
}
footer .footer-inner ul li a {
  font-size: 16px;
  display: block;
  padding: 0 30px;
  letter-spacing: 0.15em;
  font-weight: bold;
}
@media screen and (max-width: 1280px) {
  footer .footer-inner ul li a {
    padding: 10px 4px;
    font-size: 14px;
    text-align: center;
  }
}
footer .footer-inner ul li:not(:first-child) {
  border-left: 1px solid #000;
}
@media screen and (max-width: 1280px) {
  footer .footer-inner ul li:last-child {
    border-left: none;
  }
}
footer .copy {
  font-size: 14px;
  text-align: right;
  margin-top: 10px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1280px) {
  footer .copy {
    text-align: center;
  }
}

/*トップページ*/
#head-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  #head-wrap {
    height: 48px;
  }
}
#head-wrap .logo {
  font-size: 24px;
}
#head-wrap .logo a {
  display: block;
  padding: 18px 40px;
  letter-spacing: 0.15em;
  font-weight: bold;
}
@media screen and (max-width: 1280px) {
  #head-wrap .logo {
    font-size: 18px;
    position: fixed;
    z-index: 1000;
    width: 100%;
    background-color: #fff;
    left: 0;
  }
  #head-wrap .logo a {
    padding: 10px;
  }
}
#head-wrap nav.main_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#head-wrap ul.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#head-wrap ul.nav li a {
  font-weight: bold;
}
@media screen and (min-width: 1279px) {
  #head-wrap ul.nav li a {
    width: 200px;
    height: 79px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 22px;
    letter-spacing: 0.15em;
    border-bottom: 3px solid #fff;
  }
  #head-wrap ul.nav li a:hover {
    border-bottom: 3px solid #D6A556;
  }
}
#head-wrap ul.nav_ad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#head-wrap ul.nav_ad li {
  width: 90px;
  height: 80px;
}
#head-wrap ul.nav_ad li a {
  background-color: #D6A556;
  color: #fff;
  text-align: center;
  display: block;
  padding: 20px 0;
  height: 100%;
}
#head-wrap ul.nav_ad li a p {
  font-size: 10px;
}
#head-wrap ul.nav_ad li a img {
  height: 20px;
}
#head-wrap ul.nav_ad li .clicktxt {
  color: #ffffff;
  background-color: #D6A556;
  text-align: center;
  display: block;
  padding: 20px 0;
  height: 80px !important;
  font-size: 10px;
}
#head-wrap ul.nav_ad li .clicktxt img {
  height: 20px;
}
#head-wrap ul.nav_ad li .switchdsp input#l-1 {
  display: none;
}
#head-wrap ul.nav_ad li .switchdsp .dsp {
  /*height: 0;
  width: 0;*/
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  padding: 2% 20% 90%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}
#head-wrap ul.nav_ad li .switchdsp input#l-1:checked ~ .dsp {
  padding: 2% 20% 90%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
}
#head-wrap ul.nav_ad li .search2 form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#head-wrap ul.nav_ad li .search2 input {
  border: 1px solid #D6A556;
  width: 78%;
  line-height: 3em;
}
#head-wrap ul.nav_ad li .search2 button {
  width: 20%;
  padding: 10px;
  color: #fff;
  background-color: #D6A556;
  border-radius: 8px;
  border: none;
  font-weight: bold;
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 20px;
}
#head-wrap ul.nav_ad li .search2 button img {
  width: 20px;
  margin-right: 10px;
}
#head-wrap ul.nav_ad li:last-child {
  border-left: 1px solid #fff;
}
#head-wrap nav.sp-nav ul li a {
  font-size: 16px;
  padding: 15px;
  display: block;
  border-bottom: 1px solid #B3B3b3;
  font-weight: bold;
  letter-spacing: 0.2em;
}
#head-wrap nav.sp-nav ul li a img {
  display: inline-block;
  margin-right: 10px;
}
#head-wrap nav.sp-nav ul li summary {
  font-size: 16px;
  padding: 15px;
  display: block;
  border-bottom: 1px solid #B3B3b3;
  font-weight: bold;
  letter-spacing: 0.2em;
}
#head-wrap nav.sp-nav ul li summary img {
  display: inline-block;
  margin-right: 10px;
}
#head-wrap nav.sp-nav ul li details ul {
  background-color: #EEEAE4;
}
#head-wrap nav.sp-nav .searcharea {
  background-color: #EEEAE4;
  padding: 10px;
}
#head-wrap nav.sp-nav .searcharea #searchimg {
  display: block;
}
#head-wrap nav.sp-nav .close {
  padding: 10px;
  color: #D6A556;
  font-weight: bold;
  text-align: center;
}
#head-wrap nav.sp-nav .close a {
  color: #D6A556;
}
#head-wrap nav.sp-nav .close::before {
  content: url("../img/cross.svg");
  display: inline-block;
  margin-right: 20px;
  vertical-align: -5px;
}

#fv {
  position: relative;
}
#fv .splide__arrows button {
  display: none;
}
@media screen and (min-width: 1279px) {
  #fv .slide {
    position: absolute;
    z-index: 1;
    top: 40%;
    left: 60px;
    color: #fff;
    font-size: 64px;
    font-weight: bold;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 1280px) {
  #fv .slide {
    position: absolute;
    z-index: 1;
    top: 40%;
    left: 15px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.2em;
  }
}

.info {
  margin: 50px 0;
}
.info ul {
  width: 100%;
}
.info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #B3B3b3;
  padding: 20px 0 12px 0;
}
@media screen and (max-width: 1280px) {
  .info ul li {
    padding: 20px 10px;
  }
}
.info ul li .date {
  font-size: 20px;
  font-weight: bold;
  margin-right: 25px;
}
.info ul li .cat a {
  display: block;
  color: #D6A556;
  font-size: 14px;
  border: 1px solid #D6A556;
  border-radius: 20px;
  padding: 0px 10px;
  margin-right: 25px;
}
.info ul li .title {
  font-size: 20px;
}
@media screen and (max-width: 1280px) {
  .info ul li .title {
    width: 100%;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 1280px) {
  .info ul li:first-child {
    border-top: 1px solid #B3B3b3;
  }
}

@media screen and (max-width: 1280px) {
  .m-50 {
    margin-top: 0px;
  }
}

.searcharea {
  position: relative;
}
.searcharea button[type=submit] {
  position: absolute;
  width: 30px;
  top: 0;
  height: 100%;
  left: 20px;
  background-color: transparent;
  border: none;
}

input[type=search] {
  width: 100%;
  border: none;
  line-height: 2em;
  padding: 6px 0;
  border-radius: 6px;
  font-size: 16px;
  padding-left: 39px;
}
input[type=search]::-webkit-input-placeholder {
  color: #B3B3b3;
  font-weight: normal;
}
input[type=search]::-moz-placeholder {
  color: #B3B3b3;
  font-weight: normal;
}
input[type=search]:-ms-input-placeholder {
  color: #B3B3b3;
  font-weight: normal;
}
input[type=search]::-ms-input-placeholder {
  color: #B3B3b3;
  font-weight: normal;
}
input[type=search]::placeholder {
  color: #B3B3b3;
  font-weight: normal;
}
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: button !important;
          appearance: button !important;
}

.product_list {
  margin-top: 50px;
}
.product_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
}
@media screen and (min-width: 1279px) {
  .product_list ul li {
    width: calc(33.3333333333% - 40px);
  }
}
@media screen and (max-width: 1280px) {
  .product_list ul li {
    text-align: center;
    padding: 20px 10px;
    width: 100%;
  }
  .product_list ul li a {
    display: block;
    max-width: 300px;
    margin: 0 auto;
  }
}
.product_list ul li img {
  border: 1px solid #B3B3b3;
  border-radius: 30px;
  padding: 10px;
}
.product_list ul li h3 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.product_list ul li h3 span {
  font-size: 16px;
  display: block;
}
.product_list ul li p.detail {
  font-size: 16px;
  text-align: left;
  letter-spacing: 0.1em;
}
.product_list ul::after {
  content: "";
  display: block;
  width: calc(33.3333333333% - 40px);
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-numbers li {
  padding: 2px 8px;
  border: 1px solid #D6A556;
}

.product_list2 {
  margin-top: 50px;
}
.product_list2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 1280px) {
  .product_list2 ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1279px) {
  .product_list2 ul li {
    width: calc(33.3333333333% - 40px);
  }
}
@media screen and (max-width: 1280px) {
  .product_list2 ul li {
    text-align: center;
    padding: 20px;
  }
  .product_list2 ul li a {
    display: block;
    max-width: 300px;
    margin: 0 auto;
  }
}
.product_list2 ul li a > img {
  border: 1px solid #B3B3b3;
  border-radius: 30px;
  padding: 20px;
}
.product_list2 ul li h3 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.product_list2 ul li h3 img {
  width: 8%;
  padding: 5px 10px 0 0;
}
.product_list2 ul li h3 span {
  width: 92%;
}
.product_list2 ul li p.detail {
  font-size: 16px;
  text-align: left;
}
@media screen and (min-width: 1279px) {
  .product_list2 ul::after {
    content: "";
    display: block;
    width: calc(33.3333333333% - 40px);
  }
}

/*kasou*/
.kasou p {
  letter-spacing: 0.2em;
  line-height: 2em;
}
@media screen and (max-width: 1280px) {
  .kasou p {
    letter-spacing: 0.1em;
  }
}
.kasou .info p {
  letter-spacing: 0;
}

.breadclumbs ol {
  margin: 15px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.breadclumbs ol li.prev a {
  color: #a0a0a0;
  font-size: 14px;
  letter-spacing: 0.2em;
}
.breadclumbs ol li.prev a:before {
  content: "＞ ";
}
.breadclumbs ol li.current {
  color: #000;
  font-size: 14px;
  letter-spacing: 0.2em;
}
.breadclumbs ol li.current:before {
  content: "＞ ";
}

.company-table {
  margin-top: 50px;
  border: none;
  width: 100%;
  letter-spacing: 0.2em;
}
.company-table th {
  width: 20%;
  padding: 10px;
  vertical-align: top;
}
@media screen and (max-width: 1280px) {
  .company-table th {
    width: 100%;
    display: block;
    padding: 10px 10px 0 10px;
  }
}
.company-table td {
  width: 80%;
  padding: 10px;
}
@media screen and (max-width: 1280px) {
  .company-table td {
    width: 100%;
    display: block;
  }
}

.share {
  text-align: center;
  margin-top: 50px;
}
.share h2 {
  color: #D6A556;
  font-size: 24px;
  letter-spacing: 0.2em;
  font-weight: 500;
}
.share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

@media screen and (min-width: 1279px) {
  .single-inner {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1279px) {
  .single-inner img {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1280px) {
  .single-inner img {
    margin-bottom: 20px;
  }
}
.single-inner p {
  line-height: 2.5em;
  margin-bottom: 10px;
}
@media screen and (max-width: 1280px) {
  .single-inner p {
    line-height: 1.8em;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1279px) {
  .single-header {
    text-align: center;
  }
}
@media screen and (max-width: 1280px) {
  .single-header .h2 {
    text-align: left;
  }
}
.single-header div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1280px) {
  .single-header div {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 10px;
  }
}
.single-header div p.date {
  font-size: 16px;
}
@media screen and (max-width: 1280px) {
  .single-header div p.date {
    font-weight: bold;
  }
}
.single-header div p.cat {
  color: #D6A556;
  font-size: 14px;
  border: 1px solid #D6A556;
  border-radius: 20px;
  padding: 1px 10px;
  margin-left: 20px;
}

.news_year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news_year li {
  width: 25%;
}
@media screen and (max-width: 1280px) {
  .news_year li {
    width: 50%;
  }
}
.news_year li a {
  text-align: center;
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
  display: block;
  border-top: 1px solid #B3B3b3;
  border-right: 1px solid #B3B3b3;
}
.news_year li:first-child a {
  background-color: #EEEAE4;
  border-bottom: 2px solid #D6A556;
}
.news_year li:first-child a {
  border-left: 1px solid #B3B3b3;
}

.splide__arrow {
  top: -170px !important;
}

@media screen and (min-width: 1279px) {
  .formwrap {
    width: 640px;
    padding: 60px;
    margin: 0 auto;
  }
}
.formwrap .formul li {
  margin-bottom: 30px;
}
.formwrap .formul li .title {
  font-weight: bold;
}
.formwrap .formul li .hissu {
  color: #D32929;
}
@media screen and (max-width: 1280px) {
  .formwrap .formul li .hissu {
    font-weight: bold;
  }
}
.formwrap .formul li p {
  margin-bottom: 5px;
}
.formwrap .formul li input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #B3B3b3;
  border-radius: 6px;
  padding: 8px;
  width: 100%;
  font-size: 16px;
}
.formwrap .formul li select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #B3B3b3;
  border-radius: 6px;
  padding: 8px;
  font-size: 16px;
}
.formwrap .formul li textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #B3B3b3;
  border-radius: 6px;
  padding: 8px;
  width: 100%;
  height: 177px;
  font-size: 16px;
}
.formwrap .submit {
  font-size: 20px;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #1A69C6;
  border: none;
  border-radius: 8px;
  padding: 10px;
  color: #fff;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 1279px) {
  .formwrap .submit {
    width: 300px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1280px) {
  .formwrap .submit {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .formwrap .bold {
    text-align: center;
  }
}

@media screen and (max-width: 1280px) {
  .product-detail h2 {
    font-size: 20px;
  }
}
.product-detail .lead {
  font-size: 20px;
  letter-spacing: 0.15em;
  line-height: 2.5em;
}
@media screen and (max-width: 1280px) {
  .product-detail .lead {
    font-size: 16px;
  }
}

.award {
  margin: 40px 0 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.award li {
  width: 25%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1280px) {
  .award li {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1280px) {
  .award li {
    line-height: 1.5em;
  }
}
.award li img {
  display: block;
  margin: 0 auto;
}

.splide__slide img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1280px) {
  #thumbnail-carousel .splide__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #thumbnail-carousel .splide__list .splide__slide {
    width: 30% !important;
  }
}
@media screen and (min-width: 1279px) {
  #thumbnail-carousel .splide__list .splide__slide {
    width: 22.5% !important;
  }
}

/*pagetop*/
.page-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1279px) {
  .page-top {
    height: 472px;
  }
}
@media screen and (max-width: 1280px) {
  .page-top {
    height: 372px;
  }
}
.page-top .h2-2 {
  color: #fff;
  text-align: center;
  font-size: 64px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1280px) {
  .page-top .h2-2 {
    font-size: 24px;
    line-height: 2em;
    letter-spacing: 0.1em;
  }
}
.page-top .h2-2 span {
  font-size: 36px;
  display: block;
}
@media screen and (max-width: 1280px) {
  .page-top .h2-2 span {
    font-size: 16px;
  }
}

.news .page-top {
  background: url("../img/page-top_news.jpg") no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 1280px) {
  .news .page-top {
    background-image: url("../img/page-top_news-sp.jpg");
  }
}

.contact1 .page-top {
  background: url("../img/page-top_contact.jpg") no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 1280px) {
  .contact1 .page-top {
    background-image: url("../img/page-top_contact-sp.jpg");
  }
}

.contact2 .page-top {
  background: url("../img/page-top_contact2.jpg") no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 1280px) {
  .contact2 .page-top {
    background-image: url("../img/page-top_contact2-sp.jpg");
  }
}

.product .page-top {
  background: url("../img/page-top_product.jpg") no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 1280px) {
  .product .page-top {
    background-image: url("../img/page-top_product-sp.jpg");
  }
}

.potato .page-top {
  background: url("../img/page-top_potato.jpg") no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 1280px) {
  .potato .page-top {
    background-image: url("../img/page-top_potato-sp.jpg");
  }
}

.oil .page-top {
  background: url("../img/page-top_oil.jpg") no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 1280px) {
  .oil .page-top {
    background-image: url("../img/page-top_oil-sp.jpg");
  }
}

.juice .page-top {
  background: url("../img/page-top_juice.jpg") no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 1280px) {
  .juice .page-top {
    background-image: url("../img/page-top_juice-sp.jpg");
  }
}

.pasta .page-top {
  background: url("../img/page-top_pasta.jpg") no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 1280px) {
  .pasta .page-top {
    background-image: url("../img/page-top_pasta-sp.jpg");
  }
}

/*single*/
.detail-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
@media screen and (min-width: 1279px) {
  .detail-inner .detail-slide {
    width: 40%;
  }
}
@media screen and (min-width: 1279px) {
  .detail-inner .detail-txt {
    padding: 30px 0 0 50px;
    width: 60%;
  }
}
@media screen and (max-width: 1280px) {
  .detail-inner .detail-txt {
    padding-top: 30px;
  }
}
.detail-inner .splide__slide {
  padding: 20px;
  border: 1px solid #b3b3b3;
}
.detail-inner .splide__track--nav > .splide__list > li.splide__slide {
  border: 1px solid #b3b3b3;
  margin: 10px 5px;
}
.detail-inner .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 1px solid #000;
}
.detail-inner h1 {
  font-size: 32px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1280px) {
  .detail-inner h1 {
    font-size: 20px;
  }
}
.detail-inner .detail-title {
  font-size: 26px;
  margin: 20px 0;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  font-weight: bold;
}
@media screen and (max-width: 1280px) {
  .detail-inner .detail-title {
    font-size: 16px;
  }
}
.detail-inner .detail-cont {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.6em;
}
@media screen and (max-width: 1280px) {
  .detail-inner .detail-cont {
    font-size: 16px;
  }
}

.detail-table {
  width: 100%;
  border-collapse: collapse;
  letter-spacing: 0.2em;
}
.detail-table th {
  background-color: #EEEAE4;
  border: 1px solid #B3B3b3;
}
@media screen and (min-width: 1279px) {
  .detail-table th {
    width: 30%;
  }
}
@media screen and (min-width: 1279px) {
  .detail-table td {
    border: 1px solid #B3B3b3;
  }
}
.detail-table th, .detail-table td {
  padding: 20px;
}
@media screen and (max-width: 1280px) {
  .detail-table th, .detail-table td {
    width: 100%;
    display: block;
  }
}

/* 
hamburger(ハンバーガーアイコン)
=================================== */
.hamburger {
  position: fixed;
  right: 6px;
  top: 6px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 1001;
}

.hamburger__line {
  position: absolute;
  width: 50px;
  height: 2px;
  left: 0;
  background-color: #D6A556;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.hamburger__line--1 {
  top: 1px;
}

/*.hamburger__line--2 {
  top: 12px;
}*/
.hamburger__line--3 {
  top: 12px;
}

/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 12px;
}

.open .hamburger__line--2 {
  opacity: 0;
}

.open .hamburger__line--3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 12px;
}

.open:before {
  content: url("../img/hamburger-menu_2.png");
  position: absolute;
  z-index: 1001;
  top: 6px;
  right: 6px;
}

.open img {
  display: none;
}

/* 
sp-nav(ナビ)
=================================== */
.sp-nav {
  padding: 120px 30px 0;
  background-color: #fff;
  position: fixed;
  right: -100%; /*ハンバーガーがクリックされる前はWindow右側に隠す*/
  top: 0;
  width: 100%; /* 出てくるスライドメニューの幅 */
  height: 100vh;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 200;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}
@media screen and (max-width: 1280px) {
  .sp-nav {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1279px) {
  .sp-nav {
    width: 40%;
  }
}

/*ハンバーガーがクリックされたら右からスライド*/
.open .sp-nav {
  right: 0;
}

/* 
black-bg(ハンバーガーメニュー解除用bg)
=================================== */
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}

/*ハンバーガーメニューが開いたら表示*/
.open .black-bg {
  opacity: 0.3;
  visibility: visible;
}

/*ふわっと*/
/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/*splide*/
/* 選択されていないサムネイルは薄くする */
.splide__slide {
  opacity: 0.6;
}

/* 選択されているサムネイルだけ透過しない */
.splide__slide.is-active {
  opacity: 1;
}

/* 画像サイズ調整 */
.splide__slide img {
  height: auto;
  width: 100%;
}

/* スライダーの幅 */
.wrapper {
  margin-inline: auto;
  max-width: 500px;
  width: 100%;
}