@charset "UTF-8";
.din-demi {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
}

/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* ---------------------------------------------------------
カラム設定
--------------------------------------------------------- */
.col {
  display: flex;
  flex-wrap: wrap;
}
.col_2 {
  margin-left: -65px;
}
.col_2 > * {
  margin-left: 65px;
  width: calc(50% - 65px);
}

.col_3 {
  margin-left: -20px;
}
.col_3 > * {
  margin-left: 20px;
  width: calc(33.33333% - 20px);
}

.col_4 {
  margin-left: -30px;
}
.col_4 > * {
  margin-left: 30px;
  width: calc(25% - 30px);
}

.col_5 {
  margin-left: -25px;
}
.col_5 > * {
  margin-left: 25px;
  width: calc(20% - 25px);
}

@media screen and (max-width: 768px) {
  .col_2 {
    margin-left: 0;
  }
  .col_2 > * {
    margin-left: 0;
    width: 100%;
  }
  .col_3 {
    margin-left: 0;
  }
  .col_3 > * {
    margin-left: 0;
    margin-bottom: 40px;
    width: 100%;
  }
  .col_3 > *:last-child {
    margin-bottom: 0 !important;
  }
  .col_4 {
    margin-left: 0;
  }
  .col_4 > * {
    margin-left: 0;
    width: 100%;
  }
  .col_5 {
    margin-left: -15px;
  }
  .col_5 > * {
    margin-left: 15px;
    width: calc(50% - 15px);
  }
}

html {
  visibility: hidden;
}

html.wf-active, html.wfno-load {
  visibility: visible;
}

body {
  font-feature-settings: "palt";
  color: #333;
  font-weight: 400;
  font-family: "noto-sans-cjk-jp", sans-serif;
}

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

table {
  border-collapse: separate;
  border-spacing: 0;
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}

a {
  text-decoration: none;
  color: #333;
}

a.underline {
  text-decoration: underline;
}

.link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

li {
  list-style: none;
}

em,
address {
  font-style: normal;
}

i {
  position: relative;
}

.tab_only {
  display: none;
}

.sp_only {
  display: none;
}

.tab_sp_only {
  display: none !important;
}

.ml_auto {
  margin-left: auto;
}

.col_between {
  justify-content: space-between;
}

.col_center {
  justify-content: center;
}

.align_center {
  align-items: center;
}

.align_end {
  align-items: end;
}

.align_right {
  margin-left: auto;
}

.v_top {
  vertical-align: top;
}

.text_l {
  text-align: left !important;
}

.text_r {
  text-align: right !important;
}

.text_c {
  text-align: center;
}

.clear {
  clear: both;
}

.animated {
  opacity: 0;
}

.mb50 {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}
a[href$=".pdf"]::before {
  padding-right: 10px;
  display: inline-block;
  content: url("../img/icon/pdf.svg");
  vertical-align: middle;
}

.swiper-container {
  overflow: hidden;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 768px) {
  a[href*="tel:"] {
    pointer-events: auto;
  }
}

.item,
a {
  transition: all 0.2s ease-in-out;
}

/* -----------------------------------------------------------
スマホナビ
----------------------------------------------------------- */
.toggle {
  display: none;
  position: relative;
  margin-left: auto;
  cursor: pointer;
  width: 43px;
  height: 43px;
  z-index: 900;
  background: #fff;
  /* ≡ */
  /* ≡ */
}
.toggle span {
  display: inline-block;
}
.toggle:before,
.toggle i, .toggle:after {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  height: 3px;
  width: 30px;
  background: #e81010;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.toggle:before {
  top: 10px;
}
.toggle i {
  top: 47%;
}
.toggle:after {
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  .toggle {
    display: block;
  }
}

#open {
  display: none;
}

/* :checked 擬似クラスを使って、#openがチェック状態になった時に、.naviが「right: 0;」になります。 */
#open:checked ~ .main_navi {
  right: 0;
}

/* ≡ > ×アニメーション */
#open:checked + .toggle:before {
  top: 45%;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}

#open:checked + .toggle i {
  width: 0;
}

#open:checked + .toggle:after {
  bottom: 45%;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

/* BG */
.bgclose {
  display: none;
}

/*
#open:checked ~ .bgclose {
	width: 100%;
	height: 100%;
	background: rgba(52, 48, 45, 0.84);
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 90;
	text-indent: -999999px;
	overflow: hidden;
	cursor: pointer;
}
*/
/* -----------------------------------------------------------
メインナビ
----------------------------------------------------------- */
.main_navi {
  margin-left: auto;
  transition: all 0.3s ease;
  font-style: normal;
  font-weight: 600;
}
.main_navi .navi {
  display: flex;
  justify-content: flex-end;
}
.main_navi .navi li {
  margin-left: 2em;
}
.main_navi .navi li:first-child {
  margin-left: 0;
}
.main_navi .navi a {
  font-size: 16px;
  font-size: 1rem;
  color: #e81010;
}
.main_navi .navi_logo {
  display: none;
}
@media screen and (max-width: 768px) {
  .main_navi {
    position: fixed;
    top: 0;
    right: -100vw;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    padding: 0 10vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    overflow-y: auto;
    font-size: 16px;
    font-size: 1rem;
    background: rgba(232, 16, 16, 0.9);
  }
  .main_navi .navi_logo {
    position: absolute;
    top: 40px;
    left: 30px;
    display: block;
    max-width: 119px;
  }
  .main_navi .navi {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    order: 1;
  }
  .main_navi .navi li {
    width: 100%;
    margin-left: 0;
  }
  .main_navi .navi li:first-child {
    margin-left: 0;
  }
  .main_navi .navi li a {
    margin-bottom: 30px;
    padding: 0 0;
    display: block;
    color: #fff;
    text-align: left;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    letter-spacing: 0.04em;
  }
}

/* -----------------------------------------------------------
パンくずリスト
----------------------------------------------------------- */
.breadcrumb {
  margin-bottom: 70px;
}
.breadcrumb ul {
  display: flex;
  align-items: center;
}
.breadcrumb li {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
}
.breadcrumb li a {
  margin-right: 15px;
}
.breadcrumb li a:after {
  position: relative;
  top: -2px;
  margin-left: 10px;
  content: "";
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  border-color: #505050;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 5px 0;
    max-width: 100vw;
    overflow: hidden;
  }
  .breadcrumb li {
    white-space: nowrap;
  }
  .breadcrumb li:last-child {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
}

/*---------------------------------------------------------
ページネーション
---------------------------------------------------------*/
.pagination {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 125px auto 87px;
  padding: 0 0;
  text-align: center;
}
.pagination li {
  display: inline-block;
  margin: 0 8px 0 0;
}
.pagination li:last-child {
  margin: 0 0 0 0;
}
.pagination a,
.pagination span {
  display: inline-block;
  color: #515151;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e81010;
}
.pagination a:hover,
.pagination span:hover {
  color: #fff;
  background: #e81010;
}
.pagination .list_btn a {
  width: auto;
  height: auto;
  color: #fff;
  padding: 0 15px;
  border-radius: 30px;
  background: #e81010;
}
.pagination .prev,
.pagination .next {
  position: relative;
}
.pagination .prev a,
.pagination .next a {
  background: #f8beb7;
  border: none;
}
.pagination .prev i,
.pagination .next i {
  position: absolute;
  top: 34%;
}
.pagination a.prev,
.pagination a.next {
  background: #f8beb7;
  border: none;
}
.pagination .prev i {
  left: 20%;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-right-color: #222;
}
.pagination .next i {
  left: 45%;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #222;
}
.pagination .current {
  color: #fff;
  background: #e81010;
}
@media screen and (max-width: 768px) {
  .pagination {
    margin: 40px auto 0;
  }
}

/* -----------------------------------------------------------
ページ内リンク
----------------------------------------------------------- */
.page_link li {
  margin-bottom: 40px;
}
.page_link a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}
.page_link a:before {
  display: inline-block;
  content: "●";
  margin-right: 16px;
  color: #fee630;
}
.page_link a:after {
  margin-left: auto;
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  border-color: #000;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .page_link {
    margin-left: 0;
    margin-bottom: 0;
    justify-content: center;
  }
  .page_link > * {
    margin-left: 0;
    margin-bottom: 11px;
    width: 90%;
  }
  .page_link li {
    margin-bottom: 15px;
  }
  .page_link a {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* -----------------------------------------------------------
ボタン
----------------------------------------------------------- */
.more_btn {
  position: relative;
  display: inline-block;
  padding: 22px 0;
  color: #e81010;
  font-size: 18px;
  font-size: 1.125rem;
  background: #fff;
  border-radius: 10px;
  width: 100%;
}
.more_btn:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  width: 10px;
  height: 10px;
  background: no-repeat 50%/cover url(../img/parts/arrow.svg);
}
.more_btn:hover {
  color: #fff;
  background: #e81010;
}
.more_btn:hover:after {
  background: no-repeat 50%/cover url(../img/parts/arrow_wh.svg);
}
@media screen and (max-width: 768px) {
  .more_btn {
    font-size: 16px;
    font-size: 1rem;
  }
  .more_btn:after {
    right: 20px;
  }
}

.more_btn__red {
  color: #fff;
  background: #e81010;
  border: 2px solid transparent;
}
.more_btn__red:after {
  background: no-repeat 50%/cover url(../img/parts/arrow_wh.svg);
}
.more_btn__red:hover {
  color: #e81010;
  background: #fff;
  border: 2px solid #e81010;
}
.more_btn__red:hover:after {
  background: no-repeat 50%/cover url(../img/parts/arrow.svg);
}

.top_btn {
  position: absolute;
  top: -73px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .top_btn {
    width: 100%;
    top: -53px;
    left: 0;
    right: 0;
    text-align: center;
    background: #000;
  }
  .top_btn img {
    height: 58px;
  }
}

/*----------------------------------------------------------------------
ヘッダー
----------------------------------------------------------------------*/
.header {
  position: absolute;
  z-index: 999;
  width: 100%;
  padding: 17px 0;
  transition: all 0.55s linear;
  background: rgba(255, 255, 255, 0.6);
}
.header .wrap {
  display: flex;
  align-items: center;
}
.header .logo {
  line-height: 2;
  font-size: 16px;
  font-size: 1rem;
}
.header .logo a {
  display: flex;
  color: #000;
  vertical-align: middle;
}
.header .logo img {
  margin-right: 15px;
}
.header .sp_logo {
  display: none;
}
@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    padding: 10px 0;
  }
  .header .sp_logo {
    display: block;
  }
}

.scroll_head {
  position: fixed;
  top: 0;
  box-shadow: 0 2px 3px rgba(80, 77, 77, 0.16);
  animation: DownAnime 0.5s forwards;
}
.scroll_head .main_navi .navi {
  margin-bottom: 0;
}
.scroll_head .sns_navi {
  display: none;
}
@media screen and (max-width: 768px) {
  .scroll_head {
    padding: 10px 0;
  }
  .scroll_head .sp_logo {
    display: block;
  }
  .scroll_head .sns_navi {
    display: block;
  }
}

/*　上に上がる動き　*/
.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-200%);
  }
}
/*　下に下がる動き　*/
.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-200%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.btn_sec .btn_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 46px;
  margin-left: -42px;
}
.btn_sec .btn_area .btn {
  width: calc(33.333% - 42px);
  min-width: auto;
  margin-left: 42px;
}
@media screen and (max-width: 768px) {
  .btn_sec .btn_area {
    margin-bottom: 0;
    margin-left: 0;
  }
  .btn_sec .btn_area .btn {
    width: 100%;
    margin-left: 0;
    margin-bottom: 35px;
  }
  .btn_sec .text_c {
    text-align: left !important;
  }
}

/*----------------------------------------------------------------------
フッター
----------------------------------------------------------------------*/
footer {
  padding: 68px 0 47px;
  background: #f10d0d;
}
footer .logo {
  text-align: left;
}
footer .footer_navi {
  margin-left: auto;
}
footer .footer_navi ul {
  display: flex;
}
footer .footer_navi ul li {
  margin-left: 2em;
}
footer .footer_navi ul a {
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 40px 0 30px;
  }
  footer .col {
    flex-direction: column;
  }
  footer .logo {
    margin-bottom: 20px;
    text-align: center;
  }
  footer .footer_navi {
    margin-left: 0;
  }
  footer .footer_navi ul {
    flex-direction: column;
    text-align: center;
  }
  footer .footer_navi ul li {
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.copyright {
  padding: 19px 0;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background: #7e7e7e;
}

/*----------------------------------------------------------------------
お知らせ
----------------------------------------------------------------------*/
.news dl {
  display: flex;
  color: #e81010;
}
.news dl dt {
  width: 6em;
}
.news dl dd {
  width: calc(100% - 6em);
}
.news dl a {
  color: #e81010;
}
@media screen and (max-width: 768px) {
  .news dl {
    flex-direction: column;
    margin: 0 0 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e81010;
  }
  .news dl dt, .news dl dd {
    width: 100%;
  }
}

/*----------------------------------------------------------------------
アーカイブ
----------------------------------------------------------------------*/
.page .news dl {
  margin: 0 20px 34px;
  padding-bottom: 34px;
  border-bottom: 2px solid #e81010;
}
@media screen and (max-width: 768px) {
  .page .news dl {
    margin: 0 0 20px;
    padding-bottom: 20px;
  }
}

.wrap {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .wrap {
    width: 96%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .wrap {
    width: 90%;
  }
}

header,
footer,
section {
  position: relative;
  z-index: 2;
}

.wrap_inner {
  max-width: 760px;
  margin: 0 auto;
}

.navi_open {
  overflow: hidden;
}

.logo a {
  display: block;
}
.logo img {
  max-width: 130px;
}

/*----------------------------------------------------------------------
テキスト
----------------------------------------------------------------------*/
.h_line {
  display: inline-block;
  position: relative;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  color: #f10d0d;
  font-weight: 500;
  text-align: center;
}
.h_line small {
  position: absolute;
  bottom: 2.5em;
  left: 0;
  right: 0;
}
.h_line span {
  display: inline-block;
  padding: 20px 30px;
  border: 2px solid #f10d0d;
}
@media screen and (max-width: 768px) {
  .h_line {
    margin: 0 auto 30px;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
  }
  .h_line span {
    padding: 12px 20px;
  }
}

/*----------------------------------------------------------------------
レイアウトパーツ
----------------------------------------------------------------------*/
.photo {
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.photo:after {
  display: block;
  content: "";
  padding-top: 64.5161290323%;
}

.photo_img {
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.photo_img:before {
  display: block;
  content: "";
  padding-top: 100%;
}
.photo_img img {
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.landscape {
  border-radius: 37px;
}

.hover-up {
  overflow: hidden;
}
.hover-up img {
  transition: transform 0.6s ease;
}
.hover-up:hover img {
  transform: translate(-50%, -50%) scale(1.2, 1.2);
}

.content_img {
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  width: 51%;
  min-height: 231px;
}
.content_img:before {
  display: block;
  content: "";
  min-height: 231px;
}
.content_img:after {
  background: #fff;
}
.content_img img {
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.item_card {
  position: relative;
}
.item_card figure {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .item_card .photo_img {
    margin-bottom: 15px;
  }
}

.media_box {
  display: flex;
  flex-wrap: wrap;
}

.item_movie figcaption {
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  text-align: center;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem;
}/*# sourceMappingURL=style.css.map */