@charset "utf-8";

/*--header--*/
header {
  width: 100%;
  height: 640px;
  background: url(../../img/billboard.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  position: relative;
}

header::after {
  content: url(../../img/chameleon.png);
  transform: scale(-1, 1);
  width: 237px;
  position: absolute;
  left: 0; bottom:-20%;
  z-index: 1;
}

header #header-inner #title {
  width: 820px;
  margin: 0 auto;
  padding-top: 56px;
}

header #header-inner #title img {
  max-width: 100%;
}

header #header-inner #header-list {
  position: absolute;
  left: 5%;
  bottom: 10%;
  width: 536px;
}

#intro {
  background-color: #f1eee4;
  padding: 72px 0;
  position: relative;
  margin-bottom: 122px;
}

#intro::before {
  content:url(../../img/animals.png);
  position: absolute;
  right: 55px; bottom: -65px;
  width: 189px;
}

#intro::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 275px 0 275px;
  border-color: #f1eee4 transparent transparent transparent;
  position: absolute;
  left: 50%; bottom: -49px;
  transform: translateX(-50%);
}

#intro #order-button {
  display: inline-block;
  width: 550px;
}

#intro .slick-container {
  margin-bottom: 48px;
}
#intro #order-button a {
  color: #fff;
  background-color: #007922;
  font-size: 30px;
  line-height: 3;
  text-decoration: none;
  display: block;
  position: relative;
  border-radius: 12px;
  margin-bottom: 60px;
}

.slick-container{
  position:relative;
}

#intro .slick-container {
  width: 550px;
  margin: 0 auto;
}

.slick-container .slick-prev,
.slick-container .slick-next{
	width:20px; height:40px;
}
.slick-container .slick-prev::before,
.slick-container .slick-next::before{
	content:"";
}
.slick-container button.slick-prev,
.slick-container button.slick-next{
	z-index:2;
}

.slick-container .slick-arrow{z-index:10;}
.slick-container ul.slick-dots{
  bottom:-30px;
}
.slick-container ul.slick-dots li{
  width:20px; height:20px;
	margin:0;
}
#intro #order-button a::after {
  content: "▲";
  font-size: 20px;
  transform: translateY(-50%) scale(0.6,1) rotate(90deg);
  position: absolute;
  top: 50%;
  right: 25px;
}

#intro .slick-container .single-item img {
  width: 100%;
  height: auto;
}

#intro #intro-sentence {
  padding-top: 36px;
}
.apeal {
  font-size: 30px;
  line-height: 1.5;
}

.apeal-sub {
  font-size: 20px;
  line-height: 1.5;
}

.apeal span {
  border-bottom: 2px dashed #007922;
}

#intro #intro-sentence #LikeWorm::before
,#intro #intro-sentence #LikeWorm::after {
  display: inline-block;
  width: 20px;
  height: 15px;
  content: "";
  border-top: 2px solid #007922;
  line-height: 30px;
}

#intro #intro-sentence #LikeWorm::before {
  transform: rotateZ(45deg);
  transform-origin: left center;
  margin-right: 4px;
}

#intro #intro-sentence #LikeWorm::after {
  transform: rotateZ(-45deg);
  transform-origin: right center;
  margin-left: 4px;
}

/*--おススメポイント共通--*/
#recommend-point {
  width: 1080px;
  margin: 0 auto;
  padding-bottom: 65px;
  position: relative;
}

#recommend-point::after {
  content: url(../../img/rezard.png);
  position: absolute;
  bottom: -6%;
  right: -12%;
  z-index: 1;
}

#recommend-point h1 {
  width: 340px;
  display: block;
  margin: 0 auto 65px;
}

#recommend-point #points {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  box-sizing: border-box;
  position: relative;
}

#recommend-point #points::before {
  content: url(../../img/worm_right.png);
  position: absolute;
  top: 8%;
  right: -11%;
}

#recommend-point #points::after {
  content: url(../../img/worm_left.png);
  position: absolute;
  bottom: -4%;
  left: -10%;
}

#recommend-point #points p {
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
}

#recommend-point #points .point {
  background: #f1eee4;
  border-radius: 12px;
  width: 480px;
  margin-bottom: 52px;
  z-index: 1;
}

#recommend-point #points .point .point-inner {
  padding: 42px 46px;
}

#recommend-point #points .point .point-inner .heading {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 14px;
  font-weight: 500;
}
/*--point1--*/
#recommend-point #point1,
#recommend-point #point2,
#recommend-point #point3,
#recommend-point #point4 {
  position: relative;
}

#recommend-point #points .circle {
  width: 78px;
  height: 78px;
  position: absolute;
  background: #007922;
  border-radius: 50%;
  top: -30px;
  left: -30px;
}

#recommend-point #points .circle p {
  font-size: 29px;
  color: #fff;
  text-align: center;
  line-height: 1.1;
}

#recommend-point #points .circle p span {
  font-size: 14px;
}
#recommend-point #point1 .point-inner p span {
  border-bottom: 1px dashed #007922;
}

#recommend-point #point1 .point-inner #nutrition table {
  border-collapse: collapse;
  background-color: #fff;
  margin-bottom: 16px;
}

#recommend-point #point1 .point-inner #nutrition table .top-line  {
  background-color: #f9ecfc;
}

#recommend-point #point1 .point-inner #nutrition table tr {
  line-height: 200%;
}

/* 表　シルクワーム囲み */
#recommend-point #point1 .point-inner #nutrition table tr th:nth-child(2) {
  border-top: 3px solid #313131;
  border-left: 3px solid #313131;
  border-right: 3px solid #313131;
  font-weight: 500;
}
#recommend-point #point1 .point-inner #nutrition table tr td:first-of-type {
  border-left: 3px solid #313131;
  border-right: 3px solid #313131;
}

#recommend-point #point1 .point-inner #nutrition table tr:last-of-type td:first-of-type {
  border-bottom: 3px solid #313131;
}

#recommend-point #point1 .point-inner #nutrition table tr:nth-child(n+2) th {
  background-color: #ffeed8;
}

#recommend-point #point1 .point-inner #nutrition table th,
#recommend-point #point1 .point-inner #nutrition table td {
  border: 1px solid #313131;
  padding: 0 9px;
}

#recommend-point #point1 .point-inner #nutrition table th {
  font-size: 14px;
  font-weight: normal;
}

#recommend-point #point1 .point-inner #nutrition table td {
  font-size: 15px;
}

#recommend-point #point1 .point-inner #nutrition table caption {
  font-size: 12px;
  width: 205px;
  caption-side: right;
  line-height: 150%;
  margin-bottom: 4px;
}

#recommend-point #point1 .point-inner #features {
  display: flex;
  box-sizing: border-box;
}

#recommend-point #point1 .point-inner #features h3 {
  color: #007922;
  background-color: #fff;
  font-size: 16px;
  width: 65px;
  line-height: 0;
  border-radius: 12px;
  margin-right: 12px;
  font-weight: 600;
  padding: 45px 8px;
}

#recommend-point #point1 .point-inner #features ul li,
#recommend-point #point4 .point-inner ul li {
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
  padding: 1px 0 1px 1em;
  text-indent: -1em;
}

#recommend-point #point1 .point-inner #features ul li:before {
  content: "・";
}

/*point2*/
#recommend-point #point2 .point-inner p span {
  border-bottom: 1px dashed #007922;
}

#recommend-point #point2 .point-inner #circumstance {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

#recommend-point #point2 .point-inner #circumstance #work{
  padding-right: 10px;
}
#recommend-point #point2 .point-inner #circumstance #box {
  padding-left: 10px;
}

#recommend-point #point2 .point-inner #circumstance #work p,
#recommend-point #point2 .point-inner #circumstance #box p {
  text-align: center;
  line-height: 2.2;
}
/*--point3--*/
#recommend-point #point3 .point-inner p span {
  border-bottom: 1px dashed #007922;
}

#recommend-point #point3 .point-inner img {
  margin-bottom: 4px;
}
/*--point4--*/
#recommend-point #point4 .point-inner p span {
  border-bottom: 1px dashed #007922;
}

#recommend-point #point4 .point-inner table {
  border-collapse: collapse;
  background-color: #fff;
  width: 100%;
  margin-bottom: 4px;
}

#recommend-point #point4 .point-inner table .top-line  {
  background-color: #f9ecfc;
}

#recommend-point #point4 .point-inner table tr {
  line-height: 200%;
}

#recommend-point #point4 .point-inner table th,
#recommend-point #point4 .point-inner table td {
  border: 1px solid #313131;
  padding: 0 9px;
}

#recommend-point #point4 .point-inner table th {
  font-size: 14px;
  font-weight: 400;
}
#recommend-point #point4 .point-inner table tr:nth-child(2) th,
#recommend-point #point4 .point-inner table tr:nth-child(6) th {
  position: relative;
}
#recommend-point #point4 .point-inner table tr:nth-child(2) th::after,
#recommend-point #point4 .point-inner table tr:nth-child(6) th::after {
  position: absolute;
  right: 18px;
  content: "※";
  font-size: 6px;
}

#recommend-point #point4 .point-inner table td {
  font-size: 15px;
}

#recommend-point #point4 .point-inner table tr:nth-child(n+2) th {
  background-color: #ffeed8;
}
/*--order--*/

#order {
  background: #f1eee4;
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 84px;
}

#order-inner {
  padding-top: 120px;
  width: 1000px;
  margin: 0 auto;
}

#order-inner::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 275px 0 275px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 50%; top: -1px;
  transform: translateX(-50%);
}

#order-inner h1 {
  font-weight: 500;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

#order-inner h1::before {
  content: url(../../img/worm_titleback.png);
  position: absolute;
  top: -15px;
  left: 44%;
  z-index: -1;
}

/*--その他注文方法--*/
#order-inner #caution p:first-of-type {
  display: inline-block;
  font-size: 24px;
  line-height: 1.4;
  background: linear-gradient(transparent 50%, #ffff00 50%);
  margin-bottom: 8px;
}

#order-inner #caution p:nth-child(2) {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 32px;
}

#order-inner #others {
  border: 1px solid #313131;
  padding: 20px 25px;
  margin-bottom: 50px;
}

#order-inner #others p {
  font-size: 20px;
}

#order-inner #others #others-intro {
  margin-bottom: 24px;
}

#order-inner #others #others-contents {
  display: flex;
  justify-content: space-around;
  position: relative;
}

#order-inner #others #others-contents::after {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px dashed #313131;
  position: absolute;
  top: 0;
  left: 50%;
}

#order-inner #others #others-contents #telephone {
  display: flex;
}

#order-inner #others #others-contents .others-icon {
  width: 50px;
  margin-right: 6px;
}
#order-inner #others #others-contents .others-sentence {
text-align: left;
}

#order-inner #others #others-contents #telephone #t-right p:first-of-type,
#order-inner #others #others-contents #fax #f-right p:first-of-type {
  font-size: 18px;
  background: linear-gradient(transparent 70%, #ffff00 50%);
  display: inline-block;
}

#order-inner #others #others-contents #telephone #t-right p:nth-child(2),
#order-inner #others #others-contents #fax #f-right p:nth-child(2) {
  font-size: 20px;
  font-weight: 600;
}

#order-inner #others #others-contents #telephone #t-right p:nth-child(2) span,
#order-inner #others #others-contents #fax #f-right p:nth-child(2) span {
  font-size: 14px;
  font-weight: 400;
  margin-left: 8px;
}

#order-inner #others #others-contents #fax {
  display: flex;
}
/*--form--*/
/*-全体---*/
#form {
  background: #fff;
  padding-bottom: 60px;
}

#form #form-inner {
  padding: 72px 140px 36px 140px;
}

#form #form-inner input,
#form #form-inner select,
#form #form-inner textarea {
  border: none;
}

#form #form-inner h3 {
  text-align: left;
  color: #007922;
  margin: 50px auto 12px;
}

#form #form-inner #top-caution  {
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
}

#form #form-inner table {
  width: 100%;
  border-width: 1px 0px;
  border-color: #313131;
  border-style: dotted;
  border-collapse: collapse;
  font-size: 15px;
}

#form #form-inner .item table tr:last-child {
  margin-bottom: 42px;
}

#form #form-inner table th, #form #form-inner table td {
  border-width: 1px 0px;
  border-color: #313131;
  border-style: dotted;
  padding: 8px 0;
  font-weight: 400;
}

#form #form-inner table th:first-of-type {
  width: 26%;
}
/*--.item(silkworm&bait)--*/
#form #form-inner /*.item*/table th:first-of-type {
  border-right: 1px dotted #313131;
}

#form #form-inner .item table td input {
  width: 60px;
  background: #f1eee4;
  border-radius: 12px;
  margin-right: 4px;
}

#form #form-inner .item table td input::placeholder {
  text-align: center;
}

#form #form-inner .item table td span {
  margin-left: 16px;
  font-size: 12px;
  display: inline-block;
}

#form #form-inner .item table td:last-of-type {
  font-size: 15px;
}

#form #form-inner .item table th:nth-child(2),
#form #form-inner .item table td:first-of-type {
  width: 20%;
}

#form #form-inner .item table td:nth-child(2),
#form #form-inner .item table tr:first-of-type td{
  width: 5%;
}

#form #form-inner .item table tr:nth-child(n+2) td:last-of-type,
#form #form-inner .item table tr:first-of-type th:last-of-type {
  text-align: left;
  padding-left: 50px;
}

#form #form-inner .item table tr:first-of-type th:last-of-type {
  padding-left: 64px;
}

#form #form-inner .item th span {
  font-size: 10px;
  vertical-align: bottom;
}

#form #form-inner #silkworm tr:nth-child(2) th:first-of-type,
#form #form-inner #silkworm tr:last-of-type th:first-of-type {
  position: relative;
}

#form #form-inner #silkworm tr:nth-child(2) th:first-of-type::after,
#form #form-inner #silkworm tr:last-of-type th:first-of-type::after {
  position: absolute;
  top: 12px;
  right: 72px;
  content: "※";
  font-size: 10px;
}

#form #form-inner #silkworm p {
  text-align: left;
  font-size: 14px;
  line-height: 2.2;
}

/*お客様情報*/
#form #form-inner #customer-info table th, #form #form-inner #customer-info table td {
  padding: 16px 0;
}

#form #form-inner #customer-info table td {
  text-align: left;
  padding-left: 45px;
}

#form #form-inner #customer-info table th span {
  color: #fc2626;
  font-size: 12px;
}

#form #form-inner #customer-info p {
  font-size: 12px;
  line-height: 2.4;
}

#form #form-inner #customer-info table td input {
  width: 300px;
  background: #f1eee4;
}

#form #form-inner #customer-info table tr:nth-child(10) input {
  width: 3%;
}

#form #form-inner #customer-info table tr:nth-child(10) input:last-of-type {
  margin-left: 20px;
}

#form #form-inner #customer-info table select {
  width: 300px;
  background: #f1eee4;
}

#form #form-inner #customer-info table tr:nth-child(8) td input {
  width: 100%;
}

#form #form-inner #customer-info table textarea {
  background: #f1eee4;
  width: 100%;
  height: 142px;
}

#form #form-inner #customer-info table tr:nth-child(4) td,
#form #form-inner #customer-info table tr:nth-child(5) td,
#form #form-inner #customer-info table tr:nth-child(7) td,
#form #form-inner #customer-info table tr:nth-child(8) td {
  border-style: none;
}

#form #form-inner #customer-info table tr:nth-child(4) td {
  padding-bottom: 4px;
}

#form #form-inner #customer-info table tr:nth-child(5) td {
  padding-top: 0;
}

#form #form-inner #customer-info table tr:nth-child(7) td {
  padding-bottom: 8px;
}

#form #form-inner #customer-info table tr:nth-child(8) td {
  padding-top: 8px;
}
#form #form-inner .error-message{
  color: #FF0000;
  margin-top: 40px;
  text-align: left;
  font-weight: bold;
  font-size: 100% !important;
}
#form #form-inner span.hissu-error{
  color: #FF0000;
  display: block;
  margin-top: 5px;
  font-size: 85%;
  text-align: left;
}
#form #form-inner .form-complete p{
  margin-bottom: 30px;
}
#form #form-inner .form-complete p:last-child{
  margin-bottom: 0;
}
#form #form-inner #customer-info table td#arrive select{
  width: 25%;
}
/*送信ボタン*/
#order #order-inner #form #send-button {
  display: inline-block;
  width: 160px;
  position: relative;
  margin-top:50px;
}

#order #order-inner #form #send-button .send {
  color: #fff;
  background-color: #007922;
  font-size: 16px;
  line-height: 2.4;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

#order #order-inner #form #send-button::after {
  content: "▲";
  position: absolute;
  color: #fff;
  font-size: 10px;
  transform: translateY(-50%) scale(0.6,1) rotate(90deg);
  top: 55%;
  right: 20px;
  transition: all .3s;
  pointer-events: none;
}

#order #order-inner #form #send-button:hover::after {
  right: 10px;
}

#order::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 275px 0 275px;
  border-color: #f1eee4 transparent transparent transparent;
  position: absolute;
  left: 50%; bottom: -49px;
  transform: translateX(-50%);
}

/*announce*/
#announce {
  width: 1000px;
  margin: 0 auto 82px;
  text-align: left;
}

#announce h2 {
  color: #007922;
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 24px;
}

#announce ul li {
  padding-left: 1em;
  text-indent: -1em;
}

#announce h2:last-of-type {
  margin-bottom: 12px;
}

#announce #buy-title {
  display: flex;
}
#announce #buy-title a {
  line-height: 40px;
  margin-left: 24px;
}
#announce #buy-contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#announce #buy-contents .buy-content {
  width: 484px;
  box-sizing: border-box;
  background: #f1eee4;
  border-radius: 12px;
  padding: 32px 40px;
  margin-bottom: 32px;
}

#announce ul li {
  padding-bottom: 6px;
  line-height: 1.6;
}

#announce #buy-contents .buy-content p {
  background: #fff;
  line-height: 3;
  font-weight: 500;
  text-align: center;
  margin: 12px auto 12px;
}

#announce #buy-contents .buy-content span {
  color: #de122a;
}

#announce #buy-contents #pay br {
  display: none;
}

#announce #buy-contents #support #support-sentence {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  background: none;
  text-align: left;
}
#announce #buy-contents #support ul {
  border-top: 1px dotted #313131;
  padding-top: 10px;
}
#announce #buy-contents #support ul li {
  line-height: 1.6;
}
/*--footer--*/
footer {
  background: #006209;
  color: #fff;
  text-align: left;
}

footer #footer-contents {
  width: 840px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 20px 0;
}

footer #footer-contents #footer-left {
  width: 200px;
}

footer #footer-contents #footer-left img {
  max-width: 100%;
}

footer #footer-contents #footer-right {
  display: flex;
  justify-content: left;
  box-sizing: border-box;
  margin-left: 40px;
}

footer #footer-contents #footer-right #left-info {
  margin-right: 20px;
}

footer #footer-contents #footer-right #right-info {
  margin-top: 21px;
}

footer #copyright {
  border-top: 1px solid #fff;
  text-align: center;
  font-size: 12px;
  line-height: 48px;
}

footer ul li {
  font-size: 14px;
  line-height: 1.6;
  font-weight: normal;
}

footer #footer-contents #footer-right ul li:first-child {
  margin-bottom: 5px;
}

footer #footer-contents #footer-right #left-info ul li:last-child::before {
  content: "";
  background-image: url(../../img/f-mail.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 18px;
  height: 14px;
  margin-right: 4px;
  background-size: contain;
  vertical-align: middle;
  margin-bottom: 2px;
}
footer #footer-contents #footer-right #right-info ul li:first-child::before {
  content: "";
  background-image: url(../../img/f-tel.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  background-size: contain;
  vertical-align: middle;
  margin-bottom: 4px;
}
footer #footer-contents #footer-right #right-info ul li:last-child::before {
  content: "";
  background-image: url(../../img/f-fax.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  background-size: contain;
  vertical-align: middle;
  margin-bottom: 4px;
}
/*--scrolltop--*/
.scrollUp {
  position: fixed;
  z-index: 1000;
  width: 118px;
  height: 70px;
  background-size: 120px;
  background-image: url(../../img/scrolltop.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
  bottom: 15px;
  right: 15px;
}

/* 商取引ページ */
#law-header {
  background-image: url(../../img/header_law.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 200px;
  position: relative;
  margin-bottom: 36px;
}

#law-header::after {
  display: none;
}

#law-header #law-title {
  position: absolute;
  top: 13%;
  left: 6%;
  width: 200px;
}

#law-header #law-title img {
  max-width: 100%;
}

#law-header h1 {
  text-align:center;
  display: inline-block;
  padding: 7px 0;
  font-size: 32px;
  margin-top: 76px;
  line-height: 1;
  color: #313131;
  font-weight: 500;
  background-color: rgba(241,238,238,0.7);
  width: 460px;
}

#law-box {
  border-radius: 12px;
  margin: 0 auto 50px;
}

#law-box table.law-table {
  margin: 0 auto;
  border-collapse: collapse;
}

#law-box table.law-table tr {
  border-bottom: 1px dashed #313131;
}

#law-box table.law-table th,
#law-box table.law-table td {
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  padding: 25px 15px;
}

#back {
  margin-bottom: 50px;
}

#back a {
  text-decoration: none;
  border: 1px solid #313131;
  color: #313131;
  font-size: 14px;
  line-height: 1;
  padding: 8px 36px;
  margin: 72px 0;
  position: relative;
}

#back a::before {
  content: "▲";
  position: absolute;
  color: #313131;
  font-size: 10px;
  transform: translateY(-50%) scale(0.6,1) rotate(-90deg);
  top: 52%;
  left: 12px;
}
