@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-family: monospace, monospace; /* 1 */
  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-family: monospace, monospace; /* 1 */
  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-family: inherit; /* 1 */
  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;
  --font-family-hiragino: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', san-serif;
  --font-family-notsans:  "Noto Sans", "Noto Sans CJK JP", "NotoSansCJKjp-Jxck",san-serif;
  --font-family-yugothic: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo,”Hiragino Kaku Gothic ProN”, “Hiragino Sans”, sans-serif;
  --font-family-yumincho: YuMincho, '游明朝', serif;
  --font-family-helvetica: "Helvetica Neue", Helvetica;
  --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);

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

html {
  margin: 0;
  padding: 0;
}

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-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-size: 0.875rem
}

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-family: monospace, monospace;
  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;
}

/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, 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');font-weight:400;font-style:normal}

:root{--swiper-theme-color:#007aff}

.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}

.swiper-vertical>.swiper-wrapper{flex-direction:column}

.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}

.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}

.swiper-pointer-events{touch-action:pan-y}

.swiper-pointer-events.swiper-vertical{touch-action:pan-x}

.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}

.swiper-slide-invisible-blank{visibility:hidden}

.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}

.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}

.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}

.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}

.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}

.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}

.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}

.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}

.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}

.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}

.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}

.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}

.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}

.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}

.swiper-pagination.swiper-pagination-hidden{opacity:0}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}

.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}

.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}

button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}

.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}

.swiper-pagination-bullet:only-child{display:none!important}

.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}

.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}

.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}

.swiper-pagination-lock{display:none}

.p-breadcrumbs{
  box-sizing: content-box;
  padding-right: var(--content-width-gutter);
  padding-left: var(--content-width-gutter);
  padding-top: 20px;
  padding-bottom: 23px
}

.p-breadcrumbs_items{
  max-width: var(--content-width);
  margin-right: auto;
  margin-left: auto;
  padding-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;
  background: url(../img/common/pagetitle-bg.png) no-repeat center center / cover,url(../img/common/section-bg2.jpg) repeat left top;
  min-height: 120px;
  padding-inline: 6.93vw
}

.p-pagetitle__container{
  flex: 1 1 auto
}

.p-pagetitle_heading{
  display: flex;
  align-items: center;
}

.p-pagetitle_heading-text{
  font-size: 1.125rem;
  font-weight: bold
}

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

.p-pagetitle_heading-text2:before{
    content: '|';
    font-size: 1rem;
    margin-inline: 16px;
  }

.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;

}

.s-content_sub{
  padding: 28px 17px
}

.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_primary{
  box-sizing: content-box;
  padding-right: var(--content-width-gutter);
  padding-left: var(--content-width-gutter);
  padding-top: 12.27vw;
  padding-bottom: 8vw;
  background: url(../img/common/section-bg1.png) no-repeat left center / cover
}

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

.s-footer_contact-box{
  padding: 9.07vw 4vw;
  border-radius: 8px;
  background: #FFFFFF;
  font-size: 0.875rem
}

.s-footer_contact .c-heading_text2{
  color: #000000;
}

.s-footer_contact-box dl dt{
  margin-bottom: 2.67vw;
  font-weight: bold
}

.s-footer_contact-box dl dd{
  font-weight: normal;
  line-height: 1.5;
}

.s-footer_contact-link{
  margin-top: 5.33vw;
  font-size: 0.875rem;
  text-align: center
}

.s-footer_contact-link a{
  color: #1B5490;
}

.s-footer_secondary{
  padding-top: 8vw;
  padding-bottom: 12.53vw
}

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

.s-footer_logo img{


}

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

.s-hamburger{

}

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

.s-hamburger_bar:before,
  .s-hamburger_bar:after{
    box-sizing: content-box;
    content: ' ';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    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% - 1px);
    transform: rotate(45deg);
  }

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

.s-hamburger_bar-parts {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  top: calc(50% - 1px);
  height: 2px;
  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-header{
  position: relative;
  box-sizing: border-box;
  padding: 13px 24px
}

.home .s-header{
  position: absolute;
  left: 0;
  z-index: 6;
  width: 100%;
  background: var(--white)
}

.s-header_logo{
  width: 201px;
  text-align: center
}

.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-action {
  display: flex;
  position: absolute;
  right: 10px;
  top: 0;
  height: 100%;
  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: 100%;
  border-radius: 0 0 10px 10px;
  color: var(--black) !important;
}

.s-header-fonts{
  display: none
}

.s-header-sns{
  display: none
}

.s-header-sns_items{
  display: flex;
  grid-gap: 24px;
  list-style-type: none;
  padding-left: 0;
}

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

.s-navigation_item{
  margin-top: 35px;
  text-align: center
}

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

.s-navigation_item a{
  font-size: 1.125rem;
  text-decoration: none;
  font-weight: bold
}

.s-navigation_back{
  margin-top: 35px;
  text-align: center
}

.s-navigation_back a{
  font-size: 1.125rem;
  color: #1B5490;
}

.home .s-page{
  
}

.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
}

.l-section:last-child{
  padding-bottom: 17.33vw
}

.c-buttons{
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 20px;
  margin-top: 8.53vw
}

.c-button{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 1px solid var(--black);
  background: var(--black);
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none !important;
  color: var(--white);
  font-weight: normal;
  transition: all .2s ease;
  font-size: 1rem;
  min-width: 52.53vw;
  padding: 1.33vw;
  min-height: 12.8vw
}

.c-data{

}

.c-data{
  font-size: 0.875rem;
  border-top: 1px solid #ADADAD;
  line-height: 1.5
}

.c-heading{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8.53vw;
  grid-gap: 4.27vw
}

.c-heading_text{
  font-size: 1.25rem;
  font-weight: bold
}

.c-heading_text2{
  font-size: 0.875rem;
  color: #666666;
  font-weight: normal
}

.c-heading2{
  display: flex;
  align-items: center;
  grid-gap: 16px;
  margin-bottom: 30px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5
}

.c-heading2:before{
    content: ' ';
    display: block;
    width: 30px;
    height: 6px;
    background: url(../img/common/heading2-bg.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%;
}

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

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

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

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

.c-attention{
  font-size: 0.75rem;
  padding-left: 0;
  margin-top: 10px;
}

.c-attention li{
  list-style-type: none
}

.c-attention li:before{
    content: '※';
  }

.c-paragraph a{
  color: #1B5490;
}

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

.at-access{

}

.at-access_map{

}

.at-access_map iframe{
  aspect-ratio: 67 / 46;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto
}

.at-detail{}

.at-detail_gallery{
  margin-top: 9.07vw
}

.at-detail_gallery-items{
  display: grid;
  /* autoprefixer: off */
  grid-template-rows: auto;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 24px 0;
  gap: 24px 0
}

.at-detail_gallery-item img{
  width: 100%;
  height: auto;
}

.entry-attention{
  font-size: 1.25rem;
  font-weight: bold;
  border:1px solid currentColor;
  padding-top: 2.67vw;
  padding-bottom: 2.67vw;
  color: #DC220D;
  text-align: center
}

.c-strong{
  font-weight: bold;
}

.entry-senko{

}

.entry-senko_image{
  margin-top: 30px;
  text-align: center
}

.entry-shikaku{

}

.entry-shikaku_strong{
  font-weight: bold;
}

.entry-shikaku_list{
  margin-top: 32px;
}

.entry-shikaku_box{
  margin-top: 40px;
  border: 1px solid #C1C1C1;
  padding: 25px;
}

.entry-shikaku_box ul{
  margin-top: 5px;
}

.entry-space{

}

.entry-space_data{
  margin-right: -5.3vw;
  font-size: 0.875rem
}

.entry-space_data table{
  min-width: 1040px;
  table-layout: fixed;
}

.entry-space_data th{
  box-sizing: border-box;
  border-bottom: 1px solid #ADADAD;
  font-weight: bold;
  padding: 20px;
  border-left: 1px solid #ADADAD;
  width: 306px;
}

.entry-space_data th:first-child{
  width: 118px;
  border-left: 0;
  padding-left: 0;
}

.entry-space_data th:last-child{
  width: 306px;
}

.entry-space_data td{
  padding: 20px;
  border-bottom: 1px solid #ADADAD;
  border-left: 1px solid #ADADAD;
}

.entry-space_foot .c-attention{
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.home-artist{
  overflow: hidden;
}

.home-artist_container{
  width: 100vw;
  margin-inline: calc(50% - 50vw)
}

.home-artist_slider{
  position: relative;
}

.home-artist_item{

}

.home-artist_item-link{
  display: block;
  text-decoration: none;
}

.home-artist_item-heading{
  margin-top: 4.27vw;
  font-size: 0.875rem
}

.home-artist_slider-next,
.home-artist_slider-prev{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 10.67vw;
  height: 10.67vw;
  background: #000000;
  color: var(--white);
  z-index: 5
}

.home-artist_slider-next{
  right: 5.33vw;
}

.home-artist_slider-prev{
  left: 5.33vw;
}

.home-atelier{
  overflow: hidden;
}

.home-atelier_container{
  width: 100vw;
  margin-inline: calc(50% - 50vw)
}

.home-atelier_slider{
  position: relative;
}

.home-atelier_item{

}

.home-atelier_item-link{
  display: block;
  text-decoration: none;
}

.home-atelier_item-heading{
  margin-top: 4.27vw;
  font-size: 0.875rem
}

.home-atelier_slider-next,
.home-atelier_slider-prev{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 10.67vw;
  height: 10.67vw;
  background: #000000;
  color: var(--white);
  z-index: 5
}

.home-atelier_slider-next{
  right: 5.33vw;
}

.home-atelier_slider-prev{
  left: 5.33vw;
}

.home-heading{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8.53vw;
  grid-gap: 4.27vw
}

.home-heading__text{
  font-size: 1.25rem;
  font-weight: bold
}

.home-heading__text2{
  font-size: 0.875rem;
  color: #666666;
  font-weight: normal
}

.home-interview{
  padding-top: 8vw;
  padding-bottom: 8vw
}

.home-intro{

}

.home-intro_heading{

  font-size: 1.25rem;
  margin-bottom: 8.53vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.78
}

.home-intro_image{
  text-align: center;
  margin-top: 8.53vw
}

.home-kv{
  padding: 0 !important;
}

.home-kv_image{
  text-align: center;
}

.home-kv_image img{
  width: 100%;
  height: auto;
}

.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{
  background: #F7F7F7;
  padding-bottom: 12.8vw
}

.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;
  flex-direction: column;
  grid-gap: 2.13vw;
  font-size: 0.875rem;
  text-decoration: none
}

a.home-news_item-link{
  line-height: 1.2
}

a.home-news_item-link .home-news_item-text{
  text-decoration: underline;
  color: #1B5490;
}

.home-recruit{
  padding-top: 8vw;
  padding-bottom: 0 !important
}

.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{
  box-sizing: content-box;
  padding-right: var(--content-width-gutter);
  padding-left: var(--content-width-gutter);
  padding-top: 12vw;
  padding-bottom: 12vw

}

.home-section--bg1{
  background: url(../img/common/section-bg1.png) repeat left center / 100% auto
}

.news-article{

}

.news-article_head{
  margin-bottom: 12.8vw
}

.news-article_heading{
  margin-bottom: 4.27vw
}

.news-article_date{
  font-size: 0.875rem;
  margin-left: 46px
}

.news-article_content{
  font-size: 0.875rem
}

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

.news-article_content p{
  line-height: 2.1;
  margin-bottom: 30px
}

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

.news-article_content a{
  text-decoration: underline ;
  color: #1B5490
}

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

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

.news-article_content h2{
  margin-top: 48px;
  margin-bottom: 24px;
  font-size: 1.125rem
}

.news-article_content .table1{
  margin-top: 24px;
  font-size: 0.875rem;
  border-top: 1px solid #ADADAD
}

.news-list{

}

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

.news-list_item{
  padding-top: 6.4vw;
  padding-bottom: 6.4vw;
  border-bottom: 1px solid #ADADAD
}

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

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

a.news-list_item-link .news-list_item-text{
  text-decoration: underline;
  color: #1B5490
}

@media (max-width: 900px){

.c-data th{
    display: block;
    margin-bottom: 5px;
    padding-top: 24px
}

.c-data td{
    display: block;
    border-bottom: 1px solid #ADADAD;
    padding-bottom: 24px
}

.pc{
    display: none

}

.news-article_content .table1 th{
    display: block;
    margin-bottom: 5px;
    padding-top: 24px
}

.news-article_content .table1 td{
    display: block;
    border-bottom: 1px solid #ADADAD;
    padding-bottom: 6.4vw
}
}

@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{
      flex-direction: row;
      grid-gap: 40px;
      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: 1040px;
    --content-width2: 1064px;
    --content-width3: 820px;
    --content-width-gutter:36px;
  }

body, button, input, select, textarea {
    font-size: 1rem
}

.p-breadcrumbs{
    padding-top: 24px;
    padding-bottom: 30px
}

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

.p-pagetitle{
    height: 200px;
    padding-inline: 0
}

.p-pagetitle__container{
}

.p-pagetitle_heading-text{
    font-size: 2.5rem
}

.p-pagetitle_heading-text2{
    font-size: 1.25rem
}
    .p-pagetitle_heading-text2:before{
      margin-inline: 24px;
    }

.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
}

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

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

.s-footer_primary{
    padding-top: 64px;
    padding-bottom: 46px;
    background: url(../img/common/section-bg1_large.png) no-repeat center center / cover
}

.s-footer_contact-box{
    max-width: 920px;
    padding: 46px;
    margin-inline: auto;
    font-size: 1.25rem
}

.s-footer_contact-box dl dt{
    margin-bottom: 0
}

.s-footer_contact-link{
    margin-top: 20px;
    font-size: 1rem
}

.s-footer_secondary{
    padding-top: 30px;
    padding-bottom: 65px
}

.s-footer_copyright{
    margin-top: 16px
}

.s-header{
    display: flex;
    background: transparent;
    padding: 30px 40px
}

.home .s-header{
    background: transparent
}

.s-header_logo{
    width: auto
}

.s-header-main{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1 1 auto
}

.s-header-menu{
    display: block;
    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-action {
    display: none
}

.s-header-fonts{
    display: flex
}

.s-header-sns{
    display: block;
    margin-left: 24px
}

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

.s-navigation{
    flex: 1 1 auto
}

.s-navigation_items {
    display: flex;
    justify-content: space-around;
    margin-inline: auto;
    grid-gap: 24px
}

.s-navigation_item{
    margin-top: 0
}

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

.s-navigation_back{
    display: none
}

.s-page{
}

.l-panel{
    padding: 42px 
}

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

.l-section:last-child{
    padding-bottom: 120px
}

.c-buttons{
    margin-top: 40px
}

.c-button{
    padding: 10px;
    min-height: 48px;
    min-width: 192px;
    transition: opacity .2s ease;
    backface-visibility: hidden
}
    .c-button:hover{
      opacity: var(--global-hover-opacity);
    }

.c-data{
    font-size: 1rem;
    border-top: 0
}

.c-data th{
    width: 130px;
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #ADADAD
}

.c-data td{

    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #ADADAD
}

.c-heading{
    grid-gap: 24px;
    margin-bottom: 40px
}

.c-heading_text{
    font-size: 1.5rem
}

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

.c-heading2{
    margin-bottom: 30px;
    font-size: 1.5rem
}
    .c-heading2:before{
      width: 30px;
      height: 6px;
    }

.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
}

.sp{
    display: none
}

.at-access_map iframe{
    aspect-ratio: 13 / 6
}

.at-detail_gallery{
    margin-top: 74px
}

.at-detail_gallery-items{
    display: grid;
    /* autoprefixer: off */
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px 40px;
    gap: 40px 40px
}

.at-detail_gallery-item--wide{
    grid-column: span 3
}

.entry-attention{
    max-width: 915px;
    margin-inline: auto;
    padding-top: 15px;
    padding-bottom: 15px
}

.entry-senko_image{
    margin-top: 40px
}

.entry-space_data{
    font-size: 1rem;
    margin-right: 0
}

.home-artist_container{
    width: 100%;
    margin: 0
}

.home-artist_slider-wrapper{
    display: grid;
    /* autoprefixer: off */
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px 24px;
    gap: 24px 24px
}

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

.home-artist_item-heading{
    margin-top: 16px;
    font-size: 1.25rem
}

.home-artist_slider-next,
.home-artist_slider-prev{
    display: none
}

.home-atelier_container{
    width: 100%;
    margin: 0
}

.home-atelier_slider-wrapper{
    display: grid;
    /* autoprefixer: off */
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px 24px;
    gap: 24px 24px
}

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

.home-atelier_item-heading{
    margin-top: 16px;
    font-size: 1.25rem
}

.home-atelier_slider-next,
.home-atelier_slider-prev{
    display: none
}

.home-heading{
    grid-gap: 24px;
    margin-bottom: 40px
}

.home-heading__text{
    font-size: 1.5rem
}

.home-heading__text2{
    font-size: 1rem
}

.home-interview{
}

.home-interview_bnr{
    max-width: 916px;
    margin-inline: auto;
    transition: opacity .2s ease;
    backface-visibility: hidden
}
    .home-interview_bnr:hover{
      opacity: var(--global-hover-opacity);
    }

.home-intro_heading{
    margin-bottom: 32px;
    font-size: 1.5rem
}

.home-intro_image{
    max-width: 930px;
    margin-top: 60px;
    margin-inline: auto
}

.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{
    padding-bottom: 70px !important
}

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

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

.home-news_item-link{
    flex-direction: row;
    font-size: 1rem;
    grid-gap: 15px
}

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

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

.home-recruit{
}

.home-recruit_bnr{
    max-width: 916px;
    margin-inline: auto;
    transition: opacity .2s ease;
    backface-visibility: hidden
}
    .home-recruit_bnr:hover{
      opacity: var(--global-hover-opacity);
    }

.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-top: 64px;
    padding-bottom: 64px

}

.home-section--bg1{
    background: url(../img/common/section-bg1_large.png) repeat center center / 100% auto
}

.news-article_head{
    margin-bottom: 64px
}

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

.news-article_date{
    margin-left: 46px;
    font-size: 1rem
}

.news-article_content{
    border: 1px solid #ADADAD;
    padding: 80px 64px;
    font-size: 1rem
}

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

.news-article_content h2{
    margin-top: 64px;
    margin-bottom: 40px;
    font-size: 1.25rem
}

.news-article_content .table1{
    font-size: 1rem;
    margin-top: 40px;
    border-top: 0
}

.news-article_content .table1 th{
    box-sizing: border-box;
    width: 203px;
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #ADADAD
}

.news-article_content .table1 td{

    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #ADADAD
}

.news-list_items{
}

.news-list_item{
    padding-top: 24px;
    padding-bottom: 24px
}

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

a.news-list_item-link .news-list_item-text{
}
}
