@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Nunito:wght@200;400&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  list-style: none;
}

* html body {
  background: url(null) fixed;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* -+-+-+-+-+-+-+-+-+-+-+-+- Common style */
body {
  width: 100%;
  font-family: "Nunito", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  font-size: 62.5%;
  color: #281b18;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }
}

a:link {
  color: #281b18;
  text-decoration: none;
}

a:visited {
  color: #281b18;
  text-decoration: none;
}

a:active {
  color: #bd0000;
  text-decoration: underline;
}

a:hover {
  color: #bd0000;
  text-decoration: underline;
}

#wrap {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #wrap {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.pc-m {
  display: none;
}
@media screen and (max-width: 1280px) {
  .pc-m {
    display: block;
  }
}

.tab {
  display: none;
}
@media screen and (max-width: 960px) {
  .tab {
    display: block;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.inner {
  max-width: 1570px;
  padding: 150px 5vw;
  margin: 0 auto;
  width: calc(100% - 10vw);
}
@media screen and (max-width: 960px) {
  .inner {
    width: calc(100% - 8vw);
    padding: 30px 4vw;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 88%;
    width: 100%;
    padding: 0;
  }
}

#header {
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  #header {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #header {
    margin-top: 0;
  }
}
#header #gnavi {
  display: flex;
  align-items: baseline;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
  font-size: 16px;
}
@media screen and (min-width: 1551px) {
  #header #gnavi {
    max-width: 1750px;
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  #header #gnavi {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  #header #gnavi {
    padding: 5.3333333333vw 7%;
  }
}
#header #gnavi .logo {
  width: 120px;
  margin-right: auto;
}
@media screen and (max-width: 960px) {
  #header #gnavi .logo {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  #header #gnavi .logo {
    width: 36.9333333333vw;
  }
}
#header #gnavi .logo img {
  width: 100%;
  vertical-align: bottom;
}
#header #gnavi .logo img.logo-txt {
  vertical-align: top;
  margin-top: 5px;
}
#header #gnavi .menu {
  display: flex;
  width: calc(100% - 150px);
  max-width: calc(880px - 5%);
  justify-content: space-between;
  margin-right: 4%;
  margin-left: 30px;
}
@media screen and (max-width: 960px) {
  #header #gnavi .menu {
    margin-right: 2.5em;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #header #gnavi .menu {
    display: none;
  }
}
#header #gnavi .menu li {
  display: block;
  color: #999999;
  cursor: pointer;
}
#header #gnavi .menu li a {
  display: block;
  color: #999999;
}
#header #gnavi .menu .cart {
  position: relative;
  padding-left: 1.2em;
}
#header #gnavi .menu .cart:before {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  background: url("/wp-content/themes/mergerick/images/common/ic_cart.svg") no-repeat;
  background-size: contain;
  position: absolute;
  left: -0.2em;
  top: 0.1em;
}
#header #gnavi .menu .cart .online {
  visibility: hidden;
  opacity: 0;
  margin-top: 5px;
  transition: 0.4s;
  position: absolute;
}
#header #gnavi .menu .cart .online a {
  position: relative;
  padding: 5px 0;
}
#header #gnavi .menu .cart .online a:before {
  content: "├";
  position: absolute;
  left: -22px;
}
#header #gnavi .menu .cart .online a.btm:before {
  content: "└";
}
#header #gnavi .menu .cart.active .online {
  visibility: visible;
  opacity: 1;
}

#footer {
  background: #999999;
  color: #fff;
}
#footer .inner {
  padding: 240px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #footer .inner {
    padding: 16vw 0;
  }
}
#footer .inner .scroll-up {
  position: absolute;
  right: 10px;
  top: -26px;
}
@media screen and (max-width: 768px) {
  #footer .inner .scroll-up {
    display: none;
  }
}
#footer .footer-menu {
  display: flex;
  gap: 4.5vw;
  font-size: 18px;
}
@media screen and (max-width: 960px) {
  #footer .footer-menu {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #footer .footer-menu {
    display: none;
  }
}
#footer .footer-menu a {
  color: #fff;
}
#footer .info {
  display: flex;
  align-items: flex-end;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #footer .info {
    width: 100%;
    flex-direction: column;
    margin-top: 0;
  }
}
#footer .info .footer-logo {
  width: 136px;
  height: auto;
}
@media screen and (max-width: 960px) {
  #footer .info .footer-logo {
    width: 110px;
  }
}
@media screen and (max-width: 768px) {
  #footer .info .footer-logo {
    width: 18.1333333333vw;
    margin: 0 auto;
  }
}
#footer .info .footer-logo img {
  width: 100%;
}
#footer .info .corp {
  margin-left: 60px;
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  #footer .info .corp {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #footer .info .corp {
    margin: 8vw auto 13.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
#footer .info .copy {
  margin-left: auto;
  font-size: 18px;
}
@media screen and (max-width: 960px) {
  #footer .info .copy {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #footer .info .copy {
    margin: 0 auto;
    font-size: 2.6666666667vw;
  }
}

/* ハンバーガーメニュー */
.side-navi {
  position: absolute;
  top: calc(50% - 40px);
  right: 0;
  left: 0;
  width: 40px;
  height: 39px;
  margin: 0 auto;
  z-index: 10;
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .side-navi {
    top: calc(50% - 30px);
    width: 30px;
    height: 29px;
  }
}
@media screen and (max-width: 768px) {
  .side-navi {
    position: fixed;
    top: 5.3333333333vw;
    right: 7%;
    left: auto;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.side-navi .side-menu-btn {
  width: 40px;
  height: 39px;
  z-index: 10;
}
@media screen and (max-width: 960px) {
  .side-navi .side-menu-btn {
    width: 30px;
    height: 29px;
  }
}
@media screen and (max-width: 768px) {
  .side-navi .side-menu-btn {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.side-navi .side-menu-btn span {
  position: absolute;
  display: inline-block;
  height: 3px;
  background: #bd0000;
  left: 0;
}
.side-navi .side-menu-btn span:nth-child(1) {
  width: 100%;
  top: 0;
}
.side-navi .side-menu-btn span:nth-child(2) {
  width: calc(100% - 10px);
  top: 18px;
}
@media screen and (max-width: 960px) {
  .side-navi .side-menu-btn span:nth-child(2) {
    top: 13px;
  }
}
.side-navi .side-menu-btn span:nth-child(3) {
  width: calc(100% - 20px);
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .side-navi .side-menu-btn span {
    height: 2px;
  }
  .side-navi .side-menu-btn span:nth-child(1) {
    width: 5.3333333333vw;
    top: 0;
  }
  .side-navi .side-menu-btn span:nth-child(2) {
    width: 4vw;
    top: 2.4vw;
  }
  .side-navi .side-menu-btn span:nth-child(3) {
    width: 2.6666666667vw;
    bottom: 0;
  }
}
.side-navi .side-navi-menu {
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  position: fixed;
  top: 0;
  right: 0;
  width: 30vw;
  height: 100vh;
  background: #281b18;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  .side-navi .side-navi-menu {
    width: 100vw;
  }
}
.side-navi .side-navi-menu-inner {
  width: 202px;
  text-align: left;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .side-navi .side-navi-menu-inner {
    width: 17em;
  }
}
.side-navi .side-navi-menu li {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .side-navi .side-navi-menu li {
    margin: 0 auto;
  }
}
.side-navi .side-navi-menu li:nth-child(1) {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .side-navi .side-navi-menu li:nth-child(1) {
    margin-top: 16vw;
  }
}
.side-navi .side-navi-menu a {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  padding: 1em;
}
@media screen and (max-width: 768px) {
  .side-navi .side-navi-menu a {
    font-size: 4vw;
  }
}
.side-navi .side-navi-menu .cart {
  position: relative;
  padding: 1em 1em 1em 2.4em;
  font-size: 18px;
}
.side-navi .side-navi-menu .cart:before {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  background: url("/wp-content/themes/mergerick/images/common/ic_cart-w.svg") no-repeat;
  background-size: contain;
  position: absolute;
  left: 1em;
  top: 1.1em;
}
@media screen and (max-width: 768px) {
  .side-navi .side-navi-menu .cart {
    font-size: 4vw;
  }
}
.side-navi .side-navi-menu .shop li {
  margin-bottom: 0;
}
.side-navi .side-navi-menu .shop li a {
  position: relative;
  padding: 0.8em 0.8em 0.8em 2.4em;
}
.side-navi .side-navi-menu .shop li a:before {
  content: "└";
  position: absolute;
  left: 1em;
}
.side-navi .side-navi-menu .shop li:first-child {
  margin-top: 0;
}
.side-navi .side-navi-menu .shop li:first-child a:before {
  content: "├";
}
.side-navi.hide {
  opacity: 0;
  visibility: hidden;
}

.side-open .side-navi .side-menu-btn {
  position: fixed;
  right: 40px;
  top: 40px;
}
@media screen and (max-width: 768px) {
  .side-open .side-navi .side-menu-btn {
    position: absolute;
    top: 1.3333333333vw;
    right: 0;
  }
}
.side-open .side-navi .side-menu-btn span {
  background: #fff;
}
.side-open .side-navi .side-menu-btn span:nth-child(1) {
  width: 40px;
  top: 0;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .side-open .side-navi .side-menu-btn span:nth-child(1) {
    width: 5.3333333333vw;
  }
}
.side-open .side-navi .side-menu-btn span:nth-child(2) {
  width: 40px;
  top: 0;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .side-open .side-navi .side-menu-btn span:nth-child(2) {
    width: 5.3333333333vw;
  }
}
.side-open .side-navi .side-menu-btn span:nth-child(3) {
  display: none;
}
.side-open .side-navi .side-navi-menu {
  visibility: visible;
  opacity: 1;
}

#contact {
  background: #f2f1f1;
}
@media screen and (max-width: 768px) {
  #contact .inner {
    padding: 14.6666666667vw 0;
  }
}
#contact .contact-top {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
#contact .contact-top .titC .subtit {
  margin-top: 15px;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  #contact .contact-top .titC .subtit {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact-top .titC .subtit {
    margin-top: 2vw;
    font-size: 2.6666666667vw;
  }
}
#contact .wpcf7-form {
  max-width: 1450px;
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  gap: 4%;
}
@media screen and (max-width: 960px) {
  #contact .wpcf7-form {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #contact .wpcf7-form {
    flex-direction: column;
    font-size: 2.6666666667vw;
  }
}
#contact .wpcf7-form p {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #contact .wpcf7-form p {
    width: 100%;
  }
}
#contact .wpcf7-form br {
  display: none;
}
#contact .wpcf7-form label {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
  margin-top: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #contact .wpcf7-form label {
    padding: 2.6666666667vw;
    margin-top: 1.3333333333vw;
    gap: 3%;
  }
}
#contact .wpcf7-form label .label {
  display: inline-block;
  width: 30%;
  max-width: 150px;
  padding: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #contact .wpcf7-form label .label {
    width: 15%;
    padding: 0 0.8em;
  }
}
#contact .wpcf7-form label .wpcf7-form-control-wrap {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #contact .wpcf7-form label .wpcf7-form-control-wrap {
    width: 82%;
  }
}
#contact .wpcf7-form label .wpcf7-form-control-wrap input, #contact .wpcf7-form label .wpcf7-form-control-wrap textarea {
  border: 0;
  background: none;
  padding: 16px;
  font-size: 16px;
  color: #281b18;
}
@media screen and (max-width: 768px) {
  #contact .wpcf7-form label .wpcf7-form-control-wrap input, #contact .wpcf7-form label .wpcf7-form-control-wrap textarea {
    width: calc(100% - 2em - 2px);
    padding: 0.5em 1em;
    font-size: 4vw;
  }
}
#contact .wpcf7-form label .wpcf7-form-control-wrap input::placeholder, #contact .wpcf7-form label .wpcf7-form-control-wrap textarea::placeholder {
  color: #999999;
  font-weight: 400;
  font-family: "Nunito", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  #contact .wpcf7-form label .wpcf7-form-control-wrap input::placeholder, #contact .wpcf7-form label .wpcf7-form-control-wrap textarea::placeholder {
    font-size: 3.2vw;
  }
}
#contact .wpcf7-form .message-row {
  width: 100%;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #contact .wpcf7-form .message-row  {
    width: 100%;
    padding-bottom: 8vw;
  }
}
#contact .wpcf7-form .message-row .wpcf7-form-control-wrap {
  width: 70%;
  max-width: inherit;
}
@media screen and (max-width: 768px) {
  #contact .wpcf7-form .message-row .wpcf7-form-control-wrap {
    width: 100%;
  }
}
#contact .wpcf7-form .message-row .wpcf7-form-control-wrap textarea {
  width: 100%;
  height: 110px;
}
@media screen and (max-width: 768px) {
  #contact .wpcf7-form .message-row .wpcf7-form-control-wrap textarea {
    width: calc(100% - 2em - 2px);
    height: 26.6666666667vw;
    padding: 0.5em 1em;
  }
}
#contact .wpcf7-form .submit-container {
  margin-left: auto;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #contact .wpcf7-form .submit-container {
    width: 80%;
    margin-top: 0;
    margin-right: auto;
  }
}
#contact .wpcf7-form .submit-container .wpcf7-submit {
  width: 260px;
  padding: 24px 0;
  margin-left: auto;
  color: #281b18;
  background: #fff;
  border-radius: 35px;
  border: 1px solid #999999;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #contact .wpcf7-form .submit-container .wpcf7-submit {
    width: 100%;
    max-width: inherit;
    padding: 1.2em 0;
  }
}
#contact .wpcf7-form .submit-container .wpcf7-submit:hover {
  opacity: 0.7;
}
#contact .wpcf7-form .submit-container .wpcf7-submit input {
  width: 100%;
}
#contact #form-confirm {
  max-width: 1450px;
  margin: 30px auto 0;
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  #contact #form-confirm {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #contact #form-confirm {
    font-size: 2.6666666667vw;
  }
}
#contact #form-confirm > p {
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  #contact #form-confirm > p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #contact #form-confirm > p {
    font-size: 3.2vw;
    margin-bottom: 4vw;
  }
}
#contact #form-confirm .confirm-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}
@media screen and (max-width: 768px) {
  #contact #form-confirm .confirm-list {
    flex-direction: column;
  }
}
#contact #form-confirm .confirm-list .confirm-row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
  margin-top: 20px;
  width: 48%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #contact #form-confirm .confirm-list .confirm-row {
    width: 100%;
    padding: 2.6666666667vw;
    margin-top: 1.3333333333vw;
    gap: 3%;
  }
}
#contact #form-confirm .confirm-list .confirm-row .label {
  display: inline-block;
  width: 30%;
  max-width: 150px;
  padding: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #contact #form-confirm .confirm-list .confirm-row .label {
    width: 15%;
    padding: 0 0.8em;
  }
}
#contact #form-confirm .confirm-list .confirm-row .value {
  width: 70%;
  padding: 16px;
  color: #281b18;
  background: none;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  #contact #form-confirm .confirm-list .confirm-row .value {
    width: 82%;
    padding: 0.5em 1em;
  }
}
#contact #form-confirm .confirm-list .confirm-row.message-row {
  width: 100%;
}
#contact #form-confirm .confirm-list .confirm-row.message-row .value {
  width: 70%;
  min-height: 110px;
  white-space: pre-wrap;
  display: block;
}
@media screen and (max-width: 768px) {
  #contact #form-confirm .confirm-list .confirm-row.message-row .value {
    width: 100%;
    min-height: 26.6666666667vw;
  }
}
#contact #form-confirm .submit-container {
  margin-left: auto;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #contact #form-confirm .submit-container {
    width: 100%;
    margin-top: 4vw;
    flex-direction: column;
    align-items: center;
  }
}
#contact #form-confirm .submit-container p {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #contact #form-confirm .submit-container p {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 2.6666666667vw;
  }
}
#contact #form-confirm .submit-container .wpcf7-submit {
  width: 260px;
  padding: 24px 0;
  color: #281b18;
  background: #fff;
  border-radius: 35px;
  border: 1px solid #999999;
  cursor: pointer;
  font-size: 16px;
}

#contact #form-confirm .submit-container .wpcf7-back {
  width: 260px;
  margin-left: auto;
  padding: 24px 0;
  color: #281b18;
  background: #fff;
  border-radius: 35px;
  border: 1px solid #999999;
  cursor: pointer;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #contact #form-confirm .submit-container .wpcf7-submit,
  #contact #form-confirm .submit-container .wpcf7-back {
    width: 80%;
    max-width: inherit;
    padding: 1.2em 0;
    font-size: 2.6666666667vw;
  }
}
#contact #form-confirm .submit-container .wpcf7-submit:hover,
#contact #form-confirm .submit-container .wpcf7-back:hover {
  opacity: 0.7;
}

/***ハンバーガーメニューOPEN時***/
.side-open .overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  visibility: visible;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
}

#new-page {
  max-width: 1550px;
  margin: 50px auto;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #new-page {
    margin: 10.6666666667vw auto;
    font-size: 3.2vw;
  }
}
#new-page .page_tit {
  text-align: center;
}
#new-page .page_tit .page_tit_center {
  display: inline-block;
  position: relative;
  padding-left: 34px;
  font-size: 76px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: normal;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #new-page .page_tit .page_tit_center {
    padding-left: 5.3333333333vw;
    font-size: 10.6666666667vw;
  }
}
#new-page .page_tit .page_tit_center:before {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #bd0000;
  position: absolute;
  left: 0;
  bottom: 8px;
}
@media screen and (max-width: 768px) {
  #new-page .page_tit .page_tit_center:before {
    width: 4vw;
    height: 0.5333333333vw;
    top: 7.2vw;
  }
}
#new-page .center {
  text-align: center;
}
#new-page .contact-inner, #new-page .thanks-inner {
  max-width: 720px;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  #new-page .contact-inner, #new-page .thanks-inner {
    margin: 5.3333333333vw auto;
  }
}
#new-page .contact-inner p label, #new-page .thanks-inner p label {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 40px 1.5em;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #new-page .contact-inner p label, #new-page .thanks-inner p label {
    padding: 4vw 1em;
    margin-bottom: 2vw;
    gap: 3%;
  }
}
#new-page .contact-inner p label .label, #new-page .thanks-inner p label .label {
  display: inline-block;
  width: 30%;
  max-width: 150px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #new-page .contact-inner p label .label, #new-page .thanks-inner p label .label {
    width: 15%;
    min-width: 24vw;
    padding: 0 0.8em;
  }
}
#new-page .contact-inner p:last-child, #new-page .thanks-inner p:last-child {
  border-bottom: 0;
  text-align: center;
  padding: inherit;
  margin: inherit;
}
#new-page .contact-inner input, #new-page .contact-inner textarea, #new-page .thanks-inner input, #new-page .thanks-inner textarea {
  border: 0;
  background: none;
  padding: 16px;
  font-size: 16px;
  color: #281b18;
}
@media screen and (max-width: 768px) {
  #new-page .contact-inner input, #new-page .contact-inner textarea, #new-page .thanks-inner input, #new-page .thanks-inner textarea {
    width: calc(100% - 2em - 2px);
    padding: 0.5em 1em;
    font-size: 4vw;
  }
}
#new-page .contact-inner input::placeholder, #new-page .contact-inner textarea::placeholder, #new-page .thanks-inner input::placeholder, #new-page .thanks-inner textarea::placeholder {
  color: #999999;
  font-weight: 400;
  font-family: "Nunito", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  #new-page .contact-inner input::placeholder, #new-page .contact-inner textarea::placeholder, #new-page .thanks-inner input::placeholder, #new-page .thanks-inner textarea::placeholder {
    font-size: 3.2vw;
  }
}
#new-page .contact-inner .submit-container {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #new-page .contact-inner .submit-container {
    width: 100%;
    margin-top: 3em;
  }
}
#new-page .contact-inner .submit-container .wpcf7-submit {
  width: 260px;
  padding: 24px 0;
  color: #281b18;
  background: #fff;
  border-radius: 35px;
  border: 1px solid #999999;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #new-page .contact-inner .submit-container .wpcf7-submit {
    max-width: inherit;
    width: 80%;
    padding: 1.2em 0;
  }
}
#new-page .contact-inner .submit-container .wpcf7-submit:hover {
  opacity: 0.7;
}
#new-page .contact-inner .submit-container .wpcf7-submit input {
  width: 100%;
}
#new-page .thanks-inner {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #new-page .thanks-inner {
    margin-top: 5vh;
    min-height: 38vh;
  }
}
#new-page .thanks-inner p {
  border: 0;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #new-page .thanks-inner p {
    font-size: 4vw;
  }
}
#new-page .thanks-inner .top-btn {
  margin-top: 3em;
}
#new-page .thanks-inner .top-btn a {
  width: 260px;
  display: inline-block;
  padding: 24px 0;
  color: #281b18;
  background: #fff;
  border-radius: 35px;
  border: 1px solid #999999;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #new-page .thanks-inner .top-btn a {
    width: 80%;
    max-width: inherit;
    padding: 1.2em 0;
  }
}
#new-page .thanks-inner .top-btn:hover {
  opacity: 0.7;
}

.blog {
  margin: 60px auto;
  width: 1020px;
}
.blog .crumb {
  display: flex;
  font-size: 14px;
  color: #999;
  gap: 1em;
  align-items: center;
}
.blog .crumb a {
  color: #999;
}
.blog .page_container {
  display: flex;
  gap: 35px;
  padding-top: 430px;
  position: relative;
}
.blog .page_container #sidebar {
  width: 300px;
  font-size: 16px;
}
.blog .page_container #sidebar .category li, .blog .page_container #sidebar .tag li {
  margin: 3px 0;
  display: block;
}
.blog .page_container #sidebar .category li a, .blog .page_container #sidebar .tag li a {
  position: relative;
  padding: 7px 20px 7px 40px;
  display: block;
}
.blog .page_container #sidebar .category li a:after, .blog .page_container #sidebar .tag li a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: absolute;
  font-weight: 900;
  height: 1.5em;
  width: 1.5em;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.blog .page_container #sidebar .category li a:before, .blog .page_container #sidebar .tag li a:before {
  content: "";
  position: absolute;
  height: 1.5em;
  width: 1.5em;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.blog .page_container #sidebar .category li a.nigeria:before, .blog .page_container #sidebar .tag li a.nigeria:before {
  background: url(/wp-content/themes/mergerick/images/blog/cat-nga.png) no-repeat;
  background-size: 20px 13px;
  background-position: center center;
}
.blog .page_container #sidebar .category li a.canada:before, .blog .page_container #sidebar .tag li a.canada:before {
  background: url(/wp-content/themes/mergerick/images/blog/cat-can.png) no-repeat;
  background-size: 20px 13px;
  background-position: center center;
}
.blog .page_container #sidebar .category li a.sns:before, .blog .page_container #sidebar .tag li a.sns:before {
  background: url(/wp-content/themes/mergerick/images/blog/cat-sns.png) no-repeat;
  background-size: 17px 20px;
  background-position: center center;
}
.blog .page_container #sidebar .category li a.crowdfunding:before, .blog .page_container #sidebar .tag li a.crowdfunding:before {
  background: url(/wp-content/themes/mergerick/images/blog/cat-crfun.png) no-repeat;
  background-size: 21px 17px;
  background-position: center center;
}
.blog .page_container #sidebar .category li a.design:before, .blog .page_container #sidebar .tag li a.design:before {
  background: url(/wp-content/themes/mergerick/images/blog/cat-design.png) no-repeat;
  background-size: 20px;
  background-position: center center;
}
.blog .page_container #sidebar .category li a.ads:before, .blog .page_container #sidebar .tag li a.ads:before {
  background: url(/wp-content/themes/mergerick/images/blog/cat-ads.png) no-repeat;
  background-size: 20px;
  background-position: center center;
}
.blog .page_container #sidebar .category li a.other:before, .blog .page_container #sidebar .tag li a.other:before {
  background: url(/wp-content/themes/mergerick/images/blog/cat-other.png) no-repeat;
  background-size: 18px 20px;
  background-position: center center;
}
.blog .page_container #sidebar .tag {
  margin-top: 80px;
}
.blog .page_container #sidebar .tag li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f292";
  font-weight: 900;
  left: 4px;
}
.blog .page_container #sidebar .tag li a:hover:before {
  color: #281b18;
}
.blog .page_container #sidebar .tag li a.other:before, .blog .page_container #sidebar .tag li a.design:before, .blog .page_container #sidebar .tag li a.other:before, .blog .page_container #sidebar .tag li a.canada:before {
  background: none;
}
.blog .page_container #main_contents {
  width: 685px;
}
.blog .page_container #main_contents .blog-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.blog .page_container #main_contents .blog-list li {
  position: relative;
  width: calc(50% - 15px);
}
.blog .page_container #main_contents .blog-list li a {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
}
.blog .page_container #main_contents .blog-list li a:hover {
  text-decoration: none;
  color: inherit;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
}
.blog .page_container #main_contents .blog-list li .img {
  width: 100%;
  height: 190px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.02);
}
.blog .page_container #main_contents .blog-list li .img img {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.blog .page_container #main_contents .blog-list li .txt {
  position: relative;
  padding: 20px 17px;
  font-size: 16px;
}
.blog .page_container #main_contents .blog-list li .txt .ttl {
  font-size: 24px;
  height: 3em;
  margin-top: 12px;
}
.blog .page_container #main_contents .blog-list li .txt .desc {
  display: none;
}
.blog .page_container #main_contents .blog-list li .txt .date {
  display: block;
  text-align: right;
}
.blog .page_container #main_contents .blog-list li .txt .blog-cat-cont {
  display: flex;
  align-items: center;
  gap: 6px;
  position: absolute;
  top: 20px;
  left: 15px;
}
.blog .page_container #main_contents .blog-list li .txt .blog-tag-cont {
  margin-top: 15px;
}
.blog .page_container #main_contents .blog-list li .txt .blog-cat {
  display: flex;
  align-items: center;
  gap: 3px;
}
.blog .page_container #main_contents .blog-list li .txt .blog-cat:before {
  content: "";
  height: 1.5em;
  width: 1.5em;
  display: inline-block;
}
.blog .page_container #main_contents .blog-list li .txt .blog-cat.nigeria:before {
  background: url(/wp-content/themes/mergerick/images/blog/cat-nga.png) no-repeat;
  background-size: 20px 13px;
  background-position: right center;
}
.blog .page_container #main_contents .blog-list li .txt .blog-cat.canada:before {
  background: url(/wp-content/themes/mergerick/images/blog/cat-can.png) no-repeat;
  background-size: 20px 13px;
  background-position: right center;
}
.blog .page_container #main_contents .blog-list li .txt .blog-cat.sns:before {
  background: url(/wp-content/themes/mergerick/images/blog/cat-sns.png) no-repeat;
  background-size: 17px 20px;
  background-position: right center;
}
.blog .page_container #main_contents .blog-list li .txt .blog-cat.crowdfunding:before {
  background: url(/wp-content/themes/mergerick/images/blog/cat-crfun.png) no-repeat;
  background-size: 21px 17px;
  background-position: right center;
}
.blog .page_container #main_contents .blog-list li .txt .blog-cat.design:before {
  background: url(/wp-content/themes/mergerick/images/blog/cat-design.png) no-repeat;
  background-size: 20px;
  background-position: right center;
}
.blog .page_container #main_contents .blog-list li .txt .blog-cat.ads:before {
  background: url(/wp-content/themes/mergerick/images/blog/cat-ads.png) no-repeat;
  background-size: 20px;
  background-position: right center;
}
.blog .page_container #main_contents .blog-list li .txt .blog-cat.other:before {
  background: url(/wp-content/themes/mergerick/images/blog/cat-other.png) no-repeat;
  background-size: 18px 20px;
  background-position: right center;
}
.blog .page_container #main_contents .blog-list li .txt .blog-tag {
  margin-right: 5px;
}
.blog .page_container #main_contents .blog-list li .txt .blog-tag:before {
  font-family: "Font Awesome 5 Free";
  content: "\f292";
  font-weight: 900;
  display: inline-block;
  margin-right: 3px;
}
.blog .page_container #main_contents .blog-list li:first-child {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  background: #ddd;
}
.blog .page_container #main_contents .blog-list li:first-child a {
  border-radius: 0;
  box-shadow: inherit;
}
.blog .page_container #main_contents .blog-list li:first-child a:hover {
  opacity: 0.8;
}
.blog .page_container #main_contents .blog-list li:first-child .img {
  width: 640px;
  height: 360px;
}
.blog .page_container #main_contents .blog-list li:first-child .img img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
}
.blog .page_container #main_contents .blog-list li:first-child .txt {
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 550px;
  height: 170px;
  padding: 15px 30px;
  background: #fff;
}
.blog .page_container #main_contents .blog-list li:first-child .ttl {
  margin: 0;
}
.blog .page_container #main_contents .blog-list li:first-child .desc {
  display: block;
  padding-top: 45px;
}
.blog .page_container #main_contents .blog-list li:first-child .blog-cat-tag, .blog .page_container #main_contents .blog-list li:first-child .date {
  position: absolute;
  top: 100px;
}
.blog .page_container #main_contents .blog-list li:first-child .date {
  left: 30px;
}
.blog .page_container #main_contents .blog-list li:first-child .blog-cat-tag {
  left: 140px;
  gap: 20px;
  display: flex;
}
.blog .page_container #main_contents .blog-list li:first-child .blog-cat-cont {
  position: relative;
  top: 0;
  left: 0;
}
.blog .page_container #main_contents .blog-list li:first-child .blog-tag-cont {
  margin-top: 0;
}
.blog.article {
  position: relative;
  font-size: 16px;
}
.blog.article .page_container {
  padding-top: 105px;
}
.blog.article .breadcrumb {
  background: #ececec;
  position: absolute;
  top: -20px;
  left: calc((100vw - 1020px) / -2);
  right: 0;
  margin: auto;
  width: 100vw;
  font-size: 16px;
  font-family: "Nunito", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
}
.blog.article .breadcrumb ul {
  width: 1020px;
  margin: 0 auto;
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #999999;
}
.blog.article .breadcrumb ul li {
  display: flex;
  align-items: center;
}
.blog.article .breadcrumb ul li a {
  color: #999999;
}
.blog.article .breadcrumb ul li span {
  white-space: nowrap;
  padding: 0 0.5em;
}
.blog.article .breadcrumb ul li > span {
  display: inline-block;
  width: 30em; /* 省略せずに表示するサイズを指定 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog.article .title {
  font-size: 36px;
}
.blog.article .title:first-letter {
  color: #bd0000;
}
.blog.article .article-top .article-option {
  display: flex;
  align-items: center;
  gap: 35px;
  padding: 30px 0;
}
.blog.article .article-top .blog-cat-cont {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog.article .article-top .blog-cat {
  display: flex;
  align-items: center;
  gap: 3px;
}
.blog.article .article-top .blog-cat:before {
  content: "";
  height: 1.5em;
  width: 1.5em;
  display: block;
}
.blog.article .article-top .blog-cat.nigeria:before {
  background: url(/wp-content/themes/mergerick/images/blog/cat-nga.png) no-repeat;
  background-size: 20px 13px;
  background-position: center center;
}
.blog.article .article-top .blog-cat.canada:before {
  background: url(/wp-content/themes/mergerick/images/blog/cat-can.png) no-repeat;
  background-size: 20px 13px;
  background-position: center center;
}
.blog.article .article-top .blog-cat.sns:before {
  background: url(/wp-content/themes/mergerick/images/blog/cat-sns.png) no-repeat;
  background-size: 17px 20px;
  background-position: center center;
}
.blog.article .article-top .blog-cat.crowdfunding:before {
  background: url(/wp-content/themes/mergerick/images/blog/cat-crfun.png) no-repeat;
  background-size: 21px 17px;
  background-position: center center;
}
.blog.article .article-top .blog-cat.design:before {
  background: url(/wp-content/themes/mergerick/images/blog/cat-design.png) no-repeat;
  background-size: 20px;
  background-position: center center;
}
.blog.article .article-top .blog-cat.ads:before {
  background: url(/wp-content/themes/mergerick/images/blog/cat-ads.png) no-repeat;
  background-size: 20px;
  background-position: center center;
}
.blog.article .article-top .blog-cat.other:before {
  background: url(/wp-content/themes/mergerick/images/blog/cat-other.png) no-repeat;
  background-size: 18px 20px;
  background-position: center center;
}
.blog.article .article-top .blog-tag {
  margin-right: 5px;
}
.blog.article .article-top .blog-tag:before {
  font-family: "Font Awesome 5 Free";
  content: "\f292";
  font-weight: 900;
  display: inline-block;
  margin-right: 3px;
}
.blog.article .article-inner {
  margin-top: 20px;
}

#article {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #article {
    margin-top: 0;
  }
}

#article .inner {
  padding: 100px 5vw 80px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 768px) {
  #article .inner {
    padding: 0;
    margin: 5.33333vw auto 10.66667vw;
  }
}

/*# sourceMappingURL=style.css.map */