@charset "utf-8";

/* ======================================================
 * home.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Common
 * - Header
 * - Gnav
 * - Main
 * - Assist
 * - Footer
 * - Page Component
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Common
 * - Header
 * - Gnav
 * - Main
 * - Assist
 * - Footer
 * - Page Component
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- animation ----- */
  /* -js-hero-animation- */
  .js-hero-animation {
    opacity: 0;
    transform : translate(0, 10px);
  }
  .js-hero-animation.show {
    opacity: 1;
    transform : translate(0, 0);
  }
  .a30th-hero-bg ul li.js-hero-animation.show:nth-of-type(1) {
    transition: all 0.6s linear 0.0s;
  }
  .a30th-hero-bg ul li.js-hero-animation.show:nth-of-type(2) {
    transition: all 0.6s linear 0.0s;
  }
  .a30th-hero-bg ul li.js-hero-animation.show:nth-of-type(3) {
    transition: all 0.6s linear 0.3s;
  }
  .a30th-hero-bg ul li.js-hero-animation.show:nth-of-type(4) {
    transition: all 0.6s linear 0.3s;
  }
  .a30th-hero-bg ul li.js-hero-animation.show:nth-of-type(5) {
    transition: all 0.6s linear 0.6s;
  }
  .a30th-hero-bg ul li.js-hero-animation.show:nth-of-type(6) {
    transition: all 0.6s linear 0.6s;
  }
  .a30th-hero-bg ul li.js-hero-animation.show:nth-of-type(7) {
    transition: all 0.6s linear 0.9s;
  }
  .a30th-hero-bg ul li.js-hero-animation.show:nth-of-type(8) {
    transition: all 0.6s linear 0.9s;
  }
  .a30th-hero-logo.js-hero-animation {
    transform : translate(0, 0);
  }
  .a30th-hero-logo.js-hero-animation.show {
    opacity: 1;
    transition: all 1.2s linear 1.2s;
  }
  .a30th-hero-lead.js-hero-animation.show {
    opacity: 1;
    transition: all 1.0s linear 1.5s;
  }
  /* -js-scroll-animation- */
  .js-fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 0.5s linear;
  }
  .fadein02 {
    transition: all 0.5s linear 0.3s;
  }
  .fadein03 {
    transition: all 0.5s linear 0.6s;
  }
  .js-fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
  }
  .tapeon {
    transform : translate(-50px, 0) scale(1.5,1.5) skew(-10deg,-20deg);
  }
  .tapeon.scrollin {
    transform : translate(0, 0) scale(1,1) skew(0deg,0deg);
  }
  /* ----- font ----- */
  
  /* ----- a ----- */
  .a30th-hover-story a{
    background: url(/products/tepra/30th/img/30th_im02_on.png) no-repeat;
    background-size:contain;
    z-index: 1;
  }
  .a30th-hover-story a img {
    opacity: 1;
    transition : all 300ms;
    z-index: 2;
  }
  .a30th-hover-story a:hover img {
    opacity: 0;
  }
  
  /* ----- opacity ----- */
  
  /* ----- transition ----- */
  
  /* ----- sprite ----- */
  
  /* ------------------------------------------------------
   * Header
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Gnav
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Main
  ------------------------------------------------------ */
  .container {
    padding-bottom: 165px;
  }
  /* ------------------------------------------------------
   * Assist
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Footer
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- a30th-hero-layout ----- */
  .a30th-hero-layout .a30th-hero-image {
    position: relative;
  }
  .a30th-hero-layout .a30th-hero-image .a30th-hero-bg {
    position: relative;
    width: 100%;
    height: auto;
    background: #f8f8f8;
    overflow: hidden;
    z-index: 1;
  }
  .a30th-hero-layout .a30th-hero-image .a30th-hero-bg:before {
    content: "";
    display: block;
    padding-top: 36.8%;
  }
  .a30th-hero-layout .a30th-hero-image .a30th-hero-bg ul li {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .a30th-hero-layout .a30th-hero-image .a30th-hero-logo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 340px;
    width: 28.3%;
    max-height: 340px;
    height: 76.9%;
    z-index: 3;
  }
  .a30th-hero-layout .a30th-hero-lead {
    margin-top: 26px;
    text-align: center;
  }
  
  /* ----- a30th-box-layout ----- */
  .a30th-box-layout {
    margin-top: 20px;
    padding: 0 7.75%;
    background: #f8f8f8;
  }
  .a30th-box-layout .column-media {
    margin-top: calc(2.5em - 10px);
  }
  .a30th-box-layout .column-media > .column_image[data-image="left"] {
    margin-right: 45px;
  }
  .a30th-box-layout .column-media > .column_detail {
    padding: 55px 0 1.5em;
  }
  
  /* ----- a30th-section-layout ----- */
  .a30th-section-layout {
    margin-top: 90px;
  }
  .a30th-section-layout:first-of-type {
    margin-top: 59px;
  }
  .a30th-section-heading,
  .a30th-section-lead {
    text-align: center;
  }
  .a30th-section-heading + .a30th-section-lead {
    margin-top: 28px;
  }
  .a30th-section-heading + .a30th-section-lead +* {
    margin-top: 30px;
  }
  .a30th-section-heading + .a30th-section-lead + .a30th-hover-story {
    margin-top: 20px;
  }
  
  /* ----- a30th-history-layout ----- */
  .a30th-history-layout {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 53px;
  }
  .a30th-history-layout:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 2px);
    width: 4px;
    height: 100%;
    background: #cccccc;
  }
  .a30th-history-layout:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: calc(50% - 2px);
    width: 4px;
    height: 88px;
    background: -webkit-linear-gradient(rgba(204,204,204,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(rgba(204,204,204,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(rgba(204,204,204,1) 0%, rgba(255,255,255,1) 100%);
  }
  /* ----- a30th-history-box ----- */
  .a30th-history-box {
    position: relative;
    width: 100%;
    height: auto;
  }
  .a30th-history-box:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .a30th-history-box-inner {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
  }
  /* ----- a30th-history-year ----- */
  .a30th-history-year {
    position: absolute;
    left: calc(50% - 1%);
    width: 16.2%;
  }
  /* ----- a30th-history-item ----- */
  .a30th-history-detail {
    position: absolute;
    display: flex;
    width: 45.3%;
  }
  .a30th-history-detail > div:first-of-type {
    margin: 11px 2em 0 0;
    width: auto;
  }
  .a30th-history-detail > div:first-of-type img {
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
  }
  .a30th-history-detail > div:last-of-type {
    width: 16em;
    min-width: 16em;
    padding: 0.9rem 0 0.7rem 2em;
    border-left: 2px solid #cccccc;
  }
  .a30th-history-label figure{
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
  }
  
  /* a30th-1988 */
  .a30th-1988 {
    height: 32.5%;
  }
  .a30th-1988:before {
    padding-top: 32.5%;
  }
  .a30th-1988 .a30th-history-year {
    top: 7.1%;
  }
  .a30th-1988 .a30th-history-detail {
    top: 34.1%;
    left: 53.5%;
  }
  .a30th-1988 .a30th-history-img {
    position: absolute;
    top: 0;
    left: 6.6%;
    width: 40.8%;
  }
  
  /* a30th-1992 */
  .a30th-1992 {
    margin-top: 53px;
    height: 63.4%;
  }
  .a30th-1992:before {
    padding-top: 63.4%;
  }
  .a30th-1992 .a30th-history-year {
    top: 0%;
  }
  .a30th-1992 .a30th-history-item:first-of-type .a30th-history-detail {
    top: 10.5%;
    left: 6.6%;
    max-width: 43%;
  }
  .a30th-1992 .a30th-history-item:first-of-type .a30th-history-img {
    position: absolute;
    top: 23.7%;
    left: 6.6%;
    width: 47%;
  }
  .a30th-1992 .a30th-history-item:nth-of-type(2) .a30th-history-detail {
    top: 24%;
    left: 56.8%;
  }
  .a30th-1992 .a30th-history-item:nth-of-type(2) .a30th-history-img {
    position: absolute;
    top: 41%;
    left: 59.6%;
    width: 37.5%;
  }
  
  /* a30th-1993 */
  .a30th-1993 {
    height: 17.7%;
  }
  .a30th-1993:before {
    padding-top: 17.7%;
  }
  .a30th-1993 .a30th-history-label figure{
    top: 30.2%;
  }
  .a30th-1993 .a30th-history-label figure img{
    width: 53.3%;
  }
  
  /* a30th-1997 */
  .a30th-1997 {
    height: 48.8%;
    margin-top: 100px;
  }
  .a30th-1997:before {
    padding-top: 48.8%;
  }
  .a30th-1997 .a30th-history-year {
    top: 16.8%;
  }
  .a30th-1997 .a30th-history-detail {
    top: 34.7%;
    left: 53.5%;
  }
  .a30th-1997 .a30th-history-img {
    position: absolute;
    top: 0;
    left: 6.6%;
    width: 41.5%;
  }
  
  /* a30th-2001 */
  .a30th-2001 {
    height: 43.5%;
    margin-top: 50px;
  }
  .a30th-2001:before {
    padding-top: 43.5%;
  }
  .a30th-2001 .a30th-history-year {
    top: 5.4%;
  }
  .a30th-2001 .a30th-history-detail {
    top: 25.7%;
    left: 53.5%;
  }
  .a30th-2001 .a30th-history-img {
    position: absolute;
    top: 0;
    left: 5.2%;
    width: 44.7%;
  }
  
  /* a30th-2002 */
  .a30th-2002 {
    height: 32.5%;
    margin-top: 50px;
  }
  .a30th-2002:before {
    padding-top: 32.5%;
  }
  .a30th-2002 .a30th-history-year {
    top: 7.4%;
  }
  .a30th-2002 .a30th-history-detail {
    top: 34.6%;
    left: 53.5%;
  }
  .a30th-2002 .a30th-history-detail div:first-of-type {
    height: 50px;
  }
  .a30th-2002 .a30th-history-detail div:last-of-type {
    width: 14.5em;
    min-width: 14.5em;
  }
  .a30th-2002 .a30th-history-img {
    position: absolute;
    top: 0;
    left: 6.6%;
    width: 37.7%;
  }
  
  /* a30th-2003 */
  .a30th-2003 {
    height: 19.5%;
    margin-top: 64px;
  }
  .a30th-2003:before {
    padding-top: 19.5%;
  }
  .a30th-2003 .a30th-history-label figure{
    top: 26.5%;
  }
  .a30th-2003 .a30th-history-label figure img{
    width: 54.5%;
  }
  
  /* a30th-2005 */
  .a30th-2005 {
    height: 42.3%;
    margin-top: 100px;
  }
  .a30th-2005:before {
    padding-top: 42.3%;
  }
  .a30th-2005 .a30th-history-year {
    top: 1.6%;
  }
  .a30th-2005 .a30th-history-detail {
    top: 22.2%;
    left: 53.5%;
  }
  .a30th-2005 .a30th-history-detail div:last-of-type {
    width: 14.5em;
    min-width: 14.5em;
  }
  .a30th-2005 .a30th-history-img {
    position: absolute;
    top: 0;
    left: 6.6%;
    width: 42.3%;
  }
  
  /* a30th-2007 */
  .a30th-2007 {
    height: 46%;
    margin-top: 54px;
  }
  .a30th-2007:before {
    padding-top: 46%;
  }
  .a30th-2007 .a30th-history-year {
    top: 10.9%;
  }
  .a30th-2007 .a30th-history-detail {
    top: 29.9%;
    left: 53.5%;
  }
  .a30th-2007 .a30th-history-img {
    position: absolute;
    top: 0;
    left: 6.6%;
    width: 40%;
  }
  
  /* a30th-2013 */
  .a30th-2013 {
    height: 86%;
    margin-top: 20px;
  }
  .a30th-2013:before {
    padding-top: 86%;
  }
  .a30th-2013 .a30th-history-year {
    top: 0;
  }
  .a30th-2013 .a30th-history-label:first-child figure {
    top: 7%;
  }
  .a30th-2013 .a30th-history-item:nth-of-type(2) .a30th-history-detail {
    top: 32%;
    left: 1.6%;
  }
  .a30th-2013 .a30th-history-item:nth-of-type(2) .a30th-history-detail > div:last-of-type {
    width: 17em;
    min-width: 17em;
  }
  .a30th-2013 .a30th-history-item:nth-of-type(2) .a30th-history-img {
    position: absolute;
    top: 43%;
    left: 8.6%;
    width: 35%;
  }
  .a30th-2013 .a30th-history-item:nth-of-type(3) .a30th-history-detail {
    top: 42%;
    left: 56.8%;
  }
  
  .a30th-2013 .a30th-history-item:nth-of-type(3) .a30th-history-img {
    position: absolute;
    top: 56%;
    left: 58%;
    width: 39.2%;
  }
  
  /* a30th-2015 */
  .a30th-2015 {
    height: 40%;
    margin-top: 20px;
  }
  .a30th-2015:before {
    padding-top: 40%;
  }
  .a30th-2015 .a30th-history-year {
    top: 17%;
  }
  .a30th-2015 .a30th-history-label figure{
    top: 7.7%;
  }
  .a30th-2015 .a30th-history-label figure img{
    width: 55.3%;
  }
  .a30th-2015 .a30th-history-detail {
    top: 42%;
    left: 53.5%;
  }
  .a30th-2015 .a30th-history-detail div:last-of-type {
    width: 14.5em;
    min-width: 14.5em;
  }
  .a30th-2015 .a30th-history-img {
    position: absolute;
    top: 5%;
    left: 6.6%;
    width: 35%;
  }
  
  /* a30th-2018 */
  .a30th-2018 {
    height: 20.2%;
    margin-top: 50px;
  }
  .a30th-2018:before {
    padding-top: 20.2%;
  }
  .a30th-2018 .a30th-history-label figure{
    top: 35.5%;
  }
  .a30th-2018 .a30th-history-label figure img{
    width: 56.8%;
  }
  
  /* ----- a30th-banner-layout ----- */
  .a30th-banner-layout {
    margin-top: 160px;
  }
  .a30th-banner-layout .a30th-banner-heading {
    margin-bottom: 1rem;
    font-size: 2.2rem;
    font-weight: bold;
  }
  .a30th-banner-layout > .a30th-banner-heading {
    margin-top: 56px;
  }
  .a30th-banner-layout .column-layout {
    margin-top: 0;
  }
  .a30th-banner-layout .imgover {
    -webkit-transform: translatez(0);
    transform: translatez(0);
  }
  /* ----- story-hero-layout ----- */
  .story-hero-layout {
    position: relative;
    height: auto;
  }
  .story-hero-layout .story-hero-heading {
    position: absolute;
    top: 8.7%;
    width: 57.5%;
    z-index: 2;
  }
  .story-hero-layout .story-hero-image {
    overflow-y: hidden;
    z-index: 1;
  }
  .story-hero-layout .story-hero-image img {
    margin-top: -3.1%;
  }
  /* ----- story-item-layout ----- */
  .story-item-layout {
    margin-top: 53px;
  }
  .story-item-layout:first-of-type {
    margin-top: 0;
  }
  .story-item-layout + .link-text-v2 {
    margin-top: 60px;
  }
  /* ----- story-item-contents ----- */
  .story-item-contents {
    margin-top: 30px;
  }
  .story-item-contents > *:first-of-type {
    margin-top: 0;
  }
  .story-item-contents p {
    text-indent: 1em;
  }
  .story-item-contents .indent-none {
    text-indent: 0;
  }
  .story-item-contents p+.column-media {
    margin-top: 40px;
  } 
  .story-item-contents .column_image {
    width: 38.5%;
  }
  /* ----- story-heading ----- */
  .story-heading {
    text-align: center;
  }
  /* ----- story-col-image ----- */
  .story-col-image01 img {
    border: 10px solid #f8f8f8;
    border-bottom-width: 9px;
  }
  .story-col-image02 img {
    border: 10px solid #f8f8f8;
    border-bottom-width: 0;
  }
  .story-col-image01 .image_caption {
    margin-top: 11px;
    text-align: center;
  }
  .story-col-image02 .image_caption {
    margin: 0;
    padding: 24px 10px 20px;
    background: #f8f8f8;
    color: #0a0a0a;
    font-size: 2rem;
    text-align: center;
    text-indent: 0.7em;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */

@media screen and (min-width: 1921px) {
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .a30th-1992 .a30th-history-item:first-of-type .a30th-history-detail {
    top: calc(10.5% - 1rem);
  }
  .a30th-1992 .a30th-history-item:nth-of-type(2) .a30th-history-detail {
    top: calc(24% - 1rem);
  }
  .a30th-2015 .a30th-history-item:first-of-type .a30th-history-detail {
    top: calc(10.5% - 1rem);
  }
  .a30th-2015 .a30th-history-item:nth-of-type(2) .a30th-history-detail {
    top: calc(24% - 1rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
}



/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- animation ----- */
  /* -js-hero-animation- */
  .js-hero-animation {
    opacity: 0;
    transform : translate(0, 5px);
  }
  .js-hero-animation.show {
    opacity: 1;
    transform : translate(0, 0);
  }
  .a30th-hero-bg ul li.js-hero-animation.show:nth-of-type(1) {
    transition: all 0.6s linear 0.0s;
  }
  .a30th-hero-bg ul li.js-hero-animation.show:nth-of-type(2) {
    transition: all 0.6s linear 0.0s;
  }
  .a30th-hero-bg ul li.js-hero-animation.show:nth-of-type(3) {
    transition: all 0.6s linear 0.3s;
  }
  .a30th-hero-bg ul li.js-hero-animation.show:nth-of-type(4) {
    transition: all 0.6s linear 0.3s;
  }
  .a30th-hero-bg ul li.js-hero-animation.show:nth-of-type(5) {
    transition: all 0.6s linear 0.6s;
  }
  .a30th-hero-bg ul li.js-hero-animation.show:nth-of-type(6) {
    transition: all 0.6s linear 0.6s;
  }
  .a30th-hero-bg ul li.js-hero-animation.show:nth-of-type(7) {
    transition: all 0.6s linear 0.9s;
  }
  .a30th-hero-bg ul li.js-hero-animation.show:nth-of-type(8) {
    transition: all 0.6s linear 0.9s;
  }
  .a30th-hero-logo.js-hero-animation.show {
    opacity: 1;
    transition: all 1.2s linear 1.2s;
  }
  .a30th-hero-lead.js-hero-animation.show {
    opacity: 1;
    transition: all 1.0s linear 1.5s;
  }
  
  /* -js-scroll-animation- */
  .js-fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 0.5s;
  }
  .fadein02 {
    transition: all 0.5s 0.3s;
  }
  .fadein03 {
    transition: all 0.5s 0.6s;
  }
  .js-fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
  }
  .tapeon {
    transform : translate(-50px, 0) scale(1.5,1.5) skew(-10deg,-20deg);
  }
  .tapeon.scrollin {
    transform : translate(0, 0) scale(1,1) skew(0deg,0deg);
  }
  /* ----- font ----- */
  
  /* ----- a ----- */
  
  /* ----- opacity ----- */
  
  /* ----- transition ----- */
  
  /* ----- sprite ----- */
  
  /* ------------------------------------------------------
   * Header
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Gnav
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Main
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Assist
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Footer
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
    /* ----- a30th-hero-layout ----- */
  .a30th-hero-layout {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .a30th-hero-layout .a30th-hero-image {
    position: relative;
  }
  .a30th-hero-layout .a30th-hero-image .a30th-hero-bg {
    position: relative;
    width: 100%;
    height: auto;
    background: #f8f8f8;
  }
  .a30th-hero-layout .a30th-hero-image .a30th-hero-bg:before {
    content: "";
    display: block;
    padding-top: 36.8%;
  }
  .a30th-hero-layout .a30th-hero-image .a30th-hero-bg ul li {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .a30th-hero-layout .a30th-hero-image .a30th-hero-logo {
    position: absolute;
    top: 32.9%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 340px;
    width: 45.3%;
    z-index: 3;
  }
  .a30th-hero-layout .a30th-hero-lead {
    margin-top: 22%;
    padding: 0 15px;
    text-align: center;
  }
  
  /* ----- a30th-box-layout ----- */
  .a30th-box-layout {
    width: calc(100% + 30px);
    margin: 20px 0  0-15px;
    padding: 27px 15px 0;
    background: #f8f8f8;
  }
  .a30th-box-layout .column-media {
    margin-top: 0;
  }
  .a30th-box-layout .column-media > .column_image[data-image="left"] {
    margin-top: 0;
  }
  .a30th-box-layout .column-media > .column_image[data-image="left"] img {
    width: 88.3%;
  }
  .a30th-box-layout .column-media > .column_detail {
  }
  
  /* ----- a30th-section-layout ----- */
  .a30th-section-layout {
    margin-top: 45px;
  }
  .a30th-section-heading,
  .a30th-section-lead {
    text-align: center;
  }
  .a30th-section-heading + .a30th-section-lead {
    margin-top: 14px;
  }
  .a30th-section-heading + .a30th-section-lead +* {
    margin-top: 13px;
  }
  .a30th-section-heading + .a30th-section-lead + .a30th-hover-story {
    margin-top: 22px;
  }
  .a30th-section-layout .link-button {
    max-width: 260px;
    margin: 20px auto 0;
  }
  .a30th-section-layout .link-button a {
    padding: 11px 10px 11px 35px;
  }
  
  /* ----- a30th-history-layout ----- */
  .a30th-history-layout {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
  .a30th-history-layout:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: calc(3.5% - 2px);
    width: 4px;
    height: 100%;
    background: #cccccc;
    z-index: -9999;
  }
  .a30th-history-layout:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: calc(3.5% - 2px);
    width: 4px;
    height: 88px;
    background: -webkit-linear-gradient(rgba(204,204,204,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(rgba(204,204,204,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(rgba(204,204,204,1) 0%, rgba(255,255,255,1) 100%);
  }
  /* ----- a30th-history-box ----- */
  .a30th-history-box {
    width: 100%;
  }
  /* ----- a30th-history-year ----- */
  .a30th-history-year {
    margin-left: calc(3.5% - 2.9%);
    width: 32.2%;
  }
  /* ----- a30th-history-item ----- */
  .a30th-history-detail {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    margin-top: 36px;
    margin-left: 9.8%;
  }
  .a30th-history-detail > div:first-of-type {
    padding: 0 1.5em 0 0;
    height: 25px;
  }
  .a30th-history-detail > div:first-of-type img {
    width:100%;
    max-width: 100%;
    height: auto;
    min-height: 25px;
  }
  .a30th-history-detail > div:last-of-type {
    min-height: 2em;
    padding: 0 0 0 1.5em;
    border-left: 2px solid #cccccc;
  }
  .a30th-history-label figure{
    top: 0;
    width: 100%;
    text-align: center;
  }
  .a30th-history-img {
    margin-top: 15px;
    margin-left: 18.1%;
  }
  
  /* a30th-1988 */
  .a30th-1988 .a30th-history-year {
    padding-top: 22px;
  }
  .a30th-1988 .a30th-history-detail > div:first-of-type {
    width: 92px;
  }
  .a30th-1988 .a30th-history-detail > div:last-of-type {
    width: calc(100% - 92px);
  }
  .a30th-1988 .a30th-history-img {
    width: 72%;
  }
  
  /* a30th-1992 */
  .a30th-1992 {
    margin-top: 28px;
  }
  .a30th-1992 .a30th-history-item:first-of-type .a30th-history-detail > div:first-of-type {
    width: 93px;
  }
  .a30th-1992 .a30th-history-item:first-of-type .a30th-history-detail > div:last-of-type {
    width: calc(100% - 93px);
  }
  .a30th-1992 .a30th-history-item:first-of-type .a30th-history-img {
    width: 74%;
  }
  .a30th-1992 .a30th-history-item:nth-of-type(2) .a30th-history-detail > div:first-of-type {
    width: 112.5px;
  }
  .a30th-1992 .a30th-history-item:nth-of-type(2) .a30th-history-detail > div:last-of-type {
    width: calc(100% - 112.5px);
  }
  .a30th-1992 .a30th-history-item:nth-of-type(2) .a30th-history-img {
    width: 70%;
    padding-left: 22px
  }
  
  /* a30th-1993 */
  .a30th-1993 {
    margin-top: 30px;
  }
  .a30th-1993 .a30th-history-label{
    position: relative;
    width: 92.8%;
    height: auto;
    margin-top: 7px;
  }
  .a30th-1993 .a30th-history-label:before {
    content: "";
    display: block;
    padding-top: 22.2%; /* 1:1 */
  }
  .a30th-1993 .a30th-history-label figure{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  /* a30th-1997 */
  .a30th-1997 {
    margin-top: 68px;
  }
  .a30th-1997 .a30th-history-year {
  }
  .a30th-1997 .a30th-history-detail > div:first-of-type {
    width: 112.5px;
  }
  .a30th-1997 .a30th-history-detail > div:last-of-type {
    width: calc(100% - 112.5px);
  }
  .a30th-1997 .a30th-history-img {
    width: 70%;
    padding-left: 22px
  }
  
  /* a30th-2001 */
  .a30th-2001 {
    margin-top: 26px;
  }
  .a30th-2001 .a30th-history-year {
  }
  .a30th-2001 .a30th-history-detail > div:first-of-type {
    width: 112.5px;
  }
  .a30th-2001 .a30th-history-detail > div:last-of-type {
    width: calc(100% - 112.5px);
  }
  .a30th-2001 .a30th-history-img {
    width: 72%;
  }
  
  /* a30th-2002 */
  .a30th-2002 {
    margin-top: 15px;
  }
  .a30th-2002 .a30th-history-year {
  }
  .a30th-2002 .a30th-history-detail > div:first-of-type {
    width: 151px;
  }
  .a30th-2002 .a30th-history-detail > div:last-of-type {
    width: calc(100% - 151px);
  }
  .a30th-2002 .a30th-history-img {
    width: 69%;
  }
  
  /* a30th-2003 */
  .a30th-2003 {
    margin-top: 30px;
  }
  .a30th-2003 .a30th-history-label{
    position: relative;
    width: 94.8%;
    height: auto;
    margin-top: 35px;
  }
  .a30th-2003 .a30th-history-label:before {
    content: "";
    display: block;
    padding-top: 26.3%; /* 1:1 */
  }
  .a30th-2003 .a30th-history-label figure{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  /* a30th-2005 */
  .a30th-2005 {
    margin-top: 66px;
  }
  .a30th-2005 .a30th-history-year {
  }
  .a30th-2005 .a30th-history-detail > div:first-of-type {
    width: 151px;
  }
  .a30th-2005 .a30th-history-detail > div:last-of-type {
    width: calc(100% - 151px);
  }
  .a30th-2005 .a30th-history-img {
    width: 72%;
  }
  
  /* a30th-2007 */
  .a30th-2007 {
    margin-top: 20px;
  }
  .a30th-2007 .a30th-history-year {
  }
  .a30th-2007 .a30th-history-detail > div:first-of-type {
    width: 135.5px;
  }
  .a30th-2007 .a30th-history-detail > div:last-of-type {
    width: calc(100% - 135.5px);
  }
  .a30th-2007 .a30th-history-img {
    padding-left: 7px;
    width: 72%;
  }
  
  /* a30th-2013 */
  .a30th-2013 {
    margin-top: 25px;
  }
  .a30th-2013 .a30th-history-label{
    position: relative;
    width: 96.2%;
    height: auto;
    margin-top: 35px;
  }
  .a30th-2013 .a30th-history-label:before {
    content: "";
    display: block;
    padding-top: 25.9%; /* 1:1 */
  }
  .a30th-2013 .a30th-history-label figure{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .a30th-2013 .a30th-history-detail > div:first-of-type {
    width: 151px;
  }
  .a30th-2013 .a30th-history-detail > div:last-of-type {
    width: calc(100% - 151px);
  }
  .a30th-2013 .a30th-history-img {
    padding-left: 20px;
    width: 72%;
  }
  
  /* a30th-2015 */
  .a30th-2015 {
    margin-top: 7px;
  }
  .a30th-2015 .a30th-history-year {
  }
  .a30th-2015 .a30th-history-item:first-of-type .a30th-history-detail {
  }
  .a30th-2015 .a30th-history-item:first-of-type .a30th-history-detail > div:first-of-type {
    width: 130px
  }
  .a30th-2015 .a30th-history-item:first-of-type .a30th-history-detail > div:last-of-type {
    width: calc(100% - 130px);
  }
  .a30th-2015 .a30th-history-item:first-of-type .a30th-history-img {
    width: 74%;
  }
  .a30th-2015 .a30th-history-item:nth-of-type(2) .a30th-history-detail > div:first-of-type {
    width: 112.5px
  }
  .a30th-2015 .a30th-history-item:nth-of-type(2) .a30th-history-detail > div:last-of-type {
    width: calc(100% - 112.5px);
  }
  .a30th-2015 .a30th-history-item:nth-of-type(2) .a30th-history-img {
    padding-left: 22px;
    width: 72%;
  }
  
  /* a30th-2018 */
  .a30th-2018 {
    margin-top: 33px;
  }
  .a30th-2018 .a30th-history-label{
    position: relative;
    width: 98.8%;
    height: auto;
    margin-top: 26.5px;
  }
  .a30th-2018 .a30th-history-label:before {
    content: "";
    display: block;
    padding-top: 22.9%; /* 1:1 */
  }
  .a30th-2018 .a30th-history-label figure{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  /* ----- a30th-banner-layout ----- */
  .a30th-banner-layout {
    margin-top: 107px;
  }
  .a30th-banner-layout .a30th-banner-heading {
    margin-bottom: 1rem;
    font-size: 1.7rem;
    font-weight: bold;
  }
  .a30th-banner-layout > .a30th-banner-heading {
    margin-top: 1.25em;
  }
  .a30th-banner-layout .column-layout {
    margin-top: 0;
  }
  
    /* ----- story-hero-layout ----- */
  .story-hero-layout {
    position: relative;
    height: auto;
  }
  .story-hero-layout .story-hero-heading {
    position: absolute;
    top: 0;
    z-index: 2;
  }
  .story-hero-layout .story-hero-image {
    padding-top: 12.5%;
    z-index: 1;
  }
  /* ----- story-item-layout ----- */
  .story-item-layout {
    margin-top: 45px;
  }
  .story-item-layout + .link-text-v2 {
    margin-top: 80px;
  }
  /* ----- story-item-contents ----- */
  .story-item-contents {
    margin-top: 12px;
  }
  .story-item-contents > *:first-of-type {
    margin-top: 0;
  }
  .story-item-contents p {
    text-indent: 1em;
  }
  .story-item-contents .indent-none {
    text-indent: 0;
  }
  .story-item-contents p+.column-media {
    margin-top: 25px;
  } 
  .story-item-contents .column_image {
    width: 100%;
  }
  /* ----- story-heading ----- */
  .story-heading {
    text-align: center;
  }
  .story-heading img {
    width: 61.1%;
    max-width: 422px;
  }
  /* ----- story-col-image ----- */
  .story-col-image01 img {
    border: 9px solid #f8f8f8;
    border-bottom-width: 9.5px;
  }
  .story-col-image02 img {
    border: 9px solid #f8f8f8;
    border-bottom-width: 0;
  }
  .story-col-image01 .image_caption {
    margin-top: 13px;
    text-align: center;
  }
  .story-col-image02 .image_caption {
    margin: 0;
    padding: 14px 5px 10px;
    background: #f8f8f8;
    color: #0a0a0a;
    font-size: 1.5rem;
    text-align: center;
    text-indent: 0.7em;
  }
  
  #story_im03 {
    padding: 0 6.6% 0 18.1%;
  }

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}


/* ======================================================
 * SP Media Queries
====================================================== */
/***
@media only screen and (min-width: 320px) and (max-width: 767px) {
}
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 414px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}
***/


/* ======================================================
 * Print
====================================================== */
@media print {
  .js-hero-animation, .js-fadein {
    opacity: 1;
    transform : translate(0, 0);
  }
}