/*
main_area
*/
/* tpl_content
-------------------------*/
.tpl_content {
  background: #fff;
  padding: 5.34vw 5.34vw 15vw;
}

.tpl_content .inner {
  position: relative;
}

.tpl_content .logo {
  width: 44.86vw;
  height: 10.3vw;
  position: absolute;
  top: 69.15vw;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}

.tpl_content__maintxt {
  width: 78.6vw;
  position: absolute;
  bottom: 83.86vw;
  left: 0;
  z-index: 1;
  font-size: 0;
  opacity: 0;
}

.tpl_content__copytxt {
  display: inline-block;
  background: #fff;
  display: none;
}

.tpl_content__copytxt--sp {
  background: #fff;
  width: 44.6vw;
  padding: 4.8vw 3.34vw 4.8vw 0;
}

.tpl_content__copytxt:first-child {
  width: 60.58%;
  max-width: 690px;
  padding: 3.47vw 3.47vw 1.6vw 0;
}

.tpl_content__copytxt:nth-child(2) {
  width: 100%;
  padding: 2.94vw 3.6vw 3.47vw 0;
}

.tpl_content__scroll {
  display: none;
}

@media (min-width: 768px) {
  .tpl_content {
    padding: 3.5% 4.4% 135px;
  }
  .tpl_content .logo {
    width: 19.86%;
    height: 8.3%;
    top: 45.45%;
  }
  .tpl_content__slider {
    max-width: 1850px;
  }
  .tpl_content__maintxt {
    width: 42.95%;
    bottom: 13.9%;
    left: -2.857%;
    opacity: 0;
  }
  .tpl_content__copytxt {
    display: block;
  }
  .tpl_content__copytxt--sp {
    display: none;
  }
  .tpl_content__copytxt:first-child {
    width: 53.5%;
    max-width: 690px;
    padding: 4.75% 5.26% 1.59% 0;
  }
  .tpl_content__copytxt:nth-child(2) {
    width: 100%;
    padding: 3.6% 3.66% 4.78% 0;
  }
  .tpl_content__scroll {
    display: block;
    font-size: 13px;
    letter-spacing: 0.1em;
    font-family: objektiv-mk2, sans-serif;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    position: absolute;
    right: -2.57%;
    bottom: 0;
    padding-bottom: 80px;
  }
  .tpl_content__scroll-arrow {
    width: 18px;
    height: 71px;
    overflow: hidden;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .tpl_content__scroll :after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 71px;
    background: url("../img/index/scroll.png") no-repeat;
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
  }
}

/* section
------------------*/
#toppage section {
  background: #fff;
}

#toppage .shop {
  background: none;
}

#toppage .shop .shop__area .inner {
  overflow: hidden;
}

/* concept
------------------*/
.concept {
  position: relative;
  padding-bottom: 0;
}

.concept__inner {
  position: relative;
}

.concept__inner .obj li {
  position: absolute;
  transition: all 2s ease;
  transition-delay: 1s;
  opacity: 0;
}

.concept__inner .obj li:first-child {
  width: 100vw;
  height: 45.86vw;
  background: url("../img/index/obj01_sp.png") no-repeat;
  background-size: contain;
  top: 13.5vw;
  left: 62.5vw;
  transform: translate(20vw, 0px);
  -webkit-transform: translate(20vw, 0px);
}

.concept__inner .obj li:nth-child(2) {
  width: 39.6vw;
  height: 55.6vw;
  background: url("../img/index/obj02_sp.png") no-repeat;
  background-size: contain;
  top: 38.5vw;
  right: 1vw;
  transform: translate(-20vw, 0px);
  -webkit-transform: translate(-20vw, 0px);
}

.concept__inner.appear .obj li {
  opacity: 1;
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
}

.concept__leadtxt {
  font-size: 3.74vw;
  letter-spacing: 0.15em;
  line-height: 2.82;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  margin: 5vw 0 0;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .concept {
    padding-bottom: 0;
  }
  .concept:after {
    content: none;
  }
  .concept__header {
    opacity: 0;
    transform: translate(-100px, 0px);
    -webkit-transform: translate(-100px, 0px);
    transition: all 1.5s ease;
  }
  .concept__inner {
    height: 600px;
    opacity: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .concept__inner:after {
    content: '';
    display: block;
    background: url("../img/index/obj01_pc.png") no-repeat center;
    width: 1310px;
    height: 430px;
    position: absolute;
    top: 43px;
    right: 0;
    z-index: -1;
    opacity: 0;
    transition: 2s;
  }
  .concept__inner .obj li {
    position: absolute;
    transition: all 1s;
    transition-delay: 1s;
    opacity: 0;
  }
  .concept__inner .obj li:first-child {
    width: 618px;
    height: 330px;
    background: url("../img/index/obj02_pc.png") no-repeat;
    top: 266px;
    left: -380px;
    transform: translate(-100px, 0px);
    -webkit-transform: translate(-100px, 0px);
  }
  .concept__inner .obj li:nth-child(2) {
    width: 297px;
    height: 417px;
    background: url("../img/index/obj03_pc.png") no-repeat;
    top: 173px;
    right: -189px;
    transform: translate(100px, 0px);
    -webkit-transform: translate(100px, 0px);
  }
  .concept__inner.appear .obj li {
    opacity: 1;
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
  }
  .concept__inner.appear:after {
    opacity: 1;
  }
  .concept__leadtxt {
    width: 555px;
    font-size: 17px;
    line-height: 2.66;
    margin: 60px 0 0 0;
    opacity: 0;
    transform: translate(100px, 0px);
    -webkit-transform: translate(100px, 0px);
    transition: all 1.5s ease;
  }
}

.appear .concept__header, .appear .concept__leadtxt {
  opacity: 1;
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
}

@media (min-width: 992px) {
  .concept__leadtxt {
    margin: 60px 0 0 33%;
  }
}

@media (min-width: 1160px) {
  .concept__leadtxt {
    font-size: 18px;
    margin: 60px 0 0 430px;
  }
}

/* information
------------------*/
.information {
  padding: 24vw 0 0;
}

.information .inner {
  overflow: hidden;
}

.information .btn_detail {
  font-family: objektiv-mk2, sans-serif;
  margin: 11vw auto 17.3vw;
}

.information .btn_detail a {
  padding: 0 2.6vw 1.8vw 0;
}

.information__area {
  position: relative;
  margin: 11.34vw 0 0;
}

.information__item {
  font-size: 3.47vw;
  line-height: 2;
  position: relative;
  margin-bottom: 6vw;
}

.information__item .item__tag {
  width: 16.4vw;
  font-size: 3.34vw;
  margin-right: 2.67vw;
}

.information__txt {
  margin-top: 2vw;
  letter-spacing: 0.15em;
  display: inline-block;
}

.information__txt a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .information {
    padding: 0 85px 90px;
  }
  .information .section__header {
    text-align: right;
  }
  .information .btn_detail {
    width: 244px;
    height: 58px;
    font-size: 15px;
    margin: 0;
    bottom: 0;
    right: 0;
  }
  .information .btn_detail a {
    padding: 0 8px 6px 0;
  }
  .information .btn_detail a:before {
    width: 16px;
    height: 12px;
    top: 20px;
    right: 35px;
    padding-bottom: 0;
  }
  .information__area {
    margin: 75px 0 0;
  }
  .information__list {
    max-width: 830px;
  }
  .information__item {
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
    padding-left: 106px;
  }
  .information__item .item__tag {
    width: 72px;
    font-size: 14px;
    position: absolute;
    top: 2px;
    left: 0;
    margin: 0;
  }
  .information__txt {
    margin-top: 0;
  }
  .information__txt a {
    text-decoration: none;
  }
  .information__txt a:hover {
    text-decoration: underline;
  }
}

@media (min-width: 1160px) {
  .information .btn_detail {
    position: absolute;
  }
}

/* card
-------------------*/
.card {
  margin-bottom: 13.34vw;
}

.card__slider .slick-arrow {
  width: 7.34vw;
  height: 2.27vw;
  font-size: 0;
  border: none;
  position: absolute;
  top: -10.14vw;
}

.card__slider .slick-prev {
  background: url("../img/index/bt_prev.png") no-repeat;
  background-size: contain;
  right: 13.34vw;
}

.card__slider .slick-next {
  background: url("../img/index/bt_next.png") no-repeat;
  background-size: contain;
  right: 0;
}

.card__item {
  background: #fff;
}

.card__item a {
  display: block;
  width: 100%;
  height: 100%;
}

.card__item :focus {
  outline: none;
}

.card__textarea {
  padding: 0 4vw 0;
  height: 18.13vw;
  font-family: a-otf-ryumin-pr6n, serif;
}

.card__ttl {
  font-size: 3.2vw;
  display: flex;
  height: 100%;
  align-items: center;
  position: relative;
  text-indent: -1em;
  margin-left: 1em;
}
.link1 .card__ttl {
  text-indent: -3em;
  margin-left: 3em;
}


.card__ttl:after {
  display: block;
  content: "";
  width: 1.3vw;
  height: 1.3vw;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  font-family: a-otf-ryumin-pr6n, serif;
  position: absolute;
  right: -1vw;
  top: 0;
  bottom: 0;
  margin: auto;
}

.card__ttl--long {
  text-indent: -1.5em;
  margin-left: 1.5em;
}

.card__service {
  margin-bottom: 3vw;
}

@media (min-width: 768px) {
  .card {
    margin-bottom: 90px;
  }
  .card__slider .slick-arrow {
    top: -65px;
    cursor: pointer;
  }
  .card__slider .slick-prev {
    width: 37px;
    height: 11px;
    right: 67px;
  }
  .card__slider .slick-next {
    width: 37px;
    height: 11px;
  }
  .card__item {
    width: 344px;
    margin: 0 20px;
  }
  .card__item a {
    transition: all 0.2s;
  }
  .card__item a:hover {
    opacity: 0.6;
  }
  .card__textarea {
    height: 100px;
    line-height: 1.58;
    padding: 0 50px 0 40px;
  }
  .card__ttl {
    font-size: 17px;
  }
  .card__ttl:after {
    width: 6px;
    height: 6px;
    right: -15px;
  }
  .card__ttl a {
    transition: all 0.2s;
    display: block;
    width: 100%;
    height: 100%;
  }
  .card__ttl a:hover {
    opacity: 0.7;
  }
  .card__service {
    margin-bottom: 35px;
  }
}

@media (max-width: 768px) {
  .card__item {
    margin-right: 2.67vw;
  }
}

@media (min-width: 1160px) {
  .card__item {
    margin: 0 32.5px;
  }
}

/* access
-------------------*/
.access {
  padding: 21vw 5.4vw 6.5vw 0;
}

.access .inner {
  max-width: 100%;
  background: #fbfbd6;
  padding: 18vw 5.4vw 13.34vw;
  margin-bottom: 17.3vw;
  overflow: visible;
  border-radius: 0 21.3vw 13.34vw 0;
}

.access .inner:after {
  content: '';
  display: block;
  width: 50.2vw;
  height: 50.2vw;
  background: url("../img/index/obj04.png") no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -12.8vw;
  right: -28.26vw;
  z-index: -1;
  opacity: 0;
  transition: all 2s ease;
  transition-delay: 1.2s;
  transform: scale(0.8) translate(50px, 50px);
}

.access.appear .inner:after {
  opacity: 1;
  transform: scale(1) translate(0);
}

.access .section__header {
  position: absolute;
  top: -5.4vw;
  left: 5.4vw;
}

.access__data-ttl {
  font-size: 5.6vw;
  line-height: 1;
  margin-bottom: 6vw;
}

.access__list {
  font-size: 3.74vw;
}

.access__item {
  margin-bottom: 2.4vw;
  line-height: 1.2;
}

.access__link {
  font-size: 3.74vw;
  line-height: 1;
  margin: 12vw 0 3.34vw;
}

.access__link a {
  display: inline-block;
}

.access__link a:after {
  content: '';
  display: inline-block;
  width: 4.4vw;
  height: 2.4vw;
  background: url("../img/common/arrow02.png") no-repeat;
  background-size: contain;
  margin-left: 3.6vw;
}

.access__map {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media (min-width: 768px) {
  .access {
    padding: 183px 0;
  }
  .access .inner {
    padding: 130px 85px 120px;
    max-width: 1460px;
    margin: 0 auto;
    border-radius: 0 200px 80px 0;
    position: relative;
  }
  .access .inner:before {
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    background: #fbfbd6;
    position: absolute;
    left: -50%;
    top: 0;
  }
  .access .inner:after {
    width: 450px;
    height: 450px;
    right: -280px;
    bottom: -173px;
  }
  .access .section__header {
    margin: -160px 0 0;
    float: right;
    position: static;
    left: 0;
  }
  .access .btn_detail {
    margin: 104px auto 0;
  }
  .access__data {
    position: relative;
  }
  .access__data-ttl {
    font-size: 24px;
    margin-bottom: 28px;
  }
  .access__list {
    font-size: 16px;
    margin-bottom: 45px;
  }
  .access__item {
    margin-bottom: 13px;
  }
  .access__link {
    font-size: 15px;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 35px;
  }
  .access__link a:after {
    width: 20px;
    height: 11px;
    position: absolute;
    right: 0;
    transition: all 0.2s;
  }
  .access__link a:hover:after {
    right: -10px;
  }
  .access__map iframe {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .access__map {
    height: 0;
    overflow: hidden;
    padding-bottom: 73.3%;
    position: relative;
  }
  .access__map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
  }
}

@media (min-width: 1160px) {
  .access .inner {
    padding: 130px 150px 120px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

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