<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*!
 * Theme Name: frutto_v3
 * Theme URI: https://www.frutto.co.jp/
 * Description:
 * Version: 3
 * Author: Frutto Inc.
 */
html {
  height: 100%;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "sans-seif";
}

@font-face {
  font-family: "Poppins-Bold";
  src: url("./font/Poppins-Bold.ttf");
}
body {
  font-size: 16px;
  line-height: 27.2px;
  color: #444444;
  width: 100%;
  height: 100%;
}

main {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main {
    padding: 0 24px;
  }
}

article {
  margin: 0 auto;
  width: 720px;
  word-wrap: break-word;
}
@media screen and (max-width: 767px) {
  article {
    width: 100%;
  }
}

h1 {
  font-size: 32px;
  line-height: 54.4px;
  display: inline-block;
  margin-top: 64px;
  font-family: "Poppins-Bold";
}
@media screen and (max-width: 767px) {
  h1 {
    display: block;
    text-align: center;
  }
}

p {
  margin-top: 32px;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  border-radius: 1.6vh;
  width: 100%;
  max-width: 720px;
  max-height: 480px;
  object-fit: cover;
  vertical-align: top;
  margin-top: 32px;
}

input,
textarea {
  border: 1px solid #ADADAD;
  width: 352px;
  height: 56px;
  line-height: 56px;
  padding: 20px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  input,
  textarea {
    width: 100%;
  }
}

input[type=checkbox] {
  position: relative;
  top: 2px;
  width: 20px;
  height: 20px;
  border: none;
  margin-top: 24px;
}

textarea {
  height: 196px;
  line-height: normal;
  width: 100%;
}

button,
input[type=submit] {
  width: auto;
  padding: 0 44px;
  background-color: #4359FF;
  border-radius: 8px;
  text-align: center;
  color: #ffffff;
  line-height: 56px;
  border: none;
  font-size: 16px;
}

::placeholder {
  color: #ADADAD;
}

a:hover,
button:hover,
input:hover {
  opacity: 0.8;
}

.grecaptcha-badge {
  visibility: hidden;
}

.caution {
  background-color: #f7f7f7;
  padding: 24px;
  border-radius: 16px;
  border: none;
  margin-top: 32px;
  font-size: 16px;
}

.caution--info {
  background-color: #f7f7f7;
  background-color: #f7f7f7;
  padding: 24px;
  border-radius: 16px;
  border: none;
  margin-top: 32px;
  font-size: 16px;
}

.caution__p {
  margin: 0;
  padding: 0;
}

.caution &gt; p,
.caution.caution--info ul {
  margin-top: 0;
}

#pageup {
  position: fixed;
  bottom: 24px;
  right: 24px;
  height: 48px;
  width: 48px;
  padding: 0;
  display: block;
  background-color: #444444;
  background-image: url("./images/arrow_white.svg");
  background-position: center center;
  border: none;
  border-radius: 50%;
  outline: none;
  opacity: 0;
  transition-duration: 0.5s;
}

.easyLink-box.easyLink-size-xs {
  background-color: #f7f7f7;
  border: none;
  border-radius: 16px;
  padding: 24px;
  margin-top: 32px;
}
.easyLink-box.easyLink-size-xs .easyLink-box-img {
  margin-right: 24px;
}
.easyLink-box.easyLink-size-xs .easyLink-img-pht {
  background-color: #ffffff;
  padding: 8px;
  border-radius: 8px;
}
.easyLink-box.easyLink-size-xs .easyLink-info-maker {
  display: none;
}
.easyLink-box.easyLink-size-xs .easyLink-info-name {
  font-weight: bold;
}
.easyLink-box.easyLink-size-xs .easyLink-info-btn {
  display: inline !important;
  margin-top: 16px !important;
}
.easyLink-box.easyLink-size-xs .easyLink-info-btn :not(:first-child) {
  margin-right: 24px !important;
}
.easyLink-box.easyLink-size-xs .easyLink-info-btn-amazon,
.easyLink-box.easyLink-size-xs .easyLink-info-btn-rakuten,
.easyLink-box.easyLink-size-xs .easyLink-info-btn-yahoo {
  padding: 0 !important;
  background-color: transparent !important;
  color: #4359FF !important;
  display: inline !important;
  font-weight: normal !important;
  font-size: 13px !important;
}
@media screen and (max-width: 767px) {
  .easyLink-box.easyLink-size-xs .easyLink-info-btn-amazon,
  .easyLink-box.easyLink-size-xs .easyLink-info-btn-rakuten,
  .easyLink-box.easyLink-size-xs .easyLink-info-btn-yahoo {
    display: block !important;
    height: auto !important;
    text-align: left !important;
  }
}

div[id^=msmaflink-FMYXu-] + p {
  display: none;
}

.header {
  width: 100%;
  line-height: 82px;
  padding: 0 24px;
}
@media screen and (max-width: 767px) {
  .header {
    line-height: normal;
  }
}
.header nav {
  display: flex;
  margin: 0 auto;
  width: 1088px;
  height: 82px;
}
@media screen and (max-width: 767px) {
  .header nav {
    display: block;
    width: 100%;
    height: auto;
  }
}
.header .header__navi {
  display: flex;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .header .header__navi {
    width: 100%;
    height: 48px;
    overflow-x: scroll;
  }
}
.header .navi__li {
  margin-right: 8px;
}
.header .navi__link {
  line-height: 22.1px;
  display: inline-block;
}
.header .navi__link:not(.navi__link--logo) {
  font-size: 13px;
  color: #444444;
  text-decoration: none;
  font-weight: bold;
  border-radius: 9999px;
  padding: 9px 12px 9px 12px;
}
.header .navi__link:not(.navi__link--logo):hover {
  background-color: #f7f7f7;
}
.header .navi__link--current {
  background-color: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .header .header__logo {
    width: 100%;
    height: 64px;
  }
}
.header .navi__link--logo {
  height: 82px;
}
@media screen and (max-width: 767px) {
  .header .navi__link--logo {
    display: inline-block;
    text-align: center;
    display: grid;
    place-content: center;
    place-items: center;
  }
}
.header .navi__logo {
  margin: 0 16px 0 0;
  background-color: transparent;
  padding: 0;
  width: 111px;
  height: auto;
  border-radius: 0;
}
.wrap--404 {
  height: 100vh;
  display: grid;
  place-items: center;
}
.wrap--404 .block {
  height: auto;
  text-align: center;
}
.wrap--404 .block__h1 {
  display: block;
  font-family: "Poppins-Bold";
}
.wrap--404 .block__url {
  color: #444444;
  text-decoration: none;
}
.wrap--404 .block__url:hover {
  text-decoration: underline;
}

.front {
  text-align: center;
}
.front img {
  margin-top: 64px;
}
.front h1 {
  margin-top: 32px;
  font-family: "Poppins-Bold";
}

.about,
.history {
  width: 100%;
  margin-top: 32px;
}
.about .about__li,
.history .about__li {
  background-color: #f7f7f7;
  padding: 24px;
  margin-top: 4px;
  margin-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.about .about__li:first-child,
.history .about__li:first-child {
  border-radius: 16px 16px 0 0;
}
.about .about__li:last-child,
.history .about__li:last-child {
  border-radius: 0 0 16px 16px;
}
.about .about__label,
.history .about__label {
  font-weight: bold;
  display: block;
}
.about .h2--company,
.history .h2--company {
  margin-top: 120px;
  font-family: "Poppins-Bold";
}

.products {
  width: 1088px;
}
@media screen and (max-width: 767px) {
  .products {
    width: auto;
  }
}

.products__ul {
  width: 1088px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .products__ul {
    width: auto;
    display: block;
  }
}

.products__li {
  margin-top: 32px;
}

.products__li:nth-child(odd) {
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .products__li:nth-child(odd) {
    margin-right: 0;
  }
}

.products__img {
  width: 536px;
  height: 331px;
  margin-top: 0;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .products__img {
    width: 100%;
    height: auto;
  }
}

.index {
  width: 1088px;
}
@media screen and (max-width: 767px) {
  .index {
    width: 100%;
  }
}
.index .index__h1 {
  margin-right: 8px;
}
.index .index__btn {
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  margin-right: 8px;
}
.index .index__btn--filter {
  background-color: #F7F7F7;
  color: #444444;
}
.index .index__btn--lift {
  background-color: #4359FF;
  color: #ffffff;
}

.post {
  margin-top: 16px;
}
.post .post__ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .post .post__ul {
    display: block;
  }
}
.post .post__li {
  width: 260px;
}
@media screen and (max-width: 767px) {
  .post .post__li {
    display: flex;
    width: 100%;
    margin-top: 32px;
  }
}
.post .post__li:not(:nth-child(4n)) {
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .post .post__li:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
.post .post__li:nth-child(n+5) {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .post .post__li:nth-child(n+5) {
    margin-top: 32px;
  }
}
.post .post__img {
  width: 260px;
  height: 161px;
  display: inline-block;
  border-radius: 1.6vh;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .post .post__img {
    width: 156px;
    height: 97px;
  }
}
.post .post__content {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .post .post__content {
    margin-left: 16px;
  }
}
.post .post__h2 {
  font-size: 16px;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 制限したい行数が2の場合 */
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .post .post__h2 {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 制限したい行数が2の場合 */
    overflow: hidden;
  }
}
.post .post__h2--sticky {
  margin-top: 64px;
  font-size: 24px;
  line-height: 40.8px;
}
.post .post__date,
.post .post__edit &gt; a {
  color: #ADADAD;
  font-size: 11px;
  margin-top: 8px;
}
.post .post__link {
  color: #444444;
  text-decoration: none;
}

.pagenavi {
  width: auto;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .pagenavi {
    text-align: center;
  }
}

.pagenavi__form {
  display: inline-block;
  margin-right: 8px;
  display: flex;
}

.wp-pagenavi select {
  border-radius: 8px;
  border: 1px solid #ADADAD;
  padding: 0 20px;
  width: 120px;
  height: 56px;
  line-height: 56px;
  color: #444444;
  background-image: url("./images/arrow.svg");
  background-position: 84px 24px;
}

.modal-btn:hover {
  cursor: pointer;
  opacity: 0.8;
}
.modal-btn img {
  margin: 0;
  border: 0;
}

.modal-overlay {
  position: relative;
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
}

.modal-content {
  position: absolute;
  /*relativeを指定した親要素を支点とした位置をすべて0に指定↓ */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 720px;
  max-height: 600px;
}
@media screen and (max-width: 767px) {
  .modal-content {
    position: relative;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    max-height: unset;
  }
}

.modal-body {
  margin: 16px;
}

.modal-content__head {
  border-radius: 2.6vh 2.6vh 0 0;
  background-color: #F7F7F7;
  padding: 32px;
}
@media screen and (max-width: 767px) {
  .modal-content__head {
    padding: 24px;
  }
}
.modal-content__head .modal__freeword {
  margin-top: 32px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .modal-content__head .modal__freeword {
    margin-top: 16px;
  }
}
.modal-content__head .modal__h3 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 32px;
  display: block;
}
.modal-content__head .modal__submit {
  margin-top: 32px;
}
.modal-content__head .modal__ul {
  display: flex;
  flex-wrap: wrap;
}
.modal-content__head .modal__li {
  display: inline-block;
  margin-right: 16px;
  line-height: 16px;
}
.modal-content__head .searchform {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid gray;
}
.modal-content__head .modal__close {
  background-color: transparent;
  color: #4359FF;
  position: absolute;
  padding: 0;
  line-height: normal;
  top: 32px;
  right: 32px;
}
@media screen and (max-width: 767px) {
  .modal-content__head .modal__close {
    top: 24px;
    right: 40px;
  }
}

.modal-body__submit {
  padding: 32px;
  border-radius: 0 0 2.6vh 2.6vh;
  background-color: #F7F7F7;
  margin-top: 4px;
  text-align: center;
}
.luminous {
  display: inline-block;
  cursor: zoom-in;
}
.luminous .lum-lightbox-inner img {
  max-width: 100%;
  max-height: 100%;
}

.lum-lightbox {
  background: rgba(255, 255, 255, 0.92);
}

img.lum-img {
  width: auto;
  height: auto;
  border: 0;
  cursor: zoom-out;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  img.lum-img {
    width: 100%;
  }
}

.lum-gallery-button {
  width: 48px;
  height: 48px;
}

.lum-previous-button:after,
.lum-next-button:after {
  border: 0;
  left: 0;
  transform: none;
}

.lum-previous-button {
  background: url("./images/arrow_white.svg") no-repeat center center #444444;
  background-size: 16px auto;
  transform: rotate(270deg);
}

.lum-next-button {
  background: url("./images/arrow_white.svg") no-repeat center center #444444;
  background-size: 16px auto;
  transform: rotate(90deg);
}

.lum-close-button {
  top: 16px;
  right: 16px;
  width: 48px;
  height: 48px;
  opacity: 1;
  background: url("./images/icon_x.svg") no-repeat center center #444444;
  background-size: 16px auto;
  border-radius: 50%;
}
.lum-close-button:before, .lum-close-button:after {
  background-color: none;
  transform: none;
}
.lum-close-button:hover {
  opacity: 0.8;
}

.lum-close-button:before, .lum-close-button:after {
  background-color: transparent;
  border: none;
}

.wpcf7-not-valid-tip {
  margin-top: 8px;
}

#wpcf7-f5909-p11-o1 &gt; form &gt; div.mail-btn.-submit &gt; div {
  margin: 0;
  background-color: #FFE3E4;
  background-color: #f7f7f7;
  padding: 24px;
  border-radius: 16px;
  border: none;
  margin-top: 32px;
  font-size: 16px;
}

.page .single__edit,
.single .single__edit {
  display: inline;
  line-height: 11px;
}
.page .single__date,
.page .single__edit &gt; a,
.single .single__date,
.single .single__edit &gt; a {
  color: #ADADAD;
  font-size: 11px;
  margin-top: 8px;
}
.page .single__icon,
.single .single__icon {
  background-color: #444444;
  width: 16px;
  height: 16px;
  text-align: center;
  padding: 0 3px 0 1px;
  line-height: 16px;
  display: inline-block;
  border-radius: 4px;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  margin-right: 4px;
}
.page img,
.single img {
  background-color: #f7f7f7;
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  max-height: 600px;
}
.page ul,
.single ul {
  margin-top: 32px;
}
.page li,
.single li {
  list-style-type: disc;
  margin-bottom: 16px;
  margin-left: 16px;
  padding-left: 8px;
}
.page li:last-child,
.single li:last-child {
  margin-bottom: 0;
}
.page .single__ul,
.single .single__ul {
  display: flex;
  margin-top: 16px;
  height: 16px;
  line-height: 16px;
}
.page .single__li,
.single .single__li {
  display: inline;
  margin-right: 16px;
  margin-left: 0;
  padding: 0;
}
.page .single__li:last-child,
.single .single__li:last-child {
  margin-right: 0;
}
.page .single__li a,
.single .single__li a {
  font-weight: bold;
  color: #444444;
  text-decoration: none;
}
.page .single__tags:after,
.single .single__tags:after {
  content: ", ";
}
.page .single__tags:last-child:after,
.single .single__tags:last-child:after {
  content: "";
}
.page h1,
.single h1 {
  margin-top: 64px;
}
.page h2,
.single h2 {
  margin-top: 120px;
  font-size: 24px;
  line-height: 40.8px;
}
.page h3,
.single h3 {
  margin-top: 64px;
  font-size: 18px;
  line-height: 30.6px;
}
.page h4,
.single h4 {
  margin-top: 48px;
  font-size: 16px;
  line-height: 27.2px;
}
.page .single__ul + h2,
.page img + h2,
.page a.luminous + h2,
.single .single__ul + h2,
.single img + h2,
.single a.luminous + h2 {
  margin-top: 32px;
}
.page li:marker,
.single li:marker {
  font-weight: bold;
}
.page .comments,
.single .comments {
  font-size: 24px;
  margin-top: 120px;
  font-size: 16px;
}
.page .comments h2,
.single .comments h2 {
  margin-top: 120px;
  font-family: "Poppins-Bold";
}
.page .comment-reply-title,
.single .comment-reply-title {
  display: none;
}
.page .logged-in-as,
.single .logged-in-as {
  background-color: #f7f7f7;
  padding: 24px;
  border-radius: 16px;
  border: none;
  margin-top: 32px;
  font-size: 16px;
}
.page .comment-form-comment label,
.single .comment-form-comment label {
  display: none;
}
.page label,
.single label {
  display: block;
  font-weight: bold;
}
.page .required,
.single .required {
  color: #E22930;
}
.page .comment-form-comment,
.single .comment-form-comment {
  margin: 0;
}
.page .comment-form-comment &gt; textarea,
.single .comment-form-comment &gt; textarea {
  margin-top: 32px;
}
.page .form-submit,
.single .form-submit {
  margin: 0;
}
.page .form-submit &gt; input[type=submit],
.single .form-submit &gt; input[type=submit] {
  margin-top: 32px;
}
.page #throwsSpamAway,
.single #throwsSpamAway {
  display: none;
}

.footer {
  width: 100%;
  height: 82px;
  line-height: 82px;
  text-align: center;
  margin-top: 160px;
  font-size: 13px;
  position: sticky;
  top: 100vh;
}

.footer--front {
  margin-top: 0;
}/*# sourceMappingURL=style.css.map */</pre></body></html>