@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Noto+Sans+JP:wght@100..900&display=swap");

/*! 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;
}

header {
  width: 100%;
  box-shadow: 0 3px 6px 3px rgba(0, 0, 0, 0.05);
  background: #fff;
  position: fixed;
  z-index: 9990;
}

body#index header {
  margin-bottom: 30px;
}

@media screen and (max-width: 650px) {
  body#index header {
    margin-bottom: 20px;
  }
}

.header-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px 18px;
  position: relative;
}

@media screen and (max-width: 950px) {
  .header-wrapper {
    padding: 10px 30px 14px 16px;
  }
}

.header-wrapper:before {
  width: calc(100% - 214px);
  height: 4px;
  background: url(../images/common/img_common_header-bg01.png) no-repeat left bottom/100% auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  content: "";
}

@media screen and (max-width: 768px) {
  .header-wrapper:before {
    width: calc(100% - 120px);
  }
}

.header-wrapper-top {
  width: 100%;
}

.header-wrapper-top-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.header-wrapper-top-box-logo {
  width: 174px;
}

@media screen and (max-width: 950px) {
  .header-wrapper-top-box-logo {
    width: auto;
  }
}

.header-wrapper-top-box-logo h1 {
  width: 60px;
  height: 44.5px;
}

@media screen and (max-width: 950px) {
  .header-wrapper-top-box-logo h1 {
    margin-top: 10px;
  }
}

.header-wrapper-top-box-logo h1 a {
  display: block;
}

.header-wrapper-top-box-logo h1 a img {
  width: 100%;
}

.header-wrapper-top-box-gnavi {
  margin-top: 10px;
}

@media screen and (max-width: 950px) {
  .header-wrapper-top-box-gnavi {
    display: none;
  }
}

.header-wrapper-top-box-gnavi ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.header-wrapper-top-box-gnavi ul li {
  margin-right: 34px;
  position: relative;
}

.header-wrapper-top-box-gnavi ul li:after {
  width: 1px;
  height: 15px;
  background: #dbdbdb;
  position: absolute;
  top: -1px;
  right: -17px;
  z-index: 10;
  content: "";
}

@media screen and (max-width: 1100px) {
  .header-wrapper-top-box-gnavi ul li:after {
    top: -2px;
    right: -8px;
  }
}

@media screen and (max-width: 1100px) {
  .header-wrapper-top-box-gnavi ul li {
    margin-right: 15px;
  }
}

.header-wrapper-top-box-gnavi ul li:last-child {
  margin-right: 0;
  position: relative;
}

.header-wrapper-top-box-gnavi ul li:last-child:hover .el_shopList {
  opacity: 1;
  max-height: 9999px;
}

.el_shopList {
  display: flex;
  padding-top: 20px;
  flex-direction: column;
  width: calc(100% + 20px);
  position: absolute;
  top: 100%;
  left: -10px;
  background-color: white;
  opacity: 0;
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s;
}

.el_shopList_item:first-of-type {
  position: relative;
}

.el_shopList_item:first-of-type::before {
  content: "";
  height: 3px;
  position: absolute;
  width: 80%;
  top: -2px;
  left: 10%;
  background-color: #ed6c24;
}

.el_shopList_item {
  color: #363636;
  height: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  cursor: pointer;
  font-weight: bold;
  background-color: white;
}

.el_shopList_item:hover {
  background-color: #eee;
}

.header-wrapper-top-box-gnavi ul li:last-child:after {
  display: none;
}

.header-wrapper-top-box-gnavi ul li a {
  text-decoration: none;
}

.header-wrapper-top-box-gnavi ul li a span {
  text-align: center;
  line-height: 100%;
  display: block;
}

.header-wrapper-top-box-gnavi ul li a span:nth-of-type(1) {
  color: #363636;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 1100px) {
  .header-wrapper-top-box-gnavi ul li a span:nth-of-type(1) {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  .header-wrapper-top-box-gnavi ul li a span:nth-of-type(1) {
    font-size: 1.2rem;
  }
}

.header-wrapper-top-box-gnavi ul li a span:nth-of-type(2) {
  color: #ed6c24;
  font-family: "Avenir Next";
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 5px;
}

@media screen and (max-width: 1100px) {
  .header-wrapper-top-box-gnavi ul li a span:nth-of-type(2) {
    font-size: 1rem;
  }
}

.header-wrapper-top-box-gnavi-sp {
  display: none;
  position: absolute;
  top: 43px;
  right: 15px;
}

@media screen and (max-width: 950px) {
  .header-wrapper-top-box-gnavi-sp {
    display: block;
  }
}

.header-wrapper-top-box-gnavi-sp-action {
  width: 28px;
  height: 22px;
  text-align: center;
  display: none;
  cursor: pointer;
  position: relative;
  z-index: 9998;
}

.header-wrapper-top-box-gnavi-sp-action.active span {
  border-top: solid 2px #363636;
}

@media screen and (max-width: 1100px) {
  .header-wrapper-top-box-gnavi-sp-action {
    display: block;
  }
}

.header-wrapper-top-box-gnavi-sp-action span {
  width: 28px;
  display: flex;
  align-items: center;
  margin: auto;
  border-top: solid 2px #363636;
  position: absolute;
  right: 0;
  left: 0;
  transition: all 0.5s;
  transform: translateY(0px);
}

.header-wrapper-top-box-gnavi-sp-action span:nth-child(1) {
  top: 0;
  transform: rotate(0deg);
}

.header-wrapper-top-box-gnavi-sp-action span:nth-child(2) {
  top: 10px;
}

.header-wrapper-top-box-gnavi-sp-action span:nth-child(3) {
  top: 20px;
  transform: rotate(0deg);
}

.header-wrapper-top-box-gnavi-sp-action.active span:nth-child(1) {
  top: 10px;
  transform: rotate(225deg);
}

.header-wrapper-top-box-gnavi-sp-action.active span:nth-child(2) {
  opacity: 0;
}

.header-wrapper-top-box-gnavi-sp-action.active span:nth-child(3) {
  top: 10px;
  transform: rotate(-225deg);
}

.header-wrapper-top-box-gnavi-sp-box {
  width: 100%;
  height: 100vh;
  color: #ed6c24;
  display: none;
  background: #fff;
  position: fixed;
  z-index: 9990;
  top: 79px;
  right: 0;
  transform: translateY(-100%);
}

@media screen and (max-width: 650px) {
  .header-wrapper-top-box-gnavi-sp-box {
    top: 65px;
  }
}

.header-wrapper-top-box-gnavi-sp-box.active {
  display: block;
  transform: translateY(0%);
  overflow-y: auto;
}

.header-wrapper-top-box-gnavi-sp-box-menu {
  width: 100%;
  max-width: 480px;
  margin: auto;
  padding: 60px 20px 180px 20px;
}

@media screen and (max-width: 750px) {
  .header-wrapper-top-box-gnavi-sp-box-menu {
    padding: 40px 15px 180px 15px;
  }
}

.header-wrapper-top-box-gnavi-sp-box-menu .header-wrapper-top-box-gnavi-sp-box-menu-nav nav>ul {
  border-top: 1px solid #222;
}

.header-wrapper-top-box-gnavi-sp-box-menu .header-wrapper-top-box-gnavi-sp-box-menu-nav nav>ul>li {
  border-bottom: 1px solid #222;
}

.header-wrapper-top-box-gnavi-sp-box-menu .header-wrapper-top-box-gnavi-sp-box-menu-nav nav>ul>li a {
  color: #363636;
  font-size: 1.9rem;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding: 12px 35px 11px 15px;
  position: relative;
}

@media screen and (max-width: 650px) {
  .header-wrapper-top-box-gnavi-sp-box-menu .header-wrapper-top-box-gnavi-sp-box-menu-nav nav>ul>li a {
    font-size: 1.4rem;
    padding: 10px 35px 9px 15px;
  }
}

.header-wrapper-top-box-gnavi-sp-box-menu .header-wrapper-top-box-gnavi-sp-box-menu-nav nav>ul>li a:after {
  width: 7px;
  height: 12.5px;
  background: url(../images/common/img_common_header-ico91.png) no-repeat center top/100% auto;
  position: absolute;
  top: 19px;
  right: 15px;
  z-index: 10;
  content: "";
}

@media screen and (max-width: 650px) {
  .header-wrapper-top-box-gnavi-sp-box-menu .header-wrapper-top-box-gnavi-sp-box-menu-nav nav>ul>li a:after {
    top: 15px;
  }
}

.header-wrapper-top-box-gnavi-sp-box-menu .header-wrapper-top-box-gnavi-sp-box-menu-sns {
  margin: 40px auto 0;
}

.header-wrapper-top-box-gnavi-sp-box-menu .header-wrapper-top-box-gnavi-sp-box-menu-sns ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.header-wrapper-top-box-gnavi-sp-box-menu .header-wrapper-top-box-gnavi-sp-box-menu-sns ul li {
  margin: 0 10px;
}

.header-wrapper-top-box-gnavi-sp-box-menu .header-wrapper-top-box-gnavi-sp-box-menu-sns ul li.layout-01 {
  width: 26px;
}

.header-wrapper-top-box-gnavi-sp-box-menu .header-wrapper-top-box-gnavi-sp-box-menu-sns ul li.layout-02 {
  width: 31.5px;
}

.header-wrapper-top-box-gnavi-sp-box-menu .header-wrapper-top-box-gnavi-sp-box-menu-sns ul li.layout-03 {
  width: 38.5px;
}

.header-wrapper-top-box-gnavi-sp-box-menu .header-wrapper-top-box-gnavi-sp-box-menu-sns ul li.layout-04 {
  width: 28.5px;
}

.header-wrapper-top-box-gnavi-sp-box-menu .header-wrapper-top-box-gnavi-sp-box-menu-sns ul li a {
  opacity: 1 !important;
}

.header-wrapper-top-box-gnavi-sp-box-menu .header-wrapper-top-box-gnavi-sp-box-menu-sns ul li a:hover img {
  opacity: 1 !important;
  transform: scale(1.05, 1.05);
  transition: 0.4s all;
}

.header-wrapper-top-box-gnavi-sp-box-menu .header-wrapper-top-box-gnavi-sp-box-menu-sns ul li a img {
  width: 100%;
}

.bl_spMenu_bannerList {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 80%;
  margin: 30px auto 0;
}

.bl_spMenu_bannerList_item {
  width: 126px;
}

.bl_spMenu_bannerList_item_link_img {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  width: 100%;
}

.header-wrapper-top-box-sponser {
  width: 214px;
  margin: -11px -30px 0 0;
  padding: 0 16px;
}

@media screen and (max-width: 950px) {
  .header-wrapper-top-box-sponser {
    margin: -1px -30px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .header-wrapper-top-box-sponser {
    width: 120px;
    margin: -3px -30px 0 0;
  }
}

.header-wrapper-top-box-sponser span {
  display: block;
}

.header-wrapper-top-box-sponser span a {
  display: block;
}

.header-wrapper-top-box-sponser span a img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .header-wrapper-top-box-sponser span a img {
    height: 21px;
  }
}

.mainvisual {
  display: flex;
  align-items: center;
  padding: 82.5px 0 0 5.208vw;
  width: 100%;
  height: 56.39vw;
  background: #00a546;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@media not screen and (min-width: 769px) {
  .mainvisual {
    display: block;
    padding: 0 0 0 4vw;
    height: 89.79vw;
  }
}

.mainvisual .mainvisual-title {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.mainvisual .mainvisual-title .mainvisual-title__child {
  position: relative;
  z-index: 2;
}

.mainvisual .mainvisual-title .mainvisual-title__child.mainvisual-title__child01 {
  width: 16.14vw;
  top: 3vw;
}

@media not screen and (min-width: 769px) {
  .mainvisual .mainvisual-title .mainvisual-title__child.mainvisual-title__child01 {
    width: 20vw;
    top: 7.7vw;
  }
}

.mainvisual .mainvisual-title .mainvisual-title__child.mainvisual-title__child02 {
  width: 37.88vw;
  top: -0.8vw;
  left: 0.3vw;
}

@media not screen and (min-width: 769px) {
  .mainvisual .mainvisual-title .mainvisual-title__child.mainvisual-title__child02 {
    width: 48.5vw;
    top: 3vw;
    left: 0;
  }
}

.mainvisual .mainvisual-title .mainvisual-title__child.mainvisual-title__child03 {
  width: 15.79vw;
  top: -2.1vw;
  left: 7.4vw;
}

@media not screen and (min-width: 769px) {
  .mainvisual .mainvisual-title .mainvisual-title__child.mainvisual-title__child03 {
    width: 20vw;
    top: 1.8vw;
    left: 9.5vw;
  }
}

.mainvisual .mainvisual-title .mainvisual-title__child.mainvisual-title__child04 {
  width: 28.7vw;
  top: -4.4vw;
  left: 1vw;
}

@media not screen and (min-width: 769px) {
  .mainvisual .mainvisual-title .mainvisual-title__child.mainvisual-title__child04 {
    width: 37.5vw;
    top: -1.4vw;
    left: 1vw;
  }
}

.mainvisual .mainvisual-title .mainvisual-title__child.mainvisual-title__child05 {
  width: 23.63vw;
  top: -6.5vw;
  left: 11.5vw;
}

@media not screen and (min-width: 769px) {
  .mainvisual .mainvisual-title .mainvisual-title__child.mainvisual-title__child05 {
    width: 28.5vw;
    top: 4vw;
    left: 7.6vw;
  }
}

.mainvisual .mainvisual-title .mainvisual-title__child.mainvisual-title__child06 {
  width: 40.54vw;
  top: -5.6vw;
  left: 10vw;
}

@media not screen and (min-width: 769px) {
  .mainvisual .mainvisual-title .mainvisual-title__child.mainvisual-title__child06 {
    width: 67vw;
    top: 8vw;
    left: 3.4vw;
  }
}

.mainvisual .mainvisual-up {
  width: 39.49vw;
  height: 42.31vw;
  position: relative;
  top: 10px;
  left: 95px;
}

@media not screen and (min-width: 769px) {
  .mainvisual .mainvisual-up {
    width: 50vw;
    height: 67.73vw;
    position: absolute;
    top: 50%;
    left: inherit;
    right: 5%;
    transform: translateY(-50%);
  }
}

.mainvisual .mainvisual-up .mainvisual-up-image {
  opacity: 0;
  width: 39.49vw;
  position: absolute;
  top: 50%;
  left: 42%;
  transform: translate(-50%, -50%);
}

@media not screen and (min-width: 769px) {
  .mainvisual .mainvisual-up .mainvisual-up-image {
    width: 48vw;
    top: 50%;
    left: 48%;
    transform: translate3d(-50%, -50%, 0);
    will-change: transform, opacity;
  }
}

.mainvisual .mainvisual-up .mainvisual-up-bg-paint {
  display: block;
  width: 100%;
  position: absolute;
  top: 45%;
  left: 26%;
  transform: translate(-50%, -50%) scale(1.5);
  z-index: -2;
}

@media not screen and (min-width: 769px) {
  .mainvisual .mainvisual-up .mainvisual-up-bg-paint {
    top: 47%;
    left: 32%;
    transform: translate(-50%, -50%) scale(1.5);
  }
}

.mainvisual .mainvisual-up .mainvisual-up-item-center {
  width: 4.34vw;
  position: absolute;
  top: 41%;
  left: 34%;
  opacity: 0;
  transform: translate(-50%, -50%);
  z-index: 1;
  animation: up-item-center 1s ease-in-out 0.4s forwards;
}

@media not screen and (min-width: 769px) {
  .mainvisual .mainvisual-up .mainvisual-up-item-center {
    width: 5.4vw;
    top: 44.5%;
    left: 40%;
    transform: translate(-50%, -50%);
  }
}

.mainvisual .mainvisual-up .mainvisual-up-item-top {
  width: 5.98vw;
  position: absolute;
  top: -8%;
  left: 43%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media not screen and (min-width: 769px) {
  .mainvisual .mainvisual-up .mainvisual-up-item-top {
    width: 7.6vw;
    top: 6%;
    left: 48%;
  }
}

.mainvisual .mainvisual-up .mainvisual-up-item-left {
  width: 5.44vw;
  position: absolute;
  top: 28%;
  left: -28%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

@media not screen and (min-width: 769px) {
  .mainvisual .mainvisual-up .mainvisual-up-item-left {
    width: 5vw;
    top: 24.5%;
    left: -10%;
    transform: translate(-50%, -50%);
  }
}

.mainvisual .mainvisual-up .mainvisual-up-item-right {
  width: 10.78vw;
  position: absolute;
  top: 26%;
  right: 0%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

@media not screen and (min-width: 769px) {
  .mainvisual .mainvisual-up .mainvisual-up-item-right {
    width: 13.2vw;
    top: 31.5%;
    right: -18%;
    transform: translate(-50%, -50%);
  }
}

.mainvisual .mainvisual-up .mainvisual-up-item-bottom-left {
  width: 4.74vw;
  position: absolute;
  top: 100%;
  left: -12%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

@media not screen and (min-width: 769px) {
  .mainvisual .mainvisual-up .mainvisual-up-item-bottom-left {
    width: 5.6vw;
    top: 80%;
    left: 1%;
    transform: translate(-50%, -50%);
    z-index: 3;
  }
}

.mainvisual .mainvisual-up .mainvisual-up-item-bottom-right {
  width: 7.21vw;
  position: absolute;
  top: 94%;
  right: 25%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

@media not screen and (min-width: 769px) {
  .mainvisual .mainvisual-up .mainvisual-up-item-bottom-right {
    top: 86%;
    right: 22%;
  }
}

.mainvisual .mainvisual-lines {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

@media not screen and (min-width: 769px) {
  .mainvisual .mainvisual-lines .mainvisual-lines__body.mainvisual-lines__body--pc {
    display: none;
  }
}

.mainvisual .mainvisual-lines .mainvisual-lines__body.mainvisual-lines__body--sp {
  display: none;
}

@media not screen and (min-width: 769px) {
  .mainvisual .mainvisual-lines .mainvisual-lines__body.mainvisual-lines__body--sp {
    display: block;
  }
}

.mainvisual .mainvisual-lines__mask {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #00a546;
  opacity: 1;
  z-index: 0;
}

.mainvisual .mainvisual-lines__mask.animation-start {
  width: 0;
  height: 0;
  opacity: 0;
  border-radius: 50%;
  transition: width 0.75s ease-in-out, height 0.75s ease-in-out, opacity 1s ease-in-out 1s, border-radius 0.5s ease-in-out;
}

.mainvisual .mainvisual-spray-item {
  width: 10.88vw;
  position: absolute;
  bottom: 0.833vw;
  left: 1.354vw;
}

.mainvisual .mainvisual-logo {
  width: 19.3vw;
  position: absolute;
  top: 1.354vw;
  right: 1.77vw;
  z-index: 10;
}

@media not screen and (min-width: 769px) {
  .mainvisual .mainvisual-logo {
    width: 30vw;
  }
}

.mainvisual .mainvisual-apply {
  width: 16.39vw;
  position: absolute;
  bottom: 0.468vw;
  right: 0.677vw;
  z-index: 10;
}

@media not screen and (min-width: 769px) {
  .mainvisual .mainvisual-apply {
    width: 20.5vw;
  }
}

.mainvisual .mainvisual-spray {
  display: block;
  width: 43.27vw;
  height: 47.15vw;
  position: absolute;
  top: 13%;
  left: 6.25vw;
  z-index: -1;
}

.mainvisual .mainvisual-spray .mainvisual-spray-white,
.mainvisual .mainvisual-spray .mainvisual-spray-yellow,
.mainvisual .mainvisual-spray .mainvisual-spray-purple,
.mainvisual .mainvisual-spray .mainvisual-spray-orange,
.mainvisual .mainvisual-spray .mainvisual-spray-green,
.mainvisual .mainvisual-spray .mainvisual-spray-pink {
  position: absolute;
  z-index: -1;
}

.mainvisual .mainvisual-spray .mainvisual-spray-white {
  width: 18.03vw;
  top: 56%;
}

.mainvisual .mainvisual-spray .mainvisual-spray-pink {
  width: 22.5vw;
  top: 0;
  left: 48%;
}

.mainvisual .mainvisual-spray .mainvisual-spray-green {
  width: 13.14vw;
  top: 40%;
  left: 40%;
}

.mainvisual .mainvisual-spray .mainvisual-spray-yellow {
  width: 13.92vw;
  top: 44%;
  left: 4%;
}

.mainvisual .mainvisual-spray .mainvisual-spray-purple {
  width: 10.22vw;
  top: 72%;
  left: 27%;
}

.mainvisual .mainvisual-spray .mainvisual-spray-orange {
  width: 14.43vw;
  top: 79%;
  left: 34%;
}

.tab-container {
  padding: 26px 0 23px;
  background: #fff;
}

@media not screen and (min-width: 769px) {
  .tab-container {
    padding: 2vw 0;
  }
}

.tab-container .tab-list {
  display: flex;
  justify-content: center;
}

@media not screen and (min-width: 769px) {
  .tab-container .tab-list {
    flex-wrap: wrap;
  }
}

.tab-container .tab-list .tab-item {
  padding: 8px 24px;
  font-family: "Dela Gothic One", sans-serif;
  font-size: clamp(15px, 1.56vw, 30px);
  color: #00a546;
  cursor: pointer;
  transition: opacity 0.3s;
}

.tab-container .tab-list .tab-item:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}

@media not screen and (min-width: 769px) {
  .tab-container .tab-list .tab-item {
    padding: 0.5vw 5vw;
    font-size: 4vw;
    line-height: 1;
  }
}

.tab-container .tab-list .tab-item+.tab-item {
  border-left: 5px solid #00a546;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

.theme {
  position: relative;
  z-index: 1;
}

.theme .theme-background-paint {
  position: absolute;
  z-index: 2;
}

@media not screen and (min-width: 769px) {
  .theme .theme-background-paint {
    z-index: 1;
  }
}

.theme .theme-background-paint.theme-background-paint--purple {
  width: 13.9vw;
  top: 0;
  right: 0;
}

@media not screen and (min-width: 769px) {
  .theme .theme-background-paint.theme-background-paint--purple {
    width: 18.02vw;
  }
}

.theme .theme-background-paint.theme-background-paint--orange {
  width: 13.07vw;
  top: 10.4vw;
  left: 0;
}

@media not screen and (min-width: 769px) {
  .theme .theme-background-paint.theme-background-paint--orange {
    top: 36vw;
    left: -2vw;
    width: 16.4vw;
  }
}

.theme .theme-background {
  padding: 3.85vw 0 0;
  background: #000;
}

@media not screen and (min-width: 769px) {
  .theme .theme-background {
    padding: 6vw 0 0;
  }
}

.theme .theme-inner {
  padding-bottom: 3.02vw;
}

@media not screen and (min-width: 769px) {
  .theme .theme-inner {
    padding-bottom: 5.4vw;
  }
}

.theme .theme-text {
  font-family: "Dela Gothic One", sans-serif;
  text-align: center;
  color: #faf500;
  position: relative;
  z-index: 3;
}

.theme .theme-text .theme-text--noto {
  font-family: "Noto Sans JP", sans-serif;
}

.theme .theme-text .theme-text--small {
  font-weight: 900;
  font-size: clamp(14px, 0.94vw, 18px);
}

@media not screen and (min-width: 769px) {
  .theme .theme-text .theme-text--small {
    font-size: 3.73vw;
  }
}

.theme .theme-text .theme-text--strong {
  font-size: clamp(30px, 3.65vw, 70px);
  line-height: 2;
}

@media not screen and (min-width: 769px) {
  .theme .theme-text .theme-text--strong {
    font-size: 8vw;
  }
}

.theme .theme-text .theme-text--midium {
  font-size: clamp(16px, 1.56vw, 30px);
  line-height: 2;
}

@media not screen and (min-width: 769px) {
  .theme .theme-text .theme-text--midium {
    font-size: 4.26vw;
  }
}

.theme .theme-lv03-title {
  font-family: "Dela Gothic One", sans-serif;
  font-size: clamp(25px, 2.08vw, 40px);
  text-align: center;
  color: #00a546;
}

@media not screen and (min-width: 769px) {
  .theme .theme-lv03-title {
    font-size: 6.66vw;
  }
}

.theme .theme-reward {
  background: #fff;
  position: relative;
  z-index: 0;
}

.theme .theme-reward .theme-background {
  width: 100%;
  height: 15.625vw;
  background: url(../images/bg-green.png) no-repeat center center/cover;
}

@media not screen and (min-width: 769px) {
  .theme .theme-reward .theme-background {
    height: 23.46vw;
  }
}

.theme .theme-reward .theme-reward-inner {
  padding: 3.958vw 2.08vw;
  max-width: 1612px;
}

@media not screen and (min-width: 769px) {
  .theme .theme-reward .theme-reward-inner {
    padding: 3.958vw 4.2vw 8vw;
  }
}

.theme .theme-reward .theme-reward-layout-container {
  display: flex;
  justify-content: space-between;
  gap: 3.12vw;
  margin-top: 1.875vw;
}

@media not screen and (min-width: 769px) {
  .theme .theme-reward .theme-reward-layout-container {
    flex-direction: column;
    gap: 5.86vw;
    margin-top: 8.8vw;
  }
}

.theme .theme-reward .theme-reward-content {
  width: calc((100% - 3.12vw) / 2);
  border: 6px solid #00a546;
  border-radius: 12px;
}

@media not screen and (min-width: 769px) {
  .theme .theme-reward .theme-reward-content {
    width: 100%;
    border: 4px solid #00a546;
  }
}

.theme .theme-reward .theme-reward-content.is-pc {
  display: block;
}

@media not screen and (min-width: 769px) {
  .theme .theme-reward .theme-reward-content.is-pc {
    display: none;
  }
}

.theme .theme-reward .theme-reward-content.is-sp {
  display: none;
}

@media not screen and (min-width: 769px) {
  .theme .theme-reward .theme-reward-content.is-sp {
    display: block;
  }
}

.theme .theme-reward .theme-reward-content table {
  width: 100%;
}

.theme .theme-reward .theme-reward-content table .theme-reward-content-col:first-child {
  width: 32%;
  border-right: 6px solid #00a546;
}

.theme .theme-reward .theme-reward-content table .theme-reward-content-col:last-child {
  width: 68%;
}

.theme .theme-reward .theme-reward-content table .theme-reward-content-row:first-child {
  border-bottom: 6px solid #00a546;
}

.theme .theme-reward .theme-reward-content table .theme-reward-content-row:first-child .theme-reward-content-row__data--number {
  min-width: 4.42vw;
}

.theme .theme-reward .theme-reward-content table .theme-reward-content-row:last-child .theme-reward-content-row__data {
  font-size: clamp(10.5px, 0.83vw, 16px);
}

.theme .theme-reward .theme-reward-content table .theme-reward-content-row:last-child .theme-reward-content-row__data--number {
  min-width: 2.52vw;
}

.theme .theme-reward .theme-reward-content table .theme-reward-content-row__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px 6px 2px;
  min-height: 6.56vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: clamp(14px, 1.56vw, 30px);
  color: #00a546;
  text-align: center;
}

.theme .theme-reward .theme-reward-content table .theme-reward-content-row__title .theme-reward-content-row__title--small {
  padding-top: 0.5208vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(8px, 0.89vw, 17px);
}

.theme .theme-reward .theme-reward-content table .theme-reward-content-row__data {
  padding: 10px clamp(5px, 1vw, 24px);
  min-height: 6.56vw;
  line-height: 1.2;
  vertical-align: middle;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(8px, 0.83vw, 16px);
  text-align: center;
  position: relative;
  top: -4px;
}

.theme .theme-reward .theme-reward-content table .theme-reward-content-row__data .theme-reward-content-row__data--title {
  display: inline-block;
}

.theme .theme-reward .theme-reward-content table .theme-reward-content-row__data .theme-reward-content-row__data--small {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(8px, 0.63vw, 12px);
  color: #000;
}

.theme .theme-reward .theme-reward-content table .theme-reward-content-row__data .theme-reward-content-row__data--strong {
  font-weight: 700;
  font-size: clamp(12px, 1.46vw, 28px);
}

.theme .theme-reward .theme-reward-content table .theme-reward-content-row__data .theme-reward-content-row__data--number {
  display: inline-block;
  font-size: clamp(18px, 2.14vw, 41px);
  text-align: right;
}

.theme .theme-reward .theme-reward-content table .theme-reward-content-row__data .theme-reward-content-row__data--position {
  position: relative;
}

.theme .theme-reward .theme-reward-content:nth-child(2) {
  border: none;
}

.theme .theme-reward .theme-reward-content:nth-child(2) .theme-reward-content-head .theme-reward-content-head-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.4vw 0 5vw;
  border: 4px solid #00a546;
  border-radius: 12px;
}

.theme .theme-reward .theme-reward-content:nth-child(2) .theme-reward-content-head .theme-reward-content-head-list+.theme-reward-content-head-list {
  margin-top: 6vw;
}

.theme .theme-reward .theme-reward-content:nth-child(2) .theme-reward-content-head .theme-reward-content-head-list .theme-reward-content-head-list__head {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 4.8vw;
  text-align: center;
  color: #00a546;
}

.theme .theme-reward .theme-reward-content:nth-child(2) .theme-reward-content-head .theme-reward-content-head-list .theme-reward-content-head-list__head .theme-reward-content-head-list__head--small {
  margin-top: 1.4vw;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2.93vw;
}

.theme .theme-reward .theme-reward-content:nth-child(2) .theme-reward-content-head .theme-reward-content-head-list .theme-reward-content-head-list__data {
  margin-top: 1.4vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.theme .theme-reward .theme-reward-content:nth-child(2) .theme-reward-content-head .theme-reward-content-head-list .theme-reward-content-head-list__data+.theme-reward-content-head-list__data {
  margin-top: 0;
}

.theme .theme-reward .theme-reward-content:nth-child(2) .theme-reward-content-head .theme-reward-content-head-list .theme-reward-content-head-list__data.theme-reward-content-head-list__data--other {
  margin-top: 2vw;
}

.theme .theme-reward .theme-reward-content:nth-child(2) .theme-reward-content-head .theme-reward-content-head-list .theme-reward-content-head-list__data .theme-reward-content-head-list__data--strong {
  font-size: 5.04vw;
}

.theme .theme-reward .theme-reward-content:nth-child(2) .theme-reward-content-head .theme-reward-content-head-list .theme-reward-content-head-list__data .theme-reward-content-head-list__data--small {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2.8vw;
  color: #000;
}

.theme .theme-reward .theme-reward-content:nth-child(2) .theme-reward-content-head .theme-reward-content-head-list .theme-reward-content-head-list__data .theme-reward-content-head-list__data--number {
  display: inline-block;
  width: 12.736vw;
  font-size: 7.2vw;
  text-align: right;
}

.theme .theme-reward .theme-reward-content:nth-child(2) .theme-reward-content-head .theme-reward-content-head-list .theme-reward-content-head-list__data .theme-reward-content-head-list__data--other--strong {
  display: inline-block;
  width: 32vw;
  font-size: 4vw;
}

.theme .theme-reward .theme-reward-content:nth-child(2) .theme-reward-content-head .theme-reward-content-head-list .theme-reward-content-head-list__data .theme-reward-content-head-list__data--other--small {
  font-weight: 400;
  font-size: 3.2vw;
}

.theme .theme-reward .theme-reward-content:nth-child(2) .theme-reward-content-head .theme-reward-content-head-list .theme-reward-content-head-list__data .theme-reward-content-head-list__data--other--detail {
  font-weight: 700;
  font-size: 4vw;
}

.theme .theme-reward .theme-reward-content:nth-child(2) .theme-reward-content-note {
  margin-top: 1.45vw;
  padding: 0 2.6vw;
}

@media not screen and (min-width: 769px) {
  .theme .theme-reward .theme-reward-content:nth-child(2) .theme-reward-content-note {
    margin-top: 3.6vw;
    padding: 0 3.8vw;
  }
}

.theme .theme-reward .theme-reward-content:nth-child(2) .theme-reward-content-note .theme-reward-content-note-item {
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(11px, 0.89vw, 17px);
}

@media not screen and (min-width: 769px) {
  .theme .theme-reward .theme-reward-content:nth-child(2) .theme-reward-content-note .theme-reward-content-note-item {
    font-size: 2.93vw;
    letter-spacing: -0.09em;
  }
}

.theme .theme-reward .theme-reward-content:nth-child(2) .theme-reward-content-note .theme-reward-content-note-item+.theme-reward-content-note-item {
  margin-top: 8px;
}

@media not screen and (min-width: 769px) {
  .theme .theme-reward .theme-reward-content:nth-child(2) .theme-reward-content-note .theme-reward-content-note-item+.theme-reward-content-note-item {
    margin-top: 1.6vw;
  }
}

.theme .theme-reward .theme-reward-content:nth-child(3) .theme-reward-content-head {
  padding: 2.08vw 2.6vw 0;
  min-height: 6.56vw;
}

.theme .theme-reward .theme-reward-content:nth-child(3) .theme-reward-content-head .theme-reward-content-head-list {
  display: flex;
  align-items: center;
}

.theme .theme-reward .theme-reward-content:nth-child(3) .theme-reward-content-head .theme-reward-content-head-list+.theme-reward-content-head-list {
  margin-top: 1.875vw;
}

.theme .theme-reward .theme-reward-content:nth-child(3) .theme-reward-content-head .theme-reward-content-head-list .theme-reward-content-head-list__head {
  min-width: 350px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: clamp(14px, 1.56vw, 30px);
  color: #00a546;
}

@media screen and (max-width: 1400px) {
  .theme .theme-reward .theme-reward-content:nth-child(3) .theme-reward-content-head .theme-reward-content-head-list .theme-reward-content-head-list__head {
    min-width: 18.22vw;
  }
}

.theme .theme-reward .theme-reward-content:nth-child(3) .theme-reward-content-head .theme-reward-content-head-list .theme-reward-content-head-list__head .theme-reward-content-head-list__head--small {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(8px, 0.63vw, 12px);
  color: #000;
}

.theme .theme-reward .theme-reward-content:nth-child(3) .theme-reward-content-head .theme-reward-content-head-list .theme-reward-content-head-list__data {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(14px, 1.41vw, 27px);
}

@media not screen and (min-width: 769px) {
  .theme .theme-reward .theme-reward-content:nth-child(3) .theme-reward-content-head .theme-reward-content-head-list .theme-reward-content-head-list__data {
    margin-top: 1.4vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
  }
}

.theme .theme-reward .theme-reward-content:nth-child(3) .theme-reward-content-note {
  margin-top: 1.45vw;
  padding: 0 2.6vw;
}

.theme .theme-reward .theme-reward-content:nth-child(3) .theme-reward-content-note .theme-reward-content-note-item {
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(11px, 0.89vw, 17px);
}

.theme .theme-reward .theme-reward-content:nth-child(3) .theme-reward-content-note .theme-reward-content-note-item+.theme-reward-content-note-item {
  margin-top: 8px;
}

.theme .theme-apply {
  background: #fff;
  position: relative;
  z-index: 0;
}

.theme .theme-apply .theme-background {
  width: 100%;
  height: 15.625vw;
  background: url(../images/bg-green.png) no-repeat center center/cover;
}

.theme .theme-apply .theme-apply-inner {
  padding: 0 2.08vw;
  max-width: 1390px;
}

@media not screen and (min-width: 769px) {
  .theme .theme-apply .theme-apply-inner {
    padding: 0 4.8vw;
  }
}

.theme .theme-apply .theme-apply__lead {
  margin-top: 1.25vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(14px, 0.94vw, 18px);
  line-height: 2.25;
  text-align: center;
}

@media not screen and (min-width: 769px) {
  .theme .theme-apply .theme-apply__lead.is-pc {
    display: none;
  }
}

.theme .theme-apply .theme-apply-note {
  display: none;
}

@media not screen and (min-width: 769px) {
  .theme .theme-apply .theme-apply-note {
    display: block;
    margin: 4vw auto 0;
    width: 73vw;
  }
}

.theme .theme-apply .theme-apply-note .theme-apply-note-item {
  display: flex;
  gap: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.73vw;
  line-height: 1.5;
  letter-spacing: -0.06em;
}

.theme .theme-apply .theme-apply-note .theme-apply-note-item+.theme-apply-note-item {
  margin-top: 3vw;
}

.theme .theme-apply .thme-apply-span {
  margin-top: 1.25vw;
  font-family: "Dela Gothic One", sans-serif;
  font-size: clamp(29px, 3.65vw, 70px);
  text-align: center;
  color: #fc6600;
}

@media not screen and (min-width: 769px) {
  .theme .theme-apply .thme-apply-span {
    margin-top: 4vw;
    font-size: 7.73vw;
    line-height: 1.1;
  }
}

.theme .theme-apply .thme-apply-span .thme-apply-span--small {
  font-size: clamp(25px, 3.13vw, 60px);
}

@media not screen and (min-width: 769px) {
  .theme .theme-apply .thme-apply-span .thme-apply-span--small {
    font-size: 6.66vw;
  }
}

.theme .theme-apply .thme-apply-span .is-sp {
  display: none;
}

@media not screen and (min-width: 769px) {
  .theme .theme-apply .thme-apply-span .is-sp {
    display: block;
  }
}

.theme .theme-apply .theme-apply-layout-container {
  display: flex;
  justify-content: space-between;
  gap: 4.68vw;
  margin-top: 1.56vw;
}

@media not screen and (min-width: 769px) {
  .theme .theme-apply .theme-apply-layout-container {
    flex-direction: column;
    gap: 5.86vw;
    margin-top: 4.8vw;
  }
}

.theme .theme-apply .theme-apply-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 23.64vw;
  background: #fff;
  border: 6px solid #00a546;
  border-radius: 13.6px;
  position: relative;
  top: 0;
  right: 0;
  transform: scale(1);
  z-index: 0;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.6s ease-in-out, top 0.3s ease-in-out, right 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.theme .theme-apply .theme-apply-content:hover {
  top: 5px;
  right: -5px;
  transform: scale(0.95);
  box-shadow: none;
  transition: top 0.3s ease-in-out, right 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.theme .theme-apply .theme-apply-content .theme-apply-content-inner {
  padding: 18px 5px 0;
  min-height: 18.4vw;
  text-align: center;
  background: #fff;
  border-radius: 13.6px;
}

@media not screen and (min-width: 769px) {
  .theme .theme-apply .theme-apply-content .theme-apply-content-inner {
    display: flex;
    flex-direction: column;
    padding: 7.6vw 1vw 0;
    min-height: inherit;
  }
}

.theme .theme-apply .theme-apply-content .theme-apply-content-inner .theme-apply-content__head,
.theme .theme-apply .theme-apply-content .theme-apply-content-inner .theme-apply-content__foot {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.66;
  color: #00a546;
  background: #fff;
}

.theme .theme-apply .theme-apply-content .theme-apply-content-inner .theme-apply-content__head {
  font-size: clamp(14px, 0.94vw, 18px);
}

@media not screen and (min-width: 769px) {
  .theme .theme-apply .theme-apply-content .theme-apply-content-inner .theme-apply-content__head {
    order: 2;
    margin-top: 3vw;
    padding-bottom: 1vw;
    font-size: 3.73vw;
  }
}

.theme .theme-apply .theme-apply-content .theme-apply-content-inner .theme-apply-content__foot {
  margin-top: 1.04vw;
  padding-bottom: 10px;
  font-size: clamp(14px, 0.83vw, 16px);
  line-height: 1.68;
  background: #fff;
}

@media not screen and (min-width: 769px) {
  .theme .theme-apply .theme-apply-content .theme-apply-content-inner .theme-apply-content__foot {
    display: none;
  }
}

@media not screen and (min-width: 769px) {
  .theme .theme-apply .theme-apply-content .theme-apply-content-inner .theme-apply-content__icon {
    order: 1;
  }
}

.theme .theme-apply .theme-apply-content:first-child .theme-apply-content__icon {
  margin: 2.39vw auto 0;
  width: 11.6vw;
}

@media not screen and (min-width: 769px) {
  .theme .theme-apply .theme-apply-content:first-child .theme-apply-content__icon {
    margin-top: 0;
    width: 39.23vw;
  }
}

.theme .theme-apply .theme-apply-content:last-child .theme-apply-content__icon {
  margin: 1.97vw auto 0;
  width: 6.51vw;
}

@media not screen and (min-width: 769px) {
  .theme .theme-apply .theme-apply-content:last-child .theme-apply-content__icon {
    margin-top: -3vw;
    width: 25.46vw;
  }
}

.theme .theme-apply .theme-apply-content .theme-apply-content-link-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  min-height: 4.84vw;
  text-align: center;
  color: #faf500;
  background: #00a546;
}

@media not screen and (min-width: 769px) {
  .theme .theme-apply .theme-apply-content .theme-apply-content-link-container {
    padding: 4vw 10px;
  }
}

.theme .theme-apply .theme-apply-content .theme-apply-content-link-container .theme-apply-content-link {
  font-family: "Dela Gothic One", sans-serif;
  font-size: clamp(20px, 1.56vw, 30px);
}

@media not screen and (min-width: 769px) {
  .theme .theme-apply .theme-apply-content .theme-apply-content-link-container .theme-apply-content-link {
    font-size: 5.33vw;
  }
}

.theme .theme-apply .theme-apply-send.is-sp {
  display: none;
}

@media not screen and (min-width: 769px) {
  .theme .theme-apply .theme-apply-send.is-sp {
    display: block;
    margin-top: 4.6vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 3.73vw;
    line-height: 1.78;
    letter-spacing: -0.07em;
    text-align: center;
    color: #00a546;
  }
}

.theme .theme-flow {
  padding-top: 3.85vw;
}

.theme .theme-flow .theme-background {
  width: 100%;
  height: 15.625vw;
  background: url(../images/bg-green.png) no-repeat center center/cover;
  transform: rotate(180deg);
}

@media not screen and (min-width: 769px) {
  .theme .theme-flow .theme-background {
    display: none;
  }
}

.theme .theme-flow .theme-flow-inner {
  padding: 0 2.08vw 5.208vw;
  max-width: 1450px;
}

@media not screen and (min-width: 769px) {
  .theme .theme-flow .theme-flow-inner {
    padding: 0 4.2vw 9.06vw;
  }
}

.theme .theme-flow .theme-flow-image {
  margin: 1.56vw auto 0;
  width: 65.1vw;
}

@media not screen and (min-width: 769px) {
  .theme .theme-flow .theme-flow-image {
    width: 94.18vw;
    margin: 3.2vw auto 0 -6vw;
  }
}

.theme .theme-flow .theme-flow-image img {
  width: 100%;
}

.theme .theme-flow .theme-flow-image img.is-pc {
  display: block;
}

@media not screen and (min-width: 769px) {
  .theme .theme-flow .theme-flow-image img.is-pc {
    display: none;
  }
}

.theme .theme-flow .theme-flow-image img.is-sp {
  display: none;
}

@media not screen and (min-width: 769px) {
  .theme .theme-flow .theme-flow-image img.is-sp {
    display: block;
  }
}

.theme .theme-decolation--purple {
  width: 16.66vw;
  position: absolute;
  bottom: 0;
  right: 2vw;
  transform: translateY(50%);
  z-index: 1;
}

@media not screen and (min-width: 769px) {
  .theme .theme-decolation--purple {
    display: none;
  }
}

.type {
  padding: 7.4vw 0 6vw;
  background: #000;
  position: relative;
  z-index: 0;
}

@media not screen and (min-width: 769px) {
  .type {
    padding: 12vw 0 14.8vw;
  }
}

.type .type-inner {
  display: grid;
  grid-template-areas: "device title""device description""device avatars""device checkall";
  grid-template-columns: 25.54vw 45.63vw;
  grid-template-rows: repeat(2, auto) 1fr;
  gap: 0 11vw;
  padding: 0 5.72vw;
}

@media not screen and (min-width: 769px) {
  .type .type-inner {
    grid-template-areas: "title""description""device""checkall";
    grid-template-columns: 1fr;
  }
}

.type .type-title {
  grid-area: title;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.7vw;
  font-family: "Dela Gothic One", sans-serif;
  text-align: center;
}

@media not screen and (min-width: 769px) {
  .type .type-title {
    gap: 2.5vw;
  }
}

.type .type-title .type-title--sub {
  font-size: clamp(18px, 3.05vw, 58.58px);
  color: #b743ff;
}

@media not screen and (min-width: 769px) {
  .type .type-title .type-title--sub {
    font-size: 4.8vw;
  }
}

.type .type-title .type-title--main {
  font-size: clamp(35px, 5.05vw, 97.11px);
  color: #faf500;
}

@media not screen and (min-width: 769px) {
  .type .type-title .type-title--main {
    font-size: 9.33vw;
  }
}

.type .type-description {
  grid-area: description;
  margin: 3vw auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(25px, 2.5vw, 30px);
  line-height: 2.61;
  text-align: center;
  color: #fff;
}

@media not screen and (min-width: 769px) {
  .type .type-description {
    margin: 4vw auto;
    font-size: 3.73vw;
    line-height: 2;
  }
}

.type .type-description .is-sp {
  display: none;
}

@media not screen and (min-width: 769px) {
  .type .type-description .is-sp {
    display: block;
  }
}

.type .type-device {
  grid-area: device;
  align-self: start;
  width: 100%;
  margin-left: 2.5vw;
}

@media not screen and (min-width: 769px) {
  .type .type-device {
    margin: 2.6vw auto 0;
    width: 54.88vw;
  }
}

.type .type-link-container {
  grid-area: link;
  justify-self: center;
  margin-top: 2.4vw;
  cursor: pointer;
}

@media not screen and (min-width: 769px) {
  .type .type-link-container {
    margin-top: 2.8vw;
  }
}

.type .type-link-container .type-link {
  display: block;
  padding: 1.2vw 1vw 1.5vw;
  width: 27.08vw;
  font-family: "Dela Gothic One", sans-serif;
  font-size: clamp(18px, 3.05vw, 58.58px);
  text-align: center;
  color: #000;
  background: #faf500;
  border-radius: 17.8px;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}

.type .type-link-container .type-link:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease-in-out;
}

@media not screen and (min-width: 769px) {
  .type .type-link-container .type-link {
    padding: 1.4vw 1vw 1.5vw;
    width: 62.71vw;
    font-size: 6.66vw;
    border-radius: 6.8px;
  }
}

.type .type-avatars {
  grid-area: avatars;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 4vw;
  margin-left: 1.9vw;
}

@media not screen and (min-width: 769px) {
  .type .type-avatars {
    margin-top: 5vw;
    display: none;
  }
}

.type .type-avatars .type-avatar-item01 {
  width: 5.91vw;
}

@media not screen and (min-width: 769px) {
  .type .type-avatars .type-avatar-item01 {
    order: 1;
    width: 21vw;
  }
}

.type .type-avatars .type-avatar-item02 {
  margin: 0.8vw 0 0 -1vw;
  width: 9.92vw;
}

@media not screen and (min-width: 769px) {
  .type .type-avatars .type-avatar-item02 {
    order: 3;
    margin-top: 1.4vw;
    width: 21.13vw;
  }
}

.type .type-avatars .type-avatar-item03 {
  margin-top: 0.5vw;
  width: 7.1vw;
}

@media not screen and (min-width: 769px) {
  .type .type-avatars .type-avatar-item03 {
    order: 2;
    margin-top: -2vw;
    width: 20.06vw;
  }
}

.type .type-avatars .type-avatar-item04 {
  margin: 1vw -1vw 0 0;
  width: 7.48vw;
}

@media not screen and (min-width: 769px) {
  .type .type-avatars .type-avatar-item04 {
    order: 4;
    margin-top: -1.8vw;
    width: 22.03vw;
  }
}

.type .type-check-link-container {
  grid-area: checkall;
  justify-self: center;
  margin-top: 2.4vw;
  cursor: pointer;
}

@media not screen and (min-width: 769px) {
  .type .type-check-link-container {
    margin-top: 5.8vw;
  }
}

.type .type-check-link-container .type-link {
  display: block;
  padding: 1.2vw 1vw 1.5vw;
  width: 47.08vw;
  font-family: "Dela Gothic One", sans-serif;
  font-size: clamp(25px, 2.135vw, 35px);
  text-align: center;
  color: #000;
  background: #faf500;
  border-radius: 17.8px;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}

.type .type-check-link-container .type-link:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease-in-out;
}

@media not screen and (min-width: 769px) {
  .type .type-check-link-container .type-link {
    padding: 1.4vw 1vw 1.5vw;
    width: 62.71vw;
    font-size: 4.2vw;
    border-radius: 6.8px;
  }
}

.type .type-vertical {
  display: inline-block;
  width: 1.559vw;
  position: absolute;
  top: 46.5%;
  z-index: -1;
}

@media not screen and (min-width: 769px) {
  .type .type-vertical {
    font-size: 3.2vw;
  }
}

.type .type-vertical .is-pc {
  display: inline-block;
}

@media not screen and (min-width: 769px) {
  .type .type-vertical .is-pc {
    display: none;
  }
}

.type .type-vertical .is-sp {
  display: none;
}

@media not screen and (min-width: 769px) {
  .type .type-vertical .is-sp {
    display: inline-block;
  }
}

@media not screen and (min-width: 769px) {
  .type .type-vertical img {
    width: 100%;
  }
}

.type .type-vertical.type-vertical-left {
  left: 0.8vw;
  transform: translateY(-50%);
}

@media not screen and (min-width: 769px) {
  .type .type-vertical.type-vertical-left {
    width: 44.56vw;
    top: 2vw;
    left: 50%;
    transform: translateX(-50%);
  }
}

.type .type-vertical.type-vertical-right {
  right: 1vw;
  transform: translateY(-50%) rotate(180deg);
}

@media not screen and (min-width: 769px) {
  .type .type-vertical.type-vertical-right {
    width: 44.56vw;
    top: inherit;
    right: inherit;
    bottom: 3.6vw;
    left: 50%;
    transform: translateX(-50%);
  }
}

.type .type-decolation--green {
  position: absolute;
  bottom: 0;
  left: 2vw;
  transform: translateY(50%);
  width: 14.94vw;
  z-index: -1;
}

@media not screen and (min-width: 769px) {
  .type .type-decolation--green {
    display: none;
  }
}

.judge {
  padding: 6.35vw 0 5.208vw;
  background: #fff;
}

@media not screen and (min-width: 769px) {
  .judge {
    padding: 10vw 0;
  }
}

.judge .judge-inner {
  max-width: 1652px;
}

.judge .judge-list {
  margin-top: 104px;
}

@media not screen and (min-width: 769px) {
  .judge .judge-list {
    margin-top: 24vw;
  }
}

.judge .judge-list-item {
  display: flex;
  position: relative;
  z-index: 0;
}

@media not screen and (min-width: 769px) {
  .judge .judge-list-item {
    flex-direction: column;
  }
}

.judge .judge-list-item+.judge-list-item {
  margin-top: 128px;
}

@media not screen and (min-width: 769px) {
  .judge .judge-list-item+.judge-list-item {
    margin-top: 26vw;
  }
}

.judge .judge-list-item .judge-list-item__balloon {
  position: absolute;
  z-index: 1;
}

.judge .judge-list-item.judge-list-item01 .judge-list-item__balloon {
  width: 225px;
  position: absolute;
  top: -86px;
  left: -20px;
}

@media not screen and (min-width: 769px) {
  .judge .judge-list-item.judge-list-item01 .judge-list-item__balloon {
    width: 50.62vw;
    top: -20vw;
    left: 11.4vw;
  }
}

.judge .judge-list-item.judge-list-item02 .judge-list-item__balloon {
  width: 268.53px;
  position: absolute;
  top: -66px;
  left: -20px;
}

@media not screen and (min-width: 769px) {
  .judge .judge-list-item.judge-list-item02 .judge-list-item__balloon {
    width: 59.67vw;
    top: -15vw;
    left: 10vw;
  }
}

.judge .judge-list-item.judge-list-item03 .judge-list-item__balloon {
  width: 207.92px;
  position: absolute;
  top: -66px;
  left: -20px;
}

@media not screen and (min-width: 769px) {
  .judge .judge-list-item.judge-list-item03 .judge-list-item__balloon {
    width: 46.2vw;
    top: -17vw;
    left: 10vw;
  }
}

.judge .judge-list-item.judge-list-item04 .judge-list-item__balloon {
  width: 244.84px;
  position: absolute;
  top: -100px;
  left: -40px;
}

@media not screen and (min-width: 769px) {
  .judge .judge-list-item.judge-list-item04 .judge-list-item__balloon {
    width: 54.4vw;
    top: -24vw;
    left: 5vw;
  }
}

.judge .judge-list-item .judge-list-item__thumbnail {
  position: relative;
  z-index: 0;
}

@media not screen and (min-width: 769px) {
  .judge .judge-list-item .judge-list-item__thumbnail {
    margin: 0 auto;
    width: 58.1vw;
  }
}

@media not screen and (min-width: 769px) {
  .judge .judge-list-item .judge-list-item__thumbnail img {
    width: 100%;
  }
}

.judge .judge-list-item .judge-item-body {
  flex: 1;
  background: #000;
  border: 6px solid #000;
  border-left: none;
}

@media not screen and (min-width: 769px) {
  .judge .judge-list-item .judge-item-body {
    flex: inherit;
    margin: 4.6vw auto 0;
    width: 64.08vw;
    border: 4px solid #000;
  }
}

.judge .judge-list-item .judge-item-body .judge-item-body-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 1.6vw;
}

@media not screen and (min-width: 769px) {
  .judge .judge-list-item .judge-item-body .judge-item-body-row {
    flex-direction: column;
    gap: 0 0;
  }
}

.judge .judge-list-item .judge-item-body .judge-item-body-row--comment {
  padding: 10px 40px;
  min-height: 35%;
  color: #000;
  background: #fff;
}

@media screen and (max-width: 1630px) {
  .judge .judge-list-item .judge-item-body .judge-item-body-row--comment {
    padding: 10px 20px;
  }
}

@media not screen and (min-width: 769px) {
  .judge .judge-list-item .judge-item-body .judge-item-body-row--comment {
    padding: 2vw 2vw;
    min-height: inherit;
  }
}

@media not screen and (min-width: 769px) {
  .judge .judge-list-item .judge-item-body .judge-item-body-row--comment .judge-item-body-title {
    padding-left: 9vw;
    width: 100%;
  }
}

@media not screen and (min-width: 769px) {
  .judge .judge-list-item .judge-item-body .judge-item-body-row--comment .judge-item-body-title::after {
    content: url("../images/arrow-black.svg");
    top: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s;
  }
}

.judge .judge-list-item .judge-item-body .judge-item-body-row--comment .judge-item-body-title img {
  width: 10.208vw;
}

@media not screen and (min-width: 769px) {
  .judge .judge-list-item .judge-item-body .judge-item-body-row--comment .judge-item-body-title img {
    width: 32.69vw !important;
  }
}

.judge .judge-list-item .judge-item-body .judge-item-body-row--comment .judge-item-body-title.open::after {
  transform: translate(-50%, -50%) rotate(180deg);
  transition: transform 0.3s;
}

.judge .judge-list-item .judge-item-body .judge-item-body-row--comment .judge-item-body-description {
  line-height: 2.11;
}

.judge .judge-list-item .judge-item-body .judge-item-body-row--profile {
  padding: 16px 40px;
  min-height: calc(100% - (35% + 12px));
  color: #fff;
  background: #000;
}

@media screen and (max-width: 1630px) {
  .judge .judge-list-item .judge-item-body .judge-item-body-row--profile {
    padding: 20px 20px;
  }
}

@media not screen and (min-width: 769px) {
  .judge .judge-list-item .judge-item-body .judge-item-body-row--profile {
    padding: 2.4vw 2vw;
    min-height: inherit;
  }
}

@media not screen and (min-width: 769px) {
  .judge .judge-list-item .judge-item-body .judge-item-body-row--profile .judge-item-body-title {
    padding-left: 8.8vw;
    width: 100%;
  }
}

@media not screen and (min-width: 769px) {
  .judge .judge-list-item .judge-item-body .judge-item-body-row--profile .judge-item-body-title::after {
    content: url("../images/arrow-white.svg");
    top: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
    transition: transform 0.5s;
  }
}

.judge .judge-list-item .judge-item-body .judge-item-body-row--profile .judge-item-body-title img {
  width: 6.82vw;
}

@media not screen and (min-width: 769px) {
  .judge .judge-list-item .judge-item-body .judge-item-body-row--profile .judge-item-body-title img {
    width: 21.95vw !important;
  }
}

.judge .judge-list-item .judge-item-body .judge-item-body-row--profile .judge-item-body-title.open::after {
  transform: translate(-50%, -50%) rotate(0deg);
  transition: transform 0.5s;
}

.judge .judge-list-item .judge-item-body .judge-item-body-row--profile .judge-item-body-description {
  line-height: 1.88;
}

.judge .judge-list-item .judge-item-body .judge-item-body-title {
  width: 8vw;
}

@media not screen and (min-width: 769px) {
  .judge .judge-list-item .judge-item-body .judge-item-body-title {
    width: inherit;
    position: relative;
    box-sizing: border-box;
  }
}

.judge .judge-list-item .judge-item-body .judge-item-body-title::after {
  content: none;
}

@media not screen and (min-width: 769px) {
  .judge .judge-list-item .judge-item-body .judge-item-body-title::after {
    display: block;
    width: 5.826vw;
    position: absolute;
    right: 0;
  }
}

.judge .judge-list-item .judge-item-body .judge-item-body-description {
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(10px, 0.9375vw, 18px);
}

@media not screen and (min-width: 769px) {
  .judge .judge-list-item .judge-item-body .judge-item-body-description {
    font-size: 2.66vw;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease;
    line-height: 1.8;
    position: relative;
    top: 1vw;
  }
}

.judge .judge-list-item .judge-item-body .judge-item-body-description.is-collapsing {
  transition: none;
  position: relative;
  top: 1vw;
}

.advisor {
  padding: 6.04vw 0 2.08vw;
  background: #fff;
  position: relative;
  z-index: 0;
}

.advisor .advisor-inner {
  max-width: 1652px;
}

.advisor .advisor-list {
  margin-top: 48px;
}

@media not screen and (min-width: 769px) {
  .advisor .advisor-list {
    margin-top: 20vw;
  }
}

.advisor .advisor-list-item {
  display: flex;
  position: relative;
  z-index: 0;
}

@media not screen and (min-width: 769px) {
  .advisor .advisor-list-item {
    flex-direction: column;
  }
}

.advisor .advisor-list-item+.advisor-list-item {
  margin-top: 128px;
}

@media not screen and (min-width: 769px) {
  .advisor .advisor-list-item+.advisor-list-item {
    margin-top: 26vw;
  }
}

.advisor .advisor-list-item .advisor-list-item__balloon {
  position: absolute;
  z-index: 1;
}

.advisor .advisor-list-item.advisor-list-item01 .advisor-list-item__balloon {
  width: 186.79px;
  position: absolute;
  top: -56px;
  left: 56px;
}

@media not screen and (min-width: 769px) {
  .advisor .advisor-list-item.advisor-list-item01 .advisor-list-item__balloon {
    width: 41.5vw;
    top: -15vw;
    left: 26.5vw;
  }
}

.advisor .advisor-list-item .advisor-list-item__thumbnail {
  position: relative;
  z-index: 0;
}

@media not screen and (min-width: 769px) {
  .advisor .advisor-list-item .advisor-list-item__thumbnail {
    margin: 0 auto;
    width: 58.1vw;
  }
}

@media not screen and (min-width: 769px) {
  .advisor .advisor-list-item .advisor-list-item__thumbnail img {
    width: 100%;
  }
}

.advisor .advisor-list-item .advisor-item-body {
  flex: 1;
  background: #000;
  border: 6px solid #000;
  border-left: none;
}

@media not screen and (min-width: 769px) {
  .advisor .advisor-list-item .advisor-item-body {
    flex: inherit;
    margin: 4.6vw auto 0;
    width: 64.08vw;
    border: 4px solid #000;
  }
}

.advisor .advisor-list-item .advisor-item-body .advisor-item-body-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 2.447vw;
}

@media not screen and (min-width: 769px) {
  .advisor .advisor-list-item .advisor-item-body .advisor-item-body-row {
    flex-direction: column;
    gap: 0 0;
  }
}

.advisor .advisor-list-item .advisor-item-body .advisor-item-body-row--comment {
  padding: 10px 40px;
  min-height: 145px;
  color: #000;
  background: #fff;
}

@media screen and (max-width: 1630px) {
  .advisor .advisor-list-item .advisor-item-body .advisor-item-body-row--comment {
    padding: 10px 20px;
  }
}

@media not screen and (min-width: 769px) {
  .advisor .advisor-list-item .advisor-item-body .advisor-item-body-row--comment {
    padding: 2vw 2vw;
    min-height: inherit;
  }
}

@media not screen and (min-width: 769px) {
  .advisor .advisor-list-item .advisor-item-body .advisor-item-body-row--comment .advisor-item-body-title {
    padding-left: 9vw;
    width: 100%;
  }
}

@media not screen and (min-width: 769px) {
  .advisor .advisor-list-item .advisor-item-body .advisor-item-body-row--comment .advisor-item-body-title::after {
    content: url("../images/arrow-black.svg");
    top: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s;
  }
}

.advisor .advisor-list-item .advisor-item-body .advisor-item-body-row--comment .advisor-item-body-title img {
  width: 196px;
}

@media not screen and (min-width: 769px) {
  .advisor .advisor-list-item .advisor-item-body .advisor-item-body-row--comment .advisor-item-body-title img {
    width: 32.69vw !important;
  }
}

.advisor .advisor-list-item .advisor-item-body .advisor-item-body-row--comment .advisor-item-body-title.open::after {
  transform: translate(-50%, -50%) rotate(180deg);
  transition: transform 0.3s;
}

.advisor .advisor-list-item .advisor-item-body .advisor-item-body-row--comment .advisor-item-body-description {
  line-height: 2.11;
}

.advisor .advisor-list-item .advisor-item-body .advisor-item-body-row--profile {
  padding: 16px 40px;
  min-height: 170px;
  color: #fff;
  background: #000;
}

@media screen and (max-width: 1630px) {
  .advisor .advisor-list-item .advisor-item-body .advisor-item-body-row--profile {
    padding: 20px 20px;
  }
}

@media not screen and (min-width: 769px) {
  .advisor .advisor-list-item .advisor-item-body .advisor-item-body-row--profile {
    padding: 2.4vw 2vw;
    min-height: inherit;
  }
}

@media not screen and (min-width: 769px) {
  .advisor .advisor-list-item .advisor-item-body .advisor-item-body-row--profile .advisor-item-body-title {
    padding-left: 8.8vw;
    width: 100%;
  }
}

@media not screen and (min-width: 769px) {
  .advisor .advisor-list-item .advisor-item-body .advisor-item-body-row--profile .advisor-item-body-title::after {
    content: url("../images/arrow-white.svg");
    top: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
    transition: transform 0.3s;
  }
}

.advisor .advisor-list-item .advisor-item-body .advisor-item-body-row--profile .advisor-item-body-title img {
  width: 131px;
}

@media not screen and (min-width: 769px) {
  .advisor .advisor-list-item .advisor-item-body .advisor-item-body-row--profile .advisor-item-body-title img {
    width: 21.95vw !important;
  }
}

.advisor .advisor-list-item .advisor-item-body .advisor-item-body-row--profile .advisor-item-body-title.open::after {
  transform: translate(-50%, -50%) rotate(0deg);
  transition: transform 0.3s;
}

.advisor .advisor-list-item .advisor-item-body .advisor-item-body-row--profile .advisor-item-body-description {
  line-height: 1.88;
}

.advisor .advisor-list-item .advisor-item-body .advisor-item-body-title {
  width: 8vw;
}

@media not screen and (min-width: 769px) {
  .advisor .advisor-list-item .advisor-item-body .advisor-item-body-title {
    width: inherit;
    position: relative;
    box-sizing: border-box;
  }
}

.advisor .advisor-list-item .advisor-item-body .advisor-item-body-title::after {
  content: none;
}

@media not screen and (min-width: 769px) {
  .advisor .advisor-list-item .advisor-item-body .advisor-item-body-title::after {
    display: block;
    width: 5.826vw;
    position: absolute;
    right: 0;
  }
}

.advisor .advisor-list-item .advisor-item-body .advisor-item-body-description {
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(9.5px, 0.94vw, 18px);
}

@media not screen and (min-width: 769px) {
  .advisor .advisor-list-item .advisor-item-body .advisor-item-body-description {
    font-size: 2.66vw;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease;
    line-height: 1.8;
    position: relative;
    top: 1vw;
  }
}

.advisor .advisor-list-item .advisor-item-body .advisor-item-body-description.is-collapsing {
  transition: none;
  position: relative;
  top: 1vw;
}

.advisor .advisor-decolation {
  position: absolute;
  top: 3vw;
  right: 2vw;
  transform: translateY(-50%);
  width: 11.28vw;
  z-index: 1;
}

@media not screen and (min-width: 769px) {
  .advisor .advisor-decolation {
    display: none;
  }
}

.movie {
  padding: 40px 0 0;
  position: relative;
  z-index: 0;
}

@media not screen and (min-width: 769px) {
  .movie {
    padding: 8vw 0 0;
  }
}

.movie .movie-inner {
  padding-bottom: 4.89vw;
}

@media not screen and (min-width: 769px) {
  .movie .movie-inner {
    padding-bottom: 48vw;
  }
}

.movie .movie__title {
  position: relative;
  z-index: 2;
}

.movie .movie-link-container {
  width: 33.229vw;
  margin: 8.33vw auto 0;
}

@media not screen and (min-width: 769px) {
  .movie .movie-link-container {
    margin: 24vw auto 0;
    width: 100%;
  }
}

.movie .movie-link-container .movie-link {
  display: block;
  position: relative;
  z-index: 0;
}

.movie .movie-link-container .movie-link::before {
  content: url("../images/movie-paint-black.svg");
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.3s ease-in-out;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .movie .movie-link-container .movie-link:hover::before {
    transform: translate(-50%, -50%) scale(1.25);
    transition: transform 0.3s ease-in-out;
  }
}

.movie .movie-link-container .movie-link .movie-link-text {
  font-family: "Dela Gothic One", sans-serif;
  font-size: clamp(19px, 1.88vw, 36px);
  line-height: 1.199;
  text-align: center;
  color: #faf500;
}

@media not screen and (min-width: 769px) {
  .movie .movie-link-container .movie-link .movie-link-text {
    font-size: 5.21vw;
  }
}

.movie .movie-link-container .movie-link .movie-link-icon {
  margin: 20px auto;
  width: 5.05vw;
}

@media not screen and (min-width: 769px) {
  .movie .movie-link-container .movie-link .movie-link-icon {
    width: 14.02vw;
  }
}

.movie .theme-background {
  width: 100%;
  height: 15.62vw;
  background: url(../images/bg-purple.png) no-repeat center center/cover;
  position: relative;
  z-index: -2;
}

.movie .movie-decolation {
  position: absolute;
  top: 4vw;
  left: 2vw;
  width: 16.67vw;
  z-index: 1;
}

@media not screen and (min-width: 769px) {
  .movie .movie-decolation {
    display: none;
  }
}

.movie .movie-spray {
  position: absolute;
  top: 30vw;
  left: 30vw;
  width: 10.88vw;
  z-index: 1;
}

@media not screen and (min-width: 769px) {
  .movie .movie-spray {
    top: 84vw;
    left: 14vw;
    width: 30.18vw;
  }
}

.footer-wrapper {
  margin: 0 auto;
  padding: 50px 50px 10px;
  background: #222;
}

@media screen and (max-width: 768px) {
  .footer-wrapper {
    padding: 50px 20px 20px;
  }
}

@media screen and (max-width: 650px) {
  .footer-wrapper {
    padding: 60px 20px 20px;
  }
}

.footer-wrapper-box {
  position: relative;
}

.footer-wrapper-box-pagetop {
  position: absolute;
  top: -80px;
  right: 50px;
  z-index: 999;
}

@media screen and (max-width: 650px) {
  .footer-wrapper-box-pagetop {
    top: -80px;
    right: 0;
  }
}

.footer-wrapper-box-pagetop a {
  width: 64px;
  height: 64px;
  text-indent: -9999px;
  display: block;
  border-radius: 50%;
  background: url(../images/common/img_common_footer-pagetop01.png) no-repeat center top/100% auto;
}

@media screen and (max-width: 650px) {
  .footer-wrapper-box-pagetop a {
    width: 40px;
    height: 40px;
    background: url(../images/common/img_common_footer-pagetop01-sp.png) no-repeat center top/100% auto;
  }
}

.footer-wrapper-box-pagetop a:hover {
  opacity: 0.95;
}

.footer-wrapper-box-top-box-sns ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.footer-wrapper-box-top-box-sns ul li {
  margin-right: 30px;
}

.footer-wrapper-box-top-box-sns ul li:last-child {
  margin-right: 0;
}

.footer-wrapper-box-top-box-sns ul li.layout-01 {
  width: 27.5px;
  height: 27.5px;
}

.footer-wrapper-box-top-box-sns ul li.layout-02 {
  width: 32px;
  height: 32px;
}

.footer-wrapper-box-top-box-sns ul li.layout-03 {
  width: 38.5px;
  height: 27px;
}

.footer-wrapper-box-top-box-sns ul li.layout-04 {
  width: 28px;
  height: 32px;
}

.footer-wrapper-box-top-box-sns ul li a {
  opacity: 1 !important;
}

.footer-wrapper-box-top-box-sns ul li a:hover img {
  opacity: 1 !important;
  transform: scale(1.05, 1.05);
  transition: 0.4s all;
}

.footer-wrapper-box-top-box-sns ul li a img {
  width: 100%;
}

.footer-wrapper-box-mid {
  margin-top: 40px;
}

@media screen and (max-width: 650px) {
  .footer-wrapper-box-mid {
    max-width: 480px;
    margin: auto;
    margin-top: 60px;
  }
}

.footer-wrapper-box-mid-box {
  max-width: 1160px;
  margin: auto;
}

.footer-wrapper-box-mid-box-sitemap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 1100px) {
  .footer-wrapper-box-mid-box-sitemap {
    justify-content: flex-start;
    margin-bottom: -30px;
  }
}

.footer-wrapper-box-mid-box-sitemap-box {
  width: 16.5%;
}

@media screen and (max-width: 1100px) {
  .footer-wrapper-box-mid-box-sitemap-box {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 650px) {
  .footer-wrapper-box-mid-box-sitemap-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1100px) {
  .footer-wrapper-box-mid-box-sitemap-box:nth-of-type(3n) {
    margin-right: 0;
  }
}

.footer-wrapper-box-mid-box-sitemap-box>dl {
  padding: 0;
}

@media screen and (max-width: 650px) {
  .footer-wrapper-box-mid-box-sitemap-box>dl {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
  }
}

.footer-wrapper-box-mid-box-sitemap-box>dl>dt {
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 150%;
  padding: 0 0 5px;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 650px) {
  .footer-wrapper-box-mid-box-sitemap-box>dl>dt {
    font-size: 1.4rem;
    padding: 10px 30px 10px 15px;
    border-bottom: none;
    position: relative;
  }
}

.footer-wrapper-box-mid-box-sitemap-box>dl>dt.active i {
  transform: rotate(180deg);
}

.footer-wrapper-box-mid-box-sitemap-box>dl>dt i {
  width: 12.5px;
  height: 7px;
  display: none;
  background: url(../images/common/img_common_footer-ico01-sp.png) no-repeat center top/100% auto;
  position: absolute;
  top: 17px;
  right: 15px;
  cursor: pointer;
}

@media screen and (max-width: 650px) {
  .footer-wrapper-box-mid-box-sitemap-box>dl>dt i {
    display: block;
  }
}

.footer-wrapper-box-mid-box-sitemap-box>dl>dd {
  margin-top: 10px;
}

@media screen and (max-width: 650px) {
  .footer-wrapper-box-mid-box-sitemap-box>dl>dd {
    display: none;
    margin-top: 0;
    padding: 0 10px 15px 20px;
  }
}

.footer-wrapper-box-mid-box-sitemap-box>dl>dd>ul>li {
  line-height: 110%;
  margin-bottom: 12px;
  padding: 0 0 0 12px;
  position: relative;
}

@media screen and (max-width: 650px) {
  .footer-wrapper-box-mid-box-sitemap-box>dl>dd>ul>li {
    margin-bottom: 8px;
  }
}

.footer-wrapper-box-mid-box-sitemap-box>dl>dd>ul>li:before {
  width: 3px;
  height: 1px;
  color: #fff;
  position: absolute;
  top: 2px;
  left: 0;
  content: "-";
}

.footer-wrapper-box-mid-box-sitemap-box>dl>dd>ul>li:last-child {
  margin-bottom: 0;
}

.footer-wrapper-box-mid-box-sitemap-box>dl>dd>ul>li>a {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 110%;
  text-decoration: none;
}

.footer-wrapper-box-bot {
  width: 100%;
  margin-top: 30px;
}

@media screen and (max-width: 650px) {
  .footer-wrapper-box-bot {
    margin-top: 80px;
  }
}

.footer-wrapper-box-bot-box-01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 650px) {
  .footer-wrapper-box-bot-box-01 {
    height: 120px;
    align-items: initial;
    justify-content: center;
    margin: auto;
    position: relative;
  }
}

@media screen and (max-width: 650px) {
  .footer-wrapper-box-bot-box-01-logo {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.footer-wrapper-box-bot-box-01-logo span {
  width: 80px;
  height: 59px;
  display: block;
}

@media screen and (max-width: 1100px) {
  .footer-wrapper-box-bot-box-01-logo span {
    width: 47.2px;
    height: 33.2px;
  }
}

@media screen and (max-width: 650px) {
  .footer-wrapper-box-bot-box-01-logo span {
    width: 59px;
    height: 41.5px;
  }
}

.footer-wrapper-box-bot-box-01-logo span a {
  display: block;
}

.footer-wrapper-box-bot-box-01-logo span a img {
  width: 100%;
}

.bl_footerLogoList {
  display: grid;
  margin-left: auto;
  margin-right: auto;
  grid-template: "footerLogoList_item5 . footerLogoList_item1 footerLogoList_item2 footerLogoList_item3 footerLogoList_item4"auto/80px 1fr 180px 180px 180px 180px;
  gap: 15px;
}

@media screen and (max-width: 1100px) {
  .bl_footerLogoList {
    max-width: 400px;
    grid-template: "footerLogoList_item1 footerLogoList_item2"auto "footerLogoList_item3 ."auto "footerLogoList_item5 footerLogoList_item4"auto/1fr 1fr;
    justify-content: space-between;
  }
}

.bl_footerLogoList_item1 {
  grid-area: footerLogoList_item1;
}

.bl_footerLogoList_item2 {
  grid-area: footerLogoList_item2;
}

.bl_footerLogoList_item3 {
  grid-area: footerLogoList_item3;
}

.bl_footerLogoList_item4 {
  grid-area: footerLogoList_item4;
}

@media screen and (max-width: 1100px) {
  .bl_footerLogoList_item4 {
    margin-top: 30px;
  }

  .bl_footerLogoList_item5 {
    margin-top: 30px;
  }
}

.bl_footerLogoList_item5 {
  grid-area: footerLogoList_item5;
}

.bl_footerLogoList_item_link_img {
  max-width: 100%;
  max-height: 100%;
}

.bl_footerLogoList_item5 .bl_footerLogoList_item_link_img {
  max-height: 80px;
}

@media screen and (max-width: 1100px) {
  .bl_footerLogoList_item5 .bl_footerLogoList_item_link {
    display: flex;
    justify-content: flex-start;
  }

  .bl_footerLogoList_item5 .bl_footerLogoList_item_link_img {
    max-height: 50px;
  }
}

.footer-wrapper-box-bot-box-02 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #fff;
}

@media screen and (max-width: 650px) {
  .footer-wrapper-box-bot-box-02 {
    margin-top: 60px;
    padding-top: 0;
    border-top: none;
  }
}

@media screen and (max-width: 650px) {
  .footer-wrapper-box-bot-box-02-copyright {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

.footer-wrapper-box-bot-box-02-copyright span {
  color: #fff;
  font-family: "Avenir Next";
  font-size: 1.2rem;
  font-weight: bold;
}

.tab-panel[data-page=second-pass] .theme .theme-background {
  padding: 2.2vw 0 0;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=second-pass] .theme .theme-background {
    padding: 0.6vw 0 0;
  }
}

.tab-panel[data-page=second-pass] .theme .theme-background-paint--purple {
  width: 14.39vw;
  top: 10vw;
  left: 3vw;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=second-pass] .theme .theme-background-paint--purple {
    width: 16.89vw;
    top: 6.2vw;
    left: 3.8vw;
  }
}

.tab-panel[data-page=second-pass] .theme .theme-background-paint--orange {
  width: 15.46vw;
  top: 11vw;
  bottom: inherit;
  left: inherit;
  right: 3vw;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=second-pass] .theme .theme-background-paint--orange {
    width: 17.56vw;
    top: 13vw;
    right: 2.6vw;
  }
}

.tab-panel[data-page=second-pass] .theme .theme-text {
  display: flex;
  flex-direction: column;
  letter-spacing: 0.05em;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=second-pass] .theme .theme-text .theme-text--strong {
    font-size: 4.93vw;
  }
}

.tab-panel[data-page=second-pass] .theme .theme-text .theme-text--strong.theme-text--strong02 {
  margin-top: -2.5vw;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=second-pass] .theme .theme-text .theme-text--strong.theme-text--strong02 {
    margin-top: -3.6vw;
  }
}

.tab-panel[data-page=second-pass] .theme .theme-text .theme-text--small {
  font-size: clamp(24px, 3.125vw, 60px);
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=second-pass] .theme .theme-text .theme-text--small {
    font-size: 4.22vw;
  }
}

.tab-panel[data-page=second-pass] .theme .theme-announcement {
  padding: 3.6vw 0 0;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=second-pass] .theme .theme-announcement {
    padding: 2vw 0 0;
  }
}

.tab-panel[data-page=second-pass] .theme .theme-announcement .theme-announcement-inner {
  padding: 0 8.854vw 4.8vw;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=second-pass] .theme .theme-announcement .theme-announcement-inner {
    padding: 0 4.8vw 10.8vw;
  }
}

.tab-panel[data-page=second-pass] .theme .theme-announcement .theme-announcement__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 1.04vw, 20px);
  text-align: center;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=second-pass] .theme .theme-announcement .theme-announcement__text {
    font-size: 4.8vw;
    line-height: 1.66;
  }
}

.tab-panel[data-page=second-pass] .theme .theme-announcement .theme-announcement__text .is-sp {
  display: none;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=second-pass] .theme .theme-announcement .theme-announcement__text .is-sp {
    display: block;
  }
}

.tab-panel[data-page=second-pass] .theme .theme-announcement .theme-announcement-layout {
  display: flex;
  justify-content: space-between;
  gap: 1.68vw;
  margin-top: 8.3vw;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=second-pass] .theme .theme-announcement .theme-announcement-layout {
    flex-direction: column;
    align-items: center;
    margin-top: 15vw;
  }
}

.tab-panel[data-page=second-pass] .theme .theme-announcement .theme-announcement-balloon {
  margin-top: 5.6vw;
  width: 34.68vw;
  position: relative;
  z-index: 0;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=second-pass] .theme .theme-announcement .theme-announcement-balloon {
    margin-top: 4.8vw;
    margin-left: -4vw;
    width: 74vw;
  }
}

.tab-panel[data-page=second-pass] .theme .theme-announcement .theme-announcement-balloon .is-pc {
  display: block;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=second-pass] .theme .theme-announcement .theme-announcement-balloon .is-pc {
    display: none;
  }
}

.tab-panel[data-page=second-pass] .theme .theme-announcement .theme-announcement-balloon .is-sp {
  display: none;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=second-pass] .theme .theme-announcement .theme-announcement-balloon .is-sp {
    display: block;
  }
}

.tab-panel[data-page=second-pass] .theme .theme-announcement .theme-announcement-balloon .theme-announcement-balloon--paint {
  display: block;
  width: 34.83vw;
  height: 31.96vw;
  background: url(../images/paint-pink.svg) no-repeat center center/cover;
  position: absolute;
  top: -5.4vw;
  right: -4vw;
  z-index: -1;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=second-pass] .theme .theme-announcement .theme-announcement-balloon .theme-announcement-balloon--paint {
    width: 74.97vw;
    height: 68.77vw;
    top: -14vw;
    right: -10.6vw;
  }
}

.tab-panel[data-page=second-pass] .theme .theme-announcement .theme-announcement-sticker {
  width: 41.154vw;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=second-pass] .theme .theme-announcement .theme-announcement-sticker {
    margin-top: 2vw;
    width: 66.849vw;
  }
}

.tab-panel[data-page=second-pass] .theme .theme-announcement .theme-background {
  width: 100%;
  height: 15.625vw;
  background: url(../images/bg-green.png) no-repeat center center/cover;
  transform: rotate(180deg);
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=second-pass] .theme .theme-announcement .theme-background {
    height: 22.13vw;
  }
}

.tab-panel[data-page=finally-pass] .theme {
  overflow-x: hidden;
}

.tab-panel[data-page=finally-pass] .theme .theme-inner {
  padding-bottom: 1.4vw;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=finally-pass] .theme .theme-inner {
    padding-bottom: 6vw;
  }
}

.tab-panel[data-page=finally-pass] .theme .theme-background {
  padding: 1vw 0 0;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=finally-pass] .theme .theme-background {
    padding: 4vw 0 0;
  }
}

.tab-panel[data-page=finally-pass] .theme .theme-background-paint--purple {
  width: 16vw;
  top: 2.8vw;
  left: 4vw;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=finally-pass] .theme .theme-background-paint--purple {
    width: 16.89vw;
    top: 12vw;
    left: 3.8vw;
  }
}

.tab-panel[data-page=finally-pass] .theme .theme-background-paint--orange {
  width: 17.21vw;
  top: 2vw;
  bottom: inherit;
  left: inherit;
  right: 3vw;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=finally-pass] .theme .theme-background-paint--orange {
    width: 17.56vw;
    top: 15vw;
    right: 2vw;
  }
}

.tab-panel[data-page=finally-pass] .theme .theme-text {
  display: flex;
  flex-direction: column;
  letter-spacing: 0.05em;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=finally-pass] .theme .theme-text .theme-text--strong {
    font-size: 4.93vw;
  }
}

.tab-panel[data-page=finally-pass] .theme .theme-text .theme-text--strong.theme-text--strong02 {
  margin-top: -2.5vw;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=finally-pass] .theme .theme-text .theme-text--strong.theme-text--strong02 {
    margin-top: -3.6vw;
  }
}

.tab-panel[data-page=finally-pass] .theme .theme-text .theme-text--small {
  font-size: clamp(24px, 3.125vw, 60px);
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=finally-pass] .theme .theme-text .theme-text--small {
    font-size: 4.22vw;
  }
}

.tab-panel[data-page=finally-pass] .theme .theme-block .theme-block-inner {
  padding: 0 11.82vw;
}

@media screen and (max-width: 900px) {
  .tab-panel[data-page=finally-pass] .theme .theme-block .theme-block-inner {
    padding: 0 7vw;
  }
}

.tab-panel[data-page=finally-pass] .theme .theme-block .theme-block__title {
  font-family: "Dela Gothic One", sans-serif;
  font-size: clamp(25px, 2.083vw, 40px);
  text-align: center;
  color: #00a546;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=finally-pass] .theme .theme-block .theme-block__title {
    font-size: 6.66vw;
  }
}

.tab-panel[data-page=finally-pass] .theme .theme-block .theme-block-list {
  display: flex;
  justify-content: space-between;
  gap: 0 4.3vw;
  margin-top: 2.7vw;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=finally-pass] .theme .theme-block .theme-block-list {
    flex-direction: column;
    gap: 8vw 2vw;
    margin-top: 3vw;
  }
}

.tab-panel[data-page=finally-pass] .theme .theme-block .theme-block-list .theme-block-list-item {
  flex: 1;
  border: 7px solid #00a546;
  border-radius: 12.56px;
}

.tab-panel[data-page=finally-pass] .theme .theme-block .theme-block-list .theme-block-list-item .theme-block-list-item__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 1.6vw 1vw 2vw;
  color: #fff;
  background: #00a546;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=finally-pass] .theme .theme-block .theme-block-list .theme-block-list-item .theme-block-list-item__title {
    padding: 3.8vw 1vw 3vw;
    gap: 20px;
  }
}

.tab-panel[data-page=finally-pass] .theme .theme-block .theme-block-list .theme-block-list-item .theme-block-list-item__title .theme-block-list-item__title--main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: clamp(25px, 2.083vw, 40px);
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=finally-pass] .theme .theme-block .theme-block-list .theme-block-list-item .theme-block-list-item__title .theme-block-list-item__title--main {
    font-size: 6.66vw;
  }
}

.tab-panel[data-page=finally-pass] .theme .theme-block .theme-block-list .theme-block-list-item .theme-block-list-item__title .theme-block-list-item__title--sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.302vw, 25px);
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=finally-pass] .theme .theme-block .theme-block-list .theme-block-list-item .theme-block-list-item__title .theme-block-list-item__title--sub {
    font-size: 4.26vw;
  }
}

.tab-panel[data-page=finally-pass] .theme .theme-block .theme-block-list .theme-block-list-item .theme-block-list-item-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5vw 1vw 1.2vw;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=finally-pass] .theme .theme-block .theme-block-list .theme-block-list-item .theme-block-list-item-detail {
    padding: 0.5vw 1vw 3.2vw;
  }
}

.tab-panel[data-page=finally-pass] .theme .theme-block .theme-block-list .theme-block-list-item .theme-block-list-item-detail .theme-block-list-item-detail__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(23px, 1.822vw, 35px);
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=finally-pass] .theme .theme-block .theme-block-list .theme-block-list-item .theme-block-list-item-detail .theme-block-list-item-detail__text {
    font-size: 6.13vw;
  }
}

.tab-panel[data-page=finally-pass] .theme .theme-block .theme-block-list .theme-block-list-item .theme-block-list-item-detail .theme-block-list-item-detail__text .theme-block-list-item-detail__text--strong {
  font-weight: 900;
  font-size: clamp(40px, 3.125vw, 60px);
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=finally-pass] .theme .theme-block .theme-block-list .theme-block-list-item .theme-block-list-item-detail .theme-block-list-item-detail__text .theme-block-list-item-detail__text--strong {
    font-size: 10.66vw;
  }
}

.tab-panel[data-page=finally-pass] .theme .theme-block .theme-block-list .theme-block-list-item .theme-block-list-item-detail .theme-block-list-item-detail__text.theme-block-list-item-detail__text--last {
  position: relative;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=finally-pass] .theme .theme-block .theme-block-list .theme-block-list-item .theme-block-list-item-detail .theme-block-list-item-detail__text.theme-block-list-item-detail__text--last {
    font-size: 5.33vw;
    top: -1.6vw;
  }
}

.tab-panel[data-page=finally-pass] .theme .theme-block .theme-block-list .theme-block-list-item .theme-block-list-item-detail .theme-block-list-item-detail__text.theme-block-list-item-detail__text--parent {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tab-panel[data-page=finally-pass] .theme .theme-block .theme-block-list .theme-block-list-item .theme-block-list-item-detail .theme-block-list-item-detail__text .theme-block-list-item-detail__text--thin {
  font-weight: 400;
  font-size: clamp(18px, 1.56vw, 30px);
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=finally-pass] .theme .theme-block .theme-block-list .theme-block-list-item .theme-block-list-item-detail .theme-block-list-item-detail__text .theme-block-list-item-detail__text--thin {
    font-size: 4.8vw;
  }
}

.tab-panel[data-page=finally-pass] .theme .theme-block .theme-block-list .theme-block-list-item .theme-block-list-item-detail .theme-block-list-item-detail__icon {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(40px, 3.125vw, 60px);
  color: #00a546;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=finally-pass] .theme .theme-block .theme-block-list .theme-block-list-item .theme-block-list-item-detail .theme-block-list-item-detail__icon {
    font-size: 10.66vw;
  }
}

.tab-panel[data-page=finally-pass] .theme .theme-block.theme-block01 {
  padding: 4vw 0 0;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=finally-pass] .theme .theme-block.theme-block01 {
    padding: 8.8vw 0 0;
  }
}

.tab-panel[data-page=finally-pass] .theme .theme-block.theme-block02 {
  padding: 5vw 0 0;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=finally-pass] .theme .theme-block.theme-block02 {
    padding: 12vw 0 0;
  }
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=finally-pass] .theme .theme-block.theme-block02 .theme-block-list-item-detail__text--small {
    font-size: 4.26vw;
  }
}

.tab-panel[data-page=finally-pass] .theme .theme-block.theme-block02 .theme-block-list {
  gap: 6vw 2vw;
}

.tab-panel[data-page=finally-pass] .theme .theme-block.theme-block03 {
  padding: 5vw 0 0;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=finally-pass] .theme .theme-block.theme-block03 {
    padding: 11.4vw 0 0;
  }
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=finally-pass] .theme .theme-block.theme-block03 .theme-block-list-item-detail-note {
    margin-top: 2vw;
    width: 66vw;
  }
}

.tab-panel[data-page=finally-pass] .theme .theme-block.theme-block03 .theme-block-list-item-detail-note .theme-block-list-item-detail-note__item {
  display: flex;
  font-size: clamp(13px, 0.9375vw, 18px);
  line-height: 1.7;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=finally-pass] .theme .theme-block.theme-block03 .theme-block-list-item-detail-note .theme-block-list-item-detail-note__item {
    font-size: 3.46vw;
  }
}

.tab-panel[data-page=finally-pass] .theme .theme-present {
  padding-top: 10.2vw;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=finally-pass] .theme .theme-present {
    padding-top: 24vw;
  }
}

.tab-panel[data-page=finally-pass] .theme .theme-present .theme-present-inner {
  padding: 0 11.2vw;
}

.tab-panel[data-page=finally-pass] .theme .theme-present .theme-present__title {
  width: 43vw;
  position: relative;
  z-index: 0;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=finally-pass] .theme .theme-present .theme-present__title {
    width: 82vw;
  }
}

.tab-panel[data-page=finally-pass] .theme .theme-present .theme-present__title .theme-present__title--paint {
  display: block;
  width: 34.83vw;
  height: 31.96vw;
  background: url(../images/paint-pink.svg) no-repeat center center/cover;
  position: absolute;
  top: -6vw;
  left: 0;
  z-index: -1;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=finally-pass] .theme .theme-present .theme-present__title .theme-present__title--paint {
    width: 74.97vw;
    height: 68.77vw;
    top: -14vw;
    right: -10.6vw;
  }
}

.tab-panel[data-page=finally-pass] .theme .theme-present .theme-present__image {
  margin-top: -7.6vw;
  margin-left: -3vw;
  padding-bottom: 2vw;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=finally-pass] .theme .theme-present .theme-present__image {
    margin: 6vw calc(50% - 50vw) 0;
    width: 100vw;
  }
}

.tab-panel[data-page=finally-pass] .theme .theme-present .theme-background {
  width: 100%;
  height: 15.625vw;
  background: url(../images/bg-green.png) no-repeat center center/cover;
  transform: rotate(180deg);
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=finally-pass] .theme .theme-present .theme-background {
    height: 22.13vw;
  }
}

.tab-panel[data-page=school] .theme {
  overflow-x: hidden;
}

.tab-panel[data-page=school] .theme .theme-inner {
  padding-bottom: 4vw;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=school] .theme .theme-inner {
    padding-bottom: 8vw;
  }
}

.tab-panel[data-page=school] .theme .theme-background {
  padding: 5.5vw 0 0;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=school] .theme .theme-background {
    padding: 6.2vw 0 0;
  }
}

.tab-panel[data-page=school] .theme .theme-background-paint--purple {
  width: 12.43vw;
  top: 2.8vw;
  left: 2.6vw;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=school] .theme .theme-background-paint--purple {
    width: 16.89vw;
    top: 34vw;
    left: 3.8vw;
  }
}

.tab-panel[data-page=school] .theme .theme-background-paint--orange {
  width: 15.46vw;
  top: 22.1vw;
  bottom: inherit;
  left: inherit;
  right: 3.5vw;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=school] .theme .theme-background-paint--orange {
    width: 17.56vw;
    top: 78vw;
    right: 2vw;
  }
}

.tab-panel[data-page=school] .theme .theme-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(23px, 2.708vw, 52px);
  line-height: 2;
  letter-spacing: 0.05em;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=school] .theme .theme-text {
    font-size: 6.133vw;
    line-height: 1.73;
  }
}

.tab-panel[data-page=school] .theme .theme__lead {
  margin-top: 2vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 1.875vw, 36px);
  line-height: 2.36;
  text-align: center;
  color: #fff;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=school] .theme .theme__lead {
    margin-top: 4.4vw;
    font-size: 3.733vw;
    line-height: 2;
  }
}

.tab-panel[data-page=school] .theme .theme__lead .is-sp {
  display: none;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=school] .theme .theme__lead .is-sp {
    display: block;
  }
}

.tab-panel[data-page=school] .theme .theme-school {
  padding: 7.13vw 0 0;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=school] .theme .theme-school {
    padding: 8vw 0 0;
  }
}

.tab-panel[data-page=school] .theme .theme-school .theme-school-inner {
  padding: 0 3.33vw 4.42vw;
}

.tab-panel[data-page=school] .theme .theme-school .theme-school__title {
  margin: 0 auto;
  width: 76.45vw;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=school] .theme .theme-school .theme-school__title {
    width: 90.9vw;
  }
}

.tab-panel[data-page=school] .theme .theme-school .theme-school__title .is-pc {
  display: block;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=school] .theme .theme-school .theme-school__title .is-pc {
    display: none;
  }
}

.tab-panel[data-page=school] .theme .theme-school .theme-school__title .is-sp {
  display: none;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=school] .theme .theme-school .theme-school__title .is-sp {
    display: block;
  }
}

.tab-panel[data-page=school] .theme .theme-school .theme-school-text {
  margin-top: 5.72vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(16px, 46.9vw, 2.442vw);
  text-align: center;
  color: #00a546;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=school] .theme .theme-school .theme-school-text {
    margin-top: 10.13vw;
    font-size: 4.266vw;
  }
}

.tab-panel[data-page=school] .theme .theme-school .theme-school-text .theme-school-text__icon {
  display: inline-block;
  width: 2.158vw;
  position: relative;
  top: -0.3vw;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=school] .theme .theme-school .theme-school-text .theme-school-text__icon {
    width: 3.77vw;
  }
}

.tab-panel[data-page=school] .theme .theme-school .theme-school-movie {
  margin: 2vw auto 0;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=school] .theme .theme-school .theme-school-movie {
    margin: 4.5vw auto 0;
  }
}

.tab-panel[data-page=school] .theme .theme-school .theme-school-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.tab-panel[data-page=school] .theme .theme-school .theme-school-link-container {
  margin-top: 2.972vw;
  text-align: center;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=school] .theme .theme-school .theme-school-link-container {
    margin-top: 7.4vw;
  }
}

.tab-panel[data-page=school] .theme .theme-school .theme-school-link-container .theme-school-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 30.265vw;
  min-height: 8.7365vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(19px, 2.34vw, 45px);
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background: #00a546;
  border-radius: 22px;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.6s ease-in-out, top 0.3s ease-in-out, right 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.tab-panel[data-page=school] .theme .theme-school .theme-school-link-container .theme-school-link:hover {
  top: 5px;
  right: -5px;
  transform: scale(0.95);
  box-shadow: none;
  transition: top 0.3s ease-in-out, right 0.3s ease-in-out, transform 0.3s ease-in-out;
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=school] .theme .theme-school .theme-school-link-container .theme-school-link {
    width: 65.69vw;
    min-height: 18.96vw;
    font-size: 5.066vw;
    border-radius: 9.3px;
  }
}

.tab-panel[data-page=school] .theme .theme-school .theme-school-link-container .theme-school-link+.theme-school-link {
  margin-top: 6.97vw;
}

.tab-panel[data-page=school] .theme .theme-school .theme-school-link-container .theme-school-link.theme-school-link--mail {
  flex-direction: column;
  gap: 10px;
  color: #fff;
  background: #888;
}

.tab-panel[data-page=school] .theme .theme-school .theme-school-link-container .theme-school-link.theme-school-link--mail .theme-school-link--small {
  font-size: clamp(14px, 1.04vw, 20px);
}

.tab-panel[data-page=school] .theme .theme-school .theme-background {
  width: 100%;
  height: 15.625vw;
  background: url(../images/bg-green.png) no-repeat center center/cover;
  transform: rotate(180deg);
}

@media not screen and (min-width: 769px) {
  .tab-panel[data-page=school] .theme .theme-school .theme-background {
    height: 22.13vw;
  }
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

body {
  padding-top: 82.5px;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
  box-sizing: border-box;
}

@media not screen and (min-width: 769px) {
  body {
    padding-top: 78.5px;
  }
}

header {
  top: 0;
}

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

.inner {
  margin: 0 auto;
  padding: 0 40px;
}

.section-fz35-title {
  font-family: "Dela Gothic One", sans-serif;
  font-size: 35px;
  text-align: center;
  color: #00a546;
}

@media not screen and (min-width: 769px) {
  .section-fz35-title {
    font-size: 6.66vw;
  }
}

/* creative-diagnosis 専用スタイル */
body#creative-diagnosis main {
  padding: 100px 20px 60px;
  background-color: #f8f8f8;
}

.creative-result {
  background-color: #000;
}

.creative-result .creative_result-headings {
  display: block;
  margin: 4rem 0;
  width: 100%;
}

@media not screen and (min-width: 769px) {
  .creative-result .creative_result-headings {
    margin: 0;
  }
}

.creative-result .creative_result-images {
  display: block;
  padding: 4rem 0;
  width: 100%;
}

.theme-announcement-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
  justify-content: center;
  flex-direction: column-reverse;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .theme-announcement-flex {
    flex-direction: column;
    gap: 20px;
  }
}

.theme-announcement-flex .theme-announcement__text {
  width: 100%;
  font-size: clamp(28px, 2.5vw, 35px) !important;
}

@media (max-width: 768px) {
  .theme-announcement-flex .theme-announcement__text {
    font-size: clamp(16px, 1.2vw, 18px) !important;
  }
}

.theme-announcement-flex .theme-announcement-flex-children .theme-announcement-sticker {
  width: 300px !important;
  height: auto;
  margin-top: 1rem;
}

.theme-announcement-flex-children {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
  justify-content: center;
  align-items: end;
}

@media (max-width: 768px) {
  .theme-announcement-flex-children {
    gap: 20px;
  }
}

/* BEGIN: second-pass results styles */
.tab-panel[data-page="second-pass"] .second-pass-results {
  padding: 4vw 0 8vw;
}

@media (max-width: 768px) {
  .tab-panel[data-page="second-pass"] .second-pass-results {
    padding: 10vw 0 16vw;
  }
}

.tab-panel[data-page="second-pass"] .second-pass-results__title {
  font-family: "Dela Gothic One", system-ui, sans-serif;
  font-size: clamp(35px, 3.0vw, 42px);
  color: #00a546;
  /* 緑：デザイン踏襲 */
  text-align: center;
  margin: 2.5vw 0 1.5vw;
}

.tab-panel[data-page="second-pass"] .second-pass-results__title--junior {
  margin-top: 4vw;
}

@media (max-width: 768px) {
  .tab-panel[data-page="second-pass"] .second-pass-results__title--junior {
    margin-top: 8vw;
  }
}

.tab-panel[data-page="second-pass"] .second-pass-region {
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(24px, 2vw, 32px);
  background: #111;
  color: #faf500;
  padding: 0.9em 1.2em;
  margin: 2.2vw 0 0;
  border-radius: 8px;
  position: relative;
  text-align: center;
}

@media (max-width: 768px) {
  .tab-panel[data-page="second-pass"] .second-pass-region {
    cursor: pointer;
  }

  /* 開閉アイコン */
  .tab-panel[data-page="second-pass"] .second-pass-region::after {
    content: "＋";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
  }

  .tab-panel[data-page="second-pass"] .second-pass-region.open::after {
    content: "－";
  }
}

/* 本文 */
.tab-panel[data-page="second-pass"] .second-pass-list {
  display: grid;
  grid-template-columns: 160px 1fr;
  row-gap: 0.2em;
}

@media (max-width: 768px) {
  .tab-panel[data-page="second-pass"] .second-pass-list {
    grid-template-columns: 120px 1fr;
  }
}

.tab-panel[data-page="second-pass"] .second-pass-row {
  display: contents;
}

.tab-panel[data-page="second-pass"] .second-pass-row dt,
.tab-panel[data-page="second-pass"] .second-pass-row dd {
  font-size: clamp(16px, 1.111vw, 18px);
  padding: .65em .8em;
  line-height: 1.8;
  font-weight: 500;
}

.tab-panel[data-page="second-pass"] .second-pass-row dt {
  font-weight: 700;
  color: #00a546;
}

.tab-panel[data-page="second-pass"] .second-pass-row dd {
  margin: 0;
  word-break: break-word;
}

/* ゼブラ（薄グレー） */
.tab-panel[data-page="second-pass"] .second-pass-row:nth-of-type(2n) dt,
.tab-panel[data-page="second-pass"] .second-pass-row:nth-of-type(2n) dd {
  background: #f7f7f7;
}

/* SPはデフォルト閉じる（見出しの直後の本文を閉じる） */
@media (max-width: 768px) {
  .tab-panel[data-page="second-pass"] .second-pass-region+.second-pass-region__body {
    display: none;
  }

  .tab-panel[data-page="second-pass"] .second-pass-region.open+.second-pass-region__body {
    display: block;
  }
}

/* END: second-pass results styles */

/* === names: multi-column list === */
.second-pass-names {
  list-style: none;
  padding: 0;
  column-gap: 1em;
  column-fill: balance;
}

.second-pass-names[data-columns="4"] {
  column-count: 4;
}

.second-pass-names[data-columns="5"] {
  column-count: 5;
}

.second-pass-names[data-columns="6"] {
  column-count: 6;
}

.second-pass-names[data-columns="7"] {
  column-count: 7;
}


/* SPでは自動的に1列に */
@media (max-width: 768px) {
  .second-pass-names[data-columns] {
    column-count: 1 !important;
  }
}

.second-pass-names>li {
  /* 1人を1行で保持（折返し禁止） */
  white-space: nowrap;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
}

/* チームブロック */
.second-pass-team {
  margin-top: .8em;
}

.second-pass-team__label {
  display: block;
  font-weight: 700;
  margin: .2em -.5em .4em;
}

/* PCのみ：県名(dt)を上下中央揃え */
@media (min-width: 769px) {
  .tab-panel[data-page="second-pass"] .second-pass-list {
    align-items: center;
  }
}

/* 行全体を2カラムのグリッドにする */
.second-pass-row {
  display: grid;
  grid-template-columns: 160px 1fr;
  /* PC時 */
  align-items: stretch;
  /* ← 行の高さを揃える */
}

/* 左の都道府県（dt） */
.second-pass-row dt {
  padding: 12px 16px;
  display: flex;
  /* ← 中央揃えのため必須 */
  align-items: center;
  /* ← 上下中央揃え */
  justify-content: center;
  height: 100%;
  /* ← 行全体の高さに追従 */
  font-weight: 700;
  font-size: 16px;
}

/* 右側の名前ブロック（dd） */
.second-pass-row dd {
  padding: 12px 18px;
  margin: 0;
}

/* PC時：カラム幅指定 */
@media (min-width: 769px) {
  .second-pass-row {
    grid-template-columns: 160px 1fr;
  }
}

/* SP時：縦並びに戻す */
@media (max-width: 768px) {
  .second-pass-row {
    grid-template-columns: 1fr;
  }

  .second-pass-row dt {
    height: auto;
  }
}

/* =========================================
   チーム名＋メンバー横並び（PCのみ）
   ========================================= */
@media (min-width: 769px) {
  .second-pass-team {
    display: flex;
    align-items: center;
    /* 垂直中央揃え */
    flex-wrap: nowrap;
    /* 折り返さない */
    gap: 0.5em;
    /* チーム名とメンバーの間に少し余白 */
  }

  /* チーム名を横方向に自然に並べる */
  .second-pass-team__label {
    white-space: nowrap;
    /* 改行を防止 */
    margin-right: 1em;
    /* メンバーとの距離 */
    font-weight: 500;
  }

  /* メンバーリストも横並びに（カラム指定は無視） */
  .second-pass-team .second-pass-names {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75em 5.5em;
    /* 名前の間隔 */
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .second-pass-team .second-pass-names li {
    white-space: nowrap;
    /* 名前の途中改行防止 */
  }
}

/* ================================
   二次通過お知らせ（吹き出し＋祝辞＋ステッカー）
   ================================ */

/* レイアウト：PCは2カラム（左：吹き出し＋祝辞／右：ステッカー）, SPは縦並び */
@media (max-width: 768px) {
  .theme-announcement-layout {
    display: grid;
    grid-template-columns: 1fr min(38vw, 520px);
    column-gap: 4vw;
    align-items: end;
    margin: clamp(24px, 5vw, 64px) 0 clamp(24px, 6vw, 72px);
  }
}

.theme-announcement-layout {
  grid-template-columns: 1fr;
  row-gap: 7vw;
  align-items: start;
}


/* 吹き出しブロック */
.theme-announcement-balloon {
  position: relative;
  margin: 0;
  padding: 0;
}

/* PC/SP の差し替え（サイト全体で定義済みであれば不要） */
.is-pc {
  display: block;
}

.is-sp {
  display: none;
}

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

  .is-sp {
    display: block;
    width: 100%;
  }
}

/* 吹き出し画像は親いっぱいに（余白は画像内で表現） */
@media (max-width: 768px) {
  .theme-announcement-balloon>img {
    width: min(56vw, 850px);
    height: auto;
    display: block;
  }
}

.theme-announcement-balloon>img {
  width: 100%;
}

/* ピンクの飛沫（背景用）— 画像を背景で載せる場合はここに指定
   例：background-image: url("./assets/images/second-balloon-paint.png");
*/
.theme-announcement-balloon--paint {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* 必要に応じて不透明度など調整
  opacity: .95;
  */
}

/* ▼ 祝辞コピー（2行） */
@media (max-width: 768px) {
  .theme-announcement-copy {
    position: absolute;
    left: 0;
    right: 0;
    /* 吹き出し画像の“下”に配置するためのオフセット（デザインに合わせて微調整） */
    top: calc(100% + clamp(8px, 1.2vw, 16px));
    display: grid;
    justify-items: center;
    text-align: center;
    line-height: 1.35;
    letter-spacing: 0.02em;
    /* 太めの日本語ウェイト。プロジェクトのフォント方針に合わせて変更可 */
    font-family: "Noto Sans JP", system-ui, sans-serif;
    font-weight: 900;
    color: #111;
  }

  .theme-announcement-copy .line1 {
    font-size: clamp(22px, 2.0vw, 28px);
    margin-bottom: .25em;
  }

  .theme-announcement-copy .line2 {
    font-size: clamp(22px, 2.0vw, 28px);
  }
}


/* スマホは吹き出しの直下に十分な余白＋文字サイズを大きめに */
.theme-announcement-copy {
  position: absolute;
  margin-top: 5vw;
  right: 0;
}
@media (max-width: 769px) {
  .theme-announcement-copy {
    position: static;
  }
}

.theme-announcement-copy .line1 {
  font-size: clamp(18px, 5vw, 24px);
  font-weight: 700;
}

.theme-announcement-copy .line2 {
  font-size: clamp(18px, 5vw, 24px);
  font-weight: 700;
}

/* ステッカー画像（右側の正方形） */
.theme-announcement-sticker {
  margin: 0;
  padding: 0;
  justify-self: center;
}

@media (max-width: 768px) {
  .theme-announcement-sticker img {
    width: min(38vw, 520px);
    height: auto;
    display: block;
  }
}

.theme-announcement-sticker img {
  width: 86%;
  margin: 0 auto;
}


/* 下部のドット帯と干渉しないように下余白を少し確保する場合 */
.theme-announcement-layout+* {
  margin-top: clamp(16px, 4vw, 40px);
}