@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;500;600;700&display=swap");
/*== Color =======================*/
/*== Text =======================*/
/*= Size =*/
/*= Font =*/
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;500;600;700&display=swap");
@font-face {
  font-family: "Rubik-Medium";
  src: url(https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-NYiFV0U1.woff2) format("woff2");
  font-weight: bold;
  unicode-range: U+0030-0039, U+0041-007A;
}
/*== Breakpoint =======================*/
/*= MediaQuery =*/
/*= Hover =*/
/*= Retina =*/
/*== Color =======================*/
/*== Text =======================*/
/*= Size =*/
/*= Font =*/
@font-face {
  font-family: "Rubik-Medium";
  src: url(https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-NYiFV0U1.woff2) format("woff2");
  font-weight: bold;
  unicode-range: U+0030-0039, U+0041-007A;
}
/*== Breakpoint =======================*/
/*= MediaQuery =*/
/*= Hover =*/
/*= Retina =*/
/*! destyle.css v3.0.0 | 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; /* 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: normal;
  margin: 0;
}

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

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

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] {
  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;
  height: auto;
}

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

[type=radio] {
  -webkit-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: normal;
}

/*== Color =======================*/
/*== Text =======================*/
/*= Size =*/
/*= Font =*/
@font-face {
  font-family: "Rubik-Medium";
  src: url(https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-NYiFV0U1.woff2) format("woff2");
  font-weight: bold;
  unicode-range: U+0030-0039, U+0041-007A;
}
/*== Breakpoint =======================*/
/*= MediaQuery =*/
/*= Hover =*/
/*= Retina =*/
/*==================================
Site default
==================================*/
html {
  font-size: 62.5%;
}

/*== Body style =======================*/
body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, sans-serif;
  color: #000;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  word-break: break-word;
  font-weight: 400;
}
body a, body button {
  cursor: pointer;
  color: inherit;
}
body a, body a:before, body a:after, body button, body button:before, body button:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body a:hover, body a:visited {
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  body {
    min-width: 0 !important;
  }
}

/*== input tag initialization =======================*/
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  text-align: left;
  line-height: inherit;
  font-family: inherit;
}

select::-ms-expand {
  display: none;
}

.hidden {
  display: none !important;
}

/*== CSS for hiding device display =======================*/
/*= Desktop =*/
.tb:not(br), br.tb {
  display: none !important;
}

.sp:not(br), br.sp {
  display: none !important;
}

.lg:not(br), br.lg {
  display: none !important;
}

.pc:not(br) {
  display: block !important;
}

.pc-inline-block {
  display: inline-block !important;
}

br.pc {
  display: inline-block !important;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/*= Tablet(iPad) =*/
@media screen and (max-width: 900px) {
  .pc:not(br), br.pc {
    display: none !important;
  }
  .lg:not(br), br.lg {
    display: none !important;
  }
  .sp:not(br), br.sp {
    display: none !important;
  }
  .tb:not(br) {
    display: block !important;
  }
  br.tb {
    display: inline-block !important;
  }
  .pc-inline-block {
    display: none !important;
  }
}
/*= Mobile(~600px) =*/
@media screen and (max-width: 600px) {
  .pc:not(br), br.pc {
    display: none !important;
  }
  .lg:not(br), br.lg {
    display: none !important;
  }
  .tb:not(br), br.tb {
    display: none !important;
  }
  .sp:not(br) {
    display: block !important;
  }
  br.sp {
    display: inline-block !important;
  }
  .pc-inline-block {
    display: none !important;
  }
}
/*== Page Transition Animation =======================*/
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10000;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.69, 0, 0.64, 1);
  transition: opacity 0.6s cubic-bezier(0.69, 0, 0.64, 1);
}

body.fadeout::after {
  opacity: 1;
}

/*== Slick Initialize =======================*/
.slider {
  display: none;
}

.slider.slick-initialized {
  display: block; /*slick-initializedが付与されたら表示*/
}

.container {
  width: 100% !important;
  max-width: 1200px;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-left: unset !important;
  padding-right: unset !important;
}
@media screen and (max-width: 900px) {
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

:root {
  --vw: 1vw;
}

#drawer {
  left: auto;
  right: -310px;
  width: 310px;
}
#drawer.open {
  left: auto;
  right: 0;
}

#overlay i {
  position: absolute;
  top: 15px;
  left: 15px;
}

.fs-l-main {
  padding-top: 150px;
  padding-bottom: 150px;
}

.cart {
  position: fixed;
  z-index: 2;
  top: 23px;
  right: 27px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
  border-radius: 50%;
}
.cart__icn {
  position: relative;
}
.cart__num {
  position: absolute;
  top: -1px;
  left: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 12px;
  height: 12px;
  background: #4F92C1;
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 11px;
  letter-spacing: 0.05em;
  text-align: center;
  border-radius: 9px;
  padding: 1px 2px 0;
  transition: background-color 0.3s ease;
}
.cart__num.bg-white {
  background-color: #fff;
}
@media screen and (min-width: 1025px) {
  .cart:hover {
    background: rgba(0, 0, 0, 0.05);
  }
}
@media screen and (max-width: 900px) {
  .cart {
    width: auto;
    height: auto;
    top: 19px;
    right: 21px;
  }
  .cart__icn svg {
    width: 25px;
  }
  .cart__num {
    font-size: 10px;
  }
}

.logout.my-false {
  display: none;
}

.login.my-true {
  display: none;
}

.regist.my-true {
  display: none;
}

.nav-trg {
  display: none;
}
@media screen and (max-width: 900px) {
  .nav-trg {
    display: block;
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
  }
}

.header {
  position: relative;
  z-index: 1000;
  width: 100%;
}
.header__logo {
  position: fixed;
  top: 54px;
  left: 40px;
}
.header__lead {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.03em;
  width: fit-content;
}
.header__inner {
  padding: 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.header__inner:first-child {
  background: #886A4C;
  color: #fff;
  font-size: 13px;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.header__nav {
  background: #000;
  padding: 0 35px 0 45px;
  margin-right: -35px;
}
.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  height: 30px;
  display: flex !important;
}
.header__nav ul li {
  position: relative;
}
.header__nav ul li:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 3px;
  width: 6px;
  height: 6px;
  margin-right: 3px;
  background-color: #fff;
  border-radius: 50%;
}
.header__nav ul li + li {
  margin-left: 20px;
}
.header__logo {
  width: fit-content;
}
.header__personal {
  position: absolute;
  top: 55px;
  right: 50px;
}
.header__personal ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex !important;
  gap: 14px;
}
.header__personal li a {
  display: block;
  width: 26px;
  height: 23px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.header__personal-txt {
  display: none;
}
.header__personal-favo a {
  background-image: url("https://idogicat.itembox.design/item/senior/icn-favo.svg");
}
.header__personal-mypage a {
  background-image: url("https://idogicat.itembox.design/item/senior/icn-mypage.svg");
}
.header__personal-cart a {
  background-image: url("https://idogicat.itembox.design/item/senior/icn-cart.svg");
}
.header__personal .cartAmount {
  position: absolute;
  top: -7px;
  right: -5px;
  background: #F9B835;
  border-radius: 10px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1;
  text-align: center;
  color: #fff;
  min-width: 14px;
  min-height: 14px;
  padding: 2px 1px 0;
}
@media screen and (max-width: 900px) {
  .header__inner {
    padding: 0 11px;
  }
  .header__lead {
    font-size: 11px;
    padding: 4px 0;
  }
  .header__nav {
    display: none;
  }
  .header__personal {
    top: 35px;
    right: 73px;
  }
  .header__personal-mypage {
    display: none;
  }
  .header__personal li a {
    width: 21px;
    height: 19px;
  }
  .header__logo {
    position: absolute;
    top: 33px;
    left: 12px;
  }
  .header__logo img {
    width: 198px;
  }
}

.fv {
  margin-bottom: -50px;
  clip-path: inset(0 0 round 0 0 50px 50px);
  position: relative;
  padding: 70px 50px 110px 40px;
  background: #EDEAE5;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .fv {
    margin-bottom: -30px;
    clip-path: inset(0 0 round 0 0 30px 30px);
  }
}
.fv__inner {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.fv__copy {
  position: absolute;
  z-index: 1;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  gap: 56px;
}
.fv__copy__catch--en {
  font-family: "Roboto Condensed", sans-serif;
  color: #886A4C;
  text-align: right;
  letter-spacing: 0.06em;
  font-size: 16px;
  margin-bottom: 10px;
}
.fv__copy__catch--bg {
  width: fit-content;
  background: #886A4C;
  padding: 10px;
  margin-top: 7px;
}
.fv__copy__catch--bg span {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, sans-serif;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.05em;
  color: #fff;
  white-space: nowrap;
  margin-right: -19px;
}
.fv__img {
  width: calc(100% - 290px);
  height: 100%;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  margin: 0;
  z-index: 0;
}
.fv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fv__img .swiper-wrapper {
  z-index: 0;
  align-items: stretch;
}
.fv__img-item {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.fv__thumb {
  position: absolute;
  bottom: 35px;
  right: 35px;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  gap: 5px;
}
.fv__thumb .fv__img-item {
  border-radius: 5px;
  width: 87px;
  cursor: pointer;
  pointer-events: auto !important;
}
.fv__thumb .fv__img-item img {
  position: absolute;
  top: 0;
  left: 0;
}
.fv__thumb .fv__img-item:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.8%;
  border: solid 2px #fff;
  position: relative;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  border-radius: inherit;
  transition: 0.2s;
}
.fv__thumb .fv__img-item.is-active:before {
  opacity: 1;
}
.fv__scroll {
  position: absolute;
  right: 8px;
  bottom: -50px;
  z-index: 1;
  transform: rotate(90deg);
  transform-origin: right;
}
.fv__scroll--txt {
  font-size: 12px;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.04em;
  margin-left: -2px;
}
.fv__scroll--bar {
  display: block;
  width: 104px;
  height: 1px;
  margin-top: 3px;
  background: #000;
  position: relative;
  overflow: hidden;
}
.fv__scroll--bar:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  top: 0;
  left: 0;
  position: absolute;
  animation: scrolldown 3s ease-in-out infinite;
}
@keyframes scrolldown {
  0% {
    left: -100%;
  }
  40% {
    left: 0;
  }
  50% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@media screen and (max-width: 900px) {
  .fv {
    padding: 57px 12px 67px;
  }
  .fv__thumb {
    position: static;
    margin-top: 11px;
    gap: 5px;
  }
  .fv__thumb .fv__img-item {
    width: calc(25% - 3.75px);
    border-radius: 5px;
    padding: 0;
  }
  .fv__thumb .fv__img-item:before {
    border-width: 1px;
    padding-top: 53%;
  }
  .fv__thumb .fv__img-item img {
    border-radius: 5px;
  }
  .fv__inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .fv__img {
    width: 100%;
    padding: 0;
    border-radius: 0;
    order: -1;
    background: none;
  }
  .fv__img-item {
    padding: 5px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
  }
  .fv__img-item img {
    border-radius: 10px;
  }
  .fv__copy {
    position: static;
    margin-top: 18px;
  }
  .fv__copy__catch--bg {
    margin-top: 3px;
    padding: 10px 3px 10px 10px;
  }
  .fv__copy__catch--bg span {
    font-size: 23px;
    margin: 0;
  }
  .fv__copy__catch--en {
    font-size: 13px;
  }
  .fv__scroll {
    right: 13px;
    bottom: -120px;
  }
}
@media screen and (max-width: 380px) {
  .fv__copy__catch--bg span {
    white-space: initial;
  }
}

.section {
  width: 100%;
  margin-bottom: 0;
}
.section__ttl--en {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
}
.section__ttl--ja {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, sans-serif;
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 24px;
  letter-spacing: 0.05em;
}
.section__txt {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 900px) {
  .section__ttl--en {
    font-size: 13px;
  }
  .section__ttl--ja {
    font-size: 18px;
  }
  .section__txt {
    font-size: 15px;
    line-height: 30px;
  }
}

.about {
  margin-bottom: -50px;
  clip-path: inset(0 0 round 0 0 50px 50px);
  position: relative;
  padding: 50px 0 0;
  background: #fff;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .about {
    margin-bottom: -30px;
    clip-path: inset(0 0 round 0 0 30px 30px);
  }
}
.about__inner {
  padding-right: 60px;
  padding-left: 60px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: calc(1180px + 60px * 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: space-between;
  -webkit-box-align: space-between;
  -webkit-align-items: space-between;
  -ms-flex-align: space-between;
  position: relative;
}
@media screen and (max-width: 1090px) {
  .about__inner {
    max-width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 900px) {
  .about__inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 600px) {
  .about__inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.about__parts {
  position: absolute;
  right: 260px;
  bottom: 15px;
}
.about__parts video {
  height: 162px;
}
.about__desc {
  margin-top: 87px;
  flex: 1;
}
.about__ttl--ja {
  font-size: 26px;
  line-height: 42px;
  color: #886A4C;
  font-weight: bold;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
.about__ttl--en {
  font-family: "Roboto Condensed", sans-serif;
  color: #886A4C;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0;
}
.about__text {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.05em;
}
.about__link {
  width: 225px;
  height: 754px;
  transition-timing-function: linear;
}
.about__link li + li {
  margin-bottom: 1px;
}
@media screen and (min-width: 1025px) {
  .about__link a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 900px) {
  .about {
    padding: 67px 0 80px;
  }
  .about__desc {
    margin-top: 0;
  }
  .about__ttl--ja {
    font-size: 17px;
    letter-spacing: 0.05em;
    line-height: 32px;
    margin-bottom: 13px;
  }
  .about__ttl--en {
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 17px;
  }
  .about__inner {
    display: block;
  }
  .about__text {
    font-size: 15px;
    line-height: 34px;
    letter-spacing: 0;
  }
  .about__parts {
    right: 0;
    bottom: 148px;
  }
  .about__parts video {
    height: 130px;
  }
  .about__img {
    margin: 197px -15px 0;
  }
  .about__link {
    width: auto;
    height: auto;
  }
  .about__link li + li {
    margin-bottom: 0;
  }
}

.picup {
  margin-bottom: -50px;
  clip-path: inset(0 0 round 0 0 50px 50px);
  position: relative;
  background: #886A4C url("https://idogicat.itembox.design/item/senior/bg-brown.png") repeat;
  padding: 130px 0 96px;
}
@media screen and (max-width: 900px) {
  .picup {
    margin-bottom: -30px;
    clip-path: inset(0 0 round 0 0 30px 30px);
  }
}
.picup__inner {
  padding-right: 60px;
  padding-left: 60px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: calc(1180px + 60px * 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1090px) {
  .picup__inner {
    max-width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 900px) {
  .picup__inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 600px) {
  .picup__inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.picup__head {
  color: #fff;
  margin-bottom: 56px;
}
.picup__worriesList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: space-between;
  -webkit-box-align: space-between;
  -webkit-align-items: space-between;
  -ms-flex-align: space-between;
  width: 100%;
  gap: 16px 48px;
  margin-bottom: 42px;
  padding: 0 92px;
}
.picup__worriesList--btn {
  width: calc((100% - 96px) / 3);
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  border-radius: 50px;
  background: #fff;
  position: relative;
  transition: 0.25s ease;
  cursor: pointer;
  text-align: center;
  padding: 6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.picup__worriesList--btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.picup__worriesList--btn.is-active {
  background: #000;
  color: white;
}
.picup__worriesList--btn.is-active:after {
  border-color: #fff;
}
@media screen and (min-width: 1025px) {
  .picup__worriesList--btn:hover {
    background: #000;
    color: white;
  }
  .picup__worriesList--btn:hover:after {
    border-color: #fff;
  }
}
.picup__suggest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  color: #fff;
  gap: 0 47px;
}
.picup__suggest-container {
  padding: 0 92px 33px;
  position: relative;
}
.picup__suggest-container .swiper-button-prev, .picup__suggest-container .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-10%);
  width: auto;
  height: auto;
  transition: 0.25s ease;
  z-index: 1;
}
.picup__suggest-container .swiper-button-prev:after, .picup__suggest-container .swiper-button-next:after {
  display: none;
}
.picup__suggest-container .swiper-button-prev img, .picup__suggest-container .swiper-button-next img {
  width: 56px;
}
@media screen and (min-width: 1025px) {
  .picup__suggest-container .swiper-button-prev:hover, .picup__suggest-container .swiper-button-next:hover {
    opacity: 0.5;
  }
}
.picup__suggest-container .swiper-button-prev {
  left: 0;
}
.picup__suggest-container .swiper-button-next {
  right: 0;
}
.picup__suggest-container .swiper-button-next img {
  transform: rotate(180deg);
}
.picup__suggest-container .swiper-pagination {
  bottom: 0;
  left: 92px;
  width: auto;
  display: flex;
  gap: 10px;
}
.picup__suggest-container .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 0.5;
  margin: 0;
}
.picup__suggest-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.picup__worry {
  flex-basis: 368px;
}
.picup__worry--ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  height: 33px;
  transition: all 0.1s ease-in-out;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  letter-spacing: 0;
}
.picup__worry--ttl:after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  content: "";
  border: 16px solid transparent;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  left: 100%;
  border-left-color: #000;
}
.picup__worry--ttl span {
  padding: 0 9px 0 11px;
}
.picup__worry--image {
  width: 100%;
  margin-top: -17px;
  margin-bottom: 20px;
}
.picup__worry--image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.picup__worry p {
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.03em;
}
.picup__products {
  margin-top: 14px;
  width: calc(100% - 368px - 47px);
}
.picup__products--ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}
.picup__itemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.picup__item {
  width: calc(33.3333333333% - 13.3333333333px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .picup__item a:hover {
    opacity: 0.5;
  }
}
.picup__item--image {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.picup__item--ttl {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  min-height: 107px;
}
.picup__item--price {
  margin-top: auto;
  font-size: 14px;
  letter-spacing: 0;
}
.picup__advice {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  flex-wrap: nowrap;
  background: #F9B835;
  border-radius: 10px;
  margin-top: 23px;
}
.picup__advice__ttl {
  flex-shrink: 0;
  width: 245px;
  padding: 19px 15px 18px 16px;
}
.picup__advice__ttl span {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.01em;
  position: relative;
}
.picup__advice__ttl span:after {
  content: "";
  display: block;
  width: 30px;
  height: 23px;
  background-image: url("https://idogicat.itembox.design/item/senior/icn-yubi.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -36px;
  top: -3px;
}
.picup__advice__text {
  flex-shrink: initial;
  background: #fff;
  color: #000;
  border-radius: 0 10px 10px 0;
  padding: 6px 10px 6px 17px;
  line-height: 21px;
  font-size: 14px;
  letter-spacing: 0.03em;
}
.picup__mdl-btn {
  display: none;
}
.picup__mdl {
  display: none;
}
@media screen and (max-width: 1090px) {
  .picup__worriesList--btn {
    padding-right: 3%;
  }
  .picup__item a {
    min-height: 120px;
    display: block;
  }
  .picup__item--price {
    white-space: nowrap;
  }
}
@media screen and (max-width: 900px) {
  .picup {
    padding: 73px 0 50px;
  }
  .picup .section__ttl--ja {
    margin-bottom: 20px;
  }
  .picup__head {
    margin-bottom: 12px;
  }
  .picup__worriesList {
    padding: 0;
    gap: 14px 10px;
    margin-bottom: 32px;
  }
  .picup__worriesList--btn {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
    width: calc(50% - 5px);
    padding: 11px 13px;
    font-size: 13px;
    line-height: 16px;
  }
  .picup__worriesList--btn:after {
    right: 17px;
    width: 9px;
    height: 9px;
  }
  .picup__suggest-container {
    padding: 0 60px 0;
    margin: 0 -15px;
  }
  .picup__suggest-container .swiper-pagination {
    position: static;
    margin-top: 32px;
  }
  .picup__suggest-container .swiper-button-prev img, .picup__suggest-container .swiper-button-next img {
    width: 42px;
  }
  .picup__suggest-container .swiper-button-prev {
    left: 10px;
  }
  .picup__suggest-container .swiper-button-next {
    right: 10px;
  }
  .picup__worry {
    margin: 0 auto;
  }
  .picup__worry--ttl {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    width: 100%;
    margin-bottom: 27px;
    text-align: center;
    justify-content: center;
    height: auto;
  }
  .picup__worry--ttl:after {
    right: auto;
    left: 50%;
    bottom: -13px;
    top: auto;
    transform: translateX(-50%);
    border-width: 15px 7.5px 0 7.5px;
    border-color: #000 transparent transparent transparent;
  }
  .picup__worry--ttl span {
    padding: 7px 5px 6px;
  }
  .picup__worry--image {
    margin-top: -23px;
    margin-bottom: 16px;
  }
  .picup__worry p {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 23px;
  }
  .picup__products {
    width: auto;
    margin-top: 24px;
  }
  .picup__products--ttl {
    font-size: 15px;
    margin-bottom: 24px;
  }
  .picup__itemList {
    display: block;
  }
  .picup__item {
    width: 100%;
    display: block;
  }
  .picup__item a {
    position: relative;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    min-height: 120px;
  }
  .picup__item--image {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    margin: initial;
  }
  .picup__item--ttl, .picup__item--price {
    padding-left: 126px;
  }
  .picup__item--ttl {
    font-size: 13px;
    min-height: 0;
    letter-spacing: 0;
  }
  .picup__item--price {
    font-size: 12px;
    line-height: 16px;
    height: 28px;
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-end;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
  }
  .picup__advice {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 23px;
    border: solid 1px #F9B835;
  }
  .picup__advice__ttl {
    width: 100%;
    border-radius: 0;
    padding: 15px 30px 13px 0;
    text-align: center;
    color: #fff;
  }
  .picup__advice__ttl span:after {
    transform: rotate(-90deg);
    top: -5px;
  }
  .picup__advice__text {
    width: 100%;
    padding: 11px 15px 15px 15px;
    line-height: 21px;
    font-size: 13px;
    border-radius: 0;
  }
  .picup__suggest > .picup__worry, .picup__suggest > .picup__advice {
    display: none;
  }
  .picup__mdl-btn {
    display: block;
    background: #F9B834;
    width: 270px;
    max-width: 100%;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    border-radius: 30px;
    margin: 13px auto 0;
    letter-spacing: 0;
    position: relative;
    padding-left: 20px;
  }
  .picup__mdl-btn-icn {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translateY(-50%);
    background: #fff url("https://idogicat.itembox.design/item/senior/icn-yubi-black.svg") no-repeat center;
    background-size: 22px auto;
    border-radius: 50%;
  }
  .picup__mdl {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    overflow-y: scroll;
  }
  .picup__mdl-inner {
    padding: 100px 15px;
  }
  .picup__mdl-overlay {
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .picup__mdl-body {
    padding: 30px;
    position: relative;
    background: #fff;
    border-radius: 30px;
    margin: 0 auto;
    max-width: 400px;
  }
  .picup__mdl-close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -45px;
    right: 5px;
    transform: rotate(45deg);
  }
  .picup__mdl-close:before, .picup__mdl-close:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .picup__mdl-close:after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
@media screen and (max-width: 360px) {
  .picup__suggest-container {
    padding: 0 45px 45px;
  }
  .picup__suggest-container .swiper-button-prev {
    left: 6px;
  }
  .picup__suggest-container .swiper-button-prev img {
    width: 35px;
  }
  .picup__suggest-container .swiper-button-next {
    right: 6px;
  }
  .picup__suggest-container .swiper-button-next img {
    width: 35px;
  }
  .picup__item--image {
    width: calc(100% - 150px);
  }
  .picup__item--ttl, .picup__item--price {
    padding-left: calc(100% - 142px);
  }
  .picup__advice__ttl span:after {
    width: 23px;
    right: -30px;
  }
  .picup__worriesList--btn {
    padding: 10px 5%;
    font-size: 13px;
  }
}
@media screen and (max-width: 340px) {
  .picup__mdl-btn {
    padding-left: 35px;
  }
}

.type {
  width: 100%;
  background: #EDEAE5;
  padding-bottom: 61px;
}
.type__inner {
  padding-top: 134px;
  padding-right: 60px;
  padding-left: 60px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: calc(1180px + 60px * 2);
}
@media screen and (max-width: 1090px) {
  .type__inner {
    max-width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 900px) {
  .type__inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 600px) {
  .type__inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.type__head {
  color: #886A4C;
  margin-bottom: 42px;
}
.type__list {
  padding-right: 60px;
  padding-left: 60px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: calc(1020px + 60px * 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 13px 25px;
}
@media screen and (max-width: 1090px) {
  .type__list {
    max-width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 900px) {
  .type__list {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 600px) {
  .type__list {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.type__list li {
  width: calc(50% - 25px);
}
.type__list li a {
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  background: #000;
  position: relative;
}
.type__list li a img {
  border-radius: 7px 0 0 7px;
  width: 200px;
  flex-shrink: 0;
}
.type__list li a span {
  margin-left: 36px;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.type__list li a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 26px;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.type__list li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 900px) {
  .type {
    padding-bottom: 41px;
  }
  .type__inner {
    padding-top: 84px;
  }
  .type__head {
    margin-bottom: 0;
  }
  .type__list {
    padding: 0;
    gap: 10px 25px;
  }
  .type__list li {
    width: 100%;
  }
  .type__list li a {
    flex-wrap: nowrap;
  }
  .type__list li a:after {
    right: 18px;
  }
  .type__list li a img {
    width: 165px;
    flex-shrink: 0;
  }
  .type__list li a span {
    margin-left: 18px;
    font-size: 15px;
  }
}
@media screen and (max-width: 380px) {
  .type__list li a img {
    width: 45%;
  }
}

.insta {
  background: #EDEAE5;
  padding-bottom: 80px;
}
.insta__borderBlock {
  max-width: 1280px;
  margin: 0 auto;
  border-radius: 50px;
  padding: 15px;
  background: linear-gradient(to right, #5262C7, #CA4078, #F8D684);
}
.insta__borderBlock__inner {
  background: #fff;
  border-radius: 50px;
  padding-right: 60px;
  padding-left: 60px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: calc(1180px + 60px * 2);
  padding: 32px 34px 29px;
}
@media screen and (max-width: 1090px) {
  .insta__borderBlock__inner {
    max-width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 900px) {
  .insta__borderBlock__inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 600px) {
  .insta__borderBlock__inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.insta__head {
  color: #000;
  margin-bottom: 19px;
}
.insta__head--ttl {
  line-height: 1.25;
  position: relative;
  padding-left: 63px;
  margin-bottom: 14px;
  letter-spacing: 0.09em;
}
.insta__head--ttl:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("https://idogicat.itembox.design/item/senior/icn-insta.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 6px;
}
.insta__head p {
  color: #6E6E6E;
  font-weight: bold;
  font-size: 16px;
}
.insta__feed {
  width: 100%;
  position: relative;
}
.insta__feed:before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 60px;
  background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.insta__feed .ecbn-selection-title,
.insta__feed .ecbn-selection-description,
.insta__feed .ecbn-selection-to-nextpage {
  display: none;
}
.insta__foot {
  margin-top: 8px;
}
.insta__foot p {
  font-size: 16px;
  line-height: 2;
}
.insta__copy {
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 3px;
}
@media screen and (max-width: 1295px) {
  .insta {
    padding: 0 15px 80px;
  }
}
@media screen and (max-width: 900px) {
  .insta {
    padding: 0 15px 60px;
  }
  .insta__head {
    margin-bottom: 7px;
  }
  .insta__head--ttl {
    padding-left: 68px;
    font-size: 16px;
  }
  .insta__head--ttl:before {
    left: 4px;
    top: -5px;
  }
  .insta__head p {
    font-size: 14px;
  }
  .insta__borderBlock {
    padding: 9px;
    border-radius: 40px;
  }
  .insta__borderBlock__inner {
    padding: 29px 17px 29px;
    border-radius: 40px;
  }
  .insta__feed {
    margin-bottom: 14px;
  }
  .insta__feed section {
    margin-bottom: 0;
  }
  .insta__feed .container {
    padding: 0 !important;
  }
  .insta__feed .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a {
    width: 25px;
    height: 25px;
  }
  .insta__feed .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-next:before, .insta__feed .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-prev:before {
    width: 8px;
    height: 8px;
    top: 6px;
  }
  .insta__feed .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-next:before {
    border-width: 2px 2px 0 0;
    left: 11px;
  }
  .insta__feed .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-prev:before {
    border-width: 0 0 2px 2px;
    left: 14px;
  }
  .insta__feed .ecbn-selection-item .ecbn-selection-detail {
    padding: 0;
  }
  .insta__feed .ecbn-selection-item .ecbn-selection-user:before {
    width: 11px;
    height: 11px;
  }
  .insta__feed .vsm-goods .ecbn-selection-item .ecbn-selection-user, .insta__feed .vsm-slider .ecbn-selection-item .ecbn-selection-user {
    font-size: 10px;
  }
  .insta__feed .ecbn-selection-wrapper .ecbn-selection-footer2 {
    margin-top: -10px;
  }
  .insta__feed .ecbn-selection-wrapper .ecbn-selection-footer2 .ecbn-selection-powered-name {
    margin-left: 5px;
    vertical-align: 1px;
  }
  .insta__foot {
    margin-top: 0;
  }
  .insta__foot p {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 23px;
  }
  .insta__copy {
    font-size: 16px;
  }
}

.column {
  margin-bottom: -50px;
  clip-path: inset(0 0 round 0 0 50px 50px);
  position: relative;
  background: #886A4C;
  padding: 78px 0 120px;
}
@media screen and (max-width: 900px) {
  .column {
    margin-bottom: -30px;
    clip-path: inset(0 0 round 0 0 30px 30px);
  }
}
.column__inner {
  padding-right: 60px;
  padding-left: 60px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: calc(1180px + 60px * 2);
}
@media screen and (max-width: 1090px) {
  .column__inner {
    max-width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 900px) {
  .column__inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 600px) {
  .column__inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.column__head {
  color: #fff;
  margin-bottom: 30px;
}
.column__list {
  max-width: 995px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #fff;
}
.column__item {
  border-top: 1px solid #fff;
  color: #fff;
}
.column__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  gap: 20px;
  padding: 20px 65px 14px 0;
}
@media screen and (min-width: 1025px) {
  .column__item a:hover {
    opacity: 0.5;
  }
}
.column__item--image {
  width: 140px;
  height: 140px;
  flex-shrink: 0;
}
.column__item--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.column__item--ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 12px;
}
.column__item--date {
  font-size: 14px;
  margin-bottom: 9px;
}
.column__item--cate {
  width: fit-content;
  background: #000;
  color: #fff;
  font-size: 14px;
  padding: 3px 7px;
  border-radius: 20px;
  margin-bottom: 5px;
}
.column__item--arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.column__item__desc > p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .column {
    padding: 38px 0 80px;
  }
  .column__item a {
    padding: 17px 0 14px 0;
  }
  .column__item--image {
    width: 120px;
    height: 120px;
  }
  .column__item--arrow {
    display: none;
  }
  .column__item--ttl {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 23px;
  }
  .column__item p {
    display: none;
  }
}

.faq {
  padding: 110px 0 64px;
}
.faq__link {
  display: block;
  margin: 0 auto;
  max-width: 740px;
}
.faq__link img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .faq__link:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 900px) {
  .faq {
    padding: 60px 0 64px;
  }
  .faq__link {
    max-width: 340px;
    padding: 0 10px;
  }
}

.products {
  padding-bottom: 155px;
}
.products__inner {
  padding-right: 60px;
  padding-left: 60px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: calc(1180px + 60px * 2);
}
@media screen and (max-width: 1090px) {
  .products__inner {
    max-width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 900px) {
  .products__inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 600px) {
  .products__inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.products__head {
  color: #886A4C;
  border-bottom: solid 1px #886A4C;
  padding-bottom: 6px;
  margin-bottom: 16px;
}
.products .fs-c-productList__controller,
.products .fs-c-sortItems,
.products .fs-c-listControl,
.products .fs-c-productList {
  margin: 0;
}
.products .fs-c-sortItems {
  font-size: 15px;
}
.products .fs-c-sortItems__label {
  border: 0;
  padding: 4px 3px 4px 0;
}
.products .fs-c-sortItems__label:after {
  content: ":";
  display: inline-block;
}
.products .fs-c-sortItems__list__item a {
  border-bottom: solid 1px #000;
  padding-bottom: 1px;
}
@media screen and (min-width: 1025px) {
  .products .fs-c-sortItems__list__item a:hover {
    opacity: 0.5;
  }
}
.products .fs-c-sortItems__list__item.is-active {
  background: none;
  font-weight: bold;
  color: #000;
  border: 0;
}
.products .fs-c-sortItems__list__item__label {
  margin: 0 9px;
  padding: 0;
}
.products .fs-c-listControl__status {
  font-size: 13px;
}
.products .fs-c-pagination {
  gap: 7px;
  margin-left: 20px;
}
.products .fs-c-pagination__item {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #BEBEBE;
  font-weight: 500;
}
.products .fs-c-pagination__item.is-active {
  background: none;
  color: #886A4C;
}
.products .fs-c-pagination__item--prev, .products .fs-c-pagination__item--next {
  font-size: 0;
  width: 13px;
  height: 7px;
  position: relative;
  padding: 0;
}
.products .fs-c-pagination__item--prev:before, .products .fs-c-pagination__item--next:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 1px solid #886A4C;
  border-right: 1px solid #886A4C;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.products .fs-c-pagination__item--prev:before {
  transform: rotate(225deg);
}
.products .fs-l-page {
  min-width: 0;
}
.products .fs-c-productList__list {
  margin-top: 35px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 40px 20px;
  border-bottom: solid 1px #886A4C;
  padding-bottom: 50px;
  margin-bottom: 20px;
}
.products .fs-c-productList__list__item {
  padding: 0;
  width: calc(16.6666666667% - 16.6666666667px);
  border: 0;
}
@media screen and (min-width: 1025px) {
  .products .fs-c-productList__list__item a:hover {
    opacity: 0.5;
  }
}
.products .fs-c-productList__list__item form {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.products .fs-c-productList__list .fs-c-productListItem__imageContainer {
  margin-bottom: 15px;
}
.products .fs-c-productList__list .fs-c-productName {
  margin: 0;
}
.products .fs-c-productList__list span.fs-c-productName__name {
  font-size: 15px;
  font-weight: bold;
  line-height: 21px;
  letter-spacing: 0.05em;
}
.products .fs-c-productList__list .fs-c-productListItem__prices.fs-c-productPrices {
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0;
  margin: 6px 0 16px;
}
.products .fs-c-productList__list .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice__main__label,
.products .fs-c-productList__list .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice__addon,
.products .fs-c-productList__list .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice__main__addon {
  font-size: inherit;
}
.products .fs-c-productList__list .fs-c-buttonContainer {
  padding: 0;
  margin-top: auto;
}
.products .fs-c-productList__list .fs-c-buttonContainer button.fs-c-button--addToCart--list.fs-c-button--plain {
  border-radius: 40px;
  padding: 9px 23px;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.products .fs-c-productList__list .fs-c-buttonContainer button.fs-c-button--addToCart--list.fs-c-button--plain:before {
  display: none;
}
.products .fs-c-productList__list .fs-c-button--particular.fs-c-button--addToWishList--icon::before, .products .fs-c-productList__list .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before, .products .fs-c-productList__list .fs-c-button--particular.fs-c-button--displayPassword::before, .products .fs-c-productList__list .fs-c-button--particular.fs-c-button--hidePassword::before {
  font-size: 29px;
  margin-right: -2px;
}
@media screen and (max-width: 900px) {
  .products__head {
    padding: 0;
  }
  .products__head .section__ttl--ja {
    margin-bottom: 17px;
  }
  .products .fs-c-sortItems {
    font-size: 13px;
  }
  .products .fs-c-sortItems__list__item__label {
    margin: 0 5px;
  }
  .products .fs-c-listControl {
    flex-direction: initial;
    justify-content: flex-start;
    align-items: center;
    margin-top: 4px;
  }
  .products .fs-c-listControl__status {
    margin-right: 20px;
  }
  .products .fs-c-pagination {
    margin: 0;
  }
  .products .fs-c-productList__list {
    margin: 17px 0 7px;
    gap: 30px 18px;
  }
  .products .fs-c-productList__list__item {
    width: calc(50% - 9px);
  }
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #886A4C;
  z-index: 10000;
}
@media screen and (max-width: 900px) {
  .loading img {
    width: 200px;
  }
}

/*# sourceMappingURL=senior.css.map */
