@charset "UTF-8";
@font-face {
  font-family: "Hannari";
  src: url(../font/HannariMincho-Regular.woff) format("woff");
}
#contents .section:nth-child(even) {
  background: #f1f1f1;
}

#contents .section.page_privacy .pick_text {
  text-align: left;
}
#contents .section.page_privacy h2 {
  color: #222;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  padding: 20px 0;
  margin: 0;
}
#contents .section.page_privacy ul {
  margin-bottom: 12px;
}
#contents .section.page_privacy ul li {
  padding-left: 3em;
  text-indent: -3em;
  margin-bottom: 5px;
}

#contents .section .section_inner ul.product_list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
}
#contents .section .section_inner ul.product_list li {
  width: 300px;
  margin: 0 20px 20px;
}
@media (max-width: 599px) {
  #contents .section .section_inner ul.product_list li {
    width: 100%;
    margin: 0 auto 15px;
  }
}
#contents .section .section_inner ul.product_list li a {
  color: #222;
  text-decoration: none;
}
#contents .section .section_inner ul.product_list li a .product_img {
  width: 300px;
  margin: 0 auto;
  line-height: 1;
  transition: 0.7s;
}
@media (max-width: 599px) {
  #contents .section .section_inner ul.product_list li a .product_img {
    width: 100%;
  }
}
#contents .section .section_inner ul.product_list li a .product_img img {
  width: 100%;
}
#contents .section .section_inner ul.product_list li a:hover .product_img {
  opacity: 0.8;
}
#contents .section .section_inner ul.product_list li a .product_text {
  transition: 0.7s;
}
#contents .section .section_inner ul.product_list li a .product_text h2.product_list_title {
  font-size: 1.8rem;
  text-align: left;
  margin: 0;
}
#contents .section .section_inner ul.product_list li a:hover .product_text {
  text-decoration: underline;
}

.slider.slider-for {
  width: 940px;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .slider.slider-for {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.slider.slider-for .slider-for_in {
  height: 630px;
}
.slider.slider-for .slider-for_in img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
@media (max-width: 599px) {
  .slider.slider-for .slider-for_in {
    max-height: 250px;
  }
}
.slider.slider-for .slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.slider.slider-for .slick-prev, .slider.slider-for .slick-next {
  width: 33px;
  height: 73px;
  z-index: 1;
}
@media (max-width: 599px) {
  .slider.slider-for .slick-prev, .slider.slider-for .slick-next {
    width: 19px;
    height: 42px;
  }
}
.slider.slider-for .slick-prev {
  left: -40px;
}
@media (max-width: 599px) {
  .slider.slider-for .slick-prev {
    left: 0;
  }
}
.slider.slider-for .slick-next {
  right: -40px;
}
@media (max-width: 599px) {
  .slider.slider-for .slick-next {
    right: 0;
  }
}
.slider.slider-for .slick-next:before {
  background: url(../img/arrow_r.png) !important;
  background-size: contain !important;
}
.slider.slider-for .slick-prev:before {
  background: url(../img/arrow_l.png) !important;
  background-size: contain !important;
}

.slider.slider-nav {
  width: 940px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 599px) {
  .slider.slider-nav {
    max-width: 100%;
  }
}
.slider.slider-nav .slick-track {
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  transform: none !important;
}
.slider.slider-nav .slick-track:before, .slider.slider-nav .slick-track:after {
  content: none;
}
.slider.slider-nav .slick-track .slick-slide {
  cursor: pointer;
  margin: 0 0 5px;
  height: 150px;
  width: 180px !important;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #222;
}
@media (max-width: 599px) {
  .slider.slider-nav .slick-track .slick-slide {
    height: 55px;
    width: 18% !important;
    margin: 0 0 5px;
  }
  .slider.slider-nav .slick-track .slick-slide img {
    width: 100%;
  }
}
.slider.slider-nav .slick-track .slick-slide:not(:nth-child(5n)) {
  margin-right: 10px;
}
@media (max-width: 599px) {
  .slider.slider-nav .slick-track .slick-slide:not(:nth-child(5n)) {
    margin-right: 2%;
  }
}
.slider.slider-nav .slick-track .slick-slide.slick-current img {
  border: 2px solid #fff;
}

#contents .section .section_inner h2.product_title {
  color: #222;
  font-weight: normal;
  text-align: left;
  border-bottom: 2px solid #222;
  padding: 10px 5px;
  margin-bottom: 0;
}
@media (max-width: 599px) {
  #contents .section .section_inner h2.product_title {
    line-height: 1.8;
  }
}

#contents .section .section_inner h3.product_intitle {
  margin-bottom: 10px;
}

#contents .section.about_top {
  background: url(../img/about_top_img.png) bottom center/cover no-repeat;
  padding: 100px 0 230px;
}
#contents .section.about_top h2 {
  color: #fff;
  font-size: 3.6rem;
  margin-bottom: 40px;
}
#contents .section.about_top h2 span {
  font-size: 3rem;
  font-weight: normal;
  display: block;
  padding-top: 30px;
}
#contents .section.about_top p {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.4;
}
#contents .section.history {
  background: #222;
}
#contents .section.history h2 {
  color: #fff;
}
#contents .section.history .wp-block-columns {
  border-left: 3px solid #fff;
  padding-left: 20px;
  padding-bottom: 50px;
}
#contents .section.history .wp-block-columns:last-child {
  padding-bottom: 0;
}
#contents .section.history .wp-block-columns .wp-block-column:first-child {
  padding-right: 25px;
}
#contents .section.history h3 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 1;
  position: relative;
  margin-bottom: 30px;
}
#contents .section.history h3::before {
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50px;
  position: absolute;
  content: "";
  top: 50%;
  left: -32px;
  transform: translate(0, -50%);
}
#contents .section.history p {
  color: #fff;
}

#contents .section.what_top figure {
  margin-bottom: 30px;
}
#contents .section.what_why h3 span {
  font-size: 3rem;
  font-style: italic;
  display: block;
}
#contents .section.what_why .wp-block-column {
  color: #fff;
  background: #aaa;
  padding: 10px;
  position: relative;
}
@media (max-width: 599px) {
  #contents .section.what_why .wp-block-column {
    padding: 10px 20px;
  }
}
#contents .section.what_why .wp-block-column::before {
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 20px solid transparent;
  border-left: 20px solid #aaa;
  position: absolute;
  content: "";
  top: 50%;
  right: -40px;
  transform: translate(0, -50%);
}
@media (max-width: 599px) {
  #contents .section.what_why .wp-block-column::before {
    border-left-color: #fff !important;
    border-top: 20px solid #aaa;
    left: 50%;
    top: auto;
    right: auto;
    bottom: -40px;
    transform: translate(-50%, 0);
  }
}
#contents .section.what_why .wp-block-column:nth-child(2) {
  background: #888;
}
#contents .section.what_why .wp-block-column:nth-child(2)::before {
  border-left-color: #888;
}
@media (max-width: 599px) {
  #contents .section.what_why .wp-block-column:nth-child(2)::before {
    border-top-color: #888;
  }
}
#contents .section.what_why .wp-block-column:nth-child(3) {
  background: #666;
}
#contents .section.what_why .wp-block-column:nth-child(3)::before {
  border-left-color: #666;
}
@media (max-width: 599px) {
  #contents .section.what_why .wp-block-column:nth-child(3)::before {
    border-top-color: #666;
  }
}
#contents .section.what_why .wp-block-column:nth-child(4) {
  background: #444;
}
#contents .section.what_why .wp-block-column:nth-child(4)::before {
  border-left-color: #444;
}
@media (max-width: 599px) {
  #contents .section.what_why .wp-block-column:nth-child(4)::before {
    border-top-color: #444;
  }
}
#contents .section.what_why .wp-block-column:nth-child(5) {
  background: #222;
}
#contents .section.what_why .wp-block-column:nth-child(5)::before {
  border-left-color: #222;
}
@media (max-width: 599px) {
  #contents .section.what_why .wp-block-column:nth-child(5)::before {
    border-top-color: #222;
  }
}
#contents .section.what_why .wp-block-column:nth-child(6) {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contents .section.what_why .wp-block-column:nth-child(6)::before {
  content: none;
}
#contents .section.what_why .wp-block-column:nth-child(6) h4 {
  margin: 0;
}
#contents .section.what_why .wp-block-column h4 {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 10px;
}
#contents .section.what_why .wp-block-column p {
  color: #fff;
  font-size: 1.4rem;
  margin: 0;
}
@media (max-width: 599px) {
  #contents .section.what_why .wp-block-column p {
    text-align: center;
  }
}

#contents .section.strengths .wp-block-column {
  color: #fff;
  background: #aaa;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 599px) {
  #contents .section.strengths .wp-block-column {
    margin-bottom: 10px;
  }
}
#contents .section.strengths .wp-block-column h4 {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  background: #222;
  padding: 10px;
}
#contents .section.strengths .wp-block-column p {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  padding: 20px 10px;
  margin: 0;
}
@media (max-width: 599px) {
  #contents .section.strengths .wp-block-column p {
    text-align: center;
  }
}

#contents .section.product-block {
  padding: 0;
  position: relative;
}
#contents .section.product-block .section_inner {
  padding: 0;
}
#contents .section.product-block .wp-block-columns {
  gap: 0;
  justify-content: space-between;
}
#contents .section.product-block .wp-block-columns .wp-block-column.text .wp-block-button {
  margin: 0 auto !important;
}
#contents .section.product-block .wp-block-columns .wp-block-column.text .wp-block-button a {
  margin: 0;
}
#contents .section.product-block h2 {
  text-align: left;
  margin-bottom: 20px;
}
#contents .section.product-block .pick_text {
  font-size: 2rem;
  text-align: left;
}
#contents .section.product-block:nth-child(even) {
  background: #fff;
}

#contents .section form input,
#contents .section form textarea {
  color: #444;
  font-size: 1.5rem;
  font-family: "メイリオ";
  letter-spacing: 1px;
  line-height: 1.4;
  border: 1px solid #e1e1e1;
  padding: 10px;
  margin: 10px 0;
}
@media (max-width: 599px) {
  #contents .section form input,
  #contents .section form textarea {
    max-width: 100%;
  }
}
#contents .section form input[type=submit] {
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 20px 0;
  height: 100%;
  width: 300px;
  background: #222;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  overflow: hidden;
  z-index: 0;
  cursor: pointer;
}
@media (max-width: 599px) {
  #contents .section form input[type=submit] {
    padding: 8px 0 10px;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0.3px;
  }
}
#contents .section form input[type=submit]:hover {
  opacity: 0.7;
}/*# sourceMappingURL=contents.css.map */