@charset "UTF-8";
/*--==========================
foundation
============================--*/
/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box; }

::before,
::after {
  box-sizing: inherit; }

/* 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 {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none;
  /* 1 */
  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 */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom; }

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom; }

/* 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;
  border: 0;
  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;
  border: 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; }

/*------------------------------
表示・非表示切替
-------------------------------*/
@media (max-width: 750px) {
  .pc {
    display: none !important; } }

@media (min-width: 751px) {
  .sp {
    display: none !important; } }

@media (min-width: 980px) {
  .header-sp {
    display: none !important; } }

@media (max-width: 980px) {
  .header-pc {
    display: none !important; } }

#option_price_box::after {
  content: "（税込）"; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before, .slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* ========
html
======== */
html {
  font-size: 62.5%;
  background-color: #fafafa; }

/* ========
body
======== */
body {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  letter-spacing: 0;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #040404;
  line-height: 2;
  min-width: 1000px;
  background-color: #fff;
  overflow-y: scroll; }
  @media (max-width: 750px) {
    body {
      min-width: 375px; } }
  body.page-english .l-content {
    font-family: "Josefin Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 300;
    letter-spacing: .06em; }

/* ========
tags
======== */
* {
  box-sizing: border-box; }
  *::-moz-selection {
    background-color: rgba(130, 159, 133, 0.5);
    color: #fff; }
  *::selection {
    background-color: rgba(130, 159, 133, 0.5);
    color: #fff; }

a {
  color: inherit;
  outline: none;
  opacity: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

strong {
  font-weight: 400;
  color: #0c652a; }

a:link,
a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none;
  outline: none;
  color: currentColor; }

a:active {
  outline: none; }

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

/* clearfix */
.clearfix, .c-box-caption {
  *zoom: 1; }
  .clearfix:after, .c-box-caption:after {
    content: "";
    display: block;
    clear: both; }

/* ========
input
======== */
select::-ms-expand {
  display: none; }

input, button, textarea, select {
  background-color: gray;
  display: inline-block;
  padding: 5px; }

/* ========
animation
======== */
@-webkit-keyframes rotateZ {
  0% {
    transform: scale(1, 1); }
  16% {
    transform: scale(-1, 1); }
  32% {
    transform: scale(1, 1); }
  100% {
    transform: scale(1, 1); } }
@keyframes rotateZ {
  0% {
    transform: scale(1, 1); }
  16% {
    transform: scale(-1, 1); }
  32% {
    transform: scale(1, 1); }
  100% {
    transform: scale(1, 1); } }

@-webkit-keyframes sprite {
  0% {
    transform: translate(0%, 0); }
  100% {
    transform: translate(-100%, 0); } }

@keyframes sprite {
  0% {
    transform: translate(0%, 0); }
  100% {
    transform: translate(-100%, 0); } }

@-webkit-keyframes dot1 {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  21% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes dot1 {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  21% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes dot2 {
  0% {
    opacity: 0; }
  40% {
    opacity: 0; }
  41% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes dot2 {
  0% {
    opacity: 0; }
  40% {
    opacity: 0; }
  41% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes dot3 {
  0% {
    opacity: 0; }
  60% {
    opacity: 0; }
  61% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes dot3 {
  0% {
    opacity: 0; }
  60% {
    opacity: 0; }
  61% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes switchZindex {
  0% {
    z-index: -1; }
  50% {
    z-index: -1; }
  51% {
    z-index: -2; }
  100% {
    z-index: -2; } }

@keyframes switchZindex {
  0% {
    z-index: -1; }
  50% {
    z-index: -1; }
  51% {
    z-index: -2; }
  100% {
    z-index: -2; } }

@-webkit-keyframes mask1 {
  0% {
    top: -100%;
    transform: skew(0, 0); }
  50% {
    top: 0;
    transform: skew(0, 30deg); }
  100% {
    top: 100%;
    transform: skew(0, 0); } }

@keyframes mask1 {
  0% {
    top: -100%;
    transform: skew(0, 0); }
  50% {
    top: 0;
    transform: skew(0, 30deg); }
  100% {
    top: 100%;
    transform: skew(0, 0); } }

@-webkit-keyframes mask2 {
  0% {
    left: -100%;
    transform: skew(0, 0); }
  50% {
    left: 0;
    transform: skew(30deg, 0); }
  100% {
    left: 100%;
    transform: skew(0, 0); } }

@keyframes mask2 {
  0% {
    left: -100%;
    transform: skew(0, 0); }
  50% {
    left: 0;
    transform: skew(30deg, 0); }
  100% {
    left: 100%;
    transform: skew(0, 0); } }

/*--==========================
layout
============================--*/
/* ========
l-content
======== */
/* ========
l-footer
======== */
.l-footer {
  background: linear-gradient(90deg, #0c3018, #0d1911);
  color: #fff;
  padding: 100px 70px 20px 40px;
  height: auto; }
  @media (max-width: 750px) {
    .l-footer {
      padding: 58px 0 20px; } }
  .l-footer .l-inner {
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 750px) {
      .l-footer .l-inner {
        display: block; } }
  .l-footer .c-sns {
    margin-bottom: 56px; }
    @media (max-width: 750px) {
      .l-footer .c-sns {
        margin-bottom: 48px; } }
  .l-footer .copyright {
    font-size: 1.2rem;
    letter-spacing: .1em; }
    @media (max-width: 750px) {
      .l-footer .copyright {
        font-size: 1rem;
        text-align: center; } }

/* ========
l-header
======== */
.l-header {
  padding: 0 0 0 min(40px, 2.5vw);
  background-color: #fff;
  position: fixed;
  width: 100%;
  color: #040404;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 96px;
  max-width: 1920px; }
  @media (max-width: 980px) {
    .l-header {
      height: 70px;
      border-color: #fff;
      padding: 0; } }
  .l-header .l-inner {
    max-width: inherit;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%; }
    @media (max-width: 980px) {
      .l-header .l-inner {
        width: 100%;
        padding-left: 15px; } }

/* ========
l-inner
======== */
.l-inner {
  max-width: 1000px;
  margin: 0 auto; }
  @media (max-width: 750px) {
    .l-inner {
      max-width: 100%;
      width: calc(100% - 30px); } }
  @media (min-width: 751px) {
    .l-inner.-medium {
      max-width: 824px; } }
  @media (min-width: 751px) {
    .l-inner.-small {
      max-width: 760px; } }
  @media (min-width: 751px) {
    .l-inner.-smaller {
      max-width: 648px; } }
  .l-inner.-col {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 750px) {
      .l-inner.-col {
        flex-direction: column-reverse; } }

/* ========
l-main
======== */
.l-main {
  flex: 0 0 auto;
  width: 736px; }
  @media (max-width: 750px) {
    .l-main {
      width: 100%; } }

/* ========
l-side
======== */
.l-side {
  flex: 0 0 auto;
  width: 208px;
  position: relative;
  z-index: 2; }
  @media (max-width: 750px) {
    .l-side {
      width: auto;
      background-color: #e6e9e5;
      padding: 32px 20px 20px;
      margin: 0; } }
  .l-side.-bg-white {
    background-color: #fff; }
    @media (max-width: 750px) {
      .l-side.-bg-white {
        width: 100%; } }

/* ========
l-wrapper
======== */
.l-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin: 96px auto 0;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1); }
  @media (max-width: 750px) {
    .l-wrapper {
      margin-top: 70px; } }

.ec .l-wrapper {
  margin-top: 156px; }
  @media (max-width: 980px) {
    .ec .l-wrapper {
      margin-top: 110px; } }

/*--==========================
  object
============================--*/
/*-- component --*/
/* ========
textarea
======== */
.c-textarea {
  display: inline-block;
  color: #fff; }
  .c-textarea .c-txt {
    margin-top: 28px; }
  .c-textarea .c-link-btn {
    margin: 20px 1em 0 0; }
  .c-textarea .c-btn {
    margin: 32px auto 0; }

.c-banners {
  width: 1000px;
  margin: 40px auto 0; }
  @media (max-width: 750px) {
    .c-banners {
      width: 100%;
      padding: 0 20px;
      margin: 56px auto 0; } }
  .c-banners a {
    display: block; }
    @media (min-width: 751px) {
      .c-banners a {
        transition: opacity .3s ease; }
        .c-banners a:hover {
          opacity: .6; } }
  .c-banners picture {
    display: block; }
  .c-banners > a:not(:first-child), .c-banners > picture:not(:first-child) {
    margin-top: 16px; }
    @media (max-width: 750px) {
      .c-banners > a:not(:first-child), .c-banners > picture:not(:first-child) {
        margin-top: 10px; } }

.c-bnr-dailycalendar {
  position: fixed;
  max-width: calc(100% - 20px);
  left: 10px;
  bottom: 10px;
  z-index: 99;
  max-width: 300px;
  background-color: #13311d;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.12); }
  .c-bnr-dailycalendar__close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -6px;
    right: -6px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 1;
    cursor: pointer; }
    .c-bnr-dailycalendar__close:before, .c-bnr-dailycalendar__close:after {
      content: '';
      display: block;
      width: 60%;
      height: 2px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      background-color: #13311d; }
    .c-bnr-dailycalendar__close:before {
      transform: rotate(45deg); }
    .c-bnr-dailycalendar__close:after {
      transform: rotate(-45deg); }
  .c-bnr-dailycalendar a {
    display: block;
    padding: 2px;
    background-color: #fff; }
    @media (min-width: 751px) {
      .c-bnr-dailycalendar a {
        transition: .3s ease; }
        .c-bnr-dailycalendar a:hover {
          opacity: .6; } }

.c-bnr-floating {
  position: fixed;
  max-width: calc(100% - 20px);
  left: 10px;
  bottom: 10px;
  z-index: 99;
  background-color: #13311d;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.12); }
  .c-bnr-floating__close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -6px;
    right: -6px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 1;
    cursor: pointer; }
    .c-bnr-floating__close:before, .c-bnr-floating__close:after {
      content: '';
      display: block;
      width: 60%;
      height: 2px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      background-color: #13311d; }
    .c-bnr-floating__close:before {
      transform: rotate(45deg); }
    .c-bnr-floating__close:after {
      transform: rotate(-45deg); }
  .c-bnr-floating a {
    display: block;
    padding: 2px;
    background-color: #fff; }
    @media (min-width: 751px) {
      .c-bnr-floating a {
        transition: .3s ease; }
        .c-bnr-floating a:hover {
          opacity: .6; } }

.c-bnr a {
  display: block; }
  @media (min-width: 751px) {
    .c-bnr a {
      transition: .3s ease; }
      .c-bnr a:hover {
        opacity: .6; } }

/* ========
box-benefit
======== */
.c-box-benefit {
  position: relative;
  overflow: hidden;
  background-color: #e6e9e5;
  padding: 30px; }
  .c-box-benefit__label {
    font-size: 1.6rem;
    letter-spacing: .1em;
    font-weight: 500;
    color: #fff;
    background-color: #13311d;
    line-height: 1;
    padding: 2px 48px 6px 0;
    text-align: center;
    position: absolute;
    top: 0;
    left: -80px;
    right: calc(100% - 200px);
    transform: rotate(-35deg); }
    @media (max-width: 750px) {
      .c-box-benefit__label {
        font-size: 1.3rem;
        padding: 2px 56px 6px 0; } }
    .c-box-benefit__label span {
      font-family: "Crimson Text", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
      font-size: 2.4rem;
      letter-spacing: .08em;
      font-weight: 400; }
      @media (max-width: 750px) {
        .c-box-benefit__label span {
          font-size: 1.8rem; } }
  .c-box-benefit__ttl {
    font-size: 2.4rem;
    line-height: 1.8;
    font-weight: 600;
    letter-spacing: .1em;
    color: #0c652a;
    padding-left: 56px; }
    @media (max-width: 750px) {
      .c-box-benefit__ttl {
        font-size: 2rem;
        padding-left: 40px; } }
  .c-box-benefit__copy {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 2;
    padding-left: 56px;
    margin: 0 0 16px; }
    @media (max-width: 750px) {
      .c-box-benefit__copy {
        font-size: 1.5rem;
        padding-left: 40px; } }
  .c-box-benefit__img img {
    margin: 16px auto; }
  .c-box-benefit__desc {
    font-size: 1.4rem;
    line-height: 2;
    font-weight: 500;
    letter-spacing: .1em;
    text-align: justify;
    margin: .5em 0; }
    .c-box-benefit__desc a {
      color: #0c652a;
      text-decoration: underline; }
  .c-box-benefit__note {
    font-size: 1.2rem;
    letter-spacing: .1em;
    line-height: 1.8;
    text-indent: -1em;
    margin-left: 1em;
    margin-top: .5em; }
    .c-box-benefit__note a {
      color: #0c652a;
      text-decoration: underline; }

/* ========
box-border
======== */
.c-box-border {
  border: 1px solid #787878;
  padding: 24px; }
  @media (max-width: 750px) {
    .c-box-border {
      padding: 12px; } }
  .c-box-border p {
    font-size: 1.4rem;
    line-height: 2;
    font-weight: 600;
    letter-spacing: .1em;
    display: flex;
    align-items: center; }
    .c-box-border p::before {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      background-color: #040404;
      border-radius: 50%;
      margin-right: 4px; }
  .c-box-border dl {
    display: flex;
    font-size: 1.4rem;
    letter-spacing: .1em;
    line-height: 2.4; }
  .c-box-border dt {
    width: 130px;
    flex: 0 0 auto;
    font-weight: 400;
    padding-left: 16px;
    border-right: 1px solid #eaece9; }
    @media (max-width: 750px) {
      .c-box-border dt {
        width: 120px;
        padding-left: 0; } }
  .c-box-border dd {
    padding-left: 24px; }
    @media (max-width: 750px) {
      .c-box-border dd {
        padding-left: 16px; } }

.c-box-caption .c-txt-bold {
  float: left;
  width: calc(100% - 360px - 32px);
  display: flex;
  align-items: center;
  margin: 0 0 16px; }
  @media (max-width: 750px) {
    .c-box-caption .c-txt-bold {
      margin: 0 0 8px;
      float: none;
      width: 100%; } }
  .c-box-caption .c-txt-bold:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #787878;
    flex: 1 1 auto;
    margin: 0 0 0 1em; }

.c-box-caption .c-copy-basic {
  float: left;
  width: calc(100% - 360px - 32px);
  margin: 0 0 20px;
  letter-spacing: .1em; }
  @media (max-width: 750px) {
    .c-box-caption .c-copy-basic {
      margin: 0 0 16px;
      float: none;
      width: 100%; } }

.c-box-caption .c-txt {
  text-align: justify;
  line-height: 2; }

.c-box-caption__images {
  width: 360px;
  float: right;
  padding: 0 0 16px 32px;
  box-sizing: content-box; }
  @media (max-width: 750px) {
    .c-box-caption__images {
      width: 100%;
      margin: 16px 0; }
      .c-box-caption__images img {
        margin: 0 auto; } }

@media (min-width: 751px) {
  .c-box-caption.-rev .c-box-caption__images {
    padding: 0 32px 16px 0;
    float: left; }
  .c-box-caption.-rev .c-txt-bold {
    float: right;
    flex-direction: row-reverse; }
    .c-box-caption.-rev .c-txt-bold:after {
      margin: 0 1em 0 0; }
  .c-box-caption.-rev .c-copy-basic {
    float: right;
    text-align: right; } }

/* ========
box-info
======== */
.c-box-info {
  width: 100%;
  height: 50px;
  color: #d5553a;
  border: 1px solid #d5553a;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }
  @media (min-width: 751px) {
    .c-box-info {
      transition: .4s ease; }
      .c-box-info:hover {
        opacity: .7;
        color: #d5553a; } }
  @media (max-width: 750px) {
    .c-box-info {
      height: auto;
      padding: 4px 32px 8px 12px;
      display: block; } }
  .c-box-info .c-date {
    color: currentColor; }
  .c-box-info p {
    font-size: 1.4rem;
    letter-spacing: .1em;
    line-height: 1.6; }
  .c-box-info .iconSvg {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translate(0, -50%);
    width: 17px;
    height: 14px; }
    @media (max-width: 750px) {
      .c-box-info .iconSvg {
        top: inherit;
        right: 12px;
        bottom: 12px;
        transform: translate(0, 0); } }
    .c-box-info .iconSvg svg {
      fill: currentColor; }
  .c-box-info.-primary {
    background-color: #13311d;
    border: none;
    color: #fff; }
    .c-box-info.-primary:hover {
      opacity: 1; }

.c-box-intro {
  width: 384px; }
  .c-box-intro__img img {
    width: 100%; }
  .c-box-intro__textarea {
    padding: 32px 0 0; }
    @media (max-width: 750px) {
      .c-box-intro__textarea {
        padding: 16px 0 0; } }
    .c-box-intro__textarea .c-txt-bold {
      text-align: center;
      margin: 0 0 20px; }
      @media (max-width: 750px) {
        .c-box-intro__textarea .c-txt-bold {
          margin: 0 0 8px; } }
    .c-box-intro__textarea .c-txt {
      text-align: justify;
      margin: 0 0 24px; }
      @media (max-width: 750px) {
        .c-box-intro__textarea .c-txt {
          margin: 0 0 16px;
          line-height: 2; } }
    .c-box-intro__textarea .c-btn {
      width: 100%; }

.c-box-lead-pages {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 64px 0 96px; }
  @media (max-width: 750px) {
    .c-box-lead-pages {
      padding: 56px 0 72px;
      display: block; } }
  .c-box-lead-pages__item {
    width: 480px;
    position: relative;
    z-index: 0;
    color: #fff;
    padding: 56px 40px 64px; }
    @media (max-width: 750px) {
      .c-box-lead-pages__item {
        width: 100%;
        padding: 32px 24px 64px; }
        .c-box-lead-pages__item:nth-child(n+2) {
          margin: 56px 0 0; } }
    .c-box-lead-pages__item:before {
      content: '';
      display: block;
      position: absolute;
      top: 4px;
      left: 4px;
      right: 4px;
      bottom: 4px;
      border: 1px solid #fff;
      z-index: -1; }
    .c-box-lead-pages__item .bgImg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: transparent center center no-repeat;
      background-size: cover;
      z-index: -2; }
    .c-box-lead-pages__item .c-copy-basic {
      text-align: center; }
    .c-box-lead-pages__item .c-list-text {
      margin: 24px 0 0; }
      @media (max-width: 750px) {
        .c-box-lead-pages__item .c-list-text {
          margin: 16px 0 0; } }
      .c-box-lead-pages__item .c-list-text ul li:nth-child(n+2) {
        margin-top: 0; }
    .c-box-lead-pages__item .c-btn {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0 auto;
      transform: translate(0, 40%); }

/* ========
box-point
======== */
.c-box-point {
  overflow: hidden;
  margin-top: 50px; }
  @media (max-width: 750px) {
    .c-box-point {
      margin-top: 40px; } }
  .c-box-point:first-child {
    margin-top: 0; }
  .c-box-point__label {
    font-size: 4.8rem;
    letter-spacing: .08em;
    line-height: 1;
    font-family: "Crimson Text", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-style: italic;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translate(-50%, 0); }
    .c-box-point__label span {
      font-size: 2rem; }
    .c-box-point__label::before, .c-box-point__label::after {
      content: "";
      display: block;
      width: 100vw;
      height: 1px;
      position: absolute;
      top: 50%;
      background-color: #787878; }
    .c-box-point__label::before {
      right: 100%; }
    .c-box-point__label::after {
      left: 100%; }
  .c-box-point__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 32px; }
    .c-box-point__list:first-child {
      margin-top: 0; }
  .c-box-point li {
    flex: 0 0 auto;
    width: 184px;
    flex: 0 0 auto; }
    @media (min-width: 751px) {
      .c-box-point li {
        margin-left: 20px; }
        .c-box-point li:nth-child(5n + 1) {
          margin-left: 0; }
        .c-box-point li:nth-child(n + 6) {
          margin-top: 10px; } }
    @media (max-width: 750px) {
      .c-box-point li {
        width: calc(50% - 8px);
        margin-left: 16px; }
        .c-box-point li:nth-child(2n + 1) {
          margin-left: 0; }
        .c-box-point li:nth-child(n + 3) {
          margin-top: 10px; } }
  .c-box-point figure img {
    margin: 0 auto; }
  .c-box-point figure figcaption {
    text-align: center;
    font-size: 1.3rem; }

/* ========
box-repair
======== */
.c-box-repair:nth-child(n+2) {
  margin-top: 55px; }

.c-box-repair a {
  display: block; }
  @media (min-width: 751px) {
    .c-box-repair a:hover .c-box-repair__ttl {
      color: #0c652a; }
    .c-box-repair a:hover .c-box-repair__lead .c-link-btn {
      margin-right: -8px; } }
  @media (max-width: 750px) {
    .c-box-repair a {
      display: flex;
      flex-direction: column; } }

.c-box-repair__img {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 750px) {
    .c-box-repair__img {
      flex-wrap: wrap; } }
  .c-box-repair__img .c-box-repair__item {
    width: 49.8%;
    height: 200px;
    background: transparent center center no-repeat;
    background-size: cover;
    position: relative; }
    @media (max-width: 750px) {
      .c-box-repair__img .c-box-repair__item {
        width: 100%;
        height: auto;
        margin: 0 auto; }
        .c-box-repair__img .c-box-repair__item:before {
          content: '';
          display: block;
          padding: 48% 0 0; }
        .c-box-repair__img .c-box-repair__item:nth-child(2) {
          margin-top: 2px; } }
    .c-box-repair__img .c-box-repair__item p {
      font-family: "Crimson Text", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
      font-size: 2.4rem;
      line-height: 1;
      letter-spacing: .05em;
      color: #fff;
      position: absolute;
      top: 10px;
      left: 15px;
      text-shadow: 0 0 12px rgba(0, 0, 0, 0.8); }

.c-box-repair__ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: .1em;
  width: 100%;
  margin: 20px 0;
  transition: .3s ease; }
  @media (max-width: 750px) {
    .c-box-repair__ttl {
      font-size: 1.8rem;
      margin: 16px auto 0;
      text-align: center; } }

.c-box-repair .c-box-repair__info {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 24px; }
  @media (max-width: 750px) {
    .c-box-repair .c-box-repair__info {
      flex-wrap: wrap;
      justify-content: center;
      width: calc(100% - 70px);
      margin: 8px auto 0; } }
  .c-box-repair .c-box-repair__info .c-cat {
    background: #13311d;
    padding: 3px 30px;
    flex: 0 0 auto;
    margin-right: 0; }
  .c-box-repair .c-box-repair__info .c-txt {
    letter-spacing: .12em;
    flex: 0 0 auto; }
  .c-box-repair .c-box-repair__info .c-box-repair__lead {
    width: 100%;
    display: flex;
    align-items: center; }
    .c-box-repair .c-box-repair__info .c-box-repair__lead:before {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      margin: 0 8px;
      background-color: #787878; }
    .c-box-repair .c-box-repair__info .c-box-repair__lead .c-link-btn {
      align-items: center;
      flex: 0 0 auto;
      transition: .3s ease; }

@media (max-width: 750px) {
  .c-box-repair .c-link-btn {
    width: calc(100% - 50px);
    margin: 20px auto 0; } }

/* ========
box-txt
======== */
.c-box-txt {
  background-color: #fff;
  width: 384px;
  height: 390px;
  padding: 50px 0 0 36px; }
  @media (max-width: 750px) {
    .c-box-txt {
      width: 100%;
      height: auto;
      padding: 24px 24px 72px;
      text-align: center; } }
  .c-box-txt__ttl {
    display: inline-block;
    font-size: 2.8rem;
    position: relative;
    line-height: 1;
    font-family: "Josefin Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 300;
    padding-right: 16px;
    line-height: 1.28;
    letter-spacing: .18em; }
    @media (max-width: 750px) {
      .c-box-txt__ttl {
        padding-right: 0; } }
    .c-box-txt__ttl span {
      display: block;
      font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
      font-size: 1.2rem;
      margin-top: 4px;
      letter-spacing: .1em; }
    .c-box-txt__ttl::before, .c-box-txt__ttl::after {
      content: "";
      display: block;
      position: absolute;
      left: 0; }
    .c-box-txt__ttl::before {
      width: 380px;
      height: 1px;
      background-color: #040404;
      top: 12px;
      z-index: -2; }
    .c-box-txt__ttl::after {
      width: 100%;
      height: 100%;
      top: 0;
      background-color: #fff;
      z-index: -1; }
  .c-box-txt .c-txt {
    margin-top: 20px; }
    @media (max-width: 750px) {
      .c-box-txt .c-txt {
        margin-top: 16px;
        text-align: justify; } }
  .c-box-txt .c-btn {
    position: absolute;
    right: 0;
    bottom: 0; }
    @media (max-width: 750px) {
      .c-box-txt .c-btn {
        left: 0;
        margin: 0 auto;
        bottom: -20px; } }

/* ========
box-value
======== */
.c-box-value {
  display: flex;
  align-items: center; }
  .c-box-value.-column {
    flex-direction: column;
    align-items: flex-start; }
  .c-box-value__label label {
    margin-bottom: 0;
    font-size: 1.4rem;
    letter-spacing: .1em;
    font-weight: 400; }
    .c-box-value__label label::after {
      font-size: 1.6rem;
      content: " :"; }
    .c-box-value__label label[for="productoption3"] {
      font-size: 1.3rem; }
  .c-box-value__input {
    min-width: 80px;
    height: 32px;
    position: relative; }
    .c-box-value__input:not(.-textarea):not(.-quantity)::after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      right: 12px;
      transform: translate(0, -50%);
      pointer-events: none;
      width: 10px;
      height: 4px;
      background-image: url(https://www.somes-jp.pro/app/wp-content/themes/somes-saddle/assets/images/svg/icon_arrow03.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; }
    .c-box-value__input select, .c-box-value__input input {
      cursor: pointer;
      width: 100%;
      height: 100%;
      padding: 0 32px 0 8px;
      background-color: #fff;
      border: 1px solid #787878;
      border-radius: 4px; }
    .c-box-value__input input {
      padding: 0 8px;
      text-align: center; }
    .c-box-value__input textarea {
      width: 100%;
      height: 100%;
      padding: 0 8px;
      background-color: #fff;
      border: 1px solid #787878;
      border-radius: 4px; }
  .c-box-value__input:has(#productoption4), .c-box-value__input:has(#productoption11) {
    display: none; }
  .c-box-value label[for="productoption4"]::after,
  .c-box-value label[for="productoption11"]::after {
    display: none; }

.c-btn-cart {
  width: 100%;
  height: 60px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  letter-spacing: .1em;
  position: relative; }
  .c-btn-cart .iconSvg {
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-70px, -50%);
    z-index: 1; }
  @media (min-width: 751px) {
    .c-btn-cart [disabled] + .iconSvg {
      transform: translate(-90px, -50%); } }
  .c-btn-cart button {
    width: 100%;
    height: 100%;
    background-color: #040404;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 32px;
    transition: .4s ease; }
    .c-btn-cart button:hover {
      background-color: #13311d; }
    .c-btn-cart button[disabled] {
      background: #787878; }
  .c-btn-cart svg {
    fill: #fff; }

.c-btn-favorite:not(.-type-text) button {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 1.5rem;
  letter-spacing: .1em;
  position: relative;
  background-color: #d3d8d2;
  transition: .4s ease; }
  .c-btn-favorite:not(.-type-text) button:hover {
    color: #fff;
    background-color: #13311d; }
    .c-btn-favorite:not(.-type-text) button:hover .iconSvg {
      opacity: 1; }
  .c-btn-favorite:not(.-type-text) button[disabled] {
    color: #fff;
    background-color: #13311d; }
    .c-btn-favorite:not(.-type-text) button[disabled] .iconSvg {
      opacity: 1; }

.c-btn-favorite .iconSvg {
  width: 20px;
  fill: currentColor;
  opacity: 0.25;
  transition: .4s ease; }

.c-btn-favorite.-type-text {
  display: flex;
  text-align: center;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  letter-spacing: .1em; }
  .c-btn-favorite.-type-text button {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #0c652a;
    background-color: inherit;
    padding: 0; }
  .c-btn-favorite.-type-text .iconSvg {
    width: 9px;
    height: 9px;
    margin-right: 4px; }
  .c-btn-favorite.-type-text svg {
    fill: #0c652a; }

/* ========
button
======== */
.c-btn {
  font-family: "Josefin Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.2rem;
  letter-spacing: .18em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 208px;
  height: 48px;
  position: relative;
  transition: .4s ease;
  color: #fff;
  background-color: #040404; }
  @media (max-width: 750px) {
    .c-btn {
      height: 60px; } }
  .c-btn span {
    width: 17px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%); }
    .c-btn span svg {
      fill: currentColor; }
  @media (min-width: 751px) {
    .c-btn:hover {
      color: #fff;
      background-color: #13311d; } }
  .c-btn.-ja {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.4rem; }
  .c-btn.-white {
    background-color: #fff;
    color: #040404; }
    @media (min-width: 751px) {
      .c-btn.-white:hover {
        color: #fff;
        background-color: #0c652a; } }
    @media (max-width: 750px) {
      .c-btn.-white {
        border: 1px solid #040404; } }
  .c-btn.-primary {
    background-color: #13311d;
    color: #fff; }
    @media (min-width: 751px) {
      .c-btn.-primary:hover {
        background-color: #0c652a; } }
  @media (max-width: 750px) {
    .c-btn.-sptxt {
      width: auto;
      height: auto;
      background-color: inherit;
      color: #fff;
      border: none; }
      .c-btn.-sptxt span {
        position: static;
        margin-bottom: 4px;
        margin-left: 12px;
        transform: translate(0, 0); } }
  .c-btn.-underline {
    background-color: #fff;
    border: none;
    color: #040404;
    border-bottom: 1px solid currentColor; }
    @media (min-width: 751px) {
      .c-btn.-underline:hover {
        background-color: #e6e9e5; } }
  .c-btn.-ghost {
    background-color: transparent;
    color: #040404;
    border: 1px solid currentColor; }
    @media (min-width: 751px) {
      .c-btn.-ghost:hover {
        background-color: rgba(19, 49, 29, 0.1); } }

.c-btn-unique {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.6rem;
  letter-spacing: .1em;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }
  @media (max-width: 750px) {
    .c-btn-unique {
      flex-direction: column; } }
  @media (min-width: 751px) {
    .c-btn-unique {
      transition: .4s ease; }
      .c-btn-unique:hover {
        opacity: 0.7; } }
  .c-btn-unique:hover {
    color: #fff; }
  .c-btn-unique span {
    width: 17px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%); }
    @media (max-width: 750px) {
      .c-btn-unique span {
        position: static;
        flex-direction: column;
        transform: translate(0, 0); } }
    .c-btn-unique span svg {
      fill: currentColor; }
  .c-btn-unique::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid rgba(255, 255, 255, 0.8); }
  .c-btn-unique.-type01 {
    background-color: rgba(12, 48, 24, 0.8); }
  .c-btn-unique.-type02 {
    background-color: rgba(102, 72, 6, 0.8); }
    .c-btn-unique.-type02.-fontsmall {
      letter-spacing: 0; }
      @media (max-width: 750px) {
        .c-btn-unique.-type02.-fontsmall {
          font-size: 1.2rem;
          line-height: 1.6; } }

.c-btnwrap {
  display: flex; }

.c-thanks {
  padding: 136px 0; }
  @media (max-width: 750px) {
    .c-thanks {
      padding: 56px 0; } }
  .c-thanks__copy {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 1.6;
    text-align: center;
    margin: 0 0 32px; }
  .c-thanks__text {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 1.6;
    margin: 0 0 32px;
    max-inline-size: -webkit-max-content;
    max-inline-size: -moz-max-content;
    max-inline-size: max-content;
    margin-inline: auto; }
  .c-thanks__list {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: .1em;
    margin: 0 auto 32px;
    max-inline-size: -webkit-max-content;
    max-inline-size: -moz-max-content;
    max-inline-size: max-content; }
    .c-thanks__list dt {
      font-weight: 700; }
    .c-thanks__list dd {
      margin: .5em 0 0; }
      @media (max-width: 750px) {
        .c-thanks__list dd {
          margin: .25em 0 0; } }
    .c-thanks__list dd + dt {
      margin-top: 1em; }
    .c-thanks__list ul.-list-num {
      padding-left: 1.5em;
      list-style-type: decimal; }
    .c-thanks__list ul.-list-none {
      padding-left: 1em;
      text-indent: -1em; }

/* ========
caption-ph
======== */
.c-caption-ph {
  width: 100%;
  height: 420px;
  position: relative; }
  @media (max-width: 750px) {
    .c-caption-ph {
      height: auto;
      padding-top: 160px;
      margin-top: 47px; } }
  .c-caption-ph__item {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0; }
    @media (max-width: 750px) {
      .c-caption-ph__item {
        height: 200px; } }
  .c-caption-ph.-type01 .c-caption-ph__item {
    background-image: url(https://www.somes-jp.pro/app/wp-content/themes/somes-saddle/assets/images/ec/bg_ph01.jpg); }
    @media (max-width: 750px) {
      .c-caption-ph.-type01 .c-caption-ph__item {
        background-position: right 24% center; } }
  .c-caption-ph.-type02 .c-caption-ph__item {
    background-image: url(https://www.somes-jp.pro/app/wp-content/themes/somes-saddle/assets/images/ec/bg_ph02.jpg); }
    @media (max-width: 750px) {
      .c-caption-ph.-type02 .c-caption-ph__item {
        background-position: left 12% center; } }
  .c-caption-ph.-type03 .c-caption-ph__item {
    background-image: url(https://www.somes-jp.pro/app/wp-content/themes/somes-saddle/assets/images/ec/bg_ph03.jpg); }
    @media (max-width: 750px) {
      .c-caption-ph.-type03 .c-caption-ph__item {
        background-position: right 16% center; } }
  .c-caption-ph.-type04 .c-caption-ph__item {
    background-image: url(https://www.somes-jp.pro/app/wp-content/themes/somes-saddle/assets/images/ec/bg_ph04.jpg); }
    @media (max-width: 750px) {
      .c-caption-ph.-type04 .c-caption-ph__item {
        background-position: left 12% center; } }
  .c-caption-ph .l-inner {
    position: relative;
    height: 100%; }
  .c-caption-ph .c-box-txt {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 1; }
    @media (max-width: 750px) {
      .c-caption-ph .c-box-txt {
        position: static; } }
  .c-caption-ph:nth-child(2n) .c-box-txt {
    left: inherit;
    right: 0; }
    .c-caption-ph:nth-child(2n) .c-box-txt__ttl::before {
      content: "";
      width: 60px;
      left: inherit;
      right: calc(100% + 16px); }
    .c-caption-ph:nth-child(2n) .c-box-txt__ttl::after {
      display: none; }

.c-card-link a {
  display: flex;
  background-color: #fff; }
  @media (min-width: 751px) {
    .c-card-link a {
      transition: .4s ease; }
      .c-card-link a:hover {
        box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08); } }
  @media (max-width: 750px) {
    .c-card-link a {
      flex-wrap: wrap; } }

.c-card-link__img {
  width: 208px;
  flex: 0 0 auto; }
  @media (max-width: 750px) {
    .c-card-link__img {
      width: 50%; }
      .c-card-link__img:before {
        content: '';
        display: block;
        padding: 90% 0 0; } }
  .c-card-link__img.-before {
    order: 0; }
  .c-card-link__img.-after {
    order: 10; }
    @media (max-width: 750px) {
      .c-card-link__img.-after {
        order: 1; } }

.c-card-link__content {
  flex: 1 1 100%;
  padding: 56px 0;
  text-align: center;
  order: 5; }
  @media (max-width: 750px) {
    .c-card-link__content {
      padding: 24px 15px; } }
  .c-card-link__content .c-copy-basic {
    margin: 0 0 4px; }
  .c-card-link__content .c-note {
    margin: 0 0 24px; }
    @media (max-width: 750px) {
      .c-card-link__content .c-note {
        margin: 0 0 16px; } }
  .c-card-link__content .c-txt {
    line-height: 2;
    margin: 0 0 20px; }
    @media (max-width: 750px) {
      .c-card-link__content .c-txt {
        text-align: justify; } }
  @media (min-width: 751px) {
    .c-card-link__content .c-link-btn {
      justify-content: center; } }

.c-coupon {
  text-align: center;
  background-color: #fff;
  font-size: 1.4rem;
  margin: 16px 0 8px;
  border: 1px solid #787878;
  padding: 12px; }

.c-editor-product {
  font-size: 1.4rem;
  letter-spacing: .1em;
  line-height: 2; }
  @media (max-width: 750px) {
    .c-editor-product {
      font-size: 1.3rem;
      letter-spacing: .1em;
      line-height: 2; } }
  .c-editor-product h1, .c-editor-product h2:not(.c-subttl), .c-editor-product h3, .c-editor-product h4, .c-editor-product h5 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: .1em;
    margin-bottom: 15px;
    color: #333333; }
    .c-editor-product h1 + br, .c-editor-product h2:not(.c-subttl) + br, .c-editor-product h3 + br, .c-editor-product h4 + br, .c-editor-product h5 + br {
      display: none; }
  .c-editor-product h2:not(.c-subttl) {
    font-size: 1.6rem; }
  .c-editor-product h3, .c-editor-product h4, .c-editor-product h5 {
    margin-top: 5px;
    padding-left: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    border-left: 3px solid #333333; }
  .c-editor-product p {
    font-size: 1.4rem;
    letter-spacing: .1em;
    line-height: 2;
    margin-top: 24px; }
    @media (max-width: 750px) {
      .c-editor-product p {
        margin-top: 12px;
        font-size: 1.3rem;
        letter-spacing: .1em;
        line-height: 2; } }
  .c-editor-product > img {
    margin: 20px 0 0; }
    .c-editor-product > img + br {
      display: none; }
  .c-editor-product .c-box-border {
    margin-top: 32px; }
    .c-editor-product .c-box-border p {
      margin-top: 0; }

.c-editor-product__detail {
  max-width: 550px; }
  .c-editor-product__detail img {
    display: inline-block;
    margin-bottom: 10px; }
  .c-editor-product__detail video {
    width: 100%; }

.c-editor-product__caption {
  display: inline-block;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  color: #333333; }

.c-editor {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 2;
  text-align: justify; }
  .c-editor h1, .c-editor h2 {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.8;
    border-bottom: 1px solid currentColor;
    padding: 8px 0 12px;
    margin: 2em 0 .5em; }
  .c-editor h3, .c-editor h4 {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 2;
    color: #0c652a;
    margin: 1.5em 0 .5em; }
  .c-editor h5, .c-editor h6 {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 2; }
  .c-editor p {
    margin: 1em 0; }
  .c-editor strong {
    font-weight: 700;
    color: #0c652a; }
  .c-editor i {
    font-family: serif;
    font-style: italic; }
  .c-editor blockquote {
    color: #0c652a;
    border: 1px solid currentColor;
    padding: 48px 56px; }
    @media (max-width: 750px) {
      .c-editor blockquote {
        padding: 24px 32px; } }
    .c-editor blockquote p {
      font-size: inherit;
      margin: 0; }
      .c-editor blockquote p + p {
        margin-top: 1em; }
  .c-editor ul li:before {
    content: '●';
    margin: 0 .25em 0 0;
    display: inline-block;
    transform: scale(0.8); }
  .c-editor ul ul {
    margin: 0 0 0 1.25em; }
    .c-editor ul ul li:before {
      content: '〇'; }
  .c-editor ol {
    counter-reset: countOl; }
    .c-editor ol li:before {
      counter-increment: countOl;
      content: counter(countOl);
      background-color: #040404;
      color: #fff;
      font-size: 1rem;
      font-weight: 700;
      width: 1.4rem;
      height: 1.4rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      letter-spacing: 0;
      margin: 0 .25em 0 0; }
    .c-editor ol ol {
      counter-reset: countOldouble;
      margin: 0 0 0 1.25em; }
      .c-editor ol ol li:before {
        counter-increment: countOldouble;
        content: counter(countOldouble); }
      .c-editor ol ol ol {
        counter-reset: countOltriple;
        margin: 0 0 0 1.25em; }
        .c-editor ol ol ol li:before {
          counter-increment: countOltriple;
          content: counter(countOltriple); }
  .c-editor hr {
    margin: 40px 0;
    border-color: currentColor; }
  .c-editor .c-link-relation {
    margin: 40px 0; }
  .c-editor dl {
    display: flex;
    border-bottom: 1px solid #040404;
    padding: 16px 0; }
  .c-editor dt {
    flex: 0 0 auto;
    min-width: 200px; }
    @media (max-width: 750px) {
      .c-editor dt {
        min-width: 104px; } }
  .c-editor a {
    text-decoration: underline;
    font-weight: 700;
    word-break: break-all; }
  .c-editor .blog-img img {
    width: 100%; }
  .c-editor img[width="600"] {
    width: 100%; }
  .c-editor .c-link-btn a, .c-editor .c-link-relation a, .c-editor .c-link-insert-product a {
    text-decoration: none;
    font-weight: 500; }
  .c-editor .c-btn {
    text-decoration: none;
    font-weight: 500; }
  .c-editor .c-link-relation {
    margin: 20px 0; }
    @media (max-width: 750px) {
      .c-editor .c-link-relation {
        margin: 16px 0; } }
  .c-editor .c-link-insert-product {
    margin: 20px 0 44px; }
    @media (max-width: 750px) {
      .c-editor .c-link-insert-product {
        margin: 16px 0 44px; } }

.c-flow-icon {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #13311d;
  padding: 0 0 48px;
  position: relative;
  z-index: 0; }
  @media (max-width: 750px) {
    .c-flow-icon {
      padding: 0;
      display: block;
      border-bottom: none; } }
  .c-flow-icon:before {
    content: '';
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    border-top: 1px solid #13311d;
    z-index: -1; }
    @media (max-width: 750px) {
      .c-flow-icon:before {
        border-top: none;
        border-left: 1px solid #13311d;
        top: 0;
        left: 32px;
        right: auto;
        bottom: 0; } }
  .c-flow-icon__item {
    width: 206px; }
    @media (max-width: 750px) {
      .c-flow-icon__item {
        width: 100%;
        margin: 32px 0 0;
        position: relative; } }
    @media (max-width: 750px) {
      .c-flow-icon__item:first-child {
        margin: 0; } }
    .c-flow-icon__item:first-child .c-txt-bold:before {
      content: none; }
  @media (max-width: 750px) {
    .c-flow-icon__ttl {
      display: flex; } }
  .c-flow-icon .iconSvg {
    width: 100px;
    height: 100px;
    background-color: #13311d;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto; }
    @media (max-width: 750px) {
      .c-flow-icon .iconSvg {
        width: 64px;
        height: 64px;
        flex: 0 0 auto;
        margin: 0; } }
    .c-flow-icon .iconSvg svg {
      fill: #fff; }
    .c-flow-icon .iconSvg[data-icon="computer"] svg {
      width: 56px;
      height: 40px; }
      @media (max-width: 750px) {
        .c-flow-icon .iconSvg[data-icon="computer"] svg {
          width: 34px;
          height: 24px; } }
    .c-flow-icon .iconSvg[data-icon="document"] svg {
      width: 38px;
      height: 44px; }
      @media (max-width: 750px) {
        .c-flow-icon .iconSvg[data-icon="document"] svg {
          width: 23px;
          height: 27px; } }
    .c-flow-icon .iconSvg[data-icon="note"] svg {
      width: 54px;
      height: 46px;
      transform: translate(5%, 0); }
      @media (max-width: 750px) {
        .c-flow-icon .iconSvg[data-icon="note"] svg {
          width: 33px;
          height: 28px; } }
    .c-flow-icon .iconSvg[data-icon="bag"] svg {
      width: 46px;
      height: 44px; }
      @media (max-width: 750px) {
        .c-flow-icon .iconSvg[data-icon="bag"] svg {
          width: 28px;
          height: 47px; } }
  .c-flow-icon .c-txt-bold {
    text-align: center;
    line-height: 1.5;
    min-height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 16px 0 8px;
    position: relative; }
    @media (max-width: 750px) {
      .c-flow-icon .c-txt-bold {
        margin: 0 0 0 16px;
        position: static; } }
    .c-flow-icon .c-txt-bold:before {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 0 6px 16px;
      border-color: transparent transparent transparent #13311d;
      top: 50%;
      left: -36px;
      transform: translate(0, -50%); }
      @media (max-width: 750px) {
        .c-flow-icon .c-txt-bold:before {
          top: -24px;
          left: 50%;
          transform: translate(-50%, 0) rotate(90deg);
          border-width: 4px 0 4px 12px; } }
  .c-flow-icon .c-txt {
    line-height: 2;
    text-align: justify; }
    @media (max-width: 750px) {
      .c-flow-icon .c-txt {
        padding: 0 0 0 80px; } }

/* ========
footer-logo
======== */
.c-footer-logo {
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  margin-bottom: 28px; }
  .c-footer-logo a {
    display: block;
    width: 270px;
    height: 24px; }
  .c-footer-logo svg {
    fill: #fff; }

.c-form {
  padding: 80px 0; }
  @media (max-width: 750px) {
    .c-form {
      padding: 64px 0; } }
  .c-form__lead {
    border: 1px solid #ccc;
    padding: 24px 40px;
    font-size: 1.2rem;
    letter-spacing: .08em;
    margin: 0 0 32px 0; }
    @media (max-width: 750px) {
      .c-form__lead {
        padding: 12px 15px;
        line-height: 1.8;
        margin: 0 0 24px 0; } }
    .c-form__lead p {
      margin-left: 1.08em;
      text-indent: -1.08em; }
    .c-form__lead a {
      color: #0c652a;
      text-decoration: underline; }
    .c-form__lead-title {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      margin: 0 auto 15px;
      padding: 0 15px;
      border-bottom: 1px solid #000; }
    .c-form__lead.-bg-green {
      border: none;
      background-color: rgba(234, 236, 233, 0.75); }
  .c-form__table .c-note-medium {
    letter-spacing: .04em;
    margin-top: 16px;
    margin-left: 1.04em;
    text-indent: -1.04em; }
    .c-form__table .c-note-medium + .c-note-medium {
      margin-top: 4px; }
  .c-form__table table, .c-form__table tbody, .c-form__table tr {
    width: 100%; }
    @media (max-width: 750px) {
      .c-form__table table, .c-form__table tbody, .c-form__table tr {
        display: block; } }
  @media (max-width: 750px) {
    .c-form__table tr {
      padding: 0 15px; } }
  .c-form__table tr.-required th:after {
    content: '　※必須';
    color: #ff6464;
    font-size: 1.2rem; }
  .c-form__table th, .c-form__table td {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: .05em;
    padding: 16px 0;
    vertical-align: top; }
    @media (max-width: 750px) {
      .c-form__table th, .c-form__table td {
        display: block; } }
  .c-form__table th {
    width: 220px;
    font-weight: 700;
    line-height: 2.8; }
    @media (max-width: 750px) {
      .c-form__table th {
        padding: 12px 0 8px;
        line-height: 2;
        width: 100%; } }
  .c-form__table td {
    width: calc(100% - 240px); }
    @media (max-width: 750px) {
      .c-form__table td {
        width: 100%;
        padding: 0 0 16px; } }
    .c-form__table td > br {
      display: none; }
    .c-form__table td span {
      display: block; }
      .c-form__table td span + br + span {
        margin: 10px 0 0; }
  .c-form__table input, .c-form__table textarea, .c-form__table select {
    background: none;
    border: 1px solid #787878;
    width: 100%; }
    .c-form__table input:focus, .c-form__table textarea:focus, .c-form__table select:focus {
      box-shadow: 0 0 0 1px #787878; }
  .c-form__table textarea {
    min-height: 3em;
    max-height: 8em;
    resize: vertical; }
    @media (max-width: 750px) {
      .c-form__table textarea {
        min-height: 3em;
        max-height: 6em; } }
  .c-form__table .wpcf7-not-valid-tip {
    font-size: 1.4rem; }
  .c-form__table .wpcf7-file {
    padding: 0;
    border: none;
    font-size: 1.4rem; }
  .c-form__confirm {
    width: 100%;
    margin: 40px auto 16px;
    padding: 24px 40px;
    background-color: rgba(234, 236, 233, 0.75); }
    @media (max-width: 750px) {
      .c-form__confirm {
        width: 100%;
        padding: 12px 15px; } }
    .c-form__confirm .c-txt {
      text-align: center;
      margin: 0 0 16px; }
  .c-form__check span.wpcf7-list-item {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1; }
  .c-form__check label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    letter-spacing: .05em;
    cursor: pointer; }
  .c-form__check .wpcf7-list-item-label {
    margin: 0 0 0 .5em; }
  .c-form__submit {
    margin: 40px 0 0; }
    .c-form__submit input {
      width: 328px;
      height: 72px;
      background-color: #040404;
      border: 2px solid #040404;
      font-size: 1.6rem;
      color: #fff;
      text-align: center;
      vertical-align: middle;
      font-weight: 700;
      letter-spacing: .18em;
      margin: 0 auto;
      transition: .2s ease;
      display: block; }
      @media (max-width: 750px) {
        .c-form__submit input {
          width: 280px;
          height: 64px; } }
      .c-form__submit input:disabled {
        opacity: .3; }
        .c-form__submit input:disabled:hover {
          background-color: #040404;
          color: #fff; }
      @media (min-width: 751px) {
        .c-form__submit input:hover {
          background-color: #fff;
          color: #040404; } }

@media (min-width: 751px) {
  .c-item-article > a:hover .c-item-article__img {
    opacity: .8; }
    .c-item-article > a:hover .c-item-article__img figure {
      transform: scale(1.06); }
  .c-item-article > a:hover .c-txt-bold {
    color: #0c652a; }
  .c-item-article > a:hover .c-link-btn {
    margin-right: -8px; } }

.c-item-article > a, .c-item-article article {
  display: flex;
  position: relative;
  z-index: 0; }
  @media (max-width: 750px) {
    .c-item-article > a, .c-item-article article {
      display: block; } }

.c-item-article__img {
  width: 208px;
  flex: 0 0 auto;
  margin: 0 0 -1px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: opacity .4s ease; }
  @media (max-width: 750px) {
    .c-item-article__img {
      width: 100%; } }
  .c-item-article__img:before {
    content: '';
    display: block;
    padding: 66.35% 0 0; }
  .c-item-article__img figure {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: transform 1s cubic-bezier(0.12, 0.72, 0.46, 1); }

.c-item-article__textarea {
  position: relative;
  z-index: 0;
  margin: 0 0 0 56px;
  padding: 20px 0 0;
  display: flex;
  align-items: center; }
  @media (max-width: 750px) {
    .c-item-article__textarea {
      margin: 24px 0 0;
      padding: 0;
      display: block; } }

.c-item-article__meta {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  @media (max-width: 750px) {
    .c-item-article__meta {
      position: relative;
      margin: 0 0 8px; } }

.c-item-article__tag {
  background-color: #13311d;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: .1em;
  padding: 0 8px;
  min-width: 144px;
  text-align: center;
  margin: 0 24px 0 0; }
  @media (max-width: 750px) {
    .c-item-article__tag {
      margin: 0 16px 0 0; } }

.c-item-article__time {
  font-family: "Josefin Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: .18em; }

.c-item-article .c-txt-bold {
  transition: .3s ease; }
  @media (max-width: 750px) {
    .c-item-article .c-txt-bold {
      margin: 0 0 12px; } }

.c-item-article .c-link-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  transform: translate(0, 50%);
  transition: .3s ease; }
  @media (max-width: 750px) {
    .c-item-article .c-link-btn {
      transform: none;
      position: relative; } }
  .c-item-article .c-link-btn:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #787878; }
  .c-item-article .c-link-btn p, .c-item-article .c-link-btn a {
    flex: 0 0 auto;
    margin: 0 0 0 8px; }

@media (min-width: 751px) {
  .c-item-article.-detail > a {
    display: block; }
  .c-item-article.-detail a, .c-item-article.-detail article {
    flex-direction: column; }
    .c-item-article.-detail a .c-txt, .c-item-article.-detail article .c-txt {
      text-align: justify;
      margin: 32px 0 16px; }
    .c-item-article.-detail a .c-link-btn, .c-item-article.-detail article .c-link-btn {
      position: relative;
      transform: none; }
      .c-item-article.-detail a .c-link-btn:before, .c-item-article.-detail article .c-link-btn:before {
        content: none; }
  .c-item-article.-detail .c-item-article__textarea {
    display: block;
    order: -1;
    margin: 0 0 32px; }
    .c-item-article.-detail .c-item-article__textarea .c-txt-bold {
      font-size: 1.8rem; }
  .c-item-article.-detail .c-item-article__meta {
    position: relative;
    margin: 0 0 16px; }
  .c-item-article.-detail .c-item-article__img {
    width: 100%; } }

@media (max-width: 750px) {
  .c-item-article a .c-link-btn, .c-item-article article .c-link-btn {
    margin-top: 24px; }
    .c-item-article a .c-link-btn:before, .c-item-article article .c-link-btn:before {
      content: none; } }

/* ========
.item-cat
======== */
.c-item-cat {
  flex: 0 0 auto; }
  .c-item-cat a {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: relative; }
    @media (min-width: 751px) {
      .c-item-cat a {
        transition: .4s ease; }
        .c-item-cat a:hover {
          opacity: 0.5; } }
    @media (max-width: 750px) {
      .c-item-cat a {
        flex-direction: column;
        justify-content: flex-end; } }
    @media (max-width: 750px) {
      .c-item-cat a::after {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 10px 10px;
        border-color: transparent transparent #eaece9 transparent;
        right: 1px;
        bottom: 1px; } }
  .c-item-cat__icon {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 100%;
    background-color: #eaece9; }
    @media (max-width: 750px) {
      .c-item-cat__icon {
        flex: 0 1 auto;
        width: 100%;
        height: 88px;
        background-color: inherit; } }
    .c-item-cat__icon img {
      width: auto;
      height: 70%; }
      @media (max-width: 750px) {
        .c-item-cat__icon img {
          height: 70%; } }
    .c-item-cat__icon svg {
      fill: #494948;
      margin: 0 auto; }
      @media (max-width: 750px) {
        .c-item-cat__icon svg {
          fill: #4f4f4f; } }
    .c-item-cat__icon[data-icon="cat420"] svg {
      width: 60px; }
      @media (max-width: 750px) {
        .c-item-cat__icon[data-icon="cat420"] svg {
          width: 65px; } }
    .c-item-cat__icon[data-icon="cat431"] svg {
      width: 50px; }
      @media (max-width: 750px) {
        .c-item-cat__icon[data-icon="cat431"] svg {
          width: 58px; } }
    .c-item-cat__icon[data-icon="cat486"] svg {
      width: 50px; }
      @media (max-width: 750px) {
        .c-item-cat__icon[data-icon="cat486"] svg {
          width: 55px; } }
    .c-item-cat__icon[data-icon="cat452"] svg {
      width: 42px; }
      @media (max-width: 750px) {
        .c-item-cat__icon[data-icon="cat452"] svg {
          width: 45px; } }
    .c-item-cat__icon[data-icon="cat446"] svg {
      width: 60px; }
      @media (max-width: 750px) {
        .c-item-cat__icon[data-icon="cat446"] svg {
          width: 68px; } }
    .c-item-cat__icon[data-icon="cat447"] svg {
      width: 36px; }
      @media (max-width: 750px) {
        .c-item-cat__icon[data-icon="cat447"] svg {
          width: 38px; } }
    .c-item-cat__icon[data-icon="cat453"] svg {
      width: 50px; }
      @media (max-width: 750px) {
        .c-item-cat__icon[data-icon="cat453"] svg {
          width: 58px; } }
    .c-item-cat__icon[data-icon="cat469"] svg {
      width: 50px; }
      @media (max-width: 750px) {
        .c-item-cat__icon[data-icon="cat469"] svg {
          width: 58px; } }
    .c-item-cat__icon[data-icon="cat509"] svg {
      width: 50px; }
      @media (max-width: 750px) {
        .c-item-cat__icon[data-icon="cat509"] svg {
          width: 58px; } }
    .c-item-cat__icon[data-icon="cat515"] svg {
      width: 60px; }
      @media (max-width: 750px) {
        .c-item-cat__icon[data-icon="cat515"] svg {
          width: 68px; } }
  .c-item-cat__name {
    flex: 0 1 auto;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.5rem;
    letter-spacing: .1em;
    line-height: 1;
    padding-left: 24px; }
    @media (max-width: 750px) {
      .c-item-cat__name {
        flex: 0 0 auto;
        height: auto;
        padding: 0 0 16px;
        text-align: center;
        font-size: 1.6rem; } }
    .c-item-cat__name span {
      font-size: 1rem;
      font-family: "Josefin Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
      text-indent: .1em;
      margin-top: 10px; }
      @media (max-width: 750px) {
        .c-item-cat__name span {
          margin-top: 6px;
          font-size: 1.2rem; } }
  .c-item-cat__arrow {
    position: absolute;
    width: 17px;
    height: 14px;
    top: 50%;
    right: 16px;
    transform: translate(0, -50%); }

/* ========
item-guide
======== */
.c-item-guide {
  font-size: 1.4rem;
  letter-spacing: .1em;
  line-height: 2;
  margin-top: 32px; }
  @media (max-width: 750px) {
    .c-item-guide {
      margin-top: 24px; } }
  .c-item-guide:first-child {
    margin-top: 0; }
  .c-item-guide__ttl {
    width: 100%;
    height: 32px;
    display: flex;
    align-items: center;
    background-color: #fff;
    padding-left: 12px;
    font-size: 1.5rem; }
  .c-item-guide__textarea {
    padding: 20px 2px 0; }
    @media (max-width: 750px) {
      .c-item-guide__textarea {
        padding: 16px 2px 0; } }
  .c-item-guide p {
    white-space: nowrap; }
    @media (max-width: 750px) {
      .c-item-guide p {
        white-space: normal; } }
    .c-item-guide p small {
      font-size: 1.2rem; }
  .c-item-guide ul li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 2px;
    background-color: #0c652a; }
  .c-item-guide .c-link-btn {
    margin-top: 8px; }

.c-item-history {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 750px) {
    .c-item-history {
      display: block; } }
  .c-item-history__img {
    width: 384px;
    flex: 0 0 auto; }
    @media (max-width: 750px) {
      .c-item-history__img {
        width: 100%; } }
  .c-item-history__textarea {
    width: 384px;
    flex: 0 0 auto;
    text-align: justify; }
    @media (max-width: 750px) {
      .c-item-history__textarea {
        width: 100%;
        margin: 24px 0 0; } }
  .c-item-history__year {
    font-family: "Crimson Text", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 7.2rem;
    font-weight: 400;
    letter-spacing: .08em;
    line-height: 1;
    display: flex;
    align-items: center;
    margin: -.2em 0 4px; }
    @media (max-width: 750px) {
      .c-item-history__year {
        font-size: 5rem; } }
    .c-item-history__year:before, .c-item-history__year:after {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background-color: #040404; }
    .c-item-history__year:before {
      margin: 0 32px 0 -56px; }
      @media (max-width: 750px) {
        .c-item-history__year:before {
          margin: 0 16px 0 -56px; } }
    .c-item-history__year:after {
      content: none;
      margin: 0 -56px 0 32px; }
      @media (max-width: 750px) {
        .c-item-history__year:after {
          margin: 0 -56px 0 16px; } }
  .c-item-history .c-txt-bold {
    margin: 0 0 8px; }
  .c-item-history.-text-only .c-item-history__textarea {
    width: 100%; }
    .c-item-history.-text-only .c-item-history__textarea .c-txt-bold {
      text-align: left; }
    .c-item-history.-text-only .c-item-history__textarea .c-txt {
      margin-top: 8px; }
  @media (min-width: 751px) {
    .c-item-history.-text-only .c-item-history__year:before {
      margin-left: 0; }
    .c-item-history.-text-only .c-item-history__year:after {
      margin-right: 0; } }
  @media (min-width: 751px) {
    .c-item-history:nth-child(2n) {
      flex-direction: row-reverse; }
      .c-item-history:nth-child(2n) .c-item-history__year:before {
        content: none; }
      .c-item-history:nth-child(2n) .c-item-history__year:after {
        content: ''; } }

.c-item-step {
  background-color: #fff;
  display: flex;
  position: relative;
  z-index: 0; }
  @media (max-width: 750px) {
    .c-item-step {
      display: block; } }
  .c-item-step:before {
    content: attr(data-note);
    font-family: "Josefin Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .1em;
    position: absolute;
    top: 16px;
    right: 24px;
    opacity: .3;
    pointer-events: none; }
  .c-item-step__img {
    flex: 0 0 auto;
    width: 384px;
    min-height: 210px; }
    @media (max-width: 750px) {
      .c-item-step__img {
        width: 100%;
        min-height: auto; }
        .c-item-step__img:before {
          content: '';
          display: block;
          padding: 58% 0 0; } }
  .c-item-step__textarea {
    padding: 16px 32px 24px 56px; }
    @media (max-width: 750px) {
      .c-item-step__textarea {
        padding: 24px; } }
    .c-item-step__textarea .c-txt {
      line-height: 2;
      text-align: justify; }
  .c-item-step__label {
    display: flex;
    align-items: flex-end;
    margin: 0 0 16px; }
    .c-item-step__label .c-txt-bold {
      margin: 0 0 0 1em; }
  .c-item-step__step {
    font-family: "Crimson Text", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-style: italic;
    color: #0c652a;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: .08em; }
    .c-item-step__step span {
      font-size: 4.8rem; }

.c-item-variation {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #787878; }
  .c-item-variation figure {
    flex: 0 0 auto;
    width: 120px;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative; }
    @media (min-width: 751px) {
      .c-item-variation figure {
        margin-left: 32px; }
        .c-item-variation figure:nth-of-type(5n + 1) {
          margin-left: 0; }
        .c-item-variation figure:nth-of-type(n + 6) {
          margin-top: 32px; } }
    @media (max-width: 750px) {
      .c-item-variation figure {
        margin-left: 16px;
        width: calc((100% - 32px) / 3); }
        .c-item-variation figure:nth-of-type(3n + 1) {
          margin-left: 0; }
        .c-item-variation figure:nth-of-type(n + 4) {
          margin-top: 20px; } }
    .c-item-variation figure img {
      width: auto;
      height: auto;
      flex: 0 0 auto;
      max-width: 100%;
      margin: 0 auto; }
    .c-item-variation figure::before {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      position: absolute;
      border-radius: 50%;
      background-color: #eaece9;
      right: 0;
      top: 0;
      background-image: url(https://www.somes-jp.pro/app/wp-content/themes/somes-saddle/assets/images/svg/icon_search-b.svg);
      background-position: center;
      background-size: 10px 10px;
      background-repeat: no-repeat; }
  .c-item-variation figcaption {
    text-align: center;
    font-size: 1.3rem;
    margin-top: 20px; }

/* ========
item
======== */
.c-item a {
  display: block;
  position: relative; }
  @media (min-width: 751px) {
    .c-item a {
      transition: .4s ease; }
      .c-item a:hover {
        opacity: 0.7; } }

@media (max-width: 750px) {
  .c-item__ph {
    margin: 0 auto; } }

.c-item__textarea {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: -32px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(100% - 40px);
  height: 64px;
  padding: 0 16px; }
  @media (max-width: 750px) {
    .c-item__textarea {
      width: 296px;
      position: static; } }

.c-item__name {
  font-size: 1.5rem;
  letter-spacing: .1em;
  line-height: 1; }
  .c-item__name span {
    font-size: 1rem;
    font-family: "Josefin Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    display: block;
    margin-top: 6px; }

.c-item .iconSvg {
  width: 17px;
  height: 14px; }

@media (min-width: 751px) {
  .c-item.-thin .c-item__textarea {
    bottom: 0;
    left: inherit;
    right: 0;
    width: 256px; } }

@media (max-width: 750px) {
  .c-item.-thin .c-item__textarea {
    width: 296px;
    position: static; } }

.c-item.-middle a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #fff;
  height: 100%; }
  @media (max-width: 750px) {
    .c-item.-middle a {
      justify-content: center; } }

.c-item.-middle .c-item__ph {
  flex: 0 1 auto;
  width: 100%; }
  @media (max-width: 750px) {
    .c-item.-middle .c-item__ph {
      flex: 0 0 auto;
      width: 114px;
      margin: 0; } }
  .c-item.-middle .c-item__ph img {
    margin: 0 auto; }
  .c-item.-middle .c-item__ph.-type01 img {
    width: 195px;
    margin-left: 60px;
    margin-top: 14px; }
    @media (max-width: 750px) {
      .c-item.-middle .c-item__ph.-type01 img {
        margin-left: 18px;
        width: 113px; } }
  .c-item.-middle .c-item__ph.-type02 img {
    width: 159px; }
    @media (max-width: 750px) {
      .c-item.-middle .c-item__ph.-type02 img {
        width: 100px;
        margin-left: 4px; } }

.c-item.-middle .c-item__textarea {
  flex: 0 0 auto;
  width: 210px;
  position: static;
  background-color: inherit;
  text-align: left;
  padding: 0 16px 0 0; }
  @media (max-width: 750px) {
    .c-item.-middle .c-item__textarea {
      width: 190px;
      margin: 0; } }
  .c-item.-middle .c-item__textarea .iconSvg {
    position: absolute;
    right: 20px; }

.c-item.-middle .c-item__name {
  line-height: 1.66; }
  @media (max-width: 750px) {
    .c-item.-middle .c-item__name {
      line-height: 1.4; } }
  .c-item.-middle .c-item__name span {
    margin-top: 0; }
    @media (max-width: 750px) {
      .c-item.-middle .c-item__name span {
        margin-top: 4px; } }

.bgImg {
  background: transparent center center no-repeat;
  background-size: cover; }
  .bgImg .bgSrc {
    display: none; }

.bgPanel {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100vw;
  max-width: 1920px;
  background-color: #fff;
  z-index: -1; }
  @media (max-width: 750px) {
    .bgPanel {
      display: none; } }

.iconSvg {
  display: block; }
  .iconSvg svg {
    display: block;
    width: 100%;
    height: 100%; }

#modalBox {
  position: absolute;
  background-color: #fff;
  z-index: 1001;
  display: none;
  width: 500px;
  height: 500px; }
  @media (max-width: 750px) {
    #modalBox {
      width: calc(100vw - 30px);
      height: calc(100vw - 30px); } }
  #modalBox figure {
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center; }
    #modalBox figure img {
      flex: 0 0 auto;
      margin: 0 auto; }

.modalBtn {
  position: absolute;
  top: -50px;
  right: 0;
  width: 44px;
  height: 44px;
  cursor: pointer; }
  .modalBtn::before, .modalBtn::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0; }
  .modalBtn::before {
    transform: rotate(45deg) translate(0, -50%); }
  .modalBtn::after {
    transform: rotate(-45deg) translate(0, -50%); }

.modalBg {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999; }

.mvSlide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  will-change: transform; }
  .mvSlide.-animating {
    opacity: 1;
    z-index: 0; }
  .mvSlide.-show {
    opacity: 1;
    z-index: 1; }
  .mvSlide .mvImgItem {
    position: absolute;
    height: calc(100% / 2);
    overflow: hidden;
    left: 0;
    right: 0; }
    .mvSlide .mvImgItem .mvBgImg {
      background: transparent center center no-repeat;
      background-size: cover;
      position: absolute;
      left: 0;
      right: 0; }
    .mvSlide .mvImgItem:nth-child(1) {
      top: 0; }
    .mvSlide .mvImgItem:nth-child(2) {
      top: calc(100% / 2); }
      .mvSlide .mvImgItem:nth-child(2) .mvBgImg {
        transform: translate(0, -50%); }

.mvSlideLeft {
  overflow: hidden;
  transform: translate(0, 0); }
  .mvSlideLeft .mvSlide.-animating .mvImgItem {
    transform: translate(0, 0); }
  .mvSlideLeft .mvSlide.-show .mvImgItem {
    transform: translate(0, 0); }
  .mvSlideLeft .mvSlide .mvImgItem {
    transform: translate(-100%, 0); }
    @media (min-width: 751px) {
      .mvSlideLeft .mvSlide .mvImgItem:nth-child(1) {
        transition: 0.8s cubic-bezier(0.36, 0.87, 0.53, 1) 0s; }
      .mvSlideLeft .mvSlide .mvImgItem:nth-child(2) {
        transition: 0.8s cubic-bezier(0.36, 0.87, 0.53, 1) 0.05s; } }
    @media (max-width: 750px) {
      .mvSlideLeft .mvSlide .mvImgItem {
        transition: 0.8s cubic-bezier(0.36, 0.87, 0.53, 1) 0s; } }

.mvSlideRight {
  overflow: hidden;
  transform: translate(0, 0); }
  .mvSlideRight .mvSlide.-animating .mvImgItem {
    transform: translate(0, 0); }
  .mvSlideRight .mvSlide.-show .mvImgItem {
    transform: translate(0, 0); }
  .mvSlideRight .mvSlide .mvImgItem {
    transform: translate(100%, 0); }
    @media (min-width: 751px) {
      .mvSlideRight .mvSlide .mvImgItem:nth-child(1) {
        transition: 0.8s cubic-bezier(0.36, 0.87, 0.53, 1) 0.45s; }
      .mvSlideRight .mvSlide .mvImgItem:nth-child(2) {
        transition: 0.8s cubic-bezier(0.36, 0.87, 0.53, 1) 0.4s; } }
    @media (max-width: 750px) {
      .mvSlideRight .mvSlide .mvImgItem {
        transition: 0.8s cubic-bezier(0.36, 0.87, 0.53, 1) 0.3s; } }

.prlxView.o-lead-top:after {
  transform-origin: right center;
  transform: scale(0, 1); }

.prlxView.o-lead-top .o-lead-top__ph {
  width: 0; }

.prlxView.o-lead-top .c-ttl-extra:before {
  top: -272px;
  bottom: 494px;
  height: auto; }
  @media (max-width: 750px) {
    .prlxView.o-lead-top .c-ttl-extra:before {
      top: -85px; } }

.prlxView.o-lead-top .c-ttl-extra:after {
  width: calc(50vw - 380px);
  transform-origin: left center;
  transform: scale(0, 1); }
  @media (max-width: 750px) {
    .prlxView.o-lead-top .c-ttl-extra:after {
      width: 140px; } }

.prlxView.o-lead-top .c-ttl-extra__main, .prlxView.o-lead-top .c-ttl-extra__sub {
  opacity: 0; }

.prlxView.o-lead-top .o-lead-top__desc {
  opacity: 0; }

.prlxView.o-lead-top.-animated:after {
  transition: 1.2s cubic-bezier(0.75, 0.11, 0.23, 1);
  transform: scale(1, 1); }

.prlxView.o-lead-top.-animated .o-lead-top__ph {
  transition: 1.2s cubic-bezier(0.75, 0.11, 0.23, 1) 0.2s;
  width: 100%; }

.prlxView.o-lead-top.-animated .c-ttl-extra:before {
  transition: 1s cubic-bezier(0.95, 0.18, 0.2, 0.9) 0.8s;
  bottom: 6px; }
  @media (max-width: 750px) {
    .prlxView.o-lead-top.-animated .c-ttl-extra:before {
      bottom: 0; } }

.prlxView.o-lead-top.-animated .c-ttl-extra:after {
  transition: 0.6s cubic-bezier(0.75, 0.11, 0.23, 1) 1.5s;
  transform: scale(1, 1); }

.prlxView.o-lead-top.-animated .c-ttl-extra__main, .prlxView.o-lead-top.-animated .c-ttl-extra__sub {
  transition: 1.2s ease 1.2s;
  opacity: 1; }

.prlxView.o-lead-top.-animated .o-lead-top__desc {
  transition: 1.2s ease 1.4s;
  opacity: 1; }

.prlxView[data-anime="fade"] {
  opacity: 0; }
  .prlxView[data-anime="fade"].-animated {
    opacity: 1;
    transition: 2s ease; }

.prlxView[data-anime="fadeToUp"] {
  opacity: 0;
  transform: translate(0, 32px); }
  .prlxView[data-anime="fadeToUp"].-animated {
    opacity: 1;
    transition: 2s ease;
    transform: translate(0, 0); }

.c-link-insert-product {
  width: 100%;
  position: relative;
  border-top: 1px solid #787878;
  border-bottom: 1px solid #787878;
  background-color: #fff;
  display: flex;
  padding: 48px 8px 72px 24px; }
  @media (max-width: 750px) {
    .c-link-insert-product {
      display: block;
      padding: 24px 8px 56px; } }
  .c-link-insert-product p {
    margin: 0; }
  .c-link-insert-product__img {
    background-size: contain;
    width: 176px;
    flex: 0 0 auto; }
    @media (max-width: 750px) {
      .c-link-insert-product__img {
        width: 100%;
        margin: 0 0 16px; }
        .c-link-insert-product__img:before {
          content: '';
          display: block;
          padding: 48% 0 0; } }
  .c-link-insert-product__textarea {
    margin: 0 0 0 40px;
    width: 100%; }
    @media (max-width: 750px) {
      .c-link-insert-product__textarea {
        margin: 0; } }
    .c-link-insert-product__textarea .c-txt-bold {
      margin: 0 0 1em; }
  .c-link-insert-product__meta table th {
    width: 88px;
    border-right: 1px solid rgba(120, 120, 120, 0.2);
    font-weight: 500;
    padding: .1em 0; }
  .c-link-insert-product__meta table td {
    padding: .1em 0 .1em 2em; }
  .c-link-insert-product .c-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(0, 50%); }
    @media (max-width: 750px) {
      .c-link-insert-product .c-btn {
        left: 0;
        margin: 0 auto; } }

.c-link-relation {
  width: 100%; }
  .c-link-relation > a {
    display: flex;
    width: 100%;
    background-color: #e6e9e5;
    transition: .3s ease; }
    @media (min-width: 751px) {
      .c-link-relation > a:hover {
        background-color: #d9ddd7; } }
  .c-link-relation p {
    margin: 0; }
  .c-link-relation__img {
    flex: 0 0 auto;
    width: 208px; }
    @media (max-width: 750px) {
      .c-link-relation__img {
        width: 100px; } }
    .c-link-relation__img:before {
      content: '';
      display: block;
      padding: 66.35% 0 0; }
      @media (max-width: 750px) {
        .c-link-relation__img:before {
          padding: 100% 0 0; } }
  .c-link-relation__textarea {
    padding: 24px 30px; }
    @media (max-width: 750px) {
      .c-link-relation__textarea {
        padding: 8px 16px; } }
  .c-link-relation .c-link-relation__label {
    color: #0c652a;
    font-weight: 700;
    margin: 0 0 4px; }
  .c-link-relation .c-txt-bold {
    line-height: 1.8; }
    @media (max-width: 750px) {
      .c-link-relation .c-txt-bold {
        font-size: 1.4rem; } }
  .c-link-relation .c-link-btn {
    margin: 16px 0 0; }

.c-link-thumb a {
  display: block;
  position: relative;
  z-index: 0; }
  @media (min-width: 751px) {
    .c-link-thumb a:hover .c-link-thumb__img figure {
      transform: scale(1.06); }
    .c-link-thumb a:hover .c-link-btn * {
      color: #0c652a; } }

.c-link-thumb__img {
  position: relative;
  z-index: 0;
  overflow: hidden; }
  .c-link-thumb__img:before {
    content: '';
    display: block;
    padding: 66.89% 0 0; }
  .c-link-thumb__img figure {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: transform 1s cubic-bezier(0.12, 0.72, 0.46, 1); }

.c-link-thumb .c-link-btn {
  margin: 12px 0 0; }
  .c-link-thumb .c-link-btn a, .c-link-thumb .c-link-btn p {
    justify-content: space-between;
    width: 100%; }

/* ========
link
======== */
.c-link {
  color: #0c652a;
  border-bottom: 1px solid #0c652a; }
  @media (min-width: 751px) {
    .c-link {
      transition: .4s ease; }
      .c-link:hover {
        opacity: 0.7; } }
  @media (min-width: 751px) {
    .c-link:hover {
      color: #0c652a; } }

.c-link-btn {
  font-family: "Josefin Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.2rem;
  letter-spacing: .18em;
  display: flex;
  justify-content: flex-end; }
  .c-link-btn a, .c-link-btn p {
    transition: .4s ease;
    display: flex;
    align-items: center; }
    @media (min-width: 751px) {
      .c-link-btn a:hover, .c-link-btn p:hover {
        color: #0c652a; } }
  .c-link-btn span {
    width: 17px;
    height: 14px;
    margin-bottom: 4px;
    margin-left: 12px; }
    .c-link-btn span svg {
      fill: currentColor; }
  .c-link-btn.-ja {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.4rem;
    letter-spacing: .1em; }
  .c-link-btn.-primary a, .c-link-btn.-primary p {
    color: #0c652a; }
    @media (min-width: 751px) {
      .c-link-btn.-primary a:hover, .c-link-btn.-primary p:hover {
        color: #040404; } }
  @media (max-width: 750px) {
    .c-link-btn.-spbox {
      width: 100%;
      height: 64px;
      border: 1px solid #040404;
      position: relative;
      justify-content: center; }
      .c-link-btn.-spbox a, .c-link-btn.-spbox p {
        width: 100%;
        justify-content: center; }
      .c-link-btn.-spbox span {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translate(0, -50%); } }

/* ========
list-blog
======== */
.c-list-blog li {
  margin-bottom: 4px; }
  .c-list-blog li:last-child {
    margin-bottom: 0; }

.c-list-blog a {
  display: inline-flex;
  width: 100%;
  align-items: center;
  padding: 6px 10px;
  background-color: #fff; }
  @media (max-width: 750px) {
    .c-list-blog a {
      display: flex;
      flex-wrap: wrap; } }
  @media (min-width: 751px) {
    .c-list-blog a {
      transition: .4s ease; }
      .c-list-blog a:hover {
        opacity: 0.7; } }

.c-list-blog__ttl {
  flex: 0 1 auto;
  width: 100%;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: .1em; }
  @media (max-width: 750px) {
    .c-list-blog__ttl {
      flex: 0 0 auto;
      margin-top: 4px; } }

.c-list-btns {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 750px) {
    .c-list-btns {
      padding: 0 15px; } }
  @media (min-width: 751px) {
    .c-list-btns li {
      margin: 0 12px 20px 0; }
      .c-list-btns li:nth-child(3n) {
        margin-right: 0; } }
  @media (max-width: 750px) {
    .c-list-btns li {
      margin: 8px auto;
      width: 100%; }
      .c-list-btns li .c-btn {
        width: 100%; } }

/* ========
list-cat
======== */
.c-list-cat > li {
  position: relative;
  border-bottom: 1px solid #e4e4e4; }
  .c-list-cat > li:last-child {
    border: none; }
  .c-list-cat > li > a {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    letter-spacing: .1em;
    width: 100%;
    padding: 10px 32px 12px 16px;
    margin-right: 32px; }
    @media (min-width: 751px) {
      .c-list-cat > li > a {
        transition: .2s ease; }
        .c-list-cat > li > a:hover {
          color: #0c652a; }
          .c-list-cat > li > a:hover .iconSvg svg {
            fill: #0c652a; } }
  .c-list-cat > li .iconSvg {
    width: 10px;
    margin-right: 10px; }
    .c-list-cat > li .iconSvg svg {
      fill: #6f5f66;
      transition: fill .2s ease; }
    .c-list-cat > li .iconSvg[data-icon="catdefault"] {
      width: 24px;
      height: 22px; }
    .c-list-cat > li .iconSvg[data-icon="cat420"] {
      width: 24px;
      height: 18px; }
    .c-list-cat > li .iconSvg[data-icon="cat421"] {
      width: 24px;
      height: 22px; }
    .c-list-cat > li .iconSvg[data-icon="cat486"] {
      width: 24px;
      height: 22px; }
    .c-list-cat > li .iconSvg[data-icon="cat422"] {
      width: 21px;
      height: 24px; }
    .c-list-cat > li .iconSvg[data-icon="cat452"] {
      width: 21px;
      height: 24px; }
    .c-list-cat > li .iconSvg[data-icon="cat431"] {
      width: 24px;
      height: 17px; }
    .c-list-cat > li .iconSvg[data-icon="cat446"] {
      width: 25px;
      height: 12px; }
    .c-list-cat > li .iconSvg[data-icon="cat447"] {
      width: 22px;
      height: 17px; }
    .c-list-cat > li .iconSvg[data-icon="cat453"] {
      width: 25px;
      height: 28px; }
    .c-list-cat > li .iconSvg[data-icon="cat469"] {
      width: 28px;
      height: 34px; }
    .c-list-cat > li .iconSvg[data-icon="cat503"] {
      width: 28px;
      height: 18px;
      margin-left: -5px; }
    .c-list-cat > li .iconSvg[data-icon="cat509"] {
      width: 24px;
      height: 24px; }
    .c-list-cat > li .iconSvg[data-icon="cat510"] {
      width: 28px;
      height: 20px; }
    .c-list-cat > li .iconSvg[data-icon="cat515"] {
      width: 30px;
      height: 20px;
      margin-left: -5px; }
  .c-list-cat > li > ul {
    display: none;
    padding: 0 8px 16px 20px; }
    .c-list-cat > li > ul li {
      line-height: 1;
      margin-top: 8px;
      margin-left: 1rem;
      text-indent: -1.5rem; }
      @media (max-width: 750px) {
        .c-list-cat > li > ul li {
          margin-top: .9em; } }
      .c-list-cat > li > ul li:first-child {
        margin-top: 0; }
      .c-list-cat > li > ul li::before {
        content: "・";
        color: currentColor; }
      .c-list-cat > li > ul li.-current a {
        font-weight: 600;
        color: #0c652a; }
    .c-list-cat > li > ul a {
      letter-spacing: .1em;
      font-size: 1.3rem;
      text-indent: 1rem; }

.c-list-cat .c-switch {
  width: 32px;
  height: 50px;
  top: 0;
  right: 0; }
  .c-list-cat .c-switch::before, .c-list-cat .c-switch::after {
    width: 9px;
    left: 0; }

/* ========
list-label
======== */
.c-list-label {
  padding: 0 8px 16px 20px; }
  .c-list-label li {
    line-height: 1;
    margin-top: 8px;
    margin-left: 1rem;
    text-indent: -1.5rem; }
    @media (max-width: 750px) {
      .c-list-label li {
        margin-top: .75em; } }
    .c-list-label li:first-child {
      margin-top: 16px; }
    .c-list-label li::before {
      content: "・";
      color: currentColor; }
    .c-list-label li.-current a {
      font-weight: 600;
      color: #0c652a; }
  .c-list-label a {
    letter-spacing: .1em;
    font-size: 1.3rem;
    text-indent: 1rem; }

.c-list-measure {
  margin: 16px 0;
  padding: 0 0 10px 30px;
  position: relative;
  z-index: 0; }
  .c-list-measure:before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    top: .2em;
    left: 0;
    bottom: 0;
    background-repeat: repeat-y;
    background-image: url(../images/svg/icon_scale-b02.svg);
    background-size: 100% auto; }
  .c-list-measure li {
    display: flex;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: .1em; }
    .c-list-measure li:before {
      content: '-';
      display: inline-block;
      padding: 0 10px 0 0; }
    .c-list-measure li a {
      display: inline-block; }
      @media (min-width: 751px) {
        .c-list-measure li a {
          transition: .2s ease; }
          .c-list-measure li a:hover {
            color: #0c652a; } }

/* ========
list-news
======== */
.c-list-news li {
  border-bottom: 1px solid #787878; }
  .c-list-news li:last-child {
    border-bottom: none; }

.c-list-news a {
  display: inline-flex;
  width: 100%;
  align-items: center;
  padding: 30px 0; }
  @media (min-width: 751px) {
    .c-list-news a {
      transition: .4s ease; }
      .c-list-news a:hover {
        opacity: 0.7; } }
  @media (max-width: 750px) {
    .c-list-news a {
      display: flex;
      flex-wrap: wrap;
      padding: 16px 0; } }

.c-list-news .c-cat {
  flex: 0 0 auto;
  width: 64px; }

.c-list-news .c-date {
  flex: 0 0 auto;
  display: flex;
  justify-content: center; }

.c-list-news__ttl {
  flex: 0 1 auto;
  width: 100%;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: .1em; }
  @media (max-width: 750px) {
    .c-list-news__ttl {
      flex: 0 0 auto;
      margin-top: 4px;
      line-height: 1.8; } }

/* ========
list-series
======== */
.c-list-series {
  margin-bottom: 1px; }
  .c-list-series .c-ttl-small {
    position: relative; }
    .c-list-series .c-ttl-small .c-switch {
      width: 32px;
      height: 50px;
      top: 0;
      right: 0; }
      .c-list-series .c-ttl-small .c-switch::after, .c-list-series .c-ttl-small .c-switch::before {
        width: 9px;
        left: 0; }
  .c-list-series > ul {
    display: none; }

.c-list-tags {
  display: flex; }
  @media (max-width: 750px) {
    .c-list-tags {
      flex-wrap: wrap; } }
  .c-list-tags__item {
    flex: 1 1 20%;
    height: 40px; }
    @media (min-width: 751px) {
      .c-list-tags__item:nth-child(n+2) {
        margin-left: 1px; } }
    @media (max-width: 750px) {
      .c-list-tags__item {
        flex: 1 1 40%;
        margin-top: 1px;
        height: 40px; }
        .c-list-tags__item:nth-child(2n-1) {
          margin-left: 1px; }
        .c-list-tags__item:first-child {
          flex: 1 1 100%;
          margin-left: 0; } }
    .c-list-tags__item a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      font-size: 1.5rem;
      font-weight: 500;
      letter-spacing: .1em;
      background-color: #e6e9e5;
      transition: .3s ease; }
      @media (min-width: 751px) {
        .c-list-tags__item a:hover {
          background-color: #d9ddd7; } }
      @media (max-width: 750px) {
        .c-list-tags__item a {
          font-size: 1.4rem; } }
    .c-list-tags__item.-current a {
      background-color: #13311d;
      color: #fff;
      pointer-events: none; }

.c-list-term {
  display: flex;
  justify-content: center;
  gap: 20px; }
  .c-list-term li.-current a, .c-list-term li.-current span {
    border-bottom-color: #13311d; }
  .c-list-term li a, .c-list-term li span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    padding: 0 16px;
    border-bottom: 2px solid #D9D9D9; }

.c-list-text {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .1em; }
  .c-list-text ul li {
    display: flex;
    align-items: flex-start; }
    .c-list-text ul li:nth-child(n+2) {
      margin: 2rem 0 0; }
      @media (max-width: 750px) {
        .c-list-text ul li:nth-child(n+2) {
          margin: 1.5rem 0 0; } }
    .c-list-text ul li:before {
      content: '●';
      margin: 0 .25em 0 0;
      display: inline-block;
      transform: scale(0.8); }
  .c-list-text ul ul {
    margin: 0 0 0 1.25em; }
    .c-list-text ul ul li:before {
      content: '〇'; }
  .c-list-text dt {
    font-weight: 700; }
  .c-list-text dd {
    margin: .5em 0 0; }
    @media (max-width: 750px) {
      .c-list-text dd {
        margin: .25em 0 0; } }

/* ========
loading
======== */
.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .c-loading.-loaded {
    opacity: 0;
    pointer-events: none;
    transition: opacity 1s ease; }
  .c-loading > * {
    pointer-events: none; }
  .c-loading__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden; }
    .c-loading__bg .-vertical, .c-loading__bg .-horizontal {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .c-loading__bg .-vertical:before, .c-loading__bg .-horizontal:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #fff;
        opacity: .6; }
    .c-loading__bg .-vertical {
      background: transparent url(../images/common/bg_grid_line1.png) center top repeat;
      opacity: .3;
      -webkit-animation: switchZindex 6s -3s infinite;
              animation: switchZindex 6s -3s infinite; }
      .c-loading__bg .-vertical:before {
        z-index: -11;
        top: -100%;
        left: 0;
        -webkit-animation: mask1 6s linear infinite forwards;
                animation: mask1 6s linear infinite forwards; }
    .c-loading__bg .-horizontal {
      background: transparent url(../images/common/bg_grid_line2.png) center top repeat;
      opacity: .3;
      -webkit-animation: switchZindex 6s infinite;
              animation: switchZindex 6s infinite; }
      .c-loading__bg .-horizontal:before {
        z-index: -1;
        top: 0;
        left: -100%;
        -webkit-animation: mask2 3s linear infinite forwards;
                animation: mask2 3s linear infinite forwards; }
  .c-loading__horse {
    width: 138px;
    height: 92px;
    overflow: hidden;
    margin: 0 0 0 4px; }
    @media (max-width: 750px) {
      .c-loading__horse {
        transform: scale(0.8); } }
    .c-loading__horse img {
      width: 828px;
      max-width: none;
      -webkit-animation: sprite 0.8s steps(6) 0s infinite forwards;
              animation: sprite 0.8s steps(6) 0s infinite forwards; }
  .c-loading__text {
    font-family: "Crimson Text", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: .08em;
    line-height: 1;
    display: block;
    transform: translate(0.35em, 0);
    margin: 12px 0 0; }
    @media (max-width: 750px) {
      .c-loading__text {
        font-size: 1.8rem;
        margin: 0 0 8px; } }
  .c-loading__dot {
    font-size: 1.8rem; }
    @media (max-width: 750px) {
      .c-loading__dot {
        font-size: 1.4rem; } }
    .c-loading__dot:nth-child(1) {
      -webkit-animation: dot1 1.4s infinite forwards;
              animation: dot1 1.4s infinite forwards; }
    .c-loading__dot:nth-child(2) {
      -webkit-animation: dot2 1.4s infinite forwards;
              animation: dot2 1.4s infinite forwards; }
    .c-loading__dot:nth-child(3) {
      -webkit-animation: dot3 1.4s infinite forwards;
              animation: dot3 1.4s infinite forwards; }

/* ========
logo
======== */
.c-logo {
  flex: 0 0 auto;
  width: 96px;
  translate: 0 -5%; }
  @media (min-width: 980px) {
    .c-logo {
      width: min(125px, 8vw); } }
  @media (max-width: 750px) {
    .c-logo {
      width: 96px; } }
  .c-logo a {
    display: block; }
  .c-logo svg {
    fill: #13311d; }

.c-map-iframe {
  position: relative;
  z-index: 0;
  width: 100%; }
  .c-map-iframe:before {
    content: '';
    display: block;
    padding: 58% 0 0; }
  .c-map-iframe iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #787878;
    border: none; }

/* ========
menubtn
======== */
.c-menubtn {
  flex: 0 0 auto;
  width: 66px;
  height: 70px;
  background-color: #13311d;
  margin-left: 8px;
  cursor: pointer; }
  .c-menubtn__item {
    width: 36px;
    height: 21px;
    margin: 16px auto 10px;
    position: relative; }
    .c-menubtn__item span {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #fff; }
      .c-menubtn__item span::before, .c-menubtn__item span::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #fff; }
      .c-menubtn__item span::before {
        bottom: 10px; }
      .c-menubtn__item span::after {
        top: 10px; }
  .c-menubtn p {
    font-size: 1rem;
    line-height: 1;
    color: #fff;
    letter-spacing: .08em;
    font-family: "Josefin Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    text-align: center; }
  .c-menubtn.-close {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff; }
    .c-menubtn.-close .c-menubtn__item span {
      background-color: rgba(0, 0, 0, 0); }
      .c-menubtn.-close .c-menubtn__item span::before, .c-menubtn.-close .c-menubtn__item span::after {
        background-color: #13311d; }
      .c-menubtn.-close .c-menubtn__item span::before {
        bottom: 0;
        transform: rotate(20deg); }
      .c-menubtn.-close .c-menubtn__item span::after {
        top: 0;
        transform: rotate(-20deg); }
    .c-menubtn.-close p {
      color: #13311d; }

/* ========
modal-english
======== */
.c-modal-english {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.75;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s ease; }
  .c-modal-english.-show {
    opacity: 1;
    pointer-events: auto; }
  .c-modal-english__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1; }
  .c-modal-english__content {
    width: 824px;
    max-height: calc(100% - 300px);
    background-color: #fff;
    margin: 120px 0 0;
    position: relative;
    display: flex; }
    @media (max-width: 750px) {
      .c-modal-english__content {
        width: calc(100% - 30px);
        max-height: calc(100% - 130px);
        margin: 40px auto 0; } }
    .c-modal-english__content .c-copy-basic {
      font-weight: 300;
      letter-spacing: .06em;
      text-align: center;
      margin: 0 0 24px; }
    .c-modal-english__content .c-note-medium {
      font-weight: 300;
      text-align: right;
      margin: 40px 0 0; }
    .c-modal-english__content dl {
      font-size: 1.6rem;
      letter-spacing: .06em; }
      .c-modal-english__content dl dt {
        font-weight: 500; }
      .c-modal-english__content dl dd {
        font-weight: 300;
        margin: 4px 0 0; }
        .c-modal-english__content dl dd small {
          font-size: 1.2rem;
          font-weight: 400;
          color: #0c652a;
          text-decoration: underline;
          display: inline-block;
          margin: 0 0 0 1em; }
  .c-modal-english__scroll {
    padding: 32px 40px;
    overflow-y: scroll;
    width: 100%; }
    @media (max-width: 750px) {
      .c-modal-english__scroll {
        padding: 24px 15px; } }
  .c-modal-english__ttl {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .c-modal-english__ttl .c-txt-bold {
      display: block;
      font-weight: 400; }
    .c-modal-english__ttl .c-copy-basic {
      display: block; }
      .c-modal-english__ttl .c-copy-basic:before {
        content: '';
        display: block;
        height: 1px;
        background-color: currentColor;
        margin: 8px -32px 16px; }
        @media (max-width: 750px) {
          .c-modal-english__ttl .c-copy-basic:before {
            margin: 8px 0 12px; } }
  .c-modal-english__col {
    display: flex;
    flex-direction: row-reverse;
    padding: 16px 0 0; }
    @media (max-width: 750px) {
      .c-modal-english__col {
        display: block; } }
    .c-modal-english__col .c-slider-photo {
      width: 380px;
      flex: 0 0 auto;
      padding: 0 0 32px; }
      @media (max-width: 750px) {
        .c-modal-english__col .c-slider-photo {
          width: 100%;
          margin: 0 0 32px; } }
      @media (min-width: 751px) {
        .c-modal-english__col .c-slider-photo__item {
          width: 380px; } }
  .c-modal-english__textarea {
    margin: 0 56px 0 0; }
    .c-modal-english__textarea dl:nth-child(n+2) {
      margin: 16px 0 0; }
    .c-modal-english__textarea dl dd small {
      margin: 0; }
  .c-modal-english__list > li:nth-child(n+2) {
    margin: 32px 0 0;
    padding: 32px 0 0;
    border-top: 1px solid #787878; }
  .c-modal-english__close {
    position: absolute;
    bottom: calc(100% + 16px);
    right: 0;
    color: #fff;
    font-family: "Josefin Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.2rem;
    letter-spacing: .1em;
    line-height: 1;
    padding: 36px 0 0;
    text-align: center;
    cursor: pointer; }
    .c-modal-english__close:before, .c-modal-english__close:after {
      content: '';
      display: block;
      width: 51px;
      height: 1px;
      background-color: #fff;
      position: absolute;
      top: 16px;
      left: -100%;
      right: -100%;
      margin: 0 auto; }
    .c-modal-english__close:before {
      transform: rotate(30deg); }
    .c-modal-english__close:after {
      transform: rotate(-30deg); }

.c-pager {
  display: flex;
  position: relative;
  z-index: 0; }
  .c-pager .-prev {
    left: 0; }
    .c-pager .-prev a {
      flex-direction: row-reverse; }
      .c-pager .-prev a .iconSvg {
        transform: scale(-1, 1);
        margin-right: 8px;
        margin-left: 0; }
  .c-pager .-next {
    right: 0; }
    .c-pager .-next a .iconSvg {
      margin-left: 8px; }
  .c-pager .c-link-btn {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%); }
    @media (max-width: 750px) {
      .c-pager .c-link-btn {
        display: none; } }
  .c-pager .c-btn {
    margin: 0 auto; }

/* ========
pagination
======== */
.c-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }
  .c-pagination .c-link-btn {
    transform: translate(0, 2px); }
    .c-pagination .c-link-btn > span {
      display: flex;
      align-items: center; }
      .c-pagination .c-link-btn > span .-txt {
        width: auto;
        height: auto;
        margin: 0; }
        @media (max-width: 750px) {
          .c-pagination .c-link-btn > span .-txt {
            display: none; } }
    .c-pagination .c-link-btn .iconSvg {
      flex: 0 0 auto; }
    .c-pagination .c-link-btn .-prev {
      flex-direction: row-reverse; }
      .c-pagination .c-link-btn .-prev .iconSvg {
        transform: scale(-1, 1);
        margin-right: 8px;
        margin-left: 0; }
        @media (max-width: 750px) {
          .c-pagination .c-link-btn .-prev .iconSvg {
            transform: scale(-1.4, 1.4); } }
    .c-pagination .c-link-btn .-next .iconSvg {
      margin-left: 8px; }
  .c-pagination .page-numbers {
    margin: 0 15px; }
    @media (max-width: 750px) {
      .c-pagination .page-numbers .iconSvg {
        transform: scale(1.4); } }
  .c-pagination > .page-numbers {
    opacity: .5;
    pointer-events: none; }
    .c-pagination > .page-numbers:first-child {
      margin-left: 0; }
  .c-pagination ul {
    display: flex;
    justify-content: center;
    align-items: center; }
    .c-pagination ul .page-numbers {
      font-size: 1.5rem;
      line-height: 2.2;
      letter-spacing: 0;
      width: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0; }
      .c-pagination ul .page-numbers {
        margin: 0; }
      @media (max-width: 750px) {
        .c-pagination ul .page-numbers {
          width: 30px; } }
      .c-pagination ul .page-numbers.current {
        position: relative; }
        .c-pagination ul .page-numbers.current:before {
          content: "";
          display: block;
          width: 30px;
          height: 30px;
          border-radius: 50%;
          border: 1px solid #040404;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }

/* ========
product
======== */
.c-product a {
  display: block;
  width: 100%; }
  @media (min-width: 751px) {
    .c-product a {
      transition: .4s ease; }
      .c-product a:hover {
        opacity: 0.7; } }

.c-product__ph {
  width: 100%;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .c-product__ph img {
    max-height: 100%;
    width: auto;
    height: auto; }

.c-product__name {
  margin-top: 32px;
  font-size: 1.3rem;
  letter-spacing: .05em;
  line-height: 2; }
  @media (max-width: 750px) {
    .c-product__name {
      text-align: center;
      margin-top: 24px; } }

.c-product__pricewrap {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  line-height: 1.2; }
  @media (max-width: 750px) {
    .c-product__pricewrap {
      flex-direction: column;
      align-items: center; } }
  .c-product__pricewrap .c-product__price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch; }
    @media (max-width: 750px) {
      .c-product__pricewrap .c-product__price {
        margin-top: 4px; } }

.c-product__price {
  text-align: right;
  font-family: "Crimson Text", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.7rem;
  letter-spacing: .1em;
  color: #787878; }
  @media (max-width: 750px) {
    .c-product__price {
      text-align: center; } }
  .c-product__price.-cancell {
    text-decoration: line-through;
    display: flex;
    align-items: center;
    flex-direction: row; }
    .c-product__price.-cancell::after {
      content: "";
      display: block;
      background-image: url(https://www.somes-jp.pro/app/wp-content/themes/somes-saddle/assets/images/svg/icon_arrow02.svg);
      width: 14px;
      height: 4px;
      background-repeat: no-repeat;
      background-size: contain;
      margin: 0 8px; }
      @media (max-width: 750px) {
        .c-product__price.-cancell::after {
          margin: 0 0 0 8px; } }
  .c-product__price strong {
    color: #797979; }
  .c-product__price .down {
    background: #040404;
    text-align: center;
    color: #fff;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px; }
  .c-product__price span {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.2rem; }

.c-product__coupon {
  color: #d5553a;
  font-size: 1.2rem;
  text-align: right;
  line-height: 1; }

/* ========
slider-item
======== */
.c-slider-item-main {
  position: relative; }
  .c-slider-item-main .slick-slide:focus {
    outline: none; }
  @media (max-width: 750px) {
    .c-slider-item-main .slick-list {
      padding: 0px 10px !important; } }
  .c-slider-item-main li {
    width: 100%;
    height: 390px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 50px; }
    @media (max-width: 750px) {
      .c-slider-item-main li {
        height: calc(100vw - 40px);
        margin: 0 10px; } }
  .c-slider-item-main .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 42px;
    height: 32px;
    cursor: pointer; }
    @media (max-width: 750px) {
      .c-slider-item-main .slick-arrow {
        top: inherit;
        bottom: -48px; } }
    .c-slider-item-main .slick-arrow.-prev {
      left: 64px;
      transform: scale(-1, 1) translate(0, -50%); }
      @media (max-width: 750px) {
        .c-slider-item-main .slick-arrow.-prev {
          left: 20px;
          transform: scale(-1, 1) translate(0, 0); } }
    .c-slider-item-main .slick-arrow.-next {
      right: 64px;
      transform: translate(0, -50%); }
      @media (max-width: 750px) {
        .c-slider-item-main .slick-arrow.-next {
          right: 20px;
          transform: translate(0, 0); } }
  .c-slider-item-main .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    display: flex;
    justify-content: center; }
    @media (max-width: 750px) {
      .c-slider-item-main .slick-dots {
        bottom: -42px; } }
    .c-slider-item-main .slick-dots li {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      margin: 0 2px; }
      @media (min-width: 751px) {
        .c-slider-item-main .slick-dots li:hover:before {
          opacity: .5;
          background-color: #0c652a; } }
      .c-slider-item-main .slick-dots li.slick-active:before {
        opacity: 1; }
      .c-slider-item-main .slick-dots li:before {
        content: '';
        display: block;
        width: 50%;
        height: 50%;
        border-radius: 50%;
        background-color: #000;
        opacity: .2;
        transition: .3s ease; }
      .c-slider-item-main .slick-dots li button {
        display: none; }

.c-slider-item-sub .slick-track {
  width: 100% !important;
  transform: translate3d(0, 0, 0) !important; }

.c-slider-item-sub .slick-cloned {
  display: none; }

.c-slider-item-sub .slick-list {
  padding: 0 !important;
  overflow: inherit !important; }

.c-slider-item-sub .slick-slide {
  width: 120px !important; }
  .c-slider-item-sub .slick-slide:focus {
    outline: none; }

.c-slider-item-sub li {
  margin: 1px;
  cursor: pointer;
  width: 120px;
  height: 120px;
  background-color: #fff;
  padding: 8px; }
  .c-slider-item-sub li.slick-active {
    position: relative;
    border: none !important; }
    .c-slider-item-sub li.slick-active::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.3); }

.c-slider-item-sub__img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

/* ========
slider-photo
======== */
.c-slider-photo {
  position: relative;
  z-index: 0;
  padding: 0 0 40px; }
  .c-slider-photo__item {
    width: 648px;
    position: relative;
    z-index: 0; }
    @media (max-width: 750px) {
      .c-slider-photo__item {
        width: calc(100vw - 30px); } }
    .c-slider-photo__item:before {
      content: '';
      display: block;
      padding: 66.67% 0 0; }
  .c-slider-photo .slick-arrow {
    position: absolute;
    width: 42px;
    height: 32px;
    top: 0;
    bottom: 40px;
    margin: auto 0;
    cursor: pointer; }
    .c-slider-photo .slick-arrow.-prev {
      left: -88px;
      transform: scale(-1, 1); }
    .c-slider-photo .slick-arrow.-next {
      right: -88px; }
  .c-slider-photo .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center; }
    .c-slider-photo .slick-dots li {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      margin: 0 2px; }
      @media (min-width: 751px) {
        .c-slider-photo .slick-dots li:hover:before {
          opacity: .5;
          background-color: #0c652a; } }
      .c-slider-photo .slick-dots li.slick-active:before {
        opacity: 1; }
      .c-slider-photo .slick-dots li:before {
        content: '';
        display: block;
        width: 50%;
        height: 50%;
        border-radius: 50%;
        background-color: #000;
        opacity: .2;
        transition: .3s ease; }
      .c-slider-photo .slick-dots li button {
        display: none; }

/* ========
slider-product
======== */
.c-slider-product {
  position: relative; }
  @media (max-width: 750px) {
    .c-slider-product {
      width: 100vw;
      margin-left: -15px; } }
  .c-slider-product .slick-arrow {
    position: absolute;
    top: 50%;
    width: 42px;
    height: 32px;
    cursor: pointer;
    z-index: 1; }
    @media (max-width: 750px) {
      .c-slider-product .slick-arrow {
        top: inherit;
        bottom: 0; } }
    .c-slider-product .slick-arrow.-prev {
      right: calc(100% + 8px);
      transform: translate(0, -50%) scale(-1, 1); }
      @media (max-width: 750px) {
        .c-slider-product .slick-arrow.-prev {
          right: inherit;
          left: 15px; } }
    .c-slider-product .slick-arrow.-next {
      left: calc(100% + 8px);
      transform: translate(0, -50%); }
      @media (max-width: 750px) {
        .c-slider-product .slick-arrow.-next {
          top: inherit;
          bottom: 0; } }
  @media (max-width: 750px) and (max-width: 750px) {
    .c-slider-product .slick-arrow.-next {
      left: inherit;
      right: 15px; } }
  .c-slider-product .c-product {
    width: 220px;
    margin: 0 20px; }
    @media (max-width: 750px) {
      .c-slider-product .c-product {
        margin: 0 10px; } }
    @media (max-width: 750px) {
      .c-slider-product .c-product__name, .c-slider-product .c-product__price {
        opacity: 0;
        transition: .4s ease; } }
    @media (max-width: 750px) {
      .c-slider-product .c-product.slick-active .c-product__name, .c-slider-product .c-product.slick-active .c-product__price {
        opacity: 1; } }

/* ========
slider-simple
======== */
.c-slider-simple {
  width: calc(100% + 30px);
  position: relative;
  z-index: 0; }
  @media (max-width: 750px) {
    .c-slider-simple {
      width: 100vw;
      transform: translate(-15px, 0); } }
  .c-slider-simple__arrow {
    width: 150px;
    display: flex;
    padding: 36px 0 0;
    position: relative; }
    @media (max-width: 750px) {
      .c-slider-simple__arrow {
        width: 100%;
        padding: 0;
        position: absolute;
        top: 100px;
        left: 0;
        transform: translate(0, -50%);
        z-index: 999; } }
    .c-slider-simple__arrow .slick-arrow {
      width: 42px;
      height: 32px;
      cursor: pointer; }
      @media (max-width: 750px) {
        .c-slider-simple__arrow .slick-arrow {
          width: 40px;
          height: 40px;
          background-color: rgba(0, 0, 0, 0.5);
          display: flex;
          justify-content: center;
          align-items: center;
          position: absolute;
          top: 0; } }
      .c-slider-simple__arrow .slick-arrow svg {
        fill: #fff; }
        @media (max-width: 750px) {
          .c-slider-simple__arrow .slick-arrow svg {
            width: 20px;
            height: 7px; } }
      .c-slider-simple__arrow .slick-arrow.-next {
        position: relative; }
        @media (max-width: 750px) {
          .c-slider-simple__arrow .slick-arrow.-next {
            left: calc(50% + 148px); } }
        .c-slider-simple__arrow .slick-arrow.-next::before {
          content: "";
          position: absolute;
          top: 50%;
          left: -12px;
          display: block;
          width: 1px;
          height: 45px;
          background-color: #787878;
          transform: translate(0, -50%) rotate(30deg); }
          @media (max-width: 750px) {
            .c-slider-simple__arrow .slick-arrow.-next::before {
              display: none; } }
      .c-slider-simple__arrow .slick-arrow.-prev {
        transform: scale(-1, 1);
        margin-right: 30px; }
        @media (max-width: 750px) {
          .c-slider-simple__arrow .slick-arrow.-prev {
            margin-right: 0;
            right: calc(50% + 148px); } }
    .c-slider-simple__arrow::before {
      content: "";
      display: block;
      background-color: #040404;
      width: 290px;
      height: 140px;
      top: 0;
      right: 0;
      position: absolute;
      z-index: -1; }
      @media (max-width: 750px) {
        .c-slider-simple__arrow::before {
          display: none; } }
  .c-slider-simple__item {
    width: 298px;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 30px 26px;
    color: #fff; }
    @media (max-width: 750px) {
      .c-slider-simple__item {
        width: 320px;
        height: auto;
        margin: 0;
        background-size: 320px 210px;
        background-position: top;
        position: relative; }
        .c-slider-simple__item::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          width: 100%;
          height: 210px;
          background-color: rgba(0, 0, 0, 0.7); }
        .c-slider-simple__item::before {
          transition: .4s ease; } }
    @media (max-width: 750px) {
      .c-slider-simple__item.slick-active::before {
        opacity: 0; }
      .c-slider-simple__item.slick-active .c-date, .c-slider-simple__item.slick-active .c-slider-simple__ttl, .c-slider-simple__item.slick-active .c-btn {
        opacity: 1; } }
  .c-slider-simple__contents {
    width: 100%;
    height: 100%;
    position: relative; }
    @media (max-width: 750px) {
      .c-slider-simple__contents {
        display: flex;
        flex-direction: column; } }
    .c-slider-simple__contents a {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      width: 100%;
      height: 100%;
      position: relative;
      padding: 20px;
      transition: .4s ease; }
      @media (max-width: 750px) {
        .c-slider-simple__contents a {
          order: 3;
          padding: 20px 10px 0; } }
      @media (min-width: 751px) {
        .c-slider-simple__contents a::before {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          transition: .4s ease;
          opacity: 0;
          background-image: url(../images/common/bg_grid-w.png); } }
      @media (min-width: 751px) {
        .c-slider-simple__contents a:hover {
          box-shadow: 10px 10px 30px -10px rgba(0, 0, 0, 0.4); }
          .c-slider-simple__contents a:hover::before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-repeat: repeat;
            opacity: .3;
            z-index: 2; }
          .c-slider-simple__contents a:hover ~ .c-slider-simple__ttl, .c-slider-simple__contents a:hover ~ .c-link-btn {
            opacity: 1; } }
  .c-slider-simple .c-date {
    position: absolute;
    right: 0;
    bottom: calc(100% + 8px);
    margin-right: 0; }
    @media (max-width: 750px) {
      .c-slider-simple .c-date {
        opacity: 0;
        position: static;
        transition: .4s ease;
        padding: 230px 16px 0; } }
  .c-slider-simple__ttl {
    font-size: 1.4rem;
    letter-spacing: .1em;
    opacity: 0;
    transition: .4s ease;
    position: relative;
    z-index: 2;
    position: absolute;
    bottom: 48px;
    width: 100%;
    padding: 0 16px;
    pointer-events: none; }
    @media (max-width: 750px) {
      .c-slider-simple__ttl {
        padding-top: 12px;
        color: #040404;
        position: static; } }
  .c-slider-simple .c-link-btn {
    opacity: 0;
    transition: .4s ease;
    position: absolute;
    z-index: 2;
    bottom: 16px;
    right: 16px;
    pointer-events: none; }
  .c-slider-simple .c-btn {
    transition: .4s ease;
    width: 100%;
    opacity: 0; }

/* ========
sns
======== */
.c-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex: 0 0 auto; }
  .c-sns__item {
    margin: 0 10px; }
  .c-sns a {
    display: flex; }
    .c-sns a[data-icon="facebook"] {
      width: 32px;
      height: 32px; }
    .c-sns a[data-icon="insta"], .c-sns a[data-icon="line"], .c-sns a[data-icon="twitter"], .c-sns a[data-icon="x"], .c-sns a[data-icon="youtube"] {
      width: 30px;
      height: 30px; }
  .c-sns svg {
    fill: #fff; }

/* ========
sort
======== */
.c-sort {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  letter-spacing: .1em;
  margin-bottom: 30px; }
  @media (max-width: 750px) {
    .c-sort {
      flex-direction: column;
      align-items: flex-start; } }
  .c-sort__item {
    display: flex;
    align-items: center; }
    .c-sort__item a {
      display: flex;
      align-items: center; }
      .c-sort__item a::after {
        content: "";
        background-color: #787878;
        display: block;
        width: 16px;
        height: 1px;
        margin: 0 4px;
        transform: rotate(-45deg); }
      .c-sort__item a:last-child::after {
        display: none; }
      .c-sort__item a.-current {
        font-weight: 600;
        color: #0c652a; }
  .c-sort .c-box-value {
    margin-left: 16px; }
    @media (max-width: 750px) {
      .c-sort .c-box-value {
        margin-top: 8px; } }
    .c-sort .c-box-value__label {
      min-width: 80px; }

.c-sort-modal {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  margin-bottom: 20px; }
  @media (min-width: 751px) {
    .c-sort-modal {
      display: none; } }

.c-sort-modal__trigger {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  height: 35px;
  padding-top: 2px;
  font-family: "Josefin Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #CDCDC5; }
  .c-sort-modal__trigger::after {
    content: '+';
    display: block;
    margin-top: -3px; }

/* ========
switch
======== */
.c-switch {
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer; }
  .c-switch::before, .c-switch::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #040404;
    transition: .4s ease;
    margin: auto; }
  .c-switch::after {
    transform: rotate(90deg); }
  .c-switch.-active::after {
    transform: rotate(0); }

.c-table-basic table {
  width: 100%; }

.c-table-basic tbody {
  width: 100%; }

.c-table-basic tr {
  border-bottom: 1px solid #787878; }
  .c-table-basic tr:first-child th, .c-table-basic tr:first-child td {
    padding-top: 0; }

.c-table-basic th, .c-table-basic td {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: .1em;
  padding: 26px 0; }
  @media (max-width: 750px) {
    .c-table-basic th, .c-table-basic td {
      padding: 16px 0; } }

.c-table-basic th {
  width: 236px;
  font-weight: 700; }
  @media (max-width: 750px) {
    .c-table-basic th {
      width: 140px;
      padding-right: 1em; } }

.c-table-simple__item {
  padding: 24px 0;
  border-top: 1px solid #787878; }
  .c-table-simple__item:first-child {
    border-top: none; }
  @media (max-width: 750px) {
    .c-table-simple__item {
      padding: 16px 0; } }
  .c-table-simple__item:first-child {
    padding-top: 0; }

.c-table-simple dl {
  display: flex; }
  .c-table-simple dl + .c-link-btn {
    margin: 1em 0 0; }
  .c-table-simple dl .c-txt {
    line-height: 2; }

.c-table-simple dt {
  flex: 0 0 auto;
  width: 118px;
  font-weight: 700; }
  @media (max-width: 750px) {
    .c-table-simple dt {
      width: 96px; } }

.c-table-simple dd {
  font-weight: 400; }

.c-table-simple__btns {
  display: flex;
  justify-content: center;
  margin: 60px 0 24px; }
  @media (max-width: 750px) {
    .c-table-simple__btns {
      margin: 32px 0 16px;
      flex-wrap: wrap; } }
  .c-table-simple__btns .c-btn {
    margin: 0 12px; }
    @media (max-width: 750px) {
      .c-table-simple__btns .c-btn {
        margin: 4px; } }

.c-table-simple.-box {
  padding: 56px;
  background-color: #fff; }
  @media (max-width: 750px) {
    .c-table-simple.-box {
      padding: 20px; } }

/* ========
title
======== */
.c-cat {
  height: 20px;
  color: #fff;
  display: flex;
  font-size: 1.2rem;
  letter-spacing: .1em;
  justify-content: center;
  align-items: center;
  background-color: #040404;
  margin-right: 24px; }
  .c-cat.-type01 {
    background-color: #13311d; }
  .c-cat.-type02 {
    background-color: #564829; }

.c-code {
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.4;
  font-family: "Crimson Text", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #797979; }

.c-copy-basic {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: .12em;
  line-height: 1.4; }

/* ========
date
======== */
.c-date {
  color: #040404;
  font-family: "Josefin Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: .18em;
  margin-right: 24px; }

.c-desc {
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: 2.4; }

.c-name {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: .1em; }

.c-note-medium {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.4; }
  .c-note-medium.-indent {
    margin-left: 1.1em;
    text-indent: -1.1em; }

.c-note {
  font-family: "Josefin Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1.2; }

.c-price {
  font-size: 2rem;
  text-align: right;
  font-weight: 500;
  letter-spacing: .1em;
  font-family: "Crimson Text", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #797979; }
  .c-price strong {
    color: #797979; }
  .c-price .down {
    background-color: #040404;
    text-align: center;
    color: #fff;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    padding-left: 6px; }
  .c-price span {
    font-size: 1.4rem;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }

.c-sub-title {
  font-size: 1.5rem;
  letter-spacing: .1em;
  font-weight: bold; }

.c-txt-bold {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: .1em; }

/* ========
text
======== */
.c-txt {
  font-size: 1.4rem;
  letter-spacing: .1em;
  line-height: 2.4; }

/* ========
title
======== */
.c-subttl {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: .1em; }
  .c-subttl span {
    display: block;
    font-family: "Josefin Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1rem;
    margin-top: 6px;
    letter-spacing: .18em; }

.c-ttl-extra {
  font-family: "Crimson Text", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }
  .c-ttl-extra:before, .c-ttl-extra:after {
    content: '';
    pointer-events: none; }
  .c-ttl-extra:before {
    position: absolute;
    height: 488px;
    left: 50px;
    bottom: 6px;
    width: 20px;
    background-size: 100% auto;
    background-image: url(../images/svg/icon_scale-b02.svg); }
    @media (max-width: 750px) {
      .c-ttl-extra:before {
        width: 16px;
        height: 260px;
        left: 0;
        bottom: 0; } }
  .c-ttl-extra:after {
    position: absolute;
    width: 100vw;
    height: 1px;
    background-color: #040404;
    bottom: 48px;
    right: calc(100% - 100px); }
    @media (max-width: 750px) {
      .c-ttl-extra:after {
        right: calc(100% - 40px);
        bottom: 34px; } }
  .c-ttl-extra__main {
    font-size: 7.2rem;
    letter-spacing: .08em;
    line-height: 1; }
    @media (max-width: 750px) {
      .c-ttl-extra__main {
        text-align: left;
        font-size: 5.4rem; } }
    .c-ttl-extra__main span {
      font-size: 6rem; }
  .c-ttl-extra__sub {
    font-size: 2.4rem;
    letter-spacing: .1em;
    line-height: 1.3;
    margin-top: 16px; }
    @media (max-width: 750px) {
      .c-ttl-extra__sub {
        text-align: left;
        font-size: 1.8rem; } }

.c-ttl-medium {
  font-family: "Josefin Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 3.6rem;
  font-weight: 300;
  letter-spacing: .18em;
  line-height: 1.2; }
  .c-ttl-medium.-little {
    font-size: 2.8rem; }

.c-ttl-small {
  font-family: "Josefin Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: .18em;
  line-height: 1.2; }
  .c-ttl-small.-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 56px;
    background-color: #eaece9;
    padding-top: 4px; }

.c-ttl-smallest {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: .1em; }

/* ========
title
======== */
.c-ttl {
  font-family: "Josefin Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2.8rem;
  letter-spacing: .18em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 300; }
  .c-ttl span {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.2rem;
    letter-spacing: .1em;
    margin-top: 12px; }
  .c-ttl.-large {
    font-size: 3.6rem; }
  @media (min-width: 751px) {
    .c-ttl.-left {
      text-align: left;
      align-items: flex-start; } }
  .c-ttl.-border::after {
    content: "";
    width: 270px;
    height: 1px;
    display: block;
    margin: 12px auto;
    background-color: #787878; }
  .c-ttl.-ja {
    font-size: 2.4rem;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    letter-spacing: .12em; }
    .c-ttl.-ja span {
      font-family: "Josefin Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
      font-size: 1rem;
      letter-spacing: .1em;
      margin-top: 8px; }

/*-- organism --*/
/* ========
404
======== */
.o-404 {
  padding: 96px 0 112px;
  position: relative;
  z-index: 0; }
  @media (max-width: 750px) {
    .o-404 {
      padding: 48px 0; } }
  .o-404:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent url(../images/common/bg_grid-b.png) center center repeat;
    opacity: .3;
    z-index: -1; }
  .o-404__ttl {
    font-family: "Crimson Text", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 5.4rem;
    text-align: center;
    font-weight: 400;
    letter-spacing: .08em;
    line-height: 1.4;
    margin: 0 0 8px; }
    @media (max-width: 750px) {
      .o-404__ttl {
        font-size: 3rem;
        margin: 0 0 4px; } }
  .o-404__copy {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 1.6;
    text-align: center; }
    @media (max-width: 750px) {
      .o-404__copy {
        font-size: 1.4rem; } }
  .o-404__img {
    position: relative;
    margin: 40px 0 56px; }
    @media (max-width: 750px) {
      .o-404__img {
        margin: 24px 0 32px; } }
    .o-404__img img {
      margin: 0 auto; }
      .o-404__img img.-deco {
        -webkit-animation: rotateZ 8s ease infinite;
                animation: rotateZ 8s ease infinite; }
        @media (max-width: 750px) {
          .o-404__img img.-deco {
            width: 30px; } }
      .o-404__img img.-main {
        margin-top: 10px; }
  .o-404__btns {
    display: flex;
    justify-content: center; }
    @media (max-width: 750px) {
      .o-404__btns {
        flex-wrap: wrap; } }
    .o-404__btns .c-btn {
      margin: 0 8px; }
      @media (max-width: 750px) {
        .o-404__btns .c-btn {
          margin: 8px; } }

/* ========
list-product
======== */
.o-archive-product {
  margin-top: 42px; }
  @media (min-width: 751px) {
    .o-archive-product .c-box-value__label.-w-auto {
      min-width: 0; } }
  .o-archive-product .c-list-term {
    margin-bottom: 30px; }
    @media (max-width: 750px) {
      .o-archive-product .c-list-term {
        margin-bottom: 24px; } }
  .o-archive-product__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 44px; }
  .o-archive-product .c-sort {
    justify-content: flex-end; }
    @media (max-width: 750px) {
      .o-archive-product .c-sort {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: flex-end; } }
    .o-archive-product .c-sort p {
      font-weight: bold;
      margin: 0 0 5px 20px; }
  .o-archive-product .c-product {
    flex: 0 0 auto;
    width: 208px;
    margin-left: 56px; }
    @media (min-width: 751px) {
      .o-archive-product .c-product:nth-child(3n + 1) {
        margin-left: 0; }
      .o-archive-product .c-product:nth-child(n + 4) {
        margin-top: 32px; } }
    @media (max-width: 750px) {
      .o-archive-product .c-product {
        width: calc(50% - 8px);
        margin-left: 16px; }
        .o-archive-product .c-product:nth-child(2n + 1) {
          margin-left: 0; }
        .o-archive-product .c-product:nth-child(n + 3) {
          margin-top: 24px; } }
    @media (max-width: 750px) {
      .o-archive-product .c-product__name {
        text-align: left; } }
  .o-archive-product .c-pagination {
    margin: 72px 0; }
    @media (max-width: 750px) {
      .o-archive-product .c-pagination {
        margin: 40px 0; } }

/* ========
archive-blog
======== */
.o-archive-blog {
  padding: 80px 0; }
  @media (max-width: 750px) {
    .o-archive-blog {
      padding: 80px 0 0; } }
  .o-archive-blog__detail {
    padding: 0 88px;
    margin: 0 0 72px; }
    @media (max-width: 750px) {
      .o-archive-blog__detail {
        padding: 0;
        margin: 0 0 48px; } }
  .o-archive-blog__list .c-item-article:nth-child(n+2) {
    margin: 48px 0 0; }
  .o-archive-blog__pager {
    margin: 80px 0; }
    @media (max-width: 750px) {
      .o-archive-blog__pager {
        margin: 56px; } }

/* ========
o-archive-news
======== */
.o-archive-news {
  padding: 80px 0 0; }
  .o-archive-news__content {
    margin-top: 60px; }
  .o-archive-news .c-item-article:nth-child(n+2) {
    margin: 48px 0 0; }
  .o-archive-news__pager {
    margin: 80px 0; }
    @media (max-width: 750px) {
      .o-archive-news__pager {
        margin: 56px; } }

/* ========
archive-repair
======== */
.o-archive-repair .l-inner .c-pagination {
  margin: 75px auto 105px; }
  @media (max-width: 750px) {
    .o-archive-repair .l-inner .c-pagination {
      margin: 45px auto 65px; } }

/* ========
detail-article
======== */
.o-detail-article {
  position: relative;
  z-index: 0;
  padding: 80px 0 40px; }
  @media (max-width: 750px) {
    .o-detail-article {
      padding: 40px 0 0; } }
  .o-detail-article:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #e6e9e5;
    height: 320px;
    z-index: -1; }
  .o-detail-article:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fafafa;
    height: 400px;
    z-index: -1; }
    @media (max-width: 750px) {
      .o-detail-article:after {
        content: none; } }
  .o-detail-article__meta {
    display: flex;
    align-items: center;
    margin: 0 0 12px; }
  .o-detail-article__tag {
    background-color: #13311d;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: .1em;
    padding: 0 8px;
    min-width: 144px;
    text-align: center;
    margin: 0 24px 0 0; }
  .o-detail-article__time {
    font-family: "Josefin Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: .18em; }
  .o-detail-article__ttl {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.8;
    margin: 0 0 32px; }
  .o-detail-article__thumb img {
    width: 100%; }
  .o-detail-article__pager {
    margin: 80px 0; }

/* ========
detail-benefit
======== */
.o-detail-benefit {
  padding: 80px 0 0; }
  @media (max-width: 750px) {
    .o-detail-benefit {
      padding: 64px 0 0; } }
  .o-detail-benefit__ttl {
    font-size: 3.2rem;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 1.25;
    text-align: center;
    font-weight: 500;
    margin: 0 0 40px; }
    @media (max-width: 750px) {
      .o-detail-benefit__ttl {
        font-size: 2.2rem;
        margin: 0 0 24px; } }
  .o-detail-benefit__grid {
    display: grid;
    gap: 30px; }
    @media (min-width: 751px) {
      .o-detail-benefit__grid {
        grid-template-areas: "A B" "A C"; } }
    @media (max-width: 750px) {
      .o-detail-benefit__grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px; } }
    @media (max-width: 750px) {
      .o-detail-benefit__grid .c-box-benefit {
        width: 100%; } }
    @media (min-width: 751px) {
      .o-detail-benefit__grid .c-box-benefit:nth-child(1) {
        grid-area: A;
        width: 524px; }
        .o-detail-benefit__grid .c-box-benefit:nth-child(1) .c-box-benefit__ttl,
        .o-detail-benefit__grid .c-box-benefit:nth-child(1) .c-box-benefit__copy {
          padding-left: 0;
          text-align: center; } }
    .o-detail-benefit__grid .c-box-benefit:nth-child(2) {
      background-image: url(../images/members/deco_members01.png);
      background-repeat: no-repeat;
      background-position: top -8px right -8px;
      background-size: 137px; }
      @media (min-width: 751px) {
        .o-detail-benefit__grid .c-box-benefit:nth-child(2) {
          grid-area: B; } }
      @media (max-width: 750px) {
        .o-detail-benefit__grid .c-box-benefit:nth-child(2) {
          background-size: 96px; } }
    .o-detail-benefit__grid .c-box-benefit:nth-child(3) {
      background-image: url(../images/members/deco_members02.png);
      background-repeat: no-repeat;
      background-position: bottom -4px right -12px;
      background-size: 199px; }
      @media (min-width: 751px) {
        .o-detail-benefit__grid .c-box-benefit:nth-child(3) {
          grid-area: C; } }
      @media (max-width: 750px) {
        .o-detail-benefit__grid .c-box-benefit:nth-child(3) {
          background-size: 120px; } }
  .o-detail-benefit__copy {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-align: center;
    margin: 56px 0 8px; }
    @media (max-width: 750px) {
      .o-detail-benefit__copy {
        margin: 40px 0 8px; } }
    .o-detail-benefit__copy + .c-btn {
      width: 100%;
      max-width: 384px;
      margin: 0 auto; }
  .o-detail-benefit__right figure img {
    margin: 0 auto; }

/* ========
o-detail-history
======== */
.o-detail-history {
  position: relative;
  z-index: 0;
  padding: 52px 0 72px; }
  @media (max-width: 750px) {
    .o-detail-history {
      padding: 48px 0; } }
  .o-detail-history:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 453px;
    height: 492px;
    background: transparent url(../images/top/bg_grid02.png) right bottom no-repeat;
    background-size: contain;
    z-index: -1; }
  .o-detail-history .c-copy-basic {
    text-align: center;
    margin: 0 0 8px; }
    .o-detail-history .c-copy-basic + .c-note {
      text-align: center;
      margin: 0 0 32px; }
      .o-detail-history .c-copy-basic + .c-note + .c-txt {
        text-align: center; }
  .o-detail-history__content {
    margin: 48px 0 0; }
    .o-detail-history__content .c-item-history:nth-child(n+2) {
      margin: 64px 0 0; }
      @media (max-width: 750px) {
        .o-detail-history__content .c-item-history:nth-child(n+2) {
          margin: 48px 0 0; } }

/* ========
detail-horse
======== */
.o-detail-horse {
  background: transparent url(../images/horse/bg_img02.jpg) top center no-repeat;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover; }
  @media (max-width: 750px) {
    .o-detail-horse {
      width: 100%;
      background-size: contain;
      background: none; } }
  .o-detail-horse__textarea {
    margin-left: 614px;
    padding-top: 72px; }
    @media (max-width: 750px) {
      .o-detail-horse__textarea {
        margin-left: 0;
        background: transparent url(../images/horse/bg_img02-sp.jpg) top center no-repeat;
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
        width: 100vw;
        margin-left: -15px;
        padding: 44px 24px;
        position: relative; }
        .o-detail-horse__textarea::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.3); } }
    .o-detail-horse__textarea .c-copy-basic {
      color: #fff;
      letter-spacing: .1em;
      line-height: 1.6; }
      @media (max-width: 750px) {
        .o-detail-horse__textarea .c-copy-basic {
          position: relative; }
          .o-detail-horse__textarea .c-copy-basic:before {
            content: "";
            display: block;
            width: 200px;
            height: 36px;
            background: transparent url(../images/horse/txt_img.png) no-repeat;
            background-size: contain;
            position: relative;
            z-index: 1;
            margin: 0 auto 36px; } }
    .o-detail-horse__textarea .c-txt {
      color: #fff;
      letter-spacing: .12em;
      margin-top: 32px; }
      @media (max-width: 750px) {
        .o-detail-horse__textarea .c-txt {
          margin-top: 24px;
          position: relative; } }
    .o-detail-horse__textarea .c-btn {
      width: 100%;
      height: 64px;
      margin: 56px 0 60px 0; }
      @media (max-width: 750px) {
        .o-detail-horse__textarea .c-btn {
          margin: 20px 0 0; } }
  .o-detail-horse .o-detail-horse__box {
    width: 100%;
    position: relative;
    background: transparent url(../images/horse/bg_img03.jpg) no-repeat;
    background-size: cover;
    display: flex;
    align-items: stretch; }
    @media (max-width: 750px) {
      .o-detail-horse .o-detail-horse__box {
        background-image: none; } }
    .o-detail-horse .o-detail-horse__box:before {
      content: "";
      display: block;
      width: 659px;
      height: 113px;
      background: transparent url(../images/horse/txt_img.png) no-repeat;
      background-size: cover;
      position: absolute;
      bottom: 100%;
      left: 0; }
      @media (max-width: 750px) {
        .o-detail-horse .o-detail-horse__box:before {
          background: none; } }
    .o-detail-horse .o-detail-horse__box .o-detail-horse__textbox {
      flex: 0 0 auto;
      width: 790px;
      height: 100%;
      padding: 64px 0 0 184px;
      text-align: center; }
      @media (max-width: 750px) {
        .o-detail-horse .o-detail-horse__box .o-detail-horse__textbox {
          width: 100%;
          background: none;
          padding: 20px 0 40px;
          margin-top: 30px; } }
      .o-detail-horse .o-detail-horse__box .o-detail-horse__textbox figure {
        border-radius: 50%;
        overflow: hidden;
        width: 200px;
        margin: 0 auto 16px; }
      .o-detail-horse .o-detail-horse__box .o-detail-horse__textbox .c-copy-basic {
        line-height: 1.6;
        letter-spacing: .1em; }
      .o-detail-horse .o-detail-horse__box .o-detail-horse__textbox .c-sub-title {
        color: #0c652a;
        margin-top: 4px;
        position: relative; }
        .o-detail-horse .o-detail-horse__box .o-detail-horse__textbox .c-sub-title:after {
          content: "";
          display: block;
          width: 1px;
          height: 32px;
          background: #0c652a;
          position: absolute;
          top: 42px;
          left: 50%; }
          @media (max-width: 750px) {
            .o-detail-horse .o-detail-horse__box .o-detail-horse__textbox .c-sub-title:after {
              display: none; } }
      .o-detail-horse .o-detail-horse__box .o-detail-horse__textbox .c-txt {
        margin-top: 60px;
        letter-spacing: .12em; }
        @media (max-width: 750px) {
          .o-detail-horse .o-detail-horse__box .o-detail-horse__textbox .c-txt {
            text-align: left;
            margin-top: 16px; } }
      .o-detail-horse .o-detail-horse__box .o-detail-horse__textbox .c-link-btn {
        margin-top: 32px;
        justify-content: center; }
        @media (max-width: 750px) {
          .o-detail-horse .o-detail-horse__box .o-detail-horse__textbox .c-link-btn {
            margin-top: 24px;
            justify-content: flex-end; } }
    .o-detail-horse .o-detail-horse__box .o-detail-horse__ph {
      flex: 0 0 auto;
      width: 210px;
      height: 100%;
      background: #fff; }
      .o-detail-horse .o-detail-horse__box .o-detail-horse__ph .o-detail-horse__item {
        width: 100%;
        height: calc(100 / 3); }
        .o-detail-horse .o-detail-horse__box .o-detail-horse__ph .o-detail-horse__item:nth-child(n+2) {
          margin-top: 1px; }
        .o-detail-horse .o-detail-horse__box .o-detail-horse__ph .o-detail-horse__item img {
          width: 100%;
          height: auto; }

/* ========
o-detail-making
======== */
.o-detail-making {
  position: relative;
  z-index: 0;
  padding: 72px 0;
  background-color: #e6e9e5; }
  .o-detail-making .c-copy-basic {
    text-align: center;
    margin: 0 0 8px; }
    .o-detail-making .c-copy-basic + .c-note {
      text-align: center;
      margin: 0 0 32px; }
      .o-detail-making .c-copy-basic + .c-note + .c-txt {
        text-align: center; }
  .o-detail-making__content {
    margin: 48px 0 0; }
    @media (max-width: 750px) {
      .o-detail-making__content .c-item-making-step:nth-child(n+2) {
        margin: 15px 0 0; } }

/* ========
detail-point
======== */
.o-detail-point {
  padding: 64px 0; }
  @media (max-width: 750px) {
    .o-detail-point {
      padding: 56px 0 32px; } }
  .o-detail-point__list {
    padding-top: 40px; }
    @media (max-width: 750px) {
      .o-detail-point__list {
        padding-top: 32px; } }

/* ========
detail-product
======== */
.o-detail-product {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (max-width: 750px) {
    .o-detail-product {
      margin-top: -40px; } }
  .o-detail-product .c-slider-item-main {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 40px; }
    @media (max-width: 750px) {
      .o-detail-product .c-slider-item-main {
        width: 100vw;
        margin-left: -15px; } }
    .o-detail-product .c-slider-item-main figure {
      display: block;
      position: relative;
      margin: 0 auto;
      aspect-ratio: 1/1;
      height: 100%; }
      .o-detail-product .c-slider-item-main figure::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 10px;
        right: 10px;
        width: 20px;
        height: 20px;
        background: url(/store/html/user_data/user/assets/images/ec/icon-lens.svg) no-repeat center center/contain;
        transition: 0.2s opacity ease; }
      @media (max-width: 750px) {
        .o-detail-product .c-slider-item-main figure {
          width: 100%;
          height: auto; } }
      .o-detail-product .c-slider-item-main figure img {
        aspect-ratio: 1/1;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
    .o-detail-product .c-slider-item-main .c-slider-item-video {
      height: 100%;
      aspect-ratio: 1 / 1;
      margin-inline: auto; }
      .o-detail-product .c-slider-item-main .c-slider-item-video video {
        width: 100%;
        vertical-align: bottom; }
  .o-detail-product .c-slider-item-sub {
    flex: 0 0 auto;
    width: 366px;
    display: flex;
    flex: wrap; }
  .o-detail-product .c-slider-item-sub-video {
    position: relative; }
    .o-detail-product .c-slider-item-sub-video::after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      translate: -43% -50%;
      width: 30px;
      height: 30px;
      background-color: #fffc;
      -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
              clip-path: polygon(0 0, 100% 50%, 0 100%); }
    .o-detail-product .c-slider-item-sub-video video {
      width: 100%;
      vertical-align: bottom; }
  .o-detail-product__option {
    flex: 0 1 auto;
    width: 296px; }
    @media (max-width: 750px) {
      .o-detail-product__option {
        width: 100%;
        margin: 40px 0 0; } }
    .o-detail-product__option .c-box-value {
      justify-content: space-between;
      margin-top: 12px; }
      @media (max-width: 750px) {
        .o-detail-product__option .c-box-value {
          width: 350px;
          margin-left: auto; } }
      .o-detail-product__option .c-box-value:first-of-type {
        margin-top: 30px; }
      .o-detail-product__option .c-box-value__input {
        flex: 0 0 auto;
        width: 208px; }
        .o-detail-product__option .c-box-value__input.-textarea {
          width: 100%;
          margin-top: 8px; }
  .o-detail-product .c-btn-cart {
    margin-top: 40px; }
  .o-detail-product .c-btn-favorite {
    margin-top: 12px;
    margin-bottom: 16px; }
  .o-detail-product__info {
    padding: 68px 0 80px;
    margin-top: 68px;
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    width: 100%; }
    @media (max-width: 750px) {
      .o-detail-product__info {
        padding: 32px 0 40px;
        margin-top: 32px; } }
    .o-detail-product__info::before {
      content: "";
      position: absolute;
      width: 200vw;
      height: 100%;
      background-color: #fff;
      z-index: -1;
      top: 0;
      left: 0;
      transform: translate(-50%, 0); }
  .o-detail-product .c-item-variation {
    margin: 40px 0 60px;
    padding-bottom: 60px; }
    @media (max-width: 750px) {
      .o-detail-product .c-item-variation {
        margin: 20px 0 30px;
        padding-bottom: 30px; } }
  .o-detail-product__banner {
    max-width: 440px;
    margin-bottom: 50px; }
    @media (max-width: 750px) {
      .o-detail-product__banner {
        margin-bottom: 30px; } }
  .o-detail-product__pricewrap {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    line-height: 1.2; }
    .o-detail-product__pricewrap .c-price {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: stretch; }
      .o-detail-product__pricewrap .c-price.-cancell {
        text-decoration: line-through;
        display: flex;
        align-items: center;
        flex-direction: row; }
        .o-detail-product__pricewrap .c-price.-cancell::after {
          content: "";
          display: block;
          background-image: url(https://www.somes-jp.pro/app/wp-content/themes/somes-saddle/assets/images/svg/icon_arrow02.svg);
          width: 14px;
          height: 4px;
          background-repeat: no-repeat;
          background-size: contain;
          margin: 0 8px; }

.c-slider-item-main__lens {
  display: none;
  position: absolute;
  top: 50px;
  /* JSで適切な値を設定する */
  left: 30px;
  /* JSで適切な値を設定する */
  z-index: 2;
  background: #f57716;
  opacity: 0.3;
  height: 172px;
  width: 172px; }
  .c-slider-item-main__lens img {
    max-height: 344px;
    max-width: 344px; }

@media (min-width: 751px) {
  .c-slider-item-main .slick-slide figure:hover::after {
    opacity: 0; } }

.c-slider-item-main .slick-slide figure:hover .c-slider-item-main__lens {
  cursor: url(/store/html/user_data/user/assets/images/ec/icon-lens-white.png), zoom-in !important;
  display: block; }
  @media (max-width: 750px) {
    .c-slider-item-main .slick-slide figure:hover .c-slider-item-main__lens {
      display: none; } }

.zoom-area {
  display: none;
  position: absolute;
  top: 0;
  left: -240px;
  height: 390px;
  width: 390px;
  overflow: hidden;
  background-color: #fff;
  z-index: 2; }

.zoom-area.active {
  display: block; }
  @media (max-width: 750px) {
    .zoom-area.active {
      display: none; } }

.zoom-area img {
  max-width: inherit;
  width: 1040px;
  /* JSで適切な値を設定する */
  margin-top: -30px;
  /* JSで適切な値を設定する */
  margin-left: -60px;
  /* JSで適切な値を設定する */ }

.smartphoto[aria-hidden="false"] {
  z-index: 1000; }

@media (min-width: 751px) {
  .js-smartPhoto {
    pointer-events: none; } }

/* ========
o-detail-profile
======== */
.o-detail-profile {
  background-color: #e6e9e5;
  position: relative;
  z-index: 0;
  padding: 0 0 80px; }
  @media (max-width: 750px) {
    .o-detail-profile {
      padding: 0 0 40px; } }
  .o-detail-profile:before {
    content: '';
    display: block;
    width: 100%;
    height: 380px;
    background: transparent url(../images/company/bg_profile.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: -1; }
    @media (max-width: 750px) {
      .o-detail-profile:before {
        height: 180px; } }
  .o-detail-profile .c-table-simple {
    margin: -80px 0 0; }
    @media (max-width: 750px) {
      .o-detail-profile .c-table-simple {
        margin: -40px 0 0; } }

/* ========
detail-shop
======== */
.o-detail-shop {
  padding: 96px 0 80px; }
  @media (max-width: 750px) {
    .o-detail-shop {
      padding: 48px 0 40px; } }
  .o-detail-shop .c-slider-photo {
    margin: 0 0 48px; }
  .o-detail-shop .c-table-basic {
    padding: 0 32px; }
    @media (max-width: 750px) {
      .o-detail-shop .c-table-basic {
        padding: 0 15px; } }
    .o-detail-shop .c-table-basic th {
      width: 88px; }

/* ========
ecnav
======== */
.o-ecnav {
  width: 100%;
  height: 60px;
  flex: 0 0 auto;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1920px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: -1;
  background-color: #13311d; }
  @media (max-width: 980px) {
    .o-ecnav {
      height: 40px; } }
  .o-ecnav__category {
    width: calc(100% - 220px - 240px);
    height: 100%;
    padding-left: 3%; }
    .o-ecnav__category > ul {
      display: flex;
      height: 100%; }
    .o-ecnav__category__item {
      line-height: 1; }
      .o-ecnav__category__item:not(:first-child) {
        margin-left: 2%; }
      .o-ecnav__category__item > a {
        display: flex;
        align-items: center;
        height: 100%;
        color: #fff;
        font-size: min(1.3rem, 1.2vw);
        line-height: 1.5;
        overflow: hidden;
        transition: opacity 0.4s ease; }
      .o-ecnav__category__item:hover > a {
        opacity: 0.7; }
      .o-ecnav__category__item:hover .o-ecnav__category__child {
        visibility: visible;
        opacity: 1; }
    .o-ecnav__category__child {
      position: fixed;
      left: 0;
      width: 100%;
      padding: 30px 3%;
      background-color: #F6F7F5;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.4s ease; }
      .o-ecnav__category__child ul {
        -moz-columns: 3;
             columns: 3;
        max-width: 600px; }
      .o-ecnav__category__child li {
        padding-bottom: 15px;
        line-height: 1; }
        .o-ecnav__category__child li::before {
          content: '・'; }
      .o-ecnav__category__child a {
        padding: 3px 0;
        font-size: 1.3rem;
        transition: opacity 0.4s ease; }
        .o-ecnav__category__child a:hover {
          opacity: 0.5; }
  .o-ecnav__search {
    width: 220px;
    height: 28px;
    margin-right: 16px;
    position: relative; }
    @media (max-width: 980px) {
      .o-ecnav__search {
        display: none;
        width: 100%;
        position: absolute;
        height: 48px;
        padding: 8px;
        top: 100%;
        left: 0;
        background-color: #13311d;
        border-top: 1px solid rgba(255, 255, 255, 0.2); } }
    .o-ecnav__search form {
      width: 100%;
      height: 100%;
      display: flex; }
    .o-ecnav__search input {
      width: 100%;
      height: 100%;
      font-size: 1.2rem;
      border-radius: 4px;
      background-color: rgba(255, 255, 255, 0.2);
      color: #fff;
      padding: 0 8px; }
      .o-ecnav__search input::-moz-placeholder {
        color: #fff; }
      .o-ecnav__search input:-ms-input-placeholder {
        color: #fff; }
      .o-ecnav__search input::placeholder {
        color: #fff; }
    .o-ecnav__search button {
      position: absolute;
      width: 20px;
      height: 20px;
      right: 6px;
      top: 50%;
      background-color: inherit;
      padding: 0;
      transform: translate(0, -50%); }
      @media (max-width: 980px) {
        .o-ecnav__search button {
          right: 16px; } }
    .o-ecnav__search .iconSvg {
      width: 20px;
      height: 20px; }
      .o-ecnav__search .iconSvg svg {
        fill: #fff; }
  .o-ecnav__list {
    display: flex;
    height: 100%; }
    @media (max-width: 980px) {
      .o-ecnav__list {
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.2); } }
    .o-ecnav__list li {
      border-left: 1px solid rgba(255, 255, 255, 0.2);
      flex: 0 0 auto;
      width: 80px;
      height: 100%;
      position: relative; }
      @media (max-width: 980px) {
        .o-ecnav__list li {
          flex: 0 1 auto;
          width: 25%; }
          .o-ecnav__list li:first-child {
            border: none; } }
      .o-ecnav__list li .-quantity {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background-color: #d5553a;
        font-family: "Josefin Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
        font-size: 1rem;
        top: -8px;
        right: 12px;
        padding-top: 2px; }
        @media (max-width: 980px) {
          .o-ecnav__list li .-quantity {
            top: 4px;
            left: calc(50% + 8px);
            right: inherit; } }
      .o-ecnav__list li > a, .o-ecnav__list li > span {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-direction: column;
        width: 100%;
        height: 100%;
        font-size: 1.2rem;
        letter-spacing: .1em;
        line-height: 1;
        color: #fff;
        padding-bottom: 7px; }
        @media (max-width: 980px) {
          .o-ecnav__list li > a, .o-ecnav__list li > span {
            padding-bottom: 0;
            justify-content: center; } }
        @media (min-width: 751px) {
          .o-ecnav__list li > a, .o-ecnav__list li > span {
            transition: .4s ease; }
            .o-ecnav__list li > a:hover, .o-ecnav__list li > span:hover {
              opacity: 0.7; } }
        .o-ecnav__list li > a svg, .o-ecnav__list li > span svg {
          fill: #fff; }
        .o-ecnav__list li > a span, .o-ecnav__list li > span span {
          margin-top: 8px; }
        .o-ecnav__list li > a .iconSvg[data-icon="search"], .o-ecnav__list li > span .iconSvg[data-icon="search"] {
          width: 30px;
          height: 30px; }
        .o-ecnav__list li > a .iconSvg[data-icon="account"], .o-ecnav__list li > span .iconSvg[data-icon="account"] {
          width: 20px;
          height: 23px; }
        .o-ecnav__list li > a .iconSvg[data-icon="star"], .o-ecnav__list li > span .iconSvg[data-icon="star"] {
          width: 20px;
          height: 20px; }
        .o-ecnav__list li > a .iconSvg[data-icon="cart"], .o-ecnav__list li > span .iconSvg[data-icon="cart"] {
          width: 24px;
          height: 24px; }
        .o-ecnav__list li > a .iconSvg[data-icon="login"], .o-ecnav__list li > span .iconSvg[data-icon="login"] {
          width: 24px;
          height: 25px; }
        .o-ecnav__list li > a .iconSvg[data-icon="logout"], .o-ecnav__list li > span .iconSvg[data-icon="logout"] {
          width: 24px;
          height: 25px; }

/* ========
about-english
======== */
.o-about-english {
  background: transparent url(../images/english/img_about.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 80px 0; }
  .o-about-english .c-ttl-medium {
    text-align: center;
    margin: 0 0 32px; }
    @media (max-width: 750px) {
      .o-about-english .c-ttl-medium {
        margin: 0 0 24px; } }
    .o-about-english .c-ttl-medium + .c-desc {
      text-align: center; }
  .o-about-english__box {
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    padding: 56px;
    margin: 56px 0 0; }
    @media (max-width: 750px) {
      .o-about-english__box {
        padding: 32px;
        display: block;
        margin: 40px 0 0; } }
    .o-about-english__box .c-ttl-small {
      font-weight: 500;
      margin: 0 0 16px; }
      .o-about-english__box .c-ttl-small:not(:first-child) {
        margin-top: 40px; }
    .o-about-english__box .c-desc {
      text-align: justify;
      line-height: 1.9; }
  .o-about-english__textarea {
    flex: 1 1 50%; }
    @media (max-width: 750px) {
      .o-about-english__textarea:not(:first-child) {
        margin-top: 40px; } }
  .o-about-english__vl {
    width: 1px;
    margin: 0 48px;
    background-color: #fff; }
    @media (max-width: 750px) {
      .o-about-english__vl {
        display: none; } }

/* ========
intro-english
======== */
.o-intro-english {
  position: relative;
  display: flex; }
  @media (max-width: 750px) {
    .o-intro-english {
      display: block; } }
  .o-intro-english__images {
    width: 50%;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0; }
    @media (max-width: 750px) {
      .o-intro-english__images {
        width: 100%; } }
    @media (min-width: 751px) {
      .o-intro-english__images__inner {
        display: flex;
        position: absolute;
        width: 120%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); } }
    @media (max-width: 750px) {
      .o-intro-english__images__inner {
        width: 100%; } }
    .o-intro-english__images ul {
      width: calc(100% / 3);
      flex: 0 0 auto; }
      @media (min-width: 751px) {
        .o-intro-english__images ul:nth-child(1) {
          transform: translate(0, 7%); }
        .o-intro-english__images ul:nth-child(3) {
          transform: translate(0, -7%); } }
      @media (max-width: 750px) {
        .o-intro-english__images ul {
          width: 100%;
          display: flex; } }
      .o-intro-english__images ul li {
        width: 100%;
        position: relative; }
        .o-intro-english__images ul li.-changed:after {
          opacity: 0; }
        .o-intro-english__images ul li:before, .o-intro-english__images ul li:after {
          content: '';
          display: block;
          padding: 121.21% 0 0;
          background: transparent center center no-repeat;
          background-size: cover; }
        .o-intro-english__images ul li:after {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          transition: 1.6s ease; }
        .o-intro-english__images ul li.-num01:before {
          background-image: url(../images/english/random_1_1.jpg); }
        .o-intro-english__images ul li.-num01:after {
          background-image: url(../images/english/random_2_1.jpg); }
        .o-intro-english__images ul li.-num02:before {
          background-image: url(../images/english/random_1_2.jpg); }
        .o-intro-english__images ul li.-num02:after {
          background-image: url(../images/english/random_2_2.jpg); }
        .o-intro-english__images ul li.-num03:before {
          background-image: url(../images/english/random_1_3.jpg); }
        .o-intro-english__images ul li.-num03:after {
          background-image: url(../images/english/random_2_3.jpg); }
        .o-intro-english__images ul li.-num04:before {
          background-image: url(../images/english/random_1_4.jpg); }
        .o-intro-english__images ul li.-num04:after {
          background-image: url(../images/english/random_2_4.jpg); }
        .o-intro-english__images ul li.-num05:before {
          background-image: url(../images/english/random_1_5.jpg); }
        .o-intro-english__images ul li.-num05:after {
          background-image: url(../images/english/random_2_5.jpg); }
        .o-intro-english__images ul li.-num06:before {
          background-image: url(../images/english/random_1_6.jpg); }
        .o-intro-english__images ul li.-num06:after {
          background-image: url(../images/english/random_2_6.jpg); }
        .o-intro-english__images ul li.-num07:before {
          background-image: url(../images/english/random_1_7.jpg); }
        .o-intro-english__images ul li.-num07:after {
          background-image: url(../images/english/random_2_7.jpg); }
        .o-intro-english__images ul li.-num08:before {
          background-image: url(../images/english/random_1_8.jpg); }
        .o-intro-english__images ul li.-num08:after {
          background-image: url(../images/english/random_2_8.jpg); }
        .o-intro-english__images ul li.-num09:before {
          background-image: url(../images/english/random_1_9.jpg); }
        .o-intro-english__images ul li.-num09:after {
          background-image: url(../images/english/random_2_9.jpg); }
  .o-intro-english__textarea {
    width: 50%;
    background-color: #040404;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 110px 40px 80px 8px;
    position: relative;
    z-index: 0; }
    @media (max-width: 750px) {
      .o-intro-english__textarea {
        width: 100%;
        padding: 56px 64px 56px 30px; } }
    .o-intro-english__textarea .c-ttl-medium {
      margin: 0 0 24px; }
    .o-intro-english__textarea .c-desc {
      margin: 0 0 40px; }
      @media (max-width: 750px) {
        .o-intro-english__textarea .c-desc {
          line-height: 1.9; } }
    @media (max-width: 750px) {
      .o-intro-english__textarea .c-ttl-extra__sub {
        font-size: 2.4rem; } }
    .o-intro-english__textarea .c-ttl-extra:before {
      left: auto;
      right: 50px;
      background-image: url(../images/svg/icon_scale-w02.svg);
      height: 474px; }
      @media (max-width: 750px) {
        .o-intro-english__textarea .c-ttl-extra:before {
          right: 32px;
          top: 170px;
          bottom: 0;
          height: auto; } }
    .o-intro-english__textarea .c-ttl-extra:after {
      left: calc(50% + 50px);
      right: auto;
      bottom: 120px;
      background-color: #fff; }
      @media (max-width: 750px) {
        .o-intro-english__textarea .c-ttl-extra:after {
          left: 194px;
          right: 0;
          bottom: 70px; } }
    .o-intro-english__textarea .c-desc {
      line-height: 2.13; }

/* ========
mv-english
======== */
.o-mv-english {
  background-color: #969998;
  position: relative;
  z-index: 0;
  display: flex;
  overflow: hidden; }
  @media (max-width: 750px) {
    .o-mv-english {
      display: block; }
      .o-mv-english:after {
        content: '';
        width: 100%;
        display: block;
        height: 216px;
        background: transparent url(../images/english/img_mv01-sp.png) center bottom no-repeat;
        background-size: contain; } }
  .o-mv-english__textarea {
    width: 50%;
    padding: 88px 0 80px;
    background: radial-gradient(circle, #a2a5a4 0%, rgba(162, 165, 164, 0) 75%, rgba(162, 165, 164, 0) 100%);
    color: #fff;
    text-align: center; }
    @media (max-width: 750px) {
      .o-mv-english__textarea {
        width: 100%;
        padding: 40px 0 16px; } }
    @media (max-width: 750px) {
      .o-mv-english__textarea .c-desc {
        text-align: justify;
        padding: 0 24px;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        line-height: 1.9; } }
  .o-mv-english__ttl {
    font-family: "Crimson Text", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 6.4rem;
    line-height: 1;
    margin: 0 0 32px; }
    @media (max-width: 750px) {
      .o-mv-english__ttl {
        font-size: 3.6rem; } }
    .o-mv-english__ttl span {
      display: block;
      letter-spacing: .08em; }
      @media (max-width: 750px) {
        .o-mv-english__ttl span {
          display: inline-block; } }
      .o-mv-english__ttl span small {
        letter-spacing: .08em;
        font-size: 5rem; }
        @media (max-width: 750px) {
          .o-mv-english__ttl span small {
            font-size: 2.7rem; } }
    .o-mv-english__ttl .iconSvg {
      width: 120px;
      height: 83px;
      margin: 0 auto 16px; }
      @media (max-width: 750px) {
        .o-mv-english__ttl .iconSvg {
          display: block;
          width: 85px;
          height: 59px; } }
      .o-mv-english__ttl .iconSvg svg {
        fill: currentColor; }
  .o-mv-english__images {
    width: 50%;
    position: relative; }
    @media (max-width: 750px) {
      .o-mv-english__images {
        display: none; } }
    .o-mv-english__images * {
      height: 100%;
      outline: none; }
    .o-mv-english__images li {
      width: 100%;
      background: transparent left center no-repeat;
      background-size: cover; }
      .o-mv-english__images li:nth-child(1) {
        background-image: url(../images/english/img_mv01.png); }
      .o-mv-english__images li:nth-child(2) {
        background-image: url(../images/english/img_mv02.png); }
      .o-mv-english__images li:nth-child(3) {
        background-image: url(../images/english/img_mv03.png); }
  .o-mv-english .c-desc {
    line-height: 2.13; }

/* ========
shop-english
======== */
.o-shop-english {
  padding: 120px 0 0;
  min-height: 712px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 750px) {
    .o-shop-english {
      padding: 72px 0; } }
  .o-shop-english:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent url(../images/common/bg_grid-b.png) center top repeat;
    z-index: 0;
    pointer-events: none;
    opacity: .3; }
  @media (max-width: 750px) {
    .o-shop-english .c-ttl-medium {
      text-align: center; } }
  @media (max-width: 750px) {
    .o-shop-english .c-ttl-medium + .c-desc {
      text-align: center;
      line-height: 1.9; } }
  .o-shop-english__map {
    width: 1280px;
    position: absolute;
    z-index: 0;
    pointer-events: none; }
    @media (min-width: 751px) {
      .o-shop-english__map {
        top: 80px;
        left: calc(50%);
        transform: translate(-50%, 0); } }
    @media (max-width: 750px) {
      .o-shop-english__map {
        width: auto;
        position: static;
        margin: 32px -16px 16px; } }
  .o-shop-english__region {
    position: absolute; }
    @media (max-width: 750px) {
      .o-shop-english__region {
        position: static; } }
    .o-shop-english__region.-hokkaido {
      top: 120px;
      left: calc(50% - 64px); }
    .o-shop-english__region.-nigata {
      top: 370px;
      left: calc(50% - 154px); }
    .o-shop-english__region.-tokyo {
      top: 450px;
      left: calc(50% + 320px); }
    .o-shop-english__region.-aichi {
      top: 580px;
      left: calc(50% - 10px); }
    .o-shop-english__region.-osaka {
      top: 424px;
      left: calc(50% - 412px); }
    .o-shop-english__region .c-ttl-small {
      font-weight: 500; }
      @media (max-width: 750px) {
        .o-shop-english__region .c-ttl-small {
          display: flex;
          align-items: center;
          margin: 32px 0 0; }
          .o-shop-english__region .c-ttl-small:after {
            content: '';
            display: block;
            width: 100%;
            height: 1px;
            background-color: #787878;
            flex: 1 1 auto;
            margin: 0 0 0 .5em; } }
    @media (max-width: 750px) {
      .o-shop-english__region li {
        margin: 8px 0 0; } }
    .o-shop-english__region li a {
      display: inline-flex;
      align-items: center; }
      @media (min-width: 751px) {
        .o-shop-english__region li a {
          transition: color .4s ease; }
          .o-shop-english__region li a:hover {
            color: #0c652a; } }
      .o-shop-english__region li a .iconSvg {
        width: 1.2em;
        height: 1.2em;
        margin: 0 0 0 .5em; }
        .o-shop-english__region li a .iconSvg svg {
          fill: currentColor; }

/* ========
foot-article
======== */
.o-foot-article {
  padding: 32px 0; }
  @media (max-width: 750px) {
    .o-foot-article {
      background-color: #fafafa; } }
  .o-foot-article .c-ttl-smallest {
    text-align: center; }
    .o-foot-article .c-ttl-smallest + .c-note {
      text-align: center;
      margin: 0 0 32px; }
  .o-foot-article .c-link-relation + .c-link-relation {
    margin: 14px 0 0; }
  .o-foot-article .c-link-relation__img {
    width: 144px; }
  .o-foot-article .c-link-relation__textarea {
    display: flex;
    flex-direction: column;
    justify-content: center; }

/* ========
footnav
======== */
.o-footnav ul {
  display: flex; }
  @media (max-width: 750px) {
    .o-footnav ul {
      display: block;
      margin: 0 auto 40px;
      text-align: center; } }

@media (min-width: 751px) {
  .o-footnav li {
    margin-right: 24px; }
    .o-footnav li:last-child {
      margin-right: 0; } }

.o-footnav a {
  font-size: 1.4rem;
  letter-spacing: .1em; }
  @media (min-width: 751px) {
    .o-footnav a {
      transition: .4s ease; }
      .o-footnav a:hover {
        opacity: 0.7; } }

/* ========
gift-large
======== */
.o-gift-large {
  margin: 48px 0 0;
  padding: 0 0 72px;
  position: relative;
  z-index: 0; }
  .o-gift-large:before {
    content: '';
    display: block;
    position: absolute;
    top: 169px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #eaece9;
    z-index: -1; }
    @media (max-width: 750px) {
      .o-gift-large:before {
        top: 32vw; } }
  .o-gift-large__image {
    width: 100%;
    height: 338px;
    background: transparent center center no-repeat;
    background-size: cover; }
    @media (max-width: 750px) {
      .o-gift-large__image {
        height: 56vw; } }
  .o-gift-large__textarea {
    margin: -118px 88px 56px;
    background-color: #fff;
    padding: 48px 40px 32px;
    text-align: center; }
    @media (max-width: 750px) {
      .o-gift-large__textarea {
        margin: -40px 16px 40px;
        padding: 48px 16px 32px; } }
    .o-gift-large__textarea .c-note-medium {
      margin: 8px 0 0; }
    .o-gift-large__textarea .c-txt {
      margin: 24px 0 0; }
      @media (max-width: 750px) {
        .o-gift-large__textarea .c-txt {
          text-align: justify; } }
  @media (max-width: 750px) {
    .o-gift-large .c-slider-product {
      width: auto;
      margin: 0 -15px; } }

/* ========
gnav
======== */
.o-gnav {
  margin-top: 8px; }
  @media (max-width: 980px) {
    .o-gnav {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #fff;
      margin-top: 0;
      width: 100%;
      padding-top: 50px;
      overflow-y: scroll;
      max-height: 100vh;
      z-index: 999; } }
  .o-gnav__content {
    display: flex;
    height: 100%; }
    @media (min-width: 751px) {
      .o-gnav__content {
        align-items: center; } }
    @media (max-width: 980px) {
      .o-gnav__content {
        flex-direction: column;
        justify-content: space-between; } }
  @media (max-width: 980px) {
    .o-gnav__box {
      width: 90%;
      margin: 25px auto 340px;
      background-color: #eaece9; }
      .o-gnav__box.-ec .o-gnav__main {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 30px;
        max-width: 280px;
        padding: 20px 0; }
      .o-gnav__box.-ec .o-gnav__item {
        margin-top: 0; }
        .o-gnav__box.-ec .o-gnav__item > a {
          font-size: 1.3rem; } }
  .o-gnav__main {
    display: flex; }
    @media (max-width: 980px) {
      .o-gnav__main {
        display: block;
        flex: 0 1 auto;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        padding: 30px 50px; } }
  .o-gnav__item {
    margin-right: min(24px, 1.5vw);
    position: relative; }
    @media (max-width: 980px) {
      .o-gnav__item {
        margin: 24px 0 0; }
        .o-gnav__item:first-child {
          margin-top: 0; } }
    .o-gnav__item .c-switch {
      top: 8px;
      right: 0; }
    .o-gnav__item > a {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      line-height: 1;
      font-size: 1.6rem;
      letter-spacing: .08em;
      font-weight: 500; }
      @media (min-width: 980px) {
        .o-gnav__item > a {
          font-size: min(1.6rem, 1.3vw); } }
      @media (max-width: 980px) {
        .o-gnav__item > a {
          align-items: flex-start;
          display: inline-flex; } }
      .o-gnav__item > a span {
        display: block;
        font-family: "Josefin Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
        font-size: 1rem;
        margin-top: 12px;
        letter-spacing: .18em; }
        @media (min-width: 980px) {
          .o-gnav__item > a span {
            font-size: min(1rem, 0.75vw);
            margin-top: min(12px, 0.75vw); } }
        @media (max-width: 980px) {
          .o-gnav__item > a span {
            margin-top: 8px; } }
    .o-gnav__item ul {
      display: none;
      position: absolute;
      top: 100%;
      left: 50%;
      padding-top: 24px;
      padding-bottom: 24px;
      padding-left: 16px; }
      @media (max-width: 980px) {
        .o-gnav__item ul {
          display: none;
          position: static;
          padding-left: 0;
          border-top: 1px solid #eaece9;
          padding-top: 16px;
          margin-top: 20px; } }
      @media (min-width: 751px) {
        .o-gnav__item ul::before {
          content: "";
          display: block;
          position: absolute;
          top: 24px;
          left: -16px;
          width: 20px;
          height: calc(100% - 48px);
          background-repeat: repeat-y;
          background-image: url(https://www.somes-jp.pro/app/wp-content/themes/somes-saddle/assets/images/svg/icon_scale-b.svg);
          background-size: contain;
          z-index: 1; } }
      @media (min-width: 751px) {
        .o-gnav__item ul::after {
          content: "";
          display: block;
          top: 0;
          left: 50%;
          z-index: -1;
          position: absolute;
          height: 100%;
          width: calc(100% + 80px);
          transform: translate(-50%, 0); } }
      .o-gnav__item ul li {
        white-space: nowrap;
        line-height: 1;
        margin-top: 14px; }
        @media (min-width: 751px) {
          .o-gnav__item ul li {
            margin-left: 0; } }
        .o-gnav__item ul li:first-child {
          margin-top: 4px; }
        .o-gnav__item ul li:last-child {
          margin-bottom: 4px; }
        .o-gnav__item ul li::before {
          content: "-";
          display: inline-block;
          padding: 0 10px 0 0; }
      .o-gnav__item ul a {
        font-size: 1.4rem;
        letter-spacing: .12em; }
  .o-gnav__sub {
    position: fixed;
    bottom: 0;
    right: 0; }
    @media (max-width: 980px) {
      .o-gnav__sub {
        width: 100%;
        display: flex;
        opacity: 0;
        transition: .4s ease; } }
    .o-gnav__sub li {
      width: 60px;
      height: 169px; }
      @media (max-width: 980px) {
        .o-gnav__sub li {
          flex: 0 0 auto;
          width: 50%;
          height: 68px; } }
      .o-gnav__sub li:first-child a {
        background-color: #13311d; }
      .o-gnav__sub li:last-child a {
        background-color: #040404; }
      .o-gnav__sub li a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
        font-size: 1.4rem;
        letter-spacing: .1em;
        line-height: 1;
        color: #fff; }
        @media (min-width: 751px) {
          .o-gnav__sub li a {
            transition: .4s ease; }
            .o-gnav__sub li a:hover {
              opacity: 0.7; } }
        @media (max-width: 980px) {
          .o-gnav__sub li a {
            -ms-writing-mode: lr-tb;
                writing-mode: lr-tb; } }
        .o-gnav__sub li a span {
          font-size: 1rem;
          font-family: "Josefin Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
          letter-spacing: .18em;
          margin-right: 8px; }
          @media (max-width: 980px) {
            .o-gnav__sub li a span {
              margin: 8px 0 0; } }
    @media (max-width: 980px) {
      .o-gnav__sub .o-gnav__sub__wide {
        width: 100%; } }
  @media (min-width: 751px) {
    .o-gnav a {
      transition: .4s ease; }
      .o-gnav a:hover {
        opacity: 0.7; } }
  @media (min-width: 980px) {
    .o-gnav a {
      transition-property: opacity, color !important; } }
  .o-gnav .c-logo {
    display: block;
    margin: 0 auto;
    width: 125px; }
  .o-gnav__lang {
    width: 100px;
    height: 96px;
    margin: -8px 0 0;
    display: flex; }
    .o-gnav__lang:before {
      content: '';
      display: block;
      width: 1px;
      height: 100%;
      background-color: currentColor;
      opacity: .4; }
    .o-gnav__lang a {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      padding: 8px 0 0; }
      .o-gnav__lang a .iconSvg {
        display: block;
        width: 20px;
        height: 20px; }
        .o-gnav__lang a .iconSvg svg {
          fill: currentColor; }
      .o-gnav__lang a p {
        font-family: "Josefin Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
        font-size: 1rem;
        letter-spacing: .18em;
        margin-top: 12px;
        line-height: 1; }
  .o-gnav.-active .o-gnav__sub {
    opacity: 1; }

.o-gnav-sp__main {
  width: 100%;
  max-width: 260px;
  margin: 40px auto 10px; }

.o-gnav-sp__item {
  position: relative;
  line-height: 1;
  font-size: 1.6rem;
  letter-spacing: .08em;
  font-weight: 500; }
  .o-gnav-sp__item > span, .o-gnav-sp__item > a {
    display: block;
    padding: 17px 0 7px;
    border-bottom: 1px solid #ccc; }
  .o-gnav-sp__item.-mt {
    margin-top: 12px; }
  .o-gnav-sp__item .iconSvg {
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 2px;
    translate: 0 -10%;
    width: 17px;
    height: 14px; }
  .o-gnav-sp__item .c-switch {
    position: absolute;
    top: 16px;
    right: 0; }
    .o-gnav-sp__item .c-switch::before, .o-gnav-sp__item .c-switch::after {
      width: 50%; }
  .o-gnav-sp__item ul {
    display: none; }
    .o-gnav-sp__item ul li {
      margin-top: 17px;
      padding: 0 10px;
      font-size: 1.35rem; }
      .o-gnav-sp__item ul li:last-child {
        padding-bottom: 20px; }
      .o-gnav-sp__item ul li a {
        display: inline-block;
        padding: 3px 0; }

/* ========
guide
======== */
.o-guide {
  padding: 80px 0 70px; }
  @media (max-width: 750px) {
    .o-guide {
      padding: 40px 0 30px; } }
  .o-guide .l-inner {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 750px) {
      .o-guide .l-inner {
        display: block; } }
  .o-guide__list {
    flex: 0 0 auto;
    width: 296px; }
    @media (max-width: 750px) {
      .o-guide__list {
        width: 100%; }
        .o-guide__list:nth-child(n + 2) {
          margin-top: 24px; } }

/* ========
hero-ec
======== */
.o-hero-ec {
  padding: 56px 0 0; }
  @media (max-width: 750px) {
    .o-hero-ec {
      padding: 40px 0 0;
      width: 100%; } }
  .o-hero-ec__slider {
    margin-top: 48px; }
    @media (max-width: 750px) {
      .o-hero-ec__slider {
        width: 100%; } }
    .o-hero-ec__slider li {
      position: relative; }
      @media (min-width: 751px) {
        .o-hero-ec__slider li::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.6); } }
      @media (max-width: 750px) {
        .o-hero-ec__slider li {
          width: 100vw; } }
      .o-hero-ec__slider li:before {
        pointer-events: none;
        transition: .4s ease; }
      .o-hero-ec__slider li.slick-current:before {
        opacity: 0; }
  .o-hero-ec .slick-arrow {
    position: absolute;
    width: 42px;
    height: 32px;
    top: 50%;
    cursor: pointer;
    z-index: 3; }
    @media (max-width: 750px) {
      .o-hero-ec .slick-arrow {
        width: 40px;
        height: 40px;
        background-color: rgba(0, 0, 0, 0.5);
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute; } }
    @media (max-width: 750px) {
      .o-hero-ec .slick-arrow svg {
        width: 20px;
        height: 7px; } }
    .o-hero-ec .slick-arrow.-next {
      transform: translate(0, -50%);
      left: calc(50% + 424px); }
      @media (max-width: 750px) {
        .o-hero-ec .slick-arrow.-next {
          transform: translate(0, -50%);
          left: inherit;
          right: 0; } }
    .o-hero-ec .slick-arrow.-prev {
      transform: translate(0, -50%) scale(-1, 1);
      right: calc(50% + 424px); }
      @media (max-width: 750px) {
        .o-hero-ec .slick-arrow.-prev {
          transform: translate(0, -50%) scale(-1, 1);
          right: inherit;
          left: 0; } }
    .o-hero-ec .slick-arrow svg {
      fill: #fff; }
  .o-hero-ec .c-box-info {
    margin-top: 28px; }

/* ========
hero-text
======== */
.o-hero-text {
  margin: 70px auto; }
  @media (max-width: 750px) {
    .o-hero-text {
      margin: 60px auto; } }
  .o-hero-text h2.c-txt {
    font-size: 2.4rem;
    line-height: 1.3; }
    @media (max-width: 750px) {
      .o-hero-text h2.c-txt {
        font-size: 2rem; } }
  .o-hero-text p.c-txt {
    letter-spacing: .12em;
    margin-top: 30px; }

/* ========
hero-gift
======== */
.o-hero-gift {
  padding: 56px 0 80px; }
  @media (max-width: 750px) {
    .o-hero-gift {
      padding: 48px 0; } }
  .o-hero-gift .c-ttl {
    margin: 0 0 40px; }
  .o-hero-gift__box {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    position: relative;
    z-index: 0; }
    @media (max-width: 750px) {
      .o-hero-gift__box {
        display: block; } }
    .o-hero-gift__box:before {
      content: '';
      width: 100vw;
      min-width: 1000px;
      height: 300px;
      background-color: #eaece9;
      z-index: -1;
      position: absolute;
      top: 80px;
      right: 0; }
      @media (max-width: 750px) {
        .o-hero-gift__box:before {
          content: none; } }
    .o-hero-gift__box:after {
      content: '';
      display: block;
      width: 210px;
      height: 197px;
      position: absolute;
      background: transparent url(../images/gift/img_deco01.png) center center no-repeat;
      background-size: contain;
      top: 0;
      left: 30px; }
      @media (max-width: 750px) {
        .o-hero-gift__box:after {
          content: none; } }
  .o-hero-gift__image {
    width: 736px;
    flex: 0 0 auto; }
    @media (max-width: 750px) {
      .o-hero-gift__image {
        width: 100%; } }
  .o-hero-gift__textarea {
    width: 100%;
    margin: 0 -182px -40px 0;
    background-color: #fff;
    padding: 48px 32px 40px 40px; }
    @media (max-width: 750px) {
      .o-hero-gift__textarea {
        margin: 0;
        padding: 24px 15px; } }
    .o-hero-gift__textarea .c-ttl-small {
      line-height: 1.8;
      margin: 0 0 16px;
      text-align: justify; }
    .o-hero-gift__textarea .c-txt {
      text-align: justify; }

/* ========
o-hero-photo
======== */
.o-hero-photo {
  position: relative;
  z-index: 0;
  height: 280px;
  color: #fff; }
  @media (max-width: 750px) {
    .o-hero-photo {
      height: 180px; } }
  .o-hero-photo__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
    .o-hero-photo__img::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5); }
  .o-hero-photo .l-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center; }
  .o-hero-photo .c-ttl-middle {
    margin: 12px 0 4px; }

/* ========
o-hero-simple
======== */
.o-hero-simple {
  background-color: #e6e9e5;
  position: relative;
  height: 200px;
  z-index: 0; }
  @media (max-width: 750px) {
    .o-hero-simple {
      height: 120px; } }
  .o-hero-simple .l-inner {
    position: relative;
    z-index: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; }
  .o-hero-simple__deco {
    width: 220px;
    height: 165px;
    position: absolute;
    bottom: 0;
    left: -40px;
    z-index: -1; }
    @media (max-width: 750px) {
      .o-hero-simple__deco {
        width: 100px;
        height: 76px;
        left: 0; } }
    .o-hero-simple__deco svg {
      fill: #fff; }
  .o-hero-simple .c-copy-basic {
    margin: 0 0 4px; }

/* ========
into-member
======== */
@media (max-width: 750px) {
  .o-into-member .l-inner > .c-txt.u-center:not(.o-detail-benefit__copy) {
    text-align: justify; } }

/* ========
o-intro-about
======== */
.o-intro-about {
  background: #fff url(../images/top/bg_grid.png) left top no-repeat;
  position: relative;
  padding: 72px 0 80px;
  position: relative;
  z-index: 0; }
  @media (max-width: 750px) {
    .o-intro-about {
      padding: 56px 0; } }
  .o-intro-about:before {
    content: '';
    position: absolute;
    width: 100vw;
    min-width: 1000px;
    top: 0;
    left: 58.5%;
    bottom: -48px;
    background-color: #eaece9;
    z-index: -1; }
    @media (max-width: 750px) {
      .o-intro-about:before {
        left: 70%;
        bottom: 40px; } }
  .o-intro-about .l-inner {
    position: relative;
    z-index: 0; }
  .o-intro-about__textarea {
    position: relative;
    z-index: 0;
    padding: 0 0 0 86px;
    margin: 32px 0 0;
    text-align: justify; }
    @media (max-width: 750px) {
      .o-intro-about__textarea {
        padding: 0 0 0 40px; } }
    .o-intro-about__textarea .c-txt + .c-txt {
      margin: 2em 0 0; }
  .o-intro-about .c-ttl-extra {
    margin: 24px 0 0; }
    .o-intro-about .c-ttl-extra:before {
      height: auto;
      top: 1em;
      left: 0;
      bottom: 0; }
    .o-intro-about .c-ttl-extra:after {
      bottom: 43px;
      right: calc(100% - 72px); }
      @media (max-width: 750px) {
        .o-intro-about .c-ttl-extra:after {
          right: calc(100% - 32px);
          bottom: 35px; } }
    @media (max-width: 750px) {
      .o-intro-about .c-ttl-extra__sub {
        margin-top: 60px; } }
  .o-intro-about__img01, .o-intro-about__img02 {
    position: absolute; }
  .o-intro-about__img01 {
    width: 528px;
    z-index: -2;
    top: 0;
    right: 0; }
    @media (max-width: 750px) {
      .o-intro-about__img01 {
        top: auto;
        bottom: -60px;
        right: -15px;
        width: 260px; } }
  .o-intro-about__img02 {
    width: 440px;
    z-index: -1;
    top: 260px;
    right: -140px; }
    @media (max-width: 750px) {
      .o-intro-about__img02 {
        display: none; } }

/* ========
intro-access
======== */
.o-intro-access {
  margin: 64px 0 0; }
  @media (max-width: 750px) {
    .o-intro-access {
      margin: 56px 0 0; } }
  .o-intro-access .c-ttl-medium {
    text-align: center; }
    .o-intro-access .c-ttl-medium + .c-note-medium {
      text-align: center;
      margin: 4px 0 56px; }
      @media (max-width: 750px) {
        .o-intro-access .c-ttl-medium + .c-note-medium {
          margin: 4px 0 32px; } }
  .o-intro-access .c-list-text {
    padding: 0 32px;
    margin: 48px 0 64px; }
    @media (max-width: 750px) {
      .o-intro-access .c-list-text {
        padding: 0 15px;
        margin: 24px 0 32px; } }
  .o-intro-access .c-bnr {
    margin: 72px 0; }
    @media (max-width: 750px) {
      .o-intro-access .c-bnr {
        margin: 40px 0; } }
  .o-intro-access .c-btn {
    margin: 0 auto; }

/* ========
intro-horse
======== */
.o-intro-horse {
  background: transparent url(../images/horse/bg_img01.jpg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  padding: 70px 0 100px; }
  @media (max-width: 750px) {
    .o-intro-horse {
      width: 100%;
      background-position: top right;
      background-size: contain;
      padding-top: 0;
      position: relative;
      margin-top: 20%;
      padding: 20px 0 40px; } }
  .o-intro-horse .o-intro-horse__textarea {
    position: relative; }
    @media (max-width: 750px) {
      .o-intro-horse .o-intro-horse__textarea {
        position: static; } }
    .o-intro-horse .o-intro-horse__textarea .c-ttl-extra {
      position: relative; }
      @media (max-width: 750px) {
        .o-intro-horse .o-intro-horse__textarea .c-ttl-extra {
          position: absolute;
          top: -72px;
          left: 15px; } }
      .o-intro-horse .o-intro-horse__textarea .c-ttl-extra__main {
        letter-spacing: .1em; }
        @media (max-width: 750px) {
          .o-intro-horse .o-intro-horse__textarea .c-ttl-extra__main {
            font-size: 4rem; } }
      .o-intro-horse .o-intro-horse__textarea .c-ttl-extra__sub {
        position: absolute;
        top: 80px;
        left: 480px;
        margin-top: 0; }
        @media (max-width: 750px) {
          .o-intro-horse .o-intro-horse__textarea .c-ttl-extra__sub {
            position: static;
            top: inherit;
            left: inherit;
            font-size: 1.6rem; } }
      .o-intro-horse .o-intro-horse__textarea .c-ttl-extra::after {
        position: absolute;
        width: 100vw;
        height: 1px;
        background-color: #040404;
        bottom: 48px;
        top: inherit;
        left: calc(100% - 104px); }
        @media (max-width: 750px) {
          .o-intro-horse .o-intro-horse__textarea .c-ttl-extra::after {
            top: calc(100% - 34px);
            left: calc(100% + 8px);
            bottom: 0; } }
      .o-intro-horse .o-intro-horse__textarea .c-ttl-extra:before {
        position: absolute;
        height: 200px;
        bottom: 8px;
        left: calc(100% - 20px);
        width: 20px;
        background-size: contain;
        background-image: url(../images/svg/icon_scale-b02.svg);
        transform: rotate(180deg); }
        @media (max-width: 750px) {
          .o-intro-horse .o-intro-horse__textarea .c-ttl-extra:before {
            height: 150px;
            bottom: 8px;
            left: calc(100% + 8px); } }
    .o-intro-horse .o-intro-horse__textarea .c-copy-basic {
      line-height: 1.3;
      letter-spacing: .1em;
      margin-top: 36px; }
      @media (max-width: 750px) {
        .o-intro-horse .o-intro-horse__textarea .c-copy-basic {
          margin-top: 0;
          padding-top: 51vw; } }
    .o-intro-horse .o-intro-horse__textarea .c-txt {
      letter-spacing: .12rem;
      margin-top: 36px; }
      @media (max-width: 750px) {
        .o-intro-horse .o-intro-horse__textarea .c-txt {
          margin-top: 16px; } }
    .o-intro-horse .o-intro-horse__textarea .c-btn {
      width: 384px;
      height: 64px;
      margin-top: 36px;
      letter-spacing: .1em;
      line-height: 2.4; }
      @media (max-width: 750px) {
        .o-intro-horse .o-intro-horse__textarea .c-btn {
          margin-top: 30px;
          width: 100%; } }

/* ========
intro-shop
======== */
.o-intro-shop {
  margin: 80px 0 96px; }
  @media (max-width: 750px) {
    .o-intro-shop {
      margin: 56px 0 64px; } }
  .o-intro-shop__label {
    width: 100%;
    background-color: #e6e9e5;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: .05em;
    padding: 12px;
    margin: 0 0 56px; }
    @media (max-width: 750px) {
      .o-intro-shop__label {
        font-size: 1.6rem;
        padding: 8px;
        margin: 0 0 32px; } }
  .o-intro-shop .c-txt-bold {
    margin: 0 0 32px; }
    @media (max-width: 750px) {
      .o-intro-shop .c-txt-bold {
        margin: 0 0 16px; } }
  .o-intro-shop__item {
    margin: 0 0 48px; }
    @media (max-width: 750px) {
      .o-intro-shop__item {
        margin: 0 0 40px; } }
  .o-intro-shop__list01 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -32px; }
    .o-intro-shop__list01 .c-link-thumb {
      width: 296px;
      margin: 0 56px 32px 0; }
      @media (max-width: 750px) {
        .o-intro-shop__list01 .c-link-thumb {
          width: 100%;
          margin: 0 0 32px; } }
      .o-intro-shop__list01 .c-link-thumb:nth-child(3n) {
        margin-right: 0; }
  .o-intro-shop .c-table-basic th {
    font-weight: 500; }
  .o-intro-shop .c-note-medium {
    text-align: right;
    margin: 32px 0 0; }
    @media (max-width: 750px) {
      .o-intro-shop .c-note-medium {
        text-align: justify; } }

/* ========
lead-about
======== */
.o-lead-about {
  background-image: url(../images/top/bg_about.jpg?250206); }
  @media (min-width: 751px) {
    .o-lead-about {
      height: 640px; } }
  @media (max-width: 750px) {
    .o-lead-about {
      background-image: url(../images/top/bg_about-sp.jpg?250206); } }
  @media (min-width: 751px) {
    .o-lead-about .c-textarea {
      position: absolute;
      bottom: 56px;
      left: 76px; } }

/* ========
lead-blog
======== */
.o-lead-blog {
  margin-top: 36px;
  padding: 80px 0 60px;
  background-color: #eaece9;
  position: relative; }
  @media (max-width: 750px) {
    .o-lead-blog {
      padding: 40px 0 35px; } }
  .o-lead-blog__inner {
    width: 824px;
    margin: 0 auto; }
    @media (max-width: 750px) {
      .o-lead-blog__inner {
        width: calc(100% - 25px); } }
  .o-lead-blog__main {
    display: flex; }
    @media (max-width: 750px) {
      .o-lead-blog__main {
        display: block; } }
  .o-lead-blog__ph {
    flex: 0 0 auto;
    width: 380px;
    height: 260px;
    margin-right: 56px;
    position: relative;
    z-index: 0; }
    @media (max-width: 750px) {
      .o-lead-blog__ph {
        width: 100%;
        height: 230px; } }
    .o-lead-blog__ph span {
      display: block;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
      .o-lead-blog__ph span.-main {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 1; }
      .o-lead-blog__ph span.-sub {
        position: absolute;
        width: 736px;
        height: 504px;
        z-index: -1;
        right: 120px;
        top: -164px; }
        .o-lead-blog__ph span.-sub::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          width: 100%;
          height: 100%;
          background-color: rgba(255, 255, 255, 0.5); }
        @media (max-width: 750px) {
          .o-lead-blog__ph span.-sub {
            top: -75px;
            right: calc(50% + 60px);
            width: 532px;
            height: 365px;
            display: none; } }
        .o-lead-blog__ph span.-sub svg {
          width: 100%;
          height: 100%; }
  .o-lead-blog__textarea {
    flex: 0 1 auto;
    position: relative;
    z-index: 1; }
    @media (max-width: 750px) {
      .o-lead-blog__textarea {
        padding: 40px 10px 0;
        display: block; } }
  .o-lead-blog__data {
    display: flex;
    align-items: center; }
  .o-lead-blog .c-cat {
    flex: 0 0 auto;
    width: 140px;
    background-color: #13311d; }
  .o-lead-blog .c-date {
    flex: 0 0 auto;
    display: flex;
    justify-content: center; }
  .o-lead-blog__ttl {
    font-size: 1.8rem;
    line-height: 1.7;
    letter-spacing: .1em;
    margin-top: 16px; }
  .o-lead-blog__desc {
    margin-top: 10px;
    font-size: 1.4rem;
    letter-spacing: .1em;
    line-height: 2;
    text-align: justify; }
  .o-lead-blog__textarea .c-link-btn {
    margin-top: 20px; }
    @media (max-width: 750px) {
      .o-lead-blog__textarea .c-link-btn {
        justify-content: center;
        width: calc(100% + 20px);
        margin-left: -10px; } }
  .o-lead-blog .c-list-blog {
    margin-top: 50px;
    position: relative;
    z-index: 1; }
    .o-lead-blog .c-list-blog + .c-link-btn {
      margin-top: 16px; }

/* ========
lead-login
======== */
.o-lead-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #e6e9e5;
  padding: 8px;
  margin-bottom: 20px; }
  @media (max-width: 750px) {
    .o-lead-contact {
      margin-bottom: 20px;
      display: block;
      padding: 20px 8px 8px; } }
  .o-lead-contact__ttl {
    flex: 0 1 auto;
    width: 100%;
    text-align: center;
    position: relative;
    font-size: 2.2rem;
    letter-spacing: .08em;
    font-family: "Crimson Text", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    line-height: 1;
    padding-right: 40px;
    margin-left: 0 !important;
    text-indent: 0 !important; }
    @media (max-width: 750px) {
      .o-lead-contact__ttl {
        margin-left: 0 !important;
        text-indent: 0 !important;
        font-size: 2.2rem;
        padding-right: 0; } }
    .o-lead-contact__ttl::before, .o-lead-contact__ttl::after {
      content: "";
      display: block;
      height: 1px;
      position: absolute;
      top: 50%; }
      @media (max-width: 750px) {
        .o-lead-contact__ttl::before, .o-lead-contact__ttl::after {
          display: none; } }
    .o-lead-contact__ttl::before {
      right: 0;
      width: 40px;
      background-color: #13311d; }
    .o-lead-contact__ttl::after {
      left: 100%;
      width: 20px;
      background-color: #fff;
      z-index: 1; }
  @media (min-width: 751px) {
    .o-lead-contact .c-btn {
      flex: 0 0 auto;
      width: 380px;
      height: 60px;
      font-size: 1.1rem; }
      .o-lead-contact .c-btn span[data-icon=line] {
        position: static;
        width: 20px;
        height: 20px;
        margin-right: 5px;
        transform: none; }
      .o-lead-contact .c-btn br {
        display: none; } }
  @media (max-width: 750px) {
    .o-lead-contact .c-btn {
      margin-top: 20px;
      width: 100%;
      font-size: 1.2rem; }
      .o-lead-contact .c-btn span[data-icon=line] {
        position: static;
        width: 18px;
        height: 18px;
        margin-right: 10px;
        margin-left: -18px;
        transform: none; } }
  .o-lead-contact__text {
    margin: 40px 0 30px;
    font-size: 1.4rem;
    text-align: center; }

/* ========
lead-general
======== */
.o-lead-general {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  flex: 0 0 auto;
  width: 100%; }
  @media (max-width: 750px) {
    .o-lead-general {
      width: 100%;
      height: 324px;
      display: flex;
      justify-content: center;
      align-items: center; } }
  @media (min-width: 751px) {
    .o-lead-general.-half {
      width: 50%;
      height: 500px; } }
  @media (max-width: 750px) {
    .o-lead-general .c-textarea {
      position: relative;
      z-index: 1;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center; } }
  @media (max-width: 750px) {
    .o-lead-general .c-textarea .c-link-btn {
      position: absolute;
      bottom: 24px;
      right: 24px; } }

/* ========
lead-goods
======== */
.o-lead-goods {
  background-image: url(../images/top/bg_goods.jpg?250206); }
  @media (min-width: 751px) {
    .o-lead-goods {
      height: 500px; } }
  @media (max-width: 750px) {
    .o-lead-goods {
      background-image: url(../images/top/bg_goods-sp.jpg?250206); } }
  @media (min-width: 751px) {
    .o-lead-goods .l-inner {
      display: flex;
      flex-direction: column;
      align-items: flex-start; } }
  @media (max-width: 750px) {
    .o-lead-goods .l-inner {
      width: 100%;
      height: 100%; } }
  @media (min-width: 751px) {
    .o-lead-goods .c-textarea {
      margin-top: 120px; } }
  @media (max-width: 750px) {
    .o-lead-goods .c-textarea {
      padding-bottom: 40px; } }
  @media (max-width: 750px) {
    .o-lead-goods .c-textarea .c-link-btn {
      bottom: 24px; } }
  .o-lead-goods .c-btn {
    width: 100%; }
    @media (min-width: 751px) {
      .o-lead-goods .c-btn {
        height: 64px; } }
    @media (max-width: 750px) {
      .o-lead-goods .c-btn {
        width: calc(100% - 25px);
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0; } }

/* ========
lead-login
======== */
.o-lead-insta {
  margin: 100px auto;
  text-align: center; }
  @media (max-width: 750px) {
    .o-lead-insta {
      margin: 40px auto; } }

.o-lead-insta__list {
  display: grid;
  grid-template-columns: repeat(3, 245px);
  gap: 20px;
  margin-top: 30px; }
  @media (max-width: 750px) {
    .o-lead-insta__list {
      grid-template-columns: repeat(2, calc(50% - 7.5px));
      gap: 15px; } }

.o-lead-insta__item a {
  transition: opacity .3s ease; }
  .o-lead-insta__item a:hover {
    opacity: .6; }

/* ========
lead-item
======== */
.o-lead-item {
  padding-top: 72px;
  position: relative; }
  @media (max-width: 750px) {
    .o-lead-item {
      padding-top: 30px; } }
  .o-lead-item__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 48px; }
    .o-lead-item__list .c-item {
      flex: 0 0 auto;
      width: 296px; }
      @media (min-width: 751px) {
        .o-lead-item__list .c-item.-thin {
          width: auto; } }
      .o-lead-item__list .c-item.-thin img {
        width: 472px; }
        @media (max-width: 750px) {
          .o-lead-item__list .c-item.-thin img {
            width: 296px; } }
      @media (min-width: 751px) {
        .o-lead-item__list .c-item.-thin2 {
          width: auto; } }
      .o-lead-item__list .c-item.-thin2 img {
        width: 472px; }
        @media (max-width: 750px) {
          .o-lead-item__list .c-item.-thin2 img {
            width: 296px; } }
      @media (min-width: 751px) {
        .o-lead-item__list .c-item:nth-child(n + 4) {
          margin-top: 56px; } }
      @media (max-width: 750px) {
        .o-lead-item__list .c-item {
          width: 100%; }
          .o-lead-item__list .c-item:nth-child(n + 2) {
            margin-top: 30px; } }
  .o-lead-item__bnr {
    margin-top: 56px; }
    @media (max-width: 750px) {
      .o-lead-item__bnr {
        margin-top: 30px; } }
    .o-lead-item__bnr::before {
      content: "";
      display: block;
      background-color: #fff;
      position: absolute;
      bottom: 0;
      left: 0;
      height: 226px;
      width: 100%; }
      @media (max-width: 750px) {
        .o-lead-item__bnr::before {
          height: 125px; } }
    .o-lead-item__bnr a {
      display: block;
      width: 100%;
      height: 200px;
      background-image: url(https://www.somes-jp.pro/app/wp-content/themes/somes-saddle/assets/images/ec/img_bnr02.jpg);
      text-align: right;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      color: #fff;
      padding: 24px 20px 0; }
      @media (min-width: 751px) {
        .o-lead-item__bnr a {
          transition: .4s ease; }
          .o-lead-item__bnr a:hover {
            opacity: 0.7; } }
      @media (max-width: 750px) {
        .o-lead-item__bnr a {
          height: 130px;
          padding: 12px 16px 0; } }
      .o-lead-item__bnr a::before {
        content: "";
        display: block;
        width: calc(100% - 8px);
        height: calc(100% - 8px);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border: 1px solid #fff;
        pointer-events: none;
        margin: auto; }
      .o-lead-item__bnr a::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 10px 10px;
        border-color: transparent transparent #fff transparent;
        position: absolute;
        right: 5px;
        bottom: 5px;
        pointer-events: none; }
      @media (max-width: 750px) {
        .o-lead-item__bnr a > span {
          display: block;
          position: absolute;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.2);
          top: 0;
          left: 0; } }
    .o-lead-item__bnr__desc {
      font-size: 1.8rem;
      line-height: 1.7;
      letter-spacing: .1em;
      margin-right: -0.5em;
      text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.6); }
      @media (max-width: 750px) {
        .o-lead-item__bnr__desc {
          font-size: 1.4rem;
          text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.9);
          position: relative; } }
    .o-lead-item__bnr__ttl {
      margin-top: 26px;
      font-size: 5.4rem;
      letter-spacing: .08em;
      font-family: "Crimson Text", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
      line-height: 1;
      text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.6); }
      @media (max-width: 750px) {
        .o-lead-item__bnr__ttl {
          margin-top: 14px;
          text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.9);
          font-size: 3.2rem;
          position: relative; } }
      .o-lead-item__bnr__ttl span {
        display: block;
        font-size: 1.2rem;
        letter-spacing: .1em;
        font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }
  .o-lead-item__club {
    margin-top: 65px;
    padding: 65px 0 80px;
    color: #e2be84;
    background: linear-gradient(120deg, #0a2614 0%, #316730 100%); }
    .o-lead-item__club .l-inner {
      position: relative;
      padding-bottom: 50px; }
      .o-lead-item__club .l-inner::before {
        content: "";
        display: block;
        width: 100%;
        height: 10px;
        left: 0;
        bottom: 0;
        position: absolute;
        border-top: 1px solid #e2be84;
        border-bottom: 1px solid #e2be84; }
    @media (max-width: 750px) {
      .o-lead-item__club {
        margin-top: 47px;
        padding: 47px 0; }
        .o-lead-item__club .l-inner {
          padding-bottom: 35px; } }
    .o-lead-item__club__ttl {
      position: relative;
      font-size: 5.4rem;
      letter-spacing: .08em;
      font-family: "Crimson Text", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
      line-height: 1;
      text-align: center; }
      .o-lead-item__club__ttl span {
        display: block;
        margin-top: 5px;
        font-size: 1.8rem;
        letter-spacing: .1em;
        font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }
      .o-lead-item__club__ttl::before, .o-lead-item__club__ttl::after {
        content: "";
        display: block;
        width: calc(50% - 200px);
        height: 10px;
        top: calc(50% - 5px);
        position: absolute;
        border-top: 1px solid #e2be84;
        border-bottom: 1px solid #e2be84; }
      .o-lead-item__club__ttl::before {
        left: 0; }
      .o-lead-item__club__ttl::after {
        right: 0; }
      @media (max-width: 750px) {
        .o-lead-item__club__ttl {
          font-size: 3.9rem;
          position: relative; }
          .o-lead-item__club__ttl span {
            font-size: 1.3rem; }
          .o-lead-item__club__ttl::before, .o-lead-item__club__ttl::after {
            width: calc(50% - 140px); } }
    .o-lead-item__club__list {
      margin: 30px 0; }
      @media (min-width: 751px) {
        .o-lead-item__club__list {
          display: flex;
          justify-content: center;
          margin: 50px 0 40px; }
          .o-lead-item__club__list li {
            width: 49%;
            max-width: 430px;
            margin: 0 1%; } }
      @media (max-width: 750px) {
        .o-lead-item__club__list li {
          margin-top: 15px; } }
      .o-lead-item__club__list a {
        position: relative;
        display: block;
        padding: 30px 7%;
        background-color: #13311d;
        font-family: "Josefin Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
        font-size: 2.8rem;
        letter-spacing: .18em;
        line-height: 1;
        font-weight: 300;
        color: #e2be84;
        transition: opacity 0.4s ease;
        border: 1px solid #e2be84; }
        .o-lead-item__club__list a span {
          display: block;
          font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
          font-size: 1.2rem;
          letter-spacing: .1em;
          margin-top: 5px;
          color: #fff; }
        .o-lead-item__club__list a .iconSvg {
          position: absolute;
          top: 50%;
          right: 5%;
          width: 24px;
          transform: translateY(-50%);
          fill: #fff; }
        .o-lead-item__club__list a:hover {
          opacity: 0.6; }
        @media (min-width: 751px) {
          .o-lead-item__club__list a {
            padding: 40px 35px; } }
    .o-lead-item__club .c-link-btn a {
      color: #fff;
      margin: 0 auto;
      text-decoration: underline; }
      @media (min-width: 751px) {
        .o-lead-item__club .c-link-btn a {
          font-size: 1.5rem; } }
      .o-lead-item__club .c-link-btn a:hover {
        color: #fff;
        opacity: 0.7; }
  .o-lead-item__custom {
    padding: 100px 0;
    z-index: 1;
    background-color: #fff; }
    @media (max-width: 750px) {
      .o-lead-item__custom {
        padding: 47px 0 0; } }
    .o-lead-item__custom__bg {
      display: block;
      width: 100%;
      padding: 48px 0 34px;
      background-image: url(https://www.somes-jp.pro/app/wp-content/themes/somes-saddle/assets/images/ec/img_bnr03.jpg);
      text-align: right;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      z-index: 1; }
      @media (max-width: 750px) {
        .o-lead-item__custom__bg {
          padding: 38px 15px 16px;
          background-image: url(https://www.somes-jp.pro/app/wp-content/themes/somes-saddle/assets/images/ec/img_bnr03-sp.jpg); } }
      @media (min-width: 751px) {
        .o-lead-item__custom__bg.-flex {
          display: flex;
          flex-direction: row-reverse;
          align-items: center; }
          .o-lead-item__custom__bg.-flex .o-lead-item__custom__link {
            margin-top: 0; } }
      .o-lead-item__custom__bg::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: calc(100% - 8px);
        height: calc(100% - 8px);
        border: 1px solid #fff;
        pointer-events: none;
        margin: auto; }
        @media (max-width: 750px) {
          .o-lead-item__custom__bg::before {
            width: calc(100% - 14px);
            height: calc(100% - 14px); } }
      @media (max-width: 750px) {
        .o-lead-item__custom__bg::after {
          content: "";
          display: block;
          position: absolute;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.3);
          top: 0;
          left: 0;
          z-index: -1; } }
    .o-lead-item__custom__head {
      padding: 0 42px;
      color: #fff; }
      @media (max-width: 750px) {
        .o-lead-item__custom__head {
          text-align: center;
          position: relative;
          padding: 0; } }
    .o-lead-item__custom__desc {
      font-size: 1.8rem;
      line-height: 1.7;
      letter-spacing: .1em;
      margin-right: -0.5em;
      text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.6); }
      @media (max-width: 750px) {
        .o-lead-item__custom__desc {
          font-size: 1.4rem;
          text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.9); } }
    .o-lead-item__custom__ttl {
      font-size: 5.4rem;
      letter-spacing: .08em;
      font-family: "Crimson Text", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
      line-height: 1;
      text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.6); }
      @media (max-width: 750px) {
        .o-lead-item__custom__ttl {
          margin-top: 14px;
          text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.9);
          font-size: 5.4rem; } }
      .o-lead-item__custom__ttl span {
        display: block;
        font-size: 1.4rem;
        letter-spacing: .1em;
        font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }
    .o-lead-item__custom__link {
      margin-top: 26px;
      display: flex;
      justify-content: center; }
      @media (max-width: 750px) {
        .o-lead-item__custom__link {
          display: block; } }
      .o-lead-item__custom__link .c-item {
        flex: 0 0 auto; }
        @media (min-width: 751px) {
          .o-lead-item__custom__link .c-item.-middle {
            width: 440px;
            height: 140px; } }
        @media (max-width: 750px) {
          .o-lead-item__custom__link .c-item.-middle {
            width: 100%;
            height: 100px; } }
        .o-lead-item__custom__link .c-item:last-child {
          margin-left: 16px; }
          @media (max-width: 750px) {
            .o-lead-item__custom__link .c-item:last-child {
              margin: 5px 0 0; } }
  .o-lead-item__furusato {
    padding: 100px 0;
    z-index: 1;
    background-color: #fff; }
    @media (max-width: 750px) {
      .o-lead-item__furusato {
        padding: 47px 0 0; } }
    .o-lead-item__furusato__bg {
      display: block;
      width: 100%;
      padding: 40px 20px 40px;
      background-image: url(https://www.somes-jp.pro/app/wp-content/themes/somes-saddle/assets/images/ec/img_furusato.jpg);
      text-align: right;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      z-index: 1; }
      @media (max-width: 750px) {
        .o-lead-item__furusato__bg {
          padding: 16px 15px 16px;
          background-image: url(https://www.somes-jp.pro/app/wp-content/themes/somes-saddle/assets/images/ec/img_furusato-sp.jpg); } }
      @media (min-width: 751px) {
        .o-lead-item__furusato__bg.-flex {
          display: flex;
          justify-content: space-around;
          flex-direction: row-reverse;
          align-items: center; }
          .o-lead-item__furusato__bg.-flex .o-lead-item__custom__link {
            margin-top: 0; } }
      .o-lead-item__furusato__bg::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: calc(100% - 8px);
        height: calc(100% - 8px);
        border: 1px solid #fff;
        pointer-events: none;
        margin: auto; }
        @media (max-width: 750px) {
          .o-lead-item__furusato__bg::before {
            width: calc(100% - 14px);
            height: calc(100% - 14px); } }
    .o-lead-item__furusato__head {
      width: 50%;
      color: #fff;
      text-align: center; }
      @media (max-width: 750px) {
        .o-lead-item__furusato__head {
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column;
          height: 225px;
          max-height: 350px;
          width: 100%; } }
    .o-lead-item__furusato__desc {
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      font-size: 2.1rem;
      line-height: 1;
      letter-spacing: .8em;
      text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.6); }
      @media (max-width: 750px) {
        .o-lead-item__furusato__desc {
          font-size: 2.0rem;
          text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.9); } }
    .o-lead-item__furusato__ttl {
      margin-top: 15px;
      font-size: 6.0rem;
      letter-spacing: .08em;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      line-height: 1;
      text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.6); }
      @media (max-width: 750px) {
        .o-lead-item__furusato__ttl {
          margin-top: 18px;
          text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.9);
          font-size: min(11vw, 5.4rem); } }
      .o-lead-item__furusato__ttl span {
        margin-top: 18px;
        display: block;
        font-size: 1.6rem;
        letter-spacing: .2em;
        font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }
        @media (max-width: 750px) {
          .o-lead-item__furusato__ttl span {
            margin-top: 20px; } }
    .o-lead-item__furusato__link {
      width: 40%; }
      @media (max-width: 750px) {
        .o-lead-item__furusato__link {
          display: block;
          width: 100%; } }
      .o-lead-item__furusato__link .c-item {
        flex: 0 0 auto; }
        @media (min-width: 751px) {
          .o-lead-item__furusato__link .c-item.-middle {
            height: 140px; } }
        @media (max-width: 750px) {
          .o-lead-item__furusato__link .c-item.-middle {
            height: 100px; }
            .o-lead-item__furusato__link .c-item.-middle .c-item__textarea {
              width: 100%;
              justify-content: center;
              text-align: center; } }
  .o-lead-item__list2 {
    margin-bottom: 80px; }
    @media (min-width: 751px) {
      .o-lead-item__list2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 120px; } }
    .o-lead-item__list2__box {
      position: relative;
      margin-top: 24px;
      background-color: #fff; }
      @media (min-width: 751px) {
        .o-lead-item__list2__box {
          margin-top: 32px; }
          .o-lead-item__list2__box.-wide {
            width: 100%;
            padding: 10px 0 20px 210px; }
            .o-lead-item__list2__box.-wide .o-lead-item__list2__ph {
              position: absolute;
              width: 190px;
              top: 15px;
              left: 10px; }
            .o-lead-item__list2__box.-wide .c-item a {
              display: inline-flex;
              min-width: 180px;
              width: -webkit-max-content;
              width: -moz-max-content;
              width: max-content;
              padding-right: 20px; }
            .o-lead-item__list2__box.-wide .c-item__ph {
              width: 190px;
              display: none; }
          .o-lead-item__list2__box.-col2 {
            width: 47%; }
            .o-lead-item__list2__box.-col2 .c-item__ph {
              width: 190px;
              aspect-ratio: 388/228;
              -o-object-fit: contain;
                 object-fit: contain; }
            .o-lead-item__list2__box.-col2 .c-item__name {
              padding-left: 20px; }
            .o-lead-item__list2__box.-col2 .o-lead-item__list2__child {
              -moz-columns: 1;
                   columns: 1; }
          .o-lead-item__list2__box.-inlist {
            padding: 10px 0 20px 210px; }
            .o-lead-item__list2__box.-inlist .o-lead-item__list2__ph {
              position: absolute;
              width: 190px;
              height: 90%;
              left: 10px;
              -o-object-fit: contain;
                 object-fit: contain; }
            .o-lead-item__list2__box.-inlist .c-item a {
              display: inline-flex;
              min-width: 180px;
              width: -webkit-max-content;
              width: -moz-max-content;
              width: max-content;
              padding-right: 20px; }
            .o-lead-item__list2__box.-inlist .c-item__ph {
              width: 190px;
              display: none; }
          .o-lead-item__list2__box.-col3 {
            width: 30%; }
            .o-lead-item__list2__box.-col3 .c-item__ph {
              width: 130px; }
            .o-lead-item__list2__box.-col3 .c-item__name {
              padding-left: 20px; } }
      .o-lead-item__list2__box .c-item a {
        display: flex;
        align-items: center;
        position: relative; }
      .o-lead-item__list2__box .c-item .iconSvg {
        position: absolute;
        top: 50%;
        right: 3%;
        transform: translateY(-50%); }
      @media (max-width: 750px) {
        .o-lead-item__list2__box .c-item__ph {
          width: 70px;
          margin: 0 0 0 10px; } }
      .o-lead-item__list2__box .c-item__name {
        padding: 20px; }
    .o-lead-item__list2__child {
      -moz-columns: 2;
           columns: 2;
      padding: 0 20px 10px; }
      @media (min-width: 751px) {
        .o-lead-item__list2__child {
          -moz-columns: 3;
               columns: 3;
          padding: 0 20px;
          max-width: 90%; } }
      .o-lead-item__list2__child li {
        position: relative;
        padding: 0 0 5px 1.2em;
        line-height: 1.2; }
        .o-lead-item__list2__child li::before {
          content: '・';
          position: absolute;
          top: 3px;
          left: 0; }
      .o-lead-item__list2__child a {
        display: inline-block;
        padding: 3px 0;
        font-size: 1.3rem;
        transition: opacity 0.4s ease; }
        .o-lead-item__list2__child a:hover {
          opacity: 0.5; }

.o-lead-item__leather {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  max-width: 790px;
  margin: 40px auto 120px; }
  @media (max-width: 750px) {
    .o-lead-item__leather {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px 30px;
      width: 90%;
      margin-bottom: 80px; } }
  .o-lead-item__leather .c-item {
    text-align: center; }
  .o-lead-item__leather .c-item__name {
    white-space: nowrap; }
  .o-lead-item__leather .c-item__ph {
    aspect-ratio: 1/1;
    border-radius: 50%;
    margin-top: 10px; }
  .o-lead-item__leather .iconSvg {
    margin-left: auto; }

.o-lead-item__label {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin: 40px auto 0; }
  @media (max-width: 750px) {
    .o-lead-item__label {
      grid-template-columns: 100%;
      gap: 40px;
      width: 90%; } }

.o-lead-item__label__box,
.o-lead-item__label__box .c-item {
  display: contents; }

.o-lead-item__label__box a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  grid-auto-rows: auto;
  gap: 0; }
  .o-lead-item__label__box a .c-txt {
    font-size: 1.2rem;
    line-height: 2; }
  .o-lead-item__label__box a .iconSvg {
    margin-left: auto; }

.o-lead-item__label__logo {
  display: grid;
  place-content: center;
  padding: 20px 0; }
  @media (max-width: 750px) {
    .o-lead-item__label__logo {
      padding: 15px 0; } }

/* ========
lead-login
======== */
.o-lead-login {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #e6e9e5;
  padding: 8px;
  margin: 12px 0 64px; }
  @media (max-width: 750px) {
    .o-lead-login {
      margin: 0 0 32px;
      display: block;
      padding: 20px 8px 8px; } }
  .o-lead-login__ttl {
    flex: 0 1 auto;
    width: 100%;
    text-align: center;
    position: relative;
    font-size: 3.8rem;
    letter-spacing: .08em;
    font-family: "Crimson Text", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    line-height: 1;
    padding-right: 20px; }
    @media (max-width: 750px) {
      .o-lead-login__ttl {
        font-size: 2.6rem;
        padding-right: 0; } }
    .o-lead-login__ttl::before, .o-lead-login__ttl::after {
      content: "";
      display: block;
      height: 1px;
      position: absolute;
      top: 50%; }
      @media (max-width: 750px) {
        .o-lead-login__ttl::before, .o-lead-login__ttl::after {
          display: none; } }
    .o-lead-login__ttl::before {
      right: 0;
      width: 40px;
      background-color: #13311d; }
    .o-lead-login__ttl::after {
      left: 100%;
      width: 20px;
      background-color: #fff;
      z-index: 1; }
  @media (min-width: 751px) {
    .o-lead-login .c-btn {
      flex: 0 0 auto;
      width: 460px;
      height: 60px; } }
  @media (max-width: 750px) {
    .o-lead-login .c-btn {
      margin-top: 20px;
      width: 100%; } }

/* ========
lead-member
======== */
.o-lead-member {
  padding: 30px;
  display: flex;
  justify-content: space-between;
  background-color: #e6e9e5;
  margin: 64px 0 0; }
  @media (max-width: 750px) {
    .o-lead-member {
      display: block;
      padding: 16px; } }
  .o-lead-member__box {
    flex: 0 0 auto;
    width: 460px;
    background-color: #fff;
    position: relative;
    padding: 70px 32px 32px; }
    @media (max-width: 750px) {
      .o-lead-member__box {
        width: 100%;
        padding: 56px 20px 20px; }
        .o-lead-member__box:nth-child(n+2) {
          margin-top: 64px; } }
  .o-lead-member__icon {
    width: 120px;
    height: 120px;
    background-color: #13311d;
    border-radius: 50%;
    position: absolute;
    top: -74px;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, 0); }
    @media (max-width: 750px) {
      .o-lead-member__icon {
        width: 80px;
        height: 80px;
        top: -44px; } }
    .o-lead-member__icon svg {
      fill: #fff; }
    .o-lead-member__icon[data-icon="shop2"] svg {
      width: 60px;
      transform: scale(1, 0.88); }
      @media (max-width: 750px) {
        .o-lead-member__icon[data-icon="shop2"] svg {
          width: 30px; } }
    .o-lead-member__icon[data-icon="computer"] svg {
      width: 64px; }
      @media (max-width: 750px) {
        .o-lead-member__icon[data-icon="computer"] svg {
          width: 32px; } }
  .o-lead-member__ttl {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: .1em;
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 24px; }
    @media (max-width: 750px) {
      .o-lead-member__ttl {
        font-size: 2rem;
        line-height: 1.8; } }
  .o-lead-member__note {
    color: #0c652a;
    border: 1px solid currentColor;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 1.66;
    text-align: center;
    padding: .5em;
    margin: 16px 0 32px; }
    @media (max-width: 750px) {
      .o-lead-member__note {
        padding: .5em .75em;
        text-align: justify; } }
  .o-lead-member .c-txt {
    line-height: 2; }
  .o-lead-member__step > li:nth-child(n+2) {
    margin-top: 24px; }
  .o-lead-member__step__ttl {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .1em; }
    .o-lead-member__step__ttl span {
      color: #0c652a; }
  .o-lead-member__step__note {
    font-size: 1.2rem;
    letter-spacing: .1em;
    line-height: 1.8;
    text-indent: -1em;
    margin-left: 1em;
    margin-top: .5em; }
    .o-lead-member__step__note a {
      color: #0c652a;
      text-decoration: underline; }
  .o-lead-member__step__img {
    margin: 1em 0; }
  .o-lead-member__step__col {
    display: flex; }
    .o-lead-member__step__col .o-lead-member__step__img {
      width: 107px;
      flex: 0 0 auto;
      margin: -56px 0 0 12px; }
      @media (max-width: 750px) {
        .o-lead-member__step__col .o-lead-member__step__img {
          width: 72px;
          margin: -8px 0 0 12px; } }

/* ========
lead-news
======== */
.o-lead-news {
  padding: 70px 88px;
  background-color: #fff; }
  @media (max-width: 750px) {
    .o-lead-news {
      padding: 70px 12px 60px; } }
  .o-lead-news .c-list-news {
    margin-top: 30px; }
  @media (max-width: 750px) {
    .o-lead-news .c-link-btn {
      margin-top: 20px; } }
  .o-lead-news.-gap {
    padding: 70px 120px; }
    @media (max-width: 750px) {
      .o-lead-news.-gap {
        padding: 70px 20px 60px; } }

/* ========
lead-blog
======== */
.o-lead-product {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 750px) {
    .o-lead-product {
      padding-top: 80px;
      padding-bottom: 20px; } }
  .o-lead-product__label {
    font-family: "Josefin Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 2.8rem;
    position: relative;
    display: inline-block;
    width: 210px;
    text-align: center;
    z-index: 1;
    letter-spacing: .18em;
    font-weight: 300; }
    @media (max-width: 750px) {
      .o-lead-product__label {
        width: 160px;
        line-height: 1.3;
        margin-top: 60px; } }
    .o-lead-product__label::before, .o-lead-product__label::after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      transform: translate(0, -50%); }
    .o-lead-product__label::before {
      width: 100vw;
      height: 1px;
      background-color: #040404;
      right: calc(100% - 16px); }
    .o-lead-product__label::after {
      width: 100%;
      height: 188px;
      background-color: #eaece9;
      left: 0;
      z-index: -2; }
      @media (max-width: 750px) {
        .o-lead-product__label::after {
          height: 140px; } }
  .o-lead-product .c-slider-product {
    position: relative;
    z-index: 1; }
    @media (max-width: 750px) {
      .o-lead-product .c-slider-product {
        margin-top: -40px; } }
  .o-lead-product__item {
    margin-top: 72px;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 750px) {
      .o-lead-product__item {
        justify-content: center;
        margin-top: 40px; } }
    @media (min-width: 751px) {
      .o-lead-product__item .c-item-cat {
        width: 296px;
        height: 80px;
        margin-left: 56px; }
        .o-lead-product__item .c-item-cat:nth-child(3n + 1) {
          margin-left: 0 !important; }
        .o-lead-product__item .c-item-cat:nth-child(n + 4) {
          margin-top: 30px; }
        .o-lead-product__item .c-item-cat.-small {
          width: 23.5%; }
        .o-lead-product__item .c-item-cat.-small:not(:nth-child(3n+1)) {
          margin-left: 2%; } }
    @media (max-width: 750px) {
      .o-lead-product__item .c-item-cat {
        width: calc(50% - 3px);
        height: 140px;
        margin-left: 6px;
        overflow: hidden; }
        .o-lead-product__item .c-item-cat:nth-child(2n + 1) {
          margin-left: 0; }
        .o-lead-product__item .c-item-cat:nth-child(n + 3) {
          margin-top: 6px; }
        .o-lead-product__item .c-item-cat.-w-full {
          width: 100%;
          margin-left: 0; } }

/* ========
lead-register
======== */
.o-lead-register {
  padding: 80px 0 50px; }
  @media (max-width: 750px) {
    .o-lead-register {
      padding: 60px 0 40px; } }
  .o-lead-register__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 140px;
    background-image: url(https://www.somes-jp.pro/app/wp-content/themes/somes-saddle/assets/images/ec/img_bnr.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
    .o-lead-register__item::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.3); }
    @media (min-width: 751px) {
      .o-lead-register__item {
        transition: .4s ease; }
        .o-lead-register__item:hover {
          opacity: 0.7; } }
    @media (max-width: 750px) {
      .o-lead-register__item {
        height: 100px; } }
  .o-lead-register__ttl {
    position: relative;
    font-family: "Crimson Text", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 5.4rem;
    letter-spacing: .08em;
    line-height: 1;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media (max-width: 750px) {
      .o-lead-register__ttl {
        font-size: 3.8rem; } }
    .o-lead-register__ttl span {
      font-size: 1.4rem;
      letter-spacing: .1em;
      margin: 8px 0 0; }
      @media (max-width: 750px) {
        .o-lead-register__ttl span {
          font-size: 1.2rem;
          margin: 6px 0 0; } }
  .o-lead-register .iconSvg {
    width: 42px;
    height: 32px;
    position: absolute;
    top: 50%;
    right: 32px;
    transform: translate(0, -50%); }
    @media (max-width: 750px) {
      .o-lead-register .iconSvg {
        width: 32px;
        height: 22px;
        top: inherit;
        right: 10px;
        bottom: 10px;
        transform: translate(0, 0); } }
    .o-lead-register .iconSvg svg {
      position: relative;
      fill: #fff; }

/* ========
lead-repair
======== */
.o-lead-repair {
  background-image: url(../images/top/bg_repair.jpg);
  text-align: center;
  padding-top: 104px; }
  .o-lead-repair::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: calc(100% - 95px);
    background-color: rgba(0, 0, 0, 0.5); }
  @media (max-width: 750px) {
    .o-lead-repair {
      padding-top: 0;
      align-items: flex-start; }
      .o-lead-repair::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: calc(100% - 78px);
        background-color: rgba(0, 0, 0, 0.5); } }
  .o-lead-repair .c-textarea {
    position: relative;
    z-index: 1; }
    @media (max-width: 750px) {
      .o-lead-repair .c-textarea {
        flex: 0 0 auto;
        height: calc(100% - 78px); } }
  .o-lead-repair .c-btnwrap {
    width: 100%;
    height: 95px;
    position: absolute;
    bottom: 0;
    left: 0; }
    @media (max-width: 750px) {
      .o-lead-repair .c-btnwrap {
        flex: 0 0 auto;
        height: 78px; } }
  .o-lead-repair .c-btn-unique {
    flex: 0 0 auto;
    width: 50%;
    height: 100%; }
  @media (max-width: 750px) {
    .o-lead-repair .c-btn {
      position: absolute;
      right: 16px;
      bottom: 16px; } }

/* ========
lead-shop
======== */
.o-lead-shop {
  background-image: url(../images/top/bg_shop.jpg);
  text-align: center;
  padding-top: 104px; }
  @media (max-width: 750px) {
    .o-lead-shop {
      padding-top: 0; } }
  .o-lead-shop .c-textarea {
    position: relative;
    z-index: 1; }
  .o-lead-shop::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }
  @media (max-width: 750px) {
    .o-lead-shop .c-btn {
      position: absolute;
      right: 16px;
      bottom: 16px; } }

/* ========
lead-top
======== */
.o-lead-top {
  padding-top: 100px;
  background-image: url(../images/top/bg_grid.png);
  background-repeat: no-repeat;
  position: relative; }
  @media (max-width: 750px) {
    .o-lead-top {
      padding-top: 60px; } }
  .o-lead-top::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% + 320px);
    min-width: 680px;
    max-width: 1600px;
    height: 360px;
    background-color: #eaece9;
    z-index: 0; }
    @media (max-width: 750px) {
      .o-lead-top::after {
        left: 85px;
        height: 180px; } }
  .o-lead-top .o-lead-top__ph {
    position: relative;
    z-index: 2;
    display: block;
    overflow: hidden;
    margin-left: auto; }
    @media (max-width: 750px) {
      .o-lead-top .o-lead-top__ph {
        width: 100%;
        transform: translate(-15px, 0); } }
    .o-lead-top .o-lead-top__ph:before {
      content: '';
      display: block;
      padding: 420px 0 0; }
      @media (max-width: 750px) {
        .o-lead-top .o-lead-top__ph:before {
          padding: 61vw 0 0; } }
    .o-lead-top .o-lead-top__ph figure {
      position: absolute;
      width: 1000px;
      top: 0;
      right: 0;
      bottom: 0; }
      @media (max-width: 750px) {
        .o-lead-top .o-lead-top__ph figure {
          width: calc(100vw - 15px); } }
  .o-lead-top__textarea {
    position: relative;
    z-index: 2;
    padding: 0 10px; }
  .o-lead-top__head {
    position: absolute;
    top: -44px;
    padding-left: 120px; }
    @media (max-width: 750px) {
      .o-lead-top__head {
        display: inline-block;
        position: relative;
        top: 0;
        padding-left: 50px;
        margin: 0 auto;
        margin-top: -30px;
        text-align: center; } }
  .o-lead-top__ttl {
    font-size: 7.2rem;
    font-family: "Crimson Text", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    letter-spacing: .08em;
    line-height: 1; }
    @media (max-width: 750px) {
      .o-lead-top__ttl {
        text-align: left;
        font-size: 5.4rem; } }
  .o-lead-top__data {
    font-family: "Crimson Text", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 2.4rem;
    letter-spacing: .1em;
    line-height: 1.3;
    margin-top: 16px; }
    @media (max-width: 750px) {
      .o-lead-top__data {
        text-align: left;
        font-size: 1.8rem; } }
  .o-lead-top__desc {
    display: flex;
    justify-content: flex-end;
    margin-right: -.5em;
    padding-top: 110px;
    font-size: 1.4rem;
    letter-spacing: .12em;
    line-height: 2.4; }
    @media (max-width: 750px) {
      .o-lead-top__desc {
        padding-top: 24px; } }
  .o-lead-top .c-slider-simple {
    padding-top: 100px; }
    @media (max-width: 750px) {
      .o-lead-top .c-slider-simple {
        padding-top: 0;
        margin-top: 60px;
        margin-left: auto;
        margin-right: auto;
        width: 320px; } }

/* ========
mainvisual
======== */
.o-mainvisual {
  height: 100vh;
  width: 100%;
  position: relative;
  background-color: #fff; }
  @media (max-width: 750px) {
    .o-mainvisual {
      display: block; } }
  .o-mainvisual__slider {
    display: flex;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 0;
    background-color: #787878; }
    .o-mainvisual__slider::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.2); }
    .o-mainvisual__slider:before {
      pointer-events: none; }
    @media (max-width: 750px) {
      .o-mainvisual__slider {
        display: block;
        padding: 70px 0 0; } }
  .o-mainvisual__item {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: -1;
    overflow: hidden; }
    .o-mainvisual__item figure {
      height: 100%; }
    .o-mainvisual__item img {
      width: 100%;
      height: 100vh;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 70%;
         object-position: 50% 70%; }
  .o-mainvisual__content {
    position: absolute;
    z-index: 1;
    color: #fff;
    top: calc(20% + 88px);
    left: 11.26%; }
    @media (max-width: 750px) {
      .o-mainvisual__content {
        top: calc(10.8% + 70px);
        left: 8.65%; } }
  .o-mainvisual__lead {
    font-size: 1.4rem;
    letter-spacing: .14em;
    line-height: 2.4;
    white-space: nowrap;
    text-shadow: 0 0 10px #0009; }
  .o-mainvisual__scroll {
    position: absolute;
    bottom: 40px;
    z-index: 1;
    color: #fff;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-family: "Josefin Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: .18em; }
    @media (max-width: 750px) {
      .o-mainvisual__scroll {
        bottom: 26px; } }

/* ========
about-point
======== */
.o-about-point {
  padding: 80px 0 64px; }
  @media (max-width: 750px) {
    .o-about-point {
      padding: 64px 0 48px; } }
  .o-about-point .singleSlide {
    margin-top: 1em; }
    .o-about-point .singleSlide figcaption {
      font-size: 1.35rem; }
    .o-about-point .singleSlide a {
      text-decoration: underline;
      font-weight: bold; }
  .o-about-point__ttl {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: .1em;
    display: flex;
    align-items: center;
    margin: 40px 0 24px; }
    @media (max-width: 750px) {
      .o-about-point__ttl {
        font-size: 2rem; } }
    .o-about-point__ttl span {
      margin: 0 .66em;
      flex: 0 0 auto; }
    .o-about-point__ttl:before, .o-about-point__ttl:after {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background-color: currentColor;
      flex: 1 1 auto; }

/* ========
entry-btn
======== */
.o-entry-btn {
  margin-top: 20px; }
  .o-entry-btn .c-btn {
    width: 100%;
    max-width: 384px;
    margin: 0 auto; }

/* ========
flow-members
======== */
.o-flow-members {
  padding: 80px 0 0; }
  @media (max-width: 750px) {
    .o-flow-members {
      padding: 64px 0 0; } }
  .o-flow-members__content {
    position: relative;
    z-index: 0;
    margin: 40px 0 0;
    padding: 56px 90px 0; }
    @media (max-width: 750px) {
      .o-flow-members__content {
        padding: 32px 15px 0; } }
    .o-flow-members__content:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      bottom: 24px;
      width: 100vw;
      transform: translate(-50%, 0);
      background-color: #fff;
      z-index: -1;
      pointer-events: none; }
  .o-flow-members__ttl {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 2;
    display: flex;
    align-items: baseline; }
  .o-flow-members__num {
    font-family: "Crimson Text", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-style: italic;
    color: #0c652a;
    font-size: 4.8rem;
    line-height: 1;
    letter-spacing: .08em;
    font-weight: 500;
    margin: 0 12px 0 0;
    transform: translate(0, 0.05em); }
    .o-flow-members__num small {
      font-size: 2rem;
      letter-spacing: .08em; }
  .o-flow-members__step {
    margin: 0 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media (max-width: 750px) {
      .o-flow-members__step {
        display: block; } }
  .o-flow-members__img {
    width: 320px;
    margin: 20px 0 0 20px;
    flex: 0 0 auto;
    border: 1px solid #e7e7e7; }
    @media (max-width: 750px) {
      .o-flow-members__img {
        width: 100%;
        margin: 16px 0 0; } }
    .o-flow-members__img img {
      margin: 0 auto; }
  .o-flow-members__desc {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 2;
    margin: .5em 0 0; }
    .o-flow-members__desc a {
      color: #0c652a;
      text-decoration: underline; }
  .o-flow-members__copy {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-align: center;
    margin: 56px 0 8px; }
    @media (max-width: 750px) {
      .o-flow-members__copy {
        margin: 40px 0 8px; } }
    .o-flow-members__copy + .c-btn {
      width: 100%;
      max-width: 384px;
      margin: 0 auto; }

/* ========
nav-members
======== */
.o-nav-members {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px; }
  @media (max-width: 750px) {
    .o-nav-members {
      grid-template-columns: repeat(1, 1fr);
      gap: 15px; } }
  .o-nav-members a {
    border-top: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    padding: 12px 0 20px;
    display: block;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: .1em;
    position: relative; }
    @media (max-width: 750px) {
      .o-nav-members a {
        font-size: 1.4rem; } }
    .o-nav-members a:after {
      content: '';
      display: block;
      width: 8px;
      height: 8px;
      border-top: 1px solid currentColor;
      border-right: 1px solid currentColor;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 12px;
      margin: auto;
      transform: scale(1, 0.6) rotate(135deg); }

/* ========
use-point
======== */
.o-use-point__desc {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: .1em;
  font-weight: 500;
  text-align: center; }
  @media (max-width: 750px) {
    .o-use-point__desc {
      text-align: justify; } }

.o-use-point__note {
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: .1em;
  font-weight: 500;
  text-align: center; }
  @media (max-width: 750px) {
    .o-use-point__note {
      text-align: justify; } }

.o-use-point__flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
  margin: 40px 0 0; }
  @media (max-width: 750px) {
    .o-use-point__flow {
      grid-template-columns: repeat(1, 1fr);
      gap: 40px;
      margin: 32px 0 0; } }
  .o-use-point__flow li {
    background-color: #fff;
    padding: 30px;
    position: relative; }
    @media (max-width: 750px) {
      .o-use-point__flow li {
        padding: 20px; } }
    .o-use-point__flow li:nth-child(n+2):before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7px 0 7px 16px;
      border-color: transparent transparent transparent currentColor;
      position: absolute;
      top: 0;
      bottom: 0;
      left: -34px;
      margin: auto; }
      @media (max-width: 750px) {
        .o-use-point__flow li:nth-child(n+2):before {
          border-width: 14px 6px 0 6px;
          border-color: currentColor transparent transparent transparent;
          top: -27px;
          left: 0;
          right: 0;
          bottom: auto; } }
  .o-use-point__flow__num {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    color: #0c652a; }
  .o-use-point__flow__img {
    margin: 12px 0; }
    .o-use-point__flow__img img {
      margin: 0 auto; }
  .o-use-point__flow__desc {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: .08em;
    text-align: justify;
    margin: 16px 0 0; }
    .o-use-point__flow__desc:not(:last-child) {
      margin-bottom: 20px; }
  .o-use-point__flow__note {
    text-align: justify;
    font-size: 1.2rem;
    letter-spacing: .1em;
    line-height: 1.6;
    text-indent: -1em;
    margin-left: 1em;
    margin-top: .5em; }
    .o-use-point__flow__note a {
      color: #0c652a;
      text-decoration: underline; }

.o-use-point__copy {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
  margin: 56px 0 8px; }
  .o-use-point__copy ~ .c-btn {
    width: 100%;
    max-width: 384px;
    margin: 0 auto 20px; }

/* ========
o-message-and-links
======== */
.o-message-and-links {
  text-align: center;
  position: relative;
  z-index: 0; }
  .o-message-and-links__content {
    background: transparent url(../images/about/bg_about.jpg) no-repeat;
    background-position: center top 45%;
    background-size: cover;
    overflow: hidden; }
    @media (max-width: 750px) {
      .o-message-and-links__content {
        background-image: url(../images/about/bg_about-sp.jpg);
        background-position: center center; } }
    .o-message-and-links__content .l-inner {
      position: relative;
      z-index: 0;
      padding: 72px 0 252px; }
      @media (max-width: 750px) {
        .o-message-and-links__content .l-inner {
          padding: 48px 10px 140px; } }
      .o-message-and-links__content .l-inner:before {
        content: '';
        display: block;
        position: absolute;
        width: 392px;
        height: 376px;
        background: transparent url(../images/about/bg_map.png) center center no-repeat;
        background-size: contain;
        top: -24px;
        right: -262px; }
        @media (max-width: 750px) {
          .o-message-and-links__content .l-inner:before {
            width: 190px;
            height: 183px;
            top: auto;
            right: -60px;
            top: -190px;
            opacity: .8;
            z-index: -1; } }
  .o-message-and-links .c-copy-basic {
    text-align: center;
    margin: 0 0 8px; }
    @media (max-width: 750px) {
      .o-message-and-links .c-copy-basic {
        margin-left: .12em; } }
    .o-message-and-links .c-copy-basic + .c-note {
      text-align: center;
      margin: 0 0 32px; }
      @media (max-width: 750px) {
        .o-message-and-links .c-copy-basic + .c-note {
          margin-left: .1em; } }
      .o-message-and-links .c-copy-basic + .c-note + .c-txt {
        text-align: center; }
        @media (max-width: 750px) {
          .o-message-and-links .c-copy-basic + .c-note + .c-txt {
            text-align: justify; } }
  .o-message-and-links__btns {
    position: relative;
    z-index: 0; }
    .o-message-and-links__btns .l-inner {
      display: flex;
      justify-content: space-between;
      padding: 40px 50px;
      background-color: #fff;
      margin: -64px auto 0; }
      @media (max-width: 750px) {
        .o-message-and-links__btns .l-inner {
          margin: 0 auto;
          padding: 20px;
          display: block; }
          .o-message-and-links__btns .l-inner .c-btn {
            margin: 4px auto;
            width: 100%; } }

/* ========
contact-novelty
======== */
.o-contact-novelty .c-form__intro .c-ttl-medium {
  text-align: center;
  letter-spacing: .18em; }

.o-contact-novelty .c-form__intro .c-note-medium {
  text-align: center;
  margin: 1em 0 64px; }
  @media (max-width: 750px) {
    .o-contact-novelty .c-form__intro .c-note-medium {
      margin: 1em 0 48px; } }

/* ========
example-novelty
======== */
.o-example-novelty {
  background-color: #f6f7f5; }
  .o-example-novelty__hero {
    display: block;
    width: 600px;
    margin: 0 auto 88px; }
    @media (max-width: 750px) {
      .o-example-novelty__hero {
        width: 100%;
        margin: 0 auto 72px; } }
  .o-example-novelty > .c-txt {
    text-align: center;
    padding: 64px 0; }
    @media (max-width: 750px) {
      .o-example-novelty > .c-txt {
        padding: 40px 15px;
        text-align: justify; } }
  .o-example-novelty .l-inner {
    background-color: #fff;
    padding: 80px 88px;
    position: relative;
    z-index: 0;
    overflow: hidden; }
    @media (max-width: 750px) {
      .o-example-novelty .l-inner {
        padding: 40px 20px; } }
    .o-example-novelty .l-inner .c-ttl {
      text-align: center; }
    .o-example-novelty .l-inner .c-ttl-medium {
      text-align: center;
      letter-spacing: .18em; }
    .o-example-novelty .l-inner .c-note-medium {
      text-align: center;
      margin: 1em 0 0; }
    .o-example-novelty .l-inner .c-box-caption {
      margin: 48px 0 0; }
      .o-example-novelty .l-inner .c-box-caption:nth-of-type(4) {
        margin-bottom: -80px;
        overflow: hidden; }
        @media (min-width: 751px) {
          .o-example-novelty .l-inner .c-box-caption:nth-of-type(4) {
            height: 252px; } }
      .o-example-novelty .l-inner .c-box-caption:nth-of-type(n+5) {
        display: none; }
  .o-example-novelty__more {
    padding: 88px 0 0; }
    @media (max-width: 750px) {
      .o-example-novelty__more {
        padding: 48px 0 0; } }
    .o-example-novelty__more .c-btn {
      cursor: pointer;
      width: 384px;
      background-color: #13311d;
      margin: 0 auto; }
      @media (min-width: 751px) {
        .o-example-novelty__more .c-btn:hover {
          background-color: #0c652a; } }
      @media (max-width: 750px) {
        .o-example-novelty__more .c-btn {
          width: calc(100% - 30px); } }

.o-example-novelty__block01 {
  max-width: 1000px;
  margin: 0 auto 88px;
  padding: 0 80px; }
  @media (max-width: 750px) {
    .o-example-novelty__block01 {
      max-width: 100%;
      width: calc(100% - 30px);
      margin: 0 auto 72px;
      padding: 0 20px; }
      .o-example-novelty__block01 .u-center {
        text-align: justify; } }

/* ========
flow-novelty
======== */
.o-flow-novelty {
  background-color: #f6f7f5;
  padding: 78px 0 56px; }
  .o-flow-novelty .c-ttl-medium {
    text-align: center;
    letter-spacing: .18em; }
  .o-flow-novelty .c-note-medium {
    text-align: center;
    margin: 1em 0 0; }
  .o-flow-novelty .c-flow-icon {
    margin: 32px 0 0; }

/* ========
pickup
======== */
.o-pickup {
  padding: 72px 0 72px; }
  @media (max-width: 750px) {
    .o-pickup {
      padding: 40px 0 40px; } }
  @media (max-width: 750px) {
    .o-pickup .l-inner {
      margin: 0;
      width: 100%; } }
  .o-pickup__list {
    display: flex;
    justify-content: space-between;
    counter-reset: 0;
    margin: 60px 0 40px;
    counter-reset: pickup; }
    @media (max-width: 750px) {
      .o-pickup__list {
        justify-content: flex-start;
        flex-wrap: wrap;
        margin: 20px 0 0; } }
  .o-pickup .c-product {
    flex: 0 0 auto;
    width: 250px;
    position: relative; }
    @media (max-width: 750px) {
      .o-pickup .c-product {
        width: calc(50% - 20px);
        padding: 40px 0;
        margin: 0 10px; } }
    .o-pickup .c-product a {
      position: relative; }
    .o-pickup .c-product__ico {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 77px;
      padding: 2px 15px;
      font-size: 1.3rem;
      text-align: center;
      color: #fff;
      background-color: #13311d; }
    .o-pickup .c-product__ph {
      height: auto; }
    @media (min-width: 751px) {
      .o-pickup .c-product__name {
        padding: 0 12px; } }
    @media (min-width: 751px) {
      .o-pickup .c-product__price {
        padding-right: 20px; } }

/* ========
ranking
======== */
.o-ranking {
  padding: 0 0 72px; }
  @media (max-width: 750px) {
    .o-ranking {
      padding: 0 0 40px; } }
  @media (max-width: 750px) {
    .o-ranking .l-inner {
      margin: 0;
      width: 100%; } }
  .o-ranking__list {
    display: flex;
    justify-content: space-between;
    counter-reset: 0;
    margin-top: 44px;
    counter-reset: ranking; }
    @media (max-width: 750px) {
      .o-ranking__list {
        justify-content: flex-start;
        flex-wrap: wrap; } }
  .o-ranking .c-product {
    flex: 0 0 auto;
    width: 190px;
    position: relative; }
    @media (max-width: 750px) {
      .o-ranking .c-product {
        width: 220px;
        padding: 40px 0;
        margin: 0 10px; } }
    .o-ranking .c-product::before {
      position: absolute;
      left: 4px;
      top: 0;
      counter-increment: ranking;
      content: counter(ranking);
      font-family: "Crimson Text", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
      font-size: 8rem;
      line-height: 0;
      font-style: italic;
      color: rgba(4, 4, 4, 0.1);
      z-index: 1; }
      @media (max-width: 750px) {
        .o-ranking .c-product::before {
          top: 24px; } }
    @media (max-width: 750px) {
      .o-ranking .c-product__name, .o-ranking .c-product__price {
        opacity: 0;
        transition: .4s ease; } }
    @media (min-width: 751px) {
      .o-ranking .c-product__name {
        padding: 0 12px; } }
    @media (min-width: 751px) {
      .o-ranking .c-product__price {
        padding-right: 20px; } }
    @media (max-width: 750px) {
      .o-ranking .c-product.slick-current .c-product__name, .o-ranking .c-product.slick-current .c-product__price {
        opacity: 1; } }
  .o-ranking .slick-arrow {
    position: absolute;
    top: 50%;
    width: 42px;
    height: 32px; }
    @media (max-width: 750px) {
      .o-ranking .slick-arrow {
        top: inherit;
        bottom: 0;
        z-index: 9; } }
    .o-ranking .slick-arrow.slick-disabled {
      opacity: .25; }
    .o-ranking .slick-arrow.-prev {
      right: calc(100% + 8px);
      transform: translate(0, -50%) scale(-1, 1); }
      @media (max-width: 750px) {
        .o-ranking .slick-arrow.-prev {
          right: inherit;
          left: 15px; } }
    .o-ranking .slick-arrow.-next {
      left: calc(100% + 8px);
      transform: translate(0, -50%); }
      @media (max-width: 750px) {
        .o-ranking .slick-arrow.-next {
          top: inherit;
          bottom: 0; } }
  @media (max-width: 750px) and (max-width: 750px) {
    .o-ranking .slick-arrow.-next {
      left: inherit;
      right: 15px; } }

/* ========
spnav
======== */
.o-spnav {
  display: flex;
  align-items: flex-end;
  flex: 0 1 auto;
  width: 100%;
  justify-content: flex-end; }
  .o-spnav .c-logo {
    width: 125px; }
  .o-spnav a {
    color: #13311d;
    text-align: center;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 5px; }
  .o-spnav .iconSvg {
    flex: 0 0 auto; }
    .o-spnav .iconSvg[data-icon="bag"] {
      width: 31px; }
    .o-spnav .iconSvg[data-icon="shop"] {
      width: 42px; }
    .o-spnav .iconSvg svg {
      fill: #13311d; }

/* ========
tab-content
======== */
.o-tab-content {
  margin: 80px 0; }
  @media (max-width: 750px) {
    .o-tab-content {
      margin: 48px 0; } }
  .o-tab-content__tabs {
    background-color: #e6e9e5;
    position: relative;
    z-index: 0;
    display: flex;
    height: 80px;
    overflow: hidden; }
    @media (max-width: 750px) {
      .o-tab-content__tabs {
        height: 56px; } }
    .o-tab-content__tabs > li {
      position: relative;
      z-index: 0;
      width: 50%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.8rem;
      font-weight: 500;
      letter-spacing: .12em;
      cursor: pointer; }
      @media (min-width: 751px) {
        .o-tab-content__tabs > li:hover:before {
          opacity: .5; } }
      @media (max-width: 750px) {
        .o-tab-content__tabs > li {
          font-size: 1.4rem;
          line-height: 1.4;
          text-align: center; } }
      .o-tab-content__tabs > li:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        background-color: rgba(0, 0, 0, 0.2);
        transition: opacity .2s ease; }
      .o-tab-content__tabs > li:nth-child(1):before {
        left: -20px;
        transform: skew(-20deg); }
      .o-tab-content__tabs > li:nth-child(2):before {
        right: -20px;
        transform: skew(20deg); }
      .o-tab-content__tabs > li.-current {
        pointer-events: none;
        background-color: transparent; }
        .o-tab-content__tabs > li.-current:before {
          content: none; }
  .o-tab-content__contents {
    background-color: #e6e9e5;
    position: relative;
    z-index: 0; }
    .o-tab-content__contents > li {
      padding: 80px 88px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      opacity: 0;
      z-index: -1;
      pointer-events: none; }
      @media (max-width: 750px) {
        .o-tab-content__contents > li {
          padding: 24px 20px; } }
      .o-tab-content__contents > li.-current {
        position: relative;
        z-index: 0;
        opacity: 1;
        pointer-events: auto; }
  .o-tab-content__list {
    display: flex;
    flex-wrap: wrap; }
    .o-tab-content__list .c-box-intro {
      margin: 0 56px 80px 0; }
      @media (min-width: 751px) {
        .o-tab-content__list .c-box-intro:nth-child(2n) {
          margin-right: 0; } }
      @media (max-width: 750px) {
        .o-tab-content__list .c-box-intro {
          width: 100%;
          margin: 0 0 40px; } }
  .o-tab-content__step .c-item-step {
    min-height: 264px; }
    .o-tab-content__step .c-item-step:nth-child(n+2) {
      margin: 40px 0 0; }
    @media (min-width: 751px) {
      .o-tab-content__step .c-item-step__img {
        width: 264px; } }
    .o-tab-content__step .c-item-step__textarea {
      padding: 32px 48px; }
      @media (max-width: 750px) {
        .o-tab-content__step .c-item-step__textarea {
          padding: 20px 20px 56px; } }
    .o-tab-content__step .c-item-step .c-btn {
      position: absolute;
      right: 0;
      bottom: -20px; }
    .o-tab-content__step .c-item-step .c-note-medium {
      margin-top: 1em; }
  .o-tab-content__goods {
    margin: 88px 0 0; }
    .o-tab-content__goods .c-ttl-medium {
      text-align: center; }
      .o-tab-content__goods .c-ttl-medium + .c-note-medium {
        text-align: center;
        margin: 4px 0 48px; }
    .o-tab-content__goods__list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      @media (min-width: 751px) {
        .o-tab-content__goods__list .c-product {
          margin: 0 24px; } }
      @media (max-width: 750px) {
        .o-tab-content__goods__list .c-product:nth-child(n+2) {
          margin: 32px 16px 0; } }

/* ========
unit-product
======== */
.o-unit-product__item {
  display: flex;
  padding: 80px 0 48px;
  position: relative;
  z-index: 0; }
  @media (max-width: 750px) {
    .o-unit-product__item {
      display: block;
      padding: 56px 0; } }
  .o-unit-product__item:before {
    content: '';
    display: block;
    z-index: -1;
    position: absolute;
    width: 100vw;
    min-width: 1000px;
    top: 0;
    bottom: 0;
    background-color: #f6f7f5; }
    @media (max-width: 750px) {
      .o-unit-product__item:before {
        left: -15px;
        right: -15px;
        width: auto;
        min-width: auto; } }
  @media (min-width: 751px) {
    .o-unit-product__item:nth-child(2n-1):before {
      right: calc(100% - 120px); }
    .o-unit-product__item:nth-child(2n-1) .o-unit-product__textarea {
      margin: 0 80px 0 0; }
    .o-unit-product__item:nth-child(2n) {
      flex-direction: row-reverse; }
      .o-unit-product__item:nth-child(2n):before {
        left: calc(100% - 120px); }
      .o-unit-product__item:nth-child(2n) .o-unit-product__textarea {
        margin: 0 0 0 80px; } }
  @media (max-width: 750px) {
    .o-unit-product__item:nth-child(2n-1):before {
      content: none; } }

.o-unit-product__textarea {
  flex: 0 0 440px; }
  .o-unit-product__textarea .c-ttl {
    display: block;
    text-align: left; }
  .o-unit-product__textarea .c-note-medium {
    margin: 8px 0 0; }
  .o-unit-product__textarea .c-txt {
    margin: 16px 0 0;
    line-height: 2; }

.o-unit-product .c-slider-product {
  width: 480px; }
  @media (max-width: 750px) {
    .o-unit-product .c-slider-product {
      width: auto;
      margin: 24px -15px; } }

.o-unit-product .c-link-btn {
  align-items: center;
  margin: 24px 0 0; }
  .o-unit-product .c-link-btn:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #787878; }
  .o-unit-product .c-link-btn a {
    flex: 0 0 auto;
    margin: 0 0 0 8px; }

/*-- section --*/
/* ========
section
======== */
.s-bg-gray {
  background-color: #f6f7f5; }
  .s-bg-gray.-dark {
    background-color: #eaece9; }

.s-leadwrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

.s-lower {
  padding: 60px 0 0; }

.s-bg-shift {
  position: relative;
  z-index: 0;
  overflow: hidden; }
  .s-bg-shift:before {
    content: '';
    position: absolute;
    top: 0;
    right: calc(50% + 208px);
    bottom: 0;
    width: 100vw;
    background-color: #fafafa;
    z-index: -1; }

/*-- utility --*/
/* ========
utility
======== */
.u-mt05 {
  margin-top: .5em; }

.u-mt1 {
  margin-top: 1em; }

.u-mt2 {
  margin-top: 2em; }

.u-mt3 {
  margin-top: 3em; }

.u-mt4 {
  margin-top: 4em; }

.u-mt5 {
  margin-top: 4em; }

.u-mb05 {
  margin-bottom: .5em; }

.u-mb1 {
  margin-bottom: 1em; }

.u-mb2 {
  margin-bottom: 2em; }

.u-mb3 {
  margin-bottom: 3em; }

.u-mb4 {
  margin-bottom: 4em; }

.u-mb5 {
  margin-bottom: 4em; }

.u-pt05 {
  padding-top: .5em; }

.u-pt1 {
  padding-top: 1em; }

.u-pt2 {
  padding-top: 2em; }

.u-pt3 {
  padding-top: 3em; }

.u-pt4 {
  padding-top: 4em; }

.u-pb05 {
  padding-bottom: .5em; }

.u-pb1 {
  padding-bottom: 1em; }

.u-pb2 {
  padding-bottom: 2em; }

.u-pb3 {
  padding-bottom: 3em; }

.u-pb4 {
  padding-bottom: 4em; }

.u-white {
  color: #fff;
  fill: #fff; }
  .u-white * {
    color: #fff;
    fill: #fff; }

.u-red {
  color: #f00; }
  .u-red * {
    color: #f00; }

.u-bold {
  font-weight: bold; }

.u-underline {
  text-decoration: underline; }

.u-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.u-sp {
  display: block; }
  @media (min-width: 751px) {
    .u-sp {
      display: none; } }

.u-pc {
  display: none; }
  @media (min-width: 751px) {
    .u-pc {
      display: block; } }

/*--==========================
  page
============================--*/
#page_help_privacy .c-editor p + p {
  margin-top: 1em; }

#page_help_privacy .c-editor ul li::before {
  content: none; }

#page_help_privacy .c-editor ul li {
  padding-left: 1.6em;
  text-indent: -1.6em; }

#page_help_privacy .c-editor ul ul {
  margin: 0; }

#page_help_privacy .c-editor ul li ul li {
  padding-left: 1.1em;
  text-indent: -1.1em; }

.p-detail-sns {
  display: flex;
  align-items: center; }
  .p-detail-sns p {
    margin-right: 10px;
    font-size: 1.4rem;
    letter-spacing: .1em;
    font-weight: 400; }
  .p-detail-sns a {
    margin-right: 10px; }

.js-copy-page-text {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -40%);
  opacity: 0;
  pointer-events: none;
  padding: .5em 1em;
  border-radius: 2px;
  background: #f6f7f5; }

.js-copy-page-text.-active {
  -webkit-animation: copyText 2s ease-in-out forwards;
          animation: copyText 2s ease-in-out forwards; }

@-webkit-keyframes copyText {
  0% {
    opacity: 0;
    transform: translate(-50%, -40%); }
  25% {
    opacity: 1;
    transform: translate(-50%, -50%); }
  75% {
    opacity: 1;
    transform: translate(-50%, -50%); }
  100% {
    opacity: 0;
    transform: translate(-50%, -60%); } }

@keyframes copyText {
  0% {
    opacity: 0;
    transform: translate(-50%, -40%); }
  25% {
    opacity: 1;
    transform: translate(-50%, -50%); }
  75% {
    opacity: 1;
    transform: translate(-50%, -50%); }
  100% {
    opacity: 0;
    transform: translate(-50%, -60%); } }

.o-breadclumbs {
  padding: 25px 0;
  font-size: 1.2rem;
  background-color: #fff;
  border-top: 1px solid #e4e4e4; }
  @media (max-width: 750px) {
    .o-breadclumbs {
      overflow-x: scroll;
      padding: 10px 0; } }

.o-breadclumbs__row {
  display: flex; }
  .o-breadclumbs__row li:not(:first-child) {
    display: inline-flex;
    align-items: center;
    gap: 10px; }
    .o-breadclumbs__row li:not(:first-child)::before {
      content: '';
      display: block;
      rotate: 45deg;
      width: 6px;
      height: 6px;
      border-top: 1px solid currentColor;
      border-right: 1px solid currentColor; }
  .o-breadclumbs__row li:not(:last-child) {
    margin-right: 10px; }
  @media (max-width: 750px) {
    .o-breadclumbs__row {
      white-space: nowrap; }
      .o-breadclumbs__row li:last-child {
        padding-right: 15px; } }

.c-spec-anchor {
  display: flex;
  gap: 12px;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 10px 0;
  padding: 3px;
  font-size: 1.3rem;
  color: #23527c;
  border-bottom: 1px solid currentColor; }
  .c-spec-anchor::before {
    content: '';
    display: block;
    translate: 0 -2px;
    rotate: 45deg;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid currentColor;
    border-right: 1px solid currentColor; }

.o-pagetop {
  position: fixed;
  bottom: 20px;
  right: 75px;
  z-index: 5; }
  @media (max-width: 750px) {
    .o-pagetop {
      bottom: 10px;
      right: 10px; } }
  .o-pagetop a {
    display: grid;
    place-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #13311d;
    transition: 0.3s ease; }
    .o-pagetop a svg {
      display: none;
      width: 17px;
      fill: #fff;
      rotate: -90deg; }
    .o-pagetop a::before {
      content: '';
      display: block;
      translate: 0 3px;
      rotate: 45deg;
      width: 12px;
      height: 12px;
      border-top: 1px solid #fff;
      border-left: 1px solid #fff; }
    .o-pagetop a:hover {
      opacity: 0.7; }

.js-modal-target {
  background: #f6f7f5;
  padding: 15px;
  transition: opacity 200ms ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  overflow: auto; }

.js-modal-target[data-open=false] {
  pointer-events: none;
  opacity: 0; }

.js-modal-target[data-open=true] {
  pointer-events: auto;
  opacity: 1; }

.js-modal-close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 12px;
  height: 12px; }
  .js-modal-close::before, .js-modal-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 1px;
    background: #707070; }
  .js-modal-close::before {
    transform: translate(-50%, -50%) rotate(45deg); }
  .js-modal-close::after {
    transform: translate(-50%, -50%) rotate(-45deg); }

.js-modal-content {
  padding: 32px 20px 20px;
  background: #fff; }

/* ========
top
======== */
.ec .c-ttl.-category::after {
  font-family: "Josefin Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1rem;
  letter-spacing: .1em;
  margin-top: 8px; }

.ec .c-ttl.-category.-cat420::after {
  content: "NEW"; }

.ec .c-ttl.-category.-cat421::after {
  content: "MENS BAG"; }

.ec .c-ttl.-category.-cat422::after {
  content: "LADIES BAG"; }

.ec .c-ttl.-category.-cat431::after {
  content: "WALLET・CASE"; }

.ec .c-ttl.-category.-cat446::after {
  content: "BELT"; }

.ec .c-ttl.-category.-cat447::after {
  content: "LEATHER GOODS"; }

.ec .c-ttl.-category.-cat449::after {
  content: "COLLABORATION"; }

.ec .c-ttl.-category.-cat452::after {
  content: "CARE"; }

.ec .c-ttl.-category.-cat453::after {
  content: "HORSE GOODS"; }

.ec .c-ttl.-category.-cat469::after {
  content: "POINT"; }

.ec .c-ttl.-category.-cat509::after {
  content: "PRICE DOWN"; }

.ec-pager li {
  padding: 0 !important;
  margin: 0 4px !important; }
  .ec-pager li a {
    display: flex !important;
    min-width: 30px !important;
    height: 30px !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 1.5rem !important;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
    padding: 0 !important; }
  .ec-pager li.ec-pager__item--active a {
    border: 1px solid #000;
    border-radius: 50%; }

.ec-cartRole__totalAmount {
  color: #040404 !important; }

.ec-progress__item .ec-progress__number {
  background-color: #eaece9;
  color: #040404; }

.ec-progress__item::after {
  background-color: #eaece9 !important; }

.ec-progress__item.is-complete .ec-progress__number {
  background-color: #13311d;
  color: #fff; }

.ec-progress__item.is-complete .ec-progress__label {
  color: #13311d; }

.ec-orderRole__summary {
  margin-top: 0 !important; }

.ec-layoutRole__contents {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  padding: 0 !important; }

.ec-blockTopBtn.pagetop {
  display: none !important; }

.mypag .ec-layoutRole__contents, .mypage .ec-layoutRole__contents, .cart_page .ec-layoutRole__contents, .registration_page .ec-layoutRole__contents, .other_page .ec-layoutRole__contents {
  margin-top: 156px;
  margin-bottom: 80px;
  max-width: 1000px !important; }
  @media (max-width: 750px) {
    .mypag .ec-layoutRole__contents, .mypage .ec-layoutRole__contents, .cart_page .ec-layoutRole__contents, .registration_page .ec-layoutRole__contents, .other_page .ec-layoutRole__contents {
      margin-top: 110px;
      margin-bottom: 60px; } }

.mypag .ec-cartRole__cart, .mypage .ec-cartRole__cart, .cart_page .ec-cartRole__cart, .registration_page .ec-cartRole__cart, .other_page .ec-cartRole__cart {
  margin: 0; }

.mypag .ec-cartRole__actions, .mypage .ec-cartRole__actions, .cart_page .ec-cartRole__actions, .registration_page .ec-cartRole__actions, .other_page .ec-cartRole__actions {
  margin-right: 0; }

.bg-load-overlay {
  z-index: -9999 !important;
  pointer-events: none; }

.ec-layoutRole .ec-searchnavRole {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  max-width: 100%; }

.ec-orderRole .ec-orderRole__detail > * {
  margin: 0 0 20px; }

.ec-orderRole .ec-orderRole__detail h2 {
  margin: 0 0 1em; }

.form-group.form-inline input {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.ec-off3Grid__cell .ec-icon img {
  display: inline; }

@media only screen and (min-width: 768px) {
  .ec-off2Grid .ec-off2Grid__cell {
    width: 80%;
    margin-left: 10%; } }

@media only screen and (min-width: 768px) {
  .ec-off4Grid .ec-off4Grid__cell {
    width: 40%;
    margin-left: 30%; } }

.ec-head-alert {
  text-align: center;
  padding: 5px;
  background: #CDCDC5;
  color: #333333; }
  .ec-head-alert a {
    font-size: min(3.2vw, 1.4rem); }
    @media (min-width: 751px) {
      .ec-head-alert a {
        transition: .3s ease; }
        .ec-head-alert a:hover {
          opacity: .6; } }

#categoryInfo {
  display: none; }

#relativeCategory {
  display: none; }

.ec-head-alert {
  text-align: center;
  padding: 5px;
  background: #cdcdc5;
  color: #333; }
  .ec-head-alert a {
    font-size: min(3.2vw,1.4rem); }
    @media (min-width: 751px) {
      .ec-head-alert a {
        transition: .3s ease; } }

.o-ec-head-sale {
  position: relative;
  height: 50px;
  background-color: #E9ECD9;
  overflow: hidden; }
  .o-ec-head-sale::before, .o-ec-head-sale::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    background-color: #C6CCA3; }
  .o-ec-head-sale::before {
    top: 5px; }
  .o-ec-head-sale::after {
    bottom: 5px; }
  .o-ec-head-sale a {
    transition: .3s ease; }
    .o-ec-head-sale a:hover {
      opacity: 0.6; }

.o-ec-head-sale__inner {
  display: grid;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  -webkit-animation: headSaleAnimation 12s linear infinite;
          animation: headSaleAnimation 12s linear infinite; }
  .o-ec-head-sale__inner li {
    display: grid;
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
    grid-auto-flow: column;
    align-items: center;
    gap: 15px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 24px;
    font-size: 1.4rem;
    line-height: 1;
    color: #13311d; }
    .o-ec-head-sale__inner li span {
      line-height: 1;
      white-space: nowrap; }
      .o-ec-head-sale__inner li span.-en {
        font-family: "Baskervville", serif;
        font-size: 1.6rem;
        letter-spacing: 0.08em; }
      .o-ec-head-sale__inner li span.-num {
        font-family: "Crimson Text", serif;
        font-size: 1.8rem;
        letter-spacing: 0.03em; }
      .o-ec-head-sale__inner li span.-jp {
        font-family: "Shippori Mincho", serif; }
      .o-ec-head-sale__inner li span.-icon-snowflake {
        display: inline-flex;
        align-items: center;
        gap: 0.4rem; }
        .o-ec-head-sale__inner li span.-icon-snowflake::before, .o-ec-head-sale__inner li span.-icon-snowflake::after {
          content: "";
          width: 1.3rem;
          height: 1.45rem;
          background: url("/store/html/user_data/user/assets/images/ec/icon_snowflake.png") no-repeat center/100% auto; }

.o-ec-head-sale__icon {
  width: 60px;
  margin-right: 8px;
  line-height: 0; }

.o-ec-head-sale__text {
  border-bottom: 1px solid currentColor; }

@-webkit-keyframes headSaleAnimation {
  0% {
    translate: 0 0; }
  100% {
    translate: calc(-100% / 6) 0; } }

@keyframes headSaleAnimation {
  0% {
    translate: 0 0; }
  100% {
    translate: calc(-100% / 6) 0; } }

.ec-password-wrap {
  position: relative; }
  .ec-password-wrap input::-ms-reveal {
    display: none; }

.ec-password-wrap__button {
  position: absolute;
  display: grid;
  place-content: center;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  width: 30px;
  text-align: center; }
  .ec-password-wrap__button span {
    font-weight: 100; }
  .ec-password-wrap__button .material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 24; }

/* ================
ソメスホリデー2023-24
================ */
html:has(.holiday2023) {
  background: #E5E1D8; }

.holiday2023 {
  overflow-x: clip;
  position: relative;
  width: 100%;
  min-width: inherit;
  min-height: 100vh;
  font-family: "Shippori Mincho", serif;
  color: #000;
  background: #E5E1D8; }

/* ================
layout
================ */
.l-holiday2023-logo {
  position: absolute;
  top: 0;
  left: calc(50% - 62px);
  transform: translate(0, -120px);
  z-index: 2; }
  .l-holiday2023-logo img {
    width: 124px; }
  @media (min-width: 751px) {
    .l-holiday2023-logo {
      left: 50%;
      transform: translate(-50%, -136px); }
      .l-holiday2023-logo img {
        width: 180px; } }

.l-holiday2023-header {
  position: fixed;
  top: 25px;
  left: 25px;
  z-index: 2; }
  @media (min-width: 751px) {
    .l-holiday2023-header {
      top: 40px;
      left: 35px;
      mix-blend-mode: difference; } }
  @media (min-width: 1280px) {
    .l-holiday2023-header {
      left: inherit;
      right: calc(50% + 499px); } }

.l-holiday2023-header-btn {
  position: relative;
  width: 50px;
  height: 40px;
  background: none; }
  @media (min-width: 751px) {
    .l-holiday2023-header-btn {
      display: none; } }
  .l-holiday2023-header-btn span, .l-holiday2023-header-btn:before, .l-holiday2023-header-btn:after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    left: calc(50% - 15px);
    width: 30px;
    height: 2px;
    background-color: #000000; }
  .l-holiday2023-header-btn:before {
    transform: translateY(-12px); }
  .l-holiday2023-header-btn:after {
    transform: translateY(12px); }
  .l-holiday2023-header-btn.is-active {
    width: 160px;
    height: 50px;
    background: #F2EFE7;
    border: 1px solid #000000; }
    .l-holiday2023-header-btn.is-active.is-active span {
      transform: scale(0); }
    .l-holiday2023-header-btn.is-active.is-active:before, .l-holiday2023-header-btn.is-active.is-active:after {
      width: 14px;
      height: 1px; }
    .l-holiday2023-header-btn.is-active.is-active:before {
      transform: translate(8px, 0) rotate(45deg); }
    .l-holiday2023-header-btn.is-active.is-active:after {
      transform: translate(8px, 0) rotate(-45deg); }

.l-holiday2023-nav {
  position: absolute;
  display: none;
  text-align: center; }
  @media (min-width: 751px) {
    .l-holiday2023-nav {
      display: block;
      position: relative; }
      .l-holiday2023-nav li + li {
        margin-top: 5px; } }
  @media (min-width: 1280px) {
    .l-holiday2023-nav {
      padding-right: 40px;
      height: 200px;
      border-right: 1px solid #fff; } }
  .l-holiday2023-nav a {
    font-family: moret, serif;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1;
    color: #fff; }
    @media (max-width: 750px) {
      .l-holiday2023-nav a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 160px;
        height: 50px;
        text-align: center;
        color: #000000;
        border: 1px solid #000000;
        border-top: none;
        background: #F2EFE7; } }
    @media (min-width: 751px) {
      .l-holiday2023-nav a {
        position: relative;
        display: inline-block;
        padding-bottom: 3px; }
        .l-holiday2023-nav a::before {
          content: '';
          display: block;
          position: absolute;
          bottom: 0;
          left: calc(50% - 19px);
          width: 38px;
          height: 1px;
          background-color: #fff;
          transform: scaleX(0);
          transition: transform 0.25s; }
        .l-holiday2023-nav a:hover:before {
          transform: scaleX(1); } }

.l-holiday2023-shop {
  position: fixed;
  top: 25px;
  right: 25px;
  z-index: 2; }
  @media (min-width: 751px) {
    .l-holiday2023-shop {
      top: 40px;
      right: 35px; } }
  @media (min-width: 1280px) {
    .l-holiday2023-shop {
      left: calc(50% + 499px);
      right: inherit;
      width: 121px;
      height: 200px;
      border-left: 1px solid #000; } }
  .l-holiday2023-shop a {
    display: block;
    width: 56px;
    margin-left: auto;
    text-align: center; }
    @media (min-width: 751px) {
      .l-holiday2023-shop a {
        width: 85px; }
        .l-holiday2023-shop a:hover span:before {
          transform: scaleX(1); } }
  .l-holiday2023-shop figure {
    display: flex;
    width: 100%;
    padding: 0 10px 3px; }
    @media (min-width: 751px) {
      .l-holiday2023-shop figure {
        padding: 0 14px 5px; } }
  .l-holiday2023-shop span {
    display: block;
    font-family: moret, serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1; }
    @media (min-width: 751px) {
      .l-holiday2023-shop span {
        position: relative;
        font-size: 1.8rem; }
        .l-holiday2023-shop span::before {
          content: '';
          display: block;
          position: absolute;
          bottom: -3px;
          left: calc(50% - 19px);
          width: 38px;
          height: 1px;
          background-color: #000;
          transform: scaleX(0);
          transition: transform 0.25s; } }

.l-holiday2023-inner {
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 751px) {
    .l-holiday2023-inner {
      width: calc(100% - 100px); } }

.l-holiday2023-footer {
  position: relative;
  color: #E5E1D8;
  background: #6C7164;
  padding: 60px 160px;
  height: auto; }
  @media (max-width: 750px) {
    .l-holiday2023-footer {
      padding: 58px 0 20px; } }
  .l-holiday2023-footer .l-holiday2023-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 750px) {
      .l-holiday2023-footer .l-holiday2023-inner {
        display: block; } }
  .l-holiday2023-footer .c-footer-logo .iconSvg svg,
  .l-holiday2023-footer .c-sns .iconSvg svg {
    fill: #E5E1D8; }
  .l-holiday2023-footer .c-sns {
    margin-bottom: 56px; }
    @media (max-width: 750px) {
      .l-holiday2023-footer .c-sns {
        margin-bottom: 48px; } }
  .l-holiday2023-footer .copyright {
    font-size: 1.2rem;
    letter-spacing: .1em; }
    @media (max-width: 750px) {
      .l-holiday2023-footer .copyright {
        font-size: 1rem;
        text-align: center; } }

/* ================
snowParticles
================ */
.js-snow_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7; }

/* ================
fadeAnime
================ */
.u-fadein {
  transform: translateY(30px);
  opacity: 0;
  transition-property: transform opacity;
  transition-duration: 0.8s;
  transition-delay: 0.5s; }
  .u-fadein.active,
  .active .u-fadein {
    transform: translateY(0);
    opacity: 1; }

/* ================
section
================ */
.s-holiday2023-mv {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 0;
  margin-top: 140px; }
  @media (min-width: 751px) {
    .s-holiday2023-mv {
      margin-top: 200px; } }
  .s-holiday2023-mv ::-webkit-full-page-media, .s-holiday2023-mv :future, :root .s-holiday2023-mv {
    position: relative; }
  .s-holiday2023-mv-imgs {
    position: relative;
    width: 100%;
    aspect-ratio: 780/860; }
    @media (min-width: 751px) {
      .s-holiday2023-mv-imgs {
        aspect-ratio: 1280/750; } }
    .s-holiday2023-mv-imgs li {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: opacity 0.5s ease; }
      .s-holiday2023-mv-imgs li:nth-child(n+2) {
        opacity: 0; }
      .loaded .s-holiday2023-mv-imgs li {
        opacity: 1; }
      .s-holiday2023-mv-imgs li:nth-child(2) {
        transition-delay: 0.8s; }
      .s-holiday2023-mv-imgs li:nth-child(3) {
        transition-delay: 1.6s; }
      .s-holiday2023-mv-imgs li:nth-child(4) {
        transition-delay: 2.4s; }
      .s-holiday2023-mv-imgs li:nth-child(5) {
        transition-delay: 3.2s; }
      .s-holiday2023-mv-imgs li:nth-child(6) {
        transition-delay: 4s; }
  .s-holiday2023-mv img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

:where(.s-holiday2023-section) {
  z-index: 1;
  position: relative;
  background: #E5E1D8; }

.s-holiday2023-items {
  position: relative;
  background: #E5E1D8; }

.s-holiday2023-introduction {
  padding: 125px 5% 155px;
  text-align: center;
  color: #E5E1D8;
  background: #6C7164; }
  @media (max-width: 750px) {
    .s-holiday2023-introduction {
      padding: 65px 5%; } }
  .s-holiday2023-introduction .l-holiday2023-inner {
    position: relative; }
  .s-holiday2023-introduction-icon {
    width: 76px;
    margin: 0 auto; }
  .s-holiday2023-introduction h2 {
    margin: 30px 0 50px;
    font-size: min(4.5vw, 2.8rem); }
  .s-holiday2023-introduction p {
    margin-top: 30px;
    line-height: 2.2; }
  .s-holiday2023-introduction-img {
    position: relative;
    aspect-ratio: 1/1;
    width: 75%;
    max-width: 380px;
    margin: 50px auto 0; }
    @media (min-width: 751px) {
      .s-holiday2023-introduction-img {
        margin-top: 100px; } }
    .s-holiday2023-introduction-img li {
      position: absolute;
      top: 0;
      left: 0;
      transition: opacity 0.5s ease; }
      .s-holiday2023-introduction-img li:nth-child(n+2) {
        opacity: 0; }
    .s-holiday2023-introduction-img.active li {
      opacity: 1;
      -webkit-animation-duration: 3s;
              animation-duration: 3s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
      .s-holiday2023-introduction-img.active li:nth-child(1) {
        -webkit-animation-name: img01;
                animation-name: img01; }
      .s-holiday2023-introduction-img.active li:nth-child(2) {
        -webkit-animation-name: img02;
                animation-name: img02; }
      .s-holiday2023-introduction-img.active li:nth-child(3) {
        -webkit-animation-name: img03;
                animation-name: img03; }

@-webkit-keyframes img01 {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes img01 {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes img02 {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes img02 {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }

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

@keyframes img03 {
  0% {
    opacity: 0; }
  75% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.s-holiday2023-collection {
  padding: 80px 5% 80px;
  overflow: hidden;
  font-size: 30px; }
  @media (min-width: 751px) {
    .s-holiday2023-collection {
      padding: 125px 5% 155px; }
      .s-holiday2023-collection .l-holiday2023-inner {
        width: 100%; } }
  .s-holiday2023-collection h2 {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 45px; }
    @media (min-width: 751px) {
      .s-holiday2023-collection h2 {
        font-size: 30px;
        padding-left: 10px; } }
  .s-holiday2023-collection-box {
    text-align: center; }
  .s-holiday2023-collection-row {
    display: flex; }
    .s-holiday2023-collection-row.-jc-end {
      justify-content: end; }
  .s-holiday2023-collection-list {
    display: inline-flex;
    padding: 15px 0 12px;
    border-bottom: 1px solid #000; }
  .s-holiday2023-collection-item:nth-of-type(2) {
    margin-left: 10px; }
    @media (min-width: 751px) {
      .s-holiday2023-collection-item:nth-of-type(2) {
        gap: 15px; } }
  .s-holiday2023-collection-item .text {
    display: block; }
  .s-holiday2023-collection-item a {
    display: flex;
    align-items: center;
    gap: 5px;
    transition: color 0.4s; }
    @media (min-width: 751px) {
      .s-holiday2023-collection-item a {
        gap: 15px; } }
    .s-holiday2023-collection-item a:hover {
      color: #2E3B46; }
      .s-holiday2023-collection-item a:hover figure img {
        transform: scale(1.13); }
      .s-holiday2023-collection-item a:hover.-camel {
        color: #593624; }
  .s-holiday2023-collection-item p {
    font-family: moret, serif;
    font-size: 11vw;
    font-weight: 300;
    line-height: 1;
    white-space: nowrap; }
    @media (min-width: 751px) {
      .s-holiday2023-collection-item p {
        font-size: 12rem;
        font-size: min(10vw, 12rem); } }
  .s-holiday2023-collection-item figure {
    overflow: hidden;
    width: 21vw;
    max-width: 174px;
    max-height: 110px;
    border-radius: 55px; }
    .s-holiday2023-collection-item figure img {
      transition: transform 0.4s; }

.c-btn-more {
  position: relative;
  display: block;
  max-width: 135px;
  padding: 3px 15px;
  font-family: moret, serif;
  font-size: 1.82rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #E5E1D8;
  background-color: #2E3B46; }
  .c-btn-more:hover {
    color: #E5E1D8; }
  .c-btn-more:before {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    right: 14px;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    border-top: 1px solid #E5E1D8;
    border-right: 1px solid #E5E1D8; }

.s-holiday2023-items {
  color: #2E3B46; }
  .s-holiday2023-items-heading {
    position: relative;
    padding: 25px;
    color: #E5E1D8;
    background-color: #6C7164; }
    @media (min-width: 751px) {
      .s-holiday2023-items-heading {
        padding: 65px; } }
    .s-holiday2023-items-heading-mv {
      aspect-ratio: 338 / 200;
      max-width: 800px;
      overflow: hidden;
      position: relative;
      z-index: 0;
      opacity: 0;
      transition: 0.8s ease 0.5s; }
      .s-holiday2023-items-heading-mv.active {
        opacity: 1; }
        .s-holiday2023-items-heading-mv.active img {
          transform: scale(1); }
      .s-holiday2023-items-heading-mv img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        transform: scale(1.05);
        transition: 0.8s ease 0.5s; }
      @media (min-width: 751px) {
        .s-holiday2023-items-heading-mv {
          aspect-ratio: inherit;
          width: calc(100% - 160px);
          height: 400px;
          margin: 0 0 0 auto; } }
    .s-holiday2023-items-heading-copy {
      position: relative;
      margin-top: -40px;
      z-index: 1; }
      @media (min-width: 751px) {
        .s-holiday2023-items-heading-copy {
          position: absolute;
          margin-top: 0;
          bottom: 15px; } }
      .s-holiday2023-items-heading-copy h2 {
        font-family: moret, serif;
        font-size: min(15vw, 6.8rem);
        line-height: 1;
        letter-spacing: 0.08em; }
        @media (min-width: 751px) {
          .s-holiday2023-items-heading-copy h2 {
            font-size: 10rem; } }
      .s-holiday2023-items-heading-copy p {
        margin-top: 7px;
        font-size: 1.3rem;
        line-height: 1.5;
        letter-spacing: 0.2em; }
        @media (min-width: 751px) {
          .s-holiday2023-items-heading-copy p {
            font-size: 2rem; } }
    @media (max-width: 750px) {
      .s-holiday2023-items-heading.img-left .s-holiday2023-items-heading-copy {
        text-align: right; } }
    @media (min-width: 751px) {
      .s-holiday2023-items-heading.img-left .s-holiday2023-items-heading-mv {
        margin: 0; }
      .s-holiday2023-items-heading.img-left .s-holiday2023-items-heading-copy {
        right: 0; } }
  .s-holiday2023-items.blue .s-holiday2023-items-heading {
    background-color: #2E3B46; }
  .s-holiday2023-items-contents {
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px solid #000; }
    @media (min-width: 751px) {
      .s-holiday2023-items-contents {
        padding-bottom: 10px; } }
    .s-holiday2023-items-contents:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 5px;
      left: 50%;
      width: 100vw;
      height: 1px;
      transform: translateX(-50%);
      border-bottom: 1px solid #000; }
      @media (min-width: 751px) {
        .s-holiday2023-items-contents:before {
          bottom: 10px; } }
    .s-holiday2023-items-contents .l-holiday2023-inner {
      width: calc(100% - 50px);
      padding: 60px 0;
      border-left: 1px solid #2E3B46;
      border-right: 1px solid #2E3B46; }
      @media (min-width: 751px) {
        .s-holiday2023-items-contents .l-holiday2023-inner {
          padding: 120px 0; } }
  .s-holiday2023-items-main {
    position: relative;
    padding: 0 30px 60px; }
    .s-holiday2023-items-main-img a {
      position: relative;
      display: block;
      overflow: hidden; }
      @media (min-width: 751px) {
        .s-holiday2023-items-main-img a:hover .more {
          opacity: 1; } }
    .s-holiday2023-items-main-img .more {
      pointer-events: none;
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center;
      top: -1px;
      left: -1px;
      width: calc(100% + 2px);
      height: calc(100% + 2px);
      padding: 0;
      font-family: moret, serif;
      font-size: 3.0rem;
      font-weight: 300;
      line-height: 1;
      letter-spacing: 0.05em;
      color: #E5E1D8;
      background-color: rgba(46, 59, 70, 0.6);
      opacity: 0;
      transition: opacity 0.5s ease; }
    .s-holiday2023-items-main-text {
      padding-top: 20px;
      line-height: 1.5; }
      .s-holiday2023-items-main-text .date {
        font-size: 1.3rem; }
      .s-holiday2023-items-main-text .name {
        margin: 3px 0;
        font-size: 1.8rem; }
      .s-holiday2023-items-main-text .price {
        font-size: 1.3rem; }
      .s-holiday2023-items-main-text .desc {
        margin-top: 15px; }
      .s-holiday2023-items-main-text .c-btn-more {
        margin: 20px auto 0; }
    @media (min-width: 751px) {
      .s-holiday2023-items-main {
        font-size: 2rem;
        padding: 0 50px 120px; }
        .s-holiday2023-items-main-fl {
          display: flex;
          justify-content: space-between; }
        .s-holiday2023-items-main-img {
          width: 50%;
          max-width: 500px; }
        .s-holiday2023-items-main-text {
          align-self: center;
          width: 50%;
          padding: 0 20px 0 70px; }
          .s-holiday2023-items-main-text .date {
            font-size: 1.6rem; }
          .s-holiday2023-items-main-text .name {
            margin: 30px 0 10;
            font-size: 2.4rem; }
          .s-holiday2023-items-main-text .price {
            font-size: 2.0rem; }
          .s-holiday2023-items-main-text .desc {
            margin-top: 30px;
            font-size: 1.6rem; }
          .s-holiday2023-items-main-text .c-btn-more {
            display: none; } }
  .s-holiday2023-items.blue .s-holiday2023-items-contents {
    border-bottom: none;
    padding-bottom: 0; }
    .s-holiday2023-items.blue .s-holiday2023-items-contents::before {
      display: none; }
  .s-holiday2023-items.camel {
    color: #593624; }
    .s-holiday2023-items.camel .c-btn-more {
      background-color: #593624; }
    .s-holiday2023-items.camel .s-holiday2023-items-heading {
      background-color: #593624; }
    .s-holiday2023-items.camel .s-holiday2023-items-contents .l-holiday2023-inner {
      border-color: #593624; }
    .s-holiday2023-items.camel .s-holiday2023-items-main-img a .more {
      background-color: rgba(89, 54, 36, 0.6); }
    .s-holiday2023-items.camel .s-holiday2023-items-section:before {
      border-bottom-color: #593624; }
    .s-holiday2023-items.camel .s-holiday2023-items-section-ttl {
      background-color: #593624; }
      .s-holiday2023-items.camel .s-holiday2023-items-section-ttl:before, .s-holiday2023-items.camel .s-holiday2023-items-section-ttl:after {
        border-color: #593624; }
    .s-holiday2023-items.camel .s-holiday2023-items-section-list {
      border-color: #593624; }
    .s-holiday2023-items.camel .s-holiday2023-items-section .slick-list {
      border-color: #593624; }
    .s-holiday2023-items.camel .s-holiday2023-items-section-item {
      border-color: #593624; }
      @media (min-width: 751px) {
        .s-holiday2023-items.camel .s-holiday2023-items-section-item .c-btn-more {
          background-color: rgba(89, 54, 36, 0.6); } }
    .s-holiday2023-items.camel .s-holiday2023-items-section .slick-dots button:before {
      border-color: #593624; }
    .s-holiday2023-items.camel .s-holiday2023-items-section .slick-dots .slick-active button:before {
      background-color: #593624; }
  .s-holiday2023-items-section {
    position: relative; }
    .s-holiday2023-items-section:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 100vw;
      height: 1px;
      transform: translateX(-50%);
      border-bottom: 1px solid #2E3B46; }
    .s-holiday2023-items-section-ttl {
      position: relative;
      margin-bottom: 40px;
      padding: 5px 20px 5px 34px;
      font-size: 1.8rem;
      line-height: 1;
      color: #fff;
      background-color: #2E3B46; }
      .s-holiday2023-items-section-ttl:before, .s-holiday2023-items-section-ttl:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        width: 100vw;
        height: 1px;
        transform: translateX(-50%);
        border-bottom: 1px solid #2E3B46; }
      .s-holiday2023-items-section-ttl:after {
        top: inherit;
        bottom: 0; }
      @media (min-width: 751px) {
        .s-holiday2023-items-section-ttl {
          margin-bottom: 0;
          padding: 11px 20px 11px 26px;
          font-size: 2.4rem; } }
    .s-holiday2023-items-section-list {
      width: calc(100vw - 25px);
      margin-bottom: 50px;
      background-color: #E5E1D8;
      border-bottom: 1px solid #2E3B46; }
    .s-holiday2023-items-section .slick-list {
      border-top: 1px solid #2E3B46;
      border-bottom: 1px solid #2E3B46; }
    .s-holiday2023-items-section-item {
      width: 75vw;
      font-size: 1.4rem;
      line-height: 1.5;
      border-right: 1px solid #2E3B46; }
      .s-holiday2023-items-section-item a {
        position: relative;
        display: block;
        padding: 20px; }
        .s-holiday2023-items-section-item a:hover .c-btn-more {
          opacity: 1; }
        @media (min-width: 751px) {
          .s-holiday2023-items-section-item a {
            padding: 26px; } }
      .s-holiday2023-items-section-item .name {
        margin-top: 12px; }
        @media (min-width: 751px) {
          .s-holiday2023-items-section-item .name {
            margin-top: 25px; } }
      @media (max-width: 750px) {
        .s-holiday2023-items-section-item .price {
          margin-bottom: 12px; } }
      @media (min-width: 751px) {
        .s-holiday2023-items-section-item .c-btn-more {
          pointer-events: none;
          position: absolute;
          display: flex;
          justify-content: center;
          align-items: center;
          top: -1px;
          left: -1px;
          width: calc(100% + 2px);
          max-width: inherit;
          height: calc(100% + 2px);
          padding: 0;
          font-size: 3.0rem;
          background-color: rgba(46, 59, 70, 0.6);
          opacity: 0;
          transition: opacity 0.5s ease; }
          .s-holiday2023-items-section-item .c-btn-more::before {
            display: none; } }
    @media (min-width: 751px) {
      .s-holiday2023-items-section-list {
        display: flex;
        flex-wrap: wrap;
        width: auto;
        border: none; }
      .s-holiday2023-items-section-item {
        width: 33.3333%;
        max-width: inherit;
        border-bottom: 1px solid #2E3B46; }
        .s-holiday2023-items-section-item:nth-child(3n) {
          border-right: none; } }
    .s-holiday2023-items-section .slick-dots {
      display: flex;
      justify-content: center;
      padding-right: 25px; }
      .s-holiday2023-items-section .slick-dots button {
        position: relative;
        display: block;
        width: 24px;
        height: 24px;
        font-size: 0;
        line-height: 1;
        background: transparent; }
        .s-holiday2023-items-section .slick-dots button:before {
          content: '';
          display: block;
          position: absolute;
          top: 8px;
          left: 8px;
          width: 8px;
          height: 8px;
          border: 1px solid #2E3B46;
          border-radius: 50%; }
      .s-holiday2023-items-section .slick-dots .slick-active button:before {
        background-color: #2E3B46; }

.s-holiday2023-wrapping {
  padding: 80px 0;
  text-align: center; }
  @media (min-width: 751px) {
    .s-holiday2023-wrapping {
      padding: 150px 0; } }
  .s-holiday2023-wrapping h2 {
    font-family: moret, serif;
    font-size: 5.5rem;
    line-height: 1.2; }
    @media (min-width: 751px) {
      .s-holiday2023-wrapping h2 {
        font-size: 10rem; } }
  .s-holiday2023-wrapping .text {
    margin: 20px 0 40px;
    font-size: 1.4rem; }
    @media (min-width: 751px) {
      .s-holiday2023-wrapping .text {
        margin: 50px 0;
        font-size: 2rem; } }
  .s-holiday2023-wrapping-list {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 750px) {
      .s-holiday2023-wrapping-list {
        flex-direction: column;
        gap: 58px;
        width: 70%;
        max-width: 420px;
        margin: 0 auto; } }
  .s-holiday2023-wrapping-item {
    position: relative; }
    @media (min-width: 751px) {
      .s-holiday2023-wrapping-item {
        width: 43%;
        max-width: 420px;
        height: 100%; }
        .s-holiday2023-wrapping-item:nth-child(2) {
          margin-top: 100px; } }
    .s-holiday2023-wrapping-item p {
      position: absolute;
      font-family: moret, serif;
      font-size: 3.2rem;
      font-weight: 300;
      line-height: 1;
      transform: translateY(60%);
      right: 0;
      bottom: 0; }
      @media (min-width: 751px) {
        .s-holiday2023-wrapping-item p {
          font-size: 5.2rem; } }

.s-holiday2023-recommend {
  border-bottom: 1px solid #000; }
  .s-holiday2023-recommend:before, .s-holiday2023-recommend:after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #000; }
    @media (min-width: 751px) {
      .s-holiday2023-recommend:before, .s-holiday2023-recommend:after {
        top: 50px; } }
  .s-holiday2023-recommend:after {
    top: 15px; }
    @media (min-width: 751px) {
      .s-holiday2023-recommend:after {
        top: 60px; } }
  .s-holiday2023-recommend-border {
    position: relative;
    margin-bottom: 5px;
    border-bottom: 1px solid #000;
    overflow: hidden; }
    @media (min-width: 751px) {
      .s-holiday2023-recommend-border {
        margin-bottom: 10px; } }
    .s-holiday2023-recommend-border:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 55px;
      left: 50px;
      width: 100vw;
      height: 105vw;
      background-color: #6C7164;
      z-index: 0; }
      @media (min-width: 751px) {
        .s-holiday2023-recommend-border:before {
          left: calc(50% - 380px);
          bottom: 115px;
          max-height: 460px; } }
  .s-holiday2023-recommend .l-holiday2023-inner {
    width: calc(100% - 50px);
    margin: 0 auto;
    padding: 80px 0;
    border-left: 1px solid #000;
    border-right: 1px solid #000; }
    @media (min-width: 751px) {
      .s-holiday2023-recommend .l-holiday2023-inner {
        padding: 215px 0; } }

.o-holiday2023-link {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 16px; }
  @media (max-width: 750px) {
    .o-holiday2023-link {
      flex-direction: column;
      gap: 20px; } }
  @media (min-width: 751px) {
    .o-holiday2023-link-item {
      max-width: 460px;
      width: calc(50% - 40px); } }
  .o-holiday2023-link-item a {
    overflow: hidden;
    display: block;
    position: relative; }
    .o-holiday2023-link-item a:hover .o-holiday2023-link-item-icon {
      background-color: rgba(255, 255, 255, 0.6); }
      .o-holiday2023-link-item a:hover .o-holiday2023-link-item-icon:before {
        background-color: #000; }
      .o-holiday2023-link-item a:hover .o-holiday2023-link-item-icon:after {
        border-color: transparent transparent transparent #000; }
  .o-holiday2023-link-item img {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (max-width: 750px) {
      .o-holiday2023-link-item img {
        aspect-ratio: 338 / 200; } }
  .o-holiday2023-link-item-text {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 30px;
    transform: translateY(-50%); }
    .o-holiday2023-link-item-text span {
      display: block;
      color: #fff; }
    .o-holiday2023-link-item-text .en {
      font-family: moret, serif;
      font-size: 2.8rem;
      line-height: 1; }
    @media (min-width: 751px) {
      .o-holiday2023-link-item-text {
        text-align: center;
        padding: 0; }
        .o-holiday2023-link-item-text .jp {
          font-size: 2.5rem; }
        .o-holiday2023-link-item-text .en {
          font-size: min(4.5vw, 5.2rem); } }
  .o-holiday2023-link-item-icon {
    display: block;
    position: absolute;
    top: calc(50% - 21px);
    right: 30px;
    width: 43px;
    height: 43px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: background-color 0.3s ease; }
    .o-holiday2023-link-item-icon:before, .o-holiday2023-link-item-icon:after {
      content: '';
      display: block;
      position: absolute; }
    .o-holiday2023-link-item-icon:before {
      top: 50%;
      left: 50%;
      width: 13px;
      height: 1px;
      transform: translateX(-50%);
      background-color: #fff;
      transition: background-color 0.3s ease; }
    .o-holiday2023-link-item-icon:after {
      top: 50%;
      left: 50%;
      transform: translate(4px, -50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5.5px 0 5.5px 4px;
      border-color: transparent transparent transparent #fff;
      transition: border-color 0.3s ease; }
    @media (min-width: 751px) {
      .o-holiday2023-link-item-icon {
        position: relative;
        width: 81px;
        height: 81px;
        top: inherit;
        right: inherit;
        margin: 30px auto; }
        .o-holiday2023-link-item-icon:before {
          width: 25px; }
        .o-holiday2023-link-item-icon:after {
          transform: translate(8px, -50%);
          border-width: 6.5px 0 6.5px 6px; } }

.s-holiday2023-nice {
  overflow: hidden;
  padding: 200px 5% 240px;
  text-align: center; }
  @media (min-width: 751px) {
    .s-holiday2023-nice {
      padding: 250px 5% 350px; } }
  .s-holiday2023-nice .l-holiday2023-inner {
    position: relative; }
  .s-holiday2023-nice h2 {
    font-family: moret, serif;
    font-size: 5.5rem;
    line-height: 1.2; }
    @media (min-width: 751px) {
      .s-holiday2023-nice h2 {
        font-size: 10rem; } }
  .s-holiday2023-nice p {
    margin: 20px 0 40px;
    font-size: 1.0rem; }
    @media (min-width: 751px) {
      .s-holiday2023-nice p {
        margin: 40px 0 100px;
        font-size: 2rem; } }
  .s-holiday2023-nice-img {
    position: relative; }
    .s-holiday2023-nice-img .img-ashiato {
      position: absolute;
      top: -35%;
      left: 12%;
      z-index: 1;
      width: 25%;
      max-width: 280px; }
      .s-holiday2023-nice-img .img-ashiato li {
        position: absolute;
        width: 25%;
        height: auto;
        top: 0;
        left: 0;
        transition: opacity 0.5s ease;
        opacity: 0; }
        .s-holiday2023-nice-img .img-ashiato li:nth-child(2) {
          top: 22%;
          left: 45%; }
        .s-holiday2023-nice-img .img-ashiato li:nth-child(3) {
          top: 58%;
          left: 27%; }
        .s-holiday2023-nice-img .img-ashiato li:nth-child(4) {
          top: 82%;
          left: 75%; }
        .s-holiday2023-nice-img .img-ashiato li:nth-child(1) {
          transition-delay: 0s; }
        .s-holiday2023-nice-img .img-ashiato li:nth-child(2) {
          transition-delay: 0.8s; }
        .s-holiday2023-nice-img .img-ashiato li:nth-child(3) {
          transition-delay: 1.6s; }
        .s-holiday2023-nice-img .img-ashiato li:nth-child(4) {
          transition-delay: 2.4s; }
      .s-holiday2023-nice-img .img-ashiato:before {
        content: '';
        display: block;
        position: relative;
        width: 100%;
        padding-top: 150%; }
    .s-holiday2023-nice-img.active .img-ashiato li {
      opacity: 1; }
    .s-holiday2023-nice-img .img-window {
      position: relative;
      width: 45%;
      max-width: 434px;
      margin: 0 auto; }
    .s-holiday2023-nice-img .img-ash {
      position: absolute;
      width: 40%;
      max-width: 400px;
      bottom: -26%;
      right: 18%; }
      @media (min-width: 751px) {
        .s-holiday2023-nice-img .img-ash {
          width: 100%;
          bottom: -26%;
          right: 10%; } }

.page-members .o-hero-photo__img {
  background-position: 42% 50%; }

/* ========
Single
======== */
.singleSlide {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin-inline: auto; }
  @media (max-width: 750px) {
    .singleSlide {
      max-width: calc(100% - 70px); } }
  .singleSlide figcaption {
    font-size: .95em;
    letter-spacing: .03em;
    line-height: 1.6;
    margin: 1em 2em; }
    @media (max-width: 750px) {
      .singleSlide figcaption {
        margin: 1em 0; } }
  .singleSlide .slick-dots {
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 2em; }
    @media (max-width: 750px) {
      .singleSlide .slick-dots {
        bottom: -42px; } }
    .singleSlide .slick-dots li {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      margin: 0 2px; }
      @media (min-width: 751px) {
        .singleSlide .slick-dots li:hover:before {
          opacity: .5;
          background-color: #0c652a; } }
      .singleSlide .slick-dots li.slick-active:before {
        opacity: 1; }
      .singleSlide .slick-dots li:before {
        content: "" !important;
        display: block;
        width: 50%;
        height: 50%;
        border-radius: 50%;
        background-color: #000;
        opacity: .2;
        transition: .3s ease; }
      .singleSlide .slick-dots li button {
        display: none; }

.singleSlide__item img {
  width: 100%;
  height: auto; }

.slick-arrow {
  --posX: -50px;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  width: 40px;
  aspect-ratio: 32/40; }
  @media (max-width: 750px) {
    .slick-arrow {
      --posX: -40px;
      width: 30px; } }

.slick-arrow.-prev {
  left: var(--posX);
  transform: scaleX(-1); }

.slick-arrow.-next {
  right: var(--posX); }

/* ========
top
======== */
.home .l-wrapper {
  margin-top: 0; }

@media (min-width: 980px) {
  .home .l-header {
    color: #fff;
    background-color: inherit;
    transition: .4s ease;
    transition-property: color, background-color; } }

.home .l-header .bgPanel {
  display: none; }

@media (min-width: 980px) {
  .home .l-header .o-gnav__item ul::before {
    background-image: url(https://www.somes-jp.pro/app/wp-content/themes/somes-saddle/assets/images/svg/icon_scale-w.svg); } }

@media (min-width: 980px) {
  .home .l-header.-active {
    color: #040404;
    background-color: #fff; }
    .home .l-header.-active .bgPanel {
      display: block; } }

@media (min-width: 980px) {
  .home .l-header.-active .c-logo svg {
    fill: #13311d; } }

@media (min-width: 980px) {
  .home .l-header.-active .o-gnav__item ul::before {
    background-image: url(https://www.somes-jp.pro/app/wp-content/themes/somes-saddle/assets/images/svg/icon_scale-b.svg); } }

@media (min-width: 980px) {
  .home .l-header .c-logo svg {
    fill: #fff; } }

.grecaptcha-badge {
  z-index: 20;
  display: none; }
  @media (min-width: 751px) {
    .grecaptcha-badge {
      margin-right: 60px; } }

.page-inquiry .grecaptcha-badge, .page-apply .grecaptcha-badge, .page-harness-repair .grecaptcha-badge, .page-original-goods .grecaptcha-badge {
  display: block; }
