@charset "utf-8";

/*--------------------------------------
  # page-title
--------------------------------------*/
#pagetitle {
  position: relative;
  height: 180px;
  background: #507193;
}

#pagetitle .pagetitle-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: left;
  align-items: end;
  height: 100%;
  padding: 0 0 20px 25px;
}

#pagetitle .pagetitle-wrapper .jp {
  margin-left: -0.05em;
  color: #FFF;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
}

#pagetitle .pagetitle-img {}

#pagetitle .pagetitle-img img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(0.8) brightness(1.1);
  opacity: 0.4;
}

@media (min-width: 950px) {
  #pagetitle {
    height: 360px;
  }

  #pagetitle:after {
    height: 80px;
    background: url(../img/bg/pagetitle_mask_pc.png) no-repeat;
    background-size: 100% 100%;
  }

  #pagetitle .pagetitle-wrapper {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 0 60px 40px;
  }

  #pagetitle .pagetitle-wrapper .jp {
    font-size: 6.0rem;
    font-weight: 800;
  }

  #pagetitle .pagetitle-img {}

  #pagetitle .pagetitle-img img {}
}

/*--------------------------------------
  # breadcrumbs
--------------------------------------*/
#breadcrumbs {
  padding: 15px 20px;
  font-size: 1.1rem;
  line-height: 1.2;
  overflow: hidden;
  overflow-x: auto;
}

#breadcrumbs ol {
  display: flex;
  justify-content: right;
}

#breadcrumbs li {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

#breadcrumbs li:first-child:before {
  content: "\f015";
  margin: 0 4px -1px 0;
  color: #999;
  font-family: "Font Awesome 6 Free";
  font-size: 1.08em;
  font-weight: 600;
}

#breadcrumbs li:not(:first-child):before {
  content: '';
  width: 6px;
  height: 6px;
  margin: 0 6px 0 5px;
  border-top: 1px solid;
  border-right: 1px solid;
  opacity: 0.8;
  transform: rotate(45deg);
}

@media (min-width: 950px) {
  #breadcrumbs {
    max-width: 1380px;
    margin: 0 auto;
    padding: 15px 40px;
    font-size: 1.25rem;
  }

  #breadcrumbs ol {}
}

/*--------------------------------------
  # main
--------------------------------------*/

#main {}

#main .contact {}

@media (min-width: 950px) {
  #main {}

  #main .contact {
    /* margin-top: 50px; */
  }
}

/*--------------------------------------
  # layout
--------------------------------------*/

.column-layout {
  overflow: hidden;
}

.column-layout .column-layout-main {}

.column-layout .column-layout-sub {
  padding: 25px 25px 0;
}

/* column-layout-sub-item */

.column-layout-sub-item {
  margin-bottom: 20px;
}

.column-layout-sub-item .column-layout-sub-item-ttl {
  padding: 6px 10px;
  color: #FFF;
  font-weight: 500;
  background: #1d6ebf;
}

.column-layout-sub-item .column-layout-sub-item-body {
  clear: both;
  padding: 10px 15px;
  background: #EEE;
  overflow: hidden;
}

.column-layout-sub-item .column-layout-sub-item-body ul {}

.column-layout-sub-item .column-layout-sub-item-body ul li {
  margin: 8px 0;
}

.column-layout-sub-item .column-layout-sub-item-body ul li a {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  vertical-align: top;
  font-size: 1.4rem;
  line-height: 1.6;
}

.column-layout-sub-item .column-layout-sub-item-body ul li a:before {
  content: '';
  position: absolute;
  top: 0.8em;
  left: 6px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: 3px solid transparent;
  border-left: 5px solid;
}

.column-layout-sub-item .column-layout-sub-item-body ul li a:hover {}

@media (min-width: 950px) {
  .column-layout {
    display: flex;
    align-items: flex-start;
    max-width: 1380px;
    margin: 0 auto;
    overflow: visible;
  }

  .column-layout .column-layout-main {
    flex: 1;
  }

  .column-layout .column-layout-sub {
    position: sticky;
    top: 90px;
    width: min(30%, 340px);
    padding: 40px;
  }

  /* column-layout-sub-item */
  .column-layout-sub-item {}

  .column-layout-sub-item .column-layout-sub-item-ttl {}

  .column-layout-sub-item .column-layout-sub-item-body {}

  .column-layout-sub-item .column-layout-sub-item-body ul {}

  .column-layout-sub-item .column-layout-sub-item-body ul li {}

  .column-layout-sub-item .column-layout-sub-item-body ul li a {}

  .column-layout-sub-item .column-layout-sub-item-body ul li a:before {}

  .column-layout-sub-item .column-layout-sub-item-body ul li a:hover {}
}

/*--------------------------------------
  # node
--------------------------------------*/

.node {
  padding: 25px 0;
  transition: 0.8s;
}

.node:first-child {}

.node .node-wrapper {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 25px;
}

.node .node-wrapper>*:last-child {
  /* margin-bottom: 0; */
}

/* title */
.node h2 {
  position: relative;
  margin: 40px 0 20px;
  color: #306cbf;
  font-size: 2.4rem;
  line-height: 1.2;
}

.node h2:first-child {
  margin-top: 0;
}

.node h2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  width: 16px;
  height: 10px;
  margin-top: -5px;
  background: #306cbf;
  border-right: 5px solid #f0eb36;
}

.node h3 {
  margin: 1.6em 0 0.6em;
  font-size: 120%;
  line-height: 1.6;
}

.node h3:first-child {
  margin-top: 0;
}

.node h4 {}

.node h5 {}

@media (min-width: 950px) {
  .node {
    padding: 40px 0;
  }

  .node .node-wrapper {
    padding: 0 40px;
  }

  /* title */
  .node h2 {
    margin: 70px 0 35px;
    font-size: 4.0rem;
  }

  .node h2:after {
    margin-top: 12px;
  }

  .node h3 {
    font-size: 150%;
  }

  .node h4 {}

  .node h5 {}
}

/*--------------------------------------
  # NEWS
--------------------------------------*/

.news-item-wrapper {}

.news-item-wrapper .news-item {
  margin-bottom: 40px;
}

.news-item-wrapper .news-item>a {
  text-decoration: none;
}

.news-item-wrapper .news-item .news-item-img {
  position: relative;
  height: 0;
  margin-bottom: 15px;
  padding-top: 60%;
  overflow: hidden;
}

.news-item-wrapper .news-item .news-item-img:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgb(102 102 102 / 20%);
}

.news-item-wrapper .news-item .news-item-img .new {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  display: block;
  width: 6em;
  padding: 15px 0 4px;
  color: #FFF;
  font-size: 1.1rem;
  font-weight: 500;
  background: #ff6052;
  text-align: center;
  line-height: 1.2;
  transform-origin: 50% 0;
  transform: translateX(-50%) rotate(-45deg);
}

.news-item-wrapper .news-item .news-item-img img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-item-wrapper .news-item .news-item-date-cat {
  margin-bottom: 10px;
  font-size: 1.3rem;
  line-height: 1.2;
}

.news-item-wrapper .news-item .news-item-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-bottom: 5px;
  font-weight: bold;
}

.news-item-wrapper .news-item .news-item-body {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  font-size: 90%;
}

.news-header {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}

.news-header .title {
  width: 100%;
  font-size: 1.8rem;
  margin-bottom: 8px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC;
  line-height: 1.5;
}

.news-header .date-cat {
  margin-bottom: 8px;
  font-size: 1.3rem;
}

.news-header #seo-share {
  margin: 0 0 8px auto;
}

@media (min-width: 950px) {
  .news-item-wrapper {}

  .news-item-wrapper .news-item {
    display: grid;
    grid-template-columns: 35% 40px auto;
    padding-bottom: 40px;
    border-bottom: 1px dotted #CCC;
  }

  .news-item-wrapper .news-item>a {
    grid-column: 3 / 4;
  }

  .news-item-wrapper .news-item>a:first-child {
    grid-column: 1 / 2;
    grid-row: 1 / 4;
  }

  .news-item-wrapper .news-item .news-item-img {
    margin-bottom: 0;
  }

  .news-item-wrapper .news-item .new {}

  .news-item-wrapper .news-item .news-item-img img {}

  .news-item-wrapper .news-item .news-item-date-cat {
    grid-column: 3 / 4;
  }

  .news-item-wrapper .news-item .news-item-title {}

  .news-item-wrapper .news-item .news-item-body {}

  .news-header {
    margin-bottom: 40px;
  }

  .news-header .title {
    font-size: 2.2rem;
  }

  .news-header .date-cat {}

  .news-header .date-cat a {}

  .news-header .date-cat a:hover {}
}

/* pager */

.pager {
  margin: 0;
  line-height: 1.2;
}

.pager ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pager li {
  margin: 4px;
}

.pager span,
.pager a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 1.5em;
  padding: 4px;
  text-align: center;
}

.pager .current {
  color: #999;
}

.pager .prev,
.pager .next {
  width: 2em;
  height: 2em;
  color: #FFF;
  background: #1d6ebf;
  text-decoration: none;
}

/* post-nav */

.post-nav {
  margin: 40px -25px 20px;
  border-top: 1px solid #CCC;
  line-height: 1.2;
}

.post-nav .prev,
.post-nav .next {
  border-bottom: 1px solid #CCC;
}

.post-nav a {
  position: relative;
  display: block;
  padding: 15px 0;
  font-size: 94%;
}

.post-nav a:before {
  content: '';
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  transform: translateY(-50%) rotate(-45deg);
  opacity: 0.6;
}

.post-nav .prev a {
  padding-left: 25px;
}

.post-nav .prev a:before {
  left: 8px;
  border-top: 1px solid;
  border-left: 1px solid;
}

.post-nav .next a {
  padding-right: 25px;
  text-align: right;
}

.post-nav .next a:before {
  right: 8px;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

@media (min-width: 950px) {

  .post-nav {
    display: flex;
    margin: 40px 0 20px;
  }

  .post-nav .prev,
  .post-nav .next {
    flex: 1;
  }

  .post-nav .next {
    border-left: 1px dotted rgba(0, 0, 0, 0.2);
  }

  .post-nav a {
    padding: 15px;
  }

  .post-nav a:before {}

  .post-nav .prev a {}

  .post-nav .prev a:before {}

  .post-nav .next a {}

  .post-nav .next a:before {}

}

/*--------------------------------------
  # company
--------------------------------------*/

.node .index-menu {
  margin-bottom: 25px;
}

.node .index-menu .index-menu-item {
  padding: 15px 0;
  border-bottom: 1px dashed #CCC;
}

.node .index-menu .index-menu-item a {
  display: grid;
  grid-template-columns: 45% auto;
  grid-template-rows: auto max-content max-content auto;
  text-decoration: none;
}

.node .index-menu .index-menu-item a:hover {}

.node .index-menu .index-menu-item a .index-menu-item-img {
  grid-column: 1 / 2;
  grid-row: 1 / 5;
  padding-right: 20px;
}

.node .index-menu .index-menu-item a .index-menu-item-img img {
  display: block;
  width: 100%;
  background: #CCC;
}

.node .index-menu .index-menu-item a .index-menu-item-name {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
}

.node .index-menu .index-menu-item a .index-menu-item-name:after {
  content: '';
  width: 8px;
  height: 8px;
  color: #306cbf;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
}

.node .index-menu .index-menu-item a .index-menu-item-description {
  grid-column: 2 / 3;
  grid-row: 3 / 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  color: #666;
  font-size: 1.2rem;
  line-height: 1.6;
}

@media (min-width: 950px) {
  .node .index-menu {
    display: flex;
    justify-content: center;
    margin: 80px -12px 60px;
  }

  .node .index-menu .index-menu-item {
    width: 25%;
    padding: 0 20px;
    border-bottom: none;
  }

  .node .index-menu .index-menu-item a {
    display: block;
  }

  .node .index-menu .index-menu-item a:hover {}

  .node .index-menu .index-menu-item a .index-menu-item-img {
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
    overflow: hidden;
  }

  .node .index-menu .index-menu-item a .index-menu-item-img img {
    transition: 0.3s;
  }

  .node .index-menu .index-menu-item a:hover .index-menu-item-img img {
    transform: scale(1.15);
    filter: brightness(1.2);
  }

  .node .index-menu .index-menu-item a .index-menu-item-name {
    /* margin-bottom: 5px; */
    font-size: 108%;
    transition: 0.2s;
  }

  .node .index-menu .index-menu-item a:hover .index-menu-item-name {
    color: #306cbf;
  }

  .node .index-menu .index-menu-item a .index-menu-item-name:after {
    transition: 0.2s;
  }

  .node .index-menu .index-menu-item a:hover .index-menu-item-name:after {
    margin-right: 10px;
    color: #999;
  }

  .node .index-menu .index-menu-item a .index-menu-item-description {
    font-size: 1.4rem;
  }
}

/*--------------------------------------
  # local-nav
--------------------------------------*/
.local-nav {
  clear: both;
  padding: 40px 0;
  background: #f2f2f2;
  overflow: hidden;
}

.local-nav .local-nav-wrapper {
  padding: 0 20px;
}

.local-nav .local-nav-wrapper .local-nav-title {
  margin-bottom: 30px;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.local-nav .local-nav-wrapper .local-nav-menu {
  margin: -5px 0;
}

.local-nav .local-nav-wrapper .local-nav-menu .local-nav-menu-item {
  padding: 15px 0;
  border-bottom: 1px dashed #CCC;
}

.local-nav .local-nav-wrapper .local-nav-menu .local-nav-menu-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.local-nav .local-nav-wrapper .local-nav-menu .local-nav-menu-item a {
  display: flex;
  text-decoration: none;
}

.local-nav .local-nav-wrapper .local-nav-menu .local-nav-menu-item a:hover {}

.local-nav .local-nav-wrapper .local-nav-menu .local-nav-menu-item a .local-nav-menu-item-img {
  width: calc(45% - 20px);
  margin-right: 20px;
}

.local-nav .local-nav-wrapper .local-nav-menu .local-nav-menu-item a .local-nav-menu-item-img img {
  display: block;
  width: 100%;
  background: #CCC;
}

.local-nav .local-nav-wrapper .local-nav-menu .local-nav-menu-item a .local-nav-menu-item-name {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
}

.local-nav .local-nav-wrapper .local-nav-menu .local-nav-menu-item a .local-nav-menu-item-name:after {
  content: '';
  width: 8px;
  height: 8px;
  color: #306cbf;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
}

@media (min-width: 950px) {
  .local-nav {}

  .local-nav .local-nav-wrapper {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 40px;
  }

  .local-nav .local-nav-wrapper .local-nav-title {
    margin-bottom: 35px;
  }

  .local-nav .local-nav-wrapper .local-nav-menu {
    display: flex;
    justify-content: center;
    margin: 0 -15px;
  }

  .local-nav .local-nav-wrapper .local-nav-menu .local-nav-menu-item {
    width: 25%;
    padding: 0px 15px;
    border-bottom: none;
  }

  .local-nav .local-nav-wrapper .local-nav-menu .local-nav-menu-item:last-child {}

  .local-nav .local-nav-wrapper .local-nav-menu .local-nav-menu-item a {
    display: block;
  }

  .local-nav .local-nav-wrapper .local-nav-menu .local-nav-menu-item a:hover {}

  .local-nav .local-nav-wrapper .local-nav-menu .local-nav-menu-item a .local-nav-menu-item-img {
    width: 100%;
    margin: 0 0 5px;
    overflow: hidden;
  }

  .local-nav .local-nav-wrapper .local-nav-menu .local-nav-menu-item a .local-nav-menu-item-img img {
    transition: 0.3s;
  }

  .local-nav .local-nav-wrapper .local-nav-menu .local-nav-menu-item a:hover .local-nav-menu-item-img img {
    transform: scale(1.15);
    filter: brightness(1.2);
  }

  .local-nav .local-nav-wrapper .local-nav-menu .local-nav-menu-item a .local-nav-menu-item-name {
    font-size: 100%;
    transition: 0.2s;
  }

  .local-nav .local-nav-wrapper .local-nav-menu .local-nav-menu-item a .local-nav-menu-item-name:after {
    transition: 0.2s;
  }

  .local-nav .local-nav-wrapper .local-nav-menu .local-nav-menu-item a:hover .local-nav-menu-item-name:after {
    margin-right: 10px;
    color: rgb(153, 153, 153);
  }
}

/*--------------------------------------
  # 私たちについて
--------------------------------------*/
.philosophy-wrap {}

.philosophy-wrap .philosophy-item {
  margin-bottom: 25px;
}

.philosophy-wrap .philosophy-item dt {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 80px;
  padding: 0 12px;
  color: #FFF;
  background: #306cbf;
  border-bottom: 3px solid #85a8d9;
  line-height: 1.2;
}

.philosophy-wrap .philosophy-item dt .en {
  margin: -0.15em 0 0.1em -0.04em;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 300;
}

.philosophy-wrap .philosophy-item dt .jp {
  font-size: 1.4rem;
}

.philosophy-wrap .philosophy-item dt .img {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 60px;
  height: 50px;
}

.philosophy-wrap .philosophy-item dt .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

.philosophy-wrap .philosophy-item dd {
  padding: 10px 12px;
  font-size: 93%;
  background: #ebf3ff;
  line-height: 1.6;
}

.strength-wrap {}

.strength-wrap .strength-item {
  margin-bottom: 25px;
  padding: 10px 12px;
  background: #ebf3ff;
  overflow: hidden;
}

.strength-wrap .strength-item dt {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 5.5em;
  margin: -5px -12px 5px;
  padding: 0 12px;
  font-size: min(3.75vw, 1.6rem);
  font-weight: 700;
  line-height: 1.5;
}

.strength-wrap .strength-item dt br {}

.strength-wrap .strength-item dt .big {
  margin-left: -0.05em;
  font-size: 130%;
}

.strength-wrap .strength-item dt .img {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  padding: 5px 10px;
}

.strength-wrap .strength-item dt .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.strength-wrap .strength-item dd {
  font-size: 93%;
  line-height: 1.6;
}

@media (min-width: 950px) {
  .philosophy-wrap {}

  .philosophy-wrap .philosophy-item {
    display: flex;
    margin-bottom: 30px;
  }

  .philosophy-wrap .philosophy-item dt {
    width: 35%;
    height: 150px;
    padding: 0 0 0 35px;
    border-right: 5px solid #85a8d9;
    border-bottom: none;
  }

  .philosophy-wrap .philosophy-item dt .en {
    margin-bottom: 0.25em;
    font-size: min(3.8vw, 4.6rem);
  }

  .philosophy-wrap .philosophy-item dt .jp {
    font-size: 1.65rem;
  }

  .philosophy-wrap .philosophy-item dt .img {
    width: 95px;
    height: 75px;
  }

  .philosophy-wrap .philosophy-item dd {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0.15em 35px 0 35px;
    font-size: 104%;
  }

  .strength-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: -15px -15px 60px;
  }

  .strength-wrap .strength-item {
    width: calc(50% - 30px);
    margin: 15px;
    padding: 25px 30px;
  }

  .strength-wrap .strength-item dt {
    height: 6em;
    margin: -10px -30px 10px;
    padding: 0 30px;
    font-size: min(1.6vw, 2.2rem);
  }

  .strength-wrap .strength-item dt br {}

  .strength-wrap .strength-item dt .big {}

  .strength-wrap .strength-item dt .img {
    right: 0;
    width: 32%;
    padding: 10px 30px;
  }

  .strength-wrap .strength-item dt .img img {}

  .strength-wrap .strength-item dd {
    font-size: 100%;
    line-height: 1.8;
  }
}

/*--------------------------------------
  # 社会貢献
--------------------------------------*/

.letter {
  margin: 0 -25px -25px;
  padding: 35px 25px;
  background: #fffcf0;
}

.letter img {
  width: 180px;
  border: 1px solid #CCC;
}

.letter>*:last-child {
  margin-bottom: 0;
}

@media (min-width: 950px) {
  .letter {
    margin: 0 0 60px;
    padding: 40px;
    overflow: hidden;
  }

  .letter img {
    margin: 0 40px 0 0;
  }
}



/*--------------------------------------
  # 食品原料
--------------------------------------*/
table.ingredients {
  font-size: 1.5rem;
}

table.ingredients th,
table.ingredients td {}

table.ingredients th:nth-child(1) {
  width: 15%;
}

table.ingredients th:nth-child(2) {
  width: 12%;
}

table.ingredients th:nth-child(3) {
  width: 15%;
}

table.ingredients th:nth-child(4) {
  width: 20%;
}

table.ingredients th:nth-child(5) {
  width: auto;
}

table.fish-oil {}

table.fish-oil th,
table.fish-oil td {
  text-align: center;
}

table.fish-oil td[rowspan] {
  vertical-align: middle;
  font-weight: 700;
}

@media (max-width: 949px) {
  table.ingredients {
    font-size: 1.35rem;
    line-height: 1.4;
  }

  table.ingredients th,
  table.ingredients td {}

  table.ingredients th {}

  table.ingredients th:last-child {}
}

.products-category-wrap {}

.products-category-wrap .products-category {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
}

.products-category-wrap .products-category .products-category-img {
  width: 100%;
}

.products-category-wrap .products-category .products-category-img img {
  display: block;
}

.products-category-wrap .products-category .products-category-title {
  margin: -1.6em 0 0.8em -0.05em;
  padding: 10px 2px 0 0;
  font-size: 1.55rem;
  font-weight: 700;
  background: #FFF;
  line-height: 1.2;
}

.products-category-wrap .products-category .products-category-title .small {
  display: inline-block;
  font-size: 1.1rem;
}

.products-category-wrap .products-category .products-category-inner {
  width: 100%;
  font-size: 85%;
  line-height: 1.6;
}

.products-category-wrap .products-category .products-category-inner>p {
  margin-bottom: 0.8em;
}

.products-category-wrap .products-category .products-category-inner>*:last-child {
  margin-bottom: 0;
}

.products-category-wrap.compact .products-category {
  display: grid;
  grid-template-columns: 35% auto;
  grid-template-rows: max-content auto;
}

.products-category-wrap.compact .products-category .products-category-img {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  padding-right: 20px;
}

.products-category-wrap.compact .products-category .products-category-title {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  margin: 0 0 10px;
  padding: 0 0 5px;
  border-bottom: 1px solid #999;
}

.products-category-wrap.compact .products-category .products-category-inner {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

@media (min-width: 950px) {
  .products-category-wrap {
    display: flex;
    margin: 0 -20px 50px;
  }

  .products-category-wrap .products-category {
    flex: 1;
    margin-bottom: 0;
    padding: 0 20px;
  }

  .products-category-wrap .products-category .products-category-img {}

  .products-category-wrap .products-category .products-category-img img {}

  .products-category-wrap .products-category .products-category-title {
    padding: 12px 5px 0 0;
    font-size: 1.8rem;
  }

  .products-category-wrap .products-category .products-category-title .small {}

  .products-category-wrap .products-category .products-category-inner {
    line-height: 1.7;
  }

  .products-category-wrap .products-category .products-category-inner>p {}

  .products-category-wrap .products-category .products-category-inner>*:last-child {}

}



/*--------------------------------------
  # メールフォーム
--------------------------------------*/
.form-wrapper {
  margin-bottom: 40px;
}

.form-wrapper .form-inner {}

.form-wrapper .form-item {
  margin: 25px 0;
}

.form-wrapper .form-item p {
  display: contents;
}

.form-wrapper .form-item dt {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-weight: bold;
  line-height: 1.2;
}

.form-wrapper .form-item dd {}

.form-wrapper .form-item .required,
.form-wrapper .form-item .optional {
  margin-left: 8px;
  padding: 2px 4px;
  font-size: 1.0rem;
  font-weight: 400;
}

.form-wrapper .form-item .required {
  color: #FFF;
  background: #F00;
}

.form-wrapper .form-item .optional {
  color: #333;
  background: #E0E0E0;
}

.form-wrapper .form-item .form-item-row+.form-item-row {
  margin-top: 8px;
}

.form-wrapper .form-item input {
  vertical-align: baseline;
  width: 100%;
  padding: 5px;
}

.form-wrapper .form-item .zipcode input {
  width: calc(100% - 1.5em);
  margin-left: 0.5em;
}

.form-wrapper .form-item textarea {
  display: block;
  width: 100%;
  padding: 5px;
}

.form-wrapper .form-item .wpcf7-not-valid-tip {
  margin-top: 4px;
  padding: 5px;
  color: #F00;
  font-size: 1.2rem;
  background: #fff1f1;
  line-height: 1.4;
}

.form-wrapper .form-item-cloudflare {
  text-align: center;
}

.form-wrapper .form-item-cloudflare p {
  display: contents;
}

.form-wrapper .form-item-btn {
  padding-top: 20px;
}

.form-wrapper .form-item-btn input {
  appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  height: 42px;
  margin: 0 auto;
  padding: 0 50px;
  color: #FFF;
  font-size: 1.7rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  background: #1d6ebf;
  border: none;
  outline: none;
  border-radius: 100vw;
  text-decoration: none;
  line-height: 1.2;
  cursor: pointer;
}

.form-wrapper .wpcf7 form .wpcf7-response-output {
  margin: 0;
}

@media (min-width: 950px) {
  .form-wrapper {}

  .form-wrapper .form-inner {
    max-width: 840px;
    margin: 0 auto;
  }

  .form-wrapper .form-item {
    display: flex;
    align-items: baseline;
    margin: 30px 0;
  }

  .form-wrapper .form-item p {}

  .form-wrapper .form-item dt {
    justify-content: space-between;
    width: 30%;
    margin-bottom: 0;
    padding-right: 25px;
  }

  .form-wrapper .form-item dd {
    flex: 1;
  }

  .form-wrapper .form-item .required,
  .form-wrapper .form-item .optional {}

  .form-wrapper .form-item .required {}

  .form-wrapper .form-item .optional {}

  .form-wrapper .form-item .form-item-row+.form-item-row {}

  .form-wrapper .form-item input {
    padding: 8px;
    font-size: 95%;
  }

  .form-wrapper .form-item .zipcode input {
    width: 12em;
  }

  .form-wrapper .form-item textarea {
    padding: 8px;
    font-size: 95%;
  }

  .form-wrapper .form-item .wpcf7-not-valid-tip {}

  .form-wrapper .form-item-btn {}

  .form-wrapper .form-item-btn input {
    min-width: 220px;
    height: 47px;
    padding: 0 60px;
    transition: 0.2s;
  }

  .form-wrapper .form-item-btn input:hover {
    opacity: 0.6;
  }

  .form-wrapper .wpcf7 form .wpcf7-response-output {}
}