@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 {
  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;
  font-weight: inherit;
  margin: 0;
}

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

/* 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 {
  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] {
  -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 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * 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;
}

/**
 * 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;
  padding: 0;
  min-width: 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 {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* line-heightの上下をなくす
===================================================== */
/* letter-spacingの文末をなくす
===================================================== */
/* clearfix
===================================================== */
/* hover
===================================================== */
/* linkcolor
===================================================== */
/* z-index
===================================================== */
/* rem変換
===================================================== */
/* %変換
===================================================== */
/* vh変換(SP用)
===================================================== */
/* vw変換(SP用)
===================================================== */
/* vw変換(PC用) minとmax
===================================================== */
/* spサイズをpcへ引き伸ばし
===================================================== */
/* ex
===================================================== */
/* ラインハイト計算
===================================================== */
/* レタースペーシング計算
===================================================== */
/* right-arrow
===================================================== */
/* aspect-area(padding-top)
===================================================== */
/* aspect-area-h(height)
===================================================== */
/* youtube
===================================================== */
/* margin: 0 auto
===================================================== */
/* color
===================================================== */
/* font-size
===================================================== */
/* font-family
===================================================== */
/* コンテンツ幅
===================================================== */
/* 余白
===================================================== */
/* メディアクエリー
===================================================== */
/* loopslide_x
============================================ */
/* loopslide_y
============================================ */
/* speed
============================================ */
/* fadeIn
============================================ */
.fadeIn {
  opacity: 0;
  transition: opacity 1s;
}
.fadeIn.on {
  opacity: 1;
}

.animeWrap .animeWrap_item__in {
  opacity: 0;
  transition: opacity 1s;
}
.animeWrap.on .animeWrap_item__in {
  opacity: 1;
}

/* fadeUp
============================================ */
.fadeUp {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s, transform 1s;
}
.fadeUp.on {
  opacity: 1;
  transform: translateY(0);
}

.animeWrap .animeWrap_item__up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s, transform 1s;
}
.animeWrap.on .animeWrap_item__up {
  opacity: 1;
  transform: translateY(0);
}

/* fadeDown
============================================ */
.fadeDown {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 1s, transform 1s;
}
.fadeDown.on {
  opacity: 1;
  transform: translateY(0);
}

.animeWrap .animeWrap_item__down {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 1s, transform 1s;
}
.animeWrap.on .animeWrap_item__down {
  opacity: 1;
  transform: translateY(0);
}

/* fadeLeft
============================================ */
.fadeLeft {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 1s, transform 1s;
}
.fadeLeft.on {
  opacity: 1;
  transform: translateX(0);
}

.animeWrap .animeWrap_item__left {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 1s, transform 1s;
}
.animeWrap.on .animeWrap_item__left {
  opacity: 1;
  transform: translateX(0);
}

/* fadeRight
============================================ */
.fadeRight {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 1s, transform 1s;
}
.fadeRight.on {
  opacity: 1;
  transform: translateX(0);
}

.animeWrap .animeWrap_item__right {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 1s, transform 1s;
}
.animeWrap.on .animeWrap_item__right {
  opacity: 1;
  transform: translateX(0);
}

/* colorBeta
============================================ */
.colorBeta {
  opacity: 0;
  position: relative;
  transition: opacity 1s;
}
.colorBeta::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: opacity 1s;
  transition-delay: 0.5s;
  opacity: 1;
}
.colorBeta.on {
  opacity: 1;
}
.colorBeta.on::before {
  opacity: 0;
}

.colorBetaWrap .colorBetaWrap_item {
  opacity: 0;
  position: relative;
  transition: opacity 1s;
}
.colorBetaWrap .colorBetaWrap_item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: opacity 1s;
  transition-delay: 0.5s;
  opacity: 1;
}
.colorBetaWrap.on .colorBetaWrap_item {
  opacity: 1;
}
.colorBetaWrap.on .colorBetaWrap_item::before {
  opacity: 0;
}

/* blur
===================================================== */
.blur {
  opacity: 0;
  filter: blur(5px);
  transform: scale(1.02);
}
.blur.on {
  -webkit-animation-name: blurAnime;
          animation-name: blurAnime;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

.animeWrap .animeWrap_item__blur {
  opacity: 0;
  filter: blur(5px);
  transform: scale(1.02);
}
.animeWrap.on .animeWrap_item__blur {
  -webkit-animation-name: blurAnime;
          animation-name: blurAnime;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

@-webkit-keyframes blurAnime {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: scale(1.02);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}

@keyframes blurAnime {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: scale(1.02);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}
/* slide
============================================ */
.slide {
  overflow: hidden;
}
.slide .slide_item {
  transform: translateX(-105%);
  transition: transform 1s ease;
}
.slide.on .slide_item {
  transform: translateX(0);
}

.animeWrap .animeWrap_item__slide {
  overflow: hidden;
}
.animeWrap .animeWrap_item__slide .animeWrap_item__slideImg {
  transform: translateX(-105%);
  transition: transform 1s ease;
}
.animeWrap.on .animeWrap_item__slideImg {
  transform: translateX(0);
}

/* .zoomOut
===================================================== */
.zoomOut {
  overflow: hidden;
}
.zoomOut .zoomOut_item {
  opacity: 0;
  transform: scale(1.2);
  transition: transform 1s ease, opacity 1s ease;
}
.zoomOut.on .zoomOut_item {
  opacity: 1;
  transform: scale(1);
}

/* 読み込み
===================================================== */
/* common
===================================================== */
html,
body {
  background-color: #fff;
  color: #000;
  letter-spacing: 0;
  line-height: 1.6;
  overflow: hidden;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  html,
body {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  html,
body {
    font-size: 3.7333333333vw;
  }
}
html.on,
body.on {
  overflow: visible;
}

.wrapper {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .wrapper {
    overflow-x: hidden;
  }
}

* {
  box-sizing: border-box;
}

[v-cloak] {
  opacity: 0;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
}
a[href=""] {
  pointer-events: none;
}

img,
video {
  width: 100%;
  display: block;
}

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

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

/* 
===================================================== */
.title {
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .title {
    top: 20%;
    max-width: 193px;
  }
}
@media screen and (max-width: 767px) {
  .title {
    top: 29%;
    width: 51.7333333333vw;
  }
}

/* .load
===================================================== */
.load .load_bg {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background-color 1.2s, opacity 1.2s;
  background-color: #fff;
  pointer-events: none;
}
.load .title {
  position: fixed;
  z-index: 999;
  transition: opacity 1.2s;
  opacity: 0;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.load.on .load_bg {
  background-color: #e57568;
}
.load.on .title {
  opacity: 1;
}
.load.hide .load_bg {
  opacity: 0;
}
.load.hide .title {
  opacity: 0;
}

/* .slick__fade
===================================================== */
.slick__fade {
  pointer-events: none;
}

/* .fv
===================================================== */
.fv {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .fv {
    margin-top: 50px;
    height: 589px;
  }
}
@media screen and (max-width: 767px) {
  .fv {
    margin-top: 40px;
    height: 144.2666666667vw;
  }
}
.fv .fvImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .fv .fvImg {
    display: flex;
    flex-wrap: nowrap;
  }
  .fv .fvImg_inner {
    display: flex;
    flex-wrap: nowrap;
    flex-shrink: 0;
  }
  .fv .fvImg_inner:first-child {
    -webkit-animation: loopslide1_x 200s -100s linear infinite;
            animation: loopslide1_x 200s -100s linear infinite;
  }
  .fv .fvImg_inner:last-child {
    -webkit-animation: loopslide2_y 200s linear infinite;
            animation: loopslide2_y 200s linear infinite;
  }
  @-webkit-keyframes loopslide1_x {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  @keyframes loopslide1_x {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  @-webkit-keyframes loopslide2_y {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-200%);
    }
  }
  @keyframes loopslide2_y {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-200%);
    }
  }
  .fv .fvImg_item {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .fv .fvImg {
    display: flex;
    flex-wrap: nowrap;
  }
  .fv .fvImg_inner {
    display: flex;
    flex-wrap: nowrap;
    flex-shrink: 0;
  }
  .fv .fvImg_inner:first-child {
    -webkit-animation: loopslide1_x 160s -80s linear infinite;
            animation: loopslide1_x 160s -80s linear infinite;
  }
  .fv .fvImg_inner:last-child {
    -webkit-animation: loopslide2_y 160s linear infinite;
            animation: loopslide2_y 160s linear infinite;
  }
  @-webkit-keyframes loopslide1_x {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  @keyframes loopslide1_x {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  @-webkit-keyframes loopslide2_y {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-200%);
    }
  }
  @keyframes loopslide2_y {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-200%);
    }
  }
  .fv .fvImg_item {
    flex-shrink: 0;
  }
}
.fv .fvImg .fvImg_inner {
  height: 100%;
}
.fv .fvImg .fvImg_item {
  height: 100%;
}
.fv .fvImg img {
  height: 100%;
  width: auto;
}
.fv .title {
  position: absolute;
}
.fv .fvText {
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: "pf-marlet-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  opacity: 0;
  letter-spacing: 1.2px;
}
@media screen and (min-width: 768px) {
  .fv .fvText {
    top: 70%;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .fv .fvText {
    top: 83%;
    font-size: 4.5333333333vw;
  }
}
.fv .fvText_name {
  display: inline-block;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fv .fvText_name {
    font-size: 23px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .fv .fvText_name {
    font-size: 6.1333333333vw;
    margin-top: 2.6666666667vw;
  }
}

/* .lead
===================================================== */
.lead {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .lead {
    margin: 150px auto;
  }
}
@media screen and (max-width: 767px) {
  .lead {
    margin: 26.6666666667vw auto;
    width: 84vw;
  }
}
.lead .lead_text {
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .lead .lead_text {
    line-height: 2;
    font-size: 16px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .lead .lead_text {
    line-height: 2.1428571429;
    font-size: 3.7333333333vw;
    width: 58.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .lead .lead_subTitle {
    width: 403px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .lead .lead_subTitle {
    position: absolute;
    top: 0;
    right: 0;
    width: 17.4666666667vw;
  }
}

/* .pcLayout
===================================================== */
@media screen and (min-width: 768px) {
  .pcLayout {
    display: flex;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .pcLayout {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .pcLayout .pcLayout_right {
    width: 74%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .pcLayout .pcLayout_right {
    width: 100%;
  }
}

/* .pcLayout / .nav
===================================================== */
@media screen and (min-width: 768px) {
  .pcLayout,
.nav {
    -webkit-animation: bgchange 20s ease infinite forwards;
            animation: bgchange 20s ease infinite forwards; /*変化の時間を変更したい場合は20sの部分を好きな時間に変更*/
  }
}

@media screen and (max-width: 767px) {
  .nav {
    -webkit-animation: bgchange 20s ease infinite forwards;
            animation: bgchange 20s ease infinite forwards; /*変化の時間を変更したい場合は20sの部分を好きな時間に変更*/
  }
}

@-webkit-keyframes bgchange {
  16% {
    background: #acaeb9;
  }
  32% {
    background: #c9bdb2;
  }
  48% {
    background: #bebfbf;
  }
  64% {
    background: #969292;
  }
  80% {
    background: #b2ac94;
  }
  96% {
    background: #908475;
  }
}

@keyframes bgchange {
  16% {
    background: #acaeb9;
  }
  32% {
    background: #c9bdb2;
  }
  48% {
    background: #bebfbf;
  }
  64% {
    background: #969292;
  }
  80% {
    background: #b2ac94;
  }
  96% {
    background: #908475;
  }
}
/* .nav
===================================================== */
.nav {
  background: #908475;
}
@media screen and (min-width: 768px) {
  .nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
    min-width: 375px;
    width: 26%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .nav {
    width: 100%;
    position: static;
    top: auto;
    height: auto;
    display: block;
    padding: 150px 0;
  }
}
@media screen and (max-width: 767px) {
  .nav {
    padding: 26.6666666667vw 0;
  }
}
.nav h4 {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .nav h4 {
    width: 85px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .nav h4 {
    width: 123.76px;
    margin-bottom: 43.68px;
  }
}
@media screen and (max-width: 767px) {
  .nav h4 {
    width: 22.6666666667vw;
    margin-bottom: 8vw;
  }
}
.nav ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .nav ul {
    gap: 35px 15px;
    width: 315px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .nav ul {
    gap: 50.96px 21.84px;
    width: 458.64px;
  }
}
@media screen and (max-width: 767px) {
  .nav ul {
    gap: 9.3333333333vw 4vw;
    width: 84vw;
  }
}
@media screen and (min-width: 768px) {
  .nav ul li {
    width: calc((100% - 30px) / 3);
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .nav ul li {
    width: calc((100% - 43.68px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .nav ul li {
    width: calc((100% - 8vw) / 3);
  }
}
.nav ul li:nth-of-type(1) {
  transition-delay: 0s;
}
.nav ul li:nth-of-type(2) {
  transition-delay: 0.3s;
}
.nav ul li:nth-of-type(3) {
  transition-delay: 0.6s;
}
.nav ul li:nth-of-type(4) {
  transition-delay: 0.9s;
}
.nav ul li:nth-of-type(5) {
  transition-delay: 1.2s;
}
.nav ul li:nth-of-type(6) {
  transition-delay: 1.5s;
}
.nav ul a {
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .nav ul img {
    margin-bottom: 7px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .nav ul img {
    margin-bottom: 10.192px;
  }
}
@media screen and (max-width: 767px) {
  .nav ul img {
    margin-bottom: 1.8666666667vw;
  }
}
.nav ul .nav_cate {
  text-align: center;
  font-family: "pf-marlet-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .nav ul .nav_cate {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .nav ul .nav_cate {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .nav ul .nav_cate {
    font-size: 3.7333333333vw;
  }
}
.nav ul .nav_num {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(50deg) brightness(101%) contrast(102%);
}
@media screen and (min-width: 768px) {
  .nav ul .nav_num {
    height: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .nav ul .nav_num {
    height: 36.4px;
  }
}
@media screen and (max-width: 767px) {
  .nav ul .nav_num {
    height: 6.6666666667vw;
  }
}
.nav ul .nav_num img {
  height: 100%;
  width: auto;
}

/* .block_bg
===================================================== */
.block_bg {
  width: 100%;
  background-color: #fff;
  transition: background-color 1s ease;
}

/* .sec
===================================================== */
.sec {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .sec {
    max-width: 750px;
  }
}
@media screen and (min-width: 768px) {
  .sec:first-of-type {
    padding-top: 130px;
  }
}
@media screen and (max-width: 767px) {
  .sec:first-of-type {
    padding-top: 28vw;
  }
}
@media screen and (min-width: 768px) {
  .sec:not(:first-of-type) {
    padding-top: 190px;
  }
}
@media screen and (max-width: 767px) {
  .sec:not(:first-of-type) {
    padding-top: 50.6666666667vw;
  }
}
.sec .secTitle {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec .secTitle {
    margin-bottom: 50px;
    height: 188px;
  }
}
@media screen and (max-width: 767px) {
  .sec .secTitle {
    margin-bottom: 5.3333333333vw;
    height: 41.3333333333vw;
  }
}
.sec .secTitle::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 0);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.7s ease;
}
.sec .secTitle .secTitle_en {
  display: block;
  font-family: "pf-marlet-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  white-space: nowrap;
  position: absolute;
  z-index: 2;
  top: 57%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .sec .secTitle .secTitle_en {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .sec .secTitle .secTitle_en {
    font-size: 9.6vw;
  }
}
.sec .secTitle .secTitle_en .t-container > span {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.sec .secTitle .secTitle_ja {
  display: block;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.01em;
  position: absolute;
  z-index: 2;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .sec .secTitle .secTitle_ja {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .sec .secTitle .secTitle_ja {
    font-size: 3.2vw;
  }
}
.sec .secTitle .secTitle_ja > span {
  display: block;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition-delay: 0.3s;
}
.sec .secTitle .secTitle_ja.on > span {
  opacity: 1;
  transform: translateY(0);
}
.sec .secTitle.on::before {
  opacity: 1;
}
.sec .secLead {
  margin-left: auto;
  margin-right: auto;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .sec .secLead {
    text-align: center;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .sec .secLead {
    line-height: 1.8571428571;
    width: 84vw;
    font-size: 3.7333333333vw;
    margin-bottom: 12vw;
  }
}
@media screen and (min-width: 768px) {
  .sec .secImgArea {
    width: 545px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* .credit
===================================================== */
.credit {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .credit {
    width: 456px;
    margin-left: auto;
    margin-right: auto;
    gap: 20px 45px;
  }
}
@media screen and (max-width: 767px) {
  .credit {
    width: 84vw;
    gap: 5.3333333333vw;
  }
}
.credit a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .credit a:hover:not(.coming) .credit_btn__buy {
    background-color: #e57567;
  }
}
.credit .credit_img {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .credit .credit_img {
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .credit .credit_img {
    width: 13.3333333333vw;
  }
}
.credit .credit_data {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .credit .credit_data {
    padding: 0 14px;
  }
}
@media screen and (max-width: 767px) {
  .credit .credit_data {
    padding: 0 2.6666666667vw;
  }
}
.credit .credit_data > span {
  display: block;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.005em;
  line-height: 1.8181818182;
}
@media screen and (min-width: 768px) {
  .credit .credit_data > span {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .credit .credit_data > span {
    font-size: 2.9333333333vw;
  }
}
.credit .credit_btn {
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: "pf-marlet-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  flex-shrink: 0;
  transition: background-color 0.3s;
}
@media screen and (min-width: 768px) {
  .credit .credit_btn {
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .credit .credit_btn {
    line-height: 7.4666666667vw;
  }
}
.credit .credit_btn__buy {
  color: #fff;
  background-color: #94a0bf;
}
@media screen and (min-width: 768px) {
  .credit .credit_btn__buy {
    width: 60px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .credit .credit_btn__buy {
    width: 16vw;
    font-size: 3.7333333333vw;
  }
}
.credit .credit_btn__coming {
  color: #000;
  border: 1px solid #000;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .credit .credit_btn__coming {
    width: 80px;
    padding: 3px 0;
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .credit .credit_btn__coming {
    width: 21.3333333333vw;
    font-size: 2.48vw;
    padding: 0.8vw 1.0666666667vw;
  }
}

/* .creditImg
===================================================== */
.creditImg {
  position: relative;
}
@media screen and (min-width: 768px) {
  .creditImg {
    margin-top: 110px;
  }
}
@media screen and (max-width: 767px) {
  .creditImg {
    margin-top: 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .creditImg .creditImg_inner {
    width: 685px;
    padding: 720px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .creditImg .creditImg_inner {
    width: 92vw;
    padding: 96vw 0 16vw;
  }
}
.creditImg .creditImg_img {
  position: absolute;
  right: 0;
}
@media screen and (min-width: 768px) {
  .creditImg .creditImg_img {
    width: 690px;
    top: 160px;
  }
}
@media screen and (max-width: 767px) {
  .creditImg .creditImg_img {
    width: 92vw;
    top: 21.3333333333vw;
  }
}
.creditImg .creditImg_img p {
  position: absolute;
  font-family: "pf-marlet-display", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .creditImg .creditImg_img p {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .creditImg .creditImg_img p {
    font-size: 8.8vw;
  }
}
.creditImg .creditImg_img p:first-of-type {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.creditImg .creditImg_img p span {
  display: block;
}
.creditImg .credit {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .creditImg .credit {
    width: 76vw;
  }
}

.sec__right .creditImg_inner {
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .sec__right .creditImg_inner {
    border-radius: 0 100px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .sec__right .creditImg_inner {
    border-radius: 0 26.6666666667vw 0 0;
  }
}
.sec__right .creditImg_img {
  right: 0;
}
@media screen and (min-width: 768px) {
  .sec__right .allBtn {
    margin-right: auto;
  }
}

.sec__left .creditImg_inner {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .sec__left .creditImg_inner {
    border-radius: 100px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .sec__left .creditImg_inner {
    border-radius: 26.6666666667vw 0 0 0;
  }
}
.sec__left .creditImg_img {
  left: 0;
}
@media screen and (min-width: 768px) {
  .sec__left .allBtn {
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  #sec__3 .allBtn {
    margin-left: auto;
    margin-right: auto;
  }
}

/* .allBtn
===================================================== */
.allBtn {
  background-color: #94a0bf;
  border-radius: 999px;
}
@media screen and (min-width: 768px) {
  .allBtn {
    width: 681px;
    line-height: 106px;
    margin-top: 100px;
    transition: background-color 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .allBtn {
    margin-left: auto;
    margin-right: auto;
    width: 84vw;
    line-height: 21.3333333333vw;
    margin-top: 12vw;
  }
}
@media screen and (min-width: 768px) {
  .allBtn:hover {
    background-color: #e57567;
  }
}
.allBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .allBtn a {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .allBtn a {
    gap: 4.8vw;
  }
}
.allBtn span {
  display: block;
  color: #fff;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.005em;
}
@media screen and (min-width: 768px) {
  .allBtn span {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .allBtn span {
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .allBtn svg {
    width: 10px;
  }
}
@media screen and (max-width: 767px) {
  .allBtn svg {
    width: 2.1333333333vw;
  }
}

/* color
===================================================== */
#sec__1 .secTitle::before {
  background-image: url(../images/1_num.svg);
}
#sec__1 .creditImg_inner {
  background-color: rgba(175, 164, 150, 0.4);
}

#sec__2 .secTitle::before {
  background-image: url(../images/2_num.svg);
}
#sec__2 .creditImg_inner {
  background-color: rgba(204, 209, 230, 0.4);
}

#sec__3 .secTitle::before {
  background-image: url(../images/3_num.svg);
}

#sec__4 .secTitle::before {
  background-image: url(../images/4_num.svg);
}
#sec__4 .creditImg_inner {
  background-color: rgba(173, 169, 164, 0.4);
}

#sec__5 .secTitle::before {
  background-image: url(../images/5_num.svg);
}
#sec__5 .creditImg_inner {
  background-color: rgba(190, 186, 186, 0.4);
}

#sec__6 .secTitle::before,
.staff .secTitle::before {
  background-image: url(../images/6_num.svg);
}
#sec__6 .creditImg_inner,
.staff .creditImg_inner {
  background-color: rgba(209, 204, 180, 0.4);
}

/* #sec__1
===================================================== */
#sec__1 .secImg__1 {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  #sec__1 .secImg__1 {
    width: 502.32px;
    margin-bottom: 72.8px;
  }
}
@media screen and (max-width: 767px) {
  #sec__1 .secImg__1 {
    width: 92vw;
    margin-bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  #sec__1 .secImg__2 {
    margin-bottom: 72.8px;
    width: 393.12px;
  }
}
@media screen and (max-width: 767px) {
  #sec__1 .secImg__2 {
    margin-bottom: 13.3333333333vw;
    width: 72vw;
  }
}
#sec__1 .secImg__3 {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  #sec__1 .secImg__3 {
    width: 458.64px;
    margin-bottom: -52.416px;
  }
}
@media screen and (max-width: 767px) {
  #sec__1 .secImg__3 {
    width: 84vw;
    margin-bottom: -9.6vw;
  }
}
@media screen and (min-width: 768px) {
  #sec__1 .secImg__4 {
    margin-left: 43.68px;
    width: 195.104px;
    margin-bottom: 131.04px;
  }
}
@media screen and (max-width: 767px) {
  #sec__1 .secImg__4 {
    margin-left: 8vw;
    width: 35.7333333333vw;
    margin-bottom: 24vw;
  }
}
@media screen and (min-width: 768px) {
  #sec__1 .secImg__4 img:first-child {
    margin-bottom: 4.368px;
  }
}
@media screen and (max-width: 767px) {
  #sec__1 .secImg__4 img:first-child {
    margin-bottom: 0.8vw;
  }
}
#sec__1 .secImg__5 {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #sec__1 .secImg__5 {
    width: 347.984px;
    margin-bottom: 145.6px;
  }
}
@media screen and (max-width: 767px) {
  #sec__1 .secImg__5 {
    width: 63.7333333333vw;
    margin-bottom: 26.6666666667vw;
  }
}
#sec__1 .secImg__6 {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #sec__1 .secImg__6 {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  #sec__1 .secImg__6 {
    margin-bottom: 13.3333333333vw;
  }
}

/* #sec__2
===================================================== */
#sec__2 .secImg__1 {
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #sec__2 .secImg__1 {
    width: 502.32px;
    margin-bottom: 72.8px;
  }
}
@media screen and (max-width: 767px) {
  #sec__2 .secImg__1 {
    width: 92vw;
    margin-bottom: 13.3333333333vw;
  }
}
#sec__2 .secImg__2 {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #sec__2 .secImg__2 {
    width: 458.64px;
    margin-bottom: 72.8px;
  }
}
@media screen and (max-width: 767px) {
  #sec__2 .secImg__2 {
    width: 84vw;
    margin-bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  #sec__2 .secImg__3 {
    margin-bottom: 94.64px;
  }
}
@media screen and (max-width: 767px) {
  #sec__2 .secImg__3 {
    margin-bottom: 17.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  #sec__2 .secImg__3 img {
    width: 228.592px;
  }
}
@media screen and (max-width: 767px) {
  #sec__2 .secImg__3 img {
    width: 41.8666666667vw;
  }
}
#sec__2 .secImg__3 img:first-of-type {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  #sec__2 .secImg__3 img:first-of-type {
    margin-right: 43.68px;
  }
}
@media screen and (max-width: 767px) {
  #sec__2 .secImg__3 img:first-of-type {
    margin-right: 8vw;
  }
}
#sec__2 .secImg__3 img:last-of-type {
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #sec__2 .secImg__3 img:last-of-type {
    margin-top: -225.68px;
  }
}
@media screen and (max-width: 767px) {
  #sec__2 .secImg__3 img:last-of-type {
    margin-top: -41.3333333333vw;
  }
}
#sec__2 .secImg__4 {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #sec__2 .secImg__4 {
    width: 381.472px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  #sec__2 .secImg__4 {
    width: 69.8666666667vw;
    margin-bottom: 24vw;
  }
}

/* #sec__3
===================================================== */
#sec__3 .secImg__1 {
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #sec__3 .secImg__1 {
    margin-bottom: 72.8px;
    border-radius: 291.2px 291.2px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #sec__3 .secImg__1 {
    margin-bottom: 13.3333333333vw;
    border-radius: 53.3333333333vw 53.3333333333vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  #sec__3 .secImg__2 {
    margin-bottom: 94.64px;
  }
}
@media screen and (max-width: 767px) {
  #sec__3 .secImg__2 {
    margin-bottom: 17.3333333333vw;
  }
}
#sec__3 .secImg__2 img:first-of-type {
  margin-left: auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #sec__3 .secImg__2 img:first-of-type {
    width: 329.056px;
    margin-right: 43.68px;
  }
}
@media screen and (max-width: 767px) {
  #sec__3 .secImg__2 img:first-of-type {
    width: 60.2666666667vw;
    margin-right: 8vw;
  }
}
#sec__3 .secImg__2 img:last-of-type {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #sec__3 .secImg__2 img:last-of-type {
    width: 262.08px;
    margin-left: 55.328px;
    margin-top: -87.36px;
  }
}
@media screen and (max-width: 767px) {
  #sec__3 .secImg__2 img:last-of-type {
    width: 48vw;
    margin-left: 10.1333333333vw;
    margin-top: -16vw;
  }
}
#sec__3 .secImg__3 {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #sec__3 .secImg__3 {
    margin-bottom: 94.64px;
    width: 458.64px;
  }
}
@media screen and (max-width: 767px) {
  #sec__3 .secImg__3 {
    margin-bottom: 17.3333333333vw;
    width: 84vw;
  }
}
#sec__3 .secImg__4 {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #sec__3 .secImg__4 {
    margin-bottom: 100px;
    width: 151.424px;
  }
}
@media screen and (max-width: 767px) {
  #sec__3 .secImg__4 {
    margin-bottom: 22.6666666667vw;
    width: 27.7333333333vw;
  }
}

/* #sec__4
===================================================== */
#sec__4 .secImg__1 {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  #sec__4 .secImg__1 {
    width: 458.64px;
    margin-bottom: 101.92px;
  }
}
@media screen and (max-width: 767px) {
  #sec__4 .secImg__1 {
    width: 84vw;
    margin-bottom: 18.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #sec__4 .secImg__2 {
    margin-bottom: 116.48px;
  }
}
@media screen and (max-width: 767px) {
  #sec__4 .secImg__2 {
    margin-bottom: 21.3333333333vw;
  }
}
#sec__4 .secImg__2 img:nth-of-type(1) {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  #sec__4 .secImg__2 img:nth-of-type(1) {
    width: 372.736px;
  }
}
@media screen and (max-width: 767px) {
  #sec__4 .secImg__2 img:nth-of-type(1) {
    width: 68.2666666667vw;
  }
}
#sec__4 .secImg__2 img:nth-of-type(2) {
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #sec__4 .secImg__2 img:nth-of-type(2) {
    width: 262.08px;
    margin-top: -36.4px;
    margin-bottom: 43.68px;
  }
}
@media screen and (max-width: 767px) {
  #sec__4 .secImg__2 img:nth-of-type(2) {
    width: 48vw;
    margin-top: -6.6666666667vw;
    margin-bottom: 8vw;
  }
}
#sec__4 .secImg__2 img:nth-of-type(3) {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  #sec__4 .secImg__2 img:nth-of-type(3) {
    width: 313.04px;
    margin-right: 43.68px;
  }
}
@media screen and (max-width: 767px) {
  #sec__4 .secImg__2 img:nth-of-type(3) {
    width: 57.3333333333vw;
    margin-right: 8vw;
  }
}
#sec__4 .secImg__3 {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #sec__4 .secImg__3 {
    width: 308.672px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  #sec__4 .secImg__3 {
    width: 56.5333333333vw;
    margin-bottom: 26.6666666667vw;
  }
}

/* #sec__5
===================================================== */
@media screen and (min-width: 768px) {
  #sec__5 {
    max-width: none;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #sec__5 .sec__5_inner {
    max-width: 750px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  #sec__5 .secTitle_en {
    font-size: 46.592px;
  }
}
@media screen and (max-width: 767px) {
  #sec__5 .secTitle_en {
    font-size: 8.5333333333vw;
  }
}
#sec__5 .secImg__1 {
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #sec__5 .secImg__1 {
    width: 502.32px;
    margin-bottom: 72.8px;
  }
}
@media screen and (max-width: 767px) {
  #sec__5 .secImg__1 {
    width: 92vw;
    margin-bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  #sec__5 .secImg__2 {
    margin-bottom: 87.36px;
  }
}
@media screen and (max-width: 767px) {
  #sec__5 .secImg__2 {
    margin-bottom: 16vw;
  }
}
@media screen and (min-width: 768px) {
  #sec__5 .secImg__3 {
    margin-bottom: 116.48px;
  }
}
@media screen and (max-width: 767px) {
  #sec__5 .secImg__3 {
    margin-bottom: 21.3333333333vw;
  }
}
#sec__5 .secImg__3 > img {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  #sec__5 .secImg__3 > img {
    width: 372.736px;
    margin-right: 23.296px;
  }
}
@media screen and (max-width: 767px) {
  #sec__5 .secImg__3 > img {
    width: 68.2666666667vw;
    margin-right: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #sec__5 .secImg__3 p {
    width: 262.08px;
    margin-left: 23.296px;
    margin-top: -33.488px;
  }
}
@media screen and (max-width: 767px) {
  #sec__5 .secImg__3 p {
    width: 48vw;
    margin-left: 4.2666666667vw;
    margin-top: -6.1333333333vw;
  }
}
#sec__5 .secImg__4 {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #sec__5 .secImg__4 {
    border-radius: 157.248px;
    width: 313.04px;
    margin-bottom: 120.848px;
  }
}
@media screen and (max-width: 767px) {
  #sec__5 .secImg__4 {
    border-radius: 28.8vw;
    width: 57.3333333333vw;
    margin-bottom: 22.1333333333vw;
  }
}
#sec__5 .secImg__5 {
  cursor: pointer;
}
#sec__5 .secImg__5 img {
  width: auto;
}
@media screen and (min-width: 768px) {
  #sec__5 .secImg__5 img {
    height: 436.8px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  #sec__5 .secImg__5 img {
    height: 80vw;
    margin-bottom: 16vw;
  }
}
@media screen and (min-width: 768px) {
  #sec__5 .creditImg_img p:nth-of-type(3) {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  #sec__5 .creditImg_img p:first-of-type {
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #sec__5 .creditImg_img p:first-of-type {
    transform: translate(-5%, -50%);
  }
}
@media screen and (max-width: 767px) {
  #sec__5 .creditImg_img p:not(:first-of-type) {
    top: 0;
    right: 0;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    transform: translate(0, -18%);
  }
}

/* #sec__6
===================================================== */
#sec__6 .secImg__1 {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #sec__6 .secImg__1 {
    width: 458.64px;
    margin-bottom: 80.08px;
  }
}
@media screen and (max-width: 767px) {
  #sec__6 .secImg__1 {
    width: 84vw;
    margin-bottom: 14.6666666667vw;
  }
}
#sec__6 .secImg__2 {
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  #sec__6 .secImg__2 {
    margin-bottom: 72.8px;
  }
}
@media screen and (max-width: 767px) {
  #sec__6 .secImg__2 {
    margin-bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  #sec__6 .secImg__2 img {
    width: 184.912px;
  }
}
@media screen and (max-width: 767px) {
  #sec__6 .secImg__2 img {
    width: 33.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #sec__6 .secImg__3 {
    margin-bottom: 87.36px;
  }
}
@media screen and (max-width: 767px) {
  #sec__6 .secImg__3 {
    margin-bottom: 16vw;
  }
}
@media screen and (min-width: 768px) {
  #sec__6 .secImg__3 img:nth-of-type(1) {
    width: 349.44px;
    margin-left: 26.208px;
  }
}
@media screen and (max-width: 767px) {
  #sec__6 .secImg__3 img:nth-of-type(1) {
    width: 64vw;
    margin-left: 4.8vw;
  }
}
#sec__6 .secImg__3 img:nth-of-type(2) {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  #sec__6 .secImg__3 img:nth-of-type(2) {
    width: 262.08px;
    margin-top: -65.52px;
  }
}
@media screen and (max-width: 767px) {
  #sec__6 .secImg__3 img:nth-of-type(2) {
    width: 48vw;
    margin-top: -12vw;
  }
}
#sec__6 .secImg__3 img:nth-of-type(3) {
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #sec__6 .secImg__3 img:nth-of-type(3) {
    width: 211.12px;
    margin-top: -160.16px;
  }
}
@media screen and (max-width: 767px) {
  #sec__6 .secImg__3 img:nth-of-type(3) {
    width: 38.6666666667vw;
    margin-top: -29.3333333333vw;
  }
}
#sec__6 .secImg__4 {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #sec__6 .secImg__4 {
    width: 345.072px;
    margin-bottom: 112.112px;
  }
}
@media screen and (max-width: 767px) {
  #sec__6 .secImg__4 {
    width: 63.2vw;
    margin-bottom: 20.5333333333vw;
  }
}
#sec__6 .secImg__5 {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #sec__6 .secImg__5 {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  #sec__6 .secImg__5 {
    margin-bottom: 16vw;
  }
}
#sec__6 .creditImg_img p {
  transform: translate(-55%, -50%);
}

/* .staff
===================================================== */
.staff {
  background-color: #b2ac94;
}
@media screen and (min-width: 768px) {
  .staff {
    padding: 150px 0;
  }
}
@media screen and (max-width: 767px) {
  .staff {
    padding: 30.6666666667vw 0;
  }
}
.staff p {
  font-family: "pf-marlet-display", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 2.8571428571;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .staff p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .staff p {
    font-size: 3.7333333333vw;
  }
}

/* .prof
===================================================== */
.prof {
  background-color: rgba(191, 154, 110, 0.8);
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .prof {
    padding: 100px 0 150px;
  }
}
@media screen and (max-width: 767px) {
  .prof {
    padding: 26.6666666667vw 0;
  }
}
.prof img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .prof img {
    width: 227px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .prof img {
    width: 40vw;
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .prof .prof_job {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .prof .prof_job {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .prof .prof_name {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .prof .prof_name {
    font-size: 4.2666666667vw;
    margin-bottom: 8vw;
  }
}
.prof .prof_text {
  margin-left: auto;
  margin-right: auto;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .prof .prof_text {
    font-size: 14px;
    width: 336px;
  }
}
@media screen and (max-width: 767px) {
  .prof .prof_text {
    font-size: 3.2vw;
    width: 77.3333333333vw;
  }
}

/* 価格
===================================================== */
.creditAjax_price__proper::before,
.creditAjax_price__sale::before {
  content: "¥";
}

.creditAjax_price__proper::after,
.creditAjax_price__sale::after {
  content: "(税込)";
}

.creditAjax_price__sale {
  color: #ee2e2e;
  margin-left: 5px;
}

.creditAjax__saleOn .creditAjax_price__proper {
  text-decoration: line-through;
}/*# sourceMappingURL=style.css.map */