[data-border='self'] {
  border-color: #d96891;
}

html.device-pc [data-border='hover']:hover,
html.device-pc [data-border='hover']:active {
  border-color: #d96891;
}

html.device-pc [data-border='hover-span']:hover > span,
html.device-pc [data-border='hover-span']:active > span {
  border-color: #d96891;
}

[data-bg='self'] {
  background: #d96891;
}

html.device-pc [data-bg='hover']:hover,
html.device-pc [data-bg='hover']:active {
  background: #d96891;
}

html.device-pc [data-bg='hover-span']:hover > span,
html.device-pc [data-bg='hover-span']:active > span {
  background: #d96891;
}

[data-color='self'] {
  color: #d96891;
}

html.device-pc [data-color='hover']:hover,
html.device-pc [data-color='hover']:active {
  color: #d96891;
}

.m-top.is-bg,
.m-homeMenu__sc.is-bg,
.m-movie.is-bg,
.m-gallery.is-bg,
.m-info.is-bg,
.m-richmenu.is-bg,
.m-menuDa__sc.is-bg {
  background: #f7dfdf;
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-DemiLight.woff2) format('woff2'), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-DemiLight.woff) format('woff'), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-DemiLight.otf) format('opentype');
  font-display: swap;
}

[data-font='en'] {
  font-family: 'Hammersmith One', sans-serif;
}

@media screen and (max-width: 899px) {
  .c-br.is-pc {
    display: none;
  }

  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 900px) {
  .c-br.is-sp {
    display: none;
  }

  .is-sp {
    display: none;
  }
}

@media screen and (max-width: 899px) {
  .c-img.is-pc {
    display: none;
  }
}

@media screen and (min-width: 900px) {
  .c-img.is-sp {
    display: none;
  }

  .c-tit span {
    font-weight: bold;
    font-size: 44px;
  }
}

.c-tit {
  margin-bottom: 2.5rem;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
}

.c-tit.jp{
    font-size: 2.2rem;
    line-height: 1.3;
}

@media screen and (max-width: 899px) {
  .c-tit {
    font-size: 1.3rem;
    text-align: center;
  }

  .c-tit span {
    font-weight: bold;
    font-size: 30px;
  }

  .c-tit.jp{
    font-size: 1.5rem;
  }
}

.c-tit.is-c {
  text-align: center;
}

@media screen and (min-width: 900px) {
  .c-tit.is-pcc {
    text-align: center;
  }
}

@media screen and (max-width: 899px) {
  .c-tit.is-spc {
    text-align: center;
  }
}

[data-scroll-anim] {
  opacity: 0;
}

[data-scroll-anim].is-show {
  opacity: 1;
}

[data-scroll-anim='1'] {
  -webkit-transition: opacity 1000ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 1000ms cubic-bezier(.215, .61, .355, 1);
}

[data-scroll-anim='2'] {
  -webkit-transform: translateY(4.375rem);
      -ms-transform: translateY(4.375rem);
          transform: translateY(4.375rem);
  -webkit-transition: opacity 1000ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 1000ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 1000ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 1000ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 1000ms cubic-bezier(.215, .61, .355, 1), transform 1000ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 1000ms cubic-bezier(.215, .61, .355, 1), transform 1000ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 1000ms cubic-bezier(.215, .61, .355, 1);
}

[data-scroll-anim='2'].is-show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.l-mainWrap {
  min-width: 68.75rem;
/*  font-family: 'Noto Sans JP', sans-serif;*/
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 899px) {
  .l-mainWrap {
    min-width: 0;
  }
}

.l-media {
  display: none;
}

@media screen and (min-width: 900px) {
  .l-media {
    width: 1px;
  }
}

@media screen and (max-width: 899px) {
  .l-media {
    width: 2px;
  }
}

.l-menubar {
  height: 3.125rem;
  display: none;
}

.l-menubar.is-spShow {
  display: block;
}

@media screen and (max-width: 899px) {
  .l-menubar {
    height: auto;
  }
}

.l-menubar__in {
  position: fixed;
  left: 0;
  top: 2.6rem;
  z-index: 500;
  width: 100%;
  min-width: 68.75rem;
  height: 3.125rem;
}

@media screen and (max-width: 899px) {
  .l-menubar__in {
    top: 60px;
    min-width: 0;
    height: auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0ms 250ms, opacity 250ms linear;
    transition: visibility 0ms 250ms, opacity 250ms linear;
  }
}

.l-menubar__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 899px) {
  .l-menubar__bg {
    opacity: .7;
  }
}

.l-menubar__in2 {
  position: relative;
  height: 100%;
}

.l-menubar__hd {
  display: none;
}

@media screen and (max-width: 899px) {
  .l-menubar__hd {
    display: block;
  }
  .l-menubar__hd > a {
    -webkit-transition: opacity 500ms cubic-bezier(.215, .61, .355, 1);
    transition: opacity 500ms cubic-bezier(.215, .61, .355, 1);
    display: block;
    position: relative;
    padding: 1.0625rem 0;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    text-align: center;
  }
  .l-menubar__hd > a > span {
    display: block;
    position: absolute;
    right: .625rem;
    top: 50%;
    width: 1.25rem;
    height: 1.25rem;
    margin-top: -.625rem;
  }
  .l-menubar__hd > a > span::before,
  .l-menubar__hd > a > span::after {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
  }
  .l-menubar__hd > a > span::before {
    left: 0;
    top: .5625rem;
    width: 1.25rem;
    height: 2px;
  }
  .l-menubar__hd > a > span::after {
    -webkit-transition: -webkit-transform 500ms cubic-bezier(.215, .61, .355, 1);
    transition: -webkit-transform 500ms cubic-bezier(.215, .61, .355, 1);
    transition: transform 500ms cubic-bezier(.215, .61, .355, 1);
    transition: transform 500ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 500ms cubic-bezier(.215, .61, .355, 1);
    left: .5625rem;
    top: 0;
    width: 2px;
    height: 1.25rem;
  }
  html.device-pc .l-menubar__hd > a:hover,
  html.device-pc .l-menubar__hd > a:active {
    opacity: .5;
  }
  .l-menubar__hd > a.is-show > span::after {
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
  }
}

.l-menubar__bd {
  width: 68.75rem;
  margin: 0 auto;
  padding-top: 1.125rem;
}

@media screen and (min-width: 900px) {
  .l-menubar__bd {
    display: block !important;
    height: auto !important;
  }
}

@media screen and (max-width: 899px) {
  .l-menubar__bd {
    display: none;
    width: auto;
    padding-top: 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 899px) {
  .l-menubar__bd__in {
    padding: .9375rem 0;
    border-top: 2px solid rgba(255, 255, 255, .6);
  }
}

.l-menubar__bd__in > ul {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-align: right;
}

@media screen and (max-width: 899px) {
  .l-menubar__bd__in > ul {
    font-size: 1.5rem;
    text-align: center;
  }
}

.l-menubar__bd__in > ul > li {
  display: inline-block;
  margin-left: 2.1875rem;
  vertical-align: top;
}

@media screen and (max-width: 899px) {
  .l-menubar__bd__in > ul > li {
    display: block;
    margin-left: 0;
  }
}

.l-menubar__bd__in > ul > li > a {
  -webkit-transition: opacity 500ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 500ms cubic-bezier(.215, .61, .355, 1);
  color: #fff;
  opacity: .5;
}

@media screen and (max-width: 899px) {
  .l-menubar__bd__in > ul > li > a {
    display: block;
    padding: .875rem 0;
    opacity: 1;
  }
}

html.device-pc .l-menubar__bd__in > ul > li > a:hover,
html.device-pc .l-menubar__bd__in > ul > li > a:active {
  opacity: 1;
}

@media screen and (max-width: 899px) {
  html.device-pc .l-menubar__bd__in > ul > li > a:hover,
  html.device-pc .l-menubar__bd__in > ul > li > a:active {
    opacity: .5;
  }
}

.l-menubar__bd__in > ul > li:first-child {
  margin-left: 0;
}

@media screen and (min-width: 900px) {
  .l-menubar__bd__in > ul > li.is-cr > a {
    opacity: 1;
  }
}

/*@media screen and (max-width: 899px) {*/
  .l-menubar.is-spShow .l-menubar__in {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0ms, opacity 250ms linear;
    transition: visibility 0ms, opacity 250ms linear;
  }
/*}*/

.m-footNav {
  position: relative;
  padding: 4.0625rem 0 3.125rem;
}

@media screen and (max-width: 899px) {
  .m-footNav {
    padding: 1.5625rem 0 0;
  }
}

.m-footNav__tt {
  margin-bottom: .625rem;
  color: #fff;
  font-size: 2.875rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 899px) {
  .m-footNav__tt {
    font-size: 1.75rem;
  }
}

.m-footNav__l {
  width: 56.25rem;
  margin: 0 auto 1.5625rem;
  color: #fff;
  font-size: .9375rem;
  line-height: 1.86667;
  text-align: center;
}

@media screen and (max-width: 899px) {
  .m-footNav__l {
    width: auto;
    margin: 0;
    padding: 0 .625rem 1.25rem;
  }
}

.m-footNav__bd {
  width: 68.75rem;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 899px) {
  .m-footNav__bd {
    width: auto;
    padding-top: 1px;
    background: #fff;
  }
}

.m-footNav__bd > ul {
  margin: 0 -2.8125rem;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 899px) {
  .m-footNav__bd > ul {
    margin: 0;
  }
}

.m-footNav__bd > ul > li {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

@media screen and (max-width: 899px) {
  .m-footNav__bd > ul > li {
    display: block;
    border-bottom: 1px solid #ededed;
  }
}

.m-footNav__bd > ul > li::before {
  content: '';
  display: block;
  position: absolute;
  left: -.1875rem;
  top: .5625rem;
  width: 1px;
  height: 1.25rem;
  background: #fff;
  -webkit-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
          transform: rotate(15deg);
}

@media screen and (max-width: 899px) {
  .m-footNav__bd > ul > li::before {
    content: normal;
  }
}

.m-footNav__bd > ul > li > a {
  -webkit-transition: opacity 500ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 500ms cubic-bezier(.215, .61, .355, 1);
  display: block;
  padding: .625rem 2.8125rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 900px) {
  .m-footNav__bd > ul > li > a {
    color: #fff !important;
  }
}

@media screen and (max-width: 899px) {
  .m-footNav__bd > ul > li > a {
    -webkit-transition: background 500ms cubic-bezier(.215, .61, .355, 1), color 500ms cubic-bezier(.215, .61, .355, 1);
    transition: background 500ms cubic-bezier(.215, .61, .355, 1), color 500ms cubic-bezier(.215, .61, .355, 1);
    padding: 1.125rem 0;
    background: #fff;
    font-size: 1.5rem;
  }
}

html.device-pc .m-footNav__bd > ul > li > a:hover,
html.device-pc .m-footNav__bd > ul > li > a:active {
  opacity: .5;
}

@media screen and (min-width: 900px) {
  html.device-pc .m-footNav__bd > ul > li > a:hover,
  html.device-pc .m-footNav__bd > ul > li > a:active {
    background: none;
  }
}

@media screen and (max-width: 899px) {
  html.device-pc .m-footNav__bd > ul > li > a:hover,
  html.device-pc .m-footNav__bd > ul > li > a:active {
    color: #fff !important;
    opacity: 1;
  }
}

.m-footNav__bd > ul > li:first-child::before {
  content: normal;
}

.m-gallery {
  padding: 5rem 0;
}

@media screen and (max-width: 899px) {
  .m-gallery {
    padding: 2.5rem 0 0;
  }
}

.m-gallery__in {
  width: 68.75rem;
  margin: 0 auto;
}

@media screen and (max-width: 899px) {
  .m-gallery__in {
    width: auto;
  }
}

.m-gallery__l {
  width: 56.25rem;
  margin: 0 auto 1.5625rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 899px) {
  .m-gallery__l {
    width: auto;
    margin: 0 .625rem .9375rem;
    font-size: 1.125rem;
    line-height: 1.55556;
    text-align: left;
  }
}

.m-gallery__t {
  width: 56.25rem;
  margin: 0 auto;
  font-size: .9375rem;
  line-height: 1.86667;
}

@media screen and (max-width: 899px) {
  .m-gallery__t {
    width: auto;
    margin: 0 .625rem;
  }
}

.m-gallery__bd {
  margin-top: 2.1875rem;
  padding-top: 1px;
}

@media screen and (max-width: 899px) {
  .m-gallery__bd {
    margin-top: 1.5625rem;
  }
}

.m-gridGallery > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 1px;
}

.m-gridGallery > ul > li {
  width: calc(25% + 1px);
  margin: -1px 0 0 -1px;
}

@media screen and (max-width: 899px) {
  .m-gridGallery > ul > li {
    width: calc(50% + 1px);
  }
}

.m-gridGallery > ul > li > a {
  -webkit-transition: border-color 500ms cubic-bezier(.215, .61, .355, 1);
  transition: border-color 500ms cubic-bezier(.215, .61, .355, 1);
  display: block;
  position: relative;
  padding-top: 100%;
  border: 1px solid #b1cbd9;
  overflow: hidden;
}

.m-gridGallery > ul > li > a > span {
  -webkit-transition: opacity 500ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 500ms cubic-bezier(.215, .61, .355, 1);
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.m-gridGallery > ul > li > a > img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

html.device-pc .m-gridGallery > ul > li > a:hover,
html.device-pc .m-gridGallery > ul > li > a:active {
  z-index: 1;
}

html.device-pc .m-gridGallery > ul > li > a:hover > span,
html.device-pc .m-gridGallery > ul > li > a:active > span {
  opacity: .25;
}

.m-homeMenu__sc {
  padding: 5rem 0;
}

@media screen and (max-width: 899px) {
  .m-homeMenu__sc {
    padding: 0 0 2.5rem;
  }
}

.m-homeMenu__sc__in {
  width: 68.75rem;
  margin: 0 auto;
}

@media screen and (max-width: 899px) {
  .m-homeMenu__sc__in {
    width: auto;
  }
}

.m-info {
  padding: 5rem 0;
}

@media screen and (max-width: 899px) {
  .m-info {
    padding: 2.5rem .625rem;
  }
}

.m-info__in {
  width: 68.75rem;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 4.6875rem 6.25rem 6.25rem;
  border: 3px solid #ededed;
  background: #fff;
}

@media screen and (max-width: 899px) {
  .m-info__in {
    width: auto;
    padding: 2.1875rem 1.25rem 1.875rem;
  }
}

.m-info__tt {
  margin-bottom: 3.125rem;
  font-size: 2.875rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 899px) {
  .m-info__tt {
    margin-bottom: 1.25rem;
    font-size: 2.375rem;
  }
}

.m-info__p {
  text-align: center;
}

.m-info__p > img {
  max-width: 100%;
}

.m-info__l {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.66667;
  text-align: center;
}

@media screen and (max-width: 899px) {
  .m-info__l {
    margin-bottom: .9375rem;
    font-size: 1rem;
    line-height: 1.75;
    text-align: left;
  }
}

.m-info__t {
  margin-top: 1.5625rem;
  font-size: .9375rem;
  line-height: 1.86667;
}

@media screen and (max-width: 899px) {
  .m-info__t {
    margin-top: 1.25rem;
  }
}

.m-info__t:first-child {
  margin-top: 0;
}

.m-info__bd__pc {
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 899px) {
  .m-info__bd__pc {
    margin-bottom: 1.5625rem;
  }
}

.m-info__bd.is-col {
  display: table;
  width: 100%;
}

@media screen and (max-width: 899px) {
  .m-info__bd.is-col {
    display: block;
    width: auto;
  }
}

.m-info__bd.is-col .m-info__bd__pc,
.m-info__bd.is-col .m-info__bd__tc {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 899px) {
  .m-info__bd.is-col .m-info__bd__pc,
  .m-info__bd.is-col .m-info__bd__tc {
    display: block;
  }
}

.m-info__bd.is-col .m-info__bd__pc {
  padding-right: 3.75rem;
}

@media screen and (min-width: 900px) {
  .m-info__bd.is-col .m-info__bd__pc {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 899px) {
  .m-info__bd.is-col .m-info__bd__pc {
    padding-right: 0;
  }
}

.m-info__bd.is-col .m-info__bd__tc {
  width: 100%;
}

.m-info__bd.is-col .m-info__p {
  width: 25rem;
}

@media screen and (max-width: 899px) {
  .m-info__bd.is-col .m-info__p {
    width: auto;
  }
}

.m-info__bd.is-col .m-info__p > img {
  width: 100%;
  max-width: none;
}

.m-info__bd.is-col .m-info__l {
  text-align: left;
}

.m-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 899px) {
  .m-menu {
    display: block;
  }
}

.m-menu__p {
  width: 35rem;
}

@media screen and (max-width: 899px) {
  .m-menu__p {
    width: auto;
  }
}

.m-menu__p > img {
  width: 100%;
}

.m-menu__tw {
  width: 33.75rem;
  padding-left: 5rem;
  font-weight: 400;
}

@media screen and (max-width: 899px) {
  .m-menu__tw {
    width: auto;
    margin: 1.5625rem .625rem 0;
    padding-left: 0;
  }
}

.m-menu__l {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 899px) {
  .m-menu__l {
    margin-bottom: .9375rem;
    font-size: 1.125rem;
    line-height: 1.55556;
  }
}

.m-menu__t {
  font-size: .9375rem;
  line-height: 1.86667;
}

.m-menu__n {
  margin-top: .9375rem;
  font-size: .8125rem;
  line-height: 1.69231;
  opacity: .6;
}

@media screen and (max-width: 899px) {
  .m-menu__n {
    margin-top: .9375rem;
  }
}

.m-menu__bt {
  width: 18.75rem;
  margin: 2.5rem 0 0 auto;
}

@media screen and (max-width: 899px) {
  .m-menu__bt {
    width: auto;
    margin: 1.5625rem 0 0;
  }
}

.m-menu__bt > a {
  -webkit-transition: background 500ms cubic-bezier(.215, .61, .355, 1), color 500ms cubic-bezier(.215, .61, .355, 1);
  transition: background 500ms cubic-bezier(.215, .61, .355, 1), color 500ms cubic-bezier(.215, .61, .355, 1);
  display: block;
  position: relative;
  padding: .875rem 0;
  border-width: 1px;
  border-style: solid;
  background: #fff;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}

.m-menu__bt > a > span {
  -webkit-transition: background 500ms cubic-bezier(.215, .61, .355, 1);
  transition: background 500ms cubic-bezier(.215, .61, .355, 1);
  display: block;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  width: 1.5625rem;
  height: 1px;
  margin-top: 1px;
}

.m-menu__bt > a > span > span {
  -webkit-transition: background 500ms cubic-bezier(.215, .61, .355, 1);
  transition: background 500ms cubic-bezier(.215, .61, .355, 1);
  display: block;
  position: absolute;
  right: -.125rem;
  top: -.1875rem;
  width: .5625rem;
  height: 1px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

html.device-pc .m-menu__bt > a:hover,
html.device-pc .m-menu__bt > a:active {
  color: #fff !important;
}

html.device-pc .m-menu__bt > a:hover > span,
html.device-pc .m-menu__bt > a:active > span {
  background: #fff !important;
}

html.device-pc .m-menu__bt > a:hover > span > span,
html.device-pc .m-menu__bt > a:active > span > span {
  background: #fff !important;
}

.m-menu.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.m-menu.is-reverse .m-menu__tw {
  padding: 0 5rem 0 0;
}

@media screen and (max-width: 899px) {
  .m-menu.is-reverse .m-menu__tw {
    padding: 0;
  }
}

.m-menuDa__sc__in {
  width: 68.75rem;
  margin: 0 auto;
}

@media screen and (max-width: 899px) {
  .m-menuDa__sc__in {
    width: auto;
  }
}

.m-menuDa__u {
  padding: 5rem 0;
}

@media screen and (max-width: 899px) {
  .m-menuDa__u {
    padding: 0 0 2.5rem;
  }
}

.m-menuDb__sc {
  padding-bottom: 10rem;
}

@media screen and (max-width: 899px) {
  .m-menuDb__sc {
    padding-bottom: 5rem;
  }
}

.m-menuDb__sc__in {
  width: 68.75rem;
  margin: 0 auto;
}

@media screen and (max-width: 899px) {
  .m-menuDb__sc__in {
    width: auto;
  }
}

.m-menuDb__u {
  padding: 5rem 0;
}

@media screen and (max-width: 899px) {
  .m-menuDb__u {
    padding: 0 0 2.5rem;
  }
}

@media screen and (max-width: 899px) {
  .m-menuDb__ky {
    padding-bottom: 2.5rem;
  }
}

.m-menuDb__ky__p > img {
  width: 100%;
}

.m-menuDb__ky__tw {
  width: 56.25rem;
  margin: 4.0625rem auto 0;
}

@media screen and (max-width: 899px) {
  .m-menuDb__ky__tw {
    width: auto;
    margin: 1.5625rem .625rem 0;
  }
}

.m-menuDb__ky__l {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 899px) {
  .m-menuDb__ky__l {
    margin-bottom: .9375rem;
    font-size: 1.125rem;
    line-height: 1.55556;
  }
}

.m-menuDb__ky__t {
  font-size: .9375rem;
  line-height: 1.86667;
}

.m-menuDb__bt {
  width: 26.25rem;
  margin: 0 auto;
}

@media screen and (max-width: 899px) {
  .m-menuDb__bt {
    width: auto;
    margin: 0 .625rem;
  }
}

.m-menuDb__bt > a {
  -webkit-transition: background 500ms cubic-bezier(.215, .61, .355, 1), color 500ms cubic-bezier(.215, .61, .355, 1);
  transition: background 500ms cubic-bezier(.215, .61, .355, 1), color 500ms cubic-bezier(.215, .61, .355, 1);
  display: block;
  position: relative;
  padding: 1.6875rem 0;
  border-width: 1px;
  border-style: solid;
  background: #fff;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 899px) {
  .m-menuDb__bt > a {
    padding: .9375rem 0;
    font-size: .875rem;
  }
}

.m-menuDb__bt > a > span {
  -webkit-transition: background 500ms cubic-bezier(.215, .61, .355, 1);
  transition: background 500ms cubic-bezier(.215, .61, .355, 1);
  display: block;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  width: 1.5625rem;
  height: 1px;
  margin-top: 1px;
}

.m-menuDb__bt > a > span > span {
  -webkit-transition: background 500ms cubic-bezier(.215, .61, .355, 1);
  transition: background 500ms cubic-bezier(.215, .61, .355, 1);
  display: block;
  position: absolute;
  right: -.125rem;
  top: -.1875rem;
  width: .5625rem;
  height: 1px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

html.device-pc .m-menuDb__bt > a:hover,
html.device-pc .m-menuDb__bt > a:active {
  color: #fff !important;
}

html.device-pc .m-menuDb__bt > a:hover > span,
html.device-pc .m-menuDb__bt > a:active > span {
  background: #fff !important;
}

html.device-pc .m-menuDb__bt > a:hover > span > span,
html.device-pc .m-menuDb__bt > a:active > span > span {
  background: #fff !important;
}

.m-menuDetail {
  padding-top: 3.4375rem;
}

@media screen and (max-width: 899px) {
  .m-menuDetail {
    padding-top: 0;
  }
}

.m-menuDetail__t {
  width: 56.25rem;
  margin: 0 auto 2.1875rem;
  font-size: .9375rem;
  line-height: 1.86667;
  text-align: center;
}

@media screen and (max-width: 899px) {
  .m-menuDetail__t {
    width: auto;
    margin: 0 .625rem 3.125rem;
    text-align: left;
  }
}

.m-modal__ol {
  position: fixed;
  left: 0;
  top: -50%;
  z-index: 5000;
  width: 100%;
  height: 200%;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.m-modal__ol::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .75;
}

@media screen and (max-width: 899px) {
  .m-modal__ol::before {
    background: #fff;
    opacity: 1;
  }
}

.m-modal__in {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5020;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  overflow-y: scroll;
}

.m-modal__in2 {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.m-modal__ms {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
}

@media screen and (max-width: 899px) {
  .m-modal__ms {
    display: none;
  }
}

.m-modal__in3 {
  display: table-cell;
  padding: 2.5rem 0;
  vertical-align: middle;
}

@media screen and (max-width: 899px) {
  .m-modal__in3 {
    padding: 0;
  }
}

.m-modal__in4 {
  position: relative;
  width: 68.75rem;
  margin: 0 auto;
  padding: 3.75rem 0;
  background: #fff;
}

@media screen and (max-width: 899px) {
  .m-modal__in4 {
    width: auto;
    padding: 3.125rem 0;
  }
}

.m-modal__bt {
  display: block;
  position: absolute;
  right: 1.5625rem;
  top: 1.5625rem;
  z-index: 5050;
  width: 3rem;
  height: 3rem;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 899px) {
  .m-modal__bt {
    right: .75rem;
    top: .75rem;
    width: 1.75rem;
    height: 1.75rem;
  }
}

.m-modal__bt > span {
  -webkit-transition: background 500ms cubic-bezier(.215, .61, .355, 1);
  transition: background 500ms cubic-bezier(.215, .61, .355, 1);
  display: block;
  position: absolute;
  background: #222;
}

.m-modal__bt > span:first-child {
  left: 0;
  top: 1.4375rem;
  width: 3rem;
  height: .125rem;
}

@media screen and (max-width: 899px) {
  .m-modal__bt > span:first-child {
    top: .8125rem;
    width: 1.75rem;
    height: .125rem;
  }
}

.m-modal__bt > span:last-child {
  left: 1.4375rem;
  top: 0;
  width: .125rem;
  height: 3rem;
}

@media screen and (max-width: 899px) {
  .m-modal__bt > span:last-child {
    left: .8125rem;
    width: .125rem;
    height: 1.75rem;
  }
}

.m-movie {
  padding: 5rem 0;
}

@media screen and (max-width: 899px) {
  .m-movie {
    padding: 2.5rem 0 0;
  }
}

.m-movie__in {
  width: 56.25rem;
  margin: 0 auto;
}

@media screen and (max-width: 899px) {
  .m-movie__in {
    width: auto;
  }
}

.m-movie__l {
  margin-bottom: 1.5625rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 899px) {
  .m-movie__l {
    margin: 0 .625rem .9375rem;
    font-size: 1.125rem;
    line-height: 1.55556;
    text-align: left;
  }
}

.m-movie__t {
  font-size: .9375rem;
  line-height: 1.86667;
}

@media screen and (max-width: 899px) {
  .m-movie__t {
    margin: 0 .625rem;
  }
}

.m-movie__bd {
  position: relative;
  margin-top: 2.1875rem;
  padding-top: 56.25%;
  overflow: hidden;
}

@media screen and (max-width: 899px) {
  .m-movie__bd {
    margin-top: 1.5625rem;
  }
}

.m-movie__bd > iframe {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.m-official {
  padding: 5rem 0;
}

@media screen and (max-width: 899px) {
  .m-official {
    padding: 2.5rem .625rem;
  }
}

.m-official__in {
  width: 68.75rem;
  margin: 0 auto;
}

@media screen and (max-width: 899px) {
  .m-official__in {
    width: auto;
  }
}

.m-official__bt {
  line-height: 1.4;
  text-align: center;
}

.m-official__bt__u {
  display: inline-block;
  width: 22.5rem;
  padding: 0 .625rem;
  vertical-align: top;
}

@media screen and (max-width: 899px) {
  .m-official__bt__u {
    display: block;
    width: auto;
    margin-top: .625rem;
    padding: 0;
  }
}

.m-official__bt__u > a {
  -webkit-transition: opacity 500ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 500ms cubic-bezier(.215, .61, .355, 1);
  display: block;
  padding: 1.5rem 0;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 899px) {
  .m-official__bt__u > a {
    font-size: 1rem;
  }
}

html.device-pc .m-official__bt__u > a:hover,
html.device-pc .m-official__bt__u > a:active {
  opacity: .5;
}

.m-official__t {
  margin-top: 1.875rem;
  font-size: .9375rem;
  line-height: 1.86667;
  text-align: center;
}

@media screen and (max-width: 899px) {
  .m-official__t {
    margin-top: 1.5625rem;
  }
}

.m-official__t > span {
  margin: 0 .625rem;
}

@media screen and (max-width: 899px) {
  .m-official__t > span {
    display: block;
    margin: 0;
  }
}

@media screen and (max-width: 899px) {
  .m-official__t > span:first-child {
    margin-top: 0;
  }
}

.m-official__n {
  width: 56.25rem;
  margin: 1.25rem auto 0;
  font-size: .8125rem;
  line-height: 1.69231;
  opacity: .6;
}

@media screen and (max-width: 899px) {
  .m-official__n {
    width: auto;
    margin: .9375rem 0 0;
  }
}

.m-official__sn {
  margin-top: 2.1875rem;
  line-height: 1.1;
  text-align: center;
}

.m-official__sn > li {
  display: inline-block;
  padding: 0 .875rem;
  vertical-align: top;
}

.m-official__sn > li > a {
  -webkit-transition: opacity 500ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 500ms cubic-bezier(.215, .61, .355, 1);
  display: inline-block;
  vertical-align: top;
}

.m-official__sn > li > a > img {
  width: 1.625rem;
  height: 1.625rem;
}

html.device-pc .m-official__sn > li > a:hover,
html.device-pc .m-official__sn > li > a:active {
  opacity: .5;
}

.m-pr {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 899px) {
  .m-pr {
    margin: 0 .625rem .625rem;
  }
}

.m-pr__in {
  position: absolute;
  left: 50%;
  top: .625rem;
  width: 2.375rem;
  height: 1.5625rem;
  margin-left: 32rem;
  box-sizing: border-box;
  padding-top: .3125rem;
  border-radius: .125rem;
  background: rgba(228, 228, 228, .85);
  color: #888;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

@media screen and (max-width: 899px) {
  .m-pr__in {
    position: static;
    width: 1.625rem;
    height: 1.0625rem;
    margin-left: auto;
    padding-top: .1875rem;
    border-radius: .125rem;
    font-size: .625rem;
  }
}

.m-richmenu {
  padding: 5rem 0;
}

@media screen and (max-width: 899px) {
  .m-richmenu {
    padding: 2.5rem 0;
  }
}

.m-richmenu__in {
  width: 68.75rem;
  margin: 0 auto;
}

@media screen and (max-width: 899px) {
  .m-richmenu__in {
    width: auto;
  }
}

.m-richmenu__t {
  width: 56.25rem;
  margin: 0 auto 2.1875rem;
  font-size: .9375rem;
  line-height: 1.86667;
  text-align: center;
}

@media screen and (max-width: 899px) {
  .m-richmenu__t {
    width: auto;
    margin: 0 .625rem 1.875rem;
    text-align: left;
  }
}

.m-richmenu__bd {
  overflow: hidden;
}

.m-richmenu__bd__in {
  margin: 0 -.75rem;
  overflow: hidden;
}

@media screen and (max-width: 899px) {
  .m-richmenu__bd__in {
    margin: 0;
  }
}

.m-richmenu__bd__c {
  float: left;
  margin-top: 3.125rem;
  box-sizing: border-box;
  padding: 0 .75rem;
}

@media screen and (max-width: 899px) {
  .m-richmenu__bd__c {
    float: none;
    margin-top: 4.375rem;
    padding: 0;
  }
}

@media screen and (max-width: 899px) {
  .m-richmenu__bd__c:first-child {
    margin-top: 0;
  }
}

.m-richmenu__bd__p {
  position: relative;
  margin-bottom: 2.1875rem;
}

@media screen and (max-width: 899px) {
  .m-richmenu__bd__p {
    margin-bottom: 1.25rem;
  }
}

.m-richmenu__bd__p__tt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  font-size: 1.875rem;
  line-height: 1.1;
  text-align: center;
}

.m-richmenu__bd__p__tt > span:first-child {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .7;
}

.m-richmenu__bd__p__tt > span:last-child {
  display: table;
  position: relative;
  width: 100%;
}

.m-richmenu__bd__p__tt > span:last-child > span {
  display: table-cell;
  height: 5.625rem;
  vertical-align: middle;
}

.m-richmenu__bd__p > a {
  -webkit-transition: opacity 500ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 500ms cubic-bezier(.215, .61, .355, 1);
  display: block;
  text-decoration: none;
}

.m-richmenu__bd__p > a > img {
  width: 100%;
}

html.device-pc .m-richmenu__bd__p > a:hover,
html.device-pc .m-richmenu__bd__p > a:active {
  opacity: .5;
}

.m-richmenu__bd__tt {
  margin-bottom: .9375rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 899px) {
  .m-richmenu__bd__tt {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.55556;
    text-align: center;
  }
}

.m-richmenu__bd__t {
  font-size: .9375rem;
  line-height: 1.86667;
}

@media screen and (max-width: 899px) {
  .m-richmenu__bd__t {
    margin: 0 .625rem;
  }
}

@media screen and (min-width: 900px) {
  .m-richmenu__bd.is-col2 .m-richmenu__bd__c {
    width: 50%;
  }
  .m-richmenu__bd.is-col2 .m-richmenu__bd__c:nth-child(-n+2) {
    margin-top: 0;
  }
  .m-richmenu__bd.is-col2 .m-richmenu__bd__c:nth-child(2n+1) {
    clear: left;
  }
  .m-richmenu__bd.is-col3 .m-richmenu__bd__c {
    width: 33.33333%;
  }
  .m-richmenu__bd.is-col3 .m-richmenu__bd__c:nth-child(-n+3) {
    margin-top: 0;
  }
  .m-richmenu__bd.is-col3 .m-richmenu__bd__c:nth-child(3n+1) {
    clear: left;
  }
}

.m-richmenu__bt {
  width: 26.25rem;
  margin: 6.875rem auto 0;
}

@media screen and (max-width: 899px) {
  .m-richmenu__bt {
    width: auto;
    margin: 3.4375rem .625rem 0;
  }
}

.m-richmenu__bt > a {
  -webkit-transition: background 500ms cubic-bezier(.215, .61, .355, 1), color 500ms cubic-bezier(.215, .61, .355, 1);
  transition: background 500ms cubic-bezier(.215, .61, .355, 1), color 500ms cubic-bezier(.215, .61, .355, 1);
  display: block;
  position: relative;
  padding: 1.5rem 0;
  border-width: 1px;
  border-style: solid;
  background: #fff;
  font-size: 1.125rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 899px) {
  .m-richmenu__bt > a {
    padding: .875rem 0;
    font-size: .875rem;
  }
}

.m-richmenu__bt > a > span {
  -webkit-transition: background 500ms cubic-bezier(.215, .61, .355, 1);
  transition: background 500ms cubic-bezier(.215, .61, .355, 1);
  display: block;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  width: 1.5625rem;
  height: 1px;
  margin-top: 1px;
}

.m-richmenu__bt > a > span > span {
  -webkit-transition: background 500ms cubic-bezier(.215, .61, .355, 1);
  transition: background 500ms cubic-bezier(.215, .61, .355, 1);
  display: block;
  position: absolute;
  right: -.125rem;
  top: -.1875rem;
  width: .5625rem;
  height: 1px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

html.device-pc .m-richmenu__bt > a:hover,
html.device-pc .m-richmenu__bt > a:active {
  color: #fff !important;
}

html.device-pc .m-richmenu__bt > a:hover > span,
html.device-pc .m-richmenu__bt > a:active > span {
  background: #fff !important;
}

html.device-pc .m-richmenu__bt > a:hover > span > span,
html.device-pc .m-richmenu__bt > a:active > span > span {
  background: #fff !important;
}

.m-richSlider {
  position: relative;
  width: 68.75rem;
  margin: 0 auto;
}

@media screen and (max-width: 899px) {
  .m-richSlider {
    width: auto;
  }
}

.m-richSlider__pl {
  display: table;
  width: 100%;
}

@media screen and (max-width: 899px) {
  .m-richSlider__pl {
    display: block;
    width: auto;
  }
}

.m-richSlider__pl__c {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 899px) {
  .m-richSlider__pl__c {
    display: block;
  }
}

.m-richSlider__pl__c:first-child {
  padding-right: 1.25rem;
}

@media screen and (max-width: 899px) {
  .m-richSlider__pl__c:first-child {
    padding-right: 0;
  }
}

.m-richSlider__pl__c:last-child {
  padding-left: 1.25rem;
}

@media screen and (max-width: 899px) {
  .m-richSlider__pl__c:last-child {
    padding-left: 0;
  }
}

.m-richSlider__bd {
  position: relative;
  width: 42.5rem;
  height: 37.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 899px) {
  .m-richSlider__bd {
    width: auto;
    height: 12.5rem;
  }
}

.m-richSlider__in {
  position: relative;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.m-richSlider__in2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.m-richSlider__u {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.m-richSlider__u__in {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 2.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media screen and (max-width: 899px) {
  .m-richSlider__u__in {
    left: 50%;
    width: 12.5rem;
    margin-left: -6.25rem;
    padding: 0;
  }
}

.m-richSlider__u__p {
  pointer-events: none;
}

.m-richSlider__u__p > img {
  width: 100%;
}

.m-richSlider__ar {
  position: absolute;
  top: 50%;
  width: 3.125rem;
  height: 3.125rem;
  margin-top: -1.5625rem;
}

@media screen and (max-width: 899px) {
  .m-richSlider__ar {
    width: 1.5625rem;
    height: 1.5625rem;
    margin-top: -.78125rem;
  }
}

.m-richSlider__ar > a {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.m-richSlider__ar > a > span {
  -webkit-transition: border-color 500ms cubic-bezier(.215, .61, .355, 1);
  transition: border-color 500ms cubic-bezier(.215, .61, .355, 1);
  display: block;
  position: absolute;
  top: .625rem;
  width: 1.875rem;
  height: 1.875rem;
  box-sizing: border-box;
  border-width: 0;
  border-top-width: 2px;
  border-color: #222;
  border-style: solid;
}

@media screen and (max-width: 899px) {
  .m-richSlider__ar > a > span {
    top: .3125rem;
    width: .9375rem;
    height: .9375rem;
  }
}

.m-richSlider__ar.is-l {
  left: 0;
}

@media screen and (max-width: 899px) {
  .m-richSlider__ar.is-l {
    left: .625rem;
  }
}

.m-richSlider__ar.is-l > a {
  left: 0;
}

.m-richSlider__ar.is-l > a > span {
  left: .4375rem;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-left-width: 2px;
}

@media screen and (max-width: 899px) {
  .m-richSlider__ar.is-l > a > span {
    left: .625rem;
  }
}

.m-richSlider__ar.is-r {
  right: 0;
}

@media screen and (max-width: 899px) {
  .m-richSlider__ar.is-r {
    right: .625rem;
  }
}

.m-richSlider__ar.is-r > a {
  right: 0;
}

.m-richSlider__ar.is-r > a > span {
  right: .4375rem;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right-width: 2px;
}

@media screen and (max-width: 899px) {
  .m-richSlider__ar.is-r > a > span {
    right: .625rem;
  }
}

@media screen and (max-width: 899px) {
  .m-richSlider__pw.is-pc {
    display: none;
  }
}

@media screen and (min-width: 900px) {
  .m-richSlider__pw.is-sp {
    display: none;
  }
}

.m-richSlider__pt {
  overflow: hidden;
}

@media screen and (max-width: 899px) {
  .m-richSlider__pt {
    margin: 2.5rem .625rem 0;
  }
}

.m-richSlider__pt__in {
  margin: -.3125rem;
  overflow: hidden;
}

@media screen and (max-width: 899px) {
  .m-richSlider__pt__in {
    margin: -.125rem;
  }
}

.m-richSlider__pt__in > div {
  float: left;
  width: 8.125rem;
  box-sizing: border-box;
  padding: .3125rem;
}

@media screen and (max-width: 899px) {
  .m-richSlider__pt__in > div {
    width: 25%;
    padding: .125rem;
  }
}

.m-richSlider__pt__in > div > a {
  display: block;
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}

.m-richSlider__pt__in > div > a > span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-style: solid;
}

.m-richSlider__pt__in > div > a > span:nth-child(1) {
  border-width: 2px;
  border-color: #ededed;
}

@media screen and (max-width: 899px) {
  .m-richSlider__pt__in > div > a > span:nth-child(1) {
    border-width: 1px;
  }
}

.m-richSlider__pt__in > div > a > span:nth-child(2) {
  -webkit-transition: opacity 500ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 500ms cubic-bezier(.215, .61, .355, 1);
  border-width: 3px;
  opacity: 0;
}

@media screen and (max-width: 899px) {
  .m-richSlider__pt__in > div > a > span:nth-child(2) {
    border-width: 2px;
  }
}

.m-richSlider__pt__in > div > a > img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

html.device-pc .m-richSlider__pt__in > div > a:hover > span:nth-child(2),
html.device-pc .m-richSlider__pt__in > div > a:active > span:nth-child(2) {
  opacity: 1;
}

.m-richSlider__pt__in > div > a.is-cr {
  cursor: default;
}

.m-richSlider__pt__in > div > a.is-cr > span:nth-child(2) {
  opacity: 1;
}

.m-richSlider__tl {
  width: 56.25rem;
  margin: 2.1875rem auto 0;
}

@media screen and (max-width: 899px) {
  .m-richSlider__tl {
    width: auto;
    margin: 1.25rem .625rem 0;
  }
}

.m-richSlider__tl__u {
  display: none;
}

.m-richSlider__tl__l {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 899px) {
  .m-richSlider__tl__l {
    margin-bottom: .9375rem;
    font-size: 1.125rem;
    line-height: 1.55556;
  }
}

.m-richSlider__tl__t {
  font-size: .9375rem;
  line-height: 1.86667;
}

.m-richSlider__tl__n {
  margin-top: .9375rem;
  font-size: .8125rem;
  line-height: 1.69231;
  opacity: .6;
}

.m-richSlider__tl__ln {
  margin-top: 1.875rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: right;
}

@media screen and (max-width: 899px) {
  .m-richSlider__tl__ln {
    margin-top: 1.25rem;
  }
}

.m-richSlider__tl__ln > a {
  -webkit-transition: color 500ms cubic-bezier(.215, .61, .355, 1);
  transition: color 500ms cubic-bezier(.215, .61, .355, 1);
  display: inline-block;
  position: relative;
  padding-right: 7.1875rem;
}

.m-richSlider__tl__ln > a::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: .5625rem;
  width: 6.25rem;
  height: 1px;
  background: #b1cbd9;
}

.m-slider {
  position: relative;
  width: 68.75rem;
  margin: 0 auto;
  padding-bottom: 2.1875rem;
}

@media screen and (max-width: 899px) {
  .m-slider {
    width: auto;
    padding-bottom: 3.125rem;
  }
}

.m-slider__in {
  position: relative;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.m-slider__in2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.m-slider__u {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.m-slider__u__in {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 6.25rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media screen and (max-width: 899px) {
  .m-slider__u__in {
    padding: 0 .625rem;
  }
}

.m-slider__u__p {
  margin-bottom: 2.1875rem;
  pointer-events: none;
}

@media screen and (max-width: 899px) {
  .m-slider__u__p {
    margin-bottom: 1.25rem;
  }
}

.m-slider__u__p > img {
  width: 100%;
}

.m-slider__u__l {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  pointer-events: none;
}

@media screen and (max-width: 899px) {
  .m-slider__u__l {
    margin-bottom: .9375rem;
    font-size: 1.125rem;
    line-height: 1.55556;
  }
}

.m-slider__u__t {
  font-size: .9375rem;
  line-height: 1.86667;
  pointer-events: none;
}

.m-slider__u__n {
  margin-top: .9375rem;
  font-size: .8125rem;
  line-height: 1.69231;
  opacity: .6;
  pointer-events: none;
}

.m-slider__u__ln {
  margin-top: 1.875rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: right;
}

@media screen and (max-width: 899px) {
  .m-slider__u__ln {
    margin-top: 1.25rem;
  }
}

.m-slider__u__ln > a {
  -webkit-transition: color 500ms cubic-bezier(.215, .61, .355, 1);
  transition: color 500ms cubic-bezier(.215, .61, .355, 1);
  display: inline-block;
  position: relative;
  padding-right: 7.1875rem;
}

.m-slider__u__ln > a::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: .5625rem;
  width: 6.25rem;
  height: 1px;
  background: #b1cbd9;
}

.m-slider__ar {
  position: absolute;
  top: 50%;
  width: 3.125rem;
  height: 3.125rem;
  margin-top: -1.5625rem;
}

@media screen and (max-width: 899px) {
  .m-slider__ar {
    top: auto;
    bottom: 0;
    width: 1.5625rem;
    height: 1.5625rem;
    margin-top: 0;
  }
}

.m-slider__ar > a {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.m-slider__ar > a > span {
  -webkit-transition: border-color 500ms cubic-bezier(.215, .61, .355, 1);
  transition: border-color 500ms cubic-bezier(.215, .61, .355, 1);
  display: block;
  position: absolute;
  top: .625rem;
  width: 1.875rem;
  height: 1.875rem;
  box-sizing: border-box;
  border-width: 0;
  border-top-width: 2px;
  border-color: #222;
  border-style: solid;
}

@media screen and (max-width: 899px) {
  .m-slider__ar > a > span {
    top: .3125rem;
    width: .9375rem;
    height: .9375rem;
  }
}

.m-slider__ar.is-l {
  left: 1.5625rem;
}

@media screen and (max-width: 899px) {
  .m-slider__ar.is-l {
    left: .625rem;
  }
}

.m-slider__ar.is-l > a {
  left: 0;
}

.m-slider__ar.is-l > a > span {
  left: 1.25rem;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-left-width: 2px;
}

@media screen and (max-width: 899px) {
  .m-slider__ar.is-l > a > span {
    left: .625rem;
  }
}

.m-slider__ar.is-r {
  right: 1.5625rem;
}

@media screen and (max-width: 899px) {
  .m-slider__ar.is-r {
    right: .625rem;
  }
}

.m-slider__ar.is-r > a {
  right: 0;
}

.m-slider__ar.is-r > a > span {
  right: 1.25rem;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right-width: 2px;
}

@media screen and (max-width: 899px) {
  .m-slider__ar.is-r > a > span {
    right: .625rem;
  }
}

.m-slider__pt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1.1;
  text-align: center;
}

@media screen and (max-width: 899px) {
  .m-slider__pt {
    bottom: .25rem;
  }
}

.m-slider__pt > div {
  display: inline-block;
  vertical-align: top;
}

.m-slider__pt > div > a {
  display: block;
  position: relative;
  width: .875rem;
  height: .875rem;
  padding: .1875rem;
}

.m-slider__pt > div > a::before {
  -webkit-transition: opacity 500ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 500ms cubic-bezier(.215, .61, .355, 1);
  content: '';
  display: block;
  height: 100%;
  border-radius: 50%;
  background: #000;
  opacity: .2;
}

html.device-pc .m-slider__pt > div > a:hover::before,
html.device-pc .m-slider__pt > div > a:active::before {
  opacity: 1;
}

.m-slider__pt > div > a.is-cr {
  cursor: default;
}

.m-slider__pt > div > a.is-cr::before {
  opacity: 1;
}

.m-top {
  padding: 3.4375rem 0;
}

@media screen and (max-width: 899px) {
  .m-top {
    padding: 0 0 2.5rem;
  }
}

.m-top__in {
  width: 68.75rem;
  margin: 0 auto;
}

@media screen and (max-width: 899px) {
  .m-top__in {
    width: auto;
  }
}

.m-top__in2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 899px) {
  .m-top__in2 {
    display: block;
  }
}

.m-top__p {
  width: 35rem;
}

@media screen and (max-width: 899px) {
  .m-top__p {
    width: auto;
  }
}

.m-top__p > img,
.m-top__p > video {
  width: 100%;
}

.m-top__tw {
  width: 28.75rem;
  padding-right: 5rem;
  box-sizing: content-box;
}

@media screen and (max-width: 899px) {
  .m-top__tw {
    width: auto;
    padding: 1.5625rem .625rem 0;
  }
}

.m-top__tt {
  margin-bottom: 3.4375rem;
  font-size: 4.625rem;
  font-weight: 400;
  line-height: .95;
}

.m-top__tt.jp {
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (max-width: 899px) {
  .m-top__tt {
    margin-bottom: .625rem;
    font-size: 4rem;
  }

  .m-top__tt.jp {
    font-size: 1.6rem;
  }
}

.m-top__l {
  margin-bottom: 1.5625rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

/*.m-top__l.jp {
  font-size: 1.2rem;
}*/

@media screen and (max-width: 899px) {
  .m-top__l {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.45;
  }

  .m-top__l.jp {
    font-size: 1rem;
  }

  .m-top__tw__in {
    text-align: center;
  }

}

.m-top__t {
  font-size: .9375rem;
  line-height: 1.86667;
  font-weight: 400;
}

@media screen and (min-width: 900px) {
  .m-top.is-cover2 .m-top__in {
    width: auto;
  }
  .m-top.is-cover2 .m-top__in2 {
    display: block;
  }
  .m-top.is-cover2 .m-top__p {
    width: auto;
  }
  .m-top.is-cover2 .m-top__tw {
    width: 56.25rem;
    margin: 4.375rem auto 0;
    padding-right: 0;
  }
  .m-top.is-cover2 .m-top__tt {
    text-align: center;
  }
  .m-top.is-cover2 .m-top__l {
    text-align: center;
  }
  .m-top.is-cover3 {
    padding-bottom: 0;
  }
  .m-top.is-cover3 .m-top__in {
    width: auto;
  }
  .m-top.is-cover3 .m-top__in2 {
    display: block;
  }
  .m-top.is-cover3 .m-top__p {
    width: auto;
  }
  .m-top.is-cover3 .m-top__c:last-child {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    margin-left: -34.375rem;
  }
  .m-top.is-cover3 .m-top__tw {
    display: table;
    height: 100%;
    padding-right: 0;
  }
  .m-top.is-cover3 .m-top__tw__in {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 7.5rem;
  }
}

/* PC用*/

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

  .m-top__l.jp {
    font-size: 1.2rem;
  }

  #information .m-menu__bt {
    margin: 2.5rem auto 10px;
  }
  /* リード*/

  .m-lead {
    width: 1100px;
    margin: 0 auto;
    text-align: center;
    background: #fff6fb;
    padding: 50px 150px;
  }
  .m-lead__ttl {
    font-weight: 700;
    font-size: 20px;
  }
  .m-lead__prof {
    display: flex;
    text-align: left;
    align-items: center;
    width: 800px;
    margin: 20px auto;
    padding: 15px;
    border: 1px solid #ccc;
    background: #fff;
  }
  .m-lead__prof img {
    width: 100px;
    margin-right: 15px;
  }
  .m-lead__prof-name {
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .m-lead__txt {
    text-align: left;
  }

  /*リードここまで*/

  /*コメント*/
  .m-menu__t.tit {
    font-weight: 700;
    font-size: 18px;
    margin: 15px 0;
  }
  .m-menu__comment li {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
  }
  .m-menu__comment li:last-child {
    margin-bottom: 0;
  }
  .m-menu__comment li img {
    width: 100px;
    margin-right: 15px;
  }
  /*コメントここまで*/

  /*サブコンテンツ*/
  .m-menu__item {
    width: 800px;
    margin: 0 auto;
  }
  .m-menu__item_line {
    background: #fff6fb;
    padding: 30px;
    margin-bottom: 30px;
  }
  .m-menu__item_line strong{
    display: block;
    text-align: center;
  }
  /*サブコンテンツここまで*/

  .m-official__n {
    text-align: center;
  }

}

/* SP用*/

@media screen and (max-width: 899px) {

  .m-top__l.jp {
    font-size: 0.8rem;
  }

   /* リード*/

   .m-lead {
    background: #fff6fb;
    padding: 30px 0 1px;
   }

  .m-lead__ttl {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
  }
  .m-lead__prof {
    margin: 15px 10px;
    padding: 15px;
    border: 1px solid #ccc;
    background: #fff
  }
  .m-lead__prof img {
    display: block;
    width: 100px;
    margin: 0 auto 10px;
  }
  .m-lead__prof-name {
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    margin-bottom: 8px;
    text-align: center;
  }
  .m-lead__txt {
    margin: 0 10px 50px;
  }

  /*リードここまで*/

  /*コメント*/
  .m-menu__t.tit {
    font-weight: 700;
    font-size: 18px;
    margin: 20px 0 25px;
    text-align: center;
  }
  .m-menu__comment li {
    text-align: center;
    margin-bottom: 30px;
  }
  .m-menu__comment li:last-child {
    margin-bottom: 0;
  }
  .m-menu__comment li img {
    width: 150px;
    margin-bottom: 15px;
  }
  .m-menu__comment-txt {
    text-align: left;
  }
  /*コメントここまで*/

  /*サブコンテンツ*/
  .m-menu__item {
    margin: 0 10px 60px;
  }
  .m-menu__item_line {
    background: #fff6fb;
    padding: 20px;
    margin-bottom: 20px;
  }
  .m-menu__item_line strong{
    display: block;
    text-align: center;
  }
  /*サブコンテンツここまで*/

}

.m-info__l {
    text-align: center !important;
  }

.m-top__t {
  text-align: left;
}

sup {
  font-size: 9px;
}