@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/

/* font-family: "Noto Sans JP", serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/*font-family: "Noto Serif JP", serif;*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

.wrapper_content {
  position: relative;
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  z-index: 20;
}
#front-sectionPost .postlist li {
  border: none!important;
}
.postlist li,
.postlist li:first-child {
  border: none!important;
}
.postlist .post_text {
  position: relative;
}
.postlist .post_text:after {
  content: '';
  display: inline-block;
  background-size: 3px 1px;
  background-image: linear-gradient(to right, #fff 1px, transparent 1px);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 5px;
  position: absolute;
  height: 1px;
  bottom: 0;
  right: 0;
  width: 92%;
}

.postlist .post_text {
  padding: 18px 0;
}
.post .time, .postlist .time {
  font-weight: 400;
  color: #fff !important;
  background: #4E4E4E;
  padding: 8px 20px;
  letter-spacing: 1px;
  border-radius: 5px;
}
.post .time a, .postlist .time a {
  font-weight: 400;
  color: #fff!important;
}

.post4b li .post4b_contents {
  /*  opacity: 1; */
  display: none;
}
.post4b .time {
  display: block;
  background: #4E4E4E;
}
.postlist .ttls a {
  color: #fff;
}

.post_link a {
  color: #fff!important;
}
.post_link {
  border-bottom: none;
}

#wrapper {
  max-width: unset;
  padding: 0;
  position: relative;
  z-index: 1;
}

body {
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  background: #0f0f0f;
  color: #fff;
}

body p {
  line-height: 1.8;
  color: #fff;
}

body:not(.home) #wrapper {
  width: unset;
}
body.category #wrapper, body.archive #wrapper , body.single #wrapper , body.page-contact #wrapper , body.page-thanks #wrapper , body.page-privacy #wrapper , body.error404 #wrapper {
  width: 94%;
  max-width: var(--content-max-width);
}

.page-id-17 #wrapper {
  width: 94%!important;
  max-width: var(--content-max-width);
  margin-inline: auto;
}
header#h1Header {
  background: #fff;
}
#thumbImg::before, header#h1Header::before {
  background: #000000;
  opacity: .6;
}
header#h1Header h1.title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #fff;
}

#header,.sticky-header #header > .inner {
  background: #0f0f0f;
}
#header-upper {
  display: none!important;
}
#header .logo {
  padding: 10px 20px;
}
#header ul.header__contact {
  display: flex;
  gap: 20px;
  padding-right: 20px;
}
#header ul.header__contact li {
  display: flex;
  align-items: center;
}
#header a.head_btn {
  font-family: "Noto Serif JP", serif;
  align-items: center;
  width: 190px;
  height: 60px;
  flex-direction: unset;
}
#header a.head_btn::before {
  font-size: 1.2em;
  margin-bottom: 0;
  margin-right: 4px;
}
#header a.head_btn.line_btn {
  border: solid 1px #FFDC6A;
  background: unset;
}
#header a.head_btn.line_btn::before {
  content: '';
  display: inline-block;
  background: url(/wp-content/uploads/line.png)no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
#header a.head_btn.line_btn span {
  background: linear-gradient(
    180deg,
    rgba(187, 172, 115, 1) 0%,
    rgba(255, 243, 191, 1) 32%,
    rgba(249, 226, 129, 1) 58%,
    rgba(255, 246, 210, 1) 70%,
    rgba(165, 146, 68, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
#header a.head_btn.online_btn {
  background: #A20010;
  color: #fff;
}
nav#mainNav ul li a {
  font-family: "Noto Serif JP", serif;
  background: #0f0f0f;
  color: #fff;
  padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) min(calc(28px + (1vw - 19.2px) * 1.6722), 28px);
}
nav#mainNav ul li a:hover {
  background: #0f0f0f;
}
nav#mainNav ul li a:hover b,
nav#mainNav ul li a:hover span {
  color: #fff;
}
nav#mainNav ul li a b {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
}
nav#mainNav ul li a span {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  text-align: center;
}
nav#mainNav ul li.current-menu-item a {
  background: #0f0f0f;
}
nav#mainNav ul li.current-menu-item a b {
  color: #fff;
}
nav#mainNav ul li.current-menu-item a span {
  color: #fff;
}
nav#mainNav ul li.current-menu-item a b {
  color: #fff;
}
nav#mainNav ul li ul.sub-menu li a {
  color: #fff;
}
nav#mainNav ul li.current-menu-parent a b {
  color: #fff;
}
nav#mainNav ul li ul.sub-menu li.current-menu-item a {
  background: #0f0f0f;
}
nav#mainNav ul li ul.sub-menu li.current-menu-item a:hover {
  background: #0f0f0f;
}

.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
  background: #A20010;
}
.spmenu #menu p {
  color: #A20010;
}

a#scrollUp {
  background: #A20010;
}

#footer {
  padding: 30px;
}
#footer,#copyright {
  color: #fff;
  background: #000000;
}
#copyright {
  margin-top: 0;
}
#footer .footnav:not(:last-child) {
  margin-bottom: 20px;
}
#footer li a, .footeradd, .footertel, #footer li a:hover {
  color: #fff;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
  display: none;
}
#footer .socialicon {
  margin-bottom: 20px;
}

.inner {
  width: 94%;
  max-width: 1200px;
  margin-inline: auto;
}

h1.title {
  font-family: "Noto Serif JP", serif;
  font-size: var(--rem48);
  letter-spacing: .01em;
  color: #fff;
  line-height: 1.4;
  font-weight: 400;
  display: block;
  margin-bottom: 40px;
  position: relative;
}

.post h2 {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: var(--rem40);
  margin-top: 0;
  margin-bottom: 30px;
}
.post h2:after {
  display: none;
}

.post h2.title {
  font-family: "Noto Serif JP", serif;
  font-size: var(--rem48);
  color: #fff;
  font-weight: 400;
  text-align: center;
  padding: 0!important;
  margin: 0!important;
  margin-bottom: 35px!important;
}
.post h2.title .en {
  font-family: "Noto Sans JP", serif;
  font-size: var(--rem24);
  color: #fff;
  display: block;
  font-weight: 500;
}

.post h3 {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  border: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 20px;
}

.post h4 {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

.post h4::before {
  background: #A20010;
}

.linkBtn, .post .linkBtn, a.linkBtn {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  background: unset;
  border: solid 1px #FFDC6A;
  display: block;
  border-radius: 0;
  max-width: 320px;
  margin-inline: auto;
  color: #fff;
  width: 100%;
  padding: 18px;
  margin-top: 40px;
}
a.linkBtn::after {
  display: none!important;
}
a.linkBtn span {
  background: linear-gradient(
    180deg,
    rgba(187, 172, 115, 1) 0%,
    rgba(255, 243, 191, 1) 32%,
    rgba(249, 226, 129, 1) 58%,
    rgba(255, 246, 210, 1) 70%,
    rgba(165, 146, 68, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
  background: unset;
  opacity: .7;
}

.cta {
  padding: 80px 0;
  background: url(/wp-content/uploads/cta_bg.jpg)no-repeat;
  background-size: cover;
  background-position: center;
}
.cta .cta_logo {
  width: 280px;
  margin-inline: auto;
  margin-bottom: 50px;
}
.cta .cta_logo img {
  width: 100%;
}
.cta .flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
}
.cta a.cta_btn {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  display: block;
  width: 280px;
  padding: 18px;
  text-align: center;
  position: relative;
  transition: all .3s;
}
.cta a.cta_btn:hover {
  opacity: 0.7;
}
.cta a.lineBtn {
  border: solid 1px #FFDC6A;
}
.cta a.lineBtn::before {
  content: '';
  display: inline-block;
  background: url(/wp-content/uploads/line.png)no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 4px;
}
.cta a.lineBtn span {
  background: linear-gradient(
    180deg,
    rgba(187, 172, 115, 1) 0%,
    rgba(255, 243, 191, 1) 32%,
    rgba(249, 226, 129, 1) 58%,
    rgba(255, 246, 210, 1) 70%,
    rgba(165, 146, 68, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.cta a.onlineBtn {
  background: #A20010;
  color: #fff;
}

#breadcrumb ul li, #breadcrumb ul li a {
  color: #fff!important;
}

/*-----------------------------
Top
------------------------------*/
.top_news {
  padding: 120px 0;
}

.top_concept {
  padding: 120px 0;
  background: url(/wp-content/uploads/top_concept_bg.jpg)no-repeat;
  background-size: cover;
  background-position: center;
}
.top_concept .image {
  position: relative;
  margin-bottom: 25px;
}
.top_concept .image::before {
  content: '';
  display: inline-block;
  background: url(/wp-content/uploads/mark01.png)no-repeat;
  background-size: contain;
  aspect-ratio: 294 / 138;
  width: 250px;
  position: absolute;
  top: 20px;
  left: -120px;
}

.top_service {
  padding: 120px 0;
  background: url(/wp-content/uploads/top_service_bg.jpg)no-repeat;
  background-size: cover;
  background-position: center;
}
.top_service .inner {
  position: relative;
}
.top_service .inner::after {
  content: '';
  display: inline-block;
  background: url(/wp-content/uploads/mark02.png)no-repeat;
  background-size: contain;
  aspect-ratio: 457 / 211;
  width: 400px;
  position: absolute;
  top: -170px;
  right: -50px;
}
.top_service h3 {
  text-align: center;
  font-size: var(--rem40);
}

.top_products {
  padding-top: 120px;
}
.top_products .inner {
  padding: 40px 5%;
  background: url(/wp-content/uploads/top_products_bg.jpg)no-repeat;
  background-size: cover;
  background-position: center;
  border: solid 1px #fff;
}

.top_online {
  padding-top: 40px;
}
.top_online .inner {
  padding: 40px 5%;
  background: url(/wp-content/uploads/top_online_bg.jpg)no-repeat;
  background-size: cover;
  background-position: center;
  border: solid 1px #fff;
}

.top_instagram {
  padding: 120px 0;
}

@media print, screen and (max-width: 768px) {
  .top_news {
    padding: 70px 0;
  }
  .top_news h2.title {
    margin-bottom: 0!important;
  }

  .top_concept {
    padding: 70px 0;
  }
  .top_concept .image::before {
    width: 150px;
    top: 15px;
    left: -15px;
  }

  .top_service {
    padding: 70px 0;
  }
  .top_service .inner::after {
    width: 200px;
    top: -100px;
    right: -30px;
  }

  .top_products {
    padding-top: 70px;
  }

  .top_instagram {
    padding: 70px 0;
  }
}

/*-----------------------------
会社概要
------------------------------*/
.company.sec01 table,
.company.sec01 table th,
.company.sec01 table td {
  color: #fff;
  border: none;
}
.company.sec01 table th {
  background: unset;
}
.company.sec01 tr {
  border-bottom: 1px solid #fff;
}

.company.sec01 iframe {
  width: 100%;
  height: 350px;
}

.company.sec02 {
  padding-top: 120px;
}
.company.sec02 p.text_r {
  margin-top: 20px;
  text-align: right;
}

@media print, screen and (max-width: 768px) {
  .company.sec02 {
    padding-top: 70px;
  }
}

/*-----------------------------
事業内容
------------------------------*/
.service.sec01 .content {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
.service.sec01 h3 {
  text-align: center;
  font-size: var(--rem40);
}
.service.sec01 .image {
  margin-bottom: 40px;
}

@media print, screen and (max-width: 768px) {
  .service.sec01 .content {
    gap: 70px;
  }
}

/*-----------------------------
販売商品
------------------------------*/
.products.sec01 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px 40px;
}
.products.sec01 ul li {
  width: 250px;
}
.products.sec01 ul li .image {
  position: relative;
  overflow: hidden;
}
.products.sec01 ul li .image::after {
  content: '';
  display: inline-block;
  background: #000000;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.products.sec01 ul li h3 {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 90%;
  margin: 0;
  z-index: 2;
}
.products.sec01 ul li a {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: linear-gradient(
    180deg,
    rgba(187, 172, 115, 1) 0%,
    rgba(255, 243, 191, 1) 32%,
    rgba(249, 226, 129, 1) 58%,
    rgba(255, 246, 210, 1) 70%,
    rgba(165, 146, 68, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.products.sec01 ul li a::before {
  content: '';
  display: inline-block;
  background: url(/wp-content/uploads/arrow.png)no-repeat;
  background-size: contain;
  width: 11px;
  height: 8px;
}
.products.sec01 .content .box {
  padding-top: 120px;
}
.products.sec01 .content .image {
  margin-bottom: 40px;
}
.products.sec01 .content h3 {
  text-align: center;
  font-size: var(--rem40);
}

@media print, screen and (max-width: 768px) {
  .products.sec01 ul {
    gap: 30px 20px;
  }
  .products.sec01 ul li {
    width: 150px;
  }
  .products.sec01 .content .box {
    padding-top: 80px;
  }
  .products.sec01 .content .image {
    margin-bottom: 30px;
  }
}

/*-----------------------------
お問い合わせ
------------------------------*/
.post .subimitarea .linkBtn {
  padding: 0;
  width: 300px;
  border: none;
}
body.page-contact .post table th {
  background: #4E4E4E;
  color: #fff;
}
.post .subimitarea .linkBtn input[type="submit"] {
  color: #fff!important;
  background: #A20010;
  padding: 20px;
  border: none;
}


/*-----------------------------
サイトマップ
------------------------------*/
.post ul#sitemap_list.sitemap_disp_level_0 > li a {
  color: #fff;
}

/*-----------------------------
プライバシーポリシー
------------------------------*/
#privacy h3 {
  color: #fff;
}

/*--メディアクエリ--------------------------------------------*/
@media print, screen and (max-width: 1023px) {
  #content, #content.wide {
    width: 100%;
  }

  .mobile #header {
    background: #0f0f0f;
  }
  nav#mainNav ul li a:hover {
    background: #0f0f0f!important;
  }
  nav#mainNav ul li a {
    padding: 20px 10px;
  }
  nav#mainNav ul li a span {
    display: none;
  }
}

@media screen and (min-width: 769px){
  .dsp_hp { display:block; }
  .dsp_smt { display:none; }
}
@media screen and (max-width: 768px){
  .dsp_hp { display:none; }
  .dsp_smt { display:block; }

  h1.title {
    margin-bottom: 30px;
  }

  .cta {
    padding: 50px 0;
  }
  .cta .cta_logo {
    width: 200px;
    margin-bottom: 30px;
  }
}

@media print, screen and (max-width: 640px) {
  .postlist .post_text:after {
    width: calc(100%);
  }
}