@charset "UTF-8";
:root {
  --color-primary: #1483fa;
  --color-secondary: #00357E;
  --color-text: #222;
}

body {
  color: var(--color-text);
  font-family: "Noto Sans JP", system-ui;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

#archive_headline_no_image {
  padding-block-start: 70px;
}
@media not all and (min-width: 769px) {
  #archive_headline_no_image {
    margin-block-end: 40px;
    padding: 40px 0 0;
  }
}

#header_top {
  border: none;
}

@media (min-width: 769px) {
  #global_menu > ul > li:first-child {
    display: none;
  }
}
#global_menu > ul > li a {
  text-transform: uppercase;
}

@media not all and (min-width: 769px) {
  #page_contents .post_content {
    margin: 0 !important;
  }
}
#page_contents .post_content .wsp-container {
  margin-inline: auto;
  max-width: 960px;
}
#page_contents .post_content .wsp-container > h2 {
  text-align: left;
}

.headline,
.headline h2,
#archive_headline_no_image .headline,
.page_header h1,
.page_header h2,
.page_title,
.post_content h2,
.front_works_section .section_title,
.footer_cta h2,
.bottom_related_post .headline {
  font-family: "novel-pro", sans-serif;
  font-feature-settings: "palt";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media not all and (min-width: 769px) {
  .headline,
  .headline h2,
  #archive_headline_no_image .headline,
  .page_header h1,
  .page_header h2,
  .page_title,
  .post_content h2,
  .front_works_section .section_title,
  .footer_cta h2,
  .bottom_related_post .headline {
    font-size: 2.375rem;
  }
}
.headline::first-letter,
.headline h2::first-letter,
#archive_headline_no_image .headline::first-letter,
.page_header h1::first-letter,
.page_header h2::first-letter,
.page_title::first-letter,
.post_content h2::first-letter,
.front_works_section .section_title::first-letter,
.footer_cta h2::first-letter,
.bottom_related_post .headline::first-letter {
  color: var(--color-primary);
}

.page_header {
  border: none;
  margin-block-end: 70px !important;
  padding: 70px 0 0 !important;
}
@media not all and (min-width: 769px) {
  .page_header {
    margin-block-end: 40px !important;
    padding: 40px 0 0 !important;
  }
}

#archive_headline_no_image .headline span,
#archive_headline_no_image .headline em,
.page_title span,
.page_title em {
  display: block;
}
#archive_headline_no_image .headline span,
.page_title span {
  color: #7F7F7F;
  font-size: 1.5rem;
}
#archive_headline_no_image .headline em,
.page_title em {
  font-style: normal;
}

a.q_custom_button2 {
  background-color: #1483fa;
  border: none;
  border-radius: 6px;
  color: #fff !important;
  height: 60px;
  min-width: 280px;
}
a.q_custom_button2:before {
  background-color: #0f52bf !important;
  opacity: 0;
}
a.q_custom_button2:hover:before {
  opacity: 1;
}

/* no-image画像の置換 */
img[src*="no_image1.gif"],
img[src*="no_image2.gif"],
img[src*="no-image-510x320.gif"] {
  content: url("../img/no_image1.png") !important;
}

img[src*="no_image2.gif"],
img[src*="no-image-510x320.gif"] {
  content: url("../img/no_image2.png") !important;
}

img[src*="no-image-510x320.gif"] {
  content: url("../img/no-image-510x320.png") !important;
}

.bottom_related_post .headline {
  color: var(--color-text);
  text-align: center;
}

#bread_crumb {
  width: 100% !important;
}
@media not all and (min-width: 769px) {
  #bread_crumb {
    margin: 0;
    padding-inline: 0;
  }
}
@media (min-width: 769px) {
  #bread_crumb {
    margin: 0 auto;
    max-width: 1200px;
    padding-block: 20px;
  }
}
#bread_crumb li.home a:before {
  color: var(--main_color) !important;
}
#bread_crumb li:nth-child(2) {
  text-transform: uppercase;
}

body.no_side_wijet #bread_crumb {
  width: 100% !important;
}

#main_content {
  max-width: none;
  width: 100% !important;
}

.page_front-page #single_banner_top p:first-child:empty {
  display: none;
}

.top_main_inner {
  margin-block-start: 0;
}

#index_tab {
  margin-inline: auto;
  max-width: 860px;
}

/* タブが1つの場合のスタイル調整 */
.single-tab-content {
  margin-top: 0 !important;
}

/* タブが非表示の場合、コンテンツの上部マージンを調整 */
.js-has-pseudo #index_tab_post_list:not([csstools-has-1m-2w-2p-37-14-z-2x-32-2s-2t-3c-2n-38-2p-2q-15]:not(#does-not-exist)) .tab_post_list {
  margin-top: 0 !important;
}
#index_tab_post_list:not(:has(#index_tab)) .tab_post_list {
  margin-top: 0 !important;
}

@media not all and (min-width: 769px) {
  #index_tab_post_list .tab_post_list {
    padding-inline: 20px;
  }
}

#index_tab_post_list .post_list.type2 {
  margin-inline: auto;
  max-width: 860px;
}

#index_tab_post_list .post_list.type2 .item {
  padding: 16px 10px;
}

#index_tab_post_list .post_list.type2 .content_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
  width: 100%;
}
@media (min-width: 769px) {
  #index_tab_post_list .post_list.type2 .content_inner {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template-columns: 100px 100px 1fr;
  }
}

#index_tab_post_list .post_list.type2 .blog_category {
  margin: -0.2em 0;
  order: 2;
  text-align: center;
}
#index_tab_post_list .post_list.type2 .blog_category .category {
  background: #f0f0f0;
  border-radius: 4px;
  color: #666;
  display: inline-block;
  font-size: 0.6875rem;
  margin: 0;
  padding: 0.25rem 0.5rem;
}

#index_tab_post_list .post_list.type2 .title {
  font-size: 16px;
  font-weight: 400;
  order: 3;
  /* 本文がない記事のタイトルスタイル（リンクなし） */
}
@media not all and (min-width: 769px) {
  #index_tab_post_list .post_list.type2 .title {
    height: auto !important;
    width: 100%;
  }
}
#index_tab_post_list .post_list.type2 .title span {
  display: block !important;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
#index_tab_post_list .post_list.type2 .title a span {
  cursor: pointer;
  text-decoration: underline;
}
#index_tab_post_list .post_list.type2 .title span:only-child {
  color: inherit;
}
#index_tab_post_list .post_list.type2 .title span:only-child:hover {
  color: inherit;
}

#index_tab_post_list .post_list.type2 .news_no_image_date {
  order: 1;
  padding-inline-start: 0;
}
#index_tab_post_list .post_list.type2 .news_no_image_date::before {
  display: none;
}

@media (min-width: 769px) {
  .blog_list,
  .news_list {
    margin-inline: auto;
    max-width: 1200px;
  }
}
.blog_list .title a,
.news_list .title a {
  text-decoration: underline;
}

.news_list .item {
  padding: 16px 10px;
  width: 100%;
}
.news_list .content {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
  width: 100%;
}
@media (min-width: 769px) {
  .news_list .content {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template-columns: 90px 100px 1fr;
  }
  .p-news__category .news_list .content {
    grid-template-columns: 90px 1fr;
  }
}
@media (min-width: 769px) {
  .news_list .date_area {
    display: contents;
  }
}
.news_list .date {
  order: 1;
  padding-inline-start: 0;
}
.news_list .date::before {
  display: none;
}
.news_list .blog_category {
  margin: -0.2em 0;
  order: 2;
  text-align: center;
}
.news_list .blog_category a {
  background: #f0f0f0;
  border-radius: 4px;
  color: #666;
  display: inline-block;
  font-size: 0.6875rem;
  margin: 0;
  padding: 0.25rem 0.5rem;
}
.news_list .title {
  font-size: 16px;
  font-weight: 400;
  height: auto !important;
  line-height: 1.8;
  order: 3;
  overflow: visible;
  /* 本文がない記事のタイトルスタイル（リンクなし） */
}
@media not all and (min-width: 769px) {
  .news_list .title {
    margin-block-start: 4px;
    width: 100%;
  }
}
.news_list .title span {
  display: block !important;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
.news_list .title a {
  display: block;
}
.news_list .title a span {
  cursor: pointer;
  text-decoration: underline;
}
.news_list .title span:only-child {
  color: inherit;
}
.news_list .title span:only-child:hover {
  color: inherit;
}

@media (min-width: 769px) {
  #blog_category_sort_wrap {
    margin-inline: auto;
    max-width: 1200px;
  }
}

.bottom_related_post_list {
  gap: 1px;
}
@media (min-width: 769px) {
  .bottom_related_post_list {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}

.bottom_related_post .item {
  border-radius: 0;
}

.page_profile .wp-block-group:not(.p-profileWrap) {
  margin-inline: auto;
  max-width: 960px;
}

.wp-block-separator {
  border-top: 1px solid #eee;
  margin-block: 65px;
}
@media not all and (min-width: 769px) {
  .wp-block-separator {
    margin-block: 10.2564102564vw;
  }
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 0;
}
:where(.wp-block-columns.is-layout-flex) + :where(.wp-block-columns.is-layout-flex) {
  margin-block-start: 1.5em !important;
}

.entryWrap .post_content {
  margin: 0 !important;
}

#post_tag_list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 30px 0 0;
}

#post_tag_list .tag-link {
  align-items: center;
  border: 1px solid #bbb;
  border-radius: 4px;
  color: #999;
  display: flex;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  transition: color 0.3s ease;
}
#post_tag_list .tag-link::before {
  color: #999;
  content: "#";
  margin-right: 3px;
  transition: color 0.25s ease;
}

.single-post .no_side_contents,
.single-news .no_side_contents {
  margin-inline: auto;
  max-width: 960px;
}

#single_post_header .title_area_inner,
#single_news_header .title_area_inner {
  padding-block-start: 30px;
}
@media (min-width: 769px) {
  #single_post_header .title_area_inner,
  #single_news_header .title_area_inner {
    padding-block-start: 60px;
  }
}
#single_post_header .category,
#single_news_header .category {
  background: #f0f0f0;
  border-radius: 4px;
  display: inline-block;
  font-size: 0.8rem;
  margin: 15px 0.5rem 0 0 !important;
  min-width: auto;
  padding: 0.25rem 0.5rem;
}
#single_post_header .category a,
#single_news_header .category a {
  color: #666;
  font-weight: 400;
}
#single_post_header .meta,
#single_news_header .meta {
  margin-block-start: 10px;
}

.single_post_bottom_contents {
  margin-block-start: 120px;
}
@media not all and (min-width: 769px) {
  .single_post_bottom_contents {
    margin-block-start: 80px !important;
  }
}

.footer_bottom {
  height: auto;
  min-height: 70px;
  padding-block-start: 30px;
}

#footer_nav li a {
  text-transform: uppercase;
}

:root {
  --zindex-header: 10;
}

.footer_cta {
  background-color: #F1F8FE;
  padding-block: 50px;
}
@media not all and (min-width: 769px) {
  .footer_cta {
    padding: 40px 20px;
  }
}
@media (min-width: 769px) {
  .footer_cta .footer_cta_inner {
    margin: 0 auto;
    max-width: 1200px;
    padding: 50px 40px;
  }
}
.footer_cta h2 {
  margin-block-end: 40px;
  text-align: center;
  text-transform: uppercase;
}
.footer_cta .footer_cta_text {
  line-height: 2;
  margin-block-end: 30px;
  text-align: center;
}
.footer_cta .footer_cta_button .q_button_wrap {
  margin: 0;
}
.footer_cta .footer_cta_button .q_custom_button {
  background-color: #1483fa;
  border: none;
  border-radius: 6px;
  color: #fff !important;
  height: 60px;
  min-width: 280px;
}
.footer_cta .footer_cta_button .q_custom_button::before {
  background-color: #0f52bf !important;
  content: "";
  display: block;
  height: calc(100% + 2px);
  opacity: 0;
  position: absolute;
  top: -1px;
  transition: opacity 0.25s ease;
  transition-duration: 0.5s;
  transition-property: background-color, left, opacity;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  width: 100%;
  z-index: -1;
}
.footer_cta .footer_cta_button .q_custom_button:hover:before {
  opacity: 1;
}

.p-footerSns {
  margin: 0 auto 20px;
  max-width: 860px;
  padding-block-start: 15px;
}
.p-footerSns .p-footerSns__list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.p-footerSns .p-footerSns__item a {
  display: inline-flex;
  padding: 8px;
}
@media (any-hover: hover) {
  .p-footerSns .p-footerSns__item a {
    transition: opacity 0.3s;
  }
  .p-footerSns .p-footerSns__item a:hover {
    opacity: 0.7;
  }
}

@media (min-width: 769px) {
  .p-profile {
    gap: 0 2rem;
  }
}
.p-profileWrap {
  background: #F1F9FF;
  margin-block-end: 100px;
  padding: 70px 3.6458333333vw;
}
@media not all and (min-width: 769px) {
  .p-profileWrap {
    margin-block-end: 70px;
    padding: 10.2564102564vw 6.1538461538vw;
  }
}
@media (min-width: 1024px) {
  .p-profileWrap {
    padding-inline: 18.3854166667vw;
  }
}
@media not all and (min-width: 769px) {
  .p-profile .wp-block-cover {
    min-height: 200px !important;
  }
}
.p-profile .wp-block-cover .wp-block-cover__background {
  background: linear-gradient(to right, #56ccf2, #2f80ed);
}
.p-profile .wp-block-cover .wp-block-cover__inner-container {
  color: #fff;
}
.p-profile h2 {
  line-height: 1.4;
  margin: 3em 0 1.3em 0;
}
.p-profile p {
  line-height: 2.4;
  margin: 0 0 1em 0;
}
.p-profile p.p-profile__lead {
  color: var(--color-primary);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.p-profile p.u-text_en {
  line-height: 1.5;
}

.p-profileAbout .p-profileAbout__history h2 {
  font-size: 1.875rem !important;
  margin-block-end: 1rem !important;
}
@media not all and (min-width: 769px) {
  .p-profileAbout .p-profileAbout__history h2 {
    font-size: 1.5rem !important;
  }
}
.p-profileAbout .p-profileAbout__history .wp-block-cover .wp-block-cover__inner-container {
  color: initial;
}
.p-profileAbout .p-profileAbout__history p {
  line-height: 2;
}
.p-profileAbout .p-profileAbout__bg .wp-block-cover__background {
  background: none !important;
}
.p-profileAbout .p-profileAbout__detail {
  align-self: flex-start;
}
.p-profileAbout .p-profileAbout__detail h2 {
  margin-block-end: 1rem !important;
}
.p-profileAbout .p-profileAbout__achievement ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin-block-start: 1.3em;
  margin-inline-start: 0;
}
.p-profileAbout .p-profileAbout__achievement li {
  background: #f0f0f0;
  border-radius: 999px;
  color: #666;
  font-size: 0.875rem;
  line-height: 1.8;
  padding-inline: 10px;
}
.p-profileAbout .p-profileAbout__ganre {
  margin-block-start: 40px;
}
.p-profileAbout .p-profileAbout__ganre li {
  font-size: 0.9375rem;
}
.p-profileAbout .p-profileAbout__ganre li::marker {
  color: var(--color-primary);
}

@media not all and (min-width: 769px) {
  .p-profile__biography {
    padding-inline: 20px;
  }
  .p-profile__biography .wp-block-heading {
    font-size: 1.125rem;
    margin-block-end: 10px;
  }
}
.p-profile__biography :where(.wp-block-columns.is-layout-flex) + :where(.wp-block-columns.is-layout-flex) {
  margin-block-start: 1em !important;
}
.p-profile__biography .wp-block-columns .wp-block-columns > .wp-block-column:first-child {
  font-weight: 700;
}
.p-profile__biography p {
  font-size: 0.875rem;
  line-height: 1.8;
}

/* メインコンテンツが上にかぶさるスタイル */
#main_content,
#page_contents,
.main-content,
main {
  background-color: #fff;
  margin-top: 0;
  position: relative;
  z-index: 10;
}

.mainVisual {
  height: 100vh;
  margin-inline: calc(50% - 50vw);
  overflow: hidden;
  position: sticky;
  top: 0;
  width: 100vw;
  z-index: 1;
}

#content {
  margin-block-end: 150px;
}
@media not all and (min-width: 769px) {
  #content {
    margin-block-end: 40px;
  }
}

/* Works 詳細ページ */
.single-works #main_content {
  margin-inline: 0 !important;
  max-width: none;
  width: 100% !important;
}

#single_post_header .category {
  background: #f0f0f0;
  border-radius: 4px;
  display: inline-block;
  font-size: 0.8rem;
  margin: 15px 0.5rem 0 0 !important;
  margin-block-end: 0;
  min-width: auto;
  padding: 0.25rem 0.5rem;
}
#single_post_header .category a {
  color: #666;
  font-weight: 400;
}

.entryWrap {
  background: #fff;
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 960px;
  padding: 0 calc((100vw - 960px) / 2);
  position: relative;
  z-index: 2;
}
.entryWrap .entry-header {
  padding-block-start: 30px;
}
@media (min-width: 769px) {
  .entryWrap .entry-header {
    padding-block-start: 60px;
  }
}

.entry-title {
  font-feature-settings: "palt";
}
@media not all and (min-width: 769px) {
  .entry-title {
    padding-inline: 0 !important;
  }
}

/* スマホ時のpadding設定 */
@media screen and (max-width: 1240px) {
  .entryWrap {
    padding: 0 20px;
  }
}
/* .entryWrap内のコンテンツの左右paddingリセット */
.entryWrap #single_post_header,
.entryWrap .post_content,
.entryWrap #next_prev_post {
  padding-left: 0;
  padding-right: 0;
}

.works_content {
  padding: 1.5rem;
}

.works_title {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.works_categories {
  margin-bottom: 1rem;
}

.works_category {
  background: #f0f0f0;
  border-radius: 20px;
  color: #666;
  display: inline-block;
  font-size: 0.8rem;
  margin-right: 0.5rem;
  padding: 0.25rem 0.75rem;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.works_category:hover {
  background: #e0e0e0;
  color: #333;
}

.works_excerpt {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.works_date {
  color: #999;
  font-size: 0.8rem;
}

/* Works 詳細ページ */
.works_single {
  margin-bottom: 3rem;
}

.works_header {
  border-bottom: 2px solid #f0f0f0;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
}

.works_single .works_title {
  font-size: 2.5rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}

.works_meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.works_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.works_tag {
  background: #e8f4fd;
  border-radius: 4px;
  color: #0073aa;
  font-size: 0.8rem;
  padding: 0.25rem 0.5rem;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.works_tag:hover {
  background: #d4e8f7;
  color: #005a87;
}

.works_featured_image {
  margin-bottom: 2rem;
  text-align: center;
}

.works_featured_image img {
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  height: auto;
  max-width: 100%;
}

.works_details {
  background: #f9f9f9;
  border-left: 4px solid #0073aa;
  border-radius: 8px;
  margin: 3rem 0;
  padding: 2rem;
}

.works_details h3 {
  color: #333;
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
}

.detail_item {
  line-height: 1.6;
  margin-bottom: 1rem;
}

.detail_item strong {
  color: #333;
  display: inline-block;
  font-weight: bold;
  min-width: 120px;
}

.detail_item a {
  color: #0073aa;
  text-decoration: none;
}

.detail_item a:hover {
  text-decoration: underline;
}

/* Works ナビゲーション */
.works_navigation {
  border-top: 2px solid #f0f0f0;
  margin-top: 3rem;
  padding-top: 2rem;
}

.nav_links {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.nav_prev,
.nav_next {
  flex: 1;
  max-width: 45%;
}

.nav_next {
  text-align: right;
}

.nav_prev a,
.nav_next a {
  background: #f9f9f9;
  border: 1px solid transparent;
  border-radius: 8px;
  color: inherit;
  display: block;
  padding: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.nav_prev a:hover,
.nav_next a:hover {
  background: #f0f0f0;
  border-color: #ddd;
  transform: translateY(-2px);
}

.nav_label {
  color: #666;
  display: block;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}

.nav_title {
  display: block;
  font-weight: bold;
  line-height: 1.4;
}

.back_to_archive,
.category_navigation {
  margin-top: 2rem;
  text-align: center;
}

.back_to_archive a,
.category_navigation a {
  align-items: center;
  background-color: #1483fa;
  border: none;
  border-radius: 6px;
  box-sizing: border-box;
  color: #fff !important;
  display: inline-flex;
  font-size: 16px;
  height: 60px;
  justify-content: center;
  line-height: 1.5;
  min-width: 280px;
  overflow: hidden;
  padding: 0 1.5em;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: border-color 0.3s ease;
  z-index: 1;
}
.back_to_archive a::before,
.category_navigation a::before {
  background-color: #0f52bf !important;
  content: "";
  display: block;
  height: calc(100% + 2px);
  opacity: 0;
  position: absolute;
  top: -1px;
  transition: opacity 0.25s ease;
  transition-duration: 0.5s;
  transition-property: background-color, left, opacity;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  width: 100%;
  z-index: -1;
}
.back_to_archive a:hover::before, .back_to_archive a:hover::before,
.category_navigation a:hover::before,
.category_navigation a:hover::before {
  opacity: 1;
}

@media not all and (min-width: 769px) {
  .news_list {
    padding-inline: 20px;
  }
}

/* Works アーカイブページ */
.works_archive {
  margin: 2rem 0;
}
@media not all and (min-width: 769px) {
  .works_archive {
    padding-inline: 20px;
  }
}

.works_grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  margin: 0 auto 3rem;
  max-width: 1200px;
}

.works_item {
  background: #fff;
  border-radius: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.works_item:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

.works_link {
  color: inherit;
  display: block;
  text-decoration: none;
}
.works_link:hover {
  color: var(--main_color);
}

.works_thumbnail {
  height: 200px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.works_thumbnail p._noimage {
  align-items: center;
  background: #000;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
  /* スムーズで逆再生対応の「ふわっと消える」アニメーション */
  /* 疑似要素でホバー時のテキスト「View」を準備 */
  /* ホバー時: 「No Image」が消えて「View」が表示される */
  /* マウスアウト時は自動的に初期状態に戻る（逆再生効果） */
}
.works_thumbnail p._noimage span {
  color: rgba(225, 225, 225, 0.8);
  display: inline-block;
  filter: blur(0px);
  font-family: "novel-pro", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  opacity: 1;
  position: relative;
  text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  /* 初期状態 */
  transform: scale(1);
  /* スムーズなトランジション設定 */
  transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), filter 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.works_thumbnail p._noimage::after {
  color: rgba(225, 225, 225, 0.8);
  content: attr(data-hover);
  filter: blur(4px);
  font-family: "novel-pro", sans-serif;
  font-weight: 700;
  left: 50%;
  letter-spacing: 0.1em;
  /* 初期状態では非表示 */
  opacity: 0;
  position: absolute;
  text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1.2);
  /* スムーズなトランジション設定 */
  transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), filter 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.works_link:hover .works_thumbnail p._noimage span {
  filter: blur(4px);
  opacity: 0;
  transform: scale(1.2);
}

.works_link:hover .works_thumbnail p._noimage::after {
  filter: blur(0px);
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.works_thumbnail p._noimage .front_works_thumbnail img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.works_thumbnail img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.works_item:hover .works_thumbnail img {
  transform: scale(1.05);
}

/* サムネイル用のテキストアニメーション */
.works_thumbnail .thumbnail-animation {
  background: #000;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.works_content {
  padding: 1.5rem;
}

.works_title {
  font-feature-settings: "palt";
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.works_categories {
  margin-bottom: 1rem;
}

.works_category {
  background: #f0f0f0;
  border-radius: 4px;
  color: #666;
  display: inline-block;
  font-size: 0.8rem;
  margin-right: 0.5rem;
  padding: 0.25rem 0.5rem;
}

.works_excerpt {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.works_date {
  color: #999;
  font-size: 0.8rem;
}

.page_header {
  margin-bottom: 3rem;
  padding: 2rem 0;
  text-align: center;
}

.page_title {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.page_desc {
  color: #666;
  font-size: 1.1rem;
}

/* カテゴリータブのスタイル */
.works_category_sort_wrap {
  margin: 2rem 0;
}

.works_category_sort {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
@media (min-width: 769px) {
  .works_category_sort {
    margin-inline: auto;
    max-width: 1200px;
  }
}

.works_category_sort_button {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.works_category_sort_button .item {
  border-right: 1px solid #e5e5e5;
  flex: 1;
  min-width: 120px;
  text-align: center;
}

.works_category_sort_button .item:last-child {
  border-right: none;
}

.works_category_sort_button .item a {
  border-bottom: 3px solid transparent;
  color: #666;
  display: block;
  font-weight: 500;
  padding: 1rem 1.5rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.works_category_sort_button .item a:hover {
  background: #f8f9fa;
  color: #333;
}

.works_category_sort_button .item.active_category a {
  background: #007cba;
  border-bottom-color: #005a8b;
  color: #fff;
}

.works_category_sort_button .item.active_category a:hover {
  background: #005a8b;
  color: #fff;
}

@media (max-width: 768px) {
  .works_grid {
    gap: 1.5rem;
    grid-template-columns: 1fr;
  }
  .page_title {
    font-size: 2rem;
  }
  .works_thumbnail .texts.fz1 {
    font-size: 1rem;
  }
  .works_thumbnail .texts.fz2 {
    font-size: 1.2rem;
  }
  .works_thumbnail .texts.fz3 {
    font-size: 1.4rem;
  }
  .works_thumbnail .texts.fz4 {
    font-size: 1.6rem;
  }
  .works_category_sort_button {
    flex-direction: column;
  }
  .works_category_sort_button .item {
    border-bottom: 1px solid #e5e5e5;
    border-right: none;
  }
  .works_category_sort_button .item:last-child {
    border-bottom: none;
  }
  .works_category_sort_wrap {
    margin: 1.5rem 0;
    padding: 0 0.5rem;
  }
}
.p-worksDesc {
  color: #7F7F7F;
  padding: 60px 5vw;
}
@media not all and (min-width: 769px) {
  .p-worksDesc {
    padding: 10.2564102564vw 6.1538461538vw;
  }
}
.p-worksDesc p {
  font-size: 0.875rem;
}

@media (min-width: 1024px) {
  .u-alignleft {
    float: left;
  }
}

@media (min-width: 1024px) {
  img.u-alignleft {
    margin-bottom: 35px;
    margin-right: 30px;
  }
}

@media (min-width: 1024px) {
  span.u-alignleft {
    margin-right: 30px;
  }
}

@media (min-width: 1024px) {
  .u-alignright {
    float: right;
  }
}

@media (min-width: 1024px) {
  img.u-alignright {
    margin-bottom: 35px;
    margin-left: 30px;
  }
}

@media (min-width: 1024px) {
  br.u-brSP {
    display: none;
  }
}
@media not all and (min-width: 1024px) {
  br.u-brPC {
    display: none;
  }
}

@media not all and (min-width: 1024px) {
  .u-hideSP {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .u-hidePC {
    display: none !important;
  }
}

.u-indent {
  margin-left: 1em;
  text-indent: -1em;
}

.u-nomargin {
  margin: 0 !important;
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_5 {
    margin-top: 5px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_5 {
    margin-right: 5px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_5 {
    margin-bottom: 5px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_5 {
    margin-left: 5px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_5 {
    margin-top: 5px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_5 {
    margin-right: 5px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_5 {
    margin-bottom: 5px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_5 {
    margin-left: 5px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_10 {
    margin-top: 10px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_10 {
    margin-right: 10px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_10 {
    margin-bottom: 10px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_10 {
    margin-left: 10px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_10 {
    margin-top: 10px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_10 {
    margin-right: 10px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_10 {
    margin-bottom: 10px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_10 {
    margin-left: 10px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_15 {
    margin-top: 15px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_15 {
    margin-right: 15px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_15 {
    margin-bottom: 15px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_15 {
    margin-left: 15px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_15 {
    margin-top: 15px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_15 {
    margin-right: 15px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_15 {
    margin-bottom: 15px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_15 {
    margin-left: 15px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_20 {
    margin-top: 20px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_20 {
    margin-right: 20px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_20 {
    margin-bottom: 20px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_20 {
    margin-left: 20px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_20 {
    margin-top: 20px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_20 {
    margin-right: 20px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_20 {
    margin-bottom: 20px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_20 {
    margin-left: 20px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_25 {
    margin-top: 25px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_25 {
    margin-right: 25px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_25 {
    margin-bottom: 25px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_25 {
    margin-left: 25px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_25 {
    margin-top: 25px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_25 {
    margin-right: 25px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_25 {
    margin-bottom: 25px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_25 {
    margin-left: 25px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_30 {
    margin-top: 30px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_30 {
    margin-right: 30px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_30 {
    margin-bottom: 30px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_30 {
    margin-left: 30px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_30 {
    margin-top: 30px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_30 {
    margin-right: 30px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_30 {
    margin-bottom: 30px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_30 {
    margin-left: 30px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_35 {
    margin-top: 35px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_35 {
    margin-right: 35px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_35 {
    margin-bottom: 35px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_35 {
    margin-left: 35px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_35 {
    margin-top: 35px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_35 {
    margin-right: 35px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_35 {
    margin-bottom: 35px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_35 {
    margin-left: 35px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_40 {
    margin-top: 40px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_40 {
    margin-right: 40px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_40 {
    margin-bottom: 40px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_40 {
    margin-left: 40px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_40 {
    margin-top: 40px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_40 {
    margin-right: 40px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_40 {
    margin-bottom: 40px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_40 {
    margin-left: 40px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_45 {
    margin-top: 45px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_45 {
    margin-right: 45px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_45 {
    margin-bottom: 45px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_45 {
    margin-left: 45px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_45 {
    margin-top: 45px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_45 {
    margin-right: 45px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_45 {
    margin-bottom: 45px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_45 {
    margin-left: 45px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_50 {
    margin-top: 50px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_50 {
    margin-right: 50px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_50 {
    margin-bottom: 50px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_50 {
    margin-left: 50px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_50 {
    margin-top: 50px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_50 {
    margin-right: 50px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_50 {
    margin-bottom: 50px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_50 {
    margin-left: 50px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_55 {
    margin-top: 55px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_55 {
    margin-right: 55px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_55 {
    margin-bottom: 55px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_55 {
    margin-left: 55px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_55 {
    margin-top: 55px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_55 {
    margin-right: 55px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_55 {
    margin-bottom: 55px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_55 {
    margin-left: 55px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_60 {
    margin-top: 60px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_60 {
    margin-right: 60px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_60 {
    margin-bottom: 60px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_60 {
    margin-left: 60px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_60 {
    margin-top: 60px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_60 {
    margin-right: 60px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_60 {
    margin-bottom: 60px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_60 {
    margin-left: 60px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_65 {
    margin-top: 65px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_65 {
    margin-right: 65px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_65 {
    margin-bottom: 65px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_65 {
    margin-left: 65px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_65 {
    margin-top: 65px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_65 {
    margin-right: 65px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_65 {
    margin-bottom: 65px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_65 {
    margin-left: 65px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_70 {
    margin-top: 70px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_70 {
    margin-right: 70px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_70 {
    margin-bottom: 70px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_70 {
    margin-left: 70px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_70 {
    margin-top: 70px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_70 {
    margin-right: 70px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_70 {
    margin-bottom: 70px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_70 {
    margin-left: 70px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_75 {
    margin-top: 75px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_75 {
    margin-right: 75px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_75 {
    margin-bottom: 75px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_75 {
    margin-left: 75px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_75 {
    margin-top: 75px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_75 {
    margin-right: 75px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_75 {
    margin-bottom: 75px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_75 {
    margin-left: 75px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_80 {
    margin-top: 80px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_80 {
    margin-right: 80px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_80 {
    margin-bottom: 80px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_80 {
    margin-left: 80px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_80 {
    margin-top: 80px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_80 {
    margin-right: 80px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_80 {
    margin-bottom: 80px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_80 {
    margin-left: 80px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_85 {
    margin-top: 85px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_85 {
    margin-right: 85px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_85 {
    margin-bottom: 85px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_85 {
    margin-left: 85px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_85 {
    margin-top: 85px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_85 {
    margin-right: 85px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_85 {
    margin-bottom: 85px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_85 {
    margin-left: 85px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_90 {
    margin-top: 90px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_90 {
    margin-right: 90px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_90 {
    margin-bottom: 90px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_90 {
    margin-left: 90px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_90 {
    margin-top: 90px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_90 {
    margin-right: 90px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_90 {
    margin-bottom: 90px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_90 {
    margin-left: 90px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_95 {
    margin-top: 95px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_95 {
    margin-right: 95px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_95 {
    margin-bottom: 95px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_95 {
    margin-left: 95px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_95 {
    margin-top: 95px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_95 {
    margin-right: 95px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_95 {
    margin-bottom: 95px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_95 {
    margin-left: 95px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_100 {
    margin-top: 100px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_100 {
    margin-right: 100px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_100 {
    margin-bottom: 100px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_100 {
    margin-left: 100px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_100 {
    margin-top: 100px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_100 {
    margin-right: 100px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_100 {
    margin-bottom: 100px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_100 {
    margin-left: 100px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_105 {
    margin-top: 105px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_105 {
    margin-right: 105px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_105 {
    margin-bottom: 105px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_105 {
    margin-left: 105px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_105 {
    margin-top: 105px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_105 {
    margin-right: 105px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_105 {
    margin-bottom: 105px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_105 {
    margin-left: 105px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_110 {
    margin-top: 110px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_110 {
    margin-right: 110px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_110 {
    margin-bottom: 110px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_110 {
    margin-left: 110px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_110 {
    margin-top: 110px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_110 {
    margin-right: 110px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_110 {
    margin-bottom: 110px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_110 {
    margin-left: 110px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_115 {
    margin-top: 115px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_115 {
    margin-right: 115px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_115 {
    margin-bottom: 115px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_115 {
    margin-left: 115px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_115 {
    margin-top: 115px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_115 {
    margin-right: 115px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_115 {
    margin-bottom: 115px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_115 {
    margin-left: 115px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_120 {
    margin-top: 120px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_120 {
    margin-right: 120px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_120 {
    margin-bottom: 120px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_120 {
    margin-left: 120px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_120 {
    margin-top: 120px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_120 {
    margin-right: 120px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_120 {
    margin-bottom: 120px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_120 {
    margin-left: 120px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_125 {
    margin-top: 125px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_125 {
    margin-right: 125px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_125 {
    margin-bottom: 125px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_125 {
    margin-left: 125px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_125 {
    margin-top: 125px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_125 {
    margin-right: 125px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_125 {
    margin-bottom: 125px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_125 {
    margin-left: 125px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_130 {
    margin-top: 130px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_130 {
    margin-right: 130px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_130 {
    margin-bottom: 130px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_130 {
    margin-left: 130px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_130 {
    margin-top: 130px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_130 {
    margin-right: 130px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_130 {
    margin-bottom: 130px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_130 {
    margin-left: 130px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_135 {
    margin-top: 135px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_135 {
    margin-right: 135px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_135 {
    margin-bottom: 135px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_135 {
    margin-left: 135px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_135 {
    margin-top: 135px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_135 {
    margin-right: 135px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_135 {
    margin-bottom: 135px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_135 {
    margin-left: 135px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_140 {
    margin-top: 140px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_140 {
    margin-right: 140px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_140 {
    margin-bottom: 140px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_140 {
    margin-left: 140px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_140 {
    margin-top: 140px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_140 {
    margin-right: 140px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_140 {
    margin-bottom: 140px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_140 {
    margin-left: 140px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_145 {
    margin-top: 145px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_145 {
    margin-right: 145px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_145 {
    margin-bottom: 145px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_145 {
    margin-left: 145px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_145 {
    margin-top: 145px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_145 {
    margin-right: 145px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_145 {
    margin-bottom: 145px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_145 {
    margin-left: 145px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_150 {
    margin-top: 150px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_150 {
    margin-right: 150px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_150 {
    margin-bottom: 150px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_150 {
    margin-left: 150px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_150 {
    margin-top: 150px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_150 {
    margin-right: 150px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_150 {
    margin-bottom: 150px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_150 {
    margin-left: 150px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_155 {
    margin-top: 155px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_155 {
    margin-right: 155px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_155 {
    margin-bottom: 155px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_155 {
    margin-left: 155px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_155 {
    margin-top: 155px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_155 {
    margin-right: 155px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_155 {
    margin-bottom: 155px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_155 {
    margin-left: 155px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_160 {
    margin-top: 160px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_160 {
    margin-right: 160px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_160 {
    margin-bottom: 160px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_160 {
    margin-left: 160px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_160 {
    margin-top: 160px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_160 {
    margin-right: 160px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_160 {
    margin-bottom: 160px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_160 {
    margin-left: 160px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_165 {
    margin-top: 165px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_165 {
    margin-right: 165px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_165 {
    margin-bottom: 165px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_165 {
    margin-left: 165px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_165 {
    margin-top: 165px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_165 {
    margin-right: 165px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_165 {
    margin-bottom: 165px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_165 {
    margin-left: 165px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_170 {
    margin-top: 170px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_170 {
    margin-right: 170px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_170 {
    margin-bottom: 170px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_170 {
    margin-left: 170px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_170 {
    margin-top: 170px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_170 {
    margin-right: 170px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_170 {
    margin-bottom: 170px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_170 {
    margin-left: 170px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_175 {
    margin-top: 175px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_175 {
    margin-right: 175px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_175 {
    margin-bottom: 175px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_175 {
    margin-left: 175px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_175 {
    margin-top: 175px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_175 {
    margin-right: 175px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_175 {
    margin-bottom: 175px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_175 {
    margin-left: 175px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_180 {
    margin-top: 180px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_180 {
    margin-right: 180px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_180 {
    margin-bottom: 180px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_180 {
    margin-left: 180px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_180 {
    margin-top: 180px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_180 {
    margin-right: 180px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_180 {
    margin-bottom: 180px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_180 {
    margin-left: 180px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_185 {
    margin-top: 185px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_185 {
    margin-right: 185px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_185 {
    margin-bottom: 185px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_185 {
    margin-left: 185px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_185 {
    margin-top: 185px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_185 {
    margin-right: 185px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_185 {
    margin-bottom: 185px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_185 {
    margin-left: 185px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_190 {
    margin-top: 190px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_190 {
    margin-right: 190px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_190 {
    margin-bottom: 190px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_190 {
    margin-left: 190px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_190 {
    margin-top: 190px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_190 {
    margin-right: 190px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_190 {
    margin-bottom: 190px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_190 {
    margin-left: 190px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_195 {
    margin-top: 195px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_195 {
    margin-right: 195px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_195 {
    margin-bottom: 195px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_195 {
    margin-left: 195px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_195 {
    margin-top: 195px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_195 {
    margin-right: 195px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_195 {
    margin-bottom: 195px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_195 {
    margin-left: 195px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_200 {
    margin-top: 200px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_200 {
    margin-right: 200px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_200 {
    margin-bottom: 200px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_200 {
    margin-left: 200px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_200 {
    margin-top: 200px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_200 {
    margin-right: 200px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_200 {
    margin-bottom: 200px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_200 {
    margin-left: 200px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_205 {
    margin-top: 205px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_205 {
    margin-right: 205px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_205 {
    margin-bottom: 205px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_205 {
    margin-left: 205px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_205 {
    margin-top: 205px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_205 {
    margin-right: 205px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_205 {
    margin-bottom: 205px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_205 {
    margin-left: 205px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_210 {
    margin-top: 210px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_210 {
    margin-right: 210px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_210 {
    margin-bottom: 210px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_210 {
    margin-left: 210px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_210 {
    margin-top: 210px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_210 {
    margin-right: 210px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_210 {
    margin-bottom: 210px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_210 {
    margin-left: 210px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_215 {
    margin-top: 215px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_215 {
    margin-right: 215px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_215 {
    margin-bottom: 215px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_215 {
    margin-left: 215px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_215 {
    margin-top: 215px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_215 {
    margin-right: 215px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_215 {
    margin-bottom: 215px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_215 {
    margin-left: 215px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_220 {
    margin-top: 220px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_220 {
    margin-right: 220px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_220 {
    margin-bottom: 220px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_220 {
    margin-left: 220px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_220 {
    margin-top: 220px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_220 {
    margin-right: 220px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_220 {
    margin-bottom: 220px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_220 {
    margin-left: 220px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_225 {
    margin-top: 225px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_225 {
    margin-right: 225px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_225 {
    margin-bottom: 225px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_225 {
    margin-left: 225px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_225 {
    margin-top: 225px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_225 {
    margin-right: 225px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_225 {
    margin-bottom: 225px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_225 {
    margin-left: 225px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_230 {
    margin-top: 230px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_230 {
    margin-right: 230px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_230 {
    margin-bottom: 230px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_230 {
    margin-left: 230px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_230 {
    margin-top: 230px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_230 {
    margin-right: 230px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_230 {
    margin-bottom: 230px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_230 {
    margin-left: 230px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_235 {
    margin-top: 235px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_235 {
    margin-right: 235px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_235 {
    margin-bottom: 235px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_235 {
    margin-left: 235px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_235 {
    margin-top: 235px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_235 {
    margin-right: 235px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_235 {
    margin-bottom: 235px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_235 {
    margin-left: 235px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_240 {
    margin-top: 240px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_240 {
    margin-right: 240px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_240 {
    margin-bottom: 240px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_240 {
    margin-left: 240px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_240 {
    margin-top: 240px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_240 {
    margin-right: 240px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_240 {
    margin-bottom: 240px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_240 {
    margin-left: 240px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_245 {
    margin-top: 245px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_245 {
    margin-right: 245px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_245 {
    margin-bottom: 245px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_245 {
    margin-left: 245px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_245 {
    margin-top: 245px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_245 {
    margin-right: 245px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_245 {
    margin-bottom: 245px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_245 {
    margin-left: 245px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_250 {
    margin-top: 250px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_250 {
    margin-right: 250px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_250 {
    margin-bottom: 250px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_250 {
    margin-left: 250px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_250 {
    margin-top: 250px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_250 {
    margin-right: 250px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_250 {
    margin-bottom: 250px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_250 {
    margin-left: 250px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_255 {
    margin-top: 255px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_255 {
    margin-right: 255px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_255 {
    margin-bottom: 255px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_255 {
    margin-left: 255px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_255 {
    margin-top: 255px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_255 {
    margin-right: 255px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_255 {
    margin-bottom: 255px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_255 {
    margin-left: 255px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_260 {
    margin-top: 260px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_260 {
    margin-right: 260px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_260 {
    margin-bottom: 260px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_260 {
    margin-left: 260px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_260 {
    margin-top: 260px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_260 {
    margin-right: 260px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_260 {
    margin-bottom: 260px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_260 {
    margin-left: 260px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_265 {
    margin-top: 265px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_265 {
    margin-right: 265px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_265 {
    margin-bottom: 265px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_265 {
    margin-left: 265px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_265 {
    margin-top: 265px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_265 {
    margin-right: 265px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_265 {
    margin-bottom: 265px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_265 {
    margin-left: 265px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_270 {
    margin-top: 270px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_270 {
    margin-right: 270px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_270 {
    margin-bottom: 270px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_270 {
    margin-left: 270px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_270 {
    margin-top: 270px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_270 {
    margin-right: 270px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_270 {
    margin-bottom: 270px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_270 {
    margin-left: 270px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_275 {
    margin-top: 275px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_275 {
    margin-right: 275px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_275 {
    margin-bottom: 275px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_275 {
    margin-left: 275px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_275 {
    margin-top: 275px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_275 {
    margin-right: 275px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_275 {
    margin-bottom: 275px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_275 {
    margin-left: 275px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_280 {
    margin-top: 280px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_280 {
    margin-right: 280px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_280 {
    margin-bottom: 280px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_280 {
    margin-left: 280px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_280 {
    margin-top: 280px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_280 {
    margin-right: 280px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_280 {
    margin-bottom: 280px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_280 {
    margin-left: 280px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_285 {
    margin-top: 285px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_285 {
    margin-right: 285px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_285 {
    margin-bottom: 285px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_285 {
    margin-left: 285px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_285 {
    margin-top: 285px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_285 {
    margin-right: 285px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_285 {
    margin-bottom: 285px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_285 {
    margin-left: 285px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_290 {
    margin-top: 290px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_290 {
    margin-right: 290px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_290 {
    margin-bottom: 290px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_290 {
    margin-left: 290px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_290 {
    margin-top: 290px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_290 {
    margin-right: 290px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_290 {
    margin-bottom: 290px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_290 {
    margin-left: 290px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_295 {
    margin-top: 295px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_295 {
    margin-right: 295px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_295 {
    margin-bottom: 295px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_295 {
    margin-left: 295px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_295 {
    margin-top: 295px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_295 {
    margin-right: 295px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_295 {
    margin-bottom: 295px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_295 {
    margin-left: 295px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_300 {
    margin-top: 300px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_300 {
    margin-right: 300px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_300 {
    margin-bottom: 300px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_300 {
    margin-left: 300px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_300 {
    margin-top: 300px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_300 {
    margin-right: 300px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_300 {
    margin-bottom: 300px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_300 {
    margin-left: 300px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_305 {
    margin-top: 305px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_305 {
    margin-right: 305px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_305 {
    margin-bottom: 305px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_305 {
    margin-left: 305px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_305 {
    margin-top: 305px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_305 {
    margin-right: 305px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_305 {
    margin-bottom: 305px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_305 {
    margin-left: 305px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_310 {
    margin-top: 310px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_310 {
    margin-right: 310px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_310 {
    margin-bottom: 310px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_310 {
    margin-left: 310px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_310 {
    margin-top: 310px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_310 {
    margin-right: 310px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_310 {
    margin-bottom: 310px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_310 {
    margin-left: 310px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_315 {
    margin-top: 315px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_315 {
    margin-right: 315px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_315 {
    margin-bottom: 315px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_315 {
    margin-left: 315px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_315 {
    margin-top: 315px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_315 {
    margin-right: 315px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_315 {
    margin-bottom: 315px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_315 {
    margin-left: 315px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_320 {
    margin-top: 320px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_320 {
    margin-right: 320px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_320 {
    margin-bottom: 320px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_320 {
    margin-left: 320px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_320 {
    margin-top: 320px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_320 {
    margin-right: 320px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_320 {
    margin-bottom: 320px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_320 {
    margin-left: 320px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_325 {
    margin-top: 325px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_325 {
    margin-right: 325px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_325 {
    margin-bottom: 325px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_325 {
    margin-left: 325px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_325 {
    margin-top: 325px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_325 {
    margin-right: 325px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_325 {
    margin-bottom: 325px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_325 {
    margin-left: 325px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_330 {
    margin-top: 330px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_330 {
    margin-right: 330px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_330 {
    margin-bottom: 330px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_330 {
    margin-left: 330px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_330 {
    margin-top: 330px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_330 {
    margin-right: 330px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_330 {
    margin-bottom: 330px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_330 {
    margin-left: 330px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_335 {
    margin-top: 335px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_335 {
    margin-right: 335px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_335 {
    margin-bottom: 335px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_335 {
    margin-left: 335px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_335 {
    margin-top: 335px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_335 {
    margin-right: 335px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_335 {
    margin-bottom: 335px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_335 {
    margin-left: 335px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_340 {
    margin-top: 340px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_340 {
    margin-right: 340px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_340 {
    margin-bottom: 340px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_340 {
    margin-left: 340px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_340 {
    margin-top: 340px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_340 {
    margin-right: 340px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_340 {
    margin-bottom: 340px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_340 {
    margin-left: 340px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_345 {
    margin-top: 345px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_345 {
    margin-right: 345px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_345 {
    margin-bottom: 345px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_345 {
    margin-left: 345px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_345 {
    margin-top: 345px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_345 {
    margin-right: 345px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_345 {
    margin-bottom: 345px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_345 {
    margin-left: 345px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_350 {
    margin-top: 350px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_350 {
    margin-right: 350px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_350 {
    margin-bottom: 350px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_350 {
    margin-left: 350px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_350 {
    margin-top: 350px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_350 {
    margin-right: 350px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_350 {
    margin-bottom: 350px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_350 {
    margin-left: 350px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_355 {
    margin-top: 355px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_355 {
    margin-right: 355px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_355 {
    margin-bottom: 355px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_355 {
    margin-left: 355px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_355 {
    margin-top: 355px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_355 {
    margin-right: 355px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_355 {
    margin-bottom: 355px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_355 {
    margin-left: 355px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_360 {
    margin-top: 360px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_360 {
    margin-right: 360px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_360 {
    margin-bottom: 360px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_360 {
    margin-left: 360px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_360 {
    margin-top: 360px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_360 {
    margin-right: 360px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_360 {
    margin-bottom: 360px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_360 {
    margin-left: 360px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_365 {
    margin-top: 365px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_365 {
    margin-right: 365px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_365 {
    margin-bottom: 365px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_365 {
    margin-left: 365px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_365 {
    margin-top: 365px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_365 {
    margin-right: 365px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_365 {
    margin-bottom: 365px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_365 {
    margin-left: 365px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_370 {
    margin-top: 370px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_370 {
    margin-right: 370px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_370 {
    margin-bottom: 370px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_370 {
    margin-left: 370px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_370 {
    margin-top: 370px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_370 {
    margin-right: 370px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_370 {
    margin-bottom: 370px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_370 {
    margin-left: 370px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_375 {
    margin-top: 375px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_375 {
    margin-right: 375px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_375 {
    margin-bottom: 375px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_375 {
    margin-left: 375px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_375 {
    margin-top: 375px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_375 {
    margin-right: 375px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_375 {
    margin-bottom: 375px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_375 {
    margin-left: 375px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_380 {
    margin-top: 380px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_380 {
    margin-right: 380px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_380 {
    margin-bottom: 380px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_380 {
    margin-left: 380px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_380 {
    margin-top: 380px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_380 {
    margin-right: 380px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_380 {
    margin-bottom: 380px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_380 {
    margin-left: 380px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_385 {
    margin-top: 385px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_385 {
    margin-right: 385px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_385 {
    margin-bottom: 385px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_385 {
    margin-left: 385px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_385 {
    margin-top: 385px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_385 {
    margin-right: 385px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_385 {
    margin-bottom: 385px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_385 {
    margin-left: 385px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_390 {
    margin-top: 390px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_390 {
    margin-right: 390px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_390 {
    margin-bottom: 390px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_390 {
    margin-left: 390px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_390 {
    margin-top: 390px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_390 {
    margin-right: 390px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_390 {
    margin-bottom: 390px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_390 {
    margin-left: 390px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_395 {
    margin-top: 395px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_395 {
    margin-right: 395px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_395 {
    margin-bottom: 395px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_395 {
    margin-left: 395px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_395 {
    margin-top: 395px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_395 {
    margin-right: 395px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_395 {
    margin-bottom: 395px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_395 {
    margin-left: 395px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_400 {
    margin-top: 400px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_400 {
    margin-right: 400px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_400 {
    margin-bottom: 400px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_400 {
    margin-left: 400px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_400 {
    margin-top: 400px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_400 {
    margin-right: 400px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_400 {
    margin-bottom: 400px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_400 {
    margin-left: 400px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_405 {
    margin-top: 405px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_405 {
    margin-right: 405px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_405 {
    margin-bottom: 405px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_405 {
    margin-left: 405px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_405 {
    margin-top: 405px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_405 {
    margin-right: 405px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_405 {
    margin-bottom: 405px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_405 {
    margin-left: 405px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_410 {
    margin-top: 410px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_410 {
    margin-right: 410px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_410 {
    margin-bottom: 410px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_410 {
    margin-left: 410px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_410 {
    margin-top: 410px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_410 {
    margin-right: 410px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_410 {
    margin-bottom: 410px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_410 {
    margin-left: 410px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_415 {
    margin-top: 415px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_415 {
    margin-right: 415px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_415 {
    margin-bottom: 415px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_415 {
    margin-left: 415px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_415 {
    margin-top: 415px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_415 {
    margin-right: 415px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_415 {
    margin-bottom: 415px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_415 {
    margin-left: 415px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_420 {
    margin-top: 420px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_420 {
    margin-right: 420px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_420 {
    margin-bottom: 420px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_420 {
    margin-left: 420px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_420 {
    margin-top: 420px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_420 {
    margin-right: 420px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_420 {
    margin-bottom: 420px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_420 {
    margin-left: 420px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_425 {
    margin-top: 425px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_425 {
    margin-right: 425px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_425 {
    margin-bottom: 425px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_425 {
    margin-left: 425px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_425 {
    margin-top: 425px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_425 {
    margin-right: 425px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_425 {
    margin-bottom: 425px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_425 {
    margin-left: 425px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_430 {
    margin-top: 430px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_430 {
    margin-right: 430px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_430 {
    margin-bottom: 430px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_430 {
    margin-left: 430px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_430 {
    margin-top: 430px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_430 {
    margin-right: 430px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_430 {
    margin-bottom: 430px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_430 {
    margin-left: 430px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_435 {
    margin-top: 435px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_435 {
    margin-right: 435px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_435 {
    margin-bottom: 435px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_435 {
    margin-left: 435px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_435 {
    margin-top: 435px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_435 {
    margin-right: 435px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_435 {
    margin-bottom: 435px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_435 {
    margin-left: 435px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_440 {
    margin-top: 440px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_440 {
    margin-right: 440px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_440 {
    margin-bottom: 440px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_440 {
    margin-left: 440px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_440 {
    margin-top: 440px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_440 {
    margin-right: 440px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_440 {
    margin-bottom: 440px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_440 {
    margin-left: 440px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_445 {
    margin-top: 445px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_445 {
    margin-right: 445px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_445 {
    margin-bottom: 445px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_445 {
    margin-left: 445px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_445 {
    margin-top: 445px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_445 {
    margin-right: 445px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_445 {
    margin-bottom: 445px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_445 {
    margin-left: 445px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_450 {
    margin-top: 450px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_450 {
    margin-right: 450px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_450 {
    margin-bottom: 450px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_450 {
    margin-left: 450px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_450 {
    margin-top: 450px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_450 {
    margin-right: 450px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_450 {
    margin-bottom: 450px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_450 {
    margin-left: 450px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_455 {
    margin-top: 455px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_455 {
    margin-right: 455px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_455 {
    margin-bottom: 455px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_455 {
    margin-left: 455px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_455 {
    margin-top: 455px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_455 {
    margin-right: 455px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_455 {
    margin-bottom: 455px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_455 {
    margin-left: 455px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_460 {
    margin-top: 460px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_460 {
    margin-right: 460px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_460 {
    margin-bottom: 460px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_460 {
    margin-left: 460px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_460 {
    margin-top: 460px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_460 {
    margin-right: 460px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_460 {
    margin-bottom: 460px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_460 {
    margin-left: 460px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_465 {
    margin-top: 465px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_465 {
    margin-right: 465px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_465 {
    margin-bottom: 465px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_465 {
    margin-left: 465px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_465 {
    margin-top: 465px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_465 {
    margin-right: 465px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_465 {
    margin-bottom: 465px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_465 {
    margin-left: 465px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_470 {
    margin-top: 470px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_470 {
    margin-right: 470px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_470 {
    margin-bottom: 470px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_470 {
    margin-left: 470px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_470 {
    margin-top: 470px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_470 {
    margin-right: 470px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_470 {
    margin-bottom: 470px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_470 {
    margin-left: 470px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_475 {
    margin-top: 475px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_475 {
    margin-right: 475px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_475 {
    margin-bottom: 475px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_475 {
    margin-left: 475px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_475 {
    margin-top: 475px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_475 {
    margin-right: 475px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_475 {
    margin-bottom: 475px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_475 {
    margin-left: 475px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_480 {
    margin-top: 480px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_480 {
    margin-right: 480px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_480 {
    margin-bottom: 480px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_480 {
    margin-left: 480px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_480 {
    margin-top: 480px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_480 {
    margin-right: 480px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_480 {
    margin-bottom: 480px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_480 {
    margin-left: 480px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_485 {
    margin-top: 485px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_485 {
    margin-right: 485px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_485 {
    margin-bottom: 485px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_485 {
    margin-left: 485px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_485 {
    margin-top: 485px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_485 {
    margin-right: 485px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_485 {
    margin-bottom: 485px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_485 {
    margin-left: 485px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_490 {
    margin-top: 490px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_490 {
    margin-right: 490px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_490 {
    margin-bottom: 490px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_490 {
    margin-left: 490px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_490 {
    margin-top: 490px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_490 {
    margin-right: 490px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_490 {
    margin-bottom: 490px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_490 {
    margin-left: 490px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_495 {
    margin-top: 495px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_495 {
    margin-right: 495px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_495 {
    margin-bottom: 495px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_495 {
    margin-left: 495px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_495 {
    margin-top: 495px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_495 {
    margin-right: 495px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_495 {
    margin-bottom: 495px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_495 {
    margin-left: 495px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_top_500 {
    margin-top: 500px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_right_500 {
    margin-right: 500px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_bottom_500 {
    margin-bottom: 500px !important;
  }
}

@media not all and (min-width: 1024px) {
  .u-sp_margin_left_500 {
    margin-left: 500px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_top_500 {
    margin-top: 500px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_right_500 {
    margin-right: 500px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_bottom_500 {
    margin-bottom: 500px !important;
  }
}

@media (min-width: 1024px) {
  .u-pc_margin_left_500 {
    margin-left: 500px !important;
  }
}

.u-text_red {
  color: #e71818;
}

.u-text_right {
  text-align: right;
}

@media (min-width: 769px) {
  .u-text_left {
    text-align: left !important;
  }
}

.u-text_center {
  text-align: center;
}

.u-text_en {
  font-family: "novel-pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.u-text_enMono {
  font-family: "novel-mono-pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.u-uppercase {
  text-transform: uppercase;
}