.page_pamphlet_wrap {
  background-color: #213864;
  color: white;
}
@media screen and (min-width: 769px) {
  .page_pamphlet_wrap {
    padding-top: 140px;
    padding-bottom: 100px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .page_pamphlet_wrap {
    padding-top: 100px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 769px) {
  .page_pamphlet.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 910px;
  }
}
.page_pamphlet_header {
  text-align: center;
}
.page_pamphlet_header + * {
  margin-top: 46px;
  padding-top: 0;
}
.page_pamphlet_header .ttl {
  font-weight: 700;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .page_pamphlet_header .ttl {
    font-size: 14px;
  }
}
.page_pamphlet_header .ttl > .en {
  display: block;
  font-size: 34px;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .page_pamphlet_header .ttl > .en {
    font-size: 27px;
    margin-bottom: 3px;
  }
}
.page_pamphlet_intro {
  text-align: center;
}
.page_pamphlet_intro .ttl {
  font-weight: 700;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .page_pamphlet_intro .ttl {
    font-size: 10px;
  }
}
.page_pamphlet_intro .ttl + * {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .page_pamphlet_intro .ttl + * {
    margin-top: 20px;
  }
}
.page_pamphlet_intro .ttl > em {
  font-style: normal;
  display: block;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .page_pamphlet_intro .ttl > em {
    font-size: 24px;
  }
}
.page_pamphlet_intro .text {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 768px) {
  .page_pamphlet_intro .text {
    font-size: 11px;
    line-height: 1.6363636364;
  }
}
.page_pamphlet_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 66px;
}
@media screen and (max-width: 768px) {
  .page_pamphlet_gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
  }
}
.page_pamphlet_gallery .menu {
  text-decoration: none;
  border: 1px solid #ffffff;
  background-color: #213864;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 10px;
  padding: 12px 0 10px;
  position: relative;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.02em;
  cursor: pointer;
  -webkit-transition: 0.24s ease;
  transition: 0.24s ease;
}
@media screen and (min-width: 769px) {
  .page_pamphlet_gallery .menu {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media screen and (max-width: 768px) {
  .page_pamphlet_gallery .menu {
    border-top: none;
    border-left: none;
    border-right: none;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 10px;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 12px;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .page_pamphlet_gallery .menu:nth-of-type(1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .page_pamphlet_gallery .menu:nth-of-type(1) {
    border-top: 1px solid #ffffff;
  }
}
.page_pamphlet_gallery .menu .en {
  display: block;
  font-size: 15px;
  letter-spacing: 0;
  margin-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .page_pamphlet_gallery .menu .en {
    font-size: 14px;
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 768px) {
  .page_pamphlet_gallery .menu::after {
    content: "";
    background: url(/wp-content/themes/toyota_usec/img/pamphlet/icon_chevron-down.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto 0;
    width: 20px;
    height: 12px;
  }
}
.page_pamphlet_gallery .menu.is-on {
  background-color: #ffffff;
  color: #213864;
}
@media screen and (min-width: 769px) {
  .page_pamphlet_gallery .menu.is-on {
    pointer-events: none;
  }
}
.page_pamphlet_gallery .menu.is-on::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
}
@media screen and (max-width: 768px) {
  .page_pamphlet_gallery .menu.is-on::after {
    content: "";
    background-image: url(/wp-content/themes/toyota_usec/img/pamphlet/icon_xmark.png);
    width: 17px;
    height: 17px;
  }
}
.page_pamphlet_gallery .content {
  display: none;
  margin-top: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page_pamphlet_gallery .content {
    margin-top: 15px;
  }
}
.page_pamphlet_gallery .content.is-on {
  display: block;
}
@media screen and (max-width: 768px) {
  .page_pamphlet_gallery .content.is-on {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 50px;
  }
}
.page_pamphlet_gallery .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}
.page_pamphlet_gallery .grid > * {
  padding-left: 20px;
  padding-bottom: 20px;
  width: 33%;
}
@media screen and (max-width: 768px) {
  .page_pamphlet_gallery .grid {
    margin-left: -15px;
    margin-bottom: -15px;
  }
  .page_pamphlet_gallery .grid > * {
    padding-left: 15px;
    padding-bottom: 15px;
    width: 33%;
  }
}
.page_pamphlet_gallery .grid .img {
  overflow: hidden;
  display: block;
  cursor: pointer;
  position: relative;
}
.page_pamphlet_gallery .grid .img::before {
  content: "";
  display: block;
  padding-top: 66%;
}
@media screen and (min-width: 769px) {
  .page_pamphlet_gallery .grid .img:hover img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
.page_pamphlet_gallery .grid img {
  position: absolute;
  top: 0;
  left: 0;
  height:100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .page_pamphlet_gallery .grid img {
    -webkit-transform: scale(1.0000001);
            transform: scale(1.0000001);
    -webkit-transition: -webkit-transform 0.24s ease;
    transition: -webkit-transform 0.24s ease;
    transition: transform 0.24s ease;
    transition: transform 0.24s ease, -webkit-transform 0.24s ease;
    will-change: transform;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
.page_pamphlet_modal {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.24s ease;
  transition: 0.24s ease;
}
.page_pamphlet_modal.is-active {
  opacity: 1;
  pointer-events: all;
}
.page_pamphlet_modal .inner {
  overflow: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 60px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.24s ease;
  transition: 0.24s ease;
}
@media screen and (max-width: 768px) {
  .page_pamphlet_modal .inner {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 40px 15px;
  }
}
.page_pamphlet_modal.is-active .inner {
  opacity: 1;
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}
.page_pamphlet_modal .close {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page_pamphlet_modal .close::before, .page_pamphlet_modal .close::after {
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.page_pamphlet_modal .close::before {
  width: 1px;
  height: 100%;
}
.page_pamphlet_modal .close::after {
  width: 100%;
  height: 1px;
}
.page_pamphlet_modal .carousel {
  width: 100%;
  max-width: 1260px;
  max-height: 100%;
}
.page_pamphlet_modal .carousel .slick-arrow {
  border: none;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  cursor: pointer;
  font-size: 0;
  width: 40px;
  height: 40px;
  padding: 30px 45px 30px 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .page_pamphlet_modal .carousel .slick-arrow {
    padding: 16px 20px;
    width: 28px;
    height: 28px;
    -webkit-transform: translate(0);
            transform: translate(0);
    top: calc(100% + 30px);
  }
}
.page_pamphlet_modal .carousel .slick-arrow::before, .page_pamphlet_modal .carousel .slick-arrow::after {
  content: "";
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 22px;
  height: 22px;
}
.page_pamphlet_modal .carousel .slick-arrow::before {
  left: 10px;
}
.page_pamphlet_modal .carousel .slick-arrow.slick-prev {
  left: -45px;
}
@media screen and (max-width: 768px) {
  .page_pamphlet_modal .carousel .slick-arrow.slick-prev {
    left: 10px;
  }
}
.page_pamphlet_modal .carousel .slick-arrow.slick-prev::before, .page_pamphlet_modal .carousel .slick-arrow.slick-prev::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.page_pamphlet_modal .carousel .slick-arrow.slick-next {
  right: -45px;
}
@media screen and (max-width: 768px) {
  .page_pamphlet_modal .carousel .slick-arrow.slick-next {
    right: 10px;
  }
}
.page_pamphlet_modal .carousel .slick-arrow.slick-next::before, .page_pamphlet_modal .carousel .slick-arrow.slick-next::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}/*# sourceMappingURL=style.css.map */