@charset "utf-8";
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 400;
  src: url(../font/NotoSerifCJKjp-Regular.otf) format("opentype")
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 600;
  src: url(../font/NotoSerifCJKjp-SemiBold.otf) format("opentype")
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 200;
  src: url("../font/NotoSansCJKjp-Light.woff") format("woff");
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 300;
  src: url("../font/NotoSansCJKjp-DemiLight.woff") format("woff");
}
html {
  font-size: 519.23077%;
}
html.html-sp-active {
  overflow: hidden;
  position: fixed;
}
body {
  font-size: .18rem;
}
.desioLowerWrap {
  vertical-align: baseline;
  line-height: 200%;
  font-family: "游明朝, Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Noto Serif Japanese", "HGS明朝E", "メイリオ", "Meiryo", serif;
	position:relative;
  font-weight: 400;
}
.fig-block {
  font-family: "-apple-system", "BlinkMacSystemFont", "Helvetica Neue", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Arial", "メイリオ", "Meiryo", sans-serif;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.display-none {
  display: none !important;
}
.over-hidden {
  overflow: hidden;
}
.anno {
  margin-top: .2rem;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.16852rem;
  line-height: 150%;
}
header.desioHeader {
  position: relative;
  margin-top: 0;
}
.wrapp {
  margin: auto;
  width: 100%;
  max-width: 1080px;
  padding: 0 .5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.link-btn01.short {
  max-width: 4.5rem;
}
.link-btn01.middle {
  margin: auto;
}
.link-btn01 a {
  display: block;
  padding: .21rem 0;
  text-align: center;
  border: 1px solid #000;
  position: relative;
  overflow: hidden;
}
.link-btn01 a span {
  -webkit-transition: border .3s ease;
  transition: border .3s ease;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0);
}
.link-btn01 a .icon-arrow {
  background-image: url(../images/arrow-icon01.png);
  width: 0.31296rem;
  height: 0.15648rem;
}
.link-btn01 a .icon-arrow, .link-btn01 a .icon-arrow02 {
  position: absolute;
  -webkit-transition: all .3s;
  transition: all .3s;
  right: .2rem;
  top: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
}
.link-btn01 a .icon-arrow02 {
  background-image: url(../../common/images/arrow-icon02.png);
  width: .15rem;
  height: .3rem;
}
.link-btn01 a .icon-link {
  position: absolute;
  -webkit-transition: all .3s;
  transition: all .3s;
  right: .2rem;
  background-image: url(../../common/images/link-icon-black.png);
  width: 0.25278rem;
  height: 0.20463rem;
  top: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
}
.link-btn01 a:hover .icon-arrow {
  -webkit-animation: a .3s;
  animation: a .3s;
}
.link-btn01 a:hover .icon-arrow02 {
  -webkit-animation: b .3s;
  animation: b .3s;
}
.link-btn01 a:hover .icon-link {
  -webkit-animation: a .3s;
  animation: a .3s;
}
.link-btn01 a:hover span {
  border-bottom: 1px solid #000;
}
@-webkit-keyframes a {
  50% {
    right: .15rem;
  }
  to {
    right: .2rem;
  }
}
@keyframes a {
  50% {
    right: .15rem;
  }
  to {
    right: .2rem;
  }
}
@-webkit-keyframes b {
  50% {
    top: .15rem;
  }
  to {
    top: 0;
  }
}
@keyframes b {
  50% {
    top: .15rem;
  }
  to {
    top: 0;
  }
}
.section-area {
  margin-top: .8rem;
}
.section-area .img-block {
  line-height: 0;
}
.section-area .img-block img {
  width: 100%;
}
.top-margin-big {
  margin-top: 1.6rem;
}
.section-area.right-img .wrapp {
  overflow: hidden;
}
.section-area.right-img .wrapp .main-area {
  position: relative;
}
.section-area.right-img .wrapp .main-area .sub-title-block {
  max-width: 5.6rem;
}
.section-area.right-img .wrapp .main-area .img-block {
  position: absolute;
  height: auto;
  width: 5.6rem;
  right: 0;
  top: 0;
}
.inner-header-area {
  position: relative;
  padding-bottom: 1rem;
}
.inner-header-area .bk-img {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  height: 5.4rem;
}
.inner-header-area .title-block {
  position: absolute;
  top: .6rem;
  background-color: #fff;
  width: 7.6rem;
  padding: .55rem .3rem .55rem .8rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: .18rem;
}
.inner-header-area .title-block h1 {
  font-size: .3rem;
}
.inner-header-area .title-block h1:after {
  content: "";
  display: block;
  margin-top: .3rem;
  height: 1px;
  width: 2.8rem;
  background-color: #000;
}
.inner-header-area .title-block .desc {
  padding-top: .3rem;
  font-weight: 600;
}
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
  opacity: .8;
  z-index: 20;
}
#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 60px;
  padding: 10px 0;
  line-height: 20px;
  text-align: center;
  display: block;
  font-size: 14px;
}
#page-top a:hover {
  text-decoration: none;
  background: #999;
  opacity: 1;
}
.big-bnr-area .bnr-head {
  font-size: .3rem;
  margin-bottom: .3rem;
}
.bnr-block {
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.bnr-block .txt-block {
  width: 40%;
  float: left;
}
.bnr-block .img-block {
  width: 6.4rem;
  float: right;
}
.bnr-block .bnr-link-icon {
  position: absolute;
  top: 0;
  right: 56%;
  width: .21rem;
}
.bnr-block .bnr-link-icon img {
  width: 100%;
}
.bnr-block .up43-icon {
  position: absolute;
  bottom: 0;
  right: 56%;
  width: .83rem;
}
.bnr-block .up43-icon img {
  width: 100%;
}
.bnr-block .title {
  font-size: .4rem;
  text-align: center;
  line-height: 200%;
  position: absolute;
  top: .45rem;
  width: 46.7%;
}
.big-bnr-area.case .bnr-block .title {
  font-size: .6rem;
  top: .2rem;
  line-height: 150%;
}
.big-bnr-area.case .bnr-block .title span.sub {
  font-size: .3rem;
  font-weight: 600;
}
.line-last {
  display: inline-block;
  position: relative;
}
.line-last .horizon {
  position: absolute;
  width: 0;
  height: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #000;
  top: 0;
  bottom: 0;
  margin: auto 0 auto .1rem;
}
.bnr-block .img-block {
  opacity: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.bnr-block:hover .img-block {
  opacity: .7;
}
.bnr-block .title span {
  -webkit-transition: border .3s ease;
  transition: border .3s ease;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0);
}
.bnr-block:hover .title span.title-txt {
  border-bottom: 1px solid #000;
}
.g-menu {
  overflow: hidden;
  height: 1rem;
  min-height: 57px;
  border-bottom: 1px solid #e0e0e0;
  position: absolute;
  bottom: 0;
  z-index: 20;
  width: 100%;
  background-color: #fff;
}
.g-menu .title {
  float: left;
  line-height: 0;
  padding: .15rem;
  width: 20%;
}
.g-menu .title a {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1;
}
.g-menu .title a:hover {
  opacity: .7;
}
.g-menu .title a {
  display: block;
}
.g-menu .title object {
  height: 0.72222rem;
  min-height: 45px;
  width: 100%;
  display: block;
  pointer-events: none;
}
.g-menu ul.g-menu-list {
  float: right;
  display: inline-block;
  overflow: hidden;
}
.g-menu ul.g-menu-list li {
  line-height: 0;
  float: left;
  margin-right: .5rem;
  position: relative;
}
.g-menu ul.g-menu-list li:last-child {
  margin-right: 0;
}
.g-menu ul.g-menu-list li a {
  padding: .24rem 0;
  display: block;
  display: -ms-grid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.g-menu ul.g-menu-list li a:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.g-menu ul.g-menu-list li a:hover:after {
  opacity: 1;
}
.g-menu ul.g-menu-list li object {
  height: 0.51759rem;
  min-height: 30px;
  pointer-events: none;
}
.g-menu ul.g-menu-list li:after {
  content: "";
  height: 20px;
  width: 1px;
  background-color: #b3b3b3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -.25rem;
  margin: auto;
}
.g-menu ul.g-menu-list li.active a:after {
  opacity: 1;
}
.g-menu.fixed {
  height: .8rem;
  top: 0;
  bottom: auto;
  position: fixed;
  z-index: 10;
  -webkit-box-shadow: 0 2px 3px hsla(0, 0%, 4%, .1);
  box-shadow: 0 2px 3px hsla(0, 0%, 4%, .1);
  width: 100%;
  background-color: hsla(0, 0%, 100%, .9);
}
.g-menu.fixed ul.g-menu-list li a {
  padding: 0.192rem 0;
}
.g-menu.fixed ul.g-menu-list li object {
  height: .416rem;
}
.g-menu.fixed .title object {
  height: .584rem;
}
.g-menu.fixed.sp-active {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: none;
}
.g-menu * {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.g-menu .g-menu-btn-area .spmenu-block {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: .15rem;
  width: .3rem;
  height: .22rem;
}
.g-menu .g-menu-btn-area .spmenu-block .spmenu_btn {
  display: block;
  width: .3rem;
  height: 2px;
  background: #666;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.g-menu .g-menu-btn-area .spmenu-block .spmenu_btn:before {
  top: -9px;
}
.g-menu .g-menu-btn-area .spmenu-block .spmenu_btn:after, .g-menu .g-menu-btn-area .spmenu-block .spmenu_btn:before {
  content: "";
  position: absolute;
  width: .3rem;
  height: 2px;
  background: #666;
  right: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.g-menu .g-menu-btn-area .spmenu-block .spmenu_btn:after {
  bottom: -9px;
}
.g-menu .g-menu-btn-area .pam-block {
  position: absolute;
  height: .5rem;
  right: .6rem;
}
.g-menu .g-menu-btn-area .pam-block a {
  height: 100%;
  display: block;
}
.g-menu .g-menu-btn-area .pam-block a img {
  height: 100%;
}
.g-menu.sp-active .g-menu-btn-area .spmenu-block .spmenu_btn {
  background-color: hsla(0, 0%, 100%, 0);
}
.g-menu.sp-active .g-menu-btn-area .spmenu-block .spmenu_btn:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 0;
  right: 0;
}
.g-menu.sp-active .g-menu-btn-area .spmenu-block .spmenu_btn:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 0;
  right: 0;
}
.g-menu-sp {
  height: 100vh;
  width: 100vw;
  background-color: #fff;
  position: fixed;
  top: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.g-menu-sp .g-menu-list-sp {
  opacity: 0;
  padding-top: .6rem;
  text-align: center;
  z-index: -1;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
  overflow-y: scroll;
  height: 100vh;
}
.g-menu-sp .g-menu-list-sp li {
  margin-bottom: .25rem;
}
.g-menu-sp .g-menu-list-sp li img {
  height: .17rem;
}
.g-menu-sp .g-menu-list-sp li:last-child {
  margin-bottom: .7rem;
}
.g-menu-sp.sp-active {
  opacity: 1;
  z-index: 2;
}
.g-menu-sp.sp-active .g-menu-list-sp {
  opacity: 1;
  z-index: 3;
}
.g-menu-pam {
  width: 150px;
  left: 10px;
  bottom: -200px;
  z-index: 20;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  position: fixed;
}
.g-menu-pam.fixed {
  bottom: 10px;
}
.g-menu-pam:hover {
  opacity: .7;
}
.g-menu-pam a {
  width: 100%;
  display: block;
  line-height: 0;
}
.g-menu-pam img {
  width: 100%;
  -webkit-box-shadow: 0 2px 3px hsla(0, 0%, 4%, .3);
  box-shadow: 0 2px 3px hsla(0, 0%, 4%, .3);
}
.pam-area {
  padding-top: .8rem;
}
.pam-area {
  text-align: center;
  border-top: 1px solid #000;
}
.pam-area h2 {
  font-size: .3rem;
  margin-bottom: .4rem;
}
.pam-area .pam-img img {
  margin-bottom: .4rem;
  width: 87.917%;
}
.footer-area {
  margin-top: .8rem;
  padding: .3rem 0;
  background-color: #f2f2f2;
  text-align: center;
}
.footer-area ul.sns-list {
  font-size: 0;
  line-height: 0;
}
.footer-area ul.sns-list li {
  line-height: 0;
  display: inline-block;
  margin-right: .4rem;
}
.footer-area ul.sns-list li img {
  width: auto;
  height: .2rem;
}
.footer-area ul.sns-list li:last-child {
  margin-right: 0;
}
.footer-area ul.sns-list li a {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1;
}
.footer-area ul.sns-list li a:hover {
  opacity: .7;
}

.scroll-target {
  position: relative;
  top: .2rem;
  opacity: 0;
}
.para-target {
  top: 0;
}
.sub-title-block .sub-head {
  font-size: .3rem;
  margin-bottom: .1rem;
  display: inline-block;
  line-height: 150%;
}
.sub-title-block h2 {
  font-size: .4rem;
  margin-bottom: .35rem;
  line-height: 110%;
}
.sub-title-block .desc {
  margin-bottom: .4rem;
}
.modal-target {
  cursor: pointer;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1;
}
.modal-target:hover {
  opacity: .7;
}
.modal-area {
  opacity: 0;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: fixed;
  background-color: #fff;
  height: 100vh;
  width: 100vw;
  top: 0;
}
.modal-area.active {
  opacity: 1;
  z-index: 20;
  height: 100vh;
  overflow-y: scroll;
}
.modal-area > div {
  display: none;
}
.modal-area > div.active {
  display: block;
}
.modal-area .modal-close {
  cursor: pointer;
  width: .5rem;
  height: .5rem;
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 10;
}
.modal-area .modal-close img {
  width: 100%;
}
.modal-area .img-block {
  margin-top: 10vh;
}
.modal-area .img-block .img {
  text-align: center;
  position: relative;
  margin: auto;
}
.modal-area .img-block .img img {
  max-width: 10rem;
  max-height: 9rem;
  max-height: 70vh;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.modal-area .cap {
  width: 10rem;
  margin: .4rem auto;
}
.opening {
  position: relative;
  background-color: #fff;
}
.opening ul {
  width: 100%;
  height: 100vh;
}
.opening ul li {
  position: absolute;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.opening ul li .opening-text-block {
  display: none;
}
.opening ul li .opening-text {
  position: absolute;
  width: 80%;
  max-width: 800px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 9;
}
.opening ul li {
  display: none;
  z-index: 1;
}
.opening ul li .opening-img {
  max-width: inherit;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: 50% -1rem;
  background-repeat: no-repeat;
}
.opening ul li .opening-img .opening-img01 {
  float: left;
}
.opening ul li .opening-img .opening-img01, .opening ul li .opening-img .opening-img02 {
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.opening ul li .opening-img .opening-img02 {
  float: right;
}
.opening ul li:first-child {
  z-index: 2;
}
.opening ul li:nth-child(2) {
  z-index: 1;
  display: list-item;
}
.hero-area .hero-list li span .hero-img {
  width: auto;
  height: 100vh;
}
.cycle {
  max-width: 1000px;
  margin: 0 auto;
}
#jquery-cycle li {
  width: 100%;
}
#jquery-cycle li .opening-img {
  width: 100%;
  display: block;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
@media screen and (max-width:1080px) {
  html {
    font-size: 7.69231vw;
  }
}
@media screen and (max-width:767px) {
  html {
    font-size: 31.25vw;
  }
  body {
    font-size: .12rem !important;
  }
  .pc-only {
    display: none !important;
  }
  .wrapp {
    margin: auto;
    width: 100%;
    padding: 0 .12rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sub-title-block {
    text-align: center;
  }
  .sub-title-block .sub-head {
    font-size: .18rem;
    margin-bottom: .1rem;
    display: inline-block;
  }
  .sub-title-block h2 {
    font-size: .24rem;
    margin-bottom: .2rem;
  }
  .sub-title-block .desc {
    text-align: left;
    margin-bottom: .2rem;
  }
  .anno {
    margin-top: .1rem;
    font-size: .12rem;
  }
  .section-area {
    margin-top: .6rem;
  }
  .section-area .img-block {
    line-height: 0;
    margin-bottom: .2rem;
  }
  .section-area .img-block img {
    width: 100%;
  }
  .top-margin-big {
    margin-top: .6rem;
  }
  .inner-header-area {
    padding-bottom: 0;
  }
  .inner-header-area .bk-img {
    height: 2rem;
    padding-bottom: 0;
  }
  .inner-header-area .title-block {
    position: static;
    margin: auto;
    width: 100%;
    padding: .2rem .12rem 0;
  }
  .inner-header-area .title-block h1 {
    text-align: center;
    font-size: .2rem;
  }
  .inner-header-area .title-block h1:after {
    content: "";
    display: block;
    margin: auto;
    margin-top: .1rem;
    height: 1px;
    width: 10%;
    background-color: #000;
  }
  .inner-header-area .title-block .desc {
    padding-top: .1rem;
    font-weight: 400;
    font-size: .12rem;
  }
  .section-area.right-img .wrapp .main-area .sub-title-block {
    max-width: auto;
    width: 100%;
  }
  .section-area.right-img .wrapp .main-area .img-block {
    position: static;
    width: 100%;
  }
  .link-btn01 a {
    font-size: .14rem;
    padding: .15rem 0;
  }
  .link-btn01 a .icon-arrow {
    width: .2rem;
    height: .1rem;
  }
  .link-btn01 a .icon-arrow02 {
    right: .2rem;
    width: .1rem;
    height: .2rem;
    top: 0;
    bottom: 0;
  }
  .link-btn01 a .icon-link {
    width: 0.16852rem;
    height: 0.12037rem;
  }
  .line-last {
    display: inline;
  }
  #page-top {
    bottom: 20px;
    right: 20px;
  }
  #page-top a {
    width: 50px;
    padding: 10px 0;
    line-height: 15px;
    font-size: 10px;
  }
  .big-bnr-area .bnr-head {
    font-size: .18rem;
    text-align: left;
    margin-bottom: .1rem;
  }
  .bnr-block .txt-block {
    width: 100%;
  }
  .bnr-block .img-block {
    width: 100%;
    margin-bottom: 0;
  }
  .bnr-block .bnr-link-icon {
    position: absolute;
    top: .1rem;
    right: .1rem;
    width: .21rem;
  }
  .bnr-block .up43-icon {
    position: absolute;
    bottom: .1rem;
    right: .1rem;
    width: .4rem;
    line-height: 0;
  }
  .bnr-block .title {
    font-size: .18rem;
    text-align: left;
    position: static;
    top: 0;
    width: 100%;
    padding: .1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 150%;
  }
  .big-bnr-area.case .bnr-block .title {
    font-size: .18rem;
  }
  .big-bnr-area.case .bnr-block .title span.sub {
    font-size: .18rem;
    font-weight: 400;
  }
  .g-menu {
    display: none;
    min-height: auto;
  }
  .g-menu .title {
    padding: 0;
    width: auto;
  }
  .g-menu .title img {
    height: .14rem;
    min-height: auto;
  }
  .g-menu.fixed {
    height: .5rem;
    display: block;
  }
  .g-menu.fixed .title {
    padding: 0;
    width: auto;
  }
  .g-menu.fixed .title img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: .14rem;
    min-height: auto;
  }
  .g-menu-pam, .g-menu.fixed ul.g-menu-list {
    display: none;
  }
  header.desioHeader.fixed {
    padding-bottom: 0;
  }
  .footer-area {
    margin-top: .3rem;
    padding: .2rem 0;
  }
  .pam-area {
    padding-top: .3rem;
  }
  .pam-area h2 {
    font-size: .18rem;
    margin-bottom: .2rem;
    line-height: 150%;
  }
  .pam-area .pam-img img {
    margin-bottom: .2rem;
    width: 100%;
  }
  .modal-target {
    cursor: auto;
  }
  .modal-area > div.active {
    padding: 0 .12rem;
  }
  .modal-area .modal-close {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
  }
  .modal-area .modal-close img {
    width: 100%;
  }
  .modal-area .img-block {
    margin-top: 50px;
  }
  .modal-area .img-block .img {
    text-align: center;
    height: auto;
    position: relative;
    margin: auto;
  }
  .modal-area .img-block .img img {
    max-width: auto;
    max-height: 60vh;
    max-width: 100%;
    height: auto;
  }
  .modal-area .cap {
    width: 100%;
    margin: .2rem auto;
    font-size: .14rem;
  }
  .opening ul {
    width: 100%;
    height: 2.5rem;
  }
  .opening ul li {
    position: absolute;
    overflow: hidden;
    width: 100%;
    text-align: center;
  }
  .opening ul li .opening-text {
    position: absolute;
    width: 95%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 9;
  }
  .opening ul li {
    z-index: 1;
  }
  .opening ul li .opening-img {
    max-width: inherit;
    width: 100%;
    height: 2.5rem;
    background-position: 50%;
  }
}
@media screen and (min-width:1081px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width:940px) {
  body {
    font-size: 14px;
  }
}
@media screen and (min-width:768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width:1280px) {
  .g-menu-pam {
    width: 120px;
    left: 5px;
  }
}
@media only screen and (max-device-width: 767px) and (orientation:landscape) {
  .g-menu.fixed {
    height: .2rem !important;
  }
  .g-menu .g-menu-btn-area .pam-block {
    height: .2rem;
  }
  .g-menu .g-menu-btn-area .spmenu-block .spmenu_btn:after, .g-menu .g-menu-btn-area .spmenu-block .spmenu_btn:before {
    width: .2rem;
  }
  .g-menu .g-menu-btn-area .spmenu-block .spmenu_btn {
    width: .2rem;
  }
  .g-menu-sp .g-menu-list-sp {
    padding-top: .3rem;
  }
}

.desioLowerBack {
  position: relative;
  height: 50px;
}

@media screen and (max-width:767px) {
  .desioLowerBack {
    height: 40px;
  }
}

.desioLowerBack__bt {
  position: absolute;
  top: 13px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}

@media (min-width: 768px) and (max-width: 1154px) {
  .desioLowerBack__bt {
    left: 20px;
  }
}

@media (min-width: 1155px) and (max-width: 1380px) {
  .desioLowerBack__bt {
    left: calc(13.2743vw + -133.319px);
  }
}

@media (min-width: 1381px) {
  .desioLowerBack__bt {
    left: 50px;
  }
}

@media screen and (max-width:767px) {
  .desioLowerBack__bt {
    left: 10px;
    top: 9px;
    font-size: 13px;
  }
}

.desioLowerBack__bt > a {
  display: inline-block;
  position: relative;
  padding-left: 18px;
  vertical-align: top;
  transition: opacity 250ms cubic-bezier(.215, .61, .355, 1);
}

.desioLowerBack__bt > a::before {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  box-sizing: border-box;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(225deg);
}

@media screen and (max-width:767px) {
  .desioLowerBack__bt > a::before {
    margin-top: -4px;
  }
}

.desioLowerBack__bt > a:hover,
.desioLowerBack__bt > a:active {
  opacity: 0.7;
}
