@charset "UTF-8";
/*----------------------------------

reset

----------------------------------*/
/*----------------------------------

mixin

----------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%; }

*,
:after,
:before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit; }

* {
  padding: 0;
  margin: 0; }

audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

summary {
  display: list-item; }

small {
  font-size: 80%; }

[hidden],
template {
  display: none; }

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none; }

li,
ol {
  list-style: none; }

a {
  background-color: transparent;
  text-decoration: underline; }

a:active,
a:hover {
  outline-width: 0; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer; }

[disabled] {
  cursor: default; }

[type="number"] {
  width: auto; }

[type="search"] {
  -webkit-appearance: textfield; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  resize: vertical; }

button,
input,
optgroup,
select,
textarea {
  font: inherit; }

optgroup {
  font-weight: 700; }

button {
  overflow: visible; }

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText; }

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button; }

button,
select {
  text-transform: none; }

button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  appearance: none;
  cursor: pointer; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }

select::-ms-expand {
  display: none; }

select::-ms-value {
  color: currentColor; }

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

img {
  border-style: none;
  image-rendering: -webkit-optimize-contrast; }

progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden; }

audio,
canvas,
progress,
video {
  display: inline-block; }

@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

[aria-busy="true"] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

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

body {
  color: #333;
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Hiragino Sans', sans-serif;
  font-weight: 300;
  line-height: 1.875; }

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

@media (min-width: 750px) {
  .sp {
    display: none !important; } }

a {
  color: #333;
  text-decoration: none;
  transition: 0.3s; }
  @media (min-width: 750px) {
    a:hover {
      opacity: 0.7; } }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast; }

svg {
  vertical-align: middle; }

#article-end {
  display: none !important; }

:root {
  --vw: 1vw; }

main {
  overflow: hidden; }
  @media (max-width: 749px) {
    main {
      padding-top: 42px; } }

.section_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 50px; }
  @media (max-width: 749px) {
    .section_inner {
      padding: 0 20px; } }

@media (min-width: 750px) {
  .custom_scroll::-webkit-scrollbar {
    width: 10px;
    background: #FFFFFF; } }

@media (min-width: 750px) {
  .custom_scroll::-webkit-scrollbar-thumb {
    background: #007565; } }

.js-acc dd {
  display: none; }

.js-fadeUp {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1s, transform 1s; }

/*----------------------------------

header

----------------------------------*/
/*----------------------------------

mixin

----------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50; }
  @media (max-width: 749px) {
    .header {
      background: #fff; } }
  .header_inner {
    height: 120px;
    padding: 0 13px; }
    @media (max-width: 749px) {
      .header_inner {
        height: 42px;
        padding: 0 20px; } }
  .header_credit {
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    padding-top: 15px; }
    @media (max-width: 749px) {
      .header_credit {
        font-size: 1rem;
        line-height: 1.6;
        padding-top: 6px; } }
  .header_navigation {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    padding: 24px 0 21px;
    background: #fff;
    opacity: 0;
    visibility: hidden; }
    @media (max-width: 749px) {
      .header_navigation {
        align-items: flex-start;
        bottom: unset;
        left: unset;
        width: 220px;
        height: 340px;
        padding: 30px 17.5px 28px 28px;
        z-index: 20; } }
    .header_navigation.is-open {
      opacity: 1;
      visibility: visible; }
    .header_navigation_list {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0 54px;
      max-width: 1000px;
      margin: 0 auto;
      padding: 0 50px; }
      @media screen and (max-width: 1024px) {
        .header_navigation_list {
          gap: 0 32px; } }
      @media screen and (max-width: 840px) {
        .header_navigation_list {
          gap: 0 16px; } }
      @media (max-width: 749px) {
        .header_navigation_list {
          flex-direction: column;
          align-items: flex-start;
          gap: 17px 0;
          width: 100%;
          padding: 0; } }
    .header_navigation_item a {
      color: transparent;
      font-size: 4rem;
      letter-spacing: 0.02em;
      font-family: Arial, sans-serif;
      font-weight: bold;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: #027565; }
      @media screen and (max-width: 1024px) {
        .header_navigation_item a {
          font-size: 3.2rem; } }
      @media screen and (max-width: 840px) {
        .header_navigation_item a {
          font-size: 2.4rem; } }
      @media (max-width: 749px) {
        .header_navigation_item a {
          font-size: 4rem;
          line-height: 1; } }
    .header_navigation_button {
      position: absolute;
      top: 32px;
      right: 27px;
      width: 70px;
      height: 15px;
      cursor: pointer;
      z-index: 20; }
      @media (max-width: 749px) {
        .header_navigation_button {
          top: 13px;
          right: 20px;
          width: 50px;
          height: 15px; } }
      .header_navigation_button::before, .header_navigation_button::after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background: #027565;
        transition: transform 0.3s; }
      .header_navigation_button::before {
        top: 0; }
      .header_navigation_button::after {
        bottom: 0; }
      .header_navigation_button.active {
        top: 0;
        bottom: 0;
        margin: auto;
        width: 30px;
        height: 30px; }
        @media (max-width: 749px) {
          .header_navigation_button.active {
            right: 12px;
            width: 23px;
            height: 23px; } }
        .header_navigation_button.active::before, .header_navigation_button.active::after {
          margin: auto; }
        .header_navigation_button.active::before {
          bottom: 0;
          transform: rotate(45deg); }
        .header_navigation_button.active::after {
          top: 0;
          transform: rotate(-45deg); }
  .header_share {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 87px;
    right: 0;
    width: 53px;
    height: 157px;
    padding-top: 7px;
    background: #781C77;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    border-radius: 7px 0 0 7px;
    z-index: 10; }
    @media (max-width: 749px) {
      .header_share {
        top: 52px;
        width: 47px;
        height: 139px;
        padding-top: 6px; } }
    .header_share_text {
      display: block;
      color: #fff;
      font-size: 1.1rem;
      margin-bottom: 12px; }
      @media (max-width: 749px) {
        .header_share_text {
          font-size: 1rem;
          margin-bottom: 8px; } }
    .header_share_link {
      cursor: pointer; }
      .header_share_link-fb {
        width: 12px; }
      .header_share_link-tw {
        position: relative;
        margin-top: 36px; }
        @media (max-width: 749px) {
          .header_share_link-tw {
            width: 22px;
            margin-top: 29px; } }
        .header_share_link-tw::before {
          content: '';
          position: absolute;
          top: -17px;
          left: 50%;
          transform: translateX(-50%);
          width: 38px;
          height: 1px;
          background: #fff; }
          @media (max-width: 749px) {
            .header_share_link-tw::before {
              top: -14px;
              width: 33px; } }

/*----------------------------------

footer

----------------------------------*/
/*----------------------------------

mixin

----------------------------------*/
.footer {
  padding-top: 36px;
  padding-bottom: 36px;
  background: #027565; }
  @media (max-width: 749px) {
    .footer {
      padding-top: 30px;
      padding-bottom: 120px; } }
  .footer_inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 50px; }
    @media (max-width: 749px) {
      .footer_inner {
        padding: 0 20px; } }
  .footer_copy {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.71428571429;
    text-align: center; }
    @media (max-width: 749px) {
      .footer_copy {
        font-size: 1.2rem;
        line-height: 1.66666666667;
        text-align: left; } }

/*----------------------------------

home

----------------------------------*/
/*----------------------------------

mixin

----------------------------------*/
@media (max-width: 749px) {
  .home_heading {
    padding-left: 12.5px; } }

.home_heading span {
  display: block; }

.home_heading_en {
  color: transparent;
  font-size: 6.2rem;
  letter-spacing: 0.02em;
  font-family: Arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  -webkit-text-stroke-width: 1px; }
  @media (max-width: 749px) {
    .home_heading_en {
      font-size: 4.8rem; } }

.home_heading_ja {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 300;
  line-height: 2;
  margin-top: 8px; }
  @media (max-width: 749px) {
    .home_heading_ja {
      margin-top: 5px;
      padding-left: 5px; } }

.home_heading.purple .home_heading_en {
  -webkit-text-stroke-color: #791C77; }

.home_heading.purple .home_heading_ja {
  color: #791C77; }

.home_heading.green .home_heading_en {
  -webkit-text-stroke-color: #027565; }

.home_heading.green .home_heading_ja {
  color: #027565; }

.home_banner {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 20px;
  right: 0;
  width: 300px;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 30; }
  @media (max-width: 749px) {
    .home_banner {
      bottom: 0;
      width: 100%; } }
  .home_banner.on {
    opacity: 1;
    visibility: visible; }
  .home_banner_image {
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.62); }
    .home_banner_image img {
      width: 100%; }

.new figure {
  position: relative; }
  .new figure::after {
    content: 'New';
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    font-family: Arial, sans-serif;
    line-height: 1;
    background: #FFB100;
    border-radius: 5px; }

.home .kv {
  position: relative;
  height: 575px; }
  @media (max-width: 749px) {
    .home .kv {
      height: unset; } }
  .home .kv_bg {
    position: relative;
    width: 100%;
    height: 100%; }
  @media (min-width: 750px) {
    .home .kv_slider {
      position: absolute;
      top: 0;
      width: 50%; } }
  .home .kv_slider_l {
    left: 0; }
  .home .kv_slider_r {
    right: 0; }
  @media (min-width: 750px) {
    .home .kv_slider_item {
      height: 575px; } }
  .home .kv_slider_image {
    height: 100%; }
  .home .kv_slider img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  @media (min-width: 750px) {
    .home .kv_title {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 233px;
      height: 293px; } }
  @media (max-width: 749px) {
    .home .kv_title {
      padding: 3px 0 20px; } }
  @media (max-width: 749px) {
    .home .kv_title_image {
      width: 79.4666666667%;
      margin: 0 auto; } }
  .home .kv_title_image img {
    width: 100%; }

@keyframes zoomUp {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.15); } }

.home .add-animation {
  animation: zoomUp 10s linear 0s normal both; }

.home .lead {
  position: relative;
  padding-top: 48px;
  padding-bottom: 70px;
  background: #027565; }
  @media (max-width: 749px) {
    .home .lead {
      padding-top: 30px;
      padding-bottom: 0; } }
  .home .lead_title {
    max-width: 648px;
    margin: 0 auto; }
    @media (max-width: 749px) {
      .home .lead_title {
        width: 68.2666666667vw;
        max-width: 100%;
        margin: unset; } }
    .home .lead_title img {
      width: 100%; }
  .home .lead_text {
    color: #fff;
    letter-spacing: 0.05em;
    font-weight: 600;
    line-height: 2.5;
    max-width: 685px;
    margin: 38px auto 0; }
    @media (max-width: 749px) {
      .home .lead_text {
        line-height: 2.25;
        margin-top: 22px;
        margin-bottom: 19px;
        padding: 0 4.5px; } }
  .home .lead_spinner {
    position: absolute;
    top: -26px;
    right: 172px;
    width: 156px;
    height: 156px; }
    @media (max-width: 749px) {
      .home .lead_spinner {
        top: -20px;
        right: 4px;
        width: 86px;
        height: 86px; } }
    .home .lead_spinner_base {
      position: relative;
      width: 100%;
      height: 100%;
      animation: spinner 12s linear infinite; }
      .home .lead_spinner_base_image {
        position: absolute;
        top: 0;
        left: 0;
        filter: drop-shadow(5px 6px 0px rgba(112, 112, 112, 0.8));
        z-index: 2; }
        @media (max-width: 749px) {
          .home .lead_spinner_base_image {
            filter: drop-shadow(3px 3px 0px rgba(112, 112, 112, 0.8)); } }
    .home .lead_spinner_arrow {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 42px;
      height: 40px; }
      @media (max-width: 749px) {
        .home .lead_spinner_arrow {
          top: -14px;
          width: 23px;
          height: 22px; } }
      .home .lead_spinner_arrow img {
        position: relative;
        filter: drop-shadow(5px 6px 0px rgba(112, 112, 112, 0.8));
        z-index: 2; }
        @media (max-width: 749px) {
          .home .lead_spinner_arrow img {
            filter: drop-shadow(3px 3px 0px rgba(112, 112, 112, 0.8)); } }
  .home .lead_button {
    position: absolute;
    bottom: -32px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 315px;
    color: #707070;
    letter-spacing: 0.05em;
    font-weight: 600;
    text-align: center;
    padding: 16.5px 32px;
    background: #fff;
    border: 1px solid #781C77;
    border-radius: 50px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    z-index: 1;
    cursor: pointer; }
    @media (max-width: 749px) {
      .home .lead_button {
        bottom: -34px; } }
    .home .lead_button .green {
      color: #027565; }
    .home .lead_button .purple {
      color: #781C77; }
    .home .lead_button::before, .home .lead_button::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 16px;
      margin: auto;
      width: 12px;
      height: 2px;
      background: #791C77;
      border-radius: 50px; }
    .home .lead_button::after {
      transform: rotate(90deg); }

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0); }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

.home .tiktok {
  position: relative;
  padding-top: 104px;
  padding-bottom: 50px;
  overflow: hidden;
  background: #791C77; }
  @media (max-width: 749px) {
    .home .tiktok {
      padding-top: 87px; } }
  .home .tiktok::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 356px;
    background: #fff; }
    @media (max-width: 749px) {
      .home .tiktok::before {
        height: 81.0666666667vw; } }
  .home .tiktok .section_inner {
    position: relative; }
  .home .tiktok_container {
    position: relative; }
  @media (min-width: 750px) {
    .home .tiktok_slider_block {
      margin: 44px auto 0; } }
  @media (max-width: 749px) {
    .home .tiktok_slider_block {
      margin-top: 44px; } }
  .home .tiktok_slider_image {
    width: calc(100% - 30px);
    height: 320px;
    margin: 0 auto;
    border-radius: 15px;
    overflow: hidden; }
    @media (max-width: 749px) {
      .home .tiktok_slider_image {
        height: 118.666666667vw; } }
    .home .tiktok_slider_image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .home .tiktok_slider_text {
    position: relative;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5;
    margin-top: -20px;
    padding: 16px;
    background: #fff;
    border-radius: 5px;
    cursor: pointer; }
    .home .tiktok_slider_text::before, .home .tiktok_slider_text::after {
      content: '';
      position: absolute;
      top: 9px;
      right: 5px;
      width: 12px;
      height: 2px;
      background: #791C77;
      border-radius: 50px; }
    .home .tiktok_slider_text::after {
      transform: rotate(90deg); }
  .home .tiktok_slider .slick-slide {
    width: 200px;
    margin: 0 48px;
    transition: all 0.4s;
    cursor: pointer; }
    @media (max-width: 749px) {
      .home .tiktok_slider .slick-slide {
        width: 64vw;
        margin: 0 6.4vw; } }
  .home .tiktok_slider .slick-arrow {
    position: absolute;
    top: 128px;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    font-size: 0;
    background: #027565;
    border-radius: 50px;
    z-index: 5; }
    @media (max-width: 749px) {
      .home .tiktok_slider .slick-arrow {
        top: 51.2vw; } }
    .home .tiktok_slider .slick-arrow::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 13px;
      height: 20px;
      background-image: url(../img/common/icon_slick_arrow.svg);
      background-size: cover;
      background-repeat: no-repeat; }
  .home .tiktok_slider .slick-prev {
    left: -172px; }
    @media (max-width: 749px) {
      .home .tiktok_slider .slick-prev {
        left: -240px; } }
  .home .tiktok_slider .slick-next {
    right: -172px; }
    @media (max-width: 749px) {
      .home .tiktok_slider .slick-next {
        right: -240px; } }
    .home .tiktok_slider .slick-next::after {
      transform: rotate(180deg); }
  .home .tiktok_slider_counter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 47px;
    position: relative;
    width: 100px;
    margin: 48px auto 0; }
    @media (max-width: 749px) {
      .home .tiktok_slider_counter {
        position: relative;
        margin: 45px auto 0; } }
    .home .tiktok_slider_counter::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 50px;
      height: 1px;
      background: #fff;
      transform: rotate(-45deg); }
    .home .tiktok_slider_counter span {
      font-size: 2.5rem;
      letter-spacing: 0.05em;
      font-family: Arial, sans-serif;
      font-weight: 400; }
      .home .tiktok_slider_counter span.current {
        color: #fff; }
      .home .tiktok_slider_counter span.total {
        color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #fff; }
  .home .tiktok_archive_block {
    margin-top: 27px; }
    @media (max-width: 749px) {
      .home .tiktok_archive_block {
        margin-top: 44px; } }
  .home .tiktok_archive_head {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1;
    width: 100%;
    max-width: 500px;
    height: 45px;
    margin: 0 auto;
    border: 1px solid #fff;
    cursor: pointer; }
    @media (max-width: 749px) {
      .home .tiktok_archive_head {
        width: calc(100% - 5px); } }
    .home .tiktok_archive_head::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 18px;
      margin: auto;
      width: 0;
      height: 0;
      border-style: solid;
      border-right: 10px solid transparent;
      border-left: 10px solid transparent;
      border-top: 14px solid #ffffff;
      border-bottom: 0;
      transition: transform 0.3s; }
      @media (max-width: 749px) {
        .home .tiktok_archive_head::after {
          right: 22px; } }
    .home .tiktok_archive_head.active::after {
      transform: rotate(180deg); }
  .home .tiktok_archive_body {
    max-height: 728px;
    padding-left: 10px;
    margin-top: 100px;
    overflow-y: auto; }
    @media (max-width: 749px) {
      .home .tiktok_archive_body {
        margin-top: 48px; } }
  .home .tiktok_archive_list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; }
  .home .tiktok_archive_item {
    width: calc((100% - 90px) / 4); }
    @media (max-width: 749px) {
      .home .tiktok_archive_item {
        width: 100%; } }
  .home .tiktok_archive_image {
    width: calc(100% - 30px);
    margin: 0 auto;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer; }
  .home .tiktok_archive_text {
    position: relative;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5;
    margin-top: -20px;
    padding: 16px;
    background: #fff;
    border-radius: 5px;
    cursor: pointer; }
    .home .tiktok_archive_text::before, .home .tiktok_archive_text::after {
      content: '';
      position: absolute;
      top: 9px;
      right: 5px;
      width: 12px;
      height: 2px;
      background: #791C77;
      border-radius: 50px; }
    .home .tiktok_archive_text::after {
      transform: rotate(90deg); }

.home .movies {
  padding-top: 104px;
  padding-bottom: 50px;
  background: #F0F0F0;
  overflow: hidden; }
  @media (max-width: 749px) {
    .home .movies {
      padding-top: 54px; } }
  @media (min-width: 750px) {
    .home .movies_slider_block {
      position: relative;
      width: 1920px;
      left: 50%;
      transform: translateX(-50%);
      margin-top: 44px;
      padding-bottom: 118px; } }
  @media (max-width: 749px) {
    .home .movies_slider_block {
      margin-top: 44px; } }
  .home .movies_slider_item {
    position: relative;
    width: 480px;
    margin: 0 20px; }
    @media (min-width: 750px) {
      .home .movies_slider_item {
        transform-origin: 200% 50%;
        transform: scale(0.66667);
        transition: transform 0.3s; } }
    @media (max-width: 749px) {
      .home .movies_slider_item {
        width: 88vw;
        margin: 0 auto; } }
  .home .movies_slider_info {
    display: flex;
    align-items: center;
    height: 98px;
    padding: 0 40px;
    background: #027565; }
    @media (max-width: 749px) {
      .home .movies_slider_info {
        height: 68px;
        padding: 0 30px; } }
  .home .movies_slider_text {
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 0.05em; }
    @media (max-width: 749px) {
      .home .movies_slider_text {
        font-size: 1.2rem; } }
  .home .movies_slider_counter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 48px;
    width: 100px; }
    @media (min-width: 750px) {
      .home .movies_slider_counter {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; } }
    @media (max-width: 749px) {
      .home .movies_slider_counter {
        position: relative;
        margin: 45px auto 0; } }
    .home .movies_slider_counter::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 55px;
      height: 1px;
      background: #027565;
      transform: rotate(-45deg); }
    .home .movies_slider_counter span {
      font-size: 2.8rem;
      letter-spacing: 0.05em;
      font-family: Arial, sans-serif;
      font-weight: 400; }
      .home .movies_slider_counter span.current {
        color: #027565; }
      .home .movies_slider_counter span.total {
        color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #027565; }
  @media (min-width: 750px) {
    .home .movies .slick-active:not(.slick-center) {
      transform-origin: 100% 50%; } }
  @media (min-width: 750px) {
    .home .movies .slick-center {
      transform-origin: 50% 50%;
      transform: scale(1); } }
  @media (min-width: 750px) {
    .home .movies .slick-center + .slick-active:not(.slick-center) {
      transform-origin: 0 50%; } }
  @media (min-width: 750px) {
    .home .movies .slick-center + .slick-active:not(.slick-center) + .slick-slide {
      transform-origin: -100% 50%; } }
  .home .movies .slick-arrow {
    position: absolute;
    top: 148px;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    font-size: 0;
    background: #027565;
    border-radius: 50px;
    z-index: 5; }
    @media (max-width: 749px) {
      .home .movies .slick-arrow {
        top: 26.6666666667vw;
        width: 46px;
        height: 46px; } }
    .home .movies .slick-arrow::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 13px;
      height: 20px;
      background-image: url(../img/common/icon_slick_arrow.svg);
      background-size: cover;
      background-repeat: no-repeat; }
  .home .movies .slick-prev {
    left: -486px; }
    @media (max-width: 749px) {
      .home .movies .slick-prev {
        left: -20px;
        right: unset; } }
  .home .movies .slick-next {
    right: -486px; }
    @media (max-width: 749px) {
      .home .movies .slick-next {
        left: unset;
        right: -20px; } }
    .home .movies .slick-next::after {
      transform: rotate(180deg); }
  .home .movies_archive_block {
    margin-top: 61px; }
    @media (max-width: 749px) {
      .home .movies_archive_block {
        margin-top: 44px; } }
  .home .movies_archive_head {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #027565;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1;
    width: 100%;
    max-width: 500px;
    height: 45px;
    margin: 0 auto;
    border: 1px solid #027565;
    cursor: pointer; }
    @media (max-width: 749px) {
      .home .movies_archive_head {
        width: calc(100% - 5px); } }
    .home .movies_archive_head::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 18px;
      margin: auto;
      width: 0;
      height: 0;
      border-style: solid;
      border-right: 10px solid transparent;
      border-left: 10px solid transparent;
      border-top: 14px solid #027565;
      border-bottom: 0;
      transition: transform 0.3s; }
      @media (max-width: 749px) {
        .home .movies_archive_head::after {
          right: 22px; } }
    .home .movies_archive_head.active::after {
      transform: rotate(180deg); }
  .home .movies_archive_body {
    max-height: 728px;
    margin-top: 100px;
    overflow-y: auto; }
    @media (max-width: 749px) {
      .home .movies_archive_body {
        margin-top: 48px; } }
    .home .movies_archive_body.custom_scroll::-webkit-scrollbar-thumb {
      background: #791C77; }
  .home .movies_archive_title {
    position: relative;
    text-align: center;
    margin-bottom: 62px; }
    @media (max-width: 749px) {
      .home .movies_archive_title {
        margin-bottom: 32px; } }
    .home .movies_archive_title:not(:first-child) {
      margin-top: 80px; }
      @media (max-width: 749px) {
        .home .movies_archive_title:not(:first-child) {
          margin-top: 64px; } }
    .home .movies_archive_title::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 100%;
      height: 1px;
      background: #007565; }
    .home .movies_archive_title span {
      position: relative;
      color: #007565;
      font-size: 1.6rem;
      font-weight: 600;
      padding: 0 16px;
      background: #F0F0F0; }
  .home .movies_archive_list {
    display: flex;
    flex-wrap: wrap;
    gap: 46px 45px; }
  .home .movies_archive_item {
    width: calc((100% - 90px) / 3); }
    @media (max-width: 749px) {
      .home .movies_archive_item {
        width: 100%; } }
  .home .movies_archive_image {
    cursor: pointer; }
  .home .movies_archive_info {
    position: relative;
    width: 75.0000001875%;
    margin: -8px auto 0;
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    cursor: pointer; }
    .home .movies_archive_info::before, .home .movies_archive_info::after {
      content: '';
      position: absolute;
      top: 9px;
      right: 5px;
      width: 12px;
      height: 2px;
      background: #007565;
      border-radius: 50px; }
    .home .movies_archive_info::after {
      transform: rotate(90deg); }
  .home .movies_archive_text {
    font-size: 1.2rem;
    font-weight: 600; }

.home .quiz {
  padding-top: 104px;
  padding-bottom: 50px; }
  @media (max-width: 749px) {
    .home .quiz {
      padding-top: 52px;
      padding-bottom: 25px; } }
  .home .quiz_banner {
    margin-top: 44px; }
    .home .quiz_banner_image {
      cursor: pointer; }
    .home .quiz_banner_content {
      margin-top: 30px; }
    .home .quiz_banner_list {
      display: flex;
      gap: 0 30px; }
      @media (max-width: 749px) {
        .home .quiz_banner_list {
          flex-direction: column;
          gap: 16px 0; } }
    .home .quiz_banner_item {
      width: calc((100% - 60px) / 3); }
      @media (max-width: 749px) {
        .home .quiz_banner_item {
          width: 100%; } }
      .home .quiz_banner_item_thumb {
        padding: 0 5px; }
      .home .quiz_banner_item_button {
        display: block;
        color: #781C77;
        font-size: 1.8rem;
        letter-spacing: 0.02em;
        text-align: center;
        margin-top: 10px;
        padding: 9px 12px;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16); }
        @media (max-width: 749px) {
          .home .quiz_banner_item_button {
            font-size: 1.6rem;
            padding: 8px 16px; } }
        .home .quiz_banner_item_button.disabled {
          color: #8D8D8D;
          pointer-events: none; }
  .home .quiz_block {
    margin-top: 83px; }
    .home .quiz_block_index {
      width: 193px;
      height: 34px;
      padding: 0 53px 0 44px;
      background-image: url(../img/home/quiz/quiz_index_bg.svg);
      background-size: cover;
      background-repeat: no-repeat; }
    .home .quiz_block_box {
      padding: 32px 27px 28px;
      background: #B289B1; }
      @media (max-width: 749px) {
        .home .quiz_block_box {
          padding: 20px 14px; } }
  .home .quiz_list {
    display: flex;
    gap: 0 14px; }
    @media (max-width: 749px) {
      .home .quiz_list {
        flex-wrap: wrap;
        gap: 15px; } }
  .home .quiz_item {
    width: calc((100% - 56px) / 5); }
    @media (max-width: 749px) {
      .home .quiz_item {
        width: calc((100% - 15px) / 2); } }
    .home .quiz_item a {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 52px;
      padding: 8px;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16); }
      @media (max-width: 749px) {
        .home .quiz_item a {
          min-height: 48px; } }

.home .message {
  padding-top: 56px;
  background-image: url(../img/home/message/message_bg.jpg);
  background-size: 1920px 680px;
  background-position: center 195px;
  background-repeat: repeat-x; }
  @media (max-width: 749px) {
    .home .message {
      padding-top: 30px;
      background-image: url(../img/home/message/message_bg_sp.jpg);
      background-size: cover;
      background-position: center 154px;
      background-repeat: no-repeat; } }
  .home .message_block {
    position: relative;
    padding-top: 90px; }
    .home .message_block::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: calc( var(--vw) * 100);
      height: 109px;
      background: #027565;
      z-index: 1; }
      @media (max-width: 749px) {
        .home .message_block::before {
          height: 82px; } }
  .home .message_slider {
    position: relative;
    z-index: 2; }
    .home .message_slider_info {
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      width: 452px;
      padding: 28px 16px 72px;
      background-image: url(../img/home/message/message_info_bg.svg);
      background-size: cover;
      background-repeat: no-repeat;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s, visibility 0.3s; }
      @media (max-width: 749px) {
        .home .message_slider_info {
          width: 100%;
          padding: 34px 16px 66px;
          background: url(../img/home/message/message_info_bg_top.svg), url(../img/home/message/message_info_bg_bottom.svg);
          background-size: 100% auto, 100% auto;
          background-position: center top, center bottom;
          background-repeat: no-repeat, no-repeat;
          opacity: 1;
          visibility: visible; } }
      .home .message_slider_info_title img {
        margin: 0 auto; }
      .home .message_slider_info_button {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        color: #781C77;
        letter-spacing: 0.05em;
        font-weight: 600;
        text-align: center;
        width: 200px;
        height: 50px;
        margin: 24px auto 0;
        background: #fff;
        border-radius: 50px;
        cursor: pointer; }
        @media (max-width: 749px) {
          .home .message_slider_info_button {
            margin-top: 32px; } }
        .home .message_slider_info_button::before, .home .message_slider_info_button::after {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          right: 15px;
          margin: auto;
          width: 12px;
          height: 2px;
          background: #791C77;
          border-radius: 50%; }
        .home .message_slider_info_button::after {
          transform: rotate(90deg); }
    @media (max-width: 749px) {
      .home .message_slider_image {
        width: 70.6666666667vw;
        margin: 30px auto 0; } }
  @media (min-width: 750px) {
    .home .message .slick-track {
      display: flex;
      align-items: flex-start; } }
  .home .message .slick-slide {
    width: 360px;
    margin: 0 -114px;
    transition: transform 0.3s; }
    @media (max-width: 749px) {
      .home .message .slick-slide {
        width: 88vw;
        margin: 0 6vw; } }
    @media (min-width: 750px) {
      .home .message .slick-slide.slick-center {
        z-index: 10; } }
    @media (min-width: 750px) {
      .home .message .slick-slide:not(.slick-center) {
        transform-origin: 50% 83.2%;
        transform: scale(0.30556); } }
  @media (min-width: 750px) {
    .home .message .slick-center {
      transform-origin: 50% 100%;
      transform: scale(1); } }
  @media (min-width: 750px) {
    .home .message .slick-center .message_slider_info {
      opacity: 1;
      visibility: visible; } }
  @media (min-width: 750px) {
    .home .message .slick-center .message_slider_image {
      margin-top: 40px; } }
  .home .message .slick-arrow {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 46px;
    height: 46px;
    font-size: 0;
    background: #fff;
    border-radius: 50px;
    z-index: 5;
    cursor: pointer; }
    @media (max-width: 749px) {
      .home .message .slick-arrow {
        bottom: 56vw; } }
    .home .message .slick-arrow::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 11px;
      height: 16px;
      background-image: url(../img/common/icon_slick_arrow_purple.svg);
      background-size: cover;
      background-repeat: no-repeat; }
  .home .message .slick-prev {
    left: -510px; }
    @media (max-width: 749px) {
      .home .message .slick-prev {
        left: -20px;
        right: unset; } }
  .home .message .slick-next {
    right: -510px;
    transform: rotate(180deg); }
    @media (max-width: 749px) {
      .home .message .slick-next {
        left: unset;
        right: -20px; } }
  @media (max-width: 749px) {
    .home .message .slick-dots {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0 20px;
      position: absolute;
      bottom: -44px;
      left: 0;
      right: 0;
      margin: auto; } }
  @media (max-width: 749px) {
    .home .message .slick-dots li {
      width: 12px;
      height: 12px; } }
  @media (max-width: 749px) {
    .home .message .slick-dots li button {
      display: block;
      font-size: 0;
      width: 12px;
      height: 12px;
      background: #EFD9F4;
      border-radius: 50px;
      z-index: 5; } }
  .home .message .slick-dots li.slick-active button {
    background: #781C77; }

.home .archive {
  padding-top: 105px; }
  @media (max-width: 749px) {
    .home .archive {
      padding-top: 97px; } }
  .home .archive_block {
    margin-top: 43px; }
    .home .archive_block_index {
      width: 218px;
      height: 34px;
      padding: 0 46px 0 43px;
      background-image: url(../img/home/archive/archive_index_bg.svg);
      background-size: cover;
      background-repeat: no-repeat; }
    .home .archive_block_box {
      padding: 40px 40px 38px;
      background: #B289B1; }
      @media (max-width: 749px) {
        .home .archive_block_box {
          padding: 30px 27px 40px; } }
  .home .archive_list {
    display: flex;
    flex-wrap: wrap;
    gap: 21px 51px; }
    @media (max-width: 749px) {
      .home .archive_list {
        gap: 22px 0; } }
  .home .archive_item {
    width: calc((100% - 51px) / 2); }
    @media (max-width: 749px) {
      .home .archive_item {
        width: 100%; } }
    .home .archive_item_info {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 50px;
      background: #781C77; }
      @media (max-width: 749px) {
        .home .archive_item_info {
          min-height: 35px; } }
    .home .archive_item_text {
      color: #fff;
      font-size: 2.4rem;
      letter-spacing: 0.02em;
      font-family: Arial, sans-serif; }
      @media (max-width: 749px) {
        .home .archive_item_text {
          font-size: 1.6rem; } }

.lowLink {
  padding-top: 123px;
  padding-bottom: 92px; }
  @media (max-width: 749px) {
    .lowLink {
      padding-top: 100px;
      padding-bottom: 47px; } }
  .lowLink_block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 27px; }
    @media (max-width: 749px) {
      .lowLink_block {
        gap: 0 20px; } }
  .lowLink .ja {
    width: 281px; }
    @media (max-width: 749px) {
      .lowLink .ja {
        width: 203px; } }
  .lowLink .nogizaka {
    width: 118px; }
    @media (max-width: 749px) {
      .lowLink .nogizaka {
        width: 85px; } }

/*----------------------------------

recipe

----------------------------------*/
/*----------------------------------

mixin

----------------------------------*/
.__recipe .header {
  opacity: 0;
  visibility: hidden; }

@media (max-width: 749px) {
  .__recipe main {
    padding: 0; } }

.recipe {
  padding-top: 100px;
  padding-bottom: 200px;
  background-image: url(../img/recipe/recipe_bg.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat; }
  @media (max-width: 749px) {
    .recipe {
      padding-top: 50px;
      padding-bottom: 70px; } }
  .recipe_inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 50px; }
    @media (max-width: 749px) {
      .recipe_inner {
        padding: 0 7.5px; } }
  .recipe_tag {
    margin-top: 50px; }
    .recipe_tag_image {
      text-align: center; }
  .recipe_tiktok {
    position: relative;
    margin-top: 140px;
    padding-bottom: 96px; }
    @media (max-width: 749px) {
      .recipe_tiktok {
        width: calc(100% + 15px);
        margin-top: 50px;
        margin-left: -7.5px;
        margin-right: -7.5px;
        padding-bottom: 60px; } }
    .recipe_tiktok::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 500px;
      background: #80167E; }
    .recipe_tiktok_block {
      max-width: 323px;
      margin: 0 auto; }
    .recipe_tiktok_movie {
      position: relative;
      width: 100%;
      padding-bottom: 575px;
      border-radius: 7px;
      overflow: hidden; }
      .recipe_tiktok_movie blockquote {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0; }
    .recipe_tiktok_title {
      position: relative;
      color: #fff;
      font-size: 2.4rem;
      letter-spacing: 0.05em;
      font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
      font-weight: 500;
      line-height: 1.5;
      max-width: 405px;
      margin: 46px auto 0; }
      @media (max-width: 749px) {
        .recipe_tiktok_title {
          max-width: 323px; } }
  .recipe_banner {
    display: block;
    margin-top: 100px; }
    @media (max-width: 749px) {
      .recipe_banner {
        margin-top: 50px; } }

/*----------------------------------

modal

----------------------------------*/
/*----------------------------------

mixin

----------------------------------*/
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  z-index: 60; }
  .modal_film {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    background: rgba(0, 0, 0, 0.8); }
  .modal_content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    height: 100%;
    margin: 0 auto;
    padding: 0 50px; }
    @media (max-width: 749px) {
      .modal_content {
        width: calc(100vw - 40px);
        max-width: unset;
        padding: 0; } }
  .modal_block {
    width: 100%;
    min-height: 675px;
    max-height: 90vh;
    max-height: 90dvh;
    overflow-y: auto;
    background: #fff; }
    @media (max-width: 749px) {
      .modal_block {
        min-height: unset;
        max-height: 80vh;
        max-height: 80dvh; } }
  .modal_close {
    position: relative;
    color: #fff;
    letter-spacing: 0.05em;
    font-weight: 600;
    text-align: center;
    margin-top: 36px;
    padding-top: 10px;
    cursor: pointer; }
    .modal_close::before, .modal_close::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 16px;
      height: 2px;
      background: #fff;
      border-radius: 50px; }
    .modal_close::before {
      transform: rotate(45deg); }
    .modal_close::after {
      transform: rotate(-45deg); }

#about_modal .modal_block {
  min-height: inherit;
  background: transparent;
  overflow: unset; }
  #about_modal .modal_block figure {
    width: auto;
    height: 100%; }
    #about_modal .modal_block figure img {
      display: block;
      width: auto;
      height: 100%;
      margin: 0 auto; }

#tiktok_modal .modal_block {
  max-width: 323px;
  min-height: unset;
  max-height: 575px;
  border-radius: 8px; }
  @media (max-width: 749px) {
    #tiktok_modal .modal_block {
      min-height: unset;
      max-height: 80vh;
      max-height: 80dvh; } }

#tiktok_modal_tiktok {
  position: relative;
  padding-bottom: 575px;
  overflow: hidden; }
  #tiktok_modal_tiktok iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#movie_modal .modal_block {
  min-height: unset; }
  @media (max-width: 749px) {
    #movie_modal .modal_block {
      min-height: unset;
      max-height: 80vh;
      max-height: 80dvh; } }

#movie_modal_movie {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden; }
  #movie_modal_movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.message_modal .modal_block {
  min-height: unset; }
  @media (max-width: 749px) {
    .message_modal .modal_block {
      min-height: unset;
      max-height: 80vh;
      max-height: 80dvh; } }

.message_modal_image {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16); }

@media print {
  #about_modal .modal_content {
    max-width: 480px; } }

/*----------------------------------

quiz

----------------------------------*/
/*----------------------------------

mixin

----------------------------------*/
.pageQuiz_title {
  max-width: 532px;
  margin: auto; }
  @media (max-width: 749px) {
    .pageQuiz_title {
      width: 70%; } }

.pageQuiz_sectionTitle {
  font-size: 2.4rem; }

@media (min-width: 750px) {
  .pageQuiz_thema {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 50px; } }

.pageQuiz_thema_no {
  background: green;
  color: #fff;
  font-size: 2.4rem;
  width: 128px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 749px) {
    .pageQuiz_thema_no {
      font-size: 2.0rem; } }

.pageQuiz_thema_text {
  font-size: 2.2rem;
  color: green; }
  @media (min-width: 750px) {
    .pageQuiz_thema_text {
      margin-left: 18px;
      line-height: 1.4; } }
  @media (max-width: 749px) {
    .pageQuiz_thema_text {
      font-size: 2.0rem; } }

.pageQuiz_quesBtn {
  width: 100%;
  cursor: pointer;
  height: 70px;
  border: 1px solid green;
  color: green;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.5s, color 0.5s; }
  .pageQuiz_quesBtnWrap {
    width: 560px;
    margin-top: 50px; }
    @media (max-width: 749px) {
      .pageQuiz_quesBtnWrap {
        width: 100%; } }
  .pageQuiz_quesBtn.active {
    background: green;
    color: white; }

.pageQuiz_quesSwitch {
  height: 50px;
  max-width: 300px;
  background: green;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto; }
  @media (max-width: 749px) {
    .pageQuiz_quesSwitchWrap {
      margin-top: 20px; } }
  .pageQuiz_quesSwitchAns {
    margin-top: 70px;
    margin-bottom: 30px;
    background: silver; }
    @media (max-width: 749px) {
      .pageQuiz_quesSwitchAns {
        margin-bottom: 20px; } }
    .pageQuiz_quesSwitchAns.active {
      background: green;
      cursor: pointer; }
  .pageQuiz_quesSwitchNo {
    margin-bottom: 30px;
    cursor: pointer; }
    @media (max-width: 749px) {
      .pageQuiz_quesSwitchNo {
        margin-bottom: 20px; } }

.pageQuiz_quesContainer[data-no="6"] .pageQuiz_quesWrap .wrap225.serif_image {
  max-width: 300px; }

.pageQuiz_quesContainer[data-no="6"] .pageQuiz_quesWrap .pageQuiz_quesText {
  text-align: left; }

.pageQuiz_quesContainer[data-no="3"] .quiz_image.w460 {
  max-width: 460px;
  width: 100%;
  margin-right: auto;
  margin-left: auto; }

.pageQuiz_member {
  width: 425px; }
  @media (max-width: 749px) {
    .pageQuiz_member {
      width: 60%;
      margin: auto; } }
  .pageQuiz_member::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    top: 0;
    left: 0; }

@media (min-width: 750px) {
  .pageQuiz_batu {
    width: 185px;
    margin-left: 90px; } }

@media (max-width: 749px) {
  .pageQuiz_batu {
    width: 95px;
    margin: 10px auto; } }

@media (min-width: 750px) {
  .pageQuiz_maru {
    width: 230px;
    margin-left: 70px; } }

@media (max-width: 749px) {
  .pageQuiz_maru {
    width: 95px;
    margin: 10px auto; } }

@keyframes fadeInModal {
  0% {
    transform: translateX(10px);
    opacity: 0; }
  40% {
    opacity: 1; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@keyframes fadeInModal2 {
  0% {
    transform: translateX(10px);
    opacity: 0; }
  40% {
    opacity: 1; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@keyframes slot {
  from {
    transform: translateY(0px); }
  to {
    transform: translateY(-100%) translateY(7.14%); } }

@-webkit-keyframes slot {
  from {
    transform: translateY(0px); }
  to {
    transform: translateY(-100%) translateY(7.14%); } }

.modal {
  display: none;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  height: 100%;
  width: 100%; }
  .modal_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
  .modal_dialog {
    background: #fff;
    width: 100%;
    max-width: 650px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99; }
    .modal_dialog[data-no="99"], .modal_dialog[data-no="98"] {
      max-width: 900px;
      padding: 0 20px; }
    @media (min-width: 750px) {
      .modal_dialog[data-no="30"] {
        padding: 40px;
        height: 500px; } }
    @media (max-width: 749px) {
      .modal_dialog[data-no="30"] {
        width: calc(100% - 30px);
        height: calc(100% - 120px); } }
    .modal_dialog_close {
      color: #007565;
      font-weight: 600;
      text-align: center;
      width: 100%;
      max-width: 200px;
      margin: 50px auto 0;
      padding: 9px;
      background: #fff;
      border: 1px solid #007565;
      box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
      cursor: pointer; }
      @media (max-width: 749px) {
        .modal_dialog_close {
          max-width: 100%;
          margin-top: 32px; } }
    .modal_dialog .slide-arrow {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 51px;
      height: 101px;
      z-index: 1;
      cursor: pointer; }
      @media (max-width: 749px) {
        .modal_dialog .slide-arrow {
          width: 25px;
          height: 50px; } }
    .modal_dialog .prev-arrow {
      left: 32px; }
      @media (max-width: 749px) {
        .modal_dialog .prev-arrow {
          left: 16px; } }
    .modal_dialog .next-arrow {
      right: 32px; }
      @media (max-width: 749px) {
        .modal_dialog .next-arrow {
          right: 16px; } }
    .modal_dialog_cont {
      font-size: 1.4rem;
      line-height: 2; }
      .modal_dialog_contWrap {
        height: 100%; }
      .modal_dialog_cont[data-no="99"], .modal_dialog_cont[data-no="98"] {
        max-width: 900px;
        overflow: hidden;
        padding: 0;
        width: 100%;
        position: relative; }
        .modal_dialog_cont[data-no="99"]:before, .modal_dialog_cont[data-no="98"]:before {
          content: "";
          display: block;
          padding-top: 100%; }
      @media (min-width: 750px) {
        .modal_dialog_cont {
          padding: 0 25px; } }
      @media (max-width: 749px) {
        .modal_dialog_cont {
          padding: 35px; } }
      .modal_dialog_cont::after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: transparent;
        top: 0;
        left: 0; }
    .modal_dialog_slider {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 100;
      top: 0;
      left: 0;
      opacity: 0;
      transition: 0.7s; }
      .modal_dialog_slider.active {
        opacity: 1; }
      .modal_dialog_sliderWrap {
        height: 100%; }
    .modal_dialog_slot {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
      .modal_dialog_slot_inner img {
        position: absolute;
        top: 0;
        left: 0;
        transition: 1s;
        opacity: 0; }
        .modal_dialog_slot_inner img:nth-child(1), .modal_dialog_slot_inner img:nth-child(2), .modal_dialog_slot_inner img:nth-child(3) {
          transition-delay: 1.6s; }
      .modal_dialog_slot_inner.active img:nth-child(1), .modal_dialog_slot_inner.active img:nth-child(2), .modal_dialog_slot_inner.active img:nth-child(3) {
        opacity: 1; }
      .modal_dialog_slot_inner.active img:nth-child(4) {
        animation: fadeInModal 0.5s ease 0s both; }
      .modal_dialog_slot_inner.active img:nth-child(5) {
        animation: fadeInModal 0.5s ease 0.1s both; }
      .modal_dialog_slot_inner.active img:nth-child(6) {
        animation: fadeInModal 0.5s ease 0.2s both; }
      .modal_dialog_slot_inner.active img:nth-child(7) {
        animation: fadeInModal 1.3s ease 0.3s both; }
    .modal_dialog_btn {
      width: 30px;
      height: 30px;
      position: absolute;
      top: 50%;
      cursor: pointer; }
      .modal_dialog_btn-r {
        right: 0; }
      .modal_dialog_btn-l {
        left: 0; }
    .modal_dialog.modal_movie {
      max-width: 1100px; }
      .modal_dialog.modal_movie .modal_dialog_cont {
        padding: 0 0 56.25%;
        height: 0;
        overflow: hidden; }
        .modal_dialog.modal_movie .modal_dialog_cont iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 99; }
  .modal_movie .modal_dialog_contWrap {
    overflow: hidden; }

@media (min-width: 750px) {
  .pageQuiz.quiz {
    background: #d3a4d2;
    background: linear-gradient(135deg, #d3a4d2 0%, rgba(255, 255, 255, 0.5) 100%), url(../img/quiz/quiz_bg.jpg);
    background-size: cover, 100% auto;
    background-position: center center, center bottom;
    background-repeat: no-repeat, no-repeat; } }

.pageQuiz.quiz .section_inner {
  padding-top: 20px; }
  @media (min-width: 750px) {
    .pageQuiz.quiz .section_inner {
      background: rgba(255, 255, 255, 0.9); } }
  @media (max-width: 749px) {
    .pageQuiz.quiz .section_inner {
      padding-top: 32px; } }

.quiz {
  margin: 0;
  padding: 0; }
  .quiz_logo {
    width: fit-content;
    margin: 0 auto; }
    @media (max-width: 749px) {
      .quiz_logo {
        width: 200px; } }
  .quiz_theme {
    margin-top: 45px; }
    @media (max-width: 749px) {
      .quiz_theme {
        margin-top: 32px; } }
    .quiz_theme_logo {
      width: fit-content;
      margin: 0 auto; }
      @media (max-width: 749px) {
        .quiz_theme_logo {
          width: 128px; } }
      @media (max-width: 749px) {
        .quiz_theme_logo img {
          width: 100%; } }
    .quiz_theme_title {
      color: #fff;
      font-size: 2rem;
      font-weight: 600;
      text-align: center;
      margin-top: 17px;
      padding: 6px;
      background: #781C77; }
      @media (max-width: 749px) {
        .quiz_theme_title {
          font-size: 1.8rem;
          margin-top: 16px;
          padding: 8px; } }
  .quiz_serif {
    display: flex;
    align-items: flex-start;
    gap: 0 30px;
    margin-top: 45px; }
    @media (max-width: 749px) {
      .quiz_serif {
        flex-direction: column-reverse;
        gap: 30px 0;
        margin-top: 32px; } }
    .quiz_serif_image {
      width: 31.1111111111%; }
      @media (max-width: 749px) {
        .quiz_serif_image {
          width: 225px;
          margin: 0 auto; } }
    .quiz_serif_text {
      position: relative;
      width: calc(100% - (30px + 31.1111111111%));
      margin-top: 10px;
      padding: 74px 52px;
      background: #007565;
      box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16); }
      @media (max-width: 749px) {
        .quiz_serif_text {
          width: 100%;
          margin: 0;
          padding: 24px 16px; } }
      .quiz_serif_text::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: -30px;
        margin: auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-top: 19px solid transparent;
        border-bottom: 19px solid transparent;
        border-right: 30px solid #007565;
        border-left: 0; }
        @media (max-width: 749px) {
          .quiz_serif_text::before {
            top: unset;
            bottom: -24px;
            left: 0;
            right: 0;
            width: 0;
            height: 0;
            border-style: solid;
            border-right: 16px solid transparent;
            border-left: 16px solid transparent;
            border-top: 24px solid #007565;
            border-bottom: 0; } }
      .quiz_serif_text_purple {
        padding: 24px 65px;
        background: #781C77; }
        @media (max-width: 749px) {
          .quiz_serif_text_purple {
            padding: 24px 16px; } }
        @media (min-width: 750px) {
          .quiz_serif_text_purple::before {
            border-right: 30px solid #781C77; } }
        @media (max-width: 749px) {
          .quiz_serif_text_purple::before {
            border-top: 24px solid #781C77; } }
      .quiz_serif_text p {
        color: #fff;
        font-weight: 600;
        line-height: 1.6875; }
        @media (max-width: 749px) {
          .quiz_serif_text p {
            line-height: 1.875; } }
        .quiz_serif_text p small {
          display: inline-block;
          font-size: 1.2rem;
          line-height: 1.66666666667; }
      .quiz_serif_text a {
        color: #fff; }
    .quiz_serif + .quiz_image {
      margin-top: 72px; }
      @media (max-width: 749px) {
        .quiz_serif + .quiz_image {
          margin-top: 32px; } }
  .quiz_text {
    font-weight: 600;
    line-height: 1.6875;
    margin-top: 45px; }
    @media (max-width: 749px) {
      .quiz_text {
        margin-top: 32px;
        line-height: 1.875; } }
    .quiz_text small {
      display: block;
      font-size: 1.2rem;
      line-height: 1.5; }
    .quiz_text a {
      word-break: break-all; }
    .quiz_text.border {
      font-size: 1.4rem;
      line-height: 1.71428571429;
      margin-top: 24px !important;
      padding: 24px 20px;
      border: 2px solid #916990; }
      @media (max-width: 749px) {
        .quiz_text.border {
          padding: 16; } }
      .quiz_text.border + .quiz_image {
        margin-top: 24px; }
    .quiz_text + .quiz_image {
      margin-top: 72px; }
      @media (max-width: 749px) {
        .quiz_text + .quiz_image {
          margin-top: 32px; } }
  .quiz_image_title {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    margin-top: 72px;
    margin-bottom: 20px;
    padding: 6px;
    background: #916990;
    border-radius: 10px 10px 0 0; }
    @media (max-width: 749px) {
      .quiz_image_title {
        margin-top: 32px; } }
  .quiz_image_caption {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 8px; }
  .quiz_block {
    margin-top: 100px; }
    @media (max-width: 749px) {
      .quiz_block {
        margin-top: 64px; } }
    .quiz_block_label {
      text-align: center;
      padding: 6px;
      background: #007565; }
      @media (max-width: 749px) {
        .quiz_block_label {
          padding: 8px; } }
      .quiz_block_label span {
        color: #fff;
        font-size: 2rem;
        font-weight: 600; }
        @media (max-width: 749px) {
          .quiz_block_label span {
            font-size: 1.8rem; } }
    .quiz_block_question {
      margin-top: 56px; }
      @media (max-width: 749px) {
        .quiz_block_question {
          margin-top: 32px; } }
      .quiz_block_question_text {
        position: relative;
        padding: 69px 55px;
        background: #781C77;
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16); }
        @media (max-width: 749px) {
          .quiz_block_question_text {
            padding: 24px 16px; } }
        .quiz_block_question_text::after {
          content: '';
          position: absolute;
          left: 13.1111111111%;
          bottom: -30px;
          width: 0;
          height: 0;
          border-style: solid;
          border-right: 19px solid transparent;
          border-left: 19px solid transparent;
          border-top: 30px solid #781c77;
          border-bottom: 0; }
          @media (max-width: 749px) {
            .quiz_block_question_text::after {
              top: unset;
              bottom: -24px;
              left: 0;
              right: 0;
              margin: auto;
              width: 0;
              height: 0;
              border-style: solid;
              border-right: 16px solid transparent;
              border-left: 16px solid transparent;
              border-top: 24px solid #781c77;
              border-bottom: 0; } }
        .quiz_block_question_text span {
          color: #fff;
          font-weight: 600;
          line-height: 1.6875; }
          @media (max-width: 749px) {
            .quiz_block_question_text span {
              line-height: 1.875; } }
      .quiz_block_question_flex {
        display: flex;
        gap: 0 30px;
        margin-top: 50px; }
        @media (max-width: 749px) {
          .quiz_block_question_flex {
            flex-direction: column;
            gap: 30px 0;
            margin-top: 32px; } }
      .quiz_block_question_image {
        width: 31.1111111111%; }
        @media (max-width: 749px) {
          .quiz_block_question_image {
            width: 225px;
            margin: 0 auto; } }
      .quiz_block_question_select {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 8px 0;
        width: calc(100% - (30px + 31.1111111111%)); }
        @media (max-width: 749px) {
          .quiz_block_question_select {
            width: 100%; } }
      .quiz_block_question_button {
        display: block;
        height: auto;
        margin: 0;
        padding: 24px 15px;
        background-color: #fff;
        border: 1px solid #781C77;
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16); }
        @media (max-width: 749px) {
          .quiz_block_question_button {
            padding: 8px; } }
        .quiz_block_question_button span {
          position: relative;
          display: block;
          color: #000;
          font-weight: 600;
          line-height: 1.6875;
          text-align: center;
          padding: 0 80px; }
          @media (max-width: 749px) {
            .quiz_block_question_button span {
              line-height: 1.875; } }
          .quiz_block_question_button span::before {
            display: inline-block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            color: #fff;
            font-size: 2.2rem;
            line-height: 1;
            text-align: center;
            width: 50px;
            height: 50px;
            margin-right: 14px;
            padding: 15px;
            background: #781C77;
            border-radius: 50px; }
            @media (max-width: 749px) {
              .quiz_block_question_button span::before {
                font-size: 1.4rem;
                width: 32px;
                min-width: 32px;
                height: 32px;
                min-height: 32px;
                margin-right: 8px;
                padding: 9px 0 0; } }
        .quiz_block_question_button:nth-child(1) span::before {
          content: 'A'; }
        .quiz_block_question_button:nth-child(2) span::before {
          content: 'B'; }
        .quiz_block_question_button:nth-child(3) span::before {
          content: 'C'; }
        .quiz_block_question_button.active {
          background-color: #781C77; }
          .quiz_block_question_button.active span {
            color: #fff; }
            .quiz_block_question_button.active span::before {
              color: #781C77;
              background: #fff; }
    .quiz_block_bottom {
      display: flex;
      justify-content: center;
      gap: 0 15px;
      margin-top: 100px; }
      @media (max-width: 749px) {
        .quiz_block_bottom {
          flex-direction: column;
          gap: 8px 0;
          margin-top: 48px; } }
      .quiz_block_bottom_button {
        color: #007565;
        font-weight: 600;
        width: 100%;
        max-width: 200px;
        margin: 0;
        background-color: #fff;
        border: 1px solid #007565; }
        @media (max-width: 749px) {
          .quiz_block_bottom_button {
            max-width: 100%; } }
        .quiz_block_bottom_button.active {
          color: #fff;
          background-color: #007565; }
  .quiz_answer_serif {
    margin: 45px 0 0; }
    @media (max-width: 749px) {
      .quiz_answer_serif {
        position: relative;
        margin-top: 32px; } }
    .quiz_answer_serif > div {
      width: calc(100% - (30px + 31.1111111111%)); }
      @media (max-width: 749px) {
        .quiz_answer_serif > div {
          width: 100%; } }
    @media (max-width: 749px) {
      .quiz_answer_serif .quiz_serif_image {
        width: 50%;
        margin: 0 auto 0 0; } }
    .quiz_answer_serif .quiz_serif_text {
      width: 100%;
      padding: 46px 38px; }
      @media (max-width: 749px) {
        .quiz_answer_serif .quiz_serif_text {
          padding: 24px 16px; } }
      .quiz_answer_serif .quiz_serif_text p {
        text-align: center; }
        @media (max-width: 749px) {
          .quiz_answer_serif .quiz_serif_text p {
            line-height: 1.875; } }
    .quiz_answer_serif_result {
      width: fit-content;
      margin: 52px auto 0;
      transform: translateX(-56px); }
      @media (max-width: 749px) {
        .quiz_answer_serif_result {
          position: absolute;
          bottom: 0;
          right: 9%;
          width: 32%;
          margin: 0 auto;
          transform: translateX(0); } }
      @media (max-width: 749px) {
        .quiz_answer_serif_result img {
          width: 100%; } }
  .quiz_answer_explain {
    margin-top: 124px; }
    @media (max-width: 749px) {
      .quiz_answer_explain {
        margin-top: 64px; } }
    .quiz_answer_explain_label {
      text-align: center;
      padding: 6px;
      background: #007565; }
      .quiz_answer_explain_label span {
        color: #fff;
        font-size: 2rem;
        font-weight: 600; }
    .quiz_answer_explain .quiz_text {
      line-height: 1.875;
      margin-top: 45px; }
  .quiz .rslt {
    margin-top: 132px; }
    @media (max-width: 749px) {
      .quiz .rslt {
        margin-top: 64px; } }
    .quiz .rslt_box {
      padding: 25px;
      background: #790c7c;
      background: linear-gradient(135deg, #790c7c 0%, #007565 100%); }
      @media (max-width: 749px) {
        .quiz .rslt_box {
          padding: 8px; } }
      .quiz .rslt_box_frame {
        color: #007565;
        font-weight: 600;
        line-height: 1.5;
        text-align: center;
        padding: 23px 23px 31px;
        background: rgba(255, 255, 255, 0.9);
        border: 1px solid #707070; }
        @media (max-width: 749px) {
          .quiz .rslt_box_frame {
            padding: 24px 16px; } }
      .quiz .rslt_box_title {
        font-size: 4rem; }
        @media (max-width: 749px) {
          .quiz .rslt_box_title {
            font-size: 2.2rem; } }
      .quiz .rslt_box_text {
        font-size: 2rem;
        margin-top: 24px; }
        @media (max-width: 749px) {
          .quiz .rslt_box_text {
            font-size: 1.8rem; } }
      .quiz .rslt_box_annotation {
        color: #781C77;
        font-size: 2rem;
        margin-top: 40px; }
        @media (max-width: 749px) {
          .quiz .rslt_box_annotation {
            font-size: 1.8rem;
            margin-top: 24px; } }
      .quiz .rslt_box_btn {
        color: #fff;
        font-size: 2rem;
        max-width: 570px;
        margin: 8px auto 0;
        padding: 10px;
        background: #007565;
        border-radius: 50px;
        cursor: pointer; }
        @media (max-width: 749px) {
          .quiz .rslt_box_btn {
            font-size: 1.6rem;
            max-width: 320px; } }
    .quiz .rslt_past {
      margin-top: 74px; }
      @media (max-width: 749px) {
        .quiz .rslt_past {
          margin-top: 32px; } }
      .quiz .rslt_past_title {
        color: #fff;
        font-size: 2rem;
        font-weight: 600;
        text-align: center;
        padding: 6px;
        background: #781C77; }
    .quiz .rslt_share {
      margin-top: 148px; }
      @media (max-width: 749px) {
        .quiz .rslt_share {
          margin-top: 32px; } }
      .quiz .rslt_share_text {
        font-size: 2.2rem;
        font-weight: 600;
        text-align: center; }
        @media (max-width: 749px) {
          .quiz .rslt_share_text {
            font-size: 1.8rem; } }
      .quiz .rslt_share_sns {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0 20px;
        margin-top: 24px; }
        @media (max-width: 749px) {
          .quiz .rslt_share_sns {
            gap: 0 16px;
            margin-top: 16px; } }
      .quiz .rslt_share_icon {
        cursor: pointer; }
    .quiz .rslt_banner {
      display: block;
      margin-top: 70px; }
      @media (max-width: 749px) {
        .quiz .rslt_banner {
          margin-top: 32px; } }
    .quiz .rslt_afterword {
      font-size: 1.8rem;
      font-weight: bold;
      line-height: 1.66666666667;
      margin-top: 48px; }
      @media (max-width: 749px) {
        .quiz .rslt_afterword {
          font-size: 1.6rem;
          line-height: 1.6;
          margin-top: 32px; } }
      .quiz .rslt_afterword a {
        text-decoration: underline; }
    .quiz .rslt_apply_button {
      display: block;
      color: #fff;
      font-size: 2rem;
      font-weight: 600;
      text-align: center;
      max-width: 360px;
      margin: 48px auto 0;
      padding: 16px;
      background: #FFC400;
      box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16); }
      @media (max-width: 749px) {
        .quiz .rslt_apply_button {
          font-size: 1.6rem;
          max-width: 320px;
          margin-top: 32px; } }
    .quiz .rslt_end_button {
      display: block;
      color: #007565;
      font-weight: 600;
      text-align: center;
      width: 100%;
      max-width: 200px;
      height: auto;
      margin: 100px auto 0;
      padding: 9px;
      background: #fff;
      border: 1px solid #007565;
      box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16); }
      @media (max-width: 749px) {
        .quiz .rslt_end_button {
          max-width: 100%;
          margin-top: 48px; } }
  .quiz_flexbox {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 40px; }
    @media (max-width: 749px) {
      .quiz_flexbox {
        flex-direction: column; } }
    .quiz_flexbox_item {
      width: calc((100% - 40px) / 2); }
      @media (max-width: 749px) {
        .quiz_flexbox_item {
          width: 100%; } }
    .quiz_flexbox_caption {
      font-size: 1.2rem;
      font-weight: 600;
      margin-top: 8px; }
  .quiz .mt45 {
    margin-top: 45px; }
    @media (max-width: 749px) {
      .quiz .mt45 {
        margin-top: 32px; } }
  .quiz .quiz_block {
    margin-top: 30px; }
    .quiz .quiz_block_index {
      width: 193px;
      height: 34px;
      padding: 0 53px 0 44px;
      background-image: url(../img/home/quiz/quiz_index_bg.svg);
      background-size: cover;
      background-repeat: no-repeat; }
    .quiz .quiz_block_box {
      padding: 32px 27px 28px;
      background: #B289B1; }
      @media (max-width: 749px) {
        .quiz .quiz_block_box {
          padding: 20px 14px; } }
  .quiz .quiz_list {
    display: flex;
    gap: 0 14px; }
    @media (max-width: 749px) {
      .quiz .quiz_list {
        flex-wrap: wrap;
        gap: 15px; } }
  .quiz .quiz_item {
    width: calc((100% - 56px) / 5); }
    @media (max-width: 749px) {
      .quiz .quiz_item {
        width: calc((100% - 15px) / 2); } }
    .quiz .quiz_item a {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 52px;
      padding: 8px;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16); }
      @media (max-width: 749px) {
        .quiz .quiz_item a {
          min-height: 48px; } }

/*----------------------------------

about

----------------------------------*/
/*----------------------------------

mixin

----------------------------------*/
.about .pageQuiz.quiz .section_inner {
  background: #fff; }

.about .quiz_theme:not(:first-of-type) {
  margin-top: 100px; }
  @media (max-width: 749px) {
    .about .quiz_theme:not(:first-of-type) {
      margin-top: 50px; } }

@media (max-width: 749px) {
  .about .quiz_theme_logo {
    width: 180px; } }

.about .quiz_answer_explain_label:not(:first-child) {
  margin-top: 50px; }
  @media (max-width: 749px) {
    .about .quiz_answer_explain_label:not(:first-child) {
      margin-top: 16px; } }

.about .quiz_image {
  margin-top: 45px; }
  @media (max-width: 749px) {
    .about .quiz_image {
      margin-top: 32px; } }
  .about .quiz_image.w460 {
    width: 100%;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto; }

.about .quiz_image_title + .quiz_image {
  margin: 0 auto; }

.about .quiz_flexbox {
  margin-top: 45px; }
  @media (max-width: 749px) {
    .about .quiz_flexbox {
      margin-top: 32px; } }
  .about .quiz_flexbox .quiz_image {
    margin: 0; }

.about .next_button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #007565;
  font-weight: 600;
  width: 100%;
  max-width: 320px;
  height: 50px;
  margin: 100px auto 0;
  background-color: #fff;
  border: 1px solid #007565;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16); }

.about .quiz_block {
  margin-top: 100px; }
  @media (max-width: 749px) {
    .about .quiz_block {
      margin-top: 50px; } }
  .about .quiz_block_index {
    background-image: url(../img/about/common/quiz_index_bg.svg); }
  .about .quiz_block_box {
    background: #007565; }
  .about .quiz_block .quiz_item a.none {
    pointer-events: none; }

@media (min-width: 750px) {
  .about .lowLink {
    padding-top: 150px;
    padding-bottom: 100px; } }

.about .quiz_2021_block {
  padding: 84px 10px 30px;
  background: #FFFEE6; }
  .about .quiz_2021_block_title {
    font-weight: bold;
    text-align: center; }
    .about .quiz_2021_block_title:not(:first-child) {
      margin-top: 50px; }
  .about .quiz_2021_block .quiz_text {
    text-align: center;
    margin-top: 10px; }
