@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&family=Noto+Serif+JP:wght@400;500;600&display=swap);
@charset "UTF-8"; /*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

/* 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 {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
  /* 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;
  font-weight: inherit;
  margin: 0;
}

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

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

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

/**
 * 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;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  /* 2 */
}

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

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  /* 1 */
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

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

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

.inview,
.inviewL,
.inviewR {
  opacity: 0;
}

.fadeInUp {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInBigUp {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInBigUp;
          animation-name: fadeInBigUp;
}

@-webkit-keyframes fadeInBigUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 240px, 0);
            transform: translate3d(0, 240px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInBigUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 240px, 0);
            transform: translate3d(0, 240px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
            transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
            transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.delay_1 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.delay_2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay_3 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay_4 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay_5 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay_6 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay_7 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.delay_8 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay_9 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.delay_10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay_20 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay_30 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.delay_40 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.delay_50 {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.delay_60 {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

/*-- settingフォルダの中の_index.scss --*/
/* CSS Document */
/* ----------------------------------------------------------------------------------------------------
  settings
* --------------------------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  -webkit-overflow-scrolling: touch;
  -webkit-print-color-adjust: exact;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  box-sizing: border-box;
  color: #231815;
  font-family: YakuHanJP, "Noto Serif JP", YuMincho, "Yu Mincho", "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
  overflow-y: scroll;
  text-justify: inter-ideograph;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 4.2666666667vw;
  }
}

.mincho {
  font-family: YuMincho, "Yu Mincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", sans-serif;
}

.stopscroll {
  overflow: hidden;
}

.inter {
  font-family: "Inter", sans-serif;
}

.cormorant {
  font-family: "Cormorant Garamond", serif;
}

.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  -webkit-backface-visibility: hidden;
  height: auto;
  width: 100%;
}

.icon svg {
  display: block;
  height: 100%;
  width: 100%;
}

.italic {
  font-style: italic;
}

main {
  display: block;
}

.bold {
  font-weight: 700;
}

.ie .slick-dots li button:before {
  font-size: 20px;
}

*:focus {
  outline: none;
}

@media screen and (min-width: 1031px) {
  .sp_view {
    display: none;
  }
  .pc_view {
    display: block;
  }
}
@media screen and (max-width: 1030px) {
  html {
    overflow-x: hidden;
  }
  .sp_view {
    display: block;
  }
  .pc_view {
    display: none;
  }
  input[type=text],
  input[type=search],
  input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    appearance: none;
  }
}
main {
  margin-top: 70px;
}
@media screen and (max-width: 1030px) {
  main {
    margin-top: 70px;
  }
}

.ly_w1100 {
  margin: 0 auto;
  max-width: 1100px;
  width: calc(100% - 40px);
}

.ly_w1240 {
  margin: 0 auto;
  max-width: 1240px;
  width: calc(100% - 40px);
}

.slick-dots li {
  margin: 0 !important;
}
.slick-dots li button:before {
  color: #b3b3b3 !important;
  content: "●" !important;
  font-family: sans-serif !important;
}
.slick-dots li.slick-active button:before {
  color: #ff778c !important;
}

.slick-loading .slick-list {
  background: none !important;
}

.slick-prev:before,
.slick-next:before {
  background-image: url(../images/common/btn_slidearrow.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "" !important;
  display: block;
  height: 25px;
  opacity: 1 !important;
  width: 25px;
}
@media screen and (max-width: 1030px) {
  .slick-prev:before,
  .slick-next:before {
    height: 30px;
    width: 30px;
  }
}

.slick-prev:before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.slick-prev,
.slick-next {
  height: 25px !important;
  width: 25px !important;
  z-index: 1;
}
@media screen and (max-width: 1030px) {
  .slick-prev,
  .slick-next {
    height: 30px !important;
    width: 30px !important;
  }
}

.control-style1 .slick-prev {
  left: 0;
  top: calc(100% + 40px);
}
.control-style1 .slick-next {
  left: 34px;
  right: auto;
  top: calc(100% + 40px);
}
.control-style1 .slick-dots {
  bottom: -50px;
  left: 80px;
  text-align: left;
}

.must {
  color: #ff0000;
}

.mfp_err {
  color: #ff0000 !important;
  font-size: 14px !important;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .mfp_err {
    font-size: 3.7333333333vw;
  }
}

input[type=text],
input[type=tel],
input[type=email] {
  background-color: rgba(196, 194, 194, 0.6);
  box-shadow: none;
  box-sizing: border-box;
  padding: 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  input[type=text],
  input[type=tel],
  input[type=email] {
    font-size: 4.2666666667vw;
    padding: 5.3333333333vw 2.6666666667vw;
  }
}

textarea {
  background-color: rgba(196, 194, 194, 0.6);
  border: none;
  box-shadow: none;
  box-sizing: border-box;
  line-height: 1.8;
  padding: 15px 30px;
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  textarea {
    padding: 15px;
  }
}

input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  margin: 0;
  outline: none;
  padding: 0;
}

input[type=checkbox] {
  cursor: pointer;
  padding-left: 30px;
  position: relative;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  input[type=checkbox] {
    padding-left: 30px;
  }
}

input[type=checkbox]::before,
input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
}

input[type=checkbox]::before {
  background-color: #fff;
  border-radius: 0%;
  height: 20px;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /*border: 1px solid #ff0000;*/
  width: 20px;
  /*border-radius: 50%;*/
}
@media screen and (max-width: 768px) {
  input[type=checkbox]::before {
    height: 20px;
    width: 20px;
  }
}

input[type=checkbox]::after {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  height: 6px;
  left: 10px;
  opacity: 0;
  top: -4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 11px;
}
@media screen and (max-width: 768px) {
  input[type=checkbox]::after {
    height: 6px;
    left: -5px;
    top: -5px;
    width: 11px;
  }
}

input[type=checkbox]:checked::after {
  opacity: 1;
  /*チェック後表示*/
}

input[type=checkbox]:checked::before {
  background-color: #333;
  border: 1px solid #333;
}

body {
  width: 100%;
}
body .pc {
  display: block;
}
@media screen and (max-width: 768px) {
  body .pc {
    display: none;
  }
}
body .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  body .sp {
    display: block;
  }
}
body .txt {
  letter-spacing: 2.5px;
  line-height: 2.3;
}
@media screen and (max-width: 768px) {
  body .txt {
    font-size: 3.2vw;
    line-height: 2;
  }
}
body .bl_block {
  background-color: #303030;
  color: #fff;
}
body .gr_block {
  background-color: #e4e6ec;
  position: relative;
  z-index: 1;
}

.navArea {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}
.navArea.fixed {
  background-color: #f1f2f2;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  left: 0;
  position: fixed; /*fixedを設定して固定*/
  top: 0;
  z-index: 999;
}
.navArea .pc_nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 25px 0;
  width: 95%;
}
@media screen and (max-width: 1030px) {
  .navArea .pc_nav {
    display: none;
  }
}
.navArea .pc_nav .logo {
  width: 463px;
}
@media screen and (max-width: 1280px) {
  .navArea .pc_nav .logo {
    max-width: 300px;
    width: 40%;
  }
}
@media screen and (max-width: 1030px) {
  .navArea .pc_nav .logo {
    width: 40%;
  }
}
.navArea .pc_nav .gNav {
  align-items: center;
  display: flex;
}
.navArea .pc_nav .gNav ul {
  display: flex;
}
.navArea .pc_nav .gNav ul li {
  border-right: solid 1px #231815;
  margin-right: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 1280px) {
  .navArea .pc_nav .gNav ul li {
    margin-right: 15px;
    padding-right: 15px;
  }
}
.navArea .pc_nav .gNav ul li:last-child {
  border-right: none;
  padding-right: 0;
}
.navArea .pc_nav .gNav ul li a {
  color: #231815;
  font-size: 1.1em;
  font-weight: 600;
  position: relative;
}
.navArea .pc_nav .gNav ul li a:hover {
  opacity: 0.6;
}
.navArea .pc_nav .gNav .linkBtn {
  box-sizing: border-box;
  text-align: center;
  width: 200px;
}
.navArea .pc_nav .gNav .linkBtn a {
  background-color: #f2f2f3;
  border-radius: 30px;
  display: block;
  font-weight: 600;
  padding: 12px 0;
  width: 100%;
}
.navArea .sp_nav {
  display: none;
}
@media screen and (max-width: 1030px) {
  .navArea .sp_nav {
    background-color: #fff;
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 1030px) and (max-width: 400px) {
  .navArea .sp_nav {
    height: 50px;
  }
}
@media screen and (max-width: 1030px) {
  .navArea .sp_nav .nav_top {
    align-items: center;
    display: flex;
    height: 70px;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
  }
  .navArea .sp_nav .nav_top .logo {
    line-height: 0;
    margin-left: 3%;
    margin-top: 0;
    position: relative;
    width: 45%;
    z-index: 9999;
  }
  .navArea .sp_nav .nav_top .logo a .hide {
    display: none;
  }
  .navArea .sp_nav .nav_top .linkBtn {
    margin-right: 80px;
    max-width: 210px;
    position: relative;
    width: 30%;
    z-index: 9999;
  }
}
@media screen and (max-width: 1030px) and (max-width: 400px) {
  .navArea .sp_nav .nav_top .linkBtn {
    margin-right: 55px;
  }
}
@media screen and (max-width: 1030px) {
  .navArea .sp_nav .nav_top .linkBtn a {
    align-items: center;
    background-color: #4d4d4d;
    border-radius: 30px;
    color: #fff;
    display: flex;
    font-size: 0.95em;
    padding: 7px 0;
    width: 100%;
  }
}
@media screen and (max-width: 1030px) and (max-width: 400px) {
  .navArea .sp_nav .nav_top .linkBtn a {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 1030px) {
  .navArea .sp_nav .nav_top .linkBtn a .icon {
    margin: auto 15px;
    position: relative;
  }
}
@media screen and (max-width: 1030px) and (max-width: 768px) {
  .navArea .sp_nav .nav_top .linkBtn a .icon {
    margin: auto 10px;
  }
}
@media screen and (max-width: 1030px) {
  .navArea .sp_nav .nav_top .linkBtn a .icon figure {
    width: 27px;
  }
}
@media screen and (max-width: 1030px) and (max-width: 768px) {
  .navArea .sp_nav .nav_top .linkBtn a .icon figure {
    width: 18px;
  }
}
@media screen and (max-width: 1030px) and (max-width: 400px) {
  .navArea .sp_nav .nav_top .linkBtn a .icon figure {
    width: 15px;
  }
}
@media screen and (max-width: 1030px) {
  .navArea .sp_nav .nav_top .linkBtn a .icon::after {
    background-color: #4d4d4d;
    content: "";
    height: 1px;
    position: absolute;
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    transition: 0.3s;
    width: 20px;
  }
}
@media screen and (max-width: 1030px) {
  .navArea .sp_nav .nav_top .linkBtn a:hover .icon::after {
    right: -15px;
  }
}
@media screen and (max-width: 1030px) {
  .navArea .sp_nav .menu-btn {
    cursor: pointer;
    font-size: 3vw;
    height: 70px;
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    z-index: 9999;
  }
}
@media screen and (max-width: 1030px) and (max-width: 400px) {
  .navArea .sp_nav .menu-btn {
    height: 50px;
    width: 50px;
  }
}
@media screen and (max-width: 1030px) {
  .navArea .sp_nav .menu-btn .menu-trigger {
    cursor: pointer;
    height: 20px;
    margin: 0 auto;
    position: relative;
    top: 25px;
    width: 40px;
  }
}
@media screen and (max-width: 1030px) and (max-width: 400px) {
  .navArea .sp_nav .menu-btn .menu-trigger {
    top: 20px;
    width: 30px;
  }
}
@media screen and (max-width: 1030px) {
  .navArea .sp_nav .menu-btn .menu-trigger span {
    background: #000;
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    transition: 0.5s ease-in-out;
    width: 100%;
  }
  .navArea .sp_nav .menu-btn .menu-trigger span:nth-child(1) {
    top: 0;
  }
  .navArea .sp_nav .menu-btn .menu-trigger span:nth-child(2) {
    top: 10px;
    width: 70%;
  }
}
@media screen and (max-width: 1030px) {
  .navArea .sp_nav .menu-btn.open .menu-trigger span:nth-child(1) {
    -webkit-transform: rotate(155deg);
    -moz-transform: rotate(155deg);
    top: 7px;
    transform: rotate(155deg);
  }
  .navArea .sp_nav .menu-btn.open .menu-trigger span:nth-child(2) {
    -webkit-transform: rotate(-155deg);
    -moz-transform: rotate(-155deg);
    top: 7px;
    transform: rotate(-155deg);
    width: 100%;
  }
}
@media screen and (max-width: 1030px) {
  .navArea .sp_nav .sp_nav_cnt {
    background-color: #ffffff;
    height: 100vh;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1001;
  }
  .navArea .sp_nav .sp_nav_cnt .cnt_top {
    margin-left: 5%;
    padding: 15px 0;
    width: 45%;
  }
  .navArea .sp_nav .sp_nav_cnt .cnt_top .logo {
    width: 100%;
  }
  .navArea .sp_nav .sp_nav_cnt .nav_inner {
    height: 100%;
    width: 100%;
  }
  .navArea .sp_nav .sp_nav_cnt .gNav {
    margin: 100px auto 20px;
    width: 80%;
  }
  .navArea .sp_nav .sp_nav_cnt .gNav ul {
    margin: 50px auto;
  }
  .navArea .sp_nav .sp_nav_cnt .gNav ul li a {
    display: block;
    font-size: 2em;
    font-weight: 600;
    margin: 50px auto;
    width: 100%;
  }
}
@media screen and (max-width: 1030px) and (max-width: 768px) {
  .navArea .sp_nav .sp_nav_cnt .gNav ul li a {
    font-size: 6vw;
  }
}
@media screen and (max-width: 1030px) {
  .navArea .sp_nav .sp_nav_cnt .gNav .linkBtn {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 400px;
    text-align: center;
    width: 80%;
  }
  .navArea .sp_nav .sp_nav_cnt .gNav .linkBtn a {
    background-color: #f0f0f1;
    border-radius: 40px;
    display: block;
    font-size: 1.8em;
    font-weight: 600;
    padding: 15px 20px;
    width: 100%;
  }
}
@media screen and (max-width: 1030px) and (max-width: 768px) {
  .navArea .sp_nav .sp_nav_cnt .gNav .linkBtn a {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 1030px) {
  .navArea .sp_nav .sp_nav_cnt .copyright {
    display: block;
    font-size: 0.8em;
    text-align: center;
  }
}
@media screen and (max-width: 1030px) and (max-width: 768px) {
  .navArea .sp_nav .sp_nav_cnt .copyright {
    font-size: 2.3vw;
  }
}

.contentArea .sec .inner {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .contentArea .sec .inner {
    width: 86%;
  }
}
.contentArea .sec .flexbox {
  display: flex;
}
@media screen and (max-width: 768px) {
  .contentArea .sec .flexbox {
    display: block;
  }
}

.lower_cnt {
  background-color: #d6d4d4;
  padding: 250px 0 120px;
}

footer {
  background-color: #e4e6ec;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 60px 0;
  }
}
footer .inner {
  margin: 0 auto;
  max-width: 1036px;
  width: 90%;
}
footer .inner .flexbox {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  footer .inner .flexbox {
    display: block;
  }
}
footer .inner .flexbox .ft_l .ft_logo {
  margin-bottom: 30px;
  max-width: 305px;
}
@media screen and (max-width: 768px) {
  footer .inner .flexbox .ft_l .ft_logo {
    margin-bottom: 15px;
    margin-top: 40px;
    width: 50%;
  }
}
footer .inner .flexbox .ft_l .zip {
  font-size: 1.1em;
}
@media screen and (max-width: 768px) {
  footer .inner .flexbox .ft_l .zip {
    font-size: 3vw;
  }
}
footer .inner .flexbox .ft_nav {
  display: flex;
}
footer .inner .flexbox .ft_nav .ft_lineup {
  margin-right: 40px;
  width: 300px;
}
@media screen and (max-width: 768px) {
  footer .inner .flexbox .ft_nav .ft_lineup {
    width: 100%;
  }
}
footer .inner .flexbox .ft_nav .ft_sitemap {
  width: 275px;
}
@media screen and (max-width: 768px) {
  footer .inner .flexbox .ft_nav .ft_sitemap {
    width: 100%;
  }
}
footer .inner .flexbox .ft_nav p {
  border-bottom: solid 1px #000;
  font-size: 1.1em;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  footer .inner .flexbox .ft_nav p {
    font-size: 3.5vw;
    padding-bottom: 10px;
  }
}
footer .inner .flexbox .ft_nav ul {
  margin-bottom: 20px;
}
footer .inner .flexbox .ft_nav ul li::before {
  content: "-";
  display: inline-block;
  margin-right: 5px;
}
footer .inner .flexbox .ft_nav ul li a {
  font-size: 0.9em;
}
@media screen and (max-width: 768px) {
  footer .inner .flexbox .ft_nav ul li a {
    font-size: 3vw;
  }
}
footer .inner .flexbox .ft_nav ul li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  footer .inner .flexbox .ft_nav {
    display: block;
  }
}
footer .inner .ft_btm {
  border-top: solid 1px #000;
  padding-top: 30px;
  text-align: center;
}
footer .inner .ft_btm .copyright {
  font-size: 0.7em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  footer .inner .ft_btm .copyright {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .ft_btm {
    text-align: right;
  }
}

main {
  margin-top: 0;
  overflow: hidden;
  width: 100%;
}

.mv {
  height: 100vh;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1030px) {
  .mv {
    height: auto;
    width: 100%;
  }
}
.mv .slideArea .top_slider li figure img {
  height: 100vh;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1030px) {
  .mv .slideArea .top_slider li figure img {
    height: auto;
    width: 100%;
  }
}

.contentArea {
  position: relative;
  z-index: 1;
}
.contentArea .sec .inner {
  margin: 0 auto;
  max-width: 1036px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .contentArea .sec .inner {
    width: 90%;
  }
}
.contentArea .sec .flexbox {
  display: flex;
}
@media screen and (max-width: 1030px) {
  .contentArea .sec .flexbox {
    display: block;
  }
}
.contentArea .sec .sec_ttl {
  font-size: 2.6em;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contentArea .sec .sec_ttl {
    font-size: 5vw;
    margin-bottom: 40px;
  }
}
.contentArea .sec .lead_ttl {
  font-size: 2em;
  letter-spacing: 2px;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .contentArea .sec .lead_ttl {
    font-size: 4.3vw;
    margin-bottom: 15px;
  }
}
.contentArea .sec .c_txtArea {
  text-align: center;
}
.contentArea .sec .linkBtn {
  box-sizing: border-box;
  margin-top: 35px;
  position: relative;
  width: 290px;
}
.contentArea .sec .linkBtn a {
  background-color: #e4e6ec;
  border-radius: 40px;
  box-sizing: border-box;
  display: block;
  height: 100%;
  padding: 20px 0;
  transition: 0.5s;
  width: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contentArea .sec .linkBtn a {
    padding: 15px 0;
  }
}
.contentArea .sec .linkBtn a p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9em;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contentArea .sec .linkBtn a p {
    font-size: 3vw;
  }
}
.contentArea .sec .linkBtn a .arrow {
  display: block;
  height: 7px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
}
.contentArea .sec .linkBtn a .arrow figure {
  display: block;
  height: 100%;
  width: 100%;
}
.contentArea .sec .linkBtn a .arrow figure img {
  display: block;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contentArea .sec .linkBtn a .arrow {
    height: 15px;
    width: 15px;
  }
}
.contentArea .sec .linkBtn a:hover {
  box-shadow: 0 0 0 2px #000;
}
.contentArea .lead_sec {
  margin: 80px auto 150px;
}
@media screen and (max-width: 768px) {
  .contentArea .lead_sec {
    margin: 60px auto 120px;
  }
}
.contentArea .lead_sec .txtArea {
  text-align: center;
}
.contentArea .lead_sec .txtArea .top_ttl {
  font-size: 2.6em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .contentArea .lead_sec .txtArea .top_ttl {
    font-size: 5.5vw;
  }
}
.contentArea .lead_sec .txtArea .brush {
  margin: 0 auto 30px;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .contentArea .lead_sec .txtArea .brush {
    margin: 50px auto 30px;
    width: 90%;
  }
}
.contentArea .lead_sec .txtArea .txt {
  line-height: 3.5;
}
@media screen and (max-width: 768px) {
  .contentArea .lead_sec .txtArea .txt {
    line-height: 2;
  }
}
.contentArea .lead_sec .txtArea .moreBtn {
  margin: 30px auto;
}
.contentArea .lineup_sec {
  margin-bottom: 120px;
}
.contentArea .lineup_sec .listArea ul {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.contentArea .lineup_sec .listArea ul li {
  margin-bottom: 30px;
  margin-right: 4%;
  max-width: 520px;
  width: 48%;
}
.contentArea .lineup_sec .listArea ul li:nth-child(2n) {
  margin-right: 0;
}
.contentArea .lineup_sec .listArea ul li .caption {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .contentArea .lineup_sec .listArea ul li .caption {
    font-size: 3.3vw;
  }
}
.contentArea .lineup_sec .moreBtn {
  margin: 25px auto;
}
.contentArea .oem_sec {
  margin-bottom: 150px;
}
.contentArea .oem_sec .flexbox {
  justify-content: space-between;
}
.contentArea .oem_sec .flexbox .imgArea {
  max-width: 480px;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .contentArea .oem_sec .flexbox .imgArea {
    margin-bottom: 50px;
    max-width: 100%;
    width: 100%;
  }
}
.contentArea .oem_sec .flexbox .txtArea {
  max-width: 480px;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .contentArea .oem_sec .flexbox .txtArea {
    max-width: 100%;
    width: 100%;
  }
}
.contentArea .oem_sec .flexbox .txtArea .sec_ttl {
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .contentArea .oem_sec .flexbox .txtArea .sec_ttl {
    margin-bottom: 10px;
  }
}
.contentArea .oem_sec .flexbox .txtArea .txt {
  font-size: 1.18em;
}
@media screen and (max-width: 768px) {
  .contentArea .oem_sec .flexbox .txtArea .txt {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  .contentArea .oem_sec .flexbox .moreBtn {
    margin: 35px auto;
  }
}

.p-contact .contact_lead_sec {
  padding: 250px 0 100px;
}
@media screen and (max-width: 768px) {
  .p-contact .contact_lead_sec {
    padding: 100px 0 60px;
  }
}
.p-contact .contact_lead_sec .txtArea {
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact .contact_lead_sec .txtArea {
    margin: 0 auto;
    width: 90%;
  }
}
.p-contact .contact_lead_sec .txtArea h1 {
  font-size: 2.5em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-contact .contact_lead_sec .txtArea h1 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .p-contact .contact_lead_sec .txtArea p {
    font-size: 3vw;
    text-align: left;
  }
}
.p-contact .contact_sec {
  margin-bottom: 210px;
}
@media screen and (max-width: 768px) {
  .p-contact .contact_sec {
    margin-bottom: 80px;
  }
}
.p-contact .contact_sec .contactArea {
  margin: 0 auto;
  max-width: 860px;
}
@media screen and (max-width: 768px) {
  .p-contact .contact_sec .contactArea {
    width: 90%;
  }
}
.p-contact .contact_sec #container dl {
  margin-bottom: 20px;
}
.p-contact .contact_sec #container dl dt {
  border: none;
  float: none;
  font-size: 1.6rem;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-contact .contact_sec #container dl dt {
    font-size: 1.3rem;
  }
}
.p-contact .contact_sec #container dl dd {
  border: none;
  font-size: 1.6rem;
  padding: 0;
  width: 100%;
}
.p-contact .contact_sec #container dl dd .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.p-contact .contact_sec #container dl dd .row .col_5 {
  width: 49%;
}
.p-contact .contact_sec #container input[type=text],
.p-contact .contact_sec #container input[type=email],
.p-contact .contact_sec #container input[type=tel],
.p-contact .contact_sec #container select {
  background: #e4e6ec;
  border: 1px solid #e4e6ec;
  font-size: 1.6rem;
  line-height: 1.6;
  max-width: 100%;
  padding: 15px 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-contact .contact_sec #container input[type=text],
  .p-contact .contact_sec #container input[type=email],
  .p-contact .contact_sec #container input[type=tel],
  .p-contact .contact_sec #container select {
    padding: 10px 20px;
  }
}
.p-contact .contact_sec #container .textarea {
  background: #e4e6ec;
  border: none;
  font-size: 1.6rem;
  line-height: 1.6;
  max-width: 100%;
  padding: 15px 20px;
  width: 100% !important;
}
.p-contact .contact_sec #container .row {
  display: flex;
  justify-content: space-between;
}
.p-contact .contact_sec #container .must {
  background: none;
  border: none;
  box-shadow: none;
  color: #C1272D;
  display: inline-block;
  float: none;
  font-size: 1.4rem;
  margin: 0;
  text-shadow: none;
  vertical-align: top;
}
.p-contact .contact_sec #container .select-wrap {
  position: relative;
  width: 100%;
}
.p-contact .contact_sec #container .select-wrap::after {
  border-bottom: 12px solid #999;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  height: 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 17px;
  -webkit-transform: scaleY(0.6);
          transform: scaleY(0.6);
  width: 12px;
}
.p-contact .contact_sec #container .select-wrap::before {
  border-bottom: 12px solid #999;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  bottom: 17px;
  content: "";
  height: 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  -webkit-transform: scaleY(0.6) rotate(180deg);
          transform: scaleY(0.6) rotate(180deg);
  width: 12px;
}
.p-contact .contact_sec #container .radio-wrap {
  /* ラジオボタン */
}
@media screen and (max-width: 768px) {
  .p-contact .contact_sec #container .radio-wrap {
    margin-bottom: 20px;
    width: 100%;
  }
  .p-contact .contact_sec #container .radio-wrap:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}
.p-contact .contact_sec #container .radio-wrap .radio-btns {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-contact .contact_sec #container .radio-wrap .radio-btns {
    display: block;
  }
}
.p-contact .contact_sec #container .radio-wrap .radio-btns p {
  margin-bottom: 20px;
  margin-right: 2%;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .p-contact .contact_sec #container .radio-wrap .radio-btns p {
    margin-bottom: 5px;
    margin-right: 0;
    width: 100%;
  }
}
.p-contact .contact_sec #container .radio-wrap .radio-btns p:nth-child(2n) {
  margin-right: 0;
}
.p-contact .contact_sec #container .radio-wrap .radio-btns input[type=radio] {
  display: none;
}
.p-contact .contact_sec #container .radio-wrap .radio-btns label {
  background: #e4e6ec;
  border-radius: 0;
  display: block;
  margin: 0;
  padding: 20px 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-contact .contact_sec #container .radio-wrap .radio-btns label {
    padding: 10px 40px;
  }
}
.p-contact .contact_sec #container .radio-wrap .radio-btns input[type=radio] ~ .label::before {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  left: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
}
.p-contact .contact_sec #container .radio-wrap .radio-btns input[type=radio] ~ .label::after {
  background: #000000;
  border-radius: 50%;
  content: "";
  display: block;
  height: 14px;
  left: 18px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: 0.1s;
  width: 14px;
}
.p-contact .contact_sec #container .radio-wrap .radio-btns input[type=radio]:checked ~ .label::after {
  opacity: 1;
}
.p-contact .contact_sec #container .pp-check {
  background: #e4e6ec;
  margin: 60px 0 40px;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .p-contact .contact_sec #container .pp-check {
    margin: 40px 0 20px;
    padding: 20px 0;
  }
}
.p-contact .contact_sec #container .pp-check dl dt {
  text-align: center;
}
.p-contact .contact_sec #container .pp-check dl dd {
  text-align: center;
}
.p-contact .contact_sec #container .pp-check dl dd .privacyArea {
  background-color: #fff;
  height: 280px;
  margin: 20px auto;
  overflow: scroll;
  width: 90%;
}
.p-contact .contact_sec #container .pp-check dl dd .privacyArea .txt {
  font-size: 0.9em;
  padding: 20px;
  text-align: left;
}
.p-contact .contact_sec #container .pp-check dl dd label {
  font-weight: 700;
  margin-bottom: 20px;
}
.p-contact .contact_sec #container .pp-check dl dd .mfp_err {
  margin-bottom: 5px;
  margin-top: -10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact .contact_sec #container .pp-check dl dd p {
    font-size: 1.3rem;
  }
}
.p-contact .contact_sec #container .pp-check dl dd p a {
  display: inline-block;
  margin-right: 0.5em;
  text-decoration: underline;
}
.p-contact .contact_sec #container .pp-check dl dd p a:hover {
  text-decoration: none;
}
.p-contact .contact_sec #container .linkBtn {
  background-color: #e4e6ec;
  border-radius: 40px;
  box-sizing: border-box;
  margin-top: 35px;
  padding: 20px 0;
  position: relative;
  transition: 0.5s;
  width: 290px;
}
@media screen and (max-width: 768px) {
  .p-contact .contact_sec #container .linkBtn {
    padding: 15px 0;
  }
}
.p-contact .contact_sec #container .linkBtn p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9em;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact .contact_sec #container .linkBtn p {
    font-size: 2.8vw;
  }
}
.p-contact .contact_sec #container .linkBtn .arrow {
  display: block;
  height: 7px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
}
.p-contact .contact_sec #container .linkBtn .arrow figure {
  display: block;
  height: 100%;
  width: 100%;
}
.p-contact .contact_sec #container .linkBtn .arrow figure img {
  display: block;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-contact .contact_sec #container .linkBtn .arrow {
    height: 15px;
    width: 15px;
  }
}
.p-contact .contact_sec #container .linkBtn:hover {
  box-shadow: 0 0 0 2px #000;
}
.p-contact .thanks_sec .inner .thanksmessage {
  text-align: center;
}
.p-contact .thanks_sec .inner #mfp_thanks {
  display: none;
}
.p-contact .thanks_sec .inner .closeArea {
  background-color: #e4e6ec;
  border-radius: 40px;
  margin: 40px auto;
  max-width: 860px;
  padding: 20px 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-contact .thanks_sec .inner .closeArea {
    font-size: 3vw;
    padding: 15px 0;
  }
  .p-contact .thanks_sec .inner .closeArea p {
    text-align: center;
  }
}
.p-contact .thanks_sec .inner .moreBtn {
  box-sizing: border-box;
  margin: 35px auto;
  position: relative;
  width: 290px;
}
.p-contact .thanks_sec .inner .moreBtn a {
  background-color: #e4e6ec;
  border-radius: 40px;
  box-sizing: border-box;
  display: block;
  height: 100%;
  padding: 20px 0;
  transition: 0.5s;
  width: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-contact .thanks_sec .inner .moreBtn a {
    padding: 15px 0;
  }
}
.p-contact .thanks_sec .inner .moreBtn a p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9em;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact .thanks_sec .inner .moreBtn a p {
    font-size: 2.8vw;
  }
}
.p-contact .thanks_sec .inner .moreBtn a .arrow {
  display: block;
  height: 7px;
  position: absolute;
  right: 20px;
  top: 10px;
  width: 7px;
}
@media screen and (max-width: 768px) {
  .p-contact .thanks_sec .inner .moreBtn a .arrow {
    height: 15px;
    top: -5px;
    width: 15px;
  }
}
.p-contact .thanks_sec .inner .moreBtn a:hover {
  box-shadow: 0 0 0 2px #000;
}

.p-product .contents {
  position: relative;
}
.p-product .product_mv {
  height: auto;
  width: 100%;
}
.p-product .product_mv figure img {
  height: 768px;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-product .product_mv figure img {
    height: auto;
    width: 100%;
  }
}
.p-product .content_inner {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .p-product .content_inner {
    margin-top: 60px;
    width: 90%;
  }
}
.p-product .sideArea {
  margin-left: 40px;
  max-height: calc(100vh - 20px); /* offsetY分をマイナス */
  max-width: 340px;
  overflow: auto;
  padding-top: 20px;
  position: absolute;
  top: 200px;
}
.p-product .sideArea.moved {
  -webkit-animation: slideUp 0.8s ease-in-out;
          animation: slideUp 0.8s ease-in-out;
}
.p-product .sideArea.fixed {
  -webkit-animation: slideDown 0.8s ease-in-out;
          animation: slideDown 0.8s ease-in-out;
  position: fixed;
  top: 0;
}
.p-product .sideArea.is-end {
  bottom: 0;
  position: absolute;
  top: auto;
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@media screen and (max-width: 768px) {
  .p-product .sideArea {
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    top: 0;
    width: 100%;
  }
}
.p-product .sideArea p {
  border-bottom: solid 1px #000;
  font-size: 1.1em;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .p-product .sideArea p {
    font-size: 4.5vw;
    padding-bottom: 10px;
  }
}
.p-product .sideArea ul li a {
  font-size: 0.9em;
}
.p-product .sideArea ul li a .small {
  font-size: 0.9em;
}
@media screen and (max-width: 768px) {
  .p-product .sideArea ul li a {
    font-size: 3vw;
  }
}
.p-product .sideArea ul li a:hover {
  opacity: 0.6;
}
.p-product .lineupArea {
  margin-left: 380px;
  max-width: 740px;
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-product .lineupArea {
    margin-left: auto;
    padding-top: 60px;
    width: 100%;
  }
}
.p-product .productArea {
  border-bottom: solid 1px #231815;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-product .productArea {
    margin-bottom: 40px;
  }
}
.p-product .productArea .item_ttl {
  font-size: 1.8em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-product .productArea .item_ttl {
    font-size: 3.7vw;
  }
}
.p-product .productArea .caption {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-product .productArea .caption {
    font-size: 3.2vw;
    margin-bottom: 20px;
  }
}
.p-product .productArea .mainimg {
  margin-bottom: 15px;
  width: 100%;
}
.p-product .productArea .supArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-product .productArea .supArea {
    display: block;
  }
}
.p-product .productArea .supArea .supimg {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .p-product .productArea .supArea .supimg {
    margin-bottom: 15px;
    width: 100%;
  }
}
.p-product .productArea .supArea .supimg .caption {
  margin-top: 5px;
}
.p-product .productArea .detailArea {
  margin: 50px auto 70px;
}
@media screen and (max-width: 768px) {
  .p-product .productArea .detailArea {
    margin: 40px auto;
  }
}
.p-product .productArea .detailArea dl .row {
  align-items: center;
  display: flex;
  margin-bottom: 10px;
}
.p-product .productArea .detailArea dl .row:nth-child(3) {
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-product .productArea .detailArea dl .row {
    display: block;
    margin-bottom: 20px;
  }
}
.p-product .productArea .detailArea dl .row dt {
  background-color: #e4e6ec;
  border-radius: 5px;
  margin-right: 20px;
  padding: 5px 0;
  text-align: center;
  width: 140px;
}
.p-product .productArea .detailArea dl .row dt.long {
  font-size: 0.85em;
  width: 265px;
}
@media screen and (max-width: 768px) {
  .p-product .productArea .detailArea dl .row dt.long {
    font-size: 3vw;
    max-width: 265px;
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .p-product .productArea .detailArea dl .row dt {
    font-size: 3vw;
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.p-product .productArea .detailArea dl .row dd {
  font-size: 0.9em;
  width: calc(100% - 160px);
}
@media screen and (max-width: 768px) {
  .p-product .productArea .detailArea dl .row dd {
    font-size: 2.7vw;
    width: 100%;
  }
}
.p-product .productArea .detailArea dl .row dd .color li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.p-product .productArea .detailArea dl .row dd .color li .maru {
  border-radius: 50%;
  display: inline-block;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
  width: 20px;
}
@media screen and (max-width: 768px) {
  .p-product .productArea .detailArea dl .row dd .color li .maru {
    height: 15px;
    width: 15px;
  }
}
.p-product .productArea .detailArea dl .row dd .color li .wht {
  background-color: #fff;
  border: solid 1px #595757;
}
.p-product .productArea .detailArea dl .row dd .color li .pink {
  background-color: #fad5ed;
}
.p-product .productArea .detailArea dl .row dd .color li .bl {
  background-color: #60d1ed;
}
.p-product .productArea .detailArea dl .row dd .color li .gr {
  background-color: #d2f6bb;
}
.p-product .productArea .detailArea dl .row dd .color li .ye {
  background-color: #fdda79;
}
.p-product .productArea .detailArea dl .row dd .color li .cl {
  background-color: #fff;
  border: solid 1px #595757;
}
.p-product .productArea .detailArea dl .row dd .color li .sm {
  background-color: #798584;
}
.p-product .productArea .detailArea dl .row dd .color li .clbl {
  background-color: #5a6897;
}
.p-product .productArea .detailArea dl .row dd .color li .clgr {
  background-color: #69b153;
}
.p-product .productArea .detailArea dl .row dd .color li .clbr {
  background-color: #966a39;
}
.p-product .productArea .detailArea dl .row dd .color li .clr {
  background-color: #b40005;
}
.p-product .productArea .detailArea dl .row dd .color li .bl2 {
  background-color: #85b7ce;
}
.p-product .productArea .detailArea dl .row dd .color li .ye {
  background-color: #ffca4c;
}
.p-product .productArea .detailArea dl .row dd .color li .gray {
  background-color: #a99ba5;
}
.p-product .productArea .detailArea dl .row dd .color li .clbl {
  background-color: #5a6897;
}
.p-product .productArea .detailArea dl .row dd .color li .clbr {
  background-color: #966a39;
}
.p-product .productArea .detailArea dl .row dd .color li .clgr {
  background-color: #69b153;
}
.p-product .productArea .detailArea dl .row dd .color li .be {
  background-color: #a9927e;
}
.p-product .productArea .detailArea dl .row dd .color li .wgr {
  background-color: #6b6358;
}
.p-product .productArea .detailArea dl .row dd .color li .cha {
  background-color: #4c4e4b;
}
.p-product .productArea .detailArea dl .row dd .color li .pink2 {
  background-color: #d8658e;
}
.p-product .productArea .detailArea dl .row dd .color li .bl3 {
  background-color: #1db8d9;
}
.p-product .productArea .detailArea dl .row dd .color li .gr2 {
  background-color: #43b68f;
}
.p-product .productArea .detailArea dl .row dd .color li .or {
  background-color: #fa6f31;
}
.p-product .productArea .detailArea dl .row dd .color li .pu {
  background-color: #9a4f9b;
}
.p-product .productArea .detailArea dl .row dd .color li .bk {
  background-color: #44403f;
}
.p-product .productArea .detailArea dl .row dd .tip {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.p-product .productArea .detailArea dl .row dd .tip li {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-product .productArea .detailArea dl .row dd .tip li {
    width: 100%;
  }
}
.p-product .productArea .detailArea dl .row dd .tip li .img {
  margin-right: 15px;
  width: 100px;
}
.p-product .productArea .detailArea dl .row dd .comment {
  font-size: 0.85em;
}
.p-product .productArea .quest_ttl {
  margin-bottom: 20px;
  max-width: 172px;
}
@media screen and (max-width: 768px) {
  .p-product .productArea .quest_ttl {
    width: 45%;
  }
}
.p-product .productArea .quest_sup {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-product .productArea .quest_sup {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-product .productArea .quest_sup .supimg {
    width: 48%;
  }
}
.p-product .productArea .vioArea {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .p-product .productArea .vioArea {
    display: block;
  }
}
.p-product .productArea .vioArea .img {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .p-product .productArea .vioArea .img {
    margin-bottom: 40px;
    width: 100%;
  }
}
.p-product .productArea .vioArea .txt {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-product .productArea .vioArea .txt {
    width: 100%;
  }
}
.p-product .productArea .vioArea .txt h3 {
  font-size: 1.8em;
  line-height: 1.35;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-product .productArea .vioArea .txt h3 {
    font-size: 4vw;
    line-height: 1.5;
  }
}
.p-product .productArea .vioArea .txt p {
  font-size: 0.9em;
  line-height: 2;
}
.p-product .productArea .grayArea {
  background-color: #e4e6ec;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 15px 20px;
}
@media screen and (max-width: 768px) {
  .p-product .productArea .grayArea {
    padding: 40px 20px;
  }
}
.p-product .productArea .grayArea h4 {
  font-size: 1.3em;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .p-product .productArea .grayArea h4 {
    font-size: 3.5vw;
  }
}
.p-product .productArea .grayArea .flexbox {
  align-items: flex-end;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-product .productArea .grayArea .flexbox {
    display: block;
  }
}
.p-product .productArea .grayArea .flexbox .img {
  width: 148px;
}
@media screen and (max-width: 768px) {
  .p-product .productArea .grayArea .flexbox .img {
    margin: 0 auto 20px;
    max-width: 148px;
    width: 45%;
  }
}
.p-product .productArea .grayArea .flexbox .txt {
  line-height: 2;
  width: calc(100% - 178px);
}
@media screen and (max-width: 768px) {
  .p-product .productArea .grayArea .flexbox .txt {
    width: 100%;
  }
}
.p-product .productArea .grayArea .flexbox .txt h5 {
  font-size: 1em;
}
@media screen and (max-width: 768px) {
  .p-product .productArea .grayArea .flexbox .txt h5 {
    font-size: 3.2vw;
  }
}
.p-product .productArea .grayArea .flexbox .txt p {
  font-size: 0.8em;
}
@media screen and (max-width: 768px) {
  .p-product .productArea .grayArea .flexbox .txt p {
    font-size: 3vw;
  }
}
.p-product .questArea {
  border-bottom: none;
}

.p-company .about_sec {
  padding: 250px 0 100px;
}
@media screen and (max-width: 768px) {
  .p-company .about_sec {
    padding: 100px 0 60px;
  }
}
.p-company .about_sec .txtArea {
  text-align: center;
}
.p-company .about_sec .txtArea h1 {
  font-size: 2.5em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-company .about_sec .txtArea h1 {
    font-size: 5vw;
  }
}
.p-company .about_sec .txtArea .brush {
  margin: 30px auto;
  max-width: 738px;
}
@media screen and (max-width: 768px) {
  .p-company .about_sec .txtArea .brush {
    font-size: 2.5vw;
    width: 70%;
  }
}
.p-company .about_sec .txtArea .txt {
  text-align: left;
}
.p-company .about_sec .txtArea .txt .name {
  margin-top: 20px;
}
.p-company .about_sec .txtArea .txt .name figure {
  width: 190px;
}
@media screen and (max-width: 768px) {
  .p-company .about_sec .txtArea .txt .name figure {
    max-width: 190px;
    width: 30%;
  }
}
.p-company .history_sec {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .p-company .history_sec {
    margin-bottom: 70px;
  }
}
.p-company .history_sec .imgArea {
  margin-bottom: 30px;
}
.p-company .history_sec .imgArea ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-company .history_sec .imgArea ul li {
  margin-bottom: 2%;
  width: 32%;
}
.p-company .history_sec dl .row {
  align-items: flex-start;
  display: flex;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-company .history_sec dl .row {
    display: block;
    margin-bottom: 40px;
  }
}
.p-company .history_sec dl .row dt {
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1;
  width: 150px;
}
@media screen and (max-width: 768px) {
  .p-company .history_sec dl .row dt {
    font-size: 5vw;
    margin-bottom: 10px;
    width: 100%;
  }
}
.p-company .history_sec dl .row dd {
  line-height: 2.3;
  width: calc(100% - 150px);
}
@media screen and (max-width: 768px) {
  .p-company .history_sec dl .row dd {
    font-size: 3vw;
    line-height: 2;
    padding-left: 1em;
    text-indent: -1em;
    width: 100%;
  }
}
.p-company .overview_sec {
  padding-bottom: 100px;
}
.p-company .overview_sec .flexbox {
  margin-bottom: 50px;
}
.p-company .overview_sec .flexbox .info {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-company .overview_sec .flexbox .info {
    font-size: 3vw;
    width: 100%;
  }
}
.p-company .overview_sec .flexbox .info .row {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-company .overview_sec .flexbox .info .row {
    display: block;
    margin-bottom: 15px;
  }
}
.p-company .overview_sec .flexbox .info .row dt {
  width: 140px;
}
@media screen and (max-width: 768px) {
  .p-company .overview_sec .flexbox .info .row dt {
    width: 100%;
  }
}
.p-company .overview_sec .flexbox .address {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-company .overview_sec .flexbox .address {
    font-size: 3vw;
    width: 100%;
  }
}
.p-company .overview_sec .mapArea {
  width: 100%;
}
.p-company .overview_sec .mapArea iframe {
  height: 560px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-company .overview_sec .mapArea iframe {
    height: 340px;
  }
}
.p-company .overview_sec .moreBtn {
  margin: 50px auto;
}

.p-recruit .contents {
  position: relative;
}
.p-recruit .recruit_info_sec {
  padding: 250px 0 100px;
}
@media screen and (max-width: 768px) {
  .p-recruit .recruit_info_sec {
    padding: 100px 0 60px;
  }
}
.p-recruit .recruit_info_sec .inner {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .p-recruit .recruit_info_sec .inner {
    margin-top: 60px;
    width: 90%;
  }
}
.p-recruit .recruit_info_sec .inner .txtArea {
  text-align: center;
}
.p-recruit .recruit_info_sec .inner .txtArea h1 {
  font-size: 2.5em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-recruit .recruit_info_sec .inner .txtArea h1 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit .recruit_info_sec .inner .txtArea .txt {
    text-align: left;
  }
}
.p-recruit .recruit_info_sec .inner .job_content {
  margin: 50px auto;
  max-width: 860px;
}
.p-recruit .recruit_info_sec .inner .job_content .job_description {
  border: solid 1px #1c1213;
  border-bottom: none;
}
.p-recruit .recruit_info_sec .inner .job_content .job_description .row {
  align-items: center;
  border-bottom: solid 1px #1c1213;
  box-sizing: border-box;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-recruit .recruit_info_sec .inner .job_content .job_description .row {
    display: block;
  }
}
.p-recruit .recruit_info_sec .inner .job_content .job_description .row dt {
  background-color: #e4e6ec;
  box-sizing: border-box;
  padding: 20px;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .p-recruit .recruit_info_sec .inner .job_content .job_description .row dt {
    font-size: 3vw;
    padding: 10px 20px;
    width: 100%;
  }
}
.p-recruit .recruit_info_sec .inner .job_content .job_description .row dd {
  box-sizing: border-box;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .p-recruit .recruit_info_sec .inner .job_content .job_description .row dd {
    font-size: 3vw;
    padding: 10px 20px;
    width: 100%;
  }
}
.p-recruit .recruit_info_sec .inner .job_content .moreBtn {
  margin: 80px auto;
}
.p-recruit .recruit_info_sec .inner .job_close {
  background-color: #e4e6ec;
  border-radius: 30px;
  margin: 100px auto;
  max-width: 860px;
  padding: 20px 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-recruit .recruit_info_sec .inner .job_close {
    font-size: 3vw;
    padding: 15px 0;
  }
}

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