/* reset */
html {
  font-size: 80%;
}
body {
  padding-top: 0;
}
footer {
  width: inherit;
  height: inherit;
  padding: inherit;
  text-align: inherit;
}


/* */



.section-row, .section-row-simple, .column-lead, .column-nav, .column-nav--vol9, .special-content__slide-container__wrapper {
  margin-right: auto;
  margin-left: auto;
}

.img-responsive {
  max-width: 100%;
}

.module__title, .module__button, .module__button--white, .module-cardList__single.new .module-cardList__single__image:after, .module-cardList__single__image__date, .module-footer-social h1, .module-footer-pager .module-footer-pager--prev, .module-footer-pager .module-footer-pager--next, .montecatini .module-cardList__single__title, .column .module-cardList__single__title {
  font-family: 'ACaslonPro', serif;
}

.module__link-text {
  color: #354b98;
}
.module__link-text a {
  color: #354b98;
}

.module__title {
  line-height: 1;
  text-align: center;
  font-weight: normal;
}
.module__title .module__title__english {
  display: block;
}
.module__title .module__title__english__small {
  font-size: 0.8em;
  line-height: 1.4;
}
.module__title .module__title__japanese {
  display: block;
}

.module-key-scroll {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.module__button, .module__button--white {
  box-shadow: 0px 18px 40px 0px rgba(0, 0, 0, 0.2);
}

/* normal button */
.module__button, .module__button--white {
  background-color: #333;
  color: #fff;
  display: block;
  letter-spacing: 2px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  position: relative;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.module__button:after, .module__button--white:after {
  content: ">";
  position: absolute;
  right: 15px;
  -webkit-transform: scaleX(0.5);
      -ms-transform: scaleX(0.5);
          transform: scaleX(0.5);
}
.module__button:hover, .module__button--white:hover {
  opacity: 0.9 !important;
}

.module__button--white {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}
.module__button--white:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* social buttons */
.module__social-buttons .module__social-buttons__single, .module__social-buttons--white .module__social-buttons__single, .module__social-buttons--large .module__social-buttons__single {
  display: inline-block;
}
.module__social-buttons .module__social-buttons__single a, .module__social-buttons--white .module__social-buttons__single a, .module__social-buttons--large .module__social-buttons__single a {
  display: block;
  background-color: #000;
  border-radius: 50%;
}
.module__social-buttons .module__social-buttons__single a path, .module__social-buttons--white .module__social-buttons__single a path, .module__social-buttons--large .module__social-buttons__single a path {
  fill: #fff;
}

.module__social-buttons--white .module__social-buttons__single a {
  background-color: #fff;
}
.module__social-buttons--white .module__social-buttons__single a path {
  fill: #000;
}

.module__movie {
  display: inline-block;
}

.module__movie__main {
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.module__movie__main figure {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.module__movie__main figure::before {
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url("../images/icon-movie-play.png");
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.module__movie__main figure img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.module__movie__main.ready figure {
  background-color: #fff;
}
.module__movie__main.ready figure img {
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.module__movie__main.ready figure:hover img {
  opacity: 0.7;
}
.module__movie__main.ready figure::after {
  content: '';
}
.module__movie__main.play figure {
  display: none;
}

.module__movie__caption {
  font-size: 1.1rem;
  padding-top: 10px;
}

.module-cardList {
  *zoom: 1;
  margin-bottom: 40px;
}
.module-cardList:after {
  content: "";
  display: table;
  clear: both;
}

.module-cardList__single {
  display: block;
  float: left;
}
.module-cardList__single.new .module-cardList__single__image:after {
  background-color: #fff000;
  content: 'NEW';
  color: #333;
  font-weight: bold;
  position: absolute;
  text-align: center;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.module-cardList__single__image {
  position: relative;
  overflow: hidden;
}

.module-cardList__single__image__date {
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1;
}

.module-cardList__single__title {
  font-weight: bold;
}
.module-article-title, .module-article h1 {
  font-weight: normal;
  text-align: center;
  margin-bottom: 40px;
}

.module-article p {
  font-size: 1.1rem;
  line-height: 2;
  margin-bottom: 30px;
}
.module-article figure {
  margin-bottom: 40px;
  text-align: center;
}
.module-article figure img {
  max-width: 100%;
}
.module-article figure figcaption {
  color: #999;
  font-size: 0.85rem;
}
.module-article section {
  margin-bottom: 60px;
}
.module-article .textlink {
  text-decoration: underline;
  color: #666;
}
.module-article .textlink:hover {
  text-decoration: none;
}
.module-article .imgLink {
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  display: block;
}
.module-article .imgLink:hover {
  opacity: 0.7;
}
.module-article .small {
  color: #999;
  font-size: 0.9rem;
}
.module-article .col1 {
  margin-right: auto;
  margin-left: auto;
}
.module-article .col1 figure {
  margin-bottom: 20px;
}
.module-article .cols2 {
  *zoom: 1;
}
.module-article .cols2:after {
  content: "";
  display: table;
  clear: both;
}
.module-article .cols2 .col {
  float: left;
}
.module-article .cols2 figure {
  margin-bottom: 20px;
}
.module-article .text-center {
  text-align: center;
}

.module-footer-social {
  border-top: 1px solid #d1d1d1;
  text-align: center;
}
.module-footer-social h1 {
  font-size: 1.3rem;
  line-height: 1;
  margin-bottom: 30px;
}

.module-footer-pager {
  *zoom: 1;
  background: url("../../assets/images/icon-section-line.png") no-repeat center center;
  border-top: 1px solid #d1d1d1;
}
.module-footer-pager:after {
  content: "";
  display: table;
  clear: both;
}
.module-footer-pager .module-footer-pager--prev, .module-footer-pager .module-footer-pager--next {
  font-weight: bold;
  text-align: center;
  display: block;
}
.module-footer-pager .module-footer-pager--prev {
  background: url("../../assets/images/icon-arrow-left.png") no-repeat left center;
  padding-left: 40px;
  float: left;
}
.module-footer-pager .module-footer-pager--next {
  background: url("../../assets/images/icon-arrow-right.png") no-repeat right center;
  padding-right: 40px;
  float: right;
}

.column-lead {
  font-family: serif;
}

.column-nav ul, .column-nav--vol9 ul {
  *zoom: 1;
}
.column-nav ul:after, .column-nav--vol9 ul:after {
  content: "";
  display: table;
  clear: both;
}
.column-nav ul li, .column-nav--vol9 ul li {
  font-family: 'Quattrocento', serif;
  list-style-type: none;
  float: left;
}
.column-nav ul li .new::before, .column-nav--vol9 ul li .new::before {
  content: 'NEW';
  font-size: 0.5em;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-family: 'Cinzel', serif;
}
.column-nav ul li a, .column-nav--vol9 ul li a, .column-nav ul li span, .column-nav--vol9 ul li span {
  text-align: center;
  display: block;
  position: relative;
  line-height: 1;
  letter-spacing: 2px;
}
.column-nav ul li a, .column-nav--vol9 ul li a {
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  border-bottom: 1px solid #000;
}
.column-nav ul li a:hover, .column-nav--vol9 ul li a:hover {
  opacity: 0.4;
}
.column-nav ul li span, .column-nav--vol9 ul li span {
  border-bottom: 1px solid #ccc;
  color: #ccc;
}
.montecatini h1.news-detail__header__title.module__title, .column h1.news-detail__header__title.module__title {
  line-height: 1.6;
  margin-bottom: 20px;
}
.montecatini .module-article, .column .module-article {
  font-family: serif;
}
.montecatini .module-article h1, .column .module-article h1 {
  font-weight: bold;
}
.montecatini .module-cardList__single__title, .column .module-cardList__single__title {
  font-size: 1.5em;
  line-height: 1.2;
}
.montecatini .module-cardList__single__body, .column .module-cardList__single__body {
  font-family: serif;
}

.templates__global__menu a {
  font-family: "ACaslonPro",serif;
}

.header-global {
  *zoom: 1;
  position: relative;
  font-family: "ACaslonPro",serif;
}
.header-global:after {
  content: "";
  display: table;
  clear: both;
}
.header-global * {
  letter-spacing: 1px;
}
.header-global__logo {
  height: 50px;
  left: 25px;
}
.header-global__logo img {
  height: 100%;
}

.header_global__upper {
  *zoom: 1;
  text-align: right;
}
.header_global__upper:after {
  content: "";
  display: table;
  clear: both;
}

.header_global__upper__social {
  display: inline-block;
  margin-right: 10px;
}

.header_global__upper__languages__wrap {
  position: relative;
  display: inline-block;
  background: #f2f2f2;
}

.header_global__upper__languages__wrap a {
  display: block;
  min-width: 120px;
  padding: 7px 30px 4px 18px;
  font-family: 'ACaslonPro', serif;
  line-height: 1.7;
}

.header_global__upper__languages__wrap a:hover,
.header_global__upper__languages__inner a:hover {
  opacity: 0.5;
  cursor: pointer;
}

.header_global__upper__languages--active:after {
  content: '▼';
  display: inline-block;
  font-size: 0.5rem;
  position: absolute;
  top: 50%;
  right: 10px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media all and (-ms-high-contrast: none) {
  .header_global__upper__languages--active:after {
    font-size: 0.8rem;
  }
}

  .header_global__upper__languages--active:after {
    font-size: 0.8rem\9;
  }

.header_global__upper__languages {
  position: absolute;
  z-index: 1000;
  background: #f2f2f2;
  list-style: none;
}

.header_global__upper__languages__inner {
  text-align: left;
}

.header_global__upper__languages__inner a {
  display: block;
  min-width: 120px;
  padding: 15px 20px 15px 30px;
}

.header_global__upper__links {
  display: inline-block;
}
.header_global__upper__links li {
  list-style-type: none;
  display: inline-block;
}

.header_global__upper__links {
  display: inline-block;
  vertical-align: top;
}
.header_global__upper__links li {
  list-style-type: none;
  display: inline-block;
}

.header_global__upper__links li a {
  letter-spacing: 1px;
}

.footer-global {
  letter-spacing: 1px;
}

.footer-global__upper {
  *zoom: 1;
}
.footer-global__upper:after {
  content: "";
  display: table;
  clear: both;
}

.footer_global__links {
  border: 1px solid #000;
  display: inline-block;
  font-family: "ACaslonPro",serif;
}
.footer_global__links ul {
  line-height: 1;
}
.footer_global__links li {
  display: inline-block;
}
.footer_global__links li:first-child {
  position: relative;
}
.footer_global__links li:first-child::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 1rem;
  background-color: #000;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.footer_global__links a {
  display: inline-block;
  padding: 2px 16px;
  font-size: 0.9rem;
  letter-spacing: 1px;
  font-family: "ACaslonPro",serif;
  line-height: 2;
  letter-spacing: 0.2em;
}

.footer_global__languages {
  float: right;
  margin-top: 24px;
  font-size: 0.9rem;
  line-height: 2;
  list-style: none;
}

.footer_global__languages__inner ,
.footer_global__languages__inner--active {
  display: inline-block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.footer_global__languages__inner a,
.footer_global__languages__inner div,
.footer_global__languages__inner--active a {
  letter-spacing: 0.2em;
  padding: 2px 16px;
}

.footer_global__languages__inner a:hover,
.footer_global__languages__inner div:hover,
.footer_global__languages__inner--active a:hover {
  opacity: 0.7;
}

.footer_global__languages__inner div:hover {
  cursor: pointer;
}

.footer_global__languages__inner--active span {
  padding: 0 0 3px 0.2em;
  border-bottom: 1px solid #000;
}

.footer_global__languages__inner:after,
.footer_global__languages__inner--active:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 1px;
  height: 1rem;
  background: #000;
  transform: translateY(-50%);
}

.footer_global__languages li:last-child:after {
  display: none;
}

.footer-global__copy {
  font-family: "ACaslonPro",serif;
  letter-spacing: 0.1em;
}

.special-content {
  bottom: 0;
  font-family: "ACaslonPro",serif;
  opacity: 0;
  position: fixed;
  width: 100%;
  z-index: 99999;
}

.special-content__title {
  display: inline-block;
  font-weight: 200;
  background-color: #000;
  color: #fff;
  font-size: 0.8rem;
  padding: 1.1em 1.6em;
  letter-spacing: 0.25em;
  border-radius: 10px 10px 0 0;
}

.special-content__inner {
  *zoom: 1;
  background-color: #fff;
}
.special-content__inner:after {
  content: "";
  display: table;
  clear: both;
}

.special-content__slide-container__wrapper {
  position: relative;
}

.special-content__slide-container {
  *zoom: 1;
}
.special-content__slide-container:after {
  content: "";
  display: table;
  clear: both;
}

.special-content__slide__prev, .special-content__slide__next {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.special-content__slide__prev::before, .special-content__slide__next::before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.slick-disabled.special-content__slide__prev, .slick-disabled.special-content__slide__next {
  cursor: default;
}
.slick-disabled.special-content__slide__prev:hover, .slick-disabled.special-content__slide__next:hover {
  opacity: 1;
}
.slick-disabled.special-content__slide__prev::before, .slick-disabled.special-content__slide__next::before {
  border-top-color: #eee;
  border-right-color: #eee;
}

.special-content__slide__prev::before {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}

.special-content__slide__next::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.special-content__inner__slide {
  display: block;
  text-align: center;
  line-height: 1;
  float: left;
  font-family: "ACaslonPro",serif;
}
.special-content__inner__slide img {
  width: 100%;
}

.special-content__inner__slide__image {
  margin-bottom: 1rem;
}

.special-content__inner__slide__title {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.2em;
}

.special-content__inner__slide__date {
  font-size: 0.9rem;
  color: #ccc;
}

@media only screen and (max-width: 767px) {

  .section-row, .section-row-simple, .column-lead, .column-nav, .column-nav--vol9, .special-content__slide-container__wrapper {
    width: 90vw;
  }

  .hidden-sp {
    display: none;
  }

  .module__title {
    font-size: 38px;
    margin-bottom: 30px;
  }

  .module__title .module__title__english {
    padding-bottom: 10px;
  }

  .module__title .module__title__japanese {
    font-size: 14px;
  }

  .module-key-scroll {
    bottom: 10px;
  }

  .module-key-scroll img {
    height: 8px;
  }

  .module__button, .module__button--white {
    width: 60%;
  }

  .module__social-buttons .module__social-buttons__single a, .module__social-buttons--white .module__social-buttons__single a, .module__social-buttons--large .module__social-buttons__single a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
  }

  .module__social-buttons .module__social-buttons__single a img, .module__social-buttons--white .module__social-buttons__single a img, .module__social-buttons--large .module__social-buttons__single a img, .module__social-buttons .module__social-buttons__single a svg, .module__social-buttons--white .module__social-buttons__single a svg, .module__social-buttons--large .module__social-buttons__single a svg {
    width: 40px;
    height: 40px;
  }

  .module__movie__main {
    width: 90vw;
    height: 51vw;
    margin-right: auto;
    margin-left: auto;
  }

  .module__movie__main iframe {
    width: 100%;
    height: 100%;
  }

  .module-cardList__single {
    width: 45vw;
    margin: 0 2vw 30px;
  }

  .module-cardList__single.new .module-cardList__single__image:after {
    font-size: 9px;
    width: 60px;
    height: 60px;
    padding-top: 48px;
    top: -30px;
    left: -30px;
  }

  .module-cardList__single__image img {
    width: 100%;
  }

  .module-cardList__single__image__date {
    font-size: 12px;
    padding: 4px 2px 0;
  }

  .module-cardList__single__title {
    font-size: 1.2em;
    margin: 12px 0;
  }

  .module-article-title, .module-article h1 {
    font-size: 1.8rem;
  }

  .module-article .col1 {
    width: 43vw;
  }

  .module-article .cols2 {
    margin-right: -2vw;
    margin-left: -2vw;
  }

  .module-article .cols2 .col {
    width: 43vw;
    margin-right: 2vw;
    margin-left: 2vw;
  }

  .module-footer-social {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .module-footer-pager {
    background-size: 2rem 2rem;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 10px;
  }

  .module-footer-pager .module-footer-pager--prev, .module-footer-pager .module-footer-pager--next {
    width: 50%;
    background-size: 20%;
    font-size: 1rem;
  }

  .module-footer-pager .module-footer-pager--prev .module-footer-pager__date, .module-footer-pager .module-footer-pager--next .module-footer-pager__date {
    font-size: 0.8rem;
  }

  .module-footer-pager .module-footer-pager--prev {
    padding-left: 20px;
  }

  .module-footer-pager .module-footer-pager--next {
    padding-right: 20px;
  }

  .column-lead {
    font-size: 1.05rem;
    line-height: 1.6;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .column-nav ul li a, .column-nav--vol9 ul li a, .column-nav ul li span, .column-nav--vol9 ul li span {
    font-size: 16px;
    margin: 20px 1% 0;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .column-nav, .column-nav--vol9 {
    width: 94vw;
    margin-bottom: 40px;
  }

  .column-nav ul li, .column-nav--vol9 ul li {
    width: 25%;
  }

  .column-nav--vol9 ul li {
    width: 20%;
  }

  .montecatini h1.news-detail__header__title.module__title, .column h1.news-detail__header__title.module__title {
    font-size: 1.7rem;
  }

  .montecatini .module-cardList__single__title, .column .module-cardList__single__title {
    margin-bottom: 10px;
  }

  .templates__global__menu {
    float: none;
    clear: both;
  }

  .templates__global__menu ul {
    border-top: 1px solid #f1f1f1;
  }

  .templates__global__menu li a,
  .header_global__languages__inner div {
    display: block;
    font-size: 1.2rem;
    padding: 1em 2rem;
    border-bottom: 1px solid #f1f1f1;
    background: url("../images/icon-arrow-nav.png") no-repeat right 1.2em center;
    background-size: 0.7em;
  }

  .header-global {
    margin-top: 4vw;
  }

  .header-global__logo {
    display: inline-block;
    float: left;
    height: 12vw;
    padding-left: 2rem;
    margin-bottom: 4vw;
  }

  .header_global__upper__links {
    margin-right: 1.2rem;
  }


  .header_global__upper__links img {
    height: 12vw;
  }

  .header_global__upper__links li:nth-child(1) {
    margin-right: 0.5rem;
  }

  .header_global__upper__links li:nth-child(2) {
    margin-right: 1rem;
  }

  .header_global__menu,
  .header_global__menu * {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    height: 0;
  }

  .menu-opening .header_global__menu,
  .menu-opening .header_global__menu * {
    opacity: 1;
    height: auto;
  }

  .header_global__languages {
    position: static;
    letter-spacing: -.40em;
    background: #f2f2f2;
  }

  .header_global__languages__inner,
  .header_global__languages__inner--active {
    display: inline-block;
    width: 50%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 1rem;
    text-align: center;
    letter-spacing: normal;
  }

  .header_global__languages li:last-child,
  .header_global__languages li:nth-of-type(2n) {
    border-right: 0;
  }

  .header_global__languages__inner div {
    border-bottom: none;
    cursor: pointer;
  }

  .templates__global__menu .header_global__languages__inner a,
  .templates__global__menu .header_global__languages__inner--active a {
    box-sizing: border-box;
    border: none;
    background: none;
  }

  .header_global__languages__inner--active {
    background: #d1d1d1;
  }

  .popup {
    padding: 7vw;
    background: #fff;
  }

  .popup__title {
    font-size: 1.7rem;
  }

  .popup__link {
    display: inline-block;
    width: 100%;
    padding: 4% 4% 3% 12%;
    background-position: 10vw center;
  }

  .popup__link img {
    position: absolute;
    left: 10vw;
    width: 10vw;
    height: 10vw;
  }

  .footer-global {
    margin: 20vw 0 16vw;
  }

  .footer_global__items {
    margin: 0 auto 8vw;
    width: 90vw;
  }

  .footer_global__links {
    zoom: 1;
    display: block;
    margin: 0 auto 8vw;
    width: 90vw;
  }

  .footer_global__links:after {
    content: "";
    display: table;
    clear: both;
  }

  .footer_global__links li {
    display: block;
    width: 56%;
    float: left;
  }

  .footer_global__links li:last-child {
    width: 43%;
    float: right;
  }

  .footer_global__links a {
    display: block;
    text-align: center;
    padding: 1em 0;
  }
  
  .footer_global__languages {
    float: none;
    font-size: 0.9rem;
    line-height: 2;
    text-align: center;
  }

  .footer_global__social {
    text-align: center;
    margin-bottom: 8vw;
  }

  .footer-global__copy {
    text-align: center;
  }

  .special-content {
    text-align: center;
  }

  .special-content__title {
    margin-left: auto;
    margin-right: auto;
  }

  .special-content__slide-container__wrapper {
    width: 70vw;
  }

  .special-content__slide-container__wrapper {
    padding: 1vw 0 7vw;
  }

  .special-content__slide__prev, .special-content__slide__next {
    width: 7vw;
    height: 7vw;
  }

  .special-content__slide__prev {
    left: -8vw;
  }

  .special-content__slide__next {
    right: -8vw;
  }

  .special-content__inner__slide {
    padding: 7vw 2px 0;
  }

  .special-content__inner__slide__image {
    margin-bottom: 0.7rem;
  }

  .special-content__inner__slide__title {
    font-size: 1rem;
    letter-spacing: 0.1em;
  }

  .special-content__inner__slide__date {
    font-size: 0.8rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {

  .section-row, .section-row-simple, .column-lead, .column-nav, .column-nav--vol9, .special-content__slide-container__wrapper {
    width: 740px;
  }

  .column-nav ul li a, .column-nav--vol9 ul li a, .column-nav ul li span, .column-nav--vol9 ul li span {
    font-size: 18px;
    padding-top: 22px;
    padding-bottom: 12px;
    width: 80px;
  }

  .column-nav, .column-nav--vol9 {
    margin-bottom: 40px;
  }

  .column-nav ul, .column-nav--vol9 ul {
    margin: 0 3px;
  }

  .column-nav ul li, .column-nav--vol9 ul li {
    margin: 0 4px;
  }

  .column-nav--vol9 ul li a, .column-nav--vol9 ul li span {
    width: 73px;
  }

  .special-content__slide__prev, .special-content__slide__next {
    bottom: 3rem;
  }
}

@media only screen and (min-width: 1080px) {

  .section-row, .section-row-simple, .column-lead, .column-nav, .column-nav--vol9, .special-content__slide-container__wrapper {
    width: 1080px;
  }

  .column-lead {
    padding: 0 120px;
  }

  .column-nav ul li a, .column-nav--vol9 ul li a, .column-nav ul li span, .column-nav--vol9 ul li span {
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 12px;
    width: 123px;
  }

  .column-nav, .column-nav--vol9 {
    margin-bottom: 60px;
  }

  .column-nav ul, .column-nav--vol9 ul {
    margin: 0 9px;
  }

  .column-nav ul li, .column-nav--vol9 ul li {
    margin: 0 4px;
  }

  .column-nav--vol9 ul li a, .column-nav--vol9 ul li span {
    width: 110px;
  }

  .special-content__slide__prev, .special-content__slide__next {
    bottom: 3.5rem;
  }
}

@media only screen and (min-width: 768px) {

  .section-row-simple {
    width: 840px;
  }

  .hidden-tb-pc {
    display: none;
  }

  .module__title {
    font-size: 62px;
    margin-bottom: 45px;
  }

  .module__title .module__title__english {
    padding-bottom: 20px;
  }

  .module__title .module__title__japanese {
    font-size: 19px;
  }

  .module-key-scroll {
    bottom: 50px;
  }

  .module-key-scroll img {
    height: 10px;
  }

  a.module-cardList__single, .module-footer-pager .module-footer-pager--prev, .module-footer-pager .module-footer-pager--next {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }

  a.module-cardList__single:hover, .module-footer-pager .module-footer-pager--prev:hover, .module-footer-pager .module-footer-pager--next:hover {
    opacity: 0.8 !important;
  }

  .module__button, .module__button--white {
    width: 270px;
    font-size: 15px;
  }

  .module__social-buttons .module__social-buttons__single a, .module__social-buttons--white .module__social-buttons__single a, .module__social-buttons--large .module__social-buttons__single a {
    margin: 0 2px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .module__social-buttons .module__social-buttons__single a img, .module__social-buttons--white .module__social-buttons__single a img, .module__social-buttons--large .module__social-buttons__single a img, .module__social-buttons .module__social-buttons__single a svg, .module__social-buttons--white .module__social-buttons__single a svg, .module__social-buttons--large .module__social-buttons__single a svg {
    width: 30px;
    height: 30px;
  }

  .module__social-buttons .module__social-buttons__single a:hover, .module__social-buttons--white .module__social-buttons__single a:hover, .module__social-buttons--large .module__social-buttons__single a:hover {
    opacity: 0.7;
  }

  .module__social-buttons--large .module__social-buttons__single a {
    margin: 0 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .module__social-buttons--large .module__social-buttons__single a img, .module__social-buttons--large .module__social-buttons__single a svg {
    width: 40px;
    height: 40px;
  }

  .module-cardList__single {
    padding: 13px;
    margin-bottom: 20px;
    width: 356px;
  }

  .module-cardList__single.new .module-cardList__single__image:after {
    font-size: 14px;
    width: 120px;
    height: 120px;
    padding-top: 95px;
    top: -60px;
    left: -60px;
  }

  a.module-cardList__single:hover .module-cardList__single__image img {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition-duration: 1s;
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
  }

  .module-cardList__single__image {
    height: 350px;
    overflow: hidden;
  }

  .module-cardList__single__image__date {
    font-size: 15px;
    padding: 12px 12px 4px;
  }

  .module-cardList__single__text {
    height: 18rem;
  }

  .module-cardList__single__title {
    font-size: 1.5em;
    margin: 20px 0;
  }

  .module-article-title, .module-article h1 {
    font-size: 2rem;
  }

  .module-article .imgLink:nth-child(2n + 1) {
    padding-left: 80px;
  }

  .module-article .imgLink:nth-child(2n) {
    padding-right: 80px;
  }

  .module-article .imgLink:nth-child(1):last-child {
    padding-right: 40px;
    padding-left: 40px;
  }

  .module-article .col1 {
    width: 400px;
  }

  .module-article .cols2 {
    margin-right: -20px;
    margin-left: -20px;
  }

  .module-article .cols2 .col {
    width: 400px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .module-footer-social {
    padding-top: 60px;
    margin-bottom: 60px;
  }

  .module-footer-pager {
    padding-top: 65px;
    padding-bottom: 65px;
    margin-bottom: 60px;
  }

  .module-footer-pager .module-footer-pager--prev, .module-footer-pager .module-footer-pager--next {
    width: 420px;
    font-size: 1.2rem;
  }

  .module-footer-pager .module-footer-pager--prev .module-footer-pager__date, .module-footer-pager .module-footer-pager--next .module-footer-pager__date {
    font-size: 1rem;
  }

  .column-lead {
    font-size: 1.25rem;
    letter-spacing: 1px;
    margin-bottom: 30px;
  }

  .montecatini .news-detail__header, .column .news-detail__header {
    margin-bottom: 40px;
  }

  .montecatini h1.news-detail__header__title.module__title, .column h1.news-detail__header__title.module__title {
    font-size: 2.6rem;
  }

  .montecatini .module-cardList__single__title, .column .module-cardList__single__title {
    margin-bottom: 10px;
  }

  .templates__global__menu li {
    display: inline-block;
    text-align: right;
  }

  .templates__global__menu li a {
    display: inline-block;
    font-size: 0.9rem;
    letter-spacing: 0.2em;
    padding: 30px 0 25px;
    margin: 0 15px;
    position: relative;
    line-height: 1;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .templates__global__menu li a:hover {
    opacity: 0.7;
  }

  .templates__global__menu li a.active {
    border-bottom: 2px solid #000;
  }

  .header-global__logo {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .header_global__upper__links {
    background-color: #000;
  }

  .header_global__upper__links li {
    display: inline-block;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
  }

  .header_global__upper__links li:first-child a::after {
    content: "";
    background-color: #494949;
    height: 12px;
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }

  .header_global__upper__links li a {
    font-family: "ACaslonPro",serif;
    color: #fff;
    display: inline-block;
    padding: 3px 25px;
    position: relative;
    line-height: 2;
    letter-spacing: 1px;
    font-size: 12px;
  }

  .header_global__menu {
    float: right;
    padding-left: 150px;
  }

  .footer-global {
    margin: 30px 25px 0;
  }

  .footer_global__menu {
    float: left;
    margin-right: 30px;
  }
  
  .footer_global__items {
    float: left;
    width: 500px;
  }

  .footer_global__items:after {
    content: '';
    display: block;
    clear: both;
  }

  .footer_global__links {
    margin-top: 20px;
  }

  .footer_global__links a {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .footer_global__links a:hover {
    opacity: 0.7;
  }

  .footer_global__social {
    display: inline-block;
    margin-top: 20px;
    float: right;
  }

  .footer-global__copy {
    line-height: 1;
    margin: 60px 0 1.1rem;
    text-align: right;
  }

  .footer-global__copy small {
    font-size: 0.9rem;
  }

  .special-content__title {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    margin-left: 25px;
    cursor: pointer;
  }

  .special-content__title:hover {
    background-color: #555;
  }

  .special-content__inner {
    padding: 30px 0;
  }

  .special-content__slide__prev, .special-content__slide__next {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    width: 36px;
    height: 36px;
    cursor: pointer;
  }

  .special-content__slide__prev:hover, .special-content__slide__next:hover {
    opacity: 0.7;
  }

  .special-content__slide__prev {
    left: -40px;
  }

  .special-content__slide__next {
    right: -40px;
  }

  .special-content__inner__slide {
    width: 212px;
    margin: 0 2px;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .special-content__inner__slide:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {

  .module-cardList {
    margin-right: -4vw;
    margin-left: -4vw;
  }
}

@media only screen and (max-width: 1079px) {

  .header-global {
    width: 100%;
  }
}


  .special-content__inner__slide__image.new div {
	 position: relative;
	 overflow: hidden;
	 }
  .special-content__inner__slide__image.new div:after {
  background-color: #cca5cb;
  content: 'NEW';
  color: #333;
  font-weight: bold;
  position: absolute;
  text-align: center;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  }
  .special-content__inner__slide__image.new div:after {
    font-size: 9px;
    width: 60px;
/*    height: 60px;*/
    padding-top: 48px;
    top: -30px;
    left: -30px;
  }