@charset "UTF-8";
/*!
 * ress.css • v5.0.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

html {
  font-size: 100%;
}

body {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  line-height: 1.6;
  color: #1a1a1a;
  overflow: scroll;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
body.no-scroll {
  overflow: hidden;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

* {
  min-height: 0vw;
}

@keyframes anime {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  45% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  45% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes sliderAnimation {
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes sliderAnimation {
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/*全共通*/
.bgextend {
  position: relative;
  opacity: 0;
  overflow: hidden; /*はみ出た色要素を隠す*/
  -webkit-animation-name: bgextendAnimeBase;
          animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  opacity: 0;
  -webkit-animation-name: bgextendAnimeSecond;
          animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*左から右*/
.bgLRextend::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(233, 233, 233); /*伸びる背景色の設定*/
  -webkit-animation-name: bgLRextendAnime;
          animation-name: bgLRextendAnime;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes bgLRextendAnime {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  51% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}

@keyframes bgLRextendAnime {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  51% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}
/*右から左*/
.bgRLextend::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(233, 233, 233); /*伸びる背景色の設定*/
  -webkit-animation-name: bgRLextendAnime;
          animation-name: bgRLextendAnime;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes bgRLextendAnime {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  51% {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

@keyframes bgRLextendAnime {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  51% {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
/*右から左(一時的)*/
.bgRL::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(233, 233, 233); /*伸びる背景色の設定*/
  -webkit-animation-name: bgRLAnime;
          animation-name: bgRLAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes bgRLAnime {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

@keyframes bgRLAnime {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
/*上から下*/
.bgTBextend::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff; /*伸びる背景色の設定*/
  -webkit-animation-name: bgTBextendAnime;
          animation-name: bgTBextendAnime;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes bgTBextendAnime {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  51% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}

@keyframes bgTBextendAnime {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  51% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}
/*下から上*/
.bgBTextend::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff; /*伸びる背景色の設定*/
  -webkit-animation-name: bgBTextendAnime;
          animation-name: bgBTextendAnime;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes bgBTextendAnime {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  51% {
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}

@keyframes bgBTextendAnime {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  51% {
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
/*スクロールをしたら出現する要素にはじめに透過0を指定*/
.bgappearTrigger,
.bgLRextendTrigger,
.bgTBextendTrigger,
.bgBTextendTrigger {
  opacity: 0;
}

/*--------------------------------
フェードエフェクト（初期状態）
---------------------------------*/
.mv-fadeIn_1, .mv-fadeIn_u, .mv-fadeIn_d, .mv-fadeIn_l, .mv-fadeIn_r {
  opacity: 0;
}
.mv-fadeIn_1 {
  -webkit-animation: 0.8s fadeIn 0s forwards;
          animation: 0.8s fadeIn 0s forwards;
}
.mv-fadeIn_u {
  -webkit-animation: 0.8s fadeUp 0s forwards;
          animation: 0.8s fadeUp 0s forwards;
}
.mv-fadeIn_d {
  -webkit-animation: 0.8s fadeDown 0s forwards;
          animation: 0.8s fadeDown 0s forwards;
}
.mv-fadeIn_l {
  -webkit-animation: 1s slideLeft 0s forwards;
          animation: 1s slideLeft 0s forwards;
}
.mv-fadeIn_r {
  -webkit-animation: 1s slideRight 0s forwards;
          animation: 1s slideRight 0s forwards;
}

/*--------------------------------
フェードエフェクト（メインビジュアル）
---------------------------------*/
.top_mv-fadeIn_l {
  position: absolute;
  opacity: 0;
  -webkit-animation: 1s topSlideRight 0s forwards;
          animation: 1s topSlideRight 0s forwards;
  z-index: 100;
}

@-webkit-keyframes topSlideRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes topSlideRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.top_mv-fadeIn_r {
  opacity: 0;
  -webkit-animation: 1s topSlideLeft 0s forwards;
          animation: 1s topSlideLeft 0s forwards;
  z-index: 100;
}

@-webkit-keyframes topSlideLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes topSlideLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/*--------------------------------
 フェードエフェクト（スクロール）
---------------------------------*/
.fadeUp1, .fadeDown1, .slideLeft1, .slideRight1, .fadeIn1 {
  opacity: 0;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}

.active {
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeUp1.active, .fadeUp2.active, .fadeUp3.active, .fadeUp4.active {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
}

.fadeDown1.active, .fadeDown2.active, .fadeDown3.active, .fadeDown4.active {
  -webkit-animation-name: fadeDown;
          animation-name: fadeDown;
}

@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.slideLeft1.active, .slideLeft2.active, .slideLeft3.active, .slideLeft4.active {
  -webkit-animation-name: slideLeft;
          animation-name: slideLeft;
}

@-webkit-keyframes slideLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.slideRight1.active, .slideRight2.active, .slideRight3.active, .slideRight4.active {
  -webkit-animation-name: slideRight;
          animation-name: slideRight;
}

@-webkit-keyframes slideRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fadeIn1.active, .fadeIn2.active, .fadeIn3.active, .fadeIn4.active {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*--------------------------------
ズームイン
---------------------------------*/
.zoomIn {
  -webkit-animation-name: zoomInAnime;
          animation-name: zoomInAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes zoomInAnime {
  from {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoomInAnime {
  from {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.zoomInTrigger {
  opacity: 0;
}

/*--------------------------------
変形してフェードアップ
---------------------------------*/
.smoothUp {
  -webkit-animation-name: smoothUpAnime;
          animation-name: smoothUpAnime;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform-origin: left;
          transform-origin: left;
  opacity: 0;
}

@-webkit-keyframes smoothUpAnime {
  from {
    -webkit-transform: translate3d(0, 20%, 0) skewY(12deg);
            transform: translate3d(0, 20%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
            transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}

@keyframes smoothUpAnime {
  from {
    -webkit-transform: translate3d(0, 20%, 0) skewY(12deg);
            transform: translate3d(0, 20%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
            transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.smoothUpTrigger {
  opacity: 0;
}

/*--------------------------------
枠線アニメーション
---------------------------------*/
.lineTrigger {
  position: relative; /* 枠線が書かれる基点*/
  opacity: 0;
}

.lineTrigger.active {
  -webkit-animation-name: lineAnimeBase;
          animation-name: lineAnimeBase;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes lineAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes lineAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*上下線*/
.lineTrigger::before,
.lineTrigger::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #333; /* 枠線の色*/
}

/*左右線*/
.line::before,
.line::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 0;
  background: #333; /* 枠線の色*/
}

/*上線*/
.lineTrigger::before {
  top: 0;
  left: 0;
}

.lineTrigger.active::before {
  -webkit-animation: lineAnime 0.25s linear 0s forwards;
          animation: lineAnime 0.25s linear 0s forwards; /*表示されて0秒後に上線が0.5秒かけて表示*/
}

/*右線*/
.line::before {
  top: 0;
  right: 0;
}

.lineTrigger.active .line::before {
  -webkit-animation: lineAnime2 0.25s linear 0.25s forwards;
          animation: lineAnime2 0.25s linear 0.25s forwards; /*表示されて0.5秒後に右線が0.5秒かけて表示*/
}

/*下線*/
.lineTrigger::after {
  bottom: 0;
  right: 0;
}

.lineTrigger.active::after {
  -webkit-animation: lineAnime 0.25s linear 0.5s forwards;
          animation: lineAnime 0.25s linear 0.5s forwards; /*表示されて1秒後に下線が0.5秒かけて表示*/
}

/*左線*/
.line::after {
  bottom: 0;
  left: 0;
}

.lineTrigger.active .line::after {
  -webkit-animation: lineAnime2 0.25s linear 0.75s forwards;
          animation: lineAnime2 0.25s linear 0.75s forwards; /*表示されて1.5秒後に左線が0.5秒かけて表示*/
}

@-webkit-keyframes lineAnime {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes lineAnime {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes lineAnime2 {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@keyframes lineAnime2 {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
/*枠線内側の要素*/
.lineTrigger.active .lineinappear {
  -webkit-animation: lineInnerAnime 0.2s linear 0.75s forwards;
          animation: lineInnerAnime 0.2s linear 0.75s forwards; /*1.5秒後に中央のエリアが0.5秒かけて表示*/
  opacity: 0; /*初期値を透過0にする*/
}

@-webkit-keyframes lineInnerAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes lineInnerAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*--------------------------------
遅延
---------------------------------*/
.delay1 {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

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

.l-inner {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 30px;
}

.l-header {
  width: 100%;
  height: 50px;
  border-bottom: 8px solid #1a1a1a;
  background-color: #F5CBCA;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  .l-header {
    background-color: #1a1a1a;
    border: none;
  }
}
.l-header__logo-box {
  width: 320px;
  height: 640px;
  position: relative;
  background-color: #1a1a1a;
}
@media screen and (max-width: 1140px) {
  .l-header__logo-box {
    width: 300px;
  }
}
@media screen and (max-width: 960px) {
  .l-header__logo-box {
    width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo-box {
    position: absolute;
    top: 0;
    height: 50px;
  }
}
.l-header__logo {
  position: absolute;
  top: 143px;
  width: 202px;
  left: calc(50% - 101px);
  height: 171px;
}
@media screen and (max-width: 1140px) {
  .l-header__logo {
    width: 190px;
    left: calc(50% - 95px);
  }
}
@media screen and (max-width: 960px) {
  .l-header__logo {
    width: 180px;
    left: calc(50% - 90px);
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    top: 0;
    left: 0;
  }
}
.l-header__logo .logo__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: calc(50% - 101px);
  z-index: 100;
}
@media screen and (max-width: 1140px) {
  .l-header__logo .logo__link {
    left: calc(50% - 95px);
  }
}
@media screen and (max-width: 960px) {
  .l-header__logo .logo__link {
    left: calc(50% - 90px);
  }
}
.l-header__logo .logo__link .header-logo-pc {
  width: 202px;
  height: 172px;
}
@media screen and (max-width: 768px) {
  .l-header__logo .logo__link .header-logo-pc {
    display: none;
  }
}
.l-header__logo .logo__link .header-logo-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__logo .logo__link .header-logo-sp {
    display: block;
    width: 228px;
    height: 32px;
    margin-top: 9px;
    margin-left: 20px;
  }
}
.l-header__sns-btn-pc {
  width: 192px;
  position: absolute;
  left: calc(50% - 96px);
  bottom: 16px;
}
@media screen and (max-width: 768px) {
  .l-header__sns-btn-pc {
    display: none;
  }
}
.l-header__sns-btn-pc .p-sns-btn-pc__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header__sns-btn-pc .p-sns-btn-pc__list .p-sns-btn-pc__item {
  width: 31px;
  height: 31px;
}
.l-header__bg-pattern {
  width: 320px;
  height: 416px;
  display: block;
  position: absolute;
  top: 0;
  background: url(../img/bg_logo-box.svg);
}
@media screen and (max-width: 1140px) {
  .l-header__bg-pattern {
    width: 300px;
  }
}
@media screen and (max-width: 960px) {
  .l-header__bg-pattern {
    width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__bg-pattern {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav .p-global-nav {
    display: none;
  }
}
.l-header__nav .p-global-nav .p-global-nav__list {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.l-header__nav .p-global-nav .p-global-nav__list .p-global-nav__item {
  background-color: #D8AB50;
}
.l-header__nav .p-global-nav .p-global-nav__list .p-global-nav__item:not(:first-child) {
  background-color: #1a1a1a;
}
.l-header__nav .p-global-nav .p-global-nav__list .p-global-nav__item .p-global-nav__link {
  width: 130px;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
  color: white;
}
.l-header__nav .p-global-nav .p-global-nav__list .p-global-nav__item .cart {
  background-color: #DB5E5E;
  width: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__nav .p-global-nav .p-global-nav__list .p-global-nav__item .cart img {
  width: 21;
  height: 21px;
}
@media screen and (max-width: 768px) {
  .l-header__nav .p-global-nav .p-global-nav__list .p-global-nav__item .cart {
    display: none;
  }
}
.l-header__nav .c-btn-menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__nav .c-btn-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    width: 50px;
    height: 50px;
    padding: 16px 11px;
    border: none;
    outline: none;
    background: none;
    background-color: #D8AB50;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.l-header__nav .c-btn-menu__line {
  display: block;
  position: relative;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 4px;
  background-color: #fff;
}
.l-header__nav .c-btn-menu__line::before, .l-header__nav .c-btn-menu__line::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: inherit;
  transition: inherit;
  border-radius: 4px;
  background-color: #fff;
}
.l-header__nav .c-btn-menu__line::before {
  top: -8px;
}
.l-header__nav .c-btn-menu__line::after {
  top: 8px;
}
.l-header__nav .c-btn-menu.active .c-btn-menu__line {
  background-color: transparent;
}
.l-header__nav .c-btn-menu.active .c-btn-menu__line::before, .l-header__nav .c-btn-menu.active .c-btn-menu__line::after {
  top: 0;
  background-color: #fff;
}
.l-header__nav .c-btn-menu.active .c-btn-menu__line::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-header__nav .c-btn-menu.active .c-btn-menu__line::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-header__nav .p-slide-menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__nav .p-slide-menu {
    display: block;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    position: fixed;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    background-color: #1a1a1a;
    z-index: 50;
    opacity: 0;
  }
  .l-header__nav .p-slide-menu ::after {
    content: "";
    position: absolute;
    background: url(../img/bg_slidemenu.svg) no-repeat;
    background-position: 100% -10%;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .l-header__nav .p-slide-menu.active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .l-header__nav .p-slide-menu .p-slide-menu__list {
    width: 100%;
    height: calc(100% - 50px);
    margin-top: 50px;
    color: #fff;
  }
  .l-header__nav .p-slide-menu .p-slide-menu__list .p-slide-menu__item {
    width: 100%;
    height: 9%;
  }
  .l-header__nav .p-slide-menu .p-slide-menu__list .p-slide-menu__item:not(:last-child) {
    margin-bottom: 1%;
  }
  .l-header__nav .p-slide-menu .p-slide-menu__list .p-slide-menu__item .slide-text {
    display: block;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #434343;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .l-header__nav .p-slide-menu .p-slide-menu__list .p-slide-menu__item .slide-text .cart-icon {
    background: url(../img/header-cart.svg) no-repeat;
    width: 15px;
    height: 15px;
    padding-right: 5px;
  }
  .l-header__nav .p-slide-menu .p-slide-menu__list .p-slide-menu__item .slide-img {
    display: block;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding-left: 25%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .l-header__nav .p-slide-menu .p-slide-menu__list .p-slide-menu__item .slide-img img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    max-width: 240px;
  }
  .l-header__nav .p-slide-menu .p-slide-menu__list .p-slide-menu__item .slide-img.slide-yellow {
    background-color: #BC8523;
  }
  .l-header__nav .p-slide-menu .p-slide-menu__list .p-slide-menu__item .slide-img.slide-red {
    background-color: #AC3418;
  }
  .l-header__nav .p-slide-menu .p-slide-menu__list .p-slide-menu__item .slide-img.slide-green {
    background-color: #287967;
  }
  .l-header__nav .p-slide-menu .p-slide-menu__list .p-slide-menu__item .slide-img.slide-purple {
    background-color: #55016A;
  }
  .l-header__nav .p-slide-menu .p-slide-menu__list .p-slide-menu__policy-box {
    width: 100%;
    height: 11%;
    line-height: 2;
    margin-bottom: 1%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .l-header__nav .p-slide-menu .p-slide-menu__list .p-slide-menu__sns-box {
    width: 100%;
    height: 8%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header__nav .p-slide-menu .p-slide-menu__list .p-slide-menu__sns-box .p-sns-btn-sp__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 192px;
    bottom: 16px;
  }
  .l-header__nav .p-slide-menu .p-slide-menu__list .p-slide-menu__sns-box .p-sns-btn-sp__list .p-sns-btn-sp__item {
    width: 28px;
    height: 28px;
  }
  .l-header__nav .p-slide-menu .p-slide-menu__list .p-slide-menu__sns-box .p-sns-btn-sp__list .p-sns-btn-sp__item:not(:last-of-type) {
    margin-right: 50px;
  }
}

.p-hero {
  width: calc(100% - 320px);
  height: 582px;
  margin-left: 320px;
  position: relative;
}
@media screen and (max-width: 1140px) {
  .p-hero {
    width: calc(100% - 300px);
    margin-left: 300px;
  }
}
@media screen and (max-width: 960px) {
  .p-hero {
    width: calc(100% - 280px);
    margin-left: 280px;
  }
}
@media screen and (max-width: 768px) {
  .p-hero {
    height: 350px;
    width: 100%;
    margin-left: 0;
  }
}
.p-hero__text {
  position: absolute;
  top: 80px;
  right: 110px;
  color: #fff;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 32px;
  font-size: 2rem;
  line-height: 3;
  letter-spacing: 0.16rem;
  z-index: 20;
}
@media screen and (max-width: 960px) {
  .p-hero__text {
    font-size: 28px;
    font-size: 1.75rem;
    top: 60px;
    right: 70px;
  }
}
@media screen and (max-width: 768px) {
  .p-hero__text {
    font-size: 22px;
    font-size: 1.375rem;
    top: 42px;
    right: 32px;
  }
}
.p-hero__title {
  position: absolute;
  width: 480px;
  height: 60px;
  right: 45px;
  bottom: 0;
  z-index: 20;
}
@media screen and (max-width: 960px) {
  .p-hero__title {
    width: 360px;
    height: 45px;
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-hero__title {
    width: 240px;
    height: 30px;
    right: 20px;
  }
}
.p-hero__mvBox {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 582px;
}
@media screen and (max-width: 768px) {
  .p-hero__mvBox {
    height: 350px;
  }
}
.p-hero__mvBox:after {
  content: "";
  position: absolute;
  right: -100px;
  top: -95px;
  width: 550px;
  height: 550px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #fff;
  z-index: 30;
}
@media screen and (max-width: 960px) {
  .p-hero__mvBox:after {
    right: -105px;
    top: -85px;
    width: 470px;
    height: 470px;
  }
}
@media screen and (max-width: 768px) {
  .p-hero__mvBox:after {
    right: -110px;
    top: -75px;
    width: 360px;
    height: 360px;
  }
}
.p-hero__mvBox .mv_img {
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 20s 0s infinite;
  animation: anime 20s 0s infinite;
}
.p-hero__mvBox .mv_img:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.p-hero__mvBox .mv_img:nth-of-type(3) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}
.p-hero__mvBox .mv_img:nth-of-type(4) {
  -webkit-animation-delay: 14s;
  animation-delay: 14s;
}
.p-hero__product-menu {
  position: absolute;
  width: 460px;
  height: 270px;
  z-index: 20;
  bottom: 44px;
  left: -200px;
  background-color: #1a1a1a;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0 50%);
}
@media screen and (max-width: 1140px) {
  .p-hero__product-menu {
    left: -210px;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__product-menu {
    left: -220px;
  }
}
@media screen and (max-width: 768px) {
  .p-hero__product-menu {
    -webkit-clip-path: none;
            clip-path: none;
    width: 100%;
    height: 240px;
    left: 0;
    bottom: -240px;
  }
}
.p-hero__product-menu .p-product-menu__list .p-slide-menu__img {
  position: absolute;
  width: 210px;
  height: 120px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0 50%);
  color: #fff;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .p-hero__product-menu .p-product-menu__list .p-slide-menu__img {
    -webkit-clip-path: none;
            clip-path: none;
    width: calc(50% - 3px);
    height: 110px;
  }
}
.p-hero__product-menu .p-product-menu__list .p-slide-menu__img .p-product-menu__item {
  display: block;
  width: 210px;
  height: 120px;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-hero__product-menu .p-product-menu__list .p-slide-menu__img .p-product-menu__item:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
@media screen and (max-width: 768px) {
  .p-hero__product-menu .p-product-menu__list .p-slide-menu__img .p-product-menu__item {
    width: 100%;
    height: 110px;
  }
  .p-hero__product-menu .p-product-menu__list .p-slide-menu__img .p-product-menu__item:hover {
    -webkit-transform: none;
            transform: none;
  }
}
.p-hero__product-menu .p-product-menu__list .yellow {
  background-color: #BC8523;
  top: 11px;
  left: calc(50% - 105px);
}
.p-hero__product-menu .p-product-menu__list .yellow:hover {
  background-color: #976a1c;
}
@media screen and (max-width: 768px) {
  .p-hero__product-menu .p-product-menu__list .yellow {
    top: 8px;
    left: 0;
  }
  .p-hero__product-menu .p-product-menu__list .yellow:hover {
    background-color: #BC8523;
  }
}
.p-hero__product-menu .p-product-menu__list .yellow .p-product-menu__item {
  padding-top: 47px;
}
@media screen and (max-width: 768px) {
  .p-hero__product-menu .p-product-menu__list .yellow .p-product-menu__item {
    padding-top: 42px;
  }
}
.p-hero__product-menu .p-product-menu__list .yellow .p-product-menu__item::after {
  content: "";
  position: absolute;
  width: 90px;
  top: 74px;
  right: calc(50% - 45px);
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .p-hero__product-menu .p-product-menu__list .yellow .p-product-menu__item::after {
    top: 67px;
  }
}
.p-hero__product-menu .p-product-menu__list .red {
  background-color: #AC3418;
  top: calc(50% - 60px);
  left: 14px;
}
.p-hero__product-menu .p-product-menu__list .red:hover {
  background-color: #892811;
}
@media screen and (max-width: 768px) {
  .p-hero__product-menu .p-product-menu__list .red {
    top: 122px;
    left: 0;
  }
  .p-hero__product-menu .p-product-menu__list .red:hover {
    background-color: #AC3418;
  }
}
.p-hero__product-menu .p-product-menu__list .red .p-product-menu__item {
  padding-top: 27px;
}
@media screen and (max-width: 768px) {
  .p-hero__product-menu .p-product-menu__list .red .p-product-menu__item {
    padding-top: 20px;
  }
}
.p-hero__product-menu .p-product-menu__list .red .p-product-menu__item::after {
  content: "";
  background: url(../img/nav-01.png) no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 68px;
  height: 55px;
  top: 50px;
  right: calc(50% - 35px);
}
@media screen and (max-width: 768px) {
  .p-hero__product-menu .p-product-menu__list .red .p-product-menu__item::after {
    top: 47px;
  }
}
.p-hero__product-menu .p-product-menu__list .green {
  background-color: #287967;
  top: calc(50% - 60px);
  right: 14px;
}
.p-hero__product-menu .p-product-menu__list .green:hover {
  background-color: #1e5d4f;
}
@media screen and (max-width: 768px) {
  .p-hero__product-menu .p-product-menu__list .green {
    top: 8px;
    right: 0;
  }
  .p-hero__product-menu .p-product-menu__list .green:hover {
    background-color: #287967;
  }
}
.p-hero__product-menu .p-product-menu__list .green .p-product-menu__item {
  padding-top: 27px;
}
@media screen and (max-width: 768px) {
  .p-hero__product-menu .p-product-menu__list .green .p-product-menu__item {
    padding-top: 20px;
  }
}
.p-hero__product-menu .p-product-menu__list .green .p-product-menu__item::after {
  content: "";
  background: url(../img/nav-02.png) no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 71px;
  height: 57px;
  top: 50px;
  right: calc(50% - 35.5px);
}
@media screen and (max-width: 768px) {
  .p-hero__product-menu .p-product-menu__list .green .p-product-menu__item::after {
    top: 45px;
  }
}
.p-hero__product-menu .p-product-menu__list .purple {
  background-color: #55016A;
  bottom: 11px;
  left: calc(50% - 105px);
}
.p-hero__product-menu .p-product-menu__list .purple:hover {
  background-color: #48005a;
}
@media screen and (max-width: 768px) {
  .p-hero__product-menu .p-product-menu__list .purple {
    top: 122px;
    left: calc(50% + 3px);
  }
  .p-hero__product-menu .p-product-menu__list .purple:hover {
    background-color: #55016A;
  }
}
.p-hero__product-menu .p-product-menu__list .purple .p-product-menu__item {
  padding-top: 27px;
}
@media screen and (max-width: 768px) {
  .p-hero__product-menu .p-product-menu__list .purple .p-product-menu__item {
    padding-top: 20px;
  }
}
.p-hero__product-menu .p-product-menu__list .purple .p-product-menu__item::after {
  content: "";
  background: url(../img/nav-03.png) no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 70px;
  height: 57px;
  top: 50px;
  right: calc(50% - 35px);
}
@media screen and (max-width: 768px) {
  .p-hero__product-menu .p-product-menu__list .purple .p-product-menu__item::after {
    top: 45px;
  }
}
.p-hero .p-slider {
  display: -ms-grid;
  -ms-grid-columns: min-content;
  overflow: hidden;
  position: absolute;
  width: calc(100% + 320px);
  left: -320px;
}
.p-hero .p-slider__autoplay-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  -webkit-animation: 45s linear infinite sliderAnimation;
          animation: 45s linear infinite sliderAnimation;
  background: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .p-hero .p-slider__autoplay-slider {
    margin-top: 240px;
  }
}
.p-hero .p-slider .slide {
  width: 300px;
  height: 200px;
  margin: 15px 10px 15px;
  position: relative;
  background-size: contain;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-hero .p-slider .slide {
    width: 240px;
    height: 160px;
    margin: 7px 5px 15px;
  }
}
.p-hero .p-slider .slide:nth-of-type(1), .p-hero .p-slider .slide:nth-of-type(6) {
  background: url(../img/mv_slide_01.jpg);
  background-size: contain;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-hero .p-slider .slide:nth-of-type(2), .p-hero .p-slider .slide:nth-of-type(7) {
  background: url(../img/mv_slide_02.jpg);
  background-size: contain;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-hero .p-slider .slide:nth-of-type(3), .p-hero .p-slider .slide:nth-of-type(8) {
  background: url(../img/mv_slide_03.jpg);
  background-size: contain;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-hero .p-slider .slide:nth-of-type(4), .p-hero .p-slider .slide:nth-of-type(9) {
  background: url(../img/mv_slide_04.jpg);
  background-size: contain;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-hero .p-slider .slide:nth-of-type(5), .p-hero .p-slider .slide:nth-of-type(10) {
  background: url(../img/mv_slide_05.jpg);
  background-size: contain;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-hero .p-slider .slide:nth-of-type(6), .p-hero .p-slider .slide:nth-of-type(11) {
  background: url(../img/mv_slide_06.jpg);
  background-size: contain;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-hero .p-slider .slide:nth-of-type(12) {
  background: url(../img/mv_slide_01.jpg);
  background-size: contain;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-hero .p-slider .slide:nth-of-type(13) {
  background: url(../img/mv_slide_02.jpg);
  background-size: contain;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-hero .p-slider .slide:nth-of-type(14) {
  background: url(../img/mv_slide_03.jpg);
  background-size: contain;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-hero .p-slider .slide:nth-of-type(15) {
  background: url(../img/mv_slide_04.jpg);
  background-size: contain;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-hero .p-slider .slide:nth-of-type(16) {
  background: url(../img/mv_slide_05.jpg);
  background-size: contain;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-hero .p-slider .slide:nth-of-type(17) {
  background: url(../img/mv_slide_06.jpg);
  background-size: contain;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-footer {
  background: url(../img/bg_footer.gif) repeat;
  padding: 60px 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .l-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 30px 20px;
  }
}
.l-footer__logo {
  height: 100%;
  background-color: blue;
}
.l-footer__logo--pc {
  display: block;
  width: 281px;
  height: 63px;
}
@media screen and (max-width: 960px) {
  .l-footer__logo--pc {
    display: none;
  }
}
.l-footer__logo--sp {
  display: none;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .l-footer__logo--sp {
    display: block;
  }
}

.l-footer-nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  width: 29%;
}
@media screen and (max-width: 960px) {
  .l-footer-nav {
    margin-top: 34px;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer-nav::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #fff;
  left: 38%;
}
@media screen and (max-width: 1140px) {
  .l-footer-nav::after {
    left: 34%;
  }
}
@media screen and (max-width: 960px) {
  .l-footer-nav::after {
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
  }
}
.l-footer-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  width: auto;
}
@media screen and (max-width: 960px) {
  .l-footer-nav__list:not(:first-child) {
    margin-top: 40px;
  }
}
.l-footer-nav__item {
  width: auto;
  text-align: center;
}
.l-footer-nav__item:not(:first-child) {
  margin-top: 28px;
}
@media screen and (max-width: 960px) {
  .l-footer-nav__item {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .l-footer-nav__item:not(:first-child) {
    margin-top: 20px;
  }
}

.l-footer__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
  text-align: right;
  color: #fff;
}
.l-footer__info .c-snsbtn-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 960px) {
  .l-footer__info .c-snsbtn-list {
    margin: 40px auto 0;
  }
}
.l-footer__info .c-snsbtn-list__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  right: 0;
}
.l-footer__info .c-snsbtn-list__item:not(:last-child) {
  margin-right: 50px;
}
.l-footer__info .c-snsbtn-list__link img {
  width: 31px;
  height: 31px;
}
.l-footer__info .c-address {
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .l-footer__info .c-address {
    margin-top: 40px;
    text-align: center;
  }
}
.l-footer__info .c-copyright {
  margin-top: 10px;
}
@media screen and (max-width: 960px) {
  .l-footer__info .c-copyright {
    text-align: center;
  }
}

.l-section-about {
  margin-top: 230px;
  padding: 100px 0;
  background-color: #FFEAEA;
  position: relative;
  z-index: -3;
  overflow: hidden;
}
@media screen and (max-width: 1140px) {
  .l-section-about {
    padding: 100px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .l-section-about {
    margin-top: 422px;
    padding: 30px 0;
  }
}
.l-section-about::before {
  content: "";
  position: absolute;
  background: url(../img/bg_wasi.jpg) repeat;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: -1;
  mix-blend-mode: multiply;
}
.l-section-about::after {
  content: "";
  position: absolute;
  background: url(../img/section1_bg-pattern.png) no-repeat;
  background-size: contain;
  width: 420px;
  height: 407px;
  top: 0;
  left: 0;
  z-index: -2;
}
.l-section-menu {
  height: 370px;
  padding: 45px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-section-menu {
    height: auto;
    padding: 30px 0;
  }
}
.l-section-menu::before {
  content: "";
  position: absolute;
  background: url(../img/bg_wasi.jpg) repeat;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: -1;
  mix-blend-mode: multiply;
}
.l-section-news {
  height: 427px;
  padding: 45px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-section-news {
    height: auto;
    padding: 34px 0;
  }
}
.l-section-news::before {
  content: "";
  position: absolute;
  background: url(../img/bg_wasi.jpg) repeat;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: -1;
  mix-blend-mode: multiply;
}
.l-section-media {
  height: auto;
  padding: 45px 0;
}
@media screen and (max-width: 768px) {
  .l-section-media {
    padding: 34px 0;
  }
}

.c-heading-primary {
  position: absolute;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-heading-primary {
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: lr-tb;
            writing-mode: lr-tb;
  }
}
.c-heading-primary__icon {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 1140px) {
  .c-heading-primary__icon {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 768px) {
  .c-heading-primary__icon {
    width: 32px;
    height: 32px;
    margin-right: 10px;
  }
}
.c-heading-primary__title {
  font-size: 28px;
  font-size: 1.75rem;
  margin-top: 20px;
  padding-right: 3.2px;
}
@media screen and (max-width: 1140px) {
  .c-heading-primary__title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 10px;
    padding-right: 1px;
  }
}
@media screen and (max-width: 768px) {
  .c-heading-primary__title {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 2px;
  }
}

.c-heading-secondary {
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  .c-heading-secondary {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.c-btn {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
}
.c-btn__icon {
  width: 14px;
  height: 14px;
  margin-left: 6px;
}

.c-card-wrapper--col3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: wrap;
  -webkit-flex: wrap;
      -ms-flex: wrap;
          flex: wrap;
}
@media screen and (max-width: 768px) {
  .c-card-wrapper--col3 {
    display: block;
  }
}
.c-card-wrapper--col3 .c-card {
  width: calc(33.3333% - 20px);
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .c-card-wrapper--col3 .c-card {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .c-card-wrapper--col3 .c-card:nth-child(3n) {
    margin-bottom: 0;
  }
}
.c-card-wrapper--col3 .c-card:nth-child(3n) {
  margin-right: 0;
}

.c-card {
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-card:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 768px) {
  .c-card:hover {
    -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.4);
            box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.4);
  }
}
.c-card__img {
  width: 100%;
  height: auto;
}
.c-card__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
}
.c-card__text {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .c-card__text {
    margin-top: 5px;
  }
}
.p-about-textbox-upper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-about-textbox-upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-about-textbox-upper__heading {
  width: 100px;
  height: 300px;
  margin-right: 70px;
  color: #fff;
  background-color: #830303;
  border: 3px solid #9B9502;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1140px) {
  .p-about-textbox-upper__heading {
    width: 70px;
    height: 200px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-textbox-upper__heading {
    margin: 0 auto;
    -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.4);
            box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.4);
    width: 200px;
    height: 60px;
  }
}
.p-about-textbox-upper__title {
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (max-width: 768px) {
  .p-about-textbox-upper__title {
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
  }
}
.p-about-textbox-upper__textbox {
  width: 405px;
  height: 100%;
  padding-top: 40px;
  margin-right: 55px;
}
@media screen and (max-width: 1140px) {
  .p-about-textbox-upper__textbox {
    width: 45%;
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-textbox-upper__textbox {
    width: 100%;
    padding-top: 28px;
  }
}
.p-about-textbox-upper__text {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-about-textbox-upper__text {
    margin-top: 28px;
  }
}
.p-about-textbox-upper__img {
  width: 480px;
}
@media screen and (max-width: 1140px) {
  .p-about-textbox-upper__img {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .p-about-textbox-upper__img {
    width: 80%;
    margin: 20px auto 0;
  }
  .p-about-textbox-upper__img img {
    width: 100%;
  }
}
.p-about-textbox-upper__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-about-textbox-upper__link {
    margin-top: 28px;
  }
}

.p-about-textbox-under {
  margin-top: 60px;
  width: 100%;
  height: 355px;
  position: relative;
}
@media screen and (max-width: 1140px) {
  .p-about-textbox-under {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-textbox-under {
    margin-top: 28px;
    height: auto;
  }
}
.p-about-textbox-under__img {
  width: 50%;
  height: 57.4%;
  padding-top: 45px;
  z-index: 1;
}
.p-about-textbox-under__img img {
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .p-about-textbox-under__img {
    padding: 110px 0 88px;
    width: 100%;
  }
  .p-about-textbox-under__img img {
    width: 100%;
  }
}
.p-about-textbox-under__textbox-bg {
  position: absolute;
  width: 57vw;
  height: 210px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), to(rgb(84, 84, 84)));
  background: -webkit-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(84, 84, 84) 100%);
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(84, 84, 84) 100%);
  z-index: -1;
  top: 0;
  right: calc(50% - 50vw);
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .p-about-textbox-under__textbox-bg {
    width: 87vw;
    height: 130px;
  }
}
.p-about-textbox-under__textbox-bg .border1 {
  position: absolute;
  top: 7px;
  width: 100%;
  border: 1.5px solid #DCB46F;
  z-index: 3;
}
.p-about-textbox-under__textbox-bg .border2 {
  position: absolute;
  top: 15px;
  width: 100%;
  border: 0.5px solid #DCB46F;
}
.p-about-textbox-under__textbox-bg .bg-img {
  position: absolute;
  right: 0;
  bottom: -15px;
  width: 284px;
  height: 69px;
}
.p-about-textbox-under__textbox {
  position: absolute;
  width: 405px;
  left: calc(50% + 50px);
  top: 45px;
  z-index: 2;
  color: #fff;
}
@media screen and (max-width: 1140px) {
  .p-about-textbox-under__textbox {
    left: calc(50% + 20px);
  }
}
@media screen and (max-width: 768px) {
  .p-about-textbox-under__textbox {
    width: 100%;
    left: 0;
    height: 100%;
  }
}
.p-about-textbox-under__title {
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (max-width: 768px) {
  .p-about-textbox-under__title {
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-about-textbox-under__text {
  margin-top: -110px;
  color: #fff;
  margin-left: 54.5%;
}
@media screen and (max-width: 1140px) {
  .p-about-textbox-under__text {
    margin-left: 52%;
  }
}
@media screen and (max-width: 768px) {
  .p-about-textbox-under__text {
    color: #000;
    width: 100%;
    height: 100%;
    margin-top: -70px;
    margin-left: 0;
  }
}

.p-menu {
  position: relative;
  margin: auto 0;
}
.p-menu__inner {
  height: 100%;
}
.p-menu__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-menu__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.p-menu__body::after {
  content: "";
  background: url(../img/section2_pattern1.png);
  position: absolute;
  background-size: contain;
  width: 550px;
  height: 550px;
  z-index: -1;
  right: 45px;
  bottom: 30px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 1140px) {
  .p-menu__body::after {
    width: 500px;
    height: 500px;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-menu__body::after {
    width: 280px;
    height: 420px;
    bottom: 16px;
    right: 0;
    background-position: bottom left;
    background-size: auto 100%;
    overflow: hidden;
  }
}
.p-menu__heading {
  width: 100px;
  height: 270px;
  margin-top: -140px;
  background-color: #fff;
  border: 3px solid #9B9502;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.4);
}
.p-menu__heading::after {
  content: "";
  background: url(../img/bg_wasi.jpg) repeat;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 1140px) {
  .p-menu__heading {
    width: 70px;
    height: 200px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-menu__heading {
    margin: 0 auto;
    -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.4);
            box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.4);
    width: 200px;
    height: 60px;
  }
}
.p-menu__bg-pattern {
  position: absolute;
  top: 45px;
  left: -33px;
  width: 204px;
  height: 280px;
  z-index: -1;
}
@media screen and (max-width: 1140px) {
  .p-menu__bg-pattern {
    left: -100px;
  }
}
@media screen and (max-width: 768px) {
  .p-menu__bg-pattern {
    display: none;
  }
}

.p-menu-textbox {
  margin-left: 120px;
  width: 65%;
}
@media screen and (max-width: 768px) {
  .p-menu-textbox {
    margin-left: 0;
    width: 100%;
  }
}
.p-menu-textbox__title {
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (max-width: 768px) {
  .p-menu-textbox__title {
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
    margin-top: 28px;
  }
}
.p-menu-textbox__text {
  margin-top: 39px;
}
@media screen and (max-width: 768px) {
  .p-menu-textbox__text {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 28px;
  }
}
.p-menu-textbox__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  .p-menu-textbox__link {
    margin-top: 28px;
  }
}

.p-product__body {
  position: relative;
  height: 550px;
}
.p-product__body.red {
  background-color: #FFEBEB;
}
.p-product__body.green {
  background-color: #E9FCE4;
}
.p-product__body.purple {
  background-color: #fde7f6;
}

.p-product-base__base {
  position: absolute;
  width: 58.8%;
  height: 550px;
  z-index: 2;
}
.p-product-base__base.red {
  -webkit-clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(201, 64, 32)), to(rgb(101, 32, 16)));
  background: -webkit-linear-gradient(top, rgb(201, 64, 32) 0%, rgb(101, 32, 16) 100%);
  background: linear-gradient(to bottom, rgb(201, 64, 32) 0%, rgb(101, 32, 16) 100%);
}
@media screen and (max-width: 960px) {
  .p-product-base__base.red {
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.p-product-base__base.red::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 216px;
  background: url(../img/section3_bg1.png) no-repeat;
  mix-blend-mode: multiply;
}
.p-product-base__base.green {
  -webkit-clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(40, 134, 125)), to(rgb(24, 64, 60)));
  background: -webkit-linear-gradient(top, rgb(40, 134, 125) 0%, rgb(24, 64, 60) 100%);
  background: linear-gradient(to bottom, rgb(40, 134, 125) 0%, rgb(24, 64, 60) 100%);
  right: 0;
}
@media screen and (max-width: 960px) {
  .p-product-base__base.green {
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.p-product-base__base.green::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 216px;
  background: url(../img/section3_bg2.png) no-repeat;
  mix-blend-mode: multiply;
}
.p-product-base__base.purple {
  -webkit-clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(133, 93, 163)), to(rgb(60, 43, 74)));
  background: -webkit-linear-gradient(top, rgb(133, 93, 163) 0%, rgb(60, 43, 74) 100%);
  background: linear-gradient(to bottom, rgb(133, 93, 163) 0%, rgb(60, 43, 74) 100%);
}
@media screen and (max-width: 960px) {
  .p-product-base__base.purple {
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.p-product-base__base.purple::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 216px;
  background: url(../img/section3_bg3.png) no-repeat;
  mix-blend-mode: multiply;
}
.p-product-base__inner {
  position: relative;
  height: 445px;
  margin-top: 65px;
}
.p-product-base__product {
  position: absolute;
  bottom: 0;
  width: 320px;
  z-index: 3;
}
.p-product-base__product.red, .p-product-base__product.purple {
  left: 15%;
}
.p-product-base__product.green {
  right: 11.5%;
}
@media screen and (max-width: 960px) {
  .p-product-base__product {
    top: 170px;
    width: 230px;
  }
  .p-product-base__product.red, .p-product-base__product.purple, .p-product-base__product.green {
    left: calc(50% - 115px);
  }
}
.p-product-base__title {
  position: absolute;
  width: 157px;
  height: 160px;
}
.p-product-base__title.red, .p-product-base__title.purple {
  left: 24.5%;
}
@media screen and (max-width: 960px) {
  .p-product-base__title.red, .p-product-base__title.purple {
    top: -25px;
    width: 147px;
    height: 150px;
    left: calc(50% - 73.5px);
  }
}
.p-product-base__title.green {
  right: 25%;
}
@media screen and (max-width: 960px) {
  .p-product-base__title.green {
    top: -10px;
    width: 147px;
    height: 150px;
    right: calc(50% - 73.5px);
  }
}
.p-product-base__name {
  position: absolute;
  width: 80px;
  height: 180px;
  top: 90px;
  color: #fff;
  z-index: 2;
}
.p-product-base__name.red, .p-product-base__name.purple {
  left: 58%;
}
.p-product-base__name.green {
  right: 58%;
}
@media screen and (max-width: 960px) {
  .p-product-base__name {
    width: 60px;
    height: 150px;
  }
  .p-product-base__name.red, .p-product-base__name.purple, .p-product-base__name.green {
    left: 75%;
  }
}
.p-product-base__name::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  right: 16px;
  border: 0.5px solid #fff;
}
@media screen and (max-width: 960px) {
  .p-product-base__name::after {
    right: 12px;
  }
}
.p-product-base__name::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 16px;
  border: 0.5px solid #fff;
}
@media screen and (max-width: 960px) {
  .p-product-base__name::before {
    top: 12px;
  }
}
.p-product-base__name p {
  font-size: 22px;
  font-size: 1.375rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  letter-spacing: 3px;
  padding-top: 45px;
  padding-left: 11px;
}
@media screen and (max-width: 960px) {
  .p-product-base__name p {
    font-size: 18px;
    font-size: 1.125rem;
    padding-top: 38px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-product-base__name p {
    font-size: 16px;
    font-size: 1rem;
    padding-left: 6px;
  }
}
.p-product-base__base-bg {
  position: absolute;
  width: 58%;
  height: 550px;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.4);
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-product-base__base-bg {
    display: none;
  }
}
.p-product-base__base-bg.red {
  -webkit-clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(201, 64, 32)), to(rgb(101, 32, 16)));
  background: -webkit-linear-gradient(bottom, rgb(201, 64, 32) 0%, rgb(101, 32, 16) 100%);
  background: linear-gradient(to top, rgb(201, 64, 32) 0%, rgb(101, 32, 16) 100%);
}
.p-product-base__base-bg.green {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(40, 134, 125)), to(rgb(24, 64, 60)));
  background: -webkit-linear-gradient(bottom, rgb(40, 134, 125) 0%, rgb(24, 64, 60) 100%);
  background: linear-gradient(to top, rgb(40, 134, 125) 0%, rgb(24, 64, 60) 100%);
  right: 0;
}
.p-product-base__base-bg.purple {
  -webkit-clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(161, 91, 209)), to(rgb(65, 29, 90)));
  background: -webkit-linear-gradient(bottom, rgb(161, 91, 209) 0%, rgb(65, 29, 90) 100%);
  background: linear-gradient(to top, rgb(161, 91, 209) 0%, rgb(65, 29, 90) 100%);
}
.p-product-base__desc {
  position: absolute;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  letter-spacing: 2px;
  top: 26px;
  z-index: 10;
}
.p-product-base__desc.red, .p-product-base__desc.purple {
  left: 46.6%;
}
@media screen and (max-width: 960px) {
  .p-product-base__desc.red, .p-product-base__desc.purple {
    top: 165px;
    left: 18%;
  }
}
@media screen and (max-width: 768px) {
  .p-product-base__desc.red, .p-product-base__desc.purple {
    display: none;
  }
}
.p-product-base__desc.green {
  left: 48%;
}
@media screen and (max-width: 960px) {
  .p-product-base__desc.green {
    top: 175px;
    left: 18%;
  }
}
@media screen and (max-width: 768px) {
  .p-product-base__desc.green {
    display: none;
  }
}
.p-product-base__category {
  position: absolute;
  right: 0;
  width: 13%;
  height: 70%;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .p-product-base__category {
    display: none;
  }
}
.p-product-base__category.red {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(201, 64, 32)), to(rgb(101, 32, 16)));
  background: -webkit-linear-gradient(top, rgb(201, 64, 32) 0%, rgb(101, 32, 16) 100%);
  background: linear-gradient(to bottom, rgb(201, 64, 32) 0%, rgb(101, 32, 16) 100%);
}
.p-product-base__category.red p {
  right: 25%;
}
.p-product-base__category.green {
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(40, 134, 125)), to(rgb(24, 64, 60)));
  background: -webkit-linear-gradient(top, rgb(40, 134, 125) 0%, rgb(24, 64, 60) 100%);
  background: linear-gradient(to bottom, rgb(40, 134, 125) 0%, rgb(24, 64, 60) 100%);
  top: 0;
  left: 0;
}
.p-product-base__category.green p {
  left: 25%;
}
.p-product-base__category.purple {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(133, 93, 163)), to(rgb(60, 43, 74)));
  background: -webkit-linear-gradient(top, rgb(133, 93, 163) 0%, rgb(60, 43, 74) 100%);
  background: linear-gradient(to bottom, rgb(133, 93, 163) 0%, rgb(60, 43, 74) 100%);
}
.p-product-base__category.purple p {
  right: 25%;
}
.p-product-base__category span {
  position: absolute;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  letter-spacing: 2px;
  top: 35px;
  right: 22%;
}
.p-product-base__category span.left {
  right: 55% !important;
}
.p-product-base__category-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 13%;
  height: 70%;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-product-base__category-bg {
    display: none;
  }
}
.p-product-base__category-bg.red {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(201, 64, 32)), to(rgb(16, 5, 3)));
  background: -webkit-linear-gradient(top, rgb(201, 64, 32) 0%, rgb(16, 5, 3) 100%);
  background: linear-gradient(180deg, rgb(201, 64, 32) 0%, rgb(16, 5, 3) 100%);
}
.p-product-base__category-bg.green {
  -webkit-clip-path: polygon(0 0, 0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 100% 100%, 0 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(37, 117, 109)), to(rgb(5, 25, 26)));
  background: -webkit-linear-gradient(top, rgb(37, 117, 109) 0%, rgb(5, 25, 26) 100%);
  background: linear-gradient(180deg, rgb(37, 117, 109) 0%, rgb(5, 25, 26) 100%);
  left: 0;
}
.p-product-base__category-bg.purple {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(161, 91, 209)), to(rgb(24, 8, 34)));
  background: -webkit-linear-gradient(top, rgb(161, 91, 209) 0%, rgb(24, 8, 34) 100%);
  background: linear-gradient(180deg, rgb(161, 91, 209) 0%, rgb(24, 8, 34) 100%);
}

.p-product-btns {
  position: absolute;
  height: 100%;
}
.p-product-btns.red {
  width: 30%;
  padding-top: 61px;
  right: 12.5%;
}
@media screen and (max-width: 960px) {
  .p-product-btns.red {
    width: 100%;
    right: 0;
  }
}
.p-product-btns.green {
  width: 38%;
  padding-top: 65px;
  left: 8.7%;
}
@media screen and (max-width: 960px) {
  .p-product-btns.green {
    width: 100%;
    left: 0;
  }
}
.p-product-btns.purple {
  width: 44%;
  padding-top: 61px;
  right: 5%;
}
@media screen and (max-width: 960px) {
  .p-product-btns.purple {
    width: 100%;
    right: 0;
  }
}
.p-product-btns__btn-box {
  position: relative;
  width: 100%;
  z-index: 4;
}
@media screen and (max-width: 960px) {
  .p-product-btns__btn-box {
    display: none;
  }
}
.p-product-btns__btn-box.red {
  width: 267px;
  height: 320px;
  margin: 0 auto;
}
.p-product-btns__btn-box.green {
  width: 368px;
  height: 309px;
  margin: 0 auto;
}
.p-product-btns__btn-box.purple {
  width: 410px;
  height: 315px;
  -webkit-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.5));
  margin: 0 auto;
}
.p-product-btns__btn {
  position: absolute;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.p-product-btns__btn.red {
  width: 128px;
  height: 128px;
  background-color: #B79C00;
  -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.4);
}
.p-product-btns__btn.red:hover {
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
  background: #957e02;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-product-btns__btn.red:nth-child(1) {
  top: 53px;
}
.p-product-btns__btn.red:nth-child(1) img {
  margin-top: 12px;
  margin-left: 2px;
  width: 122px;
}
.p-product-btns__btn.red:nth-child(2) {
  right: 0;
}
.p-product-btns__btn.red:nth-child(2) img {
  margin-top: 13px;
  width: 135px;
}
.p-product-btns__btn.red:nth-child(3) {
  top: 192px;
}
.p-product-btns__btn.red:nth-child(3) img {
  margin-top: 4px;
  width: 125px;
}
.p-product-btns__btn.red:nth-child(4) {
  right: 0;
  top: 138px;
}
.p-product-btns__btn.red:nth-child(4) img {
  margin-top: 23px;
  margin-left: 6px;
  width: 115px;
}
.p-product-btns__btn.green {
  width: 86px;
  height: 280px;
  background-color: #5EB7A3;
  -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.4);
  position: absolute;
}
.p-product-btns__btn.green p {
  position: absolute;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  letter-spacing: 2px;
  top: 35px;
  left: 30px;
  z-index: 5;
}
.p-product-btns__btn.green::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  height: 190px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
  z-index: 2;
  background-color: #246456;
}
.p-product-btns__btn.green:hover {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  background: #539283;
}
.p-product-btns__btn.green:nth-child(1) {
  right: 282px;
}
.p-product-btns__btn.green:nth-child(1) img {
  margin-top: 195px;
  margin-left: 6px;
  width: 122px;
}
.p-product-btns__btn.green:nth-child(2) {
  right: 187px;
  top: 29px;
}
.p-product-btns__btn.green:nth-child(2) img {
  margin-top: 200px;
  margin-left: 6px;
  width: 135px;
}
.p-product-btns__btn.green:nth-child(3) {
  right: 94px;
}
.p-product-btns__btn.green:nth-child(3) img {
  margin-top: 212px;
  margin-left: 5px;
  width: 125px;
}
.p-product-btns__btn.green:nth-child(4) {
  top: 29px;
  right: 0;
}
.p-product-btns__btn.green:nth-child(4) img {
  margin-top: 205px;
  margin-left: 5px;
  width: 115px;
}
.p-product-btns__btn.purple {
  width: 199px;
  height: 152px;
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0% 50%);
  background-color: #802390;
}
.p-product-btns__btn.purple:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  background: #aa5cb9;
}
.p-product-btns__btn.purple:nth-child(1) {
  left: calc(50% - 99.5px);
}
.p-product-btns__btn.purple:nth-child(1) img {
  width: 100px;
  height: 75px;
  margin-left: calc(50% - 50px);
  margin-top: 37px;
}
.p-product-btns__btn.purple:nth-child(2) {
  left: 0;
  top: 81.5px;
}
.p-product-btns__btn.purple:nth-child(2) img {
  width: 123px;
  height: 92px;
  margin-left: calc(52.5% - 61.5px);
  margin-top: 30px;
}
.p-product-btns__btn.purple:nth-child(3) {
  right: 0;
  top: 81.5px;
}
.p-product-btns__btn.purple:nth-child(3) img {
  width: 110px;
  height: 83px;
  margin-left: calc(52% - 55px);
  margin-top: 37px;
}
.p-product-btns__btn.purple:nth-child(4) {
  left: calc(50% - 99.5px);
  bottom: 0;
}
.p-product-btns__btn.purple:nth-child(4) img {
  width: 110px;
  height: 83px;
  margin-left: calc(51.5% - 55px);
  margin-top: 36px;
}

.p-product-link {
  position: absolute;
  width: 180px;
  height: 60px;
  bottom: 45px;
  background: transparent;
  border-style: solid;
  border: none;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  font-size: 1rem;
  z-index: 4;
}
@media screen and (max-width: 960px) {
  .p-product-link {
    width: 160px;
    height: 50px;
  }
}
.p-product-link.left.red, .p-product-link.left.purple {
  left: calc(50% - 90px);
}
@media screen and (max-width: 960px) {
  .p-product-link.left.red, .p-product-link.left.purple {
    left: calc(50% - 80px);
  }
}
.p-product-link.left.green {
  left: calc(50% - 90px);
}
@media screen and (max-width: 960px) {
  .p-product-link.left.green {
    left: calc(50% - 80px);
  }
}
.p-product-link.left::before, .p-product-link.left::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  width: 4em;
  height: 2em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.p-product-link.left::before {
  top: -7px;
  left: -7px;
  border-width: 2px 0 0 2px;
  z-index: 5;
}
.p-product-link.left::after {
  bottom: -7px;
  right: -7px;
  border-width: 0 2px 2px 0;
}
.p-product-link.left:hover::before, .p-product-link.left:hover::after {
  width: calc(100% + 30px);
  height: calc(100% + 30px);
}
@media screen and (max-width: 960px) {
  .p-product-link.left:hover::before, .p-product-link.left:hover::after {
    width: 4em;
    height: 2em;
  }
}
.p-product-link.red {
  color: #C94020;
  border-color: #C94020;
}
@media screen and (max-width: 960px) {
  .p-product-link.red {
    color: #C94020;
    background-color: #fff;
  }
}
.p-product-link.red::before, .p-product-link.red::after, .p-product-link.red:hover:before, .p-product-link.red:hover:after, .p-product-link.red:hover {
  border-color: #C94020;
}
@media screen and (max-width: 960px) {
  .p-product-link.red::before, .p-product-link.red::after, .p-product-link.red:hover:before, .p-product-link.red:hover:after, .p-product-link.red:hover {
    border-color: #fff;
  }
}
.p-product-link.red:hover {
  color: #fff;
  background-color: #C94020;
}
@media screen and (max-width: 960px) {
  .p-product-link.red:hover {
    color: #C94020;
    background-color: #fff;
  }
}
.p-product-link.green {
  color: #1E4F4A;
  border-color: #1E4F4A;
}
@media screen and (max-width: 960px) {
  .p-product-link.green {
    color: #1E4F4A;
    background-color: #fff;
  }
}
.p-product-link.green::before, .p-product-link.green::after, .p-product-link.green:hover:before, .p-product-link.green:hover:after, .p-product-link.green:hover {
  border-color: #1E4F4A;
}
@media screen and (max-width: 960px) {
  .p-product-link.green::before, .p-product-link.green::after, .p-product-link.green:hover:before, .p-product-link.green:hover:after, .p-product-link.green:hover {
    border-color: #fff;
  }
}
.p-product-link.green:hover {
  color: #fff;
  background-color: #1E4F4A;
}
@media screen and (max-width: 960px) {
  .p-product-link.green:hover {
    color: #1E4F4A;
    background-color: #fff;
  }
}
.p-product-link.purple {
  color: #542573;
  border-color: #542573;
}
@media screen and (max-width: 960px) {
  .p-product-link.purple {
    color: #542573;
    background-color: #fff;
  }
}
.p-product-link.purple::before, .p-product-link.purple::after, .p-product-link.purple:hover:before, .p-product-link.purple:hover:after, .p-product-link.purple:hover {
  border-color: #542573;
}
@media screen and (max-width: 960px) {
  .p-product-link.purple::before, .p-product-link.purple::after, .p-product-link.purple:hover:before, .p-product-link.purple:hover:after, .p-product-link.purple:hover {
    border-color: #fff;
  }
}
.p-product-link.purple:hover {
  color: #fff;
  background-color: #542573;
}
@media screen and (max-width: 960px) {
  .p-product-link.purple:hover {
    color: #542573;
    background-color: #fff;
  }
}

.p-news__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
}
.p-news__body {
  width: 100%;
}
.p-news__heading {
  text-align: center;
}
.p-news__bg-pattern {
  position: absolute;
  top: 45px;
  right: -26.5px;
  width: 204px;
  height: 337px;
  z-index: -1;
}
@media screen and (max-width: 1140px) {
  .p-news__bg-pattern {
    right: -100px;
  }
}
@media screen and (max-width: 768px) {
  .p-news__bg-pattern {
    display: none;
  }
}
.p-news__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .p-news__link {
    margin-top: 30px;
  }
}

.p-news-list__list {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-news-list__list {
    margin-top: 15px;
  }
}
.p-news-list__item {
  width: 85%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-news-list__item {
    display: block;
    width: 100%;
    padding: 15px 0;
  }
}
.p-news-list__heading {
  margin-left: 45px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-news-list__heading {
    margin-left: 0px;
  }
}
.p-news-list__body {
  margin-left: 60px;
  vertical-align: middle;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-news-list__body {
    margin-left: 0;
    margin-top: 5px;
  }
}
.p-news-list__body::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -20px;
  width: 1px;
  height: 35px;
  margin: auto;
  background-color: black;
}
@media screen and (max-width: 768px) {
  .p-news-list__body::after {
    display: none;
  }
}
.p-news-list__link:hover {
  border-bottom: 1px solid #000;
}

.p-media__heading {
  text-align: center;
}
.p-media__body {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .p-media__body {
    margin-top: 30px;
  }
}
.p-media__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .p-media__link {
    margin-top: 30px;
  }
}

.u-center {
  text-align: center !important;
}

.u-text-bold {
  font-weight: bold !important;
}

.u-text-big {
  font-size: 1.5em;
}

.u-pc-only {
  display: block;
}
@media screen and (max-width: 1140px) {
  .u-pc-only {
    display: none;
  }
}

.u-tablet-only {
  display: none;
}
@media screen and (max-width: 1140px) {
  .u-tablet-only {
    display: block;
  }
}

.u-sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp-only {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */