@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 default
==================================================================================*/
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* Mediumない場合 */
}

@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}

/* -------------------------------------------
 initialize
*/
html {
  font-size: .078vw;
  /*@media (max-width:$breakpoint_sp) {
    font-size: .08vw;
  }*/
}

@media (max-width: 1024px) {
  html {
    font-size: .078vw;
  }
}

@media (max-width: 768px) {
  html {
    font-size: .26vw;
  }
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, nlegend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1;
  vertical-align: baseline;
  background: transparent;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEI1MzY2NTA1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEI1MzY2NTE1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQjUzNjY0RTVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQjUzNjY0RjVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj3ggHcAAAAQSURBVHjaYvj//z8DQIABAAj8Av7bok0WAAAAAElFTkSuQmCC");
}

body {
  color: #000;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: none;
  font-family: "Zen Old Mincho", serif;
  text-align: justify;
  text-justify: inter-ideograph;
  font-feature-settings: "pwid";
  position: relative;
  letter-spacing: .2em;
}

.garamond {
  font-family: "the-seasons", sans-serif;
  font-weight: 300;
}

.serif {
  font-family: "Zen Old Mincho", serif;
}

.gothic {
  font-family: "Inter","Yu Gothic", YuGothic , sans-serif;
  font-weight: normal;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.all-wrap {
  position: relative;
  z-index: 2;
  letter-spacing: .12em;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

sup {
  font-size: 10px;
  vertical-align: super;
}

div {
  line-height: 0;
}

ul li {
  list-style: none;
}

input, select {
  vertical-align: middle;
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

table {
  font-size: 100%;
  border-collapse: collapse;
  width: 100%;
}

main {
  display: block;
}

img {
  -ms-interpolation-mode: bicubic;
}

iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

a {
  text-decoration: none;
}

@media (min-width: 1025px) {
  a:hover {
    opacity: 0.7;
  }
}

a.no-link {
  cursor: default !important;
}

a.no-link:hover {
  opacity: 1 !important;
}

.disable a {
  opacity: 0.25 !important;
  cursor: default;
}

.disable a:after {
  display: none !important;
}

@media screen and (min-width: 1025px) {
  a:hover {
    transition: opacity .3s;
  }
}

@media screen and (min-width: 1025px) {
  img.pc {
    display: inline-block !important;
  }
  .pc {
    display: block !important;
  }
  .sp, .tb {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .sp {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
  img.tb {
    display: inline-block !important;
  }
  span.tb {
    display: inline !important;
  }
}

@media screen and (max-width: 768px) {
  .pc, .tb {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  img.sp {
    display: inline-block !important;
  }
  span.sp {
    display: inline !important;
  }
}

@media (max-width: 768px) {
  sup {
    font-size: 8px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .wrap {
    width: 94%;
  }
}

/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 default
==================================================================================*/
.loading img {
  width: 100%;
}

.require-login {
  display: none !important;
}

.logined .require-login {
  display: block !important;
}

.logined .no-login {
  display: none !important;
}

.cinzel {
  font-family: "Cinzel", serif;
}

.cormorant {
  font-family: "Cormorant Garamond", sans-serif;
}

.seasons {
  font-family: "the-seasons", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.all-wrap {
  position: relative;
  z-index: 1;
  color: #000;
}

.wrap {
  position: relative;
  margin: 0 auto;
  max-width: 1000rem;
}

figure {
  position: relative;
}

@keyframes arrow {
  0% {
    transform: translate(-200%, -50%);
  }
  100% {
    transform: translate(200%, -50%);
  }
}

.page-anime-subs {
  font-size: 138rem;
  text-align: center;
  font-family: "the-seasons", sans-serif;
  font-weight: 300;
  font-style: normal;
  -webkit-mask-image: url(../images/top/mask01-03.png);
  mask-image: url(../images/top/mask01-03.png);
  -webkit-mask-size: 4500% auto;
  mask-size: 4500% auto;
  -webkit-mask-position: 30% 0%;
  mask-position: 30% 0%;
  transition: -webkit-mask-position 1.5s,mask-position 4.5s;
}

.page-anime-subs span {
  color: #ccc;
  transition: color .8s;
  margin: 0 .06em;
}

.page-anime-subs .sub1 {
  transition-delay: 0.12s;
}

.page-anime-subs .sub2 {
  transition-delay: 0.24s;
}

.page-anime-subs .sub3 {
  transition-delay: 0.36s;
}

.page-anime-subs .sub4 {
  transition-delay: 0.48s;
}

.page-anime-subs .sub5 {
  transition-delay: 0.6s;
}

.page-anime-subs .sub6 {
  transition-delay: 0.72s;
}

.page-anime-subs .sub7 {
  transition-delay: 0.84s;
}

.page-anime-subs .sub8 {
  transition-delay: 0.96s;
}

.page-anime-subs .sub9 {
  transition-delay: 1.08s;
}

.page-anime-subs .sub10 {
  transition-delay: 1.2s;
}

.page-anime-subs .sub11 {
  transition-delay: 1.32s;
}

.page-anime-subs .sub12 {
  transition-delay: 1.44s;
}

.page-anime-subs .sub13 {
  transition-delay: 1.56s;
}

.page-anime-subs .sub14 {
  transition-delay: 1.68s;
}

.page-anime-subs .sub15 {
  transition-delay: 1.8s;
}

.page-anime-subs .sub16 {
  transition-delay: 1.92s;
}

.page-anime-subs .sub17 {
  transition-delay: 2.04s;
}

.page-anime-subs .sub18 {
  transition-delay: 2.16s;
}

.page-anime-subs .sub19 {
  transition-delay: 2.28s;
}

.page-anime-subs .sub20 {
  transition-delay: 2.4s;
}

.page-anime-subs .sub21 {
  transition-delay: 2.52s;
}

.page-anime-subs .sub22 {
  transition-delay: 2.64s;
}

.page-anime-subs .sub23 {
  transition-delay: 2.76s;
}

.page-anime-subs .sub24 {
  transition-delay: 2.88s;
}

.page-anime-subs .sub25 {
  transition-delay: 3s;
}

.page-anime-subs .sub26 {
  transition-delay: 3.12s;
}

.page-anime-subs .sub27 {
  transition-delay: 3.24s;
}

.page-anime-subs .sub28 {
  transition-delay: 3.36s;
}

.page-anime-subs .sub29 {
  transition-delay: 3.48s;
}

.page-anime-subs .sub30 {
  transition-delay: 3.6s;
}

.page-anime-subs .sub31 {
  transition-delay: 3.72s;
}

.page-anime-subs .sub32 {
  transition-delay: 3.84s;
}

.page-anime-subs .sub33 {
  transition-delay: 3.96s;
}

.page-anime-subs .sub34 {
  transition-delay: 4.08s;
}

.page-anime-subs .sub35 {
  transition-delay: 4.2s;
}

.page-anime-subs .sub36 {
  transition-delay: 4.32s;
}

.page-anime-subs .sub37 {
  transition-delay: 4.44s;
}

.page-anime-subs .sub38 {
  transition-delay: 4.56s;
}

.page-anime-subs .sub39 {
  transition-delay: 4.68s;
}

.page-anime-subs .sub40 {
  transition-delay: 4.8s;
}

.page-anime-subs .sub41 {
  transition-delay: 4.92s;
}

.page-anime-subs .sub42 {
  transition-delay: 5.04s;
}

.page-anime-subs .sub43 {
  transition-delay: 5.16s;
}

.page-anime-subs .sub44 {
  transition-delay: 5.28s;
}

.page-anime-subs .sub45 {
  transition-delay: 5.4s;
}

.page-anime-subs .sub46 {
  transition-delay: 5.52s;
}

.page-anime-subs .sub47 {
  transition-delay: 5.64s;
}

.page-anime-subs .sub48 {
  transition-delay: 5.76s;
}

.page-anime-subs .sub49 {
  transition-delay: 5.88s;
}

.page-anime-subs .sub50 {
  transition-delay: 6s;
}

.page-anime-subs .sub51 {
  transition-delay: 6.12s;
}

.page-anime-subs .sub52 {
  transition-delay: 6.24s;
}

.page-anime-subs .sub53 {
  transition-delay: 6.36s;
}

.page-anime-subs .sub54 {
  transition-delay: 6.48s;
}

.page-anime-subs .sub55 {
  transition-delay: 6.6s;
}

.page-anime-subs .sub56 {
  transition-delay: 6.72s;
}

.page-anime-subs .sub57 {
  transition-delay: 6.84s;
}

.page-anime-subs .sub58 {
  transition-delay: 6.96s;
}

.page-anime-subs .sub59 {
  transition-delay: 7.08s;
}

.page-anime-subs .sub60 {
  transition-delay: 7.2s;
}

.page-anime-subs .sub61 {
  transition-delay: 7.32s;
}

.page-anime-subs .sub62 {
  transition-delay: 7.44s;
}

.page-anime-subs .sub63 {
  transition-delay: 7.56s;
}

.page-anime-subs .sub64 {
  transition-delay: 7.68s;
}

.page-anime-subs .sub65 {
  transition-delay: 7.8s;
}

.page-anime-subs .sub66 {
  transition-delay: 7.92s;
}

.page-anime-subs .sub67 {
  transition-delay: 8.04s;
}

.page-anime-subs .sub68 {
  transition-delay: 8.16s;
}

.page-anime-subs .sub69 {
  transition-delay: 8.28s;
}

.page-anime-subs .sub70 {
  transition-delay: 8.4s;
}

.page-anime-subs .sub71 {
  transition-delay: 8.52s;
}

.page-anime-subs .sub72 {
  transition-delay: 8.64s;
}

.page-anime-subs .sub73 {
  transition-delay: 8.76s;
}

.page-anime-subs .sub74 {
  transition-delay: 8.88s;
}

.page-anime-subs .sub75 {
  transition-delay: 9s;
}

.page-anime-subs .sub76 {
  transition-delay: 9.12s;
}

.page-anime-subs .sub77 {
  transition-delay: 9.24s;
}

.page-anime-subs .sub78 {
  transition-delay: 9.36s;
}

.page-anime-subs .sub79 {
  transition-delay: 9.48s;
}

.page-anime-subs .sub80 {
  transition-delay: 9.6s;
}

.page-anime-subs .sub81 {
  transition-delay: 9.72s;
}

.page-anime-subs .sub82 {
  transition-delay: 9.84s;
}

.page-anime-subs .sub83 {
  transition-delay: 9.96s;
}

.page-anime-subs .sub84 {
  transition-delay: 10.08s;
}

.page-anime-subs .sub85 {
  transition-delay: 10.2s;
}

.page-anime-subs .sub86 {
  transition-delay: 10.32s;
}

.page-anime-subs .sub87 {
  transition-delay: 10.44s;
}

.page-anime-subs .sub88 {
  transition-delay: 10.56s;
}

.page-anime-subs .sub89 {
  transition-delay: 10.68s;
}

.page-anime-subs .sub90 {
  transition-delay: 10.8s;
}

.page-anime-subs.on {
  mask-position: 100% 100%;
}

.page-anime-subs.on span {
  color: #2C343B;
}

.caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 2rem 5rem;
  line-height: 1;
  font-size: 10rem;
  color: #fff;
  line-height: 1.5;
  background: rgba(28, 51, 51, 0.6);
  z-index: 2;
}

.caption.noBg {
  color: #000;
  background: none;
}

.caption.bottom {
  bottom: -20px;
}

@media (max-width: 768px) {
  .caption {
    font-size: 7rem;
  }
}

.caption.left {
  right: auto;
  left: 0;
}

.caption.white {
  color: #fff;
  background: transparent;
}

.caption.blk {
  color: #000;
  text-shadow: 0px 0px 6px #fff,0px 0px 6px #fff,0px 0px 6px #fff,0px 0px 6px #fff,0px 0px 6px #fff,0px 0px 6px #fff,0px 0px 6px #fff,0px 0px 6px #fff,0px 0px 6px #fff,0px 0px 6px #fff,0px 0px 6px #fff,0px 0px 6px #fff,0px 0px 6px #fff,0px 0px 6px #fff,0px 0px 6px #fff,0px 0px 6px #fff,0px 0px 6px #fff,0px 0px 6px #fff,0px 0px 6px #fff,0px 0px 6px #fff,0px 0px 6px #fff;
  background: transparent;
  z-index: 3;
}

.caption.white-outline {
  color: #000;
  -webkit-text-stroke: 4rem #fff;
  paint-order: stroke fill;
  background: transparent;
  z-index: 3;
}

.caption.black-outline {
  color: #fff;
  -webkit-text-stroke: 4rem #000;
  paint-order: stroke fill;
  background: transparent;
  z-index: 3;
}

.caption.black {
  color: #333;
  background: rgba(255, 255, 255, 0.5);
}

a {
  text-decoration: none;
}

video {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1025px) {
  main {
    background-attachment: fixed;
  }
}

main img {
  width: 100%;
}

@media (min-width: 1025px) {
  a:hover {
    transition: opacity .3s;
    opacity: 0.7;
  }
}

a.no-link, a.comming-soon, a.disable {
  cursor: default !important;
  pointer-events: none;
}

@media (min-width: 1025px) {
  a.no-link:hover, a.comming-soon:hover, a.disable:hover {
    opacity: 1 !important;
  }
}

@media (min-width: 769px) {
  a.tel {
    pointer-events: none;
  }
}

.disable {
  display: none;
  pointer-events: none;
}

.disable a {
  opacity: 0.25 !important;
  cursor: default;
}

.disabled a,
.disabled {
  pointer-events: none;
}

.disable a:after {
  display: none !important;
}

.sp, .tb {
  display: none !important;
}

@media (max-width: 1024px) {
  .tb {
    display: block !important;
  }
}

@media (max-width: 768px) {
  sup {
    font-size: 8rem;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .wrap {
    width: 94%;
  }
}

@media print {
  .site-header,
  .site-footer {
    display: none !important;
  }
  .main {
    padding: 0rem !important;
  }
}

/*==================================================================================
 common-setting
==================================================================================*/
.font-size5 {
  font-size: 5%;
}

.font-size10 {
  font-size: 10%;
}

.font-size15 {
  font-size: 15%;
}

.font-size20 {
  font-size: 20%;
}

.font-size25 {
  font-size: 25%;
}

.font-size30 {
  font-size: 30%;
}

.font-size35 {
  font-size: 35%;
}

.font-size40 {
  font-size: 40%;
}

.font-size45 {
  font-size: 45%;
}

.font-size50 {
  font-size: 50%;
}

.font-size55 {
  font-size: 55%;
}

.font-size60 {
  font-size: 60%;
}

.font-size65 {
  font-size: 65%;
}

.font-size70 {
  font-size: 70%;
}

.font-size75 {
  font-size: 75%;
}

.font-size80 {
  font-size: 80%;
}

.font-size85 {
  font-size: 85%;
}

.font-size90 {
  font-size: 90%;
}

.font-size95 {
  font-size: 95%;
}

.font-size100 {
  font-size: 100%;
}

.font-size105 {
  font-size: 105%;
}

.font-size110 {
  font-size: 110%;
}

.font-size115 {
  font-size: 115%;
}

.font-size120 {
  font-size: 120%;
}

.font-size125 {
  font-size: 125%;
}

.font-size130 {
  font-size: 130%;
}

.font-size135 {
  font-size: 135%;
}

.font-size140 {
  font-size: 140%;
}

.font-size145 {
  font-size: 145%;
}

.font-size150 {
  font-size: 150%;
}

.font-size155 {
  font-size: 155%;
}

.font-size160 {
  font-size: 160%;
}

.font-size165 {
  font-size: 165%;
}

.font-size170 {
  font-size: 170%;
}

.font-size175 {
  font-size: 175%;
}

.font-size180 {
  font-size: 180%;
}

.font-size185 {
  font-size: 185%;
}

.font-size190 {
  font-size: 190%;
}

.font-size195 {
  font-size: 195%;
}

.font-size200 {
  font-size: 200%;
}

.font-size205 {
  font-size: 205%;
}

.font-size210 {
  font-size: 210%;
}

.font-size215 {
  font-size: 215%;
}

.font-size220 {
  font-size: 220%;
}

.font-size225 {
  font-size: 225%;
}

.font-size230 {
  font-size: 230%;
}

.font-size235 {
  font-size: 235%;
}

.font-size240 {
  font-size: 240%;
}

.font-size245 {
  font-size: 245%;
}

.font-size250 {
  font-size: 250%;
}

.font-size255 {
  font-size: 255%;
}

.font-size260 {
  font-size: 260%;
}

.font-size265 {
  font-size: 265%;
}

.font-size270 {
  font-size: 270%;
}

.font-size275 {
  font-size: 275%;
}

.font-size280 {
  font-size: 280%;
}

.font-size285 {
  font-size: 285%;
}

.font-size290 {
  font-size: 290%;
}

.font-size295 {
  font-size: 295%;
}

.font-size300 {
  font-size: 300%;
}

.font-size305 {
  font-size: 305%;
}

.font-size310 {
  font-size: 310%;
}

.font-size315 {
  font-size: 315%;
}

.font-size320 {
  font-size: 320%;
}

.font-size325 {
  font-size: 325%;
}

.font-size330 {
  font-size: 330%;
}

.font-size335 {
  font-size: 335%;
}

.font-size340 {
  font-size: 340%;
}

.font-size345 {
  font-size: 345%;
}

.font-size350 {
  font-size: 350%;
}

.font-size355 {
  font-size: 355%;
}

.font-size360 {
  font-size: 360%;
}

.font-size365 {
  font-size: 365%;
}

.font-size370 {
  font-size: 370%;
}

.font-size375 {
  font-size: 375%;
}

.font-size380 {
  font-size: 380%;
}

.font-size385 {
  font-size: 385%;
}

.font-size390 {
  font-size: 390%;
}

.font-size395 {
  font-size: 395%;
}

.font-size400 {
  font-size: 400%;
}

.font-size405 {
  font-size: 405%;
}

.font-size410 {
  font-size: 410%;
}

.font-size415 {
  font-size: 415%;
}

.font-size420 {
  font-size: 420%;
}

.font-size425 {
  font-size: 425%;
}

.font-size430 {
  font-size: 430%;
}

.font-size435 {
  font-size: 435%;
}

.font-size440 {
  font-size: 440%;
}

.font-size445 {
  font-size: 445%;
}

.font-size450 {
  font-size: 450%;
}

.swipe {
  display: none;
}

@media screen and (max-width: 768px) {
  .swipe-img {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .swipe-img img {
    max-width: auto !important;
    max-width: inherit !important;
    width: auto !important;
  }
  .swipe {
    padding-top: 25rem;
    display: block;
    text-align: center;
    margin-bottom: 40rem;
  }
  .swipe img {
    max-width: 146rem;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .only-pc {
    display: none !important;
  }
}

@media print {
  .sp-menu {
    display: none !important;
  }
  .btns {
    display: none !important;
  }
}

.js-scroll {
  transition: transform 0.6s, opacity 0.6s;
  opacity: 0;
  transform: translateY(40rem);
}

.js-scroll.on {
  opacity: 1;
  transform: translateY(0rem);
}

/*==================================================================================
 common-parts
==================================================================================*/
.page-top {
  position: absolute;
  display: block;
  width: 40rem;
  bottom: 130rem;
  right: 2%;
  z-index: 199;
}

.page-annotation {
  padding: 40rem 0;
  background-color: #3F3939;
  color: #fff;
  font-size: 10rem;
  line-height: 1.6;
  border-bottom: .5px solid;
}

.page-annotation p {
  line-height: 1.6;
}

.common-cycle-button01 {
  position: relative;
  overflow: hidden;
  display: block;
  font-size: 14rem;
  padding: 26rem 24rem;
  color: #000;
  background-color: #ccc;
}

@keyframes move {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

.common-cycle-button01 .in {
  background-color: #fff;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
}

.common-cycle-button01::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 800%;
  height: 1100%;
  transform: translate(-50%, -50%) rotate(0);
  background: conic-gradient(from 180deg at 50% 50%, #f5efd1 0deg, #fcffdc 42.5deg, #c1d1e300 128.75deg, rgba(42, 138, 246, 0) 360deg);
  animation: move 2s linear infinite;
}

.common-button01 {
  position: relative;
  display: block;
  padding: 15rem 20rem;
  font-size: 11rem;
  text-align: center;
  color: #fff;
  transition: background-color 12.5s,color .5s,border-color .5s;
  border: 1px solid #fff;
}

.common-button01:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity .5s;
  opacity: 1;
  background-color: #004035;
}

.common-button01 span {
  position: relative;
  z-index: 1;
}

.common-button01.color02 {
  border-color: #A2A6A6;
}

.common-button01.color02:after {
  background-color: #A2A6A6;
}

.common-button01.color03 {
  border-color: #6A0107;
}

.common-button01.color03:after {
  background-color: #6A0107;
}

.common-button01.color04 {
  border-color: #000;
  color: #000;
  padding: 14rem 20rem 14rem;
}

.common-button01.color04:after {
  border-color: #000;
  background-color: #fff;
}

.common-button01.color05 {
  border-color: #fff;
}

.common-button01.color05:after {
  background-color: rgba(241, 242, 238, 0);
}

@media (min-width: 1025px) {
  .common-button01:hover {
    opacity: 1 !important;
    color: #004035;
  }
  .common-button01:hover:after {
    opacity: 0;
  }
  .common-button01:hover.color01 {
    color: #004035;
  }
  .common-button01:hover.color02 {
    color: #815344;
  }
  .common-button01:hover.color03 {
    color: #6A0107;
  }
}

.common-button02 {
  position: relative;
  display: block;
  padding: 15rem 30rem;
  font-size: 11rem;
  text-align: left;
  color: #fff;
  transition: color .5s,border-color .5s;
  border: 1px solid rgba(28, 51, 51, 0);
  border-radius: 30rem;
  overflow: hidden;
}

.common-button02:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity .5s;
  opacity: 1;
  background: linear-gradient(270deg, #1C3333, #677676);
}

.common-button02 .txt {
  position: relative;
  z-index: 1;
}

.common-button02 .plus {
  display: block;
  position: absolute;
  width: 18rem;
  height: 18rem;
  top: 50%;
  right: 15rem;
  transform: translateY(-50%);
  z-index: 4;
}

.common-button02 .plus:after, .common-button02 .plus::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: 0;
}

.common-button02 .plus::before {
  transform: rotate(90deg);
}

.common-button02.color02 {
  border-color: rgba(155, 127, 44, 0);
}

.common-button02.color02:after {
  background: linear-gradient(270deg, #86723C, #968C66);
}

@media (min-width: 1025px) {
  .common-button02:hover {
    opacity: 1 !important;
    border: 1px solid #1c3333;
  }
  .common-button02:hover:after {
    opacity: 0;
  }
  .common-button02:hover .plus:after, .common-button02:hover .plus::before {
    background-color: #1c3333;
  }
  .common-button02:hover.color01 {
    color: #1c3333;
  }
  .common-button02:hover.color02 {
    color: #9b7f2c;
    border: 1px solid #9b7f2c;
  }
  .common-button02:hover.color02 .plus:after, .common-button02:hover.color02 .plus::before {
    background-color: #9B7F2C;
  }
}

.common-button02.disabled .plus {
  display: none;
}

.common-button03 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0 6rem;
  padding-right: 27rem;
  padding-left: 35rem;
  height: 50rem;
  letter-spacing: .1em;
  font-size: 14rem;
  color: #000;
  background: #c2b3a0;
}

.common-button03 a:after {
  content: '';
  display: block;
  position: relative;
  width: 32rem;
  height: 9rem;
  background: url(../images/common/icon-arrow02.svg) center;
  background-size: 100% 100%;
}

.pageAnnotationArea {
  padding: 50rem 0;
  font-size: 11rem;
  background-color: #3F3939;
}

.pageAnnotationArea p {
  line-height: 1.4;
}

.swipeArea {
  overflow-x: auto;
}

.swipeArea img {
  min-width: 800rem;
}

@media (max-width: 768px) {
  .pageAnnotationArea {
    padding: 25rem 0;
  }
  .swipeArea {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
}

/*==================================================================================
 siteHeader
==================================================================================*/
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
}

.site-header .inner {
  margin: 0 5%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.site-header h1 {
  margin: 0 5%;
  text-align: right;
  padding: 5rem 0 12rem;
  font-size: 10rem;
  color: #000;
  font-weight: normal;
}

.site-header .logo {
  padding-bottom: 14rem;
}

.site-header .logo img {
  width: auto;
  height: 50rem;
}

.site-header .tools {
  width: 55%;
  display: flex;
  justify-content: right;
  align-items: flex-end;
}

.site-header .tools .tools-links01 {
  font-size: 11rem;
  padding-right: 15rem;
}

.site-header .tools .tools-links01 li {
  line-height: 1.6;
}

.site-header .tools .tools-links01 a {
  color: #000;
  text-decoration: none;
}

.site-header .tools .tools-links02 {
  display: flex;
  justify-content: right;
  gap: 5rem;
}

.site-header .tools .tools-links02 li {
  width: 180rem;
}

.site-header .buttons {
  display: flex;
  justify-content: right;
  gap: 10rem;
  padding-right: 55rem;
}

.site-header .buttons li {
  width: 180rem;
}

@media (max-width: 768px) {
  .site-header .logo {
    padding: 7rem 0 8rem;
  }
  .site-header .logo img {
    height: 40rem;
    width: auto;
  }
}

.sp-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
  z-index: 2000;
  opacity: 1;
  transition: opacity 1s;
}

@media (max-width: 768px) {
  .sp-buttons {
    display: flex !important;
  }
}

.sp-buttons.on {
  opacity: 1;
  z-index: 2000;
}

.sp-buttons li {
  width: 50%;
  width: 100%;
  box-sizing: border-box;
}

.sp-buttons li a {
  height: 100%;
}

/*==================================================================================
 menu
==================================================================================*/
.menu {
  position: fixed;
  top: 33rem;
  right: 5%;
  width: 45rem;
  height: 30rem;
  z-index: 1201;
}

.menu::after {
  content: "";
  position: absolute;
  display: block;
  top: -10rem;
  right: -6rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: #d41938;
}

.menu .lines {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  left: 0;
  transition: top .5s,transform .5s ,width .2s;
  transform: rotate(0deg);
}

.menu .line01 {
  top: 0;
}

.menu .line02 {
  top: 50%;
}

.menu .line03 {
  top: 100%;
}

.menu.on .line01 {
  top: 50%;
  transform: rotate(35deg);
  background-color: #fff !important;
}

.menu.on .line02 {
  width: 0px;
}

.menu.on .line03 {
  background-color: #fff !important;
  top: 50%;
  transform: rotate(-35deg);
}

#outline .menu .lines, #plan .menu .lines, #plan_detail .menu .lines, #access .menu .lines, #map .menu .lines, #residence .menu .lines, #merit .menu .lines, #location .menu .lines {
  background-color: #000;
}

/*==================================================================================
 global-navi
==================================================================================*/
.global-navi {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1200;
  background-size: cover;
  color: #fff;
  overflow: auto;
  opacity: 0;
  transform: translateY(-130%) scaleY(1.5);
  z-index: -1;
  pointer-events: none;
  background: url(../images/common/navi-bg.jpg) center;
  background-size: cover;
}

.global-navi.on {
  z-index: 1200;
  pointer-events: inherit;
  transition: transform .9s , opacity 1.1s;
  transform: translateY(0%) scaleY(1);
  opacity: 1;
}

.global-navi.at {
  transform: translateY(130%) scaleY(1.2);
  opacity: 0;
}

.global-navi .marked {
  position: relative;
  display: inline-block;
}

.global-navi .marked::after {
  position: absolute;
  display: block;
  top: -4rem;
  right: -12rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: #d41938;
  content: "";
}

.global-navi .disabled {
  pointer-events: none;
  opacity: .3 !important;
}

.global-navi .disabled .marked::after {
  display: none;
}

.global-navi .global-navi-contents {
  position: absolute;
  top: 50%;
  left: 5%;
  right: 5%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.global-navi .nav-block00 {
  width: 45%;
  text-align: center;
  position: relative;
  overflow: hidden;
}

@keyframes gnav_title {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.global-navi .nav-block00 .title {
  font-size: 165rem;
  line-height: 1.5;
  padding-bottom: 15rem;
  letter-spacing: .1em;
  font-weight: 100;
  white-space: nowrap;
}

.global-navi .nav-block00 .title .txt {
  display: inline-block;
  animation: gnav_title 15s infinite linear;
}

.global-navi .nav-block00 .lead {
  font-size: 18rem;
}

.global-navi .nav-block01 {
  width: 50%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.global-navi .nav-block01 .sub-links {
  padding-top: 5rem;
}

.global-navi .nav-block01 .sub-link {
  padding-top: 10rem;
}

.global-navi .nav-block01 .sub-link a {
  position: relative;
  padding-left: 25rem;
  display: inline-block;
  color: #000;
  font-size: 12rem;
}

.global-navi .nav-block01 .sub-link a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10rem;
  height: 1px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .global-navi .nav-block01 .sub-links {
    display: flex;
    justify-content: space-between;
  }
  .global-navi .nav-block01 li.sub-link {
    padding-top: 10rem;
    width: 50%;
  }
  .global-navi .nav-block01 li.sub-link a {
    padding-left: 25rem;
    font-size: 12rem;
  }
  .global-navi .nav-block01 li.sub-link a::before {
    width: 10rem;
    height: 1px;
  }
}

.global-navi .nav-block01 .page-link {
  padding: 0rem 0;
  border-bottom: 1px solid #fff;
  padding: 0 0 14rem;
  font-size: 14rem;
}

.global-navi .nav-block01 .page-link a {
  display: block;
  position: relative;
  color: #fff;
  transition: color .5s;
}

.global-navi .nav-block01 .page-link a.not-click {
  pointer-events: none;
}

.global-navi .nav-block01 .page-link a.not-click::after {
  transform: translateY(-50%) rotate(135deg);
}

.global-navi .nav-block01 .page-link a::after {
  content: "";
  display: block;
  position: absolute;
  right: 13rem;
  top: 50%;
  width: 5rem;
  height: 5rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: right .5s;
}

@media (min-width: 1025px) {
  .global-navi .nav-block01 .page-link a.not-click:hover::after {
    right: 13rem;
  }
}

@media (min-width: 1025px) {
  .global-navi .nav-block01 .page-link a:hover {
    opacity: 1 !important;
    color: rgba(255, 255, 255, 0.4);
  }
  .global-navi .nav-block01 .page-link a:hover::after {
    right: 0rem;
  }
}

.global-navi .nav-block01 .page-link.top {
  width: 100%;
  font-size: 18rem;
  margin-bottom: 33rem;
  font-weight: normal;
}

.global-navi .nav-block01 .page-link.top a::after {
  left: 65rem;
  right: auto;
  transition: left .5s;
}

@media (min-width: 1025px) {
  .global-navi .nav-block01 .page-link.top a:hover {
    opacity: 1 !important;
    color: rgba(255, 255, 255, 0.4);
  }
  .global-navi .nav-block01 .page-link.top a:hover::after {
    left: 73rem;
  }
}

.global-navi .nav-block01 .page-link-box {
  width: 30%;
  padding-bottom: 100rem;
}

.global-navi .nav-block01 .page-link-box dd {
  margin-bottom: 18rem;
}

.global-navi .nav-block01 .page-link-box .txt {
  font-size: 18rem;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  padding-left: 15rem;
  margin-bottom: 25rem;
}

.global-navi .nav-block01 .page-link-box .txt::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  top: 50%;
  width: 7rem;
  height: 7rem;
  background-color: currentColor;
  transform: translateY(-50%);
}

.global-navi .nav-block01 .page-link-box .txt:after {
  content: "";
  color: #AC851F;
  font-size: 60%;
  margin-left: 17rem;
}

.global-navi .nav-block01 .page-link-box .new .txt:after {
  content: "NEW";
}

.global-navi .nav-block01 .page-link-box.box04 {
  width: 100%;
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .global-navi .nav-block01 .page-link-box.box04 {
    display: flex !important;
  }
}

.global-navi .nav-block01 .nav-contacts {
  width: 40%;
}

.global-navi .nav-block01 .nav-contacts .text01 {
  font-weight: normal;
  font-size: 11rem;
  line-height: 1;
  padding-bottom: 1rem;
}

.global-navi .nav-block01 .nav-contacts .tel {
  font-size: 27rem;
  line-height: 1.2;
  padding-bottom: 11rem;
  letter-spacing: .13em;
}

.global-navi .nav-block01 .nav-contacts .tel a {
  color: #fff;
}

.global-navi .nav-block01 .nav-contacts .business-hour {
  font-size: 11rem;
  line-height: 1.5;
}

.global-navi .nav-block01 .nav-others {
  width: 55%;
}

.global-navi .nav-block01 .nav-others .mini-links {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10rem;
}

.global-navi .nav-block01 .nav-others .mini-links li {
  width: 49%;
}

.global-navi .nav-block01 .nav-others .mini-links a {
  display: block;
  padding: 15rem;
  text-align: center;
  color: #fff;
  font-size: 14rem;
  border: 1px solid #fff;
  transition: background-color .5s,border-bolor .5s;
  background-color: rgba(241, 242, 238, 0);
}

@media (min-width: 1025px) {
  .global-navi .nav-block01 .nav-others .mini-links a:hover {
    opacity: 1 !important;
    background-color: #f1f2ee;
    color: #004035;
  }
}

.global-navi .nav-block01 .nav-others .button-links .button-link01 {
  padding-bottom: 10rem;
}

.global-navi .nav-block01 .nav-others .button-links .button-link02 {
  padding-bottom: 10rem;
}

.global-navi .nav-block01 .nav-others .button-links .button-link02 a {
  border: 1px solid #fff;
}

.global-navi .nav-block01 .nav-others .button-links .button-link04 {
  padding-bottom: 10rem;
}

.global-navi .nav-block01 .nav-others .button-links .button-link04 a.color05 {
  transition: none;
  border: 1px solid #fff;
  background-color: rgba(241, 242, 238, 0);
  color: #fff;
}

@media (min-width: 1025px) {
  .global-navi .nav-block01 .nav-others .button-links a:hover {
    opacity: 1 !important;
    border: 1px solid #fff;
    color: #fff;
  }
  .global-navi .nav-block01 .nav-others .button-links a:hover.color05 {
    color: #004035;
    background-color: #fff;
  }
}

.lowerlink-title {
  font-size: 20rem;
  line-height: 1.5;
  color: #000;
  text-align: center;
  padding-top: 110rem;
  padding-bottom: 15rem;
  letter-spacing: .2em;
}

@media (max-width: 768px) {
  .lowerlink-title {
    padding-top: 55rem;
    padding-bottom: 15rem;
  }
}

.lowerlinks .slick-arrow {
  z-index: 2;
}

.lowerlinks .slick-arrow::before {
  display: block;
  width: 25rem;
  height: 25rem;
}

.lowerlinks .slick-next {
  left: 10rem;
}

.lowerlinks .slick-next::before {
  content: "";
  background: transparent;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(-45deg);
}

.lowerlinks .slick-prev {
  left: auto;
  right: 10rem;
}

.lowerlinks .slick-prev::before {
  content: "";
  background: transparent;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(135deg);
}

/*==================================================================================
 siteFooter
==================================================================================*/
.foot-navi {
  text-align: center;
  background-color: #3F3939;
  color: #fff;
  padding-bottom: 1rem;
  border-top: .5px solid #fff;
  border-bottom: .5px solid #fff;
}

.foot-navi .disabled {
  opacity: .5;
}

.foot-navi ul {
  padding: 17rem 0 18rem;
  display: flex;
  justify-content: space-between;
  font-size: 13rem;
}

.foot-navi ul li a {
  color: #fff;
}

.foot-navi ul li.current a {
  border-bottom-color: #877369;
}

@media (max-width: 768px) {
  .foot-navi {
    padding-bottom: 30rem;
    border-top: none;
  }
  .foot-navi ul {
    padding: 0;
  }
  .foot-navi ul li .en {
    display: block;
    padding-bottom: 5rem;
  }
  .foot-navi ul a {
    display: block;
    font-size: 12rem;
    line-height: 1;
    text-align: center;
    padding: 15rem 0;
  }
}

.site-footer {
  background-color: #3F3939;
  color: #fff;
}

.site-footer .holiday {
  text-align: center;
  font-size: 11px;
  line-height: 1.8;
  border: 1px solid;
  padding: 10px 20px;
  box-sizing: border-box;
  display: table;
  margin: 0 auto 30px;
}

.site-footer .message {
  background-color: #3F3939;
  padding: 40rem 0;
  color: #fff;
  font-weight: 300;
  border-top: .5px solid #fff;
}

.site-footer .message .wrap {
  max-width: 1200rem;
}

@media (max-width: 768px) {
  .site-footer .message .page-anime-subs {
    font-size: 40rem;
    mask-size: 4500% auto;
    text-align: center !important;
  }
}

.site-footer .message .page-anime-subs span {
  color: rgba(255, 255, 255, 0.4);
}

.site-footer .message .page-anime-subs.on span {
  color: #fff !important;
}

.site-footer .logoes {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 0 10rem;
}

.site-footer .logo {
  width: 180rem;
  padding-bottom: 20rem;
}

.site-footer .logo a {
  display: block;
}

.site-footer .company-info {
  background: #fff;
  padding: 35rem 0 30rem;
  color: #000;
  position: relative;
}

.site-footer .logo01 {
  width: 316rem;
}

.site-footer .logo02 {
  width: 231rem;
}

.site-footer .logo03 {
  width: 154rem;
}

.site-footer .copyright {
  display: block;
  padding-top: 30rem;
  text-align: center;
  font-size: 12rem;
}

.site-footer .info-base {
  max-width: 1200rem;
  position: relative;
  min-height: 44rem;
  padding: 30rem 0;
  margin: auto;
  color: #fff;
}

.site-footer .info-base a {
  color: #fff;
  text-decoration: none;
}

.site-footer .info-base .common-button01 {
  color: #fff;
}

.site-footer .info-base .common-button01:hover.color01 {
  color: #fff;
  border: 1px solid #fff;
}

.site-footer .info-base .common-button01:hover.color05 {
  color: #004035;
  background: #fff;
  opacity: 1 !important;
}

.site-footer .info-base .info {
  position: absolute !important;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 29rem 0 30rem;
  z-index: 300;
}

.site-footer .info-base .info .in {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.site-footer .info-base .contact-tel {
  width: 35%;
  display: flex;
  justify-content: left;
  align-items: flex-end;
}

.site-footer .info-base .contact-tel .tel-box {
  padding-right: 10rem;
}

.site-footer .info-base .contact-tel .tel {
  font-size: 30rem;
  display: block;
  line-height: 1;
}

.site-footer .info-base .contact-tel .lead {
  padding-bottom: 4rem;
  font-size: 11rem;
}

.site-footer .info-base .contact-tel .business-hour {
  padding-left: 10rem;
  position: relative;
  font-size: 11rem;
  line-height: 1.4;
}

.site-footer .info-base .tools {
  width: 65%;
  display: flex;
  justify-content: right;
  align-items: flex-end;
  font-size: 12rem;
}

.site-footer .info-base .tools .tools-links01 {
  font-size: 11rem;
  padding-right: 15rem;
}

.site-footer .info-base .tools .tools-links01 li {
  line-height: 1.6;
}

.site-footer .info-base .tools .links01, .site-footer .info-base .tools .links02 {
  justify-content: right;
}

.site-footer .info-base .tools .links01 li, .site-footer .info-base .tools .links02 li {
  padding-left: 15rem;
  line-height: 1.6;
}

.site-footer .info-base .tools .links01 li a, .site-footer .info-base .tools .links02 li a {
  display: inline-block;
  padding-left: 20rem;
  position: relative;
}

.site-footer .info-base .tools .links01 li a:before, .site-footer .info-base .tools .links02 li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5rem;
  height: 5rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.site-footer .info-base .tools .links02 {
  display: flex;
}

.site-footer .info-base .tools .links02 li {
  width: 150rem;
}

.site-footer .info-base .tools .links02 li a {
  display: block;
  transition: none;
}

.site-footer .info-base .tools .links02 li a:before {
  content: none;
}

@media (max-width: 768px) {
  .site-footer .info-base .info {
    position: static !important;
    display: block !important;
    opacity: 1 !important;
    width: auto;
    padding: 0;
    text-align: center;
  }
  .site-footer .info-base .info .tools .links02 {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .site-footer .info-base .info .tools .links02 li {
    width: 49%;
    padding-bottom: 5rem;
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .site-footer .copyright {
    padding-top: 20rem;
    font-size: 10rem;
  }
}

.site-footer .bnr_area {
  max-width: 1000px;
  margin: 25px auto 0;
  padding: 0 3% 25px;
  text-align: center;
}

.site-footer .bnr_area .title01 {
  text-align: center;
  display: inline-block;
  font-size: 16px;
  border-bottom: 1px solid;
  padding: 0 5px 5px;
  margin-bottom: 10px;
  color: #fff;
}

.site-footer .bnr_area .title {
  text-align: left;
  font-size: 13px;
  margin-bottom: 5px;
  color: #fff;
}

.site-footer .bnr_area .bnr {
  padding: 0;
  margin: 0 -10px;
  will-change: transform;
}

.site-footer .bnr_area .bnr img {
  width: 100%;
  display: block;
}

.site-footer .bnr_area .slick-slide {
  padding: 0 10px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .site-footer .bnr_area {
    max-width: 600px;
    margin: 25px auto;
  }
  .site-footer .bnr_area .bnr {
    margin: 0;
  }
  .site-footer .bnr_area .bnr li {
    margin-bottom: 20px;
    margin-right: auto;
    width: 100%;
    border: none;
  }
  .site-footer .bnr_area .bnr li a {
    padding: 0;
  }
  .site-footer .bnr_area .bnr li:last-child {
    margin-bottom: 0;
  }
  .site-footer .bnr_area .bnr img {
    display: block;
    width: 100%;
  }
}

.map-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
}

.map-modal .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.map-modal .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600rem;
}

@media (max-width: 768px) {
  .map-modal .content {
    width: 90%;
  }
}

.map-modal .content iframe {
  width: 100%;
}

.map-modal .content .close {
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 30rem;
  height: 30rem;
  cursor: pointer;
}

.map-modal .content .close:before, .map-modal .content .close:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.map-modal .content .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.blur-images,
.brur-images {
  position: relative;
  overflow: hidden;
}

.blur-images .images,
.brur-images .images {
  opacity: 0;
  transition: opacity 1.3s;
}

.blur-images .front,
.brur-images .front {
  position: absolute;
  top: 0;
  left: 0;
  width: 130%;
  height: 150%;
  opacity: 1;
  transition: opacity 1.3s;
}

.blur-images .front img,
.brur-images .front img {
  transform: translateY(-50%);
  height: 200%;
  transition: height 1.3s,transform  1.3s;
}

.blur-images.on .images,
.brur-images.on .images {
  opacity: 1;
}

.blur-images.on .front,
.brur-images.on .front {
  opacity: 0;
}

.blur-images.on .front img,
.brur-images.on .front img {
  transform: translateY(0%);
  height: 100%;
  transition: height 1.3s;
}

.in-links {
  position: fixed;
  top: 50%;
  right: 30rem;
  transform: translateY(-50%);
  z-index: 20;
}

.in-links li {
  padding-bottom: 8rem;
}

.in-links li.current a {
  color: #000;
}

.in-links li a {
  display: block;
  position: relative;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12rem;
  padding-right: 30rem;
  line-height: 1;
  transition: color .5s;
}

.in-links li a::before, .in-links li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.in-links li a::after {
  width: 10rem;
  height: 10rem;
  right: -2rem;
  border: 1px solid #2C343B;
  border-radius: 50%;
  opacity: 0;
  transition: opacity .5s;
}

.in-links li a::before {
  width: 7rem;
  height: 7rem;
  background-color: #2C343B;
  border-radius: 50%;
}

.in-links li a.on, .in-links li a:hover, .in-links li a.current {
  color: black;
}

.in-links li a.on::after, .in-links li a:hover::after, .in-links li a.current::after {
  opacity: 1;
}

.in-links li a:hover,
.in-links li a.on,
.in-links li.current a {
  color: black;
}

.in-links li a:hover::after,
.in-links li a.on::after,
.in-links li.current a::after {
  opacity: 1;
}

.site-footer .footer-forms .texts-section .block-title {
  line-height: 1;
  font-size: 22rem;
  padding-bottom: 20rem;
}

.site-footer .footer-forms .texts-section .button-sub {
  width: 80%;
  max-width: 220rem;
  padding: 16rem 10rem;
  border: 1rem solid #fff;
  font-size: 12rem;
  margin: 0 auto;
}

.site-footer .footer-forms .texts-section .caption {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 10rem;
  padding: 4rem 8rem;
  background: none;
  z-index: 2;
}

.site-footer .footer-forms .texts-section.texts-top .bg {
  background-image: url(../images/top/link00.jpg);
}

.site-footer .footer-forms .texts-section.texts-plan .bg {
  background-image: url(../images/top/link01.jpg);
}

.site-footer .footer-forms .texts-section.texts-concept .bg {
  background-image: url(../images/top/link05.jpg);
}

.site-footer .footer-forms .texts-section.texts-about .bg {
  background-image: url(../images/top/link02.jpg);
}

.site-footer .footer-forms .texts-section.texts-map .bg {
  background-image: url(../images/top/link03.jpg);
}

.site-footer .footer-forms .texts-section.texts-outline {
  margin-right: auto;
}

.site-footer .footer-forms .texts-section.texts-outline .bg {
  background-image: url(../images/top/link04.jpg);
}

.site-footer .footer-forms .texts-section .body {
  background: #fff;
}

.site-footer .footer-forms .texts-section .block-title img {
  width: 40%;
}

.site-footer .footer-forms .texts-section01 {
  left: 0%;
}

.site-footer .footer-forms .texts-section02 {
  right: 0%;
}

.site-footer .footer-forms .texts-section02 .block-title img {
  width: 75%;
}

.site-footer .footer-forms .entry-title {
  font-size: 22rem;
  line-height: 1;
  padding-bottom: 18rem;
}

.site-footer .footer-forms .entry-button {
  line-height: 1;
  padding-bottom: 35rem;
}

.site-footer .footer-forms .entry-button .button {
  display: inline-block;
  width: 48%;
  max-width: 400rem;
  margin-right: 2%;
  padding-bottom: 17rem;
}

.site-footer .footer-forms .entry-button .button a {
  display: block;
  padding: 25rem 12rem;
  font-size: 18rem;
  color: #fff;
  background: #1C4A50;
  font-family: 'Cinzel', serif;
}

.site-footer .footer-forms .entry-button .button01 a {
  background: #7C7A5C;
}

.site-footer .footer-forms .entry-button .button02 {
  margin-right: auto;
}

.site-footer .footer-forms .entry-button .entry-text {
  font-size: 14rem;
  line-height: 1.5;
}

.site-footer .footer-forms .limited-form {
  max-width: 830rem;
  text-align: center;
  margin: 0 auto;
}

.site-footer .footer-forms .limited-form .limited-title {
  font-size: 22rem;
  line-height: 1.8;
  padding-bottom: 10rem;
}

.site-footer .footer-forms .limited-form .limited-title span {
  display: none;
  font-size: 18rem;
}

.site-footer .footer-forms .limited-form .limited-text01 {
  font-size: 14rem;
  line-height: 1.5;
  padding-bottom: 13rem;
}

.site-footer .footer-forms .limited-form .limited-text02 {
  display: none;
  padding-top: 13rem;
  font-size: 14rem;
  line-height: 1.5;
}

.site-footer .footer-forms .inputArea form.login input {
  display: inline-block;
  box-shadow: 3rem 3rem 3rem 0 rgba(0, 0, 0, 0.1);
  font-family: 'Noto Serif JP', 'Noto serif' ,serif;
}

.site-footer .footer-forms .inputArea form.login input[type="text"] {
  box-sizing: border-box;
  margin-right: 30rem;
  padding: 0 .75em;
  width: 360rem;
  height: 48rem;
  border-radius: 0;
  border: 1rem solid #A8A8A8;
  text-align: center;
  font-size: 16rem;
  color: #8B896A;
  letter-spacing: .2em;
}

.site-footer .footer-forms .inputArea form.login input[type="submit"] {
  font-family: 'Cinzel', serif;
  cursor: pointer;
  padding: 17rem 0;
  width: 250rem;
  border: none;
  border-radius: 0;
  line-height: 1;
  font-size: 14rem;
  letter-spacing: .12em;
  color: #fff;
  background: #7C7A5C;
  appearance: none;
  -webkit-appearance: none;
}

@media (min-width: 1025px) {
  .site-footer .footer-forms .inputArea form.login input[type="submit"]:hover {
    opacity: .7;
  }
}

.site-footer .footer-forms .inputArea form.login .error {
  display: none;
  padding-bottom: 15rem;
  font-size: 16rem;
  color: #ff0000;
}

.site-footer .footer-forms .inputArea .entry-button a {
  padding: 20rem 0;
  font-size: 18rem;
}

.site-footer .contacts {
  padding-bottom: 200rem;
  max-width: 1000rem;
  width: 90%;
  margin: 0 auto;
}

.site-footer .contacts .place {
  font-size: 12rem;
  line-height: 1.5;
  padding-bottom: 10rem;
}

.site-footer .contacts .tel {
  padding-bottom: 20rem;
}

.site-footer .contacts .tel a {
  color: #fff;
  font-size: 27rem;
  line-height: 1.5;
}

.site-footer .contacts .bussiness-hour, .site-footer .contacts .holiday {
  font-size: 12rem;
  line-height: 1.8;
}

.site-footer .holiday {
  text-align: center;
  font-size: 11px;
  line-height: 1.8;
  border: 1px solid;
  padding: 10px 20px;
  box-sizing: border-box;
  display: table;
  margin: 0 auto 30px;
}

.site-footer .logoes {
  margin: 0 auto;
  padding: 0 0rem;
  display: flex;
  justify-content: center;
  gap: 0 50rem;
  align-items: center;
}

.site-footer .logoes img {
  width: 100%;
}

.site-footer .logoes .logo01 {
  width: 160rem;
}

.site-footer .logoes .logo02 {
  width: 160rem;
}

.site-footer .logoes .logo03 {
  width: 100rem;
}

.site-footer .logoes .txt {
  font-size: 10rem;
  padding-bottom: 15rem;
}

@media (max-width: 768px) {
  .site-footer .logoes {
    gap: 0 30rem;
    flex-wrap: wrap;
  }
  .site-footer .logoes .logo01 {
    width: 150rem;
  }
  .site-footer .logoes .logo02 {
    width: 150rem;
  }
  .site-footer .logoes .logo03 {
    width: 80rem;
  }
}

.site-footer .logo a {
  display: block;
}

.site-footer .company-info {
  background: #fff;
  padding: 30rem 0 30rem;
  color: #000;
  position: relative;
}

.site-footer .copyright {
  display: block;
  padding-top: 30rem;
  text-align: center;
  font-size: 12rem;
}

.loading .logo {
  text-align: center;
  font-size: 35rem;
  line-height: 1.5;
  padding-bottom: 25rem;
}

@media (max-width: 768px) {
  .loading .logo {
    font-size: 27rem;
  }
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10001;
}

.loading img {
  width: 100%;
}

.loading .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
}

.loading .inner ul {
  padding-top: 35rem;
  display: flex;
  justify-content: center;
  gap: 15rem;
}

.loading .inner ul li {
  width: 6rem;
  height: 6rem;
  background-color: #2C343B;
  border-radius: 50%;
  animation: dots 3.5s infinite;
}

.loading .inner ul li:nth-child(2) {
  animation-delay: .5s;
}

.loading .inner ul li:nth-child(3) {
  animation-delay: 1.0s;
}

.loading .inner ul li:nth-child(4) {
  animation-delay: 1.5s;
}

@media (max-width: 768px) {
  .site-footer .copyright {
    font-size: 10rem;
  }
  a {
    font-size: 12rem;
    color: #000;
  }
  .site-footer .bnr_area .title01 {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .in-links {
    top: 70%;
    right: 40rem;
    transition: opacity 1.2s;
    opacity: 0;
    z-index: -1;
  }
  .in-links.sp-on {
    opacity: 1;
    z-index: 20;
  }
  .in-links li span {
    display: none;
  }
  .in-links li.current span {
    display: block;
  }
  .in-links a {
    font-size: 12rem;
    min-height: 12rem;
  }
}

/*==================================================================================
 lower common
==================================================================================*/
.lower main .image {
  position: relative;
}

.lower .mv {
  text-align: center;
}

.lower .mv .catch-copy span {
  display: inline-block;
  margin: 0 .08em;
}

.lower .mv .catch-copy span img {
  height: 72rem;
}

.lower .mv .catch-copy span.mr {
  margin-right: 0.04em;
}

.lower .mv .catch-copy span.mr01 {
  margin-right: 0.16em;
}

.lower .mv .catch-copy span.height01 img {
  height: 70rem;
}

.lower .mv .catch-copy span.height02 img {
  height: 68rem;
}

.lower .mv .catch-copy span.height03 img {
  height: 80rem;
}

.lower .page-title {
  margin: 0 auto 16px;
  padding-top: 170px;
}

.lower .page-title img {
  height: 58px;
}

.lower .page-sub {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 124px;
}

.lower main .page-anime-subs {
  font-size: 90rem;
}

@keyframes dots {
  0% {
    transform: translateY(0rem);
  }
  8% {
    transform: translateY(-9rem);
  }
  15% {
    transform: translateY(0rem);
  }
  75% {
    transform: translateY(0rem);
  }
  100% {
    transform: translateY(0rem);
  }
}

#entry {
  padding-top: 170rem;
  background: url(../images/entry/bg.jpg) center;
  background-size: cover;
}

#entry .page-anime-subs.on span {
  color: #fff;
}

#entry .limited-form input[type="submit"] {
  background: #1C4A50;
}

.limited-form {
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 180px;
  color: #fff;
}

.limited-form .limited-title {
  font-size: 22px;
  line-height: 1.8;
  padding-bottom: 10px;
}

.limited-form .limited-title span {
  display: none;
  font-size: 18px;
}

.limited-form .limited-text01 {
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 63px;
}

.limited-form .limited-text02 {
  display: none;
  padding-top: 13px;
  font-size: 14px;
  line-height: 1.5;
}

.inputArea form.login input {
  display: inline-block;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  font-family: 'Noto Serif JP', 'Noto serif' ,serif;
}

.inputArea form.login input[type="text"] {
  box-sizing: border-box;
  margin-right: 30px;
  padding: 0 .75em;
  width: 360px;
  height: 48px;
  border-radius: 0;
  border: 1px solid #A8A8A8;
  text-align: center;
  font-size: 16px;
  color: #8B896A;
  letter-spacing: .2em;
}

.inputArea form.login input[type="submit"] {
  font-family: 'Cinzel', serif;
  cursor: pointer;
  padding: 17px 0;
  width: 250px;
  border: none;
  border-radius: 0;
  line-height: 1;
  font-size: 14px;
  letter-spacing: .12em;
  color: #fff;
  background: #865C55;
  appearance: none;
  -webkit-appearance: none;
}

@media (min-width: 1025px) {
  .inputArea form.login input[type="submit"]:hover {
    opacity: .7;
  }
}

.inputArea form.login .error {
  display: none;
  padding-bottom: 15px;
  font-size: 16px;
  color: #ff0000;
}

.inputArea .entry-button a {
  padding: 20px 0;
  font-size: 18px;
}

@media screen and (max-width: 1024px) {
  .limited-form {
    max-width: 830px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .limited-form .limited-title {
    font-size: 20px;
    line-height: 1.2;
    padding-bottom: 19px;
  }
  .limited-form .limited-title span {
    display: none;
    font-size: 18px;
  }
  .limited-form .limited-text01 {
    font-size: 11px;
  }
  .inputArea form.login input[type="text"] {
    width: 100%;
    margin-bottom: 15px;
    margin-right: auto;
    box-sizing: border-box;
  }
  .inputArea form.login input[type="submit"] {
    width: 100%;
    box-sizing: border-box;
  }
}

/*==================================================================================
#location
==================================================================================*/
#location {
  padding-top: 170rem;
}

#location .mv {
  text-align: center;
  padding-bottom: 80rem;
}

#location .mv .lead {
  padding-top: 30rem;
  font-size: 20rem;
  line-height: 1.5;
}

#location .mv .scroll-image-wrap {
  margin: 80rem auto 0;
  width: 94%;
  position: relative;
}

#location .images {
  position: relative;
}

#location .culture,
#location .park,
#location .gourmet .header {
  margin: 0 auto;
  width: 94%;
}

#location h3 {
  font-weight: normal;
}

#location .park {
  text-align: center;
  padding-bottom: 166rem;
}

#location .park .title {
  font-size: 20rem;
  line-height: 1.5;
  padding-bottom: 80rem;
}

#location .park .img {
  margin: 0 auto;
  max-width: 960rem;
}

#location .park .text {
  padding: 85rem 0 80rem;
  font-size: 16rem;
  line-height: 2;
}

#location .park .images-list {
  display: flex;
  justify-content: space-between;
}

#location .park .images-list li {
  width: 49%;
}

#location .gourmet {
  text-align: center;
  padding-bottom: 200rem;
}

#location .gourmet .header {
  padding-bottom: 80rem;
}

#location .gourmet .header .title {
  font-size: 20rem;
  line-height: 1.6;
  padding-bottom: 42rem;
}

#location .gourmet .header .lead {
  font-size: 16rem;
  line-height: 2;
}

#location .gourmet .slide-wrap {
  position: relative;
  padding-bottom: 20rem;
  overflow: hidden;
}

#location .gourmet .slide-wrap .slide-body {
  width: 410vw;
  display: flex;
  justify-content: space-around;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

#location .gourmet .slide-wrap .slide-body .lists {
  text-align: center;
  width: 50%;
  display: flex;
  justify-content: space-around;
  gap: 20rem;
  user-select: none;
}

#location .gourmet .slide-wrap .slide-body .lists img {
  pointer-events: none;
}

#location .gourmet .slide-wrap .slide-body .list01 {
  padding-right: 20rem;
}

#location .gourmet .slide-wrap .category {
  font-size: 13rem;
  line-height: 1.5;
  padding-top: 15rem;
  padding-bottom: 1rem;
}

#location .gourmet .slide-wrap .name {
  font-size: 20rem;
  line-height: 1.3;
  padding-bottom: 5rem;
}

#location .gourmet .slide-wrap .name span {
  font-size: 13rem;
}

#location .gourmet .slide-wrap .distance {
  font-size: 11rem;
}

#location .culture {
  padding-bottom: 120rem;
  text-align: center;
}

#location .culture .title {
  padding: 85rem 0 45rem;
  font-size: 20rem;
  line-height: 1.5;
}

#location .culture .lead {
  font-size: 16rem;
  line-height: 2;
  padding-bottom: 80rem;
}

#location .culture .img-box {
  margin: 0 auto;
  max-width: 960rem;
}

#location .culture .img01 {
  margin-bottom: 24rem;
}

#location .culture .box {
  display: flex;
  justify-content: space-between;
}

#location .culture .box li {
  width: 49%;
}

#location .page-annotation,
#location .site-footer {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  #location {
    padding-top: 130rem;
  }
  #location .page-anime-subs {
    text-align: left;
  }
  #location .mv {
    text-align: left;
    padding-bottom: 80rem;
  }
  #location .mv .catch-copy {
    margin: auto;
    width: 90%;
  }
  #location .mv .lead {
    padding-top: 30rem;
    margin: auto;
    width: 90%;
  }
  #location .mv .scroll-image-wrap {
    margin: 40rem auto 0;
  }
  #location .park {
    text-align: left;
    padding-bottom: 86rem;
  }
  #location .park .title {
    padding-bottom: 45rem;
  }
  #location .park .text {
    padding: 45rem 0 40rem;
  }
  #location .park .images-list {
    display: block;
  }
  #location .park .images-list li {
    width: auto;
  }
  #location .gourmet {
    text-align: left;
    padding-bottom: 70rem;
  }
  #location .gourmet .header {
    padding-bottom: 40rem;
  }
  #location .gourmet .header .title {
    padding-bottom: 30rem;
  }
  #location .gourmet .slide-wrap .slide-body {
    width: 1010vw;
  }
  #location .gourmet .slide-wrap .category {
    font-size: 13rem;
    line-height: 1.5;
    padding-top: 15rem;
    padding-bottom: 1rem;
  }
  #location .gourmet .slide-wrap .name {
    font-size: 20rem;
    line-height: 1.3;
    padding-bottom: 5rem;
  }
  #location .gourmet .slide-wrap .distance {
    font-size: 11rem;
  }
  #location .culture {
    padding-bottom: 70rem;
    text-align: left;
  }
  #location .culture .title {
    padding: 45rem 0 30rem;
    font-size: 20rem;
    line-height: 1.5;
  }
  #location .culture .lead {
    font-size: 16rem;
    line-height: 2;
    padding-bottom: 30rem;
  }
  #location .culture .img01 {
    margin-bottom: 0rem;
  }
  #location .culture .box {
    display: block;
  }
  #location .culture .box li {
    width: auto;
  }
}

/*==================================================================================
#design
==================================================================================*/
#design {
  padding-top: 170rem;
}

#design .mv {
  text-align: center;
  padding-bottom: 80rem;
}

#design .mv .lead {
  padding-top: 30rem;
  font-size: 20rem;
  line-height: 1.5;
}

#design .mv .scroll-image-wrap {
  margin: 80rem auto 0;
  width: 94%;
  position: relative;
}

#design .flavor,
#design .layered,
#design .landplan {
  margin: 0 auto;
  width: 94%;
}

#design .flavor {
  text-align: center;
  padding-bottom: 180rem;
}

#design .flavor .text {
  font-size: 16rem;
  line-height: 2;
  padding-bottom: 80rem;
}

#design .flavor .images-list li:last-child {
  margin-top: 10rem;
}

#design .layered {
  padding-bottom: 180rem;
}

#design .layered .header {
  padding-bottom: 160rem;
}

#design .layered .header .lead {
  padding-top: 25rem;
  text-align: center;
  font-size: 20rem;
  line-height: 1.5;
  padding-bottom: 80rem;
}

#design .layered .header .text {
  padding: 80rem 0;
  font-size: 16rem;
  line-height: 2;
  text-align: center;
}

#design .layered .header .box {
  align-items: start;
}

#design .layered .header .box .img02 {
  width: 35.52632%;
}

#design .layered .header .box .img03 {
  width: 63.81579%;
}

#design .layered .colum,
#design .layered .box {
  display: flex;
  justify-content: space-between;
}

#design .layered .colum {
  max-width: 1160rem;
}

#design .layered .colum .title {
  width: 19.82759%;
}

#design .layered .colum .content {
  width: 66.37931%;
}

#design .layered .colum .content .designer {
  padding-bottom: 35rem;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

#design .layered .colum .content .designer .images {
  width: 32.20779%;
}

#design .layered .colum .content .designer .texts {
  width: 57.14286%;
  padding-bottom: 48rem;
  border-bottom: 1px solid #000;
}

#design .layered .colum .content .designer .text01 {
  font-size: 13rem;
  line-height: 1.8;
  padding-bottom: 22rem;
}

#design .layered .colum .content .designer .text02 {
  padding-bottom: 22rem;
  font-size: 24rem;
  line-height: 1.4;
}

#design .layered .colum .content .designer .text02 .garamond {
  font-size: 80%;
}

#design .layered .colum .content .designer .text03 {
  font-size: 13rem;
  line-height: 1.8;
}

#design .layered .colum .content .detail {
  font-size: 16rem;
  line-height: 2;
  text-align: left;
}

#design .landplan {
  padding-bottom: 180rem;
  text-align: center;
}

#design .landplan .lead {
  padding-top: 25rem;
  font-size: 20rem;
  line-height: 1.5;
  padding-bottom: 80rem;
}

#design .landplan .text {
  padding: 80rem 0;
  font-size: 16rem;
  line-height: 2;
}

#design .landplan .button {
  background-color: #1f1f1f;
  box-shadow: 0px 0px 16rem #000 inset,0px 0px 16rem #000 inset,0px 0px 16rem #000 inset,0px 0px 16rem #000 inset,0px 0px 16rem #000 inset;
  border: 4px solid #3f3f3f;
  border-radius: 40rem;
  margin: 0 auto 35rem;
  width: 320rem;
  text-align: center;
  display: flex;
  justify-content: space-between;
  color: #A6A7A7;
  font-size: 18rem;
  position: relative;
}

#design .landplan .button::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 35rem;
  transition: width .5s,left .5s;
}

#design .landplan .button.mode-tab01::after {
  left: 25%;
  width: calc(50% - 4px);
}

#design .landplan .button.mode-tab02::after {
  left: 75%;
  width: calc(50% - 4px);
}

#design .landplan .button li {
  position: relative;
  width: 50%;
  z-index: 2;
  padding: 25rem 0;
  border-radius: 70rem;
  overflow: hidden;
  color: #A6A7A7;
  cursor: pointer;
}

#design .landplan .button li span {
  position: relative;
  z-index: 3;
}

#design .landplan .button li::after {
  content: "";
  position: absolute;
}

#design .landplan .button li.on {
  pointer-events: none;
  color: #20262C;
}

#design .landplan .button li.on::after {
  border-radius: 70rem;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: linear-gradient(180deg, #ddd, #fefefe);
}

#design .landplan .imgs {
  position: relative;
  margin: auto;
  max-width: 840rem;
}

#design .landplan .imgs .list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#design .landplan .imgs .list li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 1s;
  opacity: 0;
}

#design .landplan .imgs .list li.on {
  opacity: 1;
}

#design .landplan .imgs .bg {
  opacity: 0;
}

#design .fit-box {
  position: relative;
  padding-bottom: 60rem;
}

#design .fit-box .sections {
  display: block;
  justify-content: left;
  align-items: center;
}

#design .fit-box section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#design .fit-box .title {
  font-size: 40rem;
  line-height: 1.5;
  padding-bottom: 40rem;
  text-align: left;
}

#design .fit-box .lead {
  font-size: 20rem;
  line-height: 1.6;
  padding-bottom: 30rem;
}

#design .fit-box .text {
  font-size: 16rem;
  line-height: 2;
}

#design .fit-box .material {
  padding-bottom: 100rem;
}

#design .fit-box .material .header {
  width: 39.09091%;
}

#design .fit-box .material .images {
  width: 54.54545%;
}

#design .fit-box .plants .header {
  width: 30.71429%;
}

#design .fit-box .plants .imgs {
  width: 65.42857%;
}

#design .fit-box .plants .imgs-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#design .fit-box .plants .imgs-list li {
  position: relative;
  width: 32%;
  margin-bottom: 15rem;
}

#design .page-annotation,
#design .site-footer {
  position: relative;
  z-index: 2;
}

#design .publics {
  position: relative;
  background-color: #fff;
  z-index: 2;
  padding: 100rem 3% 120rem;
}

#design .publics .header {
  padding-bottom: 95rem;
  text-align: center;
}

#design .publics .header .title {
  font-size: 40rem;
  line-height: 1.5;
}

#design .publics .content-list {
  display: flex;
  justify-content: space-between;
  padding-bottom: 100rem;
}

#design .publics .content-list dl {
  width: 32%;
}

#design .publics .name {
  font-size: 20rem;
  line-height: 1.5;
  padding-bottom: 16rem;
}

#design .publics .text {
  font-size: 16rem;
  line-height: 2;
}

#design .publics .text .mini {
  display: block;
  padding-top: 10px;
  font-size: 11rem;
  line-height: 1.4;
}

#design .publics .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#design .publics .box.box01 {
  padding-bottom: 80rem;
}

#design .publics .box .img {
  width: 65%;
}

#design .publics .box .texts {
  width: 30%;
}

@media screen and (max-width: 768px) {
  #design {
    padding-top: 130rem;
  }
  #design main {
    overflow: hidden;
  }
  #design .page-anime-subs {
    text-align: left;
  }
  #design .mv {
    text-align: left;
    padding-bottom: 80rem;
  }
  #design .mv .catch-copy {
    margin: auto;
    width: 90%;
  }
  #design .mv .lead {
    padding-top: 30rem;
    margin: auto;
    width: 90%;
  }
  #design .mv .scroll-image-wrap {
    margin: 40rem auto 0;
  }
  #design .flavor {
    text-align: left;
    padding-bottom: 90rem;
  }
  #design .flavor .text {
    font-size: 16rem;
    line-height: 2;
    padding-bottom: 40rem;
  }
  #design .flavor .text br {
    display: none;
  }
  #design .layered {
    padding-bottom: 90rem;
  }
  #design .layered .header {
    padding-bottom: 80rem;
  }
  #design .layered .header .lead {
    text-align: left;
    font-size: 20rem;
    padding-bottom: 40rem;
  }
  #design .layered .header .lead br {
    display: none;
  }
  #design .layered .header .text {
    padding: 40rem 0;
    text-align: left;
  }
  #design .layered .header .box .img02 {
    width: auto;
    margin-bottom: 10rem;
  }
  #design .layered .header .box .img03 {
    width: auto;
  }
  #design .layered .colum,
  #design .layered .box {
    display: block;
  }
  #design .layered .colum .title {
    width: 175rem;
    padding-bottom: 40rem;
  }
  #design .layered .colum .content {
    width: auto;
  }
  #design .layered .colum .content .designer {
    padding-bottom: 0rem;
    display: block;
  }
  #design .layered .colum .content .designer .images {
    width: 200rem;
    margin-bottom: 40rem;
  }
  #design .layered .colum .content .designer .texts {
    width: auto;
    padding-bottom: 35rem;
    margin-bottom: 35rem;
    border-bottom: 1px solid #000;
  }
  #design .layered .colum .content .detail {
    text-align: left;
  }
  #design .landplan {
    padding-bottom: 10rem;
    text-align: left;
  }
  #design .landplan .lead {
    padding-bottom: 40rem;
  }
  #design .landplan .text {
    padding: 40rem 0;
  }
  #design .landplan .button {
    margin: 0 auto 35rem;
    width: 176rem;
  }
  #design .landplan .button li {
    padding: 15rem 0;
  }
  #design .fit-box {
    padding-top: 50rem;
    padding-bottom: 50rem;
  }
  #design .fit-box section {
    display: block;
  }
  #design .fit-box .title {
    font-size: 40rem;
    line-height: 1.5;
    padding-bottom: 40rem;
  }
  #design .fit-box .lead {
    font-size: 20rem;
    line-height: 1.6;
    padding-bottom: 30rem;
  }
  #design .fit-box .text {
    font-size: 16rem;
    line-height: 2;
    padding-bottom: 30rem;
  }
  #design .fit-box .material {
    padding-bottom: 60rem;
  }
  #design .fit-box .material .header {
    width: 100%;
  }
  #design .fit-box .material .images {
    width: 100%;
  }
  #design .fit-box .plants .header {
    width: 100%;
  }
  #design .fit-box .plants .imgs {
    width: 100%;
  }
  #design .page-annotation,
  #design .site-footer {
    position: relative;
    z-index: 2;
  }
  #design .publics {
    padding: 50rem 3% 120rem;
  }
  #design .publics .header {
    padding-bottom: 45rem;
    text-align: left;
  }
  #design .publics .header .title {
    font-size: 34rem;
    line-height: 1.5;
  }
  #design .publics .content-list {
    display: block;
    padding-bottom: 0rem;
  }
  #design .publics .content-list dl {
    width: auto;
    padding-bottom: 35rem;
  }
  #design .publics .name {
    font-size: 20rem;
    line-height: 1.5;
    padding-bottom: 16rem;
  }
  #design .publics .text {
    font-size: 16rem;
    line-height: 2;
  }
  #design .publics .box {
    display: block;
  }
  #design .publics .box.box01 {
    padding-bottom: 40rem;
  }
  #design .publics .box .img {
    width: auto;
    margin-bottom: 24rem;
  }
  #design .publics .box .texts {
    width: auto;
  }
}

/*==================================================================================
#plan
==================================================================================*/
:root {
  --clipp01-w: 30vw;
  --clipp01-h: 18vh;
}

@media screen and (max-width: 768px) {
  :root {
    --clipp01-w: 15vw;
    --clipp01-h: 14vh;
  }
}

#plan {
  padding-top: 170rem;
}

#plan .mv {
  text-align: center;
  padding-bottom: 80rem;
}

#plan .mv .lead {
  padding-top: 30rem;
  font-size: 20rem;
  line-height: 1.5;
}

#plan .mv .scroll-image-wrap {
  margin: 80rem auto 0;
  width: 94%;
  position: relative;
}

#plan .ldks {
  padding-bottom: 50rem;
}

#plan .ldks .ldk-title {
  padding-bottom: 20rem;
  font-size: 50rem;
  text-align: center;
  margin: auto;
  width: 90%;
  font-weight: 100;
}

#plan .plans-layout {
  padding-top: 80rem;
  text-align: center;
}

#plan .plans-layout .tit {
  font-weight: normal;
  font-size: 24rem;
  line-height: 1.5;
  padding-bottom: 5rem;
}

#plan .plans-layout .annotation {
  font-size: 14rem;
  line-height: 1.5;
  padding-bottom: 40rem;
}

#plan .plans-layout .images {
  margin: auto;
  width: 100%;
  max-width: 515rem;
}

#plan .intro {
  padding: 0 0 120rem;
  text-align: center;
}

#plan .intro .title {
  font-size: 23rem;
  line-height: 1.5;
  padding-bottom: 25rem;
  font-weight: normal;
}

#plan .intro .lead {
  font-size: 16rem;
  line-height: 2;
}

#plan .acodion-target {
  display: none;
}

#plan .acodion-target.on {
  display: block;
}

#plan .ac-point {
  position: relative;
  height: 55rem;
  box-sizing: border-box;
  margin-bottom: 45rem;
}

#plan .ac-point.on .ac-buttons {
  position: fixed;
}

#plan .ac-buttons {
  position: absolute;
  padding-top: 10rem;
  top: 0rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  width: 100%;
  max-width: 1000rem;
  background-color: #fff;
  display: flex;
  justify-content: center;
  gap: 20rem;
  font-size: 20rem;
  text-align: center;
  z-index: 3;
}

#plan .ac-buttons li {
  width: 240rem;
  background-color: #fff;
}

#plan .ac-buttons a {
  display: block;
  position: relative;
  box-sizing: border-box;
  height: 42rem;
  color: #fff;
  padding: 10rem 0rem;
  background-color: #9E8D6B;
  border-top-left-radius: 8rem;
  border-top-right-radius: 8rem;
  letter-spacing: 0.1em;
  transition: background-color .5s,letter-spacing .5s,opacity .5s;
  opacity: .6;
}

#plan .ac-buttons a:hover {
  opacity: 1 !important;
}

#plan .ac-buttons a.two {
  background-color: #777166;
}

#plan .ac-buttons a.lim {
  background-color: #004136;
}

#plan .ac-buttons a.on {
  opacity: 1;
  pointer-events: none;
}

#plan .page-annotation,
#plan .site-footer {
  position: relative;
  z-index: 4;
}

#plan .plan-lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  word-break: break-all;
}

#plan .plan-lists:after {
  content: "";
  display: block;
  width: 32%;
}

#plan .plan-lists li {
  position: relative;
  width: 32%;
  padding-bottom: 30rem;
}

#plan .plan-lists a {
  display: block;
  height: 100%;
  color: currentColor;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 30rem 20rem;
}

#plan .plan-lists a:hover .more span::after {
  transform: rotate(180deg);
}

#plan .plan-lists a:hover .more span::before {
  transform: rotate(270deg);
}

#plan .plan-lists .dog-modal {
  position: absolute;
  top: 15rem;
  right: 15rem;
  width: 65rem;
  height: auto;
  padding: 0;
  border: none;
}

#plan .plan-lists .texts {
  padding-bottom: 20rem;
}

#plan .plan-lists .images {
  padding-bottom: 40rem;
  margin: 0 auto;
}

#plan .plan-lists .big {
  letter-spacing: .9rem;
  font-size: 27rem;
}

#plan .plan-lists .name {
  font-size: 20rem;
  padding-bottom: 15rem;
  letter-spacing: .9rem;
}

#plan .plan-lists .detail {
  display: none;
  font-size: 20rem;
  padding-bottom: 15rem;
  letter-spacing: .9rem;
}

#plan .plan-lists .width {
  font-size: 14rem;
  padding-bottom: 9rem;
}

#plan .plan-lists .width .big {
  font-size: 150%;
}

#plan .plan-lists .more {
  text-align: right;
  font-size: 15rem;
}

#plan .plan-lists .more span {
  position: relative;
  display: inline-block;
  padding-left: 20rem;
  font-family: "Inter","Yu Gothic", YuGothic , sans-serif;
}

#plan .plan-lists .more span::after, #plan .plan-lists .more span::before {
  content: "";
  display: block;
  position: absolute;
  width: 10rem;
  height: 1px;
  left: 0;
  top: 50%;
  background-color: #000;
  transform: rotate(0deg);
  transition: transform .5s;
}

#plan .plan-lists .more span::before {
  transform: rotate(90deg);
}

#plan .dog-modal-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

#plan .dog-modal-box .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

#plan .dog-modal-box .box {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  max-width: 1000rem;
  padding: 30rem 40rem;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0px 0px 16rem #aaa;
}

#plan .dog-modal-box .box .close {
  position: absolute;
  top: -30rem;
  right: 0rem;
  width: 30rem;
  height: 30rem;
}

#plan .dog-modal-box .box .close::before, #plan .dog-modal-box .box .close::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: #000;
  transform: translate(-50%, -50%) rotate(45deg);
}

#plan .dog-modal-box .box .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#plan .dog-modal-box .box::after {
  content: "";
  position: absolute;
  top: 8rem;
  left: 8rem;
  right: 8rem;
  bottom: 8rem;
  border: 1px solid #ddd;
}

#plan .dog-modal-box .texts {
  order: 0;
  width: 52%;
}

#plan .dog-modal-box .text01 {
  font-size: 20rem;
  line-height: 1.5;
  padding-bottom: 15rem;
}

#plan .dog-modal-box .text02 {
  font-size: 15rem;
  line-height: 1.8;
  padding-bottom: 5rem;
}

#plan .dog-modal-box .annotation {
  font-size: 10rem;
  line-height: 1.9;
}

#plan .dog-modal-box .images {
  position: relative;
  order: 2;
  width: 45%;
}

#plan .about-limited-plan {
  margin: auto;
  width: 90%;
  max-width: 1000rem;
  padding-bottom: 110rem;
}

#plan .about-limited-plan .title {
  font-size: 48rem;
  line-height: 1.5;
  padding-bottom: 40rem;
  text-align: center;
  font-weight: 100;
}

#plan .about-limited-plan .plans-exam {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15rem;
}

#plan .about-limited-plan .plans-exam li {
  position: relative;
  width: 32%;
  box-sizing: border-box;
  padding: 30rem 25rem 20rem;
  background-color: #EFF3F2;
}

#plan .about-limited-plan .plans-exam li.two {
  background-color: #F3F3EF;
}

#plan .about-limited-plan .plans-exam .details {
  font-size: 20rem;
  line-height: 1.5;
  padding-bottom: 18rem;
}

#plan .about-limited-plan .plans-exam .details .big {
  font-size: 160%;
}

#plan .about-limited-plan .plans-exam .width {
  font-size: 14rem;
}

#plan .about-limited-plan .plans-exam .width .garamond {
  font-size: 120%;
}

#plan .about-limited-plan .plans-exam .width .big {
  font-size: 140%;
}

#plan .about-limited-plan .plans-exam .dog {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6rem;
  width: 70rem;
}

#plan .about-limited-plan .arrow1 {
  margin: auto;
  width: 40rem;
  padding: 62rem 0;
}

#plan .about-limited-plan .txt01 {
  font-size: 56rem;
  line-height: 1.5;
  padding-bottom: 40rem;
  text-align: center;
}

#plan .about-limited-plan .txt02 {
  font-size: 19rem;
  line-height: 1.7;
  padding-bottom: 24rem;
  text-align: center;
}

#plan .about-limited-plan .txt03 {
  font-size: 12rem;
  line-height: 1.5;
  padding-bottom: 40rem;
  text-align: center;
  color: #004136;
}

#plan .about-limited-plan .button {
  margin: auto;
  max-width: 400rem;
}

#plan .about-limited-plan .button a {
  display: block;
  text-align: center;
  background-color: #004136;
  color: #fff;
  padding: 10rem 20rem 15rem;
}

#plan .about-limited-plan .button span {
  display: inline-block;
  position: relative;
}

#plan .about-limited-plan .button .arrow2 {
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 20rem;
  width: 15rem;
  transform: translateY(-50%);
}

#plan .about-limited-plan .button .txt04 {
  font-size: 13rem;
  line-height: 1.5;
  padding-bottom: 10rem;
}

#plan .about-limited-plan .button .txt05 {
  font-size: 11rem;
}

#plan .casbee {
  max-width: 320px;
  margin: 0 auto 100rem;
}

/*==================================================================================
#plan.detail
==================================================================================*/
#plan.detail main {
  padding-bottom: 140rem;
}

#plan.detail .intro {
  position: relative;
  text-align: center;
}

#plan.detail .intro p {
  letter-spacing: .15em;
}

#plan.detail .intro .wrap {
  max-width: 1000px;
}

#plan.detail .intro .floor {
  position: absolute;
  width: 240px;
  right: 0;
  top: -70px;
}

#plan.detail .intro .floor.floor02 {
  top: -10px;
}

#plan.detail .intro .type {
  font-size: 30px;
  line-height: 2;
  font-weight: normal;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d3d3d3;
  font-family: "Cormorant Garamond", sans-serif;
}

#plan.detail .intro .type span {
  font-size: 45px;
}

#plan.detail .intro .type .cinzel {
  font-size: 40px;
}

#plan.detail .intro ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#plan.detail .intro ul li {
  width: 50%;
}

#plan.detail .intro ul .spec {
  text-align: left;
  font-size: 20px;
  font-family: "Cormorant Garamond", sans-serif;
}

#plan.detail .intro ul .spec .big {
  font-size: 30px;
}

#plan.detail .intro ul .width {
  text-align: right;
  font-size: 20px;
  margin-bottom: 20px;
}

#plan.detail .intro ul .width .num {
  font-size: 30px;
}

#plan.detail .intro ul .width .mini {
  font-size: 14px;
}

#plan.detail .intro ul .balcony {
  text-align: right;
  font-size: 14px;
  line-height: 1.8;
}

#plan.detail .intro ul .balcony span {
  font-size: 20px;
}

#plan.detail .plans {
  text-align: center;
}

#plan.detail .plans .room {
  max-width: 773px;
  margin: auto;
}

#plan.detail .plans .room.atype, #plan.detail .plans .room.btype {
  max-width: 337px;
}

#plan.detail .plans .room.ctype, #plan.detail .plans .room.c2type, #plan.detail .plans .room.ftype {
  max-width: 360px;
}

#plan.detail .plans .room.dtype, #plan.detail .plans .room.etype, #plan.detail .plans .room.hgtype {
  max-width: 413px;
}

#plan.detail .plans .room.gtype {
  max-width: 292px;
}

#plan.detail .plans .room.igtype {
  max-width: 438px;
}

#plan.detail .plans .room.jgtype {
  max-width: 393px;
}

#plan.detail .plans .room.lrtype {
  max-width: 710px;
}

#plan.detail .plans .room.nrtype {
  max-width: 549px;
}

#plan.detail .plans .guide {
  margin-top: 40px;
}

#plan.detail .plans .guide .caps {
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 10px;
}

#plan.detail .plans .guide .image {
  max-width: 300px;
  margin: auto;
}

#plan.detail .plans .page-links {
  margin: 80rem auto 0;
  padding: 0;
  text-align: center;
}

#plan.detail .plans .page-links {
  margin: 80rem auto 0;
  width: 190rem;
  text-align: center;
}

/* outline */
/*==================================================================================
#outline
==================================================================================*/
#outline .commonTitle01 {
  padding-top: 130rem;
  width: 240rem;
  margin: auto;
  padding-bottom: 60rem;
}

#outline main {
  background: none;
  font-size: 14rem;
}

#outline .pageTitle02:before {
  background: none;
}

#outline .content {
  padding-top: 200rem;
}

#outline .content .title {
  text-align: center;
  font-size: 25rem;
  padding-bottom: 40rem;
}

#outline .pageTitleArea01 .image {
  position: relative;
}

#outline .footer-cv-button {
  display: none;
}

#outline img {
  height: auto;
}

#outline .main .title {
  padding-top: 25rem;
  padding-bottom: 20rem;
  margin-top: 15rem;
  margin-bottom: 45rem;
  color: #000;
  font-size: 24rem;
  letter-spacing: 0.1em;
  text-align: center;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}

#outline #fontSize {
  overflow: hidden;
  color: #333333;
  margin-left: 689rem;
  margin-bottom: 20rem;
}

#outline #fontSize li {
  float: left;
  text-align: center;
}

#outline #fontSize li span {
  color: #fff;
}

#outline #fontSize li span, #outline #fontSize li a, #outline #fontSize li a:link, #outline #fontSize li a:visited, #outline #fontSize li a:hover, #outline #fontSize li a:active {
  float: left;
  display: block;
  padding: 10rem;
  width: 76rem;
  text-decoration: none;
  font-size: 13rem;
}

#outline #changeArea {
  margin-bottom: 50rem;
}

#outline #changeArea .outlineTitle2, #outline #changeArea .outlineTitle3, #outline #changeArea .outlineTitle4, #outline #changeArea .outlineTitle5, #outline #changeArea .outlineTitle6, #outline #changeArea .outlineTitle1, #outline #changeArea .outlineTitle {
  font-size: 113%;
}

#outline .outlineTitle2, #outline .outlineTitle3, #outline .outlineTitle4, #outline .outlineTitle5, #outline .outlineTitle6, #outline .outlineTitle1, #outline .outlineTitle {
  padding: 15rem 0;
}

#outline #changeArea dl, #outline #changeArea dt, #outline #changeArea dd {
  font-size: 100%;
}

#outline main dl {
  margin-bottom: 1px;
  border-bottom: 1px solid #6a8ca599;
  overflow: hidden;
  zoom: 1;
}

#outline main dt, #outline main dd {
  padding: 12rem 16rem 10rem;
  line-height: 1.3;
  letter-spacing: 0;
  box-sizing: border-box;
}

#outline main dl {
  display: table;
}

#outline main dd {
  display: table-cell;
  width: 715rem;
  color: #000;
}

@media (max-width: 1024px) {
  #outline main dd {
    width: auto;
  }
}

#outline main dt {
  display: table-cell;
  width: 225rem;
  color: #fff;
  background: #102E21;
}

#outline #fontSize .active {
  background: transparent;
  color: #000;
  box-sizing: border-box;
  border: 1px solid #000;
}

#outline #fontSize .active:hover {
  background-color: transparent;
  border: 1px solid #000;
}

#outline #fontSize a {
  background-color: #efefef;
  color: #000;
  border: 1px solid #222;
}

#outline #fontSize a:hover {
  background-color: #222;
  color: #ddd;
  opacity: 1;
  border: 1px solid #222;
}

#outline .buttons-wrap {
  text-align: center;
}

#outline .buttons-wrap .button1 {
  padding-bottom: 17px;
}

@media screen and (max-width: 1024px) {
  #outline .content {
    padding-top: 120rem;
  }
  #outline .content .title {
    text-align: center;
    font-size: 20rem;
    padding-bottom: 20rem;
  }
  #outline main dl {
    display: block;
  }
  #outline main dd {
    display: block;
    width: auto;
    color: #000;
  }
  #outline main dt {
    display: block;
    width: auto;
  }
}

/*==================================================================================
#map
==================================================================================*/
#map {
  padding-top: 170rem;
}

#map .mv {
  text-align: center;
  padding-bottom: 80rem;
}

#map .mapArea {
  max-width: 1000px;
  margin: 0 auto 100px;
}

#map .mapArea .map01 {
  margin-bottom: 100px;
}

#map .mapArea .map02 {
  width: 80%;
  margin: 0 auto 50px;
}

#map .link {
  text-align: center;
}

#map .link a {
  font-size: 16px;
  color: #000;
}

/*==================================================================================
#conceptmovie
==================================================================================*/
#conceptmovie {
  padding-top: 170rem;
}

#conceptmovie .page-anime-subs {
  font-size: 56rem;
}

#conceptmovie .mapArea {
  max-width: 1000px;
  aspect-ratio: 16/9;
  margin: 100px auto;
}

#conceptmovie .mapArea iframe {
  width: 100%;
  height: 100%;
}

#conceptmovie .mapArea .mini {
  text-align: right;
  font-size: 11px;
  line-height: 1.6;
  margin-top: 10px;
}

#conceptmovie .link {
  font-size: 16px;
  text-align: center;
}

#conceptmovie .link a {
  color: #000;
}

/*==================================================================================
#limited
==================================================================================*/
#limited {
  padding-top: 170rem;
}

#limited .mv {
  margin-bottom: 100px;
}

#limited .mv .page-anime-subs {
  font-size: 56rem;
}

#limited .img-list {
  margin-bottom: 100px;
}

#limited .img-list .list li {
  position: relative;
  width: 20%;
}

#limited .img-list .list a .btn-img {
  cursor: pointer;
  overflow: hidden;
  width: 100%;
}

#limited .img-list .list a .btn-img img {
  transition: transform .6s ease;
  width: 100%;
  transform: scale(1.1);
}

#limited .img-list .list a .btn {
  margin-left: 10px;
  font-size: 22rem;
  font-weight: lighter;
  letter-spacing: 1.5rem;
  color: #fff;
  position: absolute;
  bottom: 2%;
  transition: .20s;
}

#limited .img-list .list a .btn img {
  display: inline-block;
  max-width: 7rem;
  margin-right: 8rem;
}

#limited .img-list .list a .btn01 {
  color: #000;
}

#limited .img-list .list a:hover .btn-img img {
  transform: scale(1);
}

/*==================================================================================
#access
==================================================================================*/
#access {
  padding-top: 170rem;
}

#access .mv {
  text-align: center;
  padding-bottom: 80rem;
}

#access .mv .lead {
  padding-top: 30rem;
  font-size: 20rem;
  line-height: 1.5;
}

#access .mv .scroll-image-wrap {
  margin: 80rem auto 0;
  width: 94%;
  position: relative;
}

#access .sections {
  margin-bottom: 80px;
}

#access .sections .lists.list01 {
  display: flex;
  justify-content: space-between;
}

#access .sections .lists.list01 li {
  width: 30%;
}

#access .sections .lists.list01 li:last-child {
  width: 65%;
}

#access .sections .lists.list01 .txt {
  font-size: 40rem;
  margin-bottom: 24px;
}

#access .sections .lists.list01 .lead {
  font-size: 17rem;
  line-height: 1.6;
  margin-bottom: 10rem;
}

#access .sections .box {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 40px 40px;
  box-sizing: border-box;
}

#access .sec01 .images {
  display: flex;
  justify-content: space-between;
  gap: 2%;
  margin: 20px auto 40px;
}

#access .sec01 .box .img05 {
  margin-bottom: 34px;
}

#access .sec02 .list02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

#access .sec02 .list02 li {
  width: 48% !important;
  margin-bottom: 24px;
}

#access .sec02 .list02 li .image {
  margin-bottom: 12px;
}

#access .sec02 .list02 li:nth-child(3) {
  width: 100% !important;
  margin-bottom: 6rem;
}

#access .sec02 .list02 li:nth-child(6), #access .sec02 .list02 li:last-child {
  margin-bottom: 0;
}

#access .sec02 .list02 .info {
  font-size: 10rem;
  line-height: 1.8;
  border-left: 3px solid #D4D4D4;
  padding-left: 10px;
}

#access .sec02 .list02 .info .big {
  font-size: 16rem;
}

#access .sec02 .list02 .info .min {
  font-size: 14rem;
}

#access .sec02 .list02 .mini {
  font-size: 13rem;
  margin-bottom: 12px;
}

#access .sec02 .list02 .info01 {
  font-size: 10rem;
  line-height: 1.8;
}

#access .sec02 .list02 .info01 .big {
  font-size: 16rem;
}

#access .sec02 .list02 .info01 .min {
  font-size: 14rem;
}

/*==================================================================================
#quality
==================================================================================*/
#quality {
  padding-top: 170rem;
}

#quality .mv {
  text-align: center;
  padding-bottom: 80rem;
}

#quality .mv .lead {
  padding-top: 30rem;
  font-size: 20rem;
  line-height: 1.5;
}

#quality .img01 {
  max-width: 1520px;
  width: 94%;
  margin: 0 auto;
}

#quality .img02 {
  max-width: 1520px;
  width: 94%;
  margin: 0 auto 120px;
}

#quality .sec01 {
  max-width: 1520px;
  width: 94%;
  margin: auto;
}

#quality .sec01 .lists {
  width: 92%;
  margin: 0 0 40px auto;
  display: flex;
  justify-content: space-between;
}

#quality .sec01 .lists li {
  text-align: left;
  width: 20%;
}

#quality .sec01 .lists li:last-child {
  width: 80%;
}

#quality .sec01 .lists .txt {
  font-size: 40px;
  left: 1.6;
  margin-bottom: 15px;
}

#quality .sec01 .lists .icon {
  max-width: 144px;
  margin: 0;
}

#quality .sec02 {
  max-width: 1520px;
  width: 94%;
  margin: 0 auto 120px;
}

#quality .sec02 .lists {
  display: flex;
  justify-content: space-between;
}

#quality .sec02 .lists li {
  text-align: left;
  width: 62%;
}

#quality .sec02 .lists li:last-child {
  width: 37%;
}

#quality .sec02 .lists .txt {
  font-size: 40px;
  left: 1.6;
  margin-top: 10px;
}

#quality .sec03 {
  max-width: 1520px;
  width: 94%;
  margin: 0 auto 80px;
}

#quality .sec03 .txt {
  font-size: 40px;
  left: 1.6;
  margin-bottom: 40px;
}

#quality .sec03 .lists {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}

#quality .sec03 .lists.list01 {
  display: flex;
  justify-content: flex-end;
}

#quality .sec03 .lists li {
  width: 23%;
}

#quality .sec03 .lists .name {
  font-size: 16px;
  margin: 12px 0;
}

#quality .sec03 .lists .info {
  font-size: 13px;
  line-height: 1.6;
}

#quality .sec03 .lists .icon {
  max-width: 144px;
  margin-top: 14px;
}

#quality .sec03 .lists .mini {
  font-size: 11px;
  margin-top: 10px;
}

#quality .sec04 {
  max-width: 1520px;
  width: 94%;
  margin: 0 auto 80px;
}

#quality .sec04 .lists {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}

#quality .sec04 .lists li {
  width: 23%;
}

#quality .sec04 .lists .txt {
  font-size: 40px;
  left: 1.6;
}

#quality .sec04 .lists .name {
  font-size: 16px;
  margin: 12px 0 24px;
}

#quality .sec04 .lists .info {
  font-size: 13px;
  line-height: 1.6;
}

/*==================================================================================
#brand
==================================================================================*/
#brand {
  padding-top: 170rem;
}

#brand .mv {
  text-align: center;
  padding-bottom: 160rem;
}

#brand .mv .lead {
  padding-top: 30rem;
  font-size: 20rem;
  line-height: 1.5;
}

#brand .sections {
  text-align: center;
  margin-bottom: 160px;
}

#brand .sections .txt {
  font-size: 32px;
  line-height: 1.6;
  margin-bottom: 40px;
}

#brand .sections .lead {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 120px;
}

#brand .sections .lists {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#brand .sections .lists li {
  width: 47%;
}

#brand .sections .lists .name {
  text-align: left;
  font-size: 12px;
  line-height: 1.3;
  margin-top: 10px;
}

#brand .sections .lists .name.bottom {
  margin-bottom: 40px;
}

#brand .sections .lists .image {
  overflow: hidden;
}

#brand .sections .lists .image img {
  display: block;
  width: 100%;
}

#brand .sections .lists .image.is-show img {
  filter: blur(0) brightness(100%);
}

#brand .sec01 .logo {
  max-width: 470px;
  margin: 0 auto 80px;
}

#brand .sec02 .logo {
  max-width: 192px;
  margin: 0 auto 80px;
}

#brand .sec03 .logo {
  max-width: 345px;
  margin: 0 auto 80px;
}

/*==================================================================================
#position
==================================================================================*/
#position {
  padding-top: 170rem;
}

#position .mv {
  text-align: center;
  padding-bottom: 80rem;
}

#position .mv .lead {
  padding-top: 30rem;
  font-size: 20rem;
  line-height: 1.5;
}

#position .mv .scroll-image-wrap {
  margin: 80rem auto 0;
  width: 94%;
  position: relative;
}

#position .sec01 {
  text-align: center;
}

#position .sec01.wrap {
  max-width: 1520px;
  width: 94%;
}

#position .sec01 .img01 {
  margin-bottom: 80px;
}

#position .sec01 .txt {
  font-size: 20rem;
  line-height: 1.6;
  margin-bottom: 40px;
}

#position .sec01 .lead {
  font-size: 16rem;
  line-height: 2;
  margin-bottom: 80px;
}

#position .sec01 .inner {
  max-width: 960px;
  margin: auto;
}

#position .sec01 .list {
  display: flex;
  justify-content: space-between;
  margin: 80px auto 120px;
}

#position .sec01 .list li {
  text-align: left;
  width: 50%;
}

#position .sec01 .list li:last-child {
  width: 46%;
}

#position .sec01 .list .txt {
  margin-bottom: 20px;
}

#position .sec01 .list .lead {
  line-height: 1.8;
  margin-bottom: 30px;
}

#position .sec02 {
  text-align: center;
  margin-bottom: 80px;
}

#position .sec02 .img01 {
  margin-bottom: 80px;
}

#position .sec02 .txt {
  font-size: 20rem;
  line-height: 1.6;
  margin-bottom: 40px;
}

#position .sec02 .lead {
  font-size: 16rem;
  line-height: 2;
  margin-bottom: 80px;
}

#position .sec02 .img02 {
  max-width: 1123px;
  margin: auto;
}

#position .sec02 .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 960px;
  margin: 80px auto;
}

#position .sec02 .list li {
  text-align: left;
  width: 32%;
}

#position .sec02 .list li:last-child {
  width: 60%;
}

#position .sec02 .list li:last-child .image {
  border: .5px solid #000;
}

#position .sec02 .list .lead {
  line-height: 1.8;
  margin-bottom: 0;
}

#position .sec02 .img04 {
  max-width: 746px;
  margin: auto;
}

#position .sec03 {
  text-align: center;
}

#position .sec03 .tit {
  max-width: 315px;
  margin: 0 auto 40px;
}

#position .sec03 .blk-bg {
  background: #3F3939;
  color: #fff;
  padding: 80px 0;
}

#position .sec03 .txt {
  font-size: 20rem;
  line-height: 1.6;
  margin-bottom: 40px;
}

#position .sec03 .lead {
  font-size: 16rem;
  line-height: 2;
  margin-bottom: 40px;
}

#position .sec03 .list {
  max-width: 960px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

#position .sec03 .list li {
  width: 48%;
}

#position .sec03 .list .caps {
  text-align: left;
  font-size: 11px;
  line-height: 1.6;
  margin-top: 10px;
}

/*==================================================================================
#limited02
==================================================================================*/
#limited02 {
  padding-top: 170rem;
  /* modal */
}

#limited02 .js-scroll {
  opacity: 1;
  transform: translateY(0);
}

#limited02 .mv {
  text-align: center;
}

#limited02 .mv .lead {
  padding-top: 30rem;
  font-size: 20rem;
  line-height: 1.5;
}

#limited02 .mv .scroll-image-wrap {
  margin: 80rem auto 0;
  width: 94%;
  position: relative;
}

#limited02 .ldks {
  padding-bottom: 50rem;
}

#limited02 .ldks .ldk-title {
  padding-bottom: 20rem;
  font-size: 50rem;
  text-align: center;
  margin: auto;
  width: 90%;
  font-weight: 100;
}

#limited02 .plans-layout {
  padding-top: 80rem;
  text-align: center;
}

#limited02 .plans-layout .tit {
  font-weight: normal;
  font-size: 24rem;
  line-height: 1.5;
  padding-bottom: 5rem;
}

#limited02 .plans-layout .annotation {
  font-size: 14rem;
  line-height: 1.5;
  padding-bottom: 40rem;
}

#limited02 .plans-layout .images {
  margin: auto;
  width: 100%;
  max-width: 515rem;
}

#limited02 .intro {
  padding: 0rem 0 40rem;
  text-align: center;
}

#limited02 .intro .title {
  font-size: 23rem;
  line-height: 1.5;
  padding-bottom: 25rem;
  font-weight: normal;
}

#limited02 .intro .lead {
  font-size: 16rem;
  line-height: 2;
}

#limited02 .intro .txt01 {
  font-size: 56rem;
  line-height: 1.5;
  text-align: center;
}

#limited02 .legend {
  max-width: 400px;
  width: 80%;
  margin: 0 auto 25rem;
}

#limited02 .acodion-target {
  display: none;
}

#limited02 .acodion-target.on {
  display: block;
}

#limited02 .ac-point {
  position: relative;
  height: 55rem;
  box-sizing: border-box;
  margin-bottom: 45rem;
}

#limited02 .ac-point.on .ac-buttons {
  position: fixed;
}

#limited02 .ac-buttons {
  position: absolute;
  padding-top: 10rem;
  top: 0rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  width: 100%;
  max-width: 1000rem;
  background-color: #fff;
  display: flex;
  justify-content: center;
  gap: 20rem;
  font-size: 20rem;
  text-align: center;
  z-index: 3;
}

#limited02 .ac-buttons li {
  width: 240rem;
  background-color: #fff;
}

#limited02 .ac-buttons a {
  display: block;
  position: relative;
  box-sizing: border-box;
  height: 35rem;
  color: #fff;
  padding: 10rem 0rem;
  background-color: #9E8D6B;
  border-top-left-radius: 8rem;
  border-top-right-radius: 8rem;
  letter-spacing: 0.1em;
  transition: background-color .5s,letter-spacing .5s,opacity .5s;
  opacity: .6;
}

#limited02 .ac-buttons a:hover {
  opacity: 1 !important;
}

#limited02 .ac-buttons a.two {
  background-color: #777166;
}

#limited02 .ac-buttons a.lim {
  background-color: #004136;
}

#limited02 .ac-buttons a.on {
  opacity: 1;
  pointer-events: none;
}

#limited02 .page-annotation,
#limited02 .site-footer {
  position: relative;
  z-index: 4;
}

#limited02 .plan-lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  word-break: break-all;
}

#limited02 .plan-lists:after {
  content: "";
  display: block;
  width: 32%;
}

#limited02 .plan-lists li {
  position: relative;
  width: 32%;
  padding-bottom: 30rem;
}

#limited02 .plan-lists li.limit a {
  border: 1.5px solid #004035;
}

#limited02 .plan-lists li.limit .name {
  color: #004035;
}

#limited02 .plan-lists li.limit .width {
  color: #004035;
}

#limited02 .plan-lists li.limit .dog-modal {
  border: none;
}

#limited02 .plan-lists a {
  display: block;
  height: 100%;
  color: currentColor;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 30rem 20rem;
}

#limited02 .plan-lists a:hover .more span::after {
  transform: rotate(180deg);
}

#limited02 .plan-lists a:hover .more span::before {
  transform: rotate(270deg);
}

#limited02 .plan-lists .dog-modal {
  position: absolute;
  top: 15rem;
  right: 15rem;
  width: 65rem;
  height: auto;
  padding: 0;
  border: none;
}

#limited02 .plan-lists .texts {
  padding-bottom: 20rem;
}

#limited02 .plan-lists .images {
  padding-bottom: 40rem;
  margin: 0 auto;
}

#limited02 .plan-lists .big {
  letter-spacing: .9rem;
  font-size: 27rem;
}

#limited02 .plan-lists .name {
  font-size: 20rem;
  padding-bottom: 15rem;
  letter-spacing: .9rem;
}

#limited02 .plan-lists .detail {
  display: none;
  font-size: 20rem;
  padding-bottom: 15rem;
  letter-spacing: .9rem;
}

#limited02 .plan-lists .width {
  font-size: 14rem;
  padding-bottom: 9rem;
}

#limited02 .plan-lists .width .big {
  font-size: 150%;
}

#limited02 .plan-lists .more {
  text-align: right;
  font-size: 15rem;
}

#limited02 .plan-lists .more span {
  position: relative;
  display: inline-block;
  padding-left: 20rem;
  font-family: "Inter","Yu Gothic", YuGothic , sans-serif;
}

#limited02 .plan-lists .more span::after, #limited02 .plan-lists .more span::before {
  content: "";
  display: block;
  position: absolute;
  width: 10rem;
  height: 1px;
  left: 0;
  top: 50%;
  background-color: #000;
  transform: rotate(0deg);
  transition: transform .5s;
}

#limited02 .plan-lists .more span::before {
  transform: rotate(90deg);
}

#limited02 .dog-modal-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

#limited02 .dog-modal-box .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

#limited02 .dog-modal-box .box {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  max-width: 1000rem;
  padding: 30rem 40rem;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0px 0px 16rem #aaa;
}

#limited02 .dog-modal-box .box .close {
  position: absolute;
  top: -30rem;
  right: 0rem;
  width: 30rem;
  height: 30rem;
}

#limited02 .dog-modal-box .box .close::before, #limited02 .dog-modal-box .box .close::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: #000;
  transform: translate(-50%, -50%) rotate(45deg);
}

#limited02 .dog-modal-box .box .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#limited02 .dog-modal-box .box::after {
  content: "";
  position: absolute;
  top: 8rem;
  left: 8rem;
  right: 8rem;
  bottom: 8rem;
  border: 1px solid #ddd;
}

#limited02 .dog-modal-box .texts {
  order: 0;
  width: 52%;
}

#limited02 .dog-modal-box .text01 {
  font-size: 20rem;
  line-height: 1.5;
  padding-bottom: 15rem;
}

#limited02 .dog-modal-box .text02 {
  font-size: 15rem;
  line-height: 1.8;
  padding-bottom: 5rem;
}

#limited02 .dog-modal-box .annotation {
  font-size: 10rem;
  line-height: 1.9;
}

#limited02 .dog-modal-box .images {
  position: relative;
  order: 2;
  width: 45%;
}

#limited02 .about-limited-plan {
  margin: auto;
  width: 90%;
  max-width: 1000rem;
  padding-bottom: 110rem;
}

#limited02 .about-limited-plan .title {
  font-size: 48rem;
  line-height: 1.5;
  padding-bottom: 40rem;
  text-align: center;
  font-weight: normal;
}

#limited02 .about-limited-plan .plans-exam {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15rem;
}

#limited02 .about-limited-plan .plans-exam li {
  position: relative;
  width: 32%;
  box-sizing: border-box;
  padding: 30rem 25rem 20rem;
  background-color: #EFF3F2;
}

#limited02 .about-limited-plan .plans-exam li.two {
  background-color: #F3F3EF;
}

#limited02 .about-limited-plan .plans-exam .details {
  font-size: 20rem;
  line-height: 1.5;
  padding-bottom: 18rem;
}

#limited02 .about-limited-plan .plans-exam .details .big {
  font-size: 160%;
}

#limited02 .about-limited-plan .plans-exam .width {
  font-size: 14rem;
}

#limited02 .about-limited-plan .plans-exam .width .garamond {
  font-size: 120%;
}

#limited02 .about-limited-plan .plans-exam .width .big {
  font-size: 140%;
}

#limited02 .about-limited-plan .plans-exam .dog {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6rem;
  width: 70rem;
}

#limited02 .about-limited-plan .arrow1 {
  margin: auto;
  width: 40rem;
  padding: 62rem 0;
}

#limited02 .about-limited-plan .txt01 {
  font-size: 56rem;
  line-height: 1.5;
  padding-bottom: 40rem;
  text-align: center;
}

#limited02 .about-limited-plan .txt02 {
  font-size: 19rem;
  line-height: 1.7;
  padding-bottom: 24rem;
  text-align: center;
}

#limited02 .about-limited-plan .txt03 {
  font-size: 12rem;
  line-height: 1.5;
  padding-bottom: 40rem;
  text-align: center;
  color: #004136;
}

#limited02 .about-limited-plan .button {
  margin: auto;
  max-width: 400rem;
}

#limited02 .about-limited-plan .button a {
  display: block;
  text-align: center;
  background-color: #004136;
  color: #fff;
  padding: 10rem 20rem 15rem;
}

#limited02 .about-limited-plan .button span {
  display: inline-block;
  position: relative;
}

#limited02 .about-limited-plan .button .arrow2 {
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 20rem;
  width: 15rem;
  transform: translateY(-50%);
}

#limited02 .about-limited-plan .button .txt04 {
  font-size: 13rem;
  line-height: 1.5;
  padding-bottom: 10rem;
}

#limited02 .about-limited-plan .button .txt05 {
  font-size: 11rem;
}

#limited02 .limited-form {
  max-width: 900px;
  margin: auto;
  padding-bottom: 0;
  text-align: center;
}

#limited02 .link-lists {
  display: inline-flex;
}

#limited02 .link-lists li {
  width: 48%;
  margin-right: 2%;
  margin-bottom: 120px;
}

#limited02 .link-lists li:last-child {
  margin-right: auto;
}

#limited02 .link-lists li video {
  border: 0.5px solid #000;
}

#limited02 .link-lists li .img {
  position: relative;
}

#limited02 .link-lists li .arrow {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 30px;
  z-index: 2;
}

#limited02 .link-lists .txt {
  color: #000;
  text-align: center;
  padding-top: 10px;
}

#limited02 .link-lists .text01 {
  font-size: 14rem;
  line-height: 2;
}

#limited02 .link-lists .text01 span {
  font-size: 18rem;
}

#limited02 .link-lists .annotation {
  font-size: 10rem;
}

@media screen and (max-width: 768px) {
  #limited02 .limited-form {
    padding-top: 0;
  }
  #limited02 .link-lists li {
    width: 80%;
    margin: 0 auto 30rem;
  }
}

#limited02 .modal_box {
  position: fixed;
  z-index: 777777;
  display: none;
  width: 90%;
  top: 0 !important;
  max-width: 960px;
  margin: 0;
  padding: 60px 1.5vw 70px;
  text-align: center;
  box-sizing: border-box;
}

#limited02 .modal_close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 62px;
  font-size: 46px;
  color: #fff;
  line-height: 62px;
  text-align: center;
}

#limited02 .modal_close i {
  line-height: 62px;
  vertical-align: bottom;
}

#limited02 .modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 666666;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.9);
}

@media screen and (max-width: 767px) {
  #limited02 .modal_box {
    width: 100%;
    padding: 180px 1.5vw 20px;
  }
  #limited02 .modal_close {
    width: 40px;
    line-height: 40px;
    font-size: 30px;
    top: 140px;
  }
  #limited02 .modal_close i {
    line-height: 44px;
  }
}

#limited02 .modal_bnr {
  max-width: 650px;
  width: 100%;
  /*margin-bottom: 50px;*/
  margin-left: auto;
  margin-right: auto;
}

#limited02 .modal_bnr .none {
  pointer-events: none;
}

#limited02 .movie-box {
  text-align: center;
  color: #fff;
  margin: 100px auto;
}

#limited02 .movie-box .title {
  font-size: 18px;
  margin-bottom: 20px;
  align-items: center;
  display: flex;
  justify-content: center;
}

#limited02 .movie-box .title::before,
#limited02 .movie-box .title::after {
  background-color: #fff;
  content: "";
  height: 1px;
  width: 60px;
}

#limited02 .movie-box .title::before {
  margin-right: 15px;
}

#limited02 .movie-box .title::after {
  margin-left: 15px;
}

#limited02 .movie-box .txt {
  font-size: 20px;
  line-height: 1.8;
}

#limited02 .movie-box .txt02 {
  font-size: 11px;
  line-height: 1.4;
  text-align: right;
}

#limited02 .guide {
  text-align: center;
  margin: 50px auto 10px;
  max-width: 1000px;
  width: 94%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#limited02 .guide .movies {
  width: 24%;
}

#limited02 .guide .movies .tit {
  text-align: left;
  margin-bottom: 24px;
}

#limited02 .guide .movies .tit img {
  width: auto;
  margin: 0;
}

#limited02 .guide .movies .tit03 {
  margin-bottom: 12px;
}

#limited02 .guide .guide-movie {
  margin: 0 auto;
}

#limited02 .guide .guide-movie video {
  width: 100%;
  height: 100%;
}

#limited02 .guide .guide-movie video:focus {
  outline: none;
}

#limited02 .casbee {
  max-width: 320px;
  margin: 0 auto 100rem;
}

/*==================================================================================
#residencemovie
==================================================================================*/
#residencemovie {
  padding-top: 170rem;
}

#residencemovie .page-anime-subs {
  font-size: 56rem;
}

#residencemovie .mapArea {
  max-width: 1000px;
  aspect-ratio: 16/9;
  margin: 100px auto;
}

#residencemovie .mapArea iframe {
  width: 100%;
  height: 100%;
}

#residencemovie .mapArea .mini {
  text-align: right;
  font-size: 11px;
  line-height: 1.6;
  margin-top: 10px;
}

#residencemovie .link {
  font-size: 16px;
  text-align: center;
}

#residencemovie .link a {
  color: #000;
}

/*==================================================================================
 sp
==================================================================================*/
@media (max-width: 768px) {
  /*==================================================================================
 siteHeader
==================================================================================*/
  .site-header .inner {
    display: block;
  }
  .site-header .logo {
    padding-top: 11rem;
    padding-bottom: 7rem;
  }
  .site-header .logo img {
    max-height: 37rem;
  }
  .site-header .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    gap: 0rem;
    padding-right: 55rem;
  }
  .site-header .buttons li {
    width: 50%;
    border-top: .5px solid #fff;
  }
  .site-header .buttons li:first-child {
    border-right: .5px solid #fff;
  }
  .site-header .buttons li:last-child {
    background-color: #E4E0DC;
  }
  .sp-buttons .common-button01.color04 {
    padding-bottom: 17rem;
    border: .5px solid #363847;
  }
  .sp-buttons .common-button01.color04:after {
    background-color: #E4E0DC;
  }
  /*==================================================================================
 menu
==================================================================================*/
  .menu {
    position: fixed;
    top: 22rem;
    right: 5%;
    width: 25rem;
    height: 10rem;
  }
  .menu .lines {
    height: 2px;
  }
  .menu .line02 {
    display: none;
  }
  .menu.on .lines {
    background-color: #fff;
  }
  /*==================================================================================
 siteFooter
==================================================================================*/
  .foot-navi {
    border-bottom: none;
    padding-bottom: 0;
  }
  .foot-navi ul {
    padding: 0rem 0 0rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .foot-navi ul li {
    position: relative;
    width: 50%;
    box-sizing: border-box;
    border-top: none;
    border-bottom: none;
    font-size: 12rem;
  }
  .foot-navi ul li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #9B7F2C;
    display: none;
  }
  .foot-navi ul li.current:after {
    display: block;
  }
  .site-footer .logoes {
    display: block;
    padding: 0 10rem;
  }
  .site-footer .logoes img {
    width: 100%;
  }
  .site-footer .logo01 {
    width: 269rem;
  }
  .site-footer .logo02 {
    width: 222rem;
  }
  .site-footer .logo03 {
    width: 143rem;
  }
  .site-footer .message {
    text-align: center;
    padding: 40rem 0;
    font-size: 50rem;
  }
  .site-footer .logoes {
    margin: 0 auto;
    max-width: 340rem;
    padding: 0 10rem;
  }
  .site-footer .logo {
    padding-bottom: 20rem;
    float: none;
    margin: 0 auto;
  }
  .site-footer .company-info {
    background: #fff;
    padding: 35rem 0 60rem;
    position: relative;
  }
  .site-footer .copyright {
    padding-top: 15rem;
    font-size: 12rem;
  }
  .site-footer .info-base {
    min-height: inherit;
    padding: 30rem 0 30rem;
  }
  .site-footer .info-base a {
    text-decoration: none;
  }
  .site-footer .info-base .info {
    position: static;
    width: 100%;
    padding: 0rem 5%;
  }
  .site-footer .info-base .info .in {
    width: 100%;
    display: block;
  }
  .site-footer .info-base .contact-tel {
    width: auto;
    padding-bottom: 40rem;
    display: block;
  }
  .site-footer .info-base .contact-tel .tel-box {
    padding-right: 0rem;
  }
  .site-footer .info-base .contact-tel .tel {
    display: inline-block;
    font-size: 31rem;
    letter-spacing: .1em;
    margin-bottom: 15rem;
  }
  .site-footer .info-base .contact-tel .lead {
    padding-bottom: 4rem;
    font-size: 14rem;
    line-height: 1.2;
  }
  .site-footer .info-base .contact-tel .business-hour {
    font-size: 14rem;
    line-height: 1.9;
  }
  .site-footer .info-base .tools {
    width: auto;
    display: block;
  }
  .site-footer .info-base .tools .links01 {
    display: block;
  }
  .site-footer .info-base .tools .links01 li {
    padding-bottom: 15rem;
    font-size: 14rem;
  }
  .site-footer .info-base .tools .page-links {
    padding-bottom: 0 !important;
  }
  .site-footer .info-base .tools .tools-links01 {
    display: none;
  }
  .site-footer .info-base .tools .tools-links02 {
    display: block;
  }
  .site-footer .info-base .tools .tools-links02 li {
    padding-bottom: 11rem;
    width: auto;
  }
  .site-footer .copyright {
    padding-top: 20rem;
    font-size: 10rem;
    line-height: 1.5;
  }
  /*==================================================================================
 global-navi
==================================================================================*/
  .global-navi {
    background: url(../images/common/navi-bg-sp.jpg);
  }
  .global-navi .global-navi-contents {
    position: relative;
    top: 0rem;
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding-top: 20rem;
    transform: translateY(0%);
    display: block;
  }
  .global-navi .nav-block00 {
    display: none;
  }
  .global-navi .nav-block01 {
    width: auto;
    display: block;
  }
  .global-navi .nav-block01 .page-link {
    border-bottom: 1px solid #fff;
    font-size: 14rem;
    padding-bottom: 0;
  }
  .global-navi .nav-block01 .page-link a {
    display: block;
    padding: 0 0 12rem;
    position: relative;
    font-size: 16rem;
  }
  .global-navi .nav-block01 .page-link a::after {
    top: 35%;
    width: 5rem;
    height: 5rem;
  }
  .global-navi .nav-block01 .page-link.top {
    width: 100%;
    font-size: 16rem;
    margin-bottom: 18rem;
  }
  .global-navi .nav-block01 .page-link-box {
    width: auto;
    padding-bottom: 18rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .global-navi .nav-block01 .page-link-box:after {
    display: table;
    clear: both;
  }
  .global-navi .nav-block01 .page-link-box dt {
    width: 100%;
  }
  .global-navi .nav-block01 .page-link-box dd {
    width: 48%;
    margin-bottom: 18rem;
    padding-bottom: 0;
  }
  .global-navi .nav-block01 .page-link-box dd.full-width {
    box-sizing: border-box;
  }
  .global-navi .nav-block01 .page-link-box .txt {
    font-size: 16rem;
    padding-left: 22rem;
    margin-bottom: 12rem;
  }
  .global-navi .nav-block01 .page-link-box .txt::before {
    width: 12rem;
    height: 12rem;
  }
  .global-navi .nav-block01 .page-link-box .txt:after {
    font-size: 60%;
    margin-left: 11rem;
  }
  .global-navi .nav-block01 .nav-others {
    width: auto;
  }
  .global-navi .nav-block01 .nav-others .mini-links {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10rem;
  }
  .global-navi .nav-block01 .nav-others .mini-links li {
    width: 49%;
  }
  .global-navi .nav-block01 .nav-others .mini-links a {
    display: block;
    padding: 15rem;
    text-align: center;
    color: #fff;
    font-size: 14rem;
    border: 1px solid #fff;
  }
  .global-navi .nav-block01 .nav-others .button-links .button-link01 {
    padding-bottom: 10rem;
  }
  .global-navi .nav-block01 .nav-others .button-links .button-link02 a {
    border: 1px solid #fff;
  }
  .lower .mv {
    text-align: left;
  }
  .lower .mv .catch-copy span {
    display: inline-block;
    margin: 0.1em;
  }
  .lower .mv .catch-copy span img {
    height: 36rem;
  }
  .lower .mv .catch-copy span.mr {
    margin-right: 0.05em;
  }
  .lower .mv .catch-copy span.mr01 {
    margin-right: 0.2em;
  }
  .lower .mv .catch-copy span.height01 img {
    height: 35rem;
  }
  .lower .mv .catch-copy span.height02 img {
    height: 37rem;
  }
  .lower .mv .catch-copy span.height03 img {
    height: 40rem;
  }
  .lower .page-title {
    margin: 0 auto 16px 0;
    padding-top: 120px;
  }
  .lower .page-title img {
    width: auto;
    height: 28px;
  }
  .lower .page-sub {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 40px;
  }
  .lower main .page-anime-subs {
    font-size: 40rem;
  }
  .lower .modal-btn {
    max-width: 320px;
    width: 90%;
    margin: 20px auto 50px;
  }
  .lower .modal-wrapper {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 40px 10px;
    text-align: center;
  }
  .lower .modal-wrapper .swipe-img img {
    max-height: 40vh;
  }
  .lower .modal-wrapper:not(:target) {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
  }
  .lower .modal-wrapper:target {
    opacity: 1;
    visibility: visible;
    transition: opacity .4s, visibility .4s;
    background: rgba(0, 0, 0, 0.8) !important;
  }
  .lower .modal-wrapper.on {
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s, visibility 0.4s;
    background: rgba(0, 0, 0, 0.8) !important;
  }
  .lower .modal-wrapper::after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    vertical-align: middle;
    content: "";
  }
  .lower .modal-wrapper .modal-window {
    box-sizing: border-box;
    display: inline-block;
    z-index: 20;
    position: relative;
    width: 94%;
    max-width: 800px;
    padding: 0;
    border-radius: 2px;
    vertical-align: middle;
  }
  .lower .modal-window .modal-content {
    max-height: 80vh;
    overflow-y: auto;
    text-align: left;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
  }
  .lower .modal-overlay {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0 !important;
    background: rgba(0, 0, 0, 0.1) !important;
  }
  .lower .modal-overlay:hover {
    opacity: 1 !important;
  }
  .lower .modal-wrapper .modal-close {
    z-index: 20;
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    color: #243051 !important;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    padding: 0;
  }
  .lower .modal-wrapper .modal-close:hover {
    color: #2b2e38 !important;
  }
  .lower .site-header .tools {
    display: none;
  }
  .lower .click {
    width: 24px;
    position: absolute;
    bottom: 14px;
    right: 0;
  }
  .lower .sp-links {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex !important;
    justify-content: space-between;
    z-index: 20;
    border-top: 1px solid #2C343B;
    border-bottom: 1px solid #2C343B;
    border-left: 1px solid #2C343B;
    text-align: center;
    opacity: 0;
    z-index: -1;
  }
  .lower .sp-links.sp-on {
    opacity: 1;
    z-index: 20;
  }
  .lower .sp-links a {
    display: block;
    width: 33.3333%;
    padding: 20rem 0;
    border-right: 1px solid #2C343B;
    color: #2C343B;
    background-color: #fff;
    font-size: 10rem;
  }
  /*==================================================================================
#plan
==================================================================================*/
  :root {
    --clipp01-w: 30vw;
    --clipp01-h: 18vh;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  :root {
    --clipp01-w: 15vw;
    --clipp01-h: 14vh;
  }
}

@media (max-width: 768px) {
  #plan {
    padding-top: 130rem;
  }
  #plan .page-anime-subs {
    text-align: left;
  }
  #plan .mv {
    text-align: left;
    padding-bottom: 80rem;
  }
  #plan .mv .catch-copy {
    margin: auto;
    width: 90%;
  }
  #plan .mv .lead {
    padding-top: 30rem;
    margin: auto;
    width: 90%;
  }
  #plan .mv .scroll-image-wrap {
    margin: 40rem auto 0;
  }
  #plan .intro {
    padding: 0 0 30rem;
  }
  #plan .intro .title {
    padding-bottom: 15rem;
    text-align: left;
  }
  #plan .intro .lead {
    text-align: left;
  }
  #plan .plan-lists {
    display: block;
  }
  #plan .plan-lists li {
    margin: 0 auto;
    width: 90%;
    padding-bottom: 20rem;
  }
  #plan .plan-lists .hgtype .images {
    width: 70%;
    padding-top: 35rem;
  }
  #plan .plan-lists .igtype .images {
    width: 75%;
    padding-top: 30rem;
    padding-bottom: 20rem;
  }
  #plan .plan-lists .jgtype .images {
    width: 60%;
  }
  #plan .plan-lists .krtype .images {
    width: 80%;
    padding-top: 30rem;
  }
  #plan .plan-lists .lrtype .images {
    width: 80%;
    padding-top: 35rem;
  }
  #plan .plan-lists .mrtype .images {
    width: 80%;
  }
  #plan .plan-lists .nrtype .images {
    width: 80%;
  }
  #plan .plan-lists a {
    border: 1px solid #ccc;
    padding: 30rem 20rem;
  }
  #plan .plan-lists .texts {
    padding-bottom: 20rem;
  }
  #plan .plan-lists .images {
    padding-bottom: 20rem;
  }
  #plan .plan-lists .name {
    font-size: 11rem;
    padding-bottom: 23rem;
  }
  #plan .plan-lists .detail {
    font-size: 14rem;
    padding-bottom: 8rem;
  }
  #plan .plan-lists .width {
    font-size: 11rem;
  }
  #plan .plan-lists .more {
    font-size: 13rem;
  }
  #plan .plan-lists .more span {
    padding-left: 30rem;
  }
  #plan .ac-point {
    margin-bottom: 50rem;
  }
  #plan .ac-buttons {
    top: 0;
    margin: 0;
    width: 100%;
    z-index: 10;
    gap: 10rem;
    padding-top: 40rem;
    background-color: #fff;
  }
  #plan .ac-buttons li {
    width: 110rem;
  }
  #plan .ac-buttons a {
    font-size: 18rem;
    text-align: center;
    padding: 14rem 0 6rem;
  }
  #plan .ac-buttons a::after {
    display: none;
  }
  #plan .ac-buttons a.lim {
    font-size: 13rem;
  }
  #plan .dog-modal-box .box {
    left: 50%;
    width: 90%;
    display: block;
    padding: 30rem 7%;
  }
  #plan .dog-modal-box .box .close {
    top: -30rem;
    right: auto;
    left: 0;
    width: 30rem;
    height: 30rem;
  }
  #plan .dog-modal-box .box::after {
    content: "";
    position: absolute;
    top: 8rem;
    left: 2.5%;
    right: 2.5%;
    bottom: 8rem;
  }
  #plan .dog-modal-box .texts {
    padding-top: 15rem;
    width: auto;
  }
  #plan .dog-modal-box .text01 {
    font-size: 15rem;
    padding-bottom: 8rem;
  }
  #plan .dog-modal-box .text02 {
    font-size: 13rem;
    line-height: 1.5;
    padding-bottom: 4rem;
  }
  #plan .dog-modal-box .images {
    width: auto;
  }
  #plan .about-limited-plan {
    padding-bottom: 110rem;
  }
  #plan .about-limited-plan .title {
    font-size: 40rem;
  }
  #plan .about-limited-plan .plans-exam {
    display: block;
  }
  #plan .about-limited-plan .plans-exam li {
    width: auto;
    padding: 30rem 25rem 20rem;
    margin-bottom: 15rem;
  }
  #plan .about-limited-plan .plans-exam .dog {
    width: 70rem;
  }
  #plan .about-limited-plan .arrow1 {
    width: 40rem;
  }
  #plan .about-limited-plan .txt01 {
    font-size: 40rem;
    line-height: 1;
  }
  #plan .about-limited-plan .txt02 {
    font-size: 15rem;
    text-align: left;
  }
  #plan .about-limited-plan .txt03 {
    font-size: 10rem;
  }
  #plan .about-limited-plan .button a {
    padding: 10rem 10rem 15rem;
  }
  #plan .about-limited-plan .button .arrow2 {
    margin-left: 12rem;
  }
  #plan .about-limited-plan .button .txt04 {
    padding-bottom: 5rem;
    font-size: 13rem;
  }
  #plan .about-limited-plan .button .txt05 {
    font-size: 9rem;
  }
  /*==================================================================================
#plan.detail
==================================================================================*/
  #plan.detail .intro {
    padding: 70rem 0 0;
  }
  #plan.detail .intro .floor {
    top: -140px;
    right: 50%;
    transform: translateX(50%);
  }
  #plan.detail .intro .floor.floor02 {
    top: -140px;
  }
  #plan.detail .intro ul {
    display: block;
  }
  #plan.detail .intro ul li {
    width: 100%;
  }
  #plan.detail .intro ul .spec {
    text-align: center;
    margin-bottom: 20px;
  }
  #plan.detail .intro ul .width {
    text-align: center;
  }
  #plan.detail .intro ul .balcony {
    text-align: center;
    margin-bottom: 50px;
  }
  #plan.detail .plans {
    text-align: center;
    padding-bottom: 50px;
  }
  #plan.detail .plans .room {
    max-width: 336px;
    margin: auto;
  }
  #plan.detail .plans .guide {
    margin-top: 40px;
  }
  #plan.detail .plans .guide .caps {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  #plan.detail .plans .guide .image {
    max-width: 394px;
    margin: auto;
  }
  #plan.detail .plans .page-links {
    margin: 50rem auto 0;
  }
  /*==================================================================================
#map
==================================================================================*/
  #map {
    padding-top: 130rem;
  }
  #map .mv {
    text-align: left;
    padding-bottom: 40rem;
  }
  #map .mv .catch-copy {
    margin: auto;
    width: 90%;
  }
  #map .mapArea .map01 {
    margin-bottom: 50px;
  }
  /*==================================================================================
#conceptmovie,#residencemovie
==================================================================================*/
  #conceptmovie, #residencemovie {
    padding-top: 130rem;
  }
  #conceptmovie .page-anime-subs, #residencemovie .page-anime-subs {
    font-size: 40rem;
  }
  /*==================================================================================
#limited
==================================================================================*/
  #limited {
    padding-top: 130rem;
  }
  #limited .mv
.mv {
    margin-bottom: 60px;
  }
  #limited .mv
.mv .page-anime-subs {
    font-size: 30rem;
  }
  #limited .img-list {
    margin-bottom: 60px;
  }
  #limited .img-list .list a .btn-img img {
    transform: scale(1);
  }
  #limited .img-list .list a .btn {
    font-size: 13rem;
    bottom: 2%;
  }
  #limited .img-list .list a .btn img {
    display: inline-block;
    max-width: 10px;
    margin-right: 5px;
  }
  /*==================================================================================
#access
==================================================================================*/
  #access {
    padding-top: 130rem;
  }
  #access .page-anime-subs {
    text-align: left;
  }
  #access .mv {
    text-align: left;
    padding-bottom: 80rem;
  }
  #access .mv .catch-copy {
    margin: auto;
    width: 90%;
  }
  #access .mv .lead {
    padding-top: 30rem;
    margin: auto;
    width: 90%;
  }
  #access .mv .scroll-image-wrap {
    margin: 40rem auto 0;
  }
  #access .sections {
    margin-bottom: 60px;
  }
  #access .sections .lists.list01 {
    display: block;
  }
  #access .sections .lists.list01 li {
    width: 100%;
  }
  #access .sections .lists.list01 li:last-child {
    width: 100%;
  }
  #access .sections .lists.list01 .lead {
    line-height: 1.8;
  }
  #access .sections .box {
    padding: 40px 20px;
  }
  #access .sec01 .images {
    display: block;
    margin: 8px auto 40px;
  }
  #access .sec01 .images .image {
    width: 100%;
  }
  #access .sec01 .images .img04 {
    margin-top: 8px;
  }
  #access .sec01 .box .img05 {
    margin-bottom: 24px;
  }
  #access .sec02 .list02 {
    display: block;
    flex-wrap: nowrap;
  }
  #access .sec02 .list02 li {
    width: 100% !important;
    margin-bottom: 24px;
  }
  #access .sec02 .list02 li .image {
    margin-bottom: 12px;
  }
  #access .sec02 .list02 li:nth-child(5), #access .sec02 .list02 li:nth-child(6) {
    margin-bottom: 24px;
  }
  #access .sec02 .list02 .info {
    font-size: 11px;
    line-height: 1.8;
    border-left: 3px solid #D4D4D4;
    padding-left: 10px;
  }
  #access .sec02 .list02 .info .big {
    font-size: 18px;
  }
  #access .sec02 .list02 .info .min {
    font-size: 16px;
  }
  #access .sec02 .list02 .mini {
    line-height: 1.6;
  }
  #access .sec02 .list02 .info01 {
    font-size: 11px;
    line-height: 1.8;
  }
  #access .sec02 .list02 .info01 .big {
    font-size: 18px;
  }
  #access .sec02 .list02 .info01 .min {
    font-size: 16px;
  }
  /*==================================================================================
#quality
==================================================================================*/
  #quality {
    padding-top: 130rem;
  }
  #quality .page-anime-subs {
    text-align: left;
  }
  #quality .mv {
    text-align: left;
    padding-bottom: 40rem;
  }
  #quality .mv .catch-copy {
    margin: auto;
    width: 90%;
  }
  #quality .mv .lead {
    padding-top: 30rem;
    margin: auto;
    width: 90%;
  }
  #quality .img02 {
    margin: 0 auto 40px;
  }
  #quality .sec01 {
    max-width: 1520px;
    width: 94%;
    margin: auto;
  }
  #quality .sec01 .lists {
    width: 100%;
    margin: 0 auto 40px;
    display: block;
  }
  #quality .sec01 .lists li {
    width: 100%;
  }
  #quality .sec01 .lists li:last-child {
    width: 100%;
  }
  #quality .sec01 .lists .txt {
    margin-bottom: 10px;
    font-size: 34px;
  }
  #quality .sec01 .lists .icon {
    max-width: 189px;
    margin: 0 0 20px;
  }
  #quality .sec01 .lists.list01 li {
    display: flex;
    justify-content: space-between;
  }
  #quality .sec02 {
    margin: 0 auto 40px;
  }
  #quality .sec02 .lists {
    display: block;
  }
  #quality .sec02 .lists li {
    width: 100%;
  }
  #quality .sec02 .lists li:last-child {
    width: 100%;
    margin-top: 40px;
  }
  #quality .sec02 .lists .txt {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 34px;
  }
  #quality .sec03 {
    max-width: 1520px;
    width: 94%;
    margin: 0 auto 40px;
  }
  #quality .sec03 .txt {
    font-size: 34px;
    margin-bottom: 20px;
  }
  #quality .sec03 .icon {
    max-width: 200px;
    margin-bottom: 14px;
    float: right;
  }
  #quality .sec03 .lists {
    clear: both;
  }
  #quality .sec03 .lists.list01 {
    display: none;
  }
  #quality .sec03 .lists li {
    width: 48%;
    margin-bottom: 40px;
  }
  #quality .sec03 .lists li:first-child {
    width: 100%;
  }
  #quality .sec04 .lists {
    display: block;
  }
  #quality .sec04 .lists .txt {
    font-size: 34px;
  }
  #quality .sec04 .lists li {
    width: 100%;
    margin-bottom: 40px;
  }
  #quality .sec04 .lists li:last-child {
    margin: 0;
  }
  /*==================================================================================
#brand
==================================================================================*/
  #brand {
    padding-top: 130rem;
  }
  #brand .page-anime-subs {
    text-align: left;
  }
  #brand .mv {
    text-align: left;
    padding-bottom: 80rem;
  }
  #brand .mv .catch-copy {
    margin: auto;
    width: 90%;
  }
  #brand .mv .lead {
    padding-top: 30rem;
    margin: auto;
    width: 90%;
  }
  #brand .sections {
    margin-bottom: 80px;
  }
  #brand .sections .txt {
    text-align: left;
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 40px;
  }
  #brand .sections .lead {
    text-align: left;
    line-height: 1.8;
    margin-bottom: 80px;
  }
  #brand .sections .lists {
    display: block;
  }
  #brand .sections .lists li {
    width: 100%;
    margin-bottom: 16px;
  }
  #brand .sections .lists .name.bottom {
    margin-bottom: 16px;
  }
  #brand .sec01 .logo {
    max-width: 280px;
    margin: 0 auto 40px;
  }
  #brand .sec02 .logo {
    max-width: 192px;
    margin: 0 auto 40px;
  }
  #brand .sec03 .logo {
    max-width: 326px;
    margin: 0 auto 40px;
  }
  /*==================================================================================
#position
==================================================================================*/
  #position {
    padding-top: 130rem;
  }
  #position .page-anime-subs {
    text-align: left;
  }
  #position .mv {
    text-align: left;
    padding-bottom: 80rem;
  }
  #position .mv .catch-copy {
    margin: auto;
    width: 90%;
  }
  #position .mv .lead {
    padding-top: 30rem;
    margin: auto;
    width: 90%;
  }
  #position .mv .scroll-image-wrap {
    margin: 40rem auto 0;
  }
  #position .sec01 .img01 {
    margin-bottom: 40px;
  }
  #position .sec01 .txt {
    text-align: left;
  }
  #position .sec01 .lead {
    text-align: left;
    line-height: 1.8;
    margin-bottom: 40px;
  }
  #position .sec01 .list {
    display: block;
    margin: 40px auto 80px;
  }
  #position .sec01 .list li {
    width: 100%;
  }
  #position .sec01 .list li:last-child {
    width: 100%;
  }
  #position .sec01 .list .img03 {
    margin-bottom: 16px;
  }
  #position .sec01 .list .txt {
    margin-bottom: 20px;
  }
  #position .sec01 .list .lead {
    line-height: 1.8;
    margin-bottom: 30px;
  }
  #position .sec02 {
    margin-bottom: 80px;
  }
  #position .sec02 .img01 {
    margin-bottom: 0;
  }
  #position .sec02 .img01 .swipe-img img {
    width: 1200px !important;
  }
  #position .sec02 .txt {
    text-align: left;
  }
  #position .sec02 .lead {
    text-align: left;
    line-height: 1.8;
    margin-bottom: 40px;
  }
  #position .sec02 .img02 .swipe-img img {
    width: 720px !important;
  }
  #position .sec02 .list {
    display: block;
    margin: 0 auto 40px;
  }
  #position .sec02 .list li {
    text-align: left;
    width: 100%;
  }
  #position .sec02 .list li:last-child {
    width: 100%;
    margin-top: 40px;
  }
  #position .sec02 .list .lead {
    line-height: 1.8;
    margin-bottom: 0;
  }
  #position .sec03 .tit {
    margin: 0 auto 20px;
  }
  #position .sec03 .blk-bg {
    padding: 40px 0;
  }
  #position .sec03 .txt {
    text-align: left;
  }
  #position .sec03 .lead {
    text-align: left;
    line-height: 1.8;
  }
  #position .sec03 .list {
    display: block;
  }
  #position .sec03 .list li {
    width: 100%;
  }
  #position .sec03 .list li:last-child {
    margin-top: 24px;
  }
  /*==================================================================================
#limited02
==================================================================================*/
  #limited02 {
    padding-top: 130rem;
  }
  #limited02 .js-scroll {
    opacity: 0;
    transform: translateY(40rem);
  }
  #limited02 .js-scroll.on {
    opacity: 1;
    transform: translateY(0);
  }
  #limited02 .page-anime-subs {
    text-align: center;
  }
  #limited02 .mv {
    text-align: center;
    padding-bottom: 40rem;
  }
  #limited02 .mv .catch-copy {
    margin: auto;
    width: 90%;
  }
  #limited02 .mv .lead {
    padding-top: 30rem;
    margin: auto;
    width: 90%;
  }
  #limited02 .mv .scroll-image-wrap {
    margin: 40rem auto 0;
  }
  #limited02 .link-lists {
    display: block;
  }
  #limited02 .intro {
    padding: 0;
  }
  #limited02 .intro .title {
    padding-bottom: 15rem;
    text-align: left;
  }
  #limited02 .intro .lead {
    text-align: left;
  }
  #limited02 .intro .lead br {
    display: none;
  }
  #limited02 .intro .txt01 {
    font-size: 40rem;
  }
  #limited02 .legend {
    margin: 25rem auto 0;
  }
  #limited02 .plan-lists {
    display: block;
  }
  #limited02 .plan-lists li {
    margin: 0 auto;
    width: 90%;
    padding-bottom: 20rem;
  }
  #limited02 .plan-lists .hgtype .images {
    width: 70%;
    padding-top: 35rem;
  }
  #limited02 .plan-lists .igtype .images {
    width: 75%;
    padding-top: 30rem;
    padding-bottom: 20rem;
  }
  #limited02 .plan-lists .jgtype .images {
    width: 60%;
  }
  #limited02 .plan-lists .krtype .images {
    width: 80%;
    padding-top: 30rem;
  }
  #limited02 .plan-lists .lrtype .images {
    width: 80%;
    padding-top: 35rem;
  }
  #limited02 .plan-lists .mrtype .images {
    width: 80%;
  }
  #limited02 .plan-lists .nrtype .images {
    width: 80%;
  }
  #limited02 .plan-lists a {
    border: 1px solid #ccc;
    padding: 30rem 20rem;
  }
  #limited02 .plan-lists .texts {
    padding-bottom: 20rem;
  }
  #limited02 .plan-lists .images {
    padding-bottom: 20rem;
  }
  #limited02 .plan-lists .name {
    font-size: 11rem;
    padding-bottom: 23rem;
  }
  #limited02 .plan-lists .detail {
    font-size: 14rem;
    padding-bottom: 8rem;
  }
  #limited02 .plan-lists .width {
    font-size: 11rem;
  }
  #limited02 .plan-lists .more {
    font-size: 13rem;
  }
  #limited02 .plan-lists .more span {
    padding-left: 30rem;
  }
  #limited02 .ac-point {
    margin-bottom: 50rem;
  }
  #limited02 .ac-buttons {
    top: 0;
    margin: 0;
    width: 100%;
    z-index: 10;
    gap: 10rem;
    padding-top: 40rem;
    background-color: #fff;
  }
  #limited02 .ac-buttons li {
    width: 110rem;
  }
  #limited02 .ac-buttons a {
    font-size: 18rem;
    text-align: center;
  }
  #limited02 .ac-buttons a::after {
    display: none;
  }
  #limited02 .ac-buttons a.lim {
    font-size: 15rem;
  }
  #limited02 .dog-modal-box .box {
    left: 50%;
    width: 90%;
    display: block;
    padding: 30rem 7%;
  }
  #limited02 .dog-modal-box .box .close {
    top: -30rem;
    right: auto;
    left: 0;
    width: 30rem;
    height: 30rem;
  }
  #limited02 .dog-modal-box .box::after {
    content: "";
    position: absolute;
    top: 8rem;
    left: 2.5%;
    right: 2.5%;
    bottom: 8rem;
  }
  #limited02 .dog-modal-box .texts {
    padding-top: 15rem;
    width: auto;
  }
  #limited02 .dog-modal-box .text01 {
    font-size: 15rem;
    padding-bottom: 8rem;
  }
  #limited02 .dog-modal-box .text02 {
    font-size: 13rem;
    line-height: 1.5;
    padding-bottom: 4rem;
  }
  #limited02 .dog-modal-box .images {
    width: auto;
  }
  #limited02 .about-limited-plan {
    padding-bottom: 110rem;
  }
  #limited02 .about-limited-plan .title {
    font-size: 40rem;
  }
  #limited02 .about-limited-plan .plans-exam {
    display: block;
  }
  #limited02 .about-limited-plan .plans-exam li {
    width: auto;
    padding: 30rem 25rem 20rem;
    margin-bottom: 15rem;
  }
  #limited02 .about-limited-plan .plans-exam .dog {
    width: 70rem;
  }
  #limited02 .about-limited-plan .arrow1 {
    width: 40rem;
  }
  #limited02 .about-limited-plan .txt01 {
    line-height: 1;
  }
  #limited02 .about-limited-plan .txt02 {
    font-size: 15rem;
  }
  #limited02 .about-limited-plan .txt03 {
    font-size: 10rem;
  }
  #limited02 .about-limited-plan .button a {
    padding: 10rem 10rem 15rem;
  }
  #limited02 .about-limited-plan .button .arrow2 {
    margin-left: 12rem;
  }
  #limited02 .about-limited-plan .button .txt04 {
    padding-bottom: 5rem;
    font-size: 13rem;
  }
  #limited02 .about-limited-plan .button .txt05 {
    font-size: 9rem;
  }
}

/*# sourceMappingURL=style.css.map */
