@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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*/
  font-size: 0.625vw;
}

/* 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 {
  -webkit-box-sizing: content-box;
          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 */
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
  font-weight: bold;
}

/* reset.css end */
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* base.css start */
/* common */
section,
article {
  overflow-x: clip;
}

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

.pc-hidden {
  display: none;
}
@media screen and (max-width: 980px) {
  .pc-hidden {
    display: block;
  }
}

.sp-hidden {
  display: block;
}
@media screen and (max-width: 980px) {
  .sp-hidden {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
@media screen and (max-width: 980px) {
  html {
    scroll-padding-top: 20.5128205128vw;
  }
}

.has-bg {
  background: url(../img/bg_pc.png) repeat-y top left/100% auto;
}

.inner {
  max-width: 1200px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .inner {
    max-width: 100%;
  }
}

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.grid-item {
  display: grid;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #f5f6fa;
  color: #3a3a3a;
}
body.menu-open {
  overflow: hidden;
}

.site-main .inner {
  padding-top: 136px;
  padding-bottom: 40px;
}
@media screen and (max-width: 980px) {
  .site-main .inner {
    padding-top: 18.9743589744vw;
    padding-bottom: 5.1282051282vw;
  }
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.tags li {
  background: #fff;
  border-radius: 4px;
  padding: 5px 15px;
  -webkit-box-shadow: 0 2px 6px rgba(76, 102, 255, 0.1);
          box-shadow: 0 2px 6px rgba(76, 102, 255, 0.1);
  white-space: nowrap;
  font-size: 16px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .tags li {
    font-size: 15px;
    font-size: 3.8461538462vw;
    padding: 1.2820512821vw 3.8461538462vw;
  }
}
.tags li:hover {
  -webkit-filter: opacity(50%);
          filter: opacity(50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cta a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: 2px solid #4c66ff;
  border-radius: 999px;
  font-size: 24px;
  font-weight: 700;
  height: 80px;
  color: #4c66ff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cta a:hover {
  background-color: #4c66ff;
  outline: 2px solid #fff;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.breadcrumb {
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .breadcrumb {
    margin-bottom: 5.1282051282vw;
  }
}
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .breadcrumb ul {
    font-size: 13px;
    font-size: 3.3333333333vw;
    gap: 2.5641025641vw;
  }
}
.breadcrumb ul li,
.breadcrumb ul a {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .breadcrumb ul li,
  .breadcrumb ul a {
    font-size: 13px;
    font-size: 3.3333333333vw;
  }
}

/* 下層 */
.under-page .inner {
  padding-top: 135px;
  padding-bottom: 40px;
}
@media screen and (max-width: 980px) {
  .under-page .inner {
    padding-bottom: 5.1282051282vw;
    padding-top: 18.7179487179vw;
  }
}
.under-page .inner .title {
  font-size: 3.2rem;
  line-height: 1.5;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .under-page .inner .title {
    font-size: 24px;
    font-size: 6.1538461538vw;
    margin-bottom: 5.1282051282vw;
  }
}
.under-page .inner h2.wp-block-heading {
  background-color: #e5e9ff;
  font-size: 24px;
  font-weight: 700;
  padding: 10px 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .under-page .inner h2.wp-block-heading {
    font-size: 2rem;
    line-height: 1.2;
    font-size: 20px;
    font-size: 5.1282051282vw;
    padding: 2.5641025641vw 3.8461538462vw;
    margin-bottom: 5.1282051282vw;
  }
}
.under-page .inner .description {
  max-width: 1160px;
  width: 100%;
  margin: auto;
  font-size: 1.6rem;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .under-page .inner .description {
    max-width: 82.0512820513vw;
    font-size: 1.5rem;
    line-height: 1.5333333333;
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
}
.under-page .inner .description:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .under-page .inner .description:not(:last-of-type) {
    margin-bottom: 2.5641025641vw;
  }
}
.under-page .inner .description a {
  text-decoration: underline;
}
.under-page .inner .mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 980px) {
  .under-page .inner .mb40 {
    margin-bottom: 5.1282051282vw;
  }
}
.under-page .inner .mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .under-page .inner .mb30 {
    margin-bottom: 3.8461538462vw;
  }
}
.under-page .inner .box {
  max-width: 1160px;
  width: 100%;
  margin: 20px auto 0;
  outline: 2px solid #e5e9ff;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 6px rgba(76, 102, 255, 0.1);
          box-shadow: 0 2px 6px rgba(76, 102, 255, 0.1);
  padding: 15px 20px;
}
@media screen and (max-width: 980px) {
  .under-page .inner .box {
    max-width: 82.0512820513vw;
    margin: 2.5641025641vw auto 0;
    padding: 2.5641025641vw 3.8461538462vw;
  }
}
.under-page .inner .box .box-ttl {
  font-size: 1.6rem;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  .under-page .inner .box .box-ttl {
    font-size: 1.5rem;
    line-height: 1.5333333333;
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
}
.under-page .inner .wp-block-button {
  margin-top: 30px;
}
@media screen and (max-width: 980px) {
  .under-page .inner .wp-block-button {
    margin-top: 7.6923076923vw;
    width: 100%;
  }
}
.under-page .inner .wp-block-button .wp-block-button__link {
  padding: 20px 80px;
  font-size: 24px;
  color: #4c66ff;
  background-color: transparent;
  outline: 2px solid #4c66ff;
  font-weight: 700;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 980px) {
  .under-page .inner .wp-block-button .wp-block-button__link {
    padding: 3.8461538462vw 0;
    width: 100%;
    font-size: 20px;
    font-size: 5.1282051282vw;
  }
}
.under-page .inner .wp-block-button .wp-block-button__link:hover {
  background-color: #4c66ff;
  outline: 2px solid #fff;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.under-page.privacy, .under-page.rules {
  background: none;
}
.under-page.privacy h2.wp-block-heading, .under-page.rules h2.wp-block-heading {
  background-color: transparent;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 10px 0;
}
@media screen and (max-width: 980px) {
  .under-page.privacy h2.wp-block-heading, .under-page.rules h2.wp-block-heading {
    font-size: 20px;
    font-size: 5.1282051282vw;
    margin-bottom: 2.5641025641vw;
    padding: 2.5641025641vw 0;
  }
}
.under-page.privacy .description, .under-page.rules .description {
  max-width: none;
}
.under-page.faq .item {
  outline: 2px solid #e5e9ff;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 6px rgba(76, 102, 255, 0.1);
          box-shadow: 0 2px 6px rgba(76, 102, 255, 0.1);
  margin-bottom: 20px;
}
.under-page.faq .item .roboto {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  .under-page.faq .item {
    margin-bottom: 7.6923076923vw;
  }
}
.under-page.faq .item:last-child {
  margin-bottom: 0;
}
.under-page.faq .item .faq-q {
  background-color: #e5e9ff;
  font-size: 24px;
  font-weight: 700;
  padding: 10px 20px;
  gap: 10px;
}
@media screen and (max-width: 980px) {
  .under-page.faq .item .faq-q {
    font-size: 20px;
    font-size: 5.1282051282vw;
    padding: 2.5641025641vw 3.8461538462vw;
    gap: 2.5641025641vw;
  }
}
.under-page.faq .item .faq-a {
  font-size: 1.6rem;
  line-height: 1.5;
  font-size: 16px;
  padding: 15px 20px;
  gap: 10px;
}
@media screen and (max-width: 980px) {
  .under-page.faq .item .faq-a {
    padding: 3.8461538462vw 5.1282051282vw;
    font-size: 1.5rem;
    line-height: 1.5333333333;
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
}

/* base.css start */
/* 基本設定 */
.sp-header {
  max-width: 1320px;
  border-radius: 10px;
  margin: 20px auto;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  position: fixed;
  z-index: 50;
  width: 95%;
  background-color: #f5f6fa;
  left: 0;
  right: 0;
  top: 0;
}
@media screen and (max-width: 980px) {
  .sp-header {
    max-width: 89.7435897436vw;
    width: 100%;
    margin: 3.8461538462vw auto;
  }
}
.sp-header .inner {
  max-width: 1240px;
  width: 98%;
  padding: 20px 0;
}
@media screen and (max-width: 980px) {
  .sp-header .inner {
    max-width: none;
    padding: 2.5641025641vw 5.1282051282vw;
    width: 100%;
  }
}
.sp-header .inner .header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 980px) {
  .sp-header .inner .header-top {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.sp-header .inner .header-top .logo {
  max-width: 120px;
  width: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 980px) {
  .sp-header .inner .header-top .logo {
    max-width: 20.5128205128vw;
    width: 100%;
  }
}
.sp-header .inner .header-top .logo:hover {
  -webkit-filter: opacity(50%);
          filter: opacity(50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sp-header .inner .header-top .main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 30px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 980px) {
  .sp-header .inner .header-top .main-nav {
    display: none;
  }
}
.sp-header .inner .header-top .main-nav .main-nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sp-header .inner .header-top .main-nav .main-nav-links li a {
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: -webkit-filter 0.4s ease;
  transition: -webkit-filter 0.4s ease;
  transition: filter 0.4s ease;
  transition: filter 0.4s ease, -webkit-filter 0.4s ease;
  padding-bottom: 8px;
}
.sp-header .inner .header-top .main-nav .main-nav-links li a:hover {
  -webkit-filter: opacity(50%);
          filter: opacity(50%);
  -webkit-transition: -webkit-filter 0.4s ease;
  transition: -webkit-filter 0.4s ease;
  transition: filter 0.4s ease;
  transition: filter 0.4s ease, -webkit-filter 0.4s ease;
}
.sp-header .inner .header-top .main-nav .main-nav-links li a.active {
  color: #4c66ff;
}
.sp-header .inner .header-top .main-nav .main-nav-links li a.bgm-toggle {
  -webkit-transition: border 0.1s ease;
  transition: border 0.1s ease;
}
.sp-header .inner .header-top .main-nav .main-nav-links li a.bgm-toggle:hover {
  -webkit-filter: none;
          filter: none;
  border-bottom: 2px solid #4c66ff;
  -webkit-transition: border 0.1s ease;
  transition: border 0.1s ease;
}
.sp-header .inner .header-top .main-nav-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media screen and (max-width: 980px) {
  .sp-header .inner .header-top .main-nav-buttons {
    display: none;
  }
}
.sp-header .inner .header-top .main-nav-buttons .btn {
  display: block;
  background: #4c66ff;
  color: #fff;
  border-radius: 999px;
  padding: 10px 25px;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sp-header .inner .header-top .main-nav-buttons .btn:hover {
  -webkit-filter: opacity(50%);
          filter: opacity(50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sp-header .inner .header-top .bgm-link {
  display: none;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 980px) {
  .sp-header .inner .header-top .bgm-link {
    display: block;
    font-size: 13px;
    font-size: 3.3333333333vw;
    margin-left: auto;
    margin-right: 5.8974358974vw;
  }
}
.sp-header .inner .header-top .bgm-link.active {
  color: #4c66ff;
}
@media screen and (max-width: 980px) {
  .sp-header .inner .header-top .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.0256410256vw;
    width: 6.1538461538vw;
    height: 6.1538461538vw;
    background: none;
    border: none;
    cursor: pointer;
  }
  .sp-header .inner .header-top .hamburger span {
    width: 4.358974359vw;
    height: 0.5128205128vw;
    background: #333;
    display: block;
    border-radius: 1px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
.sp-header .bgm-tabs {
  padding: 0;
  margin-top: 0;
  pointer-events: auto;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
}
.sp-header .bgm-tabs.active {
  border-top: 2px solid #e5e9ff;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
  padding: 20px 0 40px;
  margin-top: 20px;
  overflow-y: auto;
  max-height: 590px;
  -webkit-transition: max-height 0.6s ease-in, padding 0.3s ease, margin-top 0.3s ease, opacity 0.3s ease;
  transition: max-height 0.6s ease-in, padding 0.3s ease, margin-top 0.3s ease, opacity 0.3s ease;
}
@media screen and (max-width: 980px) {
  .sp-header .bgm-tabs.active {
    padding: 2.5641025641vw 0 0vw;
    margin-top: 2.5641025641vw;
    max-height: none;
    overflow-y: hidden;
  }
}
.sp-header .bgm-tabs .tab-nav {
  display: none;
}
@media screen and (max-width: 980px) {
  .sp-header .bgm-tabs .tab-nav {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.sp-header .bgm-tabs .tab-nav .tab-underline {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: calc(33% - 5.1282051282vw);
  background-color: #4c66ff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.sp-header .bgm-tabs .tab-nav li {
  width: calc(100% - 2.5641025641vw);
  text-align: center;
  position: relative;
  font-size: 15px;
  font-size: 3.8461538462vw;
  padding: 1.2820512821vw 2.5641025641vw 1.2820512821vw 0;
  border-right: 2px solid #e5e9ff;
  cursor: pointer;
}
.sp-header .bgm-tabs .tab-nav li:nth-child(3) {
  border-right: none;
}
.sp-header .bgm-tabs .tab-content {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e5e9ff;
}
@media screen and (max-width: 980px) {
  .sp-header .bgm-tabs .tab-content {
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    visibility: hidden;
    height: 0;
    max-height: 0;
    border-bottom: none;
    -webkit-transition: max-height 0.6s ease-in, padding 0.3s ease, margin-top 0.3s ease, opacity 0.3s ease;
    transition: max-height 0.6s ease-in, padding 0.3s ease, margin-top 0.3s ease, opacity 0.3s ease;
  }
  .sp-header .bgm-tabs .tab-content.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    pointer-events: auto;
    height: auto;
    max-height: 107.9487179487vw;
  }
}
.sp-header .bgm-tabs .tab-content .sec-ttl {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
.sp-header .bgm-tabs .tab-content#channel {
  padding-top: 0;
}
@media screen and (max-width: 980px) {
  .sp-header .bgm-tabs .tab-content#channel {
    padding-top: 2.5641025641vw;
  }
}
@media screen and (max-width: 980px) {
  .sp-header .bgm-tabs .tab-content#instrument.active {
    max-height: 107.9487179487vw;
    overflow: hidden;
    position: relative;
    -webkit-transition: max-height 0.6s ease-in, padding 0.3s ease, margin-top 0.3s ease, opacity 0.3s ease;
    transition: max-height 0.6s ease-in, padding 0.3s ease, margin-top 0.3s ease, opacity 0.3s ease;
  }
  .sp-header .bgm-tabs .tab-content#instrument.open {
    overflow-y: auto;
  }
  .sp-header .bgm-tabs .tab-content#instrument.open .tags {
    max-height: 1000px;
    overflow: visible;
  }
  .sp-header .bgm-tabs .tab-content#instrument .tags {
    max-height: 85.1282051282vw;
    overflow: hidden;
  }
  .sp-header .bgm-tabs .tab-content#instrument .moreview-button {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 2.5641025641vw auto;
    color: rgba(58, 58, 58, 0.66);
    border: none;
    font-size: 18px;
    font-size: 4.6153846154vw;
    cursor: pointer;
  }
}
.sp-header .sp-menu {
  display: none;
  width: 100%;
  position: relative;
}
.sp-header .sp-menu.open {
  display: block;
}
.sp-header .sp-menu ul {
  padding-top: 7.6923076923vw;
  padding-bottom: 6.4102564103vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7.6923076923vw;
}
.sp-header .sp-menu ul li {
  font-size: 20px;
  font-size: 5.1282051282vw;
}
.sp-header .sp-menu ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
}
.sp-header .sp-menu ul li a.register {
  background-color: #4c66ff;
  font-size: 20px;
  font-size: 5.1282051282vw;
  color: #fff;
  padding: 2.5641025641vw 0;
  border-radius: 15.3846153846vw;
}

/* スマホ対応 */
/* PC時はメインメニューを表示 */
.hamburger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(4.2px, 4.2px);
          transform: rotate(45deg) translate(4.2px, 4.2px);
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(4.2px, -4.2px);
          transform: rotate(-45deg) translate(4.2px, -4.2px);
}

/* SPメニューアニメーション */
.sp-menu.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* SP時 BGMタブは非表示（開いたら表示） */
@media (max-width: 768px) {
  .bgm-tabs {
    display: none;
  }
  .bgm-tabs.active {
    display: block;
  }
}
.bgm-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 40;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.bgm-overlay.active {
  display: block;
  -webkit-animation: fadeIn 0.3s ease forwards;
          animation: fadeIn 0.3s ease forwards;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* base.css start */
.footer {
  border-top: 2px solid #e6e9ff;
}
.footer .inner {
  padding: 30px 0;
}
@media screen and (max-width: 980px) {
  .footer .inner {
    padding: 5.1282051282vw 0;
  }
}
.footer .inner .footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 980px) {
  .footer .inner .footer-list {
    margin-bottom: 1.2820512821vw;
    gap: 7.6923076923vw;
  }
}
.footer .inner .footer-list li {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .footer .inner .footer-list li {
    font-size: 14px;
    font-size: 3.5897435897vw;
  }
}
.footer .inner .copy {
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .footer .inner .copy {
    font-size: 14px;
    font-size: 3.5897435897vw;
  }
}

/* content.css start */
.mv {
  margin: 156px 0 60px;
}
@media screen and (max-width: 980px) {
  .mv {
    margin: 18.9743589744vw 0 5.1282051282vw;
  }
}
.mv .inner {
  position: relative;
}
@media screen and (max-width: 980px) {
  .mv .inner {
    max-width: none;
    width: 100%;
  }
}
.mv .inner .bg {
  border-radius: 20px;
}
@media screen and (max-width: 980px) {
  .mv .inner .bg {
    border-radius: 0;
    width: 100%;
  }
}
.mv .inner .mvtxt {
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 980px) {
  .mv .inner .mvtxt {
    width: 80.5128205128vw;
    height: auto;
    top: 13.8461538462vw;
    left: 9.7435897436vw;
  }
}
.mv .inner .btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  max-width: 376px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .mv .inner .btn {
    max-width: 89.7435897436vw;
    right: 5.1282051282vw;
    bottom: 10.2564102564vw;
  }
}
.mv .inner .btn a {
  width: 100%;
  background-color: #fff;
  border-radius: 999px;
  height: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-weight: 700;
  color: #4c66ff;
  outline: 2px solid #4c66ff;
  outline-offset: -4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 980px) {
  .mv .inner .btn a {
    height: 13.8461538462vw;
    font-size: 20px;
    font-size: 5.1282051282vw;
  }
}
.mv .inner .btn a:hover {
  background-color: #4c66ff;
  outline: 2px solid #fff;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.term-section .inner {
  padding-bottom: 60px;
  border-bottom: 2px solid #e6e9ff;
}
@media screen and (max-width: 980px) {
  .term-section .inner {
    padding-bottom: 12.8205128205vw;
  }
}
.term-section .inner .sec-ttl {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 980px) {
  .term-section .inner .sec-ttl {
    font-size: 24px;
    font-size: 6.1538461538vw;
    margin-bottom: 3.8461538462vw;
  }
}
.term-section .inner .term-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 40px 26px;
}
@media screen and (max-width: 980px) {
  .term-section .inner .term-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5641025641vw;
  }
}
.term-section .inner .term-list li {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0 2px 6px rgba(76, 102, 255, 0.1);
          box-shadow: 0 2px 6px rgba(76, 102, 255, 0.1);
  background-color: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.term-section .inner .term-list li:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.term-section .inner .term-list li a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 980px) {
  .term-section .inner .term-list li {
    padding: 2.5641025641vw;
  }
}
.term-section .inner .term-list li .thumb {
  margin-bottom: 15px;
}
@media screen and (max-width: 980px) {
  .term-section .inner .term-list li .thumb {
    margin-bottom: 2.5641025641vw;
  }
  .term-section .inner .term-list li .thumb img {
    width: 100%;
  }
}
.term-section .inner .term-list li .thumb img {
  border-radius: 5px;
}
.term-section .inner .term-list li .name {
  font-size: 24px;
  font-weight: 500;
  color: #3a3a3a;
}
@media screen and (max-width: 980px) {
  .term-section .inner .term-list li .name {
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
}
.term-section .inner .moreview-wrap {
  margin-top: 40px;
}
@media screen and (max-width: 980px) {
  .term-section .inner .moreview-wrap {
    margin-top: 6.4102564103vw;
  }
}
.term-section .inner .moreview-wrap .moreview {
  font-family: "Roboto", sans-serif;
  max-width: 231px;
  width: 100%;
  margin: auto;
  border-radius: 999px;
  outline: 2px solid #4c66ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-weight: 700;
  color: #4c66ff;
  height: 76px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 980px) {
  .term-section .inner .moreview-wrap .moreview {
    max-width: 48.9743589744vw;
    font-size: 20px;
    font-size: 5.1282051282vw;
    height: 13.5897435897vw;
  }
}
.term-section .inner .moreview-wrap .moreview:hover {
  outline: 2px solid #f5f6fa;
  background-color: #4c66ff;
  color: #f5f6fa;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.term-genre .inner,
.term-instrument .inner {
  padding-top: 60px;
}
@media screen and (max-width: 980px) {
  .term-genre .inner,
  .term-instrument .inner {
    padding-top: 12.8205128205vw;
  }
}

.term-instrument .inner .instrument-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 980px) {
  .term-instrument .inner .instrument-list {
    gap: 2.5641025641vw;
  }
}
.term-instrument .inner .instrument-list li {
  background-color: #fcfdff;
  border-radius: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-shadow: 0 2px 6px rgba(76, 102, 255, 0.1);
          box-shadow: 0 2px 6px rgba(76, 102, 255, 0.1);
}
.term-instrument .inner .instrument-list li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 10px 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.term-instrument .inner .instrument-list li a:hover {
  -webkit-filter: opacity(50%);
          filter: opacity(50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 980px) {
  .term-instrument .inner .instrument-list li a {
    padding: 1.2820512821vw 2.5641025641vw;
  }
}
.term-instrument .inner .instrument-list li a .name {
  font-weight: 500;
  font-size: 24px;
}
@media screen and (max-width: 980px) {
  .term-instrument .inner .instrument-list li a .name {
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
}

/* base.css start */
.archive-wrapper .noarticle {
  font-size: 15px;
}
@media screen and (max-width: 980px) {
  .archive-wrapper .noarticle {
    font-size: 14px;
    font-size: 3.5897435897vw;
  }
}
.archive-wrapper .genre-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .archive-wrapper .genre-title {
    font-size: 24px;
    font-size: 6.1538461538vw;
    margin-bottom: 3.8461538462vw;
  }
}
.archive-wrapper .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding: 20px 40px;
  border-radius: 10px;
  background-color: #fcfdff;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 2px 6px rgba(76, 102, 255, 0.1);
          box-shadow: 0 2px 6px rgba(76, 102, 255, 0.1);
}
@media screen and (max-width: 980px) {
  .archive-wrapper .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5641025641vw;
    padding: 5.1282051282vw;
    margin-bottom: 3.8461538462vw;
  }
}
.archive-wrapper .card:last-child {
  margin-bottom: 0;
}
.archive-wrapper .card .thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
}
@media screen and (max-width: 980px) {
  .archive-wrapper .card .thumbnail {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.archive-wrapper .card .thumbnail .youtube-placeholder {
  position: relative;
  width: 100%;
  aspect-ratio: 240/135;
  background: #000;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media screen and (max-width: 980px) {
  .archive-wrapper .card .thumbnail .youtube-placeholder {
    aspect-ratio: 310/174;
  }
}
.archive-wrapper .card .thumbnail .youtube-placeholder .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 64px;
  height: 44px;
  background-color: #ff0000;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 980px) {
  .archive-wrapper .card .thumbnail .youtube-placeholder .play-button {
    width: 16.4102564103vw;
    height: 11.2820512821vw;
  }
}
.archive-wrapper .card .thumbnail .youtube-placeholder .play-button::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 16px solid white;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-left: 2px;
}
.archive-wrapper .card .content {
  width: 46%;
}
@media screen and (max-width: 980px) {
  .archive-wrapper .card .content {
    width: 100%;
  }
}
.archive-wrapper .card .content .card-ttl {
  font-size: 2.4rem;
  line-height: 1.5;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
.archive-wrapper .card .content .card-ttl a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.archive-wrapper .card .content .card-ttl a:hover {
  -webkit-filter: opacity(50%);
          filter: opacity(50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 980px) {
  .archive-wrapper .card .content .card-ttl {
    font-size: 2rem;
    line-height: 1.5;
    font-size: 20px;
    font-size: 5.1282051282vw;
    margin-bottom: 2.5641025641vw;
  }
}
.archive-wrapper .card .cta {
  max-width: 216px;
  width: 20%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
}
@media screen and (max-width: 980px) {
  .archive-wrapper .card .cta {
    max-width: none;
    width: 100%;
  }
}
.archive-wrapper .card .cta a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: 2px solid #4c66ff;
  border-radius: 999px;
  font-size: 24px;
  font-weight: 700;
  height: 80px;
  color: #4c66ff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 980px) {
  .archive-wrapper .card .cta a {
    font-size: 20px;
    font-size: 5.1282051282vw;
    height: 13.8461538462vw;
  }
}
.archive-wrapper .card .cta a:hover {
  background-color: #4c66ff;
  outline: 2px solid #fff;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.archive-wrapper .pagination-wrap .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 980px) {
  .archive-wrapper .pagination-wrap .pagination {
    font-size: 18px;
    font-size: 4.6153846154vw;
    gap: 1.2820512821vw;
  }
}
.archive-wrapper .pagination-wrap .pagination .current {
  border-bottom: 2px solid #4c66ff;
}
.archive-wrapper .pagination-wrap .pagination span,
.archive-wrapper .pagination-wrap .pagination a {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 980px) {
  .archive-wrapper .pagination-wrap .pagination span,
  .archive-wrapper .pagination-wrap .pagination a {
    width: 10.7692307692vw;
    height: 10.7692307692vw;
  }
}
.archive-wrapper .pagination-wrap .pagination .dots {
  width: 26px;
  height: 36px;
}
@media screen and (max-width: 980px) {
  .archive-wrapper .pagination-wrap .pagination .dots {
    width: 3.5897435897vw;
    height: 6.1538461538vw;
  }
  .archive-wrapper .pagination-wrap .pagination .dots svg {
    width: 3.5897435897vw;
    height: 0.7692307692vw;
  }
}
.archive-wrapper .pagination-wrap .pagination .next,
.archive-wrapper .pagination-wrap .pagination .prev {
  width: 32px;
  height: 48px;
}
@media screen and (max-width: 980px) {
  .archive-wrapper .pagination-wrap .pagination .next,
  .archive-wrapper .pagination-wrap .pagination .prev {
    width: 3.5897435897vw;
    height: 6.1538461538vw;
  }
}
@media screen and (max-width: 980px) {
  .archive-wrapper .pagination-wrap .pagination .next svg,
  .archive-wrapper .pagination-wrap .pagination .prev svg {
    width: 2.3076923077vw;
    height: 4.6153846154vw;
  }
}

/* base.css start */
.single-wrapper .title {
  font-size: 3.2rem;
  line-height: 1.5;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 980px) {
  .single-wrapper .title {
    font-size: 2.4rem;
    line-height: 1.2083333333;
    font-size: 24px;
    font-size: 6.1538461538vw;
    margin-bottom: 3.8461538462vw;
  }
}
.single-wrapper .tags {
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .single-wrapper .tags {
    margin-bottom: 5.1282051282vw;
  }
}
.single-wrapper .column {
  gap: 60px;
  margin-bottom: 80px;
}
@media screen and (max-width: 980px) {
  .single-wrapper .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.1282051282vw;
    margin-bottom: 7.6923076923vw;
  }
}
.single-wrapper .column .left {
  max-width: 640px;
  width: 60%;
}
@media screen and (max-width: 980px) {
  .single-wrapper .column .left {
    width: 100%;
    max-width: none;
  }
}
.single-wrapper .column .left .thumbnail {
  width: 100%;
  height: 360px;
  border-radius: 20px;
}
@media screen and (max-width: 980px) {
  .single-wrapper .column .left .thumbnail {
    height: auto;
  }
}
.single-wrapper .column .left .thumbnail .youtube-placeholder {
  position: relative;
  width: 100%;
  aspect-ratio: 640/360;
  background: #000;
  border-radius: 20px;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 980px) {
  .single-wrapper .column .left .thumbnail .youtube-placeholder {
    aspect-ratio: 350/196;
  }
}
.single-wrapper .column .left .thumbnail .youtube-placeholder .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 64px;
  height: 44px;
  background-color: #ff0000;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 980px) {
  .single-wrapper .column .left .thumbnail .youtube-placeholder .play-button {
    width: 16.4102564103vw;
    height: 11.2820512821vw;
  }
}
.single-wrapper .column .left .thumbnail .youtube-placeholder .play-button::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 16px solid white;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-left: 2px;
}
.single-wrapper .column .right {
  max-width: 500px;
  width: 50%;
}
@media screen and (max-width: 980px) {
  .single-wrapper .column .right {
    width: 100%;
    max-width: none;
  }
}
.single-wrapper .column .right .cta {
  max-width: 500px;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .single-wrapper .column .right .cta {
    max-width: none;
    margin-bottom: 5.1282051282vw;
  }
}
.single-wrapper .column .right .cta a {
  height: 76px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .single-wrapper .column .right .cta a {
    height: 13.8461538462vw;
  }
}
.single-wrapper .column .right p {
  font-size: 1.6rem;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .single-wrapper .column .right p {
    font-size: 1.5rem;
    line-height: 1.5333333333;
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
}
.single-wrapper .column .right p.mb10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 980px) {
  .single-wrapper .column .right p.mb10 {
    margin-bottom: 2.5641025641vw;
  }
}
.single-wrapper .meta .meta-group {
  padding-top: 40px;
  border-top: 2px solid #e5e9ff;
  padding-bottom: 40px;
}
@media screen and (max-width: 980px) {
  .single-wrapper .meta .meta-group {
    padding-top: 7.6923076923vw;
    padding-bottom: 7.6923076923vw;
  }
}
.single-wrapper .meta .meta-group .sec-ttl {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 980px) {
  .single-wrapper .meta .meta-group .sec-ttl {
    font-size: 20px;
    font-size: 5.1282051282vw;
    margin-bottom: 3.8461538462vw;
  }
}
.single-wrapper .meta .meta-group:last-child {
  padding-bottom: 0;
}/*# sourceMappingURL=style.css.map */