@charset "UTF-8";
/* layout幅-----------------------
//スマートフォン：320px〜540px
//タブレット：600px〜1024px
//PC：1,280px〜
//  @include mq-up("sp") {
//sp

//  }
---------------------------------*/
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box; }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */ }

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0; }

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0; }

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * Add the correct display in IE.
 */
main {
  display: block; }

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0; }

/**
 * 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: 1em;
  /* 2 */ }

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * 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: 1em;
  /* 2 */ }

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none; }

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse; }

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0; }

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */ }

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */ }

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible; }

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none; }

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */ }

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0; }

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none; }

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block; }

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content; }

dialog:not([open]) {
  display: none; }

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */ }

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed; }

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden] {
  display: initial; }

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute; }

/*PC*/
@media (min-width: 1025px) {
  body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal; }

  @keyframes fadeIn {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } } }
main {
  display: block;
  width: 100%; }

.mainInner {
  position: relative; }

/*----------------------
//common
-----------------------*/
html {
  font-size: 62.5%; }

body {
  font-size: 14px;
  font-size: 1.4rem; }

i {
  font-style: normal; }

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

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

#page {
  background-image: none !important;
  font-size: 100%;
  font-family: "Noto Sans JP","Helvetica Neue", "Segoe UI",Meiryo,sans-serif; }

.pc {
  display: block; }

.sp {
  display: none; }

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

  .sp {
    display: block; } }
/*----------------------
//pagetop
-----------------------*/
.el_page_top_observer {
  background: transparent;
  height: 1px;
  position: absolute;
  top: 200px;
  width: 10px; }

.el_page_top {
  position: fixed;
  bottom: 32px;
  right: 16px;
  width: 48px;
  height: 48px;
  padding: 12px 5px;
  background: #f7f7f7;
  border-radius: 50%;
  transition: .3s;
  z-index: 9999;
  line-height: 1;
  text-align: center;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
  cursor: pointer; }

.el_page_top:hover {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); }

.el_page_top img {
  width: 24px; }

/*----------------------
//js-fadeIn
-----------------------*/
.js-fadeIn {
  opacity: 0;
  transition: 1s;
  transform: translateY(80px); }
  .js-fadeIn.active {
    opacity: 1;
    transform: translateY(0); }

h2 {
  font-size: 26px;
  font-size: clamp(16px, 2.6vw, 26px); }

h3 {
  font-size: 18px;
  font-size: clamp(14px, 1.8vw, 18px); }

h4 {
  font-size: 16px;
  font-size: clamp(14px, 1.6vw, 16px); }

/*------------------
//ly_sect
-------------------*/
.ly_sect {
  width: 100%;
  position: relative;
  padding: 80px 0;
  padding: clamp(30px, 4vw, 60px) 0; }
  @media (max-width: 599px) {
    .ly_sect {
      padding: 30px 0; } }

/*----------------------
//container
-----------------------*/
.ly_container {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  width: min(100%, 1280px);
  padding: 0 6%;
  padding: 0 clamp(16px, 6vw, 100px); }

/*----------------------
//ly_fbox
-----------------------*/
.ly_fbox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto; }

.ly_fbox__middle {
  align-items: center; }

.ly_fbox__center {
  justify-content: center; }

.ly_fbox__reverse {
  flex-direction: row-reverse; }

.ly_fbox_order01 {
  order: 1; }
  @media (min-width: 600px) and (max-width: 1024px) {
    .ly_fbox_order01 {
      order: 2; } }
  @media (max-width: 599px) {
    .ly_fbox_order01 {
      order: 2; } }

.ly_fbox_order02 {
  order: 2; }
  @media (min-width: 600px) and (max-width: 1024px) {
    .ly_fbox_order02 {
      order: 1; } }
  @media (max-width: 599px) {
    .ly_fbox_order02 {
      order: 1; } }

.ly_fbox_col {
  padding: 0;
  align-items: stretch;
  flex-direction: column; }
  .ly_fbox__padding .ly_fbox_col {
    padding: 0.8em; }

.ly_fbox_col01 {
  width: 8.3333333333%; }

.ly_fbox_col02 {
  width: 16.6666666667%; }

.ly_fbox_col03 {
  width: 25%; }

.ly_fbox_col04 {
  width: 33.3333333333%; }

.ly_fbox_col05 {
  width: 41.6666666667%; }

.ly_fbox_col06 {
  width: 50%; }

.ly_fbox_col07 {
  width: 58.3333333333%; }

.ly_fbox_col08 {
  width: 66.6666666667%; }

.ly_fbox_col09 {
  width: 75%; }

.ly_fbox_col10 {
  width: 83.3333333333%; }

.ly_fbox_col11 {
  width: 91.6666666667%; }

.ly_fbox_col12 {
  width: 100%; }

@media (min-width: 600px) {
  .ly_fbox_col01-tab {
    width: 8.3333333333%; }

  .ly_fbox_col02-tab {
    width: 16.6666666667%; }

  .ly_fbox_col03-tab {
    width: 25%; }

  .ly_fbox_col04-tab {
    width: 33.3333333333%; }

  .ly_fbox_col05-tab {
    width: 41.6666666667%; }

  .ly_fbox_col06-tab {
    width: 50%; }

  .ly_fbox_col07-tab {
    width: 58.3333333333%; }

  .ly_fbox_col08-tab {
    width: 66.6666666667%; }

  .ly_fbox_col09-tab {
    width: 75%; }

  .ly_fbox_col10-tab {
    width: 83.3333333333%; }

  .ly_fbox_col11-tab {
    width: 91.6666666667%; }

  .ly_fbox_col12-tab {
    width: 100%; } }
@media (min-width: 1025px) {
  .ly_fbox_col01-pc {
    width: 8.3333333333%; }

  .ly_fbox_col02-pc {
    width: 16.6666666667%; }

  .ly_fbox_col03-pc {
    width: 25%; }

  .ly_fbox_col04-pc {
    width: 33.3333333333%; }

  .ly_fbox_col05-pc {
    width: 41.6666666667%; }

  .ly_fbox_col06-pc {
    width: 50%; }

  .ly_fbox_col07-pc {
    width: 58.3333333333%; }

  .ly_fbox_col08-pc {
    width: 66.6666666667%; }

  .ly_fbox_col09-pc {
    width: 75%; }

  .ly_fbox_col10-pc {
    width: 83.3333333333%; }

  .ly_fbox_col11-pc {
    width: 91.6666666667%; }

  .ly_fbox_col12-pc {
    width: 100%; } }
/*----------------------
//ly_fbox_repeat
-----------------------*/
.ly_fboxAuto {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ddd;
  padding: 0.4em;
  margin: 0 0 2em; }
  .ly_fboxAuto > div {
    background: #ddd;
    padding: 1em;
    flex: 1 0 300px;
    margin: 0.4em; }

.ly_grid {
  display: grid;
  display: -ms-grid; }

.ly_grid__repeat {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 0.8em;
  border: 1px solid #ddd;
  padding: 0.8em;
  margin: 0 0 2em; }
  .ly_grid__repeat > div {
    background: #ddd;
    overflow: auto;
    min-width: 0;
    padding: 1em; }

/*----------------------
//MV
-----------------------*/
.bl_mv_inner {
  margin: 0 auto;
  width: 100vw; }

.bl_mv_titleWrapper {
  display: flex;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 16px 10px 24px 0;
  align-items: center;
  justify-content: center; }
  .bl_mv_titleWrapper .bl_mv_spqr {
    padding: 0 20px;
    position: relative;
    top: -20px;
    width: 160px; }

.bl_mv_shopSearch {
  max-width: 960px;
  margin: 0 auto;
  padding: 10px;
  text-align: right; }
  .bl_mv_shopSearch a {
    color: #fff; }
  .bl_mv_shopSearch img {
    width: 160px; }

.bl_coupon {
  display: flex;
  column-gap: 10px;
  width: 85vw;
  max-width: 1040px;
  height: 100%;
  margin: 0 auto;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 20px; }
  .bl_coupon_container {
    display: block;
    position: relative;
    align-self: stretch;
    width: 50%;
    padding: 3px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-between; }
    .bl_coupon_container:before {
      position: absolute;
      content: "";
      width: 25%;
      max-width: 300px;
      height: 12vw;
      top: -30px;
      left: -10px;
      background-size: 100% auto; }
  .bl_coupon_inner {
    padding: 0 16px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    flex-grow: 2;
    color: #fff; }
  .bl_coupon .bl_coupon_btn {
    line-height: 1 !important;
    padding: 12px 0;
    font-size: clamp(14px, 1.6vw, 18px);
    background: #fff; }
  .bl_coupon .__cupon1 .bl_coupon_inner {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #D93019; }
    .bl_coupon .__cupon1 .bl_coupon_inner img {
      padding-left: 30px; }
  .bl_coupon .__cupon1 .bl_coupon_btn {
    color: #D93019; }
  .bl_coupon .__cupon1:before {
    background: url(../images/mv_label1.svg) no-repeat;
    background-size: 100% auto; }
  .bl_coupon .__cupon2 .bl_coupon_inner {
    background: #205CA2; }
  .bl_coupon .__cupon2 .bl_coupon_btn {
    color: #1965BA !important; }
  .bl_coupon .__cupon2:before {
    background: url(../images/mv_label2.svg) no-repeat;
    background-size: 100% auto; }
  .bl_coupon_title {
    margin-bottom: 10px;
    color: #fff;
    font-weight: bold;
    font-size: clamp(14px, 1.3vw, 16px); }
    .bl_coupon_title small {
      font-size: 12px; }
  .bl_coupon_note {
    font-size: 8px; }
  .bl_coupon_cont {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center; }
  .bl_coupon_contInner {
    width: 100%; }
    .bl_coupon_contInner p {
      font-size: clamp(12px, 1.2vw, 14px); }
    .bl_coupon_contInner img {
      margin: 8px auto;
      width: 80%; }
  .bl_coupon_contText {
    width: 60%;
    font-size: clamp(12px, 1.3vw, 15px); }
    .bl_coupon_contText strong {
      font-size: clamp(14px, 1.6vw, 18px) !important;
      font-weight: bold !important; }
  .bl_coupon_contPic {
    width: 40%; }

.expire-time {
  font-size: 11px;
  font-weight: normal; }

.coupon-used:hover {
  cursor: default; }

.coupon-used .bl_coupon_btn.discount-ratio {
  color: #ddd !important; }

.coupon-used .bl_coupon_btn.discount-ratio .expire-time {
  color: #D93019; }

.coupon-used .bl_coupon_btn.blue.discount-ratio .expire-time {
  color: #1965BA; }

/*SP-----------------------------------------------------------*/
@media (max-width: 599px) {
  .bl_mv_titleWrapper {
    width: 90%;
    padding: 0 10px 16px 0; }

  .bl_coupon {
    column-gap: 4px;
    width: 95vw; }
    .bl_coupon_container {
      display: block;
      position: relative;
      align-self: stretch;
      width: 50%;
      padding: 3px;
      background: #fff;
      border-radius: 4px;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
      display: flex;
      flex-direction: column;
      align-content: center;
      justify-content: space-between; }
      .bl_coupon_container:before {
        position: absolute;
        content: "";
        width: 90px;
        max-width: 90px;
        height: 20vw;
        top: -20px;
        left: -10px;
        background-size: 100% auto; }
    .bl_coupon_inner {
      padding: 0 8px 8px 8px;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      flex-grow: 2;
      color: #fff; }
    .bl_coupon .bl_coupon_btn {
      line-height: 1 !important;
      padding: 12px 0;
      font-size: clamp(14px, 1.6vw, 18px);
      background: #fff; }
    .bl_coupon .__cupon1 .bl_coupon_inner img {
      padding-left: 0; }
    .bl_coupon .__cupon1:before {
      background: url(../images/mv_label1.svg) no-repeat;
      background-size: 100% auto; }
    .bl_coupon .__cupon2:before {
      background: url(../images/mv_label2.svg) no-repeat;
      background-size: 100% auto; }
    .bl_coupon_title {
      font-size: clamp(13px, 1.3vw, 16px); }
      .bl_coupon_title small {
        font-size: 10px; }
    .bl_coupon_note {
      font-size: 8px; }
    .bl_coupon_cont {
      display: flex;
      flex-direction: column; }
    .bl_coupon_contInner {
      width: 100%; }
      .bl_coupon_contInner p {
        font-size: clamp(12px, 1.2vw, 14px); }
      .bl_coupon_contInner img {
        margin: 8px auto; }
    .bl_coupon_contText {
      width: 100%;
      font-size: clamp(11px, 1.3vw, 15px); }
      .bl_coupon_contText strong {
        font-size: clamp(12px, 1.6vw, 18px) !important;
        font-weight: bold !important; }
    .bl_coupon_contPic {
      width: 100%; }
      .bl_coupon_contPic img {
        margin: 0 auto;
        width: 60%; }

  .expire-time {
    font-size: 11px;
    font-weight: normal; } }
figure {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0; }

/*----------------------
//slide
-----------------------*/
/*slide内で使用するcardItem*/
.swiper-container-wrapper {
  margin: 0 auto;
  max-width: 1400px;
  margin-bottom: 50px;
  padding: 0 20px; }

.bl_card {
  display: flex; }
  .bl_card_item {
    width: 50%; }
  .bl_card_itemInner {
    padding: 48px 16px 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    text-align: right; }
  .bl_card_tagline {
    font-size: clamp(13px, 1.3vw, 14px);
    font-weight: bold;
    height: 50%;
    		/*display: flex;
        align-items: center;
        justify-content: flex-end;*/ }
  .bl_card_ico {
    text-align: right; }
  .bl_card_title {
    font-size: clamp(13px, 1.3vw, 14px);
    font-weight: bold; }
  .bl_card_price1 {
    font-size: clamp(8px, 1vw, 11px); }
    .bl_card_price1 span {
      display: inline-block;
      margin-right: 2px;
      font-size: clamp(8px, 0.8vw, 8px);
      border: 1px solid #666;
      border-radius: 50%;
      line-height: 1 !important; }
  .bl_card_price2 {
    font-size: clamp(18px, 2vw, 22px);
    font-weight: bold;
    color: #EC4E39; }
    .bl_card_price2 span {
      font-size: clamp(8px, 1vw, 11px) !important;
      font-weight: normal; }
  .bl_card_price3 {
    font-size: clamp(14px, 1.6vw, 18px);
    color: #EC4E39; }
  .bl_card_img img {
    width: 100% !important; }

.sect_title {
  padding: 40px 0;
  font-weight: bold; }
  .sect_title:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 60px;
    margin-right: 2px; }
  .sect_title_formal {
    color: #7D408D; }
    .sect_title_formal:before {
      background: url(../images/ico_title_formal.svg) no-repeat center right/contain; }
  .sect_title_biz {
    color: #333; }
    .sect_title_biz:before {
      background: url(../images/ico_title_biz.svg) no-repeat center right/contain; }

.swiper-button-white {
  --swiper-navigation-color: #ddd!important; }

.swiper-button-disabled {
  opacity: 0 !important; }

/*SP-----------------------------------------------------------*/
@media (max-width: 599px) {
  .swiper-container-wrapper {
    margin: 0 auto;
    max-width: 1400px;
    margin-bottom: 30px;
    padding: 0 0; }

  .bl_card {
    display: flex;
    flex-wrap: wrap; }
    .bl_card_item {
      width: 100%; }
    .bl_card_item:nth-child(1) {
      order: 2; }
    .bl_card_item:nth-child(2) {
      order: 1; }
    .bl_card_itemInner {
      position: relative;
      padding: 16px 8px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      height: 100%;
      text-align: right; }
    .bl_card_tagline {
      font-size: clamp(13px, 1.3vw, 14px);
      font-weight: bold;
      height: 50%;
      margin-bottom: 8px;
      		/*display: flex;
          align-items: center;
          justify-content: flex-end;*/ }
    .bl_card_ico {
      text-align: left;
      position: absolute;
      top: -50px;
      left: 5px;
      width: 75% !important; }
    .bl_card_title {
      font-size: clamp(13px, 1.3vw, 14px);
      font-weight: bold; }
    .bl_card_price1 {
      font-size: clamp(8px, 1vw, 11px); }
      .bl_card_price1 span {
        display: inline-block;
        margin-right: 2px;
        font-size: clamp(8px, 0.8vw, 8px);
        border: 1px solid #666;
        border-radius: 50%;
        line-height: 1 !important; }
    .bl_card_price2 {
      font-size: clamp(18px, 2vw, 22px);
      font-weight: bold;
      color: #EC4E39; }
      .bl_card_price2 span {
        font-size: clamp(8px, 1vw, 11px) !important;
        font-weight: normal; }
    .bl_card_price3 {
      font-size: clamp(14px, 1.6vw, 18px);
      color: #EC4E39; }
    .bl_card_img img {
      width: 100% !important; } }
/*----------------------
//freshers
-----------------------*/
.bl_freshers {
  margin-top: 100px;
  background: -moz-linear-gradient(to top, #e26390, #e26390 50%, #48AAD5 50%);
  background: -webkit-linear-gradient(to top, #e26390, #e26390 50%, #48AAD5 50%);
  background: linear-gradient(to left, #e26390, #e26390 50%, #48AAD5 50%); }
  .bl_freshers_inner {
    background: url(../images/freshers_pc.jpg) no-repeat top center;
    background-size: contain;
    display: flex; }
  .bl_freshers_omatomeFrame {
    margin: 16vw auto 0 auto;
    border: 3px solid #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 2vw; }
    .bl_freshers_omatomeFrame img {
      max-width: 100%; }
  .bl_freshers_omatomeTitle {
    display: block;
    width: 75%;
    margin: 0 auto -1vw auto; }
  .bl_freshers_omatomeNote {
    margin-bottom: 4vw;
    padding: 10px;
    font-size: 10px;
    text-align: left;
    color: #333;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background: #fff; }
  .bl_freshers_mens {
    width: 28%; }
  .bl_freshers_ladys {
    width: 28%; }
  .bl_freshers_omatome {
    width: 44%; }

/*SP*/
@media (max-width: 599px) {
  .bl_freshers {
    margin-top: 30px;
    background: -moz-linear-gradient(to top, #e26390, #e26390 50%, #48AAD5 50%);
    background: -webkit-linear-gradient(to top, #e26390, #e26390 50%, #48AAD5 50%);
    background: linear-gradient(to left, #e26390, #e26390 50%, #48AAD5 50%); }
    .bl_freshers_inner {
      background: none;
      display: flex; }
    .bl_freshers_omatomeFrame {
      margin: 0 auto;
      border: 3px solid #fff;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
      padding: 2vw; }
      .bl_freshers_omatomeFrame img {
        max-width: 100%; }
    .bl_freshers_omatomeTitle {
      display: block;
      width: 75%;
      margin: 0 auto -1vw auto; }
    .bl_freshers_omatomeNote {
      margin-bottom: 4vw;
      padding: 10px;
      font-size: 10px;
      text-align: left;
      color: #333;
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px;
      background: #fff; }
    .bl_freshers_mens {
      width: 2%; }
    .bl_freshers_ladys {
      width: 2%; }
    .bl_freshers_omatome {
      width: 100%; } }
/*----------------------
//freshers
-----------------------*/
.bl_kyukyoku {
  background: -moz-linear-gradient(to left, #DD2C65, #DD2C65 50%, #004A90 50%);
  background: -webkit-linear-gradient(to left, #DD2C65, #DD2C65 50%, #004A90 50%);
  background: linear-gradient(to left, #DD2C65, #DD2C65 50%, #004A90 50%); }
  .bl_kyukyoku_inner {
    padding: 20px 40px; }
  .bl_kyukyoku_wrapper {
    width: 95vw;
    margin: 50px auto !important;
    max-width: 1200px; }
    .bl_kyukyoku_wrapper h2 {
      padding-left: 10px;
      text-align: left; }
    .bl_kyukyoku_wrapper h3 {
      margin-right: 10px;
      font-size: 24px; }
  .bl_kyukyoku_note1 {
    text-align: left;
    display: flex;
    align-items: center;
    padding: 8px; }
  .bl_kyukyoku_note2 {
    text-align: left;
    padding: 10px;
    font-size: 11px;
    color: #666;
    margin-bottom: 10px; }

/*SP*/
@media (max-width: 599px) {
  .bl_kyukyoku_inner {
    padding: 0; }
  .bl_kyukyoku_note1 {
    display: block;
    padding-top: 0; }
  .bl_kyukyoku_wrapper h2 {
    padding-left: 0;
    text-align: center; }
  .bl_kyukyoku_wrapper h3 {
    margin-right: 0;
    font-size: 20px;
    text-align: center; } }
/* CSS Document */
.bl_movie_wrapper {
  margin: -200px auto 0 auto;
  padding: 250px 0 100px 0;
  background: url(../images/bg.jpg) no-repeat center center;
  background-size: 100% 100%;
  background-attachment: fixed; }

.bl_movie {
  margin: 0 auto !important;
  width: 100vw;
  max-width: 800px; }
  .bl_movie.youtube {
    aspect-ratio: 16 / 9; }
  .bl_movie iframe {
    width: 100%;
    height: 100%; }
  .bl_movie video {
    width: 100%;
    height: 100%; }

/*SP--------------------------------*/
@media (max-width: 599px) {
  .bl_movie {
    width: 100%;
    aspect-ratio: 16 / 9; }
    .bl_movie iframe {
      width: 100%;
      height: 100%; }
    .bl_movie video {
      width: 100%;
      height: 100%; } }
/*----------------------
bl_mv_slide
-----------------------*/
.bl_mv_slide {
  display: flex;
  width: 90vw;
  margin: 0 auto !important;
  justify-content: space-between; }
  .bl_mv_slide section {
    flex-basis: 30%;
    width: 30vw; }
    .bl_mv_slide section a {
      position: relative;
      display: block; }
      .bl_mv_slide section a:hover {
        opacity: .8; }
      .bl_mv_slide section a h3 {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 9999;
        font-size: 14px;
        background: rgba(255, 255, 255, 0.3);
        color: #fff;
        border: #eee;
        border-radius: 2px;
        padding: 10px;
        text-align: center;
        width: 90%;
        max-width: 100px;
        height: 40px;
        text-shadow: 0 0 10px #ccc;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }

.bl_mv {
  position: relative;
  z-index: +1;
  margin-top: -12vw; }

.bl_mv_titleWrapper {
  background: #fff;
  border-radius: 2px;
  padding-top: 0; }

.bl_sns {
  display: flex;
  flex-direction: column;
  width: 30px;
  gap: 10px;
  position: absolute;
  top: 10px;
  right: 20px; }
  .bl_sns .bl_sns_title {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: mixed;
    text-orientation: mixed;
    letter-spacing: 4px;
    font-size: 11px;
    padding-right: 5px; }

/*SP*/
@media (max-width: 599px) {
  .bl_sns {
    display: flex;
    flex-direction: row;
    width: 70px;
    gap: 10px;
    position: absolute;
    top: -45px;
    right: 10px;
    z-index: 9999; }
    .bl_sns .bl_sns_title {
      display: none; } }
.hp_inline-bl {
  display: inline-block; }

.hp_shadow {
  display: inline-block;
  box-shadow: 10px 10px 15px -10px #666; }

.hp_shadow_thin {
  display: inline-block;
  box-shadow: 5px 5px 10px -10px #999; }

.hp_fs_s {
  font-size: 11px; }

.hp_bgWhite {
  background: #fff; }
