@charset 'utf-8';

* {
  margin: 0;
  padding: 0;
}

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, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    /* font-size:62.5%; */
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

a {
  color: inherit;
  transition: opacity 0.2s;
  text-decoration: none; }
  a:hover {
    opacity: 0.9;
    text-decoration: none;
}

li {
  list-style: none;
}

sup {
  vertical-align: 0.5em;
  font-size: 0.8em;
}

.clearfix {
  zoom: 1; }
  .clearfix:after {
    clear: both;
    display: block;
    content: ""; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  /*height: 100%*/
  /*min-height: 1px*/ }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  display: none;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #fff;
  width: 25px;
  height: 60px;
  text-indent: -99999px; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background-position: left bottom; }

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0; }

.slick-next {
  background: #f0f;
  background: url("/assets/img/btn_next.png") left top no-repeat;
  background-size: 25px 60px;
  margin-left: 0px;
  z-index: 1000;
  right: 0px; }

.slick-prev {
  background: #ff0;
  background: url(/assets/img/btn_prev.png) left top no-repeat;
  background-size: 25px 60px;
  margin-left: 0px;
  left: 0px;
  z-index: 1000; }

/* Dots */
.slick-dotted.slick-slider {
  /*margin-bottom: 128px*/ }

.slick-dots {
  display: block;
  /* width: 100%; */
  height: 7px;
  line-height: 0px;
  margin-top: 0px;
  list-style: none;
  text-align: right;
  position: absolute;
  bottom: 20px;
  right: calc(20px - 2.5px); }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 2.5px;
  padding: 0;
  cursor: pointer; }
  .slick-dots li.slick-active button:before {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #000000; }
  .slick-dots li button {
    border: 1px solid black;
    font-size: 0;
    line-height: 0;
    display: block;
    width: 5px;
    height: 5px;
    cursor: pointer;
    color: transparent;
    /* border: none; */
    outline: none;
    background: none;
    opacity: 1.0;
    position: relative;
    overflow: hidden;
    position: relative;
    border-radius: 100%;
  }
  .slick-dots li button:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

a {
  transition: 0.2s  }
  a:hover {
    opacity: 0.6; }

button {
  font-family: inherit;
  transition: 0.2s  }


@-webkit-keyframes mask {
  0% {
    height: 0px; }
  100% {
    height: 270px; } }

@keyframes mask {
  0% {
    height: 0px; }
  100% {
    height: 270px; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }

@keyframes fadeIn {
  0% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }

@-webkit-keyframes expansion {
  0% {
    top: -64px; }
  100% {
    top: 64px; } }

@keyframes expansion {
  0% {
    top: -64px; }
  100% {
    top: 64px; } }

@keyframes expansion {
  0% {
    top: -168px; }
  100% {
    top: 168px; } }

@-webkit-keyframes showBtn {
  0% {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%); }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); } }

@keyframes showBtn {
  0% {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%); }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); } }

@-webkit-keyframes showBtn2 {
  0% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }
  100% {
    -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%); } }

@keyframes showBtn2 {
  0% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }
  100% {
    -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%); } }

@font-face {
  font-family: SS Soil;
  src: url("https://ec-force.s3.amazonaws.com/sisitokyo/uploads/sp/css/fonts/SSSoil-Roman.otf");
}

@font-face {
  font-family: fontplus-unused;
  src: local('Arial');
}

@media only screen and (min-width: 1280px) {
  .is-sp {
    display: none !important; }
  html {
    scroll-padding-top: 200px;
    /* scroll-behavior: smooth; */
    width: 100vw;
    overflow-x: hidden; }
    body {
      font-family: "SS Soil", TazuganeGothicStdN-Regular, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
      line-height: 1.7;
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 0.03em;
      -webkit-font-smoothing: antialiased;
      font-feature-settings: "palt";
      width: 100vw;
      overflow-x: hidden;
      background: white url(../../images/_renew/common/bg_grid.png);
      background-attachment: fixed;}
  .container .content.index {
    padding-top: 0px; }
  .container .content  {
    transition: 0.2s ease-out;
    padding-top: 111px; }
    .container .content.addtxtinfo  {
      padding-top: 151px; }
      .container .content.addtxtinfo.index {
        padding-top: 0px; }
}

@media only screen and (max-width: 1279px) {
  .is-pc {
    display: none !important; }
  html {
    scroll-padding-top: 165px;
    /* scroll-behavior: smooth; */
    overflow-x: hidden;
    width: 100%; }
  body {
    font-family: "SS Soil", TazuganeGothicStdN-Regular, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1.7;
    overflow-x: hidden;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.03em;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
    width: 100%;
    background: white url(../../images/_renew/common/bg_grid.png);
    background-attachment: fixed;}
  .container .content.index {
    padding-top: 0px; }
  .container .content {
    padding-top: 90px; }
    .container .content.addtxtinfo  {
      padding-top: 130px; }
    .container .content.addtxtinfo.index {
      padding-top: 0px; }
}