@charset "UTF-8";
@-webkit-keyframes show {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes show {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
main .home_kv {
  position: relative;
  margin-bottom: 75px;
  min-height: 700px;
}
@media screen and (max-width: 768px) {
  main .home_kv {
    min-height: 100vw;
    margin-bottom: 0;
    min-height: 0;
  }
}
main .home_kv #kv_slider {
  max-width: 1800px;
}
main .home_kv #kv_slider:after {
  content: '';
  width: 100%;
  height: 141px;
  display: block;
  position: absolute;
  bottom: -2px;
  z-index: 90;
  background: url(../img/home/mask.svg) center bottom no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  main .home_kv #kv_slider:after {
    height: calc(95/750 * 100vw);
    background: url(../img/home/sp_mask.svg) center bottom no-repeat;
    background-size: cover;
  }
}
main .home_kv .sp-grabbing, main .home_kv .sp-grab {
  cursor: auto;
}
@media screen and (max-width: 1000px) {
  main .home_kv .sp-slide img.sp-image {
    min-width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  main .home_kv .sp-slide img.sp-image {
    min-width: 0;
  }
}
main .home_kv .sp-slide .layer {
  width: 1000px;
  position: absolute;
  top: 0;
  text-align: center;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 1000px) {
  main .home_kv .sp-slide .layer {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  main .home_kv .sp-slide .layer {
    min-width: 0;
  }
}
main .home_kv .sp-slide.s01 .layer {
  padding-top: 135px;
}
@media screen and (max-width: 768px) {
  main .home_kv .sp-slide.s01 .layer {
    padding-top: calc(208/750 * 100vw);
  }
}
main .home_kv .sp-slide.s01 .layer .text {
  display: inline-block;
  width: 610px;
}
@media screen and (max-width: 768px) {
  main .home_kv .sp-slide.s01 .layer .text {
    width: calc(720/750 * 100vw);
  }
}
main .home_kv .sp-slide.s02 .layer {
  max-width: 1000px;
  text-align: left;
  text-align: justify;
  padding-top: 132px;
}
@media screen and (max-width: 1000px) {
  main .home_kv .sp-slide.s02 .layer {
    padding: 132px 10px 0;
  }
}
@media screen and (max-width: 768px) {
  main .home_kv .sp-slide.s02 .layer {
    padding: 0;
  }
}
main .home_kv .sp-slide.s02 .layer .text {
  display: inline-block;
  width: 520px;
}
@media screen and (max-width: 768px) {
  main .home_kv .sp-slide.s02 .layer .text {
    text-align: center;
    width: calc(750/750 * 100vw);
  }
}
main .home_kv .sp-slide.s02 .layer .btn {
  margin-top: 34px;
  width: 347px;
  position: relative;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75) !important;
  transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75) !important;
}
@media screen and (max-width: 768px) {
  main .home_kv .sp-slide.s02 .layer .btn {
    margin-top: 0;
    width: calc(590/750 * 100vw);
    top: -13vw;
    padding: calc(16/750 * 100vw);
    font-family: "notoserif", serif;
  }
}
@media screen and (max-width: 320px) {
  main .home_kv .sp-slide.s02 .layer .btn02:before {
    right: 2vw;
    top: 52%;
    width: 18px;
  }
  main .home_kv .sp-slide.s02 .layer .btn02:after {
    right: 2vw;
    top: 52%;
  }
}
main .home_kv .sp-slide.s03 .layer {
  max-width: 1000px;
  text-align: left;
  text-align: justify;
  padding-top: 157px;
}
@media screen and (max-width: 768px) {
  main .home_kv .sp-slide.s03 .layer {
    padding-top: calc(100/750 * 100vw);
  }
}
main .home_kv .sp-slide.s03 .layer .text {
  display: inline-block;
  width: 545px;
}
@media screen and (max-width: 768px) {
  main .home_kv .sp-slide.s03 .layer .text {
    width: calc(745/750 * 100vw);
  }
}
main .home_kv .sp-buttons {
  position: absolute;
  bottom: 162px;
  width: 100%;
  text-align: center;
  padding-top: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  main .home_kv .sp-buttons {
    bottom: 8vw;
  }
}
main .home_kv .sp-buttons .sp-button {
  background: rgba(160, 135, 86, 0.5);
  border: 0;
  width: 8px;
  height: 8px;
  margin: 0 8px;
}
@media screen and (max-width: 768px) {
  main .home_kv .sp-buttons .sp-button {
    width: 2.6vw;
    height: 2.6vw;
    margin: calc(16/750 * 100vw);
  }
}
main .home_kv .sp-buttons .sp-button.sp-selected-button {
  background: #a08756;
}
@media screen and (max-width: 768px) {
  main .kv_banner_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main .kv_banner_wrap .kv_banner {
  width: 1000px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 720px;
  margin-left: -500px;
  z-index: 91;
}
@media screen and (max-width: 768px) {
  main .kv_banner_wrap .kv_banner {
    position: static;
    margin: calc(30/750 * 100vw) calc(40/750 * 100vw) 0;
    width: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
main .kv_banner_wrap .kv_banner ul {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  main .kv_banner_wrap .kv_banner ul {
    display: block;
  }
}
main .kv_banner_wrap .kv_banner ul li {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  background: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main .kv_banner_wrap .kv_banner ul li {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 5vw;
  }
  main .kv_banner_wrap .kv_banner ul li:last-child {
    margin-bottom: 0;
  }
}
main .kv_banner_wrap .kv_banner ul li a {
  display: block;
  width: 320px;
}
@media screen and (max-width: 768px) {
  main .kv_banner_wrap .kv_banner ul li a {
    width: auto;
  }
}
main .kv_banner_wrap .kv_banner ul li img {
  width: 320px;
  opacity: 1.0;
  vertical-align: bottom;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  main .kv_banner_wrap .kv_banner ul li img {
    width: 100%;
  }
}
main .kv_banner_wrap .kv_banner ul li:nth-child(1) a {
  background: url(../img/home/banner01_on.png) 0 0 no-repeat;
  background-size: cover;
}
main .kv_banner_wrap .kv_banner ul li:nth-child(1) a:hover img {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  main .kv_banner_wrap .kv_banner ul li:nth-child(1) a:hover img {
    opacity: 1;
  }
}
main .kv_banner_wrap .kv_banner ul li:nth-child(2) a {
  background: url(../img/home/banner02_on.png) 0 0 no-repeat;
  background-size: cover;
}
main .kv_banner_wrap .kv_banner ul li:nth-child(2) a:hover img {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  main .kv_banner_wrap .kv_banner ul li:nth-child(2) a:hover img {
    opacity: 1;
  }
}
main .kv_banner_wrap .kv_banner ul li:nth-child(3) a {
  background: url(../img/home/banner03_on.png) 0 0 no-repeat;
  background-size: cover;
}
main .kv_banner_wrap .kv_banner ul li:nth-child(3) a:hover img {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  main .kv_banner_wrap .kv_banner ul li:nth-child(3) a:hover img {
    opacity: 1;
  }
}
main .kv_banner_wrap .home_info {
  padding-top: 86px;
}
@media screen and (max-width: 768px) {
  main .kv_banner_wrap .home_info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: calc(60/750 * 100vw) 0 calc(12/750 * 100vw);
  }
}
main .kv_banner_wrap .home_info .inblock {
  border: 5px solid #cfc3aa;
  padding: 45px 70px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  main .kv_banner_wrap .home_info .inblock {
    padding: calc(30/750 * 100vw);
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0 calc(40/750 * 100vw);
  }
}
main .kv_banner_wrap .home_info .subttl {
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  main .kv_banner_wrap .home_info .subttl {
    margin-bottom: calc(20/750 * 100vw);
  }
}
main .kv_banner_wrap .home_info .subttl .p1 {
  font-size: 18px;
  font-family: "Cinzel", serif;
  color: #8b6c2e;
}
@media screen and (max-width: 768px) {
  main .kv_banner_wrap .home_info .subttl .p1 {
    font-size: calc(30/750 * 100vw);
    font-size: calc(0.8125rem + ((1vw - 3.2px) * 2.1277));
    font-size: 15px;
  }
}
main .kv_banner_wrap .home_info .subttl .p2 {
  font-size: 30px;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  main .kv_banner_wrap .home_info .subttl .p2 {
    font-size: calc(30/750 * 100vw);
    font-size: calc(0.8125rem + ((1vw - 3.2px) * 2.1277));
    font-size: 15px;
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
main .kv_banner_wrap .home_info dl {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #8b6c2e;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  main .kv_banner_wrap .home_info dl {
    display: block;
    margin-top: calc(16/750 * 100vw);
  }
}
main .kv_banner_wrap .home_info dl:first-of-type {
  margin-top: 0;
}
main .kv_banner_wrap .home_info dl dt {
  width: 150px;
}
@media screen and (max-width: 768px) {
  main .kv_banner_wrap .home_info dl dt {
    width: auto;
  }
}
main .kv_banner_wrap .home_info dl dd {
  width: 690px;
  text-align: left;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  main .kv_banner_wrap .home_info dl dd {
    width: auto;
    margin-top: calc(12/750 * 100vw);
  }
}
main .kv_banner_wrap .home_info a {
  color: #8b6c2e;
}
main .kv_banner_wrap .home_info .more {
  font-size: 18px;
  text-align: right;
  margin-top: 12px;
  font-family: "Cinzel", serif;
}
@media screen and (max-width: 768px) {
  main .kv_banner_wrap .home_info .more {
    margin-top: calc(16/750 * 100vw);
    font-size: calc(30/750 * 100vw);
    font-size: calc(0.8125rem + ((1vw - 3.2px) * 2.1277));
    font-size: 15px;
  }
}
main .home01 {
  padding-top: 75px;
  line-height: 2.0;
  background: url(../img/home/logomark01.gif) center bottom no-repeat;
  background-size: 2110px auto;
  height: 1011px;
}
@media screen and (max-width: 768px) {
  main .home01 {
    background-image: none;
    height: auto;
    padding-top: 0;
  }
}
main .home01 .home01_in_wrap {
  max-width: none;
  background: url(../img/home/salon.png) center top no-repeat;
  background-size: 1202px auto;
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  main .home01 .home01_in_wrap {
    background-image: none;
    padding-top: 0;
  }
}
main .home01 .home01_in {
  max-width: 1000px;
  margin: 0 auto;
}
main .home01 .home01_in .block {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  main .home01 .home01_in .block {
    display: block;
  }
}
main .home01 .home01_in .block .ttl {
  padding-bottom: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  main .home01 .home01_in .block .ttl {
    background: url(../img/home/logomark01.gif) left -22vw bottom 0 no-repeat;
    background-size: 155vw;
    padding-top: 85px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 0;
    position: relative;
  }
  main .home01 .home01_in .block .ttl:after {
    content: '';
    width: calc((750/750 * 100vw) - (160/750 * 100vw));
    display: block;
    height: 1px;
    background: #af9b73;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -40vw;
  }
}
@media screen and (max-width: 768px) {
  main .home01 .home01_in .block .text {
    padding: 0 20;
    text-align: justify;
  }
}

@media screen and (max-width: 375px) {
  main .home01 .home01_in .block .ttl {
    padding-top: calc(170/750 * 100vw);
    padding-bottom: calc(50/750 * 100vw);
    margin-bottom: calc(50/750 * 100vw);
  }
  main .home01 .home01_in .block .text {
    padding: 0 calc(40/750 * 100vw);
  }
}

main .home01 .home01_in .block .text p {
  margin-bottom: 1.2em;
}
@media screen and (max-width: 768px) {
  main .home01 .home01_in .block .text p:last-of-type {
    margin-bottom: 0;
  }
}
main .home01 p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  main .home01 p {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 0 calc(40/750 * 100vw);
  }
}
main .home02 {
  margin-top: -150px;
  padding-bottom: 158px;
  /*height: 8000px;*/ /*修正*/
  position: relative;
}
@media screen and (max-width: 768px) {
  main .home02 {
    margin-top: 0;
    height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
    height: auto !important;
  }
}

@media screen and (max-width: 375px) {
  main .home02 {
    padding-top: calc(140/750 * 100vw);
    padding-bottom: calc(140/750 * 100vw);
  }
}

main .home02 .home02_in_wrap1 {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
main .home02 .home02_in_wrap1.fix {
  position: fixed;
  width: 100%;
  height: auto;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  main .home02 .home02_in_wrap1.fix {
    position: relative;
    width: auto;
    top: auto;
    left: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    z-index: auto;
  }
}
main .home02 .home02_in_wrap1.fix:before, main .home02 .home02_in_wrap1.fix:after {
  top: 138px;
}
@media screen and (max-width: 768px) {
  main .home02 .home02_in_wrap1.fix:before, main .home02 .home02_in_wrap1.fix:after {
    top: 0;
  }
}
main .home02 .home02_in_wrap1.last:before, main .home02 .home02_in_wrap1.last:after {
  top: 7172px;
}
@media screen and (max-width: 768px) {
  main .home02 .home02_in_wrap1.last:before, main .home02 .home02_in_wrap1.last:after {
    top: 0;
  }
}
main .home02 .home02_in_wrap1:before, main .home02 .home02_in_wrap1:after {
  content: '';
  display: inline-block;
  width: 70px;
  height: 70px;
  border-top: 1px solid #af9b73;
  border-left: 1px solid #af9b73;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 768px) {
  main .home02 .home02_in_wrap1:before, main .home02 .home02_in_wrap1:after {
    content: none;
  }
}
main .home02 .home02_in_wrap1:before {
  left: 0;
}
main .home02 .home02_in_wrap1:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  right: 0;
}
main .home02 .home02_in_wrap2 {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
main .home02 .home02_in_wrap2:before, main .home02 .home02_in_wrap2:after {
  top: 606px;
}
@media screen and (max-width: 768px) {
  main .home02 .home02_in_wrap2:before, main .home02 .home02_in_wrap2:after {
    top: 0;
  }
}
main .home02 .home02_in_wrap2.fix:before, main .home02 .home02_in_wrap2.fix:after {
  position: fixed;
  top: 740px;
}
@media screen and (max-width: 768px) {
  main .home02 .home02_in_wrap2.fix:before, main .home02 .home02_in_wrap2.fix:after {
    position: static;
  }
}
main .home02 .home02_in_wrap2.fix2:before, main .home02 .home02_in_wrap2.fix2:after {
  position: fixed;
  top: 900px;
}
@media screen and (max-width: 768px) {
  main .home02 .home02_in_wrap2.fix2:before, main .home02 .home02_in_wrap2.fix2:after {
    position: static;
  }
}
main .home02 .home02_in_wrap2.last:before, main .home02 .home02_in_wrap2.last:after {
  top: 7930px;
}
@media screen and (max-width: 768px) {
  main .home02 .home02_in_wrap2.last:before, main .home02 .home02_in_wrap2.last:after {
    top: 0;
  }
}
main .home02 .home02_in_wrap2:before, main .home02 .home02_in_wrap2:after {
  content: '';
  display: inline-block;
  width: 70px;
  height: 70px;
  border-top: 1px solid #af9b73;
  border-left: 1px solid #af9b73;
  position: absolute;
}
@media screen and (max-width: 768px) {
  main .home02 .home02_in_wrap2:before, main .home02 .home02_in_wrap2:after {
    content: none;
  }
}
main .home02 .home02_in_wrap2:before {
  left: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
main .home02 .home02_in_wrap2:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 0;
}
main .home02 .home02_in {
  padding-bottom: 96px;
}
@media screen and (max-width: 768px) {
  main .home02 .home02_in {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 375px) {
  main .home02 .home02_in {
    padding-bottom: calc(140/750 * 100vw);
  }
}
main .home02 .home02_in > div {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center; /*修正*/
  justify-content: center; /*修正*/
  height: 677px; /*修正*/
  position: relative; /*修正*/
  overflow: hidden; /*修正*/
}
@media screen and (max-width: 768px) {
  main .home02 .home02_in > div {
    display: block;
    height: auto; /*修正*/
  }
}
main .home02 .home02_in .ttl {
  display: table;
  width: 680px;
  border-bottom: 0;
  line-height: 0.8;
  margin: 0 auto;
  top: -32px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
main .home02 .home02_in .ttl.fix {
  top: 106px;
}
@media screen and (max-width: 768px) {
  main .home02 .home02_in .ttl.fix {
    top: 0;
  }
}
main .home02 .home02_in .ttl.last {
  top: 7140px;
}
@media screen and (max-width: 768px) {
  main .home02 .home02_in .ttl.last {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  main .home02 .home02_in .ttl {
    width: auto;
    top: 0;
    line-height: 1.5;
    position: static;
    left: auto;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
main .home02 .home02_in .ttl .hiraki {
  margin-left: 4.73em;
}
@media screen and (max-width: 768px) {
  main .home02 .home02_in .ttl .hiraki {
    margin-left: 0;
  }
}
main .home02 .home02_in .block {
  margin: 36px 96px 0;
}
@media screen and (max-width: 768px) {
  main .home02 .home02_in .block {
    margin: 0;
    position: static;
  }
}
main .home02 .home02_in .block .block_in {
  position: relative; /*修正*/
  /*top: 149px;*/ /*修正*/
  width: 806px;
}
main .home02 .home02_in .block .block_in .unc {
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 1px;
}
main .home02 .home02_in .block .block_in.fix {
  top: 280px;
}
@media screen and (max-width: 768px) {
  main .home02 .home02_in .block .block_in {
    position: static;
    border: 0;
    width: auto;
    padding: 0;
    background: transparent;
    margin-top: 70px;
  }
  main .home02 .home02_in .block .block_in:first-of-type {
    margin-top: 75px;
  }
}

@media screen and (max-width: 375px) {
  main .home02 .home02_in .block .block_in {
    margin-top: calc(140/750 * 100vw);
  }
  main .home02 .home02_in .block .block_in:first-of-type {
    margin-top: 10vw;
  }
}

main .home02 .home02_in .block .block_in.active > div.indiv {
  -webkit-animation-name: active-move;
          animation-name: active-move;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@media screen and (max-width: 768px) {
  main .home02 .home02_in .block .block_in.active > div.indiv {
    -webkit-animation-name: none;
            animation-name: none;
  }
}
@-webkit-keyframes active-move {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes active-move {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
main .home02 .home02_in .block .block_in.fadeout > div.indiv {
  -webkit-animation-name: fadeout;
          animation-name: fadeout;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@media screen and (max-width: 768px) {
  main .home02 .home02_in .block .block_in.fadeout > div.indiv {
    -webkit-animation-name: none;
            animation-name: none;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
main .home02 .home02_in .block .block_in > div.indiv {
  margin: 0 6px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  /*opacity: 0;*/ /*修正*/
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media screen and (max-width: 768px) {
  main .home02 .home02_in .block .block_in > div.indiv {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  main .home02 .home02_in .block .block_in > div.indiv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    background: transparent;
    opacity: 1.0 !important;
  }
  main .home02 .home02_in .block .block_in > div.indiv .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    left: auto;
    right: auto;
    position: relative;
    opacity: 1.0;
    margin-top: calc(140/750 * 100vw);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  main .home02 .home02_in .block .block_in > div.indiv .img img {
    width: 100%;
  }
  main .home02 .home02_in .block .block_in > div.indiv .text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0;
  }
  main .home02 .home02_in .block .block_in > div.indiv .text .flex {
    display: block;
    text-align: center;
    margin-bottom: calc(40/750 * 100vw);
  }
  main .home02 .home02_in .block .block_in > div.indiv .text .flex > div:first-child {
    font-size: calc(120/750 * 100vw);
    font-size: calc(3.1875rem + ((1vw - 3.2px) * 15.9574));
    margin-right: 0;
    margin-bottom: calc(20/750 * 100vw);
    font-family: "notoserif", serif;
  }
  main .home02 .home02_in .block .block_in > div.indiv .text .flex > div:last-child .p1 {
    font-size: calc(30/750 * 100vw);
    font-size: calc(0.8125rem + ((1vw - 3.2px) * 2.1277));
    font-size: 15px;
    margin-bottom: calc(20/750 * 100vw);
    text-align: center;
  }
  main .home02 .home02_in .block .block_in > div.indiv .text .flex > div:last-child .p2 {
    font-size: calc(40/750 * 100vw);
    font-size: calc(1.0625rem + ((1vw - 3.2px) * 5.3191));
    font-size: 20px;
    text-align: center;
    font-family: "notoserif", serif;
  }
  main .home02 .home02_in .block .block_in > div.indiv .text > p {
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: calc(30/750 * 100vw);
    font-size: calc(0.8125rem + ((1vw - 3.2px) * 2.1277));
    font-size: 15px;
    white-space: nowrap;
  }
}
main .home02 .home02_in .block .block01, main .home02 .home02_in .block .block02, main .home02 .home02_in .block .block03, main .home02 .home02_in .block .block04 {
  padding: 70px 0px;
  display: none; /*修正*/
}
@media screen and (max-width: 768px) {
  main .home02 .home02_in .block .block01, main .home02 .home02_in .block .block02, main .home02 .home02_in .block .block03, main .home02 .home02_in .block .block04 {
    margin-bottom: 0;
    padding: 0;
  }
}
main .home02 .home02_in .block .block01 .img, main .home02 .home02_in .block .block02 .img, main .home02 .home02_in .block .block03 .img, main .home02 .home02_in .block .block04 .img {
  position: absolute;
}
@media screen and (max-width: 768px) {
  main .home02 .home02_in .block .block01 .img, main .home02 .home02_in .block .block02 .img, main .home02 .home02_in .block .block03 .img, main .home02 .home02_in .block .block04 .img {
    width: 87vw;
  }
}
main .home02 .home02_in .block .block01 .text, main .home02 .home02_in .block .block02 .text, main .home02 .home02_in .block .block03 .text, main .home02 .home02_in .block .block04 .text {
  margin-left: auto;
  margin-right: 48px;
}
main .home02 .home02_in .block .block01 .text > p, main .home02 .home02_in .block .block02 .text > p, main .home02 .home02_in .block .block03 .text > p, main .home02 .home02_in .block .block04 .text > p {
  font-size: 16px;
}
main .home02 .home02_in .block .block01 .text:before, main .home02 .home02_in .block .block02 .text:before, main .home02 .home02_in .block .block03 .text:before, main .home02 .home02_in .block .block04 .text:before {
  content: '';
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 12px;
  height: 1px;
  width: 120px;
  background: #8b6c2e;
}
@media screen and (max-width: 768px) {
  main .home02 .home02_in .block .block01 .text:before, main .home02 .home02_in .block .block02 .text:before, main .home02 .home02_in .block .block03 .text:before, main .home02 .home02_in .block .block04 .text:before {
    content: none;
  }
}
main .home02 .home02_in .block .block01 .text .flex, main .home02 .home02_in .block .block02 .text .flex, main .home02 .home02_in .block .block03 .text .flex, main .home02 .home02_in .block .block04 .text .flex {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  margin-bottom: 10px;
}
main .home02 .home02_in .block .block01 .text .flex > div:first-child, main .home02 .home02_in .block .block02 .text .flex > div:first-child, main .home02 .home02_in .block .block03 .text .flex > div:first-child, main .home02 .home02_in .block .block04 .text .flex > div:first-child {
  font-size: 70px;
  color: #8b6c2e;
  margin-right: 16px;
}
main .home02 .home02_in .block .block01 .text .flex > div:last-child .p1, main .home02 .home02_in .block .block02 .text .flex > div:last-child .p1, main .home02 .home02_in .block .block03 .text .flex > div:last-child .p1, main .home02 .home02_in .block .block04 .text .flex > div:last-child .p1 {
  font-size: 16px;
  color: #8b6c2e;
  font-family: "Cinzel", serif;
  margin-bottom: 10px;
}
main .home02 .home02_in .block .block01 .text .flex > div:last-child .p2, main .home02 .home02_in .block .block02 .text .flex > div:last-child .p2, main .home02 .home02_in .block .block03 .text .flex > div:last-child .p2, main .home02 .home02_in .block .block04 .text .flex > div:last-child .p2 {
  font-size: 25px;
  letter-spacing: 0.08em;
}
main .home02 .home02_in .block .block01 {
  z-index: 1;
  display: none; /*修正*/
}
main .home02 .home02_in .block .block01:before,
main .home02 .home02_in .block .block02:before, /*修正*/
main .home02 .home02_in .block .block03:before, /*修正*/
main .home02 .home02_in .block .block04:before, /*修正*/
main .home02 .home02_in .block .block05:before { 
  content: '';
  width: 800px; /*修正*/
  height: 422px;
  display: inline-block;
  border: 6px solid #f9f6ed;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 50%; /*修正*/
  left: 50%; /*修正*/
  /*opacity: 0;*/ /*修正*/
  -webkit-transition: 0.6s;
  transition: 0.6s;
  transform: translate(-50%, -50%); /*修正*/
}
main .home02 .home02_in .block .block01.waku:before {
  opacity: 1.0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  main .home02 .home02_in .block .block01:before {
    content: none;
  }
}
main .home02 .home02_in .block .block01 > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main .home02 .home02_in .block .block01 .img {
  position: relative;
  left: -40px;
}
@media screen and (max-width: 768px) {
  main .home02 .home02_in .block .block01 .img {
    margin-left: auto;
  }
  main .home02 .home02_in .block .block01 .img:after {
    content: '';
    width: 76vw;
    height: calc(535/750 * 100vw);
    display: block;
    border: 6px solid #f9f6ed;
    border-right: 0;
    position: absolute;
    top: -7vw;
    right: 0;
    z-index: -1;
  }
}
main .home02 .home02_in .block .block01 .text {
  position: relative;
  margin-right: 48px;
  margin-top: -9px;
}
main .home02 .home02_in .block .block01 .text:before {
  left: -128px;
}
@media screen and (max-width: 768px) {
  main .home02 .home02_in .block .block01 .text .flex > div:first-child {
    text-indent: -9999px;
    background: url(../img/home/num01.png) center center no-repeat;
    background-size: auto calc(86/750* 100vw);
  }
}
main .home02 .home02_in .block .block02 {
  z-index: 2;
}
/*main .home02 .home02_in .block .block02:before {
  position: absolute;
  left: -46px;
  top: -6px;
  display: block;
  width: 40px;
  height: 100%;
  background: #fff;
}*/ /*修正*/
@media screen and (max-width: 768px) {
  main .home02 .home02_in .block .block02:before {
    display: none;
  }
}
main .home02 .home02_in .block .block02 > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main .home02 .home02_in .block .block02 > div .indiv {
  position: absolute;
  top: 0;
}
main .home02 .home02_in .block .block02 .img {
  position: relative;
  right: -40px;
}
@media screen and (max-width: 768px) {
  main .home02 .home02_in .block .block02 .img {
    margin-right: auto;
  }
  main .home02 .home02_in .block .block02 .img:after {
    content: '';
    width: 76vw;
    height: calc(535/750 * 100vw);
    display: block;
    border: 6px solid #f9f6ed;
    border-left: 0;
    position: absolute;
    top: -7vw;
    left: 0;
    z-index: -1;
  }
}
main .home02 .home02_in .block .block02 .flex {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
main .home02 .home02_in .block .block02 .text {
  position: relative;
  margin-right: 35px;
}
@media screen and (max-width: 768px) {
  main .home02 .home02_in .block .block02 .text .flex > div:first-child {
    text-indent: -9999px;
    background: url(../img/home/num02.png) center center no-repeat;
    background-size: auto calc(86/750* 100vw);
  }
}
main .home02 .home02_in .block .block02 .text:before {
  right: -136px;
}
main .home02 .home02_in .block .block02 .text > p {
  text-align: right;
}
main .home02 .home02_in .block .block02 .text .p1 {
  text-align: right;
}
main .home02 .home02_in .block .block03 {
  z-index: 3;
}
/*main .home02 .home02_in .block .block03:before {
  position: absolute;
  right: -46px;
  top: -6px;
  display: block;
  width: 40px;
  height: 100%;
  background: #fff;
}*/ /*修正*/
@media screen and (max-width: 768px) {
  main .home02 .home02_in .block .block03:before {
    display: none;
  }
}
main .home02 .home02_in .block .block03 > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main .home02 .home02_in .block .block03 .img {
  position: relative;
  left: -40px;
}
@media screen and (max-width: 768px) {
  main .home02 .home02_in .block .block03 .img {
    margin-left: auto;
  }
  main .home02 .home02_in .block .block03 .img:after {
    content: '';
    width: 76vw;
    height: calc(535/750 * 100vw);
    display: block;
    border: 6px solid #f9f6ed;
    border-right: 0;
    position: absolute;
    top: -7vw;
    right: 0;
    z-index: -1;
  }
}
main .home02 .home02_in .block .block03 .text {
  position: relative;
  margin-right: 110px;
}
@media screen and (max-width: 768px) {
  main .home02 .home02_in .block .block03 .text .flex > div:first-child {
    text-indent: -9999px;
    background: url(../img/home/num03.png) center center no-repeat;
    background-size: auto calc(86/750* 100vw);
  }
}
main .home02 .home02_in .block .block03 .text:before {
  left: -128px;
}
main .home02 .home02_in .block .block04 {
  z-index: 4;
}
/*main .home02 .home02_in .block .block04:before {
  position: absolute;
  left: -46px;
  top: -6px;
  display: block;
  width: 40px;
  height: 100%;
  background: #fff;
}*/ /*修正*/
@media screen and (max-width: 768px) {
  main .home02 .home02_in .block .block04:before {
    display: none;
  }
}
main .home02 .home02_in .block .block04 > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main .home02 .home02_in .block .block04 .img {
  position: relative;
  right: -40px;
}
@media screen and (max-width: 768px) {
  main .home02 .home02_in .block .block04 .img {
    margin-right: auto;
  }
  main .home02 .home02_in .block .block04 .img:after {
    content: '';
    width: 76vw;
    height: calc(535/750 * 100vw);
    display: block;
    border: 6px solid #f9f6ed;
    border-left: 0;
    position: absolute;
    top: -7vw;
    left: 0;
    z-index: -1;
  }
}
main .home02 .home02_in .block .block04 .flex {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
main .home02 .home02_in .block .block04 .text {
  position: relative;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  main .home02 .home02_in .block .block04 .text .flex > div:first-child {
    text-indent: -9999px;
    background: url(../img/home/num04.png) center center no-repeat;
    background-size: auto calc(86/750* 100vw);
  }
}
main .home02 .home02_in .block .block04 .text:before {
  right: -128px;
}
main .home02 .home02_in .block .block04 .text > p {
  text-align: right;
}
main .home02 .home02_in .block .block04 .text .p1 {
  text-align: right;
}
main .home02 .home02_in .block .block05 {
  text-align: center;
  padding: 70px 0px;
  z-index: 5;
  display: none; /*修正*/
}
main .home02 .home02_in .block .block05 .unc {
  position: absolute !important;
  top: 580px;
  bottom: auto !important;
}
main .home02 .home02_in .block .block05.active:before {
  opacity: 1;
}
main .home02 .home02_in .block .block05.last {
  top: 7310px;
}
/*main .home02 .home02_in .block .block05:before {
  content: '' !important;
  width: 806px;
  height: 600px;
  display: inline-block;
  border: 6px solid #f9f6ed;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}*/ /*修正*/
main .home02 .home02_in .block .block05.waku:before {
  position: fixed;
  top: 138px;
  left: auto;
  display: block;
  opacity: 1.0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
main .home02 .home02_in .block .block05.waku2:before {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1.0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  main .home02 .home02_in .block .block05 {
    display: none !important;
  }
}
main .home02 .home02_in .block .block05 .box {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 60px !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
main .home02 .home02_in .block .block05 .box .box_in {
  border: 1px solid #af9b73;
  background: #fff;
  width: 328px;
  padding: 10px 8px 40px;
  z-index: 2;
}
main .home02 .home02_in .block .block05 .box .box_in:nth-child(1), main .home02 .home02_in .block .block05 .box .box_in:nth-child(2) {
  margin-bottom: 20px;
}
main .home02 .home02_in .block .block05 .box .box_in > p {
  font-size: 16px;
}
main .home02 .home02_in .block .block05 .box .box_in .num {
  font-size: 70px;
  color: #8b6c2e;
  line-height: 1;
  margin-top: -56px;
  margin-bottom: 7px;
}
main .home02 .home02_in .block .block05 .box .box_in .num span {
  background: #fff;
  padding: 0 6px;
}
main .home02 .home02_in .block .block05 .box .box_in .subttl {
  margin-bottom: 10px;
}
main .home02 .home02_in .block .block05 .box .box_in .subttl .ttl1 {
  font-size: 16px;
  color: #8b6c2e;
  font-family: "Cinzel", serif;
}
main .home02 .home02_in .block .block05 .box .box_in .subttl .ttl2 {
  font-size: 25px;
  letter-spacing: 0.08em;
}
main .home02 .bottom_text {
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-top: -20px;
  line-height: 2.0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 678px;
}
main .home02 .bottom_text.fix {
  position: fixed;
  top: 810px;
}
@media screen and (max-width: 768px) {
  main .home02 .bottom_text.fix {
    position: static;
  }
}
main .home02 .bottom_text.fix2 {
  position: fixed;
  top: 968px;
}
@media screen and (max-width: 768px) {
  main .home02 .bottom_text.fix2 {
    position: static;
  }
}
main .home02 .bottom_text.last {
  top: 8000px;
}
@media screen and (max-width: 768px) {
  main .home02 .bottom_text.last {
    top: auto;
  }
}
@media screen and (max-width: 768px) {
  main .home02 .bottom_text {
    width: auto;
    position: static;
    top: 0;
    margin-top: 0;
    text-align: left;
    text-align: justify;
    font-size: calc(30/750 * 100vw);
    font-size: calc(0.8125rem + ((1vw - 3.2px) * 2.1277));
    font-size: 15px;
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0 calc(40/750 * 100vw);
    padding: 0 calc(40/750 * 100vw);
  }
}
main .home02 .link {
  text-align: center;
  position: absolute;
  top: 831px;
  left: 50%;
  margin-left: -155px;
  z-index: 1;
}
main .home02 .link.fix {
  position: fixed;
  top: 954px;
}
@media screen and (max-width: 768px) {
  main .home02 .link.fix {
    position: static;
  }
}
main .home02 .link.fix2 {
  position: fixed;
  top: 1128px;
}
@media screen and (max-width: 768px) {
  main .home02 .link.fix2 {
    position: static;
  }
}
main .home02 .link.last {
  top: 8160px;
}
@media screen and (max-width: 768px) {
  main .home02 .link.last {
    top: auto;
  }
}
@media screen and (max-width: 768px) {
  main .home02 .link {
    margin: 40px calc(40/750 * 100vw) 0;
    position: static;
  }
}
@media screen and (max-width: 375px) {
  main .home02 .link {
    margin: calc(80/750 * 100vw) calc(40/750 * 100vw) 0;
  }
}
main .home02 .link .btn {
  width: 310px;
}
@media screen and (max-width: 768px) {
  main .home02 .link .btn {
    width: auto;
    display: block;
    margin: 0 auto;
  }
}
main .home02 .banner {
  text-align: center;
  background: url(../img/home/leaf02.png) center top no-repeat;
  background-size: 1177px;
  padding-top: 90px;
  /*position: absolute;*/ /*修正*/
  /*top: 856px;*/ /*修正*/
  width: 100%;
  /*left: auto;*/ /*修正*/
  margin-top: 90px; /*修正*/
}
main .home02 .banner.fix {
  position: fixed;
  width: 100%;
  top: 1020px;
}
@media screen and (max-width: 768px) {
  main .home02 .banner.fix {
    position: static;
    width: auto;
    top: auto;
  }
}
main .home02 .banner.fix2 {
  position: fixed;
  top: 1204px;
}
@media screen and (max-width: 768px) {
  main .home02 .banner.fix2 {
    position: static;
    top: auto;
  }
}
main .home02 .banner.last {
  top: 8190px;
}
@media screen and (max-width: 768px) {
  main .home02 .banner.last {
    top: auto;
  }
}
@media screen and (max-width: 768px) {
  main .home02 .banner {
    position: static;
    top: 0;
    width: auto;
    background: none;
    padding-top: 0;
    margin: 75px calc(40/750 * 100vw) 0;
  }
}
@media screen and (max-width: 375px) {
  main .home02 .banner {
    margin: calc(150/750 * 100vw) calc(40/750 * 100vw) 0;
  }
}
main .home02 .banner a {
  display: block;
  margin-left: -13px;
}
@media screen and (max-width: 768px) {
  main .home02 .banner a {
    margin-left: 0;
  }
}
main .home02 .banner a.change {
  position: relative;
  opacity: 1.0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
main .home02 .banner a.change img.offimg {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
main .home02 .banner a.change img.onimg {
  opacity: 1.0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  margin-left: -507px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  main .home02 .banner a.change img.onimg {
    display: none;
  }
}
main .home02 .banner a.change:hover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 1.0;
}
main .home02 .banner a.change:hover img.offimg {
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
main .home02 .banner a.change:hover img.onimg {
  opacity: 1.0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
main .home02 .banner a img {
  width: 1014px;
}
@media screen and (max-width: 768px) {
  main .home02 .banner a img {
    width: auto;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  }
}

main .home02 .home02_in .block .block_in.js__active { /*修正*/
  display: block; /*修正*/
} /*修正*/

/*追加ここから*/

/*アニメーション*/
main .home02 .home02_in .block .text .flex,
main .home02 .home02_in .block .text > p,
main .home02 .home02_in .block .img,
main .home02 .home02_in .block .text:before {
  transition: .5s ease-out;
  transition-delay: .1s;
  opacity: 0;
}

/*block01*/
main .home02 .home02_in .block .block01 .text .flex {
  transform: translateX(-50px);
}
main .home02 .home02_in .block .block01.js__active .text .flex {
  animation: showRight .5s ease-out 0s forwards;
}
main .home02 .home02_in .block .block01 .text > p {
  transform: translateX(50px);
}
main .home02 .home02_in .block .block01.js__active .text > p {
  animation: showLeft .5s ease-out 0s forwards;
}
main .home02 .home02_in .block .block01 .img {
  transform: translateX(50px);
}
main .home02 .home02_in .block .block01.js__active .img {
   animation: showLeft .5s ease-out 0s forwards;
}
main .home02 .home02_in .block .block01 .text:before {
  transform: translateY(10px);
}
main .home02 .home02_in .block .block01.js__active .text:before {
  animation: showUp .5s ease-out 0s forwards;
}

/*block02*/
main .home02 .home02_in .block .block02 .text .flex {
  transform: translateX(-50px);
}
main .home02 .home02_in .block .block02.js__active .text .flex {
  animation: showRight .5s ease-out 0s forwards;
}
main .home02 .home02_in .block .block02 .text > p {
  transform: translateX(50px);
}
main .home02 .home02_in .block .block02.js__active .text > p {
  animation: showLeft .5s ease-out 0s forwards;
}
main .home02 .home02_in .block .block02 .img {
  transform: translateX(50px);
}
main .home02 .home02_in .block .block02.js__active .img {
   animation: showLeft .5s ease-out 0s forwards;
}
main .home02 .home02_in .block .block02 .text:before {
  transform: translateY(10px);
}
main .home02 .home02_in .block .block02.js__active .text:before {
  animation: showUp .5s ease-out 0s forwards;
}

/*block03*/
main .home02 .home02_in .block .block03 .text .flex {
  transform: translateX(-50px);
}
main .home02 .home02_in .block .block03.js__active .text .flex {
  animation: showRight .5s ease-out 0s forwards;
}
main .home02 .home02_in .block .block03 .text > p {
  transform: translateX(50px);
}
main .home02 .home02_in .block .block03.js__active .text > p {
  animation: showLeft .5s ease-out 0s forwards;
}
main .home02 .home02_in .block .block03 .img {
  transform: translateX(50px);
}
main .home02 .home02_in .block .block03.js__active .img {
   animation: showLeft .5s ease-out 0s forwards;
}
main .home02 .home02_in .block .block03 .text:before {
  transform: translateY(10px);
}
main .home02 .home02_in .block .block03.js__active .text:before {
  animation: showUp .5s ease-out 0s forwards;
}

/*block04*/
main .home02 .home02_in .block .block04 .text .flex {
  transform: translateX(-50px);
}
main .home02 .home02_in .block .block04.js__active .text .flex {
  animation: showRight .5s ease-out 0s forwards;
}
main .home02 .home02_in .block .block04 .text > p {
  transform: translateX(50px);
}
main .home02 .home02_in .block .block04.js__active .text > p {
  animation: showLeft .5s ease-out 0s forwards;
}
main .home02 .home02_in .block .block04 .img {
  transform: translateX(50px);
}
main .home02 .home02_in .block .block04.js__active .img {
   animation: showLeft .5s ease-out 0s forwards;
}
main .home02 .home02_in .block .block04 .text:before {
  transform: translateY(10px);
}
main .home02 .home02_in .block .block04.js__active .text:before {
  animation: showUp .5s ease-out 0s forwards;
}

@keyframes showLeft{
    from{
        opacity: 0;
        transform: translateX(50px);
    }
    to{
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes showRight{
    from{
        opacity: 0;
        transform: translateX(-50px);
    }
    to{
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes showUp{
    from{
        opacity: 0;
        transform: translateY(10px);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}


.home_nav { position: absolute; bottom: 50px; left: 50%; transform: translateX(-50%); display: flex; width: 645px; justify-content: space-between; z-index: 5; }
.home_nav li { width: 150px; }
.home_nav a { display: block; color: #8b6c2e; text-align: center; line-height: 1.3; padding-bottom: 20px; opacity: .65; transition: .5s ease-out; position: relative; }
.home_nav a:hover, .home_nav a.js__active { opacity: 1; }
.home_nav a:after { content: ""; width: 150px; height: 5px; display: block; background: #8b6c2e; position: absolute; bottom: 0; left: 0; border-radius: 5px; }
.home_nav span.num { font-size: 1.67em; display: block; }
.home_nav span.title { font-size: .8em; display: block; }

@media screen and (max-width: 768px) {
  .home_nav { display: none; }
}

/*追加ここまで*/

main .home03 {
  background: #fff url(../img/home/home03_bg.jpg) center 0 no-repeat;
  background-size: cover;
}
main .home03.fix {
  position: fixed;
  top: 1100px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  main .home03.fix {
    position: relative;
  }
}
main .home03 .inblock {
  padding: 115px 0 170px;
}
@media screen and (max-width: 768px) {
  main .home03 .inblock {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 375px) {
   main .home03 .inblock {
    padding-top: calc(140/750 * 100vw);
    padding-bottom: calc(140/750 * 100vw);
  }
}
main .home03 h3 {
  border-bottom: 0;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 35px;
  letter-spacing: 0.08em;
  margin-bottom: 76px;
}
@media screen and (max-width: 768px) {
  main .home03 h3 {
    font-size: calc(50/750 * 100vw);
    font-size: calc(1.375rem + ((1vw - 3.2px) * 4.2553));
    font-size: 25px;
    font-family: "notoserif", serif;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 321px) {
  main .home03 h3 {
    font-size: 22px;
  }
}
main .home03 .box {
  margin-top: 50px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  main .home03 .box {
    margin: 0 calc(80/750 * 100vw);
    border-top: 1px solid #af9b73;
    padding: 40px 0;
  }
}
@media screen and (max-width: 375px) {
  main .home03 .box {
    padding: calc(80/750 * 100vw) 0;
  }
}
main .home03 .box:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  main .home03 .box:first-of-type {
    border-top: 0;
  }
}
main .home03 .box:nth-of-type(even) .ttl, main .home03 .box:nth-of-type(even) p {
  float: right;
}
main .home03 .box:nth-of-type(even) .img {
  float: left;
}
@media screen and (max-width: 768px) {
  main .home03 .box:nth-of-type(even) .ttl, main .home03 .box:nth-of-type(even) p, main .home03 .box:nth-of-type(even) .img {
    float: none;
  }
}
main .home03 .box .ttl {
  width: 480px;
  font-size: 30px;
  line-height: 1.6;
  padding-bottom: 0.6em;
  margin-bottom: 0.8em;
  margin-top: 40px;
  float: left;
}
@media screen and (max-width: 768px) {
  main .home03 .box .ttl {
    width: auto;
    float: none;
    font-family: "notoserif", serif;
    font-size: calc(38/750 * 100vw);
    font-size: calc(1rem + ((1vw - 3.2px) * 5.3191));
    font-size: 19px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    border-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: calc(40/750 * 100vw);
    margin-left: -1em;
    margin-right: -1em;
  }
}
@media screen and (max-width: 321px) {
  main .home03 .box .ttl {
    font-size: 16px;
  }
}
main .home03 .box p {
  width: 480px;
  font-size: 16px;
  line-height: 2.0;
  float: left;
}
@media screen and (max-width: 768px) {
  main .home03 .box p {
    width: auto;
    float: none;
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: calc(30/750 * 100vw);
    font-size: calc(0.8125rem + ((1vw - 3.2px) * 2.1277));
    font-size: 15px;
    text-align: justify;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
main .home03 .box .img {
  width: 480px;
  float: right;
}
@media screen and (max-width: 768px) {
  main .home03 .box .img {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 375px) {
  main .home03 .box .img {
    margin-bottom: calc(40/750 * 100vw);
  }
}
main .home03 .banner {
  margin-top: 98px;
}
@media screen and (max-width: 768px) {
  main .home03 .banner {
    margin: 45px calc(40/750 * 100vw) 0;
  }
}
@media screen and (max-width: 375px) {
  main .home03 .banner {
    margin: calc(90/750 * 100vw) calc(40/750 * 100vw) 0;
  }
}
main .home03 .banner a.change {
  position: relative;
  opacity: 1.0;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
main .home03 .banner a.change img.offimg {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
main .home03 .banner a.change img.onimg {
  opacity: 1.0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  margin-left: -500px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  main .home03 .banner a.change img.onimg {
    display: none;
  }
}
main .home03 .banner a.change:hover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 1.0;
}
main .home03 .banner a.change:hover img.offimg {
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
main .home03 .banner a.change:hover img.onimg {
  opacity: 1.0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
main .home04 {
  background: #fff url(../img/home/home04_bg.jpg) center 0 no-repeat;
  background-size: cover;
  height: 806px;
}
@media screen and (max-width: 768px) {
  main .home04 {
    height: auto;
  }
}
main .home04 .inblock {
  padding: 95px 0 30px;
}
@media screen and (max-width: 768px) {
  main .home04 .inblock {
    margin: 0 calc(40/750 * 100vw);
    padding: 70px 0;
  }
}
@media screen and (max-width: 375px) {
  main .home04 .inblock {
    padding: calc(140/750 * 100vw) 0;
  }
}
main .home04 h3 {
  border-bottom: 0;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 35px;
  letter-spacing: 0.08em;
  margin-bottom: 65px;
}
@media all and (-ms-high-contrast: none) {
  main .home04 h3 {
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 768px) {
  main .home04 h3 {
    font-family: "notoserif", serif;
    font-size: calc(50/750 * 100vw);
    font-size: calc(1.375rem + ((1vw - 3.2px) * 4.2553));
    font-size: 25px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 375px) {
  main .home04 h3 {
    margin-bottom: calc(80/750 * 100vw);
  }
}
@media screen and (max-width: 321px) {
  main .home04 h3 {
    font-size: 22px;
  }
}
main .home04 .box {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 80px;
}
@media screen and (max-width: 768px) {
  main .home04 .box {
    display: block;
    margin: 0;
  }
}
main .home04 .box .inbox {
  width: 400px;
  text-align: left;
  text-align: justify;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  main .home04 .box .inbox {
    width: auto;
    margin: 40px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main .home04 .box .inbox:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 375px) {
  main .home04 .box .inbox {
    margin: calc(80/750 * 100vw) 0 11vw;
  }
}
main .home04 .box .text {
  width: 226px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  main .home04 .box .text {
    width: calc(428/750 * 100vw);
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
main .home04 .box .text p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  main .home04 .box .text p {
    font-size: calc(30/750 * 100vw);
    font-size: calc(0.8125rem + ((1vw - 3.2px) * 2.1277));
    font-size: 15px;
    text-align: justify;
  }
}
main .home04 .box .text p.p1 {
  color: #8b6c2e;
  margin-bottom: 9px;
}
@media screen and (max-width: 768px) {
  main .home04 .box .text p.p1 {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 375px) {
  main .home04 .box .text p.p1 {
    margin-bottom: calc(16/750 * 100vw);
  }
}
main .home04 .box .img {
  width: 130px;
}
@media screen and (max-width: 768px) {
  main .home04 .box .img {
    width: calc(200/750 * 100vw);
  }
  main .home04 .box .img img {
    width: 100%;
  }
}
main .home04 .link {
  text-align: center;
  margin-top: 40px;
}
main .home04 .link .btn {
  width: 320px;
}
@media screen and (max-width: 768px) {
  main .home04 .link .btn {
    width: auto;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  main .home04 .link {
    margin-top: 0;
  }
}
main .banner_area {
  background: #f9f6ee;
  padding-bottom: 50px;
  margin-top: -36px;
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  main .banner_area {
    background: transparent;
    padding: 0 0 70px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 375px) {
  main .banner_area {
    padding: 0 0 calc(140/750 * 100vw);
  }
}
main .banner_area .banner {
  text-align: center;
  background: url(../img/home/leaf02.png) center top no-repeat;
  background-size: 1177px;
  padding-top: 90px;
  position: relative;
  top: -18px;
}
@media screen and (max-width: 768px) {
  main .banner_area .banner {
    background: none;
    padding-top: 0;
    margin: 0 calc(40/750 * 100vw);
    position: static;
  }
}
main .banner_area .banner a {
  display: block;
  margin-left: -13px;
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 768px) {
  main .banner_area .banner a {
    margin-left: 0;
    width: auto;
  }
}
main .banner_area .banner a img {
  width: 1013px;
}
@media screen and (max-width: 768px) {
  main .banner_area .banner a img {
    width: auto;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  }
}
main .banner_area .banner a.change {
  position: relative;
  opacity: 1.0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
main .banner_area .banner a.change img.offimg {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  left: -6px;
}
main .banner_area .banner a.change img.onimg {
  opacity: 1.0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  margin-left: -506px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  main .banner_area .banner a.change img.onimg {
    display: none;
  }
}
main .banner_area .banner a.change:hover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 1.0;
}
main .banner_area .banner a.change:hover img.offimg {
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
main .banner_area .banner a.change:hover img.onimg {
  opacity: 1.0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

main .home07 .inblock {
  padding: 125px 0;
}
@media screen and (max-width: 768px) {
  main .home07 .inblock {
    padding: 70px 0 0;
  }
}

main .home08 .inblock {
  padding: 125px 0 150px;
}
@media screen and (max-width: 768px) {
  main .home08 .inblock {
  padding: 45px 0 100px;
  border-top: 1px solid #af9b73;
}
}
main .news_d01 {
  padding: 30px 0 160px;
}
@media screen and (max-width: 768px) {
  main .news_d01 {
    padding: calc(80/750 * 100vw) 0 calc(140/750 * 100vw);
  }
}
main .news_d01.home_info .h3 {
  margin-bottom: 70px;
}
main .news_d01 .news_area {
  position: relative;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  main .news_d01 .news_area {
    text-align: left;
    text-align: justify;
    margin: 0 calc(40/750 * 100vw);
  }
}
main .news_d01 .news_area .more {
  font-size: 18px;
  color: #8b6c2e;
  text-align: right;
}
@media screen and (max-width: 768px) {
  main .news_d01 .news_area .more {
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: calc(30/750 * 100vw);
    font-size: calc(0.8125rem + ((1vw - 3.2px) * 2.1277));
    font-size: 15px;
    position: relative;
    top: 0;
    text-align: left;
    text-align: justify;
  }
}
main .news_d01 .news_area .box {
  border-top: 1px solid #af9b73;
  border-bottom: 1px solid #af9b73;
  padding: 70px 0;
  text-align: left;
  text-align: justify;
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  main .news_d01 .news_area .box {
    padding: calc(40/750 * 100vw) 0;
    margin-top: 5vw;
  }
}
main .news_d01 .news_area .box dl.area {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  main .news_d01 .news_area .box dl.area {
    display: block;
    margin-top: calc(20/750 * 100vw);
  }
}
main .news_d01 .news_area .box dl.area:first-of-type {
  margin-top: 0;
}
main .news_d01 .news_area .box dl.area dt {
  width: 150px;
  color: #8b6c2e;
}
@media screen and (max-width: 768px) {
  main .news_d01 .news_area .box dl.area dt {
    width: auto;
  }
}
main .news_d01 .news_area .box dl.area dd {
  width: 850px;
  text-align: left;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  main .news_d01 .news_area .box dl.area dd {
    width: auto;
    margin-top: calc(12/750 * 100vw);
  }
}
main .news_d01 .news_area .box dl.area dd h2 {
  color: #8b6c2e;
  margin-bottom: 34px;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  main .news_d01 .news_area .box dl.area dd h2 {
    margin-bottom: 7vw;
    font-size: calc(38/750 * 100vw);
    font-size: calc(1rem + ((1vw - 3.2px) * 5.3191));
    font-size: 19px;
  }
}
main .news_d01 .news_area .box dl.area dd .text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 768px) {
  main .news_d01 .news_area .box dl.area dd .text {
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
main .news_d01 .news_area .box dl.area dd .text p {
  margin-top: 0.8em;
}
main .news_d01 .news_area .box dl.area dd .text p.right {
  margin-top: 0.5em;
  float: right;
}
@media screen and (max-width: 768px) {
  main .news_d01 .news_area .box dl.area dd .text p.right {
    margin-top: 0.8em;
    float: none;
    text-align: center;
  }
}
main .news_d01 .news_area .box dl.area dd .text p.right img {
  margin: 0 0 0 10px;
}
@media screen and (max-width: 768px) {
  main .news_d01 .news_area .box dl.area dd .text p.right img {
    margin: 0;
  }
}
main .news_d01 .news_area .box dl.area dd .text p.left {
  margin-top: 0.5em;
  float: left;
}
@media screen and (max-width: 768px) {
  main .news_d01 .news_area .box dl.area dd .text p.left {
    margin-top: 0.8em;
    float: none;
    text-align: center;
  }
}
main .news_d01 .news_area .box dl.area dd .text p.left img {
  margin: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  main .news_d01 .news_area .box dl.area dd .text p.left img {
    margin: 0;
  }
}
main .news_d01 .news_area .box dl.area dd .text a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
main .news_d01 .news_area .box dl.area dd .text a:hover {
  color: #8b6c2e;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}