header {
  background-color: none;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
header .head_content .title .white {
  display: block;
}
header .head_content .title .black {
  display: none;
}
header .head_content nav .nav_list01 li {
  color: #fff;
}
header .head_content nav .nav_list01 li a, header .head_content nav .nav_list01 li span {
  color: #fff;
}
header .head_content .menu_box .link_list01 {
  border-left-color: #fff;
}
header .head_content .menu_box .link_list01 li {
  color: #fff;
}
header .head_content .menu_box .link_list01 li a, header .head_content .menu_box .link_list01 li span {
  color: #fff;
}
header .head_content .menu_box .btn_list01 li {
  color: #fff;
}
header .head_content .menu_box .btn_list01 li a, header .head_content .menu_box .btn_list01 li span {
  color: #fff;
  border-color: #fff;
}
header .head_content .menu_box .btn_list01 li.link_inq a, header .head_content .menu_box .btn_list01 li.link_inq span {
  border-color: #fff;
}

#sp_menu .link_list01 li.location a {
  background-image: url(../images/common/sp_menu_arrow_white.svg);
  background-color: #AA8E59;
}
#sp_menu .link_list01 li.location a .jp, #sp_menu .link_list01 li.location a .en {
  color: #fff;
}

main {
  padding-top: 0 !important;
}

#mv {
  position: relative;
}
#mv .sub_txt_box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 108px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(35, 24, 21, 0.1) 100%);
}
@media screen and (max-width: 1400px) {
  #mv .sub_txt_box {
    height: 7.7vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .sub_txt_box {
    height: 11.3vw;
  }
}
#mv .sub_txt_box .sub_txt01 {
  position: absolute;
  right: 1em;
  bottom: 1em;
  font-size: 10px;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  #mv .sub_txt_box .sub_txt01 {
    font-size: 0.7vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .sub_txt_box .sub_txt01 {
    right: auto;
    left: 1em;
    font-size: 2.4vw;
  }
}

.head_box {
  background-color: #eeebe9;
}
.head_box .wrap02 {
  padding-top: 140px;
  padding-bottom: 90px;
}
@media screen and (max-width: 1400px) {
  .head_box .wrap02 {
    padding-top: 10vw;
    padding-bottom: 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  .head_box .wrap02 {
    padding-top: 13.3vw;
    padding-bottom: 12vw;
  }
}
.head_box h1 {
  max-width: 250px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1400px) {
  .head_box h1 {
    max-width: none;
    width: 17.9vw;
  }
}
@media screen and (max-width: 768px) {
  .head_box h1 {
    width: 38.1vw;
  }
}
.head_box .txt01 {
  font-size: 25px;
  text-align: center;
  margin-top: 40px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1400px) {
  .head_box .txt01 {
    font-size: 1.8vw;
    margin-top: 2.9vw;
  }
}
@media screen and (max-width: 768px) {
  .head_box .txt01 {
    font-size: 4.7vw;
    margin-top: 6vw;
  }
}
.head_box .txt02 {
  font-size: 15px;
  line-height: 2em;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 1400px) {
  .head_box .txt02 {
    font-size: 1.1vw;
    margin-top: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  .head_box .txt02 {
    width: 110%;
    margin-left: -5%;
    margin-right: -5%;
    font-size: 2.9vw;
    margin-top: 3vw;
  }
}

#map01 {
  background-color: #eeebe9;
}

.bg02 {
  background-image: url(../images/location/bg01_pc.png);
  background-repeat: repeat-x;
  background-size: 1400px auto;
  background-position: center top;
  background-color: #fff;
  min-height: 1000px;
}
@media screen and (max-width: 1400px) {
  .bg02 {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 768px) {
  .bg02 {
    background-image: url(../images/location/bg01_sp.png);
  }
}

#park .big_pho01 {
  position: relative;
  z-index: 1;
  margin-top: -164px;
  width: 100%;
  height: 672px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(../images/location/big_pho_pc.png);
  background-repeat: no-repeat;
  background-size: 1740px auto;
  background-position: center center;
}
@media screen and (max-width: 1400px) {
  #park .big_pho01 {
    margin-top: -11.7vw;
    height: 48vw;
    background-size: 124.3vw auto;
  }
}
@media screen and (max-width: 768px) {
  #park .big_pho01 {
    margin-top: 0;
    height: 82.3vw;
    background-image: url(../images/location/big_pho_sp.png);
    background-size: 285.6vw auto;
  }
}
#park .big_pho01 .map_txt01 {
  width: 590px;
}
@media screen and (max-width: 1400px) {
  #park .big_pho01 .map_txt01 {
    width: 42.1vw;
  }
}
@media screen and (max-width: 768px) {
  #park .big_pho01 .map_txt01 {
    width: 69.2vw;
  }
}
#park .wrap02 .txt01 {
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1400px) {
  #park .wrap02 .txt01 {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #park .wrap02 .txt01 {
    font-size: 4vw;
  }
}
#park .wrap02 .txt02 {
  font-size: 15px;
  line-height: 2em;
  margin-top: 0.5em;
}
@media screen and (max-width: 1400px) {
  #park .wrap02 .txt02 {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 768px) {
  #park .wrap02 .txt02 {
    font-size: 2.7vw;
  }
}
#park .wrap02 .txt03 {
  font-size: 12px;
  margin-top: 0.5em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1400px) {
  #park .wrap02 .txt03 {
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  #park .wrap02 .txt03 {
    font-size: 2vw;
  }
}

#position h2.en01, #shopping h2.en01, #education h2.en01, #life h2.en01 {
  font-size: 35px;
  font-weight: 400;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1400px) {
  #position h2.en01, #shopping h2.en01, #education h2.en01, #life h2.en01 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #position h2.en01, #shopping h2.en01, #education h2.en01, #life h2.en01 {
    font-size: 4.7vw;
  }
}
#position .head_txt, #shopping .head_txt, #education .head_txt, #life .head_txt {
  font-size: 25px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 0.5em;
}
@media screen and (max-width: 1400px) {
  #position .head_txt, #shopping .head_txt, #education .head_txt, #life .head_txt {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #position .head_txt, #shopping .head_txt, #education .head_txt, #life .head_txt {
    font-size: 4vw;
  }
}

#position {
  margin-top: 150px;
}
@media screen and (max-width: 1400px) {
  #position {
    margin-top: 10.7vw;
  }
}
@media screen and (max-width: 768px) {
  #position {
    margin-top: 15.3vw;
  }
}
@media screen and (max-width: 768px) {
  #position .wrap02 {
    width: 100%;
  }
}
#position .wrap02 .img01 {
  margin-top: 70px;
}
@media screen and (max-width: 1400px) {
  #position .wrap02 .img01 {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 768px) {
  #position .wrap02 .img01 {
    margin-top: 12vw;
  }
}
#position .wrap02 .txt_box01 {
  width: 440px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 30px;
}
@media screen and (max-width: 1400px) {
  #position .wrap02 .txt_box01 {
    width: 31.4vw;
    margin-top: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  #position .wrap02 .txt_box01 {
    width: 56vw;
    margin-top: 8vw;
    margin-right: 9.3vw;
  }
}
#position .wrap02 .txt_box01 .txt01 {
  font-size: 25px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1400px) {
  #position .wrap02 .txt_box01 .txt01 {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #position .wrap02 .txt_box01 .txt01 {
    font-size: 4vw;
  }
}
#position .wrap02 .txt_box01 .txt02 {
  font-size: 15px;
  line-height: 2em;
  margin-top: 0.9em;
}
@media screen and (max-width: 1400px) {
  #position .wrap02 .txt_box01 .txt02 {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 768px) {
  #position .wrap02 .txt_box01 .txt02 {
    font-size: 2.7vw;
  }
}
#position .wrap02 .txt_box02 {
  width: 880px;
  margin-left: 0;
  margin-right: auto;
  margin-top: 85px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  #position .wrap02 .txt_box02 {
    width: 62.9vw;
    margin-top: 6.1vw;
  }
}
@media screen and (max-width: 768px) {
  #position .wrap02 .txt_box02 {
    width: 100%;
    margin-top: 5.6vw;
  }
}
#position .wrap02 .txt_box02 .txt01 {
  font-size: 15px;
  line-height: 2em;
  padding-top: 1.5em;
}
@media screen and (max-width: 1400px) {
  #position .wrap02 .txt_box02 .txt01 {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 768px) {
  #position .wrap02 .txt_box02 .txt01 {
    width: 44vw;
    margin-left: auto;
    margin-right: 9.3vw;
    font-size: 2.7vw;
    order: 2;
  }
}
#position .wrap02 .txt_box02 .img02 {
  width: 612px;
}
@media screen and (max-width: 1400px) {
  #position .wrap02 .txt_box02 .img02 {
    width: 43.7vw;
  }
}
@media screen and (max-width: 768px) {
  #position .wrap02 .txt_box02 .img02 {
    width: 93.3%;
    margin-left: auto;
    margin-right: auto;
  }
}

#shopping {
  background-image: url(../images/location/shopping_bg_pc.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  margin-top: 100px;
}
@media screen and (max-width: 1400px) {
  #shopping {
    margin-top: 7.1vw;
  }
}
@media screen and (max-width: 768px) {
  #shopping {
    background-image: url(../images/location/shopping_bg_sp.png);
    margin-top: 19.3vw;
  }
}
#shopping .wrap02 {
  padding-top: 140px;
}
@media screen and (max-width: 1400px) {
  #shopping .wrap02 {
    padding-top: 10vw;
  }
}
@media screen and (max-width: 768px) {
  #shopping .wrap02 {
    padding-top: 13.3vw;
  }
}
#shopping .img_box01 {
  max-width: 1400px;
  width: 100%;
  height: 800px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1400px) {
  #shopping .img_box01 {
    max-width: none;
    height: 57.1vw;
    margin-top: 7.1vw;
  }
}
@media screen and (max-width: 768px) {
  #shopping .img_box01 {
    height: 117.3vw;
    margin-top: 6vw;
  }
}
#shopping .img_box01 .img_block {
  position: absolute;
}
#shopping .img_box01 .img_block .img_txt01 {
  font-size: 12px;
  line-height: 1.5em;
  margin-top: 0.3em;
}
@media screen and (max-width: 1400px) {
  #shopping .img_box01 .img_block .img_txt01 {
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  #shopping .img_box01 .img_block .img_txt01 {
    font-size: 2vw;
  }
}
#shopping .img_box01 .img_block.img_block01 {
  width: 43.2%;
  left: 0;
  top: 92px;
}
@media screen and (max-width: 1400px) {
  #shopping .img_box01 .img_block.img_block01 {
    top: 6.6vw;
  }
}
@media screen and (max-width: 768px) {
  #shopping .img_box01 .img_block.img_block01 {
    width: 57.3%;
    left: 0;
    top: 8vw;
  }
}
#shopping .img_box01 .img_block.img_block01 .img_txt01 {
  padding-left: 200px;
}
@media screen and (max-width: 1400px) {
  #shopping .img_box01 .img_block.img_block01 .img_txt01 {
    padding-left: 14.3vw;
  }
}
@media screen and (max-width: 768px) {
  #shopping .img_box01 .img_block.img_block01 .img_txt01 {
    padding-left: 5.3vw;
  }
}
#shopping .img_box01 .img_block.img_block02 {
  width: 21.4%;
  top: 0;
  left: 660px;
}
@media screen and (max-width: 1400px) {
  #shopping .img_box01 .img_block.img_block02 {
    left: 47.1vw;
  }
}
@media screen and (max-width: 768px) {
  #shopping .img_box01 .img_block.img_block02 {
    width: 28.4%;
    left: 62.3vw;
    top: 0;
  }
}
#shopping .img_box01 .img_block.img_block03 {
  width: 26.1%;
  bottom: 0;
  left: 510px;
}
@media screen and (max-width: 1400px) {
  #shopping .img_box01 .img_block.img_block03 {
    left: 36.4vw;
  }
}
@media screen and (max-width: 768px) {
  #shopping .img_box01 .img_block.img_block03 {
    width: 40.9%;
    left: 9.3vw;
    bottom: 0;
  }
}
#shopping .img_box01 .img_block.img_block04 {
  width: 28.9%;
  bottom: 63px;
  right: 0;
}
@media screen and (max-width: 1400px) {
  #shopping .img_box01 .img_block.img_block04 {
    bottom: 4.5vw;
  }
}
@media screen and (max-width: 768px) {
  #shopping .img_box01 .img_block.img_block04 {
    width: 45.3%;
    bottom: 6.7vw;
    right: 0;
  }
}
#shopping .img_box01 .txt_box01 {
  position: absolute;
  left: 725px;
  top: 325px;
}
@media screen and (max-width: 1400px) {
  #shopping .img_box01 .txt_box01 {
    left: 51.8vw;
    top: 23.2vw;
  }
}
@media screen and (max-width: 768px) {
  #shopping .img_box01 .txt_box01 {
    left: 9.3vw;
    top: 50.7vw;
  }
}
#shopping .img_box01 .txt_box01 .txt01 {
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1400px) {
  #shopping .img_box01 .txt_box01 .txt01 {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #shopping .img_box01 .txt_box01 .txt01 {
    font-size: 3.8vw;
  }
}
#shopping .img_box01 .txt_box01 .txt02 {
  font-size: 15px;
  line-height: 2em;
  margin-top: 0.9em;
}
@media screen and (max-width: 1400px) {
  #shopping .img_box01 .txt_box01 .txt02 {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 768px) {
  #shopping .img_box01 .txt_box01 .txt02 {
    font-size: 2.7vw;
  }
}

#education {
  margin-top: 150px;
  background-image: url(../images/location/education_bg_pc.png);
  background-repeat: no-repeat;
  background-size: 75.7% auto;
  background-position: left top;
  padding-bottom: 180px;
}
@media screen and (max-width: 1400px) {
  #education {
    margin-top: 10.7vw;
    padding-bottom: 12.9vw;
  }
}
@media screen and (max-width: 768px) {
  #education {
    background-image: url(../images/location/education_bg_sp.png);
    background-size: 100% auto;
    margin-top: 19.3vw;
  }
}
#education .wrap02 {
  padding-top: 140px;
}
@media screen and (max-width: 1400px) {
  #education .wrap02 {
    padding-top: 10vw;
  }
}
@media screen and (max-width: 768px) {
  #education .wrap02 {
    padding-top: 12.7vw;
  }
}
#education .img_box01 {
  max-width: 1400px;
  width: 100%;
  height: 835px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  #education .img_box01 {
    max-width: none;
    height: 59.6vw;
    margin-top: 7.1vw;
  }
}
@media screen and (max-width: 768px) {
  #education .img_box01 {
    height: 164vw;
    margin-top: 21.3vw;
  }
}
#education .img_box01 .img_block .img_txt01 {
  font-size: 12px;
  line-height: 1.5em;
  margin-top: 0.3em;
}
@media screen and (max-width: 1400px) {
  #education .img_box01 .img_block .img_txt01 {
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  #education .img_box01 .img_block .img_txt01 {
    font-size: 2vw;
  }
}
#education .img_box01 .txt_box01 {
  position: absolute;
  left: 100px;
  top: 130px;
}
@media screen and (max-width: 1400px) {
  #education .img_box01 .txt_box01 {
    left: 7.1vw;
    top: 9.3vw;
  }
}
@media screen and (max-width: 768px) {
  #education .img_box01 .txt_box01 {
    left: 9.3vw;
    top: 0;
  }
}
#education .img_box01 .txt_box01 .txt01 {
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1400px) {
  #education .img_box01 .txt_box01 .txt01 {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #education .img_box01 .txt_box01 .txt01 {
    font-size: 3.8vw;
  }
}
#education .img_box01 .txt_box01 .txt02 {
  font-size: 15px;
  line-height: 2em;
  margin-top: 0.9em;
}
@media screen and (max-width: 1400px) {
  #education .img_box01 .txt_box01 .txt02 {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 768px) {
  #education .img_box01 .txt_box01 .txt02 {
    font-size: 2.7vw;
  }
}
#education .img_box01 .img_box02 {
  width: 660px;
  position: absolute;
  left: 100px;
  top: 300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1400px) {
  #education .img_box01 .img_box02 {
    width: 47.1vw;
    left: 7.1vw;
    top: 21.4vw;
  }
}
@media screen and (max-width: 768px) {
  #education .img_box01 .img_box02 {
    width: 88.4%;
    left: 0;
    top: 88vw;
  }
}
#education .img_box01 .img_box02 .img_block01 {
  width: 50.2%;
}
@media screen and (max-width: 768px) {
  #education .img_box01 .img_box02 .img_block01 .img_txt01 {
    padding-left: 8vw;
  }
}
#education .img_box01 .img_box02 .img_block02 {
  width: 43.8%;
}
#education .img_box01 .img_box03 {
  width: 42.1%;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  #education .img_box01 .img_box03 {
    width: 90.7%;
    right: 0;
    top: 37.3vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }
}
#education .img_box01 .img_box03 .img_block03 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #education .img_box01 .img_box03 .img_block03 {
    width: 63.6%;
  }
}
#education .img_box01 .img_box03 .img_block04 {
  width: 48.3%;
  margin-left: 104px;
  margin-top: 55px;
}
@media screen and (max-width: 1400px) {
  #education .img_box01 .img_box03 .img_block04 {
    margin-left: 7.4vw;
    margin-top: 3.9vw;
  }
}
@media screen and (max-width: 768px) {
  #education .img_box01 .img_box03 .img_block04 {
    width: 34.3%;
    margin-left: 0;
    margin-top: 0;
  }
}
#education .img_box01 .img_block05 {
  width: 46.3%;
  position: absolute;
  left: 200px;
  bottom: 0;
}
@media screen and (max-width: 1400px) {
  #education .img_box01 .img_block05 {
    left: 14.3vw;
  }
}
@media screen and (max-width: 768px) {
  #education .img_box01 .img_block05 {
    width: 86.7%;
    left: auto;
    right: 0;
    bottom: 0;
  }
}

#life .wrap02 {
  padding-bottom: 150px;
}
@media screen and (max-width: 1400px) {
  #life .wrap02 {
    padding-bottom: 10.7vw;
  }
}
@media screen and (max-width: 768px) {
  #life .wrap02 {
    padding-top: 5vw;
  }
}
#life .wrap02 .img_box01 {
  width: 90%;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  #life .wrap02 .img_box01 {
    margin-top: 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  #life .wrap02 .img_box01 {
    width: 100%;
    margin-top: 7.3vw;
  }
}
#life .wrap02 .img_box01 .img_block {
  width: 31.1%;
}
@media screen and (max-width: 768px) {
  #life .wrap02 .img_box01 .img_block {
    width: 47.5%;
  }
  #life .wrap02 .img_box01 .img_block:nth-child(n+3) {
    margin-top: 4.7vw;
  }
}
#life .wrap02 .img_box01 .img_block:nth-child(n+4) {
  margin-top: 30px;
}
@media screen and (max-width: 1400px) {
  #life .wrap02 .img_box01 .img_block:nth-child(n+4) {
    margin-top: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  #life .wrap02 .img_box01 .img_block:nth-child(n+4) {
    margin-top: 4.7vw;
  }
}
@media screen and (max-width: 768px) {
  #life .wrap02 .img_box01 .img_block:nth-child(1) .img_txt01 {
    width: 116%;
    margin-left: -8%;
    margin-right: -8%;
  }
}
#life .wrap02 .img_box01 .img_block .img_txt01 {
  font-size: 12px;
  line-height: 1.5em;
  margin-top: 0.3em;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  #life .wrap02 .img_box01 .img_block .img_txt01 {
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  #life .wrap02 .img_box01 .img_block .img_txt01 {
    font-size: 2vw;
  }
}

#shopping .img_box01 .img_block01, #shopping .img_box01 .img_block02, #shopping .img_box01 .img_block03, #shopping .img_box01 .img_block04, #shopping .img_box01 .txt_box01 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
}
#shopping .img_box01 .img_block01 {
  transition-delay: 0s;
}
#shopping .img_box01 .img_block02 {
  transition-delay: 0.3s;
}
#shopping .img_box01 .img_block03 {
  transition-delay: 1.2s;
}
#shopping .img_box01 .img_block04 {
  transition-delay: 0.9s;
}
#shopping .img_box01 .txt_box01 {
  transition-delay: 0.6s;
}
#shopping .img_box01.deactive .img_block01, #shopping .img_box01.deactive .img_block02, #shopping .img_box01.deactive .img_block03, #shopping .img_box01.deactive .img_block04, #shopping .img_box01.deactive .txt_box01 {
  opacity: 0;
  transition: 0s;
  transition-delay: 0;
  transform: translateY(20px);
}

#education .img_box01 .img_block01, #education .img_box01 .img_block02, #education .img_box01 .img_block03, #education .img_box01 .img_block04, #education .img_box01 .img_block05, #education .img_box01 .txt_box01 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
}
#education .img_box01 .img_block01 {
  transition-delay: 0.3s;
}
@media screen and (max-width: 768px) {
  #education .img_box01 .img_block01 {
    transition-delay: 1.2s;
  }
}
#education .img_box01 .img_block02 {
  transition-delay: 0.6s;
}
@media screen and (max-width: 768px) {
  #education .img_box01 .img_block02 {
    transition-delay: 0.9s;
  }
}
#education .img_box01 .img_block03 {
  transition-delay: 0.9s;
}
@media screen and (max-width: 768px) {
  #education .img_box01 .img_block03 {
    transition-delay: 0.3s;
  }
}
#education .img_box01 .img_block04 {
  transition-delay: 1.2s;
}
@media screen and (max-width: 768px) {
  #education .img_box01 .img_block04 {
    transition-delay: 0.6s;
  }
}
#education .img_box01 .img_block05 {
  transition-delay: 1.5s;
}
#education .img_box01 .txt_box01 {
  transition-delay: 0s;
}
#education .img_box01.deactive .img_block01, #education .img_box01.deactive .img_block02, #education .img_box01.deactive .img_block03, #education .img_box01.deactive .img_block04, #education .img_box01.deactive .img_block05, #education .img_box01.deactive .txt_box01 {
  opacity: 0;
  transition: 0s;
  transition-delay: 0;
  transform: translateY(20px);
}

#life .img_box01 .img_block {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
}
#life .img_box01 .img_block:nth-child(1) {
  transition-delay: 0s;
}
#life .img_box01 .img_block:nth-child(2) {
  transition-delay: 0.3s;
}
#life .img_box01 .img_block:nth-child(3) {
  transition-delay: 0.6s;
}
#life .img_box01 .img_block:nth-child(4) {
  transition-delay: 0.9s;
}
#life .img_box01 .img_block:nth-child(5) {
  transition-delay: 1.2s;
}
#life .img_box01 .img_block:nth-child(6) {
  transition-delay: 1.5s;
}
#life .img_box01.deactive .img_block:nth-child(1), #life .img_box01.deactive .img_block:nth-child(2), #life .img_box01.deactive .img_block:nth-child(3), #life .img_box01.deactive .img_block:nth-child(4), #life .img_box01.deactive .img_block:nth-child(5), #life .img_box01.deactive .img_block:nth-child(6) {
  opacity: 0;
  transition: 0s;
  transition-delay: 0;
  transform: translateY(20px);
}/*# sourceMappingURL=style_location.css.map */