@charset "UTF-8";
/* CSS Reset */
*,
*::before,
*::after {
  line-height: inherit;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-rendering: optimizeSpeed;
}

html, body {
  min-height: 100vh;
  height: 100%;
  max-width: 100%;
  line-height: 1.6;
  font-size: 18px;
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1099px) {
  html, body {
    font-size: 16px;
  }
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul, ol, menu {
  list-style: none;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

input, button, textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

img,
a,
button,
label {
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

a:hover,
input[type=submit]:hover,
input[type=image]:hover,
input[type=checkbox]:hover,
button:hover,
label:hover {
  cursor: pointer;
}

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

.pdg_10 {
  padding: 10px;
}

.pdg_0_10 {
  padding: 0 10px;
}

.pdg_10_0 {
  padding: 10px 0;
}

@media screen and (min-width: 1100px) {
  .sp_view {
    display: none;
  }
}

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

body {
  visibility: hidden;
}

body.loaded {
  visibility: visible;
}

header {
  position: fixed;
  z-index: 100;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  margin-bottom: 0;
  width: 100%;
  height: 50px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 30px rgba(255, 255, 255, 0.8);
          box-shadow: 0 0 30px rgba(255, 255, 255, 0.8);
}
header section {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
header section .willson_logo {
  padding: 0 10px;
  height: 100%;
}
header section .willson_logo img {
  margin-top: -10px;
  height: 36px;
}
@media screen and (max-width: 1099px) {
  header section .willson_logo {
    padding: 0 5px 0;
  }
  header section .willson_logo img {
    height: 28px;
  }
}
header section .contact {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  background: #d80c18;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  padding: 0 20px;
}
header section .contact img {
  width: 30px;
  margin-right: 10px;
}
@media screen and (max-width: 1099px) {
  header section .contact {
    right: 50px;
    width: 150px;
    padding: 0 5px;
    font-size: 0.9rem;
  }
  header section .contact img {
    width: 15px;
  }
}
header section .open_button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 200;
  width: 50px;
  height: 50px;
  overflow: hidden;
  background: #000;
}
header section .open_button::before, header section .open_button::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  left: 10px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header section .open_button::before {
  top: 15px;
}
header section .open_button::after {
  top: 30px;
}
header section .open_button-on::before {
  top: 25px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header section .open_button-on::after {
  top: 25px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 1100px) {
  header section .open_button,
  header section .open_button-on {
    display: none;
  }
}
@media screen and (max-width: 1099px) {
  header menu.global {
    width: 70vw;
    height: 100vh;
    padding-top: 50px;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    right: -100vw;
    top: 0;
    z-index: 100;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
  }
  header menu.global li {
    margin: 0 auto;
    border-bottom: 1px solid #b5b5b5;
  }
  header menu.global li:first-child {
    border-top: 1px solid #b5b5b5;
  }
  header menu.global li a {
    display: block;
    padding: 15px 20px;
    text-indent: 10px;
    text-align: left;
    color: #fff;
    text-shadow: 0 0 10px #000, 1px 1px 1px #000;
    position: relative;
    font-size: 0.9rem;
  }
  header menu.global li a::before {
    content: "";
    display: block;
    height: 18px;
    width: 3px;
    border-left: 2px dotted #b5b5b5;
    position: absolute;
    top: 22px;
    left: 20px;
  }
  header menu.listOpen {
    right: 0;
  }
}
@media screen and (min-width: 1100px) {
  header menu.global {
    width: 900px;
    background: none;
    position: fixed;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 100;
    -webkit-transition: 0s;
    transition: 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.6rem;
  }
  header menu.global li {
    padding: 0 15px;
    margin-right: 1px;
    color: #f7f7f7;
    border-right: 1px solid #b5b5b5;
  }
  header menu.global li a {
    display: block;
    text-align: center;
    font-size: 0.6rem;
    color: #f7f7f7;
  }
  header menu.global li:first-child {
    border-left: 1px solid #b5b5b5;
  }
}

main {
  margin: 0;
}

h2 {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 50px 0;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
h2:after {
  content: "";
  width: 50px;
  height: 3px;
  background: #b5b5b5;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.pageTop {
  display: block;
  position: fixed;
  bottom: 80px;
  right: 10px;
  z-index: 300;
  width: 40px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #b5b5b5;
}
.pageTop img {
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .pageTop {
    bottom: 80px;
    right: 20px;
    width: 50px;
  }
}

.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 0 0;
  background: #222222;
  overflow: hidden;
}

.slick-slide {
  margin: 0;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-prev, .slick-next {
  z-index: 1;
}

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

.slick-slide {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  opacity: 0.5;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.thumb {
  margin: 20px 0 0;
}

.thumb .slick-slide {
  cursor: pointer;
}

.thumb .slick-slide:hover {
  opacity: 0.5;
}

.full-screen .slick-list {
  overflow: visible;
}

.full-screen.slider {
  max-width: 1200px;
  margin: 0 auto;
}

/* dots */
.slick-dotted.slick-slider {
  margin-bottom: 20px !important;
}

.dots-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0 0;
}

.dots-wrap li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.5;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
  opacity: 1;
}

.dots-wrap li button {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.pickup {
  width: 96%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 0;
}
.pickup .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: auto;
}
.pickup .list a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  width: 49%;
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #b5b5b5;
}
@media screen and (min-width: 1100px) {
  .pickup .list a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24%;
            flex: 0 0 24%;
    width: 24%;
  }
}
.pickup .list a img {
  width: 100%;
}
.pickup .list .attention {
  position: relative;
}
.pickup .list .attention::before {
  content: "";
  position: absolute;
  right: -10px;
  top: -20px;
  width: 50%;
  height: 40%;
  background: url("../images/products/attention.png") no-repeat;
  background-size: contain;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

.foundation {
  background: #f7f7f7;
  padding: 20px;
}
.foundation ul {
  width: 96%;
  max-width: 1100px;
  margin: 0 auto;
}
.foundation li {
  position: relative;
  border: 1px solid #b5b5b5;
  padding: 30px 20px;
  margin-bottom: 50px;
  background: #fff;
}
.foundation li h3 {
  background: #222222;
  color: #fff;
  display: inline-block;
  width: 250px;
  padding: 5px 10px;
  position: absolute;
  top: -30px;
  left: -10px;
  font-size: 1.1rem;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
.foundation li p {
  font-size: 1rem;
}

.products {
  padding: 20px 0;
}
.products h2 {
  text-align: center;
}
.products h3 {
  border-left: 5px solid #d80c18;
  padding-left: 10px;
  margin: 20px 0;
}
.products ul {
  width: 96%;
  max-width: 1100px;
  margin: auto;
  padding: 0 0 0 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.products ul li {
  padding-top: 80px;
  margin: -80px 2% 2% 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
  width: 23%;
}
@media screen and (max-width: 1099px) {
  .products ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    width: 48%;
  }
}
.products ul li .detail {
  overflow: hidden;
  font-size: 0.7rem;
  background: #f7f7f7;
  -webkit-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
  height: 100%;
  padding: 20px;
}
@media screen and (max-width: 1099px) {
  .products ul li .detail {
    padding: 10px;
  }
}
.products ul li .detail p {
  white-space: normal; /* 折り返しを許可 */
  overflow-wrap: anywhere; /* 推奨：長い語を必要に応じて折り返す（最新ブラウザ） */
  word-wrap: break-word; /* 旧仕様サポート（互換） */
  word-break: normal; /* 単語の途中で不用意に切らない（通常） */
  -ms-hyphens: auto;
      hyphens: auto;
}
.products ul li.full_column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 96%;
          flex: 0 0 96%;
  width: 96%;
  max-width: 1100px;
  margin: -80px auto 2%;
}
.products ul li.full_column .detail {
  margin: 0 auto 20px;
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 1100px) {
  .products ul li.full_column .detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.products ul li.full_column .detail .movie {
  margin: 0 auto 20px;
  max-width: 100%;
  overflow: hidden;
}
.products ul li.full_column .detail .movie iframe {
  aspect-ratio: 56/33;
  width: 620px;
  max-width: 100%;
}
.products ul li.full_column .detail .group {
  min-height: 100%;
  max-width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1100px) {
  .products ul li.full_column .detail .group {
    margin-left: 30px;
  }
}
.products ul li.full_column .detail .group h3 {
  margin: 0 0 20px;
  font-size: 1.2rem;
}
.products ul li.full_column .detail .group .text {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.products ul li.full_column .detail .group img {
  display: block;
  width: 50%;
  max-width: 205px;
  border: 1px solid #b5b5b5;
}
.products ul li.full_column .detail .group p {
  font-size: 0.9rem;
}

.companyProfile {
  padding: 20px 0;
  width: 100%;
  overflow: hidden;
  margin: auto;
}
.companyProfile .philosophy {
  width: 96%;
  max-width: 1100px;
  display: block;
  margin: 0 auto;
}
.companyProfile table {
  margin: 30px auto;
  border-collapse: collapse;
  border-spacing: 0;
  width: 96%;
  max-width: 1100px;
}
.companyProfile table th, .companyProfile table td {
  padding: 10px;
  border: 1px solid #b5b5b5;
  font-size: 0.8rem;
}
.companyProfile table th {
  width: 30%;
  background: #f7f7f7;
  text-align: left;
}
.formBlock {
  background: #f7f7f7;
  padding: 50px 0;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
@media screen and (max-width: 1099px) {
  .formBlock {
    padding: 20px 20px 50px;
  }
}
.formBlock .form_text {
  width: 96%;
  margin: 20px auto;
  max-width: 800px;
  font-size: 1.3rem;
  text-align: center;
}

form {
  background: #fff;
  max-width: 800px;
  margin: 30px auto;
  padding: 50px;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1099px) {
  form {
    padding: 30px;
  }
}

form label {
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
  color: #333;
}

form input[type=text],
form input[type=email],
form textarea {
  width: 100%;
  min-height: 30px;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

form input:focus,
form textarea:focus {
  border-color: #d80c18;
  outline: none;
}

form textarea {
  height: 120px;
  resize: vertical;
}

.form_button {
  display: block;
  margin: 0 auto;
  width: 60%;
  padding: 12px;
  background: #d80c18;
  border: none;
  color: #fff;
  font-size: 1rem;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 20px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.form_button:hover {
  background-color: #222222;
}

.popup {
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  color: #333;
  padding: 20px 30px;
  border-radius: 10px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.popup .popup_text {
  background: #fff;
  padding: 50px;
}
.popup .popup_close {
  display: block;
  margin: 20px auto;
  background: #222222;
  color: #fff;
  padding: 0 20px;
}

.show {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.error {
  min-height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  text-align: center;
}
.error h2 {
  font-size: 3rem;
}
.error p {
  font-size: 1.5rem;
}
.error p a {
  color: #d80c18;
  text-decoration: underline;
}

footer {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-weight: 300;
  background: #222222;
  text-align: center;
  padding: 10px 0;
  color: #f7f7f7;
}
footer .sns {
  padding: 50px 0;
}
footer .sns img {
  height: 30px;
  margin: 0 30px;
}
footer small {
  font-size: 0.6rem;
}