@charset "UTF-8";

/*----------------------------------------------------
	☆TOP
----------------------------------------------------*/

@media screen and (max-width: 960px) {
  .spHide2 {
    display: none;
  }

  .spDisp2 {
    display: block;
  }
}

@media screen and (min-width: 961px) {
  .spHide2 {
    display: block;
  }

  .spDisp2 {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .spHide {
    display: none;
  }

  .spDisp {
    display: block;
  }
}

@media screen and (min-width: 641px) {
  .spHide {
    display: block;
  }

  .spDisp {
    display: none;
  }
}

.mdSpan {
  position: relative;
}

.mdSpan i {
  text-indent: -9999px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 0;
  margin-top: -60px;
  padding-top: 60px;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

p {
  line-height: 1.5em;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.anniversary_body {
  background-color: #fff;
}

/*--ヘッダー、mv、ナビ--*/
#contents_wrapper {
  max-width: 960px;
  width: 100%;
  margin: auto;
}

.anniversary_nav {
  background-color: #e60012;
  max-width: 960px;
  width: 100%;
  margin: auto !important;
}

.anniversary_nav ul {
  text-align: center;
}

.anniversary_nav ul li {
  display: inline-block;
  padding: 15px 0;
}

.anniversary_nav ul li a {
  padding: 0 20px;
  display: block;
  line-height: 1.5em;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  border-left: solid 1px #fff;
}

.anniversary_nav ul li:last-child a {
  border-right: solid 1px #fff;
}

.anniversary_nav ul li:nth-child(1) {
  margin-left: 0;
}

.anniversary_nav ul li a:hover {
  opacity: 0.6;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

#t1 {
  max-width: 960px;
  margin: auto;
  border: none;
}

#t1 img {
  width: 100%;
}

/*--コンテンツ内テンプレ--*/
#contents_wrapper {
  max-width: 960px;
  margin: auto;
}

/*--セクション--*/
.group {
  margin-bottom: 100px;
}

/*--タイトルスタイル01--*/
.tti_style01 {
  margin: auto;
  font-size: 38px;
  color: #e60012;
  text-align: center;
  margin-bottom: 60px;
}

.tti_style01 p {
  font-weight: 700;
}

/*--タイトルスタイル02--*/
.tti_style02 {
  margin-bottom: 60px;
  width: 100%;
  background-image: url("../image/anniversary-bg.jpg");
}

.tti_style02 p {
  padding: 15px 0;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
}

/*--テキストスタイル--*/
.normal_txt {
  margin: auto;
}

.normal_txt p {
  line-height: 2.0em;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}


/*--ご挨拶--*/
#greet {
  text-align: center;
}

/*--100周年ロゴ--*/
#logo_mean .logo {
  max-width: 457px;
  width: 100%;
  margin: auto;
}

#logo_mean .logo img {
  width: 100%;
  margin-left: 30px;
  margin-bottom: 40px;
}

#logo_mean .logo_txt {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

#logo_mean .logo_txt span {
  color: #e60012;
}

/*--イチビキの歴史--*/
#history .history_blok {
  position: relative;
  margin-bottom: 180px;
  margin-top: 140px;
  padding-bottom: 40px;
}

#history .history_blok::before {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  height: 100%;
  background: #888;
  left: 50%;
  top: 0;
  margin-left: -1.5px;

}

.effect {
  transition: .4s;
  transition-delay: .8s;
}

#history .history_blok ul.history_year li {
  max-width: 110px;
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -55px;
}

#history .history_blok ul.history_year li:nth-child(1) {
  top: -70px;
}

#history .history_blok ul.history_year li:nth-child(2) {
  top: 80px;
}

#history .history_blok ul.history_year li:nth-child(3) {
  top: 260px;
}

#history .history_blok ul.history_year li:nth-child(4) {
  top: 400px;
}

#history .history_blok ul.history_year li:nth-child(5) {
  bottom: 750px;
}


#history .history_blok ul.nenpyou li {
  background-color: #fffdf6;
  padding: 10px 20px 20px 20px;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4));
  border-radius: 5px;
  width: 370px;
  text-align: center;
  color: #e60012;
  position: relative;
}

#history .history_blok ul.nenpyou li.special {
  background-color: #e60012;
  padding: 10px 20px 20px 20px;
  color: #fff;
}

#history .history_blok ul.nenpyou li.special .ttl_style03 {
  border-bottom: dotted 1px #fff;
}

#history .history_blok ul.nenpyou li .ttl_style03 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: dotted 1px #e60012;
}

#history .history_blok ul.nenpyou li .ttl_style03 span {
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}

#history .history_blok ul.nenpyou li .history_txt p {
  padding-top: 10px;
  font-weight: bold;
  font-size: 18px;
}

#history .history_blok ul.nenpyou li .history_img02 {
  width: 248px;
  margin: auto;
}

#history .history_blok ul.nenpyou li .history_img03 {
  width: 119px;
  margin: auto;
}

#history .history_blok ul.nenpyou li .history_img,
#history .history_blok ul.nenpyou li .history_img02,
#history .history_blok ul.nenpyou li .history_img03 {
  margin-top: 10px;
}

#history .history_blok ul.nenpyou li:nth-child(odd) {
  margin-left: 550px;
}

#history .history_blok ul.nenpyou li:nth-child(odd)::before {
  position: absolute;
  content: '';
  display: inline-block;
  background-image: url("../image/anniversary-r-arw.png");
  background-size: contain;
  vertical-align: middle;
  width: 21px;
  height: 25px;
  margin-top: -12px;
  top: 50%;
  left: -21px;
  background-repeat: no-repeat;
}

#history .history_blok ul.nenpyou li:nth-child(even)::before {
  position: absolute;
  content: '';
  display: inline-block;
  background-image: url("../image/anniversary-l-arw.png");
  background-size: contain;
  vertical-align: middle;
  width: 21px;
  height: 25px;
  margin-top: -12px;
  top: 50%;
  right: -21px;
  background-repeat: no-repeat;
}

#history .history_blok ul.nenpyou li.special::before {
  position: absolute;
  content: '';
  display: inline-block;
  background-image: url("../image/anniversary-red-arw.png");
  background-size: contain;
  vertical-align: middle;
  width: 21px;
  height: 25px;
  margin-top: -12px;
  top: 50%;
  left: -21px;
  background-repeat: no-repeat;
}

#history .history_blok ul.nenpyou li:nth-child(1) {
  margin-top: 20px;
}

#history .history_blok ul.nenpyou li:nth-child(2) {
  margin-top: -30px;
}

#history .history_blok ul.nenpyou li:nth-child(3) {
  margin-top: -30px;
}

#history .history_blok ul.nenpyou li:nth-child(4) {
  margin-top: -50px;
}

#history .history_blok ul.nenpyou li:nth-child(5) {
  margin-top: -60px;
}

#history .history_blok ul.nenpyou li:nth-child(6) {
  margin-top: -30px;
}

#history .history_blok ul.nenpyou li:nth-child(7) {
  margin-top: -100px;
}

#history .history_blok ul.nenpyou li:nth-child(8) {
  margin-top: -120px;
}

#history .history_blok ul.nenpyou li:nth-child(9) {
  margin-top: -120px;
}

#history .history_blok ul.nenpyou li:nth-child(10) {
  margin-top: -120px;
}

#history .history_blok ul.nenpyou li:nth-child(11) {
  margin-top: -120px;
}

#history .history_blok ul.nenpyou li:nth-child(12) {
  margin-top: -120px;
}

#history .history_blok ul.nenpyou li:nth-child(13) {
  margin-top: -120px;
}

/*--
#history .history_blok .outside {
  padding: 10px;
  filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.4));
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -200px;
bottom: -70px;
border-radius: 85px;
  background-color: #e60012;
  color: #fff;
  text-align: center;
}

#history .history_blok .nenpyou_last {
  width: 400px;
  position: absolute;
  left: 50%;
  margin-left: -200px;
bottom: -70px;
border-radius: 85px;
  padding: 20px;
  background-color: #e60012;
  color: #fff;
  text-align: center;
}
#history .history_blok .nenpyou_last .ttl{
  font-size: 18px;
  font-weight: bold;
}
#history .history_blok .nenpyou_last .ttl span{
  font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}
#history .history_blok .nenpyou_last .txt{
  font-size: 30px;
}
--*/
#history .history_blok .nenpyou_last {
  max-width: 420px;
  width: 100%;
  position: absolute;
  bottom: -140px;
  right: 27%;
}

#history .history_blok .nenpyou_last img {
  width: 100%;
}

#history a img,
#history .history_blok li img {
  width: 100%;
}

/*--キャンペーン--*/
#campaign .campaign_list {
  font-size: 0;
}

#campaign .campaign_list li {
  display: inline-block;
  width: 48.9%;
  margin-left: 2%;
}

#campaign .campaign_list li:nth-child(1) {
  margin-left: 0;
}

#campaign .campaign_list li img {
  width: 100%;
}


/*--お知らせ--*/
#news .news_list li {
  margin-bottom: 20px;
}

#news .news_list li img {
  width: 100%;
}



.contents_aside {
  text-align: center;
  width: 90%;
  margin: auto;
}

.contents_aside dl {
  border: solid 2px #e60012;
}

.contents_aside dt {
  font-weight: bold;
  font-size: 16px;
  background-color: #e60012;
  color: #fff;
}

.contents_aside dd li {
  border-bottom: dotted 1px #e60012;
}

.contents_aside dd li a {
  display: block;
  padding: 15px 0;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

.contents_aside dd li:last-child {
  border-bottom: none;
}

/*スクロールしたら、このCSSを適用し、ナビゲーションバーの位置を固定する*/
.is-fixed {
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -480px !important;
  z-index: 100;
  width: 100%;
}

@media only screen and (max-width: 960px) {
  .is-fixed {
    position: fixed;
    top: 0;
    left: 0%;
    margin-left: 0px !important;
    z-index: 100;
    width: 100%;
  }

}
