@charset "UTF-8";
/* =========================================================
history common
========================================================= */
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

/* =========================================================
history layout
========================================================= */
html {
	font-size: 62.5%;
}
.pl35 {
  padding-left: 35px !important;
}
.pane-contents .container,
.pane-contents .container .pane-main {
	width: 1300px;
}
#pankuzu_wrap { 
	display: none !important;
}
#page_history {
	font-size: 1.3em;
  background: #fff;
  color: #444;
  line-height: 1.5;
  letter-spacing: 0.07em;
}

#page_history .contents-wrapper {
  width: 1300px;
  margin: 0 auto;
  -ms-overflow-x: scroll;
  overflow-x: scroll;
}

#page_history .breadcrumb a, #page_history .breadcrumb span {
  color: #fff;
}

#page_history .contents-wrapper {
  min-width: 1300px;
  background: #084e96 url(../../../img/usr/company/history/bg_header.jpg) no-repeat center top;
  background-attachment: fixed;
}

#page_history .pageTop {
  z-index: 10;
}

/*  breadcrumb
-------------------------*/
.breadcrumb ul {
  width: 1100px;
  margin: 0 auto;
  color: #848484;
  font-size: 10px;
  font-size: 1rem;
}
.breadcrumb ul:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.breadcrumb ul li {
  float: left;
  padding: 30px 0 30px;
}
.breadcrumb ul li a {
  text-decoration: underline;
  color: #848484;
  padding-right: 26px;
  position: relative;
  display: block;
}
.breadcrumb ul li a:after {
  content: ">";
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -0.7em;
}
.breadcrumb ul li a:hover {
  text-decoration: none;
}
.breadcrumb ul li span {
  display: table-cell;
  vertical-align: middle;
}

/* header */
.history-hd {
  width: 100%;
  height: 465px;
  position: relative;
}

.history-mainttl {
  margin: 56px 0 0;
  padding: 0 0 19px;
  text-align: center;
  color: #fff;
  position: relative;
}

.history-mainttl:after {
  content: "";
  width: 360px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -180px;
}

.history-mainttl .eng {
  display: block;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: .08em;
  font-weight: bold;
  font-size: 6rem;
  line-height: 60px;
}

.history-mainttl .kana {
  margin: 8px 0 0;
  display: block;
  font-size: 1.6rem;
  line-height: 16px;
  font-weight: bold;
}

.history-lead {
  margin: 19px 0 0;
  text-align: center;
  font-size: 1.5rem;
  line-height: 26px;
  color: #fff;
  font-weight: bold;
}

.scroll-ico {
  width: 36px;
  height: 32px;
  margin: 21px auto 0;
  position: relative;
  -webkit-animation: scroll 1s ease infinite;
  -moz-animation: scroll 1s ease infinite;
  -o-animation: scroll 1s ease infinite;
  animation: scroll 1s ease infinite;
}

.scroll-ico span {
  display: block;
  height: 16px;
  position: relative;
}

.scroll-ico span:before {
  content: "";
  width: 23px;
  height: 1px;
  background: #fff;
  -webkit-transform: rotate(39deg);
  -moz-transform: rotate(39deg);
  -ms-transform: rotate(39deg);
  -o-transform: rotate(39deg);
  transform: rotate(39deg);
  position: absolute;
  top: 8px;
  left: -2px;
}

.scroll-ico span:after {
  content: "";
  width: 23px;
  height: 1px;
  background: #fff;
  -webkit-transform: rotate(-39deg);
  -moz-transform: rotate(-39deg);
  -ms-transform: rotate(-39deg);
  -o-transform: rotate(-39deg);
  transform: rotate(-39deg);
  position: absolute;
  top: 8px;
  right: -2px;
}

/* contents */
.history-main {
  width: 100%;
  margin: -156px 0 0;
}

.history-main * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

.history-mainwrap {
  width: 1300px;
  margin: 0 auto;
  position: relative;
}

.history-mainwrap:after {
  content: "";
  display: block;
  clear: both;
}

/* time nav */
.history-navwrap {
  width: 200px;
  height: 14067px;
  background: #084e96;
  float: left;
  position: relative;
}

.history-nav {
  width: 200px;
  padding: 32px 20px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: .08em;
  font-weight: bold;
}

.history-navname {
  margin: 0 0 21px;
  text-align: center;
  font-size: 2.4rem;
  line-height: 24px;
  color: #fff;
}

.history-navitem {
  margin: 0 0 17px;
}

.history-navitem a {
  width: 100%;
  padding: 0 0 0 9px;
  font-size: 3rem;
  line-height: 43px;
  color: #fff;
  position: relative;
}

.history-navitem a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #5f8dbc;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.history-navitem a:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #5f8dbc;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.history-navitem a:hover {
  text-decoration: none;
}

.history-navitem a:hover:before, .history-navitem a:hover:after, .history-navitem a:hover .arrow {
  opacity: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.history-navitem:last-child {
  margin-bottom: 0;
}

.history-navitem .arrow {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.history-navitem .arrow:before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 15px;
  right: 15px;
}

.history-navitem .arrow:after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 15px;
  right: 7px;
}

.history-navitem.current a:before, .history-navitem.current a:after, .history-navitem.current a .arrow {
  opacity: 1;
}

.js-fixed {
  position: fixed;
  top: 60px;
}

.js-absolute {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* main contents */
.history-contwrap {
  width: 1100px;
  float: right;
  position: relative;
}

.history-sec {
  position: relative;
  padding: 80px 0 0;
  margin: -80px 0 0;
}

/* section title */
.history-ttl {
  width: 440px;
  height: 185px;
  padding: 21px 0 0;
  background: #fff;
  position: absolute;
  top: 32px;
  left: 229px;
  -moz-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2);
  z-index: 10;
}

#sec2020 .history-ttl {
  height: 205px;
}

.years-ttl {
  text-align: center;
  font-size: 6rem;
  line-height: 60px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: .08em;
  font-weight: bold;
  color: #d60027;
}

.years-ttl .small {
  margin: 6px 0 0;
  font-size: 2rem;
  line-height: 20px;
}

.years-lead {
  margin: 13px 0 0 0;
  text-align: center;
  font-size: 1.6rem;
  line-height: 23px;
  color: #222;
  font-weight: bold;
}

/* seciton */
.sec-wrap {
  margin: 75px 0 0;
  display: table;
  table-layout: fixed;
}

.sec-wrap > * {
  display: table-cell;
  vertical-align: top;
}

/* new brand */
.history-brand {
  width: 450px;
  margin: 80px 0 0;
  padding: 143px 0 145px;
  background: linear-gradient(#fff, #dee3e5);
  position: relative;
  z-index: 1;
}

.history-brand:before {
  content: "";
  width: 100%;
  height: 80px;
  background: #fff;
  -webkit-transform: skewY(10deg);
  -moz-transform: skewY(10deg);
  -ms-transform: skewY(10deg);
  -o-transform: skewY(10deg);
  transform: skewY(10deg);
  position: absolute;
  top: -40px;
  left: 0;
  z-index: -1;
}

.history-brand:after {
  content: "";
  width: 100%;
  height: 80px;
  background: #dee3e5;
  -webkit-transform: skewY(10deg);
  -moz-transform: skewY(10deg);
  -ms-transform: skewY(10deg);
  -o-transform: skewY(10deg);
  transform: skewY(10deg);
  position: absolute;
  bottom: -40px;
  left: 0;
  z-index: -1;
}

.history-brandttl {
  margin: 0 0 25px;
  padding: 0 0 0 30px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: .08em;
  font-size: 3rem;
  font-weight: normal;
  line-height: 30px;
  color: #caced0;
}

.history-brandttl .jan {
  margin: 2px 0 0;
  font-weight: normal;
  font-size: 1rem;
  line-height: 10px;
}

.history-branditem {
  padding: 0 0 0 90px;
  background-position: top left;
  background-repeat: no-repeat;
}

.history-branditem:last-child {
  margin-bottom: 0;
}

.history-branditem .txt {
  margin: 0 0 105px;
  font-size: 1.4rem;
  line-height: 14px;
  font-weight: bold;
  color: #222;
}

.history-branditem .date {
  margin: 0 6px 0 0;
  padding: 0 10px 0 0;
  display: inline-block;
  color: #d60027;
  position: relative;
}

.history-branditem .date:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #939393;
  position: absolute;
  top: 0;
  right: 0;
}

.history-item {
  width: 650px;
  padding: 103px 0 145px;
  background: linear-gradient(#3b78b6, #084e96);
  position: relative;
  z-index: 1;
}

.history-item:before {
  content: "";
  width: 100%;
  height: 80px;
  background: #3b78b6;
  -webkit-transform: skewY(-7deg);
  -moz-transform: skewY(-7deg);
  -ms-transform: skewY(-7deg);
  -o-transform: skewY(-7deg);
  transform: skewY(-7deg);
  position: absolute;
  top: -40px;
  left: 0;
  z-index: -1;
}

.history-item:after {
  content: "";
  width: 100%;
  height: 80px;
  background: #084e96;
  -webkit-transform: skewY(-7deg);
  -moz-transform: skewY(-7deg);
  -ms-transform: skewY(-7deg);
  -o-transform: skewY(-7deg);
  transform: skewY(-7deg);
  position: absolute;
  bottom: -40px;
  left: 0;
  z-index: -1;
}

.history-itemttl {
  margin: 0 0 12px;
  padding: 0 0 0 30px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: .08em;
  font-size: 3rem;
  font-weight: normal;
  line-height: 30px;
  color: #fff;
}

.history-itemttl .jan {
  margin: 2px 0 0;
  font-weight: normal;
  font-size: 1rem;
  line-height: 10px;
}

.history-bookmark {
  margin: 0 0 30px;
  padding: 0 0 0 50px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: .08em;
  font-size: 3rem;
  font-weight: normal;
  line-height: 30px;
  color: #afc2db;
  position: relative;
}

.history-bookmark:before {
  content: "";
  width: 44px;
  height: 1px;
  background: #afc2db;
  position: absolute;
  top: 14px;
  left: 0;
}

.history-itemimg img {
  margin: 0 auto;
}

.history-sec.section01 {
  padding: 40px 0 0;
  margin: -40px 0 0;
}

.history-sec.section01 .sec-wrap {
  margin-top: 80px;
}

.history-sec.section01 .history-ttl {
  top: 26px;
}

#sec2020 .history-ttl {
  top: 40px;
}

.history-sec.section01 .history-ttl:before {
  content: "";
  width: 111px;
  height: 143px;
/*  background: url(../../../img/usr/company/history/ico_shopper01.png) no-repeat center center; */
	background: url(../../../img/usr/company/history/ico_shopper01_190215.png) no-repeat center center;
  position: absolute;
	top: -43px;
  top: -32px;
  left: 16px;
}

.history-sec.section01 .history-brand, .history-sec.section01 .history-item {
  padding-top: 106px;
}


.history-sec.section01 .history-branditem:nth-child(1) {
  background-image: url(../../../img/usr/company/history/bg_year2017.png);
}

.history-sec.section01 .history-branditem:nth-child(2) {
  background-image: url(../../../img/usr/company/history/bg_year2016.png);
}

.history-sec.section01 .history-branditem:nth-child(3) {
  background-image: url(../../../img/usr/company/history/bg_year2011.png);
}

.history-sec.section02 .history-branditem:nth-child(1) {
  background-image: url(../../../img/usr/company/history/bg_year2009.png);
}

.history-sec.section02 .history-branditem:nth-child(2) {
  padding-bottom: 110px;
  background-image: url(../../../img/usr/company/history/bg_year2007.png);
}

.history-sec.section02 .history-branditem:nth-child(3) {
  background-image: url(../../../img/usr/company/history/bg_year2004.png);
}

.history-sec.section02 .history-branditem:nth-child(3) .txt {
  margin-bottom: 30px;
}

.history-sec.section02 .history-branditem:nth-child(4) {
  background-image: url(../../../img/usr/company/history/bg_year2003.png);
}

.history-sec.section02 .history-branditem:nth-child(4) .txt {
  margin-bottom: 30px;
}

.history-sec.section02 .history-branditem:nth-child(5) {
  background-image: url(../../../img/usr/company/history/bg_year2001.png);
}

.history-sec.section02 .history-branditem:nth-child(5) .txt {
  margin-bottom: 30px;
}

.history-sec.section02 .history-branditem:nth-child(6) {
  background-image: url(../../../img/usr/company/history/bg_year2000.png);
}

.history-sec.section02 .history-branditem:nth-child(6) .txt {
  margin-bottom: 30px;
}

.history-sec.section02 .history-itemlist.first-half {
  margin-bottom: 56px;
  padding-top: 12px;
}

.history-sec.section02 .history-itemlist.first-half .history-itemimg:nth-child(3) {
  margin-top: -44px;
}

.history-sec.section02 .history-itemlist.latter-half {
  margin-bottom: 56px;
  padding-top: 42px;
}

.history-sec.section02 .history-itemlist.latter-half .history-itemimg:nth-child(2) {
  margin-top: -27px;
}

.history-sec.section03 .history-ttl:before {
  content: "";
  width: 145px;
  height: 119px;
  background: url(../../../img/usr/company/history/ico_shopper02.png) no-repeat center center;
  position: absolute;
  top: -17px;
  left: 0;
}

.history-sec.section03 .history-brand {
  padding-top: 173px;
}

.history-sec.section03 .history-item {
  padding-top: 131px;
}

.history-sec.section03 .history-branditem:nth-child(1) {
  background-image: url(../../../img/usr/company/history/bg_year1997.png);
}

.history-sec.section03 .history-branditem:nth-child(2) {
  margin-bottom: 1144px;
  background-image: url(../../../img/usr/company/history/bg_year1996.png);
}

.history-sec.section03 .history-branditem:nth-child(3) {
  background-image: url(../../../img/usr/company/history/bg_year1990.png);
}

.history-sec.section04 .history-ttl:before {
  content: "";
  width: 102px;
  height: 150px;
  background: url(../../../img/usr/company/history/ico_shopper03.png) no-repeat center center;
  position: absolute;
  top: -36px;
  left: 25px;
}

.history-sec.section04 .history-brand {
  padding-top: 124px;
}

.history-sec.section04 .history-item {
  padding-top: 126px;
}

.history-sec.section04 .history-branditem .txt {
  margin-bottom: 20px;
}

.history-sec.section04 .history-branditem:nth-child(1) {
  background-image: url(../../../img/usr/company/history/bg_year1986.png);
}

.history-sec.section04 .history-branditem:nth-child(2) {
  background-image: url(../../../img/usr/company/history/bg_year1985.png);
}

.history-sec.section04 .history-branditem:nth-child(3) {
  background-image: url(../../../img/usr/company/history/bg_year1983.png);
}

.history-sec.section04 .history-branditem:nth-child(4) {
  background-image: url(../../../img/usr/company/history/bg_year1982.png);
}

.history-sec.section04 .history-branditem:nth-child(5) {
  background-image: url(../../../img/usr/company/history/bg_year1981.png);
}

.history-sec.section05 .history-ttl:before {
  content: "";
  width: 132px;
  height: 124px;
  background: url(../../../img/usr/company/history/ico_shopper04.png) no-repeat center center;
  position: absolute;
  top: -20px;
  left: 9px;
}

.history-sec.section05 .history-brand {
  padding-top: 162px;
}

.history-sec.section05 .history-item {
  padding-top: 157px;
}

.history-sec.section05 .history-branditem:nth-child(1) {
  background-image: url(../../../img/usr/company/history/bg_year1973.png);
}

.history-sec.section06 .history-ttl:before {
  content: "";
  width: 145px;
  height: 120px;
  background: url(../../../img/usr/company/history/ico_shopper05.png) no-repeat center center;
  position: absolute;
  top: -27px;
  left: 1px;
}

.history-sec.section06 .history-brand {
  padding: 162px 0 118px;
}

.history-sec.section06 .history-brand:after {
  content: none;
}

.history-sec.section06 .history-item {
  padding: 122px 0 118px;
}

.history-sec.section06 .history-item:after {
  content: none;
}

.history-sec.section06 .history-branditem:nth-child(1) {
  background-image: url(../../../img/usr/company/history/bg_year1966.png);
}

.history-sec.section07 .history-ttl:before {
  content: "";
  width: 135px;
  height: 102px;
  background: url(../../../img/usr/company/history/ico_shopper06.png) no-repeat center center;
  position: absolute;
  top: -32px;
  left: -10px;
}

.history-sec.section07 .history-brand, .history-sec.section07 .history-item {
  padding-top: 106px;
}

.history-sec.section07 .history-branditem:nth-child(1) {
  background-image: url(../../../img/usr/company/history/bg_year2023.png);
}

/* footer */
.history-ft {
  padding: 15px 0 70px 40px;
  background: #fff;
  font-size: 1rem;
  line-height: 20px;
}

.copyright-img {
  margin: 2px 0 0;
}

/* line anime */
.scroll-line {
  width: 4px;
  background: #084e96;
  position: absolute;
  top: 0;
  left: 448px;
  z-index: 3;
}

/* scroll anime */
.fade-item {
  opacity: 0;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}

.fade-item.active {
  opacity: 1;
}
