@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/*
 * html, body
---------------------------------------*/
html {
  font-size: 10px;
}

body {
  opacity: 0;
  position: relative;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  line-height: 1.8571428571;
  letter-spacing: 0;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  overflow-wrap: break-word;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body.preload {
  -webkit-transition: none !important;
  transition: none !important;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header, footer {
  width: 100%;
}

a, .hover {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: inherit;
}
a:hover, .hover:hover {
  text-decoration: none;
  outline: 0;
  opacity: 0.8;
}
a.block, .hover.block {
  display: block;
}
a.line, .hover.line {
  display: inline;
}
a.link, .hover.link {
  text-decoration: underline;
}
a img, .hover img {
  border: 0;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.disc {
  margin-left: 1em;
}
ul.disc li {
  list-style: disc;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe {
  max-width: 100%;
}

picture {
  display: block;
}
picture img {
  width: inherit;
}

/*
 * SP-PC切り替え
---------------------------------------*/
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

/*
 * SPのときだけTELリンクをつける
---------------------------------------*/
@media print, screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: text;
    text-decoration: none;
  }
}

.clear:after {
  content: "";
  display: block;
  clear: both;
}

/* fade
------------------------------------------------------ */
@-webkit-keyframes fade-in {
  from {
    display: block;
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    display: block;
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    z-index: -100;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    z-index: -100;
  }
}
.key-fadein {
  -webkit-animation: fade-in 1s;
          animation: fade-in 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.key-fadeout {
  -webkit-animation: fade-out 1s;
          animation: fade-out 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/* FONT FACE
------------------------------------------------------ */
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Thin.woff") format("woff"), url("../fonts/Inter/Inter-Thin.woff2") format("woff2");
  font-weight: 100;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-ExtraLight.woff") format("woff"), url("../fonts/Inter/Inter-ExtraLight.woff2") format("woff2");
  font-weight: 200;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Light.woff") format("woff"), url("../fonts/Inter/Inter-Light.woff2") format("woff2");
  font-weight: 300;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-SemiBold.woff") format("woff"), url("../fonts/Inter/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Thin.otf") format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Light.otf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Regular.otf") format("opentype");
  font-weight: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Medium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Bold.otf") format("opentype");
  font-weight: bold;
  font-weight: 700;
}
.l-header {
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-header {
    top: 2.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header {
    top: calc( 60px + ((1vw - 7.68px) * 6.2972292191 ) );
  }
}
@media print, screen and (min-width: 1165px) {
  .l-header {
    top: 8.5rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header .header__logo {
    width: 19.254491018%;
    margin-left: 0.7rem;
  }
}

.l-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  /*   @include max(){
     width: 99.9%;
     margin-left: auto;
     margin-right: auto;
   }
  */
}
@media all and (-ms-high-contrast: none) {
  .l-wrapper {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }
}

.l-main {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-content {
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}
@media screen and (max-width: 768px) {
  .l-content {
    padding-left: calc( 28px + ((1vw - 3.9px) * 7.4074074074 ) );
    padding-right: calc( 28px + ((1vw - 3.9px) * 7.4074074074 ) );
  }
}
@media print, screen and (min-width: 769px) {
  .l-content {
    width: 100%;
    max-width: 119.5rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 6rem;
  }
}
@media print, screen and (min-width: 769px) {
  .l-content--pc {
    width: 100%;
    max-width: 119.5rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1.5rem;
  }
}

.l-content-fluid {
  width: 100vw;
  margin-left: 50vw;
  margin-right: 50vw;
}

/* #footer
----------------------------------------------------------------- */
.l-footer__wrapper {
  padding-bottom: 13rem;
}
@media screen and (max-width: 768px) {
  .l-footer__wrapper {
    margin-top: 11.0256410256%;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer__wrapper {
    padding-top: 14.6rem;
  }
}

.l-footer {
  max-width: 36.4rem;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .l-footer {
    max-width: 70rem;
  }
}
.l-footer .footer__link--products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.35714em;
  letter-spacing: 0.2em;
  width: 100%;
  max-width: 30rem;
  height: 6rem;
  color: rgb(255, 255, 255);
  background-color: #5a5a5a;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .l-footer .footer__link--products {
    font-size: 14px;
    font-size: 1.4rem;
    max-width: 42rem;
  }
}
.l-footer .footer__link--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3.25rem 0 0;
}
@media screen and (max-width: 768px) {
  .l-footer .footer__link--wrapper {
    padding-left: 4.4910179641%;
    padding-right: 4.4910179641%;
    margin-top: 1rem;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer .footer__link--wrapper {
    width: 58.5rem;
    max-width: 100%;
    margin: 4.7rem auto 0;
  }
}
.l-footer .footer__link--item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  width: 48%;
  height: 3.6rem;
  background-color: #fff;
  border: 1px solid #000;
  margin: 0.75rem 0;
}
@media print, screen and (min-width: 769px) {
  .l-footer .footer__link--item {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333333333em;
    max-width: 28rem;
    height: 6.7rem;
    width: 48%;
    margin: 0 1rem;
  }
}
.l-footer .footer__link--item:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 4%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("../images/icon-arrow-footer.svg");
}
@media print, screen and (min-width: 769px) {
  .l-footer .footer__link--item:after {
    right: 1rem;
    width: 0.982rem;
    height: 1.963rem;
  }
}
.l-footer .footer__link--insta:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 14.4927536232%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url(../images/icon-instargram.svg);
}
@media print, screen and (min-width: 769px) {
  .l-footer .footer__link--insta:before {
    width: 3.7rem;
    height: 3.7rem;
  }
}

.fixed_nav {
  position: fixed;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .fixed_nav {
    width: 100%;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.5s ease 0s;
    transition: -webkit-transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  }
}
@media print, screen and (min-width: 769px) {
  .fixed_nav {
    opacity: 0;
    width: 8%;
    top: 20%;
    right: 0;
    -webkit-transition: opacity 0.5s ease 0s;
    transition: opacity 0.5s ease 0s;
  }
}
@media print, screen and (min-width: 1300px) {
  .fixed_nav {
    width: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .fixed_nav.on {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media print, screen and (min-width: 769px) {
  .fixed_nav.on {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .fixed_nav .fixed_nav_list {
    max-width: 42.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .fixed_nav .fixed_nav_list .fixed_nav_item {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .fixed_nav .fixed_nav_list .fixed_nav_item + .fixed_nav_item {
    margin-left: 0.3rem;
  }
}
@media print, screen and (min-width: 769px) {
  .fixed_nav .fixed_nav_list .fixed_nav_item + .fixed_nav_item {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .fixed_nav .fixed_nav_list .fixed_nav_item img {
    width: 100%;
  }
}

.u-color_bg-gray {
  background-color: #F6F7F7;
}
@media print, screen and (min-width: 769px) {
  .u-color_bg-gray-pc {
    background-color: #F6F7F7;
  }
}

.u-color_bg-green {
  background-color: #E4EDEE;
}
@media print, screen and (min-width: 769px) {
  .u-color_bg-green-pc {
    background-color: #E4EDEE;
  }
}

.u-color_bg-white {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .u-color_bg-white-sp {
    background-color: #fff;
  }
}

/* フェード
------------------------------------------------------ */
.js-fade-in {
  opacity: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 2.5s;
          transition-duration: 2.5s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
          transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
}
.js-fade-in.js-scroll-in {
  opacity: 1 !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}
.js-fade-in.fade-outQuit {
  -webkit-transition-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
          transition-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
}
.js-fade-in.fade-in-up {
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
}
.js-fade-in.fade-in-up.up-y-deep {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}
.js-fade-in.fade-in-down {
  -webkit-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0);
}
.js-fade-in.fade-in-left {
  -webkit-transform: translate3d(-50vw, 0, 0);
          transform: translate3d(-50vw, 0, 0);
}
.js-fade-in.fade-in-right {
  -webkit-transform: translate3d(50vw, 0, 0);
          transform: translate3d(50vw, 0, 0);
}

.text-left {
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .text-left--pc {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .text-left--sp {
    text-align: left;
  }
}
.text-center {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .text-center--pc {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .text-center--sp {
    text-align: center;
  }
}
.text-right {
  text-align: right;
}
@media print, screen and (min-width: 769px) {
  .text-right--pc {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .text-right--sp {
    text-align: right;
  }
}

.c-button-copy {
  padding: 0 0.5em;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #5a9999;
  border-right: 1px solid #2f4f4f;
  border-bottom: 1px solid #2f4f4f;
  -webkit-box-shadow: 1px 1px 1px #2f4f4f;
          box-shadow: 1px 1px 1px #2f4f4f;
}
.c-button-copy:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
}

/*
 * flex-boxのitem幅
---------------------------------------*/
/*
 * flex-box
---------------------------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex .flex_item-col1 {
  width: 6.3333333333%;
}
.flex .flex_item-col2 {
  width: 14.6666666667%;
}
.flex .flex_item-col3 {
  width: 23%;
}
.flex .flex_item-col4 {
  width: 31.3333333333%;
}
.flex .flex_item-col5 {
  width: 39.6666666667%;
}
.flex .flex_item-col6 {
  width: 48%;
}
.flex .flex_item-col7 {
  width: 56.3333333333%;
}
.flex .flex_item-col8 {
  width: 64.6666666667%;
}
.flex .flex_item-col9 {
  width: 73%;
}
.flex .flex_item-col10 {
  width: 81.3333333333%;
}
.flex .flex_item-col11 {
  width: 89.6666666667%;
}
.flex .flex_item-col12 {
  width: 98%;
}
@media screen and (max-width: 768px) {
  .flex .flex_item-sp-col1 {
    width: 6.3333333333%;
  }
  .flex .flex_item-sp-col2 {
    width: 14.6666666667%;
  }
  .flex .flex_item-sp-col3 {
    width: 23%;
  }
  .flex .flex_item-sp-col4 {
    width: 31.3333333333%;
  }
  .flex .flex_item-sp-col5 {
    width: 39.6666666667%;
  }
  .flex .flex_item-sp-col6 {
    width: 48%;
  }
  .flex .flex_item-sp-col7 {
    width: 56.3333333333%;
  }
  .flex .flex_item-sp-col8 {
    width: 64.6666666667%;
  }
  .flex .flex_item-sp-col9 {
    width: 73%;
  }
  .flex .flex_item-sp-col10 {
    width: 81.3333333333%;
  }
  .flex .flex_item-sp-col11 {
    width: 89.6666666667%;
  }
  .flex .flex_item-sp-col12 {
    width: 98%;
  }
}
@media print, screen and (min-width: 769px) {
  .flex .flex_item-pc-col1 {
    width: 6.3333333333%;
  }
  .flex .flex_item-pc-col2 {
    width: 14.6666666667%;
  }
  .flex .flex_item-pc-col3 {
    width: 23%;
  }
  .flex .flex_item-pc-col4 {
    width: 31.3333333333%;
  }
  .flex .flex_item-pc-col5 {
    width: 39.6666666667%;
  }
  .flex .flex_item-pc-col6 {
    width: 48%;
  }
  .flex .flex_item-pc-col7 {
    width: 56.3333333333%;
  }
  .flex .flex_item-pc-col8 {
    width: 64.6666666667%;
  }
  .flex .flex_item-pc-col9 {
    width: 73%;
  }
  .flex .flex_item-pc-col10 {
    width: 81.3333333333%;
  }
  .flex .flex_item-pc-col11 {
    width: 89.6666666667%;
  }
  .flex .flex_item-pc-col12 {
    width: 98%;
  }
}
@media print, screen and (min-width: 769px) {
  .flex--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flex--pc .flex_item-pc-col1 {
    width: 6.3333333333%;
  }
  .flex--pc .flex_item-pc-col2 {
    width: 14.6666666667%;
  }
  .flex--pc .flex_item-pc-col3 {
    width: 23%;
  }
  .flex--pc .flex_item-pc-col4 {
    width: 31.3333333333%;
  }
  .flex--pc .flex_item-pc-col5 {
    width: 39.6666666667%;
  }
  .flex--pc .flex_item-pc-col6 {
    width: 48%;
  }
  .flex--pc .flex_item-pc-col7 {
    width: 56.3333333333%;
  }
  .flex--pc .flex_item-pc-col8 {
    width: 64.6666666667%;
  }
  .flex--pc .flex_item-pc-col9 {
    width: 73%;
  }
  .flex--pc .flex_item-pc-col10 {
    width: 81.3333333333%;
  }
  .flex--pc .flex_item-pc-col11 {
    width: 89.6666666667%;
  }
  .flex--pc .flex_item-pc-col12 {
    width: 98%;
  }
}
@media screen and (max-width: 768px) {
  .flex--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flex--sp .flex_item-sp-col1 {
    width: 6.3333333333%;
  }
  .flex--sp .flex_item-sp-col2 {
    width: 14.6666666667%;
  }
  .flex--sp .flex_item-sp-col3 {
    width: 23%;
  }
  .flex--sp .flex_item-sp-col4 {
    width: 31.3333333333%;
  }
  .flex--sp .flex_item-sp-col5 {
    width: 39.6666666667%;
  }
  .flex--sp .flex_item-sp-col6 {
    width: 48%;
  }
  .flex--sp .flex_item-sp-col7 {
    width: 56.3333333333%;
  }
  .flex--sp .flex_item-sp-col8 {
    width: 64.6666666667%;
  }
  .flex--sp .flex_item-sp-col9 {
    width: 73%;
  }
  .flex--sp .flex_item-sp-col10 {
    width: 81.3333333333%;
  }
  .flex--sp .flex_item-sp-col11 {
    width: 89.6666666667%;
  }
  .flex--sp .flex_item-sp-col12 {
    width: 98%;
  }
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 769px) {
  .flex-wrap--pc {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .flex-wrap--sp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.flex-justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media print, screen and (min-width: 769px) {
  .flex-justify-start--pc {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .flex-justify-start--sp {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.flex-justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media print, screen and (min-width: 769px) {
  .flex-justify-end--pc {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .flex-justify-end--sp {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.flex-justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (min-width: 769px) {
  .flex-justify-between--pc {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .flex-justify-between--sp {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.flex-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .flex-justify-center--pc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .flex-justify-center--sp {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.flex-align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media print, screen and (min-width: 769px) {
  .flex-align-start--pc {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .flex-align-start--sp {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.flex-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 769px) {
  .flex-align-center--pc {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .flex-align-center--sp {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.flex-align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media print, screen and (min-width: 769px) {
  .flex-align-end--pc {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .flex-align-end--sp {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.flex-align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media print, screen and (min-width: 769px) {
  .flex-align-stretch--pc {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (max-width: 768px) {
  .flex-align-stretch--sp {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media print, screen and (min-width: 769px) {
  .flex-row-reverse--pc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 768px) {
  .flex-row-reverse--sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.mv {
  position: relative;
  background-image: url(../images/mv_sp.jpg);
  background-size: cover;
  background-position: top center;
  height: 0;
  padding-top: calc(596 / 390 * 100%);
}
@media print, screen and (min-width: 769px) {
  .mv {
    background-image: url(../images/mv.jpg);
    padding-top: calc(700 / 1360 * 100%);
  }
}
.mv.js-image-slide {
  -webkit-transition: all 1s cubic-bezier(0.86, 0, 0.07, 1) 0s;
  transition: all 1s cubic-bezier(0.86, 0, 0.07, 1) 0s;
}
.mv.js-image-slide:after {
  -webkit-transition: opacity 0s cubic-bezier(0.86, 0, 0.07, 1) 0s, -webkit-transform 1.5s cubic-bezier(0.86, 0, 0.07, 1) 0.5s;
  transition: opacity 0s cubic-bezier(0.86, 0, 0.07, 1) 0s, -webkit-transform 1.5s cubic-bezier(0.86, 0, 0.07, 1) 0.5s;
  transition: opacity 0s cubic-bezier(0.86, 0, 0.07, 1) 0s, transform 1.5s cubic-bezier(0.86, 0, 0.07, 1) 0.5s;
  transition: opacity 0s cubic-bezier(0.86, 0, 0.07, 1) 0s, transform 1.5s cubic-bezier(0.86, 0, 0.07, 1) 0.5s, -webkit-transform 1.5s cubic-bezier(0.86, 0, 0.07, 1) 0.5s;
}
.mv .mv__inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .mv .mv__inner {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .mv .mv__inner {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.mv .mv__title {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .mv .mv__title {
    top: 64.5%;
    left: 9%;
    width: 38%;
  }
}
@media print, screen and (min-width: 769px) {
  .mv .mv__title {
    font-size: 49px;
    font-size: 4.9rem;
    top: 51%;
    left: 6.5%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.mv .mv__logo {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .mv .mv__logo {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
  }
}

.intro {
  padding-top: 4.6153846154%;
  padding-bottom: 4.6153846154%;
}
@media print, screen and (min-width: 769px) {
  .intro {
    padding-top: 8.7rem;
    padding-bottom: 8.7rem;
  }
}
.intro .intro__title {
  font-size: 18px;
  font-size: calc( 18px + ((1vw - 3.9px) * 4.7619047619 ) );
  line-height: 1.5555555556;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 769px) {
  .intro .intro__title {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 1.3947368421;
    font-weight: 100;
  }
}
.intro .intro_lead {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6428571429;
  letter-spacing: 0.2em;
  margin-top: 4.6153846154%;
  font-weight: 300;
}
@media screen and (max-width: 420px) {
  .intro .intro_lead {
    font-size: 10px;
    font-size: calc( 10px + ((1vw - 3.2px) * 3 ) );
  }
}
@media print, screen and (min-width: 769px) {
  .intro .intro_lead {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.9375;
    margin-top: 2.8rem;
  }
}

.page-nav {
  padding-top: 4.6153846154%;
  padding-bottom: 5.641025641%;
}
@media print, screen and (min-width: 769px) {
  .page-nav {
    padding-top: 1.7rem;
    padding-bottom: 3.3rem;
  }
}
.page-nav .nav__item {
  text-align: center;
  width: calc(279 / 1165 * 100%);
}
.page-nav .page-nav__title {
  width: calc(32 / 95 * 100%);
  margin-top: 1.2rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 769px) {
  .page-nav .page-nav__title {
    width: calc(50 / 279 * 100%);
    margin-top: 1.9rem;
  }
}

.sec-type {
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec-type {
    overflow: hidden;
  }
}
.sec-type.active:before {
  opacity: 1;
}
@media print, screen and (min-width: 769px) {
  .sec-type:before {
    content: "";
    opacity: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    -webkit-transition: all 1s ease 0.5s;
    transition: all 1s ease 0.5s;
  }
}
.sec-type .type__header {
  font-family: "Inter", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .sec-type .type__header {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 200;
    width: 85vw;
    padding-top: 1.1rem;
    padding-left: 1.6rem;
    padding-bottom: 0.1rem;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
@media print, screen and (min-width: 769px) {
  .sec-type .type__header {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 2.3rem;
  }
}
.sec-type .type__header .header1 {
  font-size: 0.5em;
  letter-spacing: 0.075em;
}
@media print, screen and (min-width: 769px) {
  .sec-type .type__header .header1 {
    font-size: 0.6em;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-type .type__header .header2 {
    margin-left: 0.6rem;
  }
}
.sec-type .type__content {
  position: relative;
}
.sec-type .type__content + .type__content {
  margin-top: 12.5rem;
}
.sec-type .type__content:nth-of-type(n + 2) .type__box.article .article__image .article__image__pic:before {
  top: -3rem;
}
.sec-type .type__box {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .sec-type .type__box.left {
    float: left;
  }
  .sec-type .type__box.right {
    float: right;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-type .type__box.article:before, .sec-type .type__box.side__image:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  .sec-type .type__box.article.left:before, .sec-type .type__box.side__image.left:before {
    right: 0;
    width: 500%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.14, 0.78, 0.92, 0.25) 0s;
    transition: -webkit-transform 1s cubic-bezier(0.14, 0.78, 0.92, 0.25) 0s;
    transition: transform 1s cubic-bezier(0.14, 0.78, 0.92, 0.25) 0s;
    transition: transform 1s cubic-bezier(0.14, 0.78, 0.92, 0.25) 0s, -webkit-transform 1s cubic-bezier(0.14, 0.78, 0.92, 0.25) 0s;
  }
  .sec-type .type__box.article.left.on:before, .sec-type .type__box.side__image.left.on:before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .sec-type .type__box.article.right:before, .sec-type .type__box.side__image.right:before {
    left: 0;
    width: 0;
    -webkit-transition: width 1.5s cubic-bezier(0.14, 0.78, 0.92, 0.25) 1s;
    transition: width 1.5s cubic-bezier(0.14, 0.78, 0.92, 0.25) 1s;
  }
  .sec-type .type__box.article.right.on:before, .sec-type .type__box.side__image.right.on:before {
    width: 300%;
  }
}
.sec-type .type__box.article {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .sec-type .type__box.article {
    width: calc(629 / 1165 * 100%);
    padding-bottom: 6.5rem;
  }
  .sec-type .type__box.article.left {
    padding-left: calc(80 / 1165 * 100%);
    padding-right: calc(34 / 1165 * 100%);
  }
  .sec-type .type__box.article.right {
    padding-right: calc(52 / 1165 * 100%);
    padding-left: calc(34 / 1165 * 100%);
  }
}
@media screen and (max-width: 768px) {
  .sec-type .type__box.article .article__image {
    width: 85vw;
  }
}
@media screen and (max-width: 768px) {
  .sec-type .type__box.article .article__image.left {
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 768px) {
  .sec-type .type__box.article .article__image.right {
    margin-right: calc(50% - 50vw);
    margin-left: auto;
  }
  .sec-type .type__box.article .article__image.right .article__image__caption {
    width: 50%;
    margin-left: auto;
  }
}
.sec-type .type__box.article .article__image .article__image__caption {
  font-family: "Inter", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 11px;
  font-size: calc( 11px + ((1vw - 3.9px) * 2.8205128205 ) );
  line-height: 1.1818181818;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .sec-type .type__box.article .article__image .article__image__caption {
    font-weight: 500;
    margin-top: 5rem;
    margin-left: 7.6923076923%;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-type .type__box.article .article__image .article__image__caption {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.3333333333;
    margin-top: 1.1rem;
  }
}
.sec-type .type__box.article .article__image .article__image__pic {
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec-type .type__box.article .article__image .article__image__pic:before, .sec-type .type__box.article .article__image .article__image__pic:after {
    content: "";
    position: absolute;
    display: block;
    z-index: -1;
  }
  .sec-type .type__box.article .article__image .article__image__pic:before {
    top: -5rem;
    width: 0%;
    height: calc(100% - 50px);
    -webkit-transition: width 1s cubic-bezier(0.86, 0, 0.07, 1) 0s;
    transition: width 1s cubic-bezier(0.86, 0, 0.07, 1) 0s;
  }
  .sec-type .type__box.article .article__image .article__image__pic:after {
    left: 50%;
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%);
    bottom: -1.8rem;
    width: 150%;
    height: 61%;
    -webkit-transition: -webkit-transform 1.25s cubic-bezier(0.86, 0, 0.07, 1) 0s;
    transition: -webkit-transform 1.25s cubic-bezier(0.86, 0, 0.07, 1) 0s;
    transition: transform 1.25s cubic-bezier(0.86, 0, 0.07, 1) 0s;
    transition: transform 1.25s cubic-bezier(0.86, 0, 0.07, 1) 0s, -webkit-transform 1.25s cubic-bezier(0.86, 0, 0.07, 1) 0s;
  }
  .sec-type .type__box.article .article__image .article__image__pic.on:before {
    width: 100%;
  }
  .sec-type .type__box.article .article__image .article__image__pic.on:after {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .sec-type .type__box.side__image {
    position: absolute;
    top: calc( 486px + ((1vw - 3.9px) * 119.8412698413 ) );
    width: calc(200 / 334 * 100%);
    max-width: 33.5rem;
  }
  .sec-type .type__box.side__image.left {
    left: calc(50% - 50vw);
  }
  .sec-type .type__box.side__image.right {
    right: calc(50% - 50vw);
  }
}
@media print, screen and (min-width: 769px) {
  .sec-type .type__box.side__image {
    position: relative;
    width: calc(470 / 1165 * 100%);
  }
  .sec-type .type__box.side__image.left {
    padding-left: calc(90 / 1165 * 100%);
  }
  .sec-type .type__box.side__image.right {
    padding-right: calc(90 / 1165 * 100%);
  }
}
.sec-type .type__box.side__image img {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .sec-type .type__box.information {
    width: calc(470 / 1165 * 100%);
  }
  .sec-type .type__box.information.left {
    padding-left: 7.7253218884%;
  }
}
.sec-type .type__num {
  font-family: "Inter", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  font-size: calc( 24px + ((1vw - 3.9px) * 6.1538461538 ) );
  font-weight: 200;
  line-height: 1.5;
  letter-spacing: 0.075em;
  margin-top: 1rem;
}
@media print, screen and (min-width: 769px) {
  .sec-type .type__num {
    font-size: 42px;
    font-size: 4.2rem;
    letter-spacing: 0.05em;
    font-weight: 100;
    margin-top: 3.8rem;
    margin-right: 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-type .type__num.right {
    width: 50%;
    margin-right: calc(50% - 50vw);
    margin-left: auto;
  }
}
.sec-type .type__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-size: calc( 15px + ((1vw - 3.2px) * 0 ) );
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 334px) {
  .sec-type .type__title {
    margin-top: calc( 100px + ((1vw - 3.2px) * 257.1428571429 ) );
  }
}
@media screen and (min-width: 335px) and (max-width: 768px) {
  .sec-type .type__title {
    margin-top: calc( 136px + ((1vw - 3.34px) * 33.1797235023 ) );
  }
}
@media screen and (min-width: 451) and (max-width: 768) {
  .sec-type .type__title {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-type .type__title {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.2em;
    margin-top: 3.8rem;
  }
}
.sec-type .type__description {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  letter-spacing: 0.08em;
  text-align: justify;
  margin-bottom: 2rem;
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  .sec-type .type__description {
    font-weight: 300;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-type .type__description {
    line-height: 1.8571428571;
    letter-spacing: 0.2em;
    margin-top: 1.6rem;
    margin-left: 7rem;
  }
}
.sec-type .type__color {
  margin-top: 3.8461538462%;
  margin-bottom: 11.7948717949%;
}
@media screen and (max-width: 768px) {
  .sec-type .type__color {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-type .type__color {
    margin-top: 3.2rem;
    margin-bottom: 3rem;
  }
}
.sec-type .type__color .type__color__title {
  font-family: "Inter", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 300;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .sec-type .type__color .type__color__title {
    line-height: 1.6rem;
    margin-right: 1.6rem;
    padding-left: 0.4rem;
    width: 30%;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-type .type__color .type__color__title {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-type .type__color .color__list {
    width: 60%;
  }
}
.sec-type .type__color .color__list .color__item {
  width: 6.1rem;
  height: 1.6rem;
}
@media print, screen and (min-width: 769px) {
  .sec-type .type__color .color__list .color__item {
    width: 7rem;
    height: 5rem;
  }
}
.sec-type .type__color .color__list .color__item.item--1 {
  background-color: #a7a7a7;
}
.sec-type .type__color .color__list .color__item.item--2 {
  background-color: #776654;
}
.sec-type .type__color .color__list .color__item.item--3 {
  background-color: #a34c3e;
}
.sec-type .type__color .color__list .color__item.item--4 {
  background-color: #4f5458;
}
.sec-type .type__color .color__list .color__item.item--5 {
  background-color: #b98e4f;
}
.sec-type .type__color .color__list .color__item.item--6 {
  background-color: #d9d9d9;
}
.sec-type .type__color .color__list .color__item.item--7 {
  background-color: #000000;
}
.sec-type .type__color .color__list .color__item.item--8 {
  background-color: #313240;
}
.sec-type .type__color .color__list .color__item.item--9 {
  background-color: #decaac;
}
.sec-type .type__color .color__list .color__item.item--10 {
  background-color: #8c7c7c;
}
.sec-type .type__color .color__list .color__item.item--11 {
  background-color: #720c16;
}
.sec-type .type__color .color__list .color__item.item--12 {
  background-color: #455552;
}
.sec-type .type__color .color__list .color__item.item--13 {
  background-color: #12385e;
}
.sec-type .type__color .color__list .color__item.item--14 {
  background-color: #e3dfda;
}
.sec-type .type__color .color__list .color__item.item--15 {
  background-color: #d5c9aa;
}
.sec-type .type__color .color__list .color__item + .color__item {
  margin-left: 1.2rem;
}
@media print, screen and (min-width: 769px) {
  .sec-type .type__color .color__list .color__item + .color__item {
    margin-left: 1.8rem;
  }
}
.sec-type .type__color .web_color {
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .sec-type .type__color .web_color {
    position: absolute;
    top: 15px;
    font-size: 0.8rem;
  }
}

@media print, screen and (min-width: 769px) {
  .type-a .article:before,
.type-a .side__image:before {
    background-color: #C7B299;
  }
}
@media screen and (max-width: 768px) {
  .type-a .article .article__image .article__image__pic:before, .type-a .article .article__image .article__image__pic:after {
    background-color: #C7B299;
  }
}
.type-a .js-image-slide::after {
  background-color: #C7B299;
}
.type-a .price .price__btn:hover {
  background-color: #C7B299;
}

@media print, screen and (min-width: 769px) {
  .type-b .article:before,
.type-b .side__image:before {
    background-color: #B27B7B;
  }
}
@media screen and (max-width: 768px) {
  .type-b .article .article__image .article__image__pic:before, .type-b .article .article__image .article__image__pic:after {
    background-color: #B27B7B;
  }
}
.type-b .js-image-slide::after {
  background-color: #B27B7B;
}
.type-b .price .price__btn:hover {
  background-color: #B27B7B;
}

@media print, screen and (min-width: 769px) {
  .type-c .article:before,
.type-c .side__image:before {
    background-color: #A0A07A;
  }
}
@media screen and (max-width: 768px) {
  .type-c .article .article__image .article__image__pic:before, .type-c .article .article__image .article__image__pic:after {
    background-color: #A0A07A;
  }
}
.type-c .js-image-slide::after {
  background-color: #A0A07A;
}
.type-c .price .price__btn:hover {
  background-color: #A0A07A;
}

@media print, screen and (min-width: 769px) {
  .type-d .article:before,
.type-d .side__image:before {
    background-color: #9DA1AD;
  }
}
@media screen and (max-width: 768px) {
  .type-d .article .article__image .article__image__pic:before, .type-d .article .article__image .article__image__pic:after {
    background-color: #9DA1AD;
  }
}
.type-d .js-image-slide::after {
  background-color: #9DA1AD;
}
.type-d .price .price__btn:hover {
  background-color: #9DA1AD;
}

@media print, screen and (min-width: 769px) {
  .type-a {
    margin-top: 5.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  .type-a:before {
    background-image: url(../images/typeA_logo.svg);
    width: 11.3076923077%;
    height: 53.336rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .type-a:before {
    width: 14.719rem;
    height: 53.336rem;
  }
}

.type-b {
  margin-top: 10.7692307692%;
}
@media print, screen and (min-width: 769px) {
  .type-b {
    margin-top: 21.2rem;
  }
}
@media print, screen and (min-width: 769px) {
  .type-b:before {
    background-image: url(../images/typeB_logo.svg);
    width: 11.3076923077%;
    height: 36rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .type-b:before {
    width: 14.7rem;
    height: 36rem;
  }
}
@media screen and (max-width: 768px) {
  .type-b .type__box.side__image.right {
    top: calc( 482px + ((1vw - 3.9px) * 119.0476190476 ) );
  }
}
@media print, screen and (min-width: 769px) {
  .type-b .type__box.side__image.right {
    padding-right: calc(74 / 1165 * 100%);
  }
}

.type-c {
  margin-top: 10.7692307692%;
}
@media print, screen and (min-width: 769px) {
  .type-c {
    margin-top: 21.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  .type-c:before {
    background-image: url(../images/typeC_logo.svg);
    width: 11.3846153846%;
    height: 59.5rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .type-c:before {
    width: 14.8rem;
    height: 59.5rem;
  }
}
@media screen and (max-width: 768px) {
  .type-c .type__header {
    margin-left: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .type-c .type__content + .type__content {
    margin-top: 28.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  .type-c .type__box.article.right {
    padding-right: 2.2058823529%;
  }
}
@media screen and (max-width: 768px) {
  .type-c .type__box.side__image {
    top: calc( 482px + ((1vw - 3.9px) * 119.0476190476 ) );
  }
}
@media print, screen and (min-width: 769px) {
  .type-c .type__box.side__image.left {
    padding-left: calc(75 / 1165 * 100%);
  }
  .type-c .type__box.side__image.right {
    padding-right: calc(70 / 1165 * 100%);
  }
}
@media print, screen and (min-width: 769px) {
  .type-c .type__box.information.left {
    padding-left: calc(75 / 1165 * 100%);
  }
}

.type-d {
  margin-top: 10.7692307692%;
}
@media print, screen and (min-width: 769px) {
  .type-d {
    margin-top: 22.9rem;
  }
}
@media print, screen and (min-width: 769px) {
  .type-d:before {
    background-image: url(../images/typeD_logo.svg);
    width: 12.2307692308%;
    height: 54.5rem;
    left: -1.4rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .type-d:before {
    width: 15.9rem;
    height: 54.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  .type-d .type__header {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 769px) {
  .type-d .type__content + .type__content {
    margin-top: 28.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  .type-d .type__box.article.right {
    padding-right: 6.25%;
  }
}
@media print, screen and (min-width: 769px) {
  .type-d .type__box.side__image.left {
    width: calc(479 / 1165 * 100%);
    padding-left: calc(79 / 1165 * 100%);
  }
  .type-d .type__box.side__image.right {
    padding-right: calc(70 / 1165 * 100%);
  }
}
@media screen and (max-width: 768px) {
  .type-d .type__box.side__image.left {
    top: calc( 482px + ((1vw - 3.9px) * 118.7830687831 ) );
  }
  .type-d .type__box.side__image.right {
    top: calc( 482px + ((1vw - 3.9px) * 118.7830687831 ) );
  }
}
@media print, screen and (min-width: 769px) {
  .type-d .type__box.information.left {
    padding-left: calc(79 / 1165 * 100%);
  }
}

@media print, screen and (min-width: 769px) {
  .price--wrapper {
    max-width: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .price--wrapper {
    max-width: 95%;
  }
}

.price {
  width: 100%;
}
.price + .price {
  margin-top: 2rem;
}
@media print, screen and (min-width: 769px) {
  .price + .price {
    margin-top: 2rem;
  }
}
.price .price__title {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #707070;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .price .price__title {
    line-height: 1;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  .price .price__title {
    margin-bottom: 0.4rem;
  }
}
.price .price__title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.price .price__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0;
}
@media screen and (max-width: 768px) {
  .price .price__detail {
    margin: 13px 0;
  }
}
.price .price__value {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
  min-width: 16.5rem;
}
@media screen and (max-width: 768px) {
  .price .price__value {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.price .price__size {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .price .price__size {
    margin-right: 2.8rem;
  }
}
.price .price__size.size--l {
  background-image: url(../images/icon_l.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.price .price__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  line-height: 1;
  background-color: #000;
  color: #fff;
  width: 12rem;
  height: 2.8rem;
}
@media print, screen and (min-width: 769px) {
  .price .price__btn {
    width: 11rem;
    height: 2.4rem;
  }
}

.price__more {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.2s ease max-height;
  transition: 0.2s ease max-height;
  padding-top: 0;
  margin-top: 2.8rem;
}

.price__more__btn {
  position: relative;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.0416666667;
  letter-spacing: 0.2em;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.88);
  width: 100%;
  max-width: 28rem;
  padding: 0.7142857143em 0;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .price__more__btn {
    max-width: 100%;
  }
}
.price__more__btn:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 47%;
  right: 1.5rem;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: bold;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/icon_open.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .price__more__btn:after {
    font-size: 17.5px;
    font-size: calc( 17.5px + ((1vw - 3.9px) * 4.6296296296 ) );
  }
}
.price__more__btn.is-on:after {
  content: "";
  height: 3px;
  top: 51%;
  background-image: url(../images/icon_close.svg);
  border-radius: 50vw;
}
@media screen and (max-width: 640px) {
  .price__more__btn.is-on:after {
    width: calc( 10px + ((1vw - 3.9px) * 2.6455026455 ) );
    height: calc( 2px + ((1vw - 3.9px) * 0.2645502646 ) );
    right: calc( 16px + ((1vw - 3.9px) * 1.0582010582 ) );
  }
}

.js-image-slide--wrapper {
  overflow: hidden;
}
.js-image-slide {
  position: relative;
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 1s cubic-bezier(0.86, 0, 0.07, 1) 1s;
  transition: all 1s cubic-bezier(0.86, 0, 0.07, 1) 1s;
}
.js-image-slide:after {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0s cubic-bezier(0.86, 0, 0.07, 1) 1s, -webkit-transform 1.5s cubic-bezier(0.86, 0, 0.07, 1) 1.5s;
  transition: opacity 0s cubic-bezier(0.86, 0, 0.07, 1) 1s, -webkit-transform 1.5s cubic-bezier(0.86, 0, 0.07, 1) 1.5s;
  transition: opacity 0s cubic-bezier(0.86, 0, 0.07, 1) 1s, transform 1.5s cubic-bezier(0.86, 0, 0.07, 1) 1.5s;
  transition: opacity 0s cubic-bezier(0.86, 0, 0.07, 1) 1s, transform 1.5s cubic-bezier(0.86, 0, 0.07, 1) 1.5s, -webkit-transform 1.5s cubic-bezier(0.86, 0, 0.07, 1) 1.5s;
}
.js-image-slide.on {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.js-image-slide.on:after {
  opacity: 0.4;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}