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

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

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

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

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

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

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

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

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/* line-heightの上下をなくす
===================================================== */
/* letter-spacingの文末をなくす
===================================================== */
/* clearfix
===================================================== */
/* hover
===================================================== */
/* linkcolor
===================================================== */
/* z-index
===================================================== */
/* rem変換
===================================================== */
/* %変換
===================================================== */
/* vh変換(SP用)
===================================================== */
/* vw変換(SP用)
===================================================== */
/* vw変換(PC用) minとmax
===================================================== */
/* spをpcへ引き伸ばし(px)
===================================================== */
/* spをpcへ引き伸ばし(vw)
===================================================== */
/* ラインハイト計算
===================================================== */
/* レタースペーシング計算
===================================================== */
/* right-arrow
===================================================== */
/* aspect-area(padding-top)
===================================================== */
/* aspect-area-h(height)
===================================================== */
/* youtube
===================================================== */
/* margin: 0 auto
===================================================== */
/* color
===================================================== */
/* font-size
===================================================== */
/* font-family
===================================================== */
/* width
===================================================== */
/* margin
===================================================== */
/* media query
===================================================== */
/* speed
============================================ */
/* lineOn
===================================================== */
.lineOn::before, .lineOn::after {
  width: 0%;
  transition: width 0.8s;
}
.lineOn.on::before, .lineOn.on::after {
  width: 100%;
}

/* fadeIn
============================================ */
.fadeIn {
  opacity: 0;
  transition: opacity 0.8s;
}
.fadeIn.on {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* slideLr
============================================ */
.slideLr {
  overflow: hidden;
  transform: translateX(-105%);
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}
.slideLr .slideLr_item {
  transform: translateX(105%);
  transition: transform 0.8s ease-out;
}
.slideLr.on {
  transform: translateX(0);
  opacity: 1;
}
.slideLr.on .slideLr_item {
  transform: translateX(0);
}

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

/* loopslide_x
============================================ */
/* loopslide_y
============================================ */
/* .wrapper
===================================================== */
/* .content
===================================================== */
/* .flex
===================================================== */
@media screen and (min-width: 1000px) {
  .flex {
    display: flex;
  }
}
.flex .flex_left {
  background-color: #e5e1e5;
}
@media screen and (min-width: 1000px) {
  .flex .flex_left {
    border-right: 1px solid #cecaca;
    position: sticky;
    top: 50px;
    width: 38%;
    min-width: 390px;
    height: calc(100vh - 50px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1000px) {
  .flex .flex_right {
    width: 100%;
    width: 62%;
  }
}

/* .subTitle
===================================================== */
.subTitle {
  text-align: center;
}
.subTitle span {
  display: block;
}
.subTitle .subTitle_en {
  font-family: "norman-variable", sans-serif;
  font-variation-settings: "wght" 400;
  color: var(--main);
  text-transform: capitalize;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .subTitle .subTitle_en {
    font-size: 40px;
    margin-bottom: -1px;
  }
}
@media screen and (max-width: 768px) {
  .subTitle .subTitle_en {
    font-size: 9.6vw;
    margin-bottom: -0.5333333333vw;
  }
}
.subTitle .subTitle_ja {
  color: var(--main);
}
@media screen and (min-width: 769px) {
  .subTitle .subTitle_ja {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .subTitle .subTitle_ja {
    font-size: 3.2vw;
  }
}

/* .top
===================================================== */
@media screen and (min-width: 769px) {
  .top {
    padding: 35px 0 50px;
  }
}
@media screen and (min-width: 1000px) {
  .top {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .top {
    padding: 9.3333333333vw 0 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .top .topTitle {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .top .topTitle {
    margin-bottom: 1.3333333333vw;
  }
}
.top .topTitle span {
  display: block;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .top .topTitle .topTitle_text {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .top .topTitle .topTitle_text {
    font-size: 4.2666666667vw;
    margin-bottom: 4vw;
  }
}
.top .topTitle .topTitle_en {
  font-family: "norman-variable", sans-serif;
  font-variation-settings: "wght" 400;
  color: var(--main);
  text-transform: capitalize;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .top .topTitle .topTitle_en {
    font-size: 46px;
    margin-bottom: -10px;
  }
}
@media screen and (max-width: 768px) {
  .top .topTitle .topTitle_en {
    font-size: 12.2666666667vw;
    margin-bottom: -2.6666666667vw;
  }
}
.top .topTitle .topTitle_ja {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--main);
}
@media screen and (min-width: 769px) {
  .top .topTitle .topTitle_ja {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .top .topTitle .topTitle_ja {
    font-size: 3.2vw;
  }
}
.top .topText {
  line-height: 1.8461538462;
  word-break: break-all;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .top .topText {
    font-size: 15px;
    max-width: 352px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .top .topText {
    font-size: 3.4666666667vw;
    width: 78.1333333333vw;
    margin-bottom: 1.0666666667vw;
  }
}
.top .topText span {
  display: block;
}
.top .topImg {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .top .topImg {
    max-width: 152px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top .topImg {
    width: 34.6666666667vw;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .top .key .subTitle .subTitle_ja {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .top .key .subTitle .subTitle_en {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top .key .subTitle .subTitle_en {
    font-size: 8vw;
  }
}
.top .key .keyList {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .top .key .keyList {
    max-width: 308px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .top .key .keyList {
    width: 68.8vw;
    margin-top: 5px;
  }
}
.top .key .keyList ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.top .key .keyList ul li {
  line-height: 1.8823529412;
}
@media screen and (min-width: 769px) {
  .top .key .keyList ul li {
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) {
  .top .key .keyList ul li {
    font-size: 4vw;
  }
}
.top .key .keyList ul li:not(:last-of-type)::after {
  content: " / ";
}
.top .key .keyList .key_icon {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .top .key .keyList .key_icon {
    width: 60px;
    top: -7px;
    left: -7px;
  }
}
@media screen and (max-width: 768px) {
  .top .key .keyList .key_icon {
    width: 13.8666666667vw;
    top: -1.8666666667vw;
    left: -1.8666666667vw;
  }
}

/* .point
===================================================== */
.point {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .point {
    padding: 70px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .point {
    padding: 17.8666666667vw 0 26.6666666667vw;
  }
}
.point .subTitle .subTitle_ja,
.point .subTitle .subTitle_en {
  color: #A389AA;
}
@media screen and (min-width: 769px) {
  .point .point_block:not(:last-of-type) {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .point .point_block:not(:last-of-type) {
    margin-bottom: 21.3333333333vw;
  }
}
.point .pointTitle {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .point .pointTitle {
    font-size: 16px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .point .pointTitle {
    font-size: 4.2666666667vw;
    margin-bottom: 16vw;
  }
}
.point .pointTitle::after {
  content: "";
  display: block;
  background-color: #333;
  height: 1px;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 769px) {
  .point .pointTitle::after {
    bottom: -8px;
  }
}
@media screen and (max-width: 768px) {
  .point .pointTitle::after {
    bottom: -2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .point .subTitle {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .point .subTitle {
    margin-bottom: 8vw;
  }
}
.point .taste .taste_text {
  line-height: 2;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .point .taste .taste_text {
    font-size: 14px;
    max-width: 309px;
  }
}
@media screen and (max-width: 768px) {
  .point .taste .taste_text {
    font-size: 3.7333333333vw;
    width: 82.4vw;
  }
}
.point .taste .taste_text .taste_big {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  display: block;
}
.point .brand ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .point .brand ul {
    max-width: 309px;
  }
}
@media screen and (max-width: 768px) {
  .point .brand ul {
    width: 80vw;
  }
}
.point .brand ul li:not(:last-of-type)::after {
  content: "　";
}
.point .brand ul a {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: underline;
  line-height: 2.2142857143;
}
@media screen and (min-width: 769px) {
  .point .brand ul a {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .point .brand ul a {
    font-size: 3.7333333333vw;
  }
}
.point .color .color_text {
  line-height: 2;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .point .color .color_text {
    max-width: 309px;
    font-size: 14px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .point .color .color_text {
    width: 82.4vw;
    font-size: 3.7333333333vw;
    margin-bottom: 8vw;
  }
}
.point .color ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .point .color ul {
    gap: 8px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .point .color ul {
    gap: 2.1333333333vw;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  .point .color ul li {
    max-width: 89px;
    width: 100%;
    height: 89px;
  }
}
@media screen and (max-width: 768px) {
  .point .color ul li {
    width: 32vw;
    height: 32vw;
  }
}
.point .color ul li.borderOn {
  border: 1px solid #ddd;
}
.point .color ul li:nth-of-type(1) {
  transition-delay: 0s;
}
.point .color ul li:nth-of-type(2) {
  transition-delay: 0.2s;
}
.point .color ul li:nth-of-type(3) {
  transition-delay: 0.4s;
}
.point .color ul li:nth-of-type(4) {
  transition-delay: 0.6s;
}
.point .pattern .pattern_text {
  display: flex;
  flex-direction: column;
  text-align: center;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .point .pattern .pattern_text {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .point .pattern .pattern_text {
    font-size: 3.7333333333vw;
    margin-bottom: 4vw;
  }
}
.point .pattern .pattern_img {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .point .pattern .pattern_img {
    gap: 8px;
  }
}
@media screen and (max-width: 768px) {
  .point .pattern .pattern_img {
    gap: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .point .pattern .pattern_img li {
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .point .pattern .pattern_img li {
    width: 24vw;
    height: 24vw;
  }
}
.point .pattern .pattern_img li:nth-of-type(1) {
  transition-delay: 0s;
}
.point .pattern .pattern_img li:nth-of-type(2) {
  transition-delay: 0.2s;
}
.point .pattern .pattern_img li:nth-of-type(3) {
  transition-delay: 0.4s;
}

/* .recommend
===================================================== */
.recommend {
  background-color: #e5e1e5;
}
@media screen and (min-width: 769px) {
  .recommend {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .recommend {
    padding: 26.6666666667vw 0;
  }
}

/* .other
===================================================== */
.other {
  background-color: #eff0f5;
}/*# sourceMappingURL=features.css.map */