@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

:root {
  /*  Global */
  --primary-color: #555555;
  --secondary-color:#555555;
  --thirdly-color:#555555;
  --attention-color: #ab0507;
  --light-gray: #F5F7F9;
  --medium-gray: #EEEEEE;
  --dark-gray: #8C8C8C;
  --black: #333333;
  --white: #ffffff;
  --global-radius: 5px;
  --global-hover-opacity: 0.8;

  /* Body */
  --body-min-width: 320px;
  --body-font-color: var(--black);
  /* Base Typography */
  --paragraph-line-height: 1.7;
  --list-line-height: var(--paragraph-line-height);

  /*  Form */
  --form-element-free:  var(--dark-gray);
  --form-element-required:  var(--attention-color);
  --form-element-error:  var(--attention-color);
  --form-element-success:  #32b643;
  --form-element-padding: 15px 24px;
  --form-element-parts-color:var(--primary-color);
  --form-element-border-width: 1px;
  --form-element-border-color: var(--medium-gray);
  --form-element-background: var(--white);
  --form-element-radious: 0;
  --form-element-space: 7px;
  --form-element-font-size-large: 16;

  --content-width:100%;
  --content-width2: 100%;
  --content-width3: 100%;
  --content-width-gutter:5.3vw;
}

html {
  margin: 0;
  padding: 0;
}

html.is-font-large{
  font-size: 18px;
}

html.is-font-small{
  font-size: 13px;
}

body {
  position: relative;
  min-width: var(--body-min-width);
  background-color: var(--white);
  color: var(--body-font-color);
  -webkit-print-color-adjust: exact;
  word-wrap: break-word;
  /* アンチエイリアスを指定する */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  /* メトリクスカーニングを指定する */
  font-kerning: normal;
  font-feature-settings : "palt", "kern";
}

body, button, input, select, textarea {
  font-optical-sizing: auto;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
hr,
table,
fieldset, figure,
pre {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  line-height: var(--paragraph-line-height);
  letter-spacing: 0.06em;
}

ul,
ol,
dl {
  padding: 0;
  line-height: var(--list-line-height);
}

ul,
ol{
  padding-left: 1rem;
}

dt, dd {
  font-weight: normal;
}

dd {
  margin-left: 0;
}

table {
  width: 100%;
  border-collapse:collapse;
  border-spacing:0;
}

th {
  text-align: left;
}

a {
  cursor: pointer;
  color: currentColor;
}

code, kbd, samp {
  font-size: 1em;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  line-height: 1;
}

[src$=".svg"],
[data$=".svg"] {
  width: 100%;
}

figure{
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

[hidden]{
  display: none;
}

template {
  display: none;
}

.skip{
  display: none;
}

@media (min-width: 900px),print{
.skip{
  display: block;
  position: relative;
  text-align:right;
  margin-right: 2.5em;
  padding-right: 1.5em;
  padding-bottom: 0.5em;
  font-size: 0.875rem
}

.skip:before{
    content: ' ';
    position: absolute;
    right: 0;
    top: 0;
    width: 1em;
    height: 1lh;
    background: url(../img/common/icon-skip.png) no-repeat center center / contain;
  }
  
  .skip a {
    text-decoration:none;
}

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

}

.p-breadcrumbs{
  padding-top: 20px;
  padding-bottom: 23px
}

.p-breadcrumbs_items{
  margin-left: 0;
  list-style-type: none;
  font-size: 100%;
}

.p-breadcrumbs_item {
  position: relative;
  display: inline-block;
  padding-left: 0;
  color:var(--body-font-color);
  font-size: 0.813rem
}

.p-breadcrumbs_item:first-child:before {
    display: none;
  }

.p-breadcrumbs_item:not(:first-child):before {
    content: ">";
    font-weight: 500;
    width: auto;
    margin-right: .2em;
    margin-left: .2em;
  }

.p-breadcrumbs_item > a{
  color: var(--body-font-color)
}

.p-pagetitle{
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: url(../img/common/pagetitle-bg.png) no-repeat center center / cover,url(../img/common/section-bg2.jpg) repeat left top;
  min-height: 66px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: 18px;
  margin-right: 18px
}

.p-pagetitle_heading{
  font-size: 1.125rem
}

.p-search{

}

.p-search_items{
  display: grid;
  /* autoprefixer: off */
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 32px 10px;
  gap: 32px 10px
}

.p-search_item{

}

.p-search_item-head{
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 15px;
  margin-bottom: 15px
}

.p-search_item-head:before,
  .p-search_item-head:after{
    content: ' ';
    width: 21px;
    height: 21px;
  }

.p-search_item-head--pt1:before{
    background: url(../img/common/search-icon-part1-1.png) no-repeat center center / contain;
  }

.p-search_item-head--pt1:after{
    background: url(../img/common/search-icon-part1-2.png) no-repeat center center / contain;
  }

.p-search_item-head--pt2:before{
    background: url(../img/common/search-icon-part2-1.png) no-repeat center center / contain;
  }

.p-search_item-head--pt2:after{
    background: url(../img/common/search-icon-part2-2.png) no-repeat center center / contain;
  }

.p-search_item-head--pt3:before{
    background: url(../img/common/search-icon-part3-1.png) no-repeat center center / contain;
  }

.p-search_item-head--pt3:after{
    background: url(../img/common/search-icon-part3-2.png) no-repeat center center / contain;
  }

.p-search_item-head--pt4:before{
    background: url(../img/common/search-icon-part4-1.png) no-repeat center center / contain;
  }

.p-search_item-head--pt4:after{
    background: url(../img/common/search-icon-part4-2.png) no-repeat center center / contain;
  }

.p-search_item-link{
  display: block;
  text-decoration: none
}

.is-filter .p-search_item-link{
  opacity: 0.5 !important
}

.is-filter .p-search_item-link.is-active{
  opacity: 1 !important;
}

.p-search_item-heading{
  text-align: center;
  font-size: 0.5rem;
  font-weight: 700
}

.p-search_item-heading-text{
  display: block;
  margin-bottom: 15px;
  font-size: 1rem
}

.p-search_item-image{
  text-align: center;
}

.s-content{

}

body.home .s-content{
  position: relative;
  background: transparent
}

body.home .s-content:before{
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/common/page-bg_sp.png) repeat-y left top / 100% auto;
  }

.s-content_sub{
  padding: 28px 17px;
  background: url(../img/common/section-bg1.jpg) repeat left center
}

.s-content_subbox{
  box-sizing: border-box;
  max-width: 775px;
  margin-left: auto;
  margin-right: auto;
  border: 10px solid #FFFFFF;
  border-radius: 10px;

  background: #FFFFFF url(../img/common/section-bg3.png) repeat left center
}

.s-footer{

}

.s-footer_logo{
  padding-top: 33px;
  padding-bottom: 40px;
  text-align: center;
  background: url(../img/common/section-bg2.jpg) repeat-x left top;
}

.s-footer_logo img{
  width: 286px;
  margin-inline: auto;
}

.s-footer_primary{
  padding-top: 33px;
  padding-bottom: 55px;
  background: #000000;
  color: #FFFFFF
}

.s-footer_contact{
  text-align: center;
}

.s-footer_contact{
  font-size: 0.875rem
}

.s-footer_contact dt{
  margin-bottom: 15px;
  font-weight: bold;
}

.s-footer_contact a:hover {
    text-decoration:none;
}

.s-footer_sns{
  display: flex;
  grid-gap:15px;
  justify-content: center;
  list-style-type: none;
  padding-left: 0;
  margin-top: 45px;
}

.s-footer_bnr {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.s-footer_secondary{
  padding-bottom: 30px
}

.s-footer_legal{
  display: flex;
  justify-content: center;
  grid-gap: 15px;
  margin-top: 30px;
  font-size: 0.813rem
}

.s-footer_legal a{
  text-decoration: none
}

.s-footer_copyright{
  margin-top: 30px;
  font-size: 0.688rem;
  text-align: center
}

.ssf-Copyright span{
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}

.s-hamburger{

}

.s-hamburger_bar{
  display: block;
  position: relative;
  width: 30px;
  height: 21px;
  margin-inline: auto
}

.s-hamburger_bar:before,
  .s-hamburger_bar:after{
    box-sizing: content-box;
    content: ' ';
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background: currentColor;
    border-radius: 100px;
    transition: all 300ms cubic-bezier(.25,.1,.25,1) 300ms,transform 400ms cubic-bezier(.775,-.185,0,1.01) 0ms;
  }

.s-hamburger_bar:before {
    top: 0;
    left: 0;
  }

.s-hamburger_bar:after {
    bottom:0;
    left: 0;
  }

[aria-expanded="true"] .s-hamburger_bar{
  border: none
}

[aria-expanded="true"] .s-hamburger_bar:before,
  [aria-expanded="true"] .s-hamburger_bar:after{
    transform-origin: center center;
    transition: all 300ms cubic-bezier(.25,.1,.25,1) 0ms,transform 400ms cubic-bezier(.775,-.185,0,1.01) 200ms;
  }

[aria-expanded="true"] .s-hamburger_bar:before {
    top: calc(50% - 1.5px);
    transform: rotate(45deg);
  }

[aria-expanded="true"] .s-hamburger_bar:after {
    bottom: calc(50% - 1.5px);
    transform: rotate(-45deg);
  }

.s-hamburger_bar-parts {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  top: calc(50% - 1.5px);
  height: 3px;
  border-radius: 100px;
  background: currentColor;
  transition: all 300ms cubic-bezier(.25,.1,.25,1) 300ms,transform 400ms cubic-bezier(.775,-.185,0,1.01) 0ms;
}

[aria-expanded="true"] .s-hamburger_bar-parts{
  opacity: 0;
  transition: all 300ms cubic-bezier(.25,.1,.25,1) 0ms,transform 400ms cubic-bezier(.775,-.185,0,1.01) 200ms;
}

.s-hamburger_text{
  margin-top: 4px;
  text-align: center;
  font-weight: bold;
  font-size:10px;
}

.s-hamburger_text--close{
  display: none;
}

[aria-expanded="true"] .s-hamburger_text--close{
  display: block;
}

[aria-expanded="true"] .s-hamburger_text--open{
  display: none;
}

.s-header{
  position: relative;
  padding: 22px 30px
}

.s-header_top-logo{
  width: 248px;
  text-align: center
}

.s-header_logo{
  display: none
}

.s-header-menu{
  display: none;
  overflow-y: auto;
  overscroll-behavior-y: none;
  background: rgba(255, 255, 255, 0.9)
}

.s-header-menu_container {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100% + 1px);
  padding-top: 21.33vw;
  padding-bottom: 26.67vw
}

.s-header-menu_back{
  margin-top: 65px;
  text-align: center
}

.s-header-menu_back a{
  display: flex;
  grid-gap: 5px;
  justify-content: center;
  align-items: center
}

.s-header-menu_back a:before{
    content: ' ';
    width: 19px;
    height: 19px;
    background: url(../img/common/icon-c-arrow-left.png) repeat-x left top / contain;
  }

.s-header-action {
  display: flex;
  position: absolute;
  right: 10px;
  top: 0;

  z-index: 5
}

.s-header-action_menu{
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 0 0 10px 10px;
  background: var(--black);
  color: var(--white) !important;
}

.s-header-fonts{
  display: none
}

.s-header-fonts_list{
  display: flex;
  grid-gap: 4px;
  list-style-type: none;
}

.s-header-fonts_list li a{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 1px solid #A7A7A7;
  width: 30px;
  height: 30px;
  text-decoration: none;
  color: #000000;
}

.s-header-fonts_list li a.is-active{
  background: #C2001C;
  border-color: #C2001C;
  color: #FFFFFF;
}

.s-navigation_items {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0
}

.s-navigation_item{
  margin-top: 35px
}

.s-navigation_item:first-child{
    margin-top: 0;
  }

.s-navigation_item a{
  display: flex;
  justify-content: center;
  grid-gap: 10px;
  align-items: center;
  box-sizing: border-box;
  text-decoration: none;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
  color: #000000;
  font-size: 0.625rem
}

.s-navigation_item-icon{

}

.s-navigation_item-text{
  text-align: center;
}

.s-navigation_item-text-strong{
  display: block;
  line-height: 1.3;
  font-size: 1.5rem
}

.l-container{
  position: relative;
  max-width: var(--content-width);
  margin-right: auto;
  margin-left: auto;
}

.l-panel{
  border-radius: 20px;
  background: #fff;
  border: 1px solid #e0e0e0;
  opacity: 0.88;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05)
}

.l-section{
  padding: 30px 21px
}

.c-heading{
  margin-bottom: 30px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5
}

.c-heading:after{
    content: ' ';
    display: block;
    width: 127px;
    height: 3px;
    margin-inline: auto;
    margin-top: 13px;
    background: url(../img/common/heading-bg_sp.png) no-repeat center center;
  }

.c-heading_catch{
  display: block;
  margin-bottom: 12px;
  font-size: 0.75rem;
  text-align: center;
  font-weight: normal
}

.c-image{
  text-align: center;
}

.c-image_caption{
  margin-top: 7px;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.66 !important
}

.c-youtube{
  width: 100%;
  aspect-ratio: 16 / 9;
  max-width: 560px;
  margin-top: 50px;
  margin-inline: auto;
}

.c-youtube iframe{
  width: 100%;
  height: 100%;
  border:0;
}

.c-paragraph{
  font-size: 0.875rem
}

* + .c-paragraph{
  margin-top: 25px
}

.c-paragraph p{
  line-height: 2;
}

.c-paragraph p + p{
  margin-top: 2em;
}

body{

}

.js-viewport>*,
.js-viewport-children>*>*{
  backface-visibility: hidden;
  opacity:1;
  transform: translate3d(0,150px,0);
  transition: 2.8s cubic-bezier(.14,1,.34,1);
  transition-property: transform,opacity;
}

.js-viewport.viewed>* {
  backface-visibility: hidden;
  opacity: 1;
  transform: translateZ(0)
}

.js-viewport-children>.viewed>* {
  opacity: 1;
  transform: translateZ(0)
}

/*
@for $i from 0 to 20 {
  .js-viewport-children>:nth-child($i)>* {
    transition-delay: calc($i * 0.2)s;
  }
}

.js-viewport-children.no-delay>:first-child>*,.js-viewport-children.no-delay>:nth-child(0)>*,.js-viewport-children.no-delay>:nth-child(2)>*,.js-viewport-children.no-delay>:nth-child(3)>*,.js-viewport-children.no-delay>:nth-child(4)>*,.js-viewport-children.no-delay>:nth-child(5)>*,.js-viewport-children.no-delay>:nth-child(6)>*,.js-viewport-children.no-delay>:nth-child(7)>*,.js-viewport-children.no-delay>:nth-child(8)>*,.js-viewport-children.no-delay>:nth-child(9)>*,.js-viewport-children.no-delay>:nth-child(10)>*,.js-viewport-children.no-delay>:nth-child(11)>*,.js-viewport-children.no-delay>:nth-child(12)>*,.js-viewport-children.no-delay>:nth-child(13)>*,.js-viewport-children.no-delay>:nth-child(14)>*,.js-viewport-children.no-delay>:nth-child(15)>*,.js-viewport-children.no-delay>:nth-child(16)>*,.js-viewport-children.no-delay>:nth-child(17)>*,.js-viewport-children.no-delay>:nth-child(18)>*,.js-viewport-children.no-delay>:nth-child(19)>*,.js-viewport-children.no-delay>:nth-child(20)>* {
  transition-delay: 0s
}*/

.home-media{
  background: url(../img/common/section-bg3.png) repeat left center;

}

.home-media_links-items{
  list-style-type: none;
  padding-left: 0;
}

.home-media_twitter{
  width: 280px;
  height: 411px;
  overflow-y: scroll;
  margin-inline: auto
}

.home-media_links{
  margin-top: 50px
}

.home-media_links-items{

}

.home-media_links-items li{
  margin-top: 15px;
  text-align: center
}

.home-media_links-items li:first-child{
    margin-top: 0;
  }

.home-secret{

}

.home-movie_items{
  display: grid;
  /* autoprefixer: off */
  grid-template-rows: auto;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 11px 0;
  gap: 11px 0;
  list-style-type: none
}

.home-news{

}

.home-news_intro{
  margin-bottom: 17px;
  font-size: 0.875rem
}

.home-news_items{
  list-style-type: none;
  padding-left: 0
}

.home-news_item{
  margin-top: 30px
}

.home-news_item:first-child{
    margin-top: 0;
  }

.home-news_item-link{
  display: flex;
  grid-gap: 15px;
  font-size: 0.875rem;
  text-decoration: none
}

.home-news_item-date{
  flex: 0 0 auto;
  width: 7.5em;
}

a.home-news_item-link .home-news_item-text{
  text-decoration: underline
}

.home-news_banner{

}

.home-news_banner-items{
  list-style-type: none;
  max-width: 595px;
  margin-top: 35px;
  margin-inline: auto;
  padding-left: 0;
  display: grid;
  /* autoprefixer: off */
  grid-template-rows: auto;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 18px 18px;
  gap: 18px 18px
}

.home-news_banner-items li{
  text-align: center
}

.home-panel{
  border-radius: 20px;
  padding: 30px 25px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #e0e0e0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05)
}

.home-search{

}

.home-search_genre{
  margin-top: 40px;
}

.home-search_genre-heading{
  margin-bottom: 40px;
  font-weight: normal;
  font-size: 1.063rem;
  text-align: center
}

.home-search_genre-items{
  display: grid;
  /* autoprefixer: off */
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px 20px;
  gap: 20px 20px;
  list-style-type: none;
  padding-left: 0
}

.home-search_genre-item{
  position: relative;
  padding-left: 1.5em;
  font-size: 0.875rem
}

.home-search_genre-item:before{
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1lh;
    background: url(../img/common/icon-c-arrow-right.png) no-repeat center center / contain;
  }

.home-secret{

}

.home-secret_items{
  display: grid;
  /* autoprefixer: off */
  grid-template-rows: auto;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 18px 0;
  gap: 18px 0;
  list-style-type: none
}

.home-secret_item{

}

.home-secret_item-link{
  display: block;
  padding: 15px;
  border-radius: 15px;
  background: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  text-decoration: none
}

.home-secret_item-image{
  text-align: center;
}

.home-secret_item-heading{
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 12px;
  margin-inline: auto;
  padding-left: 1.5em;
  font-size: 0.938rem;
  font-weight: 700
}

.home-secret_item-heading:before{
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1lh;
    background: url(../img/common/icon-c-arrow-right.png) no-repeat center center / contain;
  }

.home-section{
  padding: 30px 23px

}

.home-section--bg1{
  background: url(../img/common/section-bg1.jpg) repeat left top;
}

.home-section--bg2{
  background: url(../img/common/section-bg2.jpg) repeat left top;
}

.news-article{

}

.news-article_heading{
  margin-bottom: 20px
}

.news-article_date{
  text-align: center;
  font-size: 0.875rem
}

.news-article_content{
  margin-top: 23px;
  font-size: 1rem
}

.news-article_content *:last-child{
  margin-bottom: 0 !important;
}

.news-article_content p{
  line-height: 2.1
}

.news-article_content ul,{
  line-height: 2.1;
}

.news-article_content a{
  text-decoration: underline 
}

.news-article_content .center{
  text-align: center;
}

.news-article_content .bold{
  font-weight: bold;
}

.news-article_content table {
  border-top:1px solid #e0e0e0;
  border-right:1px solid #e0e0e0;
}
.news-article_content th,
.news-article_content td {
  border-bottom:1px solid #e0e0e0;
  border-left:1px solid #e0e0e0;
  padding:15px;
  line-height:1.5;
}
.news-article_content th {
    background:#FAF9F4;
    font-weight:bold;
}

.news-list{

}

.news-list_items{
  list-style-type: none;
  padding-left: 0
}

.news-list_item{
  margin-top: 30px
}

.news-list_item:first-child{
    margin-top: 0;
  }

.news-list_item-link{
  display: flex;
  grid-gap: 15px;
  font-size: 0.875rem;
  text-decoration: none
}

.news-list_item-date{
  flex: 0 0 auto;
  width: 7.5em;
}

.news-list_item-text{
  text-decoration: underline
}

.news-list_banner{

}

.news-list_banner-items{
  list-style-type: none;
  max-width: 595px;
  margin-top: 35px;
  margin-inline: auto;
  padding-left: 0;
  display: grid;
  /* autoprefixer: off */
  grid-template-rows: auto;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 18px 18px;
  gap: 18px 18px
}

.news-list_banner-items li{
  text-align: center
}

.se-list_items{
  display: grid;
  /* autoprefixer: off */
  grid-template-rows: auto;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 16px 0;
  gap: 16px 0;
  list-style-type: none;
  padding-left: 0
}

.se-list_item{

}

.se-list_item-link{
  position: relative;
  display: block;
  padding: 15px 15px 15px 50px;
  border-radius: 15px;
  background: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  text-decoration: none
}

.se-list_item-link:before{
    content: ' ';
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(../img/common/icon-c-arrow-right.png) no-repeat center center / contain;

  }

.se-list_item-text{
  display: block;
  color: #91865F;
  font-size: 0.813rem;
}

.se-list_item-name{
  font-size: 1.125rem;
  font-weight: bold;
}

.sd-room{

}

.sd-room_search{

}

.sd-room_search-items{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  grid-gap: 10px 30px
}

.sd-room_search-items li a{
  display: flex;
  grid-gap: 10px;
  align-items: center;
  text-decoration: none
}

.sd-room_search-items li .radio{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  border: 2px solid #707070;
  background: #FFFFFF;
}

.sd-room_search-items li a.is-active .radio:after{
  content: ' ';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50px;
  background: #000000;
  transform: translate(-50%,-50%);
}

.sd-room_heading{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 20px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center
}

.sd-room_items{
  display: grid;
  /* autoprefixer: off */
  grid-template-rows: auto;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 35px 0;
  gap: 35px 0;
  margin-top: 35px
}

.sd-room_item{
  padding: 25px;
  border-radius: 15px;
  background: #fff;
  border: 1px solid #e0e0e0;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.05))
}

.sd-room_item-heading{
  margin-bottom: 20px;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: bold
}

.sd-room_item-text{
  font-size: 0.875rem
}

.sd-room_item-data{
  margin-top: 15px;
}

.sd-room_item-data dl{
  display: flex;
  grid-gap: 10px;
  border-bottom: 1px solid #A7A7A7;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 0.813rem

}

.sd-room_item-data dl:first-child{
    border-top: 1px solid #A7A7A7;
  }

.sd-room_item-data dl dt{
  flex: 0 0 auto;
  width: 3.5em;
  font-weight: normal;
}

.sd-room_item-heading2{
  margin-top: 15px;
  margin-bottom: 13px;
  font-size: 0.938rem;
  font-weight: bold;
}

.sd-room_item-contact{
  font-size: 0.813rem;
}

.sd-room_item-contact dl{
  display: flex;
  grid-gap: .5em;
}

.sd-room_item-contact dl dt{
  flex: 0 0 auto;
  width: 3em;
}

.sd-room_item-contact dl dd{
  flex: 1 1 auto;
  word-break: break-all;
}

.sd-room_item-button{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  grid-gap: 10px;
  padding: 16px;
  border-radius: 10px;
  background: #000000;
  text-decoration: none;
  font-size: 0.813rem;
  color: #FFFFFF;
}

.sd-room_item-button:before{
  content: ' ';
  width: 1em;
  height: 1lh;
  background: url(../img/common/icon-blank.png) no-repeat center center / contain;
}

.sd-room_buttons{
  margin-top: 40px;
  text-align: center  ;
}

.sd-room_button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-gap: 15px;
  padding: 15px 33px;
  font-size: 0.875rem;
  border-radius: 50px;
  background: #F7B52C;
  font-weight: bold;
  text-decoration: none
}

.sd-room_button:before{
    content: ' ';
    width: 19px;
    height: 19px;
    background: url(../img/common/icon-c-arrow-left.png) repeat-x left top / contain;
  }

.sm-list{

}

.sm-list_items{
  list-style-type: none;
  padding-left: 0 !important;
}

.sm-list_item{

}

.sm-list_item + .sm-list_item{
  margin-top: 27px;
}

.sm-list_item a{
  text-decoration: none
}

.sm-list_item > a{
  display: flex;
  align-items: center;
  grid-gap: 8px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  padding-left: .9em
}

.sm-list_item-icon{
  width: 22px;
  height: auto;
  font-size: 0;
}

.sm-list_item-sub{
  list-style-type: none;
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 15px;
  border-top: 1px solid #A7A7A7
}

.sm-list_item-sub li{
  position: relative;
  padding-left: 0 !important;
  border-bottom: 1px dashed #a7a7a7;
  font-size: 0.875rem
}

.sm-list_item-sub li:before{
    content: ' ';
    position: absolute;
    left: 35px;
    top: 50%;
    width: 1em;
    height: 1lh;
    background: url(../img/common/icon-c-arrow-right.png) no-repeat center center / contain;
    transform: translateY(-50%);
  }

.sm-list_item-sub li:has(a[target="_blank"]):before{
    background: url(../img/common/icon-blank2.png) no-repeat center center / contain;
  }

.sm-list_item-sub li a{
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 57px

}

.st-list{

}

.st-list_items{
  display: grid;
  /* autoprefixer: off */
  grid-template-rows: auto;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 18px 0;
  gap: 18px 0;
  list-style-type: none
}

.st-list_item{

}

.st-list_item-link{
  display: block;
  padding: 15px;
  border-radius: 15px;
  background: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  text-decoration: none
}

.st-list_item-image{
  text-align: center;
}

.st-list_item-heading{
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 12px;
  margin-inline: auto;
  padding-left: 1.5em;
  font-size: 0.938rem;
  font-weight: 700
}

.st-list_item-heading:before{
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1lh;
    background: url(../img/common/icon-c-arrow-right.png) no-repeat center center / contain;
  }

.sd-detail{

}

.sd-detail_heading{
  margin-bottom: 20px !important;
}

.sd-detail_place{
  text-align: center;
  font-size: 0.875rem
}

.sd-detail_comment{

  box-sizing: border-box;
  position: relative;
  width: 97%;
  padding: 25px;
  margin-top: 27px;
  margin-bottom: 45px;
  margin-inline: auto;
  border-radius: 15px;
  border: 3px solid #D0D0D0;
  background: #FFFFFF;
  line-height: 2
}

.sd-detail_comment:after{
    position: absolute;
    content: ' ';
    right: -27px;
    bottom: -27px;
    width: 63px;
    height: 73px;
    background: url(../img/story/detail-img-bunzo.png) repeat center center / contain;
  }

.sd-detail_contents{
  font-size: 0.875rem
}

.sd-detail_contents > p{
  line-height: 2;
}

.sd-detail_contents >  p + p{
  margin-top: 1.25em;
}

.sd-detail_heading2{
  margin-top: 45px;
  margin-bottom: 24px;
  font-size: 1rem;
  line-height: 1.71;
  font-weight: bold
}

.sd-detail_heading3{
  margin-top: 17px;
  margin-bottom: 20px;
  font-size: 0.875rem;
  line-height: 1.71;
  font-weight: bold
}

.sd-detail_contents .c-image{
  margin-top: 2.1em;
}

.sd-detail_about-image{
  text-align: center
}

.sd-detail_about-body{
  margin-top: 30px
}

.sd-detail_about-name{
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: bold
}

.sd-detail_about-text{
  font-size: 0.875rem;
  line-height: 2.1
}

@media (min-width: 900px) and (min-width: 900px), (min-width: 900px) and print, print and (min-width: 900px), print and print{

.news-list_item-link{
      transition: opacity .2s ease;
      backface-visibility: hidden
}
      .news-list_item-link:hover{
        opacity: var(--global-hover-opacity);
      }
}

@media (min-width: 900px),print{
  :root {
    --content-width: 776px;
    --content-width2: 1064px;
    --content-width3: 820px;
    --content-width-gutter:30px;
  }

.p-breadcrumbs{
    padding: 37px 75px 44px
}

.p-breadcrumbs_item {
    font-size: 0.875rem
}
    .p-breadcrumbs_item > a:hover{
      text-decoration: none;
    }

.p-pagetitle{
    height: 211px;
    margin-left: 0;
    margin-right: 0;
    border-radius: 24px
}

.p-pagetitle_heading{
    font-size: 1.938rem
}

.p-search_items{
    display: flex;
    justify-content: space-around;
    grid-gap: 0
}

.p-search_item-link{
    transition: opacity .2s ease;
    backface-visibility: hidden
}
    .p-search_item-link:hover{
      opacity: var(--global-hover-opacity);
    }
    .is-filter .p-search_item-link:hover{
      opacity: 1 !important;
    }

.p-search_item-heading{
    font-size: 0.688rem
}

.p-search_item-heading-text{
    font-size: 1.313rem
}

body.home .s-content{
    padding-top: 0;
    padding-bottom: 0
}
    body.home .s-content:before{
      background: url(../img/common/page-bg.png) repeat-x left top;
    }

.s-content_sub{
    padding: 69px 0 112px
}

.s-content_subbox{
    border-width: 15px;
    border-radius: 20px
}

.s-footer_primary{
    padding-top: 48px;
    padding-bottom: 48px;
    border-radius: 0 0 30px 30px
}

.s-footer_contact{
    font-size: 1rem
}

.s-footer_sns li a{
    transition: opacity .2s ease;
    backface-visibility: hidden
}
    .s-footer_sns li a:hover{
      opacity: var(--global-hover-opacity);
    }

.s-footer_secondary{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 40px
}

.s-footer_legal{
    margin-top: 0;
    justify-content: flex-start;
    font-size: 0.875rem
}

.s-footer_legal a{
    transition: opacity .2s ease;
    backface-visibility: hidden
}
    .s-footer_legal a:hover{
      opacity: var(--global-hover-opacity);
    }

.s-footer_copyright{
    margin-top: 0
}

.s-header{
    background: transparent;
    padding: 0
}

.s-header_top-logo{
    display: none;
    width: inherit;
    border-radius: 24px 24px 0 0;
    padding-top: 38px;
    padding-bottom: 43px;
    background: url(../img/common/section-bg2.jpg) repeat-x left top
}

.home .s-header_top-logo{
    display: block
}

.s-header-main{
    display: flex;
    align-items: center;
    padding: 23px 28px 33px
}

.s-header_logo{
    display: block
}

.s-header-menu{
    display: block;
    flex: 1 1 auto;
    background: transparent;
    overflow: inherit
}

.s-header-menu_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: inherit;
    padding-top: 0;
    padding-bottom: 0
}

.s-header-menu_back{
    display: none;
    margin-top: 0
}

.s-header-action {
    display: none
}

.s-header-fonts{
    display: flex
}

.s-navigation{
    flex: 1 1 auto
}

.s-navigation_items {
    display: flex;

    justify-content: space-around;
    max-width: 420px;
    margin-inline: auto
}

.s-navigation_item{
    margin-top: 0
}

.s-navigation_item a{
    font-size: 0.688rem;
    transition: opacity .2s ease;
    backface-visibility: hidden
}
    .s-navigation_item a:hover{
      opacity: var(--global-hover-opacity);
    }

.s-navigation_item-text-strong{
    font-size: 1.625rem
}

.s-page{
    padding: 15px 30px 0;
    max-width: 1080px;
    margin-inline: auto
}

.home .s-page{
    padding-top: 10px
}

.l-panel{
    padding: 42px 
}

.l-section{
    padding: 35px 48px
}

.c-heading{
    margin-bottom: 40px;
    font-size: 1.688rem
}
    .c-heading:after{
      width: 305px;
      height: 3.2px;
      background: url(../img/common/heading-bg.png) no-repeat center center;
    }

.c-heading--small{
    font-size: 1.313rem
}

.c-heading_catch{
    font-size: 0.875rem
}

.c-image a{
    transition: opacity .2s ease;
    backface-visibility: hidden
}
    .c-image a:hover{
      opacity: var(--global-hover-opacity);
    }

.c-image_caption{
    margin-top: 10px
}

.c-paragraph{
    font-size: 1rem
}

* + .c-paragraph{
    margin-top: 15px
}

.home-media_container{
    display: flex;
    justify-content: space-between;
    max-width: 552px;
    margin-inline: auto
}

.home-media_twitter{
    margin-inline: 0
}

.home-media_links{
    width: 225px;
    margin-top: 0;
    transition: opacity .2s ease;
    backface-visibility: hidden
}
    .home-media_links:hover{
      opacity: var(--global-hover-opacity);
    }

.home-movie_items{
    display: grid;
    /* autoprefixer: off */
    grid-template-rows: auto;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 28px 0;
    gap: 28px 0
}

.home-movie_item{
    transition: opacity .2s ease;
    backface-visibility: hidden
}
    .home-movie_item:hover{
      opacity: var(--global-hover-opacity);
    }

.home-news_intro{
    max-width: 507px;
    margin-inline: auto;
    margin-bottom: 30px;
    font-size: 1rem
}

.home-news_items{
    max-width: 595px;
    margin-inline: auto
}

.home-news_item{
    margin-top: 15px
}

.home-news_item-link{
    font-size: 1rem
}

a.home-news_item-link{
    transition: opacity .2s ease;
    backface-visibility: hidden
}
    a.home-news_item-link:hover{
      opacity: var(--global-hover-opacity);
    }

a.home-news_item-link .home-news_item-text{
    text-decoration: none
}

.home-news_banner-items{
    display: grid;
    /* autoprefixer: off */
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 18px 18px;
    gap: 18px 18px
}

.home-news_banner-items li{
    transition: opacity .2s ease;
    backface-visibility: hidden
}
    .home-news_banner-items li:hover{
      opacity: var(--global-hover-opacity);
    }

.home-panel{
    padding: 42px ;
    background: rgba(255, 255, 255, 0.88) url(../img/common/mark-bg.png) no-repeat right bottom
}

.home-search_genre-heading{
    margin-bottom: 30px
}

.home-search_genre-items{
    display: grid;
    /* autoprefixer: off */
    grid-template-rows: auto;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px 20px;
    gap: 20px 20px
}

.home-search_genre-item{
    transition: opacity .2s ease;
    backface-visibility: hidden
}
    .home-search_genre-item:hover{
      opacity: var(--global-hover-opacity);
    }

.home-secret_items{
    display: grid;
    /* autoprefixer: off */
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 28px 28px;
    gap: 28px 28px
}

.home-secret_item-link{
    transition: opacity .2s ease;
    backface-visibility: hidden
}
    .home-secret_item-link:hover{
      opacity: var(--global-hover-opacity);
    }

.home-secret_item-heading{
    font-size: 1.125rem
}

.home-section{
    padding: 78px 0

}

.news-article_heading{
    margin-bottom: 20px
}

.news-article_date{
    font-size: 1rem
}

.news-article_content{
    margin-top: 40px
}

.news-article_content p{
    margin-bottom: 30px
}
    .news-article_content a:hover{
      text-decoration: none;
    }

.news-list_items{
}

.news-list_item{
    margin-top: 15px
}

.news-list_item-link{
    font-size: 1rem
}

.news-list_item-text{
    text-decoration: none
}

.news-list_banner-items{
    display: grid;
    /* autoprefixer: off */
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 18px 18px;
    gap: 18px 18px
}

.news-list_banner-items li{
    transition: opacity .2s ease;
    backface-visibility: hidden
}
    .news-list_banner-items li:hover{
      opacity: var(--global-hover-opacity);
    }

.se-list{
    background: url(../img/common/mark-bg.png) no-repeat right bottom
}

.se-list_items{
    display: grid;
    /* autoprefixer: off */
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 29px 21px;
    gap: 29px 21px
}

.se-list_item-link{
    padding: 17px 17px 17px 54px;
    transition: opacity .2s ease;
    backface-visibility: hidden
}
    .se-list_item-link:before{
      left: 17px;
      width: 22.5px;
      height: 22.5px;
    }
    .se-list_item-link:hover{
      opacity: var(--global-hover-opacity);
    }

.sd-intro{
    background: url(../img/common/mark-bg2.png) no-repeat center center
}

.sd-room_search-items{
    flex-direction: row
}

.sd-room_search-items li a{
}

.sd-room_heading{
    margin-top: 50px;
    font-size: 1.188rem
}

.sd-room_items{
    margin-top: 25px;
    display: grid;
    /* autoprefixer: off */
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 27px 27px;
    gap: 27px 27px
}

.sd-room_item{
    /*display: grid;
    grid-template-rows: subgrid;
    grid-row: span 6;
    grid-gap: 0;*/
    padding: 35px
}

.sd-room_item-heading{
    margin-bottom: 15px;
    font-size: 1.25rem
}

.sd-room_item-text{
    font-size: 0.938rem
}

.sd-room_button{
    padding: 20px 40px;
    font-size: 1.125rem;
    transition: opacity .2s ease;
    backface-visibility: hidden
}
    .sd-room_button:hover{
      opacity: var(--global-hover-opacity);
    }
    .sm-list_item a:hover{
      text-decoration: underline;
    }

.sm-list_item > a{
}

.sm-list_item-sub{
}
    .sm-list_item-sub li:before{
      left: 44px;
    }

.sm-list_item-sub li a{
    padding-top: 15px;
    padding-left: 62px;
    padding-bottom: 15px

}

.st-list_items{
    display: grid;
    /* autoprefixer: off */
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 28px 28px;
    gap: 28px 28px
}

.st-list_item-link{
    transition: opacity .2s ease;
    backface-visibility: hidden
}
    .st-list_item-link:hover{
      opacity: var(--global-hover-opacity);
    }

.st-list_item-heading{
    font-size: 1.125rem
}

.sd-detail_place{
    font-size: 1rem
}

.sd-detail_comment{
    width: 94%;
    margin-top: 52px;
    margin-bottom: 63px
}
    .sd-detail_comment:after{
      right: -21px;
      bottom: -24px;
    }

.sd-detail_contents{
    font-size: 1rem
}

.sd-detail_heading2{
    margin-top: 80px;
    margin-bottom: 20px;
    font-size: 1.188rem
}

.sd-detail_heading3{
    margin-top: 30px;
    font-size: 1rem
}

.sd-detail_about{
    display: flex;
    width: 90%;
    justify-content: space-between;
    margin-inline: auto;
    grid-gap: 40px
}

.sd-detail_about-image{
    flex: 0 0 auto;
    width: 280px
}

.sd-detail_about-body{
    margin-top: 0;
    flex: 1 1 auto
}

.sd-detail_about-name{
    margin-bottom: 17px;
    font-size: 1.188rem
}

.sd-detail_about-text{
    font-size: 1rem
}
}
