/* COMMON
============================================================================================================ */
body {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
    padding-top:70px;
  }
}

.align_c {
  text-align: center;
}

.heading_lv2 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 200;
  letter-spacing: 3px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .heading_lv2 {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 2px;
  }
}

.lead {
  font-size: 18px;
  font-size: 1.8rem;
  color: #a4a3a1;
}
@media screen and (max-width: 1024px) {
  .lead {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.container {
  position: relative;
}
.container--wide {
  width: 100%;
}
.container__inner {
  width: 70%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .container__inner {
    width: 90%;
    max-width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .container__inner.sp_wide {
    width: 100%;
  }
}

.btn {
  margin-top: 30px;
}
.btn a[href] {
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 15px 35px;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .btn a[href] {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 15px 20px;
  }
}
.btn--gold a[href] {
  border: #afa790 1px solid;
  background-color: #afa790;
  color: #fff;
}
.btn--gold a[href]:hover {
  background-color: #fff;
  color: #afa790;
}
.btn--white a[href] {
  border: #fff 1px solid;
  background-color: #fff;
  color: #afa790;
}
.btn--white a[href]:hover {
  background-color: #afa790;
  color: #fff;
}
.btn--border a[href] {
  border: #afa790 1px solid;
}

.bg--gray {
  background-color: #f8f9fa;
}
@media screen and (max-width: 1024px) {
  .bg--sp_gray {
    background-color: #f8f9fa;
  }
}
.bg--gold {
  color: #fff;
  background-color: #afa790;
}

.page_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page_row::after {
  display: none;
}

main > section {
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  main > section {
    padding-bottom: 60px;
  }
}
main a[href] {
  color: #afa790;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: #e6ebfd 1px solid;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  hr {
    margin-bottom: 50px;
  }
}

.none {
  display: none;
}

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

@media screen and (max-width: 1024px) {
  .sp_none {
    display: none !important;
  }
}

#header {
  height: 110px;
  position: static;
  background-color: #f8f9fa;
}
@media screen and (max-width: 1024px) {
  #header {
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}
/*  */

@media screen and (max-width: 1024px) {
  #header .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    float: none;
    width: 25%;
  }
}
@media screen and (max-width: 1024px) {
  #header .logo a {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  #header .logo a img {
    width: 100%;
    height: auto;
  }
}
#header nav {
  z-index: 800;
}
@media screen and (max-width: 1024px) {
  #header nav {
    right: auto;
    left: 0;
    transform: translateX(-110%);
  }
}
#header.open .nav_btn::before {
  width: 20px;
}
#header.open .nav_btn:hover::after {
  width: 20px;
}
@media screen and (max-width: 1024px) {
  #header.open .nav_btn a {
    width: 110px;
  }
}
@media screen and (max-width: 1024px) {
  #header.open .nav_btn a span {
    display: block;
  }
}
#header .nav_btn {
  height: 110px;
  right: 6%;
}
@media screen and (max-width: 1024px) {
  #header .nav_btn {
    height: 70px;
    right: auto;
    left: 6%;
  }
}
#header .nav_btn::before {
  transform: translateY(-11px);
}
#header .nav_btn::after {
  transform: translateY(11px);
}
#header .nav_btn::before, #header .nav_btn::after {
  width: 32px;
  border-top-width: 2px;
  border-color: #afa790;
}
@media screen and (max-width: 1024px) {
  #header .nav_btn::before, #header .nav_btn::after {
    left: 0;
  }
}
#header .nav_btn:hover::after {
  width: 10px;
}
@media screen and (max-width: 1024px) {
  #header .nav_btn:hover::after {
    width: 32px;
  }
}
#header .nav_btn a {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #afa790;
}
@media screen and (max-width: 1024px) {
  #header .nav_btn a {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  #header .nav_btn a::before {
    left: auto;
    right: 0;
  }
}
#header .nav_btn a::after {
  width: 32px;
  border-top-width: 2px;
  border-color: #afa790;
}
@media screen and (max-width: 1024px) {
  #header .nav_btn a::after {
    left: 0;
  }
}
@media screen and (max-width: 1024px) {
  #header .nav_btn a span {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #header aside {
    position: absolute;
    right: 6%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1024px) {
  #header aside a {
    background-color: #88583a;
    color: #fff;
    display: block;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    font-size: 1.2rem;
    padding: 8px 13px;
  }
}

#footer {
  background-color: #afa790;
  color: #fff;
  padding: 120px 0 40px;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  #footer {
    padding: 60px 0 80px;
  }
}
#footer a[href] {
  color: #fff;
  text-decoration: none;
}
#footer a[href]:hover {
  text-decoration: underline;
}
#footer a[href]:hover img {
  opacity: 0.7;
}
#footer .row {
  align-items: flex-start;
}
#footer .logo {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  #footer .logo {
    text-align: left;
    margin-bottom: 40px;
  }
}
#footer .links {
  width: 660px;
}
@media screen and (max-width: 1024px) {
  #footer .links {
    width: 100%;
  }
}
#footer .links .row {
  align-items: flex-start;
  flex-wrap: wrap;
}
#footer .links .row .col {
  margin-bottom: 55px;
}
@media screen and (max-width: 1024px) {
  #footer .links .row .col {
    margin-bottom: 40px;
  }
}
#footer .links dt {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 30px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  #footer .links dt {
    margin-bottom: 20px;
  }
}
#footer .links dd li {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #footer .links dd li {
    display: inline-block;
    margin-right: 20px;
  }
}
#footer .links dd a {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  #footer .links dd a {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
#footer .links .instagram i {
  margin-right: 10px;
}
#footer .links .instagram a {
  color: #8a6d47;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  #footer .links .instagram a span {
    display: none;
  }
}
#footer .copyright {
  color: #fff;
  text-align: left;
}

.guide {
  text-align: center;
}
.guide a {
  background-color: #afa790;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  display: block;
  text-decoration: none;
  padding: 20px 0;
  border-top: #afa790 1px solid;
  border-bottom: #afa790 1px solid;
}
@media screen and (max-width: 1024px) {
  .guide a {
    font-size: 1.3rem;
    padding: 15px 0;
  }
}
.guide a:hover {
  background-color: #fff;
  color: #afa790;
}

.notice {
  background-color: #f8f9fa;
}
.notice__inner {
  width: 88%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 0;
}
.notice a {
  border-radius: 10px;
  text-decoration: none;
  font-size: 15px;
  font-size: 1.5rem;
  display: block;
  padding: 25px 20px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .notice a {
    border-radius: 7px;
    font-size: 1.3rem;
    padding: 15px 20px;
  }
}
.notice a:hover {
  text-decoration: underline;
}
.notice a i {
  margin-right: 10px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .notice a i {
    width: 26px;
  }
}

/* KV
============================================================================================================ */
.kv img {
  width: 100%;
  height: auto;
}
.kv .container {
  position: relative;
}
.kv .container__inner {
  width: 88%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .kv .container__inner {
    width: 100%;
  }
}
.kv .container__inner .slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}
.kv .container__inner .slick-slide {
  height: auto;
}
.kv .container__inner .slick-dots {
  text-align: center;
  margin-top: 20px;
}
.kv .container__inner .slick-dots li {
  display: inline-block;
}
.kv .container__inner .slick-dots li.slick-active button {
  background-color: #afa790;
}
.kv .container__inner .slick-dots li button {
  padding: 0;
  border: none;
  text-indent: -9999px;
  width: 100px;
  height: 2px;
  background-color: #e8e8e8;
}
@media screen and (max-width: 1024px) {
  .kv .container__inner .slick-dots li button {
    width: 70px;
  }
}
.kv .container__inner h2 {
  font-size: 44px;
  font-size: 4.4rem;
  font-weight: normal;
  letter-spacing: 5px;
  position: absolute;
  left: 0;
  bottom: 80px;
  display: inline-block;
  padding: 45px 60px;
  color: #fff;
  background: #c2daeb;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #c2daeb 0%, #99bbda 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media screen and (max-width: 1024px) {
  .kv .container__inner h2 {
    font-size: 2rem;
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 20px 10px;
    display: block;
    text-align: center;
    letter-spacing: 3px;
    width: 100%;
  }
}
.kv .container__inner .scroll {
  position: absolute;
  right: 0;
  bottom: 20px;
  color: #fff;
  height: 170px;
}
@media screen and (max-width: 1024px) {
  .kv .container__inner .scroll {
    display: none;
  }
}
.kv .container__inner .scroll::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 105px;
  border-left: 1px solid #fff;
  animation: scroll 1.7s ease 0s infinite;
  transform-origin: top center;
}
.kv .container__inner .scroll span {
  transform: rotate(90deg);
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
}
@keyframes scroll {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
/* PRODUCT LINE UP
============================================================================================================ */
.product .row {
  flex-wrap: wrap;
}
.product__list {
  margin-top: 70px;
}
@media screen and (max-width: 1024px) {
  .product__list {
    margin-top: 35px;
  }
}
.product__item {
  width: 47%;
  max-width: 470px;
  background-color: #fff;
  margin-bottom: 60px;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .product__item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.product__item:last-child, .product__item:nth-last-child(2) {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .product__item:last-child, .product__item:nth-last-child(2) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .product__item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .product__item figure img {
    width: 100%;
  }
}
.product__item__body {
  padding: 45px 60px;
}
@media screen and (max-width: 1024px) {
  .product__item__body {
    padding: 30px 45px;
  }
}
.product__item__body h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .product__item__body h3 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
.product__item__body p {
  color: #3f3f3f;
}

/* WORKS
============================================================================================================ */
@media screen and (max-width: 1024px) {
  .works {
    padding-bottom: 0;
  }
}
.works .container {
  height: 50vh;
  min-height: 600px;
  background-image: url(../images/renew/img_works_01.jpg);
  background-size: auto 84%;
  background-position: right center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .works .container {
    height: auto;
    min-height: auto;
    background-image: none;
    padding: 50px 0;
  }
}
.works .container__inner {
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .works .container__inner {
    height: auto;
  }
}
.works .row {
  width: 520px;
}
@media screen and (max-width: 1024px) {
  .works .row {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .works .heading_lv2 {
    text-align: center;
    margin-bottom: 20px;
  }
}
.works .lead {
  color: #fff;
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .works .lead {
    margin-bottom: 35px;
    text-align: center;
  }
}
.works .img {
  display: none;
}
@media screen and (max-width: 1024px) {
  .works .img {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .works .img img {
    width: 100%;
  }
}

/* VOICE
============================================================================================================ */
.voice {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .voice {
    margin-bottom: 0;
    padding-top: 50px;
  }
}
.voice .lead {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .voice .lead {
    margin-bottom: 35px;
  }
}
.voice .row {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .voice .row {
    background-color: #fff;
    padding: 20px 5%;
  }
}
@media screen and (max-width: 1024px) {
  .voice .img img {
    width: 100%;
  }
}
.voice .text {
  background-color: #f8f9fa;
  width: 470px;
  color: #3f3f3f;
  padding: 50px 50px;
  line-height: 2;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 140px;
}
@media screen and (max-width: 1024px) {
  .voice .text {
    width: 100%;
    padding: 20px 10px;
    margin-top: 0;
    position: static;
    background-color: #fff;
  }
}

/* ABOUT
============================================================================================================ */
.about {
  background-image: url(../images/renew/img_about_01.jpg);
  background-size: 94% auto;
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 340px;
}
@media screen and (max-width: 1024px) {
  .about {
    background-size: 120% auto;
    background-position: center top;
    padding-top: 140px;
  }
}
.about .heading_lv2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .about .heading_lv2 {
    margin-bottom: 40px;
  }
}
.about .lead {
  color: inherit;
  margin-bottom: 40px;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .about .lead {
    font-size: 2rem;
  }
}
.about .lead + p {
  margin-bottom: 30px;
}

/* SHOP
============================================================================================================ */
.shop .heading_lv2 {
  margin-bottom: 60px;
}
.shop__list {
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
}
.shop__list__item {
  background-color: #f8f9fa;
  border-radius: 4px;
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .shop__list__item {
    width: 48%;
  }
}
.shop__list__item:last-of-type {
  margin-bottom: 0;
}
.shop__list__item > * {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .shop__list__item > * {
    width: 100%;
  }
}
.shop__list__item .img img {
  object-fit: cover;
}
.shop__list__item .text {
  padding: 40px 50px;
}
@media screen and (max-width: 1024px) {
  .shop__list__item .text {
    padding: 15px 20px;
  }
}
.shop__list__item .text dt {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .shop__list__item .text dt {
    font-size: 1.5rem;
  }
}
.shop__list__item .text table {
  width: 100%;
  margin-bottom: 10px;
}
.shop__list__item .text table th, .shop__list__item .text table td {
  padding: 10px 0;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  .shop__list__item .text table th, .shop__list__item .text table td {
    font-size: 1.1rem;
    padding: 5px 0;
  }
}
.shop__list__item .text table th {
  color: #84848f;
  letter-spacing: 2px;
  width: 26%;
}
@media screen and (max-width: 1024px) {
  .shop__list__item .text table th {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .shop__list__item .text a[href] {
    font-size: 1.1rem;
  }
}

/* NEWS
============================================================================================================ */
.news .heading_lv2 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .news .heading_lv2 {
    margin-bottom: 20px;
  }
}
.news__list {
  align-items: flex-start;
}
.news__list__item {
  width: 310px;
}
@media screen and (max-width: 1024px) {
  .news__list__item {
    width: 100%;
  }
}
.news__list__item > a[href] {
  color: #010101;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .news__list__item > a[href] {
    display: table;
    width: 100%;
    padding: 20px 5%;
    border-bottom: #f2f2f2 1px solid;
  }
}
.news__list__item > a[href]:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .news__list__item > a[href] > * {
    display: table-cell;
    vertical-align: middle;
  }
}
.news__list__item figure {
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .news__list__item figure {
    width: 32%;
  }
}
.news__list__item figure img {
  width: 100%;
}
.news__list__item figure span {
  display: block;
  width: 100%;
  height: 220px;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .news__list__item figure span {
    height: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .news__list__body {
    padding-left: 10px;
  }
}
.news__list__body time {
  font-size: 13px;
  font-size: 1.3rem;
  color: #afa790;
  margin-bottom: 10px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .news__list__body time {
    margin-bottom: 5px;
  }
}
.news__list__body h3 {
  font-weight: normal;
}
.news .btn {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .news .btn {
    width: 90%;
    margin: 30px auto 0;
  }
}

/* CONTACT
============================================================================================================ */
.contact {
  background-image: url(../images/renew/bg_contact_01.jpg);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  padding: 110px 0 120px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .contact {
    background-image: url(../images/renew/bg_contact_01_sp.jpg);
    padding: 60px 0 60px;
  }
}
.contact .row {
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .contact .row {
    padding: 0;
  }
}
.contact .row .left {
  color: #fff;
}
.contact .row .right {
  background-color: #fff;
  border-radius: 4px;
  width: 43%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .contact .row .right {
    margin-top: 50px;
    width: 100%;
  }
}
.contact .row .right > * {
  padding: 35px 60px;
}
@media screen and (max-width: 1024px) {
  .contact .row .right > * {
    padding: 35px 45px;
  }
}
.contact .row .right .tel {
  border-bottom: #e6ebfd 1px solid;
}
.contact .row .right .tel a {
  font-size: 36px;
  font-size: 3.6rem;
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .contact .row .right .tel a {
    font-size: 2.8rem;
    color: #010101;
    text-decoration: none;
    text-align: center;
  }
}
.contact .row .right .tel dl {
  color: #84848f;
  padding: 0;
  justify-content: center;
}
.contact .row .right .tel dl dt {
  font-size: 13px;
  font-size: 1.3rem;
  border: #84848f 1px solid;
  border-radius: 2px;
  padding: 0px 10px;
  margin-right: 5px;
}
@media screen and (max-width: 1024px) {
  .contact .row .right .tel dl dt {
    font-size: 1rem;
  }
}
.contact .row .right .tel dl dd {
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .contact .row .right .tel dl dd {
    font-size: 1.2rem;
  }
}
.contact .row .right .btn {
  margin-top: 0;
}
.contact .heading_lv2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .contact .heading_lv2 {
    text-align: center;
  }
}
.contact .lead {
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .contact .lead {
    font-size: 1.7rem;
  }
}
.contact p {
  line-height: 2;
}

/* INSTAGRAM
============================================================================================================ */
.instagram .heading_lv2 {
  margin-bottom: 30px;
}
.instagram .heading_lv2 i {
  margin-right: 15px;
  position: relative;
  top: -4px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .instagram .heading_lv2 i {
    width: 30px;
  }
}
.instagram .gadget {
  margin: 60px auto;
  text-align: center;
}
.instagram .row {
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .instagram .row {
    text-align: center;
  }
}
.instagram p.ff_en {
  font-size: 24px;
  font-size: 2.4rem;
}
.instagram .btn {
  margin-top: 0;
  margin-left: 35px;
}
@media screen and (max-width: 1024px) {
  .instagram .btn {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .instagram .btn a {
    border: none;
  }
}

/* parallax_item
============================================================================================================ */
.parallax_item {
  z-index: 10;
}

.index_parallax01 > * {
  left: auto;
  right: 0;
  top: -250px;
  width: 341px;
  height: 570px;
}

.index_parallax01 > * > * {
  background-image: url("../images/renew/parallax_item01.png");
}

.index_parallax02 > * {
  right: auto;
  left: 0;
  top: 0px;
  width: 268px;
  height: 366px;
}

.index_parallax02 > * > * {
  background-image: url("../images/renew/parallax_item02.png");
}

.index_parallax03 > * {
  right: 0;
  bottom: -570px;
  width: 493px;
  height: 702px;
}

.index_parallax03 > * > * {
  background-image: url("../images/renew/parallax_item03.png");
}

@media screen and (max-width: 1024px) {
  .index_parallax01,
.index_parallax02,
.index_parallax03 {
    display: none;
  }
}