@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://use.typekit.net/gpi2jrb.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.min.css");
@import url("https://use.typekit.net/gpi2jrb.css");
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.js-scroll {
  opacity: 0;
  margin-top: 50px;
  -webkit-transition: margin-top 1s ease, opacity 1s ease, background-color 1s ease, -webkit-box-shadow 1s ease;
  transition: margin-top 1s ease, opacity 1s ease, background-color 1s ease, -webkit-box-shadow 1s ease;
  transition: margin-top 1s ease, opacity 1s ease, box-shadow 1s ease, background-color 1s ease;
  transition: margin-top 1s ease, opacity 1s ease, box-shadow 1s ease, background-color 1s ease, -webkit-box-shadow 1s ease;
}
.js-scroll.fade_on {
  margin-top: 0;
  opacity: 1;
}

.js-scroll2 {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
}
.js-scroll2.fade_on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

.js-openModal {
  cursor: pointer;
}

/* A Modern CSS Reset */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.l-header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 10px solid #242424;
  z-index: 2;
  width: 100%;
  background-color: white;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -webkit-transition: border-top .5s ease;
  transition: border-top .5s ease;
}
.l-header__nav {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 3px;
}
.l-header__nav li {
  margin-right: 40px;
}
@media screen and (max-width: 959px) {
  .l-header__nav li {
    margin-right: 20px;
  }
}
.l-header__nav li img {
  margin-right: 8px;
}
.l-header__nav li a:hover {
  opacity: .6;
}
.l-header__logo {
  padding: 24px 100px;
  -webkit-transition: padding .5s ease;
  transition: padding .5s ease;
}
.l-header__logo img {
  width: 199px;
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
}
.l-header__logo a:hover {
  opacity: .6;
}
@media screen and (max-width: 959px) {
  .l-header__logo {
    padding: 16px 20px;
  }
  .l-header__logo img {
    width: 160px;
  }
}
.l-header__btn {
  margin-top: -4px;
  top: 40px;
  right: 60px;
}
@media screen and (max-width: 959px) {
  .l-header__btn {
    margin-top: 3px;
  }
}
.l-header__menu {
  pointer-events: none;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: white;
  top: 0;
  left: 0;
  -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
  transition: opacity .5s ease, -webkit-transform .5s ease;
  transition: opacity .5s ease, transform .5s ease;
  transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease;
  z-index: 1;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.l-header__menu.on {
  pointer-events: all;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-header__menu-logo {
  text-align: center;
}
.l-header__menu-sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 96%;
}
.l-header__menu-sitemap > div {
  background-color: #fafafa;
  padding: 50px;
}
.l-header__menu-list {
  min-width: 300px;
  border-bottom: 1px solid #eee;
}
.l-header__menu-list li {
  padding: 13px 10px 13px;
  border-top: 1px solid #eee;
  text-align: center;
}
.l-header__menu-list li a {
  font: normal 16px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .03em;
  color: #212121;
}
.l-header__menu-list li a:hover {
  opacity: .6;
}
@media screen and (max-width: 959px) {
  .l-header__menu-list li a {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .l-header.on {
    border-top: 5px solid #242424;
  }
  .l-header.on .l-header__logo {
    padding: 20px 100px;
  }
  .l-header.on .l-header__logo img {
    width: 160px;
  }
}

.l-footer__head {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 959px) {
  .l-footer__head {
    padding: 40px 20px;
  }
}
.l-footer__head-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 959px) {
  .l-footer__head-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer__head-flex > p {
  font: 500 20px/1.75 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
}
@media screen and (max-width: 959px) {
  .l-footer__head-flex > p {
    font-size: 16px;
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  .l-footer__head-tel {
    margin: 15px 0;
  }
}
.l-footer__head-tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer__head-tel a:hover {
  opacity: .6;
}
@media screen and (max-width: 959px) {
  .l-footer__head-tel a img {
    width: 80px;
  }
}
.l-footer__head-tel-contents {
  margin-left: 20px;
}
.l-footer__head-tel-contents h3 {
  font: bold 35px/1 "tt-commons-pro", sans-serif;
}
.l-footer__head-tel-contents p {
  font: normal 16px/1 YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 959px) {
  .l-footer__head-tel-contents {
    margin-left: 10px;
  }
  .l-footer__head-tel-contents h3 {
    font-size: 30px;
  }
  .l-footer__head-tel-contents p {
    font-size: 12px;
  }
}
.l-footer__head-btn {
  width: 360px;
}
.l-footer__main {
  background-color: #F5F5F5;
}
.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 90px 0;
}
@media screen and (max-width: 959px) {
  .l-footer__inner {
    padding: 40px 0;
  }
}
.l-footer__sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 959px) {
  .l-footer__sitemap {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .l-footer__info {
    max-width: 300px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
}
.l-footer__logo a:hover {
  opacity: .6;
}
.l-footer__sublink {
  margin-bottom: 5px;
  margin-top: 10px;
}
.l-footer__sublink a {
  font: normal 10px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  text-decoration: underline;
}
.l-footer__sublink a:hover {
  text-decoration: none;
}
.l-footer__copyright p {
  font: normal 10px/1 YakuHanJP, "Noto Sans JP", sans-serif;
}
.l-footer__list {
  margin-left: 40px;
}
.l-footer__list li {
  margin-bottom: 8px;
}
.l-footer__list a {
  font: 500 14px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
}
.l-footer__list a:hover {
  text-decoration: underline;
}
.l-footer__category {
  max-width: 1340px;
  width: 100%;
  padding: 90px 20px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .l-footer__category {
    padding: 40px 10px;
  }
}
.l-footer__category-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 19px;
  grid-column-gap: 20px;
}
@media screen and (max-width: 959px) {
  .l-footer__category-list {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 14px;
  }
}
.l-footer__category-item {
  width: 100%;
}
.l-footer__category-item a {
  display: block;
  width: 100%;
  font: 400 16px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
  color: #333;
  padding-bottom: 20px;
  padding-left: 10px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 959px) {
  .l-footer__category-item a {
    font-size: 13px;
    padding-bottom: 15px;
    padding-left: 5px;
  }
}
.l-footer__category-item a:hover {
  opacity: .6;
}

.l-main {
  position: relative;
  z-index: 1;
}

/*
<div class="c-menubtn"><span></span><span></span><span></span></div>
 */
.c-menubtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 14px;
  border-radius: 20px;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}
@media screen and (min-width: 960px) {
  .c-menubtn {
    width: 30px;
    height: 20px;
    border-radius: 0 0 0 20px;
  }
}
.c-menubtn div {
  position: relative;
  width: 20px;
  height: 14px;
}
@media screen and (min-width: 960px) {
  .c-menubtn div {
    width: 30px;
    height: 20px;
  }
}
.c-menubtn div p {
  position: absolute;
  bottom: 0;
  font: normal 16px/1 "tt-commons-pro", sans-serif;
  letter-spacing: .15em;
  color: #FFF700;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
@media screen and (max-width: 959px) {
  .c-menubtn div p {
    font-size: 10px;
    letter-spacing: .19em;
  }
}
.c-menubtn span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: black;
  border-radius: 0px;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-menubtn span:nth-last-of-type(1) {
  top: 0;
}
.c-menubtn span:nth-last-of-type(2) {
  top: 10px;
}
.c-menubtn span:nth-last-of-type(3) {
  top: 20px;
}
@media screen and (max-width: 959px) {
  .c-menubtn span {
    height: 2px;
  }
  .c-menubtn span:nth-last-of-type(1) {
    top: 0;
  }
  .c-menubtn span:nth-last-of-type(2) {
    top: 6px;
  }
  .c-menubtn span:nth-last-of-type(3) {
    top: 12px;
  }
}
.c-menubtn.on p {
  color: black;
}
.c-menubtn.on span {
  background-color: black !important;
}
.c-menubtn.on span:nth-last-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}
.c-menubtn.on span:nth-last-of-type(2) {
  opacity: 0;
}
.c-menubtn.on span:nth-last-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}
@media screen and (max-width: 959px) {
  .c-menubtn.on span:nth-last-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
  }
  .c-menubtn.on span:nth-last-of-type(2) {
    opacity: 0;
  }
  .c-menubtn.on span:nth-last-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
  }
}

/*
 COMPORNENT: c-btn
 <div class="c-btn"><a href="">ボタンリンク<img src="" alt=""></a></div>
 */
.c-btn a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  width: 100%;
  height: 100px;
  border-radius: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #333333;
  color: white;
  font: bold 16px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  padding: 0 20px 0 31px;
}
.c-btn a img {
  position: absolute;
  right: 30px;
  top: 34px;
}
.c-btn a:hover {
  opacity: .6;
}
.c-btn a:hover .c-btn__arrow {
  right: 22px;
}
@media screen and (max-width: 959px) {
  .c-btn a {
    height: 60px;
    border-radius: 30px;
    font-size: 14px;
  }
  .c-btn a img {
    right: 13px;
    top: 21px;
    width: 18px;
  }
}
.c-btn.small a {
  max-width: 600px;
}

/*
 COMPORNENT: c-img
 <div class="c-img"><img src="" alt=""></div>
 */
.c-img img, .c-img--center img, .c-img--right img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}
.c-img--center {
  text-align: center;
}
.c-img--right {
  text-align: right;
}

.c-youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.5%;
  overflow: hidden;
}
.c-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .c-youtube {
    height: 0;
    padding-bottom: 56.5%;
  }
}

/*
 COMPORNENT: c-link
 <a href="" class="c-link"><img src="" alt=""></a>
 */
.c-link:hover {
  opacity: .6;
}
.c-link img {
  width: 100%;
}
.c-link--text {
  text-decoration: underline;
  color: #1a0dab;
}
.c-link--text:hover {
  text-decoration: none;
}

.c-table {
  table-layout: fixed;
  width: 100%;
}
.c-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: white;
}
.c-table tr th {
  width: 150px;
  padding: 10px 20px;
  font: 500 14px/2 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
  background-color: #fafafa;
}
@media screen and (max-width: 959px) {
  .c-table tr th {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 14px;
    padding: 10px;
  }
}
.c-table tr td {
  font: normal 14px/2 YakuHanJP, "Noto Sans JP", sans-serif;
  padding: 10px 20px;
  color: #333;
  letter-spacing: .08em;
}
@media screen and (max-width: 959px) {
  .c-table tr td {
    display: block;
    padding: 10px;
    font-size: 14px;
  }
}
.c-table tr td p {
  font: normal 16px/1.6 YakuHanJP, "Noto Sans JP", sans-serif !important;
}
.c-table tr td p span {
  font-weight: bold;
  text-decoration: underline;
}
.c-table tr td p + p {
  margin-top: 15px;
}
@media screen and (max-width: 959px) {
  .c-table tr td p {
    font-size: 14px !important;
  }
}
.c-table tr:nth-child(0) {
  border-top: none;
}
.c-table thead tr {
  background: #f1f2f1 !important;
}
.c-table.tquestion {
  border-right: 1px solid #ddd;
}
.c-table.tquestion tr.head th {
  text-align: center;
}
.c-table.tquestion th {
  width: 140px;
  padding: 5px 10px;
  font: bold 13px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  vertical-align: middle;
  border-left: 1px solid #ddd;
}
@media screen and (max-width: 959px) {
  .c-table.tquestion th {
    font-size: 12px;
    width: 100px;
    display: table-cell;
  }
}
.c-table.tquestion td {
  padding: 5px 10px;
  font: normal 12px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  vertical-align: middle;
  text-align: center;
  border-left: 1px solid #ddd;
}
@media screen and (max-width: 959px) {
  .c-table.tquestion td {
    font-size: 11px;
    display: table-cell;
  }
}
.c-table__scroll {
  overflow-x: scroll;
}

.c-list li, .c-list--check li {
  position: relative;
  padding-left: 1em;
  font: normal 16px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
}
@media screen and (max-width: 959px) {
  .c-list li, .c-list--check li {
    font-size: 14px !important;
  }
}
.c-list li + .c-list li, .c-list--check li + .c-list li, .c-list li + .c-list--check li, .c-list--check li + .c-list--check li {
  margin-top: 10px;
}
.c-list li:last-child, .c-list--check li:last-child {
  margin-bottom: 0;
}
.c-list li:before, .c-list--check li:before {
  position: absolute;
  display: block;
  content: '';
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  background: black;
  border-radius: 100%;
}
@media screen and (max-width: 959px) {
  .c-list li, .c-list--check li {
    font-size: 14px;
  }
  .c-list li:before, .c-list--check li:before {
    top: 9px;
  }
}
.c-list--check li {
  padding-left: 0;
  font-size: 14px;
}
.c-list--check li:before {
  content: none;
}
.c-list--check li img {
  width: 18px;
  margin-right: 5px;
  vertical-align: -4px;
}
.c-list--check li + li {
  margin-top: 5px;
}
.c-list-tags {
  margin-bottom: -5px;
}
.c-list-tags span {
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 100px;
  padding: 8px 15px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  font: normal 14px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
}
@media screen and (max-width: 959px) {
  .c-list-tags span {
    font-size: 12px;
    padding: 6px 14px 8px;
  }
}

.c-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.c-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-list-products, .p-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-list-products a:hover .p-list-products__thmb,
.p-list-products a:hover .p-list-item__thmb, .p-list-item a:hover .p-list-products__thmb,
.p-list-item a:hover .p-list-item__thmb {
  background-color: #f5f5f5;
}
.p-list-products a:hover .p-list-products__thmb > div,
.p-list-products a:hover .p-list-item__thmb img, .p-list-item a:hover .p-list-products__thmb > div,
.p-list-item a:hover .p-list-item__thmb img {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.p-list-products a:hover .p-list-products__text h3,
.p-list-products a:hover .p-list-item__text h3, .p-list-item a:hover .p-list-products__text h3,
.p-list-item a:hover .p-list-item__text h3 {
  text-decoration: underline;
}
.p-list-products__item, .p-list-item__item {
  width: 350px;
  margin-right: 50px;
}
.p-list-products__thmb, .p-list-item__thmb {
  padding: 30px;
  background-color: #fafafa;
  -webkit-transition: background-color .15s ease;
  transition: background-color .15s ease;
}
.p-list-products__thmb img, .p-list-item__thmb img {
  width: 100%;
  -webkit-box-shadow: 0 3px 26px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 26px rgba(0, 0, 0, 0.05);
  -webkit-transition: -webkit-transform .15s ease;
  transition: -webkit-transform .15s ease;
  transition: transform .15s ease;
  transition: transform .15s ease, -webkit-transform .15s ease;
}
.p-list-products__text, .p-list-item__text {
  margin-top: 10px;
}
.p-list-products__text p, .p-list-item__text p {
  font: normal 14px/2 YakuHanJP, "Noto Sans JP", sans-serif;
}
.p-list-products__text p span, .p-list-item__text p span {
  font-size: .8em;
}
.p-list-products__text h3, .p-list-item__text h3 {
  margin-top: 7px;
  font: bold 21px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
}
.p-list-products .slick-arrow, .p-list-item .slick-arrow {
  position: absolute;
  top: -99px;
  font-size: 0;
  display: block;
  width: 36px;
  height: 40px;
  background-image: url(/asset/images/icon-slickarrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 959px) {
  .p-list-products .slick-arrow, .p-list-item .slick-arrow {
    display: none !important;
  }
}
.p-list-products .slick-prev, .p-list-item .slick-prev {
  right: 140px;
}
.p-list-products .slick-next, .p-list-item .slick-next {
  right: 60px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 959px) {
  .p-list-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-list-item__item {
    margin-right: 9px;
    padding: 0 20px;
    width: 100%;
    max-width: 340px;
  }
}
.p-list-item__item.ranking a {
  position: relative;
  display: block;
}
.p-list-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
@media screen and (max-width: 959px) {
  .p-list-products {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
    border-top: 1px solid #ddd;
  }
}
.p-list-products__no {
  display: none;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  font: bold 18px/1 "tt-commons-pro", sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 4px;
  color: white;
}
.p-list-products__no.no1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #cfc27d;
}
.p-list-products__no.no2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #a3a5a2;
}
.p-list-products__no.no3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #c69988;
}
.p-list-products__item {
  width: 100%;
  margin-right: 0;
}
@media screen and (max-width: 959px) {
  .p-list-products__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
  }
}
@media screen and (max-width: 959px) {
  .p-list-products__thmb {
    padding: 0;
  }
  .p-list-products__thmb img {
    width: 60px;
  }
  .p-list-products__thmb.top {
    padding: 20px;
  }
  .p-list-products__thmb.top img {
    width: 100%;
    aspect-ratio: 1;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-list-products__thmb > div {
  -webkit-transition: -webkit-transform .15s ease;
  transition: -webkit-transform .15s ease;
  transition: transform .15s ease;
  transition: transform .15s ease, -webkit-transform .15s ease;
}
@media screen and (min-width: 960px) {
  .p-list-products__thmb > div {
    position: relative;
    padding-top: 100%;
    background: white;
  }
  .p-list-products__thmb > div img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 959px) {
  .p-list-products__text {
    margin-top: 0;
    margin-left: 15px;
  }
  .p-list-products__text p:nth-of-type(1) {
    display: none;
  }
  .p-list-products__text h3 {
    font: bold 16px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  }
}
.p-list-topCat {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
@media screen and (max-width: 959px) {
  .p-list-topCat {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 20px;
  }
}
.p-list-topCat__item a:hover .p-list-topCat__tmb {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-list-topCat__tmb {
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}
.p-list-topCat__tmb img {
  width: 100%;
}
.p-list-topCat__title {
  text-align: center;
  margin-top: 15px;
  font: 500 14px/1 YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 959px) {
  .p-list-topCat__title {
    font-size: 12px;
    margin-top: 10px;
  }
}
.p-list-case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
  .p-list-case {
    gap: 20px;
  }
}
.p-list-case__item a {
  position: relative;
  display: block;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity .15s ease, -webkit-filter .15s ease;
  transition: opacity .15s ease, -webkit-filter .15s ease;
  transition: opacity .15s ease, filter .15s ease;
  transition: opacity .15s ease, filter .15s ease, -webkit-filter .15s ease;
}
.p-list-case__item a:hover {
  opacity: .8;
}
.p-list-case__item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3 / 2;
  border-radius: 3px;
}
.p-list-case__item p:not([class]) {
  text-align: left;
  position: relative;
  font: 500 14px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .3em;
  color: #333333;
}
.p-list-case__item p:not([class]) span {
  font: 500 12px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
  opacity: .9;
  text-align: right;
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .p-list-case__item p:not([class]) {
    font-size: 12px;
  }
  .p-list-case__item p:not([class]) span {
    font-size: 10px;
  }
}
@media screen and (min-width: 960px) {
  .p-list-case__item {
    width: calc((100% - 40px)/2);
  }
  .p-list-case__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .p-list-case__item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.p-list-case__name {
  padding: 20px 0 0 20px;
  font: bold 20px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
}
.p-list-case__name span {
  font-size: 0.8em;
  font-weight: normal;
  margin-left: 5px;
}
@media screen and (max-width: 959px) {
  .p-list-case__name {
    padding: 10px 0 0 10px;
    font-size: 16px;
  }
}
.p-list-case__description {
  padding: 5px 70px 0 20px;
  font: normal 14px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 959px) {
  .p-list-case__description {
    padding: 5px 70px 0 10px;
    font-size: 12px;
  }
}
.p-list-case__arrow {
  position: absolute;
  aspect-ratio: 1 !important;
  width: 28px !important;
  bottom: 15px;
  right: 20px;
}
@media screen and (max-width: 959px) {
  .p-list-case {
    margin-bottom: -40px;
  }
}
.p-list-sample {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
@media screen and (max-width: 959px) {
  .p-list-sample {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-list-sample__item .p-list-products__thmb {
  padding: 5px;
  background-color: white;
  border: 1px solid #ddd;
  -webkit-transition: border-weight .15s ease;
  transition: border-weight .15s ease;
  border-radius: 3px;
}
.p-list-sample__item .p-list-products__thmb img {
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 959px) {
  .p-list-sample__item .p-list-products__thmb img {
    width: 100%;
    aspect-ratio: 1;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-list-sample__item label p {
  font: normal 12px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
  margin-top: 5px;
}
@media screen and (max-width: 959px) {
  .p-list-sample__item label p {
    font-size: 10px;
  }
}
.p-list-sample__item input {
  display: none;
}
.p-list-sample__item input:checked + label .p-list-products__thmb {
  border: 3px solid #32A88A;
}
.p-list-faq > li {
  position: relative;
  background: #f5f5f5;
  -webkit-transition: all .2s;
  transition: all .2s;
  padding: 20px auto;
  margin: 20px auto;
  border-radius: 3px;
}
@media screen and (max-width: 959px) {
  .p-list-faq > li {
    margin: 10px auto;
  }
}
.p-list-faq > li .number {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.5em;
  font-weight: 900;
  letter-spacing: .1em;
  font-family: "tt-commons-pro", sans-serif;
  color: #333333;
  vertical-align: 0px;
  margin-top: 4px;
}
.p-list-faq > li .number span {
  color: #242424;
}
@media screen and (max-width: 959px) {
  .p-list-faq > li .number {
    position: absolute;
  }
  .p-list-faq > li .number img {
    width: 30px;
  }
}
.p-list-faq > li:last-child {
  margin-bottom: 0;
}
.p-list-faq > li .answer,
.p-list-faq > li .question {
  padding: 30px 50px;
  position: relative;
}
.p-list-faq > li .answer p,
.p-list-faq > li .question p {
  margin-bottom: 0 !important;
  text-align: left;
}
.p-list-faq > li .answer ul,
.p-list-faq > li .question ul {
  margin: 20px 0;
}
@media screen and (max-width: 959px) {
  .p-list-faq > li .answer,
  .p-list-faq > li .question {
    padding: 15px;
  }
  .p-list-faq > li .answer p,
  .p-list-faq > li .question p {
    padding-left: 47px;
    padding-right: 20px;
  }
}
.p-list-faq > li .question {
  position: relative;
  -webkit-transition: all .2s;
  transition: all .2s;
  cursor: pointer;
  z-index: 2;
}
.p-list-faq > li .question:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "＋";
  color: #242424;
  font-size: 25px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  right: 30px;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .p-list-faq > li .question:after {
    font-size: 20px;
  }
}
.p-list-faq > li .question.on {
  border-radius: 10px 10px 0 0;
}
.p-list-faq > li .question.on:after {
  content: "－";
}
.p-list-faq > li .question h3 {
  display: inline-block;
  font: bold 20px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  padding-right: 20px;
  padding-left: 40px;
  color: #242424;
}
@media screen and (min-width: 960px) {
  .p-list-faq > li .question p {
    font-size: 16px !important;
    font-weight: normal;
    text-align: left;
  }
}
@media screen and (max-width: 959px) {
  .p-list-faq > li .question:after {
    right: 15px;
  }
  .p-list-faq > li .question p {
    padding-left: 26px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
  }
  .p-list-faq > li .question h3 {
    font-size: 16px;
    padding-left: 40px;
  }
}
.p-list-faq > li .answer {
  position: relative;
  padding-top: 30px;
  padding-left: 50px;
  display: none;
  min-height: 0px;
  font-size: 16px;
  text-align: left;
  border-top: 2px dashed rgba(36, 36, 36, 0.2);
}
.p-list-faq > li .answer p {
  display: block;
  font: normal 15px/2 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .05em;
}
.p-list-faq > li .answer p + p {
  margin-top: 10px;
}
.p-list-faq > li .answer img {
  position: absolute;
  top: 26px;
  left: 50px;
}
@media screen and (max-width: 959px) {
  .p-list-faq > li .answer {
    padding: 12px 15px 20px;
  }
  .p-list-faq > li .answer p {
    font-size: 14px;
    line-height: 1.6;
    padding: 0;
  }
  .p-list-faq > li .answer img {
    top: -3px;
    left: -18px;
  }
}

.p-mv {
  position: relative;
  width: 100%;
  height: 700px;
  padding-top: 100px;
}
@media screen and (max-width: 959px) {
  .p-mv {
    height: 340px;
    padding-top: 75px;
  }
}
.p-mv__bk {
  width: 100%;
  height: 100%;
}
.p-mv__bk-img {
  height: 100%;
}
.p-mv__bk img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mv__copy {
  font: 500 50px/1 "tt-commons-pro", sans-serif;
  text-align: center;
  letter-spacing: .08em;
  color: #1D1D1D;
}
.p-mv__copy-sub {
  margin-top: 5px;
  font: 300 13px/1 "tt-commons-pro", sans-serif;
  letter-spacing: .08em;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-mv__copy {
    font-size: 30px;
  }
}
.p-mv__inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 959px) {
  .p-mv__inner {
    width: 100%;
  }
}
.p-mv__open {
  position: absolute;
  right: 0;
  bottom: 50px;
}
@media screen and (max-width: 959px) {
  .p-mv__open {
    bottom: 15px;
  }
}
.p-mv__open a {
  position: relative;
  display: block;
  padding: 10px 20px;
  border-radius: 5px 0 0 5px;
  background-color: white;
  font: normal 14px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .1em;
}
.p-mv__open a img {
  margin-right: 10px;
  vertical-align: -8px;
}
.p-mv__open a span {
  font-weight: bold;
}
.p-mv__open a::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 10px;
  background-color: #FFEE00;
  -webkit-animation: tikatika 1s ease infinite;
          animation: tikatika 1s ease infinite;
}
.p-mv__open a:hover {
  opacity: .6;
}
@-webkit-keyframes tikatika {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tikatika {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 959px) {
  .p-mv__open a {
    padding: 5px 15px 7px;
    font-size: 12px;
  }
  .p-mv__open a img {
    width: 20px;
    vertical-align: -5px;
  }
}
.p-mv__list {
  z-index: -1;
}
.p-mv__list li {
  width: calc(100vw);
  height: 600px;
}
.p-mv__list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 959px) {
  .p-mv__list li {
    height: 265px;
  }
}
.p-mv__list .slick-arrow {
  display: none !important;
}

.p-article {
  margin: 100px 0;
}
@media screen and (max-width: 959px) {
  .p-article {
    margin: 65px 0;
  }
}
.p-article__title h2 {
  font: 500 50px/1 "tt-commons-pro", sans-serif;
  color: #333333;
}
@media screen and (max-width: 959px) {
  .p-article__title h2 {
    font-size: 35px;
  }
}
.p-article__title p {
  font: normal 14px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
  color: #333333;
}
.p-article__main {
  margin-top: 50px;
}
@media screen and (max-width: 959px) {
  .p-article__main {
    margin-top: 30px;
  }
}

.p-article01__main {
  width: 100%;
  max-width: 1140px;
  padding: 0 20px 100px;
  margin: 0 auto;
}
.p-article01__main.small {
  max-width: 940px;
}
.p-article01__main.wide {
  max-width: 1380px;
}
.p-article01__text {
  font: normal 16px/2 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #333333;
}
@media screen and (max-width: 959px) {
  .p-article01__text {
    font: normal 14px/2 YakuHanJP, "Noto Sans JP", sans-serif;
  }
}

.p-top__best .p-article__title h2, .p-top__best .p-article__title p {
  display: inline-block;
}
@media screen and (max-width: 959px) {
  .p-top__best .p-article__title h2, .p-top__best .p-article__title p {
    display: block;
  }
}
.p-top__best .p-article__title p {
  margin-left: 10px;
}
@media screen and (max-width: 959px) {
  .p-top__best .p-article__title p {
    margin-top: 5px;
    margin-left: 0;
  }
}
.p-top__best .p-article__main {
  width: 100%;
  padding-left: calc(50% - 650px);
}
.p-top__category {
  padding: 100px 0;
  background-color: #f5f5f5;
}
@media screen and (max-width: 959px) {
  .p-top__category {
    padding: 80px 0;
  }
}
.p-top__category .p-article__title h2, .p-top__category .p-article__title p {
  display: inline-block;
}
.p-top__category .p-article__title p {
  margin-left: 10px;
}
@media screen and (max-width: 959px) {
  .p-top__category .p-article__title p {
    display: block;
    margin-left: 0;
  }
}
.p-top__category .p-article__main {
  max-width: 1340px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  margin-top: 50px;
}
@media screen and (max-width: 959px) {
  .p-top__category .p-article__main {
    margin-top: 30px;
  }
}
.p-top__case .p-article__title {
  text-align: center;
}
.p-top__case .p-article__main {
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .p-top__case .p-article__main {
    margin-top: 20px;
  }
}
.p-top__case .p-article__main > p {
  padding: 0 20px;
  text-align: center;
  font: normal 16px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
}
@media screen and (max-width: 959px) {
  .p-top__case .p-article__main > p {
    font-size: 14px;
  }
}
.p-top__case-contents {
  max-width: 1340px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  display: grid;
  margin-top: 50px;
}
@media screen and (min-width: 960px) {
  .p-top__case-contents {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
  }
}
@media screen and (max-width: 959px) {
  .p-top__case-contents {
    margin-top: 30px;
    max-width: 600px;
    padding: 0 30px;
    grid-template-rows: repeat(2, 1fr);
    grid-row-gap: 20px;
  }
}
.p-top__case-img img {
  width: 100%;
  aspect-ratio: 30 / 19;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top__case-info {
  position: relative;
  padding: 20px 20px;
  text-align: left;
}
.p-top__case-info h3 {
  font: bold 21px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
}
.p-top__case-info h3 span {
  font-size: 16px;
  margin-left: 10px;
}
.p-top__case-info p {
  font: normal 16px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
  text-align: left !important;
  margin-top: 10px;
  padding-right: 40px;
}
.p-top__case-info img {
  position: absolute;
  right: 20px;
  top: 30px;
}
@media screen and (max-width: 959px) {
  .p-top__case-info {
    padding: 20px 10px;
  }
  .p-top__case-info h3 {
    font-size: 16px;
  }
  .p-top__case-info h3 span {
    font-size: 14px;
  }
  .p-top__case-info p {
    font-size: 14px;
    padding-right: 30px;
    line-height: 1.5;
  }
  .p-top__case-info img {
    right: 10px;
  }
}
.p-top__case-box {
  margin-top: -20px;
  padding: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  -webkit-transition: -webkit-box-shadow .5s ease, -webkit-transform .15s ease;
  transition: -webkit-box-shadow .5s ease, -webkit-transform .15s ease;
  transition: box-shadow .5s ease, transform .15s ease;
  transition: box-shadow .5s ease, transform .15s ease, -webkit-box-shadow .5s ease, -webkit-transform .15s ease;
}
.p-top__case-box:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
}
.p-top__open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 959px) {
  .p-top__open {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-top__open-img {
  width: 50%;
}
.p-top__open-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 959px) {
  .p-top__open-img {
    width: 100%;
    height: 300px;
  }
}
.p-top__open-contents {
  max-width: 650px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 50px;
}
.p-top__open-contents > div {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .p-top__open-contents {
    max-width: 500px;
    width: 100%;
    padding: 30px 20px;
    text-align: center;
    margin: 0 auto;
  }
  .p-top__open-contents .p-article__main {
    margin-top: 30px;
  }
}
.p-top__open-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
@media screen and (max-width: 959px) {
  .p-top__open-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
}
.p-top__open-item {
  text-align: center;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
@media screen and (max-width: 959px) {
  .p-top__open-item {
    padding: 20px 10px;
  }
}
.p-top__open-item img {
  height: 50px;
}
.p-top__open-item p {
  font: normal 14px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .p-top__open-item p {
    font-size: 12px;
  }
}
.p-top__open-btn {
  padding: 0 30px;
  margin-top: 50px;
}
@media screen and (max-width: 959px) {
  .p-top__open-btn {
    padding: 0;
    margin-top: 30px;
  }
}
.p-top__oem {
  text-align: center;
}
.p-top__oem a {
  display: block;
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-transition: opacity .15s ease, -webkit-transform .15s ease;
  transition: opacity .15s ease, -webkit-transform .15s ease;
  transition: transform .15s ease, opacity .15s ease;
  transition: transform .15s ease, opacity .15s ease, -webkit-transform .15s ease;
}
.p-top__oem a img {
  width: 100%;
}
.p-top__oem a:hover {
  -webkit-transform: scale(1.005);
          transform: scale(1.005);
  opacity: .8;
}
.p-top__news-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .p-top__news-flex {
    display: block;
    padding: 0 20px;
    text-align: center;
  }
}
.p-top__news-btn {
  margin-top: 10px;
}
.p-top__news-btn a {
  height: 60px;
  width: 170px;
  font: normal 14px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.p-top__news-btn a img {
  width: 22px;
  right: 20px;
  top: 19px;
}
.p-top__news-body {
  max-width: 800px;
  width: 100%;
}
.p-top__news-list {
  border-top: 1px solid #ded;
}
@media screen and (max-width: 959px) {
  .p-top__news-list {
    margin: 20px 0;
  }
}
.p-top__news-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.p-top__news-list li a span {
  font: bold 12px/1.5 "tt-commons-pro", sans-serif;
  padding-top: 4px;
}
.p-top__news-list li a h3 {
  font: normal 14px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
  margin-left: 20px;
}
.p-top__news-list li a:hover {
  opacity: .6;
}

.p-pagetitle {
  display: block;
  text-align: center;
  padding: 230px 0 110px;
}
.p-pagetitle h2 {
  font: bold 50px/1 "tt-commons-pro", sans-serif;
  color: #333;
}
.p-pagetitle p {
  font: 400 14px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .12em;
  color: #333;
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .p-pagetitle {
    padding: 120px 0 42px;
  }
  .p-pagetitle h2 {
    font-size: 40px;
  }
}
.p-pagetitle.white {
  background-color: white !important;
}
.p-pagetitle.small {
  padding: 135px 0 30px;
  background-color: #fafafa;
  border-bottom: 1px solid #ddd;
}
.p-pagetitle.small .p-pagetitle__inner {
  max-width: 1140px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  text-align: left;
}
.p-pagetitle.small .p-pagetitle__inner h2 {
  display: inline-block;
  font: bold 30px/1 "tt-commons-pro", sans-serif;
}
.p-pagetitle.small .p-pagetitle__inner p {
  display: inline-block;
  font: normal 16px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  margin-left: 10px;
}
@media screen and (max-width: 959px) {
  .p-pagetitle.small {
    padding: 88px 0 15px;
  }
  .p-pagetitle.small .p-pagetitle__inner h2 {
    font-size: 20px;
  }
  .p-pagetitle.small .p-pagetitle__inner p {
    font-size: 12px;
  }
}
.p-pagetitle.oem {
  max-width: 1140px;
  width: 100%;
  padding: 180px 20px 80px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.p-pagetitle.oem h2 {
  width: 50%;
  font-size: 85px;
  text-align: left;
  color: #333333;
}
.p-pagetitle.oem p {
  width: 50%;
  text-align: left;
  margin-bottom: 19px;
  font-weight: 500;
  color: #333333;
}
@media screen and (max-width: 959px) {
  .p-pagetitle.oem {
    max-width: 500px;
    padding: 120px 20px 25px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-pagetitle.oem h2 {
    width: 100%;
    font-size: 58px;
  }
  .p-pagetitle.oem p {
    width: 100%;
    font-size: 12px;
    margin-left: 4px;
  }
}

.p-products {
  width: 100%;
  max-width: 1140px;
  padding: 0 20px 100px;
  margin: 0 auto;
}
.p-products__block {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.p-products__naire {
  padding: 45px 20px;
  text-align: center;
  background-color: #F5F5F5;
  border: 1px solid #ddd;
  border-radius: 10px;
}
@media screen and (max-width: 959px) {
  .p-products__naire {
    max-width: calc(100% - 40px);
    margin: 65px auto 0;
    padding: 25px 20px;
  }
}
.p-products__naire h2 {
  font: bold 30px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
  color: #212121;
}
@media screen and (max-width: 959px) {
  .p-products__naire h2 {
    font-size: 20px;
  }
}
.p-products__naire p {
  margin: 25px 0;
  font: normal 16px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
  color: #212121;
}
@media screen and (max-width: 959px) {
  .p-products__naire p {
    margin: 15px 0;
    font-size: 14px;
    text-align: left;
  }
}
.p-products__naire-btn {
  text-align: center;
}
.p-products__naire-btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 550px;
  padding: 10px 20px;
  background: white;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}
.p-products__naire-btn a p {
  font: bold 20px/1 YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 959px) {
  .p-products__naire-btn a {
    width: 100%;
  }
  .p-products__naire-btn a img:first-of-type {
    width: 30px;
  }
  .p-products__naire-btn a p {
    font-size: 14px;
  }
}
.p-products__recommend {
  margin-top: 100px;
}
@media screen and (max-width: 959px) {
  .p-products__recommend {
    margin-top: 65px;
    padding: 0 20px;
  }
}
.p-products__recommend h2 {
  font: bold 30px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  margin-bottom: 40px;
  color: #212121;
}
@media screen and (max-width: 959px) {
  .p-products__recommend h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.p-products__recommend .p-list-item__item {
  width: auto;
  margin-right: 0;
}
@media screen and (max-width: 959px) {
  .p-products__recommend .p-list-item__item {
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
  }
  .p-products__recommend .p-list-item__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-products__recommend .p-list-item__item .p-list-products__text h3 {
    font-size: 14px;
  }
  .p-products__recommend .p-list-item__item .p-list-products__text p {
    line-height: 1.4;
  }
}
.p-products__cv {
  margin: 80px auto 40px;
}
.p-products__cv .c-btn {
  text-align: center;
  margin-bottom: 10px;
}
.p-products__cv .c-btn a {
  max-width: 550px;
  font-size: 20px;
  letter-spacing: .08em;
}
.p-products__cv .u-text--center a {
  text-decoration: underline;
  font: normal 14px/1 YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 959px) {
  .p-products__cv {
    margin: 30px auto 0;
    padding: 0 20px;
  }
  .p-products__cv .c-btn a {
    font-size: 16px;
  }
}
.p-products__main {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 959px) {
  .p-products__main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 450px;
    margin: 15px auto 0;
  }
}
.p-products__main-slider {
  position: relative;
  padding: 50px;
  width: 50%;
  background: #fafafa;
}
@media screen and (max-width: 959px) {
  .p-products__main-slider {
    width: calc(100% - 40px);
    padding: 20px;
    margin: 0 auto;
  }
}
.p-products__main-detail {
  width: 50%;
  padding-left: 50px;
}
@media screen and (max-width: 959px) {
  .p-products__main-detail {
    width: 100%;
    padding-left: 0;
    padding: 20px;
  }
}
.p-products__main-detail h2 {
  font: bold 30px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 959px) {
  .p-products__main-detail h2 {
    font-size: 20px;
  }
}
.p-products__main-detail p {
  margin: 20px 0;
  font: normal 16px/2 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
}
@media screen and (max-width: 959px) {
  .p-products__main-detail p {
    font-size: 14px;
    margin: 15px 0;
  }
}
.p-products__main-detail p.p-products__price {
  margin: 0 0 40px;
  font: normal 20px/1 YakuHanJP, "Noto Sans JP", sans-serif;
}
.p-products__main-detail p.p-products__price span {
  font-size: 12px;
  margin-left: 5px;
}
@media screen and (max-width: 959px) {
  .p-products__main-detail p.p-products__price {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .p-products__main-detail p.p-products__price span {
    font-size: 10px;
  }
}
.p-products__main-detail h3 {
  font: bold 16px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  margin-bottom: 25px;
}
@media screen and (max-width: 959px) {
  .p-products__main-detail h3 {
    margin-bottom: 25px;
  }
}
.p-products__main-detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 15px 10px;
}
.p-products__main-detail dl dt {
  width: 100px;
  font: 500 14px/1 YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 959px) {
  .p-products__main-detail dl dt {
    font-size: 12px;
  }
}
.p-products__main-detail dl dd {
  width: calc(100% - 100px);
  font: normal 14px/1 YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 959px) {
  .p-products__main-detail dl dd {
    font-size: 12px;
  }
}
.p-products__main-detail dl.first {
  border-top: 1px solid #ddd;
}
.p-products__slider {
  -webkit-box-shadow: 0 3px 26px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 26px rgba(0, 0, 0, 0.05);
}
.p-products__slider .slick-arrow {
  display: none !important;
}
.p-products__slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -34px;
}
@media screen and (max-width: 959px) {
  .p-products__slider .slick-dots {
    bottom: -20px;
  }
}
.p-products__slider .slick-dots button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #aaaaaa;
  margin: 0 5px;
}
.p-products__slider .slick-dots .slick-active button {
  background-color: #212121;
}
.p-products__slider__item {
  max-width: 450px;
  width: 450px;
}
@media screen and (max-width: 959px) {
  .p-products__slider__item {
    max-width: calc(100vw - 80px);
  }
}
.p-products__slider__item img {
  width: 100%;
}
.p-products__slider__item div {
  position: relative;
  padding-top: 100%;
  background: white;
}
.p-products__slider__item div img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-products__slider__item.youtube {
  position: relative;
  width: 100%;
  padding-top: 450px;
}
@media screen and (max-width: 959px) {
  .p-products__slider__item.youtube {
    padding-top: 300px;
  }
}
.p-products__slider__item.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.p-controller {
  width: 100%;
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 959px) {
  .p-controller {
    margin-bottom: 20px;
  }
}
.p-controller__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 13px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 959px) {
  .p-controller__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 13px 10px;
  }
}
.p-controller__inner label {
  font: normal 16px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #333;
}
.p-controller__inner select {
  font: normal 16px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
  width: 300px;
  border-radius: 5px;
  border: 1px solid #d2d2d2;
  outline: 0;
  color: #212121;
  padding: 7px 10px;
  background-color: white;
  -webkit-transition: background-color .2s, border-color .2s;
  transition: background-color .2s, border-color .2s;
}
@media screen and (max-width: 959px) {
  .p-controller__inner select {
    width: 100%;
  }
}
.p-controller__inner #type-checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .p-controller__inner #type-checkboxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 10px;
    padding: 0 2px;
  }
}
.p-controller__input {
  font: normal 16px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #333;
}
.p-controller__type {
  margin-left: 20px;
}
.p-controller__type input {
  margin-right: 5px;
  vertical-align: -1px;
}
@media screen and (max-width: 959px) {
  .p-controller__type {
    margin-left: 0;
  }
}

.p-order {
  max-width: 1140px;
  width: 100%;
  padding: 0 20px;
  margin: 50px auto 100px;
}
@media screen and (max-width: 959px) {
  .p-order {
    margin: 30px auto 65px;
  }
}
.p-order__intro {
  font: normal 16px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
}
.p-order__intro-ano {
  font: normal 12px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  margin-top: 10px;
}
.p-order__item h3 {
  font: bold 20px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .p-order__item h3 {
    margin-bottom: 20px;
  }
}
.p-order__item-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fafafa;
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
@media screen and (max-width: 959px) {
  .p-order__item-main {
    padding: 20px;
  }
}
.p-order__item-main h4 {
  font: bold 20px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .p-order__item-main h4 {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.p-order__item-main p {
  font: normal 16px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 959px) {
  .p-order__item-main p {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .p-order__item-main p.p-order__item-price {
    display: block;
  }
}
.p-order__item-thumb {
  max-width: 200px;
  width: 100%;
  margin-right: 30px;
  -webkit-box-shadow: 0 3px 26px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 26px rgba(0, 0, 0, 0.05);
}
.p-order__item-thumb img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .p-order__item-thumb {
    width: 100px;
  }
}
.p-order__item-price {
  font-size: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .p-order__item-price {
    margin-top: 5px;
  }
}
.p-order__item-price span {
  font-size: 12px;
}
@media screen and (max-width: 959px) {
  .p-order__item-info {
    width: calc(100% - 100px);
  }
}
.p-order__form-inner {
  padding: 70px;
  border: 1px solid #ddd;
  margin-top: 30px;
}
.p-order__form-inner > div {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .p-order__form-inner {
    padding: 20px;
    margin-top: 10px;
  }
}
.p-order__form-inner .p-controller {
  padding: 0;
  margin-bottom: 25px;
}
.p-order__form h2 {
  font: bold 20px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .p-order__form h2 {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.4;
  }
}
.p-order__price {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 959px) {
  .p-order__price {
    padding: 20px 0;
  }
}
.p-order__price p {
  margin-top: 10px;
  font: normal 12px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
}
.p-order__price-main {
  background-color: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-order__price-main h3 {
  font: bold 16px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  padding: 30px;
  border-right: 1px solid  #ddd;
}
@media screen and (max-width: 959px) {
  .p-order__price-main h3 {
    font-size: 14px;
    padding: 20px 10px;
  }
}
.p-order__price-main p {
  margin-top: 0;
  padding: 0 30px;
  font: normal 20px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
}
.p-order__price-main p span {
  font: normal 20px/1 YakuHanJP, "Noto Sans JP", sans-serif;
}
.p-order__price-main p small {
  font: normal 12px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  margin-left: 10px;
}
@media screen and (max-width: 959px) {
  .p-order__price-main p {
    padding: 0 15px;
    font-size: 16px;
  }
  .p-order__price-main p span {
    font-size: 16px;
  }
  .p-order__price-main p small {
    font-size: 10px;
    margin-left: 5px;
  }
}

.p-form .wpcf7-list-item {
  margin: 0 1em 6px 0;
}

.p-form .wpcf7-list-item.first {
  margin-left: 0;
}

.p-form .wpcf7-list-item label {
  z-index: 0;
  position: relative;
  display: inline-block;
  font-family: normal 16px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
  /* Checked */
  /* Active */
}

.p-form .wpcf7-list-item label > input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: -1;
  position: absolute;
  left: -10px;
  top: -8px;
  display: block;
  margin: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: rgba(36, 36, 36, 0.6);
  outline: none;
  opacity: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  pointer-events: none;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.2s;
  transition: opacity 0.3s, -webkit-transform 0.2s;
  transition: opacity 0.3s, transform 0.2s;
  transition: opacity 0.3s, transform 0.2s, -webkit-transform 0.2s;
}

.p-form .wpcf7-list-item label > span {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

.p-form .wpcf7-list-item label > span::before {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 2px 10px 2px 0;
  border: solid 2px;
  /* Safari */
  border-color: rgba(36, 36, 36, 0.6);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  vertical-align: -6px;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.p-form .wpcf7-list-item label > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #242424;
  -webkit-transform: translate(5px, 5px) scale(0);
  transform: translate(5px, 5px) scale(0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.p-form .wpcf7-list-item label > input:checked {
  background-color: #242424;
}

.p-form .wpcf7-list-item label > input:checked + span::before {
  border-color: #242424;
}

.p-form .wpcf7-list-item label > input:checked + span::after {
  -webkit-transform: translate(5px, 5px) scale(1);
  transform: translate(5px, 5px) scale(1);
}

.p-form .wpcf7-list-item label > input:active {
  opacity: 1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s;
}

.p-form .wpcf7-list-item label > input:active + span::before {
  border-color: #242424;
}

.p-form .wpcf7-list-item label > input[type="checkbox"] + span {
  font: normal 16px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
}

.p-form .wpcf7-list-item label > input[type="checkbox"] + span::before {
  border-radius: 5px;
}

.p-form .wpcf7-select,
.p-form .wpcf7-textarea,
.p-form .wpcf7-text {
  font: normal 16px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #d2d2d2;
  outline: 0;
  color: #212121;
  padding: 7px 10px;
  background-color: #fafafa;
  -webkit-transition: background-color .2s, border-color .2s;
  transition: background-color .2s, border-color .2s;
}

.p-form .wpcf7-textarea:focus,
.p-form .wpcf7-text:focus {
  background-color: white;
  border-color: rgba(33, 76, 168, 0.4);
}

.p-form .wpcf7-textarea {
  width: 100%;
}

.p-form .wpcf7-not-valid-tip {
  margin-top: 5px;
}

.p-form__item {
  padding: 18px 0;
  border-bottom: 1px solid #ddd;
}

.p-form__item:first-of-type {
  border-top: 1px solid #ddd;
}

.p-form__item.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-form__item.col2 .p-form__title {
  width: 250px;
}

.p-form__item.col2 .p-form__contents {
  width: calc(100% - 250px);
  padding-left: 50px;
}

@media screen and (max-width: 959px) {
  .p-form__item.col2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .p-form__item.col2 .p-form__title {
    width: 100%;
  }

  .p-form__item.col2 .p-form__contents {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
}
.p-form__title {
  padding-left: 10px;
  padding-bottom: 2px;
  border-left: 3px solid #242424;
}

.p-form__title h2, .p-form__title h3, .p-form__title h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font: normal 16px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
}

.p-form__title h2 .must, .p-form__title h3 .must, .p-form__title h4 .must {
  font-size: 12px;
  display: inline-block;
  padding: 2px 6px;
  border: 2px solid #dc0015;
  border-radius: 5px;
  width: 43px;
  text-align: center;
  color: #dc0015;
}

.p-form__address-zip {
  margin-bottom: 10px;
}

.p-form__address-zip .wpcf7-form-control-wrap {
  display: inline-block;
  margin-left: 5px;
}

.p-form__address-zip .wpcf7-form-control-wrap input {
  width: 200px;
}

.p-form__policy {
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  background: #FAFAFA;
}

@media screen and (max-width: 959px) {
  .p-form__policy {
    padding: 15px;
  }
}
.p-form__policy .inner {
  max-height: 200px;
  overflow-y: scroll;
}

.p-form__policy .inner .list li {
  position: relative;
  font: normal 16px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  padding-left: 1em;
}

.p-form__policy .inner .list li::before {
  position: absolute;
  display: block;
  content: "";
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #1A69B5;
  border-radius: 3px;
}

@media screen and (max-width: 959px) {
  .p-form__policy .inner .list li {
    font-size: 14px;
  }
}
.p-form__policy .inner p {
  font: normal 16px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
}

.p-form__policy .inner p a {
  color: #242424;
  text-decoration: underline;
}

.p-form__btn {
  margin-top: 50px;
}

.p-form__btn.col2 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-form__btn.col2 p input {
  margin: 0;
}

@media screen and (min-width: 960px) {
  .p-form__btn.col2 p input + input {
    margin-left: 20px;
  }
}
@media screen and (max-width: 959px) {
  .p-form__btn.col2 p input {
    width: 100%;
    text-align: center;
  }

  .p-form__btn.col2 p input + input {
    margin-top: 10px;
  }
}
.p-form__btn a,
.p-form__btn input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  font: normal 18px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
  color: white;
  background: #242424;
  border: 0;
  cursor: pointer;
  padding: 0 50px;
  height: 50px;
  border-radius: 10px;
}

.p-form__btn a:hover,
.p-form__btn input:hover {
  opacity: .6;
}

.p-form__btn a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.p-form__multi {
  padding: 180px 0 100px;
  background-color: rgba(33, 76, 168, 0.1);
}

@media screen and (max-width: 959px) {
  .p-form__multi {
    padding: 80px 10px 40px;
  }
}
.p-form__multi .p-article__inner {
  padding: 50px;
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 959px) {
  .p-form__multi .p-article__inner {
    padding: 30px 20px;
  }
}
.p-form .wpcf7-list-item label input[type="checkbox"] + span::after {
  top: 4px;
}

.p-form .wpcf7-form .confirm-text p {
  display: none;
}

.p-form .wpcf7-form.confirm .confirm-text p {
  display: block;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  color: #005edc;
  border: 1px solid #005edc;
  padding: 8px 0 6px;
  background: rgba(0, 112, 220, 0.05);
}

.p-form .wpcf7-form.confirm .confirm-cover {
  position: relative;
}

.p-form .wpcf7-form.confirm .confirm-cover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: .03;
}

.grecaptcha-badge {
  bottom: 74px !important;
}

.wpcf7-not-valid-tip {
  font-weight: bold !important;
}

.p-form__btn {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}
.p-form__btn img {
  position: absolute;
  right: 30px;
  top: 34px;
}
@media screen and (max-width: 959px) {
  .p-form__btn img {
    right: 13px;
    top: 21px;
    width: 18px;
  }
}

.p-form__btn input {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  max-width: 600px;
  height: 100px;
  border-radius: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #333333;
  color: white;
  font: bold 16px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  padding: 0 20px 0 31px;
}
.p-form__btn input img {
  position: absolute;
  right: 30px;
  top: 34px;
}
.p-form__btn input:hover {
  opacity: .6;
}
.p-form__btn input:hover .c-btn__arrow {
  right: 22px;
}
@media screen and (max-width: 959px) {
  .p-form__btn input {
    height: 60px;
    border-radius: 30px;
    font-size: 14px;
  }
  .p-form__btn input img {
    right: 13px;
    top: 21px;
    width: 18px;
  }
}

.wpcf7-spinner {
  display: none !important;
}

.p-form__btn-confilm-checkbox input[type="checkbox"] + span::after {
  top: 2px !important;
}

.p-privacy > h2 {
  margin-top: 40px;
  font: bold 18px/1 YakuHanJP, "Noto Sans JP", sans-serif !important;
  margin-bottom: 15px;
  color: #333333;
}
.p-privacy > p {
  font: normal 14px/2 YakuHanJP, "Noto Sans JP", sans-serif !important;
  color: #333333;
}
.p-privacy ol {
  list-style: none;
  counter-reset: number;
  margin-top: 10px;
}
.p-privacy ol li {
  position: relative;
  padding-left: 25px;
  font: normal 14px/2 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #333333;
}
.p-privacy ol li::before {
  counter-increment: number;
  content: "（" counter(number) "）";
  position: absolute;
  left: 0;
}
.p-privacy ul {
  list-style: none;
  margin-top: 10px;
}
.p-privacy ul li {
  position: relative;
  font: normal 14px/2 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #333333;
  padding-left: 14px;
}
.p-privacy ul li::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 13px;
  display: block;
  border-radius: 2px;
  width: 4px;
  height: 4px;
  background: #333;
}
.p-privacy__wrapper {
  margin-top: 70px;
}

.p-wp-post {
  /* タイトル部分 */
  /* 本文 */
  /* 詳細の表 */
}
.p-wp-post__head {
  margin-bottom: 25px;
  padding-bottom: 30px;
  border-bottom: 1px solid #999;
}
.p-wp-post__title {
  font: bold 24px/1.4 YakuHanJP, "Noto Sans JP", sans-serif !important;
  text-align: center;
}
.p-wp-post__date {
  font: normal 14px/1 "tt-commons-pro", sans-serif !important;
  text-align: center;
  opacity: .6;
  margin-top: 10px;
}
.p-wp-post__img {
  text-align: center;
  margin-top: 17px;
}
.p-wp-post__img img {
  width: 100%;
  max-width: 500px;
}
.p-wp-post__main h3 {
  font: bold 20px/1.6 YakuHanJP, "Noto Sans JP", sans-serif !important;
  padding-left: 7px;
  letter-spacing: .03em;
  border-left: 4px solid black;
}
.p-wp-post__main h3 + p, .p-wp-post__main h3 + img, .p-wp-post__main h3 + h4, .p-wp-post__main h3 + h5 {
  margin-top: 10px;
}
.p-wp-post__main h4 {
  font: bold 17px/1.6 YakuHanJP, "Noto Sans JP", sans-serif !important;
  border-bottom: 1px solid #ddd;
  letter-spacing: .03em;
}
.p-wp-post__main h4 + p, .p-wp-post__main h4 + img, .p-wp-post__main h4 + h4, .p-wp-post__main h4 + h5 {
  margin-top: 10px;
}
.p-wp-post__main h5 {
  font: bold 14px/1.6 YakuHanJP, "Noto Sans JP", sans-serif !important;
  letter-spacing: .03em;
}
.p-wp-post__main h5 + p, .p-wp-post__main h5 + img, .p-wp-post__main h5 + h4, .p-wp-post__main h5 + h5 {
  margin-top: 10px;
}
.p-wp-post__main p {
  font: normal 14px/1.8 YakuHanJP, "Noto Sans JP", sans-serif !important;
  letter-spacing: .03em;
}
.p-wp-post__main p a {
  text-decoration: underline;
  color: blue;
}
.p-wp-post__main p a:hover {
  text-decoration: none;
}
.p-wp-post__main p + img, .p-wp-post__main p + p {
  margin-top: 10px;
}
.p-wp-post__main p + h3, .p-wp-post__main p + h4, .p-wp-post__main p + h5 {
  margin-top: 30px;
}
.p-wp-post__main img {
  width: 100%;
  max-width: 500px;
}
.p-wp-post__main img.aligncenter {
  margin: 0 auto;
  display: block;
}
.p-wp-post__outline {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid white;
}
.p-wp-post__outline.first {
  border-top: 1px solid white;
}
.p-wp-post__outline dt {
  font: bold 14px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  width: 100px;
}
.p-wp-post__outline dd {
  width: calc(100% - 100px);
  font: normal 13px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
}

.p-case {
  background: #FAFAFA;
  margin-bottom: 100px;
}
@media screen and (max-width: 959px) {
  .p-case {
    margin-bottom: 0;
  }
  .p-case .p-article01__main {
    padding-bottom: 50px;
  }
}
.p-case__slider {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.p-case__slider .slick-dots {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.p-case__slider .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ddd;
}
.p-case__slider .slick-dots li.slick-active button {
  background-color: #666;
}
.p-case__slider .slick-list {
  background: white;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}
.p-case__slide {
  width: 100%;
}
.p-case__slide-inner {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
  background-color: white;
}
.p-case__slide img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-case__title {
  width: 100%;
  max-width: 600px;
  padding: 70px 0 50px;
  margin: 0 auto;
}
.p-case__title h2 {
  font: 500 24px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .2em;
  text-align: center;
}
.p-case__title p {
  margin-top: 10px;
  font: normal 14px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
  opacity: .6;
}
@media screen and (max-width: 959px) {
  .p-case__title {
    padding: 30px 0 20px;
    margin: 0 auto;
  }
  .p-case__title h2 {
    font-size: 20px;
  }
  .p-case__title p {
    font-size: 12px;
  }
}
.p-case__description {
  width: 100%;
  max-width: 540px;
  margin: 19px auto 45px;
}
.p-case__description p {
  font: normal 16px/2 YakuHanJP, "Noto Sans JP", sans-serif;
}
.p-case__option {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  padding: 40px 50px;
}
@media screen and (max-width: 959px) {
  .p-case__option {
    padding: 20px;
  }
}
.p-case__option h3 {
  position: relative;
  font: bold 16px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  margin-bottom: 20px;
}
.p-case__option dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 10px 13px;
  border-bottom: 1px solid #ddd;
}
.p-case__option dl:first-of-type {
  border-top: 1px solid #ddd;
}
.p-case__option dl dt {
  width: 100px;
  font: normal 14px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
}
.p-case__option dl dd {
  width: calc(100% - 100px);
  font: normal 14px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
}
.p-case__option p {
  margin-top: 5px;
  font: normal 12px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
}
.p-case__option p span {
  display: inline-block;
  width: 100px;
  font: bold 16px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  margin-bottom: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 959px) {
  .p-case__option {
    padding: 20px;
  }
  .p-case__option h3 {
    font-size: 16px;
  }
  .p-case__option p span {
    font-size: 14px;
  }
}

.p-newopen__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 80px;
}
@media screen and (max-width: 959px) {
  .p-newopen__wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 40px;
  }
}
.p-newopen__thumb img {
  width: 100%;
}
.p-newopen__block {
  width: 100%;
  background: #f5f5f5;
  border-radius: 3px;
  padding: 20px 20px 60px;
}
@media screen and (max-width: 959px) {
  .p-newopen__block {
    padding: 20px 20px 30px;
  }
}
.p-newopen__block h3 {
  margin-top: 35px;
  font: bold 30px/1.4 "tt-commons-pro", sans-serif;
  text-align: center;
  color: #333333;
}
@media screen and (max-width: 959px) {
  .p-newopen__block h3 {
    font-size: 22px;
    margin-top: 20px;
  }
}
.p-newopen__block p {
  margin: 15px auto 30px;
  font: normal 16px/2 YakuHanJP, "Noto Sans JP", sans-serif;
  text-align: center;
  color: #333333;
}
@media screen and (max-width: 959px) {
  .p-newopen__block p {
    font-size: 13px;
    margin: 10px auto 20px;
  }
}
.p-newopen__block .c-btn a {
  height: 60px;
  width: 250px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  font-size: 14px;
  font-weight: normal;
}
.p-newopen__block .c-btn a img {
  right: 18px;
  top: 19px;
  width: 20px;
}
.p-newopen__block.small h3 {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  line-height: 1.6;
  font-size: 20px;
  letter-spacing: .05em;
}
.p-newopen__block.small h3 span {
  font-size: 30px;
}
@media screen and (max-width: 959px) {
  .p-newopen__block.small h3 {
    font-size: 16px;
    line-height: 1.4;
  }
  .p-newopen__block.small h3 span {
    font-size: 20px;
  }
}
.p-newopen__case {
  padding: 20px;
  background: white;
  border-radius: 3px;
  border: 1px solid #ddd;
  overflow: hidden;
}
.p-newopen__case h4 {
  font: bold 16px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  text-align: center;
}
.p-newopen__case .p-list-sample {
  grid-template-columns: repeat(3, 1fr);
}
.p-newopen__case .p-list-sample p {
  margin: 5px auto 0;
  text-align: left;
  font: normal 12px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 959px) {
  .p-newopen__case .p-list-sample p {
    font-size: 10px;
  }
}
.p-newopen__case > p {
  font: normal 12px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 959px) {
  .p-newopen__case > p {
    font-size: 10px;
  }
}

.p-oem__introimg {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.p-oem__introimg img {
  width: 100%;
}
.p-oem__intro {
  text-align: center;
  padding: 100px 0;
}
@media screen and (max-width: 959px) {
  .p-oem__intro {
    padding: 50px 20px;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
}
.p-oem__intro h2 {
  font: normal 24px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #333333;
  letter-spacing: .05em;
}
@media screen and (max-width: 959px) {
  .p-oem__intro h2 {
    font-size: 18px;
  }
}
.p-oem__intro p {
  margin-top: 25px;
  font: normal 16px/2 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #333333;
  letter-spacing: .1em;
}
@media screen and (max-width: 959px) {
  .p-oem__intro p {
    font-size: 13px;
    text-align: left;
    margin-top: 20px;
  }
  .p-oem__intro p br {
    display: none;
  }
}
.p-oem__recomend {
  border: 1px solid #ddd;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 30px;
}
.p-oem__recomend h2 {
  font: normal 24px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #333333;
  text-align: center;
  padding: 20px 0 40px;
}
@media screen and (max-width: 959px) {
  .p-oem__recomend {
    padding: 20px;
    border-radius: 5px;
  }
  .p-oem__recomend h2 {
    font-size: 18px;
    padding: 10px 0 20px;
  }
}
.p-oem__recomend + .p-oem__recomend {
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .p-oem__recomend + .p-oem__recomend {
    margin-top: 20px;
  }
}
.p-oem__recomend + .p-article01__text {
  margin-top: 80px;
}
@media screen and (max-width: 959px) {
  .p-oem__recomend + .p-article01__text {
    margin-top: 50px;
  }
}
.p-oem__recomend .p-list-sample__item a:hover {
  opacity: .6;
}
.p-oem__recomend .p-list-sample__item p {
  font: normal 12px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
  margin-top: 5px;
}
@media screen and (max-width: 959px) {
  .p-oem__recomend .p-list-sample__item p {
    font-size: 10px;
  }
}

.u-display--block {
  display: block !important;
}
.u-display--inline {
  display: inline !important;
}
.u-display--inline-block {
  display: inline-block !important;
}
@media screen and (max-width: 959px) {
  .u-display--sp {
    display: block !important;
  }
  .u-display--sp-inline {
    display: inline-block !important;
  }
  .u-display--pc, .u-display--pc-inline {
    display: none !important;
  }
}
@media screen and (min-width: 960px) {
  .u-display--sp, .u-display--sp-inline {
    display: none !important;
  }
  .u-display--pc {
    display: block !important;
  }
  .u-display--pc-inline {
    display: inline-block !important;
  }
}

@media screen and (max-width: 600px) {
  .u-display--n-sp {
    display: block;
  }
  .u-display--n-tb {
    display: none;
  }
  .u-display--n-pc {
    display: none;
  }
}
@media screen and (min-width: 601px) and (max-width: 959px) {
  .u-display--n-sp {
    display: none;
  }
  .u-display--n-tb {
    display: block;
  }
  .u-display--n-pc {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .u-display--n-sp {
    display: none;
  }
  .u-display--n-tb {
    display: none;
  }
  .u-display--n-pc {
    display: block;
  }
}

.u-mtb--ll, .u-mbt--ll {
  margin-bottom: 100px !important;
  margin-top: 100px !important;
}
.u-mtb--l, .u-mbt--l {
  margin-bottom: 50px !important;
  margin-top: 50px !important;
}
.u-mtb--m, .u-mbt--m {
  margin-bottom: 40px !important;
  margin-top: 40px !important;
}
.u-mtb--s, .u-mbt--s {
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}
.u-mtb--ss, .u-mbt--ss {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}
.u-mtb--0, .u-mbt--0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.u-mb--ll {
  margin-bottom: 100px !important;
}
.u-mb--l {
  margin-bottom: 50px !important;
}
.u-mb--m {
  margin-bottom: 40px !important;
}
.u-mb--s {
  margin-bottom: 20px !important;
}
.u-mb--ss {
  margin-bottom: 10px !important;
}
.u-mb--0 {
  margin-bottom: 0 !important;
}
.u-mt--ll {
  margin-top: 100px !important;
}
.u-mt--l {
  margin-top: 50px !important;
}
.u-mt--m {
  margin-top: 40px !important;
}
.u-mt--s {
  margin-top: 20px !important;
}
.u-mt--ss {
  margin-top: 10px !important;
}
.u-mt--0 {
  margin-top: 0 !important;
}

.u-ptb--ll, .u-pbt--ll {
  padding-bottom: 100px !important;
  padding-top: 100px !important;
}
.u-ptb--l, .u-pbt--l {
  padding-bottom: 50px !important;
  padding-top: 50px !important;
}
.u-ptb--m, .u-pbt--m {
  padding-bottom: 40px !important;
  padding-top: 40px !important;
}
.u-ptb--s, .u-pbt--s {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}
.u-ptb--ss, .u-pbt--ss {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}
.u-ptb--0, .u-pbt--0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.u-pb--ll {
  padding-bottom: 100px !important;
}
.u-pb--l {
  padding-bottom: 50px !important;
}
.u-pb--m {
  padding-bottom: 40px !important;
}
.u-pb--s {
  padding-bottom: 20px !important;
}
.u-pb--ss {
  padding-bottom: 10px !important;
}
.u-pb--0 {
  padding-bottom: 0 !important;
}
.u-pt--ll {
  padding-top: 100px !important;
}
.u-pt--l {
  padding-top: 50px !important;
}
.u-pt--m {
  padding-top: 40px !important;
}
.u-pt--s {
  padding-top: 20px !important;
}
.u-pt--ss {
  padding-top: 10px !important;
}
.u-pt--0 {
  padding-top: 0 !important;
}

@media screen and (max-width: 959px) {
  .u-mtb--ll, .u-mbt--ll {
    margin-bottom: 100px !important;
    margin-top: 100px !important;
  }
  .u-mtb--l, .u-mbt--l {
    margin-bottom: 40px !important;
    margin-top: 40px !important;
  }
  .u-mtb--m, .u-mbt--m {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
  }
  .u-mtb--s, .u-mbt--s {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }
  .u-mtb--ss, .u-mbt--ss {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
  }
  .u-mtb--0, .u-mbt--0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .u-mb--ll {
    margin-bottom: 100px !important;
  }
  .u-mb--l {
    margin-bottom: 40px !important;
  }
  .u-mb--m {
    margin-bottom: 30px !important;
  }
  .u-mb--s {
    margin-bottom: 20px !important;
  }
  .u-mb--ss {
    margin-bottom: 10px !important;
  }
  .u-mb--0 {
    margin-bottom: 0 !important;
  }
  .u-mt--ll {
    margin-top: 100px !important;
  }
  .u-mt--l {
    margin-top: 40px !important;
  }
  .u-mt--m {
    margin-top: 30px !important;
  }
  .u-mt--s {
    margin-top: 20px !important;
  }
  .u-mt--ss {
    margin-top: 10px !important;
  }
  .u-mt--0 {
    margin-top: 0 !important;
  }

  .u-ptb--ll, .u-pbt--ll {
    padding-bottom: 100px !important;
    padding-top: 100px !important;
  }
  .u-ptb--l, .u-pbt--l {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
  .u-ptb--m, .u-pbt--m {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
  .u-ptb--s, .u-pbt--s {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }
  .u-ptb--ss, .u-pbt--ss {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }
  .u-ptb--0, .u-pbt--0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .u-pb--ll {
    padding-bottom: 100px !important;
  }
  .u-pb--l {
    padding-bottom: 40px !important;
  }
  .u-pb--m {
    padding-bottom: 30px !important;
  }
  .u-pb--s {
    padding-bottom: 20px !important;
  }
  .u-pb--ss {
    padding-bottom: 10px !important;
  }
  .u-pb--0 {
    padding-bottom: 0 !important;
  }
  .u-pt--ll {
    padding-top: 100px !important;
  }
  .u-pt--l {
    padding-top: 40px !important;
  }
  .u-pt--m {
    padding-top: 30px !important;
  }
  .u-pt--s {
    padding-top: 20px !important;
  }
  .u-pt--ss {
    padding-top: 10px !important;
  }
  .u-pt--0 {
    padding-top: 0 !important;
  }
}
.u-text--link {
  text-decoration: underline;
  color: #065fd4;
  word-wrap: break-word;
}
.u-text--link:hover {
  text-decoration: none;
}
.u-text--attention {
  font-size: 0.7em !important;
}
.u-text--center {
  text-align: center !important;
}
.u-text--right {
  text-align: right !important;
}
.u-text--large {
  font-size: 25px !important;
  letter-spacing: .08em;
}
@media screen and (max-width: 959px) {
  .u-text--large {
    font-size: 20px !important;
  }
}
.u-text--ac {
  color: #242424;
}
.u-text--lh-low {
  line-height: 1.2 !important;
}
.u-text--lh-midium {
  line-height: 1.6 !important;
}
.u-text--lh-high {
  line-height: 2 !important;
}

.u-w1100 {
  max-width: 1140px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.u-w1300 {
  max-width: 1340px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

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