@charset "UTF-8";
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/*追加リセット*/
/*リセット*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: 'メイリオ', Meiryo,'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','ＭＳ Ｐゴシック','MS PGothic';
  line-height: 1.5em;
  letter-spacing: 0.1em;
  color: #333333; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1.3em; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  color: #333333;
  text-decoration: none; }

/*追加リセット*/
html {
  font-size: 16px; }

body {
  color: #555555; }

a:link, a:visited, a:hover, a:active {
  text-decoration: none; }

@media screen and (max-width: 1000px) {
  .pc_only {
    display: none !important; } }

@media screen and (max-width: 700px) {
  .pc_only700 {
    display: none !important; } }

@media screen and (min-width: 700px) {
  .tab_only700 {
    display: none !important; } }
@media screen and (max-width: 450px) {
  .tab_only700 {
    display: none !important; } }

@media screen and (min-width: 450px) {
  .sp_only450 {
    display: none !important; } }

@media screen and (min-width: 410px) {
  .sp_only410 {
    display: none !important; } }

@media screen and (min-width: 1000px) {
  .sp_only {
    display: none !important; } }

.header {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative; }
  .header .head-logo {
    float: left;
    margin-left: 5%;
    width: 75%;
    margin-top: 10px; }
    .header .head-logo h1.logo img {
      max-width: 250px; }
      @media screen and (max-width: 600px) {
        .header .head-logo h1.logo img {
          max-width: 200px; } }
  .header nav ul {
    text-align: left;
    padding: 30px 0px;
    margin-top: 60px; }
    .header nav ul li {
      padding-left: 30px;
      padding-bottom: 10px;
      border-bottom: 1px solid #cfcfcf;
      margin-bottom: 10px;
      font-size: 16px; }
      .header nav ul li a {
        color: #333;
        display: block; }
        .header nav ul li a:hover {
          color: #b99157; }

.site-header {
  background: #0d3a08;
  display: flex;
  position: fixed;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  z-index: 999;
  height: 70px; }
  @media screen and (max-width: 600px) {
    .site-header {
      height: 60px; } }
  .site-header nav ul {
    padding: 30px 0px; }

/*スマホヘッダー*/
.l-header {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  z-index: 999; }
  .l-header .sp-logo h1 img {
    width: 150px;
    margin: 10px 15px; }

/*ドロワー*/
.l-drawer {
  position: relative; }
  .l-drawer__checkbox {
    display: none; }
  .l-drawer__icon {
    cursor: pointer;
    display: block;
    width: 56px;
    height: 60px;
    position: fixed;
    right: 0; }
    @media screen and (max-width: 600px) {
      .l-drawer__icon {
        width: 45px; } }
  .l-drawer .l-drawer__icon-parts, .l-drawer .l-drawer__icon-parts:before, .l-drawer .l-drawer__icon-parts:after {
    background-color: #c69e54;
    display: block;
    width: 26px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto; }
  .l-drawer .l-drawer__icon-parts:before, .l-drawer .l-drawer__icon-parts:after {
    content: " "; }
  .l-drawer .l-drawer__icon-parts:before {
    top: 18px; }
@-moz-document url-prefix() {
  .l-drawer .l-drawer__icon-parts:before {
    top: 12px; } }
  .l-drawer .l-drawer__icon-parts:after {
    top: -18px; }
  .l-drawer .l-drawer__overlay {
    background: #010408;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0; }
  .l-drawer .l-drawer__menu {
    background: #fff;
    color: #333;
    max-width: 100%;
    width: 320px;
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    right: -320px; }
  .l-drawer .l-drawer__icon {
    z-index: 4; }
  .l-drawer .l-drawer__menu {
    z-index: 3; }
  .l-drawer .l-drawer__overlay {
    z-index: 2; }
  .l-drawer .l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts {
    background: transparent; }
  .l-drawer .l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0; }
  .l-drawer .l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0; }
  .l-drawer .l-drawer__checkbox:checked ~ .l-drawer__overlay {
    opacity: 0.5;
    pointer-events: auto; }
  .l-drawer .l-drawer__checkbox:checked ~ .l-drawer__menu {
    right: 0; }
  .l-drawer .l-drawer__icon-parts, .l-drawer .l-drawer__icon-parts:after, .l-drawer .l-drawer__icon-parts:before, .l-drawer .l-drawer__overlay, .l-drawer .l-drawer__menu {
    -webkit-transition: all 0.7s;
    transition: all 0.7s; }

@media screen and (max-width: 1000px) {
  nav.l-drawer__menu ul {
    width: 90%;
    margin: 60px auto; } }
@media screen and (max-width: 1000px) {
  nav.l-drawer__menu ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #e1e1e1; } }
@media screen and (max-width: 1000px) {
  nav.l-drawer__menu ul li a {
    color: #333; } }
/*セクションタイトル*/
h2.section-title {
  color: #0d3a08;
  text-align: center;
  font-size: 35px;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 900;
  line-height: 1em; }
  h2.section-title span {
    font-size: 14px;
    font-weight: 400;
    color: #74a66d;
    font-family: 'Zen Maru Gothic', sans-serif; }

/*トップページ背景*/
body.home {
  background: #fff; }

.top-mv {
  position: relative; }

h2.sec-title {
  font-size: 38px;
  line-height: 1em;
  font-weight: 900;
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #c69e54;
  text-align: center; }

@media screen and (max-width: 600px) {
  h2.sec-title {
    font-size: 28px; } }
h2.sec-title span {
  font-size: 13px;
  color: #c69e54;
  font-weight: 400;
  font-family: 'Zen Maru Gothic', sans-serif; }

/*トップスライダー*/
.swiper-wrapper .swiper-slide {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container {
  z-index: -99 !important;
  width: 95%;
  margin-left: 5% !important; }
  @media screen and (min-width: 700px) {
    .swiper-container {
      height: 80vh; } }
  @media screen and (max-width: 700px) {
    .swiper-container {
      height: 500px; } }
  @media screen and (max-width: 450px) {
    .swiper-container {
      height: 450px; } }

.top-mv-on .text {
  position: absolute;
  top: 80%;
  left: 4.9% !important;
  background: white;
  padding: 20px 15px 35px 0px;
  margin-top: -10%;
  display: flex; }
  @media screen and (max-width: 1200px) {
    .top-mv-on .text {
      top: 80%; } }
  @media screen and (max-width: 600px) {
    .top-mv-on .text {
      top: 80%;
      padding: 20px 15px 20px 0px; } }
  @media screen and (max-width: 410px) {
    .top-mv-on .text {
      top: 90%; } }

.top-mv-on .text h2 {
  font-size: 15px;
  margin-left: 15px;
  font-family: 'Zen Maru Gothic', sans-serif;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #0d3a08;
  margin-top: 15px; }

@media screen and (max-width: 600px) {
  .top-mv-on .text h2 {
    font-size: 12px;
    display: none; } }
.top-mv-on .text p {
  font-size: 43px;
  padding-left: 3px;
  color: #0d3a08;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 900;
  line-height: 1.2em;
  text-orientation: upright; }
  @media screen and (max-width: 740px) {
    .top-mv-on .text p {
      font-size: 25px; } }
  @media screen and (max-width: 410px) {
    .top-mv-on .text p {
      font-size: 20px;
      border-bottom: none;
      line-height: 1em;
      font-weight: 800; } }

.top-mv-on .text p.jp {
  border: none;
  font-size: 16px;
  margin-top: 10px;
  color: #0d3a08;
  font-weight: 500; }
  @media screen and (max-width: 410px) {
    .top-mv-on .text p.jp {
      font-size: 14px;
      font-weight: 600; } }

.top-page {
  padding-top: 63px; }
  @media screen and (max-width: 600px) {
    .top-page {
      padding-top: 60px; } }
  .top-page .message.pc_only {
    display: flex;
    align-items: center;
    max-width: 1200px;
    width: 95%;
    margin: auto; }
    .top-page .message.pc_only .inner {
      margin: 100px auto;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl; }
      .top-page .message.pc_only .inner h2 {
        font-size: 24px;
        margin-left: 30px;
        line-height: 2em; }
      .top-page .message.pc_only .inner p {
        margin-left: 30px;
        line-height: 2em;
        font-size: 18px; }
  .top-page .message.sp_only {
    width: 95%;
    margin: 80px auto 100px; }
    .top-page .message.sp_only .message02 {
      width: 100%; }
      .top-page .message.sp_only .message02 h2 {
        font-size: 18px;
        text-align: center;
        margin-bottom: 30px; }
      .top-page .message.sp_only .message02 p {
        font-size: 14px;
        margin-bottom: 20px; }
  .top-page .story01 {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 80px;
    background: #fcefdc; }
    @media screen and (max-width: 410px) {
      .top-page .story01 {
        margin-top: 150px; } }
    .top-page .story01 .inner1 {
      position: relative; }
      .top-page .story01 .inner1 .content-top {
        width: 95%;
        margin: auto;
        background: url(https://capripets.co.jp/core/wp-content/themes/capripets-theme/img/story01-back.jpg) no-repeat;
        background-size: cover;
        padding: 80px 50px 80px 80px;
        box-sizing: border-box; }
        @media screen and (max-width: 520px) {
          .top-page .story01 .inner1 .content-top {
            padding: 20px 20px 20px 60px;
            background-position: 20%; } }
        .top-page .story01 .inner1 .content-top .content-top-inner {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-align-items: flex-end;
          -ms-align-items: flex-end;
          align-items: flex-end; }
          @media screen and (max-width: 1100px) {
            .top-page .story01 .inner1 .content-top .content-top-inner {
              display: block; } }
          .top-page .story01 .inner1 .content-top .content-top-inner .left {
            width: 40%;
            margin-right: 5%; }
            @media screen and (max-width: 1100px) {
              .top-page .story01 .inner1 .content-top .content-top-inner .left {
                width: 100%;
                margin-bottom: 30px; } }
            .top-page .story01 .inner1 .content-top .content-top-inner .left p.nomber {
              width: 180px;
              text-align: center;
              background: #74a66d;
              padding: 6px;
              font-size: 20px;
              margin-bottom: 10px;
              font-family: 'Zen Maru Gothic', sans-serif;
              color: #193019; }
            .top-page .story01 .inner1 .content-top .content-top-inner .left h3 {
              font-size: 35px;
              font-weight: 700;
              margin-bottom: 10px;
              color: #193019;
              font-family: 'Zen Maru Gothic', sans-serif;
              text-shadow: 1px 1px 3px #fff,-1px 1px 2px #fff,1px -1px 2px #fff,-1px -1px 2px #fff,1px 0px 2px #fff,0px 1px 2px #ffffff,-1px 0px 3px #fff,0px -1px 2px #fff; }
              @media screen and (max-width: 520px) {
                .top-page .story01 .inner1 .content-top .content-top-inner .left h3 {
                  font-size: 25px;
                  line-height: 1.5em; } }
            .top-page .story01 .inner1 .content-top .content-top-inner .left p.text {
              color: #193019;
              text-shadow: 1px 1px 3px #fff,-1px 1px 2px #fff,1px -1px 2px #fff,-1px -1px 2px #fff,1px 0px 2px #fff,0px 1px 2px #fff,-1px 0px 3px #fff,0px -1px 2px #fff;
              line-height: 2em; }
          .top-page .story01 .inner1 .content-top .content-top-inner .right {
            width: 55%; }
            @media screen and (max-width: 1100px) {
              .top-page .story01 .inner1 .content-top .content-top-inner .right {
                width: 100%; } }
            .top-page .story01 .inner1 .content-top .content-top-inner .right img {
              width: 100%; }
      .top-page .story01 .inner1 .story01-on {
        position: absolute;
        top: 0;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl; }
        @media screen and (max-width: 520px) {
          .top-page .story01 .inner1 .story01-on {
            margin-top: -560px;
            position: inherit; } }
        .top-page .story01 .inner1 .story01-on h2 {
          font-size: 90px;
          font-weight: 900;
          line-height: 80px;
          font-family: 'Zen Maru Gothic', sans-serif;
          color: #74a66d; }
          @media screen and (max-width: 520px) {
            .top-page .story01 .inner1 .story01-on h2 {
              font-size: 60px;
              line-height: 58px; } }
    .top-page .story01 .inner2 {
      max-width: 1200px;
      width: 95%;
      margin: 80px auto 120px;
      text-align: center; }
      @media screen and (max-width: 1000px) {
        .top-page .story01 .inner2 {
          margin: 220px auto 100px; } }
      .top-page .story01 .inner2 h3 {
        font-size: 20px;
        margin-bottom: 20px; }
        @media screen and (max-width: 1000px) {
          .top-page .story01 .inner2 h3 {
            font-size: 18px; } }
      @media screen and (max-width: 1000px) {
        .top-page .story01 .inner2 p {
          text-align: left;
          margin-bottom: 20px; } }
  .top-page #oem .inner {
    max-width: 1200px;
    width: 90%;
    margin: 200px auto 0; }
    @media screen and (max-width: 520px) {
      .top-page #oem .inner {
        padding-top: 100px; } }
    .top-page #oem .inner ul {
      margin-top: 50px;
      display: -webkit-flex;
      display: flex;
      align-items: stretch;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      @media screen and (max-width: 600px) {
        .top-page #oem .inner ul {
          display: block; } }
      .top-page #oem .inner ul li {
        width: 100%;
        position: relative;
        margin-bottom: 80px; }
        @media screen and (max-width: 600px) {
          .top-page #oem .inner ul li {
            width: 100%; } }
        .top-page #oem .inner ul li div {
          display: flex;
          align-items: stretch;
          flex-direction: column;
          text-align: center; }
          .top-page #oem .inner ul li div img {
            width: 100%;
            max-width: 800px;
            margin: auto; }
          .top-page #oem .inner ul li div h4 {
            color: #c69e54;
            font-weight: 600;
            font-family: 'Zen Maru Gothic', sans-serif;
            font-size: 25px;
            text-align: center;
            margin: 15px auto; }
            @media screen and (max-width: 600px) {
              .top-page #oem .inner ul li div h4 {
                font-size: 23px; } }
          .top-page #oem .inner ul li div p {
            color: #c69e54;
            font-size: 16px;
            flex-grow: 1; }
    .top-page #oem .inner .flow h2 {
      text-align: center;
      font-size: 25px;
      font-family: 'Zen Maru Gothic', sans-serif;
      font-weight: 500; }
    .top-page #oem .inner .flow .step-all {
      margin-top: 50px; }
      .top-page #oem .inner .flow .step-all .step {
        margin: 20px auto; }
        @media screen and (max-width: 900px) {
          .top-page #oem .inner .flow .step-all .step {
            margin: 70px auto 10px; } }
        .top-page #oem .inner .flow .step-all .step .step-inner {
          position: relative; }
          .top-page #oem .inner .flow .step-all .step .step-inner .icon-step {
            width: 100px;
            height: 100px;
            background: #e7a730;
            border-radius: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 0; }
            @media screen and (max-width: 900px) {
              .top-page #oem .inner .flow .step-all .step .step-inner .icon-step {
                transform: translatex(-50%);
                top: -35px;
                width: 60px;
                height: 60px;
                left: 50%;
                right: 50%; } }
            .top-page #oem .inner .flow .step-all .step .step-inner .icon-step p {
              color: #fff;
              font-weight: 900;
              font-size: 32px;
              line-height: 1em;
              margin-top: -10px; }
              @media screen and (max-width: 900px) {
                .top-page #oem .inner .flow .step-all .step .step-inner .icon-step p {
                  font-size: 22px;
                  margin-top: -6px; } }
              .top-page #oem .inner .flow .step-all .step .step-inner .icon-step p span {
                color: #fff;
                font-size: 18px;
                line-height: 0; }
                @media screen and (max-width: 900px) {
                  .top-page #oem .inner .flow .step-all .step .step-inner .icon-step p span {
                    font-size: 12px; } }
          .top-page #oem .inner .flow .step-all .step .step-inner .text {
            background: #fff6e7;
            border-radius: 20px;
            padding: 30px 30px 30px 8%;
            width: 95%;
            top: 0;
            right: 0;
            width: 95%;
            margin-left: 5%;
            box-sizing: border-box; }
            @media screen and (max-width: 900px) {
              .top-page #oem .inner .flow .step-all .step .step-inner .text {
                width: 100%;
                margin-left: 0;
                padding: 30px 20px 20px; } }
            .top-page #oem .inner .flow .step-all .step .step-inner .text h3 {
              font-size: 20px;
              font-weight: 600;
              margin-bottom: 5px; }
              @media screen and (max-width: 900px) {
                .top-page #oem .inner .flow .step-all .step .step-inner .text h3 {
                  font-size: 18px; } }
            .top-page #oem .inner .flow .step-all .step .step-inner .text p {
              text-align: left; }
      .top-page #oem .inner .flow .step-all .arrow {
        text-align: center; }
        .top-page #oem .inner .flow .step-all .arrow span {
          display: inline-block;
          vertical-align: middle;
          color: #e7a730;
          line-height: 1;
          width: 1.5em;
          height: 1.5em;
          border: 0.2em solid currentColor;
          border-left: 0;
          border-bottom: 0;
          box-sizing: border-box;
          transform: translateY(-25%) rotate(135deg); }
    .top-page #oem .inner .big-btn {
      width: 100%;
      max-width: 1000px;
      text-align: center;
      margin: 80px auto 0; }
      .top-page #oem .inner .big-btn a {
        color: #030a14;
        background: #c69e54;
        padding: 15px 0;
        box-sizing: border-box;
        display: block;
        border: 1px solid #c69e54; }
        .top-page #oem .inner .big-btn a:hover {
          background: #dfcca8;
          transition: 0.5s; }
  .top-page #description .inner {
    max-width: 1200px;
    width: 90%;
    margin: 300px auto 100px; }
    @media screen and (max-width: 700px) {
      .top-page #description .inner {
        margin: 200px auto 100px; } }
    .top-page #description .inner ul {
      margin-top: 50px;
      display: -webkit-flex;
      display: flex;
      align-items: stretch;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      @media screen and (max-width: 600px) {
        .top-page #description .inner ul {
          display: block; } }
      .top-page #description .inner ul li {
        width: 45%;
        position: relative;
        margin-bottom: 80px; }
        @media screen and (max-width: 600px) {
          .top-page #description .inner ul li {
            width: 100%; } }
        .top-page #description .inner ul li div {
          display: flex;
          align-items: stretch;
          flex-direction: column; }
          .top-page #description .inner ul li div h4 {
            color: #c69e54;
            font-weight: 600;
            font-family: 'Zen Maru Gothic', sans-serif;
            font-size: 25px;
            text-align: center;
            margin: 15px auto; }
          .top-page #description .inner ul li div p {
            color: #c69e54;
            font-size: 16px;
            flex-grow: 1; }
        .top-page #description .inner ul li .btn {
          display: block;
          width: 100%;
          text-align: center;
          position: absolute;
          bottom: 0; }
          .top-page #description .inner ul li .btn a {
            color: #c69e54;
            font-family: 'Noto Serif JP', serif;
            font-size: 18px;
            display: block;
            border: 1px solid #c69e54;
            padding: 10px;
            box-sizing: border-box; }
            .top-page #description .inner ul li .btn a:hover {
              background: #625233;
              transition: 0.5s; }
    .top-page #description .inner .big-btn {
      width: 100%;
      text-align: center; }
      .top-page #description .inner .big-btn a {
        color: #030a14;
        background: #c69e54;
        border: 1px solid #030a14;
        padding: 15px 0;
        box-sizing: border-box;
        display: block; }
        .top-page #description .inner .big-btn a:hover {
          background: #625233;
          border: 1px solid #c69e54;
          transition: 0.5s; }
  .top-page #press-list-front {
    width: 100%;
    margin: 0 auto;
    padding: 100px 0 180px;
    background: #fff; }
    .top-page #press-list-front .inner {
      max-width: 1000px;
      width: 90%;
      margin: auto; }
      .top-page #press-list-front .inner .big-btn {
        width: 100%;
        text-align: center;
        margin-top: 50px; }
        .top-page #press-list-front .inner .big-btn a {
          color: #030a14;
          background: #c69e54;
          padding: 15px 0;
          box-sizing: border-box;
          display: block;
          border: 1px solid #c69e54; }
          .top-page #press-list-front .inner .big-btn a:hover {
            background: #dfcca8;
            transition: 0.5s; }

/*ペットフードOEM*/
.oem-page {
  padding-top: 70px; }
  .oem-page .back-blue {
    background: #fff;
    padding-bottom: 80px; }
    @media screen and (max-width: 600px) {
      .oem-page .back-blue {
        padding-bottom: 40px; } }
    .oem-page .back-blue .mv {
      position: relative;
      background: url(https://capripets.co.jp/core/wp-content/themes/capripets-theme/img/oem-mv.jpg) no-repeat;
      background-size: cover;
      background-position: center;
      height: 450px;
      width: 95%;
      margin-left: 5%; }
      .oem-page .back-blue .mv .mv-on {
        position: absolute;
        bottom: 0;
        left: -1px;
        background: #fff;
        padding: 30px 40px 10px 0; }
        .oem-page .back-blue .mv .mv-on h1 {
          font-size: 50px;
          line-height: 0.8em;
          font-weight: 900;
          color: #c69e54;
          font-family: 'Zen Maru Gothic', sans-serif; }
          @media screen and (max-width: 600px) {
            .oem-page .back-blue .mv .mv-on h1 {
              font-size: 30px; } }
          .oem-page .back-blue .mv .mv-on h1 span {
            font-size: 16px;
            font-weight: 400;
            color: #c69e54;
            font-family: 'Zen Maru Gothic', sans-serif; }
            @media screen and (max-width: 600px) {
              .oem-page .back-blue .mv .mv-on h1 span {
                font-size: 14px; } }

/*company 会社案内*/
.company-page {
  padding-top: 70px; }
  .company-page .back-blue {
    background: #fff;
    padding-bottom: 80px; }
    @media screen and (max-width: 600px) {
      .company-page .back-blue {
        padding-bottom: 40px; } }
    .company-page .back-blue .mv {
      position: relative;
      background: url(https://capripets.co.jp/core/wp-content/themes/capripets-theme/img/company-mv.jpg) no-repeat;
      background-size: cover;
      background-position: right;
      height: 450px;
      width: 95%;
      margin-left: 5%; }
      .company-page .back-blue .mv .mv-on {
        position: absolute;
        bottom: 0;
        left: -1px;
        background: #fff;
        padding: 30px 40px 10px 0; }
        .company-page .back-blue .mv .mv-on h1 {
          font-size: 50px;
          line-height: 0.8em;
          font-weight: 900;
          color: #c69e54;
          font-family: 'Zen Maru Gothic', sans-serif; }
          @media screen and (max-width: 600px) {
            .company-page .back-blue .mv .mv-on h1 {
              font-size: 30px; } }
          .company-page .back-blue .mv .mv-on h1 span {
            font-size: 16px;
            font-weight: 400;
            color: #c69e54;
            font-family: 'Zen Maru Gothic', sans-serif; }
            @media screen and (max-width: 600px) {
              .company-page .back-blue .mv .mv-on h1 span {
                font-size: 14px; } }
  .company-page .overview .inner {
    max-width: 1200px;
    width: 95%;
    margin: 100px auto 0; }
    @media screen and (max-width: 600px) {
      .company-page .overview .inner {
        margin: 80px auto; } }
    .company-page .overview .inner table {
      width: 100%;
      margin: 50px auto 0; }
      .company-page .overview .inner table tr {
        width: 100%; }
        .company-page .overview .inner table tr th {
          width: 20%;
          background: #faf7e8;
          border: 1px solid #d6d2bf;
          padding: 10px 20px;
          vertical-align: middle; }
          @media screen and (max-width: 600px) {
            .company-page .overview .inner table tr th {
              padding: 5px;
              width: 25%; } }
        .company-page .overview .inner table tr td {
          width: 80%;
          border: 1px solid #d6d2bf;
          padding: 10px 20px;
          vertical-align: middle; }
          @media screen and (max-width: 600px) {
            .company-page .overview .inner table tr td {
              padding: 5px;
              width: 75%;
              line-height: 1.5em; } }
  .company-page .access .inner {
    max-width: 1200px;
    width: 95%;
    margin: 150px auto 150px; }
    @media screen and (max-width: 600px) {
      .company-page .access .inner {
        margin: 80px auto 100px; } }
    .company-page .access .inner .access01 {
      margin: 50px auto;
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      .company-page .access .inner .access01 .left {
        width: 60%; }
      .company-page .access .inner .access01 .right {
        width: 38%; }
    .company-page .access .inner .access02 {
      margin: 50px auto;
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      .company-page .access .inner .access02 .left {
        width: 60%; }
      .company-page .access .inner .access02 .right {
        width: 38%; }
  .company-page .related .inner {
    max-width: 1200px;
    width: 95%;
    margin: 150px auto 150px; }
    @media screen and (max-width: 600px) {
      .company-page .related .inner {
        margin: 80px auto 100px; } }
    .company-page .related .inner table {
      width: 100%;
      margin: 50px auto 0; }
      .company-page .related .inner table tr {
        width: 100%; }
        .company-page .related .inner table tr th {
          width: 20%;
          background: #faf7e8;
          border: 1px solid #d6d2bf;
          padding: 10px 20px;
          vertical-align: middle; }
          @media screen and (max-width: 600px) {
            .company-page .related .inner table tr th {
              padding: 5px;
              width: 25%; } }
        .company-page .related .inner table tr td {
          width: 80%;
          border: 1px solid #d6d2bf;
          padding: 10px 20px;
          vertical-align: middle; }
          @media screen and (max-width: 600px) {
            .company-page .related .inner table tr td {
              padding: 5px;
              width: 75%;
              line-height: 1.5em; } }

/*contact お問い合わせ*/
.contact-page {
  padding-top: 60px; }
  .contact-page .back-blue {
    background: #fff;
    padding-bottom: 80px; }
    @media screen and (max-width: 600px) {
      .contact-page .back-blue {
        padding-bottom: 40px; } }
    .contact-page .back-blue .mv {
      position: relative;
      background: url(https://capripets.co.jp/core/wp-content/themes/capripets-theme/img/contact-mv.jpg) no-repeat;
      background-size: cover;
      background-position: center;
      height: 450px;
      width: 95%;
      margin-left: 5%; }
      .contact-page .back-blue .mv .mv-on {
        position: absolute;
        bottom: 0;
        left: -1px;
        background: #fff;
        padding: 30px 40px 10px 0; }
        .contact-page .back-blue .mv .mv-on h1 {
          font-size: 50px;
          line-height: 0.8em;
          font-weight: 900;
          color: #c69e54;
          font-family: 'Zen Maru Gothic', sans-serif; }
          @media screen and (max-width: 600px) {
            .contact-page .back-blue .mv .mv-on h1 {
              font-size: 30px; } }
          .contact-page .back-blue .mv .mv-on h1 span {
            font-size: 16px;
            font-weight: 400;
            color: #c69e54;
            font-family: 'Zen Maru Gothic', sans-serif; }
            @media screen and (max-width: 600px) {
              .contact-page .back-blue .mv .mv-on h1 span {
                font-size: 14px; } }
  .contact-page .contact-content .inner {
    max-width: 1200px;
    width: 95%;
    margin: 100px auto; }
    @media screen and (max-width: 600px) {
      .contact-page .contact-content .inner {
        margin: 80px auto; } }
    .contact-page .contact-content .inner .message {
      margin: 50px auto;
      width: 100%; }
      .contact-page .contact-content .inner .message p {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 300; }
        .contact-page .contact-content .inner .message p a {
          color: #b99157; }
    .contact-page .contact-content .inner .contact-box {
      background: #fcfbf7;
      padding: 50px;
      font-family: 'Noto Sans JP', sans-serif; }
      @media screen and (max-width: 600px) {
        .contact-page .contact-content .inner .contact-box {
          padding: 20px; } }
      .contact-page .contact-content .inner .contact-box dl {
        margin-bottom: 30px; }
        .contact-page .contact-content .inner .contact-box dl dt {
          font-family: 'Noto Sans JP', sans-serif;
          font-weight: 300;
          border-left: 5px solid #9d7c47;
          padding: 0 10px;
          margin-bottom: 5px; }
          .contact-page .contact-content .inner .contact-box dl dt span {
            font-size: 0.8em; }
        .contact-page .contact-content .inner .contact-box dl dd {
          font-family: 'Noto Sans JP', sans-serif;
          font-weight: 300; }
          .contact-page .contact-content .inner .contact-box dl dd .wpcf7-form-control-wrap {
            position: relative; }
            .contact-page .contact-content .inner .contact-box dl dd .wpcf7-form-control-wrap .wpcf7-text {
              width: 100%;
              padding: 5px 10px;
              box-sizing: border-box;
              font-family: 'Noto Sans JP', sans-serif;
              font-weight: 300; }
              .contact-page .contact-content .inner .contact-box dl dd .wpcf7-form-control-wrap .wpcf7-text .wpcf7-checkbox span.wpcf7-list-item-label {
                font-family: 'Noto Sans JP', sans-serif;
                font-weight: 300; }
            .contact-page .contact-content .inner .contact-box dl dd .wpcf7-form-control-wrap .wpcf7-textarea {
              width: 100%;
              padding: 10px 10px;
              box-sizing: border-box;
              font-family: 'Noto Sans JP', sans-serif;
              font-weight: 300; }
          .contact-page .contact-content .inner .contact-box dl dd .wpcf7-not-valid-tip {
            font-family: 'Noto Sans JP', sans-serif;
            font-weight: 300; }
      .contact-page .contact-content .inner .contact-box .privacy-text {
        text-align: center;
        margin-bottom: 20px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 300; }
        .contact-page .contact-content .inner .contact-box .privacy-text a {
          font-family: 'Noto Sans JP', sans-serif;
          font-weight: 300;
          color: #b99157; }
        .contact-page .contact-content .inner .contact-box .privacy-text .wpcf7-list-item-label {
          font-family: 'Noto Sans JP', sans-serif;
          font-weight: 300; }
      .contact-page .contact-content .inner .contact-box .submit-button {
        text-align: center; }
        .contact-page .contact-content .inner .contact-box .submit-button .ajax-loader {
          margin: 0 -12px; }
        .contact-page .contact-content .inner .contact-box .submit-button input[type="submit"] {
          background: #b99157;
          border: none;
          padding: 15px 40px;
          border-radius: 5px;
          color: #fff;
          font-family: 'Noto Sans JP', sans-serif;
          font-weight: 300;
          width: 100%; }

.contact-page .contact-content .inner .contact-press-box {
  background: #faf9f7;
  padding: 50px;
  font-family: 'Noto Sans JP', sans-serif; }

@media screen and (max-width: 600px) {
  .contact-page .contact-content .inner .contact-press-box {
    padding: 20px; } }
.contact-page .contact-content .inner .contact-press-box dl {
  margin-bottom: 30px; }

.contact-page .contact-content .inner .contact-press-box dl dt {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  border-left: 5px solid #9d7c47;
  padding: 0 10px;
  margin-bottom: 5px; }

.contact-page .contact-content .inner .contact-press-box dl dt span {
  font-size: 0.8em; }

.contact-page .contact-content .inner .contact-press-box dl dd {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300; }

.contact-page .contact-content .inner .contact-press-box dl dd .wpcf7-form-control-wrap {
  position: relative; }

.contact-page .contact-content .inner .contact-press-box dl dd input[type="text"] {
  width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300; }

.contact-page .contact-content .inner .contact-press-box dl dd input[type="email"] {
  width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300; }

.contact-page .contact-content .inner .contact-press-box dl dd .wpcf7-form-control-wrap .wpcf7-checkbox span.wpcf7-list-item-label {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300; }

.contact-page .contact-content .inner .contact-press-box dl dd textarea {
  width: 100%;
  padding: 10px 10px;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300; }

.contact-page .contact-content .inner .contact-press-box dl dd .wpcf7-not-valid-tip {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300; }

.contact-page .contact-content .inner .contact-press-box .privacy-text {
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300; }

.contact-page .contact-content .inner .contact-press-box .privacy-text a {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  color: #b99157; }

.contact-page .contact-content .inner .contact-press-box .privacy-text .wpcf7-list-item-label {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300; }

.contact-page .contact-content .inner .contact-press-box .submit-button {
  text-align: center; }

.contact-page .contact-content .inner .contact-press-box .submit-button .ajax-loader {
  margin: 0 -12px; }

.contact-page .contact-content .inner .contact-press-box .submit-button input[type="submit"] {
  background: #b99157;
  border: none;
  padding: 15px 40px;
  border-radius: 5px;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300; }

/*個人情報保護方針*/
.privacy-page {
  padding-top: 70px; }
  .privacy-page .back-blue {
    background: #fff;
    padding-bottom: 80px; }
    @media screen and (max-width: 600px) {
      .privacy-page .back-blue {
        padding-bottom: 40px; } }
    .privacy-page .back-blue .mv {
      position: relative;
      background: url(https://capripets.co.jp/core/wp-content/themes/capripets-theme/img/privacy-mv.jpg) no-repeat;
      background-size: cover;
      background-position: center;
      height: 450px;
      width: 95%;
      margin-left: 5%; }
      @media screen and (max-width: 1000px) {
        .privacy-page .back-blue .mv {
          background-position-x: 20%; } }
      .privacy-page .back-blue .mv .mv-on {
        position: absolute;
        bottom: 0;
        left: -1px;
        background: #fff;
        padding: 30px 40px 10px 0; }
        .privacy-page .back-blue .mv .mv-on h1 {
          font-size: 50px;
          line-height: 0.8em;
          font-weight: 900;
          color: #c69e54;
          font-family: 'Zen Maru Gothic', sans-serif; }
          @media screen and (max-width: 600px) {
            .privacy-page .back-blue .mv .mv-on h1 {
              font-size: 30px; } }
          .privacy-page .back-blue .mv .mv-on h1 span {
            font-size: 16px;
            font-weight: 400;
            color: #c69e54;
            font-family: 'Zen Maru Gothic', sans-serif; }
            @media screen and (max-width: 600px) {
              .privacy-page .back-blue .mv .mv-on h1 span {
                font-size: 14px; } }
  .privacy-page .privacy-content .inner {
    max-width: 1200px;
    width: 95%;
    margin: 100px auto; }
    .privacy-page .privacy-content .inner p {
      margin: 50px auto;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 300; }
    .privacy-page .privacy-content .inner dl dt {
      font-size: 20px;
      border-bottom: 1px solid #b99157;
      margin-bottom: 10px;
      padding-bottom: 5px;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 300; }
    .privacy-page .privacy-content .inner dl dd {
      margin-bottom: 40px;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 300; }
      .privacy-page .privacy-content .inner dl dd ul {
        list-style-type: disc;
        padding-left: 25px;
        margin-top: 15px; }
        .privacy-page .privacy-content .inner dl dd ul li {
          font-family: 'Noto Sans JP', sans-serif;
          font-weight: 300; }

/*フッター*/
footer .footer-contact-container {
  background: url(https://capripets.co.jp/core/wp-content/themes/capripets-theme/img/footer-back.jpg);
  text-align: center;
  background-position: center;
  padding: 80px;
  background-size: cover; }
  @media screen and (max-width: 860px) {
    footer .footer-contact-container {
      padding: 15px; } }
  footer .footer-contact-container .inner {
    background: rgba(255, 255, 255, 0.7);
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding: 80px 0;
    box-sizing: border-box; }
    @media screen and (max-width: 860px) {
      footer .footer-contact-container .inner {
        width: 100%; } }
    footer .footer-contact-container .inner p.tel {
      font-size: 30px;
      margin-top: 20px;
      margin-bottom: 20px; }
      @media screen and (max-width: 500px) {
        footer .footer-contact-container .inner p.tel {
          font-size: 25px; } }
      footer .footer-contact-container .inner p.tel img {
        width: 40px;
        margin-right: 10px; }
        @media screen and (max-width: 500px) {
          footer .footer-contact-container .inner p.tel img {
            width: 30px; } }
      footer .footer-contact-container .inner p.tel span {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 18px;
        font-weight: 600;
        color: #333;
        letter-spacing: 0.2em; }
      footer .footer-contact-container .inner p.tel a {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 600;
        color: #333;
        letter-spacing: 0.2em; }
        @media screen and (max-width: 500px) {
          footer .footer-contact-container .inner p.tel a {
            letter-spacing: 0.1em; } }
    footer .footer-contact-container .inner p.jikan {
      font-family: 'Noto Sans JP', sans-serif; }
    footer .footer-contact-container .inner p.mail {
      font-family: 'Noto Sans JP', sans-serif; }
    footer .footer-contact-container .inner .contact-btn {
      background: #c69e54;
      max-width: 500px;
      width: 90%;
      height: 60px;
      border-radius: 50px;
      margin: 20px auto 0px; }
      footer .footer-contact-container .inner .contact-btn:hover {
        background: #9c7948; }
      footer .footer-contact-container .inner .contact-btn a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        justify-content: center;
        padding-top: 13px; }
        @media screen and (max-width: 500px) {
          footer .footer-contact-container .inner .contact-btn a {
            padding-top: 17px; } }
        footer .footer-contact-container .inner .contact-btn a img {
          width: 34px; }
          @media screen and (max-width: 500px) {
            footer .footer-contact-container .inner .contact-btn a img {
              width: 25px; } }
        footer .footer-contact-container .inner .contact-btn a span {
          color: #fff;
          font-size: 18px;
          font-weight: 600;
          font-family: 'Noto Sans JP', sans-serif;
          padding-left: 10px; }
          @media screen and (max-width: 500px) {
            footer .footer-contact-container .inner .contact-btn a span {
              font-size: 13px;
              font-weight: 400;
              padding-left: 5px; } }
    footer .footer-contact-container .inner .contact-press-btn {
      background: #b6bea8;
      max-width: 500px;
      width: 90%;
      height: 60px;
      border-radius: 50px;
      margin: 20px auto 0px; }
      footer .footer-contact-container .inner .contact-press-btn:hover {
        background: #a5ad99; }
      footer .footer-contact-container .inner .contact-press-btn a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        justify-content: center;
        padding-top: 13px; }
        @media screen and (max-width: 500px) {
          footer .footer-contact-container .inner .contact-press-btn a {
            padding-top: 17px; } }
        footer .footer-contact-container .inner .contact-press-btn a img {
          width: 34px; }
          @media screen and (max-width: 500px) {
            footer .footer-contact-container .inner .contact-press-btn a img {
              width: 25px; } }
        footer .footer-contact-container .inner .contact-press-btn a a span {
          color: #fff;
          font-size: 18px;
          font-weight: 600;
          font-family: 'Noto Sans JP', sans-serif;
          padding-left: 10px; }
          @media screen and (max-width: 500px) {
            footer .footer-contact-container .inner .contact-press-btn a a span {
              font-size: 13px;
              font-weight: 400;
              padding-left: 5px; } }
footer .footer-container {
  background: #faf7e8; }
  footer .footer-container .inner {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto; }
    footer .footer-container .inner .footer-content {
      display: flex;
      align-items: center; }
      @media screen and (max-width: 850px) {
        footer .footer-container .inner .footer-content {
          display: block; } }
      footer .footer-container .inner .footer-content .logo-company {
        width: 60%;
        display: flex;
        align-items: center; }
        @media screen and (max-width: 850px) {
          footer .footer-container .inner .footer-content .logo-company {
            width: 100%; } }
        @media screen and (max-width: 540px) {
          footer .footer-container .inner .footer-content .logo-company {
            display: block;
            width: 100%; } }
        footer .footer-container .inner .footer-content .logo-company .logo {
          width: 40%; }
          @media screen and (max-width: 540px) {
            footer .footer-container .inner .footer-content .logo-company .logo {
              width: 100%;
              text-align: center;
              margin-bottom: 10px; } }
          footer .footer-container .inner .footer-content .logo-company .logo img {
            max-width: 150px;
            width: 80%;
            margin: 30px auto 0; }
            @media screen and (max-width: 540px) {
              footer .footer-container .inner .footer-content .logo-company .logo img {
                max-width: 120px; } }
        footer .footer-container .inner .footer-content .logo-company .company {
          width: 60%; }
          @media screen and (max-width: 540px) {
            footer .footer-container .inner .footer-content .logo-company .company {
              width: 100%;
              text-align: center;
              margin-bottom: 20px; } }
          footer .footer-container .inner .footer-content .logo-company .company h4 {
            font-size: 25px;
            color: #0d3a08;
            font-family: 'Zen Maru Gothic', sans-serif;
            font-weight: 700; }
            @media screen and (max-width: 540px) {
              footer .footer-container .inner .footer-content .logo-company .company h4 {
                font-size: 20px; } }
          footer .footer-container .inner .footer-content .logo-company .company p {
            color: #0d3a08;
            font-family: 'Zen Maru Gothic', sans-serif;
            font-weight: 500; }
      footer .footer-container .inner .footer-content .menu {
        width: 40%;
        display: flex; }
        @media screen and (max-width: 850px) {
          footer .footer-container .inner .footer-content .menu {
            display: none; } }
        footer .footer-container .inner .footer-content .menu ul {
          width: 50%;
          list-style-type: none; }
          footer .footer-container .inner .footer-content .menu ul li a {
            color: #0d3a08;
            line-height: 2em; }
            footer .footer-container .inner .footer-content .menu ul li a:hover {
              color: #83c772; }
    footer .footer-container .inner .kanren-bnr-area {
      margin-top: 30px; }
      footer .footer-container .inner .kanren-bnr-area ul {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        flex-wrap: wrap;
        text-align: center; }
        footer .footer-container .inner .kanren-bnr-area ul li {
          width: 25%; }
          @media screen and (max-width: 1000px) {
            footer .footer-container .inner .kanren-bnr-area ul li {
              width: 50%;
              margin-bottom: 10px; } }
          footer .footer-container .inner .kanren-bnr-area ul li a img {
            max-width: 400px;
            width: 90%; }
          footer .footer-container .inner .kanren-bnr-area ul li a:hover {
            opacity: 0.6; }
    footer .footer-container .inner .footer-bottom {
      border-top: 1px solid #0d3a08;
      margin-top: 30px;
      padding-top: 10px; }
      @media screen and (max-width: 1000px) {
        footer .footer-container .inner .footer-bottom {
          margin-top: 10px; } }
      footer .footer-container .inner .footer-bottom .link {
        float: left; }
        @media screen and (max-width: 650px) {
          footer .footer-container .inner .footer-bottom .link {
            display: none; } }
        footer .footer-container .inner .footer-bottom .link ul li {
          display: inline-block;
          padding-right: 15px; }
          footer .footer-container .inner .footer-bottom .link ul li a {
            color: #0d3a08;
            font-size: 12px; }
            footer .footer-container .inner .footer-bottom .link ul li a:hover {
              color: #83c772; }
      footer .footer-container .inner .footer-bottom .copy {
        float: right; }
        @media screen and (max-width: 650px) {
          footer .footer-container .inner .footer-bottom .copy {
            float: none; } }
        footer .footer-container .inner .footer-bottom .copy p {
          font-size: 12px;
          text-align: right;
          color: #0d3a08; }
          @media screen and (max-width: 650px) {
            footer .footer-container .inner .footer-bottom .copy p {
              text-align: center; } }

/*新着情報*/
#magazine-head-title h1 {
  font-family: 'Noto Serif JP', serif;
  color: #c69e54;
  font-weight: 600;
  font-size: 35px;
  text-align: center;
  margin: 20px auto 40px; }
