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

/* 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 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* 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 {
  clear: both;
  /* 1 */
  overflow: visible;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0;
  /* 1 */
  height: 0;
  /* 2 */
  border-top-width: 1px;
  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 {
  /* 1 */
  font-size: inherit;
  font-family: monospace, monospace;
  /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -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 {
  /* 1 */
  font-size: inherit;
  font-family: monospace, monospace;
  /* 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 {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  outline: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  vertical-align: middle;
  text-align: inherit;
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  /* 2 */
  display: table;
  /* 1 */
  padding: 0;
  /* 1 */
  max-width: 100%;
  color: inherit;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

:root {
  --colorWhite: #fff;
  --colorGreen: #247e04;
  --colorBlue: #04395f;
  --colorBrown: #5f3b04;
}

:root {
  --fontmain: "Noto Sans JP", sans-serif;
  --fontEnglish: "Roboto", sans-serif;
}

body {
  background-color: var(--colorGreen);
  color: var(--colorWhite);
  font-weight: 400;
  font-size: 16px;
  font-family: var(--fontmain);
  line-height: 160%;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

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

@media (max-width: 768px) {
  body.is-open {
    overflow: hidden;
  }
}

.header {
  position: sticky;
  z-index: 10;
  width: 100%;
  height: 135px;
  background-color: var(--colorGreen);
}
@media (max-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100px;
    background-color: var(--colorBlue);
  }
}

.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 137px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1160px;
  width: 90%;
}
@media (max-width: 768px) {
  .header_inner {
    height: 41px;
  }
}

.header_logo {
  display: inline-block;
  width: 141px;
  -webkit-transition: -webkit-transform 0.4s else;
  transition: -webkit-transform 0.4s else;
  transition: transform 0.4s else;
  transition: transform 0.4s else, -webkit-transform 0.4s else;
}
@media (max-width: 768px) {
  .header_logo {
    position: relative;
    z-index: 10;
  }
}
@media (hover: hover) {
  .header_logo:hover {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

@media (max-width: 768px) {
  .header_nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 100px;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background-color: var(--colorGreen);
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    pointer-events: none;
  }
  .is-open .header_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    opacity: 1;
    pointer-events: auto;
  }
}

.header_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media (max-width: 768px) {
  .header_nav_list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 70px;
    margin-top: 0;
    margin-bottom: 70px;
    font-size: 18px;
  }
}

.header_nav_link {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media (hover: hover) {
  .header_nav_link:hover {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

@media (max-width: 768px) {
  .nav_button {
    z-index: 10;
  }
}

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

.nav_close {
  display: none;
}
.is-open .nav_close {
  display: block;
}

.header_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 70px;
}

.header_sns_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header_youtube_image {
  width: auto;
  height: 30px;
}

.header_x_image {
  width: auto;
  height: 40px;
}

.footer {
  z-index: 10;
  padding-top: 90px;
  width: 100%;
  height: 329px;
  background-color: var(--colorBlue);
}
@media (max-width: 768px) {
  .footer {
    padding-top: 60px;
    height: 390px;
  }
}

.footer_inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 1160px;
  width: 90%;
}

.footer_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 110px;
}
@media (max-width: 768px) {
  .footer_top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 85px;
  }
}

.footer_logo {
  display: inline-block;
  width: 141px;
  -webkit-transition: -webkit-transform 0.4s else;
  transition: -webkit-transform 0.4s else;
  transition: transform 0.4s else;
  transition: transform 0.4s else, -webkit-transform 0.4s else;
}
@media (max-width: 768px) {
  .footer_logo {
    display: none;
  }
}
@media (hover: hover) {
  .footer_logo:hover {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

.footer_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .footer_nav_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer_nav_link {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media (hover: hover) {
  .footer_nav_link:hover {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

.footer_copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .main {
    margin-top: 100px;
  }
  .main.front_page {
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  .page {
    margin-top: 100px;
  }
}

.page_content {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 880px;
  width: 90%;
}

.page_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: var(--colorBlue);
}
@media (max-width: 768px) {
  .page_top {
    width: 100%;
    height: 426px;
    background-color: var(--colorBlue);
  }
}

.site_subtitle {
  font-size: 20px;
  line-height: 100%;
}
@media (max-width: 768px) {
  .site_subtitle {
    color: var(--colorWhite);
    font-size: 13px;
  }
}

.site_title {
  margin-top: 10px;
  font-weight: 700;
  font-size: 40px;
  font-family: var(--fontEnglish);
  line-height: 100%;
}
@media (max-width: 768px) {
  .site_title {
    color: var(--colorWhite);
    font-size: clamp(1.875rem, 1.193rem + 3.41vw, 3.75rem);
  }
}

.page_heading {
  margin-top: 60px;
  font-weight: 700;
  font-size: 60px;
  line-height: 100%;
}
@media (max-width: 768px) {
  .page_heading {
    color: var(--colorWhite);
    font-size: 40px;
  }
}

.page_guide {
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 768px) {
  .page_guide {
    margin-top: 40px;
    width: 80%;
    color: var(--colorWhite);
    font-weight: 500;
    font-size: 13px;
  }
}

.sns {
  margin-top: 100px;
  margin-bottom: 150px;
  padding-bottom: 60px;
  background-color: var(--colorBlue);
}
@media (max-width: 768px) {
  .sns {
    margin-top: 60px;
  }
}

.sns_title_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 60px;
  text-align: center;
}

.sns_title {
  font-weight: 700;
  font-size: 40px;
  line-height: 160%;
}
@media (max-width: 768px) {
  .sns_title {
    font-size: 20px;
  }
}

.sns_button_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  max-width: 720px;
  width: 90%;
}
@media (max-width: 768px) {
  .sns_button_area {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}

.youtube_title {
  padding-top: 50px;
  font-size: 30px;
  font-family: var(--fontEnglish);
}
@media (max-width: 768px) {
  .youtube_title {
    padding-top: 30px;
    font-size: 20px;
  }
}

.youtube_image {
  margin-top: 33px;
  width: auto;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .youtube_image {
    margin-top: 15px;
    height: 40px;
  }
}

.youtube_text {
  margin-top: 33px;
  padding-bottom: 50px;
}

.x_title {
  padding-top: 50px;
  font-size: 30px;
  font-family: var(--fontEnglish);
}
@media (max-width: 768px) {
  .x_title {
    padding-top: 30px;
    font-size: 20px;
  }
}

.x_image {
  margin-top: 33px;
  width: auto;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .x_image {
    margin-top: 22px;
    height: 40px;
  }
}

.x_text {
  margin-top: 33px;
  padding-bottom: 50px;
}

.sns_button {
  display: inline-block;
  width: 305px;
  height: 305px;
  background-color: var(--colorBrown);
  text-align: center;
  -webkit-transition: -webkit-transform 0.4s else;
  transition: -webkit-transform 0.4s else;
  transition: transform 0.4s else;
  transition: transform 0.4s else, -webkit-transform 0.4s else;
}
@media (max-width: 768px) {
  .sns_button {
    width: 80%;
    height: 200px;
  }
}
@media (hover: hover) {
  .sns_button:hover {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

.main_404 {
  margin-bottom: 150px;
  text-align: center;
}

.section_title {
  margin-top: 100px;
  margin-bottom: 30px;
  font-size: 40px;
}
@media (max-width: 768px) {
  .section_title {
    margin-top: 60px;
    font-size: 20px;
  }
}

.mv {
  position: relative;
}

.mv_title_area {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 30px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .mv_title_area {
    top: 80%;
    padding: 30px 0;
    width: 100%;
  }
}

.subtitle {
  color: var(--colorBlue);
  font-size: clamp(1.125rem, 0.695rem + 0.89vw, 1.5rem);
  line-height: 100%;
}
@media (max-width: 768px) {
  .subtitle {
    padding-top: 35px;
    font-size: 13px;
  }
}

.mv_title {
  color: var(--colorBlue);
  font-weight: 700;
  font-size: clamp(2.5rem, -0.365rem + 5.96vw, 5rem);
  font-family: var(--fontEnglish);
  line-height: 100%;
}
@media (max-width: 768px) {
  .mv_title {
    margin-top: 5px;
    padding-bottom: 35px;
    font-size: clamp(1.875rem, 1.193rem + 3.41vw, 3.75rem);
  }
}

.welcome {
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1040px;
  width: 90%;
}

.welcome_area {
  text-align: center;
}

.welcome_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
}
@media (max-width: 768px) {
  .welcome_title {
    font-size: 20px;
  }
}

.welcome_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .welcome_container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.welcome_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 30%;
}
@media (max-width: 768px) {
  .welcome_box {
    width: 80%;
  }
}

.welcome_reason {
  margin-top: 10px;
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 768px) {
  .welcome_reason {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 230px;
    background-color: #104e3b;
    font-size: 16px;
  }
}

.welcome_image {
  width: 100%;
  height: 206px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .welcome_image {
    display: none;
  }
}

.welcome_text {
  margin-top: 20px;
  text-align: left;
}

.flee_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.welcome_caution {
  text-align: left;
  font-size: 14px;
}

.top_new {
  margin-top: 100px;
  text-align: center;
}

.top_new_container {
  margin-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
  max-width: 720px;
  width: 90%;
}

.top_new_title {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
}
@media (max-width: 768px) {
  .top_new_title {
    font-size: 20px;
  }
}

.top_new_text {
  margin-top: 30px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 880px;
  width: 90%;
}

.button {
  display: inline-block;
  margin-top: 30px;
  padding: 25px 71px;
  background-color: var(--colorBrown);
  text-align: center;
  font-size: 30px;
  line-height: 100%;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media (max-width: 768px) {
  .button {
    font-size: 16px;
  }
}
@media (hover: hover) {
  .button:hover {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

.song_inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 880px;
  width: 90%;
}

.song_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page_category {
  margin-right: auto;
  margin-left: auto;
  max-width: 880px;
  width: 90%;
}

.category_title {
  margin-top: 60px;
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 768px) {
  .category_title {
    text-align: center;
  }
}

.category_button_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin-top: 26px;
  margin-bottom: 70px;
  -webkit-column-gap: 110px;
     -moz-column-gap: 110px;
          column-gap: 110px;
}
@media (max-width: 1000px) {
  .category_button_area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}
@media (max-width: 450px) {
  .category_button_area {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}

.category_button {
  padding-top: 21px;
  padding-bottom: 21px;
  width: 220px;
  background-color: var(--colorBrown);
  text-align: center;
  -webkit-transition: -webkit-transform 0.4s else;
  transition: -webkit-transform 0.4s else;
  transition: transform 0.4s else;
  transition: transform 0.4s else, -webkit-transform 0.4s else;
}
@media (max-width: 1000px) {
  .category_button {
    width: 180px;
  }
}
@media (max-width: 768px) {
  .category_button {
    width: 155px;
  }
}
@media (max-width: 450px) {
  .category_button {
    width: 144px;
    font-size: 13px;
  }
}
@media (hover: hover) {
  .category_button:hover {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

.songs_archive {
  margin-right: auto;
  margin-left: auto;
  max-width: 880px;
  width: 90%;
}

.song_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .song_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.song_image {
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .song_image {
    width: 100%;
  }
}

.song_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 57.8%;
}
@media (max-width: 768px) {
  .song_right {
    width: 100%;
  }
}

.song_title {
  font-weight: 700;
  font-size: 26px;
}
@media (max-width: 768px) {
  .song_title {
    font-size: 20px;
  }
}

.song_comment {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .song_comment {
    margin-top: 10px;
  }
}

.trial_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 45px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .trial_box {
    gap: 5px;
  }
}

@media (max-width: 768px) {
  .trial {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .audio {
    width: 270px;
  }
}

.download_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .download_box {
    gap: 13px;
  }
}

@media (max-width: 768px) {
  .download {
    width: 80px;
    font-size: 13px;
  }
}

.midi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 26px;
  border-radius: 50px;
  background-color: var(--colorBlue);
  -webkit-transition: -webkit-transform 0.4s else;
  transition: -webkit-transform 0.4s else;
  transition: transform 0.4s else;
  transition: transform 0.4s else, -webkit-transform 0.4s else;
}
@media (max-width: 768px) {
  .midi {
    padding: 11px 40px;
  }
}
@media (hover: hover) {
  .midi:hover {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

.mp3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 24px;
  border-radius: 50px;
  background-color: var(--colorBlue);
  -webkit-transition: -webkit-transform 0.4s else;
  transition: -webkit-transform 0.4s else;
  transition: transform 0.4s else;
  transition: transform 0.4s else, -webkit-transform 0.4s else;
}
@media (max-width: 768px) {
  .mp3 {
    padding: 11px 42px;
  }
}
@media (hover: hover) {
  .mp3:hover {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

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

.pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  font-size: 30px;
}
@media (max-width: 768px) {
  .page-numbers {
    gap: 40px;
    font-size: 14px;
  }
}

.pagenation .current {
  color: #04395f;
}

.first-page {
  margin-right: 30px;
  font-size: 20px;
}

.pagenation ul.page-numbers li a.page-numbers {
  -webkit-transition: -webkit-transform 0.4s else;
  transition: -webkit-transform 0.4s else;
  transition: transform 0.4s else;
  transition: transform 0.4s else, -webkit-transform 0.4s else;
}
@media (hover: hover) {
  .pagenation ul.page-numbers li a.page-numbers:hover {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

.page_title {
  margin-top: 60px;
  margin-bottom: 60px;
  font-weight: 700;
  font-size: 40px;
}
@media (max-width: 768px) {
  .page_title {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.content_text {
  text-align: left;
}

strong {
  font-size: 20px;
}
@media (max-width: 768px) {
  strong {
    font-size: 18px;
  }
}

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

@media (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */