@charset "UTF-8";
/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
@import url("https://fonts.googleapis.com/css?family=Rubik&display=swap");
/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.u_cl_red {
  color: #E95037;
}

.u_cl_yellow {
  color: #FCD03E;
}

.u_cl_blue {
  color: #8BD1F4;
}

.u_txt_left {
  text-align: left !important;
}

.u_txt_right {
  text-align: right !important;
}

.u_txt_center {
  text-align: center !important;
}

.u_fw900 {
  font-weight: 900 !important;
}

.u_fw800 {
  font-weight: 800 !important;
}

.u_fw700 {
  font-weight: 700 !important;
}

.u_fw600 {
  font-weight: 600 !important;
}

.u_fw500 {
  font-weight: 500 !important;
}

.u_fw400 {
  font-weight: 400 !important;
}

.u_fw300 {
  font-weight: 300 !important;
}

.u_f_base {
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif !important;
}

/*!
component > form
------------------------------
*/
/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
/*!
foundation > reset
------------------------------
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  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-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  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;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table; /* 1 */
  color: inherit; /* 2 */
  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;
}

/*!
foundation > base
------------------------------
*/
body {
  background-color: #ffffff;
  color: #252525;
  font-weight: 400;
  font-size: 14px;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  line-height: 1.8;
  line-height: 2.0714285714;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
}

* {
  letter-spacing: 0.054em;
}

main {
  margin-top: 90px;
  min-height: calc(100svh - 500px);
}

@media screen and (max-width: 1023px) {
  main {
    margin-top: 110px;
  }
}
@media screen and (max-width: 767px) {
  main {
    margin-top: 0;
    min-height: inherit;
  }
}
@media screen and (max-width: 1023px) {
  main.p_top {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  main.p_top {
    margin-top: 0;
  }
}
.body-wrapper {
  position: relative;
  display: block;
  padding-right: 71px;
}

@media screen and (max-width: 1023px) {
  .body-wrapper {
    overflow: hidden;
    padding-right: 0;
  }
}
img {
  width: 100%;
}

a {
  cursor: pointer;
  transition: 0.5s;
}

@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}
a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: all;
  }
}
.pc {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}
/*!
component > Texts
------------------------------
*/
/*!
component > title
------------------------------
*/
.c_title01 {
  font-weight: 500;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .c_title01 {
    font-size: 12px;
  }
}
.c_title01__en {
  display: inline-block;
  padding-right: 21px;
  font-size: 30px;
  font-family: classico-urw, sans-serif;
  line-height: 1.4;
}

@media print, screen and (max-width: 1279px) {
  .c_title01__en {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .c_title01__en {
    padding-right: 16px;
    font-size: 30px;
  }
}
.c_title01__en01 {
  display: inline-block;
  padding-right: 20px;
  font-size: 1.875rem;
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 1.4;
}

.c_title01__en02 {
  display: inline-block;
  padding-right: 21px;
  font-weight: 500;
  font-style: italic;
  font-size: 0.8125rem;
  font-family: classico-urw, sans-serif;
  line-height: 1.4;
}

.c_title01__jp {
  display: inline-block;
  font-size: 0.75rem;
  font-family: "Shippori Mincho", serif;
  line-height: 1.8;
}

/*
.c_ttl_line80 {
    font-size: clamped(50, 80, 768, 1440);
    color: transparent;
    -webkit-text-stroke: 1px #d5d5d5;
    font-weight: 300;
    line-height: 0.81;
    font-family: $font-family-barlow;
}

.c_ttl_line100 {
    font-size: clamped(60, 100, 768, 1440);
    color: transparent;

    font-weight: 300;
    line-height: 0.705;
    font-family: $font-family-barlow;
}

.c_ttl_line120 {
    font-size: clamped(80, 120, 768, 1440);
    color: transparent;
    -webkit-text-stroke: 1px #d5d5d5;
    font-weight: 300;
    line-height: 0.705;
    font-family: $font-family-barlow;
}

.c_ttl_line260 {
    font-size: clamped(140, 260, 768, 1440);
    color: transparent;
    -webkit-text-stroke: 1px #d5d5d5;
    font-weight: 200;
    line-height: 0.705;
    font-family: $font-family-barlow;
}*/
[class^=c_ttl_line] .ttl {
  position: relative;
  display: inline-block;
}

[class^=c_ttl_line] .ttl img {
  display: block;
}

.c_ttl_en60 {
  font-size: 60px;
  font-family: classico-urw, sans-serif;
  line-height: 1.2;
}

@media screen and (max-width: 1023px) {
  .c_ttl_en60 {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c_ttl_en60 {
    font-size: 30px;
  }
}
.c_ttl_en50 {
  font-size: 3.125rem;
  font-family: classico-urw, sans-serif;
  line-height: 1.2;
}

.c_ttl_en48 {
  font-size: 48px;
  font-family: classico-urw, sans-serif;
  line-height: 1.2;
}

@media screen and (max-width: 1023px) {
  .c_ttl_en48 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c_ttl_en48 {
    font-size: 30px;
  }
}
.c_ttl_en40 {
  font-size: 40px;
  font-family: classico-urw, sans-serif;
  line-height: 1.2;
}

@media screen and (max-width: 1023px) {
  .c_ttl_en40 {
    font-size: 30px;
  }
}
.c_ttl_en30 {
  font-size: 30px;
  font-family: classico-urw, sans-serif;
  line-height: 1.4;
}

.c_ttl_en30_barlow {
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 1.1666666667;
}

@media screen and (max-width: 767px) {
  .c_ttl_en30 {
    font-size: 20px;
  }
}
/*!
component > btn
------------------------------
*/
.c_btnytube {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.c_btnytube__icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding-top: 2px;
  width: 22px;
}

.c_btnytube__txt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 10px;
  font-weight: 500;
  font-size: 16px;
  font-family: classico-urw, sans-serif;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .c_btnytube__txt {
    font-size: 14px;
  }
}
.c_btn01 {
  display: flex;
  align-items: center;
}

.c_btn01__txt {
  position: relative;
  top: -2px;
  z-index: 2;
  display: inline-block;
  margin-right: -24px;
  background-color: #ffffff;
  font-size: 1rem;
  font-family: classico-urw, sans-serif;
  line-height: 1.6;
}

.c_btn01__icon {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  padding: 8px 5px 8px 10px;
  width: 106px;
  height: 106px;
  border-radius: 100%;
  background-color: #ffffff;
}

.c_btn01__icon__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.c_btn01__icon__img {
  position: relative;
  z-index: 2;
  width: 32px;
  transition: 0.5s;
}

.c_btn01:hover .c_btn01__icon__img {
  transform: translateX(5px);
}

.c_btn02 {
  position: relative;
  display: block;
  padding: 42px 65px;
  max-width: 514px;
  width: 100%;
  border: 1px solid #e5e5e5;
}

@media screen and (max-width: 1279px) {
  .c_btn02 {
    padding: 42px 50px;
  }
}
@media print, screen and (max-width: 1179px) {
  .c_btn02 {
    padding: 32px 40px;
  }
}
@media screen and (max-width: 767px) {
  .c_btn02 {
    padding: 30px;
    border: none;
  }
}
.c_btn02__txt {
  letter-spacing: 0.014em;
  font-size: 20px;
  font-family: classico-urw, sans-serif;
}

@media screen and (max-width: 1279px) {
  .c_btn02__txt {
    font-size: 16px;
  }
}
.c_btn02__icon {
  position: absolute;
  top: 50%;
  right: 50px;
  display: flex;
  width: 32px;
  transition: 0.5s;
  transform: translateY(-50%);
}

@media screen and (max-width: 1279px) {
  .c_btn02__icon {
    width: 26px;
  }
}
@media screen and (max-width: 767px) {
  .c_btn02__icon {
    right: 30px;
  }
}
.c_btn02:hover .c_btn02__icon {
  transform: translateX(5px) translateY(-50%);
}

.c_btn03 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  width: clamp(
      18.75rem,
      10.119047619vw + 13.8928571429rem,
      23rem
  );
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}

@media print, screen and (max-width: 1279px) {
  .c_btn03 {
    min-height: 68px;
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .c_btn03 {
    min-height: 50px;
    width: 100%;
  }
}
.c_btn03__content {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  padding-left: 44px;
}

.c_btn03__icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: auto;
  transform: translateY(-50%);
}

.c_btn03_gray {
  background-color: #6c6c6c;
}

.c_btn03_gray .c_btn03__content {
  padding-right: 20px;
  padding-left: 38px;
}

.c_btn03_gold {
  background-color: #afa896;
}

.c_btn03_gold .c_btn03__content {
  padding-right: 20px;
  padding-left: 38px;
}

.c_totop {
  position: fixed;
  right: 15px;
  bottom: 50px;
  z-index: 13;
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #333333;
  border-radius: 100%;
  background-color: #ffffff;
  color: transparent;
  font-size: 0;
  line-height: 1;
  transition: 0.5s;
  transform: translateY(150px);
}

.c_totop::after {
  position: absolute;
  top: calc(50% + 2px);
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333333;
  border-left: 2px solid #333333;
  content: "";
  transform: translate(-50%, -50%) rotate(45deg);
}

/*!
component > Links
------------------------------
*/
.c_link {
  display: inline-block;
  text-decoration: underline;
  text-underline-position: under;
  font-size: 0.875rem;
  line-height: 1.8;
  font-family: "Shippori Mincho", serif;
}

.c_link:hover {
  text-decoration: none;
}

.c_linkyoutube {
  display: inline-flex;
}

.c_linkyoutube__icon {
  width: 22px;
}

/*!
component > List
------------------------------
*/
.c_list01 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
}

@media print, screen and (max-width: 1679px) {
  .c_list01 {
    grid-gap: 40px;
  }
}
@media print, screen and (max-width: 1279px) {
  .c_list01 {
    grid-gap: 30px;
  }
}
.c_list01__link {
  display: block;
}

.c_list01__ttl {
  padding-top: 22px;
  text-align: center;
  font-size: 18px;
  font-family: classico-urw, sans-serif;
}

@media print, screen and (max-width: 767px) {
  .c_list01__ttl {
    padding-top: 5px;
  }
}
.c_list01__video {
  aspect-ratio: 376/220;
}

.c_list01__video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c_list01__video iframe {
  width: 100%;
  height: 100%;
}

.c_list02 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
}

@media print, screen and (max-width: 1679px) {
  .c_list02 {
    grid-gap: 40px;
  }
}
@media print, screen and (max-width: 1279px) {
  .c_list02 {
    grid-gap: 30px;
  }
}
.c_list02__item {
  text-align: center;
}

.c_list02__ttl {
  margin-bottom: 4px;
  padding-top: 28px;
  text-align: center;
  font-size: 20px;
  font-family: classico-urw, sans-serif;
  transition: 0.5s;
}

@media print, screen and (max-width: 767px) {
  .c_list02__ttl {
    margin-bottom: 0;
    padding-top: 10px;
  }
}
.c_list02__more {
  display: inline-block;
  text-decoration: underline;
  font-size: 0.75rem;
  font-family: classico-urw, sans-serif;
  transition: 0.5s;
}

.c_list02__img {
  overflow: hidden;
  aspect-ratio: 370/432;
}

.c_list02__img img {
  width: 100%;
  height: 100%;
  height: 100%;
  transition: 0.5s;
  transform: scale(1.00001);
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 369/430;
}

.c_list02__link {
  display: block;
}

.c_list03 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: clamp(
      2.5rem,
      4.4642857143vw + 0.3571428571rem,
      4.375rem
  );
}

@media screen and (max-width: 767px) {
  .c_list03 {
    display: block;
  }
}
.c_list03__item {
  margin: 0 0 30px;
}

.c_list03__item:last-of-type {
  margin: 0;
}

.c_list03__img {
  overflow: hidden;
  aspect-ratio: 565/374;
}

.c_list03__img img {
  width: 100%;
  height: 100%;
  height: 100%;
  transition: 0.5s;
  transform: scale(1.00001);
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1130/748;
}

.c_list03__link {
  display: block;
}

.c_list03__link .c_list03__calandar {
  position: relative;
  padding: 0 clamp(
      0.625rem,
      2.5297619048vw + -0.5892857143rem,
      1.6875rem
  );
}

@media screen and (max-width: 1180px) {
  .c_list03__link .c_list03__calandar {
    padding: 0;
  }
}
@media screen and (max-width: 1023px) {
  .c_list03__link .c_list03__calandar {
    margin: 10px 0 0;
  }
}
.c_list03__link .c_list03__calandar h4 {
  position: absolute;
  top: -7px;
  left: clamp(
      0.625rem,
      2.5297619048vw + -0.5892857143rem,
      1.6875rem
  );
  padding: 0 10px 0 0;
  background-color: #ffffff;
  font-size: 12px;
  line-height: 1;
}

@media screen and (max-width: 1180px) {
  .c_list03__link .c_list03__calandar h4 {
    left: 0;
  }
}
.c_list03__link .c_list03__calandar table {
  margin: 0 0 10px;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
  border-top: #d8d8d8 solid 1px;
}

.c_list03__link .c_list03__calandar table th {
  padding: 15px 0;
  width: 14.285714%;
  border-right: #d8d8d8 solid 1px;
  border-bottom: #d8d8d8 solid 1px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
}

.c_list03__link .c_list03__calandar table th:last-child {
  border-right: none;
}

.c_list03__link .c_list03__calandar table td {
  padding: 15px 0;
  border-right: #d8d8d8 solid 1px;
  border-bottom: #d8d8d8 solid 1px;
  text-align: center;
  font-size: 12px;
}

.c_list03__link .c_list03__calandar table td:last-child {
  border-right: none;
}

.c_list03__link .c_list03__calandar p.note {
  margin: 0;
  padding: 0;
  text-align: justify;
  font-size: 12px;
  line-height: 2em;
}

@media screen and (max-width: 1023px) {
  .c_list03__link .c_list03__calandar p.note {
    font-size: 11px;
  }
}
.c_list03 a.c_list03__link:hover {
  opacity: 1;
}

.c_list03 a.c_list03__link:hover .c_list02__more {
  text-decoration: none;
}

.c_list03__content {
  padding: clamp(
      1.25rem,
      2.0833333333vw + 0.25rem,
      2.125rem
  ) clamp(
      0.625rem,
      2.5297619048vw + -0.5892857143rem,
      1.6875rem
  );
}

.c_list03__ttl {
  font-size: 36px;
  font-family: classico-urw, sans-serif;
  line-height: 1.3;
  transition: 0.5s;
}

@media screen and (max-width: 1023px) {
  .c_list03__ttl {
    font-size: 30px;
  }
}
.c_list03__txt01 {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 2.5;
  transition: 0.5s;
}

@media screen and (max-width: 1023px) {
  .c_list03__txt01 {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .c_list03__txt01 {
    margin-bottom: 5px;
    font-size: 11px;
  }
}
.c_list03__txt02 {
  position: relative;
  font-size: 13px;
  line-height: 1.8;
  transition: 0.5s;
}

.c_list03__txt02__item {
  margin-right: 10px;
}

.c_list04__item {
  display: block;
  border-bottom: 1px solid #e5e5e5;
}

.c_list04__item:hover {
  opacity: 1;
}

.c_list04 a.c_list04__item:hover {
  opacity: 1;
}

.c_list04__flex {
  display: flex;
  margin: 0 auto;
  padding: 44px 80px;
}

@media screen and (max-width: 1279px) {
  .c_list04__flex {
    padding: 44px 50px;
  }
}
@media screen and (max-width: 767px) {
  .c_list04__flex {
    flex-direction: column;
    padding: 40px 30px;
  }
}
.c_list04__date {
  padding-right: 40px;
  width: 182px;
  letter-spacing: 0.014em;
  font-weight: 400;
  font-size: 14px;
}

@media screen and (max-width: 1023px) {
  .c_list04__date {
    width: 112px;
  }
}
@media screen and (max-width: 767px) {
  .c_list04__date {
    padding-right: 0;
    padding-bottom: 5px;
  }
}
.c_list04__content {
  width: calc(100% - 182px);
}

@media screen and (max-width: 1023px) {
  .c_list04__content {
    width: calc(100% - 112px);
  }
}
@media screen and (max-width: 767px) {
  .c_list04__content {
    width: 100%;
  }
}
.c_list04__txt {
  letter-spacing: 0.014em;
  font-weight: 400;
  font-size: 14px;
  line-height: 2.2857142857;
}

@media screen and (max-width: 1023px) {
  .c_list04__txt {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .c_list04__txt {
    line-height: 1.8em;
  }
}
.c_list05 {
  display: grid;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 1023px) {
  .c_list05 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .c_list05 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.c_list05 .c_list05__item {
  margin-bottom: -1px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
  .c_list05 .c_list05__item {
    border-right: none;
  }
}
@media screen and (max-width: 1023px) {
  .c_list05 .c_list05__item:nth-child(2n) {
    border-right: none;
  }
}
.c_list05 .c_list05__item:nth-child(3n) {
  border-right: none;
}

@media screen and (max-width: 1023px) {
  .c_list05 .c_list05__item:nth-child(3n) {
    border-right: 1px solid #e5e5e5;
  }
}
@media screen and (max-width: 767px) {
  .c_list05 .c_list05__item:nth-child(3n) {
    border-right: none;
  }
}
.c_list05__content {
  display: block;
  padding: 50px;
}

.c_list05__txt {
  padding: 20px 0 0;
  transition: 0.5s;
}

.c_list05__img {
  overflow: hidden;
}

.c_list05__img img {
  transition: 0.5s;
  transform: scale(1.000001);
  aspect-ratio: 672/780;
  -o-object-fit: cover;
     object-fit: cover;
}

.c_list05__ttl {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
}

@media print, screen and (max-width: 1439px) {
  .c_list05__ttl {
    font-size: 16px;
  }
}
.c_list05__date {
  padding-left: 2px;
  color: #272727;
  letter-spacing: 0.075em;
  font-size: 0.75rem;
  font-family: "Barlow Semi Condensed", sans-serif;
}

.c_list05 .c_tags {
  margin-bottom: clamp(
      0.9375rem,
      1.4880952381vw + 0.2232142857rem,
      1.5625rem
  );
}

.c_list05 .c_tags__item {
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
  .c_list05 .c_tags__item {
    margin-bottom: 4px;
  }
}
a.c_list05__content:hover {
  opacity: 1;
}

.c_list06 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 50px;
}

@media print, screen and (max-width: 1439px) {
  .c_list06 {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
  }
}
@media print, screen and (max-width: 1279px) {
  .c_list06 {
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .c_list06 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.c_list06__content {
  padding: 26px 10px;
}

.c_list06__ttl {
  margin-bottom: 10px;
  color: #272727;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.8em;
}

@media print, screen and (max-width: 1679px) {
  .c_list06__ttl {
    font-size: 14px;
  }
}
.c_list06__date {
  color: #272727;
  letter-spacing: 0.075em;
  font-size: 0.75rem;
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 1.8333333333;
}

.c_list06__item .c_video01 {
  display: flex;
  overflow-y: hidden;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16/9;
}

.c_listbtn {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
}

.c_listbtn__prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: clamp(
      6.25rem,
      8.0357142857vw + 2.3928571429rem,
      9.625rem
  );
  border-right: 1px solid #e5e5e5;
}

@media screen and (max-width: 1279px) {
  .c_listbtn__prev {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .c_listbtn__prev {
    width: 50px;
    height: 50px;
  }
}
.c_listbtn__prev a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: clamp(
      6.25rem,
      8.0357142857vw + 2.3928571429rem,
      9.625rem
  );
  cursor: pointer;
}

@media screen and (max-width: 1279px) {
  .c_listbtn__prev a {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .c_listbtn__prev a {
    width: 50px;
    height: 50px;
  }
}
.c_listbtn__prev a svg {
  width: 16px;
  transform: rotate(90deg);
}

.c_listbtn__next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: clamp(
      6.25rem,
      8.0357142857vw + 2.3928571429rem,
      9.625rem
  );
  border-left: 1px solid #e5e5e5;
  cursor: pointer;
  transition: 0.5s;
}

@media screen and (max-width: 1279px) {
  .c_listbtn__next {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .c_listbtn__next {
    width: 50px;
    height: 50px;
  }
}
.c_listbtn__next a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: clamp(
      6.25rem,
      8.0357142857vw + 2.3928571429rem,
      9.625rem
  );
  cursor: pointer;
}

@media screen and (max-width: 1279px) {
  .c_listbtn__next a {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .c_listbtn__next a {
    width: 50px;
    height: 50px;
  }
}
.c_listbtn__next a svg {
  width: 16px;
  transform: rotate(-90deg);
}

.c_listbtn__content {
  display: flex;
  justify-content: center;
  padding: clamp(
      0.625rem,
      1.1904761905vw + 0.0535714286rem,
      1.125rem
  ) clamp(
      0.75rem,
      0.5952380952vw + 0.4642857143rem,
      1rem
  );
  width: calc(100% - 282px);
}

@media screen and (max-width: 1279px) {
  .c_listbtn__content {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 767px) {
  .c_listbtn__content {
    padding: 0;
    width: calc(100% - 100px);
    height: 50px;
  }
}
.c_listbtn__content .c_btn03 {
  min-height: 100%;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 14px;
}

@media screen and (max-width: 1023px) {
  .c_listbtn__content .c_btn03 {
    font-size: 13px;
  }
}
.c_listbtn__content .c_btn03_gray {
  margin-right: 12px;
  width: 20%;
  height: 100%;
  background-color: #9f9f9f;
}

@media screen and (max-width: 1679px) {
  .c_listbtn__content .c_btn03_gray {
    width: 25%;
  }
}
@media screen and (max-width: 1179px) {
  .c_listbtn__content .c_btn03_gray {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .c_listbtn__content .c_btn03_gray {
    margin-right: 0;
    min-height: inherit;
    width: 100%;
    height: 50px;
    background-color: transparent;
    color: #404040;
  }
  .c_listbtn__content .c_btn03_gray .c_btn03__icon {
    display: none;
  }
}
.c_listbtn__content .c_btn03_gray .c_btn03__content {
  padding-right: 0;
  padding-left: clamp(
      1.875rem,
      2.380952381vw + 0.7321428571rem,
      2.875rem
  );
}

@media screen and (max-width: 767px) {
  .c_listbtn__content .c_btn03_gray .c_btn03__content {
    padding-left: 0;
  }
}
.c_listbtn__content .c_btn03_gold {
  width: 80%;
  height: 100%;
}

@media screen and (max-width: 1679px) {
  .c_listbtn__content .c_btn03_gold {
    width: 75%;
  }
}
@media screen and (max-width: 1179px) {
  .c_listbtn__content .c_btn03_gold {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .c_listbtn__content .c_btn03_gold {
    display: none;
  }
}
.c_listbtn__content .c_btn03_gold .c_btn03__content {
  padding-right: 0;
  padding-left: clamp(
      2.8125rem,
      3.869047619vw + 0.9553571429rem,
      4.4375rem
  );
}

@media screen and (max-width: 767px) {
  .c_listbtn__content .c_btn03_gold .c_btn03__content {
    padding-left: 32px;
  }
}
.c_listbtn__content .c_btn03_black {
  width: 80%;
  height: 100%;
}

@media screen and (max-width: 1679px) {
  .c_listbtn__content .c_btn03_black {
    width: 75%;
  }
}
@media screen and (max-width: 1179px) {
  .c_listbtn__content .c_btn03_black {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .c_listbtn__content .c_btn03_black {
    display: none;
  }
}
.c_listbtn__content .c_btn03_black .c_btn03__content {
  padding-right: 0;
  padding-left: clamp(
      2.8125rem,
      3.869047619vw + 0.9553571429rem,
      4.4375rem
  );
}

@media screen and (max-width: 767px) {
  .c_listbtn__content .c_btn03_black .c_btn03__content {
    padding-left: 32px;
  }
}
.c_listlogo {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}

.c_listlogo__char {
  position: absolute;
  top: -30px;
  left: -15px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: clamp(
      2.8125rem,
      2.9761904762vw + 1.3839285714rem,
      4.0625rem
  );
  height: clamp(
      2.8125rem,
      2.9761904762vw + 1.3839285714rem,
      4.0625rem
  );
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  text-align: center;
  font-size: clamp(
      1.25rem,
      0.5952380952vw + 0.9642857143rem,
      1.5rem
  );
  font-family: classico-urw, sans-serif;
  line-height: 1.4583333333;
}

.c_listlogo__char.kana {
  font-weight: 500;
  font-size: 15px;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}

.c_listlogo__content {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.c_listlogo__content::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background-color: #e5e5e5;
  content: "";
}

.c_listlogo__content::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  background-color: #e5e5e5;
  content: "";
}

@media screen and (max-width: 1279px) {
  .c_listlogo__content {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 1023px) {
  .c_listlogo__content {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .c_listlogo__content {
    grid-template-columns: repeat(3, 1fr);
  }
}
.c_listlogo__content__item {
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

.c_listlogo__content__link {
  display: block;
}

.c_listdetail01 {
  margin-bottom: -1px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.c_listdetail01__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 767px) {
  .c_listdetail01__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.c_listdetail01__cate {
  display: inline-block;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 0.75rem;
  font-family: classico-urw, sans-serif;
  line-height: 1.75;
}

.c_listdetail01__cate.green {
  color: #018445;
}

.c_listdetail01__cate.red {
  color: #b02727;
}

.c_listdetail01__item {
  border-right: 1px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
  .c_listdetail01__item {
    margin-bottom: -1px;
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
  }
}
.c_listdetail01__item:nth-child(2) {
  border: none;
}

.c_listdetail01__link {
  display: block;
  padding: clamp(
      3.125rem,
      2.8273809524vw + 1.7678571429rem,
      4.3125rem
  ) clamp(
      2.5rem,
      5.9523809524vw + -0.3571428571rem,
      5rem
  ) clamp(
      1.125rem,
      0.8928571429vw + 0.6964285714rem,
      1.5rem
  );
}

@media screen and (max-width: 767px) {
  .c_listdetail01__link {
    padding: 50px 30px 18px;
  }
}
.c_listdetail01__ttl {
  margin-top: 11px;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.75;
}

@media screen and (max-width: 1023px) {
  .c_listdetail01__ttl {
    font-size: 13px;
  }
}
.c_listdetail01__ttl .item_type {
  display: inline-block;
  padding: 0 0 10px;
  font-weight: 700;
  font-size: 13px;
  font-family: classico-urw, sans-serif;
}

.c_listdetail01__ttl .item_type .pre_order {
  padding: 0 0 0 10px;
  border-left: #82660f solid 3px;
  color: #82660f;
}

.c_listdetail01__ttl .item_type .sale {
  padding: 0 0 0 10px;
  border-left: #961919 solid 3px;
  color: #961919;
}

.c_listdetail01__ttl .item_type .exclusive {
  padding: 0 0 0 10px;
  border-left: #000000 solid 3px;
  color: #000000;
}

.c_listdetail01__img {
  overflow: hidden;
  margin: 0;
  text-align: center;
}

.c_listdetail01__img img {
  max-width: 460px;
  width: 100%;
  height: auto;
}

.c_listdetail01__content {
  margin: clamp(
      1.25rem,
      1.6369047619vw + 0.4642857143rem,
      1.9375rem
  ) 0 0 0;
}

.c_listdetail01__price {
  margin-top: clamp(
      1.125rem,
      0.8928571429vw + 0.6964285714rem,
      1.5rem
  );
  padding-left: 3px;
  font-size: 0.8125rem;
  font-family: classico-urw, sans-serif;
}

.c_listdetail01__price .original {
  display: block;
  padding: 0;
  text-decoration: line-through;
  font-size: 12px;
  line-height: 1;
}

.c_listdetail01__price .sale_price {
  color: #93151d;
  font-weight: 500;
  font-size: 14px;
}

.c_listdetail01__select {
  margin: 0 auto clamp(
      3.125rem,
      2.6785714286vw + 1.8392857143rem,
      4.25rem
  ) auto;
  width: calc(100% - clamp(
      5rem,
      11.9047619048vw + -0.7142857143rem,
      10rem
  ));
}

a.c_listdetail01__link:hover {
  opacity: 1;
}

.c_listdetail02 {
  display: grid;
  border-bottom: 1px solid #e5e5e5;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 1179px) {
  .c_listdetail02 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .c_listdetail02 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.c_listdetail02__link {
  display: block;
  padding: 80px 80px 0;
}

@media screen and (max-width: 1279px) {
  .c_listdetail02__link {
    padding: 80px 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .c_listdetail02__link {
    padding: 50px 30px 18px;
  }
}
.c_listdetail02__cate {
  display: inline-block;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 0.75rem;
  font-family: classico-urw, sans-serif;
  line-height: 1.75;
}

.c_listdetail02__cate.green {
  color: #018445;
}

.c_listdetail02__cate.red {
  color: #b02727;
}

.c_listdetail02__item {
  margin-bottom: -1px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
  .c_listdetail02__item {
    border-right: none;
  }
}
.c_listdetail02__item:nth-child(3n) {
  border-right: none;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 1179px) {
  .c_listdetail02__item:nth-child(3n) {
    border-right: 1px solid #e5e5e5;
  }
}
@media screen and (max-width: 1179px) {
  .c_listdetail02__item:nth-child(2n) {
    border-right: none;
  }
}
.c_listdetail02__ttl {
  margin-top: 11px;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.75;
}

@media screen and (max-width: 1023px) {
  .c_listdetail02__ttl {
    font-size: 13px;
  }
}
.c_listdetail02__ttl .item_type {
  display: inline-block;
  padding: 0 0 10px;
  font-weight: 700;
  font-size: 13px;
  font-family: classico-urw, sans-serif;
}

.c_listdetail02__ttl .item_type .pre_order {
  padding: 0 0 0 10px;
  border-left: #82660f solid 3px;
  color: #82660f;
}

.c_listdetail02__ttl .item_type .sale {
  padding: 0 0 0 10px;
  border-left: #961919 solid 3px;
  color: #961919;
}

.c_listdetail02__ttl .item_type .exclusive {
  padding: 0 0 0 10px;
  border-left: #000000 solid 3px;
  color: #000000;
}

.c_listdetail02__img {
  overflow: hidden;
  margin: 0;
  text-align: center;
}

.c_listdetail02__img img {
  width: 80%;
  transition: 0.5s;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.c_listdetail02__content {
  margin: 30px 0 0 0;
}

.c_listdetail02__price {
  margin-top: clamp(
      1.125rem,
      0.8928571429vw + 0.6964285714rem,
      1.5rem
  );
  padding-left: 3px;
  font-size: 0.8125rem;
  font-family: classico-urw, sans-serif;
}

@media screen and (max-width: 767px) {
  .c_listdetail02__price {
    margin-top: 10px;
    padding-left: 0;
  }
}
.c_listdetail02__price .original {
  display: block;
  padding: 0;
  text-decoration: line-through;
  font-size: 12px;
  line-height: 1;
}

.c_listdetail02__price .sale_price {
  color: #93151d;
  font-weight: 500;
  font-size: 14px;
}

.c_listdetail02__select {
  margin: 0 auto clamp(
      3.4375rem,
      2.9761904762vw + 2.0089285714rem,
      4.6875rem
  ) auto;
  width: calc(100% - clamp(
      5rem,
      11.9047619048vw + -0.7142857143rem,
      10rem
  ));
}

a.c_listdetail02__link:hover {
  opacity: 1;
}

.c_listtxt {
  line-height: 1;
}

.c_listtxt__item {
  display: flex;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .c_listtxt__item {
    flex-direction: column;
  }
}
.c_listtxt__ttl {
  width: 146px;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 2.5;
}

.c_listtxt__content {
  width: calc(100% - 146px);
  letter-spacing: 0;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 2.5;
}

@media screen and (max-width: 767px) {
  .c_listtxt__content {
    width: 100%;
  }
}
/*!
component > Box
------------------------------
*/
.c_box01 {
  border-top: 1px solid #dfdfdf;
}

.c_box01 .c_ttl_line120 {
  margin-top: -2px;
  margin-bottom: 50px;
  margin-left: -4px;
}

@media print, screen and (max-width: 1279px) {
  .c_box01 .c_ttl_line120 {
    margin-bottom: 30px;
  }
}
.c_box02 {
  position: relative;
}

.c_box02 .c_ttl_line120 {
  margin-top: -5px;
  margin-right: -12px;
  margin-bottom: 19px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .c_box02 .c_ttl_line120 {
    margin-right: -9px;
  }
}
.c_box02 .c_ttl_en60 {
  position: relative;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .c_box02 .c_ttl_en60 {
    margin: 0 0 8px;
  }
}
.c_box02 .c_ttl_en60::after {
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  content: "";
}

@media screen and (max-width: 1023px) {
  .c_box02 .c_ttl_en60::after {
    bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c_box02 .c_ttl_en60::after {
    bottom: 6px;
  }
}
.c_box02 .c_ttl_en60__txt {
  display: inline-block;
  margin-right: -5px;
}

@media screen and (max-width: 767px) {
  .c_box02 .c_ttl_en60__txt {
    margin-right: 0;
  }
}
.c_box02__head {
  border-bottom: 1px solid #e5e5e5;
}

.c_box02__head .c_ttl_en40 {
  margin-bottom: -9px;
}

.c_box02__head__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-right: 0;
  margin-left: auto;
  padding-top: 37px;
  padding-left: 80px;
}

@media screen and (max-width: 1279px) {
  .c_box02__head__inner {
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c_box02__head__inner {
    padding-top: 20px;
    padding-right: 0;
    padding-left: 30px;
  }
}
.c_box02__head__inner .c_ttl_line120 {
  margin-top: 0;
  margin-bottom: 8px;
}

.c_box02 .c_btn01 {
  position: absolute;
  right: -10px;
  bottom: -28px;
  z-index: 12;
}

.c_box03 .c_ttl_line260 {
  margin-top: -10px;
  margin-bottom: -4px;
  margin-left: -10px;
}

/*!
component > MV
------------------------------
*/
.c_banner01 {
  position: relative;
  display: block;
  height: calc(100svh - 91px);
}

@media screen and (max-width: 1023px) {
  .c_banner01 {
    max-height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .c_banner01 {
    height: calc(100svh - 145px);
  }
}
.c_banner01__ttl {
  position: absolute;
  bottom: 40px;
  left: 30px;
  max-width: 100%;
  color: #fffefe;
  letter-spacing: 2px;
  font-size: 24px;
  font-family: classico-urw, sans-serif;
  line-height: 1;
  writing-mode: vertical-rl;
}

@media print, screen and (max-width: 1023px) {
  .c_banner01__ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c_banner01__ttl {
    bottom: 20px;
    left: 20px;
  }
}
.c_banner01__ttl.wm {
  color: #787365;
}

.c_banner01__img {
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  justify-content: flex-start;
  height: calc(100svh - 91px);
}

@media screen and (max-width: 1023px) {
  .c_banner01__img {
    max-height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .c_banner01__img {
    align-items: center;
    justify-content: center;
    height: calc(100svh - 145px);
  }
}
.c_banner01__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 676/725;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

@media screen and (max-width: 767px) {
  .c_banner01__img img {
    max-height: 500px;
    height: 100%;
  }
}
.c_banner02 {
  position: relative;
  display: block;
}

.c_banner02__ttl {
  position: absolute;
  top: calc(50% - clamp(
      0rem,
      1.7857142857vw + -0.8571428571rem,
      0.75rem
  ));
  left: 35px;
  max-width: 100%;
  color: #fffefe;
  font-size: 1.5rem;
  font-family: classico-urw, sans-serif;
  line-height: 1.4583333333;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
}

.c_banner02__img img {
  min-height: 240px;
  aspect-ratio: 1359/348;
  -o-object-fit: cover;
     object-fit: cover;
}

.c_mv__first {
  display: grid;
  margin-bottom: 0;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0;
}

.c_mv01 {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 0 0 100px 0;
  background-color: #e3e8e6;
}

@media screen and (max-width: 1023px) {
  .c_mv01 {
    padding: 0 0 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .c_mv01 {
    align-items: flex-start;
    flex-direction: column;
    padding: 50px 0 30px;
  }
}
.c_mv01__en {
  margin-bottom: clamp(
      1.25rem,
      1.7857142857vw + 0.3928571429rem,
      2rem
  );
  color: #040404;
  font-size: 1.875rem;
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 1.1666666667;
}

.c_mv01__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 68px;
}

@media screen and (max-width: 1023px) {
  .c_mv01__link {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c_mv01__link {
    justify-content: flex-start;
  }
}
.c_mv01__link__icon {
  width: 32px;
}

.c_mv01__ttl {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 2.0588235294;
}

.c_mv01__ttl01 {
  position: absolute;
  top: clamp(
      -14.6875rem,
      -42.4107142857vw + 23.4821428571rem,
      3.125rem
  );
  right: clamp(
      -0.75rem,
      -0.4464285714vw + -0.3482142857rem,
      -0.5625rem
  );
  display: inline-block;
  color: transparent;
  white-space: nowrap;
  font-weight: 100;
  font-size: clamp(
      3.125rem,
      4.4642857143vw + 0.9821428571rem,
      5rem
  );
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 1;
  writing-mode: vertical-lr;
  -webkit-text-stroke: 1px rgba(111, 153, 143, 0.53);
}

.c_mv01__txt {
  margin-right: -15px;
  margin-bottom: 18px;
  font-size: 0.75rem;
  line-height: 2;
}

.c_mv01__img {
  overflow: hidden;
}

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

@media screen and (max-width: 1179px) {
  .c_mv01__img img {
    width: 100%;
    height: auto;
  }
}
.c_mv01__inner {
  position: relative;
  flex: 1;
  margin-bottom: 3px;
}

@media screen and (max-width: 1179px) {
  .c_mv01__inner {
    width: 50%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .c_mv01__inner {
    width: 100%;
  }
}
.c_mv01__content {
  padding-right: 40px;
  padding-bottom: clamp(
      1.25rem,
      4.6130952381vw + -0.9642857143rem,
      3.1875rem
  );
  padding-left: clamp(
      2.5rem,
      2.6785714286vw + 1.2142857143rem,
      3.625rem
  );
  max-width: 500px;
}

@media screen and (max-width: 767px) {
  .c_mv01__content {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    max-width: inherit;
  }
}
.c_mv01__end {
  padding-left: 43px;
  width: 100%;
  border-top: 1px solid #cecece;
}

.c_mv01 .c_tags__item {
  margin-bottom: 4px;
}

.c_mv01_mens {
  background-color: #ffffff;
}

.c_mv01_mens .c_mv01__ttl01 {
  top: 0;
  right: -4px;
  z-index: 0;
}

.c_mv01_mens .c_mv01__en {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  letter-spacing: 0.025em;
  font-size: 24px;
  font-family: classico-urw, sans-serif;
}

@media screen and (max-width: 1279px) {
  .c_mv01_mens .c_mv01__en {
    margin-bottom: 30px;
    font-size: 22px;
  }
}
.c_mv01_mens .c_mv01__ttl {
  position: relative;
  z-index: 1;
  margin: 0 0 8px;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.75;
}

@media screen and (max-width: 1279px) {
  .c_mv01_mens .c_mv01__ttl {
    font-size: 18px;
  }
}
.c_mv01_mens .c_mv01__txt {
  position: relative;
  z-index: 1;
  margin-bottom: clamp(
      1.125rem,
      2.2321428571vw + 0.0535714286rem,
      2.0625rem
  );
}

.c_mv01_mens .c_mv01__content {
  padding-bottom: clamp(
      1.25rem,
      4.1666666667vw + -0.75rem,
      3rem
  );
}

@media screen and (max-width: 767px) {
  .c_mv01_mens .c_mv01__content {
    padding-bottom: 0;
  }
}
.c_mv01_mens .c_mv01__end {
  border-top: solid 1px #e5e5e5;
}

@media screen and (max-width: 767px) {
  .c_mv01_mens .c_mv01__end {
    padding-left: 30px;
    border-top: none;
  }
}
.c_mv01_mens .c_mv01__img {
  height: calc(100svh - 91px);
}

@media screen and (max-width: 1179px) {
  .c_mv01_mens .c_mv01__img {
    width: 50%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .c_mv01_mens .c_mv01__img {
    width: calc(100% - 72px);
  }
}
.c_mv01_golf .c_mv01__img {
  height: calc(100svh - 91px);
}

.c_mv02 {
  position: relative;
  z-index: 1;
  padding-bottom: clamp(
      6.25rem,
      5.3571428571vw + 3.6785714286rem,
      8.5rem
  );
  background-color: #e3e8e6;
}

.c_mv02 .c_title01 {
  position: relative;
  display: inline-block;
  padding: clamp(
      3.125rem,
      4.1666666667vw + 1.125rem,
      4.875rem
  ) 17px clamp(
      3.125rem,
      2.5297619048vw + 1.9107142857rem,
      4.1875rem
  ) 0;
  /*&::after {
  	position:absolute;
  	top:0;
  	right:0;
  	width:1px;
  	height:100%;
  	background-color:#cecece;
  	content:"";
  	transform:skew(-25deg);
  }*/
}

.c_mv02__date {
  margin-bottom: 17px;
  color: #272727;
  letter-spacing: 0.075em;
  font-size: 0.75rem;
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 1.8333333333;
}

@media print, screen and (max-width: 1023px) {
  .c_mv02__date {
    margin-bottom: 10px;
  }
}
.c_mv02__ttl {
  margin-bottom: 16px;
  color: #272727;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 2em;
}

@media print, screen and (max-width: 1023px) {
  .c_mv02__ttl {
    margin-bottom: 5px;
    font-size: 14px;
  }
}
.c_mv02__ttl01 {
  position: absolute;
  top: 0;
  right: 0;
  color: transparent;
  white-space: nowrap;
}

.c_mv02__link {
  display: flex;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.c_mv02__link .icon {
  width: 32px;
}

.c_mv02__inner {
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .c_mv02__inner {
    position: relative;
    z-index: 5;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.c_mv02__left {
  width: 50.5%;
}

.c_mv02__right {
  padding-bottom: 9px;
  padding-left: clamp(
      1.875rem,
      4.4642857143vw + -0.2678571429rem,
      3.75rem
  );
  width: 49.5%;
}

.c_mv02_mens {
  padding-bottom: 95px;
  background-color: #ffffff;
}

@media screen and (max-width: 767px) {
  .c_mv02_mens.lower {
    padding-bottom: 50px;
  }
}
.c_mv02_mens .c_title01 {
  padding: 65px 74px 59px 0;
}

@media print, screen and (max-width: 1023px) {
  .c_mv02_mens .c_title01 {
    padding: 40px 74px 30px 0;
  }
}
.c_mv02_mens .c_mv02__left {
  width: 65.2%;
}

@media screen and (max-width: 767px) {
  .c_mv02_mens .c_mv02__left {
    width: 100%;
  }
}
.c_mv02_mens .c_mv02__left .c_video01 {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16/9;
}

.c_mv02_mens .c_mv02__left .c_video01 a {
  display: block;
  width: 100%;
}

.c_mv02_mens .c_mv02__left .c_video01 img, .c_mv02_mens .c_mv02__left .c_video01 iframe {
  width: 100%;
  height: 100%;
}

.c_mv02_mens .c_mv02__right {
  padding-right: 120px;
  padding-bottom: 22px;
  width: 34.8%;
}

@media screen and (max-width: 1439px) {
  .c_mv02_mens .c_mv02__right {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1279px) {
  .c_mv02_mens .c_mv02__right {
    padding-right: 10px;
  }
}
@media print, screen and (max-width: 1023px) {
  .c_mv02_mens .c_mv02__right {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .c_mv02_mens .c_mv02__right {
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    width: 100%;
  }
}
.c_mv02_mens .c_mv02__ttl01 {
  top: calc(50% + clamp(
      0rem,
      2.2321428571vw + -1.0714285714rem,
      0.9375rem
  ));
  right: -4px;
  font-weight: 400;
  font-size: clamp(
      3.125rem,
      10.4166666667vw + -1.875rem,
      7.5rem
  );
  -webkit-text-stroke: 1px #e5e5e5;
}

.c_mv02_golf .c_mv02__ttl01 {
  top: 50%;
  right: -3px;
  height: 70vh;
  transform: translate(0, -50%);
}

.c_mv02_golf .c_title01__en01 {
  font-size: 36px;
}

.c_mv02_golf .c_mv02__left {
  width: 65.2%;
  border: #296a5b solid 6px;
  border-radius: 12px;
}

.c_mv02_golf .c_mv02__left .c_video01 {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  aspect-ratio: 16/9;
}

.c_mv02_golf .c_mv02__right {
  padding-right: 120px;
  padding-bottom: 22px;
  width: 34.8%;
}

.c_mv03 {
  margin-bottom: clamp(
      5rem,
      5.6547619048vw + 2.2857142857rem,
      7.375rem
  );
  padding: 50px 0;
  border-bottom: 1px solid #e5e5e5;
}

.c_mv03__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c_mv03__ttl {
  font-size: 1.5rem;
  font-family: classico-urw, sans-serif;
  line-height: 1.4583333333;
}

.c_mv03__list__item {
  display: inline-flex;
  margin-left: clamp(
      0.3125rem,
      1.0416666667vw + -0.1875rem,
      0.75rem
  );
}

.c_mv03__list__link {
  display: inline-flex;
  font-size: 0.9375rem;
  font-family: classico-urw, sans-serif;
}

@media screen and (max-width: 767px) {
  .c_mv03__list__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
.c_mv03__left {
  padding-right: 40px;
  width: clamp(
      12.5rem,
      5.9523809524vw + 9.6428571429rem,
      15rem
  );
}

@media screen and (max-width: 767px) {
  .c_mv03__left {
    padding-right: 0;
    width: 100%;
  }
}
.c_mv03__right {
  margin-bottom: 3px;
  width: calc(100% - clamp(
      12.5rem,
      5.9523809524vw + 9.6428571429rem,
      15rem
  ));
  text-align: right;
}

.c_mvdetail {
  padding-bottom: clamp(
      5.625rem,
      4.9107142857vw + 3.2678571429rem,
      7.6875rem
  );
  background-color: #e3e8e6;
}

@media screen and (max-width: 767px) {
  .c_mvdetail {
    padding-bottom: 50px;
  }
}
.c_mvdetail__ttl01 {
  display: inline-block;
  margin-top: clamp(
      -0.9375rem,
      1.7857142857vw + -1.7946428571rem,
      -0.1875rem
  );
  margin-right: clamp(
      -0.75rem,
      -0.8928571429vw + 0.0535714286rem,
      -0.375rem
  );
  color: transparent;
  font-weight: 100;
  font-size: clamp(
      5rem,
      5.9523809524vw + 2.1428571429rem,
      7.5rem
  );
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 1;
  -webkit-text-stroke: 1px rgba(111, 153, 143, 0.53);
}

.c_mvdetail__ttl {
  margin-bottom: 38px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .c_mvdetail__ttl {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.c_mvdetail__content {
  padding-top: clamp(
      3.125rem,
      2.8273809524vw + 1.7678571429rem,
      4.3125rem
  );
}

.c_mvdetail__content .l_container {
  padding: 0 clamp(
      2.5rem,
      5.9523809524vw + -0.3571428571rem,
      5rem
  );
}

@media screen and (max-width: 767px) {
  .c_mvdetail__content .l_container {
    padding: 0 30px;
  }
}
.c_mvdetail__arrows {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c_mvdetail_mens {
  background-color: #ffffff;
}

.c_mvdetail_mens .c_mvdetail__ttl01 {
  margin-top: clamp(
      -1.1875rem,
      -1.1904761905vw + -0.1160714286rem,
      -0.6875rem
  );
}

@media screen and (max-width: 767px) {
  .c_mvdetail_mens .c_mvdetail__ttl01 {
    display: block;
    margin-top: -1px;
    margin-right: 0;
  }
}
.c_mvdetail_mens .c_mvdetail__ttl01 .ttl {
  position: relative;
  right: 8px;
  display: inline-block;
  width: clamp(
      27.75rem,
      28.5714285714vw + 14.0357142857rem,
      39.75rem
  );
}

@media screen and (max-width: 767px) {
  .c_mvdetail_mens .c_mvdetail__ttl01 .ttl {
    right: 0;
    display: block;
    margin: 0 0 0 auto;
    max-width: 400px;
    width: 80%;
  }
}
.c_mvdetail_mens .c_mvdetail__ttl01 .ttl img {
  display: block;
}

.c_mvdetail_mens .c_mvdetail__content {
  padding-top: 57px;
}

@media screen and (max-width: 767px) {
  .c_mvdetail_mens .c_mvdetail__content {
    padding-top: 30px;
  }
}
.c_mvdetail_mens .c_sliderdetail__arrows {
  padding-left: clamp(
      2.5rem,
      1.4880952381vw + 1.7857142857rem,
      3.125rem
  );
}

@media screen and (max-width: 767px) {
  .c_mvdetail_mens .c_sliderdetail__arrows {
    display: none;
  }
}
.c_mvdetail_golf .c_mvdetail__ttl01 {
  margin-top: clamp(
      -1.1875rem,
      -1.6369047619vw + 0.2857142857rem,
      -0.5rem
  );
}

.c_mvdetail_golf .c_mvdetail__ttl01 .ttl {
  position: relative;
  right: 8px;
  display: inline-block;
  width: clamp(
      27.75rem,
      26.6369047619vw + 14.9642857143rem,
      38.9375rem
  );
}

.c_mvdetail_golf .c_mvdetail__ttl01 .ttl img {
  display: block;
}

.c_mvdetail_golf .c_mvdetail__content {
  padding-top: 58px;
}

.c_mvdetail_golf .c_mvdetail__content .c_tags01__item {
  border: 1px solid #cecece;
}

.c_mvdetail_golf .c_sliderdetail__arrows {
  padding-left: 30px;
}

.c_mvdetail_golf .c_sliderdetail__arrows .c_sliderdetail__prev {
  border: 1px solid #cecece;
  border-right: none;
}

.c_mvdetail_golf .c_sliderdetail__arrows .c_sliderdetail__next {
  border: 1px solid #cecece;
}

.c_quality {
  display: grid;
  width: 100%;
  border: 1px solid #e5e5e5;
  grid-template-columns: clamp(
      1.875rem,
      2.2321428571vw + 0.8035714286rem,
      2.8125rem
  ) auto clamp(
      1.875rem,
      2.2321428571vw + 0.8035714286rem,
      2.8125rem
  );
}

@media screen and (max-width: 767px) {
  .c_quality {
    border: none;
  }
}
.c_quality__arrows {
  position: relative;
  margin: 0;
  margin-top: 0;
  padding: 12px 16px;
  height: 100%;
  border-radius: 0;
  color: #000000;
  cursor: pointer;
  transition: all 0.1s ease-out;
  transform: scale(1);
}

@media screen and (max-width: 767px) {
  .c_quality__arrows {
    margin-top: 0;
    padding: 0;
  }
}
.c_quality__arrows:focus {
  outline: none;
}

.c_quality__arrows:active {
  outline: none;
}

.c_quality__arrows:disabled {
  pointer-events: none;
}

.c_quality__arrows :disabled::after {
  opacity: 0.25;
}

.c_quality__prev {
  border-right: none;
}

.c_quality__prev::after {
  position: absolute;
  top: 27px;
  left: 17px;
  width: 9px;
  height: 1px;
  background-color: #000000;
  content: "";
}

@media screen and (max-width: 767px) {
  .c_quality__prev::after {
    top: 15px;
    left: 0;
  }
}
.c_quality__next {
  border-left: none;
}

.c_quality__next::before {
  position: absolute;
  top: 27px;
  right: 18px;
  width: 9px;
  height: 1px;
  background-color: #000000;
  content: "";
}

@media screen and (max-width: 767px) {
  .c_quality__next::before {
    top: 15px;
    right: 0;
  }
}
.c_quality__next::after {
  position: absolute;
  top: 23px;
  right: 22px;
  width: 1px;
  height: 9px;
  background-color: #000000;
  content: "";
}

@media screen and (max-width: 767px) {
  .c_quality__next::after {
    top: 11px;
    right: 4px;
  }
}
.c_quality__input {
  display: flex;
  overflow: hidden;
  flex-direction: row;
  width: 100%;
}

.c_quality__text {
  position: relative;
  min-width: 100%;
  width: 100%;
  height: 56px;
  border-radius: none;
  text-align: center;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 16px;
  font-size: 0.75rem;
  line-height: 24px;
  transition: all 0.2s ease-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media screen and (max-width: 767px) {
  .c_quality__text {
    height: 30px;
  }
}
.c_quality__text:focus {
  outline: none;
  border: 1px solid #5e5e5e;
  background-color: white;
}

.c_quality__text::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.c_quality__text::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

/*!
component > slider
------------------------------
*/
@media print, screen and (max-width: 1439px) {
  .js_slider03 .c_slider01__img {
    padding: 0;
  }
}
.c_slider01__img {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 0 30px;
}

@media screen and (max-width: 1023px) {
  .c_slider01__img {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .c_slider01__img {
    padding: 0;
  }
}
.c_slider01__img img {
  width: 100%;
  height: auto;
}

.c_slider01__num {
  position: absolute;
  top: -11px;
  right: -25px;
  z-index: 1;
  display: block;
  width: 86px;
  height: 86px;
}

@media screen and (max-width: 1023px) {
  .c_slider01__num {
    top: -30px;
    right: -45px;
    width: 70px;
    height: 70px;
  }
}
@media print, screen and (max-width: 767px) {
  .c_slider01__num {
    top: -40px;
    right: -45px;
    z-index: 10;
    width: 60px;
    height: 60px;
  }
}
.c_slider01__num__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 40px;
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 1;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1023px) {
  .c_slider01__num__txt {
    font-size: 30px;
  }
}
@media print, screen and (max-width: 767px) {
  .c_slider01__num__txt {
    font-size: 20px;
  }
}
.c_slider01__num img {
  transition: 0.5s;
}

.c_slider01__txt {
  padding: 0 1px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.8em;
  transition: 0.5s;
}

@media print, screen and (max-width: 1279px) {
  .c_slider01__txt {
    font-size: 12px;
  }
}
.c_slider01__txt .item_type {
  display: inline-block;
  padding: 0 0 10px;
  font-weight: 700;
  font-size: 13px;
  font-family: classico-urw, sans-serif;
}

@media print, screen and (max-width: 767px) {
  .c_slider01__txt .item_type {
    font-size: 11px;
  }
}
.c_slider01__txt .item_type .pre_order {
  padding: 0 0 0 10px;
  border-left: #82660f solid 3px;
  color: #82660f;
}

.c_slider01__txt .item_type .sale {
  padding: 0 0 0 10px;
  border-left: #961919 solid 3px;
  color: #961919;
}

.c_slider01__txt .item_type .exclusive {
  padding: 0 0 0 10px;
  border-left: #000000 solid 3px;
  color: #000000;
}

.c_slider01__price {
  padding-top: 38px;
  font-weight: 500;
  font-size: 0.8125rem;
  font-family: classico-urw, sans-serif;
  line-height: 1.8461538462;
  transition: 0.5s;
}

@media print, screen and (max-width: 767px) {
  .c_slider01__price {
    padding-top: 18px;
  }
}
.c_slider01__price .original {
  display: block;
  padding: 0;
  text-decoration: line-through;
  font-size: 12px;
  line-height: 1;
}

.c_slider01__price .sale_price {
  color: #93151d;
  font-weight: 500;
  font-size: 14px;
}

.c_slider01__content {
  position: relative;
}

.c_slider01__content:hover {
  opacity: 1;
}

.c_slider01__arrows {
  margin-top: 66px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

@media print, screen and (max-width: 767px) {
  .c_slider01__arrows {
    margin-top: 50px;
  }
}
.c_slider01__arrows__inner {
  display: flex;
}

.c_slider01__arrows__prev {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 11px;
  padding: 5px 6px 4px 3px;
  width: 66px;
  height: 50px;
  border-left: 1px solid #e5e5e5;
  cursor: pointer;
  transform: skewX(-22deg);
}

.c_slider01__arrows__prev img {
  width: 32px;
  transition: 0.5s;
  transform: rotate(180deg);
}

.c_slider01__arrows__prev:hover img {
  transform: rotate(180deg) translateX(5px);
}

.c_slider01__arrows__next {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 7px 4px 3px;
  width: 66px;
  height: 50px;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  cursor: pointer;
  transform: skewX(-22deg);
}

.c_slider01__arrows__next img {
  width: 32px;
  transition: 0.5s;
}

.c_slider01__arrows__next:hover img {
  transform: translateX(5px);
}

.c_slider02__pagination {
  z-index: 2;
  display: flex;
  width: 218px !important;
  height: 2px;
}

@media print, screen and (max-width: 1023px) {
  .c_slider02__pagination {
    width: 168px !important;
  }
}
@media print, screen and (max-width: 767px) {
  .c_slider02__pagination {
    width: 120px !important;
  }
}
.c_slider02__pagination .swiper-pagination-bullet {
  display: block;
  margin: 0 !important;
  width: 100%;
  height: 100%;
  border-radius: 0 !important;
  background-color: rgba(255, 255, 255, 0.58);
}

.c_slider02__pagination .swiper-pagination-bullet-active {
  background-color: #e1913a;
}

.c_slider02__arrows {
  z-index: 2;
  display: flex;
  width: 198px;
  height: 90px;
}

@media print, screen and (max-width: 1439px) {
  .c_slider02__arrows {
    width: 178px;
    height: 80px;
  }
}
@media screen and (max-width: 1279px) {
  .c_slider02__arrows {
    width: 168px;
    height: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .c_slider02__arrows {
    width: 118px;
    height: 55px;
  }
}
@media print, screen and (max-width: 767px) {
  .c_slider02__arrows {
    width: 100px;
    height: 50px;
  }
}
.c_slider02__arrows__icon {
  transform: scale(0.85);
}

.c_slider02__arrows__prev {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(
      0.625rem,
      1.7857142857vw + -0.2321428571rem,
      1.375rem
  ) 0 0 10px;
  width: 50%;
  height: 100%;
  background-color: #e3e8e6;
  cursor: pointer;
  transition: 0.5s;
}

@media print, screen and (max-width: 767px) {
  .c_slider02__arrows__prev {
    padding: 0;
  }
}
.c_slider02__arrows__prev .c_slider02__arrows__icon {
  transform: rotate(-180deg) scale(0.85);
}

.c_slider02__arrows__next {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(
      0.625rem,
      1.7857142857vw + -0.2321428571rem,
      1.375rem
  ) 10px 0 0;
  width: 50%;
  height: 100%;
  background-color: #e3e8e6;
  cursor: pointer;
  transition: 0.5s;
}

@media print, screen and (max-width: 767px) {
  .c_slider02__arrows__next {
    padding: 0;
  }
}
.c_slider02__arrows__prev:hover, .c_slider02__arrows__next:hover {
  opacity: 1;
}

.c_video {
  padding: 6px;
  border-radius: 15px;
  background-color: #296a5b;
}

.c_video img {
  border-radius: 10px;
}

.c_video video {
  border-radius: 10px;
}

.c_slider03 {
  border-radius: 15px;
}

.c_slider03__arrows {
  display: flex;
  align-items: center;
  padding-top: 33px;
}

.c_slider03__arrows__prev {
  display: inline-flex;
  margin-right: 46px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  transition: 0.5s;
  transform: rotate(-180deg);
}

.c_slider03__arrows__prev:hover {
  transform: rotate(-180deg) translateX(5px);
}

.c_slider03__arrows__next {
  display: inline-flex;
  width: 32px;
  height: 32px;
  cursor: pointer;
  transition: 0.5s;
}

.c_slider03__arrows__next:hover {
  transform: translateX(5px);
}

.c_slider04__ttl {
  margin-bottom: 9px;
  font-weight: 500;
  font-size: 17px;
  line-height: 2.0588235294;
}

@media print, screen and (max-width: 1279px) {
  .c_slider04__ttl {
    font-size: 15px;
  }
}
.c_slider04__date {
  display: block;
  margin-bottom: 18px;
  letter-spacing: 0.01em;
  font-size: 0.75rem;
  font-family: classico-urw, sans-serif;
  line-height: 1.8;
}

.c_slider04__img {
  overflow: hidden;
}

.c_slider04__img img {
  transition: 0.5s;
  transform: scale(1.00001);
  aspect-ratio: 742/860;
  -o-object-fit: cover;
     object-fit: cover;
}

.c_slider04__txt {
  padding: 30px clamp(
      0.625rem,
      1.9345238095vw + -0.3035714286rem,
      1.4375rem
  );
  transition: 0.5s;
}

@media print, screen and (max-width: 767px) {
  .c_slider04__txt {
    padding: 30px 10px 10px;
  }
}
.c_slider04__arrows {
  margin-top: 48px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.c_slider04__arrows__inner {
  display: flex;
  margin-right: 0;
  margin-left: auto;
  padding-left: 80px;
}

@media print, screen and (max-width: 1279px) {
  .c_slider04__arrows__inner {
    padding-left: 50px;
  }
}
@media print, screen and (max-width: 767px) {
  .c_slider04__arrows__inner {
    display: none;
  }
}
.c_slider04__arrows__prev {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 11px;
  padding: 5px 6px 4px 3px;
  width: 66px;
  height: 50px;
  border-left: 1px solid #e5e5e5;
  cursor: pointer;
  transform: skewX(-22deg);
}

.c_slider04__arrows__prev img {
  width: 32px;
  transition: 0.5s;
  transform: rotate(180deg);
}

.c_slider04__arrows__prev:hover img {
  transform: rotate(180deg) translateX(5px);
}

.c_slider04__arrows__next {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 7px 4px 3px;
  width: 66px;
  height: 50px;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  cursor: pointer;
  transform: skewX(-22deg);
}

.c_slider04__arrows__next img {
  width: 32px;
  transition: 0.5s;
}

.c_slider04__arrows__next:hover img {
  transform: translateX(5px);
}

a.c_slider04__content:hover {
  opacity: 1;
}

.c_sliderdetail__item img {
  aspect-ratio: 678/790;
  -o-object-fit: cover;
     object-fit: cover;
}

.c_sliderdetail__arrows {
  display: flex;
  align-items: center;
  padding-top: 13px;
  padding-left: 29px;
}

@media print, screen and (max-width: 767px) {
  .c_sliderdetail__arrows {
    display: none;
  }
}
.c_sliderdetail__prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 56px;
  border: 1px solid #e5e5e5;
  border-right: none;
  cursor: pointer;
  transition: 0.5s;
}

.c_sliderdetail__prev svg {
  display: inline-block;
  width: 20px;
  transform: rotate(90deg);
}

.c_sliderdetail__next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 56px;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  transition: 0.5s;
}

.c_sliderdetail__next svg {
  display: inline-block;
  width: 20px;
  transform: rotate(-90deg);
}

/*!
component > Gnavi
------------------------------
*/
.sp_gnavi {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_gnavi {
    display: block;
    margin: 0;
    padding: 90px 0 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .sp_gnavi .c_gnavi__inner {
    margin: 0;
    padding: 0;
  }
  .sp_gnavi .c_gnavi__inner .c_gnavi__list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0;
  }
  .sp_gnavi .c_gnavi__inner .c_gnavi__list .c_gnavi__list__item {
    margin: 0;
    padding: 0;
    width: 33.3333%;
    border-right: 1px solid #e5e5e5;
  }
  .sp_gnavi .c_gnavi__inner .c_gnavi__list .c_gnavi__list__item:last-child {
    border-right: 0;
  }
  .sp_gnavi .c_gnavi__inner .c_gnavi__list .c_gnavi__list__item .c_gnavi__list__link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-size: 14px;
  }
}
.c_gnavi {
  margin-bottom: -8px;
}

@media screen and (max-width: 767px) {
  .c_gnavi {
    display: none;
  }
}
.c_gnavi__list {
  display: flex;
  align-items: flex-end;
  margin-bottom: 5px;
}

.c_gnavi__list__link {
  font-size: 0.875rem;
  font-family: classico-urw, sans-serif;
  line-height: 1.6;
}

.c_gnavi__list__link.active {
  position: relative;
}

.c_gnavi__list__link.active::after {
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: 25px;
  height: 1px;
  background-color: #000000;
  content: "";
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .c_gnavi__list__link.active::after {
    bottom: 0;
    width: 25px;
    height: 3px;
    background-color: #000000;
  }
}
.c_gnavi__list__item {
  margin-right: 54px;
}

@media screen and (max-width: 1023px) {
  .c_gnavi__list__item {
    margin-right: 35px;
  }
}
.c_toggle {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 120;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 28px 10px 8px;
  width: 71px;
  height: 91px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.5s;
}

@media screen and (max-width: 1023px) {
  .c_toggle {
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .c_toggle {
    padding: 10px 0 7px;
    width: 50px;
    height: 50px;
  }
}
.c_toggle.c_ladys {
  background-color: #afa896;
}

.c_toggle.active .c_toggle__line::before {
  top: calc(50% - 0px);
  transform: translate(-50%, -50%) rotate(30deg);
}

.c_toggle.active .c_toggle__line::after {
  top: calc(50% - 0px);
  transform: translate(-50%, -50%) rotate(-30deg);
}

.c_toggle__line {
  position: relative;
  display: block;
  width: 49px;
  height: 25px;
}

@media screen and (max-width: 1023px) {
  .c_toggle__line {
    width: 34px;
  }
}
@media screen and (max-width: 767px) {
  .c_toggle__line {
    width: 26px;
  }
}
.c_toggle__line::after, .c_toggle__line::before {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  content: "";
  transition: all 0.5s;
}

.c_toggle__line::before {
  top: calc(50% - 5px);
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .c_toggle__line::before {
    top: calc(50% - 2px);
  }
}
.c_toggle__line::after {
  top: calc(50% + 5px);
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .c_toggle__line::after {
    top: calc(50% + 2px);
  }
}
.c_toggle__txt {
  padding-top: 4px;
  font-family: classico-urw, sans-serif;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .c_toggle__txt {
    font-size: 10px;
  }
}
.c_menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  display: flex;
  overflow: auto;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 90px;
  padding-bottom: 31px;
  width: calc(100% - 71px);
  height: 100vh;
  color: #ffffff;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  pointer-events: none;
  gap: 10px;
}

@media screen and (max-width: 767px) {
  .c_menu {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
  }
}
.c_menu::-webkit-scrollbar {
  width: 5px;
}

@media screen and (max-width: 767px) {
  .c_menu::-webkit-scrollbar {
    display: none;
  }
}
.c_menu::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.c_menu::-webkit-scrollbar-thumb {
  background: #888888;
}

.c_menu.active {
  opacity: 1;
  pointer-events: all;
}

.c_menu.active .c_menu__inner {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}

.c_menu.active .c_menu__other {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}

.c_menu__content {
  margin: auto 0;
  padding-top: clamp(
      0rem,
      3.5714285714vw + -1.7142857143rem,
      1.5rem
  );
}

.c_menu__inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 clamp(
      0rem,
      5.9523809524vw + -2.8571428571rem,
      2.5rem
  );
  max-width: 940px;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 1023px) {
  .c_menu__inner {
    justify-content: center;
    max-width: 540px;
  }
}
@media screen and (max-width: 767px) {
  .c_menu__inner {
    justify-content: flex-start;
    margin: 0;
    max-width: inherit;
  }
}
.c_menu__frame {
  display: flex;
  justify-content: space-between;
  padding-top: 42px;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .c_menu__frame {
    display: block;
    padding-top: 20px;
  }
}
.c_menu__col.col01 {
  padding-right: 20px;
  max-width: 220px;
  width: 100%;
}

.c_menu__col.col01 .c_menu__item + .c_menu__item {
  padding-top: 21px;
}

.c_menu__col.col02 {
  padding: 0 80px;
  max-width: 440px;
  width: 100%;
  border-right: 1px solid #c0baab;
  border-left: 1px solid #c0baab;
}

@media screen and (max-width: 1023px) {
  .c_menu__col.col02 {
    padding: 0 0 0 50px;
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .c_menu__col.col02 {
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    overflow-y: auto;
    padding: 80px 0 80px 30px;
    max-width: inherit;
    width: calc(100% - 50px);
    border-right: none;
    background: #5e676e;
    transition: right 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .c_menu__col.col02.on {
    right: 20px;
  }
  .c_menu__col.col02 .c_menu__item {
    border-bottom: 1px solid #c0baab;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c_menu__col.col02 .c_menu__item {
    border-bottom: 1px solid #c1b79a;
  }
}
@media screen and (max-width: 767px) {
  .c_menu__col.col02 .c_menu__item .c_menu__link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .c_menu__col.col02 .c_menu__sub.sub01 .c_menu__item + .c_menu__item {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c_menu__col.col02 .c_menu__sub.sub02 {
    padding-top: 30px;
  }
  .c_menu__col.col02 .c_menu__sub.sub02 .c_menu__item + .c_menu__item {
    padding-top: 0;
  }
}
.c_menu__col.col02 .close {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}

.c_menu__col.col02 .close::before {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 12px;
  height: 1px;
  background-color: #ffffff;
  content: "";
  transform: rotate(40deg);
  transform-origin: left bottom;
}

.c_menu__col.col02 .close::after {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 12px;
  height: 1px;
  background-color: #ffffff;
  content: "";
  transform: rotate(-40deg);
  transform-origin: left top;
}

.c_menu__col.col03 {
  padding-top: 78px;
  padding-left: 80px;
  max-width: 200px;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .c_menu__col.col03 {
    display: none;
  }
}
.c_menu__col.col03 .c_menu__item + .c_menu__item {
  padding-top: 25px;
}

.c_menu__sub.sub01 .c_menu__item + .c_menu__item {
  padding-top: 14px;
}

.c_menu__sub.sub02 .c_menu__item + .c_menu__item {
  padding-top: 12px;
}

.c_menu__link {
  display: inline-block;
}

.c_menu__jp {
  display: block;
  margin-top: -3px;
  font-size: 0.625rem;
}

.c_menu__en {
  display: block;
  font-size: 1.125rem;
  font-family: classico-urw, sans-serif;
  line-height: 1.9444444444;
}

.c_menu__txt {
  font-size: 13px;
}

.c_menu__txt_en {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .c_menu__txt_en {
    font-size: 13px;
  }
}
.c_menu__other {
  margin-top: 40px;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 767px) {
  .c_menu__other {
    display: none;
  }
}
.c_menu__other .other_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: clamp(
      -1.875rem,
      -1.4880952381vw + -0.5357142857rem,
      -1.25rem
  );
  width: calc(100% + 40px);
  gap: clamp(
      1.875rem,
      2.9761904762vw + 0.4464285714rem,
      3.125rem
  );
}

.c_menu__other .other_content {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(
      1.25rem,
      4.4642857143vw + -0.8928571429rem,
      3.125rem
  );
}

.c_menu__other .other_social {
  display: flex;
  align-items: center;
  gap: clamp(
      1.25rem,
      1.6369047619vw + 0.4642857143rem,
      1.9375rem
  );
}

.c_menu__other .other_social__txt {
  font-size: 11px;
  font-family: classico-urw, sans-serif;
}

.c_menu__other .other_link {
  display: flex;
  align-items: center;
  font-size: 0.6875rem;
  gap: 8px;
}

.c_menu__other .other_link .icon_instagram {
  width: 21px;
}

.c_menu__other .other_link .icon_fb {
  width: 20px;
}

.c_menu__other .other_link .icon_youtube {
  width: 19px;
}

.l_ladys .keyword_search button, .l_ladys .keyword_search [type=submit] {
  background-color: #aea897;
}

.l_ladys .keyword_search button svg .st0 {
  fill: none;
}

.l_ladys .keyword_search button svg .st1 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-miterlimit: 10;
}

@media screen and (max-width: 1023px) {
  .l_ladys .keyword_search button svg .st1 {
    stroke: #000000;
  }
}
.l_ladys .keyword_search button svg .st2 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

@media screen and (max-width: 1023px) {
  .l_ladys .keyword_search button svg .st2 {
    stroke: #000000;
  }
}
.l_ladys .c_toggle {
  background-color: #afa896;
}

.l_ladys .c_header.is_active {
  background-color: #9f9782;
  color: #f4f3ef;
}

.l_ladys .c_header.is_active .c_gnavi__list__link.active::after {
  background-color: #f4f3ef;
}

.l_ladys .c_sidebar.active {
  background-color: rgba(142, 134, 116, 0.92);
}

@media print, screen and (max-width: 1023px) {
  .l_ladys .c_sidebar.active {
    background-color: rgb(142, 134, 116);
  }
}
.l_ladys .c_menu {
  background-color: #9f9782;
  color: #f3f2ee;
}

.l_ladys .c_menu .icon_instagram {
  fill: #f4f3ef;
}

.l_ladys .c_menu .icon_fb {
  fill: #f4f3ef;
}

.l_ladys .c_menu .icon_youtube {
  fill: #f4f3ef;
}

.l_ladys .c_menu .icon_youtube .st0 {
  fill: #f4f3ef;
}

.l_ladys .c_menu .icon_youtube .st1 {
  fill: #9f9782;
}

.l_ladys .c_menu .c_menu__col.col02 {
  border-color: #c0baab;
}

@media screen and (max-width: 767px) {
  .l_ladys .c_menu .c_menu__col.col02 {
    border-color: #b7af97;
    background-color: #a69e87;
  }
}
.l_ladys .other_inner {
  color: #f4f3ef;
}

.l_golf .c_toggle {
  background-color: #204b41;
}

.l_golf .c_header.is_active {
  background-color: #52716a;
  color: #c0dad4;
}

.l_golf .c_header.is_active .c_gnavi__list__link.active::after {
  background-color: #c0dad4;
}

.l_golf .c_menu {
  background-color: #52716a;
  color: #c0dad4;
}

.l_golf .c_menu .icon_instagram {
  fill: #c0dad4;
}

.l_golf .c_menu .icon_fb {
  fill: #c0dad4;
}

.l_golf .c_menu .icon_youtube {
  fill: #c0dad4;
}

.l_golf .c_menu .icon_youtube .st0 {
  fill: #c0dad4;
}

.l_golf .c_menu .icon_youtube .st1 {
  fill: #52716a;
}

.l_golf .c_menu .c_menu__col.col02 {
  padding: 0 50px;
  border-color: #78828c;
}

.l_golf .c_menu .c_menu__col.col02 .c_menu__frame .c_menu__sub.sub02 .c_menu__item + .c_menu__item {
  padding-top: 14px;
}

.l_golf .c_sidebar.active {
  border-color: transparent;
  background-color: rgba(49, 89, 80, 0.92);
}

.l_mens .keyword_search button, .l_mens .keyword_search [type=submit] {
  background-color: #4e555c;
}

.l_mens .keyword_search button svg .st0 {
  fill: none;
}

.l_mens .keyword_search button svg .st1 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-miterlimit: 10;
}

@media screen and (max-width: 1023px) {
  .l_mens .keyword_search button svg .st1 {
    stroke: #000000;
  }
}
.l_mens .keyword_search button svg .st2 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

@media screen and (max-width: 1023px) {
  .l_mens .keyword_search button svg .st2 {
    stroke: #000000;
  }
}
.l_mens .c_toggle {
  background-color: #4e555c;
}

.l_mens .c_header.is_active {
  background-color: #636a70;
  color: #cfd8e0;
}

.l_mens .c_header.is_active .c_gnavi__list__link.active::after {
  background-color: #ced7e0;
}

.l_mens .c_menu {
  background-color: #636a70;
  color: #ced7e0;
}

.l_mens .c_menu .icon_instagram {
  fill: #ced7e0;
}

.l_mens .c_menu .icon_fb {
  fill: #ced7e0;
}

.l_mens .c_menu .icon_youtube {
  fill: #ced7e0;
}

.l_mens .c_menu .icon_youtube .st0 {
  fill: #ced7e0;
}

.l_mens .c_menu .icon_youtube .st1 {
  fill: #636a70;
}

.l_mens .c_menu .c_menu__col.col02 {
  border-color: #78828c;
}

@media screen and (max-width: 767px) {
  .l_mens .c_menu .c_menu__col.col02 {
    border-color: #676f76;
  }
}
@media screen and (max-width: 767px) {
  .l_mens .c_menu .c_menu__col.col02 .c_menu__item {
    border-color: #676f76;
  }
}
.l_mens .c_sidebar.active {
  border-color: transparent;
  background-color: rgba(78, 85, 91, 0.92);
}

@media print, screen and (max-width: 1023px) {
  .l_mens .c_sidebar.active {
    background-color: rgb(86, 94, 101);
  }
}
/*!
component > header
------------------------------
*/
@-webkit-keyframes showheader {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showheader {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  padding: 0 70px 0 50px;
  width: 100%;
  height: 91px;
  border-bottom: 1px solid #e5e5e5;
  background-color: #ffffff;
}

@media screen and (max-width: 1023px) {
  .c_header {
    padding: 0 100px 0 30px;
    height: 71px;
  }
}
@media screen and (max-width: 767px) {
  .c_header {
    padding: 0 60px 0 0;
    height: 50px;
    border-bottom: 1px solid #e5e5e5;
  }
}
.c_header.c_header__top {
  border-bottom: none;
}

@media screen and (max-width: 1023px) {
  .c_header.c_header__top {
    padding: 0 30px 0 30px;
    height: 71px;
    border-bottom: 1px solid #e5e5e5;
  }
}
@media screen and (max-width: 767px) {
  .c_header.c_header__top {
    padding: 0;
    height: 50px;
    border-bottom: 1px solid #e5e5e5;
  }
}
@media screen and (max-width: 767px) {
  .c_header.c_header__top::after {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .c_header.c_header__top .item_searchbtn {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .c_header.c_header__top .item_searchbtn {
    right: 0;
  }
}
.c_header.c_header__top + .keyword_search + .sp_gnavi {
  /*margin:50px 0 0;*/
}

.c_header.c_header__top + .keyword_search [type=submit] {
  background-color: #000000;
}

.c_header.c_header__top + .keyword_search button svg .st0 {
  fill: none;
}

.c_header.c_header__top + .keyword_search button svg .st1 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-miterlimit: 10;
}

@media screen and (max-width: 1023px) {
  .c_header.c_header__top + .keyword_search button svg .st1 {
    stroke: #000000;
  }
}
.c_header.c_header__top + .keyword_search button svg .st2 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

@media screen and (max-width: 1023px) {
  .c_header.c_header__top + .keyword_search button svg .st2 {
    stroke: #000000;
  }
}
.c_header::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 71px;
  height: 91px;
  border-left: 1px solid #e5e5e5;
  background-color: #ffffff;
  content: "";
}

@media screen and (max-width: 1023px) {
  .c_header::after {
    display: none;
    border-left: 1px none;
  }
}
@media screen and (max-width: 767px) {
  .c_header::after {
    display: none;
  }
}
.c_header__inner {
  display: flex;
  align-items: center;
  height: 100%;
}

@media screen and (max-width: 1023px) {
  .c_header__inner {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .c_header__inner {
    padding: 0 0 0 20px;
  }
}
.c_header__inner .menber_navi {
  display: none;
}

@media screen and (max-width: 1023px) {
  .c_header__inner .menber_navi {
    display: block;
    margin: 0 0 0 auto;
  }
  .c_header__inner .menber_navi ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .c_header__inner .menber_navi ul li {
    margin: 0 0 0 40px;
    padding: 0;
    line-height: 0;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .c_header__inner .menber_navi ul li {
    margin: 0;
  }
}
@media screen and (max-width: 1023px) {
  .c_header__inner .menber_navi ul li a {
    position: relative;
    display: inline-block;
    line-height: 0;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .c_header__inner .menber_navi ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .c_header__inner .menber_navi ul li a img {
    width: 20px;
    height: auto;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .c_header__inner .menber_navi ul li a img {
    width: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .c_header__inner .menber_navi ul li a img:nth-child(2) {
    position: absolute;
    opacity: 0;
    inset: 0;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .c_header__inner .menber_navi ul li a .c_sidebar__number {
    position: absolute;
    top: 11px;
    right: 7px;
    padding: 5px;
  }
}
.c_header__logo {
  margin-right: 50px;
  width: 162px;
}

@media screen and (max-width: 1179px) {
  .c_header__logo {
    width: 142px;
  }
}
@media screen and (max-width: 767px) {
  .c_header__logo {
    margin-right: 0;
    width: 105px;
  }
}
.c_header__logo .logo {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 100%;
}

.c_header__logo .logo__page {
  position: absolute;
  right: -25px;
  bottom: 2px;
  text-transform: capitalize;
  font-size: 0.875rem;
  font-family: classico-urw, sans-serif;
  line-height: 1;
}

.c_header__logo .logo__page.page_ladys {
  right: -17px;
}

.c_header__logo .logo img {
  transition: all 0.5s;
}

.c_header__logo .logo img:nth-child(2) {
  position: absolute;
  opacity: 0;
  inset: 0;
}

.c_header__inner {
  display: flex;
}

.c_header.active.is_active {
  border-bottom: 0;
}

.c_header.is_active {
  padding: 25px 50px 13px 50px;
  border-bottom: 0 !important;
  -webkit-animation: showheader 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: showheader 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c_header.is_active .logo img:nth-child(1) {
  opacity: 0;
}

.c_header.is_active .logo img:nth-child(2) {
  opacity: 1;
}

.c_header.is_active .c_gnavi__list__link.active::after {
  background-color: #ffffff;
}

.c_header.active {
  border-bottom: 1px solid #e5e5e5;
}

.c_header .item_searchbtn {
  position: absolute;
  top: 0;
  right: 81px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  height: 91px;
}

@media screen and (max-width: 1023px) {
  .c_header .item_searchbtn {
    position: absolute;
    right: 71px;
    padding: 0 22px;
    border-left: 1px solid #e5e5e5;
  }
}
@media screen and (max-width: 767px) {
  .c_header .item_searchbtn {
    right: 50px;
    padding: 0 12px;
    height: 50px;
  }
}
.c_header .item_searchbtn img {
  width: 30px;
  height: auto;
}

@media screen and (max-width: 1023px) {
  .c_header .item_searchbtn img {
    width: 22px;
  }
}
@media screen and (max-width: 767px) {
  .c_header .item_searchbtn img {
    width: 18px;
  }
}
.line_header .c_header {
  border-bottom: 1px solid #e5e5e5;
}

.keyword_search {
  position: fixed;
  top: 0;
  right: 71px;
  left: 580px;
  z-index: 16;
  padding: 0 100px 0 0;
  border-left: 1px solid #e5e5e5;
}

@media screen and (max-width: 1179px) {
  .keyword_search {
    left: 550px;
  }
}
@media screen and (max-width: 1023px) {
  .keyword_search {
    top: 71px;
    right: 0;
    left: 0;
    padding: 0 70px 0 0;
    border-bottom: 1px solid #e5e5e5;
    border-left: none;
    background-color: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .keyword_search {
    position: absolute;
    top: 50px;
    z-index: 12;
    padding: 0 50px 0 0;
  }
}
.keyword_search .marquee {
  position: absolute;
  top: 0;
  right: 100px;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  overflow: hidden;
  align-items: center;
  transition: all 0.5s;
  pointer-events: none;
}

@media screen and (max-width: 1023px) {
  .keyword_search .marquee {
    right: 80px;
  }
}
@media screen and (max-width: 767px) {
  .keyword_search .marquee {
    right: 50px;
  }
}
.keyword_search .marquee.hide {
  opacity: 0;
}

.keyword_search .marquee.hide .marquee_txt {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.keyword_search .marquee .marquee_txt {
  padding-left: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  font-weight: 500;
  font-size: 12px;
  opacity: 0.3;
  -webkit-animation: marquee-left 24s infinite linear;
          animation: marquee-left 24s infinite linear;
}

@media screen and (max-width: 1279px) {
  .keyword_search .marquee .marquee_txt {
    -webkit-animation: marquee-left 20s infinite linear;
            animation: marquee-left 20s infinite linear;
  }
}
@media screen and (max-width: 767px) {
  .keyword_search .marquee .marquee_txt {
    font-size: 11px;
  }
}
.keyword_search .search_input {
  margin-top: 0;
  padding: 0 20px;
  width: 100%;
  height: 90px;
  outline: none;
  border: 0;
  background-color: #ffffff;
  font-size: 13px;
  line-height: 1.5;
}

.keyword_search .search_input::-moz-placeholder {
  color: #cccccc;
  font-weight: 500;
  font-size: 12px;
}

.keyword_search .search_input::placeholder {
  color: #cccccc;
  font-weight: 500;
  font-size: 12px;
}

@media screen and (max-width: 1023px) {
  .keyword_search .search_input {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .keyword_search .search_input {
    background-color: #fafafa;
  }
}
.keyword_search button, .keyword_search [type=submit] {
  position: absolute;
  top: 50%;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  line-height: 0;
  transform: translate(0, -50%);
}

@media screen and (max-width: 1023px) {
  .keyword_search button, .keyword_search [type=submit] {
    right: 0;
    width: 71px;
    height: 40px;
    border-radius: 0 !important;
    background-color: #e0e0e0 !important;
  }
}
@media screen and (max-width: 767px) {
  .keyword_search button, .keyword_search [type=submit] {
    width: 50px;
    border-radius: 0 !important;
    background-color: #e0e0e0 !important;
  }
}
.keyword_search button img, .keyword_search [type=submit] img {
  width: 30px;
  height: auto;
}

@media screen and (max-width: 1023px) {
  .keyword_search button img, .keyword_search [type=submit] img {
    width: 22px;
  }
}
@media screen and (max-width: 767px) {
  .keyword_search button img, .keyword_search [type=submit] img {
    width: 18px;
  }
}
.keyword_search button svg, .keyword_search [type=submit] svg {
  width: 24px;
  height: auto;
}

@media screen and (max-width: 1023px) {
  .keyword_search button svg, .keyword_search [type=submit] svg {
    width: 22px;
  }
}
@media screen and (max-width: 767px) {
  .keyword_search button svg, .keyword_search [type=submit] svg {
    width: 18px;
  }
}
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px rgb(255, 255, 255) inset !important;
}

@-webkit-keyframes marquee-left {
  100% {
    transform: translateX(-100%);
  }
}

@keyframes marquee-left {
  100% {
    transform: translateX(-100%);
  }
}
/*!
component > footer
------------------------------
*/
.c_footer {
  overflow: hidden;
  padding-top: 80px;
}

.c_footer__inner {
  margin-right: 0;
  margin-left: auto;
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .c_footer__inner {
    padding-left: 0;
  }
}
.c_footer__logo {
  display: block;
  margin-bottom: 52px;
  width: 163px;
}

@media screen and (max-width: 767px) {
  .c_footer__logo {
    margin-bottom: 20px;
    margin-left: 30px;
  }
}
.c_footer__flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .c_footer__flex {
    flex-direction: column;
  }
}
.c_footer__nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 23px;
  max-width: 50%;
}

@media print, screen and (max-width: 1023px) {
  .c_footer__nav {
    max-width: calc(100% - 250px);
  }
}
@media screen and (max-width: 767px) {
  .c_footer__nav {
    margin-bottom: 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
  }
}
.c_footer__nav__item {
  display: inline-block;
  margin-bottom: 11px;
  padding-right: 30px;
  max-width: 288px;
  width: 50%;
}

@media screen and (max-width: 1023px) {
  .c_footer__nav__item {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 767px) {
  .c_footer__nav__item {
    margin-bottom: 0;
    padding-right: 0;
    max-width: inherit;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
}
.c_footer__nav__link {
  letter-spacing: 0.014em;
  font-size: 12px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .c_footer__nav__link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 30px;
    height: 50px;
  }
}
.c_footer__btn {
  width: 45%;
}

@media print, screen and (max-width: 1679px) {
  .c_footer__btn {
    width: 35%;
  }
}
@media print, screen and (max-width: 1279px) {
  .c_footer__btn {
    width: 25%;
  }
}
@media print, screen and (max-width: 1023px) {
  .c_footer__btn {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .c_footer__btn {
    width: 100%;
  }
}
.c_footer__btn .c_btn02 {
  margin-right: 0;
  margin-left: auto;
  border-right: transparent;
  border-bottom: transparent;
}

.c_footer__coppy {
  display: inline-flex;
  align-items: flex-end;
  align-items: center;
  margin-right: clamp(
      1.5625rem,
      4.6130952381vw + -0.6517857143rem,
      3.5rem
  );
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .c_footer__coppy {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-right: 0;
    padding: 26px 0 0;
  }
}
.c_footer__coppy__icon {
  display: flex;
  flex-shrink: 0;
  margin-right: 16px;
  width: 40px;
}

@media screen and (max-width: 767px) {
  .c_footer__coppy__icon {
    display: flex;
    flex-shrink: 0;
    margin-right: 0;
    margin-bottom: 10px;
    width: 30px;
  }
}
.c_footer__coppy__txt {
  font-weight: 500;
  font-size: 0.6875rem;
  font-family: "Barlow Semi Condensed", sans-serif;
}

.c_footer__end {
  position: relative;
  z-index: 12;
  padding: 0;
  border-top: 1px solid #e5e5e5;
  /*&::before {
  	position:absolute;
  	top:-1px;
  	left:100%;
  	z-index:1;
  	width:71px;
  	height:1px;
  	background-color:#e5e5e5;
  	content:"";
  	@media print, screen and (max-width: 1023px) {
  		display:none;
  	}
  }

  &::after {
  	position:absolute;
  	top:0;
  	right:-1px;
  	z-index:1;
  	width:2px;
  	height:100%;
  	background-color:#ffffff;
  	content:"";
  }*/
}

@media screen and (max-width: 767px) {
  .c_footer__end {
    padding-top: 0;
  }
}
.c_footer__end__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 0;
  margin-left: auto;
  padding-left: 50px;
  height: 68px;
}

@media screen and (max-width: 767px) {
  .c_footer__end__inner {
    flex-direction: column-reverse;
    padding-bottom: 20px;
    padding-left: 0;
    height: auto;
  }
}
.c_footer__end__left {
  width: calc(100% - 300px);
  line-height: 0;
}

@media print, screen and (max-width: 1023px) {
  .c_footer__end__left {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c_footer__end__left {
    align-items: center;
    flex-direction: column-reverse;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .c_footer__end__right {
    width: 100%;
  }
}
/*!
component > Other
------------------------------

- loadpage
------------------------------
*/
.is_loadding .c_loading {
  opacity: 1;
  pointer-events: all;
}

.c_loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #1f2a3c;
  opacity: 0;
  pointer-events: none;
}

.c_loading__content {
  position: relative;
  transform: translate(-15px, -15px);
}

.c_loading__item {
  position: absolute;
  top: 4px;
  left: -7px;
  margin: 2px;
  margin-left: 15px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #ffffff;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.c_loading__item:first-child {
  -webkit-animation: ball-zig 0.7s 0s infinite linear;
  animation: ball-zig 0.7s 0s infinite linear;
}

.c_loading__item:last-child {
  -webkit-animation: ball-zag 0.7s 0s infinite linear;
  animation: ball-zag 0.7s 0s infinite linear;
}

@-webkit-keyframes ball-zig {
  33% {
    transform: translate(-15px, -30px);
  }
  66% {
    transform: translate(15px, -30px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes ball-zig {
  33% {
    transform: translate(-15px, -30px);
  }
  66% {
    transform: translate(15px, -30px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ball-zag {
  33% {
    transform: translate(15px, 30px);
  }
  66% {
    transform: translate(-15px, 30px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes ball-zag {
  33% {
    transform: translate(15px, 30px);
  }
  66% {
    transform: translate(-15px, 30px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.c_sidebar {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 105;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 33.9vh;
  width: 71px;
  height: 100vh;
  border-left: 1px solid #e5e5e5;
  background-color: #ffffff;
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 1023px) {
  .c_sidebar {
    border-left: none;
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .c_sidebar {
    width: 50px;
  }
}
.c_sidebar__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 78px;
}

.c_sidebar__item img:nth-child(2) {
  position: absolute;
  opacity: 0;
  inset: 0;
}

.c_sidebar__number {
  position: absolute;
  top: -6px;
  right: -7px;
  display: inline-block;
  padding: 5px;
  border-radius: 100%;
  background-color: #fb7b7b;
}

.c_sidebar__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c_sidebar__link img {
  width: 21px;
}

.c_sidebar__link.shopping_buy img {
  width: 23px;
}

.c_sidebar.active {
  border-color: transparent;
}

@media screen and (max-width: 1023px) {
  .c_sidebar.active {
    opacity: 1;
    pointer-events: all;
  }
}
.c_sidebar.active .c_sidebar__item img:nth-child(1) {
  opacity: 0;
}

.c_sidebar.active .c_sidebar__item img:nth-child(2) {
  opacity: 1;
}

.c_news {
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
  color: #070707;
}

@media screen and (max-width: 1023px) {
  .c_news {
    padding: 20px 0;
  }
}
.c_news__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
}

@media screen and (max-width: 1023px) {
  .c_news__inner {
    font-size: 12px;
  }
}
.c_news__inner .deliv_free {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .c_news__inner .deliv_free {
    display: none;
  }
}
.c_news__list {
  padding-right: 40px;
  width: calc(100% - 350px);
}

@media screen and (max-width: 1023px) {
  .c_news__list {
    width: calc(100% - 280px);
  }
}
@media screen and (max-width: 767px) {
  .c_news__list {
    padding-right: 0;
    width: 100%;
  }
}
.c_news__list__item {
  display: flex;
}

.c_news__list__date {
  padding-right: 25px;
  width: 96px;
  font-weight: 400;
  font-size: 11px;
  font-family: classico-urw, sans-serif;
  line-height: 2;
}

@media screen and (max-width: 1023px) {
  .c_news__list__date {
    padding-right: 15px;
    width: 76px;
  }
}
.c_news__list__content {
  overflow: hidden;
  width: calc(100% - 96px);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  line-height: 1.8;
}

@media screen and (max-width: 1023px) {
  .c_news__list__content {
    width: calc(100% - 76px);
    font-size: 12px;
  }
}
.c_news .c_link {
  position: relative;
  top: -2px;
}

.c_infomation__head {
  border-bottom: 1px solid #e5e5e5;
}

.c_infomation__head .c_ttl_en48 {
  margin-bottom: -11px;
}

@media screen and (max-width: 1023px) {
  .c_infomation__head .c_ttl_en48 {
    margin-bottom: -9px;
  }
}
.c_map {
  display: inline-flex;
  margin: 0 0 10px;
  font-size: 14px;
  font-family: classico-urw, sans-serif;
  line-height: 1.7;
}

@media print, screen and (max-width: 767px) {
  .c_map {
    position: absolute;
    top: 14px;
    right: 0;
    margin: 0;
  }
}
.c_map__icon {
  display: block;
  flex-shrink: 0;
  margin-right: 5px;
  width: 24px;
}

.c_map__txt {
  display: block;
  line-height: 1.7142857143;
}

.c_social {
  display: flex;
}

@media screen and (max-width: 767px) {
  .c_social {
    display: flex;
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
}
.c_social__item {
  display: block;
  width: 80px;
  height: 68px;
  border-left: 1px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
  .c_social__item {
    display: block;
    width: 25%;
    height: 60px;
  }
  .c_social__item:first-child {
    border-left: none;
  }
}
.c_social__insta {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 68px;
}

@media screen and (max-width: 767px) {
  .c_social__insta {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    width: 100%;
    height: 60px;
  }
}
.c_social__insta__icon {
  display: flex;
  flex-shrink: 0;
  width: 21px;
}

.c_social__insta__txt {
  display: inline-block;
  padding-bottom: 0;
  letter-spacing: 0.014em;
  font-size: 10px;
  font-family: classico-urw, sans-serif;
  line-height: 1.2;
}

.c_social__face {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 68px;
}

@media screen and (max-width: 767px) {
  .c_social__face {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    width: 100%;
    height: 60px;
  }
}
.c_social__face__icon {
  position: relative;
  display: flex;
  width: 20px;
}

.c_social__youtube {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 68px;
}

@media screen and (max-width: 1023px) {
  .c_social__youtube {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .c_social__youtube {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    width: 100%;
    height: 60px;
  }
}
.c_social__youtube__icon {
  position: relative;
  display: flex;
  width: 20px;
}

.c_payment {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-top: 6px;
  padding-right: 2px;
}

.c_payment__item {
  display: inline-flex;
  margin-left: clamp(
      1.25rem,
      1.4880952381vw + 0.5357142857rem,
      1.875rem
  );
}

.c_payment__icon__visa {
  display: flex;
  width: 30px;
}

.c_payment__icon__master {
  display: flex;
  width: 21px;
}

.c_payment__icon__jcb {
  display: flex;
  width: 19px;
}

.c_payment__icon__o {
  display: flex;
  width: 18px;
}

.c_payment__icon__amex {
  display: flex;
  width: 33px;
}

.c_itm_label {
  display: flex;
}

.c_itm_label__txt {
  display: flex;
  align-items: flex-end;
  margin-right: 4px;
  padding: 11px 8px;
  height: 124px;
  background-color: #363636;
}

@media print, screen and (max-width: 1023px) {
  .c_itm_label__txt {
    height: 114px;
  }
}
@media print, screen and (max-width: 767px) {
  .c_itm_label__txt {
    padding: 11px 5px;
    height: 86px;
  }
}
.c_itm_label__txt.bg01 {
  background-color: #363636;
}

.c_itm_label__txt.bg02 {
  background-color: #82660f;
}

.c_itm_label__txt.bg03 {
  background-color: #961919;
}

.c_itm_label__txt:last-child {
  margin-right: 0;
}

.c_itm_label__txt .txt {
  position: relative;
  color: #ffffff;
  font-weight: 500;
  font-size: 0.7025rem;
  font-family: classico-urw, sans-serif;
  line-height: 1.5;
  writing-mode: vertical-lr;
}

@media print, screen and (max-width: 767px) {
  .c_itm_label__txt .txt {
    font-size: 10px;
  }
}
.c_select {
  position: relative;
  max-width: 500px;
  width: 100%;
  height: 60px;
  border: 1px solid #e5e5e5;
  cursor: pointer;
}

@media screen and (max-width: 1023px) {
  .c_select {
    max-width: inherit;
  }
}
.c_select select {
  padding: 12px 35px 10px 23px;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  cursor: pointer;
}

.c_select select:focus {
  outline: unset;
}

.c_select::after {
  position: absolute;
  top: calc(50% + 4px);
  right: 18px;
  width: 12px;
  height: 6px;
  background-color: #000000;
  content: "";
  transform: translateY(-50%);
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.c_tags {
  line-height: 1;
}

.c_tags__item {
  display: inline-block;
  margin-right: 8px;
  color: #786f6f;
  font-size: 0.75rem;
  line-height: 1.9166666667;
}

@media screen and (max-width: 1023px) {
  .c_tags__item {
    font-size: 11px;
    line-height: 1.6em;
  }
}
.c_tags01 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
  padding-top: 36px;
  gap: 5px;
}

@media screen and (max-width: 767px) {
  .c_tags01 {
    padding-top: 20px;
  }
}
.c_tags01__item {
  display: block;
  overflow: hidden;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
  padding: 7px 10px 5px 10px;
  min-width: 133px;
  width: calc(10% - 5px);
  border: 1px solid #e5e5e5;
  color: #786f6f;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  .c_tags01__item {
    min-width: inherit;
    width: calc(33.333% - 3.3333333px);
  }
}
.c_dots {
  margin: 0 auto;
  padding-right: 10px;
  width: clamp(
      1.25rem,
      0.744047619vw + 0.8928571429rem,
      1.5625rem
  );
}

.c_dots__item {
  display: block;
  margin-bottom: clamp(
      0.9375rem,
      1.4880952381vw + 0.2232142857rem,
      1.5625rem
  );
  width: clamp(
      0.625rem,
      0.744047619vw + 0.2678571429rem,
      0.9375rem
  );
  height: clamp(
      0.625rem,
      0.744047619vw + 0.2678571429rem,
      0.9375rem
  );
  border-radius: 100%;
  background-color: #040404;
}

.c_dots__item:last-child {
  margin-bottom: 0;
}

#modal-message {
  position: fixed;
  top: 101px;
  right: -400px;
  z-index: 100;
  padding: 0 20px;
  height: 50px;
  background-color: #2a2b2b;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  opacity: 1;
  -webkit-animation: slidein 4s cubic-bezier(0.26, 0.63, 0, 0.99) 0s 1;
          animation: slidein 4s cubic-bezier(0.26, 0.63, 0, 0.99) 0s 1;
}

@media screen and (max-width: 1279px) {
  #modal-message {
    -webkit-animation: slideinTab 4s cubic-bezier(0.26, 0.63, 0, 0.99) 0s 1;
            animation: slideinTab 4s cubic-bezier(0.26, 0.63, 0, 0.99) 0s 1;
  }
}
@media print, screen and (max-width: 767px) {
  #modal-message {
    top: 60px;
  }
}
@-webkit-keyframes slidein {
  0% {
    right: -400px;
  }
  20% {
    right: 80px;
  }
  80% {
    right: 80px;
  }
  100% {
    right: -400px;
  }
}
@keyframes slidein {
  0% {
    right: -400px;
  }
  20% {
    right: 80px;
  }
  80% {
    right: 80px;
  }
  100% {
    right: -400px;
  }
}
@-webkit-keyframes slideinTab {
  0% {
    right: -400px;
  }
  20% {
    right: 10px;
  }
  80% {
    right: 10px;
  }
  100% {
    right: -400px;
  }
}
@keyframes slideinTab {
  0% {
    right: -400px;
  }
  20% {
    right: 10px;
  }
  80% {
    right: 10px;
  }
  100% {
    right: -400px;
  }
}
.grecaptcha-badge {
  display: none;
  visibility: hidden;
}

.page_error {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100svh - 500px);
  border-bottom: 1px solid #e5e5e5;
}

.page_error .errorBox p {
  margin: 0 0 30px;
  padding: 0;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}

.page_error .errorBox .goTop {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 180px;
  height: 50px;
  background: #000000;
  color: #ffffff;
  cursor: pointer;
  transition: 0.5s;
}

@media print, screen and (max-width: 767px) {
  .page_error .errorBox .goTop {
    width: 100%;
    height: 50px;
  }
}
.c_pagination {
  margin-bottom: -1px;
  margin-left: -2px;
  border-bottom: 1px solid #e5e5e5;
}

@media print, screen and (max-width: 767px) {
  .c_pagination {
    display: none;
  }
}
.c_pagination__content {
  display: flex;
  justify-content: center;
  margin-left: 1px;
  padding-top: clamp(
      1.875rem,
      5.3571428571vw + -0.6964285714rem,
      4.125rem
  );
  width: calc(100% + 2px);
}

.c_pagination__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -1px;
  width: auto;
  height: clamp(
      3.375rem,
      5.8035714286vw + 0.5892857143rem,
      5.8125rem
  );
  border-right: 1px solid #e5e5e5;
  font-weight: 500;
  font-size: 0.875rem;
  font-family: classico-urw, sans-serif;
}

.c_pagination__link.active {
  pointer-events: none;
}

.c_pagination__link.active::before {
  opacity: 1;
}

.c_pagination__link::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../../assets/images/common/bg_pagination.png) repeat;
  content: "";
  opacity: 0;
  transition: 0.5s;
}

.c_pagination__link:hover::before {
  opacity: 1;
}

.c_pagination__item {
  flex: 1;
}

.c_pagination__item.prev, .c_pagination__item.next {
  position: relative;
  width: clamp(
      5rem,
      10.7142857143vw + -0.1428571429rem,
      9.5rem
  );
  font-size: 0;
}

.c_pagination__item.prev .c_pagination__link, .c_pagination__item.next .c_pagination__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c_pagination__item.prev .c_pagination__link::after, .c_pagination__item.next .c_pagination__link::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  content: "";
}

.c_pagination__item.next .c_pagination__link {
  border-right: none;
}

.c_pagination__item.next .c_pagination__link::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c_pagination__item.next .c_pagination__link.none {
  pointer-events: none;
}

.c_pagination__item.next .c_pagination__link.none::after {
  opacity: 0.3;
}

.c_pagination__item.prev {
  margin-right: -1px;
}

.c_pagination__item.prev .c_pagination__link::after {
  transform: translate(-50%, -50%) rotate(135deg);
}

.c_pagination__item.prev .c_pagination__link.none {
  pointer-events: none;
}

.c_pagination__item.prev .c_pagination__link.none::after {
  opacity: 0.3;
}

.pager_bottom {
  display: none;
}

@media print, screen and (max-width: 767px) {
  .pager_bottom {
    display: block;
  }
  .pager_bottom .c_pagination__content li {
    width: 33.3333%;
    border-right: 1px solid #e5e5e5;
  }
  .pager_bottom .c_pagination__content li:last-child {
    border-right: none;
  }
  .pager_bottom .c_pagination__content li .icon {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
  }
  .pager_bottom .c_pagination__content li .icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    content: "";
    opacity: 0.3;
  }
  .pager_bottom .c_pagination__content li .icon.icon-left-open::after {
    transform: translate(-50%, -50%) rotate(135deg);
  }
  .pager_bottom .c_pagination__content li .icon.icon-right-open::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .pager_bottom .c_pagination__content li a .icon::after {
    opacity: 1;
  }
  .pager_bottom .c_pagination__content li .select-page {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
  }
  .pager_bottom .c_pagination__content li .select-page select {
    padding: 0 0 0 30px;
    width: 70px;
    background-image: url(../../assets/images/common/icon_arrow_down.svg);
    background-position: right 0 top 52%;
    background-size: 0.5rem auto;
    background-repeat: no-repeat;
  }
}
/*!
component > sidebar
------------------------------
*/
.body-wrapper:has(.c_temp) {
  overflow: inherit;
}

.c_temp {
  position: relative;
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
  .c_temp {
    display: block;
  }
}
.c_temp::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  content: "";
}

@media screen and (max-width: 767px) {
  .c_temp::after {
    display: none;
  }
}
.c_temp .body-wrapper {
  overflow: inherit;
}

.c_temp__ttl {
  display: flex;
  align-items: baseline;
  padding-bottom: 33px;
  letter-spacing: 0.054em;
  font-weight: 500;
  font-size: 16px;
  gap: 24px;
}

@media screen and (max-width: 767px) {
  .c_temp__ttl {
    font-size: 18px;
  }
}
.c_temp__sub {
  font-size: 13px;
}

.c_temp__sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
  overflow-y: auto;
  padding-top: clamp(
      2.5rem,
      20.3869047619vw + -7.2857142857rem,
      11.0625rem
  );
  padding-bottom: clamp(
      2.5rem,
      8.9285714286vw + -1.7857142857rem,
      6.25rem
  );
  max-width: clamp(
      13.75rem,
      15.3273809524vw + 6.3928571429rem,
      20.1875rem
  );
  max-height: 100vh;
  width: 100%;
  scrollbar-width: none;
}

@media screen and (max-width: 1023px) {
  .c_temp__sidebar {
    padding-top: 80px;
    padding-bottom: 80px;
    max-width: inherit;
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .c_temp__sidebar {
    top: 50px;
    overflow-y: inherit;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
  }
}
.c_temp__sidebar::-webkit-scrollbar {
  display: none;
}

.c_temp__content {
  padding-top: clamp(
      2.5rem,
      12.6488095238vw + -3.5714285714rem,
      7.8125rem
  );
  width: calc(100% - clamp(
      13.75rem,
      15.3273809524vw + 6.3928571429rem,
      20.1875rem
  ));
  border-left: 1px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
  .c_temp__content {
    padding-top: 50px;
    width: 100%;
    border-left: none;
  }
}
.c_temp__inner {
  margin: 0 auto;
  padding: 0 50px;
  max-width: 958px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c_temp__inner {
    padding: 0 30px;
  }
}
.c_temp__back {
  margin-bottom: -1px;
  margin-left: -1px;
  max-width: 300px;
  width: 100%;
  border: 1px solid #e5e5e5;
}

@media screen and (max-width: 1023px) {
  .c_temp__back {
    max-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .c_temp__back {
    max-width: 160px;
  }
}
.c_temp__back a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px clamp(
      0.625rem,
      3.5714285714vw + -1.0892857143rem,
      2.125rem
  ) 10px 10px;
  height: 70px;
  font-weight: 500;
  font-size: 14px;
}

@media screen and (max-width: 1023px) {
  .c_temp__back a {
    height: 60px;
  }
}
.c_sidebar__menu {
  padding-left: clamp(
      1.25rem,
      8.630952381vw + -2.8928571429rem,
      4.875rem
  );
}

@media screen and (max-width: 1023px) {
  .c_sidebar__menu {
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c_sidebar__menu {
    padding-left: 0;
  }
}
.c_sidebar__menu .sp_menu {
  display: none;
}

@media screen and (max-width: 767px) {
  .c_sidebar__menu .sp_menu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #e5e5e5;
    background-color: #f7f7f7;
  }
  .c_sidebar__menu .sp_menu li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 33.3333%;
    height: 40px;
    font-size: 12px;
  }
  .c_sidebar__menu .sp_menu li .block_toggle {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    display: grid;
    margin: 0;
    background-color: #e4e4e4;
    transition: grid-template-rows 0.5s ease;
    grid-template-rows: 0fr;
  }
  .c_sidebar__menu .sp_menu li .block_toggle .toogle_hidden {
    overflow: hidden;
  }
  .c_sidebar__menu .sp_menu li .block_toggle .toogle_hidden ul.submenu li {
    display: block;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #d5d5d5;
  }
  .c_sidebar__menu .sp_menu li .block_toggle .toogle_hidden ul.submenu li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 30px;
    height: 50px;
    text-align: left;
  }
  .c_sidebar__menu .sp_menu li.active {
    background-color: #e4e4e4;
  }
  .c_sidebar__menu .sp_menu li.active .block_toggle {
    grid-template-rows: 1fr;
  }
}
.c_sidebar__menu .menu_item {
  margin-bottom: clamp(
      2.5rem,
      5.3571428571vw + -0.0714285714rem,
      4.75rem
  );
  letter-spacing: 0.054em;
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .c_sidebar__menu .menu_item {
    display: none;
  }
}
.c_sidebar__menu .menu_item:last-child {
  margin-bottom: 0;
}

.c_sidebar__menu .menu_item__ttl {
  position: relative;
  margin-bottom: 32px;
  padding-right: clamp(
      3.75rem,
      14.880952381vw + -3.3928571429rem,
      10rem
  );
}

.c_sidebar__menu .menu_item__ttl::after {
  position: absolute;
  top: 14px;
  right: 0;
  width: clamp(
      2.5rem,
      16.369047619vw + -5.3571428571rem,
      9.375rem
  );
  height: 1px;
  background: #e5e5e5;
  content: "";
}

@media screen and (max-width: 1023px) {
  .c_sidebar__menu .menu_item__ttl::after {
    width: 100px;
  }
}
.c_sidebar__menu .menu_item__link {
  padding-right: 10px;
  padding-bottom: 13px;
}

.c_sidebar__menu .menu_item__link:last-child {
  padding-bottom: 0;
}

.c_sidebar__menu .menu_item__link.diff {
  padding-top: clamp(
      1.5625rem,
      3.2738095238vw + -0.0089285714rem,
      2.9375rem
  );
}

.c_list__ttl {
  padding-bottom: 20px;
  font-weight: 500;
  font-size: 14px;
}

.c_list__content {
  min-height: 100px;
}

.c_list__item {
  display: flex;
  padding: clamp(
      1.5rem,
      2.6785714286vw + 0.2142857143rem,
      2.625rem
  ) clamp(
      1.25rem,
      2.380952381vw + 0.1071428571rem,
      2.25rem
  ) 24px;
  border: 1px solid #e5e5e5;
  gap: clamp(
      1.25rem,
      5.9523809524vw + -1.6071428571rem,
      3.75rem
  );
}

.c_list__item .img {
  max-width: 136px;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .c_list__item .img {
    max-width: 80px;
  }
}
.c_list__item .desc {
  max-width: 600px;
  width: 100%;
  line-height: 1.6em;
}

@media screen and (max-width: 767px) {
  .c_list__item .desc {
    line-height: 1.5em;
  }
}
.c_list__item .sub {
  font-size: 0.6875rem;
}

.c_list__item .date {
  padding-bottom: 10px;
  letter-spacing: 0.0054em;
  font-weight: 400;
  font-size: 0.6875rem;
}

@media screen and (max-width: 767px) {
  .c_list__item .date {
    padding-bottom: 0;
  }
}
.c_list__item .name {
  padding-right: 2px;
  font-weight: 500;
  font-size: 0.8125rem;
}

.c_list__item .name.line01 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.c_list__item .unit {
  display: flex;
  padding-top: 11px;
  letter-spacing: 0.005em;
  font-weight: 500;
  font-size: 12px;
  gap: 10px;
}

.c_list__item .price {
  padding-top: 10px;
  text-align: right;
  letter-spacing: 0.005em;
  font-weight: 500;
  font-size: 1.125rem;
  font-family: classico-urw, sans-serif;
}

.c_list__item .price_sub {
  font-size: 0.6875rem;
}

.c_list__info {
  margin-left: auto;
  padding-top: 3px;
  max-width: 410px;
  width: 100%;
}

@media print, screen and (max-width: 1279px) {
  .c_list__info {
    max-width: 260px;
  }
}
@media screen and (max-width: 1023px) {
  .c_list__info {
    max-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .c_list__info {
    margin: 0 0 30px;
    max-width: inherit;
  }
}
.c_list__info .info_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 8px 11px 2px;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 500;
  gap: 20px;
}

.c_list__info .info_item__name {
  letter-spacing: 0.054em;
  font-size: 0.6875rem;
}

.c_list__info .info_item__txt {
  letter-spacing: 0.054em;
  font-size: 0.875rem;
  font-family: classico-urw, sans-serif;
}

/*!
layout > container
------------------------------
*/
.l_container {
  margin: 0 auto;
  padding: 0 80px;
  width: auto;
}

@media screen and (max-width: 1279px) {
  .l_container {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .l_container {
    padding: 0 30px;
  }
}
/*!
page > common > common
------------------------------
*/
/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p_top .c_box01 {
  margin-bottom: 37px;
}
@media screen and (max-width: 767px) {
  .p_top .c_box01 .c_ttl_line120 {
    display: none;
  }
}
.p_top .c_list01 {
  margin: 0 auto;
  max-width: 1200px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .p_top .c_list01 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p_top .c_list01 .c_list01__item {
    margin: 0 0 20px;
  }
  .p_top .c_list01 .c_list01__item:last-of-type {
    margin: 0;
  }
}
.p_top01 {
  padding: 60px 0 76px 0;
  background-color: #fafafa;
}
@media screen and (max-width: 767px) {
  .p_top01 {
    position: relative;
    padding: 50px 0;
  }
}
.p_top01 .c_ttl_line80 {
  text-align: right;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .p_top01 .c_ttl_line80 {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
  }
}
.p_top01 .c_ttl_line80 .ttl {
  max-width: 485px;
}
@media print, screen and (max-width: 1023px) {
  .p_top01 .c_ttl_line80 .ttl {
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .p_top01 .c_ttl_line80 .ttl {
    max-width: 300px;
  }
}
.p_top01__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p_top01__head {
    align-items: flex-end;
  }
}
.p_top01__head .c_btnytube {
  position: relative;
  top: 2px;
  right: -1px;
  padding-right: 1px;
}
@media screen and (max-width: 767px) {
  .p_top01__head .c_btnytube {
    top: -2px;
    right: 0;
    padding-right: 0;
  }
}
.p_top02 .c_ttl_line120 .ttl {
  top: 0;
  left: 5px;
  width: clamp(
      33.5rem,
      14.880952381vw + 26.3571428571rem,
      39.75rem
  );
}
@media screen and (max-width: 767px) {
  .p_top02 .c_ttl_line120 .ttl {
    max-width: 400px;
    width: 100%;
  }
}
.p_top02 [class^=c_ttl_line] .ttl {
  top: 3px;
}
@media print, screen and (max-width: 1023px) {
  .p_top02 [class^=c_ttl_line] .ttl {
    top: 0;
  }
}
.p_top02 .c_box01 {
  margin-bottom: 80px;
}
.p_top02 a {
  display: block;
  margin: 0 -80px;
}
@media print, screen and (max-width: 1279px) {
  .p_top02 a {
    margin: 0 -50px;
  }
}
.p_top02 .styles {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin: 0 0 50px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p_top02 .styles {
    flex-direction: column;
    margin: 0 0 30px;
  }
}
.p_top02 .styles.women {
  flex-direction: row-reverse;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p_top02 .styles.women {
    flex-direction: column;
  }
}
.p_top02 .styles ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  width: 68%;
}
@media screen and (max-width: 767px) {
  .p_top02 .styles ul {
    width: 100%;
  }
}
.p_top02 .styles ul li {
  margin: 0;
  padding: 0;
  width: 25%;
  line-height: 0;
}
@media print, screen and (max-width: 1359px) {
  .p_top02 .styles ul li {
    width: 33.3333%;
  }
}
@media print, screen and (max-width: 1359px) {
  .p_top02 .styles ul li:last-child {
    display: none;
  }
}
.p_top02 .styles .styles_ttl {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 32%;
}
@media screen and (max-width: 767px) {
  .p_top02 .styles .styles_ttl {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p_top03 .c_ttl_en60 {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .p_top03 .c_ttl_line120 {
    display: none;
  }
}
.p_top03 .c_ttl_line120 .ttl {
  right: 9px;
  width: 295px;
}
@media screen and (max-width: 767px) {
  .p_top03 .c_ttl_line120 .ttl {
    width: 195px;
  }
}
.p_top03 [class^=c_ttl_line] .ttl {
  top: 3px;
}
@media screen and (max-width: 767px) {
  .p_top03 .c_box02__content {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p_top03 .c_slider01 {
    margin: 0 -30px;
  }
}
.p_top04 .c_box02__head__inner {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .p_top04 .c_ttl_line120 {
    display: none;
  }
}
.p_top04 .c_ttl_line120 .ttl {
  top: 20px;
  right: 9px;
  width: 334px;
}
@media screen and (max-width: 767px) {
  .p_top04 .c_ttl_line120 .ttl {
    width: 210px;
  }
}
.p_top04 .c_box02__head {
  margin-bottom: 53px;
}
@media screen and (max-width: 767px) {
  .p_top04 .c_slider01 {
    margin: 0 -30px;
  }
}
.p_top05 .c_box02__head {
  margin-bottom: 70px;
}
.p_top05 .c_ttl_line120 .ttl {
  top: 20px;
  right: 9px;
  width: 258px;
}
.p_top06 {
  margin-bottom: 111px;
}
@media screen and (max-width: 767px) {
  .p_top06 {
    margin-bottom: 50px;
    padding-top: 60px;
  }
}
.p_top06 .c_ttl_line260 {
  margin-bottom: -4px;
}
@media screen and (max-width: 767px) {
  .p_top06 .c_ttl_line260 {
    display: none;
  }
}
.p_top06 .c_ttl_line260 .ttl {
  top: 8px;
  left: 11px;
  width: 30vw;
}
@media print, screen and (max-width: 1359px) {
  .p_top06 .c_ttl_line260 .ttl {
    width: 407px;
  }
}
@media screen and (max-width: 767px) {
  .p_top06 .c_ttl_line260 .ttl {
    top: 10px;
    left: -20px;
    width: 250px;
  }
}
@media screen and (max-width: 1200px) {
  .p_top06 .c_map {
    position: absolute;
    top: -65px;
    right: 0;
  }
}
.p_top .c_slider01__arrows__next:hover .c_slider01__arrows__icon {
  transform: none;
}
.p_top .c_slider01__arrows__prev .c_slider01__arrows__icon {
  transform: rotate(180deg);
}
.p_top .c_btn01:hover .c_btn01__icon__img {
  transform: none;
}
.p_top .c_list03 {
  grid-gap: 80px;
}
@media screen and (max-width: 1559px) {
  .p_top .c_list03 {
    grid-gap: 50px;
  }
}
@media screen and (max-width: 1180px) {
  .p_top .c_list03__content {
    padding: clamp(1.25rem, 2.0833333333vw + 0.25rem, 2.125rem) 0;
  }
}
@media screen and (max-width: 1023px) {
  .p_top .c_list03__txt02 {
    height: 70px;
  }
}
@media print, screen and (max-width: 767px) {
  .p_top .c_list03__txt02 {
    height: auto;
  }
}
@media print, screen and (max-width: 767px) {
  .p_top .c_list03__link {
    padding: 0 20px 30px;
    border: #e5e5e5 solid 1px;
  }
  .p_top .c_list03__link .c_list03__img {
    margin: 0 -20px;
  }
}

/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.c_close {
  display: block;
  width: 41px;
}

.p_cart {
  padding-bottom: 0;
  border-bottom: 1px solid #e5e5e5;
}
.p_cart__mv {
  padding: 60px 0;
}
@media print, screen and (max-width: 1279px) {
  .p_cart__mv {
    padding: 50px 0;
  }
}
@media print, screen and (max-width: 1023px) {
  .p_cart__mv {
    padding: 30px 0;
  }
}
.p_cart__mv.incart {
  padding: 80px 0 47px 0;
}
@media print, screen and (max-width: 1279px) {
  .p_cart__mv.incart {
    padding: 50px 0 27px;
  }
}
.p_cart__txt {
  letter-spacing: 0;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 2;
}
.p_cart__txt01 {
  text-align: right;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.6;
}
.p_cart__head {
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .p_cart__head {
    display: none;
  }
}
.p_cart__head__inner {
  display: flex;
  justify-content: flex-end;
}
.p_cart__head__quality {
  width: clamp(
      6.5rem,
      2.9761904762vw + 5.0714285714rem,
      7.75rem
  );
}
.p_cart__head__price {
  padding-right: 16px;
  width: clamp(
      8.75rem,
      19.3452380952vw + -0.5357142857rem,
      16.875rem
  );
}
.p_cart__head__btn {
  width: 27px;
}
.p_cart__item {
  padding: 42px 0 47px 0;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .p_cart__item {
    position: relative;
    margin-bottom: -1px;
    padding: 30px 0;
    border: 1px solid #e5e5e5;
  }
}
.p_cart__product {
  display: flex;
  align-items: center;
  padding-right: clamp(
      1.25rem,
      3.90625vw + -0.625rem,
      1.875rem
  );
  width: calc(100% - clamp(
      16.9375rem,
      22.3214285714vw + 6.2232142857rem,
      26.3125rem
  ));
}
@media screen and (max-width: 767px) {
  .p_cart__product {
    padding-right: 0;
    width: 100%;
  }
}
.p_cart__product a {
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p_cart__product a {
    flex-direction: column;
  }
}
.p_cart__product__ttl {
  margin-bottom: 0;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.9230769231;
}
@media screen and (max-width: 767px) {
  .p_cart__product__ttl {
    font-size: 12px;
  }
}
.p_cart__product__brand {
  margin-bottom: 0;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 10px;
}
.p_cart__product__size {
  margin-bottom: 0;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 10px;
}
.p_cart__product__price {
  letter-spacing: 0;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.7857142857;
}
@media screen and (max-width: 767px) {
  .p_cart__product__price {
    margin-bottom: 10px;
  }
}
.p_cart__product__img {
  width: clamp(
      5rem,
      5.3571428571vw + 2.4285714286rem,
      7.25rem
  );
}
@media screen and (max-width: 767px) {
  .p_cart__product__img {
    width: 140px;
  }
}
.p_cart__product__content {
  padding-top: 4px;
  padding-left: clamp(
      1.25rem,
      1.6369047619vw + 0.4642857143rem,
      1.9375rem
  );
  width: calc(100% - clamp(
      5rem,
      5.3571428571vw + 2.4285714286rem,
      7.25rem
  ));
}
@media screen and (max-width: 767px) {
  .p_cart__product__content {
    padding-top: 4px;
    padding-left: 0;
    width: 100%;
  }
}
.p_cart__quality {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  width: clamp(
      6.5rem,
      2.9761904762vw + 5.0714285714rem,
      7.75rem
  );
  color: #f3343a;
}
@media screen and (max-width: 767px) {
  .p_cart__quality {
    align-items: center;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 0 0 10px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
  .p_cart__quality::before {
    color: #000000;
    content: "数量";
    font-size: 10px;
  }
}
.p_cart__quality .c_quality {
  position: relative;
  top: 3px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p_cart__quality .c_quality {
    width: 90px;
  }
}
.p_cart__quality .c_quality.error {
  border-color: #fbb0b5;
  background-color: #ffc8ca;
}
.p_cart__price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 clamp(
      0.9375rem,
      2.8273809524vw + -0.4196428571rem,
      2.125rem
  ) 3px 15px;
  width: clamp(
      8.75rem,
      19.3452380952vw + -0.5357142857rem,
      16.875rem
  );
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p_cart__price {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 0 0 10px;
    width: 100%;
  }
  .p_cart__price::before {
    content: "小計";
    font-size: 10px;
  }
}
.p_cart__price__txt {
  letter-spacing: 0;
  font-weight: 500;
  font-size: 0.875rem;
}
.p_cart__btn {
  position: relative;
  width: 41px;
}
@media screen and (max-width: 767px) {
  .p_cart__btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 41px;
  }
}
.p_cart__btn .c_close {
  position: absolute;
  top: 50%;
  right: 0;
  cursor: pointer;
  transition: 0.5s;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p_cart__btn .c_close {
    top: 0;
    transform: translateY(0%);
  }
}
.p_cart__flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p_cart__flex {
    flex-direction: column;
  }
}
.p_cart__total {
  margin-right: 0;
  margin-left: auto;
  padding: 50px 80px 50px;
  width: 428px;
  border-left: 1px solid #e5e5e5;
}
@media print, screen and (max-width: 1279px) {
  .p_cart__total {
    padding: 50px;
    width: 368px;
  }
}
@media print, screen and (max-width: 1023px) {
  .p_cart__total {
    width: 50%;
  }
}
@media print, screen and (max-width: 767px) {
  .p_cart__total {
    padding: 40px 30px;
    width: 100%;
    border: 1px solid #e5e5e5;
    background: #f6f6f6;
  }
}
.p_cart__total__content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p_cart__total dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.p_cart__total dl dt {
  margin: 0;
  padding: 0;
  width: 100px;
  font-weight: 400;
  font-weight: 500;
  font-size: 12px;
}
.p_cart__total dl dd {
  margin: 0;
  padding: 0;
  width: calc(100% - 130px);
  text-align: right;
  font-weight: 500;
}
.p_cart__total dl dd span {
  text-align: right;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 24px;
}
@media print, screen and (max-width: 1279px) {
  .p_cart__total dl dd span {
    font-size: 20px;
  }
}
.p_cart__left {
  padding-right: 30px;
  width: 100px;
}
.p_cart__right {
  width: calc(100% - 130px);
}
.p_cart__btn01 {
  display: flex;
  justify-content: center;
  padding: 44px 50px;
  border-top: 1px solid #e5e5e5;
}
@media print, screen and (max-width: 1679px) {
  .p_cart__btn01 {
    padding: 30px 50px;
  }
}
@media print, screen and (max-width: 1279px) {
  .p_cart__btn01 {
    padding: 20px 50px;
  }
}
@media print, screen and (max-width: 767px) {
  .p_cart__btn01 {
    flex-direction: column;
    padding: 20px 0;
    border-top: none;
  }
}
.p_cart__btn01__item {
  margin: 4px;
}
@media print, screen and (max-width: 767px) {
  .p_cart__btn01__item {
    margin: 0 0 10px;
  }
}
@media print, screen and (max-width: 767px) {
  .p_cart .infoBox {
    padding: 0 30px 50px;
  }
}
.p_cart .sale_end {
  color: #f7797d;
}
.p_cart .infoBox p.err {
  margin: 5px 0 -28px;
  padding: 0 80px;
  width: 550px;
  color: #f3343a;
  text-align: left;
  font-size: 14px;
}
@media print, screen and (max-width: 1279px) {
  .p_cart .infoBox p.err {
    padding: 0 50px;
    font-size: 13px;
  }
}
@media print, screen and (max-width: 767px) {
  .p_cart .infoBox p.err {
    margin: 0 0 10px;
    padding: 0;
    width: auto;
    text-align: center;
    font-size: 12px;
  }
}
.p_cart .infoBox .attribute {
  margin: 0 0 0 80px;
  padding: 50px 0 0;
  font-weight: 700;
  font-size: 18px;
}
@media print, screen and (max-width: 1279px) {
  .p_cart .infoBox .attribute {
    margin: 0 0 0 50px;
  }
}
@media print, screen and (max-width: 767px) {
  .p_cart .infoBox .attribute {
    margin: 0;
    padding: 10px 0 5px;
    font-size: 16px;
  }
}
.p_cart .non {
  padding: 50px 0 150px;
  text-align: center;
}
.p_cart .non p {
  margin: 0 0 30px;
  font-weight: 500;
  font-size: 16px;
}
.p_cart .non a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 240px;
  height: 50px;
  background: #000000;
  color: #ffffff;
  font-size: 14px;
}
.p_cart .message {
  margin: 0 80px 10px;
}
@media print, screen and (max-width: 1279px) {
  .p_cart .message {
    margin: 0 50px 10px;
  }
}
@media print, screen and (max-width: 767px) {
  .p_cart .message {
    margin: 0 30px;
    font-size: 13px;
  }
}
.p_cart .order {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin: 0 0 0 -1px;
  padding: 0;
  border-top: 1px solid #e5e5e5;
}
@media print, screen and (max-width: 1023px) {
  .p_cart .order {
    flex-direction: column;
  }
}
.p_cart .order .order_select {
  margin: 0;
  padding: 0;
  width: 30%;
}
@media print, screen and (max-width: 1023px) {
  .p_cart .order .order_select {
    width: 100%;
  }
}
.p_cart .order .order_select ul {
  position: -webkit-sticky;
  position: sticky;
  top: 91px;
  margin: 0 0 0 -1px;
  padding: 0;
}
@media print, screen and (max-width: 1023px) {
  .p_cart .order .order_select ul {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
  }
}
@media print, screen and (max-width: 767px) {
  .p_cart .order .order_select ul {
    flex-direction: column;
  }
}
.p_cart .order .order_select ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
}
@media print, screen and (max-width: 1023px) {
  .p_cart .order .order_select ul li {
    width: 33.33333%;
    border-right: 1px solid #e5e5e5;
  }
  .p_cart .order .order_select ul li:last-child {
    border-right: none;
  }
}
@media print, screen and (max-width: 767px) {
  .p_cart .order .order_select ul li {
    width: 100%;
    border-right: none;
  }
}
.p_cart .order .order_select ul li input[type=radio] {
  display: none;
}
.p_cart .order .order_select ul li label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 80px;
  height: 120px;
  font-weight: 500;
  font-size: 14px;
}
@media print, screen and (max-width: 1279px) {
  .p_cart .order .order_select ul li label {
    padding: 0 50px;
    height: 100px;
    font-size: 13px;
  }
}
@media print, screen and (max-width: 1023px) {
  .p_cart .order .order_select ul li label {
    justify-content: center;
    padding: 0;
    height: 80px;
    font-size: 12px;
  }
}
@media print, screen and (max-width: 767px) {
  .p_cart .order .order_select ul li label {
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 0 30px;
    height: 60px;
  }
}
.p_cart .order .order_select ul li label i {
  display: block;
  margin: 0;
  padding: 0 20px 0 0;
  line-height: 0;
  opacity: 0.5;
}
@media print, screen and (max-width: 1023px) {
  .p_cart .order .order_select ul li label i {
    padding: 0 10px 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .p_cart .order .order_select ul li label i {
    padding: 0;
    transform: rotate(90deg);
  }
}
.p_cart .order .order_select ul li input:checked + label {
  background-image: url(../images/common/bg_pagination.png);
  background-repeat: repeat;
}
.p_cart .order .order_select ul li input:checked + label i {
  opacity: 1;
}
.p_cart .order .order_input {
  position: relative;
  margin: 0;
  padding: 80px;
  width: 70%;
  border-left: 1px solid #e5e5e5;
}
@media print, screen and (max-width: 1279px) {
  .p_cart .order .order_input {
    padding: 80px 50px;
  }
}
@media print, screen and (max-width: 1023px) {
  .p_cart .order .order_input {
    width: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  .p_cart .order .order_input {
    padding: 50px 30px;
  }
}
.p_cart .order .order_input.single {
  margin: 0 auto;
  padding: 80px 50px;
  max-width: 900px;
  width: 100%;
  border-left: none;
}
@media print, screen and (max-width: 767px) {
  .p_cart .order .order_input.single {
    padding: 50px 30px;
  }
}
.p_cart .order .order_input .order_input__wrap {
  display: none;
  /*会員登録*/
  /*注文内容の確認*/
}
.p_cart .order .order_input .order_input__wrap.show {
  display: block;
}
@media print, screen and (max-width: 767px) {
  .p_cart .order .order_input .order_input__wrap .payment.settings {
    margin: 0 0 40px;
  }
}
.p_cart .order .order_input .order_input__wrap .login {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 -80px 0 40px;
  padding: 50px 0;
}
@media print, screen and (max-width: 1279px) {
  .p_cart .order .order_input .order_input__wrap .login {
    margin: 0 -50px 0 0;
    padding: 0;
  }
}
@media print, screen and (max-width: 1023px) {
  .p_cart .order .order_input .order_input__wrap .login {
    margin: 0;
  }
}
.p_cart .order .order_input .order_input__wrap .login form {
  width: 100%;
}
.p_cart .order .order_input .order_input__wrap .login dl {
  margin: 0;
  padding: 0;
}
.p_cart .order .order_input .order_input__wrap .login dl dt {
  padding-bottom: 4px;
  letter-spacing: 0.005em;
  font-weight: 500;
  font-size: 0.75rem;
}
.p_cart .order .order_input .order_input__wrap .login dl dd {
  position: relative;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 1023px) {
  .p_cart .order .order_input .order_input__wrap .login dl dd {
    margin-bottom: 30px;
  }
}
.p_cart .order .order_input .order_input__wrap .login dl dd input {
  position: relative;
  padding: 10px 100px 10px 0;
  width: 100%;
  height: 53px;
  outline: 0;
  border-bottom: 1px solid #e5e5e5;
}
@media print, screen and (max-width: 1023px) {
  .p_cart .order .order_input .order_input__wrap .login dl dd input {
    padding: 10px 50px 10px 10px;
    border: 1px solid #e5e5e5;
  }
}
.p_cart .order .order_input .order_input__wrap .login dl dd .show_btn {
  position: absolute;
  top: 50%;
  right: 50px;
  width: 24px;
  height: 24px;
  background-image: url(../images/common/icon_eye_open.svg);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.5s;
  transform: translateY(-50%);
}
.p_cart .order .order_input .order_input__wrap .login dl dd .show_btn.active {
  background-image: url(../images/common/icon_eyes_close.svg);
}
@media print, screen and (max-width: 1023px) {
  .p_cart .order .order_input .order_input__wrap .login dl dd .show_btn {
    right: 20px;
  }
}
.p_cart .order .order_input .order_input__wrap .login .next {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px 0 0;
}
@media print, screen and (max-width: 1023px) {
  .p_cart .order .order_input .order_input__wrap .login .next {
    padding: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .p_cart .order .order_input .order_input__wrap .login .next {
    flex-direction: column;
  }
}
.p_cart .order .order_input .order_input__wrap .login .next p.sub {
  position: relative;
  padding-left: clamp(
      0.625rem,
      2.5297619048vw + -0.5892857143rem,
      1.6875rem
  );
  letter-spacing: 0.005em;
  font-weight: 500;
  font-size: 0.75rem;
}
@media print, screen and (max-width: 767px) {
  .p_cart .order .order_input .order_input__wrap .login .next p.sub {
    margin: 0 0 20px;
    padding-left: 20px;
  }
}
.p_cart .order .order_input .order_input__wrap .login .next p.sub::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 5px solid #000000;
  content: "";
}
.p_cart .order .order_input .order_input__wrap .login .next .submit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  padding: 10px;
  max-width: 180px;
  width: 100%;
  height: 58px;
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.5s;
}
@media print, screen and (max-width: 767px) {
  .p_cart .order .order_input .order_input__wrap .login .next .submit {
    max-width: inherit;
  }
}
.p_cart .order .order_input .order_input__wrap .regist h3 {
  margin: 0 0 20px;
  padding: 0;
  font-weight: 700;
  font-size: 18px;
}
@media print, screen and (max-width: 1279px) {
  .p_cart .order .order_input .order_input__wrap .regist h3 {
    font-size: 16px;
  }
}
.p_cart .order .order_input .order_input__wrap .regist p.read {
  margin: 0 0 30px;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
}
.p_cart .order .order_input .order_input__wrap .regist .err {
  display: none;
}
.p_cart .order .order_input .order_input__wrap .regist .next {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 50px 0 0;
}
.p_cart .order .order_input .order_input__wrap .regist .next p {
  text-align: center;
  font-size: 13px;
}
.p_cart .order .order_input .order_input__wrap .regist .next p a {
  text-decoration: underline;
}
.p_cart .order .order_input .order_input__wrap .regist .next .c_form__submit {
  margin: 20px 0 0;
}
.p_cart .order .order_input .order_input__wrap .guest h3 {
  margin: 0 0 20px;
  padding: 0;
  font-weight: 700;
  font-size: 18px;
}
@media print, screen and (max-width: 1279px) {
  .p_cart .order .order_input .order_input__wrap .guest h3 {
    font-size: 16px;
  }
}
.p_cart .order .order_input .order_input__wrap .guest p.read {
  margin: 0 0 30px;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
}
.p_cart .order .order_input .order_input__wrap .guest .c_form {
  margin: 0 0 100px;
}
@media print, screen and (max-width: 767px) {
  .p_cart .order .order_input .order_input__wrap .guest .c_form {
    margin: 0 0 50px;
  }
  .p_cart .order .order_input .order_input__wrap .guest .c_form:last-of-type {
    margin: 0;
  }
}
.p_cart .order .order_input .order_input__wrap .guest .err {
  display: none;
}
.p_cart .order .order_input .order_input__wrap .guest .next {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 50px 0 0;
}
@media print, screen and (max-width: 767px) {
  .p_cart .order .order_input .order_input__wrap .guest .next {
    margin: 20px 0 0;
  }
}
.p_cart .order .order_input .order_input__wrap .guest .next p {
  text-align: center;
  font-size: 13px;
}
.p_cart .order .order_input .order_input__wrap .guest .next p a {
  text-decoration: underline;
}
.p_cart .order .order_input .order_input__wrap .guest .next .c_form__submit {
  margin: 20px 0 0;
}
.p_cart .order .order_input .order_input__wrap .guest .choice {
  margin: 0 0 40px;
  padding: 20px;
  border: 1px solid #e5e5e5;
}
.p_cart .order .order_input .order_input__wrap .guest .choice.shipping_select {
  padding: 0;
}
.p_cart .order .order_input .order_input__wrap .guest .choice.shipping_select .block_label {
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.p_cart .order .order_input .order_input__wrap .guest .choice.shipping_select .block_label:last-of-type {
  border-bottom: none;
}
.p_cart .order .order_input .order_input__wrap .guest .choice .block_toggle {
  display: grid;
  margin: 0;
  transition: grid-template-rows 0.5s ease;
  grid-template-rows: 0fr;
}
.p_cart .order .order_input .order_input__wrap .guest .choice .block_toggle.on {
  grid-template-rows: 1fr;
}
.p_cart .order .order_input .order_input__wrap .guest .choice .block_toggle .toogle_hidden {
  overflow: hidden;
}
@media print, screen and (max-width: 767px) {
  .p_cart .order .order_input .order_input__wrap .guest .choice .block_toggle .toogle_hidden.sub {
    margin: 0 -21px;
  }
  .p_cart .order .order_input .order_input__wrap .guest .choice .block_toggle .toogle_hidden.sub .block_label_wrapping {
    border: none;
    border-top: 1px solid #e5e5e5;
  }
  .p_cart .order .order_input .order_input__wrap .guest .choice .block_toggle .toogle_hidden.sub .c_input {
    padding: 0 20px;
  }
}
.p_cart .order .order_input .order_input__wrap .guest .choice .block_toggle .toogle_hidden .block_toggle__box {
  margin: 30px 0 0;
  padding: 0 0 10px;
}
.p_cart .order .order_input .order_input__wrap .guest .choice .block_toggle dl {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.p_cart .order .order_input .order_input__wrap .guest .choice .block_toggle dl dt {
  width: 100px;
}
.p_cart .order .order_input .order_input__wrap .guest .choice .block_toggle dl dd {
  margin: 0 0 10px;
  width: calc(100% - 100px);
}
.p_cart .order .order_input .order_input__wrap .guest .choice .block_toggle dl dd:last-of-type {
  margin: 0;
}
.p_cart .order .order_input .order_input__wrap .guest .payment .block_label {
  margin: 0 0 -1px;
  padding: 20px;
  border: 1px solid #e5e5e5;
}
.p_cart .order .order_input .order_input__wrap .guest .payment .block_label .block_select {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.p_cart .order .order_input .order_input__wrap .guest .payment .block_label .block_select input {
  margin-right: clamp(
      0.625rem,
      3.2738095238vw + -0.9464285714rem,
      2rem
  );
  width: 17px;
  height: 17px;
  cursor: pointer;
}
.p_cart .order .order_input .order_input__wrap .guest .payment .block_label .block_select div {
  line-height: 1.6em;
}
.p_cart .order .order_input .order_input__wrap .guest .payment .block_label .block_select p {
  font-size: 11px;
}
.p_cart .order .order_input .order_input__wrap .guest .point .d_flex {
  align-items: flex-end;
}
.p_cart .order .order_input .order_input__wrap .guest .point .havePoint {
  margin: 5px 0 0;
  color: #010101;
  font-weight: 500;
  font-size: 13px;
}
.p_cart .order .order_input .order_input__wrap .guest .other .block_label_wrapping {
  margin: 20px 0 10px;
  padding: 20px;
  border: 1px solid #e5e5e5;
}
.p_cart .order .order_input .order_input__wrap .guest .other .block_label_wrapping.mt {
  margin-top: 10px;
}
.p_cart .order .order_input .order_input__wrap .guest .other .block_label_wrapping .block_select {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 13px;
  line-height: 1.7em;
}
@media print, screen and (max-width: 767px) {
  .p_cart .order .order_input .order_input__wrap .guest .other .block_label_wrapping .block_select {
    align-items: flex-start;
  }
}
.p_cart .order .order_input .order_input__wrap .guest .other .block_label_wrapping .block_select.type {
  padding: 0 0 20px;
}
.p_cart .order .order_input .order_input__wrap .guest .other .block_label_wrapping .block_select input {
  margin-right: 20px;
  width: 17px;
  height: 17px;
  cursor: pointer;
}
@media print, screen and (max-width: 767px) {
  .p_cart .order .order_input .order_input__wrap .guest .other .block_label_wrapping .block_select input {
    margin-top: 5px;
    margin-right: 20px;
  }
}
.p_cart .order .order_input .order_input__wrap .guest .other .block_label_wrapping .block_select .wrapping_info {
  position: relative;
  flex: 1;
  padding: 0 100px 0 0;
}
@media print, screen and (max-width: 767px) {
  .p_cart .order .order_input .order_input__wrap .guest .other .block_label_wrapping .block_select .wrapping_info {
    padding: 0;
  }
}
.p_cart .order .order_input .order_input__wrap .guest .other .block_label_wrapping .block_select .wrapping_info span {
  color: #f7797d;
  font-size: 11px;
}
@media print, screen and (max-width: 767px) {
  .p_cart .order .order_input .order_input__wrap .guest .other .block_label_wrapping .block_select .wrapping_info span br {
    display: none;
  }
}
.p_cart .order .order_input .order_input__wrap .guest .other .block_label_wrapping .block_select .wrapping_info img {
  position: absolute;
  top: 50%;
  right: 0;
  margin: 0 0 0 auto;
  width: 80px;
  height: 80px;
  transform: translate(0, -50%);
}
@media print, screen and (max-width: 767px) {
  .p_cart .order .order_input .order_input__wrap .guest .other .block_label_wrapping .block_select .wrapping_info img {
    position: static;
    display: block;
    margin: 10px 0 0 auto;
    width: 60px;
    height: 60px;
    transform: inherit;
  }
}
.p_cart .order .order_input .order_input__wrap .guest .other .c_input {
  margin: 30px 0 0;
}
.p_cart .order .order_input .order_input__wrap .guest .other .c_input.choice {
  margin: 0 0 40px;
}
@media print, screen and (max-width: 767px) {
  .p_cart .order .order_input .order_input__wrap .guest .other .c_input.choice:last-of-type {
    margin: 0;
  }
}
.p_cart .order .order_input .order_input__wrap .guest .other .c_input textarea {
  padding: 15px 20px;
  width: 100%;
  height: 65px;
  outline: 0;
  border: 1px solid #e5e5e5;
  font-weight: 500;
  font-size: 0.75rem;
}
@media print, screen and (max-width: 767px) {
  .p_cart .order .order_input .order_input__wrap .guest .other .c_input textarea {
    font-size: 16px;
  }
  .p_cart .order .order_input .order_input__wrap .guest .other .c_input textarea::-moz-placeholder {
    font-size: 12px;
  }
  .p_cart .order .order_input .order_input__wrap .guest .other .c_input textarea::placeholder {
    font-size: 12px;
  }
}
.p_cart .order .order_input .order_input__wrap.confirm .item_list {
  position: relative;
  margin: 0 0 100px;
}
@media print, screen and (max-width: 767px) {
  .p_cart .order .order_input .order_input__wrap.confirm .item_list {
    margin: 0 0 50px;
  }
}
.p_cart .order .order_input .order_input__wrap.confirm .item_list .item_list__header {
  margin: 0;
  padding: 0 30px;
  font-size: 12px;
}
@media print, screen and (max-width: 767px) {
  .p_cart .order .order_input .order_input__wrap.confirm .item_list .item_list__header {
    display: none;
  }
}
.p_cart .order .order_input .order_input__wrap.confirm .item_list .ch_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 auto;
  width: 150px;
  height: 40px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
@media print, screen and (max-width: 767px) {
  .p_cart .order .order_input .order_input__wrap.confirm .item_list .ch_btn {
    width: 100px;
    font-size: 12px;
  }
}
.p_cart .order .order_input .order_input__wrap.confirm .item_list ul {
  display: flex;
  align-items: center;
  justify-items: flex-start;
}
@media print, screen and (max-width: 767px) {
  .p_cart .order .order_input .order_input__wrap.confirm .item_list ul {
    flex-direction: column;
  }
}
.p_cart .order .order_input .order_input__wrap.confirm .item_list ul li.ci_thumb {
  width: 100px;
  height: auto;
  font-size: 13px;
}
@media print, screen and (max-width: 767px) {
  .p_cart .order .order_input .order_input__wrap.confirm .item_list ul li.ci_thumb {
    margin: 0 0 10px;
    width: 100%;
  }
}
.p_cart .order .order_input .order_input__wrap.confirm .item_list ul li.ci_thumb a {
  display: block;
  width: 80px;
}
@media print, screen and (max-width: 767px) {
  .p_cart .order .order_input .order_input__wrap.confirm .item_list ul li.ci_thumb a {
    margin: 0 auto 10px;
    width: 140px;
  }
}
.p_cart .order .order_input .order_input__wrap.confirm .item_list ul li.ci_thumb a img {
  width: 100%;
  height: auto;
}
.p_cart .order .order_input .order_input__wrap.confirm .item_list ul li.ci_info {
  box-sizing: border-box;
  padding: 0 30px;
  width: calc(100% - 340px);
  font-size: 13px;
  line-height: 1.6em;
}
@media print, screen and (max-width: 767px) {
  .p_cart .order .order_input .order_input__wrap.confirm .item_list ul li.ci_info {
    margin: 0 auto 10px;
    padding: 0;
    width: 100%;
    font-size: 12px;
  }
}
.p_cart .order .order_input .order_input__wrap.confirm .item_list ul li.ci_price {
  width: 80px;
  text-align: center;
  font-size: 13px;
}
@media print, screen and (max-width: 767px) {
  .p_cart .order .order_input .order_input__wrap.confirm .item_list ul li.ci_price {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 0 0 10px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
  .p_cart .order .order_input .order_input__wrap.confirm .item_list ul li.ci_price::before {
    content: "価格";
    font-size: 10px;
  }
}
.p_cart .order .order_input .order_input__wrap.confirm .item_list ul li.ci_number {
  width: 80px;
  text-align: center;
  font-size: 13px;
}
@media print, screen and (max-width: 767px) {
  .p_cart .order .order_input .order_input__wrap.confirm .item_list ul li.ci_number {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 0 0 10px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
  .p_cart .order .order_input .order_input__wrap.confirm .item_list ul li.ci_number::before {
    content: "数量";
    font-size: 10px;
  }
}
.p_cart .order .order_input .order_input__wrap.confirm .item_list ul li.ci_number .unit {
  margin: 0 auto;
  padding: 5px 0;
  width: 50px;
  border: 1px solid #e5e5e5;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .p_cart .order .order_input .order_input__wrap.confirm .item_list ul li.ci_number .unit {
    margin: 0;
    padding: 0;
    width: auto;
    border: none;
    text-align: right;
  }
}
.p_cart .order .order_input .order_input__wrap.confirm .item_list ul li.ci_total {
  width: 80px;
  text-align: right;
  font-size: 13px;
}
@media print, screen and (max-width: 767px) {
  .p_cart .order .order_input .order_input__wrap.confirm .item_list ul li.ci_total {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
  }
  .p_cart .order .order_input .order_input__wrap.confirm .item_list ul li.ci_total::before {
    content: "小計";
    font-size: 10px;
  }
}
.p_cart .order .order_input .order_input__wrap.confirm .item_list .cartBox {
  position: relative;
  margin-bottom: -1px;
  padding: 30px;
  border: 1px solid #e5e5e5;
}
.p_cart .order .order_input .order_input__wrap.confirm .item_list .cartBox .totalBox {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.p_cart .order .order_input .order_input__wrap.confirm .item_list .cartBox .totalBox .totalBlock {
  width: 220px;
}
@media print, screen and (max-width: 767px) {
  .p_cart .order .order_input .order_input__wrap.confirm .item_list .cartBox .totalBox .totalBlock {
    width: 100%;
  }
}
.p_cart .order .order_input .order_input__wrap.confirm .item_list .cartBox .totalBox .totalBlock dl {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 10px;
  padding: 0;
  font-size: 13px;
}
.p_cart .order .order_input .order_input__wrap.confirm .item_list .cartBox .totalBox .totalBlock dl.end {
  margin: 0;
}
.p_cart .order .order_input .order_input__wrap.confirm .item_list .cartBox .totalBox .totalBlock dl dt {
  margin: 0;
  padding: 0;
}
.p_cart .order .order_input .order_input__wrap.confirm .item_list .cartBox .totalBox .totalBlock dl dd {
  margin: 0;
  padding: 0;
  text-align: right;
}
.p_cart .order .order_input .order_input__wrap.confirm .guest .regist_info .c_form .choice {
  position: relative;
}
.p_cart .order .order_input .order_input__wrap.confirm .guest .regist_info .c_form .choice .ch_btn {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 40px;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
@media print, screen and (max-width: 767px) {
  .p_cart .order .order_input .order_input__wrap.confirm .guest .regist_info .c_form .choice .ch_btn {
    width: 100px;
    font-size: 12px;
  }
}
.p_cart .order .order_input .order_input__wrap.confirm .guest .regist_info .c_form .choice dl {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 30px;
  font-size: 13px;
}
@media print, screen and (max-width: 767px) {
  .p_cart .order .order_input .order_input__wrap.confirm .guest .regist_info .c_form .choice dl {
    flex-direction: column;
    padding: 50px 10px 30px;
  }
}
.p_cart .order .order_input .order_input__wrap.confirm .guest .regist_info .c_form .choice dl dt {
  margin: 0 0 30px;
  padding: 0;
  width: 180px;
}
@media print, screen and (max-width: 767px) {
  .p_cart .order .order_input .order_input__wrap.confirm .guest .regist_info .c_form .choice dl dt {
    margin: 0 0 5px;
  }
}
.p_cart .order .order_input .order_input__wrap.confirm .guest .regist_info .c_form .choice dl dt:last-of-type {
  margin: 0;
  padding: 0;
}
@media print, screen and (max-width: 767px) {
  .p_cart .order .order_input .order_input__wrap.confirm .guest .regist_info .c_form .choice dl dt:last-of-type {
    margin: 0 0 5px;
  }
}
.p_cart .order .order_input .order_input__wrap.confirm .guest .regist_info .c_form .choice dl dd {
  margin: 0 0 30px;
  padding: 0;
  width: calc(100% - 180px);
}
@media print, screen and (max-width: 767px) {
  .p_cart .order .order_input .order_input__wrap.confirm .guest .regist_info .c_form .choice dl dd {
    width: 100%;
  }
}
.p_cart .order .order_input .order_input__wrap.confirm .guest .regist_info .c_form .choice dl dd:last-of-type {
  margin: 0;
  padding: 0;
}
.p_cart .order .order_input .order_input__wrap.confirm .guest .next {
  margin: -50px 0 0;
}
@media print, screen and (max-width: 767px) {
  .p_cart .order .order_input .order_input__wrap.confirm .guest .next {
    margin: -20px 0 0;
  }
}
.p_cart .order .order_input .order_input__wrap.confirm .guest .next .c_form__txt {
  margin: 0;
  font-size: 13px;
}
@media print, screen and (max-width: 767px) {
  .p_cart .order .order_input .order_input__wrap.confirm .guest .next .c_form__txt {
    text-align: justify;
    font-size: 12px;
  }
}
.p_cart .order .order_input .order_input__wrap.confirm .guest .next .c_form__submit {
  flex-direction: column;
}
@media print, screen and (max-width: 767px) {
  .p_cart .order .order_input .order_input__wrap.confirm .guest .next form {
    width: 100%;
  }
}
.p_cart .order .complete {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 50px;
}
@media print, screen and (max-width: 767px) {
  .p_cart .order .complete {
    padding: 0;
  }
}
.p_cart .order .complete .complete_wrap {
  max-width: 800px;
  width: 100%;
  height: auto;
}
.p_cart .order .complete .complete_wrap h1 {
  margin: 0 0 40px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}
.p_cart .order .complete .complete_wrap h2 {
  margin: 0 0 10px;
  text-align: center;
  font-weight: 500;
  font-size: 22px;
}
@media print, screen and (max-width: 767px) {
  .p_cart .order .complete .complete_wrap h2 {
    margin: 0 0 30px;
  }
}
.p_cart .order .complete .complete_wrap p {
  margin: 0 0 40px;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .p_cart .order .complete .complete_wrap p {
    text-align: justify;
    font-size: 13px;
  }
  .p_cart .order .complete .complete_wrap p br {
    display: none;
  }
}
.p_cart .order .complete .complete_wrap p.next {
  margin: 40px 0 0;
}
.p_cart .order .complete .complete_wrap .logo {
  text-align: center;
  line-height: 0;
}
.p_cart .order .complete .complete_wrap .logo img {
  width: 240px;
  height: auto;
}
@media print, screen and (max-width: 767px) {
  .p_cart .order .complete .complete_wrap .logo img {
    width: 200px;
  }
}
.p_cart .order .complete .complete_wrap .next_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 0;
}
.p_cart .order .complete .complete_wrap .login_input__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 10px;
  width: 240px;
  height: 50px;
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.5s;
}
@media print, screen and (max-width: 767px) {
  .p_cart .order .complete .complete_wrap .login_input__submit {
    width: 100%;
  }
}

/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p_leave .complete {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 50px;
  min-height: 400px;
  height: calc(100svh - 91px);
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .p_leave .complete {
    padding: 0 30px;
  }
}
.p_leave .complete .complete_wrap {
  max-width: 800px;
  width: 100%;
  height: auto;
}
.p_leave .complete .complete_wrap h1 {
  margin: 0 0 40px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p_leave .complete .complete_wrap h1 {
    margin: 0 0 20px;
  }
}
.p_leave .complete .complete_wrap p {
  margin: 0 0 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p_leave .complete .complete_wrap p {
    margin: 0 0 20px;
    text-align: justify;
  }
  .p_leave .complete .complete_wrap p br {
    display: none;
  }
}
.p_leave .complete .complete_wrap .logo {
  text-align: center;
  line-height: 0;
}
.p_leave .complete .complete_wrap .logo img {
  width: 240px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p_leave .complete .complete_wrap .logo img {
    width: 200px;
  }
}
.p_leave .complete .complete_wrap .login_input__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
  padding: 10px;
  max-width: 180px;
  width: 100%;
  height: 58px;
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .p_leave .complete .complete_wrap .login_input__submit {
    margin: 40px auto 0;
    max-width: inherit;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p_leave .p_edit__content {
    padding: 0 0 50px;
  }
}
.p_leave .p_edit__content .notice {
  margin: 0 0 10px;
  padding: 50px;
  border: 1px solid #e5e5e5;
}
@media screen and (max-width: 1023px) {
  .p_leave .p_edit__content .notice {
    padding: 0;
    border: none;
  }
}
.p_leave .p_edit__content p {
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  .p_leave .p_edit__content p {
    font-size: 13px;
  }
}
.p_leave .p_edit__content p.read {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 14px;
}
.p_leave .p_edit__content .removebtn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.p_leave .p_edit__content .removebtn .change_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  background-color: #1a1a1a;
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .p_leave .p_edit__content .removebtn .change_btn {
    width: 50%;
  }
}
.p_leave .p_edit__content .removebtn .change_btn.out {
  background-color: #7e7e7e;
}

/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p_oh .c_list__item {
  position: relative;
  align-items: center;
  padding: 50px;
  line-height: 1.6em;
}
@media screen and (max-width: 1023px) {
  .p_oh .c_list__item {
    padding: 50px 50px 50px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p_oh .c_list__item {
    padding: 30px 40px 30px 20px;
  }
}
.p_oh .c_list__item::after {
  position: absolute;
  top: calc(50% - 8px);
  right: 25px;
  width: clamp(
      0.4375rem,
      0.4464285714vw + 0.2232142857rem,
      0.625rem
  );
  height: clamp(
      0.4375rem,
      0.4464285714vw + 0.2232142857rem,
      0.625rem
  );
  border-right: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  content: "";
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p_oh .c_list__item::after {
    right: 20px;
  }
}
.p_oh .c_list__item .desc {
  margin-top: 0;
}
.p_oh .c_list__item + .c_list__item {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p_oh .c_list__item + .c_list__item {
    margin-top: 20px;
  }
}
.p_oh .c_list__item .img {
  max-width: 116px;
}
@media screen and (max-width: 1023px) {
  .p_oh .c_list__item .img {
    max-width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p_oh .c_list__item .img {
    max-width: 50px;
  }
}
.p_oh .c_list__item .unit {
  margin-top: -3px;
  margin-left: 0;
  padding-top: 0;
}
.p_oh .other {
  margin-top: clamp(
      2.1875rem,
      2.8273809524vw + 0.8303571429rem,
      3.375rem
  );
  padding-right: clamp(
      0rem,
      5.9523809524vw + -2.8571428571rem,
      2.5rem
  );
}
.p_oh .c_pagination {
  margin-top: clamp(
      1.875rem,
      5.3571428571vw + -0.6964285714rem,
      4.125rem
  );
  border-top: solid 1px #e5e5e5;
}
.p_oh .c_pagination__content {
  padding-top: 0;
}
.p_oh .c_pagination__link {
  border-top: 0;
  border-bottom: 0;
}
.p_oh .order_history {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p_oh .order_history {
    padding-bottom: 50px;
  }
}

/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p_ohd__list {
  padding-bottom: 67px;
}
.p_ohd__list .list_content {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p_ohd__list .list_content .desc {
  line-height: 1.6em;
}
.p_ohd__list .list_item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 14px 0;
  width: calc(50% - 10px);
  border-bottom: 1px solid #e5e5e5;
  font-weight: 500;
  gap: 20px;
}
@media screen and (max-width: 900px) {
  .p_ohd__list .list_item {
    width: 100%;
  }
}
.p_ohd__list .list_item__name {
  font-size: 11px;
}
.p_ohd__list .list_item__spec {
  font-size: 13px;
}
.p_ohd01 {
  padding-top: 21px;
  padding-bottom: 125px;
}
@media screen and (max-width: 1023px) {
  .p_ohd01 {
    padding-bottom: 80px;
  }
}
.p_ohd01__txt {
  padding: 46px 40px 42px;
  border: 1px solid #e5e5e5;
  font-weight: 500;
  line-height: 2.4285714286;
}
@media screen and (max-width: 1023px) {
  .p_ohd01__txt {
    padding: 30px 20px;
    line-height: 1.8em;
  }
}
.p_ohd .c_list .c_list__content .c_list__item {
  margin: 0 0 -1px;
}
@media screen and (max-width: 767px) {
  .p_ohd .c_list .c_list__content .c_list__item {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p_ohd .c_list .c_list__content .c_list__item .img {
    margin: 0 auto 10px;
    max-width: 140px;
  }
}
/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.body-wrapper:has(.p_itm_detail) {
  /*overflow:inherit;*/
}

.p_itm_detail_main {
  position: relative;
  display: flex;
  align-items: flex-start;
  border-bottom: solid 1px #e5e5e5;
}
@media print, screen and (max-width: 1023px) {
  .p_itm_detail_main {
    flex-direction: column;
  }
}
.p_itm_detail_sidebar {
  /*position:sticky;*/
  top: 70px;
  padding-top: 70px;
  padding-bottom: 100px;
  width: 480px;
}
@media print, screen and (max-width: 1279px) {
  .p_itm_detail_sidebar {
    width: 45%;
  }
}
@media print, screen and (max-width: 1023px) {
  .p_itm_detail_sidebar {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
  }
}
.p_itm_detail_sidebar__container {
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .p_itm_detail_sidebar__container {
    padding: 0 30px;
  }
}
.p_itm_detail_sidebar__name .ttl {
  width: calc(100% + 10px);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.7em;
}
@media print, screen and (max-width: 1679px) {
  .p_itm_detail_sidebar__name .ttl {
    font-size: 18px;
  }
}
@media print, screen and (max-width: 1279px) {
  .p_itm_detail_sidebar__name .ttl {
    font-size: 16px;
  }
}
.p_itm_detail_sidebar__price {
  margin-top: 30px;
  font-family: classico-urw, sans-serif;
}
.p_itm_detail_sidebar__price__group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p_itm_detail_sidebar__price__info {
  display: inline-block;
  padding-right: 30px;
}
.p_itm_detail_sidebar__price__info .point_info {
  padding: 0 0 0 10px;
  font-size: 11px;
}
.p_itm_detail_sidebar__price__txt01, .p_itm_detail_sidebar__price__number, .p_itm_detail_sidebar__price__txt01, .p_itm_detail_sidebar__price__txt02 {
  display: inline-block;
  letter-spacing: 0.054em;
  font-size: 0.75rem;
  line-height: 1.5em;
}
.p_itm_detail_sidebar__price__txt01 {
  margin-right: 15px;
  font-weight: 500;
}
.p_itm_detail_sidebar__price__number {
  margin-right: 5px;
}
.p_itm_detail_sidebar__price__number .txt, .p_itm_detail_sidebar__price__number .txt_price {
  display: inline-block;
  letter-spacing: 0.054em;
  font-size: 1rem;
  line-height: 2.1875;
}
.p_itm_detail_sidebar__price__number .txt {
  margin-right: -3px;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}
.p_itm_detail_sidebar__price__number .sale_price {
  display: inline-block;
  color: #93151d;
  letter-spacing: 0.054em;
  font-size: 18px;
}
.p_itm_detail_sidebar__price__number .sale_price span {
  font-size: 12px;
}
.p_itm_detail_sidebar__price__number .original {
  padding: 0 10px 0 0;
  text-decoration: line-through;
  font-size: 12px;
  line-height: 1;
}
.p_itm_detail_sidebar__price__like {
  display: inline-block;
  width: 22px;
  height: 22px;
}
.p_itm_detail_sidebar__price__like a {
  display: block;
}
.p_itm_detail_sidebar__price__like a img {
  display: block;
}
.p_itm_detail_sidebar__price__like a svg {
  width: 100%;
  height: auto;
}
.p_itm_detail_sidebar__price__like a svg .st0 {
  transition: all 0.3s;
  fill: #ffffff;
}
.p_itm_detail_sidebar__price__like a.selected svg .st0 {
  fill: #000000;
}
.p_itm_detail_sidebar__size {
  margin-top: 16px;
  padding-top: 20px;
  border-top: solid 1px #e5e5e5;
}
.p_itm_detail_sidebar__size__ttl {
  text-align: center;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 2.9166666667;
}
.p_itm_detail_sidebar__size__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 23px;
}
.p_itm_detail_sidebar__size__list .guidetext {
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
}
.p_itm_detail_sidebar__size__i {
  margin: 10px 0 0;
  padding: 0 10px;
  width: 25%;
}
@media print, screen and (max-width: 1023px) {
  .p_itm_detail_sidebar__size__i {
    width: 16.666%;
  }
}
@media print, screen and (max-width: 767px) {
  .p_itm_detail_sidebar__size__i {
    width: 25%;
  }
}
.p_itm_detail_sidebar__size__i.sold .number, .p_itm_detail_sidebar__size__i.sold .txt {
  opacity: 0.38;
}
.p_itm_detail_sidebar__size__i.sold.selected .p_itm_detail_sidebar__size__label .number {
  border: #bdbcbc solid 2px;
}
.p_itm_detail_sidebar__size__i.selected .p_itm_detail_sidebar__size__label .number {
  border: #626262 solid 2px;
}
.p_itm_detail_sidebar__size__label {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}
.p_itm_detail_sidebar__size__label .txt, .p_itm_detail_sidebar__size__label .number {
  display: block;
  text-align: center;
}
.p_itm_detail_sidebar__size__label .number {
  padding: 10px;
  border: #ffffff solid 2px;
  font-size: 16px;
  font-family: classico-urw, sans-serif;
  line-height: 1;
}
.p_itm_detail_sidebar__size__label .txt {
  margin-top: 2px;
  font-size: 0.6875rem;
  line-height: 3.1818181818;
}
.p_itm_detail_sidebar__size__label input {
  position: absolute;
  opacity: 0;
}
.p_itm_detail_sidebar .order_select {
  margin-top: 16px;
  padding-top: 20px;
  border-top: solid 1px #e5e5e5;
}
.p_itm_detail_sidebar .order_select .guidetext {
  text-align: center;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 2.9166666667;
}
.p_itm_detail_sidebar .order_select ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px 0 0 -10px;
  padding: 0;
  list-style: none;
}
.p_itm_detail_sidebar .order_select ul li {
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 10px 5px;
  width: 20%;
}
@media print, screen and (max-width: 1023px) {
  .p_itm_detail_sidebar .order_select ul li {
    width: 16.666%;
  }
}
@media print, screen and (max-width: 767px) {
  .p_itm_detail_sidebar .order_select ul li {
    width: 25%;
  }
}
.p_itm_detail_sidebar .order_select ul li .block {
  width: 100%;
  text-align: center;
  font-size: 11px;
  cursor: pointer;
}
.p_itm_detail_sidebar .order_select ul li .block a {
  display: block;
  box-sizing: border-box;
  padding: 5px;
  border: #ffffff solid 2px;
}
.p_itm_detail_sidebar .order_select ul li p {
  margin: 5px 0 0;
  padding: 0;
  text-align: center;
  word-break: break-all;
  line-height: 1.4em;
}
.p_itm_detail_sidebar .order_select ul li img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.p_itm_detail_sidebar .order_select ul li.selected .block a {
  border: #626262 solid 2px;
}
.p_itm_detail_sidebar__addcart {
  margin-top: 20px;
  padding-top: 39px;
  border-top: solid 1px #e5e5e5;
}
.p_itm_detail_sidebar__addcart .order__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 35px 0 65px;
  width: 100%;
  height: 80px;
  background-color: #000000;
  color: #ffffff;
  text-align: right;
  font-weight: 500;
  transition: all 0.5s;
}
@media print, screen and (max-width: 767px) {
  .p_itm_detail_sidebar__addcart .order__btn {
    height: 60px;
  }
}
.p_itm_detail_sidebar__addcart .order__btn::before {
  position: absolute;
  top: 50%;
  left: 36px;
  width: 23px;
  height: 23px;
  background: url(../images/common/icon_cart_01.svg) no-repeat center/contain;
  content: "";
  transform: translateY(-50%);
}
.p_itm_detail_sidebar__addcart #err_size {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 10px 20px;
  background: #4e555c;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
}
@media print, screen and (max-width: 767px) {
  .p_itm_detail_sidebar__addcart #err_size {
    padding: 5px 20px;
  }
}
.p_itm_detail_sidebar__addcart #err_size.startday {
  min-height: 80px;
}
.p_itm_detail_sidebar__addcart .infomail {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  background: #4e555c;
  color: #ffffff;
  font-weight: 500;
}
@media print, screen and (max-width: 767px) {
  .p_itm_detail_sidebar__addcart .infomail {
    height: 60px;
  }
}
.p_itm_detail_sidebar__addcart__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 35px 0 65px;
  width: 100%;
  height: 80px;
  background-color: #000000;
  color: #ffffff;
  text-align: right;
  transition: all 0.5s;
}
@media print, screen and (max-width: 767px) {
  .p_itm_detail_sidebar__addcart__btn {
    height: 60px;
  }
}
.p_itm_detail_sidebar__addcart__btn::before {
  position: absolute;
  top: 50%;
  left: 36px;
  width: 23px;
  height: 23px;
  background: url(../images/common/icon_cart_01.svg) no-repeat center/contain;
  content: "";
  transform: translateY(-50%);
}
.p_itm_detail_sidebar__addcart__btn .txt {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 2.5;
}
.p_itm_detail_sidebar__addcart__btn:focus {
  outline: 0;
  border: 0;
}
.p_itm_detail_sidebar__addcart__readmore {
  margin-top: 25px;
  margin-bottom: 35px;
  text-align: right;
}
.p_itm_detail_sidebar__addcart__readmore .link {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  color: #000000;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.2;
}
.p_itm_detail_sidebar__addcart__readmore .link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  content: "";
  transition: all 0.5s;
}
.p_itm_detail_sidebar__addcart .order_pre {
  margin: 20px 0 0;
  padding: 20px;
  border: #e5e5e5 solid 1px;
  background: #f8f8f8;
}
.p_itm_detail_sidebar__addcart .order_pre p.notice {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  .p_itm_detail_sidebar__addcart .order_pre p.notice {
    font-size: 13px;
  }
}
.p_itm_detail_sidebar__addcart .order_pre p.notice span {
  display: block;
  margin: 5px 0 0;
  padding: 10px 0;
  border: #e5e5e5 solid 1px;
  background: #ffffff;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p_itm_detail_sidebar__addcart .order_pre p.notice span {
    padding: 3px 0;
  }
}
.p_itm_detail_sidebar__addcart .order_pre p.notice.red {
  margin: 20px 0 0;
  color: #e03333;
  text-align: left;
  font-weight: 700;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p_itm_detail_sidebar__addcart .order_pre p.notice.red {
    font-size: 12px;
  }
}
.p_itm_detail_sidebar__addcart .order_pre p.note {
  letter-spacing: normal;
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  .p_itm_detail_sidebar__addcart .order_pre p.note {
    font-size: 10px;
  }
}
.p_itm_detail_sidebar__gift {
  margin-top: 0;
  padding-top: 18px;
  padding-bottom: 23px;
  border-top: solid 1px #e5e5e5;
}
.p_itm_detail_sidebar__gift__main {
  display: flex;
}
.p_itm_detail_sidebar__gift__img {
  position: relative;
  top: 18px;
  width: 92px;
  height: 92px;
}
.p_itm_detail_sidebar__gift__info {
  padding-right: 20px;
  width: calc(100% - 96px);
}
.p_itm_detail_sidebar__gift__ttl {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 2.5;
}
.p_itm_detail_sidebar__gift__txt01, .p_itm_detail_sidebar__gift__txt02 {
  font-weight: 500;
}
.p_itm_detail_sidebar__gift__txt01 {
  margin-top: 8px;
  font-size: 0.8125rem;
}
.p_itm_detail_sidebar__gift__txt02 {
  font-size: 0.6875rem;
}
.p_itm_detail_sidebar__note {
  padding-top: 24px;
  border-top: solid 1px #e5e5e5;
}
.p_itm_detail_sidebar__note .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  border: #e5e5e5 solid 1px;
  font-weight: 500;
  font-size: 15px;
}
.p_itm_detail_sidebar__note .txt.ng::before {
  background: url(../images/item/detail/icon_return_02.svg) no-repeat center/contain;
}
.p_itm_detail_sidebar__note .txt.ng span {
  padding: 0;
  background: linear-gradient(transparent 60%, #e26c6c 40%);
}
.p_itm_detail_sidebar__note .txt::before {
  display: block;
  margin: 0 10px 0 0;
  width: 28px;
  height: 20px;
  background: url(../images/item/detail/icon_return_01.svg) no-repeat center/contain;
  content: "";
}
.p_itm_detail_sidebar__repair {
  padding: 20px 50px;
}
@media screen and (max-width: 767px) {
  .p_itm_detail_sidebar__repair {
    padding: 20px 30px;
  }
}
.p_itm_detail_content {
  padding-bottom: 80px;
  width: calc(100% - 480px);
  border-right: solid 1px #e5e5e5;
}
@media print, screen and (max-width: 1279px) {
  .p_itm_detail_content {
    padding-bottom: 50px;
    width: 55%;
  }
}
@media print, screen and (max-width: 1023px) {
  .p_itm_detail_content {
    padding-bottom: 0;
    width: 100%;
    border-right: none;
    border-bottom: solid 1px #e5e5e5;
  }
}
.p_itm_detail_content.tab {
  display: none;
}
@media print, screen and (max-width: 1023px) {
  .p_itm_detail_content.tab {
    display: block;
    padding-bottom: 50px;
    border-bottom: none;
  }
}
@media print, screen and (max-width: 1023px) {
  .p_itm_detail_content.tab .p_itm_detail_content02 {
    display: block;
    padding: 0 50px;
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .p_itm_detail_content.tab .p_itm_detail_content02 {
    padding: 0 30px;
  }
}
.p_itm_detail_content__inner {
  padding: 0;
}
.p_itm_detail_content01 {
  position: relative;
}
.p_itm_detail_content01 .c_itm_label {
  position: absolute;
  top: 0;
  left: 26px;
  z-index: 2;
}
@media print, screen and (max-width: 1023px) {
  .p_itm_detail_content01 .c_itm_label {
    right: 26px;
    left: inherit;
  }
}
@media print, screen and (max-width: 767px) {
  .p_itm_detail_content01 .c_itm_label {
    right: 0;
    left: inherit;
  }
}
.p_itm_detail_slide {
  padding: 80px 0;
}
@media print, screen and (max-width: 1023px) {
  .p_itm_detail_slide {
    padding: 100px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .p_itm_detail_slide {
    padding: 80px 0 10px;
  }
}
.p_itm_detail_slide .js_itm_slide {
  position: relative;
  width: 100%;
  height: auto;
}
.p_itm_detail_slide .js_itm_slide .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p_itm_detail_slide .js_itm_slide .swiper-wrapper .swiper-slide {
    padding: 0 10px;
  }
}
.p_itm_detail_slide .js_itm_slide .swiper-wrapper .swiper-slide img {
  max-width: 600px;
  width: 100%;
  height: auto;
}
@media print, screen and (max-width: 1679px) {
  .p_itm_detail_slide .js_itm_slide .swiper-wrapper .swiper-slide img {
    max-width: 450px;
  }
}
@media print, screen and (max-width: 1439px) {
  .p_itm_detail_slide .js_itm_slide .swiper-wrapper .swiper-slide img {
    max-width: 400px;
  }
}
@media print, screen and (max-width: 1279px) {
  .p_itm_detail_slide .js_itm_slide .swiper-wrapper .swiper-slide img {
    max-width: 350px;
  }
}
@media print, screen and (max-width: 1023px) {
  .p_itm_detail_slide .js_itm_slide .swiper-wrapper .swiper-slide img {
    max-width: 400px;
  }
}
.p_itm_detail_slide .thumbs {
  padding: 50px 80px 0;
}
@media print, screen and (max-width: 1279px) {
  .p_itm_detail_slide .thumbs {
    padding: 50px 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .p_itm_detail_slide .thumbs {
    padding: 30px 30px 0;
  }
}
.p_itm_detail_slide .thumbs .thumblist {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 0 -10px;
  width: calc(100% + 10px);
}
.p_itm_detail_slide .thumbs .thumblist .thumblist-item {
  box-sizing: border-box;
  padding: 0 0 10px 10px;
  width: 8.3333333%;
  line-height: 0;
}
@media print, screen and (max-width: 1679px) {
  .p_itm_detail_slide .thumbs .thumblist .thumblist-item {
    width: 10%;
  }
}
@media print, screen and (max-width: 1439px) {
  .p_itm_detail_slide .thumbs .thumblist .thumblist-item {
    width: 12.5%;
  }
}
@media print, screen and (max-width: 767px) {
  .p_itm_detail_slide .thumbs .thumblist .thumblist-item {
    width: 16.666666%;
  }
}
.p_itm_detail_slide .thumbs .thumblist .thumblist-item img {
  width: 100%;
  height: auto;
  border: #efefef solid 1px;
}
.p_itm_detail_slide .js_itm_slide_thumb {
  margin-top: 38px;
  height: clamp(
      3.125rem,
      4.6130952381vw + 0.9107142857rem,
      5.0625rem
  );
}
.p_itm_detail_slide .js_itm_slide_thumb .swiper-slide {
  margin: 0 clamp(
      0.3125rem,
      1.2648809524vw + -0.2946428571rem,
      0.84375rem
  );
  width: clamp(
      3.125rem,
      4.6130952381vw + 0.9107142857rem,
      5.0625rem
  ) !important;
}
.p_itm_detail_slide .js_itm_slide_thumb .swiper-wrapper {
  justify-content: center;
}
.p_itm_detail_slide .js_itm_slide_thumb img {
  display: block;
}
.p_itm_detail_content02 {
  padding: 80px 80px 0;
  border-top: solid 1px #e5e5e5;
}
@media print, screen and (max-width: 1279px) {
  .p_itm_detail_content02 {
    padding: 50px 50px 0;
  }
}
@media print, screen and (max-width: 1023px) {
  .p_itm_detail_content02 {
    display: none;
  }
}
.p_itm_detail_content02 .p_itm_detail_content__inner {
  margin: 0 auto;
  padding: 0;
  max-width: 700px;
}
.p_itm_detail_content02 .p_itm_detail_content__inner table {
  margin: 0 0 30px;
  border-top: #d4d4d4 solid 1px;
  border-left: #d4d4d4 solid 1px;
}
.p_itm_detail_content02 .p_itm_detail_content__inner table th {
  padding: 5px;
  border-right: #d4d4d4 solid 1px;
  border-bottom: #d4d4d4 solid 1px;
}
.p_itm_detail_content02 .p_itm_detail_content__inner table td {
  padding: 5px;
  border-right: #d4d4d4 solid 1px;
  border-bottom: #d4d4d4 solid 1px;
}
.p_itm_detail_content02 .p_itm_detail_content__inner p {
  margin: 0 0 30px;
  text-align: justify;
  font-size: 14px;
  line-height: 2em;
}
.p_itm_detail_content02__txt, .p_itm_detail_content02__ttl {
  font-size: 0.875rem;
  line-height: 2.2142857143;
}
.p_itm_detail_content02__ttl {
  padding-left: 4px;
  font-weight: 700;
}
.p_itm_detail_content02__txt {
  margin-top: 1px;
  padding-left: 4px;
  font-weight: 500;
}
.p_itm_detail_content02__tbl01, .p_itm_detail_content02__tbl02, .p_itm_detail_content02__tbl03, .p_itm_detail_content02__tbl04 {
  max-width: 668px;
  width: 100%;
}
.p_itm_detail_content02__tbl01 {
  margin-top: 78px;
}
.p_itm_detail_content02__tbl02 {
  margin-top: 24px;
}
.p_itm_detail_content02__tbl03 {
  margin-top: 37px;
}
.p_itm_detail_content02__tbl04 {
  margin-top: 36px;
}
.p_itm_detail_related {
  padding-top: 10px;
  padding-bottom: 80px;
  border-bottom: solid 1px #e5e5e5;
}
@media print, screen and (max-width: 767px) {
  .p_itm_detail_related {
    padding-bottom: 40px;
  }
}
.p_itm_detail_related .c_box02__head__inner {
  padding-right: clamp(
      1.25rem,
      11.1607142857vw + -4.1071428571rem,
      5.9375rem
  );
  padding-left: 0;
}
.p_itm_detail_related .c_box02__head .c_ttl_en40 {
  margin-bottom: -7px;
  margin-left: auto;
  font-size: 1.875rem;
}
.p_itm_detail_related .c_slider01 {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .p_itm_detail_related .c_slider01 {
    margin-top: 50px;
  }
}
.p_itm_detail_related .c_slider01__inner {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin: 0 0 0 -80px;
  padding: 0;
}
@media print, screen and (max-width: 1279px) {
  .p_itm_detail_related .c_slider01__inner {
    margin: 0 0 0 -50px;
  }
}
@media print, screen and (max-width: 767px) {
  .p_itm_detail_related .c_slider01__inner {
    flex-wrap: wrap;
    margin: 0 0 0 -30px;
  }
}
.p_itm_detail_related .c_slider01__item {
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 0 80px;
  width: 25%;
}
@media print, screen and (max-width: 1279px) {
  .p_itm_detail_related .c_slider01__item {
    padding: 0 0 0 50px;
  }
}
@media print, screen and (max-width: 767px) {
  .p_itm_detail_related .c_slider01__item {
    padding: 0 0 30px 30px;
    width: 50%;
  }
}

.panel_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
  padding: 50px 0;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  background: #ffffff;
}
.panel_bottom .panel_inner {
  position: relative;
  margin: 0 auto;
  padding: 0 50px;
  max-width: 1000px;
  border: none;
  opacity: 1; /*opacity:0;*/
  transition: opacity 0.4s;
}
@media screen and (max-width: 767px) {
  .panel_bottom .panel_inner {
    padding: 0 30px;
  }
}
.panel_bottom .closePanel {
  position: absolute;
  top: -30px;
  right: 20px;
  z-index: 2;
  display: block;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: 1px solid #e0e0e0;
  color: #111111;
  text-align: center;
  font-size: 16px;
  line-height: 38px;
}
.panel_bottom .closePanel .line {
  position: absolute;
  top: 50%;
  left: 9px;
  width: 20px;
  height: 1px;
  background: #bebebe;
}
.panel_bottom .closePanel .line:nth-child(1) {
  transform: rotate(45deg);
}
.panel_bottom .closePanel .line:nth-child(2) {
  transform: rotate(-45deg);
}
.panel_bottom.panel_alert {
  background: #f6f6f6;
}
.panel_bottom.panel_alert .panel_inner {
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
}
.panel_bottom.panel_informMail {
  display: block;
}
.panel_bottom.panel_informMail.open .panel_inner {
  opacity: 1;
}
.panel_bottom.panel_informMail .panel_inner .item_img {
  position: absolute;
  top: 50%;
  right: 50px;
  /* float: right; */
  margin-top: -100px;
  padding: 0 50px 0 0;
  width: 240px;
}
@media screen and (max-width: 767px) {
  .panel_bottom.panel_informMail .panel_inner .item_img {
    position: static;
    margin: 0 auto 20px;
    margin-top: 0;
    padding: 0;
    width: 140px;
  }
}
.panel_bottom.panel_informMail .panel_inner h3 {
  margin-bottom: 16px;
  color: #000000;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .panel_bottom.panel_informMail .panel_inner h3 {
    font-size: 18px;
  }
}
.panel_bottom.panel_informMail .panel_inner h3 .guidetext {
  margin-left: 5px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .panel_bottom.panel_informMail .panel_inner h3 .guidetext {
    display: block;
    margin-left: 0;
  }
}
.panel_bottom.panel_informMail .panel_inner .ci_info {
  margin: 0 0 20px;
  padding-right: 20px;
  font-size: 12px;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .panel_bottom.panel_informMail .panel_inner .ci_info {
    font-size: 11px;
  }
}
.panel_bottom.panel_informMail .panel_inner input {
  margin-right: 5px;
  padding: 5px 10px;
  width: 300px;
  height: 46px;
  border: solid 1px #e5e5e5;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .panel_bottom.panel_informMail .panel_inner input {
    margin-right: 0;
    margin-bottom: 5px;
    width: 100%;
  }
}
.panel_bottom.panel_informMail .panel_inner .btn_simple {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 120px;
  height: 46px;
  outline: none;
  border: none;
  background: #000000;
  color: #ffffff;
  font-weight: normal;
  font-size: 13px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .panel_bottom.panel_informMail .panel_inner .btn_simple {
    display: flex;
    margin-right: 0;
    margin-bottom: 5px;
    width: 100%;
  }
}
.panel_bottom.panel_informMail .panel_inner #err_bo_mail {
  color: red;
}
.panel_bottom.panel_informMail .panel_inner .note {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  .panel_bottom.panel_informMail .panel_inner .note {
    font-size: 10px;
  }
}

/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p_login__desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  padding: 25px 50px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  gap: 15px;
}
@media print, screen and (max-width: 1023px) {
  .p_login__desc {
    padding: 25px 30px;
    border-right: 1px solid #e5e5e5;
  }
}
@media screen and (max-width: 767px) {
  .p_login__desc {
    display: block;
    padding: 30px 20px;
  }
}
.p_login__sub {
  margin-top: 2px;
  letter-spacing: 0.005em;
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p_login__sub {
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
  }
}
.p_login__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  max-width: 180px;
  width: 100%;
  height: 58px;
  background-color: #000000;
  color: #ffffff;
}
@media print, screen and (max-width: 1023px) {
  .p_login__link {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p_login__link {
    max-width: inherit;
  }
}

.c_temp_login {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.c_temp_login::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  content: "";
}
@media screen and (max-width: 767px) {
  .c_temp_login::after {
    display: none;
  }
}
.c_temp_login .login_inner {
  display: flex;
  align-items: stretch;
  margin-right: 0;
  margin-left: auto;
  padding-left: 50px;
  min-height: 640px;
  min-height: 700px;
  max-width: calc(50% + 640px);
  height: calc(100svh - 91px);
}
@media print, screen and (max-width: 1439px) {
  .c_temp_login .login_inner {
    max-width: calc(50% + 600px);
  }
}
@media print, screen and (max-width: 1023px) {
  .c_temp_login .login_inner {
    flex-direction: column;
    padding: 50px 50px 80px;
    min-height: inherit;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .c_temp_login .login_inner {
    padding: 50px 30px;
  }
}
.c_temp_login .login_ttl {
  padding-right: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 400;
  font-size: 1.875rem;
  font-family: classico-urw, sans-serif;
  line-height: 1.3;
}
@media print, screen and (max-width: 1023px) {
  .c_temp_login .login_ttl {
    border-bottom: none;
  }
}
.c_temp_login .login_txt {
  padding-top: 33px;
  padding-right: 20px;
  font-size: 12px;
  line-height: 2;
}
@media print, screen and (max-width: 1023px) {
  .c_temp_login .login_txt {
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c_temp_login .login_txt {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
.c_temp_login .login_info {
  display: flex;
  align-items: center;
  min-height: 700px;
  max-width: clamp(
      16.25rem,
      23.8095238095vw + 4.8214285714rem,
      26.25rem
  );
  width: 57%;
  height: calc(100svh - 91px);
}
@media print, screen and (max-width: 1023px) {
  .c_temp_login .login_info {
    display: block;
    min-height: inherit;
    max-width: inherit;
    width: 100%;
    height: auto;
  }
}
.c_temp_login .login_info .login_info__wrap {
  width: 100%;
}
.c_temp_login .login_content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 80px 0 80px 80px;
  min-height: 700px;
  width: calc(100% - clamp(
      0rem,
      62.5vw + -30rem,
      26.25rem
  ));
  border-left: 1px solid #e5e5e5;
}
@media print, screen and (max-width: 1279px) {
  .c_temp_login .login_content {
    padding: 80px 0 80px 50px;
  }
}
@media print, screen and (max-width: 1023px) {
  .c_temp_login .login_content {
    padding: 0;
    min-height: inherit;
    width: 100%;
    border-left: none;
  }
}
.c_temp_login .login_content form {
  width: 100%;
}
.c_temp_login .login_input + .login_input {
  margin-top: 50px;
}
@media print, screen and (max-width: 1023px) {
  .c_temp_login .login_input + .login_input {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c_temp_login .login_input + .login_input {
    margin-top: 20px;
  }
}
.c_temp_login .login_input + .login_input.tel input {
  padding: 10px 0;
  width: 150px;
}
@media print, screen and (max-width: 1279px) {
  .c_temp_login .login_input + .login_input.tel input {
    width: 100px;
  }
}
@media print, screen and (max-width: 1023px) {
  .c_temp_login .login_input + .login_input.tel input {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c_temp_login .login_input + .login_input.tel input {
    width: 30%;
  }
}
.c_temp_login .login_input + .login_input.tel span {
  display: inline-block;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .c_temp_login .login_input + .login_input.tel span {
    padding: 0 5px;
  }
}
.c_temp_login .login_input__ttl {
  padding-bottom: 4px;
  letter-spacing: 0.005em;
  font-weight: 500;
  font-size: 12px;
}
@media print, screen and (max-width: 1023px) {
  .c_temp_login .login_input__ttl::before {
    content: "■ ";
  }
}
.c_temp_login .login_input .input {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c_temp_login .login_input .input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
.c_temp_login .login_input .input input {
  outline: 0;
}
.c_temp_login .login_input__icon {
  position: absolute;
  top: 50%;
  right: clamp(
      1.25rem,
      5.9523809524vw + -1.6071428571rem,
      3.75rem
  );
  width: 22px;
  cursor: pointer;
  transition: all 0.5s;
  transform: translateY(-50%);
}
.c_temp_login .login_input .show_btn {
  position: absolute;
  top: 14px;
  right: 50px;
  width: 24px;
  height: 24px;
  background-image: url(../images/common/icon_eye_open.svg);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.5s;
}
.c_temp_login .login_input .show_btn.active {
  background-image: url(../images/common/icon_eyes_close.svg);
}
@media print, screen and (max-width: 1023px) {
  .c_temp_login .login_input .show_btn {
    right: 10px;
  }
}
.c_temp_login .login_input input {
  position: relative;
  padding: 10px 100px 10px 0;
  width: 100%;
  height: 53px;
  border-bottom: 1px solid #e5e5e5;
}
@media print, screen and (max-width: 1023px) {
  .c_temp_login .login_input input {
    padding: 10px 50px 10px 10px;
    border: 1px solid #e5e5e5;
  }
}
.c_temp_login .login_input__desc {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 40px;
  padding-right: 50px;
  gap: 15px;
}
@media print, screen and (max-width: 1023px) {
  .c_temp_login .login_input__desc {
    padding-right: 0;
  }
}
.c_temp_login .login_input__desc .sub {
  position: relative;
  padding-left: clamp(
      0.625rem,
      2.5297619048vw + -0.5892857143rem,
      1.6875rem
  );
  letter-spacing: 0.005em;
  font-weight: 500;
  font-size: 0.75rem;
}
.c_temp_login .login_input__desc .sub::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 5px solid #000000;
  content: "";
}
.c_temp_login .login_input__desc .recapture {
  width: 100%;
  width: 100%;
  text-align: right;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .c_temp_login .login_input__desc .recapture {
    text-align: justify;
  }
  .c_temp_login .login_input__desc .recapture br {
    display: none;
  }
}
.c_temp_login .login_input__desc .recapture a {
  text-decoration: underline;
}
.c_temp_login .login_input__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  max-width: 180px;
  width: 100%;
  height: 58px;
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.5s;
}
@media print, screen and (max-width: 1023px) {
  .c_temp_login .login_input__submit {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c_temp_login .login_input__submit {
    max-width: inherit;
    width: 100%;
  }
}

.forgot {
  padding: 0;
  width: 100%;
}
.forgot .read {
  padding: 0 50px 30px 0;
}
@media print, screen and (max-width: 1279px) {
  .forgot .read {
    text-align: justify;
  }
}
@media print, screen and (max-width: 1023px) {
  .forgot .read {
    padding: 0 0 30px 0;
  }
}
@media print, screen and (max-width: 767px) {
  .forgot .read {
    font-size: 12px;
  }
}
@media print, screen and (max-width: 1279px) {
  .forgot .read br {
    display: none;
  }
}

/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p_account.p_address .info {
  max-width: 100%;
  width: 100%;
}
.p_account.p_address .info_txt {
  padding-bottom: 0;
}
.p_account.p_address .info_btn {
  margin-bottom: 10px;
}
.p_account.p_address .info_ttl {
  color: #010101;
  font-size: 0.75rem;
}
.p_account.p_address .p_account__info {
  margin-bottom: 57px;
  padding-top: 19px;
}
@media screen and (max-width: 767px) {
  .p_account.p_address .p_account__info {
    margin-bottom: 30px;
  }
}
.p_account.p_address .p_account__content {
  padding-top: clamp(
      2.5rem,
      3.4226190476vw + 0.8571428571rem,
      3.9375rem
  );
  padding-bottom: clamp(
      3.75rem,
      6.25vw + 0.75rem,
      6.375rem
  );
}
.p_account.p_address .p_account__content .info_ttl {
  padding-bottom: 42px;
}
.p_account__desc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 36px;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p_account__desc {
    padding-bottom: 20px;
  }
}
.p_account__ttl {
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p_account__ttl {
    font-size: 18px;
  }
}
.p_account__link {
  color: #1a1a1a;
  text-decoration: underline;
  font-weight: 500;
  font-size: 0.8125rem;
  text-underline-offset: 7px;
}
.p_account__link:hover {
  text-decoration: none;
}
.p_account__info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 63px;
  padding-left: 2px;
}
@media screen and (max-width: 1023px) {
  .p_account__info {
    flex-direction: column-reverse;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p_account__info {
    margin-bottom: 40px;
  }
}
.p_account__info .info {
  width: calc(100% - 257px);
}
@media screen and (max-width: 1023px) {
  .p_account__info .info {
    width: 100%;
  }
}
.p_account__info .info_desc {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  gap: clamp(
      1.25rem,
      2.9761904762vw + -0.1785714286rem,
      2.5rem
  );
}
@media screen and (max-width: 767px) {
  .p_account__info .info_desc {
    display: block;
  }
}
.p_account__info .info_ttl {
  padding-bottom: 21px;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p_account__info .info_ttl {
    padding-bottom: 5px;
  }
}
.p_account__info .info_txt {
  padding-bottom: 24px;
  font-size: 0.875rem;
  line-height: 2.2142857143;
}
@media screen and (max-width: 767px) {
  .p_account__info .info_txt {
    padding-bottom: 0;
    line-height: 2em;
  }
}
.p_account__info .info_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  max-width: 130px;
  width: 100%;
  height: 37px;
  background-color: #1a1a1a;
  color: #ffffff;
  font-weight: 500;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p_account__info .info_btn {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.p_account__info .tag {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  padding: 27px 40px 12px;
  width: 207px;
  height: 207px;
  border-radius: 10px;
  background-color: #b2d3c8;
  color: #3e5b51;
}
.p_account__info .tag.gold {
  background: #c5bc9c;
  color: #55491e;
}
.p_account__info .tag.black {
  background: #434343;
  color: #b1b1b1;
}
@media print, screen and (max-width: 1099px) {
  .p_account__info .tag {
    padding: 27px 20px 12px;
    width: 187px;
    height: 187px;
  }
}
@media screen and (max-width: 1023px) {
  .p_account__info .tag {
    margin: 0 0 40px;
    width: 100%;
    height: 156px;
  }
}
.p_account__info .tag::after {
  position: absolute;
  top: 10px;
  left: 8px;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #787878;
  content: "";
}
.p_account__info .tag_sub {
  padding-bottom: 18px;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  .p_account__info .tag_sub {
    padding-bottom: 10px;
  }
}
.p_account__info .tag_ttl {
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 24px;
  font-family: classico-urw, sans-serif;
}
@media screen and (max-width: 1023px) {
  .p_account__info .tag_ttl {
    padding-bottom: 5px;
    line-height: 1;
  }
}
.p_account__info .tag_txt {
  letter-spacing: 0.01em;
  font-weight: 500;
  font-size: 12px;
}
.p_account__info .tag_txt .percent {
  font-weight: 500;
  font-size: 24px;
  font-family: classico-urw, sans-serif;
}
@media print, screen and (max-width: 1099px) {
  .p_account__info .tag_txt .percent {
    font-size: 20px;
  }
}
.p_account__content {
  padding-top: clamp(
      2.5rem,
      4.1666666667vw + 0.5rem,
      4.25rem
  );
  padding-bottom: clamp(
      3.75rem,
      14.1369047619vw + -3.0357142857rem,
      9.6875rem
  );
  padding-left: 2px;
  border-top: 1px solid #e5e5e5;
}
.p_account__content .p_account__ttl {
  padding-bottom: 37px;
}
@media screen and (max-width: 1023px) {
  .p_account__content .p_account__ttl {
    padding-bottom: 21px;
  }
}
.p_account__item {
  position: relative;
  padding: 50px;
  border: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .p_account__item {
    padding: 30px 20px 40px;
  }
}
.p_account__item + .p_account__item {
  margin-top: 54px;
}
.p_account__item .item_close {
  position: absolute;
  top: -15px;
  right: -11px;
  width: 32px;
  height: 32px;
  border: 1px solid #e5e5e5;
  border-radius: 100%;
  background-color: #ffffff;
  cursor: pointer;
  transition: all 0.5s;
}
.p_account__item .item_close::after {
  position: absolute;
  top: calc(50% + 1px);
  left: calc(50% + 1px);
  content: "×";
  font-size: 1rem;
  transform: translate(-50%, -50%);
}
.p_account__item .item_ttl {
  position: absolute;
  top: -18px;
  left: 30px;
  display: inline-block;
  padding: 5px 20px;
  background-color: #ffffff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p_account__item .item_ttl {
    left: 10px;
    padding: 5px 10px;
  }
}
.p_account__item .item_txt {
  line-height: 2.2142857143;
}
@media screen and (max-width: 767px) {
  .p_account__item .item_txt {
    font-size: 13px;
    line-height: 1.8em;
  }
}
.p_account__item .item_link {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 97px;
  width: 100%;
  height: 37px;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  color: #1a1a1a;
  font-weight: 500;
  font-size: 0.8125rem;
}
.p_account__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-left: auto;
  padding: 10px;
  max-width: 191px;
  width: 100%;
  height: 50px;
  background-color: #1a1a1a;
  color: #ffffff;
  font-weight: 500;
  font-size: 12px;
}
@media screen and (max-width: 1023px) {
  .p_account__btn {
    margin-right: auto;
  }
}

/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p_signup {
  padding-bottom: 80px;
  border-bottom: 1px solid #e5e5e5;
}
.p_signup .err {
  margin: 0 0 20px;
  padding: 10px;
  background: #ff7171;
  color: #ffffff;
  text-align: center;
  font-size: 13px;
}
.p_signup__ttl {
  padding: clamp(
      3.75rem,
      5.6547619048vw + 1.0357142857rem,
      6.125rem
  ) 0 clamp(
      2.5rem,
      5.0595238095vw + 0.0714285714rem,
      4.625rem
  );
  text-align: center;
}
.p_signup__ttl .en {
  display: block;
  padding-bottom: 10px;
  font-size: 50px;
  font-family: classico-urw, sans-serif;
  line-height: 1.4;
}
@media print, screen and (max-width: 1279px) {
  .p_signup__ttl .en {
    font-size: 36px;
  }
}
.p_signup__ttl .jp {
  display: block;
  font-size: 0.75rem;
}
.p_signup__content {
  margin: 0 auto;
  padding: 0 80px;
  max-width: 810px;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .p_signup__content {
    padding: 0 30px;
  }
}
.p_signup__txt {
  padding-bottom: 36px;
}
.p_signup .complete {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 50px;
  min-height: 400px;
  height: calc(100svh - 171px);
}
@media print, screen and (max-width: 767px) {
  .p_signup .complete {
    padding: 0;
    height: auto;
  }
}
.p_signup .complete .complete_wrap {
  max-width: 800px;
  width: 100%;
  height: auto;
}
.p_signup .complete .complete_wrap h1 {
  margin: 0 0 40px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}
@media print, screen and (max-width: 767px) {
  .p_signup .complete .complete_wrap h1 {
    padding: 60px 0 0;
  }
}
.p_signup .complete .complete_wrap h2 {
  margin: 0 0 10px;
  text-align: center;
  font-weight: 500;
  font-size: 22px;
}
.p_signup .complete .complete_wrap p {
  margin: 0 0 40px;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .p_signup .complete .complete_wrap p {
    margin: 0 0 20px;
    text-align: justify;
  }
  .p_signup .complete .complete_wrap p br {
    display: none;
  }
}
.p_signup .complete .complete_wrap .logo {
  text-align: center;
  line-height: 0;
}
.p_signup .complete .complete_wrap .logo img {
  width: 240px;
  height: auto;
}
@media print, screen and (max-width: 767px) {
  .p_signup .complete .complete_wrap .logo img {
    width: 200px;
  }
}
.p_signup .complete .complete_wrap .login_input__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
  padding: 10px;
  max-width: 180px;
  width: 100%;
  height: 58px;
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.5s;
}
@media print, screen and (max-width: 767px) {
  .p_signup .complete .complete_wrap .login_input__submit {
    max-width: 100%;
    height: 50px;
  }
}

.c_form.confirm .c_input {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.c_form.confirm .c_input.item03 {
  margin-top: 27px;
}
.c_form.confirm .c_input.item03 .c_input__desc {
  padding-top: 0;
  padding-bottom: 0;
}
.c_form.confirm .c_input.item04 {
  margin-top: 27px;
}
.c_form .c_input {
  position: relative;
}
.c_form .c_input label.error {
  position: absolute;
  top: inherit;
  bottom: -8px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  padding: 0 10px;
  height: 20px;
  height: 20px;
  background: #f87575;
  color: #ffffff;
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
}
.c_form .c_input + .c_input {
  margin-top: 27px;
}
.c_form .c_input.item02 {
  margin-top: 28px;
}
.c_form .c_input.item03 {
  margin-top: 40px;
}
.c_form .c_input.item03 .c_input__desc {
  flex-wrap: wrap;
  padding-top: 4px;
  padding-bottom: clamp(
      0.625rem,
      2.8273809524vw + -0.7321428571rem,
      1.8125rem
  );
}
@media print, screen and (max-width: 767px) {
  .c_form .c_input.item03 .c_input__desc {
    gap: 5px;
  }
}
.c_form .c_input.item03 .flex_select {
  align-items: flex-end;
}
@media print, screen and (max-width: 767px) {
  .c_form .c_input.item03 .flex_select {
    flex-wrap: nowrap;
    gap: 5px;
  }
}
.c_form .c_input.item03 select {
  padding: 15px 20px 15px 10px;
  width: 135px;
  height: 65px;
  outline: 0;
  border: 1px solid #e5e5e5;
  background-image: url(../images/common/icon_arrow_down.svg);
  background-position: top 50% right 10px;
  background-repeat: no-repeat;
  font-weight: 500;
  font-size: 0.75rem;
}
@media print, screen and (max-width: 767px) {
  .c_form .c_input.item03 select {
    width: 30%;
  }
}
.c_form .c_input.item04 .c_input__ttl {
  padding-bottom: 19px;
}
.c_form .c_input.item04 .c_input__desc {
  position: relative;
  padding-bottom: 24px;
}
.c_form .c_input.item04 .c_input__desc label.error {
  bottom: 16px;
}
.c_form .c_input.item04 .c_input__desc:last-child {
  padding-bottom: 0;
}
.c_form .c_input.item04 select {
  font-size: 0.875rem;
}
.c_form .c_input.item05 {
  margin-top: 36px;
}
.c_form .c_input.item05 .c_input__desc {
  align-items: center;
  padding-top: 10px;
  gap: 10px;
}
.c_form .c_input.item05 .input_date {
  width: 100%;
  /*&::before {
  	position:absolute;
  	top:50%;
  	right:clamped(-23, -15, 1440, 768);
  	width:8px;
  	height:1px;
  	background-color:#000000;
  	content:"";
  	transform:translateY(-50%);
  }

  &:last-child {
  	&::before {
  		display:none;
  	}
  }*/
}
.c_form .c_input.item06 {
  margin-top: clamp(
      1.6875rem,
      2.5297619048vw + 0.4732142857rem,
      2.75rem
  );
  /*.c_input__desc {
  	padding-top:6px;
  	padding-bottom:24px;
  	&:last-child {
  		padding-bottom:0;
  	}
  }*/
}
.c_form .c_input.item06 .c_input__confirm {
  position: relative;
  margin-bottom: 19px;
}
.c_form .c_input.item06 .c_input__confirm:last-child {
  margin-bottom: 0;
}
.c_form .c_input.item07 {
  margin-top: clamp(
      1.6875rem,
      3.5714285714vw + -0.0267857143rem,
      3.1875rem
  );
}
.c_form .c_input.item07 .c_input__desc {
  padding-top: 15px;
  padding-left: 4px;
}
@media print, screen and (max-width: 767px) {
  .c_form .c_input.item07 .c_input__desc {
    padding-top: 0;
  }
}
.c_form .c_input.item08 {
  margin-top: clamp(
      1.6875rem,
      2.8273809524vw + 0.3303571429rem,
      2.875rem
  );
}
.c_form .c_input.item08 .c_input__desc {
  padding-top: 13px;
}
.c_form .c_input.item08 .c_input__confirm {
  position: relative;
  margin-bottom: 19px;
}
.c_form .c_input.item08 .c_input__confirm:last-child {
  margin-bottom: 0;
}
.c_form .c_input__ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  gap: 10px;
}
.c_form select.icon {
  width: 100%;
  background-image: url(../../assets/images/common/icon_arrow_down.svg);
  background-position: right 0.9rem top 52%;
  background-size: 0.7rem auto;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c_form select option {
  color: #000000;
}
.c_form .input {
  padding: 0 20px;
  width: 100%;
  height: 50px;
  outline: 0;
  border: 1px solid #e5e5e5;
  font-weight: 500;
  font-size: 14px;
}
@media print, screen and (max-width: 767px) {
  .c_form .input {
    padding: 0 10px;
    font-size: 16px;
  }
}
.c_form .input::-moz-placeholder {
  color: #818181;
  font-size: 12px;
}
.c_form .input::placeholder {
  color: #818181;
  font-size: 12px;
}
.c_form .input_radio {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  gap: 20px;
}
@media print, screen and (max-width: 767px) {
  .c_form .input_radio {
    min-height: 40px;
    line-height: 1.8em;
  }
}
.c_form .input_radio input {
  width: 17px;
  height: 17px;
  cursor: pointer;
}
.c_form .name {
  color: #010101;
  font-weight: 500;
  font-size: 0.75rem;
}
.c_form .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 2px 2px;
  width: 38px;
  height: 21px;
  background-color: #000000;
  color: #ffffff;
  font-size: 0.625rem;
}
.c_form .d_flex {
  display: flex;
  gap: 20px;
}
@media print, screen and (max-width: 767px) {
  .c_form .d_flex.flex_radio {
    display: block;
  }
}
.c_form .w_half {
  max-width: 50%;
}
.c_form .w_355 {
  max-width: 355px;
}
.c_form .w_198 {
  max-width: 198px;
}
.c_form .w_134 {
  max-width: 134px;
}
.c_form__txt {
  margin-top: 42px;
  font-weight: 500;
  font-size: 12px;
}
@media print, screen and (max-width: 767px) {
  .c_form__txt {
    text-align: justify;
  }
  .c_form__txt br {
    display: none;
  }
}
.c_form__link {
  text-decoration: underline;
  text-underline-offset: 9px;
}
.c_form__link:hover {
  text-decoration: none;
}
.c_form__link:first-child {
  padding-right: 10px;
}
.c_form__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0 0;
  width: 100%;
  gap: 10px;
}
.c_form__submit button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 60px;
  background: #000000;
  color: #ffffff;
  cursor: pointer;
  transition: 0.5s;
}
@media print, screen and (max-width: 767px) {
  .c_form__submit button {
    width: 100%;
    height: 50px;
  }
}
.c_form__submit a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 60px;
  background: #949494;
  color: #ffffff;
  cursor: pointer;
  transition: 0.5s;
}
@media print, screen and (max-width: 767px) {
  .c_form__submit a {
    width: 100%;
    height: 50px;
  }
}

/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p_password__ttl {
  font-weight: 500;
  font-size: 1rem;
}
.p_password__content {
  margin: 0 auto;
  padding: 0;
  max-width: 810px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p_password__content {
    padding: 0 0 50px;
  }
}
.p_password .c_form {
  padding-top: clamp(
      2.5rem,
      4.9107142857vw + 0.1428571429rem,
      4.5625rem
  );
}
.p_password .c_input.item02 .c_input__ttl {
  padding-bottom: 15px;
}
.p_password .c_input.item02 input:first-child {
  margin-bottom: 17px;
}
.p_password .c_form__submit {
  margin: 60px auto 0;
  max-width: 190px;
}
@media screen and (max-width: 767px) {
  .p_password .c_form__submit {
    margin: 40px auto 0;
    max-width: inherit;
  }
}
.p_password .c_form__submit button {
  height: 50px;
  background: #1a1a1a;
  font-weight: 500;
  font-size: 0.75rem;
}

/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p_golf {
  overflow: hidden;
}
.p_golf .c_ttl_en40 {
  font-weight: 200;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.p_golf .c_ttl_en50 {
  font-weight: 100;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.p_golf .c_ttl_en60 {
  font-weight: 100;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.p_golf .c_box02__head {
  margin-bottom: 68px;
}
.p_golf .c_box02__head .c_ttl_en40 {
  margin-left: 4px;
}
.p_golf .c_box02__head .c_ttl_en50 {
  position: relative;
  top: 11px;
  margin-right: 5px;
}
.p_golf__ttl {
  position: absolute;
  bottom: clamp(
      3.75rem,
      3.4226190476vw + 2.1071428571rem,
      5.1875rem
  );
  left: clamp(
      1.625rem,
      1.9345238095vw + 0.6964285714rem,
      2.4375rem
  );
  z-index: 2;
}
.p_golf__ttl__en {
  display: block;
  margin-bottom: 12px;
  font-size: 1.5rem;
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 1.4583333333;
}
.p_golf__ttl__jp {
  display: block;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4583333333;
}
.p_golf__mv {
  position: relative;
  padding: 46px clamp(
      2.5rem,
      2.9761904762vw + 1.0714285714rem,
      3.75rem
  ) clamp(
      2.5rem,
      2.9761904762vw + 1.0714285714rem,
      3.75rem
  );
}
.p_golf__mv::after {
  position: absolute;
  bottom: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 77%;
  background-color: #204b41;
  content: "";
}
.p_golf__mv__inner {
  position: relative;
  padding: 0;
  background-color: #204b41;
  color: #fefefe;
}
.p_golf__mv__inner .c_slider02__pagination {
  position: absolute;
  bottom: 32px;
  left: 36px;
  background-color: rgba(255, 255, 255, 0.58);
}
.p_golf__mv__inner .c_slider02__pagination .swiper-pagination-bullet {
  background-color: transparent;
}
.p_golf__mv__inner .c_slider02__pagination .swiper-pagination-bullet-active {
  background-color: #e1913a;
}
.p_golf__mv .c_slider02__arrows {
  position: absolute;
  right: 0;
  bottom: 0;
}
.p_golf01 {
  padding: 160px 0;
  background-color: #e3e8e6;
}
@media screen and (max-width: 1359px) {
  .p_golf01 {
    padding: 120px 0;
  }
}
.p_golf01__inner {
  display: flex;
}
.p_golf01__txt {
  color: #272727;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.6923076923;
}
.p_golf01 .c_title01 {
  margin-bottom: 15px;
}
.p_golf01 .c_title01__en01 {
  color: #040404;
}
.p_golf01__list {
  display: flex;
  margin-bottom: 15px;
}
.p_golf01__list__ttl {
  flex-shrink: 0;
  padding-right: 10px;
  width: 98px;
  color: #070707;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 2;
}
.p_golf01__list__content {
  width: calc(100% - 98px);
  color: #070707;
  font-size: 0.75rem;
  line-height: 2;
}
.p_golf01__list01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: clamp(
      -0.1875rem,
      -0.4464285714vw + 0.2142857143rem,
      0rem
  );
  padding-top: 18px;
  padding-right: 16px;
}
.p_golf01__list01__date {
  padding-right: 10px;
  padding-right: 20px;
  width: 50%;
  color: #272727;
  letter-spacing: 0.075em;
  font-weight: 400;
  font-size: 0.75rem;
  font-family: classico-urw, sans-serif;
  line-height: 1.8;
}
.p_golf01__list01__content {
  width: 50%;
  color: #272727;
  text-align: right;
  letter-spacing: 0.075em;
  font-size: 0.875rem;
  font-family: classico-urw, sans-serif;
  line-height: 1.8;
}
.p_golf01__list01__link {
  text-decoration: underline;
  letter-spacing: 0.075em;
}
.p_golf01__list01__link:hover {
  text-decoration: none;
}
.p_golf01 .c_linkyoutube {
  margin-bottom: 14px;
  margin-left: 3px;
}
.p_golf01__left {
  padding: 9px clamp(
      1.25rem,
      15.7738095238vw + -6.3214285714rem,
      7.875rem
  ) 0 clamp(
      2.5rem,
      5.9523809524vw + -0.3571428571rem,
      5rem
  );
  width: clamp(
      20.625rem,
      23.0654761905vw + 9.5535714286rem,
      30.3125rem
  );
}
.p_golf01__left .c_slider03__arrows__next, .p_golf01__left .c_slider03__arrows__prev {
  transition: all 0.5s;
}
.p_golf01__left .c_slider03__arrows__icon {
  transition: all 0.5s;
}
.p_golf01__left .c_slider03__arrows__next:hover .c_slider03__arrows__icon {
  transform: translateX(5px);
}
.p_golf01__left .c_slider03__arrows__prev:hover .c_slider03__arrows__icon {
  transform: translateX(5px);
}
.p_golf01__right {
  overflow: hidden;
  width: calc(100% - clamp(
      20.625rem,
      23.0654761905vw + 9.5535714286rem,
      30.3125rem
  ));
}
.p_golf01__right .c_slider03 {
  margin-right: -80px;
  border-radius: 0;
}
.p_golf01__right .c_slider03__item {
  padding: 7px;
  border-radius: 15px;
  background-color: #204b41;
}
.p_golf01__right .c_slider03__item img {
  border-radius: 15px;
}
.p_golf01__right .c_slider03__item a {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  aspect-ratio: 16/9;
}
.p_golf02__inner {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #e5e5e5;
}
.p_golf02__img {
  flex-shrink: 0;
  width: 42%;
}
.p_golf02__ttl {
  margin-bottom: 30px;
  padding: 0 70px;
  font-weight: 500;
  font-size: 1.25rem;
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 1.75;
}
.p_golf02__txt {
  padding: 0 70px;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.9444444444;
}
.p_golf02__content {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: flex-start;
  width: 58%;
}
.p_golf02__content .js_slider02_box {
  width: 100%;
}
.p_golf02__content .c_slider01 {
  margin-top: 50px;
  margin-right: -66px;
}
.p_golf02__content .c_slider01 .c_slider01__item {
  padding: 0 0 0 70px;
}
.p_golf02__content .c_slider01__img {
  margin-bottom: 48px;
  padding: 0;
}
.p_golf02__content .c_slider01__txt {
  margin: 0 auto;
  max-width: 225px;
  font-weight: 400;
}
.p_golf02__content .c_slider01__price {
  margin: 0 auto;
  padding-top: 10px;
  max-width: 225px;
}
.p_golf02__content .c_slider01__arrows {
  display: flex;
  margin-top: 20px;
  margin-left: 70px;
  border: none;
}
.p_golf02__content .c_slider01__arrows__next {
  width: 32px;
  height: 32px;
  border: none;
  transform: none;
}
.p_golf02__content .c_slider01__arrows__prev {
  margin-right: 46px;
  margin-left: 0;
  width: 32px;
  height: 32px;
  border: none;
  transform: none;
}
.p_golf02__content .c_slider01__arrows__next, .p_golf02__content .c_slider01__arrows__prev {
  transition: all 0.5s;
}
.p_golf02__content .c_slider01__arrows__icon {
  transition: all 0.5s;
}
.p_golf02__content .c_slider01__arrows__next:hover .c_slider01__arrows__icon {
  transform: translateX(5px);
}
.p_golf02__content .c_slider01__arrows__prev:hover .c_slider01__arrows__icon {
  transform: translateX(-5px) rotate(180deg);
}
.p_golf03 {
  padding-top: 63px;
}
.p_golf04 {
  padding-top: 20px;
}
.p_golf04__inner {
  display: flex;
  align-items: stretch;
}
.p_golf04 .c_box02__head {
  margin-bottom: 0;
  border-bottom: 1px solid #e5e5e5;
}
.p_golf04 .c_box02__head .c_ttl_en40 {
  margin-left: 2px;
}
.p_golf04 .c_box02__head__inner {
  padding-left: clamp(
      2.5rem,
      5.3571428571vw + -0.0714285714rem,
      4.75rem
  );
}
.p_golf04 .c_slider01 {
  margin: 0 auto;
  padding: 0 80px 0 0;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .p_golf04 .c_slider01 {
    padding: 0 50px 0 0;
  }
}
.p_golf04 .c_slider01 .c_slider01__item {
  padding: 0 0 0 80px;
}
@media screen and (max-width: 1279px) {
  .p_golf04 .c_slider01 .c_slider01__item {
    padding: 0 0 0 50px;
  }
}
.p_golf04 .c_slider01__arrows {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.p_golf04 .c_box02__content {
  position: relative;
  box-sizing: border-box;
  padding-top: 68px;
  padding-bottom: 100px;
  height: calc(100% - 60px);
}
.p_golf04__left {
  width: 50%;
}
.p_golf04__left .c_box02__content {
  position: relative;
}
.p_golf04__left .c_box02__content::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: calc(100% - 50px);
  background-color: #e5e5e5;
  content: "";
}
.p_golf04__left .c_slider01__arrows__inner {
  margin: 0 auto;
  padding: 0 80px;
}
@media screen and (max-width: 1279px) {
  .p_golf04__left .c_slider01__arrows__inner {
    padding: 0 50px;
  }
}
.p_golf04__right {
  width: 50%;
}
.p_golf05 {
  padding-top: 28px;
}
.p_golf05 .c_box02__head {
  margin-bottom: 46px;
}
.p_golf06 {
  padding-top: 75px;
}
.p_golf06 .c_ttl_en60 {
  margin-bottom: 72px;
}
.p_golf06__end {
  position: relative;
}
.p_golf06__end__more {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 185px;
  height: 50px;
  text-align: center;
  text-decoration: underline;
  font-size: 0.875rem;
  font-family: classico-urw, sans-serif;
  transition: 0.5s;
  text-underline-position: under;
}
.p_golf06__end__more::after {
  position: absolute;
  top: 0;
  left: 8px;
  width: 1px;
  height: 100%;
  background-color: #e5e5e5;
  content: "";
  transform: skewX(-24deg);
}
.p_golf06__end__more:hover {
  text-decoration: none;
}
.p_golf07 {
  position: relative;
  z-index: 2;
  padding-top: 35px;
}
.p_golf07 .c_slider01__arrows {
  margin-top: 75px;
}
.p_golf07 .swiper {
  overflow: visible;
}
.p_golf__banner {
  position: relative;
  margin-top: -76px;
}

/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p_brands .c_mv03 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1139px) {
  .p_brands .c_mv03 {
    margin-bottom: 0;
    padding: 50px 0 0;
    border-bottom: none;
  }
}
.p_brands .c_mv03__inner {
  align-items: baseline;
}
@media screen and (max-width: 1139px) {
  .p_brands .c_mv03__inner {
    flex-direction: column;
  }
}
.p_brands .c_mv03__list__item {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .p_brands .c_mv03__list__item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
    margin-left: 0;
    width: 30px;
  }
}
.p_brands .c_listlogo {
  margin-right: 0;
  margin-left: 80px;
  border-bottom: none;
  border-left: 1px solid #e5e5e5;
}
@media screen and (max-width: 1279px) {
  .p_brands .c_listlogo {
    margin-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p_brands .c_listlogo {
    margin-left: 30px;
  }
}
.p_brands .c_mv03__left {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 334px;
}
@media screen and (max-width: 767px) {
  .p_brands .c_mv03__left {
    width: 100%;
  }
}
.p_brands .c_mv03__right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: calc(100% - 334px);
}
@media screen and (max-width: 1139px) {
  .p_brands .c_mv03__right {
    justify-content: center;
    padding: 50px 0 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p_brands .c_mv03__right .brand-kana {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
.p_brands .c_mv03__right .brand-kana .c_mv03__list__item {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .p_brands .c_mv03__right .brand-kana .c_mv03__list__item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    width: 30px;
  }
}
.p_brands .c_mv03__right .brand-kana .c_mv03__list__item .c_mv03__list__link {
  font-weight: 500;
  font-size: 12px;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}
@media screen and (max-width: 767px) {
  .p_brands .c_mv03__right .brand-abc {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
}
.p_brands__content {
  margin-right: -1px;
  padding-bottom: 100px;
  border-bottom: 1px solid #e5e5e5;
}
.p_brands__content .c_list__wrap {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .p_brands__content .c_list__wrap {
    padding-top: 60px;
  }
}
.p_brands__content .c_listlogo__content__item {
  margin-top: 0;
  margin-bottom: -1px;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-left: none;
}
.p_brands__content .c_listlogo__content__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 20px;
  aspect-ratio: 1/1.6;
}
@media screen and (max-width: 767px) {
  .p_brands__content .c_listlogo__content__link {
    padding: 10px;
  }
}
.p_brands__content .c_listlogo__content__link img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p_brands__content .c_listlogo__content__link img {
    margin: 0 0 10px;
  }
}
.p_brands__content .c_listlogo__content__link .brand_name {
  position: absolute;
  right: 5px;
  bottom: 13px;
  left: 5px;
  color: #858585;
  text-align: center;
  word-break: auto-phrase;
  font-weight: 700;
  font-size: 11px;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .p_brands__content .c_listlogo__content__link .brand_name {
    font-size: 10px;
  }
}
.p_brands__end {
  margin-bottom: clamp(
      8.75rem,
      11.4583333333vw + 3.25rem,
      13.5625rem
  );
  padding-top: 42px;
  padding-left: clamp(
      2.5rem,
      4.4642857143vw + 0.3571428571rem,
      4.375rem
  );
}
.p_brands .c_dots {
  margin: 0 auto;
  width: clamp(
      0.625rem,
      0.744047619vw + 0.2678571429rem,
      0.9375rem
  );
}
.p_brands .c_dots__item {
  display: block;
  margin-bottom: clamp(
      0.9375rem,
      1.4880952381vw + 0.2232142857rem,
      1.5625rem
  );
  width: clamp(
      0.625rem,
      0.744047619vw + 0.2678571429rem,
      0.9375rem
  );
  height: clamp(
      0.625rem,
      0.744047619vw + 0.2678571429rem,
      0.9375rem
  );
  border-radius: 100%;
}
.p_brands .c_dots__item:last-child {
  margin-bottom: 0;
}
.p_brands .brand-tab .brand-tab__item {
  position: relative;
  display: inline-block;
  padding: 0 30px 0 0;
  color: #adafb5;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}
.p_brands .brand-tab .brand-tab__item:last-child {
  padding: 0;
  font-family: classico-urw, sans-serif;
}
.p_brands .brand-tab .brand-tab__item:first-child::after {
  position: absolute;
  top: 0;
  right: 10px;
  content: "/";
}
.p_brands .brand-tab .brand-tab__item--active {
  color: #00020c;
}

/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p_stylebook__end {
  padding-top: 0;
}
.p_stylebook__end .c_pagination {
  margin-top: 0;
  margin-left: -2px;
  width: calc(100% + 4px);
}
.p_stylebook__end .c_pagination__content {
  margin-top: 0;
  padding-top: 0;
  width: 100%;
}
.p_stylebook__end .c_pagination__link {
  width: 100%;
  border-top: 0;
  border-bottom: 0;
}
.p_stylebook__end .c_pagination__item.prev {
  width: 100%;
}
.p_stylebook__end .c_pagination__item.next {
  width: 100%;
}

.p_mens_stylebook .c_mv01__ttl01 .ttl img {
  display: block;
  width: auto;
  height: calc(100svh - 161px);
}
@media screen and (max-width: 1179px) {
  .p_mens_stylebook .c_mv01__ttl01 .ttl img {
    height: calc(100% - 169px);
  }
}
@media screen and (max-width: 1023px) {
  .p_mens_stylebook .c_mv01__ttl01 .ttl img {
    height: calc(100% - 130px);
  }
}
.p_mens_stylebook .tag_title {
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .p_mens_stylebook .tag_title {
    padding: 30px;
  }
}
.p_mens_stylebook .tag_title h1 {
  margin-bottom: 20px;
  padding: 0;
  text-align: center;
  letter-spacing: 0.025em;
  font-size: 24px;
  font-family: classico-urw, sans-serif;
}
@media screen and (max-width: 767px) {
  .p_mens_stylebook .tag_title h1 {
    margin-bottom: 10px;
  }
}
.p_mens_stylebook .tag_title .tag_name {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p_mens_stylebook .tag_title .tag_name {
    font-size: 13px;
  }
}

.p_golf_stylebook .c_mv01__ttl01 {
  top: 0;
  right: -6px;
}
.p_golf_stylebook .c_mv01__ttl01 .ttl {
  display: inline-block;
  width: auto;
}
.p_golf_stylebook .c_mv01__ttl01 .ttl img {
  display: block;
  width: auto;
  height: calc(100svh - 161px);
}

/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p_stylebookdetail .c_listdetail01 .c_listdetail01__inner {
  padding: 0;
}
.p_stylebookdetail .c_listdetail01 .c_listdetail01__inner .c_listdetail01__item {
  position: relative;
  padding: 0 0 160px;
}
@media screen and (max-width: 767px) {
  .p_stylebookdetail .c_listdetail01 .c_listdetail01__inner .c_listdetail01__item {
    padding: 0 0 110px;
  }
}
.p_stylebookdetail .c_listdetail01 .c_listdetail01__inner .c_listdetail01__item .c_itm_label {
  position: absolute;
  top: 0;
  left: 50px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .p_stylebookdetail .c_listdetail01 .c_listdetail01__inner .c_listdetail01__item .c_itm_label {
    left: 30px;
  }
}
.p_stylebookdetail .c_listdetail01 .c_listdetail01__inner .c_listdetail01__item .c_listdetail01__content {
  margin: 30px auto 0;
  max-width: 500px;
}
.p_stylebookdetail .c_listdetail01 .c_listdetail01__inner .c_listdetail01__item .c_listdetail01__select {
  position: absolute;
  right: 80px;
  bottom: 80px;
  left: 80px;
  margin: 0;
  width: auto;
}
@media screen and (max-width: 1279px) {
  .p_stylebookdetail .c_listdetail01 .c_listdetail01__inner .c_listdetail01__item .c_listdetail01__select {
    right: 50px;
    left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p_stylebookdetail .c_listdetail01 .c_listdetail01__inner .c_listdetail01__item .c_listdetail01__select {
    right: 30px;
    bottom: 50px;
    left: 30px;
  }
}
.p_stylebookdetail .c_listdetail01 .c_listdetail01__inner .c_listdetail01__item .c_listdetail01__select .c_select {
  margin: 0 auto;
}
.p_stylebookdetail .c_listdetail02 .c_listdetail02__item {
  position: relative;
  padding: 0 0 160px;
}
@media screen and (max-width: 767px) {
  .p_stylebookdetail .c_listdetail02 .c_listdetail02__item {
    padding: 0 0 110px;
  }
}
.p_stylebookdetail .c_listdetail02 .c_listdetail02__item .c_itm_label {
  position: absolute;
  top: 0;
  left: 50px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .p_stylebookdetail .c_listdetail02 .c_listdetail02__item .c_itm_label {
    left: 30px;
  }
}
.p_stylebookdetail .c_listdetail02 .c_listdetail02__item .c_listdetail02__select {
  position: absolute;
  right: 80px;
  bottom: 80px;
  left: 80px;
  margin: 0;
  width: auto;
}
@media screen and (max-width: 1279px) {
  .p_stylebookdetail .c_listdetail02 .c_listdetail02__item .c_listdetail02__select {
    right: 50px;
    left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p_stylebookdetail .c_listdetail02 .c_listdetail02__item .c_listdetail02__select {
    right: 30px;
    bottom: 50px;
    left: 30px;
  }
}
.p_stylebookdetail .c_listdetail02 .c_listdetail02__item .c_listdetail02__select .c_select {
  margin: 0 auto;
}
.p_stylebookdetail .back {
  padding: 20px 30px;
  border-bottom: 1px solid #e5e5e5;
}
.p_stylebookdetail .back .c_btn03 {
  min-height: 68px;
  width: 100%;
}

/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p_talking .c_mv02_mens {
  position: relative;
}
.p_talking .c_mv02_mens .c_mv02__ttl01 {
  top: 0;
  bottom: 0;
}
.p_talking__content {
  position: relative;
  background-color: #f6f6f6;
}
.p_talking__content .c_ttl_en30 {
  position: absolute;
  top: -32px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p_talking__content .c_ttl_en30 {
    top: -21px;
  }
}
.p_talking__content .l_container {
  padding: 100px 80px;
}
@media screen and (max-width: 1279px) {
  .p_talking__content .l_container {
    padding: 100px 50px;
  }
}
@media print, screen and (max-width: 1023px) {
  .p_talking__content .l_container {
    padding: 80px 50px;
  }
}
@media screen and (max-width: 767px) {
  .p_talking__content .l_container {
    padding: 70px 30px 40px;
  }
}
.p_talking__end {
  padding-top: 72px;
}
.p_talking .c_pagination {
  margin-bottom: 0;
  width: 100%;
}
.p_talking .c_pagination__content {
  padding-top: 0;
  width: 100%;
  border-top: solid 1px #e5e5e5;
}
.p_talking .c_pagination__link {
  width: 100%;
  border-top: 0;
  border-bottom: 0;
}
.p_talking .c_pagination__item.prev {
  width: 100%;
}
.p_talking .c_pagination__item.next {
  width: 100%;
}
.p_talking .c_dots {
  padding-right: 10px;
}
.p_talking_mens {
  padding-top: 0;
}
.p_talking_mens .p_talking__content {
  position: relative;
  z-index: 1;
  padding-top: 0;
  background-color: transparent;
}
.p_talking_mens .p_talking__content::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 32px);
  background-color: #fafafa;
  content: "";
}
.p_talking_mens .c_ttl_en30 {
  margin-bottom: clamp(
      3.125rem,
      6.3988095238vw + 0.0535714286rem,
      5.8125rem
  );
}
.p_talking_mens .c_list06 {
  grid-gap: 22px clamp(
      1.875rem,
      7.1428571429vw + -1.5535714286rem,
      4.875rem
  );
}
.p_talking_mens .c_list06__content {
  padding: clamp(
      1.25rem,
      1.4880952381vw + 0.5357142857rem,
      1.875rem
  ) clamp(
      0.625rem,
      1.9345238095vw + -0.3035714286rem,
      1.4375rem
  );
}
.p_talking_mens .c_list06__ttl {
  margin-bottom: clamp(
      0.9375rem,
      1.6369047619vw + 0.1517857143rem,
      1.625rem
  );
}
.p_talking_mens .p_talking__end {
  padding-top: clamp(
      4.5rem,
      6.994047619vw + 1.1428571429rem,
      7.4375rem
  );
}
.p_talking .c_mv02__left .c_video iframe {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_talking .c_mv02__left .c_video iframe:focus {
  outline: 0;
}
.p_talking .c_list06__link .c_video {
  height: 257px;
}
.p_talking .c_list06__link .c_video iframe {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.p_golf_talking .c_mv02__ttl01 .ttl img {
  display: block;
  width: auto;
  height: 100%;
}

.p_mens_talking .c_mv02__ttl01 .ttl {
  display: block;
  height: 100%;
}
.p_mens_talking .c_mv02__ttl01 .ttl img {
  display: block;
  width: auto;
  height: 100%;
}

.p_mens_talkingdetail .c_detail__mv__ttl01 .ttl {
  display: block;
}
.p_mens_talkingdetail .c_detail__mv__ttl01 .ttl img {
  display: block;
}

.p_golf_talking {
  border-bottom: 1px solid #e5e5e5;
}
.p_golf_talking .p_talking__content .l_container {
  padding: 50px 80px 100px;
}
@media screen and (max-width: 1279px) {
  .p_golf_talking .p_talking__content .l_container {
    padding: 50px 50px 100px;
  }
}
.p_golf_talking .p_talking__content .c_ttl_en30 {
  position: static;
  margin: 0 0 40px;
}
.p_golf_talking .c_list06 .c_list06__item .c_video01 {
  border: #296a5b solid 4px;
  border-radius: 8px;
}

/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.c_detail__txt {
  margin-bottom: clamp(
      1.25rem,
      1.0416666667vw + 0.75rem,
      1.6875rem
  );
  padding: 0 clamp(
      0rem,
      2.6785714286vw + -1.2857142857rem,
      1.125rem
  ) 0 clamp(
      0rem,
      0.5952380952vw + -0.2857142857rem,
      0.25rem
  );
  color: #272727;
  letter-spacing: 0.075em;
  font-size: 0.875rem;
  line-height: 1.9285714286;
}
.c_detail__txt:last-child {
  margin-bottom: 0;
}
.c_detail__txt01 {
  letter-spacing: 0.025em;
  font-size: 1.125rem;
  font-family: classico-urw, sans-serif;
  line-height: 1.9444444444;
}
.c_detail__date {
  margin: 0 !important;
  padding: 0 !important;
  color: #272727;
  letter-spacing: 0.075em;
  font-size: 0.75rem;
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 1.8333333333;
}
.c_detail__ttl {
  margin-bottom: 37px;
  letter-spacing: 0;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 22px;
  line-height: 2em;
}
@media screen and (max-width: 1279px) {
  .c_detail__ttl {
    letter-spacing: 1px;
    font-size: 18px;
  }
}
.c_detail__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 0 clamp(
      0rem,
      3.125vw + -1.5rem,
      1.3125rem
  ) 0 clamp(
      0rem,
      0.5952380952vw + -0.2857142857rem,
      0.25rem
  );
}
.c_detail__head .p_talkingdetail__txt01 {
  margin-right: 20px;
}
.c_detail__box {
  margin-bottom: 50px;
  padding: 30px 30px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .c_detail__box {
    padding: 30px 0;
  }
}
.c_detail__box .c_detail__txt {
  padding: 0;
}
.c_detail__content {
  position: relative;
  z-index: 1;
  padding-top: 45px;
  padding-bottom: clamp(
      7.5rem,
      6.6964285714vw + 4.2857142857rem,
      10.3125rem
  );
}
@media screen and (max-width: 767px) {
  .c_detail__content {
    padding-top: 30px;
    padding-bottom: 70px;
  }
}
.c_detail__content::after {
  position: absolute;
  bottom: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% + 90px);
  background-color: #e3e8e6;
  content: "";
}
.c_detail__post {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 820px;
}
@media screen and (max-width: 1279px) {
  .c_detail__post {
    max-width: 760px;
  }
}
@media screen and (max-width: 767px) {
  .c_detail__post {
    padding: 0 30px;
  }
}
.c_detail__post p {
  margin: 0 0 20px;
  padding: 0 30px;
  text-align: justify;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 14px;
  line-height: 2.2em;
}
@media screen and (max-width: 767px) {
  .c_detail__post p {
    padding: 0;
  }
}
.c_detail__post img {
  width: 100%;
  height: auto;
}
.c_detail__post iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.c_detail__post h2, .c_detail__post h3, .c_detail__post h4 {
  padding: 0 30px 10px;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .c_detail__post h2, .c_detail__post h3, .c_detail__post h4 {
    padding: 0 0 10px;
    font-size: 15px;
  }
}
.c_detail__mv {
  position: relative;
  z-index: 2;
  padding-top: 92px;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .c_detail__mv {
    padding-right: 0;
    padding-left: 0;
  }
}
.c_detail__mv__inner {
  margin: 0 auto;
  max-width: 1100px;
}
@media screen and (max-width: 1359px) {
  .c_detail__mv__inner {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1279px) {
  .c_detail__mv__inner {
    max-width: 800px;
  }
}
.c_detail__mv__inner iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.c_detail__mv__ttl01 {
  position: absolute;
  top: 0;
  right: -5px;
  bottom: 0;
  height: calc(100svh - 91px);
}
.c_detail_mens .c_detail__mv__ttl01 {
  font-weight: 400;
  font-size: clamp(
      3.4375rem,
      9.6726190476vw + -1.2053571429rem,
      7.5rem
  );
  -webkit-text-stroke: 1px #e5e5e5;
}
.c_detail_mens .c_detail__content::after {
  background-color: #f6f6f6;
}
.c_detail_mens .c_detail__ttl {
  color: #010101;
}

.p_talkingdetail .c_listdetail01 .c_listdetail01__inner {
  padding: 0;
}
.p_talkingdetail .c_listdetail01 .c_listdetail01__inner .c_listdetail01__item {
  position: relative;
  padding: 0 0 160px;
}
@media screen and (max-width: 767px) {
  .p_talkingdetail .c_listdetail01 .c_listdetail01__inner .c_listdetail01__item {
    padding: 0 0 110px;
  }
}
.p_talkingdetail .c_listdetail01 .c_listdetail01__inner .c_listdetail01__item .c_itm_label {
  position: absolute;
  top: 0;
  left: 80px;
  z-index: 10;
}
@media print, screen and (max-width: 1279px) {
  .p_talkingdetail .c_listdetail01 .c_listdetail01__inner .c_listdetail01__item .c_itm_label {
    left: 50px;
  }
}
.p_talkingdetail .c_listdetail01 .c_listdetail01__inner .c_listdetail01__item .c_listdetail01__content {
  margin: 30px auto 0;
  max-width: 500px;
}
.p_talkingdetail .c_listdetail01 .c_listdetail01__inner .c_listdetail01__item .c_listdetail01__select {
  position: absolute;
  right: 80px;
  bottom: 80px;
  left: 80px;
  margin: 0;
  width: auto;
}
@media screen and (max-width: 1279px) {
  .p_talkingdetail .c_listdetail01 .c_listdetail01__inner .c_listdetail01__item .c_listdetail01__select {
    right: 50px;
    left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p_talkingdetail .c_listdetail01 .c_listdetail01__inner .c_listdetail01__item .c_listdetail01__select {
    right: 30px;
    bottom: 50px;
    left: 30px;
  }
}
.p_talkingdetail .c_listdetail01 .c_listdetail01__inner .c_listdetail01__item .c_listdetail01__select .c_select {
  margin: 0 auto;
}
.p_talkingdetail .c_listdetail02 .c_listdetail02__item {
  position: relative;
  margin-bottom: -1px;
  padding: 0 0 160px;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .p_talkingdetail .c_listdetail02 .c_listdetail02__item {
    padding: 0 0 110px;
  }
}
.p_talkingdetail .c_listdetail02 .c_listdetail02__item .c_listdetail02__select {
  position: absolute;
  right: 80px;
  bottom: 80px;
  left: 80px;
  margin: 0;
  width: auto;
}
@media screen and (max-width: 1279px) {
  .p_talkingdetail .c_listdetail02 .c_listdetail02__item .c_listdetail02__select {
    right: 50px;
    left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p_talkingdetail .c_listdetail02 .c_listdetail02__item .c_listdetail02__select {
    right: 30px;
    bottom: 50px;
    left: 30px;
  }
}
.p_talkingdetail .c_listdetail02 .c_listdetail02__item .c_listdetail02__select .c_select {
  margin: 0 auto;
}
.p_talkingdetail .back {
  padding: 20px 30px;
  border-bottom: 1px solid #e5e5e5;
}
.p_talkingdetail .back .c_btn03 {
  min-height: 68px;
  width: 100%;
}

.p_mens_talkingdetail .c_detail__mv {
  padding-top: 96px;
}
@media print, screen and (max-width: 1023px) {
  .p_mens_talkingdetail .c_detail__mv {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p_mens_talkingdetail .c_detail__mv {
    padding-top: 0;
  }
}
.p_mens_talkingdetail .c_detail__mv__ttl01 {
  top: 0;
  right: -5px;
}
@media screen and (max-width: 767px) {
  .p_mens_talkingdetail .c_detail__mv__ttl01 {
    display: none;
  }
}

.p_golf_talkingdetail .c_detail__mv__ttl01 {
  right: -5px;
}
.p_golf_talkingdetail .c_detail__mv__ttl01 .ttl {
  width: clamp(
      3.5rem,
      3.869047619vw + 1.6428571429rem,
      5.125rem
  );
}

.p_mens_talkingdetail .c_detail__mv__ttl01 {
  z-index: -1;
}
.p_mens_talkingdetail .c_detail__mv__ttl01 .ttl {
  display: block;
  height: 100%;
}
.p_mens_talkingdetail .c_detail__mv__ttl01 .ttl img {
  display: block;
  width: auto;
  height: 100%;
}
@media print, screen and (max-width: 1023px) {
  .p_mens_talkingdetail .c_detail__mv__ttl01 .ttl img {
    max-height: 550px;
  }
}

.p_golf_talkingdetail .c_detail__mv .c_detail__mv__inner .c_video01 iframe {
  border: #296a5b solid 6px;
  border-radius: 12px;
}
.p_golf_talkingdetail .c_detail__mv__ttl01 {
  z-index: -1;
}
.p_golf_talkingdetail .c_detail__mv__ttl01 .ttl {
  display: block;
  width: auto;
  height: 100%;
}
.p_golf_talkingdetail .c_detail__mv__ttl01 .ttl img {
  display: block;
  width: auto;
  height: 100%;
}

/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p_mens {
  overflow: hidden;
}
.p_mens .c_ttl_en40 {
  font-weight: 200;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.p_mens .c_ttl_en50 {
  font-weight: 100;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.p_mens .c_ttl_en60 {
  font-weight: 100;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.p_mens .c_slider03 {
  border-radius: 0;
}
.p_mens .c_box02__head {
  margin-bottom: 68px;
}
.p_mens .c_box02__head .c_ttl_en40 {
  margin-left: 4px;
}
.p_mens .c_box02__head .c_ttl_en50 {
  position: relative;
  top: 11px;
  margin-right: 5px;
}
.p_mens__ttl {
  position: absolute;
  bottom: 50px;
  left: clamp(
      1.625rem,
      1.9345238095vw + 0.6964285714rem,
      2.4375rem
  );
  z-index: 2;
}
@media print, screen and (max-width: 1023px) {
  .p_mens__ttl {
    bottom: 36px;
  }
}
@media print, screen and (max-width: 767px) {
  .p_mens__ttl {
    bottom: 40px;
    left: 20px;
  }
}
.p_mens__ttl__en {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  font-family: classico-urw, sans-serif;
  line-height: 1;
}
@media screen and (max-width: 1279px) {
  .p_mens__ttl__en {
    font-size: 14px;
  }
}
@media print, screen and (max-width: 1023px) {
  .p_mens__ttl__en {
    margin-bottom: 6px;
    font-size: 13px;
  }
}
@media print, screen and (max-width: 767px) {
  .p_mens__ttl__en {
    font-size: 12px;
  }
}
.p_mens__ttl__jp {
  display: block;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.6em;
}
@media screen and (max-width: 1579px) {
  .p_mens__ttl__jp {
    font-size: 20px;
  }
}
@media print, screen and (max-width: 1179px) {
  .p_mens__ttl__jp {
    font-size: 18px;
  }
}
@media print, screen and (max-width: 1023px) {
  .p_mens__ttl__jp {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 767px) {
  .p_mens__ttl__jp {
    font-size: 14px;
  }
}
.p_mens__mv {
  position: relative;
  padding: 46px clamp(
      2.5rem,
      2.9761904762vw + 1.0714285714rem,
      3.75rem
  ) clamp(
      2.5rem,
      2.9761904762vw + 1.0714285714rem,
      3.75rem
  );
}
@media print, screen and (max-width: 767px) {
  .p_mens__mv {
    padding: 30px;
  }
}
.p_mens__mv::after {
  position: absolute;
  bottom: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 77%;
  background-color: #78828c;
  content: "";
}
.p_mens__mv .c_slider02__arrows__prev, .p_mens__mv .c_slider02__arrows__next {
  background-color: #ffffff;
}
.p_mens__mv__inner {
  position: relative;
  padding: 0;
  background-color: #78828c;
  color: #fefefe;
}
.p_mens__mv__inner .c_slider02__item a {
  position: relative;
  display: block;
}
.p_mens__mv__inner .c_slider02__item a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 1000%;
  height: 200px;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
}
.p_mens__mv__inner .c_slider02__pagination {
  position: absolute;
  bottom: 32px;
  left: clamp(1.625rem, 1.9345238095vw + 0.6964285714rem, 2.4375rem);
  background-color: rgba(255, 255, 255, 0.58);
}
@media print, screen and (max-width: 1023px) {
  .p_mens__mv__inner .c_slider02__pagination {
    bottom: 20px;
  }
}
@media print, screen and (max-width: 767px) {
  .p_mens__mv__inner .c_slider02__pagination {
    left: 20px;
  }
}
.p_mens__mv__inner .c_slider02__pagination .swiper-pagination-bullet {
  background-color: transparent;
}
.p_mens__mv__inner .c_slider02__pagination .swiper-pagination-bullet-active {
  background-color: #e1913a;
}
.p_mens__mv .c_slider02__arrows {
  position: absolute;
  right: 0;
  bottom: 0;
}
.p_mens01 {
  overflow: hidden;
  padding: clamp(
      7.5rem,
      9.375vw + 3rem,
      11.4375rem
  ) 0 clamp(
      7.5rem,
      9.9702380952vw + 2.7142857143rem,
      11.6875rem
  ) 0;
}
@media print, screen and (max-width: 1023px) {
  .p_mens01 {
    padding: 100px 0;
  }
}
@media print, screen and (max-width: 767px) {
  .p_mens01 {
    padding: 50px 0 50px;
  }
}
.p_mens01__inner {
  display: flex;
}
@media print, screen and (max-width: 767px) {
  .p_mens01__inner {
    align-items: flex-start;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
}
.p_mens01__txt {
  color: #272727;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.6923076923;
}
.p_mens01 .c_title01 {
  margin-bottom: 19px;
}
@media print, screen and (max-width: 767px) {
  .p_mens01 .c_title01 {
    margin-bottom: 10px;
  }
}
.p_mens01 .c_title01__en01 {
  color: #040404;
}
.p_mens01__list {
  display: flex;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 767px) {
  .p_mens01__list {
    margin-bottom: 5px;
  }
}
.p_mens01__list__ttl {
  flex-shrink: 0;
  padding-right: 10px;
  width: 98px;
  color: #070707;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 2;
}
.p_mens01__list__content {
  width: calc(100% - 98px);
  color: #070707;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 2;
}
.p_mens01__list01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
}
.p_mens01__list01__date {
  width: 50%;
  color: #272727;
  letter-spacing: 0.075em;
  font-weight: 400;
  font-size: 12px;
  font-family: classico-urw, sans-serif;
  line-height: 1.8;
}
.p_mens01__list01__content {
  width: 50%;
  color: #272727;
  text-align: right;
  letter-spacing: 0.075em;
  font-size: 0.875rem;
  font-family: classico-urw, sans-serif;
  line-height: 1.8;
}
.p_mens01__list01__link {
  text-decoration: underline;
}
.p_mens01__list01__link:hover {
  text-decoration: none;
}
.p_mens01 .c_linkyoutube {
  margin-bottom: 14px;
}
.p_mens01 .c_slider03__arrows {
  margin-left: 0;
  padding-top: 43px;
}
@media print, screen and (max-width: 1023px) {
  .p_mens01 .c_slider03__arrows {
    padding-top: 20px;
  }
}
@media print, screen and (max-width: 767px) {
  .p_mens01 .c_slider03__arrows {
    display: none;
  }
}
.p_mens01__left {
  padding: 9px 80px 0 80px;
  width: 520px;
}
@media print, screen and (max-width: 1279px) {
  .p_mens01__left {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1279px) {
  .p_mens01__left {
    width: 380px;
  }
}
@media print, screen and (max-width: 767px) {
  .p_mens01__left {
    padding: 30px 30px 0;
    width: 100%;
  }
}
.p_mens01__right {
  position: relative;
  margin-right: -80px;
  padding-top: 10px;
  width: calc(100% - 520px);
}
@media screen and (max-width: 1279px) {
  .p_mens01__right {
    width: calc(100% - 380px);
  }
}
@media print, screen and (max-width: 767px) {
  .p_mens01__right {
    margin-right: 0;
    width: 100%;
  }
}
.p_mens01__right .c_slider03 {
  margin-right: -80px;
  padding: 0;
}
@media print, screen and (max-width: 767px) {
  .p_mens01__right .c_slider03 {
    margin-right: 0;
  }
}
.p_mens01__right .c_slider03 .c_slider03__video {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border: #e5e5e5 solid 1px;
  aspect-ratio: 16/9;
}
.p_mens01__right__txt {
  position: absolute;
  top: -62px;
  right: -6px;
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 1279px) {
  .p_mens01__right__txt {
    top: -4.1vw;
  }
}
@media screen and (max-width: 1023px) {
  .p_mens01__right__txt {
    top: -4.8vw;
  }
}
@media print, screen and (max-width: 767px) {
  .p_mens01__right__txt {
    right: 0;
    display: none;
  }
}
.p_mens01__right__txt .ttl {
  position: relative;
  right: 5px;
  display: inline-block;
  width: 637px;
}
@media screen and (max-width: 1279px) {
  .p_mens01__right__txt .ttl {
    width: 45vw;
  }
}
@media screen and (max-width: 1023px) {
  .p_mens01__right__txt .ttl {
    width: 60vw;
  }
}
@media print, screen and (max-width: 767px) {
  .p_mens01__right__txt .ttl {
    right: 0;
    margin: 0 0 0 auto;
    max-width: 400px;
    width: 80%;
  }
}
.p_mens01__right__txt .ttl img {
  display: block;
}
.p_mens02 {
  margin-bottom: 81px;
  border-bottom: 1px solid #e5e5e5;
}
@media print, screen and (max-width: 1023px) {
  .p_mens02 {
    margin-bottom: -1px;
  }
}
@media print, screen and (max-width: 1023px) {
  .p_mens02.p_mens02_reverse {
    margin-bottom: 60px;
  }
}
@media print, screen and (max-width: 767px) {
  .p_mens02.p_mens02_reverse {
    margin-bottom: 0;
  }
}
.p_mens02 .c_slidertwo__link {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
@media print, screen and (max-width: 767px) {
  .p_mens02 .c_slidertwo__link {
    padding: 0 30px;
  }
}
.p_mens02 .c_slidertwo__link:first-child {
  margin-top: 0;
}
.p_mens02 .c_slidertwo__price {
  font-size: 0.8125rem;
  font-family: classico-urw, sans-serif;
  line-height: 1.6153846154;
}
.p_mens02 .c_slidertwo__price .original {
  display: block;
  padding: 0;
  text-decoration: line-through;
  font-size: 12px;
  line-height: 1;
}
.p_mens02 .c_slidertwo__price .sale_price {
  color: #93151d;
  font-weight: 500;
  font-size: 14px;
}
.p_mens02 .c_slidertwo__txt {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.6em;
}
@media screen and (max-width: 1179px) {
  .p_mens02 .c_slidertwo__txt {
    margin-bottom: 14px;
    font-size: 12px;
  }
}
.p_mens02 .c_slidertwo__txt .item_type {
  display: inline-block;
  padding: 0 0 10px;
  font-weight: 700;
  font-size: 13px;
  font-family: classico-urw, sans-serif;
}
@media print, screen and (max-width: 767px) {
  .p_mens02 .c_slidertwo__txt .item_type {
    font-size: 11px;
  }
}
.p_mens02 .c_slidertwo__txt .item_type .pre_order {
  padding: 0 0 0 10px;
  border-left: #82660f solid 3px;
  color: #82660f;
}
.p_mens02 .c_slidertwo__txt .item_type .sale {
  padding: 0 0 0 10px;
  border-left: #961919 solid 3px;
  color: #961919;
}
.p_mens02 .c_slidertwo__txt .item_type .exclusive {
  padding: 0 0 0 10px;
  border-left: #000000 solid 3px;
  color: #000000;
}
.p_mens02 .c_slidertwo__img {
  margin-right: 40px;
  width: 180px;
}
@media print, screen and (max-width: 1023px) {
  .p_mens02 .c_slidertwo__img {
    width: 150px;
  }
}
@media print, screen and (max-width: 767px) {
  .p_mens02 .c_slidertwo__img {
    margin-right: 30px;
    width: 120px;
  }
}
.p_mens02 .c_slidertwo__img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_mens02 .c_slidertwo__content {
  width: calc(100% - 220px);
}
@media print, screen and (max-width: 1023px) {
  .p_mens02 .c_slidertwo__content {
    width: calc(100% - 190px);
  }
}
@media print, screen and (max-width: 767px) {
  .p_mens02 .c_slidertwo__content {
    width: calc(100% - 150px);
  }
}
.p_mens02 .c_slidertwo__arrows {
  display: flex;
  justify-content: flex-end;
}
@media print, screen and (max-width: 767px) {
  .p_mens02 .c_slidertwo__arrows {
    display: none;
  }
}
.p_mens02 .c_slidertwo__arrows__prev {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 11px;
  padding: 5px 6px 4px 3px;
  width: 63px;
  height: 58px;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  cursor: pointer;
}
.p_mens02 .c_slidertwo__arrows__prev .c_slidertwo__arrows__icon {
  width: 18px;
  transition: 0.5s;
  transform: rotate(180deg) translateX(2px);
}
.p_mens02 .c_slidertwo__arrows__next {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 7px 4px 3px;
  width: 63px;
  height: 58px;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  cursor: pointer;
}
.p_mens02 .c_slidertwo__arrows__next .c_slidertwo__arrows__icon {
  width: 18px;
  transition: 0.5s;
  transform: translateX(8px);
}
.p_mens02__inner {
  position: relative;
  display: flex;
  margin: 0 auto;
  padding-left: 80px;
}
@media print, screen and (max-width: 1359px) {
  .p_mens02__inner {
    padding-left: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .p_mens02__inner {
    flex-direction: column;
  }
}
.p_mens02__img {
  flex-shrink: 0;
  width: 574px;
}
@media screen and (max-width: 1179px) {
  .p_mens02__img {
    width: 474px;
  }
}
@media print, screen and (max-width: 1023px) {
  .p_mens02__img {
    width: 250px;
  }
}
@media print, screen and (max-width: 767px) {
  .p_mens02__img {
    width: 100%;
    height: auto;
  }
}
.p_mens02__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (max-width: 767px) {
  .p_mens02__img img {
    width: 100%;
    height: auto;
  }
}
.p_mens02__ttl {
  margin-top: -36px;
  text-align: right;
  font-weight: 500;
  font-size: 48px;
  font-family: classico-urw, sans-serif;
  line-height: 0.7291666667;
}
@media print, screen and (max-width: 767px) {
  .p_mens02__ttl {
    margin: -9px 0 0 auto;
    padding: 0;
    width: 250px;
    font-size: 50px;
    line-height: 1;
  }
}
.p_mens02__ttl01 {
  position: absolute;
  top: -1px;
  right: -12px;
  z-index: -1;
  line-height: 0;
}
.p_mens02__ttl01 .ttl {
  position: relative;
  right: 11px;
  display: inline-block;
  max-width: 540px;
  width: 30vw;
}
.p_mens02__ttl01 .ttl img {
  display: block;
}
.p_mens02__txt01 {
  padding-top: 60px;
  padding-left: clamp(
      2.5rem,
      9.6726190476vw + -2.1428571429rem,
      6.5625rem
  );
}
@media print, screen and (max-width: 1023px) {
  .p_mens02__txt01 {
    padding-top: 80px;
  }
}
@media print, screen and (max-width: 767px) {
  .p_mens02__txt01 {
    padding-top: 30px;
    padding-left: 30px;
  }
}
.p_mens02__txt01__big {
  display: inline-block;
  margin-right: 6px;
  font-size: 34px;
  font-family: classico-urw, "Noto Serif JP", serif;
  line-height: 1;
}
@media print, screen and (max-width: 767px) {
  .p_mens02__txt01__big {
    display: block;
    margin: 0 0 5px 0;
    font-size: 26px;
  }
}
.p_mens02__txt01__big01 {
  display: inline-block;
  margin-right: 6px;
  font-size: 34px;
  font-family: classico-urw, "Noto Serif JP", serif;
  line-height: 0.7291666667;
}
@media print, screen and (max-width: 1023px) {
  .p_mens02__txt01__big01 {
    font-size: 30px;
  }
}
.p_mens02__txt01__small {
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
  font-family: classico-urw, "Noto Sans JP", serif;
}
@media print, screen and (max-width: 1023px) {
  .p_mens02__txt01__small {
    font-size: 12px;
  }
}
@media print, screen and (max-width: 767px) {
  .p_mens02__txt01__small {
    display: block;
  }
}
.p_mens02__txt {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.9444444444;
}
.p_mens02__box {
  position: relative;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #e5e5e5;
}
.p_mens02__content {
  position: relative;
  z-index: 1;
  display: flex;
  /*overflow:hidden;*/
  align-items: flex-end;
  flex-wrap: wrap;
  width: calc(100% - 574px);
}
@media screen and (max-width: 1179px) {
  .p_mens02__content {
    width: calc(100% - 474px);
  }
}
@media print, screen and (max-width: 1023px) {
  .p_mens02__content {
    overflow: visible;
    width: calc(100% - 250px);
  }
}
@media print, screen and (max-width: 767px) {
  .p_mens02__content {
    width: 100%;
  }
}
.p_mens02__content .c_slidertwo {
  margin-top: 58px;
  margin-right: 80px;
  margin-left: 80px;
}
@media print, screen and (max-width: 1279px) {
  .p_mens02__content .c_slidertwo {
    margin-right: 50px;
    margin-left: 50px;
  }
}
@media print, screen and (max-width: 767px) {
  .p_mens02__content .c_slidertwo {
    margin-top: 30px;
    margin-right: 0;
    margin-left: 0;
  }
}
.p_mens02__content__width {
  margin: 0 auto;
  max-width: 866px;
}
@media print, screen and (max-width: 767px) {
  .p_mens02__content__width {
    padding: 0 0 70px;
  }
}
.p_mens02_reverse .p_mens02__inner {
  flex-direction: row-reverse;
  margin: 0 auto;
  padding-right: 80px;
  padding-left: 0;
}
@media print, screen and (max-width: 1359px) {
  .p_mens02_reverse .p_mens02__inner {
    padding-right: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .p_mens02_reverse .p_mens02__inner {
    flex-direction: column;
  }
}
.p_mens02_reverse .p_mens02__txt01 {
  padding-top: 60px;
  padding-left: clamp(
      2.5rem,
      5.9523809524vw + -0.3571428571rem,
      5rem
  );
}
@media print, screen and (max-width: 1023px) {
  .p_mens02_reverse .p_mens02__txt01 {
    padding-top: 80px;
  }
}
@media print, screen and (max-width: 767px) {
  .p_mens02_reverse .p_mens02__txt01 {
    padding-top: 50px;
    padding-left: 30px;
  }
}
.p_mens02_reverse .p_mens02__img {
  width: 574px;
}
@media screen and (max-width: 1179px) {
  .p_mens02_reverse .p_mens02__img {
    width: 474px;
  }
}
@media print, screen and (max-width: 1023px) {
  .p_mens02_reverse .p_mens02__img {
    width: 250px;
  }
}
@media print, screen and (max-width: 767px) {
  .p_mens02_reverse .p_mens02__img {
    width: 100%;
  }
}
.p_mens02_reverse .p_mens02__content {
  width: calc(100% - 574px);
}
@media screen and (max-width: 1179px) {
  .p_mens02_reverse .p_mens02__content {
    width: calc(100% - 474px);
  }
}
@media print, screen and (max-width: 1023px) {
  .p_mens02_reverse .p_mens02__content {
    width: calc(100% - 250px);
  }
}
@media print, screen and (max-width: 767px) {
  .p_mens02_reverse .p_mens02__content {
    width: 100%;
  }
}
.p_mens02_reverse .p_mens02__content .c_slidertwo {
  margin-bottom: clamp(
      -1.0625rem,
      -2.5297619048vw + 1.2142857143rem,
      0rem
  );
  margin-left: 80px;
}
@media print, screen and (max-width: 1279px) {
  .p_mens02_reverse .p_mens02__content .c_slidertwo {
    margin-left: 50px;
  }
}
@media print, screen and (max-width: 767px) {
  .p_mens02_reverse .p_mens02__content .c_slidertwo {
    margin-left: 0;
  }
}
.p_mens02_reverse .p_mens02__content .c_slidertwo__img {
  margin-right: 40px;
  width: 180px;
}
@media print, screen and (max-width: 1023px) {
  .p_mens02_reverse .p_mens02__content .c_slidertwo__img {
    width: 150px;
  }
}
@media print, screen and (max-width: 767px) {
  .p_mens02_reverse .p_mens02__content .c_slidertwo__img {
    margin-right: 30px;
    width: 120px;
  }
}
.p_mens02_reverse .p_mens02__content .c_slidertwo__img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_mens02_reverse .p_mens02__content .c_slidertwo__link {
  margin-top: 17px;
}
.p_mens02_reverse .p_mens02__content .c_slidertwo__link:first-child {
  margin-top: 0;
}
.p_mens02_reverse .p_mens02__content .c_slidertwo__arrows {
  padding-top: clamp(
      0rem,
      -4.4642857143vw + 4.0178571429rem,
      1.875rem
  );
  /*padding-right:clamped(30, 70, 768, 1440);*/
}
.p_mens02_reverse .p_mens02__content .c_slidertwo__arrows__next {
  border-right: 1px solid #e5e5e5;
}
.p_mens02_reverse .p_mens02__content .c_slidertwo__content {
  width: calc(100% - 220px);
}
@media print, screen and (max-width: 1023px) {
  .p_mens02_reverse .p_mens02__content .c_slidertwo__content {
    width: calc(100% - 190px);
  }
}
@media print, screen and (max-width: 767px) {
  .p_mens02_reverse .p_mens02__content .c_slidertwo__content {
    width: calc(100% - 150px);
  }
}
.p_mens03__ttl {
  margin-right: 0;
  margin-bottom: -1px;
  text-align: right;
  line-height: 0;
}
@media print, screen and (max-width: 767px) {
  .p_mens03__ttl {
    margin: 30px 0 0;
    line-height: 1;
  }
}
.p_mens03__ttl .ttl {
  display: inline-block;
  width: clamp(
      28.125rem,
      12.2023809524vw + 22.2678571429rem,
      33.25rem
  );
}
@media print, screen and (max-width: 767px) {
  .p_mens03__ttl .ttl {
    display: none;
    width: auto;
    color: #000000;
    text-align: center;
    font-size: 32px;
    font-family: classico-urw, sans-serif;
  }
}
.p_mens03__ttl .ttl img {
  display: block;
}
.p_mens03__end {
  position: relative;
}
.p_mens03__end .c_slider04__arrows {
  margin-top: 36px;
}
@media print, screen and (max-width: 767px) {
  .p_mens03__end .c_slider04__arrows {
    height: 50px;
  }
}
.p_mens03__end__more {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 194px;
  height: 50px;
  text-align: center;
  font-size: 0.875rem;
  font-family: classico-urw, sans-serif;
  transition: 0.5s;
}
@media print, screen and (max-width: 767px) {
  .p_mens03__end__more {
    padding-right: 30px;
    padding-left: 40px;
    width: auto;
    height: 50px;
  }
}
.p_mens03__end__more::after {
  position: absolute;
  top: 0;
  left: 8px;
  width: 1px;
  height: 100%;
  background-color: #e5e5e5;
  content: "";
  transform: skewX(-24deg);
}
@media print, screen and (max-width: 767px) {
  .p_mens03 .c_slider04 {
    margin: 0 -30px;
    padding: 30px 0 0;
  }
}
.p_mens04 {
  padding-top: 78px;
}
@media print, screen and (max-width: 767px) {
  .p_mens04 {
    padding-top: 0;
  }
}
.p_mens04__ttl {
  margin-bottom: -9px;
  margin-left: 6px;
  font-size: 1.5rem;
  font-family: classico-urw, sans-serif;
  line-height: 1.4583333333;
}
@media print, screen and (max-width: 767px) {
  .p_mens04 .c_slider01 {
    margin: 0 -30px;
  }
}
.p_mens04 .c_box02__head {
  margin-bottom: 79px;
}
@media print, screen and (max-width: 767px) {
  .p_mens04 .c_box02__head {
    margin-bottom: 70px;
  }
}
.p_mens04 .c_box02__head .c_box02__head__inner {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}
.p_mens04 .c_box02__head .c_box02__head__inner .c_ttl_en50 {
  margin: 0 0 30px;
  width: 100%;
  text-align: center;
  font-size: 32px;
}
.p_mens04 .c_box02__head .c_ttl_en50 {
  margin-right: -5px;
  font-weight: 400;
  font-family: classico-urw, sans-serif;
}
.p_mens04 .c_slider01__arrows {
  position: relative;
  margin-top: 63px;
}
@media print, screen and (max-width: 767px) {
  .p_mens04 .c_slider01__arrows {
    margin-top: 20px;
    height: 50px;
  }
}
@media print, screen and (max-width: 767px) {
  .p_mens04 .c_slider01__arrows .c_slider01__arrows__inner {
    display: none;
  }
}
.p_mens04 .c_slider01__arrows .arrows__more {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 194px;
  height: 50px;
  text-align: center;
  font-size: 0.875rem;
  font-family: classico-urw, sans-serif;
  transition: 0.5s;
}
@media print, screen and (max-width: 767px) {
  .p_mens04 .c_slider01__arrows .arrows__more {
    padding-right: 30px;
    padding-left: 40px;
    width: auto;
    height: 50px;
  }
}
.p_mens04 .c_slider01__arrows .arrows__more::after {
  position: absolute;
  top: 0;
  left: 8px;
  width: 1px;
  height: 100%;
  background-color: #e5e5e5;
  content: "";
  transform: skewX(-24deg);
}
.p_mens05 {
  padding-top: 38px;
}
@media print, screen and (max-width: 767px) {
  .p_mens05 {
    padding-top: 30px;
  }
}
.p_mens05__ttl {
  margin-bottom: -17px;
  font-size: 24px;
  font-family: classico-urw, sans-serif;
}
.p_mens05__inner {
  display: flex;
  align-items: stretch;
}
@media print, screen and (max-width: 767px) {
  .p_mens05__inner {
    flex-direction: column;
  }
}
.p_mens05 .c_box02__head {
  margin-bottom: 0;
  border-bottom: 1px solid #e5e5e5;
}
.p_mens05 .c_box02__head__inner {
  padding-left: 80px;
}
@media print, screen and (max-width: 767px) {
  .p_mens05 .c_box02__head__inner {
    padding-left: 30px;
  }
}
.p_mens05 .c_slider01 {
  margin: 0 auto;
  padding: 0 80px 0 0;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .p_mens05 .c_slider01 {
    padding: 0 50px 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .p_mens05 .c_slider01 {
    padding: 0 30px 0 0;
  }
}
.p_mens05 .c_slider01 .c_slider01__item {
  padding: 0 0 0 80px;
}
@media screen and (max-width: 1279px) {
  .p_mens05 .c_slider01 .c_slider01__item {
    padding: 0 0 0 50px;
  }
}
@media print, screen and (max-width: 767px) {
  .p_mens05 .c_slider01 .c_slider01__item {
    padding: 0 0 0 30px;
  }
}
.p_mens05 .c_box02__content {
  position: relative;
  box-sizing: border-box;
  padding-top: 68px;
  padding-bottom: 100px;
  height: calc(100% - 70px);
}
@media screen and (max-width: 1279px) {
  .p_mens05 .c_box02__content {
    padding-bottom: 50px;
  }
}
.p_mens05 .c_slider01__arrows {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 0 0 30px;
}
@media print, screen and (max-width: 767px) {
  .p_mens05 .c_slider01__arrows {
    margin-top: 20px;
    height: 50px;
  }
}
@media print, screen and (max-width: 767px) {
  .p_mens05 .c_slider01__arrows .c_slider01__arrows__inner {
    display: none;
  }
}
.p_mens05 .c_slider01__arrows .arrows__more {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 194px;
  height: 50px;
  text-align: center;
  font-size: 0.875rem;
  font-family: classico-urw, sans-serif;
  transition: 0.5s;
}
@media print, screen and (max-width: 1359px) {
  .p_mens05 .c_slider01__arrows .arrows__more {
    width: 164px;
  }
}
@media print, screen and (max-width: 1023px) {
  .p_mens05 .c_slider01__arrows .arrows__more {
    padding: 0 0 0 10px;
    width: 120px;
  }
}
@media print, screen and (max-width: 767px) {
  .p_mens05 .c_slider01__arrows .arrows__more {
    padding-right: 30px;
    padding-left: 40px;
    width: auto;
    height: 50px;
  }
}
.p_mens05 .c_slider01__arrows .arrows__more::after {
  position: absolute;
  top: 0;
  left: 8px;
  width: 1px;
  height: 100%;
  background-color: #e5e5e5;
  content: "";
  transform: skewX(-24deg);
}
.p_mens05__left {
  width: 50%;
}
@media print, screen and (max-width: 767px) {
  .p_mens05__left {
    width: 100%;
  }
}
.p_mens05__left .c_box02__content::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: calc(100% - 50px);
  background-color: #e5e5e5;
  content: "";
}
.p_mens05__left .c_slider01__arrows {
  border-right: 1px solid #e5e5e5;
}
.p_mens05__left .c_slider01__arrows__inner {
  margin: 0 auto;
  padding: 0 80px;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .p_mens05__left .c_slider01__arrows__inner {
    padding: 0 50px;
  }
}
.p_mens05__right {
  width: 50%;
}
@media print, screen and (max-width: 767px) {
  .p_mens05__right {
    width: 100%;
  }
}
.p_mens06 {
  position: relative;
  z-index: 2;
  padding-top: 67px;
}
@media print, screen and (max-width: 767px) {
  .p_mens06 {
    padding-top: 0;
    padding-bottom: 50px;
    border-bottom: 1px solid #e5e5e5;
  }
}
.p_mens06 .c_slider01__arrows {
  margin-top: 43px;
}
@media print, screen and (max-width: 767px) {
  .p_mens06 .c_slider01__arrows {
    display: none;
  }
}
.p_mens06 .swiper {
  overflow: visible;
}
.p_mens06__ttl {
  font-size: 50px;
  font-family: classico-urw, sans-serif;
  line-height: 0.7;
}
@media print, screen and (max-width: 767px) {
  .p_mens06__ttl {
    font-size: 24px;
  }
}
.p_mens07 {
  padding: 80px 0 100px;
  border-bottom: 1px solid #e5e5e5;
}
@media print, screen and (max-width: 767px) {
  .p_mens07 {
    padding: 50px 0;
  }
}
.p_mens07__insta {
  display: inline-flex;
  align-items: center;
  margin-right: 13px;
}
.p_mens07__insta__icon {
  display: inline-block;
  margin-right: 15px;
  width: 21px;
}
.p_mens07__insta__txt {
  display: inline-block;
  font-size: 24px;
  font-family: classico-urw, sans-serif;
  line-height: 1.4583333333;
}
@media print, screen and (max-width: 767px) {
  .p_mens07__insta__txt {
    font-size: 20px;
  }
}
.p_mens07__ttl {
  margin-bottom: 34px;
}
.p_mens07__ttl__txt {
  display: inline-block;
  font-size: 0.875rem;
  font-family: classico-urw, sans-serif;
}
.p_mens07__list {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 10px;
}
@media screen and (max-width: 1023px) {
  .p_mens07__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p_mens07__list a {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  aspect-ratio: 1/1;
}
.p_mens07__list a img {
  width: 100%;
  height: auto;
}

/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p_point__ttl {
  letter-spacing: 0.054em;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p_point__ttl {
    font-size: 18px;
  }
}
.p_point01__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 43px;
}
@media screen and (max-width: 1023px) {
  .p_point01__content {
    align-items: stretch;
  }
}
@media screen and (max-width: 767px) {
  .p_point01__content {
    flex-direction: column-reverse;
    margin-top: 20px;
  }
}
.p_point01__block01 {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 39px 30px 21px;
  width: calc(100% - 236px);
  border-radius: 10px;
  background-color: #609483;
  box-shadow: 10px 10px 0 #787878;
  color: #f2fffb;
  text-align: center;
}
.p_point01__block01.gold {
  background: #c5bc9c;
  color: #55491e;
}
.p_point01__block01.black {
  background: #434343;
  color: #b1b1b1;
}
@media print, screen and (max-width: 1099px) {
  .p_point01__block01 {
    width: calc(100% - 206px);
  }
}
@media screen and (max-width: 767px) {
  .p_point01__block01 {
    padding: 20px 30px 20px;
    width: 100%;
  }
}
.p_point01__block01__txt01, .p_point01__block01__date {
  letter-spacing: 0.054em;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5;
}
.p_point01__block01__number {
  margin-top: 15px;
  letter-spacing: 0.01em;
  font-weight: 500;
  font-size: 60px;
  font-family: classico-urw, sans-serif;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .p_point01__block01__number {
    font-size: 45px;
  }
}
.p_point01__block01__number .unit {
  letter-spacing: 0.01em;
  font-weight: 500;
  font-size: 1.5rem;
  font-family: classico-urw, sans-serif;
}
.p_point01__block01__date {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p_point01__block01__date {
    margin-top: 20px;
  }
}
.p_point01__block02 {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 30px 10px 12px;
  width: 216px;
  border-radius: 10px;
  background-color: #b2d3c8;
  box-shadow: 10px 10px 0 #787878;
  color: #3e5b51;
  text-align: center;
}
.p_point01__block02.gold {
  background: #c5bc9c;
  color: #55491e;
}
.p_point01__block02.black {
  background: #434343;
  color: #b1b1b1;
}
@media print, screen and (max-width: 1099px) {
  .p_point01__block02 {
    width: 186px;
  }
}
@media screen and (max-width: 767px) {
  .p_point01__block02 {
    margin: 0 0 20px;
    padding: 20px 10px 12px;
    width: 100%;
  }
}
.p_point01__block02__txt01 {
  letter-spacing: 0.054em;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5;
}
.p_point01__block02__ttl, .p_point01__block02__txt02 .percent {
  font-weight: 500;
  font-size: 1.5rem;
  font-family: classico-urw, sans-serif;
}
.p_point01__block02__ttl {
  margin-top: 33px;
  letter-spacing: 0.054em;
}
@media screen and (max-width: 767px) {
  .p_point01__block02__ttl {
    margin-top: 5px;
  }
}
.p_point01__block02__txt02 {
  margin-top: 11px;
}
@media screen and (max-width: 767px) {
  .p_point01__block02__txt02 {
    margin-top: -10px;
  }
}
.p_point01__block02__txt02 .txt {
  display: inline-block;
  margin-right: 10px;
  letter-spacing: 0.054em;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.5;
}
.p_point01__block02__txt02 .percent {
  display: inline-block;
  letter-spacing: 0.01em;
}
.p_point02 {
  margin-top: 84px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p_point02 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.p_point02_tbl {
  margin-top: 51px;
}
@media screen and (max-width: 767px) {
  .p_point02_tbl {
    margin-top: 30px;
  }
}
.p_point02_tbl__head {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p_point02_tbl__head {
    display: none;
  }
}
.p_point02_tbl__head__col {
  padding: 0 10px;
  text-align: center;
  letter-spacing: 0.054em;
  font-weight: 500;
  font-size: 11px;
}
@media screen and (max-width: 1023px) {
  .p_point02_tbl__head__col {
    font-size: 10px;
  }
}
.p_point02_tbl__head__col:nth-child(1) {
  width: 16%;
}
@media screen and (max-width: 1023px) {
  .p_point02_tbl__head__col:nth-child(1) {
    width: 18%;
  }
}
.p_point02_tbl__head__col:nth-child(2) {
  width: 17%;
}
@media screen and (max-width: 1023px) {
  .p_point02_tbl__head__col:nth-child(2) {
    width: 22%;
  }
}
.p_point02_tbl__head__col:nth-child(3) {
  width: 20%;
}
@media screen and (max-width: 1023px) {
  .p_point02_tbl__head__col:nth-child(3) {
    width: 22%;
  }
}
.p_point02_tbl__head__col:nth-child(4) {
  width: 16%;
}
@media screen and (max-width: 1023px) {
  .p_point02_tbl__head__col:nth-child(4) {
    width: 18%;
  }
}
.p_point02_tbl__head__col:nth-child(5) {
  padding-right: 30px;
  width: 31%;
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .p_point02_tbl__head__col:nth-child(5) {
    padding-right: 20px;
    width: 20%;
  }
}
.p_point02_tbl__contents {
  margin-top: 11px;
  border-right: solid 1px #e5e5e5;
  border-left: solid 1px #e5e5e5;
}
.p_point02_tbl__content {
  display: flex;
  align-items: center;
  border-top: solid 1px #e5e5e5;
}
@media screen and (max-width: 767px) {
  .p_point02_tbl__content {
    display: block;
    padding: 30px;
  }
}
.p_point02_tbl__content:last-child {
  border-bottom: solid 1px #e5e5e5;
}
.p_point02_tbl__content__col {
  padding: 18px 10px 19px;
  text-align: center;
  letter-spacing: 0.054em;
  font-weight: 400;
  font-size: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p_point02_tbl__content__col {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin: 0 0 5px;
    padding: 0 0 5px;
    width: 100% !important;
    border-bottom: solid 1px #e5e5e5;
  }
}
.p_point02_tbl__content__col:nth-child(1) {
  width: 16%;
}
@media screen and (max-width: 1023px) {
  .p_point02_tbl__content__col:nth-child(1) {
    width: 18%;
  }
}
@media screen and (max-width: 767px) {
  .p_point02_tbl__content__col:nth-child(1)::before {
    content: "注文番号";
    font-size: 11px;
  }
}
.p_point02_tbl__content__col:nth-child(2) {
  width: 17%;
}
@media screen and (max-width: 1023px) {
  .p_point02_tbl__content__col:nth-child(2) {
    width: 22%;
  }
}
@media screen and (max-width: 767px) {
  .p_point02_tbl__content__col:nth-child(2)::before {
    content: "注文日";
    font-size: 11px;
  }
}
.p_point02_tbl__content__col:nth-child(3) {
  width: 20%;
}
@media screen and (max-width: 1023px) {
  .p_point02_tbl__content__col:nth-child(3) {
    width: 22%;
  }
}
@media screen and (max-width: 767px) {
  .p_point02_tbl__content__col:nth-child(3)::before {
    content: "ポイント更新日";
    font-size: 11px;
  }
}
.p_point02_tbl__content__col:nth-child(4) {
  width: 16%;
}
@media screen and (max-width: 1023px) {
  .p_point02_tbl__content__col:nth-child(4) {
    width: 18%;
  }
}
@media screen and (max-width: 767px) {
  .p_point02_tbl__content__col:nth-child(4)::before {
    content: "種別";
    font-size: 11px;
  }
}
.p_point02_tbl__content__col:nth-child(5) {
  padding-right: 30px;
  width: 31%;
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .p_point02_tbl__content__col:nth-child(5) {
    padding-right: 20px;
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .p_point02_tbl__content__col:nth-child(5) {
    margin: 0;
    padding: 0;
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .p_point02_tbl__content__col:nth-child(5)::before {
    content: "ポイント数";
    font-size: 11px;
  }
}
.p_point02_tbl__content__col .txt02 {
  font-weight: 500;
  font-size: 1.125rem;
}
.p_point .c_pagination__content {
  padding-top: 0;
  border-top: solid 1px #e5e5e5;
}
.p_point .c_pagination {
  margin-top: clamp(
      1.875rem,
      5.3571428571vw + -0.6964285714rem,
      4.125rem
  );
  padding-top: 150px;
}
.p_point .c_pagination__link {
  border-top: 0;
  border-bottom: 0;
}

/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p_edit__ttl {
  font-weight: 500;
  font-size: 16px;
}
.p_edit__content {
  margin: 0 auto;
  padding: 0;
  max-width: 810px;
  width: 100%;
}
.p_edit .c_form {
  padding-top: clamp(
      0.625rem,
      4.0178571429vw + -1.3035714286rem,
      2.3125rem
  );
  padding-bottom: clamp(
      3.75rem,
      10.4166666667vw + -1.25rem,
      8.125rem
  );
}
.p_edit .c_form__submit {
  margin: 54px auto 0;
  max-width: 190px;
}
@media screen and (max-width: 767px) {
  .p_edit .c_form__submit {
    margin: 20px auto 0;
    max-width: inherit;
  }
}
.p_edit .c_form__submit button {
  height: 50px;
  background: #1a1a1a;
  font-weight: 500;
  font-size: 0.75rem;
}

/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.body-wrapper:has(.p_itm) {
  overflow: inherit;
}
@media screen and (max-width: 1023px) {
  .body-wrapper:has(.p_itm) {
    overflow: hidden;
  }
}

.p_itm_mv {
  padding: 52px 0 48px;
}
.p_itm_mv.special {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .p_itm_mv.special {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .p_itm_mv.special {
    flex-direction: column-reverse;
  }
}
.p_itm_mv.special .movie {
  padding: clamp(
      1.25rem,
      4.8076923077vw + -1.8269230769rem,
      2.5rem
  );
  width: 64%;
  background-color: #000000;
}
@media screen and (max-width: 1023px) {
  .p_itm_mv.special .movie {
    padding: 30px;
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .p_itm_mv.special .movie {
    padding: 0;
    width: 100%;
  }
}
.p_itm_mv.special .movie .video {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16/9;
}
.p_itm_mv.special .movie .video img {
  width: 100%;
  height: auto;
}
.p_itm_mv.special .movie .video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.p_itm_mv.special .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36%;
}
@media screen and (max-width: 1023px) {
  .p_itm_mv.special .logo {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .p_itm_mv.special .logo {
    padding: 50px 30px 30px;
    width: 100%;
  }
}
.p_itm_mv.special .logo img {
  max-width: 200px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p_itm_mv.special .logo img {
    max-width: 160px;
  }
}
.p_itm_mv .c_title01 {
  text-align: center;
}
.p_itm_mv .c_title01__en {
  padding-right: 0;
  font-size: 1.5rem;
}
.p_itm_mv .c_title01 img {
  max-width: 200px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p_itm_mv .c_title01 img {
    max-width: 160px;
  }
}
.p_itm_main {
  position: relative;
  display: flex;
  align-items: stretch;
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
}
.p_itm_sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  padding-top: 40px;
  padding-bottom: 100px;
  width: clamp(
      10.875rem,
      17.2619047619vw + 2.5892857143rem,
      18.125rem
  );
}
@media screen and (max-width: 1023px) {
  .p_itm_sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -305px;
    z-index: 13;
    padding-top: 120px;
    padding-bottom: 40px;
    width: 305px;
    border-right: solid 1px #e5e5e5;
    background: #ffffff;
    transition: left 0.7s cubic-bezier(0.26, 0.63, 0, 0.99);
  }
  .p_itm_sidebar.open {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p_itm_sidebar {
    left: -100vw;
    width: 100vw;
  }
}
.p_itm_sidebar.open .p_itm_sidebar__searchbtn .opn {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p_itm_sidebar.open .p_itm_sidebar__searchbtn .opn {
    opacity: 1;
  }
}
.p_itm_sidebar.open .p_itm_sidebar__searchbtn .cls {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p_itm_sidebar.open .p_itm_sidebar__searchbtn .cls {
    opacity: 0;
  }
}
.p_itm_sidebar .p_itm_sidebar__searchbtn {
  display: none;
}
@media screen and (max-width: 1023px) {
  .p_itm_sidebar .p_itm_sidebar__searchbtn {
    position: absolute;
    top: 110px;
    right: -80px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border: solid 1px #e5e5e5;
    background-color: #ffffff;
    cursor: pointer;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .p_itm_sidebar .p_itm_sidebar__searchbtn {
    top: 130px;
    right: -70px;
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .p_itm_sidebar .p_itm_sidebar__searchbtn .opn {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 80px;
    height: 80px;
    opacity: 1;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .p_itm_sidebar .p_itm_sidebar__searchbtn .opn {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .p_itm_sidebar .p_itm_sidebar__searchbtn .opn img {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .p_itm_sidebar .p_itm_sidebar__searchbtn .opn span {
    display: inline-block;
    padding-top: 4px;
    text-align: center;
    font-size: 11px;
    font-family: classico-urw, sans-serif;
    line-height: 1;
  }
}
@media screen and (max-width: 1023px) {
  .p_itm_sidebar .p_itm_sidebar__searchbtn .cls {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .p_itm_sidebar .p_itm_sidebar__searchbtn .cls {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .p_itm_sidebar .p_itm_sidebar__searchbtn .cls i {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
  }
  .p_itm_sidebar .p_itm_sidebar__searchbtn .cls i::before {
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 1px;
    background-color: #000000;
    content: "";
    transform: rotate(45deg);
  }
  .p_itm_sidebar .p_itm_sidebar__searchbtn .cls i::after {
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 1px;
    background-color: #000000;
    content: "";
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 1023px) {
  .p_itm_sidebar .p_itm_sidebar__searchbtn .cls span {
    display: inline-block;
    padding-top: 4px;
    text-align: center;
    font-size: 11px;
    font-family: classico-urw, sans-serif;
    line-height: 1;
  }
}
.p_itm_sidebar .close_btn {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .p_itm_sidebar .close_btn {
    display: flex;
  }
}
.p_itm_sidebar .close_btn i {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
}
.p_itm_sidebar .close_btn i::before {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 1px;
  background-color: #000000;
  content: "";
  transform: rotate(45deg);
}
.p_itm_sidebar .close_btn i::after {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 1px;
  background-color: #000000;
  content: "";
  transform: rotate(-45deg);
}
.p_itm_sidebar::-webkit-scrollbar {
  display: none;
}
.p_itm_sidebar__container {
  padding: 0 clamp(
      1.25rem,
      4.8076923077vw + -1.8269230769rem,
      2.5rem
  ) 40px;
}
@media screen and (max-width: 1023px) {
  .p_itm_sidebar__container {
    position: absolute;
    top: 121px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: scroll;
    padding: 50px 50px 40px;
  }
  .p_itm_sidebar__container::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p_itm_sidebar__container {
    top: 50px;
    padding: 30px 30px 40px;
  }
}
.p_itm_sidebar__ttl {
  letter-spacing: 0.054em;
  font-weight: 500;
  font-size: 0.875rem;
  font-family: classico-urw, sans-serif;
  line-height: 1.5;
}
.p_itm_sidebar__search__input {
  margin-top: 17px;
  padding: 5px 10px 6px;
  width: 100%;
  height: 50px;
  background-color: #f2f2f2;
  font-size: 12px;
  line-height: 1.5;
}
.p_itm_sidebar__search__input::-moz-placeholder {
  color: #cccccc;
  font-size: 12px;
}
.p_itm_sidebar__search__input::placeholder {
  color: #cccccc;
  font-size: 12px;
}
.p_itm_sidebar__search__input:-webkit-autofill {
  box-shadow: 0 0 0 1000px rgb(242, 242, 242) inset !important;
}
.p_itm_sidebar__search__input:focus {
  outline: 0;
}
.p_itm_sidebar__status {
  margin-top: 15px;
  padding-top: 18px;
  border-top: solid 1px #e5e5e5;
}
.p_itm_sidebar__status__i {
  margin-top: 1px;
}
.p_itm_sidebar__status__i:first-child {
  margin-top: 0;
}
.p_itm_sidebar__status__label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 0;
  height: 30px;
  cursor: pointer;
}
.p_itm_sidebar__status__check {
  position: relative;
  display: block;
  margin: 0 10px 0 0;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  background-color: #e5e5e5;
}
.p_itm_sidebar__status__check input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 0;
  border: 0;
  opacity: 0;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.p_itm_sidebar__status__check input:focus {
  outline: 0;
}
.p_itm_sidebar__status__check input::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #363636;
  content: "";
  transform: translate(-50%, -50%);
}
.p_itm_sidebar__status__check input:checked {
  opacity: 1;
}
.p_itm_sidebar__status__txt {
  letter-spacing: 0.05em;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
}
.p_itm_sidebar__status__list {
  margin-top: 15px;
}
.p_itm_sidebar__category {
  margin-top: 21px;
  padding-top: 32px;
  border-top: solid 1px #e5e5e5;
}
.p_itm_sidebar__category__list {
  margin-top: 24px;
}
.p_itm_sidebar__category__i {
  position: relative;
  margin-top: 20px;
}
.p_itm_sidebar__category__i:first-child {
  margin-top: 0;
}
.p_itm_sidebar__category__ttl {
  position: relative;
  line-height: 1.5;
}
.p_itm_sidebar__category__ttl:hover {
  opacity: 0.7;
  cursor: pointer;
}
.p_itm_sidebar__category__ttl::after {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 6px;
  height: 12px;
  background: url(../images/item/icon_arrow_01.svg) no-repeat center/contain;
  content: "";
  transform: rotate(90deg);
}
.p_itm_sidebar__category__ttl .ttl {
  display: inline-block;
  letter-spacing: 0.05em;
  font-size: 0.8125rem;
  transition: all 0.5s;
}
.p_itm_sidebar__category__sub {
  display: none;
  overflow: hidden;
  margin-top: 20px;
  width: 100%;
}
.p_itm_sidebar__category__sub__i {
  margin-top: 10px;
  width: 100%;
}
.p_itm_sidebar__category__sub__i:first-child {
  margin-top: 0;
}
.p_itm_sidebar__category__sub__i .link {
  display: inline-block;
}
.p_itm_sidebar__category__sub__i .link:hover {
  opacity: 0.7;
  transition: all 0.5s;
}
.p_itm_sidebar__color {
  margin-top: 25px;
  padding-top: 23px;
  border-top: solid 1px #e5e5e5;
}
.p_itm_sidebar__color__content {
  margin-top: 15px;
  padding: 0 clamp(
      0rem,
      1.1904761905vw + -0.5714285714rem,
      0.5rem
  );
}
.p_itm_sidebar__color__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 12px clamp(
      0.3125rem,
      1.7857142857vw + -0.5446428571rem,
      1.0625rem
  );
}
.p_itm_sidebar__color__i {
  position: relative;
  margin: 0 auto;
  width: clamp(
      0.625rem,
      1.7857142857vw + -0.2321428571rem,
      1.375rem
  );
  height: clamp(
      0.625rem,
      1.7857142857vw + -0.2321428571rem,
      1.375rem
  );
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .p_itm_sidebar__color__i {
    width: 20px;
    height: 20px;
  }
}
.p_itm_sidebar__color__i__circle {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.p_itm_sidebar__color__i input {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.p_itm_sidebar__color__i input:focus {
  outline: 0;
}
.p_itm_sidebar__color__i input:checked + .p_itm_sidebar__color__i__circle {
  background-image: url(../images/item/icon_cheack.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.p_itm_sidebar__color__i.color01 .p_itm_sidebar__color__i__circle {
  border: solid 1px #e5e5e5;
  background-color: #ffffff;
}
.p_itm_sidebar__color__i.color02 .p_itm_sidebar__color__i__circle {
  background-color: #000000;
}
.p_itm_sidebar__color__i.color02 input:checked + .p_itm_sidebar__color__i__circle {
  background-image: url(../images/item/icon_cheack_w.svg);
}
.p_itm_sidebar__color__i.color03 .p_itm_sidebar__color__i__circle {
  background-color: #b4b4b4;
}
.p_itm_sidebar__color__i.color04 .p_itm_sidebar__color__i__circle {
  background-color: #916c60;
}
.p_itm_sidebar__color__i.color05 .p_itm_sidebar__color__i__circle {
  background-color: #f0e2b8;
}
.p_itm_sidebar__color__i.color06 .p_itm_sidebar__color__i__circle {
  background-color: #35bc54;
}
.p_itm_sidebar__color__i.color07 .p_itm_sidebar__color__i__circle {
  background-color: #2200ff;
}
.p_itm_sidebar__color__i.color07 input:checked + .p_itm_sidebar__color__i__circle {
  background-image: url(../images/item/icon_cheack_w.svg);
}
.p_itm_sidebar__color__i.color08 .p_itm_sidebar__color__i__circle {
  background-color: #8500aa;
}
.p_itm_sidebar__color__i.color08 input:checked + .p_itm_sidebar__color__i__circle {
  background-image: url(../images/item/icon_cheack_w.svg);
}
.p_itm_sidebar__color__i.color09 .p_itm_sidebar__color__i__circle {
  background-color: #f9e632;
}
.p_itm_sidebar__color__i.color10 .p_itm_sidebar__color__i__circle {
  background-color: #fb97cf;
}
.p_itm_sidebar__color__i.color11 .p_itm_sidebar__color__i__circle {
  background-color: #f90c48;
}
.p_itm_sidebar__color__i.color12 .p_itm_sidebar__color__i__circle {
  background-color: #ff8b25;
}
.p_itm_sidebar__color__i.color13 .p_itm_sidebar__color__i__circle {
  background: url(../images/item/img_gradient_01.jpg) no-repeat center/contain;
}
.p_itm_sidebar__color__i.color13 input:checked + .p_itm_sidebar__color__i__circle {
  background-image: url(../images/item/img_gradient_01_check.jpg);
}
.p_itm_sidebar__color__i.color14 .p_itm_sidebar__color__i__circle {
  background: url(../images/item/img_gradient_02.jpg) no-repeat center/contain;
}
.p_itm_sidebar__color__i.color14 input:checked + .p_itm_sidebar__color__i__circle {
  background-image: url(../images/item/img_gradient_02_check.jpg);
}
.p_itm_sidebar__color__i.color15 .p_itm_sidebar__color__i__circle {
  background: url(../images/item/img_color_01.jpg) no-repeat center/contain;
}
.p_itm_sidebar__color__i.color15 input:checked + .p_itm_sidebar__color__i__circle {
  background-image: url(../images/item/img_color_01_check.jpg);
}
.p_itm_sidebar__price {
  margin-top: 26px;
  padding-top: 14px;
  border-top: solid 1px #e5e5e5;
}
.p_itm_sidebar__price__list {
  margin-top: 12px;
}
.p_itm_sidebar__price__item {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #f2f2f2;
}
.p_itm_sidebar__price__item__mid {
  margin: 6px 0;
  text-align: center;
}
.p_itm_sidebar__price__item__mid .icon {
  margin: 0 auto;
  width: 4px;
  height: 12px;
}
.p_itm_sidebar__price__item__mid .icon img {
  display: block;
}
.p_itm_sidebar__price__input {
  padding: 11px 5px;
  width: calc(100% - 60px);
  font-size: 1rem;
  line-height: 1.2;
}
.p_itm_sidebar__price__input:focus {
  outline: 0;
}
.p_itm_sidebar__price__txt {
  position: relative;
  padding: 8px 1px;
  width: 60px;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 0.6875rem;
  line-height: 1.2;
}
.p_itm_sidebar__price__txt::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 50%;
  background-color: #bbbbbb;
  content: "";
  transform: translateY(-50%);
}
.p_itm_sidebar__btn {
  margin-top: 27px;
  padding: 6px 5px 5px;
  width: 100%;
  background-color: #020202;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  transition: all 0.5s;
  /*&:hover {
  	opacity:0.7 !important;
  }*/
}
.p_itm_content {
  width: calc(100% - clamp(
      10.875rem,
      17.2619047619vw + 2.5892857143rem,
      18.125rem
  ));
  border-left: solid 1px #e5e5e5;
}
@media screen and (max-width: 1023px) {
  .p_itm_content {
    width: 100%;
    border-left: none;
  }
}
.p_itm_content .empty {
  border-top: solid 1px #e5e5e5;
}
.p_itm_content .empty p {
  padding: 80px 50px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p_itm_content .empty p {
    padding: 80px 30px;
    text-align: center;
  }
}
.p_itm_filter {
  padding: 29px 0;
}
.p_itm_filter__inner {
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .p_itm_filter__inner {
    padding: 0 30px;
  }
}
.p_itm_filter__content01 {
  display: flex;
  align-items: center;
}
.p_itm_filter__result {
  display: flex;
  margin: 0 54px 0 0;
}
.p_itm_filter__tabs {
  display: flex;
  align-items: center;
}
.p_itm_filter__tab {
  position: relative;
  top: 7px;
  margin: 0 10px;
  padding-bottom: 15px;
  width: 17px;
  transition: all 0.5s;
}
.p_itm_filter__tab:not(.active):hover {
  opacity: 0.7;
  cursor: pointer;
}
.p_itm_filter__tab:not(.active):hover::after {
  opacity: 1;
}
.p_itm_filter__tab::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  content: "";
  opacity: 0;
  transition: all 0.5s;
}
.p_itm_filter__tab img {
  display: block;
}
.p_itm_filter__tab.active::after {
  opacity: 1;
}
.p_itm_filter__tab__slash {
  margin: 0 18px;
  width: 5px;
  height: 8px;
}
.p_itm_filter__tab__slash img {
  display: block;
}
.p_itm_filter__result__number, .p_itm_filter__result__txt {
  letter-spacing: 0.054em;
  font-weight: 500;
  font-size: 0.8125rem;
  font-family: classico-urw, sans-serif;
}
.p_itm_filter__result__number {
  margin-right: 5px;
}
.p_itm_filter__select {
  position: relative;
  z-index: 2;
  width: 103px;
}
.p_itm_filter__select__txt {
  position: relative;
  padding: 12px 0 8px;
  border-bottom: solid 2px #000000;
  letter-spacing: 0.054em;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.2;
}
.p_itm_filter__select__txt:hover {
  opacity: 0.7;
  cursor: pointer;
  transition: all 0.5s;
}
.p_itm_filter__select__txt::after {
  position: absolute;
  top: 17px;
  right: 4px;
  border-top: solid 5px #000000;
  border-right: solid 5px transparent;
  border-left: solid 5px transparent;
  content: "";
}
.p_itm_filter__select__menus {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  visibility: hidden;
  width: 150px;
  opacity: 0;
  transition: all 0.5s;
}
.p_itm_filter__select__menus.show {
  visibility: visible;
  opacity: 1;
}
.p_itm_filter__select__menu {
  display: block;
  padding: 10px;
  width: 100%;
  border-top: solid 1px #ffffff;
  background-color: #e5e5e5;
  text-align: center;
}
.p_itm_filter__select__menu:first-child {
  border-top: 0;
}
.p_itm_products {
  display: grid;
  margin-bottom: -1px;
  border-top: solid 1px #e5e5e5;
  /*border-bottom:solid 1px #e5e5e5;*/
  grid-gap: 1px;
  grid-template-columns: repeat(6, 1fr);
}
.p_itm_product {
  position: relative;
  min-height: 500px;
  width: 100%;
  border-right: 1px #e5e5e5 solid;
  border-bottom: solid 1px #e5e5e5;
  background-color: white;
  grid-column: span 2;
}
@media screen and (max-width: 1179px) {
  .p_itm_product {
    grid-column: span 3;
  }
}
@media screen and (max-width: 767px) {
  .p_itm_product {
    min-height: inherit;
  }
}
.p_itm_product:nth-of-type(2) {
  border-right: none;
}
.p_itm_product:nth-of-type(3n+2) {
  border-right: none;
}
@media screen and (max-width: 1179px) {
  .p_itm_product:nth-of-type(3n+2) {
    border-right: 1px #e5e5e5 solid;
  }
}
@media screen and (max-width: 1179px) {
  .p_itm_product:nth-of-type(2n) {
    border-right: none;
  }
}
.p_itm_product::before {
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  left: -1px;
  content: "";
}
.p_itm_product.soldout {
  /*.p_itm_product__link {
  	pointer-events:none;
  }*/
}
.p_itm_product.soldout::before {
  background-color: #000000;
  opacity: 0.6;
}
.p_itm_product.soldout img {
  opacity: 0.5;
  mix-blend-mode: multiply;
}
.p_itm_product__link {
  position: relative;
  display: block;
  padding: 68px clamp(
      1.25rem,
      3.6057692308vw + -1.0576923077rem,
      2.1875rem
  ) 64px clamp(
      1.25rem,
      9.6153846154vw + -4.9038461538rem,
      3.75rem
  );
  height: 100%;
}
@media screen and (max-width: 1439px) {
  .p_itm_product__link {
    padding: 68px 50px 34px;
  }
}
@media screen and (max-width: 767px) {
  .p_itm_product__link {
    padding: 50px 20px;
  }
}
.p_itm_product__link .c_itm_label {
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p_itm_product__link .c_itm_label {
    left: -1px;
  }
}
.p_itm_product__link .txt_sold {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  display: inline-block;
  color: #ffffff;
  letter-spacing: 10px;
  font-size: 20px;
  font-family: classico-urw, sans-serif;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p_itm_product__link .txt_sold {
    letter-spacing: 5px;
    font-size: 14px;
  }
}
.p_itm_product__img {
  padding: 0 clamp(
      0rem,
      5.2884615385vw + -3.3846153846rem,
      1.375rem
  );
  width: 100%;
}
.p_itm_product__img .img {
  position: relative;
  display: block;
  overflow: hidden;
}
.p_itm_product__img img {
  transition: all 0.5s;
}
.p_itm_product__txt {
  margin-top: 54px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.75;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .p_itm_product__txt {
    margin-top: 30px;
  }
}
.p_itm_product__txt .item_type {
  display: inline-block;
  padding: 0 0 10px;
  font-weight: 700;
  font-size: 13px;
  font-family: classico-urw, sans-serif;
}
@media print, screen and (max-width: 767px) {
  .p_itm_product__txt .item_type {
    font-size: 11px;
  }
}
.p_itm_product__txt .item_type .pre_order {
  padding: 0 0 0 10px;
  border-left: #82660f solid 3px;
  color: #82660f;
}
.p_itm_product__txt .item_type .sale {
  padding: 0 0 0 10px;
  border-left: #961919 solid 3px;
  color: #961919;
}
.p_itm_product__txt .item_type .exclusive {
  padding: 0 0 0 10px;
  border-left: #000000 solid 3px;
  color: #000000;
}
.p_itm_product__price {
  margin-top: 25px;
  letter-spacing: 0.054em;
  font-size: 0.8125rem;
  font-family: classico-urw, sans-serif;
  line-height: 1.2;
  transition: all 0.5s;
}
.p_itm_product__price .original {
  display: block;
  padding: 0 0 8px;
  text-decoration: line-through;
  font-size: 12px;
}
.p_itm_product__price .sale_price {
  color: #93151d;
  font-weight: 500;
  font-size: 14px;
}
.p_itm_product:nth-child(1), .p_itm_product:nth-child(2) {
  grid-column: span 3;
}
.p_itm_product:nth-child(1) .p_itm_product__link, .p_itm_product:nth-child(2) .p_itm_product__link {
  padding: 68px clamp(
      1.25rem,
      9.6153846154vw + -4.9038461538rem,
      3.75rem
  ) 64px;
}
@media screen and (max-width: 1439px) {
  .p_itm_product:nth-child(1) .p_itm_product__link, .p_itm_product:nth-child(2) .p_itm_product__link {
    padding: 68px 50px 64px;
  }
}
@media screen and (max-width: 767px) {
  .p_itm_product:nth-child(1) .p_itm_product__link, .p_itm_product:nth-child(2) .p_itm_product__link {
    padding: 50px 20px;
  }
}
.p_itm_product:nth-child(1) .p_itm_product__img, .p_itm_product:nth-child(2) .p_itm_product__img {
  padding: 0 15px;
}
.p_itm_product:nth-child(1) .p_itm_product__txt, .p_itm_product:nth-child(2) .p_itm_product__txt {
  margin-top: 20px;
}
.p_itm_product:nth-child(1) .p_itm_product__price, .p_itm_product:nth-child(2) .p_itm_product__price {
  margin-top: 25px;
}
.p_itm_product .del_btn {
  position: absolute;
  top: 10px;
  right: 8px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p_itm_product .del_btn {
    top: 0;
    right: 0;
  }
}
.p_itm_product .del_btn .del:after {
  content: "×";
  font-size: 20px;
}
.p_itm .c_list__other {
  margin-top: 50px;
  padding-right: clamp(
      0rem,
      20.0892857143vw + -9.6428571429rem,
      8.4375rem
  );
}
@media print, screen and (max-width: 767px) {
  .p_itm .c_pagination {
    display: none;
  }
}
.p_itm .c_pagination__content {
  position: relative;
  left: 0;
  margin-top: 0;
  padding-top: 0;
  width: 100%;
  border-top: 1px solid #e5e5e5;
}
.p_itm .c_pagination__item.prev, .p_itm .c_pagination__item.next {
  width: 120px;
}
.p_itm .c_pagination__item.prev {
  margin-right: 0;
}
.p_itm .c_pagination__link {
  border-top: 0;
}
.p_itm .c_infomation {
  margin-top: 160px;
}
.p_itm .pager_bottom {
  display: none;
}
@media print, screen and (max-width: 767px) {
  .p_itm .pager_bottom {
    display: block;
  }
}

.item_detail__search {
  display: none;
}
@media screen and (max-width: 1023px) {
  .item_detail__search {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 13;
    display: block;
    transition: left 0.7s cubic-bezier(0.26, 0.63, 0, 0.99);
  }
}
.item_detail__search .p_itm_sidebar {
  position: absolute;
  top: 0;
  left: -305px;
  padding-top: 81px;
  padding-bottom: 0;
  width: 305px;
  border-right: solid 1px #e5e5e5;
  transition: left 0.7s cubic-bezier(0.26, 0.63, 0, 0.99);
}
.item_detail__search .p_itm_sidebar.open {
  left: 0;
}
@media screen and (max-width: 767px) {
  .item_detail__search .p_itm_sidebar {
    left: -100vw;
    width: 100vw;
  }
}
.item_detail__search .p_itm_sidebar .p_itm_sidebar__container {
  position: absolute;
  padding: 50px 50px 40px;
}
@media screen and (max-width: 767px) {
  .item_detail__search .p_itm_sidebar .p_itm_sidebar__container {
    padding: 30px 30px 40px;
  }
}

/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p_ladys {
  overflow: hidden;
}
.p_ladys .c_ttl_en40 {
  font-weight: 200;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.p_ladys_brands .c_mv03__ttl {
  white-space: nowrap;
}
.p_ladys .c_ttl_en50 {
  font-weight: 100;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.p_ladys .c_ttl_en60 {
  font-weight: 100;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.p_ladys .c_box02__head {
  margin-bottom: 68px;
}
.p_ladys .c_box02__head .c_ttl_en40 {
  margin-left: 4px;
}
.p_ladys .c_box02__head .c_ttl_en50 {
  position: relative;
  top: 11px;
  margin-right: 5px;
}
@media print, screen and (max-width: 1279px) {
  .p_ladys .c_box02__head .c_ttl_en50 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p_ladys .c_box02__head .c_ttl_en50 {
    margin: 0 0 40px;
    font-size: 35px;
  }
}
.p_ladys__ttl {
  position: absolute;
  bottom: clamp(
      0.9375rem,
      3.2738095238vw + -0.6339285714rem,
      2.3125rem
  );
  left: clamp(
      1.625rem,
      1.9345238095vw + 0.6964285714rem,
      2.4375rem
  );
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p_ladys__ttl {
    left: 20px;
  }
}
.p_ladys__ttl__en {
  display: block;
  margin-bottom: 12px;
  font-size: 2.5vw;
  font-family: classico-urw, sans-serif;
  line-height: 1.4583333333;
}
@media screen and (max-width: 1179px) {
  .p_ladys__ttl__en {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .p_ladys__ttl__en {
    margin-bottom: 6px;
    font-size: 20px;
  }
}
.p_ladys__ttl__jp {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8em;
}
@media screen and (max-width: 1279px) {
  .p_ladys__ttl__jp {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p_ladys__ttl__jp {
    padding: 0 80px 0 0;
    font-size: 13px;
  }
}
.p_ladys__mv {
  position: relative;
  overflow: hidden;
  padding: 60px 50px;
}
@media screen and (max-width: 1279px) {
  .p_ladys__mv {
    padding: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .p_ladys__mv {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p_ladys__mv {
    margin-top: 0;
    padding: 30px;
  }
}
.p_ladys__mv::after {
  position: absolute;
  bottom: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 77%;
  background-color: #e1ded7;
  content: "";
}
.p_ladys__mv::before {
  position: absolute;
  bottom: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e1ded7;
  content: "";
}
.p_ladys__mv__inner {
  position: relative;
  padding: 0;
  color: #fefefe;
}
.p_ladys__mv__inner .c_slider02__item a {
  position: relative;
  display: block;
}
.p_ladys__mv__inner .c_slider02__item a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 1000%;
  height: 200px;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
}
.p_ladys__mv__inner .c_slider02__pagination {
  position: absolute;
  bottom: -30px;
  left: 0;
  display: flex;
  width: 100% !important;
}
@media screen and (max-width: 1279px) {
  .p_ladys__mv__inner .c_slider02__pagination {
    bottom: -22px;
  }
}
@media screen and (max-width: 1023px) {
  .p_ladys__mv__inner .c_slider02__pagination {
    bottom: -20px;
  }
}
@media screen and (max-width: 767px) {
  .p_ladys__mv__inner .c_slider02__pagination {
    bottom: -14px;
  }
}
.p_ladys__mv__inner .c_slider02__pagination .swiper-pagination-bullet {
  margin: 0 15px 0 0 !important;
  width: 6px;
  height: 6px;
  border-radius: 100% !important;
  background-color: #000000 !important;
  opacity: 1 !important;
}
@media screen and (max-width: 767px) {
  .p_ladys__mv__inner .c_slider02__pagination .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
  }
}
.p_ladys__mv__inner .c_slider02__pagination .swiper-pagination-bullet-active {
  background-color: #ababab !important;
}
.p_ladys__mv .c_slider02__arrows {
  position: absolute;
  right: 0;
  bottom: 0;
  height: clamp(
      3.75rem,
      5.2083333333vw + 1.25rem,
      5.9375rem
  );
}
.p_ladys__mv .c_slider02__arrows__prev, .p_ladys__mv .c_slider02__arrows__next {
  padding: clamp(
      0.625rem,
      1.7857142857vw + -0.2321428571rem,
      1.375rem
  ) 0;
  background: #ffffff;
}
.p_ladys__mv .c_slider02__arrows__prev {
  padding-left: 10px;
}
.p_ladys__mv .c_slider02__arrows__next {
  padding-right: 10px;
}
.p_ladys__mv__txt {
  position: absolute;
  top: 0;
  left: calc(77.2% - clamp(
      0rem,
      -14.880952381vw + 13.3928571429rem,
      6.25rem
  ));
  z-index: 2;
  display: flex;
  color: #ffffff;
  font-size: 2.4vw;
  transform: rotate(90deg);
  mix-blend-mode: difference;
}
@media screen and (max-width: 1023px) {
  .p_ladys__mv__txt {
    left: 72%;
    font-size: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .p_ladys__mv__txt {
    left: 64%;
    display: none;
    font-size: 16px;
  }
}
.p_ladys__mv__txt p {
  flex-shrink: 0;
  padding-right: 0.5em;
  font-family: classico-urw, sans-serif;
  transform-origin: top left;
  -webkit-animation: mv_txt_scroll 30s linear 0s infinite;
          animation: mv_txt_scroll 30s linear 0s infinite;
}
.p_ladys01 {
  padding: clamp(
      6.25rem,
      4.4642857143vw + 4.1071428571rem,
      8.125rem
  ) 0 clamp(
      6.25rem,
      3.7202380952vw + 4.4642857143rem,
      7.8125rem
  ) 0;
}
@media screen and (max-width: 767px) {
  .p_ladys01 {
    padding: 50px 0;
  }
}
.p_ladys01__inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p_ladys01__inner {
    display: block;
  }
}
.p_ladys01__txt {
  padding-bottom: 14px;
  letter-spacing: 0;
  font-size: 0.75rem;
  line-height: 1.9166666667;
}
@media screen and (max-width: 767px) {
  .p_ladys01__txt {
    padding-bottom: 0;
  }
}
.p_ladys01 .c_title01 {
  margin-bottom: -4px;
  white-space: nowrap;
  font-size: 1.875rem;
  font-family: classico-urw, sans-serif;
}
.p_ladys01 .c_slider03 {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.p_ladys01 .c_slider03__item {
  overflow: hidden;
  padding: 0;
  border-radius: 0;
  background-color: unset;
  cursor: pointer;
}
.p_ladys01 .c_slider03__item:hover {
  opacity: 1;
}
.p_ladys01 .c_slider03__item img {
  border-radius: 0;
  transition: 0.5s;
}
.p_ladys01__list {
  display: flex;
  margin-bottom: 15px;
}
.p_ladys01__list__ttl {
  flex-shrink: 0;
  padding-right: 10px;
  width: 98px;
  color: #070707;
  font-size: 0.75rem;
  line-height: 2;
}
.p_ladys01__list__content {
  width: calc(100% - 98px);
  color: #070707;
  font-size: 0.75rem;
  line-height: 2;
}
.p_ladys01__list01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: clamp(
      -0.1875rem,
      -0.4464285714vw + 0.2142857143rem,
      0rem
  );
  padding-top: 18px;
  padding-right: 16px;
}
.p_ladys01__list01__date {
  padding-right: 10px;
  padding-right: 20px;
  width: 50%;
  color: #272727;
  letter-spacing: 0.075em;
  font-weight: 400;
  font-size: 0.75rem;
  font-family: classico-urw, sans-serif;
  line-height: 1.8;
}
.p_ladys01__list01__content {
  width: 50%;
  color: #272727;
  text-align: right;
  letter-spacing: 0.075em;
  font-size: 0.875rem;
  font-family: classico-urw, sans-serif;
  line-height: 1.8;
}
.p_ladys01__list01__link {
  text-decoration: underline;
  font-size: 1rem;
  font-family: classico-urw, sans-serif;
  text-underline-offset: 3px;
}
.p_ladys01__list01__link:hover {
  text-decoration: none;
}
.p_ladys01__left {
  padding: clamp(
      0rem,
      2.8273809524vw + -1.3571428571rem,
      1.1875rem
  ) clamp(
      1.25rem,
      2.9761904762vw + -0.1785714286rem,
      2.5rem
  ) 0 clamp(
      2.5rem,
      5.9523809524vw + -0.3571428571rem,
      5rem
  );
  width: clamp(
      20.625rem,
      7.4404761905vw + 17.0535714286rem,
      23.75rem
  );
}
@media screen and (max-width: 767px) {
  .p_ladys01__left {
    position: relative;
    margin: 0 0 30px;
    padding: 0 30px;
    width: 100%;
  }
}
.p_ladys01__left .c_slider03__arrows {
  padding-top: 36px;
}
@media screen and (max-width: 767px) {
  .p_ladys01__left .c_slider03__arrows {
    position: absolute;
    right: 30px;
    bottom: 0;
    padding-top: 0;
  }
}
.p_ladys01__left .c_slider03__arrows__prev, .p_ladys01__left .c_slider03__arrows__next {
  position: relative;
}
.p_ladys01__left .c_slider03__arrows__prev {
  margin-right: 23px;
  margin-left: -10px;
}
.p_ladys01__left .icon {
  position: absolute;
  width: 100%;
  height: 100%;
}
.p_ladys01__left .icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  width: 10px;
  height: 15px;
  height: 10px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  content: "";
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p_ladys01__right {
  overflow: hidden;
  width: calc(120% - clamp(
      20.625rem,
      7.4404761905vw + 17.0535714286rem,
      23.75rem
  ));
  transform: translateX(4.5%);
}
@media screen and (max-width: 767px) {
  .p_ladys01__right {
    width: 100%;
    transform: inherit;
  }
}
.p_ladys01__right .c_slider03 {
  margin-right: -80px;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .p_ladys01__right .c_slider03 {
    margin-right: 0;
  }
}
.p_ladys02__inner {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .p_ladys02__inner {
    display: block;
    border-bottom: none;
  }
}
.p_ladys02__img {
  width: 42%;
}
@media print, screen and (max-width: 1279px) {
  .p_ladys02__img {
    width: 500px;
  }
}
@media screen and (max-width: 1023px) {
  .p_ladys02__img {
    width: 250px;
  }
  .p_ladys02__img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media print, screen and (max-width: 767px) {
  .p_ladys02__img {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (max-width: 767px) and (max-width: 767px) {
  .p_ladys02__img img {
    width: 100%;
    height: auto;
  }
}
.p_ladys02__content {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: flex-start;
  width: 58%;
}
@media print, screen and (max-width: 1279px) {
  .p_ladys02__content {
    width: calc(100% - 500px);
  }
}
@media screen and (max-width: 1023px) {
  .p_ladys02__content {
    padding: 70px 0;
    width: calc(100% - 250px);
  }
}
@media screen and (max-width: 767px) {
  .p_ladys02__content {
    position: relative;
    padding: 30px 0 50px;
    width: 100%;
  }
}
.p_ladys02__content .c_slider01 {
  position: relative;
}
.p_ladys02__content .c_slider01__img {
  margin-bottom: 23px;
}
@media screen and (max-width: 1023px) {
  .p_ladys02__content .c_slider01__img {
    margin: 0 auto 23px;
    max-width: 210px;
  }
}
.p_ladys02__content .c_slider01__txt {
  margin: 0 auto;
  font-weight: 500;
}
.p_ladys02__content .c_slider01 .c_slider01__item {
  padding: 0 0 0 70px;
}
@media print, screen and (max-width: 1279px) {
  .p_ladys02__content .c_slider01 .c_slider01__item {
    padding: 0 0 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .p_ladys02__content .c_slider01 .c_slider01__item {
    padding: 0;
  }
}
.p_ladys02__content .c_slider01 .c_slider01__img {
  padding: 0;
}
.p_ladys02__content .c_slider01 .c_slider01__price {
  margin: 0 auto;
  padding-top: 10px;
}
.p_ladys02__ttl {
  margin-bottom: 5px;
  padding: 0 70px;
  font-size: 13px;
  font-family: classico-urw, sans-serif;
  line-height: 1.2em;
}
@media print, screen and (max-width: 1279px) {
  .p_ladys02__ttl {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .p_ladys02__ttl {
    padding: 0 30px;
  }
}
.p_ladys02__txt {
  padding: 0 70px 80px;
  font-size: 36px;
  font-family: classico-urw, sans-serif;
  line-height: 1.2em;
}
@media print, screen and (max-width: 1439px) {
  .p_ladys02__txt {
    padding: 0 70px 50px;
  }
}
@media print, screen and (max-width: 1279px) {
  .p_ladys02__txt {
    padding: 0 50px 50px;
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p_ladys02__txt {
    padding: 0 30px 30px;
    font-size: 26px;
  }
}
.p_ladys02 .c_slider01__arrows {
  display: flex;
  margin-top: 20px;
  margin-left: 70px;
  border: none;
}
@media screen and (max-width: 1279px) {
  .p_ladys02 .c_slider01__arrows {
    margin-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p_ladys02 .c_slider01__arrows {
    display: none;
  }
}
.p_ladys02 .c_slider01__arrows__prev, .p_ladys02 .c_slider01__arrows__next {
  transition: all 0.5s;
}
.p_ladys02 .c_slider01__arrows__prev {
  margin-right: 46px;
  margin-left: 0;
  width: 32px;
  height: 32px;
  border: none;
  transform: none;
}
.p_ladys02 .c_slider01__arrows__next {
  width: 32px;
  height: 32px;
  border: none;
  transform: none;
}
.p_ladys02 .js_slider02 {
  width: 100%;
}
.p_ladys__txt24 {
  margin-bottom: -3px;
  margin-left: 5px;
  font-size: 24px;
  font-family: classico-urw, sans-serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p_ladys__txt24 {
    margin-left: 0;
  }
}
.p_ladys03 {
  padding-top: clamp(
      3.75rem,
      4.4642857143vw + 1.6071428571rem,
      5.625rem
  );
}
@media screen and (max-width: 767px) {
  .p_ladys03 {
    padding-top: 0;
  }
}
.p_ladys03 .c_box02__head {
  margin-bottom: 62px;
}
.p_ladys03 .c_box02__head .c_ttl_en50 {
  margin-right: 0;
  font-family: classico-urw, sans-serif;
}
@media screen and (max-width: 767px) {
  .p_ladys03 .c_box02__head .c_box02__head__inner {
    align-items: center;
    flex-direction: column-reverse;
    justify-content: center;
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p_ladys03 .c_slider01 {
    margin: 0 -30px;
  }
}
.p_ladys03 .c_slider01__img {
  margin-bottom: 50px;
}
.p_ladys03 .c_slider01__txt {
  padding-left: 6px;
}
.p_ladys03 .c_slider01__price {
  padding-top: 40px;
  padding-left: 6px;
}
@media screen and (max-width: 767px) {
  .p_ladys03 .c_slider01__price {
    padding-top: 18px;
  }
}
.p_ladys03 .c_slider01__arrows {
  position: relative;
  margin-top: 60px;
}
@media print, screen and (max-width: 767px) {
  .p_ladys03 .c_slider01__arrows {
    margin-top: 20px;
    height: 50px;
  }
}
@media print, screen and (max-width: 767px) {
  .p_ladys03 .c_slider01__arrows .c_slider01__arrows__inner {
    display: none;
  }
}
.p_ladys03 .c_slider01__arrows .arrows__more {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 194px;
  height: 50px;
  text-align: center;
  font-size: 0.875rem;
  font-family: classico-urw, sans-serif;
  transition: 0.5s;
}
@media print, screen and (max-width: 767px) {
  .p_ladys03 .c_slider01__arrows .arrows__more {
    padding-right: 30px;
    padding-left: 40px;
    width: auto;
    height: 50px;
  }
}
.p_ladys03 .c_slider01__arrows .arrows__more::after {
  position: absolute;
  top: 0;
  left: 8px;
  width: 1px;
  height: 100%;
  background-color: #e5e5e5;
  content: "";
  transform: skewX(-24deg);
}
.p_ladys04 {
  padding-top: 50px;
}
.p_ladys04 .c_box02__head .c_ttl_en40 {
  margin-left: 2px;
}
.p_ladys04__inner {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .p_ladys04__inner {
    display: block;
  }
}
.p_ladys04 .c_slider01__img {
  margin-bottom: 33px;
}
.p_ladys04 .c_slider01__txt {
  padding-left: 6px;
}
.p_ladys04 .c_slider01__price {
  padding-top: 44px;
  padding-left: 6px;
}
@media screen and (max-width: 767px) {
  .p_ladys04 .c_slider01__price {
    padding-top: 18px;
  }
}
.p_ladys04 .c_slider01__arrows {
  margin-top: clamp(
      2.5rem,
      4.7619047619vw + 0.2142857143rem,
      4.5rem
  );
}
.p_ladys04 .c_box02__head {
  margin-bottom: 0;
}
.p_ladys04 .c_box02__head__inner {
  padding-left: 74px;
}
@media screen and (max-width: 767px) {
  .p_ladys04 .c_box02__head__inner {
    justify-content: center;
    padding-left: 0;
  }
}
.p_ladys04 .c_box02__content {
  position: relative;
  box-sizing: border-box;
  padding-top: 68px;
  padding-bottom: 100px;
  height: calc(100% - 60px);
}
@media screen and (max-width: 767px) {
  .p_ladys04 .c_box02__content {
    padding-bottom: 80px;
    height: auto;
  }
}
.p_ladys04 .c_slider01 {
  margin: 0 auto;
  padding: 0 80px 0 0;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .p_ladys04 .c_slider01 {
    padding: 0 50px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p_ladys04 .c_slider01 {
    padding: 0;
  }
}
.p_ladys04 .c_slider01__arrows {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
@media print, screen and (max-width: 767px) {
  .p_ladys04 .c_slider01__arrows {
    margin-top: 20px;
    height: 50px;
  }
}
.p_ladys04 .c_slider01__arrows__inner {
  padding: 0 80px;
}
@media screen and (max-width: 1279px) {
  .p_ladys04 .c_slider01__arrows__inner {
    padding: 0 50px;
  }
}
@media print, screen and (max-width: 767px) {
  .p_ladys04 .c_slider01__arrows__inner {
    display: none;
  }
}
.p_ladys04 .c_slider01__arrows .arrows__more {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 194px;
  height: 50px;
  text-align: center;
  font-size: 0.875rem;
  font-family: classico-urw, sans-serif;
  transition: 0.5s;
}
@media print, screen and (max-width: 1359px) {
  .p_ladys04 .c_slider01__arrows .arrows__more {
    width: 164px;
  }
}
@media print, screen and (max-width: 1023px) {
  .p_ladys04 .c_slider01__arrows .arrows__more {
    padding: 0 0 0 10px;
    width: 120px;
  }
}
@media print, screen and (max-width: 767px) {
  .p_ladys04 .c_slider01__arrows .arrows__more {
    padding-right: 30px;
    padding-left: 40px;
    width: auto;
    height: 50px;
  }
}
.p_ladys04 .c_slider01__arrows .arrows__more::after {
  position: absolute;
  top: 0;
  left: 8px;
  width: 1px;
  height: 100%;
  background-color: #e5e5e5;
  content: "";
  transform: skewX(-24deg);
}
.p_ladys04 .c_slider01 .c_slider01__item {
  padding: 0 0 0 80px;
}
@media screen and (max-width: 1279px) {
  .p_ladys04 .c_slider01 .c_slider01__item {
    padding: 0 0 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .p_ladys04 .c_slider01 .c_slider01__item {
    padding: 0;
  }
}
.p_ladys04__left {
  position: relative;
  box-sizing: border-box;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p_ladys04__left {
    width: 100%;
  }
}
.p_ladys04__left .c_slider01__arrows {
  border-right: 1px solid #e5e5e5;
}
.p_ladys04__left .c_box02__content::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: calc(100% - 50px);
  background-color: #e5e5e5;
  content: "";
}
@media screen and (max-width: 767px) {
  .p_ladys04__left .c_box02__content::after {
    display: none;
  }
}
.p_ladys04__right {
  position: relative;
  box-sizing: border-box;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p_ladys04__right {
    padding-top: 50px;
    width: 100%;
  }
}
.p_ladys05 {
  padding-top: clamp(
      3.75rem,
      5.6547619048vw + 1.0357142857rem,
      6.125rem
  );
}
@media screen and (max-width: 767px) {
  .p_ladys05 {
    padding-top: 30px;
  }
}
.p_ladys05__content {
  display: flex;
  justify-content: space-between;
  gap: clamp(
      1.25rem,
      1.4880952381vw + 0.5357142857rem,
      1.875rem
  );
}
@media screen and (max-width: 767px) {
  .p_ladys05__content {
    display: block;
  }
}
.p_ladys05__item {
  width: 47.9166666667%;
}
@media screen and (max-width: 767px) {
  .p_ladys05__item {
    width: 100%;
  }
}
.p_ladys05 .ttl {
  padding: clamp(
      1.5625rem,
      2.380952381vw + 0.4196428571rem,
      2.5625rem
  ) clamp(
      0.625rem,
      4.1666666667vw + -1.375rem,
      2.375rem
  ) 0 clamp(
      0.625rem,
      2.8273809524vw + -0.7321428571rem,
      1.8125rem
  );
  text-align: justify;
  font-weight: 500;
  line-height: 2.0714285714;
}
@media screen and (max-width: 767px) {
  .p_ladys05 .ttl {
    margin: 0 0 30px;
    padding: 10px 0 0;
    font-size: 13px;
  }
}
.p_ladys06 {
  padding-top: clamp(
      3.75rem,
      5.6547619048vw + 1.0357142857rem,
      6.125rem
  );
}
@media print, screen and (max-width: 767px) {
  .p_ladys06 {
    padding-top: 0;
  }
}
.p_ladys06__ttl {
  text-align: center;
  font-size: 1.875rem;
  font-family: classico-urw, sans-serif;
}
.p_ladys06__swiper {
  overflow: visible;
  padding-top: 70px;
  width: 100%;
}
.p_ladys06__item {
  position: relative;
  transition: 0.6s ease;
  transform: translate(0, -25px) !important;
}
.p_ladys06__item:nth-child(even) {
  transform: translate(0, 25px) !important;
}
.p_ladys06__item:nth-child(even) .number {
  top: -17px;
  right: -20px;
}
.p_ladys06__item .img {
  overflow: hidden;
  border: #e5e5e5 solid 1px;
  border-radius: 100%;
}
.p_ladys06__item .number {
  position: absolute;
  top: -17px;
  right: -20px;
  font-weight: 200;
  font-size: clamp(
      1.5rem,
      2.4449404762vw + 0.3264285714rem,
      2.526875rem
  );
  font-family: "Barlow Semi Condensed", sans-serif;
}
.p_ladys06__arrows {
  display: flex;
  margin: 0 auto;
  margin-top: clamp(
      1.5625rem,
      2.380952381vw + 0.4196428571rem,
      2.5625rem
  );
  width: 100px;
  gap: 18px;
}
@media screen and (max-width: 1023px) {
  .p_ladys06__arrows {
    margin-top: 40px;
  }
}
.p_ladys06__prev, .p_ladys06__next {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.5s;
}
.p_ladys06__prev .icon_arrow, .p_ladys06__next .icon_arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.p_ladys06__prev:hover {
  transform: translateX(-5px);
}
.p_ladys06__prev .icon_arrow {
  transform: translate(-50%, -50%) rotate(135deg);
}
.p_ladys06__next:hover {
  transform: translateX(5px);
}
.p_ladys06__next .icon_arrow {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p_ladys07 {
  padding: 80px 0 100px;
  border-bottom: 1px solid #e5e5e5;
}
@media print, screen and (max-width: 767px) {
  .p_ladys07 {
    padding: 50px 0;
  }
}
.p_ladys07 .c_title01__en {
  font-size: 1.5rem;
}
.p_ladys07 .c_title01__jp {
  font-size: 0.875rem;
  font-family: classico-urw, sans-serif;
}
.p_ladys07 .icon {
  position: relative;
  top: -7px;
  display: inline-block;
  margin-right: 11px;
  width: 21px;
}
.p_ladys07 .icon img {
  width: 21px;
  height: 21px;
}
.p_ladys07__content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 0 -10px;
  padding-top: 38px;
}
@media screen and (max-width: 1023px) {
  .p_ladys07__content {
    flex-wrap: wrap;
  }
}
.p_ladys07__item {
  box-sizing: border-box;
  padding: 0 0 0 10px;
  width: 12.5%;
}
@media screen and (max-width: 1023px) {
  .p_ladys07__item {
    padding: 0 0 10px 10px;
    width: 25%;
  }
}
.p_ladys07__item a {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  aspect-ratio: 1/1;
}
.p_ladys07__item a img {
  width: 100%;
  height: auto;
}
.p_ladys08 {
  padding-bottom: clamp(
      5rem,
      11.1607142857vw + -0.3571428571rem,
      9.6875rem
  );
}
@media screen and (max-width: 767px) {
  .p_ladys08 {
    padding-bottom: 50px;
  }
}
.p_ladys08__content {
  position: relative;
  margin: 6px auto 0;
  padding: 0 80px;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .p_ladys08__content {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .p_ladys08__content {
    padding: 0 30px;
  }
}
.p_ladys08 .swiper {
  overflow: visible !important;
}
.p_ladys08 .swiper_bar.swiper_bar__inner {
  align-items: stretch;
}
.p_ladys08 .swiper_bar__arrows {
  position: absolute;
  right: 70px;
  bottom: -10px;
  display: flex;
  width: 100px;
  gap: 18px;
}
@media screen and (max-width: 1279px) {
  .p_ladys08 .swiper_bar__arrows {
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p_ladys08 .swiper_bar__arrows {
    display: none;
  }
}
.p_ladys08 .swiper_bar__prev, .p_ladys08 .swiper_bar__next {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: 0.5s;
}
.p_ladys08 .swiper_bar__prev .icon_arrow, .p_ladys08 .swiper_bar__next .icon_arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.p_ladys08 .swiper_bar__prev:hover {
  transform: translateX(-5px);
}
.p_ladys08 .swiper_bar__prev .icon_arrow {
  transform: translate(-50%, -50%) rotate(135deg);
}
.p_ladys08 .swiper_bar__next:hover {
  transform: translateX(5px);
}
.p_ladys08 .swiper_bar__next .icon_arrow {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p_ladys08 .swiper_bar__pagination {
  position: relative;
  left: -2px;
  display: flex;
  margin-top: 48px;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .p_ladys08 .swiper_bar__pagination {
    justify-content: center;
  }
}
.p_ladys08 .swiper_bar__pagination .swiper-pagination-bullet {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #ababab !important;
  opacity: 1 !important;
}
.p_ladys08 .swiper_bar__pagination .swiper-pagination-bullet-active {
  background-color: #000000 !important;
}
.p_ladys08__item {
  display: flex;
  align-items: center;
  align-items: stretch;
  justify-content: space-between;
  padding: 50px;
  height: auto;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  gap: 20px;
}
@media print, screen and (max-width: 1279px) {
  .p_ladys08__item {
    flex-direction: column-reverse;
    justify-content: flex-end;
    padding: 50px;
  }
}
@media print, screen and (max-width: 1179px) {
  .p_ladys08__item {
    padding: 30px 30px 50px;
  }
}
@media screen and (max-width: 767px) {
  .p_ladys08__item {
    padding: 20px;
  }
}
.p_ladys08 .c_ttl_line100 {
  margin: 0 auto -10px;
  margin-right: 0;
  padding: 0 80px;
  text-align: right;
  line-height: 1;
}
@media print, screen and (max-width: 1279px) {
  .p_ladys08 .c_ttl_line100 {
    padding: 0;
  }
}
.p_ladys08 .c_ttl_line100 .ttl {
  display: inline-block;
  color: #000000;
  font-size: 36px;
  font-family: classico-urw, sans-serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p_ladys08 .c_ttl_line100 .ttl {
    font-size: 32px;
  }
}
.p_ladys08 .desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 420px);
}
@media print, screen and (max-width: 1279px) {
  .p_ladys08 .desc {
    width: 100%;
  }
}
.p_ladys08 .tag {
  padding-bottom: 15px;
  font-weight: 300;
  font-size: 1.5rem;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.p_ladys08 .ttl {
  font-size: 15px;
  line-height: 1.8em;
}
@media screen and (max-width: 1439px) {
  .p_ladys08 .ttl {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p_ladys08 .ttl {
    font-size: 13px;
  }
}
.p_ladys08 .sub {
  font-family: classico-urw, sans-serif;
}
.p_ladys08 .icon {
  display: flex;
  padding-top: 15px;
}
.p_ladys08 .icon img {
  width: 22px;
}
.p_ladys08 .img {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  width: 370px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  aspect-ratio: 16/9;
}
@media print, screen and (max-width: 1279px) {
  .p_ladys08 .img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p_ladys08 .img {
    border-radius: 4px;
  }
}
.p_ladys08 .img img, .p_ladys08 .img iframe {
  width: 100%;
  transition: all 0.5s;
}
a .p_ladys08 .img img:focus, a .p_ladys08 .img iframe:focus {
  outline: 0;
}
.p_ladys__banner {
  position: relative;
  margin-top: -76px;
  margin-bottom: 128px;
}
.p_ladys__banner::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 20px;
  background-color: #ffffff;
  content: "";
}

@-webkit-keyframes mv_txt_scroll {
  to {
    transform: translateX(-100%);
  }
}

@keyframes mv_txt_scroll {
  to {
    transform: translateX(-100%);
  }
}
/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p_ladys__talking__content {
  padding-top: 60px;
  padding-bottom: clamp(
      4.375rem,
      5.8035714286vw + 1.5892857143rem,
      6.8125rem
  );
}
@media screen and (max-width: 1023px) {
  .p_ladys__talking__content {
    padding-top: 40px;
  }
}
.p_ladys__talking__content .c_ttl_en30 {
  margin-bottom: 41px;
}
.p_ladys__talking__content .sub {
  padding-bottom: 27px;
  font-size: 0.75rem;
  font-family: classico-urw, sans-serif;
}
.p_ladys__talking__end {
  padding-top: clamp(
      4.5rem,
      5.505952381vw + 1.8571428571rem,
      6.8125rem
  );
}
.p_ladys__talking .c_mv02 .ttl_en {
  padding-bottom: clamp(
      1.25rem,
      2.6785714286vw + -0.0357142857rem,
      2.375rem
  );
  font-size: 22px;
  font-family: classico-urw, sans-serif;
}
@media screen and (max-width: 767px) {
  .p_ladys__talking .c_mv02 .ttl_en {
    padding-bottom: 20px;
    font-size: 26px;
    line-height: 1;
  }
}
.p_ladys__talking .c_mv02__inner {
  align-items: center;
  flex-direction: row-reverse;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p_ladys__talking .c_mv02__inner {
    display: block;
  }
}
.p_ladys__talking .c_mv02__left {
  width: 66.5%;
}
@media screen and (max-width: 767px) {
  .p_ladys__talking .c_mv02__left {
    margin: 0 0 20px;
    width: 100%;
  }
}
.p_ladys__talking .c_mv02__right {
  padding: 0 80px 0 0;
  width: 43.5%;
}
@media print, screen and (max-width: 1279px) {
  .p_ladys__talking .c_mv02__right {
    padding: 0 50px 0 0;
  }
}
@media print, screen and (max-width: 1023px) {
  .p_ladys__talking .c_mv02__right {
    padding: 0 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p_ladys__talking .c_mv02__right {
    padding: 0;
    width: 100%;
  }
}
.p_ladys__talking .c_mv02__right .sub {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  gap: 9px;
}
.p_ladys__talking .c_mv02__right .sub_txt {
  color: #070707;
  font-family: classico-urw, sans-serif;
}
@media screen and (max-width: 767px) {
  .p_ladys__talking .c_mv02__right .ttl_en {
    display: none;
  }
}
.p_ladys__talking .c_mv02__right img {
  width: 22px;
}
.p_ladys__talking .c_mv02__ttl {
  margin-bottom: 24px;
  color: #070707;
  letter-spacing: 0.054em;
  font-weight: 500;
  font-size: 18px;
  line-height: 2em;
}
@media screen and (max-width: 1439px) {
  .p_ladys__talking .c_mv02__ttl {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 1023px) {
  .p_ladys__talking .c_mv02__ttl {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.p_ladys__talking .ttl_24 {
  font-size: 1.5rem;
  font-family: classico-urw, sans-serif;
}
.p_ladys__talking .c_video {
  overflow: hidden;
  padding: 0;
  border-radius: 10px;
  background-color: #ffffff;
}
@media print, screen and (max-width: 1023px) {
  .p_ladys__talking .c_video {
    border-radius: 5px;
  }
}
.p_ladys__talking .c_video a {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border: #e5e5e5 solid 1px;
  aspect-ratio: 16/9;
}
.p_ladys__talking .c_video img, .p_ladys__talking .c_video iframe {
  width: 100%;
  height: auto;
  border-radius: 12px;
  transition: all 0.5s;
}
.p_ladys__talking .c_video img:focus, .p_ladys__talking .c_video iframe:focus {
  outline: 0;
}
.p_ladys__talking .c_list06 {
  padding-top: 30px;
  grid-gap: 50px;
}
@media print, screen and (max-width: 1023px) {
  .p_ladys__talking .c_list06 {
    grid-gap: 30px;
  }
}
.p_ladys__talking .c_list06__content {
  padding: clamp(
      1.25rem,
      1.9345238095vw + 0.3214285714rem,
      2.0625rem
  ) clamp(
      0.625rem,
      1.3392857143vw + -0.0178571429rem,
      1.1875rem
  ) 0;
}
.p_ladys__talking .c_list06__ttl {
  margin-bottom: 8px;
  letter-spacing: 0.054em;
  font-size: 15px;
  line-height: 1.8em;
}
@media screen and (max-width: 1439px) {
  .p_ladys__talking .c_list06__ttl {
    font-size: 14px;
  }
}
.p_ladys__talking .c_list06__date {
  position: absolute;
  bottom: 0;
  left: clamp(
      0.625rem,
      1.3392857143vw + -0.0178571429rem,
      1.1875rem
  );
}
.p_ladys__talking .c_list06__link {
  position: relative;
  display: block;
  padding-bottom: 30px;
  height: 100%;
}
.p_ladys__talking .c_list06__link .c_video {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  border: #e5e5e5 solid 1px;
  pointer-events: none;
  aspect-ratio: 16/9;
}
.p_ladys__talking .c_list06__link .c_video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_ladys__talking .c_list06__link .c_video:focus {
  outline: 0;
}
.p_ladys__talking .c_mv02 {
  padding-top: 110px;
  padding-bottom: 0;
  background-color: #ffffff;
}
@media print, screen and (max-width: 1023px) {
  .p_ladys__talking .c_mv02 {
    padding-top: 70px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p_ladys__talking .c_mv02 {
    padding-top: 30px;
  }
}
.p_ladys__talking .c_pagination {
  margin-bottom: 0;
  margin-left: 0;
  width: 100% .p_ladys__talking .c_pagination __content;
  width-padding-top: 0;
  width-width: 100%;
}
.p_ladys__talking .c_pagination__link {
  width: 100%;
}
.p_ladys__talking .c_pagination__item.prev {
  width: 100%;
}
.p_ladys__talking .c_pagination__item.next {
  width: 100%;
}
.p_ladys__talking .c_dots {
  padding-right: 10px;
}

/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p_add__ttl {
  padding-bottom: 36px;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p_add__ttl {
    padding-bottom: 20px;
    font-size: 18px;
  }
}
.p_add__content {
  margin: 0 auto;
  padding: 0;
  max-width: 810px;
  width: 100%;
}
.p_add .c_form {
  padding-top: clamp(
      0.625rem,
      4.0178571429vw + -1.3035714286rem,
      2.3125rem
  );
  padding-bottom: clamp(
      3.75rem,
      17.7083333333vw + -4.75rem,
      11.1875rem
  );
}
.p_add .c_form .item04 {
  margin-top: clamp(
      1.6875rem,
      2.8273809524vw + 0.3303571429rem,
      2.875rem
  );
}
.p_add .c_form .item05 {
  margin-top: clamp(
      1.6875rem,
      4.1666666667vw + -0.3125rem,
      3.4375rem
  );
}
.p_add .c_form__submit {
  margin: 54px auto 0;
  max-width: 190px;
}
@media screen and (max-width: 767px) {
  .p_add .c_form__submit {
    margin: 40px auto 0;
    max-width: inherit;
  }
}
.p_add .c_form__submit button {
  height: 50px;
  font-weight: 500;
  font-size: 0.75rem;
}

/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p_ladys_stylebookdetail {
  padding-top: 0;
}
.p_ladys_stylebookdetail .c_mvdetail {
  padding-bottom: 100px;
  background-color: rgba(175, 168, 150, 0.08);
}
@media screen and (max-width: 767px) {
  .p_ladys_stylebookdetail .c_mvdetail {
    padding-bottom: 50px;
  }
}
.p_ladys_stylebookdetail .c_mvdetail__content {
  padding-top: clamp(
      3.125rem,
      4.0178571429vw + 1.1964285714rem,
      4.8125rem
  );
}
@media screen and (max-width: 767px) {
  .p_ladys_stylebookdetail .c_mvdetail__content {
    padding-top: 30px;
  }
}
.p_ladys_stylebookdetail .c_mvdetail__content .c_tags01 {
  padding-top: 47px;
}
@media screen and (max-width: 767px) {
  .p_ladys_stylebookdetail .c_mvdetail__content .c_tags01 {
    padding-top: 20px;
  }
}
.p_ladys_stylebookdetail .c_mvdetail__ttl {
  letter-spacing: 0.054em;
}
@media screen and (max-width: 767px) {
  .p_ladys_stylebookdetail .c_mvdetail__ttl {
    margin-bottom: 10px;
  }
}
.p_ladys_stylebookdetail .c_mvdetail__ttl02 {
  position: relative;
  top: 23px;
  letter-spacing: 0.054em;
  font-size: 30px;
  font-family: classico-urw, sans-serif;
}
@media screen and (max-width: 767px) {
  .p_ladys_stylebookdetail .c_mvdetail__ttl02 {
    position: relative;
    top: 0;
    letter-spacing: 0.054em;
    font-size: 26px;
    font-family: classico-urw, sans-serif;
    line-height: 1;
  }
}
.p_ladys_stylebookdetail .c_mvdetail__arrows {
  margin-top: 10px;
  padding-right: 75px;
}
@media screen and (max-width: 767px) {
  .p_ladys_stylebookdetail .c_mvdetail__arrows {
    margin-top: 50px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
.p_ladys_stylebookdetail .c_listbtn__content .c_btn03_gold {
  background-color: #afa896;
}
.p_ladys_stylebookdetail .c_listdetail01__link {
  padding: clamp(
      3.125rem,
      0.8928571429vw + 2.6964285714rem,
      3.5rem
  ) clamp(
      2.5rem,
      3.4226190476vw + 0.8571428571rem,
      3.9375rem
  ) clamp(
      1.125rem,
      0.8928571429vw + 0.6964285714rem,
      1.5rem
  );
}
.p_ladys_stylebookdetail .c_listdetail01__content {
  margin: clamp(
      1.25rem,
      2.5297619048vw + 0.0357142857rem,
      2.3125rem
  ) 0 0 0;
}
.p_ladys_stylebookdetail .c_listdetail01__img {
  position: relative;
  margin: 0 auto;
  width: clamp(
      14rem,
      9.9702380952vw + 9.2142857143rem,
      18.1875rem
  );
}
.p_ladys_stylebookdetail .c_listdetail01__img img {
  aspect-ratio: 1/1;
}
.p_ladys_stylebookdetail .c_listdetail01__select {
  margin: 0 auto clamp(
      3.125rem,
      0.744047619vw + 2.7678571429rem,
      3.4375rem
  ) clamp(
      2.5rem,
      2.9761904762vw + 1.0714285714rem,
      3.75rem
  );
}

/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p_ladys_stylebook .c_mv01 {
  padding-top: 83px;
  padding-left: clamp(
      1.5625rem,
      8.1845238095vw + -2.3660714286rem,
      5rem
  );
  background-color: #ffffff;
}
@media print, screen and (max-width: 1023px) {
  .p_ladys_stylebook .c_mv01 {
    padding-top: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p_ladys_stylebook .c_mv01 {
    padding: 30px 30px 0;
  }
}
.p_ladys_stylebook .c_mv01__en {
  margin-bottom: clamp(
      0.625rem,
      16.796875vw + -7.4375rem,
      3.3125rem
  );
  letter-spacing: 0.054em;
  font-size: 1.25rem;
  font-family: classico-urw, sans-serif;
}
.p_ladys_stylebook .c_mv01__end {
  padding-top: clamp(
      0.625rem,
      2.5297619048vw + -0.5892857143rem,
      1.6875rem
  );
  border-color: #e5e5e5;
}
@media screen and (max-width: 767px) {
  .p_ladys_stylebook .c_mv01__end {
    display: none;
  }
}
.p_ladys_stylebook .c_mv01__link {
  position: relative;
  bottom: clamp(
      0rem,
      3.3653846154vw + -2.1538461538rem,
      0.875rem
  );
  width: clamp(
      1.875rem,
      1.4880952381vw + 1.1607142857rem,
      2.5rem
  );
  height: clamp(
      1.875rem,
      1.4880952381vw + 1.1607142857rem,
      2.5rem
  );
}
.p_ladys_stylebook .c_mv01__link__icon {
  width: 7px;
}
.p_ladys_stylebook .c_mv01__img {
  width: 48.6%;
}
@media screen and (max-width: 767px) {
  .p_ladys_stylebook .c_mv01__img {
    width: 100%;
  }
}
.p_ladys_stylebook .c_mv01__img img {
  width: 100%;
  height: auto;
}
.p_ladys_stylebook .c_mv01__ttl {
  margin-bottom: 8px;
  font-size: 1rem;
}
.p_ladys_stylebook .c_mv01__txt {
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .p_ladys_stylebook .c_mv01__txt {
    margin-bottom: 10px;
  }
}
.p_ladys_stylebook .c_mv01__content {
  padding-bottom: clamp(
      0.625rem,
      6.3988095238vw + -2.4464285714rem,
      3.3125rem
  );
  padding-left: clamp(
      2.5rem,
      2.6785714286vw + 1.2142857143rem,
      3.625rem
  );
}
@media screen and (max-width: 767px) {
  .p_ladys_stylebook .c_mv01__content {
    padding: 30px 0 0;
  }
}
.p_ladys_stylebook .c_mv01 .c_tags__item {
  margin-right: 9px;
  margin-bottom: 4px;
}
.p_ladys_stylebook .tag_title {
  padding: 50px 50px 20px;
}
@media screen and (max-width: 767px) {
  .p_ladys_stylebook .tag_title {
    padding: 30px 30px 0;
  }
}
.p_ladys_stylebook .tag_title h1 {
  margin-bottom: 20px;
  padding: 0;
  text-align: center;
  letter-spacing: 0.025em;
  font-size: 30px;
  font-family: classico-urw, sans-serif;
}
.p_ladys_stylebook .tag_title .tag_name {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}
.p_ladys_stylebook .p_stylebook__end {
  margin-bottom: 0;
  padding-top: 0;
}
.p_ladys_stylebook .p_stylebook__end .c_pagination {
  margin-top: 0;
}
.p_ladys_stylebook .c_list05 {
  padding: 0 clamp(
      1.5625rem,
      7.7380952381vw + -2.1517857143rem,
      4.8125rem
  ) 50px;
  border-top: 0;
  border-bottom: 1px solid #e5e5e5;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
}
@media print, screen and (max-width: 1023px) {
  .p_ladys_stylebook .c_list05 {
    padding: 0 50px 50px;
  }
}
@media screen and (max-width: 767px) {
  .p_ladys_stylebook .c_list05 {
    padding: 0 30px 50px;
  }
}
.p_ladys_stylebook .c_list05__item {
  border-right: 0;
  border-bottom: 0;
  grid-column: span 2;
}
@media screen and (max-width: 767px) {
  .p_ladys_stylebook .c_list05__item {
    grid-column: span 3;
  }
}
@media screen and (max-width: 767px) {
  .p_ladys_stylebook .c_list05__item:nth-child(3n) {
    grid-column: span 6;
  }
}
.p_ladys_stylebook .c_list05__item:nth-child(4), .p_ladys_stylebook .c_list05__item:nth-child(5), .p_ladys_stylebook .c_list05__item:nth-child(10), .p_ladys_stylebook .c_list05__item:nth-child(11) {
  grid-column: span 3;
}
.p_ladys_stylebook .c_list05__item:nth-child(6n+6) {
  grid-column: span 6;
}
.p_ladys_stylebook .c_list05__item:nth-child(6n+6) .c_list05__content {
  padding-right: 0;
  padding-bottom: 30px;
  padding-left: 0;
}
.p_ladys_stylebook .c_list05__item:nth-child(6n+6) .c_list05__content:hover img {
  transform: none;
}
.p_ladys_stylebook .c_list05__item:nth-child(6n+6) .c_list05__ttl {
  margin-bottom: 10px;
}
.p_ladys_stylebook .c_list05__item:nth-child(6n+6) .c_list05__img {
  width: clamp(
      15.625rem,
      20.5357142857vw + 5.7678571429rem,
      24.25rem
  );
}
.p_ladys_stylebook .c_list05__item:nth-child(6n+6) .c_list05__imgs {
  position: relative;
  left: clamp(
      -4.8125rem,
      -7.7380952381vw + 2.1517857143rem,
      -1.5625rem
  );
  width: calc(100% + clamp(
      1.5625rem,
      7.7380952381vw + -2.1517857143rem,
      4.8125rem
  ) * 2);
}
@media screen and (max-width: 1023px) {
  .p_ladys_stylebook .c_list05__item:nth-child(6n+6) .c_list05__imgs {
    right: -50px;
    left: -50px;
    width: calc(100% + 100px);
  }
}
.p_ladys_stylebook .c_list05__item:nth-child(6n+6) .c_list05__txt {
  padding-top: 30px;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 1023px) {
  .p_ladys_stylebook .c_list05__item:nth-child(3n) {
    border-right: none;
  }
}
.p_ladys_stylebook .c_list05__content {
  position: relative;
  box-sizing: border-box;
  padding: 55px 0 0;
  height: 100%;
  border: 0;
}
@media screen and (max-width: 767px) {
  .p_ladys_stylebook .c_list05__content {
    padding: 50px 0 0;
  }
}
.p_ladys_stylebook .c_list05__ttl {
  margin-bottom: 10px;
  font-size: clamp(
      0.8125rem,
      1.171875vw + 0.25rem,
      1rem
  );
  line-height: 2;
}
@media print, screen and (max-width: 1023px) {
  .p_ladys_stylebook .c_list05__ttl {
    font-size: 14px;
  }
}
.p_ladys_stylebook .c_list05__txt {
  position: relative;
  padding: 20px 0 30px;
}
.p_ladys_stylebook .c_list05__txt .c_list05__date {
  position: absolute;
  bottom: 0;
  left: 0;
}
.p_ladys_stylebook .c_list05 .c_tags {
  margin-bottom: 16px;
}
.p_ladys_stylebook .c_list05__imgs {
  /*pointer-events:none;*/
}
.p_ladys_stylebook .c_list05__imgs .swiper-wrapper {
  transition-timing-function: linear !important;
}
.p_ladys_stylebook.p_ladys_stylebook__taglist .c_list05__item:nth-child(4), .p_ladys_stylebook.p_ladys_stylebook__taglist .c_list05__item:nth-child(5), .p_ladys_stylebook.p_ladys_stylebook__taglist .c_list05__item:nth-child(6), .p_ladys_stylebook.p_ladys_stylebook__taglist .c_list05__item:nth-child(10), .p_ladys_stylebook.p_ladys_stylebook__taglist .c_list05__item:nth-child(11), .p_ladys_stylebook.p_ladys_stylebook__taglist .c_list05__item:nth-child(12) {
  grid-column: span 2;
}
.p_ladys_stylebook.p_ladys_stylebook__taglist .c_list05__item:nth-child(6) .c_list05__img, .p_ladys_stylebook.p_ladys_stylebook__taglist .c_list05__item:nth-child(12) .c_list05__img {
  width: 100%;
}
.p_ladys_stylebook.p_ladys_stylebook__taglist .c_list05__item:nth-child(7) {
  grid-column: span 6;
}
.p_ladys_stylebook.p_ladys_stylebook__taglist .c_list05__item:nth-child(7) .c_list05__content {
  padding-right: 0;
  padding-bottom: 30px;
  padding-left: 0;
}
.p_ladys_stylebook.p_ladys_stylebook__taglist .c_list05__item:nth-child(7) .c_list05__content:hover img {
  transform: none;
}
.p_ladys_stylebook.p_ladys_stylebook__taglist .c_list05__item:nth-child(7) .c_list05__ttl {
  margin-bottom: 10px;
}
.p_ladys_stylebook.p_ladys_stylebook__taglist .c_list05__item:nth-child(7) .c_list05__img {
  width: clamp(
      15.625rem,
      20.5357142857vw + 5.7678571429rem,
      24.25rem
  );
}
.p_ladys_stylebook.p_ladys_stylebook__taglist .c_list05__item:nth-child(7) .c_list05__imgs {
  position: relative;
  left: clamp(
      -4.8125rem,
      -7.7380952381vw + 2.1517857143rem,
      -1.5625rem
  );
  width: calc(100% + clamp(
      1.5625rem,
      7.7380952381vw + -2.1517857143rem,
      4.8125rem
  ) * 2);
}
@media screen and (max-width: 1023px) {
  .p_ladys_stylebook.p_ladys_stylebook__taglist .c_list05__item:nth-child(7) .c_list05__imgs {
    right: -50px;
    left: -50px;
    width: calc(100% + 100px);
  }
}
.p_ladys_stylebook.p_ladys_stylebook__taglist .c_list05__item:nth-child(7) .c_list05__txt {
  padding-top: 30px;
  padding-right: 0;
  padding-left: 0;
}
.p_ladys_stylebook.p_ladys_stylebook__taglist .c_list05__item:nth-child(8), .p_ladys_stylebook.p_ladys_stylebook__taglist .c_list05__item:nth-child(9) {
  grid-column: span 3;
}
@media screen and (max-width: 767px) {
  .p_ladys_stylebook.p_ladys_stylebook__taglist .c_list05__item:nth-child(4), .p_ladys_stylebook.p_ladys_stylebook__taglist .c_list05__item:nth-child(5), .p_ladys_stylebook.p_ladys_stylebook__taglist .c_list05__item:nth-child(11), .p_ladys_stylebook.p_ladys_stylebook__taglist .c_list05__item:nth-child(12) {
    grid-column: span 3;
  }
}
@media screen and (max-width: 767px) {
  .p_ladys_stylebook.p_ladys_stylebook__taglist .c_list05__item:nth-child(6), .p_ladys_stylebook.p_ladys_stylebook__taglist .c_list05__item:nth-child(10) {
    grid-column: span 6;
  }
}

/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p_ladys_talkingdetail .c_video {
  padding: 0;
  border-radius: 12px;
  background-color: #ffffff;
}
.p_ladys_talkingdetail .c_video img, .p_ladys_talkingdetail .c_video iframe {
  border-radius: 12px;
}
.p_ladys_talkingdetail .c_detail__mv {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .p_ladys_talkingdetail .c_detail__mv {
    padding-top: 0;
  }
}
.p_ladys_talkingdetail .c_detail__content {
  padding-top: 48px;
  padding-bottom: clamp(
      7.5rem,
      5.9523809524vw + 4.6428571429rem,
      10rem
  );
}
@media screen and (max-width: 767px) {
  .p_ladys_talkingdetail .c_detail__content {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.p_ladys_talkingdetail .c_detail__content::after {
  background-color: rgba(175, 168, 150, 0.08);
}
.p_ladys_talkingdetail .c_detail__box {
  border-color: #e5e5e5;
}
.p_ladys_talkingdetail .c_detail__box .c_detail__txt {
  padding: 0;
}
.p_ladys_talkingdetail .c_detail__head {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .p_ladys_talkingdetail .c_detail__head {
    margin-bottom: 10px;
  }
}
.p_ladys_talkingdetail .c_detail__ttl {
  color: #010101;
}
.p_ladys_talkingdetail .c_detail__mv__inner {
  overflow: hidden;
  max-width: 973px;
  border-radius: 12px;
}
@media screen and (max-width: 1279px) {
  .p_ladys_talkingdetail .c_detail__mv__inner {
    max-width: 800px;
  }
}
@media screen and (max-width: 767px) {
  .p_ladys_talkingdetail .c_detail__mv__inner {
    border-radius: 0;
  }
}
.p_ladys_talkingdetail .c_listbtn__content .c_btn03_gold {
  background-color: #afa896;
}
.p_ladys_talkingdetail .c_listdetail01__link {
  padding: clamp(
      3.125rem,
      0.8928571429vw + 2.6964285714rem,
      3.5rem
  ) clamp(
      2.5rem,
      3.4226190476vw + 0.8571428571rem,
      3.9375rem
  ) clamp(
      1.125rem,
      0.8928571429vw + 0.6964285714rem,
      1.5rem
  );
}
.p_ladys_talkingdetail .c_listdetail01__content {
  margin: clamp(
      1.25rem,
      2.5297619048vw + 0.0357142857rem,
      2.3125rem
  ) 0 0 0;
}
.p_ladys_talkingdetail .c_listdetail01__img {
  position: relative;
  margin: 0 auto;
  width: clamp(
      14rem,
      9.9702380952vw + 9.2142857143rem,
      18.1875rem
  );
}
.p_ladys_talkingdetail .c_listdetail01__img img {
  aspect-ratio: 1/1;
}
.p_ladys_talkingdetail .c_listdetail01__select {
  margin: 0 auto clamp(
      3.125rem,
      0.744047619vw + 2.7678571429rem,
      3.4375rem
  ) clamp(
      2.5rem,
      2.9761904762vw + 1.0714285714rem,
      3.75rem
  );
}
.p_ladys_talkingdetail .c_listdetail01__item:nth-child(2) .c_listdetail01__link {
  padding-left: clamp(
      2.5rem,
      15.0297619048vw + -4.7142857143rem,
      8.8125rem
  );
}
.p_ladys_talkingdetail .c_listdetail01__item:nth-child(2) .c_listdetail01__select {
  margin-left: clamp(
      2.5rem,
      15.0297619048vw + -4.7142857143rem,
      8.8125rem
  );
}
.p_ladys_talkingdetail .c_listdetail01__item:nth-child(2) .c_listdetail01__img {
  left: 0;
}

/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
#term {
  border-bottom: 1px solid #e5e5e5;
}
#term h1 {
  margin: 0 0 30px;
  letter-spacing: 5px;
  font-weight: 700;
  font-size: 19px;
}
@media print, screen and (max-width: 1279px) {
  #term h1 {
    font-size: 17px;
  }
}
#term h2 {
  margin: 0 0 30px;
  font-weight: 700;
  font-size: 16px;
}
@media print, screen and (max-width: 1279px) {
  #term h2 {
    font-size: 15px;
  }
}
#term .termsBox ol.page_block li {
  margin: 0 0 30px;
  text-align: justify;
  font-size: 14px;
}
@media print, screen and (max-width: 1279px) {
  #term .termsBox ol.page_block li {
    font-size: 13px;
  }
}
#term .termsBox ol.page_block li p {
  margin: 0;
  padding: 0;
  text-align: justify;
  font-size: 14px;
}
@media print, screen and (max-width: 1279px) {
  #term .termsBox ol.page_block li p {
    font-size: 13px;
  }
}
#term .termsBox ol.page_block li .article {
  font-weight: 700;
}
#term .termsBox ol.page_block li .list_number li {
  margin: 0;
}
#term .termsBox a.goTop {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 240px;
  height: 50px;
  background: #000000;
  color: #ffffff;
  font-size: 14px;
}
@media print, screen and (max-width: 767px) {
  #term .termsBox a.goTop {
    width: 100%;
  }
}
#term .term_of_use {
  margin: 0 auto;
  padding: 80px 50px;
  max-width: 900px;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  #term .term_of_use {
    padding: 50px 30px;
  }
}
#term .privacy {
  margin: 0 auto;
  padding: 80px 50px;
  max-width: 900px;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  #term .privacy {
    padding: 50px 30px;
  }
}
#term .privacy h2 {
  margin: 0 0 5px;
}
#term .privacy .address {
  margin-top: 10px !important;
}

/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
#tokusyo {
  border-bottom: 1px solid #e5e5e5;
}
#tokusyo .tokusyo {
  margin: 0 auto;
  padding: 80px 50px;
  max-width: 900px;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  #tokusyo .tokusyo {
    padding: 50px 30px;
  }
}
#tokusyo .tokusyo h1 {
  margin: 0 0 30px;
  letter-spacing: 3px;
  font-weight: 700;
  font-size: 19px;
}
#tokusyo .tokusyo h2 {
  margin: 0 0 5px;
  font-weight: 700;
  font-size: 14px;
}
#tokusyo .tokusyo .termsBox ol.term_block li {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #e5e5e5;
}
#tokusyo .tokusyo .termsBox ol.term_block li:last-child {
  border-bottom: none;
}
#tokusyo .tokusyo .termsBox ol.term_block li p {
  margin: 0;
  padding: 0;
  text-align: justify;
  font-size: 14px;
}
@media print, screen and (max-width: 1279px) {
  #tokusyo .tokusyo .termsBox ol.term_block li p {
    font-size: 13px;
  }
}
#tokusyo .tokusyo .termsBox ol.term_block li p a {
  text-decoration: underline;
}
#tokusyo .tokusyo .termsBox ol.term_block li p.note {
  font-size: 13px;
}
@media print, screen and (max-width: 1279px) {
  #tokusyo .tokusyo .termsBox ol.term_block li p.note {
    font-size: 12px;
  }
}
#tokusyo .tokusyo .termsBox a.goTop {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 240px;
  height: 50px;
  background: #000000;
  color: #ffffff;
  font-size: 14px;
}
@media print, screen and (max-width: 767px) {
  #tokusyo .tokusyo .termsBox a.goTop {
    width: 100%;
  }
}

/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
#shop {
  border-bottom: 1px solid #e5e5e5;
}
#shop .shopinfo {
  position: relative;
  padding: 100px 50px 80px;
}
@media print, screen and (max-width: 767px) {
  #shop .shopinfo {
    padding: 0 30px 20px;
  }
}
#shop .shopinfo h1 {
  position: absolute;
  top: -3px;
  right: 0;
  z-index: 10;
  max-width: 570px;
  width: 100%;
  line-height: 0;
  opacity: 0.5;
}
@media print, screen and (max-width: 1279px) {
  #shop .shopinfo h1 {
    max-width: 470px;
  }
}
#shop .shopinfo h1 img {
  width: 100%;
  height: auto;
}
@media print, screen and (max-width: 1279px) {
  #shop .shopinfo h1 img {
    display: none;
  }
}
#shop .shopinfo .shopList {
  margin: 0 auto 100px;
  padding: 0;
  max-width: 870px;
}
@media print, screen and (max-width: 767px) {
  #shop .shopinfo .shopList {
    margin: 0 auto 50px;
  }
}
#shop .shopinfo .shopList .shop_slider {
  position: relative;
  margin: 0 0 26px;
}
@media print, screen and (max-width: 767px) {
  #shop .shopinfo .shopList .shop_slider {
    margin: 0 -30px 26px;
  }
}
#shop .shopinfo .shopList .shop_slider .swiper-horizontal > .swiper-pagination-bullets, #shop .shopinfo .shopList .shop_slider .swiper-pagination-bullets.swiper-pagination-horizontal, #shop .shopinfo .shopList .shop_slider .swiper-pagination-custom, #shop .shopinfo .shopList .shop_slider .swiper-pagination-fraction {
  bottom: -40px;
}
#shop .shopinfo .shopList .shop_slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, #shop .shopinfo .shopList .shop_slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
#shop .shopinfo .shopList .shop_slider .swiper-pagination-bullet-active {
  background: #000000;
}
#shop .shopinfo .shopList .info_flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 40px 0 0;
}
@media print, screen and (max-width: 767px) {
  #shop .shopinfo .shopList .info_flex {
    position: relative;
    display: block;
  }
}
#shop .shopinfo .shopList .info_flex .c_list03__txt01 {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 2.5;
  transition: 0.5s;
}
#shop .shopinfo .shopList .info_flex dl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.8em;
}
#shop .shopinfo .shopList .info_flex dl dt {
  margin: 0;
  padding: 0;
  width: 80px;
  font-weight: 400;
}
#shop .shopinfo .shopList .info_flex dl dd {
  margin: 0;
  padding: 0;
  width: calc(100% - 80px);
}
#shop .shopinfo .termsBox ol.term_block li {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #e5e5e5;
}
#shop .shopinfo .termsBox ol.term_block li:last-child {
  border-bottom: none;
}
#shop .shopinfo .termsBox ol.term_block li p {
  margin: 0;
  padding: 0;
  text-align: justify;
  font-size: 14px;
}
#shop .shopinfo .termsBox ol.term_block li p a {
  text-decoration: underline;
}
#shop .shopinfo .termsBox ol.term_block li p.note {
  font-size: 13px;
}
#shop .shopinfo .termsBox a.goTop {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 240px;
  height: 50px;
  background: #000000;
  color: #ffffff;
  font-size: 14px;
}

/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
#company {
  border-bottom: 1px solid #e5e5e5;
}
#company .company {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  #company .company {
    flex-direction: column;
  }
}
#company .company .photo {
  position: -webkit-sticky;
  position: sticky;
  top: 91px;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  height: calc(100svh - 91px);
}
@media screen and (max-width: 1279px) {
  #company .company .photo {
    width: 400px;
  }
}
@media screen and (max-width: 1023px) {
  #company .company .photo {
    top: 0;
    align-items: flex-end;
    width: 100%;
    height: 60vw;
  }
}
#company .company .photo img {
  width: auto;
  height: calc(100svh - 91px);
}
@media screen and (max-width: 1023px) {
  #company .company .photo img {
    width: 100%;
    height: auto;
  }
}
#company .company .outline {
  flex: 1;
  padding: 100px 80px;
}
@media screen and (max-width: 1279px) {
  #company .company .outline {
    padding: 80px 50px;
  }
}
@media screen and (max-width: 1023px) {
  #company .company .outline {
    padding: 70px 50px;
  }
}
@media screen and (max-width: 767px) {
  #company .company .outline {
    padding: 40px 30px 20px;
  }
}
#company .company .outline .introduction {
  margin: 0 auto;
  padding: 0;
  max-width: 600px;
}
@media screen and (max-width: 1023px) {
  #company .company .outline .introduction {
    max-width: inherit;
  }
}
#company .company .outline .introduction h1 {
  margin: 0 0 30px;
  padding: 0;
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #company .company .outline .introduction h1 {
    margin: 0 0 20px;
  }
}
#company .company .outline .introduction p.read {
  margin: 0 0 50px;
  padding: 0;
  text-align: justify;
  font-weight: 400;
  font-size: 14px;
  line-height: 2.2em;
}
#company .company .outline dl {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #e5e5e5;
}
#company .company .outline dl:last-of-type {
  border-bottom: none;
}
#company .company .outline dl dt {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
#company .company .outline dl dd {
  margin: 5px 0 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.8em;
}

/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
#guide {
  border-bottom: 1px solid #e5e5e5;
}
#guide .guide {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
#guide .guide .sidebar {
  margin: 0;
  padding: 0;
  width: 360px;
  border-right: 1px solid #e5e5e5;
}
@media print, screen and (max-width: 1279px) {
  #guide .guide .sidebar {
    width: 300px;
  }
}
@media print, screen and (max-width: 1023px) {
  #guide .guide .sidebar {
    width: 260px;
  }
}
@media print, screen and (max-width: 767px) {
  #guide .guide .sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -262px;
    z-index: 13;
    padding-top: 120px;
    padding-bottom: 40px;
    width: 260px;
    border-right: solid 1px #e5e5e5;
    background: #ffffff;
    transition: left 0.7s cubic-bezier(0.26, 0.63, 0, 0.99);
  }
  #guide .guide .sidebar.open {
    left: 0;
  }
  #guide .guide .sidebar.open .guide_sidebar__searchbtn .opn {
    opacity: 0;
  }
  #guide .guide .sidebar.open .guide_sidebar__searchbtn .cls {
    opacity: 1;
  }
}
#guide .guide .sidebar .side_inner {
  padding: 80px 0;
}
@media print, screen and (max-width: 1023px) {
  #guide .guide .sidebar .side_inner {
    padding: 50px 0;
  }
}
@media print, screen and (max-width: 767px) {
  #guide .guide .sidebar .side_inner {
    position: absolute;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    padding: 50px 0;
  }
  #guide .guide .sidebar .side_inner::-webkit-scrollbar {
    display: none;
  }
}
#guide .guide .sidebar .side_inner nav ul {
  margin: 0;
  padding: 0;
}
#guide .guide .sidebar .side_inner nav ul li {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #e5e5e5;
}
#guide .guide .sidebar .side_inner nav ul li:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
#guide .guide .sidebar .side_inner nav ul li .sideitem_title {
  margin: 0 0 10px;
  padding: 0 50px;
  font-weight: 500;
  font-size: 15px;
}
@media print, screen and (max-width: 1279px) {
  #guide .guide .sidebar .side_inner nav ul li .sideitem_title {
    font-size: 14px;
  }
}
@media print, screen and (max-width: 767px) {
  #guide .guide .sidebar .side_inner nav ul li .sideitem_title {
    padding: 0 30px;
  }
}
#guide .guide .sidebar .side_inner nav ul li .sideitem {
  margin: 0;
  padding: 0 50px;
}
@media print, screen and (max-width: 767px) {
  #guide .guide .sidebar .side_inner nav ul li .sideitem {
    padding: 0 30px;
  }
}
#guide .guide .sidebar .side_inner nav ul li .sideitem li {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
#guide .guide .sidebar .side_inner nav ul li .sideitem li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 40px;
  font-size: 13px;
}
#guide .guide .sidebar .guide_sidebar__searchbtn {
  display: none;
}
@media screen and (max-width: 767px) {
  #guide .guide .sidebar .guide_sidebar__searchbtn {
    position: absolute;
    top: 90px;
    right: -70px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border: solid 1px #e5e5e5;
    background-color: #ffffff;
    cursor: pointer;
  }
  #guide .guide .sidebar .guide_sidebar__searchbtn .opn {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 70px;
    height: 70px;
    opacity: 1;
  }
  #guide .guide .sidebar .guide_sidebar__searchbtn .opn img {
    width: 24px;
    height: 24px;
  }
  #guide .guide .sidebar .guide_sidebar__searchbtn .opn span {
    display: inline-block;
    padding-top: 4px;
    text-align: center;
    font-size: 11px;
    font-family: classico-urw, sans-serif;
    line-height: 1;
  }
  #guide .guide .sidebar .guide_sidebar__searchbtn .cls {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 70px;
    height: 70px;
    opacity: 0;
  }
  #guide .guide .sidebar .guide_sidebar__searchbtn .cls i {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
  }
  #guide .guide .sidebar .guide_sidebar__searchbtn .cls i::before {
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 1px;
    background-color: #000000;
    content: "";
    transform: rotate(45deg);
  }
  #guide .guide .sidebar .guide_sidebar__searchbtn .cls i::after {
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 1px;
    background-color: #000000;
    content: "";
    transform: rotate(-45deg);
  }
  #guide .guide .sidebar .guide_sidebar__searchbtn .cls span {
    display: inline-block;
    padding-top: 4px;
    text-align: center;
    font-size: 11px;
    line-height: 1;
  }
}
#guide .guide .guide_info {
  box-sizing: border-box;
  padding: 80px;
  width: calc(100% - 360px);
}
@media print, screen and (max-width: 1279px) {
  #guide .guide .guide_info {
    padding: 80px 50px;
    width: calc(100% - 300px);
  }
}
@media print, screen and (max-width: 1023px) {
  #guide .guide .guide_info {
    padding: 50px;
    width: calc(100% - 260px);
  }
}
@media print, screen and (max-width: 767px) {
  #guide .guide .guide_info {
    padding: 0;
    width: 100%;
  }
}
#guide .guide .guide_info .guide_info__innder {
  margin: 0 auto;
  padding: 80px 80px 30px;
  max-width: 900px;
  border: 1px solid #e5e5e5;
}
@media print, screen and (max-width: 1279px) {
  #guide .guide .guide_info .guide_info__innder {
    padding: 80px 50px 30px;
  }
}
@media print, screen and (max-width: 1179px) {
  #guide .guide .guide_info .guide_info__innder {
    padding: 0;
    border: none;
  }
}
@media print, screen and (max-width: 767px) {
  #guide .guide .guide_info .guide_info__innder {
    padding: 0 30px;
  }
}
#guide .guide .guide_info .guide_info__innder h1 {
  margin: 0 0 50px;
  font-weight: 500;
  font-size: 20px;
}
@media print, screen and (max-width: 1023px) {
  #guide .guide .guide_info .guide_info__innder h1 {
    margin: 0 0 40px;
    font-size: 18px;
  }
}
@media print, screen and (max-width: 767px) {
  #guide .guide .guide_info .guide_info__innder h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -30px 50px;
    height: 120px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
  }
}
#guide .guide .guide_info .guide_info__innder h4 {
  margin: 0 0 5px;
  padding: 0;
  font-weight: 500;
  font-size: 15px;
}
#guide .guide .guide_info .guide_info__innder p {
  margin: 0;
  padding: 0;
  text-align: justify;
  font-size: 14px;
  line-height: 2.2em;
}
@media print, screen and (max-width: 1179px) {
  #guide .guide .guide_info .guide_info__innder p {
    font-size: 13px;
  }
}
#guide .guide .guide_info .guide_info__innder p.note {
  font-size: 12px;
}
@media print, screen and (max-width: 1179px) {
  #guide .guide .guide_info .guide_info__innder p.note {
    font-size: 11px;
  }
}
#guide .guide .guide_info .guide_info__innder p.list {
  margin: 10px 0 0;
}
#guide .guide .guide_info .guide_info__innder p b {
  display: inline-block;
  padding: 0 0 10px;
}
#guide .guide .guide_info .guide_info__innder p a {
  text-decoration: underline;
}
#guide .guide .guide_info .guide_info__innder figure {
  margin: 20px 0 0;
  line-height: 0;
}
#guide .guide .guide_info .guide_info__innder figure img {
  max-width: 100%;
  width: auto;
  height: auto;
  border: 1px solid #e5e5e5;
}
#guide .guide .guide_info .guide_info__innder .kouza {
  margin: 20px 0 0;
}
#guide .guide .guide_info .guide_info__innder .kouza p b {
  padding: 0;
}
#guide .guide .guide_info .guide_info__innder .c_payment {
  justify-content: flex-start;
}
#guide .guide .guide_info .guide_info__innder .c_payment .c_payment__item {
  margin-right: 20px;
  margin-left: 0;
}
#guide .guide .guide_info .guide_info__innder .c_payment .c_payment__item .c_payment__icon__visa {
  display: flex;
  width: 40px;
}
#guide .guide .guide_info .guide_info__innder .c_payment .c_payment__item .c_payment__icon__master {
  display: flex;
  width: 30px;
}
#guide .guide .guide_info .guide_info__innder .c_payment .c_payment__item .c_payment__icon__jcb {
  display: flex;
  width: 29px;
}
#guide .guide .guide_info .guide_info__innder .c_payment .c_payment__item .c_payment__icon__o {
  display: flex;
  width: 28px;
}
#guide .guide .guide_info .guide_info__innder .c_payment .c_payment__item .c_payment__icon__amex {
  display: flex;
  width: 43px;
}
#guide .guide .guide_info .guide_info__innder table.pay {
  margin: 20px 0 0;
  padding: 0;
  border-collapse: collapse;
  border-top: #e5e5e5 solid 1px;
  border-left: #e5e5e5 solid 1px;
  text-align: left;
}
#guide .guide .guide_info .guide_info__innder table.pay .alignR {
  text-align: right;
}
#guide .guide .guide_info .guide_info__innder table.pay th, #guide .guide .guide_info .guide_info__innder table.pay td {
  margin: 0;
  padding: 5px 10px;
  border-right: #e5e5e5 solid 1px;
  border-bottom: #e5e5e5 solid 1px;
  font-size: 14px;
}
#guide .guide .guide_info .guide_info__innder table.steage {
  margin: 30px 0 20px;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
  border-left: #f4f7f6 solid 1px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8em;
}
#guide .guide .guide_info .guide_info__innder table.steage th {
  margin: 0;
  padding: 10px;
  width: 25%;
  height: 60px;
  border-right: #f4f7f6 solid 1px;
  border-bottom: #f4f7f6 solid 1px;
  background: #e1e1e1;
  vertical-align: middle;
  text-align: center;
  font-weight: 900;
  font-size: 18px;
}
#guide .guide .guide_info .guide_info__innder table.steage td {
  margin: 0;
  padding: 10px;
  width: 25%;
  height: 50px;
  border-right: #f4f7f6 solid 1px;
  border-bottom: #f4f7f6 solid 1px;
  background: #d1d1d1;
  vertical-align: middle;
  text-align: center;
}
#guide .guide .guide_info .guide_info__innder table.steage td span {
  font-weight: 700;
  font-size: 24px;
}
#guide .guide .guide_info .guide_info__innder table.steage .l1 {
  background: #b2d3c8;
  color: #3e5b51;
}
#guide .guide .guide_info .guide_info__innder table.steage .l2 {
  background: #c5bc9c;
  color: #55491e;
}
#guide .guide .guide_info .guide_info__innder table.steage .l3 {
  background: #434343;
  color: #b1b1b1;
}
#guide .guide .guide_info .guide_info__innder .stagebar {
  margin: 0;
  padding: 50px 0 0;
}
#guide .guide .guide_info .guide_info__innder .stagebar .rate {
  display: flex;
  align-items: baseline;
  justify-content: center;
  width: 100px;
  text-align: center;
}
#guide .guide .guide_info .guide_info__innder .stagebar .conditions {
  display: flex;
  align-items: baseline;
  flex: 1;
  justify-content: center;
  text-align: center;
}
#guide .guide .guide_info .guide_info__innder .stagebar .stagebar_header {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 10px;
  padding: 0 56px 0 185px;
  max-width: 600px;
  font-size: 12px;
}
@media print, screen and (max-width: 1359px) {
  #guide .guide .guide_info .guide_info__innder .stagebar .stagebar_header {
    padding: 0 56px 0 145px;
  }
}
@media print, screen and (max-width: 1023px) {
  #guide .guide .guide_info .guide_info__innder .stagebar .stagebar_header {
    padding: 0 30px 0 120px;
  }
}
@media print, screen and (max-width: 767px) {
  #guide .guide .guide_info .guide_info__innder .stagebar .stagebar_header {
    padding: 0 0 0 100px;
    font-size: 10px;
  }
}
#guide .guide .guide_info .guide_info__innder .stagebar .stagebar_header .rate {
  align-items: center;
}
#guide .guide .guide_info .guide_info__innder .stagebar .stagebar_header .conditions {
  align-items: center;
}
#guide .guide .guide_info .guide_info__innder .stagebar .stage_box {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto 10px;
  padding: 0 56px 0 145px;
  max-width: 600px;
  height: 120px;
  border-radius: 60px;
  font-weight: 500;
  font-size: 16px;
}
@media print, screen and (max-width: 1359px) {
  #guide .guide .guide_info .guide_info__innder .stagebar .stage_box {
    padding: 0 56px 0 145px;
  }
}
@media print, screen and (max-width: 1023px) {
  #guide .guide .guide_info .guide_info__innder .stagebar .stage_box {
    padding: 0 30px 0 120px;
    border-radius: 10px;
  }
}
@media print, screen and (max-width: 767px) {
  #guide .guide .guide_info .guide_info__innder .stagebar .stage_box {
    padding: 0 0 0 100px;
    height: 100px;
    font-size: 14px;
  }
}
#guide .guide .guide_info .guide_info__innder .stagebar .stage_box span {
  font-size: 24px;
}
@media print, screen and (max-width: 767px) {
  #guide .guide .guide_info .guide_info__innder .stagebar .stage_box span {
    font-size: 20px;
  }
}
#guide .guide .guide_info .guide_info__innder .stagebar .stage_box .conditions {
  position: relative;
  align-items: center;
  height: 120px;
}
#guide .guide .guide_info .guide_info__innder .stagebar .stage_box .conditions::after {
  position: absolute;
  top: -10px;
  right: 20px;
  width: 1px;
  height: 140px;
  background-color: #ffffff;
  content: "";
  transform: rotate(15deg);
}
@media print, screen and (max-width: 1023px) {
  #guide .guide .guide_info .guide_info__innder .stagebar .stage_box .conditions::after {
    right: 0;
  }
}
@media print, screen and (max-width: 767px) {
  #guide .guide .guide_info .guide_info__innder .stagebar .stage_box .conditions::after {
    right: -10px;
  }
}
#guide .guide .guide_info .guide_info__innder .stagebar .stage_box.standard {
  background-color: #b3d3c8;
  color: #3f5b54;
}
#guide .guide .guide_info .guide_info__innder .stagebar .stage_box.standard .bage {
  background-color: #3f5b54;
}
#guide .guide .guide_info .guide_info__innder .stagebar .stage_box.gold {
  background-color: #c4bc9d;
  color: #574921;
}
#guide .guide .guide_info .guide_info__innder .stagebar .stage_box.gold .bage {
  background-color: #574921;
}
#guide .guide .guide_info .guide_info__innder .stagebar .stage_box.black {
  background-color: #434343;
  color: #b1b1b1;
}
#guide .guide .guide_info .guide_info__innder .stagebar .stage_box.black .bage {
  background-color: #000000;
  color: #b1b1b1;
}
#guide .guide .guide_info .guide_info__innder .stagebar .stage_box .bage {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  color: #ffffff;
  font-size: 14px;
  font-family: classico-urw, sans-serif;
}
@media print, screen and (max-width: 767px) {
  #guide .guide .guide_info .guide_info__innder .stagebar .stage_box .bage {
    width: 80px;
    height: 80px;
    font-size: 12px;
  }
}
#guide .guide .guide_info .guide_info__innder ul.time {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 20px 0;
  padding: 0;
}
@media print, screen and (max-width: 790px) {
  #guide .guide .guide_info .guide_info__innder ul.time {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#guide .guide .guide_info .guide_info__innder ul.time li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
  padding: 0;
  width: 100%;
  height: auto;
  border-radius: 100px;
  background: #ececec;
  color: #445255;
  list-style: none;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  aspect-ratio: 1/1;
}
@media print, screen and (max-width: 790px) {
  #guide .guide .guide_info .guide_info__innder ul.time li {
    max-width: 100px;
    width: 30%;
  }
}
#guide .guide .guide_info .guide_info__innder dl {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
@media print, screen and (max-width: 1179px) {
  #guide .guide .guide_info .guide_info__innder dl {
    flex-direction: column;
  }
}
#guide .guide .guide_info .guide_info__innder dl dt {
  margin: 0 50px 80px 0;
  padding: 0;
  width: 128px;
  border: #dcdbdb solid 1px;
  border-radius: 50%;
  line-height: 0;
}
@media print, screen and (max-width: 1179px) {
  #guide .guide .guide_info .guide_info__innder dl dt {
    margin: 0 auto 20px;
    padding: 0;
    width: 108px;
  }
}
#guide .guide .guide_info .guide_info__innder dl dt img {
  width: 100%;
  height: auto;
}
#guide .guide .guide_info .guide_info__innder dl dd {
  margin: 0 0 80px;
  padding: 0;
  width: calc(100% - 178px);
}
@media print, screen and (max-width: 1179px) {
  #guide .guide .guide_info .guide_info__innder dl dd {
    width: 100%;
  }
}
#guide .guide .guide_info .guide_info__innder .block {
  margin: 0 0 50px;
}

/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
#inquiry {
  padding-bottom: 80px;
  border-bottom: 1px solid #e5e5e5;
}
#inquiry .inquiry {
  margin: 0 auto;
  padding: 0 80px;
  max-width: 810px;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  #inquiry .inquiry {
    padding: 0 30px;
  }
}
#inquiry .inquiry .err {
  margin: 0 0 20px;
  padding: 10px;
  background: #ff7171;
  color: #ffffff;
  text-align: center;
  font-size: 13px;
}
#inquiry .inquiry__ttl {
  padding: clamp(
      3.75rem,
      5.6547619048vw + 1.0357142857rem,
      6.125rem
  ) 0 clamp(
      2.5rem,
      5.0595238095vw + 0.0714285714rem,
      4.625rem
  );
  text-align: center;
}
#inquiry .inquiry__ttl .en {
  display: block;
  padding-bottom: 10px;
  font-size: 50px;
  font-family: classico-urw, sans-serif;
  line-height: 1.4;
}
@media print, screen and (max-width: 1279px) {
  #inquiry .inquiry__ttl .en {
    font-size: 36px;
  }
}
@media print, screen and (max-width: 767px) {
  #inquiry .inquiry__ttl .en {
    font-size: 30px;
  }
}
#inquiry .inquiry__ttl .jp {
  display: block;
  font-size: 0.75rem;
}
#inquiry .inquiry__txt {
  padding-bottom: 36px;
}
#inquiry .inquiry .complete {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 50px;
}
@media print, screen and (max-width: 767px) {
  #inquiry .inquiry .complete {
    padding: 0;
  }
}
#inquiry .inquiry .complete .complete_wrap {
  max-width: 800px;
  width: 100%;
  height: auto;
}
#inquiry .inquiry .complete .complete_wrap h1 {
  margin: 0 0 40px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}
#inquiry .inquiry .complete .complete_wrap h2 {
  margin: 0 0 10px;
  text-align: center;
  font-weight: 500;
  font-size: 22px;
}
@media print, screen and (max-width: 1279px) {
  #inquiry .inquiry .complete .complete_wrap h2 {
    font-size: 20px;
  }
}
#inquiry .inquiry .complete .complete_wrap p {
  margin: 0 0 40px;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  #inquiry .inquiry .complete .complete_wrap p {
    margin: 0 0 20px;
    text-align: justify;
  }
}
@media print, screen and (max-width: 767px) {
  #inquiry .inquiry .complete .complete_wrap p.thanks br {
    display: none;
  }
}
#inquiry .inquiry .complete .complete_wrap .logo {
  text-align: center;
  line-height: 0;
}
#inquiry .inquiry .complete .complete_wrap .logo img {
  width: 240px;
  height: auto;
}
@media print, screen and (max-width: 767px) {
  #inquiry .inquiry .complete .complete_wrap .logo img {
    width: 200px;
  }
}
#inquiry .inquiry .complete .complete_wrap .login_input__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
  padding: 10px;
  max-width: 180px;
  width: 100%;
  height: 58px;
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.5s;
}
@media print, screen and (max-width: 767px) {
  #inquiry .inquiry .complete .complete_wrap .login_input__submit {
    max-width: 100%;
    height: 50px;
  }
}
#inquiry .c_form.confirm .c_input {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
#inquiry .c_form.confirm .c_input.item03 {
  margin-top: 27px;
}
#inquiry .c_form.confirm .c_input.item03 .c_input__desc {
  padding-top: 0;
  padding-bottom: 0;
}
#inquiry .c_form.confirm .c_input.item04 {
  margin-top: 27px;
}
#inquiry .c_form .c_input {
  position: relative;
}
#inquiry .c_form .c_input label.error {
  position: absolute;
  top: inherit;
  bottom: -8px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  padding: 0 10px;
  height: 20px;
  height: 20px;
  background: #f87575;
  color: #ffffff;
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
}
#inquiry .c_form .c_input + .c_input {
  margin-top: 27px;
}
#inquiry .c_form .c_input.item02 {
  margin-top: 28px;
}
#inquiry .c_form .c_input.item03 {
  margin-top: 40px;
}
#inquiry .c_form .c_input.item03 .c_input__desc {
  flex-wrap: wrap;
  padding-top: 4px;
  padding-bottom: clamp(
      0.625rem,
      2.8273809524vw + -0.7321428571rem,
      1.8125rem
  );
}
#inquiry .c_form .c_input.item03 .flex_select {
  align-items: flex-end;
}
#inquiry .c_form .c_input.item03 select {
  padding: 15px 60px 15px 20px;
  width: 135px;
  height: 65px;
  outline: 0;
  border: 1px solid #e5e5e5;
  background-image: url(../images/common/icon_arrow_down.svg);
  background-position: top 50% right 10px;
  background-repeat: no-repeat;
  font-weight: 500;
  font-size: 0.75rem;
}
#inquiry .c_form .c_input.item04 .c_input__ttl {
  padding-bottom: 19px;
}
#inquiry .c_form .c_input.item04 .c_input__desc {
  position: relative;
  padding-bottom: 24px;
}
#inquiry .c_form .c_input.item04 .c_input__desc label.error {
  bottom: 16px;
}
#inquiry .c_form .c_input.item04 .c_input__desc:last-child {
  padding-bottom: 0;
}
#inquiry .c_form .c_input.item04 select {
  font-size: 0.875rem;
}
#inquiry .c_form .c_input.item05 {
  margin-top: 36px;
}
#inquiry .c_form .c_input.item05 .c_input__desc {
  align-items: center;
  padding-top: 10px;
  gap: 10px;
}
#inquiry .c_form .c_input.item05 .input_date {
  width: 100%;
}
#inquiry .c_form .c_input.item06 {
  margin-top: clamp(
      1.6875rem,
      2.5297619048vw + 0.4732142857rem,
      2.75rem
  );
}
#inquiry .c_form .c_input.item06 .c_input__confirm {
  position: relative;
  margin-bottom: 19px;
}
#inquiry .c_form .c_input.item06 .c_input__confirm:last-child {
  margin-bottom: 0;
}
#inquiry .c_form .c_input.item07 {
  margin-top: clamp(
      1.6875rem,
      3.5714285714vw + -0.0267857143rem,
      3.1875rem
  );
}
#inquiry .c_form .c_input.item07 .c_input__desc {
  padding-top: 15px;
  padding-left: 4px;
}
#inquiry .c_form .c_input.item08 {
  margin-top: clamp(
      1.6875rem,
      2.8273809524vw + 0.3303571429rem,
      2.875rem
  );
}
#inquiry .c_form .c_input.item08 .c_input__desc {
  padding-top: 13px;
}
#inquiry .c_form .c_input__ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  gap: 10px;
}
#inquiry .c_form select.icon {
  width: 100%;
  background-image: url(../../assets/images/common/icon_arrow_down.svg);
  background-position: right 0.9rem top 52%;
  background-size: 0.7rem auto;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#inquiry .c_form select option {
  color: #000000;
}
#inquiry .c_form .input {
  padding: 15px 20px;
  width: 100%;
  height: 65px;
  outline: 0;
  border: 1px solid #e5e5e5;
  font-weight: 500;
  font-size: 14px;
}
@media print, screen and (max-width: 767px) {
  #inquiry .c_form .input {
    font-size: 16px;
  }
}
#inquiry .c_form .input::-moz-placeholder {
  color: #818181;
  font-size: 12px;
}
#inquiry .c_form .input::placeholder {
  color: #818181;
  font-size: 12px;
}
#inquiry .c_form textarea {
  padding: 15px 20px;
  width: 100%;
  height: 200px;
  outline: 0;
  border: 1px solid #e5e5e5;
  font-weight: 500;
  font-size: 0.75rem;
}
#inquiry .c_form .name {
  color: #010101;
  font-weight: 500;
  font-size: 0.75rem;
}
#inquiry .c_form .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 2px 2px;
  width: 38px;
  height: 21px;
  background-color: #000000;
  color: #ffffff;
  font-size: 0.625rem;
}
#inquiry .c_form .d_flex {
  display: flex;
  gap: 20px;
}
#inquiry .c_form .w_half {
  max-width: 50%;
}
#inquiry .c_form .w_355 {
  max-width: 355px;
}
#inquiry .c_form .w_198 {
  max-width: 198px;
}
#inquiry .c_form .w_134 {
  max-width: 134px;
}
#inquiry .c_form__txt {
  margin-top: 42px;
  font-weight: 500;
  font-size: 12px;
}
#inquiry .c_form__link {
  text-decoration: underline;
  text-underline-offset: 9px;
}
#inquiry .c_form__link:hover {
  text-decoration: none;
}
#inquiry .c_form__link:first-child {
  padding-right: 10px;
}
#inquiry .c_form__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0 0;
  width: 100%;
  gap: 10px;
}
@media print, screen and (max-width: 767px) {
  #inquiry .c_form__submit {
    gap: 5px;
  }
}
#inquiry .c_form__submit button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 60px;
  background: #000000;
  color: #ffffff;
  cursor: pointer;
  transition: 0.5s;
}
@media print, screen and (max-width: 767px) {
  #inquiry .c_form__submit button {
    width: 100%;
    height: 50px;
  }
}
#inquiry .c_form__submit a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 60px;
  background: #949494;
  color: #ffffff;
  cursor: pointer;
  transition: 0.5s;
}
@media print, screen and (max-width: 767px) {
  #inquiry .c_form__submit a {
    width: 100%;
    height: 50px;
  }
}

/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
#information {
  border-bottom: 1px solid #e5e5e5;
}
#information .information {
  margin: 0 auto;
  padding: 0;
}
#information .information .information_wrap {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  #information .information .information_wrap {
    display: block;
  }
}
#information .information .information_wrap .information_detail {
  width: calc(100% - 300px);
}
@media screen and (max-width: 1179px) {
  #information .information .information_wrap .information_detail {
    width: calc(100% - 240px);
  }
}
@media print, screen and (max-width: 1023px) {
  #information .information .information_wrap .information_detail {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 767px) {
  #information .information .information_wrap .information_detail {
    width: 100%;
  }
}
#information .information .information_wrap .information_detail .title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 80px;
  height: 150px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 24px;
  font-family: classico-urw, sans-serif;
  line-height: 1.4;
}
@media print, screen and (max-width: 1279px) {
  #information .information .information_wrap .information_detail .title {
    padding: 0 50px;
    height: 120px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #information .information .information_wrap .information_detail .title {
    padding: 0 30px;
    height: 80px;
  }
}
#information .information .information_wrap .information_detail .post {
  margin: 0 auto;
  padding: 100px 80px 80px;
  max-width: 860px;
}
@media screen and (max-width: 1279px) {
  #information .information .information_wrap .information_detail .post {
    padding: 80px 50px;
  }
}
@media print, screen and (max-width: 1023px) {
  #information .information .information_wrap .information_detail .post {
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  #information .information .information_wrap .information_detail .post {
    padding: 50px 30px;
    border-bottom: 1px solid #e5e5e5;
  }
}
#information .information .information_wrap .information_detail .post h1 {
  margin: 0;
  padding: 0;
  font-size: 22px;
  line-height: 1.8em;
}
@media print, screen and (max-width: 1023px) {
  #information .information .information_wrap .information_detail .post h1 {
    font-size: 18px;
  }
}
#information .information .information_wrap .information_detail .post img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
#information .information .information_wrap .information_detail .post p {
  margin: 0 0 20px;
  padding: 0;
  text-align: justify;
  word-break: break-all;
  font-size: 14px;
  line-height: 2.2em;
}
#information .information .information_wrap .information_detail .post p.day {
  margin: 0 0 40px;
  font-size: 13px;
}
@media print, screen and (max-width: 1023px) {
  #information .information .information_wrap .information_detail .post p.day {
    margin: 0 0 30px;
  }
}
#information .information .information_wrap .information_detail .post .flex-code {
  margin: 0 0 40px;
}
#information .information .information_wrap .information_detail .post .flex-code iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
#information .information .information_wrap .information_list {
  width: calc(100% - 300px);
}
@media screen and (max-width: 1179px) {
  #information .information .information_wrap .information_list {
    width: calc(100% - 240px);
  }
}
@media print, screen and (max-width: 1023px) {
  #information .information .information_wrap .information_list {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 767px) {
  #information .information .information_wrap .information_list {
    width: 100%;
  }
}
#information .information .information_wrap .information_list h1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 80px;
  height: 150px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 24px;
  font-family: classico-urw, sans-serif;
  line-height: 1.4;
}
@media print, screen and (max-width: 1279px) {
  #information .information .information_wrap .information_list h1 {
    padding: 0 50px;
    height: 120px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #information .information .information_wrap .information_list h1 {
    padding: 0 30px;
    height: 80px;
  }
}
#information .information .information_wrap .information_list a {
  display: block;
  padding: 40px 80px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
}
@media print, screen and (max-width: 1279px) {
  #information .information .information_wrap .information_list a {
    padding: 40px 50px;
  }
}
@media screen and (max-width: 767px) {
  #information .information .information_wrap .information_list a {
    padding: 30px;
    font-size: 13px;
  }
}
#information .information .information_wrap .information_list a dl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
@media print, screen and (max-width: 1023px) {
  #information .information .information_wrap .information_list a dl {
    flex-direction: column;
  }
}
#information .information .information_wrap .information_list a dl dt {
  margin: 0;
  padding: 0;
  width: 120px;
  font-weight: normal;
}
@media screen and (max-width: 1023px) {
  #information .information .information_wrap .information_list a dl dt {
    font-weight: 700;
  }
}
#information .information .information_wrap .information_list a dl dd {
  margin: 0;
  padding: 0;
  width: calc(100% - 120px);
}
@media print, screen and (max-width: 1023px) {
  #information .information .information_wrap .information_list a dl dd {
    width: 100%;
  }
}
#information .information .information_wrap .archiveList {
  margin: 0;
  padding: 0;
  min-height: calc(100svh - 500px);
  width: 300px;
  border-left: 1px solid #e5e5e5;
}
@media screen and (max-width: 1179px) {
  #information .information .information_wrap .archiveList {
    width: 240px;
  }
}
@media print, screen and (max-width: 1023px) {
  #information .information .information_wrap .archiveList {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  #information .information .information_wrap .archiveList {
    min-height: auto;
    width: 100%;
    border-left: none;
  }
}
#information .information .information_wrap .archiveList ul {
  margin: 0;
  padding: 0;
}
#information .information .information_wrap .archiveList ul li {
  margin: 0 0 -1px;
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
}
@media print, screen and (max-width: 767px) {
  #information .information .information_wrap .archiveList ul li {
    margin: 0;
    background: #f7f7f7;
  }
}
#information .information .information_wrap .archiveList ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 30px;
  height: 90px;
  font-size: 14px;
}
@media print, screen and (max-width: 1179px) {
  #information .information .information_wrap .archiveList ul li a {
    height: 70px;
  }
}
@media print, screen and (max-width: 1023px) {
  #information .information .information_wrap .archiveList ul li a {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  #information .information .information_wrap .archiveList ul li a {
    height: 50px;
  }
}
#information .information .c_pagination {
  margin-top: -1px;
  border-top: 1px solid #e5e5e5;
}
#information .information .c_pagination .c_pagination__content {
  padding-top: 0;
}

/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
#wishList .p_itm_product:nth-child(1), #wishList .p_itm_product:nth-child(2) {
  grid-column: span 2;
}
@media screen and (max-width: 1179px) {
  #wishList .p_itm_product:nth-child(1), #wishList .p_itm_product:nth-child(2) {
    grid-column: span 3;
  }
}
#wishList .p_itm_product:nth-of-type(2) {
  border-right: 1px #e5e5e5 solid;
}
@media screen and (max-width: 1179px) {
  #wishList .p_itm_product:nth-of-type(2) {
    border-right: none !important;
  }
}
@media screen and (max-width: 1179px) {
  #wishList .p_itm_product:nth-of-type(2n) {
    border-right: none;
  }
}
#wishList .p_itm_product:nth-of-type(3n+2) {
  border-right: 1px #e5e5e5 solid;
}
#wishList .p_itm_product:nth-of-type(3n) {
  border-right: none;
}
@media screen and (max-width: 1179px) {
  #wishList .p_itm_product:nth-of-type(3n) {
    border-right: 1px #e5e5e5 solid;
  }
}
#wishList .p_itm_product__link .txt_sold {
  top: 68px;
}
@media screen and (max-width: 767px) {
  #wishList .p_itm_product__link .txt_sold {
    top: 48px;
    right: 8px;
  }
}
#wishList .p_itm_content.wishList {
  width: 100%;
  border-left: none;
}
#wishList .p_itm_content.wishList .non {
  padding: 50px 0 150px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
}

/**Style sp**/
/*# sourceMappingURL=import.css.map */