:root {
  /*font-family*/
  --kiwi:'Kiwi Maru', serif;
  --op:'Overpass', sans-serif;
  --noto:'Noto Serif JP', serif; }

.br-sm {
  display: none; }
  @media screen and (max-width: 576px) {
    .br-sm {
      display: block; } }

body {
  line-height: 1.75em;
  font-family: var(--kiwi); }
  body#wrap {
    position: relative;
    max-width: 100%; }
  body .btn {
    display: block;
    padding: 1rem 0;
    margin: auto;
    width: 20rem;
    font-size: 1.5rem;
    background: #111111;
    color: #ffffff;
    border: solid 1px #111111;
    border-radius: 0; }
    body .btn:hover {
      background: #ffffff;
      color: #111111; }
    @media screen and (max-width: 576px) {
      body .btn {
        padding: .5rem 0;
        width: 10rem;
        font-size: 1rem; } }

#header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #333333;
  box-shadow: 0 1rem 1rem -1rem rgba(0, 0, 0, 0.3); }
  #header .pc-menu ul li {
    list-style: none; }
    #header .pc-menu ul li a {
      position: relative;
      display: inline-block;
      padding: 0 1.5rem;
      text-decoration: none;
      font-size: 1.5rem;
      font-family: var(--op);
      color: #ffffff; }
      #header .pc-menu ul li a:before {
        content: "";
        position: absolute;
        left: 1.5rem;
        bottom: 0;
        width: calc(100% - 2.8rem);
        height: .1rem;
        background: #ffffff;
        transition: transform .3s;
        transform: scale(0, 1);
        transform-origin: right top; }
      #header .pc-menu ul li a:hover:before {
        transform: scale(1, 1);
        transform-origin: left top; }
  #header .sp-menu {
    background: #161836; }
    #header .sp-menu #menu-btn-check {
      display: none; }
      #header .sp-menu #menu-btn-check:checked ~ .menu-btn span {
        background-color: rgba(255, 255, 255, 0);
        width: 2rem; }
        #header .sp-menu #menu-btn-check:checked ~ .menu-btn span:before {
          bottom: 0;
          width: 2rem;
          transform: rotate(45deg); }
        #header .sp-menu #menu-btn-check:checked ~ .menu-btn span:after {
          top: 0;
          width: 2rem;
          transform: rotate(-45deg); }
    #header .sp-menu .menu-btn {
      position: fixed;
      top: 0;
      right: 10px;
      display: flex;
      height: 50px;
      width: 50px;
      background: rgba(51, 51, 51, 0.5);
      justify-content: center;
      align-items: center;
      z-index: 90; }
    #header .sp-menu span,
    #header .sp-menu span:before,
    #header .sp-menu span:after {
      content: '';
      display: block;
      height: 3px;
      width: 25px;
      border-radius: 3px;
      background-color: #ffffff;
      position: absolute; }
    #header .sp-menu span:before {
      bottom: 8px; }
    #header .sp-menu span:after {
      top: 8px; }
    #header .sp-menu .menu-content {
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 100%;
      z-index: 80;
      background-color: #fff;
      transition: all 0.5s;
      background-color: rgba(51, 51, 51, 0.8); }
      #header .sp-menu .menu-content .menu-title {
        padding: .7rem;
        font-family: var(--op);
        font-size: 2rem;
        color: #ffffff; }
      #header .sp-menu .menu-content ul {
        padding: 0 16px; }
        #header .sp-menu .menu-content ul li {
          list-style: none; }
          #header .sp-menu .menu-content ul li a {
            position: relative;
            display: block;
            width: 100%;
            margin: 4rem 0;
            font-family: var(--op);
            font-size: 1.2rem;
            text-align: center;
            text-decoration: none;
            color: #ffffff; }
    #header .sp-menu #menu-btn-check:checked ~ .menu-content {
      left: 0; }

#mainv {
  background: #ffffff; }
  #mainv img {
    width: 85%; }
    @media screen and (max-width: 991px) {
      #mainv img {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      #mainv img {
        padding-top: 3rem; } }
  @media screen and (max-width: 767px) {
    #mainv .mainv-title {
      margin: 3rem 0; } }
  #mainv h1 {
    font-size: 4rem;
    font-family: var(--op); }
    @media screen and (max-width: 991px) {
      #mainv h1 {
        font-size: 3rem; } }
    @media screen and (max-width: 767px) {
      #mainv h1 {
        font-size: 2rem; } }
  #mainv h2 {
    font-size: 1.7rem; }
    @media screen and (max-width: 767px) {
      #mainv h2 {
        font-size: 1.3rem; } }
  #mainv h1, #mainv h2 {
    color: #333333; }
  @media screen and (max-width: 767px) {
    #mainv {
      height: 100vh; } }

.contents:nth-child(2) {
  background: #fbfbfd; }
.contents:nth-child(3) {
  background: #f5f5f7; }
.contents:nth-child(4) {
  background: #f2f2f2; }
.contents:nth-child(5) {
  background: #ebebeb; }
.contents:nth-child(6) {
  background: #e6e6e6; }
.contents h3 {
  position: relative;
  left: -2rem;
  font-family: var(--op); }
  @media screen and (max-width: 767px) {
    .contents h3 {
      text-align: center;
      left: 0;
      padding-bottom: 1rem;
      font-size: 1.8rem;
      border-bottom: solid 2px #111111; } }
  .contents h3 span {
    padding-right: 1rem;
    font-size: 5rem;
    color: #4d4d4d; }
    @media screen and (max-width: 576px) {
      .contents h3 span {
        display: block;
        font-size: 4rem; } }
  .contents h3 .icon {
    position: relative;
    padding-right: 0;
    padding-left: 4rem; }
    @media screen and (max-width: 576px) {
      .contents h3 .icon {
        padding-left: 0; } }
    .contents h3 .icon:after {
      position: absolute;
      bottom: 1.5rem;
      left: 1rem;
      content: "";
      display: block;
      width: 30px;
      height: 3px;
      background: #111111; }
      @media screen and (max-width: 576px) {
        .contents h3 .icon:after {
          content: none; } }
    .contents h3 .icon img {
      margin-top: -20px; }
      @media screen and (max-width: 576px) {
        .contents h3 .icon img {
          display: block;
          width: 5rem;
          margin-top: 2rem;
          margin-right: auto;
          margin-left: auto; } }
.contents .inner {
  border-left: solid 2px #111111; }
  @media screen and (max-width: 767px) {
    .contents .inner {
      border: none; } }
  .contents .inner .w-90 {
    width: 90%;
    margin: auto; }
    @media screen and (max-width: 576px) {
      .contents .inner .w-90 {
        width: 100%; } }
  .contents .inner .w-50 {
    width: 50%;
    margin: auto; }
    @media screen and (max-width: 767px) {
      .contents .inner .w-50 {
        width: 100% !important; } }

#dyfpic h4 {
  color: #15424c;
  font-weight: bold; }
  #dyfpic h4 span {
    color: #e9734b; }

#product .product-box {
  margin-bottom: 2rem;
  border: solid 1px #111111;
  box-shadow: 0 1rem 1rem -0.5rem rgba(0, 0, 0, 0.2);
  transition: .5s; }
  #product .product-box:hover {
    box-shadow: 0 1rem 1rem -0.5rem rgba(0, 0, 0, 0.1);
    transition: .5s; }
  #product .product-box .suzuri-widget-product,
  #product .product-box .suzuri-widget-product a,
  #product .product-box .suzuri-widget-product a img {
    width: 100%;
    height: auto; }
  #product .product-box .suzuri-widget-product-info,
  #product .product-box .suzuri-widget-product-image-hover {
    display: none; }
  #product .product-box .suzuri-widget-product-wrap {
    width: 100%; }

#profile .profile-img {
  box-shadow: 0 1rem 1rem -0.5rem rgba(0, 0, 0, 0.2); }
#profile .profile-title {
  font-family: var(--op); }
  @media screen and (max-width: 767px) {
    #profile .profile-title {
      margin-bottom: 0; } }
  #profile .profile-title span {
    font-family: var(--noto); }
@media screen and (max-width: 1199px) {
  #profile .profile-box {
    padding-top: 40px; } }
#profile .profile-box .profile-text {
  position: relative; }
  #profile .profile-box .profile-text:before {
    content: "";
    display: block;
    width: 120px;
    height: 5px;
    background: #111111;
    position: absolute;
    top: 20px;
    left: 0; }
    @media screen and (max-width: 767px) {
      #profile .profile-box .profile-text:before {
        width: 55%; } }

#blog .blog-list {
  width: 320px;
  margin: 0 auto;
  padding-left: 0; }
  #blog .blog-list li {
    margin-bottom: 1rem;
    list-style: none; }
    #blog .blog-list li:last-child {
      margin-bottom: 0; }
    #blog .blog-list li a {
      display: block;
      text-decoration: none;
      color: #111111;
      transition: .5s;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
      #blog .blog-list li a span {
        color: #909091; }
      #blog .blog-list li a:hover {
        color: #4d4d4d;
        transition: .5s; }
  @media screen and (max-width: 767px) {
    #blog .blog-list {
      width: 100%; } }

#contact .form {
  width: 100%; }
  #contact .form th span {
    font-size: 14px;
    padding: .1rem .25rem;
    margin-left: .5rem;
    color: #ffffff; }
    #contact .form th span.rd {
      background: #EFA310; }
    #contact .form th span.bl {
      background: #0BA1EF; }
  #contact .form td {
    margin-bottom: 2rem; }
  #contact .form th,
  #contact .form td {
    display: block; }
  #contact .form .form-text {
    height: 50px; }
  #contact .form .form-textarea {
    height: 300px; }
  #contact .form .form-text,
  #contact .form .form-textarea {
    border-color: #161836;
    border-radius: 10px;
    width: 100%; }
#contact .privacy-text {
  height: 300px;
  background: #ffffff;
  overflow: auto;
  border: solid 1px #333333; }
  #contact .privacy-text ul li {
    list-style: auto; }

#footer .cr {
  background: #333333; }
  #footer .cr small {
    display: block;
    padding: .5rem 0;
    text-align: center;
    color: #ffffff; }
