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

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

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

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

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

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

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

/* Lists (definition) */
/* ============================================ */
/*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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

/*th {
  text-align: left;
  font-weight: bold;
}*/
/*----------------------------------------
	custom property setting
-----------------------------------------*/
:root {
  /* color */
  --color-black: #000000;
  --color-blackolive: #3E3A39;
  --color-smokegray: #848789;
  --color-sogray: #868687;
  --color-silver: #AFAFAF;
  --color-platinum: #E6E6E6;
  --color-ghostwhite: #F9F9F9;
  --color-white: #FFFFFF;
  --color-primarylight: #FFF0F3;
  --color-primarydefault: #FA91A9;
  --color-primarydark: #F06583;
  --color-primaryred: #F60012;
  --color-sored: #df3232;
  --color-pink: #F8C1CA;
  --color-palepink: #FAD4DA;
  --color-peach: #FFDCDA;
  --color-linen: #FBEBE9;
  --color-mistyrose: #F9E6DF;
  --color-lavenderblush: #FFF0F0;
  --color-snow: #FFF6F7;
  --color-soapstone: #FFFAF8;
  --color-floralwhite: #FDF8F4;
  --color-americansilver: #D6C9CA;
  --color-flashwhite: #F2F2F2;
  --color-blue: #9DDCF5;
  --color-water: #CCF1FF;
  --color-bubbles: #EAF9FF;
  --color-green: #82c96e;
  --color-yellowgreen: #c2e793;
  /* font-weight */
  --font-bold: 700;
  --font-semibold: 600;
  --font-medium: 500;
  --font-regular: 400;
  --font-light: 300;
}

/*----------------------------------------
  default setting
-----------------------------------------*/
html {
  max-height: 100%;
  scroll-behavior: smooth;
}

dt,
th {
  font-weight: inherit;
}

small {
  font-size: inherit;
}

img {
  inline-size: 100%;
  block-size: auto;
}

body {
  color: var(--color-blackolive);
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, Verdana, Arial, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/*----------------------------------------
  font setting
-----------------------------------------*/
.font10_10 {
  font-size: 0.625rem;
}

.font11_10 {
  font-size: 0.6875rem;
}

.font11_11 {
  font-size: 0.6875rem;
}

.font12_11 {
  font-size: 0.75rem;
}

.font12_12 {
  font-size: 0.75rem;
}

.font13_11 {
  font-size: 0.8125rem;
}

.font13_12 {
  font-size: 0.8125rem;
}

.font13_13 {
  font-size: 0.8125rem;
}

.font14_11 {
  font-size: 0.875rem;
}

.font14_12 {
  font-size: 0.875rem;
}

.font14_13 {
  font-size: 0.875rem;
}

.font14_14 {
  font-size: 0.875rem;
}

.font15_12 {
  font-size: 0.9375rem;
}

.font15_13 {
  font-size: 0.9375rem;
}

.font15_14 {
  font-size: 0.9375rem;
}

.font16_12 {
  font-size: 1rem;
}

.font16_13 {
  font-size: 1rem;
}

.font16_14 {
  font-size: 1rem;
}

.font16_15 {
  font-size: 1rem;
}

.font16_16 {
  font-size: 1rem;
}

.font18_12 {
  font-size: 1.125rem;
}

.font18_13 {
  font-size: 1.125rem;
}

.font18_14 {
  font-size: 1.125rem;
}

.font18_15 {
  font-size: 1.125rem;
}

.font18_16 {
  font-size: 1.125rem;
}

.font18_18 {
  font-size: 1.125rem;
}

.font20_14 {
  font-size: 1.25rem;
}

.font20_15 {
  font-size: 1.25rem;
}

.font20_16 {
  font-size: 1.25rem;
}

.font20_18 {
  font-size: 1.25rem;
}

.font20_20 {
  font-size: 1.25rem;
}

.font22_20 {
  font-size: 1.375rem;
}

.font22_18 {
  font-size: 1.375rem;
}

.font24_16 {
  font-size: 1.5rem;
}

.font24_18 {
  font-size: 1.5rem;
}

.font24_20 {
  font-size: 1.5rem;
}

.font26_22 {
  font-size: 1.625rem;
}

.font28_18 {
  font-size: 1.75rem;
}

.font28_20 {
  font-size: 1.75rem;
}

.font28_22 {
  font-size: 1.75rem;
}

.font28_24 {
  font-size: 1.75rem;
}

.font28_28 {
  font-size: 1.75rem;
}

.font30_20 {
  font-size: 1.875rem;
}

.font30_22 {
  font-size: 1.875rem;
}

.font30_24 {
  font-size: 1.875rem;
}

.font30_28 {
  font-size: 1.875rem;
}

.font32_18 {
  font-size: 2rem;
}

.font32_20 {
  font-size: 2rem;
}

.font32_24 {
  font-size: 2rem;
}

.font32_28 {
  font-size: 2rem;
}

.font34_28 {
  font-size: 2.125rem;
}

.font36_24 {
  font-size: 2.25rem;
}

.font36_28 {
  font-size: 2.25rem;
}

.font36_30 {
  font-size: 2.25rem;
}

.font38_24 {
  font-size: 2.375rem;
}

.font38_28 {
  font-size: 2.375rem;
}

.font38_30 {
  font-size: 2.375rem;
}

.font40_28 {
  font-size: 2.5rem;
}

.font40_30 {
  font-size: 2.5rem;
}

.font48_28 {
  font-size: 3rem;
}

.font48_32 {
  font-size: 3rem;
}

.font48_40 {
  font-size: 3rem;
}

.font50_30 {
  font-size: 3.125rem;
}

.font56_32 {
  font-size: 3.5rem;
}

.font56_34 {
  font-size: 3.5rem;
}

.font70_36 {
  font-size: 4.375rem;
}

.font80_46 {
  font-size: 5rem;
}

@media screen and (max-width: 768px) {
  .font10_10 {
    font-size: 2.5vw;
  }
  .font11_10 {
    font-size: 2.5vw;
  }
  .font11_11 {
    font-size: 2.75vw;
  }
  .font12_11 {
    font-size: 2.75vw;
  }
  .font12_12 {
    font-size: 3vw;
  }
  .font13_11 {
    font-size: 2.75vw;
  }
  .font13_12 {
    font-size: 3vw;
  }
  .font13_13 {
    font-size: 3.25vw;
  }
  .font14_11 {
    font-size: 2.75vw;
  }
  .font14_12 {
    font-size: 3vw;
  }
  .font14_13 {
    font-size: 3.25vw;
  }
  .font14_14 {
    font-size: 3.5vw;
  }
  .font15_12 {
    font-size: 3vw;
  }
  .font15_13 {
    font-size: 3.25vw;
  }
  .font15_14 {
    font-size: 3.5vw;
  }
  .font16_12 {
    font-size: 3vw;
  }
  .font16_13 {
    font-size: 3.25vw;
  }
  .font16_14 {
    font-size: 3.5vw;
  }
  .font16_15 {
    font-size: 3.75vw;
  }
  .font16_16 {
    font-size: 4vw;
  }
  .font18_12 {
    font-size: 3vw;
  }
  .font18_13 {
    font-size: 3.25vw;
  }
  .font18_14 {
    font-size: 3.5vw;
  }
  .font18_15 {
    font-size: 3.75vw;
  }
  .font18_16 {
    font-size: 4vw;
  }
  .font18_18 {
    font-size: 4.5vw;
  }
  .font20_14 {
    font-size: 3.5vw;
  }
  .font20_15 {
    font-size: 3.75vw;
  }
  .font20_16 {
    font-size: 4vw;
  }
  .font20_18 {
    font-size: 4.5vw;
  }
  .font20_20 {
    font-size: 5vw;
  }
  .font22_20 {
    font-size: 5vw;
  }
  .font22_18 {
    font-size: 4.5vw;
  }
  .font24_16 {
    font-size: 4vw;
  }
  .font24_18 {
    font-size: 4.5vw;
  }
  .font24_20 {
    font-size: 5vw;
  }
  .font26_22 {
    font-size: 5.5vw;
  }
  .font28_18 {
    font-size: 4.5vw;
  }
  .font28_20 {
    font-size: 5vw;
  }
  .font28_22 {
    font-size: 5.5vw;
  }
  .font28_24 {
    font-size: 6vw;
  }
  .font28_28 {
    font-size: 7vw;
  }
  .font30_20 {
    font-size: 5vw;
  }
  .font30_22 {
    font-size: 5.5vw;
  }
  .font30_24 {
    font-size: 6vw;
  }
  .font30_28 {
    font-size: 7vw;
  }
  .font32_18 {
    font-size: 4.5vw;
  }
  .font32_20 {
    font-size: 5vw;
  }
  .font32_24 {
    font-size: 6vw;
  }
  .font32_28 {
    font-size: 7vw;
  }
  .font34_28 {
    font-size: 7vw;
  }
  .font36_24 {
    font-size: 6vw;
  }
  .font36_28 {
    font-size: 7vw;
  }
  .font36_30 {
    font-size: 7.5vw;
  }
  .font38_24 {
    font-size: 6vw;
  }
  .font38_28 {
    font-size: 7vw;
  }
  .font38_30 {
    font-size: 7.5vw;
  }
  .font40_28 {
    font-size: 7vw;
  }
  .font40_30 {
    font-size: 7.5vw;
  }
  .font48_28 {
    font-size: 7vw;
  }
  .font48_32 {
    font-size: 8vw;
  }
  .font48_40 {
    font-size: 10vw;
  }
  .font50_30 {
    font-size: 7.5vw;
  }
  .font56_32 {
    font-size: 8vw;
  }
  .font56_34 {
    font-size: 8.5vw;
  }
  .font70_36 {
    font-size: 9vw;
  }
  .font80_46 {
    font-size: 11.5vw;
  }
}
/* barlow semi condensed */
.barlow {
  font-family: "Barlow Semi Condensed", sans-serif;
}

/*! Yaku Han JP v4.1.1 (OFL-1.1 AND MIT) by Qrac | Type: YakuHanJP - Based on Noto Sans JP */
@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(/asset/fonts/YakuHanJP-Thin.woff2) format("woff2");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(/asset/fonts/YakuHanJP-ExtraLight.woff2) format("woff2");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/asset/fonts/YakuHanJP-Light.woff2) format("woff2");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/asset/fonts/YakuHanJP-Regular.woff2) format("woff2");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/asset/fonts/YakuHanJP-Medium.woff2) format("woff2");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/asset/fonts/YakuHanJP-SemiBold.woff2) format("woff2");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/asset/fonts/YakuHanJP-Bold.woff2) format("woff2");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/asset/fonts/YakuHanJP-ExtraBold.woff2) format("woff2");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/asset/fonts/YakuHanJP-Black.woff2) format("woff2");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
/*----------------------------------------
	other settings
-----------------------------------------*/
.pcObj {
  display: block;
}

.spObj {
  display: none;
}

@media screen and (max-width: 768px) {
  .pcObj {
    display: none;
  }
  .spObj {
    display: block;
  }
}
/*----------------------------------------
	icon button base
-----------------------------------------*/
.c-icon-base {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  caret-color: transparent;
  transition: border-color 0.2s, background-color 0.2s;
  flex-shrink: 0;
}
.c-icon-base::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.c-icon-base--xs {
  width: 1.875rem;
  height: 1.875rem;
}
.c-icon-base--xs::after {
  width: calc(14 / 30 * 100%);
  height: calc(10 / 30 * 100%);
}
@media screen and (max-width: 768px) {
  .c-icon-base--xs {
    width: 5vw;
    height: 5vw;
  }
  .c-icon-base--xs::after {
    width: calc(8 / 20 * 100%);
    height: calc(6 / 20 * 100%);
  }
}
.c-icon-base--s {
  width: 2.5rem;
  height: 2.5rem;
}
.c-icon-base--s::after {
  width: calc(19 / 40 * 100%);
  height: calc(13 / 40 * 100%);
}
@media screen and (max-width: 768px) {
  .c-icon-base--s {
    width: 6vw;
    height: 6vw;
  }
  .c-icon-base--s::after {
    width: calc(12 / 24 * 100%);
    height: calc(8 / 24 * 100%);
  }
}
.c-icon-base--m {
  width: 3rem;
  height: 3rem;
}
.c-icon-base--m::after {
  width: calc(19 / 48 * 100%);
  height: calc(13 / 48 * 100%);
}
@media screen and (max-width: 768px) {
  .c-icon-base--m {
    width: 7.5vw;
    height: 7.5vw;
  }
  .c-icon-base--m::after {
    width: calc(12 / 30 * 100%);
    height: calc(8 / 30 * 100%);
  }
}
.c-icon-base--l {
  width: 3.75rem;
  height: 3.75rem;
}
.c-icon-base--l::after {
  width: calc(19 / 60 * 100%);
  height: calc(13 / 60 * 100%);
}
@media screen and (max-width: 768px) {
  .c-icon-base--l {
    width: 9vw;
    height: 9vw;
  }
  .c-icon-base--l::after {
    width: calc(14 / 36 * 100%);
    height: calc(10 / 36 * 100%);
  }
}
.c-icon-base--xl {
  width: 4.5rem;
  height: 4.5rem;
}
.c-icon-base--xl::after {
  width: calc(20 / 72 * 100%);
  height: calc(14 / 72 * 100%);
}
@media screen and (max-width: 768px) {
  .c-icon-base--xl {
    width: 10.5vw;
    height: 10.5vw;
  }
  .c-icon-base--xl::after {
    width: calc(16 / 42 * 100%);
    height: calc(12 / 42 * 100%);
  }
}
.c-icon-base--pink {
  background-color: var(--color-primarydefault);
  border-color: var(--color-primarydefault);
}
.c-icon-base--pink::after {
  background-image: url(/asset/img/common/ic-arrow-right-white.svg);
}
.c-icon-base--white {
  background-color: var(--color-white);
  border-color: var(--color-white);
}
.c-icon-base--white::after {
  background-image: url(/asset/img/common/ic-arrow-right-pink.svg);
}
.c-icon-base--wdp {
  background-color: var(--color-white);
  border-color: var(--color-primarydark);
}
.c-icon-base--wdp::after {
  background-image: url(/asset/img/common/ic-arrow-right-darkpink.svg);
}
.c-icon-base--black {
  background-color: var(--color-black);
  border-color: var(--color-black);
}
.c-icon-base--black::after {
  background-image: url(/asset/img/common/ic-arrow-right-white.svg);
}
.c-icon-base--sored {
  background-color: var(--color-sored);
  border-color: var(--color-sored);
}
.c-icon-base--sored::after {
  background-image: url(/asset/img/common/ic-arrow-right-white.svg);
}
.c-icon-base--wsored {
  background-color: var(--color-white);
  border-color: var(--color-sored);
}
.c-icon-base--wsored::after {
  background-image: url(/asset/img/common/ic-arrow-right-red.svg);
}

/*----------------------------------------
	link area
-----------------------------------------*/
.c-link-area {
  display: inline-flex;
  align-items: center;
  gap: 1em;
  font-weight: var(--font-medium);
  font-size: 1em;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  caret-color: transparent;
}
.c-link-area.card {
  display: block;
  position: relative;
}
.c-link-area.card .c-icon-base {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-link-area.card .c-icon-base {
    right: 2.5vw;
    bottom: 2.5vw;
  }
}
@media (hover: hover) {
  .c-link-area:hover .c-hover--pink {
    border-color: var(--color-primarydefault);
    background-color: var(--color-primarydefault);
  }
  .c-link-area:hover .c-hover--pink::after {
    background-image: url(/asset/img/common/ic-arrow-right-white.svg);
  }
  .c-link-area:hover .c-hover--darkpink {
    border-color: var(--color-primarydark);
    background-color: var(--color-primarydark);
  }
  .c-link-area:hover .c-hover--darkpink::after {
    background-image: url(/asset/img/common/ic-arrow-right-white.svg);
  }
  .c-link-area:hover .c-hover--white {
    border-color: var(--color-primarydefault);
    background-color: var(--color-white);
  }
  .c-link-area:hover .c-hover--white::after {
    background-image: url(/asset/img/common/ic-arrow-right-pink.svg);
  }
  .c-link-area:hover .c-hover--sogray {
    border-color: var(--color-sogray);
    background-color: var(--color-sogray);
  }
  .c-link-area:hover .c-hover--sogray::after {
    background-image: url(/asset/img/common/ic-arrow-right-white.svg);
  }
  .c-link-area:hover .c-hover--sored {
    border-color: var(--color-sored);
    background-color: var(--color-sored);
  }
  .c-link-area:hover .c-hover--sored::after {
    background-image: url(/asset/img/common/ic-arrow-right-white.svg);
  }
  .c-link-area:hover .c-hover--black::after {
    background-image: url(/asset/img/common/ic-arrow-right-black.svg);
  }
}

.c-btn-txt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 10em;
  font-weight: var(--font-medium);
  text-decoration: none;
  cursor: pointer;
  caret-color: transparent;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.c-btn-txt__ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.c-btn-txt__ic::after {
  content: "";
  display: block;
}
.c-btn-txt--pink-solid {
  gap: 24px;
  padding: 24px 90px;
  background-color: var(--color-primarydefault);
  color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .c-btn-txt--pink-solid {
    gap: 6vw;
    padding: 3.25vw 10.25vw;
  }
}
@media (hover: hover) {
  .c-btn-txt--pink-solid:hover {
    background-color: var(--color-white);
    border-color: var(--color-primarydefault);
    color: var(--color-primarydefault);
  }
}
.c-btn-txt--pink-solid .c-btn-txt__ic::after {
  border-radius: 50%;
  background-color: var(--color-white);
  width: 30px;
  height: 30px;
  background-image: url("/asset/img/common/ic-arrow-right-pink.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 46% auto;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
@media screen and (max-width: 768px) {
  .c-btn-txt--pink-solid .c-btn-txt__ic::after {
    width: 5vw;
    height: 5vw;
    background-size: 40% auto;
  }
}
@media (hover: hover) {
  .c-btn-txt--pink-solid:hover .c-btn-txt__ic::after {
    background-color: var(--color-primarydefault);
    background-image: url(/asset/img/common/ic-arrow-right-white.svg);
  }
}
.c-btn-txt--black-solid {
  gap: 24px;
  padding: 25px 90px;
  background-color: var(--color-white);
  color: var(--color-blackolive);
  border: 1px solid var(--color-blackolive);
  transition: border-color 0.2s, color 0.2s;
}
@media screen and (max-width: 768px) {
  .c-btn-txt--black-solid {
    gap: 6vw;
    padding: 3.25vw 10.25vw;
  }
}
@media (hover: hover) {
  .c-btn-txt--black-solid:hover {
    border-color: var(--color-primarydefault);
    color: var(--color-primarydefault);
  }
}
.c-btn-txt--purchase {
  gap: 23px;
  padding: 13px 16px;
  background-color: var(--color-primarydefault);
  border-radius: 4px;
  color: var(--color-white);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-btn-txt--purchase {
    padding: 3.25vw 3vw 3.75vw 4vw;
    gap: 5vw;
  }
}
@media (hover: hover) {
  .c-btn-txt--purchase:hover {
    background-color: var(--color-white);
    border-color: var(--color-primarydefault);
    color: var(--color-primarydefault);
  }
}
.c-btn-txt--purchase .c-btn-txt__ic::after {
  width: 12px;
  height: 12px;
  background-image: url("/asset/img/common/ic-tabs-white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
@media (hover: hover) {
  .c-btn-txt--purchase:hover .c-btn-txt__ic::after {
    background-image: url(/asset/img/common/ic-tabs-pink.svg);
  }
}
.c-btn-txt--news-btn {
  gap: 12px;
  padding: 20px 56px;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .c-btn-txt--news-btn {
    gap: 3vw;
    padding: 3.75vw 8.75vw;
  }
}
.c-btn-txt--news-btn .c-btn-txt__ic::after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-image: url("/asset/img/common/ic-arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40% auto;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
@media screen and (max-width: 768px) {
  .c-btn-txt--news-btn .c-btn-txt__ic::after {
    width: 5vw;
    height: 5vw;
    background-size: 40% auto;
  }
}
.c-btn-txt--news-btn.black {
  border-color: var(--color-blackolive);
  color: var(--color-blackolive);
}
.c-btn-txt--news-btn.black .c-btn-txt__ic::after {
  background-color: var(--color-blackolive);
}
@media (hover: hover) {
  .c-btn-txt--news-btn.black:hover {
    background-color: var(--color-blackolive);
    border-color: var(--color-blackolive);
    color: var(--color-white);
  }
  .c-btn-txt--news-btn.black:hover .c-btn-txt__ic::after {
    background-color: var(--color-white);
    background-image: url(/asset/img/common/ic-arrow-right-black.svg);
  }
}
.c-btn-txt--news-btn.pink {
  border-color: var(--color-primarydefault);
  color: var(--color-primarydefault);
}
.c-btn-txt--news-btn.pink .c-btn-txt__ic::after {
  background-color: var(--color-primarydefault);
}
@media (hover: hover) {
  .c-btn-txt--news-btn.pink:hover {
    background-color: var(--color-primarydefault);
    border-color: var(--color-primarydefault);
    color: var(--color-white);
  }
  .c-btn-txt--news-btn.pink:hover .c-btn-txt__ic::after {
    background-color: var(--color-white);
    background-image: url(/asset/img/common/ic-arrow-right-pink.svg);
  }
}
.c-btn-txt--news-btn.black02 {
  border-color: var(--color-blackolive);
  color: var(--color-blackolive);
  transition: color 0.2s ease, border 0.2s ease;
}
.c-btn-txt--news-btn.black02 .c-btn-txt__ic::after {
  background-color: var(--color-blackolive);
}
@media (hover: hover) {
  .c-btn-txt--news-btn.black02:hover {
    border-color: var(--color-primarydefault);
    color: var(--color-primarydefault);
  }
  .c-btn-txt--news-btn.black02:hover .c-btn-txt__ic::after {
    background-color: var(--color-primarydefault);
  }
}
.c-btn-txt--news-btn.pink02 {
  background-color: var(--color-primarydefault);
  border-color: var(--color-primarydefault);
  color: var(--color-white);
  transition: color 0.2s ease, border 0.2s ease, background 0.2s ease;
}
.c-btn-txt--news-btn.pink02 .c-btn-txt__ic::after {
  background-color: var(--color-white);
  background-image: url(/asset/img/common/ic-arrow-right-pink.svg);
}
@media (hover: hover) {
  .c-btn-txt--news-btn.pink02:hover {
    background-color: var(--color-white);
    border-color: var(--color-primarydefault);
    color: var(--color-primarydefault);
  }
  .c-btn-txt--news-btn.pink02:hover .c-btn-txt__ic::after {
    background-color: var(--color-primarydefault);
    background-image: url(/asset/img/common/ic-arrow-right-white.svg);
  }
}

/*----------------------------------------
  list
-----------------------------------------*/
[class*=c-list] {
  list-style-type: none;
}

[class*=c-list][class*="--dots"] {
  counter-reset: dot;
}
[class*=c-list][class*="--dots"] li {
  display: flex;
}
[class*=c-list][class*="--dots"] li::before {
  counter-increment: dot;
  content: "・";
}

[class*=c-list][class*="--note"] {
  counter-reset: note;
}
[class*=c-list][class*="--note"] li {
  display: flex;
}
[class*=c-list][class*="--note"] li::before {
  counter-increment: note;
  content: "※";
}

[class*=c-list][class*="--num"] {
  counter-reset: num;
}
[class*=c-list][class*="--num"] li {
  display: flex;
}
[class*=c-list][class*="--num"] li::before {
  counter-increment: num;
  content: counter(num, decimal) ".";
}

[class*=c-list][class*="--alpha"] {
  counter-reset: alpha;
}
[class*=c-list][class*="--alpha"] li {
  display: flex;
}
[class*=c-list][class*="--alpha"] li::before {
  counter-increment: alpha;
  content: counter(alpha, lower-alpha) ".";
}

[class*=c-list][class*="--roman"] {
  counter-reset: roman;
}
[class*=c-list][class*="--roman"] li {
  display: flex;
}
[class*=c-list][class*="--roman"] li::before {
  counter-increment: roman;
  content: counter(roman, lower-roman) ".";
}

/*----------------------------------------
  border-radius （right / left）
-----------------------------------------*/
@media screen and (min-width: 769px) {
  .radius-right {
    border-radius: 0 300px 0 0;
  }
}
@media screen and (max-width: 1300px) and (min-width: 769px) {
  .radius-right {
    border-radius: 0 180px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .radius-right {
    border-radius: 0 26.25vw 0 0;
  }
}

@media screen and (min-width: 769px) {
  .radius-left {
    border-radius: 300px 0 0 0;
  }
}
@media screen and (max-width: 1300px) and (min-width: 769px) {
  .radius-left {
    border-radius: 180px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .radius-left {
    border-radius: 26.25vw 0 0 0;
  }
}

/*----------------------------------------
  box
-----------------------------------------*/
.magazine-item:not(.simple) {
  display: grid;
}
@media screen and (min-width: 769px) {
  .magazine-item:not(.simple) {
    grid-template-columns: 54% 1fr;
    gap: 60px 6.122%;
  }
}
@media screen and (max-width: 768px) {
  .magazine-item:not(.simple) {
    gap: 7.5vw;
  }
}
@media screen and (min-width: 769px) {
  .magazine-item:not(.simple) figure {
    width: 100%;
  }
}
.magazine-item:not(.simple) figure + div {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: repeat(4, auto);
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  margin-block: auto;
}
@media screen and (min-width: 769px) {
  .magazine-item:not(.simple) figure + div {
    -moz-column-gap: 28px;
         column-gap: 28px;
  }
}
@media screen and (max-width: 768px) {
  .magazine-item:not(.simple) figure + div {
    -moz-column-gap: 3vw;
         column-gap: 3vw;
  }
}
.magazine-item:not(.simple) p:nth-of-type(1) {
  grid-column: 1/2;
  font-weight: var(--font-medium);
  line-height: 1;
  letter-spacing: 0.01em;
}
.magazine-item:not(.simple) .tag-category01 {
  grid-column: 2/3;
}
.magazine-item:not(.simple) p:nth-of-type(3) {
  grid-column: 1/-1;
  line-height: 1.5;
  font-weight: var(--font-medium);
}
@media screen and (min-width: 769px) {
  .magazine-item:not(.simple) p:nth-of-type(3) {
    margin-block-start: 20px;
  }
}
@media screen and (max-width: 768px) {
  .magazine-item:not(.simple) p:nth-of-type(3) {
    margin-block-start: 3.25vw;
  }
}
.magazine-item:not(.simple) p:nth-of-type(4) {
  grid-column: 1/-1;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .magazine-item:not(.simple) p:nth-of-type(4) {
    margin-block-start: 20px;
  }
}
@media screen and (max-width: 768px) {
  .magazine-item:not(.simple) p:nth-of-type(4) {
    margin-block-start: 2.5vw;
  }
}
.magazine-item:not(.simple) p:nth-of-type(5) {
  grid-column: 1/-1;
}
@media screen and (min-width: 769px) {
  .magazine-item:not(.simple) p:nth-of-type(5) {
    margin-block-start: 48px;
  }
}
@media screen and (max-width: 768px) {
  .magazine-item:not(.simple) p:nth-of-type(5) {
    margin-block-start: 4.5vw;
  }
}
.magazine-item:not(.simple) p:nth-of-type(5) a {
  gap: 0.75em;
  letter-spacing: 0.01em;
}
.magazine-list {
  display: grid;
}
@media screen and (min-width: 769px) {
  .magazine-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 80px 8.163%;
  }
}
@media screen and (max-width: 768px) {
  .magazine-list {
    grid-template-columns: 1fr;
    gap: 7.5vw;
  }
}

.magazine-item.simple a {
  display: grid;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 769px) {
  .magazine-item.simple a {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    gap: 15px 15px;
  }
}
@media screen and (max-width: 768px) {
  .magazine-item.simple a {
    gap: 2.5vw;
  }
}
.magazine-item.simple figure {
  width: 100%;
  overflow: hidden;
}
.magazine-item.simple figure + div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 769px) {
  .magazine-item.simple figure + div {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .magazine-item.simple figure + div {
    -moz-column-gap: 5vw;
         column-gap: 5vw;
  }
}
.magazine-item.simple img {
  transition: scale 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.magazine-item.simple p:nth-of-type(1) {
  grid-column: 1/2;
  font-weight: var(--font-medium);
  line-height: 1;
  letter-spacing: 0.01em;
}
.magazine-item.simple .tag-category01 {
  grid-column: 2/3;
}
.magazine-item.simple p:nth-of-type(3) {
  grid-column: 1/-1;
  line-height: 2;
  font-weight: var(--font-medium);
  display: flex;
  justify-content: space-between;
  gap: 1em;
}
@media screen and (min-width: 769px) {
  .magazine-item.simple p:nth-of-type(3) {
    margin-block-start: 20px;
  }
}
@media screen and (max-width: 768px) {
  .magazine-item.simple p:nth-of-type(3) {
    margin-block-start: 2.5vw;
  }
}
.magazine-item.simple .c-icon-base {
  margin-block: auto;
}
@media (hover: hover) {
  .magazine-item.simple:hover img {
    scale: 1.1;
  }
}
.magazine-item.new {
  position: relative;
}
.magazine-item.new::before {
  content: "NEW";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-primarydefault);
  font-family: "Barlow Semi Condensed", sans-serif;
  color: var(--color-white);
  font-weight: var(--font-medium);
  line-height: 1;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .magazine-item.new::before {
    top: -10px;
    left: -10px;
    width: 48px;
    height: 48px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 768px) {
  .magazine-item.new::before {
    top: -2.5vw;
    left: -2.5vw;
    width: 12vw;
    height: 12vw;
    font-size: 3.25vw;
  }
}

/*----------------------------------------
	- EDITOR
-----------------------------------------*/
.editor {
  overflow: hidden;
}
.editor h2 {
  font-weight: var(--font-medium);
}
@media screen and (min-width: 769px) {
  .editor h2 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .editor h2 {
    font-size: 4.5vw;
    line-height: 2;
  }
}
.editor h3 {
  font-weight: var(--font-medium);
}
@media screen and (min-width: 769px) {
  .editor h3 {
    font-size: 1.25rem;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .editor h3 {
    font-size: 4vw;
    line-height: 2;
  }
}
.editor h4 {
  font-weight: var(--font-medium);
}
@media screen and (min-width: 769px) {
  .editor h4 {
    font-size: 1rem;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .editor h4 {
    font-size: 4vw;
    line-height: 2;
  }
}
.editor div:not([class]):has(> div:not([class])),
.editor p {
  font-weight: var(--font-regular);
}
@media screen and (min-width: 769px) {
  .editor div:not([class]):has(> div:not([class])),
  .editor p {
    font-size: 1rem;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .editor div:not([class]):has(> div:not([class])),
  .editor p {
    font-size: 3.5vw;
    line-height: 2;
  }
}
.editor figcaption {
  font-weight: var(--font-regular);
}
@media screen and (min-width: 769px) {
  .editor figcaption {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .editor figcaption {
    font-size: 3.25vw;
    line-height: 1.5;
  }
}
.editor .mt-figure-center {
  text-align: center;
}
.editor .mt-figure-center figcaption {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .editor > .mt-figure figcaption {
    padding-inline: 5vw;
  }
}
.editor div:not([class]):has(> div:not([class])) span > a,
.editor div:not([class]) > a,
.editor p > a {
  display: inline-block;
  font-weight: var(--font-medium);
  color: var(--color-primarydark);
  text-decoration: underline;
  transition: color 0.2s;
}
@media screen and (min-width: 769px) {
  .editor div:not([class]):has(> div:not([class])) span > a,
  .editor div:not([class]) > a,
  .editor p > a {
    font-size: 1rem;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .editor div:not([class]):has(> div:not([class])) span > a,
  .editor div:not([class]) > a,
  .editor p > a {
    font-size: 3.5vw;
    line-height: 2;
  }
}
@media (hover: hover) {
  .editor div:not([class]):has(> div:not([class])) span > a:hover,
  .editor div:not([class]) > a:hover,
  .editor p > a:hover {
    color: var(--color-blackolive);
    text-decoration: none;
  }
}
.editor a[target=_blank]:not([class*=c-btn]) {
  display: inline-block;
}
.editor a[target=_blank]:not([class*=c-btn])::after {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/asset/img/common/ic-tabs-black.svg);
  width: 1em;
  height: 1em;
  margin-block: auto;
  margin-inline: 0.75em 0;
}
.editor a[href$=pdf]:not([class*=c-btn]) {
  display: inline-block;
}
.editor a[href$=pdf]:not([class*=c-btn])::after {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/asset/img/common/ic-pdf-black.svg);
  width: 1em;
  height: 1.125em;
  margin-block: auto;
  margin-inline: 0.75em 0;
}
.editor ul li {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 769px) {
  .editor ul li {
    font-size: 1rem;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .editor ul li {
    font-size: 3.5vw;
    line-height: 2;
  }
}
.editor ul li::before {
  counter-increment: dot;
  content: "・";
  margin-inline-end: 0.4em;
}
.editor ol li {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 769px) {
  .editor ol li {
    font-size: 0.75rem;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .editor ol li {
    font-size: 2.75vw;
    line-height: 1.5;
  }
}
.editor ol li::before {
  content: "※";
}
.editor th, .editor td {
  border: 1px solid var(--color-platinum);
}
@media screen and (min-width: 769px) {
  .editor th, .editor td {
    font-size: 1rem;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .editor th, .editor td {
    font-size: 3.5vw;
    line-height: 2;
  }
}
.editor th {
  font-weight: var(--font-medium);
}
@media screen and (max-width: 768px) {
  .editor > .mt-figure,
  .editor > p:has(img) {
    margin-inline: calc(50% - 50vw);
    width: 100vw;
  }
}
@media screen and (min-width: 769px) {
  .editor .mt-be-columns {
    gap: 4.545%;
  }
}
@media screen and (max-width: 768px) {
  .editor .mt-be-columns {
    flex-direction: column;
    gap: 7.5vw;
  }
}
.editor .mt-be-columns .mt-be-column {
  flex: 1;
}
.editor hr {
  color: var(--color-americansilver);
}
.editor blockquote {
  border-inline-start: 4px solid var(--color-platinum);
  padding-inline: 1em;
}
.editor > :first-child {
  margin-block-start: 0 !important;
}
@media screen and (min-width: 769px) {
  .editor :where(h1, h2, h3, h4, h5, h6) {
    margin-block-start: 60px;
  }
}
@media screen and (max-width: 768px) {
  .editor :where(h1, h2, h3, h4, h5, h6) {
    margin-block-start: 7.5vw;
  }
}
@media screen and (min-width: 769px) {
  .editor .mt-be-columns {
    margin-block-start: 60px;
  }
}
@media screen and (max-width: 768px) {
  .editor .mt-be-columns {
    margin-block-start: 7.5vw;
  }
}
@media screen and (min-width: 769px) {
  .editor .mt-be-columns:has(+ *) {
    margin-block: 60px;
  }
}
@media screen and (max-width: 768px) {
  .editor .mt-be-columns:has(+ *) {
    margin-block: 7.5vw;
  }
}
@media screen and (min-width: 769px) {
  .editor :where(h1, h2, h3, h4, h5, h6) + .mt-be-columns {
    margin-block-start: 20px;
  }
}
@media screen and (max-width: 768px) {
  .editor :where(h1, h2, h3, h4, h5, h6) + .mt-be-columns {
    margin-block-start: 2.5vw;
  }
}
.editor .mt-be-column > :first-child {
  margin-block-start: 0;
}
@media screen and (min-width: 769px) {
  .editor div:not([class]):has(> div:not([class])),
  .editor div:not([class]):has(> a),
  .editor p,
  .editor figcaption {
    margin-block-start: 20px;
  }
}
@media screen and (max-width: 768px) {
  .editor div:not([class]):has(> div:not([class])),
  .editor div:not([class]):has(> a),
  .editor p,
  .editor figcaption {
    margin-block-start: 2.5vw;
  }
}
@media screen and (min-width: 769px) {
  .editor div:not([class]):has(> div:not([class]) a) {
    margin-block-start: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .editor div:not([class]):has(> div:not([class]) a) {
    margin-block-start: 2.5vw !important;
  }
}
.editor :is(p:not(:has(*)), div:not([class]):has(> div:not([class]))) + :is(p:not(:has(*)), div:not([class]):has(> div:not([class]))) {
  margin-block-start: 0;
}
@media screen and (min-width: 769px) {
  .editor .mt-figure:not(:first-child),
  .editor p:not(:first-child):has(> img) {
    margin-block-start: 60px;
  }
}
@media screen and (max-width: 768px) {
  .editor .mt-figure:not(:first-child),
  .editor p:not(:first-child):has(> img) {
    margin-block-start: 7.5vw;
  }
}
@media screen and (min-width: 769px) {
  .editor ol {
    margin-block-start: 20px;
  }
}
@media screen and (max-width: 768px) {
  .editor ol {
    margin-block-start: 3vw;
  }
}
@media screen and (min-width: 769px) {
  .editor ol li + li {
    margin-block-start: 4px;
  }
}
@media screen and (max-width: 768px) {
  .editor ol li + li {
    margin-block-start: 0.75vw;
  }
}
@media screen and (min-width: 769px) {
  .editor :is(p, div:not([class]):has(> div:not([class]))) + ol {
    margin-block-start: 10px;
  }
}
@media screen and (max-width: 768px) {
  .editor :is(p, div:not([class]):has(> div:not([class]))) + ol {
    margin-block-start: 1.25vw;
  }
}
@media screen and (min-width: 769px) {
  .editor ul {
    margin-block-start: 20px;
  }
}
@media screen and (max-width: 768px) {
  .editor ul {
    margin-block-start: 2.5vw;
  }
}
@media screen and (min-width: 769px) {
  .editor ul li + li {
    margin-block-start: 6px;
  }
}
@media screen and (max-width: 768px) {
  .editor ul li + li {
    margin-block-start: 0.75vw;
  }
}
.editor :is(.btn-box, .contact-box) :is(p, a) {
  margin-block-start: 0;
}
@media screen and (min-width: 769px) {
  .editor hr {
    margin-block: 60px;
  }
}
@media screen and (max-width: 768px) {
  .editor hr {
    margin-block: 7.5vw;
  }
}
@media screen and (min-width: 769px) {
  .editor table {
    margin-block-start: 20px;
  }
}
@media screen and (max-width: 768px) {
  .editor table {
    margin-block-start: 2.5vw;
  }
}
@media screen and (min-width: 769px) {
  .editor .embed_youtube {
    margin-block-start: 60px;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .editor .embed_youtube {
    margin-inline: calc(50% - 50vw);
    margin-block-start: 7.5vw;
    max-width: unset !important;
    width: 100vw !important;
  }
}

@media screen and (min-width: 769px) {
  .magazine .editor h2 {
    margin-block: 100px 60px;
  }
}
@media screen and (max-width: 768px) {
  .magazine .editor h2 {
    margin-block: 20vw 7.5vw;
  }
}
@media screen and (min-width: 769px) {
  .magazine .editor .embed_youtube {
    display: block;
    margin-inline: auto;
  }
}

/*----------------------------------------
	- VIDEO
-----------------------------------------*/
.video__wrap {
  position: relative;
  cursor: pointer;
}
.video__wrap video {
  width: 100%;
  vertical-align: bottom;
}
.video__wrap .video__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: var(--color-black);
  opacity: 0.65;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.video__wrap .video__btn::after {
  content: "";
  display: block;
  z-index: 2;
  background-image: url(/asset/img/common/ic-playMovie.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .video__wrap .video__btn::after {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .video__wrap .video__btn::after {
    width: 15vw;
    height: 15vw;
  }
}
@media (hover: hover) {
  .video__wrap .video__btn:hover::after {
    opacity: 0.6;
  }
}
.video__wrap.is-active .video__btn {
  display: none;
}

/*----------------------------------------
  breadcrumbs + scrollTop
-----------------------------------------*/
div:has(> .breadcrumbs) {
  display: grid;
  border-block-end: 1px solid var(--color-americansilver);
}
@media screen and (min-width: 769px) {
  div:has(> .breadcrumbs) {
    grid-template-columns: 1fr auto;
    width: min(90%, 1432px);
    margin-inline: auto;
    margin-block-start: 160px;
    padding-block-end: 28px;
  }
}
@media screen and (max-width: 768px) {
  div:has(> .breadcrumbs) {
    width: calc(100% - 12vw);
    padding-block-end: 9vw;
    gap: 2.5vw;
    margin-block-start: 30vw;
    margin-inline: auto;
  }
}

/*----------------------------------------
  scrollTop
-----------------------------------------*/
.scrollTop {
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .scrollTop {
    padding: 6px 0;
  }
}
@media screen and (max-width: 768px) {
  .scrollTop {
    padding: 2.5vw 0;
    grid-row: 1/2;
    margin-inline: auto 0;
  }
}
.scrollTop span {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  line-height: 1;
  font-weight: var(--font-medium);
}
@media screen and (min-width: 769px) {
  .scrollTop span {
    gap: 14px;
  }
}
@media screen and (max-width: 768px) {
  .scrollTop span {
    gap: 2.5vw;
  }
}
.scrollTop span::after {
  content: "";
  display: block;
  background-image: url(/asset/img/common/ic-arrow-up-pink.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 1lh;
  height: 1lh;
  transition: translate 0.3s;
}
@media (hover: hover) {
  .scrollTop:hover span::after {
    translate: 0 -5px;
  }
}

/*----------------------------------------
  breadcrumbs
-----------------------------------------*/
.breadcrumbs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 12px;
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    gap: 2vw;
  }
}
.breadcrumbs li {
  font-weight: var(--font-medium);
}
.breadcrumbs li + li {
  display: flex;
  align-items: center;
  gap: 12px 12px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .breadcrumbs li + li {
    gap: 2vw;
  }
}
.breadcrumbs li + li::before {
  content: "";
  display: block;
  inline-size: 0.5lh;
  block-size: 0.5lh;
  flex-shrink: 0;
  background-image: url(/asset/img/common/ic-next.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.breadcrumbs li > a {
  color: var(--color-silver);
}

/*----------------------------------------
  upperPage
-----------------------------------------*/
.upperpage {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 12px;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto 0;
}
@media screen and (max-width: 768px) {
  .upperpage {
    gap: 2vw;
  }
}
.upperpage li {
  display: flex;
  align-items: center;
  gap: 12px 12px;
  line-height: 2;
  font-weight: var(--font-medium);
}
@media screen and (max-width: 768px) {
  .upperpage li {
    gap: 2vw;
  }
}
.upperpage li::before {
  content: "";
  display: block;
  inline-size: 0.5lh;
  block-size: 0.5lh;
  flex-shrink: 0;
  background-image: url(/asset/img/common/ic-next.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  rotate: 180deg;
}
.upperpage li > a {
  color: var(--color-silver);
}
.upperpage li:last-child > a {
  color: var(--color-blackolive);
}

/*----------------------------------------
  form
-----------------------------------------*/
input:not([type=radio], [type=checkbox]),
textarea,
select {
  width: 100%;
  background-color: var(--color-flashwhite);
  border: none;
  border-radius: 0;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  input:not([type=radio], [type=checkbox]),
  textarea,
  select {
    font-size: 1rem;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  input:not([type=radio], [type=checkbox]),
  textarea,
  select {
    font-size: 3.5vw;
    padding: 3.5vw;
  }
}

fieldset:has(.err) input:not([type=radio], [type=checkbox]),
fieldset:has(.err) textarea,
fieldset:has(.err) select,
.fieldset:has(.err) input:not([type=radio], [type=checkbox]),
.fieldset:has(.err) textarea,
.fieldset:has(.err) select {
  background-color: rgba(230, 0, 18, 0.1);
}

.errtxt {
  color: var(--color-primaryred);
  line-height: 2;
  display: none;
}
@media screen and (min-width: 769px) {
  .errtxt {
    font-size: 0.875rem;
    margin-block-start: 14px;
  }
}
@media screen and (max-width: 768px) {
  .errtxt {
    font-size: 3vw;
    margin-block-start: 1.5vw;
  }
}

fieldset:has(.err) .errtxt,
.fieldset:has(.err) .errtxt {
  display: block;
}

textarea {
  resize: vertical;
}
@media screen and (min-width: 769px) {
  textarea {
    min-height: 200px;
  }
}
@media screen and (max-width: 768px) {
  textarea {
    min-height: 40vw;
  }
}

div:has(> label > [type=radio]) {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  div:has(> label > [type=radio]) {
    justify-content: flex-start;
    align-items: center;
    gap: 0 60px;
  }
}
@media screen and (max-width: 768px) {
  div:has(> label > [type=radio]) {
    flex-direction: column;
    gap: 4vw 6vw;
  }
}
div:has(> label > [type=radio]) label {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  div:has(> label > [type=radio]) label {
    gap: 0 12px;
  }
}
@media screen and (max-width: 768px) {
  div:has(> label > [type=radio]) label {
    gap: 0 3vw;
  }
}

[type=radio] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--color-flashwhite);
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  [type=radio] {
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 768px) {
  [type=radio] {
    width: 7vw;
    height: 7vw;
  }
}

[type=radio]:checked:before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 52%;
  aspect-ratio: 1;
  background: var(--color-primarydark);
  border-radius: 50%;
}

[type=checkbox] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--color-flashwhite);
  transition: background-color 0.2s;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  [type=checkbox] {
    border-radius: 4px;
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 768px) {
  [type=checkbox] {
    border-radius: 1vw;
    width: 7vw;
    height: 7vw;
  }
}

[type=checkbox]:checked {
  background-color: var(--color-primarydark);
}

[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 85%;
  aspect-ratio: 1;
  background: url(/asset/img/common/ic-checkbox-white.svg) no-repeat center;
  background-size: calc(100% - 4px);
}

::-moz-placeholder {
  color: var(--color-smokegray);
}

::placeholder {
  color: var(--color-smokegray);
}

.selectbox {
  display: block;
  position: relative;
  inline-size: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

.selectbox::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(/asset/img/common/ic-arrowdown.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 13.5px;
  height: 7.5px;
}
@media screen and (min-width: 769px) {
  .selectbox::after {
    right: 20px;
    width: 18px;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .selectbox::after {
    right: 5vw;
    width: 3.75vw;
    height: 2.0825vw;
  }
}

.selectbox select {
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .selectbox select {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .selectbox select {
    font-size: 3.25vw;
  }
}

.file_upload [type=file] {
  display: none;
}
.file_upload [type=file] + div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .file_upload [type=file] + div {
    gap: 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .file_upload [type=file] + div {
    gap: 0 3vw;
  }
}
.file_upload label {
  background-color: var(--color-smokegray);
  color: var(--color-white);
  line-height: 2;
  transition: background-color 0.2s;
}
@media screen and (min-width: 769px) {
  .file_upload label {
    padding: 9px 24px;
    border-radius: 5px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .file_upload label {
    padding: 1.25vw 5vw;
    border-radius: 1.25vw;
    font-size: 3.5vw;
  }
}
@media (hover: hover) {
  .file_upload label:hover {
    background-color: var(--color-primarydefault);
  }
}
@media screen and (min-width: 769px) {
  .file_upload .file-name {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .file_upload .file-name {
    font-size: 3.25vw;
  }
}

input[type=date] {
  position: relative;
}
@media screen and (min-width: 769px) {
  input[type=date] {
    min-height: 64px;
  }
}
@media screen and (max-width: 768px) {
  input[type=date] {
    height: 12vw;
  }
}
input[type=date]::-webkit-date-and-time-value {
  text-align: left;
}

input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  z-index: 1;
}

input[type=date]::after {
  content: "";
  background-image: url(/asset/img/common/ic-calendar-gray.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  input[type=date]::after {
    width: 18px;
    height: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  input[type=date]::after {
    width: 4.5vw;
    height: 5vw;
    right: 5vw;
  }
}

/*----------------------------------------
  accordion
-----------------------------------------*/
.accordion .accordion-btn {
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px 10px;
  inline-size: 100%;
}
@media screen and (max-width: 768px) {
  .accordion .accordion-btn {
    gap: 2.5vw;
  }
}
.accordion .accordion-btn::after {
  content: "";
  display: block;
  width: 1.2lh;
  height: 1.2lh;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.accordion .accordion-btn[aria-expanded=false]::after {
  background-image: url(/asset/img/common/ic-open.svg);
}
.accordion .accordion-btn[aria-expanded=true]::after {
  background-image: url(/asset/img/common/ic-close.svg);
}
.accordion .accordion-wrap {
  display: grid;
  transition: grid-template-rows 0.3s;
  grid-template-rows: 0fr;
}
.accordion .accordion-box {
  overflow: hidden;
}
.accordion--sp:not(.accordion) .accordion-btn::after {
  display: none;
}

:is(.hamburger, .footer) .accordion-btn::after {
  width: 1.5lh;
  height: 1.5lh;
}
:is(.hamburger, .footer) .accordion-btn[aria-expanded=false]::after {
  background-image: url(/asset/img/common/ic-plus-gray.svg);
}
:is(.hamburger, .footer) .accordion-btn[aria-expanded=true]::after {
  background-image: url(/asset/img/common/ic-minus-gray.svg);
}

.accordion:has([aria-expanded=true]) .accordion-wrap {
  grid-template-rows: 1fr;
}

/*----------------------------------------
  swiper（KV）
-----------------------------------------*/
.kvslider {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 769px) {
  .kvslider {
    height: 100dvh;
  }
}
@media screen and (max-width: 768px) {
  .kvslider {
    aspect-ratio: 800/1100;
  }
}
.kvslider .kvTxt {
  z-index: 2;
  display: block;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .kvslider .kvTxt {
    bottom: 2vw;
    left: 6.6875vw;
    width: 26.25vw;
    height: 12.5vw;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .kvslider .kvTxt {
    bottom: 12.5vw;
    left: 4vw;
    width: 55vw;
    height: 27.5vw;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.kvslider .swiper-slide-active figure,
.kvslider .swiper-slide-duplicate-active figure,
.kvslider .swiper-slide-prev figure {
  animation: zoomIn 7s linear 0s 1 normal both;
}
.kvslider figure {
  height: 100%;
  overflow: hidden;
}
.kvslider figure img {
  display: block;
}
@media screen and (min-width: 769px) {
  .kvslider figure img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/*----------------------------------------
  swiper（中面）
-----------------------------------------*/
.slider-box {
  width: 100%;
}
.slider-box .swiper-container {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-inline: auto;
}
.slider-box .swiper-slide img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-box .swiper-buttons {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 769px) {
  .slider-box .swiper-buttons {
    margin-block-start: 25px;
    margin-inline: auto 246px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .slider-box .swiper-buttons {
    margin-block-start: 5vw;
    margin-inline: auto 0;
    gap: 7.5vw;
  }
}
.slider-box .swiper-button-prev,
.slider-box .swiper-button-next {
  opacity: 1;
  position: static;
  margin: auto;
  width: auto;
  height: auto;
}
.slider-box .swiper-button-prev::after,
.slider-box .swiper-button-next::after {
  content: "";
  display: block;
  overflow: hidden;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: background-image 0.3s;
}
@media screen and (min-width: 769px) {
  .slider-box .swiper-button-prev::after,
  .slider-box .swiper-button-next::after {
    width: 18px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .slider-box .swiper-button-prev::after,
  .slider-box .swiper-button-next::after {
    width: 3vw;
    height: 5vw;
  }
}
.slider-box .swiper-button-prev::after {
  background-image: url(/asset/img/common/ic-prev.svg);
}
.slider-box .swiper-button-next::after {
  background-image: url(/asset/img/common/ic-next.svg);
}
@media (hover: hover) {
  .slider-box .swiper-button-prev:hover::after {
    background-image: url(/asset/img/common/ic-prev-gray.svg);
  }
}
@media (hover: hover) {
  .slider-box .swiper-button-next:hover::after {
    background-image: url(/asset/img/common/ic-next-gray.svg);
  }
}
.slider-box .swiper-button-next.swiper-button-disabled,
.slider-box .swiper-button-prev.swiper-button-disabled {
  opacity: 0.15 !important;
}
@media screen and (max-width: 768px) {
  .slider-box .swiper-container {
    height: auto;
  }
}

@media screen and (min-width: 769px) {
  .slider02:not(:has(.swiper-slide:nth-of-type(4))) {
    width: min(1200px, 90%);
  }
}
@media screen and (min-width: 769px) {
  .slider02:not(:has(.swiper-slide:nth-of-type(4))) .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.2%;
    transform: translate3d(0, 0, 0) !important;
  }
}
@media screen and (min-width: 769px) {
  .slider02:not(:has(.swiper-slide:nth-of-type(4))) .swiper-buttons {
    display: none;
  }
}