@charset "UTF-8";
.sp-show {
  display: none;
}
@media (max-width: 767px) {
  .sp-show {
    display: block;
  }
}

.pc-show {
  display: block;
}
@media (max-width: 767px) {
  .pc-show {
    display: none;
  }
}

.nowrap {
  white-space: nowrap;
  display: inline-block;
}

footer {
  border-top: 1px solid #000;
  padding: 60px 0 70px;
}
footer .nobr {
  display: none;
}
footer .left {
  color: #999999;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
}
footer .left .ins {
  margin-right: 15px;
  padding-top: 2px;
}
footer .left p {
  padding-top: 50px;
}
footer .left span {
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
}
footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1560px;
}
footer .foot-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .foot-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer .foot-link a:hover {
  color: #FE2C55;
  fill: #FE2C55;
}
footer .foot-link a svg {
  width: 18px;
  height: 18px;
}
footer .page-logo {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer .page-logo:hover {
  opacity: 0.7;
}
footer .page-logo div {
  max-width: 68px;
  margin: 0 auto 20px;
}
footer .page-logo figure {
  max-width: 400px;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  footer .page-logo figure {
    max-width: 340px;
  }
}
footer .right {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
@media (max-width: 1280px) {
  footer .right {
    font-size: 14px;
  }
}
footer .right .tel {
  margin-top: 5px;
}
footer .right .tel b {
  font-weight: 600;
  font-size: 20px;
}
footer .right .time {
  font-size: 14px;
  color: #666;
}
@media (max-width: 1280px) {
  footer .nobr {
    display: block;
  }
}
@media (max-width: 1199px) {
  footer .page-logo div {
    max-width: 45px;
  }
  footer .page-logo figure {
    max-width: 230px;
  }
}
@media (max-width: 1023px) {
  footer {
    padding: 50px 0;
  }
  footer .foot-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .inner > div {
    width: 100%;
  }
  footer .inner .middle {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  footer .inner .left {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: center;
  }
  footer .inner .left p {
    padding-top: 30px;
  }
  footer .inner .right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 40px 0;
  }
}

.mainpage {
  margin-top: 188px;
}
@media (max-width: 1280px) {
  .mainpage {
    margin-top: 148px;
  }
}
@media (max-width: 767px) {
  .mainpage {
    margin-top: 110px;
  }
}

.inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
}

.page-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-bg .page-title {
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(33.33%, #fff), color-stop(66.66%, transparent));
  -webkit-mask-image: linear-gradient(to right, #fff 33.33%, transparent 66.66%);
          mask-image: -webkit-gradient(linear, left top, right top, color-stop(33.33%, #fff), color-stop(66.66%, transparent));
          mask-image: linear-gradient(to right, #fff 33.33%, transparent 66.66%);
  -webkit-mask-size: 300% 100%;
          mask-size: 300% 100%;
  -webkit-mask-position: 100% 0%;
          mask-position: 100% 0%;
}
.page-bg .page-title.normalanimate {
  -webkit-mask-position: 0% 0%;
          mask-position: 0% 0%;
  -webkit-transition: -webkit-mask-position 2s ease;
  transition: -webkit-mask-position 2s ease;
  transition: mask-position 2s ease;
  transition: mask-position 2s ease, -webkit-mask-position 2s ease;
}
.page-bg .page-img {
  margin-right: -240px;
}
.page-bg .page-img div {
  position: relative;
  border-radius: calc(60% - 60% * var(--value));
  overflow: hidden;
}
.page-bg .page-img .left {
  width: 408px;
}
.page-bg .page-img .right {
  width: 408px;
  margin-top: 50px;
  margin-left: 60px;
}
@media (max-width: 1800px) {
  .page-bg .page-img {
    margin-right: -100px;
  }
}
@media (max-width: 1500px) {
  .page-bg .page-img {
    margin-right: 0;
  }
  .page-bg .page-img .left {
    width: 370px;
  }
  .page-bg .page-img .right {
    width: 370px;
  }
}
@media (max-width: 1280px) {
  .page-bg .page-img .left {
    width: 300px;
  }
  .page-bg .page-img .right {
    width: 300px;
  }
}
@media (max-width: 1199px) {
  .page-bg .page-img .right {
    margin-top: 45px;
    margin-left: 45px;
  }
}
@media (max-width: 1023px) {
  .page-bg .page-img .left, .page-bg .page-img .right {
    width: 200px;
  }
  .page-bg .page-img .right {
    margin-top: 30px;
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .page-bg .page-img .right {
    display: none;
  }
  .page-bg .page-img .left {
    width: 150px;
  }
  .page-bg .page-img .right {
    margin-top: 20px;
    margin-left: 20px;
  }
}

.page-ttl {
  position: relative;
  padding-top: 180px;
  line-height: 1;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(33.33%, #fff), color-stop(66.66%, transparent));
  -webkit-mask-image: linear-gradient(to right, #fff 33.33%, transparent 66.66%);
          mask-image: -webkit-gradient(linear, left top, right top, color-stop(33.33%, #fff), color-stop(66.66%, transparent));
          mask-image: linear-gradient(to right, #fff 33.33%, transparent 66.66%);
  -webkit-mask-size: 300% 100%;
          mask-size: 300% 100%;
  -webkit-mask-position: 100% 0%;
          mask-position: 100% 0%;
}
.page-ttl.normalanimate {
  -webkit-mask-position: 0% 0%;
          mask-position: 0% 0%;
  -webkit-transition: -webkit-mask-position 2s ease;
  transition: -webkit-mask-position 2s ease;
  transition: mask-position 2s ease;
  transition: mask-position 2s ease, -webkit-mask-position 2s ease;
}
.page-ttl::after {
  content: "";
  width: 1px;
  height: 175px;
  background-color: #000;
  position: absolute;
  left: 8px;
  bottom: 50px;
}
.page-ttl h2 {
  font-size: 80px;
  padding-bottom: 20px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
}
.page-ttl span {
  font-size: 24px;
}
@media (max-width: 1500px) {
  .page-ttl {
    padding-top: 130px;
  }
}
@media (max-width: 1280px) {
  .page-ttl {
    padding-top: 50px;
  }
}
@media (max-width: 1199px) {
  .page-ttl h2 {
    font-size: 60px;
  }
  .page-ttl span {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .page-ttl h2 {
    font-size: 45px;
  }
  .page-ttl span {
    font-size: 16px;
  }
  .page-ttl::after {
    bottom: 30px;
    height: 115px;
  }
}
@media (max-width: 767px) {
  .page-ttl {
    padding-top: 40px;
  }
  .page-ttl h2 {
    font-size: 33px;
    padding-bottom: 15px;
  }
  .page-ttl:after {
    bottom: 20px;
    height: 60px;
  }
}

.about-story {
  text-align: center;
}

.page-title {
  text-align: center;
  line-height: 1;
}
.page-title h2 {
  font-size: 50px;
  padding-bottom: 20px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
}
.page-title span {
  font-size: 20px;
}
@media (max-width: 1199px) {
  .page-title h2 {
    font-size: 45px;
  }
}
@media (max-width: 1023px) {
  .page-title h2 {
    font-size: 30px;
  }
  .page-title span {
    font-size: 16px;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-text {
  font-size: 16px;
}
.about-text p {
  line-height: 2;
  padding: 50px 0 35px;
  transition: opacity 0.6s linear 0.3s, transform 0.9s cubic-bezier(0.41, 0.64, 0.46, 0.99) 0.3s, -webkit-transform 0.9s cubic-bezier(0.41, 0.64, 0.46, 0.99) 0.3s;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
.about-text p.normalanimate {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
@media (max-width: 767px) {
  .about-text p {
    line-height: 1.8;
  }
}
.about-text .en {
  color: #ada8a8;
  line-height: 1.625;
  transition: opacity 0.6s linear 0.3s, transform 0.9s cubic-bezier(0.41, 0.64, 0.46, 0.99) 0.3s, -webkit-transform 0.9s cubic-bezier(0.41, 0.64, 0.46, 0.99) 0.3s;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
.about-text .en.normalanimate {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
@media (max-width: 1199px) {
  .about-text {
    font-size: 14px;
  }
  .about-text p {
    padding: 30px 0 20px;
  }
}
@media (max-width: 767px) {
  .about-text .en {
    font-size: 12px;
  }
}

.about-story {
  padding: 245px 40px 150px;
  position: relative;
}
.about-story .pos {
  position: absolute;
  right: 0;
  bottom: -15px;
  max-width: 376px;
}
@media (max-width: 1800px) {
  .about-story .pos {
    bottom: -38px;
    max-width: 300px;
  }
}
@media (max-width: 1600px) {
  .about-story .pos {
    bottom: -15px;
    max-width: 235px;
  }
}
@media (max-width: 1280px) {
  .about-story .pos {
    bottom: 0;
    max-width: 210px;
  }
}
@media (max-width: 1199px) {
  .about-story {
    padding: 150px 40px;
  }
  .about-story .pos {
    bottom: 15px;
    max-width: 180px;
  }
}
@media (max-width: 1023px) {
  .about-story {
    padding: 100px 40px;
  }
  .about-story .pos {
    position: static;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .about-story {
    padding: 60px 20px 50px;
  }
}

.about-philosophy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-philosophy .box {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 0 18.75% 0 11%;
}
@media (max-width: 1800px) {
  .about-philosophy .box {
    padding: 0 18.75% 0 8%;
  }
}
@media (max-width: 1600px) {
  .about-philosophy .box {
    padding: 0 10%;
  }
}
@media (max-width: 1500px) {
  .about-philosophy .box {
    padding: 0 8%;
  }
}
.about-philosophy figure {
  width: 50%;
}
.about-philosophy .page-title {
  text-align: left;
}
@media (max-width: 1199px) {
  .about-philosophy .box {
    padding: 0 5%;
  }
}
@media (max-width: 1023px) {
  .about-philosophy {
    display: block;
    padding: 0 40px;
  }
  .about-philosophy .page-title, .about-philosophy .about-text {
    text-align: center;
  }
  .about-philosophy figure {
    width: 100%;
    margin: 0 auto;
  }
  .about-philosophy .box {
    padding: 30px 0 0;
  }
}
@media (max-width: 767px) {
  .about-philosophy {
    padding: 0 20px;
  }
}

.about-makes {
  margin-top: 200px;
}
.about-makes .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-makes .flex {
  margin-right: -280px;
}
.about-makes .flex img {
  max-width: 317px;
}
.about-makes .flex div:last-child {
  margin-top: 80px;
  margin-left: 50px;
}
@media (max-width: 1800px) {
  .about-makes .flex {
    margin-right: -100px;
  }
}
@media (max-width: 1500px) {
  .about-makes .flex {
    margin-right: 0;
  }
  .about-makes .flex img {
    max-width: 290px;
  }
}
.about-makes .page-title {
  text-align: left;
}
.about-makes .about-text {
  max-width: 388px;
}
.about-makes .box {
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .about-makes {
    margin-top: 150px;
  }
  .about-makes .flex div:last-child {
    margin-top: 50px;
    margin-left: 40px;
  }
  .about-makes .box {
    padding-top: 10px;
  }
  .about-makes .flex img {
    max-width: 200px;
  }
}
@media (max-width: 1023px) {
  .about-makes {
    margin-top: 100px;
  }
  .about-makes .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-makes .page-title, .about-makes .about-text {
    text-align: center;
  }
  .about-makes .box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 30px;
  }
  .about-makes .flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-makes .about-text {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .about-makes {
    margin-top: 50px;
  }
  .about-makes .flex div:last-child {
    margin-top: 20px;
    margin-left: 20px;
  }
}

.about-company {
  margin-top: 150px;
}
.about-company .inner {
  max-width: 1080px;
}
.about-company .content {
  font-size: 16px;
  line-height: 1.875;
  padding-top: 55px;
  color: #000;
}
.about-company .content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ebebeb;
  padding: 23px 0;
  transition: opacity 0.6s linear 0.3s, transform 0.9s cubic-bezier(0.41, 0.64, 0.46, 0.99) 0.3s, -webkit-transform 0.9s cubic-bezier(0.41, 0.64, 0.46, 0.99) 0.3s;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
.about-company .content dl.normalanimate {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.about-company .content dl dt {
  min-width: 280px;
  padding-left: 18px;
}
.about-company .content dl:last-child {
  border-bottom: 1px solid #ebebeb;
}
@media (max-width: 1023px) {
  .about-company {
    margin-top: 100px;
  }
  .about-company .content {
    font-size: 14px;
    padding-top: 30px;
  }
  .about-company .content dl dt {
    min-width: 170px;
  }
}
@media (max-width: 767px) {
  .about-company {
    margin-top: 60px;
  }
  .about-company .content {
    font-size: 12px;
  }
  .about-company .content dl {
    padding: 10px 0;
  }
  .about-company .content dl dt {
    min-width: 120px;
    padding-left: 0;
  }
}

.about-message {
  margin: 145px auto 150px;
}
.about-message .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-message .left figure {
  padding-top: 230px;
}
.about-message .page-title {
  text-align: left;
}
.about-message .about-text {
  min-width: 320px;
  max-width: 320px;
}
.about-message .middle {
  margin-left: 120px;
  margin-right: 70px;
  min-width: 420px;
}
.about-message .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1199px) {
  .about-message {
    margin: 150px auto;
  }
  .about-message .left figure {
    padding-top: 150px;
  }
  .about-message .middle {
    margin-left: 50px;
    margin-right: 50px;
    min-width: 300px;
  }
}
@media (max-width: 1023px) {
  .about-message {
    margin: 60px auto;
  }
  .about-message .page-title {
    text-align: center;
  }
  .about-message .inner {
    display: block;
  }
  .about-message .left figure {
    padding-top: 30px;
  }
  .about-message .about-text p {
    padding-top: 0;
  }
  .about-message .right {
    padding-top: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about-message .middle {
    margin-left: 0;
    margin-right: 30px;
    min-width: 180px;
  }
  .about-message .about-text {
    max-width: 100%;
    min-width: auto;
  }
}
@media (max-width: 767px) {
  .about-message .right {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .about-message .middle {
    min-width: 120px;
    margin-right: 20px;
  }
}

.access-address {
  margin: 200px auto 160px;
}
.access-address .access-map {
  height: 512px;
}
.access-address .access-map iframe {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.access-address .access-map iframe:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.access-address .content {
  padding-top: 110px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
.access-address .content > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #ebebeb;
  padding: 30px 0 30px 18px;
  transition: opacity 0.6s linear 0.3s, transform 0.9s cubic-bezier(0.41, 0.64, 0.46, 0.99) 0.3s, -webkit-transform 0.9s cubic-bezier(0.41, 0.64, 0.46, 0.99) 0.3s;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
.access-address .content > div.normalanimate {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.access-address .content > div.start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.access-address .content > div.start .middle > div {
  padding-bottom: 10px;
}
.access-address .content > div.start .middle > div:last-child {
  padding-bottom: 0;
}
.access-address .content > div.start .right > div {
  padding-bottom: 10px;
}
.access-address .content > div.start .right > div:last-child {
  padding-bottom: 0;
}
.access-address .content > div.mag {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.access-address .content > div.mag .middle > div {
  padding-bottom: 25px;
}
.access-address .content > div.mag .middle > div:last-child {
  padding-bottom: 0;
}
.access-address .content > div.mag .right > div {
  padding-bottom: 25px;
}
.access-address .content > div.mag .right > div:last-child {
  padding-bottom: 0;
}
.access-address .content > div:last-child {
  border-bottom: 1px solid #ebebeb;
}
.access-address .content .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.access-address .content .left {
  min-width: 270px;
}
.access-address .content .left span {
  display: block;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #ada8a8;
}
.access-address .content .right {
  min-width: 440px;
  max-width: 440px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #ada8a8;
  line-height: 1.7;
  padding-left: 20px;
}
@media (max-width: 1199px) {
  .access-address .content .left {
    min-width: 130px;
  }
}
@media (max-width: 1023px) {
  .access-address {
    margin: 60px auto;
  }
  .access-address .access-map {
    height: 400px;
  }
  .access-address .content {
    padding-top: 30px;
  }
  .access-address .content > div {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .access-address .content > div.mag {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .access-address .content > div.mag .middle > div {
    padding-bottom: 10px;
  }
  .access-address .content > div.mag .right > div {
    padding-bottom: 10px;
  }
  .access-address .content .box {
    display: block;
  }
  .access-address .content .left {
    min-width: 150px;
  }
  .access-address .content .right {
    padding-left: 0;
    padding-top: 10px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .access-address .access-map {
    height: 250px;
  }
  .access-address .content {
    font-size: 12px;
  }
  .access-address .content .left {
    min-width: 130px;
  }
  .access-address .content > div {
    padding: 10px 0;
  }
  .access-address .content .right {
    min-width: auto;
    padding-top: 5px;
  }
}

.contact-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 190px;
}
.contact-us .left {
  max-width: 327px;
}
.contact-us .middle {
  max-width: 350px;
}
.contact-us .right {
  max-width: 320px;
  color: #000;
  transition: opacity 0.6s linear 0.3s, transform 0.9s cubic-bezier(0.41, 0.64, 0.46, 0.99) 0.3s, -webkit-transform 0.9s cubic-bezier(0.41, 0.64, 0.46, 0.99) 0.3s;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
.contact-us .right.normalanimate {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.contact-us .address {
  line-height: 1.857;
}
.contact-us .address span {
  display: block;
  color: #ada8a8;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
}
.contact-us h2 {
  font-size: 60px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(33.33%, #fff), color-stop(66.66%, transparent));
  -webkit-mask-image: linear-gradient(to right, #fff 33.33%, transparent 66.66%);
          mask-image: -webkit-gradient(linear, left top, right top, color-stop(33.33%, #fff), color-stop(66.66%, transparent));
          mask-image: linear-gradient(to right, #fff 33.33%, transparent 66.66%);
  -webkit-mask-size: 300% 100%;
          mask-size: 300% 100%;
  -webkit-mask-position: 100% 0%;
          mask-position: 100% 0%;
}
.contact-us h2.normalanimate {
  -webkit-mask-position: 0% 0%;
          mask-position: 0% 0%;
  -webkit-transition: -webkit-mask-position 2s ease;
  transition: -webkit-mask-position 2s ease;
  transition: mask-position 2s ease;
  transition: mask-position 2s ease, -webkit-mask-position 2s ease;
}
.contact-us .about-text {
  font-size: 18px;
}
.contact-us .about-text p {
  line-height: 1.888;
  padding: 130px 0 30px;
}
.contact-us .about-text .en {
  font-size: 16px;
  line-height: 1.625;
}
.contact-us .phone {
  font-size: 16px;
}
.contact-us .phone b {
  display: block;
  font-size: 30px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  line-height: 1.2;
}
.contact-us .tel {
  color: #ada8a8;
  padding: 20px 0;
  line-height: 26px;
}
.contact-us .tel b {
  color: #000;
  font-size: 16px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  display: block;
}
.contact-us .tel b big {
  font-size: 20px;
}
@media (max-width: 1199px) {
  .contact-us .left {
    max-width: 310px;
  }
  .contact-us .middle {
    max-width: 325px;
    padding: 0 20px;
  }
  .contact-us .right {
    max-width: 288px;
  }
  .contact-us .about-text {
    font-size: 16px;
  }
  .contact-us .about-text p {
    line-height: 1.8;
    padding: 70px 0 30px;
  }
}
@media (max-width: 1023px) {
  .contact-us {
    display: block;
    margin-top: 100px;
  }
  .contact-us .left {
    max-width: 100%;
  }
  .contact-us .middle {
    padding: 0;
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .contact-us {
    margin-top: 60px;
  }
  .contact-us h2 {
    font-size: 30px;
  }
  .contact-us .phone {
    font-size: 14px;
  }
  .contact-us .phone b {
    font-size: 26px;
  }
  .contact-us .about-text {
    font-size: 14px;
  }
  .contact-us .about-text .en {
    font-size: 12px;
  }
  .contact-us .about-text p {
    padding: 30px 0 20px;
  }
}
@media (max-width: 500px) {
  .contact-us .middle, .contact-us .right {
    max-width: 100%;
  }
}

.contact-form {
  margin: 140px auto 160px;
  text-align: center;
  color: #000;
}
.contact-form .red {
  color: #e40202;
  font-size: 14px;
}
.contact-form p {
  font-size: 16px;
  line-height: 2.125;
  padding-top: 50px;
  transition: opacity 0.6s linear 0.3s, transform 0.9s cubic-bezier(0.41, 0.64, 0.46, 0.99) 0.3s, -webkit-transform 0.9s cubic-bezier(0.41, 0.64, 0.46, 0.99) 0.3s;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
.contact-form p.normalanimate {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
@media (max-width: 1023px) {
  .contact-form p {
    font-size: 14px;
  }
}
.contact-form .ope-form {
  max-width: 900px;
  margin: 60px auto 50px;
}
.contact-form .ope-form .item {
  display: block;
  padding: 15px 0;
  text-align: left;
  transition: opacity 0.6s linear 0.3s, transform 0.9s cubic-bezier(0.41, 0.64, 0.46, 0.99) 0.3s, -webkit-transform 0.9s cubic-bezier(0.41, 0.64, 0.46, 0.99) 0.3s;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
.contact-form .ope-form .item.normalanimate {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.contact-form .ope-form .item .title {
  width: 100%;
  min-width: auto;
  padding-right: 0;
  text-align: left;
  line-height: 1;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.contact-form .ope-form .item .title span {
  font-size: 14px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  color: #ada8a8;
  padding-left: 10px;
  padding-right: 7px;
}
.contact-form .ope-form .item .title em {
  font-style: normal;
  color: #e40202;
  font-family: "游ゴシック", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E;
}
.contact-form .ope-form .item:last-child {
  padding-top: 30px;
  padding-bottom: 0;
}
.contact-form .ope-form .item input[type=text], .contact-form .ope-form .item input[type=email], .contact-form .ope-form .item input[type=tel], .contact-form .ope-form .item input[type=number], .contact-form .ope-form .item select, .contact-form .ope-form .item textarea {
  background-color: #fafafa;
  border: 1px solid #ededed;
  resize: none;
  padding: 20px;
}
.contact-form input::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder {
  color: #b2b2af;
}
.contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder {
  color: #b2b2af;
}
.contact-form input:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder {
  color: #b2b2af;
}
.contact-form input::-ms-input-placeholder, .contact-form textarea::-ms-input-placeholder {
  color: #b2b2af;
}
.contact-form input::placeholder, .contact-form textarea::placeholder {
  color: #b2b2af;
}
.contact-form .ope-form .opeform-item .opeform-submit {
  max-width: 200px;
  margin: 0 auto;
  height: 65px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  background-color: #000;
}
.contact-form .ope-form .opeform-item .opeform-submit:hover {
  -webkit-animation-name: push;
          animation-name: push;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.contact-form .ope-form .opeform-item.multi-btn [data-action=send] {
  background-color: #FE2C55;
}
@media (max-width: 767px) {
  .contact-form {
    margin: 60px auto;
  }
  .contact-form .ope-form .item input[type=text], .contact-form .ope-form .item input[type=email], .contact-form .ope-form .item input[type=tel], .contact-form .ope-form .item input[type=number], .contact-form .ope-form .item select, .contact-form .ope-form .item textarea {
    padding: 15px;
  }
  .contact-form p {
    padding-top: 30px;
  }
  .contact-form .ope-form {
    margin: 20px auto 0;
  }
  .contact-form .ope-form .opeform-item .opeform-submit {
    height: 45px;
  }
  .contact-form .ope-form .item:last-child {
    padding-top: 15px;
  }
}

.page-thanks {
  margin: 150px auto;
}
.page-thanks .thanks-messagge {
  text-align: center;
  line-height: 2;
  font-size: 20px;
}
.page-thanks .list-link a {
  width: 22%;
  margin: 50 auto 0;
  color: #fff;
  background-color: #000;
  line-height: 1.5;
  padding: 1.3% 0px;
  cursor: pointer;
  position: relative;
  border-radius: 30px;
  display: block;
  text-align: center;
  margin-top: 5%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-thanks .list-link a:hover {
  text-decoration: none;
  -webkit-animation-name: push;
          animation-name: push;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
@media (max-width: 767px) {
  .page-thanks {
    margin: 60px auto;
  }
  .page-thanks .thanks-messagge {
    text-align: center;
    line-height: 1.8;
    font-size: 16px;
  }
  .page-thanks .list-link a {
    width: 50%;
    padding: 3.5% 0;
    margin-top: 8%;
  }
}

@-webkit-keyframes push {
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes push {
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.category-content {
  margin: 200px auto 160px;
}
.category-content .inner {
  max-width: 1080px;
}
.category-content .topics-main.loading2 .topics-list {
  opacity: 0;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
}
.category-content .topics-main .topics-list {
  -webkit-transition: opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
  will-change: opacity;
}
.category-content .topics-main .topics-list > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
.category-content .topics-main .topics-list > a::after {
  content: "";
  display: block;
  width: 12px;
  height: 20px;
  background: url(../img/news/arrow-right.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25px;
}
.category-content .topics-main .topics-list > a figure {
  width: 120px;
  height: 88px;
  margin-right: 45px;
}
.category-content .topics-main .topics-list > a figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
.category-content .topics-main .topics-list > a:hover {
  text-decoration: none;
}
.category-content .topics-main .topics-list > a:first-child {
  border-top: 1px solid #ebebeb;
}
.category-content .filter-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 74px;
}
.category-content .filter-nav ul li {
  cursor: pointer;
  margin-right: 10px;
  background-color: #f5f5f5;
  font-size: 18px;
  color: #000;
  line-height: 1;
  padding: 10px 18px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.category-content .filter-nav ul li.current, .category-content .filter-nav ul li:hover {
  background-color: #000;
  color: #fff;
}
.category-content .top {
  line-height: 1;
}
.category-content .top span {
  background-color: #f5f5f5;
  color: #000;
  padding: 9px 18px;
  margin-left: 25px;
  border-radius: 5px;
}
.category-content time {
  color: #999999;
}
.category-content .tit {
  color: #000;
  padding-top: 25px;
}
.category-content .next {
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}
.category-content .next a, .category-content .next span {
  display: inline-block;
  margin: 0 5px;
}
@media (max-width: 767px) {
  .category-content .next {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media (max-width: 1023px) {
  .category-content .topics-main .topics-list > a figure {
    margin-right: 20px;
  }
  .category-content .topics-main .topics-list > a .right {
    margin-right: 40px;
  }
  .category-content .topics-main .topics-list > a::after {
    right: 0;
  }
}
@media (max-width: 767px) {
  .category-content {
    margin: 60px auto;
  }
  .category-content .filter-nav ul {
    margin-bottom: 30px;
  }
  .category-content .filter-nav ul li {
    font-size: 14px;
  }
  .category-content .tit {
    padding-top: 15px;
  }
  .category-content .topics-main .topics-list > a {
    padding: 20px 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .category-content .topics-main .topics-list > a::after {
    display: none;
  }
  .category-content .topics-main .topics-list > a .right {
    margin-right: 0;
    font-size: 12px;
  }
  .category-content .topics-main .topics-list > a .right .top {
    display: block;
  }
  .category-content .topics-main .topics-list > a .right .top time {
    display: block;
  }
  .category-content .topics-main .topics-list > a .right .top span {
    display: inline-block;
    margin: 10px 0 0;
  }
  .category-content .topics-main .topics-list > a figure {
    min-width: 100px;
  }
}

.page-featured {
  margin: 150px auto;
}
.page-featured .single-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.page-featured h2 {
  font-size: clamp(20px, -82.6667px + 9.3333vw, 48px);
}
.page-featured .single-n-tl img {
  width: 100%;
}
.page-featured .single-n-ct {
  line-height: 1.8;
}
.page-featured .single-n-ct h2 {
  font-size: clamp(20px, -82.6667px + 9.3333vw, 30px);
}
.page-featured .single-n-ct img {
  margin-top: 20px;
}
.page-featured .single-n-ct p {
  padding-top: 20px;
}
.page-featured .single-n-ct h2, .page-featured .single-n-ct h3 {
  padding-top: 30px;
}
.page-featured .single-main {
  max-width: 768px;
  margin: 40px auto 0;
}
@media (max-width: 767px) {
  .page-featured {
    margin: 60px auto;
  }
  .page-featured .single-n-tl img {
    width: 100%;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
.pagination .page-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 20px;
}
.pagination .page-links a.current {
  color: #e40202;
}
.pagination .prev-pagi, .pagination .next-pagi {
  background-color: #f5f5f5;
  color: #000;
  padding: 9px 25px;
}
.pagination .prev-pagi:hover, .pagination .next-pagi:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .pagination {
    margin-top: 30px;
  }
  .pagination .page-links {
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pagination .prev-pagi, .pagination .next-pagi {
    padding: 9px 18px;
  }
}

/* animate */
.page-title.normalmove {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(33.33%, #fff), color-stop(66.66%, transparent));
  -webkit-mask-image: linear-gradient(to right, #fff 33.33%, transparent 66.66%);
          mask-image: -webkit-gradient(linear, left top, right top, color-stop(33.33%, #fff), color-stop(66.66%, transparent));
          mask-image: linear-gradient(to right, #fff 33.33%, transparent 66.66%);
  -webkit-mask-size: 300% 100%;
          mask-size: 300% 100%;
  -webkit-mask-position: 100% 0%;
          mask-position: 100% 0%;
}
.page-title.normalmove.normalanimate {
  -webkit-mask-position: 0% 0%;
          mask-position: 0% 0%;
  -webkit-transition: -webkit-mask-position 2s ease;
  transition: -webkit-mask-position 2s ease;
  transition: mask-position 2s ease;
  transition: mask-position 2s ease, -webkit-mask-position 2s ease;
}

a.back {
  display: block;
  text-align: center;
  max-width: 130px;
  margin: 40px 0 0;
  background-color: #000;
  color: #fff;
  border-radius: 50px;
  padding: 10px;
  text-transform: uppercase;
}
a.back:hover {
  text-decoration: none;
  -webkit-animation-name: push;
          animation-name: push;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
@media (max-width: 767px) {
  a.back {
    margin: 30px 0 0;
  }
}

.cammilli-addimg-one {
  position: relative;
  padding-top: 240px;
}
.cammilli-addimg-one .right {
  position: absolute;
  right: 0;
  top: 80px;
  max-width: 370px;
}
.cammilli-addimg-one .left {
  position: absolute;
  left: 0;
  bottom: -390px;
  max-width: 362px;
}
@media (max-width: 1820px) {
  .cammilli-addimg-one .left {
    bottom: -278px;
    max-width: 268px;
  }
  .cammilli-addimg-one .right {
    top: 80px;
    max-width: 320px;
  }
}
@media (max-width: 1700px) {
  .cammilli-addimg-one .left {
    bottom: -235px;
    max-width: 235px;
  }
}
@media (max-width: 1600px) {
  .cammilli-addimg-one .right {
    top: 80px;
    max-width: 250px;
  }
  .cammilli-addimg-one .left {
    bottom: -190px;
    max-width: 200px;
  }
}
@media (max-width: 1400px) {
  .cammilli-addimg-one .left {
    max-width: 168px;
  }
}
@media (max-width: 1280px) {
  .cammilli-addimg-one .left {
    max-width: 130px;
    bottom: -145px;
  }
  .cammilli-addimg-one .right {
    max-width: 220px;
  }
}
@media (max-width: 1199px) {
  .cammilli-addimg-one .left {
    max-width: 175px;
    bottom: -172px;
  }
  .cammilli-addimg-one .right {
    max-width: 220px;
  }
}
@media (max-width: 1024px) {
  .cammilli-addimg-one .right {
    max-width: 180px;
  }
  .cammilli-addimg-one .left {
    max-width: 133px;
  }
}
@media (max-width: 767px) {
  .cammilli-addimg-one {
    padding-top: 0;
  }
  .cammilli-addimg-one .right {
    position: static;
    max-width: 100%;
    padding: 0 20px 30px;
  }
  .cammilli-addimg-one .left {
    position: static;
    max-width: 100%;
    padding: 10px 20px 0;
  }
}

.cmn_t_columns .column.end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.cmn_t_columns .column {
  position: relative;
}
.cmn_t_columns .column .pos {
  position: absolute;
  right: 0;
  top: -250px;
  max-width: 360px;
}
@media (max-width: 1600px) {
  .cmn_t_columns .column .pos {
    max-width: 260px;
  }
}
@media (max-width: 1024px) {
  .cmn_t_columns .column .pos {
    max-width: 170px;
    top: -160px;
  }
}
@media (max-width: 767px) {
  .cmn_t_columns .column .pos {
    top: 10px;
    right: 20px;
    max-width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .cmn_t_columns .column .pos img {
    display: block;
  }
}
@media (max-width: 350px) {
  .cmn_t_columns .column .pos {
    top: 38px;
  }
}

.para_des.width {
  background: url(../img/crivelli/bg1.webp) no-repeat center center/cover;
  padding: 130px 0 135px;
  max-width: 100%;
  position: relative;
  margin-top: 140px;
}
.para_des.width .right {
  max-width: 317px;
  position: absolute;
  top: -85px;
  right: 0;
}
.para_des.width .left {
  max-width: 223px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.para_des p.en {
  color: #ada8a8;
}
@media (max-width: 1500px) {
  .para_des.width .right {
    max-width: 200px;
  }
  .para_des.width .left {
    max-width: 135px;
  }
}
@media (max-width: 1024px) {
  .para_des.width .right {
    max-width: 200px;
  }
  .para_des.width .left {
    max-width: 150px;
  }
}
@media (max-width: 767px) {
  .para_des.width {
    padding: 40px 20px;
    margin-top: 0;
  }
  .para_des.width .right {
    max-width: 300px;
    margin: 0 auto 30px;
    position: static;
  }
  .para_des.width .left {
    max-width: 300px;
    position: static;
    margin: 30px auto 0;
  }
}

.crivelli-bg {
  position: relative;
}
.crivelli-bg .left {
  max-width: 420px;
  position: absolute;
  right: 0;
  top: 40px;
}
.crivelli-bg p {
  transition: opacity 0.6s linear 0.3s, transform 0.9s cubic-bezier(0.41, 0.64, 0.46, 0.99) 0.3s, -webkit-transform 0.9s cubic-bezier(0.41, 0.64, 0.46, 0.99) 0.3s;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
.crivelli-bg p.normalanimate {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.crivelli-bg .cmn-full-video {
  margin-top: 80px;
}
@media (max-width: 1700px) {
  .crivelli-bg .left {
    max-width: 330px;
    top: 65px;
  }
}
@media (max-width: 1500px) {
  .crivelli-bg .left {
    max-width: 290px;
    top: 85px;
  }
}
@media (max-width: 1300px) {
  .crivelli-bg .left {
    max-width: 236px;
    top: 99px;
  }
}
@media (max-width: 1024px) {
  .crivelli-bg .left {
    max-width: 170px;
  }
}
@media (max-width: 767px) {
  .crivelli-bg .left {
    max-width: 110px;
    top: 155px;
  }
}
@media (max-width: 370px) {
  .crivelli-bg .left {
    top: 175px;
  }
}

.visioin .cmn_part_ttl h2 {
  font-size: clamp(30px, 8.1896px + 2.8436vw, 50px);
}
.visioin .cmn_part_ttl h3 {
  font-size: 20px;
}
.visioin .cnt {
  padding-left: 50px;
}
@media (max-width: 1400px) {
  .visioin .cnt {
    padding-left: 0;
  }
}

.visioin.visioin-two {
  position: relative;
}
.visioin.visioin-two .cnt {
  grid-area: b;
  padding-left: 12%;
  max-width: 73%;
}
@media (max-width: 1600px) {
  .visioin.visioin-two .cnt {
    max-width: 100%;
  }
}
.visioin.visioin-two .pic {
  grid-area: a;
  width: calc(100% + 50px);
}
.visioin.visioin-two .pic > div:first-child {
  padding-bottom: 13px;
}
.visioin.visioin-two .pos {
  position: absolute;
  max-width: 290px;
  right: 0;
  bottom: -50px;
}
@media (max-width: 1900px) {
  .visioin.visioin-two .pos {
    max-width: 225px;
  }
}
@media (max-width: 1600px) {
  .visioin.visioin-two .pos {
    max-width: 160px;
    bottom: -190px;
  }
}
@media (max-width: 1300px) {
  .visioin.visioin-two .pos {
    max-width: 150px;
  }
}
@media (max-width: 1199px) {
  .visioin.visioin-two .pos {
    max-width: 140px;
    bottom: -70px;
  }
}
@media (max-width: 1023px) {
  .visioin.visioin-two .pos {
    max-width: 80px;
    bottom: -70px;
  }
}
@media (max-width: 900px) {
  .visioin.visioin-two .pos {
    bottom: -90px;
  }
}
@media (max-width: 850px) {
  .visioin.visioin-two .pos {
    bottom: -100px;
  }
}
@media (max-width: 767px) {
  .visioin.visioin-two .cnt {
    padding-left: 0;
    padding-top: 30px;
  }
  .visioin.visioin-two .pic {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .visioin-three {
    padding-top: 40px;
  }
  .visioin-three .pic {
    grid-area: a;
  }
  .visioin-three .cnt {
    grid-area: b;
    padding-top: 30px;
  }
}

.italian {
  position: relative;
  padding: 190px 0 260px;
}
.italian .right {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 300px;
}
.italian .left {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 300px;
}
@media (max-width: 1800px) {
  .italian {
    margin-bottom: 30px;
  }
  .italian .right {
    max-width: 270px;
  }
}
@media (max-width: 1700px) {
  .italian .right {
    max-width: 230px;
  }
}
@media (max-width: 1023px) {
  .italian .right {
    max-width: 180px;
  }
}
@media (max-width: 767px) {
  .italian {
    padding: 0;
  }
  .italian .right {
    position: static;
    margin: 0 auto 30px;
    max-width: 300px;
  }
  .italian .left {
    position: static;
    margin: 30px auto 0;
  }
}

.cmn_t_columns .column.column_top {
  margin-top: 0;
}
.cmn_t_columns .column_para.left {
  padding-left: 35px;
}
@media (max-width: 1023px) {
  .cmn_t_columns .column_para.left {
    padding-left: 0;
  }
}
.cmn_t_columns .cmn_part_ttl {
  text-align: left;
}
.cmn_t_columns .column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cmn_t_columns .column2 .column_para {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media (max-width: 1800px) {
  .cmn_t_columns .column2 .column_para {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.cmn_t_columns .column2 .column_pic_left {
  max-width: 320px;
}
@media (max-width: 1400px) {
  .cmn_t_columns .column2 .column_pic_left {
    max-width: 250px;
  }
}
@media (max-width: 1023px) {
  .cmn_t_columns .column2 .column_pic_left {
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .cmn_t_columns .column2 {
    display: block;
    padding: 0 20px;
  }
  .cmn_t_columns .column2 .column_pic_left {
    max-width: 300px;
    margin: 0 auto 30px;
  }
}
.cmn_t_columns .column.column-pos {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.cmn_t_columns .column.column-pos .column_para {
  padding-top: 75px;
}
@media (max-width: 1500px) {
  .cmn_t_columns .column.column-pos .column_para {
    padding-top: 0;
  }
}
@media (max-width: 1100px) {
  .cmn_t_columns .column.column-pos .column_para {
    padding-top: 60px;
  }
}
@media (max-width: 1199px) {
  .cmn_t_columns .column.column-pos {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1100px) {
  .cmn_t_columns .column.column-pos {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .cmn_t_columns .column.column-pos .column_para {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 30px;
  }
  .cmn_t_columns .column.column-pos .column_pic {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .cmn_t_columns .column.column-pos .pos2 {
    position: static;
    bottom: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    max-width: 280px;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .cmn_t_columns .column.column-bot .column_para {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .cmn_t_columns .column.column-bot .column_pic {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.cmn_t_columns .pos2 {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 280px;
}
@media (max-width: 1920px) {
  .cmn_t_columns .pos2 {
    bottom: 42px;
  }
}
@media (max-width: 1600px) {
  .cmn_t_columns .pos2 {
    max-width: 150px;
    bottom: 50px;
  }
}
@media (max-width: 1023px) {
  .cmn_t_columns .pos2 {
    bottom: -70px;
  }
}

.cmn_page_hero .hero_slogan .page_ttl {
  max-width: 160px;
}
.cmn_page_hero .hero_slogan .page_ttl.page_ttl-small {
  max-width: 80px;
}
.cmn_page_hero .hero_slogan .page_ttl.page_ttl-big {
  max-width: 200px;
}

.parmigiani-one {
  background: #e5c9bb;
  padding: 110px 0 110px 100px;
  position: relative;
}
.parmigiani-one .right {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
  z-index: 1;
}
.parmigiani-one .right img {
  display: block;
  height: 100%;
}
.parmigiani-one .cmn_part_ttl {
  position: relative;
  z-index: 2;
}
.parmigiani-one .text {
  position: relative;
  z-index: 2;
}
.parmigiani-one p {
  transition: opacity 0.6s linear 0.3s, transform 0.9s cubic-bezier(0.41, 0.64, 0.46, 0.99) 0.3s, -webkit-transform 0.9s cubic-bezier(0.41, 0.64, 0.46, 0.99) 0.3s;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
.parmigiani-one p.normalanimate {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.parmigiani-one p.en {
  color: #ada8a8;
  padding-top: 35px;
}
@media (max-width: 1920px) {
  .parmigiani-one {
    padding: 90px 0 90px 100px;
  }
}
@media (max-width: 1800px) {
  .parmigiani-one {
    padding: 50px 0 50px 100px;
  }
  .parmigiani-one p {
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
  }
  .parmigiani-one p.en {
    color: #ada8a8;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 -1px 0 rgba(0, 0, 0, 0.2);
    padding-top: 35px;
  }
}
@media (max-width: 1600px) {
  .parmigiani-one {
    padding: 50px 0 50px 50px;
  }
  .parmigiani-one .text {
    font-size: 12px;
  }
}
@media (max-width: 1300px) {
  .parmigiani-one .right {
    height: 60%;
    top: 0;
  }
}
@media (max-width: 1200px) {
  .parmigiani-one .right {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .parmigiani-one {
    padding: 0 20px;
    background: transparent;
  }
  .parmigiani-one .text {
    font-size: 14px;
  }
  .parmigiani-one .right {
    display: none;
  }
  .parmigiani-one p {
    text-shadow: none;
  }
  .parmigiani-one p.en {
    text-shadow: none;
  }
}

.parmigiani-two {
  padding-top: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.parmigiani-two p {
  transition: opacity 0.6s linear 0.3s, transform 0.9s cubic-bezier(0.41, 0.64, 0.46, 0.99) 0.3s, -webkit-transform 0.9s cubic-bezier(0.41, 0.64, 0.46, 0.99) 0.3s;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
.parmigiani-two p.normalanimate {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.parmigiani-two .left {
  padding-left: 2%;
  padding-right: 6%;
}
.parmigiani-two .left .text {
  padding: 0 50px;
}
@media (max-width: 1800px) {
  .parmigiani-two .left .text {
    padding: 0;
  }
}
.parmigiani-two .left .cmn_part_ttl {
  padding: 60px 0 20px;
}
@media (max-width: 767px) {
  .parmigiani-two .left .cmn_part_ttl {
    padding: 30px 0 0;
  }
}
@media (max-width: 1500px) {
  .parmigiani-two .left {
    padding-left: 0;
  }
}
.parmigiani-two .right {
  min-width: 50%;
}
@media (max-width: 1200px) {
  .parmigiani-two {
    padding-top: 100px;
  }
  .parmigiani-two .left .text {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .parmigiani-two {
    padding: 50px 20px 0;
    display: block;
  }
  .parmigiani-two .left {
    padding-left: 0;
    padding-right: 0;
  }
  .parmigiani-two .left .text {
    padding: 0;
    margin-bottom: 30px;
  }
}

.parmigiani-three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 130px 0 170px;
}
.parmigiani-three p {
  transition: opacity 0.6s linear 0.3s, transform 0.9s cubic-bezier(0.41, 0.64, 0.46, 0.99) 0.3s, -webkit-transform 0.9s cubic-bezier(0.41, 0.64, 0.46, 0.99) 0.3s;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
.parmigiani-three p.normalanimate {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.parmigiani-three .content {
  width: 70%;
  padding-left: 5%;
  padding-right: 7%;
}
@media (max-width: 1800px) {
  .parmigiani-three .content {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 1200px) {
  .parmigiani-three {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .parmigiani-three {
    display: block;
    padding: 60px 20px;
  }
  .parmigiani-three .content {
    padding: 30px 0 0;
  }
}

.parmigiani-four {
  background: url(../img/parmigiani/bg1.webp) no-repeat center center/cover;
  padding: 120px 0 90px;
  color: #fff;
}
.parmigiani-four p {
  transition: opacity 0.6s linear 0.3s, transform 0.9s cubic-bezier(0.41, 0.64, 0.46, 0.99) 0.3s, -webkit-transform 0.9s cubic-bezier(0.41, 0.64, 0.46, 0.99) 0.3s;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
.parmigiani-four p.normalanimate {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.parmigiani-four .wrapper {
  width: 47%;
  padding-left: 13.53%;
}
@media (max-width: 1800px) {
  .parmigiani-four .wrapper {
    padding-left: 5%;
  }
}
@media (max-width: 1300px) {
  .parmigiani-four .wrapper {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .parmigiani-four {
    padding: 50px 0;
    background-position: 10% 50%;
    position: relative;
  }
  .parmigiani-four:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    position: absolute;
  }
  .parmigiani-four .wrapper {
    width: 100%;
    padding: 0 20px;
    position: relative;
    z-index: 2;
  }
}

.parmigiani-five {
  margin-top: 125px;
  padding-right: 3%;
}
.parmigiani-five .cmn_part_ttl {
  text-align: center;
}
.parmigiani-five .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
  transition: opacity 0.6s linear 0.3s, transform 0.9s cubic-bezier(0.41, 0.64, 0.46, 0.99) 0.3s, -webkit-transform 0.9s cubic-bezier(0.41, 0.64, 0.46, 0.99) 0.3s;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
.parmigiani-five .flex.normalanimate {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.parmigiani-five .flex > div {
  border-right: 1px solid #e1e1e1;
  padding: 20px 40px;
  width: 33.333%;
}
@media (max-width: 1600px) {
  .parmigiani-five .flex > div {
    padding: 20px;
  }
}
.parmigiani-five .flex > div .text {
  max-width: 530px;
  margin: 0 auto;
}
.parmigiani-five .flex > div:first-child {
  border-left: 1px solid #e1e1e1;
}
@media (max-width: 1200px) {
  .parmigiani-five {
    padding: 0 20px;
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .parmigiani-five {
    margin-top: 50px;
  }
  .parmigiani-five .flex {
    margin-top: 30px;
    display: block;
  }
  .parmigiani-five .flex > div {
    width: 100%;
    padding: 20px 0;
    border-right: none;
    border-bottom: 1px solid #e1e1e1;
  }
  .parmigiani-five .flex > div:first-child {
    border-left: none;
  }
}