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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

img {
  max-width: 100%;
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

:root {
  --primaryColor: #8aa6d1;
  --primaryDarkColor: #6383b5;
  --textColor: #4d4d4d;
  --sidePadding: 120px;
}

@media (max-width: 1450px) and (min-width: 1000px) {
  :root {
    --sidePadding: 50px;
  }
}
@media (max-width: 999px) {
  :root {
    --sidePadding: 14.1025641026vw;
  }
}
@media (max-width: 350px) {
  :root {
    --sidePadding: 10.2564102564vw;
  }
}
body {
  font-family: "ten-mincho", serif;
  color: var(--textColor);
  font-size: 20px;
}

@media (max-width: 1450px) and (min-width: 1000px) {
  body {
    font-size: 17px;
  }
}
@media (max-width: 999px) {
  body {
    font-size: 3.5897435897vw;
  }
}
* {
  font-weight: 400;
}

.pc-none {
  display: none;
}

@media (max-width: 999px) {
  .pc-none {
    display: block;
  }
}
.sp-none {
  display: block;
}

@media (max-width: 999px) {
  .sp-none {
    display: none;
  }
}
.-colorPrimary {
  color: var(--primaryColor);
}

.-colorWhite {
  color: #fff;
}

h1, h2, h3, h4, h5 {
  letter-spacing: 0.1em;
}

p {
  line-height: 2.35;
  letter-spacing: 0.1em;
  text-align: justify;
}

@media (max-width: 1450px) and (min-width: 1000px) {
  p {
    line-height: 2;
  }
}
a {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

img {
  vertical-align: top;
}

.inline-block {
  display: inline-block;
}

/* layout */
.wrapper {
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: calc(1680px + var(--sidePadding) * 2);
  padding-left: var(--sidePadding);
  padding-right: var(--sidePadding);
  margin-left: auto;
  margin-right: auto;
}

.container.-s {
  max-width: calc(1280px + var(--sidePadding) * 2);
}

/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

@media (min-width: 1000px) {
  .header.-scroll {
    background: var(--primaryColor);
  }
  .header.-scroll .inner {
    padding: 20px 0;
  }
  .header.-scroll .header_logo svg {
    fill: #fff;
  }
}
@media (max-width: 999px) {
  .header.-scroll {
    background: #fff;
  }
  .header.-scroll .inner {
    padding: 3.8461538462vw 0;
  }
}
.header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 54px;
  padding: 50px 0;
}

@media (min-width: 1000px) {
  .header .inner {
    gap: 30px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
}
@media (max-width: 999px) {
  .header .inner {
    padding: 7.6923076923vw 0;
  }
}
.header_logo {
  position: relative;
  z-index: 5;
  width: 143px;
  line-height: 1;
}

@media (max-width: 999px) {
  .header_logo {
    width: 25.641025641vw;
  }
}
.header_logo svg {
  fill: var(--primaryColor);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

@media (min-width: 1000px) {
  .header_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (max-width: 999px) {
  .header_nav {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 37.1794871795vw var(--sidePadding) 70px;
    background: var(--primaryColor);
    overflow: auto;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
}
@media (min-width: 1000px) {
  .header_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header_nav ul.menu {
  gap: 30px;
}

@media (max-width: 999px) {
  .header_nav ul.menu {
    margin-bottom: 12.8205128205vw;
  }
}
@media (max-width: 999px) {
  .header_nav ul.menu li {
    margin-bottom: 5.1282051282vw;
  }
}
.header_nav ul.menu a {
  position: relative;
}

@media (max-width: 999px) {
  .header_nav ul.menu a {
    display: inline-block;
    width: 100%;
    color: #fff;
    padding: 2.0512820513vw 0;
  }
}
.header_nav ul.menu a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--textColor);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media (max-width: 999px) {
  .header_nav ul.menu a:after {
    background-color: #fff;
  }
}
@media (hover: hover) and (pointer: fine) {
  .header_nav ul.menu a:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.header_nav ul.sns {
  gap: 12px;
}

@media (max-width: 999px) {
  .header_nav ul.sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6.1538461538vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .header_nav ul.sns a:hover {
    opacity: 0.75;
  }
}
.header_nav ul.sns img {
  width: 20px;
}

@media (max-width: 999px) {
  .header_nav ul.sns img {
    width: 8.9743589744vw;
  }
}
.header.-open .header_logo svg {
  fill: #fff;
}

.header.-open .header_nav {
  opacity: 1;
  pointer-events: all;
}

.header_toggle {
  display: none;
}

@media (max-width: 999px) {
  .header_toggle {
    position: relative;
    display: block;
    width: 11.2820512821vw;
    height: 11.2820512821vw;
    margin-left: auto;
    border: solid 1.5px var(--primaryColor);
    border-radius: 999px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .header_toggle span {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    width: 5.641025641vw;
    height: 1.5px;
    margin: auto;
    background: var(--primaryColor);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .header_toggle span:first-child {
    top: 4.6153846154vw;
  }
  .header_toggle span:last-child {
    top: 5.8974358974vw;
  }
  .header_toggle.-active {
    border-color: #fff;
  }
  .header_toggle.-active span {
    background: #fff;
  }
  .header_toggle.-active span:first-child {
    -webkit-transform: rotate(45deg) translateY(0.5128205128vw) translateX(0.5128205128vw);
    transform: rotate(45deg) translateY(0.5128205128vw) translateX(0.5128205128vw);
  }
  .header_toggle.-active span:last-child {
    -webkit-transform: rotate(-45deg) translateY(-0.5128205128vw) translateX(0.5128205128vw);
    transform: rotate(-45deg) translateY(-0.5128205128vw) translateX(0.5128205128vw);
  }
}
/* footer */
.footer {
  background: var(--primaryColor);
  padding: 42px 0 34px;
}

@media (max-width: 999px) {
  .footer {
    padding: 6.4102564103vw 0 4.1025641026vw;
  }
}
.footer_logo {
  text-align: center;
  margin-bottom: 16px;
}

@media (max-width: 999px) {
  .footer_logo {
    margin-bottom: 3.0769230769vw;
  }
}
.footer_logo img {
  width: 165px;
}

@media (max-width: 999px) {
  .footer_logo img {
    width: 22.8205128205vw;
  }
}
.footer_btn {
  display: block;
  width: 260px;
  line-height: 44px;
  text-align: center;
  margin: 0 auto;
  background: #fff;
  border-radius: 999px;
  color: var(--primaryColor);
  font-size: 16px;
}

@media (hover: hover) and (pointer: fine) {
  .footer_btn:hover {
    background: #eef6ff;
  }
}
@media (max-width: 999px) {
  .footer_btn {
    width: 36.4102564103vw;
    line-height: 6.1538461538vw;
    font-size: 2.5641025641vw;
  }
}
.footer_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 27px;
  margin: 16px 0 20px;
}

@media (max-width: 999px) {
  .footer_sns {
    gap: 6.6666666667vw;
    margin: 3.5897435897vw 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer_sns a:hover {
    opacity: 0.75;
  }
}
.footer_sns a img {
  width: 36px;
}

@media (max-width: 999px) {
  .footer_sns a img {
    width: 8.9743589744vw;
  }
}
.footer_copyright {
  text-align: center;
  color: #fff;
  font-size: 12px;
}

@media (max-width: 999px) {
  .footer_copyright {
    font-size: 2.3076923077vw;
  }
}
/* KV */
.kv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  min-height: 100svh;
}

.kv:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--primaryColor);
  opacity: 0.3;
}

.kv .container {
  position: relative;
  z-index: 1;
  margin: auto;
}

.kv_caption {
  margin: 0 auto;
  width: min(79.5vw, 610px);
}
@media (max-width: 767px) {
  .kv_caption {
    -webkit-transform: translateY(-3vw);
            transform: translateY(-3vw);
  }
}

@media (max-width: 999px) {
  .kv_caption {
    width: min(63.6vw, 518px);
  }
}
.kv_caption img {
  width: 100%;
}

.kv_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 62px;
  height: 62px;
  padding-top: 3px;
  margin: 68px auto;
  background: #fff;
  border-radius: 50%;
}

@media (max-width: 999px) {
  .kv_arrow {
    width: 9vw;
    height: 9vw;
    padding-top: 0.5128205128vw;
    margin-top: 7.6923076923vw;
  }
}
.kv_arrow span {
  display: block;
  width: 25px;
  height: 22px;
  margin: auto;
  background: var(--primaryColor);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}

@media (max-width: 999px) {
  .kv_arrow span {
    width: 4vw;
    height: 3vw;
  }
}
.kv_video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.kv_video.-pc {
  display: block;
}

@media (max-width: 767px) {
  .kv_video.-pc {
    display: none;
  }
}
.kv_video.-sp {
  display: none;
}

@media (max-width: 767px) {
  .kv_video.-sp {
    display: block;
  }
}
.kv_banner {
  position: absolute;
  left: 4vw;
  bottom: 4vw;
  z-index: 2;
}
.kv_banner a {
  display: block;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  width: 28vw;
  max-width: 441px;
}
.kv_banner a:hover {
  opacity: 0.75;
}
.kv_banner a img {
  width: 100%;
}
@media (max-width: 999px) {
  .kv_banner a {
    width: 40vw;
  }
}
@media (max-width: 767px) {
  .kv_banner a {
    width: 92vw;
  }
}

/* section */
.sec {
  padding-top: 80px;
}

@media (max-width: 999px) {
  .sec {
    padding-top: 10.2564102564vw;
  }
}
@media (min-width: 1000px) {
  .sec .hasSide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sec .hasSide.-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.sec .hasSide .side {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1000px) {
  .sec .hasSide .side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 200px;
  }
}
@media (max-width: 1450px) and (min-width: 1000px) {
  .sec .hasSide .side {
    width: 150px;
  }
}
@media (max-width: 999px) {
  .sec .hasSide .side {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2.5641025641vw;
    margin-bottom: 2.5641025641vw;
  }
}
.sec .hasSide .side_text {
  color: var(--primaryColor);
  font-size: 28px;
  letter-spacing: 0.05em;
}

@media (min-width: 1000px) {
  .sec .hasSide .side_text {
    margin-bottom: 26px;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
  }
}
@media (max-width: 1450px) and (min-width: 1000px) {
  .sec .hasSide .side_text {
    font-size: 24px;
  }
}
@media (max-width: 999px) {
  .sec .hasSide .side_text {
    font-size: 4.1025641026vw;
  }
}
@media (min-width: 1000px) {
  .sec .hasSide .side_after {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 2px;
    background: var(--primaryColor);
  }
}
@media (max-width: 999px) {
  .sec .hasSide .side_after, .sec .hasSide .side_before {
    width: 10vw;
    height: 0.2564102564vw;
    background: var(--primaryColor);
  }
}
.sec .hasSide .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sec_title {
  margin-bottom: 30px;
  color: var(--primaryColor);
  font-size: 82px;
  text-align: center;
  line-height: 1;
}

@media (max-width: 1450px) and (min-width: 1000px) {
  .sec_title {
    font-size: 70px;
  }
}
@media (max-width: 999px) {
  .sec_title {
    margin-bottom: 4.1025641026vw;
    font-size: 7.6923076923vw;
    line-height: 1.2;
  }
}
@media (min-width: 1000px) {
  .sec_title:after {
    content: "";
    display: block;
    width: 227px;
    height: 2px;
    margin: 22px auto 0;
    background: var(--primaryColor);
  }
}
.sec_title.-colorWhite {
  color: #fff;
}

.sec_title.-colorWhite:after {
  background: #fff;
}

.sec_title.-m {
  font-size: 76px;
  letter-spacing: 0.01em;
}

@media (min-width: 1000px) {
  .sec_title.-m {
    text-align: left;
  }
}
@media (max-width: 1450px) and (min-width: 1000px) {
  .sec_title.-m {
    font-size: 65px;
  }
}
@media (max-width: 999px) {
  .sec_title.-m {
    font-size: 7.9487179487vw;
    letter-spacing: 0.1em;
  }
}
.sec_title.-m::after {
  margin: 16px 0 0;
}

@media (min-width: 1000px) {
  .sec_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1188px;
    margin-top: 50px;
  }
}
@media (max-width: 999px) {
  .sec_detail {
    margin-top: 4.1025641026vw;
  }
}
@media (min-width: 1000px) {
  .sec_detail .detail_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
    width: 146px;
    height: 146px;
    margin: 0 86px 0 40px;
    background: var(--primaryColor);
    border-radius: 50%;
  }
}
@media (max-width: 1450px) and (min-width: 1000px) {
  .sec_detail .detail_icon {
    width: 124px;
    height: 124px;
    margin: 0 73px;
  }
}
@media (max-width: 999px) {
  .sec_detail .detail_icon {
    display: none;
  }
}
.sec_detail .detail_icon p {
  color: #fff;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 1;
}

@media (max-width: 1450px) and (min-width: 1000px) {
  .sec_detail .detail_icon p {
    font-size: 24px;
  }
}
.sec_detail .detail_icon svg {
  width: 42px;
}

.sec_detail .detail_desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.6;
}

@media (min-width: 1000px) {
  .sec_detail .detail_desc {
    font-size: 30px;
  }
}
@media (max-width: 1450px) and (min-width: 1000px) {
  .sec_detail .detail_desc {
    font-size: 23px;
  }
}
@media (max-width: 999px) {
  .sec_detail .detail_desc {
    line-height: 2;
  }
}
@media (min-width: 1000px) {
  .sec_items .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1280px;
  }
  .sec_items .item.-r {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.sec_items .item + .item {
  margin-top: 90px;
}

@media (max-width: 999px) {
  .sec_items .item + .item {
    margin-top: 10.2564102564vw;
  }
}
@media (min-width: 1000px) {
  .sec_items .item .col:first-child {
    width: 41%;
  }
}
.sec_items .item .col:first-child .item_title {
  display: none;
}

@media (max-width: 999px) {
  .sec_items .item .col:first-child .item_title {
    display: block;
  }
}
.sec_items .item .col:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 999px) {
  .sec_items .item .col:last-child {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.sec_items .item_title {
  color: var(--primaryColor);
}

@media (max-width: 999px) {
  .sec_items .item_title {
    margin-bottom: 3.0769230769vw;
    font-size: 4.1025641026vw;
    line-height: 1.4;
  }
}
.sec_items .item_titlePc {
  width: 100%;
  margin-bottom: 12px;
  color: var(--primaryColor);
  font-size: 29px;
  letter-spacing: -0.05em;
  line-height: 1.4;
  text-align: left;
}

@media (max-width: 1450px) and (min-width: 1000px) {
  .sec_items .item_titlePc {
    font-size: 25px;
  }
}
@media (max-width: 999px) {
  .sec_items .item_titlePc {
    display: none;
  }
}
.sec_items .item_titlePc small {
  font-size: 86%;
}

.sec_items .item_titlePc:after {
  content: "";
  display: block;
  width: 116px;
  height: 2px;
  margin-top: 8px;
  background: var(--primaryColor);
}

.sec_items .item_desc {
  width: 100%;
  margin-bottom: 30px;
  line-height: 1.69;
  letter-spacing: 0;
}

@media (min-width: 1000px) {
  .sec_items .item_desc {
    width: 90%;
    font-size: 27px;
  }
}
@media (max-width: 1450px) and (min-width: 1000px) {
  .sec_items .item_desc {
    font-size: 25px;
  }
}
@media (max-width: 999px) {
  .sec_items .item_desc {
    margin-bottom: 4.6153846154vw;
  }
}
.sec .item_price {
  margin: 0 30px 0 auto;
  color: var(--primaryColor);
  font-size: 35px;
  letter-spacing: 0;
  line-height: 1;
}

@media (max-width: 1450px) and (min-width: 1000px) {
  .sec .item_price {
    font-size: 30px;
  }
}
@media (max-width: 999px) {
  .sec .item_price {
    margin-left: 0;
    margin-right: 4.1025641026vw;
    font-size: 6.4102564103vw;
  }
}
.sec .item_price span {
  font-size: 50px;
}

@media (max-width: 1450px) and (min-width: 1000px) {
  .sec .item_price span {
    font-size: 43px;
  }
}
@media (max-width: 999px) {
  .sec .item_price span {
    font-size: 6.4102564103vw;
  }
}
.sec .item_price small {
  font-size: 15px;
}

@media (max-width: 1450px) and (min-width: 1000px) {
  .sec .item_price small {
    font-size: 13px;
  }
}
@media (max-width: 999px) {
  .sec .item_price small {
    font-size: 3.0769230769vw;
  }
}
.sec .item_btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 176px;
  height: 40px;
  background: var(--primaryColor);
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
}

@media (max-width: 1450px) and (min-width: 1000px) {
  .sec .item_btn {
    width: 150px;
  }
}
@media (min-width: 1000px) {
  .sec .item_btn {
    margin-right: 10%;
  }
}
@media (max-width: 999px) {
  .sec .item_btn {
    width: 33.5897435897vw;
    height: 7.6923076923vw;
    font-size: 2.8205128205vw;
  }
}
.sec .item_btn span {
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border: solid 1px #fff;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 999px) {
  .sec .item_btn span {
    right: 4.6153846154vw;
    width: 1.5384615385vw;
    height: 1.5384615385vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .sec .item_btn:hover {
    background-color: var(--primaryDarkColor);
  }
}
.sec .itemGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px 0;
  max-width: 1320px;
  margin-top: 150px;
}
@media (max-width: 999px) {
  .sec .itemGrid {
    gap: 70px 0;
  }
}
@media (max-width: 767px) {
  .sec .itemGrid {
    gap: 10.2564102564vw 0;
  }
}
.sec .itemGrid .itemGrid_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 25%;
}
.sec .itemGrid .itemGrid_item .item_img img {
  width: 64%;
  max-width: 206px;
}
.sec .itemGrid .itemGrid_item .item_title {
  margin: 20px 0 18px;
  color: var(--primaryColor);
  font-size: 28px;
  letter-spacing: 0;
}
.sec .itemGrid .itemGrid_item .item_btn {
  margin: auto 0 0;
}
@media (max-width: 999px) {
  .sec .itemGrid .itemGrid_item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .sec .itemGrid .itemGrid_item .item_img {
    width: 80%;
    max-width: 52.8205128205vw;
  }
  .sec .itemGrid .itemGrid_item .item_title {
    margin: 3.8461538462vw 0;
    font-size: 3.5897435897vw;
    letter-spacing: -0.1em;
  }
}

/* delimiter */
.delimiter {
  width: 100%;
  height: 120px;
  margin: 100px 0 20px;
  background: var(--primaryColor);
}

/* カカオから厳選 */
@media (min-width: 1000px) {
  .cacao .sec_title {
    width: 0;
    height: 0;
    font-size: 0;
    opacity: 0;
  }
}
@media (min-width: 1000px) {
  .cacao .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (min-width: 1000px) {
  .cacao_img {
    width: 46%;
  }
}
@media (max-width: 999px) {
  .cacao_img {
    text-align: center;
  }
  .cacao_img img {
    width: 54.8717948718vw;
  }
}
.cacao_text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (min-width: 1000px) {
  .cacao_text {
    margin-left: 5.5%;
  }
  .cacao_text .title {
    margin-bottom: 24px;
    font-size: 52px;
    letter-spacing: 0.1em;
    line-height: 1.35;
  }
}
@media (min-width: 1000px) and (max-width: 1450px) and (min-width: 1000px) {
  .cacao_text .title {
    font-size: 44px;
  }
}
@media (min-width: 1000px) {
  .cacao_text .title:after {
    content: "";
    display: block;
    width: 227px;
    height: 1px;
    margin-top: 5px;
    background: var(--primaryColor);
  }
}
@media (max-width: 999px) {
  .cacao_text .desc {
    margin-top: 5.1282051282vw;
  }
}
/* VESTRI ブルー */
.color {
  position: relative;
}

@media (min-width: 1000px) {
  .color .sec_title {
    display: none;
  }
}
@media (max-width: 999px) {
  .color .sec_title {
    color: #fff;
  }
}
.color_bg {
  position: absolute;
  display: block;
  background-color: var(--primaryColor);
}

@media (min-width: 1000px) {
  .color_bg {
    left: var(--sidePadding);
    right: 0;
    bottom: 0;
    height: 40%;
  }
}
@media (max-width: 999px) {
  .color_bg {
    top: 10.2564102564vw;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.color_bg_img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(https://gigaplus.makeshop.jp/progettosfid/images/newarrival/bg01.png);
  background-size: 400px auto;
  background-position: 0 0%;
}

@media (max-width: 999px) {
  .color_bg_img {
    background-size: 20.5128205128vw auto;
  }
}
.color_line {
  position: absolute;
  top: 60%;
  right: var(--sidePadding);
  bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 200px;
}

@media (min-width: 1920px) {
  .color_line {
    right: calc(50% - 840px);
  }
}
@media (max-width: 1450px) and (min-width: 1000px) {
  .color_line {
    width: 150px;
  }
}
.color_line span {
  display: block;
  width: 2px;
  height: 100%;
  background: #fff;
}

@media (max-width: 999px) {
  .color_line {
    display: none;
  }
}
@media (max-width: 999px) {
  .color .container {
    padding-top: 10.2564102564vw;
  }
}
@media (max-width: 999px) {
  .color .side {
    position: relative;
    z-index: 4;
  }
  .color .side .side_text {
    color: #fff;
  }
  .color .side .side_before, .color .side .side_after {
    background: #fff;
  }
}
.color .content {
  position: relative;
  z-index: 4;
}

.color_img {
  position: relative;
  z-index: 2;
}

@media (max-width: 999px) {
  .color_img {
    width: 100%;
  }
}
.color_text {
  padding: 47px 0 70px;
}

@media (max-width: 999px) {
  .color_text {
    padding: 0 0 8.9743589744vw;
  }
}
@media (min-width: 1000px) {
  .color_text_inner {
    width: 75%;
    max-width: calc(970px + 13.5%);
    padding-left: 13.5%;
  }
}
.color_text .title {
  margin-bottom: 24px;
  font-size: 52px;
  letter-spacing: 0.1em;
  line-height: 1.35;
}

.color_text .title:after {
  content: "";
  display: block;
  width: 227px;
  height: 1px;
  margin-top: 5px;
  background: #fff;
}

.color_text .desc {
  color: #fff;
}

@media (max-width: 999px) {
  .color_text .desc {
    margin-top: 2.5641025641vw;
  }
}
.color_deco {
  position: absolute;
  left: 0;
  z-index: 3;
  width: 100%;
  max-width: 1720px;
  margin: auto;
  text-align: right;
}

@media (min-width: 1000px) {
  .color_deco {
    right: 0;
    bottom: -70px;
  }
}
@media (max-width: 999px) {
  .color_deco {
    top: -8.4615384615vw;
    right: -8.2051282051vw;
  }
}
.color_deco img {
  width: 400px;
}

@media (max-width: 1450px) and (min-width: 1000px) {
  .color_deco img {
    width: 340px;
  }
}
@media (max-width: 999px) {
  .color_deco img {
    width: 30vw;
  }
}
/* こだわりの素材 */
.material {
  position: relative;
}

@media (max-width: 999px) {
  .material {
    padding-bottom: 10.2564102564vw;
  }
}
.material .content {
  position: relative;
  max-width: 1280px;
}

.material_desc {
  position: relative;
  margin-bottom: 55px;
}

@media (max-width: 999px) {
  .material_desc {
    margin-bottom: 15.3846153846vw;
  }
}
.material_list {
  position: relative;
  z-index: 2;
}

@media (min-width: 1000px) {
  .material_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 55px;
  }
}
@media (min-width: 1000px) {
  .material_list .item {
    padding: 0 20px;
  }
}
@media (max-width: 1450px) and (min-width: 1000px) {
  .material_list .item {
    padding: 0 10px;
  }
}
.material_list .item_titleEn {
  text-align: center;
  color: var(--primaryColor);
  font-size: 15px;
  line-height: 1;
}

@media (max-width: 1450px) and (min-width: 1000px) {
  .material_list .item_titleEn {
    font-size: 13px;
    margin-bottom: 3px;
  }
}
@media (max-width: 999px) {
  .material_list .item_titleEn {
    font-size: 4.6153846154vw;
    margin-bottom: 0.7692307692vw;
  }
}
.material_list .item_title {
  margin-bottom: 20px;
  text-align: center;
  color: var(--primaryColor);
  font-size: 31px;
  line-height: 1.2;
  white-space: nowrap;
}

@media (max-width: 1450px) and (min-width: 1000px) {
  .material_list .item_title {
    font-size: 26px;
  }
}
@media (max-width: 999px) {
  .material_list .item_title {
    font-size: 7.9487179487vw;
  }
}
.material_list .item_img {
  width: 100%;
  max-width: 278px;
}

@media (max-width: 999px) {
  .material_list .item_img {
    display: block;
    width: 39.7435897436vw;
    margin: 0 auto;
  }
}
.material_list .item_desc {
  line-height: 1.86;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media (min-width: 1000px) {
  .material_list .item_desc {
    padding: 0 20px;
    margin-top: 20px;
    font-size: 15px;
  }
}
@media (max-width: 1450px) and (min-width: 1000px) {
  .material_list .item_desc {
    font-size: 13px;
  }
}
@media (max-width: 999px) {
  .material_list .item_desc {
    margin-top: 2.5641025641vw;
  }
}
.material_deco {
  position: absolute;
}

.material_deco.-deco01 {
  width: 268px;
}

@media (min-width: 1000px) {
  .material_deco.-deco01 {
    right: -150px;
    bottom: 0;
  }
}
@media (max-width: 1450px) and (min-width: 1000px) {
  .material_deco.-deco01 {
    width: 380px;
  }
}
@media (max-width: 999px) {
  .material_deco.-deco01 {
    right: -61px;
    bottom: -15.3846153846vw;
    width: 19.2307692308vw;
    z-index: -1;
  }
}
@media (min-width: 1920px) {
  .material_deco.-deco02 {
    left: calc(50% - 1235px);
  }
}
@media (min-width: 1000px) {
  .material_deco.-deco02 {
    right: calc(100vw - 250px);
    bottom: 30%;
    width: 525px;
  }
}
@media (max-width: 1450px) and (min-width: 1000px) {
  .material_deco.-deco02 {
    width: 446px;
    right: calc(100vw - 200px);
  }
}
@media (max-width: 999px) {
  .material_deco.-deco02 {
    width: 25.1282051282vw;
    top: -21.2820512821vw;
    left: -8.2051282051vw;
  }
}
/* 口融けへの限りない挑戦 */
.challenge {
  position: relative;
}

@media (min-width: 1000px) {
  .challenge::before {
    content: "";
    position: absolute;
    top: 80px;
    left: 0;
    bottom: 60px;
    z-index: -1;
    display: block;
    width: 50%;
    background: var(--primaryColor);
  }
}
@media (max-width: 999px) {
  .challenge {
    background: url(https://gigaplus.makeshop.jp/progettosfid/images/newarrival/bg01.png) repeat left top var(--primaryColor);
    background-size: 20.5128205128vw auto;
  }
}
@media (min-width: 1000px) {
  .challenge .hasSide .side {
    padding-top: 60px;
  }
}
@media (max-width: 999px) {
  .challenge .hasSide .side_text {
    color: #fff;
  }
}
@media (max-width: 999px) {
  .challenge .hasSide .side_before, .challenge .hasSide .side_after {
    background: #fff;
  }
}
.challenge .content {
  position: relative;
}

@media (min-width: 1000px) {
  .challenge .content {
    padding: 60px 0;
  }
}
.challenge .content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 40px;
  display: block;
  background: var(--primaryColor);
  z-index: -1;
}

.challenge .content_text {
  max-width: 1280px;
}

@media (min-width: 1000px) {
  .challenge .content_text {
    padding-bottom: 66px;
    margin-left: auto;
  }
}
@media (max-width: 999px) {
  .challenge .content_text {
    padding-bottom: 10.2564102564vw;
  }
}
.challenge_desc {
  max-width: 1091px;
  margin: 0 auto;
}

@media (min-width: 1000px) {
  .challenge_desc {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 999px) {
  .challenge_desc {
    margin-top: 4.6153846154vw;
  }
}
.challenge_img.-img01 {
  width: 55.39%;
  max-width: 800px;
  -webkit-transform: translateX(calc(0px - var(--sidePadding)));
  transform: translateX(calc(0px - var(--sidePadding)));
}

.challenge_img.-img02 {
  position: absolute;
  right: -37px;
  bottom: 0;
  width: 66%;
}

@media (max-width: 999px) {
  .challenge_img {
    width: 93.3333333333vw;
    -webkit-transform: translateX(calc(0px - var(--sidePadding)));
    transform: translateX(calc(0px - var(--sidePadding)));
  }
}
/* イタリア、職人の手作り */
.craftsmanship {
  position: relative;
}

@media (min-width: 1000px) {
  .craftsmanship {
    padding-top: 110px;
  }
}
.craftsmanship .content {
  max-width: 1280px;
}

@media (min-width: 1000px) {
  .craftsmanship_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
  }
}
@media (max-width: 1450px) and (min-width: 1000px) {
  .craftsmanship_text {
    gap: 20px;
  }
}
.craftsmanship .text {
  max-width: 550px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (min-width: 1000px) {
  .craftsmanship .text {
    padding-top: 40px;
  }
}
@media (min-width: 1000px) {
  .craftsmanship .text_message {
    margin-bottom: 60px;
    letter-spacing: 0;
    line-height: 4.1;
  }
}
@media (max-width: 999px) {
  .craftsmanship .text_message {
    margin-bottom: 54.358974359vw;
  }
}
.craftsmanship .text_representative {
  display: inline-block;
  background-image: url(https://gigaplus.makeshop.jp/progettosfid/images/newarrival/img-craftsmanship01.png);
  background-repeat: no-repeat;
  background-size: 146px auto;
  background-position: right bottom;
  letter-spacing: 0;
  white-space: nowrap;
}

@media (min-width: 1000px) {
  .craftsmanship .text_representative {
    padding-right: 170px;
    font-size: 31px;
    line-height: 1.4;
  }
}
@media (max-width: 1450px) and (min-width: 1000px) {
  .craftsmanship .text_representative {
    padding-right: 130px;
    background-size: 116px auto;
    font-size: 22px;
  }
}
@media (max-width: 999px) {
  .craftsmanship .text_representative {
    padding-top: 16.4102564103vw;
    background-position: left top;
    background-size: 17.4358974359vw auto;
    line-height: 1.7;
  }
}
@media (min-width: 1000px) {
  .craftsmanship .img {
    width: 50%;
  }
}
@media (max-width: 999px) {
  .craftsmanship .img {
    position: absolute;
    right: 0;
    bottom: 2.0512820513vw;
    width: 58.7179487179vw;
  }
}
/* newArrival */
.newArrival {
  position: relative;
}

@media (min-width: 1000px) {
  .newArrival {
    padding: 90px 0;
    margin: 110px 0 80px;
  }
}
@media (max-width: 999px) {
  .newArrival {
    padding: 7.6923076923vw 0;
    margin-top: 17.9487179487vw;
  }
}
.newArrival::before, .newArrival::after {
  content: "";
  position: absolute;
  top: 0;
  left: var(--sidePadding);
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
}

@media (max-width: 999px) {
  .newArrival::before, .newArrival::after {
    left: 0;
  }
}
.newArrival:before {
  background: var(--primaryColor);
}

.newArrival:after {
  background-image: url(https://gigaplus.makeshop.jp/progettosfid/images/newarrival/bg01.png);
  background-size: 400px auto;
  background-position: 0 0%;
}

@media (max-width: 999px) {
  .newArrival:after {
    background-size: 20.5128205128vw auto;
  }
}
@media (max-width: 1919px) and (min-width: 1000px) {
  .newArrival .container {
    max-width: 100%;
    padding: 0 0 0 var(--sidePadding);
  }
}
.newArrival_caption {
  text-align: center;
  line-height: 1;
}

.newArrival_caption img {
  width: min(80vw, 816px);
}

@media (max-width: 999px) {
  .newArrival_caption img {
    width: 71.7948717949vw;
  }
}
.newArrival_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 62px;
  height: 62px;
  padding-top: 3px;
  margin: 68px auto 0;
  background: #fff;
  border-radius: 50%;
}

@media (max-width: 999px) {
  .newArrival_arrow {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
    padding-top: 0.5128205128vw;
    margin: 3.0769230769vw auto 0;
  }
}
.newArrival_arrow span {
  display: block;
  width: 25px;
  height: 22px;
  margin: auto;
  background: var(--primaryColor);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}

@media (max-width: 999px) {
  .newArrival_arrow span {
    width: 1.7948717949vw;
    height: 1.7948717949vw;
  }
}
/* アンティーカ・ジャンドゥィア */
@media (min-width: 1000px) {
  .anticaGianduia .content {
    padding-bottom: 70px;
  }
}
.anticaGianduia_desc {
  margin-bottom: 22px;
  font-size: 31px;
  line-height: 1.55;
}

@media (max-width: 1450px) and (min-width: 1000px) {
  .anticaGianduia_desc {
    font-size: 24px;
  }
}
@media (max-width: 999px) {
  .anticaGianduia_desc {
    text-align: center;
    margin-bottom: 3.5897435897vw;
    font-size: 3.3333333333vw;
    white-space: nowrap;
  }
}
.anticaGianduia_img img {
  width: 100%;
}

@media (max-width: 999px) {
  .anticaGianduia_img {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.anticaGianduia_items {
  margin-top: 100px;
}

@media (max-width: 999px) {
  .anticaGianduia_items {
    margin-top: 7.6923076923vw;
  }
}
.anticaGianduia_items .item_img {
  text-align: center;
}

.anticaGianduia_items .item_img img {
  width: 51%;
}

@media (max-width: 999px) {
  .anticaGianduia_items .item_img img {
    width: 53.8461538462vw;
  }
}
@media (max-width: 999px) {
  .anticaGianduia_items .item_desc {
    margin-top: 4.6153846154vw;
  }
}
/* プラリネ */
@media (max-width: 999px) {
  .praline {
    padding-top: 15.3846153846vw;
  }
}
@media (min-width: 1000px) {
  .praline .content_head {
    margin-bottom: 50px;
    max-width: 1280px;
    margin-left: auto;
  }
}
@media (min-width: 1000px) {
  .praline_desc {
    font-size: 31px;
    line-height: 1.55;
  }
}
@media (max-width: 1450px) and (min-width: 1000px) {
  .praline_desc {
    font-size: 27px;
  }
}
@media (max-width: 999px) {
  .praline_desc {
    margin-bottom: 5.1282051282vw;
  }
}
.praline_img img {
  width: 100%;
}

@media (min-width: 1000px) {
  .praline_img {
    width: calc(100% + var(--sidePadding));
    -webkit-transform: translateX(calc(0px - var(--sidePadding)));
    transform: translateX(calc(0px - var(--sidePadding)));
  }
}
@media (max-width: 999px) {
  .praline_img {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.praline_detail {
  margin-left: auto;
  margin-bottom: 64px;
}

@media (max-width: 999px) {
  .praline_detail {
    display: none;
  }
}
@media (min-width: 1000px) {
  .praline_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 0;
    max-width: 810px;
    margin: 0 auto 50px;
  }
}
@media (max-width: 999px) {
  .praline_list {
    margin-top: 8.7179487179vw;
  }
}
.praline_list .item {
  position: relative;
  padding: 0 34px;
}

.praline_list .item_imgWrap {
  position: relative;
}

.praline_list .item_badge {
  position: absolute;
  bottom: 0;
  right: 0;
}

.praline_list .item_badge.-new {
  width: 21%;
}

.praline_list .item_badge.-award {
  right: -34px;
  width: 28%;
}

.praline_list .item_type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 35px;
  background: var(--primaryColor);
  color: #fff;
  font-size: 19px;
  line-height: 1.2;
}

@media (max-width: 1450px) and (min-width: 1000px) {
  .praline_list .item_type {
    width: 61px;
    height: 61px;
    font-size: 16px;
  }
}
@media (max-width: 999px) {
  .praline_list .item_type {
    width: 9.2307692308vw;
    height: 9.2307692308vw;
    margin-bottom: 4.6153846154vw;
    font-size: 2.5641025641vw;
  }
}
.praline_list .item_type.-s {
  font-size: 75%;
}

@media (max-width: 999px) {
  .praline_list .item_type.-s {
    font-size: 55%;
  }
}
.praline_list .item_title {
  text-align: center;
  margin-bottom: 30px;
  color: var(--primaryColor);
  font-size: 25px;
  letter-spacing: 0;
}

@media (max-width: 1450px) and (min-width: 1000px) {
  .praline_list .item_title {
    font-size: 37px;
  }
}
@media (max-width: 999px) {
  .praline_list .item_title {
    margin-bottom: 3.3333333333vw;
    font-size: 6.1538461538vw;
  }
}
.praline_list .item_img {
  text-align: center;
}

@media (min-width: 1000px) {
  .praline_list .item_img img {
    width: 90%;
    max-width: 200px;
  }
}
@media (max-width: 999px) {
  .praline_list .item_img img {
    width: 35.8974358974vw;
    margin: 0 auto;
  }
}
@media (min-width: 1000px) {
  .praline_list .item_feature {
    max-width: 326px;
    margin: 20px auto 0;
  }
}
@media (max-width: 999px) {
  .praline_list .item_feature {
    margin-top: 5.1282051282vw;
  }
}
.praline_list .item_feature dt {
  margin-bottom: 14px;
  color: var(--primaryColor);
  font-size: 25px;
  letter-spacing: 0.05em;
}

@media (max-width: 1450px) and (min-width: 1000px) {
  .praline_list .item_feature dt {
    font-size: 21px;
  }
}
@media (max-width: 999px) {
  .praline_list .item_feature dt {
    margin-bottom: 1.5384615385vw;
    font-size: 3.3333333333vw;
  }
}
.praline_list .item_feature dt::after {
  content: "";
  display: block;
  width: 46px;
  height: 1px;
  margin-top: 5px;
  background: var(--primaryColor);
}

@media (max-width: 999px) {
  .praline_list .item_feature dt::after {
    width: 5.8974358974vw;
    margin-top: 1.2820512821vw;
  }
}
.praline_list .item_feature dd {
  line-height: 1.54;
  letter-spacing: 0.1em;
}

@media (min-width: 1000px) {
  .praline_list .item_feature dd {
    font-size: 22px;
  }
}
@media (max-width: 1450px) and (min-width: 1000px) {
  .praline_list .item_feature dd {
    font-size: 18px;
  }
}
@media (min-width: 1000px) {
  .praline_items {
    max-width: 1280px;
    margin-left: auto;
  }
  .praline_items .item.-r .item_img {
    padding-left: 8.9%;
  }
  .praline_items .item:not(.-r) .item_img {
    padding-right: 8.9%;
  }
}
@media (max-width: 999px) {
  .praline_items {
    margin-top: 7.6923076923vw;
  }
  .praline_items .col + .col {
    margin-top: 4.1025641026vw;
  }
}
.praline_items .item_titlePc {
  font-size: 50px;
}

@media (max-width: 1450px) and (min-width: 1000px) {
  .praline_items .item_titlePc {
    font-size: 42px;
  }
}
.praline_items .item_titlePc::after {
  margin-top: 5px;
  width: 227px;
}

@media (max-width: 1450px) and (min-width: 1000px) {
  .praline_items .item_titlePc::after {
    width: 193px;
  }
}
/* タブレット */
@media (max-width: 999px) {
  .tablet {
    padding-top: 15.3846153846vw;
  }
}
@media (min-width: 1000px) {
  .tablet_desc {
    margin-bottom: 50px;
    font-size: 31px;
    line-height: 1.55;
  }
}
@media (max-width: 1450px) and (min-width: 1000px) {
  .tablet_desc {
    font-size: 26px;
  }
}
@media (max-width: 999px) {
  .tablet_desc {
    margin-bottom: 5.1282051282vw;
  }
}
@media (min-width: 1000px) {
  .tablet_img {
    width: calc(100% + var(--sidePadding));
  }
}
@media (max-width: 999px) {
  .tablet_img {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.tablet_detail {
  margin-bottom: 80px;
}

@media (max-width: 999px) {
  .tablet_detail {
    margin-bottom: 10.2564102564vw;
  }
}
@media (min-width: 1000px) {
  .tablet_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px 40px;
    max-width: 1280px;
  }
}
.tablet_list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 999px) {
  .tablet_list .item + .item {
    margin-top: 10.2564102564vw;
  }
}
.tablet_list .item_title {
  text-align: center;
  margin-bottom: 10px;
  color: var(--primaryColor);
  font-size: 47px;
}

@media (min-width: 1000px) {
  .tablet_list .item_title {
    letter-spacing: 0;
  }
}
@media (max-width: 1450px) and (min-width: 1000px) {
  .tablet_list .item_title {
    font-size: 37px;
  }
}
@media (max-width: 999px) {
  .tablet_list .item_title {
    margin-bottom: 5.1282051282vw;
    font-size: 7.9487179487vw;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
}
.tablet_list .item_img {
  text-align: center;
}

.tablet_list .item_img img {
  width: 90%;
  max-width: 290px;
}

.tablet_list .item_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1000px) {
  .tablet_list .item_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 326px;
    margin: 20px auto 0;
  }
}
@media (max-width: 999px) {
  .tablet_list .item_text {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.tablet_list .item_feature {
  width: 100%;
  margin-bottom: 10px;
}

@media (max-width: 999px) {
  .tablet_list .item_feature {
    margin-top: 5.1282051282vw;
    margin-bottom: 6.4102564103vw;
  }
}
.tablet_list .item_feature dt {
  margin-bottom: 14px;
  color: var(--primaryColor);
  font-size: 25px;
  letter-spacing: 0.05em;
}

@media (max-width: 1450px) and (min-width: 1000px) {
  .tablet_list .item_feature dt {
    font-size: 21px;
  }
}
@media (max-width: 999px) {
  .tablet_list .item_feature dt {
    display: none;
  }
}
.tablet_list .item_feature dt::after {
  content: "";
  display: block;
  width: 46px;
  height: 1px;
  margin-top: 5px;
  background: var(--primaryColor);
}

.tablet_list .item_feature dd {
  letter-spacing: 0.1em;
}

@media (min-width: 1000px) {
  .tablet_list .item_feature dd {
    font-size: 24px;
    line-height: 1.54;
  }
}
@media (max-width: 1450px) and (min-width: 1000px) {
  .tablet_list .item_feature dd {
    font-size: 20px;
  }
}
@media (max-width: 999px) {
  .tablet_list .item_feature dd {
    line-height: 2;
  }
}
@media (min-width: 1000px) {
  .tablet_list .item_price {
    margin: auto 0 16px 0;
  }
}
@media (max-width: 999px) {
  .tablet_list .item.-aregure .item_title {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    letter-spacing: -0.05em;
  }
  .tablet_list .item.-aregure .item_title .-kana {
    letter-spacing: -0.18em;
  }
}
/* SPECIAL PRODUCTS */
@media (max-width: 999px) {
  .special {
    padding-bottom: 10.2564102564vw;
  }
}
@media (min-width: 1000px) {
  .special .content {
    max-width: 1280px;
    padding-bottom: 70px;
    margin-left: auto;
  }
}
@media (max-width: 999px) {
  .special_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.special_item + .special_item {
  margin-top: 80px;
}

@media (max-width: 999px) {
  .special_item + .special_item {
    margin-top: 12.8205128205vw;
  }
}
.special .item_title {
  margin-bottom: 45px;
  letter-spacing: 0;
  font-size: 70px;
}
@media (max-width: 999px) {
  .special .item_title {
    font-size: 5.2vw;
  }
}

@media (max-width: 999px) {
  .special .item_title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 4.1025641026vw;
  }
}
.special .item_title::after {
  content: none;
}

.special .item_title small {
  display: block;
  margin-top: 20px;
  font-size: 40px;
}

@media (max-width: 999px) {
  .special .item_title small {
    margin-top: 1.2820512821vw;
    font-size: 5.1282051282vw;
  }
}
@media (max-width: 999px) {
  .special .item_img {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
.special_detail {
  margin-bottom: 28px;
}

@media (max-width: 999px) {
  .special_detail {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 0;
    margin-bottom: 6.1538461538vw;
  }
}
@media (min-width: 1000px) {
  .special_detail .detail_desc {
    font-size: 29px;
    line-height: 1.7;
  }
}
@media (max-width: 1450px) and (min-width: 1000px) {
  .special_detail .detail_desc {
    font-size: 25px;
  }
}
.special .special_item .item_img img {
  width: 100%;
}

.special .item_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 999px) {
  .special .item_bottom {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 7.6923076923vw;
  }
}
/* slider */
.sp-slider .slick-arrow {
  position: absolute;
  top: 34.8717948718vw;
  z-index: 3;
  width: 7.6923076923vw;
  height: 7.6923076923vw;
  padding-left: 0.5128205128vw;
  background: var(--primaryColor);
  border-radius: 50%;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.sp-slider .slick-arrow span {
  display: block;
  width: 2.5641025641vw;
  height: 3.0769230769vw;
  margin: auto;
  background: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

@media (hover: hover) and (pointer: fine) {
  .sp-slider .slick-arrow:hover {
    background: var(--primaryDarkColor);
  }
}
.sp-slider .slick-prev {
  left: 0;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.sp-slider .slick-next {
  right: 0;
}

.sp-slider .slick-disabled {
  opacity: 0;
}